:root {
  --sabani-red: #c51f3d;
  --sabani-red-dark: #8f142a;
  --sabani-red-deep: #5c0b1a;
  --sabani-rose: #fff1f3;
  --sabani-pink: #f8d8df;
  --sabani-black: #0c0d10;
  --sabani-gold: #f4bd3c;
  --sabani-sky: #00a7da;
  --sabani-shadow: 0 28px 70px rgba(74, 9, 27, 0.16);
}

.sabani-page {
  background: #fffaf9;
  color: #171821;
}

.sabani-page .site-header {
  border-bottom-color: rgba(197, 31, 61, 0.08);
}

.sabani-page .site-header.is-scrolled {
  border-bottom-color: rgba(197, 31, 61, 0.16);
}

.sabani-page .main-nav {
  gap: 18px;
}

.sabani-page .main-nav a {
  font-size: 0.87rem;
}

.sabani-page .main-nav .nav-association.is-current {
  border-color: rgba(197, 31, 61, 0.35);
  background: var(--sabani-red);
  color: white;
  box-shadow: 0 9px 20px rgba(197, 31, 61, 0.18);
}

.sabani-page .main-nav .nav-cta {
  background: var(--sabani-black);
}

.sabani-page svg {
  flex: 0 0 auto;
}

.sabani-hero {
  position: relative;
  min-height: 860px;
  overflow: hidden;
  padding: calc(var(--header-offset) + 76px) 0 88px;
  background:
    radial-gradient(
      circle at 81% 21%,
      rgba(244, 189, 60, 0.2),
      transparent 25%
    ),
    radial-gradient(
      circle at 78% 62%,
      rgba(197, 31, 61, 0.18),
      transparent 34%
    ),
    linear-gradient(145deg, #fffdfb 0%, #fff5f4 46%, #fae8eb 100%);
}

.sabani-hero::before {
  position: absolute;
  right: -10vw;
  bottom: -210px;
  width: 68vw;
  height: 430px;
  transform: rotate(-9deg);
  border: 48px solid rgba(12, 13, 16, 0.92);
  border-right-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
  content: '';
  opacity: 0.08;
}

.sabani-hero::after {
  position: absolute;
  right: -4vw;
  bottom: 44px;
  width: 52vw;
  height: 5px;
  transform: rotate(-9deg);
  background: repeating-linear-gradient(
    90deg,
    transparent 0 50px,
    rgba(255, 255, 255, 0.9) 50px 105px
  );
  content: '';
  opacity: 0.74;
}

.sabani-hero-glow {
  position: absolute;
  top: 8%;
  right: 6%;
  width: 540px;
  height: 540px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.54);
  filter: blur(2px);
}

.sabani-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 680px;
  align-items: center;
  grid-template-columns: minmax(0, 0.92fr) minmax(460px, 1.08fr);
  gap: 48px;
}

.sabani-hero-copy {
  max-width: 650px;
}

.partnership-lockup {
  display: inline-flex;
  margin-bottom: 25px;
  padding: 8px 13px 8px 9px;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(197, 31, 61, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 28px rgba(63, 10, 24, 0.07);
  color: var(--sabani-black);
  font-size: 0.82rem;
  font-weight: 850;
}

.partner-logo-rutitest {
  width: 28px;
  height: 28px;
  overflow: hidden;
  border-radius: 9px;
}

.partner-logo-rutitest img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.partnership-symbol {
  display: inline-flex;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #dcfce7;
  color: #15803d;
}

.partnership-symbol svg {
  width: 14px;
  height: 14px;
  stroke-width: 3.25;
}

.partnership-name {
  letter-spacing: 0.01em;
}

.sabani-eyebrow,
.sabani-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--sabani-red-dark);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sabani-eyebrow svg,
.sabani-section-kicker svg {
  width: 18px;
  height: 18px;
}

.sabani-hero h1 {
  max-width: 720px;
  margin: 15px 0 22px;
  color: var(--sabani-black);
  font-size: clamp(3.25rem, 5.3vw, 5.8rem);
  letter-spacing: -0.055em;
}

