:root {
    --contact-primary: #0d6efd;
    --contact-primary-dark: #084298;
    --contact-text: #172033;
    --contact-muted: #667085;
    --contact-border: #e5e7eb;
    --contact-surface: #f7f9fc;
    --contact-white: #ffffff;
    --contact-success: #198754;
    --contact-radius: 24px;
    --contact-shadow: 0 20px 55px rgba(15, 23, 42, 0.08);
}

.contact-page {
    color: #172033;
    overflow: hidden;
}

/* Hero */
.contact-hero {
    position: relative;
    padding: 155px 0 90px;
    background:
            radial-gradient(circle at 15% 20%, rgba(13, 110, 253, 0.14), transparent 34%),
            radial-gradient(circle at 85% 70%, rgba(111, 66, 193, 0.12), transparent 32%),
            linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
}

.contact-hero::after {
    content: "";
    position: absolute;
    right: -140px;
    top: 80px;
    width: 380px;
    height: 380px;
    border: 1px solid rgba(13, 110, 253, 0.12);
    border-radius: 50%;
    pointer-events: none;
}

.contact-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    padding: 8px 14px;
    color: #084298;
    background: rgba(13, 110, 253, 0.08);
    border: 1px solid rgba(13, 110, 253, 0.14);
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
}

.contact-badge-dot {
    width: 8px;
    height: 8px;
    background: #198754;
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(25, 135, 84, 0.12);
}

.contact-hero h1 {
    max-width: 760px;
    margin: 0 auto 22px;
    font-size: clamp(38px, 6vw, 68px);
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.contact-hero-description {
    max-width: 730px;
    margin: 0 auto;
    color: black;
    font-size: clamp(17px, 2vw, 20px);
    line-height: 1.75;
}

.contact-breadcrumb {
    margin-top: 28px;
}

.contact-breadcrumb .breadcrumb {
    justify-content: center;
    margin-bottom: 0;
}


/* İletişim yöntemleri */
.contact-methods {
    position: relative;
    z-index: 3;
    padding: 90px 0 100px;
    background: #ffffff;
}

.contact-methods-heading {
    max-width: 720px;
    margin: 0 auto 45px;
}

.contact-methods-heading h2 {
    margin: 8px 0 15px;
    color: var(--contact-text);
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.2;
    letter-spacing: -0.03em;
}

.contact-methods-heading p {
    margin: 0;
    color: var(--contact-muted);
    font-size: 17px;
    line-height: 1.75;
}



/* İletişim kanalları */
.contact-methods {
    position: relative;
    z-index: 2;
    padding: 110px 0 105px;
    background:
            radial-gradient(
                    circle at 8% 15%,
                    rgba(13, 110, 253, 0.08),
                    transparent 28%
            ),
            radial-gradient(
                    circle at 92% 85%,
                    rgba(111, 66, 193, 0.07),
                    transparent 30%
            ),
            #ffffff;
}

.contact-methods::before {
    content: "";
    position: absolute;
    top: 55px;
    left: 5%;
    width: 130px;
    height: 130px;
    background-image:
            radial-gradient(
                    circle,
                    rgba(13, 110, 253, 0.18) 1.5px,
                    transparent 1.5px
            );
    background-size: 15px 15px;
    opacity: 0.55;
    pointer-events: none;
}

.contact-methods::after {
    content: "";
    position: absolute;
    right: 5%;
    bottom: 55px;
    width: 170px;
    height: 170px;
    border: 1px solid rgba(13, 110, 253, 0.1);
    border-radius: 50%;
    pointer-events: none;
}

/* Başlık */
.contact-methods-heading {
    position: relative;
    z-index: 2;
    max-width: 760px;
    margin: 0 auto 52px;
}

.contact-methods-heading .contact-section-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    padding: 8px 14px;
    color: #0d6efd;
    background: rgba(13, 110, 253, 0.08);
    border: 1px solid rgba(13, 110, 253, 0.13);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 750;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.contact-methods-heading .contact-section-label::before {
    content: "";
    width: 7px;
    height: 7px;
    background: #0d6efd;
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(13, 110, 253, 0.1);
}

.contact-methods-heading h2 {
    margin: 0 0 16px;
    color: #172033;
    font-size: clamp(32px, 4.5vw, 48px);
    font-weight: 750;
    line-height: 1.14;
    letter-spacing: -0.035em;
}

.contact-methods-heading p {
    max-width: 680px;
    margin: 0 auto;
    color: #667085;
    font-size: 17px;
    line-height: 1.8;
}

/* Kart */
.contact-channel-card {
    --channel-color: #0d6efd;
    --channel-rgb: 13, 110, 253;

    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 390px;
    overflow: hidden;
    padding: 30px;
    color: #172033;
    background:
            linear-gradient(
                    145deg,
                    rgba(255, 255, 255, 0.98),
                    rgba(248, 250, 254, 0.98)
            );
    border: 1px solid #e5eaf2;
    border-radius: 26px;
    box-shadow:
            0 18px 45px rgba(15, 23, 42, 0.055),
            0 3px 10px rgba(15, 23, 42, 0.025);
    isolation: isolate;
    transition:
            color 0.3s ease,
            border-color 0.3s ease,
            box-shadow 0.35s ease,
            transform 0.35s ease;
}

.contact-channel-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
    height: 5px;
    background:
            linear-gradient(
                    90deg,
                    var(--channel-color),
                    rgba(var(--channel-rgb), 0.45)
            );
    transform: scaleX(0.35);
    transform-origin: left;
    transition: transform 0.35s ease;
}

