:root {
  --ink: #f7f9ff;
  --muted: #9ea8bd;
  --line: rgba(255, 255, 255, 0.1);
  --panel: #111722;
  --blue: #4f7cff;
  --blue-bright: #77a0ff;
  --background: #080b11;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--background); color: var(--ink); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
main { overflow: hidden; }

.site-header { width: min(1180px, calc(100% - 40px)); height: 84px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); position: relative; z-index: 10; }
.brand { display: flex; align-items: center; gap: 11px; font-weight: 760; letter-spacing: -0.03em; }
.brand-logo { width: 39px; height: 35px; display: block; object-fit: contain; filter: drop-shadow(0 8px 18px rgba(79, 124, 255, .27)); }
.nav-links { display: flex; gap: 32px; color: #b6bfd0; font-size: 14px; }
.nav-links a { transition: color .2s ease; }
.nav-links a:hover { color: white; }
.header-cta { border: 1px solid rgba(255,255,255,.16); border-radius: 12px; padding: 11px 16px; font-size: 14px; font-weight: 650; background: rgba(255,255,255,.04); }

.hero { width: min(1180px, calc(100% - 40px)); min-height: 820px; margin: 0 auto; position: relative; padding: 76px 0 0; isolation: isolate; }
.hero::before { content: ""; position: absolute; z-index: -3; width: 560px; height: 560px; right: -150px; top: 45px; border-radius: 50%; background: rgba(47,80,194,.19); filter: blur(90px); pointer-events: none; }
.hero-grid { position: absolute; z-index: -4; inset: 0; opacity: .3; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, transparent 0, black 18%, black 72%, transparent 100%); }
.eyebrow { color: var(--blue-bright); text-transform: uppercase; letter-spacing: .14em; font-size: 12px; font-weight: 750; }
.status-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: #66daac; margin-right: 9px; box-shadow: 0 0 0 5px rgba(102,218,172,.09); }
.hero-intro { position: relative; z-index: 3; display: flex; align-items: center; justify-content: space-between; }
.hero-intro .eyebrow { margin: 0; }
.hero-index { margin: 0; color: #59667c; font: 10px/1.2 monospace; letter-spacing: .14em; }
.hero-index span { margin-left: 12px; color: var(--blue-bright); }
.hero h1 { position: relative; z-index: 2; max-width: 1080px; margin: 62px 0 48px; font-size: clamp(68px, 8.6vw, 128px); line-height: .82; letter-spacing: -.078em; font-weight: 760; }
.hero-line { display: block; width: fit-content; }
.hero-line-offset { margin-left: 7.5%; }
.hero-line-accent { position: relative; margin: 15px 0 0 14.5%; padding-right: .08em; color: transparent; background: linear-gradient(100deg, #7fa2ff 0%, #4f7cff 43%, #6557f5 88%); -webkit-background-clip: text; background-clip: text; }
.hero-line-accent::after { content: ""; position: absolute; left: 0; right: 0; bottom: -.15em; height: 1px; background: linear-gradient(90deg, rgba(119,160,255,.05), rgba(119,160,255,.75), rgba(119,160,255,.05)); }
.hero-lower { position: relative; z-index: 3; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 55px; margin-left: 15%; }
.hero-text { max-width: 610px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.72; }
.hero-actions { display: flex; gap: 12px; }
.button { min-height: 50px; border-radius: 13px; padding: 0 20px; display: inline-flex; align-items: center; gap: 16px; justify-content: center; font-size: 15px; font-weight: 700; transition: transform .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: linear-gradient(135deg, #5985ff, #3d66e8); box-shadow: 0 14px 35px rgba(61,102,232,.25); }
.button-secondary { border: 1px solid var(--line); background: rgba(255,255,255,.035); }
.hero-facts { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(3, 1fr) auto; align-items: stretch; margin-top: 56px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.hero-facts > div { min-height: 92px; display: grid; grid-template-columns: auto 1fr; grid-template-rows: 1fr 1fr; column-gap: 13px; align-content: center; padding: 23px 24px; border-right: 1px solid var(--line); }
.hero-facts > div > span { grid-row: 1 / 3; align-self: center; color: #52617b; font: 9px/1 monospace; }
.hero-facts strong { align-self: end; font-size: 17px; }
.hero-facts small { align-self: start; margin-top: 4px; color: #788398; font-size: 10px; }
.hero-facts > a { min-width: 232px; display: flex; align-items: center; justify-content: center; gap: 32px; padding: 20px; color: #c6d2e9; font-size: 12px; font-weight: 700; transition: color .2s ease, background .2s ease; }
.hero-facts > a:hover { color: white; background: rgba(255,255,255,.03); }
.hero-facts > a b { width: 31px; height: 31px; display: grid; place-items: center; border: 1px solid rgba(117,153,255,.3); border-radius: 50%; color: var(--blue-bright); }

.hero-orbit { position: absolute; z-index: -1; width: 490px; height: 490px; right: -44px; top: 115px; border-radius: 50%; opacity: .86; }
.orbit { position: absolute; border: 1px solid rgba(102,139,255,.17); border-radius: 50%; }
.orbit::after { content: ""; position: absolute; width: 7px; height: 7px; border-radius: 50%; background: #668cff; box-shadow: 0 0 18px rgba(102,140,255,.8); }
.orbit-one { inset: 0; animation: orbit-spin 20s linear infinite; }
.orbit-one::after { top: 46px; right: 74px; }
.orbit-two { inset: 58px; border-style: dashed; animation: orbit-spin 28s linear infinite reverse; }
.orbit-two::after { bottom: 16px; left: 112px; }
.orbit-three { inset: 123px; background: radial-gradient(circle, rgba(55,91,215,.18), transparent 69%); animation: orbit-pulse 4s ease-in-out infinite; }
.orbit-three::after { left: -3px; top: 50%; }
.orbit-core { position: absolute; inset: 190px; display: grid; place-items: center; border: 1px solid rgba(116,151,255,.35); border-radius: 24px; color: #87a7ff; background: rgba(12,18,30,.88); box-shadow: 0 20px 70px rgba(21,46,122,.32); transform: rotate(10deg); backdrop-filter: blur(12px); }
.orbit-core span { font: 700 19px/1 monospace; transform: rotate(-10deg); }
.signal { position: absolute; display: flex; align-items: center; gap: 9px; padding: 10px 13px; border: 1px solid rgba(255,255,255,.12); border-radius: 10px; background: rgba(13,19,31,.78); box-shadow: 0 12px 38px rgba(0,0,0,.25); backdrop-filter: blur(12px); }
.signal small { color: #586984; font: 8px/1 monospace; }
.signal b { color: #c4cee0; font-size: 10px; }
.signal-idea { left: 5px; top: 99px; }
.signal-design { right: -9px; top: 215px; }
.signal-online { left: 73px; bottom: 36px; }
.signal-online i { width: 6px; height: 6px; border-radius: 50%; background: #66daac; box-shadow: 0 0 0 4px rgba(102,218,172,.08); }
@keyframes orbit-spin { to { transform: rotate(360deg); } }
@keyframes orbit-pulse { 50% { transform: scale(1.06); opacity: .6; } }

.section { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 105px 0; }
.services { border-top: 1px solid var(--line); }
.section-heading { max-width: 620px; }
.section-heading h2, .coming-section h2 { margin: 13px 0 14px; font-size: clamp(38px, 4vw, 56px); line-height: 1.04; letter-spacing: -.055em; }
.section-heading > p:last-child { color: var(--muted); font-size: 16px; line-height: 1.7; }
.service-grid { display: grid; grid-template-columns: 1.18fr .82fr; grid-template-rows: repeat(2, 1fr); gap: 16px; margin-top: 50px; }
.service-card { position: relative; min-height: 252px; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.018)); }
.service-card::after { content: ""; position: absolute; width: 180px; height: 180px; right: -75px; bottom: -95px; border: 1px solid rgba(111,147,255,.09); border-radius: 50%; }
.service-card.featured { grid-row: 1 / 3; min-height: 520px; border-color: rgba(93,132,255,.35); background: radial-gradient(circle at 100% 0, rgba(70,109,231,.18), transparent 38%), var(--panel); }
.service-card.featured::before { content: "LEVY / DEV"; position: absolute; right: -18px; bottom: 54px; color: rgba(119,160,255,.055); font-size: 82px; line-height: .8; letter-spacing: -.08em; font-weight: 800; transform: rotate(-90deg); }
.card-number { position: absolute; top: 24px; right: 25px; color: #4f5a6f; font-size: 11px; font-family: monospace; }
.service-icon { width: 47px; height: 47px; display: grid; place-items: center; border: 1px solid rgba(100,140,255,.28); border-radius: 13px; color: #83a4ff; background: rgba(72,108,221,.11); font-size: 20px; }
.service-card h3 { margin: 27px 0 10px; font-size: 23px; letter-spacing: -.03em; }
.service-card.featured h3 { max-width: 450px; margin-top: 106px; font-size: 38px; }
.service-card p { color: var(--muted); font-size: 14px; line-height: 1.7; }
.service-card ul { position: relative; z-index: 1; list-style: none; padding: 17px 0 0; margin: 18px 0 0; border-top: 1px solid var(--line); color: #b8c1d2; font-size: 13px; line-height: 1.95; }
.service-card.featured ul { max-width: 520px; padding-top: 26px; margin-top: 30px; columns: 2; }
.service-card li::before { content: "✓"; color: #7196ff; margin-right: 9px; }

.projects, .process, .offer, .faq, .contact { border-top: 1px solid var(--line); }
.scroll-demo { width: min(1380px, 100%); margin: -170px auto -230px; }
.scroll-title { position: relative; z-index: 2; padding-bottom: 42px; }
.scroll-title h2 { margin: 15px auto; font-size: clamp(44px, 6vw, 78px); line-height: .98; letter-spacing: -.065em; }
.scroll-title h2 span { color: var(--blue-bright); }
.scroll-title > p:last-child { color: var(--muted); font-size: 16px; }
.animated-site { height: 100%; overflow: hidden; border-radius: 16px; background: #090b0d; }
.animated-browser-top { height: 48px; padding: 0 18px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 15px; border-bottom: 1px solid rgba(255,255,255,.12); background: #151a22; color: #6f798a; font-size: 10px; }
.animated-browser-top > div { display: flex; gap: 6px; }
.animated-browser-top i { width: 7px; height: 7px; display: block; border-radius: 50%; background: #485161; }
.animated-browser-top span { padding: 7px 48px; border-radius: 7px; background: #0d1117; }
.animated-browser-top b { justify-self: end; color: #aeb8c8; }
.restaurant-demo { height: calc(100% - 48px); position: relative; overflow: hidden; }
.restaurant-demo > img { width: 100%; height: 100%; display: block; object-fit: cover; }
.restaurant-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,8,7,.92) 0%, rgba(9,9,8,.72) 43%, rgba(8,8,7,.14) 82%), linear-gradient(0deg, rgba(8,8,7,.4), transparent 45%); }
.restaurant-nav { position: absolute; top: 0; left: 0; right: 0; min-height: 70px; display: flex; align-items: center; justify-content: space-between; padding: 0 5%; border-bottom: 1px solid rgba(255,255,255,.13); }
.restaurant-nav > strong { font-family: Georgia, serif; letter-spacing: .18em; font-size: 16px; }
.restaurant-nav > div { display: flex; gap: 28px; color: rgba(255,255,255,.68); font-size: 10px; }
.restaurant-nav > b { padding: 10px 14px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; font-size: 9px; }
.restaurant-copy { position: absolute; left: 7%; top: 50%; width: 49%; transform: translateY(-42%); }
.restaurant-copy > span { color: #e2b774; font-size: 9px; letter-spacing: .18em; font-weight: bold; }
.restaurant-copy h3 { margin: 14px 0; font-family: Georgia, serif; font-weight: 400; font-size: clamp(34px, 4.2vw, 64px); line-height: .98; letter-spacing: -.04em; }
.restaurant-copy p { max-width: 440px; color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.7; }
.restaurant-copy button { margin-top: 16px; padding: 13px 17px; border: 0; border-radius: 999px; color: #17120d; background: #e6bc79; font-weight: 700; font-size: 10px; }
.restaurant-copy button i { margin-left: 18px; font-style: normal; }
.restaurant-note { position: absolute; right: 5%; bottom: 5%; display: flex; flex-direction: column; padding: 15px 19px; border: 1px solid rgba(255,255,255,.2); border-radius: 12px; background: rgba(8,8,7,.48); backdrop-filter: blur(12px); }
.restaurant-note b { font-size: 20px; }
.restaurant-note span { color: rgba(255,255,255,.58); font-size: 8px; }

.examples { padding-top: 90px; }
.examples-heading { max-width: none; display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; }
.examples-heading > p { padding-bottom: 9px; }
.example-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 50px; }
.example-card { min-width: 0; }
.example-image { position: relative; height: 440px; overflow: hidden; margin-bottom: 22px; border: 1px solid var(--line); border-radius: 20px; background: #12161d; }
.example-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,7,10,.9), rgba(5,7,10,.05) 66%); }
.example-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.example-card:hover .example-image img { transform: scale(1.045); }
.example-image > span { position: absolute; z-index: 2; top: 22px; left: 22px; color: white; letter-spacing: .16em; font-size: 11px; font-weight: 800; }
.example-image > div { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 24px; display: flex; flex-direction: column; gap: 17px; }
.example-image b { max-width: 300px; color: white; font-size: 29px; line-height: 1.04; letter-spacing: -.045em; }
.example-image i { width: fit-content; padding: 10px 13px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; color: white; background: rgba(0,0,0,.2); backdrop-filter: blur(8px); font-style: normal; font-size: 9px; }
.example-card > span { color: #789cff; text-transform: uppercase; letter-spacing: .1em; font-size: 9px; font-weight: 700; }
.example-card h3 { margin: 11px 0 8px; font-size: 22px; letter-spacing: -.035em; }
.example-card > p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.example-store .example-image > span { color: #16120f; }
.example-store .example-image::after { background: linear-gradient(0deg, rgba(21,15,10,.84), transparent 68%); }
.example-pro .example-image::after { background: linear-gradient(0deg, rgba(5,15,31,.92), rgba(5,15,31,.02) 72%); }
.examples-note { margin: 30px 0 0; color: #687386; text-align: center; font-size: 10px; }

.static-scroll { width: min(1380px, 100%); min-height: 1080px; margin: 0 auto -120px; padding: 180px 20px 100px; perspective: 1000px; }
.static-scroll .scroll-title { max-width: 1000px; margin: 0 auto; text-align: center; transition: transform .08s linear; will-change: transform; }
.static-perspective { width: 100%; perspective: 1000px; }
.static-scroll-card { width: min(100%, 1024px); height: 640px; margin: -20px auto 0; padding: 24px; border: 4px solid #303849; border-radius: 30px; background: #121925; box-shadow: 0 9px 20px #0000004a, 0 37px 37px #00000042, 0 84px 50px #00000026; transform-origin: center top; transform-style: preserve-3d; will-change: transform; }

.process { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.process-grid article { min-height: 310px; padding: 30px 24px; border-right: 1px solid var(--line); }
.process-grid article:last-child { border-right: 0; }
.process-grid span { color: #6087f6; font-family: monospace; font-size: 11px; }
.process-grid h3 { margin: 90px 0 14px; font-size: 18px; letter-spacing: -.025em; }
.process-grid p { color: var(--muted); font-size: 13px; line-height: 1.7; }

.offer { display: grid; grid-template-columns: 1fr .82fr; gap: 100px; align-items: center; }
.offer-copy h2 { margin: 14px 0 20px; max-width: 650px; font-size: clamp(42px, 5vw, 68px); line-height: 1; letter-spacing: -.06em; }
.offer-copy > p:not(.eyebrow) { max-width: 590px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.offer-guarantee { display: flex; gap: 15px; align-items: flex-start; margin-top: 38px; }
.offer-guarantee > span { width: 34px; height: 34px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid rgba(87,132,255,.3); border-radius: 10px; color: #7da0ff; background: rgba(87,132,255,.1); }
.offer-guarantee p { margin: 0; color: #8994a9; font-size: 12px; line-height: 1.55; }
.offer-guarantee b { color: #d8deea; font-size: 14px; }
.price-card { position: relative; padding: 38px; border: 1px solid rgba(102,139,255,.35); border-radius: 24px; background: radial-gradient(circle at 100% 0, rgba(72,111,231,.22), transparent 38%), #101620; box-shadow: 0 30px 70px rgba(0,0,0,.26); }
.price-badge { display: inline-block; padding: 7px 10px; border-radius: 999px; color: #92adff; background: rgba(83,123,238,.12); font-size: 9px; letter-spacing: .1em; font-weight: bold; }
.price-card > p { margin: 30px 0 0; color: #7f899c; font-size: 12px; }
.price { display: flex; align-items: flex-start; margin: 3px 0 6px; }
.price sup { margin-top: 14px; color: #aab3c4; font-size: 14px; }
.price strong { font-size: 72px; letter-spacing: -.07em; }
.price-note { color: #778296; font-size: 10px; }
.price-card ul { list-style: none; margin: 28px 0; padding: 26px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #b8c1d0; font-size: 13px; line-height: 2.2; }
.price-card li::before { content: "✓"; color: #73e0b4; margin-right: 10px; }
.price-card .button { width: 100%; }
.price-card small { display: block; margin-top: 15px; color: #697487; text-align: center; font-size: 9px; line-height: 1.5; }

.faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 25px 4px; cursor: pointer; font-size: 15px; font-weight: 650; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: #789cff; font-size: 20px; font-weight: 300; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 620px; margin: -4px 0 24px; color: var(--muted); font-size: 13px; line-height: 1.75; }

.contact { position: relative; min-height: 540px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.contact-glow { position: absolute; width: 660px; height: 330px; border-radius: 50%; background: rgba(55,94,211,.17); filter: blur(75px); pointer-events: none; }
.contact > *:not(.contact-glow) { position: relative; z-index: 1; }
.contact h2 { max-width: 900px; margin: 18px 0; font-size: clamp(46px, 6vw, 78px); line-height: .99; letter-spacing: -.065em; }
.contact > p:not(.eyebrow) { max-width: 600px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.contact-actions { display: flex; gap: 12px; margin-top: 20px; }
.contact-details { display: flex; align-items: center; gap: 10px; margin-top: 18px; color: #8996ad; font-size: 12px; }
.contact-details a { transition: color .2s ease; }
.contact-details a:hover { color: var(--blue-bright); }

footer { width: min(1180px, calc(100% - 40px)); margin: 0 auto; min-height: 120px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); }
footer div { display: flex; align-items: center; gap: 11px; }
footer p { color: #677286; font-size: 11px; }
footer a { color: var(--blue-bright); font-size: 14px; font-weight: bold; }
.footer-links { gap: 20px; }
.footer-links a { font-size: 12px; }

@media (max-width: 900px) {
  .nav-links { display: none; }
  .hero { min-height: auto; padding-top: 62px; }
  .hero-intro .eyebrow { line-height: 1.7; }
  .hero h1 { max-width: 780px; }
  .hero-orbit { right: -150px; opacity: .42; }
  .hero-lower { grid-template-columns: 1fr; align-items: start; margin-left: 7.5%; }
  .hero-actions { justify-content: flex-start; }
  .hero-facts { grid-template-columns: repeat(3, 1fr); }
  .hero-facts > a { grid-column: 1 / -1; min-height: 70px; border-top: 1px solid var(--line); }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .service-card.featured { grid-row: auto; min-height: 440px; }
  .scroll-demo { margin-top: -110px; margin-bottom: -170px; }
  .examples-heading, .process, .offer, .faq { grid-template-columns: 1fr; gap: 45px; }
  .example-grid { grid-template-columns: 1fr 1fr; }
  .example-card:last-child { grid-column: 1 / -1; width: calc(50% - 9px); }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .process-grid h3 { margin-top: 45px; }
  .offer { max-width: 720px; }
  .faq { gap: 35px; }
}

@media (max-width: 600px) {
  .site-header, .hero, .section, footer { width: min(100% - 28px, 1180px); }
  .site-header { height: 72px; }
  .brand { font-size: 15px; }
  .brand-logo { width: 35px; height: 31px; }
  .header-cta { padding: 10px 12px; font-size: 12px; }
  .hero { min-height: auto; padding: 52px 0 0; }
  .hero::before { width: 360px; height: 360px; right: -180px; top: 70px; }
  .hero-index { display: none; }
  .hero-intro .eyebrow { max-width: 310px; font-size: 9px; }
  .hero h1 { margin: 48px 0 38px; font-size: clamp(49px, 15vw, 66px); line-height: .87; }
  .hero-line-offset { margin-left: 4%; }
  .hero-line-accent { margin: 9px 0 0 0; }
  .hero-text { font-size: 16px; line-height: 1.65; }
  .hero-lower { gap: 28px; margin-left: 0; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-facts { grid-template-columns: 1fr 1fr; margin-top: 46px; }
  .hero-facts > div { min-height: 86px; padding: 19px 12px; }
  .hero-facts > div:nth-child(2) { border-right: 0; }
  .hero-facts > div:nth-child(3) { border-top: 1px solid var(--line); }
  .hero-facts > a { grid-column: auto; min-width: 0; min-height: 86px; gap: 9px; padding: 13px; border-top: 1px solid var(--line); font-size: 9px; text-align: center; }
  .hero-facts > a b { flex: 0 0 auto; }
  .hero-orbit { width: 330px; height: 330px; right: -155px; top: 95px; opacity: .32; }
  .orbit-two { inset: 38px; }
  .orbit-three { inset: 83px; }
  .orbit-core { inset: 127px; border-radius: 16px; }
  .signal { display: none; }
  .section { padding: 80px 0; }
  .section-heading h2 { font-size: 39px; }
  .service-grid { margin-top: 34px; }
  .service-card.featured { min-height: auto; }
  .service-card.featured::before { display: none; }
  .service-card.featured h3 { margin-top: 48px; font-size: 30px; }
  .service-card.featured ul { columns: 1; }
  .scroll-demo { margin: -75px auto -90px; }
  .scroll-title { padding: 0 18px 30px; }
  .scroll-title h2 { font-size: 44px; }
  .scroll-title > p:last-child { font-size: 14px; }
  .static-scroll { min-height: 790px; margin-bottom: -70px; padding: 130px 8px 60px; }
  .static-scroll-card { height: 470px; margin-top: -8px; padding: 8px; border-radius: 23px; }
  .animated-browser-top { height: 40px; grid-template-columns: 1fr auto; }
  .animated-browser-top span { display: none; }
  .restaurant-demo { height: calc(100% - 40px); }
  .restaurant-nav { min-height: 58px; padding: 0 5%; }
  .restaurant-nav > div { display: none; }
  .restaurant-copy { left: 7%; top: 51%; width: 80%; }
  .restaurant-copy h3 { font-size: 39px; }
  .restaurant-copy p { font-size: 10px; }
  .restaurant-note { display: none; }
  .examples { padding-top: 70px; }
  .examples-heading { gap: 10px; }
  .example-grid { grid-template-columns: 1fr; }
  .example-card:last-child { grid-column: auto; width: auto; }
  .example-image { height: 410px; }
  .offer-copy h2 { font-size: 43px; }
  .price-card { padding: 28px 22px; }
  .price strong { font-size: 64px; }
  .contact { min-height: 520px; }
  .contact h2 { font-size: 46px; }
  .contact-actions { width: 100%; flex-direction: column; }
  .contact-details { flex-wrap: wrap; justify-content: center; }
  footer { min-height: 130px; flex-wrap: wrap; gap: 10px; }
  footer p { order: 3; width: 100%; margin: -22px 0 20px; }
  .footer-links { gap: 12px; }
}

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