*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', system-ui, sans-serif; background: #07101e; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }

@keyframes scrollTicker { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
@keyframes floatCard { 0%, 100% { transform: rotate(-2deg) translateY(0px); } 50% { transform: rotate(-2deg) translateY(-14px); } }

[data-hero] { opacity: 0; transform: translateY(16px); transition: opacity 0.72s cubic-bezier(0.16,1,0.3,1), transform 0.72s cubic-bezier(0.16,1,0.3,1); }
[data-hero].is-visible { opacity: 1; transform: translateY(0); }
[data-fade] { opacity: 0; transform: translateY(26px) scale(0.99); transition: opacity 0.72s cubic-bezier(0.16,1,0.3,1), transform 0.72s cubic-bezier(0.16,1,0.3,1); }
[data-fade].is-visible { opacity: 1; transform: translateY(0) scale(1); }

/* ===== Buttons ===== */
.btn-primary { display: inline-flex; align-items: center; gap: 8px; background: #2557f7; color: white; font-size: 15px; font-weight: 500; padding: 16px 32px; border-radius: 10px; transition: background 0.2s, transform 0.2s, box-shadow 0.2s; }
.btn-primary:hover { background: #1a45e0; transform: translateY(-2px); box-shadow: 0 12px 36px rgba(37,87,247,0.38); }
.nav-cta { font-size: 13px; padding: 10px 22px; }
.nav-cta:hover { transform: none; box-shadow: none; }
.btn-large { font-size: 15px; padding: 16px 32px; }
.btn-xlarge { font-size: 16px; font-weight: 500; padding: 20px 44px; border-radius: 12px; gap: 10px; }
.btn-xlarge:hover { box-shadow: 0 18px 52px rgba(37,87,247,0.45); }

/* ===== Layout helpers ===== */
.container { max-width: 1240px; margin: 0 auto; padding: 0 56px; }
.container--narrow { max-width: 780px; }
.container--accordion { max-width: 760px; }
.section { padding: 120px 0; }
.section--light { background: #f8f7f4; }
.section--dark { background: #07101e; }
.section--navy { background: #0d1729; }
.section--black { background: #040c1a; }
.kicker { font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: #2557f7; margin-bottom: 24px; }
.h2 { font-family: 'DM Serif Display', serif; font-weight: 400; line-height: 1.15; }
.h2--dark { color: #0d1729; font-size: 48px; }
.h2--light { color: #e8ecf4; font-size: 50px; }
.h2--accent { color: #4a80f5; font-style: italic; font-size: 50px; margin-top: 4px; }
.h2--center { max-width: 600px; margin: 0 auto; text-align: center; }
.lead { font-size: 20px; line-height: 1.72; color: #5a6370; margin-top: 24px; font-weight: 300; }
.serif-italic { font-family: 'DM Serif Display', serif; font-size: 26px; line-height: 1.4; color: #0d1729; margin-top: 16px; font-style: italic; }
.body-text { font-size: 17px; line-height: 1.78; color: #7b8fab; margin-top: 16px; font-weight: 300; }
.body-text--center { text-align: center; }
.section-head { text-align: center; margin-bottom: 60px; }

/* ===== Nav ===== */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; height: 66px; display: flex; align-items: center; justify-content: space-between; padding: 0 56px; background: rgba(7,16,30,0.90); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border-bottom: 1px solid rgba(255,255,255,0.05); }
.nav-logo { display: flex; align-items: center; gap: 10px; }
.nav-logo span { font-weight: 600; font-size: 15px; color: #e8ecf4; letter-spacing: 0.06em; }
.nav-links { display: flex; gap: 32px; }
.nav-links a { font-size: 13px; color: #5a6a80; transition: color 0.2s; }
.nav-links a:hover { color: #c8d4e8; }

/* ===== Hero ===== */
.hero { position: relative; min-height: 100vh; background: #07101e; overflow: hidden; display: flex; align-items: center; padding-top: 66px; }
.hero-canvas { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.hero-glow { position: absolute; right: 8%; top: 10%; width: 700px; height: 700px; background: radial-gradient(ellipse, rgba(37,87,247,0.09) 0%, transparent 70%); pointer-events: none; }
.hero-inner { position: relative; z-index: 1; width: 100%; max-width: 1240px; margin: 0 auto; padding: 80px 56px; display: grid; grid-template-columns: 55fr 45fr; gap: 64px; align-items: center; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(37,87,247,0.35); background: rgba(37,87,247,0.07); border-radius: 100px; padding: 6px 16px; margin-bottom: 36px; }
.hero-badge .dot { width: 5px; height: 5px; border-radius: 50%; background: #4a80f5; flex-shrink: 0; display: block; }
.hero-badge span:last-child { font-size: 11px; font-weight: 500; color: #6a9cff; letter-spacing: 0.1em; text-transform: uppercase; }
.hero-title { font-family: 'DM Serif Display', serif; font-size: 68px; line-height: 1.06; color: #e8ecf4; font-weight: 400; letter-spacing: -0.015em; }
.hero-title--accent { color: #4a80f5; font-style: italic; }
.hero-sub { font-size: 18px; line-height: 1.75; color: #7b8fab; margin-top: 28px; max-width: 480px; font-weight: 300; }
.hero-cta { margin-top: 40px; }
.hero-cta-note { margin-top: 12px; font-size: 13px; color: #3d5270; }
.hero-stats { margin-top: 52px; padding-top: 36px; border-top: 1px solid rgba(255,255,255,0.06); display: flex; gap: 36px; align-items: flex-start; }
.stat-num { font-family: 'DM Serif Display', serif; font-size: 38px; line-height: 1; color: #e8ecf4; }
.stat-label { font-size: 10px; color: #3d5270; margin-top: 6px; text-transform: uppercase; letter-spacing: 0.1em; }
.stat-sep { width: 1px; height: 40px; background: rgba(255,255,255,0.06); margin-top: 4px; flex-shrink: 0; }

/* ===== Hero mockup ===== */
.hero-mockup-wrap { position: relative; }
.hero-mockup { border-radius: 16px; overflow: hidden; box-shadow: 0 40px 100px rgba(0,0,0,0.65), 0 0 0 1px rgba(255,255,255,0.07); animation: floatCard 8s ease-in-out infinite; }
.mockup-chrome { background: #f0f0f0; padding: 10px 16px; display: flex; align-items: center; gap: 6px; }
.mockup-chrome .dot-red, .mockup-chrome .dot-yellow, .mockup-chrome .dot-green { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }
.dot-red { background: #ff5f57; } .dot-yellow { background: #febc2e; } .dot-green { background: #28c840; }
.mockup-url { flex: 1; background: #e2e2e2; border-radius: 5px; padding: 4px 12px; margin: 0 12px; font-size: 11px; color: #888; font-family: monospace; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mockup-nav { background: #091422; padding: 11px 18px; display: flex; align-items: center; justify-content: space-between; }
.mockup-brand { font-size: 10px; font-weight: 700; color: #e8ecf4; letter-spacing: 0.08em; }
.mockup-nav-links { display: flex; gap: 14px; align-items: center; }
.mockup-nav-links span { font-size: 8px; color: #4a5e74; }
.mockup-nav-cta { background: #2557f7; padding: 3px 8px; border-radius: 4px; }
.mockup-nav-cta span { font-size: 7px; color: white; font-weight: 600; }
.mockup-hero { background: linear-gradient(145deg, #0b1826 0%, #0f2240 100%); padding: 22px 18px; display: flex; gap: 12px; }
.mockup-hero-copy { flex: 1; }
.mockup-kicker { font-size: 7px; text-transform: uppercase; letter-spacing: 0.12em; color: #4a80f5; margin-bottom: 8px; font-weight: 500; }
.mockup-h1 { font-family: 'DM Serif Display', serif; font-size: 20px; line-height: 1.2; color: #e8ecf4; margin-bottom: 6px; }
.mockup-h1 em { color: #4a80f5; font-style: italic; }
.mockup-p { font-size: 8px; color: #4a5e74; line-height: 1.5; margin-bottom: 12px; }
.mockup-btn { display: inline-block; background: #2557f7; color: white; font-size: 7px; font-weight: 600; padding: 5px 11px; border-radius: 4px; }
.mockup-photo { width: 88px; height: 80px; flex-shrink: 0; border-radius: 8px; background: repeating-linear-gradient(45deg,#1c2d42,#1c2d42 3px,#172438 3px,#172438 9px); display: flex; align-items: center; justify-content: center; }
.mockup-photo span { font-size: 6px; color: #3a5060; font-family: monospace; text-align: center; line-height: 1.6; }
.mockup-cards { background: #f4f3f1; padding: 12px 18px; display: flex; gap: 7px; }
.mockup-card { flex: 1; background: white; border-radius: 6px; padding: 9px; box-shadow: 0 1px 4px rgba(0,0,0,0.05); }
.mockup-card-icon { width: 14px; height: 14px; border-radius: 4px; background: #eef3fe; margin-bottom: 5px; display: flex; align-items: center; justify-content: center; }
.mockup-card-icon div { width: 5px; height: 5px; border-radius: 50%; background: #2557f7; }
.mockup-card-title { font-size: 7px; font-weight: 600; color: #111; margin-bottom: 2px; }
.mockup-card-text { font-size: 6.5px; color: #999; line-height: 1.4; }

.badge-float { position: absolute; border-radius: 12px; padding: 10px 15px; }
.badge-float--top { top: -18px; right: -18px; background: white; box-shadow: 0 8px 32px rgba(0,0,0,0.28); display: flex; align-items: center; gap: 10px; }
.badge-check { width: 26px; height: 26px; border-radius: 50%; background: #ecfdf5; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.badge-title { font-size: 11px; font-weight: 600; color: #0f1929; white-space: nowrap; }
.badge-sub { font-size: 9px; color: #888; margin-top: 1px; }
.badge-float--bottom { bottom: -16px; left: -18px; background: #2557f7; box-shadow: 0 8px 32px rgba(37,87,247,0.48); }
.badge-title--white { color: white; }
.badge-sub--light { color: rgba(255,255,255,0.6); margin-top: 2px; }

/* ===== Ticker ===== */
.ticker { background: #09152a; padding: 17px 0; overflow: hidden; border-top: 1px solid #122040; border-bottom: 1px solid #122040; }
.ticker-track { display: inline-flex; white-space: nowrap; animation: scrollTicker 42s linear infinite; }
.ticker-track span { flex-shrink: 0; font-size: 10px; font-weight: 500; color: #2e4560; letter-spacing: 0.16em; text-transform: uppercase; }

/* ===== Pain ===== */
.pain-head { max-width: 760px; margin: 0 auto; text-align: center; }
.pain-list { max-width: 740px; margin: 60px auto 0; display: flex; flex-direction: column; gap: 10px; }
.pain-list-label { font-size: 12px; font-weight: 500; color: #9aa0a8; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 6px; text-align: center; }
.pain-item { display: flex; gap: 16px; align-items: flex-start; padding: 20px 24px; background: white; border-radius: 10px; border-left: 3px solid #2557f7; box-shadow: 0 1px 8px rgba(0,0,0,0.04); }
.pain-num { color: #2557f7; font-size: 12px; font-weight: 600; flex-shrink: 0; margin-top: 2px; }
.pain-item p { font-size: 15px; color: #2a3040; line-height: 1.65; font-weight: 300; }
.pain-closer { font-size: 15px; color: #2557f7; font-weight: 500; text-align: center; margin-top: 16px; font-style: italic; font-family: 'DM Serif Display', serif; }

/* ===== Solution ===== */
.solution-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.solution-cards { display: flex; flex-direction: column; gap: 14px; padding-top: 76px; }
.card { background: #111e30; border: 1px solid #1d2e44; border-radius: 12px; padding: 26px; transition: border-color 0.2s; }
.card:hover { border-color: #2557f7; }
.card-label { font-size: 9px; text-transform: uppercase; letter-spacing: 0.14em; color: #2557f7; font-weight: 600; margin-bottom: 10px; }
.card p { font-size: 14px; color: #7b8fab; line-height: 1.7; font-weight: 300; }

/* ===== Benefits ===== */
.benefits-grid { display: grid; gap: 14px; }
.benefits-grid--4 { grid-template-columns: repeat(4, 1fr); }
.benefits-grid--3 { grid-template-columns: repeat(3, 1fr); margin-top: 14px; }
.benefit-card { background: #111e30; border: 1px solid #1d2e44; border-radius: 12px; padding: 26px; transition: transform 0.22s, border-color 0.22s; }
.benefit-card:hover { transform: translateY(-5px); border-color: #2d4a6a; }
.benefit-icon { width: 34px; height: 34px; border-radius: 8px; background: rgba(37,87,247,0.12); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.benefit-card h3 { font-size: 14px; font-weight: 600; color: #e8ecf4; margin-bottom: 8px; line-height: 1.4; }
.benefit-card p { font-size: 12.5px; color: #5a6a80; line-height: 1.65; font-weight: 300; }
.benefit-card--accent { background: linear-gradient(135deg, rgba(37,87,247,0.16) 0%, rgba(37,87,247,0.07) 100%); border: 1px solid rgba(37,87,247,0.28); }
.benefit-icon--accent { background: rgba(37,87,247,0.18); }
.accent-text { color: #7a9acc !important; }

/* ===== Testimonials ===== */
.testimonials-grid { display: grid; gap: 18px; }
.testimonials-grid--3 { grid-template-columns: repeat(3, 1fr); }
.testimonials-grid--2 { grid-template-columns: 1fr 1fr; margin-top: 18px; }
.testimonial { background: white; border-radius: 14px; padding: 30px; box-shadow: 0 2px 14px rgba(0,0,0,0.05); transition: transform 0.25s, box-shadow 0.25s; }
.testimonial:hover { transform: translateY(-5px); box-shadow: 0 14px 44px rgba(0,0,0,0.1); }
.quote-mark { font-family: 'DM Serif Display', serif; font-size: 44px; color: #2557f7; line-height: 0.75; margin-bottom: 14px; }
.testimonial p { font-size: 14px; color: #3a4050; line-height: 1.72; font-weight: 300; margin-bottom: 22px; }
.testimonial-author { display: flex; align-items: center; gap: 11px; padding-top: 18px; border-top: 1px solid #eff1f4; }
.avatar { width: 34px; height: 34px; border-radius: 50%; background: linear-gradient(135deg, #2557f7, #4a80f5); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 12px; font-weight: 600; color: white; }
.author-name { font-size: 12px; font-weight: 600; color: #0d1729; }
.author-role { font-size: 10px; color: #9aa0a8; margin-top: 1px; }

/* ===== Offer ===== */
.offer { text-align: center; }
.offer-box { background: #111e30; border: 1px solid #1d2e44; border-radius: 16px; padding: 36px 40px; margin-top: 44px; text-align: left; }
.offer-label { font-size: 10px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: #3a5270; margin-bottom: 24px; }
.offer-items { display: flex; flex-direction: column; gap: 14px; }
.offer-item { display: flex; align-items: center; gap: 13px; }
.offer-check { width: 18px; height: 18px; border-radius: 50%; background: rgba(37,87,247,0.14); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.offer-item span { font-size: 15px; color: #c0ccdf; font-weight: 300; }
.offer-cta { margin-top: 36px; }

/* ===== Accordion (objections + FAQ) ===== */
.accordion-head { margin-bottom: 52px; }
.accordion-head--center { text-align: center; }
.accordion-item { border-bottom: 1px solid #dde0e6; padding: 26px 0; }
.accordion-q { display: flex; justify-content: space-between; align-items: center; cursor: pointer; gap: 16px; }
.accordion-q-text { font-size: 16px; color: #0d1729; line-height: 1.4; font-weight: 500; flex: 1; }
.accordion-q-text--serif { font-family: 'DM Serif Display', serif; font-size: 19px; font-weight: 400; }
.accordion-icon { font-size: 20px; color: #2557f7; font-weight: 300; flex-shrink: 0; width: 22px; text-align: center; line-height: 1; }
.accordion-a { display: none; }
.accordion-a p { font-size: 15px; color: #5a6370; line-height: 1.78; font-weight: 300; margin-top: 18px; padding-right: 38px; }
.accordion-item.is-open .accordion-a { display: block; }

/* ===== Trust signals ===== */
.section--trust { padding: 100px 0; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; }
.trust-item { text-align: center; }
.trust-icon { width: 54px; height: 54px; border-radius: 12px; background: rgba(37,87,247,0.11); border: 1px solid rgba(37,87,247,0.18); display: flex; align-items: center; justify-content: center; margin: 0 auto 22px; }
.trust-item h3 { font-family: 'DM Serif Display', serif; font-size: 21px; color: #e8ecf4; font-weight: 400; margin-bottom: 10px; }
.trust-item p { font-size: 13px; color: #5a6a80; line-height: 1.7; font-weight: 300; }
.trust-footer { text-align: center; font-size: 14px; font-style: italic; color: #3d5270; margin-top: 48px; font-family: 'DM Serif Display', serif; }

/* ===== Cost of inaction ===== */
.section--inaction { padding: 100px 0; position: relative; overflow: hidden; }
.inaction-glow { position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 50%, rgba(37,87,247,0.08) 0%, transparent 68%); pointer-events: none; }
.inaction-content { position: relative; z-index: 1; text-align: center; }
.inaction-quote { font-family: 'DM Serif Display', serif; font-size: 34px; line-height: 1.45; color: #e8ecf4; font-weight: 400; max-width: 680px; margin: 0 auto; }
.inaction-sub { font-size: 17px; color: #3d5270; margin-top: 22px; line-height: 1.65; font-style: italic; }

/* ===== Final CTA ===== */
.section--final-cta { padding: 140px 0; position: relative; overflow: hidden; }
.final-cta-glow { position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 30%, rgba(37,87,247,0.13) 0%, transparent 65%); pointer-events: none; }
.final-cta-content { position: relative; z-index: 1; text-align: center; }
.final-cta-lead { max-width: 580px; margin: 0 auto; font-size: 18px; }
.final-cta-italic { font-family: 'DM Serif Display', serif; font-size: 20px; color: #4a80f5; font-style: italic; margin-top: 20px; }
.final-cta-button { margin-top: 48px; }
.final-cta-contact { margin-top: 22px; font-size: 13px; color: #3d5270; }

/* ===== P.S. ===== */
.ps-section { background: #040c1a; border-top: 1px solid #0f1e30; padding: 56px 56px; }
.ps-inner { max-width: 640px; margin: 0 auto; text-align: center; }
.ps-text { font-size: 14px; color: #4a5e74; line-height: 1.8; font-weight: 300; }
.ps-text strong { color: #6b7e94; font-weight: 500; }
.ps-link { display: inline-block; margin-top: 20px; font-size: 13px; color: #4a80f5; font-weight: 500; border-bottom: 1px solid rgba(74,128,245,0.3); padding-bottom: 2px; transition: color 0.2s; }
.ps-link:hover { color: #6a9cff; }

/* ===== Footer ===== */
.footer { background: #040c1a; border-top: 1px solid #0d1c2e; padding: 32px 56px; }
.footer-inner { max-width: 1240px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.footer-logo { display: flex; align-items: center; gap: 9px; }
.footer-logo span { font-weight: 600; font-size: 13px; color: #3a5270; letter-spacing: 0.07em; }
.footer-contact { font-size: 11px; color: #2a4060; }
.footer-copy { font-size: 11px; color: #1e3050; }

/* ===== Responsive ===== */
@media (max-width: 980px) {
  .nav { padding: 0 24px; }
  .nav-links { display: none; }
  .hero-inner { grid-template-columns: 1fr; padding: 100px 24px 56px; gap: 48px; }
  .hero-title { font-size: 44px; }
  .container, .ps-section, .footer { padding-left: 24px; padding-right: 24px; }
  .solution-grid { grid-template-columns: 1fr; gap: 48px; }
  .solution-cards { padding-top: 0; }
  .benefits-grid--4, .benefits-grid--3 { grid-template-columns: 1fr 1fr; }
  .testimonials-grid--3, .testimonials-grid--2 { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr; gap: 32px; }
  .h2--dark, .h2--light, .h2--accent { font-size: 36px; }
  .footer-inner { flex-direction: column; gap: 8px; text-align: center; }
}
@media (max-width: 560px) {
  .benefits-grid--4, .benefits-grid--3 { grid-template-columns: 1fr; }
  .hero-stats { gap: 20px; }
}
