.ani-move,
.ani-left-right,
.ani-top-bottom {
    animation: none !important;
}

.scroll-to-top {
    display: none !important;
}

.page-figure,
.page-content > img:first-child,
.page-content > p:first-child > img:only-child {
    display: none;
}

.page-figure img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 340px;
    object-fit: cover;
    object-position: center;
    border-radius: 14px;
}

.page-figure--side {
    max-width: 100%;
    margin-bottom: 1rem;
}

.page-figure--side img {
    max-height: 280px;
}

.page-content img {
    max-width: 100%;
    height: auto;
    max-height: 340px;
    object-fit: cover;
    border-radius: 12px;
}

.footer-contact {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
    text-align: center;
    padding: 0.5rem 0 0.25rem;
}

.footer-contact__item i {
    display: inline-block;
    margin-bottom: 0.7rem;
    font-size: 1.6rem;
    color: #25cdc7;
}

.footer-contact__item h4 {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.45rem;
}

.footer-contact__item p,
.footer-contact__item a {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.7;
}

.footer-contact__item a:hover {
    color: #25cdc7;
}

@media (max-width: 767.98px) {
    .footer-contact {
        grid-template-columns: 1fr;
        gap: 1.6rem;
    }
}

.float-dock {
    position: fixed;
    right: 18px;
    bottom: 22px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 18px;
    background: rgba(11, 47, 45, 0.92);
    box-shadow: 0 12px 32px rgba(11, 47, 45, 0.22);
    backdrop-filter: blur(8px);
}

.float-dock__btn {
    position: relative;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    text-decoration: none !important;
    transition: background 0.2s ease, color 0.2s ease;
}

.float-dock__btn + .float-dock__btn {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.float-dock__btn i {
    font-size: 20px;
    line-height: 1;
}

.float-dock__btn span {
    position: absolute;
    right: calc(100% + 10px);
    top: 50%;
    transform: translateY(-50%);
    padding: 0.35rem 0.7rem;
    border-radius: 8px;
    background: #0b2f2d;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.float-dock__btn:hover,
.float-dock__btn:focus-visible {
    background: #25cdc7;
    color: #0b2f2d !important;
}

.float-dock__btn:hover span,
.float-dock__btn:focus-visible span {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 575.98px) {
    .float-dock {
        right: 12px;
        bottom: 14px;
    }

    .float-dock__btn {
        width: 46px;
        height: 46px;
    }

    .float-dock__btn span {
        display: none;
    }
}

.site-header {
    background: #fff;
    box-shadow: 0 8px 24px rgba(11, 47, 45, 0.08);
    position: relative;
    z-index: 30;
}

.site-header .navbar-default {
    background: #fff;
    border-bottom: 1px solid rgba(20, 84, 81, 0.08);
}

.site-header .navbar-nav > li > a,
.site-header #nav > li > a {
    color: #12756f !important;
    font-weight: 700;
}

.site-header .navbar-nav > li > a:hover,
.site-header .navbar-nav > li.current > a,
.site-header .navbar-nav > li.active > a,
.site-header #nav > li > a:hover {
    color: #25cdc7 !important;
}

.site-header .navbar-nav ul {
    background: #fff;
}

.site-header .navbar-nav ul li a {
    color: #12756f !important;
}

.site-header .navbar-nav ul li a:hover {
    color: #25cdc7 !important;
}

.site-header .attr-nav > ul > li > a.butn {
    color: #fff !important;
    background: #25cdc7;
}

.site-header .navbar-toggler {
    background: #25cdc7;
}

@media screen and (max-width: 991px) {
    .site-header .navbar-nav {
        background: #fff;
    }

    .site-header .navbar-nav > li > a,
    .site-header #nav > li > a {
        color: #12756f !important;
    }
}

.seo-hero,
.inner-hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(135deg, #0b2f2d 0%, #145451 48%, #1a6e69 100%);
}

.seo-hero {
    padding: 5rem 0 4.5rem;
}

.inner-hero {
    padding: 3.4rem 0 2.6rem;
}

.seo-hero__glow {
    position: absolute;
    width: 28rem;
    height: 28rem;
    right: -6rem;
    top: -4rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(37, 205, 199, 0.28) 0%, rgba(37, 205, 199, 0) 70%);
    pointer-events: none;
}

.seo-hero__eyebrow,
.inner-hero__crumb {
    color: #25cdc7;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.82rem;
    margin-bottom: 1rem;
}

.seo-hero__title,
.inner-hero h1 {
    color: #fff;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1.1rem;
}

.seo-hero__title {
    font-size: clamp(2rem, 4vw, 3.4rem);
}

.inner-hero h1 {
    font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.seo-hero__lead,
.inner-hero__lead {
    color: rgba(255, 255, 255, 0.86);
    font-size: 1.05rem;
    line-height: 1.75;
    max-width: 42rem;
    margin-bottom: 0;
}

.seo-hero__lead {
    margin-bottom: 1.75rem;
}

.seo-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1.75rem;
}

