:root {
  --brand-ink: #28352f;
  --brand-muted: #5c6d64;
  --brand-paper: #fffdf7;
  --brand-cream: #fbf4e8;
  --brand-mint: #dcefe3;
  --brand-forest: #2d6a4f;
  --brand-forest-dark: #214f3c;
  --brand-sun: #f5c96a;
  --brand-coral: #e67e58;
  --brand-sky: #dcecf4;
  --brand-border: rgba(55, 83, 68, .16);
  --brand-shadow: 0 18px 45px rgba(54, 72, 62, .13);
  --brand-radius: 28px;
  --brand-radius-sm: 18px;
}

.brand-icon {
  width: 1.15em;
  height: 1.15em;
  display: inline-block;
  flex: 0 0 auto;
  vertical-align: -.16em;
}

.nav-logo .brand-icon { color: var(--brand-coral); width: 1.45em; height: 1.45em; }

.brand-surface {
  margin: 0;
  color: var(--brand-ink);
  background:
    radial-gradient(circle at 12% 4%, rgba(245, 201, 106, .24), transparent 26rem),
    radial-gradient(circle at 90% 20%, rgba(182, 220, 202, .33), transparent 30rem),
    var(--brand-paper);
  font-family: Nunito, Cairo, system-ui, sans-serif;
  line-height: 1.65;
}

.brand-surface *, .brand-surface *::before, .brand-surface *::after { box-sizing: border-box; }
.brand-surface img { max-width: 100%; height: auto; }
.brand-surface a { color: inherit; }
.brand-surface h1, .brand-surface h2, .brand-surface h3 { font-family: "Baloo 2", Cairo, system-ui, sans-serif; line-height: 1.12; text-wrap: balance; }
.brand-shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.brand-section { padding: 76px 0; scroll-margin-top: 96px; }
.brand-section--soft { background: rgba(255, 255, 255, .58); border-block: 1px solid var(--brand-border); }
.brand-section-head { max-width: 720px; margin: 0 auto 34px; text-align: center; }
.brand-section-head h2 { margin: 0 0 12px; font-size: clamp(2rem, 4vw, 3.2rem); }
.brand-section-head p { color: var(--brand-muted); font-size: 1.08rem; margin: 0; }

.brand-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 253, 247, .92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--brand-border);
}
.brand-nav__inner { min-height: 72px; display: flex; align-items: center; gap: 24px; }
.brand-nav__logo { display: inline-flex; align-items: center; gap: 9px; text-decoration: none; font: 800 1.35rem/1 "Baloo 2", Cairo, sans-serif; }
.brand-nav__logo .brand-icon { color: var(--brand-coral); width: 28px; height: 28px; }
.brand-nav__links { display: flex; align-items: center; gap: 8px; margin-inline-start: auto; }
.brand-nav__links a, .brand-language a { min-height: 44px; display: inline-flex; align-items: center; padding: 9px 13px; border-radius: 999px; text-decoration: none; font-weight: 750; }
.brand-nav__links a:hover, .brand-language a:hover, .brand-nav__links a[aria-current="page"] { background: var(--brand-mint); }
.brand-language { display: flex; gap: 2px; padding-inline-start: 10px; border-inline-start: 1px solid var(--brand-border); }

