
/* =========================================================
   İLETİŞİM HERO FINAL V5
   Blog sayfası ile aynı sade ve güçlü tasarım dili
   ========================================================= */

.contact-hero {
    position: relative;
    isolation: isolate;
    min-height: 430px;
    overflow: hidden;
    color: #fff;
    background: #03152b;
}

.contact-hero__media {
    position: absolute;
    inset: 0;
    z-index: -4;
    background-image:
        url("/assets/images/antalya-contact-hero.webp"),
        url("/assets/img/antalya-contact-hero.webp"),
        url("/resimler/antalya-contact-hero.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: -3;
    background:
        linear-gradient(90deg, rgba(3, 21, 43, 0.97) 0%, rgba(3, 32, 57, 0.93) 46%, rgba(3, 35, 60, 0.78) 70%, rgba(3, 21, 43, 0.56) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.25));
}

.contact-hero__inner {
    display: grid;
    min-height: 430px;
    grid-template-columns: minmax(0, 1.38fr) minmax(310px, 0.62fr);
    align-items: center;
    gap: 76px;
    padding-block: 54px 88px;
}

.contact-breadcrumb {
    margin-bottom: 23px;
}

.contact-hero .contact-eyebrow {
    position: relative;
    padding-left: 28px;
    color: var(--contact-cyan);
}

.contact-hero .contact-eyebrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 19px;
    height: 2px;
    background: var(--contact-cyan);
    transform: translateY(-50%);
}

.contact-hero h1 {
    max-width: 680px;
    margin: 12px 0 14px;
    color: #fff !important;
    font-size: clamp(3.35rem, 6vw, 4.85rem);
    font-weight: 900;
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.contact-hero__content > p {
    max-width: 680px;
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: clamp(1rem, 1.6vw, 1.12rem);
    line-height: 1.72;
}

.contact-hero__actions {
    margin-top: 26px;
}

.contact-hero__panel {
    padding: 27px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 22px;
    background: rgba(3, 30, 53, 0.74);
    box-shadow: 0 26px 65px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(15px);
}

.contact-hero__panel-kicker {
    display: block;
    margin-bottom: 17px;
    color: var(--contact-cyan);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

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

.contact-hero__panel-list li {
    position: relative;
    padding-left: 20px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.88rem;
    line-height: 1.45;
}

.contact-hero__panel-list li::before {
    content: "";
    position: absolute;
    top: 0.55em;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--contact-cyan);
    box-shadow: 0 0 0 4px rgba(57, 217, 232, 0.12);
}

.contact-hero__panel-status {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    padding: 13px 14px;
    border-radius: 13px;
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    font-size: 0.84rem;
    font-weight: 800;
}

.contact-hero__panel > a {
    display: flex;
    min-height: 52px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 12px;
    padding: 0 16px;
    border-radius: 13px;
    color: #fff !important;
    background: linear-gradient(135deg, var(--contact-coral), var(--contact-coral-dark));
    box-shadow: 0 14px 28px rgba(255, 101, 72, 0.22);
    font-size: 0.88rem;
    font-weight: 900;
}

.contact-hero__panel > a svg {
    width: 19px;
    height: 19px;
}

.contact-quick {
    margin-top: -44px;
}

.contact-quick__card {
    min-height: 104px;
}

@media (max-width: 1100px) {
    .contact-hero__inner {
        grid-template-columns: 1fr;
        gap: 28px;
        padding-block: 50px 86px;
    }

    .contact-hero__panel {
        max-width: 620px;
    }
}

@media (max-width: 680px) {
    .contact-hero__inner {
        padding-block: 46px 86px;
    }

    .contact-hero h1 {
        font-size: clamp(2.8rem, 14vw, 3.9rem);
    }

    .contact-hero__panel {
        padding: 22px;
    }
}


/* =========================================================
   İLETİŞİM HERO FINAL V4
   Blog sayfası ile aynı görsel dil
   ========================================================= */

.contact-hero {
    position: relative;
    isolation: isolate;
    min-height: 485px;
    overflow: hidden;
    color: #fff;
    background: #03152b;
}

.contact-hero__media {
    position: absolute;
    inset: 0;
    z-index: -4;
    background-image:
        url("/assets/images/antalya-contact-hero.webp"),
        url("/assets/img/antalya-contact-hero.webp"),
        url("/resimler/antalya-contact-hero.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: -3;
    background:
        linear-gradient(90deg, rgba(3, 21, 43, 0.97) 0%, rgba(3, 37, 65, 0.91) 42%, rgba(3, 42, 69, 0.72) 68%, rgba(3, 21, 43, 0.48) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.34));
}

.contact-hero__grid {
    position: absolute;
    inset: 0;
    z-index: -2;
    opacity: 0.1;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.28) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.28) 1px, transparent 1px);
    background-size: 58px 58px;
    mask-image: linear-gradient(to right, #000 0%, #000 32%, transparent 88%);
}

.contact-hero__inner {
    display: grid;
    min-height: 485px;
    grid-template-columns: minmax(0, 1.26fr) minmax(320px, 0.74fr);
    align-items: center;
    gap: 72px;
    padding-block: 58px 96px;
}

.contact-breadcrumb {
    margin-bottom: 24px;
}

