/* =========================
   RESET
========================= */

*,
*::before,
*::after {
    box-sizing: border-box;
}

* {
    margin: 0;
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    min-height: 100vh;
    line-height: 100%;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
}

img,
picture,
svg,
video,
canvas {
    display: block;
    max-width: 100%;
}

input,
button,
textarea,
select {
    font: inherit;
}

button {
    cursor: pointer;
    background: none;
    border: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

ul,
ol {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
ol {
    margin: 0;
    padding: 0;
}

strong,
b {
    font-weight: 700;
}

em,
i {
    font-style: italic;
}

textarea {
    resize: vertical;
}

:target {
    scroll-margin-top: 20px;
}

/* =========================
   LAYOUT
========================= */
[hidden] {
    display: none !important;
}

/* @font-face {
    font-family: 'Sofia Sans';
    src: url('fonts/SofiaSans-Regular.woff2') format('woff2'),
        url('fonts/SofiaSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sofia Sans';
    src: url('fonts/SofiaSans-Medium.woff2') format('woff2'),
        url('fonts/SofiaSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sofia Sans';
    src: url('fonts/SofiaSans-SemiBold.woff2') format('woff2'),
        url('fonts/SofiaSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sofia Sans';
    src: url('fonts/SofiaSans-Bold.woff2') format('woff2'),
        url('fonts/SofiaSans-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sofia Sans';
    src: url('fonts/SofiaSans-ExtraBold.woff2') format('woff2'),
        url('fonts/SofiaSans-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sofia Sans';
    src: url('fonts/SofiaSans-Black.woff2') format('woff2'),
        url('fonts/SofiaSans-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
} */

:root {
    --container-max-width: 1560px;
    --container-padding: 60px;
    --phone-width: clamp(260px, 23.65vw, 454px);
    --phone-gap: clamp(12px, 1.04vw, 20px);
    --phone-offset: calc(var(--phone-width) / 2 + var(--phone-gap) / 2);
    --house-left-width: calc(var(--phone-width) * 0.777);
    /* 353 / 454 */
    --house-right-width: calc(var(--phone-width) * 1.284);
    /* 583 / 454 */
    --left-end-scale: 0.558;
    /* 197 / 353 */
    --right-end-scale: 0.364;
    /* 212 / 583 */
}

@media (max-width: 1439px) {
    :root {
        --container-max-width: 1320px;
        --container-padding: 24px;
    }
}

@media (max-width: 767px) {
    :root {
        --container-padding: 10px;
    }

    .br-desktop {
        display: none;
    }
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
}

body {
    font-family: 'Sofia Sans', sans-serif;
    font-weight: 400;
    color: #000;
    background-color: #fff;
}
.landing-wrapper {
    overflow: hidden;
    width: 100%;
}
.trust-suite-outer {
    width: 100%;
    max-width: var(--container-max-width);
    margin: 0 auto;
    padding: 0 var(--container-padding);
}

.trust-suite-logo {
    margin-top: 35px;
    margin-bottom: 48px;
}

.trust-suite-logo img {
    width: 230px;
}

@media (max-width: 767px) {
    .trust-suite-logo {
        margin-top: 45px;
        margin-bottom: 33px;
    }
}

.trust-suite-hero__content {
    display: flex;
    align-items: center;
    gap: 10px;
}

.trust-suite-hero__content>* {
    flex: 1;
}

.hero-title {
    font-size: 64px;
    line-height: 93%;
    font-weight: 900;
}

.trust-suite-hero__text p {
    font-size: 18px;
    line-height: 150%;
    color: rgba(83, 83, 83, 1);
    font-size: 24px;
    line-height: 116%;
    font-weight: 600;
    margin-top: 30px;
}

.trust-suite-hero__text .trust-suite-button {
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    background-color: rgba(34, 148, 16, 1);
    padding: 16px;
    border-radius: 30px;
    display: inline-block;
    line-height: 93%;
    transition: background-color 0.5s ease;
    border: 1px solid rgba(91, 170, 79, 1);
}

.trust-suite-hero__text .trust-suite-button:hover {
    background-color: rgba(18, 103, 5, 1);
}

.trust-suite-hero__media {
    display: flex;
    justify-content: end;
    align-self: flex-start;
}

.green-rect {
    background: url(images/abv-green-rect.png) no-repeat center center;
    background-size: cover;
    aspect-ratio: 516 / 566;
    width: 76%;
    max-width: 516px;
    position: relative;
}

.green-rect::after {
    content: '';
    position: absolute;
    inset: 0;
    background: url(images/abv-paper-planes.png) no-repeat center center;
    background-size: contain;
    transform: translate(-4%, -13%) scale(1.3);
    transform-origin: center;
    pointer-events: none;
}

@media (max-width: 1600px) {
    .hero-title {
        font-size: 48px;
    }

    .trust-suite-hero__text p {
        font-size: 22px;
    }
}

@media (max-width: 1439px) {
    .trust-suite-hero__content {
        gap: 24px;
    }

    .trust-suite-hero__text {
        min-width: 0;
    }

    .hero-title {
        font-size: 40px;
    }

    .trust-suite-hero__text p {
        font-size: 22px;
    }

    .trust-suite-hero__media {
        flex: 0 0 35%;
    }

    .green-rect {
        background: url(images/abv-green-rect-small.png) no-repeat center center;
        background-size: cover;
        width: 100%;
    }

    .green-rect::after {
        background: url(images/abv-paper-planes-small.png) no-repeat center center;
        background-size: contain;
        transform: translate(-4%, 0) scale(1.3);
    }
}

@media (max-width: 767px) {
    .trust-suite-hero__content {
        display: block;
        padding: 16px 14px 0 14px;
        border-radius: 24px;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        overflow: visible;
        background: url(images/abv-green-rect.png) no-repeat center center;
        background-size: 100% 110%;
    }

    .trust-suite-hero__media {
        display: none;
    }

    .trust-suite-hero__text {
        position: relative;
        padding: 32px 24px 0 24px;
        border-radius: 20px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        overflow: hidden;
        /* transform: translateY(16px);
        min-height: calc(100% + 6px); */
        background: #fff;
        overflow: visible;
        color: rgba(0, 0, 0, 1);
    }

    .trust-suite-hero__text>* {
        position: relative;
        z-index: 1;
    }

    .hero-title {
        font-size: 28px;
        line-height: 105%;
        color: #000;
    }

    .trust-suite-hero__text p {
        font-size: 18px;
        color: rgba(83, 83, 83, 1);
        margin-top: 16px;
    }

    .trust-suite-button {
        margin-bottom: -22px;
    }
}

/* Benefits section */
.trust-suite-benefits {
    margin-top: 96px;
    display: flex;
    gap: 90px;
}

.team-benefits {
    flex: 1;
    background-color: rgba(248, 250, 247, 1);
    padding: 64px;
    border-radius: 30px;
}

.email-benefits {
    flex: 1;
    background-color: rgba(248, 250, 247, 1);
    padding: 64px;
    border-radius: 30px;
}

.benefits-title h2 {
    font-weight: 900;
    font-size: 26px;
    line-height: 116%;
    color: rgba(43, 43, 43, 1);
    position: relative;
}

.benefits-title .icon-headphones {
    
    padding-left: 36px;
    
}

.benefits-title .icon-email {
    background: url(images/abv-icon-letter.svg) no-repeat left 5px;
    padding-left: 36px;
    min-height: 31px;
}

.headphones-anim {
    width: 22px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1px;
    position: absolute;
    left: 0;
    top: 4px;
    background: url(images/abv-icon-headphones.svg) no-repeat center top;
    background-size: 22px 20px;
}

.headphones-anim .left-bar,
.headphones-anim .center-bar,
.headphones-anim .right-bar {
    width: 1.5px;
    border-radius: 1.5px;
    background-color: rgba(103, 174, 92, 1);
    animation: headphones-wave 1.2s linear infinite;
}

.headphones-anim .left-bar {
    height: 6px;
    animation-delay: 0s;
}

.headphones-anim .center-bar {
    height: 8px;
    animation-delay: -0.8s;
}

.headphones-anim .right-bar {
    height: 6px;
    animation-delay: -0.4s;
}

@keyframes headphones-wave {
    0% {
        background-color: rgba(19, 86, 9, 1);
    }

    25% {
        background-color: rgba(19, 86, 9, 1);
    }

    33.333% {
        background-color: rgba(103, 174, 92, 1);
    }

    100% {
        background-color: rgba(103, 174, 92, 1);
    }
}

.benefits-title p {
    font-size: 18px;
    line-height: 116%;
    color: rgba(64, 64, 64, 1);
    margin-top: 12px;
}

.benefits-list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.benefits-list li {
    font-size: 18px;
    line-height: 116%;
    color: rgba(64, 64, 64, 1);
    position: relative;
    padding: 32px 24px 32px 19px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 12px;
    margin-bottom: 12px;
    border-left: 5px solid #fff;
    cursor: default;
}

.benefits-list li:hover {
    border-left: 5px solid rgba(34, 148, 16, 1);
}

.benefits-list li h3 {
    font-size: 20px;
    font-weight: 900;
    line-height: 116%;
    color: rgba(60, 64, 59, 1);
    margin: 0 0 12px;
}

.benefits-list li p {
    margin-top: 12px;
}

/* Paragraphs */
.trust-suite-benefits .benefits-list li p {
    max-height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-6px);
    transition:
        max-height .55s ease,
        opacity .35s ease,
        transform .35s ease;
}

.trust-suite-benefits.is-revealed .benefits-list li p {
    max-height: 160px;
    margin: 0 0 18px;
    opacity: 1;
    transform: translateY(0);
}

.trust-suite-benefits.is-revealed .benefits-list li p:last-child {
    margin: 0;
}

/* Only the animated bars */
.trust-suite-benefits .headphones-anim span {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: bottom;
    transition:
        opacity .35s ease,
        transform .35s ease;
}

.trust-suite-benefits.is-revealed .headphones-anim span {
    opacity: 1;
    transform: scaleY(1);
}

/* background change for the email h2 */
.trust-suite-benefits .icon-email {
    transition:
        background .35s ease,
        color .35s ease;
}

.trust-suite-benefits.is-revealed .icon-email {
    background: url(images/abv-icon-letter-active.svg) no-repeat left 5px;
}

@media (max-width: 1439px) {
    .trust-suite-benefits {
        gap: 24px;
        margin-top: 48px;
    }

    .team-benefits,
    .email-benefits {
        padding: 32px;
    }
}

@media (max-width: 767px) {
    .trust-suite-benefits {
        display: flex;
        flex-direction: column;
        gap: 24px;
        margin-top: 32px;
    }

    .team-benefits,
    .email-benefits {
        flex: none;
        width: 100%;
        padding: 30px 16px;
        border-radius: 12px;
    }

    .benefits-title h2 {
        font-weight: 800;
        font-size: 22px;
        line-height: 116%;
    }
    .benefits-title .icon-email {
        min-height: 28px;
    }
}

/* Brand visibility */
.brand-visibility-section {
    position: relative;
    overflow: hidden;
    background: #16920d;
    padding: 96px 0 90px;
    margin-top: 96px;
    color: #fff;
    width: 100%;
}

.brand-visibility-inner {
    position: relative;
    z-index: 2;
    margin: 0;
    text-align: center;
    width: 100%;
}

.brand-visibility-inner h2 {
    margin: 0 0 20px;
    font-size: 48px;
    line-height: 106%;
    font-weight: 900;
    color: rgba(133, 255, 114, 1);
}

.brand-visibility-inner p {
    max-width: 720px;
    margin: 0 auto 50px;
    font-size: 24px;
    line-height: 116%;
    font-weight: 600;
    color: rgba(247, 255, 245, 1);
}

.phones-stage {
    position: relative;
    width: 100%;
    height: clamp(360px, 32.24vw, 619px);
    overflow: visible;
}

.phones-pair {
    position: absolute;
    left: 50%;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    column-gap: var(--phone-gap);
    height: 100%;
    /* initial: first phone is centered */
    transform: translateX(calc(-50% + var(--phone-offset)));
    transition: transform 0.6s ease;
    z-index: 2;
}

.phones-pair::after {
    content: "";
    position: absolute;
    top: 90px;
    bottom: 60px;
    left: calc(var(--phone-width) + (var(--phone-gap) / 2));
    width: 1px;

    background-image: linear-gradient(to bottom,
            rgba(255, 255, 255, 0.8) 50%,
            transparent 50%);
    background-size: 1px 14px;
    background-repeat: repeat-y;

    opacity: 0;
    transition: opacity 0.65s ease;
    pointer-events: none;
}

.phone-slot {
    position: relative;
    width: var(--phone-width);
    flex: 0 0 var(--phone-width);
    height: 100%;
}

.phone-slot--left {
    position: relative;
}

/* default: pseudo elements are hidden */
.phone-slot--left,
.phone-slot--right {
    position: relative;
}

/* gradient background */
.phone-slot--left::before,
.phone-slot--right::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 93%;
    height: 140px;

    transform: translateX(-50%);

    background: linear-gradient(180deg,
            rgba(221, 255, 194, 0) 0%,
            rgba(64, 165, 45, 0.838892) 67.14%,
            #229410 90.21%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s ease;

    z-index: 5;
}

/* image */
.phone-slot--left::after,
.phone-slot--right::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;

    width: 100%;
    height: 140px;

    transform: translateX(-50%);

    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 56% auto;

    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s ease;

    z-index: 6;
}

