.page-website-dev {
  display: block;
  font-family: 'Poppins', system-ui, -apple-system, sans-serif;
  color: #0d131b;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  background: #f6f7f8;

  & *, & *::before, & *::after { box-sizing: border-box; margin: 0; padding: 0; }
  & img { max-width: 100%; display: block; }
  & a { color: inherit; text-decoration: none; }

  .msi {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 1.25rem;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  }
  .msi.filled { font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24; }

  /* ===== Layout ===== */
  .container {
    max-width: 80rem;
    margin: 0 auto;
    padding: 0 clamp(1rem, 3vw, 2.5rem);
  }

  /* ===== Hero ===== */
  .hero-wrap {
    padding: 1.5rem 1.5rem 0;
  }

  .hero {
    border-radius: 1.75rem;
    background: #0a0f1a;
    background-image: radial-gradient(rgba(255,255,255,0.04) 1px, transparent 1px);
    background-size: 28px 28px;
    border: 1px solid rgba(255,255,255,0.06);
    box-shadow: 0 32px 80px rgba(0,0,0,0.4);
  }

  .hero-inner {
    display: grid;
    grid-template-columns: 1fr minmax(0, 1.05fr);
    gap: 2.5rem;
    align-items: center;
    padding: 2.5rem 3rem 2rem;
  }

  .hero-inner > * {
    min-width: 0;
  }

  .hero-content {
    position: relative;
  }

  .hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: rgba(255,255,255,0.7);
    margin-bottom: 1rem;
  }

  .hero-eyebrow-star {
    color: #93c5fd;
    font-size: 0.7rem;
  }

  .hero h1 {
    font-size: clamp(2rem, 3.2vw, 3.5rem);
    font-weight: 900;
    line-height: 0.97;
    letter-spacing: -0.055em;
    color: #fff;
    margin-bottom: 0.9rem;
  }

  .hero h1 em {
    font-style: italic;
    color: #93c5fd;
    display: block;
  }

  .hero p {
    font-size: 0.97rem;
    color: rgba(255,255,255,0.58);
    line-height: 1.65;
    margin-bottom: 1rem;
    max-width: 30rem;
  }

  .hero-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.25rem;
  }

  .hero-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.72);
    font-size: 0.82rem;
    font-weight: 600;
  }

  .hero-chip .msi {
    font-size: 0.9rem;
    color: #93c5fd;
  }

  .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
  }

  .btn-hero-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.15rem;
    padding: 0.85rem 1.75rem;
    border-radius: 0.9rem;
    background: #fff;
    color: #0a0f1a;
    font-size: 0.95rem;
    font-weight: 800;
    border: none;
    cursor: pointer;
    box-shadow: 0 16px 34px rgba(255,255,255,0.08);
    transition: background 0.18s ease, transform 0.18s ease;
    text-decoration: none;
  }

  .btn-hero-cta:hover { background: #e2e8f0; transform: translateY(-2px); }

  .btn-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.15rem;
    padding: 0.85rem 1.5rem;
    border-radius: 0.9rem;
    background: transparent;
    color: rgba(255,255,255,0.82);
    font-size: 0.95rem;
    font-weight: 700;
    border: 1px solid rgba(255,255,255,0.18);
    cursor: pointer;
    transition: background 0.18s ease, transform 0.18s ease, border-color 0.18s ease;
    text-decoration: none;
  }

  .btn-ghost:hover { background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.3); transform: translateY(-2px); }

  /* ===== Browser Mockup ===== */
  .hero-mockup-wrap {
    position: relative;
    padding: 0.5rem 0.5rem 2rem 0.25rem;
  }

  .hero-browser {
    border-radius: 1.15rem;
    overflow: hidden;
    background: #fff;
    box-shadow:
      0 32px 64px rgba(0,0,0,0.5),
      0 0 0 1px rgba(255,255,255,0.1);
  }

  .hero-browser-chrome {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.65rem 1rem;
    background: #1a2035;
    border-bottom: 1px solid rgba(255,255,255,0.06);
  }

  .hero-browser-dots {
    display: flex;
    gap: 0.35rem;
    flex-shrink: 0;
  }

  .hero-browser-dots span {
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
  }

  .hero-browser-dots span:nth-child(1) { background: #ff5f57; }
  .hero-browser-dots span:nth-child(2) { background: #febc2e; }
  .hero-browser-dots span:nth-child(3) { background: #28c840; }

  .hero-browser-bar {
    flex: 1;
    padding: 0.28rem 0.85rem;
    border-radius: 0.4rem;
    background: rgba(255,255,255,0.06);
    color: rgba(255,255,255,0.36);
    font-size: 0.7rem;
    font-family: 'SF Mono', 'Fira Code', monospace;
  }

  /* Mini site inside the browser */
  .hero-site-nav {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.65rem 1.25rem;
    border-bottom: 1px solid #f1f5f9;
    background: #fff;
  }

  .hero-site-logo {
    font-size: 0.72rem;
    font-weight: 900;
    color: #06357a;
    letter-spacing: -0.03em;
    flex-shrink: 0;
    line-height: 1;
  }

  .hero-site-logo span { color: #0d131b; }

  .hero-site-links {
    display: flex;
    gap: 0.85rem;
    flex: 1;
    justify-content: center;
  }

  .hero-site-links span {
    font-size: 0.62rem;
    font-weight: 600;
    color: #475569;
  }

  .hero-site-cta-nav {
    font-size: 0.62rem;
    font-weight: 800;
    color: #fff;
    background: #06357a;
    padding: 0.3rem 0.7rem;
    border-radius: 0.35rem;
    flex-shrink: 0;
  }

  .hero-site-body {
    display: grid;
    grid-template-columns: 1fr 5.5rem;
    gap: 1rem;
    padding: 1.35rem 1.25rem;
    background: linear-gradient(135deg, #f0f6ff 0%, #e8eef8 100%);
    align-items: center;
  }

  .hero-site-copy { display: flex; flex-direction: column; gap: 0.48rem; }

  .hero-site-eyebrow {
    font-size: 0.58rem;
    font-weight: 700;
    color: #06357a;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .hero-site-headline {
    font-size: 1.05rem;
    font-weight: 900;
    color: #0d131b;
    line-height: 1.1;
    letter-spacing: -0.04em;
  }

  .hero-site-sub {
    font-size: 0.6rem;
    color: #64748b;
    line-height: 1.5;
    max-width: 13rem;
  }

  .hero-site-btn {
    display: inline-flex;
    align-items: center;
    padding: 0.32rem 0.75rem;
    border-radius: 0.35rem;
    background: #06357a;
    color: #fff;
    font-size: 0.6rem;
    font-weight: 800;
    width: fit-content;
    margin-top: 0.2rem;
  }

  .hero-site-photo {
    border-radius: 0.75rem;
    overflow: hidden;
    aspect-ratio: 3/4;
    background:
      linear-gradient(to bottom, rgba(6,53,122,0.08) 0%, rgba(6,53,122,0.22) 100%),
      url('/static/assets/images/about1.webp');
    background-size: cover;
    background-position: center top;
    box-shadow: 0 6px 16px rgba(6,53,122,0.18);
  }

  /* Floating notification card */
  .hero-notif {
    position: absolute;
    bottom: 1.25rem;
    left: -0.75rem;
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.7rem 1rem;
    border-radius: 0.85rem;
    background: rgba(10,15,26,0.94);
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 20px 40px rgba(0,0,0,0.5);
    z-index: 10;
    min-width: 13.5rem;
    backdrop-filter: blur(8px);
  }

  .hero-notif-dot {
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    background: #22c55e;
    flex-shrink: 0;
    box-shadow: 0 0 0 0.3rem rgba(34,197,94,0.2);
  }

  .hero-notif-text { display: flex; flex-direction: column; gap: 0.08rem; }
  .hero-notif-text strong { font-size: 0.78rem; font-weight: 700; color: #fff; }
  .hero-notif-text span { font-size: 0.67rem; color: rgba(255,255,255,0.45); }

  /* Trust score badge */
  .hero-score {
    position: absolute;
    top: 0.25rem;
    right: 0.25rem;
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.65rem 0.9rem;
    border-radius: 0.85rem;
    background: #06357a;
    border: 1px solid rgba(255,255,255,0.14);
    box-shadow: 0 16px 36px rgba(6,53,122,0.5);
    z-index: 10;
  }

  .hero-score-number {
    font-size: 1.6rem;
    font-weight: 900;
    color: #fff;
    line-height: 1;
    letter-spacing: -0.04em;
  }

  .hero-score-label {
    font-size: 0.6rem;
    font-weight: 700;
    color: rgba(255,255,255,0.55);
    line-height: 1.35;
    text-transform: uppercase;
    letter-spacing: 0.06em;
  }

  /* Stats strip at bottom of hero */
  .hero-stats {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    padding: 0.9rem 2rem;
    border-top: 1px solid rgba(255,255,255,0.07);
  }

  .hero-stat {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
  }

  .hero-stat strong {
    font-size: 1.5rem;
    font-weight: 900;
    color: #fff;
    letter-spacing: -0.04em;
  }

  .hero-stat span {
    font-size: 0.8rem;
    color: rgba(255,255,255,0.42);
    font-weight: 500;
  }

  .hero-stat-divider {
    width: 1px;
    height: 2rem;
    background: rgba(255,255,255,0.1);
    flex-shrink: 0;
  }

  /* ===== Scroll Animations ===== */
  [data-animate] {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.65s cubic-bezier(0.16,1,0.3,1), transform 0.65s cubic-bezier(0.16,1,0.3,1);
  }

  [data-animate="slide-left"]  { transform: translateX(40px);  }
  [data-animate="slide-right"] { transform: translateX(-40px); }
  [data-animate="scale"]       { transform: scale(0.94); }
  [data-animate="fade"]        { transform: none; }
  [data-animate="fade-up"]     { transform: translateY(28px); }

  [data-animate].is-visible {
    opacity: 1;
    transform: none;
  }

  /* ===== Problem Stats Bar ===== */
  .problem-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid #e2e8f0;
    border-radius: 1.15rem;
    overflow: hidden;
    margin-bottom: 4rem;
    background: #fff;
    box-shadow: 0 4px 20px rgba(15,23,42,0.05);
  }

  .problem-stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 2rem 1.5rem;
    border-right: 1px solid #e2e8f0;
    position: relative;
    transition: background 0.2s ease;
  }

  .problem-stat-item:last-child { border-right: none; }
  .problem-stat-item:hover { background: #f8fafc; }

  .problem-stat-item::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, #06357a, #3b82f6);
  }

  .problem-stat-num {
    font-size: clamp(2.4rem, 4vw, 3.4rem);
    font-weight: 900;
    color: #06357a;
    letter-spacing: -0.05em;
    line-height: 1;
    margin-bottom: 0.6rem;
    font-variant-numeric: tabular-nums;
  }

  .problem-stat-text {
    font-size: 0.82rem;
    color: #64748b;
    line-height: 1.55;
    max-width: 11rem;
  }

  /* ===== Card number labels ===== */
  .why-card-num {
    font-size: 0.65rem;
    font-weight: 900;
    color: rgba(6,53,122,0.22);
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
  }

  /* ===== Comp row step label ===== */
  .comp-step {
    display: inline-block;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #06357a;
    background: rgba(6,53,122,0.08);
    padding: 0.28rem 0.7rem;
    border-radius: 999px;
    margin-bottom: 0.75rem;
  }

  /* ===== Sections ===== */
  .section { padding: 5.5rem 0; }
  .section.white { background: #fff; }
  .section.light { background: #f6f7f8; }
  .section.navy  { background: #06357a; color: #fff; }

  /* Dark navy section */
  .section.navy-dark {
    background: #06357a;
    background-image: radial-gradient(rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size: 22px 22px;
  }

  /* Near-black section (hero tone) */
  .section.dark {
    background: #0a0f1a;
    background-image: radial-gradient(rgba(255,255,255,0.035) 1px, transparent 1px);
    background-size: 26px 26px;
  }

  /* FAQ section */
  .section.faq-section {
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
  }

  /* ── Section eyebrow label ───────────────────────────────────────────── */
  .section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #06357a;
    margin-bottom: 0.75rem;
  }

  .section-eyebrow::before {
    content: '';
    display: block;
    width: 1.5rem;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    flex-shrink: 0;
  }

  .section-eyebrow.center {
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .section-eyebrow.center::before { display: none; }

  .section.navy-dark .section-eyebrow,
  .section.dark .section-eyebrow { color: #93c5fd; }

  /* ── Section typography ──────────────────────────────────────────────── */
  .section-title {
    font-size: clamp(1.9rem, 2.8vw, 2.6rem);
    font-weight: 900;
    letter-spacing: -0.035em;
    line-height: 1.08;
    color: #0d131b;
    margin-bottom: 1rem;
  }

  .section-title.center { text-align: center; }

  .section.navy-dark .section-title,
  .section.dark .section-title { color: #fff; }

  .section-sub {
    font-size: 1.05rem;
    color: #64748b;
    line-height: 1.72;
    max-width: 38rem;
  }

  .section-sub.center { text-align: center; margin: 0 auto; }

  .section.navy-dark .section-sub,
  .section.dark .section-sub { color: rgba(255,255,255,0.55); }

  /* ── Why-card on navy-dark background ───────────────────────────────── */
  .section.navy-dark .why-card {
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.1);
    border-top: 4px solid #93c5fd;
    box-shadow: none;
  }

  .section.navy-dark .why-card:hover {
    background: rgba(255,255,255,0.11);
    box-shadow: 0 20px 48px rgba(0,0,0,0.3);
  }

  .section.navy-dark .why-card-num { color: rgba(255,255,255,0.18); }
  .section.navy-dark .why-card-icon { background: rgba(255,255,255,0.1); color: #93c5fd; }
  .section.navy-dark .why-card-icon .msi { color: #93c5fd; }
  .section.navy-dark .why-card h3 { color: #fff; }
  .section.navy-dark .why-card p  { color: rgba(255,255,255,0.62); }

  /* ── Practice-card on dark background ───────────────────────────────── */
  .section.dark .practices-grid { margin-top: 3rem; }

  .section.dark .practice-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: none;
  }

  .section.dark .practice-card:hover {
    background: rgba(255,255,255,0.09);
    border-color: rgba(147,197,253,0.3);
  }

  .section.dark .practice-card .msi { color: #93c5fd; }
  .section.dark .practice-card h3   { color: #fff; }
  .section.dark .practice-card p    { color: rgba(255,255,255,0.55); }

  /* ===== What We Do ===== */
  .two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
  }

  .two-col > * {
    min-width: 0;
  }

  .what-copy p {
    font-size: 1.05rem;
    color: #6c757d;
    line-height: 1.75;
    margin-bottom: 1.25rem;
  }

  .what-copy p:last-child { margin-bottom: 0; }

  .what-image {
    position: relative;
    border-radius: 1.25rem;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    box-shadow: 0 25px 50px rgba(0,0,0,0.15);
    border: 1px solid #f1f5f9;
  }

  .what-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .what-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.15) 0%, transparent 50%);
    pointer-events: none;
  }

  /* ===== Why It Matters — 3 cards ===== */
  .cards-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
    margin-top: 4rem;
  }

  .why-card {
    background: #fff;
    border-radius: 0.85rem;
    padding: 2rem;
    border-top: 4px solid #06357a;
    box-shadow: 0 4px 14px rgba(15,23,42,0.06);
    transition: box-shadow 0.22s ease;
  }

  .why-card:hover { box-shadow: 0 16px 40px rgba(15,23,42,0.12); }

  .why-card-icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 0.65rem;
    background: rgba(6,53,122,0.08);
    color: #06357a;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
  }

  .why-card-icon .msi { font-size: 1.75rem; }
  .why-card h3 { font-size: 1.15rem; font-weight: 700; color: #0d131b; margin-bottom: 0.65rem; }
  .why-card p  { font-size: 0.9rem; color: #6c757d; line-height: 1.65; }

  /* ===== Essential Components — alternating rows ===== */
  .components-list { display: flex; flex-direction: column; gap: 5rem; }

  .comp-row {
    display: flex;
    gap: 2.5rem;
    align-items: center;
  }

  .comp-row > * {
    min-width: 0;
  }

  .comp-row.reverse { flex-direction: row-reverse; }

  .comp-image {
    flex: 1 1 0;
    border-radius: 1.25rem;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    box-shadow: 0 16px 40px rgba(15,23,42,0.12);
    border: 1px solid #e2e8f0;
    background: #f1f5f9;
  }

  .comp-image img { width: 100%; height: 100%; object-fit: cover; }

  .comp-copy {
    flex: 1 1 0;
    width: 100%;
  }
  .comp-copy h3 { font-size: 1.5rem; font-weight: 700; color: #06357a; margin-bottom: 1rem; }
  .comp-copy p  { font-size: 1rem; color: #6c757d; line-height: 1.75; margin-bottom: 1.5rem; }

  .check-list { list-style: none; display: flex; flex-direction: column; gap: 0.75rem; }

  .check-list li {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    font-size: 0.95rem;
    color: #0d131b;
  }

  .check-list .msi { color: #06357a; font-size: 1.2rem; }

  /* ===== Best Practices — 4 col ===== */
  .practices-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
    margin-top: 3rem;
  }

  .practice-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 0.85rem;
    padding: 1.5rem;
    border: 1px solid transparent;
    box-shadow: 0 2px 8px rgba(15,23,42,0.05);
    transition: border-color 0.22s ease;
  }

  .practice-card:hover { border-color: rgba(6,53,122,0.2); }

  .practice-card .msi { color: #06357a; font-size: 2.5rem; margin-bottom: 1rem; }
  .practice-card h3  { font-size: 1rem; font-weight: 700; color: #0d131b; margin-bottom: 0.4rem; }
  .practice-card p   { font-size: 0.85rem; color: #6c757d; line-height: 1.6; }

  /* ===== FAQ ===== */
  .faq-wrap { max-width: 48rem; margin: 0 auto; }

  /* ===== Lead Form Section ===== */
  .lead-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
  }

  .lead-copy h2 { font-size: clamp(1.75rem, 2.5vw, 2.25rem); font-weight: 700; color: #fff; margin-bottom: 1.25rem; }
  .lead-copy p  { font-size: 1.05rem; color: rgba(255,255,255,0.8); line-height: 1.7; margin-bottom: 2rem; }

  .lead-promises {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .lead-promises li {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    color: rgba(255,255,255,0.85);
    font-size: 0.95rem;
  }

  .lead-promises .msi { color: #93c5fd; font-size: 1.2rem; }

  .lead-form-card {
    background: #fff;
    border-radius: 0.85rem;
    padding: 2rem 2.25rem;
    box-shadow: 0 25px 50px rgba(0,0,0,0.25);
  }

  .lead-form-card h3 {
    font-size: 1.35rem;
    font-weight: 700;
    color: #0d131b;
    margin-bottom: 1.5rem;
  }

  /* ===== Section Graphics ===== */

  /* ── Problem Visual (Section 1) ────────────────────────────────────────── */
  .prob-visual {
    overflow: visible !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    aspect-ratio: unset !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.5rem 0;
  }

  .prob-browser-frame {
    width: 100%;
    border-radius: 0.9rem;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 24px 56px rgba(15,23,42,0.13);
    position: relative;
  }

  .prob-chrome {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.55rem 0.85rem;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
  }

  .prob-chrome-dots { display: flex; gap: 0.28rem; }
  .prob-chrome-dots span { width: 0.45rem; height: 0.45rem; border-radius: 50%; }
  .prob-chrome-dots span:nth-child(1) { background: #ff5f57; }
  .prob-chrome-dots span:nth-child(2) { background: #febc2e; }
  .prob-chrome-dots span:nth-child(3) { background: #28c840; }

  .prob-chrome-url {
    flex: 1;
    padding: 0.2rem 0.65rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 0.3rem;
    font-size: 0.6rem;
    color: #94a3b8;
    font-family: 'SF Mono', monospace;
  }

  .prob-old-nav {
    background: #1a3a8e;
    padding: 0.45rem 0.75rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.5rem;
  }

  .prob-old-logo {
    font-size: 0.52rem;
    font-weight: 900;
    color: #fff;
    font-family: Georgia, serif;
    text-transform: uppercase;
    line-height: 1.3;
    max-width: 7rem;
  }

  .prob-old-links { display: flex; flex-wrap: wrap; gap: 0.15rem 0.5rem; justify-content: flex-end; }
  .prob-old-links span { font-size: 0.5rem; color: rgba(255,255,255,0.75); text-decoration: underline; cursor: default; }

  .prob-old-banner {
    background: linear-gradient(90deg, #ffd700, #ffb300);
    text-align: center;
    padding: 0.3rem;
    font-size: 0.55rem;
    font-weight: 700;
    color: #1a3a8e;
    font-family: Georgia, serif;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    border-bottom: 2px solid #e8a000;
  }

  .prob-old-body {
    display: grid;
    grid-template-columns: 1fr 3rem;
    gap: 0.4rem;
    padding: 0.55rem 0.65rem;
    background: #f0ede0;
    min-height: 5.5rem;
  }

  .prob-old-content { display: flex; flex-direction: column; gap: 0.22rem; }

  .prob-old-heading { width: 82%; height: 0.5rem; border-radius: 2px; background: #888; margin-bottom: 0.1rem; }

  .prob-old-line { height: 0.35rem; border-radius: 2px; background: #b5b2a0; }
  .prob-old-line.w90 { width: 90%; }
  .prob-old-line.w80 { width: 80%; }
  .prob-old-line.w70 { width: 70%; }
  .prob-old-line.w60 { width: 60%; }

  .prob-old-sidebar { display: flex; flex-direction: column; gap: 0.3rem; }
  .prob-old-widget { border: 1px solid #c5c2aa; border-radius: 2px; background: #e5e2cc; height: 2.4rem; }

  .prob-bounce-badge {
    position: absolute;
    bottom: -0.85rem;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.48rem 1rem;
    border-radius: 999px;
    background: #ef4444;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    white-space: nowrap;
    box-shadow: 0 8px 22px rgba(239,68,68,0.4);
    z-index: 5;
  }
  .prob-bounce-badge .msi { font-size: 0.85rem; }

  .prob-timer {
    position: absolute;
    top: -1.1rem;
    right: -1.1rem;
    width: 5.25rem;
    height: 5.25rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: timer-drain 3s linear infinite;
    box-shadow: 0 8px 24px rgba(6,53,122,0.3);
    z-index: 5;
  }

  @keyframes timer-drain {
    0%   { background: conic-gradient(#3b82f6 360deg, rgba(6,53,122,0.1) 360deg); }
    33%  { background: conic-gradient(#2563eb 240deg, rgba(6,53,122,0.1) 240deg); }
    66%  { background: conic-gradient(#1d4ed8 120deg, rgba(6,53,122,0.1) 120deg); }
    99%  { background: conic-gradient(#06357a   2deg, rgba(6,53,122,0.1)   2deg); }
    100% { background: conic-gradient(#3b82f6 360deg, rgba(6,53,122,0.1) 360deg); }
  }

  .prob-timer::before {
    content: '';
    position: absolute;
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 50%;
    background: #fff;
  }

  .prob-timer-inner { position: relative; z-index: 1; text-align: center; line-height: 1; }
  .prob-timer-num { display: block; font-size: 1.2rem; font-weight: 900; color: #06357a; letter-spacing: -0.04em; }
  .prob-timer-lbl { display: block; font-size: 0.42rem; color: #64748b; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; margin-top: 0.1rem; }

  /* ── Section 2: Card Visual Headers ─────────────────────────────────────── */
  .card-visual {
    height: 7.5rem;
    border-radius: 0.65rem;
    margin-bottom: 1.25rem;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
  }

  /* Card 1 — Custom Design: floating palette + grid */
  .cv-design {
    background: linear-gradient(135deg, #06357a 0%, #1a5cb5 100%);
  }

  .cv-design::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
      linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
    background-size: 18px 18px;
  }

  .cv-swatch {
    position: absolute;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.25);
  }

  .cv-swatch-1 { width: 3.5rem; height: 3.5rem; background: #fff; top: 0.75rem; right: 1.5rem; opacity: 0.15; }
  .cv-swatch-2 { width: 2.5rem; height: 2.5rem; background: #93c5fd; bottom: 0.5rem; right: 0.75rem; opacity: 0.35; }
  .cv-swatch-3 { width: 1.75rem; height: 1.75rem; background: #3b82f6; top: 1rem; right: 4rem; opacity: 0.5; }

  .cv-palette {
    position: absolute;
    bottom: 0.85rem;
    left: 1rem;
    display: flex;
    gap: 0.35rem;
    align-items: flex-end;
  }

  .cv-palette span {
    border-radius: 0.3rem;
    width: 1.1rem;
  }

  .cv-palette span:nth-child(1) { height: 1.8rem; background: #fff; opacity: 0.9; }
  .cv-palette span:nth-child(2) { height: 2.4rem; background: #93c5fd; opacity: 0.85; }
  .cv-palette span:nth-child(3) { height: 1.5rem; background: #3b82f6; opacity: 0.8; }
  .cv-palette span:nth-child(4) { height: 2.8rem; background: rgba(255,255,255,0.3); }
  .cv-palette span:nth-child(5) { height: 2rem; background: #bfdbfe; opacity: 0.7; }

  .cv-cursor {
    position: absolute;
    top: 1.2rem;
    left: 4rem;
    width: 0;
    height: 0;
    border-left: 0.5rem solid rgba(255,255,255,0.9);
    border-bottom: 0.5rem solid transparent;
    border-right: 0.5rem solid transparent;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
    animation: cursor-blink 1.2s ease-in-out infinite;
  }

  @keyframes cursor-blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
  }

  /* Card 2 — Local SEO: pin + radius rings */
  .cv-seo {
    background: linear-gradient(135deg, #0a2a5c 0%, #0e4a8c 100%);
    overflow: visible;
    clip-path: inset(0 0 0 0 round 0.65rem);
  }

  .cv-rings {
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
  }

  .cv-ring {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(147,197,253,0.3);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: ring-pulse 2s ease-out infinite;
  }

  .cv-ring-1 { width: 3rem; height: 3rem; animation-delay: 0s; }
  .cv-ring-2 { width: 5rem; height: 5rem; animation-delay: 0.4s; border-color: rgba(147,197,253,0.2); }
  .cv-ring-3 { width: 7rem; height: 7rem; animation-delay: 0.8s; border-color: rgba(147,197,253,0.1); }

  @keyframes ring-pulse {
    0%   { transform: translate(-50%,-50%) scale(0.85); opacity: 0; }
    40%  { opacity: 1; }
    100% { transform: translate(-50%,-50%) scale(1.15); opacity: 0; }
  }

  .cv-pin {
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -60%);
    z-index: 2;
  }

  .cv-pin-head {
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 50% 50% 50% 0;
    background: #3b82f6;
    transform: rotate(-45deg);
    box-shadow: 0 4px 12px rgba(59,130,246,0.5);
  }

  .cv-pin-dot {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #fff;
  }

  .cv-city-dots {
    position: absolute;
    inset: 0;
  }

  .cv-city {
    position: absolute;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background: rgba(147,197,253,0.6);
  }

  .cv-city-1 { top: 25%; left: 25%; }
  .cv-city-2 { top: 65%; left: 30%; }
  .cv-city-3 { top: 40%; left: 75%; }
  .cv-city-4 { top: 70%; left: 70%; }
  .cv-city-5 { top: 20%; left: 65%; }

  /* Card 3 — 30-Day Support: calendar progress */
  .cv-support {
    background: linear-gradient(135deg, #062050 0%, #0d3570 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    padding: 0 1.5rem;
  }

  .cv-calendar {
    background: #fff;
    border-radius: 0.5rem;
    overflow: hidden;
    width: 4.5rem;
    box-shadow: 0 6px 16px rgba(0,0,0,0.3);
    flex-shrink: 0;
  }

  .cv-cal-header {
    background: #06357a;
    padding: 0.3rem 0.4rem 0.2rem;
    font-size: 0.5rem;
    font-weight: 800;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }

  .cv-cal-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0.18rem;
    padding: 0.3rem;
  }

  .cv-cal-grid span {
    aspect-ratio: 1;
    border-radius: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.38rem;
    font-weight: 700;
  }

  .cv-cal-grid span.done { background: rgba(6,53,122,0.1); color: #06357a; }
  .cv-cal-grid span.done::before { content: '✓'; }
  .cv-cal-grid span.today { background: #06357a; color: #fff; }
  .cv-cal-grid span.today::before { content: '●'; font-size: 0.5rem; }
  .cv-cal-grid span.empty { background: #f1f5f9; }

  .cv-support-copy {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
  }

  .cv-days {
    font-size: 2rem;
    font-weight: 900;
    color: #fff;
    line-height: 1;
    letter-spacing: -0.05em;
  }

  .cv-days span { font-size: 0.85rem; font-weight: 600; color: rgba(255,255,255,0.6); }
  .cv-support-label { font-size: 0.62rem; color: rgba(255,255,255,0.55); font-weight: 600; line-height: 1.4; max-width: 5rem; }

  /* ── Section 3: Page Mockups ────────────────────────────────────────────── */
  .page-mockup {
    width: 100%;
    border-radius: 0.9rem;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 20px 50px rgba(15,23,42,0.13);
    border: 1px solid #e2e8f0;
  }

  .pm-chrome {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.55rem 0.85rem;
    background: #1a2035;
    border-bottom: 1px solid rgba(255,255,255,0.06);
  }

  .pm-dots { display: flex; gap: 0.28rem; }
  .pm-dots span { width: 0.45rem; height: 0.45rem; border-radius: 50%; }
  .pm-dots span:nth-child(1) { background: #ff5f57; }
  .pm-dots span:nth-child(2) { background: #febc2e; }
  .pm-dots span:nth-child(3) { background: #28c840; }

  .pm-url {
    flex: 1;
    padding: 0.22rem 0.7rem;
    background: rgba(255,255,255,0.07);
    border-radius: 0.3rem;
    font-size: 0.62rem;
    color: rgba(255,255,255,0.38);
    font-family: 'SF Mono', monospace;
  }

  .pm-nav {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.55rem 1rem;
    border-bottom: 1px solid #f1f5f9;
    background: #fff;
  }

  .pm-logo { font-size: 0.65rem; font-weight: 900; color: #06357a; letter-spacing: -0.03em; flex-shrink: 0; }
  .pm-logo span { color: #0d131b; }

  .pm-nav-links { display: flex; gap: 0.7rem; flex: 1; justify-content: center; }
  .pm-nav-links span { font-size: 0.55rem; font-weight: 600; color: #475569; }

  .pm-nav-cta { font-size: 0.58rem; font-weight: 800; color: #fff; background: #06357a; padding: 0.28rem 0.65rem; border-radius: 0.3rem; flex-shrink: 0; }

  /* Homepage mockup */
  .pm-hero {
    display: grid;
    grid-template-columns: 1fr 5rem;
    gap: 0.75rem;
    padding: 1rem 1rem 0.85rem;
    background: linear-gradient(135deg, #06357a 0%, #0a1e3d 100%);
    align-items: center;
  }

  .pm-hero-copy { display: flex; flex-direction: column; gap: 0.35rem; }

  .pm-hero-eyebrow { font-size: 0.52rem; font-weight: 700; color: #93c5fd; letter-spacing: 0.08em; text-transform: uppercase; }

  .pm-hero-h1 { font-size: 0.88rem; font-weight: 900; color: #fff; line-height: 1.1; letter-spacing: -0.03em; }

  .pm-hero-sub { font-size: 0.55rem; color: rgba(255,255,255,0.6); line-height: 1.5; max-width: 10rem; }

  .pm-hero-btn { display: inline-flex; align-items: center; padding: 0.3rem 0.7rem; border-radius: 0.3rem; background: #fff; color: #06357a; font-size: 0.55rem; font-weight: 800; width: fit-content; margin-top: 0.1rem; }

  .pm-hero-photo {
    border-radius: 0.5rem;
    aspect-ratio: 3/4;
    background: linear-gradient(to bottom, rgba(255,255,255,0.1), rgba(255,255,255,0.05)),
                url('/static/assets/images/about1.webp');
    background-size: cover;
    background-position: center top;
    box-shadow: 0 6px 16px rgba(0,0,0,0.3);
  }

  .pm-trust {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.5rem 1rem;
    background: #f8fafc;
    border-top: 1px solid #f1f5f9;
  }

  .pm-trust-item { display: flex; align-items: center; gap: 0.28rem; font-size: 0.52rem; font-weight: 700; color: #475569; }
  .pm-trust-item .msi { font-size: 0.65rem; color: #06357a; }

  /* Services mockup */
  .pm-services-header {
    padding: 0.65rem 1rem;
    background: #fff;
    border-bottom: 1px solid #f1f5f9;
  }

  .pm-services-title { font-size: 0.75rem; font-weight: 900; color: #0d131b; letter-spacing: -0.03em; }
  .pm-services-sub { font-size: 0.52rem; color: #64748b; margin-top: 0.15rem; }

  .pm-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
    padding: 0.65rem;
    background: #f8fafc;
  }

  .pm-service-card {
    background: #fff;
    border-radius: 0.45rem;
    padding: 0.6rem 0.5rem;
    border-top: 3px solid #06357a;
    box-shadow: 0 2px 8px rgba(15,23,42,0.06);
  }

  .pm-service-icon { font-size: 0.9rem; color: #06357a; margin-bottom: 0.25rem; }
  .pm-service-name { font-size: 0.58rem; font-weight: 800; color: #0d131b; line-height: 1.2; margin-bottom: 0.2rem; }
  .pm-service-line { height: 0.3rem; border-radius: 999px; background: #e2e8f0; margin-bottom: 0.1rem; }
  .pm-service-line.short { width: 70%; }

  .pm-services-cta {
    padding: 0.5rem 1rem;
    display: flex;
    justify-content: center;
    background: #fff;
    border-top: 1px solid #f1f5f9;
  }

  .pm-services-cta span {
    padding: 0.32rem 1.2rem;
    background: #06357a;
    color: #fff;
    font-size: 0.55rem;
    font-weight: 800;
    border-radius: 0.3rem;
  }

  /* About mockup */
  .pm-about-body {
    display: grid;
    grid-template-columns: 4rem 1fr;
    gap: 0.75rem;
    padding: 0.85rem 1rem;
    background: #fff;
    align-items: start;
  }

  .pm-about-photo {
    border-radius: 50%;
    aspect-ratio: 1;
    background: linear-gradient(to bottom, rgba(6,53,122,0.1), rgba(6,53,122,0.25)),
                url('/static/assets/images/about1.webp');
    background-size: cover;
    background-position: center top;
    border: 3px solid rgba(6,53,122,0.15);
  }

  .pm-about-copy { display: flex; flex-direction: column; gap: 0.3rem; }

  .pm-about-name { font-size: 0.75rem; font-weight: 900; color: #0d131b; letter-spacing: -0.02em; }
  .pm-about-title { font-size: 0.55rem; font-weight: 600; color: #06357a; margin-bottom: 0.1rem; }
  .pm-about-line { height: 0.33rem; border-radius: 999px; background: #e2e8f0; }
  .pm-about-line.short { width: 75%; }
  .pm-about-line.xshort { width: 55%; }

  .pm-about-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
    margin-top: 0.2rem;
  }

  .pm-about-badge {
    padding: 0.18rem 0.45rem;
    border-radius: 999px;
    background: rgba(6,53,122,0.08);
    font-size: 0.48rem;
    font-weight: 700;
    color: #06357a;
  }

  /* ===== Responsive ===== */
  @media (max-width: 1024px) {
    .practices-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .lead-grid { grid-template-columns: 1fr; }
    [data-animate="slide-left"],
    [data-animate="slide-right"] { transform: translateY(28px); }
  }

  @media (max-width: 900px) {
    .hero-inner {
      grid-template-columns: 1fr;
      padding: 2.5rem 2rem 1.5rem;
    }
    .hero-mockup-wrap { padding: 0 1rem 2rem; }
    .hero-notif { left: 0.5rem; }
    .hero-score { right: 0.5rem; }
  }

  @media (max-width: 768px) {
    .two-col { grid-template-columns: 1fr; gap: 2rem; }
    .cards-3  { grid-template-columns: 1fr; }
    .comp-row, .comp-row.reverse { flex-direction: column; align-items: stretch; }
    .hero-stats { gap: 1.5rem; padding: 1rem 1.5rem; }
    .hero-stat strong { font-size: 1.2rem; }
    .problem-stats { grid-template-columns: 1fr; }
    .problem-stat-item { border-right: none; border-bottom: 1px solid #e2e8f0; }
    .problem-stat-item:last-child { border-bottom: none; }
  }

  @media (max-width: 640px) {
    .hero-wrap { padding: 1rem; }
    .hero-inner { padding: 2rem 1.25rem 1.25rem; }
    .section { padding: 3.5rem 0; }
    .hero-actions { flex-direction: column; }
    .btn-hero-cta, .btn-ghost { width: 100%; justify-content: center; }
    .hero-site-nav { flex-wrap: wrap; }
    .hero-site-links { width: 100%; justify-content: flex-start; flex-wrap: wrap; gap: 0.45rem 0.65rem; }
    .practices-grid { grid-template-columns: 1fr; }
    .hero-stats { flex-wrap: wrap; gap: 1rem 2rem; }
    .hero-stat-divider { display: none; }
    .hero-chips { gap: 0.4rem; }
  }

  /* ===== Lead Form Section ===== */
  .lead-section {
    padding: 0;
    background: #fff;
  }

  .lead-section-header {
    background: #06357A;
    color: #fff;
    padding: 4rem 1.5rem 6rem;
    text-align: center;
  }

  .lead-section-header h2 {
    font-size: 2.5rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.05em;
    margin-bottom: 1rem;
    color: #fff;
  }

  .lead-section-header p {
    color: #bfdbfe;
    max-width: 36rem;
    margin: 0 auto;
    font-size: 1.05rem;
    line-height: 1.6;
  }

  .lead-form-wrap {
    max-width: 56rem;
    margin: -3rem auto 0;
    padding: 0 1.5rem 4rem;
    position: relative;
    z-index: 1;
  }
}

/* ===== FAQ accordion (top-level — avoids CSS nesting parse issues) ===== */
.ms-faq-list { display: flex; flex-direction: column; margin-top: 2.5rem; }

.ms-faq-item {
  border-bottom: 1px solid #e2e4ea;
  list-style: none;
}
.ms-faq-item:first-child { border-top: 1px solid #e2e4ea; }

/* Remove default <details> marker */
.ms-faq-item summary { list-style: none; }
.ms-faq-item summary::-webkit-details-marker { display: none; }

.ms-faq-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.125rem 0.25rem;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-size: 1.05rem;
  font-weight: 600;
  color: #1a1b20;
  line-height: 1.4;
  gap: 1rem;
}
.ms-faq-trigger:hover { color: #06357a; }
.ms-faq-trigger:focus-visible { outline: 2px solid #06357a; outline-offset: 2px; border-radius: 4px; }

.ms-faq-chevron {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  color: #06357a;
  transition: transform 0.3s ease;
}
.ms-faq-item[open] .ms-faq-chevron { transform: rotate(180deg); }

.ms-faq-answer {
  padding: 0 0.25rem 1.25rem;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #444650;
  margin: 0;
}
