/* ==================================================
   TCG INNOVATIONS — HERO
================================================== */

.tcg-hero .banner-content-area {
    height: auto;
    min-height: 760px;
    padding: 145px 40px 105px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Contenedor del título */

.tcg-hero-heading {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    text-align: center;
}

/* Frase superior */

.tcg-hero-kicker {
    display: block;
    margin-bottom: 28px;
    font-family: "Manrope", sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--color-heading-1);
}

/* Título principal */

.tcg-hero-title {
    margin: 0;
    padding: 0;
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(74px, 9.2vw, 150px);
    font-weight: 600;
    line-height: 0.84;
    letter-spacing: -0.07em;
    text-align: center;
}

/* Cada línea del título */

.tcg-title-line {
    display: block;
    color: var(--color-heading-1);
}

/* Línea naranja */

.tcg-title-accent {
    color: #f36c21;
}

/* Subtítulo */

.tcg-hero-subtitle {
    max-width: 960px;
    margin: 38px auto 0;
    font-family: "Manrope", sans-serif;
    font-size: clamp(23px, 2.4vw, 38px);
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: -0.035em;
    color: var(--color-heading-1);
}

/* Texto inferior */

.tcg-hero .text-area {
    position: relative;
    z-index: 3;
    max-width: 720px;
    margin: 38px auto 0;
}

.tcg-hero .text-area .desc {
    max-width: 690px;
    margin: 0 auto 28px;
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    line-height: 1.6;
}

/* Evita que el fondo interfiera con el texto */

.tcg-hero .bg-shape {
    pointer-events: none;
}

.tcg-hero .banner-shape-area {
    pointer-events: none;
}

/* Tablet */

@media only screen and (max-width: 991px) {

    .tcg-hero .banner-content-area {
        min-height: 700px;
        padding: 125px 30px 90px;
    }

    .tcg-hero-title {
        font-size: clamp(64px, 11vw, 105px);
        line-height: 0.88;
    }

    .tcg-hero-subtitle {
        max-width: 720px;
        margin-top: 30px;
    }

}

/* Mobile */

