/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.start{inset-inline-start:var(--spacing)}.container{width:100%}@media (width>=40rem){.container{max-width:40rem}}@media (width>=48rem){.container{max-width:48rem}}@media (width>=64rem){.container{max-width:64rem}}@media (width>=80rem){.container{max-width:80rem}}@media (width>=96rem){.container{max-width:96rem}}}:root{--navy:#171266;--blue:#0754a2;--orange:#ff8416;--red:#ef2938;--ink:#22283a;--muted:#667085;--line:#dce4ef;--soft:#f4f7fb;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:92px}body{color:var(--ink);background:#fff;margin:0;font-family:Tahoma,Noto Sans Thai,Arial,sans-serif;line-height:1.65}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1180px,100% - 40px);margin-inline:auto}.section{padding:88px 0}.eyebrow{color:var(--orange);letter-spacing:.11em;margin:0 0 10px;font-size:13px;font-weight:800}h1,h2,h3,p{margin-top:0}h1,h2,h3{color:var(--navy);line-height:1.25}h2{letter-spacing:-.035em;margin-bottom:16px;font-size:clamp(30px,3vw,44px)}.section-heading>p:last-child{max-width:680px;color:var(--muted);font-size:17px}.section-heading.centered{text-align:center}.section-heading.centered>p:last-child{margin-inline:auto}.button{border-radius:999px;justify-content:center;align-items:center;gap:10px;min-height:48px;padding:11px 22px;font-weight:800;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button-primary{background:linear-gradient(135deg,var(--orange),#ff6317);color:#fff;box-shadow:0 9px 22px #ff841633}.button-outline{border:1.5px solid var(--navy);color:var(--navy);background:#fff}.button-outline:hover{background:var(--navy);color:#fff}.site-header{z-index:50;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffe;border-bottom:1px solid #e9eef5;position:sticky;top:0}.header-inner{align-items:center;gap:32px;height:82px;display:flex}.brand img{width:225px}.header-inner nav{color:#3e4454;align-items:center;gap:27px;margin-left:auto;font-size:14px;font-weight:700;display:flex}.header-inner nav a:hover{color:var(--orange)}.header-cta{min-height:43px;padding:8px 19px;font-size:14px}.hero{background:linear-gradient(#eaf8ff,#fff)}.hero-banner{aspect-ratio:2048/553;background:url(/travel-hero.jpg) 50%/cover no-repeat;width:100%}.mobile-hero-copy{display:none}.trust-strip{z-index:2;border-bottom:1px solid var(--line);background:#fff;position:relative;box-shadow:0 12px 35px #17205b0d}.trust-grid{grid-template-columns:repeat(4,1fr);padding:24px 0;display:grid}.trust-grid>div{border-right:1px solid var(--line);justify-content:center;align-items:center;gap:13px;display:flex}.trust-grid>div:last-child{border:0}.trust-grid span{width:42px;height:42px;color:var(--blue);background:#edf4ff;border-radius:50%;place-items:center;font-weight:900;display:grid}.trust-grid p{color:var(--muted);margin:0;font-size:13px}.trust-grid strong{color:var(--navy);font-size:15px}.benefits-section{background:#fff}.benefit-grid{grid-template-columns:repeat(4,1fr);gap:18px;margin-top:42px;display:grid}.benefit-card{border:1px solid var(--line);background:#fff;border-radius:22px;padding:28px 24px;box-shadow:0 12px 34px #10145a0a}.benefit-card .icon{width:52px;height:52px;color:var(--navy);background:#eef4ff;border-radius:16px;place-items:center;font-size:24px;font-weight:900;display:grid}.benefit-card:nth-child(2) .icon,.benefit-card:nth-child(4) .icon{color:var(--orange);background:#fff2e8}.benefit-card h3{margin:22px 0 10px;font-size:19px}.benefit-card p{color:var(--muted);margin:0;font-size:14px}.plans-section{background:var(--soft)}.split-heading{grid-template-columns:1fr .85fr;align-items:end;gap:60px;display:grid}.plan-grid{grid-template-columns:repeat(5,1fr);gap:12px;margin-top:42px;display:grid}.plan-card{border:1px solid var(--line);background:#fff;border-radius:20px;padding:26px 19px 20px;position:relative;box-shadow:0 12px 25px #1712660b}.plan-card.popular{border:2px solid var(--orange);transform:translateY(-8px)}.popular-badge{background:var(--orange);color:#fff;border-radius:999px;padding:4px 12px;font-size:11px;font-weight:800;position:absolute;top:-14px;right:14px}.plan-card h3{margin-bottom:22px;font-size:17px}.plan-card .from{color:var(--muted);margin:0;font-size:12px}.plan-price{color:var(--navy);white-space:nowrap;font-size:12px}.plan-price strong{letter-spacing:-.03em;font-size:27px}.plan-card ul{border-top:1px solid var(--line);color:#50586a;min-height:115px;margin:20px 0;padding:18px 0 0;font-size:12px;list-style:none}.plan-card li{margin-bottom:8px}.plan-card li:before{content:"✓";color:var(--orange);margin-right:7px;font-weight:900}.plan-card .button{width:100%;min-height:42px;padding:7px 12px;font-size:13px}.comparison{border:1px solid var(--line);background:#fff;border-radius:18px;margin-top:34px;overflow:hidden}.comparison summary{cursor:pointer;color:var(--navy);padding:20px 24px;font-weight:800;list-style:none}.comparison summary:after{content:"＋";float:right}.comparison[open] summary:after{content:"−"}.table-scroll{border-top:1px solid var(--line);overflow-x:auto}table{border-collapse:collapse;width:100%;min-width:900px;font-size:13px}th,td{border-right:1px solid var(--line);border-bottom:1px solid var(--line);text-align:center;padding:14px 12px}thead th{background:var(--navy);color:#fff}tbody th{color:#3e4656;text-align:left;background:#f8faff;width:285px;font-weight:600}tbody td{color:var(--navy);font-weight:700}.table-note{color:var(--muted);margin:0;padding:15px 22px;font-size:11px}.how-section{background:#fff}.how-grid{grid-template-columns:.85fr 1.15fr;align-items:center;gap:90px;display:grid}.how-section .button{margin-top:16px}.steps{margin:0;padding:0;list-style:none}.steps li{border-bottom:1px solid var(--line);gap:20px;padding:25px 0;display:flex}.steps li:last-child{border:0}.steps>li>span{background:var(--navy);color:#fff;border-radius:50%;flex:0 0 48px;place-items:center;height:48px;font-weight:900;display:grid}.steps h3{margin:0 0 5px;font-size:19px}.steps p{color:var(--muted);margin:0}.faq-section{background:#fff}.faq-grid{grid-template-columns:.8fr 1.2fr;gap:80px;display:grid}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{cursor:pointer;color:var(--navy);padding:22px 38px 22px 0;font-weight:800;list-style:none;position:relative}.faq-list summary:after{content:"+";font-size:25px;font-weight:400;position:absolute;right:5px}.faq-list details[open] summary:after{content:"−"}.faq-list details p{color:var(--muted);margin:0;padding:0 35px 22px 0;font-size:14px}.final-cta{background:linear-gradient(135deg,var(--navy),#0754a2);color:#fff;padding:58px 0}.final-cta-inner{justify-content:space-between;align-items:center;gap:40px;display:flex}.final-cta h2{color:#fff;margin-bottom:7px}.final-cta p:not(.eyebrow){color:#dfe9ff;margin:0}.final-cta .button{color:var(--navy);box-shadow:none;background:#fff;flex:none}footer{background:#f5f7fa;padding:58px 0 26px}.footer-main{grid-template-columns:1.2fr .7fr .7fr 1.3fr;gap:45px;display:grid}.footer-main>img{width:220px}.footer-main h3{margin-bottom:12px;font-size:14px}.footer-main a,.footer-main p{color:var(--muted);margin-bottom:8px;font-size:12px;display:block}.footer-bottom{border-top:1px solid var(--line);color:#89909d;justify-content:space-between;margin-top:44px;padding-top:20px;font-size:11px;display:flex}.footer-bottom p{margin:0}.mobile-sticky-cta{display:none}@media (width<=1050px){.header-inner nav{display:none}.header-cta{margin-left:auto}.benefit-grid{grid-template-columns:repeat(2,1fr)}.plan-grid{grid-template-columns:repeat(3,1fr)}.plan-card.popular{transform:none}.footer-main{grid-template-columns:1fr 1fr}}@media (width<=720px){html{scroll-padding-top:72px}.container{width:min(100% - 30px,1180px)}.section{padding:64px 0}.site-header .header-inner{height:68px}.brand img{width:178px}.header-cta{display:none}.hero{padding-bottom:34px}.hero-banner{aspect-ratio:auto;background-position:0 0;background-size:auto 295px;height:295px}.mobile-hero-copy{padding-top:31px;display:block}.mobile-hero-copy h1{letter-spacing:-.04em;margin-bottom:13px;font-size:43px}.mobile-hero-copy>p:not(.eyebrow):not(.price-note){color:var(--muted)}.hero-actions{align-items:center;gap:19px;margin-top:23px;display:flex}.text-link{color:var(--navy);font-size:13px;font-weight:800}.price-note{color:var(--navy);margin:22px 0 0;font-size:13px}.price-note strong{color:var(--orange);font-size:20px}.trust-grid{grid-template-columns:1fr 1fr;gap:0;padding:0}.trust-grid>div{border-bottom:1px solid var(--line);justify-content:flex-start;padding:18px 12px}.trust-grid>div:nth-child(2){border-right:0}.trust-grid>div:nth-child(3),.trust-grid>div:nth-child(4){border-bottom:0}.trust-grid span{width:36px;height:36px}.trust-grid p{font-size:10px}.trust-grid strong{font-size:12px}.benefit-grid{grid-template-columns:1fr;gap:12px}.benefit-card{padding:23px}.split-heading,.how-grid,.faq-grid{grid-template-columns:1fr;gap:35px}.plan-grid{scroll-snap-type:x mandatory;margin-inline:-15px;padding:10px 15px 25px;display:flex;overflow-x:auto}.plan-card{scroll-snap-align:center;flex:0 0 77vw}.comparison{margin-top:12px}.how-section .section-heading .button{display:none}.final-cta{padding:45px 0 90px}.final-cta-inner{display:block}.final-cta .button{margin-top:22px}.footer-main{grid-template-columns:1fr 1fr;gap:30px}.footer-main>img{grid-column:1/-1}.footer-bottom{display:block}.mobile-sticky-cta{z-index:60;background:linear-gradient(135deg,var(--orange),#ff6419);color:#fff;border-radius:999px;justify-content:center;align-items:center;gap:14px;height:53px;font-weight:900;display:flex;position:fixed;bottom:12px;left:12px;right:12px;box-shadow:0 12px 30px #15115d55}.mobile-sticky-cta span{font-size:20px}}@media (width<=420px){.mobile-hero-copy h1{font-size:38px}.hero-banner{background-size:auto 245px;height:245px}.benefit-card{grid-template-columns:52px 1fr;column-gap:15px;display:grid}.benefit-card h3{margin:6px 0 8px}.benefit-card p{grid-column:2}.footer-main{grid-template-columns:1fr}.hero-actions{flex-direction:column;align-items:flex-start}.hero-actions .button{width:100%}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}@media (width<=720px){.hero{padding-bottom:12px}.hero-banner{aspect-ratio:780/664;background-image:url(/travel-hero-mobile.jpg);background-position:50%;background-size:cover;height:auto}.mobile-hero-copy{padding-top:10px}.mobile-hero-copy>.eyebrow,.mobile-hero-copy>h1,.mobile-hero-copy>p{display:none}.hero-actions{justify-content:flex-start;margin-top:0}.hero-actions .button{display:none}}@media (width<=420px){.hero-banner{aspect-ratio:780/664;background-size:cover;height:auto}}.benefit-card .benefit-limit{color:var(--navy);margin:-2px 0 10px;font-size:18px;line-height:1.35;display:block}@media (width<=420px){.benefit-card .benefit-heading{align-self:start;padding-top:2px}.benefit-card .benefit-heading h3{margin:0 0 2px}.benefit-card .benefit-limit{margin:0 0 7px}}.hero-banner{background:0 0;display:block;overflow:hidden}.hero-banner img{object-fit:cover;object-position:center;width:100%;height:100%}@media (width<=720px){.hero-banner{aspect-ratio:780/664;background:0 0;height:auto}}
