.DemoModal-module__kfDc7a__overlay{z-index:9999;-webkit-backdrop-filter:blur(12px);background:#0f172ab3;justify-content:center;align-items:center;padding:20px;animation:.25s DemoModal-module__kfDc7a__fadeIn;display:flex;position:fixed;inset:0}.DemoModal-module__kfDc7a__modalCard{background:var(--bg-surface,#fff);border:1px solid var(--border-color,#e2e8f0);border-radius:24px;width:100%;max-width:650px;max-height:90vh;padding:clamp(24px,4vw,36px);animation:.3s cubic-bezier(.16,1,.3,1) DemoModal-module__kfDc7a__scaleUp;position:relative;overflow-y:auto;box-shadow:0 25px 60px -12px #0f172a59}.DemoModal-module__kfDc7a__closeBtn{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;position:absolute;top:20px;right:20px}.DemoModal-module__kfDc7a__closeBtn:hover{color:#0f172a;background:#e2e8f0}.DemoModal-module__kfDc7a__header{margin-bottom:24px}.DemoModal-module__kfDc7a__badge{color:#116aef;text-transform:uppercase;letter-spacing:.5px;background:#eff6ff;border-radius:20px;align-items:center;gap:6px;margin-bottom:12px;padding:6px 14px;font-size:.75rem;font-weight:700;display:inline-flex}.DemoModal-module__kfDc7a__title{color:#0f172a;letter-spacing:-.02em;margin-bottom:8px;font-size:clamp(1.4rem,2.5vw,1.75rem);font-weight:800;line-height:1.25}.DemoModal-module__kfDc7a__subtitle{color:#64748b;font-size:.9rem;line-height:1.5}.DemoModal-module__kfDc7a__form{flex-direction:column;gap:16px;display:flex}.DemoModal-module__kfDc7a__grid2{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media (max-width:600px){.DemoModal-module__kfDc7a__grid2{grid-template-columns:1fr}}.DemoModal-module__kfDc7a__inputGroup{flex-direction:column;gap:6px;display:flex}.DemoModal-module__kfDc7a__label{color:#334155;align-items:center;gap:6px;font-size:.8rem;font-weight:700;display:flex}.DemoModal-module__kfDc7a__input,.DemoModal-module__kfDc7a__select,.DemoModal-module__kfDc7a__textarea{color:#0f172a;background:#f8fafc;border:1px solid #cbd5e1;border-radius:12px;outline:none;width:100%;padding:11px 16px;font-size:.9rem;font-weight:500;transition:all .2s}.DemoModal-module__kfDc7a__input:focus,.DemoModal-module__kfDc7a__select:focus,.DemoModal-module__kfDc7a__textarea:focus{background:#fff;border-color:#116aef;box-shadow:0 0 0 4px #116aef1f}.DemoModal-module__kfDc7a__actions{flex-direction:column;gap:10px;display:flex}.DemoModal-module__kfDc7a__btnPrimary{color:#fff;width:100%;box-shadow:none;cursor:pointer;background:#116aef;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:12px 20px;font-size:.9rem;font-weight:700;transition:background .15s;display:inline-flex}.DemoModal-module__kfDc7a__btnPrimary:hover{box-shadow:none;background:#0052cc}.DemoModal-module__kfDc7a__btnPrimary:disabled{opacity:.75;cursor:not-allowed}.DemoModal-module__kfDc7a__spinner{animation:1s linear infinite DemoModal-module__kfDc7a__spin}@keyframes DemoModal-module__kfDc7a__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.DemoModal-module__kfDc7a__btnSecondary{color:#334155;width:100%;box-shadow:none;cursor:pointer;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:12px 20px;font-size:.9rem;font-weight:600;transition:background .15s;display:inline-flex}.DemoModal-module__kfDc7a__btnSecondary:hover{color:#0f172a;background:#e2e8f0}.DemoModal-module__kfDc7a__btnWa{color:#fff;width:100%;box-shadow:none;cursor:pointer;background:#16a34a;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:12px 20px;font-size:.9rem;font-weight:700;transition:background .15s;display:flex}.DemoModal-module__kfDc7a__btnWa:hover{box-shadow:none;background:#15803d}.DemoModal-module__kfDc7a__successState{text-align:center;padding:10px 0}.DemoModal-module__kfDc7a__successIcon{justify-content:center;margin-bottom:12px;display:flex}.DemoModal-module__kfDc7a__successTitle{color:#0f172a;margin-bottom:8px;font-size:1.5rem;font-weight:800}.DemoModal-module__kfDc7a__successDesc{color:#475569;margin-bottom:16px;font-size:.92rem;line-height:1.6}.DemoModal-module__kfDc7a__successInfo{color:#475569;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;gap:10px;margin-bottom:20px;padding:14px 18px;font-size:.85rem;display:flex}@keyframes DemoModal-module__kfDc7a__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes DemoModal-module__kfDc7a__scaleUp{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}
.Navbar-module__dVeNwG__header{z-index:1000;padding:12px clamp(16px,4vw,40px);transition:all .3s cubic-bezier(.16,1,.3,1);position:fixed;top:0;left:0;right:0}.Navbar-module__dVeNwG__scrolled{padding:8px clamp(16px,4vw,40px)}.Navbar-module__dVeNwG__container{max-width:1200px;margin:0 auto}.Navbar-module__dVeNwG__navInner{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius-full);justify-content:space-between;align-items:center;gap:20px;height:60px;padding:0 20px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 4px 20px #00000014}.Navbar-module__dVeNwG__scrolled .Navbar-module__dVeNwG__navInner{background:var(--bg-surface);border-color:var(--border-color);box-shadow:0 4px 20px #00000014}.Navbar-module__dVeNwG__logo{flex-shrink:0;align-items:center;gap:10px;display:flex}.Navbar-module__dVeNwG__logoIcon{background:var(--brand-gradient);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex;box-shadow:0 4px 12px #0ea5e959}.Navbar-module__dVeNwG__logoTextWrap{flex-direction:column;line-height:1.1;display:flex}.Navbar-module__dVeNwG__logoText{color:var(--text-primary);letter-spacing:-.02em;font-size:1.1rem;font-weight:800}.Navbar-module__dVeNwG__logoSubtext{color:var(--brand-primary);letter-spacing:.3px;text-transform:uppercase;font-size:.62rem;font-weight:700}.Navbar-module__dVeNwG__logoHighlight{color:var(--brand-primary)}.Navbar-module__dVeNwG__links{flex:1;justify-content:center;align-items:center;gap:28px;display:flex}.Navbar-module__dVeNwG__link{color:var(--text-primary);transition:color var(--transition);white-space:nowrap;font-size:.9rem;font-weight:700}.Navbar-module__dVeNwG__link:hover{color:var(--brand-primary)}.Navbar-module__dVeNwG__actions{flex-shrink:0;align-items:center;gap:10px;display:flex}.Navbar-module__dVeNwG__themeToggle{background:var(--bg-surface-2);border:1px solid var(--border-color);width:36px;height:36px;color:var(--text-secondary);transition:all var(--transition);border-radius:50%;justify-content:center;align-items:center;display:flex}.Navbar-module__dVeNwG__themeToggle:hover{background:var(--bg-surface);color:var(--text-primary);border-color:var(--brand-primary)}.Navbar-module__dVeNwG__btnGhost{border-radius:var(--radius-full);border:1px solid var(--border-color);color:var(--text-secondary);transition:all var(--transition);white-space:nowrap;background:0 0;padding:7px 16px;font-size:.85rem;font-weight:600}.Navbar-module__dVeNwG__btnGhost:hover{color:var(--text-primary);border-color:var(--brand-primary);background:var(--bg-surface-2)}.Navbar-module__dVeNwG__btnPrimary{border-radius:var(--radius-full);background:var(--brand-primary);color:#fff;transition:all var(--transition);box-shadow:none;white-space:nowrap;border:none;align-items:center;gap:6px;padding:9px 20px;font-size:.85rem;font-weight:700;display:inline-flex}.Navbar-module__dVeNwG__btnPrimary:hover{background:var(--brand-primary-hover);box-shadow:none}.Navbar-module__dVeNwG__hamburger{color:var(--text-secondary);border-radius:var(--radius-sm);transition:color var(--transition);justify-content:center;align-items:center;padding:6px;display:none}.Navbar-module__dVeNwG__hamburger:hover{color:var(--text-primary)}.Navbar-module__dVeNwG__mobileMenu{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);flex-direction:column;gap:8px;padding:20px;animation:.25s Navbar-module__dVeNwG__slideDown;display:flex;position:absolute;top:76px;left:16px;right:16px}.Navbar-module__dVeNwG__mobileLink{color:var(--text-secondary);border-bottom:1px solid var(--border-subtle);transition:color var(--transition);padding:10px 0;font-size:.95rem;font-weight:600}.Navbar-module__dVeNwG__mobileLink:hover{color:var(--brand-primary)}.Navbar-module__dVeNwG__mobileCta{gap:10px;margin-top:12px;display:flex}.Navbar-module__dVeNwG__mobileCta .Navbar-module__dVeNwG__btnGhost,.Navbar-module__dVeNwG__mobileCta .Navbar-module__dVeNwG__btnPrimary{flex:1;justify-content:center}@media (max-width:840px){.Navbar-module__dVeNwG__links,.Navbar-module__dVeNwG__btnGhost,.Navbar-module__dVeNwG__btnPrimary{display:none}.Navbar-module__dVeNwG__hamburger{display:flex}}@keyframes Navbar-module__dVeNwG__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}
.Footer-module__rnk_JG__footer{z-index:1;border-top:1px solid var(--border-color);background:var(--bg-surface);padding:60px 0 32px;position:relative}.Footer-module__rnk_JG__grid{grid-template-columns:2fr 1fr 1fr;gap:40px;margin-bottom:48px;display:grid}.Footer-module__rnk_JG__brandCol{max-width:380px}.Footer-module__rnk_JG__logo{align-items:center;gap:10px;margin-bottom:16px;display:flex}.Footer-module__rnk_JG__logoIcon{background:var(--brand-gradient);width:36px;height:36px;box-shadow:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Footer-module__rnk_JG__logoText{color:var(--text-primary);font-size:1.2rem;font-weight:800}.Footer-module__rnk_JG__logoHighlight{color:var(--brand-primary)}.Footer-module__rnk_JG__desc{color:var(--text-secondary);margin-bottom:20px;font-size:.88rem;line-height:1.6}.Footer-module__rnk_JG__contactList{flex-direction:column;gap:8px;display:flex}.Footer-module__rnk_JG__contactLink{color:var(--text-secondary);transition:color var(--transition);align-items:center;gap:8px;font-size:.85rem;display:flex}.Footer-module__rnk_JG__contactLink:hover{color:var(--brand-primary)}.Footer-module__rnk_JG__colTitle{text-transform:uppercase;letter-spacing:.05em;color:var(--text-primary);margin-bottom:16px;font-size:.8rem;font-weight:800}.Footer-module__rnk_JG__linkList{flex-direction:column;gap:10px;list-style:none;display:flex}.Footer-module__rnk_JG__linkList a{color:var(--text-secondary);transition:color var(--transition);font-size:.88rem}.Footer-module__rnk_JG__linkList a:hover{color:var(--brand-primary)}.Footer-module__rnk_JG__bottom{border-top:1px solid var(--border-color);color:var(--text-muted);justify-content:space-between;align-items:center;padding-top:24px;font-size:.85rem;display:flex}@media (max-width:1024px){.Footer-module__rnk_JG__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Footer-module__rnk_JG__grid{grid-template-columns:1fr}.Footer-module__rnk_JG__bottom{text-align:center;flex-direction:column;gap:12px}}
.Hero-module__PgAKtG__heroSection{padding-top:clamp(110px,13vw,160px);padding-bottom:clamp(60px,8vw,100px);position:relative;overflow:hidden}.Hero-module__PgAKtG__orbStage{pointer-events:none;z-index:0;position:absolute;inset:0;overflow:hidden}.Hero-module__PgAKtG__orb{filter:blur(85px);opacity:.65;border-radius:50%;animation:12s ease-in-out infinite alternate Hero-module__PgAKtG__orbGlow;position:absolute}.Hero-module__PgAKtG__orb1{background:#0ea5e940;width:580px;height:580px;top:-5%;left:-10%}.Hero-module__PgAKtG__orb2{background:#14b8a633;width:500px;height:500px;animation-delay:-4s;top:15%;right:-8%}.Hero-module__PgAKtG__orb3{background:#6366f129;width:420px;height:420px;animation-delay:-8s;bottom:0%;left:38%}.Hero-module__PgAKtG__heroContent{z-index:10;text-align:center;flex-direction:column;align-items:center;display:flex;position:relative}.Hero-module__PgAKtG__pillBadgeWrap{margin-bottom:24px}.Hero-module__PgAKtG__trendingText{color:var(--brand-primary);letter-spacing:.5px;font-weight:800}.Hero-module__PgAKtG__badgeDivider{color:var(--text-muted)}.Hero-module__PgAKtG__badgeSub{color:var(--text-secondary)}.Hero-module__PgAKtG__title{color:var(--text-primary);letter-spacing:-.02em;max-width:960px;margin-bottom:20px;font-size:clamp(2.2rem,4.5vw,3.75rem);font-weight:800;line-height:1.1}.Hero-module__PgAKtG__subtitle{color:var(--text-secondary);max-width:860px;margin-bottom:32px;font-size:clamp(1rem,1.8vw,1.2rem);line-height:1.65}.Hero-module__PgAKtG__subdomainTag{color:var(--brand-primary);background:#0ea5e91a;border-radius:6px;padding:2px 8px;font-family:monospace;font-weight:800}.Hero-module__PgAKtG__btnRow{flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;margin-bottom:32px;display:flex}.Hero-module__PgAKtG__btnPrimary{border-radius:var(--radius-full);background:var(--brand-primary);color:#fff;box-shadow:none;transition:all var(--transition);border:none;align-items:center;gap:10px;padding:14px 28px;font-size:1rem;font-weight:700;display:inline-flex}.Hero-module__PgAKtG__btnPrimary:hover{background:var(--brand-primary-hover);box-shadow:none}.Hero-module__PgAKtG__btnWa{border-radius:var(--radius-full);color:#fff;box-shadow:none;transition:all var(--transition);background:#25d366;border:none;align-items:center;gap:8px;padding:14px 26px;font-size:1rem;font-weight:700;display:inline-flex}.Hero-module__PgAKtG__btnWa:hover{box-shadow:none;background:#1eb857}.Hero-module__PgAKtG__channelRow{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;max-width:980px;margin-bottom:48px;display:flex}.Hero-module__PgAKtG__channelChip{border-radius:var(--radius-full);background:var(--bg-surface-2);border:1px solid var(--border-color);color:var(--text-secondary);align-items:center;gap:6px;padding:6px 14px;font-size:.78rem;font-weight:600;display:inline-flex}.Hero-module__PgAKtG__showcaseWrapper{perspective:none;width:100%;max-width:1050px;margin-top:20px;position:relative}.Hero-module__PgAKtG__showcaseGlow{filter:blur(40px);z-index:-1;background:#0ea5e90d;border-radius:36px;position:absolute;inset:-20px}.Hero-module__PgAKtG__macbookFrame{background:#111;border-radius:20px 20px 0 0;padding:16px 16px 20px;position:relative;box-shadow:0 -10px 40px #00000026}.Hero-module__PgAKtG__macbookCamera{background:#333;border-radius:50%;width:6px;height:6px;position:absolute;top:6px;left:50%;transform:translate(-50%);box-shadow:inset 0 1px 2px #00000080}.Hero-module__PgAKtG__appWindowFrame{background:var(--bg-surface);text-align:left;border:1px solid #ffffff14;border-radius:16px;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #0006}.Hero-module__PgAKtG__macbookBaseIndentation{background:#b5b5b5;border-radius:0 0 8px 8px;width:140px;height:8px;position:absolute;top:0;left:50%;transform:translate(-50%);box-shadow:inset 0 2px 4px #0000001a}.Hero-module__PgAKtG__floatBadge{z-index:20;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;background:#0f172ad9;border:1px solid #ffffff26;border-radius:9999px;align-items:center;gap:8px;padding:8px 16px;font-size:.78rem;font-weight:700;animation:4s ease-in-out infinite alternate Hero-module__PgAKtG__floatBounce;display:inline-flex;position:absolute;box-shadow:0 12px 30px #00000040}.Hero-module__PgAKtG__floatTopLeft{top:-16px;left:24px}.Hero-module__PgAKtG__floatTopRight{animation-delay:-2s;top:-16px;right:24px}.Hero-module__PgAKtG__floatBottomRight{animation-delay:-3s;bottom:24px;right:-16px}@keyframes Hero-module__PgAKtG__floatBounce{0%{transform:translateY(0)}to{transform:translateY(-6px)}}.Hero-module__PgAKtG__browserHeader{background:#0f172a;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:16px;padding:8px 16px;display:flex}.Hero-module__PgAKtG__dots{gap:6px;display:flex}.Hero-module__PgAKtG__dotRed,.Hero-module__PgAKtG__dotYellow,.Hero-module__PgAKtG__dotGreen{border-radius:50%;width:10px;height:10px}.Hero-module__PgAKtG__dotRed{background:#ff5f56}.Hero-module__PgAKtG__dotYellow{background:#ffbd2e}.Hero-module__PgAKtG__dotGreen{background:#27c93f}.Hero-module__PgAKtG__addressBar{border-radius:var(--radius-full);color:#cbd5e1;background:#1e293b;border:1px solid #ffffff26;align-items:center;gap:6px;padding:4px 16px;font-family:monospace;font-size:.76rem;display:flex}.Hero-module__PgAKtG__lockIcon{color:#10b981}.Hero-module__PgAKtG__domainHighlight{color:#38bdf8;font-weight:700}.Hero-module__PgAKtG__liveBadge{color:#10b981;border-radius:var(--radius-full);background:#10b98126;align-items:center;gap:4px;padding:3px 10px;font-size:.72rem;font-weight:700;display:flex}.Hero-module__PgAKtG__tabNav{background:#0b0f19;border-bottom:1px solid #ffffff0d;gap:8px;padding:8px 16px;display:flex;overflow-x:auto}.Hero-module__PgAKtG__tabItem{color:#64748b;white-space:nowrap;background:0 0;border:none;border-radius:8px;padding:8px 16px;font-size:.8rem;font-weight:600;transition:all .2s}.Hero-module__PgAKtG__tabItem:hover{color:#f8fafc;background:#ffffff0d}.Hero-module__PgAKtG__activeTab{background:#38bdf81a;border:1px solid #38bdf833;font-weight:700;color:#38bdf8!important}.Hero-module__PgAKtG__appShell{background:#f1f5f9;flex-direction:column;min-height:480px;display:flex}.Hero-module__PgAKtG__appTopHeader{color:#fff;background:#0284c7;border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;gap:16px;height:48px;padding:0 16px;display:flex}.Hero-module__PgAKtG__appLogoWrap{align-items:center;gap:8px;display:flex}.Hero-module__PgAKtG__appLogoBox{color:#fff;background:#fff3;border-radius:6px;justify-content:center;align-items:center;width:26px;height:26px;display:flex}.Hero-module__PgAKtG__appLogoTitle{color:#fff;font-size:1rem;font-weight:800}.Hero-module__PgAKtG__appLogoSub{color:#e0f2fe}.Hero-module__PgAKtG__appKlinikName{color:#fff;flex-direction:column;font-size:.75rem;line-height:1.2;display:flex}.Hero-module__PgAKtG__appKlinikName span{opacity:.8;color:#e0f2fe;font-size:.65rem}.Hero-module__PgAKtG__appUserAction{margin-left:auto}.Hero-module__PgAKtG__userBadge{color:#fff;background:#ffffff26;border:1px solid #fff3;border-radius:9999px;padding:3px 10px;font-size:.72rem;font-weight:700}.Hero-module__PgAKtG__appBody{flex:1;display:flex}.Hero-module__PgAKtG__appSidebar{shrink:0;background:#fff;border-right:1px solid #e2e8f0;flex-direction:column;gap:12px;width:200px;padding:12px;display:flex}@media (max-width:768px){.Hero-module__PgAKtG__appSidebar{display:none}}.Hero-module__PgAKtG__userProfileBox{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:10px;padding:8px;display:flex}.Hero-module__PgAKtG__uAvatar{color:#fff;background:#0284c7;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.75rem;font-weight:800;display:flex}.Hero-module__PgAKtG__userProfileBox strong{color:#0f172a;font-size:.78rem;display:block}.Hero-module__PgAKtG__userProfileBox p{color:#64748b;font-size:.68rem}.Hero-module__PgAKtG__sideNav{flex-direction:column;gap:4px;display:flex}.Hero-module__PgAKtG__navLink{color:#475569;text-align:left;border-radius:6px;align-items:center;gap:8px;padding:8px 10px;font-size:.78rem;font-weight:600;transition:all .2s;display:flex}.Hero-module__PgAKtG__navLink:hover{color:#2563eb;background:#f1f5f9}.Hero-module__PgAKtG__activeNavLink{color:#2563eb;background:#eff6ff;border-left:3px solid #2563eb;border-radius:0 6px 6px 0;font-weight:700}.Hero-module__PgAKtG__appCanvas{background:#f8fafc;flex:1;padding:16px;position:relative;overflow-y:auto}.Hero-module__PgAKtG__prevBtn,.Hero-module__PgAKtG__nextBtn{z-index:30;color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 12px #00000026}.Hero-module__PgAKtG__prevBtn{left:8px}.Hero-module__PgAKtG__nextBtn{right:8px}.Hero-module__PgAKtG__prevBtn:hover,.Hero-module__PgAKtG__nextBtn:hover{color:#fff;background:#0284c7;border-color:#0284c7}.Hero-module__PgAKtG__slideFade{animation:.3s Hero-module__PgAKtG__fadeIn}.Hero-module__PgAKtG__blueWelcomeBanner{color:#fff;background:linear-gradient(135deg,#0284c7 0%,#0369a1 100%);border-radius:12px;justify-content:space-between;align-items:center;gap:16px;margin-bottom:14px;padding:16px;display:flex}.Hero-module__PgAKtG__modulTag{background:#fff3;border-radius:4px;margin-bottom:4px;padding:2px 8px;font-size:.68rem;font-weight:700;display:inline-block}.Hero-module__PgAKtG__blueWelcomeBanner h3{margin-bottom:2px;font-size:1.1rem;font-weight:800}.Hero-module__PgAKtG__blueWelcomeBanner p{opacity:.9;max-width:480px;font-size:.75rem;line-height:1.4}.Hero-module__PgAKtG__bannerBtns{shrink:0;gap:8px;display:flex}.Hero-module__PgAKtG__btnOrderPk{color:#0284c7;background:#fff;border-radius:6px;padding:6px 14px;font-size:.75rem;font-weight:700}.Hero-module__PgAKtG__btnWorklist{color:#fff;background:#fff3;border:1px solid #fff6;border-radius:6px;padding:6px 14px;font-size:.75rem;font-weight:700}.Hero-module__PgAKtG__statGrid6{grid-template-columns:repeat(6,1fr);gap:10px;margin-bottom:14px;display:grid}@media (max-width:900px){.Hero-module__PgAKtG__statGrid6{grid-template-columns:repeat(3,1fr)}}.Hero-module__PgAKtG__statCard{background:#fff;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:8px;padding:10px;display:flex;box-shadow:0 1px 3px #0000000a}.Hero-module__PgAKtG__statCard span{color:#64748b;font-size:.65rem;display:block}.Hero-module__PgAKtG__statCard h4{color:#0f172a;font-size:1.1rem;font-weight:800;line-height:1}.Hero-module__PgAKtG__sIconBlue{color:#0284c7}.Hero-module__PgAKtG__sIconYellow{color:#d97706}.Hero-module__PgAKtG__sIconPurple{color:#7c3aed}.Hero-module__PgAKtG__sIconGreen{color:#10b981}.Hero-module__PgAKtG__sIconRed{color:#ef4444}.Hero-module__PgAKtG__tatBanner{color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:8px;justify-content:space-between;align-items:center;padding:10px 14px;font-size:.75rem;display:flex}.Hero-module__PgAKtG__tatNote{color:#64748b;font-size:.68rem}.Hero-module__PgAKtG__entriOrderHeader{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.Hero-module__PgAKtG__entriOrderHeader h3{color:#0f172a;align-items:center;gap:6px;font-size:.95rem;font-weight:800;display:flex}.Hero-module__PgAKtG__orderTimeTag{color:#0284c7;font-family:monospace;font-size:.72rem;font-weight:700}.Hero-module__PgAKtG__orderGrid2{grid-template-columns:1fr 1fr;gap:12px;display:grid}.Hero-module__PgAKtG__orderStepBox{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:12px}.Hero-module__PgAKtG__stepTitleRow{color:#0f172a;align-items:center;gap:8px;margin-bottom:10px;font-size:.8rem;display:flex}.Hero-module__PgAKtG__stepNumBadge{color:#fff;background:#0284c7;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.7rem;font-weight:800;display:flex}.Hero-module__PgAKtG__btnGantiPasien{background:#f1f5f9;border:1px solid #cbd5e1;border-radius:4px;margin-left:auto;padding:2px 8px;font-size:.7rem}.Hero-module__PgAKtG__patientInfoCard{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;gap:10px;padding:10px;display:flex}.Hero-module__PgAKtG__pAvatar{color:#fff;background:#0284c7;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:.85rem;font-weight:800;display:flex}.Hero-module__PgAKtG__pName{color:#0f172a;font-size:.85rem;font-weight:800}.Hero-module__PgAKtG__pRmTag{color:#0284c7;background:#e0f2fe;border-radius:4px;padding:1px 6px;font-size:.68rem}.Hero-module__PgAKtG__pMeta,.Hero-module__PgAKtG__pAddr{color:#475569;font-size:.72rem}.Hero-module__PgAKtG__inputFormGroup{flex-direction:column;gap:4px;margin-bottom:8px;display:flex}.Hero-module__PgAKtG__inputFormGroup label{color:#475569;font-size:.7rem;font-weight:700}.Hero-module__PgAKtG__appFormInput{color:#0f172a;background:#f8fafc;border:1px solid #cbd5e1;border-radius:6px;padding:6px 10px;font-size:.78rem}.Hero-module__PgAKtG__paramGroupTabs{gap:6px;margin-bottom:10px;display:flex;overflow-x:auto}.Hero-module__PgAKtG__pTab{color:#475569;white-space:nowrap;background:#f1f5f9;border-radius:4px;padding:4px 10px;font-size:.7rem;font-weight:700}.Hero-module__PgAKtG__pTabActive{color:#fff;background:#0284c7}.Hero-module__PgAKtG__paramChipsRow{flex-wrap:wrap;gap:6px;display:flex}.Hero-module__PgAKtG__paramChipActive{color:#047857;background:#ecfdf5;border:1px solid #10b981;border-radius:4px;align-items:center;gap:4px;padding:4px 10px;font-size:.7rem;font-weight:700;display:flex}.Hero-module__PgAKtG__filterCardsGrid{grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:10px;display:grid}.Hero-module__PgAKtG__fCard{background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:8px 12px;font-size:.7rem}.Hero-module__PgAKtG__fCard span{color:#64748b;display:block}.Hero-module__PgAKtG__fCard strong{color:#0284c7}.Hero-module__PgAKtG__textYellow{color:#d97706}.Hero-module__PgAKtG__textPurple{color:#7c3aed}.Hero-module__PgAKtG__textGreen{color:#10b981}.Hero-module__PgAKtG__textBlue{color:#0284c7}.Hero-module__PgAKtG__textRed{color:#ef4444}.Hero-module__PgAKtG__filterInputRow{gap:8px;margin-bottom:10px;display:flex}.Hero-module__PgAKtG__searchBoxInput{background:#fff;border:1px solid #cbd5e1;border-radius:6px;flex:1;align-items:center;gap:6px;padding:4px 10px;font-size:.75rem;display:flex}.Hero-module__PgAKtG__searchBoxInput input{border:none;outline:none;width:100%;font-size:.75rem}.Hero-module__PgAKtG__dateFilterInput,.Hero-module__PgAKtG__statusSelect{color:#475569;background:#fff;border:1px solid #cbd5e1;border-radius:6px;padding:4px 10px;font-size:.72rem}.Hero-module__PgAKtG__appTable{border-collapse:collapse;background:#fff;border:1px solid #e2e8f0;border-radius:6px;width:100%;font-size:.75rem}.Hero-module__PgAKtG__appTable th{text-align:left;color:#64748b;background:#f1f5f9;padding:8px 10px;font-size:.68rem;font-weight:700}.Hero-module__PgAKtG__appTable td{color:#0f172a;border-top:1px solid #e2e8f0;padding:8px 10px}.Hero-module__PgAKtG__badgeGreen{color:#10b981;background:#ecfdf5;border-radius:4px;padding:2px 6px;font-size:.68rem;font-weight:800}.Hero-module__PgAKtG__badgePurple{color:#7c3aed;background:#f3e8ff;border-radius:4px;padding:2px 6px;font-size:.68rem;font-weight:800}.Hero-module__PgAKtG__badgeBlue{color:#0284c7;background:#e0f2fe;border-radius:9999px;padding:4px 10px;font-size:.7rem;font-weight:800}.Hero-module__PgAKtG__resultTableCard{background:#fff;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.Hero-module__PgAKtG__resInputFormatted{color:#0f172a;background:#f0f9ff;border:2px solid #0284c7;border-radius:4px;outline:none;width:90px;padding:4px 8px;font-family:monospace;font-weight:800}.Hero-module__PgAKtG__flagOk{color:#10b981;font-size:.72rem;font-weight:800}.Hero-module__PgAKtG__flagHH{color:#ef4444;background:#ef44441a;border-radius:4px;padding:2px 6px;font-size:.7rem;font-weight:800}.Hero-module__PgAKtG__pdfPreviewCard{background:#fff;border:1px dashed #0284c7;border-radius:8px;flex-direction:column;gap:12px;padding:16px;display:flex}.Hero-module__PgAKtG__pdfHeader{border-bottom:2px solid #e2e8f0;justify-content:space-between;align-items:center;padding-bottom:10px;display:flex}.Hero-module__PgAKtG__klinikLogo h5{color:#0f172a;font-size:.85rem;font-weight:800}.Hero-module__PgAKtG__klinikLogo p{color:#64748b;font-size:.68rem}.Hero-module__PgAKtG__pdfStatus{color:#10b981;background:#ecfdf5;border-radius:9999px;align-items:center;gap:4px;padding:3px 10px;font-size:.72rem;font-weight:800;display:flex}.Hero-module__PgAKtG__pdfBodyGrid{color:#475569;grid-template-columns:1fr 1fr;gap:8px;font-size:.75rem;display:grid}.Hero-module__PgAKtG__pdfFooter{border-top:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding-top:10px;display:flex}.Hero-module__PgAKtG__qrBlock{color:#64748b;align-items:center;gap:8px;font-size:.68rem;display:flex}.Hero-module__PgAKtG__qrCode{color:#0f172a;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:4px;padding:4px 8px;font-family:monospace;font-weight:700}.Hero-module__PgAKtG__btnPrintPdf{color:#fff;background:#0284c7;border-radius:9999px;align-items:center;gap:6px;padding:6px 14px;font-size:.75rem;font-weight:700;display:flex}.Hero-module__PgAKtG__macbookBase{background:linear-gradient(#334155 0%,#0f172a 100%);border-radius:0 0 16px 16px;height:16px;position:relative;box-shadow:0 12px 30px #0006}.Hero-module__PgAKtG__macbookNotch{background:#0f172a;border-radius:0 0 6px 6px;width:140px;height:8px;position:absolute;top:0;left:50%;transform:translate(-50%)}.Hero-module__PgAKtG__dotsIndicator{justify-content:center;align-items:center;gap:8px;margin-top:20px;display:flex}.Hero-module__PgAKtG__dotItem{background:var(--border-color);width:10px;height:10px;transition:all var(--transition);border-radius:50%}.Hero-module__PgAKtG__activeDot{border-radius:var(--radius-full);background:var(--brand-primary);width:28px}@keyframes Hero-module__PgAKtG__fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.Hero-module__PgAKtG__heroSection *{scrollbar-width:none!important;-ms-overflow-style:none!important}.Hero-module__PgAKtG__heroSection ::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}
.LogoStrip-module__KjROsq__wrap{z-index:1;border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);background:var(--bg-surface);padding:28px 0;position:relative;overflow:hidden}.LogoStrip-module__KjROsq__label{text-align:center;color:var(--text-muted);text-transform:uppercase;letter-spacing:.14em;margin-bottom:18px;font-size:11px;font-weight:800}.LogoStrip-module__KjROsq__marqueeTrack{-webkit-user-select:none;user-select:none;gap:0;display:flex;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 12% 88%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 12% 88%,#0000 100%)}.LogoStrip-module__KjROsq__marqueeList{flex-shrink:0;align-items:center;gap:40px;min-width:100%;padding-right:40px;animation:22s linear infinite LogoStrip-module__KjROsq__scrollMarquee;display:flex}.LogoStrip-module__KjROsq__marqueeTrack:hover .LogoStrip-module__KjROsq__marqueeList{animation-play-state:paused}@keyframes LogoStrip-module__KjROsq__scrollMarquee{0%{transform:translate(0%)}to{transform:translate(-100%)}}.LogoStrip-module__KjROsq__partnerItem{white-space:nowrap;align-items:center;gap:40px;display:inline-flex}.LogoStrip-module__KjROsq__partnerName{color:var(--text-primary);letter-spacing:.06em;text-transform:uppercase;font-size:13.5px;font-weight:700;transition:color .2s}.LogoStrip-module__KjROsq__partnerName:hover{color:var(--brand-primary)}.LogoStrip-module__KjROsq__dotDivider{color:var(--brand-primary);opacity:.6;font-size:14px;font-weight:800}
.Stats-module__K5P46q__section{color:#fff;background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%);padding:36px 0;position:relative;overflow:hidden}.Stats-module__K5P46q__grid{grid-template-columns:repeat(4,1fr);gap:32px;display:grid}.Stats-module__K5P46q__card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0a;border:1px solid #ffffff14;border-radius:20px;align-items:flex-start;gap:16px;padding:20px;display:flex}.Stats-module__K5P46q__iconWrap{color:#60a5fa;background:linear-gradient(135deg,#3b82f633 0%,#8b5cf633 100%);border:1px solid #60a5fa4d;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.Stats-module__K5P46q__value{color:#fff;letter-spacing:-.02em;margin-bottom:2px;font-size:1.8rem;font-weight:800;line-height:1.2}.Stats-module__K5P46q__label{color:#e2e8f0;margin-bottom:2px;font-size:.92rem;font-weight:700}.Stats-module__K5P46q__sub{color:#94a3b8;font-size:.78rem}@media (max-width:992px){.Stats-module__K5P46q__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.Stats-module__K5P46q__grid{grid-template-columns:1fr}}
.WhatsAppWidget-module__bYHVHq__widgetWrap{z-index:9990;position:fixed;bottom:24px;right:24px}.WhatsAppWidget-module__bYHVHq__floatBtn{color:#fff;width:58px;height:58px;box-shadow:none;background:#25d366;border-radius:50%;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.WhatsAppWidget-module__bYHVHq__floatBtn:hover{box-shadow:none;background:#1eb857}.WhatsAppWidget-module__bYHVHq__pulseBg{z-index:-1;background:#25d36666;border-radius:50%;animation:2s ease-out infinite WhatsAppWidget-module__bYHVHq__pingPulse;position:absolute;inset:-4px}.WhatsAppWidget-module__bYHVHq__badgeCount{color:#fff;background:#ff3b30;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.7rem;font-weight:800;display:flex;position:absolute;top:-2px;right:-2px}.WhatsAppWidget-module__bYHVHq__chatBox{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius-lg);width:340px;box-shadow:var(--shadow-lg);animation:.3s cubic-bezier(.16,1,.3,1) WhatsAppWidget-module__bYHVHq__slideUp;position:absolute;bottom:76px;right:0;overflow:hidden}.WhatsAppWidget-module__bYHVHq__chatHeader{color:#fff;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);align-items:center;gap:12px;padding:14px 16px;display:flex}.WhatsAppWidget-module__bYHVHq__avatarWrap{position:relative}.WhatsAppWidget-module__bYHVHq__avatar{background:#ffffff26;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.2rem;display:flex}.WhatsAppWidget-module__bYHVHq__onlineDot{background:#10b981;border:2px solid #0f172a;border-radius:50%;width:10px;height:10px;position:absolute;bottom:0;right:0}.WhatsAppWidget-module__bYHVHq__headerText h4{margin:0;font-size:.9rem;font-weight:700}.WhatsAppWidget-module__bYHVHq__headerText p{color:#94a3b8;margin:0;font-size:.72rem}.WhatsAppWidget-module__bYHVHq__closeBtn{color:#94a3b8;transition:color var(--transition);margin-left:auto}.WhatsAppWidget-module__bYHVHq__closeBtn:hover{color:#fff}.WhatsAppWidget-module__bYHVHq__chatBody{background:var(--bg-surface-2);flex-direction:column;gap:12px;padding:16px;display:flex}.WhatsAppWidget-module__bYHVHq__chatBubble{background:var(--bg-surface);border:1px solid var(--border-color);color:var(--text-primary);box-shadow:var(--shadow-sm);border-radius:4px 14px 14px;padding:12px 14px;font-size:.85rem;line-height:1.5}.WhatsAppWidget-module__bYHVHq__timeStr{color:var(--text-muted);text-align:right;margin-top:4px;font-size:.68rem;display:block}.WhatsAppWidget-module__bYHVHq__badgeInfo{color:var(--brand-primary);align-items:center;gap:6px;font-size:.72rem;font-weight:600;display:flex}.WhatsAppWidget-module__bYHVHq__chatFooter{background:var(--bg-surface);border-top:1px solid var(--border-color);align-items:center;gap:8px;padding:10px 12px;display:flex}.WhatsAppWidget-module__bYHVHq__chatInput{border-radius:var(--radius-full);border:1px solid var(--border-color);background:var(--bg-surface-2);color:var(--text-primary);outline:none;flex:1;padding:8px 12px;font-size:.85rem}.WhatsAppWidget-module__bYHVHq__chatInput:focus{border-color:var(--brand-primary)}.WhatsAppWidget-module__bYHVHq__sendBtn{color:#fff;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;display:flex}@keyframes WhatsAppWidget-module__bYHVHq__slideUp{0%{opacity:0;transform:translateY(12px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}
.SectionBadge-module__tL7D4W__badge{border-radius:var(--radius-full);color:var(--brand-primary);text-transform:uppercase;letter-spacing:.07em;background:#0ea5e914;border:1px solid #0ea5e94d;align-items:center;gap:6px;margin-bottom:16px;padding:5px 14px;font-size:11px;font-weight:700;display:inline-flex}[data-theme=light] .SectionBadge-module__tL7D4W__badge{background:#0ea5e91a;border-color:#0ea5e940}
.Features-module__KujwKW__sectionTitle{color:var(--text-primary);margin-top:10px;margin-bottom:12px;font-size:clamp(1.8rem,3.5vw,2.75rem);font-weight:800;line-height:1.2}.Features-module__KujwKW__sectionSub{color:var(--text-secondary);max-width:760px;margin:0 auto;font-size:1rem;line-height:1.6}.Features-module__KujwKW__modulesGrid{grid-template-columns:repeat(3,1fr);gap:clamp(20px,3vw,28px);margin-bottom:40px;display:grid}@media (max-width:960px){.Features-module__KujwKW__modulesGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.Features-module__KujwKW__modulesGrid{grid-template-columns:1fr}}.Features-module__KujwKW__moduleCard{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius-lg);height:100%;box-shadow:var(--shadow-sm);transition:all var(--transition);flex-direction:column;padding:28px 24px;display:flex}.Features-module__KujwKW__moduleCard:hover{border-color:var(--border-glow);box-shadow:var(--shadow-md)}.Features-module__KujwKW__moduleHeader{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.Features-module__KujwKW__mIcon{border-radius:var(--radius-md);justify-content:center;align-items:center;width:52px;height:52px;display:flex}.Features-module__KujwKW__mCodeBadge{color:#fff;border-radius:var(--radius-full);padding:4px 12px;font-size:.75rem;font-weight:800}.Features-module__KujwKW__mTitle{color:var(--text-primary);margin-bottom:8px;font-size:1.15rem;font-weight:800}.Features-module__KujwKW__mDesc{color:var(--text-secondary);margin-bottom:18px;font-size:.88rem;line-height:1.5}.Features-module__KujwKW__mItemList{border-top:1px solid var(--border-color);flex-direction:column;gap:8px;margin-top:auto;padding-top:14px;display:flex}.Features-module__KujwKW__mItemList li{color:var(--text-secondary);align-items:center;gap:8px;font-size:.82rem;font-weight:600;display:flex}.Features-module__KujwKW__featureWrapper{grid-template-columns:1fr 1.2fr;align-items:start;gap:clamp(24px,4vw,40px);display:grid}@media (max-width:900px){.Features-module__KujwKW__featureWrapper{grid-template-columns:1fr}}.Features-module__KujwKW__featureNavList{flex-direction:column;gap:12px;display:flex}.Features-module__KujwKW__navCard{border-radius:var(--radius-md);background:var(--bg-surface);border:1px solid var(--border-color);text-align:left;width:100%;box-shadow:var(--shadow-sm);transition:all var(--transition);align-items:flex-start;gap:16px;padding:16px 20px;display:flex}.Features-module__KujwKW__navCard:hover{border-color:var(--border-glow);transform:translate(4px)}.Features-module__KujwKW__activeNavCard{background:var(--bg-surface);border:2px solid var(--brand-primary);box-shadow:var(--shadow-md)}.Features-module__KujwKW__navIcon{border-radius:var(--radius-md);background:var(--bg-surface-2);width:44px;height:44px;color:var(--brand-primary);shrink:0;transition:all var(--transition);justify-content:center;align-items:center;display:flex}.Features-module__KujwKW__activeNavCard .Features-module__KujwKW__navIcon{background:var(--brand-gradient);color:#fff;box-shadow:0 4px 14px #0ea5e966}.Features-module__KujwKW__navText h4{color:var(--text-primary);margin-bottom:2px;font-size:.95rem;font-weight:800}.Features-module__KujwKW__navText p{color:var(--text-muted);font-size:.78rem;font-weight:600}.Features-module__KujwKW__detailPanel{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);flex-direction:column;gap:20px;padding:clamp(24px,4vw,36px);display:flex;position:sticky;top:100px}.Features-module__KujwKW__detailHeader{align-items:center;gap:16px;display:flex}.Features-module__KujwKW__detailIcon{border-radius:var(--radius-md);background:var(--brand-gradient);color:#fff;width:52px;height:52px;box-shadow:var(--shadow-brand);justify-content:center;align-items:center;display:flex}.Features-module__KujwKW__detailTag{text-transform:uppercase;color:var(--brand-primary);letter-spacing:.5px;font-size:.75rem;font-weight:800}.Features-module__KujwKW__detailTitle{color:var(--text-primary);margin-top:2px;font-size:1.35rem;font-weight:800;line-height:1.25}.Features-module__KujwKW__detailDesc{color:var(--text-secondary);font-size:.95rem;line-height:1.6}.Features-module__KujwKW__highlightBox{background:var(--bg-surface-2);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:18px 20px}.Features-module__KujwKW__hlTitle{color:var(--text-primary);margin-bottom:12px;font-size:.85rem;font-weight:800}.Features-module__KujwKW__hlList{flex-direction:column;gap:10px;display:flex}.Features-module__KujwKW__hlItem{color:var(--text-secondary);align-items:flex-start;gap:10px;font-size:.88rem;line-height:1.4;display:flex}.Features-module__KujwKW__checkIcon{color:var(--brand-primary);shrink:0;margin-top:2px}.Features-module__KujwKW__panelFooter{margin-top:10px}.Features-module__KujwKW__btnExplore{border-radius:var(--radius-full);background:var(--brand-gradient);color:#fff;box-shadow:var(--shadow-md);transition:all var(--transition);align-items:center;gap:8px;padding:12px 24px;font-size:.88rem;font-weight:700;display:inline-flex}.Features-module__KujwKW__btnExplore.Features-module__KujwKW__ctaBtn:hover{background:var(--brand-primary-hover);box-shadow:none}
.Workflow-module__eqppfG__section{background:var(--bg-surface-1);border-top:1px solid var(--border-color);padding:50px 0;position:relative}.Workflow-module__eqppfG__header{text-align:center;max-width:760px;margin:0 auto 50px}.Workflow-module__eqppfG__title{letter-spacing:-.03em;color:var(--text-primary);margin:16px 0;font-size:2.3rem;font-weight:800;line-height:1.25}.Workflow-module__eqppfG__subtitle{color:var(--text-secondary);font-size:1.05rem;line-height:1.6}.Workflow-module__eqppfG__tabBar{flex-wrap:wrap;justify-content:center;gap:16px;margin-bottom:32px;display:flex}.Workflow-module__eqppfG__tabBtn{background:var(--bg-surface-2);border:1px solid var(--border-color);cursor:pointer;color:var(--text-muted);border-radius:16px;align-items:center;gap:12px;padding:14px 28px;transition:all .25s;display:flex}.Workflow-module__eqppfG__tabBtn:hover{border-color:var(--tab-color)}.Workflow-module__eqppfG__activeTab{background:var(--bg-surface);border-color:var(--tab-color);box-shadow:none;color:var(--text-primary)}.Workflow-module__eqppfG__tabBadge{background:var(--tab-color);color:#fff;letter-spacing:.05em;border-radius:9999px;padding:4px 10px;font-size:.72rem;font-weight:800}.Workflow-module__eqppfG__tabTitle{font-size:1rem;font-weight:700}.Workflow-module__eqppfG__contentCard{background:var(--bg-surface);border:1.5px solid var(--border-color);border-radius:24px;padding:40px;transition:all .3s;box-shadow:0 20px 40px -15px #0000000d}.Workflow-module__eqppfG__cardHeader{border-bottom:1px solid var(--border-color);align-items:center;gap:16px;margin-bottom:36px;padding-bottom:24px;display:flex}.Workflow-module__eqppfG__phaseBadge{color:#fff;letter-spacing:.05em;border-radius:12px;padding:8px 16px;font-size:.8rem;font-weight:800}.Workflow-module__eqppfG__cardTitle{color:var(--text-primary);margin-bottom:4px;font-size:1.5rem;font-weight:800}.Workflow-module__eqppfG__cardSub{color:var(--text-secondary);font-size:.95rem}.Workflow-module__eqppfG__grid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.Workflow-module__eqppfG__featBox{align-items:flex-start;gap:16px;display:flex}.Workflow-module__eqppfG__iconWrap{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.Workflow-module__eqppfG__featTitle{color:var(--text-primary);margin-bottom:6px;font-size:1.05rem;font-weight:700}.Workflow-module__eqppfG__featDesc{color:var(--text-muted);font-size:.9rem;line-height:1.5}.Workflow-module__eqppfG__footerNote{border-top:1px dashed var(--border-color);color:var(--text-muted);align-items:center;gap:10px;margin-top:36px;padding-top:20px;font-size:.88rem;font-weight:500;display:flex}.Workflow-module__eqppfG__checkIcon{color:var(--brand-primary);flex-shrink:0}@media (max-width:992px){.Workflow-module__eqppfG__grid{grid-template-columns:1fr}.Workflow-module__eqppfG__contentCard{padding:24px}}
.HowItWorks-module__oom_6W__sectionTitle{color:var(--text-primary);margin-top:10px;margin-bottom:12px;font-size:clamp(1.8rem,3.5vw,2.75rem);font-weight:800;line-height:1.2}.HowItWorks-module__oom_6W__sectionSub{color:var(--text-secondary);max-width:760px;margin:0 auto;font-size:1rem;line-height:1.6}.HowItWorks-module__oom_6W__stageTabs{flex-wrap:wrap;justify-content:center;gap:16px;margin-bottom:32px;display:flex}.HowItWorks-module__oom_6W__tabBtn{border-radius:var(--radius-full);background:var(--bg-surface);border:1px solid var(--border-color);color:var(--text-secondary);box-shadow:var(--shadow-sm);transition:all var(--transition);align-items:center;gap:12px;padding:12px 24px;font-size:.95rem;font-weight:700;display:flex}.HowItWorks-module__oom_6W__tabBtn:hover{border-color:var(--brand-primary)}.HowItWorks-module__oom_6W__activeTabBtn{background:var(--bg-surface);border:2px solid var(--brand-primary);color:var(--text-primary);box-shadow:var(--shadow-md)}.HowItWorks-module__oom_6W__tabBadge{color:#fff;border-radius:var(--radius-full);text-transform:uppercase;padding:3px 10px;font-size:.72rem;font-weight:800}.HowItWorks-module__oom_6W__stageCard{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:clamp(24px,4vw,40px)}.HowItWorks-module__oom_6W__stageHeader{border-bottom:1px solid var(--border-color);margin-bottom:32px;padding-bottom:20px}.HowItWorks-module__oom_6W__badgeLabel{text-transform:uppercase;letter-spacing:.5px;font-size:.8rem;font-weight:800}.HowItWorks-module__oom_6W__stageTitle{color:var(--text-primary);margin-top:2px;margin-bottom:6px;font-size:1.5rem;font-weight:800}.HowItWorks-module__oom_6W__stageDesc{color:var(--text-secondary);font-size:.95rem;line-height:1.5}.HowItWorks-module__oom_6W__stepsGrid{grid-template-columns:repeat(3,1fr);gap:clamp(20px,3vw,28px);display:grid}@media (max-width:900px){.HowItWorks-module__oom_6W__stepsGrid{grid-template-columns:1fr}}.HowItWorks-module__oom_6W__stepBox{background:var(--bg-surface-2);border:1px solid var(--border-color);border-radius:var(--radius-md);height:100%;transition:all var(--transition);flex-direction:column;gap:12px;padding:24px 20px;display:flex}.HowItWorks-module__oom_6W__stepCard:hover{border-color:var(--brand-primary);box-shadow:none}.HowItWorks-module__oom_6W__stepIcon{border-radius:var(--radius-md);background:var(--bg-surface);border:2px solid var(--brand-primary);justify-content:center;align-items:center;width:46px;height:46px;display:flex}.HowItWorks-module__oom_6W__stepTitle{color:var(--text-primary);font-size:1.05rem;font-weight:800}.HowItWorks-module__oom_6W__stepDesc{color:var(--text-secondary);font-size:.88rem;line-height:1.5}
.CheckoutModal-module__tQVG9q__overlay{z-index:9999;-webkit-backdrop-filter:blur(12px);background:#0f172aa6;justify-content:center;align-items:center;padding:20px;animation:.25s ease-out CheckoutModal-module__tQVG9q__fadeIn;display:flex;position:fixed;inset:0}.CheckoutModal-module__tQVG9q__modalCard{background:var(--bg-surface,#fff);border:1px solid var(--border-color,#e2e8f0);width:100%;max-width:560px;color:var(--text-primary,#0f172a);border-radius:24px;max-height:90vh;padding:clamp(24px,4vw,36px);animation:.3s cubic-bezier(.16,1,.3,1) CheckoutModal-module__tQVG9q__scaleUp;position:relative;overflow-y:auto;box-shadow:0 25px 60px -12px #0f172a59}.CheckoutModal-module__tQVG9q__closeBtn{background:var(--bg-surface-2,#f1f5f9);color:var(--text-muted,#64748b);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;position:absolute;top:20px;right:20px}.CheckoutModal-module__tQVG9q__closeBtn:hover{background:var(--border-color,#e2e8f0);color:var(--text-primary,#0f172a)}.CheckoutModal-module__tQVG9q__header{margin-bottom:20px}.CheckoutModal-module__tQVG9q__topBadge{letter-spacing:.05em;color:#059669;text-transform:uppercase;background:#10b9811f;border:1px solid #10b9814d;border-radius:20px;align-items:center;margin-bottom:12px;padding:5px 12px;font-size:.72rem;font-weight:700;display:inline-flex}[data-theme=dark] .CheckoutModal-module__tQVG9q__topBadge{color:#34d399;background:#10b9812e}.CheckoutModal-module__tQVG9q__title{color:var(--text-primary,#0f172a);letter-spacing:-.02em;margin-bottom:6px;font-size:clamp(1.35rem,2.5vw,1.65rem);font-weight:800}.CheckoutModal-module__tQVG9q__subtitle{color:var(--text-muted,#64748b);font-size:.88rem;line-height:1.5}.CheckoutModal-module__tQVG9q__summaryBox{background:#10b98112;border:1px solid #10b98147;border-radius:16px;justify-content:space-between;align-items:center;margin-bottom:20px;padding:16px 20px;display:flex}.CheckoutModal-module__tQVG9q__summaryLeft{flex-direction:column;display:flex}.CheckoutModal-module__tQVG9q__summaryLabel{color:var(--text-muted,#64748b);text-transform:uppercase;letter-spacing:.05em;font-size:.72rem;font-weight:600}.CheckoutModal-module__tQVG9q__summaryPlan{color:#059669;font-size:1.15rem;font-weight:800}[data-theme=dark] .CheckoutModal-module__tQVG9q__summaryPlan{color:#34d399}.CheckoutModal-module__tQVG9q__summaryPeriod{color:var(--text-secondary,#334155);font-size:.78rem;font-weight:500}.CheckoutModal-module__tQVG9q__summaryRight{text-align:right;flex-direction:column;display:flex}.CheckoutModal-module__tQVG9q__summaryPrice{color:var(--text-primary,#0f172a);font-size:1.3rem;font-weight:800}.CheckoutModal-module__tQVG9q__summaryVat{color:var(--text-muted,#64748b);font-size:.72rem}.CheckoutModal-module__tQVG9q__errorBox{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;margin-bottom:18px;padding:12px 16px;font-size:.85rem;font-weight:500}.CheckoutModal-module__tQVG9q__form{flex-direction:column;gap:14px;display:flex}.CheckoutModal-module__tQVG9q__grid2{grid-template-columns:1fr 1fr;gap:14px;display:grid}@media (max-width:580px){.CheckoutModal-module__tQVG9q__grid2{grid-template-columns:1fr}}.CheckoutModal-module__tQVG9q__inputGroup{flex-direction:column;gap:6px;display:flex}.CheckoutModal-module__tQVG9q__label{color:var(--text-primary,#0f172a);font-size:.83rem;font-weight:600}.CheckoutModal-module__tQVG9q__input,.CheckoutModal-module__tQVG9q__select{background:var(--bg-surface-2,#f8fafc);border:1px solid var(--border-color,#cbd5e1);width:100%;color:var(--text-primary,#0f172a);border-radius:12px;outline:none;padding:11px 15px;font-size:.9rem;transition:all .2s}.CheckoutModal-module__tQVG9q__input:focus,.CheckoutModal-module__tQVG9q__select:focus{background:var(--bg-surface,#fff);border-color:#10b981;box-shadow:0 0 0 3.5px #10b9812e}.CheckoutModal-module__tQVG9q__securityNote{color:var(--text-muted,#64748b);background:var(--bg-surface-2,#f8fafc);border:1px solid var(--border-color,#e2e8f0);border-radius:12px;align-items:center;gap:10px;padding:12px 16px;font-size:.8rem;display:flex}.CheckoutModal-module__tQVG9q__btnPay{color:#fff;cursor:pointer;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border:none;border-radius:14px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:6px;padding:15px;font-size:.98rem;font-weight:700;transition:all .25s;display:flex;box-shadow:0 4px 16px #10b98152}.CheckoutModal-module__tQVG9q__btnPay:hover{transform:translateY(-2px);box-shadow:0 8px 24px #10b9816b}.CheckoutModal-module__tQVG9q__btnPay:disabled{opacity:.7;cursor:not-allowed;transform:none}.CheckoutModal-module__tQVG9q__spinner{animation:1s linear infinite CheckoutModal-module__tQVG9q__spin}@keyframes CheckoutModal-module__tQVG9q__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes CheckoutModal-module__tQVG9q__scaleUp{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes CheckoutModal-module__tQVG9q__fadeIn{0%{opacity:0}to{opacity:1}}.CheckoutModal-module__tQVG9q__successWrapper{text-align:center;padding:16px 8px}.CheckoutModal-module__tQVG9q__successIcon{color:#10b981;margin-bottom:12px}.CheckoutModal-module__tQVG9q__successTitle{color:var(--text-primary,#0f172a);margin-bottom:8px;font-size:1.35rem;font-weight:800}.CheckoutModal-module__tQVG9q__successDesc{color:var(--text-muted,#64748b);margin-bottom:20px;font-size:.9rem;line-height:1.5}.CheckoutModal-module__tQVG9q__credentialsBox{background:var(--bg-surface-2,#f8fafc);text-align:left;color:var(--text-primary,#0f172a);border:1px solid #10b98159;border-radius:14px;flex-direction:column;gap:10px;padding:18px;font-size:.9rem;display:flex}.CheckoutModal-module__tQVG9q__credentialsBox code{color:#059669;background:#10b98126;border-radius:6px;padding:3px 8px;font-weight:700}[data-theme=dark] .CheckoutModal-module__tQVG9q__credentialsBox code{color:#34d399}
.Pricing-module__Do-gqG__sectionTitle{color:var(--text-primary);margin-top:10px;margin-bottom:12px;font-size:clamp(1.8rem,3.5vw,2.75rem);font-weight:800;line-height:1.2}.Pricing-module__Do-gqG__sectionSub{color:var(--text-secondary);max-width:760px;margin:0 auto;font-size:1rem;line-height:1.6}.Pricing-module__Do-gqG__calculatorCard{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);margin-bottom:48px;padding:clamp(20px,3vw,32px)}.Pricing-module__Do-gqG__billingToggleWrap{justify-content:center;margin-bottom:48px;display:flex}.Pricing-module__Do-gqG__billingToggle{background:var(--bg-surface-2);border:1px solid var(--border-color);border-radius:9999px;align-items:center;padding:6px;display:inline-flex;position:relative}.Pricing-module__Do-gqG__toggleBtn{color:var(--text-secondary);cursor:pointer;transition:all var(--transition);z-index:2;background:0 0;border:none;border-radius:9999px;padding:10px 24px;font-size:.95rem;font-weight:700;position:relative}.Pricing-module__Do-gqG__toggleBtnActive{color:var(--brand-primary);background:var(--bg-surface);box-shadow:var(--shadow-sm)}.Pricing-module__Do-gqG__saveBadge{color:#fff;z-index:3;background:#10b981;border-radius:12px;padding:3px 8px;font-size:.7rem;font-weight:800;position:absolute;top:-12px;right:-10px;transform:rotate(5deg);box-shadow:0 4px 10px #10b98166}.Pricing-module__Do-gqG__calcHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.Pricing-module__Do-gqG__cTitleWrap{align-items:center;gap:14px;display:flex}.Pricing-module__Do-gqG__cIcon{color:var(--brand-primary);shrink:0}.Pricing-module__Do-gqG__cTitleWrap h4{color:var(--text-primary);font-size:1.1rem;font-weight:800}.Pricing-module__Do-gqG__cTitleWrap p{color:var(--text-secondary);font-size:.85rem}.Pricing-module__Do-gqG__btnSelectAll{border-radius:var(--radius-full);background:var(--bg-surface-2);border:1px solid var(--border-color);color:var(--brand-primary);transition:all var(--transition);align-items:center;gap:8px;padding:8px 18px;font-size:.85rem;font-weight:700;display:flex}.Pricing-module__Do-gqG__btnSelectAll:hover,.Pricing-module__Do-gqG__btnSelectAllActive{background:var(--brand-gradient);color:#fff;border-color:#0000;box-shadow:0 4px 14px #0ea5e959}.Pricing-module__Do-gqG__moduleChipsGrid{grid-template-columns:repeat(5,1fr);gap:12px;margin-bottom:24px;display:grid}@media (max-width:1024px){.Pricing-module__Do-gqG__moduleChipsGrid{grid-template-columns:repeat(3,1fr)}}@media (max-width:600px){.Pricing-module__Do-gqG__moduleChipsGrid{grid-template-columns:1fr}}.Pricing-module__Do-gqG__chipBtn{border-radius:var(--radius-md);background:var(--bg-surface-2);border:2px solid var(--border-color);text-align:left;transition:all var(--transition);align-items:center;gap:10px;padding:12px 14px;display:flex}.Pricing-module__Do-gqG__chipBtn:hover{border-color:var(--brand-primary);box-shadow:none}.Pricing-module__Do-gqG__chipBtnActive{background:var(--bg-surface);box-shadow:var(--shadow-md)}.Pricing-module__Do-gqG__chipCheck{border:1px solid var(--border-color);shrink:0;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;display:flex}.Pricing-module__Do-gqG__chipIcon{shrink:0}.Pricing-module__Do-gqG__chipText{flex-direction:column;line-height:1.2;display:flex}.Pricing-module__Do-gqG__chipText strong{color:var(--text-primary);font-size:.82rem}.Pricing-module__Do-gqG__chipText small{color:var(--text-muted);font-size:.72rem}.Pricing-module__Do-gqG__calcResultBar{background:var(--bg-surface-2);border:1px solid var(--border-color);border-radius:var(--radius-md);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;padding:16px 20px;display:flex}.Pricing-module__Do-gqG__resText span{color:var(--text-secondary);font-size:.85rem;font-weight:600}.Pricing-module__Do-gqG__priceTagRow{flex-wrap:wrap;align-items:baseline;gap:8px;margin-top:4px;display:flex}.Pricing-module__Do-gqG__finalPriceStr{color:var(--brand-primary);font-size:1.75rem;font-weight:800}.Pricing-module__Do-gqG__savingsBadge{color:#10b981;border-radius:var(--radius-full);background:#10b9811f;padding:4px 12px;font-size:.78rem;font-weight:800}.Pricing-module__Do-gqG__btnCalcCta{border-radius:var(--radius-full);background:var(--brand-gradient);color:#fff;box-shadow:var(--shadow-md);transition:all var(--transition);padding:12px 24px;font-size:.9rem;font-weight:700}.Pricing-module__Do-gqG__btnCalcCta:hover{background:var(--brand-primary-hover);box-shadow:none}.Pricing-module__Do-gqG__grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:clamp(20px,3vw,32px);display:grid}@media (max-width:960px){.Pricing-module__Do-gqG__grid{grid-template-columns:1fr}}.Pricing-module__Do-gqG__card{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius-lg);height:100%;box-shadow:none;transition:all var(--transition);flex-direction:column;padding:32px 28px;display:flex;position:relative}.Pricing-module__Do-gqG__card:hover{border-color:var(--brand-primary);box-shadow:none}.Pricing-module__Do-gqG__popularCard{transform:scale(1.02);border:2px solid #116aef!important;box-shadow:0 8px 24px #116aef26!important}.Pricing-module__Do-gqG__popularCard:hover{transform:scale(1.02);border-color:#2563eb!important}.Pricing-module__Do-gqG__popularBadge{color:#fff;border-radius:var(--radius-full);letter-spacing:.5px;white-space:nowrap;background:linear-gradient(135deg,#116aef 0%,#2563eb 100%);border:1px solid #60a5fa;align-items:center;gap:6px;padding:6px 18px;font-size:.72rem;font-weight:800;display:flex;position:absolute;top:-16px;left:50%;transform:translate(-50%);box-shadow:0 4px 14px #116aef66}.Pricing-module__Do-gqG__enterpriseCard{border:1px solid var(--border-color)!important;background:var(--bg-surface)!important}.Pricing-module__Do-gqG__badgeCategoryStarter{color:#0369a1;background:#e0f2fe;border:1px solid #93c5fd;border-radius:9999px;margin-bottom:8px;padding:3px 10px;font-size:10px;font-weight:800;display:inline-block}.Pricing-module__Do-gqG__badgeCategoryPro{color:#fff;background:linear-gradient(135deg,#2563eb,#0284c7);border-radius:9999px;align-items:center;gap:4px;margin-bottom:8px;padding:3px 12px;font-size:10px;font-weight:800;display:inline-flex}.Pricing-module__Do-gqG__badgeCategoryEnt{color:var(--text-primary);background:var(--bg-surface-2);border:1px solid var(--border-color);border-radius:9999px;align-items:center;gap:4px;margin-bottom:8px;padding:3px 12px;font-size:10px;font-weight:800;display:inline-flex}.Pricing-module__Do-gqG__btnWhatsapp{border-radius:var(--radius-full);width:100%;transition:all var(--transition);background:#10b981;justify-content:center;align-items:center;gap:8px;padding:12px 20px;font-size:.9rem;font-weight:700;text-decoration:none;display:inline-flex;box-shadow:0 4px 14px #10b9814d;color:#fff!important}.Pricing-module__Do-gqG__btnWhatsapp:hover{background:#059669;box-shadow:0 6px 18px #10b98173;color:#fff!important}.Pricing-module__Do-gqG__cardHeader{border-bottom:1px solid var(--border-color);margin-bottom:24px;padding-bottom:24px}.Pricing-module__Do-gqG__planName{color:var(--text-primary);font-size:1.35rem;font-weight:800}.Pricing-module__Do-gqG__planSub{color:var(--text-muted);margin-top:2px;font-size:.82rem;font-weight:600}.Pricing-module__Do-gqG__priceRow{align-items:baseline;gap:6px;margin-top:16px;margin-bottom:12px;display:flex}.Pricing-module__Do-gqG__priceVal{color:var(--text-primary);letter-spacing:-.02em;font-size:clamp(1.75rem,2.5vw,2.25rem);font-weight:800}.Pricing-module__Do-gqG__pricePeriod{color:var(--text-muted);font-size:.9rem}.Pricing-module__Do-gqG__planDesc{color:var(--text-secondary);font-size:.88rem;line-height:1.5}.Pricing-module__Do-gqG__featureBox{flex:1;margin-bottom:28px}.Pricing-module__Do-gqG__featureTitle{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:14px;font-size:.8rem;font-weight:700}.Pricing-module__Do-gqG__featureList{flex-direction:column;gap:12px;display:flex}.Pricing-module__Do-gqG__featureItem{color:var(--text-secondary);align-items:flex-start;gap:10px;font-size:.88rem;line-height:1.4;display:flex}.Pricing-module__Do-gqG__checkIcon{color:var(--brand-primary);shrink:0;margin-top:2px}.Pricing-module__Do-gqG__cardFooter{margin-top:auto}.Pricing-module__Do-gqG__btnSelect{border-radius:var(--radius-full);background:var(--bg-surface-2);border:1px solid var(--border-color);width:100%;color:var(--text-primary);transition:all var(--transition);padding:12px 20px;font-size:.9rem;font-weight:700}.Pricing-module__Do-gqG__btnSelect:hover{background:var(--brand-primary);color:#fff;border-color:var(--brand-primary);box-shadow:0 4px 14px #0ea5e959}.Pricing-module__Do-gqG__btnPopular{color:#fff!important;background:linear-gradient(135deg,#116aef 0%,#2563eb 100%)!important;border:none!important;box-shadow:0 4px 16px #116aef59!important}.Pricing-module__Do-gqG__btnPopular:hover{background:linear-gradient(135deg,#1d4ed8 0%,#1e40af 100%)!important;box-shadow:0 6px 20px #116aef73!important}.Pricing-module__Do-gqG__addonsSection{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);text-align:center;margin-top:56px;padding:32px}.Pricing-module__Do-gqG__addonsTitle{color:var(--text-primary);margin-bottom:8px;font-size:1.35rem;font-weight:800}.Pricing-module__Do-gqG__addonsSubtitle{color:var(--text-secondary);margin-bottom:28px;font-size:.9rem}.Pricing-module__Do-gqG__addonsGrid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;display:grid}.Pricing-module__Do-gqG__addonCard{border:1px dashed var(--border-color);border-radius:var(--radius-md);text-align:left;background:#ffffff05;padding:20px;transition:all .2s}.Pricing-module__Do-gqG__addonCard:hover{border-style:solid;border-color:var(--brand-primary);background:#ffffff0a}.Pricing-module__Do-gqG__addonIcon{margin-bottom:12px;font-size:20px}.Pricing-module__Do-gqG__addonCard h5{color:var(--text-primary);margin-bottom:6px;font-size:.95rem;font-weight:800}.Pricing-module__Do-gqG__addonPrice{color:var(--brand-primary);margin-bottom:10px;font-size:1.15rem;font-weight:800}.Pricing-module__Do-gqG__addonPeriod{color:var(--text-secondary);font-size:.72rem;font-weight:500}.Pricing-module__Do-gqG__addonDesc{color:var(--text-secondary);font-size:.78rem;line-height:1.45}.Pricing-module__Do-gqG__guaranteeBox{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);flex-wrap:wrap;align-items:center;gap:20px;margin-top:48px;padding:clamp(20px,3vw,28px);display:flex}.Pricing-module__Do-gqG__gIcon{width:54px;height:54px;color:var(--green);shrink:0;background:#10b9811f;border-radius:50%;justify-content:center;align-items:center;display:flex}.Pricing-module__Do-gqG__gText{flex:1;min-width:260px}.Pricing-module__Do-gqG__gText h4{color:var(--text-primary);margin-bottom:4px;font-size:1.05rem;font-weight:800}.Pricing-module__Do-gqG__gText p{color:var(--text-secondary);font-size:.88rem;line-height:1.5}.Pricing-module__Do-gqG__btnGuarantee{border-radius:var(--radius-full);color:#fff;transition:all var(--transition);white-space:nowrap;background:linear-gradient(135deg,#10b981,#059669);padding:12px 24px;font-size:.9rem;font-weight:700;box-shadow:0 4px 14px #10b98159}.Pricing-module__Do-gqG__btnGuarantee:hover{box-shadow:none;background:#059669}.Pricing-module__Do-gqG__compareSection{margin-top:80px}.Pricing-module__Do-gqG__compareTitle{text-align:center;color:var(--text-primary);margin-bottom:40px;font-size:clamp(1.5rem,2.5vw,2rem);font-weight:800}.Pricing-module__Do-gqG__tableWrap{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:none;overflow-x:auto}.Pricing-module__Do-gqG__compareTable{border-collapse:collapse;width:100%;min-width:800px}.Pricing-module__Do-gqG__compareTable th,.Pricing-module__Do-gqG__compareTable td{text-align:center;border-bottom:1px solid var(--border-color);color:var(--text-primary);padding:14px 20px;font-size:.92rem}.Pricing-module__Do-gqG__compareTable th{background:var(--bg-surface-2);color:var(--text-primary);border-bottom:2px solid var(--border-color);font-size:.95rem;font-weight:700}.Pricing-module__Do-gqG__compareTable td:first-child,.Pricing-module__Do-gqG__compareTable th:first-child{text-align:left;color:var(--text-primary);background:0 0;font-weight:600}.Pricing-module__Do-gqG__compareTable tr:last-child td{border-bottom:none}.Pricing-module__Do-gqG__compareTable tbody tr:hover td{background-color:var(--bg-surface-2)}.Pricing-module__Do-gqG__compareTable tr.Pricing-module__Do-gqG__tableCategory td{text-transform:uppercase;letter-spacing:.8px;border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);background:var(--bg-surface-2)!important;color:var(--brand-primary)!important;text-align:left!important;padding:10px 20px!important;font-size:.8rem!important;font-weight:700!important}.Pricing-module__Do-gqG__iconCheck{color:var(--brand-primary);display:inline-block}.Pricing-module__Do-gqG__iconMinus{color:var(--text-muted);opacity:.35;display:inline-block}.Pricing-module__Do-gqG__tableColPro{background-color:#0ea5e90a}.Pricing-module__Do-gqG__compareTable th.Pricing-module__Do-gqG__tableColPro{border-bottom:2px solid var(--brand-primary);color:var(--brand-primary);background-color:#0ea5e91a}.Pricing-module__Do-gqG__proHeaderWrap{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;display:inline-flex}.Pricing-module__Do-gqG__proBadge{background:var(--brand-primary);color:#fff;letter-spacing:.5px;text-transform:uppercase;white-space:nowrap;border-radius:9999px;padding:2px 8px;font-size:.65rem;font-weight:800}
.Testimonials-module__3Z1FKa__sectionTitle{color:var(--text-primary);margin-top:10px;margin-bottom:12px;font-size:clamp(1.8rem,3.5vw,2.75rem);font-weight:800;line-height:1.2}.Testimonials-module__3Z1FKa__sectionSub{color:var(--text-secondary);max-width:700px;margin:0 auto;font-size:1rem;line-height:1.6}.Testimonials-module__3Z1FKa__grid{grid-template-columns:repeat(3,1fr);gap:clamp(20px,3vw,32px);display:grid}@media (max-width:900px){.Testimonials-module__3Z1FKa__grid{grid-template-columns:1fr}}.Testimonials-module__3Z1FKa__card{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius-lg);height:100%;box-shadow:var(--shadow-sm);transition:all var(--transition);flex-direction:column;padding:32px 26px;display:flex;position:relative}.Testimonials-module__3Z1FKa__card:hover{border-color:var(--brand-primary);box-shadow:none}.Testimonials-module__3Z1FKa__quoteIcon{color:var(--brand-primary);opacity:.3;margin-bottom:12px}.Testimonials-module__3Z1FKa__starRow{gap:4px;margin-bottom:16px;display:flex}.Testimonials-module__3Z1FKa__quoteText{color:var(--text-secondary);flex:1;margin-bottom:24px;font-size:.95rem;font-style:italic;line-height:1.65}.Testimonials-module__3Z1FKa__authorRow{border-top:1px solid var(--border-color);align-items:center;gap:14px;padding-top:18px;display:flex}.Testimonials-module__3Z1FKa__avatar{background:var(--bg-surface-2);shrink:0;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.4rem;display:flex}.Testimonials-module__3Z1FKa__authorName{color:var(--text-primary);font-size:.95rem;font-weight:800}.Testimonials-module__3Z1FKa__authorRole{color:var(--brand-primary);font-size:.78rem;font-weight:600}.Testimonials-module__3Z1FKa__authorClinic{color:var(--text-muted);align-items:center;gap:4px;margin-top:2px;font-size:.75rem;display:flex}
.Faq-module__QjBtiG__section{background:var(--bg-surface-2);border-top:1px solid var(--border-color);padding:50px 0;position:relative}.Faq-module__QjBtiG__header{text-align:center;max-width:760px;margin:0 auto 50px}.Faq-module__QjBtiG__title{letter-spacing:-.03em;color:var(--text-primary);margin:16px 0;font-size:2.3rem;font-weight:800;line-height:1.25}.Faq-module__QjBtiG__subtitle{color:var(--text-secondary);font-size:1.05rem;line-height:1.6}.Faq-module__QjBtiG__faqList{flex-direction:column;gap:16px;max-width:840px;margin:0 auto;display:flex}.Faq-module__QjBtiG__item{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:18px;transition:all .25s;overflow:hidden}.Faq-module__QjBtiG__item:hover{border-color:#3b82f666}.Faq-module__QjBtiG__openItem{border-color:var(--brand-primary);box-shadow:none}.Faq-module__QjBtiG__questionBtn{text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:22px 28px;display:flex}.Faq-module__QjBtiG__qText{color:var(--text-primary);font-size:1.08rem;font-weight:700;line-height:1.4}.Faq-module__QjBtiG__chevron{color:var(--text-secondary);flex-shrink:0;transition:transform .3s}.Faq-module__QjBtiG__chevronRot{color:var(--brand-primary);transform:rotate(180deg)}.Faq-module__QjBtiG__answerBox{border-top:1px solid var(--border-color);padding:0 28px 24px}.Faq-module__QjBtiG__aText{color:var(--text-secondary);margin-top:16px;font-size:.96rem;line-height:1.75}
.page-module__j6Q3dW__main{background:var(--bg-base);min-height:100vh}.page-module__j6Q3dW__sectionPad{padding-top:clamp(100px,12vw,150px);padding-bottom:clamp(60px,8vw,100px)}.page-module__j6Q3dW__backLinkWrap{margin-bottom:24px}.page-module__j6Q3dW__backLink{color:var(--brand-primary);transition:all var(--transition);align-items:center;gap:8px;font-size:.9rem;font-weight:600;display:inline-flex}.page-module__j6Q3dW__backLink:hover{transform:translate(-4px)}.page-module__j6Q3dW__headerBox{text-align:center;max-width:760px;margin:0 auto 48px}.page-module__j6Q3dW__pillBadge{border-radius:var(--radius-full);color:var(--brand-primary);letter-spacing:.5px;background:#0ea5e91a;align-items:center;gap:8px;margin-bottom:12px;padding:6px 14px;font-size:.78rem;font-weight:700;display:inline-flex}.page-module__j6Q3dW__heroTitle{color:var(--text-primary);margin-bottom:12px;font-size:clamp(2rem,3.5vw,2.75rem);font-weight:800;line-height:1.15}.page-module__j6Q3dW__heroDesc{color:var(--text-secondary);font-size:1.05rem;line-height:1.6}.page-module__j6Q3dW__contactGrid{grid-template-columns:repeat(4,1fr);gap:clamp(16px,2.5vw,24px);margin-bottom:56px;display:grid}@media (max-width:1024px){.page-module__j6Q3dW__contactGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.page-module__j6Q3dW__contactGrid{grid-template-columns:1fr}}.page-module__j6Q3dW__infoCard{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:all var(--transition);flex-direction:column;gap:10px;padding:24px 20px;display:flex}.page-module__j6Q3dW__infoCard:hover{border-color:var(--border-glow);box-shadow:var(--shadow-md);transform:translateY(-4px)}.page-module__j6Q3dW__iIcon{border-radius:var(--radius-md);background:var(--brand-gradient-glow);width:48px;height:48px;color:var(--brand-primary);border:1px solid var(--border-glow);justify-content:center;align-items:center;display:flex}.page-module__j6Q3dW__infoCard h3{color:var(--text-primary);font-size:1.05rem;font-weight:800}.page-module__j6Q3dW__infoCard p{color:var(--text-secondary);font-size:.85rem;line-height:1.5}.page-module__j6Q3dW__cardLink{color:var(--brand-primary);margin-top:auto;font-size:.88rem;font-weight:700}.page-module__j6Q3dW__cardNote{color:var(--text-muted);margin-top:auto;font-size:.78rem;font-weight:600}.page-module__j6Q3dW__formFaqGrid{grid-template-columns:1fr 1fr;align-items:start;gap:clamp(24px,4vw,40px);display:grid}@media (max-width:900px){.page-module__j6Q3dW__formFaqGrid{grid-template-columns:1fr}}.page-module__j6Q3dW__formCard,.page-module__j6Q3dW__faqCard{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:clamp(24px,4vw,36px)}.page-module__j6Q3dW__cardTitle{color:var(--text-primary);margin-bottom:20px;font-size:1.3rem;font-weight:800}.page-module__j6Q3dW__form{flex-direction:column;gap:16px;display:flex}.page-module__j6Q3dW__grid2{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media (max-width:600px){.page-module__j6Q3dW__grid2{grid-template-columns:1fr}}.page-module__j6Q3dW__inputGroup{flex-direction:column;gap:6px;display:flex}.page-module__j6Q3dW__label{color:var(--text-secondary);font-size:.8rem;font-weight:700}.page-module__j6Q3dW__input,.page-module__j6Q3dW__select,.page-module__j6Q3dW__textarea{border-radius:var(--radius-md);border:1px solid var(--border-color);background:var(--bg-surface-2);width:100%;color:var(--text-primary);transition:all var(--transition);outline:none;padding:11px 14px;font-size:.9rem}.page-module__j6Q3dW__input:focus,.page-module__j6Q3dW__select:focus,.page-module__j6Q3dW__textarea:focus{border-color:var(--brand-primary);background:var(--bg-surface);box-shadow:0 0 0 3px #0ea5e926}.page-module__j6Q3dW__btnSubmit{border-radius:var(--radius-md);color:#fff;width:100%;transition:all var(--transition);background:linear-gradient(135deg,#25d366,#128c7e);justify-content:center;align-items:center;gap:10px;margin-top:8px;padding:13px 20px;font-size:.95rem;font-weight:700;display:flex;box-shadow:0 4px 14px #25d36659}.page-module__j6Q3dW__btnSubmit:hover{transform:translateY(-2px);box-shadow:0 8px 24px #25d36680}.page-module__j6Q3dW__faqList{flex-direction:column;gap:12px;display:flex}.page-module__j6Q3dW__faqItem{border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--bg-surface-2);overflow:hidden}.page-module__j6Q3dW__faqBtn{text-align:left;width:100%;color:var(--text-primary);justify-content:space-between;align-items:center;gap:12px;padding:14px 18px;font-size:.92rem;font-weight:700;display:flex}.page-module__j6Q3dW__chevron{color:var(--brand-primary);transition:transform var(--transition);shrink:0}.page-module__j6Q3dW__chevronOpen{transform:rotate(180deg)}.page-module__j6Q3dW__faqAns{color:var(--text-secondary);border-top:1px solid var(--border-subtle);padding:12px 18px 16px;font-size:.88rem;line-height:1.6}
.page-module__qi6HPG__main{background:var(--bg-base);min-height:100vh}.page-module__qi6HPG__sectionPad{padding-top:clamp(100px,12vw,150px);padding-bottom:clamp(60px,8vw,100px)}.page-module__qi6HPG__backLinkWrap{margin-bottom:24px}.page-module__qi6HPG__backLink{color:var(--brand-primary);transition:all var(--transition);align-items:center;gap:8px;font-size:.9rem;font-weight:600;display:inline-flex}.page-module__qi6HPG__backLink:hover{transform:translate(-4px)}.page-module__qi6HPG__demoCardGrid{grid-template-columns:1fr 1fr;align-items:start;gap:clamp(30px,5vw,60px);display:grid}@media (max-width:960px){.page-module__qi6HPG__demoCardGrid{grid-template-columns:1fr}}.page-module__qi6HPG__infoCol{flex-direction:column;gap:16px;display:flex}.page-module__qi6HPG__pillBadge{border-radius:var(--radius-full);color:var(--brand-primary);letter-spacing:.5px;background:#0ea5e91a;align-items:center;gap:8px;width:fit-content;padding:6px 14px;font-size:.78rem;font-weight:700;display:inline-flex}.page-module__qi6HPG__heroTitle{color:var(--text-primary);font-size:clamp(2rem,3.5vw,2.75rem);font-weight:800;line-height:1.15}.page-module__qi6HPG__heroDesc{color:var(--text-secondary);font-size:1.05rem;line-height:1.6}.page-module__qi6HPG__benefitList{flex-direction:column;gap:20px;margin-top:10px;display:flex}.page-module__qi6HPG__benefitItem{align-items:flex-start;gap:16px;display:flex}.page-module__qi6HPG__bIcon{border-radius:var(--radius-md);background:var(--brand-gradient-glow);width:44px;height:44px;color:var(--brand-primary);shrink:0;border:1px solid var(--border-glow);justify-content:center;align-items:center;display:flex}.page-module__qi6HPG__benefitItem h4{color:var(--text-primary);margin-bottom:4px;font-size:1rem;font-weight:700}.page-module__qi6HPG__benefitItem p{color:var(--text-secondary);font-size:.88rem;line-height:1.5}.page-module__qi6HPG__cardBox{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:clamp(24px,4vw,36px)}.page-module__qi6HPG__formHeader{color:var(--text-primary);margin-bottom:20px;font-size:1.35rem;font-weight:800}.page-module__qi6HPG__form{flex-direction:column;gap:16px;display:flex}.page-module__qi6HPG__grid2{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media (max-width:600px){.page-module__qi6HPG__grid2{grid-template-columns:1fr}}.page-module__qi6HPG__inputGroup{flex-direction:column;gap:6px;display:flex}.page-module__qi6HPG__label{color:var(--text-secondary);align-items:center;gap:6px;font-size:.8rem;font-weight:700;display:flex}.page-module__qi6HPG__input,.page-module__qi6HPG__select,.page-module__qi6HPG__textarea{border-radius:var(--radius-md);border:1px solid var(--border-color);background:var(--bg-surface-2);width:100%;color:var(--text-primary);transition:all var(--transition);outline:none;padding:11px 14px;font-size:.9rem}.page-module__qi6HPG__input:focus,.page-module__qi6HPG__select:focus,.page-module__qi6HPG__textarea:focus{border-color:var(--brand-primary);background:var(--bg-surface);box-shadow:0 0 0 3px #0ea5e926}.page-module__qi6HPG__btnRow{flex-direction:column;gap:10px;margin-top:8px;display:flex}.page-module__qi6HPG__btnWa{border-radius:var(--radius-md);color:#fff;width:100%;transition:all var(--transition);background:linear-gradient(135deg,#25d366,#128c7e);justify-content:center;align-items:center;gap:10px;padding:14px 20px;font-size:.95rem;font-weight:700;display:flex;box-shadow:0 4px 14px #25d3664d}.page-module__qi6HPG__btnWa:hover{transform:translateY(-2px);box-shadow:0 8px 24px #25d36673}.page-module__qi6HPG__btnEmail{border-radius:var(--radius-md);background:var(--bg-surface-2);border:1px solid var(--border-color);width:100%;color:var(--text-primary);transition:all var(--transition);justify-content:center;align-items:center;gap:8px;padding:12px 20px;font-size:.9rem;font-weight:600;display:flex}.page-module__qi6HPG__btnEmail:hover{background:var(--border-color)}.page-module__qi6HPG__successBox{text-align:center;padding:20px 10px}.page-module__qi6HPG__sIcon{color:var(--green);justify-content:center;margin-bottom:16px;display:flex}.page-module__qi6HPG__successBox h2{color:var(--text-primary);margin-bottom:12px;font-size:1.6rem;font-weight:800}.page-module__qi6HPG__successBox p{color:var(--text-secondary);margin-bottom:20px;font-size:.95rem;line-height:1.6}.page-module__qi6HPG__badgeCode{background:var(--bg-surface-2);border-radius:var(--radius-md);color:var(--text-secondary);flex-direction:column;gap:8px;margin-bottom:24px;padding:16px;font-size:.88rem;display:flex}.page-module__qi6HPG__btnReturn{border-radius:var(--radius-full);background:var(--brand-gradient);color:#fff;box-shadow:var(--shadow-md);transition:all var(--transition);padding:12px 28px;font-weight:700;display:inline-block}.page-module__qi6HPG__btnReturn:hover{box-shadow:var(--shadow-brand);transform:translateY(-2px)}
.CtaBanner-module__-5E9Pq__section{z-index:1;background:var(--section-alt);padding:var(--section-pad) 0;position:relative;overflow:hidden}.CtaBanner-module__-5E9Pq__glow{pointer-events:none;background:radial-gradient(#0ea5e92e,#0000 70%);width:800px;height:400px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.CtaBanner-module__-5E9Pq__inner{text-align:center;z-index:1;flex-direction:column;align-items:center;max-width:860px;margin:0 auto;display:flex;position:relative}.CtaBanner-module__-5E9Pq__title{letter-spacing:-.02em;color:var(--text-primary);margin-bottom:20px;font-size:clamp(2rem,3.8vw,3rem);font-weight:800;line-height:1.15}.CtaBanner-module__-5E9Pq__sub{color:var(--text-secondary);max-width:720px;margin-bottom:36px;font-size:1.05rem;line-height:1.65}.CtaBanner-module__-5E9Pq__buttons{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;margin-bottom:36px;display:flex}.CtaBanner-module__-5E9Pq__btnPrimary{border-radius:var(--radius-full);background:var(--brand-primary);color:#fff;transition:all var(--transition);box-shadow:none;border:none;align-items:center;gap:8px;padding:14px 28px;font-size:.95rem;font-weight:700;display:inline-flex}.CtaBanner-module__-5E9Pq__btnPrimary:hover{background:var(--brand-primary-hover);box-shadow:none}.CtaBanner-module__-5E9Pq__btnOutline{border-radius:var(--radius-full);border:1px solid var(--border-color);background:var(--bg-surface);color:var(--text-primary);box-shadow:none;transition:all var(--transition);align-items:center;gap:8px;padding:14px 26px;font-size:.95rem;font-weight:600;display:inline-flex}.CtaBanner-module__-5E9Pq__btnOutline:hover{border-color:var(--brand-primary);color:var(--brand-primary);background:var(--bg-surface-2);box-shadow:none}.CtaBanner-module__-5E9Pq__trustBadgeRow{color:var(--text-muted);flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;font-size:.82rem;font-weight:600;display:flex}.CtaBanner-module__-5E9Pq__trustBadgeRow span{align-items:center;gap:4px;display:inline-flex}
