/* CSS específico de ITR */
/* ── HERO ── */
.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  background: #061E3D;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('https://transestrella.com/wp-content/uploads/2025/08/transporte-de-contenedores.jpg');
  background-size: cover;
  background-position: center;
  opacity: .2;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(108deg, rgba(6, 30, 61, .98) 0%, rgba(8, 50, 102, .90) 44%, rgba(13, 115, 119, .2) 100%);
}

/* Teal accent — mar/puertos */
.hero-accent {
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(to bottom, transparent, rgba(13, 115, 119, .5), transparent);
}

.hero-line {
  position: absolute;
  top: 0;
  right: 36%;
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, transparent, rgba(245, 166, 35, .1), transparent);
  transform: rotate(10deg);
}

.hero-content {
  position: relative;
  z-index: 5;
  max-width: 1240px;
  margin: 0 auto;
  padding: 120px 40px 96px;
  width: 100%;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
}

.breadcrumb a {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .4);
  text-decoration: none;
}

.breadcrumb a:hover {
  color: var(--ts-gold);
}

.breadcrumb-sep {
  color: rgba(255, 255, 255, .2);
  font-size: 12px;
}

.breadcrumb span {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ts-gold);
}

/* ITR badge */
.itr-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(13, 115, 119, .15);
  border: 1px solid rgba(13, 115, 119, .4);
  border-radius: 6px;
  padding: 8px 18px;
  margin-bottom: 20px;
}

.itr-badge svg {
  width: 16px;
  height: 16px;
  stroke: #4ECDC4;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.itr-badge span {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #4ECDC4;
}

.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(44px, 6vw, 82px);
  font-weight: 800;
  line-height: .92;
  text-transform: uppercase;
  color: #FFFFFF;
  letter-spacing: .01em;
  margin-bottom: 22px;
  max-width: 780px;
}

.hero h1 em {
  color: var(--ts-gold);
  font-style: normal;
  display: block;
}

.hero-desc {
  font-size: 17px;
  line-height: 1.78;
  color: rgba(255, 255, 255, .65);
  max-width: 580px;
  margin-bottom: 38px;
}

.hero-btns {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 44px;
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.hero-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 100px;
  padding: 7px 16px;
}

.hero-pill svg {
  width: 14px;
  height: 14px;
  stroke: var(--ts-gold);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

.hero-pill span {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .72);
}

/* ── QUÉ ES ITR ── */
.what {
  padding: 88px 40px;
  background: #FFFFFF;
}

.what-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.what-text .eyebrow {
  margin-bottom: 16px;
}

.what-text h2 {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 800;
  text-transform: uppercase;
  color: #333333;
  line-height: 1.0;
  margin-bottom: 18px;
}

.what-text h2 span {
  color: var(--ts-gold);
}

.what-text p {
  font-size: 15px;
  color: #333333;
  line-height: 1.8;
  margin-bottom: 14px;
}

.what-text p:last-child {
  margin-bottom: 0;
}

.what-visual {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.what-img {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--ts-gray-line);
}

.what-img img {
  width: 100%;
  display: block;
  height: 240px;
  object-fit: cover;
}

/* ITR definition box */
.itr-def-box {
  background: var(--ts-blue-deep);
  border-radius: 12px;
  padding: 24px 28px;
}

.itr-def-title {
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ts-gold);
  margin-bottom: 12px;
}

.itr-def-text {
  font-size: 14px;
  color: rgba(255, 255, 255, .68);
  line-height: 1.7;
}

.itr-def-text strong {
  color: rgba(255, 255, 255, .9);
}

.itr-acronym {
  display: flex;
  gap: 6px;
  margin-top: 16px;
  flex-wrap: wrap;
}

.itr-letter {
  background: rgba(245, 166, 35, .12);
  border: 1px solid rgba(245, 166, 35, .22);
  border-radius: 6px;
  padding: 6px 12px;
  text-align: center;
}

.itr-letter-char {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 800;
  color: var(--ts-gold);
  line-height: 1;
}

.itr-letter-word {
  font-size: 11px;
  color: rgba(255, 255, 255, .5);
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-top: 2px;
}

/* ── PUERTOS PRINCIPALES ── */
.ports {
  padding: 88px 40px;
  background: var(--ts-gray-bg);
}

.ports-inner {
  max-width: 1240px;
  margin: 0 auto;
}

.ports-header {
  text-align: center;
  max-width: 540px;
  margin: 0 auto 52px;
}

.ports-header h2 {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 800;
  text-transform: uppercase;
  color: #333333;
  line-height: 1.0;
  margin-bottom: 12px;
  margin-top: 12px;
}

.ports-header h2 span {
  color: var(--ts-gold);
}

.ports-header p {
  font-size: 16px;
  color: #333333;
}

.ports-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 32px;
}

