/* =========================================================
   MYANMAR GSS
   SERVICES PAGE — FINAL LAYOUT FIX
   ========================================================= */

.services-page {
  --services-red: #c9002b;
  --services-red-dark: #8f0820;
  --services-black: #16070a;
  --services-ink: #171315;
  --services-muted: #70686a;
  --services-line: #ddd6d7;
  --services-soft: #f7f5f5;
  --services-white: #ffffff;

  overflow-x: hidden;
}

/* =========================================================
   CONTAINER OVERRIDE
   Prevent horizontal overflow from shared stylesheet
   ========================================================= */

.services-page .container {
  width: min(1180px, calc(100% - 48px)) !important;
  max-width: 1180px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* =========================================================
   HERO
   ========================================================= */

.services-hero {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  min-height: 510px;
  overflow: hidden !important;
  padding: 128px 0 90px !important;

  background:
    radial-gradient(circle at 82% 20%, rgba(201, 0, 43, 0.25), transparent 34%),
    linear-gradient(125deg, #120608 0%, #250910 58%, #3c0b17 100%) !important;

  color: #fff !important;
}

.services-hero::before {
  content: "";
  position: absolute;
  width: 620px;
  height: 620px;
  top: -350px;
  right: -180px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
  pointer-events: none;
}

.services-hero::after {
  content: "";
  position: absolute;
  width: 820px;
  height: 820px;
  top: -450px;
  right: -280px;
  border: 1px solid rgba(255, 255, 255, 0.045);
  border-radius: 50%;
  pointer-events: none;
}

.services-hero .container {
  position: relative;
  z-index: 2;
}

.services-hero-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.55fr) minmax(260px, 0.75fr) !important;
  gap: 70px !important;
  align-items: end !important;
}

.services-hero-copy {
  min-width: 0;
  max-width: 760px;
}

.services-hero .crumb {
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.services-hero .eyebrow {
  margin-bottom: 18px;
  color: #ef536d !important;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.services-hero h1 {
  margin: 0 !important;
  max-width: 780px;
  color: #fff !important;
  font-size: clamp(3.2rem, 6vw, 5.9rem) !important;
  line-height: 0.94 !important;
  letter-spacing: -0.055em !important;
  font-weight: 800 !important;
}

.services-hero h1 span {
  color: #ef536d !important;
}

.services-hero-copy > p {
  max-width: 690px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 0.96rem;
  line-height: 1.8;
}

.services-hero-meta {
  display: grid;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-meta-item {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 72px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-meta-item span {
  color: #ef536d;
  font-size: 0.7rem;
  font-weight: 800;
}

.hero-meta-item strong {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.77rem;
  line-height: 1.4;
}

/* =========================================================
   SECTION HEADING
   ========================================================= */

.services-page .section-heading {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.7fr) !important;
  gap: 70px !important;
  align-items: end !important;
  margin: 0 0 48px !important;
}

.services-page .section-heading > div,
.services-page .section-heading > p {
  min-width: 0;
}

.services-page .section-heading h2 {
  margin: 10px 0 0 !important;
  color: var(--services-ink) !important;
  font-size: clamp(2.2rem, 4vw, 3.7rem) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.045em !important;
}

.services-page .section-heading > p {
  margin: 0 !important;
  color: var(--services-muted) !important;
  font-size: 0.88rem;
  line-height: 1.8;
}

/* =========================================================
   MAIN PATHWAYS
   ========================================================= */

.services-pathways {
  width: 100%;
  padding: 100px 0 110px !important;
  background: #fff !important;
}

.service-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 22px !important;
  width: 100%;
  align-items: stretch !important;
}

.service-card {
  position: relative;
  display: flex !important;
  min-width: 0 !important;
  min-height: 545px;
  flex-direction: column !important;
  overflow: hidden;

  border: 1px solid var(--services-line) !important;
  background: #fff !important;

  box-sizing: border-box;

  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #fbf7f8;
}

.service-card:hover::before {
  background: var(--services-red);
}

.service-card:hover {
  transform: translateY(-5px);
  border-color: rgba(201, 0, 43, 0.28) !important;
  box-shadow: 0 20px 50px rgba(20, 7, 10, 0.09);
  background: #fbf7f8 !important;
}

.service-card-top {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 15px;
  padding: 28px 28px 0 !important;
}

.service-number {
  flex: 0 0 auto;
  color: var(--services-red) !important;
  font-size: 2.65rem !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: -0.06em;
}

.service-label {
  max-width: 190px;
  color: #81797b !important;
  font-size: 0.61rem !important;
  line-height: 1.45 !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em;
  text-align: right;
}

.service-card-body {
  flex: 1;
  min-width: 0;
  padding: 48px 28px 28px !important;
}

.service-card h3 {
  margin: 0 !important;
  color: var(--services-ink) !important;
  font-size: clamp(1.65rem, 2.2vw, 2.1rem) !important;
  line-height: 1.03 !important;
  letter-spacing: -0.04em !important;
}

.service-card-body > p {
  max-width: 100%;
  margin: 22px 0 0 !important;
  color: var(--services-muted) !important;
  font-size: 0.83rem !important;
  line-height: 1.75 !important;
}

.service-rule {
  width: 100%;
  height: 1px;
  margin: 28px 0 22px;
  background: var(--services-line);
}

.service-subtitle {
  margin-bottom: 13px;
  color: #8c8385;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.service-list {
  display: grid !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.service-list li {
  position: relative;
  min-width: 0;
  padding-left: 16px;
  color: #332d2f;
  font-size: 0.79rem;
  line-height: 1.5;
}

.service-list li::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--services-red);
}

