@import url('../../../../brand/tokens.css');

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--fx-font-sans); background: radial-gradient(circle at top left, rgba(78,218,214,.12), transparent 40%), linear-gradient(180deg, #fbfefe 0%, #f4f9fb 100%); color: var(--fx-ink); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(100% - 32px, var(--fx-container)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 50; backdrop-filter: blur(18px); background: rgba(255,255,255,.84); border-bottom: 1px solid rgba(217,231,235,.8); }
.nav { height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo { display: inline-flex; align-items: center; gap: 14px; font-size: 32px; font-weight: 800; color: var(--fx-brand-900); letter-spacing: -.04em; }
.logo img { width: 44px; height: 44px; }
.nav-links { display: flex; align-items: center; gap: 28px; color: var(--fx-ink-soft); font-weight: 500; }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.btn { height: 48px; padding: 0 20px; border-radius: 14px; border: 1px solid transparent; display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-weight: 700; cursor: pointer; transition: .24s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--fx-gradient-brand); color: white; box-shadow: var(--fx-shadow-sm); }
.btn-secondary { background: white; border-color: var(--fx-line); color: var(--fx-brand-900); }
.btn-ghost { background: transparent; color: var(--fx-brand-900); }
.mobile-toggle { display: none; width: 48px; height: 48px; border-radius: 14px; border: 1px solid var(--fx-line); background: white; }
.hero { padding: 82px 0 48px; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 52px; align-items: center; }
.eyebrow { display: inline-flex; padding: 10px 14px; border-radius: 999px; background: rgba(24,195,203,.12); color: var(--fx-brand-900); font-weight: 700; font-size: 14px; margin-bottom: 18px; }
.hero h1 { margin: 0 0 18px; font-size: clamp(42px, 6vw, 70px); line-height: .98; letter-spacing: -.05em; color: var(--fx-brand-900); }
.hero h1 span { background: var(--fx-gradient-brand); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero p { margin: 0 0 28px; max-width: 640px; font-size: 18px; line-height: 1.7; color: var(--fx-ink-soft); }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 28px; }
.hero-checks { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.hero-checks li { display: flex; gap: 12px; align-items: flex-start; color: var(--fx-ink-soft); }
.hero-checks span { width: 28px; height: 28px; border-radius: 999px; background: rgba(24,195,203,.12); display: inline-grid; place-items: center; color: var(--fx-brand-900); font-weight: 800; flex: 0 0 28px; }
.ui-shell { position: relative; background: white; border: 1px solid var(--fx-line); border-radius: 32px; padding: 18px; box-shadow: var(--fx-shadow-lg); }
.browser-bar { height: 38px; display: flex; align-items: center; gap: 8px; padding-inline: 10px; }
.browser-bar span { width: 10px; height: 10px; border-radius: 999px; background: rgba(11,68,80,.15); }
.preview { display: grid; grid-template-columns: 92px 1fr; min-height: 520px; overflow: hidden; border-radius: 24px; border: 1px solid rgba(217,231,235,.9); background: linear-gradient(180deg, #ffffff 0%, #fbffff 100%); }
.preview-sidebar { background: linear-gradient(180deg, rgba(24,195,203,.12), rgba(12,122,143,.06)); border-right: 1px solid rgba(217,231,235,.8); padding: 20px 14px; display: flex; flex-direction: column; align-items: center; gap: 16px; }
.preview-dot { width: 42px; height: 42px; border-radius: 16px; background: white; display: grid; place-items: center; color: var(--fx-brand-900); font-weight: 800; border: 1px solid rgba(217,231,235,.8); }
.preview-main { padding: 24px 22px; display: grid; gap: 18px; }
.preview-top { display: flex; justify-content: space-between; align-items: center; }
.preview-title { font-size: 22px; font-weight: 800; color: var(--fx-brand-900); }
.preview-muted { font-size: 13px; color: var(--fx-ink-soft); }
.stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.stat-card { padding: 16px; border-radius: 20px; border: 1px solid var(--fx-line); background: white; }
.stat-card strong { display: block; font-size: 28px; color: var(--fx-brand-900); margin-top: 4px; }
.invoice-card { border-radius: 24px; border: 1px solid var(--fx-line); padding: 18px; background: white; display: grid; gap: 14px; }
.row { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.badge { padding: 8px 12px; border-radius: 999px; font-size: 12px; font-weight: 700; }
.badge-success { background: rgba(22,163,74,.12); color: var(--fx-success); }
.badge-info { background: rgba(24,195,203,.12); color: var(--fx-brand-900); }
.progress { height: 12px; border-radius: 999px; background: var(--fx-surface); overflow: hidden; }
.progress > div { height: 100%; width: 76%; background: var(--fx-gradient-brand); }
.floating-card { position: absolute; right: -24px; bottom: 42px; width: 250px; background: white; border: 1px solid var(--fx-line); border-radius: 24px; box-shadow: var(--fx-shadow-md); padding: 18px; display: grid; gap: 12px; }
.floating-card .price { font-size: 26px; font-weight: 800; color: var(--fx-brand-900); }
.section { padding: 48px 0; }
.section h2 { margin: 0 0 12px; font-size: clamp(30px, 4vw, 46px); line-height: 1.05; color: var(--fx-brand-900); letter-spacing: -.04em; }
.section-intro { max-width: 680px; color: var(--fx-ink-soft); line-height: 1.7; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 28px; }
.feature-card, .step-card, .price-card, .cta-card { background: white; border: 1px solid var(--fx-line); border-radius: 28px; box-shadow: var(--fx-shadow-sm); }
.feature-card { padding: 24px; }
.feature-icon { width: 56px; height: 56px; border-radius: 18px; background: rgba(24,195,203,.12); display: grid; place-items: center; color: var(--fx-brand-900); font-size: 24px; margin-bottom: 18px; }
.feature-card h3, .step-card h3, .price-card h3 { margin: 0 0 8px; font-size: 22px; color: var(--fx-brand-900); }
.feature-card p, .step-card p, .price-card p { margin: 0; color: var(--fx-ink-soft); line-height: 1.65; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 28px; }
.step-card { padding: 26px; position: relative; overflow: hidden; }
.step-number { width: 48px; height: 48px; border-radius: 16px; display: grid; place-items: center; background: var(--fx-gradient-brand); color: white; font-weight: 800; margin-bottom: 18px; }
.price-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 28px; }
.price-card { padding: 28px; display: grid; gap: 16px; }
.price-card.featured { background: linear-gradient(180deg, rgba(24,195,203,.07), #ffffff 45%); }
.price-value { font-size: 44px; font-weight: 800; color: var(--fx-brand-900); }
.price-card ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; color: var(--fx-ink-soft); }
.price-card li::before { content: '•'; margin-right: 10px; color: var(--fx-brand-700); }
.cta-card { padding: 36px; display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 24px; background: linear-gradient(135deg, rgba(24,195,203,.10), rgba(12,122,143,.08)); }
.footer { padding: 32px 0 56px; color: var(--fx-ink-soft); }
.footer-line { display: flex; justify-content: space-between; gap: 24px; padding-top: 24px; border-top: 1px solid var(--fx-line); font-size: 14px; }
.reveal { opacity: 0; transform: translateY(14px); transition: .5s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (max-width: 1080px) {
  .hero-grid, .feature-grid, .steps, .price-grid { grid-template-columns: 1fr; }
  .floating-card { position: static; width: auto; margin-top: 16px; }
}
@media (max-width: 860px) {
  .nav-links, .nav-actions .btn-ghost { display: none; }
  .nav-actions { margin-left: auto; }
  .mobile-toggle { display: inline-grid; place-items: center; }
  .nav-panel { position: fixed; inset: 84px 16px auto 16px; background: rgba(255,255,255,.98); border: 1px solid var(--fx-line); border-radius: 22px; box-shadow: var(--fx-shadow-md); padding: 16px; display: none; gap: 12px; }
  .nav-panel.open { display: grid; }
  .preview { grid-template-columns: 72px 1fr; min-height: 440px; }
  .stat-grid { grid-template-columns: 1fr; }
  .cta-card, .footer-line { flex-direction: column; align-items: flex-start; }
}
