:root {
    --bg: #ffffff;
    --text: #0b0b0b;
    --muted: #6b6b6b;
    --accent: #ff6a21;
    /* click-linker orange */
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: Geist, Inter, system-ui, -apple-system, Segoe UI, Roboto,
        "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji";
    color: var(--text);
    background: var(--bg);
}

h1,
h2,
h3,
h4 {
    font-family: "Helvetica Now Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Top navigation bar */
.topbar {
    padding: 12px 16px 0;
    position: relative;
    background-color: #0D0D0D;
    z-index: 5;
}

.nav-wrap {
    max-width: 700px;
    place-self: anchor-center;
    margin: 0px 100px;
    background: #191919;
    color: #0E0E0CDB;
    height: 60px;
    border-radius: 999px;
    padding: 10px 14px;
    display: grid;
    grid-template-columns: 0.6fr 1fr;
    /* left spacer, centered menu, right spacer */
    align-items: center;
    gap: 0px;
    border: 1px solid #2e2d2a;
    backdrop-filter: blur(24px);
    box-shadow: 0px 2px 12px 0px #00000014;
}

/* Burger button */
.burger {
    justify-self: end;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 999px;
    background: #2e2d2d;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1000;
}

.burger:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 2px;
}

.burger-lines,
.burger-lines::before,
.burger-lines::after {
    content: "";
    display: block;
    width: 18px;
    height: 2px;
    background: #fff;
    transition: transform .25s ease, opacity .2s ease;
    border-radius: 2px;
}

.burger-lines::before {
    transform: translateY(-6px);
}

.burger-lines::after {
    transform: translateY(4px);
}

/* Коли меню відкрите — робимо хрестик */
.menu-open .burger-lines {
    transform: rotate(45deg);
}

.menu-open .burger-lines::before {
    transform: rotate(90deg);
}

.menu-open .burger-lines::after {
    opacity: 0;
}

.logo {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0px 16px;
    text-decoration: none;
    z-index: 1000;
}

.logo img {
    height: 24px;
    display: block;
}

.menu {
    display: none;
    gap: 24px;
    align-items: center;
    justify-self: center;
    /* keep centered in grid */
}

.nav-link {
    color: #fff;
    text-decoration: none;
    font-family: Geist, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: capitalize;
    padding: 8px 14px;
    border-radius: 999px;
    position: relative;
    display: inline-flex;
    align-items: center;
    transition: background 0.2s ease, color 0.2s ease;
}

.nav-link.active {
    background: #fff;
    color: #0d0d0d;
    padding: 8px 14px;
}

.nav-link span {
    display: inline-block;
}

.nav-link:hover,
.nav-link:focus-visible {
    background: #FFF;
    color: #0d0d0d;
}

/* burger removed; grid keeps menu centered */

@media (min-width: 720px) {
    .menu {
        display: inline-flex;
    }
}

/* Hero banner */
.hero {
    width: 100%;
    position: relative;
    align-content: center;
    padding: 0px 100px;
    text-align: center;
    min-height: 90vh;
    /* full height */
    overflow: hidden;
    /* Full-bleed background image */
    background-image: url('./image/BG.png');
    background-size: cover;
    /* stretch to cover */
    background-position: center;
    background-color: #0D0D0D;
    /* center image */
    background-repeat: no-repeat;
    /* no repeat */
}

