﻿:root {
    --seo-surface: rgba(255, 255, 255, 0.96);
    --seo-line: rgba(18, 33, 24, 0.08);
    --seo-shadow: 0 24px 60px rgba(20, 36, 28, 0.08);
    --seo-text: #202b21;
    --seo-muted: #5b655d;
    --seo-dark: #0d111b;
    --seo-green: #3fa842;
}

body {
    color: var(--seo-text);
}

.skip-link {
    position: fixed;
    top: 0;
    left: 16px;
    background: var(--seo-dark);
    color: #fff;
    padding: 10px 14px;
    border-radius: 10px;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-140%);
    transition: opacity 0.18s ease, transform 0.18s ease;
}

.skip-link:focus-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(16px);
}

.nav-link.route-active,
.nav-link.active-route {
    color: var(--primary);
}

.fade-in,
.slide-in-left,
.slide-in-right {
    opacity: 1;
    transform: none;
}

.service-card-link,
.seo-link-card,
.blog-card-link {
    display: block;
}

.service-card-link:focus-visible,
.seo-link-card:focus-visible,
.blog-card-link:focus-visible,
.footer-links a:focus-visible,
.nav-link:focus-visible,
.header-phone:focus-visible,
.btn:focus-visible,
.faq-question:focus-visible {
    outline: 3px solid rgba(63, 168, 66, 0.4);
    outline-offset: 3px;
}

.seo-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-bottom: 1.5rem;
    color: var(--text-muted);
    font-size: 0.95rem;
}

.seo-breadcrumbs a:hover {
    color: var(--primary);
}

.seo-breadcrumbs span[aria-hidden="true"] {
    color: rgba(46, 125, 50, 0.4);
}

.seo-hero {
    position: relative;
    padding-top: 7rem;
    padding-bottom: 4rem;
}

.seo-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 8% 14%, rgba(255, 215, 0, 0.14), transparent 28%),
        radial-gradient(circle at 88% 8%, rgba(76, 175, 80, 0.12), transparent 30%);
    pointer-events: none;
}

.seo-hero .container {
    position: relative;
    z-index: 1;
}

.seo-hero-grid,
.seo-content-grid,
.seo-article-grid,
.seo-home-grid {
    display: grid;
    gap: 2rem;
}

.seo-hero-grid,
.seo-content-grid,
.seo-article-grid {
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.8fr);
    align-items: start;
}

.seo-home-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.seo-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    color: var(--primary);
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.16em;
    font-weight: 700;
}

.seo-kicker::before,
.seo-kicker::after {
    content: "";
    width: 36px;
    height: 1px;
    background: rgba(46, 125, 50, 0.35);
}

.seo-title {
    margin: 1rem 0 1.2rem;
    font-size: clamp(2.4rem, 5vw, 4.8rem);
    line-height: 1.04;
    text-wrap: balance;
}

.seo-lead {
    max-width: 60ch;
    color: var(--seo-muted);
    font-size: 1.08rem;
    line-height: 1.8;
}

.seo-meta,
.seo-chip-row,
.seo-action-row,
.seo-inline-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
}

.seo-meta,
.seo-chip-row {
    margin-top: 1.5rem;
}

.seo-chip,
.seo-meta span {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.85rem 1.1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(16, 27, 20, 0.08);
    box-shadow: 0 10px 24px rgba(24, 33, 27, 0.05);
    font-weight: 600;
}

.seo-panel,
.seo-service-card,
.seo-hub-card,
.seo-card-grid .service-card,
.seo-note-card {
    background: var(--seo-surface);
    border: 1px solid var(--seo-line);
    box-shadow: var(--seo-shadow);
    border-radius: 28px;
}

.seo-panel,
.seo-note-card {
    padding: 2rem;
}

.seo-dark-panel {
    background: linear-gradient(160deg, rgba(11, 17, 27, 0.96), rgba(17, 31, 25, 0.98));
    color: #fff;
}

.seo-dark-panel h2,
.seo-dark-panel h3,
.seo-dark-panel p,
.seo-dark-panel a {
    color: inherit;
}

