.azl-contact-page {
    --contact-ink: #091321;
    --contact-muted: #607083;
    --contact-green: #173f3b;
    --contact-gold: #d9ad2f;
    --contact-paper: #fbfaf6;
    background: var(--contact-paper);
    overflow: hidden;
}

.azl-contact-page .azl-legal-mark svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.azl-contact-page *,
.azl-contact-page *::before,
.azl-contact-page *::after {
    box-sizing: border-box;
    min-width: 0;
}

.azl-contact-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(72px, 8vw, 118px) 0;
    border-bottom: 5px solid var(--contact-gold);
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, .035) 1px, transparent 1px),
        radial-gradient(circle at 15% 18%, rgba(217, 173, 47, .2), transparent 30%),
        radial-gradient(circle at 88% 70%, rgba(61, 107, 102, .36), transparent 42%),
        linear-gradient(120deg, #07111d 0%, #10272e 52%, #173f3b 100%);
    background-size: 58px 58px, 58px 58px, auto, auto, auto;
    color: #fff;
}

.azl-contact-hero::after {
    content: "";
    position: absolute;
    inset-inline: 0;
    bottom: 0;
    height: 6px;
    background: linear-gradient(90deg, var(--azl-copper), var(--contact-gold), var(--contact-green));
}

.azl-contact-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
    gap: clamp(26px, 5vw, 68px);
    align-items: center;
}

.azl-contact-hero h1 {
    max-width: 940px;
    margin: 18px 0;
    color: #fff;
    font-size: clamp(2.2rem, 4.8vw, 4.25rem);
    line-height: 1.12;
}

.azl-contact-hero p {
    max-width: 850px;
    margin: 0;
    color: rgba(255, 255, 255, .82);
    font-size: clamp(1rem, 1.2vw, 1.16rem);
    line-height: 2;
}

.azl-contact-hero-actions,
.azl-contact-hero-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.azl-contact-hero-actions {
    margin-top: 26px;
}

.azl-contact-hero-proof {
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.azl-contact-hero-proof li {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 6px 11px;
    border: 1px solid rgba(212, 175, 55, .34);
    border-radius: 999px;
    background: rgba(212, 175, 55, .12);
    color: #f1d47a;
    font-weight: 900;
    font-size: .86rem;
}

.azl-contact-hero-card {
    padding: clamp(24px, 4vw, 36px);
    border: 1px solid rgba(217, 173, 47, .25);
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .035));
    box-shadow: 0 28px 70px rgba(0, 0, 0, .2);
}

.azl-contact-hero-card > span {
    display: inline-flex;
    margin-bottom: 12px;
    color: var(--contact-gold);
    font-weight: 900;
}

.azl-contact-hero-card > strong {
    display: block;
    color: #fff;
    font-family: var(--azl-heading);
    font-size: clamp(1.45rem, 2.2vw, 2.05rem);
    line-height: 1.35;
}

.azl-contact-hero-methods {
    display: grid;
    gap: 12px;
    margin-top: 22px;
}

.azl-contact-hero-methods a {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 4px 12px;
    align-items: center;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 16px;
    background: rgba(255, 255, 255, .075);
}

.azl-contact-hero-methods .azl-legal-mark {
    grid-row: span 2;
    display: inline-grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: rgba(217, 173, 47, .13);
    color: var(--contact-gold);
}

.azl-contact-hero-methods em,
.azl-contact-hero-methods b {
    font-style: normal;
}

.azl-contact-hero-methods em {
    color: rgba(255, 255, 255, .74);
    font-weight: 800;
}

.azl-contact-hero-methods b {
    color: #fff;
    font-size: 1rem;
}

.azl-contact-hero-card ul {
    display: grid;
    gap: 10px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.azl-contact-hero-card li {
    position: relative;
    padding-inline-start: 20px;
    color: rgba(255, 255, 255, .82);
    font-weight: 800;
    line-height: 1.75;
}

.azl-contact-hero-card li::before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    top: .78em;
    width: 8px;
    height: 8px;
    border-radius: 2px;
    background: var(--contact-gold);
}

.azl-contact-routes,
.azl-contact-prepare,
.azl-contact-main,
.azl-contact-map-section {
    padding: clamp(70px, 8vw, 112px) 0;
    border-bottom: 1px solid rgba(9, 19, 33, .08);
}