.service-link {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  width: 100%;
  box-sizing: border-box;
  padding: 18px 28px !important;

  border-top: 1px solid var(--services-line) !important;

  color: var(--services-ink) !important;
  font-size: 0.69rem !important;
  font-weight: 750;
  text-decoration: none;

  transition:
    background 0.25s ease,
    color 0.25s ease;
}

.service-link span {
  color: var(--services-red);
  font-size: 1rem;
}

.service-link:hover {
  background: var(--services-red);
  color: #fff !important;
}

.service-link:hover span {
  color: #fff;
}

/* =========================================================
   PAYMENT & RECEIPT SYSTEM
   ========================================================= */

.payment-section-heading {
  position: relative;

  width: min(100%, 804px);
  margin: 90px auto 42px;
  padding: 0 0 28px;

  display: flex;
  align-items: flex-end;
  gap: 40px;
}

.payment-heading-content {
  flex: 0 0 460px;
  max-width: 460px;
}

.payment-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;

  margin-bottom: 14px;

  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;

  color: #c8102e;
}

.payment-eyebrow::before {
  content: "";

  width: 28px;
  height: 2px;

  flex-shrink: 0;

  background: #c8102e;
}

.payment-section-heading h2 {
  margin: 0;

  font-size: clamp(32px, 3.5vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.035em;
  font-weight: 800;

  color: #111827;
}

.payment-section-heading h2 span {
  display: block;
  color: #c8102e;
}

.payment-section-heading p {
  max-width: 440px;

  margin: 18px 0 0;

  font-size: 14px;
  line-height: 1.7;

  color: #667085;
}

.payment-heading-line {
  flex: 1;
  height: 1.5px;
  background: linear-gradient(
    to right,
    rgba(200, 16, 46, 0.3),
    rgba(200, 16, 46, 0)
  );
}

/* =========================================================
   PAYMENT CARDS
   ========================================================= */

.cart-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.cart-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column; /* Important */
  justify-content: space-between;
  border: 1px solid #e4e7ec;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(16, 24, 40, 0.06);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

/* Keep / enhance the current hover interaction */
.cart-card:hover {
  transform: translateY(-7px);
  border-color: rgba(200, 16, 46, 0.28);
  box-shadow: 0 18px 38px rgba(16, 24, 40, 0.12);
}

/* Small accent line at the top */
.cart-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  height: 3px;
  background: #c8102e;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.cart-card:hover::before {
  transform: scaleX(1);
}

/* =========================================================
   CARD HEADER
   ========================================================= */

.cart-header {
  min-height: 82px;
}

.cart-header h3 {
  margin: 0 0 9px;

  font-size: 20px;
  line-height: 1.35;
  font-weight: 750;

  color: #111827;
}

.cart-header h4 {
  margin: 0;

  font-size: 13px;
  line-height: 1.5;
  font-weight: 600;

  color: #667085;
}

/* =========================================================
   PRICE
   ========================================================= */

.price-box {
  margin: 18px 0 22px;
  padding: 17px 18px;

  border-radius: 10px;
  background: #fff5f6;

  border: 1px solid rgba(200, 16, 46, 0.08);
}

.price {
  font-size: 25px;
  line-height: 1.2;
  font-weight: 800;

  color: #c8102e;
}

/* =========================================================
   PAYMENT INFORMATION
   ========================================================= */

