:root {
  --ink: #102a43;
  --ink-deep: #081b2d;
  --coral: #ff7657;
  --coral-soft: #fff0eb;
  --paper: #fbfaf7;
  --muted: #627d98;
}

html { scroll-behavior: smooth; }
body { color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.thimble-nav { background: rgba(8, 27, 45, .94); backdrop-filter: blur(12px); }
.navbar-brand { font-weight: 700; letter-spacing: -.02em; }
.brand-mark { display: inline-grid; place-items: center; width: 30px; height: 30px; border-radius: 9px; background: var(--coral); color: white; font-weight: 800; }
.nav-link { color: rgba(255,255,255,.74) !important; }
.nav-link:hover { color: white !important; }
.btn-coral { background: var(--coral); border-color: var(--coral); color: white; font-weight: 700; }
.btn-coral:hover { background: #ef6549; border-color: #ef6549; color: white; }
.text-coral, .link-coral { color: var(--coral); }
.link-coral { text-decoration: none; font-weight: 700; }
.link-coral:hover { color: #ffad98; }
.hero-section { overflow: hidden; position: relative; min-height: 700px; display: flex; align-items: center; padding: 9rem 0 6rem; color: white; background: var(--ink-deep); }
.hero-grid { position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to right, black, transparent 80%); pointer-events: none; }
.hero-section .container { z-index: 1; }
.eyebrow { color: var(--coral); font-size: .76rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow-dark { color: #c55742; }
h1, h2, h3 { letter-spacing: -.045em; font-weight: 800; }
h1 { font-size: clamp(3.5rem, 8vw, 6.8rem); line-height: .95; }
h2 { font-size: clamp(2.1rem, 4vw, 3.6rem); line-height: 1.02; }
h3 { font-size: 1.25rem; letter-spacing: -.02em; }
.hero-copy { max-width: 560px; color: rgba(255,255,255,.74); font-size: 1.18rem; line-height: 1.65; }
.hero-notes { display: flex; flex-wrap: wrap; gap: 1.1rem; color: rgba(255,255,255,.6); font-size: .84rem; }
.dot { display: inline-block; width: 7px; height: 7px; margin-right: .35rem; border-radius: 50%; background: var(--coral); }
.code-card { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: #102a43; box-shadow: 0 18px 50px rgba(0,0,0,.28); }
.code-top { display: flex; align-items: center; gap: 6px; padding: 14px 18px; border-bottom: 1px solid rgba(255,255,255,.09); color: rgba(255,255,255,.38); font-size: .72rem; }
.code-top span { width: 8px; height: 8px; border-radius: 50%; background: #ff7657; }
.code-top span:nth-child(2) { background: #ffc857; }
.code-top span:nth-child(3) { background: #57cc99; }
.code-top small { margin-left: auto; }
pre { margin: 0; padding: 1.4rem 1.5rem 1.6rem; overflow-x: auto; color: #d7e7f2; font: .92rem/1.75 "SFMono-Regular", Consolas, "Liberation Mono", monospace; }
.code-keyword { color: #ff9f8a; }
.code-string { color: #a6e3a1; }
.code-number { color: #ffd580; }
.code-card-large pre { padding: 1.8rem 2rem 2rem; font-size: .96rem; }
.section-light { background: var(--paper); }
.section-dark { background: var(--ink); }
.feature-card { padding: 1.7rem; border: 1px solid #e5e9ed; border-radius: 15px; background: white; }
.feature-icon { margin-bottom: 2.5rem; color: var(--coral); font: 800 .8rem/1 "SFMono-Regular", Consolas, monospace; }
.feature-card p, .text-secondary { line-height: 1.7; }
.text-muted-light { color: rgba(255,255,255,.6); line-height: 1.7; }
.feature-list { border-top: 1px solid #dbe3e8; }
.feature-list > div { display: flex; justify-content: space-between; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid #dbe3e8; }
.feature-list strong { color: var(--ink); }
.feature-list span { color: var(--muted); text-align: right; }
.cta-section { background: var(--coral); }
.cta-section .eyebrow { color: rgba(16,42,67,.65); }
.cta-copy { max-width: 620px; }
.footer { color: #829ab1; background: var(--ink-deep); font-size: .82rem; }
@media (max-width: 991.98px) { .hero-section { min-height: auto; } .feature-list { margin-top: 0; } }
@media (max-width: 575.98px) { .hero-section { padding-top: 8rem; } .hero-notes { gap: .7rem; } .feature-list > div { flex-direction: column; gap: .35rem; } .feature-list span { text-align: left; } }
