:root{--nav-h:64px;--font-family-main:"Segoe UI",sans-serif}body,html{font-family:var(--font-family-main)}body.no-scroll{overflow:hidden;height:100vh;position:fixed;width:100%}button,input,select,textarea{font-family:var(--font-family-main)!important}html{scroll-behavior:smooth;scroll-padding-top:var(--nav-h);height:100%}@media (max-width:900px){:root{--nav-h:79px}}body{display:flex;flex-direction:column;min-height:100vh;margin:0;overflow-x:hidden}main{flex:1}.about-page,.faq-page,.legal-section{padding-top:9rem}.global-loader{position:fixed;inset:0;background:rgba(255,255,255,.85);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:2000;font-family:var(--font-family-main);color:#1e293b;font-size:50px}.global-loader p{margin-top:0}.spinner{animation:spin 1s linear infinite;margin-bottom:10px;color:#2563eb;width:40px!important;height:40px!important}:root{--brand-blue:#3b82f6;--brand-teal:#14b8a6;--hero-text:#e5f3ff;--hero-subtext:#b9c4d4;--nav-links:#cbd5e1;--hero-dark-start:rgba(6,11,25,0.92);--hero-dark-end:rgba(6,11,25,0.97);--card-bg:#101a2b;--card-border:#1e293b}#hero{padding:9rem 1rem clamp(4rem,10vh,4rem);background:linear-gradient(180deg,#061020,#03050a);text-align:center;display:flex;flex-direction:column;align-items:center}#hero .hero-img{width:100%;height:clamp(650px,90vh,950px);object-fit:cover;object-position:center;filter:brightness(.75) saturate(.9)}#hero .hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,var(--hero-dark-start),var(--hero-dark-end));z-index:1}#hero .hero-container{position:absolute;inset:0;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center;padding-top:clamp(4rem,10vh,8rem);padding-inline:1rem}#hero .hero-badge{background:rgba(20,184,166,.2);border:1px solid rgba(20,184,166,.4);color:#d7fffa;padding:.35rem .75rem;border-radius:999px;font-size:.85rem;font-weight:600;margin-bottom:1.5rem}#hero .hero-title{margin:0;line-height:1.05;font-weight:800;font-family:var(--font-family-main);font-size:clamp(2.5rem,6.5vw,4.5rem);letter-spacing:-.02em;color:white}#hero .hero-title-line1{display:block}#hero .hero-title-line2{display:block;color:var(--brand-teal)}#hero .hero-sub{margin-top:1.2rem;max-width:700px;font-size:clamp(1rem,1.4vw,1.2rem);color:var(--hero-subtext)}#hero .hero-ctas{display:flex;gap:.75rem;margin-top:1.8rem;flex-wrap:wrap;justify-content:center}#hero .btn-cta{padding:.75rem 1.1rem;border-radius:.9rem;text-decoration:none;font-weight:600;font-family:var(--font-family-main);border:1px solid transparent;transition:.2s ease}#hero .btn-primary{background:var(--brand-teal);color:#031016}#hero .btn-primary:hover{transform:translateY(-2px);background:#0fa79c}#hero .btn-secondary{background:transparent;border-color:#2a3b52;color:white}#hero .btn-secondary:hover{background:rgba(255,255,255,.05);transform:translateY(-2px)}#hero .hero-stats{margin-top:clamp(2rem,5vh,3rem);display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;width:min(1100px,92vw)}#hero .hero-stat-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:1.2rem;padding:1.4rem;text-align:center;box-shadow:0 10px 25px rgba(0,0,0,.25)}#hero .stat-value{font-size:clamp(1.6rem,3vw,2.2rem);color:var(--brand-teal);font-weight:800}#hero .stat-label{margin-top:.4rem;font-size:.95rem;color:var(--hero-subtext)}@media (max-width:720px){#hero .hero-stats{grid-template-columns:1fr}#hero{padding-top:6rem}}.blog-page{background:#060b19;padding:9rem 0;min-height:100vh}.blog-container{max-width:1300px;margin:0 auto;padding:0 1.5rem}.blog-title{text-align:center;color:#e5f3ff;font-size:2.5rem;margin-bottom:1rem;margin-top:1rem}.blog-subtitle{text-align:center;color:#9fb3c8;margin-top:-.5rem;font-size:1.1rem;margin-bottom:3.5rem}.blog-header-icon{display:flex;justify-content:center}.blog-header-svg{display:block;line-height:0}.blog-content{padding:1rem 1.5rem}.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:2rem}.blog-card{background:#0b1220;border-radius:1rem;overflow:hidden;text-decoration:none;border:1px solid #1e293b;color:white;display:flex;flex-direction:column;transition:box-shadow .25s ease}.blog-card:hover{border-color:rgba(20,184,166,.35);box-shadow:0 12px 40px rgba(0,0,0,.45)}.blog-image-wrapper{position:relative;overflow:hidden;width:100%;height:230px}.blog-card:hover .blog-image{transform:scale(1.06)}.blog-image{width:100%;height:230px;object-fit:cover;transition:transform .35s ease}.blog-badge{position:absolute;top:12px;right:12px;background:rgb(16 185 129);padding:.3rem .75rem;border-radius:5px;font-size:.85rem;font-weight:600}.blog-card-title{font-size:1.1rem;font-weight:600;margin-bottom:.2rem;color:#e5f3ff;transition:color .25s ease}.blog-card:hover .blog-card-title{color:var(--brand-teal,#14b8a6)}.blog-excerpt{color:#9fb3c8;font-size:.95rem;margin-bottom:1.5rem;margin-top:0}.blog-meta{display:flex;align-items:center;gap:.4rem;margin-bottom:1rem;font-size:.9rem}.blog-author-name{color:#9fb3c8;font-weight:500}.blog-dot{color:#8393aa}.blog-date{color:#9fb3c8}.blog-tags{display:flex;flex-wrap:wrap;gap:.4rem}.blog-tag{padding:.25rem .7rem;background:#101a2b;border:1px solid #253347;border-radius:.5rem;font-size:.78rem;color:#c9d8e8}.blog-readmore{margin-top:auto;padding:1rem;text-align:center;color:var(--brand-teal,#14b8a6);font-weight:600;border-top:1px solid #1c2535;display:flex;justify-content:center;align-items:center;gap:.3rem;transition:background .25s ease}.blog-readmore:hover{background:rgba(20,184,166,.08)}.blog-arrow{transition:transform .3s ease;display:inline-flex}.blog-card:hover .blog-arrow,.blog-readmore:hover .blog-arrow{transform:translateX(4px)}.blog-meta-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:14px}.blog-meta-left,.blog-meta-right{display:flex;align-items:center;gap:.4rem}@media (max-width:900px){.blog-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}.single-blog-page{background:#060b19;padding:9rem 0;min-height:100vh}.single-blog-container{max-width:1100px;margin:0 auto;padding:0 1.5rem}.single-blog-title{font-size:2.4rem;font-weight:800;color:#e5f3ff;margin-bottom:.6rem}.single-blog-meta{display:flex;align-items:center;gap:.4rem;color:#9fb3c8;margin-bottom:1.5rem;font-size:.95rem}.single-blog-hero{overflow:hidden;border-radius:1rem;margin-bottom:2rem}.single-blog-hero img{width:100%;height:420px;object-fit:cover;transition:transform .45s ease}.single-blog-hero img:hover{transform:scale(1.04)}.single-blog-body{background:#0b1220;border:1px solid rgba(20,184,166,.18);border-radius:1rem;padding:2rem 2.5rem;margin-bottom:2.5rem;box-shadow:0 0 30px rgba(0,0,0,.45);color:#cdd7e5;line-height:1.8;font-size:1.08rem}.single-blog-body p{margin-bottom:1.5rem}.single-blog-body h2{color:#e5f3ff;margin-top:2rem;margin-bottom:.9rem;font-size:1.6rem;font-weight:700}.single-blog-body h3{color:#e5f3ff;margin-top:1.6rem;margin-bottom:.7rem;font-size:1.3rem;font-weight:600}.single-blog-body ol,.single-blog-body ul{margin:1rem 0 1.5rem 1.5rem}.single-blog-body li{margin-bottom:.4rem}.single-blog-body blockquote{border-left:4px solid #14b8a6;background:rgba(20,184,166,.06);padding:1rem 1.5rem;margin:2rem 0;font-style:italic;color:#9fb3c8;border-radius:6px}.single-blog-body a{color:#14b8a6;text-decoration:underline;font-weight:600}.single-blog-tags-box{background:#0b1220;border:1px solid rgba(20,184,166,.18);border-radius:1rem;padding:1.25rem 1.75rem;margin-bottom:3rem;display:flex;align-items:center;gap:1rem;box-shadow:0 0 30px rgba(0,0,0,.45)}.single-blog-tags-label{display:flex;align-items:center;gap:.3rem;color:#14b8a6;font-weight:600}.single-blog-tags{display:flex;flex-wrap:wrap;gap:.5rem}.single-blog-tag{padding:.28rem .75rem;background:#101a2b;border:1px solid #253347;border-radius:.5rem;font-size:.82rem;color:#c9d8e8}.single-blog-cta-box{background:rgba(20,184,166,.1);border:1px solid rgba(20,184,166,.25);border-radius:1rem;padding:3rem 2rem;text-align:center;margin-bottom:4rem;box-shadow:0 0 40px rgba(0,0,0,.45)}.single-blog-cta-title{font-size:1.9rem;font-weight:700;margin-bottom:.8rem;color:#e5f3ff}.single-blog-cta-text{color:#9fb3c8;margin-bottom:1.8rem;font-size:1.05rem}.single-blog-cta-btn{background:linear-gradient(135deg,#0b7568,#0c8274);color:#ffffff;font-weight:600;padding:.7rem 1.6rem;border-radius:.75rem;display:inline-block;text-decoration:none;border:1px solid rgba(255,255,255,.05);box-shadow:0 4px 10px rgba(13,164,143,.25),inset 0 1px 2px rgba(255,255,255,.1);transition:.25s ease}.single-blog-cta-btn:hover{background:linear-gradient(135deg,#0c8a7b,#0d9686);box-shadow:0 6px 16px rgba(13,164,143,.4),inset 0 1px 3px rgba(255,255,255,.15)}.single-blog-cta-btn:active{transform:translateY(0);opacity:.88;box-shadow:0 3px 6px rgba(13,164,143,.25),inset 0 2px 4px rgba(0,0,0,.2)}.back-outline-btn,.single-blog-back{display:inline-flex;align-items:center;gap:.4rem;padding:.55rem 1rem;background:none;border-radius:8px;color:#14b8a6;font-weight:600;text-decoration:none;border:1px solid rgba(20,184,166,.18);transition:background .25s ease,border-color .25s ease,transform .25s ease,box-shadow .25s ease}.back-outline-btn:hover,.single-blog-back:hover{background:rgba(20,184,166,.1);border-color:rgba(20,184,166,.35);box-shadow:0 0 12px rgba(20,184,166,.25)}@media (max-width:900px){.single-blog-hero img{height:260px}.single-blog-body{padding:1.5rem 1.25rem}.single-blog-cta-box{padding:2rem 1.25rem}}.active-nav-link{color:#34d399!important}.actions{display:flex;align-items:center;gap:1rem}.site-header{position:fixed;width:100%;top:0;z-index:1000;backdrop-filter:saturate(180%) blur(12px);border-bottom:1px solid #1e293b}.nav-grid{display:flex;padding:.7rem;width:100%;flex-direction:row;align-content:center;justify-content:space-around;align-items:center;box-sizing:border-box;background-color:#0f172acc;white-space:nowrap}.brand{justify-self:center;font-weight:800;font-size:3rem;letter-spacing:.2px;color:var(--fg);text-decoration:none}.icon-btn{width:40px;height:40px;display:inline-grid;place-items:center;border:1px solid var(--border);border-radius:.75rem;background:transparent;box-shadow:var(--shadow);color:white;cursor:pointer}.cart-btn{position:relative}.cart-count{position:absolute;top:0;right:0;background:#14b8a6;color:white;font-size:.75rem;font-weight:700;border-radius:999px;padding:2px 6px;line-height:1}@media (max-width:600px){.actions{gap:0}}.user-wrapper{position:relative;display:inline-block}.user-avatar{display:inline-flex;justify-content:center;align-items:center;width:28px;height:28px;border-radius:50%;background:#ddd;font-weight:700;font-size:14px;color:#333}.notification-wrapper{position:relative;display:inline-block}.notification-dropdown{position:absolute;top:calc(100% + 12px);right:0;width:min(90vw,500px);background:#0f172a;border:1px solid #334155;border-radius:10px;box-shadow:0 8px 25px rgba(0,0,0,.25);padding-top:10px;z-index:1000;overflow:hidden}.notification-dropdown h3{margin:0;padding:30px 16px 12px;font-size:18px;font-weight:600;color:white}.notification-list{max-height:300px;overflow-y:auto;padding:0 14px}.notification-row{display:flex;gap:10px;padding:10px 0;border-bottom:1px solid #1e293b}.notification-row:hover{background:rgba(255,255,255,.06)}.notification-dot{width:8px;height:8px;background:#38bdf8;border-radius:50%;margin-top:6px}.notification-title{font-weight:600;color:#fff;margin:0}.notification-desc{color:#cbd5e1;margin:0;font-size:14px;white-space:normal}.notification-time{color:#94a3b8;font-size:12px;margin-top:4px}.show-more-btn{width:100%;padding:12px 0;background:transparent;border:none;color:#38bdf8;cursor:pointer;font-size:14px}.show-more-btn:hover{text-decoration:underline}.user-dropdown{position:absolute;top:calc(100% + 12px);right:0;width:220px;background-color:#0f172a;border:1px solid #334155;border-radius:10px;box-shadow:0 8px 25px rgba(0,0,0,.25);padding:16px;z-index:1000}.empty{padding:16px;color:white;text-align:center}@media (max-width:600px){.notification-wrapper{position:relative;width:auto}.notification-dropdown{position:fixed;top:63px;left:0;width:100vw;max-width:100vw;border-radius:0;right:0;border:none}}.user-item{padding:10px 0;font-size:.95rem;transition:background .2s ease,color .2s ease}.login-btn,.user-item{display:block;text-align:center;border-radius:8px;font-weight:600;text-decoration:none}.login-btn{background:#14b8a6;color:#0f172a;padding:8px 0}.login-btn:hover{background:#0d9488}.signup-btn{background:#334155;color:#e2e8f0;padding:8px 0;border-radius:8px;text-align:center;display:block;text-decoration:none}.signup-btn:hover{background:#475569}.user-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.user-item.account-link{background:#334155;color:#e2e8f0;padding:8px 0;border-radius:8px;text-align:center;display:block;text-decoration:none}.logout-btn{background:#14b8a6;color:#0f172a;border:none;border-radius:8px;padding:8px 0;font-weight:600;font-size:1rem;cursor:pointer;width:100%}.logout-btn:hover{background:#0d9488}.user-item.account-link:hover{background:rgba(255,255,255,.08)}.logout{background:#14b8a6;color:#0f172a;border:none;border-radius:10px;padding:.3rem .5rem;font-weight:600;font-size:1rem;cursor:pointer}.notification-list{scrollbar-width:thin;scrollbar-color:#334155 #0f172a}.cart{display:flex;justify-content:center;padding:9rem 1rem}.cart-grid{display:grid;grid-template-columns:2fr 1fr;gap:2rem;margin:0;align-items:start}.empty-cart-wrapper{display:flex;justify-content:center;align-items:center;padding:4rem 1rem}.cart-page{background:#0f172a;min-height:100vh;padding:5rem 20px;color:#e2e8f0}.cart-container{max-width:1450px;margin:0 auto;display:grid;grid-template-columns:1fr 420px;gap:40px}.cart-left{padding:0}.cart-title{font-size:38px;font-weight:700;color:white}.cart-subtitle{margin-top:-10px;margin-bottom:25px;color:#94a3b8;font-size:16px}.cart-item{background:rgba(255,255,255,.03);padding:28px;border-radius:14px;margin-bottom:25px;box-shadow:0 6px 24px rgba(0,0,0,.45);border:1px solid rgba(255,255,255,.06)}.cart-item-wrapper{display:flex;justify-content:space-between;align-items:flex-start;gap:25px;flex-direction:column}.item-title{font-size:20px;font-weight:700;color:white;margin-bottom:6px}.item-description{color:#94a3b8;font-size:14.5px;margin-bottom:12px;margin-top:-2px;line-height:1.4}.item-options{list-style:none;padding:0;margin:8px 0 14px}.item-option-line{margin-bottom:6px;color:#cbd5e1;font-size:14px}.item-option-price{color:#34d399;font-weight:600}.item-actions{display:flex;gap:10px;margin-top:8px}.modify-btn,.remove-btn{padding:7px 14px;border-radius:6px;background:rgba(255,255,255,.06);color:#e2e8f0;font-size:14px;border:1px solid rgba(255,255,255,.12);cursor:pointer;transition:.2s ease}.modify-btn:hover,.remove-btn:hover{background:rgba(255,255,255,.12)}.cart-item-right{display:flex;flex-direction:row;align-items:center;gap:14px;width:100%;justify-content:space-between}.quantity-control-wrapper{display:flex;align-items:center;gap:10px}.quantity-label{color:#cbd5e1;font-size:15px}.quantity-control{display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.15);border-radius:.5rem;gap:18px;background:rgba(255,255,255,.04);min-width:120px}.quantity-btn{transform:translateY(-1.5px)}.cart-header{max-width:1450px;margin:0 auto 25px;padding:0 20px}.cart-list{list-style:none;padding-left:0;margin:0}.quantity-btn{background:transparent;border:none;color:#94a3b8;font-size:18px;padding:0;cursor:pointer;transition:.15s ease}.quantity-btn:hover{color:white}.quantity-number{color:white;font-size:15px;font-weight:600;width:20px;text-align:center}.unit-price{font-size:20px;font-weight:700;color:#34d399}.continue-shopping{width:100%;margin-top:25px;padding:16px;border:2px dashed #475569;background:transparent;color:#e2e8f0;border-radius:12px;cursor:pointer;font-size:16px}.cart-summary{background:#1a2234;padding:35px;border-radius:20px;height:fit-content;box-shadow:0 4px 25px rgba(0,0,0,.45)}.cart-summary h2{color:white;margin-bottom:24px;font-size:26px;font-weight:700}.summary-row{margin-bottom:14px;font-size:16px;color:#94a3b8}.summary-row,.summary-total{display:flex;justify-content:space-between}.summary-total{border-top:2px solid #334155;padding-top:15px;margin-top:20px;margin-bottom:25px;font-size:24px;font-weight:700;color:#34d399}.summary-total-text{color:white}.checkout-btn{width:100%;padding:16px;border-radius:12px;border:none;cursor:pointer;font-size:18px;font-weight:600;color:white;background:linear-gradient(90deg,#10b981,#059669)}.checkout-btn:hover{opacity:.9}.summary-icons{display:flex;justify-content:space-between;margin-top:25px;color:#94a3b8;font-size:14px}.promo-section{margin:16px 0}.promo-label{display:block;color:#94a3b8;font-size:13px;margin-bottom:6px}.promo-input-wrapper{display:flex;gap:8px;align-items:center}.promo-input{flex:1;height:32px;padding:0 10px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:6px;color:white;font-size:14px}.promo-input::placeholder{color:#64748b}.promo-apply-btn{height:32px;padding:0 14px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);border-radius:6px;color:white;font-size:14px;cursor:pointer;transition:.2s ease}.promo-apply-btn:hover{background:rgba(255,255,255,.15)}@media (max-width:1050px){.cart-container{grid-template-columns:1fr}.cart-summary{margin-top:35px}.cart-item-wrapper{flex-direction:column}.cart-item-right,.cart-item-wrapper{align-items:flex-start}}.success-card{background:#fff;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.1);padding:2rem;text-align:center;max-width:600px;margin:100px auto}.success-header{margin-bottom:1.5rem}.success-icon{font-size:3rem;display:block;margin-bottom:.5rem;color:#28a745}.success-title{font-size:2rem;font-weight:700;color:#222}.success-message{color:#555;margin-bottom:2rem}.success-actions{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.primary-nav{display:flex;align-items:center;gap:clamp(1rem,2.2vw,1.6rem)}.nav-link{color:var(--nav-links);text-decoration:none;font-weight:600;padding:.5rem .25rem;border-radius:.5rem;font-size:20px;font-family:var(--font-family-main)}.nav-link:hover{text-underline-offset:4px;color:white}.menu-toggle{display:none;width:40px;height:40px;place-items:center;border:1px solid var(--border);border-radius:.75rem;background:transparent;box-shadow:var(--shadow);color:#e5e5e5;cursor:pointer}.mobile-nav{position:fixed;top:var(--nav-h,70px);left:0;right:0;bottom:0;background:#ffffff;z-index:9999;display:flex;flex-direction:column;padding:0 1.25rem 2rem;overflow-y:auto;overscroll-behavior:contain;animation:slideDown .3s ease forwards;border-top:1px solid #e5e7eb}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.mobile-nav a:hover{color:var(--primary)}.mobile-link:hover{color:#2563eb}.mobile-link{display:block;padding:.9rem 0;color:#111827;text-decoration:none;border-bottom:1px solid #e5e7eb;font-weight:500;transition:color .2s ease;font-family:var(--font-family-main);font-size:22px}.logo-mobile{display:none}@media (max-width:900px){.primary-nav{display:none}.nav-grid{display:flex;align-items:center;justify-content:space-between!important;gap:0}.brand{flex:0 0 auto!important;align-items:center}.brand,.logo-wrapper{width:auto!important;display:flex;justify-content:center}.left-slot{order:1}.brand{order:2;margin:0 auto}.actions{order:3}.menu-toggle{display:inline-grid}}@media (max-width:600px){.nav-grid{justify-content:space-between}.logo-desktop{display:none!important}.logo-mobile{display:block}.ctc-logo{width:150px!important}}.fade-in{opacity:0;animation:fadeIn .3s ease forwards}.btn-disabled{padding:10px}.account-page{background-color:#b0c4de;min-height:80vh;padding:2rem 0}.account-page .site-container{max-width:950px;margin:0 auto;background:#ffffff;border-radius:12px;box-shadow:0 4px 14px rgba(0,0,0,.05);padding:2.5rem 3rem}.account-page h1{font-size:2rem;font-weight:700;color:#111827;display:flex;align-items:center;gap:.4rem}.account-page button.btn-secondary{background-color:#1f2937;color:white;border-radius:8px;font-weight:500;transition:all .2s ease;margin-top:10px}.account-page button.btn-secondary:hover{background-color:#111827;transform:scale(1.03)}.account-tabs{display:flex;gap:1.5rem;border-bottom:2px solid #e5e7eb;margin:2rem 0}.account-tabs button{font-size:1rem;font-weight:500;padding-bottom:.5rem;background:none;border:none;border-bottom:3px solid transparent;color:#6b7280;cursor:pointer;transition:all .2s ease}.account-tabs button.active{color:#2563eb;border-color:#2563eb}.account-tabs button:hover:not(.active){color:#1e3a8a}.account-card-grid{display:grid;gap:1.2rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.account-card{background:#b0c4de;border-radius:10px;text-align:center;padding:1.5rem;box-shadow:0 1px 3px rgba(0,0,0,.05)}.account-card p{margin:0}.account-card .title{color:#000;font-size:.9rem}.account-card .value{font-size:1.6rem;font-weight:700;color:#111827}.order-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.delete-order-link{color:#111827;font-size:.9rem;font-weight:500;text-decoration:underline;cursor:pointer;transition:opacity .2s ease}.delete-order-link:hover{opacity:.7}.recent-order{background:#ffffff;border:1px solid #e5e7eb;border-radius:10px;padding:0 1.5rem;margin-top:1.5rem}.recent-order h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#111827}.recent-order p{color:#6b7280;margin-bottom:.5rem}.recent-order ul{list-style:disc;margin-left:1.5rem;color:#374151}.orders-list{list-style:none;padding:0;margin-top:1.5rem}.order-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:1rem 1.25rem;margin-bottom:1rem;transition:background .2s ease,box-shadow .2s ease;cursor:pointer}.order-card:hover{background:#f1f5f9;box-shadow:0 2px 8px rgba(0,0,0,.06)}.order-header{display:flex;justify-content:space-between;align-items:center}.order-number{font-weight:600;color:#0f172a;margin:0}.order-date{color:#475569;font-size:.9rem;margin-top:.25rem;margin-bottom:0}.order-total{font-weight:700;font-size:1rem;color:#0f172a}.status{text-transform:capitalize;font-weight:600}.status.paid{color:#2563eb}.status.completed{color:#16a34a}.status.pending{color:#d97706}.order-details{border-top:1px solid #e2e8f0;margin-top:.75rem;padding-top:.75rem;animation:fadeIn .25s ease}.order-section{margin-bottom:0}.order-section h4{margin:0 0 .25rem;font-weight:600;font-size:.95rem;color:#0f172a}.order-section p{margin:0;color:#334155;font-size:.9rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.profile-card{background:#b0c4de;border-radius:10px;padding:1.5rem;max-width:480px;margin-top:1rem}.profile-card h2{margin-bottom:1.25rem;color:#0f172a}.form-group{margin-bottom:1rem;display:flex;flex-direction:column}.form-group label{font-weight:600;color:#334155;margin-bottom:.25rem}.form-group input{border:1px solid #cbd5e1;border-radius:6px;padding:.5rem .75rem;font-size:.95rem;background:#fff;color:#0f172a;transition:border-color .2s ease,background .2s ease}.form-group input:disabled{background:#f1f5f9;color:#475569;cursor:not-allowed}.form-group input:focus{outline:none;border-color:#2563eb}.cancel-btn,.edit-btn,.save-btn{border:none;border-radius:6px;padding:.6rem 1.25rem;font-weight:600;cursor:pointer;transition:background .2s ease}.edit-btn{background:#2563eb;color:white}.edit-btn:hover{background:#1d4ed8}.edit-actions{display:flex;gap:.75rem}.cancel-btn{background:#e2e8f0;color:#0f172a}.cancel-btn:hover{background:#cbd5e1}.save-btn{background:#e2e8f0;color:0}.save-btn:hover{background:#cbd5e1}.cancel-btn:disabled,.save-btn:disabled{opacity:.6;cursor:not-allowed}.success-msg{margin-top:.75rem;color:#16a34a;font-weight:500}@media (max-width:768px){.account-page .site-container{padding:1.5rem}.account-page h1{font-size:1.5rem}.account-tabs{flex-wrap:wrap;gap:.8rem}}.search-modal{position:fixed;inset:0;z-index:100;display:flex;justify-content:center;align-items:start;padding-top:66px}.search-box{position:relative;background-color:#0f172a;border:1px solid #334155;border-radius:8px;width:100%;max-width:600px;padding:16px;z-index:101}.close-btn svg{color:#000!important;stroke:#000!important}.close-btn:active,.close-btn:focus{outline:none!important;box-shadow:none!important}.input-group{position:relative;display:flex;align-items:center;gap:8px;border:1px solid #334155;border-radius:6px;padding:8px 10px;background-color:#1e293b}.input-group input{border:none;outline:none;flex:1;font-size:20px;font-family:var(--font-family-main);background-color:#1e293b}.input-group input::placeholder{color:rgba(255,255,255,.7)}.input-group input{color:#ffffff!important}.results{max-height:400px;overflow-y:auto;font-size:18px;font-family:var(--font-family-main);color:#cbd5e1}.result-item{display:flex;gap:10px;padding:8px;border-radius:6px;text-decoration:none;color:inherit}.popular-item:hover,.result-item:hover{background:#1e293b}.result-item img{width:50px;height:50px;object-fit:cover;border-radius:4px}.overlay{position:fixed;inset:0;background:rgba(0,0,0,.3);z-index:100}.title{padding-top:7px;margin:0;font-weight:600}.category{margin:0;padding-top:3px}.close-btn{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:4px;-webkit-tap-highlight-color:transparent}.search-title{color:white;font-size:20px;font-weight:600;margin-bottom:12px}.popular-section{margin-top:16px}.popular-title{color:#94a3b8;font-size:16px;opacity:.8;margin-bottom:8px}.popular-item{display:flex;align-items:center;gap:8px;padding:6px 4px;border-radius:6px;cursor:pointer;font-size:18px;text-decoration:none;color:#cbd5e1}.input-group svg{stroke:#a9a4a4!important;color:#a9a4a4!important}.icon{font-size:20px}@media(max-width:600px){.search-box{border-radius:0;border:none}.search-modal{padding-top:63px}}.svc-card{display:grid;grid-template-columns:48px 1fr auto;align-items:start;padding:1rem;border-radius:.5rem;border:1px solid rgba(255,255,255,.08);background:#1e293b4d;transition:.25s;text-decoration:none;box-shadow:0 0 0 1px rgba(255,255,255,.05)}.svc-card:hover{border-color:#10b98180}.svc-check,.svc-left{display:flex;align-items:center;justify-content:center}.svc-check{width:38px;height:38px;border-radius:12px;background-color:#17345d80;border:1px solid #787ea759}.popular-service .svc-check{background:rgba(16,185,129,.2);border:1px solid rgba(16,185,129,.35)}.popular-service .svc-check svg{stroke:#34d399}.svc-check svg{stroke:#94a3b8}.svc-mid{display:flex;flex-direction:column;gap:3px;padding-left:10px}.svc-title{font-size:1rem;font-weight:700;color:white}.svc-desc{font-size:.85rem;color:#94a3b8;opacity:.8;margin:3px 0 0}.svc-price{font-size:1.125rem;font-weight:700;color:#34d399;margin-top:6px}.svc-right{display:flex;flex-direction:column;justify-content:center;align-items:flex-end}.svc-badge{background:#10b98133;color:#6ee7b7;border-radius:9999px;padding:.25rem .5rem;font-size:.75rem}.svc-group-heading{font-size:1.25rem;font-weight:700;color:white;padding:20px 0 0}.svc-list{display:flex;flex-direction:column;gap:1.15rem}@media(min-width:900px){.support-btn{display:none}}.dropdown-panel{position:absolute;top:100%;left:0;width:100%;background:#0f172a;padding:3.5rem 0;border-top:1px solid rgba(255,255,255,.05);box-shadow:0 30px 70px rgba(0,0,0,.55);display:flex;justify-content:center;gap:3rem 2rem;max-height:calc(100vh - 90px);overflow-y:auto;animation:dropdownFade .28s ease;z-index:9999}.dropdown-inner{width:100%;max-width:1280px;display:grid;gap:0 2rem;grid-template-columns:repeat(3,minmax(320px,1fr));margin:0 auto}.dropdown-inner.two-col{grid-template-columns:repeat(2,1fr)}.dropdown-main-title{grid-column:1/-1;text-align:center;font-size:1.65rem;font-weight:700;color:#ffffff;padding-bottom:3rem;margin:0}.submenu-header{grid-column:1/-1;display:flex;flex-direction:column;gap:1.25rem;padding:0 2rem}.submenu-title{margin:0;font-size:1.85rem;font-weight:700;color:#fff}.back-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.6rem 1.1rem;font-weight:600;border-radius:8px;color:#14b8a6;border:1px solid rgba(20,184,166,.25);background:transparent;transition:.25s;width:auto!important;align-self:flex-start}.back-btn:hover{background:rgba(20,184,166,.12);border-color:rgba(20,184,166,.45)}.submenu-body{grid-column:1/-1;max-width:1280px;margin:0 auto;padding:0 2rem;box-sizing:border-box}.submenu-columns{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.submenu-left-column{display:flex;flex-direction:column}.submenu-right-column{display:flex;justify-content:center;align-items:center}.submenu-right{padding-left:2.5rem;border-left:1px solid rgba(255,255,255,.08)}.promo-card{background:#1e293b80;border:1px solid rgba(255,255,255,.08);padding:2rem;border-radius:16px;max-width:360px;width:100%}.promo-icon{height:64px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.promo-icon img{width:70px;height:70px;object-fit:contain}.promo-title{font-size:1.5rem;font-weight:700;color:#fff;text-align:center;margin-bottom:.5rem}.promo-subtitle{font-size:.95rem;color:#cbd5e1;opacity:.9;margin-bottom:1.2rem}.promo-list{list-style:none;padding:0;margin:0}.promo-list li{display:flex;align-items:center;gap:.5rem;color:#e2e8f0;margin-bottom:.55rem}.promo-list li:before{content:"✔";color:#14b8a6}.dropdown-category{padding-left:.4rem}.dropdown-category,.dropdown-header{display:flex;flex-direction:column}.dropdown-header:after{content:"";height:1px;width:100%;background:rgba(20,184,166,.35);margin:.4rem 0 1rem}.dropdown-title{display:flex;align-items:center;gap:.55rem;margin-bottom:5px}.dropdown-title img,.dropdown-title svg{width:22px;height:22px;opacity:.95}.dropdown-title h4{margin:0;color:#64d3c6;font-weight:700;font-size:1rem;letter-spacing:.4px}.dropdown-category ul{margin-left:0!important;display:flex;flex-direction:column;gap:.4rem;margin:0;padding:0 0 25px 20px}.dropdown-category li,.dropdown-category ul{list-style:none!important}.dropdown-link{display:flex;justify-content:space-between;align-items:center;color:#959ca5;font-size:1rem;text-decoration:none;background-color:#1e293b4d;padding:5px}.dropdown-link:hover{color:#14b8a6}@keyframes slideInRight{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes slideInLeft{0%{transform:translateX(-100%)}to{transform:translateX(0)}}.mobile-slide-forward{animation:slideInRight .35s ease forwards}.mobile-slide-back{animation:slideInLeft .35s ease forwards}.srv-left{display:flex;align-items:center;gap:6px}.dot{width:7px;height:7px;background:#445266;border-radius:50%;display:inline-block;margin-right:5px}.srv-count{font-size:.75rem;color:#94a3b8;opacity:.55}@media (max-width:900px){.dropdown-panel{display:none!important}.primary-nav{position:fixed;top:64px;left:0;width:100%;background:#0f172a;padding:1.75rem 1.25rem 3.5rem;display:flex;flex-direction:column;gap:1.5rem;align-items:flex-start;opacity:0;pointer-events:none;transition:.28s ease;z-index:9998;box-sizing:border-box}.primary-nav.open{opacity:1;pointer-events:auto}.primary-nav .nav-link{font-size:1.25rem;font-weight:600;color:#e2e8f0;display:block;padding:.35rem 0;text-align:left}.primary-nav .nav-link:hover{color:#14b8a6}.desktop-only{display:none!important}.support-btn{margin-top:auto;width:100%;padding:.5rem 1rem;background:#14b8a6;font-size:1.2rem;font-weight:700;color:white;text-align:center;border-radius:10px;text-decoration:none;box-sizing:border-box}.support-btn:hover{background:#0d9c8e}}.mobile-services-back{display:inline-flex;align-items:center;gap:.4rem;padding:.55rem 1rem;background:none;border-radius:8px;color:#14b8a6;font-weight:600;text-decoration:none;border:1px solid rgba(20,184,166,.18);transition:background .25s ease,border-color .25s ease,transform .25s ease,box-shadow .25s ease}.mobile-services-back:hover{background:rgba(20,184,166,.1);border-color:rgba(20,184,166,.35);box-shadow:0 0 12px rgba(20,184,166,.25)}.mobile-services-overlay{position:fixed;top:64px;left:0;right:0;bottom:0;background:rgba(0,0,0,.45);z-index:10000!important;display:flex;justify-content:flex-end}.mobile-services-panel{position:absolute;top:0;left:0;right:0;bottom:0;background:#0b1220;color:white;padding:1.5rem;border-left:1px solid rgba(255,255,255,.1);z-index:10001!important}@keyframes slideInPanel{0%{transform:translateX(100%)}to{transform:translateX(0)}}.mobile-services-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.2rem}.mobile-services-close{background:none;border:none;color:#fff}.mobile-services-body{overflow-y:auto;height:calc(100% - 100px);-webkit-overflow-scrolling:touch}.mobile-services-body::-webkit-scrollbar{width:0;height:0}.mobile-services-body{scrollbar-width:none;-ms-overflow-style:none}.mobile-service-category{margin-bottom:1.8rem}.mobile-service-link{display:block;padding:.75rem 0;color:#cbd5e1;border-bottom:1px solid rgba(255,255,255,.07);text-decoration:none}.mobile-service-link:hover{color:#14b8a6}.booking-wrapper{max-width:700px;margin:0 auto;align-items:center;padding:1rem}.booking-card,.booking-wrapper{display:flex;flex-direction:column}.booking-card{width:100%;background:#0b1220;border-radius:16px;padding:2rem;border:1px solid #1e293b;box-shadow:0 6px 20px rgba(0,0,0,.4);gap:1.5rem;margin-top:1.5rem;transition:border-color .2s ease,box-shadow .2s ease}.booking-card input{width:100%;background:#111827;border:1px solid rgba(203,213,225,.16);border-radius:10px;color:#e5edf7;font-size:1rem;padding:.5rem 1rem;box-sizing:border-box;outline:none;transition:border-color .25s ease,box-shadow .25s ease}.booking-card:hover{border-color:#14b8a6;box-shadow:0 8px 24px rgba(20,184,166,.25)}.back-link{align-self:flex-start;margin-bottom:.75rem;margin-top:-.5rem}.section.booking{background-color:#060b19;min-height:100vh;display:flex;justify-content:center;align-items:flex-start;padding:9rem 0}.back-link a{display:inline-flex;align-items:center;gap:.4rem;padding:.55rem 1rem;border-radius:8px;color:#14b8a6;font-weight:600;text-decoration:none;border:1px solid rgba(20,184,166,.18);transition:background .25s ease,border-color .25s ease,transform .25s ease,box-shadow .25s ease}.back-link a:hover{background:rgba(20,184,166,.1);border-color:rgba(20,184,166,.35);box-shadow:0 0 12px rgba(20,184,166,.25);transform:translateY(-1px)}.service-title{font-size:1.8rem;font-weight:700;margin:10px 0;text-align:center;color:#f8fafc;font-family:var(--font-family-main,"Inter",sans-serif)}.option-item{display:flex;flex-direction:column;gap:.6rem}.option-label{font-size:1rem;font-weight:500;color:#e2e8f0}.option-input{width:100%;background:#141d2f;border:1px solid #334155;color:#f1f5f9;border-radius:8px;padding:10px 12px;font-size:.95rem;transition:border-color .2s ease,box-shadow .2s ease;margin-top:10px}.option-input::placeholder{color:#94a3b8}.option-input:focus{border-color:#14b8a6;outline:none;box-shadow:0 0 0 2px rgba(20,184,166,.35)}.option-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%2314b8a6' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .8rem center;background-size:1rem}.checkbox-inline{display:flex;align-items:center;gap:.5rem;color:#e2e8f0}.option-checkbox{width:18px;height:18px;accent-color:#14b8a6;cursor:pointer;width:auto!important}.option-extra{color:#38bdf8;font-size:.9rem;margin-left:.25rem}.base-price{background:#111827;padding:.75rem 1rem;border-radius:10px;font-size:.95rem;color:#e2e8f0;border:1px solid #334155}.price-main{color:#22d3ee;font-weight:600}.order-summary{background:#111827;padding:1rem;border-radius:12px;color:#f1f5f9;margin-top:1rem;font-size:.95rem;border:1px solid #334155}.order-summary h3{color:#14b8a6;font-size:1rem;margin-bottom:.5rem}.btn-primary{background:#14b8a6;color:#0f172a;border:none;border-radius:10px;padding:.75rem 1rem;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease}.btn-primary:hover{background:#0d9488}.multi-select-wrapper{position:relative;width:100%;margin-top:10px}.multi-select-button{cursor:pointer;border-radius:.75rem;border:1px solid #334155;background-color:#141d2f;padding:.625rem 2.5rem .625rem .75rem;color:#f8fafc;font-size:.9rem;display:flex;flex-wrap:wrap;gap:.4rem;transition:border-color .2s ease,box-shadow .2s ease}.multi-select-button:hover{border-color:#14b8a6;box-shadow:0 0 0 2px rgba(20,184,166,.25)}.multi-select-placeholder{color:#94a3b8}.multi-select-icon{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);color:#14b8a6;pointer-events:none}.multi-select-chips{display:flex;flex-wrap:wrap;gap:6px}.multi-select-chip{display:flex;align-items:center;gap:4px;background-color:rgba(20,184,166,.2);color:#5eead4;border:1px solid #0d9488;border-radius:9999px;padding:2px 8px;font-size:.8rem;box-shadow:0 1px 2px rgba(0,0,0,.25)}.multi-select-remove{display:flex;align-items:center;justify-content:center;cursor:pointer;padding:2px;border-radius:50%;background:rgba(255,255,255,.1);transition:background .2s ease}.multi-select-remove:hover{background:rgba(255,255,255,.25)}.multi-select-options{position:absolute;z-index:40;margin-top:.5rem;width:100%;max-height:15rem;overflow-y:auto;border-radius:.75rem;background-color:#0b1220;border:1px solid #334155;padding:.5rem 0;font-size:.875rem;box-shadow:0 10px 24px rgba(0,0,0,.5);animation:dropdown-fade .2s ease-in-out}.multi-select-option{position:relative;cursor:pointer;user-select:none;padding:.6rem 2.5rem .6rem 2rem;color:#f1f5f9;transition:background .2s ease,color .2s ease}.multi-select-option.active{background-color:rgba(13,148,136,.25);color:#5eead4}.multi-select-option.selected{color:#2dd4bf;font-weight:500}.multi-select-remove svg{width:10px;height:10px}.multi-select-chip{gap:2px;padding:1px 6px}.option-price{position:absolute;right:.75rem;font-size:.75rem;color:#9ca3af}.checkmark{position:absolute;left:.5rem;color:#14b8a6}@keyframes dropdown-fade{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.subtotal-row{display:flex;justify-content:space-between;font-size:1.125rem;font-weight:600;margin-top:1rem;color:#f1f5f9}@media (max-width:768px){.booking-card{width:90%;padding:1.5rem}.multi-select-button{font-size:.85rem}}.review-media img{height:100px;width:100px;object-fit:cover}.review-action-footer{padding-bottom:20px}.reviews-section{background:#fafafa;border-radius:12px;padding:2rem;margin-top:3rem;box-shadow:0 2px 6px rgba(0,0,0,.06)}.reviews-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.reviews-title{font-size:1.6rem;font-weight:700;color:#111}.btn-write-review{background:#E2E8EE;border:1px solid #e5e7eb;border-radius:6px;padding:.7rem 1.2rem;font-size:.85rem;color:#333;cursor:pointer;transition:all .2s;text-decoration:none}.btn-write-reviewy:hover{background:#444;transform:translateY(-1px)}.review-list{display:flex;flex-direction:column;gap:1.4rem;list-style:none;margin-top:1rem;padding:0}.review-card{background:#fff;border-radius:10px;padding:1.5rem;border:1px solid #e5e7eb;box-shadow:0 1px 3px rgba(0,0,0,.04);transition:box-shadow .2s ease,transform .15s ease}.review-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.08);transform:translateY(-2px)}.review-top{display:flex;flex-direction:column;align-items:flex-start;gap:.4rem;margin-bottom:.8rem}.review-avatar{display:flex;align-items:center;gap:.6rem;margin-bottom:.3rem}.review-avatar img{border-radius:50%;width:45px;height:45px;object-fit:cover}.review-avatar svg{width:25px;height:25px;border-radius:50%;background:#f5f6f7;border:1px solid #e3e3e3;padding:0;box-sizing:content-box}.review-meta{flex:1;display:flex;flex-direction:column}.review-author{font-weight:600;color:#111;font-size:1rem}.review-stars{color:#ccc;display:flex;gap:2px;font-size:1rem}.review-stars span.filled{color:#f6a700}.review-title{font-weight:600;margin-top:.2rem;color:#222}.review-date{color:#666;font-size:.9rem;margin-top:.3rem}.review-comment{color:#333;line-height:1.6;margin-top:.7rem}.review-actions{margin-top:.9rem;display:flex;gap:.8rem}.review-actions button{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;padding:.35rem .9rem;font-size:.85rem;color:#333;cursor:pointer;transition:all .2s}.review-actions button:hover{background:#e7e9eb}.review-write-page{max-width:700px;margin:3rem auto;background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 16px rgba(0,0,0,.06)}.review-write-page h2{font-size:1.6rem;font-weight:700;margin-bottom:1.2rem;color:#111}.review-header{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1rem}.review-header img{border-radius:10px}.review-header h3{font-size:1.1rem;font-weight:600;color:#222}.review-header p{font-size:.9rem;color:#555;margin-top:.2rem}.stars{gap:.3rem;font-size:1.8rem}.star{color:#ccc;cursor:pointer;transition:color .25s ease,transform .15s ease}.star.filled,.star:hover{color:#f6a700;transform:scale(1.15)}.review-write-page input,.review-write-page textarea{width:100%;border:1px solid #ddd;border-radius:8px;padding:.75rem;font-size:1rem;margin-bottom:1rem;font-family:var(--font-family-main,sans-serif);transition:border-color .2s ease,box-shadow .2s ease}.review-write-page input:focus,.review-write-page textarea:focus{outline:none;border-color:#0070f3;box-shadow:0 0 0 2px rgba(0,112,243,.15)}.review-write-page textarea{min-height:120px;resize:vertical}.upload-box{display:block;border:2px dashed #cbd5e1;border-radius:10px;padding:1rem;text-align:center;cursor:pointer;margin-bottom:1rem;color:#555;background:#fafafa;transition:border-color .25s,background .25s}.upload-box:hover{border-color:#0070f3;background:#f1f5f9}.upload-box input{display:none}.form-actions{display:flex;gap:.8rem;margin-top:.5rem}.btn-cancel,.btn-submit-review{background:#f3f4f6;color:#333;border:1px solid #d1d5db;border-radius:6px;padding:.6rem 1.3rem;cursor:pointer;transition:all .2s ease}.btn-cancel:hover,.btn-submit-review:hover{background:#e5e7eb}.review-success{text-align:center;padding:4rem 2rem}.review-success .success-icon{font-size:2.2rem;color:#1b873e;margin-bottom:.6rem}.review-success h2{color:#1b873e;margin-bottom:.5rem}.review-success p{color:#444;margin-bottom:1.5rem}.review-success button{background:#0070f3;color:white;border:none;border-radius:6px;padding:.6rem 1.4rem;font-weight:600;cursor:pointer;transition:background .25s ease}.review-success button:hover{background:#005ac1}@media(max-width:600px){.t-meta{gap:0!important}}@media (max-width:768px){.reviews-header{flex-direction:column;align-items:flex-start;gap:1rem}.review-write-page{padding:1.5rem}.btn-primary{text-align:center}.form-actions{flex-direction:column}}.highlights{background:#093139}.highlights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;align-items:center;text-align:center}.highlight{flex-direction:column;padding:20px 0}.highlight,.highlight-icon{display:flex;align-items:center}.highlight-icon{position:relative;width:60px;height:60px;border-radius:16px;justify-content:center;margin:0 auto 20px;background-color:var(--iconColor);transition:transform .25s ease;overflow:visible}.highlight-icon:after{content:"";position:absolute;bottom:-22px;left:50%;transform:translateX(-50%);width:55px;height:20px;background:var(--shadowHoverColor);border-radius:50%;opacity:0;transition:opacity .25s ease,width .25s ease,height .25s ease}.highlight-icon:hover:after{opacity:1;width:62px;height:16px}.highlight-title{font-size:1.5rem;font-weight:500;font-family:var(--font-family-main);color:white}.highlight-desc,.highlight-title{margin:5px 0;color:white}.highlight-desc{font-size:18px;font-family:var(--font-family-main);margin-bottom:0}@media (max-width:760px){.highlights-grid.carousel-mode{position:relative;display:flex;justify-content:center;align-items:center;overflow:hidden;height:auto;min-height:140px}.highlight{position:absolute;width:100%;top:0;left:0;text-align:center;opacity:0;transform:translateX(100%);transition:transform .8s ease-in-out,opacity .8s ease-in-out}.highlight.active{opacity:1;transform:translateX(0);z-index:2;position:relative}.highlight.next,.highlight.prev{opacity:0;position:absolute}.highlight.prev{opacity:0;transform:translateX(-100%);z-index:1}.highlight.next{opacity:0;transform:translateX(100%);z-index:1}.highlights-grid{display:block}}.section.services{padding:6rem 1rem;background:#060b1d}.site-container-services{max-width:1280px;margin:0 auto}.services-heading{font-size:clamp(2rem,3vw,2.75rem);font-weight:800;color:#f8fafc;text-align:center;margin-bottom:.5rem;margin-top:0}.services-sub{font-size:1.15rem;color:#94a3b8;text-align:center;margin-bottom:3.5rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(330px,1fr));gap:2rem}.service-card:hover{border-color:rgba(16,185,129,.4);box-shadow:0 8px 24px rgba(0,0,0,.7),0 0 0 1px rgba(16,185,129,.3)}.service-card-icon{transition:transform .25s ease;margin-bottom:.25rem}.service-card-icon img{width:50px;height:50px;transition:transform .25s ease}.service-card:hover .service-card-icon img{transform:scale(1.08)}.service-card-title{color:#f1f5f9;font-size:1.25rem;font-weight:600;text-align:left;margin:0;padding:15px 0 10px}.service-card-desc{color:#94a3b8;font-size:.95rem;line-height:1.55;text-align:left;max-width:90%;margin-top:-.25rem}.service-card-bottom{display:flex;align-items:center;justify-content:space-between;padding:20px 0}.service-card-price{font-size:1.4rem;font-weight:700;color:#34D399;margin:0}.service-card-mode{display:inline-block;padding:4px 12px;font-size:.75rem;font-weight:500;border-radius:.5rem;border:1px solid #334155;color:#ffffff;background:rgba(51,65,85,.35);width:fit-content}.btn-primary2{padding:.6rem 1.5rem;margin:1rem auto 0;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700;border-radius:.75rem;background:linear-gradient(90deg,#10b981,#14b8a6);color:white;box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 10px 25px rgba(16,185,129,.25);cursor:pointer;text-decoration:none;transition:opacity .25s ease,box-shadow .25s ease,transform .15s ease;width:fit-content;min-width:160px}.btn-primary2:hover{opacity:.9;box-shadow:0 12px 26px rgba(16,185,129,.35),inset 0 1px 0 rgba(255,255,255,.08)}.service-card-btn{width:100%;padding:.6rem 0;margin-top:0;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700;border-radius:.75rem;background:linear-gradient(90deg,#10b981,#14b8a6);color:white;box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 10px 25px rgba(16,185,129,.25);cursor:pointer;text-decoration:none;transition:opacity .25s ease,box-shadow .25s ease}.service-card-btn:hover{opacity:.9;box-shadow:0 12px 26px rgba(16,185,129,.35),inset 0 1px 0 rgba(255,255,255,.08)}@media (max-width:600px){.section.services{padding:4rem 1rem}}.service-detail{background:#0b0f19;color:#e2e8f0;padding:9rem 0;font-family:Inter,sans-serif}.site-container{padding:0 1rem}.service-top{flex-direction:row;align-items:stretch;flex-wrap:wrap;gap:2.5rem;margin-bottom:3rem}.service-image,.service-top{display:flex;justify-content:center}.service-image{flex:1 1 600px}.service-hero{width:100%;height:100%;object-fit:cover;border-radius:1rem}.service-card,.service-hero{background:#0f172a;box-shadow:0 4px 10px rgba(0,0,0,.4),0 0 0 1px rgba(0,0,0,.25)}.service-card{flex:1 1 360px;border:1px solid #1e293b;border-radius:1rem;padding:2rem;display:flex;flex-direction:column;justify-content:space-between;text-decoration:none;transition:border-color .3s ease,box-shadow .3s ease}.service-card:hover{border-color:#14b8a6;box-shadow:0 6px 18px rgba(20,184,166,.25),0 0 0 1px rgba(20,184,166,.25)}.service-card h1{font-size:1.9rem;font-weight:700;color:#fff;margin-bottom:.5rem}.service-rating{display:flex;align-items:center;gap:6px;font-size:.95rem;margin-bottom:.75rem;cursor:pointer}.star-wrapper{display:flex;gap:1px}.star-outline .star-shape{fill:#475569}.star-filled .star-shape{fill:#facc15}.star-item{position:relative;width:16px;height:16px}.service-rating .score{font-weight:600;color:#f8fafc}.service-rating .reviews{color:#94a3b8;font-size:.9rem;padding-left:6px}.service-rating .reviews:hover,.service-tag{color:#10b981}.service-tag{display:inline-flex;align-items:center;justify-content:center;background:rgba(20,184,166,.08);border:1px solid #10b981;border-radius:6px;padding:4px 12px;font-size:.8rem;text-transform:uppercase;letter-spacing:.4px;margin-bottom:1.2rem;max-width:fit-content}.service-description{color:#94a3b8;font-size:.96rem;line-height:1.6;margin-bottom:1rem}.service-card hr{border:0;border-top:1px solid #1e293b;margin:1.5rem 0}.service-price{font-size:2rem;font-weight:700;color:#10b981;margin-bottom:1.25rem}.service-price small{font-size:1rem;color:#94a3b8}.btn-book{display:block;background:linear-gradient(135deg,#0b7568,#0c8274);color:#ffffff;font-weight:600;text-transform:uppercase;font-size:.95rem;padding:.9rem 1.25rem;border-radius:6px;border:1px solid rgba(255,255,255,.05);text-align:center;text-decoration:none;transition:background-color .25s ease,transform .2s ease;box-shadow:0 4px 10px rgba(13,164,143,.25),inset 0 1px 2px rgba(255,255,255,.1);transition:.25s ease}.btn-book:hover{background:linear-gradient(135deg,#0c8a7b,#0d9686);box-shadow:0 6px 16px rgba(13,164,143,.4),inset 0 1px 3px rgba(255,255,255,.15)}.included-box{background:#0b1220;border:1px solid #1e293b;border-radius:16px;padding:2rem;max-width:1200px;margin:0 auto 3rem;box-shadow:0 6px 24px rgba(0,0,0,.4)}.included-box h2{font-size:1.3rem;font-weight:700;color:#fff;margin-bottom:1.25rem;text-align:left}.included-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-auto-rows:auto;gap:.75rem 1.5rem;list-style:none;padding:0;margin:0 auto;max-width:100%}.included-list li{position:relative;padding-left:1.75rem;color:#cbd5e1;font-size:.96rem}.included-list li:before{content:"✔";position:absolute;left:0;top:0;color:#10b981;font-weight:700}@media (max-width:700px){.included-list{grid-template-columns:1fr}}#floating-book-container{position:fixed;top:50%;right:-180px;transform:translateY(-50%);z-index:9999;transition:right .35s ease,opacity .3s ease;opacity:1}#floating-book-container.floating-book-hidden{opacity:0;pointer-events:none}#floating-book-container:hover{right:0}#floating-book-container .floating-book-btn{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;min-width:140px;padding:.85rem 1.3rem;border:none;border-radius:12px 0 0 12px;font-size:.9rem;font-weight:700;text-transform:uppercase;text-decoration:none;color:#fff;background:linear-gradient(135deg,#10b981,#14b8a6);box-shadow:0 0 18px rgba(16,185,129,.6);animation:flash-pulse 2s infinite;transition:transform .25s ease}#floating-book-container:before{content:"BOOK";position:absolute;left:-46px;top:50%;transform:translateY(-50%) rotate(-90deg);background:#10b981;color:#fff;font:700 .8rem/1 Inter,system-ui,sans-serif;letter-spacing:1px;border-radius:8px 8px 0 0;padding:6px 12px;cursor:pointer;animation:flash-pulse 2s infinite}#floating-book-container:hover:before{background:linear-gradient(135deg,#14b8a6,#10b981)}.service-card .btn-book{position:relative;z-index:5}@keyframes flash-pulse{0%{box-shadow:0 0 8px rgba(16,185,129,.6),0 0 0 0 rgba(16,185,129,.4)}50%{box-shadow:0 0 18px rgba(16,185,129,.9),0 0 0 10px rgba(16,185,129,0)}to{box-shadow:0 0 8px rgba(16,185,129,.6),0 0 0 0 rgba(16,185,129,.4)}}@media (max-width:768px){#floating-book-container{top:60%;right:-160px}#floating-book-container .floating-book-btn{font-size:.8rem;padding:.7rem 1rem}#floating-book-container:before{left:-38px;font-size:.7rem}}.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:100}.modal-box{background:#fff;padding:2rem;border-radius:12px;max-width:400px;width:90%;text-align:center;box-shadow:0 8px 20px rgba(0,0,0,.2);animation:popIn .25s ease}.modal-icon{font-size:2rem;margin-bottom:.5rem}.modal-box h2{margin:0 0 .5rem}@keyframes popIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.btn.is-loading{opacity:.85;cursor:wait;pointer-events:none}.section.how{background:#020617;padding:60px 20px;text-align:center;font-family:var(--font-family-main)}.how-heading,.testimonials-heading{font-size:clamp(2.4rem,3.5vw,3.2rem);font-weight:800;color:#f8fafc;margin-bottom:.5rem;margin-top:0}.how-sub,.testimonials-sub{font-size:1.5rem;color:#94a3b8;font-family:var(--font-family-main);margin-bottom:4rem;margin-top:0;line-height:1.6}.testimonials-sub{padding-bottom:0;margin-bottom:15px}.how-grid{justify-content:center;align-items:flex-start;gap:4rem;max-width:1100px;margin:0 auto;flex-wrap:wrap}.how-grid,.how-step{display:flex;position:relative}.how-step{flex-direction:column;text-align:center;flex:1 1 250px;min-width:220px;opacity:0;transform:translateY(20px);animation:fadeUp .8s ease forwards}.how-step:nth-child(2){animation-delay:.1s}.how-step:nth-child(3){animation-delay:.2s}.step-number{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#12afa1,#14b8a6);color:#fff;font-weight:800;font-size:2rem;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 18px rgba(37,99,235,.25);transition:transform .25s ease}.step-number:hover{transform:scale(1.08)}.connector{position:absolute;top:20px;right:-43%;width:70%;height:47px;pointer-events:none}.connector svg{width:100%;height:100%}.step-title{font-size:2rem;font-weight:600;color:#f1f5f9;margin-bottom:.5rem}.step-desc,.step-title{font-family:var(--font-family-main)}.step-desc{font-size:20px;color:#94a3b8;line-height:1.6;margin:0}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:940px){.how-grid{flex-direction:column;gap:0;align-items:center}.step-number{width:60px;height:60px}.how-step{flex:1 1 210px}.step-title{margin:0}.connector{display:none}}.section.testimonials{background:linear-gradient(180deg,#060f1f,#040a15);color:#000;text-align:center}.site-container-testimonials{max-width:1250px;margin:0 auto;padding:20px;border:1px solid #1e293b;border-radius:16px}.carousel-wrapper{display:flex;flex-direction:column;align-items:center;gap:35px}.carousel-viewport{overflow:hidden;width:100%;max-width:1200px;position:relative;touch-action:pan-y}.carousel-track{display:flex;align-items:stretch;transition:transform .55s cubic-bezier(.4,0,.2,1);will-change:transform}.carousel-track.no-anim{transition:none!important}.carousel-slide{flex:0 0 calc(100% / 3);padding:0 20px;box-sizing:border-box;margin:20px 0;display:flex}.star-outline .star-shape{fill:transparent;stroke:#facc15;stroke-width:1.6}@media (max-width:1299px) and (min-width:760px){.carousel-slide{flex:0 0 calc(100% / 2)}}@media (max-width:759px){.carousel-slide{flex:0 0 100%}}.testimonial-card{background:#fdfdfd;border-radius:14px;box-shadow:0 8px 25px rgba(0,0,0,.08);padding:40px 35px;text-align:left;display:flex;flex-direction:column;justify-content:space-between;flex:1;transition:transform .3s ease,box-shadow .3s ease}.testimonial-card:hover{box-shadow:0 10px 25px rgba(30,136,229,.25)}.top-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.stars{display:flex;gap:2px}.t-date{font-size:13px;color:#94a3b8;flex-shrink:0}.testimonial-text{color:#334155;font-size:15px;line-height:1.6;margin-top:5px;margin-bottom:25px;text-align:left}.read-more-btn{background:none;border:none;color:#0ea5e9;font-size:14px;margin-top:8px;cursor:pointer;padding:0;font-weight:500}.read-more-btn:hover{color:#0284c7}.testimonial-footer{display:flex;justify-content:flex-end;align-items:center;margin-top:auto}.footer-right{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.t-name{font-weight:600;color:#111827}.verified-pill.below{display:inline-flex;align-items:center;gap:4px;background:#13afa1;color:#fff;font-size:12px;font-weight:500;padding:3px 8px;border-radius:999px}.owl-nav{display:flex;justify-content:center;gap:40px}.owl-next,.owl-prev{background:none;border:none;color:#ebe8e8;font-size:48px;cursor:pointer;transition:color .3s ease,transform .2s ease}.owl-next:hover,.owl-prev:hover{color:#ffffff;transform:scale(1.1)}.site-container-testimonials.no-container-border{border:none!important}.accessibility-section{width:90%;max-width:1100px;margin:0 auto;padding:9rem 0;color:#1f2937;background-color:#ffffff}.accessibility-title{font-size:2.25rem;font-weight:700;text-align:center;color:#111827;margin-bottom:1rem}.accessibility-date{text-align:center;font-size:.875rem;color:#6b7280;margin-bottom:2.5rem}.accessibility-content{max-width:720px;margin:0 auto;line-height:1.8}.accessibility-content h2{font-size:1.5rem;font-weight:600;margin-top:2.5rem;margin-bottom:.75rem;color:#111827;font-family:var(--font-family-main)}.accessibility-content p{margin-bottom:1rem;font-family:var(--font-family-main)}.accessibility-content a{color:#2563eb;text-decoration:none}.accessibility-content a:hover{text-decoration:underline}.legal-wrapper{min-height:100vh;padding:9rem 1rem 4rem;background:rgb(2 6 23/var(--tw-bg-opacity,1));display:flex;flex-direction:column;align-items:center}.legal-container{width:100%;max-width:64rem}.legal-back{display:inline-flex;align-items:center;gap:.4rem;padding:.55rem 1rem;border-radius:8px;color:#14b8a6;font-weight:600;text-decoration:none;border:1px solid rgba(20,184,166,.18);transition:background .25s ease,border-color .25s ease,transform .25s ease,box-shadow .25s ease;margin-bottom:2rem}.legal-back:hover{background:rgba(20,184,166,.1);border-color:rgba(20,184,166,.35);box-shadow:0 0 12px rgba(20,184,166,.25)}.legal-header{text-align:center;margin-bottom:3rem}.legal-contact-layout{display:flex;gap:1.5rem;padding:30px!important}.legal-contact-content-col h2{margin-bottom:.5rem;margin:0}.legal-header h1{font-size:2.5rem;font-weight:700;color:#f8fafc;margin-bottom:.5rem;margin-top:15px}.legal-updated{font-size:.9rem;color:#94a3b8;margin-bottom:1rem}.legal-intro{color:#cbd5e1;max-width:650px;margin:0 auto;line-height:1.7}.legal-card{background:rgb(15 23 42/.5);padding:.5rem 1.5rem;border-radius:14px;margin-bottom:2rem;border:1px solid rgba(255,255,255,.08);box-shadow:0 4px 10px rgba(0,0,0,.35),0 0 0 1px rgba(255,255,255,.03)}.legal-card-header{display:flex;align-items:center;gap:12px;margin-bottom:1rem}.legal-card-icon{color:#14b8a6}.legal-card h2{color:#f1f5f9;font-size:1.4rem;font-weight:600}.legal-highlight{color:#10b981!important;font-weight:600;margin-top:1rem;margin-bottom:.35rem;font-size:1.02rem}.legal-contact-btn{background:linear-gradient(135deg,#0b7568,#0c8274);color:#ffffff;font-weight:600;padding:.7rem 1.6rem;border-radius:.75rem;display:inline-block;text-decoration:none;border:1px solid rgba(255,255,255,.05);box-shadow:0 4px 10px rgba(13,164,143,.25),inset 0 1px 2px rgba(255,255,255,.1);transition:.25s ease}.legal-contact-btn:hover{background:linear-gradient(135deg,#0c8a7b,#0d9686);box-shadow:0 6px 16px rgba(13,164,143,.4),inset 0 1px 3px rgba(255,255,255,.15)}.legal-card li,.legal-card p{color:#cbd5e1;line-height:1.75;font-size:.95rem}.legal-card ul{padding-left:1.2rem;margin-top:.5rem}.legal-contact-card{background:rgba(16,185,129,.08);border:1px solid rgba(16,185,129,.3)}.ctc-chat-wrapper{position:fixed;bottom:20px;right:20px;z-index:9990;font-family:system-ui,sans-serif}.ctc-chat-bubbleButton:after,.ctc-chat-bubbleButton:before{content:"";position:absolute;inset:0;border-radius:999px;background:rgba(8,145,178,.4);z-index:-1;animation:pulseWave 2.5s ease-out infinite}@keyframes pulseWave{0%{transform:scale(1);opacity:.7}70%{transform:scale(1.8);opacity:0}to{transform:scale(1.8);opacity:0}}.ctc-chat-bubbleButton:hover{box-shadow:0 0 20px rgba(8,145,178,.6),0 18px 40px rgba(0,0,0,.25);transform:scale(1.05);transition:.2s ease}.ctc-chat-bubbleButton:after{animation-delay:1.25s}.ctc-chat-bubbleButton{position:relative;width:60px;height:60px;background:#14b8a6;color:#fff;font-size:22px;border-radius:999px;border:none;box-shadow:0 18px 40px rgba(0,0,0,.3);cursor:pointer;font-weight:600;overflow:visible;z-index:2}.ctc-chat-window{position:absolute;bottom:80px;right:0;width:320px;max-height:440px;background:#fff;border-radius:16px;box-shadow:0 24px 60px rgba(0,0,0,.3);display:flex;flex-direction:column;overflow:hidden;border:1px solid #dbe2ea}.ctc-chat-header{background:var(--brand-teal);color:#fff;padding:12px 14px;font-size:14px;font-weight:600;display:flex;justify-content:space-between;align-items:center}.ctc-chat-header-name{display:flex;align-items:center;gap:6px}.dot-online{width:8px;height:8px;background:#4ade80;border-radius:999px;display:inline-block;box-shadow:0 0 6px #4ade80}.ctc-chat-close{background:transparent;border:none;color:#fff;font-size:14px;cursor:pointer;line-height:1}.ctc-chat-messages{flex:1;padding:12px;overflow-y:auto;background:#f8fafc;font-size:14px;line-height:1.4;color:#111827;display:flex;flex-direction:column;gap:8px}.ctc-chat-msg{max-width:80%;padding:10px 12px;border-radius:12px;white-space:pre-wrap}.from-user{background:var(--brand-teal);color:#fff;margin-left:auto;border-bottom-right-radius:4px}.from-bot{background:#fff;color:#1e293b;border:1px solid #dbe2ea;margin-right:auto;border-bottom-left-radius:4px}.ctc-chat-inputRow{display:flex;border-top:1px solid #dbe2ea;background:#fff;padding:8px;gap:8px;align-items:center}.ctc-chat-input{flex:1;border:1px solid #cbd5e1;background:#fff;padding:10px 12px;border-radius:10px;font-size:14px;outline:none}.ctc-chat-input:focus{border-color:#0891b2;box-shadow:0 0 0 2px rgba(8,145,178,.15)}.ctc-chat-sendBtn{background:var(--brand-teal);color:#fff;border:none;border-radius:10px;padding:10px 12px;font-size:14px;font-weight:600;cursor:pointer}.chat-link{color:var(--brand-teal);text-decoration:underline;word-break:break-all}.chat-strong{font-weight:600;color:#1e293b}.thankyou-container{min-height:100vh;display:flex;justify-content:center;align-items:center;background:#f8fafc;padding:20px}.thankyou-card{background:#fff;border:1px solid #dbe2ea;border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,.1);padding:40px;max-width:420px;text-align:center}.thankyou-card h1{color:#0891b2;margin-bottom:16px;font-size:28px}.thankyou-card p{color:#334155;font-size:16px;line-height:1.6;margin-bottom:16px}.thankyou-note{font-style:italic;color:#64748b}.thankyou-home{display:inline-block;margin-top:12px;color:#0891b2;font-weight:600;text-decoration:underline}.plan-section{min-height:100vh;background-color:#f9fafb;padding:9rem 1rem;display:flex;justify-content:center;align-items:flex-start}.plan-container{width:100%;max-width:720px;background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:3rem;box-shadow:0 4px 10px rgba(0,0,0,.04)}.plan-header{border-bottom:1px solid #e5e7eb;padding-bottom:1.5rem;margin-bottom:2rem}.plan-price{font-size:1.25rem;color:#374151;margin-top:.5rem}.plan-duration{color:#6b7280;margin-left:.25rem;font-size:1rem}.plan-features{margin-bottom:2rem}.plan-features h2{font-size:1.125rem;font-weight:500;color:#1f2937;margin-bottom:.75rem}.plan-features ul{list-style-type:disc;padding-left:1.25rem;color:#374151}.plan-features li{margin-bottom:.25rem;line-height:1.6}.plan-description{color:#374151;line-height:1.7;margin-bottom:2rem}.plan-actions{text-align:left}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.discount-note{margin-top:-1rem;text-align:center;color:#e9e6e6;font-size:.9rem}.pricing-section{background:#020617;padding:60px 20px;display:flex;justify-content:center;transition:background .5s ease}.pricing-container{max-width:1200px;width:100%;display:flex;flex-direction:column;align-items:center}.pricing-heading{text-align:center;font-size:clamp(2.4rem,3.5vw,3.2rem);font-weight:800;color:#f8fafc;margin-bottom:1.5rem;margin-top:0}.pricing-heading,.toggle-wrapper{font-family:var(--font-family-main)}.toggle-wrapper{display:flex;align-items:center;justify-content:center;gap:.8rem;margin-bottom:3rem;font-weight:600;color:#9ca3af;font-size:1rem}.toggle-wrapper span{color:#f8fafc;transition:color .3s ease}.toggle-wrapper span.active{color:#000000;font-weight:700;background-color:#e0f2fe;border-radius:6px;padding:.25rem .6rem}.switch{position:relative;display:inline-block;width:50px;height:26px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;inset:0;background-color:#6e7ff4;border-radius:34px;transition:background .3s}.slider:before{content:"";position:absolute;height:18px;width:18px;left:4px;bottom:4px;background:#fff;border-radius:50%;transition:transform .3s}input:checked+.slider{background-color:var(--switch-color)}input:checked+.slider:before{transform:translateX(24px)}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3.5rem;justify-items:center;align-items:start;max-width:1100px;margin:0 auto}@media (max-width:960px){.pricing-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.pricing-grid{grid-template-columns:1fr}}.pricing-card{background:#fdfdfd;border-radius:.8rem;padding:2.5rem 2rem;display:flex;flex-direction:column;align-items:center;text-align:center;box-shadow:0 6px 18px rgba(0,0,0,.05);border:1px solid #e5e7eb;width:100%;max-width:340px;transition:all .4s ease}.pricing-card:hover{box-shadow:0 8px 20px rgba(0,0,0,.08)}.pricing-card.featured{color:#fff;border:none;transform:scale(1.05);background:linear-gradient(180deg,#7b8dfb,#5866e9);box-shadow:0 8px 28px rgba(88,102,233,.35)}.plan-title{font-size:1.2rem;font-weight:700;margin-bottom:.75rem;color:inherit}.plan-price{font-size:2.4rem;font-weight:800;margin-bottom:1.25rem;color:inherit}.plan-price span{display:block;font-size:.95rem;font-weight:400;opacity:.85}.plan-features{list-style:none;width:100%;margin:1rem 0 2rem;padding:0}.plan-features li{border-bottom:1px solid rgba(226,232,240,.6);opacity:.9}.btn.wide,.plan-features li{font-size:1rem;padding:.9rem 0}.btn.wide{background:#4f46e5;color:#fff;border-radius:.5rem;font-weight:600;border:none;width:100%;text-align:center;transition:all .3s ease}.btn.wide:hover{background:#4338ca}.pricing-card.featured .btn.wide{background:#fff;color:#4f46e5;font-weight:700}.pricing-card.featured .btn.wide:hover{opacity:1;box-shadow:0 6px 10px rgba(255,255,255,.35)}.monthly-mode{--switch-color:#1e40af}.monthly-mode .pricing-card.featured{background:linear-gradient(180deg,#529f82,#12b0a1);box-shadow:0 8px 28px rgba(29,216,154,.3)}.monthly-mode .btn.wide{background:#14b8a6;color:#fff}.monthly-mode .btn.wide:hover{opacity:.9;box-shadow:0 12px 26px rgba(16,185,129,.35),inset 0 1px 0 rgba(255,255,255,.08)}.monthly-mode .pricing-card.featured .btn.wide{color:#000000}.annual-mode{--switch-color:#4338ca}.annual-mode .pricing-card.featured{background:linear-gradient(180deg,#4338ca,#3730a3);box-shadow:0 8px 28px rgba(55,48,163,.35)}.annual-mode .btn.wide{background:#4338ca;color:#fff}.annual-mode .btn.wide:hover{background:#3730a3}.annual-mode .pricing-card.featured .btn.wide{color:#4338ca}.monthly-mode .slider{background-color:#14b8a6!important}.annual-mode .slider{background-color:#4338ca!important}.contact{position:relative;background:#0b1220;padding:5rem 1rem 8rem;text-align:center;color:#e5f3ff;overflow:visible!important}.contact .contact-blob{position:absolute;inset:0;background:radial-gradient(40% 45% at 50% 3%,rgba(20,184,166,.18),transparent 70%),radial-gradient(30% 35% at 50% -5%,rgba(20,184,166,.1),transparent 80%);filter:blur(100px);opacity:.65;z-index:0}.contact .contact-header{margin-bottom:3rem;position:relative;z-index:2}.contact .contact-title{font-size:clamp(2.3rem,4vw,3rem);font-weight:800;color:#fff;margin-bottom:.75rem}.contact .contact-desc{color:#9fb3c8;font-size:1.15rem}.contact .contact-form-card{max-width:900px;margin:0 auto;padding:2.8rem 2.2rem;background:rgba(15,23,42,.75);border-radius:14px;border:1px solid rgba(148,163,184,.12);backdrop-filter:blur(12px);box-shadow:0 8px 35px rgba(0,0,0,.55);position:relative;overflow:visible!important;z-index:3}.contact .contact-form{width:100%;text-align:left}.contact .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem;margin-bottom:0}@media (max-width:720px){.contact .form-row{grid-template-columns:1fr}}.contact .field{display:flex;flex-direction:column;gap:.35rem;width:100%;margin-bottom:1.5rem}.contact .label{font-size:.9rem;font-weight:600;color:#a7b4c7;letter-spacing:.15px}.contact .input,.contact .textarea{width:100%;background:#111827;border:1px solid rgba(203,213,225,.16);border-radius:10px;color:#e5edf7;font-size:1rem;padding:.9rem 1rem;box-sizing:border-box;outline:none;transition:border-color .25s ease,box-shadow .25s ease}.contact .input{height:46px;line-height:46px}.contact .textarea{min-height:150px;resize:vertical}.contact .input::placeholder,.contact .textarea::placeholder{color:#94a3b8}.contact .input:focus,.contact .textarea:focus{border-color:#10b981;box-shadow:0 0 0 3px rgba(16,185,129,.25)}.contact .btn-submit{width:100%;padding:1rem 0;margin-top:1.5rem;font-size:1.05rem;font-weight:700;border-radius:12px;border:none;color:#051316;cursor:pointer;background:linear-gradient(90deg,#10b981,#14b8a6);box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 10px 20px rgba(255,255,255,.22);transition:opacity .25s ease}.contact .btn-submit:hover{opacity:.92;transform:none!important}.contact .form-status{margin-top:1rem;text-align:center;color:#10b981;font-size:.95rem}.contact-page{padding:6rem 1rem;color:#111827;background-color:#fafafa;font-family:var(--font-family-main);text-align:center}.contact-title{font-size:2.5rem;font-weight:700;color:#06b6d4;margin-bottom:.5rem}.contact-intro{color:#4b5563;max-width:40rem;margin:0 auto 3rem;line-height:1.6}.contact-info{background:#ffffff;border:1px solid #e5e7eb;border-radius:1rem;padding:2rem;margin:0 auto 3rem;max-width:35rem;box-shadow:0 2px 8px rgba(0,0,0,.05)}.contact-info p{margin:.75rem 0;color:#374151;font-size:1.1rem}.contact-info a{color:#06b6d4;text-decoration:none;font-weight:600}.contact-info a:hover{text-decoration:underline}.contact-footer{color:#4b5563;font-size:1rem}.contact-link{color:#06b6d4;text-decoration:none;font-weight:600}.contact-link:hover{text-decoration:underline}.site-footer{background-color:#0d0d0d;color:#fff;font-size:.9rem;padding:3rem 0 1rem}.site-container{max-width:1200px;margin:0 auto}.footer-top{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;align-items:flex-start;border-bottom:1px solid #333;padding-bottom:2rem}.footer-brand{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:1.2rem;color:#fff;text-decoration:none}.footer-tagline{margin-top:.5rem;font-size:.85rem;color:#ccc}.footer-nav{display:flex;flex-direction:column;gap:.5rem}.footer-nav a{color:#ddd;text-decoration:none;transition:color .2s ease}.footer-nav a:hover{color:#fff}.footer-contact p{margin:.4rem 0;color:#ccc}.footer-contact a{color:#ddd;text-decoration:none}.footer-contact a:hover{color:#fff}.footer-areas{margin-top:1rem;max-width:260px}.areas-title{color:#14b8a6;font-weight:600;margin-bottom:.25rem;font-size:.95rem}.areas-list{color:#cbd5e1;font-size:.85rem;line-height:1.4}@media (max-width:600px){.footer-contact{display:flex;flex-direction:column;align-items:center}}.footer-middle{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;border-bottom:1px solid #333;padding:1.5rem}.footer-social{display:flex;flex-direction:column;gap:.5rem}.social-icons{display:flex;gap:.8rem}.trust-icons{display:flex;align-items:center;justify-content:center;gap:.5rem}.footer-trust p{color:#aaa;font-size:.85rem}.to-top{background:#222;color:#fff;padding:.6rem;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;transition:background .2s ease}.to-top:hover{background:#444}.footer-bottom{display:flex;flex-direction:column;align-items:center;gap:.6rem;margin-top:1rem}.legal{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center;color:#aaa}.legal a{color:#ddd;text-decoration:none}.legal a:hover{color:#fff}.copy{font-size:.8rem;color:#777;text-align:center}@media (max-width:768px){.footer-middle,.footer-top{display:flex;align-items:center;flex-direction:column;text-align:center}.footer-brand{justify-content:center}.footer-middle{gap:1.5rem}.to-top{margin-top:1rem}}.why-choose{padding:5rem 1rem;background:linear-gradient(180deg,#03050a,#041323 35%,#061020 50%,#041323 65%,#03050a)}.why-header{text-align:center;max-width:650px;margin:0 auto 3rem}.why-header h2{font-size:clamp(2rem,4vw,2.8rem);font-weight:800;color:#f8fafc}.brand{color:#14b8a6}.why-header p{margin-top:.5rem;font-size:1.1rem;color:#94a3b8}.why-grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.why-card{background:#f8fafc;padding:2rem;border-radius:16px;border:1px solid #e2e8f0;text-align:center;transition:border-color .25s ease,box-shadow .25s ease}.why-card:hover{border-color:#14b8a6;box-shadow:0 0 12px rgba(20,184,166,.25)}.why-icon{margin-bottom:1rem;color:#14b8a6}.why-card h3{font-size:1.25rem;margin-bottom:.5rem;color:#0f172a;font-weight:700}.why-card p{color:#475569;font-size:.98rem;line-height:1.6}@media (max-width:900px){.brand{font-size:2rem}}.seo-hidden{position:absolute;left:-9999px;top:-9999px;height:0;width:0;overflow:hidden;opacity:0;pointer-events:none}.service-faq{background:#0b1220;border:1px solid #1e293b;border-radius:16px;padding:2rem 2.5rem;margin:3rem auto;max-width:1200px;box-shadow:0 8px 24px rgba(0,0,0,.7)}.faq-heading{font-size:1.4rem;font-weight:700;color:#f8fafc;text-align:left;margin-bottom:1.75rem;display:flex;align-items:center;gap:.5rem}.faq-heading:before{content:"❓";color:#14b8a6;font-size:1.5rem}.faq-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.faq-item{background:#111827;border:1px solid #1e293b;border-radius:10px;overflow:hidden;transition:all .3s ease}.faq-item:hover{border-color:rgba(16,185,129,.5);box-shadow:0 6px 18px rgba(0,0,0,.4)}details{display:flex;flex-direction:column;background:#0b1220}summary.faq-question{display:flex;align-items:center;justify-content:space-between;cursor:pointer;padding:1rem 1.25rem;color:#e2e8f0;font-weight:600;list-style:none;transition:color .3s ease}.faq-toggle,summary.faq-question:hover{color:#14b8a6}.faq-toggle{font-size:1.25rem;transition:transform .3s ease}details[open] .faq-toggle{transform:rotate(45deg)}.faq-answer{display:flex;align-items:center;color:#94a3b8;font-size:.9rem;line-height:1.5;padding:.75rem 1.25rem;border-top:1px solid #1e293b;background:rgb(30 41 59/.3);min-height:65px;box-sizing:border-box;margin:0}@media (max-width:768px){.service-faq{padding:1.5rem}.faq-heading{font-size:1.25rem;justify-content:center;align-items:center;text-align:center}summary.faq-question{font-size:.95rem;align-items:center}}.login-wrapper{min-height:100vh;background:#0b0f19;display:flex;flex-direction:column;align-items:center;padding:9rem 0}.login-back-container{width:100%;max-width:420px;display:flex;justify-content:flex-start;margin-bottom:20px}.login-box{width:100%;max-width:420px;background:#111827;padding:2.5rem;border-radius:14px;box-shadow:0 8px 24px rgba(0,0,0,.4);text-align:center}.login-title{color:#fff;font-size:1.7rem;font-weight:700;margin-bottom:4px}.login-subtitle{color:#9ca3af;margin-bottom:2rem;font-size:.95rem}.input-label{color:#d1d5db;font-size:.9rem;font-weight:600;display:block;text-align:left;margin-bottom:4px}.input-field{padding:.8rem 1rem;background:#1f2937;border:1px solid #374151;border-radius:8px;color:white;font-size:.95rem}.input-field::placeholder{color:#6b7280}.login-form{display:grid;gap:1.2rem}.btn-submit{width:100%;padding:.8rem;border-radius:8px;background:#1db995;color:#fff;border:none;font-size:1rem;font-weight:600;cursor:pointer}.btn-submit:hover{opacity:.92}.forgot-link{color:#3b82f6}.signup-wrapper{margin-top:1.3rem;color:#9ca3af}.signup-link{color:#1db995;font-weight:600}.password-wrapper{position:relative;width:100%}.password-wrapper .input-field{width:100%;padding-right:40px}.password-input{width:100%;padding-right:40px!important;box-sizing:border-box}.password-toggle-btn{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;color:#9ca3af;cursor:pointer;padding:0;display:inline-flex;align-items:center;justify-content:center}.password-toggle-btn:hover{color:#ffffff}.login-status{margin-top:1rem;font-size:.9rem;text-align:center;padding:.7rem 1rem;border-radius:8px;font-weight:500;line-height:1.4}.login-status.error{background:rgba(220,38,38,.12);color:#f87171;border:1px solid rgba(220,38,38,.25)}.login-status.success{background:rgba(16,185,129,.12);color:#34d399;border:1px solid rgba(16,185,129,.25)}@media (max-width:600px){.login-back-container,.login-box{max-width:260px;width:100%}.login-wrapper{padding:30px 12px}}