.nav-link-custom.active,.nav-link-custom:hover{color:var(--teal)!important}#mobileMenu,.navbar-custom.scrolled{background:rgba(250,246,240,.98);backdrop-filter:blur(14px)}.btn-primary-cust,.hero,.hero-wave,.spec-card{overflow:hidden}.brand-tag,.footer-tagline,.hero-tagline,.review-text{font-style:italic}.back-top,.cursor-dot,.hero-blob,.hero-wave,.spec-num{pointer-events:none}:root{--teal:#0a3558;--teal2:#0078b5;--teal3:#05558a;--teal4:#438aba;--teal-bright:#438aba;--teal-dim:rgba(0, 120, 181, .10);--cream:#faf6f0;--cream2:#f3ede3;--cream3:#ede4d6;--cream4:#d6cabb;--text:#0d1e2e;--text-mid:#1a3858;--text-muted:#6a88a8;--border:rgba(0, 120, 181, .15);--font-display:'Playfair Display',serif;--font-body:'Nunito Sans',sans-serif;--font-accent:'Lora',serif;--type-base:1rem;--type-lg:1.15rem;--type-xl:1.25rem;--type-xxl:1.5rem}*,::after,::before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:clamp(14px, 1.25vw, 18px)}body{background:var(--cream);color:var(--text);font-family:var(--font-body);font-weight:400;overflow-x:hidden}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:var(--cream2)}::-webkit-scrollbar-thumb{background:var(--teal4);border-radius:2px}.cursor-dot{width:7px;height:7px;background:var(--teal4);border-radius:50%;position:fixed;z-index:9999;transform:translate(-50%,-50%);transition:transform .08s}.navbar-custom{position:fixed;top:0;width:100%;z-index:1000;padding:20px 0;transition:background .45s,padding .45s,border-bottom .45s;background:0 0;border-bottom:1px solid rgba(0,0,0,.05)}.navbar-custom.scrolled{padding:13px 0;border-bottom:1px solid var(--border);border-bottom:1px solid rgba(0,0,0,.1);box-shadow:0 2px 24px rgba(26,74,74,.08)}.navbar-custom.scrolled .brand-logo{width:80px;height:80px;transition:width .35s,height .35s}.brand-name{font-family:var(--font-display);font-size:1.42rem;font-weight:600;color:var(--teal);letter-spacing:.05em;text-decoration:none;line-height:1.1}.hero-tagline,.hero-title{font-weight:400;opacity:0}.brand-tag{display:block;font-family:var(--font-accent);font-size:.64rem;color:var(--teal4);margin-top:1px;letter-spacing:.04em}.brand-logo{display:block;width:150px;height:150px;object-fit:contain}.hero,.navbar-brand{display:flex;align-items:center}.f-logo img{border-radius:50%;width:200px;height:200px}.navbar-brand{gap:.5rem;text-decoration:none;color:inherit}@media (min-width:769px){h1,h2{font-weight:400}body,p{line-height:1.7}html{font-size:18px}:root{--type-base:1rem;--type-lg:1.15rem;--type-xl:1.25rem;--type-xxl:1.5rem}body{font-size:var(--type-base)}h1{font-size:3.5rem;line-height:1.1;letter-spacing:-.01em}h2{font-size:2.75rem;line-height:1.15;letter-spacing:-.005em}h3{font-size:1.85rem;font-weight:500;line-height:1.2}h4,h5{font-weight:600}h4{font-size:1.35rem;line-height:1.3}h5{font-size:1.15rem}.btn-outline-cust,.btn-primary-cust,.form-ctrl,.form-lbl,h6,p{font-size:1rem}h6{font-weight:700;text-transform:uppercase;letter-spacing:.1em}.nav-link-custom,.section-eyebrow{font-size:.85rem;letter-spacing:.15em}.small-text,small{font-size:.875rem}}@media (max-width:768px){.brand-logo{width:120px;height:120px}html{font-size:16px}:root{--type-base:1.05rem;--type-lg:1.25rem;--type-xl:1.5rem;--type-xxl:1.75rem}body{font-size:var(--type-base);line-height:1.6}h1{font-size:2rem}h2{font-size:1.65rem}h3{font-size:1.35rem}h4{font-size:1.15rem}.nav-link-custom,.section-eyebrow,.section-subtitle,p{font-size:1rem}.btn-outline-cust,.btn-primary-cust,.form-ctrl,.form-lbl{font-size:.95rem}}.nav-link-custom{font-size:.71rem;letter-spacing:.16em;text-transform:uppercase;color:var(--text-muted)!important;text-decoration:none;padding:4px 0!important;position:relative;transition:color .3s}.nav-link-custom::after{content:'';position:absolute;bottom:0;left:0;width:0;height:1px;background:var(--teal4);transition:width .35s}.nav-link-custom:hover::after{width:100%}.nav-link-custom.active{border-bottom:2px solid var(--teal)}.navbar-toggler{border:1px solid var(--teal);border-radius:0;padding:5px 9px;background:0 0}.navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2826%2C74%2C74%2C1%29' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}#menuToggle{margin-right:15px}#mobileMenu{position:fixed;top:0;right:0;width:50vw;height:100vh;border-left:1px solid var(--border);box-shadow:-2px 0 24px rgba(26,74,74,.08);transform:translateX(100%);transition:transform .3s;z-index:1001;padding:80px 20px 20px;overflow-y:auto;display:none}#mobileMenu.show{transform:translateX(0);display:block}#mobileMenu .nav-link-custom{display:block;margin-bottom:20px;font-size:1rem;text-align:left}.mobile-menu-close{position:absolute;top:20px;right:20px;background:0 0;border:none;font-size:2rem;color:var(--teal);cursor:pointer;z-index:1002}.hero{min-height:calc(100vh - 215px);padding-top:215px;position:relative}.hero-bg,.hero-blob,.hero-grid,.hero-ring,.hero-ring::after,.hero-ring::before,.hero-wave{position:absolute}.hero-bg{inset:0;background:radial-gradient(ellipse 85% 90% at 55% 50%,rgba(26,74,74,.14) 0,transparent 65%),radial-gradient(ellipse 45% 50% at 5% 85%,rgba(61,158,158,.07) 0,transparent 55%),linear-gradient(155deg,#e8f2f2 0,#f0f7f7 40%,#faf6f0 100%)}.hero-grid{inset:0;background-image:linear-gradient(rgba(26,74,74,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(26,74,74,.04) 1px,transparent 1px);background-size:60px 60px;mask-image:radial-gradient(ellipse 78% 75% at 50% 50%,black,transparent)}.hero-wave{right:-5%;top:0;bottom:0;width:55%}.hero-wave svg{width:100%;height:100%}.hero-blob{border-radius:50%;filter:blur(85px)}.hero-blob-1{width:500px;height:500px;right:-80px;top:5%;background:radial-gradient(circle,rgba(26,74,74,.1),transparent);animation:9s ease-in-out infinite alternate pulse-blob}.hero-blob-2{width:280px;height:280px;left:-30px;bottom:10%;background:radial-gradient(circle,rgba(61,158,158,.07),transparent)}@keyframes pulse-blob{from{transform:scale(1);opacity:.55}to{transform:scale(1.18);opacity:1}}.hero-ring{right:-180px;top:50%;transform:translateY(-50%);width:780px;height:780px;border:1px solid rgba(26,74,74,.09);border-radius:50%;animation:55s linear infinite ring-spin}.hero-ring::before{content:'';inset:75px;border:1px solid rgba(26,74,74,.06);border-radius:50%}.hero-ring::after{content:'';inset:150px;border:1px dashed rgba(61,158,158,.07);border-radius:50%}@keyframes ring-spin{to{transform:translateY(-50%) rotate(360deg)}}.hero-eyebrow{display:inline-flex;align-items:center;gap:12px;font-size:.63rem;letter-spacing:.32em;text-transform:uppercase;color:var(--teal4);margin-bottom:22px;opacity:0;animation:.8s .25s forwards fadeUp}.hero-eyebrow .line{width:28px;height:1px;background:var(--teal4);opacity:.55}.hero-title{font-family:var(--font-display);font-size:clamp(3rem, 7.5vw, 6.8rem);line-height:1.06;letter-spacing:-.01em;color:var(--teal);animation:1s .4s forwards fadeUp}.hero-title em,.section-title em{color:var(--teal-bright);font-style:italic}.hero-tagline{font-family:var(--font-accent);font-size:clamp(1rem, 2vw, 1.22rem);color:var(--teal4);letter-spacing:.04em;margin:16px 0 26px;animation:.9s .55s forwards fadeUp}.hero-desc{font-size:.95rem;line-height:1.9;color:var(--text-mid);max-width:460px;margin-bottom:38px;opacity:0;animation:.9s .65s forwards fadeUp}.btn-outline-cust,.btn-primary-cust{display:inline-flex;align-items:center;gap:10px;padding:14px 32px;font-size:.71rem;letter-spacing:.18em;text-transform:uppercase;cursor:pointer;font-family:var(--font-body);text-decoration:none}.btn-primary-cust{background:var(--teal);color:var(--cream)!important;font-weight:600;border:1px solid var(--teal);position:relative;transition:color .35s}.btn-primary-cust::before{content:'';position:absolute;inset:0;background:var(--teal2);transform:scaleX(0);transform-origin:left;transition:transform .38s;z-index:0}.btn-primary-cust:hover::before,.spec-card:hover::before{transform:scaleX(1)}.btn-primary-cust i,.btn-primary-cust span{position:relative;z-index:1}.btn-outline-cust{background:0 0;color:var(--teal)!important;font-weight:500;border:1px solid rgba(26,74,74,.35);transition:background .3s,color .3s,border-color .3s}.about-badge,.section-title,.spec-num{font-family:var(--font-display)}.about-img-placeholder,.feature-icon,.spec-card{border:1px solid var(--border)}.btn-outline-cust:hover{background:var(--teal-dim);border-color:var(--teal);color:var(--teal2)!important}@keyframes fadeUp{from{opacity:0;transform:translateY(26px)}to{opacity:1;transform:translateY(0)}}section{padding:108px 0}.section-eyebrow{display:flex;align-items:center;gap:12px;font-size:.62rem;letter-spacing:.3em;text-transform:uppercase;color:var(--teal4);margin-bottom:14px}.about-badge .lbl,.service-badge{letter-spacing:.14em;text-transform:uppercase}.section-eyebrow::before{content:'';width:20px;height:1px;background:var(--teal4)}.section-title{font-size:clamp(2.1rem, 4.5vw, 3.8rem);font-weight:400;line-height:1.1;color:var(--teal)}.divider-accent{width:50px;height:1px;background:linear-gradient(90deg,var(--teal4),transparent);margin:22px 0}.divider-accent.mx-auto{margin-left:auto;margin-right:auto}.reveal{opacity:0;transform:translateY(34px);transition:opacity .85s,transform .85s}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}@media (min-width:992px){#services .col-lg-4.reveal.visible{position:sticky;top:130px;align-self:flex-start;z-index:2}}#about,#contact,#process{background:var(--cream2)}.about-img-placeholder{width:100%;aspect-ratio:4/5;background:linear-gradient(140deg,#cfe4e4 0,#b8d4d4 100%);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;color:var(--text-muted);position:relative;overflow:hidden}#services,.about-badge{background:var(--teal)}.about-img-placeholder::before{content:'';position:absolute;inset:20px;border:1px dashed rgba(26,74,74,.15)}.about-img-placeholder i{font-size:3rem;color:var(--teal);opacity:.4}.about-img-placeholder span{font-size:.7rem;letter-spacing:.22em;text-transform:uppercase;color:var(--text-mid)}.about-badge{position:absolute;bottom:28px;right:-16px;color:var(--cream);padding:18px 24px;box-shadow:0 14px 42px rgba(26,74,74,.28)}.about-badge .num{font-size:2.1rem;font-weight:600;line-height:1}.about-badge .lbl{font-size:.68rem;font-family:var(--font-body);font-weight:600}.feature-item{display:flex;gap:16px;align-items:flex-start;margin-bottom:24px}.feature-icon{width:44px;height:44px;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:var(--teal);font-size:1.05rem;background:var(--teal-dim);transition:background .3s}#reviews,#specialities,.spec-card{background:var(--cream)}.feature-item:hover .feature-icon{background:rgba(26,74,74,.18)}.feature-title{font-size:.91rem;font-weight:600;margin-bottom:5px;color:var(--teal)}.feature-desc{font-size:.82rem;color:var(--text-muted);line-height:1.8}.spec-card{padding:30px 24px;position:relative;transition:border-color .35s,transform .35s,box-shadow .35s;cursor:default;height:100%}.spec-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,var(--teal),var(--teal-bright),transparent);transform:scaleX(0);transform-origin:left;transition:transform .42s}.spec-card:hover{border-color:rgba(26,74,74,.28);box-shadow:0 8px 36px rgba(26,74,74,.1);transform:translateY(-4px)}.spec-card::after{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(26,74,74,.03) 0,transparent 60%);opacity:0;transition:opacity .4s}.spec-card:hover::after{opacity:1}.spec-icon{font-size:1.85rem;color:var(--teal4);margin-bottom:15px;display:block;position:relative;z-index:1}.spec-num{position:absolute;top:12px;right:16px;font-size:3.2rem;font-weight:600;color:rgba(26,74,74,.05);line-height:1}.spec-title{font-family:var(--font-accent);font-size:.98rem;font-weight:500;margin-bottom:8px;color:var(--teal);position:relative;z-index:1}.spec-desc{font-size:.79rem;color:var(--text-muted);line-height:1.78;position:relative;z-index:1}#services .section-eyebrow{color:rgba(250,246,240,.6)}#services .section-eyebrow::before{background:#faf6ef}#services .section-title{color:var(--cream)}#services .section-title em{color:var(--teal-bright)}#services .divider-accent{background:linear-gradient(90deg,rgba(250,246,240,.5),transparent)}#services p{color:rgba(250,246,240,.6)!important}.consult-mode-card{border:1px solid rgba(250,246,240,.15);padding:28px 22px;background:rgba(255,255,255,.06);text-align:center;transition:border-color .3s,transform .3s,background .3s;height:100%}.consult-mode-card:hover{border-color:rgba(250,246,240,.35);transform:translateY(-4px);background:rgba(255,255,255,.1)}.consult-mode-icon{font-size:1.9rem;color:var(--cream);margin-bottom:13px;display:block;opacity:.85}.consult-mode-title{font-family:var(--font-accent);font-size:.97rem;color:var(--cream);margin-bottom:6px}.process-num,.service-index{font-family:var(--font-display)}.consult-mode-desc{font-size:.77rem;color:rgba(250,246,240,.55);line-height:1.7}.service-row{display:flex;align-items:center;gap:18px;padding:21px 8px;border-bottom:1px solid rgba(250,246,240,.1);transition:background .3s,padding-left .3s;cursor:default}.service-row:last-child{border-bottom:none}.service-row:hover{background:rgba(255,255,255,.05);padding-left:16px}.service-row:hover .service-arrow{transform:translateX(6px);color:var(--cream)}.service-index{font-size:.95rem;color:var(--teal-bright);opacity:.7;min-width:36px}.service-name{font-size:.97rem;font-weight:400;flex:1;color:rgba(250,246,240,.88)}.process-dot,.process-num-wrap{display:flex;align-items:center}.service-badge{font-size:.61rem;padding:4px 11px;border:1px solid rgba(250,246,240,.2);color:rgba(250,246,240,.65)}.contact-box,.contact-icon,.map-placeholder,.process-num-wrap,.review-card{border:1px solid var(--border)}.service-arrow{font-size:.92rem;color:#faf6ef;transition:transform .3s,color .3s}#services .section-eyebrow-light{font-size:.66rem;letter-spacing:.28em;text-transform:uppercase;color:rgba(250,246,240,.5);text-align:center;margin-bottom:22px}.process-step{text-align:center;padding:14px}.process-num-wrap{width:64px;height:64px;margin:0 auto 22px;justify-content:center;position:relative;background:var(--cream);transition:background .35s,border-color .35s,box-shadow .35s}.process-dot,footer{background:var(--teal)}.process-step:hover .process-num-wrap{background:var(--teal-dim);border-color:var(--teal4);box-shadow:0 4px 20px rgba(26,74,74,.12)}.process-num{font-size:1.65rem;font-weight:500;color:var(--teal)}.process-dot{position:absolute;top:-9px;right:-9px;width:30px;height:30px;justify-content:center;font-size:.6rem;color:var(--cream)}.back-top,.whatsapp-sticky{position:fixed;bottom:26px;z-index:999}.process-title{font-family:var(--font-accent);font-size:1.1rem;margin-bottom:10px;color:var(--teal)}.process-desc{font-size:.8rem;color:var(--text-muted);line-height:1.85}.review-card{background:var(--cream2);padding:32px 26px;transition:border-color .35s,transform .35s,box-shadow .35s;height:100%}.review-card:hover{border-color:rgba(26,74,74,.28);transform:translateY(-4px);box-shadow:0 10px 36px rgba(26,74,74,.1)}.review-quote{font-family:var(--font-display);font-size:4rem;line-height:.38;color:var(--teal4);opacity:.28;margin-bottom:10px}.review-stars{color:var(--teal4);font-size:.77rem;letter-spacing:4px;margin-bottom:13px}.review-text{font-family:var(--font-accent);font-size:.87rem;line-height:1.95;color:var(--text-mid);margin-bottom:22px}.reviewer-name{font-weight:600;font-size:.9rem;color:var(--teal)}.reviewer-detail{font-size:.73rem;color:var(--text-muted);margin-top:3px}.contact-value a:hover,.verified-badge{color:var(--teal4)}.verified-badge{display:inline-flex;align-items:center;gap:5px;font-size:.63rem;letter-spacing:.1em;margin-top:8px}.contact-box{background:var(--cream);padding:42px;box-shadow:0 4px 28px rgba(26,74,74,.07)}.contact-item{display:flex;gap:17px;align-items:flex-start;margin-bottom:30px}.contact-icon{width:44px;height:44px;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:var(--teal);font-size:1rem;background:var(--teal-dim)}.contact-label{font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:var(--text-muted);margin-bottom:5px}.contact-value{font-size:.93rem;color:var(--text)}.contact-value a{color:var(--text);text-decoration:none;transition:color .3s}.map-placeholder{width:100%;aspect-ratio:4/3;background:linear-gradient(135deg,#cde0e0 0,#b8d0d0 100%);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:var(--text-muted)}.footer-link,.form-lbl{display:block;text-transform:uppercase}.back-top,.social-icon{align-items:center;display:flex}.map-placeholder i{font-size:2.4rem;color:var(--teal);opacity:.38}.map-placeholder span{font-size:.7rem;letter-spacing:.2em;text-transform:uppercase}.form-ctrl{background:var(--cream2);border:1px solid rgba(26,74,74,.15);color:var(--text);padding:13px 16px;font-family:var(--font-body);font-size:.86rem;border-radius:0;transition:border-color .3s,box-shadow .3s;width:100%}.form-ctrl::placeholder{color:var(--text-muted)}.form-ctrl:focus{outline:0;box-shadow:0 0 0 3px rgba(26,74,74,.09);border-color:var(--teal4);background:var(--cream);color:var(--text)}.form-lbl{font-size:.66rem;letter-spacing:.18em;color:var(--text-muted);margin-bottom:7px}footer{border-top:1px solid rgba(61,158,158,.2);padding:50px 0 26px}.footer-brand{font-family:var(--font-display);font-size:1.5rem;font-weight:500;color:var(--cream);letter-spacing:.05em}.footer-link:hover,.footer-tagline,.social-icon:hover{color:rgba(61,158,158,.9)}.footer-tagline{font-family:var(--font-accent);font-size:.8rem;margin-top:4px}.footer-link{font-size:.74rem;letter-spacing:.12em;color:#faf6ef;text-decoration:none;margin-bottom:11px;transition:color .3s}.footer-sect-label{font-size:1rem;letter-spacing:.22em;text-transform:uppercase;color:rgba(61,158,158,.75);margin-bottom:16px}.footer-bottom{border-top:1px solid rgba(255,255,255,.07);margin-top:40px;padding-top:20px;font-size:.7rem;color:rgba(250,246,240,.3);letter-spacing:.09em}.social-icon{width:37px;height:37px;border:1px solid rgba(255,255,255,.12);justify-content:center;color:rgba(255,255,255,.4);text-decoration:none;transition:border-color .3s,color .3s,background .3s}.footer-desc,.footer-email,.footer-heart,.footer-label,.footer-phone{color:#faf6ef}.social-icon:hover{border-color:rgba(61,158,158,.7);background:rgba(61,158,158,.1)}.footer-desc{font-size:.79rem;margin-top:14px;line-height:1.95;max-width:265px}.footer-reach-box{border:1px solid rgba(255,255,255,.1);padding:20px}.footer-label{font-size:.63rem;letter-spacing:.13em;margin-bottom:5px}.footer-phone{font-family:var(--font-display);font-size:1.08rem}.footer-email-label{margin-top:12px;font-size:.63rem;color:#faf6ef;letter-spacing:.13em}.footer-email{font-size:.8rem;margin-top:4px}.back-top{right:26px;width:42px;height:42px;border:1px solid var(--teal4);background:0 0;color:var(--teal4);justify-content:center;font-size:.92rem;cursor:pointer;opacity:0;transition:opacity .3s,background .3s,color .3s}.back-top.visible{opacity:1;pointer-events:all}.back-top:hover{background:var(--teal);color:var(--cream)}.whatsapp-sticky{left:26px;width:50px;height:50px;background:#25d366;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;text-decoration:none;box-shadow:0 4px 12px rgba(0,0,0,.3);transition:background .3s,transform .3s}.whatsapp-sticky:hover{background:#128c7e;transform:scale(1.1)}@media (max-width:991px){section{padding:76px 0}.about-badge{position:relative;right:0;bottom:0;margin-top:18px;display:inline-block}.contact-box{padding:26px 18px}}@media (max-width:576px){.brand-logo{width:100px;height:100px}.hero-title{font-size:2.8rem}}