.page--home {
    --radius-xs: 10px;
    --radius-sm: 14px;
    --radius-md: 18px;
    --radius-lg: 24px;
    --radius-xl: 32px;
    --radius-xxl: 48px;
    --fs-hero: clamp(32px, 4.6vw, 56px);
    --fs-section: clamp(22px, 3vw, 36px);
    --fs-subtitle: clamp(20px, 2.4vw, 30px);
    --fs-body: 14px;
    --fs-small: 12px;
    --section-gap: clamp(60px, 8vw, 120px);
    font-family: "Exo 2", sans-serif;
}

.page--home .main-section {
    margin-bottom: 0;
    padding-bottom: clamp(12px, 2vw, 28px);
}

.page--home .main-section__container {
    padding-bottom: clamp(6px, 1.5vw, 14px);
}

.page--home .our-benefits,
.page--home .logistic-section__container,
.page--home .insurance-section__container,
.page--home .support-section__container,
.page--home .loyalty-program-main-section,
.page--home .contacts-section__container {
    padding-top: var(--section-gap);
    padding-bottom: var(--section-gap);
}

.page--home .loyalty-program-main-section {
    margin-bottom: 0;
}

.page--home .title,
.page--home .main-section__title,
.page--home .loyalty-program-main-section__title,
.page--home .our-benefits__column-title,
.page--home .benefit__title,
.page--home .news-section__title,
.page--home .contacts-section__title,
.page--home .contact-section__item-title,
.page--home .insurance-section__box-value,
.page--home .user-name {
    font-family: "Benzin", "Exo 2", sans-serif;
    font-size: var(--fs-section);
    line-height: 115%;
}

.page--home .header-main-nav__link,
.page--home .main-section__description,
.page--home .main-section__btn,
.page--home .tools__title,
.page--home .tools__item-title,
.page--home .news-section__btn,
.page--home .contacts-section__btn,
.page--home .benefit__btn {
    font-family: "Exo 2", sans-serif;
}

.page--home .benefit__text,
.page--home .post-card__date,
.page--home .tools__item-description,
.page--home .contacts-section__item-address,
.page--home .contacts-section__item-email,
.page--home .contacts-section__item-phone {
    font-family: "Exo 2", sans-serif;
}
.page--home .main-section,
.page--home .main-section__container,
.page--home .main-section__bg-container,
.page--home .main-section__bg-img,
.page--home .logistic-section__bg-gradient,
.page--home .support-section__bg-gradient,
.page--home .contact-section__bg-gradient,
.page--home .loyalty-program-main-section__container {
    border-radius: 0 0 var(--radius-xxl) var(--radius-xxl);
}

.page--home .main-section .advantages,
.page--home .tools,
.page--home .our-benefits__column,
.page--home .our-benefits .video__frame,
.page--home .contact-section__item,
.page--home .contact-section__footer,
.page--home .post-card__container,
.page--home .benefit__body,
.page--home .benefit__bg-gradient,
.page--home .video-popup__video {
    border-radius: var(--radius-lg);
}

.page--home .main-section .advantages__item,
.page--home .tools__item,
.page--home .our-benefits .sidebar__item,
.page--home .post-card__img,
.page--home .contact-section__footer-copart-btn,
.page--home .main-section__partner,
.page--home .loyalty-program-main-section__partner,
.page--home .cookies__container,
.page--home .page-form__input input,
.page--home .page-form__input textarea,
.page--home .page-form__input select,
.page--home .page-form__btn {
    border-radius: var(--radius-md);
}

.page--home .main-section__btn,
.page--home .logistic-section__btn,
.page--home .support-section__btn,
.page--home .news-section__btn,
.page--home .insurance-section__btn,
.page--home .contacts-section__btn,
.page--home .benefit__btn,
.page--home .tools__btn {
    border-radius: var(--radius-md);
}

.page--home .main-section .advantages__item-title {
    border-radius: 0 0 var(--radius-md) var(--radius-md);
}

.page--home .main-section__title {
    font-size: var(--fs-hero);
    line-height: 115%;
}

@media (min-width: 901px) {
    .page--home .main-section__bg-img-container {
        right: 4%;
        top: 90px;
        max-width: 660px;
        transform: translateX(60%);
        animation: heroSlideIn 1.2s ease-out forwards;
    }
}

@media (max-width: 900px) {
    .page--home .main-section__bg-img-container {
        top: 20px;
    }
}

@keyframes heroSlideIn {
    0% {
        transform: translateX(60%);
    }
    100% {
        transform: translateX(0);
    }
}