.seo-dark-panel .form-input,
.seo-dark-panel .form-textarea {
    background: rgba(255, 255, 255, 0.96);
    border-color: rgba(255, 255, 255, 0.16);
}

.seo-dark-panel .btn-primary {
    background: linear-gradient(135deg, #fff 0%, #dff8df 100%);
    color: var(--seo-dark);
}

.seo-panel h2,
.seo-note-card h3 {
    margin-bottom: 1rem;
}

.seo-rich-text {
    line-height: 1.84;
    color: var(--seo-muted);
}

.seo-rich-text p:last-child {
    margin-bottom: 0;
}

.seo-rich-text h2,
.seo-rich-text h3 {
    margin-top: 2rem;
    margin-bottom: 0.85rem;
    color: var(--seo-text);
}

.seo-rich-text ul,
.seo-rich-text ol,
.seo-feature-list,
.seo-related-list {
    margin: 0;
    padding-left: 1.25rem;
    display: grid;
    gap: 0.7rem;
}

.seo-feature-list li,
.seo-related-list li,
.seo-rich-text li {
    color: var(--seo-muted);
}

.seo-action-row {
    margin-top: 1.7rem;
}

.seo-action-row .btn {
    min-width: 220px;
}

.seo-section {
    padding: 4rem 0;
}

.seo-section-alt {
    background: linear-gradient(180deg, rgba(248, 246, 240, 0.6), rgba(255, 255, 255, 0));
}

.seo-section-head {
    margin-bottom: 2rem;
}

.seo-section-head p {
    max-width: 60ch;
    color: var(--seo-muted);
}

.seo-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
}

.seo-service-card,
.seo-hub-card {
    height: 100%;
    padding: 1.7rem;
    transition: box-shadow 0.22s ease, border-color 0.22s ease;
}

.seo-service-card:hover,
.seo-hub-card:hover {
    transform: none;
    box-shadow: 0 20px 44px rgba(20, 36, 28, 0.1);
    border-color: var(--seo-line);
}

.seo-icon {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(46, 125, 50, 0.12), rgba(255, 215, 0, 0.14));
    color: var(--primary);
    font-size: 1.25rem;
    margin-bottom: 1.15rem;
}

.seo-service-card h3,
.seo-hub-card h3 {
    margin-bottom: 0.75rem;
    font-size: 1.4rem;
}

.seo-service-card p,
.seo-hub-card p {
    color: var(--seo-muted);
    margin-bottom: 1rem;
}

.seo-card-footer {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    font-weight: 700;
}

.seo-card-price {
    color: var(--primary-dark);
}

.seo-card-link {
    color: var(--primary);
}

.seo-card-link:hover {
    color: var(--primary-dark);
}

.seo-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
}

.seo-post-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 1rem 0 1.5rem;
    color: var(--seo-muted);
    font-size: 0.95rem;
}

.seo-post-meta strong {
    color: var(--seo-text);
}

.seo-post-list {
    display: grid;
    gap: 1.5rem;
}

.seo-post-card {
    display: grid;
    gap: 1rem;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid var(--seo-line);
    border-radius: 28px;
    box-shadow: var(--seo-shadow);
    padding: 1.85rem;
}

.seo-post-card h2,
.seo-post-card h3 {
    margin: 0;
}

.seo-post-card p {
    margin: 0;
    color: var(--seo-muted);
}

.seo-post-card .seo-card-footer {
    margin-top: 0.5rem;
}

.seo-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 2rem;
}

.seo-pagination .btn {
    min-width: 52px;
}

.seo-pagination .btn-outline.current {
    background: var(--primary);
    border-color: transparent;
    color: #fff;
}

.seo-form-note {
    margin-top: 1rem;
    color: var(--seo-muted);
    font-size: 0.95rem;
}

.seo-hidden {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.seo-anchor-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 2rem;
}

.seo-anchor-pills a {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.9rem 1.15rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(18, 33, 24, 0.08);
    font-weight: 700;
}