.port-card {
  background: #FFFFFF;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--ts-gray-line);
  transition: box-shadow .22s;
}

.port-card:hover {
  box-shadow: 0 16px 36px rgba(8, 50, 102, .1);
}

.port-card-img {
  height: 220px;
  overflow: hidden;
  position: relative;
}

.port-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s;
}

.port-card:hover .port-card-img img {
  transform: scale(1.05);
}

.port-card-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(8, 50, 102, .7) 0%, transparent 55%);
}

.port-card-img-label {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  z-index: 2;
}

.port-card-img-label h3 {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 800;
  text-transform: uppercase;
  color: #FFFFFF;
  line-height: 1;
}

.port-card-img-label span {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .6);
}

.port-card-body {
  padding: 24px 26px;
}

.port-card-body p {
  font-size: 14px;
  color: #333333;
  line-height: 1.7;
  margin-bottom: 16px;
}

.port-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.port-fact {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--ts-blue);
  background: #EEF3FA;
  border-radius: 4px;
  padding: 5px 10px;
}

.port-fact svg {
  width: 11px;
  height: 11px;
  stroke: var(--ts-blue);
  fill: none;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Other ports strip */
.ports-also {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 20px 28px;
  border: 1px solid var(--ts-gray-line);
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.ports-also-label {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ts-gray);
  white-space: nowrap;
}

.ports-also-divider {
  width: 1px;
  height: 24px;
  background: var(--ts-gray-line);
  flex-shrink: 0;
}

.ports-also-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.port-chip {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #333333;
  background: var(--ts-gray-bg);
  border-radius: 4px;
  padding: 5px 12px;
  border: 1px solid var(--ts-gray-line);
}

/* ── FLUJO OPERATIVO ── */
.flow {
  padding: 88px 40px;
  background: var(--ts-blue-deep);
  position: relative;
  overflow: hidden;
}

.flow::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, .02) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .02) 1px, transparent 1px);
  background-size: 52px 52px;
}

.flow-inner {
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.flow-header {
  text-align: center;
  max-width: 560px;
  margin: 0 auto 56px;
}

.flow-header h2 {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 800;
  text-transform: uppercase;
  color: #FFFFFF;
  line-height: 1.0;
  margin-bottom: 12px;
  margin-top: 12px;
}

.flow-header h2 span {
  color: var(--ts-gold);
}

.flow-header p {
  font-size: 16px;
  color: rgba(255, 255, 255, .5);
}

/* Timeline horizontal */
.flow-timeline {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  position: relative;
}

.flow-timeline::before {
  content: '';
  position: absolute;
  top: 28px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: linear-gradient(to right, rgba(245, 166, 35, .15), rgba(245, 166, 35, .5), rgba(245, 166, 35, .15));
  z-index: 0;
}

.flow-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 12px;
  position: relative;
  z-index: 1;
}

.flow-step-dot {
  width: 56px;
  height: 56px;
  background: rgba(245, 166, 35, .1);
  border: 2px solid rgba(245, 166, 35, .35);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  transition: background .2s, border-color .2s;
}

.flow-step:hover .flow-step-dot {
  background: rgba(245, 166, 35, .2);
  border-color: var(--ts-gold);
}

.flow-step-dot svg {
  width: 22px;
  height: 22px;
  stroke: var(--ts-gold);
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.flow-step-num {
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  color: rgba(255, 255, 255, .3);
  text-transform: uppercase;
  margin-bottom: 6px;
}

.flow-step-title {
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  color: #FFFFFF;
  line-height: 1.1;
  margin-bottom: 6px;
}

.flow-step-desc {
  font-size: 12px;
  color: rgba(255, 255, 255, .45);
  line-height: 1.55;
}

/* ── BASC — GARANTÍA EN COMERCIO EXTERIOR ── */
.basc {
  padding: 72px 40px;
  background: #F0F5FB;
  border-top: 1px solid #D6E4F7;
  border-bottom: 1px solid #D6E4F7;
}

.basc-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 48px;
  align-items: center;
}

