/* Arumeen Gynecomastia Test v1.0 */
#arumeen-gynec-test *{box-sizing:border-box;margin:0;padding:0}
#arumeen-gynec-test{
  --brand:#1B5E4F;--brand-dark:#0F3D30;--gold:#C9A84C;--fomo:#b03020;
  font-family:'Segoe UI',system-ui,-apple-system,Arial,sans-serif;
  display:flex;flex-direction:column;background:#fff;
}
body.arumeen-gynec-fullpage{margin:0!important;padding:0!important;overflow:hidden!important}

/* Navbar */
.agt-nav{background:#0F3D30;padding:0 40px;height:80px;min-height:80px;display:flex;align-items:center;justify-content:center;border-bottom:3px solid #C9A84C;flex-shrink:0}
.agt-nav-brand{display:flex;flex-direction:column;align-items:center;gap:4px;text-align:center}
.agt-nav-name{font-size:20px;font-weight:800;color:#fff;letter-spacing:.5px;text-transform:uppercase}
.agt-nav-sub{font-size:12px;color:rgba(255,255,255,0.65);letter-spacing:.3px}

/* Tabs */
.agt-tabs{display:flex;border-bottom:1px solid #ddd;background:#fff;flex-shrink:0}
.agt-tab{flex:1;padding:13px 8px 11px;display:flex;flex-direction:column;align-items:center;gap:4px;border-bottom:3px solid transparent;background:#f8f8f8;border-right:1px solid #ebebeb}
.agt-tab:last-child{border-right:none}
.agt-tab-num{font-size:11px;font-weight:700;color:#bbb;letter-spacing:.5px}
.agt-tab-label{font-size:12.5px;font-weight:600;color:#bbb;text-align:center;line-height:1.3}
.agt-tab-active{background:#fff;border-bottom-color:#1B5E4F}
.agt-tab-active .agt-tab-num,.agt-tab-active .agt-tab-label{color:#1B5E4F}
.agt-tab-done{background:#fff;border-bottom-color:#C9A84C}
.agt-tab-done .agt-tab-num,.agt-tab-done .agt-tab-label{color:#a8882e}

/* Progress */
.agt-prog-wrap{height:4px;background:#e4e4e4;flex-shrink:0}
.agt-prog-fill{height:100%;background:#1B5E4F;transition:width .5s ease}
.agt-prog-pct{font-size:11px;color:#aaa;text-align:right;padding:5px 24px 0;flex-shrink:0}

/* FOMO */
.agt-fomo{background:#b03020;padding:10px 24px;display:flex;align-items:center;justify-content:center;gap:9px;font-size:13px;font-weight:700;color:#fff;flex-shrink:0}
.agt-fomo-dot{width:9px;height:9px;border-radius:50%;background:#ffe566;flex-shrink:0;animation:agt-pulse 1.3s infinite}
@keyframes agt-pulse{0%,100%{opacity:1}50%{opacity:.2}}

/* Screen wrapper */
.agt-screen-wrap{flex:1;display:flex;align-items:center;justify-content:center;background:#fff;overflow-y:auto}

/* Screens */
.agt-screen{display:none;width:100%;max-width:680px;margin:0 auto;padding:56px 48px 72px;flex-direction:column;align-items:center;text-align:center;background:#ffffff}
.agt-screen.agt-screen-active{display:flex}

/* Question text */
.agt-q-label{font-size:26px;font-weight:700;color:#111111;line-height:1.45;margin-bottom:32px;max-width:580px;letter-spacing:-.3px;text-align:center;width:100%}
.agt-q-sub{font-size:13.5px;color:#666;margin-bottom:24px;line-height:1.5;text-align:center;width:100%}
.agt-optional{font-size:14px;font-weight:400;color:#aaa}

/* Underline input */
.agt-input-wrap{width:100%;max-width:520px;margin-bottom:0}
.agt-input{width:100%;border:none;border-bottom:2px solid #1B5E4F;padding:16px 0 14px;font-size:20px;color:#111111;background:#ffffff;outline:none;font-family:inherit;letter-spacing:.2px;transition:border-color .3s;display:block;-webkit-text-fill-color:#111111;opacity:1}
.agt-input:focus{border-bottom-color:#C9A84C;color:#111111;-webkit-text-fill-color:#111111;background:#ffffff}
.agt-input::placeholder{color:#aaaaaa!important;-webkit-text-fill-color:#aaaaaa;opacity:1}

/* Options */
.agt-options-list{width:100%;max-width:520px;margin-bottom:20px;display:flex;flex-direction:column;gap:11px;margin-top:8px}
.agt-opt-card{width:100%;border:1.5px solid #ddd;border-radius:10px;padding:15px 20px;font-size:15px;font-weight:500;color:#333;cursor:pointer;background:#fff;transition:border-color .2s,background .2s,color .2s;text-align:left}
.agt-opt-card:hover,.agt-opt-card.agt-sel{border-color:#1B5E4F;background:#e8f5ee;color:#0F3D30;font-weight:700}

/* Buttons */
.agt-btn-row{display:flex;align-items:center;justify-content:center;gap:20px;margin-top:8px}
.agt-next-btn{min-width:220px;padding:17px 32px;border-radius:50px;border:none;background:#0F3D30;color:#fff;font-size:15px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase;cursor:pointer;font-family:inherit;box-shadow:0 4px 20px rgba(15,61,48,0.22);transition:background .2s}
.agt-next-btn:hover{background:#1B5E4F}
.agt-back-btn{background:none;border:none;font-size:14px;color:#999;cursor:pointer;font-family:inherit;font-weight:600;padding:8px 4px}
.agt-back-btn::before{content:'← '}
.agt-back-btn:hover{color:#1B5E4F}

.agt-privacy{font-size:12px;color:#bbb;margin-top:28px;max-width:520px;line-height:1.7;text-align:center}

/* Stage grid */
.agt-stage-grid{display:grid;gap:12px;width:100%;max-width:580px;margin:20px 0 16px}
.agt-stage-card{border:2px solid #ddd;border-radius:12px;overflow:hidden;background:#fff;transition:border-color .2s,background .2s;cursor:pointer}
.agt-stage-card:hover,.agt-stage-card.agt-sel{border-color:#1B5E4F;background:#e8f5ee}
.agt-stage-label{font-size:11px;font-weight:700;color:#0F3D30;padding:6px 8px 2px;line-height:1.3}

/* Loader */
.agt-loader-wrap{display:flex;flex-direction:column;align-items:center;padding:80px 0;width:100%}
.agt-ring{width:52px;height:52px;border:5px solid #e0e0e0;border-top-color:#1B5E4F;border-radius:50%;animation:agt-spin .85s linear infinite;margin-bottom:18px}
@keyframes agt-spin{to{transform:rotate(360deg)}}
.agt-loader-txt{font-size:17px;font-weight:600;color:#333}
.agt-loader-sub{font-size:13px;color:#aaa;margin-top:7px}

/* Result */
.agt-result-wrap{width:100%;max-width:640px}
.agt-result-hero{display:flex;gap:20px;align-items:flex-start;background:#f4faf7;border:2px solid #C9A84C;border-radius:14px;padding:20px;margin-bottom:18px}
.agt-result-stage-box{display:flex;flex-direction:column;align-items:center;flex-shrink:0}
.agt-res-stage-badge{font-size:10px;font-weight:800;background:#1B5E4F;color:#fff;padding:3px 12px;border-radius:20px;margin-top:8px}
.agt-result-info{flex:1}
.agt-res-title{font-size:16px;font-weight:800;color:#0F3D30;line-height:1.3;margin-bottom:3px}
.agt-res-sub{font-size:13px;color:#666;margin-bottom:12px}
.agt-sev-label-top{font-size:11px;color:#aaa;margin-bottom:4px}
.agt-sev-wrap{height:9px;border-radius:20px;background:#cde8e0;overflow:hidden;margin-bottom:5px}
.agt-sev-fill{height:100%;border-radius:20px;transition:width .7s}
.agt-sev-label{font-size:12px;font-weight:700;color:#b03020}
.agt-urgency{background:#fffbec;border:1.5px solid #d4a83a;border-radius:10px;padding:13px 16px;font-size:13px;color:#5c4200;font-weight:600;margin-bottom:16px;line-height:1.6}
.agt-ured{color:#b03020}
.agt-treat-section{margin-bottom:20px}
.agt-treat-title{font-size:11.5px;font-weight:800;color:#0F3D30;text-transform:uppercase;letter-spacing:.7px;margin-bottom:10px}
.agt-treat-item{display:flex;align-items:center;gap:10px;font-size:13.5px;color:#222;padding:8px 0;border-bottom:1px solid #ddeee8}
.agt-treat-dot{width:9px;height:9px;border-radius:50%;background:#C9A84C;flex-shrink:0}
.agt-cta-phone{display:flex;align-items:center;justify-content:center;width:100%;padding:17px;border-radius:50px;background:#0F3D30;border:2px solid #C9A84C;color:#fff;font-size:16px;font-weight:800;text-decoration:none;margin-bottom:14px;transition:background .2s;box-shadow:0 4px 20px rgba(15,61,48,0.22)}
.agt-cta-phone:hover{background:#1B5E4F;color:#fff}
.agt-proof{font-size:12.5px;color:#999;text-align:center;line-height:1.7}
.agt-stars{color:#C9A84C;font-size:14px}

/* Errors */
.agt-err{font-size:12px;color:#b03020;margin-top:5px;display:none}

/* Responsive */
@media(max-width:640px){
  .agt-nav{padding:0 20px;height:68px;min-height:68px}
  .agt-screen{padding:36px 20px 56px;background:#ffffff}
  .agt-q-label{font-size:20px;margin-bottom:24px;color:#111111}
  .agt-input{font-size:18px;color:#111111!important;-webkit-text-fill-color:#111111!important;background:#ffffff!important;opacity:1}
  .agt-next-btn{min-width:160px;padding:15px 20px;font-size:14px;width:100%;max-width:300px}
  .agt-tabs{overflow-x:auto}
  .agt-tab{min-width:74px}
  .agt-result-hero{flex-direction:column;align-items:center}
  .agt-stage-grid{grid-template-columns:repeat(2,1fr)!important}
  .agt-opt-card{font-size:14px;padding:13px 14px}
}
