:root {
    --bg: #F6F6F5;
    --text: #333333;
    --muted: #828282;
    --primary: #333333;
    --border: #333333;
    --surface: #F6F6F5;
    --beige: #AA8666;
    --light-gray: #E1E1E1;
}

* { box-sizing: border-box; }
html, body { height: 100%; }
body {
    margin: 0;
    font-family: 'Raleway', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    color: var(--text);
    background: var(--bg);
    line-height: 1.6;
}

.container { width: min(1800px, 92%); margin: 0 auto; }

/* Header */
.site-header { border-bottom: 2px solid var(--border); background: #F6F6F5; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 32px 0; }
.brand { font-family: 'Manrope', sans-serif; font-size: 32px; text-transform: uppercase; }
.main-nav { display: flex; gap: 60px; }
.main-nav a { color: var(--text); text-decoration: none; font-weight: 500; text-transform: uppercase; font-size: 16px; }
.main-nav a:hover { opacity: .7; }
.header-cta { display: flex; align-items: center; gap: 24px; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 16px 24px; border: 2px solid var(--border); color: var(--text); text-decoration: none; text-transform: uppercase; font-size: 18px; font-weight: 400; transition: all 0.3s ease; background: var(--surface); }
.btn-primary { background: var(--surface); color: var(--text); }
.btn-primary:hover { background: var(--text); color: var(--surface); transform: translateY(-2px); }
.btn-outline { background: var(--surface); color: var(--text); }
.btn-outline:hover { background: var(--text); color: var(--surface); transform: translateY(-2px); }

/* Button sizes according to Figma */
.btn-large { padding: 18px 28px; font-size: 20px; }
.btn-small { padding: 14px 20px; font-size: 16px; }
.btn-full { width: 100%; max-width: 733px; }

/* Remove white background from all icons */
img[src$=".svg"], svg, .feature-icon, .step img, .step-arrow img {
    background: transparent !important;
}

/* Hero */
.hero-section { padding: 32px 0 0; }
.hero-content { display: grid; gap: 8px; place-items: center; text-align: center; margin-bottom: 24px; }
.hero-title { font-size: clamp(48px, 5vw, 80px); font-weight: 700; text-transform: uppercase; line-height: 1.17; }
.hero-sub { max-width: 740px; font-size: clamp(16px, 2vw, 20px); color: var(--text); font-weight: 500; line-height: 1.17; }
.hero-actions { display: flex; gap: 24px; flex-wrap: wrap; justify-content: center; }
.hero-illustration { position: relative; width: 100%; height: 400px; margin: 0; background: none; }
.hero-illustration img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-actions-overlay { position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%); display: flex; gap: 24px; flex-wrap: wrap; justify-content: center; }

/* About */
.about-section { padding: 48px 0; }
.about-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 32px; align-items: center; }
.about-media img { width: 100%; height: auto; display: block; }
.about-text .section-title { font-size: 48px; font-weight: 700; margin: 0 0 16px; text-transform: uppercase; }
.about-title { font-size: 48px; font-weight: 700; margin: 0 0 16px; text-transform: uppercase; }
.lead { font-size: 18px; color: var(--text); margin-bottom: 24px; font-weight: 500; line-height: 1.17; }

/* Features */
.features-section { padding: 48px 0; background: var(--surface); }
.section-title { font-size: clamp(48px, 5vw, 80px); text-transform: uppercase; margin: 0 0 24px; font-weight: 700; line-height: 1.17; }
/* Features section styles moved to correct location below */
.center { text-align: center; margin-top: 24px; }

/* How it works */
.how-section { padding: 48px 0; }
.how-note { max-width: 740px; font-size: clamp(16px, 2vw, 24px); color: var(--text); margin: 0 auto; text-align: center; font-weight: 500; line-height: 1.17; }
.steps-grid { margin-top: 24px; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 24px; align-items: center; justify-items: center; }
.step { background: transparent; padding: 20px; text-align: center; width: 180px; height: 130px; display: flex; flex-direction: column; justify-content: center; align-items: center; }
.step img { width: 60px; height: 60px; object-fit: contain; background: transparent; }
.step-title { margin-top: 8px; font-size: 20px; font-weight: 700; text-transform: uppercase; }
.step-arrow { display: flex; align-items: center; justify-content: center; }
.step-arrow img { width: 40px; height: 30px; object-fit: contain; transform: rotate(270deg); }

/* Split CTA */
.cta-split { padding: 48px 0; background: var(--surface); }
.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: center; }
.split-text h2 { font-size: clamp(48px, 5vw, 80px); font-weight: 700; text-transform: uppercase; margin: 0 0 24px; line-height: 1.17; }
.split-text p { font-size: clamp(24px, 4vw, 48px); font-weight: 700; margin: 0 0 32px; line-height: 1.17; }
.split-media { position: relative; display: flex; gap: 24px; }
.split-media img { width: 100%; height: auto; display: block; }
.split-media img:first-child { width: 60%; }
.split-media img:last-child { width: 40%; align-self: flex-end; }

/* Footer */
.site-footer { border-top: 2px solid var(--border); margin-top: 32px; }
.footer-inner { padding: 32px 0; }
.footer-brand { font-family: 'Manrope', sans-serif; font-size: 32px; text-transform: uppercase; }
.footer-columns { display: grid; grid-template-columns: 1.2fr 1fr 0.8fr 0.8fr; gap: 24px; align-items: start; padding-top: 16px; }
.footer-nav { display: grid; gap: 12px; }
.footer-nav a { color: var(--text); text-decoration: none; text-transform: uppercase; font-size: 14px; }
.footer-contacts .contact-item { margin-bottom: 16px; }
.footer-contacts .label { text-transform: uppercase; font-weight: 500; margin-bottom: 4px; font-size: 14px; }
.footer-contacts .value { font-size: 14px; }
.footer-legal { display: grid; gap: 8px; }
.footer-legal a { font-size: 14px; }
.footer-socials .label { text-transform: uppercase; margin-bottom: 8px; font-size: 14px; }
.footer-socials .icons { display: flex; gap: 12px; }
.footer-socials img { width: 20px; height: 20px; object-fit: contain; border: 1px solid var(--border); }

/* Form Styles */
.form-container {
    background: var(--surface);
    padding: 40px;
    border-radius: 0;
    max-width: 600px;
    margin: 0 auto;
}

.form-group {
    margin-bottom: 24px;
}

.form-label {
    display: block;
    font-size: 24px;
    font-weight: 400;
    color: var(--text);
    margin-bottom: 16px;
}

.form-input {
    width: 100%;
    padding: 24px 16px;
    border: 2px solid var(--light-gray);
    background: var(--light-gray);
    font-size: 24px;
    color: var(--muted);
    border-radius: 0;
}

.form-input:focus {
    outline: none;
    border-color: var(--text);
    background: #fff;
}

.checkbox-group {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    margin-top: 24px;
}

.checkbox-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
}

.checkbox-input {
    width: 48px;
    height: 48px;
    appearance: none;
    border: 2px solid var(--text);
    background: var(--text);
    border-radius: 0;
    cursor: pointer;
    position: relative;
}

.checkbox-input:checked {
    background: var(--text);
}

.checkbox-input:checked::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 10px;
    width: 42px;
    height: 28px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
}

.checkbox-label {
    font-size: 16px;
    line-height: 1.5;
    color: var(--text);
    cursor: pointer;
    max-width: 388px;
}

/* About Page Styles */
.about-hero {
    padding: 32px 0 0;
    background: var(--bg);
}

.about-hero-titles {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 38px;
    gap: 40px;
}

.about-hero-title-block {
    display: flex;
    flex-direction: column;
}

.about-hero-title {
    font-size: clamp(50px, 7vw, 120px);
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.17;
    margin: 0;
    color: var(--text);
    white-space: nowrap;
}

.about-hero-subtitle {
    font-size: clamp(20px, 3vw, 40px);
    font-weight: 700;
    line-height: 1.17;
    color: var(--text);
    margin: 0;
    text-align: right;
    max-width: 337px;
}

.about-hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: start;
}

.about-hero-left {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.about-hero-left-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 16px;
}

.about-hero-quote {
    font-size: clamp(16px, 2vw, 24px);
    font-weight: 500;
    line-height: 1.17;
    margin: 0;
    color: var(--text);
    max-width: 490px;
    flex: 1;
}

.about-hero-button {
    flex-shrink: 0;
}

.about-hero-right {
    display: flex;
    justify-content: flex-end;
}

.about-hero-button {
    margin-top: 16px;
}

.about-main-image {
    width: 100%;
    height: 524px;
    object-fit: cover;
    display: block;
}

.about-secondary-image {
    width: 100%;
    height: 356px;
    object-fit: cover;
    display: block;
}

.about-technology {
    padding: 48px 0;
    background: var(--bg);
}

.about-technology-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
}

.about-technology-text-block {
    text-align: center;
    max-width: 800px;
}

.about-technology-text-block h3 {
    font-size: clamp(24px, 3vw, 48px);
    font-weight: 700;
    line-height: 1.17;
    color: var(--text);
    margin: 0 0 24px;
}

.about-technology-text-block p {
    font-size: clamp(16px, 2vw, 24px);
    font-weight: 500;
    line-height: 1.17;
    color: var(--text);
    margin: 0;
}

.about-main {
    padding: 48px 0;
    background: var(--bg);
}

.about-section-title {
    font-size: clamp(40px, 5vw, 80px);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.17;
    margin: 0 0 40px;
    color: var(--text);
}

.about-main-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.about-main-text {
    text-align: center;
}

.about-subtitle {
    font-size: clamp(24px, 3vw, 48px);
    font-weight: 700;
    line-height: 1.17;
    margin: 0 0 24px;
    color: var(--text);
    max-width: 782px;
    margin: 0 auto 24px;
}

