:root {
  --ink: #101514;
  --ink-2: #17201e;
  --paper: #f4f2eb;
  --paper-2: #ebe7dc;
  --white: #fffefa;
  --lime: #b9ff55;
  --lime-soft: #d9ffa4;
  --blue: #71d6e8;
  --amber: #ffbd58;
  --text: #151b19;
  --muted: #64706b;
  --line: rgba(16, 21, 20, .13);
  --line-dark: rgba(255, 255, 255, .12);
  --radius: 24px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Segoe UI", Inter, Arial, sans-serif;
  --max: 1220px;
  --shadow: 0 24px 80px rgba(19, 27, 24, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; background: var(--ink); }
body { margin: 0; background: var(--paper); color: var(--text); font-family: var(--sans); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body.is-locked { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { color: inherit; font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
::selection { background: var(--lime); color: var(--ink); }
:focus-visible { outline: 2px solid var(--lime); outline-offset: 4px; }
[hidden] { display: none !important; }
.wrap { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 14px; border-radius: 8px; background: var(--lime); color: var(--ink); transform: translateY(-150%); transition: transform .2s ease; }
.skip-link:focus { transform: none; }
.scroll-line { position: fixed; z-index: 200; top: 0; left: 0; width: 0; height: 2px; background: var(--lime); box-shadow: 0 0 14px rgba(185,255,85,.5); }

.site-header { position: sticky; z-index: 100; top: 0; color: white; border-bottom: 1px solid var(--line-dark); background: rgba(16, 21, 20, .88); backdrop-filter: blur(18px); }
.header-inner { display: grid; min-height: 76px; align-items: center; grid-template-columns: 1fr auto 1fr; gap: 28px; }
.brand { display: inline-grid; justify-self: start; align-items: center; grid-template-columns: 10px auto; column-gap: 10px; line-height: 1; }
.brand-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 6px rgba(185,255,85,.08); }
.brand-name { font-size: 22px; font-weight: 850; letter-spacing: -.05em; }
.brand-name span { color: var(--lime); }
.brand small { grid-column: 2; margin-top: 4px; color: #8f9a95; font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.desktop-nav { display: flex; align-items: center; gap: 28px; }
.desktop-nav a, .footer nav a { position: relative; color: #bdc7c1; font-size: 13px; font-weight: 650; }
.desktop-nav a::after, .footer nav a::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 1px; background: var(--lime); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.desktop-nav a:hover { color: white; }
.desktop-nav a:hover::after, .footer nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-cta { justify-self: end; }
.menu-toggle { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; padding: 0; border: 1px solid var(--line-dark); border-radius: 50%; background: transparent; flex-direction: column; gap: 6px; }
.menu-toggle span { width: 18px; height: 1px; background: white; transition: transform .25s ease; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.mobile-menu { position: fixed; z-index: 99; inset: 76px 0 0; display: grid; align-content: center; padding: 24px; background: rgba(16,21,20,.98); }
.mobile-menu a { display: flex; min-height: 62px; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line-dark); color: white; font-family: var(--serif); font-size: clamp(28px, 8vw, 42px); }
.mobile-menu a::after { color: var(--lime); content: "↗"; font-family: var(--sans); font-size: 18px; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px; padding: 0 23px; border: 1px solid transparent; border-radius: 999px; font-size: 13px; font-weight: 780; white-space: nowrap; transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease, box-shadow .25s ease; }
.button:hover { transform: translateY(-2px); }
.button--compact { min-height: 42px; padding-inline: 18px; font-size: 12px; }
.button--lime { background: var(--lime); color: var(--ink); box-shadow: 0 12px 34px rgba(185,255,85,.13); }
.button--lime:hover { background: #c9ff7c; box-shadow: 0 16px 42px rgba(185,255,85,.19); }
.button--ghost { border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.04); color: white; }
.button--ghost:hover { border-color: rgba(255,255,255,.34); background: rgba(255,255,255,.08); }
.button--outline { border-color: var(--line); background: transparent; }
.button--outline:hover { border-color: var(--ink); background: var(--ink); color: white; }
.button--light { background: white; color: var(--ink); }
.button--full { width: 100%; }

.hero { position: relative; overflow: hidden; padding: 68px 0 72px; background: var(--ink); color: white; }
.hero::after { position: absolute; right: -12%; bottom: -46%; width: 50vw; height: 50vw; border: 1px solid rgba(185,255,85,.1); border-radius: 50%; content: ""; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.hero-glow--one { top: -280px; left: -180px; width: 620px; height: 620px; background: radial-gradient(circle, rgba(80,126,110,.2), transparent 66%); }
.hero-glow--two { top: -210px; right: 10%; width: 480px; height: 480px; background: radial-gradient(circle, rgba(185,255,85,.12), transparent 65%); }
.hero-grid { position: relative; z-index: 2; display: grid; min-height: 660px; align-items: center; grid-template-columns: minmax(0, 1.06fr) minmax(410px, .94fr); gap: clamp(54px, 7vw, 108px); }
.hero-copy { max-width: 760px; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 9px; color: #d0d8d3; font-size: 11px; font-weight: 780; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow { padding: 8px 12px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; }
.eyebrow > span { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(185,255,85,.08); }
.kicker { color: #51722e; }
.hero h1 { max-width: 800px; margin: 24px 0 24px; font-family: var(--serif); font-size: clamp(52px, 6vw, 87px); font-weight: 500; letter-spacing: -.055em; line-height: .94; }
.hero h1 em { color: var(--lime); font-weight: 500; }
.hero-lead { max-width: 650px; margin: 0; color: #bac4be; font-size: clamp(16px, 1.35vw, 19px); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 31px; }
.hero-facts { display: grid; margin-top: 42px; padding-top: 23px; border-top: 1px solid var(--line-dark); grid-template-columns: repeat(3, 1fr); gap: 20px; }
.hero-facts div { display: grid; gap: 3px; }
.hero-facts strong { color: white; font-family: var(--serif); font-size: 20px; font-weight: 600; }
.hero-facts span { max-width: 180px; color: #8f9a94; font-size: 11px; line-height: 1.45; }
.hero-visual { position: relative; min-height: 590px; }
.preview-stack { position: absolute; inset: 26px 0 20px 22px; perspective: 1200px; }
.preview { position: absolute; overflow: hidden; margin: 0; border: 1px solid rgba(255,255,255,.17); border-radius: 24px; background: white; box-shadow: 0 36px 90px rgba(0,0,0,.38); }
.preview img { width: 100%; height: 100%; object-fit: cover; }
.preview--back { inset: 0 44px 78px 0; transform: translate(60px,-12px) rotate(6deg); opacity: .46; }
.preview--middle { inset: 27px 24px 40px 14px; transform: translate(30px,4px) rotate(2.5deg); opacity: .76; }
.preview--front { inset: 64px 42px 0 0; transform: rotate(-2.5deg); animation: preview-float 6s ease-in-out infinite; }
@keyframes preview-float { 0%,100% { transform: rotate(-2.5deg) translateY(0); } 50% { transform: rotate(-1.7deg) translateY(-8px); } }
.visual-note { position: absolute; z-index: 3; display: flex; align-items: center; gap: 9px; padding: 12px 15px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; background: rgba(23,32,30,.82); color: white; box-shadow: 0 18px 46px rgba(0,0,0,.25); backdrop-filter: blur(14px); font-size: 11px; font-weight: 700; }
.visual-note--top { top: 23px; right: -8px; }
.visual-note--top span { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; background: var(--lime); color: var(--ink); }
.visual-note--bottom { bottom: 11px; left: -2px; }
.visual-note--bottom i { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(185,255,85,.08); }
.hero-enter { animation: rise-in .85s both cubic-bezier(.22,1,.36,1); }
.hero-enter--1 { animation-delay: .05s; } .hero-enter--2 { animation-delay: .13s; } .hero-enter--3 { animation-delay: .22s; } .hero-enter--4 { animation-delay: .3s; } .hero-enter--5 { animation-delay: .38s; }
@keyframes rise-in { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }

.section-light { background: var(--paper); }
.clarity, .included, .prices, .process, .faq-section { padding: clamp(88px, 9vw, 140px) 0; }
.section-heading { display: grid; align-items: end; margin-bottom: clamp(42px, 5vw, 68px); grid-template-columns: minmax(0, 1.2fr) minmax(300px, .55fr); gap: 54px; }
.section-heading h2, .technical h2, .hosting h2, .faq-intro h2, .shop-inner h2, .contact h2 { margin: 15px 0 0; font-family: var(--serif); font-size: clamp(42px, 5vw, 68px); font-weight: 500; letter-spacing: -.045em; line-height: .98; }
.section-heading p, .technical-intro > p, .shop-inner p, .faq-intro p, .contact-copy > p { max-width: 540px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.clarity-grid { display: grid; border-top: 1px solid var(--line); border-left: 1px solid var(--line); grid-template-columns: repeat(4, 1fr); }
.clarity-card { min-height: 255px; padding: 27px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.clarity-card > span { color: #6b923d; font-family: var(--serif); font-size: 14px; font-style: italic; }
.clarity-card h3 { margin: 68px 0 9px; font-family: var(--serif); font-size: 27px; font-weight: 600; }
.clarity-card p { margin: 0; color: var(--muted); font-size: 14px; }

.demos { padding: clamp(88px, 9vw, 140px) 0; background: var(--ink); color: white; }
.section-heading--dark .kicker, .technical .kicker, .niches .kicker, .contact .kicker { color: var(--lime); }
.section-heading--dark p { color: #9ca7a1; }
.demo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.demo-card { overflow: hidden; border: 1px solid var(--line-dark); border-radius: var(--radius); background: #18201f; transition: transform .35s cubic-bezier(.22,1,.36,1), border-color .35s ease, box-shadow .35s ease; }
.demo-card:hover { border-color: rgba(255,255,255,.26); box-shadow: 0 28px 70px rgba(0,0,0,.24); transform: translateY(-7px); }
.demo-image { position: relative; display: block; overflow: hidden; aspect-ratio: 1.4; background: #28312f; }
.demo-image::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 52%, rgba(8,12,11,.67)); content: ""; opacity: .75; transition: opacity .3s ease; }
.demo-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.22,1,.36,1); }
.demo-card:hover .demo-image img { transform: scale(1.035); }
.demo-image > span { position: absolute; z-index: 2; right: 16px; bottom: 15px; padding: 9px 12px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; background: rgba(16,21,20,.74); color: white; backdrop-filter: blur(10px); font-size: 10px; font-weight: 750; }
.demo-copy { padding: 24px; }
.demo-copy small { color: var(--lime); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.demo-card--doctor .demo-copy small { color: var(--blue); }
.demo-card--service .demo-copy small { color: var(--amber); }
.demo-copy h3 { margin: 9px 0 9px; font-family: var(--serif); font-size: 31px; font-weight: 600; }
.demo-copy p { min-height: 65px; margin: 0; color: #9fa9a3; font-size: 14px; }
.demo-text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 22px; color: white; font-size: 12px; font-weight: 750; }
.demo-text-link span { color: var(--lime); transition: transform .2s ease; }
.demo-text-link:hover span { transform: translate(3px,-3px); }
.demo-link[aria-disabled="true"] { cursor: default; }
.demo-link[aria-disabled="true"] .demo-text-link { opacity: .6; }
.demo-note { max-width: 760px; margin: 24px 0 0; color: #7f8b85; font-size: 12px; }

.technical { padding: clamp(90px, 10vw, 150px) 0; background: var(--paper-2); }
.technical-grid { display: grid; align-items: start; grid-template-columns: minmax(0, .9fr) minmax(460px, 1.1fr); gap: clamp(50px, 8vw, 120px); }
.technical-intro { position: sticky; top: 118px; }
.technical h2 { margin-bottom: 28px; }
.technical-stamp { display: flex; align-items: center; gap: 18px; margin-top: 34px; padding-top: 25px; border-top: 1px solid var(--line); }
.technical-stamp span { padding: 9px 11px; border-radius: 8px; background: var(--ink); color: var(--lime); font-size: 12px; font-weight: 850; }
.technical-stamp strong { font-family: var(--serif); font-size: 17px; }
.term-list { display: grid; border-top: 1px solid var(--line); }
.term { display: grid; min-height: 98px; align-items: center; padding: 20px 0; border-bottom: 1px solid var(--line); grid-template-columns: minmax(170px,.55fr) 1fr; gap: 28px; transition: padding .25s ease, color .25s ease; }
.term:hover { padding-inline: 12px; color: #41631d; }
.term strong { font-family: var(--serif); font-size: 21px; }
.term span { color: var(--muted); font-size: 14px; }

.included-grid { display: grid; border-top: 1px solid var(--line); border-left: 1px solid var(--line); grid-template-columns: repeat(2, 1fr); }
.included-item { display: grid; min-height: 170px; align-items: start; padding: 27px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); grid-template-columns: 46px 1fr; gap: 18px; }
.included-item > b { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: var(--ink); color: var(--lime); font-size: 11px; }
.included-item h3 { margin: 2px 0 7px; font-family: var(--serif); font-size: 24px; font-weight: 600; }
.included-item p { max-width: 430px; margin: 0; color: var(--muted); font-size: 14px; }
.channels { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 20px; padding: 25px 27px; border-radius: var(--radius); background: var(--ink); color: white; }
.channels h3 { margin: 7px 0 0; font-family: var(--serif); font-size: 25px; font-weight: 600; }
.channels .kicker { color: var(--lime); }
.channel-icons { display: flex; max-width: 520px; align-items: center; gap: 8px; overflow-x: auto; scrollbar-width: none; }
.channel-icons::-webkit-scrollbar { display: none; }
.channel-icons span { --icon:none; position: relative; flex: 0 0 44px; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.14); border-radius: 13px; background: white; transition: transform .23s ease, background .23s ease; }
.channel-icons span::before { position: absolute; inset: 11px; background: var(--ink); content: ""; -webkit-mask: var(--icon) center/contain no-repeat; mask: var(--icon) center/contain no-repeat; }
.channel-icons span:hover { background: var(--lime); transform: translateY(-3px); }

.prices { background: #eeebe3; }
.price-grid { display: grid; align-items: stretch; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.price-card { position: relative; display: flex; overflow: hidden; padding: 28px; border: 1px solid #dcd7cc; border-radius: var(--radius); background: rgba(255,255,255,.72); box-shadow: 0 18px 55px rgba(20,28,25,.07); flex-direction: column; }
.price-card--featured { border-color: var(--ink); background: var(--ink); color: white; transform: translateY(-9px); }
.popular { position: absolute; top: 19px; right: 19px; padding: 7px 10px; border-radius: 999px; background: var(--lime); color: var(--ink); font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.plan-name { color: var(--muted); font-size: 11px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.price-card--featured .plan-name { color: var(--lime); }
.price-head > strong { display: block; margin: 12px 0 5px; font-family: var(--serif); font-size: 42px; font-weight: 600; letter-spacing: -.04em; }
.price-head p { min-height: 44px; margin: 0; color: var(--muted); font-size: 13px; }
.price-card--featured .price-head p { color: #9fa9a3; }
.plan-features { margin: 25px 0 27px; border-top: 1px solid var(--line); }
.price-card--featured .plan-features { border-color: var(--line-dark); }
.plan-features > div { display: grid; min-height: 58px; align-items: center; padding: 10px 0; border-bottom: 1px solid var(--line); grid-template-columns: 82px 1fr; gap: 10px; }
.price-card--featured .plan-features > div { border-color: var(--line-dark); }
.plan-features dt { color: #8a938f; font-size: 10px; font-weight: 750; text-transform: uppercase; }
.plan-features dd { margin: 0; font-size: 12px; font-weight: 680; text-align: right; }
.price-card--featured .plan-features dd { color: #e2e7e4; }
.price-card > .button { width: 100%; margin-top: auto; }
.price-card--featured .button--lime { box-shadow: none; }
.base-note { display: flex; align-items: center; gap: 20px; margin-top: 14px; padding: 18px 22px; border-radius: 16px; background: white; font-size: 13px; }
.base-note span { flex: 0 0 auto; color: #52782b; font-size: 10px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.base-note p { margin: 0; color: var(--muted); }

.hosting { padding: clamp(84px, 8vw, 125px) 0; background: var(--ink); color: white; }
.hosting-grid { display: grid; grid-template-columns: 1.15fr .9fr .95fr; gap: 14px; }
.hosting-card { display: flex; min-height: 430px; padding: 28px; border: 1px solid var(--line-dark); border-radius: var(--radius); background: rgba(255,255,255,.035); flex-direction: column; }
.hosting-card--main { background: var(--lime); color: var(--ink); }
.hosting-card .kicker { color: #86918b; }
.hosting-card--main .kicker { color: #425623; }
.hosting-card h2 { margin: 20px 0 18px; font-size: 46px; }
.hosting-card h3 { margin: 20px 0 18px; font-family: var(--serif); font-size: 32px; font-weight: 600; }
.hosting-card > p { margin: 0; color: #98a39d; font-size: 14px; line-height: 1.7; }
.hosting-card--main > p { color: #3c4a2c; }
.domain-example { display: flex; align-items: baseline; margin: 8px 0 22px; padding: 16px; border: 1px solid rgba(16,21,20,.13); border-radius: 14px; background: rgba(255,255,255,.45); font-size: 18px; }
.domain-example span { font-weight: 800; }
.domain-example--small { margin-top: auto; border-color: var(--line-dark); background: #0a0f0e; }
.domain-example--small span { color: var(--lime); }
.hosting-price { display: flex; align-items: baseline; gap: 10px; margin-top: auto; }
.hosting-price strong { font-family: var(--serif); font-size: 46px; }
.hosting-price span { font-size: 13px; font-weight: 750; }
.hosting-card small { display: block; margin-top: 13px; color: #7d8882; font-size: 11px; }
.hosting-card ul { margin: auto 0 0; padding: 0; list-style: none; }
.hosting-card li { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--line-dark); }
.hosting-card li span { color: #9ca6a0; font-size: 12px; }
.hosting-card li strong { font-family: var(--serif); font-size: 17px; white-space: nowrap; }

.process-list { display: grid; margin: 0; padding: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); list-style: none; grid-template-columns: repeat(4, 1fr); }
.process-list li { min-height: 245px; padding: 27px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-list li > span { color: #658a38; font-family: var(--serif); font-style: italic; }
.process-list li div { margin-top: 74px; }
.process-list h3 { margin: 0 0 8px; font-family: var(--serif); font-size: 25px; font-weight: 600; }
.process-list p { margin: 0; color: var(--muted); font-size: 13px; }
.timeline-note { display: flex; align-items: center; gap: 18px; margin-top: 18px; padding: 20px 22px; border-radius: 15px; background: var(--ink); color: white; }
.timeline-note strong { color: var(--lime); font-family: var(--serif); font-size: 19px; }
.timeline-note span { color: #a4aea8; font-size: 13px; }

.niches { padding: clamp(88px, 9vw, 140px) 0; background: var(--ink); color: white; }
.niche-grid { display: grid; border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); grid-template-columns: repeat(4, 1fr); }
.niche-grid article { min-height: 180px; padding: 24px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); transition: background .28s ease; }
.niche-grid article:hover { background: rgba(255,255,255,.04); }
.niche-grid small { color: var(--lime); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.niche-grid p { margin: 51px 0 0; color: #a8b1ac; font-family: var(--serif); font-size: 18px; line-height: 1.3; }

.shop-callout { padding: 0 0 88px; background: var(--ink); color: white; }
.shop-inner { display: grid; align-items: end; padding: clamp(28px,5vw,58px); border-radius: 28px; background: linear-gradient(130deg, #24322f, #18201f); grid-template-columns: 1fr auto; gap: 46px; }
.shop-inner .kicker { color: var(--lime); }
.shop-inner h2 { max-width: 800px; font-size: clamp(37px, 4.3vw, 58px); }
.shop-inner p { max-width: 800px; margin-top: 21px; color: #aab3ae; }

.faq-grid { display: grid; align-items: start; grid-template-columns: minmax(280px,.58fr) minmax(0,1.42fr); gap: clamp(50px,8vw,120px); }
.faq-intro { position: sticky; top: 118px; }
.faq-intro h2 { margin-bottom: 22px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item > button { display: grid; width: 100%; min-height: 82px; align-items: center; padding: 18px 0; border: 0; background: transparent; text-align: left; grid-template-columns: 1fr 30px; gap: 20px; }
.faq-item > button span { font-family: var(--serif); font-size: clamp(19px,2vw,25px); font-weight: 600; }
.faq-item > button i { display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-style: normal; transition: transform .35s ease, background .35s ease; }
.faq-item.is-open > button i { background: var(--ink); color: var(--lime); transform: rotate(45deg); }
.faq-answer { display: grid; opacity: 0; grid-template-rows: 0fr; transition: grid-template-rows .42s cubic-bezier(.22,1,.36,1), opacity .3s ease; }
.faq-answer > div { overflow: hidden; }
.faq-answer p { max-width: 680px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.72; }
.faq-item.is-open .faq-answer { opacity: 1; grid-template-rows: 1fr; }
.faq-item.is-open .faq-answer p { padding-bottom: 24px; }

.contact { padding: clamp(88px, 9vw, 140px) 0; background: radial-gradient(circle at 12% 12%, rgba(185,255,85,.11), transparent 23%), var(--ink); color: white; }
.contact-grid { display: grid; align-items: start; grid-template-columns: minmax(0,1fr) minmax(390px,.76fr); gap: clamp(50px,8vw,110px); }
.contact-copy .eyebrow { margin-bottom: 16px; }
.contact h2 { max-width: 720px; font-size: clamp(47px,5.5vw,76px); }
.contact-copy > p { margin-top: 25px; color: #aab4ae; }
.contact-points { display: grid; margin-top: 35px; grid-template-columns: repeat(3,1fr); gap: 10px; }
.contact-points div { padding: 15px; border: 1px solid var(--line-dark); border-radius: 14px; background: rgba(255,255,255,.025); }
.contact-points strong { display: block; font-size: 12px; }
.contact-points span { display: block; margin-top: 3px; color: #87928c; font-size: 10px; }
.lead-form { position: relative; display: grid; padding: 28px; border-radius: 25px; background: white; color: var(--ink); box-shadow: 0 38px 100px rgba(0,0,0,.28); gap: 15px; }
.lead-form label:not(.consent) { display: grid; gap: 7px; }
.lead-form label > span { color: #56615c; font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.lead-form input, .lead-form select, .lead-form textarea { width: 100%; border: 1px solid #d9d8d1; border-radius: 13px; background: #f8f7f2; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.lead-form input, .lead-form select { height: 49px; padding: 0 14px; }
.lead-form textarea { min-height: 105px; padding: 13px 14px; resize: vertical; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: #7a9f49; box-shadow: 0 0 0 4px rgba(185,255,85,.24); }
.lead-form .is-invalid { border-color: #a64040; }
.consent { display: grid; align-items: start; grid-template-columns: 18px 1fr; gap: 9px; cursor: pointer; }
.consent input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: #79a33e; }
.consent > span { color: #67716c !important; font-size: 11px !important; font-weight: 500 !important; letter-spacing: 0 !important; line-height: 1.45; text-transform: none !important; }
.consent a { color: #395d1b; text-decoration: underline; text-underline-offset: 2px; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.lead-form button i { font-style: normal; }
.lead-form button:disabled { cursor: wait; opacity: .68; transform: none; }
.form-status { min-height: 0; color: #56615c; font-size: 12px; }
.form-status:not(:empty) { min-height: 18px; }
.form-status.is-success { color: #315c20; }
.form-status.is-error { color: #9a3737; }

.footer { padding: 45px 0 30px; border-top: 1px solid var(--line-dark); background: #0a0f0e; color: white; }
.footer-main { display: grid; align-items: center; grid-template-columns: .8fr 1fr auto; gap: 38px; }
.footer-main p { max-width: 430px; margin: 0; color: #86918b; font-size: 12px; }
.footer nav { display: flex; flex-wrap: wrap; gap: 22px; }
.footer nav a { font-size: 11px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; margin-top: 34px; padding-top: 20px; border-top: 1px solid var(--line-dark); color: #66716b; font-size: 10px; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .72s cubic-bezier(.22,1,.36,1), transform .72s cubic-bezier(.22,1,.36,1); }
.reveal.is-visible { opacity: 1; transform: none; }

/* Политика */
.legal-page { min-height: 100vh; background: var(--paper); }
.legal-header { padding: 22px 0; background: var(--ink); color: white; }
.legal-header .wrap { display: flex; align-items: center; justify-content: space-between; }
.legal-header a:last-child { color: #bcc6c0; font-size: 13px; }
.legal-content { width: min(calc(100% - 40px), 860px); margin: 0 auto; padding: 75px 0 110px; }
.legal-content h1 { margin: 0 0 28px; font-family: var(--serif); font-size: clamp(39px,6vw,62px); line-height: .98; }
.legal-content h2 { margin: 37px 0 10px; font-family: var(--serif); font-size: 25px; }
.legal-content p, .legal-content li { color: var(--muted); font-size: 14px; line-height: 1.75; }
.legal-note { margin: 0 0 28px; padding: 17px 19px; border-left: 4px solid var(--lime); background: white; }

@media (max-width: 1050px) {
  .header-inner { grid-template-columns: 1fr auto; }
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { display: flex; justify-self: end; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 850px; }
  .hero-visual { min-height: 590px; }
  .preview-stack { inset-inline: 12%; }
  .clarity-grid { grid-template-columns: repeat(2,1fr); }
  .demo-grid, .price-grid { grid-template-columns: 1fr; }
  .demo-card { display: grid; grid-template-columns: .9fr 1.1fr; }
  .demo-image { height: 100%; aspect-ratio: auto; }
  .demo-copy p { min-height: 0; }
  .price-card--featured { transform: none; }
  .technical-grid, .faq-grid { grid-template-columns: 1fr; }
  .technical-intro, .faq-intro { position: static; }
  .hosting-grid { grid-template-columns: 1fr 1fr; }
  .hosting-card--main { grid-column: 1 / -1; min-height: 360px; }
  .process-list, .niche-grid { grid-template-columns: repeat(2,1fr); }
  .shop-inner { align-items: start; grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-copy { max-width: 850px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer nav { grid-column: 1/-1; }
}

@media (max-width: 720px) {
  html { scroll-padding-top: 72px; }
  .wrap { width: min(calc(100% - 30px), var(--max)); }
  .header-inner { min-height: 68px; }
  .mobile-menu { inset-block-start: 68px; }
  .brand-name { font-size: 20px; }
  .hero { padding: 42px 0 56px; }
  .hero-grid { min-height: 0; gap: 36px; }
  .eyebrow { font-size: 9px; letter-spacing: .1em; }
  .hero h1 { margin-block: 21px; font-size: clamp(42px,12vw,62px); line-height: .96; }
  .hero-lead { font-size: 15px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-facts { grid-template-columns: 1fr; gap: 13px; }
  .hero-facts div { grid-template-columns: 120px 1fr; align-items: baseline; }
  .hero-facts span { max-width: none; }
  .hero-visual { min-height: 390px; }
  .preview-stack { inset: 15px 6px 24px 5px; }
  .preview--back { inset: 0 30px 50px 0; transform: translate(34px,-5px) rotate(5deg); }
  .preview--middle { inset: 18px 18px 28px 8px; transform: translate(18px,3px) rotate(2deg); }
  .preview--front { inset: 42px 26px 0 0; }
  .visual-note--top { top: 0; right: 0; }
  .visual-note--bottom { right: 7px; bottom: 3px; left: auto; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .section-heading h2, .technical h2, .faq-intro h2, .shop-inner h2, .contact h2 { font-size: clamp(38px,11vw,52px); }
  .clarity-grid, .included-grid, .process-list, .niche-grid { grid-template-columns: 1fr; }
  .clarity-card { min-height: 205px; }
  .clarity-card h3 { margin-top: 46px; }
  .demo-card { display: block; }
  .demo-image { aspect-ratio: 1.35; }
  .technical-grid { gap: 40px; }
  .term { grid-template-columns: 1fr; gap: 7px; }
  .included-item { min-height: 150px; }
  .channels { align-items: flex-start; flex-direction: column; }
  .channel-icons { width: 100%; }
  .base-note, .timeline-note { align-items: flex-start; flex-direction: column; gap: 8px; }
  .hosting-grid { grid-template-columns: 1fr; }
  .hosting-card--main { grid-column: auto; }
  .hosting-card { min-height: 390px; }
  .process-list li { min-height: 210px; }
  .process-list li div { margin-top: 52px; }
  .niche-grid article { min-height: 158px; }
  .niche-grid p { margin-top: 35px; }
  .shop-callout { padding-bottom: 65px; }
  .shop-inner { padding: 28px 22px; }
  .shop-inner .button { width: 100%; white-space: normal; text-align: center; }
  .contact-points { grid-template-columns: 1fr; }
  .lead-form { padding: 21px; }
  .footer-main { grid-template-columns: 1fr; }
  .footer nav { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
}

@media (max-width: 370px) {
  .wrap { width: min(calc(100% - 24px), var(--max)); }
  .hero h1 { font-size: 39px; }
  .button { padding-inline: 17px; }
  .visual-note { padding: 9px 11px; font-size: 9px; }
  .price-card, .hosting-card { padding: 22px; }
  .price-head > strong { font-size: 37px; }
}

@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; }
}
