﻿@font-face {
  font-family: 'Vazirmatn';
  src: url('../font/vazir/Vazirmatn[wght].woff2') format('woff2 supports variations'),
    url('../font/vazir/Vazirmatn[wght].woff2') format('woff2-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

body {
  background-color: #f7f7f7;
  font-family: 'Vazirmatn';
}


a {
  text-decoration: none;
  color: #212529;
}

a:hover {
  color: #1e69e8 !important;
  transition: 0.5s;
}

h1 {
  font-family: 'Vazirmatn';
  font-weight: 700;
  line-height: 1.5;
}

p {
  font-family: 'Vazirmatn';
}

.bg-grid {
  background-image: url(../img/grid.svg);
}

.bg-pattern {
  background-image: url(../img/banner-bg-shape.png);
  background-size: contain;
}

.fs-9r {
  font-size: 0.9rem;
  line-height: 2;
}

input {
  caret-color: #1eb35b;
}

input::placeholder {
  font-family: 'Vazirmatn';
  font-size: 0.8rem;
  font-weight: 400;
  color: #999 !important;
}


.my-arrow {
  rotate: 45deg;
  color: #cccccc;
  margin-top: 10px;
}

.my-special-item {
  color: #242424;
  font-size: 0.8rem;
  font-weight: 450;
  line-height: 1.45;
}

h2 {
  font-family: 'Vazirmatn';
  font-size: 1.6rem;
  font-weight: 700;
}

.my-bg-line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e3e3e3;
  margin: 0 2rem;
}


.my-card h3 {
  font-size: 1.2rem;

}

.my-card p {
  font-size: 0.8rem;
  text-align: justify;
}

.my-card span {
  font-size: 0.8rem;
}

.my-card svg {
  color: #ffbf0a;
}

.bg-gray {
  background-color: #eeeeee;
}

.bg-gray svg {
  color: #575757;
}

.btn-article-card {
  color: #fff;
  width: 90%;
  margin: 0 auto;
}

.btn-article-card svg {
  color: #fff;
}

.btn-article-card:hover {
  background-color: #397df2;
  color: #fff;
}

.training-card-row {
  align-items: stretch;
  row-gap: 1.5rem;
}

.training-card-row > [class*="col-"] {
  display: flex;
}

.training-card {
  width: 100%;
  height: 100%;
  margin-bottom: 0 !important;
  display: flex;
  flex-direction: column;
}

.training-card .img-wrapper {
  aspect-ratio: 16 / 9;
}

.training-card .img-wrapper img {
  height: 100%;
  object-fit: cover;
}

.training-card h3 {
  min-height: 2.9rem;
}

.training-card p {
  min-height: 4.2rem;
}

.training-card > .d-flex.justify-content-between.p-3 {
  margin-top: auto;
}

.bg-w {
  background-color: #fff;
}

/*Article Page*/

/* Ù†Ù…Ø§ÛŒØ´ Ù…Ù†Ùˆ Ø¯Ø± Ø­Ø§Ù„Øª hover */
@media (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    /* Ø¨Ø±Ø§ÛŒ Ø§ÛŒÙ†Ú©Ù‡ ÙØ§ØµÙ„Ù‡ Ù†Ø§Ø®ÙˆØ§Ø³ØªÙ‡ Ø§ÛŒØ¬Ø§Ø¯ Ù†Ø´ÙˆØ¯ */
  }
}




/* SHOW the caret pseudo-element explicitly + then put SVG inside it */
.dropdown-toggle::after {
  content: "";
  display: inline-block;

  /* hard size so it can never disappear */
  width: 1em;
  height: 1em;

  /* remove any borders Bootstrap may add */
  border: 0;
  margin: 0 0 0 0.35em;

  /* SVG â€œVâ€ */
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2016%2016'%3E%3Cpath%20d='M3.2%206.2%20L7%209.9%20L10.8%206.2'%20fill='none'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  /* just in case */
  vertical-align: middle;
}

/* rotate when expanded */
.dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(180deg);
}


.btn-blue {
  border: 1px solid #1e69e8;
  color: #1e69e8;

}

.btn-blue-bg {
  border: 1px solid #1e69e8;
  color: #fff;
  background-color: #1e69e8;
}

.btn-blue-bg:hover {
  border: 1px solid #1e69e8;
  color: #fff !important;
  background-color: #007bff;

}

.btn-blue:hover {
  background-color: #1e69e8;
  border: 1px solid #1e69e8;
  color: #fff;

}

footer {
  background-color: #242424;
  color: #fff;
}

.fw-400 {
  font-weight: 300;
}

.fw-900 {
  font-weight: 900;
}

.fs-9 {
  font-size: 0.9rem;
  line-height: 1.8;
}

.fc-gray {
  color: #c7c7c7;
}

.footer-link {
  list-style-type: none;
  padding: 0.5rem 0;
  display: flex;
  align-items: center;
}

.footer-link-icon {
  background-color: #1e69e8;
  display: inline-block;
  width: 6px;
  height: 2px;
}


.footer-icon-social {
  background-color: #575757;
}

footer .footer-icon-social {
  width: 74px;
  min-height: 32px;
  padding-inline: 8px !important;
  font-size: .86rem;
  font-weight: 800;
  white-space: nowrap;
}

.footer-icon-social:hover {
  background-color: #1e69e8;
}

.footer-bg-copy {
  background-color: #3a3a3a;
}

.footer-contact-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(212, 175, 95, .18);
  border-radius: 8px;
  background: linear-gradient(135deg, #07152e, #0b2b66);
}

.footer-contact-strip a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 7px 14px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background-color: rgba(255, 255, 255, .07);
  color: #fff;
  font-size: .9rem;
  font-weight: 800;
}

.footer-contact-strip a:hover {
  color: #d4af5f !important;
  border-color: rgba(212, 175, 95, .32);
}


.extra-layer {
  top: 30px;
  right: 30px;
  width: 100px;
  height: 100px;
  background-color: #1e69e8;
  z-index: -1;
}



/*Extra text*/
.collapsible-text .collapsed-content {
  /* Ø§Ø³ØªØ§ÛŒÙ„â€ŒÙ‡Ø§ÛŒ Ù…Ø±Ø¨ÙˆØ· Ø¨Ù‡ Ù…Ø­ØªÙˆØ§ÛŒ Ù‚Ø§Ø¨Ù„ Ù†Ù…Ø§ÛŒØ´ */
  margin-bottom: 10px;
}

.collapsible-text .expanded-content {
  /* Ø§Ø³ØªØ§ÛŒÙ„â€ŒÙ‡Ø§ÛŒ Ù…Ø±Ø¨ÙˆØ· Ø¨Ù‡ Ù…Ø­ØªÙˆØ§ÛŒ Ù…Ø®ÙÛŒ */
  border-top: 1px solid #eee;
  padding-top: 10px;
}

.collapsible-text .toggle-button {
  background-color: #1e69e8;
  color: #fff;
}


/*Page Index_02*/

.bg-blue {
  background-color: #1e69e8;
}

.text-blue {
  color: #1e69e8;
}

.header-icon-social {
  background-color: #575757;
}

.header-icon-social:hover {
  background-color: #1e69e8;
}

.header-social-link {
  list-style-type: none;
  display: flex;
  align-items: center;
}

.header-social-link a,
.footer-icon-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  line-height: 1;
}

.rubika-social-icon {
  display: inline-block;
  width: calc(1em + 5px);
  height: calc(1em + 5px);
  object-fit: contain;
  vertical-align: -.24em;
}

.btn-login-blue {
  border: 1px solid #1e69e8;
  color: #1e69e8;
  font-size: 0.95rem;
}

