/* Advertising 4 Trades — Lead Gen
 * All styles scoped under .a4t-lg
 */
.a4t-lg{
  --a4t-green:#a8c93e;
  --a4t-green-dark:#8fb02a;
  --a4t-teal:#0e5e4e;
  --a4t-teal-dark:#0a4439;
  --a4t-bg:#f6f8f5;
  --a4t-card:#ffffff;
  --a4t-ink:#10221c;
  --a4t-muted:#6a7872;
  --a4t-line:#e6ebe7;
  --a4t-soft:#eef6e6;
  --a4t-err:#c43d3d;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  color:var(--a4t-ink);
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
  padding:48px 16px;
}
.a4t-lg *,.a4t-lg *::before,.a4t-lg *::after{box-sizing:border-box}
.a4t-lg .a4t-lg-wrap{max-width:780px;margin:0 auto;background:var(--a4t-card);border:1px solid var(--a4t-line);border-radius:20px;padding:40px;box-shadow:0 20px 50px rgba(14,94,78,.08)}
.a4t-lg .a4t-lg-head{text-align:center;margin-bottom:28px}
.a4t-lg .a4t-lg-eyebrow{display:inline-block;background:var(--a4t-soft);color:var(--a4t-teal);font-weight:700;font-size:12px;letter-spacing:.14em;text-transform:uppercase;padding:6px 12px;border-radius:999px;margin-bottom:14px}
.a4t-lg h2{margin:0 0 10px;font-size:clamp(24px,3.4vw,32px);font-weight:800;color:var(--a4t-teal-dark);line-height:1.15;letter-spacing:-.01em}
.a4t-lg .a4t-lg-sub{margin:0;color:var(--a4t-muted);font-size:15.5px;max-width:520px;margin-left:auto;margin-right:auto}

