:root {
    --white: #ffffff;
    --light-bg: #f8fafc;
    --dark: #1a1c1e;
    --grey: #94a3b8;
    --accent: #cbd5e1;
    --chrome: linear-gradient(135deg, #718096 0%, #f7fafc 45%, #edf2f7 55%, #a0aec0 100%);
    --transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
html { scroll-behavior: smooth; overflow-x: hidden; }



.pkg-info-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 75%; 
}

.pkg-features-list {
    list-style: none;
    padding: 0;
    margin: 5px 0 0 0;
}

.pkg-features-list li {
    font-size: 11px;
    line-height: 1.4;
    color: #64748b; 
    margin-bottom: 4px !important;
    display: block !important; 
    text-align: left;
}

.summary-item-addons {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dashed #e2e8f0;
}

.summary-list li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; 
}
body {
    background-color: var(--white);
    color: var(--dark);
    font-family: 'Inter', sans-serif;
    line-height: 1.5;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3BaseFilter id='noiseFilter'%3BfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
    background-attachment: fixed;
    overflow-x: hidden;
}

.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.container-wide { max-width: 1600px; margin: 0 auto; padding: 0 24px; }

/* =========================================
   HEADER
========================================= */
.header {
    padding: 20px 0; background: rgba(255,255,255,0.85); backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(0,0,0,0.05); position: sticky; top: 0; z-index: 1000;
}
.header-grid { display: flex; justify-content: space-between; align-items: center; }
.logo { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 700; letter-spacing: 2px; }
.logo span { color: var(--grey); font-weight: 300; }


.main-nav a { 
    text-decoration: none; 
    color: var(--dark); 
    font-size: 13px; 
    text-transform: uppercase; 
    letter-spacing: 1.5px; 
    margin-left: 30px; 
    font-weight: 600; 
    transition: color 0.3s;
}
.main-nav a:hover { color: var(--grey); }

/* MOBILE NAVIGATION */
.mobile-only { display: none; }
.menu-toggle {
    background: none; border: none; width: 30px; height: 20px; position: relative; cursor: pointer; z-index: 1001;
}
.menu-toggle span {
    display: block; width: 100%; height: 2px; background: var(--dark); position: absolute; transition: 0.3s;
}
.menu-toggle span:first-child { top: 0; }
.menu-toggle span:last-child { bottom: 0; }
.menu-toggle.active span:first-child { transform: rotate(45deg); top: 9px; }
.menu-toggle.active span:last-child { transform: rotate(-45deg); bottom: 9px; }

.mobile-overlay {
    position: fixed; top: 0; left: 0; width: 100%; height: 100%; 
    background: rgba(255,255,255,0.98); backdrop-filter: blur(20px);
    z-index: 999; display: flex; align-items: center; justify-content: center;
    opacity: 0; visibility: hidden; transition: 0.4s;
}
.mobile-overlay.active { opacity: 1; visibility: visible; }
.mobile-nav { display: flex; flex-direction: column; text-align: center; gap: 30px; width: 80%; }
.mobile-nav a { font-family: 'Playfair Display', serif; font-size: 32px; text-decoration: none; color: var(--dark); }

