@import"https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;600;700&family=Inter:wght@400;500;600&display=swap";.header{background:var(--navy);padding:1.5rem 0;position:sticky;top:0;z-index:100;box-shadow:0 2px 10px #0000001a}.nav{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{font-family:Inter Tight,serif;font-size:1.8rem;font-weight:700;color:var(--white);text-decoration:none}.nav-links{display:flex;gap:2.5rem;list-style:none;align-items:center}.nav-links a{color:var(--white);text-decoration:none;font-weight:500;transition:color .3s}.nav-links a:hover{color:var(--electric-blue)}.cta-btn{background:var(--electric-blue);color:var(--white);padding:.7rem 1.5rem;border-radius:8px;font-weight:600}.cta-btn:hover{background:#1f6fd9;color:var(--white)}.footer{background:var(--navy);color:var(--white);padding:3rem 0 1rem;margin-top:5rem}.footer-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem}.footer-section h3{color:var(--electric-blue);margin-bottom:1rem}.footer-section h4{color:var(--white);margin-bottom:1rem;font-size:1.1rem}.footer-section ul{list-style:none}.footer-section li{margin-bottom:.5rem;opacity:.8}.footer-bottom{max-width:1200px;margin:2rem auto 0;padding:1.5rem 2rem 0;border-top:1px solid rgba(255,255,255,.1);text-align:center;opacity:.7}.hero{min-height:80vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:4rem 2rem;background:linear-gradient(135deg,var(--navy) 0%,var(--charcoal) 100%);color:var(--white)}.hero h1{max-width:900px;margin-bottom:1.5rem;background:linear-gradient(to right,var(--white),var(--electric-blue));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero p{font-size:1.3rem;max-width:700px;margin-bottom:2.5rem;opacity:.9}.cta-button{background:var(--electric-blue);color:var(--white);padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .3s}.cta-button:hover{background:#1f6fd9;transform:translateY(-2px);box-shadow:0 10px 30px #2f80ed4d}.services-hero{padding:5rem 2rem 3rem;text-align:center;background:var(--light-grey)}.services-hero h1{color:var(--navy);margin-bottom:1rem}.services-grid{max-width:1200px;margin:4rem auto;padding:0 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem}.service-card{background:var(--white);padding:2.5rem;border-radius:12px;box-shadow:0 4px 20px #00000014;transition:transform .3s}.service-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f}.service-card h3{color:var(--navy);margin-bottom:1rem}.price{font-size:1.5rem;font-weight:700;color:var(--electric-blue);margin-bottom:1rem}.about-hero{padding:5rem 2rem 3rem;text-align:center;background:var(--light-grey)}.about-hero h1{color:var(--navy);margin-bottom:1rem}.about-content{max-width:800px;margin:4rem auto;padding:0 2rem}.about-content h2{color:var(--navy);margin-top:3rem;margin-bottom:1rem}.about-content p{font-size:1.1rem;line-height:1.8;color:var(--charcoal);opacity:.9}.case-studies-page{min-height:100vh}.case-studies-hero{background:linear-gradient(135deg,var(--navy) 0%,var(--charcoal) 100%);padding:8rem 2rem 6rem;text-align:center;color:var(--white)}.case-studies-hero h1{margin-bottom:1.5rem;color:var(--white)}.case-studies-hero p{max-width:700px;margin:0 auto;font-size:1.25rem;opacity:.9}.case-studies-grid{padding:6rem 2rem;background:var(--light-grey)}.case-study-card{background:var(--white);border-radius:16px;overflow:hidden;margin-bottom:4rem;box-shadow:0 10px 40px #0b1f331a;transition:transform .3s ease,box-shadow .3s ease}.case-study-card:hover{transform:translateY(-8px);box-shadow:0 20px 60px #0b1f3326}.case-study-image{position:relative;height:400px;background:linear-gradient(135deg,var(--navy) 0%,var(--electric-blue) 100%);display:flex;align-items:center;justify-content:center}.case-study-image img{width:100%;height:100%;object-fit:cover}.case-study-category{position:absolute;top:2rem;left:2rem;background:#fffffff2;padding:.75rem 1.5rem;border-radius:50px;font-weight:600;font-size:.9rem;color:var(--navy)}.case-study-content{padding:3rem}.case-study-content h2{margin-bottom:1rem;color:var(--navy)}.case-study-description{font-size:1.1rem;color:var(--charcoal);margin-bottom:2rem;line-height:1.7}.case-study-results{background:var(--light-grey);padding:2rem;border-radius:12px;margin-bottom:2rem}.case-study-results h3{font-size:1.5rem;margin-bottom:1rem;color:var(--navy)}.case-study-results ul{list-style:none}.case-study-results li{padding:.75rem 0 .75rem 2rem;position:relative;font-size:1.1rem;color:var(--charcoal)}.case-study-results li:before{content:"✓";position:absolute;left:0;color:var(--electric-blue);font-weight:700;font-size:1.3rem}.case-study-tags{display:flex;flex-wrap:wrap;gap:1rem}.tag{background:var(--electric-blue);color:var(--white);padding:.5rem 1.25rem;border-radius:50px;font-size:.9rem;font-weight:500}.case-studies-cta{background:var(--navy);padding:6rem 2rem;text-align:center;color:var(--white)}.case-studies-cta h2{color:var(--white);margin-bottom:1.5rem}.case-studies-cta p{max-width:600px;margin:0 auto 2.5rem;font-size:1.2rem;opacity:.9}.cta-button{display:inline-block;background:var(--electric-blue);color:var(--white);padding:1.25rem 3rem;border-radius:50px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:background .3s ease,transform .3s ease}.cta-button:hover{background:var(--accent-teal);transform:translateY(-2px)}@media (max-width: 768px){.case-studies-hero{padding:6rem 1.5rem 4rem}.case-studies-grid{padding:4rem 1.5rem}.case-study-content{padding:2rem}.case-study-image{height:250px}.case-studies-cta{padding:4rem 1.5rem}}.legal-page{min-height:100vh;background:var(--light-grey);padding:6rem 2rem 4rem}.legal-container{max-width:900px;margin:0 auto;background:var(--white);padding:4rem;border-radius:16px;box-shadow:0 10px 40px #0b1f331a}.legal-container h1{color:var(--navy);margin-bottom:.5rem}.last-updated{color:var(--charcoal);opacity:.7;margin-bottom:3rem;font-size:.95rem}.legal-section{margin-bottom:3rem}.legal-section h2{color:var(--navy);margin-bottom:1rem;font-size:1.5rem}.legal-section p{color:var(--charcoal);line-height:1.8;margin-bottom:1rem}.legal-section ul{margin-left:2rem;margin-bottom:1rem}.legal-section li{color:var(--charcoal);line-height:1.8;margin-bottom:.75rem}.legal-section strong{color:var(--navy);font-weight:600}@media (max-width: 768px){.legal-page{padding:5rem 1.5rem 3rem}.legal-container{padding:2.5rem 2rem}.legal-section h2{font-size:1.25rem}}.contact-page{min-height:100vh;padding-top:80px}.contact-hero{background:linear-gradient(135deg,var(--navy) 0%,var(--charcoal) 100%);color:#fff;padding:80px 0;text-align:center}.contact-hero h1{margin-bottom:20px;color:#fff}.contact-hero p{font-size:1.2rem;opacity:.9;max-width:600px;margin:0 auto}.contact-content{max-width:1200px;margin:0 auto;padding:80px 20px;display:grid;grid-template-columns:1fr 1fr;gap:60px}.contact-info{display:flex;flex-direction:column;gap:40px}.info-card{background:var(--light-grey);padding:30px;border-radius:12px;border-left:4px solid var(--electric-blue)}.info-card h3{color:var(--navy);margin-bottom:15px;display:flex;align-items:center;gap:10px}.info-card p{color:var(--charcoal);line-height:1.8}.contact-form{background:#fff;padding:40px;border-radius:12px;box-shadow:0 4px 20px #00000014}.contact-form h2{color:var(--navy);margin-bottom:30px}.form-group{margin-bottom:25px}.form-group label{display:block;margin-bottom:8px;color:var(--charcoal);font-weight:500}.form-group input,.form-group textarea{width:100%;padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;font-family:DM Sans,sans-serif;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--electric-blue)}.form-group textarea{min-height:150px;resize:vertical}.submit-btn{width:100%;padding:16px;background:var(--electric-blue);color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s}.submit-btn:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 6px 20px #2f80ed4d}@media (max-width: 768px){.contact-content{grid-template-columns:1fr;gap:40px;padding:40px 20px}.contact-hero{padding:60px 20px}.contact-form{padding:30px 20px}}:root{--navy: #0B1F33;--charcoal: #1F2933;--electric-blue: #2F80ED;--light-grey: #F4F6F8;--white: #FFFFFF;--accent-teal: #14B8A6}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;color:var(--charcoal);background:var(--white);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Inter Tight,serif;font-weight:700;line-height:1.1}h1{font-size:clamp(2.5rem,8vw,5.5rem);letter-spacing:-.02em}h2{font-size:clamp(2rem,5vw,3.5rem);letter-spacing:-.01em}h3{font-size:clamp(1.5rem,3vw,2rem)}
