.design-v2 .section-hero.section-hero--editorial{background-color:#f8f8f6;min-height:auto;overflow:visible}.design-v2 .section-hero.section-hero--editorial.section-hero--bg-white{background-color:#fff}.design-v2 .section-hero.section-hero--editorial .hero-container{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;padding:180px max(100px,(100% - var(--content-max-width))/2) 100px;position:relative;z-index:2}.design-v2 .section-hero.section-hero--editorial .hero-content{color:var(--text-primary);max-width:800px;position:relative;text-align:center;z-index:3}.design-v2 .section-hero.section-hero--editorial .hero-eyebrow{background:rgba(0,0,0,.06);border-radius:4px;color:var(--text-secondary);display:inline-block;font-family:var(--font-body);font-size:var(--text-caption);font-weight:600;letter-spacing:.08em;margin-bottom:1.5rem;padding:8px 14px;text-transform:uppercase}.design-v2 .section-hero.section-hero--editorial .hero-title{color:var(--text-primary);font-family:var(--font-display);font-optical-sizing:auto;font-size:var(--text-metric-lg);font-weight:var(--arizona-hero-weight);letter-spacing:var(--arizona-hero-letter-spacing);line-height:var(--arizona-hero-line-height);margin-bottom:1.5rem;margin-left:auto;margin-right:auto;max-width:900px;text-shadow:none}.design-v2 .section-hero.section-hero--editorial .hero-description{color:var(--text-tertiary);font-family:var(--font-body);font-size:var(--text-body-lg);line-height:1.6;margin:0 auto 2rem;max-width:640px}.design-v2 .section-hero.section-hero--editorial .hero-ctas{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.design-v2 .section-hero.section-hero--editorial .hero-ctas .btn-secondary{border-color:var(--border-subtle);color:var(--text-secondary)}.design-v2 .section-hero.section-hero--editorial .hero-ctas .btn-secondary .btn-text{color:var(--text-secondary)}.design-v2 .section-hero.section-hero--editorial .hero-ctas .btn-secondary .btn-arrow{background:var(--neutral-100);color:var(--text-secondary)}.design-v2 .section-hero.section-hero--editorial .hero-pricing-anchor{color:var(--text-tertiary);display:block;font-family:var(--font-body);font-size:var(--text-body-xs);letter-spacing:.02em;margin-top:4px;text-align:center;width:100%}.design-v2 .section-hero.section-hero--editorial .hero-image-row{display:flex;gap:16px;justify-content:center;margin-top:48px;max-width:calc(var(--content-max-width) + 200px);padding:0 20px;position:relative;width:100%}.design-v2 .section-hero.section-hero--editorial .hero-image-item{border-radius:16px;flex:0 0 auto;height:280px;overflow:hidden;width:200px}.design-v2 .section-hero.section-hero--editorial .hero-image-item img{display:block;height:100%;object-fit:cover;width:100%}.design-v2 .section-hero.section-hero--editorial .hero-toast-overlay{align-items:center;display:flex;inset:0;justify-content:center;pointer-events:none;position:absolute;z-index:5}.design-v2 .section-hero.section-hero--editorial .hero-toast{align-items:center;animation:heroToastCycle 12s ease-in-out infinite;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);background:hsla(0,0%,100%,.45);border:1px solid hsla(0,0%,100%,.35);border-radius:20px;box-shadow:0 12px 48px rgba(0,0,0,.12),0 2px 6px rgba(0,0,0,.06);display:flex;font-family:var(--font-body);gap:16px;max-width:440px;min-width:380px;opacity:0;padding:20px 28px 20px 20px;position:absolute}.design-v2 .section-hero.section-hero--editorial .hero-toast-1{animation-delay:0s}.design-v2 .section-hero.section-hero--editorial .hero-toast-2{animation-delay:3s}.design-v2 .section-hero.section-hero--editorial .hero-toast-3{animation-delay:6s}.design-v2 .section-hero.section-hero--editorial .hero-toast-4{animation-delay:9s}@keyframes heroToastCycle{0%{opacity:0;transform:translateY(16px) scale(.97)}4%{opacity:1;transform:translateY(0) scale(1)}21%{opacity:1;transform:translateY(0) scale(1)}25%{opacity:0;transform:translateY(-8px) scale(.97)}to{opacity:0;transform:translateY(16px) scale(.97)}}.design-v2 .section-hero.section-hero--editorial .hero-toast-icon{align-items:center;border-radius:14px;display:flex;flex-shrink:0;font-size:24px;height:52px;justify-content:center;width:52px}.design-v2 .section-hero.section-hero--editorial .hero-toast-icon--call{animation:heroIconRing 12s ease-out infinite;background:var(--neutral-100);color:var(--text-primary);position:relative}.design-v2 .section-hero.section-hero--editorial .hero-toast-icon--call:after,.design-v2 .section-hero.section-hero--editorial .hero-toast-icon--call:before{animation:heroCallPulse 12s ease-out infinite;border:2px solid var(--text-primary);border-radius:18px;content:"";inset:-4px;opacity:0;position:absolute}.design-v2 .section-hero.section-hero--editorial .hero-toast-icon--call:after{animation-delay:.3s}@keyframes heroCallPulse{0%{opacity:0;transform:scale(1)}2%{opacity:.6;transform:scale(.95)}8%{opacity:0;transform:scale(1.2)}to{opacity:0;transform:scale(1)}}@keyframes heroIconRing{0%,2%{transform:rotate(-8deg)}4%{transform:rotate(8deg)}6%{transform:rotate(-5deg)}8%,to{transform:rotate(0)}}.design-v2 .section-hero.section-hero--editorial .hero-toast-icon--xbert{animation:heroIconPop 12s ease-out infinite;animation-delay:3s;background:var(--neutral-100);padding:6px}.design-v2 .section-hero.section-hero--editorial .hero-toast-icon--xbert img{height:30px;width:30px}@keyframes heroIconPop{0%,2%{transform:scale(.85)}6%{transform:scale(1.08)}10%,to{transform:scale(1)}}.design-v2 .section-hero.section-hero--editorial .hero-toast-icon--calendar{animation:heroIconBounce 12s ease-out infinite;animation-delay:6s;background:var(--neutral-100);color:var(--text-primary)}@keyframes heroIconBounce{0%,4%{transform:translateY(0)}6%{transform:translateY(-6px)}8%{transform:translateY(2px)}10%,to{transform:translateY(0)}}.design-v2 .section-hero.section-hero--editorial .hero-toast-icon--text{animation:heroIconSend 12s ease-out infinite;animation-delay:9s;background:var(--neutral-100);color:var(--text-primary)}@keyframes heroIconSend{0%,2%{transform:translateX(-4px) rotate(-5deg)}6%{transform:translateX(4px) rotate(5deg)}10%,to{transform:translateX(0) rotate(0)}}.design-v2 .section-hero.section-hero--editorial .hero-toast-icon--incoming{animation:heroIconRing 12s ease-out infinite;background:var(--neutral-100);color:var(--text-primary)}.design-v2 .section-hero.section-hero--editorial .hero-toast-icon--resolved{animation:heroIconBounce 12s ease-out infinite;animation-delay:6s;background:var(--neutral-100);color:var(--text-primary)}.design-v2 .section-hero.section-hero--editorial .hero-toast-icon--outgoing{animation:heroIconSend 12s ease-out infinite;animation-delay:9s;background:var(--neutral-100);color:var(--text-primary)}.design-v2 .section-hero.section-hero--editorial .hero-toast-body{display:flex;flex:1;flex-direction:column;gap:3px;min-width:0}.design-v2 .section-hero.section-hero--editorial .hero-toast-label{align-items:center;color:var(--text-primary);display:flex;font-size:var(--text-body-sm);font-weight:700;gap:6px;line-height:1.2}.design-v2 .section-hero.section-hero--editorial .hero-toast-label .ai-badge{align-items:center;background:#1a1a1a;border-radius:5px;display:inline-flex;gap:3px;padding:3px 7px;vertical-align:middle}.design-v2 .section-hero.section-hero--editorial .hero-toast-label .ai-badge-text{color:#fff;font-family:var(--font-body);font-size:var(--text-micro,10px);font-weight:600;letter-spacing:-.02em}.design-v2 .section-hero.section-hero--editorial .hero-toast-message{animation:heroToastReveal 12s ease-out infinite;clip-path:inset(0 100% 0 0);color:var(--text-primary);font-size:var(--text-body-xs);line-height:1.45;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.design-v2 .section-hero.section-hero--editorial .hero-toast-1 .hero-toast-message{animation-delay:.3s}.design-v2 .section-hero.section-hero--editorial .hero-toast-2 .hero-toast-message{animation-delay:3.3s}.design-v2 .section-hero.section-hero--editorial .hero-toast-3 .hero-toast-message{animation-delay:6.3s}.design-v2 .section-hero.section-hero--editorial .hero-toast-4 .hero-toast-message{animation-delay:9.3s}@keyframes heroToastReveal{0%{clip-path:inset(0 100% 0 0)}2%{clip-path:inset(0 100% 0 0)}14%{clip-path:inset(0 0 0 0)}24%{clip-path:inset(0 0 0 0)}25%{clip-path:inset(0 100% 0 0)}to{clip-path:inset(0 100% 0 0)}}.design-v2 .section-hero.section-hero--editorial .hero-toast-time{align-self:flex-start;color:var(--neutral-700);flex-shrink:0;font-size:var(--text-caption);margin-left:auto;white-space:nowrap}.design-v2 .section-hero.section-hero--editorial .hero-trust-highlights{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-top:32px}.design-v2 .section-hero.section-hero--editorial .hero-trust-highlight-card{align-items:center;display:flex;gap:12px;padding:8px 16px}.design-v2 .section-hero.section-hero--editorial .hero-trust-highlight-icon{align-items:center;display:flex;flex-shrink:0;justify-content:center}.design-v2 .section-hero.section-hero--editorial .hero-trust-highlight-text{display:flex;flex-direction:column;gap:2px}.design-v2 .section-hero.section-hero--editorial .hero-trust-highlight-source{color:var(--neutral-500);font-family:var(--font-body);font-size:var(--text-caption);font-weight:500}.design-v2 .section-hero.section-hero--editorial .hero-trust-highlight-claim{color:var(--text-primary);font-family:var(--font-body);font-size:var(--text-body-sm);font-weight:600}@media(max-width:1200px){.design-v2 .section-hero.section-hero--editorial .hero-image-item:nth-child(n+8){display:none}}@media(max-width:1024px){.design-v2 .section-hero.section-hero--editorial .hero-container{padding:160px 40px 80px}.design-v2 .section-hero.section-hero--editorial .hero-title{font-size:var(--text-metric)}.design-v2 .section-hero.section-hero--editorial .hero-image-row{gap:12px;margin-top:40px}.design-v2 .section-hero.section-hero--editorial .hero-image-item{border-radius:12px;height:220px;width:160px}.design-v2 .section-hero.section-hero--editorial .hero-image-item:nth-child(n+7){display:none}}@media(max-width:768px){.design-v2 .section-hero.section-hero--editorial .hero-container{padding:120px 20px 60px}.design-v2 .section-hero.section-hero--editorial .hero-content{text-align:left}.design-v2 .section-hero.section-hero--editorial .hero-description{margin-left:0}.design-v2 .section-hero.section-hero--editorial .hero-ctas{flex-direction:column;justify-content:flex-start}.design-v2 .section-hero.section-hero--editorial .hero-ctas .btn{justify-content:space-between;width:100%}.design-v2 .section-hero.section-hero--editorial .hero-image-row{flex-wrap:wrap;gap:10px;justify-content:center;margin-top:32px;overflow:visible;padding:0}.design-v2 .section-hero.section-hero--editorial .hero-image-item{border-radius:12px;flex-shrink:0;height:165px;width:calc(33.33333% - 6.66667px)}.design-v2 .section-hero.section-hero--editorial .hero-image-item .hide-mobile,.design-v2 .section-hero.section-hero--editorial .hero-image-item:nth-child(n+4){display:none}.design-v2 .section-hero.section-hero--editorial .hero-image-item .show-mobile{display:block}.design-v2 .section-hero.section-hero--editorial .hero-toast{box-sizing:border-box;gap:12px;left:16px;max-width:none;min-width:0;padding:16px 20px 16px 16px;right:16px;width:auto}.design-v2 .section-hero.section-hero--editorial .hero-toast-icon{border-radius:12px;font-size:20px;height:42px;width:42px}.design-v2 .section-hero.section-hero--editorial .hero-toast-icon--xbert img{height:24px;width:24px}.design-v2 .section-hero.section-hero--editorial .hero-toast-label{font-size:var(--text-body-xs)}.design-v2 .section-hero.section-hero--editorial .hero-toast-message{font-size:var(--text-caption-lg,12px)}.design-v2 .section-hero.section-hero--editorial .hero-trust-highlights{gap:12px;justify-content:flex-start;margin-top:24px}.design-v2 .section-hero.section-hero--editorial .hero-trust-highlight-card{gap:10px;padding:12px 16px}.design-v2 .section-hero.section-hero--editorial .hero-trust-highlight-claim{font-size:var(--text-caption)}}@media(max-width:480px){.design-v2 .section-hero.section-hero--editorial .hero-title{font-size:var(--text-heading-lg)}.design-v2 .section-hero.section-hero--editorial .hero-container{padding:120px 20px 40px}.design-v2 .section-hero.section-hero--editorial .hero-toast{border-radius:14px;gap:10px;left:12px;padding:12px 14px 12px 12px;right:12px}.design-v2 .section-hero.section-hero--editorial .hero-toast-icon{border-radius:10px;font-size:18px;height:38px;width:38px}.design-v2 .section-hero.section-hero--editorial .hero-toast-icon--xbert img{height:22px;width:22px}.design-v2 .section-hero.section-hero--editorial .hero-toast-label{font-size:var(--text-caption-lg,12px)}.design-v2 .section-hero.section-hero--editorial .hero-toast-message{font-size:var(--text-caption)}.design-v2 .section-hero.section-hero--editorial .hero-toast-time{font-size:var(--text-caption-sm,10px)}}.editor-styles-wrapper .section-hero.section-hero--editorial .hero-container{padding-top:60px}