.about-description {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.17;
    margin: 0;
    color: var(--text);
    max-width: 837px;
    margin: 0 auto;
}

.about-main-image {
    flex: 1;
}

.about-main-image img {
    width: 100%;
    height: auto;
    display: block;
}

.about-features {
    padding: 48px 0;
    background: var(--surface);
}

.features-grid {
    display: flex;
    justify-content: center;
    margin: 0 auto 40px;
    align-items: center;
}

.feature-card:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -12px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #828282;
}

.feature-card {
    background: transparent;
    border: none;
    border-radius: 0;
    position: relative;
    width: 380px;
    height: 450px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.feature-icon {
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 0;
}

.feature-icon img {
    width: 108px;
    height: 108px;
    object-fit: contain;
    background: transparent !important;
}

.feature-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
    width: 100%;
}

.feature-card h3 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.17;
    color: var(--text);
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
}

.feature-card p {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.17;
    color: var(--text);
    margin: 0;
    text-align: center;
    width: 280px;
}

.features-button {
    text-align: center;
}


.features-number {
    display: flex;
    align-items: center;
    gap: 16px;
    background: var(--text);
    padding: 32px;
    border-radius: 0;
    width: 581px;
}

.features-number .number {
    font-size: clamp(60px, 8vw, 120px);
    font-weight: 700;
    line-height: 1.17;
    color: #fff;
}

.features-number .label {
    font-size: clamp(16px, 2vw, 32px);
    font-weight: 500;
    line-height: 1.17;
    color: #E1E1E1;
}

.features-image {
    width: 100%;
    max-width: 582px;
}

.features-image img {
    width: 100%;
    height: auto;
    display: block;
}

.features-arrows {
    display: flex;
    gap: 40px;
    align-items: center;
}

.features-arrows img {
    width: 54px;
    height: 77px;
    object-fit: contain;
}

.about-features-cards {
    padding: 48px 0;
    background: var(--surface);
}

.features-cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 40px;
}

.about-features-cards .feature-card {
    background: #D9D9D9;
    color: #333;
    padding: 24px;
    text-align: left;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 10px;
    position: relative;
    height: 192px;
    width: 430px;
    flex-shrink: 0;
}

.feature-card-content {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    width: 100%;
}

.about-features-cards .feature-card h3 {
    font-size: clamp(14px, 2vw, 32px);
    font-weight: 500;
    line-height: 1.17;
    margin: 0;
    color: #333;
    max-width: 194px;
}

.feature-checkmark {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 64px;
    height: 64px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-checkmark img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    background: transparent;
}

.about-slider {
    padding: 48px 0;
    background: var(--bg);
}

.slider-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    max-width: 1791px;
    margin: 0 auto;
    width: 100%;
}

.slider-content {
    display: flex;
    gap: 60px;
    justify-content: center;
    position: relative;
    width: 100%;
    overflow: hidden;
    align-items: center;
    transform: translateX(0);
    transition: transform 0.5s ease;
}

.slider-navigation {
    display: flex;
    gap: 40px;
    align-items: center;
}

.slider-item {
    text-align: center;
    opacity: 0.75;
    transition: all 0.5s ease;
    width: 430px;
    flex-shrink: 0;
    transform: scale(0.8);
    position: relative;
}

.slider-item.active {
    opacity: 1;
    transform: scale(1);
    z-index: 2;
    width: 581px;
}

.slider-item img {
    width: 100%;
    height: 462px;
    object-fit: cover;
    margin-bottom: 20px;
    border: 2px solid transparent;
    display: block;
}

.slider-item.active img {
    height: 607px;
    border: 2px solid var(--text);
}

.slider-item p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.17;
    margin: 0;
    color: var(--text);
    max-width: 280px;
    margin: 0 auto;
}

.slider-item.active p {
    font-size: 22px;
    max-width: 350px;
}

.slider-arrow {
    width: 50px;
    height: 50px;
    border: 2px solid var(--text);
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.slider-arrow:hover {
    background: var(--text);
    transform: scale(1.05);
}

.slider-arrow:hover img {
    filter: invert(1);
}

.slider-arrow img {
    width: 13px;
    height: 22px;
    object-fit: contain;
    transition: filter 0.3s ease;
}

/* About page specific feature cards */
.about-slider .features-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.about-slider .features-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr 1fr;
    gap: 40px;
    width: 100%;
    max-width: 1200px;
}

.feature-card-about {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    position: relative;
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
}

.feature-card-about img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 0;
    border: none;
}

.feature-card-about:nth-child(2) img {
    height: 450px;
}

.feature-card-about p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
    color: var(--text);
    text-align: center;
    max-width: 280px;
}

.about-stats {
    padding: 48px 0;
    background: var(--surface);
}

.stats-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 60px;
    align-items: end;
    max-width: 1400px;
    margin: 0 auto;
}

.stats-left {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.stats-left h3 {
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 700;
    line-height: 1.17;
    margin: 0 0 40px;
    color: var(--text);
    text-align: center;
}

.stats-number {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    background: var(--text);
    padding: 24px;
    border-radius: 0;
    width: 400px;
}

.stats-number .number {
    font-size: clamp(60px, 8vw, 120px);
    font-weight: 700;
    line-height: 1.17;
    color: #fff;
}

.stats-number .label {
    font-size: clamp(16px, 2vw, 24px);
    font-weight: 500;
    line-height: 1.17;
    color: var(--light-gray);
    text-align: left;
    width: 100%;
}

.stats-arrows {
    display: flex;
    gap: 40px;
    justify-content: center;
    margin-bottom: 40px;
}

.stats-arrows img {
    width: 54px;
    height: 77px;
    object-fit: contain;
}

.stats-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.stats-center img {
    width: 100%;
    max-width: 582px;
    height: auto;
    object-fit: cover;
}

.stats-right {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.stats-right p {
    font-size: clamp(12px, 1.5vw, 18px);
    font-weight: 500;
    line-height: 1.17;
    margin: 0 0 40px;
    color: var(--text);
}

.stats-right .btn {
    width: 100%;
    max-width: none;
}

.about-benefits {
    padding: 48px 0;
    background: var(--bg);
}

.benefits-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: end;
}

.benefits-text {
    max-width: 733px;
}

.benefits-text h3 {
    font-size: 54px;
    font-weight: 700;
    line-height: 1.17;
    margin: 0 0 40px;
    color: var(--text);
    text-transform: uppercase;
}

.benefits-buttons {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.benefits-buttons .btn {
    width: 100%;
    max-width: 100%;
}

.benefits-image {
    width: 100%;
    max-width: 1800px;
}

.benefits-image img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 1800px;
    max-height: 1000px;
    object-fit: cover;
}

.about-contact {
    padding: 80px 0;
    background: var(--bg);
}

.contact-content {
    display: flex;
    gap: 80px;
    align-items: flex-start;
}

.contact-text {
    flex: 1;
    max-width: 500px;
}

.contact-text p {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.17;
    margin: 0;
    color: var(--text);
}

.form-container {
    flex: 1;
    max-width: 500px;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

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

.form-label {
    font-size: 16px;
    font-weight: 500;
    color: var(--text);
}

.form-input {
    padding: 16px;
    border: 2px solid var(--border);
    border-radius: 0;
    font-size: 16px;
    background: #fff;
    transition: border-color 0.3s ease;
}

.form-input:focus {
    outline: none;
    border-color: var(--primary);
}

.checkbox-group {
    margin: 8px 0;
}

.checkbox-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.checkbox-input {
    width: 20px;
    height: 20px;
    border: 2px solid var(--text);
    border-radius: 0;
    background: #fff;
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
    margin-top: 2px;
}

.checkbox-input:checked {
    background: var(--text);
    border-color: var(--text);
}

.checkbox-input:checked::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 2px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.checkbox-label {
    font-size: 14px;
    color: var(--text);
    cursor: pointer;
    line-height: 1.4;
}

.about-cta {
    padding: 48px 0;
    background: var(--surface);
    text-align: center;
}

.about-cta h2 {
    font-size: clamp(32px, 4vw, 64px);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.17;
    margin: 0 0 40px;
    color: var(--text);
}

/* About Product Page Styles */
.product-hero {
    padding: 80px 0;
    background: var(--bg);
}

.product-hero-title {
    font-size: 150px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.17;
    margin: 0 0 80px;
    color: var(--text);
    text-align: left;
}

.product-hero-content {
    display: flex;
    gap: 80px;
    align-items: flex-start;
}

.product-hero-images {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-end;
    justify-content: flex-end;
}

.product-secondary-image {
    width: 884px;
    height: 356px;
    object-fit: cover;
    display: block;
}

.product-main-image {
    width: 884px;
    height: 524px;
    object-fit: cover;
    display: block;
}

.product-hero-text {
    flex: 1;
    max-width: 500px;
}

.product-hero-subtitle {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.17;
    margin: 0 0 24px;
    color: var(--text);
    text-align: right;
}

.product-hero-quote {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.17;
    margin: 0 0 40px;
    color: var(--text);
    text-align: right;
}

.product-hero-buttons {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.product-technology {
    padding: 80px 0;
    background: var(--surface);
}

.product-section-title {
    font-size: 80px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.17;
    margin: 0 0 60px;
    color: var(--text);
    text-align: left;
}

.product-technology-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-technology-text {
    text-align: center;
    max-width: 1200px;
    position: relative;
}

.product-technology-text::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--text);
    z-index: 1;
}

.product-technology-subtitle {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.17;
    margin: 0 0 24px;
    color: var(--text);
    background: var(--bg);
    padding: 0 40px;
    position: relative;
    z-index: 2;
    display: inline-block;
}

.product-technology-description {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.17;
    margin: 0;
    color: var(--text);
}

.product-features {
    padding: 80px 0;
    background: var(--bg);
}

.product-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 900px;
    margin: 0 auto;
}

