:root{--charcoal-950:#1a1617;--charcoal-900:#252122;--charcoal-800:#3a3435;--charcoal-700:#4f4849;--red-950:#4a1210;--red-900:#6e1616;--red-800:#8f1c1a;--red-700:#ab2323;--red-600:#c4302a;--red-500:#d9483f;--red-100:#f5dedb;--red-50:#fbf3f1;--green-600:#1f9d55;--gray-900:#252122;--gray-700:#4a4342;--gray-600:#6b6260;--gray-300:#e8e1df;--gray-100:#f7f3f2;--white:#fff;--font-sans:"Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-display:"Plus Jakarta Sans", "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--shadow-sm:0 1px 2px #2521220a, 0 2px 8px #2521220d;--shadow-md:0 2px 4px #2521220a, 0 12px 28px #25212217;--shadow-lg:0 4px 8px #2521220d, 0 24px 48px #25212224;--radius-sm:10px;--radius-md:14px;--radius-lg:20px;--container:1180px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-sans);color:var(--gray-900);background:var(--white);margin:0;font-size:16px;line-height:1.6}#root{flex-direction:column;min-height:100vh;display:flex}main{flex:1}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}h1,h2,h3,h4{font-family:var(--font-display);color:var(--charcoal-900);text-wrap:pretty;margin:0 0 .5em;font-weight:800;line-height:1.15}h1{letter-spacing:-.035em;font-size:clamp(2.3rem,4.6vw,3.6rem);line-height:1.08}h2{letter-spacing:-.025em;font-size:clamp(1.75rem,3.2vw,2.5rem)}h3{letter-spacing:-.015em;font-size:1.25rem;font-weight:700}h4{letter-spacing:-.01em;font-size:1.05rem;font-weight:700}p{color:var(--gray-700);margin:0 0 1em;line-height:1.7}ul,ol{margin:0;padding:0;list-style:none}button{cursor:pointer;font-family:inherit}.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 24px}.eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--red-700);align-items:center;gap:8px;margin-bottom:16px;font-size:.78rem;font-weight:700;display:inline-flex}.section{padding:104px 0}.section--tight{padding:56px 0}.section--navy{background:var(--charcoal-900);color:var(--white);position:relative;overflow:hidden}.section--navy h2,.section--navy h3{color:var(--white)}.section--navy p{color:#ffffffc7}.section--tinted{background:var(--red-50)}.section-head{max-width:640px;margin:0 0 56px}.section-head--center{text-align:center;margin-left:auto;margin-right:auto}.btn{letter-spacing:-.005em;white-space:nowrap;border:1.5px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:14px 28px;font-size:.95rem;font-weight:600;transition:transform .2s,box-shadow .2s,background .2s,border-color .2s,color .2s;display:inline-flex}.btn--primary{background:linear-gradient(135deg, var(--red-600), var(--red-800));color:var(--white)}.btn--primary:hover{background:linear-gradient(135deg, var(--red-700), var(--red-900))}.btn--outline{background:0 0;background:var(--white);color:var(--charcoal-900);border-color:#d3c9c6}.btn--outline:hover{border-color:var(--red-700);color:var(--red-700)}.btn--on-navy{color:var(--white);background:0 0;border-color:#fff6}.btn--on-navy:hover{border-color:var(--white);background:#ffffff14}.btn--block{width:100%}.card{background:var(--white);border:1px solid var(--gray-300);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}:focus-visible{outline-offset:3px;border-radius:6px;outline:3px solid #c4302a73}.tag{letter-spacing:.04em;text-transform:uppercase;background:var(--red-100);color:var(--red-700);border-radius:999px;padding:4px 10px;font-size:.72rem;font-weight:700;display:inline-block}.grid{gap:28px;display:grid}.grid--3{grid-template-columns:repeat(3,1fr)}.grid--2{grid-template-columns:repeat(2,1fr)}.grid--4{grid-template-columns:repeat(4,1fr)}@media (width<=960px){.grid--3,.grid--4{grid-template-columns:repeat(2,1fr)}.section{padding:72px 0}}.rotating-text{animation:.4s rotating-text-in;display:inline-block}@keyframes rotating-text-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.rotating-text{animation:none}}.reveal{opacity:0;transition:opacity .7s cubic-bezier(.16,.8,.3,1),transform .7s cubic-bezier(.16,.8,.3,1);transform:translateY(26px)}.reveal.is-visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transition:none;transform:none}}.icon-badge{background:linear-gradient(150deg, var(--red-50), var(--red-100));width:48px;height:48px;color:var(--red-700);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;transition:transform .2s;display:inline-flex;box-shadow:inset 0 0 0 1px #ab232314}.icon-badge--navy{color:var(--red-500);background:linear-gradient(150deg,#ffffff24,#ffffff0d)}.icon-badge--sm{border-radius:10px;width:38px;height:38px}.dot-grid{background-image:radial-gradient(circle,#ffffff24 1px,#0000 1px);background-size:22px 22px}.dot-grid--dark{background-image:radial-gradient(circle,#2521221a 1px,#0000 1px);background-size:22px 22px}.blob{filter:blur(60px);pointer-events:none;z-index:0;border-radius:50%;position:absolute}.btn{position:relative}.faq-card{padding:26px 26px 26px 64px;position:relative}.faq-card:before{content:"?";background:linear-gradient(150deg, var(--red-600), var(--red-800));width:28px;height:28px;color:var(--white);font-family:var(--font-display);border-radius:9px;justify-content:center;align-items:center;font-size:.9rem;font-weight:800;display:flex;position:absolute;top:24px;left:24px}.faq-card h4{margin-bottom:8px}.faq-card p{margin:0;font-size:.92rem}@media (width<=640px){.grid--2,.grid--3,.grid--4{grid-template-columns:1fr}.section{padding:48px 0}}.accent{color:var(--red-700)}.section--navy .accent,.cta-banner .accent{color:var(--red-500)}::selection{background:var(--red-600);color:var(--white)}:focus-visible{outline:2px solid var(--red-600);outline-offset:3px;border-radius:6px}h1,h2{text-wrap:balance}.eyebrow:before{content:"";background:linear-gradient(90deg, var(--red-600), var(--red-800));border-radius:2px;width:22px;height:2px}.btn{transition-timing-function:cubic-bezier(.2,.7,.2,1)}.btn--primary{box-shadow:0 6px 16px #ab232338}.btn--primary:hover{transform:translateY(-2px);box-shadow:0 12px 26px #ab232352}.btn--outline:hover,.btn--on-navy:hover{transform:translateY(-2px)}.btn:active{transform:translateY(0)}.card,.feature-card,.service-card,.why-card,.faq-card,.pricing-card,.manage-feature,.process-step{transition:transform .28s cubic-bezier(.2,.7,.2,1),box-shadow .28s,border-color .28s}.card:hover,.feature-card:hover,.service-card:hover,.why-card:hover,.pricing-card:hover,.manage-feature:hover{box-shadow:var(--shadow-lg);border-color:var(--red-100);transform:translateY(-4px)}@media (prefers-reduced-motion:reduce){.card:hover,.feature-card:hover,.service-card:hover,.why-card:hover,.pricing-card:hover,.manage-feature:hover,.btn:hover{transform:none}}.header{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffeb;border-bottom:1px solid #0000;transition:box-shadow .2s,border-color .2s,background .25s;position:sticky;top:0}.header.is-scrolled{box-shadow:var(--shadow-sm);border-bottom-color:var(--gray-300)}.header.header--on-dark{background:var(--charcoal-950);-webkit-backdrop-filter:none;backdrop-filter:none;border-bottom-color:#0000}.header--on-dark .header__nav>ul>li>a,.header--on-dark .header__nav-toggle{color:#ffffffd1}.header--on-dark .header__nav>ul>li>a:hover,.header--on-dark .header__nav>ul>li>.header__nav-toggle:hover,.header--on-dark .header__nav>ul>li>a.active{color:var(--white);background:#ffffff1a}.header--on-dark .header__nav-toggle:hover{color:var(--white)}.header--on-dark .header__dropdown a{color:var(--gray-700)}.header--on-dark .header__dropdown li a:hover{background:var(--red-50);color:var(--red-700)}.header--on-dark .header__nav .btn--emergency{color:var(--white);background:#ffffff14;border-color:#ffffff4d}.header--on-dark .header__nav .btn--emergency:hover{background:#ffffff29}.header--on-dark .header__burger span{background:var(--white)}.header__row{justify-content:space-between;align-items:center;gap:24px;height:76px;display:flex}.header__logo{flex-shrink:0;align-items:center;display:flex}.header__logo-img{width:auto;height:54px;display:block}.header .container{max-width:1320px}.header__nav{flex:1;justify-content:flex-end;align-items:center;gap:20px;display:flex}.header__nav>ul{flex:1;align-items:center;gap:4px;display:flex}.header__nav>ul>li{flex:1 1 0;min-width:0;position:relative}.header__nav>ul>li>a,.header__nav>ul>li>.header__nav-toggle{text-align:center;white-space:normal;border-radius:var(--radius-sm);justify-content:center;width:100%;min-height:46px;padding:6px 8px;font-size:.86rem;line-height:1.2;transition:background .15s,color .15s}.header__nav>ul>li>a:hover,.header__nav>ul>li>.header__nav-toggle:hover,.header__nav>ul>li>a.active{background:var(--red-50)}.header__nav a,.header__nav-toggle{font:inherit;color:var(--gray-700);white-space:nowrap;background:0 0;border:none;align-items:center;gap:5px;padding:8px 0;font-size:.93rem;font-weight:600;display:inline-flex}.header__nav a:hover,.header__nav-toggle:hover,.header__nav a.active{color:var(--red-700)}.header__dropdown{background:var(--white);border:1px solid var(--gray-300);border-radius:var(--radius-md);min-width:240px;box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;padding:8px;transition:all .15s;position:absolute;top:100%;left:50%;transform:translate(-50%,6px)}.header__dropdown.is-open{opacity:1;visibility:visible;transform:translate(-50%)}.header__dropdown li a{border-radius:var(--radius-sm);white-space:nowrap;padding:10px 12px;font-weight:500;display:block}.header__dropdown li a:hover{background:var(--red-50);color:var(--red-700)}.header__nav-cta{flex-shrink:0;align-items:center;gap:12px;display:flex}.header__nav-cta .btn{padding:10px 18px;font-size:.88rem}.header__nav .btn--primary{background:var(--red-700);color:var(--white)}.header__nav .btn--primary:hover{background:var(--red-800);color:var(--white)}.header__burger{background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:32px;height:32px;padding:0;display:none}.header__burger span{background:var(--charcoal-900);border-radius:2px;height:2px;transition:all .2s;display:block}@media (width<=1300px){.header{-webkit-backdrop-filter:none;backdrop-filter:none;background:var(--white)}.header__burger{display:flex}.header__nav{background:var(--white);flex-direction:column;justify-content:flex-start;align-items:stretch;padding:20px 24px 40px;transition:transform .2s;position:fixed;inset:76px 0 0;overflow-y:auto;transform:translate(100%)}.header__nav.is-open{transform:translate(0)}.header__nav>ul{flex-direction:column;align-items:stretch;gap:0}.header__nav>ul>li{border-bottom:1px solid var(--gray-100)}.header__nav a,.header__nav-toggle,.header__nav>ul>li>a,.header__nav>ul>li>.header__nav-toggle{text-align:left;white-space:normal;justify-content:space-between;width:100%;min-height:0;padding:14px 0;font-size:.93rem}.header__nav>ul>li>a,.header__nav>ul>li>.header__nav-toggle{border-radius:0}.header__nav>ul{flex:none}.header__nav>ul>li>a:hover,.header__nav>ul>li>.header__nav-toggle:hover,.header__nav>ul>li>a.active{background:0 0}.header__nav>ul>li{flex:none}.header__dropdown{box-shadow:none;opacity:1;visibility:visible;border:none;padding:0 0 8px 12px;display:none;position:static;transform:none}.header__dropdown.is-open{display:block}.header__nav-cta{flex-direction:column;align-items:stretch;margin-top:20px}.header__nav-cta .btn{justify-content:center;padding:13px 26px}}.btn--emergency{background:var(--red-50);border-color:var(--red-600);color:var(--red-800)}.btn--emergency:hover{background:var(--red-100);transform:translateY(-1px)}.btn--emergency__dot{background:var(--red-600);border-radius:50%;width:8px;height:8px;animation:1.8s ease-out infinite emergency-pulse}@keyframes emergency-pulse{0%{box-shadow:0 0 #c4302a8c}to{box-shadow:0 0 0 9px #c4302a00}}@media (prefers-reduced-motion:reduce){.btn--emergency__dot{animation:none}}.footer{background:var(--charcoal-950);color:#ffffffb3;padding-top:64px;position:relative}.footer:before{content:"";background:linear-gradient(90deg, var(--red-800), var(--red-500), var(--red-800));height:3px;position:absolute;top:0;left:0;right:0}.footer__top{border-bottom:1px solid #ffffff1a;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:40px;padding-bottom:48px;display:grid}.footer__logo{margin-bottom:16px;display:inline-block}.footer__logo-img{border-radius:50%;width:auto;height:64px;display:block}.footer__brand p{color:#ffffff9e;max-width:340px;margin-bottom:18px;font-size:.92rem}.footer__contact{flex-direction:column;gap:12px;font-size:.9rem;display:flex}.footer__contact a,.footer__contact span{align-items:flex-start;gap:9px;display:flex}.footer__contact svg{opacity:.6;flex-shrink:0;margin-top:2px}.footer__contact a{color:#ffffffd9}.footer__contact a:hover{color:var(--red-700)}.footer__contact span{color:#ffffff8c;max-width:280px}.footer__col h4{color:var(--white);font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.05em;margin-bottom:16px;font-size:.85rem}.footer__col ul{flex-direction:column;gap:10px;display:flex}.footer__col a{color:#ffffff9e;font-size:.9rem}.footer__col a:hover{color:var(--red-700)}.footer__bottom{color:#ffffff73;justify-content:space-between;align-items:center;padding:24px 0;font-size:.82rem;display:flex}.footer__bottom a{color:#ffffff9e}.footer__bottom a:hover{color:var(--red-700)}@media (width<=900px){.footer__top{grid-template-columns:1fr 1fr}}@media (width<=560px){.footer__top{grid-template-columns:1fr}.footer__bottom{text-align:center;flex-direction:column;gap:10px}}.chat-button{z-index:50;background:linear-gradient(135deg, var(--red-600), var(--red-800));color:var(--white);border-radius:999px;align-items:center;gap:10px;padding:14px 22px;font-size:.95rem;font-weight:700;transition:transform .2s,box-shadow .2s;display:inline-flex;position:fixed;bottom:24px;right:24px;box-shadow:0 10px 28px #ab232366}.chat-button:hover{transform:translateY(-3px);box-shadow:0 14px 34px #ab232380}@media (width<=640px){.chat-button{padding:14px;bottom:16px;right:16px}.chat-button span{display:none}}.stat-bar{grid-template-columns:repeat(4,1fr);gap:32px;display:grid}.stat-bar__value{font-family:var(--font-display);color:var(--red-700);margin-bottom:6px;font-size:2.4rem;font-weight:700}.stat-bar__label{color:#ffffffb3;max-width:200px;font-size:.88rem}@media (width<=900px){.stat-bar{grid-template-columns:repeat(2,1fr);gap:32px 24px}}@media (width<=480px){.stat-bar{grid-template-columns:1fr}}.cta-banner{background:var(--charcoal-900);padding:56px 0;position:relative;overflow:hidden}.cta-banner__inner{z-index:1;justify-content:space-between;align-items:center;gap:32px;display:flex;position:relative}.cta-banner h2{color:var(--white);max-width:480px;margin-bottom:6px}.cta-banner p{color:#ffffffb3;max-width:460px;margin:0}.cta-banner__actions{flex-shrink:0;gap:12px;display:flex}@media (width<=760px){.cta-banner__inner{flex-direction:column;align-items:flex-start}.cta-banner__actions{width:100%}.cta-banner__actions .btn{flex:1}}.hero{background:var(--charcoal-950);color:var(--white);padding:96px 0 0;position:relative;overflow:hidden}.hero__grid{background-image:linear-gradient(#ffffff0d 1px,#0000 1px),linear-gradient(90deg,#ffffff0d 1px,#0000 1px);background-size:56px 56px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(at 30% 30%,#000 20%,#0000 75%);mask-image:radial-gradient(at 30% 30%,#000 20%,#0000 75%)}.hero__glow{filter:blur(90px);pointer-events:none;border-radius:50%;position:absolute}.hero__glow--a{background:#c4302a73;width:520px;height:520px;top:-160px;left:-120px}.hero__glow--b{background:#d9483f47;width:460px;height:460px;bottom:-140px;right:-80px}.hero__inner{z-index:1;grid-template-columns:1.1fr .9fr;align-items:start;gap:14px 64px;padding-bottom:88px;display:grid;position:relative}.hero__headline{grid-column:1/-1}.hero__badge{white-space:nowrap;letter-spacing:-.005em;color:#ffffffd9;background:#ffffff14;border:1px solid #ffffff2e;border-radius:999px;align-items:center;gap:10px;max-width:100%;margin:0 0 26px;padding:12px 24px;font-size:clamp(.7rem,1.5vw,.95rem);font-weight:600;display:inline-flex}.hero__live-dot{background:#34d17a;border-radius:50%;flex-shrink:0;width:9px;height:9px;animation:1.8s ease-out infinite status-pulse}@keyframes status-pulse{0%{box-shadow:0 0 #34d17a99}to{box-shadow:0 0 0 11px #34d17a00}}.hero h1{color:var(--white);letter-spacing:-.02em;white-space:nowrap;margin:0;font-size:clamp(1.4rem,2.6vw,2.4rem);line-height:1.2}.hero__accent{background:linear-gradient(90deg,#ff6b5e,#d9483f 60%,#ff9a7a);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}@media (width<=900px){.hero h1{white-space:normal;font-size:clamp(1.8rem,5vw,2.4rem)}}.hero__subline{color:#ff9a7a;min-height:1.6em;margin:12px 0 0;font-size:clamp(1rem,1.6vw,1.2rem);font-weight:600}.hero__lead{color:#ffffffb8;max-width:540px;margin-bottom:34px;font-size:1.2rem;line-height:1.7}.btn--lg{padding:16px 30px;font-size:1rem}.hero__actions{flex-wrap:wrap;gap:14px;margin-bottom:48px;display:flex}.hero__trust{border-top:1px solid #ffffff1f;flex-wrap:wrap;gap:18px 44px;padding-top:28px;display:flex}.hero__trust-item{flex-direction:column;gap:2px;display:flex}.hero__trust-item strong{font-family:var(--font-display);letter-spacing:-.03em;color:var(--white);font-size:1.7rem}.hero__trust-item span{color:#ffffff8c;font-size:.82rem}.hero__visual{margin-top:36px}.console{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:linear-gradient(160deg,#ffffff17,#ffffff08);border:1px solid #ffffff24;border-radius:20px;overflow:hidden;box-shadow:0 30px 80px #00000080,inset 0 1px #ffffff1a}.console__bar{border-bottom:1px solid #ffffff1a;align-items:center;gap:7px;padding:14px 18px;display:flex}.console__bar span{background:#fff3;border-radius:50%;width:11px;height:11px}.console__bar span:first-child{background:#ff5f57}.console__bar span:nth-child(2){background:#febc2e}.console__bar span:nth-child(3){background:#28c840}.console__bar em{color:#ffffff80;letter-spacing:.02em;margin-left:10px;font-size:.78rem;font-style:normal}.console__body{padding:22px}.console__status{color:var(--white);background:#c4302a38;border:1px solid #d9483f66;border-radius:12px;align-items:center;gap:12px;margin-bottom:18px;padding:14px 18px;font-weight:700;display:flex}.console__rows{gap:10px;margin-bottom:18px;display:grid}.console__rows li{background:#ffffff0d;border:1px solid #ffffff12;border-radius:12px;align-items:center;gap:12px;padding:12px 14px;display:flex}.console__icon{color:#ffb4ab;background:#c4302a4d;border-radius:9px;place-items:center;width:34px;height:34px;display:grid}.console__label{color:#ffffffe6;flex:1;font-size:.95rem;font-weight:600}.console__ok{color:#34d17a;font-size:.76rem;font-weight:700}.console__ok:before{content:"● ";font-size:.6rem}.console__foot{grid-template-columns:1fr 1fr;gap:10px;display:grid}.console__foot div{background:#ffffff0d;border-radius:12px;padding:14px}.console__foot strong{font-family:var(--font-display);color:var(--white);letter-spacing:-.02em;font-size:1.35rem;display:block}.console__foot span{color:#ffffff8c;font-size:.78rem}.hero__marquee{z-index:1;background:#00000040;border-top:1px solid #ffffff1a;padding:20px 0;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000);mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000)}.hero__marquee-track{width:max-content;animation:34s linear infinite marquee;display:flex}.hero__marquee-set{flex-shrink:0;display:flex}.hero__marquee-set span{font-family:var(--font-display);letter-spacing:.02em;color:#ffffff80;white-space:nowrap;padding:0 34px;font-size:1.05rem;font-weight:700}.hero__marquee-set span:after{content:"✦";color:var(--red-500);margin-left:68px}@keyframes marquee{to{transform:translate(-50%)}}@media (width<=640px){.hero__badge{white-space:normal;padding:12px 20px}}@media (width<=960px){.hero{padding-top:64px}.hero__inner{grid-template-columns:1fr;gap:48px;padding-bottom:56px}}@media (prefers-reduced-motion:reduce){.hero__marquee-track,.hero__live-dot{animation:none}}.stats-section{position:relative;overflow:hidden}.section-wave{width:100%;height:44px;display:block;position:absolute;top:-1px;left:0}.section-wave path{fill:var(--white)}.service-card,.platform-card{flex-direction:column;align-items:flex-start;gap:6px;padding:36px 30px 30px;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex;position:relative;overflow:hidden}.service-card:before,.platform-card:before{content:"";background:linear-gradient(90deg, var(--red-600), var(--red-800));transform-origin:0;height:3px;transition:transform .3s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.service-card:hover:before,.platform-card:hover:before{transform:scaleX(1)}.service-card .icon-badge,.platform-card .icon-badge{background:linear-gradient(150deg, var(--red-600), var(--red-800));width:56px;height:56px;color:var(--white);border-radius:16px;margin-bottom:18px;box-shadow:0 8px 18px #ab232347}.service-card__body{display:contents}@media (width>=961px){.services-grid>.service-card--wide{grid-column:1/-1}.service-card--wide{background:linear-gradient(120deg, var(--red-50), var(--white) 55%);border-color:#c4302a40;flex-direction:row;align-items:center;gap:24px;padding:28px 34px}.service-card--wide:before{transform-origin:top;width:3px;height:100%;transition:transform .3s;right:auto;transform:scaleY(0)}.service-card--wide:hover:before{transform:scaleY(1)}.service-card--wide .icon-badge{border-radius:18px;width:68px;height:68px;margin-bottom:0}.service-card--wide .service-card__body{flex:1;display:block}.service-card--wide h3{margin-bottom:6px;font-size:1.7rem}.service-card--wide p{margin:0;font-size:1.05rem}.service-card--wide .service-card__link{flex-shrink:0;margin-top:0;font-size:.98rem}}.service-card:hover,.platform-card:hover{box-shadow:var(--shadow-lg);border-color:#c4302a73;transform:translateY(-6px)}.service-card:hover .icon-badge,.platform-card:hover .icon-badge{transform:scale(1.08)rotate(-4deg)}.service-card h3,.platform-card h3{margin-bottom:2px}.service-card p,.platform-card p{flex:1;margin:0;font-size:.95rem}.service-card__link{color:var(--red-700);align-items:center;gap:5px;margin-top:14px;font-size:.86rem;font-weight:600;display:inline-flex}.why-us{grid-template-columns:.85fr 1.15fr;align-items:start;gap:16px 72px;display:grid}.why-us__intro{position:sticky;top:100px}.why-us__intro h2,.why-us__intro>p{max-width:420px}.why-us__callout{border-top:1px solid var(--gray-300);align-items:baseline;gap:12px;margin-top:28px;padding-top:24px;display:flex}.why-us__callout strong{font-family:var(--font-display);letter-spacing:-.03em;color:var(--red-700);font-size:2.4rem}.why-us__callout span{color:var(--gray-600);max-width:160px;font-size:.9rem}.why-us__list{flex-direction:column;display:flex}.why-row{border-bottom:1px solid var(--gray-300);grid-template-columns:auto auto 1fr;align-items:flex-start;gap:20px;padding:30px 0;display:grid}.why-us__list .why-row:first-child{padding-top:0}.why-us__list .why-row:last-child{border-bottom:none}.why-row__num{font-family:var(--font-display);color:var(--gray-300);padding-top:2px;font-size:1.1rem;font-weight:700}.why-row__body h4{margin-bottom:6px}.why-row__body p{margin:0;font-size:.95rem}@media (width<=900px){.why-us{grid-template-columns:1fr;gap:40px}.why-us__intro{position:static}}.process-section{background:var(--white)}.process-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid;position:relative}.process-step{border:1px solid var(--gray-300);border-radius:var(--radius-md);background:var(--white);box-shadow:var(--shadow-sm);padding:28px 24px;position:relative}.process-step__top{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.process-step__num{font-family:var(--font-display);color:var(--red-100);letter-spacing:-.03em;font-size:2.2rem;font-weight:700;line-height:1}.process-step h4{margin-bottom:6px}.process-step p{margin:0;font-size:.88rem}.partners{background:var(--red-50);padding:52px 0}.partners__label{text-align:center;color:var(--gray-600);margin-bottom:26px;font-size:.85rem;font-weight:500}.partners__row{flex-wrap:wrap;justify-content:center;gap:12px 16px;display:flex}.partners__item{font-family:var(--font-sans);color:var(--charcoal-800);background:var(--white);border:1px solid var(--gray-300);box-shadow:var(--shadow-sm);border-radius:999px;align-items:center;gap:8px;padding:10px 20px;font-size:.92rem;font-weight:600;display:inline-flex}.partners__dot{background:var(--red-700);border-radius:50%;width:7px;height:7px}@media (width<=960px){.hero__inner{grid-template-columns:1fr}.hero__visual{max-width:420px;margin:0 auto}.process-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.hero__blob{opacity:.35;width:260px;height:260px;top:-110px;left:-110px}.hero__blob--secondary{display:none}.hero__trust{flex-wrap:wrap;row-gap:14px}.hero__trust-divider{display:none}.hero__trust{gap:28px}.process-grid{grid-template-columns:1fr}}.reviews-teaser__grid{margin-top:8px}.reviews-teaser .review-card{background:var(--white);border:1px solid var(--gray-300);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);color:inherit;flex-direction:column;margin:0;padding:26px 24px;display:flex}.reviews-teaser .review-card svg{color:var(--red-600);opacity:.55;margin-bottom:12px}.reviews-teaser .review-card blockquote{color:var(--charcoal-900);flex:1;margin:0 0 16px;font-size:.95rem;line-height:1.6}.reviews-teaser .review-card figcaption{border-top:1px solid var(--gray-300);flex-direction:column;gap:2px;padding-top:14px;display:flex}.reviews-teaser .review-card__name{color:var(--charcoal-900);font-size:.9rem;font-weight:700}.reviews-teaser .review-card__meta{color:var(--gray-600);font-size:.76rem}.reviews-teaser__more{justify-content:center;margin-top:36px;display:flex}@media (width<=960px){.reviews-teaser__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.reviews-teaser__grid{grid-template-columns:1fr}}.page-hero{background:var(--charcoal-950);color:var(--white);text-align:left;padding:96px 0 100px;position:relative;overflow:hidden}.page-hero__grid{background-image:linear-gradient(#ffffff0a 1px,#0000 1px),linear-gradient(90deg,#ffffff0a 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(at 22% 30%,#000 15%,#0000 65%);mask-image:radial-gradient(at 22% 30%,#000 15%,#0000 65%)}.page-hero__inner.has-visual{grid-template-columns:1.15fr .85fr;align-items:center;gap:32px;display:grid}.page-hero__visual{justify-content:center;display:flex}.has-visual .page-hero__stats{grid-template-columns:repeat(2,1fr);max-width:420px}.page-hero h1{color:var(--white);max-width:820px;font-size:clamp(2.6rem,5.6vw,4.4rem);line-height:1.02}.page-hero__desc{color:#ffffffbf;max-width:620px;margin:0;font-size:1.1rem}.page-hero__stats{border-top:1px solid #ffffff1f;grid-template-columns:repeat(4,1fr);gap:24px;max-width:680px;margin:40px 0 0;padding-top:28px;display:grid}.page-hero__stat{flex-direction:column;gap:2px;display:flex}.page-hero__stat strong{font-family:var(--font-display);letter-spacing:-.02em;color:var(--white);font-size:1.6rem;font-weight:700}.page-hero__stat span{color:#ffffff8c;max-width:160px;font-size:.78rem}.page-hero__wave{width:100%;height:44px;display:block;position:absolute;bottom:-1px;left:0}.page-hero__wave path{fill:var(--white)}.eyebrow--on-navy{color:#e3a9a4}.page-hero--compact{padding:18px 0 16px}.page-hero--compact .eyebrow{margin-bottom:4px;font-size:.7rem}.page-hero--compact h1{margin-bottom:0;font-size:clamp(1.35rem,2.4vw,1.8rem)}.page-hero--compact .page-hero__desc{display:none}@media (width<=860px){.page-hero__inner.has-visual{grid-template-columns:1fr}.page-hero__visual{display:none}}@media (width<=640px){.page-hero{padding-bottom:84px}.page-hero__stats{grid-template-columns:repeat(2,1fr);gap:22px 20px;margin-top:28px;padding-top:20px}.page-hero__stat strong{font-size:1.3rem}}.about-intro .section-head{max-width:680px;margin-bottom:48px}.about-timeline-layout{grid-template-columns:1fr 460px;align-items:start;gap:40px;display:grid}.timeline{border-left:2px solid var(--gray-300);flex-direction:column;gap:0;display:flex}.about-photos{flex-direction:column;gap:20px;display:flex;position:sticky;top:100px}@media (width<=900px){.about-timeline-layout{grid-template-columns:1fr}.about-photos{flex-flow:wrap;position:static}.about-photos>*{flex:220px}}.timeline__item{padding:0 0 32px 28px;position:relative}.timeline__item:last-child{padding-bottom:0}.timeline__item:before{content:"";background:var(--red-700);border:2px solid var(--white);width:12px;height:12px;box-shadow:0 0 0 2px var(--red-700);border-radius:50%;position:absolute;top:4px;left:-7px}.timeline__year{font-family:var(--font-display);color:var(--charcoal-900);margin-bottom:4px;font-size:1.1rem;font-weight:700}.timeline__item p{max-width:640px;margin:0}.office-photo{overflow:hidden}.office-photo__year{font-family:var(--font-display);letter-spacing:.02em;color:var(--white);background:var(--red-700);padding:10px 16px;font-size:1.2rem;font-weight:700}.office-photo img{aspect-ratio:16/9;object-fit:cover;width:100%;display:block}.office-photo figcaption{color:var(--charcoal-900);background:var(--gray-100);padding:10px 16px;font-size:.85rem;font-weight:600}.office-photo__pending{aspect-ratio:16/9;background:var(--gray-100);flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100%;display:flex}.office-photo__pending-text{color:var(--gray-600);margin:0;font-size:.85rem}.timeline__highlight{border-left:4px solid var(--red-700);border-radius:0 var(--radius-lg) var(--radius-lg) 0;flex-direction:column;gap:10px;margin-top:16px;padding:18px 24px;display:inline-flex}.timeline__highlight-body{align-items:center;gap:16px;display:flex}.timeline__highlight-value{font-family:var(--font-display);color:var(--charcoal-900);font-size:2rem;font-weight:700;line-height:1.1}.timeline__highlight-label{color:var(--gray-600);font-size:.85rem}.leadership-grid{gap:32px}.leadership-card{padding:32px 28px}.leadership-card__avatar{background:var(--charcoal-900);width:56px;height:56px;color:var(--red-700);font-family:var(--font-display);border-radius:50%;justify-content:center;align-items:center;margin-bottom:16px;font-size:1.1rem;font-weight:700;display:flex}.leadership-card__role{color:var(--red-700);text-transform:uppercase;letter-spacing:.03em;margin-bottom:12px;font-size:.85rem;font-weight:600}.about-mission .section-head{max-width:640px}.about-mission__icon{margin:0 auto 18px}.team-account-bar{justify-content:flex-end;margin-bottom:28px;display:flex}.team-account-bar p{margin:0}.team-login-toggle{padding:10px 20px}.team-login-form{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.team-login-form input{border:1px solid var(--gray-300);border-radius:var(--radius-sm);font:inherit;padding:10px 14px}.team-tabs{background:var(--gray-100);border-radius:999px;gap:4px;margin-bottom:40px;padding:5px;display:inline-flex}.team-tab{color:var(--gray-600);background:0 0;border:none;border-radius:999px;padding:10px 20px;font-size:.9rem;font-weight:600;transition:background .2s,color .2s}.team-tab:hover{color:var(--charcoal-900)}.team-tab.is-active{background:var(--white);color:var(--red-700);box-shadow:var(--shadow-sm)}@media (width<=640px){.team-tabs{width:100%;display:flex}.team-tab{flex:1;padding:10px 8px}}.team-table-wrap{overflow-x:auto}.team-table{border-collapse:collapse;width:100%}.team-table th,.team-table td{text-align:left;border-bottom:1px solid var(--gray-300);white-space:nowrap;padding:14px 16px}.team-table th{text-transform:uppercase;letter-spacing:.04em;color:var(--gray-600);font-size:.8rem}.team-table__empty{color:var(--gray-600)}.team-upload-btn{border-radius:var(--radius-sm);border:1px solid var(--gray-300);color:var(--red-700);cursor:pointer;margin-left:12px;padding:6px 12px;font-size:.82rem;font-weight:600;display:inline-block}.team-upload-btn input{display:none}.team-photo-add{margin-bottom:32px;padding:24px 28px}.team-photo-add h3{margin-bottom:12px}.team-photo-add__row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.team-photo-add__row input[type=text]{border:1px solid var(--gray-300);border-radius:var(--radius-sm);font:inherit;flex:1;min-width:160px;padding:10px 14px}.team-photo-card__admin{flex-wrap:wrap;justify-content:center;gap:6px 10px;margin-top:10px;display:flex}.team-photo-card__admin .team-upload-btn{margin-left:0}.team-photo-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:24px;display:grid}.team-photo-card{text-align:center;padding:20px}.team-photo-card__img{object-fit:cover;border-radius:50%;width:100px;height:100px;margin:0 auto 14px}.team-photo-card__avatar{background:var(--charcoal-900);width:100px;height:100px;color:var(--red-700);font-family:var(--font-display);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 14px;font-size:1.4rem;font-weight:700;display:flex}.team-photo-card__name{margin:0;font-weight:600}.team-error{color:var(--red-700);margin-top:12px;font-size:.9rem}.team-loading{color:var(--gray-600)}.team-link-btn{color:var(--red-700);font-weight:600;font-size:inherit;background:0 0;border:none;padding:0;text-decoration:underline}.team-admin{margin-top:48px;padding:28px}.team-admin__form{flex-wrap:wrap;gap:10px;margin:16px 0;display:flex}.team-admin__form input{border:1px solid var(--gray-300);border-radius:var(--radius-sm);font:inherit;flex:1;min-width:160px;padding:10px 14px}.team-admin__list{flex-direction:column;gap:8px;display:flex}.team-admin__list li{border-bottom:1px solid var(--gray-100);justify-content:space-between;align-items:center;padding:8px 0;display:flex}@media (width<=640px){.team-admin__form input{min-width:100%}}.celebrations-add{flex-direction:column;gap:12px;margin-bottom:32px;padding:24px 28px;display:flex}.celebrations-add h3{margin:0}.celebrations-add__row{flex-wrap:wrap;gap:10px;display:flex}.celebrations-add__row input{border:1px solid var(--gray-300);border-radius:var(--radius-sm);font:inherit;padding:10px 14px}.celebrations-add__row input[type=text]{flex:1;min-width:200px}.celebrations-add textarea{border:1px solid var(--gray-300);border-radius:var(--radius-sm);font:inherit;resize:vertical;padding:10px 14px}.celebrations-add .btn{align-self:flex-start}.celebration-event{margin-bottom:24px;padding:26px 28px}.celebration-event__header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:4px;display:flex}.celebration-event__heading{flex-wrap:wrap;align-items:baseline;gap:10px;display:flex}.celebration-event__heading h3{margin:0;font-size:1.05rem}.celebration-event__date{background:var(--red-50);color:var(--red-700);white-space:nowrap;border-radius:999px;padding:3px 10px;font-size:.76rem;font-weight:600;display:inline-block}.celebration-event__descwrap{margin:10px 0 18px}.celebration-event__desc{color:var(--gray-600);margin:0;font-size:.92rem;line-height:1.6}.celebration-event__desc.is-clamped{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.celebration-event__toggle{color:var(--red-700);cursor:pointer;background:0 0;border:none;padding:6px 0 0;font-size:.82rem;font-weight:700}.celebration-event__toggle:hover{color:var(--red-800);text-decoration:underline}.celebration-event__grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:14px;display:grid}.celebration-photo{aspect-ratio:1;border-radius:var(--radius-sm);position:relative;overflow:hidden}.celebration-photo img{object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block}.celebration-photo:hover img{transform:scale(1.06)}.celebration-photo__remove{width:24px;height:24px;color:var(--white);cursor:pointer;background:#0009;border:none;border-radius:50%;font-size:1rem;line-height:1;position:absolute;top:6px;right:6px}.celebration-photo__add{text-align:center;border:1px dashed var(--gray-300);color:var(--red-700);cursor:pointer;justify-content:center;align-items:center;padding:8px;font-size:.85rem;font-weight:600;display:flex}.celebration-photo__add input{display:none}.celebration-event__empty{color:var(--gray-600);font-size:.9rem}.server-pricing{border:1px solid var(--gray-300);border-radius:var(--radius-lg);background:var(--white);box-shadow:var(--shadow-lg);grid-template-columns:.7fr 1.3fr;display:grid;overflow:hidden}.server-pricing__price{background:linear-gradient(160deg, var(--red-900), var(--charcoal-950));color:var(--white);padding:40px 36px}.server-pricing__label{letter-spacing:.12em;text-transform:uppercase;color:#e3a9a4;margin:0 0 14px;font-size:.78rem;font-weight:700}.server-pricing__amount{letter-spacing:-.05em;font-size:4.5rem;font-weight:800;line-height:1}.server-pricing__amount sup{vertical-align:super;color:#e3a9a4;margin-right:4px;font-size:1.8rem;font-weight:700}.server-pricing__unit{color:#fffc;margin:8px 0 28px;font-size:1rem;font-weight:600}.server-pricing .btn--primary{background:var(--white);color:var(--red-800);box-shadow:none}.server-pricing .btn--primary:hover{background:var(--red-50)}.server-pricing__note{color:#ffffffb3;margin:16px 0 0;font-size:.85rem}.server-pricing__includes{padding:40px 36px}.server-pricing__includes h3{letter-spacing:.12em;text-transform:uppercase;color:var(--red-700);margin-bottom:22px;font-size:.8rem}.server-pricing__includes ul{grid-template-rows:repeat(6,auto);grid-template-columns:1fr 1fr;grid-auto-flow:column;gap:18px 28px;display:grid}.server-pricing__includes li{color:var(--charcoal-800);align-items:center;gap:14px;font-size:.9rem;line-height:1.4;display:flex}.server-pricing__tick{background:var(--red-100);width:24px;height:24px;color:var(--red-700);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}@media (width<=1000px){.server-pricing__includes ul{grid-template-rows:none;grid-template-columns:1fr;grid-auto-flow:row}}@media (width<=860px){.server-pricing{grid-template-columns:1fr}.server-pricing__price,.server-pricing__includes{padding:32px 26px}}.onboarding-steps{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.onboarding-step{border:1px solid var(--gray-300);border-radius:var(--radius-md);background:var(--white);box-shadow:var(--shadow-sm);padding:28px 24px}.onboarding-step__top{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.onboarding-step__num{letter-spacing:-.03em;color:var(--red-100);font-size:2.2rem;font-weight:800;line-height:1}.onboarding-step h4{margin-bottom:6px}.onboarding-step p{margin:0;font-size:.9rem}@media (width<=960px){.onboarding-steps{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.onboarding-steps{grid-template-columns:1fr}}.service-intro{max-width:760px}.service-intro p{color:var(--gray-700);font-size:1.15rem}.feature-card{padding:28px 24px}.feature-card .icon-badge{margin-bottom:16px}.feature-card h3{font-size:1.1rem}.feature-card p{margin:0;font-size:.93rem}.highlight-grid{gap:32px}.highlight-row{gap:16px;display:flex}.highlight-row__icon{background:var(--red-100);width:34px;height:34px;color:var(--red-700);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.highlight-row h4{margin-bottom:4px}.highlight-row p{margin:0;font-size:.9rem}.section.service-pricing{padding:48px 0 64px}.service-pricing .section-head{max-width:none;margin-bottom:32px}.service-pricing .section-head h2{white-space:nowrap;font-size:clamp(1.3rem,2.7vw,2.1rem)}@media (width<=760px){.service-pricing .section-head h2{white-space:normal;font-size:1.5rem}}.service-intro-head{max-width:none;margin-bottom:48px}.service-intro-head h2{white-space:nowrap;font-size:clamp(1.2rem,2.6vw,2.1rem)}.service-intro-head p:last-child{text-wrap:balance;max-width:1020px;margin-left:auto;margin-right:auto;font-size:1.1rem}@media (width<=760px){.service-intro-head h2{white-space:normal;font-size:1.5rem}}.pillar{padding:30px 26px;transition:transform .25s,box-shadow .25s,border-color .25s}.pillar:hover,.feature-card:hover{box-shadow:var(--shadow-md);border-color:#c4302a73;transform:translateY(-5px)}.pillar .icon-badge{margin-bottom:18px}.pillar h3{font-size:1.1rem}.pillar p{margin:0;font-size:.92rem}.feature-card{transition:transform .25s,box-shadow .25s,border-color .25s}.section.service-stats{padding:56px 0}.service-stats .stat-bar__value{color:var(--red-500)}.platform-row{flex-wrap:nowrap;justify-content:center;gap:10px;display:flex}@media (width<=1100px){.platform-row{flex-wrap:wrap;max-width:820px;margin:0 auto}}.platform-row__item{background:var(--white);box-shadow:var(--shadow-sm);white-space:nowrap;color:var(--red-800);border:1px solid #c4302a59;border-radius:999px;padding:10px 18px;font-size:.9rem;font-weight:700}.section.service-intro-section{padding:40px 0 72px}.service-page--compact section.section{padding:40px 0}.service-page--compact section.service-pricing{padding:28px 0 36px}.service-page--compact section.service-intro-section{padding:28px 0 32px}.service-page--compact section.service-stats{padding:28px 0}.service-page--compact .section-head{margin-bottom:24px}.service-page--compact .service-intro-head{margin-bottom:0}.service-page--compact .manage-highlights,.service-page--compact .highlight-grid{gap:20px}.service-page--compact .cta-banner{padding:40px 0}.service-features-head{max-width:none}.service-features-head h2{white-space:nowrap;font-size:clamp(1.3rem,2.7vw,2.1rem)}@media (width<=760px){.service-features-head h2{white-space:normal;font-size:1.5rem}}.contact-grid{grid-template-columns:.85fr 1.15fr;align-items:start;gap:56px;display:grid}.contact-info ul{flex-direction:column;gap:20px;margin:24px 0 28px;display:flex}.contact-info li{align-items:flex-start;gap:14px;display:flex}.contact-info li>div{flex-direction:column;gap:3px;display:flex}.contact-info__icon{background:var(--red-100);width:38px;height:38px;color:var(--red-700);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-info__label{text-transform:uppercase;letter-spacing:.05em;color:var(--gray-600);font-size:.78rem;font-weight:700}.contact-info a{color:var(--charcoal-900);font-weight:600}.contact-info a:hover{color:var(--red-700)}.contact-info span:not(.contact-info__label){color:var(--gray-700);max-width:320px}.contact-form{flex-direction:column;gap:18px;padding:36px;display:flex}.contact-form__row{grid-template-columns:1fr 1fr;gap:18px;display:grid}.contact-form label{color:var(--charcoal-800);flex-direction:column;gap:6px;font-size:.85rem;font-weight:600;display:flex}.contact-form input,.contact-form textarea{font:inherit;border:1.5px solid var(--gray-300);border-radius:var(--radius-sm);color:var(--gray-900);resize:vertical;padding:11px 13px}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--red-600);outline:none}.contact-form__success{text-align:center;padding:40px 0}.contact-form__error{color:var(--red-700);font-size:.9rem}@media (width<=900px){.contact-grid{grid-template-columns:1fr}}@media (width<=560px){.contact-form__row{grid-template-columns:1fr}}.manage-jump{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:32px;display:flex}.manage-jump__link{color:var(--white);border:1px solid #ffffff4d;border-radius:999px;align-items:center;gap:8px;padding:10px 20px;font-size:.9rem;font-weight:600;transition:background .2s,border-color .2s;display:inline-flex}.manage-jump__link:hover{border-color:var(--white);background:#ffffff1f}.manage-section{scroll-margin-top:80px}.manage-section__inner{grid-template-columns:1fr 1.05fr;align-items:center;gap:64px;display:grid}.manage-section__copy .icon-badge{border-radius:17px;width:60px;height:60px;margin-bottom:22px}.manage-section__copy p{max-width:480px;font-size:1.08rem}.manage-section__list{box-shadow:var(--shadow-md);padding:34px 32px}.manage-section__list h3{letter-spacing:.12em;text-transform:uppercase;color:var(--red-700);margin-bottom:20px;font-size:.8rem}.manage-section__list ul{flex-direction:column;gap:16px;display:flex}.manage-section__list li{color:var(--charcoal-800);align-items:flex-start;gap:14px;font-size:1rem;line-height:1.5;display:flex}.manage-section__tick{background:var(--red-100);width:24px;height:24px;color:var(--red-700);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;display:inline-flex}@media (width<=860px){.manage-section__inner{grid-template-columns:1fr;gap:32px}}.manage-section__head{text-align:center;max-width:680px;margin:0 auto 48px}.manage-section__head .icon-badge{border-radius:17px;width:60px;height:60px;margin-bottom:22px}.manage-section__head p{font-size:1.08rem}.manage-feature{padding:30px 26px;transition:transform .25s,box-shadow .25s,border-color .25s}.manage-feature:hover{box-shadow:var(--shadow-md);border-color:#c4302a73;transform:translateY(-5px)}.manage-feature .icon-badge{margin-bottom:18px}.manage-feature h3{font-size:1.1rem}.manage-feature p{margin:0;font-size:.93rem}.manage-highlights{border-top:1px solid var(--gray-300);grid-template-columns:repeat(3,1fr);gap:32px;margin-top:48px;padding-top:40px;display:grid}.manage-highlights__item{align-items:flex-start;gap:14px;display:flex}.manage-highlights__item h4{margin-bottom:4px}.manage-highlights__item p{margin:0;font-size:.9rem}.manage-section__more{margin-top:36px}@media (width<=860px){.manage-highlights{grid-template-columns:1fr;gap:24px}}.manage-price{box-shadow:var(--shadow-md);flex-direction:column;padding:34px 30px;display:flex}.manage-price h3{margin-bottom:8px;font-size:1.3rem}.manage-price__tagline{min-height:4.8em;font-size:.92rem}.manage-price__amount{align-items:baseline;gap:8px;margin-top:6px;display:flex}.manage-price__from{color:var(--gray-600);font-size:.85rem;font-weight:600}.manage-price__value{letter-spacing:-.04em;color:var(--charcoal-900);font-size:3rem;font-weight:800;line-height:1}.manage-price__value sup{vertical-align:super;color:var(--red-700);margin-right:2px;font-size:1.3rem;font-weight:700}.manage-price__billing{color:var(--gray-600);font-size:.9rem;font-weight:600}.manage-price__range{color:var(--gray-600);margin:8px 0 22px;font-size:.82rem}.manage-price ul{border-top:1px solid var(--gray-300);flex-direction:column;flex:1;gap:12px;margin-bottom:28px;padding-top:22px;display:flex}.manage-price li{color:var(--charcoal-800);align-items:flex-start;gap:12px;font-size:.95rem;line-height:1.45;display:flex}.manage-section__price{margin-top:56px}.reviews-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.review-card{background:var(--white);border:1px solid var(--gray-300);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);flex-direction:column;margin:0;padding:28px 26px;display:flex}.review-card svg{color:var(--red-600);opacity:.6;margin-bottom:14px}.review-card blockquote{color:var(--charcoal-900);flex:1;margin:0 0 20px;font-size:1rem;line-height:1.6}.review-card figcaption{border-top:1px solid var(--gray-300);flex-direction:column;gap:2px;padding-top:16px;display:flex}.review-card__name{color:var(--charcoal-900);font-size:.95rem;font-weight:700}.review-card__company{color:var(--gray-600);font-size:.85rem}.review-card__meta{color:var(--gray-600);margin-top:4px;font-size:.78rem}.review-card__link{color:var(--red-700);align-items:center;gap:5px;margin-top:10px;font-size:.82rem;font-weight:600;display:inline-flex}.review-card__link:hover{color:var(--red-800)}@media (width<=960px){.reviews-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.reviews-grid{grid-template-columns:1fr}}.pricing-table{align-items:start}.pricing-card{flex-direction:column;padding:32px 28px;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;position:relative}.pricing-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.pricing-card.is-highlight{border-color:var(--red-800);box-shadow:var(--shadow-lg);background:linear-gradient(165deg, var(--red-50), var(--white) 45%)}@media (width>=761px){.pricing-card.is-highlight{transform:scale(1.04)}.pricing-card.is-highlight:hover{transform:scale(1.04)translateY(-4px)}}.pricing-card__badge{background:linear-gradient(120deg, var(--red-600), var(--red-800));color:var(--white);letter-spacing:.06em;text-transform:uppercase;border-radius:999px;padding:6px 14px;font-size:.7rem;font-weight:700;position:absolute;top:-13px;left:28px;box-shadow:0 4px 12px #ab232359}.pricing-card__banner{background:linear-gradient(135deg, var(--charcoal-900), var(--charcoal-950));border-radius:19px 19px 0 0;align-items:center;gap:14px;margin:-32px -28px 24px;padding:30px 28px 22px;display:flex}.pricing-card.is-highlight .pricing-card__banner{background:linear-gradient(135deg, var(--red-600), var(--red-800))}.pricing-card__banner .icon-badge{color:var(--white);background:#ffffff29;flex-shrink:0;box-shadow:inset 0 0 0 1px #fff3}.pricing-card__banner h3{color:var(--white);letter-spacing:-.01em;margin:0;font-size:1.2rem}.pricing-card__price{font-family:var(--font-display);color:var(--charcoal-900);align-items:baseline;gap:3px;margin-bottom:20px;font-size:2.4rem;font-weight:700;display:flex}.pricing-card__currency{font-size:1.1rem;font-weight:600}.pricing-card__billing{font-family:var(--font-sans);color:var(--gray-600);margin-left:4px;font-size:.85rem;font-weight:500}.pricing-card__specs{border-bottom:1px solid var(--gray-100);flex-direction:column;gap:6px;margin-bottom:16px;padding-bottom:16px;display:flex}.pricing-card__specs li{color:var(--charcoal-800);font-size:.88rem;font-weight:600}.pricing-card__features{flex-direction:column;flex:1;gap:11px;margin-bottom:28px;display:flex}.pricing-card__features li{color:var(--gray-700);align-items:flex-start;gap:8px;font-size:.9rem;display:flex}.pricing-card__features svg,.pricing-card__check{color:var(--green-600);flex-shrink:0;margin-top:3px}.p-panel{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:linear-gradient(160deg,#ffffff17,#ffffff08);border:1px solid #ffffff24;border-radius:20px;width:100%;max-width:400px;overflow:hidden;box-shadow:0 30px 80px #00000080,inset 0 1px #ffffff1a}.p-panel__bar{border-bottom:1px solid #ffffff1a;align-items:center;gap:7px;padding:14px 18px;display:flex}.p-panel__bar span{background:#fff3;border-radius:50%;width:11px;height:11px}.p-panel__bar span:first-child{background:#ff5f57}.p-panel__bar span:nth-child(2){background:#febc2e}.p-panel__bar span:nth-child(3){background:#28c840}.p-panel__bar em{color:#ffffff80;letter-spacing:.02em;margin-left:10px;font-size:.78rem;font-style:normal}.p-panel__body{padding:22px}.p-panel__status{color:var(--white);background:#c4302a38;border:1px solid #d9483f66;border-radius:12px;align-items:center;gap:12px;margin-bottom:18px;padding:14px 18px;font-size:.92rem;font-weight:700;display:flex}.p-panel__dot{background:#34d17a;border-radius:50%;flex-shrink:0;width:9px;height:9px;animation:1.8s ease-out infinite p-panel-pulse}@keyframes p-panel-pulse{0%{box-shadow:0 0 #34d17a99}to{box-shadow:0 0 0 10px #34d17a00}}.p-panel__rows{gap:10px;margin:0 0 18px;padding:0;list-style:none;display:grid}.p-panel__rows li{background:#ffffff0d;border:1px solid #ffffff12;border-radius:12px;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:12px 14px;display:grid}.p-panel__rows li.is-highlight{background:#c4302a2e;border-color:#d9483f59}.p-panel__icon{color:#ffb4ab;background:#c4302a4d;border-radius:9px;place-items:center;width:34px;height:34px;display:grid}.p-panel__mid{flex-direction:column;gap:1px;min-width:0;display:flex}.p-panel__name{color:#ffffffeb;font-size:.9rem;font-weight:700}.p-panel__sub{color:#ffffff80;text-overflow:ellipsis;white-space:nowrap;font-size:.74rem;overflow:hidden}.p-panel__ok{color:#34d17a;white-space:nowrap;font-size:.72rem;font-weight:700}.p-panel__ok:before{content:"● ";font-size:.55rem}.p-panel__foot{grid-template-columns:1fr 1fr;gap:10px;display:grid}.p-panel__foot div{background:#ffffff0d;border-radius:12px;padding:14px}.p-panel__foot strong{font-family:var(--font-display);color:var(--white);letter-spacing:-.02em;font-size:1.3rem;display:block}.p-panel__foot span{color:#ffffff8c;font-size:.74rem}@media (prefers-reduced-motion:reduce){.p-panel__dot{animation:none}}.faq-list{flex-direction:column;gap:12px;max-width:800px;display:flex}.faq-item{border:1px solid var(--gray-300);border-radius:var(--radius-md);padding:18px 22px}.faq-item summary{cursor:pointer;color:var(--charcoal-900);justify-content:space-between;align-items:center;font-weight:600;list-style:none;display:flex}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";color:var(--red-700);flex-shrink:0;margin-left:16px;font-size:1.3rem}.faq-item[open] summary:after{content:"−"}.faq-item p{color:var(--gray-700);margin:14px 0 0;font-size:.94rem}.legal{max-width:720px}.legal h2{margin-top:36px;font-size:1.2rem}.legal h2:first-child{margin-top:0}.legal p{font-size:.95rem}.legal a{color:var(--red-700);font-weight:600}
