:root {
  --ridal-navy: #0e1f3d;
  --ridal-blue: #1f5eff;
  --ridal-soft-blue: #eef4ff;
  --ridal-text: #1b2431;
  --ridal-muted: #61708a;
  --ridal-border: rgba(15, 32, 64, 0.08);
  --ridal-shadow: 0 18px 45px rgba(17, 36, 72, 0.10);
  --ridal-shadow-soft: 0 10px 30px rgba(17, 36, 72, 0.08);
  --ridal-radius: 24px;
}

html {
  scroll-behavior: smooth;
}

body.ridal-refined {
  font-family: 'Inter', sans-serif;
  color: var(--ridal-text);
  background: #ffffff;
}

body.ridal-refined h1,
body.ridal-refined h2,
body.ridal-refined h3,
body.ridal-refined .navbar-nav .nav-item a {
  font-family: 'Montserrat', sans-serif;
}

.site-header .navbar-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 16px 0;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  transition: background .25s ease, box-shadow .25s ease, padding .25s ease;
}

.site-header .navbar-area.scrolled {
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 24px rgba(16, 32, 64, 0.08);
  padding: 12px 0;
}

.site-header .navbar-brand img {
  max-width: 180px;
  height: auto;
}

.site-header .navbar-nav .nav-item a {
  color: var(--ridal-navy);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .01em;
  opacity: .88;
}

.site-header .navbar-nav .nav-item a:hover,
.site-header .navbar-nav .nav-item a.active {
  color: var(--ridal-blue);
  opacity: 1;
}

.hero-clean {
  position: relative;
  overflow: hidden;
  padding: 148px 0 88px;
  background:
    radial-gradient(circle at 10% 10%, rgba(31, 94, 255, 0.12), transparent 30%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 58%);
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: .42;
  pointer-events: none;
}

.hero-glow-left {
  width: 280px;
  height: 280px;
  left: -90px;
  top: 70px;
  background: rgba(84, 126, 255, 0.22);
}

.hero-glow-right {
  width: 360px;
  height: 360px;
  right: -100px;
  top: 100px;
  background: rgba(23, 190, 187, 0.14);
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 560px;
}

.hero-kicker,
.section-label {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--ridal-soft-blue);
  color: var(--ridal-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.section-label-light {
  background: rgba(255, 255, 255, 0.14);
  color: #dbe7ff;
}

.hero-clean h1 {
  font-size: clamp(2.25rem, 4vw, 3.65rem);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--ridal-navy);
  margin-bottom: 18px;
  max-width: 10ch;
}

.hero-clean p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--ridal-muted);
  max-width: 540px;
  margin-bottom: 28px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 24px;
}

.hero-actions .button,
.contact-whatsapp,
.form-button .button {
  border-radius: 14px;
  font-size: 15px;
  font-weight: 700;
  padding: 15px 24px;
  box-shadow: 0 10px 24px rgba(31, 94, 255, 0.14);
}

.hero-actions .border-button,
.contact-whatsapp {
  box-shadow: none;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 12px;
  margin-top: 60px;
  max-width: 100%;
}

@media (max-width: 576px) {
  .hero-points {
    gap: 8px;
  }

  .hero-points span {
    padding: 10px 14px;
    font-size: 12px;
  }
}

.hero-points span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(31, 94, 255, 0.1);
  border-radius: 16px;
  color: var(--ridal-navy);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.01em;
  white-space: nowrap;
  box-shadow: 0 10px 30px rgba(17, 36, 72, 0.05);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: default;
}

.hero-points span:hover {
  transform: translateY(-5px);
  background: #ffffff;
  border-color: var(--ridal-blue);
  box-shadow: 0 15px 35px rgba(31, 94, 255, 0.12);
}

.hero-points i,
.trust-strip i,
.contact-list i {
  color: var(--ridal-blue);
  transition: transform 0.3s ease;
}

.hero-points span:hover i {
  transform: scale(1.15);
}

.hero-visual {
  position: relative;
  max-width: 620px;
  margin-left: auto;
}

.hero-visual-card {
  position: relative;
  border-radius: 32px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 24px 70px rgba(18, 35, 72, 0.16);
}

.hero-visual-card img {
  width: 100%;
  display: block;
  border-radius: 24px;
}

.floating-note {
  position: absolute;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(17, 36, 72, 0.08);
  box-shadow: var(--ridal-shadow-soft);
}

.floating-note-top {
  top: 18px;
  right: -12px;
}

.floating-note-bottom {
  left: -16px;
  bottom: 24px;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.note-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ridal-blue);
}

.floating-note strong,
.floating-note span {
  color: var(--ridal-navy);
  font-size: 14px;
  font-weight: 700;
}