.phone-slot--right::after {
    background-size: 50% auto;
    background-position: bottom -7px center;
}

.phone-slot--left::after {
    background-image: url(images/without-abv.svg);
}

.phone-slot--right::after {
    background-image: url(images/with-abv.svg);
}

/* only after phones are in final state */
.phones-stage.is-pair-ready .phone-slot--left:hover::before,
.phones-stage.is-pair-ready .phone-slot--left:hover::after,
.phones-stage.is-pair-ready .phone-slot--right:hover::before,
.phones-stage.is-pair-ready .phone-slot--right:hover::after {
    opacity: 1;
}

.phone-slot img {
    display: block;
    width: 100%;
}

.phone-slot img {
    transition: clip-path .35s ease;
}

.phones-stage.is-pair-ready .phone-slot:hover img {
    clip-path: inset(0 0 5px 0);
}

.phone-img--before,
.phone-img--after {
    transition: opacity 0.65s ease;
}

.phone-img--before {
    opacity: 1;
    filter: drop-shadow(32px -28px 28px rgba(39, 40, 45, 0.13));
}

.phone-img--after {
    position: absolute;
    inset: 0;
    opacity: 0;
}

.phone-slot--right {
    opacity: 0;
    transition: opacity 0.65s ease;
}

/* hover: move the whole pair left by half of the second phone + half gap */
.phones-stage:hover .phones-pair,
.phones-stage.is-auto-animated .phones-pair {
    transform: translateX(-50%);
}

