:root {
  --tc-blue: #0877e8;
  --tc-blue-dark: #0757ad;
  --tc-coral: #ff694d;
  --tc-ink: #082c36;
  --tc-muted: #62747a;
  --tc-soft: #f3f7fa;
  --tc-cream: #f4f1e9;
  --tc-line: #e1e9ed;
  --tc-white: #fff;
  --tc-shadow: 0 20px 55px rgba(8, 44, 54, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; overflow-x: hidden; background: #fff; }
body, button, input, select { font-family: var(--font-geist-sans), Inter, "Segoe UI", Arial, sans-serif; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible { outline: 3px solid rgba(8, 119, 232, .28); outline-offset: 3px; }
.tc-site { min-height: 100vh; overflow: clip; color: var(--tc-ink); background: #fff; line-height: 1.55; }
.tc-site a { color: inherit; text-decoration: none; }
.tc-site img { display: block; max-width: 100%; }
.tc-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.tc-kicker { display: inline-block; color: var(--tc-blue); font-size: 12px; font-weight: 850; letter-spacing: 1.8px; }
.tc-button { min-height: 48px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 0; border-radius: 999px; font-size: 13px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.tc-button:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(8, 44, 54, .14); }
.tc-button-coral { color: #fff !important; background: var(--tc-coral); }
.tc-button-blue { color: #fff !important; background: var(--tc-blue); }
.tc-button-dark { color: #fff !important; background: var(--tc-ink); }
.tc-button-outline { border: 1px solid #cfdadd; background: #fff; }

.tc-utility { min-height: 38px; background: #062e57; color: #fff; font-size: 11px; }
.tc-utility-inner, .tc-utility-left, .tc-utility-right { display: flex; align-items: center; }
.tc-utility-inner { min-height: 38px; justify-content: space-between; gap: 28px; }
.tc-utility-left, .tc-utility-right { gap: 24px; }
.tc-utility-left span { color: rgba(255,255,255,.66); }
.tc-utility button { padding: 0; border: 0; color: #fff; background: transparent; cursor: pointer; }
.tc-login-link { padding-left: 20px !important; border-left: 1px solid rgba(255,255,255,.2) !important; font-weight: 750; }

.tc-header { position: sticky; z-index: 50; top: 0; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(225,233,237,.88); backdrop-filter: blur(14px); }
.tc-header-inner { min-height: 76px; display: flex; align-items: center; gap: 18px; }
.tc-logo-link { flex: 0 0 auto; }
.tc-brand { display: inline-flex; align-items: center; min-height: 46px; }
.tc-brand-image { width: 205px; height: auto; }
.tc-brand-light .tc-brand-image { filter: brightness(0) invert(1); }
.tc-header-search { flex: 1 1 250px; max-width: 270px; min-width: 180px; height: 42px; display: flex; overflow: hidden; border: 1px solid #d9e2e7; border-radius: 10px; background: #f8fafc; transition: border-color .2s ease, box-shadow .2s ease; }
.tc-header-search:focus-within { border-color: rgba(8,119,232,.6); box-shadow: 0 0 0 3px rgba(8,119,232,.1); }
.tc-header-search input { width: 100%; min-width: 0; padding: 0 13px; border: 0; outline: 0; background: transparent; color: var(--tc-ink); font-size: 11px; }
.tc-header-search input::placeholder { color: #87979c; }
.tc-header-search button { width: 42px; flex: 0 0 42px; border: 0; background: var(--tc-blue); color: #fff; font-size: 19px; cursor: pointer; }
.tc-nav { margin-left: auto; }
.tc-nav-main { display: flex; align-items: center; gap: 18px; }
.tc-nav-main > a, .tc-tour-menu-trigger { position: relative; padding: 27px 0; border: 0; background: transparent; color: #27464e; font-size: 12px; font-weight: 760; cursor: pointer; white-space: nowrap; }
.tc-nav-main > a::after, .tc-tour-menu-trigger::after { content: ""; position: absolute; right: 50%; bottom: 19px; left: 50%; height: 2px; border-radius: 9px; background: var(--tc-coral); transition: .22s ease; }
.tc-nav-main > a:hover::after, .tc-tour-menu-trigger:hover::after { right: 0; left: 0; }
.tc-mobile-nav-extra { display: none; }
.tc-tour-menu-trigger span { margin-left: 3px; color: #8da0a5; font-size: 10px; }
.tc-header-actions { display: flex; align-items: center; gap: 10px; }
.tc-account-button { min-height: 40px; padding: 0 12px; border: 0; border-radius: 10px; background: #f1f6fa; color: #294b54; font-size: 12px; font-weight: 750; cursor: pointer; }
.tc-plan-button { min-height: 46px; }
.tc-mobile-menu { width: 43px; height: 43px; padding: 10px; display: none; flex-direction: column; justify-content: center; gap: 5px; border: 0; border-radius: 50%; background: #edf5fb; cursor: pointer; }
.tc-mobile-menu span { width: 100%; height: 2px; border-radius: 9px; background: var(--tc-ink); transition: .2s ease; }
.tc-mobile-menu.is-active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.tc-mobile-menu.is-active span:nth-child(2) { opacity: 0; }
.tc-mobile-menu.is-active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.tc-hero { position: relative; padding: 72px 0 42px; background: var(--tc-cream); isolation: isolate; }
.tc-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .6; background: radial-gradient(circle at 83% 18%, rgba(8,119,232,.18), transparent 26%), radial-gradient(circle at 15% 20%, rgba(255,105,77,.09), transparent 24%); }
.tc-hero-grid { min-height: 430px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 56px; }
.tc-hero-copy h1 { max-width: 560px; margin: 12px 0 20px; font-size: clamp(48px, 5vw, 72px); line-height: .98; letter-spacing: -4px; }
.tc-hero-copy h1 em { color: var(--tc-blue); font-style: normal; }
.tc-hero-copy > p { max-width: 540px; margin: 0; color: var(--tc-muted); font-size: 15px; }
.tc-trust-row { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 17px; color: #38565e; font-size: 11px; font-weight: 700; }
.tc-trust-row span::first-letter { color: #10a569; }
.tc-collage { position: relative; width: 100%; max-width: 590px; height: 400px; justify-self: end; }
.tc-photo { position: absolute; overflow: hidden; border: 5px solid #fff; border-radius: 18px; background: #dbe4e7; box-shadow: 0 20px 45px rgba(8,44,54,.12); }
.tc-photo img { width: 100%; height: 100%; object-fit: cover; }
.tc-photo-back { left: 2%; top: 130px; width: 245px; height: 235px; }
.tc-photo-top { left: 37%; top: 0; z-index: 2; width: 202px; height: 182px; }
.tc-photo-front { right: 0; bottom: 0; z-index: 3; width: 300px; height: 240px; }
.tc-collage-badge { position: absolute; z-index: 4; right: 228px; bottom: 8px; min-width: 128px; padding: 12px 16px; display: grid; border: 1px solid #e4ecef; border-radius: 14px; background: #fff; box-shadow: 0 15px 30px rgba(8,44,54,.12); }
.tc-collage-badge strong { font-size: 16px; }
.tc-collage-badge span { color: var(--tc-muted); font-size: 9px; }
.tc-search-wrap { position: relative; z-index: 8; margin-top: 34px; }
.tc-search { min-height: 84px; padding: 8px; display: grid; grid-template-columns: .95fr .95fr 1fr .86fr 1.15fr auto; align-items: stretch; gap: 4px; border: 1px solid #e9eef0; border-radius: 22px; background: #fff; box-shadow: var(--tc-shadow); }
.tc-search-field, .tc-traveller-trigger { min-width: 0; padding: 8px 14px; display: grid; grid-template-columns: 29px minmax(0, 1fr); align-items: center; gap: 8px; border: 1px solid transparent; border-right-color: #ebeff1; border-radius: 14px; background: #fff; transition: .2s ease; }
.tc-search-field:focus-within, .tc-traveller-field:focus-within .tc-traveller-trigger { border-color: rgba(8,119,232,.45); background: #f7fbff; box-shadow: inset 0 0 0 1px rgba(8,119,232,.08); }
.tc-search-field > span:last-of-type, .tc-traveller-trigger > span:nth-child(2) { min-width: 0; display: grid; }
.tc-field-icon { color: var(--tc-blue); font-size: 20px; text-align: center; }
.tc-search small, .tc-traveller-trigger small { color: #73858a; font-size: 10px; font-weight: 720; }
.tc-search input, .tc-search select { width: 100%; min-width: 0; padding: 2px 0 0; border: 0; outline: 0; background: transparent; color: var(--tc-ink); font-size: 12px; font-weight: 760; }
.tc-search select:disabled { color: #9aa8ac; cursor: not-allowed; }
.tc-search input::placeholder { color: #78898d; opacity: 1; }
.tc-traveller-field { position: relative; min-width: 0; }
.tc-traveller-trigger { width: 100%; height: 100%; grid-template-columns: 29px minmax(0,1fr) auto; border: 0; border-right: 1px solid #ebeff1; text-align: left; cursor: pointer; }
.tc-traveller-trigger strong { overflow: hidden; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.tc-traveller-trigger i { color: #78898d; font-size: 10px; font-style: normal; }
.tc-traveller-panel { position: absolute; z-index: 80; top: calc(100% + 15px); right: 0; width: 340px; padding: 22px; border: 1px solid var(--tc-line); border-radius: 18px; background: #fff; box-shadow: var(--tc-shadow); }
.tc-traveller-panel::before { content: ""; position: absolute; top: -7px; right: 42px; width: 12px; height: 12px; border-top: 1px solid var(--tc-line); border-left: 1px solid var(--tc-line); background: #fff; transform: rotate(45deg); }
.tc-traveller-panel > p { margin: 0 0 14px; color: var(--tc-muted); font-size: 11px; }
.tc-counter-row { padding: 14px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid #edf1f2; }
.tc-counter-row > span { display: grid; }
.tc-counter-row strong { font-size: 13px; }
.tc-counter-row small { font-size: 9px; }
.tc-counter-row > div { display: flex; align-items: center; gap: 11px; }
.tc-counter-row button { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid var(--tc-blue); border-radius: 50%; background: #fff; color: var(--tc-blue); font-size: 20px; cursor: pointer; }
.tc-counter-row button:disabled { border-color: #c9d3d6; color: #a8b5b8; cursor: not-allowed; }
.tc-counter-row b { min-width: 18px; text-align: center; }
.tc-traveller-done { width: 100%; min-height: 40px; margin-top: 8px; border: 0; border-radius: 10px; background: var(--tc-blue); color: #fff; font-size: 12px; font-weight: 800; cursor: pointer; }
.tc-search-submit { min-width: 142px; border: 0; border-radius: 17px; background: var(--tc-blue); color: #fff; font-size: 13px; font-weight: 820; cursor: pointer; transition: .2s ease; }
.tc-search-submit:hover { background: var(--tc-blue-dark); }
.tc-search-submit span { margin-right: 4px; font-size: 19px; }

.tc-quick-services { padding: 72px 0 30px; background: #fff; }
.tc-service-row { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid var(--tc-line); border-radius: 18px; box-shadow: 0 10px 30px rgba(8,44,54,.05); }
.tc-service-row a { min-height: 98px; padding: 20px; display: grid; grid-template-columns: 42px 1fr; align-content: center; column-gap: 12px; border-right: 1px solid var(--tc-line); transition: background .2s ease; }
.tc-service-row a:last-child { border: 0; }
.tc-service-row a:hover { background: #f6faff; }
.tc-service-row a > span { grid-row: span 2; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; background: #edf6ff; color: var(--tc-blue); font-size: 19px; }
.tc-service-row strong { align-self: end; font-size: 13px; }
.tc-service-row small { color: var(--tc-muted); font-size: 9px; }

.tc-section { padding: 96px 0; }
.tc-section-head { margin-bottom: 38px; display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.tc-section-head h2, .tc-about-copy h2, .tc-app-copy h2 { margin: 7px 0 8px; font-size: clamp(34px, 4vw, 50px); line-height: 1.06; letter-spacing: -2.3px; }
.tc-section-head p { margin: 0; color: var(--tc-muted); font-size: 13px; }
.tc-slider-arrows { display: flex; gap: 10px; }
.tc-slider-arrows button { width: 45px; height: 45px; display: grid; place-items: center; border: 1px solid rgba(255,105,77,.55); border-radius: 50%; background: #fff; color: var(--tc-coral); cursor: pointer; }
.tc-slider-arrows button:last-child { border-color: var(--tc-coral); background: var(--tc-coral); color: #fff; }
.tc-destination-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.tc-destination-card > a { position: relative; height: 330px; display: block; overflow: hidden; border-radius: 18px; background: #dce5e7; }
.tc-destination-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.tc-destination-card > a:hover img { transform: scale(1.05); }
.tc-destination-card > a::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(3,31,37,.92)); }
.tc-rating { position: absolute; z-index: 2; top: 14px; left: 14px; padding: 5px 10px; border-radius: 999px; background: #fff; color: var(--tc-coral); font-size: 10px; font-weight: 850; }
.tc-destination-card div { position: absolute; z-index: 2; right: 18px; bottom: 17px; left: 18px; color: #fff; }
.tc-destination-card div small { font-size: 10px; opacity: .75; }
.tc-destination-card h3 { margin: 2px 0 9px; font-size: 20px; }
.tc-destination-card div span { font-size: 10px; font-weight: 800; }

.tc-tours { background: var(--tc-soft); }
.tc-section-head-center { justify-content: center; text-align: center; }
.tc-section-head-center p { max-width: 690px; }
.tc-tour-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.tc-tour-card { position: relative; overflow: hidden; border: 1px solid #e5ecef; border-radius: 20px; background: #fff; box-shadow: 0 13px 35px rgba(8,44,54,.06); transition: transform .25s ease, box-shadow .25s ease; }
.tc-tour-card:hover { transform: translateY(-5px); box-shadow: 0 22px 45px rgba(8,44,54,.12); }
.tc-save-tour { position: absolute; z-index: 3; top: 15px; right: 15px; width: 38px; height: 38px; border: 0; border-radius: 50%; background: rgba(255,255,255,.94); color: var(--tc-ink); font-size: 20px; cursor: pointer; }
.tc-save-tour.is-saved { color: var(--tc-coral); }
.tc-tour-image { position: relative; width: 100%; height: 240px; padding: 0; display: block; overflow: hidden; border: 0; background: #dce5e7; text-align: left; cursor: pointer; }
.tc-tour-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.tc-tour-card:hover .tc-tour-image img { transform: scale(1.05); }
.tc-tour-image > span { position: absolute; top: 15px; left: 15px; padding: 6px 11px; border-radius: 999px; background: var(--tc-coral); color: #fff; font-size: 9px; font-weight: 800; }
.tc-tour-body { padding: 22px; }
.tc-tour-meta { display: flex; justify-content: space-between; gap: 12px; color: #78888d; font-size: 10px; }
.tc-tour-meta span:first-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.tc-tour-meta span:last-child { color: #f0a118; }
.tc-tour-body h3 { min-height: 52px; margin: 10px 0 18px; font-size: 19px; line-height: 1.35; }
.tc-tour-body h3 button { padding: 0; border: 0; background: transparent; color: var(--tc-ink); font: inherit; font-weight: 800; text-align: left; cursor: pointer; }
.tc-tour-bottom { padding-top: 15px; display: flex; align-items: end; justify-content: space-between; border-top: 1px solid var(--tc-line); color: var(--tc-muted); font-size: 11px; }
.tc-tour-bottom strong { color: var(--tc-blue); font-size: 24px; line-height: 1; }
.tc-tour-bottom small { margin-right: 5px; color: #849398; font-size: 8px; }
.tc-tour-cta { width: 100%; margin-top: 18px; min-height: 42px; padding: 0 14px; display: flex; align-items: center; justify-content: space-between; border: 0; border-radius: 11px; background: #edf6ff; color: var(--tc-blue) !important; font-size: 11px; font-weight: 820; cursor: pointer; }

.tc-about { background: #fff; }
.tc-about-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 88px; }
.tc-about-visual { position: relative; min-height: 500px; }
.tc-about-main { width: 83%; height: 450px; object-fit: cover; border-radius: 22px; }
.tc-about-small { position: absolute; right: 0; bottom: 0; width: 48%; height: 210px; object-fit: cover; border: 8px solid #fff; border-radius: 20px; }
.tc-experience { position: absolute; top: 38px; right: 2px; width: 132px; height: 132px; padding: 18px; display: grid; align-content: center; border-radius: 50%; background: var(--tc-coral); color: #fff; text-align: center; box-shadow: 0 15px 30px rgba(255,105,77,.28); }
.tc-experience strong { font-size: 31px; line-height: 1; }
.tc-experience span { font-size: 9px; }
.tc-about-copy > p { color: var(--tc-muted); font-size: 14px; }
.tc-benefit-list { margin: 26px 0 32px; display: grid; gap: 10px; }
.tc-benefit-list > span { padding: 13px 0; display: grid; grid-template-columns: 35px 1fr; column-gap: 10px; border-bottom: 1px solid var(--tc-line); }
.tc-benefit-list b { grid-row: span 2; color: var(--tc-blue); font-size: 11px; }
.tc-benefit-list strong { font-size: 13px; }
.tc-benefit-list small { color: var(--tc-muted); font-size: 10px; }

.tc-esim-section { padding: 105px 0; background: #f3f7fb; }
.tc-esim-card { overflow: hidden; display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; border: 1px solid #dce7ee; border-radius: 28px; background: #fff; box-shadow: 0 24px 65px rgba(8,44,54,.1); }
.tc-esim-copy { padding: 56px; }
.tc-esim-copy h2 { margin: 9px 0 18px; font-size: clamp(38px,4.3vw,58px); line-height: 1.02; letter-spacing: -3px; }
.tc-esim-copy > p { max-width: 480px; color: var(--tc-muted); font-size: 14px; }
.tc-esim-points { margin: 28px 0; display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.tc-esim-points span { padding-right: 12px; display: grid; border-right: 1px solid var(--tc-line); }
.tc-esim-points span:last-child { border: 0; }
.tc-esim-points b { font-size: 17px; }
.tc-esim-points small { color: var(--tc-muted); font-size: 9px; }
.tc-esim-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; }
.tc-esim-link { color: var(--tc-blue) !important; font-size: 11px; font-weight: 800; }
.tc-esim-visual { height: 100%; min-height: 510px; background: #e9edf1; }
.tc-esim-visual img { width: 100%; height: 100%; object-fit: contain; object-position: center; }

.tc-app-section { padding: 100px 0; background: linear-gradient(120deg, #073a68, #0877e8); color: #fff; }
.tc-app-card { min-height: 470px; display: grid; grid-template-columns: 1fr 410px; align-items: center; gap: 80px; }
.tc-app-copy .tc-kicker { color: #a9d5ff; }
.tc-app-copy h2 { max-width: 620px; }
.tc-app-copy > p { max-width: 600px; color: rgba(255,255,255,.74); font-size: 14px; }
.tc-app-features { margin: 25px 0 30px; display: flex; flex-wrap: wrap; gap: 10px 20px; font-size: 11px; }
.tc-app-copy > small { margin-left: 12px; color: rgba(255,255,255,.6); font-size: 9px; }
.tc-app-phone { width: 300px; min-height: 430px; margin: auto; padding: 40px 20px 22px; border: 9px solid #092d46; border-radius: 38px; background: #f5f8fa; color: var(--tc-ink); box-shadow: 0 30px 65px rgba(0,0,0,.28); transform: rotate(3deg); }
.tc-app-phone::before { content: ""; position: absolute; top: 13px; left: 50%; width: 74px; height: 14px; border-radius: 99px; background: #092d46; transform: translateX(-50%); }
.tc-app-phone-top { padding-bottom: 18px; border-bottom: 1px solid var(--tc-line); }
.tc-app-phone .tc-brand-image { width: 190px; }
.tc-mini-card { margin-top: 18px; overflow: hidden; border-radius: 15px; background: #fff; box-shadow: 0 10px 25px rgba(8,44,54,.08); }
.tc-mini-card img { width: 100%; height: 145px; object-fit: cover; }
.tc-mini-card > span { padding: 13px; display: grid; }
.tc-mini-card small { color: var(--tc-blue); font-size: 8px; font-weight: 850; text-transform: uppercase; }
.tc-mini-card strong { font-size: 13px; }
.tc-mini-card em { margin-top: 8px; color: var(--tc-blue); font-size: 9px; font-style: normal; font-weight: 800; }
.tc-mini-support { margin-top: 15px; padding: 13px; display: flex; gap: 10px; border-radius: 13px; background: #eaf6ef; }
.tc-mini-support b { color: #0aad66; }
.tc-mini-support span { display: grid; }
.tc-mini-support strong { font-size: 11px; }
.tc-mini-support small { color: var(--tc-muted); font-size: 8px; }

.tc-news-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; }
.tc-news-grid article { overflow: hidden; border: 1px solid var(--tc-line); border-radius: 18px; background: #fff; }
.tc-news-grid article > a { height: 220px; display: block; overflow: hidden; }
.tc-news-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.tc-news-grid article:hover img { transform: scale(1.05); }
.tc-news-grid article > div { padding: 22px; }
.tc-news-grid article > div > span { color: var(--tc-blue); font-size: 9px; font-weight: 850; letter-spacing: 1px; }
.tc-news-grid h3 { min-height: 54px; margin: 7px 0 18px; font-size: 18px; line-height: 1.4; }
.tc-news-grid article > div > a { font-size: 11px; font-weight: 820; }

.tc-recommendations { padding: 70px 0; background: #f4f7fa; border-top: 1px solid var(--tc-line); }
.tc-recommendations h2 { margin: 0 0 22px; font-size: 27px; letter-spacing: -1.1px; }
.tc-rec-tabs { display: flex; flex-wrap: wrap; gap: 9px; }
.tc-rec-tabs button { min-height: 38px; padding: 0 16px; border: 1px solid #dce5e9; border-radius: 9px; background: #fff; color: #39565e; font-size: 11px; font-weight: 750; cursor: pointer; }
.tc-rec-tabs button.is-active { border-color: var(--tc-ink); background: var(--tc-ink); color: #fff; }
.tc-rec-links { margin-top: 15px; padding: 20px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0 22px; border: 1px solid var(--tc-line); border-radius: 14px; background: #fff; box-shadow: 0 8px 20px rgba(8,44,54,.04); }
.tc-rec-links a { padding: 9px 0; display: flex; justify-content: space-between; gap: 10px; border-bottom: 1px solid #eef2f3; color: #284850; font-size: 11px; }
.tc-rec-links a:hover { color: var(--tc-blue); }

.tc-newsletter { padding: 50px 0; background: var(--tc-blue); color: #fff; }
.tc-newsletter > div { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.tc-newsletter span { color: rgba(255,255,255,.7); font-size: 9px; font-weight: 850; letter-spacing: 1.6px; }
.tc-newsletter h2 { margin: 5px 0 0; font-size: 35px; letter-spacing: -1.6px; }
.tc-footer { padding: 76px 0 0; background: #072b35; color: #fff; }
.tc-footer-grid { display: grid; grid-template-columns: 1.55fr repeat(4, 1fr); gap: 48px; }
.tc-footer-brand > p { max-width: 300px; color: rgba(255,255,255,.62); font-size: 12px; }
.tc-footer-brand > a:not(:first-child) { color: #fff; font-size: 11px; font-weight: 720; }
.tc-footer-grid > div:not(.tc-footer-brand) { display: flex; flex-direction: column; gap: 10px; }
.tc-footer-grid h3 { margin: 5px 0 12px; font-size: 14px; }
.tc-footer-grid > div:not(.tc-footer-brand) a, .tc-footer-grid > div:not(.tc-footer-brand) button { padding: 0; border: 0; background: transparent; color: rgba(255,255,255,.62); font-size: 11px; text-align: left; cursor: pointer; }
.tc-footer-grid a:hover, .tc-footer-grid button:hover { color: #fff !important; }
.tc-footer-socials { margin-top: 18px; display: flex; gap: 8px; }
.tc-footer-socials a { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.tc-footer-trust { margin-top: 52px; padding: 18px 0; display: flex; align-items: center; gap: 10px; border-top: 1px solid rgba(255,255,255,.12); }
.tc-footer-trust span { margin-right: 8px; color: rgba(255,255,255,.5); font-size: 9px; }
.tc-footer-trust b { padding: 6px 9px; border-radius: 5px; background: #fff; color: #243f48; font-size: 8px; }
.tc-footer-trust i { margin-left: auto; color: rgba(255,255,255,.5); font-size: 9px; font-style: normal; }
.tc-footer-bottom { padding: 19px 0 22px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.42); font-size: 9px; }

.tc-back-top { position: fixed; z-index: 55; right: 22px; bottom: 102px; width: 42px; height: 42px; border: 0; border-radius: 50%; background: #fff; color: var(--tc-ink); box-shadow: 0 15px 32px rgba(8,44,54,.2); font-size: 18px; cursor: pointer; }
.tc-genie-launcher { position: fixed; z-index: 65; right: 18px; bottom: 20px; min-height: 70px; padding: 6px 16px 6px 7px; display: flex; align-items: center; gap: 8px; border: 0; border-radius: 999px; background: #fff; color: var(--tc-ink); box-shadow: 0 18px 42px rgba(8,44,54,.24); cursor: pointer; }
.tc-genie-launcher img { width: 56px; height: 56px; object-fit: contain; }
.tc-genie-launcher > span { display: grid; text-align: left; }
.tc-genie-launcher strong { font-size: 11px; }
.tc-genie-launcher small { color: var(--tc-blue); font-size: 8px; }
.tc-genie-panel { position: fixed; z-index: 90; right: 18px; bottom: 98px; width: min(390px, calc(100% - 28px)); overflow: hidden; border: 1px solid #dce7ee; border-radius: 22px; background: #fff; box-shadow: 0 26px 70px rgba(8,44,54,.24); }
.tc-genie-head { min-height: 78px; padding: 9px 12px; display: grid; grid-template-columns: 58px 1fr 36px; align-items: center; gap: 8px; background: linear-gradient(120deg,#062e57,#0877e8); color: #fff; }
.tc-genie-head img { width: 56px; height: 56px; object-fit: contain; }
.tc-genie-head > span { display: grid; }
.tc-genie-head strong { font-size: 13px; }
.tc-genie-head small { color: rgba(255,255,255,.72); font-size: 9px; }
.tc-genie-head button { width: 34px; height: 34px; border: 0; border-radius: 50%; background: rgba(255,255,255,.14); color: #fff; font-size: 20px; cursor: pointer; }
.tc-genie-messages { max-height: 260px; padding: 16px; display: grid; gap: 9px; overflow: auto; background: #f5f8fb; }
.tc-genie-messages p { max-width: 88%; margin: 0; padding: 10px 12px; border-radius: 13px 13px 13px 3px; background: #fff; color: #36525a; box-shadow: 0 5px 16px rgba(8,44,54,.06); font-size: 11px; }
.tc-genie-messages p.is-user { margin-left: auto; border-radius: 13px 13px 3px 13px; background: var(--tc-blue); color: #fff; }
.tc-genie-chips { padding: 12px 14px 4px; display: flex; gap: 6px; overflow-x: auto; }
.tc-genie-chips button { flex: 0 0 auto; min-height: 30px; padding: 0 10px; border: 1px solid #cfe1f1; border-radius: 999px; background: #fff; color: var(--tc-blue); font-size: 9px; font-weight: 760; cursor: pointer; }
.tc-genie-form { margin: 8px 14px; display: flex; overflow: hidden; border: 1px solid #cbd9df; border-radius: 12px; }
.tc-genie-form input { min-width: 0; flex: 1; padding: 0 12px; border: 0; outline: 0; font-size: 11px; }
.tc-genie-form button { width: 44px; height: 42px; border: 0; background: var(--tc-blue); color: #fff; font-size: 18px; cursor: pointer; }
.tc-genie-note { padding: 0 14px 13px; display: block; color: #849499; font-size: 8px; }

.tc-drawer-overlay, .tc-modal-overlay { position: fixed; z-index: 100; inset: 0; display: flex; justify-content: flex-end; }
.tc-modal-overlay { align-items: center; justify-content: center; padding: 20px; }
.tc-overlay-backdrop { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(4,27,33,.66); backdrop-filter: blur(5px); }
.tc-tour-drawer, .tc-support-panel { position: relative; width: min(455px, 100%); height: 100%; padding: 34px; overflow: auto; background: #fff; box-shadow: -20px 0 70px rgba(0,0,0,.18); }
.tc-drawer-head { margin-bottom: 45px; display: flex; align-items: center; justify-content: space-between; }
.tc-drawer-head > button, .tc-panel-close { width: 42px; height: 42px; display: grid; place-items: center; border: 0; border-radius: 50%; background: #edf3f5; color: var(--tc-ink); font-size: 24px; cursor: pointer; }
.tc-tour-drawer h2, .tc-support-panel h2, .tc-login-modal h2, .tc-checkout-modal h2 { margin: 6px 0 25px; font-size: 36px; line-height: 1.1; letter-spacing: -1.8px; }
.tc-tour-drawer nav { margin-bottom: 25px; display: grid; }
.tc-tour-drawer nav a, .tc-support-panel > a { padding: 14px 0; display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 12px; border-bottom: 1px solid var(--tc-line); }
.tc-tour-drawer nav b, .tc-support-panel > a > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; background: #edf6ff; color: var(--tc-blue); font-size: 18px; }
.tc-tour-drawer nav span, .tc-support-panel > a div { display: grid; }
.tc-tour-drawer nav strong, .tc-support-panel > a strong { font-size: 12px; }
.tc-tour-drawer nav small, .tc-support-panel > a small { color: var(--tc-muted); font-size: 9px; }
.tc-tour-drawer nav em, .tc-support-panel > a em { color: var(--tc-coral); font-style: normal; }
.tc-support-panel { padding-top: 64px; }
.tc-support-panel .tc-panel-close { position: absolute; top: 18px; right: 18px; }
.tc-support-panel > p { margin: -12px 0 20px; color: var(--tc-muted); font-size: 12px; }
.tc-support-hours { margin-top: 25px; padding: 15px; display: flex; gap: 10px; border-radius: 13px; background: #eaf8ef; }
.tc-support-hours > b { color: #08a963; }
.tc-support-hours span { display: grid; }
.tc-support-hours strong { font-size: 11px; }
.tc-support-hours small { color: var(--tc-muted); font-size: 9px; }
.tc-login-modal, .tc-checkout-modal { position: relative; width: min(500px, 100%); max-height: calc(100vh - 32px); padding: 38px; overflow: auto; border-radius: 22px; background: #fff; box-shadow: var(--tc-shadow); }
.tc-login-modal .tc-panel-close, .tc-checkout-modal .tc-panel-close { position: absolute; top: 16px; right: 16px; }
.tc-login-modal > .tc-brand { margin-bottom: 28px; }
.tc-login-modal > p { margin: -12px 0 24px; color: var(--tc-muted); font-size: 12px; }
.tc-login-modal label { margin-bottom: 15px; display: grid; gap: 6px; }
.tc-login-modal label span { font-size: 10px; font-weight: 750; }
.tc-login-modal input { width: 100%; min-height: 48px; padding: 0 13px; border: 1px solid #cedadd; border-radius: 11px; }
.tc-login-modal form > .tc-button { width: 100%; }
.tc-login-status { margin: 12px 0 0 !important; padding: 10px 12px; border-radius: 9px; background: #eaf6ef; color: #17623d !important; font-size: 9px !important; }
.tc-login-modal > small { margin: 16px 0 10px; display: block; color: var(--tc-muted); font-size: 9px; text-align: center; }
.tc-text-button { width: 100%; padding: 6px; border: 0; background: transparent; color: var(--tc-blue); font-size: 10px; font-weight: 750; cursor: pointer; }
.tc-account-links { display: grid; border-top: 1px solid var(--tc-line); }
.tc-account-links a, .tc-account-links button { min-height: 50px; padding: 0 3px; display: flex; align-items: center; justify-content: space-between; border: 0; border-bottom: 1px solid var(--tc-line); background: #fff; color: var(--tc-ink); font-size: 12px; font-weight: 750; cursor: pointer; }
.tc-account-links button { color: #c84835; }
.tc-checkout-tour { padding: 12px; display: grid; grid-template-columns: 68px 1fr auto; align-items: center; gap: 12px; border-radius: 14px; background: #f4f8fa; }
.tc-checkout-tour img { width: 68px; height: 58px; object-fit: cover; border-radius: 9px; }
.tc-checkout-tour > span { display: grid; }
.tc-checkout-tour strong { font-size: 12px; }
.tc-checkout-tour small { color: var(--tc-muted); font-size: 9px; }
.tc-checkout-tour > b { color: var(--tc-blue); font-size: 16px; }
.tc-checkout-summary { margin: 18px 0; display: grid; }
.tc-checkout-summary span { padding: 10px 0; display: flex; justify-content: space-between; border-bottom: 1px solid var(--tc-line); color: var(--tc-muted); font-size: 10px; }
.tc-checkout-summary b { color: var(--tc-ink); }
.tc-checkout-modal fieldset { margin: 0 0 18px; padding: 0; display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; border: 0; }
.tc-checkout-modal legend { margin-bottom: 8px; color: var(--tc-muted); font-size: 10px; font-weight: 750; }
.tc-checkout-modal fieldset label { min-height: 45px; padding: 0 10px; display: flex; align-items: center; gap: 7px; border: 1px solid #d7e2e7; border-radius: 10px; font-size: 10px; font-weight: 750; cursor: pointer; }
.tc-checkout-modal > .tc-button { width: 100%; }
.tc-checkout-modal > small { margin-top: 12px; display: block; color: var(--tc-muted); font-size: 8px; text-align: center; }
.tc-payment-status { padding: 11px; border-radius: 10px; background: #eaf6ef; color: #17623d; font-size: 9px; }

@media (max-width: 1080px) {
  .tc-header-inner { gap: 12px; }
  .tc-brand-image { width: 170px; }
  .tc-header-search { max-width: 220px; min-width: 145px; }
  .tc-nav-main { gap: 17px; }
  .tc-nav-main > a, .tc-tour-menu-trigger { font-size: 11px; }
  .tc-plan-button { display: none; }
  .tc-hero-grid { grid-template-columns: .86fr 1.14fr; gap: 30px; }
  .tc-search { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .tc-search-submit { min-height: 55px; grid-column: 1 / -1; }
  .tc-service-row a { padding-inline: 13px; }
  .tc-about-grid { gap: 55px; }
  .tc-footer-grid { grid-template-columns: 1.4fr repeat(3,1fr); }
  .tc-footer-grid > div:last-child { grid-column: 2 / -1; }
}

@media (max-width: 860px) {
  html { scroll-padding-top: 72px; }
  .tc-utility { display: none; }
  .tc-header-inner { min-height: 72px; gap: 8px; }
  .tc-logo-link { order: 2; }
  .tc-brand-image { width: 126px; }
  .tc-header-search { order: 3; max-width: none; min-width: 0; height: 40px; }
  .tc-header-search input { padding-inline: 10px; }
  .tc-header-search button { width: 40px; flex-basis: 40px; }
  .tc-nav { position: absolute; z-index: 70; top: 100%; right: 0; left: 0; max-height: calc(100vh - 72px); margin: 0; padding: 0 20px 28px; display: none; overflow: auto; border-top: 1px solid var(--tc-line); background: #fff; box-shadow: 0 20px 35px rgba(8,44,54,.12); }
  .tc-nav.is-open { display: block; }
  .tc-nav-main { padding: 4px 0 14px; display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }
  .tc-nav-main > a, .tc-tour-menu-trigger { width: 100%; padding: 14px 4px; border-bottom: 1px solid #edf1f2; text-align: left; }
  .tc-nav-main > a::after, .tc-tour-menu-trigger::after { display: none; }
  .tc-mobile-nav-extra { display: grid; }
  .tc-mobile-nav-title { padding: 17px 4px 7px; color: #74878d; font-size: 9px; font-weight: 850; letter-spacing: 1.3px; text-transform: uppercase; }
  .tc-mobile-nav-extra > a, .tc-mobile-nav-extra > button { width: 100%; min-height: 62px; padding: 9px 4px; display: grid; grid-template-columns: 40px 1fr auto; align-items: center; gap: 11px; border: 0; border-bottom: 1px solid #edf1f2; background: #fff; color: var(--tc-ink); text-align: left; cursor: pointer; }
  .tc-mobile-nav-extra > a > b, .tc-mobile-nav-extra > button > b { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; background: #edf6ff; color: var(--tc-blue); font-size: 16px; }
  .tc-mobile-nav-extra > a > span, .tc-mobile-nav-extra > button > span { display: grid; font-size: 12px; font-weight: 800; }
  .tc-mobile-nav-extra small { color: var(--tc-muted); font-size: 9px; font-weight: 500; }
  .tc-mobile-nav-extra em { color: var(--tc-blue); font-style: normal; }
  .tc-mobile-payment-line { margin-top: 18px; padding: 14px; display: flex; align-items: center; flex-wrap: wrap; gap: 7px; border-radius: 12px; background: #f4f7fa; }
  .tc-mobile-payment-line span { width: 100%; color: var(--tc-muted); font-size: 9px; font-weight: 750; }
  .tc-mobile-payment-line b { padding: 5px 7px; border: 1px solid #dce5e9; border-radius: 5px; background: #fff; font-size: 8px; }
  .tc-mobile-menu { order: 1; display: flex; flex: 0 0 43px; }
  .tc-header-actions { order: 4; }
  .tc-hero { padding-top: 50px; }
  .tc-hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .tc-hero-copy { text-align: center; }
  .tc-hero-copy h1, .tc-hero-copy > p { margin-inline: auto; }
  .tc-trust-row { justify-content: center; }
  .tc-collage { width: min(590px, 100%); justify-self: center; }
  .tc-search { grid-template-columns: 1fr 1fr; }
  .tc-search-submit { grid-column: 1 / -1; }
  .tc-quick-services { padding-top: 42px; }
  .tc-service-row { grid-template-columns: 1fr 1fr; }
  .tc-service-row a:nth-child(2) { border-right: 0; }
  .tc-service-row a:nth-child(-n+2) { border-bottom: 1px solid var(--tc-line); }
  .tc-destination-grid { grid-template-columns: 1fr 1fr; }
  .tc-tour-grid, .tc-news-grid { grid-template-columns: 1fr 1fr; }
  .tc-tour-card:last-child, .tc-news-grid article:last-child { grid-column: 1 / -1; width: calc(50% - 12px); justify-self: center; }
  .tc-about-grid { grid-template-columns: 1fr; gap: 55px; }
  .tc-about-visual { width: min(620px,100%); margin-inline: auto; }
  .tc-esim-card { grid-template-columns: 1fr; }
  .tc-esim-copy { padding: 45px; }
  .tc-esim-visual { min-height: 430px; }
  .tc-app-card { grid-template-columns: 1fr 330px; gap: 45px; }
  .tc-rec-links { grid-template-columns: 1fr 1fr; }
  .tc-footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .tc-footer-grid > div:last-child { grid-column: auto; }
  .tc-footer-grid > div:nth-child(4), .tc-footer-grid > div:nth-child(5) { grid-column: span 1; }
}

@media (max-width: 620px) {
  .tc-container { width: min(100% - 28px, 1180px); }
  .tc-header-inner { gap: 6px; }
  .tc-mobile-menu { width: 38px; height: 38px; flex-basis: 38px; padding: 9px; }
  .tc-brand-image { width: 108px; }
  .tc-header-search { height: 38px; border-radius: 9px; }
  .tc-header-search input { padding-inline: 7px; font-size: 10px; }
  .tc-header-search button { width: 35px; flex-basis: 35px; font-size: 17px; }
  .tc-account-button { width: 36px; min-height: 38px; padding: 0; }
  .tc-account-button span { display: none; }
  .tc-hero { padding-top: 38px; }
  .tc-hero-copy h1 { font-size: clamp(42px, 13vw, 56px); letter-spacing: -3px; }
  .tc-hero-copy > p { max-width: 350px; font-size: 13px; }
  .tc-trust-row { gap: 7px 13px; font-size: 9px; }
  .tc-collage { height: 310px; }
  .tc-photo-back { left: 0; top: 82px; width: 46%; height: 185px; }
  .tc-photo-top { left: 33%; width: 40%; height: 145px; }
  .tc-photo-front { right: 0; width: 54%; height: 185px; }
  .tc-collage-badge { right: auto; bottom: 4px; left: 31%; min-width: 115px; padding: 9px 12px; }
  .tc-search-wrap { width: calc(100% - 28px); margin-top: 30px; }
  .tc-search { grid-template-columns: 1fr; border-radius: 18px; }
  .tc-search-field, .tc-traveller-trigger { min-height: 64px; border-right-color: transparent; border-bottom: 1px solid #ebeff1; }
  .tc-search-submit { grid-column: auto; min-height: 56px; }
  .tc-traveller-panel { position: fixed; right: 14px; bottom: 14px; left: 14px; top: auto; width: auto; max-height: calc(100vh - 28px); overflow: auto; }
  .tc-traveller-panel::before { display: none; }
  .tc-quick-services { padding-top: 36px; }
  .tc-service-row { grid-template-columns: 1fr; }
  .tc-service-row a { border-right: 0; border-bottom: 1px solid var(--tc-line); }
  .tc-service-row a:last-child { border-bottom: 0; }
  .tc-section { padding: 70px 0; }
  .tc-section-head { align-items: flex-start; }
  .tc-section-head h2, .tc-about-copy h2, .tc-app-copy h2 { font-size: 35px; letter-spacing: -1.7px; }
  .tc-slider-arrows { display: none; }
  .tc-destination-grid, .tc-tour-grid, .tc-news-grid { grid-template-columns: 1fr; }
  .tc-destination-card > a { height: 340px; }
  .tc-tour-card:last-child, .tc-news-grid article:last-child { grid-column: auto; width: 100%; }
  .tc-about-visual { min-height: 405px; }
  .tc-about-main { width: 91%; height: 360px; }
  .tc-about-small { width: 52%; height: 165px; }
  .tc-experience { top: 18px; width: 112px; height: 112px; }
  .tc-esim-section { padding: 70px 0; }
  .tc-esim-card { border-radius: 20px; }
  .tc-esim-copy { padding: 34px 22px; }
  .tc-esim-copy h2 { font-size: 38px; letter-spacing: -2px; }
  .tc-esim-points { grid-template-columns: 1fr; }
  .tc-esim-points span { padding: 8px 0; grid-template-columns: 80px 1fr; align-items: center; border-right: 0; border-bottom: 1px solid var(--tc-line); }
  .tc-esim-visual { min-height: 300px; }
  .tc-app-section { padding: 72px 0; }
  .tc-app-card { grid-template-columns: 1fr; gap: 48px; text-align: center; }
  .tc-app-copy > p { margin-inline: auto; }
  .tc-app-features { justify-content: center; }
  .tc-app-copy > small { margin: 12px 0 0; display: block; }
  .tc-app-phone { width: 280px; min-height: 410px; }
  .tc-rec-tabs { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 5px; }
  .tc-rec-tabs button { flex: 0 0 auto; }
  .tc-rec-links { grid-template-columns: 1fr; }
  .tc-newsletter > div { flex-direction: column; align-items: flex-start; }
  .tc-newsletter h2 { font-size: 30px; }
  .tc-footer-grid { grid-template-columns: 1fr 1fr; gap: 42px 24px; }
  .tc-footer-brand { grid-column: 1 / -1; }
  .tc-footer-grid > div:nth-child(4), .tc-footer-grid > div:nth-child(5) { grid-column: span 1; }
  .tc-footer-trust { flex-wrap: wrap; }
  .tc-footer-trust i { width: 100%; margin: 8px 0 0; }
  .tc-footer-bottom { flex-direction: column; }
  .tc-genie-launcher { right: 10px; bottom: 10px; min-height: 60px; padding: 4px; }
  .tc-genie-launcher img { width: 52px; height: 52px; }
  .tc-genie-launcher > span { display: none; }
  .tc-genie-panel { right: 10px; bottom: 78px; width: calc(100% - 20px); }
  .tc-back-top { right: 15px; bottom: 82px; }
  .tc-tour-drawer, .tc-support-panel { padding: 28px 22px; }
  .tc-support-panel { padding-top: 64px; }
  .tc-login-modal, .tc-checkout-modal { padding: 32px 22px; }
  .tc-checkout-modal fieldset { grid-template-columns: 1fr; }
}

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

/* v9.3 mobile header, provider portal and checkout hardening */
html, body, .tc-site { width: 100%; max-width: 100%; overflow-x: clip; }
.tc-site > *, .tc-container, .tc-header-inner, .tc-search, .tc-search > *, .tc-mobile-nav-extra > * { min-width: 0; }
.tc-search input, .tc-search select { font-weight: 500; }
.tc-traveller-trigger strong { font-weight: 600; }
.tc-provider-nav-link { background: linear-gradient(90deg, #eef7ff 0%, #fff 100%) !important; }
.tc-provider-nav-link > b { background: var(--tc-blue) !important; color: #fff !important; }
.tc-seller-modal { position: relative; width: min(720px, 100%); max-height: calc(100vh - 32px); padding: 38px; overflow: auto; border-radius: 24px; background: #fff; box-shadow: var(--tc-shadow); }
.tc-seller-modal .tc-panel-close { position: absolute; top: 16px; right: 16px; }
.tc-seller-modal h2 { margin: 7px 45px 12px 0; font-size: 38px; line-height: 1.08; letter-spacing: -1.8px; }
.tc-seller-modal > p { margin: 0 0 22px; color: var(--tc-muted); font-size: 13px; }
.tc-seller-modal form, .tc-seller-modal label { display: grid; gap: 7px; }
.tc-seller-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.tc-seller-modal label { margin-bottom: 15px; color: #38565e; font-size: 10px; font-weight: 750; }
.tc-seller-modal input, .tc-seller-modal select, .tc-seller-modal textarea { width: 100%; min-width: 0; padding: 12px 13px; border: 1px solid #d7e2e7; border-radius: 10px; outline: 0; background: #fff; color: var(--tc-ink); font-size: 12px; font-weight: 500; }
.tc-seller-modal input:focus, .tc-seller-modal select:focus, .tc-seller-modal textarea:focus { border-color: var(--tc-blue); box-shadow: 0 0 0 3px rgba(8,119,232,.1); }
.tc-seller-modal textarea { resize: vertical; }
.tc-seller-modal .tc-provider-terms { grid-template-columns: auto 1fr; align-items: start; font-weight: 500; }
.tc-seller-modal .tc-provider-terms input { width: 17px; margin-top: 2px; }
.tc-seller-modal .tc-button { width: 100%; }
.tc-seller-modal > small { margin-top: 12px; display: block; color: var(--tc-muted); font-size: 9px; text-align: center; }
.tc-provider-status { padding: 12px 14px; border-radius: 11px; background: #e9f8ef; color: #17623d; font-size: 11px; }

@media (max-width: 860px) {
  .tc-header { backdrop-filter: none; }
  .tc-utility { display: none !important; }
  .tc-nav { position: fixed; z-index: 500; top: 72px; right: 0; bottom: 0; left: 0; width: 100%; max-width: 100%; max-height: none; padding: 0 20px 34px; overscroll-behavior: contain; background: linear-gradient(180deg, #f8fbff 0, #fff 170px); box-shadow: none; }
  .tc-nav-main { margin-top: 10px; padding: 5px 12px 14px; border: 1px solid #dce8f1; border-radius: 16px; background: #fff; }
  .tc-mobile-nav-title { padding-inline: 12px; color: #426575; }
  .tc-mobile-nav-extra > a, .tc-mobile-nav-extra > button { padding-inline: 12px; border-bottom-color: #e3ebef; background: transparent; }
  .tc-mobile-payment-line { margin-inline: 8px; background: #edf5fc; }
}

@media (max-width: 620px) {
  html { scroll-padding-top: 116px; }
  .tc-header-inner { min-height: 116px; padding: 11px 0 10px; display: grid; grid-template-columns: 42px minmax(0,1fr) 40px; grid-template-rows: 44px 42px; grid-template-areas: "menu logo account" "search search search"; align-items: center; gap: 8px 10px; }
  .tc-mobile-menu { grid-area: menu; order: initial; justify-self: start; }
  .tc-logo-link { grid-area: logo; order: initial; justify-self: center; }
  .tc-brand-image { width: 140px; }
  .tc-header-search { grid-area: search; order: initial; width: 100%; max-width: none; height: 42px; }
  .tc-header-search input { padding-inline: 13px; font-size: 11px; }
  .tc-header-search button { width: 42px; flex-basis: 42px; }
  .tc-header-actions { grid-area: account; order: initial; justify-self: end; }
  .tc-account-button { width: 40px; min-height: 40px; }
  .tc-nav { top: 116px; padding-inline: 14px; }
  .tc-nav-main { grid-template-columns: 1fr; }
  .tc-mobile-nav-extra > a, .tc-mobile-nav-extra > button { min-height: 58px; }
  .tc-hero { padding-top: 34px; }
  .tc-seller-modal { max-height: calc(100vh - 18px); padding: 30px 20px; border-radius: 20px; }
  .tc-seller-modal h2 { font-size: 31px; letter-spacing: -1.2px; }
  .tc-seller-grid { grid-template-columns: 1fr; gap: 0; }
  .tc-checkout-tour { grid-template-columns: 54px minmax(0,1fr) auto; }
  .tc-checkout-tour img { width: 54px; height: 52px; }
}

/* WordPress, Elementor and WooCommerce integration */
body.tourcheapo-flex-theme { margin: 0; width: 100%; max-width: 100%; overflow-x: clip; }
body.tourcheapo-flex-theme .elementor,
body.tourcheapo-flex-theme .elementor-location-header,
body.tourcheapo-flex-theme .elementor-location-single,
body.tourcheapo-flex-theme .elementor-widget-html,
body.tourcheapo-flex-theme .elementor-widget-html > .elementor-widget-container { width: 100%; max-width: 100%; min-width: 0; }
body.tourcheapo-flex-theme .elementor-element,
body.tourcheapo-flex-theme .e-con,
body.tourcheapo-flex-theme .e-con-inner { min-width: 0; }
body.tourcheapo-flex-theme.tc-overlay-open { overflow: hidden; }
.tc-support-launcher { display: none !important; }
[hidden] { display: none !important; }

body.tourcheapo-flex-theme.woocommerce-checkout main,
body.tourcheapo-flex-theme.woocommerce-account main,
body.tourcheapo-flex-theme.woocommerce-cart main,
body.tourcheapo-flex-theme .woocommerce { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
body.tourcheapo-flex-theme.woocommerce-checkout main,
body.tourcheapo-flex-theme.woocommerce-account main,
body.tourcheapo-flex-theme.woocommerce-cart main { padding: 58px 0 90px; }
body.tourcheapo-flex-theme .woocommerce h1,
body.tourcheapo-flex-theme .woocommerce h2,
body.tourcheapo-flex-theme .woocommerce h3,
body.tourcheapo-flex-theme .wc-block-checkout h1,
body.tourcheapo-flex-theme .wc-block-checkout h2 { color: var(--tc-ink); letter-spacing: -.8px; }
body.tourcheapo-flex-theme .wc-block-checkout,
body.tourcheapo-flex-theme .wp-block-woocommerce-checkout { width: min(1120px, calc(100% - 40px)); max-width: 1120px; margin: 0 auto; }
body.tourcheapo-flex-theme .wc-block-components-sidebar-layout { gap: 28px; }
body.tourcheapo-flex-theme .wc-block-components-main,
body.tourcheapo-flex-theme .wc-block-components-sidebar { min-width: 0; }
body.tourcheapo-flex-theme .wc-block-components-checkout-step,
body.tourcheapo-flex-theme .wc-block-components-order-summary,
body.tourcheapo-flex-theme .woocommerce-checkout-review-order { margin-bottom: 18px; padding: 26px; border: 1px solid var(--tc-line); border-radius: 18px; background: #fff; box-shadow: 0 12px 36px rgba(8,44,54,.06); }
body.tourcheapo-flex-theme .wc-block-components-text-input input,
body.tourcheapo-flex-theme .wc-block-components-combobox-control input,
body.tourcheapo-flex-theme .woocommerce form .form-row input.input-text,
body.tourcheapo-flex-theme .woocommerce form .form-row textarea,
body.tourcheapo-flex-theme .woocommerce form .form-row select { min-height: 52px; padding: 13px; border: 1px solid #d5e0e5; border-radius: 10px; background: #fff; font-size: 14px; }
body.tourcheapo-flex-theme .wc-block-components-button,
body.tourcheapo-flex-theme .woocommerce button.button,
body.tourcheapo-flex-theme .woocommerce a.button { min-height: 52px; padding: 0 24px; border: 0; border-radius: 12px; background: var(--tc-blue); color: #fff; font-weight: 800; }
body.tourcheapo-flex-theme .wc-block-components-notice-banner,
body.tourcheapo-flex-theme .woocommerce-error { border-radius: 12px; }
.tc-provider-page { min-height: 70vh; padding: 70px 0 96px; background: linear-gradient(180deg,#f4f8fb 0,#fff 360px); }
.tc-provider-shell { width: min(900px, calc(100% - 32px)); margin: 0 auto; padding: 38px; border: 1px solid var(--tc-line); border-radius: 24px; background: #fff; box-shadow: var(--tc-shadow); }
.tc-provider-shell h1 { margin: 8px 0 12px; font-size: clamp(34px,5vw,52px); line-height: 1.04; letter-spacing: -2px; }
.tc-provider-shell > p { color: var(--tc-muted); }
.tc-provider-auth { margin-top: 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.tc-provider-auth > form { padding: 24px; border: 1px solid var(--tc-line); border-radius: 16px; background: #fbfdff; }
.tc-provider-auth h2 { margin: 0 0 14px; font-size: 22px; letter-spacing: -.5px; }
.tc-provider-form, .tc-provider-form label { display: grid; gap: 7px; }
.tc-provider-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.tc-provider-form label { margin-bottom: 14px; font-size: 11px; font-weight: 750; }
.tc-provider-form input, .tc-provider-form select, .tc-provider-form textarea { width: 100%; min-width: 0; padding: 13px; border: 1px solid #d5e0e5; border-radius: 10px; font-weight: 500; }
.tc-provider-notice { padding: 14px 16px; border-radius: 12px; background: #e9f8ef; color: #17623d; }

@media (min-width: 783px) { body.admin-bar.tourcheapo-flex-theme .tc-header { top: 32px; } }
@media (max-width: 782px) {
  body.admin-bar.tourcheapo-flex-theme .tc-header { top: 46px; }
  body.admin-bar.tourcheapo-flex-theme .tc-nav { top: 118px; }
}
@media (max-width: 620px) {
  body.admin-bar.tourcheapo-flex-theme .tc-nav { top: 162px; }
  body.tourcheapo-flex-theme.woocommerce-checkout main,
  body.tourcheapo-flex-theme.woocommerce-account main,
  body.tourcheapo-flex-theme.woocommerce-cart main { width: 100%; padding: 30px 14px 70px; }
  body.tourcheapo-flex-theme .woocommerce,
  body.tourcheapo-flex-theme .wc-block-checkout,
  body.tourcheapo-flex-theme .wp-block-woocommerce-checkout { width: 100%; max-width: 100%; }
  body.tourcheapo-flex-theme .wc-block-components-sidebar-layout { display: block; }
  body.tourcheapo-flex-theme .wc-block-components-checkout-step,
  body.tourcheapo-flex-theme .wc-block-components-order-summary,
  body.tourcheapo-flex-theme .woocommerce-checkout-review-order { padding: 18px; border-radius: 14px; }
  .tc-provider-shell { padding: 28px 20px; }
  .tc-provider-auth { grid-template-columns: 1fr; }
  .tc-provider-form-grid { grid-template-columns: 1fr; gap: 0; }
}