.product-feature-card {
    background: var(--text);
    color: #fff;
    padding: 24px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    position: relative;
    min-height: 192px;
    width: 430px;
    justify-self: center;
}

.product-feature-card h3 {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.17;
    margin: 0;
    max-width: 194px;
}

.product-feature-icon {
    width: 64px;
    height: 64px;
    background: #fff;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 24px;
    right: 24px;
}

.product-feature-icon img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.product-slider {
    padding: 80px 0;
    background: var(--surface);
}

.product-slider-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.product-slider-content {
    display: flex;
    gap: 40px;
    overflow: hidden;
    justify-content: center;
    position: relative;
    width: 100%;
    max-width: 1200px;
    flex: 1;
}

.product-slider-item {
    text-align: center;
    opacity: 0.5;
    transition: all 0.5s ease;
    flex: 0 0 430px;
    transform: scale(0.8);
    position: relative;
}

.product-slider-item.active {
    opacity: 1;
    transform: scale(1);
    z-index: 2;
}

.product-slider-item img {
    width: 100%;
    height: 462px;
    object-fit: cover;
    margin-bottom: 32px;
    border: 2px solid transparent;
}

.product-slider-item.active img {
    border: 2px solid var(--text);
}

.product-slider-item p {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.17;
    margin: 0;
    color: var(--text);
}

.product-slider-arrow {
    width: 67px;
    height: 67px;
    border: 2px solid var(--text);
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.product-slider-arrow:hover {
    background: var(--text);
    transform: scale(1.1);
}

.product-slider-arrow img {
    width: 13px;
    height: 22px;
    object-fit: contain;
}

.product-stats {
    padding: 80px 0;
    background: var(--bg);
}

.product-stats-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    justify-content: center;
}

.product-stats-text {
    text-align: center;
}

.product-stats-text h3 {
    font-size: 64px;
    font-weight: 700;
    line-height: 1.17;
    margin: 0 0 60px;
    color: var(--text);
}

.product-stats-number {
    display: flex;
    align-items: center;
    gap: 40px;
    width: 581px;
}

.product-stats-number .number {
    font-size: 120px;
    font-weight: 700;
    line-height: 1.17;
    color: #fff;
    background: var(--text);
    padding: 32px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 200px;
}

.product-stats-number .label {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.17;
    color: var(--muted);
    max-width: 342px;
}

.product-stats-icons {
    display: flex;
    gap: 40px;
}

.product-stats-icons img {
    width: 54px;
    height: 77px;
    object-fit: contain;
}

.product-benefits {
    padding: 80px 0;
    background: var(--surface);
}

.product-benefits-content {
    display: flex;
    gap: 80px;
    align-items: center;
}

.product-benefits-text {
    flex: 1;
    max-width: 561px;
}

.product-benefits-text p {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.17;
    margin: 0 0 40px;
    color: var(--text);
}

.product-benefits-buttons {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.product-benefits-image {
    flex: 1;
}

.product-benefits-image img {
    width: 100%;
    height: auto;
    display: block;
}

.product-cta {
    padding: 80px 0;
    background: var(--bg);
    text-align: center;
}

.product-cta h2 {
    font-size: 64px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.17;
    margin: 0 0 40px;
    color: var(--text);
}

/* Technology Page Styles */
.tech-hero {
    padding: 80px 0;
    background: var(--bg);
}

.tech-hero-title {
    font-size: clamp(40px, 6vw, 80px);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.17;
    margin: 0 0 40px;
    color: var(--text);
    text-align: left;
}

.tech-hero-content {
    display: flex;
    gap: 20px;
    align-items: flex-end;
}

.tech-hero-main-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tech-hero-side-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tech-main-image {
    width: 700px;
    height: 350px;
    object-fit: cover;
    display: block;
    flex-shrink: 0;
}

.tech-side-image {
    width: 250px;
    height: 350px;
    object-fit: cover;
    display: block;
    flex-shrink: 0;
}

.tech-hero-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    max-width: 400px;
    margin: 0;
    background: var(--surface);
    padding: 20px;
    border-radius: 0;
    flex-shrink: 0;
    height: 350px;
    position: relative;
}

.tech-hero-subtitle {
    font-size: clamp(20px, 2.5vw, 32px);
    font-weight: 700;
    line-height: 1.17;
    margin: 0 0 0;
    color: var(--text);
    padding-bottom: 0;
}

.tech-hero-description {
    font-size: clamp(18px, 2vw, 32px);
    font-weight: 500;
    line-height: 1.17;
    margin: 0 0 40px;
    color: var(--text);
}

.tech-hero-buttons {
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex-wrap: wrap;
    width: 100%;
}

.tech-hero-buttons .btn {
    width: calc(100% - 40px);
    text-align: center;
    padding: 16px 32px;
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
}

.tech-principle {
    padding: 80px 0;
    background: var(--surface);
}

.tech-principle-title {
    font-size: 80px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.17;
    margin: 0 0 80px;
    color: var(--text);
    text-align: left;
}

.tech-principle-subtitle {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.17;
    margin: 0 0 0;
    color: var(--text);
    text-align: left;
}

.tech-sun-section .tech-principle-text {
    text-align: center;
    max-width: 300px;
    margin: 0;
}

.tech-principle-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 15px 20px;
    align-items: center;
    justify-items: start;
    max-width: 800px;
    margin: 0 auto 0 -20px;
}

/* Row 1 */
.tech-grid-item.sun-item {
    grid-column: 1;
    grid-row: 1;
    justify-self: center;
}

.tech-grid-item.text-item {
    grid-column: 2 / 8;
    grid-row: 1;
    justify-self: start;
    margin-left: 20px;
}

/* Row 2 */
.tech-grid-item.arrow-down-item {
    grid-column: 1;
    grid-row: 2;
    justify-self: center;
}

/* Row 3 */
.tech-grid-item.icon-item:nth-child(4) { /* Фотокатализ */
    grid-column: 1;
    grid-row: 3;
    justify-self: center;
}

.tech-grid-item.arrow-item:nth-child(5) { /* Стрелка после Фотокатализ */
    grid-column: 2;
    grid-row: 3;
    justify-self: center;
}

.tech-grid-item.icon-item:nth-child(6) { /* HEPA */
    grid-column: 3;
    grid-row: 3;
    justify-self: center;
}

.tech-grid-item.arrow-item:nth-child(7) { /* Стрелка после HEPA */
    grid-column: 4;
    grid-row: 3;
    justify-self: center;
}

.tech-grid-item.icon-item:nth-child(8) { /* Угольный */
    grid-column: 5;
    grid-row: 3;
    justify-self: center;
}

.tech-grid-item.arrow-item:nth-child(9) { /* Стрелка после Угольный */
    grid-column: 6;
    grid-row: 3;
    justify-self: center;
}

.tech-grid-item.icon-item:nth-child(10) { /* Чистый воздух */
    grid-column: 7;
    grid-row: 3;
    justify-self: center;
}

.tech-principle-text p {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    color: var(--text);
    max-width: 420px;
    text-align: left;
}

.tech-arrow-down {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
    margin-top: -20px;
}

.tech-arrow-down:hover {
    opacity: 0.7;
}

.tech-arrow-down img {
    width: 30px;
    height: 42px;
    object-fit: contain;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
    transform: rotate(270deg);
}

.tech-icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-top: 38px;
}

.tech-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent !important;
    border-radius: 0;
    transition: transform 0.3s ease;
}

.tech-icon:hover {
    transform: scale(1.05);
}

.tech-icon img {
    width: 45px;
    height: 45px;
    object-fit: contain;
    background: transparent !important;
    border: none !important;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.tech-icon-text {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.17;
    color: var(--text);
    text-align: center;
}

.tech-icon-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
    margin-top: -15px;
}

.tech-icon-arrow:hover {
    opacity: 0.7;
}

.tech-icon-arrow img {
    width: 45px;
    height: 60px;
    object-fit: contain;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
    transform: rotate(270deg);
}

.tech-arrow-down {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(90deg);
    margin-top: 60px;
}

.tech-arrow-down img {
    width: 77px;
    height: 54px;
    object-fit: contain;
}

.tech-process-icons {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.tech-icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    text-align: center;
    flex: 0 0 auto;
}

.tech-icon {
    width: 120px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tech-icon img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.tech-icon-text {
    font-size: 32px;
    font-weight: 700;
    color: var(--text);
    text-transform: uppercase;
    white-space: nowrap;
}

.tech-icon-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}



.tech-process {
    padding: 80px 0;
    background: var(--surface);
}

.tech-section-title {
    font-size: 80px;
    font-weight: 700;
    line-height: 1.17;
    margin: 0 0 20px;
    color: var(--text);
    text-align: left;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
}

.tech-process-subtitle {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.17;
    margin: 0 0 40px;
    color: var(--text);
    text-align: left;
}

.tech-process-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.tech-process-button {
    margin-top: 40px;
    text-align: right;
    align-self: flex-end;
}

.tech-process-steps {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
    max-width: 1792px;
}

.tech-step {
    display: flex;
    align-items: center;
    gap: 176px;
    padding: 40px 0;
    border-top: 2px solid var(--muted);
}

.tech-step:last-child {
    border-bottom: 2px solid var(--muted);
}

.tech-step-number {
    font-size: 80px;
    font-weight: 700;
    color: var(--beige);
    width: 127px;
    flex-shrink: 0;
}

.tech-step-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex: 1;
}

.tech-step-title {
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.17;
    margin: 0;
    color: var(--text);
}

.tech-step-description {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.17;
    margin: 0;
    color: var(--text);
    width: 372px;
    text-align: right;
}

.tech-icons {
    padding: 80px 0;
    background: var(--bg);
}