.sabani-hero h1::after {
  display: block;
  width: 108px;
  height: 6px;
  margin-top: 23px;
  transform: skewX(-18deg);
  border-radius: 99px;
  background: linear-gradient(90deg, var(--sabani-red), #ef4766);
  content: '';
}

.sabani-hero-lead {
  max-width: 610px;
  margin-bottom: 25px;
  color: #4c4550;
  font-size: 1.13rem;
  line-height: 1.7;
}

.sabani-access-card {
  display: flex;
  max-width: 625px;
  margin: 25px 0;
  padding: 18px 20px;
  align-items: center;
  gap: 15px;
  border: 1px solid rgba(197, 31, 61, 0.2);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 40px rgba(75, 8, 27, 0.08);
}

.sabani-access-icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: linear-gradient(145deg, var(--sabani-red), #f04464);
  color: white;
  box-shadow: 0 12px 25px rgba(197, 31, 61, 0.25);
}

.sabani-access-card small,
.sabani-access-card strong,
.sabani-access-card p {
  display: block;
}

.sabani-access-card small {
  margin-bottom: 2px;
  color: var(--sabani-red-dark);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sabani-access-card strong {
  color: var(--sabani-black);
  font-size: 1.03rem;
}

.sabani-access-card p {
  margin: 2px 0 0;
  color: #665e67;
  font-size: 0.88rem;
}

.sabani-hero-actions,
.sabani-contact-actions,
.sabani-store-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.sabani-button {
  display: inline-flex;
  min-height: 52px;
  padding: 0 20px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-size: 0.93rem;
  font-weight: 850;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.sabani-button svg {
  width: 19px;
  height: 19px;
}

.sabani-brand-icon {
  width: 21px;
  height: 21px;
  flex: 0 0 auto;
  object-fit: contain;
}

.sabani-button:hover,
.sabani-button:focus-visible {
  transform: translateY(-2px);
}

.sabani-button-primary {
  background: var(--sabani-red);
  box-shadow: 0 15px 30px rgba(197, 31, 61, 0.22);
  color: white;
}

.sabani-button-primary:hover,
.sabani-button-primary:focus-visible {
  background: var(--sabani-red-dark);
  box-shadow: 0 19px 36px rgba(143, 20, 42, 0.25);
}

.sabani-button-secondary {
  border-color: rgba(72, 62, 67, 0.14);
  background: rgba(255, 255, 255, 0.78);
  color: #282329;
}

.sabani-button-secondary:hover,
.sabani-button-secondary:focus-visible {
  border-color: rgba(197, 31, 61, 0.3);
  background: white;
}

.sabani-hero-meta {
  display: flex;
  margin-top: 22px;
  flex-wrap: wrap;
  gap: 16px;
  color: #665d64;
  font-size: 0.82rem;
  font-weight: 780;
}

.sabani-hero-meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.sabani-hero-meta svg {
  width: 17px;
  height: 17px;
  color: var(--sabani-red);
}

.sabani-hero-visual {
  position: relative;
  display: grid;
  min-height: 620px;
  min-width: 0;
  grid-template-rows: minmax(0, 1fr) auto;
}

.sabani-logo-stage {
  position: relative;
  display: flex;
  min-height: 540px;
  padding-inline: 12px;
  align-items: center;
  justify-content: center;
}

.sabani-logo-stage::before {
  position: absolute;
  width: 84%;
  aspect-ratio: 1;
  border: 1px solid rgba(197, 31, 61, 0.12);
  border-radius: 50%;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.96),
    rgba(255, 241, 243, 0.72)
  );
  box-shadow: var(--sabani-shadow);
  content: '';
}

.sabani-main-logo {
  position: relative;
  z-index: 2;
  width: min(100%, 760px);
  height: auto;
  max-width: 100%;
  filter: drop-shadow(0 25px 27px rgba(41, 4, 14, 0.17));
  animation: sabani-float 6.5s ease-in-out infinite;
}

.sabani-stage-orbit {
  position: absolute;
  border: 1px dashed rgba(197, 31, 61, 0.2);
  border-radius: 50%;
}

.sabani-stage-orbit-one {
  width: 98%;
  aspect-ratio: 1;
  animation: sabani-spin 40s linear infinite;
}

.sabani-stage-orbit-two {
  width: 70%;
  aspect-ratio: 1;
  border-color: rgba(244, 189, 60, 0.36);
  animation: sabani-spin-reverse 32s linear infinite;
}

.sabani-official-pill {
  position: relative;
  z-index: 4;
  display: flex;
  margin-top: 8px;
  padding: 13px 16px;
  align-items: center;
  justify-self: end;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 16px;
  background: rgba(18, 18, 21, 0.9);
  box-shadow: 0 20px 42px rgba(26, 4, 10, 0.23);
  backdrop-filter: blur(10px);
  color: white;
}

.sabani-official-pill svg {
  width: 26px;
  height: 26px;
  color: #f4c34f;
}

.sabani-official-pill span,
.sabani-official-pill small {
  display: block;
}

.sabani-official-pill span {
  font-size: 0.88rem;
  font-weight: 850;
}

.sabani-official-pill small {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sabani-trust-band {
  position: relative;
  z-index: 5;
  margin-top: -34px;
}

.sabani-trust-grid {
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(197, 31, 61, 0.12);
  border-radius: 22px;
  background: white;
  box-shadow: 0 22px 55px rgba(62, 9, 23, 0.11);
  grid-template-columns: repeat(3, 1fr);
}

.sabani-trust-grid article {
  display: flex;
  min-height: 116px;
  padding: 24px 29px;
  align-items: center;
  gap: 15px;
}

.sabani-trust-grid article + article {
  border-left: 1px solid rgba(197, 31, 61, 0.1);
}

.sabani-trust-grid article > span {
  display: inline-flex;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: var(--sabani-rose);
  color: var(--sabani-red);
}

.sabani-trust-grid strong,
.sabani-trust-grid small {
  display: block;
}

.sabani-trust-grid strong {
  color: var(--sabani-black);
  font-size: 0.96rem;
}

.sabani-trust-grid small {
  margin-top: 2px;
  color: #776d72;
  font-size: 0.77rem;
}

.sabani-section {
  padding: 112px 0;
}

.sabani-section h2,
.sabani-download h2 {
  margin-top: 13px;
  color: var(--sabani-black);
  font-size: clamp(2.4rem, 4.7vw, 4.6rem);
  letter-spacing: -0.045em;
}

.sabani-intro-grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1.05fr) minmax(370px, 0.75fr);
  gap: 80px;
}

