/*
|--------------------------------------------------------------------------
| Alibeyköy Adıyaman Çiğ Köfte
| İletişim ve Hızlı Ulaşım Bölümü
|--------------------------------------------------------------------------
*/

.home-contact {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 72px 24px;
    background:
        radial-gradient(
            circle at 8% 12%,
            rgba(215, 168, 55, 0.2),
            transparent 30%
        ),
        radial-gradient(
            circle at 94% 88%,
            rgba(39, 118, 84, 0.36),
            transparent 34%
        ),
        #063d2d;
    color: #ffffff;
}

.home-contact::before {
    position: absolute;
    z-index: -1;
    top: -150px;
    right: -95px;
    width: 360px;
    height: 360px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    box-shadow:
        0 0 0 48px rgba(255, 255, 255, 0.025),
        0 0 0 96px rgba(255, 255, 255, 0.018);
    content: "";
}

.home-contact::after {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.12);
    content: "";
}

.home-contact__inner {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(540px, 1.18fr);
    gap: clamp(48px, 6vw, 96px);
    align-items: center;
    width: min(1180px, 100%);
    margin: 0 auto;
}

.home-contact__intro {
    max-width: 510px;
}

.home-contact__eyebrow {
    display: inline-flex;
    gap: 9px;
    align-items: center;
    margin: 0 0 18px;
    color: #f2c75c;
    font-size: 0.76rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.home-contact__eyebrow > span {
    display: grid;
    width: 27px;
    height: 27px;
    border: 1px solid rgba(242, 199, 92, 0.42);
    border-radius: 50%;
    background: rgba(242, 199, 92, 0.1);
    place-items: center;
}

.home-contact__eyebrow i {
    font-size: 0.92rem;
}

.home-contact__title {
    max-width: 510px;
    margin: 0;
    color: #ffffff;
    font-family: "Bricolage Grotesque", "Inter", sans-serif;
    font-size: clamp(2.5rem, 4.2vw, 4.45rem);
    font-weight: 750;
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.home-contact__title span {
    display: block;
    margin-top: 7px;
    color: #f2c75c;
}

.home-contact__lead {
    max-width: 470px;
    margin: 23px 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 1rem;
    line-height: 1.7;
}

.home-contact__status {
    display: inline-flex;
    gap: 12px;
    align-items: center;
    margin-top: 28px;
    padding: 11px 15px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.065);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(8px);
}

.home-contact__status-dot {
    position: relative;
    width: 9px;
    height: 9px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #58d68d;
    box-shadow: 0 0 0 5px rgba(88, 214, 141, 0.13);
}

.home-contact__status-dot::after {
    position: absolute;
    inset: -4px;
    border: 1px solid rgba(88, 214, 141, 0.4);
    border-radius: inherit;
    content: "";
    animation: contact-status-pulse 2.2s ease-out infinite;
}

.home-contact__status > span:last-child {
    display: grid;
    gap: 2px;
}

.home-contact__status small {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-contact__status strong {
    color: #ffffff;
    font-size: 0.83rem;
    font-weight: 700;
}

.home-contact__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.home-contact__action {
    position: relative;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) 30px;
    gap: 14px;
    align-items: center;
    min-height: 126px;
    padding: 22px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.075);
    color: #ffffff;
    text-decoration: none;
    box-shadow:
        0 18px 45px rgba(0, 20, 14, 0.16),
        inset 0 1px rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    transition:
        transform 220ms ease,
        border-color 220ms ease,
        background-color 220ms ease,
        box-shadow 220ms ease;
}

.home-contact__action--whatsapp {
    grid-column: 1 / -1;
    min-height: 142px;
    border-color: rgba(150, 237, 183, 0.38);
    background:
        linear-gradient(
            110deg,
            rgba(19, 119, 73, 0.94),
            rgba(13, 91, 61, 0.94)
        );
}

.home-contact__action--phone {
    border-color: rgba(255, 255, 255, 0.92);
    background: #ffffff;
    color: #063d2d;
    box-shadow:
        0 18px 45px rgba(0, 20, 14, 0.2),
        inset 0 1px rgba(255, 255, 255, 0.95);
}

.home-contact__action--directions {
    border-color: rgba(255, 224, 135, 0.72);
    background:
        linear-gradient(
            135deg,
            #f5cf69 0%,
            #e3b33f 100%
        );
    color: #063d2d;
    box-shadow:
        0 18px 45px rgba(0, 20, 14, 0.2),
        inset 0 1px rgba(255, 255, 255, 0.42);
}

