
:root{--orange:#ff6000;--orange2:#ff7a1a;--ink:#202124;--muted:#6b7280;--line:#e8eaed;--bg:#f6f7f9;--green:#0f9d58;--radius:14px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Arial,sans-serif;color:var(--ink);background:#fff}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.topbar{background:#3d3d3d;color:#fff;text-align:center;padding:8px 12px;font-size:12px}.header{position:sticky;top:0;z-index:30;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 2px 10px rgba(0,0,0,.04)}.header-inner{max-width:1440px;margin:auto;display:flex;gap:24px;align-items:center;padding:16px 24px}.logo{display:flex;align-items:center;gap:10px;font-size:25px;font-weight:900;white-space:nowrap}.logo-mark{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:12px;background:var(--orange);color:#fff;font-weight:900}.search{flex:1;display:flex;border:2px solid var(--orange);border-radius:10px;overflow:hidden}.search input{flex:1;border:0;padding:13px 15px;outline:none;min-width:0}.search button{border:0;background:var(--orange);color:#fff;padding:0 24px;font-weight:800;cursor:pointer}.header-actions{display:flex;gap:18px;align-items:center;font-size:14px;font-weight:700}.header-actions b{background:var(--orange);color:#fff;border-radius:999px;padding:2px 7px}.category-strip{max-width:1440px;margin:auto;display:flex;overflow:auto;gap:4px;padding:0 24px 9px}.category-strip a{white-space:nowrap;font-size:12px;padding:7px 10px;border-radius:8px}.category-strip a:hover{background:#fff1e8;color:var(--orange)}.container{max-width:1440px;margin:auto;padding:24px}.hero{background:linear-gradient(115deg,#fff4ec,#ffe2cf);border:1px solid #ffd9c0;border-radius:22px;padding:48px;display:flex;align-items:center;justify-content:space-between;min-height:320px;overflow:hidden}.hero h1{font-size:48px;line-height:1.05;margin:8px 0 14px;letter-spacing:-1.8px}.hero h1 em{color:var(--orange);font-style:normal}.hero p{color:#5f6368;max-width:650px;font-size:17px}.eyebrow{font-weight:900;font-size:12px;letter-spacing:1.4px;color:var(--orange)}.hero-card{width:280px;height:220px;border-radius:32px;background:#fff;box-shadow:0 20px 50px rgba(255,96,0,.15);display:flex;flex-direction:column;align-items:center;justify-content:center;transform:rotate(4deg)}.hero-icon{font-size:68px}.hero-card strong{font-size:28px}.hero-card span{color:var(--muted)}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:10px;padding:11px 16px;font-weight:800;cursor:pointer}.btn-primary{background:var(--orange);color:#fff}.btn-primary:hover{background:#e95700}.btn-light{background:#f1f3f4}.btn-cart{width:100%;background:#fff1e8;color:var(--orange);border:1px solid #ffd0b2}.btn-mini{padding:7px 10px;background:#202124;color:#fff;font-size:12px}.full{width:100%}.big{padding:16px;font-size:17px}.trust-row{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:18px 0 28px}.trust-row>div{border:1px solid var(--line);border-radius:12px;padding:15px;display:grid;grid-template-columns:auto 1fr;column-gap:9px}.trust-row b{font-size:13px}.trust-row span{grid-column:2;color:var(--muted);font-size:11px}.catalog-layout{display:grid;grid-template-columns:240px 1fr;gap:24px}.sidebar{border:1px solid var(--line);border-radius:14px;align-self:start;overflow:hidden;position:sticky;top:130px}.side-title{padding:15px;font-weight:900;background:#fafafa;border-bottom:1px solid var(--line)}.sidebar a{display:flex;justify-content:space-between;gap:10px;padding:10px 14px;font-size:12px;border-bottom:1px solid #f1f3f4}.sidebar a span{color:#9aa0a6}.sidebar a.active,.sidebar a:hover{background:#fff3eb;color:var(--orange);font-weight:800}.products-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:16px}.products-head h2{margin:0;font-size:24px}.products-head p{margin:5px 0 0;color:var(--muted);font-size:13px}.sort-form select{padding:10px;border:1px solid var(--line);border-radius:9px}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.product-card{border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#fff;transition:.2s;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(0,0,0,.08);border-color:#ddd}.product-image{height:190px;background:linear-gradient(135deg,#f7f7f7,#eceff1);display:flex;flex-direction:column;align-items:center;justify-content:center}.product-image span{font-size:62px;filter:saturate(.8)}.product-image small{color:#9aa0a6;margin-top:8px}.product-body{padding:14px;display:flex;flex-direction:column;flex:1}.cat{font-size:10px;color:var(--orange);font-weight:800;text-transform:uppercase}.product-card h3{font-size:14px;line-height:1.35;margin:8px 0;height:38px;overflow:hidden}.rating{font-size:11px;color:#ffb400}.rating span{color:#6b7280}.price-row{display:flex;align-items:end;justify-content:space-between;margin-top:auto;padding-top:12px}.price-row del{display:block;color:#9aa0a6;font-size:11px}.price-row strong{font-size:19px;color:#111}.stock{font-size:10px;color:var(--green);font-weight:800}.product-card form{margin-top:12px}.pagination{display:flex;justify-content:center;gap:8px;margin:28px}.pagination a{width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--line);border-radius:9px}.pagination a.active{background:var(--orange);color:#fff;border-color:var(--orange)}.breadcrumb{font-size:12px;color:var(--muted);margin-bottom:18px}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:42px}.detail-image{min-height:520px;border-radius:20px;background:linear-gradient(135deg,#f6f7f9,#e9edf2);display:flex;flex-direction:column;align-items:center;justify-content:center}.detail-image span{font-size:140px}.detail-image small{color:#9aa0a6}.detail-info{padding:10px 0}.badge{display:inline-block;padding:7px 10px;background:#eaf7ef;color:var(--green);border-radius:999px;font-size:11px;font-weight:900}.detail-info h1{font-size:34px;line-height:1.15;margin:16px 0}.detail-rating{color:#ffb400}.detail-old{text-decoration:line-through;color:#9aa0a6;margin-top:26px}.detail-price{font-size:40px;font-weight:950;color:var(--orange)}.detail-info p{color:#5f6368;line-height:1.6}.benefits{padding:0;list-style:none;line-height:1.9}.buy-form{display:flex;gap:10px;margin:22px 0}.buy-form input{width:80px;border:1px solid var(--line);border-radius:10px;padding:12px;text-align:center}.buy-form .btn{flex:1}.payment-box{border:1px solid #cfe8d9;background:#f2fbf6;border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:4px}.payment-box span{font-size:12px;color:#5f6368}.page-title{font-size:30px}.empty{border:1px dashed #ccd0d5;border-radius:16px;padding:70px 20px;text-align:center;color:var(--muted)}.cart-layout,.checkout-layout{display:grid;grid-template-columns:1fr 360px;gap:24px}.cart-list,.checkout-form{border:1px solid var(--line);border-radius:14px;padding:18px}.cart-item{display:grid;grid-template-columns:72px 1fr 75px 120px;align-items:center;gap:14px;border-bottom:1px solid var(--line);padding:14px 0}.cart-thumb{height:62px;border-radius:10px;background:#f1f3f4;display:grid;place-items:center;font-size:30px}.cart-meta{display:flex;flex-direction:column}.cart-meta small{color:var(--muted);margin-top:5px}.qty{width:70px;padding:9px;border:1px solid var(--line);border-radius:8px}.summary-card{border:1px solid var(--line);border-radius:14px;padding:20px;align-self:start}.summary-card>div{display:flex;justify-content:space-between;gap:14px;padding:8px 0;font-size:13px}.summary-card .grand{font-size:18px}.summary-card hr{border:0;border-top:1px solid var(--line)}.tiny{font-size:11px;color:var(--muted);line-height:1.5}.checkout-head{display:flex;justify-content:space-between;align-items:center}.checkout-head span{color:var(--muted);font-size:12px}.checkout-form h2{font-size:18px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.form-grid .wide{grid-column:1/-1}label{display:flex;flex-direction:column;gap:6px;font-size:12px;font-weight:800}input,textarea,select{border:1px solid #d9dde2;border-radius:9px;padding:11px;background:#fff}textarea{min-height:90px;resize:vertical}.bank-preview,.bank-card{margin:22px 0;border:1px solid #cfe8d9;background:#f3fbf6;border-radius:14px;padding:20px}.bank-preview>div,.bank-card>div{display:flex;justify-content:space-between;gap:20px;padding:8px 0;border-bottom:1px solid #dff0e5}.bank-preview span,.bank-card span{color:var(--muted);font-size:12px}.sticky{position:sticky;top:140px}.alert{padding:13px 15px;border-radius:10px;margin:14px 0;font-size:13px}.alert.error{background:#fff1f1;color:#b42318;border:1px solid #ffd1d1}.alert.info{background:#eef6ff;color:#175cd3;border:1px solid #cfe3ff}.success{max-width:760px;margin:40px auto;text-align:center}.success-icon{width:72px;height:72px;border-radius:50%;background:#e9f8ef;color:var(--green);display:grid;place-items:center;font-size:36px;font-weight:900;margin:0 auto 18px}.success h1{font-size:36px;margin:8px}.success>p{color:var(--muted);line-height:1.6}.bank-card{text-align:left}.iban{font-size:17px;letter-spacing:.5px}.footer{margin-top:50px;background:#292929;color:#fff;display:grid;grid-template-columns:2fr repeat(3,1fr);gap:30px;padding:38px max(24px,calc((100vw - 1392px)/2));font-size:12px;line-height:1.8}.footer strong{font-size:14px}
/* admin */
.admin-body{background:var(--bg);min-height:100vh}.admin-side{position:fixed;inset:0 auto 0 0;width:240px;background:#1f2227;color:#fff;padding:22px 14px}.admin-brand{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:900;padding:0 10px 22px}.admin-side nav{display:flex;flex-direction:column;gap:5px}.admin-side nav a{padding:11px 12px;border-radius:9px;font-size:13px}.admin-side nav a:hover{background:#32363c}.admin-main{margin-left:240px;padding:28px;max-width:1600px}.admin-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.admin-top span{font-size:11px;color:var(--orange);font-weight:900;text-transform:uppercase}.admin-top h1,.admin-top h2{margin:4px 0}.admin-top p{color:var(--muted);font-size:12px}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.stat,.admin-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px}.stat{display:flex;flex-direction:column}.stat span{color:var(--muted);font-size:12px}.stat b{font-size:26px;margin:5px 0}.stat small{color:#9aa0a6}.admin-card{margin-top:18px;overflow:auto}.admin-card h2{font-size:18px}.admin-table{width:100%;border-collapse:collapse;min-width:760px}.admin-table th{text-align:left;color:#6b7280;font-size:11px;border-bottom:1px solid var(--line);padding:10px}.admin-table td{font-size:12px;border-bottom:1px solid #f0f1f2;padding:10px;vertical-align:middle}.admin-table td small{display:block;color:#9aa0a6;margin-top:3px}.status{display:inline-block;padding:5px 8px;border-radius:999px;background:#fff4e8;color:#b54708;font-weight:800;font-size:10px}.admin-cols{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.admin-cols>div{background:#f8f9fa;border-radius:10px;padding:14px}.admin-cols p{font-size:12px;line-height:1.7;color:#5f6368}.admin-search{display:flex;gap:8px;margin-bottom:12px}.admin-search input{min-width:320px}.table-input{width:100px;padding:7px}.table-input.small{width:70px}.settings-card{max-width:900px}.settings-card h2{margin-top:28px}.admin-login-body{min-height:100vh;background:linear-gradient(135deg,#f8f9fa,#ffe9da);display:grid;place-items:center;padding:20px}.login-card{width:min(430px,100%);background:#fff;border:1px solid var(--line);box-shadow:0 20px 50px rgba(0,0,0,.08);padding:28px;border-radius:18px;display:flex;flex-direction:column;gap:14px}.login-logo{font-size:20px}.login-card h1{margin:10px 0 0}.login-card p{margin:0;color:var(--muted)}.back-link{text-align:center;font-size:12px;color:var(--muted)}
@media(max-width:1100px){.product-grid{grid-template-columns:repeat(3,1fr)}.catalog-layout{grid-template-columns:210px 1fr}.header-actions a:last-child{display:none}}
@media(max-width:820px){.header-inner{padding:12px;gap:10px;flex-wrap:wrap}.logo{font-size:18px}.search{order:3;width:100%;flex-basis:100%}.category-strip{padding:0 12px 8px}.container{padding:14px}.hero{padding:28px;min-height:auto}.hero h1{font-size:34px}.hero-card{display:none}.trust-row{grid-template-columns:1fr 1fr}.catalog-layout{display:block}.sidebar{position:static;display:flex;overflow:auto;border:0;border-radius:0;margin-bottom:15px}.sidebar .side-title{display:none}.sidebar a{white-space:nowrap;border:1px solid var(--line);border-radius:999px;margin-right:6px}.product-grid{grid-template-columns:repeat(2,1fr)}.product-detail{grid-template-columns:1fr}.detail-image{min-height:330px}.cart-layout,.checkout-layout{grid-template-columns:1fr}.sticky{position:static}.admin-side{position:static;width:auto;display:flex;overflow:auto;padding:10px}.admin-brand{padding:0 14px 0 0}.admin-side nav{flex-direction:row}.admin-side nav a{white-space:nowrap}.admin-main{margin-left:0;padding:14px}.stat-grid{grid-template-columns:1fr 1fr}.admin-cols{grid-template-columns:1fr}.checkout-head{align-items:flex-start;flex-direction:column}}
@media(max-width:520px){.topbar{font-size:10px}.header-actions{font-size:0}.header-actions a:first-child{font-size:13px}.trust-row{grid-template-columns:1fr}.product-grid{grid-template-columns:1fr 1fr;gap:8px}.product-image{height:145px}.product-image span{font-size:50px}.product-body{padding:10px}.product-card h3{font-size:12px}.price-row strong{font-size:15px}.cat{font-size:8px}.form-grid{grid-template-columns:1fr}.form-grid .wide{grid-column:auto}.cart-item{grid-template-columns:55px 1fr 60px}.cart-item>strong{grid-column:2/4}.footer{grid-template-columns:1fr 1fr}.stat-grid{grid-template-columns:1fr}.hero h1{font-size:30px}.hero{padding:22px}.detail-info h1{font-size:26px}.detail-price{font-size:32px}}

.product-image img{width:100%;height:100%;object-fit:cover;display:block}
.detail-image img{width:100%;height:100%;max-height:600px;object-fit:contain;border-radius:20px}
.cart-thumb img{width:100%;height:100%;object-fit:cover;border-radius:10px}
.normal-price-label{display:block;color:#0f9d58;font-weight:800;font-size:10px;margin-bottom:3px}
.price-kicker{color:#0f9d58;font-weight:900;font-size:12px;margin-top:24px}
.price-check{font-size:11px;color:#7b8087;margin:5px 0 14px}
.admin-thumb{width:52px;height:52px;object-fit:cover;border-radius:9px;border:1px solid #e8eaed}

.photo-note{font-size:11px;color:#667085;background:#f7f8fa;border:1px solid #eaecf0;padding:9px 11px;border-radius:9px;margin:8px 0 14px}
.track-wrap,.text-page{max-width:860px;margin:30px auto}.track-wrap>p,.text-page p{color:#667085;line-height:1.7}
.track-form{display:grid;grid-template-columns:1fr 1fr auto;gap:12px;align-items:end;background:#fff;border:1px solid var(--line);padding:18px;border-radius:14px}
.track-card{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:18px}
.track-card>div,.info-card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:5px}
.track-card span{font-size:11px;color:#667085}.text-page{background:#fff;border:1px solid var(--line);border-radius:16px;padding:28px}
.img-edit{margin-top:5px;max-width:260px}.img-edit summary{cursor:pointer;font-size:10px;color:#667085}.img-edit input{display:block;width:240px;margin-top:5px;padding:6px;font-size:10px}
@media(max-width:820px){.track-form{grid-template-columns:1fr}.track-card{grid-template-columns:1fr 1fr}}

.health-stats{padding:12px 0 18px;color:#475467}.health-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.health-item{border:1px solid #eaecf0;border-radius:12px;overflow:hidden;background:#fff}.health-item img{width:100%;height:150px;object-fit:contain;background:#f8f9fa}
.health-item>div{padding:10px;display:flex;flex-direction:column;gap:4px}.health-item small{color:#667085}.health-item span{font-size:11px;font-weight:800}
.health-item[data-state="ok"] span{color:#067647}.health-item[data-state="bad"] span{color:#b42318}
@media(max-width:900px){.health-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.health-grid{grid-template-columns:1fr}}
.catalog-setup-body{min-height:100vh;margin:0;background:linear-gradient(135deg,#fff7f2,#f4f6f8);display:grid;place-items:center;padding:20px}.catalog-setup-card{width:min(720px,100%);background:#fff;border:1px solid #e8eaed;border-radius:22px;padding:34px;box-shadow:0 24px 80px rgba(0,0,0,.08)}.catalog-setup-card h1{font-size:34px;margin:12px 0}.catalog-setup-card>p{line-height:1.7;color:#667085}.catalog-progress{height:16px;background:#eef0f2;border-radius:999px;overflow:hidden;margin:26px 0 10px}.catalog-progress>div{width:0;height:100%;background:#ff6000;transition:width .3s}.catalog-count{text-align:center;font-size:20px;margin-bottom:15px}.catalog-count b{font-size:28px}.catalog-help{text-align:center;color:#667085;font-size:12px;margin-top:15px}

/* 2026-08-26 product/price integration */
.discount-note{color:#16803a!important;font-weight:800}.discount-chip{display:inline-block;margin-left:7px;background:#eaf7ef;color:#16803a;border-radius:999px;padding:3px 7px;font-size:10px;font-weight:900}.normal-price-label del{color:#8b9199}.stock-line{color:#16803a}.price-kicker del{color:#8b9199}.product-image img,.detail-image img{max-width:100%;max-height:100%;object-fit:contain;display:block}.product-image img{width:100%;height:100%}.detail-image img{width:100%;height:520px}.price-row strong{display:inline-block;margin-top:3px}


/* 2026-08-27 conversion + Buy Now + Telefon */
.card-actions{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:9px}
.card-actions form{margin:0}.card-actions .btn{width:100%;min-height:40px;padding:8px 7px;font-size:11px}
.btn-buy-now{border:0;background:#111827;color:#fff;font-weight:900;border-radius:9px;padding:12px 18px;cursor:pointer;transition:.15s}
.btn-buy-now:hover{transform:translateY(-1px);background:#000}.btn-buy-now-card{background:#111827}
.buy-actions{display:flex;gap:10px;align-items:stretch;flex-wrap:wrap;margin:12px 0}
.buy-actions .buy-form{margin:0;display:flex;gap:8px;flex:1;min-width:280px}
.buy-actions .buy-form input[type=number]{width:78px}
.buy-actions .buy-form .btn{flex:1}
.buy-now-form{margin:0;display:flex}.buy-now-form .btn{min-height:45px}

.call-old-unused-float{position:fixed;right:22px;bottom:22px;z-index:80;display:flex;align-items:center;gap:10px;background:#20b358;color:#fff;border-radius:999px;padding:11px 17px 11px 12px;box-shadow:0 12px 35px rgba(0,0,0,.23);font-size:13px;font-weight:900;border:2px solid rgba(255,255,255,.7)}
.call-old-unused-float:hover{transform:translateY(-2px);box-shadow:0 16px 40px rgba(0,0,0,.28)}
.call-old-unused-float .wa-icon{display:grid;place-items:center;width:36px;height:36px;background:#fff;color:#18a44d;border-radius:50%;font-size:20px}
.call-old-unused-float span:last-child{display:flex;flex-direction:column;line-height:1.15}.call-old-unused-float small{font-size:10px;font-weight:700;opacity:.9;margin-top:3px}

.settings-help{font-size:12px;color:#667085;line-height:1.6}
.toggle-row{display:flex;gap:22px;flex-wrap:wrap;margin:14px 0 4px}
.checkline{display:flex;flex-direction:row;align-items:center;gap:8px;font-size:12px}.checkline input{width:auto}
.tracking-code{display:block;white-space:normal;word-break:break-word;background:#111827;color:#e5e7eb;border-radius:10px;padding:14px;font-size:11px;line-height:1.7}
.quality{display:inline-block;padding:5px 8px;border-radius:999px;font-weight:900;font-size:10px;white-space:nowrap}
.quality-faydali{background:#e8f7ee;color:#067647}.quality-potansiyel,.quality-ilgi-var{background:#fff4e5;color:#b54708}.quality-faydasiz{background:#fff0f0;color:#b42318}.quality-veri-yetersiz{background:#f2f4f7;color:#667085}
.conversion-table{min-width:1180px}

@media(max-width:820px){
  .call-old-unused-float{right:12px;bottom:12px;padding:9px 13px 9px 9px}
  .buy-actions{display:grid;grid-template-columns:1fr}.buy-actions .buy-form{min-width:0}.buy-now-form .btn{width:100%}
}
@media(max-width:520px){
  .card-actions{grid-template-columns:1fr}.card-actions .btn{min-height:36px;font-size:10px}
  .call-old-unused-float small{display:none}.call-old-unused-float{padding-right:12px}
}

/* 2026-08-27 System Health & Error Detection */
.system-health-banner,.system-health-mini{display:flex;align-items:center;justify-content:space-between;gap:18px;border-radius:14px;padding:16px 18px;margin:14px 0;border:1px solid}.system-health-banner>div,.system-health-mini>div{display:flex;flex-direction:column;gap:5px}.system-health-banner b,.system-health-mini b{font-size:16px}.system-health-banner span,.system-health-mini span,.system-health-banner small{font-size:11px;line-height:1.5}.system-health-ok{background:#edf9f1;border-color:#b7e4c7;color:#067647}.system-health-warn{background:#fff8e8;border-color:#f7d794;color:#9a6700}.system-health-error{background:#fff1f1;border-color:#ffc9c9;color:#b42318}.system-check-list{display:flex;flex-direction:column}.system-check-row{display:grid;grid-template-columns:14px minmax(0,1fr) auto;gap:12px;align-items:center;padding:13px 4px;border-bottom:1px solid #f0f1f2}.system-check-row:last-child{border-bottom:0}.system-check-dot{width:10px;height:10px;border-radius:50%}.system-check-row small{display:block;color:#98a2b3;font-size:10px}.system-check-row b{font-size:13px}.system-check-row p{margin:3px 0 0;color:#667085;font-size:11px;line-height:1.5}.system-check-row>strong{font-size:9px;border-radius:999px;padding:5px 8px}.system-check-ok .system-check-dot{background:#12b76a}.system-check-ok>strong{background:#eaf8ef;color:#067647}.system-check-warn .system-check-dot{background:#f79009}.system-check-warn>strong{background:#fff4e5;color:#b54708}.system-check-error .system-check-dot{background:#f04438}.system-check-error>strong{background:#fff0f0;color:#b42318}.system-log{max-height:420px;overflow:auto;background:#111827;color:#e5e7eb;padding:16px;border-radius:10px;font-size:11px;line-height:1.55;white-space:pre-wrap;word-break:break-word}@media(max-width:820px){.system-health-banner,.system-health-mini{align-items:flex-start;flex-direction:column}.system-check-row{grid-template-columns:14px minmax(0,1fr)}.system-check-row>strong{grid-column:2;justify-self:start}}

/* 2026-08-28 sade ödeme + Telefon Bilgi Al */
.call-old-unused-info-link{color:#0f9d58;font-weight:900;text-decoration:underline;text-underline-offset:2px}.checkout-note{background:#f7f8fa;border:1px solid #eaecf0;border-radius:10px;padding:13px 14px;color:#667085;font-size:12px;line-height:1.6;margin:14px 0}.payment-total{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff4ec;border:1px solid #ffd9c0;border-radius:16px;padding:20px;margin:18px auto;max-width:520px}.payment-total span{font-size:12px;color:#667085;font-weight:800}.payment-total strong{font-size:34px;color:#ff6000;margin-top:4px}.payment-complete-screen>p{color:#667085}.trust-row .call-old-unused-info-link{font-size:11px}
\n/* SEO vertical hub + phone CTA */\n.phone-top,.call-info-link{color:#087a4d;font-weight:900}.call-float{position:fixed;right:18px;bottom:18px;z-index:85;background:#16784b;color:#fff;border-radius:999px;padding:11px 17px;display:flex;flex-direction:column;box-shadow:0 14px 35px rgba(0,0,0,.24)}.call-float small{font-size:9px;opacity:.85}.seo-hub-links{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:18px 0 24px}.seo-hub-links a{border:1px solid #e2e7ea;border-radius:15px;padding:18px;background:#fff;display:flex;flex-direction:column;gap:5px}.seo-hub-links b{font-size:15px}.seo-hub-links span{font-size:11px;color:#68747d}.category-seo-hero,.honey-hero{padding:30px;border:1px solid #e5e9eb;border-radius:20px;background:linear-gradient(135deg,#f8f8f5,#f0f5f3);margin:10px 0 26px}.category-seo-hero h1,.honey-hero h1{font-size:38px;margin:8px 0}.category-seo-hero p,.honey-hero p,.category-copy p{color:#5f6e77;line-height:1.75}.category-copy{margin:38px 0;padding:26px;background:#faf7f0;border-radius:18px}.honey-nav{display:flex;gap:7px;flex-wrap:wrap;margin-top:18px}.honey-nav a{background:#fff;border:1px solid #dfe5df;border-radius:999px;padding:8px 11px;font-size:11px;font-weight:800}@media(max-width:720px){.seo-hub-links{grid-template-columns:1fr}.category-seo-hero h1,.honey-hero h1{font-size:29px}.call-float{right:10px;bottom:10px}}\n
/* 2026 corporate refinement */
:root{--orange:#b7791f;--orange2:#d69e2e;--ink:#102a43;--muted:#627d98;--line:#e3eaf0;--bg:#f5f7f9;--green:#14804a}
.topbar{background:#0b1f33;color:#d9e2ec;letter-spacing:.02em}.header{box-shadow:0 4px 18px rgba(16,42,67,.055)}.logo-mark{background:linear-gradient(145deg,#102a43,#243b53)}.search{border-color:#c9d4dd}.search button,.btn-primary{background:linear-gradient(135deg,#9c6417,#c18427)}.btn-primary:hover{background:#936019}.header-actions b{background:#102a43}.category-strip a:hover{background:#f7f4ec;color:#7a4f12}.hero{background:linear-gradient(135deg,#fdfcf8,#f3f7fa);border-color:#e4e9ed;box-shadow:0 16px 48px rgba(16,42,67,.06)}.hero h1{letter-spacing:-2.2px}.hero-card{background:linear-gradient(145deg,#102a43,#1c3d57);color:#fff;box-shadow:0 18px 46px rgba(16,42,67,.18);transform:none}.hero-icon{font-size:54px;font-weight:950;color:#d69e2e}.hero-card span{color:#d9e2ec;text-align:center;padding:0 18px}.product-card:hover{box-shadow:0 14px 36px rgba(16,42,67,.09)}.cat,.eyebrow{color:#9c6417}.btn-cart{background:#f7f4ec;color:#7a4f12;border-color:#e7d5ae}.detail-price{color:#102a43}.footer,.admin-side{background:#0e263b}.admin-side nav a:hover{background:rgba(255,255,255,.08)}