@media only screen and (max-width: 767px) {

    .tcg-hero .banner-content-area {
        min-height: auto;
        padding: 100px 20px 75px;
    }

    .tcg-hero-kicker {
        margin-bottom: 20px;
        font-size: 11px;
        letter-spacing: 0.16em;
    }

    .tcg-hero-title {
        font-size: clamp(52px, 16vw, 78px);
        line-height: 0.9;
        letter-spacing: -0.055em;
    }

    .tcg-hero-subtitle {
        max-width: 520px;
        margin-top: 25px;
        font-size: 23px;
        line-height: 1.2;
    }

    .tcg-hero .text-area {
        margin-top: 28px;
    }

    .tcg-hero .text-area .desc {
        font-size: 16px;
        line-height: 1.55;
    }

    .tcg-hero .text-area .button-area {
        flex-direction: column;
        align-items: stretch;
        max-width: 310px;
        margin: 0 auto;
    }

    .tcg-hero .text-area .button-area .wpr-btn {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

}

/* Mobile chico */

@media only screen and (max-width: 480px) {

    .tcg-hero-title {
        font-size: 50px;
    }

    .tcg-hero-subtitle {
        font-size: 20px;
    }

}
.tcg-feature-number {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: inherit;
  font-weight: 600;
  line-height: 1;
  color: var(--color-primary);
}
/*========================================================
ABOUT SECTION
========================================================*/

.about-area .left-area li.with-icon{
align-items:flex-start;
padding:34px 0;
}
.about-area .left-area li.with-icon .icon{
width:58px;
min-width:58px;
margin-right:26px;
}
.about-area .left-area li.with-icon .icon img{
width:42px;
height:42px;
object-fit:contain;
}
.about-area .left-area li.with-icon .text{
display:flex;
flex-direction:column;
}
.about-area .left-area li.with-icon .title{
margin:0 0 10px;
font-family:"Space Grotesk",sans-serif;
font-size:28px;
font-weight:600;
line-height:1.1;
letter-spacing:-0.03em;
}
.about-area .left-area li.with-icon .desc{
margin:0;
font-size:17px;
line-height:1.55;
max-width:370px;
opacity:.8;
}
/* ABOUT — compactar columna izquierda en escritorio */
@media only screen and (min-width: 992px) {

  .wpr-about-area
  .section-inner
  .about-bottom-content
  .left-area
  ul
  li {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .wpr-about-area
  .section-inner
  .about-bottom-content
  .left-area
  ul
  li.with-icon {
    gap: 18px;
  }

  .wpr-about-area
  .section-inner
  .about-bottom-content
  .left-area
  ul
  li.with-icon
  .text
  .title {
    margin-bottom: 5px;
    line-height: 1.05;
  }

  .wpr-about-area
  .section-inner
  .about-bottom-content
  .left-area
  ul
  li.with-icon
  .text
  .desc {
    line-height: 1.35;
  }
}

/* ==========================
   TCG - MARQUEE
========================== */

.wpr-marquee-area{
    background:#FF8C00 !important;
}

.wpr-marquee-area .section-inner{
    background:transparent !important;
}

.wpr-marquee-area .section-inner .text-wrapper:last-child{
    border-top:1px solid rgba(255,255,255,.20);
}

.wpr-marquee-area .section-inner .title{
    color:#fff;
}
/* Marquee contenida dentro del ancho general */
.wpr-marquee-area {
  background: transparent !important;
  padding-left: 20px;
  padding-right: 20px;
}

.wpr-marquee-area .section-inner {
  max-width: 1416px;
  margin: 0 auto;
  background: #FF8C00 !important;
  overflow: hidden;
}

/* Banner interno */
.tcg-banner-tag{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    padding: 8px 14px;
    background: #F5F5F5;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #111;
}

.tcg-banner-tag::before{
    content: "";
    width: 8px;
    height: 8px;
    background: #F28E22;
    margin-right: 8px;
}
.wpr-banner-area .banner-content-area{
    text-align: center;
}
/* ==========================================================
   TCG INNOVATIONS — ENGAGEMENT MODELS
========================================================== */

.tcg-engagement-models {
    position: relative;
    padding: 67px 0;
    background: #f6f7f8;
    overflow: hidden;
}

/* Encabezado */

.tcg-engagement-heading {
    max-width: 900px;
    margin: 0 auto 45px;
    text-align: center;
}

.tcg-engagement-heading .section-tag {
    display: inline-flex;
    align-items: center;
    margin-bottom: 24px;
    padding: 4px 8px;
    background: #ffffff;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    color: var(--color-heading-1);
}

.tcg-engagement-heading .section-tag::before {
    content: "";
    width: 9px;
    height: 9px;
    margin-right: 8px;
    background: #ff8c00;
}

.tcg-engagement-main-title {
    max-width: 850px;
    margin: 0 auto;
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(52px, 6vw, 88px);
    font-weight: 500;
    line-height: 0.96;
    letter-spacing: -0.055em;
    color: var(--color-heading-1);
}

.tcg-engagement-intro {
    max-width: 660px;
    margin: 20px auto 0;
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: var(--color-body);
}

/* Grilla */

.tcg-engagement-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
}

/* Tarjetas */

.tcg-engagement-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 42px 38px;
    background: #ffffff;
    border: 1px solid rgba(255, 140, 0, 0.28);
    border-radius: 8px;
    transition:
        border-color 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.tcg-engagement-card:hover {
    transform: translateY(-5px);
    border-color: #ff8c00;
    box-shadow: 0 22px 50px rgba(19, 24, 30, 0.07);
}

.tcg-engagement-card-header {
    position: relative;
    min-height: 148px;
    padding-bottom: 27px;
    border-bottom: 1px solid rgba(255, 140, 0, 0.28);
}

.tcg-engagement-number {
    display: block;
    margin-bottom: 18px;
    font-family: "Space Grotesk", sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.14em;
    color: #ff8c00;
}

.tcg-engagement-card-header h3 {
    margin: 0 0 7px;
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(29px, 2.2vw, 38px);
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: -0.04em;
    color: var(--color-heading-1);
}

.tcg-engagement-card-header p {
    max-width: 340px;
    margin: 0;
    font-size: 16px;
    line-height: 1.45;
    color: var(--color-body);
}

.tcg-engagement-card-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: 42px;
    padding-top: 34px;
}

.tcg-engagement-group h4 {
    margin: 0 0 18px;
    font-family: "Space Grotesk", sans-serif;
    font-size: 23px;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: -0.03em;
    color: var(--color-heading-1);
}

.tcg-engagement-group ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tcg-engagement-group li {
    position: relative;
    margin: 0;
    padding-left: 30px;
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: var(--color-body);
}

/* Check naranja */

.tcg-engagement-group li::before {
    content: "✓";
    position: absolute;
    top: 1px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    background: #ff8c00;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
}

/* Tablet */

@media only screen and (max-width: 1199px) {

    .tcg-engagement-models {
        padding: 100px 0;
    }

    .tcg-engagement-grid {
        grid-template-columns: 1fr;
    }

    .tcg-engagement-card {
        padding: 38px 36px;
    }

    .tcg-engagement-card-header {
        min-height: auto;
    }

    .tcg-engagement-card-content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 50px;
    }
}

/* Mobile */