.home-contact__action--whatsapp::before {
    position: absolute;
    top: -80px;
    right: -45px;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.055);
    content: "";
}

.home-contact__action-icon {
    position: relative;
    z-index: 1;
    display: grid;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.1);
    color: #f2c75c;
    place-items: center;
}

.home-contact__action--whatsapp .home-contact__action-icon {
    background: #ffffff;
    color: #137749;
    box-shadow: 0 12px 28px rgba(0, 34, 22, 0.18);
}

.home-contact__action--phone .home-contact__action-icon {
    border-color: rgba(6, 61, 45, 0.1);
    background: #f3f7f5;
    color: #0b7850;
}

.home-contact__action--directions .home-contact__action-icon {
    border-color: rgba(6, 61, 45, 0.13);
    background: rgba(6, 61, 45, 0.1);
    color: #063d2d;
}

.home-contact__action-icon i {
    font-size: 1.42rem;
}

.home-contact__action-copy {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 4px;
    min-width: 0;
}

.home-contact__action-copy small {
    color: rgba(255, 255, 255, 0.56);
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.085em;
    text-transform: uppercase;
}

.home-contact__action--whatsapp .home-contact__action-copy small {
    color: rgba(255, 255, 255, 0.7);
}

.home-contact__action--phone .home-contact__action-copy small,
.home-contact__action--directions .home-contact__action-copy small {
    color: rgba(6, 61, 45, 0.58);
}

