:root {
    --front-ink: #16211f;
    --front-muted: #667673;
    --front-line: #dfe9e5;
    --front-soft: #f5faf8;
    --front-card: #ffffff;
    --front-green: #0f9f78;
    --front-teal: #0d7d8b;
    --front-gold: #d99b32;
    --front-coral: #d85a4f;
    --front-shadow: 0 24px 60px rgba(22, 33, 31, 0.11);
}

.front-page {
    background: #fbfdfc;
    color: var(--front-ink);
}

.front-hero,
.front-section,
.front-band {
    position: relative;
}

.front-hero {
    background:
        linear-gradient(115deg, rgba(22, 33, 31, 0.78), rgba(13, 125, 139, 0.45)),
        url("../img/background/banner-1.jpg") center/cover no-repeat;
    overflow: hidden;
    padding: 118px 0 92px;
}

.front-hero.is-plain {
    background:
        linear-gradient(135deg, rgba(15, 159, 120, 0.08), rgba(216, 90, 79, 0.06)),
        repeating-linear-gradient(135deg, rgba(22, 33, 31, 0.03) 0, rgba(22, 33, 31, 0.03) 1px, transparent 1px, transparent 18px),
        #fbfdfc;
}

.front-hero h1,
.front-title,
.front-card h3,
.front-article h1,
.front-feature h3 {
    color: var(--front-ink);
    font-family: Georgia, "Times New Roman", serif;
}

.front-hero:not(.is-plain) h1,
.front-hero:not(.is-plain) .front-kicker,
.front-hero:not(.is-plain) p {
    color: #ffffff;
}

.front-hero h1 {
    font-size: 58px;
    line-height: 1.04;
    margin: 16px 0 22px;
    max-width: 760px;
}

.front-hero p,
.front-section p,
.front-card p,
.front-feature p,
.front-list li,
.front-contact-line,
.front-article p {
    color: var(--front-muted);
    font-size: 16px;
    line-height: 1.75;
}

.front-hero:not(.is-plain) p {
    color: rgba(255, 255, 255, 0.82);
    max-width: 650px;
}

.front-kicker {
    align-items: center;
    color: var(--front-green);
    display: inline-flex;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 13px;
    font-weight: 700;
    gap: 8px;
    text-transform: uppercase;
}

.front-actions,
.front-pill-row,
.front-stat-row,
.front-card-grid,
.front-metric-grid,
.front-steps,
.front-contact-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.front-actions {
    margin-top: 30px;
}

.front-actions.is-centered {
    justify-content: center;
    margin-top: 36px;
    text-align: center;
}

.front-button,
.front-button-ghost,
.front-form button {
    align-items: center;
    border-radius: 8px;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    gap: 10px;
    justify-content: center;
    min-height: 52px;
    padding: 0 24px;
    text-transform: uppercase;
}

.front-button,
.front-form button {
    background: var(--front-green);
    border: 1px solid var(--front-green);
    color: #ffffff;
}

.front-button:hover,
.front-button:focus,
.front-form button:hover,
.front-form button:focus {
    background: var(--front-teal);
    border-color: var(--front-teal);
    color: #ffffff;
}

.front-button-ghost {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: #ffffff;
}

.front-button-ghost:hover,
.front-button-ghost:focus {
    background: #ffffff;
    color: var(--front-ink);
}

.front-hero-panel,
.front-card,
.front-feature,
.front-form,
.front-plan,
.front-article,
.front-sidebar,
.front-quote-panel {
    background: var(--front-card);
    border: 1px solid rgba(223, 233, 229, 0.9);
    border-radius: 8px;
    box-shadow: var(--front-shadow);
}

.front-hero-panel {
    padding: 30px;
}

.front-hero-panel h2 {
    color: var(--front-ink);
    font-family: Georgia, "Times New Roman", serif;
    margin: 0 0 16px;
}

.front-track-form {
    margin-top: 22px;
}

.front-field {
    align-items: center;
    background: #f8fbfa;
    border: 1px solid var(--front-line);
    border-radius: 8px;
    display: flex;
    gap: 12px;
    min-height: 56px;
    padding: 0 16px;
}

.front-field i {
    color: var(--front-green);
}

.front-field input,
.front-field select,
.front-field textarea {
    background: transparent;
    border: 0;
    box-shadow: none;
    color: var(--front-ink);
    flex: 1;
    font-size: 15px;
    min-width: 0;
    outline: 0;
    width: 100%;
}

.front-field textarea {
    min-height: 128px;
    padding: 16px 0;
    resize: vertical;
}

.front-track-form button {
    margin-top: 14px;
    width: 100%;
}

.front-section {
    padding: 92px 0;
}

.front-section.is-tight {
    padding: 70px 0;
}

.front-title-wrap {
    margin: 0 auto 42px;
    max-width: 720px;
    text-align: center;
}

.front-title {
    font-size: 42px;
    line-height: 1.12;
    margin: 10px 0 16px;
}

.front-card,
.front-feature,
.front-plan,
.front-sidebar,
.front-quote-panel {
    height: 100%;
    padding: 28px;
}

.front-card i,
.front-feature i,
.front-plan-icon,
.front-contact-icon,
.front-step-number,
.front-mini-icon {
    align-items: center;
    background: rgba(15, 159, 120, 0.1);
    border-radius: 8px;
    color: var(--front-green);
    display: inline-flex;
    height: 46px;
    justify-content: center;
    width: 46px;
}

.front-card h3,
.front-feature h3 {
    font-size: 24px;
    margin: 18px 0 10px;
}

