:root {
  --fw-primary: #64204f;
  --fw-primary-deep: #3d102f;
  --fw-accent: #e2434b;
  --fw-accent-dark: #bd2f38;
  --fw-secondary: #a95da7;
  --fw-highlight: #f6df4b;
  --fw-bg: #fbf7fa;
  --fw-soft: #f4edf3;
  --fw-text: #241b22;
  --fw-muted: #6d626b;
  --fw-line: rgba(100, 32, 79, .12);
  --fw-white: #fff;
  --fw-success: #176a4a;
  --fw-wrap: 1240px;
  --fw-button-radius: 16px;
  --fw-card-radius: 28px;
  --fw-shadow: 0 24px 70px rgba(68, 24, 55, .10);
  --fw-shadow-soft: 0 16px 45px rgba(68, 24, 55, .07);
  --fw-font: "IBM Plex Sans Arabic", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; max-width: 100%; overflow-x: hidden; }
html.menu-is-open { overflow: hidden; }
body { margin: 0; max-width: 100%; overflow-x: hidden; direction: rtl; color: var(--fw-text); background: var(--fw-white); font-family: var(--fw-font); font-size: 17px; line-height: 1.75; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
body.admin-bar .site-header { top: 32px; }
img, video, iframe { max-width: 100%; }
img { height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--fw-highlight); outline-offset: 3px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -100px; right: 20px; z-index: 99999; padding: 12px 18px; background: var(--fw-primary); color: white; border-radius: 12px; }
.skip-link:focus { top: 12px; }
.fw-wrap { width: min(calc(100% - 40px), var(--fw-wrap)); margin-inline: auto; }
.fwt-icon { flex: 0 0 auto; }
.site-main { overflow: clip; }

/* Header */
.topbar { background: var(--fw-primary-deep); color: rgba(255,255,255,.88); font-size: 13px; }
.topbar__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topbar__message, .topbar__links, .topbar__links span, .topbar__links a { display: inline-flex; align-items: center; gap: 7px; }
.topbar__links { gap: 18px; }
.topbar a:hover { color: #fff; }
.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.92); border-bottom: 1px solid transparent; transition: box-shadow .25s, border-color .25s, background .25s; backdrop-filter: blur(18px); }
.site-header.is-scrolled { box-shadow: 0 12px 42px rgba(47, 15, 38, .09); border-color: var(--fw-line); background: rgba(255,255,255,.98); }
.header-main__inner { min-height: 86px; display: flex; align-items: center; gap: 26px; }
.site-logo { display: inline-flex; align-items: center; gap: 11px; min-width: 190px; }
.site-logo__image, .custom-logo { width: auto; max-width: 170px; max-height: 68px; object-fit: contain; }
.site-logo__mark { width: 50px; height: 50px; border-radius: 20px 20px 24px 14px; display: grid; place-items: center; color: white; background: linear-gradient(135deg, var(--fw-primary), var(--fw-secondary)); font-weight: 700; font-size: 24px; box-shadow: 0 10px 24px rgba(100,32,79,.22); }
.site-logo__text { display: flex; flex-direction: column; color: var(--fw-primary); line-height: 1.1; }
.site-logo__text strong { font-size: 21px; font-weight: 700; }
.site-logo__text small { color: var(--fw-muted); font-size: 10px; letter-spacing: .08em; margin-top: 5px; }
.desktop-nav { flex: 1; }
.menu { list-style: none; padding: 0; margin: 0; }
.desktop-nav .menu { display: flex; align-items: center; justify-content: center; gap: 2px; }
.desktop-nav .menu a { display: block; padding: 10px 12px; border-radius: 999px; font-weight: 600; font-size: 14px; transition: .2s; }
.desktop-nav .menu a:hover, .desktop-nav .current-menu-item > a { color: var(--fw-primary); background: var(--fw-soft); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.header-whatsapp { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--fw-line); border-radius: 14px; color: var(--fw-primary); transition: .2s; }
.header-whatsapp:hover { background: var(--fw-soft); transform: translateY(-2px); }
.menu-toggle, .menu-close { display: none; align-items: center; justify-content: center; border: 0; background: transparent; width: 44px; height: 44px; border-radius: 13px; color: var(--fw-primary); }
.menu-toggle:hover, .menu-close:hover { background: var(--fw-soft); }

/* Buttons */
.fw-button { min-height: 50px; padding: 12px 22px; border: 1.5px solid var(--fw-accent); border-radius: var(--fw-button-radius); background: var(--fw-accent); color: #fff; display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-weight: 700; line-height: 1.2; box-shadow: 0 12px 28px rgba(226,67,75,.20); transition: transform .2s, box-shadow .2s, background .2s, border-color .2s; }
.fw-button:hover { transform: translateY(-3px); box-shadow: 0 18px 36px rgba(226,67,75,.27); background: var(--fw-accent-dark); border-color: var(--fw-accent-dark); }
.fw-button--small { min-height: 44px; padding: 10px 17px; font-size: 14px; }
.fw-button--ghost { background: transparent; color: var(--fw-primary); border-color: rgba(100,32,79,.22); box-shadow: none; }
.fw-button--ghost:hover { background: var(--fw-primary); border-color: var(--fw-primary); color: white; box-shadow: 0 14px 30px rgba(100,32,79,.18); }
.fw-button--light { background: #fff; color: var(--fw-primary); border-color: #fff; box-shadow: 0 16px 35px rgba(28,8,22,.14); }
.fw-button--light:hover { background: var(--fw-highlight); border-color: var(--fw-highlight); color: var(--fw-primary-deep); }
.fw-button--outline-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.48); box-shadow: none; }
.fw-button--outline-light:hover { background: rgba(255,255,255,.12); border-color: #fff; color: #fff; }
.fw-button--block { width: 100%; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--fw-primary); font-weight: 700; }
.text-link:hover { color: var(--fw-accent); }
.text-link--large { font-size: 18px; }

