@import 'fonts.css';
@import 'variables.css';
@import 'normalize.css';

body {
    font-family: 'Gilroy', Arial, sans-serif;

    & * {
        line-height: 100%;
    }
}



/* Grid Row */
.row { display: flex; flex-wrap: wrap; margin-right: -1rem; margin-left: -1rem; }

/* Column Classes */
.col { flex: 0 0 auto; width: 100%; padding-right: 1rem; padding-left: 1rem; }
.col-1 { flex: 0 0 8.33%; max-width: 8.33%; }
.col-2 { flex: 0 0 16.67%; max-width: 16.67%; }
.col-3 { flex: 0 0 25%; max-width: 25%; }
.col-4 { flex: 0 0 33.33%; max-width: 33.33%; }
.col-5 { flex: 0 0 41.67%; max-width: 41.67%; }
.col-6 { flex: 0 0 50%; max-width: 50%; }
.col-7 { flex: 0 0 58.33%; max-width: 58.33%; }
.col-8 { flex: 0 0 66.67%; max-width: 66.67%; }
.col-9 { flex: 0 0 75%; max-width: 75%; }
.col-10 { flex: 0 0 83.33%; max-width: 83.33%; }
.col-11 { flex: 0 0 91.67%; max-width: 91.67%; }
.col-12 { flex: 0 0 100%; max-width: 100%; }

/* Gap Classes */
.g-1 { gap: 0.5rem; }
.g-2 { gap: 1rem; }
.g-3 { gap: 1.5rem; }
.g-4 { gap: 2rem; }

/* Media Queries for Responsive Columns */
@media (min-width: 576px) { .col-sm-1 { flex: 0 0 8.33%; max-width: 8.33%; } .col-sm-2 { flex: 0 0 16.67%; max-width: 16.67%; } .col-sm-3 { flex: 0 0 25%; max-width: 25%; } .col-sm-4 { flex: 0 0 33.33%; max-width: 33.33%; } .col-sm-5 { flex: 0 0 41.67%; max-width: 41.67%; } .col-sm-6 { flex: 0 0 50%; max-width: 50%; } .col-sm-7 { flex: 0 0 58.33%; max-width: 58.33%; } .col-sm-8 { flex: 0 0 66.67%; max-width: 66.67%; } .col-sm-9 { flex: 0 0 75%; max-width: 75%; } .col-sm-10 { flex: 0 0 83.33%; max-width: 83.33%; } .col-sm-11 { flex: 0 0 91.67%; max-width: 91.67%; } .col-sm-12 { flex: 0 0 100%; max-width: 100%; } }
@media (min-width: 768px) { .col-md-1 { flex: 0 0 8.33%; max-width: 8.33%; } .col-md-2 { flex: 0 0 16.67%; max-width: 16.67%; } .col-md-3 { flex: 0 0 25%; max-width: 25%; } .col-md-4 { flex: 0 0 33.33%; max-width: 33.33%; } .col-md-5 { flex: 0 0 41.67%; max-width: 41.67%; } .col-md-6 { flex: 0 0 50%; max-width: 50%; } .col-md-7 { flex: 0 0 58.33%; max-width: 58.33%; } .col-md-8 { flex: 0 0 66.67%; max-width: 66.67%; } .col-md-9 { flex: 0 0 75%; max-width: 75%; } .col-md-10 { flex: 0 0 83.33%; max-width: 83.33%; } .col-md-11 { flex: 0 0 91.67%; max-width: 91.67%; } .col-md-12 { flex: 0 0 100%; max-width: 100%; } }
@media (min-width: 992px) { .col-lg-1 { flex: 0 0 8.33%; max-width: 8.33%; } .col-lg-2 { flex: 0 0 16.67%; max-width: 16.67%; } .col-lg-3 { flex: 0 0 25%; max-width: 25%; } .col-lg-4 { flex: 0 0 33.33%; max-width: 33.33%; } .col-lg-5 { flex: 0 0 41.67%; max-width: 41.67%; } .col-lg-6 { flex: 0 0 50%; max-width: 50%; } .col-lg-7 { flex: 0 0 58.33%; max-width: 58.33%; } .col-lg-8 { flex: 0 0 66.67%; max-width: 66.67%; } .col-lg-9 { flex: 0 0 75%; max-width: 75%; } .col-lg-10 { flex: 0 0 83.33%; max-width: 83.33%; } .col-lg-11 { flex: 0 0 91.67%; max-width: 91.67%; } .col-lg-12 { flex: 0 0 100%; max-width: 100%; } }
@media (min-width: 1200px) { .col-xl-1 { flex: 0 0 8.33%; max-width: 8.33%; } .col-xl-2 { flex: 0 0 16.67%; max-width: 16.67%; } .col-xl-3 { flex: 0 0 25%; max-width: 25%; } .col-xl-4 { flex: 0 0 33.33%; max-width: 33.33%; } .col-xl-5 { flex: 0 0 41.67%; max-width: 41.67%; } .col-xl-6 { flex: 0 0 50%; max-width: 50%; } .col-xl-7 { flex: 0 0 58.33%; max-width: 58.33%; } .col-xl-8 { flex: 0 0 66.67%; max-width: 66.67%; } .col-xl-9 { flex: 0 0 75%; max-width: 75%; } .col-xl-10 { flex: 0 0 83.33%; max-width: 83.33%; } .col-xl-11 { flex: 0 0 91.67%; max-width: 91.67%; } .col-xl-12 { flex: 0 0 100%; max-width: 100%; } }


