@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');

:root {
  --ink: #10213d;
  --muted: #62738f;
  --line: #dae3f1;
  --surface: #ffffff;
  --canvas: #f6f8fc;
  --navy: #082d68;
  --blue: #1769f3;
  --blue-deep: #0d4fbd;
  --mint: #29c184;
  --mint-dark: #11895b;
  --warning: #ffb654;
  --shadow: 0 20px 55px rgba(17, 48, 102, .12);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--canvas); font: 500 16px/1.6 "DM Sans", "Segoe UI", sans-serif; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.button:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid rgba(23, 105, 243, .45); outline-offset: 3px; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; font-size: .76rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; color: var(--blue); }
.eyebrow::before { content: ""; width: 23px; height: 2px; background: currentColor; }
.section { padding: 106px 0; }
.section--small { padding: 72px 0; }
.section-title { max-width: 680px; margin: 12px 0 16px; font: 800 clamp(2rem, 3.7vw, 3.45rem)/1.12 "Manrope", sans-serif; letter-spacing: -.045em; }
.section-copy { max-width: 620px; margin: 0; color: var(--muted); font-size: 1.08rem; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 44px; }
.section-head > div:last-child { max-width: 390px; color: var(--muted); }

/* Header */
.announcement { position: relative; z-index: 21; color: #dce9ff; background: #061936; font-size: .78rem; font-weight: 700; }
.announcement .container { display: flex; min-height: 38px; align-items: center; justify-content: space-between; gap: 18px; }
.announcement span { display: inline-flex; align-items: center; gap: 8px; }
.announcement i { width: 7px; height: 7px; border-radius: 50%; background: #56de98; box-shadow: 0 0 0 4px rgba(86, 222, 152, .13); }
.announcement a { color: #a5cdfd; white-space: nowrap; }
.announcement a:hover { color: #fff; }
.site-header { position: sticky; z-index: 20; top: 0; background: rgba(255, 255, 255, .94); border-bottom: 1px solid rgba(218, 227, 241, .85); box-shadow: 0 8px 25px rgba(9, 34, 78, .04); backdrop-filter: blur(16px); }
.nav { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font: 800 1.16rem/1 "Manrope", sans-serif; letter-spacing: -.035em; white-space: nowrap; }
.brand-mark { display: block; width: 43px; height: 43px; flex: 0 0 43px; overflow: hidden; color: transparent; background: url("../alizone360_emblem.png") center / contain no-repeat; font-size: 0; }
.brand small { display: block; margin-top: 4px; color: var(--muted); font: 700 .58rem/1 "DM Sans", sans-serif; letter-spacing: .13em; }
.nav-links { display: flex; align-items: center; gap: 25px; color: #40516d; font-weight: 700; font-size: .91rem; }
.nav-links a:not(.button) { position: relative; }
.nav-links a:not(.button)::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 2px; content: ""; background: var(--blue); transform: scaleX(0); transition: transform .2s; }
.nav-links a:hover::after, .nav-links a[aria-current="page"]::after { transform: scaleX(1); }
.nav-links .nav-login { padding: 7px 10px; border: 1px solid #d8e3f2; border-radius: 9px; color: var(--navy); font-size: .82rem; }
.nav-links .nav-login::after { display: none; }
.nav-links .nav-login:hover { border-color: #a8c4ef; background: #f4f8ff; }
.menu-button { display: none; border: 0; padding: 9px; color: var(--ink); background: transparent; cursor: pointer; }
.menu-button span { display: block; width: 24px; height: 2px; margin: 5px; background: currentColor; transition: .2s; }

/* Buttons */
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 0 19px; border: 1px solid transparent; border-radius: 13px; background: var(--blue); color: #fff; font-weight: 800; font-size: .92rem; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 12px 24px rgba(23, 105, 243, .23); }
.button--light { border-color: rgba(255,255,255,.36); background: rgba(255,255,255,.12); }
.button--light:hover { background: #fff; color: var(--navy); }
.button--mint { background: #087d56; }
.button--mint:hover { background: #056746; box-shadow: 0 12px 24px rgba(8, 125, 86, .28); }
.button.is-unavailable { border-color: #cbd9ee; color: var(--navy); background: #fff; }
.button.is-unavailable:hover { color: var(--blue); background: #f7faff; box-shadow: none; }
.button--outline { border-color: #cbd9ee; color: var(--navy); background: #fff; }
.button--outline:hover { color: var(--blue); background: #f7faff; box-shadow: none; }

/* Homepage */
.hero { position: relative; overflow: hidden; min-height: 684px; color: white; background: var(--navy); }
.hero::before { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(3, 20, 54, .98) 0%, rgba(5, 33, 84, .91) 40%, rgba(5, 29, 74, .23) 82%); z-index: 1; }
.hero::after { position: absolute; width: 560px; height: 560px; right: -190px; bottom: -260px; content: ""; background: rgba(31, 117, 255, .48); filter: blur(8px); border-radius: 50%; }
.hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-content { position: relative; z-index: 2; padding: 108px 0 72px; }
.hero-kicker { display: inline-flex; align-items: center; gap: 9px; padding: 8px 13px; border: 1px solid rgba(255,255,255,.27); border-radius: 999px; background: rgba(255,255,255,.12); color: #e8f0ff; font-size: .83rem; font-weight: 700; }
.hero-kicker::before { width: 7px; height: 7px; content: ""; background: #62e3a8; border-radius: 50%; box-shadow: 0 0 0 5px rgba(98,227,168,.15); }
.hero h1 { max-width: 760px; margin: 20px 0; font: 800 clamp(3rem, 6vw, 5.25rem)/1.01 "Manrope", sans-serif; letter-spacing: -.065em; }
.hero p { max-width: 580px; margin: 0; color: #dbe7ff; font-size: clamp(1rem, 1.8vw, 1.2rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 0; max-width: 750px; margin-top: 48px; border: 1px solid rgba(255,255,255,.2); border-radius: 16px; background: rgba(4, 23, 62, .32); backdrop-filter: blur(8px); }
.hero-proof span { min-width: 185px; flex: 1; padding: 15px 18px; border-right: 1px solid rgba(255,255,255,.17); }
.hero-proof span:last-child { border-right: 0; }
.hero-proof b { display: block; color: #fff; font: 800 .88rem "Manrope", sans-serif; }
.hero-proof small { display: block; margin-top: 2px; color: #c6dbfc; font-size: .74rem; }
.logo-bar { position: relative; z-index: 3; margin-top: -1px; background: #fff; }
.logo-bar-inner { display: grid; grid-template-columns: 1.3fr repeat(4, 1fr); align-items: center; min-height: 105px; gap: 24px; }
.logo-bar p { margin: 0; color: var(--muted); font-size: .86rem; }
.trusted-word { color: #9eabc0; font: 800 clamp(.85rem, 1.5vw, 1.13rem)/1 "Manrope", sans-serif; letter-spacing: .04em; text-align: center; }
.operating-section { padding: 86px 0; color: #eff6ff; background: radial-gradient(circle at 88% 15%, rgba(33, 112, 236, .5), transparent 28%), #071d42; }
.operating-intro { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: end; gap: 38px; margin-bottom: 38px; }
.operating-intro .eyebrow { color: #72d6ad; }
.operating-intro h2 { max-width: 610px; margin: 10px 0 0; font: 800 clamp(2rem, 4vw, 3.35rem)/1.1 "Manrope", sans-serif; letter-spacing: -.05em; }
.operating-intro p { max-width: 520px; margin: 0; color: #bdd3f8; font-size: 1.05rem; }
.operating-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.operating-card { min-height: 206px; padding: 26px; border: 1px solid rgba(182, 210, 255, .19); border-radius: 18px; background: rgba(255,255,255,.075); }
.operating-icon { display: grid; width: 39px; height: 39px; place-items: center; border-radius: 11px; color: #8bd9ff; background: rgba(52, 153, 255, .17); font: 800 .75rem "Manrope", sans-serif; }
.operating-card h3 { margin: 25px 0 7px; font: 800 1.2rem "Manrope", sans-serif; }
.operating-card p { margin: 0; color: #bed1ef; font-size: .92rem; }
.dashboard-card { position: relative; overflow: hidden; min-height: 420px; padding: 32px; border-radius: var(--radius); background: linear-gradient(150deg, #eff5ff, #dbeafe); }
.dashboard-card::after { position: absolute; inset: auto -15% -45% auto; width: 360px; height: 360px; content: ""; background: #2b75ed; border-radius: 50%; opacity: .14; }
.dashboard-window { position: absolute; right: 28px; bottom: 0; left: 80px; padding: 18px 20px 0; border: 1px solid rgba(185,203,231,.8); border-radius: 20px 20px 0 0; background: white; box-shadow: -12px -12px 25px rgba(27,75,143,.08); }
.window-bar { display: flex; gap: 5px; padding-bottom: 18px; border-bottom: 1px solid #e6edf7; }
.window-bar span { width: 7px; height: 7px; border-radius: 50%; background: #d6dfeb; }
.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; padding: 18px 0; }
.metric { min-height: 84px; padding: 12px; border-radius: 11px; background: #f6f9fe; }
.metric b { display: block; color: var(--navy); font: 800 1.1rem "Manrope", sans-serif; }
.metric small { color: #7587a4; font-size: .68rem; }
.chart { display: flex; align-items: end; height: 125px; gap: 9px; padding: 15px 10px 0; border-top: 1px solid #edf1f7; }
.chart i { flex: 1; border-radius: 5px 5px 0 0; background: linear-gradient(#54a0ff, #1266e9); }
.chart i:nth-child(1) { height: 32%; }.chart i:nth-child(2) { height: 47%; }.chart i:nth-child(3) { height: 39%; }.chart i:nth-child(4) { height: 74%; }.chart i:nth-child(5) { height: 61%; }.chart i:nth-child(6) { height: 91%; }.chart i:nth-child(7) { height: 80%; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { min-height: 272px; padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: white; transition: transform .25s, box-shadow .25s; }
.feature-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.feature-index { display: grid; width: 43px; height: 43px; margin-bottom: 22px; place-items: center; border-radius: 13px; color: var(--blue); background: #eaf2ff; font: 800 .82rem "Manrope", sans-serif; }
.feature-card h3 { margin: 0 0 9px; font: 800 1.18rem "Manrope", sans-serif; }
.feature-card p { margin: 0; color: var(--muted); }
.split { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(40px, 7vw, 96px); align-items: center; }
.photo-frame { position: relative; min-height: 460px; }
.photo-frame img { width: 100%; height: 100%; min-height: 460px; object-fit: cover; border-radius: var(--radius); }
.photo-float { position: absolute; right: -20px; bottom: 28px; max-width: 220px; padding: 18px; border: 1px solid rgba(255,255,255,.6); border-radius: 18px; background: rgba(255,255,255,.94); box-shadow: var(--shadow); }
.photo-float b { display: block; color: var(--mint-dark); font: 800 1.55rem "Manrope", sans-serif; }
.checks { display: grid; gap: 14px; margin: 28px 0; padding: 0; list-style: none; }
.checks li { display: flex; gap: 12px; align-items: center; color: #3c506f; }
.checks li::before { display: grid; width: 21px; height: 21px; flex: 0 0 21px; place-items: center; content: "✓"; border-radius: 50%; color: var(--mint-dark); background: #ddf7ed; font-size: .75rem; font-weight: 900; }
.numbers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 38px; }
.number b { display: block; color: var(--navy); font: 800 1.85rem "Manrope", sans-serif; letter-spacing: -.05em; }
.number span { color: var(--muted); font-size: .84rem; }
.testimonial { position: relative; padding: 42px; border-radius: var(--radius); color: #fff; background: linear-gradient(135deg, #0b3272, #1769f3); overflow: hidden; }
.testimonial::after { position: absolute; right: -30px; top: -85px; content: "“"; color: rgba(255,255,255,.11); font: 800 18rem/1 Georgia, serif; }
.testimonial blockquote { position: relative; z-index: 1; max-width: 780px; margin: 0; font: 700 clamp(1.5rem, 2.8vw, 2.38rem)/1.35 "Manrope", sans-serif; letter-spacing: -.04em; }
.testimonial cite { display: block; margin-top: 25px; color: #cddcff; font-style: normal; font-size: .9rem; }
.pricing { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.pricing-card { padding: 26px; border: 1px solid var(--line); border-radius: 20px; background: white; }
.pricing-card--featured { border-color: var(--blue); color: white; background: var(--navy); box-shadow: 0 18px 32px rgba(8,45,104,.2); }
.pricing-card .price { display: block; margin: 19px 0 0; font: 800 1.65rem "Manrope", sans-serif; }
.pricing-card small { color: var(--muted); }.pricing-card--featured small { color: #bcd2ff; }
.pricing-card ul { min-height: 102px; margin: 22px 0; padding: 0; list-style: none; color: var(--muted); font-size: .84rem; }.pricing-card--featured ul { color: #d8e6ff; }
.pricing-card li { margin: 7px 0; }.pricing-card li::before { content: "✓ "; color: var(--mint); font-weight: 900; }
.pricing-note { margin: 24px 0 0; color: var(--muted); font-size: .87rem; text-align: center; }
.contact-strip { padding: 72px 0; color: #eef6ff; background: linear-gradient(100deg, #092b61, #0f5bc9); }
.contact-strip .container { display: flex; align-items: center; justify-content: space-between; gap: 38px; }
.contact-strip .eyebrow { color: #8ee7bf; }
.contact-strip h2 { margin: 9px 0; font: 800 clamp(1.9rem, 3vw, 2.75rem)/1.12 "Manrope", sans-serif; letter-spacing: -.045em; }
.contact-strip p { max-width: 620px; margin: 0; color: #cbdcff; }
.contact-strip .button { flex: 0 0 auto; }
.download-band { position: relative; overflow: hidden; color: #fff; background: #071f4b; }
.download-band::before { position: absolute; inset: 0; content: ""; background: linear-gradient(100deg, rgba(5,28,72,.97), rgba(5,28,72,.66)), url("../mobile-commerce-v2.png") center/cover; opacity: .65; }
.download-content { position: relative; display: flex; justify-content: space-between; align-items: center; gap: 35px; padding: 74px 0; }
.download-content h2 { max-width: 620px; margin: 9px 0; font: 800 clamp(2rem,3vw,3rem)/1.12 "Manrope", sans-serif; letter-spacing: -.045em; }
.download-content p { margin: 0; color: #d0e0fe; }
.download-actions { display: flex; flex-wrap: wrap; gap: 11px; }

/* Inner pages */
.page-hero { padding: 92px 0 84px; color: white; background: radial-gradient(circle at 84% 8%, #2a78f7 0, #0a3479 32%, #071f4b 76%); }
.page-hero h1 { max-width: 720px; margin: 12px 0; font: 800 clamp(2.7rem, 5vw, 4.3rem)/1.05 "Manrope", sans-serif; letter-spacing: -.06em; }
.page-hero p { max-width: 620px; margin: 0; color: #d7e5fe; font-size: 1.12rem; }
.breadcrumb { color: #bdd3fd; font-size: .86rem; }.breadcrumb a { text-decoration: underline; }
.timeline { display: grid; gap: 0; max-width: 790px; margin: 0 auto; }
.timeline-item { position: relative; padding: 0 0 45px 68px; }.timeline-item::before { position: absolute; top: 5px; bottom: -6px; left: 19px; width: 1px; content: ""; background: #ccddf5; }.timeline-item:last-child::before { display: none; }
.timeline-number { position: absolute; top: 0; left: 0; display: grid; width: 39px; height: 39px; place-items: center; border-radius: 50%; color: var(--blue); background: #eaf2ff; font: 800 .8rem "Manrope", sans-serif; }
.timeline h3 { margin: 0 0 7px; font: 800 1.2rem "Manrope", sans-serif; }.timeline p { margin: 0; color: var(--muted); }
.story-card { padding: 36px; border-radius: var(--radius); background: #fff; box-shadow: 0 14px 35px rgba(17,48,102,.07); }.story-card p { margin: 0; color: var(--muted); font-size: 1.1rem; }
.contact-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 24px; align-items: stretch; }
.contact-panel { padding: 38px; border-radius: var(--radius); color: white; background: var(--navy); }.contact-panel p { color: #c5d9fb; }.contact-item { display: flex; gap: 13px; align-items: flex-start; margin-top: 26px; }.contact-icon { display: grid; width: 37px; height: 37px; flex: 0 0 37px; place-items: center; border-radius: 12px; background: rgba(255,255,255,.12); font-weight: 800; }.contact-item b { display: block; }.contact-item span { color: #c5d9fb; font-size: .9rem; }
.contact-form { padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }.field { display: grid; gap: 7px; }.field--full { grid-column: 1 / -1; }.field label { color: #3a4d6c; font-size: .86rem; font-weight: 800; }.field input, .field textarea { width: 100%; padding: 13px 14px; border: 1px solid #cfdced; border-radius: 11px; outline: none; color: var(--ink); background: #fbfcff; }.field input:focus,.field textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(23,105,243,.11); }.field textarea { min-height: 128px; resize: vertical; }
.faq { display: grid; gap: 11px; max-width: 860px; margin: 0 auto; }.faq details { padding: 0 20px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }.faq summary { padding: 17px 0; cursor: pointer; font-weight: 800; }.faq p { margin: 0; padding: 0 0 18px; color: var(--muted); }
.download-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }.download-card { padding: 35px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }.download-card--blue { color: #fff; border-color: transparent; background: linear-gradient(135deg, #1059d0, #09295e); }.download-card .platform { color: var(--blue); font: 800 .77rem "Manrope", sans-serif; letter-spacing: .1em; text-transform: uppercase; }.download-card--blue .platform,.download-card--blue p { color: #c7dcff; }.download-card h2 { margin: 9px 0; font: 800 1.9rem "Manrope", sans-serif; }.download-card p { min-height: 52px; color: var(--muted); }

/* Footer and helpers */
.site-footer { color: #c6d3e8; background: #061934; }.footer-main { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 28px; padding: 64px 0 42px; }.footer-main .brand { color: #fff; }.footer-main .brand small { color: #a6bbdc; }.footer-main p { max-width: 290px; color: #a6bbdc; font-size: .9rem; }.footer-title { margin: 5px 0 13px; color: #fff; font: 800 .83rem "Manrope", sans-serif; }.footer-links { display: grid; gap: 8px; color: #a6bbdc; font-size: .9rem; }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0; border-top: 1px solid rgba(185,207,243,.17); color: #93a8cb; font-size: .79rem; }
.whatsapp { position: fixed; z-index: 15; right: 22px; bottom: 22px; display: grid; width: 54px; height: 54px; place-items: center; border: 0; border-radius: 50%; color: #fff; background: #20c86a; box-shadow: 0 12px 25px rgba(22,159,80,.35); font-size: 0; opacity: 0; pointer-events: none; transform: translateY(12px); transition: .25s; }.whatsapp::after { content: "☎"; font-size: 1.45rem; font-weight: 800; }.whatsapp.is-ready { opacity: 1; pointer-events: auto; transform: none; }.whatsapp:hover { color: #fff; transform: translateY(-3px); }
.reveal { opacity: 1; transform: none; }
.reveal-ready .reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }.reveal-ready .reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

@media (max-width: 920px) {
  .nav-links { gap: 15px; }.feature-grid { grid-template-columns: repeat(2, 1fr); }.pricing { grid-template-columns: repeat(2, 1fr); }.footer-main { grid-template-columns: 1.4fr 1fr 1fr; }.footer-main > :last-child { grid-column: 2; }.split { gap: 42px; }.logo-bar-inner { grid-template-columns: 1.2fr repeat(2, 1fr); padding: 25px 0; }.logo-bar p { grid-row: span 2; }.operating-intro { grid-template-columns: 1fr; gap: 15px; }
}
@media (max-width: 700px) {
  .container { width: min(100% - 30px, 1160px); }.announcement .container { min-height: 45px; justify-content: center; text-align: center; }.announcement a { display: none; }.section { padding: 72px 0; }.section-head { display: block; margin-bottom: 30px; }.section-head > div:last-child { margin-top: 13px; }.nav { height: 72px; }.brand-mark { width: 38px; height: 38px; flex-basis: 38px; }.menu-button { display: block; }.nav-links { position: absolute; top: 72px; right: 15px; left: 15px; display: none; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: var(--shadow); }.nav-links.is-open { display: grid; gap: 17px; }.nav-links .button { width: 100%; }.hero { min-height: 670px; }.hero::before { background: linear-gradient(90deg, rgba(3,23,60,.97), rgba(6,35,87,.73)); }.hero-content { padding: 76px 0 55px; }.hero h1 { font-size: 3.15rem; }.hero-proof { display: grid; margin-top: 34px; }.hero-proof span { min-width: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.17); }.hero-proof span:last-child { border-bottom: 0; }.logo-bar-inner { grid-template-columns: repeat(2, 1fr); gap: 24px 10px; }.logo-bar p { grid-column: 1 / -1; grid-row: auto; }.trusted-word { text-align: left; }.operating-section { padding: 66px 0; }.operating-grid { grid-template-columns: 1fr; }.operating-card { min-height: 0; }.split,.contact-layout { grid-template-columns: 1fr; }.photo-frame,.photo-frame img { min-height: 360px; }.photo-float { right: 15px; bottom: 15px; }.feature-grid,.pricing,.download-cards { grid-template-columns: 1fr; }.dashboard-card { min-height: 360px; }.dashboard-window { right: 14px; left: 35px; }.numbers { grid-template-columns: 1fr 1fr; }.numbers > :last-child { grid-column: 1 / -1; }.contact-strip { padding: 60px 0; }.contact-strip .container { display: grid; gap: 24px; }.contact-strip .button { width: 100%; }.download-content { display: block; padding: 62px 0; }.download-actions { margin-top: 25px; }.footer-main { grid-template-columns: 1fr 1fr; }.footer-main > :first-child { grid-column: 1 / -1; }.footer-main > :last-child { grid-column: auto; }.footer-bottom { display: block; }.footer-bottom span:last-child { display: block; margin-top: 5px; }.form-grid { grid-template-columns: 1fr; }.field--full { grid-column: auto; }
}
