:root{--hosts-accent:#FF6F61;--hosts-accent-dark:#E85042;--hosts-accent-light:#FFF0EE;--hosts-accent-glow:rgba(255,111,97,0.2);--hosts-dark:#0E0E0E;--hosts-dark-card:#141822;--hosts-gray-bg:#F8F9FA;--hosts-gray-card:#FFFFFF;--hosts-border:#E8ECEF;--hosts-border-strong:#111111;--hosts-text:#111827;--hosts-text-muted:#5A6472;--hosts-radius-sm:12px;--hosts-radius-md:20px;--hosts-radius-lg:28px;--hosts-font:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}.hosts-page{font-family:var(--hosts-font);color:var(--hosts-text);background:#FFFFFF;overflow-x:hidden;padding-top:0;margin-top:-140px}.hosts-header{position:-webkit-sticky;position:sticky;top:0;left:0;right:0;z-index:1000;background:rgba(255,255,255,.95);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid rgba(0,0,0,.08);transition:all .25s ease}.hosts-nav-container{max-width:1240px;margin:0 auto;padding:12px 32px;display:flex;align-items:center;justify-content:space-between;gap:20px}.hosts-brand{display:flex;align-items:center;gap:12px;text-decoration:none}.hosts-brand-tag{font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;background:var(--hosts-dark);color:#FFFFFF;padding:4px 10px;border-radius:999px}.hosts-nav-menu{display:flex;align-items:center;gap:24px}.hosts-nav-link{color:var(--hosts-text);text-decoration:none;font-weight:600;font-size:15px;transition:color .2s ease;position:relative;cursor:pointer}.hosts-nav-link:hover{color:var(--hosts-accent)}.hosts-nav-actions{display:flex;align-items:center;gap:16px}.hosts-escape-hatch{font-size:14px;font-weight:600;color:var(--hosts-text-muted);text-decoration:none;display:flex;align-items:center;gap:4px;padding:8px 14px;border-radius:999px;border:1px solid var(--hosts-border);background:#FAFAFA;transition:all .2s ease}.hosts-escape-hatch:hover{color:var(--hosts-dark);border-color:#CBD5E1;background:#FFFFFF}.hosts-btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:6px;background:var(--hosts-dark);color:#FFFFFF;padding:12px 24px;border-radius:999px;font-weight:700;font-size:14px;text-decoration:none;border:1.5px solid var(--hosts-dark);cursor:pointer;transition:all .2s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 14px rgba(0,0,0,.08)}.hosts-btn-primary:hover{background:#262626;border-color:#262626;transform:translateY(-1px);box-shadow:0 6px 20px rgba(0,0,0,.12)}.hosts-btn-coral{background:var(--hosts-accent);border-color:var(--hosts-accent);color:#FFFFFF}.hosts-btn-coral:hover{background:var(--hosts-accent-dark);border-color:var(--hosts-accent-dark);box-shadow:0 6px 20px rgba(255,111,97,.35)}.hosts-mobile-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:8px;z-index:1002}.hosts-mobile-toggle span{display:block;width:24px;height:2.5px;background:var(--hosts-dark);border-radius:2px;transition:all .25s ease}.hosts-mobile-dropdown{display:none;background:#FFFFFF;border-bottom:1px solid var(--hosts-border);padding:20px 24px 28px;box-shadow:0 12px 28px rgba(0,0,0,.08)}.hosts-mobile-dropdown.open{display:flex;flex-direction:column;gap:16px}.hosts-mobile-dropdown a{text-decoration:none;font-size:16px;font-weight:600;color:var(--hosts-text);padding:10px 0;border-bottom:1px solid #f1f5f9}.hosts-container{max-width:1200px;margin:0 auto;padding:0 24px}.hosts-section{padding:96px 0;position:relative}.hosts-section-gray{background:var(--hosts-gray-bg)}.hosts-eyebrow{display:inline-flex;align-items:center;gap:7px;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#0F172A;background:#FFFFFF;padding:6px 14px;border-radius:999px;margin-bottom:16px;border:1.5px solid #e2e8f0;box-shadow:0 1px 3px rgba(0,0,0,.04)}.hosts-eyebrow:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--hosts-accent);flex-shrink:0}.hosts-section-header{text-align:center;max-width:780px;margin:0 auto 56px}.hosts-section-header h2{font-size:clamp(32px,4.5vw,48px);font-weight:900;letter-spacing:-.03em;line-height:1.15;color:var(--hosts-dark);margin:0 0 16px}.hosts-section-header p{font-size:18px;color:var(--hosts-text-muted);line-height:1.6;margin:0}.hosts-hero{padding:90px 0 70px;background:radial-gradient(circle at 50% -10%,rgba(255,111,97,.12) 0,rgba(255,255,255,0) 65%),#FFFFFF;text-align:center;position:relative}.hosts-hero-content{max-width:900px;margin:0 auto}.hosts-hero-eyebrow{display:inline-flex;align-items:center;gap:8px;background:#FFFFFF;border:1.5px solid #e2e8f0;color:#0F172A;padding:8px 18px;border-radius:999px;font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;margin-bottom:28px;box-shadow:0 2px 6px rgba(0,0,0,.04)}.hosts-hero-headline{font-size:clamp(44px,6.5vw,76px);font-weight:900;letter-spacing:-.035em;line-height:1.08;color:var(--hosts-dark);margin:0 0 24px}.hosts-hero-headline span{position:relative;display:inline-block;color:var(--hosts-accent)}.hosts-hero-subheadline{font-size:clamp(18px,2.2vw,22px);line-height:1.6;color:var(--hosts-text-muted);max-width:740px;margin:0 auto 36px;font-weight:450}.hosts-hero-actions{display:flex;align-items:center;justify-content:center;gap:20px;flex-wrap:wrap;margin-bottom:48px}.hosts-btn-hero-primary{display:inline-flex;align-items:center;gap:8px;background:var(--hosts-accent);color:#FFFFFF;padding:16px 36px;border-radius:999px;font-size:17px;font-weight:800;text-decoration:none;border:2px solid var(--hosts-accent);box-shadow:0 8px 24px rgba(255,111,97,.35);cursor:pointer;transition:all .25s cubic-bezier(.16,1,.3,1)}.hosts-btn-hero-primary:hover{background:var(--hosts-accent-dark);border-color:var(--hosts-accent-dark);transform:translateY(-2px);box-shadow:0 12px 30px rgba(255,111,97,.45)}.hosts-btn-hero-secondary{font-size:16px;font-weight:700;color:var(--hosts-dark);text-decoration:none;padding:16px 28px;border-radius:999px;border:1.5px solid var(--hosts-border-strong);background:#FFFFFF;transition:all .2s ease;display:inline-flex;align-items:center;gap:6px}.hosts-btn-hero-secondary:hover{background:#F8F9FA;transform:translateY(-1px)}.hosts-micro-social-proof{display:inline-flex;align-items:center;gap:14px;background:#FFFFFF;border:1px solid var(--hosts-border);border-radius:999px;padding:10px 24px;box-shadow:0 4px 16px rgba(0,0,0,.04)}.hosts-msp-quote{font-style:italic;font-weight:700;color:var(--hosts-dark);font-size:14px}.hosts-msp-divider{width:1px;height:16px;background:#CBD5E1}.hosts-msp-author{font-size:13px;color:var(--hosts-text-muted)}.hosts-msp-author strong{color:var(--hosts-dark)}.hosts-msp-link{color:#0A66C2;text-decoration:none;font-weight:700;display:inline-flex;align-items:center;gap:4px;margin-left:4px}.hosts-msp-link:hover{text-decoration:underline}.hosts-problem-grid{display:grid;grid-template-columns:1fr 1.15fr;grid-gap:64px;gap:64px;align-items:center}.hosts-problem-left h2{font-size:clamp(32px,3.8vw,44px);font-weight:900;letter-spacing:-.025em;line-height:1.18;color:var(--hosts-dark);margin-top:12px}.hosts-problem-right{display:flex;flex-direction:column;gap:20px;font-size:18px;line-height:1.65;color:var(--hosts-text-muted)}.hosts-problem-callout{background:#FFF7F5;border-left:4px solid var(--hosts-accent);padding:24px 28px;border-radius:0 var(--hosts-radius-sm) var(--hosts-radius-sm) 0;margin-top:12px}.hosts-problem-callout p{color:var(--hosts-dark);font-weight:700;font-size:19px;line-height:1.5;margin:0}.hosts-jobs-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px;margin-bottom:32px}.hosts-job-card{background:#FFFFFF;border:2px solid var(--hosts-border);border-radius:var(--hosts-radius-md);padding:32px;cursor:pointer;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;justify-content:space-between;position:relative}.hosts-job-card:hover{border-color:#CBD5E1;transform:translateY(-2px);box-shadow:0 10px 28px rgba(0,0,0,.05)}.hosts-job-card.active{border-color:var(--hosts-accent);background:#FFFBFB;box-shadow:0 12px 32px rgba(255,111,97,.16)}.hosts-job-badge-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.hosts-job-badge{font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--hosts-text-muted)}.hosts-job-card.active .hosts-job-badge{color:#C2410C}.hosts-job-plan-tag{font-size:11px;font-weight:800;letter-spacing:.05em;padding:5px 13px;border-radius:999px;text-transform:uppercase;display:inline-flex;align-items:center;transition:transform .2s ease,box-shadow .2s ease}.hosts-job-plan-tag.tag-host{background:#E84E3F;color:#FFFFFF;box-shadow:0 2px 8px rgba(232,78,63,.3)}.hosts-job-plan-tag.tag-social{background:#0284C7;color:#FFFFFF;box-shadow:0 2px 8px rgba(2,132,199,.25)}.hosts-job-plan-tag.tag-max{background:#0E0E0E;color:#FFFFFF;box-shadow:0 2px 8px rgba(0,0,0,.25)}.hosts-job-plan-tag.tag-free{background:#475569;color:#FFFFFF;box-shadow:0 2px 8px rgba(71,85,105,.2)}.hosts-job-card.active .hosts-job-plan-tag{transform:scale(1.05)}.hosts-job-card h3{font-size:22px;font-weight:800;color:var(--hosts-dark);margin:0 0 10px;line-height:1.25}.hosts-job-card p{font-size:16px;line-height:1.55;color:var(--hosts-text-muted);margin:0 0 20px}.hosts-job-card-footer{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:700;color:var(--hosts-dark)}.hosts-job-card.active .hosts-job-card-footer{color:var(--hosts-accent)}.hosts-recurring-banner{background:#FFFFFF;border:2px dashed #cbd5e1;border-radius:var(--hosts-radius-md);padding:24px 32px;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}.hosts-recurring-text{font-size:16px;color:var(--hosts-dark);max-width:800px;line-height:1.5;margin:0}.hosts-recurring-link{color:var(--hosts-accent);font-weight:700;text-decoration:none;white-space:nowrap}.hosts-recurring-link:hover{text-decoration:underline}.hosts-pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:28px;gap:28px;margin-bottom:28px}.hosts-pricing-card{background:#FFFFFF;border:2px solid var(--hosts-border);border-radius:var(--hosts-radius-lg);padding:40px 32px;display:flex;flex-direction:column;position:relative;transition:all .25s cubic-bezier(.16,1,.3,1)}.hosts-pricing-card:hover{transform:translateY(-3px);box-shadow:0 16px 36px rgba(0,0,0,.08)}.hosts-pricing-card.highlighted{border-color:var(--hosts-accent);box-shadow:0 0 0 4px rgba(255,111,97,.2),0 16px 36px rgba(255,111,97,.15)}.hosts-pricing-top-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:16px;flex-wrap:wrap}.hosts-pricing-label{display:inline-flex;align-items:center;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;padding:6px 14px;border-radius:999px;line-height:1.2}.hosts-pricing-label.label-host{background:#E84E3F;color:#FFFFFF;box-shadow:0 2px 8px rgba(255,111,97,.28)}.hosts-pricing-label.label-social{background:#0284C7;color:#FFFFFF;box-shadow:0 2px 8px rgba(2,132,199,.25)}.hosts-pricing-label.label-free{background:#475569;color:#FFFFFF;box-shadow:0 2px 8px rgba(71,85,105,.2)}.hosts-pricing-label.label-max{background:#0E0E0E;color:#FFFFFF;box-shadow:0 2px 8px rgba(0,0,0,.2)}.hosts-pricing-popular-tag{font-size:11px;font-weight:800;color:var(--hosts-accent);background:var(--hosts-accent-light);border:1px solid rgba(255,111,97,.3);padding:4px 10px;border-radius:999px;text-transform:uppercase;letter-spacing:.05em}.hosts-pricing-name{font-size:24px;font-weight:900;margin:0 0 6px}.hosts-pricing-name,.hosts-pricing-price{color:var(--hosts-dark);letter-spacing:-.02em}.hosts-pricing-price{font-size:22px;font-weight:800;margin-bottom:6px;display:flex;align-items:baseline;flex-wrap:wrap;gap:4px;line-height:1.25}.hosts-pricing-price .hosts-price-amount{font-size:24px;font-weight:900;color:var(--hosts-dark)}.hosts-pricing-price .hosts-price-period{font-size:14px;font-weight:600;color:var(--hosts-text-muted)}.hosts-pricing-scope{font-size:13px;font-weight:500;color:var(--hosts-text-muted);margin-bottom:18px;min-height:36px;line-height:1.45}.hosts-pricing-promise{font-size:16px;font-weight:700;color:var(--hosts-dark);background:var(--hosts-gray-bg);padding:14px 18px;border-radius:var(--hosts-radius-sm);margin-bottom:24px;line-height:1.4;border-left:3px solid var(--hosts-accent)}.hosts-pricing-features{list-style:none;padding:0;margin:0 0 28px;display:flex;flex-direction:column;gap:12px;flex:1 1}.hosts-pricing-features li{font-size:15px;color:var(--hosts-text);display:flex;align-items:flex-start;gap:10px;line-height:1.4}.hosts-check-icon{color:#10B981;font-weight:900;font-size:16px;flex-shrink:0}.hosts-pricing-role{font-size:13px;color:var(--hosts-text-muted);padding-top:16px;border-top:1px solid var(--hosts-border);margin-bottom:12px;line-height:1.45}.hosts-pricing-outcome{font-size:13px;font-weight:600;color:var(--hosts-dark);margin-bottom:24px;line-height:1.45}.hosts-free-row{background:#FFFFFF;border:2px solid var(--hosts-border);border-radius:var(--hosts-radius-md);padding:28px 36px;display:flex;align-items:center;justify-content:space-between;gap:32px;transition:all .2s ease}.hosts-free-row.highlighted{border-color:var(--hosts-accent);background:#FFFDFD;box-shadow:0 0 0 3px rgba(255,111,97,.2)}.hosts-free-left{flex:1 1}.hosts-free-badge{display:inline-block;font-size:11px;text-transform:uppercase;background:#EEF2F6;padding:3px 10px;border-radius:999px;margin-bottom:6px}.hosts-free-badge,.hosts-free-left h3{font-weight:800;color:var(--hosts-dark)}.hosts-free-left h3{font-size:20px;margin:0 0 6px}.hosts-free-left p{font-size:15px;color:var(--hosts-text-muted);margin:0;line-height:1.5}.hosts-lifecycle-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:28px;gap:28px;margin-bottom:36px}.hosts-lifecycle-card{background:#FFFFFF;border:1px solid var(--hosts-border);border-radius:var(--hosts-radius-md);padding:36px 28px;position:relative;box-shadow:0 4px 16px rgba(0,0,0,.03)}.hosts-lifecycle-step{font-size:12px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;color:var(--hosts-accent);margin-bottom:12px}.hosts-lifecycle-card h3{font-size:22px;font-weight:800;color:var(--hosts-dark);margin:0 0 12px}.hosts-lifecycle-card p{font-size:15px;line-height:1.6;color:var(--hosts-text-muted);margin:0}.hosts-socialpulse-box{background:linear-gradient(135deg,#FFF7F5,#FFFFFF);border:2px solid rgba(255,111,97,.35);border-radius:var(--hosts-radius-md);padding:36px 40px;display:grid;grid-template-columns:1.2fr 1fr;grid-gap:36px;gap:36px;align-items:center}.hosts-socialpulse-box h3{font-size:24px;font-weight:900;color:var(--hosts-dark);margin:0 0 12px}.hosts-socialpulse-box p{font-size:16px;line-height:1.6;color:var(--hosts-text-muted);margin:0}.hosts-socialpulse-features{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.hosts-sp-item{background:#FFFFFF;border:1px solid var(--hosts-border);padding:16px 18px;border-radius:var(--hosts-radius-sm);font-size:14px;font-weight:700;color:var(--hosts-dark);display:flex;align-items:center;gap:10px;box-shadow:0 2px 8px rgba(0,0,0,.03)}.hosts-steps-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px;margin-bottom:48px}.hosts-step-card{background:#FFFFFF;border:1px solid var(--hosts-border);border-radius:var(--hosts-radius-md);padding:32px 24px;position:relative;display:flex;flex-direction:column}.hosts-step-num{font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#0F172A;background:#F1F5F9;border:1px solid #cbd5e1;padding:4px 12px;border-radius:999px;display:inline-block;align-self:flex-start;margin-bottom:16px}.hosts-step-card h3{font-size:18px;font-weight:800;color:var(--hosts-dark);margin:0 0 10px;line-height:1.3}.hosts-step-card p{font-size:14px;line-height:1.55;color:var(--hosts-text-muted);margin:0}.hosts-demo-trigger-card{background:#0E0E0E;color:#FFFFFF;border-radius:var(--hosts-radius-lg);padding:36px 48px;display:flex;align-items:center;justify-content:space-between;gap:28px;cursor:pointer;transition:all .25s ease;box-shadow:0 12px 36px rgba(0,0,0,.15)}.hosts-demo-trigger-card:hover{transform:translateY(-2px);background:#1A1A1A}.hosts-demo-trigger-text h3{font-size:22px;font-weight:800;margin:0 0 6px;color:#FFFFFF}.hosts-demo-trigger-text p{font-size:15px;color:#9CA3AF;margin:0}.hosts-demo-play-btn{display:inline-flex;align-items:center;gap:10px;background:var(--hosts-accent);color:#FFFFFF;padding:14px 28px;border-radius:999px;font-weight:800;font-size:15px;flex-shrink:0}.hosts-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.85);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;display:flex;align-items:center;justify-content:center;padding:24px}.hosts-modal-content{background:#000000;width:100%;max-width:900px;border-radius:20px;overflow:hidden;position:relative;box-shadow:0 24px 64px rgba(0,0,0,.5)}.hosts-modal-close{position:absolute;top:14px;right:14px;background:rgba(255,255,255,.2);border:none;color:#FFFFFF;width:36px;height:36px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px;z-index:10;transition:background .2s ease}.hosts-modal-close:hover{background:rgba(255,255,255,.4)}.hosts-modal-video-wrap{position:relative;padding-bottom:56.25%;height:0}.hosts-modal-video-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.hosts-outcomes-section{background:#0E0E0E;color:#FFFFFF;border-radius:var(--hosts-radius-lg);padding:80px 48px;margin:40px 0;box-shadow:0 20px 48px rgba(0,0,0,.25);position:relative;overflow:hidden}.hosts-outcomes-header{text-align:center;max-width:780px;margin:0 auto 56px}.hosts-outcomes-header .hosts-eyebrow{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.18);color:#FFFFFF;box-shadow:none}.hosts-outcomes-header h2{font-size:clamp(32px,4.2vw,46px);font-weight:900;color:#FFFFFF;line-height:1.15;letter-spacing:-.025em;margin:0}.hosts-outcomes-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:28px;gap:28px;margin-bottom:48px}.hosts-outcome-card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12);border-radius:var(--hosts-radius-md);padding:36px 28px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hosts-outcome-icon{font-size:28px;margin-bottom:16px}.hosts-outcome-card h3{font-size:22px;font-weight:800;color:#FFFFFF;margin:0 0 12px}.hosts-outcome-card p{font-size:15px;line-height:1.6;color:#A1A1AA;margin:0}.hosts-outcomes-cta-wrap{text-align:center}.hosts-filter-tabs{display:flex;justify-content:center;gap:12px;margin-bottom:40px;flex-wrap:wrap}.hosts-filter-tab{background:#FFFFFF;border:1.5px solid var(--hosts-border);color:var(--hosts-dark);font-size:14px;font-weight:700;padding:10px 22px;border-radius:999px;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:8px}.hosts-filter-tab:hover{border-color:#94A3B8}.hosts-filter-tab.active{background:var(--hosts-dark);color:#FFFFFF;border-color:var(--hosts-dark)}.hosts-tab-counter{font-size:11px;background:rgba(0,0,0,.08);padding:2px 7px;border-radius:999px}.hosts-filter-tab.active .hosts-tab-counter{background:rgba(255,255,255,.2);color:#FFFFFF}.hosts-voices-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.hosts-voice-card{background:#FFFFFF;border:1.5px solid var(--hosts-border);border-radius:var(--hosts-radius-md);padding:32px 26px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 4px 16px rgba(0,0,0,.03);transition:transform .2s ease}.hosts-voice-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.06)}.hosts-voice-quote{font-size:16px;font-weight:700;line-height:1.5;color:var(--hosts-dark);margin-bottom:14px;font-style:italic}.hosts-voice-body{font-size:14px;line-height:1.55;color:var(--hosts-text-muted);margin-bottom:24px}.hosts-voice-author{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--hosts-border);padding-top:16px}.hosts-voice-meta strong{display:block;font-size:14px;color:var(--hosts-dark)}.hosts-voice-meta span{font-size:12px;color:var(--hosts-text-muted)}.hosts-voice-badge{font-size:11px;font-weight:800;padding:3px 8px;border-radius:999px;background:#F1F5F9;color:var(--hosts-dark);text-transform:uppercase}.hosts-credibility-grid{display:grid;grid-template-columns:1fr 1.15fr;grid-gap:48px;gap:48px;align-items:center}.hosts-credibility-left h2{font-size:clamp(30px,3.8vw,44px);font-weight:900;color:var(--hosts-dark);line-height:1.2;margin:0 0 18px;letter-spacing:-.025em}.hosts-credibility-left p{font-size:17px;line-height:1.6;color:var(--hosts-text-muted);margin-bottom:24px}.hosts-cred-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.hosts-cred-list li{font-size:15px;font-weight:600;color:var(--hosts-dark);display:flex;align-items:center;gap:10px}.hosts-case-card{background:#FFFFFF;border:2px solid var(--hosts-border-strong);border-radius:var(--hosts-radius-lg);padding:40px 36px;box-shadow:0 12px 32px rgba(0,0,0,.05)}.hosts-case-badge{display:inline-block;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;background:var(--hosts-accent);color:#FFFFFF;padding:4px 12px;border-radius:999px;margin-bottom:16px}.hosts-case-card h3{font-size:24px;font-weight:900;color:var(--hosts-dark);margin:0 0 14px}.hosts-case-card p{font-size:15px;line-height:1.6;color:var(--hosts-text-muted);margin:0 0 20px}.hosts-case-result{background:var(--hosts-gray-bg);padding:16px 20px;border-radius:var(--hosts-radius-sm);border-left:3px solid var(--hosts-accent);font-size:14px;font-weight:700;color:var(--hosts-dark);margin:0}.hosts-faq-accordion{max-width:820px;margin:0 auto;display:flex;flex-direction:column;gap:16px}.hosts-faq-item{background:#FFFFFF;border:1.5px solid var(--hosts-border);border-radius:var(--hosts-radius-md);overflow:hidden;transition:all .2s ease}.hosts-faq-item.open{border-color:var(--hosts-accent);box-shadow:0 6px 20px rgba(0,0,0,.04)}.hosts-faq-question{width:100%;text-align:left;background:none;border:none;padding:24px 28px;font-size:18px;font-weight:800;justify-content:space-between;gap:16px;cursor:pointer;font-family:inherit}.hosts-faq-icon,.hosts-faq-question{color:var(--hosts-dark);display:flex;align-items:center}.hosts-faq-icon{width:28px;height:28px;border-radius:50%;background:#F1F5F9;justify-content:center;font-size:16px;font-weight:700;flex-shrink:0;transition:all .2s ease}.hosts-faq-item.open .hosts-faq-icon{background:var(--hosts-accent);color:#FFFFFF;transform:rotate(45deg)}.hosts-faq-answer{padding:0 28px 24px;font-size:16px;line-height:1.65;color:var(--hosts-text-muted)}.hosts-enquiry-box{background:#FFFFFF;border:2px solid var(--hosts-border);border-radius:var(--hosts-radius-lg);padding:48px;box-shadow:0 16px 40px rgba(0,0,0,.06)}.hosts-enquiry-form{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px}.hosts-form-group{display:flex;flex-direction:column;gap:8px}.hosts-form-group.full{grid-column:1/-1}.hosts-form-group label{font-size:14px;font-weight:700;color:var(--hosts-dark)}.hosts-form-group input,.hosts-form-group select,.hosts-form-group textarea{padding:14px 18px;border:1.5px solid var(--hosts-border);border-radius:var(--hosts-radius-sm);font-size:15px;font-family:inherit;color:var(--hosts-text);background:#FFFFFF;transition:border-color .2s ease,box-shadow .2s ease;outline:none}.hosts-form-group input:focus,.hosts-form-group select:focus,.hosts-form-group textarea:focus{border-color:var(--hosts-accent);box-shadow:0 0 0 3px rgba(255,111,97,.15)}.hosts-form-group textarea{resize:vertical;min-height:110px}.hosts-enquiry-submit-row{grid-column:1/-1;display:flex;align-items:center;justify-content:flex-start;margin-top:12px}.hosts-brief-preview{margin-top:36px;background:#0E0E0E;color:#E2E8F0;border-radius:var(--hosts-radius-md);padding:32px;position:relative}.hosts-brief-preview-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;flex-wrap:wrap;gap:12px}.hosts-brief-preview-header h4{font-size:16px;font-weight:800;color:#FFFFFF;margin:0;display:flex;align-items:center;gap:8px}.hosts-brief-actions{display:flex;align-items:center;gap:12px}.hosts-brief-code{background:#181C26;border:1px solid rgba(255,255,255,.1);border-radius:var(--hosts-radius-sm);padding:20px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:14px;line-height:1.6;white-space:pre-wrap;color:#F1F5F9;max-height:280px;overflow-y:auto}.hosts-copy-toast{position:fixed;bottom:24px;right:24px;background:#10B981;color:#FFFFFF;font-weight:700;font-size:14px;padding:12px 24px;border-radius:999px;box-shadow:0 8px 24px rgba(16,185,129,.4);z-index:3000;display:flex;align-items:center;gap:8px;animation:hostsFadeIn .3s ease}@keyframes hostsFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.hosts-pricing-grid{grid-template-columns:1fr;gap:24px}.hosts-steps-grid,.hosts-voices-grid{grid-template-columns:repeat(2,1fr)}.hosts-outcomes-grid{grid-template-columns:1fr;gap:20px}}@media (max-width:900px){.hosts-nav-menu{display:none}.hosts-mobile-toggle{display:flex}.hosts-credibility-grid,.hosts-problem-grid,.hosts-socialpulse-box{grid-template-columns:1fr;gap:36px}.hosts-lifecycle-grid{grid-template-columns:1fr;gap:20px}}@media (max-width:680px){.hosts-section{padding:64px 0}.hosts-nav-container{padding:10px 20px}.hosts-escape-hatch{display:none}.hosts-enquiry-form,.hosts-jobs-grid,.hosts-steps-grid,.hosts-voices-grid{grid-template-columns:1fr}.hosts-enquiry-box{padding:28px 20px}.hosts-free-row{padding:24px 20px}.hosts-demo-trigger-card,.hosts-free-row{flex-direction:column;align-items:flex-start}.hosts-demo-trigger-card{padding:28px 24px}.hosts-outcomes-section{padding:48px 24px}.hosts-socialpulse-features{grid-template-columns:1fr}}.hosts-mailto-status-card{margin-top:32px;background:#0E0E0E;color:#FFFFFF;border-radius:var(--hosts-radius-md);padding:32px 36px;box-shadow:0 12px 32px rgba(0,0,0,.15);animation:hostsFadeIn .3s ease}.hosts-mailto-status-header{display:flex;align-items:center;gap:16px;margin-bottom:24px}.hosts-mailto-status-icon{font-size:32px}.hosts-mailto-status-header h4{font-size:20px;font-weight:800;color:#FFFFFF;margin:0 0 4px}.hosts-mailto-status-header p{font-size:15px;color:#9CA3AF;margin:0}.hosts-mailto-status-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-bottom:20px}.hosts-mailto-status-note{font-size:13px;color:#9CA3AF;border-top:1px solid rgba(255,255,255,.1);padding-top:16px;line-height:1.5}