.section-cta{--cta-pad-y: clamp(3rem, 5vw, 4.5rem);--cta-pad-bottom: max(var(--cta-pad-y), env(safe-area-inset-bottom, 0px));padding:var(--cta-pad-y) 0 var(--cta-pad-bottom);box-sizing:border-box}.section.section-cta{padding:var(--cta-pad-y) 0 var(--cta-pad-bottom)}.cta-card{position:relative;overflow:hidden;isolation:isolate;border-radius:var(--r-xl);border:1px solid var(--white-a8);background:linear-gradient(135deg,var(--surface-dark-800) 0%,#1a1f6b 45%,#1b1a55 100%);box-shadow:0 1px #ffffff0f inset,0 30px 60px -20px #0a0f3c8c,0 12px 30px -12px #0a0f3c73;width:100%;max-width:100%;padding:clamp(3rem,6vw,5rem) clamp(1.5rem,4vw,3rem);box-sizing:border-box;text-align:center}.cta-glow{position:absolute;pointer-events:none;z-index:0;filter:blur(60px);opacity:.55;border-radius:50%}.cta-glow--a{width:420px;height:420px;top:-160px;left:-120px;background:radial-gradient(circle,#6366f18c,#6366f100 70%)}.cta-glow--b{width:520px;height:520px;bottom:-220px;right:-160px;background:radial-gradient(circle,#2563eb73,#2563eb00 70%)}.cta-deco{position:absolute;z-index:1;display:grid;place-items:center;color:#fff;border-radius:var(--r-lg);background:radial-gradient(circle at 30% 25%,#a5b4fc59,#6366f114 55%,#ffffff05),linear-gradient(145deg,#ffffff24,#ffffff0a 60%,#ffffff05);border:1px solid var(--white-a16);backdrop-filter:blur(14px) saturate(1.4);-webkit-backdrop-filter:blur(14px) saturate(1.4);box-shadow:0 20px 40px -12px #050a288c,0 8px 16px -8px #050a2859,0 1px #ffffff38 inset,0 -8px 24px #6366f11a inset;pointer-events:none}.cta-deco:before{content:"";position:absolute;top:-14px;right:-14px;bottom:-14px;left:-14px;border-radius:inherit;background:radial-gradient(circle,#a5b4fc2e,#a5b4fc00 65%);z-index:-1;filter:blur(4px)}.cta-deco svg{width:34px;height:34px;filter:drop-shadow(0 2px 4px rgba(10,15,60,.4))}.cta-deco--phone{width:82px;height:82px;top:16%;right:7%;transform:rotate(8deg)}.cta-deco--mail{width:78px;height:78px;top:20%;left:6%;transform:rotate(-10deg)}.cta-deco--chat{width:80px;height:80px;bottom:16%;right:10%;transform:rotate(-6deg)}@media(max-width:1024px){.cta-deco--phone{top:12%;right:5%;width:68px;height:68px}.cta-deco--mail{top:14%;left:5%;width:64px;height:64px}.cta-deco--chat{bottom:12%;right:7%;width:66px;height:66px}.cta-deco svg{width:28px;height:28px}}@media(max-width:768px){.cta-deco--phone{top:8%;right:4%;width:56px;height:56px;transform:rotate(6deg)}.cta-deco--mail{top:10%;left:4%;width:54px;height:54px;transform:rotate(-8deg)}.cta-deco--chat{display:none}.cta-deco svg{width:24px;height:24px}}@media(max-width:480px){.cta-deco{display:none}}.cta-content{position:relative;z-index:2;max-width:680px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.cta-eyebrow{display:inline-flex;align-items:center;gap:var(--s-8);padding:6px 14px;border-radius:var(--r-pill);font-size:var(--fs-micro);font-weight:var(--fw-medium);letter-spacing:var(--ls-eyebrow);text-transform:uppercase;color:var(--on-dark-muted);background:var(--white-a8);border:1px solid var(--white-a16);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);margin-bottom:1.25rem}.cta-eyebrow:before{content:"";width:6px;height:6px;border-radius:50%;background:#34d399;box-shadow:0 0 10px #34d399cc}.cta-title{font-size:var(--fs-h2);font-weight:var(--fw-medium);line-height:var(--lh-snug);letter-spacing:var(--ls-h2);color:#fff;margin:0 0 .9rem;max-width:22ch;text-wrap:balance}.cta-subtitle{font-size:var(--fs-body);line-height:var(--lh-body);color:var(--on-dark-muted);margin:0 0 2rem;max-width:52ch;text-wrap:pretty}.cta-actions{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;gap:.85rem}@media(max-width:480px){.cta-actions{flex-direction:column;gap:.7rem;width:100%}.cta-actions>.cta-btn-primary,.cta-actions>.cta-btn-secondary{width:100%;max-width:320px}}.cta-btn-primary{color:var(--primary-800);box-shadow:0 10px 24px #0a0f3c66,0 2px 6px #0a0f3c4d}.cta-btn-primary:hover{transform:translateY(-2px);box-shadow:0 16px 32px #0a0f3c80,0 4px 10px #0a0f3c59}.cta-btn-primary .cta__arrow{display:inline-block;font-size:1.1em;line-height:1;transition:transform .2s ease}.cta-btn-primary:hover .cta__arrow,.cta-btn-primary:focus-visible .cta__arrow{transform:translate(3px)}html[dir=rtl] .cta-btn-primary:hover .cta__arrow,html[dir=rtl] .cta-btn-primary:focus-visible .cta__arrow{transform:translate(-3px) scaleX(-1)}html[dir=rtl] .cta-btn-primary .cta__arrow{transform:scaleX(-1)}.cta-btn-secondary svg{flex:0 0 auto;color:#25d366;filter:drop-shadow(0 1px 2px rgba(37,211,102,.35))}@media(prefers-reduced-motion:reduce){.cta-btn-primary,.cta-btn-primary .cta__arrow,.cta-btn-secondary{transition:none}.cta-btn-primary:hover,.cta-btn-secondary:hover{transform:none}}@media(max-width:560px){.cta-card{border-radius:var(--r-lg);padding:2.5rem 1.25rem}.cta-subtitle{margin-bottom:1.5rem}}
