.spa-page{
      background:#FDFBF8;
      color:#1A1A1A;
    }

    .spa-page .med-container{
      width:min(1120px,calc(100% - 48px));
      margin:auto;
    }

    .spa-page .med-label{
      display:block;
      margin-bottom:12px;
      color:#A38B6D;
      font-size:12px;
      font-weight:950;
      letter-spacing:.16em;
      text-transform:uppercase;
    }

    .spa-page .med-hero{
      min-height:76vh;
      display:flex;
      align-items:center;
      padding:110px 0 70px;
      background:
        radial-gradient(circle at 85% 15%,rgba(163,139,109,.28),transparent 34%),
        linear-gradient(135deg,#1A1A1A 0%,#262421 58%,#A38B6D 160%);
    }

    .spa-page .med-hero-grid{
      display:grid;
      grid-template-columns:1fr .34fr;
      gap:44px;
      align-items:end;
    }

    .spa-page .med-hero-title{
      max-width:860px;
      margin:0 0 20px;
      color:#fff;
      font-size:clamp(44px,4.6vw,70px);
      line-height:.98;
      letter-spacing:-.055em;
      font-weight:950;
    }

    .spa-page .med-hero p{
      max-width:650px;
      margin:0 0 28px;
      color:rgba(255,255,255,.76);
      font-size:18px;
      line-height:1.65;
    }

    .spa-page .med-hero-proof{
      padding:24px;
      border-radius:26px;
      background:rgba(255,255,255,.08);
      border:1px solid rgba(163,139,109,.28);
      color:#fff;
    }

    .spa-page .med-hero-proof span{
      display:block;
      margin-bottom:8px;
      color:#A38B6D;
      font-size:12px;
      font-weight:900;
      letter-spacing:.14em;
      text-transform:uppercase;
    }

    .spa-page .med-hero-proof strong{
      font-size:20px;
      line-height:1.25;
    }

    .spa-page .med-actions{
      display:flex;
      gap:14px;
      flex-wrap:wrap;
    }

    .spa-page .med-btn{
      min-height:54px;
      padding:16px 24px;
      border-radius:17px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      font-size:15px;
      font-weight:950;
      text-decoration:none!important;
      transition:.25s ease;
    }

    .spa-page .med-btn:hover{
      transform:translateY(-3px);
    }

    .spa-page .med-btn-primary{
      background:#FDFBF8;
      color:#1A1A1A!important;
    }

    .spa-page .med-btn-secondary{
      color:#fff!important;
      border:1px solid rgba(163,139,109,.28);
      background:rgba(255,255,255,.07);
    }

    .spa-page .med-btn-dark{
      background:#1A1A1A;
      color:#fff!important;
    }

    .spa-page .med-section-head{
      max-width:760px;
      margin-bottom:34px;
    }

    .spa-page .med-section-head h2,
    .spa-page .med-custom h2,
    .spa-page .med-faq h2,
    .spa-page .med-seo-text h2,
    .spa-page .med-final h2{
      margin:0 0 14px;
      color:#1A1A1A;
      font-size:clamp(32px,3.3vw,50px);
      line-height:1;
      letter-spacing:-.05em;
      font-weight:950;
    }

    .spa-page .med-section-head p,
    .spa-page .med-custom p,
    .spa-page .med-seo-text p,
    .spa-page .med-final p{
      color:#6E6A64;
      font-size:17px;
      line-height:1.7;
      margin:0;
    }

    .spa-page .med-proof{
      padding:24px 0;
      background:#fff;
    }

    .spa-page .med-proof-grid{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:14px;
    }

    .spa-page .med-proof-grid div{
      padding:20px;
      border-radius:20px;
      background:#FDFBF8;
      border:1px solid rgba(26,26,26,.07);
    }

    .spa-page .med-proof-grid strong{
      display:block;
      font-size:28px;
      font-weight:950;
      letter-spacing:-.04em;
    }

    .spa-page .med-proof-grid span{
      color:#6E6A64;
      font-size:14px;
      font-weight:800;
    }

    .spa-page .med-for,
    .spa-page .med-realisations,
    .spa-page .med-client-proof,
    .spa-page .med-custom,
    .spa-page .med-process,
    .spa-page .med-trust,
    .spa-page .med-faq{
      padding:72px 0;
    }

    .spa-page .med-custom,
    .spa-page .med-process,
    .spa-page .med-seo-text,
    .spa-page .med-client-proof{
      background:#fff;
    }

    .spa-page .med-for-grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:15px;
    }

    .spa-page .med-for-grid div,
    .spa-page .med-custom-list div,
    .spa-page .med-process-grid div,
    .spa-page .med-faq-list details,
    .spa-page .med-trust-list div,
    .spa-page .med-client-proof-grid div{
      padding:24px;
      border-radius:24px;
      background:linear-gradient(135deg,#fff,rgba(253,251,248,.72));
      border:1px solid rgba(26,26,26,.07);
      box-shadow:0 16px 45px rgba(26,26,26,.055);
    }

    .spa-page .med-for-grid h3{
      margin:0 0 10px;
      font-size:22px;
      line-height:1;
      letter-spacing:-.04em;
    }

    .spa-page .med-for-grid p{
      margin:0;
      color:#6E6A64;
      font-size:15px;
      line-height:1.55;
    }

    .spa-page .med-gallery-grid{
      display:grid;
      grid-template-columns:1.1fr .9fr;
      gap:18px;
      align-items:stretch;
    }

    .spa-page .med-gallery-card{
      position:relative;
      min-height:220px;
      border-radius:26px;
      overflow:hidden;
      background:#1A1A1A;
      transition:.3s ease;
    }

    .spa-page .med-gallery-card:hover{
      transform:translateY(-4px);
    }

    .spa-page .med-gallery-card.big{
      min-height:440px;
      grid-row:span 2;
    }

    .spa-page .med-gallery-card.wide{
      grid-column:span 2;
      aspect-ratio:16/7;
      min-height:unset;
    }

    .spa-page .med-gallery-card img{
      position:absolute;
      inset:0;
      width:100%;
      height:100%;
      object-fit:cover;
      object-position:center center;
      opacity:.88;
      transition:.6s ease;
    }

    .spa-page .med-gallery-card:hover img{
      transform:scale(1.04);
    }

    .spa-page .med-gallery-card:after{
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(180deg,rgba(26,26,26,.04),rgba(26,26,26,.88));
    }

    .spa-page .med-gallery-card.wide:after{
      background:
        linear-gradient(90deg,rgba(26,26,26,.88),rgba(26,26,26,.42),rgba(26,26,26,.12)),
        linear-gradient(180deg,rgba(26,26,26,.05),rgba(26,26,26,.68));
    }

    .spa-page .med-gallery-card div{
      position:absolute;
      z-index:2;
      left:26px;
      right:26px;
      bottom:24px;
    }

    .spa-page .med-gallery-card span{
      display:inline-flex;
      margin-bottom:11px;
      padding:8px 13px;
      border-radius:999px;
      background:rgba(255,255,255,.13);
      color:#fff;
      font-size:11px;
      font-weight:950;
      letter-spacing:.12em;
      text-transform:uppercase;
    }

    .spa-page .med-gallery-card h3{
      max-width:680px;
      color:#fff;
      margin:0;
      font-size:clamp(23px,2vw,32px);
      line-height:1;
      letter-spacing:-.045em;
      font-weight:950;
    }

    .spa-page .med-client-proof-grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:15px;
    }

    .spa-page .med-client-proof-grid strong{
      display:block;
      font-size:34px;
      font-weight:950;
      letter-spacing:-.05em;
      color:#1A1A1A;
    }

    .spa-page .med-client-proof-grid span{
      display:block;
      margin-top:6px;
      color:#6E6A64;
      font-size:15px;
      font-weight:850;
    }

    .spa-page .med-custom-grid{
      display:grid;
      grid-template-columns:.9fr 1fr;
      gap:44px;
      align-items:center;
    }

    .spa-page .med-custom p{
      max-width:560px;
      margin-bottom:24px;
    }

    .spa-page .med-custom-list{
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:15px;
    }

    .spa-page .med-custom-list span,
    .spa-page .med-process-grid span{
      display:block;
      margin-bottom:16px;
      color:#A38B6D;
      font-size:12px;
      font-weight:950;
      letter-spacing:.14em;
    }

    .spa-page .med-custom-list h3,
    .spa-page .med-process-grid h3{
      margin:0 0 10px;
      font-size:22px;
      line-height:1;
      letter-spacing:-.04em;
    }

    .spa-page .med-custom-list p,
    .spa-page .med-process-grid p{
      margin:0;
      color:#6E6A64;
      font-size:15px;
      line-height:1.55;
    }

    .spa-page .med-process-grid{
      display:grid;
      grid-template-columns:repeat(5,1fr);
      gap:14px;
    }

    .spa-page .med-trust-list{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:15px;
    }

    .spa-page .med-trust-list strong{
      display:block;
      margin-bottom:8px;
      font-size:22px;
      line-height:1;
      letter-spacing:-.04em;
    }

    .spa-page .med-trust-list p{
      margin:0;
      color:#6E6A64;
      font-size:15px;
      line-height:1.55;
    }

    .spa-page .med-faq-grid{
      display:grid;
      grid-template-columns:.7fr 1fr;
      gap:44px;
    }

    .spa-page .med-faq-list{
      display:grid;
      gap:13px;
    }

    .spa-page .med-faq-list summary{
      cursor:pointer;
      font-size:18px;
      font-weight:950;
      letter-spacing:-.03em;
    }

    .spa-page .med-faq-list p{
      color:#6E6A64;
      font-size:15px;
      line-height:1.6;
      margin:14px 0 0;
    }

    .spa-page .med-seo-text{
      padding:58px 0;
    }

    .spa-page .med-seo-text .med-container{
      max-width:880px;
    }

    .spa-page .med-seo-text p+p{
      margin-top:16px;
    }

    .spa-page .med-seo-text a{
      color:#A38B6D;
      font-weight:900;
    }

    .spa-page .med-final{
      padding:72px 0 100px;
    }

    .spa-page .med-final-box{
      padding:48px 32px;
      border-radius:32px;
      background:
        radial-gradient(circle at 80% 0%,rgba(163,139,109,.18),transparent 34%),
        #1A1A1A;
      color:#fff;
    }

    .spa-page .med-final h2{
      color:#fff;
    }

    .spa-page .med-contact-grid{
      display:grid;
      grid-template-columns:.85fr 1fr;
      gap:34px;
      align-items:center;
      text-align:left;
    }

    .spa-page .med-contact-copy p{
      color:rgba(255,255,255,.72);
    }

    .spa-page .med-contact-benefits{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:22px;
    }

    .spa-page .med-contact-benefits span{
      padding:10px 14px;
      border-radius:999px;
      background:rgba(255,255,255,.08);
      border:1px solid rgba(163,139,109,.18);
      color:rgba(255,255,255,.82);
      font-size:13px;
      font-weight:850;
    }

    .spa-page .med-contact-form{
      position:relative;
      z-index:9999;
      display:grid;
      gap:12px;
    }

    .spa-page .med-contact-form input,
    .spa-page .med-contact-form textarea{
      position:relative;
      z-index:10000;
      width:100%;
      box-sizing:border-box;
      border:1px solid rgba(255,255,255,.16);
      background:rgba(255,255,255,.08);
      color:#fff;
      border-radius:16px;
      padding:16px 18px;
      font-size:15px;
      outline:none;
      pointer-events:auto!important;
    }

    .spa-page .med-contact-form input::placeholder,
    .spa-page .med-contact-form textarea::placeholder{
      color:rgba(255,255,255,.58);
    }

    .spa-page .med-contact-form input:focus,
    .spa-page .med-contact-form textarea:focus{
      border-color:#A38B6D;
      box-shadow:0 0 0 3px rgba(163,139,109,.18);
    }

    .spa-page .med-contact-form textarea{
      min-height:115px;
      resize:vertical;
    }

    .spa-page .med-contact-form button{
      border:0;
      cursor:pointer;
      width:100%;
    }

    .spa-page .med-whatsapp-float{
      position:fixed;
      right:22px;
      bottom:22px;
      z-index:999;
      background:#1A1A1A;
      color:#fff!important;
      text-decoration:none!important;
      border-radius:999px;
      padding:15px 20px;
      font-weight:950;
      box-shadow:0 20px 60px rgba(26,26,26,.22);
    }

    @media(max-width:900px){

      .spa-page .med-container{
        width:min(100% - 34px,720px);
      }

      .spa-page .med-hero{
        min-height:auto;
        padding:120px 0 64px;
      }

      .spa-page .med-hero-grid,
      .spa-page .med-custom-grid,
      .spa-page .med-faq-grid,
      .spa-page .med-contact-grid{
        grid-template-columns:1fr;
      }

      .spa-page .med-hero-title{
        font-size:40px;
      }

      .spa-page .med-hero p{
        font-size:17px;
      }

      .spa-page .med-actions a{
        width:100%;
      }

      .spa-page .med-hero-proof{
        display:none;
      }

      .spa-page .med-proof-grid,
      .spa-page .med-for-grid,
      .spa-page .med-process-grid,
      .spa-page .med-trust-list,
      .spa-page .med-client-proof-grid,
      .spa-page .med-custom-list{
        grid-template-columns:1fr;
      }

      .spa-page .med-for,
      .spa-page .med-realisations,
      .spa-page .med-client-proof,
      .spa-page .med-custom,
      .spa-page .med-process,
      .spa-page .med-trust,
      .spa-page .med-faq{
        padding:62px 0;
      }

      .spa-page .med-gallery-grid{
        display:flex;
        flex-direction:column;
        gap:16px;
      }

      .spa-page .med-gallery-card,
      .spa-page .med-gallery-card.big,
      .spa-page .med-gallery-card.wide{
        grid-column:auto!important;
        grid-row:auto!important;
        aspect-ratio:auto;
        min-height:340px;
      }

      .spa-page .med-section-head h2,
      .spa-page .med-custom h2,
      .spa-page .med-faq h2,
      .spa-page .med-seo-text h2,
      .spa-page .med-final h2{
        font-size:36px;
      }

      .spa-page .med-contact-copy h2,
      .spa-page .med-contact-copy p{
        text-align:center;
      }

      .spa-page .med-contact-benefits{
        justify-content:center;
      }

      .spa-page .med-whatsapp-float{
        left:auto;
        right:20px;
        bottom:20px;
        width:auto;
        font-size:14px;
        padding:12px 20px;
      }
    }
    .sector-links{
  padding:72px 0;
  background:#fff;
}

.sector-links-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}

.sector-link-card{
  padding:28px;
  border-radius:24px;
  text-decoration:none!important;
  color:inherit!important;

  background:#fff;

  border:1px solid rgba(7,20,43,.08);

  box-shadow:
    0 16px 40px rgba(7,20,43,.05);

  transition:.25s ease;
}

.sector-link-card:hover{
  transform:translateY(-5px);
  box-shadow:
    0 24px 60px rgba(7,20,43,.09);
}

.sector-link-card strong{
  display:block;
  margin-bottom:10px;

  font-size:22px;
  font-weight:900;

  letter-spacing:-0.03em;
}

.sector-link-card span{
  display:block;

  color:#6b7280;

  font-size:15px;
  line-height:1.6;
}

@media(max-width:900px){

  .sector-links-grid{
    grid-template-columns:1fr;
  }

}