/* Padding Utility Classes */

/* Vertical Padding */
.py-1 { padding-top: 1.5rem; padding-bottom: 1.5rem; } /* Smallest */
.py-2 { padding-top: 3rem; padding-bottom: 3rem; } /* Medium */
.py-3 { padding-top: 5rem; padding-bottom: 5rem; } /* Largest */

/* Horizontal Padding */
.px-1 { padding-left: 1.5rem; padding-right: 1.5rem; } /* Smallest */
.px-2 { padding-left: 3rem; padding-right: 3rem; } /* Medium */
.px-3 { padding-left: 5rem; padding-right: 5rem; } /* Largest */


/* Margin Utility Classes */

/* Vertical Margin */
.my-1 { margin-top: 1.5rem; margin-bottom: 1.5rem; } /* Smallest */
.my-2 { margin-top: 3rem; margin-bottom: 3rem; } /* Medium */
.my-3 { margin-top: 5rem; margin-bottom: 5rem; } /* Largest */

/* Horizontal Margin */
.mx-1 { margin-left: 1.5rem; margin-right: 1.5rem; } /* Smallest */
.mx-2 { margin-left: 3rem; margin-right: 3rem; } /* Medium */
.mx-3 { margin-left: 5rem; margin-right: 5rem; } /* Largest */

/* Specific Directional Margin Classes */
.mt-1 { margin-top: 1.5rem; } /* Smallest */
.mt-2 { margin-top: 3rem; } /* Medium */
.mt-3 { margin-top: 5rem; } /* Largest */
.mb-1 { margin-bottom: 1.5rem; } /* Smallest */
.mb-2 { margin-bottom: 3rem; } /* Medium */
.mb-3 { margin-bottom: 5rem; } /* Largest */
.ml-1 { margin-left: 1.5rem; } /* Smallest */
.ml-2 { margin-left: 3rem; } /* Medium */
.ml-3 { margin-left: 5rem; } /* Largest */
.mr-1 { margin-right: 1.5rem; } /* Smallest */
.mr-2 { margin-right: 3rem; } /* Medium */
.mr-3 { margin-right: 5rem; } /* Largest */


/* Basic Typography Styles */

/* Paragraphs */
p {
    font-size: 17px;
    line-height: 1.4;
    color: #333;
    margin: 0 0 1.5em;
}

/* Unordered Lists */
.richtext ul, .richtext ol {
    font-size: 17px;
    margin: 1.5rem 1rem;
    padding-left: 20px;
    
}

.richtext ul {list-style:disc;}
.richtext ol {list-style: decimal;}

/* List Items */
li {
    margin-bottom: 0.5em;
    line-height: 1.4;
}


/* Basic Typography Styles for Headings */

/* H2 */
h2 {

    font-size: 28px; /* Sets the font size */
    line-height: 1.2; /* Sets the line height */
    color: #222; /* Sets the text color */
    margin: 0 0 1em 0; /* Sets the top and bottom margin */
    font-weight: bold; /* Makes the text bold */
}

/* H3 */
h3 {

    font-size: 24px; /* Sets the font size */
    line-height: 1.3; /* Sets the line height */
    color: #333; /* Sets the text color */
    margin: 0 0 0.75em 0; /* Sets the top and bottom margin */
    font-weight: bold; /* Makes the text bold */
}