.tech-icons-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 83px;
    max-width: 1792px;
    margin: 0 auto;
    position: relative;
}

.tech-icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    height: 182px;
    justify-content: space-between;
}

.tech-icon {
    width: 120px;
    height: 80px;
    background: #fff;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tech-icon img {
    width: 88px;
    height: 88px;
    object-fit: contain;
}

.tech-icon-item h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.17;
    margin: 0;
    color: var(--text);
    text-align: center;
}

.tech-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tech-arrow img {
    width: 77px;
    height: 54px;
    object-fit: contain;
}

.tech-stats {
    padding: 60px 0;
    background: var(--surface);
    position: relative;
}

.tech-stats::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('images/tech-stats-bg-50dde1.png');
    background-size: cover;
    background-position: center;
    opacity: 0.1;
    z-index: 1;
}

.tech-stats .container {
    position: relative;
    z-index: 2;
}

.tech-stats-subtitle {
    font-size: 64px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.17;
    margin: 0 0 60px;
    color: var(--text);
    text-align: left;
    font-family: 'Raleway', sans-serif;
}

.tech-stats-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 120px;
    max-width: 1400px;
    margin: 0 auto;
}

.tech-stats-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 280px;
}

.tech-stats-number {
    font-size: 96px;
    font-weight: 700;
    line-height: 1.17;
    color: var(--beige);
    margin: 0;
    font-family: 'Manrope', sans-serif;
}

.tech-stats-description {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.17;
    margin: 0;
    color: var(--text);
    font-family: 'Raleway', sans-serif;
}

.tech-stats-divider {
    width: 2px;
    height: 180px;
    background: var(--muted);
    flex-shrink: 0;
}

.tech-stats-button {
    text-align: center;
    margin-top: 40px;
}

.tech-cta {
    padding: 80px 0;
    background: var(--bg);
}

.tech-cta-image-container {
    position: relative;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.tech-cta-image {
    width: 100%;
    height: 600px;
    display: block;
    object-fit: cover;
    border-radius: 0;
}

.tech-cta-button {
    position: absolute;
    bottom: 60px;
    left: 60px;
    z-index: 2;
}

.tech-cta-button .btn {
    padding: 12px 60px;
    font-size: 20px;
    min-width: 300px;
}

.tech-cta h2 {
    font-size: 64px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.17;
    margin: 0 0 40px;
    color: var(--text);
    text-align: left;
}




/* Responsive */
@media (max-width: 1024px) {
    .features-grid { 
        flex-direction: column; 
        gap: 24px;
    }
    
    .feature-card:not(:last-child)::after {
        display: none;
    }
    .steps-grid { grid-template-columns: 1fr; gap: 24px; }
    .tech-hero-content { 
        flex-direction: column; 
        gap: 20px; 
        text-align: center; 
    }
    .tech-hero-text { 
        order: 2; 
        margin: 0; 
        text-align: center;
        align-items: center;
        padding: 20px;
        max-width: 100%;
    }
    .tech-hero-main-image { 
        order: 1; 
    }
    .tech-hero-side-image { 
        order: 3; 
    }
    .step-arrow { transform: rotate(90deg); }
    .about-grid, .split-grid { grid-template-columns: 1fr; }
    .hero-illustration { height: 420px; }
    .split-media { flex-direction: column; }
    .split-media img:first-child, .split-media img:last-child { width: 100%; }
    .tech-main-image {
        width: 100%;
        height: auto;
        max-width: 100%;
    }
    .tech-side-image {
        width: 100%;
        height: auto;
        max-width: 100%;
    }
    .hero-title { font-size: 48px; }
    .section-title { font-size: 48px; }
    .split-text h2 { font-size: 48px; }
    .split-text p { font-size: 32px; }
    
    /* About page responsive */
    .about-hero-title { font-size: 80px; }
    .about-hero-content { flex-direction: column; gap: 40px; }
    .about-hero-images { flex-direction: column; align-items: center; }
    .about-main-image, .about-secondary-image { width: 100%; max-width: 430px; }
    .about-section-title { font-size: 48px; }
    .about-main-content { flex-direction: column; gap: 40px; }
    .features-grid { 
        flex-direction: column; 
        gap: 16px; 
        justify-content: center; 
    }
    .feature-card { 
        width: 100%; 
        max-width: 380px; 
        height: auto;
        min-height: 350px;
    }
    .feature-card h3 { 
        font-size: clamp(20px, 3vw, 36px); 
    }
    .feature-card p { 
        font-size: clamp(16px, 2.5vw, 24px); 
    }
    .feature-icon {
        width: 140px;
        height: 140px;
    }
    .feature-icon img {
        width: 84px;
        height: 84px;
    }
    .slider-container { flex-direction: column; gap: 20px; }
    .slider-content { 
        flex-direction: column; 
        align-items: center; 
        gap: 40px;
        transform: none !important;
    }
    .slider-item { 
        flex: none; 
        width: 100%; 
        max-width: 430px; 
        transform: scale(1) !important;
        opacity: 1 !important;
    }
    .slider-item.active { 
        width: 100%; 
        max-width: 430px;
        transform: scale(1) !important;
    }
    .slider-item img {
        height: 200px !important;
    }
    .slider-item.active img {
        height: 220px !important;
    }
    .slider-item p {
        font-size: 16px !important;
        max-width: 100% !important;
    }
    .stats-content { 
        grid-template-columns: 1fr; 
        gap: 40px; 
        text-align: center;
    }
    .stats-left { text-align: center; }
    .stats-right { text-align: left; }
    .stats-number { width: 100%; max-width: 400px; }
    .stats-left h3 { font-size: clamp(24px, 3vw, 48px); }
    .stats-right .btn { max-width: 100%; }
    .benefits-content { flex-direction: column; gap: 40px; }
    .benefits-text h3 { font-size: 48px; }
    .contact-content { flex-direction: column; gap: 40px; }
    .about-cta h2 { font-size: 48px; }
    
    /* Technology principle responsive for tablets */
    .tech-principle-grid {
        max-width: 600px;
        gap: 12px 15px;
    }
    .tech-principle-text p {
        max-width: 300px;
        font-size: 26px;
    }
    .tech-icon {
        width: 70px;
        height: 70px;
    }
    .tech-icon img {
        width: 50px;
        height: 50px;
    }
    .tech-icon-text {
        font-size: 18px;
    }
    .tech-icon-arrow img {
        width: 38px;
        height: 50px;
    }
    
    /* Technology page responsive */
    .tech-principle-grid { 
        grid-template-columns: 1fr; 
        grid-template-rows: auto;
        gap: 20px; 
        justify-items: center;
        max-width: 100%;
        margin: 0;
    }
    .tech-grid-item.sun-item { 
        grid-column: 1; 
        grid-row: 1; 
    }
    .tech-grid-item.text-item { 
        grid-column: 1; 
        grid-row: 2; 
        justify-self: center;
        text-align: center;
        margin-left: 0;
    }
    .tech-grid-item.arrow-down-item { 
        grid-column: 1; 
        grid-row: 3; 
    }
    .tech-grid-item.icon-item:nth-child(4),
    .tech-grid-item.icon-item:nth-child(6),
    .tech-grid-item.icon-item:nth-child(8),
    .tech-grid-item.icon-item:nth-child(10) { 
        grid-column: 1; 
    }
    .tech-grid-item.arrow-item:nth-child(5),
    .tech-grid-item.arrow-item:nth-child(7),
    .tech-grid-item.arrow-item:nth-child(9) { 
        display: none; 
    }
    .tech-icon { 
        width: 50px; 
        height: 50px; 
    }
    .tech-icon img { 
        width: 35px; 
        height: 35px; 
    }
    .tech-icon-text { 
        font-size: 14px; 
    }
    .tech-principle-text p {
        max-width: 100%;
        font-size: 24px;
    }
    .tech-arrow-down {
        margin-top: 0;
    }
    .tech-icon-arrow {
        margin-top: 0;
    }
    .tech-stats-content { 
        flex-direction: column; 
        gap: 40px; 
        text-align: center;
    }
    .tech-stats-item { 
        width: 100%; 
        max-width: 280px; 
    }
    .tech-stats-number { 
        font-size: 80px; 
    }
    .tech-stats-divider { 
        height: 2px; 
        width: 200px; 
    }
    
    /* About Product page responsive */
    .product-hero-title { font-size: 80px; }
    .product-hero-content { flex-direction: column; gap: 40px; }
    .product-hero-images { flex-direction: column; align-items: center; }
    .product-main-image, .product-secondary-image { width: 100%; max-width: 884px; }
    .product-hero-text { text-align: center; }
    .product-hero-subtitle, .product-hero-quote { text-align: center; }
    .product-hero-buttons { justify-content: center; }
    .product-section-title { font-size: 48px; text-align: center; }
    .product-features-grid { grid-template-columns: 1fr; }
    .product-feature-card { width: 100%; max-width: 430px; }
    .product-slider-container { flex-direction: column; gap: 20px; }
    .product-slider-content { flex-direction: column; align-items: center; }
    .product-slider-item { flex: none; width: 100%; max-width: 430px; }
    .product-stats-content { flex-direction: column; gap: 40px; }
    .product-stats-number { width: 100%; max-width: 581px; }
    .product-benefits-content { flex-direction: column; gap: 40px; }
    .product-cta h2 { font-size: 48px; }
}
    /* Shop Page Styles */
.shop-hero {
    padding: 80px 0;
    background: var(--bg);
    text-align: center;
}

.shop-hero-title {
    font-size: 120px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.17;
    color: var(--text);
    margin-bottom: 24px;
}

.shop-hero-subtitle {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.17;
    color: var(--text);
    max-width: 600px;
    margin: 0 auto;
}

/* Shop Page Styles */
.shop-header {
    padding: 80px 0 40px;
}

.shop-title {
    font-size: 150px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.17;
    color: var(--text);
    margin: 0;
}

.shop-categories {
    padding: 40px 0;
}

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

.category-btn {
    padding: 16px 24px;
    border: 2px solid var(--border);
    background: #fff;
    color: var(--text);
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
}

.category-btn.active {
    background: var(--text);
    color: #fff;
}

.category-btn:hover:not(.active) {
    background: var(--text);
    color: #fff;
}

.shop-products {
    padding: 40px 0 80px;
    background: var(--surface);
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    max-width: 1400px;
    margin: 0 auto;
}

.product-card {
    background: #fff;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease;
}

.product-card:hover {
    transform: translateY(-4px);
}

.product-image {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.add-to-cart-btn {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid var(--border);
    background: #fff;
    color: var(--text);
    font-size: 24px;
    font-weight: 400;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.add-to-cart-btn:hover {
    background: var(--text);
    color: #fff;
}

.product-info {
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.product-name {
    font-size: 32px;
    font-weight: 800;
    color: var(--text);
    margin: 0;
}

.product-price {
    font-size: 32px;
    font-weight: 400;
    color: var(--text);
}

.product-btn {
    padding: 24px 32px;
    border: 2px solid var(--border);
    background: #fff;
    color: var(--text);
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}

.product-btn:hover {
    background: var(--text);
    color: #fff;
}

.shop-delivery {
    padding: 80px 0;
    background: var(--surface);
}

.delivery-title {
    font-size: 80px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.17;
    color: var(--text);
    margin: 0 0 24px 0;
}

.delivery-subtitle {
    font-size: 48px;
    font-weight: 700;
    color: var(--text);
    margin: 0 0 40px 0;
}

.delivery-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 1800px;
    margin: 0 auto;
}

.delivery-section {
    background: var(--light-gray);
    padding: 40px;
    border-radius: 0;
}

.section-header {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 40px;
}

.section-icon {
    width: 72px;
    height: 72px;
    background: #fff;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-icon img {
    width: 48px;
    height: 48px;
}

.section-header h3 {
    font-size: 64px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--text);
    margin: 0;
}

.section-list {
    display: flex;
    flex-direction: column;
}

.list-item {
    display: flex;
    align-items: center;
    gap: 51px;
    padding: 16px 0;
    border-bottom: 2px solid var(--muted);
}

.list-item:last-child {
    border-bottom: none;
}

.item-number {
    font-size: 56px;
    font-weight: 700;
    color: var(--text);
    min-width: 60px;
}

.item-text {
    font-size: 24px;
    font-weight: 400;
    color: var(--text);
}

.delivery-note {
    font-size: 24px;
    font-weight: 400;
    color: var(--text);
    margin: 24px 0 0 0;
    font-style: italic;
}

.shop-cta {
    padding: 80px 0;
    background: var(--surface);
}

.cta-btn {
    display: block;
    margin: 0 auto;
    padding: 24px 32px;
    border: 2px solid var(--border);
    background: #fff;
    color: var(--text);
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    max-width: 884px;
    width: 100%;
}

.cta-btn:hover {
    background: var(--text);
    color: #fff;
}

/* Responsive Design */
@media (max-width: 768px) {
    .shop-title {
        font-size: 80px;
}
    
    .delivery-title {
        font-size: 48px;
}
    
    .delivery-subtitle {
        font-size: 32px;
}
    
    .delivery-content {
        grid-template-columns: 1fr;
}
    
    .section-header h3 {
        font-size: 48px;
}
    
    .categories-filter {
        flex-wrap: wrap;
    }
    
    .products-grid {
        grid-template-columns: 1fr;
    }
}

/* Figma Shop Page Styles */
.figma-shop-header {
    padding: 64px 0 40px;
}

.figma-shop-title {
    font-family: 'Raleway', sans-serif;
    font-size: 150px;
    font-weight: 700;
    line-height: 1.174;
    text-transform: uppercase;
    color: #333333;
    width: 730px;
    height: 176px;
    margin: 0;
}

.figma-categories {
    padding: 40px 0;
}

.figma-categories-filter {
    display: flex;
    gap: 24px;
    align-items: center;
}

.figma-category-btn {
    padding: 16px 24px;
    border: 2px solid #333333;
    background: #fff;
    color: #333333;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.174;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
}

.figma-category-btn.active {
    background: #333333;
    color: #fff;
}

.figma-category-btn:hover:not(.active) {
    background: var(--text);
    color: #fff;
}

.figma-products {
    padding: 40px 0 80px;
}

.figma-products-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
}

/* When only filters are shown, reorganize the grid */
.figma-products-grid.filters-only {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 24px;
}

.figma-product-card {
    position: relative;
    background: #fff;
    border-radius: 0;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.figma-product-card.large {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
    height: 100%;
}

.figma-product-card.prefilter-large {
    grid-column: 3;
    grid-row: 2 / 4;
}

.figma-product-card.hepa-card {
    grid-column: 1;
    grid-row: 3;
}

.figma-product-card.carbon-card {
    grid-column: 2;
    grid-row: 3;
}

.figma-product-card.set-card {
    grid-column: 3;
    grid-row: 3;
}

/* Filter cards positioning when only filters are shown */
.figma-products-grid.filters-only .figma-product-card.hepa-card {
    grid-column: 1;
    grid-row: 1;
}

.figma-products-grid.filters-only .figma-product-card.carbon-card {
    grid-column: 2;
    grid-row: 1;
}

.figma-products-grid.filters-only .figma-product-card.set-card {
    grid-column: 3;
    grid-row: 1;
}

.figma-products-grid.filters-only .figma-product-card.prefilter-large {
    grid-column: 2;
    grid-row: 2;
    height: 320px;
}

.figma-products-grid.filters-only .figma-product-card.prefilter-large .figma-product-image {
    height: 160px;
}

/* Product Modal Styles */
.product-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.product-modal.show {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
}

.product-modal-content {
    position: relative;
    background: #F6F6F5;
    max-width: 1792px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    z-index: 1001;
}

.product-modal-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    background: #FFFFFF;
    border: none;
    cursor: pointer;
    z-index: 1002;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-modal-body {
    display: flex;
    gap: 24px;
    padding: 40px;
}

.product-modal-images {
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex: 1;
}

.product-main-image {
    width: 100%;
    height: 550px;
    overflow: hidden;
}

.product-main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-additional-images {
    display: flex;
    gap: 24px;
}

.additional-image {
    flex: 1;
    height: 258px;
    overflow: hidden;
}

.additional-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-modal-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.product-modal-title {
    font-family: 'Raleway', sans-serif;
    font-size: 80px;
    font-weight: 700;
    line-height: 1.174;
    text-transform: uppercase;
    color: #333333;
    margin: 0;
}

.product-modal-description {
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.174;
    color: #333333;
    margin: 0;
}

.product-modal-specs {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.spec-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0;
    border-bottom: 2px solid #828282;
}

.spec-label {
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.174;
    text-transform: uppercase;
    color: #333333;
}

.spec-toggle {
    width: 24px;
    height: 24px;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-modal-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

.product-modal-price {
    font-family: 'Raleway', sans-serif;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.174;
    color: #333333;
}

.product-modal-order-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 32px;
    background: #F6F6F5;
    border: 2px solid #333333;
    color: #333333;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.174;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 430px;
}

.product-modal-order-btn:hover {
    background: #333333;
    color: #F6F6F5;
}

/* Responsive Modal */
@media (max-width: 1200px) {
    .product-modal-body {
        flex-direction: column;
        padding: 20px;
    }
    
    .product-modal-title {
        font-size: 48px;
    }
    
    .product-modal-price {
        font-size: 36px;
    }
    
    .product-modal-order-btn {
        width: 100%;
        max-width: 430px;
    }
}

/* Order Modal Styles */
.order-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
}

.order-modal.show {
    display: flex;
    align-items: center;
    justify-content: center;
}

.order-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
}

