.contact-hero {
    position: relative;
    min-height: 650px;
    display: grid;
    align-items: center;
    overflow: hidden;
    background:
        linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px),
        linear-gradient(145deg, #0b0c11, #11131a 62%, #0b0c11);
    background-size: 52px 52px, 52px 52px, auto;
}

.contact-orbit {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.045);
    border-radius: 50%;
    pointer-events: none;
}

.orbit-one {
    width: 540px;
    height: 540px;
    top: -280px;
    right: -140px;
}

.orbit-two {
    width: 700px;
    height: 700px;
    bottom: -500px;
    left: -250px;
}

.contact-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.9fr);
    align-items: center;
    gap: clamp(3rem, 8vw, 8rem);
    padding-block: 5rem;
}

.contact-hero-copy h1 {
    margin: 1rem 0 1.2rem;
    color: #fff;
    font-size: clamp(3rem, 7vw, 6rem);
    line-height: 1.13;
    letter-spacing: -0.07em;
}

.contact-hero-copy h1 em {
    color: var(--red-bright);
    font-style: normal;
}

.contact-hero-copy > p {
    max-width: 620px;
    margin: 0;
    color: #979eac;
    font-size: 0.96rem;
    line-height: 2;
}

.contact-hero-actions {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.whatsapp-button {
    border-color: rgba(52, 211, 112, 0.18);
    color: #75e4a5;
    background: rgba(52, 211, 112, 0.065);
}

.whatsapp-button:hover {
    border-color: rgba(52, 211, 112, 0.4);
}

.contact-hero-art {
    position: relative;
    min-height: 420px;
}

.contact-symbol {
    position: absolute;
    inset: 50% auto auto 50%;
    width: 285px;
    height: 285px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 44% 56% 52% 48%;
    color: rgba(255, 255, 255, 0.12);
    background:
        radial-gradient(circle at 30% 10%, rgba(255, 255, 255, 0.15), transparent 38%),
        linear-gradient(145deg, #e44b3f, #92201c);
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.38);
    transform: translate(-50%, -50%) rotate(9deg);
}

.contact-symbol i {
    color: rgba(255, 255, 255, 0.92);
    font-size: 5.5rem;
    transform: rotate(-9deg);
}

.message-card {
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    background: rgba(24, 27, 36, 0.9);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.32);
    backdrop-filter: blur(16px);
}

.message-card-main {
    top: 10%;
    right: -4%;
    width: 285px;
    padding: 0.9rem;
}

.message-avatar {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    padding: 3px;
    border-radius: 15px;
    background: rgba(231, 76, 60, 0.16);
}

.message-avatar img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 12px;
    object-fit: cover;
}

.message-card strong,
.message-card p,
.message-card small {
    display: block;
}

.message-card strong {
    color: #fff;
    font-size: 0.76rem;
}

.message-card p {
    margin: 0.1rem 0 0.35rem;
    color: #a0a7b5;
    font-size: 0.67rem;
}

.message-card small {
    color: #6f7787;
    font-size: 0.57rem;
}

.message-card small i {
    width: 6px;
    height: 6px;
    margin-inline-end: 0.3rem;
    display: inline-block;
    border-radius: 50%;
    background: #38d483;
}

.message-card-small {
    left: -4%;
    bottom: 10%;
    padding: 0.72rem 0.85rem;
}

.message-card-small > i {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    color: #fff;
    background: rgba(231, 76, 60, 0.16);
}

.message-card-small span {
    display: grid;
}

.contact-channels {
    position: relative;
    z-index: 2;
    margin-top: -42px;
}

.channels-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.8rem;
}

.channel-card {
    min-width: 0;
    min-height: 105px;
    padding: 1rem;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.8rem;
    border: 1px solid var(--line);
    border-radius: 17px;
    background: linear-gradient(150deg, rgba(31, 34, 44, 0.98), rgba(17, 19, 26, 0.98));
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.28);
    transition: 0.24s ease;
}

.channel-card:hover {
    border-color: rgba(231, 76, 60, 0.3);
    transform: translateY(-4px);
}

.channel-icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    color: var(--red-bright);
    background: rgba(231, 76, 60, 0.09);
}

.channel-icon.instagram {
    color: #e967a1;
    background: rgba(225, 48, 108, 0.09);
}

.channel-card div {
    min-width: 0;
    display: grid;
}

.channel-card small {
    color: #737b8a;
    font-size: 0.62rem;
}