.home-contact__action-copy strong {
    overflow: hidden;
    color: #ffffff;
    font-family: "Bricolage Grotesque", "Inter", sans-serif;
    font-size: 1.18rem;
    font-weight: 720;
    line-height: 1.1;
    letter-spacing: -0.025em;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-contact__action--whatsapp .home-contact__action-copy strong {
    font-size: 1.38rem;
}

.home-contact__action--phone .home-contact__action-copy strong,
.home-contact__action--directions .home-contact__action-copy strong {
    color: #063d2d;
}

.home-contact__action-copy > span {
    overflow: hidden;
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.78rem;
    line-height: 1.4;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-contact__action--phone .home-contact__action-copy > span,
.home-contact__action--directions .home-contact__action-copy > span {
    color: rgba(6, 61, 45, 0.7);
}

.home-contact__action-arrow {
    position: relative;
    z-index: 1;
    display: grid;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.09);
    color: rgba(255, 255, 255, 0.82);
    place-items: center;
    transition:
        transform 220ms ease,
        background-color 220ms ease;
}

.home-contact__action-arrow i {
    font-size: 0.86rem;
}

.home-contact__action--phone .home-contact__action-arrow,
.home-contact__action--directions .home-contact__action-arrow {
    background: rgba(6, 61, 45, 0.09);
    color: #063d2d;
}

.home-contact__action:hover,
.home-contact__action:focus-visible {
    border-color: rgba(242, 199, 92, 0.42);
    background-color: rgba(255, 255, 255, 0.11);
    box-shadow:
        0 22px 52px rgba(0, 18, 12, 0.23),
        inset 0 1px rgba(255, 255, 255, 0.1);
    transform: translateY(-3px);
}

.home-contact__action--whatsapp:hover,
.home-contact__action--whatsapp:focus-visible {
    border-color: rgba(167, 246, 196, 0.58);
    background-color: transparent;
}

.home-contact__action--phone:hover,
.home-contact__action--phone:focus-visible {
    border-color: #ffffff;
    background: #f5f8f7;
    box-shadow:
        0 24px 56px rgba(0, 18, 12, 0.26),
        inset 0 1px rgba(255, 255, 255, 0.95);
}

.home-contact__action--directions:hover,
.home-contact__action--directions:focus-visible {
    border-color: #ffe59a;
    background:
        linear-gradient(
            135deg,
            #f9d97e 0%,
            #e9ba47 100%
        );
    box-shadow:
        0 24px 56px rgba(0, 18, 12, 0.26),
        inset 0 1px rgba(255, 255, 255, 0.48);
}

.home-contact__action:hover .home-contact__action-arrow,
.home-contact__action:focus-visible .home-contact__action-arrow {
    background: rgba(242, 199, 92, 0.18);
    transform: translate(2px, -2px);
}

.home-contact__action--phone:hover .home-contact__action-arrow,
.home-contact__action--phone:focus-visible .home-contact__action-arrow,
.home-contact__action--directions:hover .home-contact__action-arrow,
.home-contact__action--directions:focus-visible .home-contact__action-arrow {
    background: rgba(6, 61, 45, 0.14);
}

.home-contact__action:focus-visible {
    outline: 3px solid rgba(242, 199, 92, 0.72);
    outline-offset: 3px;
}

[data-contact-reveal] {
    opacity: 0;
    transform: translateY(22px);
    transition:
        opacity 650ms ease,
        transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
}

[data-contact-reveal].is-visible {
    opacity: 1;
    transform: none;
}

.home-contact__actions [data-contact-reveal]:nth-child(2) {
    transition-delay: 80ms;
}

.home-contact__actions [data-contact-reveal]:nth-child(3) {
    transition-delay: 140ms;
}

@keyframes contact-status-pulse {
    0% {
        opacity: 0.9;
        transform: scale(0.7);
    }

    75%,
    100% {
        opacity: 0;
        transform: scale(1.8);
    }
}

@media (max-width: 1020px) {
    .home-contact {
        padding-block: 64px;
    }

    .home-contact__inner {
        grid-template-columns: minmax(0, 0.74fr) minmax(470px, 1.26fr);
        gap: 42px;
    }

    .home-contact__title {
        font-size: clamp(2.35rem, 5vw, 3.7rem);
    }

    .home-contact__action {
        grid-template-columns: 44px minmax(0, 1fr) 28px;
        gap: 11px;
        min-height: 118px;
        padding: 18px;
    }

    .home-contact__action--whatsapp {
        min-height: 132px;
    }

    .home-contact__action-icon {
        width: 44px;
        height: 44px;
    }
}

@media (max-width: 820px) {
    .home-contact {
        padding: 58px 22px;
    }

    .home-contact__inner {
        grid-template-columns: minmax(0, 1fr);
        gap: 38px;
    }

    .home-contact__intro {
        max-width: 650px;
    }

    .home-contact__title {
        max-width: 680px;
        font-size: clamp(2.45rem, 7.4vw, 4rem);
    }

    .home-contact__lead {
        margin-top: 19px;
    }

    .home-contact__status {
        margin-top: 22px;
    }

    .home-contact__actions {
        max-width: none;
    }
}

@media (max-width: 560px) {
    .home-contact {
        padding: 46px 16px 50px;
    }

    .home-contact::before {
        top: -90px;
        right: -130px;
        width: 270px;
        height: 270px;
    }

    .home-contact__inner {
        gap: 30px;
    }

    .home-contact__eyebrow {
        margin-bottom: 14px;
        font-size: 0.69rem;
    }

    .home-contact__title {
        font-size: clamp(2.16rem, 11vw, 3rem);
        line-height: 1;
    }

    .home-contact__title span {
        margin-top: 5px;
    }

    .home-contact__lead {
        margin-top: 16px;
        font-size: 0.9rem;
        line-height: 1.6;
    }

    .home-contact__status {
        width: 100%;
        margin-top: 19px;
        padding: 10px 13px;
    }

    .home-contact__actions {
        grid-template-columns: minmax(0, 1fr);
        gap: 10px;
    }

    .home-contact__action,
    .home-contact__action--whatsapp {
        grid-column: auto;
        grid-template-columns: 43px minmax(0, 1fr) 28px;
        gap: 11px;
        min-height: 96px;
        padding: 15px;
        border-radius: 18px;
    }

    .home-contact__action--whatsapp {
        min-height: 108px;
    }

    .home-contact__action-icon {
        width: 43px;
        height: 43px;
        border-radius: 13px;
    }

    .home-contact__action-icon i {
        font-size: 1.3rem;
    }

    .home-contact__action-copy {
        gap: 3px;
    }

    .home-contact__action-copy small {
        font-size: 0.6rem;
    }

    .home-contact__action-copy strong,
    .home-contact__action--whatsapp .home-contact__action-copy strong {
        font-size: 1.05rem;
    }

    .home-contact__action-copy > span {
        font-size: 0.72rem;
    }
}

@media (max-width: 370px) {
    .home-contact {
        padding-inline: 13px;
    }

    .home-contact__action,
    .home-contact__action--whatsapp {
        grid-template-columns: 40px minmax(0, 1fr) 25px;
        gap: 9px;
        padding-inline: 13px;
    }

    .home-contact__action-icon {
        width: 40px;
        height: 40px;
    }

    .home-contact__action-copy > span {
        font-size: 0.68rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-contact__status-dot::after {
        animation: none;
    }

    [data-contact-reveal] {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .home-contact__action,
    .home-contact__action-arrow {
        transition: none;
    }
}