/* BUTTONS */
.chrome-btn-sm, .btn-chrome, .btn-chrome-big {
    background: var(--chrome); background-size: 200% auto; border: 1px solid var(--grey);
    color: var(--dark); text-transform: uppercase; font-weight: 600; cursor: pointer;
    transition: var(--transition); text-decoration: none; display: inline-block; text-align: center;
}
.chrome-btn-sm { padding: 12px 24px; font-size: 11px; }
.btn-chrome { padding: 20px 40px; font-size: 12px; }
.btn-chrome-big { padding: 25px; width: 100%; background: var(--dark); color: #fff; border: none; }
.chrome-btn-sm:hover, .btn-chrome:hover { background-position: right center; }
.btn-chrome-big:hover { background: #000; }

/* =========================================
   HERO
========================================= */
.hero-platinum { padding: 80px 0; }
.hero-flex { display: flex; align-items: center; gap: 60px; }

.hero-info { flex: 1; }

h1 { 
    font-family: 'Playfair Display', serif; 
    font-size: clamp(32px, 5.5vw, 68px); /* Было до 84px */
    line-height: 1.15; 
    margin-bottom: 25px; 
}
.shimmer-text {
    background: linear-gradient(to bottom, #1a1c1e, #fff 50%, #1a1c1e); background-size: 100% 200%;
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; animation: shine 5s infinite;
}
@keyframes shine { 0% { background-position: 0 0; } 100% { background-position: 0 200%; } }
.hero-desc { font-size: 16px; color: #4a5568; margin-bottom: 40px; max-width: 90%; }

.hero-visual { flex: 1.3; position: relative; }
.hero-visual img { 
    width: 100%; 
    height: clamp(400px, 65vh, 750px);
    object-fit: cover; 
    filter: grayscale(1); 
    border-radius: 4px;
}
.metal-sphere {
    position: absolute; width: clamp(100px, 15vw, 160px); height: clamp(100px, 15vw, 160px); 
    top: -40px; left: -40px; z-index: 2;
    background: radial-gradient(circle at 35% 35%, #fff, #94a3b8, #475569); border-radius: 50%;
    animation: mercury 8s infinite ease-in-out;
}
@keyframes mercury { 
    0%, 100% { transform: translate(0,0) scale(1); }
    50% { transform: translate(5px, -15px) scale(1.05); border-radius: 45% 55% 50% 50%; }
}

/* =========================================
   ADVANTAGES
========================================= */
.advantages { padding: 80px 0; background: var(--light-bg); }
.section-title { display: flex; align-items: baseline; margin-bottom: 50px; }
.num { font-family: 'Playfair Display', serif; font-size: 16px; color: var(--grey); margin-right: 15px; }
.adv-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; }
.adv-item { padding: 30px; background: #fff; border: 1px solid rgba(0,0,0,0.05); }

.adv-icon-premium {
    width: 36px;
    height: 36px;
    margin-bottom: 25px;
    color: #334155; 
}

.adv-icon-premium svg {
    width: 100%;
    height: 100%;
    stroke-width: 1.2px; 
}
.adv-item h3 { font-family: 'Playfair Display', serif; font-size: 20px; margin-bottom: 10px; }
.adv-item p { font-size: 14px; color: #64748b; }

/* =========================================
   SUBSCRIPTIONS
========================================= */
.subscriptions { padding: 100px 0; }
.sub-card { display: flex; background: var(--dark); color: #fff; border-radius: 0; overflow: hidden; }
.sub-text { flex: 1; padding: 60px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start;}
.sub-text h2 { font-family: 'Playfair Display', serif; font-size: 32px; margin-bottom: 20px; }
.sub-text p { margin-bottom: 30px; color: #cbd5e1; }
.sub-visual { flex: 1; min-height: 350px; background: url('https://images.unsplash.com/photo-1584622650111-993a426fbf0a?q=80&w=2070') center/cover; filter: grayscale(1) brightness(0.6); }

/* =========================================
   PROCESS
========================================= */
.process { padding: 80px 0; }
.proc-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px; margin-top: 40px; }
.proc-step { border-left: 1px solid var(--accent); padding-left: 20px; }
.proc-step span { font-family: 'Playfair Display', serif; font-size: 32px; color: var(--accent); opacity: 0.5; display: block; margin-bottom: 10px; }
.proc-step p { font-size: 14px; line-height: 1.4; }


/* =========================================
   MODERN CALCULATOR
========================================= */
.premium-calc { padding: 100px 0; background: var(--white); }
.calc-header { margin-bottom: 50px; }
.calc-header h2 { font-family: 'Playfair Display', serif; font-size: 36px; margin: 10px 0; }
.calc-header p { color: var(--grey); font-size: 14px; text-transform: uppercase; letter-spacing: 1px; }

.calc-modern-wrapper {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 60px;
    align-items: start;
}

/* Новые стили для трех колонок калькулятора */
.calc-top-row {
    display: grid;
    grid-template-columns: 1fr 1.2fr 1.2fr;
    gap: 30px;
    margin-bottom: 40px;
    align-items: start;
}

/* Месячный бюджет в чеке */
#res-monthly-budget {
    font-size: 13px;
    color: var(--grey);
    text-align: right;
    margin-top: 8px;
}
#res-monthly-budget strong {
    color: var(--dark);
    font-weight: 700;
}

/* Адаптив под планшеты и смартфоны */
@media (max-width: 1024px) {
    .calc-top-row {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}
@media (max-width: 768px) {
    .calc-top-row {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 25px;
    }
}

.calc-settings label {
    display: block; font-size: 11px; text-transform: uppercase; 
    letter-spacing: 1px; color: var(--grey); margin-bottom: 12px;
}


.area-input-group { margin-bottom: 15px; }
.area-input-group input {
    background: transparent; border: none; font-family: 'Playfair Display', serif; 
    font-size: 48px; width: 100%; outline: none; color: var(--dark); line-height: 1;
}
.custom-slider {
    -webkit-appearance: none; width: 100%; height: 2px; background: #e2e8f0; outline: none; border-radius: 2px;
}
.custom-slider::-webkit-slider-thumb {
    -webkit-appearance: none; appearance: none; width: 16px; height: 16px; 
    border-radius: 50%; background: var(--dark); cursor: pointer; transition: 0.2s;
}
.custom-slider::-webkit-slider-thumb:hover { transform: scale(1.2); }


.segmented-control {
    background: #f4f4f5 !important;
    padding: 3px !important;
    border-radius: 8px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

/* Сетка 3 колонки для выбора тарифа */
#packageSelector {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 3px !important;
}


#subscriptionSelector {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 4px !important;
}


.seg-btn {
    flex: 1; border: none; background: transparent; padding: 12px 0; font-size: 13px; font-weight: 600; 
    color: var(--grey); cursor: pointer; border-radius: 6px; transition: var(--transition);
}
.seg-btn.active { background: var(--white); color: var(--dark); box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
.tariff-hint { font-size: 12px; color: var(--grey); }

/* Навигация допов */
.addons-nav { 
    display: flex; gap: 25px; margin-bottom: 30px; border-bottom: 1px solid #e2e8f0; overflow-x: auto; scrollbar-width: none;
}
.addons-nav::-webkit-scrollbar { display: none; }
.filter-btn {
    background: none; border: none; padding: 12px 0; cursor: pointer; font-size: 13px; font-weight: 600; 
    color: var(--grey); border-bottom: 2px solid transparent; white-space: nowrap; margin-bottom: -1px; transition: 0.3s;
}
.filter-btn.active { color: var(--dark); border-bottom-color: var(--dark); }

/* Сетка допов (Компактная) */
.addons-grid-compact { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 12px; }
.addon-item {
    padding: 12px 16px; border-radius: 8px; background: var(--light-bg); display: flex; 
    justify-content: space-between; align-items: center; transition: 0.3s; border: 1px solid transparent;
}
.addon-item.selected { background: var(--white); border-color: var(--dark); box-shadow: 0 4px 15px rgba(0,0,0,0.03);}
.addon-info { display: flex; flex-direction: column; gap: 4px; }
.addon-name { font-size: 13px; font-weight: 600; color: var(--dark); line-height: 1.2; }
.addon-price { font-size: 11px; color: var(--grey); }

/* Кнопки плюс/минус */
.stepper { display: flex; align-items: center; gap: 10px; background: var(--white); border-radius: 20px; padding: 2px; box-shadow: 0 2px 5px rgba(0,0,0,0.02); }
.stepper button {
    width: 24px; height: 24px; border: none; background: transparent; color: var(--dark); 
    font-size: 16px; cursor: pointer; border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: 0.2s;
}
.stepper button:hover { background: #f1f5f9; }
.stepper .val { font-size: 13px; font-weight: 600; min-width: 12px; text-align: center; }

/* Боковой Чек */
.calc-summary { position: sticky; top: 100px; }
.summary-card { background: var(--light-bg); padding: 40px; border-radius: 12px; }
.summary-card h3 { font-family: 'Playfair Display', serif; font-size: 24px; margin-bottom: 30px; border-bottom: 1px solid #e2e8f0; padding-bottom: 15px; }
.summary-list { list-style: none; margin-bottom: 25px; }
.summary-list li { display: flex; justify-content: space-between; margin-bottom: 15px; font-size: 14px; }
.s-label { color: var(--grey); }
.s-label b { color: var(--dark); font-weight: 600; }
.s-val { font-weight: 600; }

.summary-stats { display: flex; flex-direction: column; gap: 15px; padding: 20px 0; border-top: 1px solid #e2e8f0; border-bottom: 1px solid #e2e8f0; margin-bottom: 25px; }
.s-time { display: flex; align-items: center; gap: 12px; }
.s-time span { width: 32px; height: 32px; background: var(--white); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 700; color: var(--dark); box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
.s-time strong { font-family: 'Playfair Display', serif; font-size: 20px; line-height: 1; }
.s-time small { font-size: 11px; color: var(--grey); text-transform: uppercase; margin-left: 5px; }
.s-benefit { font-size: 13px; color: var(--grey); }
.s-benefit strong { color: #10b981; } 

/* Исправленный блок Итого */
.summary-total { 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    margin-top: 30px; 
    padding-top: 20px;
    border-top: 1px solid #e2e8f0;
}

.summary-total span:first-child { 
    font-size: 12px; 
    text-transform: uppercase; 
    color: #1a1c1e; 
    letter-spacing: 1px; 
}

.total-price { 
    font-family: 'Playfair Display', serif; 
    display: flex;
    align-items: baseline; 
    gap: 8px;
    color: var(--dark);
}

#res-total {
    font-size: 42px; 
    font-weight: 700;
    line-height: 2;
}

.currency-symbol {
    font-size: 24px; 
    font-weight: 400;
    color: var(--dark);
}

/* =========================================

/* СЕКЦИЯ ОСНОВАТЕЛЬ  */
.founder { padding: 0px 0; background: #fff; }

.founder-layout-perfect {
    display: flex;           
    align-items: stretch;   
    gap: 80px;
    margin-bottom: 80px;
}

/* КОЛОНКА С ФОТО */
.f-photo-column {
    flex: 0 0 450px;       
    position: relative;
}

.f-full-img {
    width: 100%;
    height: auto;        
    display: block;
    border-radius: 2px;
}

.f-badge {
    position: absolute;
    bottom: 30px; right: -20px;
    background: #fff; padding: 18px 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

/* КОЛОНКА С ТЕКСТОМ */
.f-text-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
    padding: 2px 0; 
}

/* Стили текста */
.f-text-top p { 
    font-size: 16px; 
    line-height: 1.7; 
    color: #4a5568; 
    margin-bottom: 20px; 
    margin-top: 0; 
}
.f-text-top p:first-child { margin-top: -5px; } 

.f-quote-mark { color: #cbd5e1; font-size: 35px; font-family: serif; line-height: 0; margin-right: 5px; }

.f-sign { 
    font-family: 'Playfair Display', serif; 
    font-style: italic; 
    font-size: 18px; 
    margin-bottom: 20px; 
}

/* ЦЕННОСТИ */
.v-divider { height: 1px; background: #f1f5f9; margin-bottom: 40px; }
.v-title { text-align: center; font-size: 11px; color: #94a3b8; text-transform: uppercase; margin-bottom: 30px; }
.v-grid-row { display: flex; gap: 15px; }
.v-card { flex: 1; background: #f8fafc; padding: 25px; font-size: 13px; font-weight: 600; border-radius: 4px; }
.v-card span { display: block; color: #cbd5e1; margin-bottom: 10px; font-size: 11px; }

/* Адаптив: на мобилках в одну колонку */
@media (max-width: 1024px) {
    .founder-layout-perfect { flex-direction: column; gap: 40px; }
    .f-photo-column { flex: 0 0 auto; width: 100%; }
    .v-grid-row { flex-direction: column; }
}
/* =========================================
   FOOTER
========================================= */
.footer { padding: 40px 0; border-top: 1px solid rgba(0,0,0,0.05); }
.footer-wrap { display: flex; flex-direction: column; align-items: center; gap: 20px; font-size: 10px; color: var(--grey); letter-spacing: 1px; }

/* =========================================
   RESPONSIVE QUERIES
========================================= */
@media (min-width: 1025px) {
    .founder-grid { grid-template-columns: 1.2fr 0.8fr; gap: 100px; }
    .sub-text { padding: 80px; }
    .proc-grid { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 1024px) {
    .desktop-only { display: none; }
    .mobile-only { display: block; }
    .hero-flex { flex-direction: column; text-align: center; }
    .hero-info { order: 2; }
    .hero-visual { order: 1; width: 100%; }
    .hero-desc { margin: 0 auto 35px; }
    .sub-card { flex-direction: column; }
    .calc-modern-wrapper { grid-template-columns: 1fr; gap: 40px; }
    .calc-summary { position: relative; top: 0; }
}

@media (max-width: 600px) {
    .calc-top-row { grid-template-columns: 1fr; gap: 30px; }
    .addons-grid-compact { grid-template-columns: 1fr; }
    .summary-card { padding: 25px; }
    h1 { font-size: 40px; }
}


@media (max-width: 1024px) {
    /* Добавить сюда: */
    .founder-modern-grid { grid-template-columns: 1fr; gap: 60px; }
    .founder-name-tag { right: 20px; bottom: -20px; }
    .founder-img { height: 450px; }
}

@media (max-width: 600px) {
    /* Добавить сюда: */
    .founder-values-inline ul { grid-template-columns: 1fr; }
    .quote-mark { left: -10px; top: -40px; font-size: 100px; }
}

.benefit-stats { padding: 100px 0; background: #fff; }

.benefit-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.benefit-card {
    background: #f8fafc;
    padding: 50px;
    border-radius: 2px;
    border: 1px solid #f1f5f9;
    transition: transform 0.3s ease;
}

.benefit-card:hover { transform: translateY(-5px); }

.b-card-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
}

.b-icon {
    width: 40px; height: 40px;
    color: #1a1c1e;
}

.benefit-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    font-weight: 700;
}

.b-desc {
    font-size: 14px;
    color: #64748b;
    margin-bottom: 40px;
    line-height: 1.6;
    max-width: 80%;
}

.b-stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.b-stat-item {
    padding: 20px;
    background: #fff;
    border-radius: 4px;
}

.b-stat-item span {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #94a3b8;
    margin-bottom: 10px;
}

.b-stat-item strong {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    display: block;
    font-variant-numeric: lining-nums;
}

/* Выделение 5-летнего результата */
.b-stat-item.highlight {
    grid-column: span 2;
    background: #1a1c1e;
    color: #fff;
}

.b-stat-item.highlight strong {
    font-size: 36px;
    color: #fff;
}

.b-stat-item.highlight small {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    color: #94a3b8;
}

/* Адаптив */
@media (max-width: 1024px) {
    .benefit-wrapper { grid-template-columns: 1fr; }
    .benefit-card { padding: 30px; }
}

@media (max-width: 600px) {
    .b-stats-grid { grid-template-columns: 1fr; }
    .b-stat-item.highlight { grid-column: span 1; }
}


@media (max-width: 480px) {
    .proc-grid { grid-template-columns: 1fr; }
}



/* --- СТИЛИ ДЛЯ НОВОЙ ФОРМЫ --- */
.order-form { margin-top: 25px; }
.form-inputs { display: flex; flex-direction: column; gap: 10px; margin-bottom: 15px; }
.input-modern {
    width: 100%; padding: 16px; border: 1px solid #e2e8f0; border-radius: 8px;
    font-family: 'Inter', sans-serif; font-size: 14px; background: var(--white);
    color: var(--dark); transition: border 0.3s;
}
.input-modern:focus { outline: none; border-color: var(--grey); }
.form-status { font-size: 13px; margin-top: 15px; text-align: center; font-weight: 600; }
.btn-chrome-big:disabled { opacity: 0.7; cursor: not-allowed; }

/* --- ГЛОБАЛЬНЫЙ ИСПРАВИТЕЛЬ МОБИЛЬНОЙ ВЕРСТКИ --- */

body { max-width: 100vw; overflow-x: hidden; }
.hero-platinum { overflow: hidden; }


@media (max-width: 768px) {
    .hero-platinum { padding: 40px 0; }
    h1 { font-size: clamp(28px, 8vw, 42px) !important; margin-bottom: 15px; }
    .hero-desc { font-size: 14px; width: 100%; max-width: 100%; margin-bottom: 25px; }
    .hero-visual img { height: 350px; border-radius: 12px; }
    .metal-sphere { width: 80px; height: 80px; top: -20px; left: -10px; }
    

    .adv-grid, .v-grid-row, .b-stats-grid { 
        grid-template-columns: 1fr !important; gap: 15px; 
    }
    .b-stat-item.highlight { grid-column: 1 !important; }
    .benefit-card { padding: 25px; }
    .benefit-card h3 { font-size: 22px; }
    .b-desc { max-width: 100%; }

    /* Калькулятор */
    .premium-calc { padding: 60px 0; }
    .calc-modern-wrapper { gap: 30px; }
    .calc-top-row { grid-template-columns: 1fr; gap: 20px; margin-bottom: 25px; }
    .summary-card { padding: 25px 20px; margin: 0 -10px; border-radius: 8px; }
    .seg-btn { font-size: 11px; padding: 10px 0; }
    .addons-nav { gap: 15px; padding-bottom: 10px; }
    .filter-btn { font-size: 12px; }
    
    /* Секция Основателя */
    .founder-layout-perfect { flex-direction: column; gap: 30px; margin-bottom: 40px; }
    .f-photo-column { flex: unset; width: 100%; max-width: 100%; }
    .f-full-img { max-height: 450px; object-fit: cover; object-position: top; }
    .f-badge { bottom: 10px; right: 10px; padding: 12px 15px; }
    .f-text-column { padding: 0; }
    .f-text-top p { font-size: 14px; }
    .f-sign { font-size: 16px; margin-bottom: 15px; }
    .btn-chrome { width: 100%; } 

    /* Шаги уборки */
    .process { padding: 50px 0; }
    .proc-grid { grid-template-columns: 1fr; gap: 20px; }
    
    /* Абонементы */
    .sub-text { padding: 30px 20px; }
    .sub-text h2 { font-size: 26px; }
    .sub-visual { min-height: 250px; }
    
    /* Итоговые суммы */
    #res-total { font-size: 32px; }
    .total-price { gap: 5px; }
}

@media (max-width: 380px) {
    h1 { font-size: 26px !important; }
    .chrome-btn-sm, .btn-chrome { font-size: 10px; padding: 12px 20px; }
    .segmented-control { flex-direction: column; } 
    .seg-btn { width: 100%; margin-bottom: 2px; }
}

/* =========================================
   СЕКЦИЯ FAQ (ВОПРОСЫ И ОТВЕТЫ)
========================================= */
.faq-section {
    padding: 100px 0;
    background-color: var(--white);
}

.faq-wrapper {
    max-width: 850px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Элемент аккордеона */
.faq-item {
    border-bottom: 1px solid #e2e8f0;
    padding: 24px 10px;
    transition: padding 0.3s ease, background-color 0.3s ease;
}

.faq-item:hover {
    background-color: #f8fafc;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 6px;
}

/* Название вопроса (Summary) */
.faq-item summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none; /* Убирает стандартный маркер-треугольник */
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: var(--dark);
    outline: none;
    user-select: none;
    gap: 20px;
}

/* Убирает стандартный маркер в Safari/Chrome */
.faq-item summary::-webkit-details-marker {
    display: none;
}

/* Кастомная иконка плюс/минус справа */
.faq-item summary::after {
    content: '+';
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 300;
    color: var(--grey);
    transition: transform 0.3s ease, color 0.3s ease;
    display: inline-block;
    line-height: 1;
}

/* Изменение состояния при раскрытии аккордеона */
.faq-item[open] summary::after {
    content: '−'; /* Знак минус */
    transform: rotate(180deg);
    color: var(--dark);
}

.faq-item[open] {
    border-bottom-color: var(--dark);
}

/* Блок ответа внутри аккордеона */
.faq-content {
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 1.7;
    color: #4a5568;
    animation: faqFadeIn 0.35s ease-out;
}

/* Анимация плавного появления текста */
@keyframes faqFadeIn {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.faq-content p {
    margin-bottom: 15px;
}

/* Оформление списков внутри ответов */
.faq-list {
    list-style: none;
    padding: 0;
    margin: 15px 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.faq-list li {
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.6;
    color: #4a5568;
}

/* Элегантный кастомный маркер списка */
.faq-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--grey);
}

.faq-list li strong {
    color: var(--dark);
    font-weight: 600;
}

/* Адаптивность для мобильных экранов */
@media (max-width: 768px) {
    .faq-section {
        padding: 60px 0;
    }
    .faq-item {
        padding: 18px 5px;
    }
    .faq-item summary {
        font-size: 14px;
    }
    .faq-content {
        font-size: 13px;
    }
    .faq-list li {
        font-size: 13px;
    }
}

/* Исправление отображения кнопок и оформление плашки минимального заказа */
.segmented-control {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
    background: #f1f5f9 !important;
    padding: 4px !important;
    border-radius: 8px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}
.segmented-control .seg-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: none !important;
    border-radius: 6px !important;
    background: transparent !important;
    color: #71717a !important;
    font-family: inherit !important;
    font-size: 11px !important; /* Уменьшено для предотвращения сжатия длинных слов */
    font-weight: 600 !important;
    padding: 8px 4px !important;
    cursor: pointer !important;
    transition: all 0.15s ease-in-out !important;
    white-space: nowrap !important;
    text-align: center !important;
    letter-spacing: -0.01em !important;
}

.segmented-control .seg-btn.active {
    background: #ffffff !important;
    color: #18181b !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08) !important;
}
.min-order-warning {
    display: none;
    background: #fef2f2;
    color: #b91c1c;
    border: 1px solid #fca5a5;
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 15px;
    text-align: center;
    font-weight: 500;
}