.page--home .main-section .tools {
    border: none;
}

.page--home .main-section__tools {
    width: 100%;
    max-width: 1350px;
    margin: 4px auto 0;
}

@media (min-width: 901px) {
    .page--home .main-section__tools .tools__main {
        max-width: none;
        width: 100%;
    }

    .page--home .main-section__tools .tools__list {
        justify-content: space-between;
    }

    .page--home .main-section__tools .tools__item {
        max-width: none;
        width: calc(25% - 9px);
    }

    .page--home .main-section__tools .tools__header {
        flex-wrap: wrap;
    }

    .page--home .main-section__tools .tools__btn {
        margin-left: 12px;
    }

    .page--home .main-section__tools .tools__item-count {
        color: #fff;
        opacity: 1;
    }
}

.page--home .main-section__btn {
    position: relative;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.page--home :is(
    .main-section__btn,
    .logistic-section__btn,
    .support-section__btn,
    .news-section__btn,
    .insurance-section__btn,
    .contacts-section__btn,
    .benefit__btn,
    .tools__btn,
    .contact-section__footer-copart-btn,
    .page-form__btn
) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    background: #008FFF;
    border: 2px solid #008FFF;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(0, 143, 255, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.page--home :is(
    .main-section__btn,
    .logistic-section__btn,
    .support-section__btn,
    .news-section__btn,
    .insurance-section__btn,
    .contacts-section__btn,
    .benefit__btn,
    .tools__btn,
    .contact-section__footer-copart-btn,
    .page-form__btn
):hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0, 143, 255, 0.35);
    filter: brightness(1.05);
}

.page--home :is(
    .main-section__btn,
    .logistic-section__btn,
    .support-section__btn,
    .news-section__btn,
    .insurance-section__btn,
    .contacts-section__btn,
    .benefit__btn,
    .tools__btn,
    .contact-section__footer-copart-btn,
    .page-form__btn
):active {
    transform: translateY(0);
    box-shadow: 0 6px 14px rgba(0, 143, 255, 0.25);
    filter: brightness(0.98);
}

.page--home :is(
    .contact-section__footer-copart-btn-arrow,
    .logistic-section__btn-arrow,
    .support-section__btn-arrow,
    .news-section__btn-arrow,
    .benefit__btn-icon
) {
    display: none;
}

.page--home .main-section__left,
.page--home .main-section__tools {
    margin-left: 0;
}

.page--home .main-section__title,
.page--home .main-section__description,
.page--home .main-section__btn,
.page--home .main-section__tools .tools__title,
.page--home .main-section__tools .tools__header-icon {
    margin-left: 0;
}

.page--home .hero-badge {
    position: static;
    margin: 0 0 12px;
    max-width: 285px;
    padding: 8px 14px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 14px;
    background: rgba(10, 12, 16, 0.5);
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
}

.page--home .hero-info-card {
    position: absolute;
    right: 8%;
    bottom: 210px;
    z-index: 2;
    display: block;
    width: 300px;
    padding: 16px 18px 18px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: var(--radius-lg);
    background: rgba(10, 12, 16, 0.5);
    backdrop-filter: blur(8px);
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.page--home .hero-info-card:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 255, 255, 0.35);
}

.page--home .hero-info-card__icon {
    width: 20px;
    height: 20px;
}

.page--home .hero-info-card__title {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.page--home .hero-info-card__text {
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0.8;
}

.page--home .tools__item-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-bottom: 8px;
    opacity: 0.75;
    text-transform: none;
}

.page--home .tools__item-count img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 900px) {
    .page--home .hero-info-card {
        display: none;
    }
}

.page--home .main-section__bg-video {
    position: absolute;
    inset: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    filter: brightness(0.6);
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.35) 25%, rgba(0, 0, 0, 0.75) 50%, #000 75%);
    mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.35) 25%, rgba(0, 0, 0, 0.75) 50%, #000 75%);
}

.page--home .main-section__bg-container {
    top: 0;
    height: 100%;
    overflow: hidden;
    background: #0f1115;
}

.page--home .main-section__bg-img-container {
    z-index: 1;
    pointer-events: none;
}

.page--home .main-section__content {
    z-index: 2;
}

.page--home .main-section__box-icon {
    position: absolute;
    top: 24px;
    right: 5%;
    width: 140px;
    height: auto;
    opacity: 0.12;
    z-index: 0;
    pointer-events: none;
}

.page--home .header-nav__item-link--mob-menu img {
    width: 18px;
    height: 18px;
}