.floating-note i {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--ridal-soft-blue);
  color: var(--ridal-blue);
}

.trust-strip {
  padding-bottom: 42px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.trust-strip-inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  padding: 18px;
  background: #ffffff;
  border: 1px solid var(--ridal-border);
  border-radius: 22px;
  box-shadow: var(--ridal-shadow-soft);
}

.trust-strip-inner span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 58px;
  padding: 12px 16px;
  border-radius: 16px;
  background: #f8fbff;
  color: var(--ridal-navy);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.services-clean,
.process-clean,
.contact-clean {
  padding: 92px 0;
}

.services-clean {
  background: #fbfcfe;
}

.process-clean {
  background: #ffffff;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 48px;
}

.section-heading h2,
.contact-aside h2 {
  color: var(--ridal-navy);
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 1.15;
  margin: 0;
  color: #1a428a
}

.service-card {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--ridal-border);
  border-radius: 24px;
  box-shadow: var(--ridal-shadow-soft);
  transition: transform .25s ease, box-shadow .25s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--ridal-shadow);
}

.service-image-wrap {
  position: relative;
  aspect-ratio: 1.45 / 1;
  overflow: hidden;
}

.service-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.service-body {
  padding: 24px 24px 28px;
}

.service-icon,
.process-icon {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: var(--ridal-soft-blue);
  color: var(--ridal-blue);
  font-size: 22px;
  margin-bottom: 18px;
}

.service-body h3,
.process-card h3 {
  font-size: 1.2rem;
  line-height: 1.35;
  margin-bottom: 10px;
  color: var(--ridal-navy);
}

.service-body p {
  margin: 0;
  color: var(--ridal-muted);
  line-height: 1.8;
}

.process-card {
  position: relative;
  height: 100%;
  padding: 28px 22px;
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
  border: 1px solid var(--ridal-border);
  border-radius: 22px;
  text-align: center;
  box-shadow: var(--ridal-shadow-soft);
}

.process-number {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #edf3ff;
  color: var(--ridal-blue);
  font-size: 14px;
  font-weight: 800;
}

.process-card h3 {
  margin-bottom: 0;
}

.contact-clean {
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

#contact-clean .col-lg-8 {
  padding-left: 20px;
  padding-top: 60px;
  padding-right: 20px;
}

.contact-shell {
  overflow: hidden;
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0 30px 70px rgba(14, 31, 61, 0.12);
}

.contact-aside {
  height: 100%;
  padding: 46px 34px;
  background: linear-gradient(180deg, #102349 0%, #17356c 100%);
  color: #ffffff;
}

.contact-aside h2 {
  color: #ffffff;
  margin-bottom: 14px;
}

.contact-aside p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.8;
  margin-bottom: 28px;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
}

.contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #f2f6ff;
  font-weight: 500;
  margin-bottom: 16px;
}

.contact-list i {
  width: 18px;
  margin-top: 4px;
  color: #9ec0ff;
}

.contact-form-panel {
  height: 100%;
  padding: 46px 36px;
  background: #ffffff;
}

.contact-form .single-input input,
.contact-form .single-input textarea {
  border-radius: 16px;
  border: 1px solid rgba(17, 36, 72, 0.1);
  background: #ffffff;
  box-shadow: none;
  padding-left: 18px;
  color: var(--ridal-text);
}

.contact-form .single-input input:focus,
.contact-form .single-input textarea:focus {
  border-color: rgba(31, 94, 255, 0.25);
  box-shadow: 0 0 0 4px rgba(31, 94, 255, 0.08);
}

.footer-clean {
  background: #ffffff;
}

.footer-clean .footer-bottom {
  padding: 24px 0 36px;
}

.footer-clean .footer-bottom p {
  color: #70809b;
}

.scroll-top {
  background: var(--ridal-blue);
}

@media (max-width: 991.98px) {
  .hero-clean {
    padding: 128px 0 70px;
  }

  .hero-clean h1 {
    max-width: 100%;
  }

  .hero-copy {
    max-width: 100%;
  }

  .hero-visual {
    max-width: 100%;
  }

  .floating-note-top {
    right: 10px;
  }

  .floating-note-bottom {
    left: 10px;
    bottom: 10px;
  }

  .trust-strip-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-aside,
  .contact-form-panel {
    padding: 36px 28px;
  }
}


/* ---------------------------------------------------
   METHODOLOGY RIDAL STYLES (MATCHING IMAGE 06)
--------------------------------------------------- */
.methodology-section {
  padding: 100px 0;
  background-color: #ffffff;
}

.methodology-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(2.2rem, 6vw, 4.5rem);
  font-weight: 800;
  color: #1a428a;
  /* Deep Blue from image */
  margin-bottom: 25px;
  letter-spacing: -0.02em;
}

