* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Segoe UI', Roboto, system-ui, sans-serif; background: #ffffff; color: #2C3E50; line-height: 1.5; font-size: 16px; font-weight: 600; }
:root { --teal: #116466; --burgundy: #9A4C4C; --light-blue: #4A90E2; --charcoal: #2C3E50; --gray-bg: #f8f9fc; --border: #e0e4e8; --muted: #6c757d; --yellow: #ffc107; --green: #28a745; --red: #dc3545; --gold: #B8860B; --royalblue: #0F1D45; }
button, .btn, .btn-large { font-size: 1.2rem; padding: 14px 28px; border-radius: 48px; font-weight: 700; cursor: pointer; border: none; transition: all 0.2s ease; text-align: center; display: inline-flex; align-items: center; justify-content: center; gap: 10px; }
.btn-primary { background: var(--teal); color: white; } .btn-primary:hover { background: #0e5254; transform: translateY(-2px); }
.btn-outline { background: transparent; border: 2px solid var(--teal); color: var(--teal); } .btn-outline:hover { background: var(--teal); color: white; transform: translateY(-2px); }
.container { max-width: 1300px; margin: 0 auto; padding: 0 24px; }
section { padding: 60px 0; border-bottom: 1px solid #eef2f6; }
h2 { font-size: 2rem; margin-bottom: 32px; color: var(--charcoal); font-weight: 700; text-align: center; }
h3 { font-size: 1.5rem; margin: 16px 0 8px; font-weight: 700; }
.navbar { background: white; box-shadow: 0 4px 12px rgba(0,0,0,0.05); padding: 12px 0; position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,0.95); }
.nav-flex { display: flex; flex-direction: column; gap: 12px; }
.nav-row-1 { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; }
.nav-row-2 { display: flex; justify-content: flex-end; align-items: center; gap: 24px; flex-wrap: wrap; padding-top: 8px; border-top: 1px solid #eef2f6; }
.logo-wrapper { display: inline-block; }
.logo { font-family: 'Poppins', sans-serif; line-height: 1.3; display: inline-block; position: relative; }
.k { font-size: 4rem; font-weight: 900; display: inline-block; vertical-align: baseline; }
.rest { font-size: 3rem; display: inline-block; vertical-align: baseline; } .wi { font-weight: 900; display: inline-block; } .sup { font-size: 1.2em; font-weight: 900; vertical-align: super; display: inline-block; } .com { font-weight: 700; display: inline-block; }
.logo::after { content: ''; position: absolute; bottom: -2px; left: 0; width: 100%; height: 5px; background-color: #9A4C4C; border-radius: 2px; }
.nav-tabs { display: flex; gap: 20px; flex-wrap: wrap; align-items: center; }
.nav-tab { cursor: pointer; font-weight: 700; padding: 8px 0; border-bottom: 2px solid transparent; transition: all 0.2s; font-size: 1rem; } .nav-tab:hover { color: var(--teal); border-bottom-color: var(--teal); }
.nav-controls { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
.lang-dropdown, .location-dropdown { padding: 8px 16px; border-radius: 40px; border: 1px solid #ccc; background: #f0f2f5; font-size: 0.9rem; cursor: pointer; font-weight: 600; }
.social-icons { display: flex; gap: 15px; align-items: center; } .social-icons a { color: var(--charcoal); font-size: 1.2rem; transition: color 0.2s; } .social-icons a:hover { color: var(--teal); }
.filter-row { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 10px; margin: 12px 0; padding: 10px 14px; background: white; border-radius: 12px; border: 1px solid var(--border); align-items: start; }
.filter-col h4 { font-size: 0.78rem; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 4px; }
.filter-col .chip-row { display: flex; flex-wrap: wrap; gap: 6px; }
.filter-chip { padding: 5px 10px; border-radius: 6px; font-size: 0.82rem; font-weight: 600; cursor: pointer; color: var(--text); transition: 0.1s; white-space: nowrap; margin-bottom: 2px; background: #f8f9fc; border: none; font-family: inherit; }
.filter-chip:hover { background: #e8f4f4; color: var(--teal); } .filter-chip .count { font-size: 0.7rem; opacity: 0.6; margin-left: 2px; }
.cards-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 32px; margin-top: 20px; }
.card { background: white; border-radius: 28px; box-shadow: 0 8px 20px rgba(0,0,0,0.08); padding: 28px; border: 1px solid #eef2f6; transition: transform 0.2s; text-align: center; display: flex; flex-direction: column; height: 100%; }
.card:hover { transform: translateY(-6px); box-shadow: 0 12px 28px rgba(0,0,0,0.12); }
.card-img { width: 100%; height: 175px; object-fit: cover; border-radius: 20px; margin-bottom: 20px; }
.card ul { margin: 16px 0; padding-left: 20px; text-align: left; } .card li { margin: 8px 0; line-height: 1.4; }
.card .btn, .card .btn-outline, .card .btn-primary { margin-top: auto; margin-bottom: 0; width: 100%; }
.card-teaser { font-size: 0.85rem; color: var(--muted); line-height: 1.4; margin: 8px 0; flex: 1; }
.specialist-card { background: white; border-radius: 16px; overflow: hidden; border: 1px solid var(--border); transition: 0.15s; cursor: pointer; display: flex; flex-direction: column; text-align: center; height: 100%; }
.specialist-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.specialist-card .card-photo { width: 100%; height: 175px; object-fit: cover; }
.specialist-card .card-body { padding: 14px 16px 16px; flex: 1; display: flex; flex-direction: column; align-items: center; }
.specialist-card .card-name { font-size: 1rem; font-weight: 700; color: var(--charcoal); }
.specialist-card .card-specialty { font-size: 0.78rem; color: var(--teal); font-weight: 600; margin-top: 2px; }
.specialist-card .card-location { font-size: 0.78rem; font-weight: 600; color: var(--burgundy); margin-top: 6px; }
.specialist-card .card-bottom-row { display: flex; align-items: center; justify-content: center; gap: 10px; font-size: 0.95rem; margin-top: auto; flex-wrap: wrap; padding-top: 8px; }
.specialist-card .card-price { font-weight: 700; color: var(--teal); } .specialist-card .card-exp { color: var(--muted); } .specialist-card .card-sep { color: var(--border); }
.specialist-card .card-bio { font-size: 0.78rem; color: var(--text); line-height: 1.4; margin: 8px 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.specialist-card .card-awards { font-size: 0.68rem; color: var(--muted); font-style: italic; margin-bottom: 6px; line-height: 1.3; }
.specialist-card .card-btn { width: 100%; padding: 10px; background: var(--teal); color: white; border: none; border-radius: 24px; font-size: 0.8rem; font-weight: 700; cursor: pointer; margin-top: 8px; flex-shrink: 0; } .specialist-card .card-btn:hover { background: #0e5254; }
.badges-row { display: flex; gap: 5px; margin-top: 5px; justify-content: center; }
.badge-dot { width: 12px; height: 12px; border-radius: 50%; display: inline-block; }
.badge-dot.green { background: var(--green); } .badge-dot.gold { background: var(--gold); } .badge-dot.blue { background: var(--royalblue); } .badge-dot.blue-outline { border: 2px solid var(--royalblue); background: transparent; }
.discovery-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #f5f6f8; z-index: 10000; overflow-y: auto; display: none; }
.discovery-overlay.active { display: block; }
.discovery-overlay .discovery-header { background: white; padding: 12px 20px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 10; }
.discovery-overlay .discovery-close { background: var(--teal); color: white; border: none; padding: 8px 20px; border-radius: 20px; font-size: 0.85rem; font-weight: 700; cursor: pointer; }
.discovery-overlay .discovery-iframe { width: 100%; height: calc(100vh - 56px); border: none; }
.pil2-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 600; opacity: 0; pointer-events: none; transition: opacity 0.3s; }
.pil2-overlay.open { opacity: 1; pointer-events: auto; }
.pil2-sidebar { position: fixed; top: 0; right: 0; width: 92%; max-width: 420px; height: 100%; height: 100dvh; z-index: 700; transform: translateX(100%); transition: transform 0.3s ease; display: flex; flex-direction: column; box-shadow: -4px 0 24px rgba(0,0,0,0.2); }
.pil2-sidebar.open { transform: translateX(0); }
.pil2-sidebar-frame { flex: 1; border: none; width: 100%; }
.pkg-carousel-wrap { position:relative; margin-bottom:16px; }
.pkg-carousel-viewport { overflow:hidden; border-radius:18px; }
.pkg-carousel-track { display:flex; transition:transform 0.5s ease-in-out; }
.pkg-carousel-card { min-width:calc(33.333% - 12px); margin-right:16px; background:white; border-radius:18px; border:1px solid var(--border); cursor:pointer; text-align:center; overflow:hidden; flex-shrink:0; display:flex; flex-direction:column; }
.pkg-carousel-card:hover { box-shadow:0 8px 24px rgba(0,0,0,0.1); }
.pkg-carousel-card img { width:100%; height:180px; object-fit:cover; flex-shrink:0; }
.pkg-carousel-card .cc-body { padding:12px 14px; flex:1; display:flex; flex-direction:column; }
.pkg-carousel-card .cc-badge { display:inline-block; padding:4px 12px; border-radius:14px; font-size:0.7rem; font-weight:700; text-transform:uppercase; margin-bottom:6px; }
.cc-badge.promo { background:#ffc107; color:#1a3a5c; } .cc-badge.package { background:var(--teal); color:white; }
.pkg-carousel-card .cc-name { font-size:1rem; font-weight:700; color:var(--text); margin-bottom:4px; }
.pkg-carousel-card .cc-desc { font-size:0.78rem; color:var(--muted); line-height:1.4; flex:1; margin-bottom:8px; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden; }
.pkg-carousel-card .cc-price { font-size:1.1rem; font-weight:800; color:var(--teal); margin-top:auto; }
.pkg-carousel-card .cc-old { text-decoration:line-through; font-size:0.8rem; color:var(--muted); margin-right:6px; }
.pkg-carousel-nav { display:flex; justify-content:center; gap:8px; margin-top:10px; }
.pkg-carousel-dot { width:12px; height:12px; border-radius:50%; background:var(--border); cursor:pointer; transition:0.2s; border:none; }
.pkg-carousel-dot.active { background:var(--teal); }
.upgrades-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 24px; margin-top: 20px; }
.upgrade-card { background: white; border-radius: 24px; box-shadow: 0 4px 12px rgba(0,0,0,0.08); width: 220px; padding: 28px 20px; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 12px; transition: transform 0.2s; }
.upgrade-card:hover { transform: translateY(-4px); } .upgrade-card i { font-size: 3rem; color: var(--teal); } .upgrade-card h4 { font-size: 1.3rem; font-weight: 700; margin: 0; } .upgrade-card p { font-size: 1rem; color: #6c757d; margin: 0; font-weight: 700; }
.how-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 20px; }
.how-item { text-align: center; background: white; border-radius: 20px; padding: 28px 20px; box-shadow: 0 4px 12px rgba(0,0,0,0.05); transition: transform 0.2s; }
.how-item:hover { transform: translateY(-4px); } .how-item i { font-size: 3rem; color: var(--teal); margin-bottom: 20px; display: block; } .how-item h3 { font-size: 1.4rem; margin: 12px 0 12px; font-weight: 700; } .how-item p { font-size: 1rem; line-height: 1.4; max-width: 90%; margin: 0 auto; font-weight: 600; }
.toggle-group { display: flex; justify-content: center; gap: 16px; margin: 20px 0; flex-wrap: wrap; }
.toggle-option { background: #eef2f6; padding: 12px 28px; border-radius: 40px; cursor: pointer; font-weight: 600; font-size: 1rem; transition: all 0.2s; } .toggle-option.active { background: var(--teal); color: white; } .toggle-option:hover { transform: translateY(-2px); }
.shuttle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 20px; }
.shuttle-item { background: #f8f9fc; border-radius: 20px; padding: 24px; text-align: center; transition: transform 0.2s; } .shuttle-item:hover { transform: translateY(-4px); } .shuttle-item i { font-size: 2.5rem; color: var(--teal); margin-bottom: 12px; display: block; } .shuttle-item p { font-size: 1rem; font-weight: 700; margin-bottom: 8px; } .shuttle-sub { font-size: 0.9rem; font-weight: normal; color: #6c757d; }
.info-section { background: #f8f9fc; padding: 60px 0; }
.info-two-columns { display: flex; flex-wrap: wrap; gap: 48px; max-width: 1000px; margin: 0 auto; }
.info-col { flex: 1; min-width: 280px; } .info-col h3 { font-size: 1.5rem; margin-bottom: 20px; color: var(--charcoal); text-align: left; }
.info-col p { margin: 12px 0; line-height: 1.6; font-weight: normal; } .info-col .contact-line { margin: 8px 0; }
.legal-links { display: flex; flex-direction: column; gap: 12px; margin-top: 20px; } .legal-links a { color: var(--teal); text-decoration: none; font-weight: 600; cursor: pointer; } .legal-links a:hover { text-decoration: underline; }
.specialist-join-link { margin-bottom: 20px; } .specialist-join-link a { color: var(--burgundy); text-decoration: none; font-weight: 700; font-size: 0.95rem; display: inline-flex; align-items: center; gap: 8px; } .specialist-join-link a:hover { text-decoration: underline; }
footer { background: var(--charcoal); color: white; padding: 24px 0; text-align: center; } .footer-copyright { font-weight: normal; font-size: 0.8rem; }
.flight-intro { text-align: center; margin-bottom: 24px; font-size: 1.1rem; font-weight: 600; } .flight-note { margin-top: 20px; font-size: 0.9rem; text-align: center; color: #6c757d; font-weight: 600; }
.care-guaranteed { display: flex; flex-wrap: wrap; align-items: center; gap: 48px; } .care-text { flex: 1; text-align: left; } .care-text i { font-size: 5rem; color: var(--burgundy); margin-bottom: 20px; display: block; text-align: center; } .care-text h3 { font-size: 1.8rem; margin: 16px 0 12px; font-weight: 700; text-align: center; } .care-text p { font-size: 1rem; margin: 0; line-height: 1.6; }
.care-image { flex: 1; text-align: center; } .care-image img { width: 100%; max-width: 500px; border-radius: 20px; display: block; margin: 0 auto; box-shadow: 0 8px 20px rgba(0,0,0,0.1); }
.hero-two-column { display: flex; flex-wrap: wrap; align-items: center; gap: 40px; } .hero-text { flex: 1; text-align: center; } .hero-image { flex: 1; text-align: center; } .hero-image img { max-width: 100%; border-radius: 28px; } .hero-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; margin-top: 20px; }
.modal { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 2000; justify-content: center; align-items: center; } .modal.active { display: flex; }
.modal-content { background: white; border-radius: 28px; padding: 32px; max-width: 550px; width: 90%; max-height: 85vh; overflow-y: auto; } .modal-content h3 { margin-top: 0; margin-bottom: 20px; font-size: 1.5rem; }
.modal-content label { display: block; margin-top: 15px; margin-bottom: 5px; font-weight: 600; } .modal-content input, .modal-content select, .modal-content textarea { width: 100%; padding: 8px 12px; margin-bottom: 5px; border: 1px solid #ddd; border-radius: 8px; font-size: 15px; box-sizing: border-box; height: 36px; } .modal-content textarea { min-height: 80px; resize: vertical; height: auto; }
.modal-content .checkbox-group { display: flex; align-items: center; gap: 10px; margin: 15px 0; } .modal-content .checkbox-group input { width: auto; margin: 0; } .modal-content button { width: 100%; margin-top: 20px; } .modal-close { float: right; cursor: pointer; font-size: 1.8rem; font-weight: bold; } .modal-close:hover { color: var(--burgundy); }
.cookie-banner { position: fixed; bottom: 0; left: 0; right: 0; background: var(--charcoal); color: white; padding: 16px; text-align: center; z-index: 1500; display: none; } .cookie-banner.active { display: block; } .cookie-banner p { display: inline; margin-right: 20px; font-weight: normal; } .cookie-banner button { padding: 8px 20px; font-size: 0.9rem; margin: 0 5px; }
.search-wrap { margin-bottom: 16px; text-align: center; }
.search-wrap input { width: 100%; max-width: 400px; padding: 14px 20px; border-radius: 40px; border: 1.5px solid var(--border); font-size: 1rem; font-weight: 600; font-family: inherit; cursor: pointer; } .search-wrap input:focus { border-color: var(--teal); outline: none; }
.show-all-wrap { text-align: center; margin-top: 20px; }
.pil2-capsule { position: fixed; bottom: 40px; right: 20px; width: 65px; height: 205px; background: linear-gradient(180deg, #fdfdfd 0%, #f2f4f5 30%, #ffffff 60%, #f4f6f7 100%); border-radius: 32px; box-shadow: 0 8px 28px rgba(0,0,0,0.18), 0 2px 6px rgba(0,0,0,0.08), inset 0 1px 0 rgba(255,255,255,0.9), inset 0 -1px 0 rgba(0,0,0,0.04); border: 1.5px solid #c8d0d6; display: none; flex-direction: column; align-items: center; justify-content: flex-start; padding: 0; z-index: 500; cursor: pointer; transition: transform 0.2s, opacity 0.3s; overflow: visible; }
.pil2-capsule.active { display: flex; }
.pil2-capsule:active { transform: scale(0.94); }
.pil2-capsule .capsule-top { width: 100%; display: flex; flex-direction: column; align-items: center; padding: 18px 0 0; }
.pil2-capsule .capsule-logo { font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 900; line-height: 1; text-align: center; }
.capsule-logo .mk { color: #00A3E0; } .capsule-logo .mw { color: #0055A4; } .capsule-logo .mi { color: #003399; } .capsule-logo .sup2 { color: #9A4C4C; font-size: 18px; vertical-align: super; }
.pil2-capsule .capsule-divider { width: 36px; height: 3px; background: linear-gradient(90deg, transparent, #9A4C4C, transparent); border-radius: 2px; margin: 10px 0 12px; }
.pil2-capsule .capsule-dots { display: flex; flex-direction: column; align-items: center; gap: 14px; flex: 1; justify-content: center; }
.pil2-capsule .capsule-dot { width: 16px; height: 16px; border-radius: 50%; flex-shrink: 0; box-shadow: 0 2px 6px rgba(0,0,0,0.12), 0 0 0 2px rgba(255,255,255,0.5); }
.capsule-dot.green { background: var(--green); } .capsule-dot.yellow { background: var(--yellow); } .capsule-dot.red { background: var(--red); }
.pil2-capsule .capsule-bell { position: absolute; top: -12px; left: -12px; font-size: 16px; color: #0055A4; background: white; border-radius: 50%; width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; box-shadow: 0 3px 10px rgba(0,0,0,0.2); z-index: 510; border: 1.5px solid #d0d8dd; }
.pil2-capsule .capsule-badge { position: absolute; top: -5px; right: -5px; background: var(--red); color: white; font-size: 9px; font-weight: 700; width: 16px; height: 16px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.pil2-capsule .capsule-close { position: absolute; top: -12px; right: -12px; width: 24px; height: 24px; background: white; border-radius: 50%; font-size: 12px; display: flex; align-items: center; justify-content: center; cursor: pointer; color: #555; font-weight: 700; box-shadow: 0 3px 10px rgba(0,0,0,0.2); z-index: 510; border: 1.5px solid #d0d8dd; }
.pil2-capsule .capsule-bottom { height: 20px; width: 100%; display: flex; align-items: center; justify-content: center; }
.pil2-capsule .capsule-countdown { font-size: 11px; font-weight: 800; color: var(--teal); background: #e8f4f4; border-radius: 10px; padding: 2px 8px; }
@media (max-width: 750px) { .filter-row { grid-template-columns: 1fr 1fr; } }
@media (max-width: 450px) { .filter-row { grid-template-columns: 1fr; } }
@media (max-width: 768px) { .k { font-size: 1.8rem; } .rest { font-size: 1.4rem; } .logo::after { height: 2px; } .cards-grid { grid-template-columns: 1fr; gap: 20px; } .how-grid { grid-template-columns: 1fr; } .shuttle-grid { grid-template-columns: 1fr; } .upgrade-card { width: calc(50% - 16px); } .hero-two-column { flex-direction: column; } .hero-buttons { flex-direction: column; align-items: center; } .info-two-columns { flex-direction: column; gap: 32px; text-align: center; } .info-col h3 { text-align: center; font-size: 1.4rem; } section { padding: 30px 0; } .pkg-carousel-card { min-width: calc(50% - 10px); } }
