/* =========================================================
     Diagnóstico de Segurança de Dados — design coeso
     ========================================================= */

  :root{
    --dd-navy-deep:#070B26;
    --dd-navy:#03318C;
    --dd-navy-mid:#093773;
    --dd-blue:#056CF2;
    --dd-cyan:#05C7F2;
    --dd-paper:#F3F7FD;
    --dd-ink:#070B26;
    --dd-ink-soft:#4C5670;
    --dd-ink-muted:#4C5670;
    --dd-line:rgba(15,23,42,.09);
    --dd-line-strong:rgba(15,23,42,.16);
    --dd-crit:#E5484D;
    --dd-crit-soft:#FF8A8D;
    --dd-warn:#DB6516;
    --dd-warn-soft:#FFB877;
    --dd-yellow:#FFD166;
    --dd-good:#1FAE7A;
    --dd-white:#ffffff;
    --dd-radius:18px;
    --dd-radius-sm:11px;
    --dd-shadow:0 24px 70px -28px rgba(7,11,38,.35);
    --dd-shadow-lg:0 32px 84px -32px rgba(7,11,38,.35);
    --dd-shadow-card:0 10px 30px -14px rgba(7,11,38,.22);
    --font-display:'Space Grotesk', sans-serif;
    --font-body:'Inter', sans-serif;
    --font-mono:'JetBrains Mono', monospace;
  }

  .landing-page.diagnostic-product,
  .landing-page.diagnostic-product *{box-sizing:border-box;}
  .landing-page.diagnostic-product *:not(.site-header, .site-header *, .mobile-nav, .mobile-nav *, .diagnostic-footer, .diagnostic-footer *){margin:0; padding:0;}
  .landing-page.diagnostic-product html{scroll-behavior:smooth;}
  .landing-page.diagnostic-product{
    margin:0;
    font-family:var(--font-body);
    color:var(--dd-ink);
    background:var(--dd-white);
    -webkit-font-smoothing:antialiased;
    line-height:1.55;
    overflow-x:hidden;
  }
  .landing-page.diagnostic-product a{color:inherit; text-decoration:none;}
  .landing-page.diagnostic-product .site-header{
    padding:12px 0;
  }
  .landing-page.diagnostic-product .site-header .logo-brand img{
    height:55px;
    width:185px;
    max-width:none;
    object-fit:contain;
    object-position:left center;
    margin-top:13px;
    transform:scale(2.6);
    transform-origin:left center;
    filter:brightness(0) invert(1);
  }
  .landing-page.diagnostic-product .site-nav{
    padding:6px;
    gap:4px;
  }
  .landing-page.diagnostic-product .site-nav a{
    color:rgba(255,255,255,.75);
    padding:10px 20px;
  }
  .landing-page.diagnostic-product .site-nav a:hover,
  .landing-page.diagnostic-product .site-nav a.is-active{
    color:#fff;
  }
  .landing-page.diagnostic-product .site-header .btn-pill-white{
    color:var(--text-navy,#070B26);
    padding:8px 22px 8px 8px;
    gap:10px;
  }
  .landing-page.diagnostic-product .site-header .btn-pill-white .icon-circle{
    width:32px;
    height:32px;
  }
  .landing-page.diagnostic-product .mobile-nav a{
    color:#fff;
  }
  .landing-page.diagnostic-product button{font:inherit;}

  .landing-page.diagnostic-product h1,
  .landing-page.diagnostic-product h2,
  .landing-page.diagnostic-product h3,
  .landing-page.diagnostic-product .display,
  .landing-page.diagnostic-product .logo,
  .landing-page.diagnostic-product .trust-item .num,
  .landing-page.diagnostic-product .score-ring-val,
  .landing-page.diagnostic-product .segment-cta-box .sc-line,
  .landing-page.diagnostic-product .step h3,
  .landing-page.diagnostic-product .rr-title,
  .landing-page.diagnostic-product .flip-face .c-num,
  .landing-page.diagnostic-product .flip-face.back .fb-title,
  .landing-page.diagnostic-product .enemy-node .en-label,
  .landing-page.diagnostic-product .btn{
    font-family:var(--font-display);
  }
  .landing-page.diagnostic-product .mono,
  .landing-page.diagnostic-product .live-pill,
  .landing-page.diagnostic-product .eyebrow,
  .landing-page.diagnostic-product .section-eyebrow,
  .landing-page.diagnostic-product .flow-time,
  .landing-page.diagnostic-product .reveal-hint,
  .landing-page.diagnostic-product .score-head .label,
  .landing-page.diagnostic-product .finding-tag,
  .landing-page.diagnostic-product .rr-eyebrow,
  .landing-page.diagnostic-product .fb-label,
  .landing-page.diagnostic-product .step-num{
    font-family:var(--font-mono);
  }

  .landing-page.diagnostic-product .wrap{
    width:100%;
    max-width:1200px;
    margin:0 auto;
    padding-left:28px;
    padding-right:28px;
  }

  .landing-page.diagnostic-product .btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    padding:13px 24px;
    border-radius:999px;
    font-weight:700;
    font-size:13.5px;
    border:1px solid transparent;
    cursor:pointer;
    transition:transform .2s ease, box-shadow .2s ease, filter .2s ease;
    white-space:nowrap;
  }
  .landing-page.diagnostic-product .btn:hover{transform:translateY(-2px);}
  .landing-page.diagnostic-product .btn:active{transform:translateY(0);}
  .landing-page.diagnostic-product .btn:focus-visible{outline:2px solid var(--dd-cyan); outline-offset:4px;}
  .landing-page.diagnostic-product .btn-lg{padding:15px 28px; font-size:14.5px;}
  .landing-page.diagnostic-product .btn-sm{padding:9px 16px; font-size:13px;}
  .landing-page.diagnostic-product .btn-primary{
    background:linear-gradient(135deg, var(--dd-blue) 0%, var(--dd-cyan) 100%);
    color:#fff;
    box-shadow:0 12px 28px -10px rgba(5,108,242,.45);
  }
  .landing-page.diagnostic-product .btn-primary:hover{filter:brightness(1.05);}
  .landing-page.diagnostic-product .btn-ghost{
    border-color:rgba(255,255,255,.35);
    color:#fff;
    background:transparent;
  }
  .landing-page.diagnostic-product .btn-ghost:hover{border-color:var(--dd-cyan); color:var(--dd-cyan); background:rgba(5,199,242,.08);}

  .landing-page.diagnostic-product .reveal{
    opacity:0;
    transform:translateY(22px);
    transition:opacity .7s ease, transform .7s ease;
  }
  .landing-page.diagnostic-product .reveal.in{opacity:1; transform:translateY(0);}
  .landing-page.diagnostic-product .reveal-delay-1.in{transition-delay:.08s;}
  .landing-page.diagnostic-product .reveal-delay-2.in{transition-delay:.16s;}
  .landing-page.diagnostic-product .reveal-delay-3.in{transition-delay:.24s;}

  .landing-page.diagnostic-product section{
    padding:96px 0;
    position:relative;
  }

  .landing-page.diagnostic-product .eyebrow{
    display:inline-flex;
    align-items:center;
    gap:8px;
    font-size:11px;
    font-weight:700;
    letter-spacing:.08em;
    text-transform:uppercase;
    color:var(--dd-cyan);
    background:rgba(5,199,242,.12);
    border:1px solid rgba(5,199,242,.3);
    padding:7px 13px 7px 10px;
    border-radius:999px;
    margin-bottom:22px;
  }
  .landing-page.diagnostic-product .eyebrow .pip{
    width:6px; height:6px; border-radius:50%; background:var(--dd-cyan);
    box-shadow:0 0 0 4px rgba(5,199,242,.18);
    animation:pulse 1.6s ease-in-out infinite;
  }
  .landing-page.diagnostic-product .section-head{max-width:680px; margin-bottom:48px;}
  .landing-page.diagnostic-product .section-head.center{text-align:center; margin-left:auto; margin-right:auto;}
  .landing-page.diagnostic-product .section-eyebrow{
    display:inline-flex;
    font-size:11px;
    font-weight:700;
    letter-spacing:.1em;
    text-transform:uppercase;
    color:var(--dd-blue);
    background:rgba(5,108,242,.08);
    padding:6px 12px;
    border-radius:999px;
    margin-bottom:14px;
  }
  .landing-page.diagnostic-product h2{
    font-size:clamp(1.8rem, 3.4vw, 2.8rem);
    font-weight:800;
    line-height:1.08;
    letter-spacing:-.03em;
    color:var(--dd-ink);
  }
  .landing-page.diagnostic-product h3{
    font-size:clamp(1.1rem, 1.7vw, 1.35rem);
    font-weight:700;
    line-height:1.2;
    letter-spacing:-.02em;
  }
  .landing-page.diagnostic-product .section-sub{
    font-size:16px;
    color:var(--dd-ink-muted);
    margin-top:14px;
    line-height:1.65;
  }
  .landing-page.diagnostic-product .section-head.center .section-sub{margin-left:auto; margin-right:auto;}
  .landing-page.diagnostic-product .sub-section-title{
    font-size:18px;
    font-weight:700;
    line-height:1.2;
    letter-spacing:-.02em;
    color:var(--dd-ink);
    margin-top:6px;
    text-align:center;
  }

  .landing-page.diagnostic-product .hero{
    position:relative;
    overflow:hidden;
    padding:92px 0 104px;
    color:#fff;
    background:
      radial-gradient(900px 500px at 20% -10%, rgba(5,199,242,.28), transparent 60%),
      radial-gradient(700px 500px at 100% 30%, rgba(5,108,242,.32), transparent 55%),
      linear-gradient(150deg, var(--dd-navy-deep) 0%, var(--dd-navy) 55%, var(--dd-blue) 140%);
  }
  .landing-page.diagnostic-product .hero::before{
    content:'';
    position:absolute;
    inset:0;
    background-image:linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
                     linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
    background-size:48px 48px;
    mask-image:linear-gradient(to bottom, black, transparent 92%);
    pointer-events:none;
  }
  .landing-page.diagnostic-product .hero-grid{
    position:relative;
    z-index:1;
    display:grid;
    grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);
    gap:64px;
    align-items:center;
  }
  .landing-page.diagnostic-product .hero-grid > *{min-width:0;}
  .landing-page.diagnostic-product .hero h1{
    font-size:clamp(2.2rem, 4.8vw, 3.6rem);
    font-weight:800;
    line-height:1.04;
    letter-spacing:-.04em;
    max-width:18ch;
    overflow-wrap:break-word;
    color:#fff;
  }
  .landing-page.diagnostic-product .hero h1 em{font-style:normal; color:var(--dd-cyan);}
  .landing-page.diagnostic-product .hero .lede{
    font-size:17px;
    color:rgba(255,255,255,.72);
    max-width:58ch;
    margin:22px 0 32px;
    line-height:1.6;
  }
  .landing-page.diagnostic-product .hero .eyebrow{
    color:#fff;
    background:rgba(255,255,255,.1);
    border-color:rgba(255,255,255,.28);
  }
  .landing-page.diagnostic-product .hero .eyebrow .pip{
    background:var(--dd-cyan);
  }
  .landing-page.diagnostic-product .hero-cta{display:flex; gap:14px; flex-wrap:wrap;}
  .landing-page.diagnostic-product .micro-caption{
    font-size:12px;
    color:rgba(255,255,255,.48);
    margin-top:12px;
  }
  .landing-page.diagnostic-product .trustbar{
    display:flex;
    gap:36px;
    flex-wrap:wrap;
    margin-top:48px;
    padding-top:28px;
    border-top:1px solid rgba(255,255,255,.16);
    max-width:720px;
  }
  .landing-page.diagnostic-product .trust-item .num{
    font-size:26px;
    font-weight:800;
    letter-spacing:-.04em;
    color:#fff;
  }
  .landing-page.diagnostic-product .trust-item .lbl{
    font-size:12.5px;
    color:rgba(255,255,255,.6);
    margin-top:2px;
    max-width:160px;
    line-height:1.35;
  }

  .landing-page.diagnostic-product .score-card{
    position:relative;
    background:linear-gradient(160deg, rgba(255,255,255,.10) 0%, rgba(255,255,255,.06) 100%);
    backdrop-filter:blur(22px) saturate(160%);
    border:1px solid rgba(255,255,255,.22);
    border-radius:var(--dd-radius);
    padding:30px;
    box-shadow:var(--dd-shadow-lg);
    overflow:hidden;
  }
  .landing-page.diagnostic-product .score-card::before{
    content:'PAINEL DE EXPOSIÇÃO';
    display:block;
    margin-bottom:22px;
    font:700 10px/1 var(--font-mono);
    letter-spacing:.12em;
    color:rgba(255,255,255,.55);
  }
  .landing-page.diagnostic-product .score-head{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding-bottom:18px;
    border-bottom:1px solid rgba(255,255,255,.14);
    margin-bottom:20px;
    gap:10px;
  }
  .landing-page.diagnostic-product .score-head .label{
    font:700 12px/1.3 var(--font-display);
    color:#fff;
    letter-spacing:-.01em;
  }
  .landing-page.diagnostic-product .live-pill{
    display:inline-flex;
    align-items:center;
    gap:6px;
    font-size:10px;
    font-weight:700;
    letter-spacing:.07em;
    text-transform:uppercase;
    color:var(--dd-cyan);
    background:rgba(5,199,242,.12);
    border:1px solid rgba(5,199,242,.35);
    padding:5px 9px;
    border-radius:999px;
  }
  .landing-page.diagnostic-product .live-pill .blip{
    width:6px; height:6px; border-radius:50%; background:var(--dd-cyan);
    animation:pulse 1.6s ease-in-out infinite;
  }
  .landing-page.diagnostic-product .score-overview{
    display:grid;
    grid-template-columns:130px minmax(0,1fr);
    gap:22px;
    align-items:center;
    margin-bottom:22px;
  }
  .landing-page.diagnostic-product .score-index{
    position:relative;
    width:130px; height:130px;
    border-radius:18px;
    background:linear-gradient(145deg, rgba(255,255,255,.14), rgba(255,255,255,.06));
    border:1px solid rgba(255,255,255,.2);
    display:grid;
    place-items:center;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.16);
  }
  .landing-page.diagnostic-product .score-index::after{
    content:'índice de risco';
    position:absolute;
    bottom:18px;
    font:600 9px/1 var(--font-mono);
    letter-spacing:.08em;
    text-transform:uppercase;
    color:rgba(255,255,255,.65);
  }
  .landing-page.diagnostic-product .score-ring-val{
    font-size:42px;
    font-weight:800;
    letter-spacing:-.06em;
    color:#fff;
    padding-top:8px;
  }
  .landing-page.diagnostic-product .score-legend{
    display:grid;
    grid-template-columns:repeat(2, minmax(0,1fr));
    gap:10px 14px;
  }
  .landing-page.diagnostic-product .score-legend-item{
    display:grid;
    grid-template-columns:10px minmax(0,1fr);
    gap:8px 6px;
    align-items:center;
    font-size:11px;
    color:rgba(255,255,255,.85);
    line-height:1.25;
  }
  .landing-page.diagnostic-product .score-legend-item > span:not(.severity-dot){font-weight:700;}
  .landing-page.diagnostic-product .score-legend-item small{
    grid-column:2;
    color:rgba(255,255,255,.55);
    font-size:10px;
  }
  .landing-page.diagnostic-product .severity-dot{
    width:9px; height:9px; border-radius:50%; display:inline-block;
  }
  .landing-page.diagnostic-product .severity-dot.critical{background:var(--dd-crit); box-shadow:0 0 0 3px rgba(229,72,77,.15);}
  .landing-page.diagnostic-product .severity-dot.high{background:var(--dd-warn);}
  .landing-page.diagnostic-product .severity-dot.medium{background:var(--dd-yellow);}
  .landing-page.diagnostic-product .severity-dot.low{background:var(--dd-good);}
  .landing-page.diagnostic-product .severity-dot.safe{background:var(--dd-blue);}
  .landing-page.diagnostic-product .finding-list{display:flex; flex-direction:column; gap:8px;}
  .landing-page.diagnostic-product .finding{
    display:grid;
    grid-template-columns:72px minmax(0,1fr);
    gap:12px;
    align-items:center;
    padding:12px 14px;
    border-radius:var(--dd-radius-sm);
    background:rgba(255,255,255,.07);
    border:1px solid rgba(255,255,255,.12);
  }
  .landing-page.diagnostic-product .finding-critical{border-left:3px solid var(--dd-crit);}
  .landing-page.diagnostic-product .finding-warning{border-left:3px solid var(--dd-warn);}
  .landing-page.diagnostic-product .finding-ok{border-left:3px solid var(--dd-good);}
  .landing-page.diagnostic-product .finding-tag{
    justify-self:start;
    padding:5px 7px;
    border-radius:6px;
    font-size:9px;
    font-weight:800;
    letter-spacing:.05em;
    text-transform:uppercase;
  }
  .landing-page.diagnostic-product .finding-tag.crit{background:rgba(229,72,77,.18); color:#FF8A8D;}
  .landing-page.diagnostic-product .finding-tag.warn{background:rgba(242,146,74,.18); color:var(--dd-warn-soft);}
  .landing-page.diagnostic-product .finding-tag.ok{background:rgba(31,174,122,.13); color:#5fe0ac;}
  .landing-page.diagnostic-product .finding-text{
    font-size:12.5px;
    color:rgba(255,255,255,.88);
    line-height:1.4;
  }

  .landing-page.diagnostic-product .video-section{padding:72px 0;}
  .landing-page.diagnostic-product .video-wrap{max-width:980px;}
  .landing-page.diagnostic-product .video-player{
    position:relative;
    border-radius:var(--dd-radius);
    overflow:hidden;
    aspect-ratio:16/9;
    background:
      radial-gradient(600px 400px at 15% 10%, rgba(5,199,242,.25), transparent 60%),
      linear-gradient(150deg, var(--dd-navy-deep), var(--dd-navy) 65%, var(--dd-blue) 140%);
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:var(--dd-shadow);
    cursor:pointer;
    border:1px solid rgba(255,255,255,.12);
    min-height:380px;
  }
  .landing-page.diagnostic-product .video-player--embed{
    cursor:default;
  }
  .landing-page.diagnostic-product .video-player--embed::before,
  .landing-page.diagnostic-product .video-player--embed::after{
    display:none;
  }
  .landing-page.diagnostic-product .video-player--embed iframe{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    border:0;
    z-index:1;
  }
  .landing-page.diagnostic-product .video-player::before{
    content:'MAIS DADOS / DIAGNÓSTICO';
    position:absolute;
    top:24px;
    left:26px;
    color:rgba(255,255,255,.45);
    font:700 10px/1 var(--font-mono);
    letter-spacing:.1em;
  }
  .landing-page.diagnostic-product .video-player::after{
    content:'O alerta que a maioria dos gestores de TI prefere não ouvir, até ser tarde demais.';
    position:absolute;
    left:26px;
    right:26px;
    bottom:24px;
    max-width:520px;
    color:#fff;
    font:700 clamp(1.1rem,2vw,1.55rem)/1.1 var(--font-display);
    letter-spacing:-.03em;
  }
  .landing-page.diagnostic-product .video-player .vp-tag{
    position:absolute;
    top:24px;
    right:26px;
    font-size:10px;
    font-weight:700;
    letter-spacing:.08em;
    text-transform:uppercase;
    color:var(--dd-navy-deep);
    background:var(--dd-cyan);
    padding:6px 12px;
    border-radius:999px;
  }
  .landing-page.diagnostic-product .play-btn{
    width:76px; height:76px;
    border-radius:50%;
    background:rgba(5,108,242,.85);
    border:1px solid rgba(255,255,255,.55);
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 0 0 18px rgba(5,199,242,.10);
    transition:transform .22s ease, background .22s ease;
    z-index:2;
  }
  .landing-page.diagnostic-product .video-player:hover .play-btn{transform:scale(1.08); background:rgba(5,108,242,.95);}
  .landing-page.diagnostic-product .play-btn::after{
    content:'';
    display:block;
    border-left:22px solid #fff;
    border-top:13px solid transparent;
    border-bottom:13px solid transparent;
    margin-left:6px;
  }
  .landing-page.diagnostic-product .video-cta{margin-top:28px; text-align:center;}

  .landing-page.diagnostic-product .pain{
    background:var(--dd-paper);
    border-top:1px solid var(--dd-line);
    border-bottom:0;
  }
  .landing-page.diagnostic-product .pain:has(.cost-grid){
    padding-bottom:128px;
  }
  .landing-page.diagnostic-product .chapter-break{
    height:20px;
    background:var(--dd-navy-deep);
  }
  .landing-page.diagnostic-product .pain h2 span{color:var(--dd-crit);}
  .landing-page.diagnostic-product .span--crit{color:var(--dd-crit); font-weight:800;}

  .landing-page.diagnostic-product .cost-grid{
    display:grid;
    gap:18px;
  }
  .landing-page.diagnostic-product .cost-grid.cols-5{grid-template-columns:repeat(5, minmax(0,1fr));}
  .landing-page.diagnostic-product .flip-wrap{
    perspective:1400px;
    cursor:pointer;
    min-height:340px;
  }
  .landing-page.diagnostic-product .flip-wrap .flip-inner{
    position:relative;
    width:100%;
    height:100%;
    min-height:340px;
    transition:transform .55s cubic-bezier(.4,.2,.2,1);
    transform-style:preserve-3d;
  }
  .landing-page.diagnostic-product .flip-wrap.flipped .flip-inner{transform:rotateY(180deg);}
  .landing-page.diagnostic-product .flip-face{
    position:absolute;
    inset:0;
    backface-visibility:hidden;
    border-radius:var(--dd-radius);
    display:flex;
    flex-direction:column;
    padding:24px 22px;
  }
  .landing-page.diagnostic-product .flip-face.front{
    background:#fff;
    border:1px solid var(--dd-line);
    box-shadow:var(--dd-shadow-card);
  }
  .landing-page.diagnostic-product .flip-face.front.ai-style{border-top:3px solid var(--dd-crit);}
  .landing-page.diagnostic-product .cc-pulse{
    position:absolute;
    top:22px;
    right:22px;
    width:8px; height:8px;
    border-radius:50%;
    background:var(--dd-crit);
    box-shadow:0 0 0 4px rgba(229,72,77,.12);
    animation:pulse 1.5s ease-in-out infinite;
  }
  .landing-page.diagnostic-product .flip-face .c-num{
    font:700 11px/1.2 var(--font-mono);
    color:var(--dd-crit);
    text-transform:uppercase;
    letter-spacing:.08em;
    margin-bottom:14px;
  }
  .landing-page.diagnostic-product .flip-face.front h3{
    font-size:18px;
    font-weight:800;
    line-height:1.1;
    letter-spacing:-.03em;
    margin-bottom:10px;
    color:var(--dd-ink);
  }
  .landing-page.diagnostic-product .flip-face.front p{
    font-size:13.5px;
    line-height:1.55;
    color:var(--dd-ink-muted);
  }
  .landing-page.diagnostic-product .flip-hint{
    margin-top:auto;
    padding-top:16px;
    font-size:10px;
    font-weight:700;
    letter-spacing:.03em;
    text-transform:uppercase;
    color:var(--dd-blue);
    display:flex;
    align-items:center;
    gap:5px;
  }
  .landing-page.diagnostic-product .flip-hint svg{width:14px; height:14px; flex-shrink:0;}
  .landing-page.diagnostic-product .flip-face.back{
    transform:rotateY(180deg);
    background:linear-gradient(150deg, var(--dd-navy-mid), var(--dd-navy-deep));
    border:1px solid rgba(255,255,255,.15);
    color:#fff;
    justify-content:center;
    gap:14px;
    box-shadow:var(--dd-shadow);
  }
  .landing-page.diagnostic-product .flip-face.back .cc-pulse{background:#fff; box-shadow:0 0 0 4px rgba(255,255,255,.15);}
  .landing-page.diagnostic-product .flip-face.back .fb-title{
    font-size:13px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.05em;
    color:rgba(255,255,255,.85);
    margin-bottom:4px;
  }
  .landing-page.diagnostic-product .flip-face.back .fb-block .fb-label{
    font:700 9px/1.2 var(--font-mono);
    letter-spacing:.09em;
    text-transform:uppercase;
    color:var(--dd-cyan);
    margin-bottom:6px;
  }
  .landing-page.diagnostic-product .flip-face.back .fb-block .fb-text{
    font-size:12px;
    line-height:1.55;
    color:rgba(255,255,255,.82);
  }

  .landing-page.diagnostic-product .enemy-dark{
    background:linear-gradient(165deg, #2B0507 0%, #6E0F14 55%, #A3181E 130%);
    color:#fff;
    position:relative;
    overflow:hidden;
    border-top:0;
    border-bottom:0;
    padding-top:128px;
    padding-bottom:128px;
  }
  .landing-page.diagnostic-product .enemy-dark::before{
    content:'';
    position:absolute;
    inset:0;
    opacity:.32;
    pointer-events:none;
    background-image:linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
                     linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
    background-size:48px 48px;
    mask-image:linear-gradient(to bottom, transparent, black 14%, black 86%, transparent);
  }
  .landing-page.diagnostic-product .enemy-inner{position:relative; z-index:1;}
  .landing-page.diagnostic-product .enemy-dark .section-head{margin-bottom:56px;}
  .landing-page.diagnostic-product .enemy-dark .section-eyebrow{
    color:var(--dd-crit-soft);
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,138,141,.35);
  }
  .landing-page.diagnostic-product .enemy-dark h2,
  .landing-page.diagnostic-product .enemy-dark h3{color:#fff;}
  .landing-page.diagnostic-product .enemy-dark .section-sub{color:rgba(255,255,255,.68);}
  .landing-page.diagnostic-product .switch-wrap{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:14px;
    margin:8px 0;
  }
  .landing-page.diagnostic-product .switch-label{
    font:700 10px/1 var(--font-mono);
    letter-spacing:.12em;
    text-transform:uppercase;
    color:rgba(255,255,255,.45);
  }
  .landing-page.diagnostic-product .switch-label.now{color:var(--dd-cyan);}
  .landing-page.diagnostic-product .enemy-connector{
    position:relative;
    height:40px;
    display:flex;
    align-items:center;
    justify-content:center;
  }
  .landing-page.diagnostic-product .enemy-connector::before{
    content:'';
    position:absolute;
    top:0; bottom:0; left:50%;
    width:2px;
    background:rgba(255,255,255,.18);
    transform:translateX(-50%);
  }
  .landing-page.diagnostic-product .enemy-connector .conn-dot{
    position:absolute;
    left:50%;
    top:0;
    transform:translateX(-50%);
    width:9px; height:9px;
    border-radius:50%;
    background:var(--dd-cyan);
    box-shadow:0 0 0 8px rgba(5,199,242,.12), 0 0 20px var(--dd-cyan);
    animation:connMove 2.6s linear infinite;
  }
  .landing-page.diagnostic-product .enemy-connector--before-today .conn-dot{
    transform:translate(-50%, 8px);
  }
  .landing-page.diagnostic-product .enemy-flow{
    position:relative;
    display:flex;
    flex-wrap:nowrap;
    justify-content:center;
    align-items:stretch;
    gap:8px;
    max-width:100%;
    margin:0 auto;
  }
  .landing-page.diagnostic-product .enemy-node{
    position:relative;
    z-index:1;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:10px;
    width:15%;
    min-width:0;
    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.14);
    border-radius:var(--dd-radius-sm);
    padding:18px 10px;
    min-height:140px;
  }
  .landing-page.diagnostic-product .enemy-node.result{
    border-color:rgba(229,72,77,.55);
    background:rgba(229,72,77,.12);
  }
  .landing-page.diagnostic-product .enemy-node .en-icon{
    width:34px; height:34px;
    border-radius:10px;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.18);
    display:flex;
    align-items:center;
    justify-content:center;
    color:var(--dd-cyan);
    flex-shrink:0;
  }
  .landing-page.diagnostic-product .enemy-node.result .en-icon{
    background:linear-gradient(160deg, #7a1216, var(--dd-crit));
    border-color:transparent;
    color:#fff;
    animation:alarmPulse 1.7s infinite;
  }
  .landing-page.diagnostic-product .enemy-node .en-label{
    font:600 11px/1.35 var(--font-display);
    text-align:center;
    color:rgba(255,255,255,.85);
  }
  .landing-page.diagnostic-product .enemy-arrow{
    align-self:center;
    margin-top:18px;
    width:14px; height:12px;
    flex-shrink:0;
    color:rgba(255,255,255,.3);
  }
  .landing-page.diagnostic-product .enemy-arrow svg{width:100%; height:100%;}
  .landing-page.diagnostic-product .flow-time{
    text-align:center;
    font:700 12px/1.2 var(--font-mono);
    color:rgba(255,255,255,.58);
    letter-spacing:.04em;
    margin-top:14px;
  }
  .landing-page.diagnostic-product .flow-time b{color:var(--dd-cyan);}
  .landing-page.diagnostic-product .callout.dark{
    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.16);
    border-radius:var(--dd-radius-sm);
    padding:20px 22px;
    margin-top:48px;
  }
  .landing-page.diagnostic-product .callout.dark b{color:#fff;}
  .landing-page.diagnostic-product .callout.dark p{color:rgba(255,255,255,.72);}
  .landing-page.diagnostic-product .callout.dark .cal-ico{color:var(--dd-cyan); flex-shrink:0; width:24px; height:24px;}

  .landing-page.diagnostic-product .info-dot{
    width:15px; height:15px;
    border-radius:50%;
    background:rgba(255,255,255,.16);
    border:1px solid rgba(255,255,255,.4);
    color:#fff;
    font-size:9.5px;
    font-weight:800;
    cursor:pointer;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-left:4px;
    vertical-align:middle;
  }
  .landing-page.diagnostic-product .info-dot:focus-visible{outline:2px solid var(--dd-cyan); outline-offset:2px;}
  .landing-page.diagnostic-product .enemy-pop{
    position:fixed;
    top:0; left:0;
    width:230px; max-width:80vw;
    background:#0b0f1f;
    border:1px solid rgba(255,255,255,.22);
    border-radius:14px;
    padding:14px 18px 14px 16px;
    font-size:11.5px;
    line-height:1.55;
    color:rgba(255,255,255,.85);
    text-align:left;
    z-index:500;
    opacity:0;
    transform:translateY(-8px) scale(.96);
    pointer-events:none;
    transition:opacity .2s ease, transform .2s ease;
    box-shadow:0 20px 40px -12px rgba(0,0,0,.7);
  }
  .landing-page.diagnostic-product .enemy-pop.show{opacity:1; transform:translateY(0) scale(1); pointer-events:auto;}
  .landing-page.diagnostic-product .enemy-pop b{color:var(--dd-cyan); display:block; margin-bottom:5px; font-size:12px;}
  .landing-page.diagnostic-product .enemy-pop .ip-close{
    position:absolute;
    top:8px; right:9px;
    background:rgba(255,255,255,.12);
    border:none;
    color:#fff;
    width:20px; height:20px;
    border-radius:50%;
    font-size:12px;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
  }

  .landing-page.diagnostic-product .board-section{
    background:var(--dd-paper);
    padding-top:128px;
    padding-bottom:112px;
    border-top:1px solid var(--dd-line);
  }
  .landing-page.diagnostic-product .board-section-inner{
    max-width:960px;
  }
  .landing-page.diagnostic-product .board-section .section-head{
    position:relative;
    padding-top:4px;
  }
  .landing-page.diagnostic-product .board-section .section-head::before{
    content:'';
    display:block;
    width:48px;
    height:3px;
    margin:0 auto 18px;
    border-radius:99px;
    background:linear-gradient(90deg, var(--dd-blue), var(--dd-cyan));
  }

  .landing-page.diagnostic-product .scenario-grid{
    display:grid;
    grid-template-columns:repeat(4, minmax(0,1fr));
    gap:16px;
    margin-bottom:36px;
  }
  .landing-page.diagnostic-product .scenario-card{
    background:#fff;
    border:1px solid var(--dd-line);
    border-radius:var(--dd-radius-sm);
    padding:22px 18px;
    box-shadow:var(--dd-shadow-card);
    transition:transform .2s ease, box-shadow .2s ease;
  }
  .landing-page.diagnostic-product .scenario-card:hover{transform:translateY(-3px); box-shadow:0 18px 34px -14px rgba(10,22,84,.16);}
  .landing-page.diagnostic-product .scenario-card .sc-ico{width:30px; height:30px; margin-bottom:12px; color:var(--dd-blue);}
  .landing-page.diagnostic-product .scenario-card p{font-size:13.5px; color:var(--dd-ink-muted); line-height:1.5;}

  .landing-page.diagnostic-product .leak-flow{
    position:relative;
    display:flex;
    justify-content:space-between;
    align-items:center;
    max-width:700px;
    margin:32px auto 12px;
    padding:0 6px;
  }
  .landing-page.diagnostic-product .leak-flow::before{
    content:'';
    position:absolute;
    top:27px;
    left:32px;
    right:32px;
    height:2px;
    background:var(--dd-line-strong);
  }
  .landing-page.diagnostic-product .leak-node{
    position:relative;
    z-index:1;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:10px;
    background:var(--dd-paper);
    padding:0 4px;
  }
  .landing-page.diagnostic-product .leak-node .ln-icon{
    width:54px; height:54px;
    border-radius:15px;
    background:#fff;
    border:1px solid var(--dd-line-strong);
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:var(--dd-shadow-card);
    color:var(--dd-ink-muted);
  }
  .landing-page.diagnostic-product .leak-node.leak .ln-icon{
    background:linear-gradient(160deg, #7a1216, var(--dd-crit));
    border-color:transparent;
    color:#fff;
    animation:alarmPulse 1.7s infinite;
  }
  .landing-page.diagnostic-product .leak-node .ln-label{
    font-size:11px;
    font-weight:700;
    color:var(--dd-ink-muted);
    text-align:center;
    max-width:90px;
    line-height:1.3;
  }
  .landing-page.diagnostic-product .leak-node.leak .ln-label{color:var(--dd-crit);}
  .landing-page.diagnostic-product .leak-pulse{
    position:absolute;
    top:27px;
    left:32px;
    width:9px; height:9px;
    margin-top:-4.5px;
    border-radius:50%;
    background:var(--dd-crit);
    box-shadow:0 0 10px var(--dd-crit);
    animation:leakMove 3.4s linear infinite;
  }
  .landing-page.diagnostic-product .tension-line{
    text-align:center;
    font-size:15px;
    color:var(--dd-ink);
    max-width:620px;
    margin:26px auto 6px;
    line-height:1.6;
  }
  .landing-page.diagnostic-product .tension-line.soft{color:var(--dd-ink-muted); font-size:14px;}
  .landing-page.diagnostic-product .tension-line em{font-style:normal; font-weight:800; color:var(--dd-crit);}
  .landing-page.diagnostic-product .reframe-row{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:26px;
    flex-wrap:wrap;
    max-width:680px;
    margin:32px auto 30px;
  }
  .landing-page.diagnostic-product .reframe-item{
    display:flex;
    align-items:center;
    gap:10px;
    font-size:14px;
    font-weight:600;
    color:var(--dd-ink);
  }
  .landing-page.diagnostic-product .reframe-item .ri-ico{width:20px; height:20px; color:var(--dd-good); flex-shrink:0;}
  .landing-page.diagnostic-product .segment-cta-box{
    background:linear-gradient(150deg, var(--dd-navy-deep), var(--dd-navy));
    border-radius:var(--dd-radius);
    padding:48px 40px;
    text-align:center;
    color:#fff;
    box-shadow:var(--dd-shadow);
  }
  .landing-page.diagnostic-product .segment-cta-box .sc-line{
    font-size:clamp(1.3rem,2.4vw,2rem);
    font-weight:800;
    margin-bottom:10px;
    line-height:1.1;
  }
  .landing-page.diagnostic-product .segment-cta-box .sc-sub{
    font-size:14px;
    color:rgba(255,255,255,.72);
    margin-bottom:26px;
  }

  .landing-page.diagnostic-product .reveal-btn-wrap{text-align:center; margin:34px 0 8px;}
  .landing-page.diagnostic-product .btn-reveal{
    background:linear-gradient(160deg, #7a1216, var(--dd-crit));
    color:#fff;
    border:none;
    padding:18px 32px;
    border-radius:999px;
    font-weight:800;
    font-size:13.5px;
    font-family:var(--font-display);
    letter-spacing:.02em;
    cursor:pointer;
    display:inline-flex;
    align-items:center;
    gap:10px;
    box-shadow:0 16px 40px -14px rgba(229,72,77,.55);
    transition:transform .2s ease, box-shadow .2s ease;
    animation:alarmPulse 2.2s infinite;
  }
  .landing-page.diagnostic-product .btn-reveal:hover{transform:translateY(-2px); box-shadow:0 20px 48px -14px rgba(229,72,77,.65);}
  .landing-page.diagnostic-product .btn-reveal .ico{width:18px; height:18px; transition:transform .4s ease;}
  .landing-page.diagnostic-product .btn-reveal.open .ico{transform:rotate(-25deg);}
  .landing-page.diagnostic-product .reveal-hint{
    display:block;
    margin-top:12px;
    font-size:11px;
    color:var(--dd-ink-muted);
    font-family:var(--font-mono);
  }
  .landing-page.diagnostic-product .hidden-risk{
    max-height:0;
    overflow:hidden;
    opacity:0;
    transition:max-height .7s ease, opacity .5s ease;
  }
  .landing-page.diagnostic-product .hidden-risk.shown{max-height:2400px; opacity:1;}
  .landing-page.diagnostic-product .real-risk-panel{
    background:linear-gradient(170deg, #1a0304, #4a0d10 45%, #7a1216 120%);
    border-radius:var(--dd-radius);
    padding:38px 34px;
    color:#fff;
    position:relative;
    overflow:hidden;
    margin-top:28px;
  }
  .landing-page.diagnostic-product .real-risk-panel::before{
    content:'';
    position:absolute;
    inset:0;
    background:radial-gradient(550px 340px at 90% 0%, rgba(255,90,90,.3), transparent 60%);
  }
  .landing-page.diagnostic-product .rr-inner{position:relative; z-index:1;}
  .landing-page.diagnostic-product .rr-eyebrow{
    display:inline-flex;
    align-items:center;
    gap:6px;
    font-size:11px;
    font-weight:700;
    letter-spacing:.08em;
    text-transform:uppercase;
    color:var(--dd-crit-soft);
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,138,141,.4);
    padding:6px 14px;
    border-radius:999px;
    margin-bottom:16px;
  }
  .landing-page.diagnostic-product .rr-title{
    font-size:clamp(1.5rem,3vw,2rem);
    font-weight:800;
    letter-spacing:-.03em;
    margin-bottom:10px;
  }
  .landing-page.diagnostic-product .rr-sub{
    font-size:14px;
    color:rgba(255,255,255,.72);
    margin-bottom:26px;
    max-width:620px;
    line-height:1.55;
  }
  .landing-page.diagnostic-product .rr-accordion{display:flex; flex-direction:column; gap:12px;}
  .landing-page.diagnostic-product .rr-card{
    background:rgba(255,255,255,.055);
    border:1px solid rgba(255,255,255,.14);
    border-radius:14px;
    overflow:hidden;
    cursor:pointer;
    transition:background .2s, border-color .2s;
  }
  .landing-page.diagnostic-product .rr-card:hover{background:rgba(255,255,255,.09); border-color:rgba(5,199,242,.45);}
  .landing-page.diagnostic-product .rr-card-head{
    display:flex;
    align-items:center;
    gap:14px;
    padding:18px 20px;
  }
  .landing-page.diagnostic-product .rr-card-head .ico{width:22px; height:22px; flex-shrink:0; color:var(--dd-crit-soft);}
  .landing-page.diagnostic-product .rr-card-head b{font-size:15px; font-weight:800; flex:1; font-family:var(--font-display);}
  .landing-page.diagnostic-product .rr-card-head .rr-plus{
    font-family:var(--font-mono);
    font-size:20px;
    color:rgba(255,255,255,.5);
    transition:transform .25s ease, color .25s ease;
  }
  .landing-page.diagnostic-product .rr-card.open .rr-plus{transform:rotate(45deg); color:#fff;}
  .landing-page.diagnostic-product .rr-card-body{
    max-height:0;
    overflow:hidden;
    transition:max-height .45s ease;
  }
  .landing-page.diagnostic-product .rr-card.open .rr-card-body{max-height:700px;}
  .landing-page.diagnostic-product .rr-card-content{
    padding:0 20px 20px 56px;
    display:flex;
    flex-direction:column;
    gap:13px;
  }
  .landing-page.diagnostic-product .rr-sub-block .rr-sub-label{
    display:flex;
    align-items:center;
    gap:6px;
    font-size:10.5px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.04em;
    color:var(--dd-crit-soft);
    margin-bottom:5px;
  }
  .landing-page.diagnostic-product .rr-sub-block .rr-sub-label.safe{color:#5fe0ac;}
  .landing-page.diagnostic-product .rr-sub-block .rr-sub-label .ico{width:13px; height:13px;}
  .landing-page.diagnostic-product .rr-sub-block p{font-size:13px; color:rgba(255,255,255,.78); line-height:1.55;}
  .landing-page.diagnostic-product .rr-card.rr-worst{
    border-color:rgba(229,72,77,.45);
    background:rgba(255,60,60,.1);
  }
  .landing-page.diagnostic-product .rr-card.rr-worst .rr-card-head b{font-size:17px; color:var(--dd-crit-soft);}
  .landing-page.diagnostic-product .rr-card.rr-worst .rr-card-content{padding:0 20px 22px 20px;}
  .landing-page.diagnostic-product .rr-card.rr-worst .rr-sub-block p{font-size:14px; color:#fff;}

  .landing-page.diagnostic-product .steps-section{
    background:var(--dd-paper);
    padding-bottom:128px;
    border-top:1px solid var(--dd-line);
  }
  .landing-page.diagnostic-product .steps{
    display:grid;
    grid-template-columns:repeat(4, minmax(0,1fr));
    gap:24px;
    position:relative;
  }
  .landing-page.diagnostic-product .step{
    position:relative;
    padding-top:20px;
    border-top:1px solid var(--dd-line);
  }
  .landing-page.diagnostic-product .step:first-child{padding-left:0;}
  .landing-page.diagnostic-product .step:last-child{padding-right:0;}
  .landing-page.diagnostic-product .step-num{
    width:40px; height:40px;
    border-radius:10px;
    background:var(--dd-navy-deep);
    color:var(--dd-cyan);
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    font-size:12px;
    margin-bottom:18px;
  }
  .landing-page.diagnostic-product .step h3{
    font-size:17px;
    font-weight:800;
    line-height:1.1;
    letter-spacing:-.03em;
    margin-bottom:8px;
    color:var(--dd-ink);
  }
  .landing-page.diagnostic-product .step p{font-size:13.5px; color:var(--dd-ink-muted); line-height:1.55;}
  .landing-page.diagnostic-product .step-line{
    position:absolute;
    top:20px;
    left:100%;
    width:calc(100% - 12px);
    height:1px;
    background:var(--dd-line);
    transform:translateX(-50%);
  }
  .landing-page.diagnostic-product .step:last-child .step-line{display:none;}

  .landing-page.diagnostic-product .sim-box{
    margin-top:16px;
    border-radius:var(--dd-radius-sm);
    overflow:hidden;
    border:1px solid var(--dd-line);
    box-shadow:var(--dd-shadow-card);
  }
  .landing-page.diagnostic-product .sim-form{
    background:#fff;
    padding:14px;
  }
  .landing-page.diagnostic-product .sim-field{margin-bottom:10px;}
  .landing-page.diagnostic-product .sim-field label{
    font-size:9.5px;
    color:var(--dd-ink-muted);
    display:block;
    margin-bottom:4px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.03em;
  }
  .landing-page.diagnostic-product .sim-input{
    height:26px;
    background:#fff;
    border:1.4px solid var(--dd-line-strong);
    border-radius:7px;
    display:flex;
    align-items:center;
    padding:0 9px;
    gap:2px;
    overflow:hidden;
  }
  .landing-page.diagnostic-product .sim-input .sim-typed{
    height:8px;
    border-radius:2px;
    background:repeating-linear-gradient(90deg, var(--dd-ink-muted) 0 4px, transparent 4px 7px);
    width:0;
    animation:typeFill 2.6s steps(14) infinite;
  }
  .landing-page.diagnostic-product .sim-input .sim-cursor{
    width:1.6px; height:13px;
    background:var(--dd-blue);
    flex-shrink:0;
    animation:cursorBlink .8s steps(1) infinite;
  }
  .landing-page.diagnostic-product .sim-field:nth-child(2) .sim-typed{animation-delay:.75s;}
  .landing-page.diagnostic-product .sim-field:nth-child(2) .sim-cursor{animation-delay:.75s;}
  .landing-page.diagnostic-product .sim-check{
    display:flex;
    align-items:center;
    gap:6px;
    font-size:10.5px;
    color:var(--dd-good);
    font-weight:700;
    opacity:0;
    margin-top:2px;
    animation:checkPop 2.6s ease-in-out infinite;
  }
  .landing-page.diagnostic-product .sim-scan{
    background:var(--dd-navy-deep);
    padding:15px 16px;
    position:relative;
    overflow:hidden;
    font-family:var(--font-mono);
    font-size:10px;
    color:rgba(255,255,255,.55);
    min-height:110px;
  }
  .landing-page.diagnostic-product .sim-scan .scan-row{margin-bottom:5px; opacity:.7;}
  .landing-page.diagnostic-product .sim-scan .scan-line{
    position:absolute;
    left:0; right:0;
    height:2px;
    background:linear-gradient(90deg, transparent, var(--dd-cyan), transparent);
    animation:scanMove 2.4s linear infinite;
    box-shadow:0 0 8px var(--dd-cyan);
  }
  .landing-page.diagnostic-product .sim-matrix{
    background:#050b18;
    padding:0;
    position:relative;
    overflow:hidden;
    height:110px;
  }
  .landing-page.diagnostic-product .sim-matrix .mx-col{
    position:absolute;
    top:-100%;
    width:12.5%;
    font-family:var(--font-mono);
    font-size:10px;
    line-height:13px;
    color:var(--dd-cyan);
    opacity:.8;
    text-shadow:0 0 6px rgba(5,199,242,.6);
    animation:mxFall linear infinite;
    white-space:pre-wrap;
    text-align:center;
  }
  .landing-page.diagnostic-product .sim-meet{
    background:var(--dd-navy-deep);
    padding:13px 14px;
    min-height:150px;
  }
  .landing-page.diagnostic-product .meet-avatars{
    display:flex;
    justify-content:space-between;
    margin-bottom:9px;
  }
  .landing-page.diagnostic-product .meet-avatar{
    display:flex;
    align-items:center;
    gap:5px;
    background:rgba(255,255,255,.08);
    border-radius:20px;
    padding:3px 9px 3px 3px;
  }
  .landing-page.diagnostic-product .meet-avatar .ma-circle{
    width:16px; height:16px;
    border-radius:50%;
    background:linear-gradient(135deg, var(--dd-cyan), var(--dd-blue));
    flex-shrink:0;
  }
  .landing-page.diagnostic-product .meet-avatar span{font-size:8.5px; color:rgba(255,255,255,.8); font-weight:700;}
  .landing-page.diagnostic-product .meet-screen{
    background:linear-gradient(160deg, #0056E4, var(--dd-crit));
    border-radius:9px;
    padding:13px;
    display:flex;
    align-items:center;
    gap:10px;
    animation:alarmPulse 2s infinite;
  }
  .landing-page.diagnostic-product .meet-screen .ico{width:24px; height:24px; flex-shrink:0; color:#fff;}
  .landing-page.diagnostic-product .meet-screen .ms-text b{display:block; font-size:9.5px; color:#fff; font-weight:800; letter-spacing:.03em;}
  .landing-page.diagnostic-product .meet-screen .ms-text span{font-size:8.5px; color:rgba(255,255,255,.8);}
  .landing-page.diagnostic-product .meet-controls{display:flex; justify-content:center; gap:9px; margin-top:11px;}
  .landing-page.diagnostic-product .meet-controls .mc-btn{
    width:22px; height:22px;
    border-radius:50%;
    background:rgba(255,255,255,.12);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
  }
  .landing-page.diagnostic-product .meet-controls .mc-btn svg{width:11px; height:11px;}
  .landing-page.diagnostic-product .meet-controls .mc-btn.end{background:var(--dd-crit);}

  .landing-page.diagnostic-product .form-section{
    background:linear-gradient(150deg, var(--dd-navy-deep) 0%, var(--dd-navy) 100%);
    color:#fff;
    position:relative;
    overflow:hidden;
    padding-top:128px;
    padding-bottom:112px;
  }
  .landing-page.diagnostic-product .form-section::before{
    content:'';
    position:absolute;
    inset:0;
    background:radial-gradient(700px 400px at 90% 0%, rgba(5,199,242,.16), transparent 60%);
  }
  .landing-page.diagnostic-product .form-wrap{
    position:relative;
    z-index:1;
    display:grid;
    grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
    gap:56px;
  }
  .landing-page.diagnostic-product .form-side h2{color:#fff; max-width:16ch;}
  .landing-page.diagnostic-product .form-section .section-eyebrow{
    color:var(--dd-cyan);
    background:rgba(5,199,242,.12);
  }
  .landing-page.diagnostic-product .form-side .section-sub{color:rgba(255,255,255,.7);}
  .landing-page.diagnostic-product .form-points{
    margin-top:26px;
    display:flex;
    flex-direction:column;
    gap:14px;
  }
  .landing-page.diagnostic-product .form-point{
    display:flex;
    gap:12px;
    align-items:flex-start;
    font-size:14px;
    color:rgba(255,255,255,.82);
  }
  .landing-page.diagnostic-product .form-point .chk{color:var(--dd-cyan); flex-shrink:0; font-weight:700;}
  .landing-page.diagnostic-product .card-form{
    background:#fff;
    border-radius:var(--dd-radius);
    padding:34px;
    box-shadow:var(--dd-shadow);
    color:var(--dd-ink);
  }
  .landing-page.diagnostic-product .field{margin-bottom:18px;}
  .landing-page.diagnostic-product .field label{
    display:block;
    font-size:12px;
    color:var(--dd-ink-muted);
    margin-bottom:7px;
    font-weight:700;
  }
  .landing-page.diagnostic-product .field input,
  .landing-page.diagnostic-product .field select{
    width:100%;
    padding:12px 14px;
    border-radius:10px;
    border:1px solid var(--dd-line-strong);
    background:#fff;
    color:var(--dd-ink);
    font-family:var(--font-body);
    font-size:14px;
    outline:none;
  }
  .landing-page.diagnostic-product .field input:focus,
  .landing-page.diagnostic-product .field select:focus{
    border-color:var(--dd-blue);
    box-shadow:0 0 0 3px rgba(5,108,242,.12);
  }
  .landing-page.diagnostic-product .row2{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px;
  }
  .landing-page.diagnostic-product .submit-btn{
    width:100%;
    padding:15px;
    font-size:15px;
    margin-top:6px;
  }
  .landing-page.diagnostic-product .form-foot{
    font-size:12px;
    color:var(--dd-ink-muted);
    margin-top:14px;
    text-align:center;
  }
  .landing-page.diagnostic-product .thanks{display:none; text-align:center; padding:20px 0;}
  .landing-page.diagnostic-product .thanks.show{display:flex; flex-direction:column; align-items:center; justify-content:center;}
  .landing-page.diagnostic-product .thanks .chk-lg{font-size:36px; color:var(--dd-good); margin-bottom:12px;}



  /* Note: this page is standalone. Brand, navigation, and conversion use
     their own chrome and do not inherit the institutional fixed menu. */
  .landing-page.diagnostic-product{
    --accent:var(--dd-blue);
    --ink-muted:var(--dd-ink-muted);
  }
  .diagnostic-header{
    position:sticky;
    top:0;
    z-index:100;
    background:rgba(7,11,38,.88);
    border-bottom:1px solid rgba(255,255,255,.1);
    backdrop-filter:blur(16px);
  }
  .diagnostic-header-inner{
    width:100%;
    max-width:1140px;
    min-height:60px;
    margin:0 auto;
    padding:10px 28px;
    display:flex;
    align-items:center;
    justify-content:flex-start;
  }
  .diagnostic-header .logo-brand{
    display:flex;
    align-items:center;
    flex:0 0 auto;
    overflow:hidden;
    text-decoration:none;
    color:inherit;
  }
  .diagnostic-header .logo-brand img{
    display:block;
    height:55px;
    width:185px;
    max-width:none;
    object-fit:contain;
    object-position:left center;
    margin-top:13px;
    transform:scale(2.6);
    transform-origin:left center;
    filter:brightness(0) invert(1);
  }

  .diagnostic-footer{
    position:relative;
    padding:56px 0 40px;
    background:
      radial-gradient(600px 300px at 50% -40%, rgba(5,199,242,.12), transparent 70%),
      var(--dd-navy-deep);
    color:rgba(255,255,255,.74);
    border-top:1px solid rgba(5,199,242,.18);
    text-align:center;
    overflow:visible;
  }
  .diagnostic-footer-inner{
    max-width:640px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:18px;
  }
  .diagnostic-footer-brand{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:auto;
    height:auto;
    overflow:visible;
    transition:opacity .2s ease;
  }
  .diagnostic-footer-brand:hover{opacity:.85;}
  .diagnostic-footer-brand img{
    display:block;
    width:132px;
    height:auto;
    max-width:100%;
    object-fit:contain;
    object-position:center;
    transform:none;
    filter:brightness(0) invert(1);
  }
  .diagnostic-footer-note{
    font-size:13px;
    line-height:1.6;
    color:rgba(255,255,255,.55);
    max-width:420px;
  }
  .landing-page.diagnostic-product .diagnostic-footer-link{
    display:inline-flex;
    align-items:center;
    gap:10px;
    margin-top:6px;
    padding:18px 40px;
    border-radius:999px;
    border:1px solid rgba(255,255,255,.28);
    background:linear-gradient(135deg,var(--dd-blue),var(--dd-cyan));
    color:#fff;
    font-family:var(--font-display);
    font-size:16px;
    font-weight:700;
    letter-spacing:.01em;
    box-shadow:0 16px 36px -14px rgba(5,108,242,.55);
    transition:border-color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease, filter .2s ease;
  }
  .landing-page.diagnostic-product .diagnostic-footer-link svg{width:18px; height:18px; flex-shrink:0; transition:transform .2s ease;}
  .landing-page.diagnostic-product .diagnostic-footer-link:hover{
    transform:translateY(-3px);
    filter:brightness(1.06);
    box-shadow:0 22px 44px -14px rgba(5,108,242,.7);
  }
  .landing-page.diagnostic-product .diagnostic-footer-link:hover svg{transform:translate(2px,-2px);}
  .landing-page.diagnostic-product .diagnostic-footer-link:active{transform:translateY(0);}
  .landing-page.diagnostic-product .diagnostic-footer-link:focus-visible{outline:2px solid var(--dd-cyan); outline-offset:4px;}
  .diagnostic-footer-meta{
    width:100%;
    margin-top:14px;
    padding-top:20px;
    border-top:1px solid rgba(255,255,255,.1);
    font-size:12px;
    color:rgba(255,255,255,.45);
  }


  /* Note: approved visual reference uses institutional blue, light surfaces,
     and LP red (#E5484D) only on critical accents. */
  .landing-page.diagnostic-product .video-section .span--crit,
  .landing-page.diagnostic-product .pain h2 .span--crit,
  .landing-page.diagnostic-product .tension-line.soft em,
  .landing-page.diagnostic-product .tension-line .span--crit{
    color:var(--dd-crit) !important;
  }
  .landing-page.diagnostic-product .enemy-dark{
    background:linear-gradient(165deg,#2B0507 0%,#6E0F14 55%,#A3181E 130%);
  }
  .landing-page.diagnostic-product .enemy-dark::before{
    content:'';
    background:radial-gradient(650px 420px at 88% 6%,rgba(255,90,90,.28),transparent 60%),
               radial-gradient(500px 400px at 5% 95%,rgba(0,0,0,.35),transparent 60%);
  }
  .landing-page.diagnostic-product .enemy-dark::after{
    content:'';
    position:absolute;
    inset:0;
    pointer-events:none;
    opacity:1;
    background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
                     linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
    background-size:34px 34px;
    mix-blend-mode:normal;
  }
  .landing-page.diagnostic-product .enemy-dark .section-eyebrow{
    color:var(--dd-crit-soft);
    background:rgba(255,255,255,.08);
    border-color:rgba(255,138,141,.35);
  }
  .landing-page.diagnostic-product .enemy-dark .section-sub{color:rgba(255,255,255,.68) !important; font-weight:400;}
  .landing-page.diagnostic-product .btn-reveal{
    background:linear-gradient(160deg,#7a1216,var(--dd-crit));
    box-shadow:0 16px 40px -14px rgba(229,72,77,.55);
    animation:alarmPulse 2.2s infinite;
  }
  .landing-page.diagnostic-product .flip-face.front.ai-style{border-top-color:var(--dd-crit);}
  .landing-page.diagnostic-product .flip-face.front .cc-pulse{background:var(--dd-crit); box-shadow:0 0 0 4px rgba(229,72,77,.15);}
  .landing-page.diagnostic-product .flip-face .c-num{color:var(--dd-crit);}
  .landing-page.diagnostic-product .flip-face.back .cc-pulse{background:#fff; box-shadow:0 0 0 4px rgba(255,255,255,.15);}
  .landing-page.diagnostic-product .flip-face.back .fb-title{color:rgba(255,255,255,.85);}
  .landing-page.diagnostic-product .flip-wrap--suppliers .flip-face.front .cc-pulse{right:12px;}

  /* Note: the four steps share the same height and keep their modules aligned. */
  .landing-page.diagnostic-product .steps{
    align-items:stretch;
  }
  .landing-page.diagnostic-product .step{
    display:flex;
    flex-direction:column;
    height:100%;
  }
  .landing-page.diagnostic-product .step .sim-box{
    width:100%;
    min-height:150px;
    height:150px;
    margin-top:auto;
  }
  .landing-page.diagnostic-product .step .sim-box > .sim-form,
  .landing-page.diagnostic-product .step .sim-box > .sim-scan,
  .landing-page.diagnostic-product .step .sim-box > .sim-matrix,
  .landing-page.diagnostic-product .step .sim-box > .sim-meet{
    width:100%;
    height:100%;
    min-height:0;
  }

  .landing-page.diagnostic-product .ico{display:inline-flex; align-items:center; justify-content:center;}
  .landing-page.diagnostic-product .ico svg{width:100%; height:100%;}

  @keyframes pulse{0%,100%{opacity:1;}50%{opacity:.4;}}
  @keyframes float{0%,100%{transform:translateY(0);}50%{transform:translateY(-10px);}}
  @keyframes connMove{0%{top:0; opacity:1;}88%{top:100%; opacity:1;}100%{top:100%; opacity:0;}}
  @keyframes leakMove{0%{left:32px; opacity:1;}92%{left:calc(100% - 34px); opacity:1;}100%{left:calc(100% - 34px); opacity:0;}}
  @keyframes alarmPulse{0%{box-shadow:0 0 0 0 rgba(229,72,77,.55);}70%{box-shadow:0 0 0 16px rgba(229,72,77,0);}100%{box-shadow:0 0 0 0 rgba(229,72,77,0);}}
  @keyframes typeFill{0%{width:0;}40%{width:78%;}68%{width:78%;}100%{width:0;}}
  @keyframes cursorBlink{50%{opacity:0;}}
  @keyframes checkPop{0%,58%{opacity:0; transform:scale(.85);}74%,90%{opacity:1; transform:scale(1);}100%{opacity:0;}}
  @keyframes scanMove{0%{top:6%;}100%{top:94%;}}
  @keyframes mxFall{0%{top:-100%;}100%{top:100%;}}

  @media (min-width:768px){
    .landing-page.diagnostic-product .site-header .logo-brand img{
      height:60px;
      width:200px;
    }
  }
  @media (max-width:1100px){
    .landing-page.diagnostic-product .cost-grid.cols-5{grid-template-columns:repeat(3, minmax(0,1fr));}
  }
  @media (max-width:960px){
    .landing-page.diagnostic-product .hero-grid{grid-template-columns:1fr;}
    .landing-page.diagnostic-product .hero h1{max-width:20ch;}
    .landing-page.diagnostic-product .score-card{max-width:640px; margin:0 auto;}
    .landing-page.diagnostic-product .form-wrap{grid-template-columns:1fr;}
    .landing-page.diagnostic-product .scenario-grid{grid-template-columns:repeat(2, minmax(0,1fr));}
  }
  @media (max-width:860px){
    .landing-page.diagnostic-product .steps{grid-template-columns:1fr; gap:28px;}
    .landing-page.diagnostic-product .step-line{display:none;}
    .landing-page.diagnostic-product .enemy-flow{gap:10px; flex-wrap:wrap;}
    .landing-page.diagnostic-product .enemy-node{width:30%; min-width:110px;}
    .landing-page.diagnostic-product .enemy-arrow{display:none;}
  }
  @media (max-width:760px){
    .landing-page.diagnostic-product .cost-grid.cols-5{grid-template-columns:1fr;}
    .landing-page.diagnostic-product .flip-wrap,.landing-page.diagnostic-product .flip-wrap .flip-inner{min-height:300px;}
  }
  @media (max-width:720px){
    .landing-page.diagnostic-product section{padding:64px 0;}
    .landing-page.diagnostic-product .chapter-break{height:16px;}
    .landing-page.diagnostic-product .pain:has(.cost-grid){padding-bottom:88px;}
    .landing-page.diagnostic-product .enemy-dark{padding-top:88px; padding-bottom:88px;}
    .landing-page.diagnostic-product .board-section{padding-top:88px; padding-bottom:72px;}
    .landing-page.diagnostic-product .steps-section{padding-bottom:88px;}
    .landing-page.diagnostic-product .form-section{padding-top:88px; padding-bottom:72px;}
    .landing-page.diagnostic-product .enemy-dark .section-head{margin-bottom:36px;}
    .landing-page.diagnostic-product .callout.dark{margin-top:36px;}
    .landing-page.diagnostic-product .wrap{padding-left:20px; padding-right:20px;}
    .landing-page.diagnostic-product .hero{padding:76px 0 72px;}
    .landing-page.diagnostic-product .hero h1{font-size:clamp(2rem, 11vw, 3rem);}
    .landing-page.diagnostic-product .hero-cta .btn{width:100%;}
    .landing-page.diagnostic-product .trustbar{display:grid; grid-template-columns:repeat(3, 1fr); gap:12px;}
    .landing-page.diagnostic-product .trust-item .num{font-size:22px;}
    .landing-page.diagnostic-product .trust-item .lbl{font-size:10.5px;}
    .landing-page.diagnostic-product .score-overview{grid-template-columns:110px minmax(0,1fr); gap:16px;}
    .landing-page.diagnostic-product .score-index{width:110px; height:110px;}
    .landing-page.diagnostic-product .score-ring-val{font-size:34px;}
    .landing-page.diagnostic-product .score-legend{grid-template-columns:1fr;}
    .landing-page.diagnostic-product .video-player{min-height:260px;}
    .landing-page.diagnostic-product .video-player::after{left:18px; right:18px; bottom:18px; max-width:none;}
    .landing-page.diagnostic-product .video-player::before{top:18px; left:18px;}
    .landing-page.diagnostic-product .video-player .vp-tag{top:18px; right:18px;}
    .landing-page.diagnostic-product .scenario-grid{grid-template-columns:1fr;}
    .landing-page.diagnostic-product .leak-flow{flex-wrap:wrap; justify-content:center; gap:14px; row-gap:20px;}
    .landing-page.diagnostic-product .leak-flow::before{display:none;}
    .landing-page.diagnostic-product .leak-node .ln-label{max-width:none;}
    .landing-page.diagnostic-product .leak-pulse{display:none;}
    .landing-page.diagnostic-product .card-form{padding:24px 20px;}
    .landing-page.diagnostic-product .row2{grid-template-columns:1fr;}
    .landing-page.diagnostic-product .segment-cta-box{padding:36px 24px;}
    .diagnostic-header-inner{min-height:52px; padding:8px 20px; width:calc(100vw - 40px); max-width:none; display:flex;}
    .diagnostic-header{width:100%;}
    .diagnostic-header .logo-brand img{height:48px; width:160px;}
    .landing-page.diagnostic-product .wrap{width:calc(100vw - 40px);}
    .landing-page.diagnostic-product .hero h1{width:100%; max-width:100%; font-size:clamp(2rem,8.5vw,2.8rem); overflow-wrap:anywhere;}
    .diagnostic-footer-meta{flex-direction:column; align-items:center; gap:16px; text-align:center;}
  }
  @media (max-width:520px){
    .landing-page.diagnostic-product .score-overview{grid-template-columns:1fr; text-align:center;}
    .landing-page.diagnostic-product .score-index{margin:0 auto;}
    .landing-page.diagnostic-product .score-legend{text-align:left;}
    .landing-page.diagnostic-product .enemy-node{width:46%;}
    .landing-page.diagnostic-product .enemy-node .en-label{font-size:10px;}
  }
  @media (prefers-reduced-motion:reduce){
    .landing-page.diagnostic-product *,
    .landing-page.diagnostic-product *::before,
    .landing-page.diagnostic-product *::after{
      animation-duration:.01ms !important;
      animation-iteration-count:1 !important;
      scroll-behavior:auto !important;
      transition-duration:.01ms !important;
    }
  }

  /* Score card: glass escuro com anel de risco, como na LP original. */
  .landing-page.diagnostic-product .score-card{
    background:rgba(255,255,255,.06);
    backdrop-filter:blur(20px);
    border:1px solid rgba(255,255,255,.16);
    border-radius:22px;
    padding:26px;
    box-shadow:0 30px 80px -30px rgba(0,0,0,.5);
    animation:float 6s ease-in-out infinite;
  }
  .landing-page.diagnostic-product .score-card::before{content:none; display:none;}
  .landing-page.diagnostic-product .score-head{
    justify-content:space-between;
    margin-bottom:20px;
    padding:0;
    border-bottom:0;
  }
  .landing-page.diagnostic-product .score-head::before{content:none;}
  .landing-page.diagnostic-product .score-head .label{
    font:700 11.5px/1.2 var(--font-body);
    color:rgba(255,255,255,.6);
    letter-spacing:.04em;
    text-transform:uppercase;
  }
  .landing-page.diagnostic-product .live-pill{
    padding:0;
    border:0;
    background:transparent;
    color:var(--dd-cyan);
    font:700 10.5px/1 var(--font-body);
  }
  .landing-page.diagnostic-product .score-overview{
    grid-template-columns:96px minmax(0,1fr);
    gap:20px;
    margin-bottom:20px;
  }
  .landing-page.diagnostic-product .score-index{
    width:96px;
    height:96px;
    border:0;
    border-radius:50%;
    background:conic-gradient(var(--dd-crit) 0 15%,var(--dd-warn) 15% 35%,var(--dd-yellow) 35% 55%,var(--dd-good) 55% 80%,var(--dd-blue) 80% 100%);
    box-shadow:none;
  }
  .landing-page.diagnostic-product .score-index::before{
    content:'';
    position:absolute;
    inset:12px;
    border-radius:50%;
    background:var(--dd-navy-deep);
    box-shadow:none;
  }
  .landing-page.diagnostic-product .score-index::after{content:none;}
  .landing-page.diagnostic-product .score-ring-val{
    position:relative;
    z-index:1;
    padding:0;
    color:#fff;
    font:700 20px/1 var(--font-display);
    letter-spacing:-.04em;
  }
  .landing-page.diagnostic-product .score-legend{display:flex; flex-direction:column; gap:6px;}
  .landing-page.diagnostic-product .score-legend-item{
    display:grid;
    grid-template-columns:9px minmax(0,1fr);
    gap:0 8px;
    min-height:0;
    padding:0;
    border:0;
    border-radius:0;
    background:transparent;
    color:rgba(255,255,255,.75);
    font:400 12px/1.3 var(--font-body);
  }
  .landing-page.diagnostic-product .score-legend-item > span:not(.severity-dot){font-weight:600;}
  .landing-page.diagnostic-product .score-legend-item small{
    grid-column:2;
    color:rgba(255,255,255,.55);
    font:400 10.5px/1.25 var(--font-body);
    text-align:left;
  }
  .landing-page.diagnostic-product .finding-list{
    display:flex;
    flex-direction:column;
    gap:10px;
    margin:0;
    padding-top:0;
    border-top:0;
  }
  .landing-page.diagnostic-product .finding{
    display:flex;
    align-items:center;
    gap:10px;
    min-height:0;
    padding:11px 14px;
    border:1px solid rgba(255,255,255,.1);
    border-radius:12px;
    background:rgba(255,255,255,.05);
  }
  .landing-page.diagnostic-product .finding-critical,
  .landing-page.diagnostic-product .finding-warning,
  .landing-page.diagnostic-product .finding-ok{border-left:1px solid rgba(255,255,255,.1); border-top:0;}
  .landing-page.diagnostic-product .finding-tag{flex-shrink:0; padding:3px 8px; border-radius:6px; font-size:9.5px;}
  .landing-page.diagnostic-product .finding-tag.crit{background:rgba(229,72,77,.18); color:#FF8A8D;}
  .landing-page.diagnostic-product .finding-tag.warn{background:rgba(242,146,74,.18); color:var(--dd-warn-soft);}
  .landing-page.diagnostic-product .finding-tag.ok{background:rgba(31,174,122,.18); color:#5FE0AC;}
  .landing-page.diagnostic-product .finding-text{font-size:12.5px; color:rgba(255,255,255,.85); line-height:1.4;}

  @media (max-width:720px){
    .landing-page.diagnostic-product .score-card{padding:22px;}
    .landing-page.diagnostic-product .score-overview{grid-template-columns:110px minmax(0,1fr); gap:16px;}
    .landing-page.diagnostic-product .score-index{width:110px; height:110px;}
    .landing-page.diagnostic-product .score-index::before{inset:12px;}
    .landing-page.diagnostic-product .score-ring-val{font-size:22px;}
  }
  @media (max-width:520px){
    .landing-page.diagnostic-product .score-overview{grid-template-columns:1fr;}
    .landing-page.diagnostic-product .score-index{margin:0 auto;}
  }

  /* Note: restore chat-widget padding and margin zeroed by the page reset. */
  .landing-page.diagnostic-product .chat-widget,
  .landing-page.diagnostic-product .chat-widget *{margin:0; padding:0; box-sizing:border-box;}
  .landing-page.diagnostic-product .chat-widget{padding:0; border-radius:24px; overflow:hidden;}
  .landing-page.diagnostic-product .chat-widget-header{padding:18px 20px;}
  .landing-page.diagnostic-product .chat-agent-info{gap:13px;}
  .landing-page.diagnostic-product .chat-agent-avatar{width:46px; height:46px; border-radius:14px; font-size:.78rem; font-weight:800; display:flex; align-items:center; justify-content:center;}
  .landing-page.diagnostic-product .chat-agent-name{font-size:.9375rem; font-weight:700; margin:0;}
  .landing-page.diagnostic-product .chat-agent-status{font-size:.7rem; margin:0;}
  .landing-page.diagnostic-product .chat-close{width:34px; height:34px; border-radius:10px;}
  .landing-page.diagnostic-product .chat-messages{padding:20px 16px 12px; gap:12px;}
  .landing-page.diagnostic-product .chat-msg{gap:8px;}
  .landing-page.diagnostic-product .chat-msg-avatar{width:30px; height:30px; border-radius:10px; font-size:9px; font-weight:800; display:flex; align-items:center; justify-content:center;}
  .landing-page.diagnostic-product .chat-msg-bubble{padding:11px 15px; border-radius:18px; font-size:.875rem; line-height:1.5;}
  .landing-page.diagnostic-product .chat-msg-bubble ul{margin:6px 0 2px; padding-left:16px;}
  .landing-page.diagnostic-product .chat-msg-bubble li{margin-bottom:5px;}
  .landing-page.diagnostic-product .chat-chips{padding:4px 16px 14px; gap:8px;}
  .landing-page.diagnostic-product .chat-chip{padding:6px 12px; font-size:.75rem; border-radius:999px;}
  .landing-page.diagnostic-product .chat-input-row{padding:12px 16px; gap:10px;}
  .landing-page.diagnostic-product .chat-input-row input{padding:10px 16px; font-size:.875rem; border-radius:50px;}
  .landing-page.diagnostic-product .chat-send{width:42px; height:42px; border-radius:50%;}
  .landing-page.diagnostic-product .chat-turnstile-panel{padding:4px 0 10px;}

  /* Note: the floating button on this page is chat only, with no option fan. */
  .landing-page.diagnostic-product .chat-bubble.is-open .chat-bubble-icon{transform:none;}
  .landing-page.diagnostic-product .chat-bubble.is-open::before{display:none;}

  /* Note: final chrome is compact, readable, and isolated from the page reset. */
  .landing-page.diagnostic-product .diagnostic-header-inner{
    width:100%;
    max-width:none;
    min-height:68px;
    margin:0 auto;
    padding:10px 28px;
    display:flex;
    align-items:center;
    justify-content:flex-start;
  }
  .landing-page.diagnostic-product .diagnostic-header .logo-brand{
    overflow:hidden;
  }
  .landing-page.diagnostic-product .diagnostic-header .logo-brand img{
    height:55px;
    width:185px;
    max-width:none;
    object-fit:contain;
    object-position:left center;
    margin-top:13px;
    transform:scale(2.6);
    transform-origin:left center;
    filter:brightness(0) invert(1);
  }

  .landing-page.diagnostic-product .chat-bubble--diagnostic{
    right:24px;
    bottom:24px;
    width:72px;
    height:72px;
    display:grid;
    place-items:center;
    background:linear-gradient(145deg, var(--dd-navy-mid) 0%, var(--dd-blue) 58%, var(--dd-cyan) 100%);
    border:1px solid rgba(255,255,255,.38);
    box-shadow:0 14px 34px rgba(5,108,242,.4), 0 5px 14px rgba(7,11,38,.24), inset 0 1px 0 rgba(255,255,255,.22);
  }
  .landing-page.diagnostic-product .chat-bubble--diagnostic .chat-bubble-icon{
    width:auto;
    height:auto;
    font-size:1.75rem;
    filter:none;
  }
  .landing-page.diagnostic-product .chat-bubble:hover{transform:translateY(-2px) scale(1.04);}
  .landing-page.diagnostic-product .chat-bubble:focus-visible{outline:2px solid var(--dd-cyan); outline-offset:4px;}
  .landing-page.diagnostic-product .chat-widget{
    right:24px;
    bottom:92px;
    width:min(400px, calc(100% - 48px));
    border-radius:18px;
  }

  .landing-page.diagnostic-product .diagnostic-footer{
    padding:48px 0 32px;
    background:
      radial-gradient(600px 300px at 50% -40%, rgba(5,199,242,.12), transparent 70%),
      var(--dd-navy-deep);
  }
  .landing-page.diagnostic-product .diagnostic-footer-inner{
    width:100%;
    max-width:640px;
    margin:0 auto;
    padding:0 28px;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:18px;
  }
  .landing-page.diagnostic-product .diagnostic-footer-brand{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:auto;
    height:auto;
    overflow:visible;
  }
  .landing-page.diagnostic-product .diagnostic-footer-brand img{
    display:block;
    width:132px;
    height:auto;
    max-width:100%;
    object-fit:contain;
    object-position:center;
    transform:none;
    filter:brightness(0) invert(1);
  }
  .landing-page.diagnostic-product .diagnostic-footer-note{
    max-width:440px;
    margin:0;
    font-size:13px;
    line-height:1.6;
  }
  .landing-page.diagnostic-product .diagnostic-footer-link{
    margin-top:0;
    padding:13px 24px;
    font-size:14px;
    box-shadow:0 10px 24px -12px rgba(5,108,242,.6);
  }
  .landing-page.diagnostic-product .diagnostic-footer-meta{
    width:100%;
    max-width:420px;
    margin-top:6px;
    padding-top:18px;
    font-size:12px;
  }

  @media (max-width:720px){
    .landing-page.diagnostic-product .diagnostic-header-inner{
      min-height:58px;
      padding:8px 20px;
    }
    .landing-page.diagnostic-product .diagnostic-header .logo-brand img{
      height:48px;
      width:160px;
    }
    .landing-page.diagnostic-product .chat-bubble--diagnostic{
      right:16px;
      bottom:16px;
      width:62px;
      height:62px;
    }
    .landing-page.diagnostic-product .chat-bubble--diagnostic .chat-bubble-icon{font-size:1.45rem;}
    .landing-page.diagnostic-product .chat-widget{
      right:12px;
      bottom:80px;
      width:calc(100% - 24px);
      max-width:none;
    }
    .landing-page.diagnostic-product .diagnostic-footer{padding:32px 0 18px;}
    .landing-page.diagnostic-product .diagnostic-footer-inner{padding:0 20px; gap:10px;}
    .landing-page.diagnostic-product .diagnostic-footer-link{
      width:100%;
      max-width:286px;
      padding:13px 18px;
    }
    .landing-page.diagnostic-product .diagnostic-footer-meta{margin-top:4px; padding-top:12px;}
    .landing-page.diagnostic-product .video-player{
      width:100%;
      min-height:0;
      height:auto;
      aspect-ratio:16/9;
    }
  }

  /* Note: final player frame is a placeholder for the video connected later. */
  .landing-page.diagnostic-product .video-section{padding:64px 0;}
  .landing-page.diagnostic-product .video-wrap{max-width:1040px;}
  .landing-page.diagnostic-product .video-player{
    width:100%;
    min-height:0;
    aspect-ratio:16/9;
    border-radius:var(--dd-radius);
    background:
      linear-gradient(180deg, rgba(7,11,38,.04) 0%, rgba(7,11,38,.12) 56%, rgba(7,11,38,.8) 100%),
      radial-gradient(720px 420px at 8% 0%, rgba(5,199,242,.26), transparent 62%),
      linear-gradient(145deg, var(--dd-navy-deep) 0%, var(--dd-navy) 62%, var(--dd-blue) 130%);
    border:1px solid rgba(255,255,255,.22);
    box-shadow:0 24px 70px -32px rgba(7,11,38,.55);
    isolation:isolate;
  }
  .landing-page.diagnostic-product .video-player::before{
    content:'MAIS DADOS / DIAGNÓSTICO   ·   PRÉVIA 01';
    top:22px;
    left:24px;
    z-index:1;
    color:rgba(255,255,255,.62);
  }
  .landing-page.diagnostic-product .video-player::after{
    left:24px;
    right:24px;
    bottom:38px;
    z-index:1;
    max-width:560px;
    font-size:clamp(1.15rem,2.1vw,1.7rem);
    line-height:1.08;
  }
  .landing-page.diagnostic-product .video-player .vp-tag{
    top:22px;
    right:24px;
    z-index:2;
    padding:7px 11px;
    color:#fff;
    background:rgba(5,199,242,.16);
    border:1px solid rgba(5,199,242,.55);
  }
  .landing-page.diagnostic-product .video-player .vp-index{
    position:absolute;
    left:24px;
    bottom:18px;
    z-index:2;
    color:rgba(255,255,255,.6);
    font:700 10px/1 var(--font-mono);
    letter-spacing:.1em;
  }
  .landing-page.diagnostic-product .video-player .play-btn{
    position:absolute;
    inset:0;
    margin:auto;
    width:84px;
    height:84px;
    border-radius:50%;
    background:rgba(5,108,242,.92);
    border:1px solid rgba(255,255,255,.7);
    box-shadow:0 0 0 12px rgba(5,199,242,.13), 0 18px 40px rgba(7,11,38,.3);
    z-index:3;
  }
  .landing-page.diagnostic-product .video-player .play-btn::after{
    border-left-width:20px;
    border-top-width:12px;
    border-bottom-width:12px;
    margin-left:5px;
  }
  .landing-page.diagnostic-product .video-player:hover .play-btn{
    transform:scale(1.07);
    background:var(--dd-blue);
  }
  .landing-page.diagnostic-product .video-player .vp-progress{
    position:absolute;
    left:24px;
    right:24px;
    bottom:10px;
    height:3px;
    z-index:2;
    overflow:hidden;
    background:rgba(255,255,255,.22);
    border-radius:999px;
  }
  .landing-page.diagnostic-product .video-player .vp-progress span{
    display:block;
    width:22%;
    height:100%;
    background:var(--dd-cyan);
    border-radius:inherit;
  }
  @media (max-width:720px){
    .landing-page.diagnostic-product .video-section{padding:56px 0;}
    .landing-page.diagnostic-product .video-player{height:210px; aspect-ratio:auto;}
    .landing-page.diagnostic-product .video-player::before{top:16px; left:16px; font-size:9px;}
    .landing-page.diagnostic-product .video-player::after{left:16px; right:16px; bottom:32px; font-size:1.08rem;}
    .landing-page.diagnostic-product .video-player .vp-tag{top:16px; right:16px; padding:6px 9px; font-size:9px;}
    .landing-page.diagnostic-product .video-player .vp-index{left:16px; bottom:14px; font-size:9px;}
    .landing-page.diagnostic-product .video-player .play-btn{
      inset:auto;
      top:38%;
      left:50%;
      width:68px;
      height:68px;
      margin:0;
      transform:translate(-50%,-50%);
    }
    .landing-page.diagnostic-product .video-player:hover .play-btn{transform:translate(-50%,-50%) scale(1.07);}
    .landing-page.diagnostic-product .video-player .vp-progress{left:16px; right:16px; bottom:8px;}
  }

  /* Exposure scenarios: turn each flow into a framed operational case study. */
  .landing-page.diagnostic-product .leak-flow.wide{
    position:relative;
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    align-items:start;
    column-gap:18px;
    width:100%;
    max-width:820px;
    margin:20px auto;
    padding:40px 28px 24px;
    background:rgba(255,255,255,.96);
    border:1px solid var(--dd-line);
    border-top:3px solid rgba(5,108,242,.34);
    border-radius:var(--dd-radius);
    box-shadow:var(--dd-shadow-card);
  }
  .landing-page.diagnostic-product .leak-flow.wide::after{
    content:'CENÁRIO DE EXPOSIÇÃO';
    position:absolute;
    top:16px;
    left:28px;
    color:var(--dd-blue);
    font:700 10px/1 var(--font-mono);
    letter-spacing:.1em;
    text-transform:uppercase;
  }
  .landing-page.diagnostic-product .reveal > .leak-flow.wide:nth-child(1)::after{content:'CENÁRIO 01 · PERMISSÃO AMPLA';}
  .landing-page.diagnostic-product .reveal > .leak-flow.wide:nth-child(2)::after{content:'CENÁRIO 02 · INTEGRAÇÃO SEM AUDITORIA';}
  .landing-page.diagnostic-product .reveal > .leak-flow.wide:nth-child(3)::after{content:'CENÁRIO 03 · FORNECEDOR EXTERNO';}
  .landing-page.diagnostic-product .leak-flow.wide::before{
    top:67px;
    left:64px;
    right:64px;
    height:1px;
    z-index:0;
    background:linear-gradient(90deg,rgba(5,108,242,.18),rgba(5,108,242,.34),rgba(229,72,77,.34));
  }
  .landing-page.diagnostic-product .leak-flow.wide > .leak-node{
    min-width:0;
    gap:10px;
    padding:0;
    background:transparent;
  }
  .landing-page.diagnostic-product .leak-flow.wide .ln-icon{
    width:58px;
    height:58px;
    border-radius:16px;
    color:var(--dd-navy-mid);
    background:linear-gradient(145deg,#fff,var(--dd-paper));
    border:1px solid var(--dd-line-strong);
    box-shadow:0 8px 18px -12px rgba(7,11,38,.45),0 0 0 5px rgba(5,108,242,.05);
  }
  .landing-page.diagnostic-product .leak-flow.wide .leak-node.leak .ln-icon{
    color:#fff;
    background:linear-gradient(160deg,#7a1216,var(--dd-crit));
    border-color:transparent;
    box-shadow:0 10px 24px -12px rgba(229,72,77,.5),0 0 0 5px rgba(229,72,77,.08);
  }
  .landing-page.diagnostic-product .leak-flow.wide .ln-label{
    max-width:150px;
    color:var(--dd-ink-soft);
    font-size:11.5px;
    line-height:1.35;
  }
  .landing-page.diagnostic-product .leak-flow.wide .leak-node.leak .ln-label{color:var(--dd-crit);}
  .landing-page.diagnostic-product .leak-flow.wide > .leak-pulse{
    top:67px;
    left:50%;
    z-index:2;
    margin-top:-4.5px;
    transform:translateX(-50%);
    animation:pulse 1.8s ease-in-out infinite;
  }
  @media (max-width:720px){
    .landing-page.diagnostic-product .leak-flow.wide{
      grid-template-columns:repeat(2,minmax(0,1fr));
      gap:22px 12px;
      max-width:none;
      margin:16px auto;
      padding:40px 14px 22px;
      border-radius:var(--dd-radius);
    }
    .landing-page.diagnostic-product .leak-flow.wide::before,
    .landing-page.diagnostic-product .leak-flow.wide > .leak-pulse{display:none;}
    .landing-page.diagnostic-product .leak-flow.wide::after{left:16px; top:15px; font-size:9px;}
    .landing-page.diagnostic-product .leak-flow.wide .ln-icon{width:50px; height:50px; border-radius:14px;}
  .landing-page.diagnostic-product .leak-flow.wide .ln-label{max-width:125px; font-size:10.5px; line-height:1.3;}
  }

  /* Single exposure example: give the four-step chain the same visual weight. */
  .landing-page.diagnostic-product .pain .leak-flow{
    position:relative;
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    align-items:start;
    column-gap:18px;
    width:100%;
    max-width:820px;
    margin:24px auto 18px;
    padding:40px 28px 24px;
    background:rgba(255,255,255,.96);
    border:1px solid var(--dd-line);
    border-top:3px solid rgba(5,108,242,.34);
    border-radius:var(--dd-radius);
    box-shadow:var(--dd-shadow-card);
  }
  .landing-page.diagnostic-product .pain .leak-flow::after{
    content:'EXEMPLO REAL DE EXPOSIÇÃO';
    position:absolute;
    top:16px;
    left:28px;
    color:var(--dd-blue);
    font:700 10px/1 var(--font-mono);
    letter-spacing:.1em;
    text-transform:uppercase;
  }
  .landing-page.diagnostic-product .pain .leak-flow::before{
    top:67px;
    left:64px;
    right:64px;
    height:1px;
    z-index:0;
    background:linear-gradient(90deg,rgba(5,108,242,.18),rgba(5,108,242,.34),rgba(229,72,77,.4));
  }
  .landing-page.diagnostic-product .pain .leak-flow > .leak-node{
    min-width:0;
    gap:10px;
    padding:0;
    background:transparent;
  }
  .landing-page.diagnostic-product .pain .leak-flow .ln-icon{
    width:58px;
    height:58px;
    border-radius:16px;
    color:var(--dd-navy-mid);
    background:linear-gradient(145deg,#fff,var(--dd-paper));
    border:1px solid var(--dd-line-strong);
    box-shadow:0 8px 18px -12px rgba(7,11,38,.45),0 0 0 5px rgba(5,108,242,.05);
  }
  .landing-page.diagnostic-product .pain .leak-flow .leak-node.leak .ln-icon{
    color:#fff;
    background:linear-gradient(160deg,#7a1216,var(--dd-crit));
    border-color:transparent;
    box-shadow:0 10px 24px -12px rgba(229,72,77,.5),0 0 0 5px rgba(229,72,77,.08);
  }
  .landing-page.diagnostic-product .pain .leak-flow .ln-label{
    max-width:150px;
    color:var(--dd-ink-soft);
    font-size:11.5px;
    line-height:1.35;
  }
  .landing-page.diagnostic-product .pain .leak-flow .leak-node.leak .ln-label{color:var(--dd-crit);}
  .landing-page.diagnostic-product .pain .leak-flow > .leak-pulse{
    top:67px;
    left:50%;
    z-index:2;
    margin-top:-4.5px;
    transform:translateX(-50%);
    animation:pulse 1.8s ease-in-out infinite;
  }
  @media (max-width:720px){
    .landing-page.diagnostic-product .pain .leak-flow{
      grid-template-columns:repeat(2,minmax(0,1fr));
      gap:22px 12px;
      max-width:none;
      margin:18px auto 16px;
      padding:40px 14px 22px;
    }
    .landing-page.diagnostic-product .pain .leak-flow::before,
    .landing-page.diagnostic-product .pain .leak-flow > .leak-pulse{display:none;}
    .landing-page.diagnostic-product .pain .leak-flow::after{left:16px; top:15px; font-size:9px;}
    .landing-page.diagnostic-product .pain .leak-flow .ln-icon{width:50px; height:50px; border-radius:14px;}
    .landing-page.diagnostic-product .pain .leak-flow .ln-label{max-width:125px; font-size:10.5px; line-height:1.3;}
  }
