/*
Theme Name: Notarialy Child
Theme URI: https://notarialy.com/
Description: Child theme para Notarialy basado en GeneratePress.
Author: Notarialy
Template: generatepress
Version: 1.0.0
Text Domain: notarialy-child
*/

/* ==============================
   Notarialy - Fonts
============================== */

@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("assets/fonts/plus-jakarta-sans.woff2") format("woff2");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("assets/fonts/inter.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	scroll-behavior: smooth;
}
/* ==============================
   Notarialy - Variables
============================== */

:root {
  --nt-primary: #702AE1;
  --nt-primary-dark: #5b21b6;
  --nt-text: #2C2F30;
  --nt-muted: #595c5d;
  --nt-border: #e5e7eb;
  --nt-bg-soft: #f7f8fa;
  --nt-white: #ffffff;
  --nt-footer: #111827;
  --nt-radius: 18px;
  --nt-font-heading: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --nt-font-body: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* ==============================
   Base
============================== */

body {
  font-family: var(--nt-font-body);
  color: var(--nt-text);
  background: #f5f6f7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.main-title,
.main-navigation,
.nt-btn,
button {
  font-family: var(--nt-font-heading);
}

input,
textarea,
select {
  font-family: var(--nt-font-body);
}

a {
  transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.separate-containers.separate-containers .inside-article {
    background: #f5f6f7!important;
}

.main-navigation .main-nav ul li:not([class*="current-menu-"]):hover > a, .main-navigation .main-nav ul li:not([class*="current-menu-"]):focus > a, .main-navigation .main-nav ul li.sfHover:not([class*="current-menu-"]) > a, .main-navigation .menu-bar-item:hover > a, .main-navigation .menu-bar-item.sfHover > a {
    color: #ffffff;
}

/* ==============================
   Header
============================== */

.site-header {
  background: var(--nt-white);
  border-bottom: 1px solid rgb(226 232 240 / 59%)
}

.main-title a {
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #111827;
  text-transform: uppercase;
}

.main-title a:hover {
  color: var(--nt-primary);
}

.main-navigation .main-nav ul li a {
  font-weight: 600;
  color: #475569;
}

.main-navigation .main-nav ul li.current-menu-item > a,
.main-navigation .main-nav ul li a:hover {
  color: var(--nt-primary);
}

/* Botón del menú */
.main-navigation .main-nav ul li.btn-iniciar-tramite a {
  background: var(--nt-primary);
  border-radius: 999px;
    padding: 18px 28px;
    line-height: 1;
    margin-left: 12px;
    font-size: 15px;
    font-weight: 600;
	color: #fff;
}

.main-navigation .main-nav ul li.btn-iniciar-tramite a:hover {
  background: var(--nt-primary-dark);
  color: #ffffff;
  transform: translateY(-1px);
}

/* ==============================
   Home - Layout
============================== */

.home .inside-article {
  padding: 0;
  background: transparent;
}

.home .entry-content {
  margin-top: 0;
}

.home .site-content,
.home .content-area,
.home .site-main {
  width: 100%;
  max-width: none;
  margin: 0;
}

/* ==============================
   Home - Hero
============================== */

.nt-hero {
  max-width: 1120px;
  margin: 0 auto;
  padding: 100px 24px 10px;
  text-align: center;
}

.nt-hero h1,
.nt-hero-title {
  margin: 0 auto 17px;
  color: var(--nt-text);
  font-size: clamp(44px, 6vw, 72px);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.045em;
}

.nt-text-primary {
  color: var(--nt-primary);
}

.nt-hero-text {
  max-width: 680px;
  margin: 0 auto;
  color: var(--nt-muted);
  font-size: 20px;
  line-height: 1.55;
  text-align: center;
	font-weight: 500;
}


/* ==============================
   Home - Assistant Search
============================== */


.nt-assistant-eyebrow {
  margin: 0 0 15px;
  color: var(--nt-text);
  font-family: var(--nt-font-heading);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.nt-assistant-search {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  min-height: 68px;
  padding: 8px 8px 8px 24px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 999px;
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.nt-assistant {
  max-width: 715px;
  margin: 47px auto 0;
}

.nt-assistant-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 44px;
}

.nt-assistant-input {
  flex: 1!important;
  min-width: 0!important;
  height: 48px!important;
  padding: 0!important;
  border: 0!important;
  outline: 0!important;
  background: transparent!important;
  color: var(--nt-text)!important;
  font-family: var(--nt-font-body)!important;
  font-size: 19px!important;
  font-weight: 500;
}

.nt-assistant-input::placeholder {
  color: #6b7280;
  opacity: 0.95;
}

.nt-assistant-input:focus {
  outline: none;
}

.nt-assistant-button {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 28px;
  border-radius: 999px;
  background: var(--nt-primary);
  color: #ffffff;
  font-family: var(--nt-font-heading);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap; 
}

.nt-assistant-button:hover {
  background: var(--nt-primary-dark);
  color: #ffffff;
  transform: translateY(-1px);
}

.nt-assistant-help {
  margin: 14px auto 0;
  color: var(--nt-muted);
  font-size: 14px;
  line-height: 1.5;
}

.nt-assistant-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 100px auto;
}

.nt-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 42px;
  padding: 12px 22px;
  border-radius: 999px;
  background: #6af6b8;
  color: #005a3c;
  font-family: var(--nt-font-body)!important;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}


.nt-chip:hover {
  color: #12352b;
  transform: translateY(-1px);
  filter: brightness(0.98);
}

.nt-chip:nth-child(3) {
  background: #e9ddff;
  color: #510017
;
}
.nt-chip svg {
  flex: 0 0 auto;
  display: block;
  width: 25px;
  height: 25px;
}

/* Diferenciar algunos chips visualmente */
.nt-chip:nth-child(3) {
  background: #f74b6e;
  color: #32101a;
}

.nt-chip:nth-child(4),
.nt-chip:nth-child(5) {
  background: #e9ddff;
  color: var(--nt-primary);
}
.nt-assistant-icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--nt-primary);
  line-height: 1;
}

.nt-assistant-icon svg {
  display: block;
}
/* Mobile */
@media (max-width: 768px) {
  .nt-assistant {
    margin-top: 34px;
  }

  .nt-assistant-search {
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
    border-radius: 28px;
  }

  .nt-assistant-icon {
    display: none;
  }

  .nt-assistant-input {
    width: 100%;
    text-align: center;
  }

  .nt-assistant-button {
    width: 100%;
  }

  .nt-assistant-chips {
    margin-top: 30px;
    gap: 10px;
  }

  .nt-chip {
    min-height: 38px;
    padding: 0 14px;
    font-size: 13px;
  }
}



/* ==============================
   Home - Featured Services
============================== */

.nt-featured-services {
  max-width: 1250px;
  margin: 0 auto;
  padding: 35px 24px 86px;
}

.nt-section-header {
  max-width: 800px;
  margin: 0 auto 44px;
  text-align: center;
}

.nt-section-header h2 {
  margin: 0 0 12px;
  color: var(--nt-text);
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.nt-section-header p {
  margin: 0;
  color: var(--nt-muted);
  font-size: 19px;
  line-height: 1.55;
	font-weight: 500;
}

.nt-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.nt-service-card {
  display: flex;
  flex-direction: column;
  min-height: 292px;
  padding: 32px 32px 20px 32px;
  background: #ffffff;
   border: 1px solid rgb(171 173 174 / 0.1);
  border-radius: 30px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.045);
  color: var(--nt-text);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.nt-service-card:hover {
  color: var(--nt-text);
  transform: translateY(-4px);
  box-shadow: 0 22px 44px rgba(15, 23, 42, 0.09);
}

.nt-service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 32px;
  border-radius: 15px;
}

.nt-service-icon svg {
  display: block;
}

.nt-service-card--purple .nt-service-icon {
  background: #eee2ff;
  color: var(--nt-primary);
}

.nt-service-card--green .nt-service-icon {
  background: #cdf9e7;
  color: #006947;
}

.nt-service-card--pink .nt-service-icon {
  background: #ffdce8;
  color: #9E3657;
}

.nt-service-card h3 {
  margin: 0 0 12px;
  color: var(--nt-text);
      font-size: 22px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -0.025em;
}

.nt-service-card p {
  margin: 0;
    color: #595C5D;
    font-size: 16px;
    line-height: 1.55;
    margin-bottom: 25px;
    font-weight: 500;
}

.nt-service-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
  padding-top: 15px;
  border-top: 1px solid rgba(15, 23, 42, 0.09);
  font-family: var(--nt-font-heading);
  text-transform: uppercase;
  letter-spacing: 0.35px;
  font-weight: 700;
  font-size: 14px;
}

.nt-service-card--purple .nt-service-action {
  color: var(--nt-primary);
}

.nt-service-card--green .nt-service-action {
  color: #08734c;
}

.nt-service-card--pink .nt-service-action {
  color: #b12a55;
}

.nt-service-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  color: currentColor;
  font-size: 22px;
  line-height: 1;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.nt-service-card:hover .nt-service-arrow {
  transform: translateX(3px); 
}

.nt-services-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  margin-top: 80px;
  text-align: center;
}

.nt-services-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 16px 37px;
  border-radius: 999px;
  background: var(--nt-primary);
  color: #ffffff;
  font-family: var(--nt-font-heading);
  font-size: 18px;
   font-weight: 700;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(112, 42, 225, 0.22);
}

.nt-services-button:hover {
  background: var(--nt-primary-dark);
  color: #ffffff;
  transform: translateY(-1px);
}

.nt-services-footer p {
  display: inline-flex;
  align-items: center;
  gap: 8px;
      margin: 7px auto;
    color: var(--nt-muted);
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
}

.nt-services-footer p svg {
  color: #006947;
  flex: 0 0 auto;
	  
}



/* Tablet */
@media (max-width: 1024px) {
  .nt-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Mobile */
@media (max-width: 680px) {
  .nt-featured-services {
    padding: 58px 18px 68px;
  }

  .nt-section-header {
    margin-bottom: 30px;
    text-align: left;
  }

  .nt-section-header h2 {
    font-size: 34px;
  }

  .nt-section-header p {
    font-size: 16px;
  }

  .nt-services-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .nt-service-card {
    min-height: auto;
    padding: 24px;
    border-radius: 24px;
  }

  .nt-service-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 24px;
  }

  .nt-service-card h3 {
    font-size: 20px;
  }

  .nt-service-action {
    padding-top: 22px;
  }

  .nt-services-footer {
    margin-top: 36px;
  }

  .nt-services-button {
    width: 100%;
  }
}


/* ==============================
   Home - How It Works
============================== */

.nt-how-it-works {
  max-width: 1250px;
  margin: 0 auto;
  padding: 30px 24px 86px;
}

.nt-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  margin-top: 52px;
}

.nt-step-card {
  position: relative;
  min-height: 246px;
  padding: 34px 32px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.045);
  border-radius: 30px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.04);
  overflow: hidden;
}

.nt-step-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 34px;
  border-radius: 16px;
}

.nt-step-icon svg {
  display: block;
}

.nt-step-card--purple .nt-step-icon {
  background: #eee2ff;
  color: var(--nt-primary);
}

.nt-step-card--green .nt-step-icon {
  background: #cdf9e7;
  color: #08734c;
}

.nt-step-number {
  position: absolute;
  top: 28px;
  right: 28px;
  color: rgba(112, 42, 225, 0.07);
  font-family: var(--nt-font-heading);
  font-size: 48px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.045em;
}

.nt-step-card h3 {
  position: relative;
  margin: 0 0 12px;
  color: var(--nt-text);
  font-size: 22px;
  line-height: 1.18;
  font-weight: 700;
  letter-spacing: -0.025em;
  z-index: 1;
}

.nt-step-card p {
  position: relative;
  margin: 0; 
  z-index: 1;
	color: #595C5D;
    font-size: 16px;
    line-height: 1.55;  
    font-weight: 500;
}

.nt-how-footer {
  display: flex;
  justify-content: center;
  margin-top: 52px;
}

.nt-how-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--nt-primary);
  font-family: var(--nt-font-heading);
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
}

.nt-how-link svg {
  display: block;
  transition: transform 0.2s ease;
}

.nt-how-link:hover {
  color: var(--nt-primary-dark);
}