@media only screen and (max-width: 767px) {

    .tcg-engagement-models {
        padding: 75px 0;
    }

    .tcg-engagement-heading {
        margin-bottom: 42px;
        text-align: left;
    }

    .tcg-engagement-heading .section-tag {
        margin-bottom: 20px;
    }

    .tcg-engagement-main-title {
        font-size: clamp(42px, 13vw, 60px);
        line-height: 0.98;
    }

    .tcg-engagement-intro {
        margin-top: 22px;
        font-size: 16px;
    }

    .tcg-engagement-grid {
        gap: 18px;
    }

    .tcg-engagement-card {
        padding: 30px 24px;
    }

    .tcg-engagement-card-header {
        padding-bottom: 24px;
    }

    .tcg-engagement-card-header h3 {
        font-size: 30px;
    }

    .tcg-engagement-card-content {
        display: flex;
        gap: 35px;
        padding-top: 28px;
    }

    .tcg-engagement-group h4 {
        font-size: 21px;
    }

    .tcg-engagement-group li {
        font-size: 14px;
    }
}
.retail-network-title{
    display:flex;
    justify-content:center !important; 
    align-items:center;
    min-height:130px;   /* ajustalo si lo querés más alto o más bajo */
    text-align:center;
}

.retail-network-title h2{
    margin:0;
    text-transform:uppercase;
}
/* ==========================================================
   TCG INNOVATIONS — CONTACT FORM
========================================================== */

.tcg-contact-section {
    overflow: hidden;
    background: #ffffff;
}

.tcg-contact-intro,
.tcg-contact-form-wrapper {
    height: 100%;
    padding: 72px 64px;
}

.tcg-contact-intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #ff8c00;
    color: #111318;
}

.tcg-contact-label {
    display: inline-flex;
    align-items: center;
    width: max-content;
    margin-bottom: 32px;
    padding: 6px 10px;
    background: rgba(255, 255, 255, 0.85);
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tcg-contact-label::before {
    content: "";
    width: 8px;
    height: 8px;
    margin-right: 8px;
    background: #ff8c00;
}

.tcg-contact-title {
    margin: 0;
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(48px, 5vw, 76px);
    font-weight: 500;
    line-height: 0.96;
    letter-spacing: -0.055em;
    color: #111318;
}

.tcg-contact-description {
    max-width: 490px;
    margin: 30px 0 0;
    font-size: 17px;
    line-height: 1.6;
    color: rgba(17, 19, 24, 0.78);
}

.tcg-contact-details {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 56px;
    padding-top: 32px;
    border-top: 1px solid rgba(17, 19, 24, 0.18);
}

.tcg-contact-detail-label {
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(17, 19, 24, 0.62);
}

.tcg-contact-detail a,
.tcg-contact-detail p {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #111318;
}

.tcg-contact-form-wrapper {
    background: #f7f8f9;
}

.tcg-contact-form {
    width: 100%;
}

.tcg-form-field {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.tcg-form-field label {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #111318;
}

.tcg-form-field input,
.tcg-form-field textarea {
    width: 100%;
    padding: 16px 18px;
    background: #ffffff;
    border: 1px solid #dfe2e6;
    border-radius: 6px;
    outline: none;
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    line-height: 1.4;
    color: #111318;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        background-color 0.2s ease;
}

.tcg-form-field textarea {
    min-height: 170px;
    resize: vertical;
}

.tcg-form-field input::placeholder,
.tcg-form-field textarea::placeholder {
    color: #959ca5;
}

.tcg-form-field input:focus,
.tcg-form-field textarea:focus {
    background: #ffffff;
    border-color: #ff8c00;
    box-shadow: 0 0 0 3px rgba(255, 140, 0, 0.12);
}

.tcg-contact-submit {
    margin-top: 8px;
    background: #111318;
    color: #ffffff;
    box-shadow: none !important;
}

.tcg-contact-submit:hover {
    background: #ff8c00;
    color: #111318;
}

.tcg-form-message {
    display: none;
    margin-bottom: 18px;
    padding: 14px 16px;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1.5;
}

.tcg-form-message.is-success {
    display: block;
    background: #e9f8ed;
    color: #176b32;
}

.tcg-form-message.is-error {
    display: block;
    background: #fff0ed;
    color: #a23825;
}

/* Honeypot */
.tcg-honeypot {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* Tablet */

@media only screen and (max-width: 1199px) {

    .tcg-contact-intro,
    .tcg-contact-form-wrapper {
        padding: 56px 42px;
    }

}

/* Mobile */

@media only screen and (max-width: 991px) {

    .tcg-contact-intro,
    .tcg-contact-form-wrapper {
        padding: 52px 32px;
    }

    .tcg-contact-details {
        margin-top: 40px;
    }

}

@media only screen and (max-width: 575px) {

    .tcg-contact-intro,
    .tcg-contact-form-wrapper {
        padding: 42px 22px;
    }

    .tcg-contact-title {
        font-size: 46px;
    }

    .tcg-contact-description {
        font-size: 16px;
    }

}