/* =========================
   NURIA TOURS — MEETINGS CONTACT
========================= */

:root{
  --nt-red:#c21d1d;
  --nt-ink:#0f172a;
  --nt-slate:#64748b;
  --nt-soft:#f6f7fb;
  --nt-line:rgba(15,23,42,.08);
}

/* HERO */

/* =========================
   HERO
========================= */

.nt-meetings-contact-hero{
  position:relative;
  display:flex;
  align-items:flex-start;

  min-height:62vh;
  padding:90px 0 70px;

  background:
    linear-gradient(
      rgba(10,15,25,.62),
      rgba(10,15,25,.62)
    ),
    url('/assets/img/meetings-incentive/contact/meetings-contact-hero.webp');

  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;

  color:#fff;
}

.nt-meetings-contact-hero h1{
  color:#fff;
  font-size:clamp(2.6rem,5vw,4.2rem);
  line-height:1.08;
  letter-spacing:-.03em;
  margin:18px 0 18px;
  max-width:700px;
}

.nt-meetings-contact-hero p{
  color:rgba(255,255,255,.86);
  font-size:1.05rem;
  line-height:1.75;
  max-width:500px;
  margin-bottom:24px;
}

.badge-inline{
  display:inline-flex;
  align-items:center;

  background:rgba(255,255,255,.12);
  color:#fff;

  border:1px solid rgba(255,255,255,.22);
  border-radius:999px;

  padding:8px 14px;
  font-size:.88rem;
  margin-bottom:10px;
}

.nt-meetings-contact-sidecard{
  background:rgba(255,255,255,.94);
  border:1px solid rgba(255,255,255,.22);
  border-radius:22px;

  backdrop-filter:blur(8px);

  box-shadow:0 18px 45px rgba(0,0,0,.18);

  padding:28px;

  max-width:440px;

  margin-left:auto;

  transform:translateY(18px);
}

.nt-meetings-contact-sidecard h3{
  color:var(--nt-ink);
  margin-bottom:12px;
}

.nt-meetings-contact-sidecard p{
  color:var(--nt-slate);
  line-height:1.7;
}

.trust-note{
  padding:16px 18px;

  background:#f8fafc;

  border-left:4px solid var(--nt-red);
  border-radius:14px;

  color:var(--nt-slate);
  line-height:1.7;
}

/* SECTIONS */

.nt-section{
  padding:90px 0;
  background:#ffffff;
}

.nt-section-title{
  color:var(--nt-ink);
  font-weight:700;
  letter-spacing:-.02em;
}

.nt-section-subtitle{
  max-width:760px;
  margin-left:auto;
  margin-right:auto;
  color:var(--nt-slate);
  line-height:1.8;
}

/* FORM */

.nt-meetings-form-card{
  background:#ffffff;
  border:1px solid var(--nt-line);
  border-radius:24px;
  padding:32px;
  box-shadow:0 18px 45px rgba(15,23,42,.06);
}

.nt-meetings-form-card .form-label{
  color:var(--nt-ink);
  font-weight:700;
  font-size:.95rem;
}

.nt-meetings-form-card .form-control,
.nt-meetings-form-card .form-select{
  border-radius:14px;
  padding:.72rem .85rem;
  border:1px solid rgba(15,23,42,.14);
  box-shadow:none;
}

.nt-meetings-form-card .form-control:focus,
.nt-meetings-form-card .form-select:focus{
  border-color:rgba(194,29,29,.55);
  box-shadow:0 0 0 .22rem rgba(194,29,29,.12);
}

.nt-meetings-form-card textarea{
  resize:vertical;
}

.nt-meetings-form-card .btn-brand{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:var(--nt-red);
  border:1px solid var(--nt-red);
  color:#ffffff !important;
  border-radius:999px;
  padding:13px 28px;
  font-weight:700;
  text-decoration:none;
}

.nt-meetings-form-card .btn-brand:hover{
  background:#a81717;
  border-color:#a81717;
  color:#ffffff !important;
}

/* PROCESS */

.nt-process-section{
  background:linear-gradient(180deg,#ffffff,var(--nt-soft));
  border-top:1px solid var(--nt-line);
}

.nt-process-card{
  background:#ffffff;
  border:1px solid var(--nt-line);
  border-radius:20px;
  padding:32px;
  height:100%;
  box-shadow:0 12px 30px rgba(15,23,42,.05);
  transition:.25s ease;
}

.nt-process-card:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 38px rgba(15,23,42,.08);
}

.nt-process-number{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  border-radius:50%;
  background:rgba(194,29,29,.10);
  color:var(--nt-red);
  font-weight:800;
  margin-bottom:18px;
}

.nt-process-card h3{
  color:var(--nt-ink);
  margin-bottom:12px;
}

.nt-process-card p{
  color:var(--nt-slate);
  line-height:1.7;
  margin-bottom:0;
}

/* CONFIRMED BUTTON */

.nt-meetings-contact-hero .btn-brand{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:var(--nt-red);
  border:1px solid var(--nt-red);
  color:#ffffff !important;
  padding:14px 30px;
  border-radius:999px;
  text-decoration:none;
  font-weight:700;
}

.nt-meetings-contact-hero .btn-brand:hover{
  background:#a81717;
  border-color:#a81717;
  color:#ffffff !important;
}

/* HERO FORM BALANCE */

.nt-meetings-contact-hero .nt-meetings-form-card{
  max-width:440px;
  margin-left:auto;
  padding:28px 30px;
}

.nt-meetings-contact-hero .nt-meetings-form-card h2{
  font-size:1.55rem;
  line-height:1.2;
  margin-bottom:1.5rem !important;
}

.nt-meetings-contact-hero .nt-meetings-form-card .form-label{
  font-size:.86rem;
}

.nt-meetings-contact-hero .nt-meetings-form-card .form-control,
.nt-meetings-contact-hero .nt-meetings-form-card .form-select{
  min-height:44px;
  padding:.62rem .78rem;
}

.nt-meetings-contact-hero .nt-meetings-form-card textarea.form-control{
  min-height:130px;
}

.nt-meetings-contact-hero .nt-meetings-form-card .btn-brand{
  padding:11px 24px;
  font-size:.92rem;
}

/* MOBILE */

@media (max-width:991px){

  .nt-meetings-contact-hero{
    min-height:auto;
    padding:90px 0;
  }

  .nt-meetings-contact-sidecard{
    margin-top:24px;
  }

  .nt-meetings-form-card{
    padding:32px 24px;
  }

  .nt-section{
    padding:70px 0;
  }

}

@media (max-width:768px){

  .nt-meetings-contact-hero h1{
    font-size:2.3rem;
  }

  .nt-meetings-contact-hero p{
    font-size:1rem;
  }

}