:root {
  --navy: #06162f;
  --navy-2: #0a2448;
  --ink: #10213e;
  --blue: #0875f5;
  --blue-light: #55b8ff;
  --green: #6ee7a0;
  --lime: #a6f56b;
  --white: #fff;
  --muted: #637087;
  --line: #dfe7f0;
  --surface: #f4f8fc;
  --radius: 24px;
  --shadow: 0 24px 60px rgba(8, 31, 63, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 999; padding: 12px 16px; border-radius: 10px; background: var(--white); color: var(--ink); transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 100; height: 78px; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(6,22,47,.08); backdrop-filter: blur(18px); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: 205px; }
.brand-mark { width: 48px; height: 48px; flex: 0 0 auto; object-fit: contain; image-rendering: auto; background: transparent; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-size: 19px; letter-spacing: -.35px; }
.brand-copy small { margin-top: 6px; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 32px; margin-left: auto; }
.desktop-nav a { position: relative; padding-block: 29px; color: #334059; font-size: 14px; font-weight: 650; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 2px; background: var(--blue); transition: right .25s; }
.desktop-nav a:hover, .desktop-nav a.active { color: var(--blue); }
.desktop-nav a:hover::after, .desktop-nav a.active::after { right: 0; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 12px; min-height: 54px; padding: 0 23px; border: 1px solid var(--blue); border-radius: 12px; background: var(--blue); color: var(--white); box-shadow: 0 12px 30px rgba(8,117,245,.25); font-size: 14px; font-weight: 750; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: #0068df; box-shadow: 0 16px 38px rgba(8,117,245,.32); }
.button-small { min-height: 44px; padding-inline: 19px; border-radius: 10px; white-space: nowrap; }
.header-cta { margin-left: 4px; }
.menu-toggle, .mobile-menu { display: none; }

.hero { position: relative; overflow: hidden; padding: 90px 0 0; min-height: 720px; color: var(--white); background: radial-gradient(circle at 78% 30%, #123e77 0, #08244b 31%, var(--navy) 66%); }
.hero-grid { position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(77,159,255,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(77,159,255,.16) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to right, transparent 10%, #000 70%, transparent); transform: perspective(600px) rotateX(62deg) scale(1.5) translateY(20%); }
.hero::before { content: ""; position: absolute; width: 700px; height: 700px; right: -350px; bottom: -430px; border-radius: 50%; border: 100px solid rgba(30,123,243,.14); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); }
.hero-orb-one { width: 260px; height: 260px; right: 9%; top: 9%; background: rgba(8,117,245,.13); box-shadow: 0 0 100px rgba(8,117,245,.35); }
.hero-orb-two { width: 120px; height: 120px; right: 32%; bottom: 16%; background: rgba(110,231,160,.12); box-shadow: 0 0 90px rgba(110,231,160,.28); }
.hero-layout { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 60px; align-items: center; min-height: 565px; }
.hero-copy { position: relative; z-index: 2; padding-bottom: 40px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: #b6cff0; font-size: 11px; font-weight: 800; letter-spacing: 1.65px; }
.eyebrow i { width: 24px; height: 1px; background: var(--lime); }
.eyebrow-blue { color: var(--blue); }
.eyebrow-blue i { background: var(--blue); }
.hero h1 { max-width: 620px; margin: 22px 0; font-size: clamp(45px, 5vw, 72px); line-height: 1.02; letter-spacing: -3.5px; }
h1 em, h2 em { color: var(--blue-light); font-style: normal; }
.hero-copy > p { max-width: 580px; margin: 0; color: #c2d0e4; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.button-ghost { border-color: rgba(255,255,255,.45); background: rgba(255,255,255,.05); box-shadow: none; }
.button-ghost:hover { background: rgba(255,255,255,.12); box-shadow: none; }
.hero-proof { display: flex; gap: 33px; margin-top: 43px; }
.hero-proof > div { display: flex; align-items: center; gap: 10px; }
.proof-icon { display: grid; place-items: center; width: 35px; height: 35px; border: 1px solid rgba(110,231,160,.45); border-radius: 10px; color: var(--green); }
.hero-proof p { display: flex; flex-direction: column; gap: 4px; margin: 0; font-size: 13px; }
.hero-proof small { color: #8fa4c1; font-size: 11px; }

.hero-visual { position: relative; align-self: end; height: 610px; }
.hero-visual::before { content: ""; position: absolute; inset: 9% 3% 10% 5%; border: 1px solid rgba(111,183,255,.18); border-radius: 50%; transform: rotate(-12deg); }
.hero-visual::after { content: ""; position: absolute; width: 350px; height: 350px; left: 50%; bottom: 7%; border-radius: 50%; background: radial-gradient(circle, rgba(43,129,235,.28), transparent 68%); transform: translateX(-50%); }
.phone { position: absolute; z-index: 2; left: 51%; bottom: -8px; width: 298px; height: 590px; padding: 9px; border: 2px solid #70809a; border-radius: 48px; background: #06101f; box-shadow: 0 38px 80px rgba(0,0,0,.5), inset 0 0 0 2px #b6c0ce; transform: translateX(-50%) rotate(4deg); transition: transform .5s; }
.hero-visual:hover .phone { transform: translateX(-50%) rotate(1deg) translateY(-8px); }
.phone::before { content: ""; position: absolute; z-index: 4; top: 15px; left: 50%; width: 88px; height: 25px; border-radius: 14px; background: #05090f; transform: translateX(-50%); }
.phone-buttons { position: absolute; left: -5px; top: 120px; width: 4px; height: 68px; border-radius: 4px 0 0 4px; background: #8a98aa; box-shadow: 0 84px #8a98aa; }
.phone-screen { position: relative; overflow: hidden; height: 100%; padding: 14px 15px; border-radius: 39px; background: #f5f8fb; color: var(--ink); }
.phone-status { display: flex; justify-content: space-between; padding: 0 6px 18px; font-size: 10px; }
.app-head { display: flex; align-items: center; gap: 10px; }
.app-avatar { display: block; width: 36px; height: 36px; border: 1px solid #e2eaf3; border-radius: 12px; background: white; object-fit: contain; image-rendering: auto; }
.app-head > div:nth-child(2) { display: flex; flex-direction: column; flex: 1; }
.app-head small { color: #8190a3; font-size: 9px; }
.app-head strong { font-size: 13px; }
.app-head button { width: 32px; height: 32px; border: 0; border-radius: 10px; background: white; color: var(--ink); }
.app-card { margin-top: 18px; padding: 17px 16px 12px; border-radius: 20px; background: linear-gradient(145deg, #082a54, #064da0); color: white; box-shadow: 0 16px 30px rgba(3,63,133,.22); }
.app-card > span { color: #82bfff; font-size: 7px; font-weight: 800; letter-spacing: .8px; }
.app-card > strong { display: block; margin-top: 5px; font-size: 13px; }
.chart-bars { display: flex; align-items: end; gap: 8px; height: 78px; margin-top: 4px; }
.chart-bars i { flex: 1; height: var(--h); min-height: 10px; border-radius: 5px 5px 2px 2px; background: rgba(255,255,255,.22); }
.chart-bars i.today { background: var(--lime); box-shadow: 0 0 18px rgba(166,245,107,.4); }
.chart-days { display: flex; justify-content: space-around; color: #8bb8e8; font-size: 7px; }
.app-title { display: flex; justify-content: space-between; margin: 20px 2px 10px; font-size: 12px; }
.app-title a { color: var(--blue); font-size: 9px; font-weight: 700; }
.app-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.app-stats > div { display: grid; grid-template-columns: auto 1fr; gap: 0 8px; padding: 12px; border: 1px solid #e8edf3; border-radius: 15px; background: white; }
.mini-icon { grid-row: span 2; display: grid; place-items: center; width: 28px; height: 28px; border-radius: 9px; font-size: 12px; }
.mini-icon.blue { background: #e4f1ff; color: var(--blue); }.mini-icon.green { background: #e5faed; color: #17a55d; }
.app-stats small { color: #8a96a7; font-size: 7px; }.app-stats strong { font-size: 13px; }
.app-list { margin-top: 8px; }
.app-list > div { display: flex; align-items: center; gap: 10px; padding: 9px 3px; border-bottom: 1px solid #e7edf3; }
.list-check { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 9px; background: #e6f3ff; color: var(--blue); font-size: 10px; }
.list-check.purple { background: #f0eaff; color: #7e54e8; }
.app-list p { display: flex; flex: 1; flex-direction: column; gap: 2px; margin: 0; font-size: 9px; }.app-list small { color: #8c98a8; font-size: 7px; }.app-list b { color: #a7b0bd; }
.app-nav { position: absolute; left: 0; right: 0; bottom: 0; display: flex; justify-content: space-around; align-items: center; height: 57px; border-top: 1px solid #e5ebf1; background: rgba(255,255,255,.95); }
.app-nav span { display: flex; flex-direction: column; align-items: center; color: #8b96a6; font-size: 12px; }.app-nav small { margin-top: 2px; font-size: 6px; }.app-nav b { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 50%; background: var(--blue); color: white; font-size: 18px; }
.visual-badge { position: absolute; z-index: 4; display: flex; align-items: center; gap: 10px; padding: 11px 14px; border: 1px solid rgba(255,255,255,.16); border-radius: 14px; background: rgba(9,34,68,.82); box-shadow: 0 15px 35px rgba(0,0,0,.22); backdrop-filter: blur(15px); color: white; font-size: 11px; }
.visual-badge > span { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 9px; background: rgba(110,231,160,.15); color: var(--green); }
.badge-top { right: -3%; top: 21%; }.badge-bottom { left: -2%; bottom: 15%; display: grid; grid-template-columns: auto 1fr; }.badge-bottom > span { grid-row: span 2; }.badge-bottom b { font-size: 10px; }.badge-bottom small { color: #91a5bf; font-size: 8px; }
.trust-bar { position: relative; z-index: 5; display: grid; grid-template-columns: repeat(3, 1fr); transform: translateY(1px); border-radius: 24px 24px 0 0; background: white; box-shadow: 0 -18px 45px rgba(0,0,0,.12); color: var(--ink); }
.trust-bar > div { display: flex; align-items: center; gap: 15px; padding: 25px 30px; }
.trust-bar > div + div { border-left: 1px solid var(--line); }
.trust-bar span { color: var(--blue); font-size: 13px; font-weight: 800; }
.trust-bar p { display: flex; flex-direction: column; gap: 6px; margin: 0; }.trust-bar strong { font-size: 13px; }.trust-bar small { color: var(--muted); font-size: 11px; }

.section { padding: 112px 0; }
.solutions { background: var(--surface); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 70px; margin-bottom: 48px; }
.section-heading > div { max-width: 680px; }
h2 { margin: 17px 0 0; font-size: clamp(34px, 4vw, 50px); line-height: 1.08; letter-spacing: -2.2px; }
.section-heading h2 em, .about h2 em { color: var(--blue); }
.section-heading > p { max-width: 400px; margin: 0; color: var(--muted); line-height: 1.75; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { position: relative; overflow: hidden; min-height: 450px; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: white; transition: transform .3s, box-shadow .3s; }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.service-card.featured { border-color: transparent; background: linear-gradient(155deg, #0a2a56, #06162f); color: white; box-shadow: 0 24px 55px rgba(6,22,47,.22); }
.service-card.featured::after { content: ""; position: absolute; right: -70px; top: -70px; width: 230px; height: 230px; border: 50px solid rgba(50,139,255,.1); border-radius: 50%; }
.service-number { position: absolute; top: 26px; right: 29px; color: #b7c2d0; font-size: 12px; font-weight: 800; }
.featured .service-number { color: #55749b; }
.service-icon { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 30px; border-radius: 16px; background: #e7f2ff; color: var(--blue); font-size: 23px; }
.featured .service-icon { background: rgba(83,170,255,.14); color: var(--blue-light); }
.service-card h3 { margin: 0 0 13px; font-size: 23px; letter-spacing: -.5px; }
.service-card p { min-height: 72px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.featured p { color: #9eb1ca; }
.service-card ul { display: grid; gap: 11px; padding: 0; margin: 24px 0 30px; list-style: none; }
.service-card li { color: #4f5e74; font-size: 12px; }.featured li { color: #c0ccdc; }
.service-card li::before { content: "✓"; margin-right: 9px; color: #21bd6d; font-weight: 900; }
.service-card a { position: absolute; left: 32px; bottom: 30px; display: flex; align-items: center; gap: 12px; color: var(--blue); font-size: 13px; font-weight: 800; }
.featured a { color: var(--green); }

.about { background: white; }
.about-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: 90px; align-items: center; }
.about-visual { position: relative; display: grid; place-items: center; min-height: 480px; border-radius: 40px; background: radial-gradient(circle, #103f78, #071a36 66%); overflow: hidden; }
.about-visual::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(98,178,255,.45) 1px, transparent 1px); background-size: 20px 20px; opacity: .24; mask-image: radial-gradient(circle, black, transparent 70%); }
.orbit { position: absolute; width: 300px; height: 300px; border: 1px solid rgba(98,178,255,.27); border-radius: 50%; }
.orbit::before, .orbit::after { content: ""; position: absolute; width: 9px; height: 9px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 18px rgba(166,245,107,.65); }
.orbit::before { top: 15%; left: 12%; }.orbit::after { bottom: 4%; right: 28%; }
.orbit-one { animation: orbit 18s linear infinite; }.orbit-two { width: 410px; height: 410px; animation: orbit 26s linear infinite reverse; }.orbit-two::before { background: var(--blue-light); }.orbit-two::after { background: var(--blue); }
@keyframes orbit { to { transform: rotate(360deg); } }
.about-core { position: relative; z-index: 2; display: grid; place-items: center; width: 250px; height: 250px; padding: 10px; border: 1px solid rgba(255,255,255,.32); border-radius: 34px; background: white; box-shadow: 0 30px 60px rgba(0,0,0,.32); transform: rotate(-2deg); transition: transform .35s ease; }
.about-visual:hover .about-core { transform: rotate(0deg) translateY(-4px); }
.about-core img { display: block; width: 100%; height: 100%; border-radius: 25px; object-fit: cover; }
.float-chip { position: absolute; z-index: 3; padding: 10px 16px; border: 1px solid rgba(255,255,255,.15); border-radius: 99px; background: rgba(6,22,47,.8); color: #bcd1e9; font-size: 11px; box-shadow: 0 15px 30px rgba(0,0,0,.25); }
.chip-one { top: 21%; left: 10%; }.chip-two { right: 9%; top: 34%; }.chip-three { left: 18%; bottom: 13%; }
.about-copy > p { margin: 25px 0 32px; color: var(--muted); line-height: 1.8; }
.values { display: grid; gap: 18px; }
.values > div { display: flex; align-items: center; gap: 18px; padding: 18px 0; border-top: 1px solid var(--line); }
.values span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; background: #e9f3ff; color: var(--blue); font-size: 11px; font-weight: 800; }
.values p { display: flex; flex-direction: column; gap: 5px; margin: 0; }.values strong { font-size: 14px; }.values small { color: var(--muted); font-size: 12px; }

.process { position: relative; overflow: hidden; background: var(--navy); color: white; }
.process::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 85% 20%, rgba(8,117,245,.22), transparent 34%); }
.process-head { position: relative; display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.process-head > div { max-width: 700px; }.process-head h2 { font-size: clamp(35px,4vw,50px); }.process-head > p { max-width: 360px; margin: 0; color: #9eb0c9; line-height: 1.7; }
.process-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 60px; border: 1px solid rgba(255,255,255,.11); border-radius: var(--radius); }
.process-grid article { position: relative; min-height: 250px; padding: 31px; }.process-grid article + article { border-left: 1px solid rgba(255,255,255,.11); }
.process-grid article > span { position: absolute; top: 28px; right: 28px; color: #47627f; font-size: 11px; font-weight: 800; }
.process-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 15px; background: rgba(42,139,255,.13); color: var(--blue-light); font-size: 20px; }
.process-grid h3 { margin: 39px 0 11px; font-size: 20px; }.process-grid p { margin: 0; color: #8ea2bd; font-size: 13px; line-height: 1.7; }

.contact-section { padding: 100px 0; background: var(--surface); }
.contact-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr .78fr; gap: 80px; padding: 70px; border-radius: 34px; background: linear-gradient(140deg, #0a2d5b, #06162f); color: white; box-shadow: 0 30px 70px rgba(6,22,47,.2); }
.contact-card::after { content: ""; position: absolute; width: 420px; height: 420px; right: -220px; top: -230px; border: 70px solid rgba(40,130,243,.12); border-radius: 50%; }
.contact-copy { position: relative; z-index: 2; }.contact-copy h2 { max-width: 580px; margin-top: 18px; }.contact-copy > p { max-width: 560px; margin: 20px 0 32px; color: #9fb2ca; line-height: 1.8; }
.contact-email { display: flex; align-items: center; gap: 13px; }.contact-email > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; background: rgba(110,231,160,.12); color: var(--green); }.contact-email > div { display: flex; flex-direction: column; gap: 4px; }.contact-email small { color: #859bb7; font-size: 10px; }.contact-email strong { font-size: 14px; }
.contact-form { position: relative; z-index: 2; display: grid; gap: 15px; padding: 29px; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; background: rgba(255,255,255,.07); backdrop-filter: blur(12px); }
.contact-form label { display: grid; gap: 7px; color: #c3d0e1; font-size: 11px; font-weight: 700; }
.contact-form input, .contact-form textarea { width: 100%; padding: 13px 14px; border: 1px solid rgba(255,255,255,.13); border-radius: 10px; outline: none; background: rgba(255,255,255,.07); color: white; font-size: 13px; transition: border .2s, background .2s; resize: vertical; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #768da9; }.contact-form input:focus, .contact-form textarea:focus { border-color: var(--blue-light); background: rgba(255,255,255,.1); }
.contact-form .button { width: 100%; margin-top: 3px; }.form-note { margin: -4px 0 0; color: #7187a3; font-size: 9px; text-align: center; }

.site-footer { background: #041226; color: white; }
.footer-main { display: grid; grid-template-columns: 1.7fr .65fr .85fr 1fr; gap: 70px; padding: 65px 0; }
.brand-light { color: white; }.brand-light .brand-mark { border-radius: 12px; background: white; box-shadow: 0 6px 16px rgba(0,0,0,.16); }.brand-light .brand-copy small { color: #7890af; }
.footer-brand > p { max-width: 320px; margin: 22px 0 0; color: #8195ae; font-size: 12px; line-height: 1.8; }
.footer-main > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.footer-main h3 { margin: 4px 0 10px; color: #7489a5; font-size: 10px; letter-spacing: 1.2px; text-transform: uppercase; }.footer-main > div:not(:first-child) a, .footer-main > div:not(:first-child) p { margin: 0; color: #b6c4d5; font-size: 12px; }.footer-main a:hover { color: var(--blue-light); }
.footer-bottom { display: flex; justify-content: space-between; padding: 21px 0 25px; border-top: 1px solid rgba(255,255,255,.08); color: #617793; font-size: 10px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .12s; }.reveal-delay-2 { transition-delay: .22s; }.reveal-delay-3 { transition-delay: .32s; }

@media (max-width: 980px) {
  .desktop-nav, .header-cta { display: none; }.menu-toggle { display: grid; gap: 6px; width: 42px; height: 42px; margin-left: auto; place-content: center; border: 0; border-radius: 10px; background: #eef5fc; }.menu-toggle span { display: block; width: 19px; height: 2px; background: var(--ink); transition: transform .2s; }.menu-open .menu-toggle span:first-child { transform: translateY(4px) rotate(45deg); }.menu-open .menu-toggle span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-menu { position: fixed; z-index: 99; inset: 78px 0 auto; display: flex; flex-direction: column; gap: 0; padding: 18px 24px 25px; border-bottom: 1px solid var(--line); background: white; box-shadow: 0 25px 50px rgba(6,22,47,.15); opacity: 0; pointer-events: none; transform: translateY(-15px); transition: opacity .2s, transform .2s; }.mobile-menu.open { opacity: 1; pointer-events: auto; transform: none; }.mobile-menu a { padding: 14px 6px; border-bottom: 1px solid #edf1f5; font-weight: 650; }
  .hero { padding-top: 70px; }.hero-layout { grid-template-columns: 1fr 1fr; gap: 20px; }.hero h1 { font-size: 49px; }.hero-proof { gap: 14px; }.hero-proof small { display: none; }.hero-visual { height: 560px; }.phone { width: 268px; height: 535px; }.badge-top { right: -8%; }.badge-bottom { left: -5%; }
  .section-heading, .process-head { align-items: start; flex-direction: column; gap: 20px; }.section-heading > p, .process-head > p { max-width: 600px; }.service-card { padding: 26px; }.service-card a { left: 26px; }.about-layout { gap: 50px; }.process-grid article { padding: 24px; }.contact-card { grid-template-columns: 1fr 1fr; gap: 35px; padding: 48px; }.footer-main { grid-template-columns: 1.3fr 1fr 1fr; gap: 40px; }.footer-contact { grid-column: 2; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 32px, 600px); }.site-header { height: 70px; }.brand { min-width: 0; }.brand-mark { width: 40px; height: 40px; }.brand-copy strong { font-size: 17px; }.brand-copy small { font-size: 8px; }.mobile-menu { top: 70px; }
  .hero { padding-top: 58px; }.hero-layout { display: flex; flex-direction: column; }.hero-copy { padding-bottom: 0; }.hero h1 { margin-block: 18px; font-size: clamp(41px, 12vw, 56px); letter-spacing: -2.5px; }.hero-copy > p { font-size: 16px; }.hero-actions { flex-direction: column; }.hero-actions .button { width: 100%; }.hero-proof { justify-content: space-between; gap: 7px; }.hero-proof > div { gap: 7px; }.proof-icon { width: 30px; height: 30px; }.hero-proof strong { font-size: 11px; }
  .hero-visual { width: 100%; height: 545px; }.phone { width: 262px; height: 520px; }.badge-top { right: 0; }.badge-bottom { left: 0; }.trust-bar { grid-template-columns: 1fr; margin-top: 10px; border-radius: 22px 22px 0 0; }.trust-bar > div { padding: 21px 24px; }.trust-bar > div + div { border-top: 1px solid var(--line); border-left: 0; }
  .section { padding: 82px 0; }h2 { font-size: 36px; letter-spacing: -1.6px; }.section-heading { margin-bottom: 32px; }.service-grid { grid-template-columns: 1fr; }.service-card { min-height: 410px; }.about-layout { grid-template-columns: 1fr; }.about-visual { min-height: 390px; }.orbit-two { width: 340px; height: 340px; }.about-copy { grid-row: 1; }.process-grid { grid-template-columns: 1fr; }.process-grid article { min-height: 190px; }.process-grid article + article { border-top: 1px solid rgba(255,255,255,.11); border-left: 0; }.process-grid h3 { margin-top: 28px; }.contact-section { padding: 70px 0; }.contact-card { grid-template-columns: 1fr; gap: 40px; padding: 38px 25px; border-radius: 25px; }.contact-email strong { font-size: 12px; }.contact-form { padding: 20px; }.footer-main { grid-template-columns: 1fr 1fr; gap: 40px 20px; }.footer-brand { grid-column: 1 / -1; }.footer-contact { grid-column: auto; }.footer-bottom { flex-direction: column; gap: 5px; }
}

@media (max-width: 400px) {
  .container { width: calc(100% - 24px); }.hero-proof { flex-wrap: wrap; }.visual-badge { font-size: 9px; }.badge-top { right: -4px; }.badge-bottom { left: -4px; }.phone { width: 250px; }.footer-main { grid-template-columns: 1fr; }.footer-brand, .footer-contact { grid-column: auto; }
}

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