@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap";
.fp-root{color:#071a3d;--fp-purple:#7c3aed;--fp-purple-dark:#5b21b6;--fp-purple-soft:#f1eafe;--fp-navy:#071a3d;--fp-muted:#64748b;--fp-line:#e2e8f0;--fp-light:#f8fafc;--fp-shadow:0 22px 60px #071a3d1f;background:#fff;max-width:100%;font-family:Poppins,sans-serif;line-height:1.6;overflow-x:clip}.fp-root *{box-sizing:border-box}.fp-root img{max-width:100%;display:block}.fp-root a{color:inherit;text-decoration:none}.fp-root h1,.fp-root h2,.fp-root h3,.fp-root h4{font-weight:800}.fp-root .container{width:min(1180px,92%);margin:auto}.fp-root .eyebrow{background:var(--fp-purple-soft);color:var(--fp-purple);letter-spacing:.02em;border-radius:999px;align-items:center;gap:8px;padding:8px 13px;font-size:13px;font-weight:700;display:inline-flex}.fp-root .btn{cursor:pointer;border:1px solid #0000;border-radius:14px;justify-content:center;align-items:center;gap:9px;min-height:48px;padding:0 20px;font-family:Poppins,sans-serif;font-size:14px;font-weight:700;transition:all .2s;display:inline-flex}.fp-root a.btn{color:inherit}.fp-root .btn-primary{background:var(--fp-purple);box-shadow:0 12px 30px #7c3aed3d;color:#fff!important}.fp-root .btn-primary:hover{background:var(--fp-purple-dark);transform:translateY(-2px)}.fp-root .btn-outline{border-color:var(--fp-line);color:var(--fp-navy);background:#fff}.fp-root .btn-outline:hover{border-color:var(--fp-purple);color:var(--fp-purple)}.fp-root .fp-nav{z-index:100;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffeb;border-bottom:1px solid #e2e8f0bf;position:sticky;top:0}.fp-root .fp-nav-inner{justify-content:space-between;align-items:center;gap:28px;min-height:78px;display:flex}.fp-root .fp-brand-logo{object-fit:contain;width:auto;max-width:210px;height:42px;display:block}.fp-root .fp-nav-links{align-items:center;gap:26px;margin-left:auto;display:flex}.fp-root .fp-nav-links a{color:#475569;font-size:14px;font-weight:600}.fp-root .fp-nav-links a:hover,.fp-root .fp-nav-links a.active{color:var(--fp-purple)}.fp-root .fp-nav-actions{gap:12px;margin-left:18px;display:flex}.fp-root .fp-menu-toggle{border:1px solid var(--fp-line);cursor:pointer;background:#fff;border-radius:13px;width:44px;height:44px;padding:10px;display:none}.fp-root .fp-menu-toggle span{background:var(--fp-navy);border-radius:99px;height:2px;margin:5px 0;display:block}.fp-root .fp-mobile-checkbox{opacity:0;pointer-events:none;position:absolute}.fp-root .fp-drawer-backdrop{z-index:998;opacity:0;visibility:hidden;background:#03112a73;transition:all .25s;position:fixed;inset:0}.fp-root .fp-drawer-panel{z-index:999;background:#fff;flex-direction:column;width:min(86vw,360px);height:100vh;padding:24px;transition:all .25s;display:flex;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-20px 0 60px #071a3d2e}.fp-root .fp-mobile-checkbox:checked~.fp-drawer-backdrop{opacity:1;visibility:visible}.fp-root .fp-mobile-checkbox:checked~.fp-drawer-panel{transform:translate(0)}.fp-root .fp-drawer-head{border-bottom:1px solid var(--fp-line);justify-content:space-between;align-items:center;padding-bottom:18px;display:flex}.fp-root .fp-drawer-title{font-size:18px;font-weight:800}.fp-root .fp-drawer-close{width:40px;height:40px;color:var(--fp-purple);cursor:pointer;background:#f1eafe;border-radius:12px;place-items:center;font-size:28px;display:grid}.fp-root .fp-drawer-links{gap:6px;padding:24px 0;display:grid}.fp-root .fp-drawer-links a{color:var(--fp-navy);border-radius:12px;padding:13px 12px;font-size:16px;font-weight:700}.fp-root .fp-drawer-links a.active,.fp-root .fp-drawer-links a:hover{color:var(--fp-purple);background:#f1eafe}.fp-root .fp-drawer-actions{gap:12px;margin-top:auto;display:grid}.fp-root .fp-drawer-actions .btn{justify-content:center;width:100%}.fp-root .features-hero{background:radial-gradient(circle at 80% 15%,#7c3aed24,#0000 28%),linear-gradient(#fff 0%,#faf7ff 100%);padding:96px 0 76px;overflow:hidden}.fp-root .features-hero-grid{grid-template-columns:1.05fr .95fr;align-items:center;gap:64px;display:grid}.fp-root .features-hero h1{letter-spacing:-.055em;margin:18px 0 22px;font-size:clamp(46px,5.7vw,74px);font-weight:800;line-height:1.04}.fp-root .features-hero h1 span{background:linear-gradient(90deg,#ec2f8b,#7c3aed);color:#0000;-webkit-background-clip:text;background-clip:text}.fp-root .features-hero p{color:#475569;max-width:660px;margin-bottom:30px;font-size:18px}.fp-root .hero-actions{flex-wrap:wrap;gap:14px;display:flex}.fp-root .hero-feature-board{border:1px solid var(--fp-line);box-shadow:var(--fp-shadow);background:#fff;border-radius:28px;padding:18px}.fp-root .hero-feature-screen{background:var(--fp-light);border-radius:20px;gap:14px;padding:18px;display:grid}.fp-root .screen-top{justify-content:space-between;align-items:center;gap:16px;display:flex}.fp-root .screen-top strong{font-size:14px}.fp-root .screen-tabs{flex-wrap:wrap;gap:8px;display:flex}.fp-root .screen-tabs span{border:1px solid var(--fp-line);color:#64748b;background:#fff;border-radius:999px;padding:7px 10px;font-size:9px;font-weight:700}.fp-root .screen-tabs span:first-child{background:var(--fp-purple);border-color:var(--fp-purple);color:#fff}.fp-root .screen-body{grid-template-columns:1.1fr .9fr;gap:14px;display:grid}.fp-root .screen-card{border:1px solid var(--fp-line);background:#fff;border-radius:16px;padding:15px}.fp-root .screen-card h4{margin:0 0 12px;font-size:12px}.fp-root .booking-line{border-top:1px solid var(--fp-line);grid-template-columns:52px 1fr auto;align-items:center;gap:10px;padding:10px 0;font-size:9px;display:grid}.fp-root .booking-line:first-of-type{border-top:0}.fp-root .booking-line b{font-size:10px}.fp-root .booking-line span:last-child{color:var(--fp-purple);background:#f1eafe;border-radius:999px;padding:5px 7px;font-weight:700}.fp-root .metric-stack{gap:10px;display:grid}.fp-root .metric-box{background:#fbfaff;border-radius:13px;padding:13px}.fp-root .metric-box small{color:#64748b;font-size:8px;display:block}.fp-root .metric-box strong{font-size:18px}.fp-root .feature-nav{border-top:1px solid var(--fp-line);border-bottom:1px solid var(--fp-line);z-index:50;background:#fff;padding:24px 0;position:sticky;top:78px}.fp-root .feature-nav-inner{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;display:flex}.fp-root .feature-nav a{border:1px solid var(--fp-line);color:#475569;background:#fff;border-radius:999px;padding:9px 14px;font-size:12px;font-weight:700}.fp-root .feature-nav a:hover{color:var(--fp-purple);background:#fbfaff;border-color:#c4b5fd}.fp-root .module-banner{border-top:1px solid var(--fp-line);background:#fff;padding:72px 0 28px}.fp-root .module-banner.alt{background:var(--fp-light)}.fp-root .module-banner-inner{grid-template-columns:auto 1fr;align-items:start;gap:22px;max-width:980px;display:grid}.fp-root .module-number{background:var(--fp-purple);color:#fff;border-radius:18px;place-items:center;width:58px;height:58px;font-size:18px;font-weight:800;display:grid;box-shadow:0 12px 30px #7c3aed38}.fp-root .module-banner h2{letter-spacing:-.035em;margin:0 0 8px;font-size:clamp(30px,4vw,44px);font-weight:800;line-height:1.15}.fp-root .module-banner p{color:var(--fp-muted);max-width:820px;margin:0;font-size:15px}.fp-root .feature-section{padding:96px 0}.fp-root .feature-section.alt{background:var(--fp-light)}.fp-root .feature-section-grid{grid-template-columns:1fr 1fr;align-items:center;gap:74px;display:grid}.fp-root .feature-section.reverse .feature-visual{order:2}.fp-root .feature-section.reverse .feature-copy{order:1}.fp-root .feature-copy h2{letter-spacing:-.045em;margin:14px 0 16px;font-size:clamp(36px,4.5vw,56px);font-weight:800;line-height:1.1}.fp-root .feature-copy>p{color:var(--fp-muted);margin-bottom:26px;font-size:16px}.fp-root .detail-list{gap:17px;display:grid}.fp-root .detail-item{grid-template-columns:34px 1fr;align-items:start;gap:13px;display:grid}.fp-root .detail-icon{width:34px;height:34px;color:var(--fp-purple);background:#f1eafe;border-radius:11px;place-items:center;font-size:13px;font-weight:800;display:grid}.fp-root .detail-item h3{margin:0 0 4px;font-size:16px}.fp-root .detail-item p{color:var(--fp-muted);margin:0;font-size:13px}.fp-root .feature-visual{background:linear-gradient(145deg,#eee7ff,#ddd0ff);border-radius:30px;min-height:470px;padding:28px;position:relative;overflow:hidden}.fp-root .feature-visual.dark{background:linear-gradient(145deg,#7c3aed,#5b21b6)}.fp-root .feature-visual:after{content:"";border:56px solid #ffffff21;border-radius:50%;width:260px;height:260px;position:absolute;bottom:-110px;right:-100px}.fp-root .ui-window{z-index:2;background:#fff;border:1px solid #e2e8f0e6;border-radius:22px;padding:16px;position:relative;box-shadow:0 22px 55px #071a3d24}.fp-root .ui-window-title{justify-content:space-between;align-items:center;gap:18px;padding-bottom:13px;font-size:12px;font-weight:700;display:flex}.fp-root .ui-table{gap:9px;display:grid}.fp-root .ui-row{background:var(--fp-light);color:#64748b;border-radius:11px;grid-template-columns:1.2fr .8fr .65fr;align-items:center;gap:8px;padding:11px;font-size:9px;display:grid}.fp-root .ui-row b{color:var(--fp-navy);font-size:10px}.fp-root .ui-chart{background:linear-gradient(#0000,#7c3aed14),repeating-linear-gradient(90deg,#0000 0 54px,#eef2f7 55px),repeating-linear-gradient(0deg,#0000 0 34px,#eef2f7 35px);border-radius:14px;height:150px;position:relative;overflow:hidden}.fp-root .ui-chart:before{content:"";border-bottom:4px solid var(--fp-purple);border-radius:50%;height:76px;position:absolute;bottom:24px;left:18px;right:18px;transform:skewY(-8deg)}.fp-root .stat-row{grid-template-columns:repeat(3,1fr);gap:10px;margin-top:12px;display:grid}.fp-root .stat-card{background:#fbfaff;border-radius:13px;padding:13px}.fp-root .stat-card small{color:#64748b;font-size:8px;display:block}.fp-root .stat-card strong{font-size:16px}.fp-root .feature-cluster{grid-template-columns:repeat(3,1fr);gap:18px;margin-top:46px;display:grid}.fp-root .cluster-card{border:1px solid var(--fp-line);background:#fff;border-radius:22px;padding:25px}.fp-root .cluster-card h3{margin:0 0 8px;font-size:18px}.fp-root .cluster-card p{color:var(--fp-muted);margin:0;font-size:13px}.fp-root .line-icon{width:46px;height:46px;color:var(--fp-purple);background:#fbfaff;border:1px solid #ddd6fe;border-radius:14px;place-items:center;margin-bottom:15px;display:grid}.fp-root .line-icon svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:23px;height:23px}.fp-root .wa-note-box{color:#5b21b6;background:#fbfaff;border:1px solid #ddd6fe;border-radius:16px;margin-top:22px;padding:16px 18px;font-size:13px;font-weight:600}.fp-root .feature-final-cta{padding:44px 0 96px}.fp-root .cta-box{background:linear-gradient(135deg,var(--fp-purple),#5b21b6);color:#fff;border-radius:32px;justify-content:space-between;align-items:center;gap:40px;padding:58px;display:flex;position:relative;overflow:hidden}.fp-root .cta-box:after{content:"";border:80px solid #ffffff14;border-radius:50%;width:420px;height:420px;position:absolute;top:-170px;right:-110px}.fp-root .cta-box h2{letter-spacing:-.04em;margin:0 0 12px;font-size:40px;font-weight:800;line-height:1.15}.fp-root .cta-box p{color:#ede9fe;margin:0}.fp-root .cta-box .btn{z-index:2;white-space:nowrap;background:#fff;position:relative;color:var(--fp-purple)!important}.fp-root footer{color:#fff;background:linear-gradient(135deg,#6d28d9,#4c1d95);padding:55px 0 24px}.fp-root .footer-grid{grid-template-columns:1.35fr 1fr 1fr;gap:50px;display:grid}.fp-root footer p,.fp-root footer a{color:#e9d5ff;font-size:13px}.fp-root footer h4{color:#fff;margin-top:0;font-size:14px}.fp-root .footer-links{gap:10px;display:grid}.fp-root .footer-tagline{color:#e9d5ff;margin-top:8px;font-size:12px}.fp-root .fp-footer-logo{object-fit:contain;width:auto;max-width:210px;height:42px;display:block}.fp-root .copyright{color:#ddd6fe;border-top:1px solid #ffffff38;justify-content:space-between;gap:20px;margin-top:40px;padding-top:20px;font-size:12px;display:flex}@media (max-width:980px){.fp-root .fp-nav-links,.fp-root .fp-nav-actions{display:none}.fp-root .fp-menu-toggle{margin-left:auto;display:block}.fp-root .features-hero-grid,.fp-root .feature-section-grid{grid-template-columns:1fr}.fp-root .feature-section.reverse .feature-visual,.fp-root .feature-section.reverse .feature-copy{order:initial}.fp-root .feature-cluster{grid-template-columns:repeat(2,1fr)}.fp-root .feature-nav{top:70px}.fp-root .footer-grid{grid-template-columns:1fr 1fr}}@media (min-width:981px){.fp-root .fp-drawer-panel,.fp-root .fp-drawer-backdrop{display:none!important}}@media (max-width:680px){.fp-root .fp-brand-logo{max-width:165px;height:34px}.fp-root .fp-nav-inner{min-height:70px}.fp-root .features-hero{text-align:center;padding:64px 0 54px}.fp-root .features-hero h1{font-size:44px}.fp-root .features-hero p{margin-left:auto;margin-right:auto}.fp-root .hero-actions{justify-content:center}.fp-root .screen-body{grid-template-columns:1fr}.fp-root .feature-section{padding:72px 0}.fp-root .feature-cluster{grid-template-columns:1fr}.fp-root .feature-visual{min-height:410px;padding:18px}.fp-root .stat-row{grid-template-columns:1fr}.fp-root .cta-box{text-align:center;padding:38px 28px;display:block}.fp-root .cta-box .btn{margin-top:22px}.fp-root .footer-grid{grid-template-columns:1fr;gap:32px}.fp-root .copyright{display:block}.fp-root .feature-nav{display:none}}