.phones-stage:hover .phone-img--before,
.phones-stage.is-auto-animated .phone-img--before {
    opacity: 0;
}

.phones-stage:hover .phone-img--after,
.phones-stage.is-auto-animated .phone-img--after {
    opacity: 1;
}

.phones-stage:hover .phone-slot--right,
.phones-stage.is-auto-animated .phone-slot--right {
    opacity: 1;
}

.phones-stage.is-pair-ready .phone-slot--left:hover::before {
    opacity: 1;
}

.phones-stage.is-pair-ready .phone-slot--right:hover::before {
    opacity: 1;
}

/* Brand background images */
.brand-bg {
    position: absolute;
    z-index: 1;
    aspect-ratio: 1;
    background: url("images/house.svg") no-repeat center / contain;
    pointer-events: none;
    transition:
        transform 0.6s ease;
}

.brand-bg--left {
    width: calc(var(--phone-width) * 0.78);
    left: calc(50% - var(--phone-width) * 2.36);
    max-width: 353px;
    bottom: calc(var(--phone-width) * -0.05);
    transform: translate(0, 0) scale(1);
}

.brand-bg--right {
    width: calc(var(--phone-width) * 1.28);
    max-width: 583px;
    left: calc(50% + var(--phone-width) * 1.3);
    top: calc(var(--phone-width) * -0.5);
    transform: translate(0, 0) scale(1);
}

