:root {
  --post-navy-900: #073C69;
  --post-blue-800: #07517F;
  --post-blue-700: #0E6B9F;
  --post-blue-600: #2D9DCF;
  --post-blue-400: #68D7F3;
  --post-cyan-300: #8EDBED;
  --post-cyan-200: #BDEFFA;
  --post-surface-100: #EEF7FA;
  --post-white: #FFFFFF;
  --ink: #18313f;
  --muted: #607581;
  --post-gradient: linear-gradient(135deg,#68D7F3 0%,#2D9DCF 21%,#0E6B9F 48%,#07517F 76%,#073C69 100%);
}

html { scroll-behavior: smooth; }
body { color: var(--ink); background: #fff; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: var(--post-blue-700); }
.company-logo { width: 240px; max-width: 48vw; height: auto; }
.nav-link { color: #334e5c; font-weight: 600; }
.nav-link:hover, .nav-link.active { color: var(--post-blue-700)!important; }
.btn-post { background: var(--post-blue-600); color: #fff; border-color: var(--post-blue-600); font-weight: 700; }
.btn-post:hover { background: var(--post-blue-700); border-color: var(--post-blue-700); color: #fff; }
.btn-outline-post { border-color: var(--post-blue-600); color: var(--post-blue-700); font-weight: 700; }
.btn-outline-post:hover { background: var(--post-blue-600); color: #fff; }
.hero { padding: 6rem 0; background: radial-gradient(circle at 85% 15%, rgba(104,215,243,.28), transparent 32%), linear-gradient(180deg,#fff 0%,var(--post-surface-100) 100%); }
.hero h1 { font-size: clamp(2.6rem, 7vw, 5.8rem); letter-spacing: -.04em; line-height: .95; }
.post-icon { width: min(360px, 75vw); filter: drop-shadow(0 24px 35px rgba(7,60,105,.20)); }
.eyebrow { color: var(--post-blue-700); text-transform: uppercase; letter-spacing: .16em; font-size: .8rem; font-weight: 800; }
.section-pad { padding: 5rem 0; }
.surface { background: var(--post-surface-100); }
.dark-section { background: var(--post-navy-900); color: white; }
.feature-card, .price-card { height: 100%; border: 1px solid #dfe9ee; border-radius: 1rem; background: #fff; box-shadow: 0 12px 28px rgba(24,49,63,.05); }
.price-card.featured { border: 2px solid var(--post-blue-600); transform: translateY(-4px); }
.code-block { position: relative; background: #0b2433; color: #d9f6ff; padding: 1.25rem 1.5rem; border-radius: .85rem; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; overflow-x: auto; }
.copy-btn { position: absolute; top: .65rem; right: .65rem; font-size: .75rem; }
.site-footer { background: #082c48; color: #fff; }
.site-footer a { display: block; color: rgba(255,255,255,.75); text-decoration: none; margin: .35rem 0; }
.site-footer a:hover { color: #fff; }
.footer-brand { font-size: 1.3rem; font-weight: 800; }
.footer-heading { font-size: .9rem; text-transform: uppercase; letter-spacing: .1em; color: var(--post-cyan-300); }
.page-hero { padding: 4.5rem 0 3rem; background: linear-gradient(180deg,var(--post-surface-100),#fff); }
.table-pricing th, .table-pricing td { vertical-align: middle; }
.badge-post { background: var(--post-surface-100); color: var(--post-blue-800); border: 1px solid var(--post-cyan-200); }
.small-note { color: var(--muted); font-size: .925rem; }
@media (max-width: 991.98px) {
  .company-logo { width: 205px; }
  .hero { padding: 4rem 0; }
  .price-card.featured { transform: none; }
}

/* Home page */
.home-hero {
  position: relative;
  padding: 6.25rem 0 5.75rem;
  background:
    linear-gradient(115deg, rgba(238,247,250,.9), rgba(255,255,255,.96) 48%, rgba(238,247,250,.75)),
    #fff;
}
.hero-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(1px);
  pointer-events: none;
}
.hero-glow-one {
  width: 440px;
  height: 440px;
  right: 2%;
  top: -190px;
  background: radial-gradient(circle, rgba(104,215,243,.32), rgba(104,215,243,0) 68%);
}
.hero-glow-two {
  width: 300px;
  height: 300px;
  left: -130px;
  bottom: -170px;
  background: radial-gradient(circle, rgba(45,157,207,.14), rgba(45,157,207,0) 70%);
}
.hero-post-mark { width: 68px; height: 68px; object-fit: contain; }
.hero-product-name {
  font-size: clamp(4rem, 8vw, 6.6rem);
  line-height: .85;
  letter-spacing: -.065em;
  font-weight: 800;
  color: var(--post-navy-900);
}
.hero-headline {
  max-width: 700px;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.06;
  letter-spacing: -.035em;
  font-weight: 750;
  color: #16384a;
}
.hero-copy {
  max-width: 660px;
  color: var(--muted);
  font-size: 1.16rem;
  line-height: 1.7;
}
.hero-facts { display: flex; flex-wrap: wrap; gap: .7rem 1.4rem; color: #526d7a; font-size: .92rem; font-weight: 650; }
.hero-facts span { position: relative; padding-left: 1rem; }
.hero-facts span::before { content: ""; position: absolute; left: 0; top: .56em; width: .42rem; height: .42rem; border-radius: 50%; background: var(--post-blue-600); }

.terminal-window { position: relative; max-width: 650px; margin-left: auto; border: 1px solid rgba(7,60,105,.18); border-radius: 1.1rem; overflow: hidden; background: #081f2d; box-shadow: 0 28px 60px rgba(7,60,105,.18)!important; }
.terminal-titlebar { min-height: 48px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 1rem; background: #f4f8fa; border-bottom: 1px solid #d9e4e9; color: #5e7380; }
.terminal-dots { display: flex; gap: .42rem; }
.terminal-dots span { width: 10px; height: 10px; border-radius: 50%; background: #b7c8d1; }
.terminal-dots span:nth-child(2) { background: #8fabb8; }
.terminal-dots span:nth-child(3) { background: #6e94a6; }
.terminal-title { font-size: .82rem; font-weight: 700; letter-spacing: .04em; }
.terminal-body { padding: 1.65rem 1.75rem 1.85rem; min-height: 390px; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: .95rem; line-height: 1.7; color: #e0f6ff; }
.terminal-comment { color: #7798a9; }
.terminal-line { white-space: nowrap; overflow-x: auto; scrollbar-width: none; }
.terminal-line::-webkit-scrollbar { display: none; }
.terminal-prompt { color: var(--post-blue-400); font-weight: 800; margin-right: .5rem; }
.terminal-output { color: #a6c4d1; padding-left: 1.1rem; }
.terminal-success { color: #bdeffa; }
.terminal-spacer { height: 1rem; }
.hero-terminal-note { color: #708692; font-size: .9rem; }

.home-proof-strip { background: #fff; }
.proof-item { padding: 1.4rem .75rem; }
.proof-item + .proof-item { border-left: 1px solid #e4ecef; }
.proof-item strong, .proof-item span { display: block; }
.proof-item strong { color: var(--post-navy-900); font-size: .98rem; }
.proof-item span { color: #738893; font-size: .82rem; margin-top: .15rem; }

.section-title { font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1.08; letter-spacing: -.035em; font-weight: 760; }
.section-lead { color: var(--muted); font-size: 1.08rem; line-height: 1.72; }
.section-heading-narrow { max-width: 800px; }
.feature-card { padding-top: 2rem!important; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.feature-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(24,49,63,.09); border-color: #c7dce6; }
.feature-number { width: 2.4rem; height: 2.4rem; display: grid; place-items: center; border-radius: .7rem; margin-bottom: 1.4rem; color: var(--post-blue-800); background: var(--post-surface-100); font-size: .78rem; font-weight: 850; letter-spacing: .05em; }
.feature-card h3 { color: #17394a; letter-spacing: -.02em; }

.how-home { border-top: 1px solid #e1ecef; border-bottom: 1px solid #e1ecef; }
.step-card { height: 100%; padding: 2rem; border-radius: 1.1rem; background: #fff; border: 1px solid #dbe8ed; box-shadow: 0 10px 26px rgba(24,49,63,.045); }
.step-badge { width: 2.55rem; height: 2.55rem; display: grid; place-items: center; margin-bottom: 1.2rem; border-radius: 50%; color: #fff; background: var(--post-gradient); font-weight: 800; }
.step-card h3 { font-size: 1.3rem; font-weight: 750; color: var(--post-navy-900); }
.step-card p { margin: 0; color: var(--muted); line-height: 1.65; }

.home-cli-section { background: radial-gradient(circle at 80% 20%, rgba(45,157,207,.20), transparent 32%), var(--post-navy-900); }
.code-stack { display: grid; gap: .85rem; }
.code-stack .code-block { padding-right: 5.3rem; border: 1px solid rgba(189,239,250,.11); background: rgba(5,30,47,.8); }
.link-on-dark { color: var(--post-cyan-200); font-weight: 700; text-decoration: none; }
.link-on-dark:hover { color: #fff; }

.pricing-preview { overflow: hidden; border: 1px solid #d9e6eb; border-radius: 1rem; box-shadow: 0 16px 36px rgba(24,49,63,.06); background: #fff; }
.pricing-preview-row { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1.2rem 1.35rem; border-bottom: 1px solid #e5edf1; }
.pricing-preview-row:last-child { border-bottom: 0; }
.pricing-preview-row strong, .pricing-preview-row span { display: block; }
.pricing-preview-row strong { color: var(--post-navy-900); font-size: 1.05rem; }
.pricing-preview-row > div:first-child span { color: #718793; font-size: .86rem; margin-top: .15rem; }
.pricing-preview-price { color: var(--post-blue-800); font-size: 1.45rem; font-weight: 800; white-space: nowrap; }
.pricing-preview-price span { display: inline; font-size: .75rem; font-weight: 650; color: #78909b; }
.featured-row { position: relative; background: var(--post-surface-100); }
.featured-row::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: var(--post-blue-600); }

.home-cta { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 2.4rem 2.6rem; border-radius: 1.2rem; background: var(--post-gradient); box-shadow: 0 20px 46px rgba(7,60,105,.16); }
.home-cta-eyebrow { color: #fff; opacity: .96; }
.home-cta-copy { color: #fff; opacity: .92; }

@media (max-width: 991.98px) {
  .home-hero { padding: 4.5rem 0; }
  .terminal-window { margin: 1rem auto 0; }
  .proof-item:nth-child(3) { border-left: 0; }
  .proof-item:nth-child(n+3) { border-top: 1px solid #e4ecef; }
  .home-cta { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 575.98px) {
  .home-hero { padding: 3.5rem 0; }
  .hero-post-mark { width: 52px; height: 52px; }
  .hero-product-name { font-size: 4rem; }
  .terminal-body { padding: 1.35rem 1.15rem 1.5rem; min-height: auto; font-size: .82rem; }
  .proof-item { padding: 1.15rem .5rem; }
  .pricing-preview-row { align-items: flex-start; }
  .home-cta { padding: 2rem 1.4rem; }
}
