@font-face {
  font-family: "Bricolage Grotesque Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url("/_next/static/media/bricolage-grotesque-latin-wght-normal.woff2") format("woff2-variations");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
    U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
    U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --ink: #081427;
  --ink-soft: #506078;
  --green-950: #07111f;
  --green-900: #0b1b31;
  --green-850: #102b54;
  --green-800: #163d7a;
  --green-700: #1f4fb5;
  --green-600: #2864ff;
  --green-500: #6ea0ff;
  --green-100: #e8efff;
  --gold-700: #5f8400;
  --gold-600: #8fcf12;
  --gold-500: #b8f238;
  --gold-400: #cafa67;
  --gold-200: #ecffc5;
  --cream: #f4f8ff;
  --cream-deep: #e4edff;
  --paper: #ffffff;
  --white: #ffffff;
  --line: #2864ff2e;
  --shadow-sm: 0 8px 28px #07111f17;
  --shadow-md: 0 18px 50px #07111f29;
  --serif: "Bricolage Grotesque Variable", "Manrope Variable", Manrope,
    ui-sans-serif, system-ui, sans-serif;
  --sans: "Manrope Variable", Manrope, ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html,
body {
  min-height: 100%;
  background: var(--cream);
  overflow-x: clip;
}

body,
button,
input,
select,
textarea {
  font-family: var(--sans);
}

h1,
h2,
h3,
h4,
.brand,
.footer-grid h2 {
  font-family: var(--serif) !important;
}

.site-header {
  background: #07111ff5;
  border-bottom-color: #6ee7f929;
}

.home-hero,
.page-hero {
  background:
    radial-gradient(circle at 78% 18%, #6ee7f938, transparent 31%),
    radial-gradient(circle at 12% 88%, #b8f2381f, transparent 28%),
    linear-gradient(135deg, #07111f, #102b54 58%, #163d7a);
}

.home-hero::before {
  content: "بِسْمِ ٱللَّٰهِ ٱلرَّحْمَٰنِ ٱلرَّحِيمِ";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: max-content;
  color: var(--gold-400);
  direction: rtl;
  font-family: "Noto Naskh Arabic", "Traditional Arabic", "Segoe UI", serif;
  font-size: clamp(4.7rem, 8.2vw, 8.4rem);
  font-weight: 650;
  line-height: 1;
  white-space: nowrap;
  opacity: 0.07;
  pointer-events: none;
  user-select: none;
  text-shadow: 0 0 36px #b8f23829;
  will-change: transform, opacity;
  animation: qb-bismillah-float 13s ease-in-out infinite alternate;
}

.home-hero .bismillah {
  display: none;
}

.home-hero h1 span {
  font-style: normal !important;
}

@keyframes qb-bismillah-float {
  0% {
    opacity: 0.055;
    transform: translate3d(-54%, -48%, 0) scale(0.985);
  }

  50% {
    opacity: 0.105;
    transform: translate3d(-49%, -54%, 0) scale(1.015);
  }

  100% {
    opacity: 0.07;
    transform: translate3d(-45%, -49%, 0) scale(1);
  }
}

.feature-panel {
  background:
    radial-gradient(circle at 90% 5%, #6ee7f926, transparent 30%),
    linear-gradient(145deg, #163d7a, #07111f);
}

.trial-cta {
  background:
    radial-gradient(circle at 85% 0, #2864ff63, transparent 35%),
    #07111f;
}

.qb-sibling-offer {
  grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.2fr);
  row-gap: 26px;
}

.qb-sibling-offer .offer-cards article {
  min-height: 230px;
  align-content: center;
  border-color: #b8f23852;
  border-radius: 26px;
  padding: 28px 22px;
}

.qb-sibling-offer .offer-cards strong {
  font-family: var(--serif);
  font-size: clamp(3.35rem, 5vw, 4.3rem);
  letter-spacing: -0.05em;
}

.qb-sibling-offer .offer-cards > article > span:not(.qb-sibling-label) {
  color: #f7f9ff;
  font-size: 0.86rem;
}

.qb-sibling-offer .qb-sibling-label {
  display: inline-flex;
  justify-self: center;
  width: max-content;
  margin-top: 16px;
  border-radius: 999px;
  background: #b8f2381f;
  color: var(--gold-400);
  padding: 7px 12px;
  font-size: 0.74rem;
  font-weight: 750;
}

.qb-sibling-offer .qb-sibling-note {
  grid-column: 1 / -1;
  margin: 0;
  color: #ffffff8f;
  text-align: center;
  font-size: 0.76rem;
}

.button-gold {
  background: linear-gradient(135deg, #cafa67, #b8f238);
  color: #07111f;
  box-shadow: 0 9px 24px #b8f2383d;
}

.button-gold:focus-visible,
.button-gold:hover {
  box-shadow: 0 13px 30px #b8f23859;
}

.button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline-color: #6ee7f9b8;
}

.mobile-menu nav {
  max-height: calc(100dvh - 68px);
  overflow-y: auto;
  background: #07111f;
  border-top-color: #6ee7f929;
}

.mobile-menu summary span {
  transform-origin: center;
  transition: opacity 160ms ease, transform 160ms ease;
}

.mobile-menu[open] summary span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.mobile-menu[open] summary span:nth-child(2) {
  opacity: 0;
}

.mobile-menu[open] summary span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.whatsapp-float {
  z-index: 9999 !important;
  position: fixed !important;
  right: max(18px, calc(14px + env(safe-area-inset-right, 0px))) !important;
  bottom: max(18px, calc(14px + env(safe-area-inset-bottom, 0px))) !important;
  margin: 0 !important;
  animation: none !important;
  transform: none !important;
  translate: none !important;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
  transform: none !important;
}

@media (max-width: 880px) {
  .qb-sibling-offer {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}

@media (max-width: 620px) {
  .home-hero::before {
    top: 39%;
    font-size: clamp(2.2rem, 9.5vw, 3rem);
    text-shadow: 0 0 24px #b8f23824;
  }

  .whatsapp-float {
    right: max(18px, calc(14px + env(safe-area-inset-right, 0px))) !important;
    bottom: max(20px, calc(16px + env(safe-area-inset-bottom, 0px))) !important;
  }

  .qb-sibling-offer > div:first-child {
    text-align: center;
  }

  .qb-sibling-offer .offer-cards article {
    min-height: 190px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-hero::before {
    opacity: 0.075;
    animation: none;
    transform: translate3d(-50%, -50%, 0);
  }

  .mobile-menu summary span,
  .whatsapp-float,
  .whatsapp-float::after {
    animation: none !important;
    transition: none !important;
  }
}

@supports not (overflow: clip) {
  html,
  body {
    overflow-x: hidden;
  }
}