.front-card.is-soft {
    background: var(--front-soft);
    box-shadow: none;
}

.front-card.is-accent {
    border-color: rgba(15, 159, 120, 0.26);
}

.front-card small,
.front-detail small,
.front-faq strong,
.front-table th {
    color: var(--front-muted);
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.front-band {
    background:
        linear-gradient(135deg, rgba(15, 159, 120, 0.08), rgba(217, 155, 50, 0.08)),
        #f8fbfa;
}

.front-stat-row {
    margin-top: 32px;
}

.front-stat {
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid var(--front-line);
    border-radius: 8px;
    min-width: 150px;
    padding: 16px;
}

.front-stat strong {
    color: var(--front-ink);
    display: block;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
}

.front-stat span,
.front-plan span,
.front-meta {
    color: var(--front-muted);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.front-visual {
    max-width: 100%;
}

.front-list {
    list-style: none;
    margin: 24px 0 0;
    padding: 0;
}

.front-list li {
    align-items: flex-start;
    display: flex;
    gap: 10px;
    margin-top: 12px;
}

.front-list i {
    color: var(--front-green);
    margin-top: 6px;
}

.front-detail-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, 1fr);
}

.front-detail {
    background: var(--front-card);
    border: 1px solid var(--front-line);
    border-radius: 8px;
    padding: 22px;
}

.front-detail strong {
    color: var(--front-ink);
    display: block;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    line-height: 1.25;
    margin-top: 10px;
}

.front-detail p {
    margin: 10px 0 0;
}

.front-table-wrap {
    background: var(--front-card);
    border: 1px solid var(--front-line);
    border-radius: 8px;
    box-shadow: var(--front-shadow);
    overflow: hidden;
}

.front-table {
    margin: 0;
    width: 100%;
}

.front-table th,
.front-table td {
    border-bottom: 1px solid var(--front-line);
    padding: 18px;
    vertical-align: top;
}

.front-table tr:last-child td {
    border-bottom: 0;
}

.front-table td {
    color: var(--front-muted);
    font-size: 15px;
    line-height: 1.65;
}

.front-table td:first-child {
    color: var(--front-ink);
    font-weight: 800;
}

.front-faq {
    background: var(--front-card);
    border: 1px solid var(--front-line);
    border-radius: 8px;
    margin-top: 14px;
    padding: 22px;
}

.front-faq h3 {
    color: var(--front-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    margin: 8px 0 8px;
}

.front-callout {
    align-items: center;
    background:
        linear-gradient(135deg, rgba(15, 159, 120, 0.95), rgba(13, 125, 139, 0.95)),
        url("../img/background/MAP.png") center/cover no-repeat;
    border-radius: 8px;
    color: #ffffff;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    padding: 34px;
}

.front-callout.is-spaced {
    margin-top: 34px;
}

.front-callout h2,
.front-callout p {
    color: #ffffff;
    margin: 0;
}

.front-callout h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 34px;
}

.front-callout p {
    margin-top: 10px;
}

.front-callout .front-button {
    background: #ffffff;
    border-color: #ffffff;
    color: var(--front-ink);
    flex: 0 0 auto;
}

.front-plan {
    position: relative;
}

.front-plan.is-featured {
    background: var(--front-green);
    color: #ffffff;
}

.front-plan.is-featured h3,
.front-plan.is-featured p,
.front-plan.is-featured li,
.front-plan.is-featured span,
.front-plan.is-featured .front-price {
    color: #ffffff;
}

.front-price {
    color: var(--front-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 38px;
    margin: 12px 0 10px;
}

.front-form {
    padding: 32px;
}

.front-form .front-field {
    margin-bottom: 14px;
}

.front-form button {
    width: 100%;
}

.front-contact-line {
    align-items: center;
    display: flex;
    gap: 12px;
    margin-top: 16px;
}

.front-contact-icon {
    flex: 0 0 46px;
}

.front-post-image {
    border-radius: 8px;
    height: 190px;
    margin-bottom: 20px;
    object-fit: cover;
    width: 100%;
}

.front-article {
    padding: 34px;
}

.front-article h1 {
    font-size: 42px;
    line-height: 1.12;
    margin-top: 8px;
}

.front-sidebar ul {
    list-style: none;
    margin: 18px 0 0;
    padding: 0;
}

.front-sidebar li + li {
    border-top: 1px solid var(--front-line);
    margin-top: 14px;
    padding-top: 14px;
}

.front-sidebar a,
.front-card a {
    color: var(--front-green);
    font-weight: 800;
}

@media (max-width: 991px) {
    .front-hero {
        padding: 82px 0 70px;
    }

    .front-hero h1 {
        font-size: 44px;
    }

    .front-hero-panel {
        margin-top: 28px;
    }

    .front-detail-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .front-callout {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 640px) {
    .front-hero h1,
    .front-title,
    .front-article h1 {
        font-size: 34px;
    }

    .front-section {
        padding: 64px 0;
    }

    .front-card,
    .front-feature,
    .front-form,
    .front-plan,
    .front-article,
    .front-sidebar,
    .front-quote-panel {
        padding: 22px;
    }

    .front-actions {
        flex-direction: column;
    }

    .front-button,
    .front-button-ghost {
        width: 100%;
    }

    .front-detail-grid {
        grid-template-columns: 1fr;
    }

    .front-table {
        min-width: 640px;
    }

    .front-table-wrap {
        overflow-x: auto;
    }

    .front-callout {
        padding: 24px;
    }

    .front-callout h2 {
        font-size: 28px;
    }
}