.hero .tag {
    padding: 4px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 24px;
    background: #0D0D0D;
    border: 1px solid #CFCFCF;
    color: #CFCFCF;
    font-family: Geist, Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.tag {
    padding: 4px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 24px;
    background: #EAEAEA;
    color: #484B57;
    font-family: Geist, Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.hero h1 {
    margin: 28px 0 6px;
}

.hero .heading-icon {
    width: auto;
    height: auto;
    vertical-align: middle;
    margin: 0 12px;
    transform: translateY(-6px);
}

.hero h2 {
    margin: 0 0 22px;
}

/* Precise banner typography */
.h1-strong,
.h1-light,
.h2-strong,
.h2-light {
    color: #FFFFFF;
    font-family: "Helvetica Now Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 68px;
    font-style: normal;
    line-height: 132%;
    letter-spacing: -1.2px;
}

.h1-strong,
.h2-strong {
    font-weight: 700;
}

.h1-light,
.h2-light {
    font-weight: 400;
}



.hero p {
    margin: 0 auto;
    max-width: 760px;
    color: #FFFFFF;
    text-align: center;
    font-family: Geist, Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.hero .cta {
    margin-top: 28px;
}

.hero-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 16px 32px;
    gap: 8px;
    border-radius: 100px;
    border: 0;
    background: var(--3, #13B9A2);
    color: #FFF;
    font-family: Geist, Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    text-transform: capitalize;
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}

.btn:hover {
    background: var(--3, #13b9a39c);
}

.btn span {
    display: inline-block;
    transform: translateY(0);
    transition: transform 0.3s ease;
}




/* Decorative icon bubbles removed; using provided SVGs */

/* Next section (two-column layout) */
.section-wrap {
    max-width: 1400px;
    margin: 0 auto;
    padding: 120px 100px;
}

.section-wrap-full {
    width: 100%;
    margin-top: -60px;
    padding-top: 60px;
    border-radius: 80px;
    background: #F4F4F4;
}

.two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}



.media-card {
    position: relative;
}

.media-card .main-img {
    width: 100%;
    height: auto;
    border-radius: 24px;
    display: block;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

/* Avatars row above the image */
.intro-row {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 16px;
    align-items: center;
    margin-bottom: 25px;
}

.avatars-row {
    height: 64px;
    width: auto;
    display: block;
}

.intro-text {
    color: #0D0D0D;
    font-family: Geist, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 132%;
    letter-spacing: 0px;

}

.section-sub {
    color: #484B57;
    font-family: Geist, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #484B57;
    margin-bottom: 10px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 4px 16px;
    border-radius: 24px;
}

.section-title {
    font-size: 60px;
    line-height: 116%;
    margin: 0 0 12px;
    letter-spacing: -1px;
}

.section-title-light {
    color: #0D0D0D;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 116%;
    letter-spacing: -1px;
}

.section-lead {
    color: #696D7E;
    font-family: Geist, Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 156%;
}

/* Products section styling */
.products-section {
    max-width: 100%;
    margin: 0 auto;
    background: #fff;
    position: relative;
    z-index: 2;
    padding: 120px 100px;
    border-radius: 80px;
}

.products-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0px 100px;
}

.products-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    margin-bottom: 48px;
}

.products-info {
    max-width: 560px;
}

.products-title {
    margin: 18px 0 14px;
    font-size: 56px;
    line-height: 110%;
    font-family: "Helvetica Now Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
}

.products-title span {
    font-weight: 400;
}

.products-illustration {
    display: inline-flex;
    align-items: center;
    gap: 16px;
}



.products-icon img {
    width: auto;
    height: 64px;
}

.product-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    align-items: start;
    max-height: 350px;
    min-height: 350px;
}

.product-card {
    display: flex;
    flex-direction: column;
    padding: 28px 24px 26px;
    border-radius: 26px;
    background: #fff;
    border: 1px solid #e3e2e2;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, padding 0.2s ease, min-height 0.2s ease;
    min-height: 300px;
}

.product-card:hover {
    border-color: #7a7a7a;
}

.home-improvement {
    position: relative;
    transition: padding 0.25s ease, box-shadow 0.2s ease, border-color 0.2s ease, transform 0.2s ease, min-height 0.25s ease;
}

.home-improvement .product-visit {
    position: absolute;
    right: 24px;
    bottom: 20px;
    font-family: Geist, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #0d0d0d;
    text-decoration: none;
    display: inline-flex;
    gap: 6px;
    align-items: center;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.2s ease, transform 0.2s ease;
    pointer-events: none;
}

.home-improvement .product-visit img {
    transition: transform 0.2s ease;
}

.home-improvement .product-visit:hover img,
.home-improvement .product-visit:focus-visible img {
    transform: translate(3px, -3px);
}

.home-improvement:hover .product-visit {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.home-improvement:hover {
    padding-bottom: 46px;
    min-height: 340px;
}

@media (max-width: 720px) {
    .home-improvement .product-visit {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
        bottom: 24px;
    }

    .home-improvement {
        padding-bottom: 120px;
        min-height: 320px;
    }

    .product-card {
        min-height: 290px;
    }

}

.product-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.product-pill {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid #8D929D;
    color: #545862;
    font-family: Geist, Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    background: #fff;
}

.product-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #0d0d0d;
    font-family: Geist, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.product-logo {
    height: 26px;
    object-fit: contain;
}

.product-title {
    margin: 0;
    padding-top: 20px;
    color: #0d0d0d;
    font-family: Geist, Arial, sans-serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 140%;
    letter-spacing: -0.1px;
}

.product-desc {
    margin: 0;
    color: #3c3f47;
    font-size: 17px;
    line-height: 156%;
    font-family: Geist, Arial, sans-serif;
    font-weight: 400;
}

.numbers-section {
    margin-top: -140px;
    z-index: 1;
    padding: 320px 100px 140px;
    background: #0d0d0d;
    border-radius: 80px;
    color: #fff;
    position: relative;
}

.numbers-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0px 100px;
    display: flex;
    flex-direction: column;
    gap: 68px;
}

.numbers-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.numbers-copy {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.numbers-pill {
    display: inline-flex;
    align-items: center;
    padding: 6px 16px;
    border-radius: 999px;
    border: 1px solid #6d6f76;
    color: #cfd0d4;
    font-family: Geist, Arial, sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    width: fit-content;
}

.numbers-title {
    margin: 0;
    font-size: 56px;
    line-height: 110%;
    font-family: "Helvetica Now Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
}

.numbers-title span {
    font-weight: 800;
}

.numbers-graphic {
    flex-shrink: 0;
}

.numbers-graphic img {
    height: auto;
    display: block;
}

.numbers-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 28px 36px;
}

.stat-card {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    text-align: center;
}

.stat-value {
    color: #00b894;
    font-family: "Helvetica Now Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 72px;
    font-weight: 800;
    line-height: 1.1;
}

.stat-label {
    color: #d3d4d7;
    font-family: Geist, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}



.numbers-section::before {
    top: -40px;

    border-radius: 40px 40px 0 0;
}

.numbers-section::after {
    bottom: -40px;
    border-radius: 0 0 40px 40px;
}



/* Testimonials section */
.testimonials-section {
    padding: 100px 120px;
    background: #f6f6f8;
    border-radius: 80px;
    position: relative;
    overflow: hidden;
}

.testimonials-section::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: inset 0 0 0 1px rgba(12, 13, 32, 0.05);
    pointer-events: none;
}

