.contact-page-shell {
    direction: rtl;
    text-align: right;
}

.contact-page-shell .breadcrumb__content { text-align: right !important; }
.contact-page-shell .breadcrumb__menu ul { padding-right: 0; }

.contact-page {
    --contact-ink: #063f31;
    --contact-ink-deep: #033327;
    --contact-primary: #83cd20;
    --contact-primary-dark: #67ad0c;
    --contact-text: #53665f;
    --contact-border: #dce8e1;
    --contact-shadow: 0 24px 70px rgba(5, 68, 50, .1);
    position: relative;
    direction: rtl;
    color: var(--contact-text);
    text-align: right;
    background: #fff;
    isolation: isolate;
}

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

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

.lz-contact-container {
    width: min(1220px, calc(100% - 48px));
    margin-inline: auto;
}

.lz-contact-main {
    position: relative;
    padding: clamp(72px, 8vw, 118px) 0;
}

.lz-contact-main::before {
    position: absolute;
    z-index: -1;
    top: 18%;
    right: -180px;
    width: 430px;
    height: 430px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(131, 205, 32, .11) 0, rgba(131, 205, 32, 0) 70%);
    content: "";
    pointer-events: none;
}

.lz-contact-heading {
    max-width: 760px;
    margin: 0 auto clamp(36px, 5vw, 58px);
    text-align: center;
}

.lz-contact-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 13px;
    color: var(--contact-primary-dark);
    font-size: 14px;
    font-weight: 800;
}

.lz-contact-eyebrow::before {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--contact-primary);
    box-shadow: 0 0 0 6px rgba(131, 205, 32, .13);
    content: "";
}

.lz-contact-heading h2 {
    margin: 0;
    color: var(--contact-ink);
    font-size: clamp(30px, 4vw, 46px);
    font-weight: 900;
    line-height: 1.45;
    letter-spacing: -.7px;
}

.lz-contact-heading p {
    max-width: 670px;
    margin: 14px auto 0;
    color: #6d7e77;
    font-size: 16px;
    line-height: 2;
}

.lz-contact-layout {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 30px;
    align-items: start;
}

.lz-contact-aside {
    position: sticky;
    top: 28px;
    overflow: hidden;
    min-height: 720px;
    padding: clamp(28px, 4vw, 46px);
    border-radius: 32px;
    color: #fff;
    background: radial-gradient(circle at 15% 10%, rgba(131, 205, 32, .27), transparent 34%),
                linear-gradient(145deg, #07513d 0%, #033b2d 100%);
    box-shadow: 0 26px 70px rgba(3, 72, 51, .18);
}

.lz-contact-aside::after {
    position: absolute;
    right: -70px;
    bottom: -85px;
    width: 250px;
    height: 250px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 50%;
    box-shadow: 0 0 0 38px rgba(255, 255, 255, .035), 0 0 0 76px rgba(255, 255, 255, .025);
    content: "";
}

.lz-contact-aside__content { position: relative; z-index: 2; }

.lz-contact-aside__badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 8px 13px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 999px;
    color: #ecf9dd;
    background: rgba(255, 255, 255, .08);
    font-size: 13px;
    font-weight: 700;
}

.lz-contact-aside__badge i { color: var(--contact-primary); }

.lz-contact-aside h3 {
    margin: 22px 0 12px;
    color: #fff;
    font-size: clamp(25px, 3vw, 34px);
    font-weight: 900;
    line-height: 1.55;
}

.lz-contact-aside__lead {
    margin: 0;
    color: rgba(255, 255, 255, .72);
    font-size: 15px;
    line-height: 2;
}

.lz-contact-illustration {
    display: flex;
    justify-content: center;
    min-height: 300px;
    margin: 24px -12px 12px;
}

.lz-contact-illustration img {
    display: block;
    width: min(100%, 390px);
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 20px 22px rgba(0, 28, 20, .18));
}