.contact-channel-card::after {
    content: "";
    position: absolute;
    right: -85px;
    bottom: -105px;
    z-index: -2;
    width: 235px;
    height: 235px;
    background: rgba(var(--channel-rgb), 0.08);
    border-radius: 50%;
    transition:
            width 0.4s ease,
            height 0.4s ease,
            background 0.4s ease;
}

.contact-channel-card:hover {
    color: #172033;
    border-color: rgba(var(--channel-rgb), 0.28);
    box-shadow:
            0 30px 70px rgba(15, 23, 42, 0.11),
            0 7px 22px rgba(var(--channel-rgb), 0.08);
    transform: translateY(-10px);
}

.contact-channel-card:hover::before {
    transform: scaleX(1);
}

.contact-channel-card:hover::after {
    width: 285px;
    height: 285px;
    background: rgba(var(--channel-rgb), 0.12);
}

/* Kart renkleri */
.contact-channel-whatsapp {
    --channel-color: #20b860;
    --channel-rgb: 32, 184, 96;
}

.contact-channel-email {
    --channel-color: #0d6efd;
    --channel-rgb: 13, 110, 253;
}

.contact-channel-phone {
    --channel-color: #7651d8;
    --channel-rgb: 118, 81, 216;
}

/* Dekoratif ışık */
.contact-channel-glow {
    position: absolute;
    top: -85px;
    right: -75px;
    z-index: -1;
    width: 190px;
    height: 190px;
    background: rgba(var(--channel-rgb), 0.08);
    border-radius: 50%;
    filter: blur(2px);
    transition:
            transform 0.45s ease,
            background 0.45s ease;
}

.contact-channel-card:hover .contact-channel-glow {
    background: rgba(var(--channel-rgb), 0.14);
    transform: scale(1.25);
}

/* Üst alan */
.contact-channel-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 42px;
}

.contact-channel-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    color: var(--channel-color);
    background: rgba(var(--channel-rgb), 0.1);
    border: 1px solid rgba(var(--channel-rgb), 0.12);
    border-radius: 19px;
    font-size: 27px;
    box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.7),
            0 12px 26px rgba(var(--channel-rgb), 0.1);
    transition:
            color 0.35s ease,
            background 0.35s ease,
            box-shadow 0.35s ease,
            transform 0.35s ease;
}

.contact-channel-card:hover .contact-channel-icon {
    color: #ffffff;
    background: var(--channel-color);
    box-shadow:
            0 16px 30px rgba(var(--channel-rgb), 0.25);
    transform: translateY(-3px) rotate(-4deg);
}

.contact-channel-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    color: #7d8799;
    background: #f1f4f8;
    border: 1px solid #e5eaf2;
    border-radius: 50%;
    font-size: 17px;
    transition:
            color 0.3s ease,
            background 0.3s ease,
            border-color 0.3s ease,
            transform 0.35s ease;
}

.contact-channel-card:hover .contact-channel-arrow {
    color: #ffffff;
    background: var(--channel-color);
    border-color: var(--channel-color);
    transform: rotate(45deg);
}

