@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap";:root{color:#182230;font-synthesis:none;--primary:#6558f5;--primary-2:#4f46e5;--ink:#101828;--muted:#667085;--line:#e5e9f0;--surface:#fff;--success:#12b76a;--warning:#f79009;--danger:#f04438;--sidebar:#111827;background:#f6f8fb;font-family:DM Sans,sans-serif}*{box-sizing:border-box}body{min-width:320px;margin:0}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.app{min-height:100vh}.shell{grid-template-columns:250px 1fr;min-height:100vh;display:grid}.sidebar{background:var(--sidebar);color:#fff;z-index:20;flex-direction:column;width:250px;padding:24px 16px;display:flex;position:fixed;inset:0 auto 0 0}.brand{align-items:center;gap:11px;padding:0 10px 28px;font:800 20px Manrope;display:flex}.brand-mark{background:linear-gradient(135deg,#8b7cff,#4f46e5);border-radius:11px;place-items:center;width:34px;height:34px;display:grid;box-shadow:0 8px 22px #6558f54a}.nav{gap:5px;display:grid}.nav-section{text-transform:uppercase;letter-spacing:.1em;color:#98a2b3;padding:22px 12px 8px;font-size:11px}.nav-link{color:#cfd4dc;border-radius:10px;align-items:center;gap:12px;padding:10px 12px;font-size:14px;font-weight:500;display:flex}.nav-link:hover,.nav-link.active{color:#fff;background:#ffffff12}.nav-link.active{box-shadow:inset 3px 0 var(--primary)}.sidebar-foot{border-top:1px solid #ffffff18;margin-top:auto;padding-top:16px}.user-mini{align-items:center;gap:10px;padding:10px;display:flex}.avatar{color:#6941c6;background:#f4ebff;border-radius:50%;place-items:center;width:36px;height:36px;font-weight:700;display:grid}.user-mini small{color:#98a2b3}.main{grid-column:2;min-width:0}.topbar{border-bottom:1px solid var(--line);z-index:10;background:#fff;justify-content:space-between;align-items:center;height:72px;padding:0 30px;display:flex;position:sticky;top:0}.top-search{width:min(420px,42vw);position:relative}.top-search input{border:1px solid var(--line);background:#f9fafb;border-radius:10px;width:100%;padding:10px 14px 10px 40px}.top-search svg{color:#98a2b3;position:absolute;top:10px;left:13px}.top-actions{align-items:center;gap:10px;display:flex}.icon-btn{border:1px solid var(--line);color:#475467;background:#fff;border-radius:10px;place-items:center;width:40px;height:40px;display:grid}.primary-btn,.secondary-btn{border:0;border-radius:10px;align-items:center;gap:8px;padding:10px 16px;font-weight:700;display:inline-flex}.primary-btn{background:var(--primary);color:#fff;box-shadow:0 6px 18px #6558f52b}.primary-btn:hover{background:var(--primary-2)}.secondary-btn{border:1px solid var(--line);color:#344054;background:#fff}.content{max-width:1600px;margin:auto;padding:28px 30px 80px}.page-head{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px;display:flex}.page-head h1{color:var(--ink);margin:0;font:800 28px Manrope}.page-head p{color:var(--muted);margin:6px 0 0}.metrics{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:22px;display:grid}.metric,.card{background:var(--surface);border:1px solid var(--line);border-radius:16px;box-shadow:0 1px 2px #10182808}.metric{padding:18px}.metric-top{justify-content:space-between;align-items:center;display:flex}.metric-icon{width:40px;height:40px;color:var(--primary);background:#f0efff;border-radius:11px;place-items:center;display:grid}.metric-label{color:var(--muted);font-size:13px}.metric-value{margin-top:13px;font:800 26px Manrope}.metric-trend{color:var(--success);margin-top:4px;font-size:12px}.grid-2{grid-template-columns:1.55fr 1fr;gap:18px;display:grid}.card-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:18px 20px;display:flex}.card-head h3{margin:0;font:700 16px Manrope}.card-body{padding:18px 20px}.table-wrap{overflow:auto}.table{border-collapse:collapse;width:100%;min-width:760px}.table th{text-align:left;color:#667085;border-bottom:1px solid var(--line);background:#f9fafb;padding:12px 14px;font-size:12px;font-weight:600}.table td{border-bottom:1px solid #eef1f5;padding:14px;font-size:14px}.table tr:last-child td{border-bottom:0}.strong{color:#101828;font-weight:700}.sub{color:#667085;margin-top:3px;font-size:12px}.badge{color:#475467;background:#f2f4f7;border-radius:999px;align-items:center;padding:5px 9px;font-size:12px;font-weight:600;display:inline-flex}.badge.approval{color:#c4320a;background:#fff6ed}.badge.repair{color:#3538cd;background:#eef4ff}.badge.test{color:#5925dc;background:#f4f3ff}.badge.ready,.badge.paid{color:#027a48;background:#ecfdf3}.badge.part,.badge.pending{color:#b54708;background:#fffaeb}.list{gap:12px;display:grid}.activity{align-items:flex-start;gap:12px;display:flex}.activity-dot{background:var(--primary);border-radius:50%;width:9px;height:9px;margin-top:6px;box-shadow:0 0 0 4px #f0efff}.activity p{margin:0;font-size:13px}.activity time{color:#98a2b3;font-size:11px}.progress-row{margin-bottom:16px}.progress-label{justify-content:space-between;margin-bottom:7px;font-size:13px;display:flex}.bar{background:#eef1f5;border-radius:999px;height:8px;overflow:hidden}.bar span{background:linear-gradient(90deg,var(--primary),#8b7cff);border-radius:inherit;height:100%;display:block}.filters{flex-wrap:wrap;gap:10px;margin-bottom:16px;display:flex}.input,.select,.textarea{border:1px solid var(--line);background:#fff;border-radius:10px;outline:none;padding:10px 12px}.input:focus,.select:focus,.textarea:focus{border-color:#9b8afb;box-shadow:0 0 0 3px #6558f51a}.filters .input{min-width:260px}.kanban{grid-template-columns:repeat(4,minmax(260px,1fr));gap:14px;padding-bottom:10px;display:grid;overflow:auto}.kanban-col{background:#eef1f5;border-radius:14px;min-height:520px;padding:12px}.kanban-title{justify-content:space-between;padding:3px 4px 12px;font-size:13px;font-weight:700;display:flex}.os-card{border:1px solid var(--line);background:#fff;border-radius:12px;margin-bottom:10px;padding:14px;box-shadow:0 1px 2px #1018280a}.os-card h4{margin:8px 0 3px;font-size:14px}.os-id{color:#667085;justify-content:space-between;font-size:11px;display:flex}.os-footer{color:#667085;justify-content:space-between;align-items:center;margin-top:13px;font-size:12px;display:flex}.priority{background:#12b76a;border-radius:50%;width:7px;height:7px;margin-right:5px;display:inline-block}.priority.Alta{background:#f79009}.priority.Urgente{background:#f04438}.form-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.field{gap:7px;display:grid}.field label{color:#344054;font-size:13px;font-weight:600}.field.full{grid-column:1/-1}.textarea{resize:vertical;min-height:100px}.modal-back{z-index:50;background:#10182899;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.modal{background:#fff;border-radius:18px;width:min(720px,100%);max-height:90vh;overflow:auto;box-shadow:0 30px 80px #10182833}.modal-head,.modal-foot{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:18px 22px;display:flex}.modal-foot{border-top:1px solid var(--line);border-bottom:0;justify-content:flex-end;gap:10px}.modal-body{padding:22px}.mobile-menu{display:none}.landing{background:#fbfcfe}.landing-nav{justify-content:space-between;align-items:center;max-width:1180px;height:76px;margin:auto;padding:0 24px;display:flex}.landing-links{color:#475467;gap:26px;font-weight:600;display:flex}.hero{grid-template-columns:1.05fr .95fr;align-items:center;gap:60px;max-width:1180px;margin:auto;padding:76px 24px 92px;display:grid}.eyebrow{color:#5145cd;background:#f0efff;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:700;display:inline-flex}.hero h1{color:#101828;letter-spacing:-.04em;margin:20px 0;font:800 clamp(42px,5vw,67px)/1.04 Manrope}.hero p{color:#667085;max-width:620px;font-size:18px;line-height:1.7}.hero-actions{gap:12px;margin-top:28px;display:flex}.hero-panel{background:#111827;border-radius:28px;padding:18px;transform:rotate(1deg);box-shadow:0 35px 80px #34405430}.hero-panel img{width:100%;display:block}.mock-window{background:#f6f8fb;border-radius:18px;overflow:hidden}.mock-top{background:#fff;border-bottom:1px solid #e5e9f0;align-items:center;gap:6px;height:36px;padding:0 14px;display:flex}.mock-top i{background:#d0d5dd;border-radius:50%;width:8px;height:8px}.mock-body{grid-template-columns:95px 1fr;min-height:430px;display:grid}.mock-side{background:#171f2f;padding:14px 9px}.mock-line{background:#ffffff1f;border-radius:4px;height:9px;margin-bottom:11px}.mock-main{padding:20px}.mock-cards{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.mock-card{background:#fff;border:1px solid #e5e9f0;border-radius:12px;height:76px}.mock-chart{background:#fff;border:1px solid #e5e9f0;border-radius:12px;height:190px;margin-top:12px;position:relative;overflow:hidden}.mock-chart:after{content:"";background:linear-gradient(150deg,#0000 0 30%,#6558f530 31% 39%,#0000 40% 48%,#6558f530 49% 58%,#0000 59%);position:absolute;inset:65px 20px 20px}.features{max-width:1180px;margin:auto;padding:80px 24px}.section-title{text-align:center;max-width:720px;margin:0 auto 40px}.section-title h2{margin:12px 0;font:800 38px Manrope}.section-title p{color:#667085;line-height:1.7}.feature-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.feature{border:1px solid var(--line);background:#fff;border-radius:18px;padding:24px}.feature h3{font:700 17px Manrope}.feature p{color:#667085;font-size:14px;line-height:1.6}.footer{border-top:1px solid var(--line);text-align:center;color:#667085;padding:30px 24px}.empty{text-align:center;color:#667085;padding:50px}.auth{background:#fff;grid-template-columns:1fr 1fr;min-height:100vh;display:grid}.auth-side{color:#fff;background:#111827;flex-direction:column;justify-content:space-between;padding:48px;display:flex}.auth-side h2{max-width:530px;font:800 44px/1.1 Manrope}.auth-main{place-items:center;padding:32px;display:grid}.auth-box{width:min(430px,100%)}.auth-box h1{font:800 30px Manrope}.auth-box .field{margin:15px 0}.auth-box button{justify-content:center;width:100%;margin-top:10px}.menu-overlay{display:none}@media (width<=1050px){.metrics{grid-template-columns:repeat(2,1fr)}.grid-2{grid-template-columns:1fr}.feature-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=780px){.shell{display:block}.sidebar{transition:all .25s;transform:translate(-100%)}.sidebar.open{transform:translate(0)}.menu-overlay.open{z-index:19;background:#10182880;display:block;position:fixed;inset:0}.main{grid-column:auto}.mobile-menu{display:grid}.topbar{height:64px;padding:0 16px}.top-search{display:none}.content{padding:20px 16px 90px}.page-head{align-items:center}.page-head h1{font-size:23px}.metrics{grid-template-columns:1fr 1fr;gap:10px}.metric{padding:14px}.metric-value{font-size:21px}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.hero{grid-template-columns:1fr;padding-top:48px}.hero h1{font-size:43px}.landing-links{display:none}.feature-grid,.auth{grid-template-columns:1fr}.auth-side{display:none}.kanban{grid-template-columns:repeat(4,82vw)}}@media (width<=480px){.metrics{grid-template-columns:1fr}.page-head{display:block}.page-head .primary-btn{margin-top:14px}.hero-actions{flex-direction:column}.mock-body{grid-template-columns:65px 1fr}.mock-main{padding:12px}.top-actions .secondary-btn{display:none}}.marketing-page{color:var(--ink);background:#fbfcfe;min-height:100vh}.marketing-header{z-index:40;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fbfcfef2;border-bottom:1px solid #0000;justify-content:space-between;align-items:center;max-width:1240px;height:76px;margin:auto;padding:0 24px;display:flex;position:sticky;top:0}.marketing-brand{align-items:center;gap:10px;font:800 20px Manrope;display:flex}.marketing-brand.light{color:#fff}.marketing-desktop-nav{color:#475467;align-items:center;gap:28px;font-weight:600;display:flex}.marketing-desktop-nav>a,.nav-drop>button{color:inherit;background:0 0;border:0;align-items:center;gap:5px;padding:26px 0;display:flex}.nav-drop{position:relative}.nav-drop-menu{border:1px solid var(--line);background:#fff;border-radius:14px;min-width:240px;padding:10px;display:none;position:absolute;top:64px;left:-18px;box-shadow:0 20px 50px #1018281a}.nav-drop:hover .nav-drop-menu{display:grid}.nav-drop-menu a{border-radius:9px;padding:10px 12px}.nav-drop-menu a:hover{color:var(--primary);background:#f7f7fb}.marketing-actions{align-items:center;gap:14px;display:flex}.text-link{color:#344054;font-weight:700}.marketing-menu-btn{background:0 0;border:0;display:none}.marketing-mobile-menu{z-index:100;background:#fff;align-content:start;gap:4px;padding:20px;display:grid;position:fixed;inset:0;overflow:auto}.marketing-mobile-head{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.marketing-mobile-head button{background:0 0;border:0}.marketing-mobile-menu>a{border-bottom:1px solid #eef1f5;padding:13px 8px;font-weight:700}.mobile-menu-ctas{gap:10px;margin-top:20px;display:grid}.mobile-menu-ctas a{justify-content:center}.marketing-hero{grid-template-columns:1fr 1.04fr;align-items:center;gap:68px;max-width:1240px;margin:auto;padding:84px 24px 105px;display:grid}.hero-copy h1,.page-hero h1,.solution-hero h1,.resource-hero h1,.demo-page h1,.signup-card h1{letter-spacing:-.045em;color:#101828;margin:20px 0;font:800 clamp(42px,5vw,70px)/1.03 Manrope}.hero-copy>p,.page-hero>p,.solution-hero p,.resource-hero p,.demo-page>div>p,.signup-card>p{color:#667085;max-width:680px;font-size:18px;line-height:1.7}.primary-btn.large,.secondary-btn.large{border-radius:12px;padding:13px 19px}.hero-proof{color:#667085;flex-wrap:wrap;gap:18px;margin-top:22px;font-size:13px;display:flex}.hero-proof span{align-items:center;gap:5px;display:flex}.hero-visual{position:relative}.product-shot{background:#131b2b;border-radius:24px;padding:13px;overflow:hidden;transform:rotate(1deg);box-shadow:0 36px 90px #34405430}.product-shot.compact{transform:none}.shot-top{background:#fff;border-radius:13px 13px 0 0;align-items:center;gap:6px;height:34px;padding:0 12px;display:flex}.shot-top span{background:#d0d5dd;border-radius:50%;width:8px;height:8px}.shot-top b{color:#98a2b3;margin-left:8px;font-size:9px}.shot-body{background:#f6f8fb;border-radius:0 0 13px 13px;grid-template-columns:92px 1fr;min-height:430px;display:grid}.shot-body aside{background:#182132;padding:16px 10px}.shot-body aside div{background:#ffffff1a;border-radius:4px;height:8px;margin-bottom:13px}.shot-body .shot-logo{background:#6558f58a;height:24px;margin-bottom:24px}.shot-body main{padding:18px}.shot-head{justify-content:space-between;align-items:center;display:flex}.shot-head small,.shot-head strong{display:block}.shot-head small{color:#98a2b3;font-size:9px}.shot-head strong{font-size:13px}.shot-head button{background:var(--primary);color:#fff;border:0;border-radius:7px;padding:8px;font-size:9px}.shot-metrics{grid-template-columns:repeat(3,1fr);gap:9px;margin-top:15px;display:grid}.shot-metrics article{border:1px solid var(--line);background:#fff;border-radius:10px;padding:12px}.shot-metrics small,.shot-metrics b{display:block}.shot-metrics small{color:#98a2b3;font-size:8px}.shot-metrics b{margin-top:5px;font-size:16px}.shot-content{grid-template-columns:1.4fr 1fr;gap:9px;margin-top:10px;display:grid}.shot-chart,.shot-list{border:1px solid var(--line);background:#fff;border-radius:10px;height:208px;padding:14px}.shot-chart{align-items:flex-end;gap:8px;display:flex}.shot-chart i{background:linear-gradient(#9b8afb,#6558f5);border-radius:5px 5px 0 0;width:12%;display:block}.shot-chart i:first-child{height:40%}.shot-chart i:nth-child(2){height:62%}.shot-chart i:nth-child(3){height:52%}.shot-chart i:nth-child(4){height:83%}.shot-chart i:nth-child(5){height:68%}.shot-chart i:nth-child(6){height:92%}.shot-chart i:nth-child(7){height:76%}.shot-list b{font-size:10px}.shot-list span{background:#f2f4f7;border-radius:5px;height:18px;margin-top:11px;display:block}.floating-card{border:1px solid var(--line);background:#fff;border-radius:12px;align-items:center;gap:8px;padding:10px 13px;font-size:12px;font-weight:700;display:flex;position:absolute;box-shadow:0 12px 30px #1018281c}.floating-card svg{color:var(--success)}.fc-one{bottom:42px;left:-26px}.fc-two{top:42px;right:-18px}.trust-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);color:#667085;text-align:center;grid-template-columns:repeat(4,1fr);gap:16px;max-width:1240px;margin:0 auto 36px;padding:18px 24px;font-weight:700;display:grid}.marketing-section{max-width:1240px;margin:auto;padding:92px 24px}.marketing-section.soft{background:#f5f7fb;max-width:none;padding-left:max(24px,50vw - 596px);padding-right:max(24px,50vw - 596px)}.section-heading{text-align:center;max-width:760px;margin:0 auto 44px}.section-heading.left{text-align:left;margin-left:0}.section-heading h2,.product-tabs-copy h2,.portal-card h2,.final-cta h2{letter-spacing:-.03em;margin:14px 0;font:800 clamp(32px,4vw,48px)/1.12 Manrope}.section-heading p,.product-tabs-copy p,.portal-card p,.final-cta p{color:#667085;font-size:17px;line-height:1.7}.before-after{grid-template-columns:1fr 1fr;gap:20px;display:grid}.before-after article{border:1px solid var(--line);background:#fff;border-radius:20px;padding:28px}.before-after .before{background:snow}.before-after .after{background:#f4fbf7}.before-after h3{font:800 20px Manrope}.before-after p{color:#475467;align-items:flex-start;gap:10px;display:flex}.before svg{color:var(--danger)}.after svg{color:var(--success)}.workflow-grid{grid-template-columns:repeat(5,1fr);gap:14px;display:grid}.workflow-grid article{border:1px solid var(--line);background:#fff;border-radius:18px;padding:22px}.workflow-grid span{color:var(--primary);font:800 12px Manrope}.workflow-grid h3{margin:18px 0 8px;font:700 16px Manrope}.workflow-grid p{color:#667085;font-size:13px;line-height:1.6}.feature-grid.rich{grid-template-columns:repeat(3,1fr)}.rich-card{transition:all .2s;box-shadow:0 10px 30px #10182808}.rich-card:hover{transform:translateY(-4px)}.feature-icon{width:44px;height:44px;color:var(--primary);background:#eeecff;border-radius:13px;place-items:center;display:grid}.rich-card a{color:var(--primary);align-items:center;gap:5px;margin-top:8px;font-size:13px;font-weight:700;display:inline-flex}.product-tabs{grid-template-columns:.85fr 1.15fr;align-items:center;gap:70px;display:grid}.product-tabs-copy ul{gap:12px;margin:25px 0;padding:0;list-style:none;display:grid}.product-tabs-copy li{align-items:center;gap:9px;display:flex}.product-tabs-copy li svg{color:var(--success)}.portal-section{padding-top:30px}.portal-card{color:#fff;background:#101828;border-radius:28px;grid-template-columns:1fr 340px;align-items:center;gap:60px;padding:54px;display:grid;overflow:hidden}.portal-card p{color:#cfd4dc}.eyebrow.dark{color:#fff;background:#ffffff15}.phone-mock{color:#101828;background:#fff;border-radius:28px;width:250px;margin:auto;padding:28px 18px 22px;position:relative;box-shadow:0 22px 55px #0005}.phone-notch{background:#101828;border-radius:99px;width:72px;height:7px;position:absolute;top:8px;left:50%;transform:translate(-50%)}.phone-mock small{color:#98a2b3;font-size:11px}.phone-mock h4{margin:7px 0 10px}.status-pill{color:#5925dc;background:#f4f3ff;border-radius:99px;padding:5px 9px;font-size:11px;font-weight:700;display:inline-flex}.timeline{grid-template-columns:14px 1fr;gap:12px 9px;margin-top:22px;display:grid}.timeline i{background:#d0d5dd;border-radius:50%;width:10px;height:10px;margin-top:3px}.timeline i.done{background:var(--success)}.timeline p{color:#344054;margin:0;font-size:12px}.timeline p small{display:block}.segments-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.segment-card{border:1px solid var(--line);background:#fff;border-radius:18px;padding:24px;transition:all .2s}.segment-card:hover{border-color:#b9b4ff;transform:translateY(-3px)}.segment-card>svg{color:var(--primary)}.segment-card h3{font:700 17px Manrope}.segment-card p{color:#667085;font-size:14px;line-height:1.6}.segment-card span{color:var(--primary);align-items:center;gap:5px;font-size:13px;font-weight:700;display:flex}.pricing-preview{background:#fff}.pricing-grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:18px;display:grid}.pricing-grid article{border:1px solid var(--line);border-radius:22px;flex-direction:column;padding:28px;display:flex;position:relative}.pricing-grid article.featured{border:2px solid var(--primary);box-shadow:0 20px 60px #6558f51c}.popular{color:var(--primary);background:#eeecff;border-radius:99px;font-size:11px;font-weight:700;position:absolute;right:18px;padding:5px 9px!important;top:18px!important}.pricing-grid h3{margin:0;font:800 21px Manrope}.pricing-grid article>p{color:#667085;min-height:42px}.pricing-grid strong{margin:12px 0;font:800 35px Manrope}.pricing-grid strong small{color:#667085;font:500 13px DM Sans}.pricing-grid em{color:#667085;margin-bottom:18px;font-size:13px;font-style:normal}.pricing-grid article>span:not(.popular){align-items:center;gap:8px;margin:7px 0;font-size:14px;display:flex}.pricing-grid article>span svg{color:var(--success)}.pricing-grid article>a{justify-content:center;margin-top:auto;padding-top:12px;padding-bottom:12px}.pricing-link{text-align:center;margin-top:26px}.pricing-link a{color:var(--primary);align-items:center;gap:6px;font-weight:700;display:inline-flex}.faq-section{grid-template-columns:.7fr 1.3fr;gap:70px;display:grid}.faq-list{gap:10px;display:grid}.faq-list button{text-align:left;border:1px solid var(--line);background:#fff;border-radius:14px;justify-content:space-between;align-items:flex-start;padding:17px 18px;display:flex}.faq-list button p{color:#667085;margin:10px 0 0;font-weight:400;line-height:1.6}.faq-list button.open svg{transform:rotate(180deg)}.final-cta{color:#fff;background:linear-gradient(135deg,#4f46e5,#725ff7);border-radius:28px;justify-content:space-between;align-items:center;gap:40px;max-width:1192px;margin:20px auto 92px;padding:52px 56px;display:flex}.final-cta p{color:#e6e4ff}.final-cta>div:last-child{flex-wrap:wrap;gap:10px;display:flex}.light-btn{color:#4f46e5;background:#fff}.light-btn:hover{background:#f8f7ff}.dark-btn{color:#fff;background:#ffffff12;border-color:#ffffff35}.marketing-footer{color:#cfd4dc;background:#101828;padding:60px 24px 28px}.footer-grid{grid-template-columns:1.6fr repeat(4,1fr);gap:38px;max-width:1240px;margin:auto;display:grid}.footer-grid p{max-width:360px;line-height:1.7}.footer-grid h4{color:#fff}.footer-grid>div{align-content:start;gap:10px;display:grid}.footer-grid a{font-size:14px}.footer-bottom{border-top:1px solid #ffffff1b;justify-content:space-between;max-width:1240px;margin:42px auto 0;padding-top:22px;font-size:13px;display:flex}.page-hero{text-align:center;max-width:900px;margin:auto;padding:90px 24px 45px}.page-hero .hero-actions{justify-content:center}.product-overview{grid-template-columns:1.1fr .9fr;align-items:center;gap:60px;display:grid}.overview-list{gap:16px;display:grid}.overview-list article,.resource-detail article{gap:14px;display:flex}.overview-list svg,.resource-detail svg{color:var(--primary);flex:none}.overview-list h3,.resource-detail h3{margin:0 0 5px}.overview-list p,.resource-detail p{color:#667085;margin:0;line-height:1.5}.integration-grid,.security-grid,.values-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.integration-grid article,.security-grid article,.values-grid article{border:1px solid var(--line);background:#fff;border-radius:18px;padding:24px}.integration-grid svg,.security-grid svg{color:var(--primary)}.solution-hero,.resource-hero{grid-template-columns:1fr 360px;align-items:center;gap:50px;max-width:1240px;margin:auto;padding:90px 24px 55px;display:grid}.solution-icon,.resource-icon{height:300px;color:var(--primary);background:linear-gradient(135deg,#edeaff,#dbeafe);border-radius:28px;place-items:center;display:grid}.solution-features{grid-template-columns:repeat(5,1fr);gap:14px;display:grid}.solution-features article{border:1px solid var(--line);border-radius:17px;padding:21px}.solution-features span{color:var(--primary);font-weight:800}.solution-features p{color:#667085;font-size:13px;line-height:1.55}.resource-detail{grid-template-columns:1.15fr .85fr;align-items:center;gap:55px;display:grid}.resource-detail>div{gap:20px;display:grid}.compare-table{border:1px solid var(--line);border-radius:18px;overflow:hidden}.compare-row{border-bottom:1px solid var(--line);text-align:center;grid-template-columns:2fr repeat(3,1fr);padding:15px 18px;display:grid}.compare-row span:first-child,.compare-row b:first-child{text-align:left}.compare-row.head{background:#f7f8fb}.demo-page{grid-template-columns:1fr 480px;align-items:start;gap:70px;max-width:1100px;margin:auto;padding:90px 24px;display:grid}.demo-benefits{gap:12px;margin-top:28px;display:grid}.demo-benefits span{align-items:center;gap:9px;display:flex}.demo-benefits svg{color:var(--success)}.demo-form,.signup-card{border:1px solid var(--line);background:#fff;border-radius:22px;padding:28px;box-shadow:0 20px 60px #1018280d}.demo-form{gap:14px;display:grid}.demo-form h2{margin:0 0 6px}.demo-form label,.signup-card label{gap:7px;font-size:13px;font-weight:700;display:grid}.demo-form input,.demo-form select,.signup-card input{border:1px solid var(--line);border-radius:10px;padding:11px 12px}.demo-form button{justify-content:center}.demo-form small{color:#98a2b3;text-align:center}.signup-page{background:linear-gradient(#f6f5ff,#fbfcfe);place-items:center;min-height:700px;padding:70px 24px;display:grid}.signup-card{text-align:center;width:min(470px,100%)}.signup-card h1{font-size:38px}.signup-card form{text-align:left;gap:14px;margin:26px 0;display:grid}.signup-card button{justify-content:center}.signup-card>small a{color:var(--primary);font-weight:700}.help-grid,.blog-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.help-grid article,.blog-grid article{border:1px solid var(--line);background:#fff;border-radius:18px;padding:24px}.help-grid svg{color:var(--primary)}.help-grid a,.blog-grid a{color:var(--primary);align-items:center;gap:5px;font-weight:700;display:inline-flex}.blog-cover{height:150px;color:var(--primary);background:linear-gradient(135deg,#edeaff,#dbeafe);border-radius:14px;place-items:center;margin-bottom:18px;display:grid}.blog-grid small{color:var(--primary);font-weight:700}.blog-grid p{color:#667085;line-height:1.6}.legal-page{max-width:820px;margin:auto;padding:90px 24px}.legal-page h1{font:800 48px Manrope}.legal-page h2{margin-top:34px;font:700 22px Manrope}.legal-page p{color:#667085;line-height:1.75}.legal-updated{font-size:13px}.security-grid{grid-template-columns:repeat(4,1fr)}@media (width<=1000px){.marketing-desktop-nav{display:none}.marketing-menu-btn{display:block}.marketing-actions .text-link,.marketing-actions>.primary-btn{display:none}.marketing-hero,.product-tabs,.product-overview,.resource-detail,.demo-page{grid-template-columns:1fr}.workflow-grid,.solution-features,.feature-grid.rich,.segments-grid,.pricing-grid,.integration-grid,.help-grid,.blog-grid{grid-template-columns:repeat(2,1fr)}.portal-card{grid-template-columns:1fr}.faq-section{grid-template-columns:1fr;gap:20px}.footer-grid{grid-template-columns:1.5fr repeat(2,1fr)}.solution-hero,.resource-hero{grid-template-columns:1fr}.solution-icon,.resource-icon{height:220px}.security-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=680px){.marketing-header{height:68px;padding:0 16px}.marketing-hero{gap:44px;padding:54px 16px 72px}.hero-copy h1,.page-hero h1,.solution-hero h1,.resource-hero h1,.demo-page h1{font-size:41px}.hero-actions{flex-direction:column}.hero-actions a{justify-content:center}.floating-card{display:none}.shot-body{grid-template-columns:62px 1fr;min-height:310px}.shot-body main{padding:10px}.shot-metrics{grid-template-columns:1fr 1fr}.shot-metrics article:last-child{display:none}.shot-content{grid-template-columns:1fr}.shot-list{display:none}.trust-strip{grid-template-columns:1fr 1fr;font-size:12px}.marketing-section{padding:68px 16px}.marketing-section.soft{padding-left:16px;padding-right:16px}.before-after,.feature-grid.rich,.segments-grid,.pricing-grid,.integration-grid,.help-grid,.blog-grid,.values-grid,.security-grid,.workflow-grid,.solution-features{grid-template-columns:1fr}.portal-card{padding:30px 22px}.phone-mock{width:100%;max-width:260px}.final-cta{margin:20px 16px 70px;padding:34px 24px;display:block}.final-cta>div:last-child{display:grid}.final-cta a{justify-content:center}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.footer-bottom{gap:8px;display:grid}.solution-hero,.resource-hero{padding:65px 16px 25px}.demo-page{gap:36px;padding:65px 16px}.page-hero{padding:65px 16px 25px}.compare-row{grid-template-columns:1.7fr repeat(3,.7fr);padding:12px 8px;font-size:12px}.product-shot{border-radius:16px;padding:8px}.marketing-brand{font-size:18px}}.brand-logo{flex:none;width:174px;display:inline-flex}.brand-logo img{width:100%;height:auto;display:block}.brand-logo.is-light{width:168px}.marketing-header{z-index:100;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffeb;border-bottom:1px solid #d0d5ddcc;justify-content:space-between;align-items:center;height:76px;padding:0 32px;display:flex;position:sticky;top:0}.desktop-nav{align-items:center;gap:8px;display:flex}.desktop-nav>a,.mega-wrap>button{color:#344054;background:0 0;border:0;border-radius:10px;align-items:center;gap:5px;padding:10px 12px;font-weight:700;display:flex}.desktop-nav>a:hover,.mega-wrap>button:hover,.mega-wrap>button.active,.desktop-nav>a.current{color:var(--primary);background:#f4f3ff}.mega-wrap{position:relative}.mega-menu{border:1px solid var(--line);background:#fff;border-radius:20px;grid-template-columns:1fr 1fr;gap:22px;width:650px;padding:22px;display:grid;position:absolute;top:48px;left:50%;transform:translate(-50%);box-shadow:0 24px 70px #10182829}.mega-menu section{gap:5px;display:grid}.mega-menu h4{text-transform:uppercase;letter-spacing:.09em;color:#98a2b3;margin:0 0 8px 8px;font-size:11px}.mega-menu a{border-radius:12px;gap:11px;padding:11px;display:flex}.mega-menu a:hover{background:#f8f7ff}.mega-menu a>span{width:36px;height:36px;color:var(--primary);background:#eeecff;border-radius:10px;place-items:center;display:grid}.mega-menu b,.mega-menu small{display:block}.mega-menu b{font-size:14px}.mega-menu small{color:#667085;margin-top:3px;font-size:12px}.header-actions{align-items:center;gap:10px;display:flex}.menu-toggle{background:#f5f6f8;border:0;border-radius:10px;padding:8px;display:none}.mobile-overlay{z-index:200;background:#10182880;position:fixed;inset:0}.mobile-drawer{background:#fff;flex-direction:column;width:min(390px,92vw);height:100%;margin-left:auto;padding:20px;display:flex;box-shadow:-20px 0 60px #10182833}.mobile-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding-bottom:18px;display:flex}.mobile-head button{background:#f5f6f8;border:0;border-radius:10px;padding:8px}.mobile-groups{padding:18px 0;overflow:auto}.mobile-group>button,.mobile-direct{background:0 0;border:0;border-bottom:1px solid #eef0f3;justify-content:space-between;align-items:center;width:100%;padding:15px 4px;font-size:16px;font-weight:800;display:flex}.mobile-group svg.rotated{transform:rotate(180deg)}.mobile-group>div{padding:8px 0 12px 14px;display:grid}.mobile-group>div a{color:#475467;padding:10px}.mobile-ctas{grid-template-columns:1fr 1fr;gap:10px;margin-top:auto;display:grid}.mobile-ctas a{justify-content:center}.detail-list{gap:16px;display:grid}.detail-list article{border:1px solid var(--line);background:#fff;border-radius:14px;gap:13px;padding:18px;display:flex}.detail-list svg{color:var(--primary);flex:none}.detail-list h3{margin:0 0 5px}.detail-list p{color:#667085;margin:0}.benefit-list{gap:10px;padding:0;list-style:none;display:grid}.benefit-list li{align-items:center;gap:8px;display:flex}.benefit-list svg{color:var(--success)}.not-found{text-align:center;place-content:center;min-height:70vh;padding:40px;display:grid}.not-found h1{color:var(--primary);margin:0;font-size:90px}.not-found .primary-btn{justify-self:center}.portal-card .phone-mock p{color:#344054;align-items:center;gap:7px;margin-top:25px;display:flex}.portal-card .phone-mock svg{color:var(--success)}@media (width<=1000px){.desktop-nav,.desktop-only{display:none!important}.menu-toggle{display:grid}.marketing-header{height:70px;padding:0 18px}.brand-logo{width:150px}.product-overview>.feature-grid{grid-template-columns:1fr 1fr}.resource-detail{grid-template-columns:1fr}}@media (width<=680px){.mobile-ctas,.product-overview>.feature-grid{grid-template-columns:1fr}.brand-logo{width:142px}.marketing-header{padding:0 14px}}.desktop-nav-trigger{color:#344054;background:0 0;border:0;border-radius:10px;align-items:center;gap:5px;padding:10px 12px;font-weight:700;display:flex}.desktop-nav-trigger:hover,.desktop-nav-trigger.active{color:var(--primary);background:#f4f3ff}.desktop-nav-trigger svg,.mobile-group>button svg{transition:transform .2s}.desktop-nav-trigger svg.rotated,.mobile-group>button svg.rotated{transform:rotate(180deg)}.mega-panel{z-index:160;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(#f8f9fcfa,#f8f9fcd6);padding:12px 24px 24px;position:absolute;top:76px;left:0;right:0;box-shadow:0 24px 48px #1018281f}.mega-panel-inner{border:1px solid var(--line);background:#fff;border-radius:22px;grid-template-columns:210px 1fr;gap:22px;width:min(960px,100vw - 48px);margin:0 auto;padding:22px;display:grid;box-shadow:0 22px 60px #1018281f}.mega-panel-heading{background:linear-gradient(145deg,#f1efff,#f8f9ff);border-radius:16px;flex-direction:column;justify-content:flex-end;align-self:stretch;min-height:170px;padding:12px 14px;display:flex}.mega-panel-heading span{color:var(--ink);font:800 24px Manrope}.mega-panel-heading small{color:#667085;margin-top:6px;line-height:1.45}.mega-panel-columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.mega-panel-columns section{align-content:start;gap:5px;display:grid}.mega-panel-columns h4{text-transform:uppercase;letter-spacing:.09em;color:#98a2b3;margin:0 0 7px 8px;font-size:11px}.mega-panel-columns a{border-radius:12px;gap:11px;min-width:0;padding:11px;display:flex}.mega-panel-columns a:hover,.mega-panel-columns a:focus-visible{background:#f8f7ff;outline:none}.mega-panel-columns a>span{width:36px;height:36px;color:var(--primary);background:#eeecff;border-radius:10px;flex:none;place-items:center;display:grid}.mega-panel-columns a div{min-width:0}.mega-panel-columns b,.mega-panel-columns small{display:block}.mega-panel-columns b{color:#1d2939;font-size:14px}.mega-panel-columns small{color:#667085;white-space:normal;margin-top:3px;font-size:12px}@media (width<=1000px){.mega-panel{display:none}}.mobile-overlay{height:100dvh;min-height:100vh;overflow:hidden}.mobile-drawer{background:#fff;height:100dvh;min-height:0;max-height:100dvh;padding:0;overflow:hidden}.mobile-head{background:#fff;flex:none;min-height:88px;padding:18px 20px}.mobile-groups{overscroll-behavior:contain;background:#fff;flex:auto;min-height:0;padding:12px 20px 20px;overflow-y:auto}.mobile-group{display:block}.mobile-group>button,.mobile-direct{color:#1d2939;min-height:54px}.mobile-group>div{visibility:visible;opacity:1;position:static;transform:none}.mobile-ctas{padding:16px 20px max(16px,env(safe-area-inset-bottom));border-top:1px solid var(--line);background:#fff;flex:none;margin:0;box-shadow:0 -12px 30px #1018280f}@media (width<=680px){.mobile-drawer{width:100vw}.mobile-head{min-height:78px}.mobile-ctas{grid-template-columns:1fr 1fr}}.mobile-head{align-items:flex-start;min-height:auto;padding:18px 20px 16px}.mobile-head>div:first-child{gap:6px;display:grid}.mobile-head .brand-logo{width:152px}.mobile-head p{color:#667085;margin:0;font-size:12px;line-height:1.4}.mobile-head>button{border-radius:12px;place-items:center;width:42px;height:42px;display:grid}.mobile-groups{background:linear-gradient(#fff 0,#fbfbff 100%);align-content:start;gap:12px;padding:18px 16px 28px;display:grid}.mobile-menu-label{color:#98a2b3;letter-spacing:.1em;text-transform:uppercase;padding:6px 4px 0;font-size:11px;font-weight:800}.mobile-home,.mobile-shortcuts>a{border:1px solid var(--line);background:#fff;border-radius:16px;align-items:center;gap:12px;padding:14px;display:flex;box-shadow:0 1px 2px #10182808}.mobile-home>span,.mobile-shortcuts>a>span{width:38px;height:38px;color:var(--primary);background:#f1efff;border-radius:11px;flex:none;place-items:center;display:grid}.mobile-home b,.mobile-home small,.mobile-shortcuts b,.mobile-shortcuts small{display:block}.mobile-home b,.mobile-shortcuts b{color:#1d2939;font-size:15px}.mobile-home small,.mobile-shortcuts small{color:#667085;margin-top:2px;font-size:12px}.mobile-group{border:1px solid var(--line);background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 1px 2px #10182808}.mobile-group.is-open{border-color:#d9d5ff;box-shadow:0 8px 24px #6558f514}.mobile-group>button{text-align:left;background:#fff;border:0;justify-content:space-between;align-items:center;width:100%;min-height:70px;padding:13px 14px;display:flex}.mobile-group.is-open>button{background:#faf9ff}.mobile-group-copy{gap:3px;display:grid}.mobile-group-copy b{color:#1d2939;font-size:16px}.mobile-group-copy small{color:#667085;font-size:12px;font-weight:500}.mobile-group-links{background:#fff;border-top:1px solid #eeecff;display:grid;padding:8px 10px 12px!important}.mobile-group-links a{border-radius:12px;align-items:center;gap:11px;display:flex;color:#344054!important;padding:11px 8px!important}.mobile-group-links a:hover,.mobile-group-links a:focus-visible{background:#f8f7ff;outline:none}.mobile-group-links a>span{width:34px;height:34px;color:var(--primary);background:#f1efff;border-radius:10px;flex:none;place-items:center;display:grid}.mobile-group-links b,.mobile-group-links small{display:block}.mobile-group-links b{color:#1d2939;font-size:14px}.mobile-group-links small{color:#667085;margin-top:2px;font-size:11px;line-height:1.35}.mobile-shortcuts{grid-template-columns:1fr 1fr;gap:10px;display:grid}.mobile-shortcuts>a{min-width:0;padding:12px}.mobile-shortcuts>a>span{width:34px;height:34px}.mobile-shortcuts small{white-space:normal}.mobile-promo{color:#fff;background:linear-gradient(140deg,#201b4f,#4f46e5 65%,#7c6cff);border-radius:19px;margin-top:2px;padding:20px;box-shadow:0 18px 40px #4f46e52e}.mobile-promo-badge{letter-spacing:.05em;text-transform:uppercase;background:#ffffff21;border-radius:999px;padding:6px 9px;font-size:10px;font-weight:800;display:inline-flex}.mobile-promo h3{margin:12px 0 8px;font:800 21px/1.2 Manrope}.mobile-promo p{color:#e7e5ff;margin:0 0 16px;font-size:13px;line-height:1.5}.mobile-promo .primary-btn{color:#4f46e5;width:100%;box-shadow:none;background:#fff;justify-content:center}.mobile-footer-actions{padding:13px 18px max(14px,env(safe-area-inset-bottom));border-top:1px solid var(--line);background:#fff;flex:none;justify-content:space-between;align-items:center;gap:12px;display:flex}.mobile-login-link,.mobile-contact-link{align-items:center;gap:7px;font-size:13px;font-weight:700;display:inline-flex}.mobile-login-link{color:#344054}.mobile-contact-link{color:#667085;font-size:12px;font-weight:600}.mobile-ctas{display:none}@media (width<=420px){.mobile-shortcuts{grid-template-columns:1fr}.mobile-footer-actions{flex-direction:column;align-items:flex-start}.mobile-contact-link{font-size:11px}.mobile-head .brand-logo{width:144px}}.mobile-nav-shell{background:#fff;flex-direction:column;height:100dvh;max-height:100dvh;display:flex;overflow:hidden}.mobile-nav-content{overscroll-behavior:contain;background:linear-gradient(#fff 0,#fafaff 100%);flex:auto;align-content:start;gap:12px;min-height:0;padding:18px 16px 28px;display:grid;overflow-y:auto}.mobile-nav-label{color:#98a2b3;letter-spacing:.11em;text-transform:uppercase;padding:7px 5px 1px;font-size:11px;font-weight:800}.mobile-nav-home,.mobile-nav-shortcuts>a{background:#fff;border:1px solid #e5e9f0;border-radius:18px;align-items:center;gap:12px;padding:14px;display:flex;box-shadow:0 5px 16px #1018280a}.mobile-nav-home>span,.mobile-nav-shortcuts>a>span{width:40px;height:40px;color:var(--primary);background:#f1efff;border-radius:12px;flex:none;place-items:center;display:grid}.mobile-nav-home b,.mobile-nav-home small,.mobile-nav-shortcuts b,.mobile-nav-shortcuts small{display:block}.mobile-nav-home b,.mobile-nav-shortcuts b{color:#1d2939;font-size:15px}.mobile-nav-home small,.mobile-nav-shortcuts small{color:#667085;margin-top:3px;font-size:12px;line-height:1.35}.mobile-nav-card{background:#fff;border:1px solid #e5e9f0;border-radius:18px;transition:border-color .2s,box-shadow .2s;display:block;overflow:hidden;box-shadow:0 5px 16px #1018280a}.mobile-nav-card.is-open{border-color:#d7d1ff;box-shadow:0 12px 30px #6558f51c}.mobile-nav-card>button{appearance:none;color:#1d2939;text-align:left;background:#fff;border:0;justify-content:space-between;align-items:center;gap:14px;width:100%;min-height:84px;padding:16px;line-height:1.2;display:flex}.mobile-nav-card.is-open>button{background:#faf9ff}.mobile-nav-card>button>svg{color:#344054;flex:none;transition:transform .22s}.mobile-nav-card>button>svg.rotated{transform:rotate(180deg)}.mobile-nav-card-copy{flex-direction:column;gap:5px;min-width:0;display:flex}.mobile-nav-card-copy b{color:#1d2939;font-size:17px;line-height:1.2;display:block}.mobile-nav-card-copy small{color:#667085;white-space:normal;font-size:12px;font-weight:500;line-height:1.4;display:block}.mobile-nav-card-panel{opacity:0;grid-template-rows:0fr;transition:grid-template-rows .28s cubic-bezier(.2,.8,.2,1),opacity .2s;display:grid}.mobile-nav-card-panel[data-open=true]{opacity:1;grid-template-rows:1fr}.mobile-nav-card-links{border-top:0 solid #eeecff;gap:2px;min-height:0;padding:0 10px;transition:padding .28s,border-width .28s;display:grid;overflow:hidden}.mobile-nav-card-panel[data-open=true] .mobile-nav-card-links{border-top-width:1px;padding:9px 10px 12px}.mobile-nav-card-links a{color:#344054;border-radius:12px;align-items:center;gap:11px;padding:11px 9px;display:flex}.mobile-nav-card-links a:active,.mobile-nav-card-links a:focus-visible{background:#f5f3ff;outline:none}.mobile-nav-card-links a>span{width:35px;height:35px;color:var(--primary);background:#f1efff;border-radius:10px;flex:none;place-items:center;display:grid}.mobile-nav-card-links a div{min-width:0}.mobile-nav-card-links b,.mobile-nav-card-links small{display:block}.mobile-nav-card-links b{color:#1d2939;font-size:14px}.mobile-nav-card-links small{color:#667085;white-space:normal;margin-top:2px;font-size:11px;line-height:1.35}.mobile-nav-shortcuts{grid-template-columns:1fr 1fr;gap:10px;display:grid}.mobile-nav-shortcuts>a{min-width:0;padding:13px}.mobile-nav-shortcuts>a>span{width:36px;height:36px}.mobile-nav-promo{color:#fff;background:linear-gradient(140deg,#201b4f,#4f46e5 64%,#7969ff);border-radius:21px;margin-top:2px;padding:21px;box-shadow:0 18px 40px #4f46e52e}.mobile-nav-promo-badge{letter-spacing:.05em;text-transform:uppercase;background:#ffffff21;border-radius:999px;padding:6px 9px;font-size:10px;font-weight:800;display:inline-flex}.mobile-nav-promo h3{margin:12px 0 8px;font:800 21px/1.2 Manrope}.mobile-nav-promo p{color:#e7e5ff;margin:0 0 16px;font-size:13px;line-height:1.5}.mobile-nav-promo .primary-btn{color:#4f46e5;width:100%;box-shadow:none;background:#fff;justify-content:center}.mobile-nav-footer{padding:13px 18px max(14px,env(safe-area-inset-bottom));background:#fff;border-top:1px solid #e5e9f0;flex:none;justify-content:space-between;align-items:center;gap:12px;display:flex}.mobile-nav-login,.mobile-nav-contact{align-items:center;gap:7px;font-size:13px;font-weight:700;display:inline-flex}.mobile-nav-login{color:#344054}.mobile-nav-contact{color:#667085;font-size:12px;font-weight:600}@media (width<=420px){.mobile-nav-shortcuts{grid-template-columns:1fr}.mobile-nav-footer{flex-direction:column;align-items:flex-start}.mobile-nav-contact{font-size:11px}}@media (prefers-reduced-motion:reduce){.mobile-nav-card-panel,.mobile-nav-card>button>svg{transition:none}}.rich-page-hero{background:radial-gradient(circle at 85% 10%,#ded8ff 0,#0000 28%),linear-gradient(#f7f6ff,#fff)}.rich-intro-grid{grid-template-columns:1.08fr .92fr;align-items:center;gap:56px;display:grid}.rich-intro-grid h2,.rich-problem-section h2{margin:12px 0;font:800 clamp(32px,4vw,52px) Manrope}.rich-intro-grid>div>p{color:#667085;line-height:1.75}.rich-record-grid{grid-template-columns:1fr 1fr;gap:14px;margin-top:28px;display:grid}.rich-record-grid article,.rich-card-grid article,.rich-segment-grid article{border:1px solid var(--line);background:#fff;border-radius:20px;padding:22px;box-shadow:0 10px 35px #1018280d}.rich-record-grid b{color:#6558f5;letter-spacing:.12em;font-size:11px;display:inline-flex}.rich-record-grid h3,.rich-card-grid h3,.rich-segment-grid h3{margin:11px 0 7px}.rich-record-grid p,.rich-card-grid p,.rich-segment-grid p{color:#667085;margin:0;font-size:14px;line-height:1.6}.rich-flow{align-items:stretch;gap:8px;padding:8px 2px 16px;display:flex;overflow:auto}.rich-flow article{border:1px solid var(--line);background:#fff;border-radius:18px;flex:1;gap:12px;min-width:145px;padding:18px;display:grid;position:relative}.rich-flow article>span{color:#5d43db;background:#eeecff;border-radius:10px;place-items:center;width:32px;height:32px;font-weight:900;display:grid}.rich-flow article>svg{z-index:2;color:#7d6de7;background:#f6f5ff;border-radius:50%;padding:4px;position:absolute;top:50%;right:-15px}.rich-card-grid,.rich-segment-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.rich-card-grid article>div,.rich-segment-grid article>span{color:#6558f5;background:#f0edff;border-radius:14px;place-items:center;width:44px;height:44px;display:grid}.rich-problem-section{grid-template-columns:1.15fr .85fr;align-items:center;gap:42px;display:grid}.rich-problem-section ul{gap:13px;padding:0;list-style:none;display:grid}.rich-problem-section li{color:#475467;align-items:flex-start;gap:10px;display:flex}.rich-problem-section li svg{color:#12b76a;flex:none}.rich-security-card{color:#fff;background:linear-gradient(145deg,#21175b,#6652f4);border-radius:28px;padding:34px;box-shadow:0 24px 65px #3f30a140}.rich-security-card>svg{width:48px;height:48px}.rich-security-card p{color:#ddd9ff;line-height:1.65}.rich-security-card a{color:#fff;gap:8px;margin-top:12px;font-weight:800;display:inline-flex}.faq-rich>div:last-child{gap:12px;max-width:900px;margin:auto;display:grid}.faq-rich details{border:1px solid var(--line);background:#fff;border-radius:17px;padding:19px 22px}.faq-rich summary{cursor:pointer;font-weight:800}.faq-rich details p{color:#667085;margin:13px 0 0;line-height:1.7}.auth-premium-page{background:#f8f9fc;grid-template-columns:minmax(420px,46%) 1fr;min-height:100vh;display:grid}.auth-brand-panel{color:#fff;background:radial-gradient(circle at 78% 18%,#846cffcc,#0000 26%),linear-gradient(145deg,#17132f,#4031ae 62%,#6652f4);flex-direction:column;padding:46px clamp(32px,5vw,76px);display:flex;position:relative;overflow:hidden}.auth-brand-panel:after{content:"";border:1px solid #ffffff24;border-radius:50%;width:380px;height:380px;position:absolute;bottom:-160px;right:-140px;box-shadow:0 0 0 60px #ffffff0a,0 0 0 120px #ffffff06}.auth-brand{z-index:1;align-items:center;gap:12px;font:800 22px Manrope;display:flex;position:relative}.auth-brand>span{color:#6558f5;background:#fff;border-radius:14px;place-items:center;width:42px;height:42px;display:grid}.auth-brand-copy{z-index:1;max-width:620px;margin:auto 0;position:relative}.auth-brand-copy h1{letter-spacing:-.045em;margin:18px 0;font:800 clamp(42px,5vw,68px)/1.02 Manrope}.auth-brand-copy>p{color:#d8d4ff;font-size:17px;line-height:1.7}.auth-benefit-list{gap:12px;margin-top:28px;display:grid}.auth-benefit-list span{color:#f2f0ff;align-items:center;gap:10px;display:flex}.auth-floating-demo{z-index:1;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffff17;border:1px solid #ffffff2e;border-radius:20px;align-items:center;gap:14px;padding:18px;display:flex;position:relative}.auth-floating-demo>svg{width:34px;height:34px}.auth-floating-demo b,.auth-floating-demo small{display:block}.auth-floating-demo small{color:#d2cef4;margin-top:4px}.auth-form-zone{place-items:center;padding:42px 24px;display:grid}.auth-form-shell{background:#fff;border:1px solid #e7e9ef;border-radius:30px;width:min(540px,100%);padding:38px;box-shadow:0 24px 70px #10182817}.auth-form-shell header>span{color:#6558f5;text-transform:uppercase;letter-spacing:.1em;font-size:12px;font-weight:900}.auth-form-shell header h2{margin:10px 0 7px;font:800 36px Manrope}.auth-form-shell header p{color:#667085;margin:0 0 24px;line-height:1.55}.auth-form-shell form{gap:16px;display:grid}.auth-form-shell>label,.auth-form-shell form>label,.auth-two-cols label{color:#344054;gap:7px;font-size:13px;font-weight:700;display:grid}.auth-form-shell input,.auth-form-shell select{background:#fff;border:1px solid #dfe3ea;border-radius:13px;outline:none;width:100%;min-height:50px;padding:0 14px}.auth-form-shell input:focus,.auth-form-shell select:focus{border-color:#8b7cff;box-shadow:0 0 0 4px #6558f51f}.social-auth-grid{gap:10px;display:grid}.social-auth-grid button{color:#344054;background:#fff;border:1px solid #dfe3ea;border-radius:13px;justify-content:center;align-items:center;gap:10px;min-height:49px;font-weight:800;display:flex}.social-auth-grid button:hover{background:#faf9ff;border-color:#aaa1f5}.social-auth-grid b{font-size:17px}.google-g{color:#4285f4}.microsoft-m{color:#f25022}.apple-a{color:#111}.auth-divider{color:#98a2b3;text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:12px;margin:19px 0;font-size:11px;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:#e8eaf0;flex:1;height:1px}.password-wrap{position:relative}.password-wrap button{color:#667085;background:0 0;border:0;place-items:center;width:36px;height:36px;display:grid;position:absolute;top:7px;right:8px}.auth-options{color:#475467;justify-content:space-between;gap:14px;font-size:13px;display:flex}.auth-options a,.auth-form-shell footer a,.auth-consent a{color:#6558f5;font-weight:800}.auth-main-button{border-radius:13px;justify-content:center;width:100%;min-height:52px}.auth-security-note{color:#667085;background:#f7f6ff;border-radius:13px;gap:9px;margin-top:16px;padding:13px;font-size:11px;line-height:1.45;display:flex}.auth-security-note svg{color:#6558f5;flex:none}.auth-form-shell footer{text-align:center;color:#667085;margin-top:22px;font-size:13px}.auth-mobile-brand{display:none}.auth-progress{background:#eceef3;border-radius:999px;height:6px;margin:22px 0;overflow:hidden}.auth-progress i{background:linear-gradient(90deg,#6558f5,#8b7cff);height:100%;transition:width .3s;display:block}.auth-two-cols{grid-template-columns:1fr 1fr;gap:13px;display:grid}.segment-select-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.segment-select-grid input{opacity:0;position:absolute}.segment-select-grid span{color:#475467;border:1px solid #dfe3ea;border-radius:13px;align-items:center;gap:9px;min-height:58px;padding:12px;display:flex}.segment-select-grid input:checked+span{color:#4936c3;background:#f4f2ff;border-color:#6558f5;box-shadow:0 0 0 3px #6558f51a}.segment-select-grid svg{width:18px}.auth-form-shell fieldset{border:0;margin:0;padding:0}.auth-form-shell legend{margin-bottom:9px;font-size:13px;font-weight:800}.auth-step-actions{justify-content:space-between;gap:12px;margin-top:5px;display:flex}.auth-step-actions>button:first-child{color:#667085;background:0 0;border:0;font-weight:800}.auth-step-actions.single{justify-content:center}.auth-consent{line-height:1.45;grid-template-columns:auto 1fr!important;align-items:flex-start!important;gap:9px!important;font-weight:500!important;display:flex!important}.auth-consent input{margin-top:2px;width:18px!important;min-height:18px!important}@media (width<=1000px){.rich-intro-grid,.rich-problem-section{grid-template-columns:1fr}.rich-card-grid,.rich-segment-grid{grid-template-columns:1fr 1fr}.auth-premium-page{grid-template-columns:1fr}.auth-brand-panel{display:none}.auth-mobile-brand{color:#28213f;align-items:center;gap:9px;margin-bottom:26px;font:800 20px Manrope;display:flex}.auth-mobile-brand svg{color:#6558f5}.auth-form-zone{min-height:100vh}}@media (width<=620px){.rich-record-grid,.rich-card-grid,.rich-segment-grid{grid-template-columns:1fr}.rich-flow article{min-width:180px}.auth-form-zone{padding:18px 14px}.auth-form-shell{border-radius:23px;padding:26px 20px}.auth-form-shell header h2{font-size:30px}.auth-two-cols,.segment-select-grid{grid-template-columns:1fr}.auth-options{align-items:flex-start}.social-auth-grid button{justify-content:flex-start;padding-left:24px}}.auth-site-shell{background:#f8f9fc;min-height:100vh}.auth-site-shell>.marketing-header{max-width:none}.mobile-nav-card-panel.is-visible{opacity:1;animation:.18s ease-out mobilePanelIn;display:block}.mobile-nav-card-panel.is-visible .mobile-nav-card-links{border-top:1px solid #eeecff;padding:9px 10px 12px}@keyframes mobilePanelIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}@media (width<=1000px){.mobile-nav-card-panel{opacity:1!important;grid-template-rows:none!important;display:none!important}.mobile-nav-card-panel.is-visible{display:block!important}.mobile-nav-card-links{min-height:auto!important;overflow:visible!important}}.social-provider-icon{flex:none;place-items:center;width:22px;height:22px;display:grid}.social-provider-icon svg{width:21px;height:21px;display:block}.social-provider-icon.apple{color:#111}.social-auth-grid button:disabled,.auth-main-button:disabled{opacity:.62;cursor:not-allowed}.auth-inline-message{color:#7a5a00;background:#fff8e6;border:1px solid #f5d889;border-radius:12px;margin:12px 0 0;padding:11px 13px;font-size:12px;line-height:1.5}.form-honeypot{opacity:0!important;pointer-events:none!important;width:1px!important;height:1px!important;position:absolute!important;left:-10000px!important}.password-hint{color:#667085;margin-top:-8px;font-size:11px;line-height:1.4;display:block}.auth-check{cursor:pointer;color:#475467;font-size:13px;font-weight:600;line-height:1.45;position:relative;align-items:flex-start!important;gap:9px!important;display:inline-flex!important}.auth-check>input{opacity:0!important;pointer-events:none!important;width:1px!important;height:1px!important;min-height:0!important;position:absolute!important}.auth-check-box{background:#fff;border:1.5px solid #c7ccd5;border-radius:6px;flex:none;place-items:center;width:19px;height:19px;margin-top:0;display:grid}.auth-check>input:checked+.auth-check-box{background:#6558f5;border-color:#6558f5}.auth-check>input:checked+.auth-check-box:after{content:"";border-bottom:2px solid #fff;border-left:2px solid #fff;width:8px;height:4px;transform:rotate(-45deg)translateY(-1px)}.auth-check>input:focus-visible+.auth-check-box{border-color:#6558f5;box-shadow:0 0 0 4px #6558f526}.auth-consent{margin-top:3px}.auth-consent a{text-underline-offset:2px;text-decoration:underline}.auth-options .auth-check,.auth-options>a{white-space:nowrap}.auth-success-state{text-align:center;justify-items:center;gap:14px;display:grid}.auth-success-state>span{color:#12b76a;background:#ecfdf3;border-radius:22px;place-items:center;width:68px;height:68px;display:grid}.auth-success-state>span svg{width:34px;height:34px}.auth-success-state h2{margin:4px 0 0;font:800 34px Manrope}.auth-success-state p{color:#667085;margin:0 0 8px;line-height:1.65}.auth-success-state a,.auth-success-state button{justify-content:center;width:100%}.auth-form-shell footer a{align-items:center;gap:5px;display:inline-flex}.auth-premium-page{min-height:calc(100vh - 76px)}@media (width<=1000px){.auth-premium-page,.auth-form-zone{min-height:calc(100vh - 70px)}}@media (width<=620px){.auth-options{flex-wrap:wrap;gap:10px}.auth-options .auth-check,.auth-options>a{font-size:12px}.social-auth-grid button{justify-content:flex-start;padding-left:20px}.auth-form-shell{box-shadow:0 14px 40px #10182814}}@media (prefers-reduced-motion:reduce){.mobile-nav-card-panel.is-visible{animation:none}}.mobile-menu-group{background:#fff;border:1px solid #e4e7ec;border-radius:18px;display:block;overflow:hidden;box-shadow:0 5px 16px #1018280a}.mobile-menu-group[open]{border-color:#d7d1ff;box-shadow:0 12px 30px #6558f51c}.mobile-menu-group>summary{cursor:pointer;-webkit-user-select:none;user-select:none;color:#1d2939;background:#fff;justify-content:space-between;align-items:center;gap:14px;min-height:84px;padding:16px;list-style:none;display:flex}.mobile-menu-group>summary::-webkit-details-marker{display:none}.mobile-menu-group>summary::marker{content:"";display:none}.mobile-menu-group[open]>summary{background:#faf9ff}.mobile-menu-group-copy{text-align:left;flex-direction:column;gap:5px;min-width:0;display:flex}.mobile-menu-group-copy b{color:#1d2939;font-size:17px;line-height:1.2}.mobile-menu-group-copy small{color:#667085;white-space:normal;font-size:12px;font-weight:500;line-height:1.4}.mobile-menu-group-chevron{color:#344054;flex:none;transition:transform .2s}.mobile-menu-group[open] .mobile-menu-group-chevron{transform:rotate(180deg)}.mobile-menu-group-links{border-top:1px solid #eeecff;gap:2px;padding:9px 10px 12px;display:grid}.mobile-menu-group-links a{color:#344054;border-radius:12px;align-items:center;gap:11px;padding:11px 9px;display:flex}.mobile-menu-group-links a:active,.mobile-menu-group-links a:focus-visible{background:#f5f3ff;outline:none}.mobile-menu-group-links a>span{width:35px;height:35px;color:var(--primary);background:#f1efff;border-radius:10px;flex:none;place-items:center;display:grid}.mobile-menu-group-links a div{min-width:0}.mobile-menu-group-links b,.mobile-menu-group-links small{display:block}.mobile-menu-group-links b{color:#1d2939;font-size:14px}.mobile-menu-group-links small{color:#667085;white-space:normal;margin-top:2px;font-size:11px;line-height:1.35}.login-premium .auth-main-button{margin-top:14px}@media (prefers-reduced-motion:reduce){.mobile-menu-group-chevron{transition:none}}