.page--home .scroll-top-btn {
    position: fixed;
    right: 24px;
    bottom: 40px;
    z-index: 120;
    width: 46px;
    height: 46px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: conic-gradient(#008FFF var(--scroll-progress, 0%), rgba(255, 255, 255, 0.15) 0);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity 0.2s ease, transform 0.2s ease, background 0.2s ease;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.page--home .floating-promo-badge {
    position: fixed;
    right: 24px !important;
    left: auto !important;
    bottom: 158px;
    z-index: 200;
    max-width: 260px;
    padding: 10px 12px;
    border: 2px solid #ff4d4f;
    border-radius: 14px;
    background: rgba(15, 17, 21, 0.9);
    color: #fff;
    line-height: 1.4;
    font-size: 12px;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    text-decoration: none;
    cursor: pointer;
}

.page--home .floating-promo-badge::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff4d4f;
    box-shadow: 0 0 12px rgba(255, 77, 79, 0.5);
    flex-shrink: 0;
}

.page--home .floating-promo-badge__text {
    margin: 0;
    padding-right: 18px;
}

.page--home .floating-promo-badge__cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ff9f9f;
    text-decoration: underline;
    letter-spacing: 0.04em;
    font-size: 11px;
}

.page--home .floating-promo-badge:hover {
    border-color: #ff6b6d;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.45);
}

.page--home .floating-promo-badge:hover .floating-promo-badge__cta {
    color: #ffd1d1;
}

.page--home .floating-promo-badge__close {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 22px;
    height: 22px;
    border: none;
    border-radius: 50%;
    background: transparent;
    color: #ff9f9f;
    font-size: 14px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
}

.page--home .floating-promo-badge__close:hover {
    background: rgba(255, 77, 79, 0.12);
    color: #ffd1d1;
}

.page--home .floating-promo-badge.is-hidden {
    display: none;
}

@media (max-width: 640px) {
    .page--home .floating-promo-badge {
        right: 16px !important;
        left: auto !important;
        bottom: 150px;
        max-width: min(280px, calc(100% - 32px));
        font-size: 12px;
    }
}

.page--home .scroll-top-btn::before {
    content: "";
    position: absolute;
    inset: 4px;
    border-radius: 50%;
    background: rgba(0, 143, 255, 0.9);
    z-index: 0;
}

.page--home .scroll-top-btn:hover {
    background: conic-gradient(#008FFF var(--scroll-progress, 0%), rgba(255, 255, 255, 0.25) 0);
}

.page--home .scroll-top-btn.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.page--home .scroll-top-btn span {
    position: relative;
    z-index: 1;
    font-size: 16px;
    line-height: 1;
}

.page--home .main-section__title {
    font-size: var(--fs-hero);
}

.page--home .title {
    font-size: var(--fs-section);
}

.page--home .our-benefits__column-title,
.page--home .benefit__title,
.page--home .contact-section__item-title {
    font-size: var(--fs-subtitle);
    line-height: 120%;
}

.page--home .insurance-section__box-value {
    font-size: clamp(32px, 4vw, 52px);
    line-height: 120%;
}

.page--home .our-benefits__column-item-title {
    font-size: var(--fs-body);
    line-height: 1.35;
    text-transform: none;
    font-weight: 600;
}

.page--home .our-benefits__column-item-description {
    font-size: var(--fs-small);
    line-height: 1.4;
    text-transform: none;
}

.page--home .our-benefits__title {
    text-align: center;
}

.page--home .our-benefits__body {
    padding-left: 0;
    align-items: center;
}

.page--home .our-benefits .sidebar {
    position: static;
    max-width: 100%;
    width: 100%;
    margin-bottom: 32px;
    align-items: center;
    text-align: center;
}

.page--home .our-benefits .sidebar__title {
    margin-bottom: 16px;
}

.page--home .our-benefits .sidebar__list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-bottom: 0;
}

.page--home .our-benefits .sidebar__item {
    width: 180px;
}

.page--home .our-benefits .sidebar__item-link {
    height: 64px;
}

.page--home .our-benefits__columns {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    gap: 18px;
    justify-content: center;
}

.page--home .our-benefits__stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    width: 100%;
    max-width: 860px;
    margin: 12px auto 32px;
}

.page--home .our-benefits__stat {
    padding: 16px 20px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--radius-md);
    background: rgba(20, 23, 30, 0.6);
    text-align: center;
}

