.hero-split-container{background-color:#002d62;width:100%;min-height:calc(100vh - 105px);display:flex}.hero-pricing-panel{color:#fff;text-align:center;z-index:2;background:linear-gradient(150deg,#007ac1 0%,#002d62 100%);flex-direction:column;flex:0 0 35%;justify-content:center;align-items:center;padding:4rem 3rem;display:flex;position:relative;box-shadow:10px 0 30px #00000040}.hero-pricing-title{font-family:var(--font-axiforma),sans-serif;text-transform:uppercase;letter-spacing:-1px;white-space:nowrap;margin-bottom:.5rem;font-weight:900;line-height:1;font-size:2.3rem!important}.hero-pricing-subtitle{font-family:var(--font-axiforma),sans-serif;letter-spacing:0;margin-bottom:4rem;font-style:italic;font-weight:700;font-size:1.2rem!important}.hero-pricing-bottom{flex-direction:column;align-items:center;width:100%;display:flex}.hero-pricing-details{font-family:var(--font-axiforma),sans-serif;justify-content:space-around;gap:2rem;width:100%;max-width:500px;margin-bottom:4rem;display:flex}.pricing-col{text-align:left;flex-direction:column;align-items:flex-start;display:flex}.pricing-type{text-transform:uppercase;letter-spacing:0;margin-bottom:.3rem;font-weight:800;font-size:1.5rem!important;line-height:1!important}.pricing-price{align-items:flex-start;gap:.6rem;margin-bottom:.3rem;display:flex;line-height:1!important}.price-amount{letter-spacing:-2px;font-weight:900;font-size:2.8rem!important;line-height:1!important}.currency{letter-spacing:0;font-weight:800;font-size:1.2rem!important;line-height:1!important}.pricing-regular{text-transform:uppercase;letter-spacing:.5px;opacity:1;margin-top:0;font-weight:400;font-size:1rem!important;line-height:1!important}.hero-promo-section{font-family:var(--font-axiforma),sans-serif;flex-direction:column;align-items:center;display:flex}.promo-label{letter-spacing:.5px;text-transform:uppercase;margin-bottom:1rem;font-weight:800;font-size:1.2rem!important}.promo-code{color:#002d62;letter-spacing:1px;background-color:#fff;border-radius:50px;padding:.1rem .8rem;font-weight:900;font-size:2.1rem!important}.hero-video-panel{flex:1;position:relative;overflow:hidden}.hero-video{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}@media (max-width:991px){.hero-split-container{flex-direction:column}.hero-pricing-panel{text-align:center;flex:1;align-items:center;padding:3rem 1.5rem;box-shadow:0 10px 30px #00000040}.hero-pricing-title{font-size:1.9rem!important}.hero-pricing-subtitle{margin-bottom:2.5rem;font-size:1rem!important}.hero-pricing-bottom{flex-direction:row;justify-content:center;align-items:center;gap:1.5rem;width:100%;display:flex}.price-amount{font-size:2.2rem!important}.pricing-type{font-size:1.2rem!important}.currency{font-size:1rem!important}.pricing-regular{font-size:.9rem!important}.hero-pricing-details{gap:2rem;width:auto;max-width:none;margin-bottom:0}.hero-promo-section{align-items:center;margin-bottom:0}.promo-label{margin-bottom:.5rem;font-size:1.1rem!important}.promo-code{padding:.1rem .6rem;font-size:1.7rem!important}.hero-video-panel{flex:0 0 50vh;width:100%}}@media (max-width:576px){.hero-pricing-bottom{flex-direction:column;gap:2rem}.hero-pricing-details{justify-content:space-around;gap:1.5rem;width:100%}.hero-promo-section{align-items:center;width:100%}}
.tour-cards-section{background:#fff;padding:60px 0}.tc-title{font-size:var(--at-font-size-h2);color:var(--at-color-navy);margin-bottom:.5rem;font-weight:800}.tc-highlight{color:var(--at-color-blue);margin-left:.5rem}.tc-subtitle{font-size:var(--at-subtitle);color:var(--at-color-text);margin-bottom:2rem}.tc-card{cursor:pointer;border-radius:20px;height:450px;transition:transform .3s;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000001a}.tc-card-img{background-position:50%;background-size:cover;align-items:flex-end;height:100%;display:flex;position:relative}.tc-card-overlay{background:linear-gradient(#002f6c00 40%,#002f6cb3 100%);position:absolute;inset:0}.tc-card-content{z-index:2;text-align:left;width:100%;padding:20px 60px 25px;position:relative}.tc-card-title{color:#fff;text-shadow:0 2px 10px #0000004d;margin-bottom:12px;font-size:2rem;font-weight:900;line-height:1.1}.tc-card-desc{color:#fff;max-width:95%;margin-bottom:35px;font-size:1.2rem;font-weight:500;line-height:1.3}.tc-card-actions{flex-wrap:nowrap;justify-content:space-between;gap:20px;display:flex}.tc-btn-know{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);white-space:nowrap;background:#ffffff1a;border:3px solid #fff6;border-radius:80px;padding:14px 35px;font-size:1.1rem;font-weight:800;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-block;color:#fff!important;text-decoration:none!important}.tc-btn-know:hover{background:#fff;border-color:#fff;transform:scale(1.05)translateY(-3px);box-shadow:0 15px 30px #ffffff40;color:var(--at-color-navy,#002f6c)!important}.tc-btn-book{color:#fff;cursor:pointer;white-space:nowrap;background:#009bfb;border:3px solid #009bfb;border-radius:80px;padding:14px 35px;font-size:1.1rem;font-weight:900;transition:all .3s;display:inline-block;box-shadow:0 8px 25px #009bfb66}.tc-btn-book:hover{background:#007bc7;border-color:#007bc7;transform:scale(1.05);box-shadow:0 12px 35px #009bfb80}@media (max-width:991px){.tc-card-img{height:380px}.tc-card-actions{gap:40px}}@media (max-width:767px){.tc-card{height:auto}.tc-card-img{background-position:top;background-repeat:no-repeat;background-size:100% 250px;background-color:var(--at-color-navy,#002f6c);display:block}.tc-card-overlay{display:none}.tc-card-content{background-color:var(--at-color-navy,#002f6c);margin-top:250px;padding:40px 30px 30px}.tc-card-actions{flex-direction:column;gap:15px}.tc-btn-know{background:#fff;border-color:#fff;color:var(--at-color-navy,#002f6c)!important}.tc-btn-know,.tc-btn-book{text-align:center;width:100%}.tc-slider-nav{height:250px;top:0;bottom:auto}}.tc-slider-nav{pointer-events:none;z-index:10;justify-content:space-between;align-items:center;padding:0 15px;display:flex;position:absolute;inset:0}.tc-nav-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;cursor:pointer;pointer-events:auto;background:#fff3;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;transition:all .3s;display:flex;box-shadow:0 4px 15px #0003}.tc-nav-btn:hover{background:#fff6;transform:scale(1.1)}.tc-slider-hint{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);color:#fff;z-index:5;background:#002f6c99;border-radius:12px;padding:5px 12px;font-size:.8rem;font-weight:800;position:absolute;top:20px;right:20px}
.unified-points-section{color:var(--at-color-text);background-color:#fff;padding:80px 0}.points-main-title{font-size:var(--at-font-size-h2);color:var(--at-color-navy);margin-bottom:.5rem;font-weight:800}.points-highlight{color:var(--at-color-blue)}.points-subtitle{font-size:var(--at-font-size-subtitle);color:var(--at-color-text);margin-bottom:3rem}.points-circles-row{flex-wrap:wrap;justify-content:center;gap:30px;display:flex}.point-circle-item{flex-direction:column;flex:200px;align-items:center;max-width:250px;display:flex}.point-circle{background:#fff;border:4px solid #009bfb;border-radius:50%;justify-content:center;align-items:center;width:180px;height:180px;margin-bottom:1.5rem;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 4px 15px #009bfb4d}.point-img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.point-circle-item:hover .point-circle{border-color:#002f6c;transform:translateY(-8px);box-shadow:0 8px 25px #009bfb80}.point-circle-item:hover .point-img{transform:scale(1.1)}.point-title{color:var(--at-color-navy);margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.point-desc{color:var(--at-color-text);margin:0;font-size:.95rem;line-height:1.5}@media (max-width:991px){.points-circles-row{gap:30px}.point-circle-item{flex:30%}}@media (max-width:768px){.point-circle-item{flex:45%}.point-circle{width:140px;height:140px}}@media (max-width:480px){.point-circle-item{flex:100%;max-width:100%}}
.tc-promo-section{background-color:#fff;padding:60px 0}.tc-promo-box{background:#fff;border:2px solid #002f6c;border-radius:24px;padding:40px;box-shadow:0 10px 30px #002f6c0d}.tc-promo-header{justify-content:space-between;align-items:flex-start;gap:30px;margin-bottom:40px;display:flex}.tc-promo-text-group{flex:1}.tc-promo-title{font-size:var(--at-font-size-h3);color:var(--at-color-navy);margin-bottom:.75rem;line-height:1.25}.tc-text-blue{color:#009bfb}.tc-promo-description{font-size:var(--at-font-size-body);color:var(--at-color-text);max-width:800px;margin-bottom:0}.tc-promo-btn{cursor:pointer;background-color:#002f6c;border:none;border-radius:16px;align-items:center;gap:1.25rem;min-width:fit-content;padding:1rem 2rem;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 8px 20px #002f6c33;color:#fff!important}.tc-promo-btn:hover{background-color:#001b44;transform:translateY(-3px);box-shadow:0 12px 25px #001b444d;color:#fff!important}.tc-btn-icon{color:#fff;align-items:center;font-size:2.2rem;display:flex}.tc-btn-text{text-align:left;font-size:1rem;line-height:1.3}.tc-btn-text strong{margin-top:2px;font-size:1.1rem;display:block}.tc-promo-features{grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:30px;display:grid}.tc-feature-card{align-items:flex-start;gap:15px;display:flex}.tc-feature-icon{color:#009bfb;flex-shrink:0;justify-content:center;align-items:center;min-width:1.5em;min-height:1.5em;font-size:1.5em;display:flex}.tc-feature-icon svg{width:1.5em;height:1.5em;display:block}.tc-feature-name{color:#1a1a1a;margin-bottom:4px;font-size:1rem;font-weight:800}.tc-feature-text{color:#6b7280;margin:0;font-size:.9rem;line-height:1.4}.tc-promo-footer{text-align:center;color:#9ca3af;margin:10px 0 0;font-size:.9rem;font-style:italic}@media (max-width:1200px){.tc-promo-features{grid-template-columns:repeat(2,1fr);gap:30px}}@media (max-width:991px){.tc-promo-header{text-align:center;flex-direction:column;align-items:center}.tc-promo-btn{justify-content:center;width:100%}}@media (max-width:768px){.tc-promo-box{padding:30px 20px}.tc-promo-title{font-size:1.5rem}.tc-promo-features{grid-template-columns:1fr}}
