.ttg-page {
	--ttg-deep: #06372e;
	--ttg-green: #0d5a48;
	--ttg-ink: #173a30;
	--ttg-text: #273a35;
	--ttg-muted: #64746f;
	--ttg-mint: #eef8f4;
	--ttg-sand: #f8f0e3;
	--ttg-gold: #e3ad45;
	--ttg-gold-soft: #fff1cf;
	--ttg-line: #d7e4df;
	background: #fff;
	color: var(--ttg-text);
	font-family: Tajawal, system-ui, sans-serif;
	line-height: 1.8;
}

.ttg-page *, .ttg-page *::before, .ttg-page *::after { box-sizing: border-box; }
.ttg-page img { max-width: 100%; }
.ttg-page a { color: inherit; }
.ttg-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.ttg-section { padding: clamp(4.5rem, 8vw, 7rem) 0; }
.ttg-section--mist { background: var(--ttg-mint); }
.ttg-section--sand { background: var(--ttg-sand); }
.ttg-section--dark { background: var(--ttg-deep); color: #fff; }
.ttg-kicker { margin: 0 0 .65rem !important; color: #a86e0b !important; font-size: .78rem; font-weight: 800; letter-spacing: .03em; }
.ttg-heading { max-width: 820px; margin-bottom: 2.2rem; }
.ttg-heading--split { max-width: none; display: grid; grid-template-columns: 1fr .9fr; gap: 3rem; align-items: end; }
.ttg-heading h2, .ttg-entry h2, .ttg-food h2, .ttg-final h2 { margin: 0; color: var(--ttg-ink) !important; font-size: clamp(2.1rem, 4.8vw, 4rem); line-height: 1.12; letter-spacing: -.04em; }
.ttg-heading p:last-child, .ttg-food > div > p:not(.ttg-kicker) { margin: 0; color: var(--ttg-muted) !important; }
.ttg-btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 999px; padding: .72rem 1.15rem; font-weight: 800; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.ttg-btn:hover { transform: translateY(-2px); }
.ttg-btn:focus-visible, .ttg-page button:focus-visible, .ttg-page input:focus-visible, .ttg-page select:focus-visible, .ttg-page a:focus-visible, .ttg-page summary:focus-visible { outline: 3px solid #f6c967; outline-offset: 3px; }
.ttg-btn--gold { background: var(--ttg-gold); color: #17352b !important; box-shadow: 0 12px 30px rgba(227, 173, 69, .22); }
.ttg-btn--glass, .ttg-btn--outline { border-color: rgba(255,255,255,.5); color: #fff !important; background: rgba(255,255,255,.08); backdrop-filter: blur(10px); }
.ttg-actions { display: flex; flex-wrap: wrap; gap: .75rem; }

.ttg-breadcrumb { background: #fff; border-bottom: 1px solid #edf1ef; }
.ttg-breadcrumb ol { display: flex; flex-wrap: wrap; gap: .55rem; margin: 0; padding: .7rem 0; list-style: none; color: var(--ttg-muted); font-size: .8rem; }
.ttg-breadcrumb li + li::before { content: '/'; margin-inline-end: .55rem; color: #a7b4b0; }
.ttg-breadcrumb a:hover { color: var(--ttg-green); text-decoration: underline; }

.ttg-hero { position: relative; min-height: 740px; display: grid; align-items: center; isolation: isolate; overflow: hidden; color: #fff; }
.ttg-hero__media, .ttg-hero__shade { position: absolute; inset: 0; }
.ttg-hero__media img { width: 100%; height: 100%; max-width: none; object-fit: cover; display: block; }
.ttg-hero__shade { z-index: 1; background: linear-gradient(90deg, rgba(4,35,29,.82), rgba(4,35,29,.94) 53%, rgba(4,35,29,.48)), linear-gradient(0deg, rgba(4,35,29,.6), transparent 45%); }
.ttg-hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(2.5rem, 8vw, 7rem); align-items: center; padding-block: 5rem; }
.ttg-hero__copy { max-width: 760px; }
.ttg-hero .ttg-kicker, .ttg-section--dark .ttg-kicker, .ttg-final .ttg-kicker { color: var(--ttg-gold) !important; }
.ttg-hero h1 { max-width: 13ch; margin: 0; color: #fff !important; font-size: clamp(3.1rem, 7vw, 6rem); line-height: .98; letter-spacing: -.055em; }
.ttg-hero__lead { max-width: 65ch; margin: 1.4rem 0 1.6rem !important; color: rgba(255,255,255,.86) !important; font-size: clamp(1rem, 1.5vw, 1.2rem); }
.ttg-review { display: flex; flex-wrap: wrap; gap: .55rem 1.2rem; margin: 1.4rem 0 0; padding: 0; list-style: none; }
.ttg-review li { color: rgba(255,255,255,.72) !important; font-size: .8rem; }
.ttg-review li::before { content: '•'; margin-inline-end: .45rem; color: var(--ttg-gold); }
.ttg-hero__brief { border: 1px solid rgba(255,255,255,.2); border-radius: 26px; padding: 1.55rem; background: rgba(3,32,27,.64); box-shadow: 0 24px 70px rgba(0,0,0,.24); backdrop-filter: blur(15px); }
.ttg-hero__brief > p { margin: 0 0 1rem !important; color: var(--ttg-gold) !important; font-weight: 800; }
.ttg-hero__brief dl { margin: 0; }
.ttg-hero__brief dl div { display: grid; grid-template-columns: 78px 1fr; gap: .8rem; border-top: 1px solid rgba(255,255,255,.12); padding: .85rem 0; }
.ttg-hero__brief dt { color: rgba(255,255,255,.58) !important; }
.ttg-hero__brief dd { margin: 0; color: #fff !important; font-weight: 700; }

.ttg-trust { padding: 2.1rem 0; background: var(--ttg-deep); }
.ttg-trust__grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 3rem; align-items: center; }
.ttg-trust h2 { margin: 0; color: #fff !important; font-size: clamp(1.55rem, 3vw, 2.45rem); line-height: 1.25; }
.ttg-trust p { margin: 0 !important; color: rgba(255,255,255,.76) !important; }

.ttg-fit-grid, .ttg-season-grid, .ttg-arrival-grid, .ttg-transport-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.ttg-fit-grid article, .ttg-season-grid article, .ttg-arrival-grid article, .ttg-transport-grid article { min-height: 100%; display: flex; flex-direction: column; border: 1px solid var(--ttg-line); border-radius: 20px; padding: 1.25rem; background: #fff; }
.ttg-fit-grid span, .ttg-season-grid span, .ttg-arrival-grid span { color: #a66b00; font-size: .75rem; font-weight: 800; }
.ttg-fit-grid h3, .ttg-season-grid h3, .ttg-arrival-grid h3, .ttg-transport-grid h3 { margin: .55rem 0; color: var(--ttg-ink) !important; font-size: 1.25rem; }
.ttg-fit-grid p, .ttg-season-grid p, .ttg-arrival-grid p, .ttg-transport-grid p { margin: 0 0 .8rem !important; color: var(--ttg-muted) !important; font-size: .9rem; }
.ttg-fit-grid strong, .ttg-arrival-grid strong, .ttg-transport-grid strong { margin-top: auto; color: var(--ttg-green) !important; font-size: .84rem; }
.ttg-decision-note, .ttg-arrival-rule { margin-top: 1rem; border-inline-start: 4px solid var(--ttg-gold); border-radius: 12px; padding: 1rem 1.15rem; background: var(--ttg-gold-soft); color: #67501f !important; }
.ttg-decision-note strong, .ttg-arrival-rule strong { color: #4f3a0c !important; }

.ttg-region-weather { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: .75rem; margin-top: 1rem; }
.ttg-region-weather div { border-radius: 16px; padding: 1rem; background: var(--ttg-mint); }
.ttg-region-weather strong { color: var(--ttg-ink) !important; }
.ttg-region-weather p { margin: .3rem 0 0 !important; color: var(--ttg-muted) !important; font-size: .86rem; }
.ttg-source-note { margin: 1rem 0 0 !important; border-inline-start: 4px solid var(--ttg-gold); padding: .75rem 1rem; background: var(--ttg-gold-soft); color: #6b5422 !important; font-size: .88rem; }

.ttg-entry { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(2rem, 7vw, 6rem); align-items: start; }
.ttg-entry > div > p:not(.ttg-kicker) { color: var(--ttg-muted) !important; }
.ttg-entry__actions { display: flex; flex-wrap: wrap; gap: .7rem; }
.ttg-entry__actions a { border-bottom: 2px solid var(--ttg-green); color: var(--ttg-green) !important; font-weight: 800; text-decoration: none; }
.ttg-checklist { border-radius: 24px; padding: 1.5rem; background: var(--ttg-deep); color: #fff; box-shadow: 0 24px 60px rgba(6,55,46,.15); }
.ttg-checklist h3 { margin: 0; color: #fff !important; font-size: 1.5rem; }
.ttg-checklist ul { margin: 1rem 0; padding: 0; list-style: none; }
.ttg-checklist li { border-top: 1px solid rgba(255,255,255,.12); padding: .65rem 0; color: rgba(255,255,255,.88) !important; }
.ttg-checklist li::before { content: '✓'; margin-inline-end: .55rem; color: var(--ttg-gold); font-weight: 900; }
.ttg-checklist p { margin: 0 !important; color: rgba(255,255,255,.65) !important; font-size: .82rem; }

.ttg-section--dark .ttg-heading h2 { color: #fff !important; }
.ttg-section--dark .ttg-heading > p:last-child { color: rgba(255,255,255,.72) !important; }
.ttg-city-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1rem; }
.ttg-city-grid article { border: 1px solid rgba(255,255,255,.13); border-radius: 22px; padding: 1.4rem; background: rgba(255,255,255,.06); }
.ttg-city-grid span { color: var(--ttg-gold) !important; font-size: .75rem; font-weight: 800; }
.ttg-city-grid h3 { margin: .35rem 0; color: #fff !important; font-size: 1.6rem; }
.ttg-city-grid p, .ttg-city-grid li { color: rgba(255,255,255,.74) !important; }
.ttg-city-grid ul { margin: .7rem 0 0; padding-inline-start: 1.2rem; }

.ttg-stay-table { overflow-x: auto; border: 1px solid var(--ttg-line); border-radius: 20px; background: #fff; }
.ttg-stay-table table { width: 100%; min-width: 820px; border-collapse: collapse; }
.ttg-stay-table th, .ttg-stay-table td { padding: .9rem 1rem; text-align: start; border-bottom: 1px solid var(--ttg-line); vertical-align: top; }
.ttg-stay-table th { background: var(--ttg-deep); color: #fff !important; }
.ttg-stay-table td:first-child { color: var(--ttg-ink) !important; font-weight: 800; }
.ttg-room-check { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1rem; border-radius: 16px; padding: 1rem; background: #fff; }
.ttg-room-check strong { width: 100%; color: var(--ttg-ink) !important; }
.ttg-room-check span { border-radius: 999px; padding: .35rem .7rem; background: var(--ttg-mint); color: var(--ttg-green) !important; font-size: .82rem; font-weight: 700; }

.ttg-transport-grid article { background: var(--ttg-mint); }
.ttg-budget-steps { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; margin: 0; padding: 0; list-style: none; }
.ttg-budget-steps li { display: grid; grid-template-columns: 44px 1fr; gap: .9rem; border-radius: 20px; padding: 1.2rem; background: #fff; }
.ttg-budget-steps li > span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 14px; background: var(--ttg-green); color: #fff !important; font-weight: 900; }
.ttg-budget-steps h3 { margin: 0; color: var(--ttg-ink) !important; }
.ttg-budget-steps p { margin: .35rem 0 0 !important; color: var(--ttg-muted) !important; font-size: .9rem; }
.ttg-budget-levels { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1rem; margin-top: 1rem; }
.ttg-budget-levels article { border: 1px solid #ecd6a7; border-radius: 18px; padding: 1.1rem; background: #fffaf0; }
.ttg-budget-levels span { color: #805714 !important; font-weight: 800; }
.ttg-budget-levels p { margin: .4rem 0 0 !important; color: var(--ttg-muted) !important; font-size: .88rem; }
.ttg-price-warning { margin-top: 1rem; border-inline-start: 4px solid #b75547; border-radius: 14px; padding: 1rem 1.1rem; background: #fff6f3; }
.ttg-price-warning strong { color: #733a32 !important; }
.ttg-price-warning p { margin: .35rem 0 0 !important; color: #70544e !important; }

.ttg-programs { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; }
.ttg-programs > article { overflow: hidden; border: 1px solid var(--ttg-line); border-radius: 24px; background: #fff; }
.ttg-program__head { padding: 1.4rem; background: var(--ttg-deep); }
.ttg-program__head span { color: var(--ttg-gold) !important; font-size: .75rem; font-weight: 800; }
.ttg-program__head h3 { margin: .3rem 0; color: #fff !important; font-size: 1.7rem; }
.ttg-program__head p { margin: 0 !important; color: rgba(255,255,255,.72) !important; }
.ttg-programs ol { margin: 0; padding: .6rem 1.35rem 1.2rem; list-style: none; }
.ttg-programs li { display: grid; grid-template-columns: 78px 1fr; gap: .8rem; border-bottom: 1px solid var(--ttg-line); padding: .75rem 0; }
.ttg-programs li strong { color: var(--ttg-green) !important; }
.ttg-programs li p { margin: 0 !important; color: var(--ttg-muted) !important; font-size: .88rem; }
.ttg-hybrid { margin-top: 1rem; border-radius: 18px; padding: 1.2rem; background: var(--ttg-deep); color: #fff; }
.ttg-hybrid strong { color: #fff !important; font-size: 1.15rem; }
.ttg-hybrid p { margin: .35rem 0 !important; color: rgba(255,255,255,.72) !important; }
.ttg-hybrid a { color: var(--ttg-gold) !important; font-weight: 800; }

.ttg-food { display: grid; grid-template-columns: .85fr 1.15fr; gap: 3rem; align-items: center; }
.ttg-food__cards { display: grid; gap: .8rem; }
.ttg-food__cards article { border-inline-start: 4px solid var(--ttg-gold); border-radius: 15px; padding: 1rem; background: var(--ttg-mint); }
.ttg-food__cards strong { color: var(--ttg-ink) !important; }
.ttg-food__cards p { margin: .3rem 0 0 !important; color: var(--ttg-muted) !important; }
.ttg-mistakes { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1rem; }
.ttg-mistakes article { border-radius: 18px; padding: 1.15rem; background: #fff; }
.ttg-mistakes span { color: #a56b00 !important; font-weight: 900; }
.ttg-mistakes h3 { margin: .45rem 0; color: var(--ttg-ink) !important; }
.ttg-mistakes p { margin: 0 !important; color: var(--ttg-muted) !important; font-size: .9rem; }

.ttg-sources { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }
.ttg-sources h2 { margin: 0; color: var(--ttg-ink) !important; font-size: clamp(2.1rem,4vw,3.5rem); line-height: 1.15; }
.ttg-sources > div > p:not(.ttg-kicker) { color: var(--ttg-muted) !important; }
.ttg-editorial { border-inline-start: 4px solid var(--ttg-gold); padding-inline-start: 1rem; font-size: .86rem; }
.ttg-source-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .7rem; margin: 0; padding: 0; list-style: none; }
.ttg-source-list a { min-height: 60px; display: flex; align-items: center; border: 1px solid var(--ttg-line); border-radius: 14px; padding: .75rem; background: var(--ttg-mint); color: var(--ttg-green) !important; font-size: .82rem; font-weight: 800; text-decoration: none; }
.ttg-source-list a::after { content: '↗'; margin-inline-start: auto; }

.ttg-request { background: var(--ttg-mint); }
.ttg-request__grid { display: grid; grid-template-columns: 1fr .85fr; gap: clamp(2rem,7vw,6rem); align-items: center; }
.ttg-request h2 { margin: 0; color: var(--ttg-ink) !important; font-size: clamp(2.3rem,5vw,4.3rem); line-height: 1.1; }
.ttg-request__grid > div > p:not(.ttg-kicker), .ttg-request__grid > div li { color: var(--ttg-muted) !important; }
.ttg-builder { display: grid; border: 1px solid var(--ttg-line); border-radius: 24px; padding: 1.25rem; background: #fff; box-shadow: 0 24px 70px rgba(13,90,72,.12); }
.ttg-builder label { margin-top: .55rem; color: var(--ttg-ink) !important; font-size: .76rem; font-weight: 800; }
.ttg-builder label:first-child { margin-top: 0; }
.ttg-builder input, .ttg-builder select { width: 100%; min-height: 48px; border: 1px solid var(--ttg-line); border-radius: 12px; padding: .7rem .8rem; background: #fbfdfc; color: var(--ttg-text); font: inherit; }
.ttg-builder__submit { width: 100%; margin-top: 1rem; }
.ttg-builder__status { margin: .45rem 0 0 !important; text-align: center; color: var(--ttg-muted) !important; font-size: .78rem; }

.ttg-faq__grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(2rem,7vw,6rem); }
.ttg-faq header h2 { margin: 0; color: var(--ttg-ink) !important; font-size: clamp(2.2rem,5vw,4.1rem); line-height: 1.1; }
.ttg-faq header p:last-child { color: var(--ttg-muted) !important; }
.ttg-faq__list details { border-bottom: 1px solid var(--ttg-line); }
.ttg-faq__list summary { position: relative; padding: 1rem 2rem 1rem 0; color: var(--ttg-ink) !important; font-weight: 800; cursor: pointer; list-style: none; }
.ttg-faq__list summary::-webkit-details-marker { display: none; }
.ttg-faq__list summary::after { content: '+'; position: absolute; inset-inline-end: 0; top: .85rem; color: var(--ttg-green); font-size: 1.4rem; }
.ttg-faq__list details[open] summary::after { content: '–'; }
.ttg-faq__list details p { margin: 0; padding: 0 0 1rem; color: var(--ttg-muted) !important; }

.ttg-final { padding: 2rem 0 7rem; background: var(--ttg-mint); }
.ttg-final__card { display: grid; grid-template-columns: 1.2fr .8fr; gap: 2rem; align-items: center; border-radius: 28px; padding: clamp(2rem,6vw,4rem); background: var(--ttg-deep); color: #fff; }
.ttg-final h2 { color: #fff !important; }
.ttg-final p:not(.ttg-kicker) { color: rgba(255,255,255,.72) !important; }
.ttg-final .ttg-actions { justify-content: flex-end; }

@media (max-width: 1024px) {
	.ttg-hero__grid, .ttg-trust__grid, .ttg-heading--split, .ttg-entry, .ttg-food, .ttg-sources, .ttg-request__grid, .ttg-faq__grid, .ttg-final__card { grid-template-columns: minmax(0,1fr); }
	.ttg-fit-grid, .ttg-season-grid, .ttg-arrival-grid, .ttg-transport-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.ttg-trust__grid { gap: 1rem; }
	.ttg-final .ttg-actions { justify-content: flex-start; }
}

@media (max-width: 680px) {
	.ttg-container { width: min(100% - 24px, 1180px); }
	.ttg-section { padding: 4rem 0; }
	.ttg-hero { min-height: 840px; align-items: end; }
	.ttg-hero__shade { background: linear-gradient(0deg, rgba(4,35,29,.97), rgba(4,35,29,.48)); }
	.ttg-hero__grid { gap: 1.3rem; padding-block: 3.5rem 2rem; }
	.ttg-hero h1 { font-size: clamp(2.8rem,14vw,4.2rem); }
	.ttg-actions { display: grid; grid-template-columns: 1fr; }
	.ttg-btn { width: 100%; }
	.ttg-hero__brief { padding: 1.1rem; }
	.ttg-fit-grid, .ttg-season-grid, .ttg-arrival-grid, .ttg-transport-grid, .ttg-region-weather, .ttg-city-grid, .ttg-budget-steps, .ttg-budget-levels, .ttg-programs, .ttg-mistakes, .ttg-source-list { grid-template-columns: minmax(0,1fr); }
	.ttg-heading--split { gap: 1rem; }
	.ttg-heading h2, .ttg-entry h2, .ttg-food h2, .ttg-final h2 { font-size: clamp(2rem,11vw,3rem); }
	.ttg-programs li { grid-template-columns: 1fr; gap: .1rem; }
	.ttg-room-check { display: grid; grid-template-columns: repeat(2,1fr); }
	.ttg-room-check strong { grid-column: 1 / -1; }
	.ttg-final { padding-bottom: 4rem; }
}

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