/* İçerik */
.contact-channel-body {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.contact-channel-eyebrow {
    margin-bottom: 8px;
    color: var(--channel-color);
    font-size: 12px;
    font-weight: 750;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.contact-channel-title {
    margin-bottom: 13px;
    color: #172033;
    font-size: 27px;
    font-weight: 750;
    line-height: 1.2;
    letter-spacing: -0.025em;
}

.contact-channel-description {
    max-width: 300px;
    color: #667085;
    font-size: 15px;
    line-height: 1.75;
}

/* Alt alan */
.contact-channel-footer {
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin-top: 34px;
    padding-top: 22px;
    border-top: 1px solid #e7ebf1;
}

.contact-channel-status {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: black;
    font-size: 12px;
    font-weight: 600;
}

.contact-channel-status i {
    color: var(--channel-color);
    font-size: 13px;
}

.contact-status-dot {
    width: 7px;
    height: 7px;
    background: #20b860;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(32, 184, 96, 0.12);
}

.contact-channel-value {
    color: #172033;
    font-size: 15px;
    font-weight: 750;
    line-height: 1.55;
    overflow-wrap: anywhere;
}

/* Klavye erişilebilirliği */
.contact-channel-card:focus-visible {
    outline: 3px solid rgba(var(--channel-rgb), 0.32);
    outline-offset: 5px;
}

/* Tablet */
@media (max-width: 991.98px) {
    .contact-methods {
        padding: 90px 0;
    }

    .contact-channel-card {
        min-height: 370px;
    }

    .contact-channel-phone {
        min-height: 340px;
    }
}

/* Mobil */
@media (max-width: 767.98px) {
    .contact-methods {
        padding: 75px 0;
    }

    .contact-methods::before,
    .contact-methods::after {
        display: none;
    }

    .contact-methods-heading {
        margin-bottom: 38px;
    }

    .contact-methods-heading h2 {
        font-size: 34px;
    }

    .contact-methods-heading p {
        font-size: 15px;
    }

    .contact-channel-card {
        min-height: auto;
        padding: 26px;
        border-radius: 21px;
    }

    .contact-channel-top {
        margin-bottom: 30px;
    }

    .contact-channel-icon {
        width: 56px;
        height: 56px;
        border-radius: 17px;
        font-size: 24px;
    }

    .contact-channel-arrow {
        width: 39px;
        height: 39px;
    }

    .contact-channel-title {
        font-size: 24px;
    }

    .contact-channel-footer {
        margin-top: 28px;
    }
}

/* Hareket azaltma tercihi */
@media (prefers-reduced-motion: reduce) {
    .contact-channel-card,
    .contact-channel-card::before,
    .contact-channel-card::after,
    .contact-channel-glow,
    .contact-channel-icon,
    .contact-channel-arrow {
        transition: none;
    }

    .contact-channel-card:hover {
        transform: none;
    }
}

/* İçerik */
.contact-channel-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-width: 0;
}

.contact-channel-label {
    margin-bottom: 5px;
    color: var(--contact-muted);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.contact-channel-title {
    margin-bottom: 11px;
    color: var(--contact-text);
    font-size: 23px;
    font-weight: 750;
    line-height: 1.2;
}

.contact-channel-description {
    margin-bottom: 22px;
    color: black;
    font-size: 14px;
    line-height: 1.7;
}

.contact-channel-value {
    margin-top: auto;
    color: var(--contact-text);
    font-size: 15px;
    font-weight: 750;
    line-height: 1.5;
    overflow-wrap: anywhere;
}

/* Sağ üst ok */
.contact-channel-arrow {
    position: absolute;
    top: 29px;
    right: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    color: #8590a3;
    background: #f2f5f9;
    border-radius: 50%;
    font-size: 15px;
    transition:
            color 0.3s ease,
            background 0.3s ease,
            transform 0.3s ease;
}

.contact-channel:hover .contact-channel-arrow {
    color: #ffffff;
    background: var(--contact-primary);
    transform: rotate(45deg);
}

/* Tablet */
@media (max-width: 991.98px) {
    .contact-methods {
        padding: 75px 0 85px;
    }

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

    .contact-channel {
        min-height: auto;
    }

    .contact-channel:not(:last-child) {
        border-right: 0;
        border-bottom: 1px solid #e5eaf2;
    }
}

/* Mobil */
@media (max-width: 575.98px) {
    .contact-methods {
        padding: 65px 0 75px;
    }

    .contact-methods-heading {
        margin-bottom: 32px;
    }

    .contact-methods-heading p {
        font-size: 15px;
    }

    .contact-methods-wrapper {
        border-radius: 20px;
    }

    .contact-channel {
        padding: 30px 24px;
    }

    .contact-channel-icon {
        flex-basis: 50px;
        width: 50px;
        height: 50px;
        margin-right: 15px;
        border-radius: 15px;
        font-size: 22px;
    }

    .contact-channel-title {
        font-size: 20px;
    }

    .contact-channel-arrow {
        top: 22px;
        right: 18px;
        width: 32px;
        height: 32px;
    }

    .contact-channel-content {
        padding-right: 20px;
    }
}




.contact-method-value {
    color: #172033;
    font-weight: 700;
    word-break: break-word;
}

/* Form area */
.contact-main-section {
    padding: 85px 0;
    background: #f7f9fc;
}

.contact-form-card {
    padding: clamp(26px, 5vw, 48px);
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    box-shadow:  0 20px 55px rgba(15, 23, 42, 0.08);
}

.contact-section-label {
    display: inline-block;
    margin-bottom: 12px;
    color: #0d6efd;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.contact-form-card h2,
.contact-sidebar h2 {
    margin-bottom: 14px;
    font-size: clamp(28px, 4vw, 40px);
    line-height: 1.2;
    letter-spacing: -0.025em;
}

.contact-section-description {
    color: black;
    line-height: 1.75;
}

.contact-form-card .form-label {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 650;
}

.contact-form-card .form-control,
.contact-form-card .form-select {
    min-height: 54px;
    padding: 13px 16px;
    background-color: #fbfcfe;
    border: 1px solid #d8dee8;
    border-radius: 12px;
    box-shadow: none;
}

.contact-form-card textarea.form-control {
    min-height: 150px;
    resize: vertical;
}

.contact-form-card .form-control:focus,
.contact-form-card .form-select:focus {
    background-color: #fff;
    border-color: #0d6efd;
    box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.1);
}

.contact-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 54px;
    padding: 13px 26px;
    border-radius: 12px;
    font-weight: 700;
}

.contact-submit:disabled {
    cursor: not-allowed;
    opacity: 0.72;
}

.form-privacy {
    margin: 15px 0 0;
    color: #667085;
    font-size: 13px;
    line-height: 1.6;
}

/* Sidebar */
.contact-sidebar {
    position: sticky;
    top: 120px;
}

.contact-sidebar-intro {
    margin-bottom: 28px;
}

.contact-benefit-list {
    display: grid;
    gap: 14px;
    margin: 0 0 32px;
    padding: 0;
    list-style: none;
}

.contact-benefit-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 17px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
}