.order-modal-content {
    position: relative;
    background: #F6F6F5;
    border: 2px solid #333333;
    max-width: 1186px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    z-index: 2001;
}

.order-modal-close {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 80px;
    height: 80px;
    background: #FFFFFF;
    border: none;
    cursor: pointer;
    z-index: 2002;
    display: flex;
    align-items: center;
    justify-content: center;
}

.order-modal-header {
    padding: 56px 24px 0;
    text-align: center;
}

.order-modal-title {
    font-family: 'Raleway', sans-serif;
    font-size: 80px;
    font-weight: 700;
    line-height: 1.174;
    text-transform: uppercase;
    color: #333333;
    margin: 0;
}

.order-modal-body {
    padding: 48px 24px 56px;
    max-width: 884px;
    margin: 0 auto;
}

.order-modal-subtitle {
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.174;
    color: #333333;
    margin: 0 0 32px 0;
    max-width: 542px;
}

.order-form {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.form-section {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.form-fields {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.form-field {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.field-label {
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.174;
    color: #333333;
}

.field-input {
    padding: 24px 16px;
    background: #E1E1E1;
    border: none;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.174;
    color: #333333;
    outline: none;
}

.field-input::placeholder {
    color: #828282;
}

.field-textarea {
    padding: 24px 16px;
    background: #E1E1E1;
    border: none;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.174;
    color: #333333;
    outline: none;
    resize: vertical;
    min-height: 120px;
}

.field-textarea::placeholder {
    color: #828282;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.form-group-label {
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.174;
    color: #333333;
}

.radio-group {
    display: flex;
    gap: 40px;
}

.radio-option {
    display: flex;
    align-items: center;
    gap: 16px;
    cursor: pointer;
}

.radio-option input[type="radio"] {
    display: none;
}

.radio-custom {
    width: 32px;
    height: 32px;
    border: 2px solid #333333;
    border-radius: 50%;
    background: #FFFFFF;
    position: relative;
    transition: all 0.3s ease;
}

.radio-option input[type="radio"]:checked + .radio-custom {
    background: #333333;
}

.radio-option input[type="radio"]:checked + .radio-custom::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
    background: #FFFFFF;
    border-radius: 50%;
}

.radio-label {
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.174;
    text-transform: uppercase;
    color: #333333;
}

.options-row {
    display: flex;
    gap: 40px;
}

.dropdown-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex: 1;
}

.dropdown-label {
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.174;
    text-transform: uppercase;
    color: #333333;
}

.dropdown-select {
    padding: 24px 16px;
    background: #E1E1E1;
    border: none;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.174;
    color: #333333;
    outline: none;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 24px;
    padding-right: 50px;
}

.custom-size-input {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.form-footer {
    display: flex;
    align-items: flex-start;
    gap: 32px;
}

.checkbox-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    cursor: pointer;
}

.checkbox-input {
    display: none;
}

.checkbox-custom {
    width: 48px;
    height: 48px;
    background: #333333;
    border: none;
    position: relative;
    flex-shrink: 0;
}

.checkbox-custom::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 3px;
    width: 42px;
    height: 28px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23F6F6F5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='20,6 9,17 4,12'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.checkbox-input:not(:checked) + .checkbox-custom {
    background: #FFFFFF;
    border: 2px solid #333333;
}

.checkbox-input:not(:checked) + .checkbox-custom::after {
    display: none;
}

.checkbox-text {
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    color: #333333;
    max-width: 576px;
}

.form-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    max-width: 582px;
    margin: 0 auto;
}

.submit-btn {
    width: 100%;
    padding: 24px 32px;
    background: #F6F6F5;
    border: 2px solid #333333;
    color: #333333;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.174;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
}

.submit-btn:hover {
    background: #333333;
    color: #F6F6F5;
}

.telegram-btn {
    background: none;
    border: none;
    border-bottom: 1px solid #333333;
    color: #333333;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.174;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0;
    transition: all 0.3s ease;
}

.telegram-btn:hover {
    opacity: 0.7;
}

/* Responsive Order Modal */
@media (max-width: 1200px) {
    .order-modal-title {
        font-size: 48px;
    }
    
    .options-row {
        flex-direction: column;
        gap: 24px;
    }
    
    .radio-group {
        flex-direction: column;
        gap: 24px;
    }
    
    .form-footer {
        flex-direction: column;
        gap: 16px;
    }
    
    .checkbox-wrapper {
        flex-direction: column;
        gap: 16px;
    }
}

.figma-product-card:not(.large) {
    height: 320px;
}

.figma-product-card:hover {
    transform: translateY(-4px);
}

.figma-product-image {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.figma-product-card.large .figma-product-image {
    height: 60%;
}

.figma-product-card:not(.large) .figma-product-image {
    height: 160px;
}

.figma-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.figma-add-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #333333;
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.figma-add-btn:hover {
    background: #333333;
}

.figma-add-btn:hover .plus-h,
.figma-add-btn:hover .plus-v {
    background: #fff;
}

.plus-h, .plus-v {
    position: absolute;
    background: #333333;
    transition: all 0.3s ease;
}

.plus-h {
    width: 16px;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.plus-v {
    width: 2px;
    height: 16px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.figma-product-info {
    padding: 20px 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: calc(100% - 140px);
}

.figma-product-card.large .figma-product-info {
    height: 40%;
    padding: 20px;
}

.figma-product-name {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.174;
    color: #333333;
    margin: 0;
    flex-grow: 1;
}

.figma-product-price {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.174;
    color: #333333;
    margin: 8px 0;
}

.figma-product-btn {
    padding: 12px 16px;
    border: 2px solid #333333;
    background: #fff;
    color: #333333;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.174;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}

.figma-product-btn:hover {
    background: #333333;
    color: #fff;
}

.figma-delivery {
    padding: 80px 0;
}

.figma-delivery-title {
    font-family: 'Raleway', sans-serif;
    font-size: 80px;
    font-weight: 700;
    line-height: 1.174;
    text-transform: uppercase;
    color: #333333;
    margin: 0 0 24px 0;
}

.figma-delivery-subtitle {
    font-family: 'Raleway', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.174;
    color: #333333;
    margin: 0 0 40px 0;
}

.figma-delivery-content {
    display: grid;
    grid-template-columns: 600px 600px;
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.figma-delivery-section {
    background: #E1E1E1;
    padding: 40px;
    border-radius: 0;
}

.figma-section-header {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 40px;
}

.figma-section-icon {
    width: 72px;
    height: 72px;
    background: transparent;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.figma-section-header h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 1.174;
    text-transform: uppercase;
    color: #333333;
    margin: 0;
}

.figma-section-list {
    display: flex;
    flex-direction: column;
}

.figma-list-item {
    display: flex;
    align-items: center;
    gap: 51px;
    padding: 16px 0;
    border-bottom: 2px solid #828282;
}

.figma-list-item:last-child {
    border-bottom: none;
}

.figma-item-number {
    font-family: 'Raleway', sans-serif;
    font-size: 56px;
    font-weight: 700;
    line-height: 1.174;
    color: #333333;
    min-width: 60px;
}

.figma-item-text {
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.174;
    color: #333333;
}

.figma-delivery-note {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.174;
    color: #333333;
    margin: 24px 0 0 0;
}



.figma-delivery-benefits .figma-delivery-note {
    font-size: 16px;
    margin: 8px 0;
    color: #333333;
    font-weight: 500;
}

.figma-delivery-benefits .figma-delivery-note:first-child {
    margin-top: 0;
}

.figma-delivery-cta {
    grid-column: 1;
    margin-top: 40px;
    text-align: center;
}

.figma-delivery-cta .figma-cta-btn {
    width: 100%;
    max-width: none;
    padding: 20px 40px;
    font-size: 20px;
    font-weight: 600;
}

.figma-cta {
    padding: 80px 0;
}

.figma-cta-btn {
    display: block;
    margin: 0 auto;
    padding: 24px 32px;
    border: 2px solid #333333;
    background: #fff;
    color: #333333;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.174;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 600px;
    max-width: 100%;
}

.figma-cta-btn:hover {
    background: #333333;
    color: #fff;
}

/* Figma Footer Form Styles */
.figma-footer-form {
    border-top: 2px solid #828282;
    padding: 64px 0;
}

.figma-footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
}

.figma-footer-left {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.figma-footer-title {
    font-family: 'Manrope', sans-serif;
    font-size: 64px;
    font-weight: 400;
    line-height: 1.366;
    text-transform: uppercase;
    color: #333333;
    margin: 0;
}

.figma-footer-subtitle {
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.174;
    text-transform: uppercase;
    color: #333333;
    margin: 0;
}

.figma-form-container {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.figma-form-row {
    display: flex;
    align-items: flex-end;
    gap: 16px;
}

.figma-form-field {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 226px;
    height: 120px;
}

.figma-form-field label {
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.174;
    color: #000000;
}

.figma-form-field input {
    flex: 1;
    padding: 24px 16px;
    background: #E1E1E1;
    border: none;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.174;
    color: #828282;
}

.figma-form-submit {
    padding: 24px 32px;
    border: 2px solid #333333;
    background: #fff;
    color: #333333;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.174;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
}

.figma-form-submit:hover {
    background: #333333;
    color: #fff;
}

.figma-form-footer {
    display: flex;
    gap: 32px;
}

.figma-checkbox-container {
    display: flex;
    gap: 32px;
    align-items: flex-start;
}

.figma-checkbox-container input[type="checkbox"] {
    width: 48px;
    height: 48px;
    background: #333333;
    border: none;
    appearance: none;
    position: relative;
    cursor: pointer;
}

.figma-checkbox-container input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 10px;
    width: 42px;
    height: 28px;
    background-image: url("data:image/svg+xml,%3Csvg width='42' height='28' viewBox='0 0 42 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 14L17 26L39 2' stroke='white' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}

.figma-checkbox-container label {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    width: 388px;
}

.figma-footer-right {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 60px;
    width: 600px;
}

.figma-footer-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
}

.figma-footer-nav a {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.174;
    text-transform: uppercase;
    color: #333333;
    text-decoration: none;
}

.figma-footer-nav a:hover {
    text-decoration: underline;
}

.figma-footer-contact {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 150px;
}

.figma-contact-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.figma-contact-item span {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.174;
    text-transform: uppercase;
    color: #333333;
}

.figma-contact-item a {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #333333;
    text-decoration: none;
    border-bottom: 1px solid #333333;
}

.figma-contact-item a:hover {
    text-decoration: none;
    border-bottom: none;
}

.figma-footer-links {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 180px;
}

.figma-footer-links a {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.174;
    text-transform: uppercase;
    color: #333333;
    text-decoration: none;
}

.figma-footer-links a:hover {
    text-decoration: underline;
}

.figma-footer-socials {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 120px;
}

.figma-footer-socials span {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.174;
    text-transform: uppercase;
    color: #333333;
}

.figma-social-icons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
}

.figma-social-icons a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    height: auto;
    background: transparent;
    border-radius: 0;
    padding: 0;
}

.figma-social-icons img {
    width: 35px;
    height: 35px;
}

/* Responsive Design for Figma Shop */
@media (max-width: 1200px) {
    .figma-products-grid {
        grid-template-columns: 1fr 1fr;
        max-width: 1200px;
    }
    
    .figma-product-card.large {
        grid-row: span 1;
        height: 611px;
    }
    
    .figma-product-card.large .figma-product-image {
        height: 387px;
    }
    
    .figma-product-card.large .figma-product-info {
        height: calc(100% - 387px);
        padding: 32px 24px;
    }
    
    .figma-delivery-content {
        grid-template-columns: 1fr;
        max-width: 884px;
    }

    /* Filters-only tablet layout - keep 3x3 grid */
    .figma-products-grid.filters-only {
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
    }

    .figma-products-grid.filters-only .figma-product-card.hepa-card {
        grid-column: 1;
        grid-row: 1;
    }

    .figma-products-grid.filters-only .figma-product-card.carbon-card {
        grid-column: 2;
        grid-row: 1;
    }

    .figma-products-grid.filters-only .figma-product-card.set-card {
        grid-column: 3;
        grid-row: 1;
    }

    .figma-products-grid.filters-only .figma-product-card.prefilter-large {
        grid-column: 2;
        grid-row: 2;
        max-width: none;
        margin: 0;
        height: 320px;
    }

    .figma-products-grid.filters-only .figma-product-card.prefilter-large .figma-product-image {
        height: 160px;
    }
}

@media (max-width: 768px) {
    .figma-shop-title {
        font-size: 60px;
    }
    
    .figma-delivery-title {
        font-size: 36px;
    }
    
    .figma-delivery-subtitle {
        font-size: 24px;
    }
    
    .figma-section-header h3 {
        font-size: 24px;
    }
    
    .figma-categories-filter {
        flex-wrap: wrap;
    }
    
    .figma-products-grid {
        grid-template-columns: 1fr;
        max-width: 581px;
    }

    /* Filters-only mobile layout - keep 3x3 grid */
    .figma-products-grid.filters-only {
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
    }

    .figma-products-grid.filters-only .figma-product-card.hepa-card {
        grid-column: 1;
        grid-row: 1;
    }

    .figma-products-grid.filters-only .figma-product-card.carbon-card {
        grid-column: 2;
        grid-row: 1;
    }

    .figma-products-grid.filters-only .figma-product-card.set-card {
        grid-column: 3;
        grid-row: 1;
    }

    .figma-products-grid.filters-only .figma-product-card.prefilter-large {
        grid-column: 2;
        grid-row: 2;
        max-width: none;
        margin: 0;
        height: 320px;
    }

    .figma-products-grid.filters-only .figma-product-card.prefilter-large .figma-product-image {
        height: 160px;
    }
    
    .figma-cta-btn {
        width: 100%;
    }
}

/* Figma Contact Page Styles */
.figma-contact-header {
    padding: 80px 64px 0 64px;
    margin-bottom: 0;
}

.figma-contact-title {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 80px;
    line-height: 1.174;
    text-transform: uppercase;
    color: #333333;
    margin: 0;
    width: auto;
    height: auto;
}

.figma-contact-arrow {
    margin-right: 64px;
}

.figma-contact-info {
    display: flex;
    gap: 48px;
    margin-bottom: 80px;
    padding: 40px 64px 0 64px;
    align-items: flex-start;
}

.figma-contact-details {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 500px;
    padding-bottom: 32px;
    border-bottom: 2px solid #828282;
    flex-shrink: 0;
}

.figma-contact-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.figma-contact-label {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.174;
    text-transform: uppercase;
    color: #333333;
}

.figma-contact-value {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.174;
    color: #333333;
}


.figma-contact-socials {
    display: flex;
    gap: 16px;
    align-items: center;
}

.figma-contact-form {
    width: 500px;
    flex-shrink: 0;
    padding: 0;
    background: transparent;
    border-radius: 0;
}

.figma-contact-form .figma-form-header {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 0;
}

.figma-contact-form .figma-form-title {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.174;
    text-transform: uppercase;
    color: #333333;
    margin: 0;
}

.figma-contact-form .figma-form-description {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #666666;
    margin: 0;
}


.figma-contact-form .figma-form-fields {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 20px;
}

.figma-contact-form .figma-form-row {
    display: flex;
    gap: 8px;
}

.figma-contact-form .figma-form-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.figma-contact-form .figma-form-field label {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.174;
    color: #000000;
}

.figma-contact-form .figma-form-field input {
    padding: 4px 12px !important;
    background: #E1E1E1 !important;
    border: none !important;
    border-radius: 0 !important;
    font-family: 'Raleway', sans-serif !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    color: #828282 !important;
    width: 100% !important;
    box-sizing: border-box !important;
    height: 32px !important;
    flex: none !important;
}

.figma-contact-form .figma-form-field textarea {
    padding: 4px 12px !important;
    background: #E1E1E1 !important;
    border: none !important;
    border-radius: 0 !important;
    font-family: 'Raleway', sans-serif !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    color: #828282 !important;
    width: 100% !important;
    box-sizing: border-box !important;
    height: 80px !important;
}

.figma-contact-form .figma-form-field textarea {
    resize: vertical;
}

.figma-contact-form .figma-checkbox-container {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 16px;
}

.figma-contact-form .figma-checkbox-container input[type="checkbox"] {
    width: 20px;
    height: 20px;
    background: #333333;
    border: none;
    border-radius: 0;
    appearance: none;
    position: relative;
    flex-shrink: 0;
}

.figma-contact-form .figma-checkbox-container input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 8px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4L4.5 7L11 1' stroke='%23F6F6F5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}

.figma-contact-form .figma-checkbox-container label {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    color: #000000;
}

.figma-contact-form .figma-form-submit {
    padding: 12px 20px;
    background: #F6F6F5;
    border: 2px solid #333333;
    border-radius: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.174;
    text-transform: uppercase;
    color: #333333;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}

.figma-contact-form .figma-form-submit:hover {
    background: #333333;
    color: #F6F6F5;
}

.figma-map-placeholder {
    text-align: center;
}

.figma-map-text {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #828282;
}

.figma-contact-form-section {
    padding: 120px 64px 120px 518px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    border: none;
    background: transparent;
}

.figma-form-title {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 80px;
    line-height: 1.174;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 40px;
    align-self: flex-start;
}

.figma-form-subtitle {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.174;
    text-align: center;
    color: #333333;
    margin-bottom: 80px;
}

.figma-form-container {
    width: 100%;
    max-width: 884px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}


.figma-contact-form {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.figma-form-fields {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.figma-form-field {
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 60px;
}

.figma-form-field-large {
    height: 100px;
}

.figma-form-field label {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.174;
    color: #000000;
}

.figma-form-field input,
.figma-form-field textarea {
    padding: 24px 16px;
    background: #E1E1E1;
    border: none;
    border-radius: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.174;
    color: #828282;
    width: 100%;
    box-sizing: border-box;
}

.figma-form-field textarea {
    height: 244px;
    resize: vertical;
}

.figma-form-footer {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.figma-checkbox-container {
    display: flex;
    gap: 32px;
    align-items: flex-start;
}

.figma-checkbox-container input[type="checkbox"] {
    width: 48px;
    height: 48px;
    background: #333333;
    border: none;
    border-radius: 0;
    appearance: none;
    position: relative;
    flex-shrink: 0;
}

.figma-checkbox-container input[type="checkbox"]:checked::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #F6F6F5;
    font-size: 28px;
    font-weight: bold;
}

.figma-checkbox-container label {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5;
    color: #000000;
    width: 576px;
}

.figma-form-submit {
    padding: 24px 32px;
    background: #F6F6F5;
    border: 2px solid #333333;
    border-radius: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.174;
    text-transform: uppercase;
    color: #333333;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 884px;
}

.figma-form-submit:hover {
    background: #333333;
    color: #F6F6F5;
}

.figma-contact-cta {
    padding: 80px 64px;
    text-align: center;
    background: #F6F6F5;
}


.figma-cta-icon {
    margin: 0;
    width: 136px;
    height: 136px;
}

.figma-cta-title {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.174;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 40px;
}

.figma-cta-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    max-width: 600px;
    margin: 0 auto;
}

.figma-cta-icon {
    margin-bottom: 16px;
}

.figma-cta-subtitle {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.174;
    text-align: center;
    color: #333333;
    margin: 0;
}

.figma-cta-btn {
    padding: 16px 32px;
    background: #F6F6F5;
    border: 2px solid #333333;
    border-radius: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.174;
    text-transform: uppercase;
    color: #333333;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 200px;
}

.figma-cta-btn:hover {
    background: #333333;
    color: #F6F6F5;
}

/* Responsive Design for Contact Page */
@media (max-width: 1200px) {
    .figma-contact-header {
        padding: 60px 32px 0 32px;
    }
    
    .figma-contact-title {
        font-size: 60px;
        width: auto;
        height: auto;
    }
    
    .figma-contact-info {
        flex-direction: column;
        gap: 32px;
        padding: 30px 32px 0 32px;
    }
    
    .figma-contact-details {
        width: 100%;
        gap: 24px;
    }
    
    .figma-contact-form {
        width: 100%;
    }
    
    .figma-contact-form-section {
        padding: 80px 32px;
    }
    
    .figma-form-title {
        font-size: 60px;
    }
    
    .figma-contact-cta {
        padding: 60px 32px;
    }
    
    .figma-cta-title {
        font-size: 36px;
    }
    
    .figma-cta-subtitle {
        font-size: 20px;
    }
    
    .figma-cta-btn {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .figma-contact-header {
        padding: 40px 16px 0 16px;
    }
    
    .figma-contact-title {
        font-size: 48px;
        width: auto;
        height: auto;
    }
    
    .figma-contact-info {
        padding: 20px 16px 0 16px;
        gap: 24px;
    }
    
    .figma-contact-details {
        gap: 20px;
    }
    
    .figma-contact-label {
        font-size: 20px;
    }
    
    .figma-contact-value {
        font-size: 16px;
    }
    
    .figma-contact-form .figma-form-header {
        gap: 3px;
        margin-bottom: 0;
    }
    
    .figma-contact-form .figma-form-title {
        font-size: 18px;
    }
    
    .figma-contact-form .figma-form-description {
        font-size: 12px;
    }
    
    .figma-contact-form .figma-form-row {
        flex-direction: column;
        gap: 4px;
    }
    
    
    .figma-contact-socials {
        gap: 16px;
    }
    
    .figma-contact-form {
        padding: 0;
    }
    
    .figma-contact-form .figma-form-header {
        gap: 4px;
        margin-bottom: 0;
    }
    
    .figma-contact-form .figma-form-title {
        font-size: 20px;
    }
    
    .figma-contact-form .figma-form-description {
        font-size: 14px;
    }
    
    .figma-contact-form .figma-form-row {
        gap: 6px;
    }
    
    
    .figma-contact-form .figma-form-fields {
        gap: 12px;
        margin-bottom: 16px;
    }
    
    .figma-contact-form .figma-form-field label {
        font-size: 12px;
    }
    
    .figma-contact-form .figma-form-field input {
        padding: 4px 8px !important;
        font-size: 12px;
        height: 24px !important;
    }
    
    .figma-contact-form .figma-form-field textarea {
        padding: 4px 8px !important;
        font-size: 12px;
        height: 60px !important;
    }
    
    
    .figma-contact-form .figma-checkbox-container {
        gap: 8px;
        margin-bottom: 12px;
    }
    
    .figma-contact-form .figma-checkbox-container input[type="checkbox"] {
        width: 16px;
        height: 16px;
    }
    
    .figma-contact-form .figma-checkbox-container label {
        font-size: 10px;
    }
    
    .figma-contact-form .figma-form-submit {
        padding: 10px 16px;
        font-size: 12px;
    }
    
    .figma-contact-form-section {
        padding: 40px 16px;
    }
    
    .figma-form-title {
        font-size: 40px;
    }
    
    .figma-contact-cta {
        padding: 40px 16px;
    }
    
    .figma-cta-title {
        font-size: 28px;
    }
    
    .figma-cta-subtitle {
        font-size: 18px;
    }
    
    .figma-cta-btn {
        font-size: 16px;
        padding: 14px 24px;
    }
}

/* About page feature cards responsive styles */
@media (max-width: 1024px) {
    .about-slider .features-grid {
        grid-template-columns: 1fr 1.5fr 1fr;
        gap: 30px;
    }
    
    .feature-card-about img {
        height: 250px;
    }
    
    .feature-card-about:nth-child(2) img {
        height: 350px;
    }
    
    .feature-card-about p {
        font-size: 16px;
        max-width: 250px;
    }
}

@media (max-width: 768px) {
    .about-slider .features-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        max-width: 400px;
    }
    
    .feature-card-about img {
        height: 200px;
        border: none;
    }
    
    .feature-card-about:nth-child(2) img {
        height: 250px;
    }
    
    .feature-card-about p {
        font-size: 16px;
        max-width: 100%;
    }
}



@media (max-width: 768px) {
    .figma-contact-form .figma-form-row .figma-form-field input {
        height: 24px !important;
        padding: 4px 8px !important;
        font-size: 12px !important;
    }
}

/* Убираем все отступы у полей формы */
.figma-contact-form .figma-form-field,
.figma-contact-form .figma-form-field-large,
.figma-contact-form .figma-form-row {
    margin: 0 !important;
    padding: 0 !important;
}

/* Убираем отступы между строкой с именем/email и полем сообщения */
.figma-contact-form .figma-form-row + .figma-form-field {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Принудительно убираем все возможные отступы */
.figma-contact-form .figma-form-fields > * {
    margin: 0 !important;
    padding: 0 !important;
}

/* Support Block (Footer) */
.footer-support-block {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.footer-support-logo {
    height: 80px;
    width: auto;
    object-fit: contain;
}

.footer-support-text {
    margin: 0;
    font-size: 12px;
    color: #555;
    line-height: 1.4;
}

.footer-support-text a {
    color: #555;
    text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .support-banner-inner {
        flex-direction: column;
        text-align: center;
    }
    
    .footer-support-block {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* Updated Footer Support Block */
.footer-support-block {
    margin-top: 40px;
    padding-top: 24px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    width: 100%;
}

.footer-support-text {
    text-align: left;
    max-width: 800px;
}

/* Compact Footer Adjusments */
.figma-footer-content {
    gap: 30px !important; /* Reduced from 60px */
}

.figma-footer-right {
    gap: 20px !important; /* Reduced from 60px */
    width: auto !important; /* Allow expansion */
    flex-wrap: wrap; /* Allow wrapping if needed */
}

.footer-support-block {
    margin-top: 0 !important;
    padding-top: 0 !important;
    border-top: none !important;
    display: flex;
    flex-direction: column !important; /* Stack vertically for column view */
    align-items: flex-start !important;
    gap: 12px;
    width: 200px; /* Limit width to fit as a column */
}

.footer-support-logo {
    height: 40px !important;
    width: auto;
}

.footer-support-text {
    font-size: 10px !important; /* Smaller font for compact column */
    line-height: 1.3;
}

/* Compact Footer Adjusments v2 */
.figma-footer-content {
    gap: 30px !important;
}

.figma-footer-right {
    gap: 15px !important; /* Tighter gap */
    width: auto !important;
    max-width: 650px; /* Allow slightly more width but constrain */
    flex-wrap: wrap; 
}

.footer-support-block {
    margin-top: 0 !important;
    padding-top: 0 !important;
    border-top: none !important;
    display: flex;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-end; /* Align bottom like others */
    gap: 12px;
    width: 200px;
}

.footer-support-logo {
    height: 40px !important;
    width: auto;
}

.footer-support-text {
    font-size: 9px !important; /* Even smaller to fit */
    line-height: 1.25;
}

/* Compact Footer Adjusments v3 */
.figma-footer-content {
    gap: 40px !important; /* Balanced gap */
    max-width: 1400px !important; /* Increase max width of container to allow spacing */
    padding: 0 40px; /* Add some padding if screen is very wide */
}

.figma-footer-left {
    flex-shrink: 0; /* Don't shrink the title */
    margin-right: auto; /* Push right section to the end if space permits? No, let flex gap handle it */
}

.figma-footer-right {
    gap: 24px !important;
    width: auto !important;
    max-width: none !important; /* Remove width constraint */
    flex: 1; /* Allow to take available space */
    justify-content: flex-end; /* Align columns to right */
    flex-wrap: nowrap; /* Try to keep on one line if possible */
}

.footer-support-block {
    margin-top: 0 !important;
    padding-top: 0 !important;
    border-top: none !important;
    display: flex;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-end;
    gap: 8px;
    width: 240px; /* Slightly wider for better text flow */
    min-width: 200px;
}

.footer-support-logo {
    height: 36px !important; /* Slightly smaller to fit better */
    width: auto;
}

.footer-support-text {
    font-size: 10px !important;
    line-height: 1.2;
    color: #4f4f4f;
    text-align: left;
} 

/* Ensure responsive wrap on smaller screens */
@media (max-width: 1200px) {
    .figma-footer-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 32px !important;
    }
    .figma-footer-right {
        width: 100% !important;
        justify-content: space-between;
        flex-wrap: wrap;
    }
}

/* Compact Footer Adjusments v4 - Left Alignment */
.figma-footer-content {
    max-width: 100% !important; /* Let it fill the container */
    padding: 0 !important; /* Remove extra padding */
    justify-content: space-between; /* Ensure full spread */
}

/* Ensure right side fills available space but keeps alignemnt */
.figma-footer-right {
    flex: 1;
    justify-content: flex-end;
    width: auto !important;
}

/* Compact Footer Adjusments v5 - Split Alignment */
.figma-footer-right {
    justify-content: flex-start !important; /* Move columns to the left */
}

/* Push ONLY the support block to the far right */
.footer-support-block {
    margin-left: auto !important; 
}

/* Compact Footer Adjusments v6 - Refined Spacing & Sizing */
.figma-footer-right {
    gap: 60px !important; /* Increase gap between columns significantly */
}

/* Specific gap adjustment for smaller screens or if needed */
.figma-footer-links {
    margin-right: 20px; /* Add extra breathing room before Socials if gap isn't enough */
}

.footer-support-block {
    width: 320px !important; /* Increase width */
    gap: 16px;
}

.footer-support-logo {
    height: 100px !important; /* Restore larger logo */
}

.footer-support-text {
    font-size: 12px !important; /* Restore readable font size */
    line-height: 1.4;
}

/* Compact Footer Adjusments v7 - 3-Column Layout (Left-Center-Right) */

/* Parent Container */
.figma-footer-content {
    justify-content: space-between !important;
    align-items: flex-start !important; /* Align top? Or center? Start usually safer for height diffs */
    display: flex !important;
}

/* 1. Left (Title) */
.figma-footer-left {
    flex: 0 0 auto; /* Do not grow/shrink */
    margin-right: 0 !important; /* Remove any old margins */
}

/* 2. Center (Columns) */
.figma-footer-center {
    display: flex;
    justify-content: center; /* Center the group of columns */
    gap: 40px; /* Gap between columns */
    flex: 1; /* Take up available space */
    margin: 0 40px; /* Minimum margin from left and right blocks */
}

/* 3. Right (Support) */
.figma-footer-support-wrapper {
    flex: 0 0 auto; /* Do not grow/shrink */
    display: flex;
    justify-content: flex-end;
}

/* Column Overrides to ensure they look good in center */
.figma-footer-nav, 
.figma-footer-contact, 
.figma-footer-links,
.figma-footer-socials {
    text-align: left; /* Keep text alignment inside columns left */
}

/* Support block adjustments */
.footer-support-block {
    width: 350px !important; /* Slight increase */
    margin: 0 !important; /* Remove old auto margin */
}

/* Cleanup: Removed header banner styles */


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

.footer-support-text a:hover {
    opacity: 0.8;
}