.page--home .our-benefits__stat-value {
    display: inline-flex;
    align-items: baseline;
    gap: 2px;
    font-size: clamp(20px, 2.8vw, 34px);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.page--home .our-benefits__stat-value .stat-number,
.page--home .our-benefits__stat-value .stat-suffix {
    font-size: inherit;
    line-height: inherit;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
}

.page--home .our-benefits__stat-label {
    margin-top: 6px;
    font-size: var(--fs-small);
    line-height: 1.4;
    text-transform: none;
    opacity: 0.8;
}

.page--home .logistic-section__title,
.page--home .insurance-section__title,
.page--home .support-section__title,
.page--home .loyalty-program-main-section__title {
    width: 100%;
    text-align: center;
}

.page--home .loyalty-program-main-section__main-content {
    justify-content: center;
}

.page--home .loyalty-program-main-section__left {
    max-width: 720px;
    padding: 20px 10px 10px;
    align-items: center;
    text-align: center;
}

.page--home .loyalty-program-main-section__description {
    margin-left: 0;
}

.page--home .loyalty-program-main-section .benefit__body {
    min-height: 190px;
    padding: 20px 22px 22px;
    border-radius: var(--radius-lg);
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(15, 17, 21, 0.65);
    backdrop-filter: blur(8px);
}

.page--home .loyalty-program-main-section .benefit__title {
    font-family: "Benzin", "Exo 2", sans-serif;
    font-size: clamp(18px, 2.4vw, 26px);
    line-height: 115%;
}

.page--home .loyalty-program-main-section .benefit__body:hover .benefit__title {
    transform: none;
}

.page--home .loyalty-program-main-section .benefit__text {
    color: rgba(255, 255, 255, 0.72);
}

.page--home .loyalty-program-main-section .benefit__text-highlight {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    color: #fff;
}

.page--home .loyalty-program-main-section .benefit__text-note {
    display: block;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.72);
    line-height: 140%;
}

.page--home .loyalty-program-main-section .benefit__bg-gradient:before {
    background: radial-gradient(50% 50% at 50% 50%, rgba(0, 143, 255, 0.45) 0%, rgba(20, 21, 23, 0.2) 100%);
}

.page--home .loyalty-program-main-section .benefit__btn {
    position: static;
    align-self: flex-start;
    margin-top: 14px;
    min-height: 48px;
    padding: 12px 26px;
    font-size: 14px;
    letter-spacing: 0.05em;
}

.page--home {
    --panel-bg: rgba(255, 255, 255, 0.07);
    --panel-border: rgba(255, 255, 255, 0.15);
    --panel-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
    --panel-blur: blur(4px);
}

.page--home :is(
    .main-section .advantages,
    .main-section .advantages__item,
    .tools,
    .tools__item,
    .our-benefits__column,
    .our-benefits__stat,
    .benefit__body,
    .c-contacts__item,
    .contact-section__item,
    .contact-section__footer,
    .contacts-section .page-form,
    .insurance-section__box,
    .support-section__tools,
    .logistic-section__tools
) {
    background: var(--panel-bg);
    border: 1px solid var(--panel-border);
    box-shadow: var(--panel-shadow);
    backdrop-filter: var(--panel-blur);
}

.page--home .contacts-section .c-contacts__content {
    justify-content: center;
    align-items: center;
}

.page--home .contacts-section .c-contacts__column--form {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
}

.page--home .contacts-section .page-form::before {
    display: none;
}

.page--home .support-section__description {
    max-width: 520px;
    margin-left: 0;
}

.page--home .logistic-section__description {
    max-width: 520px;
    margin-left: 0;
}

@media (min-width: 901px) {
    .page--home .logistic-section__tools .tools__list {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 16px;
    }

    .page--home .logistic-section__tools .tools__item {
        width: 100%;
        max-width: none;
    }
}

@media (max-width: 900px) {
    .page--home .logistic-section__tools .tools__list {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 12px;
    }

    .page--home .logistic-section__tools .tools__item {
        width: 100%;
        max-width: none;
    }

    .page--home .support-section__tools .tools__list {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 12px;
    }

    .page--home .support-section__tools .tools__item {
        width: 100%;
        max-width: none;
    }

    .page--home .insurance-section__columns {
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
    }

    .page--home .insurance-section__img-column,
    .page--home .insurance-section__content-column {
        width: 100%;
    }

    .page--home .insurance-section__img-column {
        display: flex;
        justify-content: center;
    }

    .page--home .insurance-section__img-column img {
        width: 100%;
        max-width: 420px;
    }

    .page--home .insurance-section__content-column {
        align-items: stretch;
    }

    .page--home .insurance-section__box {
        width: 100%;
    }
}