/* H4 */
h4 {

    font-size: 20px; /* Sets the font size */
    line-height: 1.4; /* Sets the line height */
    color: #444; /* Sets the text color */
    margin: 0 0 0.5em 0; /* Sets the top and bottom margin */
    font-weight: bold; /* Makes the text bold */
}



.container {
    width: min(100%, 1420px);
    margin: 0 auto;
    padding: 0 30px;

    @media (min-width: 1460px) {
        padding: 0;
    }
}

.intro {
    background: linear-gradient(117.94deg, #202A4D 33.08%, #6AD9E6 118.53%);
    color: #ffffff;

    padding-top: clamp(140px, 10vw, 200px);
    padding-bottom: 40px;

    border-bottom-left-radius: clamp(40px, 10vw, 80px);
    border-bottom-right-radius: clamp(40px, 10vw, 80px);

    @media (min-width: 768px) {
        padding-bottom: 110px;
    }

    @media (min-width: 768px) {
        padding-bottom: 40px;
    }

    
}

.intro__wrapper {
    position: relative;
    display: flex;
    flex-direction: column;

    @media (min-width: 992px) {
        flex-direction: row;
    }
}

.intro__content {
    position: relative;
    flex: 1 0 60%;
}

.intro__image {
    height: auto;
    position: relative;
    margin: 0 auto -150px auto;
    flex: 1 0 25%;
    padding-top: 40px;
    

    @media (min-width: 768px) {
        
    }

    @media (min-width: 992px) {
        flex: 1 0 25%;
        padding-top: 0;
    }

    @media (min-width: 1100px) {
        flex: 1 0 20%;
        padding-top: 0;
        margin-top: -80px;
    }
}

.intro__image img {width:100%;}

.intro__heading {
    font-size: clamp(22px, 8vw, 60px);
    padding-bottom: clamp(20px, 15vw, 54px);
    text-align: center;
    
    @media (min-width: 576px) {
        text-align: left;
    }
}

.intro__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 30px;

    @media (min-width: 992px) {
        padding-bottom: 76px;
    }
}

.intro__description {
    display: flex;
    flex-direction: column;
    align-items: center;

    @media (min-width: 576px) {
        align-items: flex-start;
    }
}

.intro__list-item {
    display: flex;
    gap: 12px;

    @media (min-width: 576px) {
        justify-content: flex-start;
    }

    @media (min-width: 992px) {
        gap: 28px;
    }

    & > div {
        width: 8px;
        height: 8px;

        margin-top: 6px;

        border-radius: 50%;

        aspect-ratio: 1 / 1;

        background: var(--color-primary);

        @media (min-width: 992px) {
            width: 16px;
            height: 16px;
        }
    }

    & > span {
        font-size: 18px;
        font-weight: 400;
        max-width: 220px;

        @media (min-width: 768px) {
            font-size: 22px;
            max-width: unset;
        }

        @media (min-width: 992px) {
            font-size: 28px;
        }
    }
}

.intro__buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;

    @media (min-width: 576px) {
        justify-content: flex-start;
    }

    & button {
        overflow: hidden;
        border-radius: 8px;
        height: 48px;

        & img {
            height: 100%;
            width: auto;
            object-fit: contain;
        }

        @media (min-width: 992px) {
            height: 76px;
        }
    }

    & .intro__android-button {
        background: var(--color-primary);
        color: #ffffff;
        padding: 0 20px;
        gap: 10px;
        display: flex;
        align-items: center;
        justify-content: center;

        transition: 200ms all ease;

        &:hover {
            background: #00A289;
        }

        & img {
            height: 20px;
            width: 20px;
            object-fit: cover;

            @media (min-width: 992px) {
                height: 38px;
                width: 38px;
            }
        }

        & span {
            font-size: 18px;
            font-weight: 600;
            white-space: nowrap;

            @media (min-width: 992px) {
                font-size: 22px;
            }
        }
    }
}


.header {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;

    & * {
       color: #ffffff;
    }
}

.header__content {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 30px;

    @media (min-width: 576px) {
        flex-direction: row-reverse;
        justify-content: space-between;
        max-width: 454px;
    }
}

.languages {
    display: flex;
    align-items: center;
    gap: 24px;
}

.language {
    font-weight: 600;
    font-size: 20px;

    &.active {
        color: var(--color-primary);
    }
}

