/* ============================================
   TRABAJA CON NOSOTROS — energía profesional, geométrico
   ============================================ */
.tc-hero {
    padding: 180px clamp(32px, 6vw, 80px) 140px;
    text-align: left;
    background: #07111e;
    background-image:
        radial-gradient(circle at 12% 18%, rgba(13, 110, 253, 0.15) 0%, transparent 40%),
        radial-gradient(circle at 88% 24%, rgba(64, 169, 255, 0.12) 0%, transparent 45%),
        radial-gradient(circle at 2px 2px, rgba(255, 255, 255, 0.05) 1.5px, transparent 0);
    background-size: 100% 100%, 100% 100%, 36px 36px;
    background-position: 0 0, 0 0, 0 0;
    position: relative;
    overflow: hidden;
    border-bottom: none;
}

/* Forma angular — esquina inferior derecha */
.tc-hero::before {
    content: '';
    position: absolute;
    bottom: -10%;
    right: -5%;
    width: 280px;
    height: 280px;
    background: linear-gradient(135deg, rgba(13, 110, 253, 0.12), rgba(64, 169, 255, 0.08));
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    border-radius: 0 0 0 48px;
    pointer-events: none;
}

/* Marca de agua azul sutil en vez de "01" */
.tc-hero::after {
    content: 'WORK';
    position: absolute;
    right: 0;
    bottom: -20px;
    font-family: 'Clash Display', sans-serif;
    font-weight: 700;
    font-size: clamp(120px, 20vw, 240px);
    color: rgba(255, 255, 255, 0.025);
    line-height: 1;
    pointer-events: none;
    letter-spacing: -0.05em;
    user-select: none;
    overflow: hidden;
    clip-path: inset(0);
}

.tc-hero .hero-inner {
    max-width: 620px;
    position: relative;
    z-index: 1;
}

/* Barra coral horizontal decorativa */
.tc-hero .hero-inner::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -40px;
    width: 80px;
    height: 4px;
    background: #0d6efd; /* Azul de acento */
    border-radius: 4px;
    opacity: 0.9;
}

.tc-hero .hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: 'Clash Display', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #40a9ff; /* Azul claro / cyan */
    margin-bottom: 28px;
}

.tc-hero .hero-tag::before {
    content: '';
    width: 32px;
    height: 2px;
    background: #40a9ff;
    opacity: 0.7;
}

.tc-hero h1 {
    font-family: 'Clash Display', sans-serif;
    font-weight: 700;
    font-size: clamp(2.75rem, 5.5vw, 4.25rem);
    color: white;
    line-height: 1.05;
    margin-bottom: 24px;
    letter-spacing: -0.03em;
}

.tc-hero h1 em {
    font-style: normal;
    display: block;
    color: transparent;
    -webkit-text-stroke: 2px #40a9ff; /* Azul para el stroke */
}

.tc-hero p {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.6);
    max-width: 520px;
    font-weight: 400;
    line-height: 1.8;
}

.tc-section-label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: 'Clash Display', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--coral);
    margin-bottom: 18px;
}

.tc-section-label::before {
    content: '';
    width: 32px;
    height: 2px;
    background: var(--coral);
    opacity: 0.7;
}

/* Why join */
.tc-why {
    padding: 80px clamp(24px, 5vw, 80px);
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}

.tc-why::before {
    content: '';
    position: absolute;
    inset: 24px 0 auto;
    height: calc(100% - 48px);
    border-radius: 40px;
    background: linear-gradient(180deg, rgba(209, 77, 70, 0.05), rgba(13, 48, 90, 0.03));
    z-index: -1;
}

.tc-why h2 {
    text-align: center;
    font-family: 'Clash Display', sans-serif;
    font-weight: 700;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    color: var(--navy);
    margin-bottom: 48px;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 24px;
}