.payment-info {
  padding: 17px 18px;

  border-radius: 10px;
  background: #f8fafc;
  border: 1px solid #eef1f4;
}

.payment-info small {
  display: block;
  margin-bottom: 9px;

  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;

  color: #98a2b3;
}

.payment-info p {
  margin: 0;

  font-size: 14px;
  line-height: 1.65;

  color: #344054;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 900px) {
  .payment-section-heading {
    margin-top: 70px;
    display: block;
  }

  .payment-heading-line {
    display: none;
  }

  .cart-container {
    grid-template-columns: 1fr;
  }

  .cart-card {
    max-width: 620px;
    width: 100%;
  }
}

@media (max-width: 600px) {
  .payment-section-heading {
    margin: 55px 0 30px;
  }

  .payment-section-heading h2 {
    font-size: 34px;
  }

  .payment-section-heading p {
    font-size: 14px;
  }

  .cart-card {
    padding: 24px 20px 20px;
  }

  .cart-header h3 {
    font-size: 19px;
  }

  .price {
    font-size: 23px;
  }
}

/* Container for Grid Layout */
.cart-container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px;
}

/* Individual Cart Card Style */
.cart-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 24px;
  width: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #e0e0e0;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.cart-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.cart-header h3 {
  margin: 0 0 8px 0;
  color: #1a1a1a;
}

.cart-header p {
  color: #666;
  font-size: 0.9rem;
  margin: 0;
}

.price-box {
  margin-bottom: 20px;
  align-content: center;
}

.price {
  font-size: 1.5rem;
  font-weight: bold;
  color: #c9002b;
}

.payment-info {
  background: #f8fafc;
  padding: 10px;
  border-radius: 6px;
  font-size: 0.85rem;
}

.payment-info small {
  color: #64748b;
  display: block;
}

.cart-btn {
  width: 100%;
  background: #ef536d;
  color: white;
  border: none;
  padding: 12px;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
  margin-top: 16px;
}

.cart-btn:hover {
  background: #c9002b;
}

/* =========================================================
   SUPPORT
   ========================================================= */

.services-support {
  padding: 100px 0 105px !important;
  background: var(--services-soft) !important;
}

.support-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

.support-card {
  display: grid !important;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 20px;
  min-width: 0;
  min-height: 205px;
  padding: 28px;
  box-sizing: border-box;

  border: 1px solid var(--services-line);
  background: #fff;

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.support-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(20, 7, 10, 0.07);
}

.support-number {
  color: var(--services-red);
  font-size: 0.68rem;
  font-weight: 800;
}