.page--home .our-benefits__column {
    max-width: 480px;
    width: 100%;
    border-radius: var(--radius-lg);
    background: rgba(24, 28, 34, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.page--home .our-benefits__column-head {
    padding: 20px 24px 12px;
}

.page--home .our-benefits__column-list {
    padding: 12px 24px 20px;
    gap: 10px;
}

.page--home .our-benefits__column-item {
    padding: 0 0 0 18px;
}

.page--home .our-benefits__column-item::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(0, 143, 255, 0.8);
}

.page--home .our-benefits__column-note {
    margin: 0 24px 20px;
    font-size: var(--fs-small);
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.7);
    font-style: italic;
}

@media (max-width: 900px) {
    .page--home .our-benefits .sidebar__item {
        width: 46%;
    }

    .page--home .our-benefits__columns {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 500px) {
    .page--home .our-benefits .sidebar__item {
        width: 100%;
    }
}

@media (max-width: 700px) {
    .page--home .our-benefits__stats {
        grid-template-columns: 1fr;
    }
}

.page--home .contacts-section .page-form {
    position: relative;
    padding: 28px 24px 26px;
    border-radius: var(--radius-lg);
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(15, 17, 21, 0.65);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(10px);
    overflow: hidden;
}

.page--home .contacts-section .page-form::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: radial-gradient(120% 120% at 100% 0%, rgba(0, 143, 255, 0.18) 0%, rgba(0, 143, 255, 0) 55%);
    pointer-events: none;
}

.page--home .contacts-section .page-form__header {
    position: relative;
    margin-bottom: 18px;
    padding: 16px 0 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    text-align: center;
}

.page--home .contacts-section .page-form__header-title {
    position: relative;
    z-index: 1;
    max-width: 280px;
    margin: 0 auto;
    font-family: "Benzin", "Exo 2", sans-serif;
    font-size: clamp(18px, 2.2vw, 26px);
    line-height: 120%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #fff;
}

.page--home .contacts-section .page-form__header-left-icon,
.page--home .contacts-section .page-form__header-right-icon {
    position: absolute;
    top: 6px;
    width: 18px;
    height: 18px;
    opacity: 0.35;
    pointer-events: none;
}

.page--home .contacts-section .page-form__header-left-icon {
    left: 0;
}

.page--home .contacts-section .page-form__header-right-icon {
    right: 0;
}

.page--home .contacts-section .page-form__input {
    margin-bottom: 12px;
}

.page--home .contacts-section .page-form__input input,
.page--home .contacts-section .page-form__input textarea,
.page--home .contacts-section .page-form__input select {
    width: 100%;
    min-height: 48px;
    padding: 12px 16px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.page--home .contacts-section .page-form__input textarea {
    min-height: 110px;
}

.page--home .contacts-section .page-form__input input::placeholder,
.page--home .contacts-section .page-form__input textarea::placeholder,
.page--home .contacts-section .page-form__input select::placeholder {
    color: rgba(255, 255, 255, 0.55);
}

.page--home .contacts-section .page-form__input input:focus,
.page--home .contacts-section .page-form__input textarea:focus,
.page--home .contacts-section .page-form__input select:focus {
    outline: none;
    border-color: #008FFF;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 0 3px rgba(0, 143, 255, 0.25);
}

.page--home .contacts-section .page-form__input select option {
    color: #fff;
    background: #0f1115;
}

.page--home .contacts-section .page-form__input.select-arrow::after {
    opacity: 0.65;
    filter: brightness(1.2);
}

.page--home .contacts-section .page-form__btn {
    width: 100%;
    min-height: 52px;
    padding: 14px 18px;
    font-size: 14px;
    letter-spacing: 0.05em;
    filter: drop-shadow(0 12px 26px rgba(0, 143, 255, 0.45));
}

.page--home .contacts-section .page-form__btn:hover {
    filter: drop-shadow(0 14px 28px rgba(0, 143, 255, 0.55)) brightness(1.05);
}

.page--home .contacts-section .page-form__btn:active {
    filter: drop-shadow(0 10px 20px rgba(0, 143, 255, 0.4)) brightness(0.98);
}

.page--home .insurance-section__btn {
    width: max-content;
    min-height: 52px;
    padding: 14px 26px;
    margin-top: 18px;
    font-size: 12px;
}

@media (max-width: 900px) {
    .page--home .insurance-section__content-column {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .page--home .main-section__tools {
        padding: 0 20px;
    }

    .page--home .main-section__tools .tools__body {
        padding: 0 8px;
    }

    .page--home .contacts-section .page-form {
        padding: 22px 18px 20px;
    }

    .page--home .contacts-section .page-form__header-title {
        max-width: 240px;
    }
}
