/* Karvon Plast — Main Styles */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
::selection { background: rgba(16,185,129,.3); }
.container-main { max-width: 80rem; margin: 0 auto; }
.section-padding { padding: 4rem 1rem; }
@media (min-width:1024px) { .section-padding { padding: 6rem 2rem; } }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(15,23,42,.92); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(255,255,255,.08); }
.logo-badge { width: 2.5rem; height: 2.5rem; display: flex; align-items: center; justify-content: center; border-radius: .75rem; background: linear-gradient(135deg,#10b981,#047857); color: #fff; font-size: .75rem; font-weight: 700; box-shadow: 0 4px 14px rgba(16,185,129,.35); transition: transform .2s; }
.logo-link:hover .logo-badge { transform: scale(1.05); }
.nav-link { padding: .5rem 1rem; border-radius: .5rem; font-size: .875rem; font-weight: 500; color: #cbd5e1; transition: all .2s; text-decoration: none; }
.nav-link:hover, .nav-link.active { background: rgba(16,185,129,.15); color: #34d399; }
.lang-switch { display: flex; border-radius: .5rem; border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.05); padding: 2px; }
.lang-switch a { padding: .25rem .625rem; font-size: .6875rem; font-weight: 700; text-transform: uppercase; border-radius: .375rem; color: #94a3b8; transition: all .2s; text-decoration: none; }
.lang-switch a.active { background: #059669; color: #fff; }
.btn-primary { display: inline-flex; align-items: center; gap: .5rem; padding: .75rem 1.5rem; border-radius: .75rem; background: #059669; color: #fff; font-size: .875rem; font-weight: 600; box-shadow: 0 4px 14px rgba(5,150,105,.3); transition: all .2s; border: none; cursor: pointer; text-decoration: none; }
.btn-primary:hover { background: #10b981; transform: translateY(-1px); }
.btn-primary-sm { display: inline-flex; align-items: center; gap: .5rem; padding: .5rem 1rem; border-radius: .75rem; background: #059669; color: #fff; font-size: .875rem; font-weight: 600; text-decoration: none; }
.btn-secondary { display: inline-flex; align-items: center; gap: .5rem; padding: .75rem 1.5rem; border-radius: .75rem; border: 2px solid #e2e8f0; background: #fff; color: #334155; font-size: .875rem; font-weight: 600; text-decoration: none; cursor: pointer; }
.mobile-menu { border-top: 1px solid rgba(255,255,255,.08); background: #0f172a; }
.mobile-nav-link { display: block; padding: .75rem 1rem; border-radius: .75rem; color: #cbd5e1; font-size: .875rem; text-decoration: none; }
.hero-home { position: relative; min-height: 90vh; display: flex; align-items: center; justify-content: center; overflow: hidden; background: radial-gradient(ellipse 80% 60% at 50% -20%, rgba(16,185,129,.25), transparent), linear-gradient(180deg, #0f172a, #1e293b); text-align: center; }
.hero-blob { position: absolute; border-radius: 50%; filter: blur(80px); animation: float 6s ease-in-out infinite; }
.hero-blob-1 { width: 500px; height: 500px; background: rgba(16,185,129,.12); top: 10%; left: 10%; }
.hero-blob-2 { width: 400px; height: 400px; background: rgba(20,184,166,.1); bottom: 10%; right: 10%; animation-delay: 3s; }
.hero-badge-sm { display: inline-flex; align-items: center; gap: .5rem; padding: .5rem 1rem; border-radius: 9999px; border: 1px solid rgba(16,185,129,.3); background: rgba(16,185,129,.1); color: #6ee7b7; font-size: .875rem; margin-bottom: 1.5rem; }
.hero-title { font-family: Outfit, sans-serif; font-size: clamp(2.5rem, 8vw, 5rem); font-weight: 800; line-height: 1.05; color: #fff; margin-bottom: 1.5rem; }
.gradient-text { background: linear-gradient(135deg, #34d399, #059669); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero-sub { max-width: 42rem; margin: 0 auto 2.5rem; font-size: 1.125rem; color: #94a3b8; }
.stat-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 2rem; max-width: 56rem; margin: 4rem auto 0; }
@media (min-width:640px) { .stat-grid { grid-template-columns: repeat(4,1fr); } }
.stat-num { font-family: Outfit, sans-serif; font-size: 2.5rem; font-weight: 800; color: #fff; transition: transform .3s; }
.stat-item:hover .stat-num { transform: scale(1.1); }
.stat-label { font-size: .875rem; color: #64748b; margin-top: .25rem; }
.page-hero { position: relative; overflow: hidden; background: radial-gradient(ellipse 80% 60% at 50% -20%, rgba(16,185,129,.25), transparent), linear-gradient(180deg, #0f172a, #1e293b); }
.hero-bg-pattern { position: absolute; inset: 0; opacity: .04; }
.hero-badge { display: inline-block; margin-bottom: 1rem; padding: .375rem 1rem; border-radius: 9999px; border: 1px solid rgba(16,185,129,.3); background: rgba(16,185,129,.1); font-size: .6875rem; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; color: #34d399; }
.page-title { font-family: Outfit, sans-serif; font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 800; color: #fff; }
.page-subtitle { max-width: 42rem; margin: 1rem auto 0; font-size: 1.125rem; color: #94a3b8; }
.card { border-radius: 1rem; border: 1px solid rgba(226,232,240,.8); background: #fff; box-shadow: 0 1px 3px rgba(0,0,0,.06); transition: all .3s; text-decoration: none; color: inherit; display: block; }
.card:hover { box-shadow: 0 10px 30px rgba(0,0,0,.1); }
.feature-card { padding: 1.5rem; height: 100%; }
.feature-card:hover { transform: translateY(-8px); border-color: #a7f3d0; }
.feature-icon { width: 3.5rem; height: 3.5rem; display: flex; align-items: center; justify-content: center; border-radius: .875rem; margin-bottom: 1rem; color: #fff; transition: transform .3s; }
.feature-card:hover .feature-icon { transform: scale(1.1) rotate(3deg); }
.product-card:hover { transform: translateY(-4px); }
.product-img-wrap { position: relative; aspect-ratio: 4/3; overflow: hidden; background: linear-gradient(135deg, #f1f5f9, #e2e8f0); }
.product-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.product-card:hover .product-img-wrap img { transform: scale(1.08); }
.no-img { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%; color: #94a3b8; gap: .5rem; }
.badge-top { position: absolute; top: .75rem; left: .75rem; padding: .25rem .625rem; border-radius: 9999px; background: #059669; color: #fff; font-size: .625rem; font-weight: 700; }
.badge-cat { position: absolute; bottom: .75rem; left: .75rem; padding: .25rem .625rem; border-radius: .5rem; background: rgba(255,255,255,.9); font-size: .625rem; font-weight: 600; color: #334155; }
.product-name { font-weight: 600; color: #1e293b; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.product-price { margin-top: .5rem; font-size: .875rem; font-weight: 700; color: #059669; }
.cat-pill { display: inline-flex; align-items: center; gap: .5rem; padding: .5rem 1rem; border-radius: 9999px; font-size: .875rem; font-weight: 500; background: #fff; color: #475569; text-decoration: none; transition: all .2s; }
.cat-pill:hover, .cat-pill.active { background: #059669; color: #fff; box-shadow: 0 4px 12px rgba(5,150,105,.3); }
.site-footer { background: #0f172a; border-top: 1px solid #1e293b; color: #94a3b8; }
.footer-heading { margin-bottom: 1rem; font-family: Outfit, sans-serif; font-size: .875rem; font-weight: 600; text-transform: uppercase; color: #fff; }
.footer-links { list-style: none; padding: 0; }
.footer-links a { color: #94a3b8; text-decoration: none; font-size: .875rem; line-height: 2; }
.footer-links a:hover { color: #34d399; }
.footer-contact { list-style: none; padding: 0; }
.footer-contact li { display: flex; align-items: flex-start; gap: .75rem; font-size: .875rem; margin-bottom: .75rem; }
.footer-contact svg { width: 1rem; height: 1rem; color: #10b981; flex-shrink: 0; }
.footer-contact a { color: inherit; text-decoration: none; }
.footer-bottom { margin-top: 3rem; padding-top: 2rem; border-top: 1px solid #1e293b; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; font-size: .875rem; }
.input-field { width: 100%; padding: .75rem 1rem; border-radius: .75rem; border: 1px solid #e2e8f0; font-size: .875rem; }
.input-field:focus { outline: none; border-color: #10b981; box-shadow: 0 0 0 3px rgba(16,185,129,.15); }
.label-field { display: block; margin-bottom: .375rem; font-size: .875rem; font-weight: 500; color: #374151; }
.cta-section { position: relative; overflow: hidden; background: linear-gradient(135deg, #059669, #047857, #065f46); }
.section-dark { background: #0f172a; color: #fff; }
.lightbox { position: fixed; inset: 0; z-index: 200; background: rgba(0,0,0,.9); display: flex; align-items: center; justify-content: center; padding: 1rem; opacity: 0; pointer-events: none; transition: opacity .3s; }
.lightbox.open { opacity: 1; pointer-events: all; }
.lightbox-inner { background: #fff; border-radius: 1rem; overflow: hidden; max-width: 64rem; width: 100%; max-height: 90vh; display: flex; flex-direction: column; position: relative; }
@media (min-width:1024px) { .lightbox-inner { flex-direction: row; } }
.lightbox-img { flex: 1; background: #0f172a; display: flex; align-items: center; justify-content: center; min-height: 300px; position: relative; }
.lightbox-img img { max-width: 100%; max-height: 70vh; object-fit: contain; }
.lightbox-info { padding: 1.5rem; }
.lightbox-close { position: fixed; top: 1rem; right: 1rem; background: rgba(255,255,255,.15); border: none; color: #fff; width: 2.5rem; height: 2.5rem; border-radius: 50%; cursor: pointer; z-index: 210; }
.lb-nav { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(0,0,0,.5); border: none; color: #fff; width: 2.5rem; height: 2.5rem; border-radius: 50%; cursor: pointer; }
.lb-nav.prev { left: .5rem; } .lb-nav.next { right: .5rem; }
.lb-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.4); border: none; margin: 0 3px; cursor: pointer; }
.lb-dot.active { background: #fff; width: 24px; border-radius: 4px; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
.process-step-num { width: 4rem; height: 4rem; display: flex; align-items: center; justify-content: center; border-radius: 1rem; background: linear-gradient(135deg, #10b981, #047857); color: #fff; font-family: Outfit, sans-serif; font-size: 1.25rem; font-weight: 700; box-shadow: 0 8px 20px rgba(16,185,129,.3); margin: 0 auto 1rem; }
.showcase-tile { aspect-ratio: 1; border-radius: 1.5rem; border: 1px solid rgba(255,255,255,.1); display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 1.5rem; transition: transform .3s; }
.showcase-tile:hover { transform: scale(1.05); }
.flash { padding: .75rem 1rem; border-radius: .75rem; margin-bottom: 1rem; font-size: .875rem; }
.flash-success { background: #ecfdf5; color: #047857; }
.flash-error { background: #fef2f2; color: #dc2626; }
.admin-tabs { display: flex; gap: .25rem; padding: .25rem; border-radius: .75rem; border: 1px solid #e2e8f0; background: #f8fafc; }
.admin-tab { padding: .5rem 1rem; border-radius: .5rem; font-size: .875rem; font-weight: 500; color: #64748b; text-decoration: none; }
.admin-tab.active { background: #fff; color: #047857; box-shadow: 0 1px 3px rgba(0,0,0,.08); }