.channel-card strong {
    overflow: hidden;
    color: #e7e9ef;
    font-size: 0.74rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.channel-card > i {
    color: #5f6674;
    font-size: 0.72rem;
}

.contact-main {
    padding-top: clamp(5rem, 9vw, 8rem);
}

.contact-layout {
    display: grid;
    grid-template-columns: minmax(330px, 0.78fr) minmax(0, 1.22fr);
    align-items: stretch;
    border: 1px solid var(--line);
    border-radius: 28px;
    overflow: hidden;
    box-shadow: var(--shadow);
}

.contact-info-panel {
    position: relative;
    padding: clamp(2rem, 4vw, 3rem);
    overflow: hidden;
    background:
        radial-gradient(circle at 100% 0%, rgba(255, 255, 255, 0.13), transparent 34%),
        linear-gradient(150deg, #e34a3e, #a5231e 65%, #741817);
}

.contact-info-panel::after {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    left: -140px;
    bottom: -140px;
    border: 55px solid rgba(255, 255, 255, 0.055);
    border-radius: 50%;
}

.panel-label {
    color: rgba(255, 255, 255, 0.64);
    font-size: 0.7rem;
    font-weight: 800;
}

.contact-info-panel h2 {
    margin: 0.8rem 0 1rem;
    color: #fff;
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 1.3;
    letter-spacing: -0.055em;
}

.contact-info-panel > p {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.78rem;
    line-height: 1.95;
}

.info-list {
    position: relative;
    z-index: 1;
    margin-top: 2.3rem;
    display: grid;
    gap: 0.8rem;
}

.info-row {
    padding: 0.8rem;
    display: flex;
    gap: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 14px;
    background: rgba(93, 10, 10, 0.12);
}

.info-row > span {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
}

.info-row div {
    display: grid;
}

.info-row small {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.58rem;
}

.info-row strong {
    color: #fff;
    font-size: 0.67rem;
    line-height: 1.8;
}

.panel-social {
    position: relative;
    z-index: 1;
    margin-top: 2rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.panel-social > span {
    margin-inline-end: 0.35rem;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.65rem;
}

.panel-social a {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 11px;
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
}

.contact-form-card {
    padding: clamp(2rem, 5vw, 3.6rem);
    background: linear-gradient(155deg, #191c25, #11131a);
}

.form-card-heading {
    margin-bottom: 2rem;
}

.form-card-heading h2 {
    margin: 0.7rem 0 0.45rem;
    color: #fff;
    font-size: clamp(1.75rem, 3.2vw, 2.55rem);
    line-height: 1.4;
    letter-spacing: -0.045em;
}

.form-card-heading p {
    margin: 0;
    color: #7f8796;
    font-size: 0.75rem;
}

.contact-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.contact-field {
    min-width: 0;
}

.contact-field.form-wide {
    grid-column: 1 / -1;
}

.contact-field label,
.message-label-row {
    margin-bottom: 0.42rem;
    color: #d9dce5;
    font-size: 0.72rem;
    font-weight: 700;
}

.contact-field label small {
    color: #6f7686;
    font-weight: 500;
}

.message-label-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.message-label-row label {
    margin: 0;
}

.message-label-row span {
    color: #666e7e;
    font-size: 0.6rem;
}

.field-control {
    position: relative;
}

.field-control > i {
    position: absolute;
    top: 50%;
    right: 0.95rem;
    color: #6f7787;
    font-size: 0.78rem;
    transform: translateY(-50%);
    pointer-events: none;
}

.field-control input,
.field-control select,
.field-control textarea {
    width: 100%;
    min-height: 51px;
    padding: 0.75rem 2.7rem 0.75rem 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 12px;
    outline: 0;
    color: #f4f5f8;
    background: rgba(255, 255, 255, 0.045);
    font: inherit;
    font-size: 0.78rem;
    transition: 0.2s ease;
}

.field-control input[type="email"] {
    direction: ltr;
    text-align: left;
}

.field-control select {
    cursor: pointer;
}

.field-control select option {
    color: #fff;
    background: #171920;
}

.field-control textarea {
    min-height: 145px;
    resize: vertical;
    line-height: 1.8;
}

.textarea-control > i {
    top: 1.08rem;
    transform: none;
}

.field-control input:focus,
.field-control select:focus,
.field-control textarea:focus {
    border-color: rgba(239, 86, 72, 0.85);
    background: rgba(255, 255, 255, 0.065);
    box-shadow: 0 0 0 4px rgba(231, 76, 60, 0.08);
}

.contact-field.invalid .field-control input,
.contact-field.invalid .field-control select,
.contact-field.invalid .field-control textarea {
    border-color: rgba(239, 86, 72, 0.8);
}

.field-error {
    min-height: 18px;
    display: block;
    padding-top: 0.22rem;
    color: #ef7166;
    font-size: 0.6rem;
}

.honeypot {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
}

.form-submit-row {
    margin-top: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.form-submit-row p {
    margin: 0;
    color: #686f7f;
    font-size: 0.61rem;
}

.form-submit-row p i {
    margin-inline-end: 0.3rem;
    color: #45d68a;
}

.contact-submit {
    min-width: 170px;
    min-height: 50px;
    padding: 0.75rem 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    border: 0;
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(135deg, var(--red-bright), var(--red-dark));
    box-shadow: 0 14px 30px rgba(190, 42, 34, 0.24);
    font: inherit;
    font-size: 0.75rem;
    font-weight: 800;
    cursor: pointer;
}

.contact-submit:disabled {
    opacity: 0.7;
    cursor: wait;
}

.contact-form-status {
    display: none;
    margin-top: 1rem;
    padding: 0.8rem;
    border-radius: 11px;
    font-size: 0.7rem;
    text-align: center;
}

.contact-form-status.success,
.contact-form-status.error {
    display: block;
}

.contact-form-status.success {
    border: 1px solid rgba(52, 211, 112, 0.18);
    color: #6de09e;
    background: rgba(52, 211, 112, 0.07);
}

.contact-form-status.error {
    border: 1px solid rgba(239, 86, 72, 0.2);
    color: #ef786d;
    background: rgba(239, 86, 72, 0.07);
}

.contact-faq {
    color: #191b22;
    background: var(--paper);
}

.faq-heading {
    margin-bottom: 2rem;
}

.faq-heading h2 {
    margin: 0.65rem 0 0;
    font-size: clamp(2rem, 4vw, 3.4rem);
    letter-spacing: -0.055em;
}

.faq-list {
    display: grid;
    gap: 0.75rem;
}

.faq-list details {
    padding: 1.15rem 1.25rem;
    border: 1px solid rgba(25, 27, 34, 0.09);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.55);
}

.faq-list summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: #272931;
    font-size: 0.83rem;
    font-weight: 800;
    cursor: pointer;
    list-style: none;
}

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

.faq-list summary i {
    color: var(--red);
    transition: 0.2s ease;
}

.faq-list details[open] summary i {
    transform: rotate(45deg);
}

.faq-list details p {
    margin: 0.75rem 0 0;
    color: #73767f;
    font-size: 0.74rem;
}

@media (max-width: 930px) {
    .contact-hero-grid {
        grid-template-columns: 1fr 360px;
        gap: 2rem;
    }

    .contact-layout {
        grid-template-columns: 1fr;
    }

    .contact-info-panel {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 2rem;
    }

    .info-list {
        grid-row: 1 / 5;
        grid-column: 2;
        margin-top: 0;
    }

    .panel-social {
        align-self: end;
    }
}

@media (max-width: 760px) {
    .contact-hero-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .contact-hero-copy > p {
        margin-inline: auto;
    }

    .contact-hero-actions,
    .contact-hero-copy .section-label {
        justify-content: center;
    }

    .contact-hero-art {
        min-height: 370px;
    }

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

    .channel-card {
        min-height: 88px;
    }

    .contact-channels {
        margin-top: -24px;
    }

    .contact-info-panel {
        display: block;
    }

    .info-list {
        margin-top: 2rem;
    }
}

@media (max-width: 560px) {
    .contact-hero {
        min-height: auto;
    }

    .contact-hero-grid {
        padding-block: 3.5rem;
    }

    .contact-hero-copy h1 {
        font-size: clamp(2.8rem, 14vw, 4.2rem);
    }

    .contact-hero-actions .button {
        width: 100%;
    }

    .contact-hero-art {
        min-height: 320px;
    }

    .contact-symbol {
        width: 225px;
        height: 225px;
    }

    .contact-symbol i {
        font-size: 4.2rem;
    }

    .message-card-main {
        right: 0;
        width: 235px;
    }

    .message-card-small {
        left: 0;
    }

    .contact-layout {
        border-radius: 22px;
    }

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

    .contact-field.form-wide {
        grid-column: auto;
    }

    .form-submit-row {
        align-items: stretch;
        flex-direction: column;
    }

    .contact-submit {
        width: 100%;
    }
}