.nt-how-link:hover svg {
  transform: translateX(3px);
}

/* Tablet */
@media (max-width: 1024px) {
  .nt-steps-grid {
    grid-template-columns: 1fr;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Mobile */
@media (max-width: 680px) {
  .nt-how-it-works {
    padding: 58px 18px 70px;
  }

  .nt-steps-grid {
    gap: 16px;
    margin-top: 32px;
  }

  .nt-step-card {
    min-height: auto;
    padding: 26px 24px;
    border-radius: 24px;
  }

  .nt-step-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 26px;
  }

  .nt-step-number {
    top: 24px;
    right: 24px;
    font-size: 42px;
  }

  .nt-step-card h3 {
    font-size: 20px;
  }

  .nt-how-footer {
    margin-top: 34px;
  }
}

/* ==============================
   Home - Trust Contact
============================== */

.nt-trust-contact {
  max-width: 1250px;
  margin: 0 auto;
  padding: 55px 24px 96px;
}

.nt-trust-contact__content {
  display: grid;
  grid-template-columns: minmax(0, 1.95fr) minmax(420px, 1.05fr);
  gap: 72px;
  align-items: center;
}

.nt-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 0 14px;
  border-radius: 999px;
  font-family: var(--nt-font-heading);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.nt-eyebrow--green {
  background: #6af6b8;
  color: #005a3c;
}

.nt-trust-contact h2 {
  max-width: 560px;
  margin: 22px 0 20px;
  color: var(--nt-text);
  font-size: clamp(42px, 5vw, 68px);
  line-height: 0.98;
  font-weight: 800;
  letter-spacing: -0.055em;
}

.nt-trust-contact__lead {
  max-width: 620px;
  margin: 0 0 24px;
  color: var(--nt-muted);
  font-size: 24px;
  line-height: 1.32;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.nt-trust-contact__text {
  max-width: 620px;
  margin: 0;
  color: #6d6d6d;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 500;
}

.nt-trust-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px 38px;
  margin-top: 44px;
}

.nt-trust-benefit {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 16px;
  align-items: start;
}

.nt-trust-benefit__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 15px;
}

.nt-trust-benefit__icon svg {
  display: block;
}

.nt-trust-benefit--purple .nt-trust-benefit__icon {
  background: #eee2ff;
  color: var(--nt-primary);
}

.nt-trust-benefit--green .nt-trust-benefit__icon {
  background: #cdf9e7;
  color: #006947;
}

.nt-trust-benefit h3 {
  margin: 0 0 6px;
  color: var(--nt-text);
  font-size: 18px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.nt-trust-benefit p {
  margin: 0;
  color: #595c5d;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 500;
}

.nt-trust-contact__right {
  position: relative;
}

.nt-contact-card {
  position: relative;
  max-width: 600px;
  margin-left: auto;
  padding: 58px 56px 54px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.055);
  border-radius: 48px;
  box-shadow: 0 26px 60px rgba(15, 23, 42, 0.08);
}

.nt-contact-card::before {
  content: "";
  position: absolute;
  inset: -90px -70px;
  background:
    radial-gradient(circle at 25% 35%, rgba(112, 42, 225, 0.16), transparent 36%),
    radial-gradient(circle at 80% 70%, rgba(106, 246, 184, 0.20), transparent 34%);
  filter: blur(8px);
  z-index: -1;
  pointer-events: none;
}

.nt-contact-card__label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 30px;
  color: #006947;
  font-family: var(--nt-font-heading);
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.nt-contact-card__label span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: #6af6b8;
  color: #006947;
}

.nt-contact-card h3 {
  margin: 0 0 14px;
  color: var(--nt-text);
  font-size: clamp(30px, 3vw, 40px);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.nt-contact-card > p {
  max-width: 460px;
  margin: 0 0 34px;
  color: var(--nt-muted);
  font-size: 18px;
  line-height: 1.48;
  font-weight: 500;
}

.nt-contact-actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.nt-contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 64px;
  padding: 0 26px;
  border-radius: 999px;
  font-family: var(--nt-font-heading);
  font-size: 17px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.nt-contact-btn svg {
  display: block;
}

.nt-contact-btn--primary {
  background: var(--nt-primary);
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(112, 42, 225, 0.25);
}

.nt-contact-btn--primary:hover {
  background: var(--nt-primary-dark);
  color: #ffffff;
  transform: translateY(-1px);
}

.nt-contact-btn--secondary {
  background: #f7f8fa;
  color: var(--nt-text);
  border: 1px solid rgb(15 23 42 / 16%);
  box-shadow: inset 0 -2px 0 rgba(15, 23, 42, 0.03);
}

.nt-contact-btn--secondary:hover {
  background: #ffffff;
  color: var(--nt-text);
  transform: translateY(-1px);
}

.nt-contact-link {
  display: inline-flex;
  justify-content: center;
  margin-top: 8px;
  color: var(--nt-primary);
  font-family: var(--nt-font-heading);
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

.nt-contact-link:hover {
  color: var(--nt-primary-dark);
}

.nt-contact-note {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  margin-top: 36px;
  padding-top: 26px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  color: #8a8d90;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 500;
}

.nt-contact-note svg {
  color: #8a8d90;
  margin-top: 1px;
}

.nt-contact-badge {
  position: absolute;
  right: -42px;
  bottom: -30px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 0 24px;
  border-radius: 22px;
  background: #6af6b8;
  color: #006947;
  font-family: var(--nt-font-heading);
  font-size: 16px;
  font-weight: 800;
  box-shadow: 0 16px 30px rgba(0, 105, 71, 0.18);
}

.nt-contact-badge svg {
  display: block;
}

/* Tablet */
@media (max-width: 1024px) {
  .nt-trust-contact__content {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .nt-contact-card {
    margin-left: 0;
    max-width: none;
  }

  .nt-contact-badge {
    right: 28px;
  }
}

/* Mobile */
@media (max-width: 680px) {
  .nt-trust-contact {
    padding: 58px 18px 76px;
  }

  .nt-trust-contact h2 {
    font-size: clamp(40px, 12vw, 52px);
  }

  .nt-trust-contact__lead {
    font-size: 19px;
  }

  .nt-trust-contact__text {
    font-size: 16px;
  }

  .nt-trust-benefits {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 34px;
  }

  .nt-contact-card {
    padding: 34px 24px 78px;
    border-radius: 32px;
  }

  .nt-contact-card::before {
    inset: -48px -28px;
  }

  .nt-contact-card h3 {
    font-size: 31px;
  }

  .nt-contact-card > p {
    font-size: 16px;
  }

  .nt-contact-btn {
    min-height: 58px;
    font-size: 15px;
  }

  .nt-contact-badge {
    right: 22px;
    bottom: 18px;
    min-height: 48px;
    padding: 0 16px;
    border-radius: 18px;
    font-size: 13px;
  }
}



/* ==============================
   Home - FAQ Preview
============================== */

.nt-faq-preview {
  max-width: 1104px;
  margin: 0 auto;
  padding: 55px 24px 86px;
}

.nt-faq-preview__header {
  max-width: 800px;
  margin: 0 auto 44px;
  text-align: center;
}

.nt-faq-preview__header h2 {
  margin: 18px 0 14px;
  color: var(--nt-text);
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.055em;
}

.nt-faq-preview__header p {
  max-width: 800px;
  margin: 20px auto 0;
  color: var(--nt-muted);
  font-size: 20px;
  line-height: 1.48;
  font-weight: 500;
}

.nt-faq-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.nt-faq-item {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.055);
  border-radius: 30px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.035);
  overflow: hidden;
}

.nt-faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 30px;
  cursor: pointer;
  color: var(--nt-text);
  font-family: var(--nt-font-heading);
  font-size: 20px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: -0.025em;
  list-style: none;
}

.nt-faq-item summary::-webkit-details-marker {
  display: none;
}

.nt-faq-icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #f1f3f4;
  color: var(--nt-primary);
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.nt-faq-icon svg {
  display: block;
  transition: transform 0.22s ease;
}

/* Cerrado: flecha hacia abajo */
/* Abierto: rota hacia arriba */
.nt-faq-item[open] .nt-faq-icon {
  background: #eee2ff;
}

.nt-faq-item[open] .nt-faq-icon svg {
  transform: rotate(180deg);
}

.nt-faq-content {
  padding: 0 30px 28px;
  animation: ntFaqOpen 0.24s ease;
}

.nt-faq-content p {
  max-width: 930px;
  margin: 0;
  color: #595c5d;
  font-size: 17px;
  line-height: 1.65;
  font-weight: 500;
}

@keyframes ntFaqOpen {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.nt-faq-preview__footer {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.nt-faq-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--nt-text);
  font-family: var(--nt-font-heading);
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.nt-faq-link svg {
  display: block;
  color: var(--nt-primary);
  transition: transform 0.2s ease;
}

.nt-faq-link:hover {
  color: var(--nt-primary);
}

.nt-faq-link:hover svg {
  transform: translateX(3px);
}

/* Mobile */
@media (max-width: 680px) {
  .nt-faq-preview {
    padding: 58px 18px 68px;
  }

  .nt-faq-preview__header {
    margin-bottom: 30px;
  }

  .nt-faq-preview__header h2 {
    font-size: 38px;
  }

  .nt-faq-preview__header p {
    font-size: 17px;
  }

  .nt-faq-item {
    border-radius: 24px;
  }

  .nt-faq-item summary {
    padding: 20px 22px;
    font-size: 18px;
  }

  .nt-faq-icon {
    width: 30px;
    height: 30px;
  }

  .nt-faq-content {
    padding: 0 22px 24px;
  }

  .nt-faq-content p {
    font-size: 16px;
  }

  .nt-faq-preview__footer {
    margin-top: 28px;
  }
}

/* ==============================
   Home - Final CTA
============================== */

.nt-final-cta {
  max-width: 1250px;
  margin: 0 auto;
  padding: 25px 24px 96px;
}

.nt-final-cta__inner {
  position: relative;
  overflow: hidden;
  max-width: 1060px;
  margin: 0 auto;
  padding: 64px 34px 68px;
  border-radius: 46px;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.16), transparent 28%),
    radial-gradient(circle at 82% 72%, rgba(106, 246, 184, 0.14), transparent 28%),
    linear-gradient(135deg, #7c3aed 0%, #702ae1 48%, #5b21b6 100%);
  color: #ffffff;
  text-align: center;
  box-shadow: 0 28px 70px rgba(112, 42, 225, 0.24);
}

.nt-final-cta__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: 0.12;
  pointer-events: none;
}

.nt-final-cta__inner > * {
  position: relative;
  z-index: 1;
}

.nt-final-cta__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.86);
  font-family: var(--nt-font-heading);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.nt-final-cta h2 {
  max-width: 860px;
  margin: 26px auto 20px;
  color: #ffffff;
  font-size: clamp(42px, 5vw, 66px);
  line-height: 0.98;
  font-weight: 800;
  letter-spacing: -0.040em;
}

.nt-final-cta p {
  max-width: 680px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.82);
  font-size: 21px;
  line-height: 1.45;
  font-weight: 500;
}

.nt-final-cta__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 42px;
}

.nt-final-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 58px;
  padding: 0 30px;
  border-radius: 999px;
  font-family: var(--nt-font-heading);
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.nt-final-cta__btn svg {
  display: block;
}

.nt-final-cta__btn--whatsapp {
  background: #6af6b8;
  color: #005a3c;
  box-shadow: 0 16px 32px rgba(0, 105, 71, 0.20);
}

.nt-final-cta__btn--whatsapp:hover {
  background: #54efaa;
  color: #005a3c;
  transform: translateY(-1px);
}

.nt-final-cta__btn--video {
  background: rgba(255, 255, 255, 0.13);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 -2px 0 rgba(255, 255, 255, 0.04);
}

.nt-final-cta__btn--video:hover {
  background: rgba(255, 255, 255, 0.20);
  color: #ffffff;
  transform: translateY(-1px);
}

.nt-final-cta__link {
  display: inline-flex;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.92);
  font-family: var(--nt-font-heading);
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

.nt-final-cta__link:hover {
      color: #e1e1e1;
}

