/* NARATETAMA CONTACT - RED THEME
   Accent updated from yellow/gold to red.
   Main red: #ed2b32
   Dark red: #b91c24
*/

/* =========================================
KONTAK NARATETAMA
========================================= */

.contact-neo-hero {
    position: relative;
    min-height: 680px;
    padding-top: 100px;
    overflow: hidden;
    background:
        radial-gradient(circle at 85% 25%, rgba(237,43,50,.13), transparent 25%),
        linear-gradient(135deg,#080a0c,#101419);
}

.contact-hero-decoration {
    position: absolute;
    inset: 0;
    opacity: .12;
    background-image:
        linear-gradient(
            45deg,
            transparent 48%,
            rgba(237,43,50,.15) 49%,
            rgba(237,43,50,.15) 51%,
            transparent 52%
        );
    background-size: 220px 220px;
}

.contact-neo-hero-grid {
    position: relative;
    z-index: 2;
    min-height: 580px;
    display: grid;
    grid-template-columns: 1fr .9fr;
    align-items: center;
    gap: 70px;
}

.contact-neo-badge,
.contact-neo-label {
    display: inline-flex;
    color: var(--yellow);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1.4px;
}

.contact-neo-badge {
    padding: 9px 14px;
    border: 1px solid rgba(237,43,50,.65);
    border-radius: 25px;
}

.contact-neo-hero-content h1 {
    max-width: 760px;
    margin-top: 22px;
    font-size: clamp(48px,5.1vw,76px);
    line-height: 1.02;
    letter-spacing: -3px;
}

.contact-neo-hero-content h1 span {
    display: block;
    color: var(--yellow);
}

.contact-neo-hero-content p {
    max-width: 670px;
    margin-top: 23px;
    color: #a9aeb2;
    font-size: 16px;
    line-height: 1.8;
}

.contact-neo-hero-content p strong {
    color: #fff;
}

.contact-neo-actions {
    margin-top: 30px;
    display: flex;
    gap: 15px;
}

.contact-neo-visual {
    position: relative;
    min-height: 450px;
}

.contact-neo-glow {
    position: absolute;
    width: 300px;
    height: 300px;
    right: 10%;
    top: 10%;
    border-radius: 50%;
    background: rgba(237,43,50,.12);
    filter: blur(65px);
}

.contact-main-photo {
    position: absolute;
    top: 0;
    right: 0;
    width: 87%;
    height: 400px;
    overflow: hidden;
    border: 2px solid rgba(237,43,50,.58);
    border-radius: 28px 28px 28px 85px;
}

.contact-main-photo img,
.contact-small-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-small-photo {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 46%;
    height: 175px;
    overflow: hidden;
    border: 4px solid var(--yellow);
    border-radius: 22px;
}


/* =========================
INFO + FORM
========================= */

.contact-neo-main {
    padding: 100px 0;
    background: #0d1013;
}

.contact-neo-main-grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 24px;
    align-items: stretch;
}

.contact-neo-panel {
    padding: 36px;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 18px;
    background: linear-gradient(145deg,#15191d,#0c0f12);
}

.contact-neo-form-panel {
    border-color: rgba(237,43,50,.19);
}

.contact-neo-panel h2 {
    margin-top: 11px;
    font-size: 34px;
}

.contact-neo-description {
    margin-top: 12px;
    color: #969ca0;
    font-size: 13px;
    line-height: 1.75;
}

.contact-neo-info-list {
    margin-top: 30px;
    display: grid;
    gap: 12px;
}

.contact-neo-info {
    min-height: 88px;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 13px;
    background: #101418;
    transition: .2s;
}

a.contact-neo-info:hover {
    transform: translateY(-2px);
    border-color: rgba(237,43,50,.4);
}

.contact-neo-info-icon {
    width: 48px;
    height: 48px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: var(--yellow);
    color: #111;
    font-size: 12px;
    font-weight: 900;
}

.contact-neo-info-text {
    min-width: 0;
}

.contact-neo-info-text small,
.contact-neo-info-text strong,
.contact-neo-info-text span {
    display: block;
}

.contact-neo-info-text small {
    color: #747b80;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1px;
}

.contact-neo-info-text strong {
    margin-top: 5px;
    color: #fff;
    font-size: 15px;
}

.contact-neo-info-text span {
    margin-top: 5px;
    color: #858b8f;
    font-size: 11px;
}

.contact-neo-arrow {
    margin-left: auto;
    color: var(--yellow);
    font-size: 21px;
}

.contact-neo-tip {
    margin-top: 24px;
    padding: 18px;
    display: flex;
    gap: 14px;
    border: 1px solid rgba(237,43,50,.22);
    border-radius: 13px;
    background: rgba(237,43,50,.05);
}

.contact-neo-tip-icon {
    width: 36px;
    height: 36px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--yellow);
    color: #111;
    font-weight: 900;
}