.azl-contact-routes {
    background:
        radial-gradient(circle at 14% 12%, rgba(217, 173, 47, .08), transparent 30%),
        linear-gradient(180deg, #fffdf8 0%, #eef5f1 100%);
}

.azl-contact-prepare {
    background: #fffdf9;
}

.azl-contact-main {
    background:
        radial-gradient(circle at 88% 10%, rgba(23, 63, 59, .08), transparent 32%),
        linear-gradient(180deg, #fffefb 0%, #f7faf8 100%);
}

.azl-contact-section-head {
    max-width: 900px;
    margin-bottom: 34px;
}

.azl-contact-section-head h2,
.azl-contact-info h2,
.azl-form-panel h2 {
    margin: 12px 0 14px;
    color: var(--contact-ink);
    font-size: clamp(2rem, 3.7vw, 3.35rem);
    line-height: 1.18;
}

.azl-contact-section-head p,
.azl-form-panel p,
.azl-contact-assurance {
    margin: 0;
    color: var(--contact-muted);
    line-height: 1.95;
}

.azl-contact-route-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.azl-contact-route-card {
    position: relative;
    display: grid;
    gap: 14px;
    min-height: 250px;
    padding: 26px;
    border: 1px solid rgba(9, 19, 33, .1);
    border-radius: 20px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 18px 48px rgba(9, 19, 33, .07);
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.azl-contact-route-card:hover {
    transform: translateY(-4px);
    border-color: rgba(217, 173, 47, .34);
    box-shadow: 0 24px 58px rgba(9, 19, 33, .11);
}

.azl-contact-route-card.is-support {
    border-color: rgba(217, 173, 47, .32);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .02)),
        linear-gradient(135deg, #07111d 0%, #123136 58%, #173f3b 100%);
}

.azl-contact-route-icon,
.azl-contact-method .azl-legal-mark {
    display: inline-grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border: 1px solid rgba(23, 63, 59, .15);
    border-radius: 18px;
    background: #edf5f1;
    color: var(--contact-green);
    font-size: 1.5rem;
}

.azl-contact-route-icon svg,
.azl-contact-method .azl-legal-mark svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.azl-contact-route-card.is-support .azl-contact-route-icon {
    border-color: rgba(217, 173, 47, .38);
    background: rgba(217, 173, 47, .13);
    color: var(--contact-gold);
}

.azl-contact-route-card strong {
    color: var(--contact-ink);
    font-family: var(--azl-heading);
    font-size: 1.45rem;
    line-height: 1.35;
}

.azl-contact-route-card small {
    color: var(--contact-muted);
    font-size: 1rem;
    line-height: 1.85;
}

.azl-contact-route-card.is-support strong,
.azl-contact-route-card.is-support small {
    color: #fff;
}

.azl-contact-route-card.is-support small {
    opacity: .78;
}

.azl-contact-prepare-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.azl-contact-prepare-grid article {
    min-height: 230px;
    padding: 24px;
    border: 1px solid rgba(9, 19, 33, .09);
    border-radius: 20px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 18px 48px rgba(9, 19, 33, .06);
}

.azl-contact-prepare-grid .azl-legal-mark {
    display: inline-grid;
    place-items: center;
    width: 56px;
    height: 56px;
    margin-bottom: 18px;
    border: 1px solid rgba(23, 63, 59, .14);
    border-radius: 17px;
    background: #edf5f1;
    color: var(--contact-green);
    font-size: 1.42rem;
}

.azl-contact-prepare-grid h3 {
    margin: 0 0 10px;
    color: var(--contact-ink);
    font-size: 1.22rem;
    line-height: 1.42;
}

.azl-contact-prepare-grid p {
    margin: 0;
    color: var(--contact-muted);
    line-height: 1.85;
}

.azl-contact-layout {
    display: grid;
    grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr);
    gap: clamp(24px, 5vw, 64px);
    align-items: start;
}

.azl-contact-panel {
    border: 1px solid rgba(9, 19, 33, .1);
    border-radius: 22px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 24px 64px rgba(9, 19, 33, .075);
}

.azl-contact-info,
.azl-form-panel {
    padding: clamp(24px, 4vw, 42px);
}

.azl-contact-methods {
    display: grid;
    gap: 12px;
    margin-top: 24px;
}

.azl-contact-method {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px 14px;
    align-items: center;
    min-height: 86px;
    padding: 16px;
    border: 1px solid rgba(9, 19, 33, .08);
    border-radius: 18px;
    background: #fbfaf6;
}

.azl-contact-method:hover {
    border-color: rgba(217, 173, 47, .32);
    background: #fff;
}

.azl-contact-method.is-whatsapp {
    border-color: rgba(20, 160, 92, .25);
    background: #effbf4;
}

.azl-contact-method strong,
.azl-contact-method small {
    display: block;
}

.azl-contact-method strong {
    color: var(--contact-ink);
    font-weight: 900;
}

.azl-contact-method small {
    color: var(--contact-muted);
    font-size: .94rem;
    line-height: 1.45;
}

.azl-contact-address,
.azl-contact-social {
    margin-top: 22px;
    padding: 18px;
    border: 1px solid rgba(23, 63, 59, .12);
    border-radius: 18px;
    background: #edf5f1;
}

.azl-contact-address strong,
.azl-contact-social strong {
    display: block;
    margin-bottom: 10px;
    color: var(--contact-green);
    font-family: var(--azl-heading);
    font-size: 1.08rem;
}

.azl-contact-address p {
    margin: 0;
    color: #445365;
    line-height: 1.9;
}

.azl-contact-social div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.azl-contact-social a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 8px 13px;
    border-radius: 999px;
    background: #fff;
    color: var(--contact-green);
    font-weight: 900;
}

