.oncu-contact-main {
    background: #ffffff;
}

.oncu-contact-container {
    width: 100%;
    max-width: 1760px;
    margin: 0 auto;
}

.oncu-contact-hero {
    position: relative;
    padding: 24px 46px 30px;
    background:
        radial-gradient(circle at 90% 0%, rgba(255, 107, 0, 0.11), transparent 26%),
        linear-gradient(135deg, #07042b 0%, #0d0834 62%, #07042b 100%);
    color: #ffffff;
    overflow: hidden;
}

.oncu-contact-hero::after {
    content: "";
    position: absolute;
    right: -210px;
    top: -290px;
    width: 430px;
    height: 430px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(255, 107, 0, 0.16), transparent 64%);
    pointer-events: none;
}

.oncu-contact-breadcrumb {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    color: rgba(255, 255, 255, 0.52);
    font-size: 11.5px;
    line-height: 1.4;
    font-weight: 560;
}

.oncu-contact-breadcrumb a {
    color: rgba(255, 255, 255, 0.52);
    text-decoration: none;
    transition: color 0.2s ease;
}

.oncu-contact-breadcrumb a:hover {
    color: var(--oncu-orange);
}

.oncu-contact-breadcrumb strong {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    font-weight: 650;
}

.oncu-contact-breadcrumb strong::before {
    content: "/";
    color: rgba(255, 255, 255, 0.28);
}

.oncu-contact-hero-inner {
    position: relative;
    z-index: 2;
    margin-top: 18px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 34px;
}

.oncu-contact-kicker {
    display: inline-flex;
    margin-bottom: 8px;
    color: var(--oncu-orange);
    font-size: 9.5px;
    line-height: 1;
    font-weight: 780;
    letter-spacing: 1.15px;
    text-transform: uppercase;
}

.oncu-contact-hero h1 {
    margin: 0;
    color: #ffffff;
    font-size: 28px;
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: -0.8px;
}

.oncu-contact-hero p {
    margin: 10px 0 0;
    max-width: 650px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 13px;
    line-height: 1.58;
    font-weight: 420;
}

.oncu-contact-hero-note {
    min-width: 260px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 16px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.03)),
        radial-gradient(circle at 92% 10%, rgba(255, 107, 0, 0.18), transparent 38%);
    padding: 16px;
    backdrop-filter: blur(10px);
}

.oncu-contact-hero-note span {
    display: block;
    color: rgba(255, 255, 255, 0.52);
    font-size: 10.5px;
    line-height: 1;
    font-weight: 620;
}

.oncu-contact-hero-note strong {
    display: block;
    margin-top: 8px;
    color: #ffffff;
    font-size: 20px;
    line-height: 1;
    font-weight: 730;
    letter-spacing: -0.55px;
}

.oncu-contact-section {
    padding: 34px 46px 54px;
    background:
        radial-gradient(circle at 8% 0%, rgba(255, 107, 0, 0.035), transparent 28%),
        #ffffff;
}

.oncu-contact-top-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-bottom: 24px;
}

