@font-face { font-family: 'Ubuntu UCP'; src: url('fonts/ubuntu-arabic-regular.ttf') format('truetype'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'Ubuntu UCP'; src: url('fonts/ubuntu-arabic-bold.ttf') format('truetype'); font-weight: 700; font-display: swap; }

:root {
  --teal-900: #0e4751; --teal-800: #115f6c; --teal-700: #16737f; --teal: #209ea8; --teal-400: #20a3ad;
  --teal-100: #cdeaec; --teal-50: #eaf6f7; --red: #d62a25; --red-50: #fbeae9; --orange: #e77722;
  --orange-50: #fdf0e6; --ink: #1a1a1a; --muted: #5c6066; --grey: #f1f3f4; --border: #e6e8ea;
  --fire: linear-gradient(135deg, #d62a25 0%, #e26023 62%, #e77722 100%);
  --teal-grad: linear-gradient(135deg, #115f6c 0%, #1b8d98 50%, #20a3ad 100%);
  --shadow: 0 12px 32px rgba(14,71,81,.14), 0 4px 8px rgba(14,71,81,.06);
  --ease: cubic-bezier(.22,.61,.36,1);
  --footer-height: 77px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--ink); font-family: 'Ubuntu UCP', Ubuntu, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
button, a { color: inherit; font: inherit; }
a { text-decoration: none; }
button { cursor: pointer; }
::selection { background: var(--teal-100); }
.site { overflow: hidden; min-height: 100vh; padding-bottom: var(--footer-height); }
.header { position: relative; z-index: 20; direction: ltr; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 25px; width: 100%; height: 86px; margin: 0 auto; padding: 8px clamp(28px,4vw,72px); border-bottom: 1px solid var(--border); background: rgba(255,255,255,.96); }
.logo { width: 310px; height: 70px; overflow: hidden; }
.logo img { width: 100%; height: 100%; object-fit: contain; object-position: left center; }
.header nav { display: flex; gap: 28px; font-size: 14px; font-weight: 700; }
.header-contact { min-height: 42px; padding-inline: 22px; box-shadow: 0 8px 20px rgba(214,42,37,.2); }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 12px; }
.language { display: flex; gap: 2px; padding: 3px; border-radius: 10px; background: var(--grey); }
.language button { width: 34px; height: 31px; border: 0; border-radius: 7px; background: transparent; color: var(--muted); font-size: 12px; font-weight: 700; }
.language button.active { background: var(--teal); color: #fff; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 24px; border: 0; border-radius: 10px; background: var(--teal); color: #fff; font-weight: 700; box-shadow: 0 8px 24px rgba(32,158,168,.23); transition: transform 240ms var(--ease), background 240ms var(--ease); }
.button:hover { transform: translateY(-2px); background: var(--teal-700); }
.button:active { transform: scale(.98); background: var(--teal-800); }
.button-fire { background: var(--fire); box-shadow: 0 8px 22px rgba(214,42,37,.22); }
.button-fire:hover { background: var(--fire); filter: brightness(1.04); }
.button-outline { border: 1.5px solid var(--teal); background: #fff; color: var(--teal-700); box-shadow: none; }
.button-outline:hover { background: var(--teal-50); }

.viewport-content { display: grid; grid-template-columns: minmax(0,2.28fr) minmax(285px,.72fr); grid-template-areas: 'hero social'; width: 100%; min-height: calc(100svh - 86px - var(--footer-height)); }
.hero { position: relative; grid-area: hero; display: grid; grid-template-columns: minmax(0,1fr) 210px; align-items: center; gap: clamp(28px,4vw,64px); min-width: 0; min-height: calc(100svh - 86px - var(--footer-height)); margin: 0; padding: clamp(38px,6vh,72px) clamp(32px,5vw,88px); overflow: hidden; }
.swoosh { position: absolute; pointer-events: none; }
.swoosh-fire { width: 650px; left: -170px; top: -130px; animation: sweep-fire 900ms var(--ease) both; }
.swoosh-teal { width: 720px; right: -180px; bottom: -190px; animation: sweep-teal 1000ms 100ms var(--ease) both; }
.hero-mark { position: absolute; width: 380px; right: 7%; top: 70px; opacity: .035; }
.hero-copy { position: relative; z-index: 2; max-width: 870px; animation: rise 700ms 120ms var(--ease) both; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: clamp(14px,2vh,22px); padding: 7px 13px; border-radius: 999px; background: var(--red-50); color: #a81f1b; font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.eyebrow b { font: inherit; }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--red); }
.hero h1 { max-width: 880px; margin: 0; font-size: clamp(3.5rem,5.8vw,6.5rem); font-weight: 700; line-height: .96; letter-spacing: -.035em; text-wrap: balance; }
.hero h1 em { color: var(--teal); font-style: normal; }
.hero-copy > p { max-width: 720px; margin: clamp(18px,2.4vh,28px) 0 0; color: var(--muted); font-size: clamp(15px,1.25vw,18px); line-height: 1.6; }
.hero ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0 0; padding: 0; list-style: none; }
.hero li { padding: 7px 12px; border: 1px solid var(--teal-100); border-radius: 999px; background: var(--teal-50); color: var(--teal-800); font-size: 12px; font-weight: 700; }
.hero-actions { display: flex; width: 100%; max-width: 720px; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: clamp(22px,3vh,34px); }
.hero-actions .button { min-width: 180px; }
.launch-card { position: relative; z-index: 3; justify-self: end; display: flex; width: 196px; min-height: 238px; flex-direction: column; align-items: flex-start; justify-content: flex-end; padding: 24px; overflow: hidden; border: 1px solid var(--border); border-radius: 24px; background: rgba(255,255,255,.94); box-shadow: var(--shadow); animation: rise 720ms 250ms var(--ease) both; }
.launch-logo { position: absolute; z-index: 0; inset: 12px; display: grid; place-items: center; height: auto; background: transparent; opacity: .18; pointer-events: none; transform-origin: center; animation: heartbeat 1.7s ease-in-out infinite; }
.launch-card .launch-logo img { display: block; width: 100%; height: 100%; object-fit: contain; }
.launch-card span { color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.launch-card .launch-logo { color: inherit; letter-spacing: normal; text-transform: none; }
.launch-card > span:not(.launch-logo), .launch-card strong, .launch-card > i { position: relative; z-index: 1; }
.launch-card strong { max-width: 140px; margin-top: 6px; color: var(--teal-900); font-size: 22px; line-height: 1.15; }
.launch-card > i { width: 38px; height: 4px; margin-top: 15px; border-radius: 4px; background: var(--fire); }

.shows { position: relative; z-index: 2; max-width: 1200px; margin: 0 auto; padding: 130px 28px; background: #fff; }
.section-title { display: grid; grid-template-columns: .75fr 2fr; gap: 50px; margin-bottom: 48px; }
.section-title > p, .connect-copy > p { margin: 7px 0 0; color: var(--red); font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.section-title h2, .connect-copy h2 { margin: 0; font-size: clamp(2.6rem,5vw,4.6rem); line-height: 1.05; letter-spacing: -.03em; text-wrap: balance; }
.section-title > div > span, .connect-copy > span { display: block; max-width: 640px; margin-top: 16px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.show-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.show-card { overflow: hidden; border: 1px solid var(--border); border-radius: 16px; background: #fff; box-shadow: 0 4px 12px rgba(14,71,81,.1); transition: transform 420ms var(--ease), box-shadow 420ms var(--ease); }
.show-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.show-art { position: relative; height: 315px; overflow: hidden; padding: 26px; color: #fff; }
.win-card .show-art { background: var(--fire); }
.ltk-card .show-art { background: var(--teal-grad); }
.show-art > span { position: relative; z-index: 2; font-size: 12px; font-weight: 700; letter-spacing: .14em; }
.show-art > b { position: absolute; z-index: 2; inset-inline-start: 28px; bottom: 24px; font-size: clamp(4.8rem,9vw,8rem); line-height: .7; letter-spacing: -.07em; }
.ltk-card .show-art > b { font-size: clamp(8rem,14vw,12rem); bottom: 2px; opacity: .95; }
.show-art > i { position: absolute; z-index: 3; top: 28px; right: 28px; padding: 7px 11px; border: 1px solid rgba(255,255,255,.8); border-radius: 999px; font-size: 11px; font-style: normal; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.show-art > img { position: absolute; width: 250px; right: -60px; bottom: -80px; filter: brightness(0) invert(1); opacity: .13; }
.show-body { display: flex; min-height: 285px; flex-direction: column; align-items: flex-start; padding: 30px; }
.show-body small { color: var(--teal-700); font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.show-body h3 { margin: 8px 0 12px; font-size: 30px; }
.show-body p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.show-body a { margin-top: auto; padding-top: 28px; color: var(--teal-700); font-size: 14px; font-weight: 700; }
.show-body a span { color: var(--red); }

.connect { position: relative; grid-area: social; display: flex; min-width: 0; min-height: calc(100svh - 86px - var(--footer-height)); flex-direction: column; justify-content: center; gap: clamp(22px,4vh,36px); margin: 0; padding: clamp(30px,4vw,58px) clamp(24px,3vw,46px); overflow: hidden; border-radius: 0; background: var(--teal-900); color: #fff; }
.connect-swoosh { position: absolute; width: 520px; top: -190px; right: -235px; opacity: .28; }
.connect-copy, .socials { position: relative; z-index: 2; }
.connect-copy > p { color: #f09b62; }
.connect-copy h2 { font-size: clamp(1.75rem,2.25vw,2.7rem); line-height: 1.08; }
.connect-copy > span { color: rgba(255,255,255,.72); }
.connect-copy > span { margin-top: 13px; font-size: 14px; line-height: 1.55; }
.socials { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: clamp(10px,1.3vw,16px); width: min(100%,320px); align-self: center; }
.socials a { display: grid; aspect-ratio: 1; min-width: 0; place-items: center; padding: 0; border: 3px solid rgba(255,255,255,.7); border-radius: 50%; background: rgba(255,255,255,.96); color: var(--teal-900); box-shadow: 0 12px 28px rgba(0,0,0,.16); transition: transform 240ms var(--ease), box-shadow 240ms var(--ease), background 240ms var(--ease); }
.socials a:hover { transform: translateY(-4px) scale(1.025); background: #fff; box-shadow: 0 17px 34px rgba(0,0,0,.23); }
.socials a:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }
.socials img { display: block; width: 72%; height: 72%; object-fit: contain; }

footer { position: fixed; z-index: 30; left: 0; right: 0; bottom: 0; min-height: var(--footer-height); padding: 28px clamp(24px,3vw,48px); background: var(--grey); border-top: 1px solid var(--border); }
.footer-line { direction: ltr; display: grid; grid-template-columns: minmax(460px,1.7fr) minmax(190px,.65fr) auto; align-items: center; gap: clamp(16px,2vw,32px); }
.footer-item { display: flex; min-width: 0; align-items: baseline; gap: 10px; white-space: nowrap; }
.footer-item > span { color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.footer-item strong, .footer-item .mail { font-size: 14px; font-weight: 700; }
.footer-item a:not(.mail) { color: var(--teal-700); font-size: 12px; font-weight: 700; }
.footer-contact { justify-self: center; }
.footer-copyright { justify-self: end; color: var(--muted); font-size: clamp(8px,.7vw,10px); font-weight: 700; letter-spacing: .03em; white-space: nowrap; }

.modal-backdrop { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(14,71,81,.72); backdrop-filter: blur(8px); animation: fade 180ms ease-out both; }
.modal { position: relative; width: min(580px,100%); overflow: hidden; padding: 50px; border-radius: 24px; background: #fff; box-shadow: 0 28px 80px rgba(0,0,0,.25); animation: modal-in 320ms var(--ease) both; }
.form-modal { width: min(790px,100%); max-height: min(92vh,900px); overflow-y: auto; scrollbar-color: var(--teal-300, #5dbdc4) transparent; }
.modal > img { position: absolute; width: 180px; right: -50px; top: -45px; opacity: .08; }
.modal-close { position: absolute; z-index: 2; top: 17px; right: 17px; display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid var(--border); border-radius: 10px; background: #fff; color: var(--ink); font-size: 24px; }
.modal > span { display: block; margin-bottom: 12px; color: var(--red); font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.modal h2 { max-width: 450px; margin: 0; color: var(--teal-900); font-size: clamp(2.1rem,5vw,3.3rem); line-height: 1.08; letter-spacing: -.03em; }
.modal > p { margin: 20px 0; color: var(--muted); line-height: 1.7; }
.form-modal form { position: relative; z-index: 2; margin-top: 28px; }
.website-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-modal label { display: flex; min-width: 0; flex-direction: column; gap: 8px; }
.form-modal label > span, .request-types legend { color: var(--teal-900); font-size: 13px; font-weight: 700; }
.form-modal input:not([type='radio']):not([type='checkbox']):not([type='file']), .form-modal select, .form-modal textarea {
  width: 100%; border: 1px solid #d2d5d9; border-radius: 10px; outline: 0; background: #fff; color: var(--ink); font: inherit;
  transition: border-color 180ms var(--ease), box-shadow 180ms var(--ease);
}
.form-modal input:not([type='radio']):not([type='checkbox']):not([type='file']), .form-modal select { height: 48px; padding: 0 13px; }
.form-modal textarea { min-height: 126px; padding: 13px; resize: vertical; line-height: 1.55; }
.form-modal input:focus, .form-modal select:focus, .form-modal textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(32,158,168,.15); }
.request-types { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; margin: 0 0 24px; padding: 0; border: 0; }
.request-types legend { grid-column: 1/-1; margin-bottom: 2px; }
.request-types label { display: grid; grid-template-columns: 17px 1fr; align-items: center; padding: 13px; border: 1px solid var(--border); border-radius: 10px; background: #fff; color: var(--muted); cursor: pointer; font-size: 14px; font-weight: 700; }
.request-types label.selected { border-color: var(--teal); background: var(--teal-50); color: var(--teal-800); }
.request-types input { position: absolute; opacity: 0; pointer-events: none; }
.request-types i { display: block; width: 16px; height: 16px; border: 1.5px solid #a8acb2; border-radius: 50%; box-shadow: inset 0 0 0 4px #fff; background: #fff; }
.request-types label.selected i { border-color: var(--teal); background: var(--teal); }
.conditional-fields { display: grid; gap: 16px; }
.field-wide { width: 100%; }
.arabic-input input { font-family: 'Ubuntu UCP', Tahoma, sans-serif; }
.documents-note { margin: 0; padding: 13px 15px; border-inline-start: 3px solid var(--orange); border-radius: 8px; background: var(--orange-50); color: #7f4219; font-size: 13px; line-height: 1.55; }
.consent { display: grid !important; grid-template-columns: 19px 1fr; align-items: start; gap: 10px !important; margin-top: 2px; cursor: pointer; }
.consent input { width: 18px; height: 18px; margin: 0; accent-color: var(--teal); }
.consent span { color: var(--muted) !important; font-weight: 400 !important; line-height: 1.45; }
.privacy-note { margin: 20px 0 14px; padding: 12px 14px; border-radius: 10px; background: var(--orange-50); color: #8c481c; font-size: 12px; line-height: 1.5; }
.form-submit { width: 100%; border-radius: 10px; }
.form-error, .form-success { margin: 12px 0 0; padding: 11px 13px; border-radius: 9px; font-size: 12px; line-height: 1.5; }
.form-error { background: var(--red-50); color: #a81f1b; }
.form-success { background: var(--teal-50); color: var(--teal-800); }

.rtl { text-align: right; }
.rtl .viewport-content { grid-template-columns: minmax(285px,.72fr) minmax(0,2.28fr); grid-template-areas: 'social hero'; }
.rtl .header .button { direction: rtl; }
.rtl .hero h1 { line-height: 1.12; }
.rtl .hero h1 br { display: none; }
.rtl .hero h1 > span, .rtl .hero h1 > em { display: block; }
.rtl .hero h1 > em { margin-top: .12em; }
.rtl .footer-item, .rtl .footer-copyright { direction: rtl; }
.rtl .show-art > i { right: auto; left: 28px; }
.rtl .modal-close { right: auto; left: 17px; }
.rtl .modal > img { right: auto; left: -50px; }

@keyframes rise { from { opacity: 0; transform: translateY(22px); } }
@keyframes sweep-fire { from { opacity: 0; transform: translate(-80px,-40px); } }
@keyframes sweep-teal { from { opacity: 0; transform: translate(80px,40px); } }
@keyframes heartbeat {
  0%, 34%, 100% { transform: scale(1); }
  12% { transform: scale(1.06); }
  22% { transform: scale(1.015); }
  28% { transform: scale(1.085); }
}
@keyframes fade { from { opacity: 0; } }
@keyframes modal-in { from { opacity: 0; transform: translateY(18px) scale(.98); } }

@media (max-width: 1100px) {
  .site { padding-bottom: 0; }
  .viewport-content, .hero, .connect { min-height: calc(100svh - 86px); }
  footer { position: static; min-height: 0; }
  .footer-line { grid-template-columns: 1fr; gap: 16px; text-align: center; }
  .footer-item, .footer-contact, .footer-copyright { justify-self: center; }
}

@media (max-width: 900px) {
  .header { grid-template-columns: 1fr auto; }
  .header nav { display: none; }
  .logo { width: 250px; }
  .viewport-content { display: flex; min-height: auto; flex-direction: column; }
  .hero { grid-template-columns: 1fr; min-height: 760px; padding-top: 100px; }
  .launch-card { position: absolute; right: 6%; bottom: 65px; width: 175px; min-height: 190px; }
  .section-title { grid-template-columns: 1fr; gap: 14px; }
  .connect { display: grid; grid-template-columns: 1fr 1fr; min-height: auto; margin: 0; padding: 55px; }
}

@media (min-width: 1101px) and (max-height: 720px) {
  .header { height: 76px; }
  .logo { width: 270px; height: 62px; }
  .viewport-content, .hero, .connect { min-height: calc(100svh - 76px - var(--footer-height)); }
  .hero { padding-block: 28px; }
  .hero h1 { font-size: clamp(3rem,5.2vw,5.3rem); }
  .hero-copy > p { margin-top: 14px; line-height: 1.5; }
  .hero ul { margin-top: 14px; }
  .hero-actions { margin-top: 18px; }
  .connect { gap: 18px; padding-block: 24px; }
  .connect-copy h2 { font-size: clamp(1.55rem,2.1vw,2.25rem); }
  .connect-copy > span { font-size: 13px; line-height: 1.45; }
  .socials { width: min(100%,280px); gap: 10px; }
  .launch-card { min-height: 218px; }
}

@media (max-width: 640px) {
  .header { height: 84px; padding: 9px 16px; gap: 8px; }
  .logo { width: 148px; height: 58px; }
  .language button { width: 31px; }
  .hero { display: flex; min-height: auto; flex-direction: column; align-items: center; gap: 34px; padding: 64px 22px 44px; }
  .hero-copy { width: 100%; text-align: center; }
  .hero h1 { font-size: clamp(3.5rem,16vw,5.1rem); line-height: .96; }
  .hero-copy > p { margin-inline: auto; font-size: 16px; }
  .hero ul { justify-content: center; }
  .launch-card { position: relative; left: auto; right: auto; bottom: auto; align-self: center; width: min(240px,100%); min-height: 210px; align-items: center; margin-top: 4px; padding: 26px; text-align: center; }
  .launch-card strong { max-width: 100%; }
  .swoosh-fire { width: 430px; left: -190px; top: -100px; }
  .swoosh-teal { width: 480px; right: -260px; bottom: -95px; }
  .shows { padding: 95px 20px; }
  .section-title h2 { font-size: 2.8rem; }
  .show-grid { grid-template-columns: 1fr; }
  .show-art { height: 270px; }
  .show-body { min-height: 270px; }
  .connect { grid-template-columns: 1fr; margin: 0; padding: 48px 22px; text-align: center; }
  .connect-copy > span { margin-inline: auto; }
  .socials { grid-template-columns: repeat(2,minmax(0,1fr)); width: min(100%,360px); margin-inline: auto; gap: 12px; }
  footer { padding: 28px 18px; text-align: center; }
  .footer-line { gap: 14px; }
  .footer-item { flex-direction: column; align-items: center; gap: 4px; white-space: normal; }
  .footer-item > span, .footer-copyright { font-size: 9px; }
  .footer-item strong, .footer-item .mail { max-width: 330px; font-size: 13px; line-height: 1.4; }
  .footer-item a:not(.mail) { font-size: 11px; }
  .footer-copyright { white-space: normal; }
  .modal { padding: 45px 24px 28px; }
  .field-grid { grid-template-columns: 1fr; }
  .request-types { grid-template-columns: 1fr; }
}

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