.hero{isolation:isolate;background:var(--color-dark);color:var(--color-white);align-items:center;padding-top:clamp(3rem,5.5vh,4.4rem);padding-bottom:clamp(2.2rem,3.85vh,3.3rem);display:flex;position:relative;overflow:hidden}.hero__bg-image{z-index:0;position:absolute;inset:0}.hero__overlay{z-index:1;background:var(--gradient-hero);opacity:.65;mix-blend-mode:multiply;position:absolute;inset:0}.hero__overlay-bottom{z-index:2;background:linear-gradient(to top, var(--color-dark) 0%, #2d0a1abf 35%, #2d0a1a40 70%, transparent 100%);pointer-events:none;height:45%;position:absolute;bottom:0;left:0;right:0}.hero__container{z-index:5;grid-template-columns:1fr;align-items:center;gap:clamp(2.5rem,4vw,3.5rem);width:100%;display:grid;position:relative}@media (min-width:900px){.hero__container{grid-template-columns:55fr 45fr;gap:clamp(2.5rem,5vw,4.5rem)}}.hero__content{text-align:center;max-width:640px;margin-left:auto;margin-right:auto}@media (min-width:900px){.hero__content{text-align:left;max-width:none;margin-left:0;margin-right:0}}.hero__trust{flex-wrap:wrap;justify-content:center;gap:.55rem;margin-bottom:1.5rem;animation:.7s 50ms both fadeInUp;display:flex}@media (min-width:900px){.hero__trust{justify-content:flex-start}}.hero__pill{font-family:var(--font-body);font-size:var(--text-small);letter-spacing:.02em;color:var(--color-accent-light);-webkit-backdrop-filter:blur(6px);transition:background var(--transition-fast), border-color var(--transition-fast), transform var(--transition-fast);background:#c8a9511f;border:1px solid #d4bc6a59;border-radius:50px;align-items:center;gap:.4rem;padding:.42rem .85rem;font-weight:500;display:inline-flex}.hero__pill:hover{background:#c8a95138;border-color:#d4bc6aa6;transform:translateY(-2px)}.hero__pill svg{width:14px;height:14px;color:var(--color-accent);flex-shrink:0}.hero__eyebrow{font-family:var(--font-body);font-size:var(--text-small);letter-spacing:.22em;text-transform:uppercase;color:var(--color-accent-light);align-items:center;gap:.7rem;margin-bottom:1.1rem;font-weight:600;animation:.7s .18s both fadeInUp;display:inline-flex}.hero__eyebrow:before,.hero__eyebrow:after{content:"";background:var(--gradient-gold);border-radius:2px;flex-shrink:0;width:1.5rem;height:1.5px}@media (max-width:899px){.hero__eyebrow:before,.hero__eyebrow:after{display:none}}.hero__title{font-family:var(--font-display);font-size:var(--text-display);letter-spacing:-.01em;color:var(--color-white);margin-bottom:1.3rem;font-weight:700;line-height:1.05;animation:.8s .28s both fadeInUp}.hero__subtitle{font-family:var(--font-body);font-size:var(--text-body-large);color:#ffffffd9;max-width:600px;margin:0 auto 2.2rem;line-height:1.65;animation:.8s .38s both fadeInUp}@media (min-width:900px){.hero__subtitle{margin-left:0;margin-right:0}}.hero__cta{flex-wrap:wrap;justify-content:center;gap:1rem;animation:.8s .48s both fadeInUp;display:flex}@media (min-width:900px){.hero__cta{justify-content:flex-start}}.hero__cta .btn{font-size:var(--text-body);padding:1rem 2rem}.hero__cta .btn svg{width:18px;height:18px}.hero__cta-ghost{border:1.5px solid var(--color-accent);color:var(--color-accent);background:0 0;padding:.8rem 1.6rem;font-weight:400}.hero__cta-ghost:hover{border-color:var(--color-white);color:var(--color-white);background:#ffffff1a;transform:translateY(-3px);box-shadow:0 8px 24px #0000004d}.hero__visual{display:none}@media (min-width:900px){.hero__visual{justify-content:center;align-items:center;animation:1s .35s both fadeInRight;display:flex}}.hero__blob{aspect-ratio:1;background-position:top;background-repeat:no-repeat;background-size:cover;border:2px solid #d4bc6a80;border-radius:63% 37% 54% 46%/55% 48% 52% 45%;width:clamp(280px,32vw,420px);animation:14s ease-in-out infinite blobMorph,6s ease-in-out infinite float;position:relative;overflow:hidden;box-shadow:0 0 60px #c8a95159,0 20px 50px #00000073,inset 0 0 40px #d4bc6a26}.hero__blob:before{content:"";border-radius:inherit;z-index:-1;pointer-events:none;border:1px solid #d4bc6a4d;position:absolute;inset:-14px}.hero__blob:after{content:"";border-radius:inherit;z-index:-1;pointer-events:none;border:1px dashed #d4bc6a38;animation:32s linear infinite spinSlow;position:absolute;inset:-30px}@keyframes blobMorph{0%,to{border-radius:63% 37% 54% 46%/55% 48% 52% 45%}33%{border-radius:47% 53% 38% 62%/62% 55% 45% 38%}66%{border-radius:58% 42% 62% 38%/41% 58% 42% 59%}}@keyframes spinSlow{to{transform:rotate(360deg)}}.hero__blob-icon{color:var(--color-accent-light);opacity:.92;filter:drop-shadow(0 0 14px #d4bc6ab3);animation:5s ease-in-out infinite float}@media (max-width:480px){.hero__title{font-size:var(--text-h2)}.hero__cta{flex-direction:column;align-items:stretch}.hero__cta .btn{width:100%}}@media (max-width:768px){.hero__trust{grid-template-columns:1fr 1fr;justify-items:center;gap:.55rem;display:grid}.hero__pill{justify-content:center;width:100%}}@media (prefers-reduced-motion:reduce){.particle,.hero__blob,.hero__blob:after,.hero__blob-icon{animation:none!important}.hero__trust,.hero__eyebrow,.hero__title,.hero__subtitle,.hero__cta,.hero__visual{animation-duration:.01ms!important;animation-delay:0s!important}}