.basc-icon-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.basc-shield {
  width: 100px;
  height: 100px;
  background: var(--ts-blue-deep);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.basc-shield svg {
  width: 48px;
  height: 48px;
  stroke: var(--ts-gold);
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.basc-cert-label {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ts-blue);
  text-align: center;
}

.basc-body h3 {
  font-family: var(--font-display);
  font-size: clamp(22px, 2.5vw, 32px);
  font-weight: 800;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 10px;
  line-height: 1.0;
}

.basc-body h3 span {
  color: var(--ts-blue);
}

.basc-body p {
  font-size: 15px;
  color: #333333;
  line-height: 1.75;
  margin-bottom: 12px;
  max-width: 800px;
}

.basc-body p:last-child {
  margin-bottom: 0;
}

.basc-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.basc-pill {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: var(--ts-blue);
  background: #FFFFFF;
  border: 1px solid #D6E4F7;
  border-radius: 4px;
  padding: 5px 12px;
}

/* ── TIPOS DE CARGA ITR ── */
.cargo {
  padding: 88px 40px;
  background: var(--ts-gray-bg);
}

.cargo-inner {
  max-width: 1240px;
  margin: 0 auto;
}

.cargo-header {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 20px;
  margin-bottom: 48px;
}

.cargo-header-left h2 {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 800;
  text-transform: uppercase;
  color: #333333;
  line-height: 1.0;
  margin-bottom: 10px;
  margin-top: 12px;
}

.cargo-header-left h2 span {
  color: var(--ts-gold);
}

.cargo-header-left p {
  font-size: 16px;
  color: #333333;
  max-width: 400px;
}

.cargo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--ts-gray-line);
}

.cargo-card {
  background: #FFFFFF;
  padding: 26px 22px;
  transition: background .2s;
}

.cargo-card:hover {
  background: #EEF3FA;
}

.cargo-icon {
  width: 44px;
  height: 44px;
  background: var(--ts-gray-bg);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  border: 1px solid var(--ts-gray-line);
}

.cargo-icon svg {
  width: 21px;
  height: 21px;
  stroke: var(--ts-blue);
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cargo-card h4 {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 6px;
  line-height: 1.1;
}

.cargo-card p {
  font-size: 12px;
  color: #333333;
  line-height: 1.6;
}

/* ── POR QUÉ ESTRELLA PARA ITR ── */
.why {
  padding: 88px 40px;
  background: #FFFFFF;
}

.why-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.why-text .eyebrow {
  margin-bottom: 16px;
}

.why-text h2 {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 800;
  text-transform: uppercase;
  color: #333333;
  line-height: 1.0;
  margin-bottom: 18px;
}

.why-text h2 span {
  color: var(--ts-gold);
}

.why-text p {
  font-size: 15px;
  color: #333333;
  line-height: 1.8;
  margin-bottom: 28px;
}

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

.why-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 18px;
  background: var(--ts-gray-bg);
  border-radius: 9px;
  border: 1px solid var(--ts-gray-line);
  transition: border-color .2s;
}

.why-item:hover {
  border-color: var(--ts-gold);
}

.why-item-icon {
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid var(--ts-gray-line);
}

.why-item-icon svg {
  width: 18px;
  height: 18px;
  stroke: var(--ts-blue);
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.why-item-body h5 {
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 3px;
}

.why-item-body p {
  font-size: 13px;
  color: #333333;
  line-height: 1.55;
}

/* Metrics side */
.why-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.why-metric {
  background: var(--ts-blue-deep);
  border-radius: 12px;
  padding: 28px 22px;
  text-align: center;
}

.why-metric-num {
  font-family: var(--font-display);
  font-size: 40px;
  font-weight: 800;
  color: var(--ts-gold);
  line-height: 1;
  margin-bottom: 6px;
}

.why-metric-label {
  font-size: 12px;
  color: rgba(255, 255, 255, .45);
  line-height: 1.4;
}

.why-img {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--ts-gray-line);
}

.why-img img {
  width: 100%;
  display: block;
  height: 180px;
  object-fit: cover;
}

/* ── SECTORES ── */
.sectors {
  padding: 72px 40px;
  background: var(--ts-gray-bg);
}

.sectors-inner {
  max-width: 1240px;
  margin: 0 auto;
}

.sectors-header {
  text-align: center;
  max-width: 480px;
  margin: 0 auto 40px;
}

.sectors-header h3 {
  font-family: var(--font-display);
  font-size: clamp(22px, 2.8vw, 34px);
  font-weight: 800;
  text-transform: uppercase;
  color: #333333;
  margin-top: 10px;
}

.sectors-header p {
  font-size: 15px;
  color: var(--ts-gray);
  margin-top: 6px;
}

.sectors-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

.sector-chip {
  background: #FFFFFF;
  border: 1px solid var(--ts-gray-line);
  border-radius: 9px;
  padding: 16px 14px;
  text-align: center;
  transition: border-color .2s;
}

.sector-chip:hover {
  border-color: var(--ts-blue);
}

.sector-chip svg {
  width: 22px;
  height: 22px;
  stroke: var(--ts-blue);
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  margin: 0 auto 8px;
  display: block;
}

.sector-chip span {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #333333;
  display: block;
  line-height: 1.2;
}

/* ── OTROS SERVICIOS ── */
.other-services {
  padding: 72px 40px;
  background: #FFFFFF;
  border-top: 1px solid var(--ts-gray-line);
}

.other-services-inner {
  max-width: 1240px;
  margin: 0 auto;
}

.other-header {
  text-align: center;
  margin-bottom: 36px;
}

