@font-face { font-family: "Tajawal"; src: url("/site/fonts/Tajawal-Regular.ttf") format("truetype"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Tajawal"; src: url("/site/fonts/Tajawal-Medium.ttf") format("truetype"); font-style: normal; font-weight: 500 600; font-display: swap; }
@font-face { font-family: "Tajawal"; src: url("/site/fonts/Tajawal-Bold.ttf") format("truetype"); font-style: normal; font-weight: 700 900; font-display: swap; }
:root {
  color-scheme: light;
  font-family: "Tajawal", system-ui, sans-serif;
  --sy-forest-950: #003b34;
  --sy-forest-800: #005246;
  --sy-forest-100: #e7efe9;
  --sy-gold-500: #c9a75d;
  --sy-gold-100: #f4ead4;
  --sy-umber-700: #5b4636;
  --sy-charcoal-900: #232725;
  --sy-ivory-50: #f7f3ea;
  --sy-white: #fff;
  --sy-danger-700: #a31d2e;
  --sy-danger-50: #fff0f1;
  --sy-success-700: #1b6b4f;
  --sy-success-50: #e8f4ed;
  background: var(--sy-ivory-50);
  color: var(--sy-charcoal-900);
}
* { box-sizing: border-box; }
body { margin: 0; background: radial-gradient(circle at 82% 4%, var(--sy-gold-100), transparent 25rem), var(--sy-ivory-50); }
header { background: var(--sy-forest-950); color: var(--sy-white); padding: .65rem 1rem; position: sticky; top: 0; z-index: 20; border-block-end: 3px solid var(--sy-gold-500); box-shadow: 0 3px 18px #003b3440; }
header .bar, main { max-width: 960px; margin: auto; }
.site-name { margin: 0; font-size: 1.55rem; line-height: 1; font-weight: 800; }
.brand-link { display: inline-flex; align-items: center; gap: .65rem; color: var(--sy-white); text-decoration: none; }
.brand-logo-frame { display: grid; place-items: center; width: 54px; height: 54px; border: 1px solid #c9a75d99; border-radius: 16px; overflow: hidden; box-shadow: 0 0 0 3px #ffffff12; }
.brand-link img { display: block; width: 52px; height: 52px; border-radius: 15px; }
.brand-copy { display: grid; gap: .25rem; }
.site-tagline { color: #e7efe9; font-size: .76rem; font-weight: 500; }
.bar { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.header-actions { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: .5rem; }
.header-actions button { min-height: 38px; padding: .45rem .65rem; }
.header-actions #user-name { font-weight: 700; }
main { padding: 1rem; }
.hero { position: relative; isolation: isolate; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 2rem; margin-block-start: 1rem; padding: 2.5rem; overflow: hidden; border: 1px solid #c9a75d73; border-radius: 28px; background: linear-gradient(135deg, #fffdf8e8, #e7efe9cc); box-shadow: 0 18px 50px #003b341c; }
.hero::before { content: ""; position: absolute; z-index: -1; inset-inline-end: -8rem; inset-block-start: -10rem; width: 24rem; height: 24rem; border: 1px solid #c9a75d5c; border-radius: 50%; box-shadow: 0 0 0 3rem #c9a75d0f, 0 0 0 6rem #0052460a; }
.hero-copy { max-width: 680px; }
.hero h1, .hero h2 { font-size: clamp(1.7rem, 5vw, 2.65rem); line-height: 1.2; margin-block: .25rem .75rem; }
.hero-intro { max-width: 620px; font-size: 1.08rem; line-height: 1.75; }
.hero-mark { position: relative; display: grid; place-items: center; padding: 1rem; }
.hero-logo-halo { position: absolute; width: 112%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, #c9a75d42 0 48%, transparent 49%); }
.hero-mark img { position: relative; display: block; width: min(25vw, 220px); height: auto; border: 2px solid var(--sy-gold-500); border-radius: 24%; box-shadow: 0 18px 42px #003b3447; }
.compact-hero { padding-block-end: 0; }
.hero-cta { margin-block-start: .85rem; min-height: 50px; padding-inline: 1.35rem; font-size: 1.05rem; }
.hero-benefits { display: flex; flex-wrap: wrap; gap: .5rem 1rem; margin: 1rem 0 .25rem; padding: 0; list-style: none; color: var(--sy-umber-700); font-size: .95rem; }
.hero-benefits li::before { content: "✓"; color: var(--sy-forest-800); font-weight: 900; margin-inline-end: .35rem; }
.eyebrow { color: var(--sy-forest-800); font-weight: 700; margin: 0; }
.steps { margin-block: 1rem 2rem; }
.steps ol { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; padding: 0; list-style: none; counter-reset: booking-step; }
.steps li { counter-increment: booking-step; border-inline-start: 4px solid var(--sy-gold-500); border-radius: 10px; background: var(--sy-white); padding: 1rem; box-shadow: 0 2px 8px #003b3420; }
.steps li::before { content: counter(booking-step); display: grid; place-items: center; width: 2rem; height: 2rem; margin-block-end: .5rem; border-radius: 50%; color: var(--sy-charcoal-900); background: var(--sy-gold-500); font-weight: 800; }
.card { background: var(--sy-white); border: 1px solid #d8d1c2; border-radius: 14px; padding: 1rem; margin-block: 1rem; box-shadow: 0 2px 8px #003b3420; }
.service-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1rem; margin-block: 1rem 2rem; }
.service-card { position: relative; display: grid; grid-template-columns: auto 1fr; gap: .85rem; align-items: start; overflow: hidden; background: var(--sy-white); border: 1px solid #c9a75d8c; border-radius: 18px; padding: 1.2rem; box-shadow: 0 10px 28px #003b341c; }
.service-card::before { content: ""; position: absolute; inset-block: 0; inset-inline-start: 0; width: 5px; background: linear-gradient(var(--sy-forest-800), var(--sy-gold-500)); }
.service-card h3 { margin: 0 0 .35rem; }
.service-card p { margin: 0; color: var(--sy-umber-700); }
.service-card button { grid-column: 1 / -1; }
.service-card > .button-link { grid-column: 1 / -1; width: 100%; justify-content: center; }
.service-card.coming-soon { background: var(--sy-ivory-50); }
.service-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; background: var(--sy-gold-100); color: var(--sy-forest-950); font-size: 1.55rem; font-weight: 900; }
.auth-panel { border-color: var(--sy-gold-500); box-shadow: 0 14px 36px #003b3424; }
.auth-heading { display: flex; align-items: center; gap: 1rem; }
.auth-heading img { flex: 0 0 auto; border: 1px solid var(--sy-gold-500); border-radius: 16px; }
.auth-heading h2 { margin-block: 0 .25rem; }
.auth-heading p { margin: 0; }
.auth-buttons { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: .75rem; }
.auth-buttons .provider { background: var(--sy-charcoal-900); border-color: var(--sy-charcoal-900); }
.section-heading { display: flex; flex-direction: column; align-items: flex-start; gap: .5rem; margin-block-start: 1rem; }
.section-heading h2 { margin: 0; }
.section-heading p { margin: 0; }
.step-label { width: fit-content; border-radius: 999px; padding: .25rem .65rem; background: var(--sy-gold-100); color: var(--sy-forest-950); font-size: .88rem; font-weight: 800; }
.text-button { min-height: auto; border: 0; padding: 0; color: var(--sy-forest-800); background: transparent; }
.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: .8rem; }
.form-space { margin-block-start: 1rem; }
.field-help { align-self: end; margin: 0; color: var(--sy-umber-700); font-size: .9rem; line-height: 1.5; }
.service-context { display: grid; gap: .35rem; align-content: center; }
.service-context span { font-weight: 650; }
.service-context strong { min-height: 44px; display: flex; align-items: center; border-radius: 9px; border: 1px solid #d8d1c2; padding: .65rem .75rem; background: var(--sy-ivory-50); }
.booking-search { align-items: end; border-color: var(--sy-gold-500); box-shadow: 0 8px 24px #003b3424; }
label { display: grid; gap: .35rem; font-weight: 650; }
input, select, textarea, button { font: inherit; min-height: 44px; border-radius: 9px; border: 1px solid #978b78; padding: .65rem .75rem; }
button { background: var(--sy-forest-800); color: var(--sy-white); border-color: var(--sy-forest-800); cursor: pointer; font-weight: 700; transition: transform .15s ease, box-shadow .15s ease, background-color .15s ease; }
button.secondary { background: var(--sy-white); color: var(--sy-forest-800); }
.button-link { display: inline-flex; width: fit-content; min-height: 44px; align-items: center; border-radius: 10px; padding: .65rem .9rem; background: var(--sy-forest-800); color: var(--sy-white); text-decoration: none; font-weight: 700; transition: transform .15s ease, box-shadow .15s ease; }
button:hover, .button-link:hover { transform: translateY(-1px); box-shadow: 0 8px 18px #003b3430; }
button:focus-visible, .button-link:focus-visible, a:focus-visible { outline: 3px solid var(--sy-gold-500); outline-offset: 3px; }
button:disabled { opacity: .55; cursor: not-allowed; }
.slot { display: flex; justify-content: space-between; align-items: center; gap: .75rem; border-block-end: 1px solid #e8e0d1; padding-block: .75rem; }
.status { border-inline-start: 4px solid var(--sy-gold-500); padding: .75rem; background: var(--sy-gold-100); }
.success { border-color: var(--sy-success-700); background: var(--sy-success-50); }
.danger { border-color: var(--sy-danger-700); background: var(--sy-danger-50); }
.muted { color: var(--sy-umber-700); font-size: .9rem; }
.hidden { display: none !important; }
nav a { color: inherit; }
code { overflow-wrap: anywhere; }
.ticket { text-align: center; }
.booking-qr { width: min(100%, 420px); margin: 1rem auto; }
.booking-qr svg { display: block; width: 100%; height: auto; border: 1px solid #d8d1c2; }
.ticket .button-link { margin-inline: auto; }
.ticket-data { margin-block-start: 1rem; text-align: start; }
.ticket-data code { display: block; margin-block-start: .75rem; direction: ltr; text-align: left; white-space: normal; }
.help-section { margin-block: 2.5rem 1rem; }
.help-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; }
.help-grid article { padding: 1rem; border-radius: 14px; background: var(--sy-forest-100); }
.help-grid h3 { margin-block: 0 .45rem; font-size: 1.05rem; }
.help-grid p { margin: 0; color: var(--sy-umber-700); line-height: 1.65; }
.platform-section { display: grid; grid-template-columns: minmax(0, 1fr) minmax(220px, .65fr); gap: 1.25rem; align-items: center; margin-block: 1rem; padding: 1.25rem; border: 1px solid #d8d1c2; border-radius: 16px; background: var(--sy-white); box-shadow: 0 2px 8px #003b3420; scroll-margin-top: 5.5rem; }
.platform-section h2 { margin-block: .2rem .5rem; }
.platform-section p { line-height: 1.65; }
.policy-copy p { margin-block: .4rem; }
.settings-actions { display: grid; gap: .75rem; justify-items: start; }
.secondary-link { background: var(--sy-gold-100); color: var(--sy-forest-950); }
footer { margin-block-start: 2rem; padding: 1.75rem 1rem; color: var(--sy-white); border-block-start: 4px solid var(--sy-gold-500); background: linear-gradient(135deg, var(--sy-forest-950), #002b26); }
.footer-inner { display: grid; grid-template-columns: 1fr auto; gap: 1.5rem; max-width: 960px; margin: auto; }
.footer-brand { display: flex; align-items: center; gap: 1rem; }
.footer-brand img { flex: 0 0 auto; border: 1px solid #c9a75d8c; border-radius: 17px; }
.footer-brand strong { font-size: 1.35rem; }
.footer-inner p { max-width: 520px; margin-block: .4rem 0; color: #e7efe9; }
.platform-nav { display: flex; flex-wrap: wrap; align-content: start; gap: .5rem 1rem; }
.platform-nav a { color: var(--sy-white); text-underline-offset: .2rem; }
.noscript { max-width: 960px; margin: 1rem auto; padding: 1rem; background: var(--sy-gold-100); }
.whatsapp-launcher { position: fixed; z-index: 30; inset-inline-end: 1rem; inset-block-end: 1rem; display: inline-flex; align-items: center; gap: .55rem; min-height: 52px; padding: .7rem 1rem; border: 2px solid #fff; border-radius: 999px; color: #fff; background: #167c54; box-shadow: 0 10px 28px #003b3455; text-decoration: none; font-weight: 800; transition: transform .15s ease, box-shadow .15s ease; }
.whatsapp-launcher:hover { transform: translateY(-2px); box-shadow: 0 14px 32px #003b3466; }
.whatsapp-launcher svg { flex: 0 0 auto; }
@media (max-width: 720px) { .hero { grid-template-columns: 1fr; padding: 1.5rem; } .hero-mark { display: none; } .steps ol, .help-grid, .platform-section, .footer-inner { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .bar { align-items: center; flex-wrap: wrap; } .brand-link { flex: 1 1 auto; } .brand-logo-frame { width: 46px; height: 46px; border-radius: 13px; } .brand-link img { width: 44px; height: 44px; } .site-name { font-size: 1.25rem; white-space: nowrap; } .site-tagline { display: none; } .header-actions { width: 100%; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); } .header-actions #user-name { grid-column: 1 / -1; } .header-actions button { width: 100%; } .footer-brand { align-items: flex-start; } .whatsapp-launcher { width: 52px; padding: .65rem; justify-content: center; } .whatsapp-launcher span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; } }
@media (prefers-reduced-motion: reduce) { button, .button-link { transition: none; } }
