.dc-contact-page {
    --dc-contact-navy: #1a1a2e;
    --dc-contact-brand: #018bba;
    --dc-contact-brand-dark: #005876;
    --dc-contact-brand-mid: #007aa4;
    --dc-contact-brand-soft: #e6f7fc;
    --dc-contact-accent: #ff914d;
    --dc-contact-ink: #0f172a;
    --dc-contact-copy: #475569;
    --dc-contact-muted: #64748b;
    --dc-contact-line: #e2e8f0;
    --dc-contact-surface: #f8fafc;
    padding-top: 82px;
    background: var(--dc-contact-surface);
    color: var(--dc-contact-copy);
    font-family: "Inter", "Poppins", Arial, sans-serif;
}

.dc-contact-page *,
.dc-contact-page *::before,
.dc-contact-page *::after {
    box-sizing: border-box;
}

.dc-contact-page a {
    text-decoration: none;
}

.dc-contact-page p {
    text-align: left;
}

.dc-contact-shell {
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
}

.dc-contact-hero {
    position: relative;
    overflow: hidden;
    padding: 74px 0 104px;
    background: linear-gradient(135deg, #005876 0%, #007aa4 48%, #018bba 100%);
    color: #fff;
}

.dc-contact-hero::before,
.dc-contact-hero::after {
    position: absolute;
    border-radius: 999px;
    content: "";
    filter: blur(72px);
    pointer-events: none;
}

.dc-contact-hero::before {
    top: 8px;
    left: 4%;
    width: 300px;
    height: 300px;
    background: rgba(51, 191, 231, 0.24);
}

.dc-contact-hero::after {
    right: 3%;
    bottom: -130px;
    width: 390px;
    height: 390px;
    background: rgba(102, 207, 237, 0.22);
}

.dc-contact-hero .dc-contact-shell {
    position: relative;
    z-index: 1;
}

.dc-contact-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: #cceff9;
    font-size: 14px;
}

.dc-contact-breadcrumb a {
    color: #cceff9;
    transition: color 0.2s ease;
}

.dc-contact-breadcrumb a:hover,
.dc-contact-breadcrumb a:focus-visible {
    color: #fff;
}

.dc-contact-breadcrumb span[aria-hidden="true"] {
    opacity: 0.58;
}

.dc-contact-hero h1 {
    max-width: 820px;
    margin: 0 0 18px;
    color: #fff;
    font-size: clamp(28px, 5vw, 48px);
    font-weight: 500;
    letter-spacing: -0.035em;
    line-height: 1.08;
}

.dc-contact-hero p {
    max-width: 760px;
    margin: 0;
    color: #dff5fb;
    font-size: clamp(17px, 2vw, 17px);
    line-height: 1.7;
}

.dc-contact-main {
    position: relative;
    z-index: 2;
    margin-top: -48px;
    padding-bottom: 80px;
}

.dc-contact-alert {
    margin-bottom: 20px;
    border: 0;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

.dc-contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(310px, 2fr);
    gap: 32px;
    align-items: start;
}

.dc-contact-form-card {
    overflow: hidden;
    border: 1px solid #f1f5f9;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.2);
}

.dc-contact-form-heading {
    padding: 30px 32px 0;
}

.dc-contact-form-heading h2 {
    margin: 0 0 7px;
    color: var(--dc-contact-ink);
    font-size: 27px;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1.25;
}

.dc-contact-form-heading p {
    margin: 0;
    color: var(--dc-contact-muted);
    font-size: 14px;
    line-height: 1.6;
}

.dc-contact-form-shell {
    padding: 18px 20px 10px;
}

.dc-contact-form-shell > iframe {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    background: #fff;
}

.dc-contact-sidebar {
    display: grid;
    gap: 18px;
}

