/* Inter, self-hosted (Latin subset, variable weight 400-700). Replaces the Google Fonts stylesheet. */
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 400 700; font-display: swap; src: url(/fonts/inter-latin.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/* EverlyPro site styles. Shared by index.html and faq.html. */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
:root { --dark: #1a1a2e; --dark-bg: #1c1c1c; --dark-deep: #111111; --white: #ffffff; --off-white: #f5f7fb; --light-gray: #f2f2f0; --gray-100: #e8e8e5; --gray-200: #d0d0cc; --gray-300: #a0a09a; --gray-400: #787872; --gray-500: #555550; --text-dark: #1a1a1a; --text-body: #484848; --text-muted: #6b6b6b; --text-light: #9a9a9a; --accent: #e2f237; --accent-hover: #d4e42e; --border: #dde2ec; --border-light: #e8ecf4; --card-bg: #f5f5f2; --radius-sm: 8px; --radius-md: 12px; --radius-lg: 20px; --radius-xl: 24px; --radius-full: 9999px; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background: var(--white); color: var(--text-dark); line-height: 1.6; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
.container { max-width: 1500px; margin: 0 auto; padding: 0 48px; }
/* ==================== NAVIGATION ==================== */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: transparent; backdrop-filter: none; -webkit-backdrop-filter: none; border-bottom: 1px solid transparent; height: 60px; }
.nav.scrolled-light { background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border-bottom: 1px solid rgba(0, 0, 0, 0.06); }
.nav.scrolled-light .nav-links a { color: var(--text-dark); }
.nav.scrolled-light .logo-white { display: none !important; }
.nav.scrolled-light .logo-dark { display: inline-block !important; }
.nav.scrolled-light .nav-signin { background: var(--text-dark); color: var(--white); border-radius: 10px; border: 1px solid transparent; }
.nav.scrolled-dark { background: rgba(28, 28, 28, 0.92); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); }
.nav-inner { max-width: 1500px; margin: 0 auto; padding: 0 48px; display: flex; align-items: center; justify-content: space-between; height: 100%; }
.nav-logo { font-size: 22px; font-weight: 700; color: var(--white); display: flex; align-items: center; gap: 4px; letter-spacing: -0.5px; transition: color 0.3s; }
.nav-links { display: flex; align-items: center; gap: 42px; list-style: none; }
.nav-links a { font-size: 14px; font-weight: 500; color: var(--white); }
.nav-links a:hover { color: var(--white); }
.nav-right { display: flex; align-items: center; gap: 12px; }
.nav-signin, .btn-demo { font-size: 14px; font-weight: 500; padding: 9px 20px; border-radius: 10px; box-sizing: border-box; height: 38px; display: inline-flex; align-items: center; justify-content: center; }
.nav-signin { background: transparent; color: var(--white); border: 1px solid rgba(255,255,255,0.25); transition: all 0.3s; }
.btn-demo { background: var(--accent); color: var(--text-dark); border: 1px solid rgba(255,255,255,0.1); cursor: pointer; transition: all 0.2s; }
.btn-demo:hover { background: #c9d42e; }
.mobile-signin-item { display: none; }
.mobile-menu { display: none; background: none; border: none; color: var(--text-dark); cursor: pointer; padding: 8px; }
/* ==================== HERO SECTION ==================== */
.hero { padding: 70px 0 0px; background: linear-gradient(180deg, #040412 0%, #06071c 10%, #0a0e38 20%, #112050 30%, #152a5c 40%, #1c366c 50%, #24447c 60%, #30548c 72%, #3d6298 81%, #5f80b0 88%, #9ab8d8 94%, #dce8f2 98%, var(--white) 100%); min-height: auto; position: relative; overflow: hidden; }
.hero-inner { max-width: 1500px; margin: 0 auto; padding: 0 48px; display: grid; gap: 40px; align-items: start; }
.hero-content { position: relative; z-index: 2; }
.hero-badge { display: inline-flex; align-items: center; }
.hero-badge-icon { width: 18px; height: 18px; filter: brightness(0) invert(1); opacity: 1; position: relative; top: -2px; }
.hero-badge span { font-weight: 500; letter-spacing: 0.3px; }
.hero h1 { font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; color: var(--white); }
.hero-sub { line-height: 1.6; }
.hero-cta { display: flex; align-items: center; margin-bottom: 20px; }
.hero-input-wrap { display: flex; align-items: center; background: #ffffff; border-radius: 10px; padding: 6px 6px 6px 22px; width: 480px; max-width: 100%; box-shadow: 0 2px 8px rgba(0,0,0,0.1); }
.hero-input-wrap input { flex: 1; background: none; border: none; outline: none; color: var(--text-dark); font-size: 15px; font-family: inherit; padding: 14px 0; text-align: left; }
.hero-input-wrap input::placeholder { color: var(--gray-400); }
.btn-cta { background: var(--accent); color: var(--text-dark); font-size: 14px; font-weight: 600; padding: 14px 24px; border-radius: 8px; border: none; cursor: pointer; white-space: nowrap; transition: all 0.2s; }
.btn-cta:hover { background: #c9d42e; }
.form-message { display: none; margin-top: 10px; padding: 10px 16px; border-radius: 8px; font-size: 14px; font-weight: 500; text-align: center; }
.form-message.success { display: block; background: #ecfdf5; color: #065f46; border: 1px solid #a7f3d0; }
.form-message.error { display: block; background: #fef2f2; color: #991b1b; border: 1px solid #fecaca; }
.form-message.submitting { display: block; background: #eff6ff; color: #1e40af; border: 1px solid #bfdbfe; }
.hero-trust-points { display: flex; align-items: center; gap: 24px; margin-top: 14px; }
.hero-trust-points span { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 500; white-space: nowrap; }
.hero-trust-points svg { flex-shrink: 0; filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2)); }
.hero-visual { padding-top: 0; display: flex; justify-content: center; overflow: visible; }
.hero-img { margin-top: -40px; margin-bottom: -30px; }
/* ==================== SOCIAL PROOF ==================== */
.social-proof { margin-top: 0px; text-align: center; background: var(--white); }
.social-proof-text { font-size: 15px; color: var(--text-muted); margin-bottom: 14px; }
.social-proof-text strong { color: var(--text-dark); }
.logo-carousel { overflow: hidden; position: relative; padding: 16px 0; }
.logo-carousel::before, .logo-carousel::after { content: ''; position: absolute; top: 0; bottom: 0; width: 100px; z-index: 2; pointer-events: none; }
.logo-carousel::before { left: 0; background: linear-gradient(to right, var(--white), transparent); }
.logo-carousel::after { right: 0; background: linear-gradient(to left, var(--white), transparent); }
.logo-track { display: flex; gap: 48px; align-items: center; animation: scroll-logos 30s linear infinite; width: max-content; }
/* scroll-logos keyframes set dynamically by JS for pixel-perfect looping */
.logo-item { flex-shrink: 0; display: flex; align-items: center; gap: 8px; font-size: 17px; font-weight: 600; white-space: nowrap; letter-spacing: -0.3px; transition: opacity 0.3s ease; }
.logo-item:hover { opacity: 1; }
.logo-item img { height: 32px; width: auto; max-width: 130px; object-fit: contain; transition: filter 0.3s ease; }
.logo-item:hover img { filter: grayscale(0%) opacity(1); }
.logo-item .logo-icon { height: 30px; width: 30px; max-width: 30px; }
/* ==================== PRODUCT SUITE ==================== */
.products { background: var(--white); }
.section-title { color: var(--text-dark); margin-bottom: 16px; font-family: 'Inter', sans-serif; }
.section-subtitle { font-size: 16px; color: rgba(26, 26, 26, 0.6); line-height: 1.6; margin-bottom: 28px; }
/* ==================== TESTIMONIALS ==================== */
.testimonials { overflow: hidden; }
.testimonials .section-title { text-align: center; }
.testimonial-card { flex: 0 0 45%; min-width: 0; overflow: visible; position: relative; }
.testimonial-video { width: 100%; aspect-ratio: 16 / 9; background: #2a2a2a; position: relative; border-radius: 12px; overflow: hidden; -webkit-mask-image: -webkit-radial-gradient(white, black); overflow: hidden; display: flex; align-items: center; justify-content: center; }
.testimonial-video .play-btn { position: absolute; bottom: 20px; left: 20px; width: 40px; height: 40px; background: var(--accent); border-radius: 50%; display: flex; align-items: center; justify-content: center; z-index: 2; }
.play-btn::after { content: ''; display: block; width: 0; height: 0; border-top: 7px solid transparent; border-bottom: 7px solid transparent; border-left: 11px solid var(--text-dark); margin-left: 2px; }
.testimonial-text { padding: 24px 0 0; display: flex; flex-wrap: wrap; align-items: flex-start; gap: 8px 24px; }
.testimonial-quote-wrap { flex: 1; min-width: 200px; }
.testimonial-quote { font-size: 18px; line-height: 1.5; margin-bottom: 8px; font-weight: 400; }
.testimonial-link-btn { display: inline-block; font-size: 16px; padding: 10px 20px; border-radius: 6px; text-decoration: none; transition: opacity 0.2s; white-space: nowrap; align-self: flex-start; margin-top: 4px; }
.testimonial-link-btn:hover { opacity: 0.85; }
/* ==================== TIMELINE ==================== */
.timeline-section .section-label { text-align: center; margin-bottom: 12px; }
.timeline-section .section-title { text-align: center; margin: 0 auto 20px; }
.timeline-switch { text-align: center; margin-bottom: 64px; }
.timeline-switch a { font-size: 15px; display: inline-flex; align-items: center; gap: 4px; }
.timeline-pills { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0px; max-width: 1500px; margin: 0 auto 8px; padding: 0 25px; justify-items: center; }
.timeline-pill { font-size: 14px; font-weight: 600; padding: 6px 16px; border: 1px solid var(--border); border-radius: var(--radius-full); }
.timeline-line { max-width: 1500px; margin: 0 auto 32px; padding: 0 calc(24px + (100% - 40px) / 6); position: relative; height: 20px; display: flex; align-items: center; }
.timeline-line-track { width: 100%; height: 2px; background: var(--gray-200); position: relative; }
.timeline-line-dot { position: absolute; width: 10px; height: 10px; border-radius: 50%; top: 50%; transform: translateY(-50%); }
.timeline-line-dot:nth-child(1) { left: -5px; }
.timeline-line-dot:nth-child(2) { left: 50%; transform: translate(-50%, -50%); }
.timeline-line-dot:nth-child(3) { right: -5px; background: var(--gray-300); }
.timeline-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 1500px; margin: 0 auto; padding: 0 24px; }
.timeline-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 28px; }
.timeline-card h3 { color: var(--text-dark); margin-bottom: 20px; }
.timeline-card ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.timeline-card li { display: flex; align-items: flex-start; gap: 8px; font-size: 14px; color: var(--text-muted); }
.timeline-card li .check { font-size: 14px; flex-shrink: 0; margin-top: 2px; }
/* ==================== FAQ ==================== */
.faq-grid { margin-top: 48px; max-width: 780px; margin-left: auto; margin-right: auto; display: flex; flex-direction: column; gap: 0; border-top: 1px solid var(--border); }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-question { width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 20px 0; background: none; border: none; font-size: 15px; font-weight: 600; color: var(--text-dark); font-family: inherit; text-align: left; gap: 16px; }
.faq-chevron { flex-shrink: 0; color: var(--gray-400); }
.faq-item.open .faq-chevron { transform: rotate(180deg); }
.faq-answer p { font-size: 14px; color: var(--text-muted); line-height: 1.7; margin: 0; }
/* ==================== TRUST STRIP ==================== */
.trust-strip-inner { display: flex; align-items: center; justify-content: center; gap: 0; flex-wrap: wrap; }
.trust-item { display: inline-flex; align-items: center; gap: 7px; font-size: 12.5px; font-weight: 500; padding: 6px 24px; }
.trust-item svg { flex-shrink: 0; opacity: 0.6; }
.trust-divider { width: 1px; height: 16px; }
/* Grid: 2x2 layout */
.cap-card { background: var(--white); border: 1px solid var(--border-light); border-radius: var(--radius-lg); padding: 40px; min-height: 420px; display: flex; flex-direction: column; position: relative; overflow: hidden; transition: transform 0.35s cubic-bezier(.4,0,.2,1), box-shadow 0.35s cubic-bezier(.4,0,.2,1); }
/* Trust card: dark tint */
.cap-card:hover { transform: translateY(-6px); box-shadow: 0 20px 60px rgba(0,0,0,0.08); }
.cap-card h3 { color: var(--text-dark); margin-bottom: 12px; }
.cap-card p { font-size: 15px; color: var(--text-muted); line-height: 1.7; max-width: 400px; }
/* Trust visual (on dark card) */
.compliance-visual { background: white; border-radius: 14px 14px 0 0; padding: 24px 24px 28px; box-shadow: 0 -4px 24px rgba(0,0,0,0.07); width: 100%; max-width: 370px; }
.compliance-header { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; padding-bottom: 14px; border-bottom: 1px solid #f0f0f0; }
.compliance-icon { width: 40px; height: 40px; border-radius: 12px; background: var(--text-dark); display: flex; align-items: center; justify-content: center; color: white; }
.compliance-title { font-size: 14px; font-weight: 700; color: var(--text-dark); }
.compliance-region { font-size: 11px; color: var(--gray-400); }
.compliance-item { display: flex; align-items: flex-start; gap: 12px; padding: 10px 10px; border-radius: 10px; margin-bottom: 2px; transition: background 0.2s; }
.compliance-item:hover { background: #f8f8f6; }
.compliance-dot { width: 10px; height: 10px; border-radius: 50%; margin-top: 3px; flex-shrink: 0; }
.compliance-dot.green { background: #2a9d5c; }
.compliance-dot.blue { background: #2563EB; }
.compliance-item-text { font-size: 13px; color: var(--text-body); font-weight: 600; line-height: 1.4; }
.compliance-item-sub { font-size: 11px; color: var(--gray-400); font-weight: 400; margin-top: 1px; }
/* ==================== BOTTOM CTA ==================== */
.bottom-cta { text-align: center; }
.mobile-break { display: none; }
.bottom-cta .hero-input-wrap input[type="email"] { border: none; padding: 14px 16px; }
.bottom-cta .hero-input-wrap { margin: 0 auto; border-radius: 10px; width: 440px; }
/* ==================== FOOTER ==================== */
.footer { padding: 60px 0 40px; color: rgba(255,255,255,0.6); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(4, 1fr); gap: 32px; margin-bottom: 48px; }
.footer-col h4 { font-size: 13px; font-weight: 700; color: var(--white); margin-bottom: 16px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.footer-col a { font-size: 13px; color: rgba(255,255,255,0.5); transition: color 0.2s; }
.footer-col a:hover { color: var(--white); }
.footer-divider { height: 1px; background: rgba(255,255,255,0.1); margin-bottom: 32px; }
.footer-bottom { display: flex; justify-content: space-between; align-items: flex-start; gap: 24px; flex-wrap: wrap; }
.footer-copyright { font-size: 12px; color: rgba(255,255,255,0.3); margin-bottom: 8px; line-height: 1.6; }
/* ==================== RESPONSIVE ==================== */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-visual { display: none; }
  .hero h1 { font-size: 48px; }
  .testimonial-card { flex: 0 0 80%; }
  .timeline-cards { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
  /* NAV */
  .nav-inner { padding: 0 16px; }
  .nav-links { display: none; }
  .mobile-menu { display: block; color: white; }
  .nav.scrolled-light .mobile-menu { color: var(--text-dark); }
  .nav.nav-open .nav-links { display: flex; flex-direction: column; position: fixed; top: 60px; left: 0; right: 0; background: #111111; padding: 8px 0 20px; gap: 0; border-top: 1px solid rgba(255,255,255,0.08); z-index: 999; }
  .nav.nav-open .nav-links li { list-style: none; }
  .nav.nav-open .nav-links a { display: block; padding: 14px 24px; font-size: 16px; color: rgba(255,255,255,0.9) !important; border-bottom: 1px solid rgba(255,255,255,0.06); }
  .nav.nav-open .nav-links li:last-child a { border-bottom: none; }
  .mobile-signin-item { display: block; }
  .nav-right .nav-signin { display: none; }
  .nav-right .btn-demo { display: inline-flex; font-size: 12px; padding: 6px 14px; height: 32px; }
  /* HERO */
  .hero { padding-top: 0; }
  .hero-inner { padding: 0 20px; grid-template-columns: 1fr; gap: 0; }
  .hero-content { padding-top: 88px; text-align: left; }
  .hero-badge { justify-content: flex-start; }
  .hero h1 { font-size: 36px; }
  .hero-sub { max-width: 100%; margin-left: 0; margin-right: 0; }
  .hero-cta { display: block; padding: 0; }
  .hero-input-wrap { width: 100%; flex-direction: column; align-items: stretch; padding: 0; gap: 12px; border-radius: 0; background: transparent; box-shadow: none; }
  .hero-input-wrap input { background: #ffffff; border-radius: 10px; padding: 16px 20px; font-size: 16px; box-shadow: 0 2px 8px rgba(0,0,0,0.12); color: var(--text-dark); text-align: left; }
  .btn-cta { width: 100%; padding: 16px 24px; text-align: center; font-size: 15px; border-radius: 8px; }
  .hero-trust-points { flex-direction: column; gap: 10px; align-items: flex-start; margin-top: 12px; }
  /* Hero image: full-bleed, larger, tighter spacing */
  .hero-trust-points { margin-bottom: -8px; }
  .hero-visual { display: flex !important; width: calc(100% + 40px) !important; overflow: hidden; margin-top: 0; margin-left: -20px; margin-right: -20px; border-radius: 0; justify-content: center; }
  .hero-img { width: 100% !important; max-width: 100% !important; height: auto !important; margin: 0 !important; }
  /* GENERAL */
  .container { padding: 0 20px; }
  .section-label { text-align: center; }
  .section-title { font-size: 28px; }
  .section-subtitle { font-size: 15px; }
  /* VIDEO SECTION — centred text and button */
  .testimonials { padding: 48px 0 !important; }
  .testimonials .section-title { padding: 0 20px !important; font-size: 28px !important; text-align: center; margin-bottom: 24px; }
  .testimonials > div { padding: 0 20px !important; }
  .testimonial-card { flex: 0 0 100% !important; max-width: 100% !important; }
  .testimonial-text { flex-direction: column; align-items: center; text-align: center; }
  .testimonial-quote { text-align: center; font-size: 15px; }
  .testimonial-link-btn { align-self: center; }
  /* TIMELINE — Ramp vertical style with per-card labels */
  .timeline-section { padding: 60px 0; }
  .timeline-section .section-title { font-size: 28px; }
  .timeline-switch { margin-bottom: 32px; }
  .timeline-pills { display: none; }
  .timeline-line { display: none; }
  .timeline-cards { grid-template-columns: 1fr; gap: 12px; padding: 0 20px; }
  .timeline-card { padding: 20px; border-radius: 12px; position: relative; }
  .timeline-card::before { display: inline-block; font-size: 12px; font-weight: 600; color: var(--text-dark); background: var(--white); border: 1px solid var(--border); border-radius: 999px; padding: 3px 12px; margin-bottom: 12px; }
  .timeline-card:nth-child(1)::before { content: 'Today'; }
  .timeline-card:nth-child(2)::before { content: 'Week 1'; }
  .timeline-card:nth-child(3)::before { content: 'Week 2'; }
  .timeline-card h3 { font-size: 15px; }
  /* CAPABILITIES / FEATURES */
  .cap-card { padding: 28px; min-height: auto; }
  .cap-card h3 { font-size: 20px; }
  .cap-card p { font-size: 14px; }
  /* FOOTER */
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .trust-strip-inner { gap: 4px; justify-content: center; flex-wrap: nowrap; }
  .trust-item { padding: 4px 8px; font-size: 11px; white-space: nowrap; }
  .trust-divider { display: none; }
  .faq-section { padding: 56px 0; }
  .faq-grid { margin-top: 32px; }
  .faq-question { font-size: 14px; padding: 16px 0; }
  .footer-bottom { flex-direction: column; gap: 16px; align-items: flex-start; }
  .bottom-cta-heading { font-size: 28px; }
  .mobile-break { display: block; }
  .bottom-cta .hero-input-wrap { width: 100%; flex-direction: column; align-items: stretch; padding: 0; gap: 10px; border: none; background: none; }
  .bottom-cta .hero-input-wrap input[type="email"] { border: 1px solid var(--border); border-radius: 8px; }
  .bottom-cta .btn-cta { width: 100%; text-align: center; }
}
/* ==================== 2026 REWRITE: THREE PILLARS ==================== */
.pillar { border-top: 1px solid var(--border-light); }
.section-subtitle + .pillar { border-top: none; }
.pillar-head { grid-template-columns: 1fr 1.35fr; gap: 20px 64px; }
.pillar-head h3 { font-family: 'Inter', sans-serif; color: var(--text-dark); }
.pillar-head p { line-height: 1.65; color: rgba(26, 26, 26, 0.65); }
/* ==================== 2026 REWRITE: CUSTODY TIMELINE UI ==================== */
.custody-ui { background: white; border-radius: 14px; box-shadow: 0 4px 24px rgba(0,0,0,0.07); border: 1px solid var(--border-light); width: 100%; text-align: left; }
.custody-ui-header { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-bottom: 12px; border-bottom: 1px solid #f0f0f0; margin-bottom: 14px; }
.custody-ui-title { font-weight: 700; color: var(--text-dark); }
.custody-ui-sub { color: var(--gray-400); margin-top: 1px; }
.custody-ui-badge { font-size: 10px; font-weight: 700; padding: 3px 9px; border-radius: 4px; white-space: nowrap; }
.custody-steps { list-style: none; margin: 0; padding: 0; }
.custody-step { display: grid; grid-template-columns: 22px 1fr auto; gap: 0 12px; align-items: start; position: relative; opacity: 0; transform: translateY(6px); transition: opacity 0.45s ease, transform 0.45s ease; }
.custody-step:last-child { padding-bottom: 0; }
.custody-step::before { content: ''; position: absolute; left: 10px; top: 22px; bottom: -2px; width: 2px; }
.custody-step:last-child::before { display: none; }
.custody-dot { width: 22px; height: 22px; border-radius: 50%; color: white; display: flex; align-items: center; justify-content: center; font-size: 11px; position: relative; z-index: 1; }
.custody-step-title { font-weight: 600; color: var(--text-dark); line-height: 1.3; }
.custody-step-meta { color: var(--gray-400); margin-top: 2px; }
.custody-step-right { display: flex; flex-direction: column; align-items: flex-end; gap: 4px; }
.custody-initials { width: 24px; height: 24px; border-radius: 50%; color: #2563EB; font-size: 9.5px; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.custody-time { color: var(--gray-400); white-space: nowrap; }
/* ==================== 2026 REWRITE: REGULATED ERA ==================== */
.regulated { padding: 100px 0; background: var(--white); border-top: 1px solid var(--border-light); }
.reg-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 64px; align-items: center; }
.reg-body p { font-size: 16px; line-height: 1.7; color: rgba(26, 26, 26, 0.65); max-width: 540px; margin-bottom: 14px; }
.reg-card { border: 1px solid var(--border-light); border-radius: var(--radius-lg); display: flex; justify-content: center; overflow: hidden; }
.custody-grid { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 64px; align-items: center; margin-top: 96px; }
.custody-text h3 { font-family: 'Inter', sans-serif; color: var(--text-dark); margin-bottom: 16px; }
.custody-text p { font-size: 16px; line-height: 1.7; color: rgba(26, 26, 26, 0.65); max-width: 480px; }
.custody-visual { border: 1px solid var(--border-light); border-radius: var(--radius-lg); display: flex; justify-content: center; }
/* ==================== 2026 REWRITE: SWITCH SECTION ==================== */
.timeline-section .section-subtitle { text-align: center; max-width: 760px; margin: 0 auto 20px; }
.switch-stats { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 56px; overflow: hidden; }
.switch-stat { padding: 30px 28px; border-right: 1px solid var(--border-light); }
.switch-stat:last-child { border-right: none; }
.switch-stat-num { font-family: 'Inter', sans-serif; line-height: 1; display: block; margin-bottom: 8px; }
.switch-stat-num .u { font-size: 18px; margin-left: 4px; }
.switch-stat-label { font-size: 14px; }
.switch-note { text-align: center; font-size: 14px; color: var(--text-muted); margin-top: 20px; }
/* ==================== 2026 REWRITE: BOTTOM CTA ==================== */
.bottom-cta-sub { font-size: 16px; line-height: 1.6; max-width: 540px; }
@media (max-width: 1024px) {
  .reg-grid, .custody-grid { grid-template-columns: 1fr; gap: 40px; }
  .custody-grid { margin-top: 72px; }
}
@media (max-width: 768px) {
  .hero h1 { font-size: 36px; }
  .hero-sub { max-width: 100%; font-size: 15.5px; }
  .pillar { padding: 32px 0 0; margin-top: 24px; }
  .pillar-head { grid-template-columns: 1fr; gap: 10px; margin-bottom: 16px; text-align: center; }
  .pillar-head h3 { font-size: 24px; }
  .pillar-head p { font-size: 14.5px; margin: 0 auto; }
  .regulated { padding: 60px 0; }
  .regulated .section-title { font-size: 28px; text-align: center; margin-left: auto; margin-right: auto; }
  .reg-body p { font-size: 15px; text-align: center; margin-left: auto; margin-right: auto; }
  .reg-card { padding: 24px 20px 0; }
  .custody-text { text-align: center; }
  .custody-text h3 { font-size: 26px; }
  .custody-text p { font-size: 15px; margin: 0 auto; }
  .custody-visual { padding: 20px; }
  .switch-stats { grid-template-columns: 1fr 1fr; margin-top: 32px; }
  .switch-stat { padding: 20px 16px; border-bottom: 1px solid var(--border-light); }
  .switch-stat:nth-child(2n) { border-right: none; }
  .switch-stat:nth-last-child(-n+2) { border-bottom: none; }
  .switch-stat-num { font-size: 30px; }
  .bottom-cta-sub { font-size: 15px; margin: -8px auto 24px; }
  .trust-strip-inner { flex-wrap: wrap; row-gap: 2px; }
}
/* One heading voice across the page */
.section-title, .pillar-head h3, .custody-text h3, .bottom-cta-heading, .cap-card h3, .timeline-card h3 { font-family: 'Inter', -apple-system, sans-serif; }
.section-label { font-size: 12.5px; font-weight: 600; letter-spacing: 0.8px; text-transform: uppercase; margin-bottom: 14px; }
.timeline-card h3 { font-weight: 600; font-size: 17px; }
.timeline-section .section-subtitle { font-size: 16.5px; }
/* Hero */
.hero-inner { grid-template-columns: 1.1fr 1fr; }
.hero h1 { margin-bottom: 14px; }
.hero-sub { font-size: 15.5px; max-width: 540px; color: rgba(255,255,255,0.74); margin-bottom: 22px; }
.hero-badge { border: 1px solid rgba(255,255,255,0.16); background: rgba(255,255,255,0.06); border-radius: 999px; padding: 6px 14px 6px 11px; gap: 9px; margin-bottom: 22px; }
.hero-badge-icon { display: block; flex-shrink: 0; }
.hero-badge span { font-size: 13px; color: rgba(255,255,255,0.78); }
.hero-content { padding-top: 64px; }
.hero-trust-points span { color: rgba(255,255,255,0.92); text-shadow: 0 1px 4px rgba(0,0,0,0.35); }
/* Pillars */
.pillar-head { align-items: start; }
.pillar-head h3 { font-weight: 600; font-size: 32px; letter-spacing: -0.9px; line-height: 1.06; }
.pillar-head p { font-size: 15.5px; }
/* Custody timeline: visible at rest, replayed when in view; bigger type */
.custody-ui { max-width: 460px; padding: 22px 24px; }
.custody-ui-title { font-size: 14px; }
.custody-ui-sub { font-size: 11.5px; }
.custody-step { padding-bottom: 18px; }
.custody-step-title { font-size: 13.5px; }
.custody-step-meta { font-size: 11.5px; }
.custody-time { font-size: 11px; }
.custody-ui .custody-step { opacity: 1; transform: none; transition: opacity 0.45s ease, transform 0.45s ease; }
.custody-ui .custody-step:nth-child(1) { transition-delay: 0.1s; }
.custody-ui .custody-step:nth-child(2) { transition-delay: 0.5s; }
.custody-ui .custody-step:nth-child(3) { transition-delay: 0.9s; }
.custody-ui .custody-step:nth-child(4) { transition-delay: 1.3s; }
.custody-ui.is-resetting .custody-step { opacity: 0; transform: translateY(6px); transition: none; }
.custody-dot.pending { border: 2px solid #d0d0cc; color: transparent; }
.custody-step-meta.pending { color: #b45309; font-weight: 600; }
/* Regulated era: navy compliance card echoing the hero */
.reg-card { background: linear-gradient(180deg, #0b1434 0%, #152a5c 100%); border-color: transparent; padding: 40px 40px 0; }
.reg-card .compliance-visual { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12); border-bottom: none; box-shadow: none; max-width: 440px; padding: 24px 24px 24px; }
.reg-card .compliance-header { border-bottom-color: rgba(255,255,255,0.12); }
.reg-card .compliance-icon { background: var(--accent); }
.reg-card .compliance-title { color: white; }
.reg-card .compliance-region { color: rgba(255,255,255,0.5); }
.reg-card .compliance-item { padding: 11px 10px; }
.reg-card .compliance-item:hover { background: rgba(255,255,255,0.05); }
.reg-card .compliance-item-text { color: white; font-size: 14px; }
.reg-card .compliance-item-sub { color: rgba(255,255,255,0.58); font-size: 11.5px; margin-top: 3px; line-height: 1.45; }
.reg-card .compliance-dot.green { background: #86e3ab; }
.reg-card .compliance-dot.blue { background: #a9c6ff; }
.custody-visual { padding: 44px; }
@media (max-width: 768px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero h1 { font-size: 38px; letter-spacing: -1px; }
  .hero-badge { padding: 6px 12px; text-align: left; }
  .hero-content { padding-top: 88px; }
  .hero-badge span { font-size: 12px; }
  .section-title { font-size: 30px; letter-spacing: -0.8px; }
  .pillar-head h3, .custody-text h3 { font-size: 26px; letter-spacing: -0.6px; }
  .bottom-cta-heading { font-size: 30px; letter-spacing: -0.8px; }
  .custody-ui { padding: 18px; }
  .custody-visual { padding: 20px; }
  .reg-card { padding: 24px 20px 0; }
}
/* ==================== 2026 REWRITE: SECTION RHYTHM ==================== */
:root { --navy-grad: linear-gradient(180deg, #0b1434 0%, #152a5c 100%); --navy-deep: #0b1434; --navy: #152a5c; }
/* Logos in full colour */
.logo-item img { filter: none; opacity: 1; }
.logo-item { color: var(--text-dark); opacity: 0.9; }
.social-proof { padding: 52px 0 44px; }
.products { border-top: 1px solid var(--border-light); padding-top: 96px; }
/* Video on navy */
.testimonials { background: var(--navy-grad); padding: 96px 0 88px; }
.testimonials .section-label { color: rgba(255,255,255,0.55); }
.testimonials .section-title { font-family: 'Inter', sans-serif; color: white; margin-bottom: 40px; }
.testimonial-video { box-shadow: 0 30px 80px rgba(0,0,0,0.35); }
.testimonial-quote { color: rgba(255,255,255,0.75); }
.testimonial-link-btn { background: var(--accent); color: var(--text-dark); font-weight: 600; }
/* Switch stats on navy */
.switch-stats { background: var(--navy-grad); border: none; box-shadow: 0 20px 60px rgba(16,32,80,0.18); }
.switch-stat { border-right-color: rgba(255,255,255,0.12); }
.switch-stat-num { color: white; }
.switch-stat-label { color: rgba(255,255,255,0.65); }
/* Closing call to action on navy, flowing into the footer */
.bottom-cta { background: var(--navy-grad); padding: 96px 0 72px; }
.bottom-cta-heading { color: white; }
.bottom-cta-sub { color: rgba(255,255,255,0.72); }
.bottom-cta .hero-input-wrap { background: white; border: none; box-shadow: 0 10px 40px rgba(0,0,0,0.25); }
.bottom-cta .hero-input-wrap input[type="email"] { background: white; }
.trust-strip { background: var(--navy); border-top: 1px solid rgba(255,255,255,0.1); border-bottom: none; padding: 18px 0; }
.trust-item { color: rgba(255,255,255,0.65); }
.trust-divider { background: rgba(255,255,255,0.15); }
.footer { background: var(--navy-deep); }
@media (max-width: 768px) {
  .switch-stat { border-bottom-color: rgba(255,255,255,0.12); }
  .bottom-cta { padding: 64px 0 48px; }
  .bottom-cta .hero-input-wrap { background: none; box-shadow: none; }
  .bottom-cta .hero-input-wrap input[type="email"] { border: none; }
  .testimonials { background: var(--navy-grad); }
}
/* ==================== 2026 REWRITE: PILLAR COMPOSITIONS ==================== */
.pillar { display: grid; grid-template-columns: 1fr 1.15fr; gap: 64px; align-items: center; margin-top: 40px; }
.section-subtitle + .pillar { margin-top: 8px; }
.pillar.flip .pillar-stage { order: -1; }
.pillar-head { display: block; margin-bottom: 0; }
.pillar-head h3 { margin-bottom: 14px; }
.pillar-head p { max-width: 520px; }
.feat-list { list-style: none; margin: 26px 0 0; padding: 0; display: grid; gap: 4px; }
.feat { display: grid; grid-template-columns: 40px 1fr; gap: 14px; align-items: start; padding: 12px 12px; margin-left: -12px; border-radius: 12px; }
.feat:hover { background: var(--off-white); }
.feat-icon { width: 40px; height: 40px; border-radius: 10px; background: #eaeef5; color: var(--text-dark); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.feat-icon svg { width: 20px; height: 20px; }
.feat-title { font-family: 'Inter', sans-serif; font-weight: 600; font-size: 16px; letter-spacing: -0.2px; color: var(--text-dark); margin-bottom: 2px; }
.feat-desc { font-size: 14px; line-height: 1.5; color: rgba(26,26,26,0.62); }
.pillar-stage { position: relative; border-radius: 20px; min-height: 580px; overflow: hidden; background: radial-gradient(140% 110% at 50% 115%, #d9e2ef 0%, #e9edf2 45%, #f4f2f0 100%); border: 1px solid var(--border-light); }
@media (max-width: 1024px) {
  .pillar { grid-template-columns: 1fr; gap: 32px; }
  .pillar.flip .pillar-stage { order: 0; }
  .pillar-stage { min-height: 560px; }
}
@media (max-width: 768px) {
  .pillar { padding: 40px 0 0; margin-top: 24px; gap: 24px; }
  .pillar-head { text-align: left; }
  .pillar-head h3 { font-size: 26px; }
  .pillar-head p { margin: 0; font-size: 15px; }
  .feat { padding: 10px 0; margin-left: 0; }
  .feat-title { font-size: 15px; }
  .feat-desc { font-size: 13.5px; }
  .pillar-stage { min-height: 400px; border-radius: 16px; }
}
/* Custody record: softer than black */
.custody-dot { background: #2563EB; }
.custody-dot.pending { background: #fff; border-color: #c9cdd6; }
.custody-ui-title, .custody-step-title { color: #2f3441; }
.custody-ui-badge { background: #e6f4ec; color: #1f7a45; }
.custody-step::before { background: #e3e8f0; }
.custody-initials { background: #eaf0ff; }
/* Testimonials */
.quote-card { border-radius: 20px; padding: 34px 32px 30px; margin: 0; display: flex; flex-direction: column; gap: 18px; position: relative; }
.quote-card::before { content: '\201C'; font-family: Georgia, 'Times New Roman', serif; font-size: 72px; line-height: 0.5; position: absolute; top: 34px; right: 28px; }
.quote-card blockquote { margin: 0; font-family: 'Inter', sans-serif; line-height: 1.5; color: var(--text-dark); }
.quote-card figcaption { margin-top: auto; padding-top: 16px; border-top: 1px solid var(--border-light); }
.quote-card figcaption b { display: block; font-size: 14px; color: var(--text-dark); }
.quote-card figcaption span { font-size: 13px; color: var(--text-muted); }
.faq-section { border-top: 1px solid var(--border-light); }
@media (max-width: 768px) {
  .quote-card { padding: 26px 22px 22px; }
}
/* ==================== 2026 REWRITE: FIRST WEEK CARDS (static) ==================== */
.tw-card { background: #fff; border: 1px solid var(--border-light); border-radius: 20px; overflow: hidden; display: flex; flex-direction: column; box-shadow: 0 8px 30px rgba(0,0,0,0.04); }
@media (max-width: 768px) {
  .custody-text h3 { font-size: 26px; letter-spacing: -0.6px; }
}
/* ==================== 2026 REWRITE: SPACING PASS ==================== */
.products { padding: 88px 0 104px; }
.pillar { padding: 64px 0 24px; }
.section-subtitle + .pillar { padding-top: 24px; }
.timeline-section { padding: 96px 0 88px; }
.timeline-section .section-title { max-width: 820px; }
.faq-section { padding: 88px 0 96px; }
.bottom-cta-heading { line-height: 1.15; margin-bottom: 24px; }
.bottom-cta-sub { margin: 0 auto 28px; }
@media (max-width: 768px) {
  .products { padding: 56px 0 64px; }
  .pillar { padding: 40px 0 0; }
  .timeline-section { padding: 60px 0 56px; }
  .faq-section { padding: 56px 0 64px; }
  .bottom-cta { padding: 64px 0 56px; }
}
/* ==================== 2026 REWRITE: COLOUR SYSTEM ==================== */
:root { --blue: #2563EB; --blue-soft: #e8efff; --blue-wash: #eef3ff; --green: #15803d; --green-soft: #e3f5ea; --green-wash: #eef8f1; --violet: #7c3aed; --violet-soft: #efe8ff; --violet-wash: #f4f0ff; --amber: #d97706; --amber-soft: #fdf1dc; }
/* Labels carry the brand blue on light grounds */
.section-label { color: var(--blue); }
.testimonials .section-label, .bottom-cta .section-label { color: rgba(255,255,255,0.6); }
/* Hero: highlight on the product-shot frame */
.hero-visual { position: relative; }
/* Pillars: one hue per pillar */
.pillar.t-blue .feat-icon { background: var(--blue-soft); color: var(--blue); }
.pillar.t-green .feat-icon { background: var(--green-soft); color: var(--green); }
.pillar.t-violet .feat-icon { background: var(--violet-soft); color: var(--violet); }
.pillar.t-blue .pillar-stage { background: radial-gradient(140% 110% at 50% 115%, #cfdcf9 0%, #e4ebfa 45%, #f1f4fb 100%); }
.pillar.t-green .pillar-stage { background: radial-gradient(140% 110% at 50% 115%, #cfeadb 0%, #e3f2e9 45%, #f0f6f2 100%); }
/* Regulated era: records are blue */
.custody-visual { background: var(--blue-wash); border-color: #dfe7fb; }
.reg-card { box-shadow: 0 20px 60px rgba(16,32,80,0.18), inset 0 1px 0 rgba(255,255,255,0.1); }
/* Switch: pills and checks */
.timeline-pill { background: var(--blue-soft); border-color: transparent; color: var(--blue); }
.timeline-line-dot { background: var(--blue) !important; }
.timeline-card li .check { color: var(--green); }
.switch-stat-num .u { color: var(--accent); }
/* Built to fit: a coloured rule on each card */
.cap-card { border-top: 3px solid var(--blue); }
/* Quotes: region tags */
.quote-card::before { color: var(--blue); opacity: 0.22; }
/* FAQ chevrons and closing section */
.faq-question[aria-expanded="true"] .faq-chevron, .faq-question:hover .faq-chevron { color: var(--blue); }
.bottom-cta { box-shadow: inset 0 1px 0 rgba(255,255,255,0.08); }
/* ==================== 2026 REWRITE: TABLET + POLISH ==================== */
.timeline-switch a { color: var(--blue); font-weight: 600; }
.timeline-switch a:hover { text-decoration: underline; }
.tw-card, .quote-card { transition: transform 0.35s cubic-bezier(.4,0,.2,1), box-shadow 0.35s cubic-bezier(.4,0,.2,1); }
.tw-card:hover { transform: translateY(-4px); box-shadow: 0 18px 44px rgba(0,0,0,0.08); }
.quote-card:hover { transform: translateY(-3px); box-shadow: 0 14px 36px rgba(0,0,0,0.06); }
.switch-stats { border-radius: var(--radius-lg); }
/* Scroll reveal: elements start visible; JS only hides those below the fold, then reveals them */
.reveal { opacity: 0; transform: translateY(12px); transition: opacity 0.4s ease, transform 0.4s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}
@media (max-width: 1024px) {
  /* Nav: hamburger from tablet down */
  .nav-inner { padding: 0 20px; }
  .nav-links { display: none; }
  .mobile-menu { display: block; color: white; }
  .nav.scrolled-light .mobile-menu { color: var(--text-dark); }
  .nav.nav-open .nav-links { display: flex; flex-direction: column; position: fixed; top: 60px; left: 0; right: 0; background: #111111; padding: 8px 0 20px; gap: 0; border-top: 1px solid rgba(255,255,255,0.08); z-index: 999; }
  .nav.nav-open .nav-links li { list-style: none; }
  .nav.nav-open .nav-links a { display: block; padding: 14px 24px; font-size: 16px; color: rgba(255,255,255,0.9) !important; border-bottom: 1px solid rgba(255,255,255,0.06); }
  .nav.nav-open .nav-links li:last-child a { border-bottom: none; }
  .mobile-signin-item { display: block; }
  .nav-right .nav-signin { display: none; }
  .nav-right .btn-demo { white-space: nowrap; }
  /* Hero: keep the product shot on tablets, below the copy */
  .hero-inner { grid-template-columns: 1fr; gap: 0; }
  .hero-content { padding-bottom: 8px; }
  .hero-visual { display: flex !important; justify-content: center; overflow: hidden; margin-top: 8px; }
  .hero-sub { max-width: 640px; }
  /* Stats band: two by two */
  .switch-stats { grid-template-columns: 1fr 1fr; }
  .switch-stat { border-bottom: 1px solid rgba(255,255,255,0.12); }
  .switch-stat:nth-child(2n) { border-right: none; }
  .switch-stat:nth-last-child(-n+2) { border-bottom: none; }
  /* Video caption row */
  .testimonial-text { align-items: center; }
}
/* ==================== 2026 REWRITE: TYPE (Inter throughout) ==================== */
:root { --display: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; }
.hero h1, .section-title, .pillar-head h3, .custody-text h3, .bottom-cta-heading, .cap-card h3, .switch-stat-num, .quote-card blockquote, .feat-title, .timeline-card h3, .custody-ui-title { font-family: var(--display); font-variation-settings: normal; text-wrap: balance; }
.hero h1 { font-weight: 700; font-size: 46px; line-height: 1.06; letter-spacing: -1.4px; }
.section-title { font-weight: 700; font-size: 42px; line-height: 1.1; letter-spacing: -1.2px; }
.pillar-head h3, .custody-text h3 { font-weight: 700; font-size: 31px; line-height: 1.12; letter-spacing: -0.8px; }
.cap-card h3 { font-weight: 600; font-size: 22px; letter-spacing: -0.4px; }
.bottom-cta-heading { font-weight: 700; font-size: 38px; letter-spacing: -1.1px; }
.switch-stat-num { font-weight: 700; font-size: 38px; letter-spacing: -1.4px; }
.switch-stat-num .u { font-weight: 600; letter-spacing: -0.3px; }
.quote-card blockquote { font-weight: 500; font-style: normal; font-size: 17.5px; letter-spacing: -0.2px; }
@media (max-width: 768px) {
  .hero h1 { font-size: 36px; letter-spacing: -1px; }
  .section-title { font-size: 30px; letter-spacing: -0.8px; }
  .pillar-head h3, .custody-text h3 { font-size: 25px; letter-spacing: -0.6px; }
  .cap-card h3 { font-size: 20px; }
  .bottom-cta-heading { font-size: 30px; letter-spacing: -0.8px; }
  .switch-stat-num { font-size: 30px; letter-spacing: -1px; }
}
/* ==================== 2026 REWRITE: INTERACTION ==================== */
html { -webkit-tap-highlight-color: transparent; }
::selection { background: rgba(37,99,235,0.18); }
section[id], div[id="book-demo"] { scroll-margin-top: 72px; }
.skip-link { position: absolute; left: 16px; top: -60px; background: var(--text-dark); color: #fff; padding: 10px 14px; border-radius: 8px; z-index: 2000; font-weight: 600; font-size: 14px; transition: top 0.2s; }
.skip-link:focus { top: 12px; outline: 3px solid var(--accent); }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; border-radius: 6px; }
.hero :focus-visible, .bottom-cta :focus-visible, .nav :focus-visible, .testimonials :focus-visible, .switch-stats :focus-visible { outline-color: var(--accent); }
/* Buttons: one motion language */
.btn-cta, .btn-demo, .nav-signin, .testimonial-link-btn { transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, opacity 0.18s ease, color 0.18s ease; }
.btn-cta:hover, .btn-demo:hover, .testimonial-link-btn:hover { transform: translateY(-1px); box-shadow: 0 6px 18px rgba(226,242,55,0.35); }
.btn-cta:active, .btn-demo:active, .testimonial-link-btn:active, .nav-signin:active { transform: translateY(0) scale(0.98); box-shadow: none; }
.btn-cta[disabled] { opacity: 0.7; cursor: progress; transform: none; box-shadow: none; }
.nav-signin:hover { opacity: 1; background: rgba(255,255,255,0.08); }
/* Nav: underline on hover and for the current section, soft shadow once scrolled */
.nav { transition: background 0.3s, border-color 0.3s, box-shadow 0.3s, backdrop-filter 0.3s; }
.nav.scrolled-light { box-shadow: 0 1px 0 rgba(0,0,0,0.06), 0 8px 24px rgba(0,0,0,0.04); }
.nav-links a { position: relative; transition: color 0.2s; }
.nav-links a::after { content: ''; position: absolute; left: 0; right: 0; bottom: -6px; height: 2px; border-radius: 2px; background: currentColor; opacity: 0.7; transform: scaleX(0); transform-origin: left; transition: transform 0.22s ease; }
.nav-links a:hover::after, .nav-links a.active::after { transform: scaleX(1); }
.nav.nav-open .nav-links a::after { display: none; }
.nav.nav-open .nav-links { animation: menuIn 0.22s ease-out; }
@keyframes menuIn {from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }
.mobile-menu { transition: transform 0.2s ease; }
.nav.nav-open .mobile-menu { transform: rotate(90deg); }
body.menu-open { overflow: hidden; }
/* Forms */
.hero-input-wrap { transition: box-shadow 0.2s; }
.hero-input-wrap:focus-within { box-shadow: 0 0 0 4px rgba(226,242,55,0.35), 0 2px 8px rgba(0,0,0,0.1); }
.bottom-cta .hero-input-wrap:focus-within { box-shadow: 0 0 0 4px rgba(226,242,55,0.35), 0 10px 40px rgba(0,0,0,0.25); }
.hero-input-wrap input:focus-visible { outline: none; }
/* FAQ: animated open, hover colour */
.faq-answer { display: grid; grid-template-rows: 0fr; padding: 0; overflow: hidden; transition: grid-template-rows 0.3s ease, padding 0.3s ease; }
.faq-answer > p { min-height: 0; overflow: hidden; }
.faq-item.open .faq-answer { display: grid; grid-template-rows: 1fr; padding: 0 0 20px; }
.faq-question { transition: color 0.2s; cursor: pointer; }
.faq-question:hover { color: var(--blue); }
.faq-chevron { transition: transform 0.3s ease, color 0.2s; }
/* Video card */
.video-poster { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; border-radius: 12px; z-index: 1; transition: opacity 0.5s ease; pointer-events: none; }
.video-poster.is-playing { opacity: 0; }
.testimonial-video { transition: transform 0.35s cubic-bezier(.4,0,.2,1), box-shadow 0.35s; }
.testimonial-video:hover { transform: translateY(-4px); box-shadow: 0 40px 90px rgba(0,0,0,0.5); }
.play-btn { transition: transform 0.2s ease; }
.testimonial-video:hover .play-btn { transform: scale(1.1); }
/* Feature rows and stages */
.feat { transition: background 0.2s, transform 0.2s; }
.feat:hover { transform: translateX(2px); }
.logo-carousel:hover .logo-track { animation-play-state: paused; }
/* Motion respect */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
  html { scroll-behavior: auto; }
}
/* ==================== 2026 REWRITE: FORMS ==================== */
.hp { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
/* Line breaks: no one- or two-word last lines in headings or intros */
.hero-sub, .section-subtitle, .bottom-cta-sub, .pillar-head p, .switch-note { text-wrap: balance; }
.timeline-card p, .faq-answer p, .feat-list li, .quote-card blockquote, .custody-text p, .reg-body p { text-wrap: pretty; }
.section-subtitle { max-width: 760px; }
/* FAQ: two columns on wide screens so nineteen questions stay compact */
@media (min-width: 1024px) {
  .faq-grid.two-col { display: grid; grid-template-columns: 1fr 1fr; column-gap: 40px; max-width: 1100px; align-items: start; }
}
/* Regulated era: both rows share one column split so the two cards are the same width */
@media (min-width: 1025px) {
  .reg-grid, .custody-grid { grid-template-columns: 1fr 1fr; }
}
/* Alternate tones so every section boundary is visible */
.timeline-section, .faq-section { background: #fff; border-top: 1px solid var(--border-light); }
/* Alternate sections carry a light tint of the brand blue, not a neutral grey */
.timeline-section { background: #f3f6fc; border-bottom: 1px solid var(--border-light); }
.quote-card { background: #fff; border: 1px solid var(--border); box-shadow: 0 8px 30px rgba(20,30,60,0.06); }
.products .section-title, .testimonials .section-title, .timeline-section .section-title, .faq-section .section-title { margin-left: auto; margin-right: auto; }
.badge-mobile { display: none; }
@media (max-width: 768px) {
  .badge-desktop { display: none; }
  .badge-mobile { display: inline; }
}
/* Headings carry the brand navy so light and dark sections read as one palette */
.section-title, .pillar-head h3, .custody-text h3, .timeline-card h3, .faq-question { color: #0b1434; }
.testimonials .section-title, .bottom-cta .section-title, .bottom-cta-heading { color: #fff; }
/* Section titles get room to sit on one line where they fit */
.section-title { max-width: 920px; }
.section-subtitle, .timeline-section .section-subtitle { max-width: 920px; }
.products .section-label, .products .section-title, .products .section-subtitle { text-align: center; margin-left: auto; margin-right: auto; }
.regulated .section-title { max-width: 560px; }
.reg-body p, .custody-text p { max-width: 580px; }
/* ==================== 2026 REWRITE: HERO DEVICE COMPOSITE ==================== */
.hero-visual { align-items: center; }
.hero-img { width: 116%; max-width: none; height: auto; margin: 0 -8% 24px -8%; }
@media (min-width: 1025px) {
  .hero-content { padding-bottom: 56px; }
  .hero-inner { align-items: center; }
}
@media (max-width: 1024px) {
  .hero-visual { display: flex !important; justify-content: center; overflow: visible; margin-top: 12px; }
  .hero-img { width: 100%; max-width: 760px; margin: 0 auto; }
}
@media (max-width: 768px) {
  .hero-visual { width: 100% !important; margin-left: 0; margin-right: 0; overflow: visible; }
  .hero-img { width: 104% !important; max-width: none !important; margin: 4px -2% 0 !important; }
}
/* ==================== 2026 REWRITE: REGULATED SECTION HEADINGS MATCH ==================== */
.custody-text h3 { font-weight: 700; font-size: 42px; line-height: 1.1; letter-spacing: -1.2px; max-width: 560px; }
@media (max-width: 768px) {
  .custody-text h3 { font-size: 28px; letter-spacing: -0.8px; }
  .testimonial-quote { white-space: normal !important; }
}
/* ==================== 2026 REWRITE: DOCUMENTS COMPOSITE IN PILLAR 1 ==================== */
.pillar .pillar-stage.composite { background: transparent; border-color: transparent; display: flex; align-items: center; justify-content: center; }
.pillar-stage.composite .stage-img { display: block; width: 100%; max-width: none; height: auto; margin: 0; }
.pillar.t-green .pillar-stage.composite .stage-img { filter: brightness(1.025); }
.pillar.t-violet .pillar-stage.composite .stage-img { filter: brightness(1.012); }
/* Pillars with a supplied illustration give the image the larger share of the row */
@media (min-width: 1025px) {
  .pillar:has(.pillar-stage.composite) { grid-template-columns: 0.8fr 1.3fr; gap: 40px; }
  .pillar.flip:has(.pillar-stage.composite) { grid-template-columns: 1.3fr 0.8fr; }
  .pillar.t-green .pillar-stage.composite .stage-img { width: 112%; margin: 0 -6%; }
}
@media (max-width: 768px) {
  .pillar-stage.composite { min-height: 0; }
  .pillar-stage.composite .stage-img { width: 100%; margin: 0; }
}
/* ==================== 2026 REWRITE: MOBILE LEFT-ALIGNED PROSE, RHYTHM ==================== */
@media (max-width: 768px) {
  .regulated .section-label, .regulated .section-title, .reg-body p, .custody-text, .custody-text h3, .custody-text p, .timeline-section .section-label, .timeline-section .section-title, .timeline-section .section-subtitle, .timeline-switch { text-align: left; margin-left: 0; margin-right: 0; }
  .regulated .section-title, .custody-text h3, .timeline-section .section-title { max-width: none; }
}
/* Without the independents section: white, tint, white, tint, navy */
.faq-section { background: #fff; border-bottom: 0; }
.faq-more { text-align: center; margin: 32px 0 0; font-size: 15px; color: var(--text-muted); }
.faq-more a { color: var(--blue); font-weight: 600; }
.faq-more a:hover { text-decoration: underline; }
/* ==================== FAQ PAGE ==================== */
.page-hero { background: var(--navy-grad); padding: 150px 0 64px; text-align: center; color: #fff; }
.page-hero .section-label { color: rgba(255,255,255,0.62); }
.page-hero h1 { font-weight: 700; font-size: 46px; line-height: 1.06; letter-spacing: -1.4px; color: #fff; margin: 0 0 14px; text-wrap: balance; }
.page-hero p { max-width: 620px; margin: 0 auto; font-size: 17px; line-height: 1.6; color: rgba(255,255,255,0.78); text-wrap: balance; }
.faq-page { background: #fff; padding: 64px 0 24px; }
.faq-group { margin-bottom: 56px; }
.faq-group h2 { font-size: 24px; font-weight: 700; letter-spacing: -0.5px; color: #0b1434; margin: 0 0 4px; text-align: left; max-width: 1100px; margin-left: auto; margin-right: auto; }
.faq-page .faq-grid { margin-top: 8px; }
@media (max-width: 768px) {
  .page-hero { padding: 108px 0 44px; }
  .page-hero h1 { font-size: 34px; letter-spacing: -1px; }
  .faq-group { margin-bottom: 40px; }
  .faq-group h2 { font-size: 21px; }
}