.btn-login-blue:hover {
  background-color: rgba(30, 77, 179, 0.1);
  border: 1px solid #1e69e8;
  color: #1e69e8;
}

.auth-dialog {
  width: min(94vw, 940px);
  max-width: 940px;
}

.auth-modal {
  background: #07152e;
  color: #fff;
  box-shadow: 0 28px 90px rgba(7, 21, 46, .34);
}

.auth-close {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  filter: invert(1);
  opacity: .82;
}

.auth-modal-grid {
  display: grid;
  grid-template-columns: minmax(390px, 1.08fr) minmax(360px, .92fr);
  min-height: 520px;
}

.auth-visual {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 54px 46px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .08), transparent 40%),
    radial-gradient(circle at 18% 22%, rgba(212, 175, 95, .26), transparent 34%),
    linear-gradient(135deg, #071020, #0d3478);
  overflow: hidden;
}

.auth-visual::after {
  content: "";
  position: absolute;
  inset: auto -70px -80px auto;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(212, 175, 95, .28);
  border-radius: 50%;
  box-shadow: 0 0 45px rgba(30, 105, 232, .24);
}

.auth-kicker {
  display: inline-flex;
  padding: 7px 12px;
  border: 1px solid rgba(212, 175, 95, .34);
  border-radius: 8px;
  color: #d4af5f;
  font-size: .82rem;
  font-weight: 800;
}

.auth-visual h2 {
  margin: 24px 0 14px;
  color: #fff;
  font-size: 1.85rem;
  line-height: 1.8;
}

.auth-visual p {
  color: rgba(255, 255, 255, .76);
  font-size: 1rem;
  line-height: 2.05;
}

.auth-visual-card {
  position: relative;
  z-index: 1;
  width: min(100%, 300px);
  margin: 38px auto 0;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(8px);
}

.auth-visual-card span {
  display: block;
  width: 48px;
  height: 5px;
  margin-bottom: 16px;
  border-radius: 99px;
  background: linear-gradient(90deg, #d4af5f, #f8e7a8);
}

.auth-visual-card strong,
.auth-visual-card small {
  display: block;
  direction: ltr;
  text-align: left;
}

.auth-visual-card strong {
  font-size: 1.3rem;
  letter-spacing: 1px;
}

.auth-visual-card small {
  margin-top: 8px;
  color: rgba(255, 255, 255, .62);
}

.auth-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 54px 44px;
  background: #fff;
  color: #07152e;
}

.auth-form-head {
  margin-bottom: 28px;
}

.auth-form-head span {
  display: inline-flex;
  padding: 6px 11px;
  border-radius: 8px;
  background: rgba(30, 105, 232, .08);
  color: #1e69e8;
  font-size: .82rem;
  font-weight: 900;
}

.auth-form-head h3 {
  margin: 16px 0 8px;
  color: #07152e;
  font-size: 1.45rem;
  font-weight: 900;
}

.auth-form-head p {
  margin: 0;
  color: #667085;
  font-size: .92rem;
  line-height: 1.9;
}

.auth-step {
  width: 100%;
}

.auth-label {
  display: block;
  margin-bottom: 10px;
  font-weight: 800;
}

.auth-input {
  width: 100%;
  height: 52px;
  padding: 0 14px;
  border: 1px solid #d6e0f1;
  border-radius: 8px;
  outline: 0;
  direction: ltr;
  text-align: left;
  font-size: 1.05rem;
  font-weight: 800;
  color: #07152e;
  background: #f8fbff;
}

.auth-input:focus {
  border-color: #1e69e8;
  box-shadow: 0 0 0 4px rgba(30, 105, 232, .12);
}

.auth-hint,
.auth-phone-preview {
  margin: 10px 0 0;
  color: #6c757d;
  font-size: .86rem;
  line-height: 1.8;
}

.auth-phone-preview strong {
  color: #1e69e8;
  direction: ltr;
  display: inline-block;
}

.auth-error {
  min-height: 24px;
  margin: 10px 0 12px;
  color: #d92d20;
  font-size: .85rem;
  font-weight: 700;
}

.auth-success {
  margin: 12px 0;
  padding: 10px 12px;
  border: 1px solid rgba(30, 179, 91, .24);
  border-radius: 8px;
  background: rgba(30, 179, 91, .08);
  color: #128445;
  font-size: .9rem;
  font-weight: 800;
}

.auth-back {
  margin-bottom: 18px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #1e69e8;
  font-size: .9rem;
  font-weight: 800;
}

.auth-otp-group {
  display: grid;
  grid-template-columns: repeat(6, minmax(38px, 1fr));
  gap: 10px;
}

.auth-otp-cell {
  width: 100%;
  aspect-ratio: 1;
  border: 1px solid #d6e0f1;
  border-radius: 8px;
  outline: 0;
  background: #f8fbff;
  color: #07152e;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 900;
}

.auth-otp-cell:focus {
  border-color: #1e69e8;
  box-shadow: 0 0 0 4px rgba(30, 105, 232, .12);
}

@media (max-width: 991.98px) {
  .auth-dialog {
    width: min(94vw, 560px);
  }

  .auth-modal-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .auth-visual {
    padding: 38px 30px 30px;
  }

  .auth-body {
    padding: 34px 30px;
  }
}

@media (max-width: 575.98px) {
  .navbar > .container {
    justify-content: space-between;
  }

  .guest-mobile-brand {
    order: 1;
    margin: 0;
  }

  .guest-mobile-menu-toggle {
    order: 2;
    margin: 0;
  }

  .home-hero-title {
    font-size: clamp(1.58rem, 6vw, 1.72rem);
  }

  .home-hero-actions {
    gap: 7px;
  }

  .home-hero-actions .btn {
    min-height: 48px;
    padding-inline: 1.05rem !important;
    font-size: clamp(1rem, 3.55vw, 1.1rem);
  }

  .home-hero-features {
    flex-wrap: nowrap !important;
    justify-content: center !important;
    gap: 6px;
  }

  .home-hero-features > div {
    flex: 0 0 calc((100% - 12px) / 3) !important;
    width: calc((100% - 12px) / 3);
    max-width: calc((100% - 12px) / 3);
    min-width: 0;
  }

  .home-hero-features .my-special-item {
    width: 100%;
    min-height: 54px;
    margin-inline: 0 !important;
    padding-inline: 4px !important;
    font-size: clamp(.49rem, 2.2vw, .58rem);
    line-height: 1.55;
    white-space: nowrap;
  }

  .auth-visual h2 {
    font-size: 1.25rem;
  }

  .auth-dialog {
    width: min(92vw, 380px);
    margin: .5rem auto;
  }

  .auth-modal {
    max-height: calc(100vh - 1rem);
  }

  .auth-modal-grid {
    display: block;
    min-height: auto;
  }

  .auth-visual {
    display: none;
  }

  .auth-close {
    top: 10px;
    left: 10px;
    filter: none;
    opacity: .7;
  }

  .auth-body {
    min-height: auto;
    padding: 24px 18px 18px;
  }

  .auth-form-head h3 {
    margin: 12px 0 6px;
    font-size: 1.16rem;
  }

  .auth-form-head {
    margin-bottom: 14px;
    padding-left: 26px;
  }

  .auth-form-head span {
    padding: 5px 9px;
    font-size: .74rem;
  }

  .auth-form-head p,
  .auth-hint,
  .auth-phone-preview {
    font-size: .78rem;
    line-height: 1.65;
  }

  .auth-label {
    margin-bottom: 7px;
    font-size: .88rem;
  }

  .auth-input {
    height: 44px;
    font-size: .95rem;
  }

  .auth-otp-group {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 6px;
  }

  .auth-otp-cell {
    font-size: 1rem;
  }

  .auth-error {
    min-height: 18px;
    margin: 7px 0 9px;
    font-size: .76rem;
  }

  .auth-back {
    margin-bottom: 10px;
    font-size: .8rem;
  }

  .auth-step .btn {
    min-height: 42px;
    padding-block: .45rem !important;
  }
}