/* same trigger as phone animation */
.phones-stage:hover .brand-bg--left,
.phones-stage.is-auto-animated .brand-bg--left {
    transform:
        translate(calc(var(--phone-width) * 1.04),
            calc(var(--phone-width) * -0.13)) scale(var(--left-end-scale));
}

.phones-stage:hover .brand-bg--right,
.phones-stage.is-auto-animated .brand-bg--right {
    transform:
        translate(calc(var(--phone-width) * -1.02),
            calc(var(--phone-width) * -0.01)) scale(var(--right-end-scale));
}

.phones-stage:hover .phones-pair::after,
.phones-stage.is-auto-animated .phones-pair::after {
    opacity: 1;
}

@media (max-width: 767px) {
    .brand-visibility-section {
        --phone-width: min(340px, 90vw);
        --phone-gap: 0px;
        --phone-offset: 0px;
        padding: 54px 0 40px;
        margin-top: 46px;
        color: #fff;
        width: 100%;
    }

    .phones-pair {
        transform: translateX(-50%);
        position: relative;
        left: auto;
        bottom: auto;

        transform: none !important;

        justify-content: center;
    }

    .phones-stage {
        height: auto;
        min-height: unset;
    }

    .phone-slot--right {
        display: none;
    }

    .brand-visibility-inner {
        padding: 0 16px;
    }

    .brand-visibility-inner h2 {
        margin: 0 0 20px;
        font-size: 32px;
        text-align: center;
    }

    .brand-visibility-inner p {
        text-align: center;
        max-width: 720px;
        margin: 0 auto 30px;
        font-size: 20px;
        line-height: 116%;
        font-weight: 600;
        color: rgba(247, 255, 245, 1);
    }

    .phones-stage:hover .phones-pair {
        transform: translateX(calc(-50% + var(--phone-offset)));
    }

    .phones-stage:hover .phone-img--before {
        opacity: 1;
    }

    .phones-stage:hover .phone-img--after,
    .phones-stage:hover .phone-slot--right,
    .phones-stage:hover .phones-pair::after {
        opacity: 0;
    }

    .phones-stage.is-auto-animated .phones-pair,
    .phones-stage.is-pair-ready .phones-pair {
        transform: translateX(calc(-50% + var(--phone-offset)));
    }

    .phones-stage.is-auto-animated .phone-img--before {
        opacity: 1;
    }

    .phones-stage.is-auto-animated .phone-img--after,
    .phones-stage.is-auto-animated .phone-slot--right,
    .phones-stage.is-auto-animated .phones-pair::after {
        opacity: 0;
    }

    .brand-bg--left,
    .brand-bg--right {
        display: none;
    }
}