.seo-anchor-pills a:hover {
    color: var(--primary);
    border-color: rgba(63, 168, 66, 0.25);
}

.seo-inline-links {
    margin-top: 1.2rem;
}

.seo-inline-links a {
    font-weight: 700;
    color: var(--primary);
}

.seo-inline-links a:hover {
    color: var(--primary-dark);
}

.seo-subsection-title {
    margin: 0 0 1rem;
    font-size: 1.35rem;
}

.seo-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}

.seo-grid-2 .seo-note-card,
.seo-grid-2 .seo-panel {
    height: 100%;
}

.seo-home-links {
    margin-top: 2rem;
}

.seo-home-links .btn-outline {
    background: rgba(255, 255, 255, 0.88);
}

.seo-gallery {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 18%, rgba(255, 215, 0, 0.12), transparent 24%),
        radial-gradient(circle at 86% 8%, rgba(63, 168, 66, 0.12), transparent 28%),
        linear-gradient(180deg, #0d111b 0%, #111827 100%);
    color: #fff;
}

.seo-gallery .container {
    position: relative;
    z-index: 1;
}

.seo-gallery .section-title,
.seo-gallery .section-subtitle {
    color: #fff;
}

.seo-gallery .section-description {
    max-width: 64ch;
    color: rgba(255, 255, 255, 0.76);
}

.seo-gallery-head {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) auto;
    gap: 1.5rem;
    align-items: end;
    margin-bottom: 2rem;
}

.seo-gallery-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) repeat(2, minmax(0, 1fr));
    grid-auto-rows: minmax(260px, auto);
    gap: 1.4rem;
}

.seo-gallery-card {
    display: grid;
    grid-template-rows: minmax(220px, 1fr) auto;
    min-width: 0;
    border-radius: 28px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(10px);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.seo-gallery-card:hover {
    transform: translateY(-6px);
    border-color: rgba(255, 215, 0, 0.22);
    box-shadow: 0 34px 70px rgba(0, 0, 0, 0.28);
}

.seo-gallery-card.is-featured {
    grid-row: span 2;
    grid-template-rows: minmax(360px, 1fr) auto;
}

.seo-gallery-media {
    position: relative;
    min-height: 220px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform 0.35s ease;
}

.seo-gallery-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 10, 16, 0.04), rgba(7, 10, 16, 0.28));
    pointer-events: none;
}

.seo-gallery-card:hover .seo-gallery-media {
    transform: scale(1.04);
}

.seo-gallery-copy {
    display: grid;
    gap: 0.75rem;
    padding: 1.4rem 1.4rem 1.5rem;
}

.seo-gallery-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 0.45rem 0.75rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffe17a;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.seo-gallery-copy h3 {
    margin: 0;
    font-size: 1.35rem;
    line-height: 1.12;
    color: #fff;
}

.seo-gallery-copy p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.68;
}

.seo-gallery-card.is-featured .seo-gallery-media {
    min-height: 360px;
}

.seo-sticky {
    position: sticky;
    top: 110px;
}

.faq-list .section-title {
    margin-bottom: 1.5rem;
}

.faq-item {
    overflow: hidden;
    margin-bottom: 1rem;
}

