:root {
  --hero-navy: #374868;
  --hero-gold: #f9a51a;
  --hero-surface: #f1f3f5;
  --hero-ink: #000;
  --hero-radius: 8px;
  --logo-panel-width: 195px;
  --logo-panel-height: 111px;
  --logo-diagonal-start: 195px;
  --logo-diagonal-width: 80px;
  --logo-diagonal-angle: -24.5deg;
  --logo-diagonal-colour: #ffffff;
}

* { box-sizing: border-box; }
body { margin: 0; font-family: Inter, Arial, sans-serif; }

.site-header { background:#fff; } .header-top { height:64px; background:#000; color:#fff; } .header-inner { position:relative; width:min(1200px,calc(100% - 48px)); height:100%; margin:auto; } .header-contact { display:flex; align-items:center; height:100%; gap:38px; font-size:16px; } .header-contact span,.header-follow { display:flex; align-items:center; gap:9px; } .header-phone-link { display:flex; align-items:center; gap:inherit; color:inherit; font:inherit; text-decoration:none; } .header-contact img { width:18px; height:18px; object-fit:contain; } .header-follow { position:absolute; top:23px; right:15px; font-size:16px; } .header-follow__label { color:#f9a51a; transition:color .25s ease; } .header-social-link { display:grid; width:18px; height:17px; place-items:center; color:#fff; transition:color .25s ease; } .header-social-link svg { width:18px; height:17px; fill:currentColor; } .header-social-link:hover,.header-social-link:focus-visible,.header-follow:has(.header-social-link:hover) .header-follow__label,.header-follow:has(.header-social-link:focus-visible) .header-follow__label { color:#f9a51a; }
.header-nav { position:relative; z-index:20; height:var(--logo-panel-height); overflow:visible; background:linear-gradient(to right,var(--hero-navy) 0,var(--hero-navy) calc(50% - 596.5px),#fff calc(50% - 596.5px),#fff 100%); } .brand-link { position:absolute; top:0; left:0; width:calc(var(--logo-panel-width) + var(--logo-diagonal-width)); height:var(--logo-panel-height); overflow:hidden; background:var(--hero-navy); } .brand-link::after { content:""; position:absolute; top:0; left:var(--logo-diagonal-start); width:var(--logo-diagonal-width); height:calc(var(--logo-panel-height) + 48px); background:var(--logo-diagonal-colour); transform:rotate(var(--logo-diagonal-angle)); transform-origin:top left; } .panel-logo { position:absolute; z-index:1; left:0; top:31.6px; width:135.479px; height:49.437px; } .panel-logo-image { display:block; width:135px; height:47px; object-fit:contain; } .main-menu { position:absolute; top:0; right:0; display:flex; align-items:center; height:111px; gap:27px; } .main-menu a,.packages-toggle { color:#000; text-decoration:none; font:500 16px Inter,Arial,sans-serif; white-space:nowrap; } .main-menu a:hover,.main-menu .is-active,.packages-toggle:hover { color:var(--hero-gold); } .main-menu .header-book { display:grid; width:145px; height:48px; margin-left:12px; place-items:center; border-radius:8px; background:var(--hero-navy); color:#fff; transition:background-color .28s ease,color .28s ease,box-shadow .28s ease,transform .28s ease; } .main-menu .header-book:hover { background:var(--hero-gold); color:#000; box-shadow:0 8px 18px rgba(249,165,26,.22); transform:translateY(-2px); } .menu-trigger { display:none; }
.packages-dropdown { position:relative; } .packages-dropdown::after { content:""; position:absolute; top:100%; left:-16px; width:190px; height:14px; } .packages-toggle { display:flex; align-items:center; gap:6px; padding:0; border:0; background:transparent; cursor:pointer; } .packages-arrow { width:7px; height:7px; border:solid currentColor; border-width:0 1.5px 1.5px 0; transform:rotate(45deg) translateY(-2px); transition:transform .25s ease; } .packages-dropdown:hover .packages-arrow,.packages-dropdown.is-open .packages-arrow { transform:rotate(225deg) translateY(-1px); } .packages-menu { position:absolute; top:calc(100% + 14px); left:-16px; z-index:10; width:190px; padding:8px; border-radius:8px; background:#fff; box-shadow:0 14px 30px rgba(0,0,0,.14); opacity:0; visibility:hidden; transform:translateY(-8px); transform-origin:top center; transition:opacity .22s ease,visibility .22s ease,transform .22s ease; } .packages-menu a { display:block; padding:10px 12px; border-radius:5px; font-size:14px; } .packages-menu a:hover { background:#fff4df; color:#a96900; } @media (hover:hover) and (min-width:901px) { .packages-dropdown:hover .packages-menu { opacity:1; visibility:visible; transform:translateY(0); } } .packages-dropdown.is-open .packages-menu { opacity:1; visibility:visible; transform:translateY(0); }

.hero { min-height: 696px; overflow: hidden; background: var(--hero-surface); }
.hero__container { position: relative; width: min(1200px, calc(100% - 48px)); min-height: 696px; margin: 0 auto; }
.hero__content { position: relative; z-index: 1; width: 646px; padding-top: 71px; }
.hero__faith-mark { display: block; width: 122px; height: 65px; object-fit: contain; margin-bottom: 16px; -webkit-mask: url("../images/hero-faith-mark.webp") center / contain no-repeat; mask: url("../images/hero-faith-mark.svg") center / contain no-repeat; }
.hero__eyebrow { margin: 0 0 16px; color: var(--hero-gold); font: 700 40px/1 "Cormorant Garamond", Georgia, serif; }
.hero__eyebrow strong { color: var(--hero-ink); }
h1 { width: 594px; margin: 0 0 28px; color: var(--hero-navy); font: 700 42px/46px "Cormorant Garamond", Georgia, serif; letter-spacing: -.84px; }
.hero__description { width: 545px; margin: 0 0 28px; color: var(--hero-navy); font-size: 16px; font-weight: 500; line-height: 28px; }
.hero__description span { color: var(--hero-gold); }
.hero__actions { display: flex; gap: 14px; }
.button { display: grid; width: 210px; height: 53px; place-items: center; border-radius: var(--hero-radius); font-size: 16px; font-weight: 500; text-decoration: none; transition: transform .25s ease, background-color .25s ease, color .25s ease, box-shadow .25s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: var(--hero-ink); background: var(--hero-gold); }
.button--secondary { border: 2px solid var(--hero-navy); color: var(--hero-ink); }
.button--primary:hover { background: var(--hero-navy); color: #fff; box-shadow: 0 8px 18px rgba(55,72,104,.2); }
.button--secondary:hover { border-color: var(--hero-gold); background: var(--hero-gold); color: #000; box-shadow: 0 8px 18px rgba(249,165,26,.2); }
.hero__stats { display: flex; gap: 13px; align-items: flex-end; margin: 36px 0 0; color: var(--hero-ink); }
.stat { display: flex; gap: 8px; align-items: flex-end; margin: 0; }
.stat img { width: 54px; height: 54px; object-fit: contain; }
.stat:nth-child(2) img { width: 40px; height: 40px; }
.stat:nth-child(3) img { position: static; width: 55.262px; height:62.439px; transform:none; }
.stat dt { font: 500 36px/28px "Cormorant Garamond", Georgia, serif; }
.stat dd { margin: 4px 0 0; font-size: 16px; line-height: 28px; white-space: nowrap; }
.hero__visual { position: absolute; top: 39px; right: 0; width: 610px; height: 619px; }
.hero__pattern { width: 100%; height: 100%; object-fit: cover; }
.hero__kaaba { position: absolute; top: 88px; left: 85px; width: 446px; height: 446px; object-fit: cover; }

@media (max-width: 900px) {
  .header-top { height:auto; min-height:54px; }
  .header-top .header-inner,
  .header-nav .header-inner { width:calc(100% - 32px); }
  .header-contact { justify-content:space-between; gap:10px; font-size:clamp(10.5px,2.2vw,13px); }
  .header-contact span { min-width:0; gap:5px; white-space:nowrap; }
  .header-contact img { width:14px; height:14px; flex:0 0 14px; }
  .header-follow { display:none; }
  .header-nav { height:84px; background:#fff; }
  .brand-link { width:145px; height:84px; overflow:visible; background:transparent; transform:none; }
  .brand-link::after { display:none; }
  .panel-logo { top:50%; left:0; transform:translateY(-50%); }
  .panel-logo-image { filter:brightness(0) saturate(100%) invert(28%) sepia(18%) saturate(1284%) hue-rotate(181deg) brightness(89%) contrast(88%); }
  .panel-logo::after { content:""; position:absolute; inset:0 auto 0 0; width:36px; background:url("../footer-logo.svg") left center / 135px 47px no-repeat; }
  .menu-trigger { display:block; position:absolute; top:50%; right:0; padding:7px 10px; border:1px solid var(--hero-navy); border-radius:6px; background:#fff; color:var(--hero-navy); font:500 14px Inter,Arial,sans-serif; transform:translateY(-50%); }
  .main-menu { display:flex; position:absolute; top:84px; right:0; left:0; visibility:hidden; flex-direction:column; align-items:stretch; height:auto; gap:0; padding:10px 16px; background:#fff; box-shadow:0 12px 24px rgba(0,0,0,.14); opacity:0; transform:translateY(-8px); transition:opacity .24s ease,visibility .24s ease,transform .24s ease; }
  .main-menu.is-open { visibility:visible; opacity:1; transform:translateY(0); }
  .main-menu a,.packages-toggle { padding:11px 4px; }
  .main-menu .header-book { width:100%; margin:8px 0 0; }
  .packages-menu { top:calc(100% + 12px); }
  .hero { min-height: auto; padding: 44px 0; }
  .hero__container { display: flex; min-height: auto; flex-direction: column; }
  .hero__content { width: 100%; padding: 0; }
  h1, .hero__description { width: 100%; }
  h1 { font-size: clamp(38px, 8vw, 42px); line-height: 1.05; }
  .hero__visual { position: relative; top: auto; right: auto; order: -1; width: min(610px, 100%); height: auto; aspect-ratio: 610 / 619; margin: 0 auto 28px; }
  .hero__kaaba { top: 14.45%; left: 13.93%; width: 73.11%; height: 72.05%; }
  .hero__stats { flex-wrap: wrap; }
}

@media (max-width: 560px) {
  .header-top { height:54px; }
  .header-contact { justify-content:center; }
  .header-phone-link { font-size:13px; }
  .header-contact span:nth-child(2) { display:none; }
  .header-contact span:first-child img { content:url("../icons/header-phone.svg"); }
  .header-nav { background:var(--hero-navy); }
  .panel-logo-image { filter:none; }
  .panel-logo::after { display:none; }
  .menu-trigger { border-color:#fff; background:transparent; color:#fff; }
  .hero__container { width: min(100% - 32px, 440px); }
  .hero__faith-mark { width: 98px; height: auto; }
  .hero__eyebrow { font-size: 34px; }
  .hero__actions { flex-direction: column; }
  .button { width: 100%; }
  .hero__stats { gap: 18px; }
  .stat:nth-child(3) img { position: static; width: 54px; height: 58px; }
}

.why-choose-us {
  position: relative;
  overflow: hidden;
  min-height: 1000px;
  padding: 108px 0 115px;
  background: #f6f7f8;
}

.why-choose-us__background {
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  background: url("../why-choose-us/background-pattern.png") center top / cover no-repeat;
  opacity: .78;
}

.why-choose-us__container {
  position: relative;
  z-index: 1;
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}

.why-choose-us__intro {
  max-width: 900px;
  margin: 0 auto 63px;
  color: var(--hero-navy);
  text-align: center;
}

.why-choose-us__eyebrow {
  margin: 0 0 8px;
  font: 500 16px/22px Inter, Arial, sans-serif;
}

.why-choose-us h2 {
  margin: 0 0 8px;
  color: var(--hero-navy);
  font: 500 42px/50px "Cormorant Garamond", Georgia, serif;
  letter-spacing: -.42px;
}

.why-choose-us h2 span { color: var(--hero-gold); }

.why-choose-us__intro > p:last-child {
  margin: 0;
  font: 500 16px/28px Inter, Arial, sans-serif;
}

.why-choose-us__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px 19px;
}

.why-card {
  position: relative;
  display: flex;
  height: 280px;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
  padding: 43px 50px 28px;
  border-radius: 8px;
  background: var(--hero-navy);
  color: #fff;
  text-align: center;
  transition: transform .25s ease, box-shadow .25s ease;
}

.why-card__pattern {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 232px;
  height: 235px;
  max-width: none;
  transform: translate(-50%, -50%);
  opacity: .3;
  pointer-events: none;
}

.why-card__icon {
  position: relative;
  z-index: 1;
  display: block;
  width: 84px;
  height: 80px;
  margin: 0 0 10px;
  object-fit: contain;
}

.why-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 6px;
  color: #fff;
  font: 500 24px/28px "Cormorant Garamond", Georgia, serif;
}

.why-card p {
  position: relative;
  z-index: 1;
  max-width: 100%;
  margin: 0;
  color: #fff;
  font: 500 16px/22px Inter, Arial, sans-serif;
}

@media (hover: hover) {
  .why-card:hover { box-shadow: 0 14px 28px rgba(25, 37, 62, .24); transform: translateY(-4px); }
}

@media (max-width: 900px) {
  .why-choose-us { min-height: auto; padding: 76px 0; }
  .why-choose-us__container { width: min(100% - 48px, 720px); }
  .why-choose-us__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .why-card { height: 280px; padding-inline: 38px; }
}

@media (max-width: 560px) {
  .why-choose-us { padding: 58px 0; }
  .why-choose-us__container { width: min(100% - 32px, 440px); }
  .why-choose-us__intro { margin-bottom: 40px; }
  .why-choose-us h2 { font-size: 38px; line-height: 42px; }
  .why-choose-us__grid { grid-template-columns: 1fr; gap: 16px; }
  .why-card { height: 280px; padding-inline: 38px; }
}

.about-sbcl {
  position: relative;
  overflow: hidden;
  min-height: 1113px;
  padding: 116px 0 146px;
  background: #fbfbfa;
}

.about-sbcl__background {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("../about-sbcl/background.png") center top / cover no-repeat;
  pointer-events: none;
}

.about-sbcl__container {
  position: relative;
  z-index: 1;
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
  color: var(--hero-navy);
}

.about-sbcl__intro {
  display: grid;
  grid-template-columns: 580px minmax(0, 1fr);
  column-gap: 64px;
  margin: 0;
}

.about-sbcl__eyebrow {
  margin: 0 0 10px;
  font: 500 16px/20px Inter, Arial, sans-serif;
}

.about-sbcl__eyebrow span,
.about-sbcl h2 span { color: var(--hero-gold); }

.about-sbcl h2 {
  margin: 0 0 20px;
  color: var(--hero-navy);
  font: 500 42px/46px "Cormorant Garamond", Georgia, serif;
  letter-spacing: -.42px;
}

.about-sbcl__intro p {
  margin: 0;
  font: 500 16px/28px Inter, Arial, sans-serif;
}

.about-sbcl__intro-support { align-self: end; margin-bottom: 1px !important; }

.about-sbcl__body {
  display: grid;
  grid-template-columns: 580px minmax(0, 1fr);
  column-gap: 64px;
  margin-top: 50px;
}

.about-sbcl__mosaic {
  display: grid;
  grid-template-columns: 316px 244px;
  grid-template-rows: 244px 286px;
  gap: 20px;
  height: 550px;
}

.about-sbcl__media {
  overflow: hidden;
  border-radius: 48px;
}

.about-sbcl__photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}

.about-sbcl__media--crowd { grid-row: 1 / span 2; }

@media (hover: hover) {
  .about-sbcl__media:hover .about-sbcl__photo { transform: scale(1.06); }
}

.about-sbcl__details { position: relative; }

.about-sbcl__badge {
  position: absolute;
  top: -62px;
  left: -113px;
  width: 100px;
  height: 100px;
}

.about-sbcl__benefits { display: grid; gap: 28px; }

.about-sbcl__benefit {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  column-gap: 12px;
  align-items: start;
}

.about-sbcl__benefit > img {
  display: block;
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.about-sbcl__benefit h3 {
  margin: 0 0 7px;
  font: 500 24px/26px "Cormorant Garamond", Georgia, serif;
}

.about-sbcl__benefit p {
  margin: 0;
  font: 500 16px/28px Inter, Arial, sans-serif;
}

.about-sbcl__actions {
  display: flex;
  min-height: 53px;
  align-items: center;
  column-gap: 53px;
  row-gap: 16px;
  margin-top: 29px;
}

.about-sbcl__button {
  display: grid;
  width: 210px;
  height: 53px;
  flex: 0 0 210px;
  place-items: center;
  border-radius: 8px;
  background: var(--hero-navy);
  color: #fff;
  font: 500 16px/1 Inter, Arial, sans-serif;
  text-decoration: none;
  transition: transform .25s ease, background-color .25s ease, color .25s ease, box-shadow .25s ease;
}

.about-sbcl__button:hover,
.about-sbcl__button:focus-visible {
  background: var(--hero-gold);
  color: #000;
  box-shadow: 0 8px 18px rgba(249,165,26,.22);
  outline: none;
  transform: translateY(-2px);
}

.about-sbcl__consulting { display: flex; align-items: center; gap: 14px; }
.about-sbcl__consulting img { width: 53px; height: 53px; }
.about-sbcl__consulting p { margin: 0; font: 500 14px/17px Inter, Arial, sans-serif; }
.about-sbcl__consulting strong { display: inline-block; margin-top: 7px; font-size: 16px; font-weight: 500; }

.inner-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  white-space: nowrap;
}

.inner-breadcrumb__home {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
}

.inner-breadcrumb__chevron {
  display: inline-flex;
  height: 24px;
  align-items: center;
  color: #fff;
  line-height: 24px;
}

.inner-breadcrumb__current {
  display: inline-flex;
  height: 24px;
  align-items: center;
  color: #f9a51a;
  line-height: 24px;
}

@media (max-width: 430px) {
  .inner-breadcrumb { gap: 7px; }
  .inner-breadcrumb__home { gap: 6px; }
}

@media (max-width: 1100px) {
  .about-sbcl { min-height: auto; padding: 88px 0; }
  .about-sbcl__intro,
  .about-sbcl__body { grid-template-columns: minmax(0, 1fr); gap: 42px; }
  .about-sbcl__intro-support { max-width: 700px; margin: 0 !important; }
  .about-sbcl__body { margin-top: 42px; }
  .about-sbcl__mosaic { justify-content: center; }
  .about-sbcl__details { max-width: 680px; }
  .about-sbcl__badge { top: -85px; left: 530px; width: 88px; height: 88px; }
}

@media (max-width: 720px) {
  .about-sbcl { padding: 64px 0; }
  .about-sbcl__container { width: min(100% - 32px, 560px); }
  .about-sbcl h2 { font-size: 38px; line-height: 41px; }
  .about-sbcl__mosaic { grid-template-columns: minmax(0, 1.28fr) minmax(0, 1fr); grid-template-rows: 220px 260px; gap: 14px; height: 494px; }
  .about-sbcl__media { border-radius: 34px; }
  .about-sbcl__badge { top: -68px; left: auto; right: 4%; width: 86px; height: 86px; }
  .about-sbcl__benefits { gap: 24px; }
  .about-sbcl__actions { flex-wrap: wrap; }
}

@media (max-width: 430px) {
  .about-sbcl h2 { font-size: 34px; line-height: 38px; }
  .about-sbcl__mosaic { grid-template-rows: 190px 235px; height: 439px; }
  .about-sbcl__benefit { grid-template-columns: 49px minmax(0, 1fr); gap: 9px; }
  .about-sbcl__benefit > img { width: 49px; height: 49px; }
  .about-sbcl__benefit h3 { font-size: 22px; }
  .about-sbcl__actions { gap: 16px; }
  .about-sbcl__button { width: min(210px, 100%); }
}

.site-loader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
  background: #374868;
  opacity: 1;
  visibility: visible;
  transition: opacity .35s ease, visibility .35s ease;
}

.site-loader__content {
  display: grid;
  justify-items: center;
  gap: 22px;
}

.site-loader__logo {
  width: 150px;
  height: auto;
}

.site-loader__spinner {
  width: 38px;
  height: 38px;
  border: 3px solid #e5e7eb;
  border-top-color: #f9a51a;
  border-radius: 50%;
  animation: site-loader-spin .8s linear infinite;
}

.site-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@keyframes site-loader-spin {
  to {
    transform: rotate(360deg);
  }
}