.contact-benefit-list i {
    margin-top: 2px;
    color: #198754;
    font-size: 19px;
}

.contact-benefit-list strong {
    display: block;
    margin-bottom: 3px;
    font-size: 15px;
}

.contact-benefit-list span {
    color: black;
    font-size: 14px;
    line-height: 1.55;
}

.contact-service-box {
    padding: 26px;
    color: #fff;
    background:
            linear-gradient(145deg, rgba(13, 110, 253, 0.96), rgba(84, 45, 168, 0.96));
    border-radius: 20px;
}

.contact-service-box h3 {
    margin-bottom: 15px;
    color: #fff;
    font-size: 20px;
}

.contact-service-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.contact-service-tags a {
    display: inline-flex;
    padding: 7px 11px;
    color: #fff;
    background: rgba(255, 255, 255, 0.13);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    font-size: 13px;
}

.contact-service-tags a:hover {
    background: rgba(255, 255, 255, 0.22);
}

/* Process */
.contact-process {
    padding: 95px 0;
}

.contact-process-card {
    position: relative;
    height: 100%;
    padding: 28px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
}

.contact-process-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 18px;
    color: #0d6efd;
    background: rgba(13, 110, 253, 0.09);
    border-radius: 12px;
    font-weight: 800;
}

.contact-process-card h3 {
    margin-bottom: 10px;
    font-size: 19px;
}

.contact-process-card p {
    margin: 0;
    color: black;
    line-height: 1.7;
}

/* Map */
.contact-map-section {
    padding-bottom: 95px;
}

.contact-map-wrapper {
    overflow: hidden;
    background: #e9edf5;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    box-shadow:  0 20px 55px rgba(15, 23, 42, 0.08);
}

.contact-map-wrapper iframe {
    display: block;
    width: 100%;
    height: 460px;
    border: 0;
}

@media (max-width: 991.98px) {
    .contact-hero {
        padding: 125px 0 85px;
    }

    .contact-sidebar {
        position: static;
        margin-top: 40px;
    }
}

@media (max-width: 767.98px) {
    .contact-methods {
        margin-top: -25px;
    }

    .contact-hero h1 {
        font-size: 40px;
    }

    .contact-main-section,
    .contact-process {
        padding: 70px 0;
    }

    .contact-map-wrapper iframe {
        height: 370px;
    }
}
