/* Marketing site - boxed layout on a soft page background */
body.site { background: #e8ecf4 radial-gradient(1400px 600px at 50% -200px, #f8fafd 0%, rgba(248,250,253,0) 70%) no-repeat; }
.site-shell { max-width: 1280px; margin: 0 auto; background: #fff; min-height: 100vh; position: relative; box-shadow: 0 0 0 1px rgba(20,27,37,.06), 0 30px 90px rgba(20,27,37,.10); }
.container { max-width: 1140px; margin: 0 auto; padding: 0 32px; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.88); backdrop-filter: blur(12px); border-bottom: 1px solid var(--border); height: 72px; display: flex; align-items: center; }
.site-header .container { width: 100%; }
.site-logo { display: flex; align-items: center; gap: 10px; color: var(--ink); }
.site-logo img { height: 34px; width: auto; display: block; }
.site-nav { display: flex; align-items: center; gap: 26px; font-weight: 500; font-size: 14.5px; }
.site-nav a:not(.btn) { color: var(--text-2); }
.site-nav a:not(.btn):hover { color: var(--ink); }
.site-nav .btn-primary { color: #fff; }

/* Hero: the banner artwork is shown whole, at its own 3:1 ratio, with the copy in the empty left half */
.hero { position: relative; overflow: hidden; display: flex; align-items: center; aspect-ratio: 2162 / 727; background: #f5f7fc; }
.hero-art, .page-hero .hero-art { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; pointer-events: none; user-select: none; }
.hero .container, .page-hero .container { position: relative; z-index: 1; width: 100%; }
.hero-copy { max-width: 46%; }
.hero h1 { font-size: clamp(30px, 4vw, 54px); line-height: 1.05; letter-spacing: -0.03em; margin: clamp(10px, 1.2vw, 18px) 0 clamp(10px, 1.2vw, 16px); }
.hero h1 span { color: var(--primary); }
.hero p.lead { font-size: clamp(14px, 1.35vw, 18px); color: var(--text-2); margin: 0 0 clamp(14px, 2vw, 28px); line-height: 1.6; max-width: 520px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.72); color: var(--primary-700); font-weight: 600; font-size: clamp(11px, 0.95vw, 13px); padding: 5px 12px; border-radius: 5px; border: 1px solid var(--primary-100); backdrop-filter: blur(6px); letter-spacing: .01em; }
.hero-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.hero .btn-lg { padding: clamp(9px, 1vw, 13px) clamp(14px, 1.7vw, 22px); font-size: clamp(13px, 1.1vw, 15px); }
.hero-note { margin-top: clamp(10px, 1.1vw, 16px); font-size: clamp(11.5px, 0.95vw, 13px); color: var(--text-3); }

/* Secondary page hero (pricing, crawler) - same whole-banner treatment */
.page-hero { position: relative; overflow: hidden; display: flex; align-items: center; aspect-ratio: 2162 / 727; background: #f5f7fc; border-bottom: 1px solid var(--border); }
.page-hero h1 { font-size: clamp(26px, 3.3vw, 44px); letter-spacing: -0.03em; line-height: 1.08; margin: clamp(8px, 1vw, 14px) 0 clamp(8px, 0.9vw, 12px); max-width: 46%; }
.page-hero p { color: var(--text-2); font-size: clamp(14px, 1.3vw, 17px); max-width: 44%; margin: 0; line-height: 1.6; }

/* Product showcase */
.showcase { padding: 48px 0 0; }
.mock { margin: 0 auto; max-width: 980px; border-radius: 14px; border: 1px solid var(--border); background: linear-gradient(160deg, #ffffff, #f2f5fc); box-shadow: var(--shadow-lg); padding: 36px; position: relative; text-align: left; min-height: 380px; overflow: hidden; }
.mock .lines { max-width: 520px; }
.mock .bar { height: 12px; border-radius: 6px; background: #e4e8f0; margin: 12px 0; }
.mock-widget { position: absolute; right: 36px; bottom: 36px; width: 340px; background: #fff; border-radius: 12px; box-shadow: 0 24px 70px rgba(11,15,26,.2); border: 1px solid var(--border); overflow: hidden; font-size: 13.5px; }
.mock-widget .mh { background: var(--ink); color: #fff; padding: 14px 16px; display: flex; align-items: center; gap: 10px; font-weight: 600; }
.mock-widget .mh span { width: 32px; height: 32px; border-radius: 8px; background: var(--primary); display: grid; place-items: center; font-size: 12px; }
.mock-widget .mb { padding: 16px; display: flex; flex-direction: column; gap: 10px; }
.mock-widget .bub { padding: 10px 13px; border-radius: 12px; background: #f2f4f7; max-width: 85%; line-height: 1.45; }
.mock-widget .bub.u { background: var(--primary); color: #fff; align-self: flex-end; }
.mock-widget .mf { border-top: 1px solid var(--border); padding: 12px 16px; display: flex; align-items: center; gap: 10px; color: var(--text-3); }
.orb { width: 54px; height: 54px; border-radius: 50%; background: var(--primary); box-shadow: 0 10px 26px rgba(0,82,252,.38); position: relative; display: grid; place-items: center; color: #fff; margin-left: auto; }
.orb::after { content: ''; position: absolute; inset: -6px; border-radius: 50%; border: 2px solid var(--primary); opacity: .35; animation: orb 1.8s ease-out infinite; }
@keyframes orb { 0% { transform: scale(.85); opacity: .6; } 100% { transform: scale(1.5); opacity: 0; } }

.logos { text-align: center; color: var(--text-4); font-size: 13px; padding: 30px 0 10px; }
.logos .row { display: flex; gap: 28px; justify-content: center; flex-wrap: wrap; margin-top: 12px; font-weight: 600; color: var(--text-3); font-size: 15px; }
.section { padding: 88px 0; }
.section h2 { font-size: 38px; letter-spacing: -0.03em; text-align: center; margin-bottom: 12px; }
.section .sub { text-align: center; color: var(--text-2); font-size: 17px; max-width: 620px; margin: 0 auto 48px; }
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature { background: var(--surface); border: 1px solid var(--border); border-radius: 10px; padding: 28px; transition: box-shadow .2s var(--ease), transform .2s var(--ease); }
.feature:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.feature .ic { width: 44px; height: 44px; border-radius: 8px; background: var(--primary-50); color: var(--primary); display: grid; place-items: center; margin-bottom: 18px; }
.feature .ic svg { width: 22px; height: 22px; }
.feature h3 { font-size: 17px; margin-bottom: 8px; }
.feature p { color: var(--text-2); margin: 0; font-size: 14.5px; line-height: 1.6; }
.how { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; counter-reset: step; }
.how div { position: relative; padding: 24px; border-radius: 10px; background: #fff; border: 1px solid var(--border); }
.how div::before { counter-increment: step; content: counter(step); width: 30px; height: 30px; border-radius: 5px; background: var(--ink); color: #fff; font-weight: 700; display: grid; place-items: center; font-size: 13px; margin-bottom: 14px; font-family: var(--font-display); }
.how h3 { font-size: 16px; margin-bottom: 6px; } .how p { margin: 0; color: var(--text-2); font-size: 14px; }
.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; align-items: stretch; }
.price-card { background: var(--surface); border: 1px solid var(--border); border-radius: 10px; padding: 28px; display: flex; flex-direction: column; }
.price-card.featured { border-color: var(--primary); box-shadow: 0 0 0 4px var(--primary-100); }
.price-card .amount { font-family: var(--font-display); font-size: 40px; font-weight: 600; letter-spacing: -0.035em; margin: 12px 0 2px; color: var(--ink); }
.price-card .amount small { font-family: var(--font); font-size: 14px; font-weight: 500; color: var(--text-3); letter-spacing: 0; }
.price-card ul { list-style: none; padding: 0; margin: 18px 0 24px; flex: 1; }
.price-card li { padding: 6px 0; font-size: 14px; color: var(--text-2); display: flex; gap: 8px; }
.price-card li::before { content: '\2713'; color: var(--primary); font-weight: 700; }
.cta { background: linear-gradient(135deg, #141b25 0%, #1a2540 55%, #0a2a7a 100%); color: #fff; border-radius: 14px; padding: 68px 40px; text-align: center; }
.cta h2 { color: #fff; margin-bottom: 10px; }
.cta p { color: rgba(255,255,255,.72); font-size: 17px; margin-bottom: 26px; }
.site-footer { border-top: 1px solid var(--border); padding: 28px 0; color: var(--text-3); font-size: 13.5px; }
.site-footer a { color: var(--text-3); }
.faq { max-width: 760px; margin: 0 auto; }
.faq details { border: 1px solid var(--border); border-radius: 8px; padding: 16px 20px; margin-bottom: 10px; background: #fff; }
.faq summary { font-weight: 600; cursor: pointer; }
.faq p { margin: 10px 0 0; color: var(--text-2); }

@media (max-width: 900px) {
  .container { padding: 0 22px; }
  .site-header { height: 64px; }
  .hero, .page-hero { aspect-ratio: auto; display: block; padding: 0 0 40px; background: #fff; }
  .hero-art, .page-hero .hero-art { position: static; display: block; width: 100%; height: auto; aspect-ratio: 2162 / 727; object-fit: cover; }
  .hero .container, .page-hero .container { padding-top: 28px; }
  .hero-copy, .page-hero h1, .page-hero p { max-width: 100%; }
  .hero h1 { font-size: 36px; margin: 14px 0; } .hero p.lead { font-size: 16px; margin-bottom: 22px; }
  .page-hero h1 { font-size: 30px; margin: 12px 0 10px; } .page-hero p { font-size: 15px; }
  .hero .btn-lg { padding: 12px 20px; font-size: 15px; } .eyebrow { font-size: 12.5px; } .hero-note { font-size: 13px; margin-top: 12px; }
  .showcase { padding-top: 32px; }
  .features { grid-template-columns: 1fr 1fr; } .how, .pricing-grid { grid-template-columns: 1fr 1fr; }
  .mock-widget { position: static; width: 100%; margin-top: 20px; } .site-nav a:not(.btn) { display: none; }
}
@media (max-width: 600px) {
  .features, .how, .pricing-grid { grid-template-columns: 1fr; } .hero h1 { font-size: 32px; } .section { padding: 56px 0; } .section h2 { font-size: 28px; }
  .mock { padding: 20px; }
}
