.cta{background-color:var(--accent);position:relative;overflow:hidden}.cta-inner{z-index:2;grid-template-columns:1fr auto 1fr;align-items:center;gap:0;display:grid;position:relative}.cta-col{flex-direction:column;align-items:flex-start;gap:16px;padding:8px 40px;display:flex}.cta-col:first-child{padding-left:0}.cta-col:last-child{padding-right:0}.cta-eyebrow{font-family:var(--font-heading);font-weight:700;font-size:var(--text-sm);text-transform:uppercase;letter-spacing:.08em;color:#ffffffb3;margin:0}.cta-title{color:#fff;font-size:var(--text-3xl);margin:0}.cta-subtitle{color:#ffffffd9;font-size:var(--text-base);margin:0}.cta-divider{background:#ffffff40;border-radius:1px;align-self:stretch;width:2px;margin-block:8px}.cta-btn.btn-primary{background-color:var(--foreground);color:#fff;border-color:var(--foreground)}.cta-btn.btn-primary .btn-icon-badge{background-color:var(--accent);color:#fff}.cta-learn-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.cta-btn-secondary.btn-secondary{color:#fff;border-color:#fff9}.cta-btn-secondary.btn-secondary:hover{background-color:#ffffff26}.cta-btn-secondary .btn-icon-badge{color:#fff;background-color:#fff3}.cta-confetti{z-index:1;pointer-events:none;position:absolute;inset:0}.confetti{animation:5s ease-in-out infinite confetti-drift;position:absolute}.confetti--circle{border:var(--border-width) solid #ffffff59;border-radius:50%;width:18px;height:18px}.confetti--triangle{border-bottom:17px solid #ffffff4d;border-left:10px solid #0000;border-right:10px solid #0000;width:0;height:0}.confetti--square{border:var(--border-width) solid #ffffff59;background-color:#fff3;border-radius:3px;width:14px;height:14px}.confetti--1{animation-delay:0s;top:15%;left:8%}.confetti--2{animation-delay:.8s;top:25%;right:12%;transform:rotate(30deg)}.confetti--3{animation-delay:1.4s;bottom:20%;left:15%;transform:rotate(-15deg)}.confetti--4{animation-delay:.4s;bottom:30%;right:8%}.confetti--5{animation-delay:2s;top:60%;left:5%;transform:rotate(60deg)}.confetti--6{animation-delay:1s;top:10%;right:25%;transform:rotate(-30deg)}@media (max-width:900px){.cta-inner{grid-template-rows:auto auto auto;grid-template-columns:1fr}.cta-col{text-align:center;align-items:center;padding:0}.cta-divider{align-self:auto;width:80px;height:2px;margin-block:8px;margin-inline:auto}.cta-learn-actions{justify-content:center}.cta-title{font-size:var(--text-2xl)}}@media (max-width:768px){.confetti{transform:scale(.7)!important}}
