/* PikachuCloud v4 — premium, Apple-inspired interface
   Self-contained. Uses native system fonts; no external font or UI dependency. */

:root {
    --page: #ffffff;
    --surface: #f5f5f7;
    --surface-2: #fbfbfd;
    --surface-3: #eef0f4;
    --ink: #1d1d1f;
    --ink-strong: #000000;
    --muted: #6e6e73;
    --muted-2: #86868b;
    --line: rgba(0, 0, 0, .10);
    --line-light: rgba(255, 255, 255, .16);
    --yellow: #ffd60a;
    --yellow-soft: #fff4ad;
    --yellow-pale: #fffbea;
    --blue: #0066cc;
    --blue-hover: #0077ed;
    --green: #16864d;
    --danger: #b4233a;
    --dark: #050506;
    --dark-2: #111113;
    --dark-copy: #f5f5f7;
    --dark-muted: #a1a1a6;
    --shadow-sm: 0 10px 30px rgba(0, 0, 0, .06);
    --shadow-md: 0 24px 65px rgba(0, 0, 0, .10);
    --shadow-lg: 0 38px 100px rgba(0, 0, 0, .18);
    --radius-sm: 18px;
    --radius: 28px;
    --radius-lg: 40px;
    --shell: 1200px;
    --font: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "Helvetica Neue", "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--page); }
body {
    margin: 0;
    min-width: 320px;
    color: var(--ink);
    background: var(--page);
    font-family: var(--font);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.47059;
    letter-spacing: -.022em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
main { overflow: clip; }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.section { padding: 120px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -64px; left: 18px; z-index: 9999; padding: 10px 16px; color: #fff; background: #000; border-radius: 10px; }
.skip-link:focus { top: 18px; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--ink); font-family: var(--font); font-weight: 600; }
h1 { font-size: clamp(52px, 7vw, 88px); line-height: .98; letter-spacing: -.064em; }
h2 { font-size: clamp(40px, 5.1vw, 64px); line-height: 1.04; letter-spacing: -.052em; }
h3 { font-size: 25px; line-height: 1.16; letter-spacing: -.036em; }
p { color: var(--muted); }

/* Announcement and global navigation */
.service-ribbon { position: relative; z-index: 120; background: var(--surface); border-bottom: 1px solid rgba(0,0,0,.04); }
.service-ribbon-inner { min-height: 42px; display: flex; align-items: center; justify-content: center; gap: 16px; }
.service-ribbon p { margin: 0; color: #424245; font-size: 13px; letter-spacing: -.01em; }
.service-ribbon p strong { color: var(--ink); font-weight: 600; }
.service-ribbon a { color: var(--blue); font-size: 13px; font-weight: 500; white-space: nowrap; }
.service-ribbon a:hover { text-decoration: underline; }

.site-header { position: sticky; top: 0; z-index: 110; background: rgba(250,250,252,.88); border-bottom: 1px solid rgba(0,0,0,.05); -webkit-backdrop-filter: saturate(180%) blur(22px); backdrop-filter: saturate(180%) blur(22px); }
.site-header.scrolled { box-shadow: 0 1px 0 rgba(0,0,0,.04); }
.nav-shell { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { min-width: 0; display: inline-flex; align-items: center; gap: 10px; color: var(--ink); }
.brand-mark { flex: 0 0 auto; width: 36px; height: 36px; }
.brand-wordmark { display: inline-block; color: var(--ink); font-size: 20px; font-weight: 650; line-height: 1; letter-spacing: -.045em; white-space: nowrap; }
.brand-wordmark > span { color: #8a6b00; }
.primary-nav { display: flex; align-items: center; gap: 4px; }
.primary-nav > a { padding: 9px 12px; border-radius: 999px; color: #424245; font-size: 13px; font-weight: 450; line-height: 1.2; white-space: nowrap; transition: background .2s ease, color .2s ease; }
.primary-nav > a:hover, .primary-nav > a.active { color: var(--ink-strong); background: rgba(0,0,0,.055); }
.primary-nav > .nav-cta { margin-left: 8px; padding: 10px 17px; color: #fff; background: var(--ink); font-weight: 550; }
.primary-nav > .nav-cta:hover { color: #fff; background: #000; }
.nav-toggle { display: none; width: 42px; height: 42px; padding: 11px; border: 0; border-radius: 50%; background: transparent; }
.nav-toggle > span:not(.sr-only) { display: block; width: 19px; height: 1.5px; margin: 5px auto; background: var(--ink); border-radius: 2px; transition: transform .2s ease; }
.nav-toggle[aria-expanded="true"] > span:nth-last-child(2) { transform: translateY(3.25px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] > span:last-child { transform: translateY(-3.25px) rotate(-45deg); }

/* Shared UI */
.kicker { display: inline-block; margin-bottom: 20px; color: #8a6b00; font-size: 13px; font-weight: 600; line-height: 1.2; letter-spacing: .015em; }
.kicker-on-dark { color: var(--yellow); }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 23px; border: 1px solid transparent; border-radius: 999px; font-size: 15px; font-weight: 520; line-height: 1; letter-spacing: -.018em; transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { color: #fff; background: var(--blue); box-shadow: 0 10px 24px rgba(0,102,204,.18); }
.button-primary:hover { background: var(--blue-hover); }
.button-secondary { color: var(--ink); background: #fff; border-color: var(--line); }
.button-secondary:hover { border-color: rgba(0,0,0,.2); box-shadow: var(--shadow-sm); }
.button-dark { color: #fff; background: var(--ink); }
.button-dark:hover { background: #000; }
.button-light { color: var(--ink); background: #fff; }
.button-light:hover { background: #f5f5f7; }
.button-wide { width: 100%; }
.arrow-link { display: inline-flex; align-items: center; gap: 7px; color: var(--blue); font-size: 16px; font-weight: 450; line-height: 1.3; }
.arrow-link span { font-size: 22px; line-height: 1; transition: transform .2s ease; }
.arrow-link:hover { text-decoration: underline; }
.arrow-link:hover span { transform: translateX(3px); }
.arrow-link-light { color: #8ec5ff; }
.section-heading { max-width: 650px; }
.section-heading.centered { max-width: 900px; margin: 0 auto 66px; text-align: center; }
.section-heading h2 { margin-bottom: 20px; }
.section-heading p { max-width: 720px; margin-bottom: 0; font-size: 20px; line-height: 1.42; letter-spacing: -.026em; }
.section-heading.centered p { margin-inline: auto; }
.reveal { opacity: 1; transform: none; }
html.motion-ready .reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s cubic-bezier(.2,.8,.2,1), transform .7s cubic-bezier(.2,.8,.2,1); }
html.motion-ready .reveal.visible { opacity: 1; transform: none; }

/* Home hero */
.home-hero { position: relative; padding: 94px 0 52px; overflow: hidden; background: linear-gradient(180deg, #fff 0%, #fff 58%, #f5f5f7 100%); }
.hero-copy { position: relative; z-index: 2; max-width: 1050px; text-align: center; }
.hero-copy h1 { margin-bottom: 27px; }
.hero-copy h1 span { color: var(--muted-2); }
.hero-copy > p { max-width: 790px; margin: 0 auto 30px; color: #515154; font-size: clamp(19px, 2vw, 24px); line-height: 1.38; letter-spacing: -.033em; }
.hero-actions { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 22px; }
.product-stage { position: relative; margin-top: 78px; min-height: 610px; display: grid; place-items: center; }
.stage-glow { position: absolute; inset: 2% 8% 0; border-radius: 50%; background: radial-gradient(circle at 50% 44%, rgba(255,214,10,.34), rgba(255,244,173,.12) 38%, rgba(255,255,255,0) 72%); filter: blur(8px); }
.workspace-window { position: relative; z-index: 2; width: min(950px, 88%); overflow: hidden; border: 1px solid rgba(0,0,0,.12); border-radius: 26px; background: rgba(255,255,255,.96); box-shadow: 0 48px 110px rgba(0,0,0,.18), 0 8px 30px rgba(0,0,0,.08); transform: perspective(1400px) rotateX(2deg); }
.workspace-bar { height: 52px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 18px; background: #f5f5f7; border-bottom: 1px solid rgba(0,0,0,.08); }
.window-controls { display: flex; gap: 7px; }
.window-controls span { width: 10px; height: 10px; border-radius: 50%; background: #c6c6c8; }
.window-controls span:first-child { background: #ff5f57; }.window-controls span:nth-child(2) { background: #febc2e; }.window-controls span:last-child { background: #28c840; }
.workspace-address { min-width: 270px; padding: 7px 20px; color: #6e6e73; background: rgba(255,255,255,.8); border: 1px solid rgba(0,0,0,.06); border-radius: 999px; font-size: 12px; text-align: center; }
.address-lock { margin-right: 5px; color: var(--green); font-size: 8px; }
.workspace-status { justify-self: end; display: inline-flex; align-items: center; gap: 7px; color: #525257; font-size: 11px; }
.workspace-status span { width: 7px; height: 7px; border-radius: 50%; background: #27a55d; box-shadow: 0 0 0 4px rgba(39,165,93,.1); }
.workspace-body { min-height: 485px; display: grid; grid-template-columns: 74px 1fr; }
.workspace-sidebar { padding: 18px 15px; display: flex; flex-direction: column; align-items: center; gap: 20px; background: #101012; }
.workspace-brand { width: 40px; height: 40px; display: grid; place-items: center; margin-bottom: 6px; background: #fff; border-radius: 13px; }
.workspace-brand img { width: 30px; height: 30px; }
.side-item { width: 24px; height: 7px; border-radius: 99px; background: rgba(255,255,255,.18); }
.side-item.active { width: 34px; background: var(--yellow); }
.workspace-main { min-width: 0; padding: 34px; background: #fbfbfd; }
.workspace-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 26px; }
.workspace-heading div { display: grid; gap: 3px; }
.workspace-heading small, .workspace-metrics small, .performance-card small, .setup-card small { color: var(--muted-2); font-size: 11px; letter-spacing: .01em; }
.workspace-heading strong { font-size: 21px; letter-spacing: -.035em; }
.health-chip { padding: 7px 10px; color: #146b3d; background: #e7f7ed; border-radius: 999px; font-size: 10px; font-weight: 600; }
.workspace-metrics { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.workspace-metrics article { min-width: 0; padding: 19px; border: 1px solid rgba(0,0,0,.07); border-radius: 16px; background: #fff; box-shadow: 0 8px 20px rgba(0,0,0,.035); }
.workspace-metrics article strong { display: block; margin: 7px 0 2px; color: var(--ink); font-size: 19px; letter-spacing: -.035em; }
.workspace-metrics article > span { display: block; overflow: hidden; color: var(--muted); font-size: 10px; white-space: nowrap; text-overflow: ellipsis; }
.workspace-lower { margin-top: 14px; display: grid; grid-template-columns: 1.6fr .8fr; gap: 14px; }
.performance-card, .setup-card { min-width: 0; padding: 19px; border: 1px solid rgba(0,0,0,.07); border-radius: 16px; background: #fff; }
.performance-card > div { display: grid; gap: 3px; }
.performance-card strong, .setup-card strong { font-size: 14px; letter-spacing: -.025em; }
.performance-card svg { width: 100%; height: 170px; margin-top: 10px; }
.graph-grid { stroke: #ececf0; stroke-width: 1; }
.graph-fill { fill: url(#graphFillV4); }
.graph-line { fill: none; stroke: #d7a900; stroke-width: 4; stroke-linecap: round; }
.setup-card ul { margin: 17px 0 0; padding: 0; display: grid; gap: 13px; list-style: none; }
.setup-card li { display: flex; align-items: center; gap: 9px; color: #424245; font-size: 11px; }
.setup-card li span { width: 18px; height: 18px; display: inline-grid; place-items: center; color: #fff; background: #1f9d58; border-radius: 50%; font-size: 10px; }
.stage-note { position: absolute; z-index: 4; display: flex; align-items: center; gap: 12px; padding: 14px 17px; border: 1px solid rgba(0,0,0,.08); border-radius: 17px; background: rgba(255,255,255,.94); box-shadow: var(--shadow-md); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); }
.stage-note-left { left: 1.5%; bottom: 16%; }.stage-note-right { right: 1.5%; top: 15%; }
.note-icon { width: 34px; height: 34px; display: grid; place-items: center; color: #403300; background: var(--yellow); border-radius: 11px; font-weight: 700; }
.stage-note div { display: grid; gap: 1px; }.stage-note small { color: var(--muted-2); font-size: 10px; }.stage-note strong { font-size: 12px; letter-spacing: -.02em; }
.audience-strip { min-height: 58px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 16px; margin-top: 26px; padding: 12px 20px; color: #424245; background: rgba(255,255,255,.8); border: 1px solid rgba(0,0,0,.06); border-radius: 999px; font-size: 13px; }
.audience-strip > span { color: var(--muted-2); }.audience-strip i { width: 4px; height: 4px; background: #b7b7bc; border-radius: 50%; }

/* Services bento */
.services-showcase { background: #fff; }
.bento-services { display: grid; grid-template-columns: 1.45fr .85fr; grid-template-rows: repeat(2, minmax(310px, auto)); gap: 22px; }
.service-tile { position: relative; overflow: hidden; padding: 42px; border-radius: var(--radius); background: var(--surface); }
.service-tile h3 { margin-bottom: 13px; font-size: clamp(30px,3.3vw,44px); line-height: 1.04; }
.service-tile p { max-width: 560px; margin-bottom: 22px; font-size: 17px; line-height: 1.47; }
.service-tile-large { grid-row: 1 / 3; min-height: 642px; display: flex; flex-direction: column; justify-content: space-between; background: linear-gradient(145deg, #fffbea 0%, #f5f5f7 58%); }
.tile-label { display: inline-flex; margin-bottom: 18px; padding: 7px 11px; color: #735900; background: #fff1a6; border-radius: 999px; font-size: 11px; font-weight: 600; }
.server-visual { position: relative; width: min(470px, 92%); min-height: 285px; margin: 35px auto 0; padding: 50px 46px; display: grid; align-content: center; gap: 13px; border-radius: 28px; background: #0c0c0e; box-shadow: 0 32px 65px rgba(0,0,0,.22); transform: perspective(1000px) rotateX(4deg) rotateY(-5deg); }
.server-unit { height: 57px; display: flex; align-items: center; padding: 0 18px; border: 1px solid rgba(255,255,255,.13); border-radius: 12px; background: linear-gradient(180deg,#26262a,#171719); }
.server-unit > span { width: 58%; height: 7px; border-radius: 9px; background: rgba(255,255,255,.18); }
.server-unit > i { width: 8px; height: 8px; margin-left: 9px; border-radius: 50%; background: #5a5a5f; }
.server-unit > i:last-child { background: var(--yellow); box-shadow: 0 0 0 5px rgba(255,214,10,.09); }
.server-pulse { position: absolute; width: 58px; height: 58px; right: -14px; top: -14px; display: grid; place-items: center; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 12px rgba(255,214,10,.15); }
.server-pulse::after { content: "✓"; color: #000; font-size: 22px; font-style: normal; font-weight: 700; }
.service-tile-wordpress, .service-tile-business { display: flex; flex-direction: column; justify-content: space-between; }
.service-tile-wordpress { background: #f5f5f7; }
.round-icon { width: 64px; height: 64px; display: grid; place-items: center; color: #fff; background: #1d1d1f; border-radius: 50%; font-family: Georgia,serif; font-size: 32px; font-weight: 700; }
.service-tile-wordpress h3, .service-tile-business h3 { margin-top: 34px; font-size: 32px; }
.service-tile-business { background: linear-gradient(145deg,#151517,#050506); }
.service-tile-business h3 { color: #fff; }.service-tile-business p { color: #b8b8bd; }.service-tile-business .arrow-link { color: #8ec5ff; }
.building-visual { width: 95px; height: 82px; display: grid; grid-template-columns: repeat(3,1fr); grid-template-rows: repeat(2,1fr); gap: 7px; padding: 16px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 21px; }
.building-visual span { border-radius: 4px; background: var(--yellow); opacity: .85; }

/* Managed dark section */
.managed-section { background: var(--dark); }
.managed-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 105px; align-items: start; }
.managed-copy { position: sticky; top: 110px; }
.managed-copy h2 { margin-bottom: 22px; color: var(--dark-copy); }
.managed-copy p { max-width: 520px; margin-bottom: 30px; color: var(--dark-muted); font-size: 19px; }
.managed-points { border-top: 1px solid var(--line-light); }
.managed-point { display: grid; grid-template-columns: 62px 1fr; gap: 24px; padding: 34px 0; border-bottom: 1px solid var(--line-light); }
.managed-point > span { color: var(--yellow); font-size: 13px; font-weight: 600; }
.managed-point h3 { margin-bottom: 9px; color: var(--dark-copy); font-size: 27px; }
.managed-point p { max-width: 600px; margin: 0; color: var(--dark-muted); font-size: 16px; }

/* Migration */
.migration-section { background: #fff; }
.migration-card { min-height: 560px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; padding: 70px; overflow: hidden; border-radius: var(--radius-lg); background: linear-gradient(135deg,#f5f5f7 0%,#fff8ce 100%); }
.migration-art { min-height: 350px; display: flex; align-items: center; justify-content: center; gap: 22px; }
.migration-stack { position: relative; width: 150px; display: grid; gap: 10px; }
.migration-stack > span { height: 57px; border-radius: 12px; background: linear-gradient(180deg,#85858b,#65656b); box-shadow: inset 0 1px rgba(255,255,255,.2),0 8px 18px rgba(0,0,0,.12); }
.migration-stack > span::after { content:""; display:block; width:8px; height:8px; margin:24px 0 0 20px; border-radius:50%; background:#d6d6d9; box-shadow:16px 0 #d6d6d9,32px 0 #d6d6d9; }
.migration-stack small { margin-top: 3px; color: var(--muted); font-size: 11px; text-align: center; }
.new-stack > span { background: linear-gradient(180deg,#252528,#0d0d0f); }.new-stack > span::after { background:var(--yellow); box-shadow:16px 0 #6e6e73,32px 0 #6e6e73; }
.migration-path { display: flex; align-items: center; gap: 7px; }
.migration-path i { width: 7px; height: 7px; border-radius: 50%; background: #c7a200; opacity: .35; }.migration-path i:nth-child(2){opacity:.65}.migration-path i:nth-child(3){opacity:1}.migration-path b { color:#8a6b00; font-size:35px; font-weight:400; }
.migration-copy h2 { margin-bottom: 19px; font-size: clamp(42px,4.8vw,62px); }
.migration-copy p { margin-bottom: 24px; font-size: 19px; }
.inline-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 28px; }
.inline-tags span { padding: 8px 11px; color:#5c4a00; background:rgba(255,255,255,.7); border:1px solid rgba(138,107,0,.15); border-radius:999px; font-size:11px; }

/* Process */
.process-section { background: var(--surface); }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.process-card { min-height: 270px; padding: 30px; border: 1px solid rgba(0,0,0,.055); border-radius: 24px; background: #fff; }
.process-card > span { width: 40px; height: 40px; display: grid; place-items: center; margin-bottom: 46px; color: #483900; background: var(--yellow); border-radius: 50%; font-size: 13px; font-weight: 650; }
.process-card h3 { margin-bottom: 11px; font-size: 23px; }
.process-card p { margin: 0; font-size: 15px; line-height: 1.48; }

/* Future VPS */
.future-section { background: #fff; }
.future-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 100px; }
.future-copy h2 { margin-bottom: 20px; }
.future-copy p { max-width: 560px; margin-bottom: 24px; font-size: 19px; }
.terminal-card { overflow: hidden; border: 1px solid rgba(0,0,0,.12); border-radius: 24px; background: #121214; box-shadow: var(--shadow-md); }
.terminal-bar { height: 48px; display: flex; align-items: center; gap: 7px; padding: 0 17px; background: #1d1d20; border-bottom: 1px solid rgba(255,255,255,.08); }
.terminal-bar > span { width: 10px; height: 10px; border-radius:50%; background:#ff5f57; }.terminal-bar > span:nth-child(2){background:#febc2e}.terminal-bar > span:nth-child(3){background:#28c840}.terminal-bar small{margin-left:auto;color:#85858c;font-size:10px}
.terminal-card pre { margin: 0; padding: 38px; color: #e5e5ea; font-family: ui-monospace,SFMono-Regular,Menlo,Consolas,monospace; font-size: 14px; line-height: 1.75; white-space: pre-wrap; }
.terminal-card code > span:first-child { color:var(--yellow); }.terminal-cursor { color:var(--yellow); }

/* FAQ */
.faq-section { background: var(--surface-2); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 95px; align-items: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 20px 0; color: var(--ink); background: none; border: 0; text-align: left; }
.faq-item button span { font-size: 18px; font-weight: 540; letter-spacing: -.025em; }
.faq-item button i { width: 30px; height: 30px; flex: 0 0 auto; display:grid;place-items:center;color:var(--ink);background:#e8e8ed;border-radius:50%;font-style:normal;transition:transform .2s ease; }
.faq-item.open button i { transform: rotate(45deg); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .28s ease; }
.faq-answer p { min-height:0; overflow:hidden; margin:0; padding-right:58px; color:var(--muted); font-size:16px; }
.faq-item.open .faq-answer { grid-template-rows:1fr; }.faq-item.open .faq-answer p { padding-bottom:25px; }

/* Shared page heroes */
.page-hero { position: relative; padding: 115px 0 105px; overflow:hidden; background: #fff; }
.page-hero-inner { max-width: 1060px; text-align:center; }
.page-hero h1 { margin-bottom: 28px; }
.page-hero h1 span { color: var(--muted-2); }
.page-hero p { max-width: 780px; margin: 0 auto; color:#515154; font-size: clamp(19px,2vw,24px); line-height:1.38; letter-spacing:-.033em; }
.page-hero .hero-actions { margin-top: 31px; }
.page-hero-dark { background: radial-gradient(circle at 50% 0,#29292d 0,#101012 44%,#050506 100%); }
.page-hero-dark h1 { color:#fff; }.page-hero-dark h1 span { color:#a1a1a6; }.page-hero-dark p { color:#b8b8bd; }

/* Hosting service details */
.service-details { background:#fff; }
.detail-stack { display:grid; gap:28px; }
.detail-card { min-height:590px; display:grid; grid-template-columns:1.05fr .95fr; overflow:hidden; border-radius:var(--radius-lg); background:var(--surface); }
.detail-card-alt { background:linear-gradient(145deg,#fffbea,#f5f5f7); }
.detail-copy { padding:72px; display:flex; flex-direction:column; align-items:flex-start; justify-content:center; }
.detail-number { margin-bottom:30px; color:#b4b4b8; font-size:14px; font-weight:600; }
.detail-copy h2 { margin-bottom:20px; font-size:clamp(43px,4.8vw,64px); }
.detail-copy p { max-width:590px; margin-bottom:29px; font-size:19px; }
.detail-panel { margin:28px; padding:48px; display:flex; flex-direction:column; justify-content:center; border-radius:28px; background:#fff; box-shadow:var(--shadow-sm); }
.detail-panel h3 { margin:27px 0 18px; }
.detail-panel > small { margin-top:18px; color:var(--muted-2); font-size:11px; }
.detail-icon { width:74px;height:74px;display:grid;place-items:center;border-radius:22px;background:#111113;color:#fff; }
.server-icon { padding:15px; gap:5px; }.server-icon span{height:11px;width:100%;border-radius:4px;background:#4c4c51;position:relative}.server-icon span:after{content:"";position:absolute;right:6px;top:4px;width:3px;height:3px;border-radius:50%;background:var(--yellow)}
.wp-icon { font-family:Georgia,serif;font-size:38px; }.business-icon{grid-template-columns:repeat(3,12px);grid-template-rows:repeat(2,12px);gap:7px}.business-icon i{background:var(--yellow);border-radius:3px}.migration-icon{font-size:34px;color:#000;background:var(--yellow)}
.feature-list { margin:0;padding:0;display:grid;gap:13px;list-style:none; }
.feature-list li { position:relative;padding-left:28px;color:#424245;font-size:15px; }
.feature-list li:before { content:"✓";position:absolute;left:0;top:1px;width:18px;height:18px;display:grid;place-items:center;color:#fff;background:var(--green);border-radius:50%;font-size:10px;font-weight:700; }
.factors-section { background:var(--surface); }
.factor-grid { display:grid;grid-template-columns:repeat(3,1fr);gap:16px; }
.factor-card { min-height:240px;padding:31px;border:1px solid rgba(0,0,0,.055);border-radius:24px;background:#fff; }
.factor-card > span { color:#9a7600;font-size:12px;font-weight:650; }.factor-card h3{margin:42px 0 10px}.factor-card p{margin:0;font-size:15px}
.scope-section { background:#fff; }
.scope-grid { display:grid;grid-template-columns:.85fr 1.15fr;gap:100px;align-items:center; }
.scope-list { border-top:1px solid var(--line); }
.scope-list article { display:grid;grid-template-columns:42px 1fr;gap:20px;padding:25px 0;border-bottom:1px solid var(--line); }
.scope-list article > span { width:32px;height:32px;display:grid;place-items:center;color:#fff;background:var(--green);border-radius:50%;font-size:13px; }
.scope-list h3 { margin:0 0 5px;font-size:20px; }.scope-list p{margin:0;font-size:15px}

/* About */
.about-hero { padding-bottom:45px;background:linear-gradient(180deg,#fff 0,#fff 65%,#f5f5f7 100%); }
.about-hero-art { position:relative;min-height:570px;margin-top:55px;display:grid;place-items:center; }
.about-cloud { position:relative;z-index:2;width:240px;height:240px;display:grid;place-items:center;border-radius:50%;background:#fff;box-shadow:0 35px 90px rgba(0,0,0,.14); }
.about-cloud img { width:180px;height:180px; }
.about-orbit { position:absolute;border:1px solid rgba(0,0,0,.09);border-radius:50%; }.orbit-a{width:500px;height:500px}.orbit-b{width:780px;height:330px;transform:rotate(-12deg)}
.about-pill { position:absolute;z-index:3;min-width:220px;padding:17px 20px;border:1px solid rgba(0,0,0,.08);border-radius:18px;background:rgba(255,255,255,.94);box-shadow:var(--shadow-md);backdrop-filter:blur(14px); }
.about-pill strong,.about-pill small{display:block}.about-pill strong{font-size:15px}.about-pill small{margin-top:2px;color:var(--muted);font-size:11px}.about-pill-one{left:8%;top:18%}.about-pill-two{right:7%;top:28%}.about-pill-three{left:18%;bottom:8%}
.story-section { background:#fff; }.story-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:110px;align-items:start}.story-copy p{font-size:22px;line-height:1.45}.story-copy .button{margin-top:12px}
.values-section { background:var(--surface); }.value-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.value-card{min-height:300px;padding:31px;border-radius:24px;background:#fff}.value-card>span{color:#9a7600;font-size:12px;font-weight:650}.value-card h3{margin:74px 0 11px;font-size:24px}.value-card p{margin:0;font-size:15px}
.roadmap-section { background:#fff; }.roadmap-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:100px;align-items:start}.roadmap{position:relative;padding-left:32px}.roadmap:before{content:"";position:absolute;left:7px;top:10px;bottom:10px;width:1px;background:#d2d2d7}.roadmap-item{position:relative;padding:0 0 48px 27px}.roadmap-item:last-child{padding-bottom:0}.roadmap-item>span{position:absolute;left:-32px;top:5px;width:16px;height:16px;border:4px solid #fff;border-radius:50%;background:#b8b8bd;box-shadow:0 0 0 1px #c7c7cc}.roadmap-item.active>span{background:var(--yellow);box-shadow:0 0 0 1px #d1ad00}.roadmap-item small{color:#9a7600;font-size:12px;font-weight:600}.roadmap-item h3{margin:7px 0 8px;font-size:27px}.roadmap-item p{margin:0;font-size:16px}

/* Contact */
.contact-hero { background:linear-gradient(180deg,#fff 0,#fff 68%,#f5f5f7 100%); }
.contact-section { padding-top:70px;background:var(--surface); }
.contact-grid { display:grid;grid-template-columns:.72fr 1.28fr;gap:28px;align-items:start; }
.contact-panel { position:sticky;top:100px;padding:43px;border-radius:30px;background:#111113; }
.contact-panel h2 { margin-bottom:30px;color:#fff;font-size:clamp(36px,4vw,50px); }.contact-panel>.kicker{color:var(--yellow)}
.contact-steps { display:grid;gap:0;border-top:1px solid var(--line-light); }
.contact-steps article { display:grid;grid-template-columns:38px 1fr;gap:17px;padding:23px 0;border-bottom:1px solid var(--line-light); }
.contact-steps article>span{width:30px;height:30px;display:grid;place-items:center;color:#000;background:var(--yellow);border-radius:50%;font-size:11px;font-weight:650}.contact-steps h3{margin:0 0 5px;color:#fff;font-size:18px}.contact-steps p{margin:0;color:#a1a1a6;font-size:14px}
.contact-direct { margin-top:28px;padding:18px;border-radius:16px;background:rgba(255,255,255,.07); }.contact-direct small{display:block;color:#9c9ca1;font-size:10px}.contact-direct a{display:block;margin-top:3px;color:#fff;font-size:15px;overflow-wrap:anywhere}.contact-security{display:grid;grid-template-columns:28px 1fr;gap:12px;margin-top:18px}.contact-security>span{width:25px;height:25px;display:grid;place-items:center;color:#000;background:var(--yellow);border-radius:50%;font-size:11px;font-weight:700}.contact-security p{margin:0;color:#99999f;font-size:12px}.contact-security strong{color:#d9d9de}
.form-card { padding:45px;border:1px solid rgba(0,0,0,.07);border-radius:30px;background:#fff;box-shadow:var(--shadow-sm); }
.form-card-heading { display:flex;align-items:flex-start;justify-content:space-between;gap:25px;margin-bottom:32px;padding-bottom:20px;border-bottom:1px solid var(--line); }.form-card-heading>div{display:grid;gap:3px}.form-card-heading span{color:var(--ink);font-size:22px;font-weight:600;letter-spacing:-.035em}.form-card-heading small{color:var(--muted-2);font-size:11px}
.contact-form { display:grid;gap:25px; }.form-grid{display:grid;gap:18px}.two-cols{grid-template-columns:1fr 1fr}.field{display:grid;gap:8px}.field label{color:#313135;font-size:13px;font-weight:550;letter-spacing:-.01em}.field label>span,.checkbox-row strong{color:var(--danger)}
.field input,.field select,.field textarea{width:100%;min-height:50px;padding:12px 14px;color:var(--ink);background:#fff;border:1px solid #c7c7cc;border-radius:12px;outline:none;transition:border-color .2s,box-shadow .2s}.field textarea{min-height:145px;resize:vertical}.field input::placeholder,.field textarea::placeholder{color:#929298}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--blue);box-shadow:0 0 0 4px rgba(0,102,204,.12)}.contact-form.show-validation :invalid{border-color:var(--danger)}
.field-help{display:flex;justify-content:space-between;gap:15px;color:var(--muted-2);font-size:10px}.checkbox-row{display:grid;grid-template-columns:20px 1fr;gap:10px;align-items:start;color:#55555a;font-size:12px;line-height:1.45}.checkbox-row input{width:17px;height:17px;margin:1px 0 0;accent-color:var(--blue)}.checkbox-row a{color:var(--blue);text-decoration:underline}.form-note{margin:0;text-align:center;color:var(--muted-2);font-size:11px}.honeypot{position:absolute!important;left:-9999px!important;width:1px;height:1px;overflow:hidden}
.alert{padding:15px 17px;border-radius:13px;font-size:13px}.alert ul{margin:8px 0 0;padding-left:20px}.alert-error{color:#7d1727;background:#fff0f2;border:1px solid #f3bdc7}.alert-success{color:#0d5e34;background:#eaf8f0;border:1px solid #bde7ce}

/* Legal and utility pages */
.legal-hero { padding:90px 0 65px;background:var(--surface);text-align:center}.legal-hero .shell{max-width:850px}.legal-hero h1{margin-bottom:18px}.legal-hero p{font-size:19px}.legal-hero small{display:block;margin-top:18px;color:var(--muted-2);font-size:12px}
.legal-section{padding:75px 0 120px;background:#fff}.legal-content{max-width:850px}.legal-content h2{margin:38px 0 11px;font-size:26px;letter-spacing:-.035em}.legal-content p{font-size:16px;line-height:1.65}.legal-content a{color:var(--blue);text-decoration:underline}.legal-notice{margin-top:45px;padding:22px;border:1px solid #e3cd68;border-radius:16px;background:var(--yellow-pale)}.legal-notice strong{font-size:14px}.legal-notice p{margin:5px 0 0;font-size:13px}
.utility-section{min-height:620px;display:grid;place-items:center;background:var(--surface)}.utility-card{max-width:780px;padding:70px;text-align:center;border-radius:36px;background:#fff;box-shadow:var(--shadow-sm)}.utility-card h1{margin:18px 0 20px;font-size:clamp(42px,5vw,64px)}.utility-card>p{max-width:620px;margin:0 auto 24px;font-size:18px}.success-mark{width:72px;height:72px;display:grid;place-items:center;margin:0 auto 22px;color:#fff;background:var(--green);border-radius:50%;font-size:31px}.reference-box{width:fit-content;min-width:260px;margin:26px auto;padding:15px 22px;border-radius:15px;background:var(--surface)}.reference-box small,.reference-box strong{display:block}.reference-box small{color:var(--muted);font-size:10px}.reference-box strong{margin-top:3px;font-size:18px;letter-spacing:.03em}.utility-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:12px}.small-note{margin-top:25px!important;color:var(--muted-2)!important;font-size:11px!important}.error-code{color:#d8d8dd;font-size:clamp(80px,12vw,150px);font-weight:700;line-height:.8;letter-spacing:-.08em}

/* Closing CTA and footer */
.closing-section { padding:0 0 100px;background:#fff; }
.closing-card { min-height:390px;display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:65px;padding:64px;border-radius:var(--radius-lg);background:radial-gradient(circle at 15% 15%,#2c2c31 0,#121214 46%,#050506 100%); }
.closing-copy h2{margin-bottom:18px;color:#fff;font-size:clamp(42px,5vw,65px)}.closing-copy p{max-width:680px;margin:0;color:#a9a9af;font-size:18px}.closing-actions{display:flex;flex-direction:column;align-items:flex-start;gap:22px}
.site-footer { padding:75px 0 26px;color:#d1d1d6;background:#050506; }
.footer-grid { display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:55px;padding-bottom:52px; }
.brand-footer .brand-wordmark { color:#fff; }.brand-footer .brand-wordmark>span{color:var(--yellow)}.footer-brand>p{max-width:390px;margin:22px 0;color:#929298;font-size:14px;line-height:1.55}.status-pill{display:inline-flex;align-items:center;gap:8px;padding:8px 11px;color:#d5d5da;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.08);border-radius:999px;font-size:10px}.status-pill span{width:7px;height:7px;border-radius:50%;background:#36c875;box-shadow:0 0 0 4px rgba(54,200,117,.1)}
.footer-column{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.footer-column h3{margin:4px 0 9px;color:#f5f5f7;font-size:13px;font-weight:600;letter-spacing:-.01em}.footer-column a,.footer-column>span{color:#8e8e93;font-size:12px;line-height:1.4;overflow-wrap:anywhere}.footer-column a:hover{color:#fff;text-decoration:underline}.footer-bottom{display:flex;justify-content:space-between;gap:25px;padding-top:22px;border-top:1px solid rgba(255,255,255,.1)}.footer-bottom p{margin:0;color:#77777d;font-size:10px}.footer-bottom div{display:flex;gap:18px}.footer-bottom a{color:#8d8d93;font-size:10px}.footer-bottom a:hover{color:#fff}

/* Responsive */
@media (max-width: 1100px) {
    .product-stage{min-height:560px}.stage-note-left{left:0}.stage-note-right{right:0}.workspace-window{width:92%}
    .managed-grid,.future-grid,.scope-grid,.roadmap-grid,.story-grid{gap:65px}
    .detail-copy{padding:55px}.detail-panel{padding:38px}
    .contact-grid{grid-template-columns:.8fr 1.2fr}.contact-panel,.form-card{padding:35px}
    .footer-grid{grid-template-columns:1.4fr repeat(3,1fr);gap:35px}
}

@media (max-width: 900px) {
    .section{padding:95px 0}.service-ribbon-inner{justify-content:space-between}.service-ribbon p{max-width:70%}
    .nav-toggle{display:block}.primary-nav{position:fixed;left:24px;right:24px;top:116px;display:flex;flex-direction:column;align-items:stretch;gap:3px;padding:14px;border:1px solid rgba(0,0,0,.09);border-radius:22px;background:rgba(255,255,255,.98);box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;transform:translateY(-10px);transition:.22s ease}.primary-nav.open{opacity:1;visibility:visible;transform:none}.primary-nav>a{text-align:center;padding:13px}.primary-nav>.nav-cta{margin:6px 0 0;padding:14px}
    .home-hero{padding-top:78px}.product-stage{min-height:530px;margin-top:55px}.workspace-window{width:100%}.stage-note{display:none}.workspace-main{padding:25px}.workspace-lower{grid-template-columns:1fr}.setup-card{display:none}.audience-strip{border-radius:22px}
    .bento-services{grid-template-columns:1fr;grid-template-rows:auto}.service-tile-large{grid-row:auto;min-height:620px}.service-tile-wordpress,.service-tile-business{min-height:350px}
    .managed-grid{grid-template-columns:1fr;gap:50px}.managed-copy{position:static}.migration-card{grid-template-columns:1fr;padding:55px}.migration-art{order:2;min-height:300px}
    .process-grid{grid-template-columns:1fr 1fr}.future-grid,.faq-grid,.scope-grid,.story-grid,.roadmap-grid{grid-template-columns:1fr}.faq-grid{gap:45px}
    .detail-card{grid-template-columns:1fr}.detail-panel{margin:0 28px 28px}.factor-grid{grid-template-columns:1fr 1fr}
    .about-pill-one{left:2%}.about-pill-two{right:2%}.about-pill-three{left:8%}
    .value-grid{grid-template-columns:1fr 1fr}.contact-grid{grid-template-columns:1fr}.contact-panel{position:relative;top:auto}.closing-card{grid-template-columns:1fr;gap:35px}.footer-grid{grid-template-columns:1.4fr 1fr 1fr}.footer-column:last-child{grid-column:2/4}
}

@media (max-width: 620px) {
    body{font-size:16px}.shell{width:min(calc(100% - 28px),var(--shell))}.section{padding:76px 0}
    .service-ribbon{display:none}.nav-shell{min-height:62px}.brand-mark{width:34px;height:34px}.brand-wordmark{font-size:19px}.primary-nav{top:75px;left:14px;right:14px}
    h1{font-size:clamp(46px,14vw,63px);line-height:1.00}h2{font-size:clamp(38px,11vw,50px)}h3{font-size:23px}
    .kicker{margin-bottom:16px;font-size:11px}.button{width:100%;min-height:49px}.hero-actions{gap:15px}.hero-actions .arrow-link{justify-content:center;width:100%}
    .home-hero{padding:62px 0 35px}.hero-copy>p,.page-hero p{font-size:18px}.product-stage{min-height:390px;margin-top:45px}.workspace-window{border-radius:19px;transform:none}.workspace-bar{height:42px;padding:0 10px}.window-controls{gap:5px}.window-controls span{width:7px;height:7px}.workspace-address{min-width:0;width:62%;padding:6px 8px;font-size:8px}.workspace-status{font-size:8px}.workspace-status span{width:5px;height:5px}.workspace-body{min-height:310px;grid-template-columns:44px 1fr}.workspace-sidebar{padding:12px 8px;gap:14px}.workspace-brand{width:29px;height:29px;border-radius:9px}.workspace-brand img{width:23px;height:23px}.side-item{width:16px;height:5px}.side-item.active{width:23px}.workspace-main{padding:15px}.workspace-heading{margin-bottom:13px}.workspace-heading small{font-size:8px}.workspace-heading strong{font-size:13px}.health-chip{padding:5px 6px;font-size:7px}.workspace-metrics{grid-template-columns:1fr 1fr;gap:7px}.workspace-metrics article{padding:10px;border-radius:10px}.workspace-metrics article:nth-child(3){display:none}.workspace-metrics article small{font-size:7px}.workspace-metrics article strong{font-size:12px}.workspace-metrics article>span{font-size:7px}.workspace-lower{margin-top:7px}.performance-card{padding:10px;border-radius:10px}.performance-card small{font-size:7px}.performance-card strong{font-size:10px}.performance-card svg{height:95px;margin-top:4px}.audience-strip{justify-content:flex-start;overflow:hidden;flex-wrap:nowrap;white-space:nowrap;margin-top:8px;padding:11px 14px;font-size:10px}.audience-strip i{display:none}.audience-strip>span{display:none}
    .section-heading.centered{margin-bottom:42px}.section-heading p{font-size:17px}.section-heading h2 br{display:none}
    .bento-services{gap:14px}.service-tile{padding:28px;border-radius:24px}.service-tile-large{min-height:520px}.service-tile h3{font-size:35px}.service-tile p{font-size:15px}.server-visual{width:100%;min-height:220px;padding:37px 25px}.server-unit{height:44px}.service-tile-wordpress,.service-tile-business{min-height:330px}.service-tile-wordpress h3,.service-tile-business h3{font-size:30px}
    .managed-grid{gap:38px}.managed-copy p{font-size:17px}.managed-point{grid-template-columns:42px 1fr;gap:12px;padding:26px 0}.managed-point h3{font-size:22px}.managed-point p{font-size:14px}
    .migration-card{padding:32px 23px;border-radius:28px;gap:25px}.migration-copy h2{font-size:40px}.migration-copy p{font-size:16px}.migration-art{min-height:225px;gap:10px}.migration-stack{width:95px;gap:7px}.migration-stack>span{height:40px}.migration-stack>span::after{margin:16px 0 0 12px;box-shadow:12px 0 #d6d6d9,24px 0 #d6d6d9}.new-stack>span::after{box-shadow:12px 0 #6e6e73,24px 0 #6e6e73}.migration-path{gap:4px}.migration-path i{width:5px;height:5px}
    .process-grid{grid-template-columns:1fr}.process-card{min-height:235px}.process-card>span{margin-bottom:35px}
    .future-grid{gap:38px}.future-copy p{font-size:16px}.terminal-card pre{padding:25px;font-size:11px}
    .faq-item button{min-height:70px;gap:15px}.faq-item button span{font-size:16px}.faq-answer p{padding-right:0;font-size:14px}
    .page-hero{padding:76px 0 70px}.page-hero h1 br{display:none}.page-hero-dark{padding:82px 0}
    .detail-stack{gap:18px}.detail-card{min-height:auto;border-radius:28px}.detail-copy{padding:36px 25px}.detail-copy h2{font-size:40px}.detail-copy p{font-size:16px}.detail-panel{margin:0 14px 14px;padding:28px;border-radius:22px}.factor-grid{grid-template-columns:1fr}.factor-card{min-height:210px}.factor-card h3{margin-top:35px}.scope-grid{gap:42px}
    .about-hero{padding-bottom:30px}.about-hero-art{min-height:390px;margin-top:30px}.about-cloud{width:150px;height:150px}.about-cloud img{width:110px;height:110px}.orbit-a{width:275px;height:275px}.orbit-b{width:420px;height:190px}.about-pill{min-width:0;width:170px;padding:12px 14px}.about-pill strong{font-size:12px}.about-pill small{font-size:9px}.about-pill-one{left:0;top:12%}.about-pill-two{right:0;top:31%}.about-pill-three{left:3%;bottom:3%}.story-copy p{font-size:18px}.value-grid{grid-template-columns:1fr}.value-card{min-height:245px}.value-card h3{margin-top:55px}.roadmap-grid{gap:40px}
    .contact-section{padding-top:35px}.contact-panel,.form-card{padding:25px;border-radius:24px}.contact-panel h2{font-size:38px}.form-card-heading{flex-direction:column;gap:8px}.two-cols{grid-template-columns:1fr}.field input,.field select,.field textarea{font-size:16px}.contact-form{gap:20px}
    .legal-hero{padding:65px 0 50px}.legal-section{padding:55px 0 85px}.legal-content h2{font-size:23px}.legal-content p{font-size:15px}
    .utility-section{min-height:520px}.utility-card{padding:45px 22px;border-radius:28px}.utility-card>p{font-size:16px}.utility-actions{flex-direction:column}.reference-box{min-width:0;width:100%}
    .closing-section{padding-bottom:70px}.closing-card{min-height:auto;padding:38px 25px;border-radius:28px}.closing-copy h2{font-size:40px}.closing-copy p{font-size:16px}.closing-actions{width:100%}.closing-actions .arrow-link{width:100%;justify-content:center;overflow-wrap:anywhere;text-align:center}
    .site-footer{padding-top:60px}.footer-grid{grid-template-columns:1fr 1fr;gap:34px 22px}.footer-brand{grid-column:1/-1}.footer-column:last-child{grid-column:auto}.footer-bottom{flex-direction:column;align-items:flex-start}
}

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