* { margin: 0; padding: 0; box-sizing: border-box; }
::selection { background: #CCFBF1; color: #0F766E; }
body { font-family: 'DM Sans', 'Avenir Next', 'Segoe UI', sans-serif; background: #FAFCFB; min-height: 100vh; color: #1E293B; overflow-x: hidden; -webkit-font-smoothing: antialiased; }

.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: rgba(250,252,251,0.85); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(226,232,240,0.6); padding: 14px 0; }
.nav-inner { max-width: 1140px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; }
.nav-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.nav-wordmark { font-family: 'DM Sans', sans-serif; font-size: 19px; font-weight: 700; color: #1E293B; letter-spacing: -0.3px; }
.nav-wordmark span { font-weight: 400; color: #0D9488; }
.nav-links { display: flex; align-items: center; gap: 24px; }
.nav-links a { text-decoration: none; color: #64748B; font-size: 14px; font-weight: 500; transition: color 0.2s; }
.nav-links a:hover { color: #0D9488; }
.nav-login { color: #0D9488 !important; font-weight: 600 !important; }
.nav-cta { background: #0D9488 !important; color: #fff !important; padding: 9px 22px !important; border-radius: 10px; font-weight: 600 !important; box-shadow: 0 2px 8px rgba(13,148,136,0.2); transition: all 0.25s ease !important; }
.nav-cta:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(13,148,136,0.3) !important; }
.nav-mobile-toggle { display: none; background: none; border: none; color: #475569; cursor: pointer; }

.bg-texture { position: fixed; inset: 0; z-index: 0; pointer-events: none; background: radial-gradient(ellipse at 20% 0%, rgba(13,148,136,0.04) 0%, transparent 60%), radial-gradient(ellipse at 80% 100%, rgba(13,148,136,0.03) 0%, transparent 50%); }

.page-wrap { position: relative; z-index: 1; max-width: 1080px; margin: 0 auto; padding: 0 20px; }

.fraunces { font-family: 'Playfair Display', Georgia, serif; }
.wordmark { font-family: 'DM Sans', sans-serif; font-size: 22px; font-weight: 700; color: #1E293B; letter-spacing: -0.5px; }
.wordmark span { font-weight: 400; color: #0D9488; }

.js-enabled .fade-up { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.js-enabled .fade-up.visible { opacity: 1; transform: translateY(0); }

.pricing-header { text-align: center; padding-top: 100px; padding-bottom: 48px; }
.header-logo { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 24px; text-decoration: none; }
.pricing-header h1 { font-family: 'Playfair Display', Georgia, serif; font-size: clamp(32px, 5vw, 48px); font-weight: 600; line-height: 1.15; color: #1E293B; margin-bottom: 16px; letter-spacing: -0.5px; }
.pricing-header h1 span { color: #0D9488; }
.header-sub { font-size: 18px; line-height: 1.6; color: #64748B; max-width: 580px; margin: 0 auto; }

.toggle-row { display: flex; justify-content: center; align-items: center; gap: 14px; margin-bottom: 40px; }
.toggle-label { font-size: 14px; font-weight: 400; color: #94A3B8; transition: all 0.3s; }
.toggle-label.active { font-weight: 600; color: #1E293B; }
.toggle-track { width: 52px; height: 28px; border-radius: 14px; border: none; cursor: pointer; background: #CBD5E1; position: relative; padding: 0; transition: background 0.3s ease; }
.toggle-track.on { background: #0D9488; }
.toggle-thumb { width: 22px; height: 22px; border-radius: 11px; background: white; position: absolute; top: 3px; left: 3px; box-shadow: 0 1px 4px rgba(0,0,0,0.15); transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1); }
.toggle-track.on .toggle-thumb { transform: translateX(24px); }
.save-badge { font-size: 12px; font-weight: 600; color: #0D9488; background: #F0FDFA; padding: 4px 10px; border-radius: 20px; border: 1px solid #CCFBF1; }

.bands-grid { display: flex; gap: 32px; margin-bottom: 64px; align-items: stretch; flex-wrap: wrap; justify-content: center; }
.pricing-card { flex: 1 1 280px; min-width: 280px; max-width: 400px; padding: 36px 32px; border-radius: 16px; background: white; border: 1.5px solid #E2E8F0; position: relative; display: flex; flex-direction: column; cursor: default; box-shadow: 0 1px 3px rgba(0,0,0,0.04); transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.pricing-card:hover { transform: translateY(-4px); box-shadow: 0 20px 60px rgba(13,148,136,0.1), 0 1px 3px rgba(0,0,0,0.06); }
.band-size { font-size: 13px; font-weight: 600; color: #0D9488; letter-spacing: 0.5px; text-transform: uppercase; margin-bottom: 6px; }
.band-desc { font-size: 13px; color: #64748B; line-height: 1.4; margin-bottom: 16px; min-height: 36px; }
.band-price { margin-bottom: 4px; }
.price-dollar { font-size: 14px; color: #64748B; vertical-align: top; }
.price-amount { font-family: 'Playfair Display', serif; font-size: 36px; font-weight: 600; color: #1E293B; line-height: 1; letter-spacing: -1px; }
.price-period { font-size: 13px; color: #94A3B8; }
.billed-note { font-size: 12px; color: #94A3B8; margin-bottom: 12px; }
.escalation-box { background: #F8FAFC; border-radius: 10px; padding: 10px 14px; margin-bottom: 16px; border: 1px solid #F1F5F9; }
.escalation-box-header { display: flex; align-items: center; gap: 6px; margin-bottom: 4px; }
.escalation-box-header span { font-size: 12px; font-weight: 600; color: #475569; }
.escalation-value { font-size: 13px; color: #1E293B; font-weight: 500; }
.escalation-extra { font-size: 11px; color: #94A3B8; margin-top: 2px; }
.band-detail { font-size: 12px; color: #94A3B8; line-height: 1.5; margin-bottom: 18px; flex: 1; }
.band-cta { display: block; width: 100%; padding: 10px 0; border-radius: 10px; border: none; background: #F0FDFA; color: #0D9488; font-size: 14px; font-weight: 600; cursor: pointer; transition: all 0.2s; text-align: center; text-decoration: none; }
.band-cta:hover { background: #E0F7F4; }
.band-cta.cta-enterprise { background: #1E293B; color: white; }
.band-cta.cta-enterprise:hover { background: #334155; }

.features-section { margin-bottom: 64px; }
.features-header { text-align: center; margin-bottom: 32px; }
.features-header h2 { font-family: 'Playfair Display', serif; font-size: 28px; font-weight: 600; color: #1E293B; margin-bottom: 8px; }
.features-header p { font-size: 15px; color: #64748B; }
.features-list { background: white; border-radius: 16px; border: 1.5px solid #E2E8F0; overflow: hidden; box-shadow: 0 1px 3px rgba(0,0,0,0.04); }
.feature-row { display: flex; align-items: flex-start; gap: 14px; padding: 16px 24px; border-bottom: 1px solid #F1F5F9; transition: background 0.2s; }
.feature-row:last-child { border-bottom: none; }
.feature-row:hover { background: #F0FDFA; }
.feature-check { flex-shrink: 0; padding-top: 2px; }
.feature-name { font-size: 15px; font-weight: 600; color: #1E293B; }
.feature-desc { font-size: 13px; color: #94A3B8; margin-top: 2px; line-height: 1.4; }

.escalation-section { margin-bottom: 64px; }
.escalation-card { background: linear-gradient(135deg, #F0FDFA 0%, #ECFDF5 100%); border-radius: 16px; padding: 36px 32px; border: 1px solid #CCFBF1; }
.escalation-top { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 20px; }
.escalation-icon { width: 40px; height: 40px; border-radius: 10px; background: white; border: 1px solid #99F6E4; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.escalation-top h3 { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 600; color: #1E293B; margin-bottom: 6px; }
.escalation-top p { font-size: 14px; color: #475569; line-height: 1.6; }
.sla-grid { display: flex; flex-wrap: wrap; gap: 12px; }
.sla-card { flex: 1 1 0; min-width: 140px; background: white; border-radius: 10px; padding: 14px 16px; border: 1px solid #E0F2F1; }
.sla-header { display: flex; align-items: center; gap: 8px; margin-bottom: 4px; }
.sla-label { font-size: 11px; font-weight: 700; color: #0D9488; background: #F0FDFA; padding: 2px 8px; border-radius: 4px; letter-spacing: 0.5px; }
.sla-time { font-size: 12px; font-weight: 600; color: #1E293B; }
.sla-desc { font-size: 12px; color: #94A3B8; line-height: 1.4; }
.escalation-note { font-size: 13px; color: #64748B; margin-top: 16px; font-style: italic; }

.roi-section { margin-bottom: 64px; text-align: center; }
.roi-section h2 { font-family: 'Playfair Display', serif; font-size: 24px; font-weight: 600; color: #1E293B; margin-bottom: 24px; }
.roi-grid { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; }
.roi-card { flex: 1 1 0; min-width: 200px; background: white; border-radius: 14px; padding: 20px 18px; border: 1.5px solid #E2E8F0; box-shadow: 0 1px 3px rgba(0,0,0,0.04); }
.roi-figure { font-family: 'Playfair Display', serif; font-size: 26px; font-weight: 600; color: #0D9488; margin-bottom: 6px; }
.roi-label { font-size: 14px; font-weight: 600; color: #1E293B; margin-bottom: 4px; }
.roi-sub { font-size: 12px; color: #94A3B8; }

.faq-section { margin-bottom: 64px; }
.faq-section h2 { font-family: 'Playfair Display', serif; font-size: 24px; font-weight: 600; color: #1E293B; text-align: center; margin-bottom: 24px; }
.faq-list { background: white; border-radius: 16px; border: 1.5px solid #E2E8F0; overflow: hidden; box-shadow: 0 1px 3px rgba(0,0,0,0.04); }
.faq-item { padding: 18px 24px; border-bottom: 1px solid #F1F5F9; }
.faq-item:last-child { border-bottom: none; }
.faq-q { font-size: 15px; font-weight: 600; color: #1E293B; margin-bottom: 6px; }
.faq-a { font-size: 14px; color: #64748B; line-height: 1.6; }

.bottom-cta { text-align: center; padding-bottom: 40px; }
.cta-gradient { background: linear-gradient(135deg, #0F766E 0%, #0D9488 50%, #14B8A6 100%); border-radius: 20px; padding: 48px 32px; color: white; }
.cta-gradient h2 { font-family: 'Playfair Display', serif; font-size: 28px; font-weight: 600; margin-bottom: 12px; }
.cta-gradient p { font-size: 16px; opacity: 0.85; margin-bottom: 28px; max-width: 480px; margin-left: auto; margin-right: auto; }
.cta-buttons { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.btn-cta-white { display: inline-block; padding: 14px 32px; border-radius: 10px; border: none; background: white; color: #0D9488; font-size: 15px; font-weight: 600; cursor: pointer; box-shadow: 0 2px 8px rgba(0,0,0,0.15); text-decoration: none; transition: all 0.25s ease; }
.btn-cta-white:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.2); }
.btn-cta-outline { display: inline-block; padding: 12px 32px; border-radius: 10px; border: 2px solid rgba(255,255,255,0.4); background: transparent; color: white; font-size: 15px; font-weight: 600; cursor: pointer; text-decoration: none; transition: background 0.2s; }
.btn-cta-outline:hover { background: rgba(255,255,255,0.1); }

.llm-dropdown { margin-top: 28px; text-align: center; }
.llm-dropdown summary { font-size: 15px; font-weight: 600; color: rgba(255,255,255,0.85); cursor: pointer; list-style: none; display: inline-flex; align-items: center; gap: 6px; }
.llm-dropdown summary::-webkit-details-marker { display: none; }
.llm-dropdown summary::after { content: "\25BC"; font-size: 10px; transition: transform 0.2s; }
.llm-dropdown[open] summary::after { transform: rotate(180deg); }
.llm-dropdown p { font-size: 14px; line-height: 1.7; color: rgba(255,255,255,0.8); max-width: 540px; margin: 16px auto 0; text-align: left; }

.pricing-footer { text-align: center; padding-bottom: 32px; }
.pricing-footer p { font-size: 12px; color: #94A3B8; }

.footer { padding: 40px 24px 32px; border-top: 1px solid #F1F5F9; position: relative; z-index: 1; }
.footer-inner { max-width: 1140px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
.footer-left { display: flex; align-items: center; gap: 8px; }
.footer-wordmark { font-family: 'DM Sans', sans-serif; font-size: 15px; font-weight: 600; color: #1E293B; }
.footer-wordmark span { font-weight: 400; color: #0D9488; }
.footer-links { display: flex; gap: 24px; }
.footer-links a { color: #94A3B8; text-decoration: none; font-size: 13px; }
.footer-links a:hover { color: #64748B; }
.footer-copy { font-size: 12px; color: #94A3B8; }

@media (max-width: 900px) {
  .nav-links { display: none; position: absolute; top: 56px; left: 0; right: 0; background: white; flex-direction: column; padding: 20px; gap: 16px; border-bottom: 1px solid #E2E8F0; box-shadow: 0 4px 12px rgba(0,0,0,0.08); }
  .nav-links.open { display: flex; }
  .nav-mobile-toggle { display: block; }
  .bands-grid { flex-direction: column; align-items: center; }
  .pricing-card { min-width: unset; max-width: 400px; width: 100%; }
  .sla-grid { flex-direction: column; }
  .roi-grid { flex-direction: column; align-items: center; }
}