.sabani-intro-copy > p {
  max-width: 680px;
  color: #625961;
}

.sabani-copy-large {
  color: #332c32 !important;
  font-size: 1.15rem;
  line-height: 1.75;
}

.sabani-value-list {
  display: grid;
  margin-top: 34px;
  gap: 13px;
}

.sabani-value-list > div {
  display: flex;
  padding: 14px 16px;
  align-items: center;
  gap: 13px;
  border: 1px solid rgba(197, 31, 61, 0.1);
  border-radius: 15px;
  background: white;
  box-shadow: 0 10px 28px rgba(52, 9, 21, 0.05);
}

.sabani-value-list > div > svg {
  width: 24px;
  height: 24px;
  color: var(--sabani-red);
}

.sabani-value-list span,
.sabani-value-list strong {
  display: block;
}

.sabani-value-list span {
  color: #716870;
  font-size: 0.84rem;
}

.sabani-value-list strong {
  margin-bottom: 1px;
  color: var(--sabani-black);
  font-size: 0.92rem;
}

.sabani-mascot-card {
  position: relative;
  min-height: 670px;
  overflow: hidden;
  border: 1px solid rgba(197, 31, 61, 0.18);
  border-radius: 32px;
  background: linear-gradient(165deg, #16161a, #270712 68%, #6d1027);
  box-shadow: var(--sabani-shadow);
}

.sabani-mascot-backdrop {
  position: absolute;
  top: -80px;
  left: -70px;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background: rgba(197, 31, 61, 0.43);
  filter: blur(2px);
}

.sabani-mascot-card > img {
  position: absolute;
  top: 20px;
  right: -16px;
  width: 78%;
  height: auto;
  max-height: 650px;
  object-fit: contain;
  object-position: top right;
  filter: drop-shadow(0 20px 35px rgba(0, 0, 0, 0.35));
}

.sabani-mascot-card blockquote {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  z-index: 2;
  margin: 0;
  padding: 19px 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(12, 13, 16, 0.84);
  backdrop-filter: blur(14px);
  color: white;
  font-size: 1.02rem;
  font-weight: 850;
}

.sabani-mascot-card blockquote small {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.76rem;
  font-weight: 650;
}

.sabani-app-section {
  overflow: hidden;
  background:
    radial-gradient(
      circle at 50% 92%,
      rgba(197, 31, 61, 0.09),
      transparent 29%
    ),
    linear-gradient(180deg, #f9fafc, #fff7f7);
}

.sabani-section-heading {
  max-width: 780px;
  margin: 0 auto 62px;
  text-align: center;
}

.sabani-section-heading p {
  max-width: 650px;
  margin: 0 auto;
  color: #6b6269;
  font-size: 1.03rem;
}

.sabani-app-showcase {
  display: grid;
  max-width: 1080px;
  margin: 0 auto;
  align-items: end;
  grid-template-columns: repeat(3, 1fr);
  gap: 27px;
}

.sabani-phone-card {
  display: flex;
  flex-direction: column;
  gap: 17px;
}

.sabani-phone-card-featured {
  transform: translateY(-25px);
}

.sabani-phone-label {
  display: flex;
  min-height: 67px;
  padding: 11px 13px;
  align-items: center;
  gap: 11px;
  border: 1px solid rgba(197, 31, 61, 0.1);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 30px rgba(60, 10, 24, 0.06);
}

.sabani-phone-label > span {
  display: inline-flex;
  width: 39px;
  height: 39px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--sabani-rose);
  color: var(--sabani-red);
}

.sabani-phone-label strong,
.sabani-phone-label small {
  display: block;
}

.sabani-phone-label strong {
  color: var(--sabani-black);
  font-size: 0.86rem;
}

.sabani-phone-label small {
  color: #756c72;
  font-size: 0.69rem;
}

.sabani-phone-frame {
  position: relative;
  overflow: hidden;
  padding: 12px;
  border: 5px solid #16171c;
  border-radius: 36px;
  background: #16171c;
  box-shadow: 0 27px 55px rgba(22, 6, 13, 0.18);
}

.sabani-phone-frame img {
  width: 100%;
  height: auto;
  aspect-ratio: 0.56;
  border-radius: 25px;
  object-fit: cover;
  object-position: top;
}

.sabani-phone-speaker {
  position: absolute;
  top: 18px;
  left: 50%;
  z-index: 2;
  width: 68px;
  height: 16px;
  transform: translateX(-50%);
  border-radius: 99px;
  background: #0a0a0b;
}

.sabani-app-benefits {
  display: flex;
  max-width: 980px;
  margin: 50px auto 0;
  padding: 24px;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  border: 1px solid rgba(197, 31, 61, 0.12);
  border-radius: 20px;
  background: white;
  box-shadow: 0 18px 45px rgba(57, 8, 21, 0.07);
}

.sabani-app-benefits span {
  display: inline-flex;
  padding: 8px 11px;
  align-items: center;
  gap: 7px;
  border-radius: 10px;
  background: #fff8f8;
  color: #4c4449;
  font-size: 0.8rem;
  font-weight: 780;
}

.sabani-app-benefits svg {
  width: 17px;
  height: 17px;
  color: var(--sabani-red);
}

.sabani-how {
  background: white;
}

.sabani-steps {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.sabani-steps li {
  position: relative;
  min-height: 280px;
  padding: 31px;
  border: 1px solid rgba(197, 31, 61, 0.13);
  border-radius: 23px;
  background: linear-gradient(145deg, white, #fff8f8);
  box-shadow: 0 18px 45px rgba(57, 8, 21, 0.06);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.sabani-steps li:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 55px rgba(57, 8, 21, 0.1);
}

.sabani-steps li > span {
  position: absolute;
  top: 20px;
  right: 22px;
  color: rgba(197, 31, 61, 0.14);
  font-size: 3.2rem;
  font-weight: 950;
  line-height: 1;
}

.sabani-steps li > svg {
  width: 45px;
  height: 45px;
  margin-bottom: 34px;
  padding: 10px;
  border-radius: 14px;
  background: var(--sabani-red);
  color: white;
  box-shadow: 0 12px 25px rgba(197, 31, 61, 0.2);
}

.sabani-steps h3 {
  margin-bottom: 10px;
  color: var(--sabani-black);
}

.sabani-steps p {
  margin: 0;
  color: #6d646a;
  font-size: 0.9rem;
}

.sabani-purpose {
  background: #fff4f5;
}

.sabani-purpose-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.sabani-purpose-card {
  min-height: 470px;
  padding: 42px;
  border: 1px solid rgba(197, 31, 61, 0.14);
  border-radius: 28px;
  background: white;
  box-shadow: 0 22px 55px rgba(57, 8, 21, 0.07);
}

.sabani-purpose-card > span {
  display: inline-flex;
  width: 54px;
  height: 54px;
  margin-bottom: 27px;
  align-items: center;
  justify-content: center;
  border-radius: 17px;
  background: var(--sabani-rose);
  color: var(--sabani-red);
}

.sabani-purpose-card > small {
  display: block;
  margin-bottom: 9px;
  color: var(--sabani-red);
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sabani-purpose-card h3 {
  max-width: 470px;
  margin-bottom: 18px;
  color: var(--sabani-black);
  font-size: 1.65rem;
}

.sabani-purpose-card p {
  color: #665d63;
  font-size: 0.94rem;
}

.sabani-purpose-card-dark {
  border-color: rgba(255, 255, 255, 0.08);
  background: linear-gradient(145deg, #17171c, #310814);
  box-shadow: 0 28px 65px rgba(35, 3, 12, 0.22);
}

.sabani-purpose-card-dark > span {
  background: rgba(255, 255, 255, 0.08);
  color: #ffb2c0;
}

.sabani-purpose-card-dark > small {
  color: #ff9caf;
}

.sabani-purpose-card-dark h3,
.sabani-purpose-card-dark p {
  color: white;
}

.sabani-purpose-card-dark p {
  color: rgba(255, 255, 255, 0.69);
}

.sabani-contact {
  background: white;
}

.sabani-contact-shell {
  display: grid;
  overflow: hidden;
  border-radius: 34px;
  background:
    radial-gradient(
      circle at 10% 10%,
      rgba(197, 31, 61, 0.42),
      transparent 26%
    ),
    linear-gradient(140deg, #141419, #2f0713 62%, #6c1026);
  box-shadow: 0 35px 85px rgba(36, 3, 12, 0.25);
  grid-template-columns: 1.2fr 0.8fr;
}

.sabani-contact-copy {
  padding: 65px;
}

.sabani-contact-copy h2 {
  max-width: 650px;
  color: white;
}

.sabani-contact-copy > p {
  max-width: 610px;
  color: rgba(255, 255, 255, 0.7);
}

.sabani-section-kicker-light {
  color: #ffb6c3;
}

.sabani-address-card {
  display: flex;
  max-width: 520px;
  margin: 26px 0;
  padding: 17px;
  align-items: center;
  gap: 13px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.07);
}

.sabani-address-card > svg {
  width: 26px;
  height: 26px;
  color: #ff9baf;
}

.sabani-address-card small,
.sabani-address-card strong {
  display: block;
}

.sabani-address-card small {
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sabani-address-card strong {
  color: white;
  font-size: 0.95rem;
}

.sabani-button-white {
  background: white;
  color: var(--sabani-red-dark);
}

.sabani-button-outline-light {
  border-color: rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.04);
  color: white;
}

.sabani-social-card {
  position: relative;
  display: flex;
  min-height: 590px;
  padding: 45px;
  flex-direction: column;
  justify-content: flex-end;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.035);
}

.sabani-social-card > img {
  position: absolute;
  top: 20px;
  right: 8%;
  width: 84%;
  height: auto;
  max-height: 360px;
  object-fit: contain;
  object-position: center top;
  filter: drop-shadow(0 22px 25px rgba(0, 0, 0, 0.24));
}

.sabani-social-card h3,
.sabani-social-card p,
.sabani-social-links {
  position: relative;
  z-index: 2;
}

.sabani-social-card h3 {
  margin-bottom: 5px;
  color: white;
}

.sabani-social-card p {
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.63);
  font-size: 0.85rem;
}

.sabani-social-links {
  display: flex;
  gap: 10px;
}

.sabani-social-links a {
  display: inline-flex;
  min-height: 45px;
  padding: 0 15px;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  color: white;
  font-size: 0.8rem;
  font-weight: 800;
  transition:
    transform 160ms ease,
    background 160ms ease;
}

.sabani-social-links a:hover,
.sabani-social-links a:focus-visible {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.14);
}

.sabani-social-links svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.sabani-social-links .sabani-brand-icon {
  width: 20px;
  height: 20px;
}

.sabani-download {
  padding: 112px 0;
  background:
    radial-gradient(
      circle at 18% 40%,
      rgba(0, 167, 218, 0.09),
      transparent 25%
    ),
    linear-gradient(145deg, #f8fbff, #fff4f5);
}

.sabani-download-grid {
  display: grid;
  align-items: center;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 70px;
}

.sabani-download-copy p {
  max-width: 650px;
  color: #675e65;
}

.sabani-store-buttons {
  margin-top: 27px;
}

.sabani-store-button {
  display: inline-flex;
  min-width: 205px;
  min-height: 63px;
  padding: 10px 17px;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 15px;
  background: white;
  box-shadow: 0 14px 35px rgba(15, 23, 42, 0.08);
  color: #111827;
  transition:
    transform 170ms ease,
    box-shadow 170ms ease;
}

.sabani-store-button:hover,
.sabani-store-button:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 20px 42px rgba(15, 23, 42, 0.13);
}

.sabani-store-button img {
  width: 31px;
  height: 31px;
  object-fit: contain;
}

.sabani-store-button span,
.sabani-store-button small {
  display: block;
}

.sabani-store-button span {
  font-size: 1rem;
  font-weight: 850;
  line-height: 1.2;
}

.sabani-store-button small {
  margin-bottom: 2px;
  font-size: 0.66rem;
  font-weight: 650;
}

.sabani-store-button-dark {
  border-color: #15161a;
  background: #15161a;
  color: white;
}

.sabani-rutitest-social {
  padding: 30px;
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 22px 52px rgba(15, 23, 42, 0.09);
}

.sabani-rutitest-brand {
  display: flex;
  margin-bottom: 27px;
  align-items: center;
  gap: 12px;
}

.sabani-rutitest-brand img {
  border-radius: 15px;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.12);
}

.sabani-rutitest-brand small,
.sabani-rutitest-brand strong {
  display: block;
}

.sabani-rutitest-brand small {
  color: #64748b;
  font-size: 0.7rem;
}

.sabani-rutitest-brand strong {
  color: #0f172a;
  font-size: 1.3rem;
}

.sabani-rutitest-social h3 {
  margin-bottom: 15px;
  color: #0f172a;
}

.sabani-rutitest-links {
  display: grid;
  gap: 9px;
}

.sabani-rutitest-links a {
  display: flex;
  min-height: 45px;
  padding: 9px 12px;
  align-items: center;
  gap: 10px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #f8fafc;
  color: #334155;
  font-size: 0.82rem;
  font-weight: 800;
  transition:
    transform 160ms ease,
    border-color 160ms ease;
}

.sabani-rutitest-links a:hover,
.sabani-rutitest-links a:focus-visible {
  transform: translateX(3px);
  border-color: #93c5fd;
}

.sabani-rutitest-links img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.sabani-footer {
  border-top: 3px solid var(--sabani-red);
}

.sabani-floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 90;
  display: inline-flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  background: #20bd5a;
  box-shadow: 0 16px 35px rgba(17, 119, 56, 0.3);
  color: white;
  transition:
    transform 170ms ease,
    box-shadow 170ms ease;
}

