/*
 * TCC Web v1.11.0 · Contacto
 * Scope intentionally limited to /contacto/.
 */

.tcc-contact-page {
  --contact-red: #d9412d;
  --contact-red-dark: #be3022;
  --contact-ink: #111314;
  --contact-muted: #6f7173;
  --contact-line: #e9e5e2;
  --contact-soft: #f8f7f6;
  --contact-black: #0d0f10;
  overflow: hidden;
  background: #fff;
}
.tcc-contact-page section { scroll-margin-top: 126px; }
.tcc-contact-page h1,
.tcc-contact-page h2,
.tcc-contact-page h3,
.tcc-contact-page p { text-wrap: pretty; }
.tcc-contact-page .tcc-eyebrow { color: var(--contact-red); font-size: 12px; letter-spacing: .09em; font-weight: 850; }

/* HERO */
.tcc-contact-hero {
  position: relative;
  min-height: 650px;
  border-bottom: 1px solid var(--contact-line);
  background:
    radial-gradient(circle at 79% 38%, rgba(217,65,45,.07), transparent 29%),
    linear-gradient(180deg, #fff 0%, #fbfaf9 100%);
}
.tcc-contact-hero::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -190px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(217,65,45,.11);
  border-radius: 50%;
  pointer-events: none;
}
.tcc-contact-hero-grid {
  min-height: 650px;
  display: grid;
  grid-template-columns: minmax(0,.92fr) minmax(0,1.08fr);
  gap: 56px;
  align-items: center;
  padding-top: 44px;
  padding-bottom: 44px;
}
.tcc-contact-hero-copy { position: relative; z-index: 2; }
.tcc-contact-hero h1 {
  max-width: 610px;
  margin: 15px 0 20px;
  color: #111;
  font-size: clamp(50px,4.8vw,66px);
  font-weight: 850;
  letter-spacing: -.052em;
  line-height: .99;
}
.tcc-contact-hero h1 span { color: var(--contact-red); }
.tcc-contact-hero-lead { max-width: 590px; margin: 0; color: #6c6d6f; font-size: 16px; line-height: 1.62; }
.tcc-contact-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 25px; }
.tcc-contact-hero-actions .tcc-button { min-height: 49px; font-size: 13px; }
.tcc-contact-hero-meta { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 24px; padding-top: 18px; border-top: 1px solid #ece8e5; color: #272727; font-size: 11px; font-weight: 750; }
.tcc-contact-hero-meta b { margin-right: 6px; color: var(--contact-red); font-size: 8px; }

.tcc-contact-hero-panel {
  position: relative;
  z-index: 2;
  border: 1px solid #e5e1df;
  border-radius: 21px;
  overflow: hidden;
  background: rgba(255,255,255,.94);
  box-shadow: 0 28px 58px rgba(19,18,17,.10);
}
.tcc-contact-panel-top { min-height: 62px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; padding: 0 22px; border-bottom: 1px solid #ece8e6; }
.tcc-contact-panel-top img { width: 116px; }
.tcc-contact-panel-top strong { font-size: 13px; }
.tcc-contact-panel-top > span { justify-self: end; color: var(--contact-red); font-size: 8px; font-weight: 850; letter-spacing: .12em; }
.tcc-contact-panel-route { min-height: 59px; display: grid; grid-template-columns: 90px 1fr 90px; align-items: center; gap: 12px; padding: 0 22px; }
.tcc-contact-panel-route > div:first-child,
.tcc-contact-panel-route > div:last-child { display: flex; flex-direction: column; }
.tcc-contact-panel-route > div:last-child { text-align: right; }
.tcc-contact-panel-route small { color: #a0a0a0; font-size: 7px; font-weight: 800; letter-spacing: .12em; }
.tcc-contact-panel-route b { margin-top: 2px; font-size: 11px; }
.tcc-contact-route-line { display: flex !important; flex-direction: row !important; align-items: center; gap: 8px; }
.tcc-contact-route-line i { flex: 1; border-top: 1px dotted rgba(217,65,45,.38); }
.tcc-contact-route-line em { width: 34px; height: 24px; display: grid; place-items: center; border: 1px solid rgba(217,65,45,.24); border-radius: 999px; color: var(--contact-red); font-size: 7px; font-style: normal; }
.tcc-contact-panel-body { margin: 0 14px 12px; padding: 14px; border: 1px solid #ece8e6; border-radius: 15px; background: #faf9f8; }
.tcc-contact-panel-label { margin-bottom: 10px; color: #999; font-size: 7px; font-weight: 850; letter-spacing: .12em; }
.tcc-contact-panel-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 9px; }
.tcc-contact-panel-grid article { min-height: 124px; position: relative; padding: 14px 14px 12px; border: 1px solid #e6e2df; border-radius: 12px; background: #fff; }
.tcc-contact-panel-grid article.is-accent { border-color: rgba(217,65,45,.34); background: #fffaf8; }
.tcc-contact-mini-icon { width: 35px; height: 35px; display: grid; place-items: center; margin-bottom: 11px; border: 1px solid #ebe7e4; border-radius: 10px; background: #fafafa; }
.tcc-contact-mini-icon svg { width: 22px; height: 22px; fill: none; stroke: #232323; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
.tcc-contact-mini-icon svg .accent { stroke: var(--contact-red); }
.tcc-contact-panel-grid small { display: block; color: var(--contact-red); font-size: 6.5px; font-weight: 900; letter-spacing: .10em; }
.tcc-contact-panel-grid b { display: block; margin-top: 4px; color: #151515; font-size: 11px; line-height: 1.18; }
.tcc-contact-panel-grid p { margin: 4px 0 0; color: #8b8b8b; font-size: 7.5px; line-height: 1.4; }
.tcc-contact-panel-foot { min-height: 44px; display: flex; justify-content: center; align-items: center; gap: 10px; border-top: 1px solid #ece8e6; color: #777; font-size: 6px; font-weight: 850; letter-spacing: .11em; }
.tcc-contact-panel-foot i { width: 22px; border-top: 1px solid rgba(217,65,45,.42); }

/* SUBNAV */
.tcc-contact-subnav { position: relative; z-index: 4; min-height: 52px; border-bottom: 1px solid #ece9e7; background: rgba(255,255,255,.96); }
.tcc-contact-subnav .tcc-container { min-height: 52px; display: flex; align-items: center; justify-content: center; gap: 42px; }
.tcc-contact-subnav a { font-size: 10.5px; font-weight: 760; }
.tcc-contact-subnav a:hover { color: var(--contact-red); }

/* SECTION HEADS */
.tcc-contact-center-head { max-width: 860px; margin: 0 auto 42px; text-align: center; }
.tcc-contact-center-head h2 { margin: 10px 0 13px; font-size: clamp(38px,4vw,54px); line-height: 1.04; letter-spacing: -.045em; }
.tcc-contact-center-head p { max-width: 720px; margin: 0 auto; color: #777; font-size: 14px; line-height: 1.65; }

/* ENTRY */
.tcc-contact-entry { padding: 98px 0 105px; background: #fff; }
.tcc-contact-entry-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.tcc-contact-entry-grid article { min-height: 365px; position: relative; display: flex; flex-direction: column; padding: 25px 22px 22px; border: 1px solid #e7e3e0; border-radius: 17px; background: #fff; box-shadow: 0 16px 34px rgba(22,20,18,.035); }
.tcc-contact-entry-grid article.is-featured { border-color: rgba(217,65,45,.40); background: linear-gradient(180deg,#fff 0%,#fffaf8 100%); box-shadow: 0 20px 42px rgba(217,65,45,.07); }
.tcc-contact-card-no { position: absolute; top: 18px; right: 18px; color: #a3a3a3; font-size: 8px; font-weight: 800; }
.tcc-contact-card-icon { width: 47px; height: 47px; display: grid; place-items: center; margin-bottom: 22px; border: 1px solid #ebe7e4; border-radius: 13px; background: #fafafa; }
.tcc-contact-card-icon svg { width: 28px; height: 28px; fill: none; stroke: #222; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
.tcc-contact-card-icon .accent { stroke: var(--contact-red); }
.tcc-contact-entry-grid small { color: var(--contact-red); font-size: 7px; font-weight: 900; letter-spacing: .10em; }
.tcc-contact-entry-grid h3 { margin: 8px 0 9px; font-size: 21px; line-height: 1.08; letter-spacing: -.025em; }
.tcc-contact-entry-grid p { margin: 0; color: #777; font-size: 12px; line-height: 1.62; }
.tcc-contact-entry-grid a { margin-top: auto; padding-top: 25px; color: #151515; font-size: 11px; font-weight: 820; }
.tcc-contact-entry-grid a span { margin-left: 7px; color: var(--contact-red); }

/* DATA */
.tcc-contact-data { padding: 100px 0 110px; color: #fff; background: radial-gradient(circle at 88% 48%, rgba(217,65,45,.14), transparent 33%), var(--contact-black); }
.tcc-contact-data-head { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(320px,.85fr); gap: 80px; align-items: end; margin-bottom: 42px; }
.tcc-contact-data-head h2 { max-width: 650px; margin: 10px 0 0; color: #fff; font-size: clamp(42px,4.6vw,60px); line-height: 1.02; letter-spacing: -.045em; }
.tcc-contact-data-head > p { margin: 0 0 8px; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.68; }
.tcc-contact-data-grid { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid rgba(255,255,255,.11); border-radius: 17px; overflow: hidden; }
.tcc-contact-data-grid article { min-height: 215px; position: relative; padding: 23px 23px 21px; border-right: 1px solid rgba(255,255,255,.09); border-bottom: 1px solid rgba(255,255,255,.09); background: rgba(255,255,255,.02); }
.tcc-contact-data-grid article:nth-child(3n) { border-right: 0; }
.tcc-contact-data-grid article:nth-child(n+4) { border-bottom: 0; }
.tcc-contact-data-grid article > span { position: absolute; top: 20px; right: 20px; color: rgba(255,255,255,.24); font-size: 8px; font-weight: 850; }
.tcc-contact-data-icon { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 20px; border: 1px solid rgba(255,255,255,.10); border-radius: 12px; background: rgba(255,255,255,.025); }
.tcc-contact-data-icon svg { width: 25px; height: 25px; fill: none; stroke: rgba(255,255,255,.86); stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.tcc-contact-data-icon .accent { stroke: #e25a48; }
.tcc-contact-data-grid small { color: #e05a49; font-size: 7px; font-weight: 900; letter-spacing: .11em; }
.tcc-contact-data-grid h3 { margin: 7px 0 8px; color: #fff; font-size: 18px; line-height: 1.12; }
.tcc-contact-data-grid p { margin: 0; color: rgba(255,255,255,.56); font-size: 11px; line-height: 1.55; }

/* FORM */
.tcc-contact-form-section { padding: 108px 0; background: #f7f6f5; }
.tcc-contact-form-grid { display: grid; grid-template-columns: minmax(0,.82fr) minmax(0,1.18fr); gap: 70px; align-items: start; }
.tcc-contact-form-copy { padding-top: 22px; }
.tcc-contact-form-copy h2 { max-width: 500px; margin: 10px 0 18px; font-size: clamp(42px,4vw,58px); line-height: 1.01; letter-spacing: -.048em; }
.tcc-contact-form-copy > p { max-width: 500px; margin: 0; color: #777; font-size: 14px; line-height: 1.68; }
.tcc-contact-form-promises { margin-top: 34px; border-top: 1px solid #e4e0dd; }
.tcc-contact-form-promises > div { display: grid; grid-template-columns: 35px 1fr; gap: 10px; padding: 15px 0; border-bottom: 1px solid #e4e0dd; }
.tcc-contact-form-promises span { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: #fff1ed; color: var(--contact-red); font-size: 7px; font-weight: 850; }
.tcc-contact-form-promises p { margin: 0; color: #777; font-size: 11px; line-height: 1.5; }
.tcc-contact-form-promises b { color: #222; font-size: 11.5px; }
.tcc-contact-direct { display: flex; flex-direction: column; gap: 4px; margin-top: 24px; }
.tcc-contact-direct small { color: var(--contact-red); font-size: 7px; font-weight: 900; letter-spacing: .1em; }
.tcc-contact-direct a { width: fit-content; color: #171717; font-size: 12px; font-weight: 800; }

.tcc-contact-form-card { border: 1px solid #e3dfdc; border-radius: 19px; overflow: hidden; background: #fff; box-shadow: 0 22px 48px rgba(24,21,19,.07); }
.tcc-contact-form-card-head { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 0 25px; border-bottom: 1px solid #ebe7e4; }
.tcc-contact-form-card-head div { display: flex; flex-direction: column; }
.tcc-contact-form-card-head small { color: var(--contact-red); font-size: 7px; font-weight: 900; letter-spacing: .11em; }
.tcc-contact-form-card-head strong { margin-top: 4px; font-size: 14px; }
.tcc-contact-form-card-head > span { color: #888; font-size: 7px; font-weight: 800; letter-spacing: .1em; }
.tcc-contact-alert { margin: 18px 24px 0; padding: 13px 15px; border-radius: 10px; font-size: 11px; line-height: 1.5; }
.tcc-contact-alert.is-success { border: 1px solid #b9dec2; background: #f3fbf5; color: #2f6b3a; }
.tcc-contact-alert.is-error { border: 1px solid #efc3ba; background: #fff7f5; color: #a43827; }
.tcc-contact-form { display: grid; gap: 16px; padding: 24px; }
.tcc-contact-field-row { display: grid; grid-template-columns: repeat(2,1fr); gap: 13px; }
.tcc-contact-field { display: flex; flex-direction: column; gap: 7px; }
.tcc-contact-field label { color: #3f3f3f; font-size: 9px; font-weight: 800; }
.tcc-contact-field label span { color: var(--contact-red); }
.tcc-contact-field input,
.tcc-contact-field select,
.tcc-contact-field textarea { width: 100%; border: 1px solid #dfdbd8; border-radius: 9px; outline: none; background: #fff; color: #171717; font-size: 12px; transition: border-color .2s ease, box-shadow .2s ease; }
.tcc-contact-field input,
.tcc-contact-field select { height: 45px; padding: 0 13px; }
.tcc-contact-field textarea { min-height: 126px; resize: vertical; padding: 12px 13px; line-height: 1.55; }
.tcc-contact-field input:focus,
.tcc-contact-field select:focus,
.tcc-contact-field textarea:focus { border-color: rgba(217,65,45,.58); box-shadow: 0 0 0 3px rgba(217,65,45,.08); }
.tcc-contact-field input::placeholder,
.tcc-contact-field textarea::placeholder { color: #a5a5a5; }
.tcc-contact-consent { display: grid; grid-template-columns: 17px 1fr; gap: 9px; align-items: start; color: #777; font-size: 9.5px; line-height: 1.5; }
.tcc-contact-consent input { margin-top: 2px; accent-color: var(--contact-red); }
.tcc-contact-consent a { color: #222; text-decoration: underline; text-underline-offset: 2px; }
.tcc-contact-form-actions { display: flex; align-items: center; gap: 15px; padding-top: 3px; }
.tcc-contact-form-actions .tcc-button { flex: 0 0 auto; min-height: 47px; font-size: 12px; }
.tcc-contact-form-actions small { color: #999; font-size: 8.5px; line-height: 1.45; }
.tcc-contact-hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }

/* OPERATION */
.tcc-contact-operation { padding: 104px 0 112px; background: #fff; }
.tcc-contact-operation-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 13px; }
.tcc-contact-operation-grid article { min-height: 320px; display: flex; flex-direction: column; padding: 25px 24px 22px; border: 1px solid #e6e2df; border-radius: 17px; background: #fff; }
.tcc-contact-operation-grid article.is-accent { border-color: rgba(217,65,45,.42); background: #fffaf8; }
.tcc-contact-operation-top { display: flex; align-items: center; justify-content: space-between; }
.tcc-contact-operation-icon { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid #ebe7e4; border-radius: 13px; background: #fafafa; }
.tcc-contact-operation-icon svg { width: 28px; height: 28px; fill: none; stroke: #222; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.tcc-contact-operation-icon .accent { stroke: var(--contact-red); }
.tcc-contact-operation-top small { color: var(--contact-red); font-size: 7px; font-weight: 900; letter-spacing: .11em; }
.tcc-contact-operation-grid h3 { margin: 23px 0 8px; font-size: 24px; line-height: 1.08; }
.tcc-contact-operation-grid > article > p { margin: 0; color: #777; font-size: 12px; line-height: 1.62; }
.tcc-contact-operation-list { display: grid; grid-template-columns: 80px 1fr; gap: 10px; margin-top: 24px; padding: 13px 0; border-top: 1px solid #ebe7e4; border-bottom: 1px solid #ebe7e4; }
.tcc-contact-operation-list span { color: #9a9a9a; font-size: 8px; font-weight: 750; text-transform: uppercase; letter-spacing: .07em; }
.tcc-contact-operation-list strong { font-size: 10px; }
.tcc-contact-operation-grid article > a { margin-top: auto; padding-top: 20px; font-size: 11px; font-weight: 820; }
.tcc-contact-operation-grid article > a span { margin-left: 7px; color: var(--contact-red); }

/* FAQ */
.tcc-contact-faq { padding: 104px 0 112px; background: #f8f7f6; }
.tcc-contact-faq-grid { display: grid; grid-template-columns: minmax(0,.72fr) minmax(0,1.28fr); gap: 78px; align-items: start; }
.tcc-contact-faq-copy { padding-top: 18px; }
.tcc-contact-faq-copy h2 { max-width: 420px; margin: 10px 0 15px; font-size: clamp(42px,4.2vw,58px); line-height: .99; letter-spacing: -.048em; }
.tcc-contact-faq-copy p { max-width: 390px; margin: 0; color: #777; font-size: 13px; line-height: 1.65; }
.tcc-contact-faq-copy > a { display: inline-flex; gap: 8px; margin-top: 24px; color: var(--contact-red); font-size: 10px; font-weight: 820; }
.tcc-contact-faq-list { overflow: hidden; border: 1px solid #e5e1de; border-radius: 17px; background: #fff; box-shadow: 0 18px 42px rgba(22,20,18,.055); }
.tcc-contact-faq-list .tcc-faq-item { border-bottom: 1px solid #ece8e5; }
.tcc-contact-faq-list .tcc-faq-item:last-child { border-bottom: 0; }
.tcc-contact-faq-list .tcc-faq-item button { width: 100%; min-height: 67px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 10px 17px; border: 0; background: #fff; color: #161616; text-align: left; cursor: pointer; }
.tcc-contact-faq-list .tcc-faq-item button > span { display: flex; align-items: center; gap: 15px; font-size: 12.5px; font-weight: 820; line-height: 1.3; }
.tcc-contact-faq-list .tcc-faq-item button em { flex: 0 0 34px; width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(217,65,45,.24); border-radius: 50%; color: var(--contact-red); font-size: 8px; font-style: normal; font-weight: 850; }
.tcc-contact-faq-list .tcc-faq-item button b { color: var(--contact-red); font-size: 17px; font-weight: 400; }
.tcc-contact-faq-list .tcc-faq-item.is-open button { border-bottom: 1px solid rgba(217,65,45,.22); background: #fffdfc; }
.tcc-contact-faq-list .tcc-faq-answer { padding: 8px 64px 22px; color: #777; font-size: 11.5px; line-height: 1.67; }
.tcc-contact-faq-list .tcc-faq-answer p { margin: 0; }

/* FINAL */
.tcc-contact-final { padding: 95px 0 90px; color: #fff; background: radial-gradient(circle at 84% 70%, rgba(217,65,45,.14), transparent 30%), #0e0f10; }
.tcc-contact-final-inner { text-align: center; }
.tcc-contact-final .tcc-eyebrow { color: #e45a48; }
.tcc-contact-final-route { max-width: 430px; display: grid; grid-template-columns: auto 1fr auto 1fr auto 1fr auto; align-items: center; gap: 7px; margin: 12px auto 28px; color: #fff; font-size: 7px; font-weight: 850; }
.tcc-contact-final-route i { height: 1px; border-top: 1px dotted rgba(217,65,45,.55); }
.tcc-contact-final h2 { max-width: 940px; margin: 0 auto 15px; color: #fff; font-size: clamp(46px,5vw,68px); line-height: 1.02; letter-spacing: -.04em; }
.tcc-contact-final p { max-width: 760px; margin: 0 auto 24px; color: rgba(255,255,255,.6); font-size: 13px; line-height: 1.62; }
.tcc-contact-final-inner > div:last-child { display: flex; justify-content: center; gap: 9px; }

/* RESPONSIVE */
@media (max-width: 1180px) {
  .tcc-contact-hero-grid { grid-template-columns: 1fr 1fr; gap: 38px; }
  .tcc-contact-entry-grid { grid-template-columns: repeat(2,1fr); }
  .tcc-contact-data-head { gap: 45px; }
  .tcc-contact-form-grid { gap: 45px; }
  .tcc-contact-faq-grid { gap: 48px; }
}

@media (max-width: 920px) {
  .tcc-contact-hero-grid { grid-template-columns: 1fr; padding-top: 62px; padding-bottom: 68px; }
  .tcc-contact-hero-copy { max-width: 720px; }
  .tcc-contact-hero-panel { max-width: 720px; }
  .tcc-contact-subnav { overflow-x: auto; }
  .tcc-contact-subnav .tcc-container { width: max-content; min-width: 100%; justify-content: flex-start; padding-inline: 24px; gap: 28px; }
  .tcc-contact-data-head { grid-template-columns: 1fr; gap: 20px; }
  .tcc-contact-data-head > p { max-width: 650px; }
  .tcc-contact-data-grid { grid-template-columns: repeat(2,1fr); }
  .tcc-contact-data-grid article:nth-child(3n) { border-right: 1px solid rgba(255,255,255,.09); }
  .tcc-contact-data-grid article:nth-child(2n) { border-right: 0; }
  .tcc-contact-data-grid article:nth-child(n+4) { border-bottom: 1px solid rgba(255,255,255,.09); }
  .tcc-contact-data-grid article:nth-child(n+5) { border-bottom: 0; }
  .tcc-contact-form-grid { grid-template-columns: 1fr; }
  .tcc-contact-form-copy { max-width: 700px; }
  .tcc-contact-operation-grid { grid-template-columns: 1fr; }
  .tcc-contact-operation-grid article { min-height: 280px; }
  .tcc-contact-faq-grid { grid-template-columns: 1fr; }
  .tcc-contact-faq-copy { max-width: 700px; }
  .tcc-contact-faq-copy h2 { max-width: 620px; }
}

@media (max-width: 680px) {
  .tcc-contact-page section { scroll-margin-top: 92px; }
  .tcc-contact-hero-grid { padding-top: 48px; padding-bottom: 52px; }
  .tcc-contact-hero h1 { font-size: clamp(43px,13vw,58px); }
  .tcc-contact-hero-lead { font-size: 14px; }
  .tcc-contact-hero-actions { display: grid; }
  .tcc-contact-hero-actions .tcc-button { width: 100%; }
  .tcc-contact-hero-meta { gap: 12px 18px; }
  .tcc-contact-panel-top { grid-template-columns: 1fr auto; padding-inline: 15px; }
  .tcc-contact-panel-top strong { display: none; }
  .tcc-contact-panel-top img { width: 105px; }
  .tcc-contact-panel-route { grid-template-columns: 70px 1fr 70px; padding-inline: 15px; }
  .tcc-contact-panel-grid { grid-template-columns: 1fr; }
  .tcc-contact-panel-grid article { min-height: 108px; }
  .tcc-contact-panel-foot { gap: 6px; }
  .tcc-contact-panel-foot i { width: 12px; }
  .tcc-contact-entry,
  .tcc-contact-data,
  .tcc-contact-form-section,
  .tcc-contact-operation,
  .tcc-contact-faq { padding: 76px 0 82px; }
  .tcc-contact-center-head { margin-bottom: 30px; text-align: left; }
  .tcc-contact-center-head h2 { font-size: 39px; }
  .tcc-contact-center-head p { margin-left: 0; }
  .tcc-contact-entry-grid { grid-template-columns: 1fr; }
  .tcc-contact-entry-grid article { min-height: 325px; }
  .tcc-contact-data-head h2 { font-size: 40px; }
  .tcc-contact-data-grid { grid-template-columns: 1fr; }
  .tcc-contact-data-grid article,
  .tcc-contact-data-grid article:nth-child(2n),
  .tcc-contact-data-grid article:nth-child(3n),
  .tcc-contact-data-grid article:nth-child(n+4),
  .tcc-contact-data-grid article:nth-child(n+5) { min-height: 190px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.09); }
  .tcc-contact-data-grid article:last-child { border-bottom: 0; }
  .tcc-contact-form-copy h2 { font-size: 40px; }
  .tcc-contact-form-card-head { padding-inline: 17px; }
  .tcc-contact-form-card-head > span { display: none; }
  .tcc-contact-form { padding: 18px; }
  .tcc-contact-field-row { grid-template-columns: 1fr; }
  .tcc-contact-form-actions { align-items: stretch; flex-direction: column; }
  .tcc-contact-form-actions .tcc-button { width: 100%; }
  .tcc-contact-faq-copy h2 { font-size: 40px; }
  .tcc-contact-faq-list .tcc-faq-item button { min-height: 64px; padding-inline: 12px; }
  .tcc-contact-faq-list .tcc-faq-item button > span { align-items: flex-start; gap: 10px; font-size: 11.5px; }
  .tcc-contact-faq-list .tcc-faq-item button em { flex-basis: 30px; width: 30px; height: 30px; }
  .tcc-contact-faq-list .tcc-faq-answer { padding: 8px 17px 20px 52px; }
  .tcc-contact-final { padding: 78px 0 74px; }
  .tcc-contact-final-route { grid-template-columns: auto 1fr auto 1fr auto; }
  .tcc-contact-final-route span:nth-of-type(2),
  .tcc-contact-final-route i:nth-of-type(2) { display: none; }
  .tcc-contact-final h2 { font-size: 42px; }
  .tcc-contact-final-inner > div:last-child { flex-direction: column; }
  .tcc-contact-final-inner > div:last-child .tcc-button { width: 100%; }
}

/* =========================================================
   TCC Web v1.11.1 · Contacto — Desktop Polish + Form Final Check
   Scope remains limited to /contacto/ through the page-specific enqueue.
   ========================================================= */
@media (min-width: 921px) {
  .tcc-contact-entry { padding-top: 92px; padding-bottom: 94px; }
  .tcc-contact-entry-grid article { min-height: 326px; padding-bottom: 20px; }
  .tcc-contact-entry-grid a { padding-top: 18px; }

  .tcc-contact-data { padding-top: 92px; padding-bottom: 96px; }
  .tcc-contact-data-head { grid-template-columns: minmax(0,1.08fr) minmax(360px,.92fr); gap: 54px; margin-bottom: 35px; }
  .tcc-contact-data-head > p { max-width: 500px; justify-self: end; margin-bottom: 5px; }
  .tcc-contact-data-grid article { min-height: 196px; }

  .tcc-contact-operation { padding-top: 94px; padding-bottom: 98px; }
  .tcc-contact-operation-grid article { min-height: 286px; }
  .tcc-contact-operation-grid h3 { margin-top: 20px; }
  .tcc-contact-operation-list { margin-top: 19px; }
}

.tcc-contact-field label em {
  margin-left: 6px;
  color: #9a9a9a;
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: none;
}

.tcc-contact-direct {
  margin-top: 23px;
  padding: 15px 16px 14px;
  border: 1px solid #e5e0dc;
  border-radius: 13px;
  background: rgba(255,255,255,.72);
}
.tcc-contact-direct small { display: block; margin-bottom: 7px; color: #9b847d; font-size: 7px; font-weight: 850; letter-spacing: .11em; }
.tcc-contact-direct a { display: block; width: fit-content; margin-top: 3px; color: #1c1c1c; font-size: 12px; font-weight: 800; }
.tcc-contact-direct a:hover { color: var(--contact-red); }

.tcc-contact-alert.is-warning {
  margin: 16px 24px 0;
  padding: 12px 14px;
  border: 1px solid #efc78c;
  border-radius: 10px;
  background: #fff8e8;
  color: #7a5419;
  font-size: 10px;
  line-height: 1.55;
}
.tcc-contact-alert.is-warning code { padding: 1px 4px; border-radius: 4px; background: rgba(122,84,25,.08); font-size: .95em; }

@media (max-width: 680px) {
  .tcc-contact-alert.is-warning { margin-inline: 18px; }
}
