/* =============================================================
   CONTACTS PAGE TEMPLATE
   ============================================================= */

.tpl-contacts {
    padding: 0;
}

.contacts-wrap {
    width: 100%;
}

/* -----------------------------------------------
   TOP GRID
----------------------------------------------- */
.contacts-top {
    padding: 56px 0 44px;
    background:
        radial-gradient(circle at top right, rgba(0, 82, 203, 0.04), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.contacts-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border: 1px solid rgba(209, 220, 235, 0.88);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 20px 46px rgba(127, 156, 197, 0.08);
    overflow: hidden;
}

.contacts-col {
    padding: 32px 30px 34px;
    border-right: 1px solid rgba(223, 229, 238, 0.82);
}

.contacts-col:last-child {
    border-right: none;
}

.contacts-col__heading {
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.12rem;
    font-weight: 700;
    color: #1f2632;
    margin: 0 0 22px;
    padding-bottom: 12px;
    border-bottom: 2px solid #2f63ec;
    display: inline-block;
}

/* -----------------------------------------------
   PHONE LIST
----------------------------------------------- */
.contacts-phone-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.contacts-phone-list li {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.contacts-phone-list__label {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    color: #8d9ab1;
}

.contacts-phone-list__number {
    font-size: 15px;
    font-weight: 600;
    color: #1d2430;
    text-decoration: none;
    transition: color 0.15s;
}

.contacts-phone-list__number:hover {
    color: #1a58c7;
}

.contacts-phone-list__viber {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: #7360f2;
    text-decoration: none;
    font-weight: 500;
    margin-top: 1px;
}

.contacts-phone-list__viber:hover {
    color: #5a4bd4;
}

.contacts-phone-list__email a {
    font-size: 14px;
    font-weight: 500;
    color: #324155;
    text-decoration: none;
    transition: color 0.15s;
}

.contacts-phone-list__email a:hover {
    color: #1a58c7;
}

/* -----------------------------------------------
   ADDRESS + HOURS
----------------------------------------------- */
.contacts-address-block {
    margin-bottom: 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(223, 229, 238, 0.82);
}

.contacts-address-block__label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    color: #8d9ab1;
    margin-bottom: 4px;
}

.contacts-address-block__address {
    font-style: normal;
    font-size: 14px;
    color: #2d3645;
    line-height: 1.55;
    margin: 0 0 8px;
}

.contacts-map-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12.5px;
    color: #1a58c7;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.15s, opacity 0.15s;
}

.contacts-map-link:hover {
    opacity: 0.8;
    color: #0f47aa;
}

.contacts-map-link .material-symbols-outlined,
.contacts-map-btn .material-symbols-outlined,
.contacts-spot__btn .material-symbols-outlined,
.contacts-reviews__btn .material-symbols-outlined {
    font-size: 18px;
    line-height: 1;
    flex-shrink: 0;
}

/* Work hours */
.contacts-hours__title {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    color: #8d9ab1;
    margin-bottom: 8px;
}

.contacts-hours__note {
    font-size: 13px;
    color: #556173;
    line-height: 1.55;
    margin-bottom: 14px;
    background: #f4f8ff;
    border-left: 3px solid #2f63ec;
    padding: 10px 13px;
    border-radius: 0 10px 10px 0;
}

.contacts-hours__table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 10px;
}

.contacts-hours__table td {
    padding: 5px 0;
    font-size: 13.5px;
    color: #2d3645;
}

.contacts-hours__table td:first-child {
    color: #6f7d91;
    width: 70px;
    font-size: 13px;
}

.contacts-hours__table td strong {
    color: #1d2430;
    font-weight: 700;
}

.contacts-hours__row--closed td {
    color: #bbb !important;
}

.contacts-hours__footnote {
    font-size: 12px;
    color: #d56c00;
    margin: 0;
    font-style: italic;
}

/* -----------------------------------------------
   REKVIZITAI
----------------------------------------------- */
.contacts-rekvizitai {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 6px 14px;
    margin: 0;
}

.contacts-rekvizitai dt {
    font-size: 12px;
    color: #8d9ab1;
    font-weight: 500;
    align-self: baseline;
    padding-top: 1px;
    white-space: nowrap;
}

.contacts-rekvizitai dd {
    font-size: 13.5px;
    color: #2d3645;
    margin: 0;
    font-weight: 500;
    word-break: break-all;
}

.contacts-rekvizitai dd strong {
    font-weight: 700;
    color: #1d2430;
}

/* -----------------------------------------------
   REVIEWS
----------------------------------------------- */
.contacts-reviews {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contacts-reviews__stars {
    display: flex;
    gap: 3px;
}

.contacts-reviews__text {
    font-size: 13.5px;
    color: #556173;
    line-height: 1.6;
    margin: 0;
}

.contacts-reviews__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(120deg, #0052cb, #2f63ec);
    color: #fff;
    font-size: 13.5px;
    font-weight: 700;
    padding: 11px 18px;
    border-radius: 999px;
    text-decoration: none;
    transition: opacity 0.2s, background-color 0.2s;
    width: fit-content;
}

.contacts-reviews__btn:hover {
    opacity: 0.88;
    color: #fff;
    text-decoration: none;
}

.contacts-reviews__link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12.5px;
    color: #556173;
    text-decoration: none;
    transition: color 0.15s;
}

.contacts-reviews__link:hover {
    color: #1a58c7;
}

/* -----------------------------------------------
   MAP SECTION
----------------------------------------------- */
.contacts-map-section {
    background: #f0f0f0;
}