/* Mobile */
@media (max-width: 680px) {
  .nt-final-cta {
    padding: 44px 18px 72px;
  }

  .nt-final-cta__inner {
    padding: 52px 22px 56px;
    border-radius: 32px;
  }

  .nt-final-cta h2 {
    font-size: clamp(38px, 10vw, 50px);
  }

  .nt-final-cta p {
    font-size: 17px;
  }

  .nt-final-cta__actions {
    flex-direction: column;
    gap: 14px;
    margin-top: 34px;
  }

  .nt-final-cta__btn {
    width: 100%;
    min-height: 58px;
    font-size: 15px;
  }

  .nt-final-cta__link {
    margin-top: 24px;
  }
}


/* ==============================
   Footer
============================== */

.site-footer,
.footer-widgets {
  background: var(--nt-footer);
  color: rgba(255, 255, 255, 0.76);
}
.footer-bar-align-right .copyright-bar {    
    margin: auto;
}
.footer-widgets {
  padding: 56px 0 34px;
}
.copyright-bar a {
    font-weight: 500;
    color: #fff;
	text-decoration:none;
}
.copyright-bar {
    font-weight: 500;
    color: #fff;
}
.footer-widgets .widget {
  background: transparent;
  padding: 0;
}

.footer-widgets p,
.footer-widgets li,
.footer-widgets a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.7;
}
.footer-bar a {
    color: #ffffff;
    text-decoration: none;
}
.footer-widgets a:hover {
  color: #ffffff;
}

.footer-widgets h2,
.footer-widgets h3,
.footer-widgets h4,
.footer-widgets .widget-title {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 16px;
}

.footer-widgets ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.footer-widgets li {
  margin-bottom: 8px;
}


/* Footer bar propio */
.footer-bar {
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
}

.footer-bar p {
  margin-bottom: 0;
}
footer.site-info {
    background-color: #2C2F30;
}


/* ==============================
   Notarialy - Sticky Action Bar
============================== */

.generate-back-to-top {
  display: none !important;
}

.nt-sticky-bar {
  position: fixed;
  left: 50%;
  bottom: 22px;
  z-index: 9999;
  width: min(calc(100% - 32px), 850px);
  transform: translate(-50%, 24px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s ease;
}

.nt-sticky-bar.is-visible {
  transform: translate(-50%, 0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.nt-sticky-bar__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 66px;
  padding: 8px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 22px 55px rgba(15, 23, 42, 0.16);
}

.nt-sticky-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 50px;
  padding: 0 17px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #2c2f30;
  font-family: var(--nt-font-heading);
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.nt-sticky-item:hover {
  transform: translateY(-1px);
}

.nt-sticky-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: currentColor;
}

.nt-sticky-icon svg {
  display: block;
}

/* Desktop hierarchy */

.nt-sticky-item--featured {
  background: #eee2ff;
  color: var(--nt-primary);
}

.nt-sticky-item--featured:hover {
  background: #e4d4ff;
  color: var(--nt-primary-dark);
}

.nt-sticky-item--tramites {
  background: #f5f6f8;
  color: #2c2f30;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: none;
}

.nt-sticky-item--tramites .nt-sticky-icon {
  color: #4b5563;
}

.nt-sticky-item--tramites:hover {
  background: #eef0f3;
  color: #111827;
}

.nt-sticky-item--tramites:hover .nt-sticky-icon {
  color: var(--nt-primary);
}

.nt-sticky-item--whatsapp {
  background: #42e8a7;
  color: #065f46;
  box-shadow: none;
}

.nt-sticky-item--whatsapp .nt-sticky-icon {
  color: #065f46;
}

.nt-sticky-item--whatsapp:hover {
  background: #31dea0;
  color: #065f46;
}

.nt-sticky-item--video {
  background: #f3f0ff;
  color: #4c1d95;
  border: 1px solid rgba(109, 40, 217, 0.10);
  box-shadow: none;
}

.nt-sticky-item--video .nt-sticky-icon {
  color: #6d28d9;
}

.nt-sticky-item--video:hover {
  background: #ece6ff;
  color: #4c1d95;
}

.nt-sticky-backtop {
  background: #2c2f30;
  color: #ffffff;
}
button#nt-sticky-backtop svg {
    margin-bottom: 5px;
}
.nt-sticky-backtop:hover {
  background: #111827;
  color: #ffffff;
}

.nt-sticky-item--mobile-only,
.nt-sticky-label--mobile {
  display: none;
}

.nt-sticky-label--desktop {
  display: inline;
}

/* Mobile */
@media (max-width: 768px) {
  .nt-sticky-bar {
    bottom: 12px;
    width: min(calc(100% - 20px), 520px);
  }

  .nt-sticky-bar__inner {
    justify-content: space-between;
    min-height: 68px;
    padding: 7px;
    border-radius: 26px;
  }

  .nt-sticky-item {
    flex: 1 1 0;
    flex-direction: column;
    gap: 4px;
    min-height: 54px;
    padding: 6px 4px;
    font-size: 11.5px;
    letter-spacing: -0.01em;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
	  font-weight: 700;
  }

  .nt-sticky-icon svg {
    width: 20px;
    height: 20px;
  }

  .nt-sticky-item--desktop-only {
    display: none;
  }

  .nt-sticky-item--mobile-only {
    display: inline-flex;
  }

  .nt-sticky-label--desktop {
    display: none;
  }

  .nt-sticky-label--mobile {
    display: inline;
  }

  /* Mobile icon palette */
  .nt-sticky-item--mobile-only,
  .nt-sticky-item--mobile-only .nt-sticky-icon {
    color: #374151;
  }

  .nt-sticky-item--tramites,
  .nt-sticky-item--tramites .nt-sticky-icon {
    color: #4b5563;
  }

  .nt-sticky-item--whatsapp,
  .nt-sticky-item--whatsapp .nt-sticky-icon {
    color: #006947;
  }

  .nt-sticky-item--video,
  .nt-sticky-item--video .nt-sticky-icon {
    color: #6d28d9;
  }

  .nt-sticky-backtop,
  .nt-sticky-backtop .nt-sticky-icon {
    color: #2c2f30;
  }

  .nt-sticky-item:hover {
    background: #f5f6f7 !important;
  }
}


/* ==========================================================
   Notarialy - Hub Trámites - Hero
   Página: /uy/tramites/
   ========================================================== */

.nt-tramites-container {
  width: min(100% - 48px, 1200px);
  margin-inline: auto;
}

.nt-tramites-hero {
  padding: 55px 0 44px;
}

.nt-tramites-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.72fr);
  gap: 64px;
  align-items: center;
}

.nt-tramites-hero-title {
  max-width: 680px;
  margin: 0;
  color: #2C2F30;
  font-family: var(--nt-font-heading);
  font-size: clamp(48px, 5vw, 63px);
  line-height: 0.95;
  letter-spacing: -0.035em;
  font-weight: 800;
}

.nt-tramites-hero-title span {
  display: block;
  color: #702AE1;
}

.nt-tramites-hero-text {
  max-width: 660px;
  margin: 22px 0 0;
  color: #595c5d;
  font-size: 20px;
  line-height: 1.5;
}

.nt-tramites-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.nt-tramites-btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 28px;
  border-radius: 999px;
  font-family: var(--nt-font-heading);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, color 180ms ease;
}

.nt-tramites-btn:hover,
.nt-tramites-btn:focus {
  transform: translateY(-1px);
  text-decoration: none;
}

.nt-tramites-btn-primary {
  background: var(--nt-primary);
  color: #ffffff;
  box-shadow: 0 12px 26px rgba(112, 42, 225, 0.24);
}

.nt-tramites-btn-primary:hover,
.nt-tramites-btn-primary:focus {
  background: var(--nt-primary);
  color: #ffffff;
  box-shadow: 0 16px 32px rgba(112, 42, 225, 0.28);
}

.nt-tramites-btn-secondary {
  background: #e9eaed;
  color: #2C2F30;
  box-shadow: none;
}

.nt-tramites-btn-secondary:hover,
.nt-tramites-btn-secondary:focus {
  background: #dedfe3;
  color: #2C2F30;
}

.nt-tramites-hero-note {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 24px 0 0;
  color: #7a7f82;
  font-size: 13px;
  line-height: 1.4;
}

.nt-tramites-hero-note span {
  color: #0b7f69;
  font-size: 15px;
  line-height: 1;
}

/* Card visual derecha */

.nt-tramites-hero-visual {
  display: flex;
  justify-content: center;
}

.nt-tramites-mini-card {
  position: relative;
  width: 100%;
  max-width: 420px;
  padding: 46px 36px 34px;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 24px 55px rgba(44, 47, 48, 0.10);
  margin-top: 18px;
}

.nt-tramites-mini-pill {
  position: absolute;
  top: -14px;
  right: 24px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 16px;
  border-radius: 999px;
  background: #5ee6a8;
  color: #08715e;
  font-family: var(--nt-font-heading);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 12px 28px rgba(94, 230, 168, 0.24);
	    
}

.nt-tramites-mini-pill-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: currentColor;
  line-height: 0;
}

.nt-tramites-mini-title {
  margin: 0 0 18px;
  color: #2C2F30;
  font-family: var(--nt-font-heading);
  font-size: 23px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.035em;
}

.nt-tramites-mini-progress {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  margin-bottom: 22px;
}

.nt-tramites-mini-progress span {
  height: 7px;
  border-radius: 999px;
  background: rgba(112, 42, 225, 0.28);
}

.nt-tramites-mini-progress span:nth-child(2) {
  background: rgba(112, 42, 225, 0.22);
}

.nt-tramites-mini-progress span:nth-child(3) {
  background: rgba(92, 226, 194, 0.55);
}

.nt-tramites-mini-list {
  display: grid;
  gap: 17px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nt-tramites-mini-list li {
  display: grid;
  grid-template-columns: 26px 1fr;
  align-items: center;
  gap: 12px;
      color: #2c3030;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 500;
}

.nt-tramites-mini-check {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 800;
}

.nt-tramites-mini-check.is-purple {
  color: #702AE1;
  background: rgba(112, 42, 225, 0.12);
  box-shadow: 0 8px 18px rgba(112, 42, 225, 0.10);
}

.nt-tramites-mini-check.is-green {
  color: #0b7f69;
  background: rgba(92, 226, 194, 0.22);
  box-shadow: 0 8px 18px rgba(92, 226, 194, 0.14);
}

/* Responsive */

@media (max-width: 980px) {
  .nt-tramites-hero {
    padding: 34px 0 32px;
  }

  .nt-tramites-hero-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .nt-tramites-hero-visual {
    justify-content: flex-start;
  }

  .nt-tramites-mini-card {
    max-width: 420px;
  }
}

@media (max-width: 680px) {
  .nt-tramites-container {
    width: min(100% - 32px, 1200px);
  }

  .nt-tramites-hero {
    padding: 28px 0 24px;
  }

  .nt-tramites-hero-title {
    font-size: clamp(42px, 13vw, 56px);
    line-height: 0.96;
  }

  .nt-tramites-hero-text {
    margin-top: 18px;
    font-size: 17px;
    line-height: 1.5;
  }

  .nt-tramites-hero-actions {
    gap: 12px;
    margin-top: 24px;
  }

  .nt-tramites-btn {
    min-height: 54px;
    padding: 0 22px;
    font-size: 14px;
  }

  .nt-tramites-hero-note {
    align-items: flex-start;
    font-size: 12px;
  }

  .nt-tramites-hero-visual {
    display: none;
  }
}





/* ==========================================================
   Notarialy - Hub Trámites - Buscador
   Página: /uy/tramites/
   ========================================================== */

.nt-tramites-search-section {
  padding: 60px 0 56px;
}

.nt-tramites-search-card {
  width: min(100%, 920px);
  margin: 0 auto;
  padding: 50px 56px 42px;
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0 24px 55px rgba(44, 47, 48, 0.08);
}
input#nt-tramites-search-input {
    background: #ffffff;
    border: 1px;
    border-radius: 31px;  
	    color: var(--nt-text) !important;
    font-family: var(--nt-font-body) !important;
    font-size: 16px !important;
    font-weight: 500;
}
.nt-tramites-search-title {
  margin: 0 0 28px;
  color: #2C2F30;
  font-family: var(--nt-font-heading);
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.12;
  letter-spacing: -0.035em;
  font-weight: 800;
  text-align: center;
}

