.hero{position:relative;min-height:100vh;display:flex;align-items:center;background:linear-gradient(165deg,var(--cream) 0,#f3f0e8 40%,#eee9de 100%);overflow:hidden;padding-top:72px}.hero-bg-pattern{inset:0;background-image:radial-gradient(circle,rgba(13,27,42,.03) 1px,transparent 0);background-size:32px 32px}.hero-bg-pattern,.hero-blob{position:absolute;pointer-events:none;z-index:0}.hero-blob{border-radius:50%;filter:blur(80px);will-change:transform}.hero-blob-1{width:500px;height:500px;top:-10%;right:5%;background:rgba(212,168,67,.08)}.hero-blob-2{width:400px;height:400px;bottom:-5%;left:-5%;background:rgba(78,139,110,.06)}.hero-container{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:4rem 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;opacity:0;transform:translateY(20px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}.hero-container.visible{opacity:1;transform:translateY(0)}.hero-content{display:flex;flex-direction:column;gap:0}.hero-badge{display:inline-flex;align-items:center;gap:.625rem;background:var(--white);border:1px solid var(--border-light);border-radius:var(--radius-full);padding:.4rem 1rem .4rem .5rem;font-family:Inter,sans-serif;font-size:.8125rem;font-weight:500;color:var(--foreground-secondary);width:-moz-fit-content;width:fit-content;margin-bottom:1.5rem;box-shadow:0 2px 8px rgba(13,27,42,.04)}.badge-pulse{display:inline-block;width:8px;height:8px;position:relative;flex-shrink:0}.badge-pulse,.badge-pulse:after{border-radius:50%;background:var(--sage)}.badge-pulse:after{content:"";position:absolute;inset:-3px;animation:pulse-ring 2s ease-out infinite;z-index:-1}.hero-title{font-size:clamp(2.5rem,5.5vw,3.75rem);line-height:1.08;letter-spacing:-.03em;color:var(--navy);margin-bottom:1.25rem}.hero-highlight{position:relative;color:var(--gold-dark);display:inline}.hero-highlight:after{content:"";position:absolute;bottom:2px;left:0;width:100%;height:3px;background:linear-gradient(90deg,var(--gold),var(--gold-light));border-radius:2px;animation:highlightDraw 1s cubic-bezier(.16,1,.3,1) .6s both}@keyframes highlightDraw{0%{width:0}to{width:100%}}.hero-description{font-size:1.0625rem;line-height:1.8;color:var(--foreground-secondary);max-width:520px;margin-bottom:2rem}.hero-cta-group{display:flex;align-items:center;gap:1rem;margin-bottom:2.5rem}.hero-btn-primary{padding:.9375rem 2rem;font-size:.9375rem;position:relative;overflow:hidden}.hero-btn-primary:after{content:"";position:absolute;inset:0;background:linear-gradient(105deg,transparent 30%,hsla(0,0%,100%,.2) 50%,transparent 70%);transform:translateX(-100%);animation:heroShimmer 4s ease-in-out 1.5s infinite;pointer-events:none}@keyframes heroShimmer{0%{transform:translateX(-100%)}50%,to{transform:translateX(100%)}}.hero-btn-secondary{padding:.9375rem 1.75rem;font-size:.9375rem}.hero-proof-bar{display:flex;align-items:center;gap:1.5rem;padding:1.25rem 0;border-top:1px solid var(--border-light)}.proof-item{display:flex;flex-direction:column}.proof-number{font-family:Playfair Display,Georgia,serif;font-size:1.5rem;font-weight:700;color:var(--navy);line-height:1.2;letter-spacing:-.02em}.proof-label{font-family:Inter,sans-serif;font-size:.75rem;color:var(--foreground-muted);font-weight:500;letter-spacing:.01em}.proof-divider{width:1px;height:2rem;background:var(--border);flex-shrink:0}.hero-visual{position:relative;display:flex;justify-content:center;align-items:center;min-height:500px}.hero-img-main{position:relative;width:100%;max-width:480px;aspect-ratio:3/4;border-radius:var(--radius-2xl);overflow:hidden;box-shadow:0 24px 64px rgba(13,27,42,.12),0 8px 24px rgba(13,27,42,.06);z-index:2}.hero-img-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(13,27,42,.3) 0,transparent 40%);z-index:1;pointer-events:none}.hero-img-secondary{position:absolute;border-radius:var(--radius-xl);overflow:hidden;box-shadow:0 16px 48px rgba(13,27,42,.15);z-index:3;border:3px solid var(--white)}.hero-img-float-1{width:160px;height:160px;top:8%;left:-8%;animation:gentleFloat 4s ease-in-out infinite}.hero-img-float-2{width:140px;height:140px;bottom:12%;right:-6%;animation:gentleFloat 5s ease-in-out 1s infinite}.hero-float-card{position:absolute;display:flex;align-items:center;gap:.625rem;background:var(--white);border-radius:var(--radius-lg);padding:.75rem 1rem;box-shadow:0 8px 32px rgba(13,27,42,.1);z-index:4;border:1px solid var(--border-light)}.hfc-icon{font-size:1.25rem;flex-shrink:0}.hero-float-card strong{font-family:Inter,sans-serif;font-size:.8125rem;font-weight:700;color:var(--navy);display:block;line-height:1.3}.hero-float-card span{font-family:Inter,sans-serif;font-size:.6875rem;color:var(--foreground-muted)}.hero-fc-rating{top:18%;left:-12%;animation:gentleFloat 3.5s ease-in-out .5s infinite}.hero-fc-matched{bottom:18%;right:-10%;animation:gentleFloat 4.5s ease-in-out 1.5s infinite}.hero-deco-circle{width:120px;height:120px;background:rgba(212,168,67,.06);bottom:-2rem;left:-2rem}.hero-deco-circle,.hero-deco-ring{position:absolute;border-radius:50%;z-index:0}.hero-deco-ring{width:200px;height:200px;border:1px dashed rgba(13,27,42,.06);top:-2rem;right:-3rem;animation:spin 30s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}@media (max-width:1100px){.hero-container{gap:2.5rem}.hero-img-main{max-width:400px}.hero-fc-rating{left:-6%}.hero-fc-matched{right:-4%}}@media (max-width:900px){.hero{min-height:auto;padding-top:72px;padding-bottom:2rem}.hero-container{grid-template-columns:1fr;gap:3rem;padding:3rem 1.5rem;text-align:center}.hero-content{align-items:center}.hero-description{margin-left:auto;margin-right:auto}.hero-cta-group,.hero-proof-bar{justify-content:center;flex-wrap:wrap}.hero-proof-bar{gap:1.25rem}.hero-visual{min-height:400px}.hero-img-main{max-width:360px;margin:0 auto}.hero-img-float-1{width:120px;height:120px;left:2%;top:5%}.hero-img-float-2{width:110px;height:110px;right:2%;bottom:8%}.hero-fc-rating{left:0;top:8%}.hero-fc-matched{right:0;bottom:12%}}@media (max-width:600px){.hero-title{font-size:clamp(2rem,8vw,2.5rem)}.hero-container{padding:2rem 1.25rem}.hero-cta-group{flex-direction:column;width:100%}.hero-btn-primary,.hero-btn-secondary{width:100%;justify-content:center}.hero-proof-bar{display:grid;grid-template-columns:1fr 1fr;text-align:center}.proof-divider{display:none}.proof-item{align-items:center}.hero-visual{min-height:300px}.hero-img-main{max-width:280px}.hero-img-float-1,.hero-img-float-2{display:none}.hero-fc-matched,.hero-fc-rating{padding:.5rem .75rem}}