@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Source+Sans+3:wght@300;400;500;600;700&display=swap";
:root{--navy-900:#0a1628;--navy-800:#0f1f38;--navy-700:#152a4a;--navy-600:#1e3a5f;--navy-500:#2a4f7f;--steel-blue:#3b6b9f;--gold:#c8a45d;--gold-light:#d4b96e;--gold-dark:#a8873d;--white:#fff;--gray-50:#f8fafc;--gray-100:#f1f5f9;--gray-200:#e2e8f0;--gray-300:#cbd5e1;--gray-400:#94a3b8;--gray-500:#64748b;--gray-600:#475569;--gray-700:#334155;--gray-800:#1e293b;--success:#10b981;--warning:#f59e0b;--danger:#ef4444;--info:#3b82f6;--font-heading:"Inter",-apple-system,BlinkMacSystemFont,sans-serif;--font-body:"Source Sans 3",-apple-system,BlinkMacSystemFont,sans-serif;--section-padding:100px 0;--container-width:1200px;--transition:all .3s cubic-bezier(.4,0,.2,1);--transition-slow:all .5s cubic-bezier(.4,0,.2,1);--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;--shadow-glass:0 8px 32px #0a16281f;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:24px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);color:var(--gray-800);background:var(--white);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--navy-900);font-weight:700;line-height:1.2}a{color:inherit;transition:var(--transition);text-decoration:none}img{max-width:100%;height:auto}.container{max-width:var(--container-width);margin:0 auto;padding:0 24px}.header{z-index:1000;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--gray-200);transition:var(--transition);background:#fffffff2;position:fixed;top:0;left:0;right:0}.header.scrolled{box-shadow:var(--shadow-md)}.header-inner{height:80px;max-width:var(--container-width);justify-content:space-between;align-items:center;margin:0 auto;padding:0 24px;display:flex}.logo{font-family:var(--font-heading);color:var(--navy-900);align-items:center;gap:12px;font-size:1.4rem;font-weight:800;display:flex}.logo-icon{background:linear-gradient(135deg,var(--navy-600),var(--gold));border-radius:var(--radius-sm);color:#fff;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.2rem;display:flex}.nav-links{align-items:center;gap:32px;list-style:none;display:flex}.nav-links a{font-family:var(--font-heading);color:var(--gray-600);font-size:.95rem;font-weight:500;position:relative}.nav-links a:hover{color:var(--navy-600)}.nav-links a:after{content:"";background:var(--gold);width:0;height:2px;transition:var(--transition);position:absolute;bottom:-4px;left:0}.nav-links a:hover:after{width:100%}.nav-cta{align-items:center;gap:12px;display:flex}.btn{font-family:var(--font-heading);border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition);border:none;justify-content:center;align-items:center;gap:8px;padding:12px 28px;font-size:.95rem;font-weight:600;line-height:1.4;text-decoration:none;display:inline-flex}.btn-primary{background:linear-gradient(135deg,var(--navy-600),var(--navy-700));color:var(--white);box-shadow:0 4px 14px #1e3a5f4d}.btn-primary:hover{background:linear-gradient(135deg,var(--navy-500),var(--navy-600));transform:translateY(-2px);box-shadow:0 6px 20px #1e3a5f66}.btn-gold{background:linear-gradient(135deg,var(--gold),var(--gold-dark));color:var(--white);box-shadow:0 4px 14px #c8a45d4d}.btn-gold:hover{transform:translateY(-2px);box-shadow:0 6px 20px #c8a45d66}.btn-outline{color:var(--navy-600);border:2px solid var(--navy-600);background:0 0}.btn-outline:hover{background:var(--navy-600);color:var(--white)}.btn-sm{padding:8px 20px;font-size:.85rem}.btn-lg{padding:16px 36px;font-size:1.05rem}.hero{background:linear-gradient(135deg,var(--navy-900)0%,var(--navy-700)50%,var(--navy-600)100%);align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-overlay{opacity:.05;background:url(/images/hero-pattern.svg);position:absolute;inset:0}.hero-content{z-index:2;max-width:700px;padding:120px 0;position:relative}.hero-badge{color:var(--gold-light);background:#c8a45d26;border:1px solid #c8a45d4d;border-radius:50px;align-items:center;gap:8px;margin-bottom:24px;padding:8px 20px;font-size:.85rem;font-weight:600;display:inline-flex}.hero h1{color:var(--white);margin-bottom:20px;font-size:3.5rem;font-weight:900;line-height:1.1}.hero h1 span{background:linear-gradient(135deg,var(--gold),var(--gold-light));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero p{color:var(--gray-300);max-width:560px;margin-bottom:36px;font-size:1.2rem}.hero-actions{flex-wrap:wrap;gap:16px;display:flex}.hero-stats{border-top:1px solid #ffffff1a;gap:48px;margin-top:60px;padding-top:40px;display:flex}.hero-stat{text-align:left}.hero-stat .number{font-family:var(--font-heading);color:var(--gold);font-size:2.2rem;font-weight:800}.hero-stat .label{color:var(--gray-400);margin-top:4px;font-size:.9rem}.section{padding:var(--section-padding)}.section-light{background:var(--gray-50)}.section-dark{background:var(--navy-900);color:var(--white)}.section-header{text-align:center;max-width:700px;margin:0 auto 60px}.section-label{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:2px;color:var(--gold);margin-bottom:12px;font-size:.85rem;font-weight:700;display:inline-block}.section-header h2{margin-bottom:16px;font-size:2.5rem}.section-header p{color:var(--gray-500);font-size:1.1rem}.services-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:24px;display:grid}.service-card{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--gray-200);transition:var(--transition);padding:36px;position:relative;overflow:hidden}.service-card:before{content:"";background:linear-gradient(90deg,var(--navy-600),var(--gold));transform-origin:0;height:4px;transition:var(--transition-slow);position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.service-card:hover{box-shadow:var(--shadow-xl);border-color:#0000;transform:translateY(-4px)}.service-card:hover:before{transform:scaleX(1)}.service-icon{background:linear-gradient(135deg,var(--navy-600),var(--navy-700));border-radius:var(--radius-md);width:56px;height:56px;color:var(--white);justify-content:center;align-items:center;margin-bottom:20px;font-size:1.5rem;display:flex}.service-card h3{margin-bottom:12px;font-size:1.25rem}.service-card p{color:var(--gray-500);line-height:1.7}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.about-image{border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);aspect-ratio:4/3;background:var(--gray-200);overflow:hidden}.about-image img{object-fit:cover;width:100%;height:100%}.about-content h2{margin-bottom:20px;font-size:2.2rem}.about-content p{color:var(--gray-600);margin-bottom:16px;line-height:1.8}.about-features{grid-template-columns:1fr 1fr;gap:16px;margin-top:28px;display:grid}.about-feature{color:var(--navy-600);align-items:center;gap:8px;font-weight:500;display:flex}.about-feature .check{color:var(--gold);font-size:1.2rem}.references-scroll{align-items:center;gap:48px;padding:40px 0;display:flex;overflow-x:auto}.reference-logo{filter:grayscale()opacity(.5);min-width:120px;height:60px;transition:var(--transition);justify-content:center;align-items:center;display:flex}.reference-logo:hover{filter:grayscale(0)opacity()}.contact-grid{grid-template-columns:1fr 1fr;gap:48px;display:grid}.contact-info-item{gap:16px;margin-bottom:24px;display:flex}.contact-info-icon{background:var(--gray-100);border-radius:var(--radius-md);width:48px;height:48px;color:var(--navy-600);flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-info-text h4{margin-bottom:4px;font-size:1rem}.contact-info-text p{color:var(--gray-500);font-size:.95rem}.footer{background:var(--navy-900);color:var(--gray-400);padding:60px 0 24px}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px;display:grid}.footer-brand p{margin-top:16px;font-size:.95rem;line-height:1.7}.footer h4{color:var(--white);margin-bottom:20px;font-size:1rem}.footer-links{list-style:none}.footer-links li{margin-bottom:10px}.footer-links a{color:var(--gray-400);font-size:.95rem}.footer-links a:hover{color:var(--gold)}.footer-bottom{border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding-top:24px;font-size:.85rem;display:flex}.form-group{margin-bottom:20px}.form-label{font-family:var(--font-heading);color:var(--gray-700);margin-bottom:6px;font-size:.9rem;font-weight:600;display:block}.form-input{width:100%;font-family:var(--font-body);border:2px solid var(--gray-200);border-radius:var(--radius-sm);transition:var(--transition);background:var(--white);color:var(--gray-800);padding:12px 16px;font-size:1rem}.form-input:focus{border-color:var(--navy-600);outline:none;box-shadow:0 0 0 4px #1e3a5f1a}.form-input::placeholder{color:var(--gray-400)}.form-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2364748B' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;padding-right:40px}.auth-page{background:linear-gradient(135deg,var(--navy-900),var(--navy-700));justify-content:center;align-items:center;min-height:100vh;padding:40px 20px;display:flex}.auth-card{background:var(--white);border-radius:var(--radius-xl);width:100%;max-width:460px;box-shadow:var(--shadow-xl);padding:48px}.auth-card h1{text-align:center;margin-bottom:8px;font-size:1.8rem}.auth-card .subtitle{text-align:center;color:var(--gray-500);margin-bottom:32px}.auth-divider{color:var(--gray-400);align-items:center;gap:16px;margin:24px 0;font-size:.85rem;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--gray-200);flex:1;height:1px}.google-btn{background:var(--white);border:2px solid var(--gray-200);border-radius:var(--radius-sm);cursor:pointer;width:100%;transition:var(--transition);justify-content:center;align-items:center;gap:10px;padding:12px;font-size:1rem;font-weight:600;display:flex}.google-btn:hover{border-color:var(--gray-300);background:var(--gray-50)}.dashboard-layout{min-height:100vh;padding-top:80px;display:flex}.sidebar{background:var(--navy-900);width:260px;color:var(--white);padding:24px 0;position:fixed;top:80px;bottom:0;left:0;overflow-y:auto}.sidebar-nav{list-style:none}.sidebar-nav a{color:var(--gray-400);transition:var(--transition);align-items:center;gap:12px;padding:12px 24px;font-weight:500;display:flex}.sidebar-nav a:hover,.sidebar-nav a.active{color:var(--white);border-right:3px solid var(--gold);background:#ffffff14}.dashboard-main{background:var(--gray-50);flex:1;margin-left:260px;padding:32px}.dashboard-header{justify-content:space-between;align-items:center;margin-bottom:32px;display:flex}.dashboard-header h1{font-size:1.8rem}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;margin-bottom:32px;display:grid}.stat-card{background:var(--white);border-radius:var(--radius-md);border:1px solid var(--gray-200);transition:var(--transition);padding:24px}.stat-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.stat-card .stat-label{color:var(--gray-500);margin-bottom:8px;font-size:.85rem}.stat-card .stat-value{font-family:var(--font-heading);color:var(--navy-900);font-size:2rem;font-weight:800}.data-table{background:var(--white);border-radius:var(--radius-md);border:1px solid var(--gray-200);width:100%;overflow:hidden}.data-table th{background:var(--gray-50);text-align:left;font-family:var(--font-heading);color:var(--gray-600);text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid var(--gray-200);padding:14px 20px;font-size:.85rem;font-weight:600}.data-table td{border-bottom:1px solid var(--gray-100);padding:14px 20px;font-size:.95rem}.data-table tr:hover{background:var(--gray-50)}.badge{border-radius:50px;align-items:center;gap:6px;padding:4px 12px;font-size:.8rem;font-weight:600;display:inline-flex}.badge-success{color:var(--success);background:#10b9811a}.badge-warning{color:var(--warning);background:#f59e0b1a}.badge-danger{color:var(--danger);background:#ef44441a}.badge-info{color:var(--info);background:#3b82f61a}.badge-default{background:var(--gray-100);color:var(--gray-600)}@media (max-width:1024px){.hero h1{font-size:2.8rem}.about-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.services-grid{grid-template-columns:1fr}}@media (max-width:768px){.nav-links{display:none}.hero h1{font-size:2.2rem}.hero-stats{flex-direction:column;gap:20px}.contact-grid{grid-template-columns:1fr}.section{padding:60px 0}.section-header h2{font-size:1.8rem}.auth-card{padding:32px 24px}.dashboard-layout{flex-direction:column}.sidebar{width:100%;position:relative;top:0}.dashboard-main{margin-left:0}.footer-grid{grid-template-columns:1fr}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.animate-fade-in-up{animation:.6s ease-out forwards fadeInUp}.animate-slide-in{animation:.6s ease-out forwards slideInLeft}.stagger-children>:first-child{animation-delay:.1s}.stagger-children>:nth-child(2){animation-delay:.2s}.stagger-children>:nth-child(3){animation-delay:.3s}.stagger-children>:nth-child(4){animation-delay:.4s}.stagger-children>:nth-child(5){animation-delay:.5s}.stagger-children>:nth-child(6){animation-delay:.6s}