.contact-hero .contact-eyebrow {
    position: relative;
    padding-left: 28px;
    color: var(--contact-cyan);
}

.contact-hero .contact-eyebrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 19px;
    height: 2px;
    background: var(--contact-cyan);
    transform: translateY(-50%);
}

.contact-hero h1 {
    max-width: 720px;
    margin: 12px 0 14px;
    color: #fff !important;
    font-size: clamp(3.25rem, 6.2vw, 5.15rem);
    font-weight: 900;
    line-height: 0.98;
    letter-spacing: -0.055em;
    text-wrap: balance;
}

.contact-hero__content > p {
    max-width: 690px;
    color: rgba(255, 255, 255, 0.84);
    font-size: clamp(1rem, 1.65vw, 1.14rem);
    line-height: 1.72;
}

.contact-hero__stats {
    display: grid;
    max-width: 650px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 24px;
}

.contact-hero__stats > div {
    min-width: 0;
    padding: 13px 15px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 13px;
    background: rgba(5, 39, 66, 0.48);
    backdrop-filter: blur(10px);
}

.contact-hero__stats strong,
.contact-hero__stats span {
    display: block;
}

.contact-hero__stats strong {
    margin-bottom: 3px;
    color: #fff !important;
    font-size: 1rem;
    line-height: 1;
}

.contact-hero__stats span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.73rem;
}

.contact-hero__actions {
    margin-top: 23px;
}

.contact-hero__card {
    padding: 29px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 24px;
    background: rgba(3, 31, 55, 0.76);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(15px);
}

.contact-hero__card h2 {
    margin: 11px 0;
    color: #fff !important;
    font-size: clamp(1.75rem, 2.7vw, 2.35rem);
    line-height: 1.08;
}

.contact-hero__card-list {
    display: grid;
    gap: 9px;
    margin-top: 18px;
}

.contact-hero__card-list span {
    position: relative;
    padding-left: 18px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.82rem;
}

.contact-hero__card-list span::before {
    content: "";
    position: absolute;
    top: 0.52em;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--contact-cyan);
    box-shadow: 0 0 0 4px rgba(57, 217, 232, 0.12);
}

.contact-hero__card > a {
    margin-top: 21px;
}

.contact-quick {
    margin-top: -50px;
}

.contact-quick__card {
    min-height: 108px;
}

@media (max-width: 1100px) {
    .contact-hero__inner {
        grid-template-columns: 1fr;
        gap: 30px;
        padding-block: 54px 92px;
    }

    .contact-hero__card {
        max-width: 660px;
    }
}

@media (max-width: 680px) {
    .contact-hero__inner {
        padding-block: 48px 90px;
    }

    .contact-hero h1 {
        font-size: clamp(2.65rem, 14vw, 3.85rem);
    }

    .contact-hero__stats {
        grid-template-columns: 1fr;
    }

    .contact-hero__card {
        padding: 23px;
    }
}

:root {
    --contact-navy: #03152b;
    --contact-navy-2: #0b496e;
    --contact-cyan: #39d9e8;
    --contact-coral: #ff6548;
    --contact-coral-dark: #ea4e31;
    --contact-text: #13233a;
    --contact-muted: #65728a;
    --contact-line: #e3eaf2;
    --contact-bg: #f4f7fb;
    --contact-white: #ffffff;
    --contact-shadow: 0 24px 70px rgba(3, 21, 43, 0.12);
}

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

.contact-page-main {
    position: relative;
    overflow: hidden;
    padding-top: 0;
    color: var(--contact-text);
    background: var(--contact-bg);
    font-family: Inter, Arial, sans-serif;
}

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

.contact-page-main svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

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


.contact-page-main::before {
    content: "";
    display: block;
    height: 1px;
    background: rgba(3, 21, 43, 0.08);
}

.contact-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 480px;
    color: var(--contact-white);
    background:
        radial-gradient(circle at 82% 20%, rgba(255, 101, 72, 0.25), transparent 27%),
        linear-gradient(120deg, #03152b 0%, #075078 58%, #0a6a86 100%);
}

.contact-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -3;
    background: linear-gradient(90deg, rgba(1, 15, 31, 0.32), transparent 65%);
}

.contact-hero__grid {
    position: absolute;
    inset: 0;
    z-index: -2;
    opacity: 0.1;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.38) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.38) 1px, transparent 1px);
    background-size: 58px 58px;
    mask-image: linear-gradient(to right, #000, transparent 92%);
}

.contact-hero__glow {
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    filter: blur(1px);
}

.contact-hero__glow--one {
    right: -180px;
    bottom: -340px;
    width: 760px;
    height: 760px;
    background: rgba(255, 255, 255, 0.09);
}

.contact-hero__glow--two {
    right: 14%;
    top: -250px;
    width: 520px;
    height: 520px;
    background: rgba(57, 217, 232, 0.08);
}

.contact-hero__inner {
    display: grid;
    min-height: 480px;
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
    align-items: center;
    gap: 70px;
    padding-block: 62px 102px;
}

.contact-breadcrumb {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 26px;
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.88rem;
}

.contact-breadcrumb strong {
    color: #fff;
}

.contact-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--contact-coral);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.contact-hero .contact-eyebrow {
    color: #ffd0c7;
}

