﻿*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{min-height:100vh;text-rendering:optimizeSpeed;-webkit-font-smoothing:antialiased;font-family:var(--font-main);color:var(--primary-color);background-color:var(--bg-body);line-height:1.6}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}input,button,textarea,select{font:inherit}button{background:none;border:none;cursor:pointer}:root{--font-main: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--text-title: #0f172a;--text-body: #475569;--text-muted: #64748b;--text-on-dark: #f8fafc;--primary-color: #37307a;--accent-title: #2dd4bf;--accent-title-light: #5eead4;--accent-title-dark: #14b8a6;--accent-title-glow: rgba(45, 212, 191, 0.2);--bg-body: #ffffff;--bg-alt: #f8fafc;--bg-dark: #0f172a;--bg-darker: #020617;--bg-card: #ffffff;--border-color: #e2e8f0;--border-dark: #1e293b;--input-bg: #f8fafc;--btn-primary-bg: #37307a;--btn-primary-hover: #5951a2;--btn-primary-text: #ffffff;--btn-secondary-bg: #f1f5f9;--btn-secondary-hover: #e2e8f0;--btn-secondary-text: #0f172a;--btn-radius: 8px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.05);--shadow-md: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.01);--shadow-lg: 0 20px 30px -10px rgba(0, 0, 0, 0.08)}@font-face{font-family:"Plus Jakarta Sans";font-style:normal;font-weight:400;font-display:swap;src:url("fonts/PlusJakartaSans-Regular.woff2") format("woff2")}@font-face{font-family:"Plus Jakarta Sans";font-style:normal;font-weight:600;font-display:swap;src:url("fonts/PlusJakartaSans-SemiBold.woff2") format("woff2")}@font-face{font-family:"Plus Jakarta Sans";font-style:normal;font-weight:800;font-display:swap;src:url("fonts/PlusJakartaSans-Bold.woff2") format("woff2")}h1,h2,h3,h4{color:var(--text-title);font-weight:800;line-height:1.15;letter-spacing:-0.02em}h1{font-size:clamp(2.25rem,5vw,3.5rem)}h2{font-size:clamp(1.75rem,4vw,2.5rem)}h3{font-size:clamp(1.25rem,3vw,1.75rem);font-weight:600}p{font-size:1.125rem}.text-muted{color:var(--text-muted)}.text-bold{font-weight:600}.text-xs{font-size:.875rem}.text-sm{font-size:.95rem}.text-light-muted{color:#cbd5e1}.text-hero-p{max-width:48rem;margin-left:auto;margin-right:auto;color:#e2e8f0}.no-underline{text-decoration:none}.section{padding:80px 20px}.container{max-width:1140px;margin:0 auto;padding:0 20px}.container-narrow{max-width:768px;margin:0 auto;padding:0 20px}.grid-2{display:grid;grid-template-columns:1fr;gap:40px;align-items:center}@media(min-width: 768px){.grid-2{grid-template-columns:1fr 1fr}}@media(min-width: 992px){.grid-3{display:grid;grid-template-columns:repeat(3, 1fr);gap:30px}}.grid-auto{display:grid;grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));gap:30px}.grid-2-5-7{display:grid;grid-template-columns:5fr 7fr;gap:64px;align-items:center}.grid-2-7-5{display:grid;grid-template-columns:7fr 5fr;gap:64px;align-items:center}.grid-2-4-8{display:grid;grid-template-columns:4fr 8fr;gap:64px;align-items:center}.grid-2-8-4{display:grid;grid-template-columns:8fr 4fr;gap:64px;align-items:center}@media(max-width: 991px){.grid-2-5-7,.grid-2-7-5,.grid-2-4-8,.grid-2-8-4{grid-template-columns:1fr;gap:40px}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;font-family:var(--font-main);font-size:1rem;font-weight:600;text-decoration:none;border-radius:var(--btn-radius);border:none;cursor:pointer;transition:transform .2s ease,background-color .2s ease,box-shadow .2s ease;line-height:1}.btn:hover{transform:translateY(-2px)}.btn:active{transform:translateY(0)}.btn-primary{background-color:var(--btn-primary-bg);color:var(--btn-primary-text);box-shadow:0 4px 14px 0 rgba(37,99,235,.39)}.btn-primary:hover{background-color:var(--btn-primary-hover);box-shadow:0 6px 20px 0 rgba(37,99,235,.45)}.btn-secondary{background-color:var(--btn-secondary-bg);color:var(--btn-secondary-text)}.btn-secondary:hover{background-color:var(--btn-secondary-hover)}.btn-lg{padding:18px 36px;font-size:1.125rem}.btn-block{width:100%}.card{background-color:var(--bg-card);border:1px solid var(--border-color);border-radius:16px;padding:32px;box-shadow:var(--shadow-sm);transition:transform .3s ease,box-shadow .3s ease}.card-hover:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:rgba(0,0,0,0)}.form-group{margin-bottom:20px;display:flex;flex-direction:column;gap:8px}.form-label{font-size:.875rem;font-weight:600;color:var(--text-title)}.form-input{width:100%;padding:14px 16px;font-family:var(--font-main);font-size:1rem;color:var(--text-title);background-color:var(--input-bg);border:1px solid var(--border-color);border-radius:var(--btn-radius);outline:none;transition:border-color .2s ease,box-shadow .2s ease}.form-input:focus{background-color:#fff;border-color:var(--btn-primary-bg);box-shadow:0 0 0 4px rgba(37,99,235,.15)}.card-dark{background-color:var(--bg-darker);border:1px solid var(--border-dark);color:var(--text-on-dark)}.card-gradient{background:linear-gradient(to bottom right, var(--bg-dark), var(--bg-darker));border:1px solid var(--border-dark);color:var(--text-on-dark)}.card-flush{padding:0;overflow:hidden}.card-padding-md{padding:24px}.card-padding-lg{padding:40px}.card-padding-xl{padding:48px}.section-header{text-align:center;margin-bottom:64px}.section-title{margin-bottom:16px}.section-subtitle{display:block;color:var(--accent-title);font-weight:600;text-transform:uppercase;font-size:.875rem;letter-spacing:2px;margin-bottom:8px}.price-crossed{display:block;color:var(--text-muted);text-decoration:line-through;font-size:.875rem}.price-highlight{display:block;color:var(--accent-title);font-size:1.875rem;font-weight:800;margin-bottom:16px}.hero-section{position:relative;min-height:85vh;display:flex;align-items:center;overflow:hidden}.hero-bg{position:absolute;inset:0;z-index:0}.hero-bg img{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to top, #020617, rgba(15, 23, 42, 0.7), rgba(15, 23, 42, 0.5))}.hero-content{position:relative;z-index:10}.hero-actions{max-width:500px;margin:0 auto;gap:16px}.hero-title{font-size:clamp(2.5rem,5vw,4.5rem);line-height:1.1}.hero-title .title-gradient{background:linear-gradient(to right, #99f6e4, #cffafe, #ffffff);-webkit-background-clip:text;background-clip:text;color:rgba(0,0,0,0);display:block}.hero-title .title-accent{color:var(--accent-title);display:block;font-size:clamp(1.875rem,4vw,3.75rem);margin-top:8px}.modal-overlay{display:none;position:fixed;inset:0;z-index:999;background-color:rgba(2,6,23,.8);backdrop-filter:blur(4px);align-items:center;justify-content:center;padding:20px}.modal-dialog{max-width:450px;width:100%}.modal-close-btn{background:rgba(0,0,0,0);border:none;color:var(--text-title);font-size:1.25rem;cursor:pointer}[class*=reveal-]{opacity:0;transition:opacity .8s cubic-bezier(0.16, 1, 0.3, 1),transform .8s cubic-bezier(0.16, 1, 0.3, 1);will-change:transform,opacity}.reveal-fade{transform:translateY(0)}.reveal-left{transform:translateX(-30px)}.reveal-right{transform:translateX(30px)}.reveal-up{transform:translateY(30px)}.is-visible{opacity:1;transform:translate(0, 0)}.delay-1{transition-delay:.1s}.delay-2{transition-delay:.2s}.delay-3{transition-delay:.3s}@keyframes pulseGlow{0%{box-shadow:0 0 0 0 rgba(37,99,235,.4)}70%{box-shadow:0 0 0 12px rgba(37,99,235,0)}100%{box-shadow:0 0 0 0 rgba(37,99,235,0)}}.animate-glow{animation:pulseGlow 2s infinite}.bg-alt{background-color:var(--bg-alt);color:var(--text-body)}.bg-alt h1,.bg-alt h2,.bg-alt h3,.bg-alt h4{color:var(--text-title) !important}.bg-alt .section-subtitle{color:var(--accent-title-dark) !important}.bg-alt .text-muted{color:var(--text-muted) !important}.bg-dark{background-color:var(--bg-dark);color:var(--text-on-dark)}.bg-dark h1,.bg-dark h2,.bg-dark h3{color:#fff}.py-sm{padding-top:40px;padding-bottom:40px}.py-md{padding-top:80px;padding-bottom:80px}.py-lg{padding-top:120px;padding-bottom:120px}.mt-sm{margin-top:16px}.mt-md{margin-top:32px}.mt-lg{margin-top:64px}.mb-sm{margin-bottom:16px}.mb-md{margin-bottom:32px}.mb-lg{margin-bottom:64px}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}@media(max-width: 768px){.hide-mobile{display:none !important}}@media(min-width: 769px){.hide-desktop{display:none !important}}@media(prefers-reduced-motion: reduce){*,*::before,*::after{animation-duration:.01ms !important;transition-duration:.01ms !important}}.badge{display:inline-block;padding:4px 12px;font-size:.75rem;font-weight:800;text-transform:uppercase;border-radius:50px;background-color:var(--accent-title-glow);color:var(--accent-title-light);border:1px solid rgba(45,212,191,.3)}.badge-icon{color:#fbbf24;margin-right:6px}.badge-top-right{position:absolute;top:16px;right:16px}.img-cover{width:100%;height:220px;object-fit:cover;border-radius:var(--btn-radius)}.img-height-sm{height:300px}.img-height-md{height:400px}.icon-featured{font-size:1.5rem;color:var(--accent-title)}.icon{display:inline-block;width:1.25rem;height:1.25rem;vertical-align:-0.125em;background-color:currentColor;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}.icon-xs{width:.75rem;height:.75rem}.icon-sm{width:1rem;height:1rem}.icon-lg{width:1.75rem;height:1.75rem}.icon-plane{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M21 16v-2l-8-5V3.5a1.5 1.5 0 0 0-3 0V9l-8 5v2l8-2.5V19l-2 1.5V22l3.5-1 3.5 1v-1.5L13 19v-5.5L21 16z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M21 16v-2l-8-5V3.5a1.5 1.5 0 0 0-3 0V9l-8 5v2l8-2.5V19l-2 1.5V22l3.5-1 3.5 1v-1.5L13 19v-5.5L21 16z'/%3E%3C/svg%3E")}.icon-plane-departure{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M2 21h20v-2H2v2zM20.5 8.5 14 6V3.5a1.5 1.5 0 0 0-3 0V6L4.5 8.5C3.62 8.84 3 9.69 3 10.63V12l8-2v5l-2.5 1.5V18l4-1 4 1v-1.5L14 15V10l8 2v-1.37c0-.94-.62-1.79-1.5-2.13z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M2 21h20v-2H2v2zM20.5 8.5 14 6V3.5a1.5 1.5 0 0 0-3 0V6L4.5 8.5C3.62 8.84 3 9.69 3 10.63V12l8-2v5l-2.5 1.5V18l4-1 4 1v-1.5L14 15V10l8 2v-1.37c0-.94-.62-1.79-1.5-2.13z'/%3E%3C/svg%3E")}.icon-plane-arrival{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M2 21h20v-2H2v2zM20.5 8.5 14 6V3.5a1.5 1.5 0 0 0-3 0V6L4.5 8.5C3.62 8.84 3 9.69 3 10.63V12l8-2v5l-2.5 1.5V18l4-1 4 1v-1.5L14 15V10l8 2v-1.37c0-.94-.62-1.79-1.5-2.13z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M2 21h20v-2H2v2zM20.5 8.5 14 6V3.5a1.5 1.5 0 0 0-3 0V6L4.5 8.5C3.62 8.84 3 9.69 3 10.63V12l8-2v5l-2.5 1.5V18l4-1 4 1v-1.5L14 15V10l8 2v-1.37c0-.94-.62-1.79-1.5-2.13z'/%3E%3C/svg%3E")}.icon-hotel{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 14h10v-2H7v2zm0 4h10v-2H7v2zm10-8H7V8h10v2zM19 2H5c-1.1 0-2 .9-2 2v16h18V4c0-1.1-.9-2-2-2zm0 16H5V4h14v14z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 14h10v-2H7v2zm0 4h10v-2H7v2zm10-8H7V8h10v2zM19 2H5c-1.1 0-2 .9-2 2v16h18V4c0-1.1-.9-2-2-2zm0 16H5V4h14v14z'/%3E%3C/svg%3E")}.icon-luggage{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M17 6V4c0-1.1-.9-2-2-2H9C7.9 2 7 2.9 7 4v2H4c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2h-3zm-8-2h6v2H9V4zm11 14H4V8h16v10z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M17 6V4c0-1.1-.9-2-2-2H9C7.9 2 7 2.9 7 4v2H4c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2h-3zm-8-2h6v2H9V4zm11 14H4V8h16v10z'/%3E%3C/svg%3E")}.icon-passport{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 18H6V4h12v16zM12 6a4 4 0 1 0 0 8 4 4 0 0 0 0-8zm0 2c.76 0 1.45.43 1.79 1.1H10.2A2 2 0 0 1 12 8zm-1.79 3.1h3.58A2 2 0 0 1 10.21 11.1z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 18H6V4h12v16zM12 6a4 4 0 1 0 0 8 4 4 0 0 0 0-8zm0 2c.76 0 1.45.43 1.79 1.1H10.2A2 2 0 0 1 12 8zm-1.79 3.1h3.58A2 2 0 0 1 10.21 11.1z'/%3E%3C/svg%3E")}.icon-calendar{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19 4h-1V2h-2v2H8V2H6v2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V9h14v11zM5 7V6h14v1H5z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19 4h-1V2h-2v2H8V2H6v2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V9h14v11zM5 7V6h14v1H5z'/%3E%3C/svg%3E")}.icon-calendar-check{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19 4h-1V2h-2v2H8V2H6v2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h9v-2H5V9h14v3h2V6c0-1.1-.9-2-2-2zm-1 8-5 5-2.5-2.5L9 16l4 4 6-6-1-2z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19 4h-1V2h-2v2H8V2H6v2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h9v-2H5V9h14v3h2V6c0-1.1-.9-2-2-2zm-1 8-5 5-2.5-2.5L9 16l4 4 6-6-1-2z'/%3E%3C/svg%3E")}.icon-clock{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm.5-13H11v6l5.25 3.15.75-1.23-4.5-2.67V7z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm.5-13H11v6l5.25 3.15.75-1.23-4.5-2.67V7z'/%3E%3C/svg%3E")}.icon-location{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5z'/%3E%3C/svg%3E")}.icon-map{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m15 5-6-2-6 2v16l6-2 6 2 6-2V3l-6 2zm0 14-6-2V5l6 2v12z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m15 5-6-2-6 2v16l6-2 6 2 6-2V3l-6 2zm0 14-6-2V5l6 2v12z'/%3E%3C/svg%3E")}.icon-user{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z'/%3E%3C/svg%3E")}.icon-users{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5c-.32 0-.63.05-.91.14A5.98 5.98 0 0 1 16 9c0 .7-.12 1.37-.34 2H16zm-8 0c1.66 0 3-1.34 3-3S9.66 5 8 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5C15 14.17 10.33 13 8 13zm8 0c-.29 0-.62.02-.97.05 1.17.84 1.97 1.95 1.97 3.45V19h5v-2.5c0-2.33-4.67-3.5-7-3.5z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5c-.32 0-.63.05-.91.14A5.98 5.98 0 0 1 16 9c0 .7-.12 1.37-.34 2H16zm-8 0c1.66 0 3-1.34 3-3S9.66 5 8 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5C15 14.17 10.33 13 8 13zm8 0c-.29 0-.62.02-.97.05 1.17.84 1.97 1.95 1.97 3.45V19h5v-2.5c0-2.33-4.67-3.5-7-3.5z'/%3E%3C/svg%3E")}.icon-user-plus{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M15 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm-9-2V7H4v3H1v2h3v3h2v-3h3v-2H6zm9 4c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M15 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm-9-2V7H4v3H1v2h3v3h2v-3h3v-2H6zm9 4c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z'/%3E%3C/svg%3E")}.icon-tag{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20.59 13.41 11 3.83V3H4v7h.83l9.58 9.59c.78.78 2.05.78 2.83 0l3.35-3.35c.78-.78.78-2.05 0-2.83zM6 8V5h3v3H6z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20.59 13.41 11 3.83V3H4v7h.83l9.58 9.59c.78.78 2.05.78 2.83 0l3.35-3.35c.78-.78.78-2.05 0-2.83zM6 8V5h3v3H6z'/%3E%3C/svg%3E")}.icon-percent{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7.5 6.5A2.5 2.5 0 1 0 7.5 1.5a2.5 2.5 0 0 0 0 5zm0-3.5a1 1 0 1 1 0 2 1 1 0 0 1 0-2zM16.5 22.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5zm0-3.5a1 1 0 1 1 0 2 1 1 0 0 1 0-2zM5 22 19 2 17.5 1 3.5 21 5 22z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7.5 6.5A2.5 2.5 0 1 0 7.5 1.5a2.5 2.5 0 0 0 0 5zm0-3.5a1 1 0 1 1 0 2 1 1 0 0 1 0-2zM16.5 22.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5zm0-3.5a1 1 0 1 1 0 2 1 1 0 0 1 0-2zM5 22 19 2 17.5 1 3.5 21 5 22z'/%3E%3C/svg%3E")}.icon-gift{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 12v10H4V12h16zm-2 2H6v6h12v-6zM19 3h-3.18A3 3 0 0 0 10 3.18 3 3 0 0 0 4.18 3H1v7h22V3h-4zm-7 5H3V5h5.18c.46 0 .82.36.82.82V8zm9 0h-7V5.82c0-.46.36-.82.82-.82H21v3z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 12v10H4V12h16zm-2 2H6v6h12v-6zM19 3h-3.18A3 3 0 0 0 10 3.18 3 3 0 0 0 4.18 3H1v7h22V3h-4zm-7 5H3V5h5.18c.46 0 .82.36.82.82V8zm9 0h-7V5.82c0-.46.36-.82.82-.82H21v3z'/%3E%3C/svg%3E")}.icon-money{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 1a11 11 0 1 0 11 11A11 11 0 0 0 12 1zm1 17h-2v-2H8v-2h3v-2H9a3 3 0 0 1 0-6h2V4h2v2h3v2h-3v2h2a3 3 0 0 1 0 6h-2v2zm1-6h-2v2h2a1 1 0 0 0 0-2zm-3-4a1 1 0 0 0 0 2h1V8z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 1a11 11 0 1 0 11 11A11 11 0 0 0 12 1zm1 17h-2v-2H8v-2h3v-2H9a3 3 0 0 1 0-6h2V4h2v2h3v2h-3v2h2a3 3 0 0 1 0 6h-2v2zm1-6h-2v2h2a1 1 0 0 0 0-2zm-3-4a1 1 0 0 0 0 2h1V8z'/%3E%3C/svg%3E")}.icon-shield-check{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 1 3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm0 19.93C8.12 19.8 5 15.64 5 11V6.3l7-3.11 7 3.11V11c0 4.64-3.12 8.8-7 9.93zM10 14.17l-2.17-2.17-1.42 1.41L10 17l6.59-6.59-1.42-1.41z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 1 3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm0 19.93C8.12 19.8 5 15.64 5 11V6.3l7-3.11 7 3.11V11c0 4.64-3.12 8.8-7 9.93zM10 14.17l-2.17-2.17-1.42 1.41L10 17l6.59-6.59-1.42-1.41z'/%3E%3C/svg%3E")}.icon-lock{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1s3.1 1.39 3.1 3.1v2z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1s3.1 1.39 3.1 3.1v2z'/%3E%3C/svg%3E")}.icon-check-circle{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20zm-1 15-5-5 1.41-1.41L11 14.17l6.59-6.59L19 9l-8 8z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20zm-1 15-5-5 1.41-1.41L11 14.17l6.59-6.59L19 9l-8 8z'/%3E%3C/svg%3E")}.icon-phone{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.62 10.79a15.46 15.46 0 0 0 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1C10.61 21 3 13.39 3 4c0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.62 10.79a15.46 15.46 0 0 0 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1C10.61 21 3 13.39 3 4c0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E")}.icon-whatsapp{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.372-.025-.521-.075-.149-.669-1.611-.916-2.206-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.095 3.2 5.076 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 0 1-5.031-1.378l-.361-.214-3.741.982 1-3.648-.235-.374a9.86 9.86 0 0 1-1.51-5.26c.002-5.45 4.437-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 0 1 2.893 6.994c-.002 5.45-4.436 9.884-9.887 9.884m8.413-18.297A11.815 11.815 0 0 0 12.05 0C5.495 0 .16 5.335.157 11.89c0 2.096.547 4.142 1.588 5.946L.057 24l6.304-1.655a11.87 11.87 0 0 0 5.684 1.448h.005c6.554 0 11.89-5.335 11.893-11.89a11.821 11.821 0 0 0-3.479-8.415'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.372-.025-.521-.075-.149-.669-1.611-.916-2.206-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.095 3.2 5.076 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 0 1-5.031-1.378l-.361-.214-3.741.982 1-3.648-.235-.374a9.86 9.86 0 0 1-1.51-5.26c.002-5.45 4.437-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 0 1 2.893 6.994c-.002 5.45-4.436 9.884-9.887 9.884m8.413-18.297A11.815 11.815 0 0 0 12.05 0C5.495 0 .16 5.335.157 11.89c0 2.096.547 4.142 1.588 5.946L.057 24l6.304-1.655a11.87 11.87 0 0 0 5.684 1.448h.005c6.554 0 11.89-5.335 11.893-11.89a11.821 11.821 0 0 0-3.479-8.415'/%3E%3C/svg%3E")}.icon-mail{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4-8 5-8-5V6l8 5 8-5v2z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4-8 5-8-5V6l8 5 8-5v2z'/%3E%3C/svg%3E")}.icon-chat{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H6l-2 2V4h16v12z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H6l-2 2V4h16v12z'/%3E%3C/svg%3E")}.icon-headset{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 1a9 9 0 0 0-9 9v7c0 1.66 1.34 3 3 3h3v-8H5v-2a7 7 0 0 1 14 0v2h-4v8h4c1.66 0 3-1.34 3-3v-7a9 9 0 0 0-9-9z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 1a9 9 0 0 0-9 9v7c0 1.66 1.34 3 3 3h3v-8H5v-2a7 7 0 0 1 14 0v2h-4v8h4c1.66 0 3-1.34 3-3v-7a9 9 0 0 0-9-9z'/%3E%3C/svg%3E")}.icon-star{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m12 17.27 6.18 3.73-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m12 17.27 6.18 3.73-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z'/%3E%3C/svg%3E")}.icon-heart{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m12 21.35-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m12 21.35-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54z'/%3E%3C/svg%3E")}.icon-info{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M11 17h2v-6h-2v6zm1-15a10 10 0 1 0 0 20 10 10 0 0 0 0-20zm0 18a8 8 0 1 1 0-16 8 8 0 0 1 0 16zM11 9h2V7h-2v2z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M11 17h2v-6h-2v6zm1-15a10 10 0 1 0 0 20 10 10 0 0 0 0-20zm0 18a8 8 0 1 1 0-16 8 8 0 0 1 0 16zM11 9h2V7h-2v2z'/%3E%3C/svg%3E")}.icon-compass{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm50.7-186.9L162.4 380.6c-19.4 7.5-38.5-11.6-31-31l55.5-144.3c3.3-8.5 9.9-15.1 18.4-18.4l144.3-55.5c19.4-7.5 38.5 11.6 31 31L325.1 306.7c-3.2 8.5-9.9 15.1-18.4 18.4zM288 256a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm50.7-186.9L162.4 380.6c-19.4 7.5-38.5-11.6-31-31l55.5-144.3c3.3-8.5 9.9-15.1 18.4-18.4l144.3-55.5c19.4-7.5 38.5 11.6 31 31L325.1 306.7c-3.2 8.5-9.9 15.1-18.4 18.4zM288 256a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z'/%3E%3C/svg%3E")}.icon-facebook{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M24 12.073C24 5.405 18.627 0 12 0S0 5.405 0 12.073c0 6.019 4.388 11.002 10.125 11.927v-8.432H7.078v-3.495h3.047V9.41c0-3.017 1.792-4.685 4.533-4.685 1.312 0 2.686.236 2.686.236v2.975h-1.515c-1.491 0-1.956.93-1.956 1.887v2.25h3.328l-.532 3.495h-2.796V24C19.612 23.075 24 18.092 24 12.073z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M24 12.073C24 5.405 18.627 0 12 0S0 5.405 0 12.073c0 6.019 4.388 11.002 10.125 11.927v-8.432H7.078v-3.495h3.047V9.41c0-3.017 1.792-4.685 4.533-4.685 1.312 0 2.686.236 2.686.236v2.975h-1.515c-1.491 0-1.956.93-1.956 1.887v2.25h3.328l-.532 3.495h-2.796V24C19.612 23.075 24 18.092 24 12.073z'/%3E%3C/svg%3E")}.icon-instagram{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2.163c3.204 0 3.584.012 4.85.07 1.17.054 1.97.24 2.427.403a4.92 4.92 0 0 1 1.771 1.153 4.92 4.92 0 0 1 1.153 1.771c.163.457.349 1.257.403 2.427.058 1.266.07 1.646.07 4.85s-.012 3.584-.07 4.85c-.054 1.17-.24 1.97-.403 2.427a4.92 4.92 0 0 1-1.153 1.771 4.92 4.92 0 0 1-1.771 1.153c-.457.163-1.257.349-2.427.403-1.266.058-1.646.07-4.85.07s-3.584-.012-4.85-.07c-1.17-.054-1.97-.24-2.427-.403a4.92 4.92 0 0 1-1.771-1.153 4.92 4.92 0 0 1-1.153-1.771c-.163-.457-.349-1.257-.403-2.427-.058-1.266-.07-1.646-.07-4.85s.012-3.584.07-4.85c.054-1.17.24-1.97.403-2.427a4.92 4.92 0 0 1 1.153-1.771A4.92 4.92 0 0 1 4.723 2.636c.457-.163 1.257-.349 2.427-.403 1.266-.058 1.646-.07 4.85-.07zm0-2.163C8.74 0 8.333.014 7.053.072 5.776.13 4.905.333 4.14.627a7.09 7.09 0 0 0-2.57 1.668A7.09 7.09 0 0 0-.098 4.865c-.294.765-.497 1.636-.555 2.913C-.711 9.058-.725 9.465-.725 12.725s.014 3.667.072 4.947c.058 1.277.261 2.148.555 2.913a7.09 7.09 0 0 0 1.668 2.57 7.09 7.09 0 0 0 2.57 1.668c.765.294 1.636.497 2.913.555 1.28.058 1.687.072 4.947.072s3.667-.014 4.947-.072c1.277-.058 2.148-.261 2.913-.555a7.09 7.09 0 0 0 2.57-1.668 7.09 7.09 0 0 0 1.668-2.57c.294-.765.497-1.636.555-2.913.058-1.28.072-1.687.072-4.947s-.014-3.667-.072-4.947c-.058-1.277-.261-2.148-.555-2.913a7.09 7.09 0 0 0-1.668-2.57A7.09 7.09 0 0 0 19.14.627c-.765-.294-1.636-.497-2.913-.555C14.947.014 14.54 0 11.28 0H12zm0 5.838A6.162 6.162 0 1 0 12 20.162 6.162 6.162 0 0 0 12 5.838zm0 10.162A4 4 0 1 1 12 8a4 4 0 0 1 0 8zm6.406-11.845a1.44 1.44 0 1 0 0 2.88 1.44 1.44 0 0 0 0-2.88z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2.163c3.204 0 3.584.012 4.85.07 1.17.054 1.97.24 2.427.403a4.92 4.92 0 0 1 1.771 1.153 4.92 4.92 0 0 1 1.153 1.771c.163.457.349 1.257.403 2.427.058 1.266.07 1.646.07 4.85s-.012 3.584-.07 4.85c-.054 1.17-.24 1.97-.403 2.427a4.92 4.92 0 0 1-1.153 1.771 4.92 4.92 0 0 1-1.771 1.153c-.457.163-1.257.349-2.427.403-1.266.058-1.646.07-4.85.07s-3.584-.012-4.85-.07c-1.17-.054-1.97-.24-2.427-.403a4.92 4.92 0 0 1-1.771-1.153 4.92 4.92 0 0 1-1.153-1.771c-.163-.457-.349-1.257-.403-2.427-.058-1.266-.07-1.646-.07-4.85s.012-3.584.07-4.85c.054-1.17.24-1.97.403-2.427a4.92 4.92 0 0 1 1.153-1.771A4.92 4.92 0 0 1 4.723 2.636c.457-.163 1.257-.349 2.427-.403 1.266-.058 1.646-.07 4.85-.07zm0-2.163C8.74 0 8.333.014 7.053.072 5.776.13 4.905.333 4.14.627a7.09 7.09 0 0 0-2.57 1.668A7.09 7.09 0 0 0-.098 4.865c-.294.765-.497 1.636-.555 2.913C-.711 9.058-.725 9.465-.725 12.725s.014 3.667.072 4.947c.058 1.277.261 2.148.555 2.913a7.09 7.09 0 0 0 1.668 2.57 7.09 7.09 0 0 0 2.57 1.668c.765.294 1.636.497 2.913.555 1.28.058 1.687.072 4.947.072s3.667-.014 4.947-.072c1.277-.058 2.148-.261 2.913-.555a7.09 7.09 0 0 0 2.57-1.668 7.09 7.09 0 0 0 1.668-2.57c.294-.765.497-1.636.555-2.913.058-1.28.072-1.687.072-4.947s-.014-3.667-.072-4.947c-.058-1.277-.261-2.148-.555-2.913a7.09 7.09 0 0 0-1.668-2.57A7.09 7.09 0 0 0 19.14.627c-.765-.294-1.636-.497-2.913-.555C14.947.014 14.54 0 11.28 0H12zm0 5.838A6.162 6.162 0 1 0 12 20.162 6.162 6.162 0 0 0 12 5.838zm0 10.162A4 4 0 1 1 12 8a4 4 0 0 1 0 8zm6.406-11.845a1.44 1.44 0 1 0 0 2.88 1.44 1.44 0 0 0 0-2.88z'/%3E%3C/svg%3E")}.icon-tiktok{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12.525.02c1.31-.02 2.61-.01 3.91-.02.08 1.53.63 3.09 1.75 4.17 1.12 1.11 2.7 1.62 4.24 1.79v4.03c-1.44-.05-2.89-.35-4.2-.97-.57-.26-1.1-.59-1.62-.93-.01 2.92.01 5.84-.02 8.75-.08 1.4-.54 2.79-1.35 3.94-1.31 1.92-3.58 3.17-5.91 3.21-1.43.08-2.86-.31-4.08-1.03-2.02-1.19-3.44-3.37-3.65-5.71-.02-.5-.03-1-.01-1.49.18-1.9 1.12-3.72 2.6-4.96 1.66-1.44 3.93-2.13 6.1-1.72.02 1.48-.04 2.96-.04 4.44-.99-.32-2.15-.23-3.02.37-.63.41-1.11 1.04-1.36 1.75-.21.51-.15 1.07-.14 1.61.24 1.64 1.82 3.02 3.5 2.87 1.12-.01 2.19-.66 2.7-1.66.17-.3.27-.61.28-.94.13-2.41.08-4.81.09-7.22.01-5.45-.01-10.88.02-16.31z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12.525.02c1.31-.02 2.61-.01 3.91-.02.08 1.53.63 3.09 1.75 4.17 1.12 1.11 2.7 1.62 4.24 1.79v4.03c-1.44-.05-2.89-.35-4.2-.97-.57-.26-1.1-.59-1.62-.93-.01 2.92.01 5.84-.02 8.75-.08 1.4-.54 2.79-1.35 3.94-1.31 1.92-3.58 3.17-5.91 3.21-1.43.08-2.86-.31-4.08-1.03-2.02-1.19-3.44-3.37-3.65-5.71-.02-.5-.03-1-.01-1.49.18-1.9 1.12-3.72 2.6-4.96 1.66-1.44 3.93-2.13 6.1-1.72.02 1.48-.04 2.96-.04 4.44-.99-.32-2.15-.23-3.02.37-.63.41-1.11 1.04-1.36 1.75-.21.51-.15 1.07-.14 1.61.24 1.64 1.82 3.02 3.5 2.87 1.12-.01 2.19-.66 2.7-1.66.17-.3.27-.61.28-.94.13-2.41.08-4.81.09-7.22.01-5.45-.01-10.88.02-16.31z'/%3E%3C/svg%3E")}.cls-logo{fill:var(--primary-color)}.header{width:100%;background-color:#fff;padding:19px 24px;box-sizing:border-box;font-family:"Plus Jakarta Sans",sans-serif;position:relative;z-index:100}.header-container{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:10px;text-decoration:none;width:120px;font-weight:800;font-size:26px;letter-spacing:-0.5px}.logo svg{height:32px}.nav-actions{display:flex;align-items:center;gap:12px}.btn-phone{display:inline-flex;align-items:center;justify-content:center;gap:10px;background-color:#2b2767;color:#fff;padding:10px 22px;border-radius:50px;text-decoration:none;font-size:14px;font-weight:600}.menu-toggle,.menu-header,.menu-footer,.menu-overlay{display:none}@media(min-width: 992px){.logo{order:1}.nav-menu{order:2;display:flex;align-items:center;gap:32px}.nav-actions{order:3}.nav-menu .menu-links{display:flex;gap:32px}.nav-menu a{position:relative;text-decoration:none;color:#212529;font-size:16px;font-weight:600;padding-bottom:6px;letter-spacing:.3px;transition:color .2s ease}.nav-menu a::after{content:"";position:absolute;width:100%;height:2px;bottom:0;left:0;background-color:#2b2767;transform:scaleX(0);transform-origin:center;transition:transform .2s ease-in-out}.nav-menu a:hover{color:#2b2767}.nav-menu a:hover::after{transform:scaleX(1)}}@media(max-width: 991px){.btn-phone{width:42px;height:42px;padding:0;border-radius:50%}.phone-text{display:none}.menu-toggle{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:4px}.nav-menu{position:fixed;top:0;right:-100%;width:80%;max-width:320px;height:100vh;background-color:#fff;z-index:1000;display:flex;flex-direction:column;padding:24px;box-shadow:-5px 0 25px rgba(0,0,0,.15);transition:right .3s cubic-bezier(0.4, 0, 0.2, 1);box-sizing:border-box}.nav-menu.active{right:0}.menu-header{display:flex;justify-content:space-between;align-items:center;font-weight:600;font-size:18px;color:#1e293b;padding-bottom:16px}.menu-close{background:none;border:none;font-size:28px;color:#64748b;cursor:pointer;line-height:1}.menu-links{display:flex;flex-direction:column;margin-top:10px}.menu-links a{text-decoration:none;color:#1e293b;font-size:16px;font-weight:500;padding:16px 0;border-bottom:1px solid #f1f5f9}.menu-footer{display:block;margin-top:auto;padding-top:20px}.btn-contact-mobile{display:block;width:100%;background-color:#3b3378;color:#fff;text-align:center;padding:14px 0;border-radius:8px;text-decoration:none;font-weight:600;font-size:16px}.menu-overlay{display:block;position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.4);z-index:999;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.menu-overlay.active{opacity:1;visibility:visible}}.footer{background:linear-gradient(135deg, #dfc6e9 0%, #c4abdd 50%, #af99d4 100%);color:#2b2767;padding-top:60px;padding-bottom:30px}.footer-grid{display:grid;grid-template-columns:repeat(12, 1fr);gap:32px 24px}.footer-col{grid-column:span 12}@media(min-width: 768px){.footer-col{grid-column:span 6}}@media(min-width: 992px){.footer-col{grid-column:span 4}.footer-col-wide{grid-column:span 7}.footer-col-wide+.footer-col{grid-column:span 5}}.footer-logo{display:inline-flex;align-items:center;gap:8px;width:160px;font-weight:800;font-size:1.625rem;text-decoration:none;letter-spacing:-0.02em;margin-bottom:16px}.footer-desc{color:#3f3875;font-size:.9375rem;line-height:1.5;margin-bottom:16px;max-width:320px}.footer-title{color:#2b2767;font-size:1rem;font-weight:700;margin-bottom:16px}.footer-socials{display:flex;gap:8px}.social-icon{width:34px;height:34px;border-radius:50%;background-color:rgba(43,39,103,.15);color:#2b2767;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-size:.875rem;transition:background-color .2s ease,color .2s ease}.social-icon:hover{background-color:#2b2767;color:#fff}.footer-contact-list{list-style:none;display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.footer-contact-list li{font-size:.875rem;color:#3f3875;font-weight:500;display:flex;align-items:flex-start;gap:8px}.footer-contact-list li i{margin-top:4px}.footer-schedule{font-size:.8125rem;color:#554a88;line-height:1.4}.footer-links-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.footer-links-col{display:flex;flex-direction:column;gap:8px}.footer-link{color:#2b2767;text-decoration:none;font-weight:600;font-size:.875rem;transition:opacity .2s ease}.footer-link:hover{opacity:.75}.certifications-card{background-color:#fff;border-radius:12px;padding:10px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;box-shadow:0 4px 12px rgba(0,0,0,.03);max-width:480px}.certifications-card img{max-height:28px;width:auto;object-fit:contain}.payment-badges{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.pay-badge{width:54px;height:36px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;text-align:center;font-weight:700;line-height:1}.pay-badge svg{height:46px}.footer-bottom{margin-top:40px;padding-top:24px;border-top:1px solid rgba(43,39,103,.15);display:flex;flex-direction:column;gap:16px}@media(min-width: 768px){.footer-bottom{flex-direction:row;justify-content:space-between;align-items:flex-end}}.footer-copyright{font-size:.8125rem;color:#3f3875;font-weight:500}.footer-legal{display:flex;flex-direction:column;gap:4px}@media(min-width: 768px){.footer-legal{align-items:flex-end}}.timeline{position:relative;padding:2rem 0;margin:0 auto}.timeline::before{content:"";position:absolute;top:0;bottom:0;left:1.25rem;width:2px;background-color:var(--border-dark, #334155)}.timeline-item{position:relative;margin-bottom:2.5rem;padding-left:3.5rem}.timeline-item:last-child{margin-bottom:0}.timeline-marker{position:absolute;left:.75rem;top:1.25rem;width:1rem;height:1rem;border-radius:50%;background-color:var(--primary-color, #4f46e5);z-index:2;transform:translateX(-50%);box-shadow:0 0 0 4px var(--bg-dark, #0f172a),0 0 12px rgba(79,70,229,.4)}.timeline-content{position:relative;padding:1.5rem;border-radius:.75rem}.timeline-date{display:block;font-size:.85rem;font-weight:700;color:var(--primary-color, #4f46e5);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.timeline-title{margin-top:0;margin-bottom:.75rem;font-size:1.25rem;font-weight:800}@media(min-width: 768px){.timeline::before{left:50%;transform:translateX(-50%)}.timeline-item{width:50%;padding-left:0;margin-bottom:3rem}.timeline-marker{left:50%}.timeline-item:nth-child(odd){padding-right:3rem;text-align:right}.timeline-item:nth-child(odd) .timeline-marker{left:100%}.timeline-item:nth-child(even){margin-left:50%;padding-left:3rem;text-align:left}.timeline-item:nth-child(even) .timeline-marker{left:0%}}.isyvac-support-wrapper{background-color:#f8faf9;padding:80px 20px;width:100%;box-sizing:border-box}.isyvac-support-container{max-width:1140px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:40px}.isyvac-support-info{flex:1 1 500px;max-width:580px}.isyvac-support-title{color:#0f172a;font-size:42px;font-weight:800;line-height:1.15;margin:0 0 18px 0;letter-spacing:-1px}.isyvac-support-desc{color:#64748b;font-size:17px;line-height:1.6;margin:0 0 32px 0;max-width:480px;font-weight:400}.isyvac-support-list{display:flex;flex-direction:column;gap:16px}.isyvac-support-item{display:flex;align-items:center;gap:14px}.isyvac-icon-badge{width:32px;height:32px;border-radius:50%;background-color:#e8f7ee;display:flex;align-items:center;justify-content:center;flex-shrink:0}.isyvac-item-text{color:#1e293b;font-size:15px;font-weight:700}.isyvac-support-card-wrapper{flex:0 0 360px;max-width:100%;margin:0 auto}.isyvac-support-card{background:#fff;border-radius:24px;padding:36px 28px;text-align:center;box-shadow:0 20px 40px -15px rgba(0,0,0,.07);border:1px solid rgba(226,232,240,.6)}.isyvac-avatar-gradient{width:96px;height:96px;padding:3px;margin:0 auto 16px auto;display:flex;align-items:center;justify-content:center}.isyvac-badge-container{display:inline-block;background-color:#e8f7ee;border-radius:20px;padding:6px 14px;margin-bottom:12px}.isyvac-concierge-badge{color:#2da15f;font-size:11px;font-weight:800;letter-spacing:.8px;text-transform:uppercase}.isyvac-concierge-name{color:#0f172a;font-size:22px;font-weight:800;margin:0 0 10px 0;letter-spacing:-0.3px}.isyvac-concierge-desc{color:#64748b;font-size:13.5px;line-height:1.5;margin:0 0 24px 0;padding:0 8px;font-weight:500}.isyvac-btn-chat{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px 16px;border:2px solid #2da15f;border-radius:12px;background:rgba(0,0,0,0);color:#2da15f;font-size:14.5px;font-weight:700;text-decoration:none;box-sizing:border-box;transition:all .2s ease}.isyvac-modal-overlay{position:fixed;inset:0;z-index:999;display:none;align-items:center;justify-content:center;background-color:rgba(15,23,42,.75);backdrop-filter:blur(4px);padding:16px;box-sizing:border-box}.isyvac-modal-overlay.is-active{display:flex}.isyvac-modal-card{width:100%;max-width:440px;background-color:#fff;border-radius:24px;overflow:hidden;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);border:1px solid #e2e8f0}.isyvac-modal-header{background:linear-gradient(135deg, #0f172a 0%, #1e293b 100%);padding:24px 24px 20px 24px;color:#fff}.isyvac-modal-header-top{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:8px}.isyvac-modal-tag{color:#2da15f;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:1.5px;display:block;margin-bottom:4px}.isyvac-modal-title{color:#fff;font-size:20px;font-weight:700;margin:0;line-height:1.2}.isyvac-modal-close{background:rgba(0,0,0,0);border:none;color:#94a3b8;padding:6px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.isyvac-modal-close:hover{background-color:rgba(255,255,255,.1);color:#fff}.isyvac-modal-desc{color:#cbd5e1;font-size:13.5px;line-height:1.4;margin:0}.isyvac-modal-body{padding:24px}.isyvac-modal-notice{background-color:#e8f7ee;border-radius:12px;padding:12px 16px;margin-bottom:20px;font-size:13px;color:#1e293b}.isyvac-modal-notice strong{display:block;color:#0f172a;margin-bottom:2px}.isyvac-modal-notice p{margin:0;color:#475569}.isyvac-modal-form{display:flex;flex-direction:column;gap:14px}.isyvac-form-group{display:flex;flex-direction:column;gap:6px}.isyvac-form-group label{font-size:13px;font-weight:600;color:#334155}.isyvac-form-group input{width:100%;padding:10px 14px;border-radius:10px;border:1px solid #cbd5e1;font-size:14px;outline:none;box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease}.isyvac-form-group input:focus{border-color:#2da15f;box-shadow:0 0 0 3px rgba(45,161,95,.15)}.isyvac-modal-submit{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px 16px;margin-top:6px;background-color:#2da15f;color:#fff;border:none;border-radius:12px;font-size:14.5px;font-weight:700;cursor:pointer;transition:background-color .2s ease}.isyvac-modal-submit:hover{background-color:#24834d}.testimonial-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:32px}.testimonial-card{position:relative;padding:36px;background:var(--bg-card);border:1px solid var(--border-color);border-radius:24px;box-shadow:var(--shadow-md);transition:transform .35s ease,box-shadow .35s ease}.testimonial-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}.testimonial-card::before{content:"“";position:absolute;top:12px;left:20px;font-size:5rem;line-height:1;font-weight:800;color:var(--accent-title-glow);pointer-events:none}.testimonial-card-featured{transform:translateY(-20px)}.testimonial-avatar{width:88px;height:88px;margin-bottom:24px}.testimonial-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%;border:4px solid #fff;box-shadow:0 0 0 2px var(--accent-title),0 10px 25px rgba(0,0,0,.1)}.testimonial-text{margin-bottom:24px;color:var(--text-body);font-size:1rem;line-height:1.9;font-style:italic}.testimonial-name{margin:0;font-size:1.1rem;color:var(--text-title)}@media(max-width: 991px){.testimonial-grid{grid-template-columns:1fr}.testimonial-card-featured{transform:none}}.destination-gallery{display:grid;grid-template-columns:repeat(2, 1fr);gap:24px}.gallery-item{position:relative;overflow:hidden;border-radius:24px;box-shadow:var(--shadow-md)}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease,filter .7s ease}.gallery-item:hover img{transform:scale(1.08)}.gallery-item-large{aspect-ratio:16/10;overflow:hidden;border-radius:32px;box-shadow:var(--shadow-lg)}.gallery-item-large img{width:100%;height:100%;object-fit:cover;transition:transform .8s ease}.gallery-item-large:hover img{transform:scale(1.08)}.experience-gallery{display:grid;gap:2rem}.experience-card{background:#fff;border-radius:24px;overflow:hidden;border:1px solid var(--border-color);box-shadow:var(--shadow-sm);transition:transform .35s ease,box-shadow .35s ease}.experience-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}.experience-image{width:100%;display:block;object-fit:cover;transition:transform .6s ease}.experience-card:hover .experience-image{transform:scale(1.05)}.experience-content{padding:1.5rem}.experience-title{margin:0 0 .75rem;line-height:1.1}.experience-description{color:var(--text-muted);line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.gallery-2{grid-template-columns:repeat(2, 1fr)}.gallery-2 .experience-image{height:340px}.gallery-3{grid-template-columns:repeat(12, 1fr)}.gallery-3 .card-1{grid-column:span 7}.gallery-3 .card-2,.gallery-3 .card-3{grid-column:span 5}.gallery-3 .experience-image{height:340px}.gallery-4{grid-template-columns:repeat(2, 1fr)}.gallery-4 .experience-image{height:320px}.gallery-5{grid-template-columns:repeat(12, 1fr)}.gallery-5 .card-1,.gallery-5 .card-2{grid-column:span 6}.gallery-5 .card-3,.gallery-5 .card-4,.gallery-5 .card-5{grid-column:span 4}.gallery-5 .experience-image{height:320px}.gallery-6,.gallery-7,.gallery-8,.gallery-9,.gallery-10,.gallery-11,.gallery-12,.gallery-13,.gallery-14,.gallery-15,.gallery-16,.gallery-17,.gallery-18,.gallery-19,.gallery-20{grid-template-columns:repeat(3, 1fr)}.gallery-6 .experience-image,.gallery-7 .experience-image,.gallery-8 .experience-image,.gallery-9 .experience-image,.gallery-10 .experience-image,.gallery-11 .experience-image,.gallery-12 .experience-image,.gallery-13 .experience-image,.gallery-14 .experience-image,.gallery-15 .experience-image,.gallery-16 .experience-image,.gallery-17 .experience-image,.gallery-18 .experience-image,.gallery-19 .experience-image,.gallery-20 .experience-image{height:280px}@media(max-width: 991px){.gallery-2,.gallery-3,.gallery-4,.gallery-5,.gallery-6,.gallery-7,.gallery-8,.gallery-9,.gallery-10,.gallery-11,.gallery-12,.gallery-13,.gallery-14,.gallery-15,.gallery-16,.gallery-17,.gallery-18,.gallery-19,.gallery-20{grid-template-columns:repeat(2, 1fr)}.gallery-3 .card-1,.gallery-3 .card-2,.gallery-3 .card-3,.gallery-5 .card-1,.gallery-5 .card-2,.gallery-5 .card-3,.gallery-5 .card-4,.gallery-5 .card-5{grid-column:auto}.experience-image{height:260px !important}}@media(max-width: 767px){.gallery-2,.gallery-3,.gallery-4,.gallery-5,.gallery-6,.gallery-7,.gallery-8,.gallery-9,.gallery-10,.gallery-11,.gallery-12,.gallery-13,.gallery-14,.gallery-15,.gallery-16,.gallery-17,.gallery-18,.gallery-19,.gallery-20{grid-template-columns:1fr}.experience-image{height:240px !important}.experience-content{padding:1.25rem}}.resort-card{overflow:hidden;padding:0}.resort-image{position:relative;border-radius:var(--radius-lg) var(--radius-lg) 0 0;box-shadow:none}.resort-image img{width:100%;height:320px;object-fit:cover}.resort-body{padding:32px}.resort-body h3{margin-bottom:16px}.resort-body p{margin-bottom:24px}.resort-body .btn{width:100%}.resort-price{position:absolute;top:20px;right:20px;padding:12px 28px;background:var(--accent-title);color:#00142e;font-weight:700;border-radius:999px;box-shadow:var(--shadow-md);z-index:10;transition:transform .3s ease,box-shadow .3s ease}.resort-card:hover .resort-price{transform:translateY(-3px)}.cta-banner{background:radial-gradient(circle at center, rgba(0, 170, 150, 0.25) 0%, transparent 45%),linear-gradient(90deg, #07153f 0%, #012f31 50%, #07153f 100%);text-align:center}.cta-content h2{color:#fff;margin-bottom:24px}.cta-content p{color:rgba(255,255,255,.85);max-width:700px;margin:0 auto 40px}.cta-actions{display:flex;justify-content:center;gap:24px;flex-wrap:wrap}
