:root {
	--ink: #10251f;
	--ink-2: #17352d;
	--paper: #f4f0e5;
	--white: #fffef9;
	--lime: #d8f451;
	--coral: #f06b52;
	--mist: #d9e2d7;
	--line: rgba(16, 37, 31, 0.15);
	--sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--serif: Iowan Old Style, Baskerville, Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .8rem 1rem; background: var(--white); border-radius: .5rem; }
.skip-link:focus { top: 1rem; }

.promo-header { position: sticky; top: 0; z-index: 40; min-height: 82px; display: grid; grid-template-columns: minmax(260px, 1fr) auto minmax(260px, 1fr); align-items: center; gap: 2rem; padding: .8rem clamp(1rem, 4vw, 4.5rem); background: rgba(244, 240, 229, .9); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.promo-brand { display: flex; align-items: center; gap: .8rem; font-weight: 800; font-size: .78rem; letter-spacing: .05em; text-transform: uppercase; }
.promo-brand img { width: 136px; height: auto; }
.promo-header nav { display: flex; gap: 1.8rem; font-size: .88rem; font-weight: 800; }
.promo-header nav a, .text-link { padding: .5rem 0; border-bottom: 2px solid transparent; }
.promo-header nav a:hover, .text-link:hover { border-color: var(--coral); }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 1.1rem; font-size: .88rem; font-weight: 800; }
.language-control select { min-width: 132px; padding: .6rem 2rem .6rem .9rem; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); background: var(--white); font-weight: 900; }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: .65rem; padding: .8rem 1.2rem; border: 1px solid transparent; border-radius: 999px; font-weight: 900; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { color: var(--white); background: var(--ink); box-shadow: 0 8px 22px rgba(16, 37, 31, .12); }
.button-primary { color: var(--ink); background: var(--lime); box-shadow: 0 10px 24px rgba(95, 121, 23, .18); }
.button-ghost { border-color: var(--ink); }

