
:root {
  --navy: #062f60;
  --blue: #0476be;
  --cyan: #04a7d5;
  --orange: #ff6a1a;
  --green: #20a83e;
  --cream: #f7f9fc;
  --ink: #10213a;
  --muted: #66758c;
  --border: #dce5ef;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; height: 88px; border-bottom: 1px solid #e4ebf3; background: rgba(255,255,255,.97); backdrop-filter: blur(16px); color: var(--navy); box-shadow: 0 8px 28px rgba(6,47,96,.08); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { width: 155px; height: 78px; display: flex; align-items: center; justify-content: flex-start; flex: 0 0 auto; }
.brand img { width: 100%; height: 100%; object-fit: contain; object-position: left center; }
.desktop-nav { display: flex; align-items: center; gap: 25px; margin-left: auto; font-size: 14px; font-weight: 700; }
.desktop-nav a { opacity: .86; transition: .2s; }
.desktop-nav a:hover { opacity: 1; color: var(--orange); }
.nav-cta { display: inline-flex; align-items: center; gap: 9px; padding: 12px 18px; border-radius: 999px; background: #20bf55; color: white; font-size: 14px; font-weight: 800; box-shadow: 0 8px 22px rgba(32,191,85,.25); }

.hero { position: relative; overflow: hidden; padding: 146px 0 0; color: white; background: linear-gradient(135deg, #052855 0%, #064a88 52%, #008fbf 100%); }
.hero:before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, black, transparent 85%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(5px); }
.hero-glow-one { width: 520px; height: 520px; right: -160px; top: -130px; background: rgba(255,196,0,.18); }
.hero-glow-two { width: 420px; height: 420px; left: -240px; bottom: 10px; background: rgba(0,220,190,.16); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 70px; min-height: 540px; padding-bottom: 60px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 9px 14px; border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.1); border-radius: 999px; text-transform: uppercase; letter-spacing: .13em; font-weight: 800; font-size: 12px; }
.eyebrow span { color: #ffd548; font-size: 17px; }
.hero h1 { max-width: 630px; margin: 22px 0 20px; font-size: clamp(44px, 5.3vw, 72px); line-height: .98; letter-spacing: -.055em; font-weight: 850; }
.hero h1 strong { color: #ffb520; font-weight: inherit; }
.hero-copy > p { max-width: 590px; margin: 0; color: #d9e9f8; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 30px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 23px; border-radius: 14px; font-size: 15px; font-weight: 800; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: linear-gradient(135deg, #ff8a1d, #f65a12); box-shadow: 0 12px 30px rgba(245,93,18,.28); }
.button-secondary { color: white; border: 1px solid rgba(255,255,255,.28); background: rgba(255,255,255,.1); }
.button-secondary:hover { background: rgba(255,255,255,.16); }
.hero-proof { display: flex; align-items: center; gap: 14px; margin-top: 34px; }
.travelers { display: flex; }
.travelers span { width: 38px; height: 38px; display: grid; place-items: center; margin-left: -9px; border: 3px solid #084276; border-radius: 50%; background: #fff; color: var(--blue); font-size: 11px; font-weight: 900; }
.travelers span:first-child { margin-left: 0; color: var(--orange); }
.travelers span:last-child { color: var(--green); }
.hero-proof p { margin: 0; color: #bdcee0; font-size: 12px; line-height: 1.4; }
.hero-proof b { color: white; font-size: 13px; }

.hero-visual { position: relative; height: 490px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: 250px 210px; align-content: center; gap: 16px 18px; padding: 4px 8px; }
.sun-orbit { position: absolute; width: 390px; height: 390px; right: 55px; top: 35px; border-radius: 50%; background: radial-gradient(circle at 36% 30%, #fff8a7 0 3%, #ffd324 38%, #ff9a17 68%, #f66b15 100%); box-shadow: 0 0 0 28px rgba(255,208,33,.08), 0 35px 90px rgba(1,26,55,.35); }
.sun-orbit:after { content: "✈"; position: absolute; right: 10px; top: -20px; color: rgba(255,255,255,.75); font-size: 38px; transform: rotate(12deg); }
.postcard { position: relative; z-index: 2; width: 100%; height: 100%; display: flex; flex-direction: column; padding: 9px 9px 13px; border-radius: 19px; background: white; color: var(--ink); box-shadow: 0 24px 45px rgba(1,24,50,.35); }
.postcard img { width: 100%; height: auto; min-height: 0; flex: 1 1 auto; object-fit: cover; border-radius: 13px; }
.postcard div { flex: 0 0 auto; display: flex; justify-content: space-between; align-items: flex-end; gap: 8px; padding: 10px 4px 0; }
.postcard span { color: #78869a; font-size: 11px; text-transform: uppercase; font-weight: 800; }
.postcard b { font-size: 14px; }
.postcard-main { grid-column: 1 / -1; grid-row: 1; width: 300px; justify-self: center; transform: rotate(-1deg); }
.postcard-main img { height: auto; }
.postcard-top { grid-column: 1; grid-row: 2; transform: rotate(-2deg); }
.postcard-bottom { grid-column: 2; grid-row: 2; transform: rotate(2deg); }
.hero-badge { position: absolute; z-index: 5; right: 10px; top: 24px; width: 106px; height: 106px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; overflow: hidden; padding: 10px; border: 5px solid rgba(255,255,255,.92); border-radius: 50%; color: white; background: linear-gradient(145deg, #1abe53, #087d36); box-shadow: 0 18px 35px rgba(3,40,30,.3); text-align: center; transform: rotate(4deg); }
.hero-badge b { font-size: 34px; line-height: .9; }
.hero-badge span { font-size: 9px; line-height: 1.05; font-weight: 900; text-transform: uppercase; white-space: nowrap; }

.trust-bar { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); border-radius: 22px 22px 0 0; background: rgba(4,30,63,.7); backdrop-filter: blur(12px); }
.trust-bar div { padding: 23px 24px; border-right: 1px solid rgba(255,255,255,.12); }
.trust-bar div:last-child { border-right: 0; }
.trust-bar strong, .trust-bar span { display: block; }
.trust-bar strong { color: white; font-size: 14px; }
.trust-bar span { margin-top: 5px; color: #9eb8d1; font-size: 12px; }

.section { padding: 100px 0; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; margin-bottom: 38px; }
.section-heading > p { max-width: 470px; margin: 0 0 6px; color: var(--muted); line-height: 1.65; }
.kicker { display: block; margin-bottom: 12px; color: var(--orange); text-transform: uppercase; letter-spacing: .14em; font-size: 12px; font-weight: 900; }
.section h2 { margin: 0; color: var(--navy); font-size: clamp(34px, 4vw, 52px); line-height: 1.05; letter-spacing: -.04em; }
.featured-section { position: relative; overflow: hidden; background: linear-gradient(180deg, #f2f8fc 0%, #ffffff 100%); }
.featured-section:before { content: ""; position: absolute; width: 430px; height: 430px; left: -230px; top: -190px; border-radius: 50%; background: rgba(0,153,204,.08); }
.featured-heading { position: relative; }
.featured-heading h2 { max-width: 700px; }
.featured-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.featured-card { overflow: hidden; border: 1px solid #dbe7f1; border-radius: 26px; background: white; box-shadow: 0 18px 46px rgba(9,49,91,.12); transition: transform .25s, box-shadow .25s; }
.featured-card:hover { transform: translateY(-7px); box-shadow: 0 26px 55px rgba(9,49,91,.17); }
.featured-media { position: relative; aspect-ratio: 1 / 1; overflow: hidden; background: var(--navy); }
.featured-media:after { content: ""; position: absolute; inset: auto 0 0; height: 28%; background: linear-gradient(transparent, rgba(3,30,62,.52)); }
.featured-media img { width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform .45s; }
.featured-card:hover .featured-media img { transform: scale(1.025); }
.featured-tag { position: absolute; z-index: 2; left: 17px; top: 17px; padding: 9px 13px; border: 2px solid rgba(255,255,255,.75); border-radius: 999px; color: white; background: linear-gradient(135deg, #ff8a1d, #ee5c12); box-shadow: 0 8px 22px rgba(54,24,7,.24); text-transform: uppercase; letter-spacing: .09em; font-size: 10px; font-weight: 900; }
.featured-content { padding: 23px; }
.featured-content > span { color: var(--orange); text-transform: uppercase; letter-spacing: .11em; font-size: 11px; font-weight: 900; }
.featured-content h3 { margin: 7px 0 6px; color: var(--navy); font-size: 27px; letter-spacing: -.025em; }
.featured-detail { min-height: 40px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.featured-date { display: flex; align-items: center; gap: 9px; margin: 17px 0; padding: 13px 14px; border-radius: 12px; color: var(--navy); background: #edf6fb; font-size: 13px; font-weight: 800; }
.featured-date svg { color: var(--blue); flex: 0 0 auto; }
.featured-content > a { display: flex; align-items: center; justify-content: space-between; padding-top: 17px; border-top: 1px solid var(--border); color: var(--blue); font-size: 13px; font-weight: 900; }
.featured-content > a svg { width: 18px; }
.packages { background: #fff; }
.package-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.package-card { overflow: hidden; border: 1px solid var(--border); border-radius: 22px; background: white; box-shadow: 0 10px 34px rgba(14,44,80,.08); transition: transform .25s, box-shadow .25s; }
.package-card:hover { transform: translateY(-6px); box-shadow: 0 20px 45px rgba(14,44,80,.14); }
.package-image { position: relative; height: 175px; overflow: hidden; }
.package-image:after { content: ""; position: absolute; inset: auto 0 0; height: 55%; background: linear-gradient(transparent, rgba(3,28,58,.5)); }
.package-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.package-card:hover .package-image img { transform: scale(1.05); }
.package-number { position: absolute; z-index: 2; left: 14px; top: 14px; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; color: white; background: var(--accent, var(--blue)); box-shadow: 0 6px 20px rgba(0,0,0,.2); font-weight: 900; }
.package-content { padding: 19px; }
.package-state { display: block; margin-bottom: 5px; color: var(--accent, var(--blue)); text-transform: uppercase; letter-spacing: .1em; font-size: 11px; font-weight: 900; }
.package-content h3 { min-height: 47px; margin: 0; color: var(--navy); font-size: 20px; line-height: 1.15; }
.package-content p { min-height: 40px; display: flex; align-items: flex-start; gap: 8px; margin: 13px 0 17px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.package-content p svg { flex: 0 0 auto; color: var(--accent, var(--blue)); }
.package-content a { display: flex; align-items: center; justify-content: space-between; padding-top: 15px; border-top: 1px solid var(--border); color: var(--accent, var(--blue)); font-size: 13px; font-weight: 900; }
.package-content a svg { width: 17px; }
.package-card.orange { --accent: #ef781c; }.package-card.blue { --accent: #087fbd; }.package-card.red { --accent: #e84a3d; }.package-card.purple { --accent: #7652a9; }.package-card.green { --accent: #169750; }.package-card.pink { --accent: #df3f71; }
.center-action { display: flex; justify-content: center; margin-top: 42px; }

.include-section { overflow: hidden; background: var(--cream); }
.include-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 100px; }
.poster-wrap { position: relative; width: min(100%, 460px); margin: auto; }
.poster-wrap > img { position: relative; z-index: 2; width: 100%; border-radius: 24px; box-shadow: 0 30px 60px rgba(16,33,58,.2); }
.poster-shadow { position: absolute; width: 90%; height: 93%; left: -26px; bottom: -26px; border-radius: 24px; background: linear-gradient(160deg, #10a8d5, #054882); transform: rotate(-4deg); }
.poster-wrap > a { position: absolute; z-index: 3; display: flex; align-items: center; gap: 8px; right: -24px; bottom: 28px; padding: 13px 17px; border-radius: 13px; color: white; background: var(--orange); font-size: 12px; font-weight: 900; box-shadow: 0 12px 25px rgba(235,87,15,.28); }
.include-copy > p { max-width: 560px; margin: 22px 0 28px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.include-list { display: grid; gap: 12px; margin: 0 0 28px; padding: 0; list-style: none; }
.include-list li { display: flex; align-items: center; gap: 14px; padding: 14px 16px; border: 1px solid #e2e9f1; border-radius: 15px; background: white; }
.include-list li > span { width: 36px; height: 36px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 11px; color: white; background: var(--green); }
.include-list b, .include-list small { display: block; }
.include-list b { color: var(--navy); font-size: 14px; }
.include-list small { margin-top: 3px; color: var(--muted); font-size: 12px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--orange); font-weight: 900; }

.about { color: white; background: linear-gradient(128deg, #052b58 0%, #064b82 60%, #087ba3 100%); }
.about-grid { display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 90px; }
.kicker-light { color: #ffd348; }
.about h2 { max-width: 720px; color: white; }
.about-copy > p { max-width: 700px; margin: 24px 0 36px; color: #c8daeb; font-size: 17px; line-height: 1.75; }
.about-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.about-stats div { padding: 18px; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: rgba(255,255,255,.07); }
.about-stats b, .about-stats span { display: block; }
.about-stats b { color: #ffd348; font-size: 25px; }
.about-stats span { margin-top: 4px; color: #b7cce0; font-size: 11px; }
.about-card { padding: 38px; border: 1px solid rgba(255,255,255,.2); border-radius: 26px; background: rgba(255,255,255,.1); box-shadow: 0 20px 50px rgba(0,0,0,.14); transform: rotate(2deg); }
.quote-mark { display: block; height: 55px; color: #ffb321; font-family: Georgia, serif; font-size: 88px; line-height: 1; }
.about-card p { font-family: Georgia, serif; font-size: 28px; line-height: 1.35; }
.about-card a { display: inline-flex; align-items: center; gap: 9px; margin-top: 18px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.2); font-size: 13px; font-weight: 800; }

.faq { background: white; }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.faq-intro p { margin: 20px 0 28px; color: var(--muted); line-height: 1.7; }
.button-secondary.dark { border-color: #d6e0ea; color: var(--navy); background: white; box-shadow: 0 10px 28px rgba(16,33,58,.08); }
.accordion { border-top: 1px solid var(--border); }
.accordion details { border-bottom: 1px solid var(--border); }
.accordion summary { position: relative; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 22px 4px; cursor: pointer; color: var(--navy); font-size: 16px; font-weight: 900; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { display: grid; place-items: center; width: 30px; height: 30px; flex: 0 0 auto; border-radius: 50%; color: var(--blue); background: #edf7fc; font-size: 20px; transition: transform .2s; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { max-width: 650px; margin: -5px 0 22px; color: var(--muted); font-size: 14px; line-height: 1.65; }

.final-cta { padding: 52px 0; color: white; background: linear-gradient(110deg, #f06c18, #ff941a); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.final-cta span { text-transform: uppercase; letter-spacing: .13em; font-size: 11px; font-weight: 900; }
.final-cta h2 { max-width: 760px; margin: 8px 0 0; font-size: clamp(28px, 3vw, 42px); line-height: 1.1; letter-spacing: -.035em; }
.button-white { flex: 0 0 auto; color: var(--navy); background: white; box-shadow: 0 13px 30px rgba(124,45,5,.18); }

footer { padding: 60px 0 25px; color: #c8d6e5; background: #031e3e; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .8fr; gap: 70px; }
.footer-brand img { width: 150px; height: 92px; object-fit: contain; object-position: left center; border-radius: 14px; background: white; }
.footer-brand p { max-width: 300px; margin-top: 17px; color: #8fa7bf; font-size: 13px; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 11px; }
.footer-grid b { margin-bottom: 5px; color: white; font-size: 14px; }
.footer-grid a { color: #9fb2c6; font-size: 13px; overflow-wrap: anywhere; }
.footer-grid a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 45px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: #6f8ba7; font-size: 11px; }
.whatsapp-float { position: fixed; z-index: 60; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 9px; min-height: 52px; padding: 0 18px; border: 3px solid white; border-radius: 999px; color: white; background: #20b954; box-shadow: 0 12px 28px rgba(0,0,0,.22); font-size: 13px; font-weight: 900; }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 15px; padding-bottom: 25px; }
  .hero-copy { text-align: center; }
  .hero-copy > p { margin-inline: auto; }
  .eyebrow { margin-inline: auto; }
  .hero-actions, .hero-proof { justify-content: center; }
  .hero-visual { width: min(630px, 100%); margin-inline: auto; }
  .featured-grid { grid-template-columns: repeat(2, 1fr); }
  .featured-card:last-child { grid-column: 1 / -1; width: calc(50% - 12px); justify-self: center; }
  .package-grid { grid-template-columns: repeat(2, 1fr); }
  .include-grid { gap: 55px; }
  .about-grid, .faq-grid { gap: 55px; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 28px, 620px); }
  .site-header { height: 74px; }
  .brand { width: 116px; height: 66px; }
  .nav-cta { padding: 10px 14px; font-size: 12px; }
  .nav-cta svg { width: 19px; }
  .hero { padding-top: 105px; }
  .hero-grid { min-height: 0; }
  .hero h1 { margin-top: 18px; font-size: 44px; }
  .hero-copy > p { font-size: 16px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-proof { margin-top: 25px; }
  .hero-visual { height: 455px; margin-top: 14px; grid-template-rows: 225px 190px; gap: 14px; padding: 5px 0; }
  .sun-orbit { width: 310px; height: 310px; right: 5%; top: 45px; }
  .postcard { width: 100%; padding: 7px 7px 10px; border-radius: 16px; }
  .postcard img { height: auto; border-radius: 11px; }
  .postcard div { padding-top: 8px; }
  .postcard span { font-size: 9px; }
  .postcard b { font-size: 12px; }
  .postcard-main { width: min(250px, 75%); }
  .postcard-top, .postcard-bottom { width: 100%; }
  .hero-badge { width: 76px; height: 76px; right: 0; top: 12px; gap: 1px; padding: 7px 5px; border-width: 4px; }
  .hero-badge b { font-size: 23px; }
  .hero-badge span { font-size: 6.5px; line-height: 1; }
  .trust-bar { width: 100%; grid-template-columns: repeat(2, 1fr); border-radius: 0; }
  .trust-bar div { padding: 17px 16px; }
  .trust-bar div:nth-child(2) { border-right: 0; }
  .trust-bar div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.12); }
  .section { padding: 70px 0; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 17px; }
  .featured-grid { grid-template-columns: 1fr; gap: 18px; }
  .featured-card:last-child { grid-column: auto; width: 100%; }
  .featured-media { aspect-ratio: 1 / .9; }
  .featured-content { padding: 20px; }
  .featured-content h3 { font-size: 24px; }
  .featured-detail { min-height: 0; }
  .package-grid { grid-template-columns: 1fr; gap: 15px; }
  .package-card { display: grid; grid-template-columns: 42% 58%; min-height: 195px; }
  .package-image { height: 100%; }
  .package-content { padding: 16px; }
  .package-content h3 { min-height: 0; font-size: 18px; }
  .package-content p { min-height: 0; margin: 10px 0 12px; }
  .include-grid, .about-grid, .faq-grid { grid-template-columns: 1fr; gap: 60px; }
  .poster-wrap { width: 86%; }
  .poster-wrap > a { right: -20px; }
  .about-stats { gap: 8px; }
  .about-stats div { padding: 13px 9px; }
  .about-stats b { font-size: 20px; }
  .about-card { padding: 27px; transform: rotate(0); }
  .about-card p { font-size: 23px; }
  .final-cta-inner { display: block; text-align: center; }
  .final-cta .button { margin-top: 27px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 25px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { display: block; line-height: 1.7; }
  .whatsapp-float { width: 54px; height: 54px; right: 14px; bottom: 14px; justify-content: center; padding: 0; }
  .whatsapp-float span { display: none; }
}

@media (max-width: 390px) {
  .hero h1 { font-size: 39px; }
  .nav-cta { padding-inline: 11px; }
  .nav-cta svg { display: none; }
  .hero-visual { margin-left: -6px; width: calc(100% + 12px); }
  .package-card { grid-template-columns: 39% 61%; }
  .package-content { padding: 14px; }
  .package-content a { font-size: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { transition: none !important; }
}
