
/* Font fallback to prevent CLS */
@font-face{font-family:'Playfair Display Fallback';src:local('Georgia');size-adjust:112%;ascent-override:90%;descent-override:25%;line-gap-override:0%}
@font-face{font-family:'Raleway Fallback';src:local('Arial');size-adjust:100%;ascent-override:90%;descent-override:22%;line-gap-override:0%}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}body{overflow-x:clip;max-width:100vw}img,video,svg{max-width:100%;height:auto}section,[class*="container"]{max-width:100%}ul{list-style:none}a{text-decoration:none;color:inherit}address{font-style:normal}:root{--color-primary:#214184;--color-secondary:#8d9fc1;--color-accent:#ec804e;--color-primary-light:#f3f8fe;--color-accent-light:#fdf1ea;--color-bg:#ffffff;--color-bg-alt:#f3f8fe;--color-border:#c8d3e5;--color-text:#3a3a3a;--color-text-heading:#214184;--font-display:'Aesthetic Romance','Playfair Display','Playfair Display Fallback',serif;--font-body:'Raleway','Raleway Fallback',sans-serif}body{font-family:var(--font-body);font-weight:400;font-size:clamp(0.9rem,1.2vw + 0.6rem,1.1rem);line-height:1.7;color:var(--color-text);background-color:var(--color-bg)}h1,h2,h3{font-family:var(--font-display);color:var(--color-text-heading);line-height:1.2;letter-spacing:-0.02em}h1{font-size:clamp(2rem,3vw + 1rem,3.2rem);font-weight:700}h2{font-size:clamp(1.5rem,2vw + 0.8rem,2.5rem);font-weight:700}h3{font-size:clamp(1.1rem,1.3vw + 0.5rem,1.4rem);font-weight:700}.text-accent{color:var(--color-accent)}.container{margin-inline:auto;padding-inline:clamp(1rem,5vw,3rem);width:100%;max-width:1300px}.btn{display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-body);font-weight:700;font-size:clamp(0.8rem,0.9vw + 0.45rem,0.95rem);padding:12px 28px;border-radius:8px;cursor:pointer;border:2px solid transparent;transition:background 0.2s,color 0.2s,border-color 0.2s,transform 0.2s;white-space:nowrap}.btn:hover{transform:translateY(-1px)}.btn-accent{background:var(--color-accent);color:#fff;border-color:var(--color-accent)}.btn-accent:hover{background:color-mix(in srgb,var(--color-accent),black 12%);border-color:color-mix(in srgb,var(--color-accent),black 12%)}.btn-outline{background:transparent;color:var(--color-primary);border-color:var(--color-primary)}.btn-outline:hover{background:var(--color-primary);color:#fff}.btn-outline-light{background:transparent;color:var(--color-primary);border-color:#737373}.btn-outline-light:hover{border-color:var(--color-primary);background:var(--color-primary-light)}.header{position:sticky;top:0;z-index:1000;background:#cfd9e5;border-bottom:1px solid rgba(33,65,132,0.08);backdrop-filter:blur(12px);height:95px;align-content:center;box-shadow:0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)}.header .container{display:flex;align-items:center;justify-content:space-between;gap:clamp(1rem,2vw,2rem);padding-block:clamp(12px,2vw,20px);max-width:1350px}.logo{display:inline-flex;align-items:center;flex-shrink:0}.logo-img{max-height:clamp(36px,5vw,52px);width:auto;display:block}.nav{flex:1;display:flex;justify-content:center}.nav-list{display:flex;align-items:center;gap:clamp(0.5rem,2vw,2rem)}.nav-item{position:relative}.nav-link{font-family:var(--font-body);font-weight:400;font-size:clamp(0.82rem,0.85vw + 0.4rem,0.95rem);color:var(--color-text);padding:8px 4px;display:inline-flex;align-items:center;gap:5px;transition:color 0.2s}.nav-link:hover{color:var(--color-primary)}.dropdown-toggle .chevron-icon{width:10px;height:10px;transition:transform 0.3s}.nav-item.dropdown-open .chevron-icon{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;left:0;background:var(--color-bg);min-width:300px;border-radius:10px;box-shadow:0 8px 32px rgba(33,65,132,0.12),0 2px 8px rgba(0,0,0,0.06);padding:10px 0;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity 0.25s,visibility 0.25s,transform 0.25s;border:1px solid rgba(33,65,132,0.08)}.has-dropdown::before{content:'';position:absolute;top:100%;left:0;width:100%;height:12px;background:transparent}.nav-item:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-menu li{}.dropdown-menu a{display:block;padding:10px 22px;font-size:clamp(0.8rem,0.85vw + 0.38rem,0.92rem);color:var(--color-text);transition:background 0.2s,color 0.2s}.dropdown-menu a:hover{background:var(--color-primary-light);color:var(--color-primary)}.header-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:8px;z-index:1010}.hamburger span{display:block;width:24px;height:2.5px;background:var(--color-primary);border-radius:4px;transition:transform 0.3s,opacity 0.3s}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.hero{width:100%;background:var(--color-primary-light);padding:clamp(60px,10vw,120px) 0;overflow:hidden;contain:layout style}.hero .container{max-width:1300px}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,4vw,4rem);align-items:center}.hero-image{position:relative}.hero-image::before{content:'';position:absolute;width:75%;aspect-ratio:1;border-radius:50%;background:linear-gradient(135deg,#ec804e,#f5c44a);bottom:-8%;left:-12%;z-index:0;opacity:0.12}.hero-image::after{content:'';position:absolute;width:30%;aspect-ratio:1;border-radius:50%;background:var(--color-secondary);top:-5%;right:-5%;z-index:0;opacity:0.15}.hero-image img{position:relative;z-index:1;border-radius:16px;width:100%;height:auto;display:block;box-shadow:0 12px 40px rgba(33,65,132,0.1);aspect-ratio:680/520}.hero-content{display:flex;flex-direction:column;gap:clamp(1rem,2vw,1.5rem)}.hero-content h1{margin-bottom:4px}.hero-content p{font-size:clamp(0.92rem,1vw + 0.5rem,1.08rem);color:var(--color-text);line-height:1.75;font-weight:300}.hero-buttons{display:flex;flex-wrap:wrap;gap:14px;margin-top:8px}.footer{width:100%;background:var(--color-primary);color:rgba(255,255,255,0.8);padding:clamp(30px,4vw,50px) 0 clamp(15px,2vw,30px) 0}.footer a{color:rgba(255,255,255,0.75);transition:color 0.2s}.footer a:hover{color:#fff}.footer-container{margin-inline:auto;width:90%;max-width:1300px}.footer-main{display:grid;grid-template-columns:1.1fr 1fr;gap:clamp(2rem,5vw,5rem);padding-bottom:clamp(20px,3vw,35px)}.footer-info{display:flex;flex-direction:column;gap:18px}.footer-info .logo-img{max-height:clamp(35px,4.5vw,50px);width:auto;display:block;margin-bottom:4px}.footer-address{font-size:clamp(0.82rem,0.85vw + 0.4rem,0.92rem);line-height:1.65}.footer-contact-block h4{font-family:var(--font-body);font-weight:700;font-size:clamp(0.85rem,0.9vw + 0.4rem,0.95rem);color:#fff;margin-bottom:6px}.footer-contact-block p{font-size:clamp(0.8rem,0.85vw + 0.38rem,0.9rem);line-height:1.7}.footer-contact-block a:hover{color:var(--color-accent)}.social-icons{display:flex;gap:12px;margin-top:4px}.social-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,0.2);color:rgba(255,255,255,0.8);transition:background 0.2s,color 0.2s,border-color 0.2s}.social-icon:hover{background:var(--color-accent);border-color:var(--color-accent);color:#fff}.social-icon svg{width:18px;height:18px}.footer-links{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.5rem,3vw,3rem)}.footer-col h4{font-family:var(--font-body);font-weight:700;font-size:clamp(0.88rem,0.9vw + 0.42rem,1rem);color:#fff;margin-bottom:16px}.footer-col ul{display:flex;flex-direction:column;gap:10px}.footer-col a{font-size:clamp(0.8rem,0.85vw + 0.38rem,0.9rem);display:inline-block}.footer-col a:hover{color:var(--color-accent)}.footer-bottom{border-top:1px solid rgba(255,255,255,0.12);margin-top:0}.footer-bottom .footer-container{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;padding-block:clamp(12px,2vw,20px)}.footer-bottom p{font-size:clamp(0.75rem,0.8vw + 0.38rem,0.85rem);color:rgba(255,255,255,0.5)}.footer-legal{display:flex;flex-wrap:wrap;gap:clamp(12px,2vw,24px)}.footer-legal a{font-size:clamp(0.75rem,0.8vw + 0.38rem,0.85rem);color:rgba(255,255,255,0.5)}.footer-legal a:hover{color:rgba(255,255,255,0.85)}@media (max-width:1024px){.hamburger{display:flex}.nav{position:fixed;top:0;right:-100%;width:320px;max-width:85vw;height:100vh;background:var(--color-bg);flex-direction:column;justify-content:flex-start;padding:90px 28px 40px;box-shadow:-8px 0 32px rgba(0,0,0,0.1);transition:right 0.35s cubic-bezier(0.4,0,0.2,1);z-index:1005;overflow-y:auto}.nav.open{right:0}.nav-list{flex-direction:column;align-items:flex-start;gap:0;width:100%}.nav-item{width:100%;border-bottom:1px solid rgba(33,65,132,0.06)}.nav-link{padding:14px 0;width:100%;justify-content:space-between;font-size:clamp(0.95rem,1vw + 0.5rem,1.05rem)}.dropdown-menu{position:static !important;transform:none !important;box-shadow:none;border:none;border-radius:0;min-width:100%;padding:0 0 0 16px;max-height:0;overflow:hidden;opacity:1;visibility:visible;transition:max-height 0.35s ease}.nav-item:hover .dropdown-menu{transform:none !important;max-height:0;opacity:1;visibility:visible}.nav-item.dropdown-open .dropdown-menu{max-height:300px}.dropdown-menu a{padding:12px 8px;font-size:clamp(0.88rem,0.9vw + 0.42rem,0.98rem)}.header-actions{display:none}.nav-mobile-actions{display:flex;flex-direction:column;gap:10px;width:100%;margin-top:24px;padding-top:24px;border-top:1px solid rgba(33,65,132,0.08)}.nav-mobile-actions .btn{width:100%;text-align:center}.nav-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,0.35);z-index:1002}.nav-overlay.active{display:block}}@media (min-width:1025px){.nav-mobile-actions{display:none !important}.nav-overlay{display:none !important}}@media (max-width:768px){.hero-grid{grid-template-columns:1fr;gap:clamp(2rem,5vw,3rem)}.hero-image{order:-1;max-width:500px;margin-inline:auto}.hero-content{text-align:center;align-items:center}.hero-buttons{justify-content:center}.footer-main{grid-template-columns:1fr;gap:clamp(2.5rem,5vw,3.5rem)}.footer-info{align-items:flex-start}}@media (max-width:480px){.hero-buttons{flex-direction:column;width:100%}.hero-buttons .btn{width:100%}.footer-links{grid-template-columns:1fr;gap:clamp(2rem,4vw,2.5rem)}.footer-bottom .footer-container{flex-direction:column;align-items:flex-start;gap:14px}.footer-legal{flex-direction:column;gap:8px}}html{scroll-behavior:smooth}.custom4{padding:clamp(60px,10vw,120px) 0}.custom4-container{max-width:1300px !important;margin-inline:auto;padding-inline:clamp(1rem,5vw,3rem);width:100%}.custom4-title{text-align:center;margin-bottom:clamp(32px,5vw,56px)}.custom4-accent{color:var(--color-accent)}.custom4-slider-wrapper{overflow:hidden;position:relative;width:100%}.custom4-track{display:flex;flex-wrap:nowrap;transition:transform 0.45s cubic-bezier(0.4,0,0.2,1);--items:5;--gap:24px;gap:var(--gap)}.custom4-slide{flex-shrink:0;width:calc((100% - (var(--items) - 1) * var(--gap)) / var(--items));display:flex;align-items:center;justify-content:center;background:var(--color-bg);border:1px solid var(--color-border);border-radius:12px;padding:clamp(16px,2vw,24px) clamp(12px,2vw,20px);min-height:100px;transition:border-color 0.2s,box-shadow 0.2s}.custom4-slide:hover{border-color:var(--color-secondary);box-shadow:0 2px 12px rgba(33,65,132,0.08)}.custom4-slide img{max-width:100%;max-height:60px;width:auto;height:auto;object-fit:contain;filter:grayscale(100%) opacity(0.55);transition:filter 0.3s}.custom4-slide:hover img{filter:grayscale(0%) opacity(1)}.custom4-controls{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:clamp(24px,4vw,40px)}.custom4-arrow{width:44px;height:44px;border-radius:50%;border:2px solid var(--color-border);background:var(--color-bg);color:var(--color-primary);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background 0.2s,color 0.2s,border-color 0.2s;flex-shrink:0}.custom4-arrow:hover{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.custom4-arrow:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.custom4-dots{display:flex;align-items:center;gap:8px}.custom4-dots .custom4-dot{width:10px;height:10px;border-radius:50%;background:var(--color-border);border:none;cursor:pointer;padding:0;transition:background 0.2s,transform 0.2s}.custom4-dots .custom4-dot.active{background:var(--color-primary);transform:scale(1.25)}.custom4-dots .custom4-dot:hover:not(.active){background:var(--color-secondary)}@media (max-width:1024px){.custom4-track{--items:4;--gap:20px}}@media (max-width:768px){.custom4-track{--items:3;--gap:16px}.custom4-slide{padding:14px 10px;min-height:80px}.custom4-slide img{max-height:45px}}@media (max-width:480px){.custom4-track{--items:2;--gap:12px}.custom4-arrow{width:40px;height:40px}}.testimonials{padding:clamp(70px,10vw,130px) 0}.testimonials-container{max-width:1300px !important;margin-inline:auto;padding-inline:clamp(1rem,5vw,3rem)}.testimonials-header{text-align:center;margin-bottom:clamp(32px,5vw,64px)}.testimonials-tag{display:inline-block;font-family:var(--font-body);font-weight:700;font-size:clamp(0.75rem,0.8vw + 0.5rem,0.875rem);color:var(--color-accent);background:var(--color-accent-light);padding:6px 18px;border-radius:999px;letter-spacing:0.05em;text-transform:uppercase;margin-bottom:16px}.testimonials-header h2{margin:0 0 16px 0}.testimonials-header p{font-family:var(--font-body);font-weight:300;font-size:clamp(0.9rem,1.2vw + 0.6rem,1.1rem);color:var(--color-text);max-width:600px;margin:0 auto;line-height:1.7}.testimonials-slider-wrapper{position:relative;overflow:hidden;border-radius:16px}.testimonials-track{display:flex;flex-wrap:nowrap;transition:transform 0.45s cubic-bezier(0.4,0,0.2,1);--items:3;--gap:24px;gap:var(--gap)}.testimonial-card{flex-shrink:0;width:calc((100% - (var(--items) - 1) * var(--gap)) / var(--items));background:var(--color-bg-alt);border-radius:16px;padding:clamp(24px,3vw,36px);border:1px solid var(--color-border);display:flex;flex-direction:column;transition:box-shadow 0.2s,border-color 0.2s}.testimonial-card:hover{box-shadow:0 4px 24px rgba(33,65,132,0.1);border-color:var(--color-secondary)}.testimonial-stars{display:flex;gap:4px;margin-bottom:16px}.testimonial-stars svg{width:18px;height:18px;fill:var(--color-accent)}.testimonial-quote{font-family:var(--font-body);font-weight:400;font-size:clamp(0.9rem,1.2vw + 0.6rem,1.05rem);text-align:justify;color:var(--color-text);line-height:1.7;margin:0 0 24px 0;flex-grow:1;position:relative}.testimonial-quote::before{content:'\201C';font-family:var(--font-display);font-size:3rem;color:var(--color-accent);opacity:0.4;position:absolute;top:-14px;left:-4px;line-height:1}.testimonial-author{display:flex;align-items:center;gap:14px;padding-top:20px;border-top:1px solid var(--color-border)}.testimonial-avatar{width:56px;height:56px;border-radius:50%;object-fit:cover;border:2px solid var(--color-primary-light);flex-shrink:0}.testimonial-info{display:flex;flex-direction:column;gap:2px}.testimonial-name{font-family:var(--font-body);font-weight:700;font-size:clamp(0.9rem,1vw + 0.5rem,1rem);color:var(--color-text-heading);margin:0}.testimonial-role{font-family:var(--font-body);font-weight:300;font-size:clamp(0.75rem,0.8vw + 0.5rem,0.85rem);color:var(--color-secondary);margin:0}.testimonials-controls{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:clamp(32px,4vw,48px)}.testimonials-arrow{width:44px;height:44px;border-radius:50%;border:2px solid var(--color-border);background:var(--color-bg);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background 0.2s,border-color 0.2s;flex-shrink:0}.testimonials-arrow:hover{background:var(--color-primary);border-color:var(--color-primary)}.testimonials-arrow:hover svg{stroke:#fff}.testimonials-arrow svg{width:18px;height:18px;stroke:var(--color-primary);stroke-width:2.5;fill:none;transition:stroke 0.2s}.testimonials-dots{display:flex;gap:8px;align-items:center}.testimonials-dot{width:10px;height:10px;border-radius:50%;background:var(--color-border);border:none;cursor:pointer;transition:background 0.2s,transform 0.2s;padding:0}.testimonials-dot.active{background:var(--color-primary);transform:scale(1.25)}.testimonials-dot:hover{background:var(--color-secondary)}@media (max-width:1024px){.testimonials-track{--items:2;--gap:20px}}@media (max-width:768px){.testimonials-track{--items:1;--gap:0px}.testimonial-card{width:100%}}.custom1{padding:clamp(60px,10vw,120px) 0}.custom1-container{margin-inline:auto;padding-inline:clamp(1rem,5vw,3rem);width:100%;max-width:1300px !important}.custom1-split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,4vw,4rem);align-items:center}.custom1-left h2{margin:0;line-height:1.2}.custom1-left .custom1-right p{font-family:var(--font-body);font-size:clamp(0.95rem,1.2vw + 0.6rem,1.12rem);text-align:justify;color:var(--color-text);line-height:1.75;font-weight:300;margin:0}@media (max-width:768px){.custom1-split{grid-template-columns:1fr;gap:clamp(1.2rem,3vw,2rem);text-align:center}}.custom2{width:100%;background:var(--color-bg-alt);padding:clamp(70px,10vw,130px) 0}.custom2-container{max-width:1300px !important;margin-inline:auto;padding-inline:clamp(1rem,5vw,3rem)}.custom2-header{text-align:center;max-width:700px;margin-inline:auto;margin-bottom:clamp(40px,6vw,64px)}.custom2-header h2{font-family:var(--font-display);font-size:clamp(1.5rem,2vw + 0.8rem,2.5rem);color:var(--color-text-heading);line-height:1.2;letter-spacing:-0.02em;margin-bottom:16px}.custom2-header p{font-family:var(--font-body);font-size:clamp(0.95rem,1vw + 0.4rem,1.1rem);color:var(--color-text);line-height:1.7;font-weight:300}.custom2-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(1.5rem,3vw,2.5rem)}.custom2-card{background:var(--color-bg);border-radius:16px;border:1px solid var(--color-border);overflow:hidden;transition:box-shadow 0.3s,transform 0.3s;display:flex;flex-direction:column}.custom2-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(33,65,132,0.1)}.custom2-card-img{width:100%;aspect-ratio:16 / 10;overflow:hidden;position:relative}.custom2-card-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.4s ease}.custom2-card:hover .custom2-card-img img{transform:scale(1.04)}.custom2-card-body{padding:clamp(1.25rem,2.5vw,2rem);display:flex;flex-direction:column;flex:1}.custom2-tag{display:inline-flex;align-items:center;font-family:var(--font-body);font-size:clamp(0.7rem,0.8vw + 0.35rem,0.8rem);font-weight:700;text-transform:uppercase;letter-spacing:0.08em;color:var(--color-primary);background:var(--color-primary-light);border:1px solid color-mix(in srgb,var(--color-primary) 15%,transparent);padding:5px 14px;border-radius:999px;width:fit-content;margin-bottom:16px}.custom2-card-body h3{font-family:var(--font-display);font-size:clamp(1.1rem,1.3vw + 0.5rem,1.4rem);color:var(--color-text-heading);line-height:1.2;letter-spacing:-0.02em;margin-bottom:12px}.custom2-card-body p{font-family:var(--font-body);text-align:justify;font-size:clamp(0.88rem,1vw + 0.35rem,0.95rem);color:var(--color-text);line-height:1.7;font-weight:300;margin-bottom:20px;flex:1}.custom2-link{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-body);font-size:clamp(0.85rem,0.9vw + 0.4rem,0.95rem);font-weight:700;color:var(--color-accent);text-decoration:none;transition:gap 0.25s ease,color 0.2s;width:fit-content}.custom2-link:hover{gap:12px;color:color-mix(in srgb,var(--color-accent),black 15%)}.custom2-link svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}@media (max-width:1024px){.custom2-grid{grid-template-columns:repeat(3,1fr);gap:clamp(1rem,2.5vw,1.5rem)}}@media (max-width:768px){.custom2-grid{grid-template-columns:1fr;gap:clamp(1.25rem,3vw,1.5rem);max-width:520px;margin-inline:auto}}.custom5{padding:clamp(60px,10vw,120px) 0;background:var(--color-bg)}.custom5 .container{max-width:1300px;margin-inline:auto;padding-inline:clamp(1rem,5vw,3rem);width:100%}.custom5__header{text-align:center;margin-bottom:clamp(32px,5vw,64px)}.custom5__header h2{margin-bottom:16px}.custom5__header .custom5__subtitle{font-family:var(--font-body);font-size:clamp(0.9rem,1.2vw + 0.6rem,1.1rem);color:var(--color-text);line-height:1.7;max-width:620px;margin-inline:auto}.custom5__bento{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:stretch}.custom5__left{display:flex;flex-direction:column;gap:24px}.custom5__featured{display:grid;grid-template-columns:1fr 1fr;border-radius:16px;overflow:hidden;background:var(--color-primary-light);flex:1;min-height:260px}.custom5__featured-img-wrap{position:relative;overflow:hidden}.custom5__featured-img-wrap img{width:100%;height:100%;object-fit:cover;display:block}.custom5__featured-body{padding:clamp(20px,2.5vw,32px);display:flex;flex-direction:column;justify-content:center;gap:10px}.custom5__tag{display:inline-flex;align-items:center;font-family:var(--font-body);font-size:clamp(0.68rem,0.7vw + 0.35rem,0.78rem);font-weight:700;text-transform:uppercase;letter-spacing:0.1em;color:var(--color-accent);background:rgba(236,128,78,0.12);padding:5px 14px;border-radius:999px;width:fit-content}.custom5__card-title{font-size:clamp(1.05rem,1.1vw + 0.5rem,1.3rem);line-height:1.25;margin:0}.custom5__card-desc{font-family:var(--font-body);font-size:clamp(0.8rem,0.85vw + 0.4rem,0.92rem);text-align:justify;color:var(--color-text);line-height:1.65;margin:0}.custom5__smalls{display:grid;grid-template-columns:1fr 1fr;gap:24px}.custom5__small-card{background:var(--color-bg-alt);border:1px solid var(--color-border);border-radius:16px;padding:clamp(20px,2.5vw,28px);display:flex;flex-direction:column;gap:12px;transition:border-color 0.2s,box-shadow 0.2s}.custom5__small-card:hover{border-color:var(--color-secondary);box-shadow:0 4px 20px rgba(33,65,132,0.08)}.custom5__icon{width:44px;height:44px;color:var(--color-primary);flex-shrink:0}.custom5__small-card .custom5__card-title{font-size:clamp(1rem,1vw + 0.45rem,1.15rem)}.custom5__right{display:flex;flex-direction:column;border-radius:16px;overflow:hidden;background:var(--color-primary)}.custom5__right-img{width:100%;display:block;object-fit:cover}.custom5__right-img--bottom{flex:1;min-height:180px;aspect-ratio:640/300}.custom5__right-body{padding:clamp(24px,3vw,36px);display:flex;flex-direction:column;gap:10px;flex:0.5}.custom5__right-body .custom5__tag{background:rgba(255,255,255,0.12);color:var(--color-accent)}.custom5__right-body .custom5__card-title{color:#ffffff}.custom5__right-body .custom5__card-desc{color:rgba(255,255,255,0.82)}@media (max-width:1024px){.custom5__featured{grid-template-columns:1fr}.custom5__featured-img-wrap img{height:200px}}@media (max-width:768px){.custom5__bento{grid-template-columns:1fr}.custom5__smalls{grid-template-columns:1fr}.custom5__right-img--bottom{min-height:160px}}.custom6-container{max-width:1300px !important;margin-inline:auto;padding-inline:clamp(1rem,5vw,3rem);width:100%}.custom6-header{text-align:center;max-width:700px;margin:0 auto clamp(32px,5vw,64px)}.custom6-header h2{margin-bottom:16px}.custom6-header p{font-family:var(--font-body);font-size:clamp(0.9rem,1.2vw + 0.6rem,1.1rem);color:var(--color-text);line-height:1.7}.custom6-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(1.5rem,3vw,2.5rem)}.custom6-card{background:var(--color-bg);border-radius:14px;padding:clamp(28px,4vw,40px) clamp(24px,3vw,32px);box-shadow:0 1px 2px rgba(0,0,0,.05),0 4px 16px rgba(0,0,0,.07);border:1px solid var(--color-border);transition:transform 0.2s,box-shadow 0.2s}.custom6-card:hover{transform:translateY(-4px);box-shadow:0 2px 4px rgba(0,0,0,.06),0 8px 24px rgba(0,0,0,.1)}.custom6-icon{width:56px;height:56px;background:var(--color-primary-light);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.custom6-icon svg{width:28px;height:28px;stroke:var(--color-primary);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.custom6-card h3{margin-bottom:10px}.custom6-card p{font-family:var(--font-body);font-size:clamp(0.85rem,1vw + 0.5rem,1rem);text-align:justify;color:var(--color-text);line-height:1.7;margin:0}@media (max-width:768px){.custom6-grid{grid-template-columns:1fr;gap:1.25rem}}.hero{width:100%;background:var(--color-primary-light);padding:clamp(100px,14vw,180px) 0;position:relative;overflow:hidden;contain:layout style}.hero::before{content:'';position:absolute;top:-40%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,color-mix(in srgb,var(--color-primary) 8%,transparent) 0%,transparent 70%);border-radius:50%;pointer-events:none}.hero::after{content:'';position:absolute;bottom:-20%;left:-5%;width:400px;height:400px;background:radial-gradient(circle,color-mix(in srgb,var(--color-accent) 6%,transparent) 0%,transparent 70%);border-radius:50%;pointer-events:none}.hero .container{max-width:1300px;margin-inline:auto;padding-inline:clamp(1rem,5vw,3rem);width:100%;position:relative;z-index:1}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:color-mix(in srgb,var(--color-primary) 10%,transparent);border:1px solid color-mix(in srgb,var(--color-primary) 20%,transparent);color:var(--color-primary);font-family:var(--font-body);font-weight:700;font-size:clamp(0.7rem,0.8vw + 0.4rem,0.8rem);padding:6px 16px;border-radius:999px;width:fit-content;letter-spacing:0.04em;text-transform:uppercase}.hero-badge svg{flex-shrink:0}.hero-content .hero-content h1 .hero-description{display:flex;flex-direction:column;gap:0.75rem}.hero-description p{font-family:var(--font-body);font-size:clamp(0.95rem,1vw + 0.5rem,1.1rem);text-align:justify;color:var(--color-text);line-height:1.7;margin:0}.hero-buttons{display:flex;flex-wrap:wrap;gap:12px;margin-top:clamp(0.5rem,1vw,1rem)}.hero-buttons .btn-accent svg{flex-shrink:0;margin-right:8px}.hero-image{display:flex;align-items:center;justify-content:center;position:relative}.hero-image-wrapper{position:relative;width:100%;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px rgba(33,65,132,0.08),0 20px 48px rgba(33,65,132,0.12)}.hero-image-wrapper img{display:block;width:100%;height:auto;object-fit:cover;aspect-ratio:680/520}.hero-image-decorator{position:absolute;bottom:-16px;right:-16px;width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,var(--color-accent),#f5a623);opacity:0.15;pointer-events:none;z-index:-1}@media (max-width:768px){.hero{padding:clamp(80px,16vw,140px) 0}.hero-grid{grid-template-columns:1fr;gap:clamp(2rem,6vw,3rem)}.hero-image{order:-1}.hero-buttons{flex-direction:column}.hero-buttons .btn{width:100%;text-align:center}}@media (max-width:375px){.hero{padding:clamp(70px,14vw,120px) 0}}.custom3{width:100%;background:var(--color-primary);padding:clamp(50px,8vw,100px) 0;text-align:center}.custom3-container{max-width:800px;margin-inline:auto;padding-inline:clamp(1rem,5vw,3rem)}.custom3-title{color:#ffffff;margin:0 0 clamp(16px,2vw,24px) 0}.custom3-title .custom3-text{font-family:var(--font-body);font-size:clamp(0.95rem,1.2vw + 0.5rem,1.15rem);color:var(--color-secondary);line-height:1.7;margin:0 0 clamp(28px,4vw,44px) 0;max-width:600px;margin-inline:auto}.custom3-buttons{display:flex;align-items:center;justify-content:center;gap:clamp(12px,2vw,20px);flex-wrap:wrap}.btn-wsp-cta{gap:10px}.btn-wsp-cta svg{flex-shrink:0}.btn-outline-light-cta{display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-body);font-weight:700;font-size:clamp(0.8rem,0.9vw + 0.45rem,0.95rem);padding:12px 28px;border-radius:8px;cursor:pointer;border:2px solid rgba(255,255,255,0.35);background:transparent;color:#ffffff;transition:background 0.2s,color 0.2s,border-color 0.2s,transform 0.2s;white-space:nowrap}.btn-outline-light-cta:hover{background:rgba(255,255,255,0.12);border-color:#ffffff;transform:translateY(-1px)}@media (max-width:768px){.custom3-buttons{flex-direction:column;gap:12px}.custom3-buttons .btn,.custom3-buttons .btn-outline-light-cta{width:100%}}.modal-overlay{display:none;position:fixed;inset:0;z-index:9999;background:rgba(33,65,132,0.35);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);align-items:center;justify-content:center;padding:24px;overflow-y:auto}.modal-overlay.modal-active{display:flex}.modal-card{position:relative;background:#fff;border-radius:16px;box-shadow:0 8px 40px rgba(33,65,132,0.18),0 2px 8px rgba(0,0,0,0.06);width:100%;max-width:640px;padding:clamp(28px,4vw,48px);margin:auto;border-left:4px solid var(--color-primary)}.modal-close-btn{position:absolute;top:16px;right:16px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:var(--color-primary-light);border:none;border-radius:50%;cursor:pointer;color:var(--color-primary);transition:background 0.2s,color 0.2s}.modal-close-btn:hover{background:var(--color-primary);color:#fff}.modal-view{width:100%}.modal-form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.modal-form-group{margin-bottom:20px}.modal-form-group label:not(.modal-check-item){display:block;font-family:var(--font-body);font-weight:700;font-size:clamp(0.8rem,0.9vw + 0.4rem,0.92rem);color:var(--color-primary);margin-bottom:6px}.modal-form-group input[type="text"],.modal-form-group input[type="email"],.modal-form-group input[type="tel"],.modal-form-group textarea,.modal-form-group select{width:100%;font-family:var(--font-body);font-weight:300;font-size:clamp(0.85rem,0.9vw + 0.4rem,0.95rem);color:var(--color-text);padding:12px 16px;border:1.5px solid var(--color-border);border-radius:8px;background:#fff;outline:none;transition:border-color 0.2s}.modal-form-group input:focus,.modal-form-group textarea:focus,.modal-form-group select:focus{border-color:var(--color-primary)}.modal-form-group input.modal-input-error,.modal-form-group textarea.modal-input-error,.modal-form-group select.modal-input-error{border-color:#ef4444}.modal-form-group input.modal-input-valid,.modal-form-group textarea.modal-input-valid,.modal-form-group select.modal-input-valid{border-color:#22c55e}.modal-form-group textarea{resize:vertical;min-height:90px}.modal-error{display:block;font-family:var(--font-body);font-size:0.78rem;color:#ef4444;min-height:18px;margin-top:3px}.modal-select-wrap{position:relative}.modal-select-wrap select{appearance:none;-webkit-appearance:none;padding-right:40px;cursor:pointer}.modal-select-arrow{position:absolute;right:14px;top:50%;transform:translateY(-50%);pointer-events:none}.modal-checkbox-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px 24px}.modal-check-item{display:flex;align-items:center;gap:8px;font-family:var(--font-body);font-weight:400;font-size:clamp(0.8rem,0.85vw + 0.38rem,0.9rem);color:var(--color-text);cursor:pointer;line-height:1.3}.modal-check-item input[type="checkbox"]{display:none}.modal-checkmark{flex-shrink:0;width:18px;height:18px;border:1.5px solid var(--color-border);border-radius:4px;background:#fff;display:flex;align-items:center;justify-content:center;transition:background 0.2s,border-color 0.2s}.modal-check-item input:checked + .modal-checkmark{background:var(--color-primary);border-color:var(--color-primary)}.modal-check-item input:checked + .modal-checkmark::after{content:'';width:5px;height:9px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg) translate(-1px,-1px)}.modal-cargo-label{display:block;font-family:var(--font-body);font-weight:700;font-size:clamp(0.8rem,0.9vw + 0.4rem,0.92rem);color:var(--color-primary);margin-bottom:12px}.modal-privacy-group{margin-bottom:24px}.modal-privacy-item{font-weight:300}.modal-privacy-link{color:var(--color-primary);text-decoration:underline;font-weight:400}.modal-privacy-link:hover{color:var(--color-accent)}.modal-submit-btn{min-width:140px;border-radius:25px}.modal-submit-btn:disabled{opacity:0.6;cursor:not-allowed;transform:none}.modal-success{display:flex;flex-direction:column;align-items:center;text-align:center;padding:clamp(20px,4vw,40px) 0;gap:16px}.modal-success-icon{margin-bottom:8px}.modal-success-title{color:var(--color-text-heading);margin:0}.modal-success-text{font-family:var(--font-body);font-weight:300;font-size:clamp(0.9rem,1vw + 0.5rem,1.05rem);color:var(--color-text);max-width:400px;line-height:1.6;margin:0 0 8px}@media (max-width:768px){.modal-overlay{padding:16px}.modal-card{padding:clamp(20px,5vw,32px);border-left-width:3px}.modal-form-row{grid-template-columns:1fr;gap:0}.modal-checkbox-grid{grid-template-columns:1fr}}.header{position:sticky;top:0;z-index:1000;background:#cfd9e5;border-bottom:1px solid rgba(33,65,132,0.08);backdrop-filter:blur(12px);height:95px;align-content:center;box-shadow:0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)}.header .container{display:flex;align-items:center;justify-content:space-between;gap:clamp(1rem,2vw,2rem);padding-block:14px;max-width:1350px}.nav-link:hover{color:var(--color-primary);font-weight:600}.has-dropdown::before{content:'';position:absolute;top:100%;left:0;width:100%;height:12px;background:transparent}.btn-whatsapp{gap:8px}.wsp-icon{width:18px;height:18px;flex-shrink:0}svg.dropdown-arrow{height:13px}.footer{width:100%;background:#102653;color:rgba(255,255,255,0.8);padding:clamp(50px,8vw,90px) 0 0 0}.footer-main{display:grid;grid-template-columns:1.1fr 1fr;gap:clamp(2rem,5vw,5rem);padding-bottom:clamp(40px,6vw,70px)}.footer-info{display:flex;flex-direction:column;gap:18px}.footer-contact-block .footer-contact-block p{font-size:clamp(0.8rem,0.85vw + 0.38rem,0.9rem);line-height:1.7}.social-icons{display:flex;gap:12px;margin-top:4px}.footer-links{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.5rem,3vw,3rem)}.footer-col .footer-col ul{display:flex;flex-direction:column;gap:10px}.footer-bottom{border-top:1px solid rgba(255,255,255,0.12);margin-top:0}.footer-bottom .footer-container{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;padding-block:clamp(18px,3vw,28px)}@media (max-width:1024px){.hamburger{display:flex}.nav{position:fixed;top:0;right:-100%;width:320px;max-width:85vw;height:100vh;background:var(--color-bg);flex-direction:column;justify-content:flex-start;padding:90px 28px 40px;box-shadow:-8px 0 32px rgba(0,0,0,0.1);transition:right 0.35s cubic-bezier(0.4,0,0.2,1);z-index:1005;overflow-y:auto}.nav.open{right:0}.nav-list{flex-direction:column;align-items:flex-start;gap:0;width:100%}.nav-item{width:100%;border-bottom:1px solid rgba(33,65,132,0.06)}.nav-link{padding:14px 0;width:100%;justify-content:space-between;font-size:clamp(0.95rem,1vw + 0.5rem,1.05rem)}.dropdown-menu{position:static !important;transform:none !important;box-shadow:none;border:none;border-radius:0;min-width:100%;padding:0 0 0 16px;max-height:0;overflow:hidden;opacity:1;visibility:visible;transition:max-height 0.35s ease}.nav-item:hover .dropdown-menu{transform:none !important;max-height:0;opacity:1;visibility:visible}.nav-item.dropdown-open .dropdown-menu{max-height:300px}.dropdown-menu a{padding:12px 8px;font-size:clamp(0.88rem,0.9vw + 0.42rem,0.98rem)}.header-actions{display:none}.nav-mobile-actions{display:flex;flex-direction:column;gap:10px;width:100%;margin-top:24px;padding-top:24px;border-top:1px solid rgba(33,65,132,0.08)}.nav-mobile-actions .btn{width:100%;text-align:center}.nav-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,0.35);z-index:1002}.nav-overlay.active{display:block}}@media (max-width:768px){.footer-main{grid-template-columns:1fr;gap:clamp(2.5rem,5vw,3.5rem)}.footer-info{align-items:flex-start}}@media (max-width:480px){.footer-links{grid-template-columns:1fr;gap:clamp(2rem,4vw,2.5rem)}.footer-bottom .footer-container{flex-direction:column;align-items:flex-start;gap:14px}.footer-legal{flex-direction:column;gap:8px}}.footer{background:#102653;color:rgba(255,255,255,0.85);font-family:var(--font-body);font-size:clamp(0.85rem,0.9vw + 0.4rem,0.95rem)}.footer-container{max-width:1300px;margin-inline:auto;padding-inline:clamp(1rem,5vw,3rem);width:100%}.footer-main{display:grid;grid-template-columns:1.2fr 1.8fr;gap:clamp(2rem,4vw,4rem);padding:clamp(30px,4vw,50px) 0 clamp(24px,3vw,36px) 0}.footer-info{display:flex;flex-direction:column;gap:clamp(16px,2vw,24px)}.footer .logo-img{max-height:clamp(35px,4.5vw,55px);width:auto;display:block;background:transparent}.footer-address p{margin:0;line-height:1.6;color:rgba(255,255,255,0.65);font-size:clamp(0.8rem,0.85vw + 0.35rem,0.9rem)}.footer-contact-block{display:flex;flex-direction:column;gap:6px}.footer-contact-block  h3{font-family:var(--font-body);font-weight:700;font-size:clamp(0.88rem,0.9vw + 0.42rem,1rem);color:var(--color-bg);margin-bottom:10px}.footer-contact-block p{margin:0;line-height:1.6}.footer-contact-block a{color:rgba(255,255,255,0.75);transition:color 0.2s}.social-icon{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:8px;background:rgba(255,255,255,0.08);color:rgba(255,255,255,0.7);transition:background 0.2s,color 0.2s}.social-icon:hover{background:var(--color-accent);color:#fff}.footer-links{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.5rem,3vw,3rem);align-self:start}.footer-col h3{font-family:var(--font-body);font-weight:700;font-size:clamp(0.88rem,0.9vw + 0.42rem,1rem);color:var(--color-bg);margin-bottom:16px}.footer-col ul{padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.footer-col .footer-col a{color:rgba(255,255,255,0.65);font-size:clamp(0.8rem,0.85vw + 0.35rem,0.9rem);transition:color 0.2s}.footer-bottom{border-top:1px solid rgba(255,255,255,0.1);background:rgba(0,0,0,0.15)}.footer-bottom .footer-container{display:flex;justify-content:space-between;align-items:center;padding-block:clamp(12px,2vw,20px);flex-wrap:wrap;gap:8px}.footer-bottom p{margin:0;font-size:clamp(0.75rem,0.8vw + 0.35rem,0.85rem);color:rgba(255,255,255,0.5)}.footer-legal{display:flex;gap:clamp(12px,2vw,24px);flex-wrap:wrap}.footer-legal a{font-size:clamp(0.75rem,0.8vw + 0.35rem,0.85rem);color:rgba(255,255,255,0.5);transition:color 0.2s}.footer-legal a:hover{color:var(--color-accent)}.whatsapp-float{position:fixed;bottom:28px;right:28px;z-index:9999;display:flex;align-items:center;gap:0;cursor:pointer}.whatsapp-float__btn{display:flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:50%;background:#25D366;box-shadow:0 4px 14px rgba(37,211,102,0.4),0 2px 6px rgba(0,0,0,0.15);transition:transform 0.25s cubic-bezier(0.4,0,0.2,1),box-shadow 0.25s;border:none;text-decoration:none;color:#fff;position:relative}.whatsapp-float__btn:hover{transform:scale(1.08);box-shadow:0 6px 20px rgba(37,211,102,0.5),0 3px 10px rgba(0,0,0,0.18)}.whatsapp-float__btn svg{width:32px;height:32px;flex-shrink:0;position:relative;z-index:1}.whatsapp-float__pulse{position:absolute;top:0;left:0;width:60px;height:60px;border-radius:50%;background:rgba(37,211,102,0.3);animation:waPulse 2s ease-out infinite;pointer-events:none}@keyframes waPulse{0%{transform:scale(1);opacity:0.6}100%{transform:scale(1.6);opacity:0}}.whatsapp-float__tooltip{position:absolute;right:72px;top:50%;transform:translateY(-50%);background:#fff;color:var(--color-text);font-family:var(--font-body);font-size:0.85rem;font-weight:600;padding:8px 16px;border-radius:8px;box-shadow:0 2px 12px rgba(0,0,0,0.12);white-space:nowrap;opacity:0;visibility:hidden;transition:opacity 0.25s,visibility 0.25s;pointer-events:none}.whatsapp-float__tooltip::after{content:'';position:absolute;right:-6px;top:50%;transform:translateY(-50%);width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:6px solid #fff}.whatsapp-float:hover .whatsapp-float__tooltip{opacity:1;visibility:visible}@media (max-width:768px){.footer-main{grid-template-columns:1fr;gap:clamp(1.5rem,3vw,2.5rem)}.footer-links{grid-template-columns:1fr 1fr}.footer-bottom .footer-container{flex-direction:column;text-align:center;gap:10px}.footer-legal{justify-content:center}.whatsapp-float{bottom:20px;right:20px}.whatsapp-float__btn{width:54px;height:54px}.whatsapp-float__pulse{width:54px;height:54px}.whatsapp-float__btn svg{width:28px;height:28px}.whatsapp-float__tooltip{display:none}}@media (max-width:375px){.footer-links{grid-template-columns:1fr}.whatsapp-float{bottom:16px;right:16px}.whatsapp-float__btn{width:50px;height:50px}.whatsapp-float__pulse{width:50px;height:50px}.whatsapp-float__btn svg{width:26px;height:26px}}._s1{width:100% !important;background:var(--color-bg-alt) !important}._s2{color:var(--color-accent) !important}._s3{object-position:center 28% !important}._s4{background:var(--color-bg-alt) !important;padding:clamp(60px,10vw,120px) 0 !important}._s5{width:100% !important;background:var(--color-bg) !important}._s6{padding-left:16px !important}._s7{width:100% !important;background:var(--color-bg-alt) !important}._s8{color:var(--color-bg-alt) !important;margin-bottom:25px !important}._s9{display:none !important}