.azl-contact-social span {
    display: inline-grid;
    place-items: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--contact-green);
    color: #fff;
    font-family: Arial, sans-serif;
    font-weight: 900;
}

.azl-contact-social span svg {
    width: 15px;
    height: 15px;
    fill: currentColor;
}

.azl-contact-form {
    display: grid;
    gap: 18px;
    margin-top: 24px;
}

.azl-hidden-field {
    position: absolute;
    inset-inline-start: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.azl-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.azl-form-group {
    display: grid;
    gap: 8px;
}

.azl-form-label {
    color: var(--contact-ink);
    font-weight: 900;
}

.azl-form-required {
    display: inline-flex;
    margin-inline-start: 6px;
    color: var(--azl-copper);
    font-size: .78rem;
}

.azl-contact-form input,
.azl-contact-form select,
.azl-contact-form textarea {
    width: 100%;
    min-height: 52px;
    padding: 12px 14px;
    border: 1px solid rgba(9, 19, 33, .13);
    border-radius: 14px;
    background: #fff;
    color: var(--contact-ink);
    font: inherit;
    line-height: 1.5;
}

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

.azl-contact-form input:focus,
.azl-contact-form select:focus,
.azl-contact-form textarea:focus {
    outline: 2px solid rgba(217, 173, 47, .34);
    border-color: rgba(217, 173, 47, .68);
}

.azl-form-decision {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
}

.azl-form-decision-item {
    position: relative;
    cursor: pointer;
}

.azl-form-decision-item input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.azl-form-decision-item span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 8px 10px;
    border: 1px solid rgba(9, 19, 33, .12);
    border-radius: 14px;
    background: #fff;
    color: var(--contact-ink);
    font-weight: 900;
    text-align: center;
}

.azl-form-decision-item input:checked + span {
    border-color: var(--contact-green);
    background: var(--contact-green);
    color: #fff;
}

.azl-form-decision-item.is-b2b input:checked + span {
    border-color: var(--contact-gold);
    background: linear-gradient(135deg, #b77946, #d9ad2f);
    color: #091321;
}

.azl-form-error-message {
    display: none;
    color: #9f2d2d;
    font-size: .86rem;
    font-weight: 800;
}

.azl-form-group.is-error .azl-form-error-message {
    display: block;
}

.azl-form-group.is-error input,
.azl-form-group.is-error textarea {
    border-color: #b43d3d;
}

.azl-form-message {
    display: none;
    padding: 14px 16px;
    border-radius: 14px;
    background: #edf8f0;
    color: #0f653b;
    font-weight: 900;
    line-height: 1.7;
}

.azl-form-message:not(:empty) {
    display: block;
}

.azl-form-message.is-error {
    background: #fff1f1;
    color: #9f2d2d;
}

.azl-contact-assurance {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(9, 19, 33, .08);
    font-size: .92rem;
}

.azl-contact-map-grid {
    display: grid;
    grid-template-columns: minmax(280px, .55fr) minmax(0, 1.45fr);
    gap: clamp(24px, 5vw, 64px);
    align-items: center;
}

.azl-contact-map {
    aspect-ratio: 16 / 9;
    min-height: 360px;
    border: 1px solid rgba(9, 19, 33, .1);
    border-radius: 22px;
    box-shadow: 0 24px 64px rgba(9, 19, 33, .08);
    overflow: hidden;
    background: #edf5f1;
}

.azl-contact-map iframe {
    display: block;
    width: 100%;
    height: 100%;
}

@media (max-width: 980px) {
    .azl-contact-hero-grid,
    .azl-contact-route-grid,
    .azl-contact-layout,
    .azl-contact-map-grid,
    .azl-contact-prepare-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .azl-contact-routes,
    .azl-contact-hero,
    .azl-contact-prepare,
    .azl-contact-main,
    .azl-contact-map-section {
        padding: 58px 0;
    }

    .azl-contact-section-head h2,
    .azl-contact-hero h1,
    .azl-contact-info h2,
    .azl-form-panel h2 {
        font-size: clamp(1.7rem, 7vw, 2.25rem);
    }

    .azl-contact-hero-actions,
    .azl-contact-hero-actions .azl-btn {
        width: 100%;
    }

    .azl-contact-hero-actions .azl-btn {
        justify-content: center;
    }

    .azl-form-grid,
    .azl-form-decision {
        grid-template-columns: 1fr;
    }

    .azl-contact-map {
        aspect-ratio: 1 / 1;
        min-height: 300px;
    }
}