.faq-item.active .faq-answer,
.faq-item.is-open .faq-answer {
    display: block;
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.faq-answer {
    display: none;
    padding: 0 1.5rem 1.5rem;
}

.faq-answer-content {
    color: var(--seo-muted);
    line-height: 1.75;
}

@media (max-width: 1199px) {
    .seo-card-grid,
    .seo-related-grid,
    .seo-home-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .seo-gallery-card.is-featured {
        grid-column: 1 / -1;
        grid-row: span 1;
        grid-template-rows: minmax(320px, 1fr) auto;
    }
}

@media (max-width: 1023px) {
    .seo-hero-grid,
    .seo-content-grid,
    .seo-article-grid,
    .seo-grid-2,
    .seo-card-grid,
    .seo-related-grid,
    .seo-home-grid {
        grid-template-columns: 1fr;
    }

    .seo-sticky {
        position: static;
    }

    .seo-gallery-head,
    .seo-gallery-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .seo-title {
        font-size: 2.3rem;
    }

    .seo-panel,
    .seo-note-card,
    .seo-service-card,
    .seo-hub-card,
    .seo-post-card {
        padding: 1.4rem;
        border-radius: 22px;
    }

    .seo-action-row .btn {
        width: 100%;
    }

    .seo-anchor-pills a,
    .seo-chip,
    .seo-meta span {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .seo-gallery-card,
    .seo-gallery-card.is-featured {
        border-radius: 22px;
        grid-template-rows: minmax(240px, 1fr) auto;
    }

    .seo-gallery-media,
    .seo-gallery-card.is-featured .seo-gallery-media {
        min-height: 240px;
    }

    .seo-gallery-copy {
        padding: 1.2rem;
    }
}

/* Final cleanup overrides: keep SEO routes useful without making the site look like an SEO dashboard. */
.is-home .service-card,
.seo-card-grid .service-card {
    transform: none;
}

.is-home .service-card:hover,
.seo-card-grid .service-card:hover {
    transform: none;
    box-shadow: 0 18px 42px rgba(20, 36, 28, 0.1);
}

.is-home .service-card:hover::before,
.seo-card-grid .service-card:hover::before {
    opacity: 0;
}

.seo-service-card:hover .seo-card-link,
.seo-hub-card:hover .seo-card-link {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.catalog-section,
.blog-index-section,
.article-page-section {
    padding-top: 7rem;
}

.catalog-section .seo-section-head,
.blog-index-section .seo-section-head {
    margin-bottom: 2.25rem;
}

.is-blog-index .seo-post-list {
    gap: 1rem;
}

.is-blog-index .seo-post-card {
    border-radius: 20px;
    padding: 1.45rem 1.6rem;
    box-shadow: 0 16px 38px rgba(20, 36, 28, 0.07);
}

.is-blog-index .seo-post-card h2,
.is-blog-index .seo-post-card h3 {
    font-size: clamp(1.35rem, 2vw, 2rem);
    line-height: 1.2;
}

.article-shell {
    max-width: 920px;
    margin: 0 auto;
}

.article-header {
    margin-bottom: 2rem;
}

.article-title {
    margin: 0.6rem 0 1rem;
    color: var(--text-dark);
    font-family: var(--font-heading);
    font-size: clamp(2.2rem, 4vw, 4.1rem);
    line-height: 1.08;
    letter-spacing: -0.04em;
    text-wrap: balance;
}

.article-excerpt {
    max-width: 760px;
    color: var(--seo-muted);
    font-size: clamp(1.05rem, 1.5vw, 1.25rem);
    line-height: 1.75;
}

.article-body {
    max-width: 820px;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.article-body p,
.article-body li {
    font-size: 1.06rem;
    line-height: 1.82;
}

.article-body h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 2.25rem;
    margin-bottom: 0.75rem;
    color: var(--seo-text);
}

.article-body h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 1.75rem;
    margin-bottom: 0.5rem;
    color: var(--seo-text);
}

.article-body ul,
.article-body ol {
    padding-left: 1.5rem;
    margin-bottom: 1.25rem;
}

.article-body ul {
    list-style: disc;
}

.article-body ol {
    list-style: decimal;
}

.article-body li {
    margin-bottom: 0.4rem;
}

.article-related-section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.article-lead-section {
    padding-top: 3.5rem;
}

.article-lead-wrap {
    max-width: 860px;
}

.location-page-hero {
    padding-bottom: 2.5rem;
}

.location-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.8fr);
    gap: 2rem;
    align-items: start;
}

.location-page-title {
    max-width: 14ch;
}

.location-page-excerpt {
    max-width: 62ch;
}

.location-hero-card,
.location-bottom-stack,
.location-side-stack {
    display: grid;
    gap: 1rem;
}

.location-card-block {
    margin-top: 1.35rem;
}

.location-card-block strong {
    display: block;
    margin-bottom: 0.75rem;
    color: var(--seo-text);
}

