/* Arabic offers hub — isolated production styles. */

.tto-hub {
	--tto-ink: #123429;
	--tto-muted: #587067;
	--tto-green: #174d3c;
	--tto-green-dark: #0d3327;
	--tto-mint: #e9f3ee;
	--tto-sand: #f5eee2;
	--tto-gold: #c99142;
	--tto-line: rgba(23, 77, 60, .14);
	--tto-white: #fff;
	--tto-shadow: 0 20px 55px rgba(18, 52, 41, .11);
	background: #fff;
	color: var(--tto-ink);
	font-family: "Tajawal", sans-serif;
	line-height: 1.8;
	overflow: clip;
}

.tto-hub *,
.tto-hub *::before,
.tto-hub *::after { box-sizing: border-box; }

.tto-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.tto-hub [hidden] { display: none !important; }

.tto-breadcrumb { background: #f7faf8; border-bottom: 1px solid var(--tto-line); font-size: .88rem; }
.tto-breadcrumb ol { display: flex; flex-wrap: wrap; gap: .45rem; list-style: none; margin: 0; padding: .7rem 0; }
.tto-breadcrumb li:not(:last-child)::after { content: "/"; margin-inline-start: .45rem; color: #9aaba5; }
.tto-breadcrumb a { color: var(--tto-green); text-decoration: none; }
.tto-breadcrumb a:hover { text-decoration: underline; }

.tto-hero { position: relative; min-height: clamp(580px, 70vh, 760px); display: grid; align-items: end; isolation: isolate; background: var(--tto-green-dark); }
.tto-hero__media, .tto-hero__media img { position: absolute; inset: 0; width: 100%; height: 100%; }
.tto-hero__media { z-index: -2; }
.tto-hero__media img { object-fit: cover; }
.tto-hero__overlay { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(8,30,23,.22), rgba(8,30,23,.88) 74%), linear-gradient(0deg, rgba(8,30,23,.8), transparent 60%); }
.tto-hero__inner { padding-block: clamp(5rem, 10vw, 8rem) clamp(3.5rem, 7vw, 5.5rem); }
.tto-hero__content { max-width: 820px; color: #fff; }
.tto-eyebrow { margin: 0 0 .65rem; color: var(--tto-gold); font-size: .84rem; font-weight: 800; letter-spacing: .06em; }
.tto-hero h1 { max-width: 800px; margin: 0; color: #fff; font-size: clamp(2.5rem, 6vw, 5rem); line-height: 1.12; letter-spacing: -.04em; }
.tto-hero__lead { max-width: 760px; margin: 1.25rem 0 0; color: rgba(255,255,255,.88); font-size: clamp(1.05rem, 2vw, 1.28rem); line-height: 1.85; }
.tto-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.65rem; }
.tto-btn { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 999px; padding: .8rem 1.35rem; font-weight: 800; line-height: 1.25; text-decoration: none; transition: transform .2s ease, background .2s ease, box-shadow .2s ease, color .2s ease; }
.tto-btn:hover { transform: translateY(-2px); }
.tto-btn--primary { background: var(--tto-gold); color: #152b23; box-shadow: 0 12px 32px rgba(201,145,66,.25); }
.tto-btn--primary:hover { background: #d9a657; color: #10241d; }
.tto-btn--ghost { border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.08); color: #fff; }
.tto-btn--ghost:hover { background: rgba(255,255,255,.16); color: #fff; }
.tto-btn--outline { border-color: rgba(255,255,255,.5); color: #fff; }
.tto-btn--outline:hover { background: #fff; color: var(--tto-green-dark); }
.tto-btn--dark { background: var(--tto-green); color: #fff; }
.tto-hero__meta { display: flex; flex-wrap: wrap; gap: .45rem 1.25rem; list-style: none; margin: 1.7rem 0 0; padding: 0; color: rgba(255,255,255,.72); font-size: .86rem; }
.tto-hero__meta li { display: flex; align-items: center; gap: .45rem; }
.tto-hero__meta li::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--tto-gold); }

.tto-snapshot { background: var(--tto-green-dark); color: #fff; border-top: 1px solid rgba(255,255,255,.1); }
.tto-snapshot__grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.tto-snapshot__grid > div { min-width: 0; padding: 1.2rem 1rem; border-inline-start: 1px solid rgba(255,255,255,.11); }
.tto-snapshot__grid > div:last-child { border-inline-end: 1px solid rgba(255,255,255,.11); }
.tto-snapshot span { display: block; color: rgba(255,255,255,.6); font-size: .78rem; }
.tto-snapshot strong { display: block; margin-top: .25rem; color: #fff; line-height: 1.45; }

.tto-catalog { padding: clamp(4.5rem, 9vw, 7.5rem) 0; background: #f7faf8; }
.tto-section { padding: clamp(4.5rem, 9vw, 7.5rem) 0; }
.tto-section--tint { background: #f4f8f6; }
.tto-section-head { max-width: 760px; margin-bottom: 2rem; }
.tto-section-head h2, .tto-section h2, .tto-faq h2 { margin: 0 0 .85rem; color: var(--tto-ink); font-size: clamp(2rem, 4vw, 3.1rem); line-height: 1.28; letter-spacing: -.025em; }
.tto-section-head p:not(.tto-eyebrow), .tto-section p, .tto-faq header > p:not(.tto-eyebrow) { margin: 0; color: var(--tto-muted); }

.tto-filters { display: grid; grid-template-columns: minmax(250px, 1.5fr) 1fr 1fr auto; gap: .9rem; align-items: end; margin-bottom: 1rem; border: 1px solid var(--tto-line); border-radius: 22px; padding: 1.15rem; background: #fff; box-shadow: 0 14px 42px rgba(18,52,41,.07); }
.tto-field { min-width: 0; }
.tto-field label { display: block; margin-bottom: .35rem; color: var(--tto-ink); font-size: .82rem; font-weight: 800; }
.tto-field input, .tto-field select { width: 100%; min-height: 48px; border: 1px solid rgba(23,77,60,.22); border-radius: 12px; padding: .65rem .8rem; background: #fff; color: var(--tto-ink); font: inherit; }
.tto-field input::placeholder { color: #80928b; }
.tto-filter-reset { min-height: 48px; border: 1px solid var(--tto-line); border-radius: 12px; padding: .65rem 1rem; background: var(--tto-mint); color: var(--tto-green); font: inherit; font-weight: 800; cursor: pointer; }
.tto-filter-reset:hover { background: #dcece5; }
.tto-results-bar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .5rem; margin-bottom: 1.2rem; color: var(--tto-muted); font-size: .86rem; }
.tto-results-bar p { margin: 0; }
.tto-results-bar p:first-child { color: var(--tto-ink); font-weight: 800; }

.tto-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
.tto-card { min-width: 0; display: flex; flex-direction: column; border: 1px solid var(--tto-line); border-radius: 22px; background: #fff; box-shadow: 0 13px 40px rgba(18,52,41,.07); overflow: hidden; transition: transform .22s ease, box-shadow .22s ease; }
.tto-card:hover { transform: translateY(-4px); box-shadow: var(--tto-shadow); }
.tto-card__media { position: relative; display: block; min-height: 225px; aspect-ratio: 16 / 10; background: linear-gradient(145deg, var(--tto-green), #2c7760); overflow: hidden; }
.tto-card__media img { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.tto-card:hover .tto-card__media img { transform: scale(1.035); }
.tto-card__fallback { position: absolute; inset: 0; display: grid; place-items: center; color: rgba(255,255,255,.22); font-size: 6rem; font-weight: 800; }
.tto-card__region { position: absolute; z-index: 2; inset-block-start: .85rem; inset-inline-start: .85rem; border-radius: 999px; padding: .28rem .7rem; background: rgba(10,43,33,.84); color: #fff; font-size: .74rem; font-weight: 800; backdrop-filter: blur(8px); }
.tto-card.is-image-missing .tto-card__media { background: linear-gradient(135deg, var(--tto-green-dark), #337d64); }
.tto-card__body { display: flex; flex: 1; flex-direction: column; padding: 1.25rem; }
.tto-card__heading { display: flex; align-items: flex-start; justify-content: space-between; gap: .75rem; }
.tto-card__heading h3 { margin: 0; color: var(--tto-ink); font-size: 1.25rem; line-height: 1.4; }
.tto-card__heading h3 a { color: inherit; text-decoration: none; }
.tto-card__heading h3 a:hover { text-decoration: underline; text-underline-offset: .15em; }
.tto-card__heading > span { flex: 0 0 auto; border-radius: 999px; padding: .25rem .55rem; background: var(--tto-mint); color: var(--tto-green); font-size: .72rem; font-weight: 800; white-space: nowrap; }
.tto-card__desc { min-height: 5.2em; margin: .8rem 0 1rem; color: var(--tto-muted); font-size: .93rem; line-height: 1.75; }
.tto-card__facts { display: grid; gap: .4rem; margin: 0; border-block: 1px solid var(--tto-line); padding-block: .75rem; }
.tto-card__facts > div { display: flex; justify-content: space-between; gap: .8rem; font-size: .82rem; }
.tto-card__facts dt { color: #75877f; }
.tto-card__facts dd { margin: 0; color: var(--tto-ink); font-weight: 700; text-align: left; }
.tto-card__note { margin: .7rem 0 1rem; color: #708179; font-size: .76rem; line-height: 1.55; }
.tto-card__actions { display: grid; grid-template-columns: 1.2fr .8fr; gap: .6rem; margin-top: auto; }
.tto-card__actions .tto-btn { min-height: 44px; border-radius: 12px; padding: .65rem .75rem; font-size: .82rem; text-align: center; }
.tto-btn--card-primary { background: var(--tto-green); color: #fff; }
.tto-btn--card-primary:hover { background: var(--tto-green-dark); color: #fff; }
.tto-btn--card-secondary { border-color: var(--tto-line); color: var(--tto-green); background: #fff; }
.tto-btn--card-secondary:hover { border-color: var(--tto-green); color: var(--tto-green-dark); }
.tto-empty { max-width: 620px; margin: 2rem auto 0; border: 1px dashed rgba(23,77,60,.3); border-radius: 20px; padding: 2rem; background: #fff; text-align: center; }
.tto-empty h3 { margin: 0 0 .4rem; color: var(--tto-ink); }
.tto-empty p { margin: 0 0 1rem; color: var(--tto-muted); }

.tto-steps, .tto-terms__grid, .tto-why-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.tto-steps article, .tto-terms__grid article, .tto-why-grid article { border: 1px solid var(--tto-line); border-radius: 19px; padding: 1.35rem; background: #fff; }
.tto-steps span, .tto-terms__grid span { color: var(--tto-gold); font-size: .78rem; font-weight: 800; }
.tto-steps h3, .tto-terms__grid h3, .tto-why-grid h3 { margin: .4rem 0 .5rem; color: var(--tto-ink); font-size: 1.15rem; }
.tto-steps p, .tto-terms__grid p, .tto-why-grid p { margin: 0; color: var(--tto-muted); font-size: .92rem; }
.tto-tip { display: flex; gap: .75rem; margin-top: 1.2rem; border-radius: 16px; padding: 1rem 1.2rem; background: var(--tto-sand); }
.tto-tip strong { color: var(--tto-ink); }
.tto-tip p { margin: 0; color: var(--tto-muted); }

.tto-scope { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(2rem, 6vw, 5rem); align-items: start; }
.tto-scope > div:first-child { position: sticky; top: 120px; }
.tto-scope__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.tto-scope__grid article { border-radius: 22px; padding: 1.5rem; background: var(--tto-green-dark); color: #fff; }
.tto-scope__grid article:last-child { background: var(--tto-sand); color: var(--tto-ink); }
.tto-scope__grid h3 { margin: 0 0 1rem; color: inherit; }
.tto-check-list, .tto-dot-list { display: grid; gap: .65rem; list-style: none; margin: 0; padding: 0; }
.tto-check-list li, .tto-dot-list li { position: relative; padding-inline-start: 1.6rem; color: rgba(255,255,255,.86); }
.tto-dot-list li { color: var(--tto-muted); }
.tto-check-list li::before { content: "✓"; position: absolute; inset-inline-start: 0; top: .1rem; display: grid; width: 1.05rem; height: 1.05rem; place-items: center; border-radius: 50%; background: var(--tto-gold); color: var(--tto-green-dark); font-size: .7rem; font-weight: 900; }
.tto-dot-list li::before { content: ""; position: absolute; inset-inline-start: .2rem; top: .78em; width: 6px; height: 6px; border-radius: 50%; background: var(--tto-gold); }

.tto-terms { background: var(--tto-green-dark); color: #fff; }
.tto-terms .tto-section-head h2 { color: #fff; }
.tto-terms .tto-section-head > p:not(.tto-eyebrow) { color: rgba(255,255,255,.72); }
.tto-terms__grid article { border-color: rgba(255,255,255,.12); background: rgba(255,255,255,.06); }
.tto-terms__grid h3 { color: #fff; }
.tto-terms__grid p { color: rgba(255,255,255,.72); }
.tto-terms__note { margin: 1.3rem 0 0; border-inline-start: 3px solid var(--tto-gold); padding: .85rem 1rem; background: rgba(255,255,255,.05); color: rgba(255,255,255,.82); }
.tto-related { margin: 1.3rem 0 0 !important; }
.tto-related a { color: var(--tto-green); font-weight: 800; text-underline-offset: .18em; }

.tto-faq__layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(2rem, 6vw, 5rem); align-items: start; }
.tto-faq__layout > header { position: sticky; top: 120px; }
.tto-faq__list { display: grid; gap: .7rem; }
.tto-faq details { border: 1px solid var(--tto-line); border-radius: 16px; background: #fff; overflow: hidden; }
.tto-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 1.1rem; color: var(--tto-ink); font-weight: 800; cursor: pointer; list-style: none; }
.tto-faq summary::-webkit-details-marker { display: none; }
.tto-faq summary span { position: relative; flex: 0 0 18px; width: 18px; height: 18px; }
.tto-faq summary span::before, .tto-faq summary span::after { content: ""; position: absolute; inset: 50% 0 auto; height: 2px; background: var(--tto-green); transition: transform .2s ease; }
.tto-faq summary span::after { transform: rotate(90deg); }
.tto-faq details[open] summary span::after { transform: rotate(0); }
.tto-faq details > div { padding: 0 1.1rem 1rem; }
.tto-faq details p { margin: 0; color: var(--tto-muted); }

.tto-final { padding: clamp(4rem, 8vw, 7rem) 0; background: #edf5f1; }
.tto-final__card { display: grid; grid-template-columns: 1.25fr .75fr; gap: 2rem; align-items: center; border-radius: 28px; padding: clamp(2rem, 6vw, 4rem); background: var(--tto-green-dark); box-shadow: var(--tto-shadow); }
.tto-final h2 { margin: 0; color: #fff; font-size: clamp(2rem, 4vw, 3.1rem); line-height: 1.28; }
.tto-final p:not(.tto-eyebrow) { max-width: 650px; margin: .75rem 0 0; color: rgba(255,255,255,.75); }
.tto-final .tto-actions { justify-content: flex-end; margin: 0; }

/* Preserve contrast against later global theme rules. */
.tto-hub .tto-hero h1,
.tto-hub .tto-terms h2,
.tto-hub .tto-terms h3,
.tto-hub .tto-final h2,
.tto-hub .tto-scope__grid article:first-child h3 { color: #fff !important; }
.tto-hub .tto-hero__lead,
.tto-hub .tto-terms__grid p,
.tto-hub .tto-final p:not(.tto-eyebrow),
.tto-hub .tto-check-list li { color: rgba(255,255,255,.84) !important; }
.tto-hub .tto-hero .tto-eyebrow,
.tto-hub .tto-terms .tto-eyebrow,
.tto-hub .tto-final .tto-eyebrow { color: #e2ae5d !important; }
.tto-hub .tto-hero .tto-btn--ghost,
.tto-hub .tto-btn--card-primary,
.tto-hub .tto-btn--dark { color: #fff !important; }
.tto-hub .tto-hero .tto-btn--ghost:hover,
.tto-hub .tto-btn--card-primary:hover,
.tto-hub .tto-btn--dark:hover { color: #fff !important; }
.tto-hub .tto-final .tto-btn--outline { color: #fff !important; }
.tto-hub .tto-final .tto-btn--outline:hover { color: var(--tto-green-dark) !important; }

.tto-hub :focus-visible { outline: 3px solid #e5b15e; outline-offset: 4px; }

@media (max-width: 1050px) {
	.tto-snapshot__grid { grid-template-columns: repeat(3, 1fr); }
	.tto-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.tto-filters { grid-template-columns: 1fr 1fr; }
	.tto-field--search { grid-column: 1 / -1; }
	.tto-scope, .tto-faq__layout { grid-template-columns: minmax(0, 1fr); }
	.tto-scope > div:first-child, .tto-faq__layout > header { position: static; }
	.tto-final__card { grid-template-columns: 1fr; }
	.tto-final .tto-actions { justify-content: flex-start; }
}

@media (max-width: 740px) {
	.tto-container { width: min(100% - 28px, 1180px); }
	.tto-hero { min-height: 650px; }
	.tto-hero__overlay { background: linear-gradient(0deg, rgba(8,30,23,.94), rgba(8,30,23,.28)); }
	.tto-snapshot__grid { grid-template-columns: repeat(2, 1fr); }
	.tto-grid, .tto-steps, .tto-terms__grid, .tto-why-grid, .tto-scope__grid { grid-template-columns: minmax(0, 1fr); }
	.tto-filters { grid-template-columns: minmax(0, 1fr); }
	.tto-field--search { grid-column: auto; }
	.tto-filter-reset { width: 100%; }
	.tto-card__desc { min-height: auto; }
	.tto-tip { flex-direction: column; gap: .25rem; }
}

@media (max-width: 520px) {
	.tto-hero h1 { font-size: 2.45rem; }
	.tto-hero__lead { font-size: 1rem; }
	.tto-actions, .tto-actions .tto-btn { width: 100%; }
	.tto-snapshot__grid > div { padding: .9rem .7rem; }
	.tto-snapshot strong { font-size: .86rem; }
	.tto-catalog, .tto-section { padding-block: 4rem; }
	.tto-card__heading { flex-direction: column; }
	.tto-card__actions { grid-template-columns: 1fr; }
	.tto-results-bar { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
	.tto-hub *, .tto-hub *::before, .tto-hub *::after { scroll-behavior: auto !important; transition: none !important; }
}
.tto-honeymoon-entry {
	background: #f6f0e5;
	padding: 34px 0;
}

.tto-honeymoon-entry__card {
	align-items: center;
	background: #073d2f;
	color: #fff;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1.2fr) minmax(230px, 0.65fr) auto;
	padding: 34px 38px;
}

.tto-hub .tto-honeymoon-entry h2 {
	color: #fff !important;
	font-size: clamp(1.65rem, 3vw, 2.45rem);
	margin: 0 0 10px;
}

.tto-hub .tto-honeymoon-entry p:not(.tto-eyebrow),
.tto-hub .tto-honeymoon-entry li {
	color: rgba(255, 255, 255, 0.82) !important;
}

.tto-hub .tto-honeymoon-entry .tto-eyebrow {
	color: #e9bc66 !important;
}

.tto-honeymoon-entry p {
	margin-bottom: 0;
}

.tto-honeymoon-entry ul {
	margin: 0;
	padding-inline-start: 22px;
}

.tto-honeymoon-entry .tto-btn {
	white-space: nowrap;
}

@media (max-width: 900px) {
	.tto-honeymoon-entry__card {
		grid-template-columns: 1fr;
	}

	.tto-honeymoon-entry .tto-btn {
		width: 100%;
	}
}

.tto-family-entry {
	background: #e9f2ee;
	padding: 0 0 34px;
}

.tto-family-entry__card {
	align-items: center;
	background: #fdfbf6;
	border: 1px solid rgba(7, 61, 47, .16);
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1.2fr) minmax(230px, .65fr) auto;
	padding: 34px 38px;
}

.tto-hub .tto-family-entry h2 { color: #073d2f !important; font-size: clamp(1.65rem, 3vw, 2.45rem); margin: 0 0 10px; }
.tto-family-entry p { margin-bottom: 0; }
.tto-family-entry ul { margin: 0; padding-inline-start: 22px; }
.tto-family-entry .tto-btn { white-space: nowrap; }

@media (max-width: 900px) {
	.tto-family-entry__card { grid-template-columns: 1fr; }
	.tto-family-entry .tto-btn { width: 100%; }
}