.dc-contact-card {
    padding: 23px;
    border: 1px solid var(--dc-contact-line);
    border-radius: 15px;
    background: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.dc-contact-card:hover {
    border-color: #99dff3;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
    transform: translateY(-2px);
}

.dc-contact-card__layout {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.dc-contact-card__icon {
    display: inline-flex;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    background: var(--dc-contact-brand-soft);
    color: var(--dc-contact-brand-mid);
}

.dc-contact-card__icon svg {
    width: 22px;
    height: 22px;
}

.dc-contact-card h2,
.dc-contact-card h3 {
    margin: 0 0 7px;
    color: var(--dc-contact-ink);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.35;
}

.dc-contact-card p {
    margin: 0 0 11px;
    color: var(--dc-contact-muted);
    font-size: 14px;
    line-height: 1.6;
}

.dc-contact-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.dc-contact-card li + li {
    margin-top: 7px;
}

.dc-contact-card a {
    color: var(--dc-contact-brand-mid);
    font-size: 14px;
    font-weight: 600;
    overflow-wrap: anywhere;
}

.dc-contact-card a:hover,
.dc-contact-card a:focus-visible {
    color: var(--dc-contact-brand-dark);
}

.dc-contact-card__note {
    margin-left: 4px;
    color: #94a3b8;
    font-size: 13px;
}

.dc-contact-walkthrough-card {
    padding: 25px;
    border-radius: 15px;
    background: linear-gradient(135deg, #006f98 0%, #018bba 55%, #169ec7 100%);
    color: #fff;
}

.dc-contact-walkthrough-card h3 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.35;
}

.dc-contact-walkthrough-card p {
    margin: 0 0 18px;
    color: #dff5fb;
    font-size: 14px;
    line-height: 1.65;
}

.dc-contact-walkthrough-card a {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    padding: 11px 18px;
    border-radius: 9px;
    background: var(--dc-contact-accent);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.dc-contact-walkthrough-card a:hover,
.dc-contact-walkthrough-card a:focus-visible {
    background: #f07a30;
    color: #fff !important;
    transform: translateY(-1px);
}

.dc-contact-walkthrough-card svg {
    width: 17px;
    height: 17px;
}

.dc-contact-trust {
    padding: 48px 0;
    border-top: 1px solid #f1f5f9;
    border-bottom: 1px solid #f1f5f9;
    background: #fff;
}

.dc-contact-trust__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 42px;
}

.dc-contact-trust__item {
    text-align: center;
}

.dc-contact-trust__icon {
    display: inline-flex;
    width: 49px;
    height: 49px;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    border-radius: 50%;
    background: var(--dc-contact-brand-soft);
    color: var(--dc-contact-brand-mid);
}

.dc-contact-trust__icon svg {
    width: 24px;
    height: 24px;
}

.dc-contact-trust__item h3 {
    margin: 0 0 7px;
    color: var(--dc-contact-ink);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
}

.dc-contact-trust__item p {
    max-width: 390px;
    margin: 0 auto;
    color: #6680a6;
    font-size: 14px;
    line-height: 1.45;
    text-align: center;
}

.dc-contact-map-section {
    padding: 68px 0;
    border-top: 1px solid #eef2f6;
    background: #fff;
}

.dc-contact-map-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
    gap: 46px;
    align-items: center;
}

.dc-contact-map-copy h2 {
    margin: 0 0 14px;
    color: var(--dc-contact-ink);
    font-size: clamp(29px, 4vw, 38px);
    font-weight: 500;
    letter-spacing: -0.025em;
    line-height: 1.2;
}

.dc-contact-map-copy p {
    max-width: 480px;
    margin: 0 0 22px;
    color: var(--dc-contact-muted);
    font-size: 16px;
    line-height: 1.75;
}

.dc-contact-office-details {
    display: grid;
    gap: 18px;
}

.dc-contact-office-row {
    display: flex;
    gap: 13px;
    align-items: flex-start;
}

.dc-contact-office-row > svg {
    width: 21px;
    height: 21px;
    flex: 0 0 21px;
    margin-top: 2px;
    color: var(--dc-contact-brand-mid);
}

.dc-contact-office-row div {
    display: grid;
    gap: 3px;
}

.dc-contact-office-row strong {
    color: var(--dc-contact-ink);
    font-size: 15px;
    font-weight: 500;
}

.dc-contact-office-row span {
    color: var(--dc-contact-muted);
    font-size: 14px;
    line-height: 1.55;
}

.dc-contact-office-row a {
    color: var(--dc-contact-brand-mid);
}

.contact-map-container {
    display: flex;
    width: 100%;
    min-height: 330px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid var(--dc-contact-line);
    border-radius: 18px;
    background: #eef6f9;
    box-shadow: 0 14px 34px rgba(23, 53, 74, 0.1);
    color: var(--dc-contact-brand-mid);
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.contact-map-container:hover {
    background: var(--dc-contact-brand-soft);
}

.contact-map-container:focus-visible {
    outline: 3px solid rgba(1, 139, 186, 0.28);
    outline-offset: 3px;
}

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

.dc-contact-faq {
    padding: 72px 0;
    background: #fff;
}

.dc-contact-faq__shell {
    width: min(960px, calc(100% - 40px));
    margin: 0 auto;
}

.dc-contact-faq__heading {
    margin-bottom: 34px;
    text-align: center;
}

.dc-contact-faq__heading h2 {
    margin: 0 0 10px;
    color: var(--dc-contact-ink);
    font-size: clamp(29px, 4vw, 38px);
    font-weight: 500;
    letter-spacing: -0.025em;
    line-height: 1.2;
}

.dc-contact-faq__heading p {
    margin: 0;
    color: var(--dc-contact-muted);
    font-size: 16px;
    text-align: center;
}

.dc-contact-faq__list {
    display: grid;
    gap: 14px;
}

.dc-contact-faq__item {
    overflow: hidden;
    border: 1px solid var(--dc-contact-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 28px rgba(1, 139, 186, 0.07);
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.dc-contact-faq__item:hover {
    border-color: var(--dc-contact-brand);
    box-shadow: 0 18px 42px rgba(1, 139, 186, 0.16);
    transform: translateY(-4px);
}

.dc-contact-faq__item[open] {
    border-color: rgba(1, 139, 186, 0.5);
    box-shadow: 0 14px 34px rgba(1, 139, 186, 0.12);
}

.dc-contact-faq__item summary {
    position: relative;
    padding: 22px 66px 22px 23px;
    cursor: pointer;
    list-style: none;
}

.dc-contact-faq__item summary::-webkit-details-marker {
    display: none;
}

.dc-contact-faq__item summary::after {
    position: absolute;
    top: 50%;
    right: 21px;
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 50%;
    background: var(--dc-contact-brand-soft);
    color: var(--dc-contact-brand-dark);
    content: "+";
    font-size: 22px;
    font-weight: 400;
    transform: translateY(-50%);
    transition: background 0.25s ease, color 0.25s ease;
}

.dc-contact-faq__item[open] summary::after {
    background: var(--dc-contact-accent);
    color: #111;
    content: "−";
}

.dc-contact-faq__item h3 {
    margin: 0;
    color: var(--dc-contact-ink);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.55;
}

.dc-contact-faq__answer {
    padding: 20px 66px 23px 23px;
    border-top: 1px solid var(--dc-contact-line);
}

.dc-contact-faq__answer p {
    margin: 0;
    color: var(--dc-contact-muted);
    font-size: 14px;
    line-height: 1.7;
}

.dc-contact-faq__answer a {
    color: var(--dc-contact-brand-mid);
    font-weight: 500;
    text-decoration: underline;
}

@media (max-width: 991px) {
    .dc-contact-grid,
    .dc-contact-map-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .dc-contact-sidebar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dc-contact-walkthrough-card {
        grid-column: 1 / -1;
    }

    .dc-contact-map-grid {
        gap: 28px;
    }
}

@media (max-width: 767px) {
    .dc-contact-shell {
        width: min(100% - 28px, 1200px);
    }

    .dc-contact-hero {
        padding: 56px 0 86px;
    }

    .dc-contact-main {
        margin-top: -36px;
        padding-bottom: 56px;
    }

    .dc-contact-sidebar {
        grid-template-columns: minmax(0, 1fr);
    }

    .dc-contact-walkthrough-card {
        grid-column: auto;
    }

    .dc-contact-trust__grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 32px;
    }

    .dc-contact-map-section {
        padding: 52px 0;
    }

    .dc-contact-faq {
        padding: 54px 0;
    }

    .contact-map-container,
    .contact-map-container iframe {
        min-height: 300px;
        height: 300px;
    }
}

@media (max-width: 575px) {
    .dc-contact-form-heading {
        padding: 24px 20px 0;
    }

    .dc-contact-form-shell {
        padding: 14px 4px 6px;
    }

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

    .dc-contact-card__layout {
        gap: 13px;
    }

    .dc-contact-card__icon {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
    }

    .dc-contact-faq__item summary {
        padding: 19px 58px 19px 18px;
    }

    .dc-contact-faq__item h3 {
        font-size: 15px;
    }

    .dc-contact-faq__answer {
        padding: 17px 18px 19px;
    }
}