.contacts-map-section__inner {
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.contacts-map-section__inner iframe {
    display: block;
    width: 100%;
}

.contacts-map-section__links {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 0;
}

.contacts-map-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13.5px;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.contacts-map-btn--outline {
    border: 1.5px solid #ddd;
    background: #fff;
    color: #333;
}

.contacts-map-btn--outline:hover {
    border-color: #FFDC00;
    color: #111;
    text-decoration: none;
}

.contacts-map-btn--primary {
    background: #1a1a1a;
    color: #fff;
    border: 1.5px solid #1a1a1a;
}

.contacts-map-btn--primary:hover {
    background: #E1231A;
    border-color: #E1231A;
    color: #fff;
    text-decoration: none;
}

/* -----------------------------------------------
   ADDITIONAL LOCATIONS
----------------------------------------------- */
.contacts-locations {
    padding: 56px 0 72px;
    background:
        radial-gradient(circle at top left, rgba(0, 82, 203, 0.06), transparent 34%),
        linear-gradient(180deg, #f4f8ff 0%, #f7f9fc 100%);
}

.contacts-locations__heading {
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(1.85rem, 2.6vw, 2.35rem);
    font-weight: 700;
    line-height: 1.05;
    color: #1d2430;
    margin: 0 0 10px;
}

.contacts-locations__sub {
    max-width: 780px;
    font-size: 15px;
    color: #68778f;
    line-height: 1.6;
    margin: 0 0 34px;
}

/* Seasonal availability */
.contacts-seasons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 34px;
}

.contacts-season {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 17px;
    border-radius: 999px;
    font-size: 13.5px;
    border: 1px solid;
}

.contacts-season--summer {
    background: #fffbe6;
    border-color: #FFDC00;
    color: #7a6200;
}

.contacts-season--summer svg,
.contacts-season--summer .material-symbols-outlined {
    color: #e6a000;
    flex-shrink: 0;
}

.contacts-season--winter {
    background: #eef4ff;
    border-color: #b8d0f5;
    color: #2455a0;
}

.contacts-season--winter svg,
.contacts-season--winter .material-symbols-outlined {
    color: #3b79d4;
    flex-shrink: 0;
}

.contacts-season__label {
    font-weight: 600;
}

.contacts-season__dates {
    font-weight: 400;
}

.contacts-regions {
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.contacts-region {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.contacts-region__heading-wrap {
    display: flex;
    align-items: center;
    gap: 18px;
}

.contacts-region__heading {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.35;
    color: #1b4e9b;
    white-space: nowrap;
}

.contacts-region__line {
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(225, 35, 26, 0.65), rgba(225, 35, 26, 0.12));
}

.contacts-region__grid {
    display: grid;
    gap: 22px;
}

.contacts-region__grid--multi {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contacts-region__grid--single {
    grid-template-columns: minmax(0, 1fr);
}

.contacts-spot {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.contacts-spot__content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contacts-spot__eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #8d9ab1;
}

.contacts-spot__title {
    margin: 0;
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.12;
    color: #1d2430;
}

.contacts-spot__title span {
    color: #536175;
    font-weight: 500;
}

.contacts-spot__address {
    margin: 0;
    font-style: normal;
    font-size: 15px;
    line-height: 1.65;
    color: #395a97;
}

.contacts-spot__phone {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    font-size: 15px;
    font-weight: 600;
    color: #1a58c7;
    text-decoration: none;
}

.contacts-spot__phone:hover {
    color: #0f47aa;
    text-decoration: none;
}

.contacts-spot__period {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.45;
    color: #6f7d91;
}

.contacts-spot__actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.contacts-spot__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid rgba(194, 198, 216, 0.62);
    background: #fff;
    color: #2f3745;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: border-color 0.18s ease, color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

.contacts-spot__btn:hover {
    border-color: rgba(0, 82, 203, 0.22);
    color: #0f47aa;
    background: #f8fbff;
    text-decoration: none;
}

.contacts-spot__btn--primary {
    border-color: transparent;
    background: linear-gradient(120deg, #0052cb, #2f63ec);
    color: #fff;
}

.contacts-spot__btn--primary:hover {
    color: #fff;
    background: linear-gradient(120deg, #0049b4, #2959d6);
}

.contacts-spot__map {
    overflow: hidden;
    border-radius: 6px;
    border: 1px solid rgba(209, 220, 235, 0.88);
    background: #fff;
    box-shadow: 0 18px 42px rgba(127, 156, 197, 0.08);
}

.contacts-spot__map iframe {
    display: block;
    width: 100%;
    height: 360px;
    border: 0;
}

/* -----------------------------------------------
   RESPONSIVE
----------------------------------------------- */
@media (max-width: 1100px) {
    .contacts-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .contacts-col:nth-child(2) {
        border-right: none;
    }

    .contacts-col:nth-child(1),
    .contacts-col:nth-child(2) {
        border-bottom: 1px solid #efefef;
    }
}

@media (max-width: 767px) {
    .contacts-region__heading-wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .contacts-region__heading {
        white-space: normal;
        font-size: 16px;
    }

    .contacts-region__grid,
    .contacts-region__grid--multi,
    .contacts-region__grid--single {
        grid-template-columns: 1fr;
    }

    .contacts-spot__title {
        font-size: 1.15rem;
    }

    .contacts-spot__map iframe {
        height: 300px;
    }
}

@media (min-width: 768px) and (max-width: 1099px) {
    .contacts-region__grid--multi {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .contacts-grid {
        grid-template-columns: 1fr;
    }

    .contacts-col {
        border-right: none !important;
        border-bottom: 1px solid #efefef;
    }

    .contacts-col:last-child {
        border-bottom: none;
    }

    .contacts-top {
        padding: 24px 0 20px;
    }

    .contacts-col {
        padding: 22px 20px;
    }
}