@media (max-width: 575px) {
    .brand-visibility-inner h2 {
        text-align: left;
    }

    .brand-visibility-inner p {
        text-align: left;
    }
}

/* News section */
.news-section {
    margin: 96px 50px 0;
    padding: 64px 0;
    background: rgba(248, 250, 247, 1);
    border-radius: 30px;
}

.news-inner h2 {
    margin-bottom: 26px;
    font-size: 40px;
    line-height: 1;
    font-weight: 500;
    color: rgba(43, 43, 43, 1);
}

.news-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.news-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 205px;
    padding: 24px 23px 36px 23px;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid transparent;
    /* border-bottom: 8px solid rgba(91, 170, 79, 1); */
    transition:
        border-color 0.3s ease,
        border-bottom-width 0.3s ease,
        padding-bottom 0.3s ease;
}

.bot-border {
    position: absolute;
    bottom: -1px;
    left: -1px;
    right: -1px;
    height: 12px;
    background-color: rgba(91, 170, 79, 1);
    opacity: 1;
    transition: opacity 0.3s ease;
    pointer-events: none;
}
.bot-border::after {
    content: '';
    position: absolute;
    display: block;
    height: 16px;
    background-color: white;
    left: 0;
    right: 0;
    bottom: 8px;
    border-radius: 8px;
    z-index: 2;
}

