:root {
    --primary: #00d2ff; /* Електрик-блакитний (акцент) */
    --primary-dark: #00a8cc;
    --bg-dark: #121212; /* Глибокий чорний */
    --bg-card: #1e1e1e; /* Темно-сірий для карток */
    --text-light: #e0e0e0;
    --text-dark: #333;
    --white: #ffffff;
    --metal: #c0c0c0; /* Сріблястий металік */
    --green: #00c853;
}

/* Base */
body {
    -webkit-user-select: none; user-select: none;
    font-family: 'Montserrat', sans-serif;
    color: var(--text-dark); background: var(--white);
    margin: 0; padding: 0; overflow-x: hidden; line-height: 1.5;
}
* { box-sizing: border-box; }
.container { max-width: 1100px; margin: 0 auto; padding: 0 15px; }
.section { padding: 60px 0; }
.bg-dark { background: var(--bg-card); color: var(--text-light); }
.bg-dark-blue { background: #0a1929; color: var(--text-light); }
.white { color: var(--white) !important; }

/* 🔥 КЛЮЧОВИЙ КЛАС ДЛЯ ФОТО - НЕ ОБРІЗАТИ 🔥 */
.no-crop {
    width: 100%;
    height: auto;
    object-fit: contain; /* Показує фото повністю */
    display: block;
    margin: 0 auto;
    max-height: 500px; /* Обмеження висоти, щоб не було гігантським на ПК */
}

/* Header */
.header { background: var(--white); padding: 15px 0; position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 10px rgba(0,0,0,0.1); border-bottom: 2px solid var(--primary); }
.header-wrap { display: flex; justify-content: space-between; align-items: center; }
.logo { font-weight: 900; font-size: 22px; color: var(--bg-dark); }
.logo span { color: var(--primary); font-style: italic; }
.btn-small { background: var(--bg-dark); color: var(--primary); padding: 8px 20px; border: 2px solid var(--primary); border-radius: 5px; text-decoration: none; font-weight: 700; font-size: 13px; transition: 0.3s; }
.btn-small:hover { background: var(--primary); color: var(--bg-dark); }

/* Hero (Dark Theme) */
.hero { background: linear-gradient(135deg, #1a1a1a 0%, #0d0d0d 100%); color: var(--text-light); padding: 50px 0; overflow: hidden; position: relative; }
.hero::before { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle, rgba(0,210,255,0.1) 0%, rgba(0,0,0,0) 60%); pointer-events: none; }
.hero-container { display: flex; flex-direction: column; align-items: center; gap: 30px; text-align: center; position: relative; z-index: 2; }
.badge-top { background: var(--primary); color: var(--bg-dark); padding: 5px 15px; font-weight: 800; font-size: 12px; border-radius: 20px; display: inline-block; margin-bottom: 15px; box-shadow: 0 0 15px rgba(0,210,255,0.5); }
.hero h1 { font-size: 34px; line-height: 1.1; margin-bottom: 15px; font-weight: 900; color: var(--white); text-shadow: 0 0 10px rgba(0,210,255,0.3); }
.hero h1 span { color: var(--primary); }
.subtitle { font-size: 16px; margin-bottom: 25px; color: #aaa; max-width: 600px; }

.features-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 25px; }
.f-item { background: rgba(255,255,255,0.1); color: var(--primary); padding: 8px 15px; border-radius: 4px; font-size: 13px; font-weight: 700; border: 1px solid var(--primary); }

.price-block { margin-bottom: 25px; }
.old-price { text-decoration: line-through; color: #777; font-size: 20px; margin-right: 15px; }
.new-price { color: var(--primary); font-size: 42px; font-weight: 900; text-shadow: 0 0 15px rgba(0,210,255,0.4); }

.hero-image-container { position: relative; width: 100%; max-width: 500px; }
/* Main product image uses .no-crop class defined above */
.tech-badge { position: absolute; bottom: 20px; right: 10px; background: rgba(0,0,0,0.7); color: var(--primary); padding: 10px 15px; font-weight: 800; font-size: 14px; border: 1px solid var(--primary); border-radius: 10px; backdrop-filter: blur(5px); }

/* Buttons */
.btn-main {
    display: flex; justify-content: center; align-items: center; text-align: center;
    background: var(--primary); color: var(--bg-dark); padding: 18px 30px; width: 100%; max-width: 450px; margin: 0 auto;
    border-radius: 50px; font-size: 18px; font-weight: 800; text-transform: uppercase; text-decoration: none; border: none; cursor: pointer;
    box-shadow: 0 10px 25px rgba(0, 210, 255, 0.4); transition: transform 0.2s, background 0.3s;
}
.btn-main:hover { background: var(--white); box-shadow: 0 10px 35px rgba(0, 210, 255, 0.6); transform: translateY(-3px); }
.pulse-btn { animation: pulse 2s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(0, 210, 255, 0.7); } 70% { box-shadow: 0 0 0 15px rgba(0, 210, 255, 0); } 100% { box-shadow: 0 0 0 0 rgba(0, 210, 255, 0); } }
.timer-text { margin-top: 15px; font-size: 14px; color: #aaa; font-weight: 600; }

/* Sections */
.section-title { text-align: center; font-size: 28px; margin-bottom: 40px; text-transform: uppercase; font-weight: 900; color: var(--bg-dark); position: relative; }
.section-desc { text-align: center; max-width: 700px; margin: -20px auto 40px; color: #666; font-size: 16px; }
.section-title.white { color: var(--white); }

/* Benefits (Pain Points) */
.benefits-grid { display: grid; gap: 15px; grid-template-columns: 1fr; }
.b-card { background: white; padding: 25px; border-radius: 15px; text-align: center; box-shadow: 0 5px 20px rgba(0,0,0,0.05); border-top: 4px solid var(--primary); }
.b-icon { font-size: 40px; margin-bottom: 15px; }
.b-card h3 { font-size: 18px; margin-bottom: 10px; font-weight: 700; color: var(--bg-dark); }
.b-card p { font-size: 14px; color: #555; }

/* Tech Grid (Dark) */
.tech-grid { display: grid; gap: 30px; }
.tech-item { text-align: center; background: rgba(255,255,255,0.05); padding: 20px; border-radius: 15px; border: 1px solid rgba(0,210,255,0.2); transition: 0.3s; }
.tech-item:hover { border-color: var(--primary); box-shadow: 0 5px 15px rgba(0,210,255,0.2); }
/* Tech images use .no-crop class */
.tech-item h3 { color: var(--primary); margin: 15px 0 10px; font-size: 18px; font-weight: 800; }
.tech-item p { color: #ccc; font-size: 14px; }

/* Specs */
.specs-container { display: flex; flex-direction: column; gap: 30px; align-items: center; background: var(--white); padding: 30px; border-radius: 15px; box-shadow: 0 5px 20px rgba(0,0,0,0.05); }
.specs-data { width: 100%; }
.check-list li { list-style: none; position: relative; padding-left: 25px; margin-bottom: 12px; color: #555; font-size: 15px; }
.check-list li:before { content: '✓'; position: absolute; left: 0; color: var(--primary); font-weight: bold; }
.check-list strong { color: var(--bg-dark); }
.specs-image { width: 100%; max-width: 400px; }
/* Specs image uses .no-crop class */

/* Google Reviews (Dark Blue Style) */
.google-review-header { background: rgba(0,0,0,0.3); border-radius: 15px; padding: 20px; margin-bottom: 25px; border: 1px solid rgba(0,210,255,0.3); }
.g-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 5px; }
.g-logo { font-family: sans-serif; font-weight: bold; font-size: 18px; letter-spacing: -1px; }
.g-shopping { color: #fff; font-weight: 400; margin-left: 5px; }
.g-rating { color: #fff; font-weight: bold; font-size: 20px; }
.g-verified { color: var(--primary); font-size: 11px; margin-bottom: 15px; text-transform: uppercase; font-weight: 600; }
.g-progress-wrap { background: rgba(255,255,255,0.1); height: 6px; border-radius: 3px; overflow: hidden; margin-bottom: 8px; }
.g-progress-bar { background: var(--green); height: 100%; }
.g-stats { display: flex; justify-content: space-between; font-size: 12px; color: #ccc; }
.g-green { color: var(--green); font-weight: bold; }

.reviews-grid-scroll { display: grid; gap: 15px; grid-template-columns: 1fr; max-height: 600px; overflow-y: auto; padding-right: 5px; }
.review-item { background: rgba(255,255,255,0.05); padding: 20px; border-radius: 12px; border: 1px solid rgba(255,255,255,0.1); }
.ri-head { display: flex; justify-content: space-between; margin-bottom: 10px; align-items: center; }
.ri-name { color: var(--primary); font-weight: 700; font-size: 14px; }
.ri-stars { color: #ffc107; font-size: 13px; }
.ri-text { color: #ddd; font-size: 13px; line-height: 1.5; margin-bottom: 10px; }
.ri-date { font-size: 11px; color: #888; text-align: right; }

/* Order Form (Dark & Neon) */
.order-section { background: #0d0d0d; padding: 60px 0; position: relative; overflow: hidden; }
.order-section::before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%; background: radial-gradient(circle, rgba(0,210,255,0.05) 0%, rgba(0,0,0,0) 70%); pointer-events: none; }
.form-wrapper { background: var(--bg-card); color: var(--text-light); padding: 30px 20px; border-radius: 15px; max-width: 500px; margin: 0 auto; box-shadow: 0 20px 50px rgba(0,0,0,0.5); border: 2px solid var(--primary); position: relative; z-index: 2; }
.form-wrapper h2 { text-align: center; font-size: 24px; margin-bottom: 5px; color: var(--white); }
.form-wrapper > p { text-align: center; font-size: 14px; color: #aaa; margin-bottom: 20px; }
.product-preview { display: flex; align-items: center; gap: 15px; background: rgba(255,255,255,0.05); padding: 10px; border-radius: 8px; margin-bottom: 20px; border: 1px solid rgba(0,210,255,0.2); }
.product-preview img { width: 60px; height: 60px; object-fit: contain; border-radius: 5px; background: #fff; padding: 5px; }
.pp-info h4 { font-size: 14px; margin-bottom: 3px; font-weight: 700; color: var(--primary); }
.pp-info p { font-size: 12px; color: #ccc; margin: 0; }

.input-group { margin-bottom: 15px; }
.input-group label { display: block; margin-bottom: 6px; font-weight: 700; font-size: 12px; text-transform: uppercase; color: var(--primary); }
.input-group input { width: 100%; padding: 14px; border: 1px solid #444; border-radius: 6px; font-size: 16px; background: #2a2a2a; color: white; -webkit-appearance: none; transition: 0.3s; }
.input-group input:focus { border-color: var(--primary); box-shadow: 0 0 10px rgba(0,210,255,0.2); outline: none; }

.price-final { font-size: 18px; text-align: center; font-weight: 700; margin: 25px 0; border-top: 1px solid #444; padding-top: 20px; color: var(--white); }
.price-final span { color: var(--primary); font-size: 28px; text-shadow: 0 0 10px rgba(0,210,255,0.5); }
.spam-warning { display: none; background: rgba(0, 200, 83, 0.2); color: var(--green); padding: 10px; border-radius: 5px; text-align: center; margin-bottom: 15px; font-size: 13px; font-weight: 600; border: 1px solid var(--green); }
.secure-text { text-align: center; margin-top: 15px; font-size: 11px; color: #777; }

/* Footer */
footer { background: #000; color: #555; text-align: center; padding: 30px 0; font-size: 12px; border-top: 1px solid #222; }
footer a { color: #777; text-decoration: none; }

/* PC ADAPTATION */
@media (min-width: 768px) {
    .hero { padding: 100px 0; }
    .hero-container { flex-direction: row; text-align: left; justify-content: space-between; gap: 50px; }
    .hero-content { flex: 1; align-items: flex-start; text-align: left; }
    .hero h1 { font-size: 48px; }
    .hero-image-container { flex: 1; max-width: 600px; }
    .btn-main { margin: 0; display: inline-flex; }
    .features-row { justify-content: flex-start; }
    
    .benefits-grid { grid-template-columns: repeat(3, 1fr); }
    .tech-grid { grid-template-columns: repeat(3, 1fr); }
    
    .specs-container { flex-direction: row; align-items: center; padding: 40px; }
    .specs-data { flex: 1; }
    .specs-image { flex: 1; }
    
    .reviews-grid-scroll { grid-template-columns: repeat(3, 1fr); max-height: none; overflow-y: visible; }
}