:root{--color-dark-navy:#062b63;--color-royal-blue:#0b4ea2;--color-bright-blue:#1769d1;--color-orange:#ff6b00;--color-orange-hover:#e56000;--color-light-bg:#f5f8fc;--color-white:#fff;--color-text-dark:#1e293b;--color-text-muted:#64748b;--color-border:#e2e8f0;--font-main:"Inter", "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif;--shadow-sm:0 2px 4px #062b630a;--shadow-md:0 4px 12px #062b6314;--shadow-lg:0 10px 25px #062b631f;--shadow-xl:0 20px 40px #062b632e;--radius-sm:6px;--radius-md:12px;--radius-lg:18px;--radius-full:9999px;--transition-fast:.2s ease;--transition-normal:.3s ease;--transition-slow:.5s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-main);background-color:var(--color-light-bg);color:var(--color-text-dark);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}img{max-width:100%;height:auto;display:block}h1,h2,h3,h4,h5,h6{color:var(--color-dark-navy);font-weight:700;line-height:1.25}.section-container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.section-header{text-align:center;margin-bottom:3rem}.section-title{color:var(--color-dark-navy);margin-bottom:.5rem;font-size:2.25rem;font-weight:800;display:inline-block;position:relative}.section-title-line{background:var(--color-bright-blue);border-radius:2px;width:60px;height:4px;margin:.5rem auto 0}.section-subtitle{color:var(--color-text-muted);max-width:600px;margin:.5rem auto 0;font-size:1.125rem}.btn{border-radius:var(--radius-sm);transition:all var(--transition-fast);white-space:nowrap;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-size:.95rem;font-weight:600;display:inline-flex}.btn-orange{background-color:var(--color-orange);color:var(--color-white);box-shadow:0 4px 14px #ff6b0059}.btn-orange:hover{background-color:var(--color-orange-hover);transform:translateY(-2px);box-shadow:0 6px 20px #ff6b0073}.btn-navy{background-color:var(--color-dark-navy);color:var(--color-white)}.btn-navy:hover{background-color:var(--color-royal-blue);transform:translateY(-2px)}.btn-outline{border:2px solid var(--color-white);color:var(--color-white);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff1a}.btn-outline:hover{background:var(--color-white);color:var(--color-dark-navy);transform:translateY(-2px)}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.6s forwards fadeIn}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:var(--color-royal-blue);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--color-dark-navy)}.topbar{background-color:var(--color-dark-navy);color:#e2e8f0;border-bottom:1px solid #ffffff14;padding:.45rem 0;font-size:.8125rem}.topbar-container{justify-content:space-between;align-items:center;display:flex}.division-tag{letter-spacing:.3px;color:#94a3b8;font-weight:500}.topbar-right{align-items:center;gap:1rem;display:flex}.topbar-item{color:#cbd5e1;transition:color var(--transition-fast);align-items:center;gap:.4rem;display:inline-flex}.topbar-item:hover{color:var(--color-orange)}.topbar-icon{color:var(--color-bright-blue)}.whatsapp-link:hover .topbar-icon{color:#25d366}.topbar-divider{color:#fff3}@media (width<=768px){.topbar-container{text-align:center;flex-direction:column;gap:.3rem}.topbar-right{flex-wrap:wrap;justify-content:center;gap:.6rem;font-size:.75rem}.topbar-divider{display:none}}.navbar{z-index:1000;background-color:var(--color-white);transition:all var(--transition-normal);box-shadow:var(--shadow-sm);border-bottom:1px solid #e2e8f0cc;position:sticky;top:0}.navbar.scrolled{box-shadow:var(--shadow-md)}.navbar-container{justify-content:space-between;align-items:center;gap:1rem;height:68px;display:flex}.navbar-brand{flex-shrink:0;align-items:center;display:flex}.navbar-logo-img{object-fit:contain;width:auto;height:46px;display:block}.nav-menu{flex:1;justify-content:center;align-items:center;gap:0;display:flex}.nav-link{color:#334155;transition:color var(--transition-fast);white-space:nowrap;padding:.4rem .65rem;font-size:.8rem;font-weight:600;position:relative}.nav-link:hover{color:var(--color-bright-blue)}.nav-link:after{content:"";background-color:var(--color-bright-blue);width:0%;height:2px;transition:width var(--transition-fast);position:absolute;bottom:0;left:.65rem;right:.65rem}.nav-link:hover:after{width:calc(100% - 1.3rem)}.navbar-actions{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.nav-cta{border-radius:var(--radius-sm);white-space:nowrap;padding:.55rem 1.1rem;font-size:.82rem}.mobile-toggle{color:var(--color-dark-navy);transition:background-color var(--transition-fast);border-radius:6px;padding:.5rem;display:none}.mobile-toggle:hover{background-color:#f1f5f9}.mobile-drawer{background-color:var(--color-white);border-top:1px solid var(--color-border);max-height:0;transition:max-height .4s cubic-bezier(.4,0,.2,1);display:none;overflow:hidden}.mobile-drawer.open{max-height:600px}.mobile-drawer-content{flex-direction:column;gap:.25rem;padding:1.25rem 1.5rem;display:flex}.mobile-nav-link{color:var(--color-dark-navy);border-bottom:1px solid #f1f5f9;padding:.65rem 0;font-size:.95rem;font-weight:600;display:block}.mobile-nav-link:hover{color:var(--color-bright-blue)}.mobile-drawer-cta{margin-top:1rem}.w-full{width:100%}@media (width<=1400px){.nav-link{padding:.4rem .5rem;font-size:.775rem}}@media (width<=1150px){.nav-menu,.nav-cta{display:none}.mobile-toggle{display:flex}.mobile-drawer{display:block}}.inquiry-form-card{background:var(--color-white);border-radius:var(--radius-lg);border:1px solid #ffffffe6;padding:1.75rem;position:relative;overflow:hidden;box-shadow:0 20px 45px #062b6338}.inquiry-form-card:before{content:"";background:linear-gradient(90deg, var(--color-orange) 0%, var(--color-bright-blue) 100%);height:6px;position:absolute;top:0;left:0;right:0}.form-header{margin-bottom:1.25rem}.form-title{color:var(--color-dark-navy);align-items:center;gap:.5rem;font-size:1.35rem;font-weight:800;display:flex}.form-title-icon{color:var(--color-orange)}.form-subtitle{color:var(--color-text-muted);margin-top:.25rem;font-size:.8125rem;line-height:1.45}.form-grid{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.form-group{flex-direction:column;gap:.25rem;display:flex}.form-group.full-width{grid-column:1/-1}.form-group label{color:var(--color-dark-navy);text-transform:uppercase;letter-spacing:.3px;font-size:.75rem;font-weight:700}.input-wrapper{align-items:center;display:flex;position:relative}.input-icon{color:var(--color-royal-blue);pointer-events:none;opacity:.7;position:absolute;left:10px}.textarea-icon{top:10px}.input-wrapper input,.input-wrapper select,.input-wrapper textarea{width:100%;font-size:.825rem;font-family:var(--font-main);border:1px solid var(--color-border);border-radius:var(--radius-sm);color:var(--color-text-dark);transition:all var(--transition-fast);background-color:#f8fafc;outline:none;padding:.55rem .6rem .55rem 2.2rem}.input-wrapper textarea{resize:vertical;min-height:52px}.input-wrapper input:focus,.input-wrapper select:focus,.input-wrapper textarea:focus{border-color:var(--color-bright-blue);background-color:var(--color-white);box-shadow:0 0 0 3px #1769d11f}.form-submit-btn{letter-spacing:.3px;border-radius:var(--radius-sm);width:100%;margin-top:1.25rem;padding:.85rem;font-size:.95rem}.form-footer-note{color:var(--color-text-muted);text-align:center;margin-top:.75rem;font-size:.75rem;font-weight:500}.form-success-state{text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:2.5rem 1rem;display:flex}.success-icon{color:#10b981}.form-success-state h4{color:var(--color-dark-navy);font-size:1.4rem}.form-success-state p{color:#334155;font-size:.925rem;font-weight:600}.success-note{color:var(--color-text-muted);font-size:.8rem}.btn-sm{padding:.5rem 1rem;font-size:.85rem}@media (width<=480px){.form-grid{grid-template-columns:1fr}.inquiry-form-card{padding:1.25rem}}.hero{background-color:var(--color-dark-navy);align-items:center;min-height:88vh;padding:4rem 0 5rem;display:flex;position:relative;overflow:hidden}.hero-bg{z-index:1;background-position:50%;background-size:cover;width:100%;height:100%;transition:transform 10s;position:absolute;top:0;left:0;transform:scale(1.03)}.hero:hover .hero-bg{transform:scale(1.07)}.hero-overlay{z-index:2;background:#00000073;width:100%;height:100%;position:absolute;top:0;left:0}.hero-container{z-index:3;grid-template-columns:1.15fr .85fr;align-items:center;gap:3rem;display:grid;position:relative}.hero-content{color:var(--color-white)}.hero-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius-full);letter-spacing:.3px;background:#ffffff1f;border:1px solid #ffffff40;align-items:center;gap:.6rem;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.825rem;font-weight:600;display:inline-flex}.hero-badge-pulse{background-color:var(--color-orange);border-radius:50%;width:8px;height:8px;animation:2s infinite pulse;box-shadow:0 0 #ff6b00b3}@keyframes pulse{0%{box-shadow:0 0 #ff6b00b3}70%{box-shadow:0 0 0 8px #ff6b0000}to{box-shadow:0 0 #ff6b0000}}.hero-title{color:var(--color-white);letter-spacing:-.5px;margin-bottom:1.25rem;font-size:3.25rem;font-weight:900;line-height:1.15}.text-highlight{background:linear-gradient(90deg,#ff9e43 0%,#ff6b00 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.hero-subheading{color:#e2e8f0;max-width:580px;margin-bottom:2rem;font-size:1.2rem;font-weight:400;line-height:1.6}.hero-categories{flex-wrap:wrap;gap:.75rem;margin-bottom:2.25rem;display:flex}.hero-cat-chip{border-radius:var(--radius-full);color:#f8fafc;transition:all var(--transition-fast);background:#ffffff1a;border:1px solid #ffffff2e;align-items:center;gap:.45rem;padding:.4rem .9rem;font-size:.85rem;font-weight:600;display:inline-flex}.hero-cat-chip:hover{background:#ffffff40;transform:translateY(-2px)}.hero-actions{align-items:center;gap:1rem;margin-bottom:3rem;display:flex}.btn-hero{padding:.85rem 1.85rem;font-size:1rem}.hero-trust-bar{border-top:1px solid #ffffff26;align-items:center;gap:1.5rem;padding-top:1.5rem;display:flex}.trust-item{flex-direction:column;display:flex}.trust-num{color:var(--color-white);font-size:1.25rem;font-weight:800}.trust-txt{color:#94a3b8;font-size:.75rem;font-weight:500}.trust-divider{background-color:#ffffff26;width:1px;height:28px}.hero-form-wrapper{width:100%}@media (width<=1024px){.hero-container{grid-template-columns:1fr;gap:3.5rem}.hero-title{font-size:2.5rem}.hero-subheading{font-size:1.05rem}}@media (width<=640px){.hero{padding:3rem 0}.hero-title{font-size:2.1rem}.hero-actions{flex-direction:column;align-items:stretch}.btn-hero{width:100%}.hero-trust-bar{flex-wrap:wrap;gap:1rem}.trust-divider{display:none}}.tour-categories-section{background-color:var(--color-light-bg);padding:6rem 0}.section-category-tag{color:var(--color-bright-blue);letter-spacing:1.5px;text-transform:uppercase;margin-bottom:.5rem;font-size:.8rem;font-weight:800;display:block}.category-cards-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.category-card{background:var(--color-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);transition:all var(--transition-normal);border:1px solid var(--color-border);flex-direction:column;display:flex;position:relative;overflow:hidden}.category-card:hover{box-shadow:var(--shadow-xl);border-color:#1769d14d;transform:translateY(-8px)}.category-image-wrapper{height:220px;position:relative;overflow:hidden}.category-img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.25,1,.5,1)}.category-card:hover .category-img{transform:scale(1.1)}.category-img-overlay{background:linear-gradient(#062b6333 0%,#062b63a6 100%);width:100%;height:100%;position:absolute;top:0;left:0}.category-icon-badge{width:54px;height:54px;color:var(--color-white);border:3px solid var(--color-white);z-index:5;transition:transform var(--transition-fast);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;bottom:-24px;right:24px;box-shadow:0 6px 16px #062b6340}.category-card:hover .category-icon-badge{transform:scale(1.1)rotate(5deg)}.category-info-panel{flex-direction:column;flex-grow:1;padding:2rem 1.75rem 1.75rem;display:flex}.category-card-title{color:var(--color-dark-navy);margin-bottom:.5rem;font-size:1.45rem;font-weight:800}.category-card-desc{color:var(--color-text-muted);min-height:42px;margin-bottom:1.25rem;font-size:.875rem;line-height:1.5}.category-feature-list{border-top:1px dashed var(--color-border);grid-template-columns:1fr 1fr;gap:.65rem .5rem;margin-bottom:1.75rem;padding-top:1rem;list-style:none;display:grid}.category-feature-item{color:#334155;align-items:center;gap:.45rem;font-size:.8rem;font-weight:600;display:flex}.feature-check-icon{width:20px;height:20px;color:var(--color-bright-blue);background-color:#1769d11f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.category-cta-btn{border-radius:var(--radius-sm);width:100%;transition:all var(--transition-fast);margin-top:auto;padding:.75rem;font-size:.9rem}.category-card:hover .category-cta-btn{background-color:var(--color-orange);box-shadow:0 4px 12px #ff6b004d}@media (width<=1024px){.category-cards-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.category-cards-grid,.category-feature-list{grid-template-columns:1fr}}.destinations-section{background-color:var(--color-white);padding:6rem 0}.dest-category-wrapper{margin-bottom:4rem}.dest-category-wrapper:last-child{margin-bottom:0}.dest-category-header{border-bottom:2px solid var(--color-light-bg);justify-content:space-between;align-items:center;margin-bottom:1.75rem;padding-bottom:.75rem;display:flex}.category-title-group{align-items:center;gap:.65rem;display:flex}.category-title-group h3{color:var(--color-dark-navy);font-size:1.5rem;font-weight:800}.dest-cat-icon{border-radius:10px;width:38px;height:38px;padding:8px}.dest-cat-icon.domestic{color:var(--color-bright-blue);background-color:#1769d11a}.dest-cat-icon.international{color:var(--color-orange);background-color:#ff6b001a}.view-all-link{color:var(--color-bright-blue);transition:all var(--transition-fast);align-items:center;gap:.4rem;font-size:.9rem;font-weight:700;display:flex}.view-all-link:hover{color:var(--color-orange);transform:translate(4px)}.destinations-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.destination-card{background:var(--color-white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid var(--color-border);transition:all var(--transition-normal);cursor:pointer;overflow:hidden}.destination-card:hover{box-shadow:var(--shadow-lg);border-color:var(--color-bright-blue);transform:translateY(-6px)}.dest-image-wrapper{height:200px;position:relative;overflow:hidden}.dest-img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.25,1,.5,1)}.destination-card:hover .dest-img{transform:scale(1.12)}.dest-overlay{background:linear-gradient(#0000001a 0%,#062b6380 100%);width:100%;height:100%;position:absolute;top:0;left:0}.dest-rating{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:var(--color-white);border-radius:var(--radius-full);background:#062b63bf;align-items:center;gap:.25rem;padding:.25rem .6rem;font-size:.75rem;font-weight:700;display:flex;position:absolute;top:10px;left:10px}.star-icon{color:#ffd166;fill:#ffd166}.dest-tour-count{background:var(--color-orange);color:var(--color-white);border-radius:var(--radius-sm);padding:.2rem .55rem;font-size:.7rem;font-weight:800;position:absolute;bottom:10px;right:10px}.dest-content{padding:1rem 1.15rem}.dest-header{justify-content:space-between;align-items:center;display:flex}.dest-name{color:var(--color-dark-navy);font-size:1.1rem;font-weight:800}.dest-pin{color:var(--color-bright-blue)}.dest-subtitle{color:var(--color-text-muted);white-space:nowrap;text-overflow:ellipsis;margin-top:.2rem;font-size:.8rem;overflow:hidden}@media (width<=1024px){.destinations-grid{grid-template-columns:repeat(4,1fr)}}@media (width<=768px){.destinations-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.destinations-grid{grid-template-columns:repeat(2,1fr);gap:.85rem}.dest-image-wrapper{height:140px}.dest-content{padding:.75rem}.dest-name{font-size:.95rem}.dest-subtitle{font-size:.725rem}}.statistics-card{background:var(--color-white);border-radius:var(--radius-lg);border:1px solid var(--color-border);padding:2.5rem 3rem;box-shadow:0 24px 60px #062b6333}.statistics-grid{grid-template-columns:repeat(5,1fr);align-items:center;gap:0;display:grid}.stat-item{text-align:center;flex-direction:column;align-items:center;gap:.85rem;padding:.75rem 1rem;display:flex;position:relative}.stat-item:not(:last-child):after{content:"";background-color:#e8eef6;width:1px;height:80%;position:absolute;top:10%;right:0}.stat-icon-wrapper{border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:58px;height:58px;display:flex}.stat-text-group{flex-direction:column;align-items:center;display:flex}.stat-number{letter-spacing:-1px;font-size:2rem;font-weight:900;line-height:1.1}.stat-label{color:var(--color-dark-navy);margin-top:4px;font-size:.9rem;font-weight:700;line-height:1.2}.stat-sublabel{color:var(--color-text-muted);margin-top:1px;font-size:.82rem;font-weight:500}@media (width<=1100px){.statistics-card{padding:2rem 1.5rem}.statistics-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}.stat-item:after{display:none}.stat-item:not(:last-child){border-bottom:1px solid #f1f5f9;padding-bottom:1.25rem}.stat-item:nth-child(3),.stat-item:nth-child(6){border-bottom:none}}@media (width<=640px){.statistics-card{padding:1.5rem 1rem}.statistics-grid{grid-template-columns:repeat(2,1fr);gap:0}.stat-item{padding:1.25rem .5rem;border-bottom:1px solid #f1f5f9!important;border-right:none!important}.stat-item:nth-last-child(-n+2){border-bottom:none!important}.stat-item:after{display:none}.stat-number{font-size:1.6rem}}.why-us-section{background-color:var(--color-dark-navy);color:var(--color-white);padding:6rem 0 8rem;position:relative}.why-us-bg{z-index:1;opacity:.18;background-position:50%;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0}.why-us-overlay{z-index:2;background:linear-gradient(#062b63f5 0%,#0b4ea2f0 100%);width:100%;height:100%;position:absolute;top:0;left:0}.why-us-container{z-index:3;position:relative}.section-category-tag.light{color:var(--color-orange)}.light-text{color:var(--color-white)!important}.light-text-muted{color:#cbd5e1!important}.section-title-line.orange{background:var(--color-orange)}.why-us-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:5rem;display:grid}.why-us-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius-md);transition:all var(--transition-normal);background:#ffffff0f;border:1px solid #ffffff1f;padding:2rem 1.5rem}.why-us-card:hover{border-color:var(--color-orange);background:#ffffff1f;transform:translateY(-6px);box-shadow:0 10px 30px #0000004d}.why-us-icon-wrapper{background:linear-gradient(135deg, var(--color-orange) 0%, #ff9e43 100%);width:60px;height:60px;color:var(--color-white);border-radius:14px;justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex;box-shadow:0 6px 16px #ff6b0059}.why-us-card-title{color:var(--color-white);margin-bottom:.6rem;font-size:1.25rem;font-weight:700}.why-us-card-desc{color:#94a3b8;font-size:.875rem;line-height:1.55}.statistics-floating-wrapper{z-index:10;margin-bottom:-8rem;position:relative}@media (width<=1024px){.why-us-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.why-us-grid{grid-template-columns:1fr;gap:1.25rem}.why-us-section{padding-bottom:8rem}}.cta-section{background-color:var(--color-dark-navy);color:var(--color-white);text-align:center;padding:12rem 0 6.5rem;position:relative;overflow:hidden}.cta-bg{z-index:1;background-position:50%;background-size:cover;width:100%;height:100%;transition:transform 8s;position:absolute;top:0;left:0;transform:scale(1.05)}.cta-section:hover .cta-bg{transform:scale(1.1)}.cta-overlay{z-index:2;background:linear-gradient(135deg,#062b63eb 0%,#0b4ea2d9 50%,#062b63eb 100%);width:100%;height:100%;position:absolute;top:0;left:0}.cta-container{z-index:3;justify-content:center;display:flex;position:relative}.cta-content{flex-direction:column;align-items:center;max-width:750px;display:flex}.cta-icon-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);width:64px;height:64px;color:var(--color-orange);background:#ffffff26;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex;box-shadow:0 8px 24px #0003}.cta-title{color:var(--color-white);margin-bottom:1rem;font-size:2.75rem;font-weight:800;line-height:1.2}.cta-subtitle{color:#e2e8f0;margin-bottom:2.25rem;font-size:1.2rem;font-weight:400;line-height:1.5}.btn-cta{border-radius:var(--radius-sm);padding:.95rem 2.25rem;font-size:1.05rem}@media (width<=640px){.cta-section{padding:4.5rem 0}.cta-title{font-size:2rem}.cta-subtitle{font-size:1rem}}.footer{background-color:var(--color-dark-navy);color:#94a3b8;border-top:1px solid #ffffff1a;font-size:.875rem}.footer-top{padding:5rem 0 4rem}.footer-grid{grid-template-columns:1.2fr .8fr .8fr 1.2fr;gap:3rem;display:grid}.footer-logo{background:var(--color-white);border-radius:10px;margin-bottom:1.25rem;padding:.55rem 1.1rem;display:inline-block;box-shadow:0 4px 14px #ffffff1a}.footer-logo-img{object-fit:contain;width:auto;height:48px;display:block}.text-white{color:var(--color-white)!important}.text-light{color:#cbd5e1!important}.footer-desc{color:#cbd5e1;margin-bottom:1.5rem;font-size:.875rem;line-height:1.6}.social-links{align-items:center;gap:.75rem;display:flex}.social-icon{width:38px;height:38px;color:var(--color-white);transition:all var(--transition-fast);background:#ffffff14;border-radius:50%;justify-content:center;align-items:center;display:flex}.social-icon:hover{background:var(--color-orange);transform:translateY(-3px)}.footer-col-title{color:var(--color-white);margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.1rem;font-weight:700;position:relative}.footer-col-title:after{content:"";background-color:var(--color-bright-blue);border-radius:2px;width:30px;height:3px;position:absolute;bottom:0;left:0}.footer-links-list{flex-direction:column;gap:.75rem;list-style:none;display:flex}.footer-link{color:#cbd5e1;transition:all var(--transition-fast);align-items:center;gap:.4rem;display:flex}.link-arrow{color:var(--color-orange);opacity:.6;transition:transform var(--transition-fast)}.footer-link:hover{color:var(--color-white);transform:translate(4px)}.footer-link:hover .link-arrow{opacity:1;transform:translate(2px)}.contact-details-list{flex-direction:column;gap:1rem;display:flex}.contact-detail-item{color:#cbd5e1;align-items:flex-start;gap:.75rem;line-height:1.5;display:flex}.contact-icon{color:var(--color-orange);flex-shrink:0;margin-top:2px}.phones-group{flex-direction:column;display:flex}.contact-detail-item a{transition:color var(--transition-fast)}.contact-detail-item a:hover{color:var(--color-orange)}.footer-bottom{background-color:#0003;border-top:1px solid #ffffff14;padding:1.5rem 0;font-size:.8rem}.footer-bottom-container{justify-content:space-between;align-items:center;display:flex}.copyright-text{color:#94a3b8}.footer-bottom-links{color:#64748b;align-items:center;gap:.75rem;display:flex}.footer-bottom-links a{color:#94a3b8;transition:color var(--transition-fast)}.footer-bottom-links a:hover{color:var(--color-white)}@media (width<=1024px){.footer-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}}@media (width<=640px){.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-bottom-container{text-align:center;flex-direction:column;gap:.75rem}}
