@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--brand-blue: #0f4ff5;--brand-teal: #00d4c8;--brand-dark: #07090f;--brand-surface: #0d1424;--brand-card: #121c32;--brand-border: rgba(255,255,255,.08);--brand-text: #e8ecf4;--brand-muted: #8896b0;--brand-gradient: linear-gradient(135deg, #0f4ff5 0%, #00d4c8 100%);--brand-glow-b: rgba(15,79,245,.35);--brand-glow-t: rgba(0,212,200,.25);--radius-sm: 8px;--radius-md: 14px;--radius-lg: 22px;--radius-xl: 32px;--shadow-card: 0 4px 32px rgba(0,0,0,.45);--shadow-glow: 0 0 48px var(--brand-glow-b);--transition: .25s cubic-bezier(.4,0,.2,1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,sans-serif;background:var(--brand-dark);color:var(--brand-text);line-height:1.6;overflow-x:hidden}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--brand-dark)}::-webkit-scrollbar-thumb{background:var(--brand-border);border-radius:3px}.container{max-width:1120px;margin:0 auto;padding:0 24px}.section{padding:96px 0}.section-sm{padding:64px 0}.text-gradient{background:var(--brand-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 30px;border-radius:var(--radius-md);font-size:15px;font-weight:600;cursor:pointer;border:none;transition:transform var(--transition),box-shadow var(--transition),opacity var(--transition);font-family:inherit;white-space:nowrap}.btn:hover{transform:translateY(-2px)}.btn:active{transform:translateY(0)}.btn-primary{background:var(--brand-gradient);color:#fff;box-shadow:0 4px 20px var(--brand-glow-b)}.btn-primary:hover{box-shadow:0 8px 36px var(--brand-glow-b)}.btn-outline{background:transparent;color:var(--brand-text);border:1.5px solid var(--brand-border)}.btn-outline:hover{border-color:#ffffff40;background:#ffffff0a}.btn-lg{padding:18px 40px;font-size:16px;border-radius:var(--radius-lg)}.btn-sm{padding:10px 22px;font-size:14px}.card{background:var(--brand-card);border:1px solid var(--brand-border);border-radius:var(--radius-lg);padding:32px;transition:transform var(--transition),box-shadow var(--transition),border-color var(--transition)}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-card);border-color:#0f4ff54d}.badge{display:inline-flex;align-items:center;gap:6px;background:#0f4ff526;border:1px solid rgba(15,79,245,.35);color:var(--brand-teal);font-size:13px;font-weight:600;padding:6px 14px;border-radius:100px;letter-spacing:.5px;text-transform:uppercase}.section-label{text-align:center;margin-bottom:16px}.section-title{font-size:clamp(32px,5vw,52px);font-weight:800;line-height:1.15;text-align:center}.section-subtitle{font-size:clamp(16px,2vw,19px);color:var(--brand-muted);text-align:center;max-width:640px;margin:16px auto 0;line-height:1.7}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.form-group{display:flex;flex-direction:column;gap:8px}.form-label{font-size:14px;font-weight:600;color:var(--brand-text)}.form-input,.form-select,.form-textarea{background:#ffffff0a;border:1.5px solid var(--brand-border);border-radius:var(--radius-sm);color:var(--brand-text);font-family:inherit;font-size:15px;padding:13px 16px;transition:border-color var(--transition),box-shadow var(--transition);outline:none;width:100%}.form-input::placeholder{color:var(--brand-muted)}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--brand-blue);box-shadow:0 0 0 3px #0f4ff533}.form-select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%238896b0' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:44px}.form-select option{background:var(--brand-card)}.form-textarea{resize:vertical;min-height:120px;line-height:1.6}.icon-box{width:52px;height:52px;border-radius:var(--radius-sm);background:linear-gradient(135deg,#0f4ff533,#00d4c81a);border:1px solid rgba(15,79,245,.25);display:flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0;margin-bottom:16px}.orb{position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none;z-index:0}.orb-blue{background:#0f4ff54d}.orb-teal{background:#00d4c833}.alert-success{background:#00d4641f;border:1px solid rgba(0,212,100,.3);color:#00d464;padding:14px 20px;border-radius:var(--radius-sm);font-size:14px;font-weight:500}.alert-error{background:#ff3c3c1f;border:1px solid rgba(255,60,60,.3);color:#ff6060;padding:14px 20px;border-radius:var(--radius-sm);font-size:14px;font-weight:500}.divider{border:none;border-top:1px solid var(--brand-border)}@media(max-width:900px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.section{padding:64px 0}.btn-lg{padding:16px 28px}}@keyframes fadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-ring{0%{transform:scale(1);opacity:.6}to{transform:scale(1.5);opacity:0}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.fade-up{animation:fadeUp .6s ease forwards}.fade-up-delay-1{animation-delay:.1s;opacity:0}.fade-up-delay-2{animation-delay:.2s;opacity:0}.fade-up-delay-3{animation-delay:.3s;opacity:0}.fade-up-delay-4{animation-delay:.4s;opacity:0}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:16px 0;transition:background .3s ease,backdrop-filter .3s ease,box-shadow .3s ease}.navbar--scrolled{background:#07090fd9;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:0 1px 0 var(--brand-border)}.navbar__inner{display:flex;align-items:center;justify-content:space-between;gap:32px}.navbar__logo{display:flex;align-items:center;justify-content:center;gap:8px;flex-shrink:0;background:transparent!important}.navbar__logo-img{height:48px;width:auto;object-fit:contain;mix-blend-mode:screen;background:transparent!important;filter:brightness(1.1) contrast(1.1);transition:transform .3s ease}.navbar__logo-img:hover{transform:scale(1.05)}.navbar__links{display:flex;align-items:center;gap:4px}.navbar__link{padding:8px 14px;font-size:14px;font-weight:500;color:var(--brand-muted);border-radius:var(--radius-sm);transition:color var(--transition),background var(--transition)}.navbar__link:hover{color:var(--brand-text);background:#ffffff0a}.navbar__link--active{color:var(--brand-text)}.navbar__actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.navbar__hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:4px;width:32px}.hamburger-line{display:block;height:2px;width:100%;background:var(--brand-text);border-radius:2px;transition:transform .3s ease,opacity .3s ease;transform-origin:center}.hamburger-line.open:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger-line.open:nth-child(2){opacity:0}.hamburger-line.open:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.navbar__mobile{display:none;flex-direction:column;gap:4px;background:var(--brand-surface);overflow:hidden;max-height:0;opacity:0;visibility:hidden;pointer-events:none;transition:all .3s ease}.navbar__mobile--open{max-height:500px;opacity:1;visibility:visible;pointer-events:auto;padding:24px;margin-top:10px;border-top:1px solid var(--brand-border)}.navbar__mobile-link{padding:14px 16px;font-size:15px;font-weight:500;color:var(--brand-muted);border-radius:var(--radius-sm);transition:color var(--transition),background var(--transition)}.navbar__mobile-link:hover,.navbar__mobile-link--active{color:var(--brand-text);background:#ffffff0a}@media(max-width:820px){.navbar{padding:12px 0}.navbar__inner{gap:16px;padding:0 16px;width:100%;box-sizing:border-box}.navbar__logo-img{height:40px}.navbar__links{display:none}.navbar__hamburger{display:flex}.navbar__actions .btn:not(.navbar__hamburger){display:none}.navbar__mobile{display:flex}}.navbar__link--dashboard{color:var(--blue-500)!important;font-weight:700!important;background:#3b82f61a;padding:6px 14px!important;border-radius:8px;margin-left:8px;transition:all .3s ease}.navbar__link--dashboard:hover{background:#3b82f633;color:#fff!important}.navbar__link--dashboard.navbar__link--active{background:var(--blue-500);color:#fff!important}.footer{background:var(--brand-dark);border-top:1px solid var(--brand-border);padding:80px 0 0;margin-top:80px}.footer__inner{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:64px;padding-bottom:64px}.footer__brand{display:flex;flex-direction:column;gap:20px}.footer__logo-img{height:52px;width:auto;object-fit:contain;mix-blend-mode:screen;filter:brightness(1.2) contrast(1.1) drop-shadow(0 0 12px rgba(59,130,246,.4));transition:transform .3s ease}.footer__logo-img:hover{transform:scale(1.05)}.footer__tagline{color:var(--brand-muted);font-size:14px;line-height:1.6;max-width:260px}.footer__socials{display:flex;gap:12px}.social-link{width:36px;height:36px;background:#ffffff0d;border:1px solid var(--brand-border);border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--brand-muted);transition:all .3s ease}.social-link:hover{background:var(--brand-blue);color:#fff;border-color:var(--brand-blue);transform:translateY(-3px);box-shadow:0 5px 15px #0f4ff54d}.footer__links-column{display:flex;flex-direction:column;gap:24px}.footer__heading{font-size:14px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.05em}.footer__links-list{display:flex;flex-direction:column;gap:14px}.footer__links-list a,.footer__links-list span{font-size:14px;color:var(--brand-muted);transition:all .2s ease;display:flex;align-items:center;gap:8px}.footer__links-list a:hover{color:var(--brand-blue);transform:translate(4px)}.footer__contact-link{margin-top:4px;display:flex!important;align-items:center!important;gap:10px!important}.footer__bottom{border-top:1px solid var(--brand-border);padding:32px 0;background:#0003}.footer__bottom-inner{display:flex;justify-content:space-between;align-items:center;color:var(--brand-muted);font-size:13px}.footer__bottom-links{display:flex;gap:24px}.footer__bottom-links a:hover{color:#fff}@media(max-width:1024px){.footer__inner{grid-template-columns:1fr 1fr;gap:48px}}@media(max-width:640px){.footer{padding:60px 0 0;margin-top:60px}.footer__inner{grid-template-columns:1fr;gap:40px;text-align:center}.footer__brand{align-items:center}.footer__tagline{max-width:100%}.footer__links-column,.footer__links-list{align-items:center}.footer__links-list a,.footer__links-list span{justify-content:center}.footer__bottom-inner{flex-direction:column;gap:16px;text-align:center}.footer__bottom-links{flex-wrap:wrap;justify-content:center}}.hero{position:relative;overflow:hidden;padding:180px 0 120px;text-align:center}.hero__inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:24px}.hero__headline{font-size:clamp(40px,7vw,76px);font-weight:900;line-height:1.08;letter-spacing:-2px;max-width:860px}.hero__subheadline{font-size:clamp(17px,2.2vw,21px);color:var(--brand-muted);max-width:600px;line-height:1.65}.hero__ctas{display:flex;gap:16px;flex-wrap:wrap;justify-content:center}.hero__mockup{margin-top:40px;width:100%;max-width:780px;background:var(--brand-card);border:1px solid var(--brand-border);border-radius:var(--radius-xl);overflow:hidden;box-shadow:0 32px 80px #0009,0 0 80px var(--brand-glow-b)}.mockup-bar{background:var(--brand-surface);padding:12px 20px;display:flex;align-items:center;gap:8px;border-bottom:1px solid var(--brand-border)}.dot{width:12px;height:12px;border-radius:50%}.dot.red{background:#ff5f57}.dot.yellow{background:#febc2e}.dot.green{background:#28c840}.mockup-url{margin-left:8px;font-size:13px;color:var(--brand-muted);font-family:monospace}.mockup-body{padding:28px;display:flex;flex-direction:column;gap:24px}.mockup-stat-row{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.mockup-stat{background:var(--brand-surface);border:1px solid var(--brand-border);border-radius:var(--radius-md);padding:20px 16px;display:flex;flex-direction:column;gap:6px}.mockup-stat-val{font-size:28px;font-weight:800;letter-spacing:-1px}.mockup-stat-label{font-size:12px;color:var(--brand-muted)}.mockup-messages{display:flex;flex-direction:column;gap:12px}.msg{display:flex;flex-direction:column;gap:4px}.msg-in{align-items:flex-start}.msg-out{align-items:flex-end}.msg-bubble{padding:12px 16px;border-radius:14px;font-size:14px;max-width:76%;line-height:1.5}.msg-in .msg-bubble{background:#0f4ff52e;border:1px solid rgba(15,79,245,.2);border-bottom-left-radius:4px;color:var(--brand-text)}.msg-out .msg-bubble{background:#ffffff0f;border:1px solid var(--brand-border);border-bottom-right-radius:4px;color:var(--brand-text)}.msg-time{font-size:11px;color:var(--brand-muted);padding:0 4px}.stats-section{border-top:1px solid var(--brand-border);border-bottom:1px solid var(--brand-border);background:var(--brand-surface)}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0}.stat-item{display:flex;flex-direction:column;gap:6px;align-items:center;text-align:center;padding:36px 24px;border-right:1px solid var(--brand-border)}.stat-item:last-child{border-right:none}.stat-value{font-size:48px;font-weight:900;letter-spacing:-2px}.stat-label{font-size:14px;color:var(--brand-muted);max-width:180px}.problem-section{background:var(--brand-surface)}.problem-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px;margin:48px 0}.industry-card{background:var(--brand-card);border:1px solid var(--brand-border);border-radius:var(--radius-md);padding:24px 16px;display:flex;flex-direction:column;align-items:center;gap:10px;transition:transform var(--transition),border-color var(--transition)}.industry-card:hover{transform:translateY(-4px);border-color:#0f4ff559}.industry-icon{font-size:30px}.industry-name{font-size:13px;font-weight:600;color:var(--brand-muted);text-align:center}.problem-callout{background:linear-gradient(135deg,#0f4ff51a,#00d4c80f);border:1px solid rgba(15,79,245,.2);border-radius:var(--radius-lg);padding:32px 40px;text-align:center}.problem-callout-text{font-size:18px;color:var(--brand-muted);line-height:1.7;max-width:720px;margin:0 auto}.problem-callout-text strong{color:var(--brand-text)}.solution-section{background:var(--brand-dark)}.solution-inner{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.solution-content{display:flex;flex-direction:column;gap:24px;align-items:flex-start}.solution-list{list-style:none;display:flex;flex-direction:column;gap:12px}.solution-list li{display:flex;align-items:center;gap:12px;font-size:15px;color:var(--brand-muted)}.check{color:var(--brand-teal);font-weight:700;font-size:16px}.sms-preview{background:var(--brand-card);border:1px solid var(--brand-border);border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-card)}.sms-header{background:var(--brand-surface);padding:16px 20px;display:flex;align-items:center;gap:14px;border-bottom:1px solid var(--brand-border)}.sms-avatar{width:40px;height:40px;border-radius:50%;background:var(--brand-gradient);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;flex-shrink:0}.sms-name{font-weight:600;font-size:15px}.sms-status{font-size:12px;color:#00d464}.sms-messages{padding:20px;display:flex;flex-direction:column;gap:12px}.sms-msg{padding:12px 16px;border-radius:14px;font-size:14px;line-height:1.5;max-width:84%}.sms-out{background:#0f4ff533;border:1px solid rgba(15,79,245,.2);border-bottom-left-radius:4px;align-self:flex-start}.sms-in{background:#ffffff0d;border:1px solid var(--brand-border);border-bottom-right-radius:4px;align-self:flex-end}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:56px}.feature-card{display:flex;flex-direction:column}.feature-title{font-size:18px;font-weight:700;margin-bottom:8px}.feature-desc{font-size:15px;color:var(--brand-muted);line-height:1.65}.cta-banner-section{background:var(--brand-surface)}.cta-banner{position:relative;overflow:hidden;background:linear-gradient(135deg,#0f4ff51f,#00d4c812);border:1px solid rgba(15,79,245,.2);border-radius:var(--radius-xl);padding:72px 40px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px}.cta-banner__title{font-size:clamp(26px,4vw,40px);font-weight:800;max-width:600px}.cta-banner__sub{font-size:17px;color:var(--brand-muted);max-width:480px}.cta-banner__btns{display:flex;gap:16px;flex-wrap:wrap;justify-content:center;margin-top:8px}@media(max-width:900px){.solution-inner{grid-template-columns:1fr;gap:40px}.mockup-stat-row{grid-template-columns:1fr}.problem-grid{grid-template-columns:repeat(3,1fr)}.features-grid{grid-template-columns:repeat(2,1fr)}.stats-grid{grid-template-columns:1fr}.stat-item{border-right:none;border-bottom:1px solid var(--brand-border)}.stat-item:last-child{border-bottom:none}}@media(max-width:600px){.problem-grid{grid-template-columns:repeat(2,1fr)}.features-grid{grid-template-columns:1fr}.hero{padding:120px 0 60px}.hero__inner{gap:16px;padding:0 16px;text-align:center}.hero__headline{font-size:clamp(32px,9vw,44px)}.hero__subheadline{font-size:16px}.hero__ctas{flex-direction:column;width:100%;gap:12px}.hero__ctas>*{width:100%;margin:0}.mockup-body{padding:16px}.mockup-stat{padding:12px}.mockup-stat-val{font-size:22px}.cta-banner{padding:40px 20px;text-align:center}.cta-banner__btns{flex-direction:column;width:100%}.cta-banner__btns>*{width:100%;text-align:center;justify-content:center}}.testimonials-section{background:var(--brand-dark)}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:56px}.t-card{display:flex;flex-direction:column;gap:20px;padding:32px;background:var(--brand-card);border:1px solid var(--brand-border);transition:border-color .3s}.t-card:hover{border-color:#0f4ff566}.t-stars{color:#febc2e;font-size:14px;letter-spacing:2px}.t-quote{font-size:16px;line-height:1.6;font-style:italic;color:var(--brand-text)}.t-author{display:flex;align-items:center;gap:12px;margin-top:auto}.t-avatar{width:40px;height:40px;border-radius:50%;background:var(--brand-gradient);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:15px;color:#fff}.t-author-name{font-weight:700;font-size:15px}.t-author-biz{font-size:13px;color:var(--brand-muted)}.logo-strip{margin-top:80px;text-align:center;padding-top:60px;border-top:1px solid var(--brand-border)}.logo-strip-title{font-size:12px;font-weight:800;letter-spacing:1.5px;color:var(--brand-muted);margin-bottom:32px;opacity:.6}.logo-grid{display:flex;justify-content:center;flex-wrap:wrap;gap:40px;filter:grayscale(1) opacity(.5);transition:filter .3s}.logo-grid:hover{filter:grayscale(0) opacity(.8)}.logo-item{display:flex;align-items:center;gap:8px;font-weight:600;font-size:15px}.logo-icon{font-size:20px}@media(max-width:900px){.testimonial-grid{grid-template-columns:1fr}.logo-grid{gap:24px}}@media(max-width:600px){.t-card{padding:24px}.logo-item{font-size:13px}}.page-hero{padding-top:160px;text-align:center;position:relative;overflow:hidden}.feature-row{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;padding:64px 0;border-bottom:1px solid var(--brand-border)}.feature-row:last-child{border-bottom:none}.feature-row--reverse{direction:rtl}.feature-row--reverse>*{direction:ltr}.feature-visual{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0f4ff51a,#00d4c80f);border:1px solid rgba(15,79,245,.15);border-radius:var(--radius-xl);min-height:300px}.feature-icon-large{font-size:80px;animation:float 4s ease-in-out infinite}.feature-content{display:flex;flex-direction:column;gap:16px}.feature-subtitle{font-size:13px;font-weight:700;color:var(--brand-teal);text-transform:uppercase;letter-spacing:1px}.feature-name{font-size:clamp(28px,3.5vw,40px);font-weight:800;line-height:1.15}.feature-description{font-size:16px;color:var(--brand-muted);line-height:1.7}.feature-bullets{list-style:none;display:flex;flex-direction:column;gap:10px}.feature-bullets li{display:flex;align-items:center;gap:10px;font-size:15px;color:var(--brand-muted)}@media(max-width:820px){.feature-row{grid-template-columns:1fr;gap:32px;direction:ltr}.feature-row--reverse{direction:ltr}}.steps-timeline{display:flex;flex-direction:column;gap:0;max-width:780px;margin:0 auto}.step-item{display:grid;grid-template-columns:80px 1fr;gap:24px}.step-left{display:flex;flex-direction:column;align-items:center;gap:0}.step-number{width:52px;height:52px;border-radius:50%;background:var(--brand-gradient);color:#fff;font-size:14px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 20px var(--brand-glow-b)}.step-connector{width:2px;flex:1;min-height:40px;background:linear-gradient(to bottom,#0f4ff580,#00d4c833);margin:6px 0}.step-card{margin-bottom:24px;display:flex;align-items:flex-start;gap:20px}.step-icon{font-size:32px;flex-shrink:0;margin-top:2px}.step-title{font-size:20px;font-weight:700;margin-bottom:8px}.step-desc{font-size:15px;color:var(--brand-muted);line-height:1.65}.result-box{display:flex;align-items:flex-start;gap:24px;background:linear-gradient(135deg,#0f4ff51a,#00d4c80f);border:1px solid rgba(15,79,245,.2);border-radius:var(--radius-xl);padding:40px 48px}.result-icon{font-size:48px;flex-shrink:0}.result-title{font-size:28px;font-weight:800;margin-bottom:10px}.result-desc{font-size:16px;color:var(--brand-muted);line-height:1.7}@media(max-width:640px){.step-item{grid-template-columns:56px 1fr;gap:16px}.result-box{flex-direction:column;gap:16px;padding:28px 24px}}.page-hero{position:relative;overflow:hidden}.pricing-section{background:var(--brand-dark)}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;align-items:start;margin-bottom:64px}.pricing-card{display:flex;flex-direction:column;gap:0;position:relative}.pricing-card--highlight{background:linear-gradient(160deg,#0f4ff52e,#00d4c814);border-color:#0f4ff573;box-shadow:0 0 60px #0f4ff540;transform:scale(1.03)}.pricing-badge{position:absolute;top:-14px;left:50%;transform:translate(-50%);background:var(--brand-gradient);color:#fff;font-size:12px;font-weight:700;padding:4px 16px;border-radius:100px;white-space:nowrap;letter-spacing:.5px}.pricing-header{margin-bottom:16px}.pricing-name{font-size:22px;font-weight:800;margin-bottom:6px}.pricing-tagline{font-size:14px;color:var(--brand-muted)}.pricing-price{display:flex;align-items:baseline;gap:4px;margin:16px 0}.pricing-amount{font-size:52px;font-weight:900;letter-spacing:-2px}.pricing-card--highlight .pricing-amount{background:var(--brand-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.pricing-period{font-size:16px;color:var(--brand-muted);font-weight:500}.pricing-features{list-style:none;display:flex;flex-direction:column;gap:12px;flex:1;margin-bottom:28px}.pricing-features li{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:var(--brand-muted);line-height:1.5}.pricing-cta{width:100%;margin-top:auto}.pricing-guarantee{display:flex;align-items:flex-start;gap:20px;background:#00d4640f;border:1px solid rgba(0,212,100,.2);border-radius:var(--radius-lg);padding:28px 36px;margin-bottom:80px}.guarantee-icon{font-size:36px;flex-shrink:0}.guarantee-title{font-size:18px;font-weight:700;margin-bottom:6px}.guarantee-text{font-size:14px;color:var(--brand-muted)}.pricing-faq{margin-top:0}.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.faq-item{display:block}.faq-q{font-size:16px;font-weight:700;margin-bottom:10px}.faq-a{font-size:14px;color:var(--brand-muted);line-height:1.65}@media(max-width:900px){.pricing-grid{grid-template-columns:1fr;max-width:420px;margin-left:auto;margin-right:auto}.pricing-card--highlight{transform:scale(1)}.faq-grid{grid-template-columns:1fr}}.demo-hero{position:relative;overflow:hidden;padding:160px 0 100px}.demo-layout{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start;position:relative;z-index:1}.demo-pitch{display:flex;flex-direction:column;gap:24px}.demo-title{font-size:clamp(36px,5vw,60px);font-weight:900;line-height:1.1;letter-spacing:-1.5px}.demo-sub{font-size:17px;color:var(--brand-muted);line-height:1.7}.demo-perks{list-style:none;display:flex;flex-direction:column;gap:12px}.demo-perks li{display:flex;align-items:center;gap:10px;font-size:15px;color:var(--brand-muted)}.check{color:var(--brand-teal);font-weight:700;flex-shrink:0}.demo-social-proof{margin-top:8px}.testimonial-card{background:var(--brand-card);border:1px solid var(--brand-border);border-radius:var(--radius-lg);padding:24px}.testimonial-text{font-size:15px;color:var(--brand-muted);line-height:1.65;font-style:italic;margin-bottom:16px}.testimonial-author{display:flex;align-items:center;gap:12px}.author-avatar{width:40px;height:40px;border-radius:50%;background:var(--brand-gradient);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;flex-shrink:0}.author-name{font-size:14px;font-weight:700}.author-biz{font-size:12px;color:var(--brand-muted)}.demo-form-wrap{position:sticky;top:96px}.demo-form-card{padding:40px}.demo-form-title{font-size:24px;font-weight:800;margin-bottom:8px}.demo-form-sub{font-size:14px;color:var(--brand-muted);margin-bottom:24px}.demo-form{display:flex;flex-direction:column;gap:18px}.form-disclaimer{font-size:12px;color:var(--brand-muted);text-align:center;margin-top:4px}@media(max-width:900px){.demo-layout{grid-template-columns:1fr;gap:48px}.demo-form-wrap{position:static}}@media(max-width:480px){.form-row{grid-template-columns:1fr}.demo-hero{padding:130px 0 60px}}.contact-hero{position:relative;overflow:hidden;padding:160px 0 100px}.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start;position:relative;z-index:1}.contact-info{display:flex;flex-direction:column;gap:24px}.contact-title{font-size:clamp(36px,5vw,56px);font-weight:900;line-height:1.1;letter-spacing:-1.5px}.contact-sub{font-size:16px;color:var(--brand-muted);line-height:1.7}.contact-details{display:flex;flex-direction:column;gap:20px;margin-top:8px}.contact-item{display:flex;align-items:flex-start;gap:16px}.contact-icon-box{width:48px;height:48px;border-radius:var(--radius-sm);background:#0f4ff526;border:1px solid rgba(15,79,245,.25);display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.contact-item-label{font-size:12px;color:var(--brand-muted);text-transform:uppercase;letter-spacing:1px;font-weight:600;margin-bottom:4px}.contact-item-value{font-size:15px;font-weight:600;color:var(--brand-text);transition:color var(--transition)}a.contact-item-value:hover{color:var(--brand-teal)}.contact-form-wrap{position:sticky;top:96px}.contact-form-card{padding:40px}.contact-form-title{font-size:22px;font-weight:800;margin-bottom:24px}.contact-form{display:flex;flex-direction:column;gap:18px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media(max-width:900px){.contact-layout{grid-template-columns:1fr;gap:48px}.contact-form-wrap{position:static}}@media(max-width:480px){.form-row{grid-template-columns:1fr}.contact-hero{padding:130px 0 60px}}.login-container{min-height:calc(100vh - 80px);display:flex;align-items:center;justify-content:center;padding:6rem 2rem 2rem;background:#020617;background-image:radial-gradient(at 0% 0%,rgba(30,64,175,.15) 0,transparent 50%),radial-gradient(at 100% 0%,rgba(13,148,136,.1) 0,transparent 50%)}.login-card{width:100%;max-width:440px;background:#0f172a99;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:3.5rem;border-radius:32px;box-shadow:0 25px 50px -12px #00000080;border:1px solid rgba(255,255,255,.1);animation:slideIn .8s cubic-bezier(.16,1,.3,1)}@keyframes slideIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.login-header{text-align:center;margin-bottom:3rem}.login-header h1{font-size:2.5rem;font-weight:800;margin-bottom:.75rem;color:#f8fafc;letter-spacing:-.025em}.login-header p{color:#94a3b8;font-size:1.1rem}.login-error{background:#ef44441a;color:#f87171;padding:1rem;border-radius:16px;margin-bottom:2rem;font-size:.95rem;border:1px solid rgba(239,68,68,.2);text-align:center}.login-form{display:flex;flex-direction:column;gap:1.75rem}.form-group{display:flex;flex-direction:column;gap:.75rem}.form-group label{font-weight:600;font-size:.875rem;color:#cbd5e1;margin-left:.25rem}.form-group input{padding:1rem 1.25rem;border-radius:16px;background:#1e293b80;border:1px solid rgba(255,255,255,.05);font-size:1rem;color:#fff;transition:all .3s ease;outline:none}.form-group input:focus{background:#1e293bcc;border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f626}.login-button{background:linear-gradient(135deg,#2563eb,#0891b2);color:#fff;padding:1.1rem;border-radius:16px;font-weight:700;font-size:1.1rem;border:none;cursor:pointer;transition:all .4s cubic-bezier(.175,.885,.32,1.275);margin-top:1rem}.login-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 15px 30px #2563eb4d;filter:brightness(1.1)}.login-button:disabled{opacity:.5;cursor:not-allowed}.login-footer{text-align:center;margin-top:2.5rem;font-size:1rem;color:#64748b}.login-footer a{color:#38bdf8;font-weight:700;text-decoration:none;transition:color .2s ease}.login-footer a:hover{color:#7dd3fc}.loading-screen{height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem}.spinner{width:40px;height:40px;border:4px solid #eee;border-top:4px solid #0066ff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--slate-50: #f8fafc;--slate-100: #f1f5f9;--slate-200: #e2e8f0;--slate-300: #cbd5e1;--slate-400: #94a3b8;--slate-500: #64748b;--slate-600: #475569;--slate-700: #334155;--slate-800: #1e293b;--slate-900: #0f172a;--slate-950: #020617;--blue-500: #3b82f6;--cyan-500: #06b6d4;--glass: rgba(15, 23, 42, .6);--glass-border: rgba(255, 255, 255, .08)}.premium-dashboard{min-height:100vh;background:var(--slate-950);padding:80px 2rem 2rem;font-family:Inter,sans-serif;color:var(--slate-50);animation:fadeInPremium .8s cubic-bezier(.16,1,.3,1)}@keyframes fadeInPremium{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.dashboard-top-bar{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;margin-bottom:2rem;border-bottom:1px solid var(--slate-800)}.dashboard-nav-tabs{display:flex;gap:2rem}.nav-tab{background:none;border:none;font-size:.95rem;font-weight:500;color:var(--slate-400);cursor:pointer;padding:.5rem 0;position:relative;transition:color .3s ease}.nav-tab:hover{color:var(--slate-50)}.nav-tab.active{color:var(--blue-500)}.nav-tab.active:after{content:"";position:absolute;bottom:-1rem;left:0;right:0;height:2px;background:var(--blue-500);box-shadow:0 0 10px var(--blue-500)}.dashboard-top-actions{display:flex;align-items:center;gap:1.5rem}.search-box,.notification-icon{color:var(--slate-400);cursor:pointer;transition:color .2s ease}.search-box:hover,.notification-icon:hover{color:var(--slate-50)}.notification-icon{position:relative}.notif-dot{position:absolute;top:-2px;right:-2px;width:8px;height:8px;background:#ef4444;border-radius:50%;border:2px solid var(--slate-950)}.user-profile-small{display:flex;align-items:center;gap:.75rem;background:var(--slate-900);padding:.4rem 1rem .4rem .4rem;border-radius:100px;border:1px solid var(--slate-800)}.avatar{width:32px;height:32px;background:var(--slate-700);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700}.username{font-size:.875rem;font-weight:600}.dashboard-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:var(--glass);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:24px;padding:1.75rem;transition:transform .3s ease,border-color .3s ease}.stat-card:hover{transform:translateY(-4px);border-color:#ffffff26}.stat-card-header{display:flex;align-items:center;gap:.75rem;color:var(--slate-400);font-size:.875rem;font-weight:500;margin-bottom:1.5rem}.stat-icon-wrap{width:36px;height:36px;background:#ffffff0d;border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--slate-200)}.stat-value{font-size:2.25rem;font-weight:800;margin-bottom:.5rem;letter-spacing:-.025em}.stat-trend{display:inline-flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:600;padding:.25rem .6rem;border-radius:100px}.stat-trend.up{color:#10b981;background:#10b9811a}.stat-trend.down{color:#ef4444;background:#ef44441a}.stat-mini-chart{margin-top:1.5rem;margin-left:-1rem;margin-right:-1rem}.dashboard-charts-main{display:grid;grid-template-columns:repeat(auto-fit,minmax(480px,1fr));gap:1.5rem}.main-chart-card{background:var(--glass);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:24px;padding:2.5rem}.chart-info h3{font-size:1.25rem;font-weight:700;margin-bottom:.4rem}.chart-info p{color:var(--slate-500);font-size:.875rem;margin-bottom:2rem}.chart-body{margin-top:2rem}.chart-legend{display:flex;justify-content:center;gap:2rem;margin-top:2rem}.legend-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--slate-400)}.dot{width:10px;height:10px;border-radius:50%}.demo-toggle{position:fixed;bottom:2rem;right:2rem;background:linear-gradient(135deg,var(--blue-500),var(--cyan-500));color:#fff;padding:.75rem 1.5rem;border-radius:100px;border:none;font-weight:700;font-size:.875rem;cursor:pointer;box-shadow:0 10px 20px #3b82f64d;z-index:1000;transition:all .3s ease}.demo-toggle:hover{transform:scale(1.05);box-shadow:0 15px 30px #3b82f666}.dashboard-loading{background:var(--slate-950);height:100vh;display:flex;align-items:center;justify-content:center}.spinner{width:50px;height:50px;border:4px solid rgba(255,255,255,.1);border-top-color:var(--blue-500);border-radius:50%;animation:spinPremium 1s linear infinite;box-shadow:0 0 15px #3b82f64d}@keyframes spinPremium{to{transform:rotate(360deg)}}.premium-table-container{overflow-x:auto;margin-top:1rem}.premium-table{width:100%;border-collapse:collapse;text-align:left}.premium-table th{padding:1rem;font-size:.75rem;font-weight:700;text-transform:uppercase;color:var(--slate-500);border-bottom:1px solid var(--slate-800);letter-spacing:.05em}.premium-table td{padding:1.25rem 1rem;font-size:.875rem;color:var(--slate-200);border-bottom:1px solid var(--slate-900)}.premium-table tr:last-child td{border-bottom:none}.premium-table tr:hover td{background:#ffffff05}.status-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .75rem;border-radius:100px;font-size:.75rem;font-weight:600}.status-badge.new{color:var(--blue-500);background:#3b82f61a}.status-badge.contacted{color:var(--cyan-500);background:#06b6d41a}.status-badge.booked{color:#10b981;background:#10b9811a}.status-badge.missed{color:#f59e0b;background:#f59e0b1a}.settings-section{max-width:800px;margin:0 auto}.settings-group{margin-bottom:2.5rem}.settings-group h3{font-size:1.1rem;font-weight:700;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:1px solid var(--slate-800)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.form-item label{display:block;font-size:.875rem;font-weight:500;color:var(--slate-400);margin-bottom:.5rem}.form-item input,.form-item select{width:100%;padding:.75rem 1rem;background:var(--slate-900);border:1px solid var(--slate-800);border-radius:12px;color:#fff;outline:none;transition:border-color .2s}.form-item input:focus{border-color:var(--blue-500)}.save-btn{background:var(--blue-500);color:#fff;padding:.75rem 2rem;border-radius:12px;border:none;font-weight:600;cursor:pointer;transition:opacity .2s}.save-btn:hover{opacity:.9}@media(max-width:1024px){.dashboard-top-bar{flex-direction:column;gap:1.5rem;align-items:center;text-align:center;padding-top:2rem}}@media(max-width:768px){.dashboard-nav-tabs{width:100%;overflow-x:auto;padding:0 10px 10px;justify-content:flex-start;-webkit-overflow-scrolling:touch;gap:1.25rem}.nav-tab{white-space:nowrap;font-size:13px}.dashboard-stats-grid{grid-template-columns:1fr}}@media(max-width:640px){.dashboard-charts-main,.form-row{grid-template-columns:1fr}.stat-value{font-size:1.75rem}}.onboarding-wrap{min-height:calc(100vh - 80px);display:flex;align-items:center;justify-content:center;padding:60px 20px;background:radial-gradient(circle at top right,rgba(8,222,233,.05),transparent 60%)}.onboarding-card{width:100%;max-width:600px;padding:48px;background:var(--bg-card);border:1px solid var(--border-light);border-radius:16px;box-shadow:0 12px 32px #0003;display:flex;flex-direction:column;align-items:center;text-align:center}.onboarding-icon{width:64px;height:64px;background:#08dee91a;color:var(--brand-blue);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.onboarding-card h2{font-size:28px;font-weight:800;margin-bottom:12px;color:var(--text-light)}.onboarding-card p{color:var(--brand-muted);font-size:16px;line-height:1.6;margin-bottom:32px}.onboarding-form{width:100%;text-align:left;display:flex;flex-direction:column;gap:20px}.form-group label{font-weight:500;margin-bottom:8px;display:block}.form-input.focus-blue:focus{border-color:var(--brand-blue);box-shadow:0 0 0 4px #08dee91a}.legal-page{padding:180px 20px 100px;background-color:var(--slate-950);color:var(--slate-300);min-height:100vh}.legal-title{font-size:48px;font-weight:800;color:#fff;margin-bottom:8px;text-align:center}.legal-updated{font-size:14px;color:var(--slate-500);margin-bottom:60px;text-align:center}.legal-section{margin-bottom:40px}.legal-section h2{font-size:24px;font-weight:700;color:#fff;margin-bottom:16px}.legal-section p{line-height:1.7;margin-bottom:16px}.legal-section ul{padding-left:20px;margin-bottom:16px}.legal-section li{margin-bottom:10px;line-height:1.6}.legal-section strong{color:var(--blue-400)}.container--narrow{max-width:800px!important;margin:0 auto}.lm-overlay{position:fixed;inset:0;background:#000000a6;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px;animation:lm-fade-in .3s ease}@keyframes lm-fade-in{0%{opacity:0}to{opacity:1}}.lm-card{position:relative;background:linear-gradient(145deg,#141a2e,#0f1320);border:1px solid rgba(15,79,245,.35);border-radius:20px;padding:44px 40px 40px;max-width:480px;width:100%;box-shadow:0 32px 80px #000000b3,0 0 60px #0f4ff52e;animation:lm-slide-up .4s cubic-bezier(.22,1,.36,1)}@keyframes lm-slide-up{0%{opacity:0;transform:translateY(40px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.lm-close{position:absolute;top:16px;right:20px;background:none;border:none;color:#fff6;font-size:24px;cursor:pointer;line-height:1;transition:color .2s}.lm-close:hover{color:#ffffffd9}.lm-badge{display:inline-block;background:linear-gradient(90deg,#0f4ff533,#00d4c826);border:1px solid rgba(15,79,245,.3);border-radius:99px;padding:6px 14px;font-size:12px;font-weight:600;color:#08dee9;letter-spacing:.5px;text-transform:uppercase;margin-bottom:16px}.lm-headline{font-size:clamp(22px,4vw,28px);font-weight:800;line-height:1.2;letter-spacing:-.5px;margin-bottom:10px}.lm-sub{font-size:15px;color:#ffffff8c;line-height:1.6;margin-bottom:28px}.lm-value-pills{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}.lm-pill{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:99px;padding:5px 12px;font-size:12px;color:#ffffffa6}.lm-form{display:flex;flex-direction:column;gap:12px}.lm-input{width:100%;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:10px;padding:13px 16px;font-size:15px;color:#fff;outline:none;transition:border-color .2s;font-family:inherit;box-sizing:border-box}.lm-input::placeholder{color:#ffffff4d}.lm-input:focus{border-color:#0f4ff599}.lm-submit{width:100%;padding:14px;background:linear-gradient(90deg,#0f4ff5,#08dee9);border:none;border-radius:10px;color:#fff;font-size:16px;font-weight:700;cursor:pointer;transition:opacity .2s,transform .15s;font-family:inherit;letter-spacing:.2px}.lm-submit:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.lm-submit:disabled{opacity:.6;cursor:not-allowed}.lm-disclaimer{font-size:12px;color:#ffffff4d;text-align:center;margin-top:8px}.lm-success{text-align:center;padding:16px 0}.lm-success-icon{font-size:52px;margin-bottom:16px}.lm-success-title{font-size:22px;font-weight:800;margin-bottom:10px}.lm-success-sub{font-size:15px;color:#ffffff8c;line-height:1.6}@media(max-width:520px){.lm-card{padding:36px 24px 28px}}