.news-card::after {
    content: "";
    position: absolute;
    top: 16px;
    right: 16px;

    width: 14px;
    height: 14px;

    background: url(images/ext-link.svg) no-repeat center center;
    background-size: contain;

    opacity: 0;
    transform: translate(4px, -4px);

    transition:
        opacity 0.3s ease,
        transform 0.3s ease;

    pointer-events: none;
}
.news-card:hover .bot-border {
    opacity: 0;
}

.news-card:hover {
    border: 1px solid rgba(91, 170, 79, 1);
    
}

.news-card:hover::after {
    opacity: 1;
    transform: translate(0, 0);
}

.news-card__date {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 116%;
    color: rgba(96, 96, 96, 1);
}

.news-card h3 {
    font-size: 24px;
    line-height: 116%;
    font-weight: 600;
    color: rgba(43, 43, 43, 1);
}

.news-card p {
    margin-top: 8px;
    font-size: 18px;
    line-height: 116%;
    color: rgba(64, 64, 64, 1);
}

.news-card__source {
    margin-top: 16px;
    font-size: 14px;
    line-height: 116%;
    color: rgba(102, 102, 102, 1);
}

.news-card__source strong {
    font-weight: 400;
    color: rgba(34, 148, 16, 1);
}

@media (max-width: 1024px) {
    .news-section {
        margin: 0;
        padding: 60px 0;
        padding-right: 0;
        border-radius: 0;
    }

    .news-section .trust-suite-outer {
        padding-right: 0;
        padding-left: 24px;
    }

    .news-list {
        display: flex;
        gap: 16px;

        overflow-x: auto;
        overflow-y: hidden;

        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;

        padding-inline: 24px;
    }

    .news-list::-webkit-scrollbar {
        display: none;
    }

    .news-list {
        scrollbar-width: none;
    }

    .news-card {
        flex: 0 0 320px;
        flex: 0 0 min(300px, calc(100vw - 64px));
        scroll-snap-align: start;
        min-height: auto;
        padding-bottom: 30px;
    }

    .news-card:hover {
        border: 1px solid rgba(91, 170, 79, 1);
        padding-bottom: 37px;
    }

    .news-card h3 {
        font-size: 20px;
    }

    .news-inner h2 {
        font-size: 32px;
    }
}

@media (max-width: 576px) {
    .news-section .trust-suite-outer {
        padding-left: 16px;
    }


}

/* АБВ Trust Suitе Планове */
.plans-section {
    padding: 96px 0;
    margin-top: 96px;
    background: rgba(248, 250, 247, 1);
}

.plans-inner {
    max-width: 1420px;
    margin: 0 auto;
    padding: 0 60px;
}

.plans-inner h2 {
    margin-bottom: 56px;
    text-align: center;
    font-size: 42px;
    line-height: 93%;
    font-weight: 400;
    color: #2b2b2b;
}

.plans-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.plan-card {
    padding: 48px;
    background: #fff;
    border: 1px solid rgba(238, 238, 238, 1);
    border-radius: 30px;
}

.plan-card:hover {
    border-color: rgba(34, 148, 16, 1);
}

.plan-card h3 {
    font-size: 26px;
    line-height: 116%;
    font-weight: 800;
    color: rgba(43, 43, 43, 1);
}

.plan-subtitle {
    margin-top: 8px;
    font-size: 18px;
    line-height: 116%;
    color: rgba(83, 83, 83, 1);
}

.plan-price {
    padding-bottom: 24px;
    margin-top: 15px;
    border-bottom: 1px dashed rgba(190, 196, 191, 1);
    font-size: 18px;
    line-height: 116%;
    color: #000;
}

.plan-price strong {
    font-weight: 900;
}

.plan-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin: 32px 0 0 0;
    padding: 0;
}

.plan-list--separated {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid rgba(220, 226, 222, 1);
}

.plan-list li {
    position: relative;
    padding-left: 28px;
    font-size: 18px;
    line-height: 110%;
    color: #2b2b2b;
}

.plan-list li::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 0.40em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(207, 222, 205, 1);
}