.lz-contact-assurances {
    display: grid;
    gap: 11px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.lz-contact-assurances li {
    display: flex;
    align-items: center;
    gap: 11px;
    color: rgba(255, 255, 255, .86);
    font-size: 14px;
    line-height: 1.8;
}

.lz-contact-assurances i {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    color: #fff;
    background: rgba(131, 205, 32, .23);
    font-size: 11px;
}

.lz-contact-form-card {
    padding: clamp(26px, 4vw, 46px);
    border: 1px solid var(--contact-border);
    border-radius: 32px;
    background: #fff;
    box-shadow: var(--contact-shadow);
}

.lz-contact-form-card__header {
    margin-bottom: 28px;
    padding-bottom: 24px;
    border-bottom: 1px solid #edf2ef;
}

.lz-contact-form-card__header span {
    display: block;
    margin-bottom: 6px;
    color: var(--contact-primary-dark);
    font-size: 13px;
    font-weight: 800;
}

.lz-contact-form-card__header h3 {
    margin: 0;
    color: var(--contact-ink);
    font-size: clamp(23px, 3vw, 31px);
    font-weight: 900;
    line-height: 1.55;
}

.contact-alert {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 22px;
    padding: 14px 16px;
    border-radius: 14px;
    font-size: 14px;
    line-height: 1.9;
}

.contact-alert::before {
    font-family: var(--rr-ff-fontawesome);
    font-weight: 900;
}

.contact-alert.success { border: 1px solid #cde8c0; color: #25651c; background: #f0f9eb; }
.contact-alert.success::before { content: "\f058"; }
.contact-alert.error { border: 1px solid #f0c7c7; color: #9f2a2a; background: #fff3f3; }
.contact-alert.error::before { content: "\f06a"; }

.contact-form-honeypot {
    position: absolute;
    right: -9999px;
    opacity: 0;
    pointer-events: none;
}

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

.lz-contact-field--full { grid-column: 1 / -1; }

.lz-contact-field label {
    display: block;
    margin-bottom: 8px;
    color: var(--contact-ink);
    font-size: 14px;
    font-weight: 800;
}

.lz-contact-field label em { margin-right: 3px; color: #d14343; font-style: normal; }
.lz-contact-control { position: relative; }

.lz-contact-control > i {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 17px;
    color: #7e988e;
    font-size: 14px;
    transform: translateY(-50%);
    pointer-events: none;
}

.lz-contact-control--textarea > i { top: 22px; transform: none; }

.lz-contact-control input,
.lz-contact-control textarea {
    display: block;
    width: 100%;
    margin: 0;
    border: 1px solid #dce6e1;
    outline: 0;
    color: #173f33;
    background: #fbfdfc;
    font-size: 14px;
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.lz-contact-control input {
    height: 56px;
    padding: 0 46px 0 16px;
    border-radius: 14px;
}

.lz-contact-control textarea {
    min-height: 150px;
    padding: 16px 46px 16px 16px;
    border-radius: 18px;
    line-height: 1.9;
    resize: vertical;
}

.lz-contact-control input[dir="ltr"] { padding-right: 46px; text-align: left; }
.lz-contact-control input::placeholder,
.lz-contact-control textarea::placeholder { color: #95a49e; opacity: 1; }

.lz-contact-control input:focus,
.lz-contact-control textarea:focus {
    border-color: var(--contact-primary);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(131, 205, 32, .13);
}

.lz-contact-field:focus-within label,
.lz-contact-field:focus-within .lz-contact-control > i { color: var(--contact-primary-dark); }

.contact-field-error {
    display: block;
    margin-top: 7px;
    color: #c83232;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.7;
}

.lz-contact-captcha {
    display: grid;
    grid-template-columns: 162px minmax(0, 1fr);
    gap: 12px;
    align-items: stretch;
}

.lz-contact-captcha img {
    display: block;
    width: 100%;
    height: 56px;
    border: 1px solid #dce6e1;
    border-radius: 14px;
    background: #f7faf8;
    object-fit: cover;
}

.lz-contact-submit {
    display: inline-flex;
    width: 100%;
    min-height: 58px;
    margin-top: 4px;
    padding: 12px 22px;
    border: 0;
    border-radius: 15px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fff;
    background: linear-gradient(135deg, var(--contact-primary) 0%, #70bd0c 100%);
    box-shadow: 0 13px 28px rgba(112, 189, 12, .22);
    font-size: 15px;
    font-weight: 900;
    transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.lz-contact-submit:hover {
    color: #fff;
    background: var(--contact-ink);
    box-shadow: 0 16px 32px rgba(3, 72, 51, .22);
    transform: translateY(-2px);
}

.lz-contact-submit:focus-visible { outline: 3px solid rgba(131, 205, 32, .34); outline-offset: 3px; }

.lz-contact-info {
    position: relative;
    padding: clamp(70px, 8vw, 108px) 0;
    border-top: 1px solid #eaf0ec;
    background: linear-gradient(180deg, #f6f9f2 0%, #fbfdfb 100%);
}

.lz-contact-info .lz-contact-heading { margin-bottom: clamp(30px, 4vw, 46px); }

.lz-contact-info-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.lz-contact-info-card {
    position: relative;
    display: flex;
    min-height: 154px;
    overflow: hidden;
    padding: 24px;
    border: 1px solid var(--contact-border);
    border-radius: 22px;
    align-items: flex-start;
    gap: 16px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(5, 68, 50, .045);
    transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.lz-contact-info-card::after {
    position: absolute;
    bottom: -30px;
    left: -28px;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: rgba(131, 205, 32, .08);
    content: "";
}

.lz-contact-info-card:hover {
    border-color: #b9d9a7;
    box-shadow: 0 18px 40px rgba(5, 68, 50, .09);
    transform: translateY(-4px);
}

.lz-contact-info-card__icon {
    display: inline-flex;
    flex: 0 0 auto;
    width: 50px;
    height: 50px;
    border-radius: 16px;
    align-items: center;
    justify-content: center;
    color: var(--contact-primary-dark);
    background: #eff8e7;
    font-size: 17px;
}

.lz-contact-info-card__body { min-width: 0; padding-top: 2px; }
.lz-contact-info-card__body span { display: block; margin-bottom: 7px; color: #819188; font-size: 13px; }

.lz-contact-info-card__body h3 {
    margin: 0;
    color: var(--contact-ink);
    font-size: 17px;
    font-weight: 900;
    line-height: 1.85;
    overflow-wrap: anywhere;
}

.lz-contact-info-card__body a:hover h3 { color: var(--contact-primary-dark); }

.lz-contact-details-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 18px;
}

.lz-contact-detail-card {
    padding: clamp(24px, 3vw, 32px);
    border: 1px solid var(--contact-border);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(5, 68, 50, .04);
}

.lz-contact-detail-card__title { display: flex; align-items: center; gap: 13px; margin-bottom: 18px; }

.lz-contact-detail-card__icon {
    display: inline-flex;
    flex: 0 0 auto;
    width: 52px;
    height: 52px;
    margin: 0;
    border-radius: 16px;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: var(--contact-ink);
    box-shadow: 0 9px 20px rgba(3, 72, 51, .18);
    font-size: 20px;
    line-height: 1;
}

.lz-contact-detail-card__icon i {
    display: block;
    color: inherit;
    font-size: inherit;
    line-height: 1;
}

.lz-contact-detail-card__title > div > span { display: block; margin-bottom: 3px; color: #84938c; font-size: 12px; }
.lz-contact-detail-card__title h3 { margin: 0; color: var(--contact-ink); font-size: 18px; font-weight: 900; line-height: 1.7; }

.lz-contact-hours { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }

.lz-contact-hours li {
    display: flex;
    padding: 12px 0;
    border-bottom: 1px solid #edf2ef;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    color: #677971;
    font-size: 14px;
}

.lz-contact-hours li:last-child { padding-bottom: 0; border-bottom: 0; }
.lz-contact-hours strong { color: var(--contact-ink); font-weight: 800; }

.lz-contact-note { margin: 0; color: #687a72; font-size: 14px; line-height: 2.05; }
.lz-contact-note strong { display: block; margin-bottom: 8px; color: var(--contact-ink); font-size: 17px; font-weight: 900; line-height: 1.8; }

.lz-contact-map-section { padding: 0 0 clamp(72px, 8vw, 110px); background: #fbfdfb; }

.lz-contact-map-card {
    overflow: hidden;
    border: 1px solid var(--contact-border);
    border-radius: 28px;
    background: #fff;
    box-shadow: var(--contact-shadow);
}

.lz-contact-map-card__header { display: flex; padding: 22px 26px; align-items: center; justify-content: space-between; gap: 18px; }
.lz-contact-map-card__header h2 { margin: 0; color: var(--contact-ink); font-size: 21px; font-weight: 900; }
.lz-contact-map-card__header span { color: #829188; font-size: 13px; }
.lz-contact-map { display: block; width: 100%; height: 430px; border: 0; }

@media (max-width: 991px) {
    .lz-contact-layout { grid-template-columns: 1fr; }
    .lz-contact-aside { position: relative; top: auto; min-height: auto; }
    .lz-contact-illustration { min-height: 0; }
    .lz-contact-illustration img { width: min(78%, 360px); }
    .lz-contact-info-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .lz-contact-info-card:last-child:nth-child(odd) { grid-column: 1 / -1; }
}

@media (max-width: 767px) {
    .lz-contact-container { width: min(calc(100% - 32px), 620px); }
    .lz-contact-main, .lz-contact-info { padding-block: 64px; }
    .lz-contact-heading { margin-bottom: 32px; }
    .lz-contact-heading h2 { font-size: 29px; letter-spacing: -.35px; }
    .lz-contact-heading p { font-size: 14px; }
    .lz-contact-aside, .lz-contact-form-card { border-radius: 25px; }
    .lz-contact-form__grid, .lz-contact-info-grid, .lz-contact-details-grid { grid-template-columns: 1fr; }
    .lz-contact-info-card:last-child:nth-child(odd) { grid-column: auto; }
    .lz-contact-map-card__header { align-items: flex-start; flex-direction: column; gap: 5px; }
    .lz-contact-map { height: 360px; }
}

@media (max-width: 575px) {
    .lz-contact-container { width: calc(100% - 24px); }
    .lz-contact-main, .lz-contact-info { padding-block: 52px; }
    .lz-contact-heading h2 { font-size: 26px; }
    .lz-contact-aside, .lz-contact-form-card, .lz-contact-detail-card { padding: 21px; }
    .lz-contact-aside h3 { font-size: 24px; }
    .lz-contact-illustration img { width: min(92%, 330px); }
    .lz-contact-form-card__header { margin-bottom: 22px; padding-bottom: 20px; }
    .lz-contact-form-card__header h3 { font-size: 23px; }
    .lz-contact-captcha { grid-template-columns: 1fr; }
    .lz-contact-captcha img { height: 64px; }
    .lz-contact-info-card { min-height: 0; padding: 20px; }
    .lz-contact-hours li { align-items: flex-start; flex-direction: column; gap: 4px; }
    .lz-contact-map-section { padding-bottom: 60px; }
    .lz-contact-map-card { border-radius: 22px; }
}

@media (prefers-reduced-motion: reduce) {
    .contact-page *,
    .contact-page *::before,
    .contact-page *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}
