:root{
      --ink:#071A18;
      --ink-2:#14312d;
      --muted:#64736f;
      --soft:#eef4f2;
      --line:#dbe6e3;
      --paper:#ffffff;
      --bg:#f8faf9;
      --mint:#c9ff5a;
      --mint-2:#efffc8;
      --teal:#0c7d70;
      --warn:#b85f09;
      --warn-bg:#fff7ea;
      --good:#0b6b43;
      --good-bg:#eaf8f0;
      --shadow:0 28px 70px rgba(7,26,24,.10);
      --shadow-sm:0 10px 28px rgba(7,26,24,.07);
      --radius:26px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}
    button,input{font:inherit}
    button{cursor:pointer}
    .wrap{width:min(1180px,calc(100% - 34px));margin:auto}
    .app-shell{min-height:100vh;background:
      radial-gradient(circle at 84% 10%,rgba(201,255,90,.20),transparent 24%),
      radial-gradient(circle at 8% 30%,rgba(12,125,112,.06),transparent 26%),
      var(--bg)}
    header{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 0}
    .brand-wrap{display:flex;align-items:center;gap:10px}
    .brand{display:flex;align-items:center;gap:10px;font-size:22px;font-weight:900;letter-spacing:-.045em}
    .brand-mark{width:34px;height:34px;border-radius:11px;background:var(--ink);position:relative;box-shadow:inset 0 0 0 1px rgba(255,255,255,.07)}
    .brand-mark:before{content:"";position:absolute;left:8px;top:8px;width:11px;height:11px;border:3px solid var(--mint);border-radius:50%}
    .brand-mark:after{content:"";position:absolute;right:7px;bottom:8px;width:10px;height:3px;background:var(--mint);border-radius:999px;transform:rotate(-35deg);transform-origin:right center}
    .beta{font-size:10px;line-height:1;border:1px solid var(--line);padding:5px 7px;border-radius:999px;color:var(--muted);font-weight:800;letter-spacing:.08em;text-transform:uppercase;background:#fff}
    nav{display:flex;align-items:center;gap:8px}
    .nav-link,.lang{border:0;background:transparent;color:var(--ink-2);font-weight:700;padding:10px 12px;border-radius:999px}
    .nav-link:hover,.lang:hover{background:var(--soft)}
    .lang{border:1px solid var(--line);background:#fff;min-width:84px}

    .hero{padding:64px 0 48px;display:grid;grid-template-columns:1.05fr .95fr;gap:52px;align-items:center}
    .eyebrow{display:flex;align-items:center;gap:9px;text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:900;color:var(--teal)}
    .eyebrow-dot{width:7px;height:7px;background:var(--mint);border:2px solid var(--ink);border-radius:50%}
    h1{font-size:clamp(54px,7vw,88px);line-height:.92;letter-spacing:-.065em;margin:14px 0 24px;max-width:790px}
    .lead{font-size:20px;line-height:1.55;color:#53645f;max-width:660px;margin:0 0 28px}
    .cta-row{display:flex;gap:11px;flex-wrap:wrap;align-items:center}
    .primary,.secondary,.dark{border-radius:14px;padding:15px 19px;font-weight:850;border:1px solid transparent;transition:.18s ease;display:inline-flex;align-items:center;justify-content:center;gap:8px}
    .primary{background:var(--ink);color:#fff;box-shadow:var(--shadow-sm)}
    .primary:hover{transform:translateY(-1px);background:#0e2a26}
    .secondary{background:#fff;color:var(--ink);border-color:var(--line)}
    .secondary:hover{border-color:#b9cbc6;background:#fbfdfc}
    .dark{background:var(--mint);color:var(--ink);border-color:rgba(7,26,24,.10)}
    .trust{display:flex;gap:16px;flex-wrap:wrap;margin-top:25px;color:var(--muted);font-size:13px;font-weight:650}
    .trust span{display:flex;align-items:center;gap:6px}
    .check{display:grid;place-items:center;width:17px;height:17px;border-radius:50%;background:var(--mint-2);color:var(--good);font-weight:900;font-size:11px}

    .visual{position:relative;min-height:510px;display:grid;place-items:center}
    .visual:before{content:"";position:absolute;width:360px;height:360px;background:var(--mint);filter:blur(0);opacity:.55;border-radius:42% 58% 58% 42% / 47% 40% 60% 53%;transform:rotate(-12deg)}
    .bill-card{position:relative;width:min(100%,510px);background:#fff;border:1px solid rgba(7,26,24,.10);border-radius:28px;padding:24px;box-shadow:0 38px 90px rgba(7,26,24,.18);transform:rotate(1.1deg)}
    .bill-card:after{content:"";position:absolute;left:16px;right:16px;bottom:-12px;height:18px;background:rgba(7,26,24,.06);filter:blur(12px);border-radius:50%;z-index:-1}
    .bill-top{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;padding-bottom:15px;border-bottom:1px solid var(--line)}
    .kicker{font-size:11px;text-transform:uppercase;letter-spacing:.12em;font-weight:900;color:var(--muted)}
    .amount{font-size:50px;font-weight:950;letter-spacing:-.055em;margin-top:4px}
    .review-pill{background:var(--warn-bg);color:var(--warn);border:1px solid #f6d7ad;padding:9px 11px;border-radius:999px;font-size:11px;font-weight:900;white-space:nowrap}
    .finding{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;padding:15px 0;border-bottom:1px solid var(--line)}
    .finding:last-child{border-bottom:0;padding-bottom:3px}
    .dot{width:10px;height:10px;border-radius:50%;background:#ef9f28;box-shadow:0 0 0 4px #fff6e7}
    .small{font-size:13px;color:var(--muted);line-height:1.45}
    .finding strong:last-child{font-variant-numeric:tabular-nums}
    .floating{position:absolute;background:#fff;border:1px solid var(--line);border-radius:16px;padding:12px 14px;box-shadow:var(--shadow-sm);font-size:12px;font-weight:800}
    .floating.one{right:-4px;top:45px;transform:rotate(4deg)}
    .floating.two{left:-8px;bottom:76px;transform:rotate(-4deg)}
    .floating span{display:block;color:var(--muted);font-weight:650;margin-top:3px}

    .proof{padding:18px 0 62px}
    .proof-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:18px}
    .proof-card{border:1px solid var(--line);background:rgba(255,255,255,.78);backdrop-filter:blur(8px);border-radius:22px;padding:23px}
    .proof-card strong{font-size:18px;letter-spacing:-.02em}
    .proof-card p{margin:8px 0 0;color:var(--muted);line-height:1.55}
    .privacy-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:18px}
    .micro{background:var(--soft);border-radius:14px;padding:13px;font-size:12px;color:var(--ink-2);font-weight:750}
    .micro b{display:block;margin-bottom:4px;font-size:13px;color:var(--ink)}

    .section{padding:70px 0}
    .section-head{display:flex;justify-content:space-between;gap:24px;align-items:flex-end;margin-bottom:28px}
    .section h2{font-size:clamp(36px,5vw,58px);line-height:.98;letter-spacing:-.055em;margin:0;max-width:760px}
    .section-copy{max-width:520px;color:var(--muted);font-size:17px;line-height:1.55;margin:0}
    .steps{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}
    .step{background:#fff;border:1px solid var(--line);border-radius:23px;padding:22px;min-height:210px;display:flex;flex-direction:column}
    .num{width:36px;height:36px;border-radius:12px;background:var(--mint);display:grid;place-items:center;font-weight:950;margin-bottom:38px}
    .step h3{font-size:20px;letter-spacing:-.03em;margin:0 0 8px}
    .step p{margin:0;color:var(--muted);line-height:1.5}
    .cta-band{margin:16px 0 30px;background:var(--ink);color:#fff;border-radius:30px;padding:38px;display:flex;align-items:center;justify-content:space-between;gap:28px;overflow:hidden;position:relative}
    .cta-band:after{content:"";position:absolute;width:260px;height:260px;background:var(--mint);right:-80px;top:-100px;border-radius:50%;opacity:.18}
    .cta-band h3{font-size:38px;line-height:1;letter-spacing:-.05em;margin:0 0 8px;max-width:620px}
    .cta-band p{color:#c6d6d2;margin:0;max-width:620px;line-height:1.5}
    footer{padding:30px 0 42px;color:var(--muted);font-size:12px;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}

    /* App */
    #landing.hidden{display:none}
    #app{display:none;min-height:100vh;background:var(--bg)}
    #app.active{display:block}
    .app-head{padding:18px 0;border-bottom:1px solid var(--line);background:rgba(248,250,249,.88);backdrop-filter:blur(14px);position:sticky;top:0;z-index:10}
    .app-head .wrap{display:flex;align-items:center;justify-content:space-between}
    .back{border:1px solid var(--line);background:#fff;border-radius:999px;padding:10px 13px;font-weight:800;color:var(--ink)}
    .stage{padding:38px 0 80px}
    .stage-card{background:#fff;border:1px solid var(--line);border-radius:28px;padding:28px;box-shadow:var(--shadow-sm)}
    .stage-top{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:26px}
    .stage-top h2{font-size:clamp(34px,5vw,52px);letter-spacing:-.055em;line-height:1;margin:8px 0 9px}
    .stage-top p{margin:0;color:var(--muted);font-size:16px;line-height:1.5;max-width:650px}
    .stepper{display:flex;align-items:center;gap:7px;min-width:max-content;padding-top:7px}
    .stepdot{height:8px;border-radius:999px;background:#d9e4e1;width:28px}
    .stepdot.active{background:var(--ink);width:42px}
    .insurance{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:20px}
    .choice{border:1px solid var(--line);background:#fff;border-radius:16px;padding:15px;text-align:left;font-weight:850}
    .choice span{display:block;color:var(--muted);font-size:12px;font-weight:600;margin-top:4px}
    .choice.selected{border-color:var(--ink);box-shadow:inset 0 0 0 1px var(--ink);background:#fbfdfc}
    .upload-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
    .drop{border:1.5px dashed #b9ccc6;background:#fbfdfc;border-radius:20px;padding:26px;min-height:190px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;transition:.2s;cursor:pointer}
    .drop:hover{border-color:var(--teal);background:#f4faf8}
    .drop input{display:none}
    .upload-icon{width:48px;height:48px;border-radius:16px;background:var(--soft);display:grid;place-items:center;margin-bottom:13px;font-size:22px}
    .drop strong{font-size:16px}
    .drop .small{margin-top:5px}
    .file-name{margin-top:9px;color:var(--teal);font-size:12px;font-weight:850;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
    .privacy-note{display:flex;gap:10px;align-items:flex-start;background:#f3f7f6;border:1px solid var(--line);border-radius:15px;padding:13px 14px;margin-top:15px;color:var(--muted);font-size:12px;line-height:1.45}
    .stage-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:18px}
    .analysis{display:none;text-align:center;padding:55px 26px}
    .analysis.active{display:block}
    .spinner{width:68px;height:68px;border-radius:22px;background:var(--ink);margin:0 auto 20px;display:grid;place-items:center;position:relative;overflow:hidden}
    .spinner:before{content:"";width:22px;height:22px;border:3px solid var(--mint);border-top-color:transparent;border-radius:50%;animation:spin .8s linear infinite}
    @keyframes spin{to{transform:rotate(360deg)}}
    .analysis h2{font-size:37px;letter-spacing:-.045em;margin:0 0 8px}
    .analysis p{color:var(--muted);margin:0 auto;max-width:560px;line-height:1.5}
    .progress{height:8px;background:#e3ece9;border-radius:999px;overflow:hidden;max-width:520px;margin:22px auto 0}
    .bar{height:100%;width:0;background:var(--mint);transition:width .45s ease}

    .results{display:none}
    .results.active{display:block}
    .result-hero{background:var(--ink);color:#fff;border-radius:30px;padding:30px;display:grid;grid-template-columns:.82fr 1.18fr;gap:26px;align-items:stretch;overflow:hidden;position:relative}
    .result-hero:after{content:"";position:absolute;width:290px;height:290px;border-radius:50%;background:var(--mint);opacity:.12;right:-110px;top:-100px}
    .result-summary{display:flex;flex-direction:column;justify-content:space-between;min-height:310px;position:relative;z-index:1}
    .result-summary .kicker{color:#9fb6b0}
    .review-amount{font-size:72px;line-height:.9;font-weight:950;letter-spacing:-.07em;margin:12px 0 10px}
    .result-summary p{color:#c7d6d2;line-height:1.5;margin:0;max-width:430px}
    .result-count{display:inline-flex;align-items:center;gap:8px;margin-top:28px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.10);border-radius:999px;padding:9px 11px;width:max-content;font-size:12px;font-weight:850}
    .result-panel{background:#fff;color:var(--ink);border-radius:22px;padding:20px;position:relative;z-index:1}
    .panel-title{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px}
    .panel-title h2{font-size:27px;letter-spacing:-.04em;margin:0}
    .risk{font-size:10px;background:var(--warn-bg);color:var(--warn);border:1px solid #f0d6b5;border-radius:999px;padding:6px 8px;font-weight:900}
    .alert{border-top:1px solid var(--line);padding:15px 0}
    .alert:first-of-type{border-top:0}
    .alert-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}
    .alert h3{font-size:16px;margin:0 0 5px;letter-spacing:-.02em}
    .alert p{font-size:13px;line-height:1.48;color:var(--muted);margin:0}
    .confidence{font-size:9px;font-weight:950;border-radius:999px;padding:6px 8px;white-space:nowrap;background:var(--good-bg);color:var(--good)}
    .confidence.review{background:var(--warn-bg);color:var(--warn)}
    .actions-panel{margin-top:16px;background:#fff;border:1px solid var(--line);border-radius:26px;padding:25px}
    .actions-panel h2{font-size:30px;letter-spacing:-.045em;margin:6px 0 18px}
    .next{display:grid;grid-template-columns:repeat(4,1fr);gap:11px}
    .action-card{border:1px solid var(--line);border-radius:18px;padding:16px;background:#fff;display:flex;flex-direction:column;min-height:205px}
    .action-icon{width:38px;height:38px;border-radius:12px;background:var(--soft);display:grid;place-items:center;margin-bottom:16px}
    .action-card strong{font-size:15px;letter-spacing:-.02em}
    .action-card p{font-size:12px;color:var(--muted);line-height:1.45;flex:1;margin:7px 0 14px}
    .mini-btn{border:1px solid var(--line);background:#fff;color:var(--ink);border-radius:11px;padding:10px 11px;font-weight:850;font-size:12px;text-align:center}
    .mini-btn:hover{border-color:var(--ink)}
    .disclaimer{font-size:11px;line-height:1.5;color:var(--muted);margin-top:15px}

    /* modal */
    .modal{display:none;position:fixed;inset:0;background:rgba(7,26,24,.52);z-index:100;padding:18px;align-items:center;justify-content:center}
    .modal.active{display:flex}
    .modal-card{background:#fff;border-radius:25px;width:min(720px,100%);max-height:88vh;overflow:auto;box-shadow:0 40px 100px rgba(0,0,0,.30);padding:25px}
    .modal-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}
    .modal-head h3{font-size:27px;letter-spacing:-.04em;margin:3px 0 5px}
    .modal-head p{margin:0;color:var(--muted);font-size:13px}
    .close{width:36px;height:36px;border-radius:50%;border:1px solid var(--line);background:#fff;font-weight:900}
    .script-box{margin-top:17px;background:#f5f8f7;border:1px solid var(--line);border-radius:17px;padding:17px;line-height:1.55;font-size:14px;white-space:pre-line}
    .tabs{display:flex;gap:7px;margin-top:17px}
    .tab{border:1px solid var(--line);background:#fff;border-radius:999px;padding:8px 11px;font-size:12px;font-weight:850}
    .tab.active{background:var(--ink);color:#fff;border-color:var(--ink)}
    .share-card{margin:20px auto 0;background:var(--ink);color:#fff;border-radius:24px;padding:27px;max-width:420px;aspect-ratio:1/1;display:flex;flex-direction:column;justify-content:space-between}
    .share-card .logo-mini{font-weight:950;letter-spacing:-.04em}
    .share-card .share-number{font-size:68px;font-weight:950;letter-spacing:-.06em;color:var(--mint)}
    .share-card .share-copy{font-size:20px;line-height:1.1;font-weight:850}
    .share-card .share-foot{font-size:12px;color:#b7cac5}

    @media(max-width:920px){
      .hero,.proof-grid,.result-hero{grid-template-columns:1fr}
      .visual{order:-1;min-height:430px}
      .section-head{display:block}.section-copy{margin-top:14px}
      .next{grid-template-columns:1fr 1fr}
      .review-amount{font-size:64px}
    }
    @media(max-width:700px){
      .wrap{width:min(100% - 22px,1180px)}
      nav .nav-link{display:none}
      .hero{padding-top:28px;gap:18px}
      .visual{min-height:350px}.floating{display:none}.bill-card{padding:18px}.amount{font-size:40px}
      h1{font-size:50px}.lead{font-size:17px}
      .proof-grid,.privacy-row,.steps,.insurance,.upload-grid,.next{grid-template-columns:1fr}
      .section{padding:48px 0}.section h2{font-size:40px}
      .cta-band{display:block;padding:26px}.cta-band h3{font-size:32px}.cta-band .dark{margin-top:18px;width:100%}
      .stage{padding-top:20px}.stage-card{padding:18px}.stage-top{display:block}.stepper{margin-top:15px}
      .result-hero{padding:17px}.review-amount{font-size:58px}.result-summary{min-height:auto}.result-count{margin-bottom:10px}
      .actions-panel{padding:18px}
    }
  
    .primary:disabled{cursor:not-allowed;box-shadow:none;transform:none}
    .error-box{display:none;align-items:flex-start;gap:8px;background:#fff2f0;border:1px solid #f2c7c1;color:#7a2920;border-radius:14px;padding:12px 14px;margin-top:14px;font-size:13px;line-height:1.45}
    .error-box strong{white-space:nowrap}.error-box span{color:#8e4b43}
    .evidence{margin-top:9px;font-size:11px;color:var(--muted)}
    .evidence summary{cursor:pointer;font-weight:800;color:var(--teal)}
    .evidence div{display:grid;gap:5px;margin-top:7px}
    .evidence code{display:block;white-space:normal;overflow-wrap:anywhere;background:#f5f8f7;border:1px solid var(--line);padding:7px 8px;border-radius:8px;color:#52625f;font-size:10px}
    .extracted-panel{margin-top:16px;background:#fff;border:1px solid var(--line);border-radius:26px;padding:25px}
    .extracted-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}
    .extracted-head h2{font-size:30px;letter-spacing:-.045em;margin:6px 0 7px}.extracted-head p{margin:0;color:var(--muted);font-size:13px;line-height:1.45}
    .local-badge{font-size:10px;font-weight:900;border-radius:999px;padding:7px 9px;background:var(--good-bg);color:var(--good);white-space:nowrap}
    .data-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:18px}
    .data-field{border:1px solid var(--line);border-radius:15px;padding:12px;background:#fbfdfc;display:flex;flex-direction:column;gap:6px;min-height:105px}
    .data-field>span{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-weight:900}.data-field input{width:100%;border:0;background:transparent;padding:0;font-size:22px;font-weight:900;color:var(--ink);outline:none}.data-field input:focus{box-shadow:0 2px 0 var(--teal)}
    .data-field input:disabled{color:#9baaa6}.data-field small{font-size:10px;color:var(--muted);line-height:1.35}.data-field.read-only strong{font-size:15px;line-height:1.35;overflow-wrap:anywhere}
    .extracted-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:12px}
    .raw-box{margin-top:16px;max-height:48vh;overflow:auto;white-space:pre-wrap;word-break:break-word;background:#f5f8f7;border:1px solid var(--line);border-radius:15px;padding:15px;font-size:11px;line-height:1.5;color:#465753}
    .copy-btn{margin-top:10px;border:1px solid var(--line);background:#fff;color:var(--ink);border-radius:11px;padding:10px 12px;font-weight:850;font-size:12px}
    .hidden-script{display:none}
    @media(max-width:920px){.data-grid{grid-template-columns:1fr 1fr}}
    @media(max-width:700px){.data-grid{grid-template-columns:1fr}.extracted-head{display:block}.local-badge{display:inline-block;margin-top:10px}.extracted-actions{display:grid;grid-template-columns:1fr}.extracted-actions button{width:100%}.error-box{display:none;flex-direction:column}}

    .read-status{margin-top:9px;font-size:10px;font-weight:800;color:var(--muted)}
    .parser-health{margin-top:12px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
    .parser-card{border:1px solid var(--line);border-radius:13px;padding:10px 11px;background:#fff}
    .parser-card strong{display:flex;justify-content:space-between;gap:8px;font-size:11px}.parser-card span{font-size:9px;color:var(--muted);font-weight:800;text-transform:uppercase;letter-spacing:.05em}
    .parser-card p{font-size:10px;line-height:1.4;margin:5px 0 0;color:var(--muted)}
    .parser-warnings{margin-top:8px;border-radius:12px;background:#fff7ec;border:1px solid #efd8b6;padding:9px 11px;font-size:10px;line-height:1.45;color:#785a2f}
    @media(max-width:700px){.parser-health{grid-template-columns:1fr}}

    .service-map{margin-top:18px;border:1px solid var(--line);border-radius:17px;overflow:hidden;background:#fff}
    .service-map-head{padding:13px 14px;background:#f5f8f7;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;gap:12px;align-items:center}
    .service-map-head strong{font-size:12px}.service-map-head span{font-size:10px;color:var(--muted);font-weight:800}
    .service-table-wrap{overflow-x:auto}
    .service-table{width:100%;border-collapse:collapse;min-width:760px;font-size:11px}
    .service-table th{padding:9px 10px;text-align:left;color:var(--muted);font-size:9px;text-transform:uppercase;letter-spacing:.07em;background:#fbfdfc;border-bottom:1px solid var(--line);white-space:nowrap}
    .service-table td{padding:10px;border-bottom:1px solid var(--line);vertical-align:top}.service-table tr:last-child td{border-bottom:0}
    .service-code{font-weight:900;color:var(--ink);white-space:nowrap}.service-desc{color:var(--muted);max-width:190px}.service-money{font-variant-numeric:tabular-nums;white-space:nowrap;font-weight:800}
    .match-pill{display:inline-flex;border-radius:999px;padding:5px 7px;font-size:9px;font-weight:900;white-space:nowrap;background:var(--good-bg);color:var(--good)}
    .match-pill.unmatched{background:#fff4e7;color:#8a561b}.match-pill.no-eob{background:#f3f5f4;color:var(--muted)}
    .aggregation-note{margin-top:10px;font-size:10px;line-height:1.45;color:var(--muted)}

/* v1.0 hardening UI */
.privacy-strong{color:var(--ink)}
.security-check{margin-top:14px;padding:14px 16px;border:1px solid var(--line);border-radius:16px;display:flex;align-items:center;justify-content:space-between;gap:16px;background:#fbfdfc}
.security-check[hidden]{display:none}
.security-check>div:first-child{display:flex;flex-direction:column;gap:3px}
.security-check strong{font-size:14px}
.security-check span{font-size:12px;color:var(--muted)}
#turnstileWidget{min-height:34px;min-width:150px}
@media(max-width:680px){.security-check{align-items:flex-start;flex-direction:column}}


/* v1.0.2 production-safe public mode */
.release-notice{display:flex;gap:12px;align-items:flex-start;margin-bottom:16px;padding:15px 16px;border:1px solid #efd8b6;background:#fff9ef;border-radius:16px;color:#6e5735}
.release-notice[hidden]{display:none}.release-notice strong{display:block;color:var(--ink);font-size:14px}.release-notice p{margin:4px 0 0;font-size:12px;line-height:1.5}
.drop.locked{opacity:.48;cursor:not-allowed;background:#f4f6f5;border-style:solid}.drop.locked:hover{border-color:var(--line);background:#f4f6f5}.drop.locked .upload-icon{filter:grayscale(1)}

/* v1.1.0 — Product Experience: financial advocate */
.hero-v11{padding-top:74px;gap:64px}.hero-v11 .hero-copy{position:relative;z-index:2}.hero-v11 h1{max-width:720px}.hero-v11 .lead{max-width:620px}.hero-cta{padding:17px 22px;font-size:16px}
.hero-proofline{display:flex;gap:8px;margin-top:22px;flex-wrap:wrap}.hero-proofline span{display:inline-flex;align-items:center;gap:7px;border:1px solid var(--line);background:rgba(255,255,255,.72);padding:7px 10px;border-radius:999px;font-size:11px;font-weight:800;color:var(--muted)}.hero-proofline b{color:var(--teal);font-size:10px;letter-spacing:.08em}
.product-visual{min-height:540px}.product-visual:before{width:390px;height:390px;opacity:.48}.visual-orbit{position:absolute;border:1px solid rgba(12,125,112,.14);border-radius:50%}.orbit-one{width:500px;height:500px}.orbit-two{width:430px;height:430px}.product-card{width:min(100%,535px);padding:25px;transform:rotate(.7deg)}
.product-card-top{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;padding-bottom:17px;border-bottom:1px solid var(--line)}.product-card .amount{font-size:58px}.amount-caption{font-size:12px;font-weight:800;color:var(--muted);margin-top:-2px}.money-compare{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;padding:16px 0 8px}.money-compare>div:not(.compare-arrow){background:#f5f8f7;border:1px solid var(--line);border-radius:14px;padding:12px 13px}.money-compare span{display:block;text-transform:uppercase;letter-spacing:.08em;font-size:9px;font-weight:900;color:var(--muted);margin-bottom:3px}.money-compare strong{font-size:19px;letter-spacing:-.03em}.compare-arrow{color:var(--teal);font-weight:950}.product-next{margin-top:12px;background:var(--ink);color:#fff;border-radius:15px;padding:13px 15px;display:flex;flex-direction:column;gap:3px}.product-next span{font-size:9px;text-transform:uppercase;letter-spacing:.1em;color:#9fb6b0;font-weight:900}.product-next strong{font-size:13px}
.proof-v11{padding-top:8px}.proof-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.proof-strip>div{background:rgba(255,255,255,.82);border:1px solid var(--line);border-radius:20px;padding:19px;display:grid;grid-template-columns:auto 1fr;column-gap:12px;align-items:start}.proof-number{grid-row:1 / span 2;width:36px;height:36px;border-radius:11px;background:var(--mint-2);display:grid;place-items:center;color:var(--ink);font-weight:950}.proof-strip strong{font-size:15px;letter-spacing:-.02em}.proof-strip p{grid-column:2;margin:5px 0 0;color:var(--muted);font-size:12px;line-height:1.45}.how-v11{padding-top:58px}.how-v11 .section-head{align-items:flex-end}.how-v11 .section-head>div{max-width:690px}.how-v11 .section-head h2{margin-top:10px}.step{position:relative;overflow:hidden}.step-tag{margin-top:auto;padding-top:20px;color:var(--teal);font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.eyebrow.light{color:#c9ded8}.eyebrow.light .eyebrow-dot{border-color:#fff}
.upload-experience{max-width:1040px;margin:auto}.guided-upload{border:1px solid var(--line);border-radius:22px;overflow:hidden;background:#fbfdfc}.guided-step{display:grid;grid-template-columns:46px 1fr;gap:15px;padding:22px;border-top:1px solid var(--line)}.guided-step:first-child{border-top:0}.guided-step.primary-step{background:#fff}.guided-number{width:38px;height:38px;border-radius:12px;background:var(--ink);color:var(--mint);display:grid;place-items:center;font-weight:950;font-size:13px}.guided-title{display:flex;justify-content:space-between;gap:14px;align-items:center}.guided-title strong{font-size:18px;letter-spacing:-.025em}.guided-title span{font-size:9px;text-transform:uppercase;letter-spacing:.08em;font-weight:900;color:var(--teal);background:#eaf8f5;padding:6px 8px;border-radius:999px;white-space:nowrap}.guided-content>p{margin:5px 0 14px;color:var(--muted);font-size:13px;line-height:1.5}.compact-drop{min-height:88px;padding:14px 16px;display:flex;flex-direction:row;text-align:left;justify-content:flex-start;gap:13px;border-style:solid;background:#f8fbfa}.compact-drop .upload-icon{margin:0;flex:0 0 auto;width:42px;height:42px;border-radius:13px}.compact-drop>div:last-of-type{min-width:0}.compact-drop .small{display:block}.secondary-drop{background:#fff}.eob-help{font-size:12px;margin:-4px 0 13px;color:var(--muted)}.eob-help summary{cursor:pointer;color:var(--teal);font-weight:850;width:max-content}.eob-help p{margin:8px 0 0;background:#f1f7f5;border-radius:12px;padding:11px;max-width:700px;line-height:1.45}.guided-step .insurance{margin:2px 0 0}.stage-actions .primary{min-width:190px}.eyebrow.center{justify-content:center;margin-bottom:12px}
.results-v11{max-width:1120px;margin:auto}.demo-banner{display:flex;align-items:center;gap:10px;background:#f1f8e2;border:1px solid #d8e9a6;border-radius:14px;padding:10px 13px;margin-bottom:13px;color:var(--ink-2)}.demo-banner[hidden]{display:none}.demo-banner span{font-size:9px;letter-spacing:.1em;font-weight:950;background:var(--ink);color:var(--mint);padding:5px 7px;border-radius:7px}.demo-banner strong{font-size:12px}.demo-banner p{margin:0;color:var(--muted);font-size:11px}.result-hero-v11{grid-template-columns:.78fr 1.22fr;padding:34px;gap:32px}.result-hero-v11 .result-summary{min-height:360px}.result-summary h2{font-size:28px;line-height:1.06;letter-spacing:-.045em;margin:0 0 13px;max-width:410px}.result-hero-v11 .review-amount{font-size:82px;margin-top:18px}.priority-panel{padding:23px 24px}.priority-panel .panel-title{align-items:flex-start;padding-bottom:8px}.priority-panel .panel-title .kicker{margin-bottom:5px}.priority-panel .alert{padding:17px 0}.priority-panel .alert-head{display:grid;grid-template-columns:34px 1fr auto;gap:12px}.finding-index{width:30px;height:30px;border-radius:10px;background:var(--soft);display:grid;place-items:center;font-weight:950;color:var(--teal);font-size:11px}.priority-panel .alert h3{font-size:17px;margin-bottom:6px}.priority-panel .alert p{font-size:13px}.alert-meaning{margin-top:9px;font-size:11px;font-weight:800;color:var(--ink-2);display:flex;align-items:center;gap:6px}.alert-meaning:before{content:"→";color:var(--teal);font-weight:950}
.decision-panel{margin-top:16px;background:#fff;border:1px solid var(--line);border-radius:28px;padding:28px}.decision-head{display:flex;justify-content:space-between;align-items:flex-start;gap:20px}.decision-head h2{font-size:34px;letter-spacing:-.05em;margin:7px 0 20px}.decision-badge{font-size:9px;letter-spacing:.09em;font-weight:950;color:var(--good);background:var(--good-bg);border-radius:999px;padding:7px 9px}.recommended-action{display:grid;grid-template-columns:54px minmax(0,1fr) 210px;gap:18px;align-items:center;background:var(--ink);color:#fff;border-radius:22px;padding:21px}.recommend-index{width:44px;height:44px;border:1px solid rgba(255,255,255,.14);border-radius:13px;display:grid;place-items:center;color:var(--mint);font-size:12px;font-weight:950}.recommend-copy strong{font-size:20px;letter-spacing:-.03em}.recommend-copy p{margin:6px 0 15px;color:#bcd0cb;font-size:13px;line-height:1.5;max-width:600px}.recommend-copy .primary{background:var(--mint);color:var(--ink);box-shadow:none;padding:12px 15px;font-size:12px}.recommend-proof{border-left:1px solid rgba(255,255,255,.12);padding-left:18px;display:flex;flex-direction:column;gap:3px}.recommend-proof span{font-size:9px;text-transform:uppercase;letter-spacing:.1em;color:#8ca7a0;font-weight:900}.recommend-proof b{font-size:14px}.recommend-proof small{color:#a9c0ba;font-size:10px;line-height:1.35}.secondary-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:11px}.secondary-actions button{border:1px solid var(--line);background:#fbfdfc;border-radius:16px;padding:14px;text-align:left;display:grid;grid-template-columns:auto 1fr;column-gap:10px;transition:.16s ease;color:var(--ink)}.secondary-actions button:hover{border-color:#afc5bf;transform:translateY(-1px);background:#fff}.secondary-actions span{grid-row:1 / span 2;color:var(--teal);font-size:10px;font-weight:950;padding-top:2px}.secondary-actions b{font-size:13px}.secondary-actions small{font-size:10px;color:var(--muted);margin-top:2px}
.technical-review{margin-top:16px;background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden}.technical-review>summary{list-style:none;cursor:pointer;padding:20px 22px;display:flex;justify-content:space-between;align-items:center;gap:16px}.technical-review>summary::-webkit-details-marker{display:none}.technical-review>summary>div{display:flex;align-items:center;gap:12px}.technical-icon{width:34px;height:34px;border-radius:11px;background:var(--soft);display:grid;place-items:center;font-weight:950;transition:.18s ease}.technical-review[open] .technical-icon{transform:rotate(180deg)}.technical-review summary strong{display:block;font-size:15px}.technical-review summary small{display:block;color:var(--muted);font-size:11px;margin-top:3px}.technical-link{font-size:11px;color:var(--teal);font-weight:850;white-space:nowrap}.technical-review .extracted-panel{margin:0;border:0;border-top:1px solid var(--line);border-radius:0;padding:24px}.results-disclaimer{padding:14px 4px 2px;text-align:center}.parser-health{opacity:.86}.service-table-wrap{border-radius:16px}.extracted-head h2{font-size:27px}
@media(max-width:920px){.hero-v11{gap:22px}.product-visual{order:0;min-height:470px}.proof-strip{grid-template-columns:1fr 1fr}.proof-strip>div:last-child{grid-column:1/-1}.result-hero-v11{grid-template-columns:1fr}.result-hero-v11 .result-summary{min-height:auto}.recommended-action{grid-template-columns:50px 1fr}.recommend-proof{grid-column:2;border-left:0;border-top:1px solid rgba(255,255,255,.12);padding:12px 0 0}}
@media(max-width:700px){.hero-v11{padding-top:34px}.hero-v11 h1{font-size:49px}.hero-proofline{display:none}.product-visual{min-height:390px}.product-card{padding:17px}.product-card .amount{font-size:48px}.money-compare{gap:7px}.money-compare strong{font-size:16px}.product-next{display:none}.proof-strip{grid-template-columns:1fr}.proof-strip>div:last-child{grid-column:auto}.guided-step{grid-template-columns:36px 1fr;padding:17px 14px;gap:10px}.guided-number{width:32px;height:32px}.guided-title{display:block}.guided-title span{display:inline-flex;margin-top:7px}.guided-title strong{display:block;font-size:16px}.compact-drop{padding:12px;min-height:78px}.stage-actions{position:sticky;bottom:0;background:rgba(255,255,255,.94);backdrop-filter:blur(10px);margin:16px -18px -18px;padding:12px 18px;border-top:1px solid var(--line)}.stage-actions .secondary{display:none}.stage-actions .primary{width:100%}.demo-banner{align-items:flex-start;flex-wrap:wrap}.demo-banner p{width:100%;padding-left:42px}.result-hero-v11{padding:20px}.result-hero-v11 .review-amount{font-size:67px}.result-summary h2{font-size:24px}.priority-panel{padding:17px}.priority-panel .alert-head{grid-template-columns:28px 1fr}.priority-panel .confidence{grid-column:2;width:max-content}.finding-index{width:26px;height:26px}.decision-panel{padding:19px}.decision-head h2{font-size:29px}.recommended-action{grid-template-columns:1fr;padding:18px}.recommend-index{display:none}.recommend-proof{grid-column:1}.recommend-copy .primary{width:100%}.secondary-actions{grid-template-columns:1fr}.technical-review>summary{padding:16px}.technical-link{display:none}.technical-review .extracted-panel{padding:17px}.data-grid{grid-template-columns:1fr 1fr}.extracted-head{display:block}.local-badge{display:inline-flex;margin-top:10px}}
@media(max-width:430px){.hero-v11 h1{font-size:43px}.hero-v11 .lead{font-size:16px}.cta-row .primary,.cta-row .secondary{width:100%}.product-visual{min-height:350px}.product-card{transform:none}.product-card .finding{grid-template-columns:auto 1fr}.product-card .finding>strong:last-child{grid-column:2}.product-card-top{display:block}.product-card-top .review-pill{display:inline-flex;margin-top:10px}.data-grid{grid-template-columns:1fr}}