.nt-tramites-search-form {
  position: relative;
  display: flex;
  align-items: center;
  width: min(100%, 680px);
  margin: 0 auto;
  padding: 6px;
  border: 1px solid rgb(44 47 48 / 17%);
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 7px 32px rgba(44, 47, 48, 0.06);
}

.nt-tramites-search-input {
  width: 100%;
  min-height: 52px;
  padding: 0 22px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #2C2F30;
  font-size: 16px;
  line-height: 1;
}

.nt-tramites-search-input::placeholder {
  color: #7a7f82;
  opacity: 1;
}

.nt-tramites-search-input:focus {
  background: transparent;
}

.nt-tramites-search-btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 28px;
  border: 0;
  border-radius: 999px;
  background: var(--nt-primary);
  color: #ffffff;
  font-family: var(--nt-font-heading);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 0 6px 26px rgba(112, 42, 225, 0.22);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.nt-tramites-search-btn:hover,
.nt-tramites-search-btn:focus {
  transform: translateY(-1px);
  box-shadow: 0 16px 32px rgba(112, 42, 225, 0.28);
}

.nt-tramites-search-btn-mobile {
  display: none;
}

.nt-tramites-search-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}

.nt-tramites-search-chips a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 17px;
  border: 1px solid rgba(11, 127, 105, 0.12);
  border-radius: 999px;
  background: rgba(92, 226, 194, 0.16);
  color: #08715e;
  font-family: var(--nt-font-heading);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: background-color 180ms ease, transform 180ms ease;
}

.nt-tramites-search-chips a:hover,
.nt-tramites-search-chips a:focus {
  background: rgba(92, 226, 194, 0.26);
  color: #08715e;
  text-decoration: none;
  transform: translateY(-1px);
}

/* Responsive */

@media (max-width: 768px) {
  .nt-tramites-search-section {
    padding: 10px 0 42px;
  }

  .nt-tramites-search-card {
    padding: 34px 22px 30px;
    border-radius: 24px;
  }

  .nt-tramites-search-title {
    margin-bottom: 22px;
    font-size: 28px;
  }

  .nt-tramites-search-form {
    display: grid;
    gap: 10px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .nt-tramites-search-input {
    min-height: 54px;
    padding: 0 18px;
    border: 1px solid rgba(44, 47, 48, 0.08);
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 12px 26px rgba(44, 47, 48, 0.06);
    font-size: 15px;
  }

  .nt-tramites-search-btn {
    width: 100%;
    min-height: 54px;
    padding: 0 22px;
    font-size: 14px;
  }

  .nt-tramites-search-btn-desktop {
    display: none;
  }

  .nt-tramites-search-btn-mobile {
    display: inline;
  }

  .nt-tramites-search-chips {
    justify-content: flex-start;
    gap: 10px;
    margin-top: 20px;
  }

  .nt-tramites-search-chips a {
    min-height: 34px;
    padding: 0 14px;
    font-size: 12px;
  }
}



/* ==========================================================
   Notarialy - Hub Trámites - Categorías
   Página: /uy/tramites/
   ========================================================== */

.nt-tramites-categories-section {
  padding: 8px 0 72px;
}

.nt-tramites-section-head {
  max-width: 720px;
  margin: 0 auto 34px;
  text-align: center;
}

.nt-tramites-section-title {
  margin: 0;
  color: #2C2F30;
  font-family: var(--nt-font-heading);
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.05;
  letter-spacing: -0.04em;
  font-weight: 800;
}

.nt-tramites-section-text {
  max-width: 620px;
  margin: 14px auto 0;
  color: #595c5d;
  font-size: 18px;
  line-height: 1.5;
}

.nt-tramites-categories-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.nt-tramites-category-card {
  min-height: 245px;
  display: flex;
  flex-direction: column;
  padding: 26px;
  border: 1px solid rgba(44, 47, 48, 0.06);
  border-radius: 26px;
  background: #ffffff;
  color: #2C2F30;
  text-decoration: none;
  box-shadow: 0 18px 42px rgba(44, 47, 48, 0.055);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.nt-tramites-category-card:hover,
.nt-tramites-category-card:focus {
  transform: translateY(-3px);
  border-color: rgba(112, 42, 225, 0.18);
  box-shadow: 0 24px 55px rgba(44, 47, 48, 0.09);
  color: #2C2F30;
  text-decoration: none;
}

.nt-tramites-category-icon {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: 18px;
  background: rgba(112, 42, 225, 0.10);
  color: #702AE1;
}

.nt-tramites-category-icon svg {
  width: 29px;
  height: 29px;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nt-tramites-category-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.nt-tramites-category-title {
  display: block;
  margin: 0 0 10px;
  color: #2C2F30;
  font-family: var(--nt-font-heading);
  font-size: 20px;
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.nt-tramites-category-text {
  display: block;
  color: #595c5d;
  font-size: 15px;
  line-height: 1.48;
}

.nt-tramites-category-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  padding-top: 22px;
  color: #702AE1;
  font-family: var(--nt-font-heading);
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
}

.nt-tramites-category-link span {
  transition: transform 180ms ease;
}

.nt-tramites-category-card:hover .nt-tramites-category-link span,
.nt-tramites-category-card:focus .nt-tramites-category-link span {
  transform: translateX(3px);
}

/* Alternancia suave para no hacer la grilla plana */

.nt-tramites-category-card:nth-child(2n) .nt-tramites-category-icon {
  background: rgba(92, 226, 194, 0.18);
  color: #0b7f69;
}

.nt-tramites-category-card:nth-child(3n) .nt-tramites-category-icon {
  background: rgba(112, 42, 225, 0.085);
  color: #702AE1;
}

/* Responsive */

@media (max-width: 1100px) {
  .nt-tramites-categories-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nt-tramites-category-card {
    min-height: 220px;
  }
}

@media (max-width: 680px) {
  .nt-tramites-categories-section {
    padding: 0 0 52px;
  }

  .nt-tramites-section-head {
    margin-bottom: 26px;
    text-align: left;
  }

  .nt-tramites-section-title {
    font-size: 32px;
    line-height: 1.08;
  }

  .nt-tramites-section-text {
    margin-top: 12px;
    font-size: 16px;
  }

  .nt-tramites-categories-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .nt-tramites-category-card {
    min-height: auto;
    padding: 22px;
    border-radius: 22px;
  }

  .nt-tramites-category-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 18px;
    border-radius: 16px;
  }

  .nt-tramites-category-icon svg {
    width: 27px;
    height: 27px;
  }

  .nt-tramites-category-title {
    font-size: 19px;
  }

  .nt-tramites-category-text {
    font-size: 15px;
  }

  .nt-tramites-category-link {
    padding-top: 18px;
  }
}


/* ==========================================================
   Notarialy - Hub Trámites - Trámites más consultados
   Página: /uy/tramites/
   ========================================================== */

.nt-tramites-popular-section {
  padding: 0 0 72px;
}

.nt-tramites-popular-head {
  max-width: 720px;
  margin: 0 auto 30px;
  text-align: center;
}

.nt-tramites-popular-title {
  margin: 0;
  color: #2C2F30;
  font-family: var(--nt-font-heading);
  font-size: clamp(30px, 3.6vw, 42px);
  line-height: 1.06;
  letter-spacing: -0.04em;
  font-weight: 800;
}

.nt-tramites-popular-text {
  max-width: 560px;
  margin: 12px auto 0;
  color: #595c5d;
  font-size: 17px;
  line-height: 1.5;
}

.nt-tramites-popular-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.nt-tramites-popular-item {
  display: grid;
  grid-template-columns: 28px 1fr auto;
  align-items: center;
  gap: 16px;
  min-height: 78px;
  padding: 18px 22px;
  border: 1px solid rgba(44, 47, 48, 0.05);
  border-radius: 22px;
  background: #ffffff;
  color: #2C2F30;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(44, 47, 48, 0.045);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.nt-tramites-popular-item:hover,
.nt-tramites-popular-item:focus {
  transform: translateY(-2px);
  border-color: rgba(112, 42, 225, 0.12);
  box-shadow: 0 22px 46px rgba(44, 47, 48, 0.075);
  color: #2C2F30;
  text-decoration: none;
}

.nt-tramites-popular-icon {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #702AE1;
}

.nt-tramites-popular-icon svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nt-tramites-popular-label {
  color: #2C2F30;
  font-family: var(--nt-font-heading);
  font-size: 16px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: -0.015em;
}

.nt-tramites-popular-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(124, 58, 237, 0.3);
  line-height: 0;
  transition: transform 180ms ease, color 180ms ease;
}

.nt-tramites-popular-arrow svg {
  width: 8px;
  height: 14px;
}

.nt-tramites-popular-item:hover .nt-tramites-popular-arrow,
.nt-tramites-popular-item:focus .nt-tramites-popular-arrow {
  color: rgba(124, 58, 237, 0.6);
  transform: translateX(3px);
}

/* Responsive */

@media (max-width: 980px) {
  .nt-tramites-popular-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .nt-tramites-popular-section {
    padding: 0 0 52px;
  }

  .nt-tramites-popular-head {
    margin-bottom: 24px;
    text-align: left;
  }

  .nt-tramites-popular-title {
    font-size: 30px;
    line-height: 1.08;
  }

  .nt-tramites-popular-text {
    margin-top: 10px;
    font-size: 16px;
  }

  .nt-tramites-popular-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .nt-tramites-popular-item {
    grid-template-columns: 26px 1fr auto;
    min-height: 72px;
    padding: 16px 18px;
    border-radius: 20px;
  }

  .nt-tramites-popular-icon {
    width: 26px;
    height: 26px;
  }

  .nt-tramites-popular-icon svg {
    width: 23px;
    height: 23px;
  }

  .nt-tramites-popular-label {
    font-size: 15px;
  }
}

/* ==========================================================
   Notarialy - Hub Trámites - CTA Ayuda
   Página: /uy/tramites/
   ========================================================== */

.nt-tramites-help-cta {
  padding: 0 0 76px;
}

.nt-tramites-help-card {
  position: relative;
  overflow: hidden;
  max-width: 1120px;
  margin: 0 auto;
  padding: 52px 48px 50px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.12), transparent 26%),
    radial-gradient(circle at 84% 82%, rgba(92, 226, 194, 0.10), transparent 28%),
    linear-gradient(135deg, #5f20d4 0%, #702AE1 52%, #4f18bf 100%);
  color: #ffffff;
  text-align: center;
  box-shadow: 0 26px 62px rgba(112, 42, 225, 0.22);
}



.nt-tramites-help-card {
  position: relative;
  overflow: hidden;
  max-width: 1120px;
  margin: 0 auto;
  padding: 52px 48px 50px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.12), transparent 26%),
    radial-gradient(circle at 84% 82%, rgba(92, 226, 194, 0.10), transparent 28%),
    linear-gradient(135deg, #5f20d4 0%, #702AE1 52%, #4f18bf 100%);
  color: #ffffff;
  text-align: center;
  box-shadow: 0 26px 62px rgba(112, 42, 225, 0.22);
}

.nt-tramites-help-eyebrow,
.nt-tramites-help-title,
.nt-tramites-help-text,
.nt-tramites-help-actions {
  position: relative;
  z-index: 1;
}

.nt-tramites-help-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  margin: 0 0 18px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.90);
  font-family: var(--nt-font-heading);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nt-tramites-help-title {
  max-width: 760px;
  margin: 0 auto;
  color: #ffffff;
  font-family: var(--nt-font-heading);
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.04;
  letter-spacing: -0.045em;
  font-weight: 800;
}

.nt-tramites-help-text {
  max-width: 570px;
  margin: 18px auto 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  line-height: 1.5;
}

.nt-tramites-help-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 32px;
}

.nt-tramites-help-btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 58px;
  padding: 0 28px;
  border-radius: 999px;
  font-family: var(--nt-font-heading);
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, color 180ms ease;
}

.nt-tramites-help-btn:hover,
.nt-tramites-help-btn:focus {
  transform: translateY(-2px);
  text-decoration: none;
}

.nt-tramites-help-btn-primary {
  background: #5EE6A8;
  color: #08715E;
  box-shadow: 0 16px 34px rgba(21, 112, 91, 0.18);
}