.support-label {
  margin-bottom: 10px;
  color: #908789;
  font-size: 0.59rem;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.support-card h3 {
  margin: 0;
  color: var(--services-ink);
  font-size: 1.16rem;
  line-height: 1.2;
}

.support-card p {
  margin: 13px 0 0;
  color: var(--services-muted);
  font-size: 0.78rem;
  line-height: 1.7;
}

/* =========================================================
   PROCESS CALLOUT
   ========================================================= */

.services-process {
  padding: 95px 0 105px !important;
  background: #fff !important;
}

.process-callout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 60px;
  align-items: center;

  box-sizing: border-box;
  padding: 55px 58px;

  background: linear-gradient(125deg, #15070a, #2a0910) !important;
}

.process-callout-copy {
  min-width: 0;
  max-width: 720px;
}

.process-callout .eyebrow {
  color: #ef536d !important;
}

.process-callout h2 {
  margin: 13px 0 0 !important;
  color: #fff !important;
  font-size: clamp(2rem, 4vw, 3.5rem) !important;
  line-height: 1 !important;
  letter-spacing: -0.045em;
}

.process-callout p {
  max-width: 690px;
  margin: 22px 0 0 !important;
  color: rgba(255, 255, 255, 0.66) !important;
  font-size: 0.83rem;
  line-height: 1.8;
}

.process-callout-action {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  min-width: 205px;
}

.process-callout .btn {
  white-space: nowrap;
}

.text-link {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.69rem;
  font-weight: 700;
  text-decoration: none;
}

/* =========================================================
   NAVIGATION FIX
   Prevent header overflow on medium screens
   ========================================================= */

@media (max-width: 980px) {
  .services-page .nav-toggle {
    display: flex !important;
  }

  .services-page .nav-links {
    display: none !important;
  }

  .services-page .nav-links.open {
    display: flex !important;
  }
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 820px) {
  .services-page .container {
    width: min(680px, calc(100% - 40px)) !important;
  }

  .services-hero {
    min-height: auto;
    padding: 112px 0 70px !important;
  }

  .services-hero-grid {
    grid-template-columns: 1fr !important;
    gap: 45px !important;
  }

  .services-hero h1 {
    font-size: clamp(3rem, 9vw, 4.8rem) !important;
  }

  .services-hero-meta {
    max-width: 620px;
  }

  .service-grid {
    grid-template-columns: 1fr !important;
  }

  .service-card {
    min-height: 0;
  }

  .support-grid {
    grid-template-columns: 1fr !important;
  }

  .process-callout {
    grid-template-columns: 1fr !important;
    gap: 30px;
  }
}

/* =========================================================
   DESKTOP / MEDIUM
   Keep 3 cards at widths such as 827px
   ========================================================= */

@media (min-width: 821px) and (max-width: 1100px) {
  .services-page .container {
    width: calc(100% - 42px) !important;
  }

  .services-hero {
    padding-top: 110px !important;
  }

  .services-hero-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(230px, 0.8fr) !important;
    gap: 40px !important;
  }

  .services-hero h1 {
    font-size: 4rem !important;
  }

  .services-page .section-heading {
    gap: 40px !important;
  }

  .service-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }

  .service-card-top {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .service-card-body {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .service-link {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .service-number {
    font-size: 2.2rem !important;
  }

  .service-label {
    font-size: 0.54rem !important;
  }

  .service-card h3 {
    font-size: 1.55rem !important;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {
  .services-page .container {
    width: calc(100% - 32px) !important;
  }

  .services-hero {
    padding: 105px 0 62px !important;
  }

  .services-hero h1 {
    font-size: 3rem !important;
  }

  .services-hero-copy > p {
    font-size: 0.84rem;
  }

  .hero-meta-item {
    min-height: 62px;
  }

  .services-pathways,
  .services-support,
  .services-process {
    padding-top: 70px !important;
    padding-bottom: 72px !important;
  }

  .services-page .section-heading {
    display: block !important;
    margin-bottom: 38px !important;
  }

  .services-page .section-heading > p {
    margin-top: 20px !important;
  }

  .services-page .section-heading h2 {
    font-size: 2.45rem !important;
  }

  .service-card-top {
    padding: 24px 22px 0 !important;
  }

  .service-card-body {
    padding: 38px 22px 28px !important;
  }

  .service-link {
    padding: 17px 22px !important;
  }

  .support-card {
    min-height: 0;
    padding: 24px;
  }

  .process-callout {
    padding: 36px 24px !important;
  }

  .process-callout h2 {
    font-size: 2.25rem !important;
  }
}

/* =========================================================
   VERY SMALL MOBILE
   ========================================================= */

@media (max-width: 390px) {
  .services-hero h1 {
    font-size: 2.65rem !important;
  }

  .service-card h3 {
    font-size: 1.75rem !important;
  }

  .service-label {
    max-width: 145px;
  }
}

/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .services-page *,
  .services-page *::before,
  .services-page *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}

/* =========================================================
   PAYMENT & RECEIPT SYSTEM
   ========================================================= */

.services-payment {
  padding: 100px 0 120px !important;
  background: var(--services-soft) !important;
}

/* Section heading centered override */
.services-payment .section-heading-centered {
  display: block !important;
  grid-template-columns: 1fr !important;
  gap: 0 !important;
  text-align: center;
  max-width: 760px;
  margin: 0 auto 60px !important;
}

.services-payment .section-heading-centered > div {
  margin-bottom: 18px;
}

.services-payment .section-heading-centered .eyebrow {
  color: var(--services-red) !important;
}

.services-payment .section-heading-centered h2 {
  margin: 10px 0 0 !important;
  color: var(--services-ink) !important;
  font-size: clamp(2.2rem, 4vw, 3.7rem) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.045em !important;
}

.services-payment .section-heading-centered > p {
  margin: 20px 0 0 !important;
  color: var(--services-muted) !important;
  font-size: 0.88rem;
  line-height: 1.8;
}

/* PRICING GRID */
.payment-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 24px !important;
  margin-bottom: 80px !important;
}

.payment-card {
  position: relative;
  display: flex !important;
  flex-direction: column !important;
  min-height: 620px;
  padding: 32px !important;
  box-sizing: border-box;
  background: #fff !important;
  border: 1px solid var(--services-line) !important;
  border-radius: 16px !important;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

.payment-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--services-line);
  border-radius: 16px 16px 0 0;
  transition: background 0.28s ease;
}

.payment-card:hover {
  transform: translateY(-6px);
  border-color: rgba(201, 0, 43, 0.35) !important;
  box-shadow: 0 24px 55px rgba(20, 7, 10, 0.11);
}

.payment-card:hover::before {
  background: var(--services-red);
}

/* Featured card */
.payment-card-featured {
  border-color: var(--services-red) !important;
  background: #fdf7f8 !important;
}

.payment-card-featured::before {
  background: var(--services-red);
}

.payment-card-featured:hover {
  box-shadow: 0 28px 60px rgba(201, 0, 43, 0.18);
}

/* Badge */
.payment-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  padding: 4px 14px;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 999px;
  background: var(--services-red);
  color: #fff;
  white-space: nowrap;
  box-shadow: 0 4px 14px rgba(201, 0, 43, 0.3);
}