.why-card {
    background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(255,245,243,0.92));
    border-radius: 24px;
    padding: 36px 28px;
    text-align: center;
    border: 1px solid rgba(13, 48, 90, 0.06);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 18px 40px -24px rgba(13, 48, 90, 0.25);
}

.why-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px -12px rgba(13, 48, 90, 0.1);
}

.why-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin: 0 auto 20px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(209, 77, 70, 0.14), rgba(255, 214, 194, 0.5));
    color: var(--coral);
    transition: all 0.4s ease;
}

.why-card:hover .why-icon {
    background: rgba(209, 77, 70, 0.15);
    transform: scale(1.05);
}

.why-card h3 {
    font-family: 'Clash Display', sans-serif;
    font-weight: 600;
    font-size: 17px;
    color: var(--navy);
    margin-bottom: 10px;
}

.why-card p {
    font-size: 14px;
    color: var(--text-muted);
    font-weight: 300;
    line-height: 1.7;
}

/* Values */
.tc-values {
    padding: 24px clamp(24px, 5vw, 80px) 80px;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    border-radius: 36px;
    background:
        radial-gradient(circle at top right, rgba(209, 77, 70, 0.18) 0%, transparent 26%),
        linear-gradient(135deg, #0d305a 0%, #143c71 52%, #0a2443 100%);
    box-shadow: 0 30px 70px -36px rgba(13, 48, 90, 0.55);
}

.tc-values h2 {
    text-align: center;
    font-family: 'Clash Display', sans-serif;
    font-weight: 700;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    color: white;
    margin-bottom: 36px;
}

.tc-values .tc-section-label {
    justify-content: center;
    color: rgba(255,255,255,0.72);
    margin-top: 36px;
}

.tc-values .tc-section-label::before {
    background: var(--coral-light);
}

.tc-values-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
}

.tc-value-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
}

/* Form */
.tc-form-section {
    padding: 80px clamp(24px, 5vw, 80px);
    max-width: 700px;
    margin: 0 auto;
}

.tc-form-section h2 {
    text-align: center;
    font-family: 'Clash Display', sans-serif;
    font-weight: 700;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    color: var(--navy);
    margin-bottom: 22px;
}

.tc-form-inner > p {
    text-align: center;
    font-size: 15px;
    color: var(--text-muted);
    font-weight: 300;
    line-height: 1.8;
    margin-bottom: 56px;
}

.tc-form-inner {
    width: 100%;
    padding: clamp(28px, 4vw, 48px);
    border-radius: 32px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,245,243,0.94));
    border: 1px solid rgba(13, 48, 90, 0.06);
    box-shadow: 0 26px 60px -34px rgba(13, 48, 90, 0.28);
}

.tc-form-inner .tc-section-label {
    justify-content: center;
}

.tc-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 4px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.form-group label {
    font-family: 'Clash Display', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--navy);
}

.form-group input,
.form-group textarea,
.form-group select {
    padding: 14px 18px;
    border-radius: 14px;
    border: 1.5px solid rgba(13, 48, 90, 0.1);
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    color: var(--navy);
    background: rgba(255,255,255,0.96);
    transition: all 0.3s ease;
    outline: none;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    border-color: var(--coral);
    box-shadow: 0 0 0 4px rgba(209, 77, 70, 0.08);
}

.form-group textarea {
    min-height: 120px;
    resize: vertical;
}

.form-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 18px 48px;
    border-radius: 100px;
    background: var(--coral);
    color: white;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 16px;
    border: none;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 12px 30px -6px rgba(209, 77, 70, 0.35);
    align-self: center;
}

.form-submit:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 40px -6px rgba(209, 77, 70, 0.45);
}

@media (max-width: 768px) {
    .tc-hero {
        padding: 110px 20px 60px;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .why-grid {
        grid-template-columns: 1fr;
    }

    .tc-values {
        border-radius: 28px;
    }

    .tc-form-inner {
        padding: 24px 20px;
        border-radius: 24px;
    }
}