.brand-hero { padding: 58px 0 72px; overflow: hidden; }
.brand-hero__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr); gap: 54px; align-items: center; }
.brand-kicker { display: inline-flex; align-items: center; gap: 8px; width: fit-content; min-height: 40px; padding: 7px 14px; border: 1px solid var(--brand-border); border-radius: 999px; background: rgba(255,255,255,.72); color: var(--brand-forest-dark); font-weight: 850; }
.brand-hero h1 { font-size: clamp(2.65rem, 6vw, 5rem); margin: 16px 0 18px; letter-spacing: normal; }
.brand-hero__lede { max-width: 650px; margin: 0 0 26px; font-size: clamp(1.08rem, 2vw, 1.26rem); color: var(--brand-muted); }
.brand-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.brand-actions--centered { justify-content: center; margin-top: 28px; }
.brand-btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 12px 20px; border: 2px solid transparent; border-radius: 999px; background: var(--brand-forest); color: #fff !important; font: 850 1rem/1.2 Nunito, Cairo, sans-serif; text-decoration: none; cursor: pointer; box-shadow: 0 10px 24px rgba(45,106,79,.2); }
.brand-btn:hover { background: var(--brand-forest-dark); transform: translateY(-1px); }
.brand-btn--secondary { color: var(--brand-forest-dark) !important; background: rgba(255,255,255,.84); border-color: var(--brand-forest); box-shadow: none; }
.brand-btn--secondary:hover { color: #fff !important; }
.brand-hero__art { position: relative; min-height: 430px; display: grid; place-items: center; border-radius: 42% 58% 52% 48% / 48% 45% 55% 52%; background: linear-gradient(145deg, rgba(220,239,227,.9), rgba(255,241,210,.88)); box-shadow: var(--brand-shadow); }
.brand-hero__art::before { content: ""; position: absolute; inset: 8%; border: 2px dashed rgba(45,106,79,.18); border-radius: inherit; }
.brand-hero__art img { position: relative; width: min(92%, 500px); max-height: 410px; object-fit: contain; filter: drop-shadow(0 20px 22px rgba(52,62,56,.14)); }
.brand-hero--noor .brand-hero__art { background: linear-gradient(145deg, rgba(255,230,204,.88), rgba(220,236,244,.9)); }

.product-choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.product-choice { position: relative; overflow: hidden; display: grid; grid-template-rows: 240px 1fr; border: 1px solid var(--brand-border); border-radius: var(--brand-radius); background: rgba(255,255,255,.86); box-shadow: var(--brand-shadow); }
.product-choice__art { display: grid; place-items: center; background: linear-gradient(145deg, var(--brand-mint), #fff0ce); }
.product-choice--noor .product-choice__art { background: linear-gradient(145deg, #ffe1c7, var(--brand-sky)); }
.product-choice__art img { max-height: 225px; object-fit: contain; padding: 12px; }
.product-choice__body { display: flex; flex-direction: column; padding: 28px; }
.product-choice h2, .product-choice h3 { font-size: 2rem; margin: 0 0 10px; }
.product-choice p { color: var(--brand-muted); margin: 0 0 18px; }
.product-choice ul { margin: 0 0 24px; padding-inline-start: 1.25rem; }
.product-choice .brand-btn { margin-top: auto; align-self: flex-start; }

.trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; margin: 0 auto 30px; border: 1px solid var(--brand-border); border-radius: var(--brand-radius-sm); background: var(--brand-border); box-shadow: 0 12px 28px rgba(54,72,62,.08); }
.trust-strip__item { min-height: 92px; display: flex; align-items: center; gap: 12px; padding: 18px; background: rgba(255,255,255,.9); font-weight: 800; }
.trust-strip__item .brand-icon { color: var(--brand-forest); width: 26px; height: 26px; }
.brand-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.brand-info-card { padding: 26px; border: 1px solid var(--brand-border); border-radius: var(--brand-radius-sm); background: rgba(255,255,255,.82); }
.brand-info-card__number { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 14px; border-radius: 50%; background: var(--brand-sun); font-weight: 900; }
.brand-info-card h3 { font-size: 1.4rem; margin: 0 0 8px; }
.brand-info-card p { color: var(--brand-muted); margin: 0; }

.sample-preview { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 34px; align-items: center; }
.sample-preview__paper { min-height: 390px; display: grid; place-items: center; padding: 28px; border: 1px solid var(--brand-border); border-radius: var(--brand-radius); background: linear-gradient(155deg, #fff, var(--brand-cream)); box-shadow: var(--brand-shadow); }
.sample-preview__paper img { max-height: 330px; object-fit: contain; }
.sample-preview__copy h2 { font-size: clamp(2rem, 4vw, 3.1rem); margin: 0 0 12px; }
.sample-preview__copy > p { color: var(--brand-muted); font-size: 1.08rem; }
.brand-checklist { padding: 0; margin: 22px 0; list-style: none; }
.brand-checklist li { position: relative; padding-inline-start: 30px; margin: 10px 0; }
.brand-checklist li::before { content: "✓"; position: absolute; inset-inline-start: 0; top: 0; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: var(--brand-mint); color: var(--brand-forest-dark); font-weight: 900; }

.brand-faq { max-width: 850px; margin: auto; }
.brand-faq details { margin: 12px 0; border: 1px solid var(--brand-border); border-radius: var(--brand-radius-sm); background: rgba(255,255,255,.86); }
.brand-faq summary { min-height: 56px; display: flex; align-items: center; padding: 14px 20px; cursor: pointer; font-weight: 850; }
.brand-faq details p { margin: 0; padding: 0 20px 20px; color: var(--brand-muted); }
.brand-footer { padding: 36px 0; border-top: 1px solid var(--brand-border); background: rgba(255,255,255,.7); }
.brand-footer__inner { display: flex; gap: 20px; align-items: center; justify-content: space-between; flex-wrap: wrap; }
.brand-footer__links { display: flex; gap: 16px; flex-wrap: wrap; }
.brand-footer a { min-height: 44px; display: inline-flex; align-items: center; font-weight: 800; }

.policy-wrap { width: min(860px, calc(100% - 40px)); margin: 58px auto 90px; }
.policy-card { padding: clamp(26px, 5vw, 56px); border: 1px solid var(--brand-border); border-radius: var(--brand-radius); background: rgba(255,255,255,.9); box-shadow: var(--brand-shadow); }
.policy-card h1 { font-size: clamp(2.5rem, 6vw, 4.2rem); margin: 0 0 12px; }
.policy-card h2 { margin: 34px 0 8px; font-size: 1.65rem; }
.policy-card p, .policy-card li { color: var(--brand-muted); }
.policy-card a { color: var(--brand-forest-dark); font-weight: 850; }
.policy-updated { display: inline-flex; padding: 6px 12px; border-radius: 999px; background: var(--brand-mint); color: var(--brand-forest-dark); font-weight: 800; }

.sample-brand-page .brand-hero { padding-bottom: 34px; }
.sample-brand-page .sample-preview__paper { min-height: 320px; }
.brand-modal { border: 0; padding: 0; border-radius: 24px; width: min(600px, calc(100% - 28px)); box-shadow: 0 24px 70px rgba(27,42,34,.3); }
.brand-modal::backdrop { background: rgba(26,40,33,.58); backdrop-filter: blur(5px); }
.brand-modal__body { padding: 28px; background: var(--brand-paper); }
.brand-modal__head { display: flex; justify-content: space-between; gap: 20px; align-items: start; }
.brand-modal__head h2 { margin: 0; }
.brand-modal__close { width: 44px; height: 44px; border: 1px solid var(--brand-border); border-radius: 50%; background: #fff; font-size: 1.4rem; cursor: pointer; }
.brand-form label { display: block; margin: 14px 0 6px; font-weight: 850; }
.brand-form input[type="email"] { width: 100%; min-height: 48px; padding: 10px 14px; border: 2px solid var(--brand-border); border-radius: 14px; font: inherit; }
.brand-form .brand-btn { width: 100%; margin-top: 18px; }

.share-actions button, .share-actions a {
  min-height: 44px !important;
  display: inline-flex !important;
  align-items: center !important;
  padding-block: 10px !important;
}

@media (min-width: 900px) and (max-width: 1100px) {
  body.picture-world.world-koko .koko-lead-magnet,
  body.picture-world.world-arabic .noor-lead-magnet {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    min-width: 0 !important;
  }
  body.picture-world.world-koko .campaign-qr-card,
  body.picture-world.world-arabic .campaign-qr-card {
    grid-column: 1 / -1 !important;
  }
}

a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible { outline: 3px solid #0b6e69 !important; outline-offset: 3px !important; }

@media (max-width: 900px) {
  .brand-hero__grid, .sample-preview { grid-template-columns: 1fr; }
  .brand-hero__art { min-height: 350px; }
  .brand-nav__links { display: none; }
  .brand-language { margin-inline-start: auto; }
}

@media (max-width: 700px) {
  .brand-shell { width: min(100% - 28px, 1160px); }
  .brand-section { padding: 58px 0; }
  .brand-nav__inner { min-height: 64px; gap: 10px; }
  .brand-language a { padding: 9px 8px; }
  .brand-hero { padding: 38px 0 54px; }
  .brand-hero__grid { gap: 28px; }
  .brand-hero h1 { font-size: clamp(2.55rem, 13vw, 4rem); }
  .brand-hero__art { min-height: 270px; }
  .product-choice-grid, .brand-grid-3, .trust-strip { grid-template-columns: 1fr; }
  .product-choice { grid-template-rows: 200px 1fr; }
  .trust-strip { gap: 1px; }
  .brand-actions .brand-btn { width: 100%; }
  .brand-footer__inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 768px) {
  body.world-home .hero { padding-bottom: 150px !important; }
  body.world-home .hero-float.float-1 { display: block !important; width: 126px !important; max-height: 132px; inset: auto 16px 8px auto !important; object-fit: contain; opacity: 1 !important; transform: none !important; }
  body.world-home .hero-float:not(.float-1) { display: none !important; }
}

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