.sabani-floating-whatsapp:hover,
.sabani-floating-whatsapp:focus-visible {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 21px 42px rgba(17, 119, 56, 0.38);
}

.sabani-floating-whatsapp img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

@keyframes sabani-float {
  0%,
  100% {
    transform: translateY(0) rotate(-0.4deg);
  }
  50% {
    transform: translateY(-12px) rotate(0.4deg);
  }
}

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

@keyframes sabani-spin-reverse {
  to {
    transform: rotate(-360deg);
  }
}

@media (max-width: 1160px) {
  .sabani-page .main-nav {
    gap: 12px;
  }

  .sabani-page .main-nav a {
    font-size: 0.8rem;
  }

  .sabani-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.9fr);
    gap: 22px;
  }

  .sabani-hero h1 {
    font-size: clamp(3.2rem, 5.2vw, 4.9rem);
  }

}

@media (max-width: 960px) {
  .sabani-page .menu-toggle {
    display: inline-flex;
  }

  .sabani-page .main-nav {
    position: fixed;
    top: var(--header-offset);
    right: 15px;
    left: 15px;
    display: flex;
    padding: 15px;
    transform: translateY(-12px) scale(0.98);
    transform-origin: top;
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
    border: 1px solid var(--border);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: var(--shadow-md);
    opacity: 0;
    pointer-events: none;
  }

  .sabani-page .main-nav.is-open {
    transform: translateY(0) scale(1);
    opacity: 1;
    pointer-events: auto;
  }

  .sabani-page .main-nav a {
    padding: 11px 12px;
    border-radius: 10px;
    font-size: 0.87rem;
  }

  .sabani-page .nav-social {
    padding: 10px 12px;
    justify-content: center;
  }

  .sabani-page .main-nav .nav-cta {
    margin-top: 5px;
    text-align: center;
  }

  .sabani-hero {
    padding-top: calc(var(--header-offset) + 55px);
  }

  .sabani-hero-grid {
    grid-template-columns: 1fr;
  }

  .sabani-hero-copy {
    max-width: 760px;
  }

  .sabani-hero-visual {
    min-height: 620px;
  }

  .sabani-trust-grid {
    grid-template-columns: 1fr;
  }

  .sabani-trust-grid article {
    min-height: 94px;
  }

  .sabani-trust-grid article + article {
    border-top: 1px solid rgba(197, 31, 61, 0.1);
    border-left: 0;
  }

  .sabani-intro-grid,
  .sabani-contact-shell,
  .sabani-download-grid {
    grid-template-columns: 1fr;
  }

  .sabani-mascot-card {
    min-height: 720px;
  }

  .sabani-mascot-card > img {
    right: 3%;
    width: 60%;
    max-height: 690px;
  }

  .sabani-contact-copy {
    padding: 52px;
  }

  .sabani-social-card {
    min-height: 570px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-left: 0;
  }

  .sabani-social-card > img {
    top: 20px;
    right: 16%;
    width: 68%;
  }
}