.contact-neo-tip strong {
    font-size: 13px;
}

.contact-neo-tip p {
    margin-top: 6px;
    color: #91979b;
    font-size: 11px;
    line-height: 1.6;
}


/* =========================
FORM
========================= */

#waContactForm {
    margin-top: 28px;
}

.contact-neo-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.contact-neo-field {
    margin-bottom: 17px;
}

.contact-neo-field label {
    display: block;
    margin-bottom: 8px;
    color: #ededed;
    font-size: 12px;
    font-weight: 700;
}

.contact-neo-field input,
.contact-neo-field select,
.contact-neo-field textarea {
    width: 100%;
    min-height: 52px;
    padding: 0 15px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 10px;
    outline: none;
    background: #0b0e11;
    color: #fff;
    font-family: inherit;
    font-size: 14px;
}

.contact-neo-field textarea {
    min-height: 140px;
    padding-top: 15px;
    resize: vertical;
}

.contact-neo-field select option {
    background: #0b0e11;
    color: #fff;
}

.contact-neo-field input:focus,
.contact-neo-field select:focus,
.contact-neo-field textarea:focus {
    border-color: var(--yellow);
    box-shadow: 0 0 0 3px rgba(237,43,50,.08);
}

.contact-input-unit {
    display: flex;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 10px;
    background: #0b0e11;
}

.contact-input-unit:focus-within {
    border-color: var(--yellow);
}

.contact-input-unit input {
    border: 0;
    border-radius: 0;
    box-shadow: none !important;
}

.contact-input-unit span {
    min-width: 70px;
    display: grid;
    place-items: center;
    border-left: 1px solid rgba(255,255,255,.08);
    color: #90969a;
    font-size: 11px;
}

.contact-size-result {
    margin-bottom: 17px;
    padding: 13px 15px;
    border-radius: 9px;
    background: rgba(237,43,50,.07);
    color: #979ca0;
    font-size: 12px;
}

.contact-size-result strong {
    color: var(--yellow);
}

.contact-neo-submit {
    width: 100%;
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 0;
    border-radius: 10px;
    background: var(--yellow);
    color: #111;
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
}

.contact-neo-submit span {
    width: 31px;
    height: 31px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #111;
    color: #fff;
    font-size: 10px;
}


/* =========================
SERVICES
========================= */

.contact-neo-services {
    padding: 95px 0;
    background: #080a0c;
}

.contact-neo-section-head {
    max-width: 720px;
    margin: 0 auto 40px;
    text-align: center;
}

.contact-neo-section-head h2 {
    margin-top: 13px;
    font-size: clamp(36px,4vw,52px);
    letter-spacing: -2px;
}

.contact-neo-section-head p {
    margin-top: 13px;
    color: #93999d;
    line-height: 1.7;
}

.contact-neo-service-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 17px;
}

.contact-service-card {
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 15px;
    background: #111519;
    transition: .22s;
}

.contact-service-card:hover {
    transform: translateY(-5px);
    border-color: rgba(237,43,50,.45);
}

.contact-service-image {
    height: 190px;
    overflow: hidden;
}

.contact-service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-service-body {
    padding: 22px;
}

.contact-service-icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: var(--yellow);
    color: #111;
    font-size: 11px;
    font-weight: 900;
}

.contact-service-body h3 {
    margin-top: 18px;
    font-size: 18px;
}

