:root {
  --gh-teal: #009688;
  --gh-aqua: #00b3a6;
  --gh-yellow: #ffc107;
  --gh-navy: #0f172a;
  --gh-slate: #64748b;
  --gh-canvas: #f7fafb;
  --gh-surface: #ffffff;
  --gh-border: #dbe7e7;
  --gh-font: "Poppins", "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--gh-navy); background: var(--gh-canvas); font-family: var(--gh-font); line-height: 1.6; }
a { color: inherit; }
.skip-link { position: fixed; z-index: 20; top: 0.5rem; left: 0.5rem; padding: 0.7rem 1rem; background: var(--gh-navy); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: relative; z-index: 5; border-bottom: 1px solid rgb(219 231 231 / 75%); background: rgb(247 250 251 / 90%); backdrop-filter: blur(16px); }
.header-inner { display: flex; align-items: center; width: min(1180px, calc(100% - 3rem)); min-height: 88px; margin: auto; }
.brand img { display: block; width: 184px; height: auto; }
nav { display: flex; gap: 2rem; margin-left: auto; }
nav a { color: #334155; font-size: 0.86rem; font-weight: 650; text-decoration: none; }
nav a:hover, nav a:focus-visible { color: var(--gh-teal); }
.preview-label { margin-left: 2rem; padding: 0.36rem 0.65rem; border-radius: 999px; color: #765700; background: rgb(255 193 7 / 24%); font-size: 0.68rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }

.hero { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(27rem, 0.9fr); gap: clamp(3rem, 8vw, 7rem); align-items: center; overflow-x: clip; width: min(1180px, calc(100% - 3rem)); min-height: 710px; margin: auto; padding: 5rem 0 6rem; }
.hero::before { position: absolute; z-index: -1; top: -8rem; right: -8rem; width: 36rem; height: 36rem; border-radius: 50%; background: radial-gradient(circle, rgb(0 179 166 / 13%), transparent 68%); content: ""; }
.eyebrow { margin: 0 0 1rem; color: var(--gh-teal); font-size: 0.75rem; font-weight: 800; letter-spacing: 0.09em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 0.5rem; height: 0.5rem; margin-right: 0.45rem; border-radius: 50%; background: var(--gh-yellow); box-shadow: 0 0 0 0.3rem rgb(255 193 7 / 13%); }
.hero h1 { max-width: 650px; margin: 0; font-size: clamp(3.7rem, 6.8vw, 6.7rem); font-weight: 750; letter-spacing: -0.07em; line-height: 0.95; }
.hero h1 em { color: var(--gh-teal); font-style: normal; }
.hero-intro { max-width: 610px; margin: 1.8rem 0 0; color: var(--gh-slate); font-size: clamp(1.03rem, 1.6vw, 1.22rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 2.2rem; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0.7rem 1.15rem; border: 1px solid transparent; border-radius: 0.8rem; font-size: 0.83rem; font-weight: 750; text-decoration: none; }
.button-primary { color: white; background: var(--gh-teal); box-shadow: 0 12px 30px rgb(0 150 136 / 20%); }
.button-primary:hover { background: #087e75; }
.button-secondary { border-color: var(--gh-border); background: white; }
.launch-note { margin: 1rem 0 0; color: var(--gh-slate); font-size: 0.7rem; }

.hero-visual { position: relative; display: grid; min-height: 540px; place-items: center; }
.hero-visual::before { position: absolute; width: 90%; aspect-ratio: 1; border-radius: 44% 56% 56% 44% / 52% 43% 57% 48%; background: linear-gradient(140deg, rgb(0 179 166 / 13%), rgb(255 193 7 / 10%)); content: ""; transform: rotate(-8deg); }
.orbit { position: absolute; border: 1px solid rgb(0 150 136 / 21%); border-radius: 50%; }
.orbit-one { width: 106%; aspect-ratio: 1.25; transform: rotate(24deg); }
.orbit-two { width: 76%; aspect-ratio: 0.8; transform: rotate(-28deg); }
.hosting-panel { position: relative; z-index: 2; width: min(420px, 88%); padding: 1.55rem; border: 1px solid rgb(219 231 231 / 95%); border-radius: 1.6rem; background: rgb(255 255 255 / 95%); box-shadow: 0 30px 90px rgb(15 23 42 / 14%); transform: rotate(1.4deg); }
.panel-heading { display: flex; align-items: center; justify-content: space-between; }
.panel-heading img { width: 128px; height: auto; }
.panel-heading span { padding: 0.3rem 0.55rem; border-radius: 999px; color: #08796f; background: rgb(0 150 136 / 10%); font-size: 0.61rem; font-weight: 800; }
.panel-kicker { margin: 2rem 0 0.25rem; color: var(--gh-slate); font-size: 0.7rem; font-weight: 700; text-transform: uppercase; }
.hosting-panel h2 { max-width: 300px; margin: 0 0 1.5rem; font-size: 1.65rem; letter-spacing: -0.04em; line-height: 1.15; }
.service-row { display: grid; grid-template-columns: auto 1fr auto; gap: 0.8rem; align-items: center; margin-top: 0.65rem; padding: 0.8rem; border-radius: 0.9rem; background: #f3f7f7; }
.service-icon { display: grid; width: 2.25rem; height: 2.25rem; place-items: center; border-radius: 0.7rem; color: white; background: var(--gh-aqua); font-size: 0.75rem; font-weight: 800; }
.service-icon.yellow { color: #684c00; background: var(--gh-yellow); }
.service-row strong, .service-row small { display: block; }
.service-row strong { font-size: 0.78rem; }
.service-row small { color: var(--gh-slate); font-size: 0.64rem; }
.service-row i { color: var(--gh-teal); font-size: 0.63rem; font-style: normal; font-weight: 750; }
.usage { overflow: hidden; height: 0.42rem; margin-top: 1.4rem; border-radius: 999px; background: #dce8e8; }
.usage span { display: block; width: 64%; height: 100%; background: linear-gradient(90deg, var(--gh-teal), var(--gh-aqua), var(--gh-yellow)); }
.usage-label { display: flex; justify-content: space-between; margin: 0.55rem 0 0; color: var(--gh-slate); font-size: 0.62rem; }
.usage-label strong { color: #334155; }
.floating-note { position: absolute; z-index: 3; display: flex; gap: 0.55rem; align-items: center; padding: 0.75rem 0.9rem; border: 1px solid var(--gh-border); border-radius: 0.9rem; background: rgb(255 255 255 / 96%); box-shadow: 0 16px 42px rgb(15 23 42 / 12%); font-size: 0.68rem; font-weight: 750; }
.floating-note b { color: var(--gh-teal); }
.note-top { top: 14%; right: -2%; transform: rotate(4deg); }
.note-bottom { bottom: 13%; left: -2%; transform: rotate(-4deg); }

.trust-strip { display: flex; flex-wrap: wrap; gap: 1rem 2.5rem; justify-content: center; padding: 1.15rem 1.5rem; border-block: 1px solid var(--gh-border); color: #465468; background: white; font-size: 0.73rem; font-weight: 700; }
.trust-strip span::before { margin-right: 0.5rem; color: var(--gh-teal); content: "✓"; }
.section { width: min(1180px, calc(100% - 3rem)); margin: auto; padding: 7rem 0; }
.section-heading { max-width: 700px; }
.section-heading h2 { margin: 0; font-size: clamp(2.5rem, 5vw, 4.6rem); letter-spacing: -0.06em; line-height: 1; }
.section-heading > p:last-child { max-width: 630px; margin-top: 1.4rem; color: var(--gh-slate); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 3rem; }
.feature-grid article { padding: 2rem; border: 1px solid var(--gh-border); border-radius: 1.25rem; background: white; }
.feature-grid article > span { color: var(--gh-teal); font-size: 0.68rem; font-weight: 800; }
.feature-grid h3 { margin: 1.6rem 0 0.5rem; font-size: 1.2rem; }
.feature-grid p { margin: 0; color: var(--gh-slate); font-size: 0.86rem; }
.plans-section { border-top: 1px solid var(--gh-border); }
.plans-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0.8rem; margin-top: 3rem; }
.plan-card { position: relative; padding: 1.5rem 1.3rem; border: 1px solid var(--gh-border); border-radius: 1.15rem; background: white; }
.plan-card.featured { border: 2px solid var(--gh-teal); box-shadow: 0 18px 48px rgb(0 150 136 / 11%); }
.popular { position: absolute; top: -0.8rem; left: 1rem; padding: 0.25rem 0.55rem; border-radius: 999px; color: white; background: var(--gh-teal); font-size: 0.58rem; font-weight: 800; text-transform: uppercase; }
.plan-name { margin: 0; color: var(--gh-teal); font-size: 0.72rem; font-weight: 800; text-transform: uppercase; }
.plan-card h3 { margin: 0.5rem 0; font-size: 1.65rem; letter-spacing: -0.04em; }
.plan-card h3 small { color: var(--gh-slate); font-size: 0.63rem; font-weight: 500; }
.plan-card > p:not(.plan-name) { min-height: 3.3rem; color: var(--gh-slate); font-size: 0.72rem; }
.plan-card ul { margin: 1.2rem 0 0; padding: 1rem 0 0; border-top: 1px solid var(--gh-border); list-style: none; }
.plan-card li { margin-top: 0.45rem; font-size: 0.71rem; }
.plan-card li::before { margin-right: 0.45rem; color: var(--gh-aqua); content: "✓"; font-weight: 800; }
.plans-footnote { display: flex; gap: 0.5rem 1.5rem; justify-content: space-between; margin-top: 1rem; padding: 1rem 1.2rem; border-radius: 0.9rem; color: #735600; background: rgb(255 193 7 / 15%); font-size: 0.74rem; }
.site-footer { display: grid; grid-template-columns: 1fr auto 1fr; gap: 1rem; align-items: center; padding: 2.2rem max(1.5rem, calc((100% - 1180px) / 2)); border-top: 1px solid var(--gh-border); background: white; color: var(--gh-slate); font-size: 0.7rem; }
.site-footer img { width: 132px; height: auto; }
.site-footer p { margin: 0; }
.footer-status { justify-self: end; }

@media (max-width: 1050px) { .plans-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 880px) {
  nav { display: none; }
  .preview-label { margin-left: auto; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding-top: 2rem; }
  .hero-visual { min-height: 480px; }
  .feature-grid { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-status { justify-self: start; }
}
@media (max-width: 680px) {
  .header-inner, .hero, .section { width: min(100% - 1.5rem, 1180px); }
  .brand img { width: 154px; }
  .hero { padding-top: 3.5rem; }
  .hero h1 { font-size: clamp(3.4rem, 16vw, 5rem); }
  .hero-visual { min-height: 410px; }
  .hosting-panel { width: 94%; }
  .note-top { right: 0; }
  .note-bottom { left: 0; }
  .plans-grid { grid-template-columns: 1fr; }
  .plan-card > p:not(.plan-name) { min-height: 0; }
  .plans-footnote { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
