:root{--font-display:"Playfair Display", Georgia, serif;--font-body:"DM Sans", system-ui, sans-serif;--font-mono:"DM Mono", "Courier New", monospace;--color-blue:#29b6f0;--color-blue-dark:#1a9fd8;--color-blue-light:#7dd3f5;--color-blue-xlight:#e8f6fe;--color-navy:#0d1b2a;--color-navy-dark:#070e16;--color-navy-light:#152536;--color-white:#fff;--brand-primary:var(--color-blue);--brand-primary-hover:var(--color-blue-dark);--brand-accent:var(--color-blue-light);--brand-accent-hover:var(--color-blue-dark);--brand-on-primary:var(--color-white);--brand-on-accent:var(--color-white);--surface-base:#fff;--surface-raised:#f4f9fd;--surface-sunken:#e8f4fb;--surface-navy:var(--color-navy);--surface-overlay:#29b6f00f;--bg-primary:var(--surface-base);--bg-secondary:var(--surface-raised);--color-gold:var(--color-blue);--color-gold-light:var(--color-blue-light);--color-gold-dark:var(--color-blue-dark);--text-primary:#0d1b2a;--text-secondary:#4a6278;--text-muted:#7a95a8;--text-inverse:#fff;--text-gold:var(--color-blue);--border-color:#d0e8f5;--border-strong:#a8cee3;--border-accent:var(--color-blue);--border-navy:var(--color-navy);--radius-none:0px;--radius-xs:2px;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--shadow-sm:0 1px 3px #0d1b2a0f, 0 1px 2px #0d1b2a0a;--shadow-md:0 4px 12px #29b6f01f, 0 2px 4px #0d1b2a0f;--shadow-lg:0 12px 32px #29b6f029, 0 4px 8px #0d1b2a14;--shadow-xl:0 24px 48px #0d1b2a33;--shadow-blue:0 4px 20px #29b6f059;--ease-out:cubic-bezier(.16, 1, .3, 1);--ease-in:cubic-bezier(.7, 0, .84, 0);--ease-inout:cubic-bezier(.45, 0, .55, 1);--transition:all .3s var(--ease-out);--transition-slow:all .5s var(--ease-out);--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-6:1.5rem;--space-8:2rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--container-max:1280px;--header-height:80px;--gradient-blue:linear-gradient(135deg, var(--color-blue-light) 0%, var(--color-blue) 50%, var(--color-blue-dark) 100%);--gradient-navy:linear-gradient(180deg, var(--color-navy-light) 0%, var(--color-navy) 60%, var(--color-navy-dark) 100%);--gradient-diagonal:linear-gradient(135deg, var(--color-navy) 0%, #1a2d40 100%);--gradient-hero:linear-gradient(135deg, var(--color-navy) 0%, #0f2a3f 100%)}@keyframes ihan-fade-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes ihan-fade-in{0%{opacity:0}to{opacity:1}}@keyframes ihan-slide-left{0%{opacity:0;transform:translate(32px)}to{opacity:1;transform:translate(0)}}@keyframes ihan-scale-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes ihan-gold-pulse{0%,to{box-shadow:0 0 #29b6f000}50%{box-shadow:0 0 0 8px #29b6f026}}@keyframes ihan-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.reveal{opacity:0;animation:ihan-fade-up .6s var(--ease-out) forwards}.reveal-delay-1{animation-delay:.1s}.reveal-delay-2{animation-delay:.2s}.reveal-delay-3{animation-delay:.35s}.reveal-delay-4{animation-delay:.5s}*{box-sizing:border-box;margin:0;padding:0}html,body{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;max-width:100vw;font-family:var(--font-body);background-color:var(--surface-base);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.65;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}img{max-width:100%}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);color:var(--text-primary);letter-spacing:-.01em;margin-bottom:1rem;font-weight:700;line-height:1.15}h1{font-size:clamp(2.5rem,5vw,3.75rem)}h2{font-size:clamp(1.875rem,3.5vw,2.75rem)}h3{font-size:clamp(1.25rem,2vw,1.5rem)}h4{font-size:1.125rem}p{color:var(--text-secondary);font-size:1rem;line-height:1.75;font-family:var(--font-body);margin-bottom:1rem}.container{max-width:var(--container-max);padding:0 var(--space-8);margin:0 auto}.section{padding:var(--space-24) 0}.ihan-divider{background:var(--gradient-blue);width:48px;height:3px;margin-bottom:var(--space-6);border-radius:var(--radius-xs)}.ihan-divider.centered{margin-left:auto;margin-right:auto}.section-label{align-items:center;gap:var(--space-2);font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--color-blue);margin-bottom:var(--space-4);font-size:.75rem;font-weight:500;display:inline-flex}.section-label:before{content:"";background:var(--color-blue);width:20px;height:1px;display:inline-block}.btn{font-family:var(--font-body);border-radius:var(--radius-sm);transition:var(--transition);justify-content:center;align-items:center;gap:var(--space-2);letter-spacing:.01em;cursor:pointer;white-space:nowrap;border:2px solid #0000;padding:.8125rem 1.75rem;font-size:.9375rem;font-weight:600;display:inline-flex;position:relative;overflow:hidden}.btn-primary{background:var(--color-blue);color:var(--color-white);border-color:var(--color-blue)}.btn-primary:hover{background:var(--color-blue-dark);border-color:var(--color-blue-dark);box-shadow:var(--shadow-blue);transform:translateY(-1px)}.btn-blue{background:var(--gradient-blue);color:var(--color-white);border-color:#0000;font-weight:700}.btn-blue:hover{box-shadow:var(--shadow-blue);transform:translateY(-1px)}.btn-gold{background:var(--gradient-blue);color:var(--color-white);border-color:#0000;font-weight:700}.btn-gold:hover{box-shadow:var(--shadow-blue);transform:translateY(-1px)}.btn-outline{color:var(--color-navy);border-color:var(--border-strong);background:0 0}.btn-outline:hover{border-color:var(--color-navy);background:var(--surface-overlay)}.btn-outline-white{color:var(--color-white);background:0 0;border-color:#fff6}.btn-outline-white:hover{border-color:var(--color-white);background:#ffffff14}.ihan-card{background:var(--surface-base);border:1px solid var(--border-color);border-radius:var(--radius-md);transition:var(--transition)}.ihan-card:hover{border-color:var(--border-strong);box-shadow:var(--shadow-md);transform:translateY(-2px)}.ihan-card-accented{border-left:3px solid var(--color-gold)}.text-center{text-align:center}.text-brand{color:var(--brand-primary)}.text-gold{color:var(--color-gold)}.text-muted{color:var(--text-muted)}.mb-2{margin-bottom:var(--space-8)}.mb-4{margin-bottom:var(--space-16)}.country-tag{align-items:center;gap:var(--space-2);font-family:var(--font-mono);padding:var(--space-1) var(--space-3);border:1px solid var(--border-color);border-radius:var(--radius-xs);background:var(--surface-raised);color:var(--text-secondary);letter-spacing:.04em;text-transform:uppercase;font-size:.75rem;font-weight:500;display:inline-flex}.skeleton-container{padding-top:calc(var(--header-height) + 4rem);padding-bottom:var(--space-16);gap:var(--space-12);flex-direction:column;width:100%;display:flex}.shimmer{background:linear-gradient(90deg, var(--surface-raised) 25%, var(--border-color) 50%, var(--surface-raised) 75%);border-radius:var(--radius-sm);background-size:200% 100%;animation:1.5s linear infinite ihan-shimmer}.skeleton-hero{border-radius:var(--radius-md);width:100%;height:250px}.skeleton-content-row{gap:var(--space-6);align-items:center;display:flex}.skeleton-circle{border-radius:50%;flex-shrink:0;width:64px;height:64px}.skeleton-lines{gap:var(--space-3);flex-direction:column;width:100%;display:flex}.skeleton-line{width:100%;height:14px}.skeleton-line.h-title{height:24px;margin-bottom:var(--space-2)}.skeleton-line.w-75{width:75%}.skeleton-line.w-50{width:50%}.skeleton-grid{gap:var(--space-8);grid-template-columns:repeat(3,1fr);display:grid}.skeleton-card{gap:var(--space-4);background:var(--surface-base);border:1px solid var(--border-color);padding:var(--space-6);border-radius:var(--radius-md);flex-direction:column;display:flex}.skeleton-card-image{border-radius:var(--radius-sm);width:100%;height:160px}@media (max-width:768px){.skeleton-grid{grid-template-columns:1fr}.container{padding:0 var(--space-6)}.section{padding:var(--space-16) 0}}@media (max-width:480px){.container{padding:0 var(--space-4)}}
.Header-module__7oPlmW__topBar{background:var(--color-blue);width:100%;height:3px}.Header-module__7oPlmW__header{z-index:1000;background:var(--color-navy);width:100%;transition:box-shadow .3s var(--ease-out);border-bottom:1px solid #ffffff14;position:fixed;top:0;left:0}.Header-module__7oPlmW__header.Header-module__7oPlmW__scrolled{box-shadow:0 4px 24px #0a23424d}.Header-module__7oPlmW__headerInner{height:72px;padding:0 var(--space-8);max-width:var(--container-max);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.Header-module__7oPlmW__logo{flex-shrink:0;align-items:center;display:flex}.Header-module__7oPlmW__nav{align-items:center;gap:.25rem;display:flex}.Header-module__7oPlmW__navLink{font-family:var(--font-body);color:#ffffffb3;border-radius:var(--radius-sm);letter-spacing:.01em;padding:.5rem .875rem;font-size:.875rem;font-weight:500;transition:color .2s,background .2s;position:relative}.Header-module__7oPlmW__navLink:hover{color:var(--color-white);background:#ffffff12}.Header-module__7oPlmW__active{background:#29b6f01f;color:var(--color-blue)!important}.Header-module__7oPlmW__desktopCta{align-items:center;gap:var(--space-3);display:flex}.Header-module__7oPlmW__mobileMenuBtn{color:#fffc;cursor:pointer;padding:var(--space-2);border-radius:var(--radius-sm);transition:background .2s;display:none}.Header-module__7oPlmW__mobileMenuBtn:hover{color:#fff;background:#ffffff14}.Header-module__7oPlmW__mobileMenu{display:none}@media (max-width:992px){.Header-module__7oPlmW__nav,.Header-module__7oPlmW__desktopCta{display:none}.Header-module__7oPlmW__mobileMenuBtn{justify-content:center;align-items:center;display:flex}.Header-module__7oPlmW__mobileMenu{background:var(--color-navy-dark);border-top:1px solid #ffffff0f;border-bottom:2px solid var(--color-blue);padding:var(--space-4) var(--space-8);gap:var(--space-1);z-index:999;flex-direction:column;display:flex;position:absolute;top:100%;left:0;right:0}.Header-module__7oPlmW__mobileNavLink{color:#ffffffbf;padding:.75rem var(--space-4);border-radius:var(--radius-sm);font-size:.9375rem;font-weight:500;transition:color .2s,background .2s}.Header-module__7oPlmW__mobileNavLink:hover{color:#fff;background:#ffffff0f}.Header-module__7oPlmW__mobileActive{background:#29b6f01a;color:var(--color-blue)!important}.Header-module__7oPlmW__mobileCta{margin-top:var(--space-3);justify-content:center;width:100%}.Header-module__7oPlmW__headerInner{padding:0 var(--space-6)}}@media (max-width:480px){.Header-module__7oPlmW__mobileMenu{padding:var(--space-3) var(--space-4)}}
.Footer-module__zDRaGG__footer{background:var(--color-navy-dark);color:var(--color-white);border-top:3px solid var(--color-blue)}.Footer-module__zDRaGG__footerTop{border-bottom:1px solid #ffffff14;padding:4rem 0 3rem}.Footer-module__zDRaGG__footerGrid{grid-template-columns:2fr 1fr 1fr;gap:4rem;display:grid}.Footer-module__zDRaGG__footerBrand{flex-direction:column;gap:1rem;display:flex}.Footer-module__zDRaGG__footerBrandDesc{color:#ffffff80;max-width:280px;margin:0;font-size:.9rem;line-height:1.75}.Footer-module__zDRaGG__footerColTitle{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--color-blue-light);margin-bottom:1.25rem;font-size:.7rem;font-weight:500;display:block}.Footer-module__zDRaGG__footerLinks{flex-direction:column;gap:.625rem;display:flex}.Footer-module__zDRaGG__footerLinks a{color:#ffffff8c;font-size:.9rem;font-family:var(--font-body);transition:color .2s;display:block}.Footer-module__zDRaGG__footerLinks a:hover{color:var(--color-white)}.Footer-module__zDRaGG__footerContact{flex-direction:column;gap:.625rem;display:flex}.Footer-module__zDRaGG__footerContact p{color:#ffffff8c;margin:0;font-size:.9rem;line-height:1.6}.Footer-module__zDRaGG__footerContact a{color:#ffffff8c;font-size:.9rem;transition:color .2s;display:block}.Footer-module__zDRaGG__footerContact a:hover{color:var(--color-gold-light)}.Footer-module__zDRaGG__footerBottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 0;display:flex}.Footer-module__zDRaGG__footerBottomText{color:#ffffff4d;font-size:.8rem;font-family:var(--font-mono);margin:0}.Footer-module__zDRaGG__footerBottomFlags{gap:.5rem;display:flex}.Footer-module__zDRaGG__footerFlag{opacity:.6;font-size:1.1rem;transition:opacity .2s}.Footer-module__zDRaGG__footerFlag:hover{opacity:1}@media (max-width:768px){.Footer-module__zDRaGG__footerGrid{grid-template-columns:1fr 1fr;gap:2.5rem}.Footer-module__zDRaGG__footerBrand{grid-column:1/-1}.Footer-module__zDRaGG__footerBottom{flex-direction:column;align-items:flex-start}}@media (max-width:480px){.Footer-module__zDRaGG__footerGrid{grid-template-columns:1fr}}
.WhatsAppButton-module__tBuXgG__whatsappBtn{color:#fff;z-index:1000;background-color:#25d366;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .3s,box-shadow .3s;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 4px 10px #00000026}.WhatsAppButton-module__tBuXgG__whatsappBtn:hover{transform:translateY(-4px);box-shadow:0 6px 14px #0003}@media (max-width:480px){.WhatsAppButton-module__tBuXgG__whatsappBtn{width:50px;height:50px;bottom:1.5rem;right:1.5rem}}
