@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');
:root{--orange:#fe5502;--black:#1c1c1c;--soft:#f6f6f4;--line:#e8e8e5;--muted:#6f6f6b}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--black);background:#fff}.container{width:min(1180px,92%);margin:auto}
.topbar{background:var(--black);color:#fff;text-align:center;font-size:12px;padding:10px}.topbar span{color:var(--orange);margin:0 8px}
.header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.95);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.nav{height:82px;display:flex;align-items:center;gap:28px}.brand img{width:150px;height:64px;object-fit:contain}.nav nav{display:flex;gap:25px;margin-left:auto}.nav nav a{color:#2c2c2c;text-decoration:none;font-size:14px;font-weight:600}.nav nav a:hover{color:var(--orange)}.nav-actions{display:flex;align-items:center;gap:8px}.icon-btn,.cart-btn,.mobile-menu{border:0;background:#f4f4f2;border-radius:12px;height:42px;padding:0 13px;cursor:pointer}.cart-btn{background:var(--black);color:#fff;font-weight:700}.cart-btn b{background:var(--orange);border-radius:20px;padding:3px 7px;margin-left:6px}.mobile-menu{display:none}.search-wrap{display:none;padding-bottom:12px}.search-wrap.open{display:block}.search-wrap input{width:100%;padding:14px 16px;border:1px solid var(--line);border-radius:12px;font-size:15px;outline:none}.search-wrap input:focus{border-color:var(--orange)}
.hero{background:linear-gradient(135deg,#fff 0%,#fff8f3 55%,#fff 100%);overflow:hidden}.hero-grid{min-height:560px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:50px}.eyebrow{display:inline-block;color:var(--orange);font-weight:800;letter-spacing:2px;font-size:11px;margin-bottom:12px}.hero h1{font-size:64px;line-height:1.02;letter-spacing:-3px;margin:0 0 20px}.hero h1 strong{color:var(--orange)}.hero p{font-size:18px;line-height:1.7;color:var(--muted);max-width:590px}.hero-buttons{display:flex;gap:12px;margin:28px 0}.btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border:0;border-radius:12px;padding:14px 20px;font-weight:800;cursor:pointer}.btn.primary{background:var(--orange);color:#fff}.btn.light{background:#fff;color:var(--black);border:1px solid var(--line)}.btn.dark{background:var(--black);color:#fff}.btn.full{width:100%}.hero-points{display:flex;gap:18px;flex-wrap:wrap;color:#555;font-size:12px;font-weight:600}.hero-card{height:420px;border-radius:38px;background:var(--black);position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 25px 70px rgba(28,28,28,.16)}.glow{position:absolute;width:340px;height:340px;border-radius:50%;background:var(--orange);filter:blur(10px);opacity:.9}.phone{position:relative;font-size:190px;filter:drop-shadow(0 20px 20px rgba(0,0,0,.35));transform:rotate(-7deg)}.hero-floating{position:absolute;background:#fff;border-radius:14px;padding:12px 15px;font-size:12px;font-weight:800;box-shadow:0 10px 30px rgba(0,0,0,.2)}.hero-floating.one{top:65px;left:38px}.hero-floating.two{right:28px;top:145px}.hero-floating.three{left:55px;bottom:65px}
.section{padding:90px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:30px}.section-head h2{font-size:34px;letter-spacing:-1.5px;margin:0}.section-head>a{color:var(--orange);font-weight:800;text-decoration:none;font-size:14px}.categories{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.category-card{background:var(--soft);border:1px solid transparent;border-radius:20px;padding:25px;text-align:left;cursor:pointer;transition:.2s}.category-card:hover{background:#fff;border-color:#ddd;transform:translateY(-3px);box-shadow:0 12px 30px rgba(0,0,0,.06)}.cat-icon{width:58px;height:58px;border-radius:16px;background:#fff;display:grid;place-items:center;font-size:28px;margin-bottom:28px}.category-card h3{margin:0 0 7px}.category-card p{margin:0;color:var(--muted);font-size:13px}
.promo{padding:20px 0 80px}.promo-inner{background:var(--orange);color:#fff;border-radius:28px;padding:50px 60px;display:flex;align-items:center;justify-content:space-between;gap:25px}.promo .eyebrow{color:#fff}.promo h2{font-size:38px;line-height:1.1;margin:0 0 12px}.promo p{opacity:.9}.promo .dark{background:var(--black)}
.products-section{padding-top:20px}.filters{display:flex;gap:8px;flex-wrap:wrap}.filter{background:#fff;border:1px solid var(--line);border-radius:30px;padding:9px 14px;font-size:12px;font-weight:700;cursor:pointer}.filter.active,.filter:hover{background:var(--black);color:#fff;border-color:var(--black)}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product{border:1px solid var(--line);border-radius:20px;overflow:hidden;background:#fff;position:relative;transition:.2s}.product:hover{transform:translateY(-4px);box-shadow:0 15px 35px rgba(0,0,0,.08)}.product-visual{height:220px;background:linear-gradient(145deg,#f5f5f3,#ecece8);display:grid;place-items:center;font-size:86px}.product-info{padding:18px}.tag{display:inline-block;font-size:10px;background:#fff0e9;color:var(--orange);padding:5px 8px;border-radius:20px;font-weight:800;margin-bottom:9px}.product h3{font-size:15px;margin:0 0 8px}.product p{color:var(--muted);font-size:12px;margin:0 0 15px}.price-row{display:flex;justify-content:space-between;align-items:center}.price{font-size:18px;font-weight:800}.add{border:0;background:var(--black);color:#fff;width:38px;height:38px;border-radius:11px;cursor:pointer;font-size:18px}.empty{display:none;padding:40px;text-align:center;color:var(--muted)}
.trust{background:var(--soft);padding:35px 0}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.trust-grid>div{display:flex;gap:13px;align-items:center}.trust-grid>div>span{font-size:25px}.trust-grid b{display:block;font-size:13px}.trust-grid small{color:var(--muted);font-size:11px;line-height:1.4}
footer{background:var(--black);color:#fff;padding-top:60px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:45px;padding-bottom:50px}.footer-logo{width:150px;height:55px;object-fit:contain;background:#fff;border-radius:8px}.footer-grid p{color:#aaa;font-size:12px;line-height:1.7}.footer-grid h4{margin-top:0}.footer-grid a{display:block;color:#aaa;text-decoration:none;font-size:12px;margin:12px 0}.footer-grid a:hover{color:var(--orange)}.copyright{border-top:1px solid #333;text-align:center;color:#777;font-size:11px;padding:18px}
.cart-drawer{position:fixed;right:-430px;top:0;width:min(430px,100%);height:100vh;background:#fff;z-index:50;box-shadow:-20px 0 60px rgba(0,0,0,.18);display:flex;flex-direction:column;transition:.3s}.cart-drawer.open{right:0}.cart-head{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid var(--line)}.cart-head h2{margin:0}.cart-head button{border:0;background:#f3f3f1;border-radius:10px;font-size:24px;width:40px;height:40px;cursor:pointer}.cart-items{padding:20px;overflow:auto;flex:1}.cart-item{display:flex;gap:12px;padding:12px 0;border-bottom:1px solid var(--line)}.cart-item .mini{width:64px;height:64px;border-radius:12px;background:var(--soft);display:grid;place-items:center;font-size:30px}.cart-item h4{margin:2px 0 7px;font-size:13px}.cart-item p{margin:0;font-size:12px;color:var(--muted)}.cart-bottom{padding:20px;border-top:1px solid var(--line)}.total{display:flex;justify-content:space-between;font-size:16px;margin-bottom:15px}.cart-bottom small{display:block;text-align:center;color:#888;font-size:10px;margin-top:10px}.overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:40;display:none}.overlay.open{display:block}.toast{position:fixed;right:22px;bottom:22px;background:var(--black);color:#fff;padding:13px 17px;border-radius:12px;font-size:12px;font-weight:700;transform:translateY(100px);opacity:0;transition:.25s;z-index:70}.toast.show{transform:none;opacity:1}
@media(max-width:900px){.nav nav{display:none}.mobile-menu{display:block}.nav{gap:10px}.brand{margin-right:auto}.hero-grid{grid-template-columns:1fr}.hero-card{height:330px}.hero h1{font-size:48px}.categories,.products{grid-template-columns:repeat(2,1fr)}.trust-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.section-head{align-items:start;flex-direction:column}.promo-inner{padding:35px;flex-direction:column;align-items:start}}
@media(max-width:560px){.topbar{font-size:10px}.brand img{width:120px}.nav-actions span{display:none}.hero-grid{min-height:auto;padding:65px 0}.hero h1{font-size:42px}.hero p{font-size:15px}.hero-buttons{flex-direction:column}.hero-card{height:280px}.phone{font-size:130px}.categories,.products,.trust-grid,.footer-grid{grid-template-columns:1fr}.section{padding:65px 0}.promo-inner{border-radius:20px}.promo h2{font-size:30px}.products-section .section-head{gap:15px}}

.admin-section{background:#fff7f2;padding:80px 0;border-top:1px solid var(--line)}
.admin-head{display:flex;align-items:end;justify-content:space-between;gap:25px;margin-bottom:25px}.admin-head h2{font-size:36px;margin:0 0 8px}.admin-head p{color:var(--muted);font-size:13px;margin:0}
.admin-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:18px}.admin-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px}.admin-card-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}.admin-card h3{margin:0}.admin-card-head span{color:var(--muted);font-size:12px}.small-btn{border:0;background:var(--black);color:#fff;border-radius:10px;padding:9px 12px;font-weight:700;cursor:pointer}
.admin-row{display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid var(--line);padding:13px 3px;font-size:13px}.admin-row span{display:flex;gap:7px;align-items:center}.admin-row small{color:var(--muted);margin-left:8px}.admin-row button{border:0;background:#fff0e9;color:var(--orange);border-radius:8px;padding:6px 9px;font-weight:700;cursor:pointer}
.modal{position:fixed;inset:0;background:rgba(0,0,0,.55);display:none;place-items:center;z-index:100;padding:20px}.modal.open{display:grid}.modal-box{width:min(480px,100%);background:#fff;border-radius:22px;padding:25px;box-shadow:0 25px 80px rgba(0,0,0,.25)}.modal-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.modal-head h3{margin:0;font-size:22px}.modal-close{border:0;background:#f3f3f1;border-radius:9px;width:36px;height:36px;font-size:22px;cursor:pointer}.modal-box label{display:block;font-size:12px;font-weight:800;margin:12px 0}.modal-box input,.modal-box select{width:100%;margin-top:7px;border:1px solid var(--line);border-radius:10px;padding:12px;font:inherit;outline:none}.modal-box input:focus,.modal-box select:focus{border-color:var(--orange)}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}
@media(max-width:700px){.admin-grid{grid-template-columns:1fr}.admin-head{align-items:start;flex-direction:column}.admin-head .btn{width:100%}}

.account-btn{border:1px solid var(--line);background:#fff;border-radius:12px;height:42px;padding:0 13px;cursor:pointer;font-weight:700}.account-btn:hover{border-color:var(--orange);color:var(--orange)}
.auth-section{padding:80px 0;background:#fafaf8}.auth-shell{display:grid;grid-template-columns:1.05fr .95fr;gap:45px;align-items:center}.auth-intro h2{font-size:46px;letter-spacing:-2px;margin:0 0 15px}.auth-intro>p{color:var(--muted);line-height:1.7;max-width:580px}.account-types{display:grid;gap:12px;margin-top:25px}.account-types>div{background:#fff;border:1px solid var(--line);border-radius:15px;padding:16px}.account-types b{display:block;margin-bottom:6px}.account-types small{color:var(--muted);font-size:11px;line-height:1.5}
.auth-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:25px;box-shadow:0 20px 50px rgba(0,0,0,.06)}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;background:var(--soft);border-radius:12px;padding:4px;margin-bottom:20px}.auth-tab{border:0;background:transparent;border-radius:9px;padding:11px;font-weight:800;cursor:pointer}.auth-tab.active{background:#fff;box-shadow:0 3px 10px rgba(0,0,0,.06)}.auth-card label{display:block;font-size:12px;font-weight:800;margin:13px 0}.auth-card input,.auth-card select{width:100%;margin-top:7px;border:1px solid var(--line);border-radius:10px;padding:12px;font:inherit;outline:none}.auth-card input:focus,.auth-card select:focus{border-color:var(--orange)}.form-note{font-size:10px;color:#888;text-align:center}.security-note{display:block;color:var(--orange);font-size:10px;line-height:1.5;margin-top:-5px}
.account-dashboard{padding:35px 0}.dashboard-card{background:var(--black);color:#fff;border-radius:22px;padding:28px 32px;display:flex;align-items:center;justify-content:space-between;gap:20px}.dashboard-card h2{margin:0 0 5px;font-size:25px}.dashboard-card p{margin:0;color:#aaa;font-size:12px}.dashboard-actions{display:flex;gap:8px;flex-wrap:wrap}.dashboard-actions .light{background:#fff}
@media(max-width:800px){.auth-shell{grid-template-columns:1fr}.auth-intro h2{font-size:38px}.dashboard-card{align-items:flex-start;flex-direction:column}}

.customer-note{background:#f7f7f5;border:1px solid var(--line);border-radius:12px;padding:12px;font-size:11px;color:#666;line-height:1.5;margin:14px 0}.admin-users-card{margin-top:18px}.admin-help{margin:5px 0 0;color:var(--muted);font-size:11px}.owner-badge{background:#eef8f0;color:#287a3d;border-radius:8px;padding:6px 9px;font-size:10px;font-weight:800}.empty-admin{text-align:center;color:var(--muted);font-size:12px;padding:25px}

/* Supabase-backed authentication */

.kvkk-check{display:flex!important;align-items:flex-start;gap:8px;font-weight:500!important;line-height:1.5}.kvkk-check input{width:auto!important;margin-top:4px!important}.text-link{border:0;background:none;padding:0;color:var(--orange);font-weight:800;cursor:pointer;text-decoration:underline;font:inherit}.legal-box{max-height:85vh;overflow:auto}.legal-content{font-size:12px;line-height:1.65;color:#555}.legal-content h4{font-size:13px;color:#222;margin:18px 0 5px}.legal-content p{margin:7px 0}.legal-warning{margin-top:18px;padding:12px;border-radius:10px;background:#fff5ed;color:#8a4b20;font-size:11px}