.payment-card-featured .badge-recommended {
  background: var(--services-red);
}

/* Payment Header */
.payment-header {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
  padding-top: 4px;
}

.payment-icon {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--services-soft);
  color: var(--services-red);
  transition: all 0.25s ease;
}

.payment-card:hover .payment-icon {
  background: var(--services-red);
  color: #fff;
}

.payment-header h3 {
  margin: 0 !important;
  color: var(--services-ink) !important;
  font-size: 1.22rem !important;
  line-height: 1.25 !important;
  letter-spacing: -0.03em !important;
  font-weight: 750 !important;
}

.payment-visa-type {
  display: block;
  margin-top: 4px;
  color: var(--services-muted) !important;
  font-size: 0.68rem !important;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* Price */
.payment-price {
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--services-line);
}

.payment-amount {
  display: block;
  color: var(--services-red) !important;
  font-size: clamp(2rem, 3.5vw, 2.6rem) !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  letter-spacing: -0.04em;
}

.payment-period {
  display: block;
  margin-top: 4px;
  color: var(--services-muted) !important;
  font-size: 0.72rem !important;
  font-weight: 600;
}

/* Includes */
.payment-includes {
  flex: 1;
  margin-bottom: 24px;
}

.payment-includes h4 {
  margin: 0 0 14px !important;
  color: var(--services-ink) !important;
  font-size: 0.65rem !important;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.payment-includes ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.payment-includes li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  color: #332d2f;
  font-size: 0.77rem;
  line-height: 1.55;
}

.payment-includes li::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--services-red);
}

/* Payment Terms */
.payment-terms {
  margin-bottom: 28px;
  padding: 20px;
  background: var(--services-soft);
  border-radius: 10px;
}

.terms-label {
  margin-bottom: 14px;
  color: var(--services-ink);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.terms-option {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 8px;
  color: #332d2f;
  font-size: 0.77rem;
  line-height: 1.5;
}

.terms-option:last-child {
  margin-bottom: 0;
}

.terms-number {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--services-red);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 800;
}

/* CTA Button */
.payment-cta {
  width: 100%;
  justify-content: center;
  padding: 16px 24px !important;
  font-size: 0.7rem !important;
  font-weight: 750 !important;
}

/* DETAILS SECTION */
.payment-details {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 24px !important;
  margin-bottom: 80px !important;
  padding-top: 40px;
  border-top: 1px solid var(--services-line);
}

.detail-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--services-line);
  border-radius: 14px;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.detail-card:hover {
  transform: translateY(-4px);
  border-color: rgba(201, 0, 43, 0.25);
  box-shadow: 0 16px 40px rgba(20, 7, 10, 0.08);
}

.detail-icon {
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--services-soft);
  color: var(--services-red);
  transition: all 0.25s ease;
}

.detail-card:hover .detail-icon {
  background: var(--services-red);
  color: #fff;
}

.detail-content h4 {
  margin: 0 !important;
  color: var(--services-ink) !important;
  font-size: 0.95rem !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
}

.detail-content p {
  margin: 0 !important;
  color: var(--services-muted) !important;
  font-size: 0.78rem !important;
  line-height: 1.7 !important;
}

/* FAQ SECTION */
.payment-faq {
  max-width: 920px;
  margin: 0 auto;
  padding-top: 40px;
  border-top: 1px solid var(--services-line);
}

.payment-faq h3 {
  margin: 0 0 32px !important;
  text-align: center;
  color: var(--services-ink) !important;
  font-size: clamp(1.6rem, 3vw, 2.1rem) !important;
  line-height: 1.2 !important;
  font-weight: 750 !important;
}