.oncu-contact-info-card {
    position: relative;
    min-height: 174px;
    border: 1px solid #dfe5ef;
    border-radius: 22px;
    background: #ffffff;
    padding: 20px;
    color: inherit;
    text-decoration: none;
    overflow: hidden;
    transition: border-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.oncu-contact-info-card::before {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    top: 0;
    height: 2px;
    border-radius: 0 0 999px 999px;
    background: transparent;
    transition: background 0.22s ease;
}

.oncu-contact-info-card:hover {
    border-color: rgba(255, 107, 0, 0.55);
    box-shadow: 0 18px 42px rgba(7, 4, 43, 0.08);
    transform: translateY(-2px);
}

.oncu-contact-info-card:hover::before {
    background: var(--oncu-orange);
}

.oncu-contact-info-card > span {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background:
        radial-gradient(circle at 85% 0%, rgba(255, 107, 0, 0.18), transparent 42%),
        #fff7f1;
    color: var(--oncu-orange);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.oncu-contact-info-card svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.oncu-contact-info-card small {
    display: block;
    margin-top: 18px;
    color: #8790a2;
    font-size: 11.2px;
    line-height: 1;
    font-weight: 620;
}

.oncu-contact-info-card strong {
    display: block;
    margin-top: 7px;
    color: #111629;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 740;
    letter-spacing: -0.35px;
    word-break: break-word;
}

.oncu-contact-info-card em {
    display: inline-flex;
    margin-top: 11px;
    color: var(--oncu-orange);
    font-size: 12px;
    line-height: 1;
    font-style: normal;
    font-weight: 720;
}

.oncu-contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 28px;
    align-items: start;
}

.oncu-contact-card,
.oncu-contact-side-card,
.oncu-contact-social-card,
.oncu-contact-map-card {
    border: 1px solid #dfe5ef;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(7, 4, 43, 0.06);
}

.oncu-contact-card {
    padding: 28px;
}

.oncu-contact-card-head span,
.oncu-contact-map-card span,
.oncu-contact-side-card > span {
    display: inline-flex;
    width: fit-content;
    height: 28px;
    padding: 0 11px;
    border-radius: 999px;
    background: #fff8f2;
    color: var(--oncu-orange);
    align-items: center;
    justify-content: center;
    font-size: 11.5px;
    line-height: 1;
    font-weight: 740;
}

.oncu-contact-card-head h2 {
    margin: 14px 0 0;
    max-width: 760px;
    color: #07042b;
    font-size: 28px;
    line-height: 1.14;
    font-weight: 740;
    letter-spacing: -0.7px;
}

.oncu-contact-card-head p {
    margin: 12px 0 0;
    max-width: 760px;
    color: #697386;
    font-size: 14px;
    line-height: 1.65;
    font-weight: 430;
}

.oncu-contact-action-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 28px;
}

.oncu-contact-action {
    min-height: 108px;
    border: 1px solid #e1e6ef;
    border-radius: 20px;
    background: #fbfcff;
    padding: 18px;
    color: inherit;
    text-decoration: none;
    transition: border-color 0.22s ease, transform 0.22s ease, background 0.22s ease;
}

.oncu-contact-action:hover {
    border-color: rgba(255, 107, 0, 0.45);
    background: #fff8f2;
    transform: translateY(-2px);
}

.oncu-contact-action.is-primary {
    background:
        radial-gradient(circle at 92% 10%, rgba(255, 107, 0, 0.18), transparent 42%),
        #07042b;
    border-color: #07042b;
}

.oncu-contact-action span {
    display: block;
    color: #8790a2;
    font-size: 12px;
    line-height: 1;
    font-weight: 620;
}

.oncu-contact-action strong {
    display: block;
    margin-top: 12px;
    color: #111629;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 740;
}

.oncu-contact-action.is-primary span,
.oncu-contact-action.is-primary strong {
    color: #ffffff;
}

.oncu-contact-mini-note {
    margin-top: 18px;
    border: 1px solid #edf0f6;
    border-radius: 20px;
    background: #ffffff;
    padding: 18px;
    display: flex;
    align-items: center;
    gap: 14px;
}