@media (max-width: 992px) {
    .plans-section {
        padding: 50px 0 60px;
        margin-top: 0;
        background: rgba(248, 250, 247, 1);
        border-top: 1px solid #e0e0e0;
    }

    .plans-inner h2 {
        margin-bottom: 40px;
        text-align: center;
        font-size: 32px;
        line-height: 116%;
    }

    .plans-grid {
        grid-template-columns: 1fr;
    }

    .plan-card {
        min-height: auto;
        padding: 24px;
        border-radius: 12px;
    }

    .plans-inner {
        padding: 0 16px;
        max-width: 550px;
        margin: 0 auto;
    }

}
@media (max-width: 575px) {
    .plans-section {
        padding: 46px 0 24px;
        margin-top: 0;
        background: #fff;
        border-top: 1px solid #e0e0e0;
    }
    .plans-inner h2 {
        margin-bottom: 32px;
    }
}

/* Contact form */
.contact-section {
    max-width: 1440px;
    margin: 96px auto 0;
    padding: 88px 60px 96px;
    background: #096900;
    border-radius: 30px;
    color: #fff;
    transition: background-color 0.35s ease;
}

.contact-section.is-consent-checked {
    background-color: rgba(35, 128, 20, 1);
}

.contact-inner {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}

.contact-inner h2 {
    font-size: 48px;
    line-height: 1.05;
    font-weight: 900;
    color: rgba(133, 255, 114, 1);
}

.contact-intro {
    margin-top: 16px;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 600;
}

.contact-form {
    margin-top: 48px;
    text-align: left;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 12px;
}

.contact-form label span {
    display: block;
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 116%;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    border: 1px solid transparent;
    border-radius: 5px;
    background: rgba(248, 250, 247, 1);
    color: #000;
    outline: none;
}

label:has(input[required])>span:first-child::after,
label:has(textarea[required])>span:first-child::after {
    content: '*';
    color: rgba(255, 238, 161, 1);
    margin-left: 2px;
}

.contact-form input {
    height: 54px;
    padding: 0 16px;
    font-size: 18px;
}

.contact-form input:focus {
    outline: none;
    box-shadow: 0 0 25.7px rgba(173, 255, 160, 0.27);
    border: 1px solid rgba(91, 170, 79, 1);
}

.contact-form textarea {
    height: 120px;
    padding: 16px;
}

.contact-form textarea:focus {
    box-shadow: 0 0 25.7px rgba(173, 255, 160, 0.27);
    border: 1px solid rgba(91, 170, 79, 1);
}

.contact-message {
    display: block;
    margin-top: 28px;
}

.contact-consent {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    cursor: pointer;
    margin-top: 28px;
}

.contact-consent input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

.contact-form label .contact-consent__text {
    color: rgba(220, 235, 218, 1);
    font-size: 16px;
    line-height: 140%;
}

.contact-form label .contact-consent__text a {
    color: rgba(133, 255, 114, 1);
}

.contact-consent__box {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    position: relative;
    border: 1px solid rgba(91, 170, 79, 1);
    border-radius: 2px;
    top: 3px;
}

.contact-consent__box::after {
    content: '';
    position: absolute;
    inset: 1px;
    background: transparent;
    transition: background-color .2s ease;
    pointer-events: none;
}

.contact-consent__box:hover::after {
    background: rgba(18, 103, 5, 1);
}

.contact-consent input:checked+.contact-consent__box::after {
    background: rgba(34, 148, 16, 1);
}

.contact-consent a {
    color: #85ff72;
}

.contact-consent__content {
    flex: 1;
}

.field-error--consent:not(:empty) {
    margin-top: 8px;
}
.form-error {
    color: rgba(255, 181, 181, 1);
    margin-top: 40px;
    font-weight: 600;
    font-size: 18px;
    line-height: 116%;
}

.contact-submit {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    height: 48px;
    margin-top: 44px;
    border: 1px solid rgba(91, 170, 79, 1);
    border-radius: 30px;
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    font-size: 18px;
    pointer-events: auto;
    opacity: 1;
    background-color: transparent;
}
.contact-submit.is-enabled {
    background-color: rgba(34, 148, 16, 1); /* or your desired color */
}

