
  :root{--navy:#0d1b3e;--navy-mid:#162654;--red:#d81f2a;--red-hover:#b81820;--cream:#f5f3ee;--white:#ffffff;--text-dark:#0d1b3e;--text-muted:#6b7280;--border:#e5e7eb;}
  *{margin:0;padding:0;box-sizing:border-box;}html{scroll-behavior:smooth;}
  body{font-family:'Barlow',Arial,sans-serif;background:var(--white);color:var(--text-dark);overflow-x:hidden;}
  .top-bar{background:var(--red);color:white;text-align:center;padding:10px 20px;font-size:14px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;position:sticky;top:0;z-index:200;}
  .top-bar a{color:white;text-decoration:none;}.top-bar .call-btn{background:white;color:var(--red);padding:4px 16px;border-radius:20px;font-weight:700;font-size:13px;text-decoration:none;}
  header{background:white;padding:10px 40px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 2px 12px rgba(13,27,62,0.08);flex-wrap:wrap;gap:12px;}
  .logo{display:flex;align-items:center;gap:10px;text-decoration:none;}.logo img{width:60px;height:60px;border-radius:50%;border:2px solid var(--red);object-fit:cover;}
  .logo-name{font-family:'Barlow Condensed',Arial,sans-serif;font-weight:900;font-size:26px;color:var(--navy);line-height:1;}
  .logo-tag{font-size:11px;color:var(--text-muted);font-weight:600;text-transform:uppercase;letter-spacing:0.06em;}
  .header-phone .label{font-size:11px;color:var(--text-muted);font-weight:500;text-align:right;}
  .header-phone a{display:block;font-family:'Barlow Condensed',Arial,sans-serif;font-size:26px;font-weight:800;color:var(--navy);text-decoration:none;}
  .btn-primary{background:var(--red);color:white;padding:12px 24px;border-radius:50px;font-weight:700;font-size:15px;text-decoration:none;border:none;cursor:pointer;display:inline-block;}
  .btn-primary:hover{background:var(--red-hover);}

  .hero{background:var(--navy);padding:72px 80px;display:grid;grid-template-columns:1fr 420px;gap:60px;align-items:center;min-height:560px;}
  .hero-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(216,31,42,0.85);color:white;padding:7px 16px;border-radius:50px;font-size:13px;font-weight:700;margin-bottom:20px;text-transform:uppercase;letter-spacing:0.05em;}
  .hero h1{font-family:'Barlow Condensed',Arial,sans-serif;font-weight:900;font-size:60px;color:white;line-height:0.95;margin-bottom:20px;text-transform:uppercase;}
  .hero h1 .accent{color:var(--red);}.hero h1 .city-name{color:#7ab8f5;}
  .hero-warning{background:rgba(216,31,42,0.18);border:1.5px solid rgba(216,31,42,0.5);border-radius:12px;padding:16px 20px;margin-bottom:24px;}
  .hero-warning p{color:rgba(255,255,255,0.9);font-size:15px;line-height:1.6;}.hero-warning strong{color:#f87171;}
  .hero p.lead{color:rgba(255,255,255,0.82);font-size:17px;line-height:1.65;margin-bottom:28px;max-width:520px;}
  .hero-ctas{display:flex;gap:14px;align-items:center;flex-wrap:wrap;}
  .btn-hero{background:var(--red);color:white;padding:15px 28px;border-radius:50px;font-weight:700;font-size:16px;text-decoration:none;}
  .btn-hero-ghost{background:transparent;color:white;padding:14px 26px;border-radius:50px;font-weight:700;font-size:15px;text-decoration:none;border:2px solid rgba(255,255,255,0.4);}

  .hero-card{background:white;border-radius:16px;padding:32px 28px;box-shadow:0 20px 60px rgba(0,0,0,0.4);}
  .hero-card h3{font-family:'Barlow Condensed',Arial,sans-serif;font-weight:800;font-size:22px;color:var(--navy);text-align:center;margin-bottom:4px;}
  .card-sub{text-align:center;color:var(--text-muted);font-size:12px;margin-bottom:20px;}
  .form-group{margin-bottom:12px;}.form-group label{display:block;font-size:11px;font-weight:700;letter-spacing:0.07em;text-transform:uppercase;color:var(--text-dark);margin-bottom:5px;}
  .form-group input,.form-group select,.form-group textarea{width:100%;padding:10px 13px;border:1.5px solid var(--border);border-radius:8px;font-family:'Barlow',Arial,sans-serif;font-size:14px;color:var(--text-dark);background:#fafafa;outline:none;-webkit-appearance:none;}
  .form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--navy);background:white;}
  .form-group textarea{height:70px;resize:none;}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:10px;}
  .hp-field{opacity:0;position:absolute;top:0;left:0;height:0;width:0;z-index:-1;pointer-events:none;}
  .btn-submit{width:100%;background:var(--red);color:white;padding:14px;border-radius:50px;font-weight:700;font-size:16px;border:none;cursor:pointer;margin-top:4px;}
  .btn-submit:hover{background:var(--red-hover);}.btn-submit:disabled{opacity:0.65;cursor:not-allowed;}
  .trust-row{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:12px;flex-wrap:wrap;}
  .trust-item{font-size:11px;color:var(--text-muted);font-weight:500;}
  .form-msg{display:none;text-align:center;padding:14px 16px;border-radius:10px;font-weight:600;font-size:14px;margin-top:10px;line-height:1.5;}
  .form-msg.success{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0;}
  .form-msg.error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca;}

  .trust-bar{background:var(--cream);padding:18px 80px;display:flex;align-items:center;justify-content:center;gap:36px;flex-wrap:wrap;border-bottom:1px solid var(--border);}
  .trust-bar-item{display:flex;align-items:center;gap:8px;font-weight:600;font-size:14px;color:var(--navy);}

  .problem-section{background:#0d1b3e;padding:80px 80px;}
  .problem-inner{max-width:960px;margin:0 auto;text-align:center;}
  .problem-section h2{font-family:'Barlow Condensed',Arial,sans-serif;font-weight:900;font-size:50px;color:white;line-height:1;margin-bottom:20px;text-transform:uppercase;}
  .problem-section h2 .red{color:var(--red);}
  .problem-section .intro{color:rgba(255,255,255,0.78);font-size:17px;line-height:1.7;margin-bottom:48px;max-width:720px;margin-left:auto;margin-right:auto;}
  .symptom-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;text-align:left;}
  .symptom-card{background:rgba(255,255,255,0.06);border:1.5px solid rgba(255,255,255,0.12);border-radius:14px;padding:26px;}
  .symptom-icon{font-size:34px;margin-bottom:12px;}.symptom-card h4{font-weight:700;font-size:16px;color:#f87171;margin-bottom:10px;}
  .symptom-card p{color:rgba(255,255,255,0.68);font-size:14px;line-height:1.65;}
  .pump-myth{margin-top:12px;padding-top:12px;border-top:1px solid rgba(255,255,255,0.1);font-size:13px;color:rgba(255,255,255,0.5);font-style:italic;}
  .pump-myth strong{color:#fbbf24;font-style:normal;}

  .myth-section{background:#fef2f2;border-top:4px solid var(--red);border-bottom:4px solid var(--red);padding:60px 80px;}
  .myth-inner{max-width:880px;margin:0 auto;}
  .myth-section h2{font-family:'Barlow Condensed',Arial,sans-serif;font-weight:900;font-size:46px;color:var(--red);line-height:1;margin-bottom:20px;text-transform:uppercase;}
  .myth-intro{font-size:17px;color:#374151;line-height:1.7;margin-bottom:36px;}.myth-intro strong{color:#7f1d1d;}
  .myth-points{display:grid;grid-template-columns:1fr 1fr;gap:20px;}
  .myth-point{background:white;border:1.5px solid #fca5a5;border-radius:12px;padding:24px;}
  .myth-point h4{font-weight:700;font-size:16px;color:#7f1d1d;margin-bottom:10px;}
  .myth-point p{font-size:14px;color:#4b5563;line-height:1.65;}
  .myth-bottom{margin-top:36px;background:var(--navy);border-radius:14px;padding:28px 32px;text-align:center;}
  .myth-bottom p{color:white;font-size:17px;font-weight:600;line-height:1.6;}.myth-bottom strong{color:#fbbf24;}

  .diagnosis-section{padding:80px 80px;}
  .diagnosis-inner{max-width:960px;margin:0 auto;}
  .section-tag{display:inline-flex;align-items:center;gap:7px;background:var(--cream);border:1px solid var(--border);color:var(--navy);padding:6px 14px;border-radius:50px;font-size:12px;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;margin-bottom:16px;}
  .section-title{font-family:'Barlow Condensed',Arial,sans-serif;font-weight:900;font-size:46px;color:var(--navy);line-height:1;margin-bottom:16px;}
  .section-sub{color:var(--text-muted);font-size:16px;line-height:1.65;max-width:640px;margin-bottom:48px;}
  .diagnosis-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;}
  .diag-step{background:white;border:1.5px solid var(--border);border-radius:14px;padding:32px 20px 24px;text-align:center;position:relative;}
  .step-num{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:var(--red);color:white;font-family:'Barlow Condensed',Arial,sans-serif;font-weight:800;font-size:16px;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;}
  .diag-step-icon{font-size:38px;margin-bottom:14px;}.diag-step h4{font-weight:700;font-size:15px;color:var(--navy);margin-bottom:8px;}
  .diag-step p{font-size:13px;color:var(--text-muted);line-height:1.6;}
  .free-badge{display:inline-block;background:#ecfdf5;color:#065f46;font-size:12px;font-weight:700;padding:3px 10px;border-radius:20px;margin-top:10px;border:1px solid #a7f3d0;}
  .diagnosis-promise{background:var(--navy);border-radius:16px;padding:36px 40px;margin-top:40px;display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:center;}
  .promise-text h3{font-family:'Barlow Condensed',Arial,sans-serif;font-weight:900;font-size:34px;color:white;line-height:1.1;margin-bottom:14px;}
  .promise-text h3 .yellow{color:#fbbf24;}.promise-text p{color:rgba(255,255,255,0.75);font-size:15px;line-height:1.7;}
  .promise-list{list-style:none;}.promise-list li{display:flex;align-items:flex-start;gap:12px;padding:12px 0;border-bottom:1px solid rgba(255,255,255,0.1);color:rgba(255,255,255,0.88);font-size:14px;line-height:1.5;}
  .promise-list li:last-child{border-bottom:none;}.promise-list .check{color:#4ade80;font-size:18px;flex-shrink:0;margin-top:1px;}

  .mid-cta{background:var(--red);padding:52px 80px;text-align:center;}
  .mid-cta h2{font-family:'Barlow Condensed',Arial,sans-serif;font-weight:900;font-size:44px;color:white;margin-bottom:10px;line-height:1.1;}
  .mid-cta p{color:rgba(255,255,255,0.88);font-size:17px;margin-bottom:24px;max-width:600px;margin-left:auto;margin-right:auto;}
  .btn-white{background:white;color:var(--navy);padding:15px 36px;border-radius:50px;font-weight:700;font-size:17px;text-decoration:none;display:inline-flex;align-items:center;gap:8px;}

  .reviews-section{background:var(--cream);padding:80px 80px;}
  .reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:48px;max-width:1100px;margin-left:auto;margin-right:auto;}
  .review-card{background:white;border-radius:14px;padding:28px;border:1.5px solid var(--border);}
  .review-stars{color:#f59e0b;font-size:18px;margin-bottom:12px;}
  .review-card blockquote{font-size:14px;line-height:1.7;color:#374151;font-style:italic;}
  .reviewer{margin-top:14px;font-weight:700;font-size:13px;color:var(--navy);}.reviewer span{color:var(--text-muted);font-weight:400;}

  .faq-section{padding:80px 80px;}
  .faq-list{max-width:780px;margin:40px auto 0;}
  .faq-item{border:1.5px solid var(--border);border-radius:10px;margin-bottom:10px;overflow:hidden;}
  .faq-q{padding:18px 22px;font-weight:600;font-size:15px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;color:var(--navy);user-select:none;}
  .faq-a{padding:0 22px;max-height:0;overflow:hidden;transition:max-height 0.35s ease,padding 0.3s;color:var(--text-muted);font-size:14px;line-height:1.75;}
  .faq-item.open .faq-a{max-height:400px;padding:0 22px 18px;}.faq-arrow{transition:transform 0.3s;font-size:12px;}
  .faq-item.open .faq-arrow{transform:rotate(180deg);}

  .footer-cta{background:var(--navy);padding:64px 80px;text-align:center;}
  .footer-cta h2{font-family:'Barlow Condensed',Arial,sans-serif;font-weight:900;font-size:50px;color:white;margin-bottom:14px;}
  .footer-cta p{color:rgba(255,255,255,0.7);font-size:16px;margin-bottom:32px;}
  footer{background:#f9f8f5;padding:22px 80px;text-align:center;border-top:1px solid var(--border);color:var(--text-muted);font-size:13px;}
  footer a{color:var(--navy);text-decoration:none;font-weight:600;}

  @media(max-width:900px){
    .hero{grid-template-columns:1fr;padding:40px 24px;min-height:auto;}
    .hero h1{font-size:42px;}.symptom-grid,.myth-points,.diagnosis-steps,.reviews-grid{grid-template-columns:1fr;}
    .diagnosis-promise{grid-template-columns:1fr;}
    .problem-section,.myth-section,.diagnosis-section,.mid-cta,.reviews-section,.faq-section,.footer-cta{padding:52px 24px;}
    .trust-bar{padding:18px 24px;gap:18px;}header{padding:12px 20px;}footer{padding:16px 24px;}
  }