.contact-service-body p {
    margin-top: 9px;
    color: #92989c;
    font-size: 12px;
    line-height: 1.7;
}

.contact-service-body span {
    display: inline-block;
    margin-top: 17px;
    color: var(--yellow);
    font-size: 11px;
    font-weight: 800;
}


/* =========================
LOCATION + FAST RESPONSE
========================= */

.contact-location-section {
    padding: 90px 0;
    background: #0d1013;
}

.contact-location-grid {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    gap: 22px;
}

.contact-location-box {
    min-height: 430px;
    padding: 35px;
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 30px;
    align-items: center;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 18px;
    background: #111519;
}

.contact-location-content h2 {
    margin-top: 13px;
    font-size: 38px;
    line-height: 1.08;
}

.contact-location-content p {
    margin: 15px 0 25px;
    color: #969ca0;
    font-size: 13px;
    line-height: 1.75;
}

.contact-location-visual {
    display: grid;
    gap: 12px;
}

.contact-location-visual div {
    padding: 20px;
    border: 1px solid rgba(237,43,50,.15);
    border-radius: 12px;
    background: #0b0e11;
}

.contact-location-visual strong,
.contact-location-visual span {
    display: block;
}

.contact-location-visual strong {
    color: var(--yellow);
    font-size: 15px;
}

.contact-location-visual span {
    margin-top: 5px;
    color: #868c90;
    font-size: 11px;
}

.contact-fast-box {
    padding: 35px;
    border-radius: 18px;
    background: var(--yellow);
    color: #111;
}

.contact-neo-label.light {
    color: #6b161b;
}

.contact-fast-box h2 {
    margin-top: 13px;
    font-size: 36px;
    line-height: 1.05;
    letter-spacing: -1.5px;
}

.contact-fast-box h2 span {
    display: block;
}

.contact-fast-box p {
    margin-top: 14px;
    color: #6b161b;
    font-size: 13px;
    line-height: 1.7;
}

.contact-fast-number {
    margin-top: 28px;
    display: flex;
    align-items: center;
    gap: 13px;
}

.contact-fast-wa {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #111;
    color: #fff;
    font-size: 11px;
    font-weight: 900;
}

.contact-fast-number strong {
    font-size: 21px;
}

.contact-fast-button {
    margin-top: 23px;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: #111;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
}


/* =========================
RESPONSIVE
========================= */

@media (max-width: 1050px) {

    .contact-neo-hero-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .contact-neo-hero-content {
        padding-top: 60px;
    }

    .contact-neo-visual {
        min-height: 380px;
    }

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

    .contact-neo-service-grid {
        grid-template-columns: repeat(2,1fr);
    }

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

}


@media (max-width: 700px) {

    .contact-neo-hero {
        padding-top: 72px;
    }

    .contact-neo-hero-grid {
        min-height: auto;
    }

    .contact-neo-hero-content {
        padding-top: 55px;
    }

    .contact-neo-hero-content h1 {
        font-size: 43px;
        letter-spacing: -2px;
    }

    .contact-neo-hero-content p {
        font-size: 14px;
    }

    .contact-neo-actions {
        flex-direction: column;
    }

    .contact-neo-visual {
        min-height: 310px;
    }

    .contact-main-photo {
        width: 92%;
        height: 280px;
        border-radius: 20px;
    }

    .contact-small-photo {
        width: 46%;
        height: 125px;
    }

    .contact-neo-main,
    .contact-neo-services,
    .contact-location-section {
        padding: 65px 0;
    }

    .contact-neo-panel {
        padding: 22px;
    }

    .contact-neo-panel h2 {
        font-size: 29px;
    }

    .contact-neo-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .contact-neo-field input,
    .contact-neo-field select,
    .contact-neo-field textarea {
        font-size: 16px;
    }

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

    .contact-location-box {
        grid-template-columns: 1fr;
        padding: 24px;
    }

    .contact-location-content h2 {
        font-size: 32px;
    }

    .contact-fast-box {
        padding: 25px;
    }

    .contact-fast-box h2 {
        font-size: 32px;
    }

}