.methodology-subtitle {
  font-size: clamp(1.2rem, 3vw, 1.8rem);
  color: #2F80ED;
  font-weight: 500;
  margin-bottom: 60px;
}

.method-card {
  height: 100%;
  padding: 45px 25px;
  background: #f2f5f8;
  /* Soft background like image */
  border-radius: 24px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.method-card:hover {
  transform: translateY(-12px);
  background: #ffffff;
  box-shadow: 0 30px 60px rgba(14, 31, 61, 0.1);
  border-color: rgba(31, 94, 255, 0.1);
}

.method-icon-wrapper {
  position: relative;
  width: 160px;
  height: 160px;
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.method-number {
  width: 82px;
  height: 82px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  font-weight: 900;
  color: #111;
  z-index: 10;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* Recreating the Concentric Arcs from the image */
.method-icon-wrapper::before,
.method-icon-wrapper::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  border-style: solid;
  border-color: currentColor;
}

/* Outer Arc */
.method-icon-wrapper::before {
  width: 148px;
  height: 148px;
  border-width: 14px;
  border-bottom-color: transparent;
  border-right-color: transparent;
  transform: rotate(45deg);
  opacity: 0.8;
}

/* Inner Arc */
.method-icon-wrapper::after {
  width: 114px;
  height: 114px;
  border-width: 12px;
  border-top-color: transparent;
  border-left-color: transparent;
  transform: rotate(45deg);
  opacity: 1;
}

.method-card:hover .method-icon-wrapper::before {
  animation: arc-pulse 2s infinite ease-in-out;
}

@keyframes arc-pulse {
  0% {
    transform: rotate(45deg) scale(1);
  }

  50% {
    transform: rotate(50deg) scale(1.05);
  }

  100% {
    transform: rotate(45deg) scale(1);
  }
}

.color-blue {
  color: #1a428a;
}

.color-teal {
  color: #00bcd4;
}

.method-content h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 15px;
}

.method-content p {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #5d6d84;
  margin: 0;
  max-width: 200px;
}

/* Decorative background elements */
.methodology-bg-shape {
  position: absolute;
  top: 10%;
  left: -5%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(31, 94, 255, 0.04) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

@media (max-width: 991.98px) {
  .method-icon-wrapper {
    width: 140px;
    height: 140px;
  }

  .method-icon-wrapper::before {
    width: 130px;
    height: 130px;
    border-width: 12px;
  }

  .method-icon-wrapper::after {
    width: 100px;
    height: 100px;
    border-width: 10px;
  }

  .method-number {
    width: 70px;
    height: 70px;
    font-size: 34px;
  }
}




/* ---------------------------------------------------
   HIGHLIGHT BANNERS (REUSABLE)
--------------------------------------------------- */
.highlight-banner-section {
  padding: 180px 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  text-align: center;
  position: relative;
  z-index: 1;
}

.highlight-banner-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  z-index: -1;
}

.highlight-banner-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(2rem, 5.5vw, 3.8rem);
  font-weight: 500;
  color: #0e1f3d;
  line-height: 1.1;
  margin: 0;
  letter-spacing: -0.03em;
}

.highlight-banner-title span {
  display: block;
  font-weight: 800;
  color: #00bcd4;
  margin-top: 15px;
  text-transform: none;
  position: relative;
}

.highlight-banner-title span::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background: #00bcd4;
  margin: 30px auto 0;
  border-radius: 10px;
}

#banner-problem {
  background-image: url('../img/bg/highlight-bg.png');
}

#banner-clarity {
  background-image: url('../img/bg/contact-bg.png');
}


/* ---------------------------------------------------
   EXPERIENCE BAR (TRUST INDICATORS)
--------------------------------------------------- */
.experience-bar {
  margin-top: 80px;
  padding-top: 50px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  text-align: center;
}

.experience-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(2rem, 5vw, 2.8rem);
  font-weight: 700;
  color: #1a428a;
  /*margin-bottom: 60px; /* Increased space (salto) */
  letter-spacing: -0.02em;
}


.experience-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin-top: 20px;
}

.experience-item {
  display: flex;
  align-items: center;
  gap: 15px;
  background: #ffffff;
  padding: 18px 35px;
  border-radius: 25px;
  border: 1px solid #edf2f7;
  box-shadow: 0 15px 35px rgba(47, 128, 237, 0.08);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.experience-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(47, 128, 237, 0.15);
  border-color: #2F80ED;
}

.experience-item span {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0e1f3d;
  /* Dark navy for text */
}

.experience-item i {
  color: #2F80ED;
  /* Blue icon */
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}