/* Hero */
.home-hero { position: relative; isolation: isolate; min-height: 650px; padding: 86px 0 72px; overflow: hidden; color: #fff; background:
  radial-gradient(circle at 15% 25%, rgba(246,223,75,.18), transparent 24%),
  radial-gradient(circle at 84% 78%, rgba(169,93,167,.38), transparent 30%),
  linear-gradient(135deg, #431133 0%, var(--fw-primary) 52%, #7d2f67 100%); }
.home-hero::before { content: ""; position: absolute; inset: 0; z-index: -2; opacity: .14; background-image: radial-gradient(circle, #fff 1px, transparent 1px); background-size: 30px 30px; mask-image: linear-gradient(90deg, transparent, #000 25%, #000 75%, transparent); }
.home-hero__blob { position: absolute; border-radius: 999px; filter: blur(2px); opacity: .5; z-index: -1; }
.home-hero__blob--one { width: 260px; height: 260px; background: rgba(246,223,75,.16); top: -120px; right: 32%; }
.home-hero__blob--two { width: 340px; height: 340px; background: rgba(226,67,75,.18); bottom: -190px; left: -80px; }
.home-hero__grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(430px, .98fr); align-items: center; gap: 72px; }
.home-hero__content { max-width: 660px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--fw-accent); font-size: 14px; font-weight: 700; margin-bottom: 16px; letter-spacing: .02em; }
.eyebrow--light { color: #fff3a5; }
.home-hero h1 { margin: 0; font-size: clamp(44px, 5.2vw, 78px); line-height: 1.12; letter-spacing: -.04em; font-weight: 700; }
.home-hero__lead { margin: 24px 0 28px; font-size: clamp(18px, 1.5vw, 22px); color: rgba(255,255,255,.84); max-width: 620px; line-height: 1.85; }
.home-hero__proof { margin-top: 30px; display: flex; align-items: center; gap: 14px; }
.home-hero__proof strong, .home-hero__proof small { display: block; }
.home-hero__proof strong { font-size: 16px; }
.home-hero__proof small { color: rgba(255,255,255,.67); font-size: 12px; margin-top: 3px; }
.proof-avatars { display: flex; direction: ltr; }
.proof-avatars span { width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; margin-left: -9px; border: 3px solid var(--fw-primary); color: var(--fw-primary); background: #fff; font-size: 13px; font-weight: 700; }
.home-hero__visual { position: relative; min-height: 520px; }
.home-hero__frame { position: absolute; inset: 0 20px 0 50px; border-radius: 46% 46% 30% 44% / 36% 38% 44% 48%; overflow: hidden; border: 10px solid rgba(255,255,255,.12); box-shadow: 0 34px 90px rgba(20,5,16,.35); background: linear-gradient(145deg, rgba(255,255,255,.16), rgba(255,255,255,.04)); }
.home-hero__frame img { width: 100%; height: 100%; object-fit: cover; }
.hero-art-placeholder { width: 100%; height: 100%; min-height: 520px; position: relative; overflow: hidden; background: linear-gradient(160deg, #ffdca8, #f8a6af 48%, #ba7bb7); }
.hero-art-placeholder__sun { position: absolute; width: 110px; height: 110px; border-radius: 50%; background: var(--fw-highlight); top: 55px; left: 70px; box-shadow: 0 0 0 18px rgba(246,223,75,.18); }
.hero-art-placeholder__cloud { position: absolute; width: 170px; height: 58px; border-radius: 999px; background: rgba(255,255,255,.82); top: 110px; right: 45px; }
.hero-art-placeholder__cloud::before, .hero-art-placeholder__cloud::after { content:""; position:absolute; background:inherit; border-radius:50%; }
.hero-art-placeholder__cloud::before { width:70px; height:70px; top:-34px; right:28px; }
.hero-art-placeholder__cloud::after { width:52px; height:52px; top:-22px; left:32px; }
.hero-art-placeholder__person { position: absolute; bottom: -25px; border-radius: 100px 100px 30px 30px; }
.hero-art-placeholder__person::before { content:""; position:absolute; width:90px; height:90px; border-radius:50%; background:#7b4c38; top:-68px; left:50%; transform:translateX(-50%); }
.hero-art-placeholder__person--one { width: 180px; height: 260px; background: #fff4dc; right: 70px; transform: rotate(4deg); }
.hero-art-placeholder__person--two { width: 165px; height: 220px; background: #6b2255; left: 60px; transform: rotate(-6deg); }
.hero-float-card { position: absolute; z-index: 2; display: flex; align-items: center; gap: 11px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.28); border-radius: 18px; color: var(--fw-primary-deep); background: rgba(255,255,255,.92); box-shadow: 0 18px 45px rgba(21,5,16,.22); backdrop-filter: blur(12px); }
.hero-float-card > span { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 13px; background: var(--fw-soft); color: var(--fw-primary); }
.hero-float-card strong, .hero-float-card small { display: block; }
.hero-float-card strong { font-size: 14px; }
.hero-float-card small { color: var(--fw-muted); font-size: 11px; margin-top: 2px; }
.hero-float-card--age { right: -8px; top: 56px; }
.hero-float-card--safe { left: 0; bottom: 44px; }

.trust-ribbon { position: relative; z-index: 3; margin-top: -1px; background: #fff; border-bottom: 1px solid var(--fw-line); }
.trust-ribbon__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-ribbon__grid > div { min-height: 104px; display: grid; grid-template-columns: 48px 1fr; align-content: center; column-gap: 12px; padding: 18px 24px; border-left: 1px solid var(--fw-line); }
.trust-ribbon__grid > div:last-child { border-left: 0; }
.trust-ribbon__grid > div > span { grid-row: 1 / span 2; width: 46px; height: 46px; display: grid; place-items: center; border-radius: 15px; color: var(--fw-primary); background: var(--fw-soft); }
.trust-ribbon strong, .trust-ribbon small { display: block; }
.trust-ribbon strong { font-size: 15px; }
.trust-ribbon small { color: var(--fw-muted); font-size: 12px; }

/* Sections */
.fw-section { padding: 104px 0; }
.fw-section--soft { background: var(--fw-bg); }
.section-heading { max-width: 760px; margin: 0 auto 44px; text-align: center; }
.section-heading h2, .journey-heading h2, .safety-showcase h2, .cta-card h2, .page-end-cta h2 { margin: 0; font-size: clamp(34px, 3.4vw, 52px); line-height: 1.25; letter-spacing: -.035em; }
.section-heading p, .journey-heading p, .safety-showcase p, .cta-card p, .page-end-cta p { margin: 16px 0 0; color: var(--fw-muted); font-size: 18px; }
.section-heading--split { max-width: none; display: grid; grid-template-columns: 1.05fr .95fr; text-align: right; gap: 72px; align-items: end; }
.section-heading--split p { margin-bottom: 8px; }
.section-heading--side { text-align: right; margin: 0; }
.section-actions { margin-top: 38px; text-align: center; }

.value-bento { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: repeat(2, minmax(190px, auto)); gap: 20px; }
.value-bento__card { position: relative; overflow: hidden; display: flex; align-items: flex-start; gap: 20px; padding: 32px; border: 1px solid var(--fw-line); border-radius: var(--fw-card-radius); background: #fff; box-shadow: var(--fw-shadow-soft); }
.value-bento__card::after { content:""; position:absolute; width:130px; height:130px; border-radius:50%; background:var(--fw-soft); left:-70px; bottom:-70px; }
.value-bento__card--large { grid-row: 1 / span 2; align-items: flex-end; padding: 42px; color: #fff; background: linear-gradient(145deg, var(--fw-primary), #823166); border: 0; }
.value-bento__card--large::after { width:230px; height:230px; background:rgba(255,255,255,.08); left:-90px; bottom:-100px; }
.value-bento__card small { display: block; color: var(--fw-accent); font-weight: 700; margin-bottom: 18px; }
.value-bento__card--large small { color: #fff3a5; }
.value-bento__card h3 { margin: 0 0 10px; font-size: 25px; line-height: 1.35; }
.value-bento__card p { margin: 0; color: var(--fw-muted); }
.value-bento__card--large p { color: rgba(255,255,255,.76); }
.value-icon { flex: 0 0 auto; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 19px; }
.value-icon--coral { color: #fff; background: var(--fw-accent); }
.value-icon--purple { color: #fff; background: var(--fw-secondary); }
.value-icon--sun { color: var(--fw-primary-deep); background: var(--fw-highlight); }
.home-editor-content { margin-top: 44px; }

/* Program cards */
.fwc-programs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.fwc-program-card { overflow: hidden; display: flex; flex-direction: column; min-width: 0; border: 1px solid var(--fw-line); border-radius: var(--fw-card-radius); background: #fff; box-shadow: var(--fw-shadow-soft); transition: transform .25s, box-shadow .25s; }
.fwc-program-card:hover { transform: translateY(-8px); box-shadow: var(--fw-shadow); }
.fwc-program-card__media { position: relative; aspect-ratio: 16 / 11; overflow: hidden; background: linear-gradient(145deg, #f3dce9, #eadcf0); }
.fwc-program-card__media::after { content:""; position:absolute; inset:auto 18px 18px auto; width:42px; height:42px; border-radius:14px; background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' stroke='%2364204F' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M5 12h14M12 5l7 7-7 7'/%3E%3C/svg%3E") center/20px no-repeat; box-shadow:0 10px 28px rgba(46,14,36,.16); }
.fwc-program-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.fwc-program-card:hover .fwc-program-card__media img { transform: scale(1.05); }
.image-placeholder { width: 100%; height: 100%; min-height: 220px; display: grid; place-items: center; color: var(--fw-primary); background: linear-gradient(145deg, #f7e8f1, #eadcf1); }
.image-placeholder:empty::before { content:"عالم فرح"; font-size:30px; font-weight:700; opacity:.22; }
.fwc-program-card__body { flex: 1; padding: 26px; }
.fwc-program-card__meta { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; }
.fwc-program-card__meta span { padding: 6px 10px; border-radius: 999px; color: var(--fw-primary); background: var(--fw-soft); font-size: 11px; font-weight: 700; }
.fwc-program-card h3 { margin: 0 0 10px; font-size: 23px; line-height: 1.35; }
.fwc-program-card p { margin: 0 0 18px; color: var(--fw-muted); }

/* Journey */
.journey-section { background: #fff; }
.journey-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 82px; align-items: center; }
.journey-heading { position: sticky; top: 150px; }
.journey-steps { position: relative; display: grid; gap: 18px; }
.journey-steps::before { content:""; position:absolute; top:34px; bottom:34px; right:31px; width:2px; background:linear-gradient(var(--fw-accent), var(--fw-secondary)); opacity:.25; }
.journey-steps article { position: relative; z-index: 1; display: grid; grid-template-columns: 64px 1fr; gap: 20px; align-items: center; padding: 26px; border: 1px solid var(--fw-line); border-radius: 24px; background: #fff; box-shadow: var(--fw-shadow-soft); }
.journey-steps article > span { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 21px; color: #fff; background: linear-gradient(145deg, var(--fw-primary), var(--fw-secondary)); font-size: 22px; font-weight: 700; box-shadow: 0 12px 28px rgba(100,32,79,.22); }
.journey-steps h3 { margin: 0 0 5px; font-size: 22px; }
.journey-steps p { margin: 0; color: var(--fw-muted); }

/* Safety */
.safety-showcase { position: relative; color: #fff; background: linear-gradient(135deg, var(--fw-primary-deep), var(--fw-primary) 62%, #7a2e64); }
.safety-showcase__grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 80px; align-items: center; }
.safety-showcase__visual { position: relative; min-height: 430px; display: grid; place-items: center; }
.safety-pattern { position:absolute; inset:0; border-radius:40px; opacity:.16; background-image: linear-gradient(45deg, #fff 1px, transparent 1px), linear-gradient(-45deg, #fff 1px, transparent 1px); background-size: 28px 28px; }
.safety-visual-card { position:relative; z-index:1; width:min(360px, 82%); padding:44px; border:1px solid rgba(255,255,255,.22); border-radius:36px; background:rgba(255,255,255,.10); box-shadow:0 30px 70px rgba(19,4,15,.28); backdrop-filter:blur(18px); }
.safety-visual-card > span { width:82px; height:82px; display:grid; place-items:center; margin-bottom:28px; border-radius:26px; color:var(--fw-primary); background:var(--fw-highlight); }
.safety-visual-card strong, .safety-visual-card small { display:block; }
.safety-visual-card strong { font-size:28px; line-height:1.35; }
.safety-visual-card small { margin-top:10px; color:rgba(255,255,255,.65); }
.safety-showcase__content p { color: rgba(255,255,255,.74); }
.feature-checks { list-style:none; padding:0; margin:26px 0 30px; display:grid; gap:12px; }
.feature-checks li { display:flex; align-items:center; gap:10px; }
.feature-checks .fwt-icon { color:var(--fw-highlight); }

/* FAQ and testimonials */
.faq-layout { display:grid; grid-template-columns:.72fr 1.28fr; gap:70px; align-items:start; }
.fwc-faq { display:grid; gap:12px; }
.fwc-faq__item { overflow:hidden; border:1px solid var(--fw-line); border-radius:20px; background:#fff; }
.fwc-faq__question { position:relative; width:100%; border:0; padding:20px 24px 20px 60px; text-align:right; color:var(--fw-text); background:transparent; font-weight:700; }
.fwc-faq__question::after { content:"+"; position:absolute; left:22px; top:50%; transform:translateY(-50%); width:30px; height:30px; display:grid; place-items:center; border-radius:10px; color:var(--fw-primary); background:var(--fw-soft); font-size:22px; transition:.2s; }
.fwc-faq__item.is-open .fwc-faq__question::after { content:"–"; color:#fff; background:var(--fw-primary); }
.fwc-faq__answer { display:none; padding:0 24px 22px; color:var(--fw-muted); }
.fwc-faq__item.is-open .fwc-faq__answer { display:block; }
.fwc-faq__answer p:last-child { margin-bottom:0; }
.fwc-testimonials-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.fwc-testimonial { padding:30px; border:1px solid var(--fw-line); border-radius:var(--fw-card-radius); background:#fff; box-shadow:var(--fw-shadow-soft); }
.fwc-testimonial blockquote { margin:0 0 24px; color:var(--fw-text); }
.fwc-testimonial__person { display:flex; align-items:center; gap:12px; }
.fwc-testimonial__avatar { width:46px; height:46px; display:grid; place-items:center; border-radius:15px; color:#fff; background:var(--fw-primary); font-weight:700; }
.fwc-testimonial__person strong, .fwc-testimonial__person small { display:block; }
.fwc-testimonial__person small { color:var(--fw-muted); }

/* CTA */
.cta-card { position:relative; overflow:hidden; display:grid; grid-template-columns:1fr auto; gap:50px; align-items:center; padding:56px; border-radius:36px; color:#fff; background:linear-gradient(135deg,var(--fw-primary),#8a376f); box-shadow:var(--fw-shadow); }
.cta-card__shape { position:absolute; width:270px; height:270px; border:70px solid rgba(255,255,255,.07); border-radius:50%; left:-100px; bottom:-140px; }
.cta-card p { color:rgba(255,255,255,.72); }
.cta-card__actions { position:relative; z-index:1; display:flex; flex-direction:column; gap:10px; min-width:190px; }

/* Inner pages */
.page-hero { position:relative; overflow:hidden; padding:84px 0; background:var(--fw-bg); border-bottom:1px solid var(--fw-line); }
.page-hero__shape { position:absolute; border-radius:50%; filter:blur(1px); }
.page-hero__shape--one { width:260px; height:260px; background:rgba(169,93,167,.12); top:-130px; right:12%; }
.page-hero__shape--two { width:200px; height:200px; background:rgba(246,223,75,.20); bottom:-120px; left:8%; }
.page-hero__grid { position:relative; display:grid; grid-template-columns:1fr .78fr; gap:70px; align-items:center; }
.page-hero__grid--single { grid-template-columns:minmax(0,850px); }
.page-hero__content h1 { margin:0; max-width:800px; font-size:clamp(42px,5vw,70px); line-height:1.18; letter-spacing:-.04em; }
.page-hero__content > p { margin:20px 0 26px; max-width:700px; color:var(--fw-muted); font-size:20px; }
.breadcrumbs { margin-bottom:20px; color:var(--fw-muted); font-size:13px; }
.breadcrumbs a:hover { color:var(--fw-primary); }
.page-hero__media { position:relative; aspect-ratio:4/3; padding:12px; border-radius:34px; background:#fff; box-shadow:var(--fw-shadow); transform:rotate(-1.5deg); }
.page-hero__media img { width:100%; height:100%; object-fit:cover; border-radius:25px; }
.media-dots { position:absolute; width:68px; height:68px; left:-28px; top:-25px; z-index:-1; opacity:.5; background-image:radial-gradient(var(--fw-accent) 2px,transparent 2px); background-size:12px 12px; }
.page-content { padding-top:82px; }
.fw-prose { max-width:900px; margin-inline:auto; }
.fw-prose > *:first-child { margin-top:0; }
.fw-prose h2 { margin:58px 0 18px; font-size:clamp(30px,3vw,44px); line-height:1.3; letter-spacing:-.025em; }
.fw-prose h3 { margin:36px 0 12px; font-size:26px; }
.fw-prose p, .fw-prose li { color:var(--fw-muted); }
.fw-prose ul, .fw-prose ol { padding-right:24px; }
.fw-prose a:not(.fw-button):not(.text-link) { color:var(--fw-primary); text-decoration:underline; text-underline-offset:3px; }
.fw-content-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:20px; margin:32px 0; }
.fw-content-card { padding:28px; border:1px solid var(--fw-line); border-radius:24px; background:#fff; box-shadow:var(--fw-shadow-soft); }
.fw-content-card h3 { margin-top:0; }
.fw-highlight-box { margin:38px 0; padding:32px; border-radius:26px; background:var(--fw-bg); border-right:5px solid var(--fw-accent); }
.fw-number-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin:34px 0; }
.fw-number-card { padding:24px; border-radius:22px; color:#fff; background:var(--fw-primary); }
.fw-number-card strong { display:block; font-size:34px; }
.fw-number-card span { color:rgba(255,255,255,.7); }
.page-end-cta { padding:68px 0; color:#fff; background:var(--fw-primary-deep); }
.page-end-cta .fw-wrap { display:flex; align-items:center; justify-content:space-between; gap:40px; }
.page-end-cta p { color:rgba(255,255,255,.68); }

/* Program details */
.fwc-program-detail { max-width:none; }
.fwc-program-detail__summary { display:grid; grid-template-columns:1.05fr .95fr; gap:56px; align-items:start; }
.fwc-program-detail__summary > div:last-child { position:sticky; top:145px; }
.fwc-program-detail__summary img { width:100%; border-radius:30px; box-shadow:var(--fw-shadow); }
.fwc-features { list-style:none; padding:0!important; margin:24px 0; display:grid; grid-template-columns:repeat(2,1fr); gap:10px; }
.fwc-features li { position:relative; padding:12px 44px 12px 14px; border-radius:15px; color:var(--fw-text); background:var(--fw-bg); }
.fwc-features li::before { content:"✓"; position:absolute; right:14px; top:12px; width:22px; height:22px; display:grid; place-items:center; border-radius:8px; color:#fff; background:var(--fw-primary); font-size:12px; }
.fwc-meta-list { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; margin:28px 0; }
.fwc-meta-list > div { padding:16px; border:1px solid var(--fw-line); border-radius:17px; background:#fff; }
.fwc-meta-list span, .fwc-meta-list strong { display:block; }
.fwc-meta-list span { color:var(--fw-muted); font-size:12px; }
.fwc-meta-list strong { margin-top:4px; font-size:14px; }
.fwc-gallery { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin-top:30px; }
.fwc-gallery figure { margin:0; overflow:hidden; border-radius:22px; aspect-ratio:4/3; }
.fwc-gallery img { width:100%; height:100%; object-fit:cover; }

/* Packages */
.fw-prose--pricing { max-width:1180px; }
.fw-prose--pricing > .eyebrow,
.fw-prose--pricing > h2,
.fw-prose--pricing > p { max-width:820px; margin-inline:auto; text-align:center; }
.fw-prose--pricing > h2 { margin-top:0; }
.fwc-packages-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px; margin:42px auto 20px; }
.fwc-package-card { position:relative; display:flex; min-width:0; flex-direction:column; overflow:hidden; padding:30px; border:1px solid var(--fw-line); border-radius:28px; background:#fff; box-shadow:0 16px 42px rgba(70,32,61,.08); }
.fwc-package-card::before { content:""; position:absolute; inset:0 0 auto; height:5px; background:linear-gradient(90deg,var(--fw-accent),var(--fw-secondary)); }
.fwc-package-card.is-featured { border:2px solid var(--fw-primary); box-shadow:0 22px 52px rgba(100,32,79,.16); }
.fwc-package-card.is-featured::before { height:7px; background:linear-gradient(90deg,var(--fw-primary),var(--fw-secondary)); }
.fwc-package-card__top { padding-top:5px; }
.fwc-package-card__labels { display:flex; flex-wrap:wrap; gap:7px; margin-bottom:15px; }
.fwc-package-card__program,.fwc-package-card__badge { display:inline-flex; align-items:center; padding:7px 11px; border-radius:999px; font-size:11px; font-weight:700; line-height:1.2; }
.fwc-package-card__program { color:var(--fw-primary); background:var(--fw-soft); }
.fwc-package-card__badge { color:#fff; background:var(--fw-accent); }
.fwc-package-card h3 { margin:0 0 9px; font-size:25px; line-height:1.4; }
.fwc-package-card__note { margin:0; color:var(--fw-muted); font-size:13px; line-height:1.8; }
.fwc-package-card__price { display:flex; flex-wrap:wrap; align-items:baseline; gap:6px; margin:21px 0; padding:17px 18px; border-radius:19px; color:var(--fw-primary); background:var(--fw-bg); }
.fwc-package-card__price strong { font-size:24px; line-height:1.4; }
.fwc-package-card__price span { color:var(--fw-muted); font-size:12px; font-weight:600; }
.fwc-package-card__description { margin-bottom:3px; color:var(--fw-muted); font-size:14px; line-height:1.9; }
.fwc-package-card__description > *:first-child { margin-top:0; }
.fwc-package-card__description > *:last-child { margin-bottom:0; }
.fwc-package-card .fwc-features { grid-template-columns:1fr; gap:8px; margin:20px 0 0; }
.fwc-package-card .fwc-features li { padding:11px 40px 11px 12px; border:1px solid rgba(100,32,79,.08); background:#fff; font-size:13px; }
.fwc-package-card .fwc-features li::before { right:11px; top:10px; }
.fwc-package-card__actions { display:grid; gap:9px; margin-top:auto; padding-top:25px; }
.fwc-package-card__actions .fw-button { width:100%; justify-content:center; }
.fwc-package-card__tour { display:flex; min-height:43px; align-items:center; justify-content:center; border:1px solid rgba(100,32,79,.15); border-radius:14px; color:var(--fw-primary); font-size:13px; font-weight:700; text-align:center; text-decoration:none!important; transition:.2s ease; }
.fwc-package-card__tour:hover { color:#fff!important; background:var(--fw-primary); }
.fw-prose--pricing > .fw-highlight-box { max-width:900px; margin:38px auto 0; }

/* Contact and forms */
.fwc-contact-hub { display:grid; gap:24px; margin-top:32px; }
.fwc-contact-primary { display:grid; grid-template-columns:minmax(0,1.35fr) minmax(290px,.65fr); gap:20px; align-items:stretch; }
.fwc-contact-primary--without-whatsapp { grid-template-columns:1fr; }
.fwc-contact-whatsapp { position:relative; isolation:isolate; overflow:hidden; display:flex; min-height:310px; flex-direction:column; justify-content:space-between; padding:38px; border-radius:32px; color:#fff; background:linear-gradient(135deg,#075e54 0%,#128c7e 58%,#25a96b 100%); box-shadow:0 25px 60px rgba(7,94,84,.22); }
.fwc-contact-whatsapp::before,.fwc-contact-whatsapp::after { content:""; position:absolute; z-index:-1; border-radius:50%; background:rgba(255,255,255,.09); }
.fwc-contact-whatsapp::before { width:240px; height:240px; inset:-100px auto auto -70px; }
.fwc-contact-whatsapp::after { width:160px; height:160px; inset:auto -45px -70px auto; }
.fwc-contact-whatsapp__icon { display:grid; width:64px; height:64px; place-items:center; margin-bottom:28px; border:1px solid rgba(255,255,255,.28); border-radius:21px; color:#fff; background:rgba(255,255,255,.14); backdrop-filter:blur(10px); }
.fwc-contact-whatsapp__eyebrow { display:block; margin-bottom:8px; color:#d9fff1; font-size:13px; font-weight:700; }
.fwc-contact-whatsapp h3 { max-width:560px; margin:0 0 12px; color:#fff; font-size:clamp(27px,3vw,40px); line-height:1.3; }
.fwc-contact-whatsapp p { max-width:620px; margin:0 0 26px; color:rgba(255,255,255,.86); }
.fwc-whatsapp-button { display:inline-flex; width:fit-content; min-height:52px; align-items:center; gap:10px; padding:12px 20px; border-radius:15px; color:#075e54!important; background:#fff; font-weight:800; text-decoration:none!important; box-shadow:0 14px 32px rgba(0,0,0,.13); transition:.2s ease; }
.fwc-whatsapp-button:hover { transform:translateY(-2px); color:#075e54!important; box-shadow:0 18px 38px rgba(0,0,0,.18); }
.fwc-contact-quick-list { display:grid; gap:14px; }
.fwc-contact-channel { display:flex; min-width:0; align-items:flex-start; gap:16px; padding:22px; border:1px solid var(--fw-line); border-radius:24px; color:var(--fw-text)!important; background:#fff; box-shadow:var(--fw-shadow-soft); text-decoration:none!important; transition:.2s ease; }
.fwc-contact-channel:hover { transform:translateY(-3px); border-color:rgba(100,32,79,.22); box-shadow:var(--fw-shadow); }
.fwc-contact-channel__icon { display:grid; flex:0 0 48px; width:48px; height:48px; place-items:center; border-radius:16px; color:var(--fw-primary); background:var(--fw-soft); }
.fwc-contact-channel strong,.fwc-contact-channel span { display:block; overflow-wrap:anywhere; }
.fwc-contact-channel strong { margin-bottom:5px; font-size:17px; }
.fwc-contact-channel span { color:var(--fw-muted); font-size:13px; line-height:1.65; }
.fwc-contact-info-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:20px; }
.fwc-contact-panel { padding:30px; border:1px solid var(--fw-line); border-radius:28px; background:#fff; box-shadow:var(--fw-shadow-soft); }
.fwc-contact-panel__head { display:flex; align-items:center; gap:14px; margin-bottom:20px; }
.fwc-contact-panel__head .fwc-contact-channel__icon { flex-basis:52px; width:52px; height:52px; }
.fwc-contact-panel__head h3 { margin:0; font-size:23px; }
.fwc-contact-hours { display:grid; gap:0; margin:0; }
.fwc-contact-hours div { display:flex; align-items:center; justify-content:space-between; gap:18px; padding:14px 0; border-bottom:1px solid var(--fw-line); }
.fwc-contact-hours div:last-child { border-bottom:0; }
.fwc-contact-hours dt { color:var(--fw-muted); }
.fwc-contact-hours dd { margin:0; font-weight:700; text-align:left; }
.fwc-contact-next { color:#fff; background:linear-gradient(145deg,var(--fw-primary),#8b3b72); }
.fwc-contact-next .fwc-contact-channel__icon { color:var(--fw-primary); background:#fff; }
.fwc-contact-next h3,.fwc-contact-next p { color:#fff; }
.fwc-contact-next p { color:rgba(255,255,255,.82); }
.fwc-contact-next__actions { display:flex; flex-wrap:wrap; gap:10px; margin-top:22px; }
.fwc-contact-next__actions .fw-button { min-height:46px; }
.fwc-contact-map-head { display:flex; align-items:center; justify-content:space-between; gap:18px; margin:8px 0 16px; }
.fwc-contact-map-head h3 { margin:0; font-size:25px; }
.fwc-contact-map-head p { margin:4px 0 0; color:var(--fw-muted); }
.fwc-contact-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-bottom:36px; }
.fwc-contact-card { padding:28px; border:1px solid var(--fw-line); border-radius:24px; background:#fff; box-shadow:var(--fw-shadow-soft); }
.fwc-contact-card .fwt-icon { color:var(--fw-accent); }
.fwc-contact-card h3 { margin:18px 0 8px; }
.fwc-map { overflow:hidden; margin-top:0; border:1px solid var(--fw-line); border-radius:30px; background:#fff; box-shadow:var(--fw-shadow); }
.fwc-map iframe { display:block; width:100%; min-height:450px; border:0; }
.fwc-form { width:100%; max-width:880px; min-width:0; margin-inline:auto; padding:38px; border:1px solid var(--fw-line); border-radius:32px; background:#fff; box-shadow:var(--fw-shadow); }
.fwc-form__head { margin-bottom:28px; }
.fwc-form__head h2 { margin:0 0 8px; }
.fwc-form__head p { margin:0; color:var(--fw-muted); }
.fwc-form__grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; min-width:0; max-width:100%; }
.fwc-field { display:flex; min-width:0; max-width:100%; flex-direction:column; gap:7px; }
.fwc-field--full { grid-column:1/-1; }
.fwc-field label { font-weight:600; font-size:14px; }
.fwc-field input:not([type="checkbox"]):not([type="radio"]), .fwc-field select, .fwc-field textarea { width:100%; min-width:0; max-width:100%; border:1px solid rgba(100,32,79,.18); border-radius:15px; padding:13px 15px; color:var(--fw-text); background:#fff; outline:0; transition:.2s; }
.fwc-field input:not([type="checkbox"]):not([type="radio"]):focus, .fwc-field select:focus, .fwc-field textarea:focus { border-color:var(--fw-primary); box-shadow:0 0 0 4px rgba(100,32,79,.08); }
.fwc-field textarea { min-height:120px; resize:vertical; }
.fwc-checkbox { display:flex; min-width:0; max-width:100%; align-items:flex-start; gap:10px; overflow-wrap:anywhere; }
.fwc-checkbox input[type="checkbox"] { flex:0 0 20px; width:20px; height:20px; min-width:20px; margin:4px 0 0; accent-color:var(--fw-primary); }
.fwc-checkbox span { min-width:0; flex:1; }
.fwc-field input[type="date"] { -webkit-min-logical-width:0; }
.fwc-form__actions { margin-top:24px; }
.fwc-form__message { margin-bottom:18px; padding:14px 16px; border-radius:14px; }
.fwc-form__message--success { color:#0b5237; background:#e7f6ef; }
.fwc-form__message--error { color:#8a1f26; background:#fdebed; }
.fwc-honeypot { position:absolute!important; left:-9999px!important; }
.empty-state { padding:34px; border:1px dashed rgba(100,32,79,.25); border-radius:22px; text-align:center; background:var(--fw-bg); }
.empty-state h2 { margin-top:0; }

/* Blog */
.posts-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.post-card__media { display:block; aspect-ratio:16/10; overflow:hidden; border-radius:24px 24px 0 0; background:var(--fw-soft); }
.post-card__media img { width:100%; height:100%; object-fit:cover; }
.post-card__body { padding:24px; border:1px solid var(--fw-line); border-top:0; border-radius:0 0 24px 24px; }
.single-post { max-width:850px; margin-inline:auto; }
.single-post__image { margin-bottom:32px; border-radius:28px; overflow:hidden; }

/* Footer */
.site-footer { position:relative; overflow:hidden; padding-top:74px; color:rgba(255,255,255,.72); background:#2c0a22; }
.footer-orbit { position:absolute; border:60px solid rgba(255,255,255,.035); border-radius:50%; }
.footer-orbit--one { width:280px; height:280px; right:-120px; top:-120px; }
.footer-orbit--two { width:220px; height:220px; left:-90px; bottom:20px; }
.footer-grid { position:relative; display:grid; grid-template-columns:1.25fr .75fr 1fr; gap:72px; padding-bottom:58px; }
.site-footer h2 { margin:0 0 20px; color:#fff; font-size:18px; }
.site-logo--footer { margin-bottom:20px; }
.site-logo--footer .site-logo__text { color:#fff; }
.site-logo--footer .site-logo__text small { color:rgba(255,255,255,.5); }
.footer-about p { max-width:430px; }
.footer-nav .menu { display:grid; gap:8px; }
.footer-nav a:hover, .contact-list a:hover { color:#fff; }
.social-links { display:flex; gap:9px; margin-top:22px; }
.social-links a { width:40px; height:40px; display:grid; place-items:center; border:1px solid rgba(255,255,255,.12); border-radius:13px; color:#fff; }
.social-links a:hover { background:var(--fw-accent); border-color:var(--fw-accent); }
.contact-list { list-style:none; padding:0; margin:0; display:grid; gap:14px; }
.contact-list li { display:flex; gap:10px; align-items:flex-start; }
.contact-list .fwt-icon { margin-top:4px; color:#fff3a5; }
.footer-bottom { border-top:1px solid rgba(255,255,255,.08); }
.footer-bottom__inner { min-height:72px; display:flex; align-items:center; justify-content:space-between; gap:20px; font-size:13px; }
.footer-bottom p { margin:0; }
.footer-bottom__inner > div { display:flex; gap:18px; }
.mobile-actions { display:none; }

/* Mobile menu */
.mobile-menu { position:fixed; inset:0; z-index:2147483000; visibility:hidden; opacity:0; pointer-events:none; transition:.25s; }
.mobile-menu.is-open { visibility:visible; opacity:1; pointer-events:auto; }
.mobile-menu__backdrop { position:absolute; z-index:1; inset:0; border:0; background:rgba(27,5,21,.58); backdrop-filter:blur(4px); }
.mobile-menu__panel { position:absolute; z-index:2; inset:0 0 0 auto; width:min(390px,88vw); padding:22px; color:var(--fw-text); background:#fff; transform:translateX(105%); transition:transform .28s ease; box-shadow:-20px 0 70px rgba(20,5,16,.22); }
.mobile-menu.is-open .mobile-menu__panel { transform:none; }
.mobile-menu__head { display:flex; align-items:center; justify-content:space-between; margin-bottom:28px; }
.mobile-menu .menu { display:grid; gap:5px; }
.mobile-menu .menu a { display:block; padding:13px 14px; border-radius:13px; font-weight:600; }
.mobile-menu .menu a:hover { background:var(--fw-soft); }
.mobile-menu__actions { display:grid; gap:10px; margin-top:28px; }

@media (max-width: 1120px) {
  .desktop-nav { display:none; }
  .menu-toggle, .menu-close { display:inline-flex; }
  .header-main__inner { justify-content:space-between; }
  .home-hero__grid { grid-template-columns:1fr .85fr; gap:40px; }
  .home-hero__visual { min-height:460px; }
  .home-hero__frame { inset:10px 10px 10px 25px; }
  .fwc-programs-grid, .fwc-packages-grid { grid-template-columns:repeat(2,1fr); }
}

@media (max-width: 900px) {
  body.admin-bar .site-header { top:46px; }
  .topbar__message { display:none; }
  .topbar__inner { justify-content:center; }
  .home-hero { padding:62px 0 70px; }
  .home-hero__grid, .page-hero__grid, .section-heading--split, .journey-grid, .safety-showcase__grid, .faq-layout, .fwc-program-detail__summary { grid-template-columns:1fr; }
  .home-hero__content { max-width:none; text-align:center; }
  .home-hero__content .eyebrow, .home-hero__content .button-row, .home-hero__proof { justify-content:center; }
  .home-hero__visual { width:min(620px,100%); margin-inline:auto; }
  .trust-ribbon__grid { grid-template-columns:repeat(2,1fr); }
  .trust-ribbon__grid > div:nth-child(2) { border-left:0; }
  .section-heading--split { gap:15px; text-align:center; }
  .value-bento { grid-template-columns:1fr; grid-template-rows:auto; }
  .value-bento__card--large { grid-row:auto; min-height:300px; }
  .journey-heading { position:static; }
  .safety-showcase__visual { min-height:360px; }
  .page-hero__media { max-width:640px; }
  .fwc-program-detail__summary > div:last-child { position:static; }
  .fwc-testimonials-grid, .posts-grid { grid-template-columns:repeat(2,1fr); }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .footer-about { grid-column:1/-1; }
}

@media (max-width: 680px) {
  body { font-size:16px; padding-bottom:68px; }
  .fw-wrap { width:min(calc(100% - 28px),var(--fw-wrap)); }
  .topbar__links span { display:none; }
  .header-main__inner { min-height:72px; gap:12px; }
  .site-logo { min-width:0; }
  .site-logo__mark { width:43px; height:43px; border-radius:16px; }
  .site-logo__text strong { font-size:18px; }
  .site-logo__text small { display:none; }
  .site-logo__image, .custom-logo { max-width:130px; max-height:55px; }
  .header-actions .fw-button, .header-whatsapp { display:none; }
  .home-hero { min-height:auto; padding-top:50px; }
  .home-hero h1 { font-size:clamp(39px,12vw,58px); }
  .home-hero__lead { font-size:18px; }
  .home-hero__content .button-row { display:grid; }
  .home-hero__content .fw-button { width:100%; }
  .home-hero__visual { min-height:390px; margin-top:20px; }
  .home-hero__frame { inset:0 10px 0 10px; border-radius:38% 42% 28% 38% / 30% 32% 40% 44%; }
  .hero-art-placeholder { min-height:390px; }
  .hero-float-card { padding:10px 12px; }
  .hero-float-card--age { right:0; top:25px; }
  .hero-float-card--safe { left:0; bottom:20px; }
  .trust-ribbon__grid { grid-template-columns:1fr; }
  .trust-ribbon__grid > div { border-left:0; border-bottom:1px solid var(--fw-line); }
  .trust-ribbon__grid > div:last-child { border-bottom:0; }
  .fw-section { padding:74px 0; }
  .section-heading { margin-bottom:32px; }
  .section-heading h2, .journey-heading h2, .safety-showcase h2, .cta-card h2, .page-end-cta h2 { font-size:34px; }
  .value-bento__card, .value-bento__card--large { padding:26px; }
  .fwc-programs-grid, .fwc-packages-grid, .fwc-testimonials-grid, .posts-grid, .fw-content-grid, .fw-number-grid, .fwc-contact-grid { grid-template-columns:1fr; }
  .journey-grid { gap:42px; }
  .journey-steps article { grid-template-columns:52px 1fr; padding:20px; }
  .journey-steps article > span { width:52px; height:52px; border-radius:16px; }
  .journey-steps::before { right:25px; }
  .safety-showcase__grid { gap:35px; }
  .safety-showcase__visual { min-height:310px; }
  .safety-visual-card { padding:30px; }
  .cta-card { grid-template-columns:1fr; padding:34px 26px; }
  .cta-card__actions { min-width:0; }
  .page-hero { padding:62px 0; }
  .page-hero__content h1 { font-size:42px; }
  .page-hero__content > p { font-size:18px; }
  .page-content { padding-top:62px; }
  .fw-prose h2 { margin-top:44px; }
  .fwc-features, .fwc-meta-list { grid-template-columns:1fr; }
  .fwc-gallery { grid-template-columns:repeat(2,1fr); }
  .fwc-form { padding:25px 20px; border-radius:24px; }
  .fwc-form__grid { grid-template-columns:1fr; }
  .fwc-field--full { grid-column:auto; }
  .page-end-cta .fw-wrap { display:block; }
  .page-end-cta .fw-button { margin-top:22px; }
  .footer-grid { grid-template-columns:1fr; gap:38px; }
  .footer-about { grid-column:auto; }
  .footer-bottom__inner { flex-direction:column; justify-content:center; text-align:center; padding:20px 0; }
  .mobile-actions { position:fixed; z-index:1100; right:10px; left:10px; bottom:10px; display:grid; grid-template-columns:1fr 1.25fr 1fr; overflow:hidden; min-height:58px; border:1px solid var(--fw-line); border-radius:18px; background:rgba(255,255,255,.96); box-shadow:0 16px 45px rgba(32,8,25,.18); backdrop-filter:blur(16px); }
  .mobile-actions a { display:flex; flex-direction:column; align-items:center; justify-content:center; gap:3px; color:var(--fw-primary); font-size:11px; }
  .mobile-actions__primary { color:#fff!important; background:var(--fw-accent); }
}

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

/* v2.2.2 — configurable header, live imagery, form variants and mobile overflow fix */
.announcement-bar { color: var(--fw-primary-deep); background: var(--fw-highlight); font-size: 14px; font-weight: 650; }
.announcement-bar__inner { min-height: 42px; display: flex; align-items: center; justify-content: center; gap: 20px; text-align: center; }
.announcement-bar__inner > span, .announcement-bar__inner > a { display: inline-flex; align-items: center; gap: 7px; }
.announcement-bar__inner > a { padding-inline-start: 18px; border-inline-start: 1px solid rgba(61,16,47,.2); text-decoration: underline; text-underline-offset: 4px; }
body.fwt-static-header .site-header { position: relative; top: auto; }
body.fwt-sticky-header .site-header { position: sticky; top: 0; }
body.admin-bar.fwt-sticky-header .site-header { top: 32px; }
.site-logo { min-width: min(var(--fw-logo-width), 40vw); }
.site-logo__image, .custom-logo { max-width: var(--fw-logo-width); }
.header-registration { white-space: nowrap; }

.home-hero__side-photo { position: absolute; z-index: 3; width: 150px; aspect-ratio: 4/5; left: 0; top: 34px; padding: 7px; overflow: hidden; border-radius: 28px; background: #fff; box-shadow: 0 22px 48px rgba(20,5,16,.28); transform: rotate(-5deg); }
.home-hero__side-photo img { width: 100%; height: 100%; object-fit: cover; border-radius: 21px; }

.home-gallery-section { overflow: hidden; background: #fff; }
.home-gallery-section .section-heading--split > div:last-child { align-self: end; }
.home-gallery-section .section-heading--split .text-link { display: inline-flex; margin-top: 18px; }
.home-gallery-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; grid-template-rows: 260px 230px; gap: 16px; margin-top: 42px; }
.home-gallery-grid__item { position: relative; overflow: hidden; margin: 0; border-radius: 26px; background: var(--fw-soft); box-shadow: var(--fw-shadow-soft); }
.home-gallery-grid__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.home-gallery-grid__item:hover img { transform: scale(1.045); }
.home-gallery-grid__item--1 { grid-row: 1 / span 2; }
.home-gallery-grid__item--4 { grid-column: 2 / span 2; }
.home-gallery-grid__item--5, .home-gallery-grid__item--6 { display: none; }

.safety-showcase__photo { position: absolute; inset: 8px 30px 8px 0; overflow: hidden; border-radius: 38px; box-shadow: 0 34px 80px rgba(19,4,15,.35); transform: rotate(1.5deg); }
.safety-showcase__photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 30%, rgba(34,7,27,.38)); }
.safety-showcase__photo img { width: 100%; height: 100%; object-fit: cover; }
.safety-visual-card { margin-inline-start: auto; margin-top: 120px; transform: translateX(-28px); }

.fwc-form--layout-one .fwc-form__grid { grid-template-columns: 1fr; }
.fwc-form--style-soft { background: var(--fw-soft); box-shadow: none; }
.fwc-form--style-plain { max-width: none; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.fwc-form--style-plain .fwc-field input,
.fwc-form--style-plain .fwc-field select,
.fwc-form--style-plain .fwc-field textarea { background: #fff; }
.mobile-actions { grid-template-columns: repeat(auto-fit, minmax(0, 1fr)); }

@media (max-width: 1100px) {
  .header-registration { display: none; }
  .home-hero__side-photo { width: 125px; left: 4px; }
}

@media (max-width: 782px) {
  body.admin-bar.fwt-sticky-header .site-header { top: 46px; }
  .announcement-bar__inner { min-height: 38px; font-size: 12px; }
  .announcement-bar__inner > a { display: none; }
  .site-logo { min-width: 0; }
  .site-logo__image, .custom-logo { max-width: min(var(--fw-logo-width), 135px); }
  .home-hero__side-photo { width: 105px; top: 16px; left: -2px; border-radius: 22px; }
  .home-gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 250px 190px 190px; }
  .home-gallery-grid__item--1 { grid-row: 1 / span 2; }
  .home-gallery-grid__item--4 { grid-column: auto; }
  .home-gallery-grid__item--5, .home-gallery-grid__item--6 { display: block; }
  .safety-showcase__photo { inset: 0 8px; }
  .safety-visual-card { margin-top: 110px; margin-inline: auto 0; transform: translateX(-12px); }
}

@media (max-width: 520px) {
  .home-hero__side-photo { width: 88px; top: 10px; }
  .home-gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 210px 150px 150px; gap: 10px; }
  .home-gallery-grid__item { border-radius: 18px; }
  .safety-showcase__photo { border-radius: 28px; }
  .safety-visual-card { width: min(300px, 88%); padding: 28px; }
}


/* v2.2.4 — keep the mobile navigation above sliders and page media. */
.mobile-menu {
  isolation: isolate;
  transform: translateZ(0);
}
html.menu-is-open,
html.menu-is-open body {
  overflow: hidden !important;
}
body.admin-bar .mobile-menu {
  top: 32px;
}
@media (max-width: 782px) {
  body.admin-bar .mobile-menu { top: 46px; }
}

@media (max-width: 900px) {
  .fwc-packages-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width: 620px) {
  .fw-prose--pricing > .eyebrow,
  .fw-prose--pricing > h2,
  .fw-prose--pricing > p { text-align:right; }
  .fwc-packages-grid { grid-template-columns:1fr; margin-top:30px; }
  .fwc-package-card { padding:24px; border-radius:23px; }
}


@media (max-width: 900px) {
  .fwc-contact-primary,.fwc-contact-info-grid { grid-template-columns:1fr; }
  .fwc-contact-whatsapp { min-height:0; }
}
@media (max-width: 640px) {
  .fwc-contact-whatsapp { padding:27px 23px; border-radius:25px; }
  .fwc-contact-whatsapp__icon { width:56px; height:56px; border-radius:18px; }
  .fwc-contact-channel,.fwc-contact-panel { padding:20px; border-radius:21px; }
  .fwc-contact-hours div,.fwc-contact-map-head { align-items:flex-start; flex-direction:column; gap:6px; }
  .fwc-contact-hours dd { text-align:right; }
  .fwc-contact-next__actions { display:grid; }
  .fwc-contact-next__actions .fw-button { width:100%; justify-content:center; }
  .fwc-map iframe { min-height:340px; }
}


/* v2.2.9 — campaign-readiness performance and mobile safety. */
.fwc-contact-channel span, .contact-list a, .contact-list span { overflow-wrap:anywhere; }
.image-placeholder--admin::after { content:"أضيفي صورة حقيقية"; display:grid; min-height:180px; place-items:center; padding:20px; color:var(--fw-muted); background:var(--fw-soft); border:1px dashed var(--fw-line); border-radius:inherit; font-size:13px; }
@media (max-width: 380px) {
  .fw-wrap { width:min(calc(100% - 22px),var(--fw-wrap)); }
  .page-hero__content h1 { font-size:36px; }
  .fw-button { padding-inline:16px; }
  .fwc-form { padding-inline:16px; }
}

/* Accessible gallery lightbox. */
.fwc-gallery__item,
.home-gallery-grid__item[data-fwc-lightbox-item] {
  cursor: zoom-in;
}
.fwc-gallery__item:focus-visible,
.home-gallery-grid__item[data-fwc-lightbox-item]:focus-visible {
  outline: 3px solid var(--fw-accent);
  outline-offset: 4px;
}
.fwc-gallery__item img {
  transition: transform .28s ease, filter .28s ease;
}
.fwc-gallery__item:hover img,
.fwc-gallery__item:focus-visible img {
  transform: scale(1.035);
  filter: brightness(.94);
}
.fwc-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000000;
  display: grid;
  place-items: center;
  padding: clamp(16px, 3vw, 42px);
  background: rgba(15, 10, 14, .92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease, visibility .2s ease;
}
.fwc-lightbox.is-open {
  opacity: 1;
  visibility: visible;
}
.fwc-lightbox__stage {
  position: relative;
  width: min(1180px, 100%);
  height: min(82vh, 900px);
  display: grid;
  place-items: center;
}
.fwc-lightbox__image {
  display: block;
  max-width: 100%;
  max-height: 82vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 18px;
  box-shadow: 0 30px 90px rgba(0,0,0,.45);
}
.fwc-lightbox__close,
.fwc-lightbox__nav {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  border: 0;
  color: #fff;
  background: rgba(255,255,255,.14);
  box-shadow: 0 10px 34px rgba(0,0,0,.2);
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}
.fwc-lightbox__close:hover,
.fwc-lightbox__nav:hover,
.fwc-lightbox__close:focus-visible,
.fwc-lightbox__nav:focus-visible {
  background: var(--fw-accent);
  transform: scale(1.04);
  outline: none;
}
.fwc-lightbox__close {
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  border-radius: 15px;
  font-size: 30px;
  line-height: 1;
}
.fwc-lightbox__nav {
  top: 50%;
  width: 50px;
  height: 60px;
  border-radius: 16px;
  transform: translateY(-50%);
  font-size: 32px;
}
.fwc-lightbox__nav:hover,
.fwc-lightbox__nav:focus-visible {
  transform: translateY(-50%) scale(1.04);
}
.fwc-lightbox__prev { right: 0; }
.fwc-lightbox__next { left: 0; }
.fwc-lightbox__counter {
  position: absolute;
  right: 50%;
  bottom: -34px;
  transform: translateX(50%);
  min-width: 72px;
  padding: 7px 13px;
  border-radius: 999px;
  color: #fff;
  background: rgba(255,255,255,.14);
  font-size: 13px;
  text-align: center;
}
html.fwc-lightbox-open,
html.fwc-lightbox-open body {
  overflow: hidden;
}
@media (max-width: 600px) {
  .fwc-lightbox { padding: 12px; }
  .fwc-lightbox__stage { height: 78vh; }
  .fwc-lightbox__image { max-height: 78vh; border-radius: 12px; }
  .fwc-lightbox__close { top: 6px; left: 6px; width: 44px; height: 44px; }
  .fwc-lightbox__nav { width: 42px; height: 52px; background: rgba(20,10,17,.58); }
  .fwc-lightbox__prev { right: 4px; }
  .fwc-lightbox__next { left: 4px; }
  .fwc-lightbox__counter { bottom: -30px; }
}
@media (prefers-reduced-motion: reduce) {
  .fwc-lightbox,
  .fwc-gallery__item img,
  .fwc-lightbox__close,
  .fwc-lightbox__nav { transition: none; }
}