.seo-hero__btn-ghost {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.seo-hero__points {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.5rem;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
}

.seo-hero__points li {
    position: relative;
    padding-left: 1.1rem;
}

.seo-hero__points li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: #25cdc7;
}

.inner-hero__crumb ol {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    list-style: none;
    padding: 0;
    margin: 0 0 0.85rem;
}

.inner-hero__crumb li:not(:last-child):after {
    content: "/";
    margin-left: 0.45rem;
    color: rgba(255, 255, 255, 0.45);
}

.inner-hero__crumb a {
    color: rgba(255, 255, 255, 0.78);
}

.inner-hero__crumb a:hover {
    color: #25cdc7;
}

.inner-hero__crumb [aria-current="page"] {
    color: #fff;
}

.inner-hero__lead {
    margin-top: 0.35rem;
}

@media (max-width: 767.98px) {
    .seo-hero {
        padding: 3.4rem 0 3rem;
    }

    .inner-hero {
        padding: 2.6rem 0 2rem;
    }
}

.page-lead {
    max-width: 46rem;
    margin-bottom: 1.5rem;
    font-size: 1.05rem;
    line-height: 1.7;
    color: #3d4a49;
}

.page-content h2 {
    margin-top: 1.6rem;
    margin-bottom: 0.7rem;
    font-size: 1.35rem;
}

.page-content h3 {
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
    font-size: 1.15rem;
}

.page-content p {
    margin-bottom: 0.9rem;
}

.skip-link {
    position: absolute;
    left: -9999px;
    top: 0.75rem;
    z-index: 10000;
    padding: 0.55rem 0.9rem;
    background: #12756f;
    color: #fff;
    border-radius: 8px;
    font-weight: 700;
}

.skip-link:focus {
    left: 0.75rem;
}

.post-section {
    padding: 4.2rem 0 4.6rem;
    background:
        radial-gradient(circle at top right, rgba(37, 205, 199, 0.12), transparent 28%),
        linear-gradient(180deg, #f4f8f7 0%, #eef4f3 100%);
}

.post-section--inner {
    padding-top: 2rem;
}

.post-section--inner .post-section__head {
    max-width: 42rem;
    padding: 0 0.5rem 0.25rem;
}

.post-section--inner .post-section__head p {
    font-size: 1.02rem;
    line-height: 1.75;
}

.post-section__head {
    max-width: 42rem;
    margin: 0 auto 2.4rem;
    padding: 0 0.5rem;
    text-align: center;
}

.post-section__head span {
    display: inline-block;
    margin-bottom: 0.45rem;
    color: #12756f;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.post-section__head h2 {
    margin: 0 0 0.65rem;
    color: #12312f;
    font-size: clamp(1.7rem, 3vw, 2.35rem);
}

.post-section__head p {
    margin: 0;
    color: #4b5d5b;
    font-size: 1.02rem;
    line-height: 1.75;
}

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

.post-card {
    height: 100%;
    background: #fff;
    border: 1px solid rgba(18, 117, 111, 0.08);
    border-radius: 20px;
    box-shadow: 0 18px 40px rgba(16, 56, 54, 0.08);
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.post-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 48px rgba(16, 56, 54, 0.14);
}

.post-card__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.post-card__media {
    position: relative;
    height: 210px;
    overflow: hidden;
    background: linear-gradient(135deg, #145451, #25cdc7);
}

.post-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.post-card:hover .post-card__media img {
    transform: scale(1.05);
}

.post-card__fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #fff;
    font-family: 'Fraunces', serif;
    font-size: 3.4rem;
}

.post-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 1.35rem 1.4rem 1.45rem;
}

.post-card__label {
    display: inline-block;
    margin-bottom: 0.55rem;
    color: #12756f;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.post-card__title {
    margin: 0 0 0.7rem;
    color: #12312f;
    font-size: 1.28rem;
    line-height: 1.35;
}

.post-card__excerpt {
    flex: 1;
    margin: 0 0 1.1rem;
    color: #51615f;
    font-size: 0.95rem;
    line-height: 1.65;
}

.post-card__more {
    color: #12756f;
    font-size: 0.88rem;
    font-weight: 800;
}

.related-posts {
    padding: 1.4rem 1.35rem;
    background: #f7fbfa;
    border: 1px solid rgba(18, 117, 111, 0.08);
    border-radius: 18px;
}

.related-posts__title {
    margin: 0 0 1rem;
    color: #12312f;
    font-size: 1.05rem;
}

.related-posts__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.related-posts__list li + li {
    margin-top: 0.9rem;
    padding-top: 0.9rem;
    border-top: 1px solid rgba(18, 117, 111, 0.1);
}

.related-posts__list a {
    display: block;
    color: inherit;
    text-decoration: none;
}

.related-posts__list strong {
    display: block;
    margin-bottom: 0.25rem;
    color: #12312f;
}

.related-posts__list span {
    display: block;
    color: #5b6b69;
    font-size: 0.88rem;
    line-height: 1.5;
}

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

@media (max-width: 767.98px) {
    .post-grid {
        grid-template-columns: 1fr;
    }

    .post-card__media {
        height: 190px;
    }
}
