.ha-scope{--ha-yellow: #FCD200;--ha-yellow-hover: #FFDE3A;--ha-yellow-light: #FFE94D;--ha-yellow-deep: #F5B800;--ha-yellow-tint: rgba(252, 210, 0, .1);--ha-yellow-tint-strong: rgba(252, 210, 0, .18);--ha-yellow-tint-border: rgba(252, 210, 0, .3);--ha-yellow-glow: rgba(252, 210, 0, .42);--ha-yellow-shadow-1: rgba(252, 210, 0, .4);--ha-yellow-shadow-2: rgba(252, 210, 0, .2);--ha-bg: #FAFAFA;--ha-bg-mica: #F4F4F5;--ha-surface: #FFFFFF;--ha-surface-acrylic: rgba(255, 255, 255, .72);--ha-surface-card: #FFFFFF;--ha-surface-inverse: #0A0A0A;--ha-surface-inverse-2: #1A1A1A;--ha-surface-tinted: #F7F7F8;--ha-text: #1A1A1A;--ha-text-secondary: #52525B;--ha-text-tertiary: #8A8A93;--ha-text-inverse: #FAFAFA;--ha-topbar-bg: rgba(250, 250, 250, .78);--ha-error: #E03E3E;--ha-error-tint: rgba(224, 62, 62, .08);--ha-error-border: rgba(224, 62, 62, .25);--ha-success: #166534;--ha-success-tint: rgba(34, 197, 94, .1);--ha-success-border: rgba(34, 197, 94, .25);--ha-stroke: rgba(0, 0, 0, .06);--ha-stroke-strong: rgba(0, 0, 0, .1);--ha-stroke-focus: var(--ha-yellow);--ha-elev-2: 0 1px 2px rgba(0,0,0,.07), 0 0 1px rgba(0,0,0,.04);--ha-elev-4: 0 2px 4px rgba(0,0,0,.06), 0 0 2px rgba(0,0,0,.05);--ha-elev-8: 0 4px 8px rgba(0,0,0,.05), 0 0 2px rgba(0,0,0,.08);--ha-elev-16: 0 8px 16px rgba(0,0,0,.07), 0 0 4px rgba(0,0,0,.08);--ha-elev-28: 0 16px 36px rgba(0,0,0,.1), 0 0 8px rgba(0,0,0,.08);--ha-elev-yellow: 0 12px 28px var(--ha-yellow-shadow-1), 0 4px 8px var(--ha-yellow-shadow-2);--ha-r-sm: 6px;--ha-r-md: 10px;--ha-r-lg: 16px;--ha-r-xl: 24px;--ha-r-2xl: 32px;--ha-r-pill: 999px;--ha-font: -apple-system, BlinkMacSystemFont, "Segoe UI Variable", "Segoe UI", system-ui, sans-serif;--ha-ease: cubic-bezier(.33, 0, .1, 1);--ha-ease-out: cubic-bezier(0, 0, 0, 1);--ha-dur-fast: .15s;--ha-dur-med: .25s;--ha-dur-slow: .4s}.ha-scope,.ha-scope *{box-sizing:border-box}.ha-scope{font-family:var(--ha-font);color:var(--ha-text);background:var(--ha-bg);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0 calc(50% - 50vw);width:100vw;overflow-x:hidden}.ha-scope img{max-width:100%;height:auto;display:block}.ha-scope a{color:inherit;text-decoration:none}.ha-scope button{font-family:inherit;cursor:pointer;border:none}.ha-container{max-width:1320px;margin:0 auto;padding:0 32px}.ha-mica{position:relative;background:radial-gradient(ellipse 80% 60% at 20% 0%,var(--ha-yellow-tint),transparent 60%),radial-gradient(ellipse 60% 50% at 100% 30%,rgba(0,0,0,.03),transparent 60%),var(--ha-bg-mica)}.ha-mica:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.025 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");pointer-events:none;z-index:0}.ha-mica>*{position:relative;z-index:1}.ha-acrylic{background:var(--ha-surface-acrylic);backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);border:1px solid var(--ha-stroke)}.ha-card{background:var(--ha-surface-card);border:1px solid var(--ha-stroke);border-radius:var(--ha-r-lg);box-shadow:var(--ha-elev-2);transition:box-shadow var(--ha-dur-med) var(--ha-ease),transform var(--ha-dur-med) var(--ha-ease),border-color var(--ha-dur-med) var(--ha-ease)}.ha-card:hover{box-shadow:var(--ha-elev-8);transform:translateY(-2px);border-color:var(--ha-stroke-strong)}.ha-reveal{position:relative;overflow:hidden;isolation:isolate}.ha-reveal:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:radial-gradient(circle 240px at var(--ha-mx, 50%) var(--ha-my, 50%),var(--ha-yellow-tint),transparent 70%);opacity:0;transition:opacity var(--ha-dur-med) var(--ha-ease);pointer-events:none}.ha-reveal:hover:after{opacity:1}.ha-topbar{position:sticky;top:0;z-index:50;padding:14px 0;background:var(--ha-topbar-bg);backdrop-filter:saturate(180%) blur(18px);-webkit-backdrop-filter:saturate(180%) blur(18px);border-bottom:1px solid var(--ha-stroke)}.ha-topbar-inner{display:flex;align-items:center;justify-content:space-between;gap:16px}.ha-eyebrow-tag{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:var(--ha-r-pill);background:var(--ha-yellow-tint);border:1px solid var(--ha-yellow-tint-border);font-size:12px;font-weight:600;color:var(--ha-text);letter-spacing:.02em}.ha-eyebrow-tag:before{content:"";width:6px;height:6px;background:var(--ha-yellow);border-radius:50%;box-shadow:0 0 8px var(--ha-yellow)}.ha-topbar-cta{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;background:var(--ha-text);color:var(--ha-text-inverse);border-radius:var(--ha-r-pill);font-size:13px;font-weight:600;transition:background var(--ha-dur-fast) var(--ha-ease),transform var(--ha-dur-fast) var(--ha-ease)}.ha-topbar-cta:hover{background:var(--ha-surface-inverse-2);transform:translateY(-1px)}.ha-hero{padding:80px 0 100px;position:relative}.ha-hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:60px;align-items:center}.ha-hero-eyebrow{display:inline-flex;align-items:center;gap:10px;margin-bottom:24px;font-size:13px;font-weight:500;color:var(--ha-text-secondary);letter-spacing:.02em}.ha-hero-eyebrow .dot{width:8px;height:8px;border-radius:50%;background:var(--ha-yellow);box-shadow:0 0 0 4px var(--ha-yellow-tint)}.ha-hero h1{font-size:clamp(48px,6.4vw,88px);font-weight:700;line-height:1.02;letter-spacing:-.025em;margin:0 0 28px}.ha-hero h1 .accent{background:linear-gradient(135deg,var(--ha-yellow) 0%,var(--ha-yellow-deep) 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.ha-hero-lede{font-size:18px;line-height:1.55;color:var(--ha-text-secondary);max-width:520px;margin:0 0 36px}.ha-cta-row{display:flex;flex-wrap:wrap;align-items:center;gap:16px}.ha-btn-primary{display:inline-flex;align-items:center;gap:10px;padding:16px 28px;background:var(--ha-yellow);color:var(--ha-text);font-weight:600;font-size:15px;border-radius:var(--ha-r-pill);box-shadow:var(--ha-elev-yellow);transition:background var(--ha-dur-fast) var(--ha-ease),transform var(--ha-dur-fast) var(--ha-ease),box-shadow var(--ha-dur-med) var(--ha-ease)}.ha-btn-primary:hover{background:var(--ha-yellow-hover);transform:translateY(-2px);box-shadow:0 16px 32px var(--ha-yellow-glow),0 4px 8px var(--ha-yellow-tint-border)}.ha-btn-primary:active{transform:translateY(0)}.ha-btn-primary svg{transition:transform var(--ha-dur-fast) var(--ha-ease)}.ha-btn-primary:hover svg{transform:translate(3px)}.ha-btn-subtle{display:inline-flex;align-items:center;gap:10px;padding:14px 22px;background:var(--ha-surface);color:var(--ha-text);font-weight:500;font-size:14px;border-radius:var(--ha-r-pill);border:1px solid var(--ha-stroke-strong);transition:background var(--ha-dur-fast) var(--ha-ease),border-color var(--ha-dur-fast) var(--ha-ease)}.ha-btn-subtle:hover{background:var(--ha-surface-tinted);border-color:var(--ha-text)}.ha-hero-visual{position:relative;aspect-ratio:5 / 6;border-radius:var(--ha-r-2xl);overflow:hidden;background:var(--ha-surface-inverse);box-shadow:var(--ha-elev-28);isolation:isolate}.ha-hero-photo{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center 25%;z-index:0;filter:saturate(108%) contrast(102%)}.ha-hero-visual:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:radial-gradient(ellipse at 80% 95%,var(--ha-yellow-tint-strong),transparent 55%),linear-gradient(180deg,#0a0a0a1a,#0a0a0a00 35%,#0a0a0a80 75%,#0a0a0aeb);pointer-events:none}.ha-hero-visual:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;border-radius:inherit;border:1px solid rgba(255,255,255,.1);pointer-events:none}.ha-hero-visual-content{position:absolute;top:0;right:0;bottom:0;left:0;padding:32px;display:flex;flex-direction:column;justify-content:space-between;color:var(--ha-text-inverse);z-index:3}.ha-hero-attribution{display:flex;align-items:center;gap:14px;margin-top:18px}.ha-hero-avatar{width:44px;height:44px;border-radius:50%;background:var(--ha-yellow);display:grid;place-items:center;font-weight:700;font-size:16px;color:var(--ha-text);border:2px solid rgba(255,255,255,.2);flex-shrink:0}.ha-hero-attribution-text{font-size:13px;line-height:1.35}.ha-hero-attribution-name{font-weight:600;color:var(--ha-text-inverse)}.ha-hero-attribution-role{color:#fafafaa6;font-size:12px}.ha-hero-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;align-self:flex-start;background:#ffffff1a;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.15);border-radius:var(--ha-r-pill);font-size:12px;font-weight:500;letter-spacing:.08em;text-transform:uppercase}.ha-hero-quote{font-size:28px;font-weight:600;line-height:1.15;letter-spacing:-.015em}.ha-hero-quote-author{margin-top:16px;font-size:13px;font-weight:400;color:#fafafab3;display:flex;align-items:center;gap:10px}.ha-hero-quote-author:before{content:"";width:28px;height:1px;background:var(--ha-yellow)}.ha-hero-floating{position:absolute;bottom:-28px;left:-28px;padding:18px 22px;background:var(--ha-surface-acrylic);backdrop-filter:saturate(200%) blur(24px);-webkit-backdrop-filter:saturate(200%) blur(24px);border:1px solid rgba(255,255,255,.6);border-radius:var(--ha-r-lg);box-shadow:var(--ha-elev-16);display:flex;align-items:center;gap:14px}.ha-hero-floating-num{font-size:36px;font-weight:700;letter-spacing:-.03em;line-height:1}.ha-hero-floating-label{font-size:12px;color:var(--ha-text-secondary);line-height:1.3}.ha-section{padding:110px 0;position:relative}.ha-section-head{max-width:720px;margin-bottom:56px}.ha-eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:16px;padding:5px 12px;font-size:12px;font-weight:600;color:var(--ha-text);background:var(--ha-yellow-tint);border:1px solid var(--ha-yellow-tint-border);border-radius:var(--ha-r-pill);letter-spacing:.04em;text-transform:uppercase}.ha-section-title{font-size:clamp(36px,4.4vw,56px);font-weight:700;line-height:1.05;letter-spacing:-.022em;margin:0 0 16px}.ha-section-sub{font-size:18px;color:var(--ha-text-secondary);line-height:1.55;margin:0}.ha-perks{display:grid;grid-template-columns:repeat(6,1fr);gap:16px;grid-auto-rows:minmax(220px,auto)}.ha-perk{padding:28px;border-radius:var(--ha-r-xl);position:relative;display:flex;flex-direction:column;justify-content:space-between}.ha-perk-icon{width:48px;height:48px;border-radius:var(--ha-r-md);background:var(--ha-yellow-tint);border:1px solid var(--ha-yellow-tint-border);display:grid;place-items:center;margin-bottom:24px;color:var(--ha-text)}.ha-perk-title{font-size:22px;font-weight:600;line-height:1.2;letter-spacing:-.015em;margin:0 0 10px}.ha-perk-desc{font-size:14.5px;color:var(--ha-text-secondary);line-height:1.5;margin:0}.ha-perk-featured{grid-column:span 3;background:linear-gradient(135deg,var(--ha-yellow-light) 0%,var(--ha-yellow) 60%,var(--ha-yellow-deep) 100%);color:var(--ha-text);border:1px solid rgba(0,0,0,.08);box-shadow:var(--ha-elev-yellow)}.ha-perk-featured .ha-perk-icon{background:#0000001a;border-color:#00000026}.ha-perk-featured .ha-perk-title{font-size:32px}.ha-perk-featured .ha-perk-desc{color:#000000b8}.ha-perk-md{grid-column:span 3;background:var(--ha-surface-card);border:1px solid var(--ha-stroke);box-shadow:var(--ha-elev-2)}.ha-perk-sm{grid-column:span 2;background:var(--ha-surface-card);border:1px solid var(--ha-stroke);box-shadow:var(--ha-elev-2)}.ha-perk-wide{grid-column:span 6;background:linear-gradient(135deg,var(--ha-surface-inverse) 0%,var(--ha-surface-inverse-2) 100%);color:var(--ha-text-inverse);border:1px solid rgba(255,255,255,.08);display:grid;grid-template-columns:1fr 1.2fr;align-items:center;gap:32px;padding:40px;min-height:180px}.ha-perk-wide .ha-perk-icon{background:var(--ha-yellow-tint-strong);border-color:var(--ha-yellow-tint-border);color:var(--ha-yellow)}.ha-perk-wide .ha-perk-title{font-size:28px}.ha-perk-wide .ha-perk-desc{color:#fafafab3}.ha-perk:hover{box-shadow:var(--ha-elev-8);transform:translateY(-3px)}.ha-perk-featured:hover{box-shadow:0 16px 36px var(--ha-yellow-glow),0 4px 8px var(--ha-yellow-tint-border)}.ha-perk-wide:hover{box-shadow:var(--ha-elev-16)}.ha-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;position:relative}.ha-steps:before{content:"";position:absolute;top:40px;left:5%;right:5%;height:1px;background:linear-gradient(90deg,transparent,var(--ha-stroke-strong),var(--ha-stroke-strong),transparent);z-index:0}.ha-step{position:relative;z-index:1;padding:28px 24px;background:var(--ha-surface);border:1px solid var(--ha-stroke);border-radius:var(--ha-r-xl);box-shadow:var(--ha-elev-2);transition:transform var(--ha-dur-med) var(--ha-ease),box-shadow var(--ha-dur-med) var(--ha-ease)}.ha-step:hover{transform:translateY(-3px);box-shadow:var(--ha-elev-8)}.ha-step-num{display:inline-grid;place-items:center;width:36px;height:36px;border-radius:50%;background:var(--ha-text);color:var(--ha-text-inverse);font-size:13px;font-weight:700;margin-bottom:20px;box-shadow:0 0 0 6px var(--ha-bg-mica)}.ha-step:nth-child(1) .ha-step-num{background:var(--ha-yellow);color:var(--ha-text)}.ha-step h3{margin:0 0 8px;font-size:18px;font-weight:600;letter-spacing:-.01em}.ha-step p{margin:0;font-size:14px;color:var(--ha-text-secondary);line-height:1.5}.ha-profiles{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.ha-profile{padding:36px 30px;background:var(--ha-surface);border:1px solid var(--ha-stroke);border-radius:var(--ha-r-xl);box-shadow:var(--ha-elev-2);transition:transform var(--ha-dur-med) var(--ha-ease),box-shadow var(--ha-dur-med) var(--ha-ease)}.ha-profile:hover{transform:translateY(-3px);box-shadow:var(--ha-elev-8)}.ha-profile-tag{display:inline-block;padding:4px 10px;background:var(--ha-yellow-tint);color:var(--ha-text);font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;border-radius:var(--ha-r-pill);margin-bottom:20px;border:1px solid var(--ha-yellow-tint-border)}.ha-profile h3{font-size:22px;font-weight:600;margin:0 0 10px;letter-spacing:-.015em}.ha-profile p{font-size:14.5px;color:var(--ha-text-secondary);line-height:1.55;margin:0}.ha-stats-band{margin-top:60px;padding:40px;background:var(--ha-surface);border:1px solid var(--ha-stroke);border-radius:var(--ha-r-2xl);box-shadow:var(--ha-elev-4);display:grid;grid-template-columns:repeat(4,1fr);gap:32px;align-items:center}.ha-stat{text-align:left;padding:0 20px;border-left:1px solid var(--ha-stroke)}.ha-stat:first-child{border-left:none;padding-left:0}.ha-stat-num{font-size:clamp(36px,3.5vw,52px);font-weight:700;letter-spacing:-.03em;line-height:1;color:var(--ha-text)}.ha-stat-num .small{font-size:.55em;color:var(--ha-text-secondary);font-weight:600}.ha-stat-label{margin-top:8px;font-size:13px;color:var(--ha-text-secondary);font-weight:500}.ha-form-section{position:relative;padding:110px 0}.ha-form-shell{background:var(--ha-surface);border:1px solid var(--ha-stroke);border-radius:var(--ha-r-2xl);box-shadow:var(--ha-elev-16);overflow:hidden;display:grid;grid-template-columns:.85fr 1.15fr}.ha-form-aside{padding:56px 48px;background:radial-gradient(ellipse at 30% 10%,var(--ha-yellow-tint-strong),transparent 60%),linear-gradient(180deg,var(--ha-surface-inverse-2) 0%,var(--ha-surface-inverse) 100%);color:var(--ha-text-inverse);display:flex;flex-direction:column;justify-content:space-between;gap:40px;position:relative;overflow:hidden}.ha-form-aside:after{content:"";position:absolute;top:0;right:0;bottom:0;width:3px;background:linear-gradient(180deg,var(--ha-yellow),transparent 80%)}.ha-form-aside .ha-eyebrow{background:var(--ha-yellow-tint-strong);color:var(--ha-yellow);border-color:var(--ha-yellow-tint-border)}.ha-form-aside h2{font-size:clamp(32px,3.4vw,44px);font-weight:700;line-height:1.05;letter-spacing:-.022em;margin:0 0 20px}.ha-form-aside p{font-size:16px;color:#fafafab8;line-height:1.55;margin:0}.ha-form-checklist{list-style:none;padding:0;margin:0;display:grid;gap:14px}.ha-form-checklist li{display:flex;align-items:flex-start;gap:12px;font-size:14.5px;color:#fafafad9}.ha-form-checklist li svg{flex:0 0 20px;margin-top:2px;color:var(--ha-yellow)}.ha-form-body{padding:56px 48px;display:grid;gap:20px;align-content:start}.ha-form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.ha-field{display:flex;flex-direction:column;gap:8px}.ha-field label{font-size:13px;font-weight:600;color:var(--ha-text)}.ha-field label .req{color:var(--ha-error);margin-left:2px}.ha-field input,.ha-field select,.ha-field textarea{font-family:inherit;font-size:15px;color:var(--ha-text);background:var(--ha-surface-tinted);border:1px solid var(--ha-stroke-strong);border-radius:var(--ha-r-md);padding:12px 14px;outline:none;transition:border-color var(--ha-dur-fast) var(--ha-ease),box-shadow var(--ha-dur-fast) var(--ha-ease),background var(--ha-dur-fast) var(--ha-ease)}.ha-field input::placeholder,.ha-field textarea::placeholder{color:var(--ha-text-tertiary)}.ha-field input:hover,.ha-field select:hover,.ha-field textarea:hover{border-color:var(--ha-text-tertiary);background:var(--ha-surface)}.ha-field input:focus,.ha-field select:focus,.ha-field textarea:focus{border-color:var(--ha-yellow);background:var(--ha-surface);box-shadow:0 0 0 3px var(--ha-yellow-tint)}.ha-field textarea{resize:vertical;min-height:100px}.ha-field select{appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%2352525B' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;padding-right:38px;cursor:pointer}.ha-form-fineprint{font-size:12px;color:var(--ha-text-tertiary);line-height:1.5;margin:0}.ha-form-submit-row{display:flex;align-items:center;gap:16px;margin-top:8px;flex-wrap:wrap}.ha-form-notice{padding:16px 20px;border-radius:var(--ha-r-md);font-size:14.5px;line-height:1.5}.ha-form-notice--ok{background:var(--ha-success-tint);border:1px solid var(--ha-success-border);color:var(--ha-success)}.ha-form-notice--err{background:var(--ha-error-tint);border:1px solid var(--ha-error-border);color:var(--ha-error)}.ha-faq{display:grid;gap:12px}.ha-faq-item{background:var(--ha-surface);border:1px solid var(--ha-stroke);border-radius:var(--ha-r-lg);box-shadow:var(--ha-elev-2);overflow:hidden;transition:box-shadow var(--ha-dur-med) var(--ha-ease)}.ha-faq-item[open]{box-shadow:var(--ha-elev-8)}.ha-faq-item summary{list-style:none;cursor:pointer;padding:22px 26px;display:flex;justify-content:space-between;align-items:center;gap:20px;font-size:16px;font-weight:600;color:var(--ha-text);transition:background var(--ha-dur-fast) var(--ha-ease)}.ha-faq-item summary::-webkit-details-marker{display:none}.ha-faq-item summary:hover{background:var(--ha-surface-tinted)}.ha-faq-icon{width:32px;height:32px;border-radius:50%;background:var(--ha-yellow-tint);display:grid;place-items:center;flex-shrink:0;transition:transform var(--ha-dur-med) var(--ha-ease),background var(--ha-dur-fast) var(--ha-ease)}.ha-faq-item[open] .ha-faq-icon{background:var(--ha-yellow);transform:rotate(45deg)}.ha-faq-icon svg{color:var(--ha-text)}.ha-faq-answer{padding:0 26px 24px;color:var(--ha-text-secondary);font-size:15px;line-height:1.6;max-width:820px}.ha-scope .ha-family-band{position:relative;padding:120px 0 90px;background:radial-gradient(ellipse 60% 50% at 50% 25%,var(--ha-yellow-tint-strong),transparent 60%),radial-gradient(ellipse 50% 40% at 100% 100%,rgba(0,0,0,.03),transparent 60%),var(--ha-bg-mica);overflow:hidden}.ha-scope .ha-family-band:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.025 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");pointer-events:none;z-index:0}.ha-scope .ha-family-band>*{position:relative;z-index:1}.ha-scope .ha-family-head{max-width:720px;margin:0 auto 48px;text-align:center}.ha-scope .ha-family-head .ha-eyebrow{margin:0 auto 16px}.ha-scope .ha-family-title{font-family:var(--ha-font);font-size:clamp(40px,5vw,64px);font-weight:700;line-height:1.05;letter-spacing:-.025em;color:var(--ha-text)!important;margin:0 0 16px}.ha-scope .ha-family-title .accent{color:var(--ha-yellow)}.ha-scope .ha-family-sub{font-size:18px;color:var(--ha-text-secondary);line-height:1.55;margin:0 auto;max-width:560px}.ha-scope .ha-family-avatars{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;max-width:640px;margin:0 auto 48px}.ha-scope .ha-family-av{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;font-family:var(--ha-font);font-weight:700;font-size:17px;letter-spacing:-.01em;border:2px solid var(--ha-surface);box-shadow:0 4px 10px #00000014;transition:transform var(--ha-dur-med) var(--ha-ease)}.ha-scope .ha-family-av:hover{transform:translateY(-3px)}.ha-scope .ha-family-av--yellow{background:var(--ha-yellow);color:var(--ha-text)}.ha-scope .ha-family-av--dark{background:var(--ha-surface-inverse-2);color:var(--ha-yellow)}.ha-scope .ha-family-av--light{background:var(--ha-surface);color:var(--ha-text);border-color:var(--ha-stroke)}.ha-scope .ha-family-card{position:relative;max-width:760px;margin:0 auto;padding:56px 48px;background:var(--ha-surface);border:1px solid var(--ha-stroke);border-radius:var(--ha-r-2xl);box-shadow:var(--ha-elev-16);text-align:center}.ha-scope .ha-family-quote{font-size:clamp(22px,2.6vw,30px);font-weight:600;line-height:1.3;letter-spacing:-.018em;color:var(--ha-text)!important;margin:0 0 20px}.ha-scope .ha-family-quote .accent{color:var(--ha-yellow)}.ha-scope .ha-family-attr{font-size:14px;color:var(--ha-text-secondary);margin:0 0 36px;display:inline-flex;align-items:center;gap:12px}.ha-scope .ha-family-attr:before{content:"";width:28px;height:1px;background:var(--ha-yellow)}.ha-scope .ha-family-stats{display:flex;justify-content:center;gap:8px;margin:0 0 40px;padding:24px 0;border-top:1px solid var(--ha-stroke);border-bottom:1px solid var(--ha-stroke)}.ha-scope .ha-family-stat{flex:1;text-align:center;padding:0 16px;border-left:1px solid var(--ha-stroke)}.ha-scope .ha-family-stat:first-child{border-left:none}.ha-scope .ha-family-stat-num{font-size:clamp(28px,3vw,36px);font-weight:700;letter-spacing:-.025em;color:var(--ha-text)!important;line-height:1}.ha-scope .ha-family-stat-num .small{font-size:.55em;font-weight:600;color:var(--ha-text-secondary)}.ha-scope .ha-family-stat-label{margin-top:8px;font-size:12px;font-weight:500;color:var(--ha-text-secondary);letter-spacing:.04em;text-transform:uppercase}@media(max-width:720px){.ha-scope .ha-family-band{padding:70px 0 60px}.ha-scope .ha-family-card{padding:40px 24px;margin:0 22px}.ha-scope .ha-family-av{width:44px;height:44px;font-size:15px}.ha-scope .ha-family-stats{flex-direction:column;gap:16px;padding:18px 0}.ha-scope .ha-family-stat{border-left:none;padding:0}}.ha-footer-note{padding:30px 0;text-align:center;font-size:13px;color:var(--ha-text-tertiary)}@media(prefers-reduced-motion:no-preference){.ha-rise{opacity:0;transform:translateY(24px);transition:opacity .7s var(--ha-ease-out),transform .7s var(--ha-ease-out)}.ha-rise.in{opacity:1;transform:translateY(0)}}@media(max-width:1000px){.ha-container{padding:0 22px}.ha-section{padding:80px 0}.ha-hero{padding:56px 0 80px}.ha-hero-grid{grid-template-columns:1fr;gap:48px}.ha-hero-visual{aspect-ratio:4 / 3}.ha-perks{grid-template-columns:1fr 1fr}.ha-perk-featured,.ha-perk-md,.ha-perk-sm,.ha-perk-wide{grid-column:span 2}.ha-perk-wide{grid-template-columns:1fr;gap:16px;padding:32px}.ha-perk-featured .ha-perk-title{font-size:26px}.ha-steps{grid-template-columns:1fr 1fr}.ha-steps:before{display:none}.ha-profiles{grid-template-columns:1fr}.ha-stats-band{grid-template-columns:1fr 1fr;gap:24px;padding:32px}.ha-stat{padding:24px 16px 16px;border-left:none;border-top:1px solid var(--ha-stroke)}.ha-stat:nth-child(-n+2){border-top:none;padding-top:0}.ha-form-shell{grid-template-columns:1fr}.ha-form-aside,.ha-form-body{padding:40px 28px}.ha-form-row{grid-template-columns:1fr;gap:20px}.ha-form-aside:after{display:none}.ha-final{padding:60px 28px;margin:0 22px}}@media(max-width:580px){.ha-perks{grid-template-columns:1fr}.ha-perk-featured,.ha-perk-md,.ha-perk-sm,.ha-perk-wide{grid-column:span 1}.ha-steps,.ha-stats-band{grid-template-columns:1fr}.ha-stat{border-top:1px solid var(--ha-stroke)!important;padding-top:20px!important}.ha-stat:first-child{border-top:none!important;padding-top:0!important}.ha-hero-floating{left:16px;bottom:16px;right:16px}.ha-eyebrow-tag span:last-child{display:none}}.ha-hero-photo--placeholder{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;width:100%;height:100%;display:flex!important;align-items:center;justify-content:center;text-align:center;padding:48px;background:radial-gradient(circle at 24% 18%,var(--ha-yellow-tint-border),transparent 34%),radial-gradient(circle at 78% 78%,var(--ha-yellow-tint-strong),transparent 38%),linear-gradient(135deg,var(--ha-surface-inverse-2) 0%,var(--ha-surface-inverse) 100%);color:var(--ha-yellow);font-weight:800;font-size:clamp(28px,5vw,56px);line-height:.95;letter-spacing:-.04em;text-transform:uppercase}.ha-hero-photo--placeholder span{position:relative;z-index:1;filter:drop-shadow(0 12px 28px rgba(0,0,0,.35))}.ha-hero-visual--clean:before{background:radial-gradient(ellipse at 80% 95%,var(--ha-yellow-tint),transparent 55%),linear-gradient(180deg,#0a0a0a05,#0a0a0a0a)}.ha-hero-visual--clean .ha-hero-photo--placeholder{background:radial-gradient(circle at 24% 18%,var(--ha-yellow-tint-border),transparent 34%),radial-gradient(circle at 78% 78%,var(--ha-yellow-tint-strong),transparent 38%),linear-gradient(135deg,var(--ha-surface-inverse-2) 0%,var(--ha-surface-inverse) 100%)}.ha-perks-section{background:var(--ha-perks-section-bg);color:var(--ha-perks-heading)}.ha-perks-section .ha-section-title{color:var(--ha-perks-heading)}.ha-perks-section .ha-section-sub{color:var(--ha-perks-muted)}.ha-perks-section .ha-eyebrow{color:var(--ha-perks-eyebrow-text);background:var(--ha-perks-eyebrow-bg);border-color:color-mix(in srgb,var(--ha-perks-eyebrow-bg),var(--ha-perks-eyebrow-text) 18%)}.ha-perks-section .ha-perk-md,.ha-perks-section .ha-perk-sm{background:var(--ha-perks-card-bg);color:var(--ha-perks-card-text)}.ha-perks-section .ha-perk-md .ha-perk-title,.ha-perks-section .ha-perk-sm .ha-perk-title{color:var(--ha-perks-card-text)}.ha-perks-section .ha-perk-md .ha-perk-desc,.ha-perks-section .ha-perk-sm .ha-perk-desc{color:var(--ha-perks-card-muted)}.ha-perks-section .ha-perk-featured{background:var(--ha-perks-feature-bg);color:var(--ha-perks-feature-text)}.ha-perks-section .ha-perk-featured .ha-perk-icon{color:var(--ha-perks-feature-text);background:color-mix(in srgb,var(--ha-perks-feature-bg),var(--ha-perks-feature-text) 12%);border-color:color-mix(in srgb,var(--ha-perks-feature-bg),var(--ha-perks-feature-text) 18%)}.ha-perks-section .ha-perk-featured .ha-perk-title{color:var(--ha-perks-feature-text)}.ha-perks-section .ha-perk-featured .ha-perk-desc{color:var(--ha-perks-feature-muted)}.ha-perks-section .ha-perk-wide{background:var(--ha-perks-wide-bg);color:var(--ha-perks-wide-text)}.ha-perks-section .ha-perk-wide .ha-perk-title{color:var(--ha-perks-wide-text)}.ha-perks-section .ha-perk-wide .ha-perk-desc{color:var(--ha-perks-wide-muted)}.ha-perks-section .ha-perk-wide .ha-perk-icon{color:var(--ha-yellow);background:color-mix(in srgb,var(--ha-perks-wide-bg),var(--ha-yellow) 18%);border-color:color-mix(in srgb,var(--ha-perks-wide-bg),var(--ha-yellow) 30%)}.ha-steps-section{background:var(--ha-steps-section-bg)!important;color:var(--ha-steps-heading)}.ha-steps-section .ha-section-title{color:var(--ha-steps-heading)}.ha-steps-section .ha-step{background:var(--ha-steps-card-bg);color:var(--ha-steps-card-text)}.ha-steps-section .ha-step h3{color:var(--ha-steps-card-text)}.ha-steps-section .ha-step p{color:var(--ha-steps-card-muted)}.ha-steps-section .ha-step-num,.ha-steps-section .ha-step:nth-child(1) .ha-step-num{background:var(--ha-steps-number-bg);color:var(--ha-steps-number-text)}.ha-profiles-section{background:var(--ha-profiles-section-bg);color:var(--ha-profiles-heading)}.ha-profiles-section .ha-section-title{color:var(--ha-profiles-heading)}.ha-profiles-section .ha-section-sub{color:var(--ha-profiles-muted)}.ha-profiles-section .ha-profile{background:var(--ha-profiles-card-bg);color:var(--ha-profiles-card-text)}.ha-profiles-section .ha-profile h3{color:var(--ha-profiles-card-text)}.ha-profiles-section .ha-profile p{color:var(--ha-profiles-card-muted)}.ha-profiles-section .ha-profile-tag{color:var(--ha-profiles-card-text);background:var(--ha-yellow-tint)}.ha-profiles-section .ha-stats-band{background:var(--ha-stats-card-bg)}.ha-profiles-section .ha-stat-num,.ha-profiles-section .ha-stat-num .small{color:var(--ha-stats-number)}.ha-profiles-section .ha-stat-label{color:var(--ha-stats-label)}.ha-scope .ha-form-shell{border:1px solid rgba(0,0,0,.08);box-shadow:0 18px 45px #0000001a,0 0 0 1px #fcd2001a inset}.ha-scope .ha-form-aside{position:relative;background:radial-gradient(circle at 18% 12%,rgba(252,210,0,.52) 0,rgba(252,210,0,.26) 24%,transparent 50%),radial-gradient(circle at 92% 88%,rgba(252,210,0,.22) 0,transparent 44%),linear-gradient(135deg,var(--ha-form-dark-bg-2) 0%,#0b0a05 48%,var(--ha-form-dark-bg) 100%)!important;color:var(--ha-form-left-text)!important;overflow:hidden;isolation:isolate}.ha-scope .ha-form-aside:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(120deg,rgba(252,210,0,.2),transparent 34%),repeating-linear-gradient(135deg,rgba(252,210,0,.055) 0 1px,transparent 1px 14px);pointer-events:none;z-index:0}.ha-scope .ha-form-aside>*{position:relative;z-index:1}.ha-scope .ha-form-aside:after{width:4px!important;background:linear-gradient(180deg,var(--ha-yellow) 0%,rgba(252,210,0,.78) 48%,transparent 100%)!important}.ha-scope .ha-form-aside h2,.ha-scope .ha-form-aside p,.ha-scope .ha-form-aside li{color:var(--ha-form-left-text)!important}.ha-scope .ha-form-aside p,.ha-scope .ha-form-checklist li{color:var(--ha-form-left-muted)!important}.ha-scope .ha-form-checklist svg{color:var(--ha-yellow)!important;filter:drop-shadow(0 0 8px rgba(252,210,0,.4))}.ha-scope .ha-form-aside .ha-eyebrow{background:#fcd20033!important;color:var(--ha-yellow)!important;border-color:#fcd2006b!important}.ha-scope .ha-form-body{background:var(--ha-form-panel-bg)!important;color:var(--ha-form-input-text)!important}.ha-scope .ha-field label{color:var(--ha-form-input-text)!important}.ha-scope .ha-field input,.ha-scope .ha-field select,.ha-scope .ha-field textarea{background-color:var(--ha-form-input-bg)!important;color:var(--ha-form-input-text)!important;border-color:#00000024!important}.ha-scope .ha-field input:focus,.ha-scope .ha-field select:focus,.ha-scope .ha-field textarea:focus{background:#fff!important;border-color:var(--ha-yellow)!important;box-shadow:0 0 0 3px #fcd2003d!important}.ha-scope .ha-form-body .ha-btn-primary,.ha-scope .ha-form-submit-row .ha-btn-primary{background:var(--ha-yellow)!important;color:#111!important;font-weight:800!important}.ha-scope .ha-form-body .ha-btn-primary:hover,.ha-scope .ha-form-submit-row .ha-btn-primary:hover{background:var(--ha-yellow-hover)!important;color:#111!important}.ha-scope .ha-form-fineprint{color:var(--ha-form-fineprint-color)!important}.ha-scope .ha-club-note{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 20px;border:1px solid rgba(252,210,0,.38);border-radius:var(--ha-r-lg);background:linear-gradient(135deg,#fcd20029,#fcd2000d),#fffdf0;box-shadow:0 8px 22px #fcd2001c}.ha-scope .ha-club-note strong{display:block;margin-bottom:5px;color:#111;font-size:14px}.ha-scope .ha-club-note p{margin:0;color:#5f5421;font-size:13px;line-height:1.45}.ha-scope .ha-club-note a{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:var(--ha-r-pill);background:#111;color:var(--ha-yellow)!important;font-size:13px;font-weight:800;border:1px solid rgba(0,0,0,.12)}.ha-scope .ha-club-note a:hover{background:#000}@media(max-width:720px){.ha-scope .ha-club-note{align-items:flex-start;flex-direction:column}}.ha-scope .ha-form-shell{background:#fff!important;border:1px solid rgba(0,0,0,.08)!important;box-shadow:0 22px 55px #0000001f,0 0 0 1px #fcd2002e inset!important}.ha-scope .ha-form-aside{position:relative!important;background:radial-gradient(circle at 18% 12%,rgba(255,255,255,.42) 0,rgba(255,255,255,.18) 20%,transparent 42%),radial-gradient(circle at 92% 86%,rgba(0,0,0,.16) 0,transparent 46%),linear-gradient(135deg,#ffe94d,#fcd200 48%,#f5b800)!important;color:#111!important;overflow:hidden!important;isolation:isolate!important}.ha-scope .ha-form-aside:before{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;background:linear-gradient(120deg,rgba(0,0,0,.08),transparent 34%),repeating-linear-gradient(135deg,rgba(0,0,0,.055) 0 1px,transparent 1px 14px)!important;pointer-events:none!important;z-index:0!important}.ha-scope .ha-form-aside>*{position:relative!important;z-index:1!important}.ha-scope .ha-form-aside:after{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;width:4px!important;background:linear-gradient(180deg,#111111 0%,rgba(17,17,17,.64) 52%,transparent 100%)!important}.ha-scope .ha-form-aside .ha-eyebrow{background:#111!important;color:#fcd200!important;border-color:#0000002e!important;box-shadow:0 8px 22px #00000029!important}.ha-scope .ha-form-aside h2{color:#111!important;text-shadow:none!important}.ha-scope .ha-form-aside p,.ha-scope .ha-form-checklist li{color:#211b00!important;opacity:1!important}.ha-scope .ha-form-checklist li{font-weight:650!important}.ha-scope .ha-form-checklist svg{color:#111!important;filter:none!important}.ha-scope .ha-form-body{background:#fff!important;color:#111!important}.ha-scope .ha-field label{color:#111!important;font-weight:700!important}.ha-scope .ha-field label .req{color:#c03420!important}.ha-scope .ha-field input,.ha-scope .ha-field select,.ha-scope .ha-field textarea{background:#f7f8fb!important;color:#111!important;border:1px solid rgba(0,0,0,.15)!important;box-shadow:none!important}.ha-scope .ha-field input::placeholder,.ha-scope .ha-field textarea::placeholder{color:#8a8f99!important}.ha-scope .ha-field input:hover,.ha-scope .ha-field select:hover,.ha-scope .ha-field textarea:hover{background:#fff!important;border-color:#00000042!important}.ha-scope .ha-field input:focus,.ha-scope .ha-field select:focus,.ha-scope .ha-field textarea:focus{background:#fff!important;border-color:#fcd200!important;box-shadow:0 0 0 3px #fcd20047!important}.ha-scope .ha-form-body .ha-btn-primary,.ha-scope .ha-form-submit-row .ha-btn-primary{background:#fcd200!important;color:#111!important;border:1px solid rgba(0,0,0,.08)!important;box-shadow:0 12px 28px #fcd20057,0 4px 8px #00000014!important;font-weight:800!important}.ha-scope .ha-form-body .ha-btn-primary:hover,.ha-scope .ha-form-submit-row .ha-btn-primary:hover{background:#ffde3a!important;color:#111!important;transform:translateY(-2px)!important}.ha-scope .ha-form-fineprint{color:#6e7480!important}.ha-scope .ha-club-note{background:#fff7bf!important;border:1px solid rgba(0,0,0,.1)!important;box-shadow:0 8px 22px #fcd20021!important}.ha-scope .ha-club-note strong{color:#111!important}.ha-scope .ha-club-note p{color:#3a3000!important}.ha-scope .ha-club-note a{background:#111!important;color:#fcd200!important}@media(max-width:1000px){.ha-scope .ha-form-aside:after{top:auto!important;left:0!important;right:0!important;bottom:0!important;width:auto!important;height:4px!important;background:linear-gradient(90deg,#111111 0%,rgba(17,17,17,.64) 52%,transparent 100%)!important}}.ha-scope .ha-topbar{background:#fafafad1!important;border-bottom:1px solid rgba(0,0,0,.07)!important}.ha-scope .ha-topbar-inner{align-items:center!important}.ha-scope .ha-topbar-cta{min-width:154px!important;justify-content:center!important;gap:10px!important;padding:11px 20px!important;background:#111!important;color:#fcd200!important;border:1px solid rgba(0,0,0,.22)!important;border-radius:999px!important;font-size:13px!important;line-height:1!important;font-weight:800!important;letter-spacing:-.01em!important;box-shadow:0 10px 24px #00000024,inset 0 1px #ffffff1a!important}.ha-scope .ha-topbar-cta span{display:inline-block!important;color:inherit!important;white-space:nowrap!important}.ha-scope .ha-topbar-cta svg{display:block!important;flex:0 0 auto!important;color:inherit!important}.ha-scope .ha-topbar-cta:hover{background:#000!important;color:#ffde3a!important;transform:translateY(-1px)!important}.ha-scope .ha-perks-section{background:radial-gradient(ellipse 58% 42% at 18% 0%,rgba(252,210,0,.09),transparent 62%),linear-gradient(180deg,#f8fafd,#f3f6fa)!important;color:#111!important}.ha-scope .ha-perks-section .ha-section-head{max-width:780px!important;margin-bottom:58px!important}.ha-scope .ha-perks-section .ha-eyebrow{background:#fff7c7!important;color:#111!important;border:1px solid rgba(252,210,0,.58)!important;box-shadow:0 5px 15px #fcd2001f!important}.ha-scope .ha-perks-section .ha-section-title{color:#111!important;max-width:760px!important;letter-spacing:-.035em!important}.ha-scope .ha-perks-section .ha-section-sub{color:#545b68!important;max-width:660px!important}.ha-scope .ha-perks-section .ha-perk{border:1px solid rgba(18,18,18,.08)!important;box-shadow:0 1px 2px #0000000d,0 10px 28px #0f172a0a!important}.ha-scope .ha-perks-section .ha-perk-md,.ha-scope .ha-perks-section .ha-perk-sm{background:#ffffffd1!important;backdrop-filter:saturate(150%) blur(14px)!important;-webkit-backdrop-filter:saturate(150%) blur(14px)!important;color:#111!important}.ha-scope .ha-perks-section .ha-perk-md .ha-perk-title,.ha-scope .ha-perks-section .ha-perk-sm .ha-perk-title{color:#111!important}.ha-scope .ha-perks-section .ha-perk-md .ha-perk-desc,.ha-scope .ha-perks-section .ha-perk-sm .ha-perk-desc{color:#535a66!important}.ha-scope .ha-perks-section .ha-perk-featured{background:radial-gradient(circle at 18% 12%,rgba(255,255,255,.48),transparent 34%),linear-gradient(135deg,#ffe94d,#fcd200 56%,#e9b900)!important;color:#111!important;border-color:#0000001a!important;box-shadow:0 18px 40px #fcd20047,0 8px 18px #0000000f!important}.ha-scope .ha-perks-section .ha-perk-featured .ha-perk-title{color:#111!important;font-size:clamp(25px,2.15vw,34px)!important;line-height:1.14!important}.ha-scope .ha-perks-section .ha-perk-featured .ha-perk-desc{color:#312800!important;font-size:15px!important}.ha-scope .ha-perks-section .ha-perk-icon{background:#fff8cf!important;color:#111!important;border-color:#fcd2007a!important}.ha-scope .ha-perks-section .ha-perk-wide{background:radial-gradient(circle at 100% 100%,rgba(252,210,0,.16),transparent 42%),linear-gradient(135deg,#101010,#151515 60%,#292400)!important;color:#fff!important;border-color:#ffffff17!important;box-shadow:0 18px 42px #0000002e!important}.ha-scope .ha-perks-section .ha-perk-wide .ha-perk-title{color:#fff!important}.ha-scope .ha-perks-section .ha-perk-wide .ha-perk-desc{color:#ffffffc2!important}.ha-scope .ha-steps-section,.ha-scope .ha-profiles-section{background:radial-gradient(ellipse 60% 46% at 18% 0%,rgba(252,210,0,.055),transparent 65%),linear-gradient(180deg,#f7f9fc,#f2f5f9)!important}.ha-scope .ha-steps-section .ha-step,.ha-scope .ha-profiles-section .ha-profile,.ha-scope .ha-profiles-section .ha-stats-band{background:#ffffffdb!important;border:1px solid rgba(18,18,18,.08)!important;box-shadow:0 1px 2px #0000000d,0 12px 30px #0f172a0b!important}.ha-scope .ha-steps-section .ha-step h3,.ha-scope .ha-profiles-section .ha-profile h3,.ha-scope .ha-profiles-section .ha-stat-num{color:#111!important}.ha-scope .ha-steps-section .ha-step p,.ha-scope .ha-profiles-section .ha-profile p,.ha-scope .ha-profiles-section .ha-stat-label{color:#535a66!important}.ha-scope .ha-club-note{margin:16px 0 28px!important;padding:20px 22px!important;align-items:center!important;gap:26px!important}.ha-scope .ha-club-note p{max-width:620px!important}@media(max-width:1000px){.ha-scope .ha-topbar-inner{gap:12px!important}.ha-scope .ha-topbar-cta{min-width:auto!important;padding:10px 15px!important}.ha-scope .ha-form-shell{grid-template-columns:1fr!important;max-width:720px!important;margin-left:auto!important;margin-right:auto!important}.ha-scope .ha-form-aside{min-height:auto!important;padding:34px 28px 30px!important}.ha-scope .ha-form-body{padding:34px 28px 38px!important}}@media(max-width:720px){.ha-scope .ha-container{padding-left:18px!important;padding-right:18px!important}.ha-scope .ha-topbar{padding:10px 0!important}.ha-scope .ha-eyebrow-tag{max-width:58vw!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.ha-scope .ha-topbar-cta{font-size:12px!important;padding:10px 13px!important}.ha-scope .ha-topbar-cta svg{width:12px!important;height:12px!important}.ha-scope .ha-perks-section .ha-section-head,.ha-scope .ha-steps-section .ha-section-head,.ha-scope .ha-profiles-section .ha-section-head{margin-bottom:32px!important}.ha-scope .ha-perk,.ha-scope .ha-step,.ha-scope .ha-profile{padding:24px!important;border-radius:20px!important}.ha-scope .ha-perk-wide{padding:28px 24px!important}.ha-scope .ha-form-aside h2{font-size:32px!important}.ha-scope .ha-form-row{grid-template-columns:1fr!important;gap:16px!important}.ha-scope .ha-field input,.ha-scope .ha-field select,.ha-scope .ha-field textarea{min-height:48px!important;font-size:16px!important}.ha-scope .ha-club-note{flex-direction:column!important;align-items:flex-start!important;margin:18px 0 30px!important;gap:14px!important}.ha-scope .ha-club-note a{width:100%!important}.ha-scope .ha-form-submit-row{align-items:stretch!important}.ha-scope .ha-form-submit-row .ha-btn-primary{width:100%!important;justify-content:center!important}.ha-scope .ha-form-fineprint{width:100%!important;text-align:center!important}}.ha-scope .ha-perks-section .ha-eyebrow,.ha-scope .ha-steps-section .ha-eyebrow,.ha-scope .ha-profiles-section .ha-eyebrow,.ha-scope .ha-profile-tag,.ha-scope .ha-profiles-section .ha-profile-tag{background:linear-gradient(135deg,#fff1a6,#fcd200 62%,#e8b900)!important;color:#111!important;border:1px solid rgba(184,142,0,.42)!important;box-shadow:0 8px 20px #fcd20033,inset 0 1px #ffffff94!important;font-weight:800!important}.ha-scope .ha-profiles-section .ha-eyebrow,.ha-scope .ha-profiles-section .ha-profile-tag{letter-spacing:.055em!important}.ha-scope .ha-profiles-section .ha-profile{background:radial-gradient(circle at 18% 0%,rgba(252,210,0,.055),transparent 34%),#ffffffe6!important;border-color:#1111111a!important}.ha-scope .ha-profiles-section .ha-profile h3{color:#111!important;font-weight:800!important}.ha-scope .ha-profiles-section .ha-profile p{color:#4d5562!important}.ha-scope .ha-perks-section .ha-perk-wide{position:relative!important;isolation:isolate!important;overflow:hidden!important;display:grid!important;grid-template-columns:76px minmax(0,1fr)!important;align-items:center!important;gap:30px!important;min-height:190px!important;padding:42px 46px!important;background:radial-gradient(circle at 8% 22%,rgba(252,210,0,.18),transparent 28%),radial-gradient(circle at 98% 82%,rgba(252,210,0,.08),transparent 34%),linear-gradient(135deg,#050607,#0b0d10 56%,#111316)!important;color:#fff!important;border:1px solid rgba(252,210,0,.16)!important;box-shadow:0 22px 50px #00000038,0 0 0 1px #ffffff0b inset!important}.ha-scope .ha-perks-section .ha-perk-wide:before{content:""!important;position:absolute!important;inset:0 auto 0 0!important;width:7px!important;background:linear-gradient(180deg,#fff1a6,#fcd200,#e8b900)!important;z-index:0!important}.ha-scope .ha-perks-section .ha-perk-wide>*{position:relative!important;z-index:1!important}.ha-scope .ha-perks-section .ha-perk-wide .ha-perk-icon{width:64px!important;height:64px!important;margin:0!important;background:linear-gradient(135deg,#fff5b8,#fcd200)!important;color:#090909!important;border:1px solid rgba(255,255,255,.28)!important;box-shadow:0 14px 28px #fcd2003d!important}.ha-scope .ha-perks-section .ha-perk-wide .ha-perk-title{background:transparent!important;color:#fff!important;font-size:clamp(24px,2vw,32px)!important;line-height:1.13!important;letter-spacing:-.025em!important;max-width:820px!important;margin-bottom:10px!important}.ha-scope .ha-perks-section .ha-perk-wide .ha-perk-desc{background:transparent!important;color:#fffc!important;max-width:820px!important;font-size:15.5px!important;line-height:1.55!important}.ha-scope .ha-perks-section .ha-perk-wide:hover{transform:translateY(-3px)!important;box-shadow:0 26px 58px #00000042,0 0 0 1px #fcd2002e inset!important}.ha-scope .ha-profiles-section .ha-stats-band{border-color:#1111111a!important;box-shadow:0 18px 44px #0f172a0f!important}.ha-scope .ha-profiles-section .ha-stat-num{color:#090909!important}@media(max-width:1000px){.ha-scope .ha-perks-section .ha-perk-wide{grid-template-columns:64px minmax(0,1fr)!important;gap:22px!important;padding:34px 30px!important;min-height:165px!important}}@media(max-width:720px){.ha-scope .ha-perks-section .ha-perk-wide{grid-template-columns:1fr!important;align-items:start!important;gap:18px!important;padding:30px 24px!important;border-radius:24px!important}.ha-scope .ha-perks-section .ha-perk-wide:before{width:100%!important;height:5px!important;inset:0 0 auto 0!important}.ha-scope .ha-perks-section .ha-perk-wide .ha-perk-icon{width:56px!important;height:56px!important}.ha-scope .ha-perks-section .ha-perk-wide .ha-perk-title{font-size:24px!important}.ha-scope .ha-perks-section .ha-perk-wide .ha-perk-desc{font-size:15px!important}.ha-scope .ha-profiles-section .ha-eyebrow,.ha-scope .ha-profiles-section .ha-profile-tag{font-size:11px!important}}.ha-scope .ha-family-band{padding:118px 0 98px!important;background:radial-gradient(circle at 50% 12%,rgba(252,210,0,.2),transparent 34%),radial-gradient(circle at 14% 70%,rgba(252,210,0,.085),transparent 28%),linear-gradient(180deg,#f7f8fb,#fff 46%,#f3f6fa)!important}.ha-scope .ha-family-head{max-width:820px!important;margin-bottom:38px!important}.ha-scope .ha-family-head .ha-eyebrow{background:linear-gradient(135deg,#fff1a6,#fcd200 72%,#e8b900)!important;color:#111!important;border-color:#b88e0061!important;font-weight:850!important;box-shadow:0 10px 24px #fcd20033!important}.ha-scope .ha-family-title{color:#111318!important}.ha-scope .ha-family-title .accent{color:#e8c200!important;text-shadow:0 12px 34px rgba(252,210,0,.18)!important}.ha-scope .ha-family-sub{color:#4d5562!important;max-width:650px!important}.ha-scope .ha-family-avatars{display:none!important}.ha-scope .ha-family-proof-grid{width:min(980px,100%);margin:0 auto 38px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.ha-scope .ha-family-proof{position:relative;overflow:hidden;min-height:150px;padding:24px 22px;border-radius:24px;background:#ffffffdb;border:1px solid rgba(17,17,17,.1);box-shadow:0 16px 38px #0f172a12,inset 0 1px #ffffffbd}.ha-scope .ha-family-proof:after{content:"";position:absolute;inset:auto -18% -42% auto;width:150px;height:150px;border-radius:50%;background:#fcd2002e;pointer-events:none}.ha-scope .ha-family-proof--1{background:linear-gradient(135deg,#fff4af,#fcd200)!important;border-color:#b88e004d!important}.ha-scope .ha-family-proof--2{background:linear-gradient(135deg,#07090c,#12151a)!important;color:#fff!important;border-color:#fcd20033!important}.ha-scope .ha-family-proof--3{background:radial-gradient(circle at 0% 0%,rgba(252,210,0,.12),transparent 36%),#ffffffe6!important}.ha-scope .ha-family-proof-kicker{display:inline-flex;align-items:center;justify-content:center;height:28px;min-width:38px;padding:0 10px;margin-bottom:18px;border-radius:999px;background:#111;color:#fcd200;font-size:11px;font-weight:850;letter-spacing:.06em}.ha-scope .ha-family-proof--2 .ha-family-proof-kicker{background:#fcd200;color:#111}.ha-scope .ha-family-proof strong{display:block;color:inherit;font-size:20px;line-height:1.15;letter-spacing:-.018em;margin-bottom:10px}.ha-scope .ha-family-proof p{position:relative;z-index:1;margin:0;color:#4d5562;font-size:14px;line-height:1.5}.ha-scope .ha-family-proof--1 p{color:#2a2300}.ha-scope .ha-family-proof--2 p{color:#ffffffc2}.ha-scope .ha-family-card{width:min(980px,100%)!important;max-width:980px!important;display:grid!important;grid-template-columns:1.15fr .85fr!important;gap:34px!important;align-items:center!important;padding:46px!important;text-align:left!important;background:radial-gradient(circle at 0% 0%,rgba(252,210,0,.1),transparent 34%),#ffffffeb!important;border:1px solid rgba(17,17,17,.1)!important;box-shadow:0 24px 60px #0f172a1c,inset 0 1px #ffffffbf!important}.ha-scope .ha-family-card:before{content:"";position:absolute;inset:0 auto 0 0;width:6px;background:linear-gradient(180deg,#fff1a6,#fcd200,#e8b900)}.ha-scope .ha-family-card-label{display:inline-flex;align-items:center;gap:8px;height:30px;padding:0 12px;margin-bottom:18px;border-radius:999px;background:#111;color:#fcd200;font-size:11px;font-weight:850;letter-spacing:.06em;text-transform:uppercase}.ha-scope .ha-family-quote{margin-bottom:18px!important;color:#15181d!important}.ha-scope .ha-family-quote .accent{color:#e8c200!important}.ha-scope .ha-family-attr{margin:0!important;color:#5b6472!important}.ha-scope .ha-family-card-side{display:grid;gap:24px;justify-items:stretch}.ha-scope .ha-family-stats{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;margin:0!important;padding:0!important;border:0!important}.ha-scope .ha-family-stat{display:grid;grid-template-columns:94px minmax(0,1fr);align-items:center;gap:14px;padding:16px 18px!important;border:1px solid rgba(17,17,17,.08)!important;border-radius:18px;background:#f7f8fb}.ha-scope .ha-family-stat:first-child{border-left:1px solid rgba(17,17,17,.08)!important}.ha-scope .ha-family-stat-num{font-size:30px!important;color:#111!important}.ha-scope .ha-family-stat-label{margin:0!important;color:#4d5562!important;font-weight:750!important}.ha-scope .ha-family-card .ha-btn-primary{justify-self:start}@media(max-width:900px){.ha-scope .ha-family-proof-grid,.ha-scope .ha-family-card{width:calc(100% - 44px)!important}.ha-scope .ha-family-proof-grid{grid-template-columns:1fr!important}.ha-scope .ha-family-card{grid-template-columns:1fr!important;padding:36px 28px!important}}@media(max-width:580px){.ha-scope .ha-family-band{padding:72px 0 62px!important}.ha-scope .ha-family-title{font-size:38px!important}.ha-scope .ha-family-proof-grid,.ha-scope .ha-family-card{width:calc(100% - 32px)!important}.ha-scope .ha-family-proof{min-height:auto;padding:22px 20px}.ha-scope .ha-family-card{padding:30px 22px!important;border-radius:26px!important}.ha-scope .ha-family-stat{grid-template-columns:1fr;gap:5px}.ha-scope .ha-family-card .ha-btn-primary{width:100%;justify-content:center}}.ha-scope .ha-family-band{display:none!important}.ha-scope .ha-stats-band{grid-template-columns:repeat(5,1fr)!important}.ha-scope .ha-stat{min-width:0!important}.ha-scope .ha-stat-num{white-space:nowrap!important}@media(max-width:1000px){.ha-scope .ha-stats-band{grid-template-columns:repeat(2,minmax(0,1fr))!important}.ha-scope .ha-stat{border-left:none!important;border-top:1px solid rgba(17,17,17,.08)!important;padding:20px 0 0!important}.ha-scope .ha-stat:nth-child(1),.ha-scope .ha-stat:nth-child(2){border-top:none!important;padding-top:0!important}}@media(max-width:640px){.ha-scope .ha-stats-band{grid-template-columns:1fr!important}.ha-scope .ha-stat,.ha-scope .ha-stat:nth-child(2){border-top:1px solid rgba(17,17,17,.08)!important;padding-top:18px!important}.ha-scope .ha-stat:first-child{border-top:none!important;padding-top:0!important}}.ha-scope .ha-shopify-direct-form-section{position:relative;padding:clamp(78px,8vw,124px) 0;background:radial-gradient(circle at 18% 0%,var(--ha-yellow-tint-strong),transparent 34%),linear-gradient(180deg,var(--ha-bg-mica),var(--ha-bg))}.ha-scope .ha-shopify-direct-form-card{width:min(760px,100%);margin:0 auto;padding:clamp(24px,4vw,46px);border-radius:28px;background:#ffffffe0;border:1px solid var(--ha-stroke-strong);box-shadow:0 24px 70px #0f172a1a;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.ha-scope .ha-shopify-direct-form-head{max-width:620px;margin:0 auto 26px;text-align:center}.ha-scope .ha-shopify-direct-form-head .ha-eyebrow{margin-inline:auto}.ha-scope .ha-shopify-direct-form-head h2{margin:16px 0 12px;color:var(--ha-text);font-size:clamp(34px,4.6vw,56px);line-height:1.02;letter-spacing:-.055em}.ha-scope .ha-shopify-direct-form-head p{max-width:560px;margin:0 auto;color:var(--ha-text-secondary);font-size:15px;line-height:1.65}.ha-scope .ha-shopify-direct-form-embed{width:100%;max-width:560px;margin:0 auto}.ha-scope .ha-shopify-native-form{width:100%;min-height:220px}.ha-scope .ha-shopify-native-form form-embed{display:block;width:100%;background:transparent}.ha-scope [data-forms-id=forms-root-1027011]>form-embed{display:block;width:100%;background:transparent}@media(max-width:749px){.ha-scope .ha-shopify-direct-form-section{padding:58px 0 72px}.ha-scope .ha-shopify-direct-form-card{width:100%;padding:22px 16px;border-radius:22px}.ha-scope .ha-shopify-direct-form-head{text-align:left}.ha-scope .ha-shopify-direct-form-head .ha-eyebrow{margin-inline:0}.ha-scope .ha-shopify-direct-form-head h2{font-size:34px}.ha-scope .ha-shopify-direct-form-head p{margin:0;font-size:14.5px}.ha-scope .ha-shopify-direct-form-embed{max-width:100%}}.ha-scope{position:relative!important;z-index:0!important}.ha-scope .ha-topbar{position:relative!important;top:auto!important;z-index:1!important;transform:none!important}.ha-scope .ha-topbar-inner{position:relative!important;z-index:1!important}.ha-scope .ha-topbar,.ha-scope .ha-topbar *{isolation:auto!important}@media(max-width:990px){.ha-scope .ha-topbar{position:relative!important;top:auto!important;z-index:1!important}}.ambassador-page .eyebrow,.ambassador-page .badge,.ambassador-page .section-badge,.ambassador-page [class*=eyebrow],.ambassador-page [class*=badge]{font-weight:900;letter-spacing:.04em}@media(max-width:749px){.ambassador-page img,.ambassador-page picture,.ambassador-page [class*=hero] img,.ambassador-page [class*=media] img,.ambassador-page [class*=image] img,.ambassador-page [class*=visual] img{object-fit:cover;object-position:center center}.ambassador-page [class*=hero] [class*=image],.ambassador-page [class*=hero] [class*=media],.ambassador-page [class*=hero] [class*=visual],.ambassador-page [class*=media-card],.ambassador-page [class*=image-card],.ambassador-page [class*=visual-card]{margin-left:auto;margin-right:auto}.ambassador-page [class*=hero] img{width:100%;max-width:560px;margin-left:auto;margin-right:auto;display:block}.ambassador-page .eyebrow,.ambassador-page .badge,.ambassador-page .section-badge,.ambassador-page [class*=eyebrow],.ambassador-page [class*=badge]{font-size:13px!important;line-height:1!important;padding:9px 18px!important;border-radius:999px!important;font-weight:900!important}.ambassador-page [class*=perk],.ambassador-page [class*=benefit],.ambassador-page [class*=feature]{border-radius:18px}.ambassador-page [class*=perk] svg,.ambassador-page [class*=benefit] svg,.ambassador-page [class*=feature] svg,.ambassador-page [class*=icon] svg{width:20px!important;height:20px!important;stroke-width:2.6!important}.ambassador-page [class*=perk] [class*=icon],.ambassador-page [class*=benefit] [class*=icon],.ambassador-page [class*=feature] [class*=icon],.ambassador-page [class*=icon-wrap],.ambassador-page [class*=iconBox],.ambassador-page [class*=icon-box]{width:46px!important;height:46px!important;min-width:46px!important;border-radius:12px!important;background:#ffd90a29!important;border:1px solid rgba(255,217,10,.42)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.ambassador-page [class*=perk] h3,.ambassador-page [class*=benefit] h3,.ambassador-page [class*=feature] h3{font-size:22px!important;line-height:1.15!important;font-weight:850!important}.ambassador-page [class*=perk] p,.ambassador-page [class*=benefit] p,.ambassador-page [class*=feature] p{font-size:15px!important;line-height:1.55!important}}a[href="#apply"],a[href*="#apply"],button[type=submit],.ambassador-page a[href="#apply"],.ambassador-page a[href*="#apply"]{position:relative;overflow:hidden;isolation:isolate;background:#0a0a0a!important;color:#fcd90a!important;border:1px solid #0A0A0A!important;transition:color .35s ease,border-color .35s ease,transform .25s ease,box-shadow .25s ease}a[href="#apply"]:before,a[href*="#apply"]:before,.ambassador-page a[href="#apply"]:before,.ambassador-page a[href*="#apply"]:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#fcd90a;transform:translate(-105%);transition:transform .38s ease;z-index:-1}a[href="#apply"]:hover,a[href*="#apply"]:hover,.ambassador-page a[href="#apply"]:hover,.ambassador-page a[href*="#apply"]:hover{color:#0a0a0a!important;border-color:#fcd90a!important;transform:translateY(-2px);box-shadow:0 14px 30px #fcd90a4d}a[href="#apply"]:hover:before,a[href*="#apply"]:hover:before,.ambassador-page a[href="#apply"]:hover:before,.ambassador-page a[href*="#apply"]:hover:before{transform:translate(0)}a[href="#apply"]:hover svg,a[href="#apply"]:hover span,a[href*="#apply"]:hover svg,a[href*="#apply"]:hover span,.ambassador-page a[href="#apply"]:hover svg,.ambassador-page a[href="#apply"]:hover span,.ambassador-page a[href*="#apply"]:hover svg,.ambassador-page a[href*="#apply"]:hover span{transform:translate(5px)}@media(max-width:749px){.ambassador-page [class*=hero] [class*=visual],.ambassador-page [class*=hero] [class*=media],.ambassador-page [class*=hero] [class*=image],.ambassador-page [class*=ambassador] [class*=visual],.ambassador-page [class*=ambassador] [class*=media],.ambassador-page [class*=ambassador] [class*=image]{width:100%!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important}.ambassador-page [class*=hero] img,.ambassador-page [class*=visual] img,.ambassador-page [class*=media] img,.ambassador-page [class*=image] img{width:100%!important;height:360px!important;max-height:360px!important;object-fit:cover!important;object-position:center 38%!important;display:block!important;border-radius:22px!important}.ambassador-page [class*=visual],.ambassador-page [class*=media-card],.ambassador-page [class*=image-card]{border-radius:22px!important;overflow:hidden!important}.ambassador-page [class*=caption],.ambassador-page [class*=credit],.ambassador-page [class*=author]{bottom:18px!important;left:22px!important}}@media(max-width:420px){.ambassador-page [class*=hero] img,.ambassador-page [class*=visual] img,.ambassador-page [class*=media] img,.ambassador-page [class*=image] img{height:330px!important;max-height:330px!important;object-position:center 35%!important}}a[href="#apply"],a[href*="#apply"],.ambassador-page a[href="#apply"],.ambassador-page a[href*="#apply"]{position:relative;overflow:hidden;isolation:isolate;background:#fcd90a!important;color:#0a0a0a!important;border:1px solid #E0BF00!important;box-shadow:0 12px 28px #fcd90a42;transition:transform .25s ease,box-shadow .25s ease,background .25s ease,border-color .25s ease}a[href="#apply"] *,a[href*="#apply"] *,.ambassador-page a[href="#apply"] *,.ambassador-page a[href*="#apply"] *{color:#0a0a0a!important;fill:#0a0a0a!important;stroke:#0a0a0a!important}a[href="#apply"]:before,a[href*="#apply"]:before,.ambassador-page a[href="#apply"]:before,.ambassador-page a[href*="#apply"]:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(120deg,transparent 0%,rgba(255,255,255,.45) 45%,transparent 70%);transform:translate(-120%);transition:transform .55s ease;z-index:-1}a[href="#apply"]:hover,a[href*="#apply"]:hover,.ambassador-page a[href="#apply"]:hover,.ambassador-page a[href*="#apply"]:hover{background:#ffd90a!important;color:#0a0a0a!important;border-color:#c9aa00!important;transform:translateY(-2px);box-shadow:0 16px 34px #fcd90a61}a[href="#apply"]:hover:before,a[href*="#apply"]:hover:before,.ambassador-page a[href="#apply"]:hover:before,.ambassador-page a[href*="#apply"]:hover:before{transform:translate(120%)}a[href="#apply"] svg,a[href="#apply"] span,a[href*="#apply"] svg,a[href*="#apply"] span,.ambassador-page a[href="#apply"] svg,.ambassador-page a[href="#apply"] span,.ambassador-page a[href*="#apply"] svg,.ambassador-page a[href*="#apply"] span{display:inline-block;transition:transform .25s ease}a[href="#apply"]:hover svg,a[href="#apply"]:hover span,a[href*="#apply"]:hover svg,a[href*="#apply"]:hover span,.ambassador-page a[href="#apply"]:hover svg,.ambassador-page a[href="#apply"]:hover span,.ambassador-page a[href*="#apply"]:hover svg,.ambassador-page a[href*="#apply"]:hover span{transform:translate(4px)}.ha-scope .ha-faq-item summary{cursor:pointer!important;position:relative!important;display:grid!important;grid-template-columns:52px 1fr!important;align-items:center!important;gap:14px!important;padding-left:20px!important;padding-right:22px!important;-webkit-user-select:none!important;user-select:none!important}.ha-scope .ha-faq-item summary>span:first-child{grid-column:2!important;grid-row:1!important}.ha-scope .ha-faq-item .ha-faq-icon{grid-column:1!important;grid-row:1!important;width:42px!important;height:42px!important;min-width:42px!important;border-radius:999px!important;background:var(--ha-yellow, #FCD200)!important;color:#0a0a0a!important;border:1px solid rgba(10,10,10,.14)!important;box-shadow:0 8px 18px #fcd20042!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;transition:transform .24s ease,background .24s ease,box-shadow .24s ease,border-color .24s ease!important}.ha-scope .ha-faq-item .ha-faq-icon svg{width:18px!important;height:18px!important;stroke:#0a0a0a!important;stroke-width:3!important;transition:transform .24s ease!important}.ha-scope .ha-faq-item summary:hover .ha-faq-icon{background:var(--ha-yellow-hover, #FFDE3A)!important;transform:translateY(-1px) scale(1.04)!important;box-shadow:0 12px 24px #fcd2005c!important}.ha-scope .ha-faq-item[open] .ha-faq-icon{background:#0a0a0a!important;color:var(--ha-yellow, #FCD200)!important;border-color:#0a0a0a!important;box-shadow:0 10px 24px #0a0a0a33!important}.ha-scope .ha-faq-item[open] .ha-faq-icon svg{transform:rotate(45deg)!important;stroke:var(--ha-yellow, #FCD200)!important}@media(max-width:749px){.ha-scope .ha-faq-item summary{grid-template-columns:50px 1fr!important;gap:14px!important;padding:22px 20px!important}.ha-scope .ha-faq-item .ha-faq-icon{width:44px!important;height:44px!important;min-width:44px!important}.ha-scope .ha-faq-item .ha-faq-icon svg{width:18px!important;height:18px!important}.ha-scope .ha-faq-item:not([open]) .ha-faq-icon{animation:haFaqTapPulse 2.4s ease-in-out infinite}}@keyframes haFaqTapPulse{0%,to{box-shadow:0 8px 18px #fcd2003d}50%{box-shadow:0 8px 18px #fcd2003d,0 0 0 7px #fcd2001f}}.ha-scope .ha-faq-item[open] .ha-faq-icon{background:var(--ha-yellow, #FCD200)!important;color:#0a0a0a!important;border:1px solid rgba(10,10,10,.18)!important;box-shadow:0 8px 18px #fcd20047!important;opacity:1!important}.ha-scope .ha-faq-item[open] .ha-faq-icon svg{transform:rotate(45deg)!important;stroke:#0a0a0a!important;color:#0a0a0a!important;opacity:1!important}.ha-scope .ha-faq-item[open]{background:#fff!important;opacity:1!important}.ha-scope .ha-faq-item[open] summary{background:#fff!important;opacity:1!important}.ha-scope .ha-faq-item[open] summary span{color:#111!important;opacity:1!important}.ha-scope .ha-faq-item[open] .ha-faq-answer{background:#fff!important;color:#52525b!important;opacity:1!important}.ha-scope .ha-profiles{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:24px!important;align-items:stretch!important}.ha-scope .ha-profile{position:relative!important;overflow:hidden!important;isolation:isolate!important;padding:0!important;min-height:100%!important;display:flex!important;flex-direction:column!important;border-radius:32px!important;background:linear-gradient(135deg,#ffffffe0,#ffffff9e)!important;border:1px solid rgba(255,255,255,.78)!important;box-shadow:0 22px 58px #0f172a1a,inset 0 1px #fffffff2,inset 0 -1px #0a0a0a09!important;backdrop-filter:saturate(180%) blur(24px)!important;-webkit-backdrop-filter:saturate(180%) blur(24px)!important;transform:translateY(0)!important;transition:transform .28s cubic-bezier(.2,.8,.2,1),box-shadow .28s cubic-bezier(.2,.8,.2,1),border-color .28s cubic-bezier(.2,.8,.2,1)!important}.ha-scope .ha-profile:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:radial-gradient(circle at 12% 0%,rgba(255,255,255,.72),transparent 34%),radial-gradient(circle at 92% 100%,rgba(252,210,0,.13),transparent 38%);opacity:.95}.ha-scope .ha-profile:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none;border-radius:inherit;background:linear-gradient(120deg,transparent 0%,rgba(255,255,255,.34) 42%,transparent 72%);transform:translate(-125%);transition:transform .58s ease}@media(hover:hover)and (pointer:fine){.ha-scope .ha-profile:hover{transform:translateY(-8px)!important;border-color:#fcd20075!important;box-shadow:0 32px 78px #0f172a26,0 12px 26px #fcd2001a,inset 0 1px #fffffff5!important}.ha-scope .ha-profile:hover:after{transform:translate(125%)}.ha-scope .ha-profile:hover .ha-profile-photo{transform:scale(1.035)!important}}.ha-scope .ha-profile--portrait .ha-profile-media{position:relative;z-index:3;width:100%;aspect-ratio:4 / 5;overflow:hidden!important;background:radial-gradient(circle at 18% 0%,rgba(252,210,0,.1),transparent 34%),#eef1f5!important}.ha-scope .ha-profile--wide{grid-column:1 / -1!important;display:grid!important;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr)!important;min-height:420px!important;background:linear-gradient(135deg,#0a0a0af5,#18160cf0)!important;border-color:#fcd20038!important}.ha-scope .ha-profile--wide:before{background:radial-gradient(circle at 10% 20%,rgba(252,210,0,.26),transparent 30%),radial-gradient(circle at 90% 80%,rgba(255,255,255,.1),transparent 34%)}.ha-scope .ha-profile--wide .ha-profile-media{position:relative;z-index:3;width:100%;height:100%;min-height:420px;overflow:hidden!important;order:2;background:#111!important}.ha-scope .ha-profile-photo{width:100%!important;height:100%!important;display:block!important;object-fit:cover!important;object-position:center center!important;background:transparent!important;transition:transform .36s cubic-bezier(.2,.8,.2,1)!important}.ha-scope .ha-profile--portrait:nth-child(1) .ha-profile-photo{object-position:center 38%!important}.ha-scope .ha-profile--portrait:nth-child(2) .ha-profile-photo{object-position:center 45%!important}.ha-scope .ha-profile--wide .ha-profile-photo{object-position:center center!important}.ha-scope .ha-profile-photo-placeholder{width:100%;height:100%;min-height:320px;display:grid;place-items:center;color:#fcd200;font-size:42px;font-weight:900;letter-spacing:-.04em;background:radial-gradient(circle at 20% 10%,rgba(252,210,0,.22),transparent 38%),linear-gradient(135deg,#090909,#181818)}.ha-scope .ha-profile-content{position:relative;z-index:4;padding:26px 28px 30px!important;display:flex!important;flex-direction:column!important;flex:1 1 auto!important}.ha-scope .ha-profile--wide .ha-profile-content{justify-content:center!important;padding:48px!important;color:var(--ha-text-inverse, #FAFAFA)!important}.ha-scope .ha-profile .ha-profile-tag{width:fit-content!important;margin-bottom:16px!important}.ha-scope .ha-profile h3{margin-bottom:10px!important}.ha-scope .ha-profile p{margin-bottom:0!important}.ha-scope .ha-profile--wide h3{color:var(--ha-text-inverse, #FAFAFA)!important;font-size:clamp(30px,4vw,54px)!important;line-height:.96!important;letter-spacing:-.045em!important;max-width:520px!important}.ha-scope .ha-profile--wide p{color:#fafafabd!important;max-width:560px!important;font-size:16px!important;line-height:1.65!important}.ha-scope .ha-profile--wide .ha-profile-tag{background:linear-gradient(135deg,var(--ha-yellow-light, #FFE94D),var(--ha-yellow, #FCD200))!important;color:#0a0a0a!important;border-color:#ffffff2e!important}@media(max-width:749px){.ha-scope .ha-profiles{grid-template-columns:1fr!important;gap:18px!important}.ha-scope .ha-profile{border-radius:26px!important}.ha-scope .ha-profile--wide{grid-column:auto!important;display:flex!important;flex-direction:column!important;min-height:0!important}.ha-scope .ha-profile--portrait .ha-profile-media{aspect-ratio:4 / 5!important}.ha-scope .ha-profile--wide .ha-profile-media{order:0!important;min-height:0!important;height:auto!important;aspect-ratio:16 / 10!important}.ha-scope .ha-profile-photo{width:100%!important;height:100%!important;object-fit:cover!important}.ha-scope .ha-profile-content,.ha-scope .ha-profile--wide .ha-profile-content{padding:22px 22px 26px!important}.ha-scope .ha-profile--wide h3{font-size:30px!important;line-height:1.02!important}.ha-scope .ha-profile--wide p{font-size:15px!important;line-height:1.6!important}}
/*# sourceMappingURL=/cdn/shop/t/48/assets/ambassador.css.map */