.my-title-blue {
  color: #1e69e8;
  background-color: lab(61.97% 12.65 -31.83 / 0.1);
  border: 1px solid #ddd;
}

.home-hero-title {
  width: max-content;
  max-width: 100%;
  white-space: nowrap;
  font-size: clamp(1.55rem, 3.35vw, 2.35rem);
}

.home-hero-title .my-title-blue {
  display: inline-block;
  padding-inline: clamp(.45rem, 1.7vw, 1rem) !important;
}

.home-hero img {
  margin-bottom: clamp(1rem, 3vw, 1.6rem);
}

.home-hero-cta-wrap {
  justify-content: center;
}

.home-hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  width: auto;
  margin: .75rem 0 !important;
}

.home-hero-actions .btn {
  flex: 0 0 auto;
  min-height: 46px;
  margin-inline: 0 !important;
  padding-inline: clamp(1.12rem, 3vw, 1.5rem) !important;
  white-space: nowrap;
  font-size: clamp(1rem, 2.65vw, 1.28rem);
  line-height: 1.35;
}

.home-hero-features {
  flex-wrap: wrap;
  gap: 10px;
}

.home-hero-features > div {
  flex: 0 1 auto;
  min-width: 0;
}

.home-hero-features .my-special-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  max-width: 100%;
  text-align: center;
  white-space: normal;
  font-size: clamp(.68rem, 2.15vw, .8rem);
  line-height: 1.55;
}

.lh-2 {
  line-height: 2;
}


/*Page Index01*/
.my-special-item-p01 {
  color: #52565c;
  font-size: 1rem;
  font-weight: 700;
}

.my-special-item-icon {
  color: #1e69e8;
}

.nav-link {
  font-weight: 400;
}

.dropdown-item {
  font-weight: 400;
}

.content-course h2 {
  padding: 0.8rem 1rem 0 1rem;
}

.content-course p {
  padding: 0.2rem 1rem 0 1rem;
}

.img-wrapper {
  overflow: hidden;
}

.img-wrapper img {
  width: 100%;
  transition: transform 1s ease;
}

.img-wrapper:hover img {
  transform: scale(1.2);
}

.text-gray{
  color: #6C757D;
}

.bg-comment{
  background-color: #f1f5f9;
}

.quick-contact-btn {
  position: fixed;
  right: 22px;
  bottom: 100px;
  z-index: 1040;
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background-color: #1e69e8;
  color: #fff;
  box-shadow: 0 14px 32px rgba(30, 105, 232, 0.35);
}

.quick-contact-btn:hover {
  background-color: #1558c7;
  color: #fff;
}

.quick-contact-modal {
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.18);
}

.quick-contact-visual {
  position: relative;
  padding: 18px 18px 0;
  background: linear-gradient(135deg, rgba(30, 105, 232, 0.08), rgba(20, 184, 166, 0.08));
}

.quick-contact-badge {
  position: absolute;
  top: 24px;
  right: 28px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  border-radius: 999px;
  background-color: #fff;
  color: #1e69e8;
  font-size: 0.82rem;
  font-weight: 700;
  box-shadow: 0 10px 25px rgba(30, 105, 232, 0.14);
}

.quick-contact-illustration {
  display: block;
  width: 100%;
  height: 170px;
}

.quick-contact-header {
  flex-direction: row;
  padding-top: 18px;
}

.quick-contact-title-icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background-color: #e8f1ff;
  color: #1e69e8;
}

.quick-contact-close {
  margin-right: auto !important;
  margin-left: 0 !important;
}

.quick-contact-input {
  min-height: 46px;
  border-color: #d8e1ef;
}

.quick-contact-input:focus {
  border-color: #1e69e8;
  box-shadow: 0 0 0 0.2rem rgba(30, 105, 232, 0.14);
}

@media (max-width: 575.98px) {
  .quick-contact-btn {
    right: 14px;
    bottom: 50px;
    width: 56px;
    height: 56px;
  }
}

/* Roohi Trade landing content */
.roohi-section {
  scroll-margin-top: 90px;
}

.section-kicker {
  width: fit-content;
  margin-bottom: 14px;
  padding: 7px 12px;
  border: 1px solid #d8e5f8;
  border-radius: 8px;
  background-color: #eef5ff;
  color: #1e69e8;
  font-size: .86rem;
  font-weight: 800;
}

.section-kicker-light {
  border-color: rgba(255, 255, 255, .22);
  background-color: rgba(255, 255, 255, .12);
  color: #f2d17b;
}

.roohi-heading {
  line-height: 1.75;
}

.roohi-lead {
  color: #1f2a37;
  font-size: 1.05rem;
  line-height: 2.15;
  font-weight: 600;
}

.roohi-text,
.roohi-section-desc {
  color: #526070;
  line-height: 2.15;
}

.roohi-section-desc {
  max-width: 760px;
  margin-bottom: 24px;
}

.roohi-ecosystem-visual,
.vip-visual,
.team-visual {
  width: 100%;
  border-radius: 8px;
  filter: drop-shadow(0 24px 45px rgba(7, 21, 46, .18));
}

.roohi-stat,
.roohi-principle-card,
.roohi-service-card,
.goal-card,
.team-skill,
.culture-card,
.path-step {
  border: 1px solid #dfe8f5;
  border-radius: 8px;
  background-color: #fff;
}

.roohi-stat {
  min-height: 96px;
  padding: 18px;
  box-shadow: 0 14px 30px rgba(16, 42, 90, .06);
}

.roohi-stat strong {
  display: block;
  color: #1e69e8;
  font-size: 1.45rem;
  font-weight: 900;
}

.roohi-stat span {
  color: #637083;
  font-size: .9rem;
}

.roohi-side-panel {
  padding: 30px;
  border-radius: 8px;
  background: linear-gradient(145deg, #f8fbff, #eef5ff);
  border: 1px solid #dfe8f5;
}

.roohi-principle-card,
.roohi-service-card,
.goal-card,
.team-skill,
.culture-card,
.path-step {
  padding: 24px;
  box-shadow: 0 12px 28px rgba(20, 44, 84, .06);
}

.roohi-principle-card h3,
.roohi-service-card h3,
.goal-card h3,
.team-skill h3,
.culture-card h3,
.path-step h3,
.vip-feature h3 {
  margin-bottom: 10px;
  color: #1f2a37;
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.7;
}

.roohi-principle-card p,
.roohi-service-card p,
.goal-card p,
.team-skill p,
.culture-card p,
.path-step p,
.vip-feature p {
  margin-bottom: 0;
  color: #64748b;
  font-size: .92rem;
  line-height: 2;
}

.roohi-icon-badge,
.service-icon,
.path-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  border-radius: 8px;
  background-color: #eef5ff;
  color: #1e69e8;
  font-weight: 900;
}

