:root{--navy: #0f2c3d;--navy-dark: #0a1f2c;--navy-light: #1a3d52;--accent: #00b3a6;--accent-light: #00d4c4;--accent-dark: #009187;--bg: #f4f6f7;--bg-dark: #e8ecef;--bg-card: #ffffff;--text-primary: #0c1b24;--text-secondary: #4a5568;--text-muted: #718096;--text-light: #a0aec0;--text-white: #ffffff;--border-light: #d9e1e8;--border-medium: #c4d0dc;--shadow-sm: 0 2px 4px rgba(15, 44, 61, .06);--shadow-md: 0 4px 12px rgba(15, 44, 61, .08);--shadow-lg: 0 8px 24px rgba(15, 44, 61, .12);--shadow-xl: 0 12px 40px rgba(15, 44, 61, .15);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--transition-fast: .15s ease;--transition-normal: .3s ease;--transition-slow: .5s ease;--z-header: 1000;--z-modal: 2000;--z-tooltip: 3000}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text-primary);line-height:1.6;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{font-family:inherit;cursor:pointer;border:none;background:none}input,textarea,select{font-family:inherit;font-size:inherit}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;color:var(--navy)}h1{font-size:clamp(2rem,5vw,3.5rem)}h2{font-size:clamp(1.75rem,4vw,2.5rem)}h3{font-size:clamp(1.25rem,3vw,1.75rem)}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}p{color:var(--text-secondary);line-height:1.7}.container{width:min(1200px,90%);margin-inline:auto}.section{padding:5rem 0}[id]{scroll-margin-top:88px}.section-title{text-align:center;margin-bottom:3rem}.section-title h2{margin-bottom:.75rem}.section-title p{font-size:1.125rem;max-width:600px;margin-inline:auto}.tech-bg{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;overflow:hidden}.gradient-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 50% at 50% -20%,rgba(0,179,166,.15),transparent),radial-gradient(ellipse 60% 40% at 100% 0%,rgba(15,44,61,.1),transparent),linear-gradient(180deg,#f8fafb 0%,var(--bg) 100%)}.noise-overlay{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E")}.header{position:sticky;top:0;z-index:var(--z-header);background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-light);padding:0 5%;height:70px;display:flex;align-items:center;justify-content:space-between}.logo-container{display:flex;align-items:center;gap:.75rem}.logo-img{height:40px;width:auto}.logo-lockup{display:flex;flex-direction:column}.logo-text{font-size:1.25rem;font-weight:800;color:var(--navy);line-height:1.1}.logo-text span{color:var(--accent)}.logo-sub{font-size:.625rem;font-weight:600;letter-spacing:.15em;color:var(--text-muted)}.nav-links{display:flex;align-items:center;gap:2rem}.nav-links a{font-size:.875rem;font-weight:500;color:var(--text-secondary);transition:color var(--transition-fast);position:relative}.nav-links a:hover{color:var(--navy)}.nav-links a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--accent);transition:width var(--transition-fast)}.nav-links a:hover:after{width:100%}.hamburger{display:none;font-size:1.5rem;color:var(--navy);cursor:pointer}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;border-radius:var(--radius-md);transition:all var(--transition-fast);cursor:pointer}.btn-primary{background:var(--navy);color:var(--text-white)}.btn-primary:hover{background:var(--navy-light);transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn-accent{background:var(--accent);color:var(--text-white)}.btn-accent:hover{background:var(--accent-dark);transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn-outline{background:transparent;color:var(--navy);border:2px solid var(--navy)}.btn-outline:hover{background:var(--navy);color:var(--text-white)}.btn-outline-light{background:transparent;color:var(--text-white);border:2px solid rgba(255,255,255,.5)}.btn-outline-light:hover{background:#ffffff1a;border-color:var(--text-white)}.btn-login{background:var(--navy);color:var(--text-white)!important;padding:.625rem 1.25rem;border-radius:var(--radius-md);font-weight:600}.btn-login:hover{background:var(--navy-light)}.btn-login:after{display:none!important}.user-dropdown-wrapper{position:relative}.btn-login.user-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;line-height:1}.user-btn-icon{width:18px;height:18px;flex-shrink:0}.user-btn-name{display:inline-flex;align-items:center}.user-btn-chevron{width:.8rem;height:.8rem;flex-shrink:0}.header .user-dropdown-wrapper .user-dropdown{position:absolute;top:calc(100% + .55rem);right:0;min-width:200px;width:max-content;display:flex;flex-direction:column;align-items:stretch;padding:.45rem;border-radius:12px;border:1px solid rgba(15,44,61,.12);background:#fff;box-shadow:0 16px 30px #0f2c3d26;z-index:calc(var(--z-header) + 2)}.header .user-dropdown-wrapper .user-dropdown-item{width:100%;display:flex;align-items:center;padding:.7rem .85rem;border-radius:8px;color:var(--navy);font-size:.92rem;font-weight:500;white-space:nowrap;text-align:left;background:transparent;border:none}.header .user-dropdown-wrapper .user-dropdown-item:hover,.header .user-dropdown-wrapper .user-dropdown-item:focus-visible{color:var(--accent-dark);background:#00b3a61a;outline:none}.hero-section{min-height:calc(100vh - 70px);display:flex;align-items:center;padding:3rem 5%}.hero-content{display:flex;align-items:center;gap:4rem;max-width:1200px;margin-inline:auto;width:100%}.hero-text{flex:1}.hero-title{font-size:clamp(2.5rem,5vw,3.75rem);font-weight:800;line-height:1.1;margin-bottom:1rem}.hero-title span{background:linear-gradient(135deg,var(--accent) 0%,var(--accent-light) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.slogan{font-size:1.25rem;font-weight:500;color:var(--accent);margin-bottom:1.5rem}.hero-description{font-size:1.125rem;line-height:1.8;margin-bottom:2rem;max-width:540px}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.hero-visual{flex:1;display:flex;justify-content:center;align-items:center}.tech-visual{position:relative;width:380px;height:360px}.floating-cube{position:absolute;width:80px;height:80px;background:var(--bg-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);display:flex;align-items:center;justify-content:center;font-size:2rem;color:var(--accent);border:1px solid rgba(0,179,166,.25);animation:floatCard 6s ease-in-out infinite;transform:translate(var(--x, 0),var(--y, 0))}.floating-cube:nth-child(1){top:6%;left:50%;--x: -50%;--y: 0%;animation-delay:0s}.floating-cube:nth-child(2){top:24%;right:0;--x: 0%;--y: -50%;animation-delay:1s}.floating-cube:nth-child(3){bottom:8%;right:14%;--x: 0%;--y: 0%;animation-delay:2s}.floating-cube:nth-child(4){bottom:8%;left:14%;--x: 0%;--y: 0%;animation-delay:3s}.floating-cube:nth-child(5){top:24%;left:0;--x: 0%;--y: -50%;animation-delay:4s}.floating-cube:nth-child(6){top:42%;left:50%;--x: -50%;--y: -50%;animation-delay:5s}@keyframes floatCard{0%,to{transform:translate(var(--x, 0),var(--y, 0))}50%{transform:translate(var(--x, 0),calc(var(--y, 0) - 12px))}}.services{padding:5rem 5%;background:var(--bg-card)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;max-width:1200px;margin-inline:auto}.service-card{background:var(--bg);border-radius:var(--radius-lg);padding:2rem;transition:all var(--transition-normal);border:1px solid transparent}.service-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-xl);border-color:var(--accent)}.service-icon{width:64px;height:64px;background:linear-gradient(145deg,#16384d,#0f2c3d);border-radius:18px;display:flex;align-items:center;justify-content:center;font-size:1.35rem;color:var(--text-white);margin-bottom:1.5rem;box-shadow:0 10px 24px #0c1b2433;border:1px solid rgba(255,255,255,.16)}.service-card h3{margin-bottom:.75rem}.service-card>p{margin-bottom:1.25rem}.service-features{display:flex;flex-direction:column;gap:.5rem}.service-features li{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--text-secondary)}.service-features li:before{content:"";width:6px;height:6px;background:var(--accent);border-radius:50%;flex-shrink:0}.specialization{padding:5rem 5%;background:linear-gradient(135deg,var(--navy) 0%,var(--navy-dark) 100%);color:var(--text-white)}.specialization-content{max-width:1200px;margin-inline:auto}.specialization-header{text-align:center;margin-bottom:3rem}.specialization-header h3{color:var(--text-white);font-size:2rem;margin-bottom:1rem}.specialization-header p{color:#fffc;max-width:700px;margin-inline:auto;font-size:1.125rem}.node-grid{position:relative;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:1rem;align-items:stretch}.node-rail{position:absolute;left:8%;right:8%;top:50%;height:2px;border-radius:999px;background:linear-gradient(90deg,#00d4c44d,#00d4c4d1,#00d4c44d);transform:translateY(-50%);z-index:0}.node-card{position:relative;z-index:1;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius-lg);padding:1.5rem 1rem 1.25rem;text-align:center;border:1px solid rgba(255,255,255,.15);transition:all var(--transition-normal);min-height:178px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.4rem}.node-card:hover{background:#ffffff26;transform:translateY(-6px);border-color:#00d4c48c}.node-icon{width:56px;height:56px;background:linear-gradient(145deg,#00b3a633,#00d4c459);border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:1.15rem;color:var(--text-white);margin:0 auto 1rem;border:1px solid rgba(255,255,255,.2)}.node-hub{background:linear-gradient(150deg,#00d4c433,#ffffff29);border-color:#00d4c499;box-shadow:0 10px 32px #0000003d}.node-hub h5{margin-top:0}.node-card h5{color:var(--text-white);margin-bottom:.5rem}.node-card p{color:#ffffffb3;font-size:.875rem}.solutions{padding:5rem 5%}.solutions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;max-width:1200px;margin-inline:auto}.solution-card{background:var(--bg-card);border-radius:var(--radius-xl);padding:2.25rem 2.25rem 2.5rem;box-shadow:var(--shadow-lg);transition:all var(--transition-normal);border:2px solid transparent;display:flex;flex-direction:column;min-height:100%}.solution-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-xl)}.solution-card.tonbox{border-color:#7c3aed;box-shadow:0 0 0 1px #7c3aed40,var(--shadow-lg)}.solution-card.kaab{border-color:#d4a017;box-shadow:0 0 0 1px #d4a01740,var(--shadow-lg)}.solution-card.tonbox:hover{border-color:#6d28d9}.solution-card.kaab:hover{border-color:#b8860b}.solution-logo{display:block;width:100%;max-width:400px;height:120px;object-fit:contain;object-position:center;margin:.6rem auto 1.25rem;filter:drop-shadow(0 3px 10px rgba(15,44,61,.18))}.solution-card h3{margin-bottom:1rem;text-align:center}.solution-desc{margin-bottom:1.5rem;text-align:center}.solution-features{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2rem}.solution-features li{background:var(--bg);padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:500;color:var(--navy)}.solution-buttons{display:flex;gap:1rem;margin-top:auto}.btn-solution{padding:.75rem 1.5rem;border-radius:var(--radius-md);font-weight:600;transition:all var(--transition-fast)}.btn-solution-primary{background:var(--navy);color:var(--text-white)}.btn-solution-primary:hover{background:var(--navy-light)}.btn-solution-outline{border:2px solid var(--navy);color:var(--navy)}.btn-solution-outline:hover{background:var(--navy);color:var(--text-white)}.contact{padding:5rem 5%}.contact-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:3rem;max-width:1200px;margin-inline:auto}.contact-info h3{margin-bottom:2rem}.contact-item{display:flex;gap:1rem;margin-bottom:1.5rem}.contact-icon{width:48px;height:48px;background:var(--navy);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;color:var(--text-white);flex-shrink:0}.contact-details h4{font-size:.875rem;color:var(--text-muted);font-weight:500;margin-bottom:.25rem}.contact-details p{color:var(--navy);font-weight:600}.contact-form{background:var(--bg-card);border-radius:var(--radius-xl);padding:2.5rem;box-shadow:var(--shadow-lg)}.contact-form h3{margin-bottom:2rem}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-size:.875rem;font-weight:500;color:var(--navy);margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.875rem 1rem;border:1px solid var(--border-medium);border-radius:var(--radius-md);background:var(--bg);color:var(--text-primary);transition:all var(--transition-fast)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #00b3a626}.form-group textarea{min-height:120px;resize:vertical}.footer{background:var(--navy-dark);color:var(--text-white);padding:4rem 5% 2rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;max-width:1200px;margin-inline:auto;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-about h3{color:var(--text-white);margin-bottom:1rem}.footer-about p{color:#ffffffb3;margin-bottom:1.5rem}.social-links{display:flex;gap:1rem}.social-links a{width:40px;height:40px;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--text-white);transition:all var(--transition-fast)}.social-links a:hover{background:var(--accent)}.footer-links h3,.footer-contact h3{color:var(--text-white);font-size:1rem;margin-bottom:1.5rem}.footer-links ul{display:flex;flex-direction:column;gap:.75rem}.footer-links a{color:#ffffffb3;transition:color var(--transition-fast)}.footer-links a:hover{color:var(--accent)}.footer-contact p{display:flex;align-items:center;gap:.75rem;color:#ffffffb3;margin-bottom:.75rem}.footer-bottom{text-align:center;padding-top:2rem;max-width:1200px;margin-inline:auto}.footer-bottom p{color:#ffffff80;font-size:.875rem}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f2c3dcc;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:none;place-items:center;z-index:var(--z-modal)}.modal-overlay.active{display:grid}.modal-content{background:var(--bg-card);border-radius:var(--radius-xl);padding:3rem;text-align:center;max-width:400px;width:calc(100% - 2rem);position:relative;animation:modalIn .3s ease}.modal-close-icon{position:absolute;top:1rem;right:1rem;border:none;background:#081a3714;color:var(--navy);width:2rem;height:2rem;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.modal-close-icon:hover{background:#081a3729}@keyframes modalIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.modal-icon{font-size:4rem;color:var(--accent);margin-bottom:1rem}.modal-content h3{margin-bottom:.75rem}.modal-content p{margin-bottom:1.5rem}.legal-modal-content{text-align:left;max-height:min(85vh,760px);display:flex;flex-direction:column;gap:1rem;padding:2.25rem}.legal-modal-content .modal-icon{font-size:2.25rem;margin-bottom:.25rem}.legal-modal-content h3{margin-bottom:0;padding-right:2rem}.legal-modal-body{overflow-y:auto;padding-right:.5rem}.legal-modal-body h4{margin:1.1rem 0 .45rem;color:var(--navy)}.legal-modal-body p{margin-bottom:.25rem;color:var(--text-muted);line-height:1.6}.legal-modal-actions{display:flex;justify-content:flex-end}.close-modal{background:var(--navy);color:var(--text-white);padding:.75rem 2rem;border-radius:var(--radius-md);font-weight:600;transition:all var(--transition-fast)}.close-modal:hover{background:var(--navy-light)}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(135deg,var(--navy) 0%,var(--navy-dark) 100%);position:relative}.auth-page:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at top right,rgba(0,179,166,.2),transparent 50%)}.auth-card{background:var(--bg-card);border-radius:var(--radius-xl);padding:3rem;width:100%;max-width:440px;box-shadow:var(--shadow-xl);position:relative;z-index:1}.auth-header{text-align:center;margin-bottom:2rem}.auth-header .logo-container{justify-content:center;margin-bottom:1.5rem}.auth-header h1{font-size:1.5rem;margin-bottom:.5rem}.auth-header p{font-size:.9375rem}.auth-form{display:flex;flex-direction:column;gap:1.25rem}.auth-form .form-group{margin-bottom:0}.auth-form .btn{width:100%;justify-content:center;padding:1rem;margin-top:.5rem}.auth-footer{text-align:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border-light)}.auth-footer p{font-size:.875rem}.auth-footer a{color:var(--accent);font-weight:600}.auth-footer a:hover{text-decoration:underline}.dashboard-layout{display:flex;min-height:100vh}.dashboard-sidebar{width:260px;background:var(--navy-dark);color:var(--text-white);padding:1.5rem;display:flex;flex-direction:column}.sidebar-header{padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:1.5rem}.sidebar-nav{flex:1}.sidebar-nav ul{display:flex;flex-direction:column;gap:.5rem}.sidebar-nav a{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;border-radius:var(--radius-md);color:#ffffffb3;transition:all var(--transition-fast)}.sidebar-nav a:hover,.sidebar-nav a.active{background:#ffffff1a;color:var(--text-white)}.sidebar-nav a.active{background:var(--accent)}.dashboard-main{flex:1;background:var(--bg);padding:2rem;overflow-y:auto}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.dashboard-header h1{font-size:1.75rem}.dashboard-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.dashboard-card{background:var(--bg-card);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-sm)}.dashboard-card h3{font-size:.875rem;color:var(--text-muted);font-weight:500;margin-bottom:.5rem}.dashboard-card .value{font-size:2rem;font-weight:700;color:var(--navy)}.dashboard-card .trend{font-size:.875rem;color:var(--accent);margin-top:.5rem}.profile-header{background:linear-gradient(135deg,var(--navy) 0%,var(--navy-light) 100%);padding:3rem;border-radius:var(--radius-xl);color:var(--text-white);display:flex;gap:2rem;align-items:center;margin-bottom:2rem}.profile-avatar{width:120px;height:120px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3rem}.profile-info h1{color:var(--text-white);margin-bottom:.5rem}.profile-info p{color:#fffc}.profile-section{background:var(--bg-card);border-radius:var(--radius-lg);padding:2rem;margin-bottom:1.5rem;box-shadow:var(--shadow-sm)}.profile-section h2{font-size:1.25rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border-light)}.product-hero{padding:5rem 5%;background:linear-gradient(135deg,var(--navy) 0%,var(--navy-dark) 100%);color:var(--text-white)}.product-hero .container{display:flex;align-items:center;gap:4rem}.product-hero-content{flex:1}.product-hero-content h1{color:var(--text-white);margin-bottom:1rem}.product-hero-content p{color:#fffc;font-size:1.25rem;margin-bottom:2rem}.product-hero-visual{flex:1}.product-features{padding:5rem 5%}.pricing-section{padding:5rem 5%;background:var(--bg-card)}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin-inline:auto}.pricing-card{background:var(--bg);border-radius:var(--radius-xl);padding:2.5rem;text-align:center;border:2px solid transparent;transition:all var(--transition-normal)}.pricing-card:hover{border-color:var(--accent);transform:translateY(-8px);box-shadow:var(--shadow-xl)}.pricing-card.featured{background:var(--navy);color:var(--text-white);transform:scale(1.05)}.pricing-card.featured h3,.pricing-card.featured p{color:var(--text-white)}.pricing-card h3{margin-bottom:.5rem}.pricing-card .price{font-size:3rem;font-weight:800;color:var(--accent);margin:1.5rem 0}.pricing-card .price span{font-size:1rem;font-weight:400}.pricing-features{text-align:left;margin:2rem 0}.pricing-features li{display:flex;align-items:center;gap:.75rem;padding:.75rem 0;border-bottom:1px solid var(--border-light)}.pricing-card.featured .pricing-features li{border-color:#ffffff1a}@media (max-width: 992px){.hero-content{flex-direction:column;text-align:center}.hero-description{margin-inline:auto}.hero-buttons{justify-content:center}.hero-visual{display:none}.contact-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.footer-about{grid-column:span 2}.product-hero .container{flex-direction:column;text-align:center}.node-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.node-rail{left:12%;right:12%;top:47%}.node-hub{grid-column:2 / 3;grid-row:1 / 2}}@media (max-width: 768px){.header{padding:0 4%}.nav-links{position:fixed;top:70px;left:0;right:0;background:var(--bg-card);flex-direction:column;padding:2rem;gap:1rem;box-shadow:var(--shadow-lg);transform:translateY(-100%);opacity:0;visibility:hidden;transition:all var(--transition-normal)}.nav-links.active{transform:translateY(0);opacity:1;visibility:visible}.hamburger{display:block}.solutions-grid{grid-template-columns:1fr}.solution-buttons{justify-content:center}.node-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.node-rail{display:none}.node-hub{grid-column:1 / -1}.footer-grid{grid-template-columns:1fr}.footer-about{grid-column:auto}.dashboard-layout{flex-direction:column}.dashboard-sidebar{width:100%}.profile-header{flex-direction:column;text-align:center}}@media (max-width: 480px){.hero-title{font-size:2rem}.hero-buttons{flex-direction:column}.hero-buttons .btn{width:100%;justify-content:center}.services-grid{grid-template-columns:1fr}.auth-card{padding:2rem}}.product-hero{padding:5rem 5%;background:linear-gradient(135deg,var(--navy) 0%,var(--navy-dark) 100%);color:var(--text-white);position:relative;overflow:hidden}.product-hero:before{content:"";position:absolute;top:0;right:0;width:50%;height:100%;background:radial-gradient(ellipse at center right,rgba(0,179,166,.15),transparent 70%)}.product-hero.kaab:before{background:radial-gradient(ellipse at center right,rgba(243,156,18,.15),transparent 70%)}.product-hero.kaab{background:#fff;color:var(--navy);padding-top:0;padding-bottom:4rem;display:flex;justify-content:center;align-items:flex-start;min-height:0;height:auto}.product-hero.kaab .product-hero-content{max-width:1280px;gap:2rem;display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,50%);justify-content:flex-start;align-items:start;width:min(100%,1280px);margin-inline:auto;margin-top:0;padding-top:0}.product-hero.kaab .product-hero-text{text-align:left;align-self:start;justify-self:start;display:flex;flex-direction:column;justify-content:flex-start;padding-top:0}.kaab-hero-logo-wrap{align-self:flex-start;width:100%;max-width:320px;margin:1.8rem 0 1.25rem}.product-hero.kaab .kaab-hero-copy{display:flex;flex-direction:column;align-items:flex-start}.product-hero.kaab .kaab-hero-text-block{margin-top:0}.product-hero.tonbox{background:radial-gradient(circle at 76% 30%,#00b3a638,#00b3a600 45%),linear-gradient(100deg,#091e3f,#0b2347 48%,#081a37)}.product-hero.tonbox:before{width:68%;background:radial-gradient(ellipse at 85% 42%,#091c3a00,#091c3a00 22%,#091c3abd 62%,#091c3aeb);pointer-events:none}.product-hero.tonbox:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#091e3fa8,#091e3f66 32%,#091e3f00 62%);pointer-events:none}.product-hero-content{display:flex;align-items:center;gap:4rem;max-width:1200px;margin-inline:auto;position:relative;z-index:1}.product-hero-text{flex:1}.product-hero-heading{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem}.product-hero-logo{height:64px;width:auto;object-fit:contain;flex-shrink:0}.tonbox-hero-logo{height:124px}.kaab-hero-logo{width:min(100%,320px);max-width:320px;height:auto;opacity:1;margin-bottom:1.1rem}.product-hero.kaab .kaab-hero-logo{align-self:flex-start;margin-left:0}.product-hero-title{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;color:var(--text-white);line-height:1.1;margin-bottom:0}.product-hero-title span{background:linear-gradient(135deg,var(--accent) 0%,var(--accent-light) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.kaab .product-hero-title span{background:linear-gradient(135deg,#f39c12,#f1c40f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.product-hero-description{font-size:1.125rem;color:#ffffffd9;line-height:1.8;margin-bottom:2rem;max-width:540px}.product-hero.kaab .product-hero-heading{margin-top:0;margin-bottom:1rem}.product-hero.kaab .product-hero-description{margin-inline:0;margin-bottom:1.6rem;max-width:620px;color:#395066}.product-hero.kaab .product-hero-title{color:var(--navy)}.product-hero.kaab .btn-outline-light{color:#1d2a3b;border-color:#1d2a3b59}.product-hero.kaab .btn-outline-light:hover{background:#1d2a3b14;border-color:#1d2a3b8c}.product-hero-stats{display:flex;gap:2rem;margin-bottom:2rem}.product-hero.kaab .product-hero-stats,.product-hero.kaab .product-hero-buttons{justify-content:flex-start}.product-hero.kaab .product-hero-stats{margin-bottom:1.8rem}.product-hero.kaab .product-hero-buttons,.product-hero.kaab .kaab-hero-copy{margin-top:0}.stat-item{text-align:center}.stat-number{display:block;font-size:2rem;font-weight:800;color:var(--accent)}.kaab .stat-number{color:#f39c12}.product-hero.kaab .stat-label{color:#6f7d8f}.stat-label{font-size:.875rem;color:#ffffffb3}.product-hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.product-hero-image{flex:1;display:flex;justify-content:center;position:relative;isolation:isolate}.product-hero-image img{max-width:100%;border-radius:var(--radius-xl);box-shadow:var(--shadow-xl)}.product-hero.tonbox .product-hero-content{max-width:none;width:100%;gap:1.5rem;align-items:stretch}.product-hero.tonbox .product-hero-text{flex:0 1 48%;position:relative;z-index:2}.product-hero.tonbox .product-hero-image{flex:0 0 56%;min-height:calc(100% + 10rem);margin-top:-5rem;margin-bottom:-5rem;margin-right:-6%;align-self:stretch;overflow:hidden;display:block}.product-hero.tonbox .product-hero-image:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#091e3ff5,#091e3fd6 16%,#091e3f6b 43%,#091e3f0f 68%,#091e3f00);z-index:2}.product-hero.tonbox .product-hero-image:after{content:"";position:absolute;top:-6%;right:-4%;bottom:-12%;left:25%;background:radial-gradient(circle at center,#00b3a657,#00b3a600 68%);filter:blur(16px);z-index:0}.product-hero.tonbox .product-hero-image img,.product-hero.tonbox .product-hero-image-fallback{width:100%;height:100%;min-height:100%;max-width:none;object-fit:cover;object-position:center;border-radius:0;box-shadow:none;transform:none;mask-image:none;-webkit-mask-image:none}.product-hero.kaab .kaab-hero-image{min-height:340px;align-self:center;justify-content:flex-end;margin-right:-16%;padding-left:2rem}.product-hero.kaab .product-hero-image img{width:82%;max-width:520px;max-height:360px;object-fit:contain;border-radius:20px}.kaab-hero-image-fallback{width:100%;height:100%;min-height:420px;border-radius:26px;border:1px solid rgba(255,255,255,.24);background:linear-gradient(145deg,#ffffff17,#ffffff08 60%),radial-gradient(circle at 80% 30%,#f39c1252,#f39c1205 58%)}.product-hero-image-fallback{width:100%;min-height:260px;border-radius:var(--radius-xl);border:1px solid rgba(255,255,255,.2);background:linear-gradient(135deg,#ffffff24,#ffffff0f);box-shadow:inset 0 0 0 1px #ffffff0d}.problem-section{padding:5rem 5%;background:linear-gradient(180deg,#eef3f8,#e8eef5)}.problem-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;max-width:1200px;margin-inline:auto}.problem-card{background:#fff;border-radius:var(--radius-lg);padding:2rem;transition:all var(--transition-normal);border:1px solid #dbe4ee}.problem-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.problem-icon{width:56px;height:56px;background:linear-gradient(135deg,#0b6f7a,#084e61);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-size:1.35rem;color:var(--text-white);margin-bottom:1.25rem}.problem-icon svg{width:1.2rem;height:1.2rem;display:block;transform:translateY(1px)}.kaab-page .problem-icon{background:#c67f13;color:#fff;border:1px solid rgba(161,98,4,.24);box-shadow:0 8px 18px #965b0833}.kaab-page .problem-section{background:linear-gradient(180deg,#f7f2e9,#f2ebdf)}.problem-card h3{margin-bottom:.75rem;font-size:1.125rem}.features-showcase{padding:5rem 5%}.features-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;max-width:1200px;margin-inline:auto}.feature-item{background:var(--bg-card);border-radius:var(--radius-lg);padding:2rem;text-align:center;transition:all var(--transition-normal);border:1px solid var(--border-light)}.feature-item:hover{border-color:var(--accent);transform:translateY(-4px);box-shadow:var(--shadow-lg)}.kaab-page .feature-item:hover{border-color:#f39c12}.feature-icon{width:64px;height:64px;background:var(--bg);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:var(--accent);margin:0 auto 1.25rem}.tonbox-page .feature-icon{width:56px;height:56px;background:linear-gradient(135deg,#0b6f7a,#084e61);border-radius:var(--radius-md);color:var(--text-white);font-size:1.35rem}.tonbox-page .feature-icon svg{width:1.2rem;height:1.2rem;display:block;transform:translateY(1px)}.kaab-page .feature-icon{width:56px;height:56px;border-radius:var(--radius-md);background:#c67f13;color:#fff;border:1px solid rgba(161,98,4,.24);box-shadow:0 8px 18px #965b0833}.kaab-page .feature-icon svg{width:1.2rem;height:1.2rem;stroke-width:2;display:block;transform:translateY(1px)}.feature-item h3{margin-bottom:.5rem}.feature-item p{font-size:.9375rem}.target-section{padding:5rem 5%;background:linear-gradient(135deg,var(--navy) 0%,var(--navy-dark) 100%);color:var(--text-white)}.target-content{max-width:800px;margin-inline:auto;text-align:center}.target-content h2{color:var(--text-white);margin-bottom:1rem}.target-content h2 span{color:var(--accent)}.kaab-page .target-content h2 span{color:#f39c12}.target-content>p{color:#fffc;font-size:1.125rem;margin-bottom:2rem}.target-badges,.target-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.target-badge,.target-tag{background:#ffffff1a;color:var(--text-white);padding:.625rem 1.25rem;border-radius:20px;font-size:.875rem;font-weight:500;border:1px solid rgba(255,255,255,.2)}.modules-section{padding:5rem 5%;background:var(--bg-card)}.modules-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;max-width:1200px;margin-inline:auto}.kaab-page .modules-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem 1.25rem;max-width:980px}.module-card{background:var(--bg);border-radius:var(--radius-lg);padding:1.5rem;transition:all var(--transition-normal)}.module-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.module-card h3{display:flex;align-items:center;gap:.75rem;font-size:1.125rem;margin-bottom:1rem;color:var(--navy)}.module-card h3 i,.module-card h3 svg{color:var(--accent)}.kaab-page .module-card h3 i,.kaab-page .module-card h3 svg{color:#f39c12}.module-card ul{display:flex;flex-direction:column;gap:.5rem}.module-card li{font-size:.875rem;color:var(--text-secondary);padding-left:1rem;position:relative}.module-card li:before{content:"";position:absolute;left:0;top:.5em;width:4px;height:4px;background:var(--accent);border-radius:50%}.kaab-page .module-card li:before{background:#f39c12}.module-item{display:flex;align-items:center;gap:1rem;background:var(--bg);border-radius:var(--radius-lg);padding:1.5rem;transition:all var(--transition-normal)}.kaab-page .module-item{border:1px solid #e7eaf0;border-radius:14px;padding:1rem 1.25rem;box-shadow:none}.module-item:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.kaab-page .module-item:hover{transform:none;box-shadow:0 6px 14px #0f2c3d14;border-color:#d8dee8}.module-icon{width:56px;height:56px;background:linear-gradient(135deg,#f39c12,#e67e22);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:var(--text-white);flex-shrink:0}.kaab-page .module-icon{width:56px;height:56px;border-radius:var(--radius-md);font-size:1.15rem;background:#c67f13;color:#fff;border:1px solid rgba(161,98,4,.24);box-shadow:0 8px 18px #965b0833}.kaab-page .module-icon svg{width:1.2rem;height:1.2rem;stroke-width:2;display:block;transform:translateY(1px)}.module-info h3{font-size:1rem;margin-bottom:.25rem}.kaab-page .module-info h3{margin-bottom:.15rem}.module-info p{font-size:.875rem;color:var(--text-muted)}.pricing-section{padding:5rem 5%}.pricing-section.kaab-pricing{background:linear-gradient(135deg,var(--navy) 0%,var(--navy-dark) 100%)}.pricing-section.kaab-pricing .section-title h2,.pricing-section.kaab-pricing .section-title p{color:var(--text-white)}.pricing-section.kaab-pricing .section-title p{color:#fffc}.pricing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem;max-width:1000px;margin-inline:auto}.pricing-card{background:#fff;border-radius:var(--radius-xl);padding:2rem;text-align:center;border:1px solid var(--border-light);transition:all var(--transition-normal);position:relative;display:flex;flex-direction:column;min-height:100%}.pricing-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-xl);border-color:#00b3a659}.pricing-card.popular{border-color:var(--accent);transform:translateY(-4px)}.kaab-page .pricing-card.popular{border-color:#f39c12}.trial-offer-badge{display:inline-flex;align-items:center;justify-content:center;padding:.38rem .9rem;border-radius:999px;background:#00b3a61f;color:var(--accent-dark);border:1px solid rgba(0,179,166,.28);font-size:.76rem;font-weight:700;letter-spacing:.01em;text-transform:uppercase;margin:0 auto 1rem}.kaab-page .trial-offer-badge{background:#f39c121f;color:#b96d05;border-color:#f39c125c}.popular-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--accent);color:var(--text-white);padding:.375rem 1rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase}.kaab-page .popular-badge{background:#f39c12}.pricing-header{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border-light)}.pricing-name{font-size:1.25rem;font-weight:700;color:var(--navy);margin-bottom:.5rem}.pricing-price{font-size:2.5rem;font-weight:800;color:var(--accent)}.kaab-page .pricing-price{color:#f39c12}.pricing-price small{font-size:1rem;font-weight:400;color:var(--text-muted)}.setup-fee{font-size:.875rem;color:var(--text-muted);margin-top:.25rem}.pricing-features{text-align:left;margin-bottom:1.5rem}.pricing-card-body{display:flex;flex:1;flex-direction:column}.pricing-features li{display:flex;align-items:flex-start;gap:.75rem;padding:.5rem 0;font-size:.9375rem;color:var(--text-secondary)}.pricing-features li i,.pricing-features li svg{color:var(--accent);margin-top:.25rem;flex-shrink:0}.kaab-page .pricing-features li i,.kaab-page .pricing-features li svg{color:#f39c12}.pricing-features.highlight{background:var(--bg);border-radius:var(--radius-md);padding:1rem;margin-top:1rem}.pricing-features.highlight p{font-size:.875rem;line-height:1.6}.included-note{margin-top:0}.kaab-page .included-note{background:radial-gradient(circle at 14% 22%,#ffe19652,#ffe19600 48%),linear-gradient(145deg,#ffc8592e,#f7941d1f);border:1px solid rgba(238,163,22,.4)}.kaab-page .included-note p{color:#7b4701;font-weight:600}.optional-note{background:transparent;border:1px solid var(--border-light)}.optional-customization{margin-top:auto;min-height:176px;padding:1rem 1rem .95rem;border:1px solid rgba(15,44,61,.14);border-radius:16px;background:linear-gradient(145deg,#fdfefe,#f4f7fb);box-shadow:inset 0 1px #ffffffd9;text-align:left;display:flex;flex-direction:column;justify-content:space-between}.optional-customization.selected{border-color:#1b7e4580;box-shadow:0 12px 30px #105a3424,inset 0 1px #ffffffe6}.kaab-page .optional-customization{border-color:#ed9e0b52;background:radial-gradient(circle at 16% 8%,#fbdc8a40,#fbdc8a00 36%),linear-gradient(150deg,#fffffffa,#fff7e7eb)}.kaab-page .optional-customization.selected{border-color:#ba6e059e;background:radial-gradient(circle at 16% 8%,#fbdc8a59,#fbdc8a00 36%),linear-gradient(150deg,#fff,#fff1d6fa);box-shadow:0 14px 32px #995d0533}.optional-customization-header{margin-bottom:.35rem}.optional-customization-title{display:inline-flex;align-items:center;font-size:.73rem;text-transform:uppercase;letter-spacing:.08em;font-weight:800;color:#4c5a6d}.kaab-page .optional-customization-title{color:#8a5b09}.optional-customization-price{margin:0;color:#1f2a37;font-size:.94rem;font-weight:700;line-height:1.45}.optional-customization-toggle{display:inline-flex;align-items:center;gap:.45rem;margin-top:.6rem;font-size:.84rem;font-weight:600;color:#31445c;cursor:pointer}.optional-customization-toggle input{width:.95rem;height:.95rem;accent-color:#f39c12}.optional-customization-summary{margin:.45rem 0 .8rem;color:#5f6c7b;font-size:.86rem;line-height:1.5}.optional-customization-trigger{width:fit-content;background:transparent;border:1px solid rgba(66,82,110,.28);border-radius:999px;padding:.4rem .82rem;color:#2f435e;font-size:.79rem;font-weight:700;letter-spacing:.01em;cursor:pointer;transition:all var(--transition-fast)}.optional-customization-trigger:hover{border-color:#1e355373;background:#1e35530f}.kaab-page .optional-customization-trigger{border-color:#ba6e0566;color:#995d05}.kaab-page .optional-customization-trigger:hover{border-color:#ba6e0599;background:#f39c121f}.personalization-modal{max-width:560px;text-align:left;width:min(560px,calc(100% - 2rem));max-height:calc(100vh - 3rem);overflow-y:auto;padding:1.5rem;border:1px solid rgba(237,158,11,.3);box-shadow:0 24px 60px #081a373d}.personalization-modal h3{margin-bottom:.35rem;font-size:1.32rem;color:#1f2a37}.personalization-modal-subtitle{margin:0 0 1rem;color:#5f6c7b;font-size:.92rem;line-height:1.55}.personalization-modal-list{list-style:none;padding:0;margin:0;display:grid;gap:.6rem}.personalization-modal-list li{display:flex;gap:.6rem;align-items:flex-start;border:1px solid rgba(15,44,61,.1);border-radius:12px;padding:.7rem .8rem;background:linear-gradient(160deg,#fffffffa,#f9fafc);color:#334155;font-size:.9rem;line-height:1.5}.personalization-modal-list li svg{color:#f39c12;margin-top:.2rem;flex-shrink:0}.btn-pricing{display:block;width:100%;padding:1rem;background:var(--navy);color:var(--text-white);border-radius:var(--radius-md);font-weight:600;transition:all var(--transition-fast);text-align:center;margin-top:auto;border:none;cursor:pointer;font-size:1rem;font-family:inherit}.btn-pricing:hover{background:var(--navy-light)}.pricing-note{text-align:center;margin-top:2rem;color:var(--text-muted);font-size:.875rem}.payment-modal{max-width:560px;text-align:left;width:min(560px,calc(100% - 2rem));max-height:calc(100vh - 3rem);overflow-y:auto;padding:1.5rem;border:1px solid rgba(15,44,61,.1);box-shadow:0 24px 60px #081a3733}.payment-modal h3{margin-bottom:.2rem;font-size:1.35rem}.payment-modal-subtitle{margin-bottom:.85rem!important;font-size:.92rem;color:var(--text-muted)}.payment-summary-card{border:1px solid rgba(15,44,61,.12);background:#f8fafc;border-radius:14px;padding:.85rem 1rem;margin-bottom:.9rem}.summary-row{display:flex;justify-content:space-between;color:var(--text-secondary);padding:.35rem 0}.summary-row strong{color:var(--navy)}.summary-row.total{margin-top:.2rem;padding-top:.55rem;border-top:1px solid rgba(15,44,61,.12)}.summary-note{margin-top:.5rem!important;font-size:.77rem;color:var(--text-muted)}.payment-methods h4{margin-bottom:.55rem;font-size:.92rem}.payment-method-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;margin-bottom:.9rem}.payment-method{border:1px solid rgba(15,44,61,.16);border-radius:12px;padding:.6rem .65rem;font-size:.84rem;background:#f8fafc;cursor:pointer;transition:all var(--transition-fast);display:flex;flex-direction:column;gap:.2rem}.payment-method span{font-weight:600}.payment-method small{color:var(--text-muted);font-size:.72rem}.payment-method input{display:none}.payment-method.selected{background:#00b3a624;border-color:#00b3a68f;color:#084e61;box-shadow:0 0 0 1px #00b3a633}.payment-method.selected small{color:#0b6f7a}.payment-form{display:flex;flex-direction:column;gap:.62rem}.payment-section-title{margin:.1rem 0 .05rem;font-size:.86rem;font-weight:700;color:var(--navy)}.paypal-helper{background:#0030870d;border:1px solid rgba(0,48,135,.18);border-radius:12px;padding:.7rem .8rem}.paypal-helper p{margin:.2rem 0 0!important;font-size:.84rem;color:var(--text-secondary)}.payment-form label{display:block;margin-bottom:.25rem;font-size:.84rem;color:var(--navy);font-weight:600}.payment-form input{width:100%;border:1px solid rgba(15,44,61,.18);border-radius:12px;background:#f4f6f7cc;padding:.62rem .8rem}.payment-actions{margin-top:.3rem}.payment-actions .close-modal{width:100%;margin-top:0}.cta-section{padding:5rem 5%;background:linear-gradient(135deg,#0b6f7a,#084e61);color:var(--text-white);text-align:center}.kaab-page .cta-section{background:linear-gradient(135deg,#f39c12,#e67e22)}.cta-section h2{color:var(--text-white);margin-bottom:1rem}.cta-section p{color:#ffffffe6;font-size:1.125rem;margin-bottom:2rem}.btn-cta{background:var(--text-white);color:var(--navy);padding:1rem 2rem;border-radius:var(--radius-md);font-weight:600;display:inline-flex;align-items:center;gap:.5rem;transition:all var(--transition-fast)}.btn-cta:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.custom-plan-box{text-align:center;margin-top:4rem;padding:3rem;background:#ffffff1a;border-radius:var(--radius-xl);border:2px dashed #f39c12}.custom-plan-box h3{font-size:2rem;color:var(--text-white);margin-bottom:1rem}.custom-plan-box p{font-size:1.125rem;color:#ffffffe6;max-width:700px;margin:0 auto 2rem}.btn-custom{background:#f39c12;color:var(--navy-dark);padding:1rem 2.5rem;border-radius:50px;font-weight:600;display:inline-flex;align-items:center;gap:.5rem;transition:all var(--transition-fast)}.btn-custom:hover{background:#f1c40f;transform:translateY(-2px)}@media (max-width: 992px){.product-hero.kaab{padding:2.5rem 5% 3rem;display:block}.product-hero-content{flex-direction:column;text-align:center}.product-hero-heading{justify-content:center}.product-hero-description{margin-inline:auto}.product-hero-stats,.product-hero-buttons{justify-content:center}.product-hero-image{margin-top:2rem}.product-hero.tonbox .product-hero-content{gap:2rem}.product-hero.tonbox .product-hero-image{margin-right:0;width:100%;min-height:340px;overflow:hidden}.product-hero.tonbox .product-hero-image img,.product-hero.tonbox .product-hero-image-fallback{width:100%;border-radius:0;box-shadow:none}.product-hero.tonbox .product-hero-image:before{border-radius:0;background:linear-gradient(180deg,#091e3f94,#091e3f33 36%,#091e3f00 62%)}.product-hero.tonbox:after{background:linear-gradient(180deg,#091e3f33,#091e3f0d)}.product-hero.kaab .product-hero-heading,.product-hero.kaab .product-hero-text{text-align:center;align-items:center}.product-hero.kaab .product-hero-content{display:grid;grid-template-columns:minmax(0,1fr);gap:2.25rem;max-width:760px;width:100%}.kaab-hero-logo-wrap,.product-hero.kaab .kaab-hero-copy{align-self:center}.product-hero.kaab .kaab-hero-logo-wrap{--kaab-logo-offset-x: 0px}.product-hero.kaab .kaab-hero-text-block{margin-top:0}.product-hero.kaab .product-hero-description{margin-inline:auto;max-width:58ch;line-height:1.7}.product-hero.kaab .product-hero-stats,.product-hero.kaab .product-hero-buttons{justify-content:center}.product-hero.kaab .product-hero-stats{flex-wrap:wrap;row-gap:1rem;column-gap:1.25rem;margin-bottom:1.5rem}.product-hero.kaab .product-hero-buttons{flex-wrap:wrap;gap:.85rem}.product-hero.kaab .product-hero-buttons .btn{min-height:46px}.product-hero.kaab .kaab-hero-image,.kaab-hero-image-fallback{min-height:0}.product-hero.kaab .product-hero-text{padding-top:0;margin-top:0}.product-hero.kaab .product-hero-content{margin-top:0;width:100%}.product-hero.kaab .kaab-hero-image{margin-right:0;justify-content:center;width:100%;padding-inline:.5rem;margin-top:.9rem}.product-hero.kaab .product-hero-image img{width:min(100%,560px);max-width:100%;max-height:none;object-fit:contain}.kaab-page .modules-grid{grid-template-columns:1fr}}@media (max-width: 768px){.tonbox-hero-logo{height:82px}.product-hero.kaab .kaab-hero-logo-wrap{width:100%;margin:0 auto 1rem;display:flex;justify-content:center;text-align:center}.features-grid{grid-template-columns:1fr;gap:1rem}.pricing-grid{grid-template-columns:1fr}.product-hero-stats{flex-direction:column;gap:1rem}.pricing-card.popular{transform:none}.product-hero.tonbox{padding:3.1rem 0 0;background:radial-gradient(circle at 72% 22%,#00b3a63d,#00b3a600 43%),linear-gradient(180deg,#081a36,#0a2a53 46%,#114174 72%,#eaf1fa)}.product-hero.tonbox:before{width:100%;background:linear-gradient(180deg,#071a3600,#071a3633 70%,#071a3657)}.product-hero.tonbox:after{background:linear-gradient(180deg,#09224475,#0922441f 40%,#09224400)}.product-hero.tonbox .product-hero-content{gap:.35rem}.product-hero.tonbox .product-hero-text{padding:0 1.2rem}.product-hero.tonbox .product-hero-heading{gap:.75rem;margin-bottom:.8rem}.product-hero.tonbox .product-hero-title{font-size:clamp(2rem,8vw,2.5rem)}.product-hero.tonbox .product-hero-description{font-size:.98rem;line-height:1.65;margin-bottom:1.15rem}.product-hero.tonbox .product-hero-buttons{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.product-hero.tonbox .product-hero-buttons .btn{min-height:42px;font-size:.9rem;padding:.7rem .8rem;justify-content:center}.product-hero.tonbox .product-hero-image{margin-top:-1rem;min-height:390px;width:100%;margin-inline:0;padding:0;align-self:stretch;z-index:1}.product-hero.tonbox .product-hero-image img,.product-hero.tonbox .product-hero-image-fallback{width:100%;height:100%;min-height:390px;border-radius:0;box-shadow:none;transform:scale(1.24);transform-origin:center top;object-fit:cover;object-position:center 16%;mask-image:none;-webkit-mask-image:none;border:none}.product-hero.tonbox .product-hero-image:before{top:0;right:0;bottom:0;left:0;border-radius:0;background:linear-gradient(180deg,#071a36eb,#071a36c2 18%,#071a365c 42%,#071a360f 64%,#071a3600 80%),linear-gradient(90deg,#071a368c,#071a3614 46%,#071a3600 72%)}.product-hero.tonbox .product-hero-image:after{display:block;inset:auto 0 -2% 0;height:34%;background:linear-gradient(180deg,#ebf2fc00,#ebf2fce6 60%,#eaf1fa)}.product-hero.kaab .kaab-hero-image{margin-right:0}.product-hero.kaab{padding:2rem 1.25rem 2.5rem}.product-hero.kaab .product-hero-content{gap:1.75rem}.product-hero.kaab .kaab-hero-logo{display:block!important;margin-left:auto!important;margin-right:auto!important;margin-bottom:20px;max-width:170px;width:100%;height:auto}.kaab-hero-content{text-align:center;align-items:center}.product-hero.kaab .product-hero-heading{margin-top:0;margin-bottom:.85rem}.product-hero.kaab .product-hero-title{font-size:clamp(1.9rem,8vw,2.6rem);text-wrap:balance}.product-hero.kaab .product-hero-description{font-size:1rem;line-height:1.65;margin-bottom:1.25rem}.product-hero.kaab .product-hero-stats{width:100%;justify-content:space-between;flex-direction:row;flex-wrap:nowrap;gap:.55rem;margin-bottom:1.2rem}.product-hero.kaab .product-hero-stats .stat-item{flex:1 1 0;min-width:0;text-align:center}.product-hero.kaab .product-hero-stats .stat-number{font-size:clamp(1.2rem,5.4vw,1.5rem);line-height:1.1}.product-hero.kaab .product-hero-stats .stat-label{font-size:.74rem;line-height:1.25}.product-hero.kaab .product-hero-buttons{width:100%;flex-direction:column;align-items:stretch;gap:.75rem}.product-hero.kaab .product-hero-buttons .btn{width:100%;justify-content:center}.product-hero.kaab .kaab-hero-image{margin-top:.85rem;padding-inline:0}.product-hero.kaab .product-hero-image img,.product-hero.kaab .kaab-hero-image-fallback{width:min(100%,460px);max-width:100%;border-radius:16px}}@media (max-width: 430px){.product-hero.tonbox .product-hero-buttons{grid-template-columns:1fr}}.login-page-shell{min-height:100vh;min-height:100dvh;height:auto;display:flex;align-items:center;justify-content:center;padding:2rem 1.25rem;overflow-x:hidden;overflow-y:auto}.login-wrapper{display:flex;max-width:1100px;width:100%;min-height:min(760px,calc(100vh - 4rem));margin:0 auto;background:#ffffffd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:20px;box-shadow:var(--shadow-xl);overflow:hidden;animation:fadeInUp .8s ease}.register-wrapper{height:90vh;max-height:860px;min-height:680px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.login-left{flex:1;background:linear-gradient(135deg,var(--navy),var(--navy-dark));padding:4rem 3.25rem;display:flex;flex-direction:column;justify-content:center;color:var(--text-white);position:relative;overflow:hidden}.auth-left-decor{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 15% 20%,rgba(0,179,166,.25) 0%,transparent 42%),radial-gradient(circle at 82% 78%,rgba(14,165,201,.18) 0%,transparent 40%);pointer-events:none}.premium-brand{position:relative;z-index:1;max-width:460px}.brand-kicker{display:inline-flex;margin:0 0 1rem;padding:.4rem .8rem;border-radius:999px;background:#ffffff1f;border:1px solid rgba(255,255,255,.22);color:#ffffffdb;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em}.premium-logo-frame{width:fit-content;margin-bottom:1.5rem;padding:.8rem .95rem;border-radius:16px;background:#ffffff17;border:1px solid rgba(255,255,255,.2);box-shadow:0 16px 32px #03122152}.premium-logo{height:72px!important}.brand{margin-bottom:2.5rem}.brand-logo{display:flex;align-items:center;gap:12px;margin-bottom:2rem}.brand-logo .logo-img{height:60px;width:auto;border-radius:14px;box-shadow:0 8px 20px #00000040}.brand h1{font-size:2.2rem;font-weight:800;letter-spacing:-.5px;line-height:1.2;color:var(--text-white)}.brand span{color:var(--accent)}.brand-tagline{font-size:1.1rem;opacity:.9;margin-top:1.1rem;margin-bottom:1.1rem;font-weight:300;border-left:4px solid var(--accent);padding-left:1rem}.premium-tagline{max-width:32ch}.brand-support-text{margin:0;line-height:1.8;color:#ffffffdb;max-width:34ch}.brand-pill-list{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.5rem}.brand-pill-list span{display:inline-flex;border-radius:999px;padding:.4rem .7rem;font-size:.78rem;font-weight:600;color:#ffffffeb;border:1px solid rgba(255,255,255,.24);background:#ffffff1a}.register-left-content{justify-content:center}.register-brand-copy{margin-bottom:0}.register-left-paragraph{margin:0 0 1.2rem;color:#ffffffe6;line-height:1.7;font-size:1rem;max-width:35ch}.register-left-paragraph:last-child{margin-bottom:.35rem}.login-right{flex:1;padding:3.5rem 2.8rem;background:var(--bg-card);display:flex;flex-direction:column;justify-content:center}.register-right{padding:2rem 2.2rem 1.35rem;gap:.9rem;overflow:hidden;min-height:0;height:100%;justify-content:flex-start}.register-scroll-area{flex:1;min-height:0;max-height:100%;overflow-y:auto;overflow-x:hidden;padding-right:.75rem;scrollbar-width:thin;scrollbar-color:#0ea5c9 rgba(10,40,68,.1)}.register-scroll-area::-webkit-scrollbar{width:7px}.register-scroll-area::-webkit-scrollbar-track{background:#0a28441a;border-radius:999px}.register-scroll-area::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#22d3ee,#0284c7);border-radius:999px;border:1px solid rgba(255,255,255,.3)}.register-scroll-area::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#06b6d4,#0369a1)}.register-form{display:flex;flex-direction:column;height:100%;min-height:0}.register-section{border:1px solid rgba(15,44,61,.08);border-radius:14px;padding:1rem 1rem .2rem;background:#f4f8fbbf;margin-bottom:.9rem}.register-section-title{color:var(--navy);font-size:.9rem;font-weight:700;margin-bottom:.8rem;letter-spacing:.01em}.register-section-actions{margin-bottom:.2rem}.register-actions{border-top:1px solid rgba(15,44,61,.12);margin-top:.45rem;padding-top:.85rem;background:var(--bg-card)}.register-submit{margin-top:0;margin-bottom:.85rem}.register-back-home{margin-top:.8rem}.login-header{margin-bottom:.9rem}.login-header h2{color:var(--navy);font-size:2rem;font-weight:700;margin-bottom:.5rem}.login-header p{color:var(--text-muted);font-size:.95rem}.login-right .alert{padding:1rem 1.25rem;border-radius:14px;display:flex;align-items:center;justify-content:space-between;gap:14px;font-size:.95rem;margin-bottom:1.5rem;animation:slideDown .4s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.login-right .alert-error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.login-right .alert-success{background:#ecfdf5;border:1px solid #a7f3d0;color:#065f46}.login-right .alert-debug{background:#eff6ff;border:1px solid #bfdbfe;color:#1e3a8a}.login-right .alert-close{background:none;border:none;font-size:1.25rem;cursor:pointer;opacity:.5;transition:opacity .2s}.login-right .alert-close:hover{opacity:1}.login-right .form-group{margin-bottom:.9rem}.login-right .form-group label{display:block;margin-bottom:.5rem;color:var(--navy);font-weight:500;font-size:.9rem}.login-right .input-wrapper{position:relative;display:flex;align-items:center;min-height:50px}.login-right .input-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:var(--text-secondary);font-size:18px;transition:color var(--transition-fast);z-index:1;pointer-events:none}.login-right .input-wrapper input{width:100%;padding:.85rem 1rem .85rem 2.75rem;background:#f4f6f7cc;border:1px solid rgba(15,44,61,.15);border-radius:12px;font-size:1rem;transition:all var(--transition-fast);color:var(--text-primary)}.login-right .input-wrapper:not(.input-wrapper-date):not(.textarea-wrapper) .input-icon+input{padding-left:2.8rem}.login-right .input-wrapper:not(.input-wrapper-date):not(.textarea-wrapper) input{padding-left:1rem}.login-right .input-wrapper input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #00b3a633;background:#fff}.login-right .input-wrapper input:focus+.input-icon{color:var(--accent)}.login-right .input-wrapper textarea{width:100%;padding:.85rem 1rem .85rem 2.75rem;background:#f4f6f7cc;border:1px solid rgba(15,44,61,.15);border-radius:12px;font-size:1rem;transition:all var(--transition-fast);color:var(--text-primary);resize:vertical;min-height:96px}.login-right .textarea-wrapper{align-items:flex-start}.login-right .textarea-wrapper .input-icon{top:1rem;transform:none;left:14px}.login-right .input-wrapper textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #00b3a633;background:#fff}.business-selector{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem;margin-top:.2rem}.business-option{display:flex;align-items:center;gap:.55rem;width:100%;border:1px solid rgba(15,44,61,.16);background:#f8fafc;color:#0f2c3d;border-radius:12px;padding:.62rem .72rem;font-size:.86rem;text-align:left;transition:all var(--transition-fast)}.business-option svg{color:#3d6a88;flex-shrink:0}.business-option:hover{border-color:#00b3a673;background:#eefbfa}.business-option.selected{border-color:#00b3a6bf;background:#00b3a624;color:#0a3953;box-shadow:0 0 0 2px #00b3a62e}.business-option.selected svg{color:#0b7f91}.field-hint{margin-top:.45rem;font-size:.78rem;color:var(--text-muted)}.selected-chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.7rem}.selected-chip{display:inline-flex;align-items:center;gap:.4rem;border-radius:999px;padding:.28rem .7rem;font-size:.78rem;font-weight:600;color:#0a3953;background:#0ea5c926;border:1px solid rgba(14,165,201,.35);cursor:pointer}.selected-chip:hover{background:#0ea5c93d}.login-right .toggle-password{position:absolute;right:12px;color:var(--text-muted);cursor:pointer;transition:color var(--transition-fast);background:none;border:none;padding:0;display:flex;align-items:center;justify-content:center;width:30px;height:30px}.login-right .toggle-password svg{width:18px;height:18px}.custom-date-trigger{width:100%;min-height:50px;border:1px solid rgba(15,44,61,.15);border-radius:12px;background:#f4f6f7cc;color:var(--text-muted);display:flex;align-items:center;gap:.7rem;padding:.85rem 1rem .85rem 2.75rem;text-align:left;transition:all var(--transition-fast)}.calendar-fast-selectors{display:flex;align-items:center;gap:.45rem}.calendar-fast-selectors select{border:1px solid rgba(15,44,61,.14);border-radius:8px;background:#f8fbff;color:#12384f;height:32px;font-size:.84rem;padding:0 .4rem}.calendar-day:disabled{color:#9fb0be;cursor:not-allowed}.calendar-helper-text{margin:.55rem 0 0;font-size:.76rem;color:#5c7487;text-align:center}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.input-wrapper-date{display:block!important}.custom-date-trigger{width:100%;min-height:50px;border:1px solid rgba(15,44,61,.15);border-radius:12px;background:#f4f6f7cc;color:var(--text-muted);display:flex;align-items:center;gap:.7rem;padding:.9rem 1rem .9rem 2.8rem;text-align:left;transition:all var(--transition-fast)}.custom-date-trigger:hover,.custom-date-trigger:focus-visible{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #00b3a633;background:#fff}.custom-date-value.filled{color:var(--text-primary)}.custom-calendar-popover{position:absolute;z-index:15;top:calc(100% + .4rem);left:0;width:100%;max-width:360px;background:#fff;border:1px solid rgba(15,44,61,.14);border-radius:14px;box-shadow:0 16px 28px #07182733;padding:.8rem}.custom-calendar-header{display:flex;justify-content:space-between;align-items:center;gap:.6rem;margin-bottom:.7rem;text-transform:capitalize}.calendar-nav-btn{border:1px solid rgba(15,44,61,.14);background:#f3f7fb;color:#184765;border-radius:10px;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center}.custom-calendar-weekdays,.custom-calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:.32rem}.custom-calendar-weekdays{margin-bottom:.35rem}.custom-calendar-weekdays span{text-align:center;font-size:.75rem;color:#456277;font-weight:600}.calendar-day{border:none;border-radius:10px;height:34px;background:transparent;color:#12384f;font-size:.88rem}.calendar-day:not(.empty):hover{background:#22d3ee33}.calendar-day.selected{background:linear-gradient(135deg,#0ea5c9,#0284c7);color:#fff;font-weight:700}.calendar-day.empty{pointer-events:none}.login-right .toggle-password:hover{color:var(--accent)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-options{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;font-size:.9rem}.remember-me{display:flex;align-items:center;gap:8px;color:var(--text-muted);cursor:pointer}.remember-me input[type=checkbox]{width:18px;height:18px;accent-color:var(--accent);border-radius:4px;cursor:pointer}.forgot-password{color:var(--accent);font-weight:600;transition:color var(--transition-fast);background:none;border:none;cursor:pointer;font-size:.9rem}.forgot-password:hover{color:var(--navy)}.terms-checkbox{margin-bottom:.75rem}.terms-link{color:var(--accent);font-weight:600;background:none;border:none;padding:0;cursor:pointer;font:inherit}.terms-link:hover{text-decoration:underline}.password-strength{display:flex;align-items:center;gap:.75rem;margin-top:.5rem}.strength-bar{flex:1;height:4px;background:var(--bg);border-radius:2px;overflow:hidden}.strength-fill{height:100%;transition:all var(--transition-fast);border-radius:2px}.password-strength span{font-size:.75rem;font-weight:500}.btn-submit{width:100%;padding:.9rem;background:linear-gradient(135deg,var(--navy),var(--navy-dark));color:var(--text-white);border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all var(--transition-fast);display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:.75rem}.btn-submit:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 8px 20px #0f2c3d40}.btn-submit:disabled{opacity:.7;cursor:not-allowed}.register-link{text-align:center;color:var(--text-muted);font-size:.95rem}.register-link a{color:var(--accent);font-weight:700;transition:color var(--transition-fast)}.register-link a:hover{color:var(--navy)}.back-home{display:inline-flex;align-items:center;gap:8px;margin-top:2rem;color:var(--text-secondary);font-size:.9rem;transition:all var(--transition-fast)}.back-home svg{width:17px;height:17px;color:currentColor}.back-home:hover{color:var(--accent);transform:translate(-5px)}.forgot-form{width:100%}.forgot-form .form-group{margin-bottom:1.5rem}.forgot-form .close-modal{width:100%;margin-top:.5rem}.forgot-form .btn-outline{background:transparent;border:1px solid var(--navy);color:var(--navy)}.forgot-form .btn-outline:hover{background:#0f2c3d0d}.forgot-password-feedback{margin:0 0 .75rem;color:#b42318;font-size:.92rem;line-height:1.45}@media (max-width: 900px){.login-page-shell{padding:1rem;align-items:flex-start}.login-wrapper{flex-direction:column;max-width:500px;min-height:auto;margin:0;border-radius:var(--radius-xl)}.register-wrapper{min-height:auto;height:auto;max-height:none}.register-scroll-area{overflow:visible;padding-right:0}.login-left{padding:2.5rem 2rem}.business-selector,.payment-method-grid{grid-template-columns:1fr}.brand h1{font-size:2rem}}@media (max-width: 480px){.login-right{padding:2rem 1.5rem}.login-header h2{font-size:1.8rem}.form-options{flex-direction:column;align-items:flex-start;gap:10px}.form-row{grid-template-columns:1fr}.custom-calendar-popover{max-width:100%}}.dashboard-header-bar{position:sticky;top:0;width:100%;padding:1rem 5%;display:flex;justify-content:space-between;align-items:center;background:#f4f6f7f2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:var(--z-header);border-bottom:1px solid rgba(15,44,61,.1)}.dashboard-nav-left{display:flex;align-items:center;gap:2rem}.dashboard-header-bar .logo-container{display:flex;align-items:center;gap:12px}.dashboard-header-bar .logo-img{height:45px;width:auto;border-radius:10px}.dashboard-header-bar .logo-text{font-size:1.5rem;font-weight:800;color:var(--navy)}.dashboard-header-bar .logo-text span{color:var(--accent)}.dashboard-nav-menu{display:flex;gap:.5rem}.dashboard-nav-menu .nav-link{display:flex;align-items:center;gap:.5rem;padding:.6rem 1.2rem;color:var(--navy);font-weight:600;font-size:.95rem;border-radius:30px;transition:all .2s ease}.dashboard-nav-menu .nav-link svg{width:20px;height:20px;flex-shrink:0}.dashboard-nav-menu .nav-link:hover{background:#00b3a61a;color:var(--accent)}.dashboard-nav-menu .nav-link.active{background:var(--navy);color:var(--text-white)}.dashboard-header-right{display:flex;align-items:center;gap:1.5rem}.user-welcome{color:var(--navy);font-weight:500;background:#fff9;padding:.4rem 1rem;border-radius:30px}.user-welcome span{color:var(--accent);font-weight:700}.user-menu-container{position:relative}.user-avatar-btn{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,var(--navy),var(--accent));display:flex;align-items:center;justify-content:center;color:var(--text-white);font-weight:700;font-size:1.2rem;cursor:pointer;transition:all var(--transition-fast);box-shadow:0 4px 12px #00b3a64d;border:2px solid white;text-transform:uppercase}.user-avatar-btn:hover{transform:scale(1.08)}.user-dropdown{position:absolute;top:55px;right:0;width:300px;background:var(--bg-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);padding:1rem 0;z-index:1001;opacity:0;visibility:hidden;transform:translateY(-15px);transition:all .3s ease;border:1px solid rgba(15,44,61,.1)}.user-dropdown.active{opacity:1;visibility:visible;transform:translateY(0)}.user-dropdown-header{padding:1.2rem 1.5rem;border-bottom:1px solid rgba(15,44,61,.1);display:flex;align-items:center;gap:15px}.dropdown-avatar{width:55px;height:55px;border-radius:50%;background:linear-gradient(135deg,var(--navy),var(--accent));display:flex;align-items:center;justify-content:center;color:var(--text-white);font-weight:700;font-size:1.4rem;text-transform:uppercase}.dropdown-info h4{color:var(--navy);font-size:1rem;font-weight:700}.dropdown-info p{color:var(--accent);font-size:.85rem}.user-dropdown-menu{padding:.5rem 0}.user-dropdown-menu li{list-style:none}.user-dropdown-menu a,.user-dropdown-menu button{display:flex;align-items:center;gap:12px;padding:.8rem 1.5rem;color:var(--navy);font-size:.95rem;transition:all .2s ease;width:100%;text-align:left;background:none;border:none;cursor:pointer}.user-dropdown-menu a:hover,.user-dropdown-menu button:hover{background:#00b3a614;color:var(--accent)}.user-dropdown-menu svg{width:22px;color:var(--accent)}.dropdown-divider{height:1px;background:#0f2c3d1a;margin:.5rem 0}.logout-link{color:#e74c3c!important}.logout-link svg{color:#e74c3c!important}.logout-link:hover{background:#e74c3c14!important;color:#e74c3c!important}.dashboard-container{max-width:1400px;margin:2rem auto;padding:0 5%;flex:1;width:100%}.dashboard-page-header{margin-bottom:2.5rem}.dashboard-page-header h1{font-size:2.5rem;color:var(--navy);font-weight:800;margin-bottom:.5rem}.dashboard-page-header p{color:var(--text-muted);font-size:1.1rem;display:flex;align-items:center;gap:8px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:3rem}.stat-card{background:var(--bg-card);border-radius:var(--radius-lg);padding:1.8rem;box-shadow:var(--shadow-md);border:1px solid rgba(15,44,61,.08);display:flex;align-items:center;gap:1.5rem;transition:all var(--transition-normal)}.stat-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-xl);border-color:var(--accent)}.stat-icon{width:70px;height:70px;border-radius:50%;background:#00b3a61a;display:flex;align-items:center;justify-content:center;font-size:2rem;color:var(--accent);transition:all var(--transition-fast)}.stat-card:hover .stat-icon{background:var(--accent);color:var(--text-white)}.stat-content h3{color:var(--text-muted);font-size:.9rem;font-weight:600;margin-bottom:.3rem;text-transform:uppercase}.stat-content .stat-number{font-size:2rem;font-weight:800;color:var(--navy);line-height:1.2}.stat-content .stat-desc{font-size:.85rem;color:var(--accent);font-weight:600;margin-top:.2rem}.dashboard-section{margin-bottom:3rem}.dashboard-section .section-title{font-size:1.8rem;color:var(--navy);margin-bottom:1.8rem;font-weight:700;position:relative;padding-bottom:.8rem;display:flex;align-items:center;gap:10px}.dashboard-section .section-title:after{content:"";position:absolute;left:0;bottom:0;width:70px;height:4px;background:var(--accent);border-radius:4px}.dashboard-section .section-title svg{color:var(--accent)}.dashboard-section .solutions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.solution-card{background:var(--bg-card);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md);border:1px solid rgba(15,44,61,.08);transition:all var(--transition-normal);display:flex;flex-direction:column}.solution-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-xl);border-color:var(--accent)}.solution-header{padding:2rem 1.8rem 1rem;display:flex;align-items:center;gap:1.2rem}.solution-icon{width:60px;height:60px;border-radius:16px;background:#00b3a61a;display:flex;align-items:center;justify-content:center;font-size:1.8rem;color:var(--accent);transition:all var(--transition-fast)}.solution-card:hover .solution-icon{background:var(--accent);color:var(--text-white)}.solution-header h3{font-size:1.5rem;color:var(--navy);font-weight:700}.solution-body{padding:1rem 1.8rem 1.5rem;flex:1}.solution-plan{background:#0f2c3d0d;padding:.5rem 1.2rem;border-radius:30px;display:inline-flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:700;color:var(--navy);margin-bottom:1rem}.solution-plan svg{color:var(--accent)}.solution-description{color:var(--text-muted);font-size:.95rem;margin-bottom:1rem}.solution-features{margin:1rem 0}.solution-features li{color:var(--navy);margin-bottom:.6rem;display:flex;align-items:center;gap:10px;font-size:.9rem}.solution-features li svg{color:var(--accent);width:18px}.solution-footer{padding:1.5rem 1.8rem 2rem;border-top:1px solid rgba(15,44,61,.08);display:flex;justify-content:space-between;align-items:center}.price{display:flex;flex-direction:column}.price-value{font-size:1.8rem;font-weight:800;color:var(--navy);line-height:1.2}.price-period{font-size:.85rem;color:var(--text-muted)}.btn-solution{background:linear-gradient(135deg,var(--navy),var(--navy-dark));color:var(--text-white);border:none;padding:.8rem 1.8rem;border-radius:40px;font-weight:600;display:inline-flex;align-items:center;gap:8px;transition:all var(--transition-fast)}.btn-solution:hover{background:var(--accent);transform:translateY(-2px)}.empty-state{text-align:center;padding:4rem 2rem;background:var(--bg-card);border-radius:var(--radius-lg);border:2px dashed var(--accent);grid-column:1 / -1}.empty-state svg{font-size:4rem;color:var(--accent);margin-bottom:1.5rem;opacity:.5}.empty-state h3{font-size:1.5rem;color:var(--navy);margin-bottom:.75rem}.empty-state p{color:var(--text-muted);margin-bottom:2rem;max-width:400px;margin-inline:auto}.empty-actions{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.disponibles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.disponible-card{background:#ffffffb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius-lg);padding:2rem 1.5rem;border:2px dashed var(--accent);transition:all var(--transition-normal);text-align:center;display:block}.disponible-card.tonbox-card{border-color:#7c3aed73}.disponible-card.kaab-card{border-color:#eab3088c}.disponible-card:hover{background:var(--bg-card);transform:translateY(-5px);box-shadow:var(--shadow-xl)}.disponible-card.tonbox-card:hover{box-shadow:0 20px 36px #7c3aed2e}.disponible-card.kaab-card:hover{box-shadow:0 20px 36px #eab30838}.disponible-icon{width:70px;height:70px;border-radius:50%;background:#00b3a61a;display:flex;align-items:center;justify-content:center;font-size:2rem;color:var(--accent);margin:0 auto 1rem;transition:all var(--transition-fast)}.disponible-logo{width:48px;height:48px;object-fit:contain}.disponible-logo-tonbox{width:42px}.disponible-card:hover .disponible-icon{background:var(--accent);color:var(--text-white)}.disponible-card.tonbox-card .disponible-icon{background:#7c3aed29;color:#7c3aed}.disponible-card.kaab-card .disponible-icon{background:#eab30833;color:#a16207}.disponible-card.tonbox-card .btn-outline{border-color:#7c3aed;color:#7c3aed}.disponible-card.kaab-card .btn-outline{border-color:#ca8a04;color:#a16207}.disponible-card.tonbox-card:hover .disponible-icon{background:#7c3aed}.disponible-card.kaab-card:hover .disponible-icon{background:#ca8a04}.disponible-card.tonbox-card:hover .btn-outline{background:#7c3aed;border-color:#7c3aed}.disponible-card.kaab-card:hover .btn-outline{background:#ca8a04;border-color:#ca8a04}.disponible-card h4{font-size:1.3rem;color:var(--navy);margin-bottom:.5rem;font-weight:700}.disponible-card p{color:var(--text-muted);font-size:.9rem;margin-bottom:1rem}.disponible-card .btn-outline{display:inline-block;padding:.5rem 1.5rem;border:2px solid var(--accent);color:var(--accent);border-radius:30px;font-weight:600;transition:all var(--transition-fast)}.disponible-card:hover .btn-outline{background:var(--accent);color:var(--text-white)}.payments-card{background:var(--bg-card);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow-md);border:1px solid rgba(15,44,61,.08);overflow-x:auto}.payments-table{width:100%;border-collapse:collapse}.payments-table th{text-align:left;padding:1rem 1rem 1rem 0;color:var(--text-muted);font-weight:600;font-size:.85rem;text-transform:uppercase;border-bottom:2px solid rgba(15,44,61,.1)}.payments-table td{padding:1rem 1rem 1rem 0;color:var(--navy);border-bottom:1px solid rgba(15,44,61,.05)}.status-badge{display:inline-block;padding:.3rem 1rem;border-radius:30px;font-size:.8rem;font-weight:700}.status-paid{background:#2ecc7126;color:#2ecc71}.status-pending{background:#f39c1226;color:#f39c12}.status-overdue{background:#e74c3c26;color:#e74c3c}.btn-payment{background:var(--accent);color:var(--navy);padding:.4rem 1.2rem;border-radius:30px;font-weight:600;font-size:.8rem;transition:all var(--transition-fast)}.btn-payment:hover{background:var(--navy);color:var(--text-white)}.empty-payments{text-align:center;padding:3rem;color:var(--text-muted)}.empty-payments svg{font-size:3rem;color:var(--accent);opacity:.5;margin-bottom:1rem}.loading-state{text-align:center;padding:4rem}.spinner{width:50px;height:50px;border:4px solid rgba(0,179,166,.2);border-top-color:var(--accent);border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}@keyframes spin{to{transform:rotate(360deg)}}.loading-state p{color:var(--text-muted)}.profile-container{max-width:1200px;margin:2rem auto;padding:0 5%}.profile-page-header{margin-bottom:2rem}.profile-page-header h1{font-size:2.2rem;color:var(--navy);font-weight:800;margin-bottom:.5rem}.profile-page-header p{color:var(--text-muted);max-width:720px}.profile-grid{display:grid;grid-template-columns:360px 1fr;gap:2rem}.profile-card{background:var(--bg-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:2rem;border:1px solid rgba(15,44,61,.08)}.profile-hero{display:flex;flex-direction:column;gap:1rem;align-items:flex-start}.big-avatar{width:76px;height:76px;border-radius:22px;display:grid;place-items:center;background:linear-gradient(135deg,var(--navy),var(--accent));color:var(--text-white);font-weight:900;font-size:1.9rem;text-transform:uppercase;box-shadow:0 12px 26px #00b3a638;border:1px solid rgba(255,255,255,.35)}.profile-name{font-size:1.4rem;color:var(--navy);font-weight:800}.profile-email{color:var(--text-muted);font-weight:600}.profile-summary .status-badge{display:inline-flex;align-items:center;gap:.6rem;padding:.55rem .9rem;border-radius:999px;background:#00b3a61a;border:1px solid rgba(0,179,166,.25);color:var(--navy);font-weight:800;font-size:.85rem}.profile-summary .status-badge svg{color:var(--accent)}.profile-meta{margin-top:.6rem;display:grid;gap:.9rem;width:100%}.meta-row{display:flex;justify-content:space-between;gap:12px;padding:.9rem 1rem;background:#f4f6f7d9;border:1px solid rgba(15,44,61,.12);border-radius:14px}.meta-row span{color:var(--text-muted);font-weight:700;font-size:.92rem;display:flex;align-items:center;gap:.5rem}.meta-row b{color:var(--navy);font-weight:900;font-size:.92rem;text-align:right}.profile-hint{margin-top:.8rem;padding:.9rem 1rem;border-radius:14px;border:1px solid rgba(0,179,166,.25);background:#00b3a60f;color:var(--text-muted);font-weight:650;font-size:.9rem;display:flex;align-items:flex-start;gap:.75rem}.profile-hint svg{color:var(--accent);margin-top:2px}.form-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:1.5rem;flex-wrap:wrap}.form-header h2{color:var(--navy);font-size:1.35rem;font-weight:900}.form-actions{display:flex;gap:.8rem;flex-wrap:wrap}.profile-form-section .form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}.profile-form-section .form-group{margin-bottom:0}.profile-form-section .form-group.full-width{grid-column:span 2}.profile-form-section .form-group label{display:block;margin-bottom:.55rem;color:var(--navy);font-weight:800;font-size:.92rem}.profile-form-section .form-group input,.profile-form-section .form-group select,.profile-form-section .form-group textarea{width:100%;padding:.95rem 1rem;background:#f4f6f7d9;border:1px solid rgba(15,44,61,.18);border-radius:14px;color:var(--text-primary);transition:all var(--transition-fast);font-size:1rem}.profile-form-section .form-group textarea{min-height:130px;resize:vertical}.profile-form-section .form-group input:focus,.profile-form-section .form-group select:focus,.profile-form-section .form-group textarea:focus{outline:none;border-color:var(--navy);box-shadow:0 0 0 3px #00b3a633;background:var(--bg-card)}.profile-form-section .form-group input:disabled,.profile-form-section .form-group select:disabled,.profile-form-section .form-group textarea:disabled{opacity:.7;cursor:not-allowed}.btn-ghost{background:transparent;color:var(--navy);border:1px solid rgba(15,44,61,.25);box-shadow:none}.btn-ghost:hover{background:#0f2c3d0d;transform:translateY(-2px);box-shadow:var(--shadow-sm)}.btn-danger{background:#e74c3c14;color:#e74c3c;border:1px solid rgba(231,76,60,.25);box-shadow:none}.btn-danger:hover{background:#e74c3c1f;transform:translateY(-2px)}@media (max-width: 992px){.profile-grid{grid-template-columns:1fr}.dashboard-nav-menu{display:none}}@media (max-width: 768px){.dashboard-header-bar{padding:1rem 4%}.user-welcome{display:none}.stats-grid,.dashboard-section .solutions-grid,.profile-form-section .form-grid{grid-template-columns:1fr}.profile-form-section .form-group.full-width{grid-column:span 1}.form-actions{width:100%;justify-content:stretch}.form-actions .btn{flex:1;justify-content:center}}.contact-page{padding:4rem 5%;background:var(--bg);min-height:100vh}.contact-container{max-width:1200px;margin-inline:auto}.contact-header{text-align:center;margin-bottom:3rem}.contact-header h1{font-size:clamp(2rem,4vw,3rem);color:var(--navy);margin-bottom:1rem}.contact-header p{font-size:1.125rem;color:var(--text-muted);max-width:600px;margin-inline:auto}.contact-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:2rem;align-items:start}.contact-info{display:flex;flex-direction:column;gap:1.5rem}.info-card{background:var(--bg-card);border-radius:var(--radius-lg);padding:1.5rem;display:flex;align-items:flex-start;gap:1rem;border:1px solid var(--border-light);transition:all var(--transition-normal)}.info-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--accent)}.info-icon{width:48px;height:48px;background:#00b3a61a;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;color:var(--accent);flex-shrink:0}.info-content h3{color:var(--navy);font-size:1rem;margin-bottom:.25rem}.info-content p{color:var(--text-primary);font-weight:600;margin-bottom:.25rem}.info-content span{color:var(--text-muted);font-size:.875rem}.products-info{background:linear-gradient(135deg,var(--navy) 0%,var(--navy-dark) 100%);border-radius:var(--radius-lg);padding:1.5rem;color:var(--text-white)}.products-info h4{color:var(--text-white);margin-bottom:1rem;font-size:1rem}.product-links{display:flex;flex-direction:column;gap:.75rem}.product-link{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:#ffffff1a;border-radius:var(--radius-md);color:var(--text-white);font-weight:600;transition:all var(--transition-fast)}.product-link:hover{background:#fff3;transform:translate(4px)}.product-link.tonbox:hover{background:var(--accent)}.product-link.kaab:hover{background:#f39c12}.contact-form-card{background:var(--bg-card);border-radius:var(--radius-xl);padding:2.5rem;box-shadow:var(--shadow-lg);border:1px solid var(--border-light)}.contact-form h2{color:var(--navy);font-size:1.5rem;margin-bottom:1.5rem}.contact-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.contact-form .form-group{margin-bottom:1rem}.contact-form .form-group label{display:block;margin-bottom:.5rem;color:var(--navy);font-weight:600;font-size:.9rem}.contact-form .form-group input,.contact-form .form-group select,.contact-form .form-group textarea{width:100%;padding:.875rem 1rem;background:var(--bg);border:1px solid var(--border-light);border-radius:var(--radius-md);font-size:1rem;color:var(--text-primary);transition:all var(--transition-fast)}.contact-form .form-group input:focus,.contact-form .form-group select:focus,.contact-form .form-group textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #00b3a626}.contact-form .form-group textarea{resize:vertical;min-height:120px}.contact-form .btn-submit{width:100%;padding:1rem;margin-top:.5rem}.contact-form .alert{display:flex;align-items:center;gap:.75rem;padding:1rem;border-radius:var(--radius-md);margin-bottom:1.5rem}.contact-form .alert-error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.contact-form .alert-close{margin-left:auto;background:none;border:none;font-size:1.25rem;cursor:pointer;opacity:.5}.contact-form .alert-close:hover{opacity:1}.spinner-small{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.success-message{text-align:center;padding:3rem 2rem}.success-icon{width:80px;height:80px;background:#2ecc711a;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#2ecc71}.success-message h3{color:var(--navy);font-size:1.5rem;margin-bottom:.75rem}.success-message p{color:var(--text-muted);margin-bottom:2rem;max-width:400px;margin-inline:auto}@media (max-width: 900px){.contact-grid{grid-template-columns:1fr}.contact-info{order:2}.contact-form-card{order:1}}@media (max-width: 600px){.contact-form .form-row{grid-template-columns:1fr}.contact-form-card{padding:1.5rem}}@media (max-width: 768px){.legal-modal-content{max-height:88vh;padding:1.5rem 1rem}}.spin{animation:liomet-spin 1s linear infinite}@keyframes liomet-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.kaab-calculator-page{background:linear-gradient(180deg,#f7fafc,#eef4f8);padding:4rem 0 5rem}.kaab-calculator-shell{display:grid;gap:2rem}.kaab-calculator-header h1{margin:.8rem 0}.kaab-back-link{display:inline-flex;align-items:center;gap:.45rem;color:#b96d05;font-weight:700}.kaab-calculator-layout{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(300px,.8fr);gap:1.5rem;align-items:start}.kaab-calculator-form{display:grid;gap:1.25rem}.kaab-card{background:#fff;border-radius:16px;border:1px solid rgba(15,44,61,.12);box-shadow:var(--shadow-sm);padding:1.3rem}.kaab-field{display:grid;gap:.45rem;margin-top:1rem}.kaab-field-head{display:flex;justify-content:space-between;align-items:center;gap:1rem}.kaab-field-head strong{background:#f39c1224;color:#7a4a02;padding:.25rem .65rem;border-radius:999px}.kaab-field input[type=range]{accent-color:#f39c12}.kaab-base-included-pill{display:inline-flex;align-items:center;width:fit-content;margin-top:.2rem;padding:.38rem .72rem;border-radius:999px;border:1px solid rgba(229,158,27,.46);background:radial-gradient(circle at 16% 24%,#ffe9b2a8,#ffe9b21f 42%),linear-gradient(140deg,#ffda8a66,#f4a11c33);color:#7a4500;font-weight:600;letter-spacing:.01em;box-shadow:0 8px 16px #df92182e,inset 0 1px #fff8e2d1}.kaab-module-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-top:1rem}.kaab-module-option{display:flex;gap:.6rem;align-items:flex-start;border:1px solid var(--border-light);border-radius:12px;padding:.75rem;transition:all var(--transition-fast)}.kaab-module-option.active{border-color:#f39c12;background:#f39c1214}.kaab-module-option input{margin-top:.25rem;accent-color:#f39c12}.kaab-module-option span{display:block;font-weight:600;color:var(--navy)}.kaab-module-option small{color:var(--text-muted)}.kaab-module-option svg{margin-left:auto;color:#f39c12}.kaab-card textarea{width:100%;border:1px solid var(--border-light);border-radius:12px;padding:.75rem;resize:vertical}.kaab-pricing-panel{position:sticky;top:95px}.kaab-pricing-title{display:flex;gap:.75rem;align-items:center;margin-bottom:.75rem}.kaab-pricing-title svg{color:#f39c12}.kaab-pricing-panel ul{display:grid;gap:.55rem}.kaab-pricing-panel li{display:flex;justify-content:space-between;color:var(--text-secondary)}.kaab-total-box{margin-top:1rem;border-top:1px solid var(--border-light);padding-top:.9rem}.kaab-total-box small{text-transform:uppercase;color:var(--text-muted);font-weight:700;letter-spacing:.04em}.kaab-total-box strong{display:block;font-size:1.7rem;color:#d8870a}.kaab-onetime-box{margin-top:.6rem;display:flex;justify-content:space-between}.kaab-disclaimer{margin-top:.9rem;font-size:.85rem;color:var(--text-muted)}.kaab-submit-btn{justify-content:center;border:none}@media (max-width: 920px){.kaab-calculator-layout{grid-template-columns:1fr}.kaab-pricing-panel{position:static}.kaab-module-grid{grid-template-columns:1fr}}