.contact-submit::before {
    content: '';
    width: 20px;
    height: 20px;
    display: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.contact-submit .sending {
    color: rgba(91, 170, 79, 1);
}

/* Form validation */
.contact-form label .field-error {
    display: block;
    margin: 0;
    font-size: 16px;
    line-height: 116%;
    color: rgba(255, 181, 181, 1);
}

.contact-form label .field-error:not(:empty) {
    margin-top: 12px;
}

.contact-form input.is-invalid,
.contact-form textarea.is-invalid {
    border: 1px solid rgba(255, 112, 65, 1);
}

.contact-submit.is-enabled {
    pointer-events: auto;
    opacity: 1;
}

/* .contact-submit.is-enabled:hover {
    background: #85ff72;
    color: #096900;
} */

/* Form success */
.contact-success {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 20px;
    text-align: center;
}

.contact-success__icon {
    width: 178px;
    height: 178px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.contact-success__icon img {
    width: 100%;
}

.contact-success h3 {
    margin: 0 0 18px;
    font-size: 48px;
    line-height: 106%;
    font-weight: 900;

    color: rgba(133, 255, 114, 1);
}

.contact-success p {
    margin: 0;
    font-size: 24px;
    line-height: 123%;
    font-weight: 600;
    color: rgba(247, 255, 245, 1);
}

@media (max-width: 767px) {
    .contact-success {
        min-height: 320px;
    }

    .contact-success h3 {
        font-size: 40px;
    }

    .contact-success p {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .contact-section {
        margin-top: 60px;
        padding: 56px 64px;
        border-radius: 24px;
    }

    .contact-grid {
        grid-template-columns: 1fr;
    }

    .contact-inner h2 {
        font-size: 36px;
    }

    .contact-intro {
        font-size: 18px;
    }

    .contact-form label span {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .contact-section {
        margin-top: 0;
        padding: 46px 26px;
        border-radius: 0;
        margin-inline: calc(-1 * var(--container-padding));
    }

    .contact-inner h2 {
        text-align: left;
    }

    .contact-intro {
        text-align: left;
        margin-top: 8px;
    }

    .contact-grid {
        gap: 24px 0;
    }

    .contact-form {
        margin-top: 32px;
    }
}

.trust-suite-footer {
    margin-top: 96px;
    padding: 48px 0;
    border-top: 1px solid rgba(238, 238, 238, 1);
}

.trust-suite-footer__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.trust-suite-footer__logo img {
    width: 182px;
}

.trust-suite-footer__nav {
    display: flex;
    align-items: center;
    gap: 32px;
}

.trust-suite-footer__nav a {
    font-size: 18px;
    line-height: 34px;
    color: rgba(30, 30, 30, 1);
    transition: color 0.3s ease;
}

.trust-suite-footer__nav a:hover {
    color: rgba(34, 148, 16, 1);
}

@media (max-width: 767px) {
    .trust-suite-footer {
        margin-top: 0;
        padding: 32px 0 48px;
        border-top: none;
    }

    .trust-suite-footer__inner {
        padding: 0 24px;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 24px;
    }

    .trust-suite-footer__logo {
        display: flex;
        justify-content: center;
    }

    .trust-suite-footer__nav {
        flex-direction: column;
        align-items: center;
        gap: 14px;
    }
}
/* Scroll to top button */
.scroll-top {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 75px;
    height: 75px;
    border: 0;
    border-radius: 50%;
    background: rgba(34, 148, 16, 1);
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow:
        0 2px 8px rgba(0, 0, 0, .12),
        0 0 0 1px rgba(255, 255, 255, .06);
    opacity: 0;
    visibility: hidden;
    transform: translateY(16px);

    transition:
        opacity .25s ease,
        transform .25s ease,
        visibility .25s,
        background-color .25s ease;
}

.scroll-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.scroll-top:hover {
    transform: translateY(-2px);
    background-color: rgba(18, 103, 5, 1);
}

@media (max-width: 767px) {
    .scroll-top {
        display: none;
    }
}

.trust-suite-disclaimer {
    margin: 16px 0 -16px;
    color: #666;
    font: 400 18px/1.16 "Sofia Sans", sans-serif;
}

.red {
    color: #ff0012;
}