.faq-grid {
  display: grid;
  gap: 12px;
}

.faq-item {
  border: 1px solid var(--services-line);
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  transition: all 0.25s ease;
}

.faq-item:hover {
  border-color: rgba(201, 0, 43, 0.25);
}

.faq-item summary {
  padding: 18px 22px;
  cursor: pointer;
  list-style: none;
  color: var(--services-ink);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "";
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c9002b' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E")
    center/contain no-repeat;
  transition: transform 0.25s ease;
}

.faq-item[open] summary::after {
  transform: rotate(180deg);
}

.faq-item p {
  padding: 0 22px 20px;
  margin: 0 !important;
  color: var(--services-muted) !important;
  font-size: 0.78rem !important;
  line-height: 1.75 !important;
}

/* =========================================================
   TABLET - PAYMENT SECTION
   ========================================================= */

@media (max-width: 820px) {
  .payment-grid {
    grid-template-columns: 1fr !important;
  }

  .payment-card {
    min-height: 0;
  }

  .payment-details {
    grid-template-columns: 1fr !important;
  }

  .services-payment {
    padding: 80px 0 90px !important;
  }
}

/* =========================================================
   DESKTOP / MEDIUM - PAYMENT SECTION
   ========================================================= */

@media (min-width: 821px) and (max-width: 1100px) {
  .payment-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 16px !important;
  }

  .payment-card {
    padding: 26px !important;
    min-height: 580px;
  }

  .payment-header {
    gap: 12px;
  }

  .payment-icon {
    width: 42px;
    height: 42px;
  }

  .payment-header h3 {
    font-size: 1.1rem !important;
  }

  .payment-amount {
    font-size: 1.85rem !important;
  }

  .payment-includes li {
    font-size: 0.72rem;
  }

  .terms-option {
    font-size: 0.72rem;
  }

  .payment-details {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 16px !important;
  }

  .detail-card {
    padding: 22px;
  }

  .detail-icon {
    width: 46px;
    height: 46px;
  }

  .detail-content h4 {
    font-size: 0.88rem !important;
  }

  .detail-content p {
    font-size: 0.73rem !important;
  }
}

/* =========================================================
   MOBILE - PAYMENT SECTION
   ========================================================= */

@media (max-width: 600px) {
  .services-payment {
    padding: 70px 0 80px !important;
  }

  .payment-grid {
    gap: 18px !important;
  }

  .payment-card {
    padding: 24px !important;
  }

  .payment-badge {
    top: -10px;
    padding: 3px 12px;
    font-size: 0.54rem;
  }

  .payment-header {
    gap: 12px;
    margin-bottom: 20px;
  }

  .payment-icon {
    width: 40px;
    height: 40px;
  }

  .payment-header h3 {
    font-size: 1.05rem !important;
  }

  .payment-amount {
    font-size: 1.75rem !important;
  }

  .payment-includes h4 {
    font-size: 0.6rem !important;
  }

  .payment-includes li {
    font-size: 0.72rem;
    padding-left: 18px;
  }

  .terms-option {
    font-size: 0.72rem;
  }

  .payment-cta {
    padding: 14px 20px !important;
    font-size: 0.68rem !important;
  }

  .payment-details {
    gap: 16px !important;
    margin-bottom: 60px !important;
    padding-top: 30px;
  }

  .detail-card {
    padding: 22px;
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
  }

  .detail-icon {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
  }

  .detail-content h4 {
    font-size: 0.85rem !important;
  }

  .detail-content p {
    font-size: 0.72rem !important;
  }

  .payment-faq {
    padding-top: 30px;
  }

  .payment-faq h3 {
    font-size: 1.45rem !important;
    margin-bottom: 24px !important;
  }

  .faq-item summary {
    padding: 16px 18px;
    font-size: 0.78rem;
  }

  .faq-item p {
    padding: 0 18px 18px;
    font-size: 0.73rem !important;
  }
}

/* =========================================================
   VERY SMALL MOBILE - PAYMENT SECTION
   ========================================================= */

@media (max-width: 390px) {
  .payment-card {
    padding: 20px !important;
  }

  .payment-badge {
    padding: 3px 10px;
    font-size: 0.5rem;
  }

  .payment-amount {
    font-size: 1.6rem !important;
  }

  .payment-header h3 {
    font-size: 0.98rem !important;
  }

  .detail-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .detail-icon {
    width: 40px;
    height: 40px;
  }
}