.service-icon {
  background: linear-gradient(145deg, #eef5ff, #fff8e6);
  color: #b98b32;
}

.roohi-service-card {
  min-height: 245px;
}

.roohi-service-card:hover,
.goal-card:hover,
.team-skill:hover {
  transform: translateY(-3px);
  transition: .25s ease;
  border-color: #b9d4ff;
}

.roohi-vip-section {
  position: relative;
  overflow: hidden;
  padding: 44px 42px 42px;
  border-radius: 8px;
  border: 1px solid rgba(35, 89, 170, .42);
  background:
    linear-gradient(100deg, rgba(2, 8, 23, .98) 0%, rgba(5, 18, 43, .97) 32%, rgba(9, 42, 99, .96) 66%, rgba(14, 57, 133, .96) 100%);
  color: #fff;
  box-shadow: 0 32px 72px rgba(7, 21, 46, .3);
}

.roohi-vip-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 27% 34%, rgba(30, 105, 232, .22), transparent 39%),
    linear-gradient(115deg, rgba(212, 175, 95, .08), transparent 23%),
    linear-gradient(180deg, rgba(255, 255, 255, .05), transparent 38%);
  pointer-events: none;
}

.roohi-vip-section::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(212, 175, 95, .14);
  border-radius: 8px;
  pointer-events: none;
}

.roohi-vip-section .section-kicker-light {
  margin-bottom: 20px;
  border-color: rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .08);
  color: #f2c766;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}

.roohi-vip-section h2 {
  color: #fff;
  font-size: 1.68rem;
  font-weight: 900;
  line-height: 1.8;
  text-shadow: 0 8px 24px rgba(0, 0, 0, .2);
}

.roohi-vip-section p {
  color: rgba(255, 255, 255, .8);
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 2.2;
}

.roohi-vip-premium > .row,
.roohi-vip-premium .vip-audience-grid {
  position: relative;
  z-index: 1;
}

.roohi-vip-premium > .row {
  min-height: 430px;
}

.roohi-vip-section .vip-visual {
  width: min(100%, 735px);
  margin-inline: auto;
  display: block;
  border-radius: 0;
  filter: drop-shadow(0 34px 38px rgba(2, 8, 23, .42));
}

.vip-hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  flex-wrap: wrap;
  text-align: center;
  margin-top: 22px;
}

.vip-hero-actions .btn-light {
  min-width: 190px;
  border: 1px solid rgba(255, 255, 255, .66);
  border-radius: 8px;
  background: #fff;
  color: #1e69e8 !important;
  font-weight: 800;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 16px 28px rgba(0, 0, 0, .16);
}

.vip-text-link {
  color: #f0b94e;
  font-weight: 800;
  text-align: center;
  white-space: nowrap;
}

.vip-text-link:hover {
  color: #fff !important;
}

.vip-audience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.vip-audience-item {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  direction: rtl;
  column-gap: 12px;
  min-height: 74px;
  padding: 15px 18px;
  border: 1px solid rgba(142, 181, 241, .22);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .035));
  color: rgba(255, 255, 255, .9);
  font-size: .92rem;
  font-weight: 800;
  line-height: 1.9;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05), 0 12px 24px rgba(2, 8, 23, .12);
}

.vip-audience-item > span:last-child {
  min-width: 0;
  text-align: right;
  white-space: nowrap;
}

.vip-audience-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(212, 175, 95, .18);
  border-radius: 50%;
  background: rgba(3, 14, 34, .24);
  color: #e3ae3d;
  box-shadow: inset 0 1px 8px rgba(30, 105, 232, .14);
}

.vip-audience-icon svg {
  width: 25px;
  height: 25px;
}

.vip-feature {
  height: 100%;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  background-color: rgba(255, 255, 255, .08);
}

.vip-feature h3 {
  color: #fff;
}

.vip-feature p {
  color: rgba(255, 255, 255, .72);
}

.vip-details-section {
  scroll-margin-top: 90px;
}

.vip-detail-card {
  padding: 24px;
  border: 1px solid #dfe8f5;
  border-radius: 8px;
  background: linear-gradient(180deg, #fff, #f8fbff);
  box-shadow: 0 14px 34px rgba(7, 21, 46, .07);
}

.vip-detail-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 14px;
  border-radius: 8px;
  background-color: #07152e;
  color: #d4af5f;
  font-weight: 900;
}

.vip-detail-card h3 {
  color: #07152e;
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.8;
}

.vip-detail-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.vip-detail-card li {
  position: relative;
  padding: 8px 22px 8px 0;
  color: #526070;
  font-size: .9rem;
  line-height: 1.9;
}

.vip-detail-card li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 18px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #d4af5f;
}

.vip-membership-panel,
.vip-difference {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(142, 181, 241, .16);
  border-radius: 8px;
  background:
    radial-gradient(circle at 87% 12%, rgba(212, 175, 95, .16), transparent 28%),
    radial-gradient(circle at 18% 50%, rgba(30, 105, 232, .18), transparent 36%),
    linear-gradient(112deg, #07152e 0%, #061226 46%, #092a63 100%);
  color: #fff;
  box-shadow: 0 24px 54px rgba(7, 21, 46, .2);
}

.vip-membership-panel::before,
.vip-difference::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .05), transparent 36%),
    radial-gradient(circle at 82% 80%, rgba(212, 175, 95, .11), transparent 24%);
  pointer-events: none;
}

.vip-membership-panel {
  display: grid;
  grid-template-areas: "visual copy steps";
  grid-template-columns: 180px minmax(300px, .7fr) minmax(650px, 1.55fr);
  align-items: center;
  gap: 24px;
  min-height: 302px;
  padding: 40px 38px;
}

.vip-difference {
  display: grid;
  direction: ltr;
  grid-template-columns: 360px minmax(0, 1fr);
  align-items: center;
  gap: 44px;
  min-height: 290px;
  padding: 44px 58px;
}

.vip-membership-visual,
.vip-membership-copy,
.vip-steps,
.vip-difference-visual,
.vip-difference-copy {
  position: relative;
  z-index: 1;
}

.vip-membership-visual {
  grid-area: visual;
}

.vip-membership-visual img {
  width: min(100%, 180px);
  display: block;
  margin-inline: auto;
  filter: drop-shadow(0 22px 24px rgba(2, 8, 23, .34));
}

.vip-membership-copy {
  grid-area: copy;
}

.vip-membership-panel h3,
.vip-difference h3 {
  color: #fff;
  margin-bottom: 14px;
  font-weight: 900;
  line-height: 1.65;
  text-shadow: 0 12px 24px rgba(0, 0, 0, .22);
}

.vip-membership-panel h3 {
  font-size: 1.95rem;
}

.vip-difference h3 {
  font-size: 2.18rem;
}

.vip-membership-panel h3 span,
.vip-difference h3 span {
  color: #d4af5f;
}

.vip-membership-panel p,
.vip-difference p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, .78);
  font-size: 1rem;
  font-weight: 600;
  line-height: 2.15;
}

.vip-steps {
  grid-area: steps;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.vip-step-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 30px;
  align-items: center;
  direction: rtl;
  min-height: 78px;
  column-gap: 8px;
  padding: 14px 12px;
  border: 1px solid rgba(142, 181, 241, .18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(30, 105, 232, .18), rgba(255, 255, 255, .045));
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05), 0 12px 22px rgba(2, 8, 23, .14);
}

.vip-step-card > span:last-child {
  grid-column: 1;
  min-width: 0;
  direction: rtl;
  text-align: right;
  white-space: nowrap;
  font-size: .82rem;
  font-weight: 800;
}

.vip-step-icon {
  grid-column: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #d4af5f;
}

.vip-step-icon svg {
  width: 27px;
  height: 27px;
  filter: drop-shadow(0 0 6px rgba(212, 175, 95, .18));
}

.vip-difference-visual img {
  width: min(100%, 330px);
  display: block;
  margin-inline: auto;
  filter: drop-shadow(0 26px 28px rgba(2, 8, 23, .38));
}

.vip-difference-copy {
  direction: rtl;
  max-width: 760px;
  text-align: right;
}