.nt-tramites-help-btn-primary:hover,
.nt-tramites-help-btn-primary:focus {
  background: #6AF0B3;
  color: #08715E;
  box-shadow: 0 20px 42px rgba(21, 112, 91, 0.24);
}

.nt-tramites-help-btn-secondary {
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.20);
}

.nt-tramites-help-btn-secondary:hover,
.nt-tramites-help-btn-secondary:focus {
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.26), 0 16px 34px rgba(28, 19, 74, 0.16);
}

.nt-tramites-help-btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: currentColor;
  line-height: 0;
}

/* Responsive */

@media (max-width: 768px) {
  .nt-tramites-help-cta {
    padding: 0 0 56px;
  }

  .nt-tramites-help-card {
    padding: 40px 22px 38px;
    border-radius: 28px;
  }

  .nt-tramites-help-eyebrow {
    min-height: 32px;
    margin-bottom: 16px;
    padding: 0 14px;
    font-size: 11px;
  }

  .nt-tramites-help-title {
    font-size: 34px;
    line-height: 1.06;
  }

  .nt-tramites-help-text {
    margin-top: 16px;
    font-size: 16px;
  }

  .nt-tramites-help-actions {
    gap: 12px;
    margin-top: 28px;
  }

  .nt-tramites-help-btn {
    width: 100%;
    min-height: 56px;
    padding: 0 22px;
  }
}



/* ==========================================================
   Notarialy - Hub Trámites - FAQ
   Página: /uy/tramites/
   ========================================================== */

.nt-tramites-faq-section {
  padding: 0 0 88px;
}

.nt-tramites-faq-head {
  max-width: 720px;
  margin: 0 auto 30px;
  text-align: center;
}

.nt-tramites-faq-title {
  margin: 0;
  color: #2C2F30;
  font-family: var(--nt-font-heading);
  font-size: clamp(30px, 3.6vw, 42px);
  line-height: 1.06;
  letter-spacing: -0.04em;
  font-weight: 800;
}

.nt-tramites-faq-list {
  width: min(100%, 760px);
  display: grid;
  gap: 14px;
  margin: 0 auto;
}

.nt-tramites-faq-item {
  border: 1px solid rgba(44, 47, 48, 0.055);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(44, 47, 48, 0.045);
  overflow: hidden;
}

.nt-tramites-faq-item summary {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 18px;
  min-height: 68px;
  padding: 0 24px;
  color: #2C2F30;
  font-family: var(--nt-font-heading);
  font-size: 16px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: -0.01em;
  cursor: pointer;
  list-style: none;
}

.nt-tramites-faq-item summary::-webkit-details-marker {
  display: none;
}

.nt-tramites-faq-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #702AE1;
  opacity: 0.72;
  transition: transform 180ms ease, opacity 180ms ease;
	    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: #f1f3f4;
}

.nt-tramites-faq-item[open] .nt-tramites-faq-icon {
  transform: rotate(180deg);
  opacity: 1;
}
.nt-tramites-faq-icon[open] {
    background: #eee2ff;
}
.nt-tramites-faq-content {
  padding: 0 24px 24px;
}

.nt-tramites-faq-content p {
  max-width: 650px;
  margin: 0;
  color: #595c5d;
  font-size: 16px;
  line-height: 1.6;
}

.nt-tramites-faq-item:hover {
  border-color: rgba(112, 42, 225, 0.12);
  box-shadow: 0 18px 42px rgba(44, 47, 48, 0.06);
}

/* Responsive */

@media (max-width: 680px) {
  .nt-tramites-faq-section {
    padding: 0 0 64px;
  }

  .nt-tramites-faq-head {
    margin-bottom: 24px;
    text-align: left;
  }

  .nt-tramites-faq-title {
    font-size: 30px;
    line-height: 1.08;
  }

  .nt-tramites-faq-list {
    gap: 12px;
  }

  .nt-tramites-faq-item {
    border-radius: 16px;
  }

  .nt-tramites-faq-item summary {
    min-height: 64px;
    padding: 0 18px;
    font-size: 15px;
  }

  .nt-tramites-faq-content {
    padding: 0 18px 20px;
  }

  .nt-tramites-faq-content p {
    font-size: 15px;
  }
}



/* ==========================================================
   Notarialy - Hub Categoría Inmuebles - Hero
   Página: /uy/tramites/inmuebles/
   ========================================================== */

.nt-inmuebles-hero {
  padding: 55px 0 44px;
}

.nt-inmuebles-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.72fr);
  gap: 64px;
  align-items: center;
}

.nt-inmuebles-hero-title {
  max-width: 720px;
  margin: 0;
  color: #2C2F30;
  font-family: var(--nt-font-heading);
  font-size: clamp(46px, 5vw, 63px);
  line-height: 0.95;
  letter-spacing: -0.035em;
  font-weight: 800;
}

.nt-inmuebles-hero-title span {
  display: block;
  color: #702AE1;
}

.nt-inmuebles-hero-text {
  max-width: 660px;
  margin: 22px 0 0;
  color: #595c5d;
  font-size: 20px;
  line-height: 1.5;
}

.nt-inmuebles-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.nt-inmuebles-btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 28px;
  border-radius: 999px;
  font-family: var(--nt-font-heading);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, color 180ms ease;
}

.nt-inmuebles-btn:hover,
.nt-inmuebles-btn:focus {
  transform: translateY(-1px);
  text-decoration: none;
}

.nt-inmuebles-btn-primary {
  background: var(--nt-primary);
  color: #ffffff;
  box-shadow: 0 12px 26px rgba(112, 42, 225, 0.24);
}

.nt-inmuebles-btn-primary:hover,
.nt-inmuebles-btn-primary:focus {
  background: var(--nt-primary);
  color: #ffffff;
  box-shadow: 0 16px 32px rgba(112, 42, 225, 0.28);
}

.nt-inmuebles-btn-secondary {
  background: #e9eaed;
  color: #2C2F30;
  box-shadow: none;
}

.nt-inmuebles-btn-secondary:hover,
.nt-inmuebles-btn-secondary:focus {
  background: #dedfe3;
  color: #2C2F30;
}

/* Card visual derecha */

.nt-inmuebles-hero-visual {
  display: flex;
  justify-content: center;
}

.nt-inmuebles-mini-card {
  position: relative;
  width: 100%;
  max-width: 420px;
  padding: 46px 36px 34px;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 24px 55px rgba(44, 47, 48, 0.10);
}

.nt-inmuebles-mini-pill {
  position: absolute;
  top: -14px;
  right: 24px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 16px;
  border-radius: 999px;
  background: #5ee6a8;
  color: #08715e;
  font-family: var(--nt-font-heading);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 12px 28px rgba(94, 230, 168, 0.24);
}

.nt-inmuebles-mini-pill-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: currentColor;
  line-height: 0;
}

.nt-inmuebles-mini-title {
  margin: 0 0 18px;
  color: #2C2F30;
  font-family: var(--nt-font-heading);
  font-size: 23px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.035em;
}

.nt-inmuebles-mini-progress {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  margin-bottom: 22px;
}

.nt-inmuebles-mini-progress span {
  height: 7px;
  border-radius: 999px;
  background: rgba(112, 42, 225, 0.28);
}

.nt-inmuebles-mini-progress span:nth-child(2) {
  background: rgba(112, 42, 225, 0.22);
}

.nt-inmuebles-mini-progress span:nth-child(3) {
  background: rgba(92, 226, 194, 0.55);
}

.nt-inmuebles-mini-list {
  display: grid;
  gap: 17px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nt-inmuebles-mini-list li {
  display: grid;
  grid-template-columns: 26px 1fr;
  align-items: center;
  gap: 12px;
  color: #2c3030;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 500;
}

.nt-inmuebles-mini-check {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.nt-inmuebles-mini-check.is-purple {
  color: #702AE1;
  background: rgba(112, 42, 225, 0.12);
  box-shadow: 0 8px 18px rgba(112, 42, 225, 0.10);
}

.nt-inmuebles-mini-check.is-green {
  color: #0b7f69;
  background: rgba(92, 226, 194, 0.22);
  box-shadow: 0 8px 18px rgba(92, 226, 194, 0.14);
}
.nt-inmuebles-mini-card {
  min-height: 300px;
  padding: 48px 38px 38px;
}
.nt-inmuebles-mini-list {
  gap: 20px;
}
/* Responsive */

@media (max-width: 980px) {
  .nt-inmuebles-hero {
    padding: 34px 0 32px;
  }

  .nt-inmuebles-hero-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .nt-inmuebles-hero-visual {
    justify-content: flex-start;
  }

  .nt-inmuebles-mini-card {
    max-width: 420px;
  }
}

@media (max-width: 680px) {
  .nt-inmuebles-hero {
    padding: 28px 0 24px;
  }

  .nt-inmuebles-hero-title {
    font-size: clamp(40px, 12.5vw, 54px);
    line-height: 0.96;
  }

  .nt-inmuebles-hero-text {
    margin-top: 18px;
    font-size: 17px;
    line-height: 1.5;
  }

  .nt-inmuebles-hero-actions {
    gap: 12px;
    margin-top: 24px;
  }

  .nt-inmuebles-btn {
    min-height: 54px;
    padding: 0 22px;
    font-size: 14px;
  }

  .nt-inmuebles-hero-visual {
    display: none;
  }
}




/* ==========================================================
   Notarialy - Hub Categoría Inmuebles - Buscador
   Página: /uy/tramites/inmuebles/
   ========================================================== */

.nt-inmuebles-search-section {
  padding: 60px 0 56px;
}

.nt-inmuebles-search-card {
  width: min(100%, 920px);
  margin: 0 auto;
  padding: 50px 56px 42px;
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0 24px 55px rgba(44, 47, 48, 0.08);
}

.nt-inmuebles-search-title {
  margin: 0 0 28px;
  color: #2C2F30;
  font-family: var(--nt-font-heading);
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.12;
  letter-spacing: -0.035em;
  font-weight: 800;
  text-align: center;
}

.nt-inmuebles-search-form {
  position: relative;
  display: flex;
  align-items: center;
  width: min(100%, 720px);
  margin: 0 auto;
  padding: 6px;
  border: 1px solid rgba(44, 47, 48, 0.08);
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 14px 32px rgba(44, 47, 48, 0.06);
}

.nt-inmuebles-search-input {
  width: 100%;
  min-height: 52px;
  padding: 0 22px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #2C2F30;
  font-size: 16px;
  line-height: 1;
}

.nt-inmuebles-search-input::placeholder {
  color: #7a7f82;
  opacity: 1;
}

.nt-inmuebles-search-input:focus {
  background: transparent;
}

.nt-inmuebles-search-btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 28px;
  border: 0;
  border-radius: 999px;
  background: var(--nt-primary);
  color: #ffffff;
  font-family: var(--nt-font-heading);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 0 12px 26px rgba(112, 42, 225, 0.22);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.nt-inmuebles-search-btn:hover,
.nt-inmuebles-search-btn:focus {
  transform: translateY(-1px);
  box-shadow: 0 16px 32px rgba(112, 42, 225, 0.28);
}

.nt-inmuebles-search-btn-mobile {
  display: none;
}

.nt-inmuebles-search-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}

.nt-inmuebles-search-chips a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 17px;
  border: 1px solid rgba(11, 127, 105, 0.12);
  border-radius: 999px;
  background: rgba(92, 226, 194, 0.16);
  color: #08715e;
  font-family: var(--nt-font-heading);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: background-color 180ms ease, transform 180ms ease;
}

.nt-inmuebles-search-chips a:hover,
.nt-inmuebles-search-chips a:focus {
  background: rgba(92, 226, 194, 0.26);
  color: #08715e;
  text-decoration: none;
  transform: translateY(-1px);
}

input#nt-inmuebles-search-input {
    background: #ffffff;
    border: 1px;
    border-radius: 31px;
    color: var(--nt-text) !important;
    font-family: var(--nt-font-body) !important;
    font-size: 16px !important;
    font-weight: 500;
}

/* Responsive */

