/* ============================================================
   MPA — Services page-only styles
   Refactored from the original combined stylesheet.
============================================================ */

/* Base styles */

.service-page-hero {
    position: relative;
    overflow: hidden;
    padding: 105px 0;
    color: #ffffff;
    background: radial-gradient(
        circle at 85% 15%,
        rgba(255, 255, 255, 0.18),
        transparent 27%
      ),
      linear-gradient(
        130deg,
        var(--brand-deep) 0%,
        var(--brand-dark) 45%,
        var(--brand) 100%
      );
  }
  
  .service-page-hero::before {
    content: "";
    position: absolute;
    width: 430px;
    height: 430px;
    top: -230px;
    right: -100px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
  }
  
  .service-page-hero::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    right: 26%;
    bottom: -190px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 50%;
  }
  
  .service-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 75px;
    align-items: center;
  }
  
  .service-hero-eyebrow {
    color: rgba(255, 255, 255, 0.76);
    font-size: 15px;
    letter-spacing: 0.16em;
  }
  
  .service-hero-copy h1 {
    max-width: 700px;
    margin: 15px 0 23px;
    font-size: clamp(45px, 6vw, 74px);
    line-height: 1;
    letter-spacing: -0.045em;
  }
  
  .service-hero-copy h1 span {
    display: block;
    color: #ffd9d5;
  }
  
  .service-hero-copy > p {
    max-width: 650px;
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 18px;
    line-height: 1.75;
  }
  
  .service-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 31px;
  }
  
  .service-page-hero .btn-primary {
    background: #ffffff;
    color: var(--brand-dark);
    box-shadow: 0 12px 30px rgba(80, 0, 0, 0.22);
  }
  
  .service-page-hero .btn-primary:hover {
    background: #fff4f2;
  }
  
  .service-outline-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 999px;
    color: #ffffff;
    font-weight: 750;
    transition: background 0.2s ease,
      transform 0.2s ease;
  }
  
  .service-outline-button:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.1);
  }
  
  .service-hero-note {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 24px;
    color: rgba(255, 255, 255, 0.73);
    font-size: 13px;
  }
  
  .service-hero-note span {
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border-radius: 50%;
    background: #ffffff;
  }
  
  .service-hero-panel {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.23);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.96);
    color: var(--text);
    box-shadow: 0 30px 70px rgba(70, 0, 4, 0.28);
  }
  
  .service-panel-heading {
    padding: 26px 28px 21px;
    border-bottom: 1px solid #efd9da;
  }
  
  .service-panel-heading small {
    display: block;
    margin-bottom: 4px;
    color: var(--muted);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
  }
  
  .service-panel-heading strong {
    color: var(--brand-dark);
    font-size: 25px;
  }
  
  .service-panel-list {
    display: grid;
  }
  
  .service-panel-list a {
    display: grid;
    grid-template-columns: 35px minmax(0, 1fr) auto;
    gap: 13px;
    align-items: center;
    padding: 21px 28px;
    border-bottom: 1px solid #f1dddd;
    transition: background 0.2s ease,
      padding-left 0.2s ease;
  }
  
  .service-panel-list a:last-child {
    border-bottom: 0;
  }
  
  .service-panel-list a:hover {
    padding-left: 34px;
    background: #fff6f4;
  }
  
  .service-panel-index {
    color: var(--brand);
    font-size: 12px;
    font-weight: 850;
  }
  
  .service-panel-name {
    min-width: 0;
    color: var(--text);
    font-size: 15px;
    font-weight: 750;
  }
  
  .service-panel-arrow {
    color: var(--brand-dark);
    font-size: 18px;
  }
  
  .service-introduction {
    background: #ffffff;
  }
  
  .service-section-eyebrow {
    color: var(--brand-dark);
    font-size: 14px;
    letter-spacing: 0.14em;
  }
  
  .service-intro-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 78px;
    align-items: start;
  }
  
  .service-intro-title h2 {
    max-width: 550px;
    margin: 12px 0 0;
    color: var(--text);
    font-size: clamp(34px, 4.4vw, 52px);
    line-height: 1.1;
    letter-spacing: -0.035em;
  }
  
  .service-intro-copy p {
    margin: 0 0 17px;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.78;
  }
  
  .service-value-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 55px;
  }
  
  .service-value-card {
    display: grid;
    grid-template-columns: 43px minmax(0, 1fr);
    gap: 17px;
    padding: 26px;
    border: 1px solid #efd7d8;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 14px 35px rgba(80, 0, 0, 0.045);
  }
  
  .service-value-number {
    color: var(--brand);
    font-size: 13px;
    font-weight: 850;
  }
  
  .service-value-card h3 {
    margin: 0 0 8px;
    color: var(--brand-dark);
    font-size: 19px;
    line-height: 1.3;
  }
  
  .service-value-card p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.65;
  }
  
  .service-section-heading,
  .service-process-heading,
  .service-audience-heading {
    display: grid;
    grid-template-columns: 1fr 0.82fr;
    gap: 55px;
    align-items: end;
    margin-bottom: 44px;
  }
  
  .service-section-heading h2,
  .service-process-heading h2,
  .service-audience-heading h2 {
    max-width: 660px;
    margin: 9px 0 0;
    color: var(--brand-dark);
    font-size: clamp(36px, 4.8vw, 56px);
    line-height: 1.05;
    letter-spacing: -0.035em;
  }
  
  .service-section-heading > p,
  .service-process-heading > p,
  .service-audience-heading > p {
    max-width: 520px;
    margin: 0;
    color: var(--muted);
    line-height: 1.75;
  }
  
  .core-service-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
  
  .core-service-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 500px;
    overflow: hidden;
    padding: 31px;
    border: 1px solid #efd5d7;
    border-radius: 23px;
    background: #ffffff;
    box-shadow: 0 15px 38px rgba(80, 0, 0, 0.055);
    transition: transform 0.22s ease,
      box-shadow 0.22s ease;
  }
  
  .core-service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 24px 52px rgba(80, 0, 0, 0.1);
  }
  
  .core-service-card::after {
    content: "";
    position: absolute;
    width: 160px;
    height: 160px;
    top: -95px;
    right: -80px;
    border-radius: 50%;
    background: rgba(200, 61, 67, 0.07);
  }
  
  .core-service-top {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 27px;
  }
  
  .core-service-code {
    color: var(--brand);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 0.13em;
  }
  
  .core-service-monogram {
    width: 49px;
    height: 49px;
    display: grid;
    place-items: center;
    flex: 0 0 49px;
    border-radius: 15px;
    background: #fff0ef;
    color: var(--brand-dark);
    font-size: 14px;
    font-weight: 900;
  }
  
  .core-service-card h3 {
    position: relative;
    z-index: 1;
    margin: 0 0 14px;
    color: var(--brand-dark);
    font-size: 27px;
    line-height: 1.2;
  }
  
  .core-service-card > p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.75;
  }
  
  .core-service-list {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 10px;
    margin: 23px 0 0;
    padding: 0;
    list-style: none;
  }
  
  .core-service-list li {
    position: relative;
    padding-left: 20px;
    color: #695d5f;
    font-size: 14px;
    line-height: 1.55;
  }
  
  .core-service-list li::before {
    content: "";
    position: absolute;
    top: 0.55em;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--brand);
  }
  
  .core-service-link {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    align-self: flex-start;
    margin-top: auto;
    padding-top: 28px;
    color: var(--brand-dark);
    font-size: 14px;
    font-weight: 850;
  }
  
  .core-service-link span {
    transition: transform 0.2s ease;
  }
  
  .core-service-link:hover span {
    transform: translateX(4px);
  }
  
  .core-service-featured {
    color: #ffffff;
    background: radial-gradient(
        circle at 90% 10%,
        rgba(255, 255, 255, 0.15),
        transparent 30%
      ),
      linear-gradient(
        135deg,
        var(--brand-deep),
        var(--brand)
      );
  }
  
  .core-service-featured::after {
    background: rgba(255, 255, 255, 0.08);
  }
  
  .core-service-featured .core-service-code,
  .core-service-featured h3,
  .core-service-featured .core-service-link {
    color: #ffffff;
  }
  
  .core-service-featured .core-service-monogram {
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
  }
  
  .core-service-featured > p {
    color: rgba(255, 255, 255, 0.85);
  }
  
  .core-service-featured .core-service-list li {
    color: rgba(255, 255, 255, 0.86);
  }
  
  .core-service-featured .core-service-list li::before {
    background: #ffffff;
  }
  
  .service-process-section {
    background: #ffffff;
  }
  
  .service-process-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
  }
  
  .service-process-step {
    position: relative;
    min-height: 285px;
    overflow: hidden;
    padding: 26px 23px;
    border: 1px solid #efd7d8;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 12px 32px rgba(80, 0, 0, 0.045);
  }
  
  .service-process-step::after {
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    right: -45px;
    bottom: -45px;
    border-radius: 50%;
    background: rgba(200, 61, 67, 0.07);
  }
  
  .service-process-number {
    display: inline-flex;
    margin-bottom: 33px;
    color: var(--brand);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.12em;
  }
  
  .service-process-step h3 {
    margin: 0 0 12px;
    color: var(--brand-dark);
    font-size: 19px;
    line-height: 1.3;
  }
  
  .service-process-step p {
    margin: 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.65;
  }
  
  .service-delivery-section {
    background: var(--cream);
  }
  
  .delivery-option-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
  
  .delivery-option-card {
    position: relative;
    overflow: hidden;
    padding: 34px;
    border: 1px solid #efd5d7;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 15px 38px rgba(80, 0, 0, 0.055);
  }
  
  .delivery-option-card::after {
    content: "";
    position: absolute;
    width: 170px;
    height: 170px;
    top: -100px;
    right: -85px;
    border-radius: 50%;
    background: rgba(200, 61, 67, 0.07);
  }
  
  .delivery-option-top {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 27px;
  }
  
  .delivery-option-label {
    color: var(--brand);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 0.13em;
    text-transform: uppercase;
  }
  
  .delivery-option-symbol {
    width: 55px;
    height: 55px;
    display: grid;
    place-items: center;
    border-radius: 17px;
    background: var(--brand-dark);
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
  }
  
  .delivery-option-card h3 {
    position: relative;
    z-index: 1;
    margin: 0 0 14px;
    color: var(--brand-dark);
    font-size: 27px;
    line-height: 1.22;
  }
  
  .delivery-option-card > p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: var(--muted);
    line-height: 1.75;
  }
  
  .delivery-option-note {
    position: relative;
    z-index: 1;
    margin-top: 25px;
    padding: 16px 18px;
    border-left: 3px solid var(--brand);
    border-radius: 0 12px 12px 0;
    background: #fff6f4;
    color: #765e60;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.55;
  }
  
  .service-planning-section {
    background: #ffffff;
  }
  
  .service-planning-panel {
    display: grid;
    grid-template-columns: 1.25fr 0.75fr;
    gap: 55px;
    align-items: center;
    padding: 55px;
    border-radius: 30px;
    color: #ffffff;
    background: radial-gradient(
        circle at 90% 10%,
        rgba(255, 255, 255, 0.15),
        transparent 30%
      ),
      linear-gradient(
        130deg,
        var(--brand-deep),
        var(--brand)
      );
    box-shadow: 0 25px 55px rgba(91, 9, 13, 0.24);
  }
  
  .service-planning-eyebrow {
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
  }
  
  .service-planning-copy h2 {
    max-width: 670px;
    margin: 11px 0 18px;
    color: #ffffff;
    font-size: clamp(34px, 4.5vw, 49px);
    line-height: 1.08;
    letter-spacing: -0.035em;
  }
  
  .service-planning-copy p {
    max-width: 690px;
    margin: 0 0 15px;
    color: rgba(255, 255, 255, 0.86);
    line-height: 1.72;
  }
  
  .service-planning-disclaimer {
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.27);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.1);
  }
  
  .service-disclaimer-label {
    display: inline-flex;
    margin-bottom: 18px;
    padding: 7px 11px;
    border-radius: 999px;
    background: #ffffff;
    color: var(--brand-dark);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }
  
  .service-planning-disclaimer p {
    margin: 0 0 14px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 14px;
    line-height: 1.65;
  }
  
  .service-planning-disclaimer p:last-child {
    margin-bottom: 0;
  }
  
  .service-audience-section {
    background: var(--cream);
  }
  
  .service-audience-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }
  
  .service-audience-card {
    display: flex;
    gap: 18px;
    align-items: center;
    min-height: 110px;
    padding: 24px;
    border: 1px solid #efd7d8;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(80, 0, 0, 0.04);
    transition: transform 0.2s ease,
      box-shadow 0.2s ease;
  }
  
  .service-audience-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 38px rgba(80, 0, 0, 0.08);
  }
  
  .service-audience-card span {
    color: var(--brand);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.1em;
  }
  
  .service-audience-card h3 {
    margin: 0;
    color: var(--brand-dark);
    font-size: 18px;
    line-height: 1.3;
  }
  
  .services-cta-section {
    padding-top: 30px;
    background: #ffffff;
  }
  
  .services-cta-panel {
    display: grid;
    grid-template-columns: 1.35fr 0.65fr;
    gap: 55px;
    align-items: center;
    padding: 55px;
    border-radius: 30px;
    color: #ffffff;
    background: radial-gradient(
        circle at 90% 10%,
        rgba(255, 255, 255, 0.15),
        transparent 30%
      ),
      linear-gradient(
        130deg,
        var(--brand-deep),
        var(--brand)
      );
    box-shadow: 0 25px 55px rgba(91, 9, 13, 0.24);
  }
  
  .services-cta-eyebrow {
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
  }
  
  .services-cta-copy h2 {
    max-width: 670px;
    margin: 11px 0 17px;
    color: #ffffff;
    font-size: clamp(33px, 4.5vw, 49px);
    line-height: 1.08;
    letter-spacing: -0.035em;
  }
  
  .services-cta-copy p {
    max-width: 680px;
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    line-height: 1.72;
  }
  
  .services-cta-action {
    display: grid;
    gap: 21px;
    justify-items: start;
    padding-left: 38px;
    border-left: 1px solid rgba(255, 255, 255, 0.28);
  }
  
  .services-cta-action > span {
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    font-weight: 750;
    line-height: 1.45;
  }
  
  /* Responsive styles */
  
  @media (max-width: 1100px) {
  
    .service-process-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  
  @media (max-width: 980px) {
  
    .service-hero-grid,
    .service-intro-grid,
    .service-section-heading,
    .service-process-heading,
    .service-audience-heading,
    .service-planning-panel,
    .services-cta-panel {
      grid-template-columns: 1fr;
    }
  
    .service-hero-grid {
      gap: 45px;
    }
  
    .service-hero-panel {
      max-width: 680px;
    }
  
    .service-intro-grid {
      gap: 30px;
    }
  
    .service-value-grid {
      grid-template-columns: 1fr;
    }
  
    .service-section-heading,
    .service-process-heading,
    .service-audience-heading {
      gap: 25px;
    }
  
    .core-service-grid {
      grid-template-columns: 1fr;
    }
  
    .core-service-card {
      min-height: auto;
    }
  
    .delivery-option-grid {
      grid-template-columns: 1fr;
    }
  
    .service-planning-panel {
      gap: 32px;
    }
  
    .service-audience-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  
    .services-cta-panel {
      gap: 32px;
    }
  
    .services-cta-action {
      padding-top: 28px;
      padding-left: 0;
      border-top: 1px solid rgba(255, 255, 255, 0.28);
      border-left: 0;
    }
  }
  
  @media (max-width: 760px) {
  
    .service-page-hero {
      padding: 75px 0;
    }
  
    .service-hero-copy h1 {
      font-size: 44px;
    }
  
    .service-hero-copy > p {
      font-size: 16px;
    }
  
    .service-hero-actions {
      align-items: stretch;
      flex-direction: column;
    }
  
    .service-hero-actions a {
      width: 100%;
    }
  
    .service-panel-heading {
      padding: 23px 20px 18px;
    }
  
    .service-panel-list a {
      grid-template-columns: 30px minmax(0, 1fr) auto;
      padding: 18px 20px;
    }
  
    .service-panel-list a:hover {
      padding-left: 24px;
    }
  
    .service-process-grid {
      grid-template-columns: 1fr;
    }
  
    .service-process-step {
      min-height: auto;
    }
  
    .service-audience-grid {
      grid-template-columns: 1fr;
    }
  
    .service-planning-panel,
    .services-cta-panel {
      padding: 34px 25px;
      border-radius: 23px;
    }
  
    .delivery-option-card,
    .core-service-card {
      padding: 25px;
    }
  
    .service-planning-disclaimer {
      padding: 22px;
    }
  }
  
  @media (max-width: 520px) {
  
    .service-page-hero {
      padding: 62px 0;
    }
  
    .service-hero-copy h1 {
      font-size: 38px;
    }
  
    .service-hero-note {
      align-items: flex-start;
    }
  
    .service-panel-name {
      font-size: 14px;
    }
  
    .service-intro-title h2,
    .service-section-heading h2,
    .service-process-heading h2,
    .service-audience-heading h2 {
      font-size: 34px;
    }
  
    .service-value-card {
      grid-template-columns: 1fr;
    }
  
    .service-value-number {
      margin-bottom: 3px;
    }
  
    .core-service-card h3,
    .delivery-option-card h3 {
      font-size: 24px;
    }
  
    .service-audience-card {
      align-items: flex-start;
      min-height: auto;
    }
  
    .services-cta-action .btn-light {
      width: 100%;
      text-align: center;
    }
  }