/* Stepper */
.a4t-lg .a4t-lg-steps{display:flex;justify-content:space-between;align-items:center;list-style:none;padding:0;margin:0 0 28px;position:relative}
.a4t-lg .a4t-lg-steps::before{content:"";position:absolute;top:18px;left:8%;right:8%;height:2px;background:var(--a4t-line);z-index:0}
.a4t-lg .a4t-lg-steps li{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:6px;flex:1}
.a4t-lg .a4t-lg-steps li b{width:36px;height:36px;border-radius:50%;background:#fff;border:2px solid var(--a4t-line);color:var(--a4t-muted);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:800;transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease}
.a4t-lg .a4t-lg-steps li span{font-size:12px;font-weight:700;color:var(--a4t-muted);letter-spacing:.02em;text-align:center}
.a4t-lg .a4t-lg-steps li.is-active b{background:linear-gradient(135deg,var(--a4t-green) 0%,var(--a4t-teal) 100%);border-color:transparent;color:#fff;transform:scale(1.08);box-shadow:0 8px 18px rgba(168,201,62,.35)}
.a4t-lg .a4t-lg-steps li.is-active span{color:var(--a4t-teal-dark)}
.a4t-lg .a4t-lg-steps li.is-done b{background:var(--a4t-green);border-color:var(--a4t-green);color:#10221c}
.a4t-lg .a4t-lg-steps li.is-done b::before{content:"✓";font-size:14px;font-weight:900}
.a4t-lg .a4t-lg-steps li.is-done b{font-size:0}

/* Honeypot — must remain visible:none to bots, off-screen */
.a4t-lg .a4t-lg-honey{position:absolute;left:-9999px;top:-9999px;opacity:0;pointer-events:none;height:0;width:0}

/* Panels */
.a4t-lg fieldset.a4t-lg-panel{border:0;padding:0;margin:0;display:none}
.a4t-lg fieldset.a4t-lg-panel.is-active{display:block;animation:a4tFade .3s ease}
@keyframes a4tFade{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}
.a4t-lg .a4t-lg-legend{font-size:18px;font-weight:800;color:var(--a4t-teal-dark);margin-bottom:18px;padding:0}

/* Search */
.a4t-lg .a4t-lg-search-row{margin-bottom:14px}
.a4t-lg .a4t-lg-search{width:100%;background:#fff;border:1.5px solid var(--a4t-line);border-radius:11px;padding:12px 16px;font-size:14.5px;color:var(--a4t-ink);outline:none;transition:border-color .15s ease,box-shadow .15s ease}
.a4t-lg .a4t-lg-search:focus{border-color:var(--a4t-green);box-shadow:0 0 0 4px rgba(168,201,62,.18)}

/* Trade grid */
.a4t-lg .a4t-lg-trades{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:8px}
.a4t-lg .a4t-lg-trade{background:#fff;border:1.5px solid var(--a4t-line);border-radius:10px;padding:11px 10px;text-align:center;cursor:pointer;font-weight:600;font-size:13.5px;color:var(--a4t-ink);transition:transform .12s ease,box-shadow .15s ease,border-color .15s ease,background .15s ease}
.a4t-lg .a4t-lg-trade:hover{border-color:var(--a4t-green);transform:translateY(-1px);box-shadow:0 6px 14px rgba(168,201,62,.18)}
.a4t-lg .a4t-lg-trade.is-active{background:linear-gradient(135deg,var(--a4t-green) 0%,var(--a4t-teal) 100%);border-color:var(--a4t-green-dark);color:#fff;box-shadow:0 8px 18px rgba(14,94,78,.22)}
.a4t-lg .a4t-lg-trade.is-hide{display:none}
.a4t-lg .a4t-lg-trade.is-other{background:#f7faf6;font-style:italic}
.a4t-lg .a4t-lg-other-wrap{margin-top:10px}
.a4t-lg .a4t-lg-other-wrap input{display:block;width:100%;background:#fff;border:1.5px solid var(--a4t-line);border-radius:10px;padding:10px 14px;font-size:14px;margin-top:4px}
.a4t-lg .a4t-lg-other-wrap input:focus{border-color:var(--a4t-green);outline:none;box-shadow:0 0 0 3px rgba(168,201,62,.18)}

/* Choices (radio-like buttons) */
.a4t-lg .a4t-lg-choices{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:4px}
.a4t-lg .a4t-lg-choices.is-stack{grid-template-columns:1fr;gap:6px}
.a4t-lg .a4t-lg-choice{background:#fff;border:1.5px solid var(--a4t-line);border-radius:10px;padding:11px 12px;cursor:pointer;font-weight:600;font-size:13.5px;color:var(--a4t-ink);text-align:center;transition:border-color .15s ease,background .15s ease,color .15s ease,box-shadow .15s ease}
.a4t-lg .a4t-lg-choices.is-stack .a4t-lg-choice{text-align:left}
.a4t-lg .a4t-lg-choice:hover{border-color:var(--a4t-green);background:#fbfff2}
.a4t-lg .a4t-lg-choice.is-active{background:linear-gradient(135deg,var(--a4t-green) 0%,var(--a4t-green-dark) 100%);border-color:var(--a4t-green-dark);color:#10221c;box-shadow:0 6px 14px rgba(168,201,62,.3)}

/* Labels / inputs */
.a4t-lg .a4t-lg-label{display:block;font-size:13px;font-weight:700;color:var(--a4t-teal-dark);margin-bottom:6px}
.a4t-lg .a4t-lg-opt{color:var(--a4t-muted);font-weight:500}
.a4t-lg .a4t-lg-req{color:var(--a4t-err)}
.a4t-lg .a4t-lg-label input[type="text"],
.a4t-lg .a4t-lg-label input[type="email"],
.a4t-lg .a4t-lg-label input[type="tel"],
.a4t-lg .a4t-lg-textarea{display:block;width:100%;background:#fff;border:1.5px solid var(--a4t-line);border-radius:11px;padding:12px 14px;font-size:14.5px;color:var(--a4t-ink);outline:none;transition:border-color .15s ease,box-shadow .15s ease;margin-top:4px;font-family:inherit}
.a4t-lg .a4t-lg-textarea{margin-top:0;resize:vertical;min-height:80px}
.a4t-lg .a4t-lg-label input:focus,
.a4t-lg .a4t-lg-textarea:focus{border-color:var(--a4t-green);box-shadow:0 0 0 3px rgba(168,201,62,.18)}
.a4t-lg .a4t-lg-grid2{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px}
.a4t-lg .a4t-lg-grid2 .a4t-lg-label{margin-bottom:0}
.a4t-lg .a4t-lg-grid2 .a4t-lg-label + .a4t-lg-label{margin-bottom:0}
.a4t-lg fieldset.a4t-lg-panel .a4t-lg-label{margin-bottom:14px}
.a4t-lg fieldset.a4t-lg-panel .a4t-lg-grid2 .a4t-lg-label{margin-bottom:0}

/* Consent */
.a4t-lg .a4t-lg-consent{display:flex;align-items:flex-start;gap:10px;background:var(--a4t-soft);border-radius:10px;padding:12px 14px;font-size:13px;color:var(--a4t-teal-dark);margin:18px 0;line-height:1.4;cursor:pointer}
.a4t-lg .a4t-lg-consent input{flex-shrink:0;margin-top:2px;accent-color:var(--a4t-green-dark)}

/* Actions */
.a4t-lg .a4t-lg-actions{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:24px}
.a4t-lg .a4t-lg-btn{background:linear-gradient(135deg,var(--a4t-teal) 0%,var(--a4t-green) 100%);color:#fff;border:0;font-weight:800;font-size:14px;padding:12px 22px;border-radius:11px;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,opacity .2s ease;box-shadow:0 10px 22px rgba(14,94,78,.22);font-family:inherit}
.a4t-lg .a4t-lg-btn:hover{transform:translateY(-2px);box-shadow:0 14px 28px rgba(14,94,78,.3)}
.a4t-lg .a4t-lg-btn:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}
.a4t-lg .a4t-lg-btn.is-ghost{background:#fff;color:var(--a4t-teal);border:1.5px solid var(--a4t-line);box-shadow:none}
.a4t-lg .a4t-lg-btn.is-ghost:hover{background:var(--a4t-soft);transform:none;box-shadow:none}
.a4t-lg .a4t-lg-btn.is-loading{position:relative;color:transparent!important}
.a4t-lg .a4t-lg-btn.is-loading::after{content:"";position:absolute;left:50%;top:50%;width:18px;height:18px;margin:-9px 0 0 -9px;border:2.5px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:a4tSpin .7s linear infinite}
@keyframes a4tSpin{to{transform:rotate(360deg)}}

/* Errors */
.a4t-lg .a4t-lg-err{color:var(--a4t-err);font-size:13px;font-weight:600;margin:8px 0 0;background:#fdeded;border-left:3px solid var(--a4t-err);padding:8px 12px;border-radius:6px}

/* Success */
.a4t-lg .a4t-lg-success{text-align:center;padding:20px 0}
.a4t-lg .a4t-lg-tick{width:78px;height:78px;border-radius:50%;background:linear-gradient(135deg,var(--a4t-green) 0%,var(--a4t-teal) 100%);color:#fff;font-size:38px;font-weight:900;display:flex;align-items:center;justify-content:center;margin:0 auto 18px;box-shadow:0 14px 30px rgba(14,94,78,.25);animation:a4tPop .35s cubic-bezier(.2,1.3,.4,1)}
@keyframes a4tPop{from{transform:scale(.4);opacity:0}to{transform:scale(1);opacity:1}}
.a4t-lg .a4t-lg-success h3{font-size:24px;font-weight:800;color:var(--a4t-teal-dark);margin:0 0 8px}
.a4t-lg .a4t-lg-success .a4t-lg-msg{margin:0;color:var(--a4t-muted);font-size:15.5px;max-width:480px;margin-left:auto;margin-right:auto}

/* Responsive */
@media (max-width:680px){
  .a4t-lg{padding:32px 12px}
  .a4t-lg .a4t-lg-wrap{padding:24px 18px;border-radius:16px}
  .a4t-lg .a4t-lg-trades{grid-template-columns:repeat(2,1fr)}
  .a4t-lg .a4t-lg-choices{grid-template-columns:1fr 1fr}
  .a4t-lg .a4t-lg-grid2{grid-template-columns:1fr;gap:10px}
  .a4t-lg .a4t-lg-grid2 .a4t-lg-label{margin-bottom:10px}
  .a4t-lg .a4t-lg-steps li span{font-size:11px}
  .a4t-lg .a4t-lg-actions{flex-direction:column-reverse;align-items:stretch}
  .a4t-lg .a4t-lg-actions .a4t-lg-btn{width:100%;text-align:center}
}
