@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Sora:wght@700;800&display=swap";:root{--teal: #0a4d6e;--teal-dark: #063347;--teal-light: #1a6d92;--teal-glow: rgba(10,77,110,.15);--orange: #d94f2b;--orange-dark: #b83d1e;--orange-glow: rgba(217,79,43,.15);--cream: #f2efe9;--beige: #e8d5b0;--white: #fdfcfa;--gray-50: #f7f6f3;--gray-100: #eeece8;--gray-200: #e5e7eb;--gray-400: #9ca3af;--gray-600: #4b5563;--gray-900: #111827;--font-sans: "Inter", system-ui, sans-serif;--font-display:"Sora", "Inter", sans-serif;--radius-sm: 6px;--radius: 12px;--radius-lg: 20px;--radius-xl: 32px;--shadow-sm: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.04);--shadow: 0 4px 24px rgba(0,0,0,.08), 0 2px 8px rgba(0,0,0,.04);--shadow-lg: 0 20px 60px rgba(0,0,0,.12), 0 8px 20px rgba(0,0,0,.06);--shadow-xl: 0 40px 80px rgba(0,0,0,.18);--transition: all .25s cubic-bezier(.4, 0, .2, 1);--transition-slow: all .4s cubic-bezier(.4, 0, .2, 1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px;-webkit-font-smoothing:antialiased;overflow-x:hidden}body{font-family:var(--font-sans);color:var(--gray-900);background:#f7f6f3;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}h1,h2,h3{font-family:var(--font-display);line-height:1.1;letter-spacing:-.02em;font-weight:800}h4,h5{font-family:var(--font-sans);line-height:1.3;font-weight:700}h1{font-size:clamp(2.4rem,5.5vw,4.2rem)}h2{font-size:clamp(1.8rem,3.5vw,3rem)}h3{font-size:clamp(1.2rem,2vw,1.6rem)}h4{font-size:1.05rem}p{font-size:1rem;color:var(--gray-600);line-height:1.7}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 1.75rem;border-radius:50px;font-weight:700;font-size:.95rem;cursor:pointer;transition:var(--transition);border:2px solid transparent;white-space:nowrap;letter-spacing:.01em}.btn-primary{background:var(--orange);color:var(--white);border-color:var(--orange);box-shadow:0 4px 20px #d94f2b59}.btn-primary:hover{background:var(--orange-dark);border-color:var(--orange-dark);transform:translateY(-2px);box-shadow:0 8px 28px #d94f2b73}.btn-outline{background:transparent;color:var(--white);border-color:#ffffff80;backdrop-filter:blur(8px)}.btn-outline:hover{background:#ffffff1f;border-color:var(--white);transform:translateY(-2px)}.btn-teal{background:var(--teal);color:var(--white);border-color:var(--teal);box-shadow:0 4px 16px #0a4d6e4d}.btn-teal:hover{background:var(--teal-dark);border-color:var(--teal-dark);transform:translateY(-2px);box-shadow:0 8px 24px #0a4d6e66}.btn-ghost{background:transparent;color:var(--teal);border-color:var(--gray-200)}.btn-ghost:hover{background:var(--gray-50);border-color:var(--teal);transform:translateY(-2px)}.btn-outline-teal{background:transparent;border:2px solid var(--teal);color:var(--teal);padding:.7rem 1.4rem;border-radius:50px;font-weight:700;font-size:.9rem;transition:var(--transition);display:inline-flex;align-items:center;gap:.4rem}.btn-outline-teal:hover{background:var(--teal);color:#fff;transform:translateY(-2px)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.container-wide{max-width:1400px;margin:0 auto;padding:0 2rem}.section{padding:6rem 0}.section-sm{padding:4rem 0}.section-lg{padding:8rem 0}.section-label{display:inline-flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--orange);margin-bottom:.75rem}.section-label:before{content:"";display:inline-block;width:20px;height:2px;background:var(--orange);border-radius:2px}.section-title{color:var(--teal-dark);margin-bottom:1rem}.section-sub{font-size:1.1rem;color:var(--gray-600);max-width:560px;line-height:1.7}.grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem}.grid-4{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.card{background:var(--white);border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow);border:1px solid var(--gray-100);transition:var(--transition)}.card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg);border-color:transparent}.fade-up{opacity:0;transform:translateY(32px);transition:opacity .6s cubic-bezier(.4,0,.2,1),transform .6s cubic-bezier(.4,0,.2,1)}.fade-up.visible{opacity:1;transform:translateY(0)}.fade-up:nth-child(2){transition-delay:.1s}.fade-up:nth-child(3){transition-delay:.2s}.fade-up:nth-child(4){transition-delay:.3s}.fade-up:nth-child(5){transition-delay:.4s}.fade-up:nth-child(6){transition-delay:.5s}.divider{width:60px;height:4px;background:linear-gradient(90deg,var(--orange),var(--orange-dark));border-radius:2px;margin:1rem 0 1.5rem}.divider-center{margin:1rem auto 1.5rem}.text-center{text-align:center}.text-white{color:var(--white)!important}.text-orange{color:var(--orange)}.text-teal{color:var(--teal)}.bg-teal{background:var(--teal)}.bg-teal-dark{background:var(--teal-dark)}.bg-cream{background:var(--cream)}.bg-gray{background:var(--gray-50)}.bg-dark{background:var(--gray-900)}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2.5rem}.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}.gap-1{gap:.5rem}.gap-2{gap:1rem}.gap-3{gap:1.5rem}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-weight:600;font-size:.9rem;margin-bottom:.4rem;color:var(--gray-900)}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.85rem 1.1rem;border:1.5px solid var(--gray-200);border-radius:var(--radius-sm);font-size:1rem;font-family:var(--font-sans);background:var(--white);color:var(--gray-900);transition:var(--transition)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--teal);box-shadow:0 0 0 3px var(--teal-glow)}.form-group textarea{resize:vertical;min-height:120px}.float-cta{position:fixed;bottom:2rem;right:2rem;z-index:999;display:flex;flex-direction:column;gap:.5rem;align-items:flex-end}.float-cta a{display:flex;align-items:center;gap:.5rem;background:var(--orange);color:#fff;padding:.7rem 1.2rem;border-radius:50px;font-weight:700;font-size:.9rem;box-shadow:0 8px 30px #d94f2b80;transition:var(--transition);animation:float-pulse 3s ease-in-out infinite}.float-cta a:hover{transform:scale(1.05);box-shadow:0 12px 40px #d94f2b99}@keyframes float-pulse{0%,to{box-shadow:0 8px 30px #d94f2b80}50%{box-shadow:0 8px 40px #d94f2bb3}}@media (max-width: 768px){.section{padding:4rem 0}.section-lg{padding:5rem 0}.hide-mobile{display:none!important}.stack-mobile{flex-direction:column!important}.container{padding:0 1.25rem}}.topbar{background:var(--teal-dark);color:#ffffffb3;font-size:.78rem;font-weight:500;padding:.45rem 0;letter-spacing:.01em}.topbar-inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}.topbar-right{display:flex;gap:1.5rem;align-items:center}.topbar-right a{color:#ffffffb3;transition:var(--transition)}.topbar-right a:hover{color:var(--white)}.topbar-phone{font-weight:700;color:var(--white)!important}.brand-header{background:linear-gradient(180deg,var(--teal-dark) 0%,#074a63 100%)}.brand-header-inner{display:flex;align-items:center;justify-content:center;padding-top:1rem;padding-bottom:.5rem}.brand-logo-link{display:inline-flex;flex-shrink:0}.brand-logo-img{height:100px;width:auto}.navbar{background:var(--teal-dark);border-bottom:3px solid var(--orange);position:sticky;top:0;z-index:100;transition:box-shadow .25s ease}.navbar.scrolled{background:var(--teal-dark);box-shadow:0 4px 20px #0003}.navbar-inner{display:flex;align-items:center;justify-content:space-between;padding-top:.6rem;padding-bottom:.6rem;gap:1rem}.navbar-logo-sticky{display:none}.nav-logo-img{height:44px;width:auto}.navbar-links{display:flex;gap:.25rem;align-items:center}.navbar-links a{font-weight:600;font-size:1.05rem;color:var(--beige);padding:.5rem .85rem;border-radius:var(--radius-sm);transition:var(--transition);letter-spacing:.01em}.navbar-links a:hover{color:var(--white);background:#ffffff1a}.navbar-actions{display:flex;gap:.75rem;align-items:center}.navbar-actions .btn-outline-teal{border-color:#fff6;color:var(--beige)}.navbar-actions .btn-outline-teal:hover{background:#ffffff26;border-color:var(--white);color:var(--white)}.navbar-actions .btn-primary{box-shadow:0 2px 12px #d94f2b66}.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:6px;border-radius:8px;transition:var(--transition)}.hamburger:hover{background:#ffffff1a}.hamburger span{display:block;width:22px;height:2px;background:var(--beige);border-radius:2px;transition:var(--transition)}@media (max-width: 900px){.brand-logo-img{height:70px}.navbar-links{display:none;position:absolute;top:100%;left:0;right:0;background:var(--teal-dark);flex-direction:column;padding:1rem 1.25rem 1.5rem;gap:.25rem;border-top:1px solid rgba(255,255,255,.1);box-shadow:0 20px 40px #0000004d}.navbar-links.open{display:flex}.navbar-links a{width:100%;padding:.65rem 1rem;color:#fffc}.navbar-links a:hover{background:#ffffff14}.hamburger{display:flex}}.footer{background:var(--gray-900);color:#fff9;padding:3rem 0 2rem}.footer-main{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:1.5rem}.footer-logo-link{flex-shrink:0}.footer-logo-img{height:60px;width:auto}.footer-nav{display:flex;gap:1.5rem;flex-wrap:wrap;align-items:center}.footer-nav a{font-size:.88rem;color:#ffffff8c;font-weight:500;transition:var(--transition)}.footer-nav a:hover{color:var(--beige)}.footer-contact{display:flex;flex-direction:column;align-items:flex-end;gap:.3rem;flex-shrink:0}.footer-phone{font-size:1rem;font-weight:700;color:var(--beige);transition:var(--transition)}.footer-phone:hover{color:var(--orange)}.footer-email{font-size:.82rem;color:#ffffff73;transition:var(--transition)}.footer-email:hover{color:var(--white)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p{font-size:.78rem;color:#ffffff40}.footer-licenses{display:flex;gap:.5rem}.footer-licenses span{font-size:.68rem;color:#ffffff4d;font-weight:600;letter-spacing:.05em}@media (max-width: 900px){.footer-main{flex-direction:column;align-items:center;text-align:center}.footer-contact{align-items:center}}@media (max-width: 480px){.footer-nav{justify-content:center}.footer-bottom{flex-direction:column;text-align:center}}
