:root {
  --ink: #090c0c;
  --ink-2: #121817;
  --paper: #f4f6f3;
  --white: #fff;
  --muted: #626b68;
  --line: rgba(9, 18, 16, .12);
  --accent: #10cbb8;
  --accent-light: #37e1cd;
  --accent-dark: #078b7d;
  --max: 1220px;
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
img { max-width: 100%; }
svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
::selection { background: var(--accent); color: var(--ink); }
.container { width: min(var(--max), calc(100% - 64px)); margin-inline: auto; }
.section-pad { padding: 140px 0; }

.site-header { position: absolute; z-index: 100; top: 0; left: 0; width: 100%; padding: 15px 22px; }
.nav-shell { width: min(var(--max), 100%); height: 68px; margin: auto; padding: 0 10px 0 18px; border: 1px solid rgba(9, 18, 16, .08); border-radius: 20px; background: rgba(255, 255, 255, .84); box-shadow: 0 18px 55px rgba(14, 32, 28, .08); backdrop-filter: blur(22px); display: flex; align-items: center; justify-content: space-between; }
.brand { width: 146px; height: 46px; padding: 5px 8px; border-radius: 12px; background: white; display: flex; align-items: center; overflow: hidden; }
.brand img { display: block; width: 132px; height: auto; mix-blend-mode: multiply; }
.desktop-nav { display: flex; align-items: center; gap: 27px; }
.desktop-nav > a { position: relative; color: #444c49; font-size: 12px; font-weight: 700; letter-spacing: -.01em; }
.desktop-nav > a:not(.nav-cta)::after { content: ""; position: absolute; right: 100%; bottom: -9px; left: 0; height: 1px; background: var(--accent-dark); transition: right .25s; }
.desktop-nav > a:hover::after, .desktop-nav > a.active::after { right: 0; }
.desktop-nav > a:hover, .desktop-nav > a.active { color: var(--ink); }
.nav-cta { min-height: 46px; padding: 0 19px; border-radius: 14px; background: var(--ink); color: white !important; display: inline-flex; align-items: center; gap: 13px; box-shadow: 0 9px 25px rgba(9, 12, 12, .16); transition: transform .25s, background .25s; }
.nav-cta svg { width: 16px; color: var(--accent-light); }
.nav-cta:hover { transform: translateY(-2px); background: #19201f; }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { width: 45px; height: 45px; border-radius: 14px; background: var(--ink); cursor: pointer; display: grid; place-content: center; list-style: none; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { width: 18px; height: 1px; margin: 3px 0; background: white; transition: transform .25s; }
.mobile-menu[open] summary span:first-child { transform: translateY(3.5px) rotate(45deg); }
.mobile-menu[open] summary span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.mobile-menu nav { position: absolute; top: 55px; right: -2px; width: min(310px, calc(100vw - 38px)); padding: 16px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255, 255, 255, .98); box-shadow: 0 30px 70px rgba(10, 24, 21, .18); display: grid; }
.mobile-menu nav > a { padding: 14px 10px; border-bottom: 1px solid rgba(9, 18, 16, .07); font-size: 14px; font-weight: 650; }
.mobile-menu nav > a.active { color: var(--accent-dark); }
.mobile-menu nav .mobile-cta { margin-top: 10px; border: 0; border-radius: 13px; background: var(--ink); color: white; display: flex; align-items: center; justify-content: space-between; }

.button { min-height: 55px; padding: 0 23px; border: 1px solid transparent; border-radius: 16px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; font-size: 13px; font-weight: 780; transition: transform .25s, box-shadow .25s, background .25s; }
.button:hover { transform: translateY(-3px); }
.button-dark { background: var(--ink); color: white; box-shadow: 0 16px 35px rgba(9, 12, 12, .17); }
.button-dark svg { color: var(--accent-light); }
.button-dark:hover { background: #19211f; box-shadow: 0 20px 45px rgba(9, 12, 12, .24); }
.button-soft { border-color: rgba(9, 18, 16, .13); background: rgba(255, 255, 255, .54); }
.button-soft:hover { background: white; }
.button-white { background: white; color: var(--ink); box-shadow: 0 18px 50px rgba(0, 0, 0, .17); }
.button-white:hover { background: var(--accent-light); }
.button-outline { border-color: rgba(9, 18, 16, .16); background: transparent; }
.button-outline:hover { border-color: var(--ink); background: var(--ink); color: white; }
.text-link { display: inline-flex; align-items: center; gap: 15px; font-size: 13px; font-weight: 800; }
.text-link svg { color: var(--accent-dark); transition: transform .25s; }
.text-link:hover svg { transform: translate(3px, -3px); }

.hero { min-height: 920px; position: relative; padding: 145px 0 0; overflow: hidden; background: radial-gradient(circle at 73% 33%, rgba(16, 203, 184, .16), transparent 30%), linear-gradient(145deg, #fafbf9, #f1f4f1 60%, #eef8f5); }
.hero-grid, .cta-grid-bg { position: absolute; inset: 0; opacity: .47; background-image: linear-gradient(rgba(16, 38, 33, .042) 1px, transparent 1px), linear-gradient(90deg, rgba(16, 38, 33, .042) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, black, transparent 88%); }
.hero-glow { position: absolute; border-radius: 999px; pointer-events: none; }
.glow-one { width: 480px; height: 480px; top: 150px; right: -235px; border: 1px solid rgba(16, 203, 184, .2); }
.glow-two { width: 150px; height: 150px; right: 12%; bottom: 110px; background: rgba(16, 203, 184, .14); filter: blur(45px); }
.hero-layout { min-height: 650px; position: relative; z-index: 1; display: grid; grid-template-columns: 1.06fr .94fr; gap: 78px; align-items: center; }
.eyebrow { width: max-content; max-width: 100%; margin-bottom: 27px; padding: 9px 13px 9px 10px; border: 1px solid rgba(9, 18, 16, .1); border-radius: 999px; background: rgba(255, 255, 255, .58); color: #515a57; font-size: 10px; font-weight: 800; letter-spacing: .075em; text-transform: uppercase; display: flex; align-items: center; gap: 10px; }
.eyebrow i { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px rgba(16, 203, 184, .12); }
.hero-copy h1 { max-width: 720px; margin: 0; font-size: clamp(62px, 6vw, 90px); font-weight: 680; letter-spacing: -.074em; line-height: .92; }
.hero-copy h1 em { display: block; background: linear-gradient(110deg, #078d7f, #13cdb9 48%, #55dfce); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-lead { max-width: 610px; margin: 29px 0 0; color: #5c6562; font-size: 17px; line-height: 1.7; letter-spacing: -.016em; }
.hero-actions { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 11px; }
.hero-trust { margin-top: 32px; display: flex; align-items: center; gap: 14px; }
.trust-mark { width: 38px; height: 38px; border: 1px solid rgba(16, 203, 184, .25); border-radius: 50%; background: rgba(16, 203, 184, .1); color: var(--accent-dark); display: grid; place-items: center; }
.trust-mark svg { width: 17px; }
.hero-trust p { margin: 0; display: grid; gap: 3px; }
.hero-trust strong { font-size: 13px; }
.hero-trust span { color: #7c8481; font-size: 10px; }
.hero-visual { min-height: 580px; position: relative; perspective: 1000px; }
.visual-ring { position: absolute; border: 1px solid rgba(16, 203, 184, .2); border-radius: 50%; }
.ring-one { width: 470px; height: 470px; top: 48px; left: 50%; transform: translateX(-46%); }
.ring-two { width: 330px; height: 330px; top: 118px; left: 50%; transform: translateX(-48%); border-color: rgba(16, 203, 184, .09); }
.browser { width: min(520px, 100%); position: absolute; z-index: 2; top: 72px; left: 50%; overflow: hidden; border: 7px solid rgba(255, 255, 255, .9); border-radius: 23px; background: #0d1110; box-shadow: 0 45px 100px rgba(16, 44, 38, .23); transform: translateX(-50%) rotateY(-5deg) rotateX(2deg); animation: browser-float 6s ease-in-out infinite; }
.browser-bar { height: 43px; padding: 0 13px; background: #f7f8f7; display: grid; grid-template-columns: 1fr 2fr 1fr; align-items: center; }
.browser-dots { display: flex; gap: 5px; }
.browser-dots i { width: 6px; height: 6px; border-radius: 50%; background: #ced2d0; }
.browser-url { height: 23px; border: 1px solid #e3e6e4; border-radius: 7px; background: white; color: #939a97; font-size: 7px; display: flex; align-items: center; justify-content: center; gap: 6px; }
.browser-url span { color: var(--accent); font-size: 5px; }
.browser-bar b { color: #999f9d; font-size: 8px; text-align: right; letter-spacing: 2px; }
.demo-page { height: 366px; position: relative; overflow: hidden; background: linear-gradient(112deg, #f4f1e8 0 58%, #68786d 58% 100%); }
.demo-nav { height: 55px; padding: 0 26px; display: flex; align-items: center; gap: 20px; }
.demo-nav strong { margin-right: auto; color: #26332e; font-family: "Trebuchet MS", Arial, sans-serif; font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.demo-nav strong i { display: inline-block; width: 9px; height: 15px; margin-right: 6px; border-radius: 1px 9px 1px 9px; background: #a37e5f; transform: rotate(26deg); vertical-align: middle; }
.demo-nav > span { width: 27px; height: 1px; background: rgba(38, 51, 46, .42); }
.demo-nav b { padding: 8px 11px; border-radius: 999px; background: #26332e; color: #f7f3e9; font-size: 6px; letter-spacing: .04em; }
.demo-copy { position: relative; z-index: 2; width: 66%; padding: 52px 38px; }
.demo-copy small { color: #8a6b52; font-family: "Courier New", monospace; font-size: 7px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.demo-copy h2 { margin: 13px 0 20px; color: #26332e; font-family: "Trebuchet MS", Arial, sans-serif; font-size: 36px; font-weight: 900; line-height: .91; letter-spacing: -.055em; }
.demo-copy h2 em { color: #a37e5f; font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.demo-copy button { height: 31px; padding: 0 13px; border: 0; border-radius: 999px; background: #26332e; color: #f7f3e9; font-size: 7px; font-weight: 800; display: inline-flex; align-items: center; gap: 9px; }
.demo-copy button svg { width: 10px; color: #c9ac91; }
.demo-art { width: 42%; position: absolute; z-index: 1; inset: 55px 0 0 auto; overflow: hidden; color: #f0eee6; }
.demo-art > i { width: 150px; height: 225px; position: absolute; top: 24px; right: 18px; border: 0; border-radius: 78px 78px 8px 8px; background: linear-gradient(155deg, #c6ad94, #92745e); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .25), 0 24px 55px rgba(27, 43, 35, .22); opacity: 1; }
.demo-art > i::before { content: ""; position: absolute; inset: 20px; border: 1px solid rgba(255, 255, 255, .42); border-radius: 62px 62px 5px 5px; }
.demo-art > span { position: absolute; top: 30px; left: 25px; font-family: "Courier New", monospace; font-size: 8px; letter-spacing: .2em; }
.demo-art > b { position: absolute; right: 19px; bottom: 61px; font-family: "Trebuchet MS", Arial, sans-serif; font-size: 8px; line-height: 1.35; letter-spacing: .12em; text-align: right; }
.demo-strip { position: absolute; right: 0; bottom: 0; left: 0; padding: 0 22px 19px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.demo-strip i { height: 46px; border-radius: 3px; background: #cbb9a7; box-shadow: inset 0 0 0 1px rgba(38, 51, 46, .08); }
.demo-strip i:nth-child(2) { background: #9da99d; }
.demo-strip i:nth-child(3) { background: #4e6258; }
.float-card { position: absolute; z-index: 3; padding: 12px 14px; border: 1px solid rgba(9, 18, 16, .07); border-radius: 15px; background: rgba(255, 255, 255, .92); box-shadow: 0 18px 44px rgba(20, 54, 47, .14); backdrop-filter: blur(16px); display: flex; align-items: center; gap: 10px; animation: card-float 5s ease-in-out infinite; }
.float-card > span { width: 28px; height: 28px; border-radius: 9px; background: var(--accent); display: grid; place-items: center; }
.float-card p { margin: 0; display: grid; gap: 2px; }
.float-card small { color: #8b928f; font-size: 7px; text-transform: uppercase; letter-spacing: .1em; }
.float-card strong { font-size: 11px; }
.float-speed { top: 48px; right: -28px; }
.float-live { bottom: 85px; left: -28px; animation-delay: -2s; }
.float-live > i { width: 30px; height: 30px; border-radius: 50%; background: rgba(16, 203, 184, .13); position: relative; }
.float-live > i::after { content: ""; position: absolute; inset: 9px; border-radius: 50%; background: var(--accent); }
.proof-line { min-height: 96px; position: relative; z-index: 2; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; color: #7c8582; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.proof-line i { width: 4px; height: 4px; border-radius: 50%; background: var(--accent); }

.section-label { margin: 7px 0 0; color: #6f7774; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.section-label span { margin-right: 13px; color: var(--accent-dark); }
.split-heading, .section-heading { display: grid; grid-template-columns: .38fr .62fr; gap: 75px; }
.split-heading h2, .section-heading h2, .hosting-copy h2, .offer-heading h2, .process-heading h2 { margin: 0; font-size: clamp(48px, 5.3vw, 76px); line-height: .98; letter-spacing: -.062em; font-weight: 610; }
.split-heading h2 em, .hosting-copy h2 em, .offer-heading h2 em, .process-heading h2 em { color: var(--accent-dark); }
.split-heading > div > p, .section-heading > div > p { max-width: 610px; margin: 27px 0 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.websites-section { background: var(--ink-2); color: white; }
.section-heading.light .section-label { color: #7b8581; }
.section-heading.light .section-label span { color: var(--accent-light); }
.section-heading.light h2 em { color: var(--accent-light); }
.section-heading.light > div > p { color: #87918e; }
.feature-grid { margin-top: 70px; display: grid; grid-template-columns: 1.25fr .75fr; grid-template-areas: "main mobile" "main speed"; gap: 16px; }
.feature-main, .feature-card, .feature-wide { position: relative; overflow: hidden; border: 1px solid rgba(255, 255, 255, .1); border-radius: var(--radius); background: #171e1d; }
.feature-main { min-height: 570px; padding: 32px 32px 185px; grid-area: main; display: flex; flex-direction: column; justify-content: space-between; }
.feature-card { min-height: 277px; padding: 28px; }
.feature-grid > :nth-child(2) { grid-area: mobile; }
.feature-grid > :nth-child(3) { grid-area: speed; }
.feature-card.accent { background: var(--accent); color: var(--ink); }
.feature-link { cursor: pointer; transition: translate .32s ease, border-color .32s ease, box-shadow .32s ease; }
.feature-link .feature-top > i { transition: transform .3s ease, background .3s ease, border-color .3s ease; }
.feature-link:focus-visible { outline: 3px solid var(--accent-light); outline-offset: 5px; }
@media (hover: hover) { .feature-link:hover { translate: 0 -7px; border-color: rgba(16, 203, 184, .42); box-shadow: 0 24px 65px rgba(0, 0, 0, .24); } .feature-link:hover .feature-top > i { transform: translate(3px, -3px); background: rgba(16, 203, 184, .1); border-color: rgba(16, 203, 184, .38); } .feature-link.accent:hover .feature-top > i { background: rgba(9, 18, 16, .1); border-color: rgba(9, 18, 16, .35); } }
.feature-wide { min-height: 225px; padding: 34px; grid-area: wide; display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.feature-top { display: flex; justify-content: space-between; color: #73807c; font-size: 10px; font-weight: 800; }
.feature-top > i { width: 38px; height: 38px; border: 1px solid rgba(255, 255, 255, .13); border-radius: 50%; color: var(--accent-light); font-style: normal; display: grid; place-items: center; }
.accent .feature-top, .accent .feature-top > i { color: var(--ink); }
.accent .feature-top > i { border-color: rgba(9, 18, 16, .19); }
.feature-main small, .feature-card small, .feature-wide small { color: #7f8a86; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.accent small { color: rgba(9, 18, 16, .55); }
.feature-main h3 { max-width: 580px; margin: 12px 0 16px; font-size: clamp(32px, 3.5vw, 49px); line-height: 1.04; letter-spacing: -.05em; }
.feature-main p, .feature-card p, .feature-wide p { max-width: 590px; margin: 0; color: #89938f; font-size: 13px; line-height: 1.7; }
.feature-card h3 { margin: 55px 0 10px; font-size: 28px; letter-spacing: -.04em; }
.accent p { color: rgba(9, 18, 16, .67); }
.feature-wide h3 { margin: 10px 0; font-size: 30px; letter-spacing: -.04em; }
.feature-wide > a { flex: 0 0 auto; padding: 15px 18px; border-radius: 13px; background: white; color: var(--ink); font-size: 11px; font-weight: 800; display: inline-flex; align-items: center; gap: 12px; }
.wireframe { width: 66%; height: 128px; position: absolute; right: -20px; bottom: -25px; padding: 22px; border: 1px solid rgba(255, 255, 255, .09); border-radius: 19px 0 0 0; background: #202a28; transform: rotate(-4deg); }
.wireframe span { display: block; width: 45%; height: 7px; border-radius: 5px; background: var(--accent); }
.wireframe strong { display: block; width: 72%; height: 19px; margin-top: 12px; border-radius: 5px; background: #e8eeeb; opacity: .72; }
.wireframe i { display: inline-block; width: 25%; height: 44px; margin: 18px 5px 0 0; border-radius: 8px; background: rgba(255, 255, 255, .08); }

.hosting-section { position: relative; overflow: hidden; background: #eef7f4; }
.hosting-orb { width: 520px; height: 520px; position: absolute; right: -240px; top: -160px; border: 1px solid rgba(16, 203, 184, .19); border-radius: 50%; }
.hosting-grid { position: relative; display: grid; grid-template-columns: 1fr .78fr; gap: 110px; align-items: center; }
.hosting-copy > p:not(.section-label) { max-width: 600px; margin: 26px 0 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.hosting-copy h2 { margin-top: 35px; }
.hosting-copy ul { margin: 31px 0; padding: 0; list-style: none; display: grid; gap: 15px; }
.hosting-copy li { display: flex; align-items: center; gap: 12px; color: #4f5956; font-size: 13px; }
.hosting-copy li svg, .offer-card li svg { width: 25px; height: 25px; padding: 5px; border-radius: 50%; background: rgba(16, 203, 184, .12); color: var(--accent-dark); flex: 0 0 auto; }
.hosting-card { min-height: 515px; padding: 42px; border: 1px solid rgba(9, 18, 16, .08); border-radius: 34px; background: var(--ink-2); color: white; box-shadow: 0 40px 90px rgba(20, 67, 57, .16); }
.cloud-icon { width: 58px; height: 58px; margin-bottom: 54px; border-radius: 18px; background: var(--accent); color: var(--ink); font-size: 26px; display: grid; place-items: center; }
.hosting-card > small { color: #7d8884; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hosting-card h3 { margin: 13px 0 45px; font-size: 46px; line-height: .98; letter-spacing: -.055em; }
.hosting-checks { margin: 30px 0 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.hosting-checks li { color: #a7b0ad; font-size: 12px; display: flex; align-items: center; gap: 10px; }
.hosting-checks svg { width: 24px; height: 24px; padding: 5px; border-radius: 50%; background: rgba(16, 203, 184, .12); color: var(--accent-light); flex: 0 0 auto; }
.hosting-stats { padding: 22px 0; border-top: 1px solid rgba(255, 255, 255, .1); border-bottom: 1px solid rgba(255, 255, 255, .1); display: grid; grid-template-columns: repeat(3, 1fr); }
.hosting-stats div { display: grid; gap: 5px; }
.hosting-stats strong { color: var(--accent-light); font-size: 18px; }
.hosting-stats span { color: #7f8986; font-size: 8px; text-transform: uppercase; letter-spacing: .12em; }
.server-lines { height: 70px; margin-top: 30px; position: relative; display: grid; align-content: space-between; }
.server-lines i { height: 1px; background: rgba(255, 255, 255, .08); }
.server-lines span { width: 10px; height: 10px; position: absolute; top: 12px; right: 7%; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 7px rgba(16, 203, 184, .1); }

.offer-section { background: white; }
.offer-heading { display: grid; grid-template-columns: .36fr .64fr; gap: 70px; }
.offer-grid { margin-top: 70px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 18px; }
.offer-card { min-height: 500px; padding: 38px; border: 1px solid var(--line); border-radius: 30px; background: #f6f7f5; display: flex; flex-direction: column; }
.offer-card.featured { background: var(--ink-2); color: white; }
.offer-card small { color: #737c79; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.offer-card h3 { max-width: 540px; margin: 18px 0 0; font-size: 36px; line-height: 1.07; letter-spacing: -.048em; }
.offer-card > p { max-width: 580px; margin: 30px 0; color: #6f7774; font-size: 14px; line-height: 1.7; }
.featured > p { color: #89938f; }
.offer-tag { float: right; padding: 8px 11px; border-radius: 999px; background: var(--accent); color: var(--ink); font-size: 8px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.price { margin: auto 0 25px; display: flex; align-items: end; gap: 9px; }
.price > span { padding-bottom: 9px; color: #77827e; font-size: 9px; text-transform: uppercase; }
.price strong { font-size: 61px; letter-spacing: -.07em; line-height: 1; }
.price small { padding-bottom: 9px; }
.offer-card .button { width: 100%; }
.offer-card ul { margin: auto 0 27px; padding: 0; list-style: none; display: grid; gap: 12px; }
.offer-card li { color: #545d5a; font-size: 12px; display: flex; align-items: center; gap: 10px; }
.process { background: var(--paper); }
.process-heading { display: grid; grid-template-columns: .36fr .64fr; gap: 70px; }
.steps { margin-top: 75px; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); }
.steps article { min-height: 260px; position: relative; padding: 35px 35px 10px 0; border-right: 1px solid var(--line); }
.steps article:not(:first-child) { padding-left: 35px; }
.steps article:last-child { border: 0; }
.steps span { color: #77807d; font-size: 10px; }
.steps i { width: 9px; height: 9px; position: absolute; top: -5px; left: -4px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 7px var(--paper); }
.steps article:not(:first-child) i { left: 31px; }
.steps h3 { margin: 75px 0 12px; font-size: 25px; letter-spacing: -.04em; }
.steps p { max-width: 270px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.final-cta { min-height: 650px; position: relative; overflow: hidden; background: var(--ink); color: white; display: grid; place-items: center; }
.cta-grid-bg { opacity: .22; background-image: linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px); mask-image: radial-gradient(circle, black, transparent 74%); }
.final-cta::after { content: ""; width: 460px; height: 460px; position: absolute; right: -150px; top: -230px; border: 1px solid rgba(16, 203, 184, .22); border-radius: 50%; }
.final-cta-inner { position: relative; z-index: 2; text-align: center; }
.final-cta-inner > small { color: var(--accent-light); font-size: 9px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.final-cta h2 { margin: 20px 0; font-size: clamp(56px, 6.7vw, 92px); line-height: .92; letter-spacing: -.07em; }
.final-cta h2 em { color: var(--accent-light); }
.final-cta p { margin: 0 0 28px; color: #8b9692; font-size: 15px; }
.final-cta-inner > div { display: flex; align-items: center; justify-content: center; gap: 28px; }
.phone-link { display: grid; gap: 3px; text-align: left; }
.phone-link span { color: #73807b; font-size: 8px; text-transform: uppercase; letter-spacing: .13em; }
.phone-link strong { font-size: 16px; }
.call-cost { display: block; margin: 0; font-size: 7px; line-height: 1.25; font-weight: 450; letter-spacing: 0; text-transform: none; white-space: nowrap; }
.phone-link .call-cost { color: #73807b; }

.site-footer { position: relative; overflow: hidden; padding: 66px 0 22px; border-top: 1px solid rgba(12, 92, 80, .12); background: #eef3f1; color: var(--ink); }
.site-footer::before { content: ""; position: absolute; z-index: 0; inset: 0; pointer-events: none; background: radial-gradient(circle at 92% 8%, rgba(16, 203, 184, .17), transparent 31%), linear-gradient(115deg, rgba(255, 255, 255, .62), transparent 46%); }
.site-footer::after { content: ""; position: absolute; z-index: 0; top: 0; right: 0; left: 0; height: 3px; background: linear-gradient(90deg, transparent 0 7%, var(--accent) 32%, rgba(16, 203, 184, .18) 68%, transparent 94%); }
.footer-glow { width: 340px; height: 340px; position: absolute; right: -170px; bottom: -230px; border-radius: 50%; border: 1px solid rgba(12, 92, 80, .12); background: rgba(255, 255, 255, .26); }
.footer-main { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .34fr .42fr .43fr; gap: 55px; }
.footer-brand img { width: 165px; height: auto; display: block; }
.footer-brand p { max-width: 410px; margin: 22px 0 0; color: #62716c; font-size: 13px; line-height: 1.7; }
.footer-availability { margin-top: 24px; color: #43544f; font-size: 9px; display: inline-flex; align-items: center; gap: 10px; }
.footer-availability i { width: 7px; height: 7px; border-radius: 50%; background: #0aa994; box-shadow: 0 0 0 5px rgba(10, 169, 148, .11); }
.footer-links { display: flex; flex-direction: column; gap: 12px; }
.footer-links > span { margin-bottom: 7px; color: #788782; font-size: 8px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.footer-links a { width: fit-content; color: #263a34; font-size: 12px; }
.footer-links a:hover { color: #078f7d; }
.footer-phone { display: grid; gap: 4px; }
.footer-phone .call-cost { color: #788782; }
.footer-bottom { position: relative; z-index: 1; margin-top: 55px; padding-top: 20px; border-top: 1px solid rgba(12, 50, 43, .11); color: #74827d; font-size: 9px; display: flex; justify-content: space-between; }
.whatsapp { position: fixed; z-index: 90; right: 22px; bottom: 22px; min-height: 48px; padding: 0 15px; border-radius: 15px; background: var(--ink); color: white; box-shadow: 0 15px 45px rgba(0, 0, 0, .22); display: flex; align-items: center; gap: 9px; font-size: 10px; font-weight: 800; }
.whatsapp > i { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px rgba(16, 203, 184, .12); }
.whatsapp svg { width: 14px; color: var(--accent-light); }

/* Inner pages */
.inner-hero { min-height: 720px; position: relative; padding: 190px 0 110px; overflow: hidden; background: linear-gradient(145deg, #f9faf8, #ecf6f3); }
.inner-hero.dark { background: var(--ink-2); color: white; }
.inner-hero::before { content: ""; position: absolute; inset: 0; opacity: .38; background-image: linear-gradient(rgba(12, 30, 26, .04) 1px, transparent 1px), linear-gradient(90deg, rgba(12, 30, 26, .04) 1px, transparent 1px); background-size: 66px 66px; mask-image: linear-gradient(to bottom, black, transparent); }
.inner-hero.dark::before { background-image: linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px); }
.inner-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.15fr .55fr; gap: 90px; align-items: end; }
.inner-hero h1 { max-width: 850px; margin: 34px 0 0; font-size: clamp(65px, 7.4vw, 104px); line-height: .91; letter-spacing: -.075em; font-weight: 620; }
.inner-hero h1 em { color: var(--accent-dark); }
.inner-hero.dark h1 em { color: var(--accent-light); }
.inner-hero-aside p { margin: 0 0 28px; color: #6b7471; font-size: 16px; line-height: 1.75; }
.inner-hero.dark .inner-hero-aside p { color: #8d9793; }
.inner-proof { position: relative; z-index: 2; margin-top: 90px; padding-top: 28px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; color: #77807d; font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.dark .inner-proof { border-color: rgba(255, 255, 255, .1); }
.content-section { padding: 130px 0; background: white; }
.content-section.soft { background: var(--paper); }
.content-intro { display: grid; grid-template-columns: .36fr .64fr; gap: 75px; }
.content-intro h2 { margin: 0; font-size: clamp(47px, 5.3vw, 73px); line-height: .98; letter-spacing: -.06em; font-weight: 610; }
.content-intro h2 em { color: var(--accent-dark); }
.content-intro-side { display: flex; flex-direction: column; align-items: flex-start; }
.content-intro-side > p:not(.section-label) { max-width: 295px; margin: 35px 0 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.intro-count { margin-top: auto; padding-top: 35px; color: var(--accent-dark); font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.web-gallery { height: 430px; margin-top: 78px; display: grid; grid-template-columns: 1.65fr .75fr; gap: 14px; }
.web-photo { position: relative; margin: 0; overflow: hidden; border-radius: 28px; background: var(--ink-2); }
.web-photo::after { content: ""; position: absolute; inset: 30% 0 0; background: linear-gradient(transparent, rgba(5, 13, 11, .78)); }
.web-photo img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .8s cubic-bezier(.2, .75, .2, 1); }
.web-photo figcaption { position: absolute; z-index: 2; right: 29px; bottom: 28px; left: 29px; color: white; }
.web-photo figcaption span { display: block; margin-bottom: 10px; color: var(--accent-light); font-size: 8px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.web-photo figcaption strong { font-size: 23px; line-height: 1.08; letter-spacing: -.04em; }
.web-photo-main figcaption strong { font-size: 30px; }
@media (hover: hover) { .web-photo:hover img { transform: scale(1.035); } }
.service-list { margin-top: 70px; border-top: 1px solid var(--line); }
.service-row { position: relative; min-height: 245px; padding: 42px 75px 42px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: .34fr .66fr; gap: 45px; transition: background .35s ease; }
.service-row::before { content: ""; position: absolute; inset: 0 -18px; z-index: 0; border-radius: 24px; background: linear-gradient(90deg, rgba(16, 203, 184, .055), transparent 72%); opacity: 0; transition: opacity .35s ease; }
.service-row > * { position: relative; z-index: 1; }
.service-meta { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; }
.service-meta > span { color: #727a77; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.service-visual { width: min(250px, 94%); height: 116px; margin-top: 25px; overflow: hidden; border: 1px solid #e2ebe7; border-radius: 20px; background: linear-gradient(145deg, #fbfdfc, #eef7f4); color: #384642; transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease; }
.service-visual svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.service-visual .accent-fill { fill: var(--accent); stroke: var(--accent); }
.service-visual .accent-soft { fill: rgba(16, 203, 184, .13); stroke: var(--accent-dark); }
.service-row h3 { margin: 0 0 14px; font-size: 32px; line-height: 1.12; letter-spacing: -.045em; }
.service-row p { max-width: 700px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.tag-list { margin-top: 20px; display: flex; flex-wrap: wrap; gap: 8px; }
.tag-list span { padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; color: #69716f; font-size: 9px; }
.service-row > .service-arrow { width: 39px; height: 39px; position: absolute; right: 0; top: 42px; border: 1px solid var(--line); border-radius: 50%; color: var(--accent-dark); font-size: 14px; display: grid; place-items: center; transition: color .3s ease, background .3s ease, border-color .3s ease, transform .3s ease; }
.service-arrow:focus-visible { outline: 3px solid rgba(16, 203, 184, .28); outline-offset: 3px; }
@media (hover: hover) { .service-row:hover::before { opacity: 1; } .service-row:hover .service-visual { transform: translateY(-4px); border-color: rgba(16, 203, 184, .38); box-shadow: 0 18px 45px rgba(27, 76, 66, .11); } .service-row:hover > .service-arrow, .service-row > .service-arrow:hover { color: white; border-color: var(--accent-dark); background: var(--accent-dark); transform: translate(2px, -2px); } }
.dark-band { padding: 130px 0; background: var(--ink-2); color: white; }
.dark-band-grid { display: grid; grid-template-columns: 1fr .86fr; gap: 95px; align-items: center; }
.dark-band h2 { margin: 30px 0 20px; font-size: clamp(49px, 5.7vw, 78px); line-height: .97; letter-spacing: -.065em; }
.dark-band h2 em { color: var(--accent-light); }
.dark-band p { max-width: 600px; color: #87918d; font-size: 15px; line-height: 1.75; }
.mini-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.mini-cards article { min-height: 180px; padding: 25px; border: 1px solid rgba(255, 255, 255, .1); border-radius: 22px; background: #18201f; }
.mini-cards span { color: var(--accent-light); font-size: 10px; }
.mini-cards h3 { margin: 35px 0 8px; font-size: 21px; }
.mini-cards p { margin: 0; font-size: 11px; }
.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.about-grid h2 { margin: 0; font-size: clamp(49px, 5.4vw, 76px); line-height: .98; letter-spacing: -.065em; }
.about-grid h2 em { color: var(--accent-dark); }
.about-copy > p { color: var(--muted); font-size: 16px; line-height: 1.8; }
.values { margin-top: 65px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; }
.values article { min-height: 210px; padding: 28px; border: 1px solid var(--line); border-radius: 23px; background: var(--paper); }
.values span { color: var(--accent-dark); font-size: 10px; }
.values h3 { margin: 47px 0 9px; font-size: 22px; }
.values p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.contact-hero { padding-bottom: 135px; }
.contact-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .83fr 1.17fr; gap: 85px; align-items: center; }
.contact-copy h1 { margin: 35px 0 25px; font-size: clamp(60px, 6.3vw, 88px); line-height: .92; letter-spacing: -.07em; }
.contact-copy h1 em { color: var(--accent-dark); }
.contact-copy > p:not(.section-label) { max-width: 530px; color: var(--muted); line-height: 1.75; }
.contact-direct { margin-top: 34px; border-top: 1px solid var(--line); }
.contact-direct a { min-height: 66px; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 80px 1fr 24px; align-items: center; gap: 10px; }
.contact-direct a > span { color: #858d8a; font-size: 8px; font-weight: 800; text-transform: uppercase; }
.contact-direct a strong { font-size: 13px; }
.contact-direct a i { color: var(--accent-dark); font-style: normal; }
.contact-phone { display: grid; gap: 3px; }
.contact-phone .call-cost { color: #858d8a; }
.contact-form { position: relative; padding: 40px; border: 1px solid rgba(9, 18, 16, .08); border-radius: 30px; background: rgba(255, 255, 255, .95); box-shadow: 0 35px 90px rgba(28, 70, 62, .14); }
.form-title { margin-bottom: 28px; display: flex; justify-content: space-between; align-items: end; }
.form-title strong { font-size: 20px; letter-spacing: -.035em; }
.form-title span { color: #8a9290; font-size: 9px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.contact-form label { display: block; margin-bottom: 16px; }
.contact-form label > span { display: block; margin: 0 0 8px 3px; color: #737b78; font-size: 8px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #dce1de; border-radius: 13px; outline: none; background: #f7f8f7; font-size: 12px; transition: border .2s, box-shadow .2s; }
.contact-form input, .contact-form select { height: 51px; padding: 0 14px; }
.contact-form textarea { min-height: 125px; padding: 14px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 4px rgba(16, 203, 184, .1); }
.contact-form button { width: 100%; border: 0; cursor: pointer; }
.contact-form button:disabled { opacity: .62; cursor: wait; transform: none; }
.form-note { margin: 12px 0 0; color: #979e9b; font-size: 8px; text-align: center; }
.form-status { margin: 12px 0 0; padding: 11px; border-radius: 10px; background: rgba(16, 203, 184, .12); color: var(--accent-dark); font-size: 10px; text-align: center; }
.form-status.error { background: rgba(214, 70, 70, .1); color: #a52b2b; }
.hp-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.hero-in { opacity: 0; animation: enter-up .85s cubic-bezier(.2, .75, .2, 1) forwards; }
.h1 { animation-delay: .05s; }.h2 { animation-delay: .14s; }.h3 { animation-delay: .23s; }.h4 { animation-delay: .31s; }.h5 { animation-delay: .39s; }
.visual-in { animation-name: visual-enter; animation-delay: .18s; }
.reveal { animation: reveal linear both; animation-timeline: view(); animation-range: entry 10% cover 32%; }
@keyframes enter-up { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
@keyframes visual-enter { from { opacity: 0; transform: translateX(35px) scale(.97); } to { opacity: 1; transform: none; } }
@keyframes browser-float { 0%, 100% { transform: translateX(-50%) rotateY(-5deg) rotateX(2deg) translateY(0); } 50% { transform: translateX(-50%) rotateY(-3deg) rotateX(1deg) translateY(-9px); } }
@keyframes card-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes reveal { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: none; } }

@media (max-width: 1080px) {
  .desktop-nav { gap: 18px; }
  .hero-layout { grid-template-columns: 1fr .86fr; gap: 35px; }
  .hero-copy h1 { font-size: 68px; }
  .browser { width: 460px; }
  .hosting-grid { gap: 60px; }
}

@media (max-width: 900px) {
  .container { width: min(var(--max), calc(100% - 42px)); }
  .section-pad { padding: 105px 0; }
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .hero { min-height: auto; padding-top: 135px; }
  .hero-layout { grid-template-columns: 1fr; gap: 20px; }
  .hero-copy { max-width: 720px; }
  .hero-copy h1 { font-size: clamp(62px, 11vw, 82px); }
  .hero-visual { min-height: 590px; }
  .browser { width: min(530px, 85vw); }
  .float-speed { right: 3%; }
  .float-live { left: 4%; }
  .proof-line { margin-top: 15px; }
  .split-heading, .section-heading, .hosting-grid, .offer-heading, .process-heading, .content-intro, .about-grid { grid-template-columns: 1fr; gap: 38px; }
  .feature-grid { grid-template-columns: 1fr 1fr; grid-template-areas: "main main" "mobile speed"; }
  .feature-main { min-height: 510px; }
  .hosting-card { max-width: 650px; width: 100%; }
  .offer-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; border-top: 0; }
  .steps article, .steps article:not(:first-child) { min-height: auto; padding: 30px 0 35px 35px; border-top: 1px solid var(--line); border-right: 0; }
  .steps i, .steps article:not(:first-child) i { top: 26px; left: -4px; }
  .steps h3 { margin: 22px 0 9px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 55px; }
  .footer-brand { grid-column: 1 / -1; }
  .inner-hero { min-height: auto; }
  .inner-hero-grid, .dark-band-grid, .contact-layout { grid-template-columns: 1fr; gap: 55px; }
  .inner-hero h1 { font-size: clamp(62px, 11vw, 88px); }
  .service-row { grid-template-columns: .35fr .65fr; }
  .contact-copy { max-width: 680px; }
  .contact-form { max-width: 680px; width: 100%; }
}

@media (max-width: 620px) {
  .container { width: calc(100% - 32px); }
  .site-header { padding: 10px; }
  .nav-shell { height: 62px; padding-left: 10px; border-radius: 17px; }
  .brand { width: 130px; height: 42px; }
  .brand img { width: 115px; }
  .hero { padding-top: 112px; }
  .eyebrow { margin-bottom: 22px; font-size: 8px; letter-spacing: .055em; }
  .hero-copy h1 { font-size: clamp(48px, 14.4vw, 66px); line-height: .93; }
  .hero-lead { margin-top: 23px; font-size: 15px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-trust { margin-top: 25px; }
  .hero-visual { min-height: 450px; margin-top: 5px; }
  .browser { top: 55px; width: 92vw; border-width: 5px; transform: translateX(-50%); animation: mobile-browser-float 6s ease-in-out infinite; }
  .demo-page { height: 300px; }
  .demo-copy { padding: 40px 25px; }
  .demo-copy h2 { font-size: 34px; }
  .demo-nav { padding: 0 16px; }
  .demo-nav > span { display: none; }
  .demo-copy { width: 68%; }
  .demo-art { width: 41%; }
  .visual-ring { display: none; }
  .float-card { padding: 9px 11px; }
  .float-speed { top: 25px; right: -3px; }
  .float-live { bottom: 15px; left: 0; }
  .proof-line { min-height: 82px; gap: 10px; overflow: hidden; }
  .proof-line span { white-space: nowrap; }
  .proof-line span:nth-of-type(3), .proof-line i:nth-of-type(3) { display: none; }
  .section-pad, .content-section, .dark-band { padding: 88px 0; }
  .split-heading h2, .section-heading h2, .hosting-copy h2, .offer-heading h2, .process-heading h2, .content-intro h2, .about-grid h2 { font-size: 43px; }
  .split-heading > div > p, .section-heading > div > p { font-size: 14px; }
  .feature-grid { margin-top: 45px; grid-template-columns: 1fr; grid-template-areas: "main" "mobile" "speed"; }
  .feature-main { min-height: 480px; padding: 25px 25px 160px; }
  .feature-main h3 { font-size: 34px; }
  .feature-card { min-height: 245px; padding: 24px; }
  .feature-card h3 { margin-top: 42px; }
  .feature-wide { min-height: 300px; padding: 25px; align-items: flex-start; flex-direction: column; justify-content: flex-end; }
  .feature-wide > a { width: 100%; justify-content: space-between; }
  .wireframe { width: 86%; }
  .hosting-grid { gap: 50px; }
  .hosting-copy > p:not(.section-label) { font-size: 14px; }
  .hosting-copy li { align-items: flex-start; }
  .hosting-card { min-height: 445px; padding: 28px; border-radius: 27px; }
  .cloud-icon { margin-bottom: 40px; }
  .hosting-card h3 { font-size: 39px; }
  .offer-grid { margin-top: 45px; }
  .offer-card { min-height: auto; padding: 26px; border-radius: 24px; }
  .offer-card h3 { font-size: 30px; }
  .price { margin-top: 45px; }
  .price strong { font-size: 53px; }
  .steps { margin-top: 50px; }
  .final-cta { min-height: 600px; }
  .final-cta h2 { font-size: 51px; }
  .final-cta-inner > div { flex-direction: column; gap: 20px; }
  .phone-link { text-align: center; }
  .footer-main { grid-template-columns: 1fr; gap: 40px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { gap: 13px; flex-direction: column; }
  .whatsapp { right: 12px; bottom: 12px; width: 49px; padding: 0; justify-content: center; }
  .whatsapp span { display: none; }
  .inner-hero { padding: 145px 0 85px; }
  .inner-hero h1 { font-size: 50px; }
  .inner-proof { margin-top: 60px; gap: 20px; overflow: hidden; }
  .inner-proof span { white-space: nowrap; }
  .content-intro-side > p:not(.section-label) { margin-top: 24px; }
  .intro-count { padding-top: 22px; }
  .web-gallery { height: auto; margin-top: 50px; grid-template-columns: 1fr; }
  .web-photo { height: 260px; border-radius: 22px; }
  .web-photo-main { height: 330px; }
  .web-photo figcaption { right: 22px; bottom: 21px; left: 22px; }
  .web-photo-main figcaption strong { font-size: 25px; }
  .service-row { min-height: 0; padding: 35px 48px 35px 0; grid-template-columns: 1fr; gap: 22px; }
  .service-meta { padding-right: 5px; flex-direction: row; justify-content: space-between; align-items: center; gap: 20px; }
  .service-visual { width: 116px; height: 68px; margin-top: 0; border-radius: 14px; }
  .service-row h3 { font-size: 27px; }
  .service-row > .service-arrow { top: 34px; }
  .dark-band h2 { font-size: 46px; }
  .mini-cards { grid-template-columns: 1fr; }
  .values { grid-template-columns: 1fr; }
  .contact-hero { padding: 135px 0 90px; }
  .contact-copy h1 { font-size: 50px; }
  .contact-direct a { grid-template-columns: 72px 1fr 20px; }
  .contact-form { padding: 25px 17px; border-radius: 23px; }
  .form-title { align-items: flex-start; flex-direction: column; gap: 6px; }
  .form-grid { grid-template-columns: 1fr; gap: 0; }
}

@media (max-width: 390px) {
  .container { width: calc(100% - 26px); }
  .site-header { padding: 7px; }
  .nav-shell { height: 58px; border-radius: 15px; }
  .brand { width: 119px; }
  .brand img { width: 105px; }
  .mobile-menu summary { width: 41px; height: 41px; border-radius: 12px; }
  .hero { padding-top: 102px; }
  .hero-copy h1 { font-size: clamp(43px, 14vw, 54px); }
  .eyebrow { padding-right: 9px; font-size: 7.5px; }
  .browser { width: 94vw; }
  .demo-copy h2 { font-size: 30px; }
  .feature-main h3 { font-size: 31px; }
  .split-heading h2, .section-heading h2, .hosting-copy h2, .offer-heading h2, .process-heading h2, .content-intro h2, .about-grid h2 { font-size: 39px; }
  .final-cta h2 { font-size: 45px; }
  .contact-copy h1, .inner-hero h1 { font-size: 45px; }
}

@media (max-width: 340px) {
  .hero-copy h1 { font-size: 41px; }
  .eyebrow { width: 100%; border-radius: 14px; }
  .hero-visual { min-height: 420px; }
  .demo-page { height: 275px; }
  .demo-copy { padding: 34px 21px; }
  .feature-main h3 { font-size: 28px; }
  .hosting-card h3, .offer-card h3 { font-size: 29px; }
}

@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 { animation: none; }
}

@keyframes mobile-browser-float { 0%, 100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(-7px); } }
