:root{
  --agil-green:#087a4b;
  --agil-green-dark:#045d39;
  --agil-green-soft:#eaf7f1;
  --agil-lime:#c9f26b;
  --agil-ink:#17231d;
  --agil-muted:#64716a;
  --agil-line:#dfe8e3;
  --agil-bg:#f5f8f6;
  --agil-white:#fff;
  --agil-shadow:0 18px 45px rgba(18,54,37,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.agil-home{margin:0;background:var(--agil-bg);color:var(--agil-ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;-webkit-font-smoothing:antialiased}
.agil-home .container{width:min(1160px,calc(100% - 32px));margin-inline:auto}
.agil-home .header{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(223,232,227,.85)}
.agil-home .header-inner{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.agil-home .logo-img{display:block;width:auto;height:38px;max-width:190px;object-fit:contain}
.agil-home .header-trust{display:flex;align-items:center;gap:10px;font-size:.86rem;font-weight:650;color:#3e5047}
.agil-home .header-trust svg{flex:0 0 auto}
.agil-home .hero{position:relative;overflow:hidden;background:linear-gradient(138deg,#053c28 0%,#087a4b 58%,#149966 100%);color:#fff;padding:62px 0 82px}
.agil-home .hero:before,.agil-home .hero:after{content:"";position:absolute;border-radius:50%;pointer-events:none}
.agil-home .hero:before{width:480px;height:480px;right:-190px;top:-240px;background:rgba(201,242,107,.13)}
.agil-home .hero:after{width:340px;height:340px;left:-190px;bottom:-220px;background:rgba(255,255,255,.08)}
.agil-home .hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:62px;align-items:center}
.agil-home .feedback-badge{display:inline-flex;align-items:center;gap:8px;width:auto;margin:0 0 22px;padding:9px 14px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:rgba(255,255,255,.10);font-size:.88rem;font-weight:650;color:#fff}
.agil-home .main-title{max-width:690px;margin:0;font-size:clamp(2.45rem,5vw,4.45rem);line-height:1.01;letter-spacing:-.05em;font-weight:800}
.agil-home .main-title span{color:var(--agil-lime)}
.agil-home .subtitle{max-width:600px;margin:22px 0 0;color:rgba(255,255,255,.84);font-size:clamp(1rem,2vw,1.19rem);line-height:1.65}
.agil-home .hero-points{display:flex;flex-wrap:wrap;gap:12px 22px;margin:28px 0 0;padding:0;list-style:none}
.agil-home .hero-points li{display:flex;align-items:center;gap:8px;color:#fff;font-size:.91rem;font-weight:600}
.agil-home .hero-points svg{color:var(--agil-lime);flex:0 0 auto}
.agil-home .hero-card{background:#fff;color:var(--agil-ink);border-radius:26px;padding:28px;box-shadow:0 30px 80px rgba(0,25,14,.28);border:1px solid rgba(255,255,255,.42)}
.agil-home .hero-card-eyebrow{margin:0 0 7px;color:var(--agil-green);font-weight:750;font-size:.78rem;text-transform:uppercase;letter-spacing:.11em}
.agil-home .hero-card h2{margin:0;font-size:1.55rem;line-height:1.2;letter-spacing:-.025em;font-weight:780}
.agil-home .hero-card>p{margin:10px 0 22px;color:var(--agil-muted);font-size:.94rem;line-height:1.55}
.agil-home .quick-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:18px}
.agil-home .quick-item{border:1px solid var(--agil-line);background:#fbfdfc;border-radius:15px;padding:14px}
.agil-home .quick-item strong{display:block;font-size:1.05rem;line-height:1.2}
.agil-home .quick-item span{display:block;margin-top:4px;color:var(--agil-muted);font-size:.78rem}
.agil-home .primary-cta{width:100%;min-height:54px;display:flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:14px;background:var(--agil-green);color:#fff;font-size:1rem;font-weight:750;box-shadow:0 10px 24px rgba(8,122,75,.24);transition:.2s ease}
.agil-home .primary-cta:hover{background:var(--agil-green-dark);transform:translateY(-1px);color:#fff}
.agil-home .microcopy{display:flex;align-items:center;justify-content:center;gap:7px;margin:14px 0 0;color:#718078;font-size:.76rem}
.agil-home .trust-strip{position:relative;z-index:2;margin-top:-29px}
.agil-home .trust-panel{display:grid;grid-template-columns:repeat(3,1fr);background:#fff;border:1px solid var(--agil-line);border-radius:18px;box-shadow:var(--agil-shadow);overflow:hidden}
.agil-home .trust-item{display:flex;align-items:center;gap:13px;padding:22px 25px}
.agil-home .trust-item+.trust-item{border-left:1px solid var(--agil-line)}
.agil-home .trust-icon{width:42px;height:42px;display:grid;place-items:center;flex:0 0 auto;border-radius:12px;background:var(--agil-green-soft);color:var(--agil-green)}
.agil-home .trust-item strong{display:block;font-size:.95rem}
.agil-home .trust-item span{display:block;margin-top:3px;color:var(--agil-muted);font-size:.78rem;line-height:1.35}
.agil-home .offers{padding:78px 0 70px}
.agil-home .section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:28px}
.agil-home .section-kicker{margin:0 0 8px;color:var(--agil-green);font-size:.77rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em}
.agil-home .section-title{margin:0;font-size:clamp(1.8rem,3.5vw,2.55rem);letter-spacing:-.035em;line-height:1.12;font-weight:800}
.agil-home .section-description{max-width:460px;margin:0;color:var(--agil-muted);font-size:.93rem;line-height:1.55}
.agil-home .credit-options{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.agil-home .credit-card{position:relative;display:flex;flex-direction:column;min-height:395px;background:#fff;color:var(--agil-ink);border:1px solid var(--agil-line);border-radius:20px;padding:25px;box-shadow:0 10px 30px rgba(25,57,41,.055);transition:.22s ease}
.agil-home .credit-card:hover{transform:translateY(-4px);box-shadow:var(--agil-shadow);border-color:#bfd8ca}
.agil-home .credit-card.featured{border:2px solid var(--agil-green);padding:24px}
.agil-home .popular-label{position:absolute;top:17px;right:17px;padding:6px 9px;background:var(--agil-green-soft);color:var(--agil-green-dark);border-radius:999px;font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em}
.agil-home .card-icon{width:46px;height:46px;display:grid;place-items:center;margin-bottom:21px;border-radius:14px;background:var(--agil-green-soft);color:var(--agil-green)}
.agil-home .credit-title{margin:0;font-size:1.19rem;font-weight:780;line-height:1.25;letter-spacing:-.015em}
.agil-home .credit-subtitle{min-height:42px;margin:8px 0 20px;color:var(--agil-muted);font-size:.86rem;line-height:1.45}
.agil-home .credit-value-section{padding:17px 0;border-top:1px solid var(--agil-line);border-bottom:1px solid var(--agil-line)}
.agil-home .credit-value-section>p:first-child{margin:0 0 7px;color:var(--agil-muted);font-size:.77rem;font-weight:650}
.agil-home .credit-range{margin:0;font-size:1.02rem;font-weight:650;line-height:1.35}
.agil-home .credit-range strong{display:block;color:var(--agil-green);font-size:1.68rem;line-height:1.15;letter-spacing:-.03em}
.agil-home .payment-info{display:flex;align-items:center;gap:8px;margin:17px 0;color:#526158;font-size:.81rem}
.agil-home .payment-info svg{flex:0 0 auto}
.agil-home .credit-card .btn-success{margin-top:auto;min-height:50px;border:0;border-radius:13px;background:var(--agil-green);font-weight:750;box-shadow:none}
.agil-home .credit-card .btn-success:hover{background:var(--agil-green-dark)}
.agil-home .process{padding:0 0 78px}
.agil-home .process-panel{display:grid;grid-template-columns:.78fr 1.22fr;gap:50px;align-items:center;padding:42px;border:1px solid var(--agil-line);border-radius:24px;background:#fff}
.agil-home .process-copy h2{margin:0 0 13px;font-size:2rem;letter-spacing:-.035em;font-weight:800}
.agil-home .process-copy p{margin:0;color:var(--agil-muted);font-size:.93rem;line-height:1.6}
.agil-home .steps{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}
.agil-home .step{padding:18px;border-radius:16px;background:var(--agil-bg)}
.agil-home .step-number{width:30px;height:30px;display:grid;place-items:center;margin-bottom:13px;border-radius:50%;background:var(--agil-green);color:#fff;font-size:.77rem;font-weight:800}
.agil-home .step strong{display:block;font-size:.9rem}
.agil-home .step span{display:block;margin-top:6px;color:var(--agil-muted);font-size:.76rem;line-height:1.45}
.agil-home .footer{background:#10271c;color:#fff}
.agil-home .footer-inner{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:35px 0}
.agil-home .footer-brand img{height:31px;width:auto;filter:brightness(0) invert(1)}
.agil-home .footer-brand p{max-width:430px;margin:12px 0 0;color:rgba(255,255,255,.67);font-size:.78rem;line-height:1.55}
.agil-home .footer-bottom{text-align:right;font-size:.76rem;color:rgba(255,255,255,.67)}
.agil-home .footer-bottom p{margin:3px 0}
.agil-home .footer-bottom a{color:#fff;text-decoration:none}
.agil-home .footer-bottom a:hover{text-decoration:underline}
@media(max-width:900px){
 .agil-home .hero{padding:46px 0 66px}.agil-home .hero-grid{grid-template-columns:1fr;gap:34px}.agil-home .hero-copy{text-align:center}.agil-home .main-title,.agil-home .subtitle{margin-inline:auto}.agil-home .feedback-badge{margin-inline:auto}.agil-home .hero-points{justify-content:center}.agil-home .hero-card{max-width:570px;width:100%;margin-inline:auto}.agil-home .trust-panel{grid-template-columns:1fr}.agil-home .trust-item+.trust-item{border-left:0;border-top:1px solid var(--agil-line)}.agil-home .credit-options{grid-template-columns:1fr}.agil-home .credit-card{min-height:0}.agil-home .process-panel{grid-template-columns:1fr}.agil-home .section-head{align-items:start;flex-direction:column;gap:12px}.agil-home .section-description{max-width:650px}
}
@media(max-width:620px){
 .agil-home .container{width:min(100% - 24px,1160px)}.agil-home .header-inner{min-height:64px}.agil-home .logo-img{height:31px;max-width:155px}.agil-home .header-trust span{display:none}.agil-home .hero{padding:36px 0 59px}.agil-home .hero-grid{gap:27px}.agil-home .main-title{font-size:2.22rem;line-height:1.04}.agil-home .subtitle{margin-top:16px;font-size:.96rem;line-height:1.55}.agil-home .feedback-badge{margin-bottom:18px;padding:8px 11px;font-size:.75rem}.agil-home .hero-points{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:21px;text-align:left}.agil-home .hero-points li{font-size:.77rem}.agil-home .hero-card{padding:21px;border-radius:20px}.agil-home .hero-card h2{font-size:1.3rem}.agil-home .quick-grid{gap:9px}.agil-home .quick-item{padding:12px}.agil-home .quick-item strong{font-size:.92rem}.agil-home .trust-strip{margin-top:-21px}.agil-home .trust-item{padding:17px 18px}.agil-home .trust-icon{width:38px;height:38px}.agil-home .offers{padding:58px 0 52px}.agil-home .section-head{margin-bottom:21px}.agil-home .section-title{font-size:1.72rem}.agil-home .credit-card{padding:21px;border-radius:18px}.agil-home .credit-card.featured{padding:20px}.agil-home .process{padding-bottom:56px}.agil-home .process-panel{padding:24px;border-radius:20px;gap:25px}.agil-home .process-copy h2{font-size:1.58rem}.agil-home .steps{grid-template-columns:1fr}.agil-home .step{display:grid;grid-template-columns:30px 1fr;column-gap:12px}.agil-home .step-number{grid-row:1/3;margin:0}.agil-home .step span{margin-top:3px}.agil-home .footer-inner{align-items:flex-start;flex-direction:column;padding:29px 0}.agil-home .footer-bottom{text-align:left}.agil-home .popular-label{top:15px;right:15px}
}