@media (max-width: 768px) {
  .nt-inmuebles-search-section {
    padding: 10px 0 42px;
  }

  .nt-inmuebles-search-card {
    padding: 34px 22px 30px;
    border-radius: 24px;
  }

  .nt-inmuebles-search-title {
    margin-bottom: 22px;
    font-size: 28px;
    text-align: left;
  }

  .nt-inmuebles-search-form {
    display: grid;
    gap: 10px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .nt-inmuebles-search-input {
    min-height: 54px;
    padding: 0 18px;
    border: 1px solid rgba(44, 47, 48, 0.08);
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 12px 26px rgba(44, 47, 48, 0.06);
    font-size: 15px;
  }

  .nt-inmuebles-search-btn {
    width: 100%;
    min-height: 54px;
    padding: 0 22px;
    font-size: 14px;
  }

  .nt-inmuebles-search-btn-desktop {
    display: none;
  }

  .nt-inmuebles-search-btn-mobile {
    display: inline;
  }

  .nt-inmuebles-search-chips {
    justify-content: flex-start;
    gap: 10px;
    margin-top: 20px;
  }

  .nt-inmuebles-search-chips a {
    min-height: 34px;
    padding: 0 14px;
    font-size: 12px;
  }
}


/* ==========================================================
   Notarialy - Reusable Service Cards
   Uso: hubs de categorías e internas de trámites
   ========================================================== */

.nt-service-section {
  padding: 8px 0 72px;
}

.nt-service-head {
  max-width: 740px;
  margin: 0 auto 34px;
  text-align: center;
}

.nt-service-title-section {
  margin: 0;
  color: #2C2F30;
  font-family: var(--nt-font-heading);
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.05;
  letter-spacing: -0.04em;
  font-weight: 800;
}

.nt-service-section-text {
  max-width: 650px;
  margin: 14px auto 0;
  color: #595c5d;
  font-size: 18px;
  line-height: 1.5;
}

.nt-service-grid {
  display: grid;
  gap: 18px;
}

.nt-service-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nt-service-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.nt-service-card {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  padding: 26px;
  border: 1px solid rgba(44, 47, 48, 0.06);
  border-radius: 26px;
  background: #ffffff;
  color: #2C2F30;
  text-decoration: none;
  box-shadow: 0 18px 42px rgba(44, 47, 48, 0.055);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.nt-service-card:hover,
.nt-service-card:focus {
  transform: translateY(-3px);
  border-color: rgba(112, 42, 225, 0.18);
  box-shadow: 0 24px 55px rgba(44, 47, 48, 0.09);
  color: #2C2F30;
  text-decoration: none;
}

.nt-service-icon {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: 18px;
  background: rgba(112, 42, 225, 0.10);
  color: #702AE1;
}

.nt-service-icon svg {
  width: 29px;
  height: 29px;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home .nt-service-icon svg {  
 stroke: inherit;
}

.nt-service-card:nth-child(2n) .nt-service-icon {
  background: rgba(92, 226, 194, 0.18);
  color: #0b7f69;
}

.nt-service-card:nth-child(3n) .nt-service-icon {
  background: rgba(112, 42, 225, 0.085);
  color: #702AE1;
}

.nt-service-card-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.nt-service-card-title {
  display: block;
  margin: 0 0 10px;
  color: #2C2F30;
  font-family: var(--nt-font-heading);
  font-size: 20px;
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.nt-service-card-text {
  display: block;
  color: #595c5d;
  font-size: 15px;
  line-height: 1.48;
}

.nt-service-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 22px;
  color: #702AE1;
  font-family: var(--nt-font-heading);
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
}

.nt-service-card-link svg {
  width: 8px;
  height: 14px;
  color: rgba(124, 58, 237, 0.36);
  transition: transform 180ms ease, color 180ms ease;
}

.nt-service-card:hover .nt-service-card-link svg,
.nt-service-card:focus .nt-service-card-link svg {
  color: rgba(124, 58, 237, 0.68);
  transform: translateX(3px);
}

/* Responsive */

@media (max-width: 1100px) {
  .nt-service-grid-4,
  .nt-service-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nt-service-card {
    min-height: 220px;
  }
}

@media (max-width: 680px) {
  .nt-service-section {
    padding: 0 0 52px;
  }

  .nt-service-head {
    margin-bottom: 26px;
    text-align: left;
  }

  .nt-service-title-section {
    font-size: 32px;
    line-height: 1.08;
  }

  .nt-service-section-text {
    margin-top: 12px;
    font-size: 16px;
  }

  .nt-service-grid-4,
  .nt-service-grid-3 {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .nt-service-card {
    min-height: auto;
    padding: 22px;
    border-radius: 22px;
  }

  .nt-service-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 18px;
    border-radius: 16px;
  }

  .nt-service-icon svg {
    width: 27px;
    height: 27px;
  }

  .nt-service-card-title {
    font-size: 19px;
  }

  .nt-service-card-text {
    font-size: 15px;
  }

  .nt-service-card-link {
    padding-top: 18px;
  }
}



/* ==========================================================
   Notarialy - Related Pills
   Uso: También puede interesarte / enlaces relacionados
   ========================================================== */

.nt-related-pills-section {
  padding: 0 0 72px;
}

.nt-related-pills-head {
  margin: 0 0 24px;
  text-align: center;
}

.nt-related-pills-title {
  margin: 0;
  color: #2C2F30;
  font-family: var(--nt-font-heading);
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.08;
  letter-spacing: -0.035em;
  font-weight: 800;
}

.nt-related-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.nt-related-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid rgba(44, 47, 48, 0.055);
  border-radius: 999px;
  background: #ffffff;
  color: #2C2F30;
  font-family: var(--nt-font-heading);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 10px 26px rgba(44, 47, 48, 0.045);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, color 180ms ease;
}

.nt-related-pill:hover,
.nt-related-pill:focus {
  transform: translateY(-2px);
  border-color: rgba(112, 42, 225, 0.14);
  color: #2C2F30;
  text-decoration: none;
  box-shadow: 0 16px 34px rgba(44, 47, 48, 0.07);
}

.nt-related-pill-icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #702AE1;
  flex: 0 0 auto;
}

.nt-related-pill-icon svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Responsive */

@media (max-width: 680px) {
  .nt-related-pills-section {
    padding: 0 0 54px;
  }

  .nt-related-pills-head {
    margin-bottom: 20px;
    text-align: left;
  }

  .nt-related-pills-title {
    font-size: 28px;
    line-height: 1.08;
  }

  .nt-related-pills {
    justify-content: flex-start;
    gap: 10px;
  }

  .nt-related-pill {
    min-height: 44px;
    padding: 0 18px;
    font-size: 14px;
  }

  .nt-related-pill-icon {
    width: 17px;
    height: 17px;
  }

  .nt-related-pill-icon svg {
    width: 17px;
    height: 17px;
  }
}


/* ==========================================================
   Notarialy - Reusable CTA Banner
   Uso: hubs de trámites e internas
   ========================================================== */

.nt-tramites-help-cta {
  padding: 0 0 76px;
}

.nt-tramites-help-card {
  position: relative;
  overflow: hidden;
  max-width: 1120px;
  margin: 0 auto;
  padding: 52px 48px 50px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.12), transparent 26%),
    radial-gradient(circle at 84% 82%, rgba(92, 226, 194, 0.10), transparent 28%),
    linear-gradient(135deg, #5f20d4 0%, #702AE1 52%, #4f18bf 100%);
  color: #ffffff;
  text-align: center;
  box-shadow: 0 26px 62px rgba(112, 42, 225, 0.22);
}

.nt-tramites-help-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0)),
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.08), transparent 34%);
  pointer-events: none;
}

.nt-tramites-help-eyebrow,
.nt-tramites-help-title,
.nt-tramites-help-text,
.nt-tramites-help-actions {
  position: relative;
  z-index: 1;
}

.nt-tramites-help-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  margin: 0 0 18px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.90);
  font-family: var(--nt-font-heading);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nt-tramites-help-title {
  max-width: 760px;
  margin: 0 auto;
  color: #ffffff;
  font-family: var(--nt-font-heading);
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.04;
  letter-spacing: -0.045em;
  font-weight: 800;
}

.nt-tramites-help-text {
  max-width: 570px;
  margin: 18px auto 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  line-height: 1.5;
}

.nt-tramites-help-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 32px;
}

.nt-tramites-help-btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 58px;
  padding: 0 28px;
  border-radius: 999px;
  font-family: var(--nt-font-heading);
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, color 180ms ease;
}

.nt-tramites-help-btn:hover,
.nt-tramites-help-btn:focus {
  transform: translateY(-2px);
  text-decoration: none;
}

.nt-tramites-help-btn-primary {
  background: #5EE6A8;
  color: #08715E;
  box-shadow: 0 16px 34px rgba(21, 112, 91, 0.18);
}

.nt-tramites-help-btn-primary:hover,
.nt-tramites-help-btn-primary:focus {
  background: #6AF0B3;
  color: #08715E;
  box-shadow: 0 20px 42px rgba(21, 112, 91, 0.24);
}

.nt-tramites-help-btn-secondary {
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.20);
}

.nt-tramites-help-btn-secondary:hover,
.nt-tramites-help-btn-secondary:focus {
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.26), 0 16px 34px rgba(28, 19, 74, 0.16);
}

.nt-tramites-help-btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: currentColor;
  line-height: 0;
}

@media (max-width: 768px) {
  .nt-tramites-help-cta {
    padding: 0 0 56px;
  }

  .nt-tramites-help-card {
    padding: 40px 22px 38px;
    border-radius: 28px;
  }

  .nt-tramites-help-eyebrow {
    min-height: 32px;
    margin-bottom: 16px;
    padding: 0 14px;
    font-size: 11px;
  }

  .nt-tramites-help-title {
    font-size: 34px;
    line-height: 1.06;
  }

  .nt-tramites-help-text {
    margin-top: 16px;
    font-size: 16px;
  }

  .nt-tramites-help-actions {
    gap: 12px;
    margin-top: 28px;
  }

  .nt-tramites-help-btn {
    width: 100%;
    min-height: 56px;
    padding: 0 22px;
  }
}

.nt-tramites-help-text-link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-top: 26px;
  color: rgba(255, 255, 255, 0.92);
  font-family: var(--nt-font-heading);
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: color 180ms ease, opacity 180ms ease;
}

.nt-tramites-help-text-link:hover,
.nt-tramites-help-text-link:focus {
  color: #e7e5e5;
}

@media (max-width: 768px) {
  .nt-tramites-help-text-link {
    margin-top: 22px;
    font-size: 14px;
  }
}

/* ==========================================================
   Notarialy - Reusable FAQ
   Uso: hubs de categorías e internas de trámites
   ========================================================== */

.nt-faq-section {
  padding: 0 0 88px;
}

.nt-faq-head {
  max-width: 720px;
  margin: 0 auto 30px;
  text-align: center;
}

.nt-faq-title {
  margin: 0;
  color: #2C2F30;
  font-family: var(--nt-font-heading);
  font-size: clamp(30px, 3.6vw, 42px);
  line-height: 1.06;
  letter-spacing: -0.04em;
  font-weight: 800;
}

.nt-faq-list {
  width: min(100%, 760px);
  display: grid;
  gap: 14px;
  margin: 0 auto;
}

.nt-faq-item {
  border: 1px solid rgba(44, 47, 48, 0.055);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(44, 47, 48, 0.045);
  overflow: hidden;
}

.nt-faq-item summary {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 18px;
  min-height: 68px;
  padding: 0 24px;
  color: #2C2F30;
  font-family: var(--nt-font-heading);
  font-size: 16px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: -0.01em;
  cursor: pointer;
  list-style: none;
}

.nt-faq-item summary::-webkit-details-marker {
  display: none;
}

.nt-faq-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #702AE1;
  opacity: 0.72;
  transition: transform 180ms ease, opacity 180ms ease;
}

.nt-faq-item[open] .nt-faq-icon {
  transform: none;
  opacity: 1;
}

.nt-faq-content {
  padding: 0 24px 24px;
}

.nt-faq-content p {
  max-width: 650px;
  margin: 0;
  color: #595c5d;
  font-size: 16px;
  line-height: 1.6;
}

.nt-faq-item:hover {
  border-color: rgba(112, 42, 225, 0.12);
  box-shadow: 0 18px 42px rgba(44, 47, 48, 0.06);
}

/* Responsive */