.hero { position: relative; min-height: calc(100vh - 82px); display: grid; grid-template-columns: minmax(0, 1fr); align-items: center; padding: clamp(4rem, 7vw, 7rem) clamp(1.25rem, 6vw, 7rem); overflow: hidden; isolation: isolate; background: radial-gradient(circle at 22% 16%, rgba(216, 244, 81, .22), transparent 26%), var(--paper); }
.hero::before { content: ""; position: absolute; z-index: 2; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(247,243,232,1) 0%, rgba(247,243,232,.98) 31%, rgba(247,243,232,.79) 44%, rgba(247,243,232,.16) 67%, transparent 82%); }
.hero-copy { position: relative; z-index: 3; width: min(72vw, 1120px); align-self: center; }
.eyebrow { margin: 0 0 1.2rem; font-size: .76rem; font-weight: 950; letter-spacing: .18em; text-transform: uppercase; }
.hero h1 { max-width: none; margin: 0; line-height: .78; letter-spacing: -.078em; }
.hero-title span, .hero-title em { display: block; white-space: nowrap; }
.hero-title span { font: 950 clamp(5rem, 9.2vw, 11.8rem)/.76 var(--sans); letter-spacing: -.085em; }
.hero-title em { margin-top: .11em; padding-left: .38em; color: var(--coral); font: 500 clamp(3.8rem, 7vw, 8.9rem)/.82 var(--serif); letter-spacing: -.065em; }
.hero-lede { max-width: 660px; margin: 2.25rem 0 0; color: #43544e; font-size: clamp(1.05rem, 1.35vw, 1.3rem); line-height: 1.58; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 2rem; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 1.5rem; margin: 2.6rem 0 0; padding: 0; list-style: none; font-size: .8rem; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }
.hero-proof li { display: flex; align-items: center; gap: .5rem; }
.hero-proof b { color: var(--coral); }

.hero-visual { position: absolute; z-index: 1; inset: 0 0 0 41%; min-width: 0; min-height: 100%; overflow: hidden; }
.hero-visual::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(216,244,81,.1), rgba(16,37,31,.09)), linear-gradient(90deg, rgba(244,240,229,.64), transparent 34%); mix-blend-mode: soft-light; }
.hero-photo { position: absolute; inset: -2%; width: 104%; height: 104%; object-fit: cover; object-position: 61% center; opacity: .78; filter: saturate(.68) contrast(.9) sepia(.05); -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.2) 9%, #000 35%); mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.2) 9%, #000 35%); }
.screen-frame { width: min(100%, 860px); border: 10px solid var(--ink); border-radius: 28px; overflow: hidden; background: white; box-shadow: 0 38px 80px rgba(16, 37, 31, .24); transform: perspective(1600px) rotateY(-6deg) rotateX(2deg); transform-origin: center; }
.screen-frame img { display: block; width: 100%; }
.signal-card { position: absolute; z-index: 2; top: 13%; left: 2%; display: grid; grid-template-columns: auto 1fr; gap: .15rem .65rem; min-width: 225px; padding: 1rem 1.15rem; border-radius: 18px; background: var(--white); box-shadow: 0 18px 44px rgba(16, 37, 31, .2); }
.signal-card .signal-dot { grid-row: 1 / 3; align-self: center; width: 12px; height: 12px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 7px rgba(240, 107, 82, .16); }
.signal-card b { font-size: .86rem; }
.signal-card small { color: #6b7772; }
.paper-call-sign { position: absolute; z-index: 5; right: 4%; bottom: 7%; width: 215px; aspect-ratio: 1.42; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; color: var(--lime); background: var(--ink); border: 2px solid #718a43; border-radius: 22px 26px 24px 18px; box-shadow: 0 24px 34px rgba(16, 37, 31, .34), 8px 10px 0 rgba(216, 244, 81, .18); transform: rotate(4deg); }
.paper-call-sign::after { content: ""; position: absolute; left: 4px; bottom: 4px; width: 34px; height: 28px; border-radius: 0 0 0 15px; background: linear-gradient(35deg, #d8d0bd 0 47%, transparent 50%); opacity: .7; }
.paper-call-sign small, .paper-call-sign strong { position: relative; z-index: 2; text-shadow: 0 2px 7px rgba(0,0,0,.48); }
.paper-call-sign small { font-weight: 950; letter-spacing: .21em; }
.paper-call-sign strong { font-size: 4rem; line-height: 1; letter-spacing: -.05em; }
.call-sign-paw { position: absolute; z-index: 1; right: 12px; top: 10px; width: 60px; height: 60px; opacity: 1; transform: rotate(9deg); filter: drop-shadow(0 4px 5px rgba(0,0,0,.22)); }
.watermark-paws { position: absolute; z-index: 4; inset: 5%; overflow: hidden; pointer-events: none; }
.watermark-paws img { position: absolute; width: clamp(48px, 5vw, 78px); height: auto; opacity: .17; filter: saturate(.65) contrast(.9); }
.watermark-paws img:first-child { left: 34%; top: 43%; transform: rotate(-16deg); }
.watermark-paws img:last-child { right: 23%; bottom: 22%; transform: rotate(14deg) scale(.82); }

.platform-ribbon { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); color: white; background: var(--ink); }
.platform-ribbon > div { min-height: 118px; display: flex; flex-direction: column; justify-content: center; padding: 1.4rem clamp(1rem, 3vw, 3rem); border-right: 1px solid rgba(255,255,255,.13); }
.platform-ribbon > div:last-child { border-right: 0; }
.platform-ribbon span { color: var(--lime); font-size: .7rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.platform-ribbon strong { margin-top: .35rem; font: 600 clamp(1.15rem, 1.6vw, 1.55rem) var(--serif); }

.section-pad { padding: clamp(5.5rem, 9vw, 9rem) clamp(1.25rem, 6vw, 7rem); }
.section-heading { max-width: 760px; }
.section-heading h2, .device-copy h2, .builder-copy h2, .global-copy h2, .approval-heading h2, .final-cta h2 { margin: 0; font: 650 clamp(3rem, 5vw, 5.7rem)/.96 var(--serif); letter-spacing: -.055em; }
.section-heading h2 em, .final-cta h2 em { color: var(--coral); font-weight: 500; }
.section-heading > p:last-child, .device-copy > p, .builder-copy > p, .global-copy > p, .approval-heading > p { color: #60706a; font-size: 1.08rem; line-height: 1.65; }

.system-section { background: var(--white); }
.system-section .section-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem 5rem; max-width: none; align-items: end; }
.system-section .section-heading .eyebrow { grid-column: 1 / -1; }
.system-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; margin-top: 4rem; }
.system-card { min-height: 480px; display: flex; flex-direction: column; padding: clamp(1.6rem, 3vw, 3rem); border: 1px solid var(--line); border-radius: 32px; }
.system-card > span, .price-card > span { font-size: .7rem; font-weight: 950; letter-spacing: .16em; }
.system-card h3 { max-width: 420px; margin: 1.4rem 0; font: 650 clamp(2rem, 3vw, 3.2rem)/1 var(--serif); letter-spacing: -.035em; }
.system-card p { margin: 0; font-size: 1rem; line-height: 1.65; opacity: .78; }
.system-card ul, .price-card ul { margin: auto 0 0; padding: 0; list-style: none; }
.system-card li, .price-card li { padding: .85rem 0; border-top: 1px solid currentColor; font-weight: 800; opacity: .86; }
.system-card.is-dark { color: white; background: var(--ink); transform: rotate(-1deg); }
.system-card.is-lime { background: var(--lime); transform: translateY(20px) rotate(1deg); }
.system-card.is-paper { background: var(--paper); transform: rotate(-.4deg); }

.device-section { display: grid; grid-template-columns: .7fr .85fr 1fr; gap: clamp(2rem, 5vw, 6rem); align-items: center; color: white; background: #132b24; overflow: hidden; }
.device-copy > p { color: #b8c5c0; }
.install-note { font-size: .82rem !important; }
.device-stack { position: relative; min-height: 640px; }
.phone { position: absolute; width: 280px; min-height: 560px; padding: 2rem 1.35rem; border: 9px solid #07110e; border-radius: 46px; box-shadow: 0 32px 55px rgba(0,0,0,.34); overflow: hidden; }
.phone::before { content: ""; position: absolute; top: 12px; left: 50%; width: 75px; height: 22px; transform: translateX(-50%); border-radius: 99px; background: #07110e; }
.phone-back { top: 65px; left: 4%; color: var(--ink); background: var(--lime); transform: rotate(-8deg); }
.phone-back > span { display: flex; justify-content: space-between; margin: 2rem 0; font-weight: 950; letter-spacing: .1em; }
.phone-back > strong { display: block; margin-bottom: 1.8rem; font: 650 2.25rem/1 var(--serif); }
.phone-back i { display: block; padding: 1.2rem 0; border-top: 1px solid rgba(16,37,31,.3); font-style: normal; font-weight: 850; }
.phone-front { top: 12px; right: 2%; color: var(--ink); background: #fbf8ed; transform: rotate(6deg); }
.phone-logo { margin-top: 1.4rem; color: var(--lime); background: var(--ink); border-radius: 14px; padding: .7rem; font-size: 1.5rem; font-weight: 950; }
.phone-front > small { display: block; margin-top: 2rem; font-weight: 950; letter-spacing: .16em; }
.phone-front h3 { font: 650 2rem/1 var(--serif); }
.phone-stat { display: flex; align-items: end; gap: .7rem; margin: .9rem 0; padding: 1rem; border-radius: 16px; background: #e7eddf; }
.phone-stat b { font: 700 2.6rem/1 var(--serif); }
.phone-stat span { padding-bottom: .25rem; font-size: .8rem; font-weight: 850; }
.phone-stat.coral { background: #f9d9d1; }
.phone-front button { width: 100%; margin-top: 1rem; padding: 1rem; border: 0; border-radius: 99px; color: var(--ink); background: var(--lime); font-weight: 950; }
.store-grid { display: grid; gap: .85rem; }
.store-card { appearance: none; width: 100%; display: grid; gap: .35rem; padding: 1.3rem 1.4rem; text-align: left; color: white; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.15); border-radius: 20px; cursor: pointer; }
.store-card:hover { border-color: var(--lime); background: rgba(255,255,255,.08); }
.store-card span { color: var(--lime); font-size: .63rem; font-weight: 950; letter-spacing: .16em; }
.store-card strong { font: 650 1.5rem var(--serif); }
.store-card small { color: #aebbb6; }
.store-card i { justify-self: end; color: var(--lime); font-size: .72rem; font-style: normal; font-weight: 900; }
.store-card.is-ready { color: var(--ink); background: var(--lime); }
.store-card.is-ready span, .store-card.is-ready i, .store-card.is-ready small { color: var(--ink); }

.builder-section { display: grid; grid-template-columns: minmax(0, .9fr) minmax(500px, 1.1fr); gap: clamp(3rem, 8vw, 9rem); background: linear-gradient(132deg, #ece7da 0 52%, #dfe8d7 52%); }
.domain-example { display: grid; gap: .4rem; margin-top: 2.5rem; padding: 1.35rem 1.5rem; border-left: 5px solid var(--coral); background: rgba(255,255,255,.55); }
.domain-example span { font-size: .65rem; font-weight: 950; letter-spacing: .15em; }
.domain-example strong { overflow-wrap: anywhere; font: 650 clamp(1.4rem, 2.2vw, 2.1rem) var(--serif); }
.domain-example small { color: #66736e; }
.launch-form { display: grid; grid-template-columns: 44px 1fr; gap: 1.25rem 1rem; padding: clamp(1.6rem, 4vw, 3.5rem); border: 1px solid var(--line); border-radius: 34px; background: var(--white); box-shadow: 0 30px 70px rgba(16,37,31,.12); }
.form-number { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: var(--lime); background: var(--ink); font-weight: 950; }
.launch-form label { display: grid; gap: .55rem; font-size: .82rem; font-weight: 900; }
.launch-form input, .launch-form select { width: 100%; min-height: 58px; padding: 0 1rem; border: 1px solid var(--line); border-radius: 14px; color: var(--ink); background: #fbfaf5; outline: 0; }
.launch-form input:focus, .launch-form select:focus { border-color: var(--ink); box-shadow: 0 0 0 4px rgba(216,244,81,.4); }
.slug-field { display: flex; align-items: center; border: 1px solid var(--line); border-radius: 14px; background: #fbfaf5; overflow: hidden; }
.slug-field input { min-width: 0; border: 0; border-radius: 0; box-shadow: none !important; }
.slug-field span { flex: 0 0 auto; padding-right: 1rem; color: #6d7874; font-size: .8rem; }
.launch-consent { grid-column: 2; display: flex !important; grid-template-columns: none !important; align-items: start; color: #66736e; font-weight: 600 !important; }
.launch-consent input { width: 18px; min-height: 18px; }
.full { width: 100%; }
.launch-form .button, .form-message { grid-column: 2; }
.form-message { min-height: 1.2em; margin: 0; color: var(--coral); font-size: .8rem; font-weight: 800; }
.launch-custom-domain { grid-column: 2; display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; padding: 1rem; border: 1px solid var(--line); border-radius: 18px; background: #eef2e7; }
.launch-custom-domain[hidden] { display: none; }

.domain-section { display: grid; grid-template-columns: minmax(310px,.72fr) minmax(0,1.28fr); grid-template-rows:auto 1fr auto; gap: 1.35rem clamp(2.5rem,6vw,7rem); background: linear-gradient(145deg,#f7f3e8 0 48%,#e1e9d8 48%); }
.domain-heading { align-self: center; grid-row: 1 / 3; }
.domain-heading h2 { margin: .8rem 0 1.6rem; font: 650 clamp(3.4rem,5.8vw,7rem)/.86 var(--serif); letter-spacing: -.055em; }
.domain-heading h2 em { color: var(--coral); font-weight: 500; }
.domain-heading > p:last-child { max-width: 620px; color: #617069; font-size: 1rem; line-height: 1.7; }
.domain-heading > p strong { color: var(--ink); }
.domain-route { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.domain-route article { min-height: 220px; padding: 1.55rem; border-radius: 24px; box-shadow: 0 22px 50px rgba(16,37,31,.09); }
.domain-route-free { border: 1px solid var(--line); background: var(--white); }
.domain-route-own { color: white; background: var(--ink); }
.domain-route article > span, .registrar-card > span { color: var(--coral); font-size: .61rem; font-weight: 950; letter-spacing: .15em; }
.domain-route-own > span { color: var(--lime) !important; }
.domain-route h3 { margin: .65rem 0 1rem; font: 650 1.65rem var(--serif); }
.domain-route article > strong { display: block; overflow-wrap: anywhere; font-size: 1rem; }
.domain-route p { margin: 1rem 0 0; color: #68746f; font-size: .83rem; line-height: 1.55; }
.domain-route-own p { color: #b9c5c0; }
.registrar-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: .8rem; }
.registrar-card { min-height: 185px; padding: 1.15rem; border: 1px solid var(--line); border-radius: 19px; background: rgba(255,255,255,.64); display: flex; flex-direction: column; transition: transform .2s ease, box-shadow .2s ease; }
.registrar-card:hover { transform: translateY(-4px); box-shadow: 0 18px 34px rgba(16,37,31,.11); }
.registrar-card.is-recommended { border-color: var(--ink); box-shadow: inset 0 -5px var(--lime); }
.registrar-card strong { margin: .55rem 0; font: 650 1.3rem var(--serif); }
.registrar-card p { margin: 0; color: #69756f; font-size: .73rem; line-height: 1.45; }
.registrar-card i { margin-top: auto; padding-top: .8rem; color: var(--ink); font-size: .68rem; font-style: normal; font-weight: 900; }
.domain-footnote { grid-column: 2; margin: 0; color: #66736e; font-size: .71rem; line-height: 1.5; }

.global-section { position: relative; min-height: 680px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 6rem; align-items: center; color: white; background: var(--coral); overflow: hidden; }
.global-map { position: relative; min-height: 470px; border: 2px solid rgba(255,255,255,.5); border-radius: 50%; box-shadow: inset 0 0 0 70px rgba(255,255,255,.04), inset 0 0 0 140px rgba(255,255,255,.04); }
.global-map::before, .global-map::after { content: ""; position: absolute; inset: 18%; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; }
.global-map::after { inset: 35% 0; }
.global-map span { position: absolute; z-index: 2; left: var(--x); top: var(--y); width: 55px; height: 55px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--lime); border: 4px solid rgba(255,255,255,.65); font-weight: 950; box-shadow: 0 12px 25px rgba(75,28,18,.22); }
.global-copy > p { color: rgba(255,255,255,.8); }
.language-tags { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 2rem; }
.language-tags span { padding: .65rem .8rem; border: 1px solid rgba(255,255,255,.38); border-radius: 99px; font-size: .75rem; font-weight: 850; }

.pricing-section { background: var(--white); }
.centered { margin: 0 auto; text-align: center; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; max-width: 1450px; margin: 4rem auto 0; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; padding: clamp(1.6rem, 3vw, 3rem); border: 1px solid var(--line); border-radius: 30px; background: var(--paper); }
.price-card > span, .price-card h3, .price-card .price, .price-card > p:not(.price), .price-card ul, .price-card .button { flex-shrink: 0; }
.price-card.featured { color: white; background: var(--ink); transform: translateY(-18px); box-shadow: 0 30px 60px rgba(16,37,31,.22); }
.popular { position: absolute; right: 1.3rem; top: 1.2rem; padding: .45rem .65rem; border-radius: 99px; color: var(--ink); background: var(--lime); font-size: .58rem; font-weight: 950; letter-spacing: .1em; }
.price-card h3 { margin: 1rem 0 .4rem; font: 650 2.3rem var(--serif); }
.price-card > p:not(.price) { min-height: 3.2em; color: #66736e; line-height: 1.55; }
.price-card.featured > p:not(.price) { color: #bdc8c4; }
.price { margin: 1.2rem 0; }
.price b { font: 700 4.2rem/1 var(--serif); }
.price small { margin-left: .4rem; opacity: .65; }
.price-card ul { margin: 1rem 0 2rem; }
.price-card li { border-color: var(--line); }
.price-card.featured li { border-color: rgba(255,255,255,.16); }
.price-card .button { margin-top: auto; }
.price-card.featured .button-primary { color: var(--ink); }
.pricing-note { max-width: 760px; margin: 2.5rem auto 0; color: #6d7874; text-align: center; font-size: .78rem; }

.approval-section { background: #e7eadf; }
.approval-heading { max-width: 860px; }
.approval-list { margin-top: 3.5rem; border-top: 1px solid var(--line); }
.approval-list article { display: grid; grid-template-columns: 70px minmax(0,1fr) auto; gap: 1.5rem; align-items: center; padding: 1.8rem 0; border-bottom: 1px solid var(--line); }
.approval-list article > b { color: var(--coral); font: 650 2.2rem var(--serif); }
.approval-list span { font-size: .65rem; font-weight: 950; letter-spacing: .15em; }
.approval-list h3 { margin: .35rem 0; font: 650 1.7rem var(--serif); }
.approval-list p { margin: 0; color: #66736e; line-height: 1.5; }
.approval-list em { padding: .65rem .8rem; border-radius: 99px; color: var(--ink); background: var(--white); font-size: .68rem; font-style: normal; font-weight: 900; white-space: nowrap; }
.approval-rule { display: flex; gap: 1.4rem; margin-top: 2rem; padding: 1.3rem 1.5rem; border-radius: 18px; color: white; background: var(--ink); }
.approval-rule strong { color: var(--lime); }
.official-paths { display: flex; flex-wrap: wrap; gap: .7rem 1rem; align-items: center; margin-top: 1rem; font-size: .73rem; }
.official-paths span { color: #6d7874; font-weight: 800; }
.official-paths a { padding: .55rem .7rem; border: 1px solid var(--line); border-radius: 99px; background: rgba(255,255,255,.6); font-weight: 850; }
.official-paths a:hover { border-color: var(--coral); }

.final-cta { text-align: center; color: white; background: var(--ink); }
.final-cta .eyebrow { color: var(--lime); }
.final-cta > div { display: flex; justify-content: center; gap: 1rem; margin-top: 2.5rem; }
.button.light { color: white; border-color: rgba(255,255,255,.5); }
.promo-footer { display: grid; grid-template-columns: 1.4fr .6fr .8fr; gap: 3rem; padding: 4rem clamp(1.25rem, 6vw, 7rem) 6rem; color: white; background: #091712; border-top: 1px solid rgba(255,255,255,.1); }
.promo-footer img { width: 180px; }
.promo-footer > div { display: flex; flex-direction: column; gap: .7rem; }
.promo-footer > div:first-child p { max-width: 480px; color: #aebbb6; line-height: 1.55; }
.promo-footer strong { color: var(--lime); font-size: .7rem; letter-spacing: .15em; }
.promo-footer a, .promo-footer span { color: #bdc8c4; font-size: .85rem; }
.promo-footer .legal { align-self: end; margin: 0; color: #79857f; font-size: .65rem; line-height: 1.5; }
.promo-toast { position: fixed; z-index: 100; left: 50%; bottom: -100px; min-width: min(90vw, 430px); transform: translateX(-50%); padding: 1rem 1.2rem; border-radius: 16px; color: white; background: var(--ink); box-shadow: 0 18px 45px rgba(0,0,0,.28); text-align: center; font-size: .84rem; font-weight: 800; transition: bottom .3s ease; }
.promo-toast.is-visible { bottom: 2rem; }

.fixed-credit { position: fixed; z-index: 50; right: 14px; bottom: 12px; padding: .5rem .75rem; border-radius: 999px; color: rgba(255,255,255,.78); background: rgba(16,37,31,.88); font-size: .68rem; letter-spacing: .08em; backdrop-filter: blur(8px); }

html[dir="rtl"] .promo-header,
html[dir="rtl"] .hero,
html[dir="rtl"] .system-section,
html[dir="rtl"] .device-section,
html[dir="rtl"] .builder-section,
html[dir="rtl"] .domain-section,
html[dir="rtl"] .global-section,
html[dir="rtl"] .pricing-section,
html[dir="rtl"] .approval-section,
html[dir="rtl"] .final-cta,
html[dir="rtl"] .promo-footer { direction: rtl; }
html[dir="rtl"] .signal-card { right: 2%; left: auto; }
html[dir="rtl"] .paper-call-sign { right: auto; left: 4%; }
html[dir="rtl"] .hero-title em { padding-right: .38em; padding-left: 0; }
html[dir="rtl"] .popular { right: auto; left: 1.3rem; }
html[dir="rtl"] .domain-example { border-right: 5px solid var(--coral); border-left: 0; }
html[dir="rtl"] .fixed-credit { right: auto; left: 14px; }

@media (max-width: 1050px) {
	.promo-header { grid-template-columns: 1fr auto; }
	.promo-header nav { display: none; }
	.hero { grid-template-columns: 1fr; padding-top: 4rem; }
	.hero::before { background: linear-gradient(90deg, rgba(247,243,232,1) 0%, rgba(247,243,232,.96) 40%, rgba(247,243,232,.55) 68%, rgba(247,243,232,.12) 100%); }
	.hero-copy { width: min(92vw, 900px); }
	.hero-visual { inset: 0 0 0 23%; min-height: 100%; }
	.screen-frame { width: 88vw; }
	.system-section .section-heading, .builder-section, .global-section { grid-template-columns: 1fr; }
	.domain-section { grid-template-columns: 1fr; }
	.domain-heading { grid-row:auto; }
	.domain-footnote { grid-column:auto; }
	.registrar-grid { grid-template-columns:repeat(2,1fr); }
	.system-grid, .pricing-grid { grid-template-columns: 1fr; }
	.system-card { min-height: 360px; transform: none !important; }
	.device-section { grid-template-columns: 1fr 1fr; }
	.store-grid { grid-column: 1 / -1; grid-template-columns: repeat(2, 1fr); }
	.global-map { order: 2; }
	.promo-footer { grid-template-columns: 1fr 1fr; }
	.promo-footer .legal { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
	.promo-header { min-height: 70px; padding: .65rem 1rem; }
	.promo-brand span, .header-actions .text-link { display: none; }
	.promo-brand img { width: 108px; }
	.header-actions .button { min-height: 42px; padding: .65rem .9rem; font-size: .76rem; }
	.language-control select { min-width: 116px; padding: .5rem 1.75rem .5rem .72rem; }
	.hero { min-height: calc(100svh - 70px); padding: 3rem 1.15rem 4.5rem; background: var(--paper); }
	.hero::before { background: linear-gradient(180deg, rgba(247,243,232,1) 0%, rgba(247,243,232,.98) 46%, rgba(247,243,232,.72) 67%, rgba(247,243,232,.12) 100%); }
	.hero-copy { width: 100%; align-self: start; }
	.hero-title span { font-size: clamp(3.55rem, 17.5vw, 5.3rem); }
	.hero-title em { margin-top: .16em; padding-left: .08em; font-size: clamp(2.85rem, 13.2vw, 4.25rem); }
	html[dir="rtl"] .hero-title em { padding-right: .08em; padding-left: 0; }
	.hero-lede { max-width: 92%; margin-top: 1.7rem; font-size: .98rem; }
	.hero-actions .button { width: 100%; }
	.hero-proof { display: grid; gap: .7rem; }
	.hero-visual { inset: 34% -8% 0 8%; min-height: 0; margin: 0; }
	.hero-photo { opacity: .58; object-position: 63% center; -webkit-mask-image: linear-gradient(180deg, transparent 0%, rgba(0,0,0,.35) 13%, #000 42%); mask-image: linear-gradient(180deg, transparent 0%, rgba(0,0,0,.35) 13%, #000 42%); }
	.screen-frame { width: 116vw; border-width: 7px; border-radius: 19px; transform: translateX(8%) rotate(-2deg); }
	.signal-card { top: 4%; left: 1%; transform: scale(.86); transform-origin: left top; }
	.paper-call-sign { width: 150px; right: 9%; bottom: 3%; }
	.paper-call-sign strong { font-size: 2.8rem; }
	.paper-call-sign small { font-size: .55rem; }
	.call-sign-paw { width: 46px; height: 46px; right: 8px; top: 8px; }
	.platform-ribbon { grid-template-columns: repeat(2, 1fr); }
	.platform-ribbon > div { min-height: 96px; border-bottom: 1px solid rgba(255,255,255,.13); }
	.section-pad { padding: 5rem 1.15rem; }
	.system-section .section-heading { display: block; }
	.system-section .section-heading h2, .device-copy h2, .builder-copy h2, .global-copy h2, .approval-heading h2, .final-cta h2 { font-size: 3.2rem; }
	.device-section { grid-template-columns: 1fr; }
	.device-stack { min-height: 510px; margin-inline: -1rem; }
	.phone { width: 235px; min-height: 480px; border-radius: 38px; }
	.phone-back { left: 3%; }
	.phone-front { right: 3%; }
	.phone-front h3 { font-size: 1.7rem; }
	.store-grid { grid-column: auto; grid-template-columns: 1fr; }
	.domain-route, .registrar-grid { grid-template-columns:1fr; }
	.builder-section { background: linear-gradient(155deg, #ece7da 0 38%, #dfe8d7 38%); }
	.launch-form { grid-template-columns: 34px minmax(0,1fr); padding: 1.2rem; }
	.launch-custom-domain { grid-template-columns:1fr; }
	.slug-field { display: grid; }
	.slug-field span { padding: 0 1rem .8rem; }
	.global-map { min-height: 330px; }
	.global-map span { width: 42px; height: 42px; font-size: .72rem; }
	.price-card.featured { transform: none; }
	.approval-list article { grid-template-columns: 48px 1fr; }
	.approval-list article em { grid-column: 2; justify-self: start; }
	.approval-rule, .final-cta > div { flex-direction: column; }
	.promo-footer { grid-template-columns: 1fr; }
	.promo-footer .legal { grid-column: auto; }
	.fixed-credit { display: none; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	.button { transition: none; }
}

/* Locked desktop rule: one usable viewport per promotional section whenever its content can fit. */
@media (min-width: 1181px) and (min-height: 760px) {
	:root { --promo-viewport: calc(100svh - 82px); }
	.hero,
	.system-section,
	.device-section,
	.builder-section,
	.domain-section,
	.global-section,
	.pricing-section,
	.approval-section,
	.final-cta { min-height: var(--promo-viewport); height: var(--promo-viewport); scroll-margin-top: 82px; }
	.section-pad { padding-block: clamp(2.25rem, 4.5vh, 4rem); }
	.hero { align-items: center; padding-block: clamp(1.25rem, 2.5vh, 2rem); }
	.hero-copy { align-self: center; }
	.hero-visual { min-height: 0; height: 100%; }

	.system-section { display: grid; grid-template-rows: auto minmax(0, 1fr); }
	.system-section .section-heading h2 { font-size: clamp(3rem, 4.2vw, 5.2rem); }
	.system-grid { min-height: 0; margin-top: clamp(1.8rem, 3vh, 3rem); }
	.system-card { min-height: 0; height: 100%; padding: clamp(1.5rem, 2.1vw, 2.5rem); }
	.system-card h3 { font-size: clamp(1.9rem, 2.4vw, 2.8rem); }
	.system-card li { padding-block: .6rem; }

	.device-section { grid-template-columns: .72fr .82fr 1fr; }
	.device-copy h2 { font-size: clamp(3rem, 4.2vw, 5rem); }
	.device-stack { min-height: min(590px, calc(var(--promo-viewport) - 5rem)); }
	.phone { min-height: min(540px, calc(var(--promo-viewport) - 7rem)); }
	.phone-back { top: 7%; }
	.store-card { padding-block: clamp(.85rem, 1.5vh, 1.25rem); }

	.builder-section { align-items: center; }
	.domain-section { align-items:center; overflow:hidden; }
	.domain-heading h2 { font-size:clamp(3rem,4.35vw,5.2rem); }
	.domain-route article { min-height:0; padding:clamp(1rem,1.7vw,1.5rem); }
	.registrar-card { min-height:0; padding:clamp(.85rem,1.25vw,1.15rem); }
	.builder-copy h2 { font-size: clamp(3rem, 4.4vw, 5.2rem); }
	.builder-copy > p { margin-bottom: 0; }
	.domain-example { margin-top: clamp(1.25rem, 2.5vh, 2.25rem); }
	.launch-form { max-height: calc(var(--promo-viewport) - 4.5rem); padding: clamp(1.5rem, 2.4vw, 2.6rem); gap: clamp(.7rem, 1.5vh, 1.15rem) 1rem; overflow: auto; }
	.launch-form input { min-height: 52px; }

	.global-section { min-height: var(--promo-viewport); }
	.global-map { min-height: min(470px, calc(var(--promo-viewport) - 6rem)); }
	.global-copy h2 { font-size: clamp(3rem, 4.2vw, 5rem); }

	.pricing-section { display: grid; grid-template-rows: auto minmax(0, 1fr) auto; padding-block: clamp(1.2rem, 2.6vh, 1.6rem); overflow: hidden; }
	.pricing-section .section-heading h2 { font-size: clamp(2.85rem, 3.4vw, 4rem); line-height: .94; }
	.pricing-section .section-heading > p:last-child { margin-bottom: 0; line-height: 1.45; }
	.pricing-grid { width: 100%; min-height: 0; margin-top: clamp(.75rem, 1.4vh, 1.15rem); align-items: stretch; }
	.price-card { min-height: 0; height: 100%; padding: clamp(1.35rem, 2vw, 2.25rem); }
	.price-card.featured { transform: translateY(-6px); }
	.price-card h3 { margin: .7rem 0 .2rem; font-size: clamp(1.9rem, 2.4vw, 2.7rem); }
	.price { margin: clamp(.65rem, 1.2vh, 1rem) 0; }
	.price b { font-size: clamp(3rem, 4vw, 4rem); }
	.price-card > span,
	.price-card h3,
	.price-card .price,
	.price-card > p:not(.price),
	.price-card ul,
	.price-card .button { flex-shrink: 0; }
	.price-card > p:not(.price) { min-height: 0; margin-block: .5rem; font-size: .92rem; line-height: 1.35; }
	.price-card ul { margin: .55rem 0 1rem; }
	.price-card li { padding: clamp(.42rem, .85vh, .68rem) 0; }
	.price-card .button { min-height: 44px; padding-block: .65rem; }
	.pricing-note { margin-top: clamp(.35rem, .75vh, .65rem); }

	.approval-section { display: grid; grid-template-rows: auto minmax(0, 1fr) auto auto; overflow: hidden; }
	.approval-heading h2 { font-size: clamp(3rem, 4.2vw, 5rem); }
	.approval-heading > p { margin-bottom: 0; line-height: 1.45; }
	.approval-list { min-height: 0; margin-top: clamp(1.2rem, 2.5vh, 2.2rem); overflow: auto; }
	.approval-list article { padding-block: clamp(.75rem, 1.35vh, 1.25rem); }
	.approval-list h3 { margin-block: .15rem; }
	.approval-rule { margin-top: clamp(.7rem, 1.3vh, 1.1rem); padding-block: .9rem; }
	.official-paths { margin-top: .7rem; }

	.final-cta { display: flex; flex-direction: column; align-items: center; justify-content: center; }
}

@media (min-width: 1181px) and (min-height: 760px) and (max-height: 900px) {
	.pricing-section { padding-block: 1rem; }
	.pricing-section .section-heading h2 { font-size: clamp(2.55rem, 3vw, 3.45rem); }
	.pricing-section .section-heading > p:last-child { font-size: .9rem; line-height: 1.3; }
	.pricing-grid { margin-top: .55rem; }
	.price-card { padding: 1rem 1.2rem; border-radius: 24px; }
	.price-card h3 { margin: .42rem 0 .1rem; font-size: 2rem; }
	.price { margin: .4rem 0; }
	.price b { font-size: 3rem; }
	.price-card > p:not(.price) { margin-block: .32rem; font-size: .78rem; line-height: 1.25; }
	.price-card ul { margin: .3rem 0 .55rem; }
	.price-card li { padding: .32rem 0; font-size: .82rem; }
	.price-card .button { min-height: 38px; padding-block: .45rem; font-size: .78rem; }
	.pricing-note { margin-top: .25rem; font-size: .66rem; }
}