/* ---------------------------------------------------
   FOOTER (CENTERED & CREDITS)
--------------------------------------------------- */
.footer {
  padding: 60px 0 40px;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.footer-bottom {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.footer-bottom p {
  margin: 0;
  color: #5d6d84;
}

.developer-info {
  font-size: 11px !important;
  opacity: 0.7;
  margin-top: 8px;
  letter-spacing: 0.02em;
}

@media (max-width: 576px) {
  .footer-bottom p {
    font-size: 14px;
  }

  .developer-info {
    font-size: 10px !important;
  }
}

.developer-info a {
  color: #2F80ED;
  text-decoration: underline;
  font-weight: 500;
}

/* ---------------------------------------------------
   CONTACT FORM REFINEMENT
--------------------------------------------------- */
.contact-section {
  padding: 140px 0;
}

.contact-form-wrapper {
  background: #ffffff;
  padding: 50px;
  border-radius: 24px;
  box-shadow: 0 20px 70px rgba(14, 31, 61, 0.08);
  height: 100%;
}

.contact-form .single-input {
  margin-bottom: 25px;
}

.contact-form .single-input input,
.contact-form .single-input textarea {
  width: 100%;
  padding: 18px 25px;
  border: 1px solid #e1e5ee;
  border-radius: 14px;
  background: #fcfdfe;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #1a428a;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.contact-form .single-input input:focus,
.contact-form .single-input textarea:focus {
  border-color: #2F80ED;
  background: #ffffff;
  box-shadow: 0 8px 25px rgba(47, 128, 237, 0.1);
  outline: none;
}

.contact-form .form-button {
  margin-top: 5px;
  display: flex;
  justify-content: flex-start;
}

.contact-form .button {
  height: 60px;
  padding: 0 45px;
  border-radius: 16px;
  font-weight: 700;
  background: #2F80ED;
  box-shadow: 0 10px 20px rgba(47, 128, 237, 0.2);
}

.contact-form .button:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(47, 128, 237, 0.3);
}

@media (max-width: 767.98px) {
  .contact-form-wrapper {
    padding: 30px 20px;
  }

  .contact-section {
    padding: 80px 0;
  }

  .contact-form .button {
    width: 100%;
  }
}

/* ---------------------------------------------------
   EXPERIENCE SECTION (CUSTOM)
--------------------------------------------------- */
.experience-section-custom {
  padding: 60px 0 40px;
  text-align: center;
}

.exp-title {
  color: var(--ridal-navy, #1a428a);
  font-size: clamp(2.2rem, 6vw, 2.8rem);
  font-weight: 800;
  margin-bottom: 0.5rem;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: -0.02em;
}

.exp-hr {
  width: 90%;
  max-width: 900px;
  margin: 1.5rem auto;
  border: 0;
  border-top: 1px solid var(--ridal-border, rgba(15, 32, 64, 0.08));
}

.exp-subtitle {
  color: var(--ridal-muted, #61708a);
  font-size: 1.25rem;
  margin-bottom: 4rem;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}

.exp-card {
  background: #ffffff;
  border-radius: var(--ridal-radius, 24px);
  padding: 2.5rem 1.5rem;
  box-shadow: var(--ridal-shadow-soft, 0 10px 30px rgba(17, 36, 72, 0.08));
  height: 100%;
  transition: transform .25s ease, box-shadow .25s ease;
  border: 1px solid var(--ridal-border, rgba(15, 32, 64, 0.08));
  display: flex;
  flex-direction: column;
  align-items: center;
}

.exp-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--ridal-shadow, 0 18px 45px rgba(17, 36, 72, 0.10));
}

.exp-icon-wrap {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background-color: var(--ridal-soft-blue, #eef4ff);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}

/* Update SVGs to use site variables */
.exp-icon-wrap svg {
  stroke: var(--ridal-navy, #0e1f3d);
}

.exp-icon-wrap .svg-accent {
  stroke: var(--ridal-blue, #1f5eff);
}

.exp-icon-wrap .svg-accent-fill {
  fill: var(--ridal-blue, #1f5eff);
  stroke: var(--ridal-blue, #1f5eff);
}

.exp-card-title {
  color: var(--ridal-navy, #0e1f3d);
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 1rem;
  font-family: 'Montserrat', sans-serif;
}

.exp-card-hr {
  width: 25px;
  height: 3px;
  background-color: var(--ridal-blue, #1f5eff);
  margin: 0 auto 1rem;
  border: none;
  border-radius: 2px;
}

.exp-card-desc {
  color: var(--ridal-muted, #61708a);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 0;
  text-align: center;
}

@media (max-width: 768px) {
  .exp-subtitle {
    font-size: 1.1rem;
    margin-bottom: 2.5rem;
  }

  .exp-card {
    padding: 2rem 1rem;
  }
}