.contact-hero h1 {
    margin: 12px 0 16px;
    color: #fff !important;
    font-size: clamp(3.7rem, 7.5vw, 5.7rem);
    font-weight: 900;
    line-height: 0.96;
    letter-spacing: -0.06em;
}

.contact-hero__content > p {
    max-width: 690px;
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(1rem, 1.8vw, 1.18rem);
    line-height: 1.75;
}

.contact-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.contact-action {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 23px;
    border: 1px solid transparent;
    border-radius: 15px;
    font-weight: 900;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.contact-action svg {
    width: 20px;
    height: 20px;
}

.contact-action:hover {
    transform: translateY(-3px);
}

.contact-action--primary {
    color: #fff !important;
    background: linear-gradient(135deg, var(--contact-coral), var(--contact-coral-dark));
    box-shadow: 0 16px 34px rgba(255, 101, 72, 0.28);
}

.contact-action--ghost {
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(10px);
}

.contact-hero__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 28px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.82rem;
}

.contact-hero__trust span {
    position: relative;
    padding-left: 15px;
}

.contact-hero__trust span::before {
    content: "";
    position: absolute;
    top: 0.55em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--contact-cyan);
    box-shadow: 0 0 0 4px rgba(57, 217, 232, 0.12);
}

.contact-hero__card {
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 26px;
    background: rgba(2, 27, 51, 0.52);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(16px);
}

