/* Arabic corporate travel landing page. Scoped to avoid affecting other pages. */
.ttc-page {
	--ttc-green-950: #092f26;
	--ttc-green-900: #0f3f32;
	--ttc-green-800: #185441;
	--ttc-green-100: #e7f0ec;
	--ttc-sand: #d7a65f;
	--ttc-sand-light: #f1d19e;
	--ttc-cream: #faf7f1;
	--ttc-white: #fff;
	--ttc-ink: #17231e;
	--ttc-muted: #52645d;
	--ttc-line: #d8e2dd;
	--ttc-shadow: 0 18px 54px rgba(15, 63, 50, .10);
	margin-top: calc(-1 * var(--nav-height));
	background: var(--ttc-cream);
	color: var(--ttc-ink);
	direction: rtl;
	overflow: clip;
}

.ttc-page *, .ttc-page *::before, .ttc-page *::after { box-sizing: border-box; }
.ttc-page section[id^="corporate-"] { scroll-margin-top: calc(var(--nav-height, 88px) + 18px); }
.ttc-page :is(h1, h2, h3, p, ul, ol, blockquote) { margin-top: 0; }
.ttc-page a { color: inherit; }
.ttc-container { width: min(1200px, calc(100% - 48px)); margin-inline: auto; }
.ttc-container--narrow { width: min(850px, calc(100% - 48px)); margin-inline: auto; }
.ttc-section { padding-block: clamp(64px, 8vw, 112px); }
.ttc-section--white { background: var(--ttc-white); }
.ttc-section--soft { background: #f2f6f3; }
.ttc-section--dark { background: var(--ttc-green-950); color: var(--ttc-white); }
.ttc-eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 12px; color: #9a6327; font-weight: 800; font-size: .9rem; }
.ttc-section--dark .ttc-eyebrow, .ttc-hero .ttc-eyebrow { color: var(--ttc-sand-light); }
.ttc-heading { margin-bottom: 16px; color: var(--ttc-green-900); font-size: clamp(2rem, 4vw, 3.35rem); line-height: 1.25; letter-spacing: -.025em; }
.ttc-lead { max-width: 760px; margin-bottom: 0; color: var(--ttc-muted); font-size: clamp(1.05rem, 1.8vw, 1.28rem); line-height: 1.95; }
.ttc-section-head { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 42px; }
.ttc-section-head > div { max-width: 780px; }

/* Explicit dark-surface contrast. These declarations intentionally outrank theme colors. */
body.true-travel .ttc-page :is(.ttc-hero, .ttc-section--dark, .ttc-dark-card, .ttc-form-aside) :is(h1, h2, h3, h4, p, li, label, blockquote) { color: #fff !important; }
body.true-travel .ttc-page :is(.ttc-hero, .ttc-section--dark, .ttc-dark-card, .ttc-form-aside) .ttc-eyebrow { color: var(--ttc-sand-light) !important; }

/* Hero */
.ttc-hero { position: relative; isolation: isolate; min-height: 760px; display: grid; align-items: center; padding: 155px 0 92px; color: #fff; background: var(--ttc-green-950); }
.ttc-hero__media, .ttc-hero__media img, .ttc-hero__overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.ttc-hero__media { z-index: -3; }
.ttc-hero__media img { object-fit: cover; object-position: center 46%; }
.ttc-hero__overlay { z-index: -2; background: linear-gradient(90deg, rgba(9,47,38,.84) 0%, rgba(9,47,38,.80) 42%, rgba(9,47,38,.95) 100%); }
.ttc-hero__grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(290px, .75fr); gap: clamp(34px, 7vw, 92px); align-items: center; }
.ttc-hero h1 { max-width: 800px; margin-bottom: 22px; font-size: clamp(2.7rem, 5.7vw, 5rem); line-height: 1.13; letter-spacing: -.045em; text-wrap: balance; }
.ttc-hero__lead { max-width: 700px; margin-bottom: 30px; color: rgba(255,255,255,.91) !important; font-size: clamp(1.1rem, 2vw, 1.35rem); line-height: 1.9; }
.ttc-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.ttc-button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 11px 23px; border: 1px solid transparent; border-radius: 12px; font-weight: 800; text-decoration: none; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; cursor: pointer; font: inherit; }
.ttc-button:hover { transform: translateY(-2px); }
.ttc-button:focus-visible, .ttc-page :is(a, button, input, select, textarea, summary):focus-visible { outline: 3px solid #ffd28f; outline-offset: 3px; }
.ttc-button--primary { background: var(--ttc-sand); color: var(--ttc-green-950) !important; box-shadow: 0 10px 28px rgba(215,166,95,.22); }
.ttc-button--primary:hover { background: #e2b774; }
.ttc-button--outline { border-color: rgba(255,255,255,.68); color: #fff !important; background: rgba(255,255,255,.06); }
.ttc-button--outline:hover { background: rgba(255,255,255,.14); }
.ttc-button--green { background: var(--ttc-green-900); color: #fff !important; }
.ttc-button--green:hover { background: var(--ttc-green-800); }
.ttc-hero-card { padding: 28px; border: 1px solid rgba(255,255,255,.28); border-radius: 24px; background: rgba(8,42,34,.70); box-shadow: 0 24px 64px rgba(0,0,0,.22); backdrop-filter: blur(10px); }
.ttc-hero-card__title { margin-bottom: 18px; font-size: 1.3rem; }
.ttc-hero-card ul { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.ttc-hero-card li { position: relative; padding-right: 28px; line-height: 1.7; color: rgba(255,255,255,.92) !important; }
.ttc-hero-card li::before { content: "✓"; position: absolute; right: 0; top: 0; color: var(--ttc-sand-light); font-weight: 900; }

/* Trust strip */
.ttc-trust { position: relative; z-index: 3; margin-top: -36px; }
.ttc-trust__grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--ttc-line); border-radius: 20px; background: #fff; box-shadow: var(--ttc-shadow); overflow: hidden; }
.ttc-trust__item { min-height: 108px; display: flex; flex-direction: column; justify-content: center; gap: 5px; padding: 22px; border-left: 1px solid var(--ttc-line); }
.ttc-trust__item:last-child { border-left: 0; }
.ttc-trust__item strong { color: var(--ttc-green-900); font-size: 1.02rem; }
.ttc-trust__item span { color: var(--ttc-muted); font-size: .92rem; line-height: 1.55; }

/* Editorial introduction */
.ttc-intro { padding-top: clamp(88px, 10vw, 140px); }
.ttc-intro__grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(36px, 7vw, 90px); align-items: start; }
.ttc-intro__aside { position: sticky; top: 110px; padding: 26px; border-right: 4px solid var(--ttc-sand); border-radius: 16px; background: #fff; box-shadow: 0 12px 36px rgba(15,63,50,.07); }
.ttc-intro__aside strong { display: block; margin-bottom: 8px; color: var(--ttc-green-900); font-size: 1.2rem; }
.ttc-intro__aside p { margin-bottom: 0; color: var(--ttc-muted); line-height: 1.8; }
.ttc-copy p { margin-bottom: 20px; color: #33473f; font-size: 1.08rem; line-height: 2; }

/* Cards */
.ttc-services { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.ttc-card { position: relative; min-height: 100%; padding: 26px; border: 1px solid var(--ttc-line); border-radius: 18px; background: #fff; box-shadow: 0 10px 30px rgba(15,63,50,.055); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.ttc-card:hover { transform: translateY(-4px); border-color: #b7cec4; box-shadow: 0 18px 42px rgba(15,63,50,.10); }
.ttc-card__number { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 18px; border-radius: 12px; background: var(--ttc-green-100); color: var(--ttc-green-900); font-weight: 900; }
.ttc-card h3 { margin-bottom: 10px; color: var(--ttc-green-900); font-size: 1.18rem; line-height: 1.45; }
.ttc-card p { margin-bottom: 0; color: var(--ttc-muted); line-height: 1.8; }
.ttc-card--featured { grid-column: span 2; background: linear-gradient(145deg, #fff, #f4f8f5); }

/* Audience */
.ttc-audience { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 22px; background: rgba(255,255,255,.16); }
.ttc-audience article { padding: 28px; background: var(--ttc-green-950); }
.ttc-audience h3 { margin-bottom: 10px; color: var(--ttc-sand-light) !important; font-size: 1.2rem; }
.ttc-audience p { margin-bottom: 0; color: rgba(255,255,255,.82) !important; line-height: 1.8; }

/* Process */
.ttc-steps { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; counter-reset: ttc-step; }
.ttc-step { position: relative; min-height: 210px; padding: 72px 22px 24px; border: 1px solid var(--ttc-line); border-radius: 18px; background: #fff; }
.ttc-step::before { counter-increment: ttc-step; content: counter(ttc-step); position: absolute; top: 22px; right: 22px; display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: var(--ttc-green-900); color: #fff; font-weight: 900; }
.ttc-step h3 { margin-bottom: 8px; color: var(--ttc-green-900); font-size: 1.08rem; }
.ttc-step p { margin-bottom: 0; color: var(--ttc-muted); line-height: 1.75; }

/* Policy and callout */
.ttc-split { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; align-items: stretch; }
.ttc-panel { padding: clamp(26px, 4vw, 42px); border: 1px solid var(--ttc-line); border-radius: 22px; background: #fff; }
.ttc-panel h2 { margin-bottom: 16px; color: var(--ttc-green-900); font-size: clamp(1.7rem, 3vw, 2.45rem); line-height: 1.35; }
.ttc-panel p { color: var(--ttc-muted); line-height: 1.9; }
.ttc-check-list { display: grid; gap: 12px; margin: 22px 0 0; padding: 0; list-style: none; }
.ttc-check-list li { position: relative; padding-right: 28px; color: #33473f; line-height: 1.75; }
.ttc-check-list li::before { content: "✓"; position: absolute; right: 0; color: #9a6327; font-weight: 900; }
.ttc-dark-card { background: linear-gradient(145deg, var(--ttc-green-950), var(--ttc-green-800)); border-color: transparent; }
.ttc-dark-card p, .ttc-dark-card li { color: rgba(255,255,255,.86) !important; }
.ttc-note { margin-top: 26px; padding: 20px 22px; border: 1px solid #e4c28f; border-radius: 14px; background: #fff8ea; color: #684a22; line-height: 1.8; }

/* Decision checklist and sectors */
.ttc-checks { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.ttc-check { padding: 22px; border-top: 4px solid var(--ttc-sand); border-radius: 14px; background: #fff; box-shadow: 0 8px 24px rgba(15,63,50,.06); }
.ttc-check h3 { margin-bottom: 8px; color: var(--ttc-green-900); font-size: 1.05rem; }
.ttc-check p { margin-bottom: 0; color: var(--ttc-muted); font-size: .93rem; line-height: 1.75; }
.ttc-sectors { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.ttc-sector { padding: 24px; border: 1px solid var(--ttc-line); border-radius: 16px; background: rgba(255,255,255,.72); }
.ttc-sector h3 { margin-bottom: 8px; color: var(--ttc-green-900); font-size: 1.05rem; }
.ttc-sector p { margin-bottom: 0; color: var(--ttc-muted); line-height: 1.75; font-size: .94rem; }

/* Proposal */
.ttc-proposal { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(38px, 7vw, 90px); align-items: center; }
.ttc-proposal__list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 0; padding: 0; list-style: none; }
.ttc-proposal__list li { min-height: 78px; display: flex; align-items: center; position: relative; padding: 15px 46px 15px 17px; border: 1px solid rgba(255,255,255,.16); border-radius: 14px; background: rgba(255,255,255,.06); color: rgba(255,255,255,.9) !important; line-height: 1.65; }
.ttc-proposal__list li::before { content: "✓"; position: absolute; right: 17px; color: var(--ttc-sand-light); font-weight: 900; }

/* Form */
.ttc-form-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 28px; align-items: start; }
.ttc-form-aside { position: sticky; top: 110px; padding: 32px; border-radius: 22px; background: linear-gradient(145deg, var(--ttc-green-950), var(--ttc-green-800)); box-shadow: var(--ttc-shadow); }
.ttc-form-aside h2 { margin-bottom: 14px; font-size: clamp(1.85rem, 3vw, 2.6rem); line-height: 1.35; }
.ttc-form-aside p { color: rgba(255,255,255,.84) !important; line-height: 1.9; }
.ttc-form-aside ul { display: grid; gap: 11px; margin: 22px 0 0; padding: 0; list-style: none; }
.ttc-form-aside li { position: relative; padding-right: 25px; color: rgba(255,255,255,.9) !important; }
.ttc-form-aside li::before { content: "•"; position: absolute; right: 4px; color: var(--ttc-sand-light); }
.ttc-form { padding: clamp(24px, 4vw, 38px); border: 1px solid var(--ttc-line); border-radius: 22px; background: #fff; box-shadow: var(--ttc-shadow); }
.ttc-form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.ttc-form__required-note { grid-column: 1 / -1; margin-bottom: 0; color: var(--ttc-muted); font-size: .9rem; line-height: 1.65; }
.ttc-field { display: flex; flex-direction: column; gap: 7px; }
.ttc-field--full { grid-column: 1 / -1; }
.ttc-field label, .ttc-form legend { color: var(--ttc-green-900); font-weight: 800; }
.ttc-field :is(input, select, textarea) { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid #b9cbc3; border-radius: 10px; background: #fff; color: var(--ttc-ink); font: inherit; }
.ttc-field textarea { min-height: 112px; resize: vertical; }
.ttc-field :is(input, select, textarea):focus { border-color: #9a6327; box-shadow: 0 0 0 3px rgba(215,166,95,.22); outline: 0; }
.ttc-field.is-invalid :is(input, select, textarea), .ttc-consent.is-invalid input { border-color: #a33b32; box-shadow: 0 0 0 3px rgba(163,59,50,.13); }
.ttc-field__error { color: #8a2f29; font-size: .88rem; font-weight: 700; line-height: 1.55; }
.ttc-field small { color: var(--ttc-muted); line-height: 1.55; }
.ttc-services-fieldset { grid-column: 1 / -1; margin: 2px 0; padding: 17px; border: 1px solid var(--ttc-line); border-radius: 12px; }
.ttc-services-fieldset legend { padding-inline: 7px; }
.ttc-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 18px; }
.ttc-option { display: flex; align-items: flex-start; gap: 9px; color: #33473f; }
.ttc-option input { flex: 0 0 auto; width: 18px; height: 18px; margin-top: 5px; accent-color: var(--ttc-green-900); }
.ttc-consent { grid-column: 1 / -1; display: flex; align-items: flex-start; gap: 10px; color: var(--ttc-muted); font-size: .93rem; line-height: 1.65; }
.ttc-consent input { flex: 0 0 auto; width: 18px; height: 18px; margin-top: 4px; accent-color: var(--ttc-green-900); }
.ttc-form__submit { grid-column: 1 / -1; justify-self: start; border: 0; }
.ttc-form-status { margin-bottom: 18px; padding: 14px 17px; border-radius: 11px; line-height: 1.7; }
.ttc-form-status--success { border: 1px solid #9fcdb5; background: #e9f7ef; color: #175737; }
.ttc-form-status--error { border: 1px solid #e1bd80; background: #fff5e4; color: #6d4817; }
.ttc-honeypot {
	position: absolute !important;
	inset: 0 auto auto 0 !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
}

/* FAQ */
.ttc-faq { display: grid; gap: 12px; }
.ttc-faq details { border: 1px solid var(--ttc-line); border-radius: 14px; background: #fff; box-shadow: 0 7px 20px rgba(15,63,50,.045); }
.ttc-faq summary { position: relative; padding: 19px 56px 19px 20px; color: var(--ttc-green-900); font-weight: 800; cursor: pointer; list-style: none; }
.ttc-faq summary::-webkit-details-marker { display: none; }
.ttc-faq summary::before, .ttc-faq summary::after { content: ""; position: absolute; right: 21px; top: 50%; width: 16px; height: 2px; background: var(--ttc-green-900); transition: transform .2s ease; }
.ttc-faq summary::after { transform: rotate(90deg); }
.ttc-faq details[open] summary::after { transform: rotate(0); }
.ttc-faq details p { margin: 0; padding: 0 56px 20px 20px; color: var(--ttc-muted); line-height: 1.85; }

/* Closing CTA */
.ttc-closing { padding: clamp(58px, 8vw, 92px) 0; background: linear-gradient(135deg, #e8d3b2, #f7ead6); }
.ttc-closing__inner { display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.ttc-closing h2 { max-width: 730px; margin-bottom: 10px; color: var(--ttc-green-950); font-size: clamp(2rem, 4vw, 3.15rem); line-height: 1.3; }
.ttc-closing p { max-width: 700px; margin-bottom: 0; color: #4d5d56; line-height: 1.85; }

@media (max-width: 1050px) {
	.ttc-services { grid-template-columns: repeat(2, 1fr); }
	.ttc-audience { grid-template-columns: repeat(2, 1fr); }
	.ttc-steps { grid-template-columns: repeat(2, 1fr); }
	.ttc-checks, .ttc-sectors { grid-template-columns: repeat(2, 1fr); }
	.ttc-check:last-child, .ttc-sector:last-child { grid-column: span 2; }
}

@media (max-width: 850px) {
	.ttc-container, .ttc-container--narrow { width: min(100% - 32px, 1200px); }
	.ttc-hero { min-height: auto; padding: 132px 0 78px; text-align: center; }
	.ttc-hero__grid, .ttc-intro__grid, .ttc-proposal, .ttc-form-layout { grid-template-columns: 1fr; }
	.ttc-hero__content { display: flex; flex-direction: column; align-items: center; }
	.ttc-hero__overlay { background: rgba(9,47,38,.87); }
	.ttc-hero-card { width: min(100%, 620px); text-align: right; }
	.ttc-actions { justify-content: center; }
	.ttc-trust { margin-top: 0; padding-top: 18px; background: #fff; }
	.ttc-trust__grid { grid-template-columns: repeat(2, 1fr); box-shadow: none; }
	.ttc-trust__item:nth-child(2) { border-left: 0; }
	.ttc-trust__item:nth-child(-n+2) { border-bottom: 1px solid var(--ttc-line); }
	.ttc-intro { padding-top: 72px; }
	.ttc-intro__aside, .ttc-form-aside { position: static; }
	.ttc-split { grid-template-columns: 1fr; }
	.ttc-proposal__list { grid-template-columns: 1fr; }
	.ttc-section-head, .ttc-closing__inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 620px) {
	.ttc-container, .ttc-container--narrow { width: min(100% - 24px, 1200px); }
	.ttc-page { margin-top: calc(-1 * var(--nav-height-mobile, var(--nav-height))); }
	.ttc-page section[id^="corporate-"] { scroll-margin-top: calc(var(--nav-height-mobile, 64px) + 14px); }
	.ttc-section { padding-block: 56px; }
	.ttc-hero { padding: 136px 0 58px; }
	.ttc-hero h1 { font-size: clamp(2.25rem, 11vw, 3.25rem); }
	.ttc-hero__lead { font-size: 1.04rem; }
	.ttc-actions { width: 100%; flex-direction: column; }
	.ttc-button { width: 100%; }
	.ttc-hero-card { padding: 21px; }
	.ttc-trust__grid, .ttc-services, .ttc-audience, .ttc-steps, .ttc-checks, .ttc-sectors, .ttc-form__grid, .ttc-options { grid-template-columns: 1fr; }
	.ttc-trust__item { min-height: auto; border-left: 0; border-bottom: 1px solid var(--ttc-line); text-align: center; }
	.ttc-trust__item:last-child { border-bottom: 0; }
	.ttc-card--featured, .ttc-check:last-child, .ttc-sector:last-child { grid-column: auto; }
	.ttc-card, .ttc-step, .ttc-panel, .ttc-form, .ttc-form-aside { padding: 21px; }
	.ttc-step { min-height: 0; }
	.ttc-form__submit { justify-self: stretch; }
	.ttc-faq summary { padding: 17px 48px 17px 16px; }
	.ttc-faq details p { padding: 0 48px 18px 16px; }
}

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