﻿* { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; background: #FAFAF7; color: #2C2C2A; line-height: 1.5; -webkit-font-smoothing: antialiased; }
.container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.container-narrow { max-width: 680px; }
.lang-switcher { position: fixed; top: 16px; right: 16px; z-index: 100; display: flex; gap: 4px; background: white; border: 1px solid #E8E5DE; border-radius: 999px; padding: 4px; }
.lang-btn { background: none; border: none; padding: 6px 12px; font-size: 12px; font-weight: 500; color: #888780; cursor: pointer; border-radius: 999px; transition: all 0.15s; }
.lang-btn.active { background: #2C2C2A; color: white; }
.hero { padding: 80px 0 60px; text-align: center; }
.hero-tagline { font-size: 12px; letter-spacing: 0.2em; color: #888780; margin-bottom: 16px; font-weight: 500; }
.hero-title { font-size: clamp(32px, 5vw, 48px); font-weight: 600; line-height: 1.1; color: #2C2C2A; margin-bottom: 20px; letter-spacing: -0.02em; }
.hero-subtitle { font-size: clamp(16px, 2vw, 18px); color: #5F5E5A; margin-bottom: 32px; max-width: 560px; margin-left: auto; margin-right: auto; }
.hero-note { margin-top: 24px; font-size: 12px; color: #888780; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-family: inherit; font-size: 15px; font-weight: 500; padding: 12px 24px; border-radius: 10px; border: none; cursor: pointer; text-decoration: none; transition: all 0.15s ease; }
.btn-primary { background: #C46A3C; color: white; }
.btn-primary:hover { background: #A8552B; }
.btn-primary:disabled { opacity: 0.5; cursor: not-allowed; }
.btn-block { width: 100%; padding: 14px 24px; }
.card { background: white; border: 1px solid #E8E5DE; border-radius: 16px; padding: 32px; }
.story { padding: 20px 0 40px; }
.story h2 { font-size: 22px; font-weight: 600; margin-bottom: 12px; color: #2C2C2A; }
.story p { color: #5F5E5A; line-height: 1.7; }
.vote-intro { text-align: center; padding: 40px 0 20px; }
.vote-intro h2 { font-size: 26px; font-weight: 600; color: #2C2C2A; margin-bottom: 8px; }
.vote-intro p { font-size: 14px; color: #888780; }
.filter-section { padding: 16px 0 24px; }
.filter-row { display: flex; gap: 8px; overflow-x: auto; justify-content: flex-start; padding-bottom: 4px; scrollbar-width: thin; }
.filter-row::-webkit-scrollbar { height: 4px; }
.filter-row::-webkit-scrollbar-thumb { background: #E8E5DE; border-radius: 2px; }
@media (min-width: 640px) { .filter-row { justify-content: center; flex-wrap: wrap; overflow-x: visible; } }
.filter-pill { background: white; border: 1px solid #E8E5DE; color: #5F5E5A; padding: 8px 16px; border-radius: 999px; font-size: 13px; font-weight: 500; cursor: pointer; white-space: nowrap; transition: all 0.15s; font-family: inherit; }
.filter-pill:hover { border-color: #C46A3C; }
.filter-pill.active { background: #2C2C2A; color: white; border-color: #2C2C2A; }
.products-section { padding: 16px 0 60px; }
.product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
@media (min-width: 640px) { .product-grid { grid-template-columns: repeat(3, 1fr); gap: 16px; } }
@media (min-width: 900px) { .product-grid { grid-template-columns: repeat(4, 1fr); } }
.product-card { background: white; border: 1px solid #E8E5DE; border-radius: 14px; padding: 12px; transition: border-color 0.15s; }
.product-card:hover { border-color: #C46A3C; }
.product-image { height: 100px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 40px; margin-bottom: 12px; }
.product-country { font-size: 10px; letter-spacing: 0.15em; color: #888780; margin-bottom: 4px; font-weight: 500; }
.product-name { font-size: 14px; font-weight: 600; color: #2C2C2A; margin-bottom: 4px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.product-desc { font-size: 12px; color: #888780; margin-bottom: 12px; line-height: 1.4; height: 33px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.product-footer { display: flex; justify-content: space-between; align-items: center; }
.product-price { font-size: 14px; font-weight: 600; color: #2C2C2A; }
.vote-btn { display: flex; align-items: center; gap: 4px; background: white; border: 1px solid #E8E5DE; color: #5F5E5A; padding: 5px 10px; border-radius: 999px; font-size: 12px; font-weight: 500; cursor: pointer; transition: all 0.15s; font-family: inherit; }
.vote-btn:hover { border-color: #C46A3C; }
.vote-btn.voted { background: #FAECE7; border-color: #C46A3C; color: #C46A3C; }
.heart { width: 12px; height: 12px; fill: none; stroke: currentColor; stroke-width: 2; }
.vote-btn.voted .heart { fill: #C46A3C; }
.signup-section { padding: 20px 0 60px; }
.signup-card h2 { font-size: 26px; font-weight: 600; margin-bottom: 8px; color: #2C2C2A; }
.signup-subtitle { font-size: 14px; color: #888780; margin-bottom: 24px; }
.field { margin-bottom: 20px; }
.field label { display: block; font-size: 13px; color: #5F5E5A; margin-bottom: 8px; font-weight: 500; }
.field input[type="email"], .field input[type="text"] { width: 100%; padding: 12px 16px; border: 1px solid #E8E5DE; border-radius: 10px; font-size: 15px; font-family: inherit; background: white; color: #2C2C2A; transition: border-color 0.15s; }
.field input:focus { outline: none; border-color: #C46A3C; }
.chip-group { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { display: inline-block; padding: 8px 14px; background: white; border: 1px solid #E8E5DE; border-radius: 999px; font-size: 13px; color: #5F5E5A; cursor: pointer; transition: all 0.15s; user-select: none; }
.chip:hover { border-color: #C46A3C; }
.chip input { display: none; }
.chip:has(input:checked) { background: #C46A3C; color: white; border-color: #C46A3C; }
.form-error { font-size: 13px; color: #C46A3C; background: #FAECE7; padding: 10px 14px; border-radius: 8px; margin-bottom: 16px; }
.legal-note { text-align: center; font-size: 11px; color: #888780; margin-top: 12px; }
.success-state { text-align: center; padding: 32px 0; }
.success-icon { font-size: 48px; margin-bottom: 16px; }
.success-state h2 { font-size: 26px; font-weight: 600; color: #2C2C2A; margin-bottom: 8px; }
.success-state p { color: #5F5E5A; }
.footer { padding: 32px 0; text-align: center; }
.footer p { font-size: 11px; color: #888780; }