.apps {
    padding-top: 180px;

    @media (min-width: 768px) {
        padding-top: 120px;
    }
}

.apps__content {
    gap: 20px;
    display: flex;
    flex-direction: column;
}

.apps__cards-wrapper {
    overflow: hidden;
    margin-inline: -20px;
    padding-bottom: clamp(30px, calc(30px + 20 * (100vw - 320px) / 680), 50px);
}

.apps__cards {
    display: flex;
    overflow: scroll hidden;
    padding-inline: 20px;
    gap: clamp(5px, calc(5px + 25 * (100vw - 320px) / 680), 30px);

    scroll-behavior: smooth; /* Плавная прокрутка */

    /* Скрываем полосу прокрутки в современных браузерах */
    scrollbar-width: none; /* Для Firefox */
    -ms-overflow-style: none; /* Для IE и старых версий Edge */

    @media (min-width: 1600px) {
        overflow: hidden;
        padding: 0;
    }
}

.apps__cards::-webkit-scrollbar {
    display: none; /* Для Chrome, Safari и Opera */
}

.heading-two {
    color: #202A4D;
    font-size: clamp(32px, calc(32px + 18 * (100vw - 320px) / 680), 50px);
}

.apps__card {
    padding: 20px 20px 0 20px;
    background: var(--color-tertiary);
    border-radius: clamp(8px, calc(8px + 8 * (100vw - 320px) / 680), 16px);
    display: flex;
    flex-direction: column;
    flex: 1 0 120px;
    gap: clamp(12px, calc(12px + 4 * (100vw - 320px) / 680), 16px);
    position: relative;

    transition: 200ms all ease;

    cursor: pointer;

    &:hover {
        background: #98D4E2;
    }

    @media (min-width: 992px) {
        min-width: 330px;
    }
}

.apps__card.active {
    background: #202A4D;

    & h3 {
        color: #ffffff;
    }

    & .apps__card-plug {
        background: var(--color-primary);
        color: #ffffff;
    }
}

.apps__card-bottom {
    display: flex;
    align-items: flex-end;
    gap: 18px;

    & img {
        border-radius: 10px;
    }
}

.apps__card h3 {
    color: #202A4D;
    font-size: clamp(18px, calc(18px + 6 * (100vw - 320px) / 680), 24px);
    margin-top: 0;
    white-space: nowrap;
}

.apps__card img {
    width: 80px;
    object-fit: cover;
    margin-bottom: clamp(-22px, calc(-12px - 10 * (100vw - 320px) / 680), -12px);
    

    @media (min-width: 992px) {
        display: block;
        width: 160px;
    }
}

