﻿.ct-page,
.ct-page * {
    box-sizing: border-box;
}

.ct-page {
    background: #f5f1ef;
    color: #2f2a2a;
}

    .ct-page a {
        text-decoration: none;
    }

.ct-shell {
    width: min(1240px, calc(100% - 48px));
    margin: 0 auto;
}

.ct-hero {
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 12% 8%, rgba(241,224,228,.95) 0%, rgba(241,224,228,.62) 24%, transparent 52%), radial-gradient(circle at 92% 20%, rgba(224,241,239,.90) 0%, rgba(224,241,239,.55) 24%, transparent 52%), linear-gradient(90deg, #f6ecec 0%, #f7f3f2 48%, #edf7f5 100%);
}

.ct-heroInner {
    padding: 76px 0 72px;
    max-width: 860px;
}

.ct-eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 16px;
    border: 1px solid #d8d1d1;
    border-radius: 999px;
    background: rgba(255,255,255,.58);
    color: #7c9f9a;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .24em;
    text-transform: uppercase;
}

.ct-title {
    margin: 22px 0 0;
    font-size: 68px;
    line-height: 1.04;
    font-weight: 700;
    letter-spacing: -0.045em;
    color: #302b2b;
}

.ct-sub {
    max-width: 760px;
    margin: 26px 0 0;
    font-size: 22px;
    line-height: 1.8;
    color: #716a6a;
}

.ct-main {
    padding: 60px 0 90px;
}

.ct-grid {
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    gap: 28px;
    align-items: start;
}

.ct-card {
    border-radius: 30px;
    border: 1px solid #e9e1e1;
    box-shadow: 0 14px 32px rgba(60,52,52,.06);
}

.ct-cardSoft {
    padding: 28px;
    background: rgba(255,255,255,.86);
}

.ct-cardDark {
    margin-top: 18px;
    padding: 28px;
    background: linear-gradient(90deg, #232323 0%, #373737 100%);
    border-color: rgba(255,255,255,.08);
    color: #fff;
}

    .ct-cardDark h3 {
        margin: 10px 0 12px;
        font-size: 30px;
        line-height: 1.15;
        font-weight: 700;
        color: #fff;
    }

    .ct-cardDark p {
        margin: 0;
        color: rgba(255,255,255,.78);
        font-size: 16px;
        line-height: 1.9;
    }

.ct-miniEyebrow {
    color: #84c4bd;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .25em;
    text-transform: uppercase;
}

.ct-cardTitle {
    margin: 0 0 18px;
    font-size: 28px;
    line-height: 1.15;
    font-weight: 800;
    color: #2f2a2a;
}

.ct-infoList {
    display: grid;
    gap: 18px;
}

.ct-infoItem {
    padding: 16px 18px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #eee6e6;
}

.ct-infoLabel {
    margin-bottom: 6px;
    color: #7ea09b;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .22em;
    text-transform: uppercase;
}

.ct-infoValue {
    color: #2f2a2a;
    font-size: 18px;
    line-height: 1.7;
    font-weight: 600;
}

    .ct-infoValue a {
        color: #2f2a2a;
    }

.ct-infoActions {
    margin-top: 18px;
}

.ct-mapBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 18px;
    border-radius: 16px;
    background: #38a79f;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    box-shadow: 0 10px 25px rgba(56,167,159,.22);
}

.ct-formCard {
    padding: 32px;
    background: #fff;
}

.ct-formIntro {
    margin-bottom: 20px;
    color: #6e6666;
    font-size: 16px;
    line-height: 1.8;
}

.ct-formGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.ct-field {
    display: flex;
    flex-direction: column;
}

.ct-fieldFull {
    grid-column: 1 / -1;
}

.ct-field label {
    margin-bottom: 8px;
    color: #4f4747;
    font-size: 14px;
    font-weight: 700;
}

.ct-input,
.ct-textarea,
.ct-file {
    width: 100%;
    border: 1px solid #ded6d6;
    border-radius: 16px;
    background: #fff;
    color: #2f2a2a;
    font-size: 15px;
    outline: none;
}

.ct-input,
.ct-file {
    min-height: 52px;
    padding: 0 16px;
}

.ct-textarea {
    padding: 14px 16px;
    resize: vertical;
    min-height: 160px;
}

    .ct-input:focus,
    .ct-textarea:focus,
    .ct-file:focus {
        border-color: #cdaeb8;
        box-shadow: 0 0 0 4px rgba(205,174,184,.14);
    }

.ct-helpText {
    margin-top: 8px;
    color: #827878;
    font-size: 13px;
    line-height: 1.6;
}

.ct-fieldError {
    margin-top: 8px;
    color: #b42318;
    font-size: 13px;
    font-weight: 600;
}

.ct-submitRow {
    margin-top: 22px;
}

.ct-submitBtn {
    min-height: 52px;
    padding: 0 22px;
    border: 0;
    border-radius: 16px;
    background: linear-gradient(135deg, #d86a93, #b9577c);
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 12px 26px rgba(216,106,147,.24);
}

.ct-successBox {
    margin-bottom: 18px;
    padding: 14px 16px;
    border-radius: 16px;
    background: #f4fff6;
    border: 1px solid #b8e2c2;
    color: #246b3c;
    font-size: 14px;
    font-weight: 700;
}

.ct-errorBox {
    margin-bottom: 18px;
    padding: 14px 16px;
    border-radius: 16px;
    background: #fff3f4;
    border: 1px solid #f2c4cc;
    color: #a12d47;
    font-size: 14px;
    font-weight: 700;
}

@media (max-width: 1100px) {
    .ct-title {
        font-size: 56px;
    }

    .ct-sub {
        font-size: 19px;
    }
}

@media (max-width: 991px) {
    .ct-shell {
        width: min(1240px, calc(100% - 32px));
    }

    .ct-grid {
        grid-template-columns: 1fr;
    }

    .ct-heroInner {
        padding: 58px 0 56px;
    }

    .ct-title {
        font-size: 46px;
    }
}

@media (max-width: 640px) {
    .ct-title {
        font-size: 34px;
    }

    .ct-sub {
        font-size: 16px;
        line-height: 1.75;
    }

    .ct-formGrid {
        grid-template-columns: 1fr;
    }

    .ct-formCard,
    .ct-cardSoft,
    .ct-cardDark {
        padding: 22px;
    }

    .ct-infoValue {
        font-size: 16px;
    }
}
