@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Manrope:wght@600;700;800&display=swap";:root{--font-display: "Manrope", "Inter", Arial, sans-serif;--font-body: "Inter", Arial, sans-serif;--font-weight-display: 700;--brand-primary: #ff2545;--brand-soft: #fff0f3;--action-primary: #e51f3d;--action-hover: #d91a36;--text-heading: #111214;--text-body: #353944;--text-muted: #667085;--text-subtle: #8b919b;--surface-default: #ffffff;--surface-subtle: #f7f8fa;--surface-contrast: #f1f3f5;--surface-warm: #f7f5f4;--border-default: #e5e7eb;--border-strong: #cfd3d8;--color-success: #18794e;--color-success-soft: #edf8f2;--color-warning: #9a6700;--color-warning-soft: #fff8e6;--color-error: #c51a34;--color-error-soft: #fff0f3;--color-info: #175cd3;--color-info-soft: #eff6ff;--radius-xs: 8px;--radius-button: 12px;--radius-control: 12px;--radius-medium: 16px;--radius-card: 18px;--radius-section: 22px;--radius-pill: 999px;--container-main: 1280px;--container-content: 1120px;--container-reading: 760px;--container-hero: 980px;--page-gutter: clamp(20px, 4vw, 48px);--space-section-compact: 72px;--space-section-default: 96px;--space-section-spacious: 136px;--font-size-display: clamp(3rem, 5.5vw, 4.75rem);--font-size-h1: clamp(2.5rem, 4.2vw, 4rem);--font-size-h2: clamp(2rem, 3.2vw, 3.25rem);--font-size-h3: clamp(1.35rem, 2vw, 1.875rem);--motion-fast: .12s;--motion-base: .18s;--motion-slow: .28s;--shadow-low: 0 4px 12px rgba(17, 18, 20, .05);--shadow-raised: 0 14px 34px rgba(17, 18, 20, .08);--color-text: var(--text-heading);--color-muted: var(--text-muted);--color-accent: var(--brand-primary);--color-border: var(--border-default)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--surface-default);color:var(--text-body);font-family:var(--font-body);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}h1,h2,h3,h4,h5,h6{color:var(--text-heading);font-family:var(--font-display);font-weight:var(--font-weight-display)}img,svg{max-width:100%}img{height:auto}a{color:inherit}button,input,textarea,select{font:inherit}button{cursor:pointer}button:disabled,input:disabled,textarea:disabled,select:disabled{cursor:not-allowed;opacity:.52}:where(a,button,input,textarea,select,summary):focus-visible{outline:2px solid var(--text-heading);outline-offset:2px}::selection{background:var(--brand-soft);color:var(--text-heading)}.icon-bubble{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border:0;border-radius:0;background:transparent;box-shadow:none}.icon-bubble img{width:32px;height:32px;display:block;object-fit:contain}.icon-bubble-sm{width:32px;height:32px}.icon-bubble-sm img{width:20px;height:20px}.icon-bubble-lg{width:52px;height:52px}.icon-bubble-lg img{width:48px;height:48px}.page-hero{width:min(100%,var(--container-main));margin:0 auto;padding:96px var(--page-gutter) 72px}.page-hero-inner{width:min(100%,var(--container-hero));margin:0 auto;text-align:center}.page-hero-with-breadcrumbs,.page-hero-solution{padding-top:72px}.breadcrumbs{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px 10px;margin:0 0 28px;color:var(--text-muted);font-size:14px;font-weight:600;line-height:1.4}.breadcrumbs a{color:var(--text-heading);text-decoration:none;transition:color var(--motion-fast) ease}.breadcrumbs a:hover{color:var(--action-primary)}.breadcrumbs span{color:var(--text-muted)}.page-hero-solution .breadcrumbs{margin-bottom:22px}.page-eyebrow{width:fit-content;display:flex;flex-direction:column;align-items:center;gap:10px;margin:0 auto 16px;padding:0;border:0;border-radius:0;background:transparent;color:var(--text-heading);font-size:13px;font-weight:800;line-height:1.2;letter-spacing:.13em;text-transform:uppercase}.page-eyebrow:after{width:46px;height:2px;border-radius:2px;background:var(--brand-primary);content:""}.page-hero-solution .page-eyebrow{margin-bottom:16px}.page-hero h1{max-width:920px;margin:0 auto;color:var(--text-heading);font-family:var(--font-display);font-size:var(--font-size-h1);font-weight:var(--font-weight-display);line-height:1.04;letter-spacing:-.045em}.page-hero h1 span{display:block;margin-top:8px;color:var(--brand-primary)}.page-hero>p,.page-hero-inner>p{max-width:var(--container-reading);margin:24px auto 0;color:var(--text-muted);font-size:clamp(18px,1.6vw,20px);line-height:1.5}.page-hero-actions{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:14px;margin-top:34px}.primary-button,.secondary-button{min-height:52px;display:inline-flex;align-items:center;justify-content:center;padding:0 28px;border:1px solid transparent;border-radius:var(--radius-button);font-size:15px;font-weight:700;line-height:1;text-align:center;text-decoration:none;transition:color var(--motion-fast) ease,background-color var(--motion-fast) ease,border-color var(--motion-fast) ease,transform var(--motion-base) ease,box-shadow var(--motion-base) ease}.primary-button{border-color:var(--action-primary);background:var(--action-primary);color:#fff;box-shadow:0 8px 20px #e51f3d24}.primary-button:hover{border-color:var(--action-hover);background:var(--action-hover);transform:translateY(-2px);box-shadow:0 12px 24px #e51f3d2e}.secondary-button{border-color:var(--border-strong);background:var(--surface-default);color:var(--text-heading)}.secondary-button:hover{border-color:var(--text-heading);background:var(--surface-subtle);transform:translateY(-2px)}.primary-button:active,.secondary-button:active{transform:translateY(0)}.primary-button[aria-disabled=true],.secondary-button[aria-disabled=true]{pointer-events:none;opacity:.52}.page-hero-proof{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1px;overflow:hidden;margin-top:42px;border:1px solid var(--border-default);border-radius:var(--radius-card);background:var(--border-default);text-align:left}.page-hero-proof>div{display:grid;grid-template-columns:42px minmax(0,1fr);gap:2px 12px;align-items:center;padding:18px 20px;background:var(--surface-default)}.page-hero-proof span{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;grid-row:1 / span 2;border-radius:0;background:transparent}.page-hero-proof img{width:32px;height:32px;display:block;object-fit:contain}.page-hero-proof strong{color:var(--text-heading);font-size:14px;font-weight:700;line-height:1.2}.page-hero-proof p{grid-column:2;margin:0;color:var(--text-muted);font-size:12px;line-height:1.35}input,textarea,select{border-color:var(--border-strong);border-radius:var(--radius-control);color:var(--text-body);font-weight:400}input::placeholder,textarea::placeholder{color:var(--text-subtle);font-weight:400;opacity:1}input:hover,textarea:hover,select:hover{border-color:var(--text-subtle)}input:focus,textarea:focus,select:focus{border-color:var(--text-heading)}input[aria-invalid=true],textarea[aria-invalid=true],select[aria-invalid=true]{border-color:var(--color-error);background:var(--color-error-soft)}@media(max-width:1100px){.page-hero-proof{grid-template-columns:repeat(2,minmax(0,1fr))}.page-hero-proof>div:last-child:nth-child(odd){grid-column:1 / -1}}@media(max-width:900px){:root{--space-section-compact: 56px;--space-section-default: 72px;--space-section-spacious: 96px}.page-hero{padding:64px 20px 48px}.page-hero-with-breadcrumbs,.page-hero-solution{padding-top:56px}.page-hero h1{font-size:clamp(36px,10vw,44px);line-height:1.06;letter-spacing:-.035em}.page-hero>p,.page-hero-inner>p{font-size:17px}.page-hero-actions{flex-direction:column;align-items:stretch}.primary-button,.secondary-button{width:100%}}@media(max-width:640px){.page-hero{padding-right:20px;padding-left:20px}.breadcrumbs{margin-bottom:22px;font-size:13px}.page-eyebrow{gap:8px;margin-bottom:12px;font-size:12px}.page-eyebrow:after{width:40px}.page-hero-proof{grid-template-columns:1fr;margin-top:32px}.page-hero-proof>div:last-child:nth-child(odd){grid-column:auto}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
