/* Reset */
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:80px;overflow-x:hidden;width:100%}
body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;line-height:1.65;color:#2d3748;background:#f8fafc;max-width:100vw;width:100%;margin:0;font-size:16px}
.container{max-width:1280px;margin:0 auto;padding:0 2rem;overflow:visible}

/* Glass */
.glass-card{background:rgba(255,255,255,.35);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.25);border-radius:24px;box-shadow:0 12px 40px rgba(0,0,0,.1),inset 0 1px 0 rgba(255,255,255,.4);transition:transform .3s ease,box-shadow .3s ease;position:relative;z-index:1}

/* Nav */
.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(255,255,255,.15);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.2);padding:.75rem 0;transition:background .3s,box-shadow .3s;overflow:visible}
.navbar.scrolled{background:rgba(255,255,255,.95);box-shadow:0 2px 20px rgba(0,0,0,.08)}
.nav-container{max-width:1280px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}
.nav-logo{display:flex;align-items:center;gap:10px;text-decoration:none}
.logo{height:36px;width:auto}
.logo-text{font-weight:700;font-size:1.05rem;color:#1a202c}
.nav-menu{display:flex;align-items:center;gap:1.5rem}
.nav-link{text-decoration:none;color:#4a5568;font-weight:500;font-size:.9rem;transition:color .2s}
.nav-link:hover{color:#1a202c}
.btn-nav{padding:.5rem 1rem !important;font-size:.85rem !important}
.nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:8px;flex-direction:column;gap:5px;-webkit-tap-highlight-color:transparent;touch-action:manipulation;z-index:1001;position:relative}
.nav-toggle span{display:block;width:24px;height:2px;background:#2d3748;border-radius:2px;transition:all .3s}
.nav-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}
.nav-toggle.active span:nth-child(2){opacity:0}
.nav-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}

/* Dropdown Navigation */
.nav-dropdown{position:relative}
.dropdown-menu{position:absolute;top:100%;left:0;background:rgba(255,255,255,.95);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.3);border-radius:12px;box-shadow:0 12px 40px rgba(0,0,0,.1);min-width:220px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:1000;margin-top:10px}
.dropdown-menu.show{opacity:1;visibility:visible;transform:translateY(0)}
.dropdown-item{display:block;padding:12px 16px;color:#4a5568;text-decoration:none;font-size:.9rem;font-weight:500;transition:all .2s ease;border-radius:8px;margin:4px 8px}
.dropdown-item:hover{background:rgba(30,58,138,.08);color:#1e3a8a}
.dropdown-trigger{display:flex;align-items:center;gap:.5rem}
.dropdown-trigger i{font-size:.8rem;transition:transform .3s ease}
.nav-dropdown:hover .dropdown-trigger i{transform:rotate(180deg)}

/* Buttons */
.btn{padding:.8rem 1.6rem;border-radius:14px;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:.6rem;border:none;cursor:pointer;transition:all .25s;font-size:1rem}
.btn-primary{background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff;box-shadow:0 6px 20px rgba(30,58,138,.35);font-weight:700}
.btn-secondary{background:rgba(255,255,255,.25);backdrop-filter:blur(10px);color:#4a5568;border:1px solid rgba(0,0,0,.08)}
.btn-outline{background:linear-gradient(135deg,rgba(30,58,138,.08),rgba(59,130,246,.08));color:#1e3a8a;border:1.5px solid rgba(30,58,138,.3)}
.btn-large{padding:1.1rem 2.4rem;font-size:1.1rem;font-weight:700;letter-spacing:.3px}
.btn-full{width:100%;justify-content:center}
.btn-cta-primary{background:rgba(255,255,255,.2);backdrop-filter:blur(10px);color:#fff;border:1px solid rgba(255,255,255,.3)}
.btn-cta-outline{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.4)}

/* Hero */
.hero{padding:60px 0 20px;min-height:65vh;display:flex;align-items:center;position:relative;max-width:100vw}
.hero::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 20% 80%,rgba(120,119,198,.12) 0%,transparent 60%),radial-gradient(circle at 80% 20%,rgba(255,119,198,.08) 0%,transparent 60%);pointer-events:none;mask-image:linear-gradient(to bottom,black 60%,transparent 100%);-webkit-mask-image:linear-gradient(to bottom,black 60%,transparent 100%)}
.hero-container{max-width:1280px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1.4fr;gap:2rem;align-items:center}
.hero-content{z-index:2}
.hero-badge{display:inline-block;background:rgba(30,58,138,.1);backdrop-filter:blur(10px);padding:.6rem 1.3rem;border-radius:24px;border:1.5px solid rgba(30,58,138,.3);font-size:1rem;font-weight:700;margin-bottom:1.5rem;color:#1e3a8a;box-shadow:0 4px 12px rgba(30,58,138,.2)}
.hero-title{font-size:clamp(2rem,4.5vw,3.5rem);font-weight:800;line-height:1.1;margin-bottom:1.2rem;color:#1a202c}
.gradient-text{background:linear-gradient(135deg,#1e3a8a,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.hero-description{font-size:1.1rem;line-height:1.75;color:#4a5568;margin-bottom:2.5rem;max-width:520px}
.hero-buttons{display:flex;gap:.75rem;margin-bottom:2.5rem;flex-wrap:wrap}
.hero-stats{display:flex;gap:2rem}
.stat-number{font-size:1.6rem;font-weight:700;color:#1a202c}
.stat-label{font-size:.8rem;color:#718096}

/* Sections */
section{padding:40px 0;background:transparent;margin:0;position:relative;overflow:visible}
.section-header{text-align:center;margin-bottom:3rem;overflow:visible}
.section-badge{display:inline-block;background:rgba(30,58,138,.1);color:#1e3a8a;padding:.6rem 1.4rem;border-radius:24px;font-size:1rem;font-weight:700;margin-bottom:1rem}
.section-title{font-size:2.5rem;font-weight:700;color:#1a202c;margin-bottom:1rem}
.section-description{font-size:1.1rem;color:#4a5568;max-width:600px;margin:0 auto}

/* Services Grid */
.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:2rem;margin-top:3rem}
.service-card{padding:2rem;transition:transform .3s ease,box-shadow .3s ease;position:relative;overflow:hidden}
.service-card.featured{border:2px solid rgba(30,58,138,.3);position:relative}
.featured-badge{position:absolute;top:-1px;right:20px;background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:white;padding:.5rem 1rem;border-radius:0 0 12px 12px;font-size:.8rem;font-weight:600}
.service-icon{width:60px;height:60px;background:linear-gradient(135deg,rgba(30,58,138,.1),rgba(59,130,246,.1));border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}
.service-icon i{font-size:1.5rem;color:#1e3a8a}
.service-card h3{font-size:1.4rem;font-weight:700;color:#1a202c;margin-bottom:1rem}
.service-card p{color:#4a5568;margin-bottom:1.5rem;line-height:1.6}
.service-price{font-size:1.3rem;font-weight:700;color:#1e3a8a;margin-bottom:1.5rem}
.service-features{list-style:none;margin-bottom:2rem}
.service-features li{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;color:#4a5568;font-size:.95rem}
.service-features i{color:#22c55e;font-size:.9rem}

/* Comparison Table */
.comparison-table{padding:0;overflow:hidden}
.table-header,.table-row{display:grid;grid-template-columns:2fr 2fr 1.5fr 1fr;gap:1rem;padding:1rem 2rem;align-items:center}
.table-header{background:linear-gradient(135deg,rgba(30,58,138,.1),rgba(59,130,246,.1));font-weight:700;color:#1e3a8a;border-bottom:1px solid rgba(30,58,138,.2)}
.table-row{border-bottom:1px solid rgba(0,0,0,.05)}
.table-row:last-child{border-bottom:none}
.table-row.highlighted{background:linear-gradient(135deg,rgba(30,58,138,.05),rgba(59,130,246,.05))}
.table-cell{font-size:.95rem}

/* CTA Section */
.cta-card{padding:3rem 2rem;text-align:center}
.cta-card h2{font-size:2.2rem;font-weight:700;color:#1a202c;margin-bottom:1rem}
.cta-card p{font-size:1.1rem;color:#4a5568;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}
.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}

/* Footer */
.footer{background:rgba(30,58,138,.02);border-top:1px solid rgba(30,58,138,.08);padding:3rem 0 2rem;margin-top:2rem}
.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}
.footer-section h4{font-weight:700;color:#1a202c;margin-bottom:1rem}
.footer-logo{display:flex;align-items:center;gap:10px;margin-bottom:1rem}
.footer-description{color:#4a5568;margin-bottom:1.5rem;line-height:1.6}
.footer-links{list-style:none}
.footer-links li{margin-bottom:.5rem}
.footer-links a{color:#4a5568;text-decoration:none;transition:color .2s}
.footer-links a:hover{color:#1e3a8a}
.social-links{display:flex;gap:1rem}
.social-link{width:40px;height:40px;background:rgba(30,58,138,.1);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#1e3a8a;text-decoration:none;transition:all .3s ease}
.social-link:hover{background:rgba(30,58,138,.2);transform:translateY(-2px)}
.contact-info p{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;color:#4a5568}
.contact-info i{color:#1e3a8a;width:16px}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid rgba(30,58,138,.08);color:#4a5568;font-size:.9rem}
.footer-legal{display:flex;gap:2rem}
.footer-legal a{color:#4a5568;text-decoration:none}
.footer-legal a:hover{color:#1e3a8a}

/* Mobile Responsive */
@media (max-width: 768px) {
    html{overflow-x:hidden}
    .container{padding:0 1rem}
    
    /* Mobile Navigation */
    .nav-toggle{display:flex !important}
    .nav-menu{position:absolute;top:100%;left:0;right:0;background:rgba(30,58,138,.95);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);flex-direction:column;padding:1rem 2rem 2rem;gap:1rem;opacity:0;visibility:hidden;transform:translateY(-20px);transition:all .3s ease;z-index:1000;border-radius:0 0 16px 16px}
    .nav-menu.active{opacity:1;visibility:visible;transform:translateY(0);display:flex !important}
    .nav-menu .nav-link{color:#fff;font-size:1rem;padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.2)}
    .nav-menu .nav-link:last-child{border-bottom:none}
    
    /* Mobile Dropdown */
    .dropdown-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;background:transparent;border:none;margin-top:0;backdrop-filter:none;padding:0 1rem}
    .dropdown-item{padding:8px 0;margin:0;background:transparent !important;color:rgba(255,255,255,.8) !important;font-size:.9rem;border-bottom:1px solid rgba(255,255,255,.1)}
    .dropdown-item:hover{background:rgba(255,255,255,.1) !important;color:#fff !important}
    .dropdown-trigger i{display:none}
    
    /* Mobile Glass Cards - reduced shadows */
    .glass-card{box-shadow:0 4px 16px rgba(0,0,0,.06),inset 0 1px 0 rgba(255,255,255,.4)}
    .glass-card:hover{transform:none;box-shadow:0 4px 16px rgba(0,0,0,.06),inset 0 1px 0 rgba(255,255,255,.4)}
    
    /* Mobile Hover Effects - disabled */
    .btn:hover{transform:none}
    .btn-primary:hover{transform:none}
    .btn-secondary:hover{transform:none}
    .btn-outline:hover{transform:none}
    .social-link:hover{transform:none}
    .service-card:hover{transform:none}
    
    /* Mobile Sections */
    section{padding:20px 0;overflow:visible}
    .section-title{font-size:1.8rem}
    .section-description{font-size:1rem}
    
    /* Mobile Hero */
    .hero{padding:40px 0 20px}
    .hero::before{display:none} /* Remove pseudo-element overlays on mobile */
    .hero-container{grid-template-columns:1fr !important;text-align:center;gap:2rem}
    .hero-title{font-size:2rem}
    .hero-description{font-size:1rem}
    .hero-buttons{flex-direction:column;align-items:center;gap:1rem}
    .hero-stats{justify-content:center;gap:1.5rem}
    
    /* Mobile Services */
    .services-grid{grid-template-columns:1fr;gap:1.5rem}
    .service-card{padding:1.5rem}
    .service-card.featured{border:1px solid rgba(30,58,138,.2)} /* Reduced border on mobile */
    
    /* Mobile Table */
    .table-header,.table-row{grid-template-columns:1fr;gap:.5rem;text-align:left;padding:1rem}
    .table-header{display:none}
    .table-cell{margin-bottom:.5rem;padding:.5rem 0;border-bottom:1px solid rgba(0,0,0,.05)}
    .table-cell:before{content:attr(data-label) ': ';font-weight:600;color:#1e3a8a;display:block;margin-bottom:.25rem}
    
    /* Mobile CTA */
    .cta-card{padding:2rem 1rem}
    .cta-card h2{font-size:1.6rem}
    .cta-buttons{flex-direction:column;align-items:center;gap:1rem}
    .btn-large{width:100%;max-width:300px;font-size:1rem;padding:1rem 2rem}
    
    /* Mobile Footer */
    .footer-content{grid-template-columns:1fr;text-align:center;gap:2rem}
    .footer-bottom{flex-direction:column;gap:1rem;text-align:center}
    .footer-legal{justify-content:center}
}

/* Form Styles */
.form-group{margin-bottom:1.5rem}
.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#2d3748}
.form-input,.form-select,.form-textarea{width:100%;padding:.8rem 1rem;border:1px solid rgba(0,0,0,.1);border-radius:12px;font-size:.95rem;transition:border-color .3s ease,box-shadow .3s ease;background:rgba(255,255,255,.8)}
.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}
.form-textarea{resize:vertical;min-height:120px}

/* FAQ Styles */
.faq-item{border-bottom:1px solid rgba(0,0,0,.05);padding:1.5rem 0}
.faq-item:last-child{border-bottom:none}
.faq-question{font-weight:600;color:#1a202c;font-size:1.1rem;margin-bottom:.75rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center}
.faq-question i{color:#1e3a8a;transition:transform .3s ease}
.faq-item.active .faq-question i{transform:rotate(180deg)}
.faq-answer{color:#4a5568;line-height:1.6;display:none}
.faq-item.active .faq-answer{display:block}

/* Testimonial Styles */
.testimonial-card{text-align:center;padding:2rem}
.testimonial-text{font-style:italic;font-size:1.1rem;color:#4a5568;margin-bottom:1.5rem;line-height:1.6}
.testimonial-author{font-weight:600;color:#1a202c}
.testimonial-role{font-size:.9rem;color:#718096}

/* Feature Card Styles */
.feature-card{text-align:center;padding:2rem}
.feature-icon{width:60px;height:60px;background:linear-gradient(135deg,rgba(30,58,138,.1),rgba(59,130,246,.1));border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#1e3a8a;font-size:1.5rem}
.feature-card h3{font-size:1.3rem;font-weight:700;color:#1a202c;margin-bottom:1rem}

/* Scrollbar Styles */
::-webkit-scrollbar{width:6px}
::-webkit-scrollbar-track{background:#f1f5f9}
::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#1e3a8a,#3b82f6);border-radius:3px}