.other-header h3 {
  font-family: var(--font-display);
  font-size: clamp(22px, 2.5vw, 32px);
  font-weight: 800;
  text-transform: uppercase;
  color: #333333;
  margin-top: 10px;
}

.other-header p {
  font-size: 15px;
  color: var(--ts-gray);
  margin-top: 6px;
}

.other-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.other-card {
  border: 1px solid var(--ts-gray-line);
  border-radius: 10px;
  overflow: hidden;
  transition: border-color .2s, box-shadow .2s;
  text-decoration: none;
  background: #FFFFFF;
}

.other-card:hover {
  border-color: var(--ts-gold);
  box-shadow: 0 6px 20px rgba(245, 166, 35, .08);
}

.other-card-img {
  height: 140px;
  overflow: hidden;
}

.other-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .3s;
}

.other-card:hover .other-card-img img {
  transform: scale(1.05);
}

.other-card-body {
  padding: 16px 18px;
}

.other-tag {
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ts-gold);
  margin-bottom: 5px;
}

.other-card-body h4 {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 800;
  text-transform: uppercase;
  color: #333333;
  line-height: 1.1;
  margin-bottom: 5px;
}

.other-card-body p {
  font-size: 13px;
  color: var(--ts-gray);
}

.other-link {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--ts-blue);
  margin-top: 10px;
}

/* ── CTA ── */
.cta {
  background: var(--ts-blue-deep);
  padding: 88px 40px;
  position: relative;
  overflow: hidden;
}

.cta::before {
  content: '';
  position: absolute;
  top: -40%;
  left: -8%;
  width: 55%;
  height: 180%;
  background: radial-gradient(ellipse, rgba(15, 91, 167, .2) 0%, transparent 68%);
}

.cta::after {
  content: '';
  position: absolute;
  bottom: -25%;
  right: -4%;
  width: 45%;
  height: 140%;
  background: radial-gradient(ellipse, rgba(245, 166, 35, .08) 0%, transparent 68%);
}

.cta-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start;
  position: relative;
  z-index: 2;
}

.cta-text h2 {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.5vw, 46px);
  font-weight: 800;
  text-transform: uppercase;
  color: #FFFFFF;
  line-height: 1.0;
  margin-bottom: 14px;
  margin-top: 12px;
}

.cta-text h2 span {
  color: var(--ts-gold);
}

.cta-text p {
  font-size: 16px;
  color: rgba(255, 255, 255, .58);
  line-height: 1.75;
  margin-bottom: 32px;
}

.cta-contacts {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.cta-contact {
  display: flex;
  align-items: center;
  gap: 13px;
}

.cta-c-icon {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.cta-c-icon svg {
  width: 18px;
  height: 18px;
  stroke: var(--ts-gold);
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cta-c-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--ts-gray);
  margin-bottom: 1px;
}

.cta-c-val {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 700;
  color: #FFFFFF;
}

.form-box {
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 14px;
  padding: 32px;
}

.form-box h3 {
  font-family: var(--font-display);
  font-size: 21px;
  font-weight: 800;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 6px;
}

.form-box-sub {
  font-size: 14px;
  color: rgba(255, 255, 255, .45);
  margin-bottom: 20px;
  line-height: 1.55;
}

.form-notice {
  background: rgba(245, 166, 35, .09);
  border: 1px solid rgba(245, 166, 35, .22);
  border-radius: 7px;
  padding: 12px 14px;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.form-notice-icon {
  width: 20px;
  height: 20px;
  stroke: var(--ts-gold);
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
  margin-top: 1px;
}

.form-notice-title {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  color: var(--ts-gold);
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 2px;
}

.form-notice-text {
  font-size: 12px;
  color: rgba(255, 255, 255, .48);
  line-height: 1.5;
}

.forminator-placeholder {
  background: rgba(255, 255, 255, .04);
  border: 2px dashed rgba(255, 255, 255, .15);
  border-radius: 10px;
  padding: 36px 24px;
  text-align: center;
}

.forminator-placeholder svg {
  width: 36px;
  height: 36px;
  stroke: rgba(255, 255, 255, .25);
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  margin: 0 auto 12px;
  display: block;
}

.forminator-placeholder p {
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .3);
}

.forminator-placeholder span {
  font-size: 13px;
  color: rgba(255, 255, 255, .2);
  display: block;
  margin-top: 4px;
}

.form-wa {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
  padding: 12px;
  background: rgba(37, 211, 102, .09);
  border: 1px solid rgba(37, 211, 102, .2);
  border-radius: 8px;
  text-decoration: none;
}

.form-wa svg {
  width: 18px;
  height: 18px;
  fill: #25D366;
  flex-shrink: 0;
}

.form-wa-text {
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  color: #25D366;
  letter-spacing: .04em;
}
