@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--orange: #ff6b00;--orange-lt: #ff9e40;--red: #cc2222;--red-dark: #a31b1b;--radius: 8px;--radius-lg: 16px;--transition: .35s cubic-bezier(.2, .8, .2, 1);--radius: 12px;--radius-lg: 24px;--transition: .4s cubic-bezier(.2, .8, .2, 1);--max-w: 1440px;--font-body: "Inter", system-ui, sans-serif;--font-head: "Inter", sans-serif}[data-theme=dark]{--bg-primary: #000000;--bg-secondary: #0a0a0a;--bg-card: #111111;--bg-elevated: #1a1a1a;--bg-hover: #1f1f1f;--text-primary: #ffffff;--text-secondary: rgba(255,255,255,.7);--text-muted: rgba(255,255,255,.45);--border-subtle: rgba(255,255,255,.08);--border-card: rgba(255,255,255,.1);--shadow-sm: 0 2px 8px rgba(0,0,0,.2);--shadow: 0 12px 40px rgba(0,0,0,.5);--shadow-lg: 0 32px 80px rgba(0,0,0,.6);--navbar-bg: rgba(0,0,0,.85);--navbar-text: rgba(255,255,255,.7);--navbar-hover: rgba(255,255,255,.08);--page-header-bg: #000000;--section-alt-bg: #0a0a0a;--card-text: #ffffff;--card-subtitle: rgba(255,255,255,.55);--footer-bg: #000000;--footer-text: rgba(255,255,255,.45);--input-bg: #1a1a1a;--input-border: rgba(255,255,255,.15);--input-text: #ffffff;color-scheme:dark}[data-theme=light]{--bg-primary: #ffffff;--bg-secondary: #f8f9fb;--bg-card: #ffffff;--bg-elevated: #f5f7fa;--bg-hover: #eef2f6;--text-primary: #1a1a2e;--text-secondary: #4a5568;--text-muted: #8896a6;--border-subtle: #e2e8f0;--border-card: #e2e8f0;--shadow-sm: 0 2px 8px rgba(0,0,0,.04);--shadow: 0 12px 40px rgba(0,0,0,.06);--shadow-lg: 0 32px 80px rgba(0,0,0,.08);--navbar-bg: rgba(255,255,255,.92);--navbar-text: #4a5568;--navbar-hover: #f5f7fa;--page-header-bg: #0a0a0a;--section-alt-bg: #f8f9fb;--card-text: #1a1a2e;--card-subtitle: #4a5568;--footer-bg: #0a0a0a;--footer-text: rgba(255,255,255,.45);--input-bg: #ffffff;--input-border: #d1d9e2;--input-text: #1a1a2e;color-scheme:light}html{scroll-behavior:smooth}body{font-family:var(--font-body);font-size:1rem;line-height:1.65;color:var(--text-primary);background:var(--bg-primary);-webkit-font-smoothing:antialiased;transition:background .3s ease,color .3s ease}img{max-width:100%;display:block}a{color:var(--orange);text-decoration:none;transition:color var(--transition)}a:hover{color:var(--orange-lt)}h1,h2,h3,h4,h5,h6{font-family:var(--font-head);font-weight:800;line-height:1.1;color:var(--text-primary);letter-spacing:-.04em;transition:color .3s ease}h1{font-size:clamp(2.5rem,7vw,5rem);font-weight:900}h2{font-size:clamp(2rem,4.5vw,3rem);margin-bottom:2.5rem;font-weight:800}h3{font-size:clamp(1.2rem,2vw,1.75rem)}h4{font-size:1.25rem}p{margin-bottom:1rem;color:var(--text-secondary)}p:last-child{margin-bottom:0}.container{max-width:1800px;margin:0 auto;padding:0 1.5rem}.section{padding:4rem 0;content-visibility:auto;contain-intrinsic-size:1000px}.section-sm{padding:2.5rem 0;content-visibility:auto;contain-intrinsic-size:600px}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.75rem;border-radius:var(--radius);font-family:var(--font-body);font-size:.95rem;font-weight:600;cursor:pointer;border:2px solid transparent;transition:all var(--transition);text-decoration:none;white-space:nowrap}.btn-primary{background:var(--red);color:var(--white);border-color:var(--red)}.btn-primary:hover{background:var(--red-dark);border-color:var(--red-dark);color:var(--white)}.btn-orange{background:var(--orange);color:var(--white);border-color:var(--orange)}.btn-orange:hover{background:#d96e00;border-color:#d96e00;color:var(--white)}.btn-outline{background:transparent;color:var(--red);border-color:var(--red)}.btn-outline:hover{background:var(--red);color:var(--white)}.btn-white{background:var(--bg-primary);color:var(--text-primary);border-color:var(--border-subtle)}.btn-white:hover{background:var(--bg-hover);color:var(--text-primary)}.btn-navy{background:var(--text-primary);color:var(--bg-primary);border-color:var(--text-primary)}.btn-navy:hover{opacity:.9}.btn-lg{padding:1rem 2.25rem;font-size:1.05rem}.btn-sm{padding:.45rem .9rem;font-size:.82rem}.btn-full{width:100%;justify-content:center}.card{background:var(--bg-card);border:1px solid var(--border-card);border-radius:var(--radius-lg);padding:var(--sp-card-pad, 2rem);box-shadow:var(--shadow-sm);transition:all var(--transition);color:var(--text-primary)}.card:hover{box-shadow:var(--shadow);transform:translateY(-4px);border-color:var(--orange)}.card-link{display:block;color:inherit;text-decoration:none}.card-link:hover{color:inherit}.badge{display:inline-block;padding:.2rem .65rem;border-radius:999px;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.badge-red{background:#fde8ea;color:var(--red-dark)}.badge-orange{background:#fff3e0;color:var(--orange)}.badge-navy{background:var(--bg-elevated);color:var(--text-primary)}.badge-gray{background:var(--bg-hover);color:var(--text-secondary)}.form-group{display:flex;flex-direction:column;gap:.35rem}.form-label{font-size:.875rem;font-weight:600;color:var(--text-primary)}.form-input,.form-select,.form-textarea{width:100%;padding:.65rem .875rem;border:1.5px solid var(--input-border);border-radius:var(--radius);font-family:var(--font-body);font-size:.95rem;color:var(--input-text);background:var(--input-bg);transition:border-color var(--transition),box-shadow var(--transition);outline:none}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--orange);box-shadow:0 0 0 3px #f77f0026}.form-textarea{resize:vertical;min-height:120px}.form-error{font-size:.8rem;color:var(--red);margin-top:.25rem}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;background:#000000d9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.06)}.navbar-inner{max-width:1800px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;height:72px}.navbar-brand{display:flex;align-items:center;gap:.75rem;text-decoration:none}.navbar-brand img{height:40px;width:auto;object-fit:contain}.navbar-brand-text{font-family:var(--font-head);font-size:1.5rem;font-weight:800;color:var(--white);letter-spacing:-.01em;line-height:1}.navbar-brand-text span{color:var(--orange)}.navbar-links{display:flex;align-items:center;gap:.25rem;list-style:none}.navbar-links a{color:#ffffffb3;font-size:.85rem;font-weight:500;padding:.6rem 1rem;border-radius:var(--radius);transition:all var(--transition);display:flex;align-items:center;gap:.4rem;text-transform:none;letter-spacing:0}.navbar-links a:hover,.navbar-links a.active{color:var(--white);background:#ffffff14}.navbar-links a svg{color:#fff6;width:14px;height:14px}.navbar-links a:hover svg,.navbar-links a.active svg{color:var(--white)}.navbar-cta{background:var(--orange)!important;color:var(--white)!important;font-weight:600!important;padding:.55rem 1.35rem!important;border-radius:999px!important;font-size:.85rem!important;box-shadow:0 4px 12px #ff6b0040}.navbar-cta:hover{background:#e66000!important;transform:translateY(-1px);box-shadow:0 6px 15px #ff6b0059}.hero{background:linear-gradient(135deg,var(--navy-dark) 0%,var(--navy) 60%,#004a6e 100%);color:var(--white);padding:7rem 1.5rem 6rem;text-align:center;position:relative;overflow:hidden}.hero:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:60px;background:var(--white);clip-path:ellipse(55% 100% at 50% 100%)}.hero-content{position:relative;max-width:720px;margin:0 auto}.hero-tag{display:inline-block;background:#f77f0033;color:var(--orange-lt);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;padding:.3rem .9rem;border-radius:999px;margin-bottom:1.25rem;border:1px solid rgba(252,191,73,.3)}.hero h1{color:var(--white);margin-bottom:1.25rem;text-shadow:0 2px 12px rgba(0,0,0,.3)}.hero h1 span{color:var(--orange-lt)}.hero p{font-size:1.15rem;color:#ffffffd1;margin-bottom:2.25rem;max-width:560px;margin-left:auto;margin-right:auto}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.hero-stats{display:flex;gap:2.5rem;justify-content:center;margin-top:3.5rem;flex-wrap:wrap}.hero-stat{text-align:center}.hero-stat-num{font-family:var(--font-head);font-size:2rem;font-weight:800;color:var(--orange-lt);line-height:1}.hero-stat-label{font-size:.8rem;color:#fff9;margin-top:.25rem;text-transform:uppercase;letter-spacing:.05em}.section-header{text-align:center;margin-bottom:var(--sp-section-header, 2.5rem)}.section-header h2{margin-bottom:.75rem}.section-header p{color:var(--text-secondary);font-size:1.1rem;max-width:600px;margin:0 auto;line-height:1.7}.section-tag{display:inline-block;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--orange);margin-bottom:.75rem}.page-header{background:var(--page-header-bg);color:#fff;padding:7rem 1.5rem 2.5rem}.page-header h1{color:#fff;margin-bottom:.75rem;font-size:clamp(2rem,5vw,3rem)}.page-header p{color:#fff9;margin:0;font-size:1.1rem;max-width:600px;line-height:1.7}.grid-3{display:grid;grid-template-columns:repeat(auto-fill,minmax(var(--sp-grid3-min, 320px),1fr));gap:var(--sp-card-gap, 2rem)}.grid-2{display:grid;grid-template-columns:repeat(auto-fill,minmax(var(--sp-grid2-min, 400px),1fr));gap:var(--sp-card-gap, 2rem)}.grid-4{display:grid;grid-template-columns:repeat(auto-fill,minmax(var(--sp-grid4-min, 260px),1fr));gap:var(--sp-card-gap, 2rem)}.service-card{display:flex;flex-direction:column;height:100%}.service-card-cat{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--orange);margin-bottom:.5rem}.service-card h3{margin-bottom:.5rem;font-size:1.15rem;color:var(--text-primary)}.service-card p{color:var(--text-secondary);font-size:.9rem;flex:1;margin-bottom:1rem}.service-card-footer{display:flex;align-items:center;justify-content:space-between;padding-top:1rem;border-top:1px solid var(--border-subtle);margin-top:auto}.price{font-size:1.25rem;font-weight:700;color:var(--text-primary);font-family:var(--font-head)}.price-sub{font-size:.78rem;color:var(--text-muted);font-weight:400}.filter-tabs{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:2rem}.filter-tab{padding:.45rem 1rem;border-radius:999px;font-size:.83rem;font-weight:600;border:1.5px solid var(--gray-400);color:var(--gray-600);background:var(--white);cursor:pointer;text-decoration:none;transition:all var(--transition)}.filter-tab:hover,.filter-tab.active{border-color:var(--orange);color:var(--orange);background:#fff3e0}.auth-split-container{display:grid;grid-template-columns:1fr 1fr;min-height:100vh;overflow-x:hidden}.auth-hero{background:linear-gradient(135deg,#003049,#001a27);color:#fff;padding:3rem;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;min-height:100vh}.auth-hero:before{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(252,191,73,.1) 0%,transparent 70%);border-radius:50%}.auth-hero:after{content:"";position:absolute;bottom:-30%;left:-10%;width:400px;height:400px;background:radial-gradient(circle,rgba(247,127,0,.08) 0%,transparent 70%);border-radius:50%}.auth-hero-content{max-width:540px;width:100%;position:relative;z-index:1}.auth-hero-logo{display:inline-flex;align-items:center;gap:.75rem;margin-bottom:3rem;padding:.75rem 1.25rem;background:#ffffff14;border-radius:12px;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);transition:all var(--transition)}.auth-hero-logo:hover{background:#ffffff1f;transform:translateY(-2px)}.auth-hero-logo img{height:32px;padding:4px;background:#fff;border-radius:6px}.auth-logo-text{font-family:var(--font-head);font-size:1.35rem;font-weight:800;color:#fff}.auth-logo-text span{color:var(--orange-lt)}.auth-hero-title{font-size:clamp(2rem,3.5vw,2.5rem);line-height:1.1;margin-bottom:1.25rem;letter-spacing:-.03em;font-weight:800;color:#fff;max-width:480px}.auth-hero-subtitle{font-size:1.125rem;color:#ffffffbf;margin-bottom:3rem;line-height:1.6;max-width:450px}.auth-features{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem}.auth-feature{display:flex;gap:1rem;align-items:flex-start}.auth-feature-icon{width:40px;height:40px;flex-shrink:0;color:var(--orange-lt);background:#f77f0026;padding:8px;border-radius:10px}.auth-feature h3{font-size:1rem;font-weight:700;margin-bottom:.25rem;color:#fff}.auth-feature p{font-size:.875rem;color:#ffffffa6}.auth-benefits{display:flex;flex-direction:column;gap:1rem;margin-bottom:3rem}.auth-benefit{display:flex;align-items:center;gap:.75rem;font-size:.95rem;color:#ffffffd9}.auth-benefit-icon{width:20px;height:20px;flex-shrink:0;color:#4ade80}.auth-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding:2rem 0;border-top:1px solid rgba(255,255,255,.1)}.auth-stat{text-align:center}.auth-stat-number{font-size:2rem;font-weight:800;color:var(--orange-lt);margin-bottom:.25rem}.auth-stat-label{font-size:.875rem;color:#fff9}.auth-testimonial{background:#ffffff14;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;backdrop-filter:blur(10px)}.auth-testimonial-stars{color:#fbbf24;font-size:1.25rem;margin-bottom:1rem;letter-spacing:.25rem}.auth-testimonial-text{font-size:1rem;line-height:1.6;color:#ffffffe6;margin-bottom:1.5rem;font-style:italic}.auth-testimonial-author{display:flex;align-items:center;gap:1rem}.auth-testimonial-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,var(--orange),var(--orange-lt));display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem;color:#fff}.auth-testimonial-name{font-weight:600;color:#fff;font-size:.95rem}.auth-testimonial-role{font-size:.8rem;color:#fff9}.auth-form-side{background:var(--bg-primary);display:flex;align-items:center;justify-content:center;padding:3rem 2rem;min-height:100vh;overflow-y:auto}.auth-form-container{width:100%;max-width:440px;margin:auto}.auth-form-header{margin-bottom:2rem}.auth-form-header h2{font-size:1.75rem;font-weight:700;margin-bottom:.5rem;color:var(--text-primary)}.auth-form-header p{color:var(--text-secondary);font-size:.95rem}.auth-form{display:flex;flex-direction:column;gap:1.25rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-label-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.form-link{font-size:.875rem;color:var(--orange);font-weight:500}.form-link:hover{color:var(--orange-lt);text-decoration:underline}.form-hint{font-size:.8rem;color:var(--text-muted);margin-top:.375rem}.auth-divider{display:flex;align-items:center;gap:1rem;margin:1.5rem 0;color:var(--text-muted);font-size:.875rem}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:var(--border-subtle)}.auth-trust{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.8rem;color:var(--text-muted);margin-top:1.5rem}.auth-trust-icon{width:16px;height:16px}.auth-terms{text-align:center;font-size:.8rem;color:var(--text-muted);margin-top:1rem;line-height:1.5}.auth-terms a{color:var(--orange);font-weight:500}.gdpr-notice{display:flex;gap:.75rem;padding:1rem;background:#fcbf491a;border:1px solid rgba(252,191,73,.3);border-radius:var(--radius);margin-top:1rem}.gdpr-icon{width:20px;height:20px;flex-shrink:0;color:var(--orange);margin-top:2px}.gdpr-notice p{font-size:.75rem;color:var(--text-secondary);line-height:1.5;margin:0}.auth-security-badges{display:flex;justify-content:center;gap:1.5rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border-subtle)}.security-badge{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:var(--text-muted)}.security-badge .badge-icon{width:16px;height:16px;color:#22c55e}.password-input-wrapper{position:relative}.password-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;padding:8px;cursor:pointer;color:var(--text-muted);transition:color var(--transition);min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center;-webkit-tap-highlight-color:transparent}.password-toggle:hover{color:var(--text-primary)}.password-toggle:active{transform:translateY(-50%) scale(.95)}.password-toggle .eye-icon{width:20px;height:20px}.password-strength{margin-top:.75rem}.password-strength-bar{height:4px;background:var(--border-subtle);border-radius:2px;overflow:hidden}.password-strength-fill{height:100%;transition:width .3s ease,background .3s ease}.password-strength-text{font-size:.75rem;margin-top:.375rem;font-weight:600}.form-checkbox{display:flex;align-items:center;gap:.5rem}.form-checkbox input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:var(--orange)}.form-checkbox label{font-size:.875rem;color:var(--text-secondary);cursor:pointer;user-select:none}.social-login-buttons{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.btn-social{display:flex;align-items:center;justify-content:center;gap:.625rem;padding:.75rem 1rem;border:1px solid var(--border-card);background:var(--bg-card);color:var(--text-primary);font-weight:600;font-size:.875rem;border-radius:var(--radius);transition:all var(--transition);cursor:pointer;min-height:44px;-webkit-tap-highlight-color:transparent}.btn-social:hover{background:var(--bg-hover);border-color:var(--border-subtle);transform:translateY(-1px);box-shadow:var(--shadow-sm)}.btn-social:active{transform:translateY(0)}.btn-social .social-icon{width:20px;height:20px;flex-shrink:0}.btn-google:hover{border-color:#4285f4}.btn-facebook:hover{border-color:#1877f2}.btn-linkedin:hover{border-color:#0a66c2}.btn-instagram:hover{border-color:#e4405f}.btn-loader{display:inline-flex;align-items:center;justify-content:center}.spinner{width:20px;height:20px;animation:spin 1s linear infinite}.spinner-circle{stroke-dasharray:60;stroke-dashoffset:15;stroke-linecap:round}@keyframes spin{to{transform:rotate(360deg)}}.form-input:focus,.btn:focus,.password-toggle:focus{outline:2px solid var(--orange);outline-offset:2px}.form-checkbox input:focus{outline:2px solid var(--orange);outline-offset:2px}@media (max-width: 1439px){.auth-hero-content{max-width:480px}.auth-hero-title{font-size:2.25rem}.auth-hero-subtitle{font-size:1rem}.auth-stats{gap:1.5rem}.auth-stat-number{font-size:1.75rem}}@media (max-width: 1023px){.auth-split-container{grid-template-columns:1fr}.auth-hero{min-height:auto;padding:2.5rem 2rem;background:linear-gradient(135deg,#003049,#001a27)}.auth-hero-content{max-width:100%;text-align:center}.auth-hero-logo{margin:0 auto 2rem}.auth-hero-main{max-width:600px;margin:0 auto}.auth-hero-title{font-size:2rem;line-height:1.2}.auth-hero-subtitle{font-size:.95rem;margin-bottom:2rem}.auth-features{display:none}.auth-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;padding:1.5rem 0;max-width:500px;margin:0 auto}.auth-stat-number{font-size:1.5rem}.auth-stat-label{font-size:.8rem}.auth-testimonial{display:none}.auth-benefits{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:2rem;max-width:500px;margin-left:auto;margin-right:auto}.auth-benefit{font-size:.85rem;justify-content:center}.auth-form-side{padding:2.5rem 2rem}.auth-form-container{max-width:500px}}@media (max-width: 767px){.auth-hero{padding:2rem 1.5rem}.auth-hero-title{font-size:1.75rem}.auth-hero-subtitle{font-size:.9rem;margin-bottom:1.5rem}.auth-stats{grid-template-columns:repeat(3,1fr);gap:1rem;padding:1rem 0}.auth-stat-number{font-size:1.35rem}.auth-stat-label{font-size:.75rem}.auth-benefits{grid-template-columns:1fr;gap:.625rem}.auth-benefit{justify-content:flex-start}.auth-form-side{padding:2rem 1.5rem}.auth-form-container{max-width:100%}.auth-form-header h2{font-size:1.5rem}.auth-form-header p{font-size:.875rem}.form-row{grid-template-columns:1fr;gap:1rem}.social-login-buttons{grid-template-columns:repeat(2,1fr);gap:.625rem}}@media (max-width: 639px){.auth-hero{min-height:auto;padding:1.5rem 1rem}.auth-hero-logo{margin-bottom:1.5rem;padding:.625rem 1rem;font-size:1.1rem}.auth-hero-logo img{height:28px}.auth-hero-title{font-size:1.5rem;margin-bottom:.75rem}.auth-hero-subtitle{font-size:.85rem;margin-bottom:1.25rem}.auth-stats{grid-template-columns:repeat(3,1fr);gap:.75rem;padding:.75rem 0}.auth-stat-number{font-size:1.25rem}.auth-stat-label{font-size:.7rem}.auth-benefits{display:none}.auth-form-side{padding:1.5rem 1rem}.auth-form-header{margin-bottom:1.5rem}.auth-form-header h2{font-size:1.35rem}.auth-form-header p{font-size:.8rem}.auth-form{gap:1rem}.form-group{margin-bottom:0}.form-label{font-size:.85rem}.form-input{padding:.75rem .875rem;font-size:.9rem}.form-hint{font-size:.75rem}.btn-lg{padding:.875rem 1.5rem;font-size:.95rem}.social-login-buttons{grid-template-columns:1fr;gap:.625rem}.btn-social{padding:.75rem 1rem;font-size:.875rem}.btn-social .social-icon{width:20px;height:20px}.auth-divider{margin:1.25rem 0;font-size:.8rem}.auth-trust{font-size:.75rem;margin-top:1.25rem}.auth-terms{font-size:.75rem}.password-toggle{right:10px}.password-toggle .eye-icon{width:18px;height:18px}}@media (max-width: 479px){.auth-hero{padding:1.25rem .875rem}.auth-hero-logo{padding:.5rem .875rem}.auth-hero-title{font-size:1.35rem}.auth-hero-subtitle{font-size:.8rem;line-height:1.5}.auth-stats{gap:.5rem;padding:.625rem 0}.auth-stat-number{font-size:1.1rem}.auth-stat-label{font-size:.65rem}.auth-form-side{padding:1.25rem .875rem}.auth-form-header h2{font-size:1.25rem}.auth-form-header p{font-size:.75rem}.form-input{padding:.625rem .75rem;font-size:.875rem}.btn-lg{padding:.75rem 1.25rem;font-size:.875rem}.social-login-buttons{grid-template-columns:1fr;gap:.5rem}.btn-social{padding:.625rem .875rem;font-size:.8rem}.btn-social .social-icon{width:18px;height:18px}.auth-divider{margin:1rem 0;font-size:.75rem}}@media (max-height: 600px) and (orientation: landscape){.auth-split-container{grid-template-columns:1fr}.auth-hero{min-height:auto;padding:1.5rem 2rem}.auth-hero-title{font-size:1.5rem;margin-bottom:.5rem}.auth-hero-subtitle{font-size:.85rem;margin-bottom:1rem}.auth-features,.auth-stats,.auth-testimonial,.auth-benefits{display:none}.auth-form-side{padding:1.5rem 2rem}}@media print{.auth-hero,.social-login-buttons,.auth-divider{display:none}}.table-wrap{overflow-x:auto;border-radius:var(--radius);border:1px solid var(--border-card);background:var(--bg-card)}table{width:100%;border-collapse:collapse;font-size:.875rem}thead{background:var(--bg-elevated)}th{padding:.75rem 1rem;text-align:left;font-weight:700;color:var(--text-primary);font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}td{padding:.875rem 1rem;border-top:1px solid var(--border-subtle);color:var(--text-primary);vertical-align:middle}tr:hover td{background:var(--bg-hover)}.td-mono{font-family:monospace;font-size:.82rem;color:var(--text-secondary)}.status{display:inline-block;padding:.2rem .65rem;border-radius:999px;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.status-pending{background:#fff3cd;color:#856404}.status-active{background:#d1e7dd;color:#0a3622}.status-confirmed{background:#cfe2ff;color:#084298}.status-completed{background:#d1e7dd;color:#0a3622}.status-cancelled,.status-failed{background:#f8d7da;color:#842029}.status-sent{background:#d1e7dd;color:#0a3622}.status-expired{background:var(--gray-100);color:var(--gray-600)}.admin-wrap{display:flex;min-height:100vh}.admin-sidebar{width:250px;flex-shrink:0;background:var(--navy-dark);color:var(--white);display:flex;flex-direction:column;position:sticky;top:0;height:100vh;overflow-y:auto}.admin-sidebar-brand{padding:1.5rem 1.25rem;display:flex;align-items:center;gap:.625rem;border-bottom:1px solid rgba(255,255,255,.08)}.admin-sidebar-brand img{height:32px}.admin-sidebar-brand-text{font-family:var(--font-head);font-size:1.1rem;font-weight:800;color:var(--white)}.admin-sidebar-brand-text span{color:var(--orange-lt)}.admin-nav{padding:1rem 0;flex:1}.admin-nav-section{padding:.75rem 1.25rem .25rem;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#ffffff59}.admin-nav a{display:flex;align-items:center;gap:.625rem;padding:.6rem 1.25rem;color:#ffffffa6;font-size:.85rem;font-weight:500;transition:all var(--transition);border-left:3px solid transparent}.admin-nav a:hover{color:var(--white);background:#ffffff12}.admin-nav a.active{color:var(--white);background:#f77f0026;border-left-color:var(--orange)}.admin-main{flex:1;background:var(--off-white);min-width:0}.admin-topbar{background:var(--white);border-bottom:1px solid var(--gray-200);padding:1.1rem 2rem;display:flex;align-items:center;justify-content:space-between}.admin-topbar h1{font-size:1.35rem;margin:0}.admin-content{padding:2rem}.stat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.25rem;margin-bottom:2rem}.stat-card{background:var(--white);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-sm);border-top:4px solid var(--orange)}.stat-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--gray-600);margin-bottom:.5rem}.stat-value{font-family:var(--font-head);font-size:2.25rem;font-weight:800;color:var(--navy);line-height:1}.footer{background:#000;color:#ffffff73;padding:2.5rem 1.5rem;text-align:center;font-size:.875rem;border-top:1px solid rgba(255,255,255,.06)}.footer a{color:#ffffff73}.footer a:hover{color:var(--white)}.alert{display:flex;align-items:flex-start;gap:.75rem;padding:.875rem 1.25rem;border-radius:var(--radius);font-size:.9rem;margin-bottom:1rem;animation:slideDown .3s ease-out}.alert-icon{width:20px;height:20px;flex-shrink:0;margin-top:2px}.alert-error{background:#f8d7da;color:#842029;border:1px solid #f5c2c7}.alert-error .alert-icon{color:#842029}.alert-success{background:#d1e7dd;color:#0a3622;border:1px solid #badbcc}.alert-success .alert-icon{color:#0a3622}.alert-info{background:#cfe2ff;color:#084298;border:1px solid #b6d4fe}.alert-info .alert-icon{color:#084298}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.breadcrumb{display:flex;gap:.5rem;align-items:center;font-size:.83rem;color:var(--gray-600);margin-bottom:1.5rem;flex-wrap:wrap}.breadcrumb a{color:var(--gray-600)}.breadcrumb a:hover{color:var(--orange)}.breadcrumb-sep{color:var(--gray-400)}.pricing-card{border:2px solid var(--border-card);border-radius:var(--radius-lg);padding:2rem;background:var(--bg-card);transition:all var(--transition);color:var(--text-primary)}.pricing-card:hover,.pricing-card.featured{border-color:var(--orange);box-shadow:var(--shadow)}.pricing-card.featured{background:var(--bg-elevated);position:relative}.pricing-card.featured:after{content:"Best Value";position:absolute;top:-12px;right:20px;background:var(--orange);color:#fff;padding:2px 10px;border-radius:999px;font-size:.7rem;font-weight:700}.pricing-price{font-family:var(--font-head);font-size:3rem;font-weight:800;color:var(--text-primary);line-height:1;margin:1rem 0 .25rem}.pricing-price sup{font-size:1.5rem;vertical-align:super}.pricing-period{font-size:.85rem;color:var(--text-secondary);margin-bottom:1.5rem}@media (max-width: 768px){.navbar-links{display:none}.hero{padding:5rem 1rem 3.5rem}.hero:after{display:none}.admin-sidebar{display:none}.grid-3,.grid-2,.grid-4{grid-template-columns:1fr}.stat-grid{grid-template-columns:repeat(2,1fr)}.hero-stats{gap:1.5rem}.page-header{padding:5.5rem 1rem 2rem}}#page-progress{position:fixed;top:0;left:0;height:3px;width:0;background:linear-gradient(90deg,var(--orange),var(--orange-lt));z-index:9999;transition:width .3s ease,opacity .3s ease;opacity:0}#page-progress.loading{width:70%;opacity:1;animation:progress-pulse 1.5s ease infinite}@keyframes progress-pulse{0%,to{opacity:1}50%{opacity:.7}}::view-transition-old(root){animation:fade-out .15s ease forwards}::view-transition-new(root){animation:fade-in .15s ease forwards}@keyframes fade-out{0%{opacity:1}to{opacity:0}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.user-menu{position:relative}.user-menu-btn{display:flex;align-items:center;gap:.5rem;background:#ffffff1a;border:1.5px solid rgba(255,255,255,.2);border-radius:999px;padding:.35rem .75rem .35rem .4rem;cursor:pointer;color:var(--white);font-family:var(--font-body);font-size:.85rem;font-weight:600;transition:all var(--transition)}.user-menu-btn:hover{background:#ffffff2e;border-color:#ffffff59}.user-avatar{width:28px;height:28px;border-radius:50%;background:var(--orange);color:var(--white);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:800;font-family:var(--font-head);flex-shrink:0}.user-avatar-lg{width:40px;height:40px;font-size:1rem}.user-name{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-dropdown{position:absolute;top:calc(100% + .5rem);right:0;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);min-width:220px;z-index:200;opacity:0;transform:translateY(-8px) scale(.97);pointer-events:none;transition:all .18s ease}.user-dropdown.open{opacity:1;transform:translateY(0) scale(1);pointer-events:all}.user-dropdown-header{display:flex;align-items:center;gap:.75rem;padding:1rem 1rem .875rem}.user-dropdown-header-name{font-weight:700;font-size:.9rem;color:var(--navy)!important;line-height:1.3}.user-dropdown-header-email{font-size:.78rem;color:var(--gray-600)!important;line-height:1.3}.user-dropdown-divider{height:1px;background:var(--gray-200);margin:.25rem 0}.user-dropdown-item{display:flex;align-items:center;gap:.625rem;padding:.625rem 1rem;font-size:.875rem;color:var(--text);font-weight:500;transition:background var(--transition);cursor:pointer;width:100%;background:none;border:none;font-family:var(--font-body);text-align:left;text-decoration:none}.user-dropdown-item:hover{background:var(--gray-100);color:var(--navy)}.user-dropdown-item svg{color:var(--gray-600);flex-shrink:0}.user-dropdown-logout{color:var(--red)}.user-dropdown-logout:hover{background:#fde8ea;color:var(--red-dark)}.user-dropdown-logout svg{color:var(--red)}.navbar-admin-link{background:#f77f0026!important;color:var(--orange-lt)!important;border:1px solid rgba(252,191,73,.25);border-radius:var(--radius)}.navbar-admin-link:hover,.navbar-admin-link.active{background:#f77f0040!important;color:var(--orange-lt)!important}.navbar-links a{display:flex;align-items:center;gap:.35rem}.navbar-hamburger{display:none;background:none;border:none;color:var(--white);cursor:pointer;padding:.25rem}.navbar-mobile{display:none;flex-direction:column;background:var(--navy-dark);padding:1rem 1.5rem 1.5rem;border-top:1px solid rgba(255,255,255,.08)}.navbar-mobile.open{display:flex}.navbar-mobile a{color:#fffc;padding:.625rem 0;font-size:.95rem;font-weight:500;border-bottom:1px solid rgba(255,255,255,.06)}.navbar-mobile a:hover{color:var(--white)}.mobile-logout-btn{background:none;border:none;color:var(--red);font-size:.95rem;font-weight:600;padding:.625rem 0;cursor:pointer;font-family:var(--font-body);text-align:left;width:100%}.mobile-signin-btn{background:var(--orange)!important;color:var(--white)!important;padding:.625rem 1.25rem!important;border-radius:var(--radius);text-align:center;margin-top:.5rem;font-weight:700}@media (max-width: 768px){.navbar-links{display:none}.navbar-hamburger{display:flex}}.btn-outline-white{background:transparent;color:var(--white);border:2px solid rgba(255,255,255,.4)}.btn-outline-white:hover{background:#ffffff26;border-color:var(--white);color:var(--white)}.qb-hero{position:relative;min-height:85vh;display:flex;align-items:center;background:linear-gradient(135deg,#001220 0%,var(--navy) 40%,#004a6e 100%);color:var(--white);overflow:hidden;padding:5rem 1.5rem 4rem}.qb-hero-bg{position:absolute;inset:0;overflow:hidden;pointer-events:none}.qb-hero-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.35;animation:qb-float 8s ease-in-out infinite}.qb-hero-orb--1{width:400px;height:400px;background:var(--orange);top:-10%;right:-5%;animation-delay:0s}.qb-hero-orb--2{width:300px;height:300px;background:#0077b6;bottom:-10%;left:10%;animation-delay:2s}.qb-hero-orb--3{width:200px;height:200px;background:var(--orange-lt);top:50%;right:30%;animation-delay:4s}@keyframes qb-float{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-30px) scale(1.05)}}.qb-hero-inner{position:relative;display:flex;align-items:center;gap:4rem;max-width:1100px}.qb-hero-content{flex:1.2}.qb-hero-visual{flex:1;display:flex;justify-content:center}.qb-hero-visual img{max-width:100%;border-radius:var(--radius-lg);box-shadow:0 20px 60px #0006;animation:qb-fade-in-up .8s ease both;animation-delay:.3s}.qb-hero-tag{display:inline-block;background:#f77f0033;color:var(--orange-lt);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;padding:.35rem 1rem;border-radius:999px;border:1px solid rgba(252,191,73,.3);margin-bottom:1.5rem}.qb-hero-title{font-family:var(--font-head);font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.08;color:var(--white);margin-bottom:1.25rem;animation:qb-fade-in-up .7s ease both}.qb-hero-sub{font-size:1.15rem;color:#ffffffbf;line-height:1.7;max-width:540px;margin-bottom:2.25rem;animation:qb-fade-in-up .7s ease both;animation-delay:.15s}.qb-hero-actions{display:flex;gap:1rem;flex-wrap:wrap;animation:qb-fade-in-up .7s ease both;animation-delay:.25s}@keyframes qb-fade-in-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.qb-stats{background:var(--bg-secondary);padding:var(--sp-stats, 4rem 2rem);color:var(--text-primary);position:relative}.qb-stats:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--orange),transparent);opacity:.3}.qb-stats-header{text-align:center;margin-bottom:1.5rem}.qb-stats-header h2{color:var(--text-primary);font-size:clamp(1.75rem,3vw,2.5rem);margin-bottom:.5rem}.qb-stats-header p{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.05rem}.qb-stats-grid{display:flex;justify-content:center;gap:3.5rem;flex-wrap:wrap}.qb-stat-item{text-align:center;min-width:140px}.qb-stat-number{display:block;font-family:var(--font-head);font-size:clamp(2.5rem,4vw,3.5rem);font-weight:800;color:var(--orange-lt);line-height:1;margin-bottom:.5rem}.qb-stat-label{font-size:.85rem;color:#ffffff8c;text-transform:uppercase;letter-spacing:.08em;font-weight:600}.qb-grid-section{padding:var(--sp-grid, 4rem 2rem);background:var(--bg-secondary)}.qb-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem}.qb-grid-card{position:relative;background:var(--bg-card);border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #0000000f;transition:all .4s cubic-bezier(.2,.8,.2,1);border:1px solid var(--border-card);animation:grid-card-in .5s cubic-bezier(.2,.8,.2,1) both}@keyframes grid-card-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.qb-grid-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001f;border-color:var(--orange)}.qb-grid-card-accent{position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--orange),var(--orange-lt));transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.qb-grid-card:hover .qb-grid-card-accent{transform:scaleX(1)}.qb-grid-card-img img{width:100%;height:220px;object-fit:cover}.qb-grid-card-body{padding:2.5rem}.qb-grid-card-icon{display:inline-block;font-size:2rem;margin-bottom:1rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.qb-grid-card-body h3{font-size:1.65rem;font-weight:800;margin-bottom:1rem;color:var(--text-primary);line-height:1.25;letter-spacing:-.02em}.qb-grid-card-body p{font-size:1.1rem;color:var(--text-secondary);line-height:1.7;margin-bottom:1.5rem}.qb-grid-card-link{display:inline-flex;align-items:center;gap:.5rem;font-size:1.05rem;font-weight:700;color:var(--orange);transition:gap .2s ease}.qb-grid-card-link:hover{gap:.85rem;color:var(--orange-lt)}.qb-cta{max-width:1240px;margin:3rem auto;background:linear-gradient(135deg,var(--orange) 0%,#d96e00 50%,var(--red) 100%);padding:3rem 4rem;border-radius:32px;position:relative;overflow:hidden;box-shadow:0 20px 50px #ff6b0026}.qb-cta:before{content:"";position:absolute;top:-50%;right:-10%;width:400px;height:400px;background:#ffffff14;border-radius:50%}.qb-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:3rem;position:relative}.qb-cta-text h2{color:var(--white);font-size:clamp(1.75rem,3vw,2.5rem);margin-bottom:.5rem}.qb-cta-text p{color:#ffffffd9;font-size:1.05rem;max-width:500px}.qb-badges{background:var(--white);padding:var(--sp-badges, 2rem 2rem);border-top:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200)}.qb-badges-track{display:flex;align-items:center;justify-content:center;gap:3rem;flex-wrap:wrap}.qb-badge-item img{height:50px;width:auto;filter:grayscale(100%);opacity:.5;transition:all .3s ease}.qb-badge-item:hover img{filter:grayscale(0%);opacity:1}.qb-badge-text-item{display:flex;flex-direction:column;align-items:center;gap:.25rem;text-align:center;padding:1rem 1.5rem;border-radius:var(--radius);background:var(--gray-100);transition:all .3s ease}.qb-badge-text-item:hover{background:#fff3e0}.qb-badge-icon{font-size:1.5rem}.qb-badge-label{font-size:.8rem;font-weight:700;color:var(--navy)}.qb-badge-sub{font-size:.7rem;color:var(--gray-600)}.qb-carousel-section{padding:var(--sp-carousel, 3.5rem 2rem);background:var(--off-white)}.qb-carousel{overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.qb-carousel::-webkit-scrollbar{display:none}.qb-carousel-track{display:flex;gap:1.5rem;padding:1rem 0 1.5rem}.qb-carousel-card{flex:0 0 340px;scroll-snap-align:start;background:var(--white);border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--gray-200);box-shadow:var(--shadow-sm);transition:all .3s ease}.qb-carousel-card:hover{box-shadow:var(--shadow);transform:translateY(-4px)}.qb-carousel-card img{width:100%;height:180px;object-fit:cover}.qb-carousel-card-body{padding:1.25rem}.qb-carousel-tag{display:inline-block;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--orange);margin-bottom:.5rem}.qb-carousel-card-body h4{font-size:1.05rem;margin-bottom:.4rem;color:var(--navy);line-height:1.3}.qb-carousel-card-body p{font-size:.85rem;color:var(--gray-600);line-height:1.5;margin-bottom:.75rem}.qb-carousel-link{display:inline-flex;align-items:center;gap:.35rem;font-size:.82rem;font-weight:600;color:var(--orange)}.qb-carousel-link:hover{gap:.6rem}.qb-tabs-section{padding:var(--sp-tabs, 3.5rem 2rem);background:var(--white)}.qb-tabs-nav{display:flex;gap:.5rem;margin-bottom:2rem;overflow-x:auto;scrollbar-width:none;padding-bottom:.5rem}.qb-tabs-nav::-webkit-scrollbar{display:none}.qb-tab-btn{padding:.65rem 1.5rem;border-radius:999px;font-size:.88rem;font-weight:600;border:2px solid var(--gray-200);color:var(--gray-600);background:var(--white);cursor:pointer;white-space:nowrap;transition:all .25s ease;font-family:var(--font-body)}.qb-tab-btn:hover{border-color:var(--orange);color:var(--orange)}.qb-tab-btn.active{border-color:var(--orange);background:var(--orange);color:var(--white)}.qb-tab-panel{display:none;animation:qb-fade-in-up .4s ease}.qb-tab-panel.active{display:block}.qb-tab-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.qb-tab-card{background:var(--off-white);border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--gray-200);transition:all .3s ease}.qb-tab-card:hover{box-shadow:var(--shadow);transform:translateY(-3px);border-color:var(--orange)}.qb-tab-card img{width:100%;height:180px;object-fit:cover}.qb-tab-card-body{padding:1.25rem}.qb-tab-card-body h4{font-size:1rem;margin-bottom:.35rem;color:var(--navy)}.qb-tab-card-body p{font-size:.85rem;color:var(--gray-600);line-height:1.5;margin-bottom:.75rem}.qb-tab-card-link{font-size:.82rem;font-weight:600;color:var(--orange)}.qb-tab-card-link:hover{color:#d96e00}.footer{background:#000;color:#ffffff8c;padding:3.5rem 1.5rem 2rem;text-align:left;font-size:1rem;border-top:1px solid rgba(255,255,255,.06)}.footer a{color:#fff9;font-size:1rem;font-weight:500;text-decoration:none;transition:color .2s}.footer a:hover{color:#fff}.footer-heading{font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:var(--orange);margin-bottom:1rem}.qb-grid-section,.qb-stats,.qb-cta,.qb-carousel-section,.qb-tabs-section,.qb-badges{opacity:0;transform:translateY(30px);animation:qb-reveal .6s ease forwards}@keyframes qb-reveal{to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){.qb-hero-inner{flex-direction:column;text-align:center}.qb-hero-content{align-items:center}.qb-hero-sub{margin-left:auto;margin-right:auto}.qb-hero-actions{justify-content:center}.qb-hero-visual{max-width:400px}.qb-cta-inner{flex-direction:column;text-align:center}.qb-cta-text p{margin:0 auto .5rem}}@media (max-width: 768px){.qb-hero{min-height:70vh;padding:4rem 1rem 3rem}.qb-hero-title{font-size:2.25rem}.qb-stats-grid{gap:2rem}.qb-stat-item{min-width:100px}.qb-grid,.qb-tab-cards{grid-template-columns:1fr}.qb-carousel-card{flex:0 0 280px}.qb-badges-track{gap:1.5rem}.qb-cta{padding:3.5rem 1rem}.footer div[style*=grid-template-columns]{grid-template-columns:1fr!important;gap:1.5rem!important}}@media (max-width: 480px){.qb-hero{min-height:auto;padding:3rem 1rem 2.5rem}.qb-hero-title{font-size:1.85rem}.qb-hero-sub{font-size:1rem}.qb-hero-actions{flex-direction:column}.qb-hero-actions .btn{width:100%;justify-content:center}.qb-stats-grid{flex-direction:column;align-items:center}.qb-carousel-card{flex:0 0 260px}}