.contact-hero__card-label {
    color: var(--contact-cyan);
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.contact-hero__card h2 {
    margin: 12px 0;
    color: #fff !important;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.contact-hero__card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.7;
}

.contact-hero__card > a {
    display: flex;
    min-height: 56px;
    align-items: center;
    gap: 11px;
    margin-top: 25px;
    padding: 0 16px;
    border-radius: 15px;
    color: #fff !important;
    background: rgba(255, 255, 255, 0.1);
    font-weight: 800;
}

.contact-hero__card > a svg {
    width: 20px;
    margin-left: auto;
}

.contact-hero__status {
    flex: 0 0 9px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #2bd36f;
    box-shadow: 0 0 0 5px rgba(43, 211, 111, 0.15);
}

.contact-quick {
    position: relative;
    z-index: 5;
    margin-top: -58px;
}

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

.contact-quick__card {
    display: flex;
    min-width: 0;
    min-height: 118px;
    align-items: center;
    gap: 15px;
    padding: 22px;
    border: 1px solid rgba(227, 234, 242, 0.95);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: var(--contact-shadow);
    backdrop-filter: blur(13px);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.contact-quick__card:hover {
    transform: translateY(-6px);
    border-color: rgba(255, 101, 72, 0.35);
    box-shadow: 0 28px 72px rgba(3, 21, 43, 0.16);
}

.contact-icon {
    display: grid;
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    place-items: center;
    border-radius: 15px;
    color: #fff;
    background: linear-gradient(145deg, var(--contact-coral), #ff917a);
    box-shadow: 0 13px 26px rgba(255, 101, 72, 0.23);
}

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

.contact-icon--small {
    flex-basis: 44px;
    width: 44px;
    height: 44px;
    border-radius: 13px;
}

.contact-icon--small svg {
    width: 19px;
    height: 19px;
}

.contact-quick__card > span:last-child {
    min-width: 0;
}

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

.contact-quick__card small {
    margin-bottom: 6px;
    color: var(--contact-muted);
    font-size: 0.78rem;
}

.contact-quick__card strong {
    overflow: hidden;
    color: var(--contact-text) !important;
    font-size: 0.91rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.contact-content {
    padding-block: 88px 96px;
}

.contact-content__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(330px, 0.65fr);
    align-items: start;
    gap: 28px;
}

.contact-form-card,
.contact-details-card,
.contact-map-card {
    border: 1px solid var(--contact-line);
    border-radius: 28px;
    background: #fff;
    box-shadow: var(--contact-shadow);
}

.contact-form-card {
    padding: clamp(28px, 4vw, 48px);
}

.contact-heading {
    margin-bottom: 30px;
}

.contact-heading h2 {
    margin: 10px 0 12px;
    color: var(--contact-text) !important;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.06;
    letter-spacing: -0.045em;
}

.contact-heading p {
    max-width: 680px;
    margin: 0;
    color: var(--contact-muted);
    line-height: 1.72;
}

.contact-heading--compact h2 {
    font-size: clamp(1.9rem, 3vw, 2.5rem);
}

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

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

.contact-field label {
    display: block;
    margin-bottom: 8px;
    color: var(--contact-text);
    font-size: 0.87rem;
    font-weight: 850;
}

.contact-field label span {
    color: var(--contact-coral);
}

.contact-field input,
.contact-field select,
.contact-field textarea {
    width: 100%;
    border: 1px solid var(--contact-line);
    border-radius: 13px;
    outline: 0;
    color: var(--contact-text);
    background: #fbfcfe;
    font: inherit;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.contact-field input,
.contact-field select {
    height: 54px;
    padding: 0 15px;
}

.contact-field textarea {
    min-height: 156px;
    padding: 15px;
    resize: vertical;
}

.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
    border-color: rgba(255, 101, 72, 0.74);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(255, 101, 72, 0.1);
}

.contact-field.is-invalid input,
.contact-field.is-invalid select,
.contact-field.is-invalid textarea {
    border-color: #c9362b;
}

.contact-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 20px 0;
    color: var(--contact-muted);
    font-size: 0.81rem;
    line-height: 1.55;
}

.contact-consent input {
    margin-top: 3px;
}

.contact-submit {
    display: inline-flex;
    min-width: 205px;
    min-height: 55px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    border-radius: 15px;
    color: #fff;
    background: linear-gradient(135deg, var(--contact-coral), var(--contact-coral-dark));
    box-shadow: 0 15px 32px rgba(255, 101, 72, 0.24);
    font: inherit;
    font-weight: 900;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-submit svg {
    width: 19px;
    height: 19px;
}

.contact-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 19px 38px rgba(255, 101, 72, 0.29);
}

.contact-submit:disabled {
    cursor: wait;
    opacity: 0.7;
}

.contact-form-message {
    margin-bottom: 22px;
    padding: 14px 16px;
    border-radius: 13px;
    font-size: 0.9rem;
    font-weight: 800;
}

.contact-form-message.is-success {
    color: #0b6f34;
    border: 1px solid #bce8ca;
    background: #e9f8ef;
}

.contact-form-message.is-error {
    color: #962a22;
    border: 1px solid #f2c4bf;
    background: #fff0ee;
}

.contact-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

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

.contact-details-card {
    padding: 30px;
}

.contact-details {
    display: grid;
    gap: 11px;
}

.contact-details > a,
.contact-details > div {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 13px;
    padding: 13px;
    border: 1px solid var(--contact-line);
    border-radius: 15px;
    background: #fbfcfe;
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.contact-details > a:hover {
    transform: translateX(3px);
    border-color: rgba(255, 101, 72, 0.35);
}

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

.contact-details small {
    margin-bottom: 3px;
    color: var(--contact-muted);
    font-size: 0.74rem;
}

.contact-details strong {
    overflow-wrap: anywhere;
    color: var(--contact-text) !important;
    font-size: 0.88rem;
}

.contact-hours {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 18px;
    padding: 16px 17px;
    border-radius: 15px;
    color: #fff;
    background: linear-gradient(135deg, var(--contact-navy), var(--contact-navy-2));
}

.contact-hours span {
    font-size: 0.75rem;
    opacity: 0.76;
}

.contact-hours strong {
    font-size: 0.82rem;
}

.contact-map-card {
    overflow: hidden;
    min-height: 335px;
}

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

.contact-final-cta {
    padding: 0 0 92px;
}

.contact-final-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 38px;
    padding: 38px 42px;
    border: 1px solid rgba(57, 217, 232, 0.34);
    border-radius: 28px;
    color: #fff;
    background:
        radial-gradient(circle at 90% 20%, rgba(57, 217, 232, 0.16), transparent 24%),
        linear-gradient(120deg, var(--contact-navy), var(--contact-navy-2));
    box-shadow: 0 26px 70px rgba(3, 21, 43, 0.18);
}

.contact-final-cta .contact-eyebrow {
    color: var(--contact-cyan);
}

.contact-final-cta h2 {
    margin: 10px 0 8px;
    color: #fff !important;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.05;
    letter-spacing: -0.045em;
}

.contact-final-cta p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
}

.contact-final-cta__inner > a {
    display: inline-flex;
    min-height: 56px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 23px;
    border-radius: 15px;
    color: #fff !important;
    background: linear-gradient(135deg, var(--contact-coral), var(--contact-coral-dark));
    box-shadow: 0 15px 34px rgba(255, 101, 72, 0.26);
    font-weight: 900;
}

.contact-final-cta__inner > a svg {
    width: 20px;
    height: 20px;
}

/* Footer genel başlık renginin iletişim CSS'i tarafından bozulmasını önler. */
.atf-footer h1,
.atf-footer h2,
.atf-footer h3,
.atf-footer h4,
.atf-footer h5,
.atf-footer h6 {
    color: inherit;
}

@media (max-width: 1100px) {
    .contact-hero__inner {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .contact-hero__card {
        max-width: 620px;
    }

    .contact-content__grid {
        grid-template-columns: 1fr;
    }

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

    .contact-map-card,
    .contact-map-card iframe {
        height: 100%;
        min-height: 100%;
    }
}

@media (max-width: 900px) {
    .contact-quick__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .contact-final-cta__inner {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 680px) {
    .contact-shell {
        width: min(100% - 24px, 1180px);
    }

    .contact-hero {
        min-height: auto;
    }

    .contact-hero__inner {
        min-height: auto;
        padding-block: 50px 92px;
    }

    .contact-hero h1 {
        font-size: clamp(3rem, 16vw, 4.3rem);
    }

    .contact-hero__actions {
        width: 100%;
    }

    .contact-action {
        flex: 1 1 100%;
    }

    .contact-hero__trust {
        gap: 12px;
        flex-direction: column;
    }

    .contact-hero__card {
        padding: 24px;
    }

    .contact-quick__grid,
    .contact-form__grid,
    .contact-sidebar {
        grid-template-columns: 1fr;
    }

    .contact-field--full {
        grid-column: auto;
    }

    .contact-content {
        padding-block: 68px 72px;
    }

    .contact-form-card,
    .contact-details-card {
        padding: 24px;
    }

    .contact-submit {
        width: 100%;
    }

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

    .contact-final-cta {
        padding-bottom: 68px;
    }

    .contact-final-cta__inner {
        padding: 28px 24px;
    }

    .contact-final-cta__inner > a {
        width: 100%;
    }
}

/* =========================================================
   FINAL V5.1 — BLOG HERO İLE BİREBİR ÖLÇÜ/YAZI DENGESİ
   Bu blok dosyanın EN SONUNDA kalmalıdır.
   ========================================================= */

html body .contact-page-main .contact-hero {
    min-height: 385px !important;
}

html body .contact-page-main .contact-hero .contact-hero__inner {
    min-height: 385px !important;
    padding-top: 46px !important;
    padding-bottom: 68px !important;
}

html body .contact-page-main .contact-hero .contact-breadcrumb {
    margin-bottom: 17px !important;
}

html body .contact-page-main .contact-hero .contact-eyebrow {
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: 0.12em !important;
}

html body .contact-page-main .contact-hero .contact-hero__content h1#contactPageTitle {
    width: auto !important;
    max-width: 620px !important;
    margin: 8px 0 14px !important;
    color: #ffffff !important;
    font-family: inherit !important;
    font-size: clamp(46px, 3.25vw, 62px) !important;
    font-weight: 800 !important;
    line-height: 0.98 !important;
    letter-spacing: -0.035em !important;
    text-transform: none !important;
    text-shadow: none !important;
    transform: none !important;
    font-stretch: normal !important;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

html body .contact-page-main .contact-hero .contact-hero__content > p {
    max-width: 660px !important;
    font-size: 16px !important;
    line-height: 1.58 !important;
}

html body .contact-page-main .contact-hero .contact-hero__actions {
    margin-top: 20px !important;
}

html body .contact-page-main .contact-hero .contact-hero__panel {
    padding: 21px 23px !important;
}

html body .contact-page-main .contact-hero .contact-hero__panel-list {
    gap: 8px !important;
}

html body .contact-page-main .contact-hero .contact-hero__panel-status {
    margin-top: 14px !important;
    padding: 10px 12px !important;
}

html body .contact-page-main .contact-hero .contact-hero__panel > a {
    min-height: 46px !important;
    margin-top: 9px !important;
}

html body .contact-page-main .contact-quick {
    margin-top: -40px !important;
}

@media (max-width: 1100px) {
    html body .contact-page-main .contact-hero,
    html body .contact-page-main .contact-hero .contact-hero__inner {
        min-height: auto !important;
    }

    html body .contact-page-main .contact-hero .contact-hero__inner {
        padding-top: 42px !important;
        padding-bottom: 74px !important;
    }
}

@media (max-width: 680px) {
    html body .contact-page-main .contact-hero .contact-hero__content h1#contactPageTitle {
        font-size: clamp(40px, 11vw, 52px) !important;
        font-weight: 800 !important;
        line-height: 1 !important;
        letter-spacing: -0.03em !important;
    }
}

/* =========================================================
   KS27 ORTAK SAYFA GENISLIGI - 2026-07-28
   Tum ana sayfa ve ic sayfa kabuklarini ayni hatta toplar.
========================================================= */
:root {
    --ks27-site-width: 1360px;
    --ks27-site-gutter: 24px;
}

.site-container,
.tour-wrap,
.tour-layout-container,
.tours-container,
.routes-page .tour-wrap,
.route-page .tour-wrap,
.ks27-blog-shell,
.contact-page .tour-wrap,
.contact-container,
.page-container,
.content-container,
.section-container,
.inner-container,
.at-page-banner__inner {
    width: min(calc(100% - (var(--ks27-site-gutter) * 2)), var(--ks27-site-width)) !important;
    max-width: var(--ks27-site-width) !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.at-header {
    width: min(calc(100% - (var(--ks27-site-gutter) * 2)), var(--ks27-site-width)) !important;
    right: auto !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}

@media (max-width: 1024px) {
    :root { --ks27-site-gutter: 20px; }
}

@media (max-width: 767px) {
    :root { --ks27-site-gutter: 12px; }

    .site-container,
    .tour-wrap,
    .tour-layout-container,
    .tours-container,
    .routes-page .tour-wrap,
    .route-page .tour-wrap,
    .ks27-blog-shell,
    .contact-page .tour-wrap,
    .contact-container,
    .page-container,
    .content-container,
    .section-container,
    .inner-container,
    .at-page-banner__inner {
        width: calc(100% - (var(--ks27-site-gutter) * 2)) !important;
    }
}

/* =========================================================
   İLETİŞİM HERO — GLOBAL INNER HERO FINAL V2
   Diğer iç sayfalar ile aynı ölçü / tipografi / hizalama.
   ========================================================= */
.contact-hero {
    min-height: 390px !important;
    height: 390px !important;
    max-height: 390px !important;
    overflow: hidden !important;
}

.contact-hero__inner {
    width: min(1360px, calc(100% - 48px)) !important;
    max-width: 1360px !important;
    min-height: 390px !important;
    height: 390px !important;
    margin-inline: auto !important;
    padding: 58px 0 42px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 360px) !important;
    align-items: center !important;
    gap: 56px !important;
}

.contact-hero__content {
    width: 100% !important;
    max-width: 760px !important;
    min-width: 0 !important;
    margin: 0 !important;
    transform: none !important;
}

.contact-breadcrumb {
    margin: 0 0 16px !important;
    gap: 9px !important;
    font-family: inherit !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
    white-space: nowrap !important;
}

.contact-hero .contact-eyebrow {
    margin: 0 0 9px !important;
    padding-left: 28px !important;
    font-family: inherit !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    font-weight: 850 !important;
    letter-spacing: .13em !important;
    text-transform: uppercase !important;
}

.contact-hero h1 {
    width: auto !important;
    max-width: 100% !important;
    margin: 0 !important;
    color: #fff !important;
    font-family: inherit !important;
    font-size: 56px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    letter-spacing: -.04em !important;
    white-space: nowrap !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
    text-wrap: nowrap !important;
}

.contact-hero__content > p {
    width: 100% !important;
    max-width: 690px !important;
    margin: 14px 0 0 !important;
    color: rgba(255,255,255,.86) !important;
    font-family: inherit !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    font-weight: 400 !important;
}

.contact-hero__actions {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    margin-top: 18px !important;
}

.contact-hero__actions .contact-action {
    min-height: 48px !important;
    margin: 0 !important;
}

.contact-hero__panel {
    min-width: 0 !important;
    max-width: 360px !important;
    padding: 20px !important;
    border-radius: 18px !important;
}

.contact-hero__panel-list {
    gap: 6px !important;
    margin: 12px 0 !important;
}

.contact-quick {
    margin-top: -34px !important;
    position: relative !important;
    z-index: 5 !important;
}

@media (min-width: 761px) and (max-width: 1100px) {
    .contact-hero {
        min-height: 380px !important;
        height: 380px !important;
        max-height: 380px !important;
    }

    .contact-hero__inner {
        width: min(920px, calc(100% - 40px)) !important;
        min-height: 380px !important;
        height: 380px !important;
        padding: 58px 0 38px !important;
        grid-template-columns: minmax(0, 1fr) minmax(260px, 310px) !important;
        gap: 32px !important;
    }

    .contact-hero h1 {
        font-size: 48px !important;
    }

    .contact-hero__content > p {
        font-size: 15px !important;
    }

    .contact-hero__panel {
        max-width: 310px !important;
        padding: 18px !important;
    }
}

@media (max-width: 760px) {
    .contact-hero {
        min-height: 390px !important;
        height: 390px !important;
        max-height: 390px !important;
    }

    .contact-hero__inner {
        width: calc(100% - 28px) !important;
        min-height: 390px !important;
        height: 390px !important;
        padding: 72px 0 28px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: center !important;
        gap: 0 !important;
    }

    .contact-hero__content {
        max-width: 100% !important;
    }

    .contact-breadcrumb {
        margin-bottom: 14px !important;
        font-size: 11px !important;
    }

    .contact-hero .contact-eyebrow {
        margin-bottom: 7px !important;
        font-size: 10px !important;
        letter-spacing: .10em !important;
    }

    .contact-hero h1 {
        font-size: clamp(24px, 7.8vw, 32px) !important;
        line-height: 1.05 !important;
        letter-spacing: -.035em !important;
    }

    .contact-hero__content > p {
        max-width: 100% !important;
        margin-top: 12px !important;
        font-size: 13px !important;
        line-height: 1.45 !important;
    }

    .contact-hero__actions {
        width: 100% !important;
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 10px !important;
        margin-top: 15px !important;
    }

    .contact-hero__actions .contact-action {
        width: 100% !important;
        min-height: 48px !important;
        justify-content: center !important;
        padding-inline: 14px !important;
    }

    /* Mobilde hero yüksekliğini bozan ikinci panel gizlenir.
       Aynı bilgiler hemen altındaki hızlı iletişim kartlarında zaten bulunur. */
    .contact-hero__panel {
        display: none !important;
    }

    .contact-quick {
        margin-top: 0 !important;
        padding-top: 18px !important;
    }
}

@media (max-width: 380px) {
    .contact-hero__inner {
        width: calc(100% - 22px) !important;
    }

    .contact-hero h1 {
        font-size: 24px !important;
    }

    .contact-hero__content > p {
        font-size: 12.5px !important;
    }
}


/* =========================================================
   İLETİŞİM DESKTOP HERO — FINAL FIX
   Mobil kurallara dokunmaz.
   Ortak hero standardının contact grid yapısını bozmasını engeller.
   ========================================================= */
@media (min-width: 1101px) {

    .contact-hero {
        min-height: 390px !important;
        height: 390px !important;
        max-height: 390px !important;
        overflow: visible !important;
    }

    .contact-hero__inner {
        width: min(1360px, calc(100% - 48px)) !important;
        max-width: 1360px !important;
        min-height: 390px !important;
        height: 390px !important;
        margin-inline: auto !important;

        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 340px !important;
        grid-template-rows: 1fr !important;
        align-items: center !important;
        justify-content: stretch !important;
        gap: 54px !important;

        padding: 42px 0 48px !important;
    }

    .contact-hero__content {
        width: 100% !important;
        max-width: 760px !important;
        min-width: 0 !important;
        align-self: center !important;
        margin: 0 !important;
        transform: none !important;
    }

    .contact-breadcrumb {
        margin: 0 0 14px !important;
    }

    .contact-hero .contact-eyebrow {
        margin: 0 0 8px !important;
    }

    .contact-hero h1 {
        width: auto !important;
        max-width: 100% !important;
        margin: 0 !important;
        font-size: 56px !important;
        line-height: 1 !important;
        white-space: nowrap !important;
    }

    .contact-hero__content > p {
        max-width: 690px !important;
        margin: 13px 0 0 !important;
        font-size: 16px !important;
        line-height: 1.5 !important;
    }

    .contact-hero__actions {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        flex-wrap: nowrap !important;
        gap: 10px !important;
        margin-top: 17px !important;
    }

    .contact-hero__actions .contact-action {
        width: auto !important;
        min-height: 46px !important;
        margin: 0 !important;
        padding-inline: 18px !important;
    }

    .contact-hero__panel {
        display: block !important;
        position: static !important;
        width: 100% !important;
        max-width: 340px !important;
        min-width: 0 !important;
        max-height: 278px !important;
        align-self: center !important;

        margin: 0 !important;
        padding: 18px 20px !important;
        overflow: hidden !important;

        border-radius: 18px !important;
        transform: none !important;
    }

    .contact-hero__panel-kicker {
        margin-bottom: 11px !important;
        font-size: 11px !important;
    }

    .contact-hero__panel-list {
        gap: 5px !important;
        margin: 0 !important;
    }

    .contact-hero__panel-list li {
        font-size: 12px !important;
        line-height: 1.35 !important;
    }

    .contact-hero__panel-status {
        margin-top: 11px !important;
        padding: 9px 11px !important;
        font-size: 11px !important;
    }

    .contact-hero__panel > a {
        min-height: 40px !important;
        margin-top: 8px !important;
        padding: 0 12px !important;
        font-size: 11px !important;
    }

    /* Hızlı iletişim kartları hero alt sınırına kontrollü taşar */
    .contact-quick {
        position: relative !important;
        z-index: 6 !important;
        margin-top: -34px !important;
    }
}


/* =========================================================
   TÜM İÇ SAYFALAR — MOBILE HERO TOP GAP FINAL
   Amaç:
   - Mobil hero üst boşluğu tüm sayfalarda aynı
   - Breadcrumb tepeye yakın başlar
   - Eyebrow / H1 / açıklama aralıkları standart
   - Desktop/tablet etkilenmez
   ========================================================= */
@media (max-width: 760px){

    /* COMMON / CORPORATE / BLOG / VIDEO / GALLERY / CONTACT */
    .ks27-blog-hero__inner,
    .ks27-article-hero__inner,
    .ks27-cp-hero.ks27-cp-hero--index-style .ks27-cp-hero__inner,
    .contact-hero__inner,
    .route-hero__inner,
    .tour-hero__layout,
    .ks27-listing__hero .ks27-listing__container,
    .ks27-vipx__hero .ks27-vipx__shell{
        justify-content:flex-start!important;
        padding-top:18px!important;
        padding-bottom:22px!important;
    }

    /* Breadcrumb starts from same vertical line */
    .ks27-blog-breadcrumb,
    .ks27-article-breadcrumb,
    .ks27-cp-breadcrumb,
    .contact-breadcrumb,
    .route-breadcrumb,
    .tour-breadcrumb,
    .ks27-listing__breadcrumb,
    .ks27-vipx__breadcrumb{
        margin-top:0!important;
        margin-bottom:12px!important;
    }

    /* Eyebrow spacing */
    .ks27-blog-eyebrow,
    .ks27-cp-eyebrow,
    .contact-eyebrow,
    .route-eyebrow,
    .tour-eyebrow,
    .ks27-listing__eyebrow,
    .ks27-vipx__eyebrow{
        margin-top:0!important;
        margin-bottom:7px!important;
    }

    /* H1 spacing */
    .ks27-blog-hero h1,
    .ks27-article-hero h1,
    .ks27-cp-hero h1,
    .contact-hero h1,
    .route-hero h1,
    .tour-hero h1,
    .ks27-listing__hero h1,
    .ks27-vipx__hero h1{
        margin-top:0!important;
        margin-bottom:0!important;
    }

    /* Description spacing */
    .ks27-blog-hero__content > p,
    .ks27-article-hero__content > p,
    .ks27-cp-hero__content > p,
    .contact-hero__content > p,
    .route-hero__content > p,
    .tour-hero__content > p,
    .ks27-listing__hero-copy > p:last-child,
    .ks27-vipx__lead{
        margin-top:10px!important;
        margin-bottom:0!important;
    }

    /* Buttons remain compact and do not create fake top gap */
    .ks27-blog-hero__actions,
    .ks27-cp-hero__actions,
    .contact-hero__actions{
        margin-top:14px!important;
    }

    /* Turlar / Rotalar search box keeps current overlap logic */
    .ks27-listing__filter-shell{
        position:relative!important;
        z-index:6!important;
    }

    /* Contact helper panel stays hidden on mobile if already hidden;
       do not force visibility. */
}


/* =========================================================
   TÜM İÇ SAYFALAR — MOBILE HERO COMPACT FINAL
   Amaç:
   - Başlık ve açıklama sonrası gereksiz boşluğu kaldır
   - Hero mobilde içeriğe göre doğal yükseklikte bitsin
   - Full responsive
   - Desktop / tablet etkilenmez
   ========================================================= */
@media (max-width:760px){

    /* Sabit 390px mobil yüksekliği kaldır */
    .ks27-blog-hero,
    .ks27-article-hero,
    .ks27-cp-hero.ks27-cp-hero--index-style,
    .contact-hero,
    .route-hero,
    .tour-hero.tour-hero--detail,
    .ks27-listing__hero,
    .ks27-vipx__hero{
        height:auto!important;
        min-height:0!important;
        max-height:none!important;
        padding:0!important;
        overflow:visible!important;
    }

    /* Hero iç container artık içerik kadar yükseklik alır */
    .ks27-blog-hero__inner,
    .ks27-article-hero__inner,
    .ks27-cp-hero.ks27-cp-hero--index-style .ks27-cp-hero__inner,
    .contact-hero__inner,
    .route-hero__inner,
    .tour-hero__layout,
    .ks27-listing__hero .ks27-listing__container,
    .ks27-vipx__hero .ks27-vipx__shell{
        height:auto!important;
        min-height:0!important;
        max-height:none!important;

        justify-content:flex-start!important;
        align-items:flex-start!important;

        padding-top:18px!important;
        padding-bottom:20px!important;
    }

    /* İçerik bloğu kendi yüksekliği kadar */
    .ks27-blog-hero__content,
    .ks27-article-hero__content,
    .ks27-cp-hero__content,
    .contact-hero__content,
    .route-hero__content,
    .tour-hero__content,
    .ks27-listing__hero-copy,
    .ks27-vipx__hero-content{
        height:auto!important;
        min-height:0!important;
        max-height:none!important;
        margin-bottom:0!important;
    }

    /* Son içerikten sonra boşluk kalmasın */
    .ks27-blog-hero__content > *:last-child,
    .ks27-article-hero__content > *:last-child,
    .ks27-cp-hero__content > *:last-child,
    .contact-hero__content > *:last-child,
    .route-hero__content > *:last-child,
    .tour-hero__content > *:last-child,
    .ks27-listing__hero-copy > *:last-child,
    .ks27-vipx__hero-content > *:last-child{
        margin-bottom:0!important;
    }

    /* Breadcrumb / eyebrow / H1 / açıklama standardı */
    .ks27-blog-breadcrumb,
    .ks27-article-breadcrumb,
    .ks27-cp-breadcrumb,
    .contact-breadcrumb,
    .route-breadcrumb,
    .tour-breadcrumb,
    .ks27-listing__breadcrumb,
    .ks27-vipx__breadcrumb{
        margin-top:0!important;
        margin-bottom:12px!important;
    }

    .ks27-blog-eyebrow,
    .ks27-cp-eyebrow,
    .contact-eyebrow,
    .route-eyebrow,
    .tour-eyebrow,
    .ks27-listing__eyebrow,
    .ks27-vipx__eyebrow{
        margin-top:0!important;
        margin-bottom:7px!important;
    }

    .ks27-blog-hero h1,
    .ks27-article-hero h1,
    .ks27-cp-hero h1,
    .contact-hero h1,
    .route-hero h1,
    .tour-hero h1,
    .ks27-listing__hero h1,
    .ks27-vipx__hero h1{
        margin:0!important;
    }

    .ks27-blog-hero__content > p,
    .ks27-article-hero__content > p,
    .ks27-cp-hero__content > p,
    .contact-hero__content > p,
    .route-hero__content > p,
    .tour-hero__content > p,
    .ks27-listing__hero-copy > p:last-child,
    .ks27-vipx__lead{
        margin-top:10px!important;
        margin-bottom:0!important;
    }

    /* Butonlu hero'larda butondan sonra gereksiz alan bırakma */
    .ks27-blog-hero__actions,
    .ks27-cp-hero__actions,
    .contact-hero__actions{
        margin-top:14px!important;
        margin-bottom:0!important;
    }

    /* Turlar / Rotalar filtre kutusu mevcut overlap yapısını korur */
    .ks27-listing__filter-shell{
        position:relative!important;
        z-index:6!important;
    }
}

/* Çok küçük telefonlarda padding biraz daha kompakt */
@media (max-width:380px){
    .ks27-blog-hero__inner,
    .ks27-article-hero__inner,
    .ks27-cp-hero.ks27-cp-hero--index-style .ks27-cp-hero__inner,
    .contact-hero__inner,
    .route-hero__inner,
    .tour-hero__layout,
    .ks27-listing__hero .ks27-listing__container,
    .ks27-vipx__hero .ks27-vipx__shell{
        padding-top:14px!important;
        padding-bottom:16px!important;
    }
}

/* Contact form field-level validation */
.contact-field.is-invalid input,
.contact-field.is-invalid select,
.contact-field.is-invalid textarea {
    border-color: #e53935 !important;
    box-shadow: 0 0 0 3px rgba(229, 57, 53, 0.10) !important;
}
.contact-consent.is-invalid {
    border: 1px solid rgba(229, 57, 53, 0.45);
    border-radius: 10px;
    padding: 10px 12px;
    background: rgba(229, 57, 53, 0.05);
}
.contact-field-error {
    margin-top: 6px;
    color: #c62828;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
}
.contact-consent .contact-field-error {
    flex-basis: 100%;
    margin-left: 0;
}