@media (max-width: 680px) {
  .nt-faq-section {
    padding: 0 0 64px;
  }

  .nt-faq-head {
    margin-bottom: 24px;
    text-align: left;
  }

  .nt-faq-title {
    font-size: 30px;
    line-height: 1.08;
  }

  .nt-faq-list {
    gap: 12px;
  }

  .nt-faq-item {
    border-radius: 16px;
  }

  .nt-faq-item summary {
    min-height: 64px;
    padding: 0 18px;
    font-size: 15px;
  }

  .nt-faq-content {
    padding: 0 18px 20px;
  }

  .nt-faq-content p {
    font-size: 15px;
  }
}

/* ==========================================================
   Notarialy - Single Trámite Hero
   Uso: páginas individuales de trámites
   ========================================================== */

.nt-single-hero {
  padding: 55px 0 44px;
}

.nt-single-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.72fr);
  gap: 64px;
  align-items: center;
}

.nt-single-hero-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin: 0 0 18px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(112, 42, 225, 0.09);
  color: #702AE1;
  font-family: var(--nt-font-heading);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.04em;
}

.nt-single-hero-title {
  max-width: 720px;
  margin: 0;
  color: #2C2F30;
  font-family: var(--nt-font-heading);
  font-size: clamp(46px, 5vw, 63px);
  line-height: 0.95;
  letter-spacing: -0.035em;
  font-weight: 800;
}

.nt-single-hero-title span {
  display: block;
  color: #702AE1;
}

.nt-single-hero-text {
  max-width: 680px;
  margin: 22px 0 0;
  color: #595c5d;
  font-size: 20px;
  line-height: 1.5;
}

.nt-single-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.nt-single-btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 58px;
  padding: 0 28px;
  border-radius: 999px;
  font-family: var(--nt-font-heading);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.nt-single-btn:hover,
.nt-single-btn:focus {
  transform: translateY(-1px);
  text-decoration: none;
}

.nt-single-btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: currentColor;
  line-height: 0;
}

/* Botón principal: WhatsApp */

.nt-single-btn-whatsapp {
  background: #5EE6A8;
  color: #08715E;
  box-shadow: 0 16px 34px rgba(21, 112, 91, 0.16);
}

.nt-single-btn-whatsapp:hover,
.nt-single-btn-whatsapp:focus {
  background: #6AF0B3;
  color: #08715E;
  box-shadow: 0 20px 42px rgba(21, 112, 91, 0.22);
}

/* Botón secundario: videollamada */

.nt-single-btn-video {
  background: #ffffff;
  color: #2C2F30;
  border: 1px solid rgba(44, 47, 48, 0.10);
  box-shadow: 0 10px 24px rgba(44, 47, 48, 0.055);
}

.nt-single-btn-video:hover,
.nt-single-btn-video:focus {
  background: #ffffff;
  color: #2C2F30;
  border-color: rgba(112, 42, 225, 0.18);
  box-shadow: 0 14px 30px rgba(44, 47, 48, 0.075);
}

/* Card visual derecha */

.nt-single-hero-visual {
  display: flex;
  justify-content: center;
}

.nt-single-mini-card {
  position: relative;
  width: 100%;
  max-width: 440px;
  padding: 46px 36px 34px;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 24px 55px rgba(44, 47, 48, 0.10);
}

.nt-single-mini-pill {
  position: absolute;
  top: -14px;
  right: 24px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 16px;
  border-radius: 999px;
  background: #5ee6a8;
  color: #08715e;
  font-family: var(--nt-font-heading);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 12px 28px rgba(94, 230, 168, 0.24);
}

.nt-single-mini-pill-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: currentColor;
  line-height: 0;
}

.nt-single-mini-title {
  margin: 0 0 18px;
  color: #2C2F30;
  font-family: var(--nt-font-heading);
  font-size: 23px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.035em;
}

.nt-single-mini-progress {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  margin-bottom: 22px;
}

.nt-single-mini-progress span {
  height: 7px;
  border-radius: 999px;
  background: rgba(112, 42, 225, 0.28);
}

.nt-single-mini-progress span:nth-child(2) {
  background: rgba(112, 42, 225, 0.22);
}

.nt-single-mini-progress span:nth-child(3) {
  background: rgba(92, 226, 194, 0.55);
}

.nt-single-mini-list {
  display: grid;
  gap: 17px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nt-single-mini-list li {
  display: grid;
  grid-template-columns: 26px 1fr;
  align-items: center;
  gap: 12px;
  color: #2c3030;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 500;
}

.nt-single-mini-check {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.nt-single-mini-check.is-purple {
  color: #702AE1;
  background: rgba(112, 42, 225, 0.12);
  box-shadow: 0 8px 18px rgba(112, 42, 225, 0.10);
}

.nt-single-mini-check.is-green {
  color: #0b7f69;
  background: rgba(92, 226, 194, 0.22);
  box-shadow: 0 8px 18px rgba(92, 226, 194, 0.14);
}

/* Cápsula de confianza / transparencia */

.nt-single-mini-note {
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: center;
  gap: 13px;
  margin-top: 28px;
  padding: 17px 19px;
  border: 1px solid rgba(11, 127, 105, 0.14);
  border-radius: 24px;
  background: rgba(92, 226, 168, 0.16);
  color: #08715E;
}

.nt-single-mini-note-icon {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(92, 226, 168, 0.26);
  color: #08715E;
}

.nt-single-mini-note-icon svg {
  width: 21px;
  height: 21px;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nt-single-mini-note-text {
  display: block;
  color: #08715E;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 500;
}

.nt-single-mini-note-text strong {
  display: block;
  margin-bottom: 3px;
  color: #08715E;
  font-family: var(--nt-font-heading);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.1;
}

/* Responsive */

@media (max-width: 980px) {
  .nt-single-hero {
    padding: 34px 0 32px;
  }

  .nt-single-hero-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .nt-single-hero-visual {
    justify-content: flex-start;
  }

  .nt-single-mini-card {
    max-width: 440px;
  }
}

@media (max-width: 680px) {
  .nt-single-hero {
    padding: 28px 0 24px;
  }

  .nt-single-hero-badge {
    margin-bottom: 16px;
  }

  .nt-single-hero-title {
    font-size: clamp(40px, 12vw, 54px);
    line-height: 0.96;
  }

  .nt-single-hero-text {
    margin-top: 18px;
    font-size: 17px;
    line-height: 1.5;
  }

  .nt-single-hero-actions {
    gap: 12px;
    margin-top: 24px;
  }

  .nt-single-btn {
    min-height: 54px;
    padding: 0 22px;
    font-size: 14px;
  }

  .nt-single-hero-visual {
    display: none;
  }
}




/* ==========================================================
   Notarialy - Quick Facts
   Uso: páginas individuales de trámites
   ========================================================== */

.nt-quick-facts-section {
  padding: 10px 0 64px;
}

.nt-quick-facts-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.nt-quick-fact-card {
  min-height: 118px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px 24px;
  border: 1px solid rgba(44, 47, 48, 0.055);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(44, 47, 48, 0.045);
}

.nt-quick-fact-icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  border-radius: 12px;
  background: rgba(112, 42, 225, 0.10);
  color: #702AE1;
}

.nt-quick-fact-card:nth-child(2) .nt-quick-fact-icon {
  background: rgba(92, 226, 168, 0.18);
  color: #08715E;
}

.nt-quick-fact-card:nth-child(3) .nt-quick-fact-icon {
  background: rgba(112, 42, 225, 0.10);
  color: #702AE1;
}

.nt-quick-fact-card:nth-child(4) .nt-quick-fact-icon {
  background: rgba(92, 226, 168, 0.18);
  color: #08715E;
}

.nt-quick-fact-icon svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nt-quick-fact-label {
  display: block;
  margin-bottom: 7px;
  color: #7a7f82;
  font-family: var(--nt-font-heading);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.nt-quick-fact-card strong {
  display: block;
  color: #2C2F30;
  font-family: var(--nt-font-heading);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.015em;
}

/* Responsive */

@media (max-width: 980px) {
  .nt-quick-facts-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .nt-quick-facts-section {
    padding: 8px 0 48px;
  }

  .nt-quick-facts-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .nt-quick-fact-card {
    min-height: auto;
    padding: 20px;
    border-radius: 20px;
  }

  .nt-quick-fact-icon {
    width: 32px;
    height: 32px;
    margin-bottom: 12px;
  }

  .nt-quick-fact-icon svg {
    width: 19px;
    height: 19px;
  }

  .nt-quick-fact-card strong {
    font-size: 16px;
  }
}



/* ==========================================================
   Notarialy - Single Info Block
   Uso: páginas individuales de trámites
   ========================================================== */

.nt-single-info-section {
  padding: 0 0 60px;
}

.nt-single-info-card {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.62fr);
  gap: 46px;
  align-items: center;
   padding: 40px 46px;
  border: 1px solid rgba(44, 47, 48, 0.055);
  border-radius: 34px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(44, 47, 48, 0.055);
}

.nt-single-section-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin: 0 0 18px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(112, 42, 225, 0.09);
  color: #702AE1;
  font-family: var(--nt-font-heading);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.04em;
}

.nt-single-section-title {
  max-width: 680px;
  margin: 0;
  color: #2C2F30;
  font-family: var(--nt-font-heading);
   font-size: clamp(30px, 3.5vw, 42px);
  line-height: 1.05;
  letter-spacing: -0.04em;
  font-weight: 800;
}

.nt-single-section-text {
  max-width: 680px;
  margin: 18px 0 0;
  color: #595c5d;
  font-size: 18px;
  line-height: 1.6;
}

.nt-single-info-aside {
  display: grid;
  gap: 14px;
}

.nt-single-info-aside-item {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 14px;
  padding: 18px;
  border-radius: 22px;
  background: #f6f7f9;
  border: 1px solid rgba(44, 47, 48, 0.045);
}

.nt-single-info-aside-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(112, 42, 225, 0.10);
  color: #702AE1;
}

.nt-single-info-aside-item:nth-child(2) .nt-single-info-aside-icon {
  background: rgba(92, 226, 168, 0.18);
  color: #08715E;
}

