:root {
    --t09-navy: #061d2a;
    --t09-navy-2: #0a2b3c;
    --t09-cyan: #18b9d1;
    --t09-cyan-dark: #0795ad;
    --t09-gold: #d6b56d;
    --t09-ink: #12232d;
    --t09-muted: #60727b;
    --t09-line: #dce5e8;
    --t09-soft: #f4f8f8;
    --t09-white: #fff;
    --t09-radius: 24px;
    --t09-shadow: 0 24px 70px rgba(5, 29, 42, .13);
}

.t09-home, .t09-home * { box-sizing: border-box; }
.t09-home { color: var(--t09-ink); background: #fff; overflow: hidden; }
.t09-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.t09-section { padding: 100px 0; }
.t09-section--soft { background: var(--t09-soft); }
.t09-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.t09-hero { position: relative; min-height: 720px; display: grid; align-items: center; color: #fff; background: var(--t09-navy); }
.t09-hero__media, .t09-hero__media video, .t09-hero__overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.t09-hero__media video { object-fit: cover; }
.t09-hero__overlay { background: linear-gradient(90deg, rgba(3, 24, 35, .96) 0%, rgba(3, 24, 35, .78) 48%, rgba(3, 24, 35, .2) 100%), linear-gradient(0deg, rgba(3, 24, 35, .7), transparent 45%); }
.t09-hero__content { position: relative; z-index: 1; padding: 120px 0 130px; }
.t09-eyebrow, .t09-section-tag { display: inline-flex; align-items: center; gap: 9px; text-transform: uppercase; letter-spacing: .14em; font-size: 12px; font-weight: 800; }
.t09-eyebrow { color: #bfeaf0; margin-bottom: 25px; }
.t09-eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: var(--t09-cyan); box-shadow: 0 0 0 7px rgba(24,185,209,.14); }
.t09-hero h1 { max-width: 820px; margin: 0; color: #fff; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(48px, 6vw, 82px); line-height: 1.02; letter-spacing: -.04em; }
.t09-hero h1 em { color: #7edbe7; font-style: normal; }
.t09-hero__lead { max-width: 700px; margin: 28px 0 0; color: #d5e2e7; font-size: 19px; line-height: 1.75; }
.t09-hero__actions, .t09-final-cta__actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 36px; }
.t09-btn { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 23px; border: 1px solid transparent; border-radius: 12px; font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .2s, background .2s, border-color .2s; }
.t09-btn:hover { transform: translateY(-2px); }
.t09-btn--primary { background: var(--t09-cyan); color: #032532; }
.t09-btn--primary:hover { background: #4bd1e3; }
.t09-btn--glass { border-color: rgba(255,255,255,.35); color: #fff; background: rgba(255,255,255,.08); backdrop-filter: blur(8px); }
.t09-btn--glass:hover { background: rgba(255,255,255,.15); }
.t09-trust-strip { display: flex; flex-wrap: wrap; gap: 14px 32px; margin: 38px 0 0; padding: 0; list-style: none; color: #d8e5e9; font-size: 14px; font-weight: 700; }
.t09-trust-strip span { color: #7edbe7; margin-right: 7px; }

.t09-planner-wrap { position: relative; z-index: 2; margin-top: -62px; }
.t09-planner { background: #fff; border-radius: 26px; box-shadow: var(--t09-shadow); overflow: hidden; border: 1px solid rgba(255,255,255,.5); }
.t09-planner__intro { padding: 34px 38px 25px; border-bottom: 1px solid var(--t09-line); }
.t09-section-tag { color: var(--t09-cyan-dark); }
.t09-planner h2, .t09-section-heading h2, .t09-centered-heading h2, .t09-how h2, .t09-faq h2, .t09-final-cta h2 { margin: 9px 0 0; color: var(--t09-navy); font-family: Georgia, 'Times New Roman', serif; font-size: clamp(34px, 4vw, 53px); line-height: 1.08; letter-spacing: -.025em; }
.t09-planner__intro p { margin: 10px 0 0; color: var(--t09-muted); }
.t09-planner__form { padding: 30px 38px 38px; }
.t09-booking-tabs { display: flex; gap: 8px; padding: 18px 38px 0; background: #fff; }
.t09-booking-tabs button { min-height: 46px; padding: 0 20px; border: 1px solid var(--t09-line); border-radius: 11px; background: #f7fafb; color: #52666f; font: 800 14px/1 inherit; cursor: pointer; }
.t09-booking-tabs button[aria-selected="true"] { border-color: var(--t09-navy); background: var(--t09-navy); color: #fff; box-shadow: 0 9px 20px rgba(6,29,42,.15); }
.t09-booking-tabs button span { color: #72dce8; }
.t09-search-panel { padding: 25px 38px 36px; }
.t09-hotel-search { display: grid; grid-template-columns: 1.35fr 1fr 1fr .8fr auto; align-items: end; gap: 12px; }
.t09-hotel-search label > span { display: block; margin-bottom: 8px; color: #29404b; font-size: 13px; font-weight: 800; }
.t09-hotel-search input, .t09-hotel-search select { width: 100%; height: 52px; padding: 0 13px; border: 1px solid #cedbdf; border-radius: 12px; background: #fbfdfd; color: var(--t09-ink); font: inherit; outline: none; }
.t09-hotel-search input:focus, .t09-hotel-search select:focus { border-color: var(--t09-cyan); box-shadow: 0 0 0 4px rgba(24,185,209,.1); }
.t09-hotel-search .t09-btn { height: 52px; white-space: nowrap; }
.t09-search-help { display: flex; flex-wrap: wrap; gap: 12px 24px; padding-top: 17px; color: var(--t09-muted); font-size: 12px; font-weight: 700; }
.t09-search-help span::first-letter { color: var(--t09-cyan-dark); }
.t09-search-help a { margin-left: auto; color: #087f68; font-weight: 800; }
.t09-choice-group { display: flex; flex-wrap: wrap; gap: 10px; border: 0; padding: 0; margin: 0 0 22px; }
.t09-choice input { position: absolute; opacity: 0; pointer-events: none; }
.t09-choice span { display: block; padding: 12px 17px; border: 1px solid var(--t09-line); border-radius: 999px; color: #3f555f; font-size: 14px; font-weight: 800; cursor: pointer; transition: .2s; }
.t09-choice input:checked + span, .t09-choice span:hover { color: #053343; border-color: var(--t09-cyan); background: #eafafd; }
.t09-choice input:focus-visible + span { outline: 3px solid rgba(24,185,209,.3); outline-offset: 2px; }
.t09-prompt > span, .t09-planner__fields label > span { display: block; margin-bottom: 8px; color: #29404b; font-size: 13px; font-weight: 800; }
.t09-prompt textarea, .t09-planner__fields input, .t09-planner__fields select { width: 100%; border: 1px solid #cedbdf; border-radius: 12px; background: #fbfdfd; color: var(--t09-ink); font: inherit; outline: none; }
.t09-prompt textarea { min-height: 132px; padding: 17px 18px; resize: vertical; line-height: 1.6; }
.t09-planner__fields input, .t09-planner__fields select { height: 50px; padding: 0 13px; }
.t09-prompt textarea:focus, .t09-planner__fields input:focus, .t09-planner__fields select:focus { border-color: var(--t09-cyan); box-shadow: 0 0 0 4px rgba(24,185,209,.1); }
.t09-planner__fields { display: grid; grid-template-columns: 1fr 1fr .8fr .8fr 1.35fr; gap: 13px; margin-top: 18px; }
.t09-budget__inputs { display: grid!important; grid-template-columns: 84px 1fr; gap: 7px; margin: 0!important; }
.t09-planner__submit { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-top: 25px; }
.t09-planner__submit p { max-width: 620px; margin: 0; color: var(--t09-muted); font-size: 13px; line-height: 1.55; }
.t09-planner__submit p span { color: var(--t09-cyan-dark); }
.t09-btn--dark { flex: 0 0 auto; border: 0; background: var(--t09-navy); color: #fff; font: inherit; }
.t09-btn--dark:hover { background: var(--t09-navy-2); }
.t09-ai-results { margin-top: 25px; padding-top: 25px; border-top: 1px solid var(--t09-line); }

.t09-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 38px; }
.t09-section-heading p { max-width: 670px; margin: 12px 0 0; color: var(--t09-muted); line-height: 1.7; }
.t09-section-heading a, .t09-text-link { color: var(--t09-navy); font-weight: 800; text-decoration: none; border-bottom: 1px solid #aec2c9; padding-bottom: 5px; }
.t09-idea-grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr; grid-template-rows: 280px 280px; gap: 18px; }
.t09-idea { position: relative; min-height: 260px; border-radius: var(--t09-radius); overflow: hidden; color: #fff; text-decoration: none; background: var(--t09-navy); }
.t09-idea--large { grid-row: 1 / 3; }
.t09-idea--wide { grid-column: 2 / 4; }
.t09-idea img, .t09-destination img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.t09-idea:hover img, .t09-destination:hover img { transform: scale(1.035); }
.t09-idea__shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(2,24,34,.92), rgba(2,24,34,.05) 70%); }
.t09-idea__content { position: absolute; left: 0; right: 0; bottom: 0; display: flex; flex-direction: column; padding: 26px; }
.t09-idea__content small { color: #bde8ee; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.t09-idea__content strong { margin-top: 7px; font-family: Georgia, serif; font-size: 28px; }
.t09-idea__content > span { margin-top: 8px; color: #dce9ec; font-size: 13px; font-weight: 700; }

.t09-featured { padding-bottom: 25px; }
.t09-product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.t09-product-card { overflow: hidden; border: 1px solid var(--t09-line); border-radius: var(--t09-radius); background: #fff; box-shadow: 0 14px 38px rgba(6,29,42,.06); transition: transform .25s, box-shadow .25s; }
.t09-product-card:hover { transform: translateY(-5px); box-shadow: 0 22px 48px rgba(6,29,42,.12); }
.t09-product-card__media { position: relative; display: block; min-height: 245px; overflow: hidden; text-decoration: none; background-position: center; background-size: cover; }
.t09-media--stay { background-image: linear-gradient(180deg, transparent 30%, rgba(2,28,38,.65)), url('/assets/images/home/maldives-honeymoon.webp'), linear-gradient(135deg,#0a7286,#41c6d1); }
.t09-media--tour { background-image: linear-gradient(180deg, transparent 30%, rgba(2,28,38,.65)), url('/assets/images/home/sri-lanka-culture.webp'), linear-gradient(135deg,#466437,#d5a85f); }
.t09-media--combo { background-image: linear-gradient(180deg, transparent 30%, rgba(2,28,38,.65)), url('/assets/images/home/sri-lanka-maldives.webp'), linear-gradient(135deg,#083a56,#24abc0); }
.t09-product-card__badge { position: absolute; top: 18px; left: 18px; padding: 8px 11px; border-radius: 999px; color: #fff; background: rgba(4,30,42,.72); backdrop-filter: blur(7px); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.t09-media-fallback { position: absolute; left: 20px; bottom: 18px; color: rgba(255,255,255,.92); font: 700 26px/1.1 Georgia,serif; text-shadow: 0 2px 14px rgba(0,0,0,.35); }
.t09-product-card__body { padding: 24px; }
.t09-product-card__body > span { color: var(--t09-cyan-dark); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; }
.t09-product-card__body h3 { margin: 8px 0 10px; color: var(--t09-navy); font-family: Georgia,serif; font-size: 25px; line-height: 1.15; }
.t09-product-card__body p { min-height: 73px; margin: 0 0 17px; color: var(--t09-muted); font-size: 14px; line-height: 1.7; }
.t09-product-card__body a { color: var(--t09-navy); font-weight: 800; text-decoration: none; }
.t09-featured__note { max-width: 820px; margin: 22px auto 0; color: #7a8b92; font-size: 12px; line-height: 1.6; text-align: center; }

.t09-centered-heading { max-width: 680px; margin: 0 auto 45px; text-align: center; }
.t09-centered-heading p { color: var(--t09-muted); font-size: 17px; }
.t09-benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.t09-benefit-grid article { padding: 29px; border: 1px solid #dbe6e9; border-radius: 19px; background: #fff; }
.t09-benefit__number { color: var(--t09-cyan-dark); font: 800 12px/1 sans-serif; letter-spacing: .12em; }
.t09-benefit-grid h3 { margin: 38px 0 10px; color: var(--t09-navy); font-size: 20px; }
.t09-benefit-grid p { margin: 0; color: var(--t09-muted); font-size: 14px; line-height: 1.75; }

.t09-how { background: var(--t09-navy); color: #fff; }
.t09-how__layout { display: grid; grid-template-columns: .9fr 1.15fr; gap: 100px; align-items: start; }
.t09-how h2 { color: #fff; }
.t09-how__intro p { color: #b8cbd2; line-height: 1.8; }
.t09-how .t09-text-link { display: inline-block; margin-top: 18px; color: #8ee3ed; border-color: rgba(142,227,237,.45); }
.t09-steps { list-style: none; margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.15); }
.t09-steps li { display: grid; grid-template-columns: 58px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.t09-steps li > span { color: #75dce8; font-size: 12px; font-weight: 800; }
.t09-steps h3 { margin: 0 0 6px; font-size: 19px; }
.t09-steps p { margin: 0; color: #aebfc6; font-size: 14px; }

.t09-destination-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.t09-destination { border: 1px solid var(--t09-line); border-radius: var(--t09-radius); overflow: hidden; background: #fff; }
.t09-destination > img { height: 370px; display: block; }
.t09-destination > div { padding: 28px; }
.t09-destination > div > span { color: var(--t09-cyan-dark); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.t09-destination h3 { margin: 7px 0 10px; color: var(--t09-navy); font-family: Georgia, serif; font-size: 29px; }
.t09-destination p { color: var(--t09-muted); line-height: 1.7; }
.t09-destination a { color: var(--t09-navy); font-weight: 800; text-decoration: none; }

.t09-faq { background: #f7fafb; }
.t09-faq__layout { display: grid; grid-template-columns: .68fr 1.32fr; gap: 90px; }
.t09-faq__intro p { color: var(--t09-muted); }
.t09-faq__intro .t09-text-link { display: inline-block; margin-top: 15px; }
.t09-accordion { border-top: 1px solid #cddadd; }
.t09-accordion details { border-bottom: 1px solid #cddadd; }
.t09-accordion summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; color: var(--t09-navy); font-size: 17px; font-weight: 800; cursor: pointer; list-style: none; }
.t09-accordion summary::-webkit-details-marker { display: none; }
.t09-accordion summary span { color: var(--t09-cyan-dark); font-size: 24px; font-weight: 400; transition: transform .2s; }
.t09-accordion details[open] summary span { transform: rotate(45deg); }
.t09-accordion details p { margin: -5px 40px 22px 0; color: var(--t09-muted); line-height: 1.75; }

.t09-final-cta { padding: 80px 0; color: #fff; background: linear-gradient(135deg, #0b7f96, #06495d 60%, #062938); }
.t09-final-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.t09-final-cta h2 { max-width: 660px; color: #fff; }
.t09-final-cta p { color: #d7edf1; }
.t09-final-cta .t09-section-tag { color: #bcecf1; }
.t09-btn--light { background: #fff; color: var(--t09-navy); }
.t09-btn--outline-light { border-color: rgba(255,255,255,.5); color: #fff; }
.t09-btn--whatsapp { background: #25d366; color: #062d18; }
.t09-whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 30; display: flex; align-items: center; gap: 10px; min-height: 52px; padding: 7px 16px 7px 7px; border-radius: 999px; color: #07321d; background: #25d366; box-shadow: 0 12px 30px rgba(5,48,27,.28); text-decoration: none; }
.t09-whatsapp-float span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; color: #fff; background: #128c4f; font-size: 11px; font-weight: 900; }
.t09-whatsapp-float strong { font-size: 13px; }

@media (max-width: 1050px) {
    .t09-planner__fields { grid-template-columns: repeat(2, 1fr); }
    .t09-hotel-search { grid-template-columns: repeat(2, 1fr); }
    .t09-hotel-search .t09-btn { width: 100%; }
    .t09-product-grid { grid-template-columns: 1fr 1fr; }
    .t09-product-card:last-child { grid-column: 1 / -1; }
    .t09-budget { grid-column: span 2; }
    .t09-benefit-grid { grid-template-columns: repeat(2, 1fr); }
    .t09-how__layout, .t09-faq__layout { gap: 50px; }
    .t09-final-cta__inner { display: block; }
}

@media (max-width: 760px) {
    .t09-container { width: min(100% - 28px, 1180px); }
    .t09-section { padding: 70px 0; }
    .t09-hero { min-height: 680px; }
    .t09-hero__overlay { background: linear-gradient(90deg, rgba(3,24,35,.94), rgba(3,24,35,.7)), linear-gradient(0deg, rgba(3,24,35,.7), transparent); }
    .t09-hero__content { padding: 95px 0 120px; }
    .t09-hero h1 { font-size: clamp(42px, 13vw, 64px); }
    .t09-hero__lead { font-size: 17px; line-height: 1.65; }
    .t09-hero__actions .t09-btn { width: 100%; }
    .t09-trust-strip { display: grid; gap: 10px; }
    .t09-planner-wrap { margin-top: -44px; }
    .t09-planner__intro, .t09-planner__form, .t09-search-panel { padding-left: 20px; padding-right: 20px; }
    .t09-booking-tabs { padding-left: 20px; padding-right: 20px; }
    .t09-booking-tabs button { flex: 1; padding-inline: 10px; }
    .t09-hotel-search { grid-template-columns: 1fr 1fr; }
    .t09-search-help a { width: 100%; margin-left: 0; }
    .t09-product-grid { grid-template-columns: 1fr; }
    .t09-product-card:last-child { grid-column: auto; }
    .t09-choice-group { display: grid; grid-template-columns: 1fr 1fr; }
    .t09-choice span { height: 100%; display: grid; place-items: center; text-align: center; }
    .t09-planner__fields { grid-template-columns: 1fr 1fr; }
    .t09-budget { grid-column: 1 / -1; }
    .t09-planner__submit { display: block; }
    .t09-planner__submit .t09-btn { width: 100%; margin-top: 17px; }
    .t09-section-heading { display: block; }
    .t09-section-heading > a { display: inline-block; margin-top: 18px; }
    .t09-idea-grid { grid-template-columns: 1fr; grid-template-rows: none; }
    .t09-idea, .t09-idea--large, .t09-idea--wide { grid-column: auto; grid-row: auto; min-height: 330px; }
    .t09-benefit-grid { grid-template-columns: 1fr; }
    .t09-how__layout, .t09-faq__layout { grid-template-columns: 1fr; gap: 45px; }
    .t09-destination-grid { grid-template-columns: 1fr; }
    .t09-destination > img { height: 300px; }
    .t09-final-cta__actions .t09-btn { width: 100%; }
    .t09-whatsapp-float { right: 14px; bottom: 14px; }
    .t09-whatsapp-float strong { display: none; }
    .t09-whatsapp-float { padding-right: 7px; }
}

@media (max-width: 430px) {
    .t09-planner__fields { grid-template-columns: 1fr; }
    .t09-budget { grid-column: auto; }
    .t09-choice-group { grid-template-columns: 1fr; }
    .t09-hotel-search { grid-template-columns: 1fr; }
}

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