@media (max-width: 800px) {
  .sabani-section,
  .sabani-download {
    padding: 82px 0;
  }

  .sabani-hero {
    min-height: auto;
  }

  .sabani-hero h1 {
    font-size: clamp(3rem, 11vw, 4.5rem);
  }

  .sabani-hero-visual {
    min-height: 530px;
  }

  .sabani-logo-stage {
    min-height: 450px;
  }

  .sabani-logo-stage::before {
    width: 78%;
  }

  .sabani-official-pill {
    margin-top: 6px;
    justify-self: center;
  }

  .sabani-intro-grid {
    gap: 48px;
  }

  .sabani-app-showcase {
    max-width: 420px;
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .sabani-phone-card-featured {
    transform: none;
  }

  .sabani-steps,
  .sabani-purpose-grid {
    grid-template-columns: 1fr;
  }

  .sabani-steps li {
    min-height: 245px;
  }

  .sabani-purpose-card {
    min-height: auto;
  }
}

@media (max-width: 560px) {
  .sabani-hero {
    padding-top: calc(var(--header-offset) + 38px);
    padding-bottom: 66px;
  }

  .partnership-lockup {
    max-width: 100%;
  }

  .sabani-hero h1 {
    font-size: 2.75rem;
  }

  .sabani-hero-lead {
    font-size: 1rem;
  }

  .sabani-access-card {
    align-items: flex-start;
  }

  .sabani-hero-actions,
  .sabani-contact-actions,
  .sabani-store-buttons {
    flex-direction: column;
  }

  .sabani-button,
  .sabani-store-button {
    width: 100%;
  }

  .sabani-hero-meta {
    flex-direction: column;
    gap: 9px;
  }

  .sabani-hero-visual {
    min-height: 430px;
  }

  .sabani-logo-stage {
    min-height: 330px;
    padding-inline: 4px;
  }

  .sabani-stage-orbit-one {
    width: 108%;
  }

  .sabani-official-pill {
    margin-top: 4px;
  }

  .sabani-trust-grid article {
    padding: 20px;
  }

  .sabani-section h2,
  .sabani-download h2 {
    font-size: 2.45rem;
  }

  .sabani-mascot-card {
    min-height: 610px;
    border-radius: 25px;
  }

  .sabani-mascot-card > img {
    right: -9%;
    width: 94%;
    max-height: 570px;
  }

  .sabani-phone-frame {
    border-radius: 29px;
  }

  .sabani-purpose-card,
  .sabani-steps li {
    padding: 27px;
  }

  .sabani-contact-shell {
    border-radius: 25px;
  }

  .sabani-contact-copy,
  .sabani-social-card {
    padding: 32px 24px;
  }

  .sabani-social-card {
    min-height: 520px;
  }

  .sabani-social-card > img {
    top: 16px;
    right: 6%;
    width: 88%;
  }

  .sabani-social-links {
    flex-direction: column;
  }

  .sabani-social-links a {
    justify-content: center;
  }

  .sabani-rutitest-social {
    padding: 24px;
  }

  .sabani-floating-whatsapp {
    right: 15px;
    bottom: 15px;
    width: 52px;
    height: 52px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sabani-main-logo,
  .sabani-stage-orbit {
    animation: none !important;
  }
}
