.drak-contact-page {
    background: #fff;
    color: #102033;
}

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

.drak-contact-hero,
.drak-contact-section {
    margin: 0 auto;
    max-width: 1180px;
}

.drak-contact-hero {
    align-items: stretch;
    background: #f4f8fb;
    border-bottom: 1px solid #dbe5ec;
    display: grid;
    gap: 22px;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    padding: 34px 24px;
}

.drak-contact-kicker {
    color: #0f766e;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.3;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.drak-contact-hero h2,
.drak-contact-section h2 {
    color: #0f3f69;
    font-family: var(--secondary-font), sans-serif;
    font-weight: 800;
    letter-spacing: 0;
    margin: 0;
}

.drak-contact-hero h2 {
    font-size: 44px;
    line-height: 1.08;
}

.drak-contact-hero__lead {
    color: #25384b;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.55;
    margin: 16px 0 22px;
    max-width: 780px;
}

.drak-contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.drak-contact-button {
    align-items: center;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    display: inline-flex;
    font-size: 14px;
    font-weight: 800;
    justify-content: center;
    line-height: 1;
    min-height: 42px;
    padding: 13px 15px;
    text-decoration: none;
}

.drak-contact-button--primary {
    background: #e11d48;
    color: #fff;
}

.drak-contact-button--whatsapp {
    background: #0f766e;
    color: #fff;
}

.drak-contact-button--dark {
    background: #0f3f69;
    color: #fff;
}

.drak-contact-button:hover,
.drak-contact-button:focus {
    color: #fff;
    filter: brightness(0.94);
}

.drak-contact-card {
    background: #fff;
    border: 1px solid #dbe5ec;
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(15, 63, 105, 0.09);
    padding: 22px;
}

.drak-contact-card h2 {
    color: #0f3f69;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 14px;
}

.drak-contact-card dl,
.drak-contact-card dd {
    margin: 0;
}

.drak-contact-card dl {
    display: grid;
    gap: 14px;
}

.drak-contact-card dt {
    color: #64748b;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.drak-contact-card a {
    color: #0f3f69;
    font-size: 15px;
    font-weight: 800;
    overflow-wrap: anywhere;
    text-decoration: none;
}

.drak-contact-section {
    padding: 34px 24px;
}

.drak-contact-section h2 {
    font-size: 30px;
    line-height: 1.18;
}

.drak-contact-section p {
    color: #475569;
    font-size: 16px;
    line-height: 1.7;
    margin: 10px 0 0;
}

.drak-contact-help {
    display: grid;
    gap: 24px;
    grid-template-columns: 0.7fr 1.3fr;
}

.drak-contact-help__grid,
.drak-contact-locations {
    display: grid;
    gap: 12px;
}

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

.drak-contact-help__grid a,
.drak-contact-locations article,
.drak-contact-form__box {
    background: #fff;
    border: 1px solid #dbe5ec;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(15, 63, 105, 0.07);
}

.drak-contact-help__grid a {
    color: #0f3f69;
    display: block;
    padding: 16px;
    text-decoration: none;
}

.drak-contact-help__grid strong {
    display: block;
    font-size: 16px;
    line-height: 1.25;
}

.drak-contact-help__grid span {
    color: #475569;
    display: block;
    font-size: 14px;
    line-height: 1.45;
    margin-top: 6px;
}

.drak-contact-section__head {
    margin-bottom: 18px;
    max-width: 820px;
}

.drak-contact-locations {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.drak-contact-locations article {
    padding: 18px;
}

.drak-contact-locations span {
    color: #e11d48;
    display: block;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.drak-contact-page h3 {
    color: #0f3f69 !important;
    display: block !important;
    font-size: 19px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    margin: 0;
    opacity: 1 !important;
    visibility: visible !important;
}

.drak-contact-locations article p {
    font-size: 15px;
}

.drak-contact-locations article div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.drak-contact-locations article a {
    background: #f1f5f9;
    border-radius: 4px;
    color: #0f3f69;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    padding: 10px 12px;
    text-decoration: none;
}

.drak-contact-locations article a:first-child {
    background: #0f3f69;
    color: #fff;
}

.drak-contact-form {
    align-items: start;
    background: #f8fafc;
    border-top: 1px solid #e6edf2;
    display: grid;
    gap: 24px;
    grid-template-columns: 0.85fr 1.15fr;
}

.drak-contact-form__box {
    padding: 18px;
}

.drak-contact-form .ak-booking-form-wrap {
    max-width: none;
}

.drak-contact-form .ak-booking-form input,
.drak-contact-form .ak-booking-form textarea {
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    color: #102033;
    font-size: 15px;
    padding: 12px;
    width: 100%;
}

.drak-contact-form .ak-booking-form button {
    background: #e11d48;
    border: 0;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    font-weight: 800;
    padding: 13px 16px;
    width: 100%;
}

.drak-contact-form .ak-booking-note {
    color: #475569;
    font-size: 13px;
    line-height: 1.5;
    margin: 12px 0 0;
    text-align: center;
}

@media (max-width: 900px) {
    .drak-contact-hero,
    .drak-contact-help,
    .drak-contact-form {
        grid-template-columns: minmax(0, 1fr);
    }

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

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

    .drak-contact-hero h2 {
        font-size: 32px;
    }

    .drak-contact-hero__lead {
        font-size: 15px;
    }

    .drak-contact-help__grid,
    .drak-contact-locations {
        grid-template-columns: minmax(0, 1fr);
    }

    .drak-contact-section h2 {
        font-size: 24px;
    }
}