.vip-difference-copy p {
  font-size: 1.05rem;
}

.roohi-team-preview {
  padding: 34px;
  border-radius: 8px;
  background: linear-gradient(135deg, #f8fbff, #eef4ff);
  border: 1px solid #dfe8f5;
}

.team-preview-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.team-preview-stats div {
  min-height: 92px;
  padding: 16px;
  border-radius: 8px;
  background-color: #07152e;
  color: #fff;
}

.team-preview-stats strong {
  display: block;
  color: #d4af5f;
  font-size: 1.5rem;
  font-weight: 900;
}

.team-preview-stats span {
  color: rgba(255, 255, 255, .78);
  font-size: .86rem;
}

/* Capital decision room */
.capital-room-section {
  scroll-margin-top: 90px;
}

.capital-room-shell {
  position: relative;
  overflow: hidden;
  padding: 44px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 15% 18%, rgba(212, 175, 95, .2), transparent 28%),
    radial-gradient(circle at 82% 16%, rgba(42, 124, 255, .18), transparent 30%),
    linear-gradient(135deg, #050b18, #071d44 56%, #123e8e);
  color: #fff;
  box-shadow: 0 30px 72px rgba(7, 21, 46, .3);
}

.capital-room-shell::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(212, 175, 95, .22);
  border-radius: 8px;
  pointer-events: none;
}

.capital-room-shell::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -120px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(212, 175, 95, .18);
  border-radius: 50%;
  pointer-events: none;
}

.capital-room-shell > .row,
.capital-market-strip {
  position: relative;
  z-index: 1;
}

.capital-room-shell h2 {
  color: #fff;
  font-size: clamp(1rem, 3.2vw, 1.9rem);
  line-height: 1.8;
  white-space: nowrap;
}

.capital-room-lead {
  color: #d4af5f !important;
  font-size: 1.08rem;
  font-weight: 900;
}

.capital-room-shell p {
  color: rgba(255, 255, 255, .78);
  line-height: 2.15;
}

.capital-room-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  text-align: center;
  margin-top: 24px;
}

.capital-room-actions .btn,
.capital-room-actions .capital-room-link {
  white-space: nowrap;
  text-align: center;
}

.capital-room-link {
  color: #d4af5f;
  font-weight: 900;
}

.capital-room-link:hover {
  color: #fff !important;
}

.capital-room-media {
  position: relative;
  padding: 10px;
  border: 1px solid rgba(212, 175, 95, .24);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .03));
}

.capital-room-media img {
  display: block;
  width: 100%;
  filter: drop-shadow(0 22px 42px rgba(2, 8, 23, .28));
}

.capital-market-strip {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 10px;
}

.capital-market-strip span {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 8px;
  background-color: rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .9);
  text-align: center;
  font-size: .84rem;
  font-weight: 800;
}

.capital-room-details {
  margin-top: 18px;
}

.capital-detail-card {
  padding: 24px;
  border: 1px solid #dfe8f5;
  border-radius: 8px;
  background: linear-gradient(180deg, #fff, #f8fbff);
  box-shadow: 0 14px 34px rgba(7, 21, 46, .07);
}

.capital-detail-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 14px;
  border-radius: 8px;
  background-color: #07152e;
  color: #d4af5f;
  font-weight: 900;
}

.capital-detail-card h3 {
  color: #07152e;
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.8;
}

.capital-detail-card p {
  margin-bottom: 0;
  color: #526070;
  font-size: .92rem;
  line-height: 2;
}

.capital-detail-card-gold {
  background: linear-gradient(135deg, #07152e, #0b2b66);
  border-color: rgba(212, 175, 95, .28);
}

.capital-detail-card-gold h3 {
  color: #fff;
}

.capital-detail-card-gold p {
  color: rgba(255, 255, 255, .76);
}

.capital-detail-card-gold span {
  background-color: #d4af5f;
  color: #07152e;
}

.capital-room-audience {
  padding: 30px;
  border-radius: 8px;
  background-color: #07152e;
  color: #fff;
  box-shadow: 0 18px 42px rgba(7, 21, 46, .16);
}

.capital-room-audience h3 {
  color: #fff;
  font-weight: 900;
  line-height: 1.8;
}

.capital-room-audience p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, .76);
  line-height: 2;
}

.capital-audience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.capital-audience-grid span {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: 1px solid rgba(212, 175, 95, .24);
  border-radius: 8px;
  background-color: rgba(255, 255, 255, .07);
  color: #fff;
  text-align: center;
  font-size: .86rem;
  font-weight: 800;
}

.goal-card {
  min-height: 170px;
}

.team-skill {
  min-height: 154px;
}

.culture-card {
  height: 100%;
  border-top: 3px solid #caa45d;
}

.roohi-path-section {
  padding: 36px;
  border-radius: 8px;
  background-color: #f1f5f9;
}

.roohi-path-section > .text-center p {
  max-width: 760px;
  margin: 0 auto;
  color: #526070;
  line-height: 2;
}

.path-step {
  min-height: 188px;
}

.roohi-seo-card h2,
.roohi-seo-card h3 {
  line-height: 1.8;
}

.roohi-seo-card p,
.roohi-seo-card li {
  color: #526070;
  line-height: 2.1;
}

@media (max-width: 1199.98px) {
  .vip-membership-panel {
    grid-template-areas:
      "visual copy"
      "steps steps";
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 26px;
    padding: 36px;
  }

  .vip-steps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .vip-difference {
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 24px;
    padding: 36px;
  }
}

