/* --- СБРОС СТИЛЕЙ --- */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* --- НАСТРОЙКА ЦВЕТОВ (Tech-Cyan тема для очков) --- */
:root {
    --bg-page: #000000;
    --bg-app: #111111;
    --bg-card: #1a1a2e;
    --text-main: #ffffff;
    --accent: #00b4d8;          /* Голубой/Cyan акцент */
    --accent-light: #48cae4;    
    --accent-dark: #0096c7;     
    --cta-color: #00b4d8;       /* Цвет кнопок */
    --cta-dark: #0077b6;
    --cta-glow: rgba(0, 180, 216, 0.35);
    --discount-red: #e63946;    /* Красный для бейджика скидки */
    --border-radius: 12px;
}

/* --- ЦЕНТРИРОВАНИЕ САЙТА --- */
body {
    background-color: var(--bg-page);
    color: var(--text-main);
    font-family: 'Inter', sans-serif;
    min-height: 100vh;
    /* Удалили display: flex и justify-content: center */
}

.app-container {
    width: 100%;
    max-width: 480px;
    margin: 0 auto; /* Вот это вернет сайт строго по центру */
    background-color: var(--bg-app);
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
    box-shadow: 0 20px 80px -10px rgba(0, 180, 216, 0.15);
}
/* --- HERO SECTION --- */
.hero {
    text-align: center;
    padding: 20px 15px 35px;
    width: 100%;
    background-color: var(--bg-app);
    border-radius: 0 0 40px 40px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.hero-label {
    display: inline-block;
    background: rgba(0, 180, 216, 0.12);
    border: 1px solid rgba(0, 180, 216, 0.3);
    color: var(--accent-light);
    font-size: 12px;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
}

.main-title {
    font-size: 22px;
    font-weight: 900;
    line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
}

.main-title .highlight {
    font-size: 28px;
    font-weight: 900;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background: linear-gradient(180deg, #fff 30%, var(--accent-light) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Картинка */
.product-visual {
    position: relative;
    margin-bottom: 15px;
    border-radius: var(--border-radius);
    overflow: hidden;
    border: 1px solid #333;
}

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

.discount-badge {
    position: absolute;
    top: 25px;
    right: -35px;
    background-color: var(--discount-red);
    color: #fff;
    padding: 5px 50px;
    transform: rotate(45deg);
    font-weight: 800;
    font-size: 15px;
    z-index: 10;
    box-shadow: 0 2px 5px rgba(0,0,0,0.5);
}

/* Таймер */
.timer-block {
    background: rgba(0, 180, 216, 0.08);
    border: 1px solid rgba(0, 180, 216, 0.25);
    border-radius: 12px;
    padding: 12px 15px;
    margin-bottom: 20px;
    text-align: center;
}

.timer-label {
    font-size: 12px;
    color: #aaa;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}

.timer-digits {
    display: flex;
    justify-content: center;
    gap: 8px;
    align-items: center;
}

.timer-unit {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 8px;
    padding: 8px 12px;
    min-width: 52px;
    text-align: center;
}

.timer-unit .num {
    font-size: 26px;
    font-weight: 900;
    color: #fff;
    line-height: 1;
    display: block;
}

.timer-unit .lbl {
    font-size: 9px;
    color: #888;
    text-transform: uppercase;
    margin-top: 2px;
    display: block;
}

.timer-sep {
    font-size: 24px;
    font-weight: 700;
    color: var(--accent);
    line-height: 1;
}

/* Цена */
.price-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.price-main {
    font-family: 'Inter', sans-serif;
    font-size: 42px;
    font-weight: 900;
    line-height: 0.9;
    letter-spacing: -1px;
    color: #fff;
    background: linear-gradient(180deg, #fff 40%, #ccc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.price-currency {
    font-size: 14px;
    font-weight: 700;
    color: #aaa;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.price-info {
    text-align: left;
    font-size: 12px;
}

.price-old {
    color: #bbb;
    margin-bottom: 4px;
    text-transform: uppercase;
    font-weight: 700;
}

.price-old s {
    font-size: 16px;
    color: #888;
}

.price-tag {
    background-color: var(--discount-red);
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-weight: 800;
    font-size: 10px;
    line-height: 1.2;
    text-transform: uppercase;
    transform: rotate(-3deg);
    display: inline-block;
}

.divider {
    height: 1px;
    background: rgba(255,255,255,0.1);
    margin: 0 10px 20px;
}

/* --- ВЫСОКИЙ СПРОС --- */
.stock-alert-box {
    border: 1px solid var(--accent);
    border-radius: 15px;
    padding: 15px;
    background: rgba(0, 180, 216, 0.08);
    margin-bottom: 25px;
    text-align: left;
}

.alert-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

@keyframes pulseFire {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.fire-icon {
    font-size: 28px;
    animation: pulseFire 1.5s infinite;
}

.alert-text {
    font-size: 13px;
    line-height: 1.4;
    color: #ddd;
}

.alert-text strong {
    color: var(--accent-light);
    text-transform: uppercase;
    font-weight: 900;
    font-size: 14px;
}

.progress-bar-bg {
    width: 100%;
    height: 10px;
    background-color: #333;
    border-radius: 5px;
    overflow: hidden;
}

.progress-bar-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--accent-dark), var(--accent-light));
    border-radius: 5px;
    transition: width 1s linear;
}

/* --- КНОПКА --- */
.cta-button {
    display: block;
    width: 100%;
    padding: 18px;
    background: linear-gradient(135deg, var(--cta-color), var(--cta-dark));
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 35px;
    box-shadow: 0 10px 25px var(--cta-glow);
    transition: transform 0.2s, box-shadow 0.2s;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.5px;
    border: none;
    cursor: pointer;
}

.cta-button:active {
    transform: scale(0.98);
    box-shadow: 0 5px 15px var(--cta-glow);
}

.cta-sub {
    text-align: center;
    font-size: 12px;
    color: #888;
    margin-top: 10px;
}

.cta-between {
    padding: 20px 15px 30px;
    text-align: center;
}

.cta-between p {
    font-size: 14px;
    color: var(--accent-light);
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.4;
}

.cta-button-sm {
    display: inline-block;
    padding: 14px 30px;
    background: linear-gradient(135deg, var(--cta-color), var(--cta-dark));
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 30px;
    text-decoration: none;
    box-shadow: 0 8px 20px var(--cta-glow);
}

/* --- ОПИСАНИЕ И ХАРАКТЕРИСТИКИ --- */
.desc-section, .target-section, .specs-section, .benefits-section {
    padding: 20px 15px 10px;
}

.desc-card, .target-card, .specs-card {
    background-color: var(--bg-card);
    border-radius: 20px;
    overflow: hidden;
    padding-bottom: 20px;
    border: 1px solid #2a2a4a;
}

.specs-card { padding: 20px; }
.target-card { padding: 25px 20px; }

.desc-title, .section-title {
    padding: 25px 15px;
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
}

.desc-visual img {
    width: 100%;
    display: block;
    height: auto;
}

.desc-content {
    padding: 20px 20px 10px;
}

.desc-content p {
    color: #ddd;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.benefits-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.benefit-card {
    background-color: var(--bg-card);
    border-radius: 16px;
    padding: 18px 14px;
    text-align: center;
    border: 1px solid #2a2a4a;
}

.benefit-icon { font-size: 28px; margin-bottom: 10px; }
.benefit-title { font-size: 13px; font-weight: 800; color: #fff; margin-bottom: 6px; text-transform: uppercase;}
.benefit-text { font-size: 12px; color: #aaa; line-height: 1.4; }

/* Кому подходит */
.target-list { display: flex; flex-direction: column; gap: 16px; }
.target-item { display: flex; align-items: flex-start; gap: 14px; }
.target-icon {
    width: 44px; height: 44px;
    background: rgba(0, 180, 216, 0.12);
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    font-size: 22px; flex-shrink: 0;
}
.target-info h4 { font-size: 14px; font-weight: 800; color: #fff; margin-bottom: 4px; }
.target-info p { font-size: 13px; color: #aaa; line-height: 1.4; }

/* Характеристики */
.specs-title { font-size: 16px; font-weight: 800; color: #fff; text-transform: uppercase; margin-bottom: 16px; text-align: center;}
.spec-row { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.06); }
.spec-row:last-child { border-bottom: none; }
.spec-label { font-size: 13px; color: #888; font-weight: 500; }
.spec-value { font-size: 13px; color: #fff; font-weight: 600; text-align: right; max-width: 60%; }

/* --- ОТЗЫВЫ --- */
.review-cta-section { padding: 10px 15px 30px; }
.google-review-card { background-color: #0a0a1a; border: 1px solid #2a2a4a; border-radius: 20px; padding: 20px; color: #fff; }
.gr-header { display: flex; justify-content: space-between; margin-bottom: 15px; }
.g-logo-row { display: flex; align-items: center; gap: 8px; }
.g-text { font-size: 18px; font-weight: 700; color: #fff; }
.g-badge { font-size: 11px; color: #aaa; font-weight: 600; display: inline-flex; align-items: center; gap: 4px;}
.check-icon { background-color: #34A853; color: #fff; width: 14px; height: 14px; font-size: 9px; display: flex; align-items: center; justify-content: center; border-radius: 2px;}
.score { display: block; font-size: 28px; font-weight: 900; line-height: 1; text-align: right;}
.total { font-size: 12px; color: #888; }
.gr-progress-bg { height: 8px; background-color: #333; border-radius: 4px; margin-bottom: 10px;}
.gr-progress-fill { height: 100%; background: linear-gradient(90deg, var(--accent-dark), var(--accent-light)); border-radius: 4px; }
.gr-footer { display: flex; justify-content: space-between; font-size: 12px; font-weight: 500;}
.satisfaction { color: var(--accent-light); font-weight: 700; }

.reviews-list-section { padding: 20px 15px 30px; }
.reviews-container { display: flex; flex-direction: column; gap: 15px; }
.review-card { background-color: #0a0a1a; border: 1px solid #2a2a4a; border-radius: 15px; padding: 15px; }
.review-header { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; position: relative; }
.r-avatar { width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 18px; color: #fff; flex-shrink: 0; }
.r-name { font-weight: 700; font-size: 14px; margin-bottom: 2px; }
.r-stars { color: #ffc107; font-size: 12px; letter-spacing: 1px; }
.r-badge { font-size: 10px; font-weight: 800; padding: 4px 8px; border-radius: 4px; position: absolute; top: 0; right: 0; }
.badge-new { background-color: var(--accent); color: #fff; }
.badge-verified { background: rgba(46, 125, 50, 0.2); color: #4caf50; border: 1px solid #4caf50; }
.r-text { font-size: 14px; line-height: 1.5; color: #ddd; margin-bottom: 15px; font-style: italic; }
.r-footer { display: flex; justify-content: space-between; font-size: 12px; color: #888; }
.r-likes { display: flex; gap: 10px; color: #aaa; }

/* --- КАК ЗАКАЗАТЬ --- */
.how-section { padding: 20px 15px 30px; }
.how-steps { display: flex; flex-direction: column; gap: 15px; }
.how-step { display: flex; align-items: flex-start; gap: 15px; background-color: var(--bg-card); border-radius: 16px; padding: 18px 15px; border: 1px solid #2a2a4a; }
.step-num { width: 40px; height: 40px; background: linear-gradient(135deg, var(--accent), var(--accent-dark)); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 18px; color: #fff; flex-shrink: 0; }
.step-title { font-size: 15px; font-weight: 800; color: #fff; margin-bottom: 4px; }
.step-text { font-size: 13px; color: #aaa; line-height: 1.4; }

/* --- ФОРМА ЗАКАЗА --- */
.order-section { padding: 30px 15px 40px; background-color: var(--bg-app); border-radius: 20px 20px 0 0; }
.form-inputs { display: flex; flex-direction: column; gap: 15px; margin-bottom: 25px; }
.input-wrapper { position: relative; }
.input-icon { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); font-size: 18px; color: #888; pointer-events: none; }
.custom-input {
    width: 100%; height: 55px; background-color: var(--bg-card);
    border: 1px solid #2a2a4a; border-radius: 12px; padding: 0 15px 0 45px;
    color: #fff; font-size: 16px; font-family: 'Inter', sans-serif; outline: none; transition: border-color 0.3s;
}
.custom-input::placeholder { color: #666; }
.custom-input:focus { border-color: var(--accent); background-color: #1e1e3a; }

@keyframes shakeInput {
    0%, 100% { transform: translateX(0); }
    20% { transform: translateX(-8px); }
    40% { transform: translateX(8px); }
    60% { transform: translateX(-5px); }
    80% { transform: translateX(5px); }
}

/* --- ПОДВАЛ И СТИКИ БАР --- */
.site-footer { padding: 30px 15px 40px; text-align: center; border-top: 1px solid rgba(255, 255, 255, 0.1); font-size: 12px; color: #666; }
.footer-text { margin-bottom: 12px; line-height: 1.5; color: #666; }
.footer-links { display: flex; justify-content: center; gap: 10px; margin-bottom: 10px; }
.footer-links a { color: #888; text-decoration: none; }

.sticky-bar {
    position: fixed; bottom: 0; left: 50%; width: 100%; max-width: 480px;
    background-color: rgba(17, 17, 17, 0.95); backdrop-filter: blur(10px);
    padding: 12px 20px; display: flex; justify-content: space-between; align-items: center;
    border-top: 1px solid #333; z-index: 1000;
    transform: translateX(-50%) translateY(150%); transition: transform 0.4s ease-in-out;
}
.sticky-bar.visible { transform: translateX(-50%) translateY(0); }
.sticky-price { font-size: 20px; font-weight: 900; color: #fff; line-height: 1; margin-bottom: 4px; }
.sticky-status { font-size: 11px; color: var(--accent-light); display: flex; align-items: center; gap: 6px; text-transform: uppercase; font-weight: 700; }
.status-dot { width: 8px; height: 8px; background-color: var(--accent); border-radius: 50%; box-shadow: 0 0 5px var(--accent); }
.sticky-btn { background: linear-gradient(135deg, var(--cta-color), var(--cta-dark)); color: #fff; padding: 12px 28px; border-radius: 30px; font-weight: 800; font-size: 14px; text-transform: uppercase; text-decoration: none; }

/* Уведомления */
.pro-glass-notification {
    position: fixed; top: 20px; left: 50%; transform: translateX(-50%) translateY(-200%);
    width: 95%; max-width: 420px; background: rgba(20, 20, 30, 0.65);
    backdrop-filter: blur(16px) saturate(180%); border-radius: 16px;
    padding: 12px; display: flex; align-items: center; gap: 14px; z-index: 9999;
    transition: transform 0.6s, opacity 0.4s ease; opacity: 0;
}
.pro-glass-notification.show { transform: translateX(-50%) translateY(0); opacity: 1; }
.pgn-icon-box { width: 44px; height: 44px; background: linear-gradient(135deg, var(--accent-light), var(--accent-dark)); border-radius: 12px; display: flex; justify-content: center; align-items: center; flex-shrink: 0; }
.pgn-content { flex-grow: 1; display: flex; flex-direction: column; justify-content: center; gap: 2px; }
.pgn-row-top { display: flex; justify-content: space-between; align-items: center; }
.pgn-name { color: #fff; font-weight: 700; font-size: 14px; }
.pgn-time { color: rgba(255, 255, 255, 0.5); font-size: 11px; }
.pgn-desc { color: #ddd; font-size: 13px; }
.pgn-desc .highlight { color: var(--accent-light); font-weight: 600; }