.testimonials-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 32px;
    margin-bottom: 54px;
}


.testimonials-title {
    margin: 20px 0 0;
    color: #303030;
    font-family: "Helvetica Now Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 116%;
    letter-spacing: -1px;
}

.testimonials-title strong {
    color: #303030;
    font-family: "Helvetica Now Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: inherit;
    font-style: normal;
    font-weight: 700;
    line-height: inherit;
    letter-spacing: -1px;
}

.testimonials-art {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.testimonials-art img {
    height: auto;
}

.testimonials-viewport {
    overflow: hidden;
    padding: 20px 0px;
}

.testimonials-track {
    display: flex;
    gap: 28px;
    transition: transform 0.4s ease;
    will-change: transform;
}

.testimonial-card {
    display: flex;
    width: 412px;
    flex: 0 0 412px;
    padding: 32px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 0 6px 0 rgba(0, 0, 0, 0.07);
    gap: 24px;
}

.testimonial-quote {
    margin: 0;
    color: var(--2, #13022F);
    font-family: Geist, Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 156%;
}

.testimonial-footer {
    display: flex;
    align-items: center;
    gap: 16px;
}

.testimonial-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ececf3;
    color: #0d0d0d;
    font-weight: 600;
}

.testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.avatar-sunrise {
    background: linear-gradient(135deg, #ff9966 0%, #ff5e62 100%);
    color: #fff;
}

.avatar-ocean {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    color: #fff;
}

.avatar-orchid {
    background: linear-gradient(135deg, #a18cd1 0%, #fbc2eb 100%);
    color: #fff;
}

.testimonial-meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.testimonial-name {
    color: var(--2, #13022F);
    font-family: Geist, Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 156%;
}

.testimonial-role {
    margin: 0;
    color: #707177;
    font-family: Geist, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 156%;
}

.testimonials-nav {
    margin-top: 48px;
    display: flex;
    gap: 16px;
    justify-content: center;
}

.nav-button {
    display: inline-flex;
    padding: 12px 24px;
    align-items: flex-end;
    gap: 8px;
    border-radius: 100px;
    border: 1px solid #303030;
    background: #fff;
    font-size: 20px;
    color: #303030;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.nav-button:hover {
    background: #0f0f10;
    color: #fff;
    transform: translateY(-2px);
}

.nav-button[disabled] {
    opacity: 0.4;
    pointer-events: none;
    transform: none;
}




.cta-banner {
    margin: 0;
    padding: 140px 100px 160px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-curve {
    height: 100px;
    margin: 0 auto;
    display: block;
    animation: ctaPulse 2s ease-in-out infinite;
}

@keyframes ctaPulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.4);
    }

    100% {
        transform: scale(1);
    }
}

.cta-title {
    padding: 24px 0 20px;
    margin: 0;
    text-align: center;
}

.cta-title-light {
    color: #303030;
    text-align: center;
    font-family: "Helvetica Now Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 116%;
    letter-spacing: -1px;
}

.cta-title-strong {
    color: #303030;
    font-family: "Helvetica Now Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 116%;
    letter-spacing: -1px;
}

.cta-sub {
    color: #303030;
    text-align: center;
    font-family: Geist, Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    margin: 0 auto;
    line-height: 140%;
    max-width: 704px;
    place-self: center;
    padding-bottom: 24px;
}

.cta-form {
    max-width: 820px;
    margin: 0 auto;
    background: #EAEAEA;
    border-radius: 28px;
    padding: 32px 32px 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cta-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 16px;
}

.cta-field {
    width: 100%;
    display: block;
    position: relative;
}

.cta-field.full {
    grid-column: 1 / -1;
}

.cta-field input,
.cta-field select,
.cta-field textarea {
    width: 100%;
    padding: 22px 18px 12px;
    border-radius: 24px;
    border: 1px solid #d6d6d6;
    background: #fff;
    font-family: Geist, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #2c2c2c;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.cta-field textarea {
    resize: vertical;
    min-height: 100px;
}

.cta-label {
    position: absolute;
    top: 20px;
    left: 18px;
    font-size: 16px;
    color: #8a8a8a;
    pointer-events: none;
    transition: all 0.18s ease;
}

.cta-field:focus-within .cta-label,
.cta-field.filled .cta-label {
    top: 6px;
    font-size: 12px;
    color: #00b894;
}

.cta-error {
    display: block;
    margin-top: 6px;
    color: #c53030;
    font-size: 13px;
    line-height: 1.3;
}

.cta-field.has-error input,
.cta-field.has-error select,
.cta-field.has-error textarea {
    border-color: #c53030;
    box-shadow: 0 0 0 2px rgba(197, 48, 48, 0.15);
}

.cta-field input:focus,
.cta-field select:focus,
.cta-field textarea:focus {
    border-color: #00b894;
    box-shadow: 0 0 0 3px rgba(0, 184, 148, 0.12);
}

.cta-field select {
    appearance: none;
    background: #fff;
    padding-right: 38px;
}

.cta-field.select {
    position: relative;
}

.select-arrow {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #6b6b6b;
    pointer-events: none;
}

.cta-form-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.privacy-note {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #6e7181;
    font-family: Geist, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.4;
}

.privacy-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
}

.cta-status {
    margin-top: 12px;
    padding: 12px 16px;
    border-radius: 12px;
    font-family: Geist, Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.cta-status--success {
    background: #e9f9f3;
    max-width: 820px;
    margin: 26px auto;
    border-radius: 24px;
    color: #0f8a5f;
    border: 1px solid #b6e7d3;
}

.cta-status--error {
    background: #fff4f2;
    color: #b42318;
    border: 1px solid #f3c3be;
}

.cta-submit {
    border: none;
    background: #00b894;
    color: #fff;
    padding: 14px 28px;
    border-radius: 999px;
    font-family: Geist, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.15s ease;
}



.cta-submit:active {
    transform: translateY(0);
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.cta-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 16px 32px;
    border-radius: 999px;
    border: none;
    background: var(--accent);
    color: #fff;
    font-family: Geist, Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    place-self: center;
    line-height: 130%;
    text-transform: capitalize;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.cta-button span {
    display: inline-block;
    transform: translateY(0);
    transition: transform 0.3s ease;
}

.cta-button::after {
    content: attr(data-text);
    position: absolute;
    left: 50%;
    transform: translate(-50%, 200%);
    transition: transform 0.3s ease;
}

.cta-button:hover,
.cta-button:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 20px 40px rgba(255, 106, 33, 0.45);
}

.cta-button:hover span,
.cta-button:focus-visible span {
    transform: translateY(-220%);
}

.cta-button:hover::after,
.cta-button:focus-visible::after {
    transform: translate(-50%, 0);
}


footer {
    background: #0f0f10;
    color: #e8e8e8;
    padding: 68px 100px 48px;
    font-family: Geist, Arial, sans-serif;
}

.footer-top {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 48px;
    align-items: start;
}

.footer-brand img {
    width: 200px;
    height: auto;
    display: block;
}

.footer-col h4 {
    margin: 0 0 16px;
    font-size: 18px;
    font-weight: 700;
    color: #d8d8d8;
}

.footer-link-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-link {
    color: #d0d0d5;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.4;
    transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.footer-link:hover {
    color: #ffffff;
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

.icon-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #d0d0d5;
}

.footer-icon {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #00b894;
    transition: transform 0.2s ease;
}



.footer-links-grid {
    display: flex;
    padding-top: 38px;
    gap: 12px 24px;
    flex-direction: column;
}

.footer-divider {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    margin: 48px 0 32px;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    color: #b7b7bd;
    font-size: 15px;
}

/* Legacy footer elements (other pages) */
.footer-nav {
    display: flex;
    align-items: center;
    gap: 24px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-nav a {
    color: #f4f4f4;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}

.footer-contact {
    font-size: 20px;
    font-weight: 500;
}

.footer-middle {
    display: grid;
    grid-template-columns: 62% 1fr;
    gap: 64px;
    align-items: start;
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 32px;
    font-size: 16px;
}

.footer-links a {
    color: #d0d0d5;
    text-decoration: none;
}

/* Legal / secondary pages */
.legal-layout {
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 120px 120px;
}

.legal-header {
    max-width: 100%;
    margin: 0 auto;
    height: 86vh;
    margin-top: -130px;
    padding: 100px 120px 40px 120px;
    border-radius: 56px;
    background: #0D0D0D;
    display: grid;
    gap: 32px;
    position: relative;
    overflow: hidden;
}

.legal-header h1 {
    margin: 0 0 24px;
    font-size: clamp(36px, 5vw, 64px);
    line-height: 1.05;
}

.legal-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 40px;
}

.legal-hero-copy {
    max-width: 100%;
}

.legal-highlight {
    color: var(--accent);
}

.legal-hero-subtitle {
    margin: 0;
    color: #ffffff;
    font-family: Geist, Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.legal-hero-media {
    inline-size: 500px;
    max-inline-size: 100%;
    justify-self: center;
}

.legal-hero-media img {
    display: block;
    width: 100%;
    height: auto;
}

.legal-back {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 32px;
    padding: 12px 20px;
    border-radius: 999px;
    border: 1px solid rgb(255, 255, 255);
    color: var(--text);
    color: #FFF;
    text-decoration: none;
    font-family: Geist, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    justify-self: flex-start;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.legal-back:hover,
.legal-back:focus-visible {
    box-shadow: 0 12px 28px rgba(15, 15, 16, 0.12);
    text-decoration: none;
}

.legal-back:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 2px;
}

.legal-back-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-size: 16px;
    transition: transform 0.2s ease;
}

.legal-back:hover .legal-back-icon,
.legal-back:focus-visible .legal-back-icon {
    transform: translateX(-4px);
}

.page-lead {
    color: var(--muted);
    font-family: Geist, Arial, sans-serif;
    font-size: 18px;
    line-height: 150%;
    max-width: 720px;
}

.breadcrumbs {
    font-family: Geist, Arial, sans-serif;
    font-size: 14px;
    color: var(--muted);
}

.breadcrumbs ol {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.breadcrumbs li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.breadcrumbs li+li::before {
    content: "/";
    color: var(--muted);
}

.breadcrumbs a {
    color: inherit;
    text-decoration: none;
}

.breadcrumbs a:hover,
.breadcrumbs a:focus {
    color: var(--accent);
}

.legal-content {
    border-radius: 32px;
    padding: 48px 40px;
}

.legal-placeholder {
    color: var(--muted);
    font-family: Geist, Arial, sans-serif;
    font-size: 16px;
    line-height: 160%;
}

@media (max-width: 1100px) {
    .legal-header {
        padding: 40px 36px;
    }

    .legal-hero {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .legal-hero-copy {
        justify-self: center;
    }

    .legal-hero-media {
        inline-size: 280px;
    }

    .legal-back {
        justify-self: center;
    }
}



th,
td {
    border: 1px solid rgb(160 160 160);
    padding: 8px 10px;
}

td:last-of-type {
    text-align: center;
}

@media (max-width: 1420px) {
    .hero {
        padding: 0px 80px;
    }

    .h1-strong,
    .h1-light,
    .h2-strong,
    .h2-light,
    .section-title,
    .section-title-light {
        font-size: 58px;
    }
}

@media (max-width: 1280px) {

    .h1-strong,
    .h1-light,
    .h2-strong,
    .h2-light,
    .section-title,
    .section-title-light {
        font-size: 48px;
    }
}

@media (max-width: 1056px) {

    .h1-strong,
    .h1-light,
    .h2-strong,
    .h2-light,
    .section-title,
    .section-title-light {
        font-size: 40px;
    }

    .testimonials-art img,
    .products-icon img {
        height: 68px;
    }

}

@media (max-width: 967px) {
    .products-section {
        padding: 50px 16px;
    }

    .products-icon img,
    .testimonials-art img {
        height: 40px;
    }

    .h1-strong,
    .h1-light,
    .h2-strong,
    .h2-light,
    .cta-title-light {
        font-size: 32px;
    }

    footer {
        padding: 48px 32px 40px;
    }

    .footer-top {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .legal-header {
        padding: 162px 24px;
        margin-top: -130px;
        border-radius: 35px;
    }


    .legal-hero-subtitle {
        font-size: 16px;
    }

    .legal-hero-media {
        inline-size: 220px;
    }

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

    .two-col {
        grid-template-columns: 1fr;
        gap: 32px;
        padding-bottom: 24px;
    }

    .products-header,
    .testimonials-header {
        align-items: flex-start;
        justify-content: space-between;
        gap: 4px;
        margin-bottom: 0px;
        align-content: flex-start;
        flex-direction: row;
    }



    .product-card {
        flex-direction: column;
        align-items: flex-start;
        padding: 16px 16px;
    }

    .product-meta {
        grid-template-columns: 1fr;
    }

    .product-logo {
        width: 155px;
    }

    .product-link {
        margin-top: 12px;
    }

    .product-heading {
        width: 100%;
    }

    .product-link-arrow {
        justify-self: anchor-center;
        left: 30%;
    }

    .product-link {
        width: 100%;
        place-content: center;
    }

    .testimonials-section {
        margin: 0px;
        padding: 64px 16px;
        border-radius: 35px;
    }



    .testimonial-card {
        flex: 0 0 calc(100% - 24px);
        width: calc(100% - 24px);
    }

    .testimonials-track {
        gap: 16px;
    }

    .hero {
        padding: 108px 24px 96px;
        min-height: auto;
        border-radius: 0px 0px 50px 50px;
        background-position: top center;
    }

    .products-section {
        border-radius: 30px;
    }

    .section-wrap-full {
        margin-top: -100px;
        padding-top: 120px;
        border-radius: 50px;
    }

    .stat-label {
        color: #fff;
    }

    .products-inner,
    .numbers-inner {
        padding: 0px 0px;
    }

    .hero .tag {
        margin: 0 auto 24px;
    }

    .hero-title {
        flex-direction: row;
        gap: 12px;
    }

    .heading-icon {
        display: none;
    }

    .hero .heading-icon {
        width: 44px;
        height: 44px;
        margin: 0;
        transform: none;
    }

    .hero h1 {
        margin: 24px 0 12px;
    }

    .hero-subtitle {
        display: flex;
        flex-direction: column;
        gap: 0px;
        margin-bottom: 24px;
    }

    .hero p {
        max-width: 100%;
    }

    .hero .cta {
        margin-top: 32px;
    }

    .nav-wrap {
        margin: 0px 0px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        z-index: 5;
        position: relative;
    }

    .legal-back {
        display: none;
    }

    .btn {
        width: 100%;
    }

    .menu {
        display: none;
    }

    .privacy-note span {
        text-align: -webkit-left;
    }

    .topbar {
        position: relative;
        z-index: 1001;
    }

    /* Відкрите меню — «пігулка» як на скрині */
    .menu-open .menu {
        display: flex;
        position: absolute;
        top: 0px;
        width: 100%;
        right: 0;
        flex-direction: column;
        gap: 6px;
        border: 1px solid rgb(121 121 121 / 42%);
        color: #fff;
        padding: 64px 0px 38px 0px;
        border-radius: 24px;
        background: #191919fa;
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px); 
        z-index: 999;
    }

    .menu-open .menu .nav-link {
        padding: 12px 14px;
        font-size: 16px;
    }

    .menu-open .menu .lang-toggle {
        display: flex;
        width: 100%;
        justify-content: center;
        margin-top: 12px;
    }

    .menu-open .menu .lang-toggle .lang-label {
        color: #23232334;
    }

    .intro-row {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .section-wrap {
        padding: 60px 16px 16px 16px;
        border-radius: 35px;
    }

    .section-title,
    .section-title-light,
    .products-title,
    .testimonials-title,
    .cta-title-strong {
        font-size: 32px;
    }

    .cta-banner {
        padding: 60px 16px;
    }

    .cta-button {
        width: 100%;
    }

    .legal-layout {
        padding: 20px 16px 100px;
    }

    .legal-header h1 {
        font-size: 36px;
    }

    .legal-content {
        padding: 50px 0px;
    }
}



/* На десктопі як було */
@media (min-width: 968px) {
    .burger {
        display: none;
    }

    .menu {
        display: inline-flex;
    }
}

@media (min-width: 350px) and (max-width: 375px) {

    .h1-strong,
    .h1-light,
    .h2-strong,
    .h2-light,
    .cta-title-light {
        font-size: 30px;
    }
}

@media (max-width: 900px) {
    .numbers-section {
        padding: 200px 32px 100px;
        margin-top: -150px;
        border-radius: 50px;
    }

    .product-list {
        max-height: none;

    }

    .numbers-header {
        align-items: flex-start;
    }

    .numbers-graphic img {
        width: 102px;
    }

    .numbers-title {
        font-size: 28px;
    }

    .stat-value {
        font-size: 44px;
    }

    .cta-banner {
        padding: 100px 28px 120px;
    }

    .footer-links-grid {
        padding-top: 0px;
    }

    .cta-form {
        padding: 26px 20px 20px;
        border-radius: 22px;
    }

    .cta-form-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .cta-form-footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .cta-submit {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 600px) {
    .cta-banner {
        padding: 80px 18px 50px;
    }

    .cta-title-light,
    .cta-title-strong {
        font-size: 42px;
        line-height: 120%;
    }

    .cta-sub {
        font-size: 18px;
        padding: 0 4px 20px;
    }

    .cta-form {
        width: 100%;
        padding: 28px 18px 22px;
        border-radius: 30px;
        background: #e7e7e7;
        gap: 16px;
    }

    .cta-form-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 10px;
    }

    .cta-field input,
    .cta-field select,
    .cta-field textarea {
        padding: 18px 20px;
        border-radius: 26px;
        font-size: 18px;
        color: #6f6f6f;
    }

    .cta-field select {
        padding-right: 44px;
    }

    .select-arrow {
        right: 18px;
        font-size: 18px;
        color: #9a9a9a;
    }

    .cta-field textarea {
        min-height: 120px;
    }

    .cta-submit {
        padding: 18px 26px;
        font-size: 18px;
        border-radius: 999px;
        width: 100%;
    }

    .privacy-note {
        font-size: 13px;
        color: #6f6f6f;
        align-items: center;
    }
}