.oncu-contact-mini-note > span {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: #fff8f2;
    color: var(--oncu-orange);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.oncu-contact-mini-note svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.oncu-contact-mini-note small {
    display: block;
    color: #8790a2;
    font-size: 11.2px;
    line-height: 1;
    font-weight: 620;
}

.oncu-contact-mini-note strong {
    display: block;
    margin-top: 7px;
    color: #111629;
    font-size: 15px;
    line-height: 1.25;
    font-weight: 720;
}

.oncu-contact-side {
    display: grid;
    gap: 18px;
}

.oncu-contact-side-card,
.oncu-contact-social-card {
    padding: 22px;
}

.oncu-contact-side-card h3,
.oncu-contact-social-card h3 {
    margin: 14px 0 0;
    color: #07042b;
    font-size: 20px;
    line-height: 1.22;
    font-weight: 730;
    letter-spacing: -0.45px;
}

.oncu-contact-social-card h3 {
    margin-top: 0;
}

.oncu-contact-side-card p,
.oncu-contact-social-card p {
    margin: 10px 0 0;
    color: #697386;
    font-size: 13px;
    line-height: 1.6;
    font-weight: 430;
}

.oncu-contact-side-link {
    width: 100%;
    height: 42px;
    margin-top: 16px;
    padding: 0 14px;
    border: 1px solid rgba(255, 107, 0, 0.4);
    border-radius: 999px;
    background: #ffffff;
    color: var(--oncu-orange);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 12.4px;
    line-height: 1;
    font-weight: 720;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.oncu-contact-side-link + .oncu-contact-side-link {
    margin-top: 10px;
}

.oncu-contact-side-link:hover {
    background: var(--oncu-orange);
    border-color: var(--oncu-orange);
    color: #ffffff;
}

.oncu-contact-side-link.is-light {
    border-color: #dfe5ef;
    color: #07042b;
}

.oncu-contact-side-link.is-light:hover {
    border-color: var(--oncu-orange);
    color: #ffffff;
}

.oncu-contact-side-link svg,
.oncu-contact-map-card a svg {
    width: 17px;
    height: 17px;
    fill: currentColor;
}

.oncu-contact-social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 16px;
}

.oncu-contact-social-links a {
    min-height: 36px;
    border-radius: 999px;
    background: #f4f6fa;
    color: #3e4656;
    padding: 0 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 1;
    font-weight: 680;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}

.oncu-contact-social-links a:hover {
    background: var(--oncu-orange);
    color: #ffffff;
}

.oncu-contact-map-card {
    margin-top: 28px;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    background:
        radial-gradient(circle at 92% 10%, rgba(255, 107, 0, 0.08), transparent 42%),
        #ffffff;
}

.oncu-contact-map-card h2 {
    margin: 13px 0 0;
    color: #07042b;
    font-size: 23px;
    line-height: 1.2;
    font-weight: 740;
    letter-spacing: -0.5px;
}

.oncu-contact-map-card p {
    margin: 8px 0 0;
    color: #697386;
    font-size: 13px;
    line-height: 1.55;
    font-weight: 430;
}

.oncu-contact-map-card a {
    height: 42px;
    padding: 0 16px;
    border: 1px solid rgba(255, 107, 0, 0.4);
    border-radius: 999px;
    background: #ffffff;
    color: var(--oncu-orange);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 12.4px;
    line-height: 1;
    font-weight: 720;
    text-decoration: none;
    white-space: nowrap;
}

.oncu-contact-map-card a:hover {
    background: var(--oncu-orange);
    border-color: var(--oncu-orange);
    color: #ffffff;
}

@media (max-width: 1180px) {
    .oncu-contact-hero,
    .oncu-contact-section {
        padding-left: 28px;
        padding-right: 28px;
    }

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

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

@media (max-width: 900px) {
    .oncu-contact-hero {
        padding: 22px 18px 26px;
    }

    .oncu-contact-hero-inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
    }

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

    .oncu-contact-hero-note {
        width: 100%;
        min-width: 0;
    }

    .oncu-contact-section {
        padding: 24px 18px 42px;
    }

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

    .oncu-contact-map-card {
        align-items: flex-start;
        flex-direction: column;
    }

    .oncu-contact-map-card a {
        width: 100%;
    }
}

@media (max-width: 560px) {
    .oncu-contact-hero,
    .oncu-contact-section {
        padding-left: 12px;
        padding-right: 12px;
    }

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

    .oncu-contact-hero p {
        font-size: 12.8px;
    }

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

    .oncu-contact-info-card,
    .oncu-contact-card,
    .oncu-contact-side-card,
    .oncu-contact-social-card,
    .oncu-contact-map-card {
        border-radius: 20px;
    }

    .oncu-contact-card {
        padding: 20px;
    }

    .oncu-contact-card-head h2 {
        font-size: 23px;
    }
}