.nt-single-info-aside-icon svg {
  width: 23px;
  height: 23px;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nt-single-info-aside-item strong {
  display: block;
  margin-bottom: 4px;
  color: #2C2F30;
  font-family: var(--nt-font-heading);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.15;
}

.nt-single-info-aside-item span:last-child {
  color: #595c5d;
  font-size: 14px;
  line-height: 1.4;
}

/* Responsive */

@media (max-width: 920px) {
  .nt-single-info-card {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

@media (max-width: 680px) {
  .nt-single-info-section {
    padding: 0 0 52px;
  }

  .nt-single-info-card {
    padding: 28px 22px;
    border-radius: 26px;
  }

  .nt-single-section-title {
    font-size: 32px;
    line-height: 1.08;
  }

  .nt-single-section-text {
    font-size: 16px;
    line-height: 1.55;
  }

  .nt-single-info-aside-item {
    grid-template-columns: 38px 1fr;
    padding: 16px;
    border-radius: 20px;
  }

  .nt-single-info-aside-icon {
    width: 38px;
    height: 38px;
    border-radius: 13px;
  }

  .nt-single-info-aside-icon svg {
    width: 21px;
    height: 21px;
  }
}

/* ==========================================================
   Notarialy - Single Use Cases
   Uso: páginas individuales de trámites
   ========================================================== */

.nt-single-usecases-section {
  padding: 0 0 72px;
}

.nt-single-section-head {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.nt-single-section-intro {
  max-width: 650px;
  margin: 16px auto 0;
  color: #595c5d;
  font-size: 18px;
  line-height: 1.55;
}

.nt-single-usecases-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.nt-single-usecase-card {
  min-height: 230px;
  padding: 24px;
  border: 1px solid rgba(44, 47, 48, 0.055);
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(44, 47, 48, 0.045);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.nt-single-usecase-card:hover {
  transform: translateY(-2px);
  border-color: rgba(112, 42, 225, 0.12);
  box-shadow: 0 22px 46px rgba(44, 47, 48, 0.075);
}

.nt-single-usecase-icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 16px;
  background: rgba(112, 42, 225, 0.10);
  color: #702AE1;
}

.nt-single-usecase-card:nth-child(2n) .nt-single-usecase-icon {
  background: rgba(92, 226, 168, 0.18);
  color: #08715E;
}

.nt-single-usecase-icon svg {
  width: 26px;
  height: 26px;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nt-single-usecase-card h3 {
  margin: 0;
  color: #2C2F30;
  font-family: var(--nt-font-heading);
  font-size: 19px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.nt-single-usecase-card p {
  margin: 12px 0 0;
  color: #595c5d;
  font-size: 15px;
  line-height: 1.5;
}

/* Responsive */

@media (max-width: 1100px) {
  .nt-single-usecases-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nt-single-usecase-card {
    min-height: 210px;
  }
}

@media (max-width: 680px) {
  .nt-single-usecases-section {
    padding: 0 0 52px;
  }

  .nt-single-section-head {
    margin-bottom: 26px;
    text-align: left;
  }

  .nt-single-section-intro {
    margin-top: 12px;
    font-size: 16px;
  }

  .nt-single-usecases-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .nt-single-usecase-card {
    min-height: auto;
    padding: 22px;
    border-radius: 22px;
  }

  .nt-single-usecase-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 18px;
    border-radius: 15px;
  }

  .nt-single-usecase-icon svg {
    width: 24px;
    height: 24px;
  }

  .nt-single-usecase-card h3 {
    font-size: 18px;
  }

  .nt-single-usecase-card p {
    font-size: 15px;
  }
}



/* ==========================================================
   Notarialy - Single Documentation Block
   Uso: páginas individuales de trámites
   ========================================================== */

.nt-single-docs-section {
  padding: 0 0 72px;
}

.nt-single-docs-card {
  padding: 48px;
  border: 1px solid rgba(44, 47, 48, 0.055);
  border-radius: 34px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(44, 47, 48, 0.055);
}

.nt-single-docs-head {
  margin-bottom: 34px;
}

.nt-single-docs-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.nt-single-doc-item {
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: start;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(44, 47, 48, 0.045);
  border-radius: 22px;
  background: #f6f7f9;
}

.nt-single-doc-icon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: rgba(112, 42, 225, 0.10);
  color: #702AE1;
}

.nt-single-doc-item:nth-child(2n) .nt-single-doc-icon {
  background: rgba(92, 226, 168, 0.18);
  color: #08715E;
}

.nt-single-doc-icon svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nt-single-doc-item h3 {
  margin: 0;
  color: #2C2F30;
  font-family: var(--nt-font-heading);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.015em;
}

.nt-single-doc-item p {
  margin: 7px 0 0;
  color: #595c5d;
  font-size: 14px;
  line-height: 1.45;
}

.nt-single-docs-note {
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: center;
  gap: 14px;
  max-width: 720px;
  margin: 28px auto 0;
  padding: 18px 20px;
  border: 1px solid rgba(11, 127, 105, 0.14);
  border-radius: 24px;
  background: rgba(92, 226, 168, 0.16);
  color: #08715E;
}

.nt-single-docs-note-icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(92, 226, 168, 0.26);
  color: #08715E;
}

.nt-single-docs-note-icon svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nt-single-docs-note p {
  margin: 0;
  color: #08715E;
  font-size: 15px;
  line-height: 1.45;
}

.nt-single-docs-note strong {
  font-family: var(--nt-font-heading);
  font-weight: 800;
}

/* Responsive */

@media (max-width: 820px) {
  .nt-single-docs-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .nt-single-docs-section {
    padding: 0 0 52px;
  }

  .nt-single-docs-card {
    padding: 28px 22px;
    border-radius: 26px;
  }

  .nt-single-docs-head {
    margin-bottom: 26px;
  }

  .nt-single-doc-item {
    grid-template-columns: 40px 1fr;
    padding: 16px;
    border-radius: 20px;
  }

  .nt-single-doc-icon {
    width: 40px;
    height: 40px;
    border-radius: 14px;
  }

  .nt-single-doc-icon svg {
    width: 22px;
    height: 22px;
  }

  .nt-single-docs-note {
    grid-template-columns: 36px 1fr;
    align-items: start;
    margin-top: 22px;
    padding: 16px;
    border-radius: 20px;
  }

  .nt-single-docs-note-icon {
    width: 36px;
    height: 36px;
  }

  .nt-single-docs-note-icon svg {
    width: 20px;
    height: 20px;
  }

  .nt-single-docs-note p {
    font-size: 14px;
  }
}



/* ==========================================================
   Notarialy - Single Process
   Uso: páginas individuales de trámites
   ========================================================== */

.nt-single-process-section {
  padding: 0 0 72px;
}

.nt-single-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.nt-single-process-card {
  position: relative;
  overflow: hidden;
  min-height: 285px;
  padding: 34px 30px 30px;
  border: 1px solid rgba(44, 47, 48, 0.055);
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(44, 47, 48, 0.055);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.nt-single-process-card:hover {
  transform: translateY(-2px);
  border-color: rgba(112, 42, 225, 0.12);
  box-shadow: 0 24px 55px rgba(44, 47, 48, 0.08);
}

.nt-single-process-number {
  position: absolute;
  top: 24px;
  right: 28px;
  z-index: 0;
  color: rgba(112, 42, 225, 0.075);
  font-family: var(--nt-font-heading);
  font-size: 56px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.06em;
}

.nt-single-process-icon,
.nt-single-process-card h3,
.nt-single-process-card p {
  position: relative;
  z-index: 1;
}

.nt-single-process-icon {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 34px;
  border-radius: 20px;
  background: rgba(112, 42, 225, 0.10);
  color: #702AE1;
}

.nt-single-process-card:nth-child(2) .nt-single-process-icon {
  background: rgba(92, 226, 168, 0.18);
  color: #08715E;
}

.nt-single-process-icon svg {
  width: 30px;
  height: 30px;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nt-single-process-card h3 {
  max-width: 290px;
  margin: 0;
  color: #2C2F30;
  font-family: var(--nt-font-heading);
  font-size: 23px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.nt-single-process-card p {
  max-width: 300px;
  margin: 14px 0 0;
  color: #595c5d;
  font-size: 16px;
  line-height: 1.5;
}

/* Responsive */

@media (max-width: 980px) {
  .nt-single-process-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .nt-single-process-card {
    min-height: auto;
    padding: 28px 26px;
  }

  .nt-single-process-number {
    top: 22px;
    right: 24px;
    font-size: 48px;
  }

  .nt-single-process-icon {
    margin-bottom: 22px;
  }

  .nt-single-process-card h3,
  .nt-single-process-card p {
    max-width: 100%;
  }
}

@media (max-width: 680px) {
  .nt-single-process-section {
    padding: 0 0 52px;
  }

  .nt-single-process-card {
    padding: 24px 22px;
    border-radius: 24px;
  }

  .nt-single-process-number {
    top: 22px;
    right: 22px;
    font-size: 44px;
  }

  .nt-single-process-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 20px;
    border-radius: 18px;
  }

  .nt-single-process-icon svg {
    width: 27px;
    height: 27px;
  }

  .nt-single-process-card h3 {
    font-size: 21px;
  }

  .nt-single-process-card p {
    font-size: 15px;
  }
}



/* ==========================================================
   Notarialy - Single Costs Block
   Uso: páginas individuales de trámites
   ========================================================== */

.nt-single-costs-section {
  padding: 0 0 72px;
}

.nt-single-costs-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.55fr);
  gap: 44px;
  align-items: center;
  padding: 46px;
  border: 1px solid rgba(112, 42, 225, 0.10);
  border-radius: 34px;
  background:
    radial-gradient(circle at 86% 14%, rgba(112, 42, 225, 0.08), transparent 30%),
    radial-gradient(circle at 12% 88%, rgba(92, 226, 168, 0.10), transparent 34%),
    #ffffff;
  box-shadow: 0 20px 48px rgba(44, 47, 48, 0.06);
}

.nt-single-costs-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(180deg, #702AE1 0%, #5EE6A8 100%);
  pointer-events: none;
}

.nt-single-costs-content,
.nt-single-costs-aside {
  position: relative;
  z-index: 1;
}

.nt-single-costs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  margin-top: 28px;
  padding: 0 26px;
  border-radius: 999px;
  background: var(--nt-primary);
  color: #ffffff;
  font-family: var(--nt-font-heading);
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 14px 30px rgba(112, 42, 225, 0.24);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.nt-single-costs-btn:hover,
.nt-single-costs-btn:focus {
  transform: translateY(-1px);
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 18px 38px rgba(112, 42, 225, 0.30);
}

.nt-single-costs-aside {
  display: grid;
  gap: 14px;
}

.nt-single-costs-note {
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: center;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(11, 127, 105, 0.14);
  border-radius: 24px;
  background: rgba(92, 226, 168, 0.16);
  color: #08715E;
}

.nt-single-costs-note-icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(92, 226, 168, 0.26);
  color: #08715E;
}

.nt-single-costs-note-icon svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nt-single-costs-note strong {
  display: block;
  margin-bottom: 4px;
  color: #08715E;
  font-family: var(--nt-font-heading);
  font-size: 15px;
  line-height: 1.15;
  font-weight: 800;
}

.nt-single-costs-note span:last-child {
  color: #08715E;
  font-size: 14px;
  line-height: 1.4;
}

.nt-single-costs-list {
  display: grid;
  gap: 10px;
}

.nt-single-costs-list div {
  padding: 16px 18px;
  border: 1px solid rgba(44, 47, 48, 0.055);
  border-radius: 20px;
  background: #f6f7f9;
}

.nt-single-costs-list span {
  display: block;
  margin-bottom: 6px;
  color: #7a7f82;
  font-family: var(--nt-font-heading);
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.nt-single-costs-list strong {
  display: block;
  color: #2C2F30;
  font-family: var(--nt-font-heading);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
}

/* Responsive */

@media (max-width: 920px) {
  .nt-single-costs-card {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 680px) {
  .nt-single-costs-section {
    padding: 0 0 52px;
  }

  .nt-single-costs-card {
    padding: 30px 22px;
    border-radius: 26px;
  }

  .nt-single-costs-card::before {
    width: 4px;
  }

  .nt-single-costs-btn {
    width: 100%;
    min-height: 54px;
    margin-top: 24px;
  }

  .nt-single-costs-note {
    grid-template-columns: 36px 1fr;
    align-items: start;
    padding: 16px;
    border-radius: 20px;
  }

  .nt-single-costs-note-icon {
    width: 36px;
    height: 36px;
  }

  .nt-single-costs-note-icon svg {
    width: 20px;
    height: 20px;
  }
}

/* ==========================================================
   Notarialy - Single Related Pills
   Uso: páginas individuales de trámites
   ========================================================== */

.nt-single-related-section {
  padding: 0 0 72px;
}

.nt-single-related-section .nt-related-pills-title {
  font-size: clamp(26px, 3vw, 34px);
}

@media (max-width: 680px) {
  .nt-single-related-section {
    padding: 0 0 52px;
  }
}



/* ==========================================================
   Notarialy - Single CTA Banner
   Uso: páginas individuales de trámites
   ========================================================== */

.nt-single-help-cta {
  padding: 0 0 72px;
}

@media (max-width: 768px) {
  .nt-single-help-cta {
    padding: 0 0 56px;
  }
}

.nt-tramites-help-text-link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-top: 26px;
  color: rgba(255, 255, 255, 0.92);
  font-family: var(--nt-font-heading);
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: color 180ms ease, opacity 180ms ease;
}

.nt-tramites-help-text-link:hover,
.nt-tramites-help-text-link:focus {
  color: #e1e1e1; 
  text-underline-offset: 4px;
}

@media (max-width: 768px) {
  .nt-tramites-help-text-link {
    margin-top: 22px;
    font-size: 14px;
  }
}


/* ==========================================================
   Notarialy - Single FAQ
   Uso: páginas individuales de trámites
   ========================================================== */

.nt-single-help-cta + .nt-faq-section {
  padding-top: 0;
}

/* ==============================
   Responsive
============================== */

@media (max-width: 768px) {
  .main-navigation .main-nav ul li.btn-iniciar-tramite a {
    margin-left: 0;
    margin-top: 8px;
    display: inline-block;
  }

  .footer-widgets {
    padding: 42px 0 28px;
  }
}