@media (max-width: 767.98px) {
  .roohi-about-section {
    padding-bottom: 12px !important;
  }

  .roohi-about-section + .roohi-section {
    padding-top: 12px !important;
  }

  .roohi-vip-section,
  .roohi-path-section,
  .capital-room-shell,
  .capital-room-audience,
  .vip-membership-panel,
  .vip-difference {
    padding: 24px 18px;
  }

  .vip-membership-panel,
  .vip-difference {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    min-height: auto;
  }

  .vip-membership-panel {
    grid-template-areas:
      "visual"
      "copy"
      "steps";
  }

  .vip-audience-grid,
  .team-preview-stats,
  .capital-audience-grid {
    grid-template-columns: 1fr;
  }

  .capital-market-strip,
  .vip-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .capital-market-strip {
    gap: 8px;
  }

  .capital-market-strip span {
    min-height: 50px;
    padding: 8px 6px;
    font-size: clamp(.62rem, 2.9vw, .78rem);
    line-height: 1.55;
  }

  .vip-audience-item > span:last-child {
    white-space: normal;
  }

  .vip-membership-panel h3,
  .vip-difference h3 {
    font-size: 1.55rem;
  }

  .vip-membership-panel p,
  .vip-difference p {
    font-size: .94rem;
  }

  .vip-membership-visual img,
  .vip-difference-visual img {
    width: min(100%, 210px);
  }

  .vip-step-card > span:last-child {
    font-size: clamp(.66rem, 2.85vw, .76rem);
    line-height: 1.55;
    white-space: normal;
  }

  .vip-steps {
    gap: 10px;
  }

  .vip-step-card {
    min-height: 72px;
    grid-template-columns: minmax(0, 1fr) 26px;
    column-gap: 6px;
    padding: 11px 8px;
  }

  .vip-step-icon {
    width: 26px;
    height: 26px;
  }

  .vip-step-icon svg {
    width: 23px;
    height: 23px;
  }

  .capital-room-shell h2 {
    font-size: clamp(.98rem, 4.1vw, 1.42rem);
  }

  .roohi-heading {
    font-size: 1.35rem;
  }

  .roohi-lead {
    font-size: .98rem;
  }

  .section-kicker {
    font-size: .8rem;
  }

  .roohi-service-card {
    min-height: auto;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .vip-audience-grid,
  .vip-steps,
  .capital-market-strip,
  .capital-audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Team page */
.team-page-hero {
  overflow: hidden;
  padding: 42px;
  border-radius: 8px;
  background: radial-gradient(circle at 18% 16%, rgba(212, 175, 95, .22), transparent 30%),
    linear-gradient(135deg, #061226, #0b2b66 58%, #123e8e);
  color: #fff;
  box-shadow: 0 24px 60px rgba(7, 21, 46, .24);
}

.team-page-hero h1 {
  color: #fff;
  line-height: 1.8;
}

.team-page-hero p {
  color: rgba(255, 255, 255, .78);
  line-height: 2.15;
}

.team-page-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.team-page-metrics div {
  min-height: 96px;
  padding: 16px;
  border: 1px solid rgba(212, 175, 95, .22);
  border-radius: 8px;
  background-color: rgba(255, 255, 255, .08);
}

.team-page-metrics strong {
  display: block;
  color: #d4af5f;
  font-size: 1.45rem;
  font-weight: 900;
}

.team-page-metrics span {
  color: rgba(255, 255, 255, .8);
  font-size: .84rem;
}

.team-expertise-section {
  border-radius: 8px;
  background-color: #fff;
}

.team-expertise-section h2 {
  line-height: 1.8;
}

.expertise-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.expertise-grid span {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border: 1px solid #dfe8f5;
  border-radius: 8px;
  background: linear-gradient(180deg, #fff, #f8fbff);
  color: #07152e;
  text-align: center;
  font-size: .9rem;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(7, 21, 46, .05);
}

.team-ecosystem-section {
  padding: 38px;
  border-radius: 8px;
  background: linear-gradient(135deg, #07152e, #0b2b66);
  color: #fff;
}

.team-ecosystem-section h2 {
  color: #fff;
  line-height: 1.8;
}

.team-ecosystem-section p {
  color: rgba(255, 255, 255, .76);
  line-height: 2.1;
}

@media (max-width: 767.98px) {
  .team-page-hero,
  .team-ecosystem-section {
    padding: 24px 18px;
  }

  .team-page-metrics,
  .expertise-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .team-page-metrics,
  .expertise-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* About and services pages */
.luxury-page-hero {
  overflow: hidden;
  padding: 44px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 16% 16%, rgba(212, 175, 95, .22), transparent 30%),
    radial-gradient(circle at 84% 18%, rgba(42, 124, 255, .16), transparent 32%),
    linear-gradient(135deg, #050b18, #071d44 58%, #123e8e);
  color: #fff;
  box-shadow: 0 30px 72px rgba(7, 21, 46, .28);
}

.luxury-page-hero h1 {
  color: #fff;
  line-height: 1.8;
}

.luxury-page-hero p {
  color: rgba(255, 255, 255, .78);
  line-height: 2.15;
}

.luxury-page-visual {
  width: 100%;
  border-radius: 8px;
  filter: drop-shadow(0 24px 45px rgba(2, 8, 23, .28));
}

.luxury-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.luxury-metrics div {
  min-height: 94px;
  padding: 16px;
  border: 1px solid rgba(212, 175, 95, .24);
  border-radius: 8px;
  background-color: rgba(255, 255, 255, .08);
}

.luxury-metrics strong {
  display: block;
  color: #d4af5f;
  font-size: 1.45rem;
  font-weight: 900;
}

.luxury-metrics span {
  color: rgba(255, 255, 255, .78);
  font-size: .86rem;
}

.contact-hero {
  background:
    radial-gradient(circle at 18% 22%, rgba(212, 175, 95, .2), transparent 30%),
    radial-gradient(circle at 82% 30%, rgba(30, 105, 232, .2), transparent 34%),
    linear-gradient(135deg, #020817, #07152e 50%, #0b2b66);
}

.contact-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 24px;
}

.contact-hero-actions .btn-light {
  border-radius: 8px;
  font-weight: 900;
}

.contact-hero-link {
  color: #d4af5f;
  font-weight: 900;
}

.contact-hero-link:hover {
  color: #fff !important;
}

.contact-channel-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.contact-channel-card {
  min-height: 250px;
  padding: 22px;
  border: 1px solid #dfe8f5;
  border-radius: 8px;
  background: linear-gradient(180deg, #fff, #f8fbff);
  box-shadow: 0 14px 34px rgba(7, 21, 46, .07);
}

.contact-channel-card:hover {
  transform: translateY(-3px);
  border-color: rgba(212, 175, 95, .42);
  box-shadow: 0 20px 44px rgba(7, 21, 46, .12);
}

.contact-channel-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  border-radius: 8px;
  background-color: #07152e;
  color: #d4af5f;
  font-weight: 900;
}

.contact-channel-card h3 {
  color: #07152e;
  font-size: 1.02rem;
  font-weight: 900;
  line-height: 1.8;
}

.contact-channel-card strong {
  display: block;
  direction: ltr;
  color: #1e69e8;
  font-size: .98rem;
  font-weight: 900;
  text-align: right;
}

.contact-channel-card p {
  margin: 12px 0 0;
  color: #526070;
  font-size: .9rem;
  line-height: 2;
}

.contact-channel-primary {
  background: linear-gradient(135deg, #07152e, #0b2b66);
  border-color: rgba(212, 175, 95, .28);
}

.contact-channel-primary h3,
.contact-channel-primary p {
  color: #fff;
}

.contact-channel-primary strong {
  color: #d4af5f;
}

.contact-channel-primary span {
  background-color: #d4af5f;
  color: #07152e;
}

.contact-support-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 34px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 16% 20%, rgba(212, 175, 95, .18), transparent 32%),
    linear-gradient(135deg, #07152e, #0b2b66);
  color: #fff;
  box-shadow: 0 24px 54px rgba(7, 21, 46, .2);
}

.contact-support-band h2 {
  color: #fff;
  line-height: 1.8;
}

.contact-support-band p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, .76);
  line-height: 2;
}

.contact-support-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.contact-support-actions a {
  min-width: 130px;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background-color: rgba(255, 255, 255, .08);
  color: #fff;
  text-align: center;
  font-weight: 900;
}

.contact-support-actions a:hover {
  color: #d4af5f !important;
  border-color: rgba(212, 175, 95, .36);
}

.learning-hero {
  background:
    radial-gradient(circle at 18% 18%, rgba(212, 175, 95, .22), transparent 30%),
    radial-gradient(circle at 82% 28%, rgba(30, 105, 232, .2), transparent 34%),
    linear-gradient(135deg, #020817, #07152e 52%, #0b2b66);
}

.learning-hero-search {
  max-width: 560px;
  margin-top: 24px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background-color: rgba(255, 255, 255, .08);
}

.learning-hero-search span {
  display: block;
  color: #d4af5f;
  font-size: .84rem;
  font-weight: 900;
}

.learning-hero-search strong {
  display: block;
  margin-top: 6px;
  color: #fff;
  line-height: 1.8;
}

.learning-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 14px;
  border: 1px solid #dfe8f5;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 14px 34px rgba(7, 21, 46, .06);
}

.learning-filter-bar a {
  min-height: 42px;
  padding: 9px 16px;
  border: 1px solid #dfe8f5;
  border-radius: 8px;
  background: linear-gradient(180deg, #fff, #f8fbff);
  color: #526070;
  font-weight: 800;
}

.learning-filter-bar a.active,
.learning-filter-bar a:hover {
  background: linear-gradient(135deg, #07152e, #0b2b66);
  border-color: rgba(212, 175, 95, .26);
  color: #fff !important;
}

.learning-layout {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.learning-sidebar {
  position: sticky;
  top: 90px;
  display: grid;
  gap: 16px;
}

.learning-side-card {
  padding: 24px;
  border: 1px solid #dfe8f5;
  border-radius: 8px;
  background: linear-gradient(180deg, #fff, #f8fbff);
  box-shadow: 0 14px 34px rgba(7, 21, 46, .06);
}

.learning-side-dark {
  background:
    radial-gradient(circle at 20% 18%, rgba(212, 175, 95, .16), transparent 34%),
    linear-gradient(135deg, #07152e, #0b2b66);
  border-color: rgba(212, 175, 95, .24);
  color: #fff;
}

.learning-side-card span {
  color: #d4af5f;
  font-size: .84rem;
  font-weight: 900;
}

.learning-side-card h2,
.learning-side-card h3 {
  color: #07152e;
  line-height: 1.8;
}

.learning-side-dark h2,
.learning-side-dark p {
  color: #fff;
}

.learning-side-card p {
  color: #526070;
  line-height: 2;
}

.learning-side-card > a {
  color: #d4af5f;
  font-weight: 900;
}

.learning-side-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.learning-side-card li + li {
  border-top: 1px solid #edf2f8;
}

.learning-side-card li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  color: #526070;
  font-weight: 800;
}

.learning-side-card li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 28px;
  border-radius: 8px;
  background-color: #eef5ff;
  color: #1e69e8;
}

.learning-featured-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 290px;
  gap: 24px;
  align-items: center;
  padding: 28px;
  border: 1px solid rgba(212, 175, 95, .22);
  border-radius: 8px;
  background:
    radial-gradient(circle at 12% 18%, rgba(212, 175, 95, .14), transparent 34%),
    linear-gradient(135deg, #07152e, #0b2b66);
  color: #fff;
  box-shadow: 0 24px 54px rgba(7, 21, 46, .18);
}

.learning-featured-card span,
.learning-card span {
  color: #d4af5f;
  font-size: .84rem;
  font-weight: 900;
}

.learning-featured-card h2 {
  color: #fff;
  line-height: 1.8;
}

.learning-featured-card p {
  color: rgba(255, 255, 255, .78);
  line-height: 2;
}

.learning-featured-card img {
  width: 100%;
  max-height: 210px;
  object-fit: contain;
  border-radius: 8px;
  filter: drop-shadow(0 18px 28px rgba(2, 8, 23, .36));
}

.learning-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.learning-card {
  min-height: 390px;
  padding: 18px;
  border: 1px solid #dfe8f5;
  border-radius: 8px;
  background: linear-gradient(180deg, #fff, #f8fbff);
  box-shadow: 0 14px 34px rgba(7, 21, 46, .06);
}

.learning-card:hover {
  transform: translateY(-3px);
  border-color: rgba(212, 175, 95, .38);
  box-shadow: 0 20px 44px rgba(7, 21, 46, .11);
}

.learning-card img {
  width: 100%;
  height: 150px;
  margin-bottom: 16px;
  object-fit: contain;
  border-radius: 8px;
  background: linear-gradient(135deg, #eef5ff, #fff8e6);
}

.learning-card h3 {
  color: #07152e;
  font-size: 1.02rem;
  font-weight: 900;
  line-height: 1.8;
}

.learning-card p {
  color: #526070;
  font-size: .9rem;
  line-height: 2;
}

.learning-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.learning-card-meta small {
  padding: 5px 10px;
  border-radius: 8px;
  background-color: rgba(30, 105, 232, .09);
  color: #1e69e8;
  font-weight: 800;
}

.learning-featured-card .learning-card-meta small {
  background-color: rgba(255, 255, 255, .1);
  color: #fff;
}

.learning-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 34px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 15% 20%, rgba(212, 175, 95, .18), transparent 32%),
    linear-gradient(135deg, #07152e, #0b2b66);
  color: #fff;
  box-shadow: 0 24px 54px rgba(7, 21, 46, .2);
}

.learning-cta h2 {
  color: #fff;
  line-height: 1.8;
}

.learning-cta p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, .76);
  line-height: 2;
}

.learning-cta a {
  min-width: 190px;
  padding: 12px 18px;
  border-radius: 8px;
  background-color: #fff;
  color: #1e69e8;
  text-align: center;
  font-weight: 900;
}

.article-hero {
  overflow: hidden;
  padding: 42px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 18%, rgba(212, 175, 95, .2), transparent 30%),
    radial-gradient(circle at 86% 20%, rgba(30, 105, 232, .18), transparent 34%),
    linear-gradient(135deg, #020817, #07152e 52%, #0b2b66);
  color: #fff;
  box-shadow: 0 30px 72px rgba(7, 21, 46, .28);
}

.article-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, .66);
  font-size: .9rem;
  font-weight: 800;
}

.article-breadcrumb a {
  color: rgba(255, 255, 255, .8);
}

.article-breadcrumb strong {
  color: #d4af5f;
}

.article-hero h1 {
  color: #fff;
  line-height: 1.8;
}

.article-hero p {
  color: rgba(255, 255, 255, .78);
  line-height: 2.15;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.article-meta span {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background-color: rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .84);
  font-size: .86rem;
  font-weight: 800;
}

.article-hero-visual {
  width: 100%;
  border-radius: 8px;
  filter: drop-shadow(0 24px 45px rgba(2, 8, 23, .28));
}

.article-layout {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.article-sidebar {
  position: sticky;
  top: 90px;
  display: grid;
  gap: 16px;
}

.article-side-card {
  padding: 22px;
  border: 1px solid #dfe8f5;
  border-radius: 8px;
  background: linear-gradient(180deg, #fff, #f8fbff);
  box-shadow: 0 14px 34px rgba(7, 21, 46, .06);
}

.article-side-card h3 {
  color: #07152e;
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.8;
}

.article-side-card > a {
  display: block;
  padding: 10px 0;
  border-top: 1px solid #edf2f8;
  color: #526070;
  font-size: .92rem;
  font-weight: 800;
}

.article-side-dark {
  background:
    radial-gradient(circle at 20% 18%, rgba(212, 175, 95, .16), transparent 34%),
    linear-gradient(135deg, #07152e, #0b2b66);
  border-color: rgba(212, 175, 95, .24);
  color: #fff;
}

.article-side-dark span {
  color: #d4af5f;
  font-weight: 900;
}

.article-side-dark h3,
.article-side-dark p {
  color: #fff;
}

.article-side-dark p {
  line-height: 2;
}

.article-share {
  display: flex;
  gap: 8px;
}

.article-share a {
  flex: 1;
  padding: 9px 12px;
  border-radius: 8px;
  background-color: #eef5ff;
  color: #1e69e8;
  text-align: center;
  font-weight: 900;
}

.article-content {
  padding: 34px;
  border: 1px solid #dfe8f5;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 16px 40px rgba(7, 21, 46, .07);
}

.article-cover {
  width: 100%;
  max-height: 360px;
  margin-bottom: 26px;
  object-fit: contain;
  border-radius: 8px;
  background: linear-gradient(135deg, #eef5ff, #fff8e6);
}

.article-content h2 {
  margin-top: 32px;
  color: #07152e;
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1.9;
}

.article-content h3 {
  color: #07152e;
  font-weight: 900;
  line-height: 1.8;
}

.article-content p,
.article-content li {
  color: #526070;
  font-size: 1rem;
  line-height: 2.25;
}

.article-lead {
  color: #1f2a37 !important;
  font-size: 1.08rem !important;
  font-weight: 700;
}

.article-content blockquote {
  margin: 28px 0;
  padding: 24px;
  border-right: 5px solid #d4af5f;
  border-radius: 8px;
  background: linear-gradient(135deg, #07152e, #0b2b66);
  color: #fff;
  font-size: 1.08rem;
  font-weight: 900;
  line-height: 2.1;
}

.article-content ul {
  padding: 0;
  list-style: none;
}

.article-content li {
  position: relative;
  padding-right: 24px;
}

.article-content li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 20px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #d4af5f;
}

.article-highlight {
  margin: 30px 0;
  padding: 26px;
  border-radius: 8px;
  background: linear-gradient(135deg, #f8fbff, #eef5ff);
  border: 1px solid #dfe8f5;
}

.article-highlight div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.article-highlight span {
  padding: 14px;
  border: 1px solid #dfe8f5;
  border-radius: 8px;
  background-color: #fff;
  color: #07152e;
  font-weight: 900;
}

.article-author-box {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 36px;
  padding: 22px;
  border-radius: 8px;
  background-color: #f8fbff;
  border: 1px solid #dfe8f5;
}

.article-author-box img {
  width: 74px;
  height: 74px;
  object-fit: contain;
}

.article-author-box p {
  margin-bottom: 0;
  font-size: .94rem;
}

.article-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.article-related-grid a {
  min-height: 150px;
  padding: 22px;
  border: 1px solid #dfe8f5;
  border-radius: 8px;
  background: linear-gradient(180deg, #fff, #f8fbff);
  box-shadow: 0 14px 34px rgba(7, 21, 46, .06);
}

.article-related-grid a:hover {
  transform: translateY(-3px);
  border-color: rgba(212, 175, 95, .38);
}

.article-related-grid span {
  color: #d4af5f;
  font-size: .86rem;
  font-weight: 900;
}

.article-related-grid h3 {
  margin-top: 10px;
  color: #07152e;
  font-size: 1.04rem;
  font-weight: 900;
  line-height: 1.8;
}

.luxury-text-panel {
  padding: 30px;
  border: 1px solid #dfe8f5;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 14px 34px rgba(7, 21, 46, .07);
}

.luxury-text-panel h2 {
  color: #07152e;
  line-height: 1.8;
}

.luxury-text-panel p {
  color: #526070;
  line-height: 2.15;
}

.service-feature-card {
  display: block;
  padding: 30px;
  border: 1px solid #dfe8f5;
  border-radius: 8px;
  background: linear-gradient(180deg, #fff, #f8fbff);
  box-shadow: 0 16px 36px rgba(7, 21, 46, .08);
}

.service-feature-card span {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 7px 12px;
  border-radius: 8px;
  background-color: #eef5ff;
  color: #1e69e8;
  font-size: .82rem;
  font-weight: 900;
}

.service-feature-card h2 {
  color: #07152e;
  line-height: 1.8;
}

.service-feature-card p {
  margin-bottom: 0;
  color: #526070;
  line-height: 2.05;
}

.service-feature-card:hover {
  transform: translateY(-3px);
  transition: .25s ease;
  color: inherit !important;
}

.service-feature-dark {
  background:
    radial-gradient(circle at 18% 18%, rgba(212, 175, 95, .2), transparent 32%),
    linear-gradient(135deg, #07152e, #0b2b66);
  border-color: rgba(212, 175, 95, .24);
}

.service-feature-dark span {
  background-color: rgba(212, 175, 95, .14);
  color: #d4af5f;
}

.service-feature-dark h2 {
  color: #fff;
}

.service-feature-dark p {
  color: rgba(255, 255, 255, .76);
}

.about-full-hero h1 {
  max-width: 680px;
}

.about-quote-card {
  padding: 34px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 18%, rgba(212, 175, 95, .18), transparent 30%),
    linear-gradient(135deg, #07152e, #0b2b66);
  color: #fff;
  box-shadow: 0 18px 42px rgba(7, 21, 46, .16);
}

.about-quote-card span {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 12px;
  border: 1px solid rgba(212, 175, 95, .28);
  border-radius: 8px;
  color: #d4af5f;
  font-size: .84rem;
  font-weight: 900;
}

.about-quote-card h2 {
  color: #fff;
  font-size: 1.45rem;
  line-height: 2;
}

.about-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.about-feature-grid div {
  min-height: 138px;
  padding: 20px;
  border: 1px solid #dfe8f5;
  border-radius: 8px;
  background: linear-gradient(180deg, #fff, #f8fbff);
  box-shadow: 0 12px 28px rgba(7, 21, 46, .06);
}

.about-feature-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  border-radius: 8px;
  background-color: #07152e;
  color: #d4af5f;
  font-weight: 900;
}

.about-feature-grid h3 {
  margin-bottom: 0;
  color: #07152e;
  font-size: .98rem;
  font-weight: 900;
  line-height: 1.8;
}

.about-centered-copy {
  max-width: 850px;
  margin: 24px auto 0;
  color: #526070;
  line-height: 2.1;
  text-align: center;
}

.about-audience-section,
.about-commitment-section {
  padding: 36px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 16% 18%, rgba(212, 175, 95, .18), transparent 32%),
    linear-gradient(135deg, #07152e, #0b2b66);
  color: #fff;
  box-shadow: 0 20px 48px rgba(7, 21, 46, .18);
}

.about-audience-section h2,
.about-commitment-section h2 {
  color: #fff;
  line-height: 1.85;
}

.about-audience-section p,
.about-commitment-section p {
  color: rgba(255, 255, 255, .76);
  line-height: 2.1;
}

.about-commitment-section strong {
  display: block;
  color: #d4af5f;
  line-height: 2;
}

.about-audience-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.about-audience-grid span {
  min-height: 72px;
  display: flex;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid rgba(212, 175, 95, .24);
  border-radius: 8px;
  background-color: rgba(255, 255, 255, .08);
  color: #fff;
  font-weight: 800;
  line-height: 1.8;
}

.strategic-goals-section {
  border-radius: 8px;
}

@media (max-width: 767.98px) {
  .luxury-page-hero,
  .luxury-text-panel,
  .service-feature-card,
  .about-quote-card,
  .about-audience-section,
  .about-commitment-section,
  .contact-support-band,
  .learning-side-card,
  .learning-featured-card,
  .learning-cta,
  .article-hero,
  .article-content,
  .article-side-card {
    padding: 24px 18px;
  }

  .luxury-metrics,
  .about-feature-grid,
  .about-audience-grid,
  .contact-channel-grid,
  .contact-support-band,
  .learning-layout,
  .learning-featured-card,
  .learning-card-grid,
  .learning-cta,
  .article-layout,
  .article-highlight div,
  .article-related-grid {
    grid-template-columns: 1fr;
  }

  .learning-sidebar,
  .article-sidebar {
    position: static;
  }

  .article-author-box {
    align-items: flex-start;
    flex-direction: column;
  }

  .learning-filter-bar a {
    flex: 1 1 100%;
    text-align: center;
  }

  .contact-channel-card {
    min-height: auto;
  }

  .contact-support-actions a {
    flex: 1 1 100%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .about-feature-grid,
  .contact-channel-grid,
  .learning-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-support-band,
  .learning-layout,
  .learning-featured-card,
  .learning-cta,
  .article-layout,
  .article-related-grid {
    grid-template-columns: 1fr;
  }

  .learning-sidebar,
  .article-sidebar {
    position: static;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .contact-channel-grid,
  .learning-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .learning-layout {
    grid-template-columns: 280px minmax(0, 1fr);
  }

  .learning-featured-card {
    grid-template-columns: minmax(0, 1fr) 220px;
  }

  .article-layout {
    grid-template-columns: 260px minmax(0, 1fr);
  }
}