.apps__card-plug {
    padding: 6px 10px;
    text-transform: uppercase;
    border-radius: 500px;
    background: #ffffff;
    color: #0087A8;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.app {
    background: linear-gradient(180deg, #EDEDED 0%, #FFFFFF 100%);
    padding-block: 40px 40px;

    @media (min-width: 768px) {
        padding-block: 94px 58px;
    }
}

.toggle-buttons {
    padding: 8px;
    border-radius: 500px;
    background: #FFFFFF;
    width: fit-content;
    box-shadow: 0 0 5px 0 inset #00000020;
}

.toggle-buttons button {
    padding: 10px;
    border-radius: 500px;
    font-weight: 700;
    color: #202A4D;
}

.toggle-buttons button.active {
    color: #FFFFFF;
    background: #00C4A6;
}

.footer {
    position: relative;
    z-index: 100;
    padding-top: clamp(50px, calc(50px + 10 * (100vw - 320px) / 680), 60px);
    padding-bottom: clamp(54px, calc(70px - 16 * (100vw - 320px) / 680), 70px);
    background: linear-gradient(117.94deg, #202A4D 33.08%, #6AD9E6 118.53%);
    color: #ffffff;
}

.footer img {
    height: 40px;
}

.footer__links {
    display: flex;
    flex-direction: column;
    gap: 10px;

    @media (min-width: 768px) {
        flex-direction: row;
        gap: 30px;
    }
}

.footer__links ul {
    list-style: none;
    margin: 0;
}

.footer__links a {
    font-size: 18px;
    font-weight: 500;
    height: fit-content;

    @media (min-width: 992px) {
        font-size: 16px;
    }
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: space-between;
}

.footer__content {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 80px;
    padding-inline: 80px 40px;
    max-width: 450px;

    @media (min-width: 576px) {
        padding-inline: 30px;
    }

    @media (min-width: 992px) {
        gap: 40px;
        padding-inline: 20px;
        flex-direction: row;
        max-width: unset;
    }
}

.footer__contacts {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.footer__social-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.footer__social-item img {
    width: 24px;
    height: 24px;
}

.app__content {
    display: flex;
    flex-direction: column;
    gap: 30px;

    @media (min-width: 1100px) {
        display: flex;
        flex-direction: row;
        
    }
}

.app__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 450px;


    @media (min-width: 576px) {
        
    }

    @media (min-width: 768px) {
        display: block;
        max-width: 800px;
    }

    &.hidden {
        display: none;
    }
}

.app__lists {
    display: flex;
    flex-direction: column-reverse;
    gap: 25px;

    &.hidden {
        display: none;
    }

    @media (min-width: 992px) {
        flex-direction: row;
        align-items: center;
        gap: 40px;
        flex:0 0 60%;
    }

    @media (min-width: 1200px) {
        gap: 40px;
    }
}

.app__image {
    flex:0 0 80%;

    & img {
        width: 100%;
    }

    @media (min-width: 992px) {
        flex:0 0 30%;
        width: auto;
    }


}

.list-item {
    position: relative;
    padding-left: 20px;

    font-size: 20px;
    font-weight: 400;
    max-width: 300px;

    @media (min-width: 768px) {
        font-size: 22px;
        max-width: unset;
    }

    @media (min-width: 992px) {
        padding-left: 30px;
        font-size: 24px;
    }

    &::before {
        content: '';
        position: absolute;
        left: 0;
        top: 10px;

        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: var(--color-primary);
    }
}

.app .list-item {
    @media (min-width: 992px) {
        min-height: 30px;
    }
}

@media (min-width: 992px) {
    .list-item::before {
        width: 16px;
        height: 16px;
    }
}

.app .heading-two {
    margin-bottom: 28px;

    @media (min-width: 992px) {
        margin-bottom: 42px;
    }
}

.app__base {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;

    @media (min-width: 576px) {
        align-items: flex-start;
    }
    @media (min-width: 1100px) {
        flex: 0 1 20%;
    }
}

.app__base .heading-two {
    text-align: center;

    @media (min-width: 576px) {
        text-align: start;
    }
}

.app__info h3 {
    text-align: center;

    @media (min-width: 576px) {
        text-align: start;
    }
}

.app__base img {
    max-width: 266px;
    margin-bottom: -160px;
    display: none;

    @media (min-width: 1100px) {
        display: block;
    }
}

.app .intro__apple-button {
    width: 140px;

    @media (min-width: 992px) {
        width: 266px;
    }
}

.app__info {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 900px;

    @media (min-width: 992px) {
        gap: 20px;
    }

    @media (min-width: 1100px) {
        flex: 0 1 80%;
    }
}

.app__buttons-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    padding-top: 40px;
}

.app__buttons-image {
    width: 65vw;

    left: 50%;
    transform: translateY(230px) translateX(-50%);
    position: absolute;

    @media (min-width: 576px) {
        transform: translateY(200px) translateX(-50%);
    }

    @media (min-width: 768px) {
        width: 50vw;
        display: none;
    }
}

.app__buttons-wrapper h3 {
    font-size: 30px;
    color: var(--color-secondary);
}

.footer__contacts-base {
    display: flex;
    flex-direction: column;

    gap: 12px;
}

.footer__contacts-base p {
    font-size: 24px;
}

.footer__social {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer__social-item p {
    font-size: 18px;
}

.base-link {
    transition: 200ms all ease;
}

.base-link:hover {
    color: var(--color-primary);
}

.richtext {
    max-width: 800px;
    padding: 0;
    margin: 0 auto;

    @media (min-width: 768px) {
        padding: 0 40px;
    }
}

.richtext a {
    color:#0087A8;
}

.pricing {
  max-width: 1040px;
  margin: 0 auto;
  padding: 64px 16px 80px;
  color: var(--pricing-text);
  background-color: #ffffff;
  box-sizing: border-box;
}

/* Заголовок страницы */
.pricing h1 {
  font-size: 2.25rem;
  line-height: 1.2;
  text-align: center;
  margin: 0 0 0.75rem;
}

.pricing > p.pricing-subtitle {
  text-align: center;
  max-width: 520px;
  margin: 0 auto 2.5rem;
  font-size: 0.95rem;
  color: var(--pricing-muted);
}

/* Подзаголовки блоков */
.pricing h2 {
  font-size: 1.25rem;
  margin: 2.75rem 0 1rem;
  font-weight: 600;
}

.pricing h2:first-of-type {
  margin-top: 0;
}

/* Сетка карточек */
.tiers {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

/* Карточка тарифа */
.tier {
  position: relative;
  padding: 1.6rem 1.6rem 1.8rem;
  border-radius: var(--pricing-radius-lg);
  background-color: var(--pricing-card-bg);
  border: 1px solid var(--pricing-border);
  box-shadow: var(--pricing-shadow-soft);
  box-sizing: border-box;
  transition:
    transform 0.15s ease-out,
    box-shadow 0.15s ease-out,
    border-color 0.15s ease-out;
}

.tier:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 35px rgba(15, 23, 42, 0.12);
  border-color: var(--pricing-accent);
}

/* Название тарифа */
.tier h3 {
  font-size: 1.1rem;
  margin: 0 0 0.2rem;
}

/* Подпись-тэг тарифа */
.tier-label {
  display: inline-flex;
  align-items: center;
  padding: 0.18rem 0.7rem;
  border-radius: 999px;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--pricing-muted);
  border: 1px solid var(--pricing-border);
  background-color: #f9fafb;
  margin-bottom: 0.7rem;
}

/* Цена */
.tier .price {
  font-size: 1.7rem;
  font-weight: 600;
  margin: 0.7rem 0 0.2rem;
}

/* подпись (например, /month) */
.tier .price-period {
  font-size: 0.8rem;
  font-weight: 400;
  color: var(--pricing-muted);
  margin-left: 0.25rem;
}

/* Список опций */
.tier ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  font-size: 0.9rem;
}

