.appointment-page {
    color: #1f331d;
    background: #fffdf7;
}

.appointment-hero {
    padding: 72px 0 54px;
    background:
        radial-gradient(circle at 8% 22%, rgba(120, 166, 83, 0.18) 0 150px, transparent 152px),
        radial-gradient(circle at 92% 8%, rgba(199, 164, 90, 0.16) 0 170px, transparent 172px),
        linear-gradient(135deg, #ffffff 0%, #eef6e8 100%);
}

.appointment-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 42px;
    align-items: end;
}

.appointment-copy > span,
.appointment-form-head span {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 8px 14px;
    border: 1px solid #d9e8ce;
    border-radius: 999px;
    background: #ffffff;
    color: #7b6129;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.appointment-copy h1 {
    max-width: 760px;
    margin: 0;
    color: #111f0e;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 56px;
    line-height: 1.05;
}

.appointment-copy p {
    max-width: 650px;
    margin: 18px 0 0;
    color: #52634d;
    font-size: 17px;
    line-height: 1.7;
}

.appointment-quick {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 230px));
    gap: 14px;
}

.appointment-quick div,
.appointment-side,
.appointment-form {
    border: 1px solid #dfe8d4;
    background: #fffdf7;
    box-shadow: 0 22px 60px rgba(38, 58, 31, 0.1);
}

.appointment-quick div {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 4px 12px;
    padding: 15px;
    border-radius: 18px;
}

.appointment-quick i {
    width: 42px;
    height: 42px;
    display: grid;
    grid-row: span 2;
    place-items: center;
    border-radius: 14px;
    background: #eef5e6;
    color: #4e7437;
}

.appointment-quick strong,
.appointment-quick small {
    display: block;
}

.appointment-quick strong {
    color: #1f331d;
    font-size: 15px;
}

.appointment-quick small {
    color: #66715f;
    font-size: 12px;
}

.appointment-side {
    padding: 28px;
    border-radius: 24px;
}

.appointment-side i {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    margin-bottom: 22px;
    border-radius: 18px;
    background: #365a2e;
    color: #ffffff;
    font-size: 24px;
}

.appointment-side strong,
.appointment-side span,
.appointment-side a {
    display: block;
}

.appointment-side strong {
    color: #1f331d;
    font-size: 22px;
}

.appointment-side span {
    margin-top: 9px;
    color: #66715f;
    line-height: 1.6;
}

.appointment-side a {
    margin-top: 24px;
    color: #4e7437;
    font-weight: 900;
}

.appointment-form-section {
    padding: 52px 0 94px;
    background:
        linear-gradient(90deg, #f3f8ef 0 20%, transparent 20%),
        #ffffff;
}

.appointment-form {
    max-width: 1060px;
    margin: 0 auto;
    padding: 34px;
    border-radius: 28px;
}

.appointment-form-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 24px;
}

.appointment-form-head h2 {
    margin: 0;
    color: #1f331d;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 34px;
}

.appointment-form-head p {
    max-width: 300px;
    margin: 0;
    color: #66715f;
    font-size: 13px;
    line-height: 1.5;
}

.appointment-note-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 24px;
}

.appointment-note-row div {
    min-height: 112px;
    padding: 13px 15px;
    border: 1px solid #dfe8d4;
    border-radius: 16px;
    background: #ffffff;
    color: #52634d;
}

.appointment-note-row i {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    margin-bottom: 12px;
    border-radius: 12px;
    background: #eef6e8;
    color: #6f984f;
}

.appointment-note-row strong,
.appointment-note-row span {
    display: block;
}

.appointment-note-row strong {
    color: #1f331d;
    font-size: 15px;
    font-weight: 900;
}

.appointment-note-row span {
    margin-top: 5px;
    color: #66715f;
    font-size: 13px;
    line-height: 1.45;
}

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

.appointment-grid label,
.appointment-message {
    display: block;
}

.appointment-grid span,
.appointment-message span {
    display: block;
    margin-bottom: 9px;
    color: #2f402b;
    font-size: 13px;
    font-weight: 800;
}

.appointment-grid input,
.appointment-grid select,
.appointment-message textarea {
    width: 100%;
    border: 1px solid #dfe8d4;
    border-radius: 14px;
    background: #ffffff;
    color: #263126;
    outline: 0;
}

.appointment-grid input,
.appointment-grid select {
    min-height: 50px;
    padding: 0 15px;
}

.appointment-message {
    margin-top: 22px;
}

.appointment-message textarea {
    min-height: 118px;
    padding: 15px;
    resize: vertical;
}

.appointment-footer {
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.appointment-footer label {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #52634d;
    font-size: 13px;
}

.appointment-footer input {
    accent-color: #5f8840;
}

.appointment-footer div {
    display: flex;
    gap: 12px;
}

.appointment-footer button,
.appointment-footer a {
    min-height: 50px;
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.appointment-footer button {
    border: 0;
    background: linear-gradient(135deg, #4e7437, #78a653);
    color: #ffffff;
    box-shadow: 0 16px 30px rgba(78, 116, 55, 0.22);
}

.appointment-footer a {
    border: 1px solid #c7a45a;
    background: #fffaf0;
    color: #7b6129;
}

.appointment-floating-actions {
    position: fixed;
    right: 28px;
    top: 50%;
    z-index: 20;
    display: grid;
    gap: 12px;
    transform: translateY(-50%);
}

.appointment-floating-actions a {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #087d19;
    color: #ffffff;
    box-shadow: 0 12px 26px rgba(8, 125, 25, 0.18);
}

@media (max-width: 991px) {
    .appointment-hero-grid,
    .appointment-note-row,
    .appointment-grid {
        grid-template-columns: 1fr;
    }

    .appointment-copy h1 {
        font-size: 42px;
    }

    .appointment-side {
        max-width: 430px;
    }
}

@media (max-width: 576px) {
    .appointment-hero {
        padding: 46px 0 36px;
    }

    .appointment-copy h1 {
        font-size: 34px;
    }

    .appointment-quick,
    .appointment-footer,
    .appointment-footer div,
    .appointment-form-head {
        grid-template-columns: 1fr;
        align-items: flex-start;
        flex-direction: column;
    }

    .appointment-form {
        padding: 22px;
        border-radius: 20px;
    }

    .appointment-footer button,
    .appointment-footer a {
        width: 100%;
    }

    .appointment-floating-actions {
        right: 14px;
    }
}
