:root {
  --ink: #0b0d12;
  --ink-soft: #545a69;
  --paper: #ffffff;
  --mist: #f4f5f8;
  --line: #e7e8ed;
  --blue: #2764ff;
  --violet: #7b43ff;
  --cyan: #24c7dc;
  --lime: #c9ff61;
  --radius: 24px;
  --shadow: 0 24px 70px rgba(11, 13, 18, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, Avenir, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { position: relative; padding: 120px 0; overflow: clip; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: -80px; padding: 12px 18px; background: var(--ink); color: white; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; padding: 18px 0; transition: .25s ease; }
.site-header.scrolled { padding: 10px 0; background: rgba(255,255,255,.88); border-bottom: 1px solid rgba(230,231,236,.9); backdrop-filter: blur(18px); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 2px; font-size: 24px; font-weight: 800; letter-spacing: -.7px; }
.brand-mark { display: grid; place-items: center; width: 36px; height: 36px; color: white; background: var(--ink); border-radius: 11px; font-size: 20px; letter-spacing: -2px; }
.brand-mark span { color: var(--blue); }
.brand-name { transform: translateY(1px); }
.main-nav { display: flex; align-items: center; gap: 31px; margin-left: auto; }
.main-nav a { position: relative; color: #383d49; font-size: 14px; font-weight: 650; }
.main-nav a::after { content: ""; position: absolute; height: 2px; left: 0; right: 100%; bottom: -7px; background: var(--blue); transition: .2s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.menu-toggle { display: none; border: 0; background: transparent; }

.button { min-height: 52px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 1px solid transparent; border-radius: 13px; font-size: 14px; font-weight: 750; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 20px; height: 20px; }
.button-small { min-height: 42px; padding: 0 17px; border-radius: 11px; font-size: 13px; }
.button-dark { color: white; background: var(--ink); box-shadow: 0 10px 26px rgba(11,13,18,.18); }
.button-primary { color: white; background: linear-gradient(135deg, var(--blue), var(--violet)); box-shadow: 0 14px 30px rgba(70,75,255,.28); }
.button-primary:hover { box-shadow: 0 17px 38px rgba(70,75,255,.36); }
.button-ghost { color: var(--ink); background: rgba(255,255,255,.7); border-color: var(--line); }

.hero { min-height: 850px; padding-top: 165px; padding-bottom: 55px; background-color: #f8f9fb; background-image: linear-gradient(rgba(25,30,45,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(25,30,45,.035) 1px, transparent 1px); background-size: 42px 42px; }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 180px; background: linear-gradient(transparent, #f8f9fb); pointer-events: none; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(15px); opacity: .35; }
.hero-glow-one { width: 550px; height: 550px; right: -170px; top: 50px; background: radial-gradient(circle, #8b6cff, transparent 68%); }
.hero-glow-two { width: 430px; height: 430px; left: -220px; top: 210px; background: radial-gradient(circle, #53b7ff, transparent 68%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 60px; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 9px; color: #4a5060; font-size: 11px; font-weight: 800; letter-spacing: 1.35px; text-transform: uppercase; }
.eyebrow { padding: 8px 12px; background: rgba(255,255,255,.72); border: 1px solid rgba(224,226,233,.95); border-radius: 30px; letter-spacing: .45px; text-transform: none; }
.eyebrow-dot { width: 7px; height: 7px; background: #40d68a; border-radius: 50%; box-shadow: 0 0 0 4px rgba(64,214,138,.14); }
.hero h1 { max-width: 660px; margin: 24px 0 22px; font-size: clamp(48px, 5.4vw, 75px); line-height: .99; letter-spacing: -4.1px; }
.gradient-text { color: transparent; background: linear-gradient(115deg, #2469ff 6%, #7c42ff 65%, #ad3cff); background-clip: text; -webkit-background-clip: text; }
.hero-lead { max-width: 570px; margin: 0; color: var(--ink-soft); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-reassurance { display: flex; flex-wrap: wrap; gap: 25px; margin-top: 24px; color: #676c78; font-size: 12px; font-weight: 650; }
.hero-reassurance div { display: flex; align-items: center; gap: 7px; }
.hero-reassurance svg { width: 17px; height: 17px; padding: 2px; color: var(--blue); background: rgba(39,100,255,.1); border-radius: 50%; stroke-width: 2.4; }

.hero-visual { position: relative; min-height: 570px; transform: perspective(1200px) rotateY(-1deg); }
.browser-card { position: absolute; z-index: 2; top: 20px; right: 0; width: 94%; overflow: hidden; background: white; border: 1px solid rgba(217,220,228,.9); border-radius: 20px; box-shadow: var(--shadow); transform: rotate(1.5deg); }
.browser-top { height: 37px; display: flex; align-items: center; gap: 20px; padding: 0 13px; background: #f2f3f6; border-bottom: 1px solid #e5e7eb; }
.browser-dots { display: flex; gap: 5px; }
.browser-dots span, .mini-bar span { width: 7px; height: 7px; border-radius: 50%; background: #d1d3da; }
.browser-dots span:first-child, .mini-bar span:first-child { background: #ff6b6b; }
.browser-dots span:nth-child(2), .mini-bar span:nth-child(2) { background: #ffd25f; }
.browser-dots span:nth-child(3), .mini-bar span:nth-child(3) { background: #62d58a; }
.browser-address { width: 55%; padding: 5px 12px; color: #9599a4; background: white; border-radius: 5px; font-size: 8px; }
.browser-content { padding: 20px 23px 23px; background: #f9f4ed; }
.mock-nav { display: flex; justify-content: space-between; align-items: center; color: #40352f; font-size: 7px; }
.mock-nav b { font-size: 11px; letter-spacing: 1px; }
.mock-hero { position: relative; min-height: 280px; padding: 58px 24px 30px; overflow: hidden; margin-top: 18px; color: white; background: radial-gradient(circle at 75% 40%, rgba(255,214,185,.52), transparent 24%), linear-gradient(125deg, rgba(68,40,32,.34), rgba(30,13,11,.8)), linear-gradient(145deg,#c79b7e,#5b3930); border-radius: 3px; }
.mock-hero::after { content: ""; position: absolute; width: 190px; height: 260px; right: 20px; bottom: -110px; border: 36px solid rgba(255,238,224,.25); border-radius: 50%; transform: rotate(-25deg); }
.mock-hero > * { position: relative; z-index: 2; }
.mock-hero > span { color: #f5cbb0; font-size: 7px; letter-spacing: 2px; }
.mock-hero h2 { margin: 12px 0 22px; font-family: Georgia, serif; font-size: 32px; line-height: 1.05; font-weight: 400; }
.mock-button { display: inline-block; padding: 9px 13px; color: #3e2c27; background: #f4d8c4; font-size: 7px; text-transform: uppercase; letter-spacing: .7px; }
.mock-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 13px; }
.mock-stats div { padding: 11px; background: white; text-align: center; }
.mock-stats strong, .mock-stats span { display: block; }
.mock-stats strong { font-family: Georgia, serif; font-size: 15px; }
.mock-stats span { margin-top: 2px; color: #93867d; font-size: 6px; }

.phone-card { position: absolute; z-index: 4; width: 188px; height: 382px; right: -30px; bottom: 5px; padding: 7px; background: #101116; border: 1px solid #34363d; border-radius: 31px; box-shadow: 0 30px 55px rgba(12,14,22,.27); transform: rotate(4deg); }
.phone-speaker { position: absolute; z-index: 4; top: 12px; left: 50%; width: 48px; height: 12px; background: #0b0c0f; border-radius: 0 0 10px 10px; transform: translateX(-50%); }
.phone-screen { position: relative; height: 100%; overflow: hidden; padding: 12px 13px; background: #fafafa; border-radius: 25px; }
.app-top { display: flex; justify-content: space-between; font-size: 6px; font-weight: 700; }
.app-brand { display: flex; align-items: center; gap: 9px; margin-top: 20px; font-size: 8px; font-weight: 700; }
.app-brand i { display: grid; place-items: center; width: 25px; height: 25px; color: white; background: linear-gradient(135deg,var(--blue),var(--violet)); border-radius: 8px; font-style: normal; }
.phone-screen > p { margin: 20px 0 7px; color: #888d98; font-size: 6px; }
.app-appointment { display: flex; align-items: center; gap: 9px; padding: 10px; color: white; background: linear-gradient(135deg,#272936,#121319); border-radius: 12px; }
.calendar-icon { width: 34px; height: 38px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: linear-gradient(135deg,var(--blue),var(--violet)); border-radius: 9px; }
.calendar-icon b { font-size: 13px; }.calendar-icon span { font-size: 5px; }
.app-appointment > div:last-child { display: flex; flex-direction: column; gap: 3px; }
.app-appointment strong { font-size: 7px; }.app-appointment span { color: #b5b8c1; font-size: 5px; }
.app-title { display: flex; justify-content: space-between; margin: 18px 0 9px; font-size: 7px; }
.app-title span { color: var(--blue); font-size: 5px; }
.app-services { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.app-services div { height: 87px; border-radius: 10px; background: linear-gradient(145deg,#e7d3c4,#9a6f61); }
.app-services div:last-child { background: linear-gradient(145deg,#c7d8d6,#5b7f79); }
.app-bottom { position: absolute; left: 0; right: 0; bottom: 0; height: 46px; display: flex; justify-content: space-around; align-items: center; color: #9ca0aa; background: white; border-top: 1px solid #eee; font-size: 9px; }
.app-bottom b { display: grid; place-items: center; width: 28px; height: 28px; color: white; background: linear-gradient(135deg,var(--blue),var(--violet)); border-radius: 9px; }
.floating-pill { position: absolute; z-index: 5; display: flex; align-items: center; gap: 9px; min-width: 190px; padding: 11px 13px; background: rgba(255,255,255,.92); border: 1px solid rgba(225,227,234,.9); border-radius: 13px; box-shadow: 0 16px 40px rgba(20,22,31,.14); backdrop-filter: blur(12px); }
.floating-pill-one { left: -35px; bottom: 68px; }.floating-pill-two { right: 65px; top: -17px; }
.floating-pill span:last-child { display: flex; flex-direction: column; gap: 2px; }
.floating-pill b { font-size: 9px; }.floating-pill small { color: #8a8f9a; font-size: 7px; }
.pill-icon { display: grid; place-items: center; width: 29px; height: 29px; color: white; background: var(--blue); border-radius: 9px; font-size: 13px; }
.pill-icon.purple { background: var(--violet); }
.audience-strip { position: relative; z-index: 3; margin-top: 55px; padding-top: 30px; border-top: 1px solid rgba(213,216,224,.85); text-align: center; }
.audience-strip p { margin: 0 0 15px; color: #9499a5; font-size: 10px; font-weight: 700; letter-spacing: 1.3px; text-transform: uppercase; }
.audience-list { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 14px; color: #555b68; font-size: 12px; font-weight: 700; }
.audience-list i { width: 3px; height: 3px; background: #bfc2ca; border-radius: 50%; }

.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 60px; margin-bottom: 52px; }
.section-heading h2, .method h2, .pricing-heading h2, .faq h2, .contact h2 { margin: 14px 0 0; font-size: clamp(38px,4.3vw,58px); line-height: 1.03; letter-spacing: -2.8px; }
.section-heading h2 span, .method h2 span, .pricing-heading h2 span, .contact h2 span { color: #9a9fab; }
.section-heading > p { max-width: 420px; margin: 0; color: var(--ink-soft); font-size: 15px; line-height: 1.7; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.service-card { position: relative; display: flex; flex-direction: column; min-height: 490px; padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-7px); border-color: #d3d6e1; box-shadow: 0 22px 48px rgba(18,21,30,.09); }
.service-card.featured { background: linear-gradient(180deg,#f8f7ff,#fff); border-color: #d9d1ff; }
.popular-tag { position: absolute; top: 20px; left: 50%; padding: 6px 11px; color: #6c3bf2; background: #ede7ff; border-radius: 30px; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .7px; transform: translateX(-50%); white-space: nowrap; }
.service-number { position: absolute; right: 25px; top: 25px; color: #c4c7cf; font-size: 11px; font-weight: 800; }
.service-icon { display: grid; place-items: center; width: 51px; height: 51px; margin-top: 21px; border-radius: 15px; }
.service-icon svg { width: 25px; height: 25px; }
.service-icon.blue { color: var(--blue); background: #edf2ff; }.service-icon.violet { color: var(--violet); background: #f1edff; }.service-icon.cyan { color: #1297a9; background: #e8f9fb; }
.service-card h3 { margin: 27px 0 11px; font-size: 25px; letter-spacing: -1px; }
.service-card > p { margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.7; }
.service-card ul, .price-card ul { display: grid; gap: 10px; padding: 0; margin: 24px 0; list-style: none; }
.service-card li, .price-card li { display: flex; gap: 9px; color: #484e5a; font-size: 12px; }
.service-card li::before, .price-card li::before { content: "✓"; color: var(--blue); font-weight: 900; }
.service-card > a { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); font-size: 12px; font-weight: 800; }
.service-card > a span { font-size: 17px; }

.work { background: var(--mist); }
.project-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.project { min-width: 0; }
.project-label { display: flex; justify-content: space-between; margin-bottom: 12px; color: #727784; font-size: 8px; font-weight: 750; text-transform: uppercase; letter-spacing: .7px; }
.project-label i { color: #a1a5af; font-style: normal; text-transform: none; letter-spacing: 0; }
.project-browser { overflow: hidden; background: white; border: 1px solid #dedfe4; border-radius: 15px; box-shadow: 0 17px 34px rgba(18,21,28,.08); }
.mini-bar { height: 25px; display: flex; align-items: center; gap: 4px; padding: 0 10px; background: #f3f4f6; }
.mini-bar span { width: 5px; height: 5px; }
.beauty-screen, .food-screen, .auto-screen { position: relative; min-height: 360px; overflow: hidden; padding: 50px 35px; }
.beauty-screen { background: #f3e9e1; }
.beauty-screen small { color: #8c675c; font-size: 7px; letter-spacing: 2px; }
.beauty-screen h3 { position: relative; z-index: 2; margin: 17px 0 25px; font-family: Georgia, serif; font-size: 34px; font-weight: 400; line-height: 1.05; }
.beauty-screen button { position: relative; z-index: 2; padding: 10px 14px; color: white; background: #44312d; border: 0; font-size: 7px; letter-spacing: .6px; text-transform: uppercase; }
.beauty-orbit { position: absolute; width: 220px; height: 310px; right: -83px; bottom: -70px; border: 45px solid rgba(193,139,119,.32); border-radius: 50%; transform: rotate(28deg); }
.beauty-orbit::after { content: ""; position: absolute; width: 74px; height: 74px; left: -48px; top: 85px; background: #c78b75; border-radius: 50%; filter: blur(1px); }
.dark-browser { border-color: #292a2f; }.dark-browser .mini-bar { background: #232429; }
.food-screen { color: white; background: #121314; }
.food-screen small { color: #ff654e; font-size: 8px; font-weight: 900; letter-spacing: 1px; }
.food-screen h3 { position: relative; z-index: 2; margin: 28px 0 20px; font-size: 35px; line-height: 1; letter-spacing: -1.8px; text-transform: uppercase; }
.food-screen h3 em { color: #ff5d46; font-style: normal; }
.food-button { position: relative; z-index: 2; display: inline-block; padding: 9px 12px; color: #111; background: #f5d94e; font-size: 8px; font-weight: 800; }
.burger-art { position: absolute; right: -30px; bottom: 15px; width: 180px; transform: rotate(-10deg); }
.burger-art i { display: block; height: 27px; margin: -4px auto 0; background: #e49b3f; border-radius: 50%; box-shadow: inset 0 -7px rgba(93,49,18,.2); }
.burger-art i:first-child, .burger-art i:last-child { height: 40px; background: #f0b455; }.burger-art i:nth-child(2) { width: 92%; height: 14px; background: #5dc34d; }.burger-art i:nth-child(3) { width: 98%; height: 22px; background: #6c321b; }.burger-art i:nth-child(4) { width: 90%; height: 12px; background: #f4d53a; }
.blue-browser .mini-bar { background: #e8eff8; }
.auto-screen { color: white; background: radial-gradient(circle at 80% 65%,#255cb8,transparent 28%), linear-gradient(145deg,#122a4d,#06101f); }
.auto-logo { font-size: 12px; font-weight: 900; letter-spacing: .5px; }.auto-logo span { color: #38a0ff; }
.auto-screen h3 { position: relative; z-index: 2; margin: 55px 0 0; font-size: 31px; line-height: 1.05; letter-spacing: -1.4px; }
.car-line { position: absolute; right: 16px; bottom: 48px; color: rgba(90,178,255,.45); font-size: 190px; line-height: .5; transform: rotate(-7deg); }
.auto-tags { position: absolute; z-index: 2; left: 30px; bottom: 25px; display: flex; gap: 5px; }.auto-tags span { padding: 6px 8px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.15); border-radius: 20px; font-size: 6px; }
.project-caption { display: flex; justify-content: space-between; align-items: center; padding: 16px 3px 0; }
.project-caption strong { font-size: 13px; }.project-caption span { color: #8c919c; font-size: 8px; }

.method { background: #fff; }
.method-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.method-copy { position: sticky; top: 130px; }
.method-copy > p { max-width: 410px; margin: 22px 0 26px; color: var(--ink-soft); font-size: 15px; line-height: 1.75; }
.text-link { display: inline-flex; gap: 10px; padding-bottom: 5px; border-bottom: 1px solid var(--ink); font-size: 13px; font-weight: 800; }
.steps { padding: 0; margin: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 45px 1fr 45px; gap: 20px; align-items: center; min-height: 130px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.steps li:first-child { border-top: 1px solid var(--line); }
.step-number { color: #a7abb5; font-size: 10px; font-weight: 800; }
.steps h3 { margin: 0 0 8px; font-size: 21px; letter-spacing: -.7px; }
.steps p { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.6; }
.step-icon { display: grid; place-items: center; width: 42px; height: 42px; color: var(--blue); background: #eef3ff; border-radius: 13px; font-size: 17px; }

.pricing { color: white; background: #0a0c11; }
.pricing::before { content: ""; position: absolute; inset: 0; opacity: .25; background-image: linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px); background-size: 50px 50px; }
.pricing-glow { position: absolute; width: 850px; height: 500px; left: 50%; top: -300px; background: radial-gradient(circle,rgba(80,71,255,.35),transparent 68%); transform: translateX(-50%); }
.pricing .container { position: relative; z-index: 2; }
.pricing-heading { max-width: 710px; margin: 0 auto 55px; text-align: center; }
.kicker-light { color: #989dac; }
.pricing-heading h2 span { color: #737786; }
.pricing-heading p { max-width: 640px; margin: 20px auto 0; color: #a5a9b4; font-size: 14px; line-height: 1.7; }
.price-grid { display: grid; grid-template-columns: repeat(3,1fr); align-items: stretch; gap: 16px; }
.price-card { position: relative; display: flex; flex-direction: column; min-height: 520px; padding: 27px; color: white; background: #15171e; border: 1px solid #292c36; border-radius: var(--radius); }
.price-featured { background: linear-gradient(155deg,#222347,#171822 52%); border-color: #5f55cf; box-shadow: 0 30px 80px rgba(57,46,220,.22); transform: translateY(-10px); }
.price-ribbon { position: absolute; top: -13px; left: 50%; padding: 7px 13px; color: #11131a; background: var(--lime); border-radius: 30px; font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .5px; transform: translateX(-50%); white-space: nowrap; }
.price-top { display: flex; justify-content: space-between; align-items: center; }
.price-top span { font-size: 16px; font-weight: 800; }.price-top i { padding: 5px 9px; color: #aeb3c0; background: #22252e; border-radius: 20px; font-size: 8px; font-style: normal; }
.price { margin: 35px 0 20px; }.price small { display: block; margin-bottom: 5px; color: #8d929f; font-size: 9px; }.price strong { font-size: 54px; letter-spacing: -3px; }.price strong span { margin-left: 3px; font-size: 20px; letter-spacing: 0; }
.price-card > p { min-height: 67px; margin: 0; color: #aeb2be; font-size: 12px; line-height: 1.65; }
.price-card ul { gap: 13px; margin: 24px 0 30px; }.price-card li { color: #d1d3da; }.price-card li::before { color: #7b8eff; }
.price-card .button { margin-top: auto; }
.button-price { color: white; background: #23262f; border-color: #353944; }.button-price:hover { background: #2c303a; }
.pricing-note { margin: 24px 0 0; color: #747986; font-size: 9px; text-align: center; }

.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.faq-intro { padding-top: 8px; }
.faq h2 { margin-bottom: 18px; }
.faq-intro p { max-width: 340px; color: var(--ink-soft); font-size: 14px; line-height: 1.7; }
.faq-intro > a { display: inline-block; margin-top: 10px; color: var(--blue); font-size: 13px; font-weight: 800; }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; justify-content: space-between; gap: 20px; padding: 24px 0; font-size: 15px; font-weight: 750; cursor: pointer; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: var(--blue); font-size: 22px; font-weight: 400; transition: transform .2s ease; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { max-width: 610px; margin: -5px 45px 24px 0; color: var(--ink-soft); font-size: 13px; line-height: 1.7; }

.contact { color: white; background: linear-gradient(145deg,#10131d,#07080c); }
.contact-orb { position: absolute; border-radius: 50%; filter: blur(5px); }
.contact-orb-one { width: 560px; height: 560px; left: -280px; top: -240px; background: radial-gradient(circle,rgba(48,105,255,.3),transparent 68%); }
.contact-orb-two { width: 600px; height: 600px; right: -380px; bottom: -330px; background: radial-gradient(circle,rgba(124,66,255,.26),transparent 68%); }
.contact-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.contact-copy { padding-top: 25px; }
.contact-copy > p { max-width: 430px; margin: 24px 0 30px; color: #aeb2bd; font-size: 15px; line-height: 1.75; }
.contact-email { display: flex; align-items: center; gap: 12px; }.mail-icon { display: grid; place-items: center; width: 42px; height: 42px; color: #9ab0ff; background: rgba(80,102,255,.12); border: 1px solid rgba(103,120,255,.22); border-radius: 12px; font-weight: 900; }
.contact-email > span:last-child { display: flex; flex-direction: column; gap: 3px; }.contact-email small { color: #8c919d; font-size: 9px; }.contact-email strong { font-size: 12px; }
.contact-form { padding: 29px; color: var(--ink); background: white; border-radius: var(--radius); box-shadow: 0 30px 80px rgba(0,0,0,.28); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form label { display: block; margin-bottom: 15px; color: #3d424d; font-size: 10px; font-weight: 800; }
.contact-form label > span, .consent b { color: var(--blue); }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 7px; padding: 12px 13px; color: var(--ink); background: #f8f9fb; border: 1px solid #e3e5ea; border-radius: 10px; outline: none; font-size: 12px; transition: border-color .2s, box-shadow .2s; }
.contact-form input, .contact-form select { height: 45px; }
.contact-form textarea { resize: vertical; min-height: 110px; line-height: 1.5; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: #7694ff; box-shadow: 0 0 0 3px rgba(39,100,255,.1); }
.contact-form [aria-invalid="true"] { border-color: #e6505f; box-shadow: 0 0 0 3px rgba(230,80,95,.09); }
.consent { display: flex !important; align-items: flex-start; gap: 9px; color: #767b86 !important; font-size: 9px !important; font-weight: 500 !important; line-height: 1.5; }
.consent input { width: 15px; height: 15px; flex: 0 0 auto; margin: 0; accent-color: var(--blue); }
.submit-button { width: 100%; margin-top: 4px; }
.form-status { min-height: 18px; margin: 10px 0 0; color: #4d5668; font-size: 10px; text-align: center; }
.form-status.error { color: #c33746; }

.site-footer { padding: 70px 0 25px; color: white; background: #07080b; border-top: 1px solid #202229; }
.brand-light .brand-mark { color: var(--ink); background: white; }
.footer-main { display: grid; grid-template-columns: 1.4fr .7fr 1fr; gap: 80px; padding-bottom: 55px; }
.footer-main > div:first-child p { margin: 18px 0 0; color: #858a96; font-size: 12px; line-height: 1.7; }
.footer-links { display: flex; flex-direction: column; gap: 11px; color: #8d929d; font-size: 11px; }
.footer-links strong { margin-bottom: 6px; color: white; font-size: 10px; text-transform: uppercase; letter-spacing: 1px; }
.footer-links a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 23px; color: #656a75; border-top: 1px solid #1d1f25; font-size: 9px; }
.footer-bottom div { display: flex; gap: 20px; }.footer-bottom button { padding: 0; color: #777c87; background: none; border: 0; cursor: pointer; font-size: 9px; }
.legal-dialog { width: min(600px,calc(100% - 32px)); padding: 34px; border: 0; border-radius: 20px; box-shadow: 0 30px 80px rgba(0,0,0,.3); }
.legal-dialog::backdrop { background: rgba(4,5,8,.72); backdrop-filter: blur(4px); }
.legal-dialog h2 { margin-top: 0; }.legal-dialog p { color: var(--ink-soft); font-size: 13px; line-height: 1.7; }
.dialog-close { position: absolute; top: 17px; right: 17px; width: 34px; height: 34px; background: var(--mist); border: 0; border-radius: 50%; cursor: pointer; font-size: 20px; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; transition-delay: var(--delay,0ms); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .main-nav { gap: 20px; }
  .hero-grid { gap: 25px; }
  .phone-card { right: -5px; }
  .floating-pill-one { left: -10px; }
  .service-card { padding: 23px; }
  .method-grid, .contact-grid { gap: 55px; }
}

@media (max-width: 900px) {
  .section { padding: 90px 0; }
  .nav-cta { display: none; }
  .menu-toggle { z-index: 102; display: flex; width: 43px; height: 43px; flex-direction: column; justify-content: center; align-items: center; gap: 6px; padding: 0; background: white; border: 1px solid var(--line); border-radius: 12px; }
  .menu-toggle span { width: 17px; height: 2px; background: var(--ink); border-radius: 3px; transition: .2s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .main-nav { position: fixed; z-index: 101; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 28px; margin: 0; visibility: hidden; opacity: 0; background: rgba(250,250,252,.98); transition: .2s ease; }
  .main-nav.open { visibility: visible; opacity: 1; }
  .main-nav a { font-size: 24px; }
  .hero { padding-top: 135px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }.hero-copy h1, .hero-lead { margin-left: auto; margin-right: auto; }.hero-actions, .hero-reassurance { justify-content: center; }
  .hero-visual { width: min(620px,100%); margin: 20px auto 0; }
  .browser-card { width: 88%; left: 2%; right: auto; }.phone-card { right: 1%; }
  .audience-strip { margin-top: 35px; }
  .service-grid, .project-grid, .price-grid { grid-template-columns: 1fr; max-width: 620px; margin-inline: auto; }
  .service-card { min-height: auto; }.service-card > a { margin-top: 25px; }
  .project { margin-bottom: 24px; }.price-featured { transform: none; }.price-card { min-height: auto; }
  .method-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; gap: 50px; }
  .method-copy { position: static; }.faq-grid { gap: 35px; }.faq-intro p { max-width: 550px; }
  .footer-main { grid-template-columns: 1fr 1fr; }.footer-main > div:first-child { grid-column: 1/-1; }
}

@media (max-width: 600px) {
  .container { width: min(100% - 28px,1180px); }
  .section { padding: 75px 0; }
  .site-header { padding: 11px 0; }
  .brand { font-size: 21px; }.brand-mark { width: 33px; height: 33px; font-size: 18px; }
  .hero { min-height: auto; padding-top: 112px; padding-bottom: 42px; }
  .eyebrow { font-size: 9px; }
  .hero h1 { margin-top: 19px; font-size: clamp(43px,13vw,59px); letter-spacing: -3px; }
  .hero-lead { font-size: 16px; line-height: 1.65; }
  .hero-actions { flex-direction: column; }.hero-actions .button { width: 100%; }
  .hero-reassurance { gap: 12px; font-size: 10px; }
  .hero-visual { min-height: 460px; margin-top: 15px; transform: none; }
  .browser-card { top: 20px; width: 94%; left: 0; transform: rotate(1deg); }
  .browser-content { padding: 13px; }.mock-hero { min-height: 240px; padding: 43px 20px 25px; }.mock-hero h2 { font-size: 27px; }
  .phone-card { width: 150px; height: 310px; right: -4px; bottom: 0; border-radius: 25px; }.phone-screen { padding: 10px; border-radius: 19px; }.app-services div { height: 65px; }.app-bottom { height: 38px; }
  .floating-pill { min-width: 165px; padding: 9px; }.floating-pill-one { left: 0; bottom: 24px; }.floating-pill-two { right: 5px; top: 0; }.floating-pill small { font-size: 6px; }
  .audience-list { gap: 9px; font-size: 10px; }
  .section-heading { display: block; margin-bottom: 35px; }.section-heading h2, .method h2, .pricing-heading h2, .faq h2, .contact h2 { font-size: 39px; letter-spacing: -2px; }.section-heading > p { margin-top: 18px; }
  .service-card, .price-card { padding: 23px; }.service-card h3 { font-size: 23px; }
  .beauty-screen, .food-screen, .auto-screen { min-height: 330px; padding: 42px 27px; }
  .method-grid, .faq-grid, .contact-grid { gap: 38px; }
  .steps li { grid-template-columns: 35px 1fr; min-height: 120px; }.step-icon { display: none; }
  .form-row { grid-template-columns: 1fr; gap: 0; }.contact-form { padding: 21px; }.contact-copy { padding-top: 0; }
  .contact-email strong { font-size: 10px; }
  .footer-main { grid-template-columns: 1fr; gap: 35px; }.footer-main > div:first-child { grid-column: auto; }.footer-bottom { align-items: flex-start; flex-direction: column; gap: 14px; }
}

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