.tier ul li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 0.45rem;
  color: var(--pricing-muted);
}

/* Маркер списка */
.tier ul li::before {
  content: "";
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  margin-top: 0.35rem;
  border-radius: 999px;
  background-color: var(--pricing-accent);
}

/* Модификатор для «основного» тарифа */
.tier--featured {
  border-color: rgba(255, 122, 0, 0.8);
}

/* Адаптив */
@media (max-width: 768px) {
  .pricing {
    padding: 48px 16px 64px;
  }

  .pricing h1 {
    font-size: 1.9rem;
  }

  .pricing h2 {
    font-size: 1.1rem;
    margin-top: 2rem;
  }

  .tier {
    padding: 1.4rem 1.3rem 1.6rem;
  }

  .tier .price {
    font-size: 1.5rem;
  }
}

.pricing-section-subtitle {
  margin: 4px 0 18px;
  font-size: 0.9rem;
  color: var(--pricing-muted);
}

/* Секция дополнительных платных сервисов */
.pricing-section--extras {
  margin-top: 32px;
  padding: 24px 20px 26px;
  border-radius: 20px;
  border: 1px dashed var(--pricing-border);
  background-color: #ffffff;
}

/* Список доп. сервисов */
.extras-list {
  list-style: none;
  padding: 0;
  margin: 14px 0 0;
}

/* Строка сервиса: слева описание, справа цена */
.extras-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem 1.5rem;
  padding: 10px 0;
  border-top: 1px solid #e5e7eb;
}

.extras-item:first-child {
  border-top: none;
}

/* Левая часть */
.extras-item-main {
  max-width: 70%;
  min-width: 220px;
}

.extras-item-title {
  font-size: 0.98rem;
  font-weight: 600;
  margin-bottom: 2px;
}

.extras-item-desc {
  font-size: 0.88rem;
  color: var(--pricing-muted);
}

/* Правая часть (цена) */
.extras-item-price {
  font-size: 0.98rem;
  font-weight: 600;
  white-space: nowrap;
  align-self: center;
}

.extras-item-note {
  display: block;
  font-size: 0.78rem;
  font-weight: 400;
  color: var(--pricing-muted);
}

/* Адаптив для мобильных: цена уходит вниз под описание */
@media (max-width: 640px) {
  .extras-item-main {
    max-width: 100%;
  }

  .extras-item-price {
    width: 100%;
    text-align: left;
    margin-top: 4px;
  }

  .extras-item-price {
    white-space: normal;
  }
}