.location-tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.location-tag {
    display: inline-flex;
    align-items: center;
    padding: 0.55rem 0.9rem;
    border-radius: 999px;
    background: rgba(46, 125, 50, 0.08);
    color: var(--seo-text);
    border: 1px solid rgba(46, 125, 50, 0.12);
    font-size: 0.92rem;
    font-weight: 600;
}

.location-service-strip .seo-card-grid {
    align-items: stretch;
}

.location-page-content .seo-panel > .seo-kicker:first-child,
.location-page-content .seo-note-card > .seo-kicker:first-child {
    margin-bottom: 0.85rem;
}

.location-page-content .seo-rich-text > h2:first-of-type,
.location-page-content .seo-rich-text > h3:first-of-type {
    margin-top: 0;
}

.location-cta-section .seo-dark-panel {
    box-shadow: 0 28px 64px rgba(9, 15, 24, 0.24);
}

.footer-grid {
    grid-template-columns: minmax(240px, 1.4fr) repeat(4, minmax(130px, 1fr));
}

.footer-area-links {
    columns: 1;
}

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

@media (max-width: 767px) {
    .catalog-section,
    .blog-index-section,
    .article-page-section {
        padding-top: 6rem;
    }

    .article-title {
        font-size: clamp(2rem, 10vw, 3rem);
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1023px) {
    .location-hero-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .location-page-hero {
        padding-bottom: 1.5rem;
    }

    .location-tag {
        width: 100%;
        justify-content: center;
        text-align: center;
    }
}

.location-directory-shell {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}

.location-directory-shell-single {
    grid-template-columns: minmax(0, 1fr);
}

.location-directory-panel {
    background: var(--seo-surface);
    border: 1px solid var(--seo-line);
    box-shadow: var(--seo-shadow);
    border-radius: 28px;
    padding: 2rem;
}

.location-directory-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.6rem;
}

.location-directory-head p {
    max-width: 56ch;
    color: var(--seo-muted);
}

.location-directory-jump {
    flex-shrink: 0;
    align-self: center;
    font-weight: 700;
    color: var(--primary);
}

.location-directory-jump:hover {
    color: var(--primary-dark);
}

.location-directory-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
}

.location-directory-link {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    min-height: 108px;
    padding: 1.15rem 1.2rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(18, 33, 24, 0.08);
    box-shadow: 0 12px 28px rgba(20, 36, 28, 0.05);
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.location-directory-link:hover {
    border-color: rgba(63, 168, 66, 0.22);
    box-shadow: 0 16px 34px rgba(20, 36, 28, 0.08);
    transform: translateY(-2px);
}

.location-directory-name {
    color: var(--text-dark);
    font-family: var(--font-heading);
    font-size: 1.15rem;
    line-height: 1.25;
    font-weight: 700;
}

.location-directory-meta {
    color: var(--seo-muted);
    font-size: 0.96rem;
    line-height: 1.5;
}

@media (max-width: 991px) {
    .location-directory-shell,
    .location-directory-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .location-directory-head {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* ── Lead form (article / service / area pages) ──────────────── */
.contact-form {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.contact-form .form-field {
    width: 100%;
}

.contact-form .form-field input[type="text"],
.contact-form .form-field input[type="tel"],
.contact-form .form-field input[type="email"],
.contact-form .form-field textarea {
    display: block;
    width: 100%;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 12px;
    padding: 14px 18px;
    font-size: 1rem;
    font-family: inherit;
    color: #fff;
    outline: none;
    transition: border-color 0.2s;
}

.contact-form .form-field input[type="text"]::placeholder,
.contact-form .form-field input[type="tel"]::placeholder,
.contact-form .form-field input[type="email"]::placeholder,
.contact-form .form-field textarea::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.contact-form .form-field input:focus,
.contact-form .form-field textarea:focus {
    border-color: rgba(255, 255, 255, 0.45);
}

.contact-form .form-field textarea {
    resize: vertical;
    min-height: 90px;
}

.form-disclaimer {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.45);
    margin-top: 0.25rem;
}
