@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --ink: #102f38;
  --navy: #0c2831;
  --orange: #ff6a2b;
  --cream: #f5f1e8;
  --lime: #d9f36a;
  --white: #fff;
  --muted: #6f7d7c;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--cream); font-family: "DM Sans", sans-serif; }
a { color: inherit; text-decoration: none; }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.announcement { min-height: 34px; padding: 7px 4vw; background: var(--orange); color: white; display: flex; justify-content: space-between; gap: 20px; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.site-notice { padding: 11px 4vw; color: var(--ink); background: var(--lime); font-size: 13px; font-weight: 700; text-align: center; }
.announcement a { border-bottom: 1px solid rgba(255,255,255,.7); }
.nav { height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 30px; animation: nav-arrive .65s cubic-bezier(.22,1,.36,1) both; }
.brand { display: inline-flex; align-items: center; gap: 10px; font: 800 25px/1 "Manrope", sans-serif; letter-spacing: -.04em; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; color: white; background: var(--orange); border-radius: 11px 11px 11px 3px; font-size: 22px; transform: skew(-5deg); }
.nav nav { display: flex; gap: 33px; font-size: 14px; font-weight: 600; }
.nav nav a { transition: color .2s ease; }
.nav nav a:hover { color: var(--orange); }
.nav-cta { padding: 13px 17px; border: 1px solid rgba(16,47,56,.28); border-radius: 8px; font-size: 14px; font-weight: 700; display: flex; gap: 20px; transition: color .25s ease, background-color .25s ease, transform .25s ease; }
.nav-cta:hover { color: white; background: var(--ink); transform: translateY(-2px); }
.hero { min-height: 690px; display: grid; grid-template-columns: 1.02fr .98fr; gap: 70px; align-items: center; padding-top: 42px; padding-bottom: 90px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 24px; color: var(--orange); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { width: 22px; height: 2px; background: currentColor; }
h1, h2, h3 { font-family: "Manrope", sans-serif; }
h1 { margin: 0; font-size: clamp(62px, 7vw, 103px); line-height: .91; letter-spacing: -.075em; }
h1 em, h2 em { color: var(--orange); font-style: normal; }
.hero-text { max-width: 570px; margin: 32px 0 31px; color: #526d71; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; gap: 28px; align-items: center; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; min-width: 175px; padding: 17px 19px; border-radius: 9px; font-size: 14px; font-weight: 800; transition: transform .25s ease, box-shadow .25s ease, filter .25s ease; }
.button:hover { transform: translateY(-3px); filter: brightness(1.03); box-shadow: 0 17px 36px rgba(9,36,44,.18); }
.primary { color: white; background: var(--orange); box-shadow: 0 12px 30px rgba(255,106,43,.22); }
.text-link { font-size: 14px; font-weight: 700; border-bottom: 1px solid rgba(16,47,56,.35); padding: 4px 0; transition: color .2s ease; }
.text-link:hover { color: var(--orange); }
.text-link span { display: inline-block; margin-left: 12px; transition: transform .2s ease; }
.text-link:hover span { transform: translateY(3px); }
.hero-copy > * { opacity: 0; animation: rise-in .75s cubic-bezier(.22,1,.36,1) both; }
.hero-copy > :nth-child(1) { animation-delay: .08s; }
.hero-copy > :nth-child(2) { animation-delay: .14s; }
.hero-copy > :nth-child(3) { animation-delay: .22s; }
.hero-copy > :nth-child(4) { animation-delay: .3s; }
.hero-copy > :nth-child(5) { animation-delay: .38s; }
.trust-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 58px; padding-top: 24px; border-top: 1px solid rgba(16,47,56,.16); }
.trust-row strong, .trust-row span { display: block; }
.trust-row strong { font: 700 15px "Manrope"; }
.trust-row span { margin-top: 5px; color: var(--muted); font-size: 11px; }
.hero-visual { position: relative; min-height: 555px; overflow: hidden; border-radius: 40px 40px 40px 8px; color: white; background: var(--navy); isolation: isolate; animation: visual-arrive .9s .16s cubic-bezier(.22,1,.36,1) both; }
.hero-visual::before { content: ""; position: absolute; inset: -10% -30% 35% 22%; border-radius: 50%; background: #164a52; transform: rotate(-8deg); }
.hero-visual::after { content: ""; position: absolute; width: 220px; height: 160px; right: -45px; bottom: 25px; background: var(--lime); border-radius: 65% 30% 0 65%; transform: rotate(-12deg); opacity: .95; }
.route-line { position: absolute; z-index: 2; left: 21%; top: 45%; width: 58%; height: 130px; border-top: 2px dashed rgba(255,255,255,.6); border-radius: 50%; transform: rotate(13deg); }
.plane { position: absolute; right: 15%; top: -15px; color: var(--lime); font-size: 28px; transform: rotate(16deg); animation: plane-drift 4.8s ease-in-out infinite; }
.route-label { position: absolute; z-index: 3; display: flex; flex-direction: column; gap: 4px; font-size: 12px; }
.route-label span { color: rgba(255,255,255,.6); }
.route-label strong { font: 700 17px "Manrope"; }
.florida { top: 18%; left: 12%; }
.provo { right: 9%; bottom: 22%; text-align: right; }
.package { position: absolute; z-index: 4; display: grid; place-items: center; background: var(--orange); box-shadow: 0 18px 40px rgba(0,0,0,.2); }
.package-one { width: 120px; height: 105px; left: 15%; bottom: 14%; transform: rotate(-8deg); animation: package-float-one 6s ease-in-out infinite; }
.package-one::before { content: ""; position: absolute; top: 0; bottom: 0; left: 50%; border-left: 3px solid rgba(255,255,255,.3); }
.package-one span { font: 800 36px "Manrope"; }
.package-two { width: 92px; height: 82px; right: 13%; top: 25%; background: var(--cream); color: var(--ink); transform: rotate(10deg); font: 800 12px "Manrope"; animation: package-float-two 7.2s .4s ease-in-out infinite; }
.sea-label { position: absolute; z-index: 2; top: 50%; left: 47%; color: rgba(255,255,255,.35); font: 500 12px/1.4 "Manrope"; text-align: center; letter-spacing: .15em; text-transform: uppercase; }
.hero-note { position: absolute; z-index: 3; left: 10%; top: 36%; color: rgba(255,255,255,.72); font: 500 13px/1.5 "Manrope"; }
.marquee { overflow: hidden; padding: 16px 0; color: white; background: var(--orange); transform: rotate(-1deg) scale(1.02); }
.marquee div { display: flex; justify-content: space-around; min-width: 1120px; gap: 28px; font: 700 14px "Manrope"; text-transform: uppercase; letter-spacing: .08em; animation: ticker-drift 18s ease-in-out infinite alternate; }
.marquee i { color: var(--lime); font-style: normal; }
.section { padding-top: 125px; padding-bottom: 125px; }
.section-heading { display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 80px; margin-bottom: 65px; }
.section-heading h2, .faq-intro h2, .contact h2 { margin: 0; font-size: clamp(48px, 5.5vw, 76px); line-height: 1; letter-spacing: -.06em; }
.section-heading > p { margin: 0 0 7px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.eyebrow.dark { color: var(--ink); }
.steps { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(16,47,56,.18); }
.step { position: relative; padding: 46px 45px 10px 0; }
.step + .step { padding-left: 45px; border-left: 1px solid rgba(16,47,56,.18); }
.step-number { color: var(--orange); font: 800 12px "Manrope"; }
.step-icon { width: 54px; height: 54px; margin: 34px 0 44px; display: grid; place-items: center; color: white; background: var(--ink); border-radius: 50%; font: 700 21px "Manrope"; transition: transform .3s cubic-bezier(.22,1,.36,1), background-color .3s ease; }
.step:hover .step-icon { transform: translateY(-6px) rotate(3deg); background: var(--orange); }
.step h3 { max-width: 270px; margin: 0 0 15px; font-size: 23px; line-height: 1.2; letter-spacing: -.04em; }
.step p { margin: 0; color: var(--muted); line-height: 1.65; font-size: 14px; }
.rates-wrap { color: white; background: var(--navy); }
.section-heading.light > p { color: rgba(255,255,255,.63); }
.rates { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; align-items: stretch; }
.rate-card { position: relative; padding: 34px; border: 1px solid rgba(255,255,255,.14); border-radius: 17px; background: rgba(255,255,255,.04); transition: transform .32s cubic-bezier(.22,1,.36,1), border-color .32s ease, background-color .32s ease; }
.rate-card:not(.featured):hover { transform: translateY(-7px); border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.07); }
.rate-card.featured:hover { transform: translateY(-18px); }
.rate-card.featured { color: var(--ink); background: var(--lime); border-color: var(--lime); transform: translateY(-12px); }
.popular { position: absolute; right: 20px; top: 20px; padding: 7px 10px; color: white; background: var(--orange); border-radius: 30px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.rate-name { margin: 0 0 38px; color: var(--orange); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.featured .rate-name { color: var(--ink); }
.rate-card h3 { max-width: 190px; min-height: 60px; margin: 0; font-size: 23px; line-height: 1.25; letter-spacing: -.04em; }
.price { display: flex; align-items: flex-end; gap: 12px; margin: 30px 0; padding-bottom: 27px; border-bottom: 1px solid rgba(255,255,255,.16); }
.featured .price { border-color: rgba(16,47,56,.2); }
.price strong { font: 800 50px/1 "Manrope"; letter-spacing: -.06em; }
.price span { padding-bottom: 6px; font-size: 12px; opacity: .65; }
.price.contact-rate { align-items:flex-start; flex-direction:column; gap:7px; }
.price.contact-rate strong { font-size:30px; letter-spacing:-.045em; }
.price.contact-rate span { padding-bottom:0; text-transform:uppercase; letter-spacing:.08em; }
.rate-card ul { list-style: none; padding: 0; margin: 0 0 32px; }
.rate-card li { margin: 12px 0; font-size: 13px; opacity: .78; }
.rate-card li span { color: var(--orange); margin-right: 8px; }
.delivery { display: flex; flex-direction: column; gap: 5px; padding: 17px; border-radius: 9px; background: rgba(255,255,255,.07); }
.featured .delivery { background: rgba(255,255,255,.45); }
.delivery span { font-size: 10px; text-transform: uppercase; letter-spacing: .08em; opacity: .65; }
.delivery strong { font: 700 16px "Manrope"; }
.rate-card > a { display: flex; justify-content: space-between; margin-top: 28px; padding-bottom: 6px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 700; }
.rate-note { margin: 28px 0 0; color: rgba(255,255,255,.45); font-size: 11px; text-align: center; }
.faq-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; }
.faq-intro > p:not(.eyebrow) { max-width: 390px; margin: 26px 0; color: var(--muted); line-height: 1.7; }
.dark-button { color: white; background: var(--ink); }
.faq-list { padding-top: 12px; }
details { border-top: 1px solid rgba(16,47,56,.18); }
details:last-child { border-bottom: 1px solid rgba(16,47,56,.18); }
summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; gap: 30px; padding: 27px 0; font: 700 18px "Manrope"; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--orange); font-size: 25px; line-height: .7; transition: transform .25s ease; }
details[open] summary span { transform: rotate(45deg); }
details p { max-width: 600px; margin: -8px 45px 27px 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
details[open] p { animation: answer-in .32s ease both; }
.contact-wrap { color: white; background: var(--orange); }
.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; padding-top: 110px; padding-bottom: 110px; }
.contact .eyebrow { color: white; }
.contact h2 em { color: var(--lime); }
.contact > div > p:last-child { max-width: 480px; color: rgba(255,255,255,.78); line-height: 1.7; }
.contact-card { overflow: hidden; color: var(--ink); background: white; border-radius: 18px; }
.contact-card > * { position: relative; display: flex; flex-direction: column; gap: 7px; padding: 22px 28px; border-bottom: 1px solid rgba(16,47,56,.12); transition: background-color .22s ease, padding-left .22s ease; }
.contact-card > a:hover { padding-left: 34px; background: rgba(217,243,106,.25); }
.contact-card > *:last-child { border: 0; }
.contact-card span { color: var(--orange); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.contact-card strong { font: 700 16px/1.5 "Manrope"; }
.address-line { display: block; color: inherit; font: inherit; text-transform: none; letter-spacing: normal; }
.contact-card a > span:last-child { position: absolute; right: 25px; top: 35px; color: var(--ink); font-size: 20px; }
footer { color: rgba(255,255,255,.65); background: #071d24; }
.footer-main { min-height: 180px; display: grid; grid-template-columns: .7fr 1fr 1fr; align-items: center; gap: 50px; }
.footer-brand { color: white; }
.footer-main p { max-width: 350px; font-size: 13px; line-height: 1.7; }
.footer-links { display: flex; justify-content: flex-end; gap: 24px; color: white; font-size: 13px; font-weight: 600; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; padding-bottom: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.footer-bottom a { color: inherit; text-decoration: none; transition: color .2s ease; }
.footer-bottom a:hover { color: var(--orange); }

@keyframes nav-arrive {
  from { opacity: 0; transform: translateY(-12px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes rise-in {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes visual-arrive {
  from { opacity: 0; transform: translateY(20px) scale(.975); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes package-float-one {
  0%, 100% { transform: translateY(0) rotate(-8deg); }
  50% { transform: translateY(-11px) rotate(-5deg); }
}
@keyframes package-float-two {
  0%, 100% { transform: translateY(0) rotate(10deg); }
  50% { transform: translateY(9px) rotate(7deg); }
}
@keyframes plane-drift {
  0%, 100% { transform: translate(0,0) rotate(16deg); }
  50% { transform: translate(8px,-5px) rotate(19deg); }
}
@keyframes ticker-drift {
  from { transform: translateX(-1.5%); }
  to { transform: translateX(1.5%); }
}
@keyframes answer-in {
  from { opacity: 0; transform: translateY(-5px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 900px) {
  .nav nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 50px; gap: 55px; }
  .hero-copy { max-width: 700px; }
  .hero-visual { min-height: 500px; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; }
  .steps, .rates { grid-template-columns: 1fr; }
  .step, .step + .step { padding: 35px 0; border-left: 0; border-bottom: 1px solid rgba(16,47,56,.18); }
  .step-icon { margin: 25px 0; }
  .rate-card.featured { transform: none; }
  .faq-section, .contact { grid-template-columns: 1fr; gap: 55px; }
  .footer-main { grid-template-columns: 1fr; padding-top: 50px; padding-bottom: 50px; gap: 25px; }
  .footer-links { justify-content: flex-start; }
}

@media (max-width: 600px) {
  .shell { width: min(100% - 30px, 1180px); }
  .announcement { justify-content: center; text-align: center; }
  .announcement span { display: none; }
  .nav { height: 75px; }
  .nav-cta { padding: 11px 13px; gap: 8px; }
  .brand { font-size: 21px; }
  .brand-mark { width: 33px; height: 33px; font-size: 19px; }
  .hero { min-height: auto; padding-top: 42px; padding-bottom: 75px; }
  h1 { font-size: 58px; }
  .hero-text { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .trust-row { gap: 10px; }
  .trust-row strong { font-size: 12px; }
  .hero-visual { min-height: 420px; border-radius: 24px 24px 24px 6px; }
  .package-one { left: 8%; bottom: 10%; }
  .section { padding-top: 85px; padding-bottom: 85px; }
  .section-heading h2, .faq-intro h2, .contact h2 { font-size: 48px; }
  .rates-wrap .section { padding-bottom: 85px; }
  .rate-card { padding: 28px; }
  .contact { padding-top: 80px; padding-bottom: 80px; }
  .footer-links { flex-wrap: wrap; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
