:root{
  --navy:#072746;
  --navy-2:#0a355e;
  --orange:#ff6b00;
  --orange-2:#ff7a16;
  --ink:#0d2440;
  --muted:#65758a;
  --line:#e8edf3;
  --soft:#f6f8fb;
  --green:#13a44d;
  --blue:#1476d4;
  --shadow:0 12px 30px rgba(8,39,70,.10);
  --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",Roboto,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.45}
a{color:inherit;text-decoration:none}
button,input,textarea{font:inherit}
img{max-width:100%;display:block}
.container{width:min(1120px,calc(100% - 40px));margin:auto}
.top-strip{background:var(--navy);color:#fff;font-size:12px}
.top-strip .inner{height:34px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.top-points,.top-links{display:flex;align-items:center;gap:22px;white-space:nowrap}
.top-points span::before{content:"✓";color:#ff9b44;font-weight:900;margin-right:7px}
.header-main{background:#fff;border-bottom:1px solid var(--line)}
.header-main .inner{display:flex;align-items:center;justify-content:space-between;min-height:86px;gap:24px}
.brand{display:flex;align-items:center;gap:10px;min-width:230px}
.brand img{width:205px;height:auto;object-fit:contain}
.contact-row{display:flex;align-items:center;gap:34px;margin-left:auto}
.contact{display:grid;grid-template-columns:42px auto;grid-template-rows:auto auto;column-gap:10px;align-items:center}
.contact .icon{grid-row:1 / span 2;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;border:2px solid currentColor;font-size:18px;font-weight:800}
.contact small{color:var(--muted);font-size:11px;line-height:1.2}
.contact strong{font-size:14px;white-space:nowrap}
.contact.whatsapp{color:#0ebd5f}
.contact.phone{color:var(--navy)}
.cart-mini{display:flex;align-items:center;gap:8px;font-weight:700;color:var(--navy);white-space:nowrap}
.cart-icon{font-size:28px}
.cart-count{width:22px;height:22px;border-radius:50%;display:grid;place-items:center;color:#fff;background:var(--orange);font-size:11px}
.main-nav{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:30;box-shadow:0 2px 8px rgba(0,0,0,.03)}
.nav-inner{height:48px;display:flex;align-items:center;justify-content:space-between;gap:8px}
.nav-links{display:flex;align-items:center;gap:4px;width:100%}
.nav-links a{font-size:13px;font-weight:700;padding:15px 13px;position:relative;white-space:nowrap}
.nav-links a:hover,.nav-links a.active{color:var(--orange)}
.nav-links a.active::after{content:"";position:absolute;left:12px;right:12px;bottom:0;height:3px;background:var(--orange);border-radius:99px}
.mobile-toggle{display:none;border:0;background:var(--navy);color:#fff;border-radius:9px;padding:9px 12px;font-size:18px}
.hero{position:relative;overflow:hidden;background:linear-gradient(90deg,#fff 0 37%,#f2f3f3 37% 100%);border-bottom:1px solid var(--line)}
.hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,1) 0%,rgba(255,255,255,.98) 31%,rgba(255,255,255,.58) 42%,rgba(255,255,255,0) 63%);z-index:1;pointer-events:none}
.hero-bg{position:absolute;right:0;top:0;width:68%;height:100%;object-fit:cover;object-position:center;image-rendering:auto;filter:none}
.hero .inner{position:relative;z-index:2;min-height:335px;padding:38px 0 18px;display:flex;align-items:flex-start}
.hero-copy{width:42%;min-width:420px}
.hero h1{font-size:43px;line-height:1.03;letter-spacing:-1.7px;margin:0 0 12px;font-weight:900;color:#0a2442}
.hero h1 span{color:var(--orange)}
.hero p{font-size:15px;color:#6c7784;max-width:430px;margin:0 0 18px}
.hero-actions{display:flex;gap:12px;margin-bottom:18px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:8px;padding:13px 18px;font-size:13px;font-weight:800;border:1px solid transparent;cursor:pointer;transition:.18s ease}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:var(--navy);color:#fff;box-shadow:0 8px 16px rgba(7,39,70,.18)}
.btn-orange{background:var(--orange);color:#fff;box-shadow:0 8px 16px rgba(255,107,0,.22)}
.trust-row{display:flex;flex-wrap:wrap;gap:7px}
.trust-pill{font-size:10px;font-weight:700;color:#5e6a77;background:#fff;border:1px solid #e6e9ee;border-radius:6px;padding:8px 10px;box-shadow:0 2px 8px rgba(0,0,0,.03)}
.hero-category-row{position:absolute;right:35px;bottom:14px;display:grid;grid-template-columns:repeat(4,120px);gap:12px;z-index:3}
.hero-cat{height:111px;border-radius:10px;background:#fff;box-shadow:0 10px 24px rgba(8,39,70,.14);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;font-size:13px;font-weight:800}
.hero-cat .mini-visual{width:66px;height:48px;display:grid;place-items:center;font-size:40px;line-height:1}
.services{padding:0 0 10px}
.service-grid{display:grid;grid-template-columns:repeat(5,1fr);border:1px solid var(--line);border-radius:0 0 8px 8px;overflow:hidden;background:#fff}
.service{padding:18px 16px;display:grid;grid-template-columns:44px 1fr;gap:12px;min-height:92px;border-right:1px solid var(--line)}
.service:last-child{border-right:0}
.service .svc-icon{width:42px;height:42px;border:1px solid #dbe3ec;border-radius:10px;display:grid;place-items:center;color:var(--navy);font-size:22px}
.service h3{font-size:13px;margin:0 0 3px}
.service p{font-size:11px;color:#59687a;margin:0 0 4px;line-height:1.35}
.service a{font-size:11px;color:#0a4783;font-weight:800}
.section{padding:16px 0}
.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:10px}
.section-title{font-size:21px;font-weight:900;margin:0}
.section-link{font-size:12px;color:var(--orange);font-weight:800}
.category-strip{display:grid;grid-template-columns:150px repeat(8,1fr);border-bottom:1px solid var(--line);padding-bottom:12px;margin-bottom:12px}
.category-label{padding-right:20px;border-right:1px solid var(--line)}
.category-label h2{font-size:20px;margin:0 0 8px}
.cat-item{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px;font-size:10px;font-weight:800;min-width:0}
.cat-item .cat-img{height:42px;display:grid;place-items:center;font-size:33px}
.products-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}
.product-card{border:1px solid var(--line);border-radius:8px;background:#fff;padding:10px;display:flex;flex-direction:column;min-height:246px;position:relative;transition:.18s ease}
.product-card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}
.badge{position:absolute;left:9px;top:8px;color:#fff;font-size:9px;font-weight:900;border-radius:5px;padding:4px 6px;background:var(--green)}
.badge.blue{background:#157bd6}.badge.orange{background:var(--orange)}
.product-image{height:100px;display:flex;align-items:center;justify-content:center;margin:4px 0}
.product-image img{max-height:96px;width:auto;object-fit:contain}
.product-card h3{font-size:12px;line-height:1.28;margin:0 0 6px;min-height:45px}
.product-meta{font-size:9.5px;color:#8a95a1;margin-bottom:5px}
.price-row{display:flex;align-items:baseline;gap:6px;margin-bottom:6px}
.price{font-size:17px;font-weight:900;color:#0b2b4e}.old-price{font-size:10px;color:#8b949f;text-decoration:line-through}
.add-cart{border:0;background:var(--orange);color:#fff;border-radius:5px;font-weight:800;font-size:11px;padding:8px;cursor:pointer}
.detail-link{margin-top:5px;text-align:center;border:1px solid var(--line);border-radius:5px;padding:5px;font-size:10px;font-weight:800;background:#fff}
.process{background:var(--navy);color:#fff;border-radius:10px;padding:18px 24px;display:grid;grid-template-columns:160px repeat(4,1fr);gap:20px;align-items:center}
.process-title{font-size:23px;font-weight:900;line-height:1.02}
.step{display:grid;grid-template-columns:36px 1fr;gap:9px;align-items:start;position:relative}
.step:not(:last-child)::after{content:"→";position:absolute;right:-15px;top:10px;color:#fff;font-size:24px}
.step-num{width:34px;height:34px;border-radius:50%;border:2px solid var(--orange);display:grid;place-items:center;font-size:18px;font-weight:900}
.step h4{font-size:13px;margin:0 0 2px}.step p{font-size:10px;color:#d7e2ee;margin:0}
.dual-banner{margin-top:12px;border-radius:12px;overflow:hidden;background:linear-gradient(90deg,#eaf4ff 0 50%,#fff2e8 50% 100%);display:grid;grid-template-columns:1fr 130px 1fr;align-items:center;min-height:150px}
.banner-col{padding:20px 38px}.banner-col h3{font-size:18px;margin:0 0 9px}.banner-col.right h3{color:#a84117}.banner-col ul{list-style:none;margin:0;padding:0;font-size:11px;display:grid;gap:5px}.banner-col li::before{content:"✓";font-weight:900;margin-right:7px;color:#1465b0}.banner-col.right li::before{color:var(--orange)}
.center-mark{width:120px;height:120px;background:#fff;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;font-weight:900;box-shadow:0 8px 22px rgba(0,0,0,.08)}
.center-mark span{font-size:32px}.center-mark small{font-size:15px;line-height:1.1}
.faq-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.faq{border:1px solid var(--line);border-radius:8px;background:#fff;overflow:hidden}
.faq button{width:100%;border:0;background:#fff;padding:12px;text-align:left;font-size:11px;font-weight:800;display:flex;justify-content:space-between;gap:12px;cursor:pointer;color:var(--ink)}
.faq .answer{display:none;padding:0 12px 12px;font-size:10px;color:#58697b}.faq.open .answer{display:block}
.footer{margin-top:12px;background:var(--navy);color:#fff;padding:28px 0 0}
.footer-grid{display:grid;grid-template-columns:1.45fr 1.1fr 1fr 1fr;gap:30px}
.footer h4{font-size:12px;margin:0 0 10px}.footer p,.footer a{font-size:10px;color:#d7e1ec}.footer-links{display:grid;gap:6px}.footer-logo{display:flex;align-items:center;gap:8px;margin-bottom:8px}.footer-logo img{width:130px;filter:brightness(0) invert(1)}
.socials{display:flex;gap:7px;margin-top:12px}.socials span{width:25px;height:25px;border-radius:50%;border:1px solid #5f7892;display:grid;place-items:center;font-size:10px}.map-preview{background:#fff;border-radius:7px;padding:5px}.map-preview img{border-radius:5px;height:78px;width:100%;object-fit:cover}.footer-bottom{border-top:1px solid rgba(255,255,255,.13);margin-top:20px;padding:12px 0;display:flex;justify-content:space-between;gap:15px;color:#a9b7c5;font-size:9px}
.toast{position:fixed;right:24px;bottom:24px;background:var(--navy);color:#fff;padding:12px 16px;border-radius:8px;box-shadow:var(--shadow);font-size:12px;opacity:0;pointer-events:none;transform:translateY(10px);transition:.2s;z-index:100}.toast.show{opacity:1;transform:translateY(0)}
.subhero{background:linear-gradient(120deg,#f7fbff,#eef5fb);padding:48px 0;border-bottom:1px solid var(--line)}.subhero h1{font-size:38px;margin:0 0 10px}.subhero p{max-width:700px;color:var(--muted)}.content-grid{display:grid;grid-template-columns:2fr 1fr;gap:24px;padding:28px 0}.content-card{border:1px solid var(--line);border-radius:12px;padding:22px;background:#fff;box-shadow:0 7px 20px rgba(7,39,70,.05)}.content-card h2{margin-top:0}.content-card ul{padding-left:19px}.quick-box{background:var(--navy);color:#fff}.quick-box .btn{width:100%;margin-top:8px}

@media (max-width:1050px){
  .contact-row{gap:18px}.contact{grid-template-columns:34px auto}.contact .icon{width:32px;height:32px}.contact strong{font-size:12px}
  .nav-links a{font-size:11px;padding-inline:8px}.hero-category-row{grid-template-columns:repeat(4,100px)}.products-grid{grid-template-columns:repeat(3,1fr)}
  .category-strip{grid-template-columns:130px repeat(4,1fr)}.cat-item:nth-child(n+6){display:none}.service-grid{grid-template-columns:repeat(3,1fr)}.service:nth-child(3){border-right:0}.service:nth-child(n+4){border-top:1px solid var(--line)}
  .process{grid-template-columns:130px repeat(2,1fr)}.step:nth-child(n+4){margin-top:10px}.step:nth-child(3)::after{display:none}.faq-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:2fr 1fr 1fr}.footer-grid>div:nth-child(4){margin-top:10px}
}
@media (max-width:760px){
  .container{width:min(100% - 28px,1120px)}
  .top-strip{display:none}.header-main .inner{min-height:68px}.brand{min-width:auto}.brand img{width:170px}.contact-row{display:none}.cart-mini{margin-left:auto}
  .nav-inner{height:auto;min-height:48px}.mobile-toggle{display:block;margin:7px 0;margin-left:auto}.nav-links{display:none;position:absolute;left:0;right:0;top:48px;background:#fff;flex-direction:column;align-items:stretch;padding:8px 14px 16px;border-bottom:1px solid var(--line);box-shadow:0 16px 30px rgba(0,0,0,.12)}.nav-links.open{display:flex}.nav-links a{padding:12px;border-bottom:1px solid #f0f3f6}.nav-links a.active::after{display:none}
  .hero{background:#fff}.hero::before{background:linear-gradient(180deg,#fff 0 58%,rgba(255,255,255,.55) 74%,rgba(255,255,255,0) 100%)}.hero-bg{width:100%;height:45%;top:auto;bottom:0;opacity:.84}.hero .inner{min-height:560px;padding-top:30px}.hero-copy{width:100%;min-width:0}.hero h1{font-size:37px;max-width:470px}.hero p{font-size:14px;max-width:520px}.hero-actions{flex-wrap:wrap}.hero-category-row{right:14px;left:14px;bottom:12px;grid-template-columns:repeat(4,1fr);gap:7px}.hero-cat{height:88px;font-size:10px}.hero-cat .mini-visual{height:36px;font-size:30px}
  .service-grid{grid-template-columns:1fr}.service{border-right:0!important;border-top:1px solid var(--line)}.service:first-child{border-top:0}
  .category-strip{display:block}.category-label{border-right:0;margin-bottom:10px}.category-strip .cat-item{display:inline-flex!important;width:24%;vertical-align:top;margin-bottom:10px}
  .products-grid{grid-template-columns:repeat(2,1fr)}
  .process{grid-template-columns:1fr;padding:20px}.process-title{font-size:21px}.step:not(:last-child)::after{display:none}
  .dual-banner{grid-template-columns:1fr;background:linear-gradient(180deg,#eaf4ff 0 45%,#fff 45% 55%,#fff2e8 55% 100%)}.banner-col{padding:22px}.center-mark{margin:auto;width:100px;height:100px}.banner-col.right{padding-top:12px}
  .faq-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div{margin-top:0!important}.footer-grid>div:first-child{grid-column:1/-1}.footer-bottom{flex-direction:column}
  .content-grid{grid-template-columns:1fr}.subhero h1{font-size:31px}
}
@media (max-width:420px){
  .products-grid{grid-template-columns:1fr}.hero h1{font-size:33px}.hero-actions .btn{width:100%}.category-strip .cat-item{width:32%}.footer-grid{grid-template-columns:1fr}.footer-grid>div{grid-column:1/-1}.hero-category-row{grid-template-columns:repeat(2,1fr)}.hero{padding-bottom:90px}.hero .inner{min-height:590px}.hero-category-row{bottom:8px}.hero-cat{height:78px}
}

/* PHP mağaza ekleri */
.cart-form{margin-top:auto}.cart-form .add-cart{width:100%}.add-cart:disabled{opacity:.65;cursor:not-allowed}.product-card h3 a{color:inherit}.product-detail-layout{display:grid;grid-template-columns:minmax(300px,1fr) minmax(320px,1fr);gap:24px;align-items:start}.product-detail-image{display:grid;place-items:center;min-height:420px}.product-detail-image img{max-width:90%;max-height:390px;object-fit:contain}.detail-price{font-size:34px;font-weight:900;color:var(--navy);margin:12px 0}.product-detail-layout .btn{margin:8px 8px 0 0}.cart-layout{display:grid;grid-template-columns:minmax(0,2fr) 340px;gap:24px;align-items:start}.cart-table-wrap{overflow:auto;border:1px solid var(--line);border-radius:12px;background:#fff}.cart-table{width:100%;border-collapse:collapse;min-width:760px}.cart-table th,.cart-table td{padding:14px;border-bottom:1px solid var(--line);text-align:left;font-size:12px;vertical-align:middle}.cart-table th{background:#f6f9fc;color:var(--navy);font-size:11px;text-transform:uppercase}.cart-product{display:flex;align-items:center;gap:12px}.cart-product img{width:64px;height:64px;object-fit:contain;border:1px solid var(--line);border-radius:8px}.cart-product small{display:block;color:var(--muted);margin-top:5px}.qty-form{display:flex;gap:6px}.qty-form input{width:58px;padding:8px;border:1px solid var(--line);border-radius:6px}.qty-form button,.link-button{border:0;background:#eef4fa;color:var(--navy);padding:8px 10px;border-radius:6px;cursor:pointer;font-weight:700}.link-button{background:transparent;color:#b42318}.cart-summary{position:sticky;top:80px}.summary-row{display:flex;justify-content:space-between;gap:16px;padding:12px 0;border-bottom:1px solid var(--line);font-size:12px}.summary-row.total{font-size:16px;border-bottom:0;padding-top:18px}.cart-summary>.btn{width:100%;margin-top:12px}.empty-cart{text-align:center;padding:50px 22px}.site-form{display:grid;gap:12px}.site-form label{font-size:12px;font-weight:800;color:var(--navy);display:grid;gap:6px}.site-form input,.site-form textarea{width:100%;border:1px solid var(--line);border-radius:8px;padding:12px;font:inherit;background:#fff}.site-form input:focus,.site-form textarea:focus{outline:2px solid rgba(255,105,0,.18);border-color:var(--orange)}.form-alert{padding:12px 14px;border-radius:8px;margin-bottom:14px;font-size:12px}.form-alert.success{background:#ecfdf3;color:#067647;border:1px solid #abefc6}.form-alert.error{background:#fef3f2;color:#b42318;border:1px solid #fecdca}
@media(max-width:760px){.product-detail-layout,.cart-layout{grid-template-columns:1fr}.product-detail-image{min-height:300px}.product-detail-image img{max-height:280px}.cart-summary{position:static}.cart-table th,.cart-table td{padding:10px}.detail-price{font-size:28px}}
.product-image img{width:100%;height:210px;object-fit:contain;background:#fff;padding:10px;border-radius:10px}
.market-note{margin-top:14px;padding:12px 14px;border-radius:10px;background:#f5f8fc;color:#34445c;font-size:14px}

/* Geniş ürün kataloğu */
.catalog-tools{margin:28px 0 10px;padding:18px;background:#fff;border:1px solid #e6ebf1;border-radius:16px;box-shadow:0 8px 28px rgba(6,31,60,.06)}
.catalog-search{width:100%;height:48px;border:1px solid #dce3ec;border-radius:10px;padding:0 16px;font:inherit;outline:none}.catalog-search:focus{border-color:#0b4f8a;box-shadow:0 0 0 3px rgba(11,79,138,.08)}
.catalog-chips{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.catalog-chip{border:1px solid #dce3ec;background:#fff;color:#0b2848;border-radius:999px;padding:8px 13px;font-weight:700;cursor:pointer}.catalog-chip.active,.catalog-chip:hover{background:#092c50;color:#fff;border-color:#092c50}
.category-desc{margin:5px 0 0;color:#69798a;font-size:14px}.product-count{font-size:13px;font-weight:800;color:#0b4f8a;background:#eef6ff;border-radius:999px;padding:7px 10px}
.catalog-section{scroll-margin-top:90px}.product-card{min-width:0}.product-card h3 a{color:inherit;text-decoration:none}.product-image img{object-fit:contain;background:#fff}
@media(max-width:700px){.catalog-tools{margin-top:18px;padding:12px}.catalog-chips{overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px}.catalog-chip{white-space:nowrap}.product-count{display:none}.category-desc{font-size:12px}}

.catalog-filter-row{display:grid;grid-template-columns:minmax(0,1fr) 240px;gap:10px}.catalog-select{height:48px;border:1px solid #dce3ec;border-radius:10px;padding:0 12px;background:#fff;color:#0b2848;font:inherit;font-weight:700;outline:none}.catalog-select:focus{border-color:#0b4f8a;box-shadow:0 0 0 3px rgba(11,79,138,.08)}@media(max-width:700px){.catalog-filter-row{grid-template-columns:1fr}.catalog-select{width:100%}}

/* Ürün detay zengin içerik */
.product-longcopy p{margin:0 0 12px;line-height:1.72}.spec-table{margin-top:18px;border:1px solid #e6e8ec;border-radius:12px;overflow:hidden}.spec-row{display:grid;grid-template-columns:minmax(160px,240px) 1fr;gap:20px;padding:13px 16px;border-bottom:1px solid #edf0f3}.spec-row:last-child{border-bottom:0}.spec-row:nth-child(odd){background:#fafbfc}.spec-row strong{color:#1f2937}.spec-row span{color:#4b5563}.spec-disclaimer{margin-top:16px;font-size:14px;color:#6b7280;line-height:1.65}@media(max-width:640px){.spec-row{grid-template-columns:1fr;gap:4px}}
.hp-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}

/* Sayfalı katalog ve yasal sayfalar */
.catalog-filter-row{grid-template-columns:minmax(0,1fr) 230px auto;align-items:center}.catalog-submit{height:48px;white-space:nowrap}.catalog-chip{text-decoration:none;display:inline-flex;align-items:center}.catalog-active{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-top:12px;padding-top:12px;border-top:1px solid #edf1f5;font-size:12px;color:var(--muted)}.catalog-active a{font-weight:800;color:var(--navy)}.empty-catalog{text-align:center;padding:46px 22px}.pagination{display:flex;justify-content:center;align-items:center;gap:7px;flex-wrap:wrap;padding:10px 0 36px}.pagination a,.pagination span{min-width:38px;height:38px;padding:0 11px;border:1px solid var(--line);border-radius:8px;display:inline-flex;align-items:center;justify-content:center;background:#fff;font-size:12px;font-weight:800;color:var(--navy)}.pagination .current{background:var(--navy);color:#fff;border-color:var(--navy)}.legal-copy h2{margin-top:26px}.legal-copy h2:first-child{margin-top:0}.legal-copy p,.legal-copy li{line-height:1.72;color:#465568}.legal-copy .legal-note{padding:14px 16px;border-radius:10px;background:#f6f9fc;border:1px solid var(--line);font-size:12px}.legal-links{display:flex;gap:14px;flex-wrap:wrap;margin-top:8px}.legal-links a{font-size:10px;color:#d7e1ec;text-decoration:underline;text-underline-offset:3px}.form-check{display:flex!important;grid-template-columns:18px 1fr!important;align-items:start!important;gap:8px!important;font-weight:500!important;line-height:1.5}.form-check input{width:18px!important;height:18px;margin-top:1px}.form-check a{font-weight:800;color:var(--navy)}
@media(max-width:700px){.catalog-filter-row{grid-template-columns:1fr}.catalog-submit{width:100%}.catalog-active{align-items:flex-start;flex-direction:column}.pagination a,.pagination span{min-width:34px;height:36px;padding:0 9px}}

/* Güvenlik/CSP için inline stillerden taşınan yardımcı sınıflar */
.footer-region{font-size:10px;color:#d7e1ec}.footer-contact-btn{padding:8px 12px;margin-top:12px;width:100%;font-size:10px}.old-price-detail{font-size:14px}.cart-clear-form{margin-top:8px}.cart-clear-button{width:100%}.stock-note{display:inline-flex;margin:4px 0 12px;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:800;background:#eef3f8;color:#34445c}.stock-note.in_stock{background:#ecfdf3;color:#067647}.stock-note.out_of_stock{background:#fef3f2;color:#b42318}.stock-note.preorder,.stock-note.backorder{background:#fff7ed;color:#b54708}

.card-stock{font-size:10px;font-weight:800;margin:4px 0 8px;color:#65758a}.card-stock.in_stock{color:#067647}.card-stock.out_of_stock{color:#b42318}.card-stock.preorder,.card-stock.backorder{color:#b54708}

/* SEO bilgi merkezi / eski URL içerikleri */
.eyebrow{display:block;margin-bottom:7px;font-size:10px;font-weight:900;letter-spacing:.14em;color:var(--orange)}
.section-title-row{display:flex;justify-content:space-between;gap:18px;align-items:end;margin-bottom:18px}.section-title-row h2{margin:0;color:var(--navy);font-size:27px}.section-title-row p{margin:8px 0 0;max-width:760px;color:var(--muted);line-height:1.65}.section-title-row>a{font-size:12px;font-weight:900;color:var(--navy);white-space:nowrap}
.guide-section{scroll-margin-top:90px}.guide-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.guide-card{display:flex;flex-direction:column;min-height:230px;padding:20px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:0 8px 28px rgba(6,31,60,.045)}.guide-card>span{font-size:10px;font-weight:900;color:var(--orange);text-transform:uppercase;letter-spacing:.08em}.guide-card h3{margin:10px 0 10px;font-size:18px;line-height:1.35}.guide-card h3 a{color:var(--navy);text-decoration:none}.guide-card p{margin:0 0 16px;color:#5c6b7d;line-height:1.65;font-size:13px}.guide-card .read-link{margin-top:auto;color:var(--navy);font-size:11px;font-weight:900}.service-guides{padding-top:6px}.home-guides{padding-top:8px}
.article-hero{padding:38px 0 42px;background:linear-gradient(135deg,#071f3b,#0b4f8a);color:#fff}.article-hero h1{max-width:930px;margin:9px 0 12px;font-size:42px;line-height:1.12}.article-hero>div>p{max-width:860px;margin:0;color:#d7e5f2;line-height:1.7;font-size:16px}.article-kicker{display:inline-flex;padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.1);font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.article-meta{display:flex;gap:18px;flex-wrap:wrap;margin-top:18px;color:#c5d7e8;font-size:11px;font-weight:700}.breadcrumbs{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-bottom:18px;font-size:10px;color:#b9cee1}.breadcrumbs a{color:#fff;text-decoration:none}.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:24px;align-items:start;padding-top:28px;padding-bottom:42px}.article-copy{padding:30px}.article-copy h2{margin:30px 0 10px;color:var(--navy);font-size:25px;line-height:1.25}.article-copy h2:first-of-type{margin-top:18px}.article-copy h3{margin:22px 0 8px;color:var(--navy);font-size:18px}.article-copy p,.article-copy li{color:#44546a;line-height:1.82;font-size:15px}.article-copy ul,.article-copy ol{padding-left:22px}.article-copy a{color:#0b4f8a;font-weight:800;text-decoration:underline;text-underline-offset:3px}.lead-copy{margin-top:0!important;padding:18px 20px;border-left:4px solid var(--orange);background:#f7fafc;border-radius:0 10px 10px 0;color:#2d3f53!important}.source-box{margin:26px 0 0;padding:16px 18px;border:1px solid #d9e5ef;border-radius:10px;background:#f5f9fc;color:#42556a;line-height:1.7;font-size:13px}.article-side{display:grid;gap:16px;position:sticky;top:90px}.article-side .quick-box h2,.side-related h2{font-size:18px}.side-related{padding:18px}.side-related>a{display:block;padding:13px 0;border-bottom:1px solid var(--line);text-decoration:none}.side-related>a:last-child{border-bottom:0}.side-related strong{display:block;color:var(--navy);font-size:12px;line-height:1.45}.side-related span{display:block;margin-top:5px;color:var(--muted);font-size:10px;line-height:1.55}.article-faq{margin-top:34px;padding-top:8px;border-top:1px solid var(--line)}.article-faq details{border-bottom:1px solid var(--line);padding:13px 0}.article-faq summary{cursor:pointer;color:var(--navy);font-weight:900;font-size:14px}.article-faq details p{margin:10px 0 2px;font-size:14px}.article-cta{margin:34px -8px 0;padding:24px;border-radius:14px;background:#eef5fb}.article-cta h2{margin-top:0}.article-cta>div{display:flex;gap:10px;flex-wrap:wrap}.price-guide{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:18px 0}.price-guide>div{padding:15px;border:1px solid var(--line);border-radius:10px;background:#fafcfe}.price-guide strong,.price-guide span{display:block}.price-guide strong{color:var(--navy);font-size:12px}.price-guide span{margin-top:7px;color:#5c6b7d;font-size:12px;line-height:1.5}.price-highlight{margin:14px 0 22px;padding:20px;border-radius:14px;background:linear-gradient(135deg,#eef6ff,#fff8f0);border:1px solid #d9e7f3}.price-highlight small,.price-highlight strong,.price-highlight span{display:block}.price-highlight small{color:#617286;font-weight:800}.price-highlight strong{margin:6px 0;color:var(--navy);font-size:28px}.price-highlight span{color:#617286;line-height:1.5}.service-hub-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.service-hub-card{padding:24px;border:1px solid var(--line);border-radius:15px;background:#fff;text-decoration:none;box-shadow:0 8px 28px rgba(6,31,60,.045)}.service-hub-card>span{font-size:11px;font-weight:900;color:var(--orange)}.service-hub-card h2{margin:12px 0 8px;color:var(--navy);font-size:22px}.service-hub-card p{min-height:46px;color:var(--muted);line-height:1.6;font-size:13px}.service-hub-card strong{color:var(--navy);font-size:11px}
@media(max-width:900px){.guide-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.article-layout{grid-template-columns:1fr}.article-side{position:static;grid-template-columns:1fr 1fr}.service-hub-grid{grid-template-columns:1fr}.article-hero h1{font-size:34px}}
@media(max-width:620px){.guide-grid,.article-side,.price-guide{grid-template-columns:1fr}.section-title-row{align-items:flex-start;flex-direction:column}.article-hero{padding:28px 0 32px}.article-hero h1{font-size:30px}.article-hero>div>p{font-size:14px}.article-copy{padding:20px}.article-copy h2{font-size:22px}.article-copy p,.article-copy li{font-size:14px}.price-highlight strong{font-size:23px}}

.price-disclaimer{font-size:12px;line-height:1.35;color:#667085;margin-top:4px}

/* =========================================================
   2026 PREMIUM UI REFRESH
   ========================================================= */
:root{
  --navy:#062846;
  --navy-2:#0b3a63;
  --orange:#f56a0a;
  --orange-2:#ff7d24;
  --green:#19a75a;
  --green-dark:#11894a;
  --ink:#10243e;
  --muted:#66758a;
  --line:#e5eaf0;
  --soft:#f5f8fb;
  --card:#ffffff;
  --shadow-sm:0 8px 24px rgba(6,40,70,.07);
  --shadow:0 18px 48px rgba(6,40,70,.12);
  --radius:18px;
}
body{background:#f7f9fc;color:var(--ink);font-size:15px}
.container{width:min(1200px,calc(100% - 48px))}
svg{display:block}

/* Top + header */
.top-strip{background:linear-gradient(90deg,#041d35,#07365e);border-bottom:1px solid rgba(255,255,255,.08)}
.top-strip .inner{height:36px}
.top-points,.top-links{gap:20px}
.top-points span{color:#dce8f3;font-size:11px;font-weight:700;letter-spacing:.01em}
.top-points span::before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:#ff8c3b;margin:0 8px 1px 0}
.top-links a{font-size:11px;font-weight:800;color:#fff;opacity:.9;transition:.2s}
.top-links a:hover{opacity:1;color:#ffd8bd}
.header-main{background:rgba(255,255,255,.98);border-bottom:1px solid #edf1f5}
.header-main .inner{min-height:92px;gap:18px}
.brand{min-width:228px}
.brand img{width:220px}
.contact-row{gap:10px;margin-left:auto}
.contact{display:flex;align-items:center;gap:11px;padding:10px 13px;border:1px solid #e7edf3;border-radius:14px;background:#fff;transition:.2s ease;min-width:170px}
.contact:hover{transform:translateY(-1px);box-shadow:var(--shadow-sm);border-color:#dbe5ee}
.contact .icon{display:grid;place-items:center;width:38px;height:38px;border:0;border-radius:11px;flex:0 0 38px}
.contact .icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.contact.whatsapp{color:var(--green)}
.contact.whatsapp .icon{background:#eaf9f0}
.contact.phone{color:var(--navy)}
.contact.phone .icon{background:#eef5fb}
.contact-copy{display:grid;gap:2px}
.contact small{font-size:10px;color:#7a8899;font-weight:700}
.contact strong{font-size:12px;color:var(--ink);font-weight:850;letter-spacing:-.01em}
.header-offer{display:inline-flex;align-items:center;gap:8px;padding:12px 15px;border-radius:12px;background:linear-gradient(135deg,var(--orange),var(--orange-2));color:#fff;font-size:12px;font-weight:900;box-shadow:0 10px 22px rgba(245,106,10,.2);transition:.2s}
.header-offer:hover{transform:translateY(-1px);box-shadow:0 13px 26px rgba(245,106,10,.28)}
.header-offer svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round}
.cart-mini{position:relative;gap:7px;padding:10px 11px;border:1px solid #e7edf3;border-radius:12px;background:#fff;transition:.2s}
.cart-mini:hover{box-shadow:var(--shadow-sm);border-color:#d9e3ec}
.cart-icon{font-size:0}
.cart-icon svg{width:23px;height:23px;fill:none;stroke:var(--navy);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.cart-label{font-size:11px;font-weight:850}
.cart-count{position:absolute;right:-7px;top:-7px;width:20px;height:20px;font-size:10px;border:2px solid #fff;box-shadow:0 3px 8px rgba(0,0,0,.12)}

/* Navigation */
.main-nav{background:rgba(255,255,255,.98);box-shadow:0 8px 20px rgba(6,40,70,.035);backdrop-filter:saturate(150%) blur(12px)}
.nav-inner{height:54px}
.nav-links{justify-content:center;gap:2px}
.nav-links a{font-size:12px;font-weight:800;padding:18px 14px;color:#243b55;border-radius:9px;transition:.18s}
.nav-links a:hover{color:var(--orange);background:#fff8f3}
.nav-links a.active{color:var(--orange)}
.nav-links a.active::after{left:14px;right:14px;height:2px;bottom:3px;background:linear-gradient(90deg,var(--orange),#ff9d5c)}
.mobile-toggle{width:42px;height:38px;padding:9px 10px;background:var(--navy);border-radius:11px;display:none;align-content:center;gap:4px}
.mobile-toggle span{display:block;height:2px;border-radius:99px;background:#fff;width:100%}

/* Hero */
.hero{min-height:476px;background:#fff;border-bottom:1px solid #e9eef3}
.hero::after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 12% 12%,rgba(245,106,10,.07),transparent 29%);pointer-events:none}
.hero::before{background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.99) 34%,rgba(255,255,255,.80) 47%,rgba(255,255,255,.22) 64%,rgba(255,255,255,0) 78%)}
.hero-bg{width:70%;height:100%;object-position:center center;filter:saturate(1.04) contrast(1.025)}
.hero .inner{min-height:476px;padding:52px 0 88px;align-items:flex-start}
.hero-copy{width:48%;min-width:500px;position:relative;z-index:2}
.hero-eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:12px;padding:7px 10px;border:1px solid #f1dfd0;border-radius:999px;background:#fff8f2;color:#c35408;font-size:9px;font-weight:900;letter-spacing:.13em}
.hero h1{font-size:50px;line-height:1.01;letter-spacing:-2.15px;margin:0 0 15px;color:#082541}
.hero h1 span{background:linear-gradient(90deg,#f15f00,#ff8a32);-webkit-background-clip:text;background-clip:text;color:transparent}
.hero p{font-size:16px;line-height:1.72;color:#5d6d7f;max-width:515px;margin:0 0 22px}
.hero-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:19px}
.btn{border-radius:12px;padding:12px 17px;font-size:12px;letter-spacing:.005em;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
.btn:hover{transform:translateY(-2px)}
.btn svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.btn-lg{min-height:48px;padding:13px 18px;font-size:12px}
.btn-primary{background:linear-gradient(135deg,#062846,#0d426f);box-shadow:0 11px 24px rgba(6,40,70,.2)}
.btn-primary:hover{box-shadow:0 15px 30px rgba(6,40,70,.28)}
.btn-orange{background:linear-gradient(135deg,var(--orange),var(--orange-2));box-shadow:0 11px 24px rgba(245,106,10,.2)}
.btn-orange:hover{box-shadow:0 15px 30px rgba(245,106,10,.28)}
.btn-whatsapp{background:linear-gradient(135deg,#18aa59,#22bd68);color:#fff;box-shadow:0 11px 24px rgba(25,167,90,.2)}
.btn-whatsapp:hover{background:linear-gradient(135deg,#128c4b,#1aac5d);box-shadow:0 15px 30px rgba(25,167,90,.26)}
.hero-product-link{display:inline-flex;align-items:center;gap:6px;padding:11px 2px;color:var(--navy);font-size:12px;font-weight:900;border-bottom:1px solid transparent}
.hero-product-link:hover{color:var(--orange);border-color:#ffd3b4}
.hero-product-link span{font-size:15px;transition:.18s}.hero-product-link:hover span{transform:translateX(3px)}
.trust-row{gap:8px}
.trust-pill{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border-radius:999px;border:1px solid #e5ebf1;background:rgba(255,255,255,.88);box-shadow:0 5px 15px rgba(6,40,70,.045);font-size:9px;color:#526377;font-weight:800;backdrop-filter:blur(8px)}
.trust-pill::before{content:"✓";display:grid;place-items:center;width:16px;height:16px;border-radius:50%;background:#e9f8f0;color:#0b9b51;font-size:9px;font-weight:950}
.hero-category-row{right:26px;bottom:20px;grid-template-columns:repeat(4,128px);gap:10px}
.hero-cat{height:124px;padding:11px;border-radius:16px;border:1px solid rgba(225,233,241,.9);background:rgba(255,255,255,.94);box-shadow:0 16px 34px rgba(6,40,70,.12);backdrop-filter:blur(10px);gap:4px;transition:.2s ease}
.hero-cat:hover{transform:translateY(-5px);box-shadow:0 22px 40px rgba(6,40,70,.17);border-color:#d8e3ed}
.hero-cat .mini-visual{width:58px;height:52px;margin-bottom:3px;border-radius:13px;background:linear-gradient(145deg,#f5f9fc,#fff);color:#164f7f}
.hero-cat .mini-visual svg{width:42px;height:42px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.hero-cat strong{font-size:12px;color:#0d2d4d}
.hero-cat small{font-size:8px;color:#8290a0;font-weight:700}

/* Service rail */
.services{padding:0 0 18px;background:#f7f9fc}
.service-grid{position:relative;z-index:5;margin-top:-1px;border:1px solid #e5ebf1;border-radius:0 0 18px 18px;overflow:hidden;box-shadow:0 15px 34px rgba(6,40,70,.055)}
.service{padding:20px 16px;grid-template-columns:46px 1fr;gap:12px;min-height:112px;background:#fff;transition:.2s}
.service:hover{background:#fbfdff}
.service .svc-icon{width:44px;height:44px;border:0;border-radius:13px;background:#eef5fb;color:#0a4f88}
.service:nth-child(2) .svc-icon,.service:nth-child(5) .svc-icon{background:#fff3e9;color:#dd650d}
.service:nth-child(3) .svc-icon{background:#eaf8f0;color:#159252}
.service .svc-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}
.service h3{font-size:13px;color:#112d49;margin:1px 0 5px}
.service p{font-size:10px;line-height:1.5;color:#738194;margin:0 0 5px}
.service a{font-size:10px;color:#0d568f}.service a span{display:inline-block;transition:.18s}.service a:hover span{transform:translateX(3px)}

/* Sections / categories */
.section{padding:26px 0}
.section-head{margin-bottom:16px}
.section-title{font-size:25px;letter-spacing:-.5px;color:#0b2948}
.section-link{font-size:11px;padding:7px 0;color:#d85d06}
.category-strip{grid-template-columns:170px repeat(8,1fr);gap:4px;padding:10px 10px 14px;margin-bottom:25px;border:1px solid #e5ebf1;border-radius:18px;background:#fff;box-shadow:var(--shadow-sm)}
.category-label{padding:12px 16px;border-right:1px solid #e7edf3;display:flex;flex-direction:column;justify-content:center}
.category-label h2{font-size:19px;color:#0b2948}
.cat-item{min-height:88px;padding:9px 5px;border-radius:12px;color:#30465f;transition:.18s}
.cat-item:hover{background:#f6f9fc;color:var(--orange);transform:translateY(-1px)}
.cat-item .cat-img{width:48px;height:43px;border-radius:11px;background:#f5f8fb;color:#1a588b}
.cat-item:hover .cat-img{background:#fff3ea;color:#df650c}
.cat-item .cat-img svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}

/* Product cards */
.products-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.product-card{min-height:410px;padding:15px;border:1px solid #e4eaf0;border-radius:18px;box-shadow:0 6px 22px rgba(6,40,70,.045);overflow:hidden}
.product-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(6,40,70,.12);border-color:#d8e2eb}
.badge{left:14px;top:13px;border-radius:8px;padding:5px 8px;font-size:9px;z-index:2}
.product-image{height:188px;margin:0 0 12px;border-radius:14px;background:#f8fafc;overflow:hidden}
.product-image img{width:100%;height:188px;max-height:188px;padding:12px;object-fit:contain;background:transparent;border-radius:0;transition:transform .25s ease}
.product-card:hover .product-image img{transform:scale(1.035)}
.product-card h3{font-size:14px;line-height:1.4;min-height:58px;margin:0 0 7px;color:#112b47}
.product-meta{font-size:10px;color:#7d8a9a;margin-bottom:8px}
.price-row{margin:3px 0 5px;gap:8px}
.price{font-size:21px;letter-spacing:-.4px;color:#092d50}
.old-price{font-size:11px}
.price-disclaimer{font-size:10px;color:#8a95a2;line-height:1.4;min-height:14px}
.card-stock{font-size:10px;margin:7px 0 9px}
.add-cart{min-height:42px;border-radius:11px;background:linear-gradient(135deg,var(--orange),var(--orange-2));font-size:11px;box-shadow:0 8px 18px rgba(245,106,10,.16);transition:.18s}
.add-cart:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 11px 22px rgba(245,106,10,.24)}
.detail-link{display:flex;align-items:center;justify-content:center;gap:6px;min-height:38px;margin-top:7px;border:1px solid #dfe6ed;border-radius:10px;padding:7px;background:#fff;color:#24405d;font-size:10px}
.detail-link:hover{background:#f7fafc;border-color:#d1dce6;color:#0b4f87}
.detail-link span{font-size:13px}

/* Process / marketing / FAQ */
.process{border-radius:18px;padding:24px 28px;background:linear-gradient(120deg,#052642,#0a3c66);box-shadow:0 18px 38px rgba(6,40,70,.14)}
.process-title{font-size:25px;letter-spacing:-.6px}
.step-num{border-color:#ff8a38;background:rgba(255,255,255,.06)}
.step h4{font-size:13px}.step p{font-size:10px;line-height:1.5;color:#cbd9e5}
.dual-banner{border-radius:18px;min-height:175px;box-shadow:var(--shadow-sm);border:1px solid #e8edf2}
.banner-col{padding:26px 42px}.banner-col h3{font-size:20px}.banner-col ul{font-size:11px;gap:7px}
.center-mark{width:126px;height:126px;border:1px solid #edf0f3;box-shadow:0 12px 28px rgba(6,40,70,.1)}
.center-mark span{font-size:0;color:var(--orange)}.center-mark span svg{width:36px;height:36px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;margin-bottom:7px}.center-mark small{color:#14324f}
.faq-grid{gap:14px}
.faq{border-radius:14px;border-color:#e4eaf0;box-shadow:0 5px 18px rgba(6,40,70,.035)}
.faq button{padding:16px 15px;font-size:11px;font-weight:850;color:#17324e}.faq .answer{padding:0 15px 15px;font-size:11px;line-height:1.6;color:#667689}

/* Generic cards / forms */
.subhero{padding:54px 0;background:linear-gradient(135deg,#f7fbff,#edf5fb 62%,#fff6ef);border-bottom:1px solid #e5ebf1}
.subhero h1{font-size:41px;letter-spacing:-1px;color:#0b2948}.subhero p{font-size:15px;line-height:1.65}
.content-card{border-radius:18px;border-color:#e3e9ef;padding:26px;box-shadow:var(--shadow-sm)}
.site-form{gap:14px}.site-form label{font-size:11px;gap:7px}.site-form input,.site-form textarea{border-radius:12px;padding:13px 14px;border-color:#dfe6ed;background:#fbfcfd;transition:.18s}.site-form input:focus,.site-form textarea:focus{outline:0;border-color:#f28a41;box-shadow:0 0 0 4px rgba(245,106,10,.09);background:#fff}.btn-submit{width:100%;min-height:48px;font-size:12px;margin-top:2px}

/* Contact page */
.contact-layout{grid-template-columns:.9fr 1.1fr;gap:22px;padding:34px 0 42px}
.contact-info-card,.contact-form-card{padding:30px}
.contact-info-card h2,.contact-form-card h2{font-size:25px;letter-spacing:-.5px;margin:0 0 9px;color:#0c2b4a}
.contact-intro{margin:0 0 20px;color:#68788a;font-size:13px;line-height:1.7}
.contact-methods{display:grid;gap:10px}
.contact-method{display:grid;grid-template-columns:46px 1fr 24px;align-items:center;gap:12px;padding:13px;border:1px solid #e2e8ee;border-radius:14px;background:#fff;transition:.18s}
.contact-method:hover{transform:translateY(-2px);border-color:#d4dee8;box-shadow:var(--shadow-sm)}
.method-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:12px;background:#eef5fb;color:#0e5289}
.contact-method.wa .method-icon{background:#eaf9f0;color:#159653}
.method-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.contact-method>span:nth-child(2){display:grid;gap:1px;min-width:0}.contact-method small{font-size:9px;color:#8793a1;font-weight:800}.contact-method strong{font-size:12px;color:#17334e;overflow-wrap:anywhere}.contact-method em{font-size:9px;color:#8793a1;font-style:normal}.method-arrow{font-size:17px;color:#aab4bf;transition:.18s}.contact-method:hover .method-arrow{transform:translateX(3px);color:var(--orange)}
.service-area-note{display:flex;justify-content:space-between;gap:12px;margin-top:16px;padding:13px 14px;border-radius:12px;background:#f5f8fb;color:#526479;font-size:11px}.service-area-note strong{color:#17334e}

/* Product detail */
.product-detail-layout{gap:26px}.product-detail-image{min-height:470px}.product-detail-image img{max-height:430px}.detail-price{font-size:38px;letter-spacing:-1px}.product-detail-layout .btn{min-height:46px;padding-inline:18px}
.market-note{border:1px solid #e3eaf1;background:#f7fafe;border-radius:13px;line-height:1.6}
.stock-note{border-radius:999px;padding:7px 11px}

/* Footer */
.footer{margin-top:28px;padding-top:38px;background:linear-gradient(145deg,#041e36,#062b4b 62%,#07375f)}
.footer-grid{gap:40px}.footer h4{font-size:12px;letter-spacing:.02em;color:#fff}.footer p,.footer a{font-size:10px;line-height:1.7;color:#cbd9e5}.footer-links{gap:8px}.footer-links a{transition:.18s}.footer-links a:hover{color:#fff;transform:translateX(2px)}.footer-logo img{width:150px}.footer-contact-btn{margin-top:14px;border:1px solid rgba(255,255,255,.08);font-size:10px}.legal-links{margin-top:18px}.footer-bottom{margin-top:22px;padding:15px 0;color:#93a7ba}

/* Floating desktop contact */
.floating-contact{position:fixed;right:20px;bottom:24px;z-index:80;display:grid;gap:9px;justify-items:end}
.float-action{display:flex;align-items:center;gap:10px;min-width:154px;padding:9px 12px 9px 9px;border-radius:15px;color:#fff;box-shadow:0 14px 32px rgba(6,40,70,.2);transition:.2s ease;border:1px solid rgba(255,255,255,.15)}
.float-action:hover{transform:translateY(-2px) translateX(-2px);box-shadow:0 18px 36px rgba(6,40,70,.27)}
.float-whatsapp{background:linear-gradient(135deg,#139e52,#20bb65)}
.float-phone{background:linear-gradient(135deg,#062846,#0d4c80)}
.float-icon{display:grid;place-items:center;width:36px;height:36px;border-radius:11px;background:rgba(255,255,255,.14)}
.float-icon svg{width:19px;height:19px;fill:none;stroke:#fff;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.float-action>span:last-child{display:grid;gap:0}.float-action small{font-size:8px;opacity:.75;font-weight:700}.float-action strong{font-size:11px;font-weight:900}
.mobile-contact-bar{display:none}
.toast{right:202px;bottom:24px;border-radius:12px;padding:13px 17px}

/* Catalog controls */
.catalog-tools{border-radius:18px;box-shadow:var(--shadow-sm)}.catalog-search,.catalog-select{border-radius:12px}.catalog-chip{padding:9px 14px}.catalog-chip.active,.catalog-chip:hover{background:linear-gradient(135deg,#082e52,#0d4e83)}

/* Responsive refinements */
@media(max-width:1120px){
  .container{width:min(100% - 36px,1200px)}
  .brand img{width:190px}.brand{min-width:195px}.contact{min-width:auto;padding:9px 10px}.contact-copy strong{font-size:11px}.header-offer{padding-inline:12px}.cart-label{display:none}
  .nav-links a{padding-inline:10px;font-size:11px}
  .hero-copy{min-width:450px}.hero h1{font-size:46px}.hero-category-row{grid-template-columns:repeat(4,114px)}.hero-cat{height:116px}
  .category-strip{grid-template-columns:150px repeat(4,1fr)}.cat-item:nth-child(n+6){display:none}
  .products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:900px){
  .contact.whatsapp{display:none}.header-offer{display:none}
  .hero-copy{min-width:0;width:58%}.hero h1{font-size:41px}.hero-category-row{grid-template-columns:repeat(2,120px)}
  .service-grid{grid-template-columns:repeat(2,1fr)}.service:nth-child(2){border-right:0}.service:nth-child(n+3){border-top:1px solid var(--line)}
  .products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .contact-layout{grid-template-columns:1fr}
}
@media(max-width:760px){
  body{padding-bottom:70px}
  .container{width:min(100% - 28px,1200px)}
  .header-main .inner{min-height:70px;gap:10px}.brand img{width:168px}.brand{min-width:0}.contact-row{display:none}.cart-mini{padding:9px 10px;margin-left:auto}.cart-icon svg{width:21px;height:21px}
  .main-nav{position:sticky;top:0}.nav-inner{min-height:50px}.mobile-toggle{display:grid;margin-left:auto}.nav-links{top:50px;padding:10px 14px 18px;border-radius:0 0 16px 16px}.nav-links a{padding:13px 12px;border-radius:8px;border-bottom:1px solid #f0f3f6;font-size:12px}.nav-links a:hover{background:#fff7f1}
  .hero{min-height:0;padding-bottom:0;background:#fff}.hero::before{background:linear-gradient(180deg,#fff 0%,#fff 51%,rgba(255,255,255,.84) 62%,rgba(255,255,255,.20) 83%,rgba(255,255,255,0) 100%)}.hero-bg{width:100%;height:44%;top:auto;bottom:0;opacity:.96;object-position:center}.hero .inner{min-height:0;padding:34px 0 18px}.hero-copy{width:100%}.hero h1{font-size:40px;letter-spacing:-1.6px;max-width:540px}.hero p{font-size:14px;max-width:570px}.hero-actions{gap:8px}.hero-product-link{padding-left:6px}.trust-row{max-width:520px}
  .hero-category-row{position:relative;right:auto;left:auto;bottom:auto;margin:0 14px 18px;grid-template-columns:repeat(4,1fr);gap:7px}.hero-cat{height:94px;padding:7px;border-radius:13px}.hero-cat .mini-visual{width:44px;height:39px}.hero-cat .mini-visual svg{width:32px;height:32px}.hero-cat strong{font-size:10px}.hero-cat small{display:none}
  .service-grid{grid-template-columns:1fr;border-radius:0 0 16px 16px}.service{min-height:92px;padding:16px}.service:nth-child(n){border-right:0;border-top:1px solid var(--line)}.service:first-child{border-top:0}
  .section{padding:20px 0}.category-strip{display:block;padding:12px}.category-label{border-right:0;border-bottom:1px solid #e8edf2;margin-bottom:8px;padding:8px 6px 12px}.category-strip .cat-item{display:inline-flex!important;width:24%;min-height:76px;margin:0 0 7px}.cat-item .cat-img{height:37px;width:42px}
  .products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product-card{min-height:380px;padding:12px}.product-image,.product-image img{height:165px;max-height:165px}.product-card h3{font-size:12px;min-height:51px}.price{font-size:18px}
  .process{grid-template-columns:1fr;padding:22px;border-radius:16px}.dual-banner{border-radius:16px}.banner-col{padding:23px}.center-mark{width:104px;height:104px}.faq-grid{grid-template-columns:1fr}.subhero{padding:38px 0}.subhero h1{font-size:32px}
  .footer{margin-top:18px}.footer-grid{grid-template-columns:1fr 1fr;gap:25px}.footer-grid>div:first-child{grid-column:1/-1}
  .floating-contact{display:none}.mobile-contact-bar{position:fixed;left:0;right:0;bottom:0;z-index:95;height:64px;padding:7px 8px calc(7px + env(safe-area-inset-bottom));display:grid;grid-template-columns:1fr 1.25fr 1fr;gap:6px;background:rgba(255,255,255,.97);border-top:1px solid #e0e6ec;box-shadow:0 -9px 26px rgba(6,40,70,.12);backdrop-filter:blur(14px)}.mobile-contact-bar a{display:flex;align-items:center;justify-content:center;gap:6px;border-radius:11px;background:#eef4f9;color:#0a3459;font-size:10px;font-weight:900}.mobile-contact-bar a svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.mobile-contact-bar .mobile-wa{background:linear-gradient(135deg,#169e53,#20bb65);color:#fff;box-shadow:0 7px 18px rgba(25,167,90,.2)}
  .toast{right:14px;left:14px;bottom:78px;text-align:center}
  .product-detail-layout{grid-template-columns:1fr}.product-detail-image{min-height:330px}.product-detail-image img{max-height:310px}
}
@media(max-width:480px){
  .brand img{width:154px}.cart-count{right:-5px;top:-6px}
  .hero h1{font-size:35px}.hero p{font-size:13px}.hero-eyebrow{font-size:8px}.hero-actions .btn{width:100%}.hero-product-link{width:auto}.trust-pill{font-size:8px;padding:6px 8px}
  .hero-category-row{grid-template-columns:repeat(2,1fr)}.hero-cat{height:82px;flex-direction:row;justify-content:flex-start;padding:8px 11px}.hero-cat .mini-visual{margin:0}.hero-cat strong{font-size:11px}
  .products-grid{grid-template-columns:1fr}.product-card{min-height:0}.product-image,.product-image img{height:220px;max-height:220px}.product-card h3{min-height:0;font-size:14px}
  .category-strip .cat-item{width:32%}
  .footer-grid{grid-template-columns:1fr}.footer-grid>div{grid-column:1/-1}.contact-info-card,.contact-form-card{padding:22px}.contact-method{grid-template-columns:42px 1fr 20px;padding:11px}.method-icon{width:40px;height:40px}.contact-method strong{font-size:11px}
}

/* =========================================================
   PAYMENT, BANK TRANSFER & FREE SHIPPING
   ========================================================= */
.commerce-ribbon{background:#fff7ef;border-bottom:1px solid #f3dfcb;color:#49301e}
.commerce-ribbon-inner{min-height:38px;display:flex;align-items:center;justify-content:center;gap:18px;font-size:11px}
.commerce-ribbon-item{display:inline-flex;align-items:center;gap:8px;white-space:nowrap}
.commerce-ribbon-item svg{width:18px;height:18px;fill:none;stroke:var(--orange);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.commerce-ribbon-item strong{color:#9b480c;font-weight:900}
.commerce-ribbon-item.payment{color:#6b5140;font-weight:750}
.commerce-ribbon-sep{width:1px;height:18px;background:#eacfb8}

.order-layout{grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:24px;align-items:start}
.order-form-card{padding:28px}.order-form-card>h2,.order-summary>h2{margin-top:0;color:var(--navy)}
.two-field{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.payment-methods{display:grid;gap:10px;margin:3px 0 2px;padding:0;border:0}
.payment-methods legend{margin-bottom:9px;color:var(--navy);font-size:11px;font-weight:900}
.payment-option{position:relative!important;display:grid!important;grid-template-columns:46px minmax(0,1fr) 22px!important;align-items:center!important;gap:12px!important;min-height:76px;padding:13px 14px;border:1px solid #dfe6ed;border-radius:14px;background:#fff;cursor:pointer;transition:.18s ease}
.payment-option:hover{border-color:#cbd7e2;box-shadow:0 8px 22px rgba(6,40,70,.07);transform:translateY(-1px)}
.payment-option>input{position:absolute!important;opacity:0!important;pointer-events:none;width:1px!important;height:1px!important}
.payment-option:has(input:checked){border-color:#f5a365;background:#fffaf6;box-shadow:0 0 0 3px rgba(245,106,10,.07)}
.payment-option-icon{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;font-size:15px;font-weight:950}
.payment-option-icon.whatsapp{background:#eaf9f0;color:#159653}
.payment-option-icon.bank{background:#eef5fb;color:#0b4f8a}
.payment-option>span:nth-of-type(2){display:grid;gap:3px}.payment-option strong{font-size:12px;color:#17334e}.payment-option small{font-size:10px;line-height:1.45;color:#768596;font-weight:650}
.payment-radio{width:19px;height:19px;border:2px solid #bdc9d4;border-radius:50%;position:relative}
.payment-option:has(input:checked) .payment-radio{border-color:var(--orange)}
.payment-option:has(input:checked) .payment-radio::after{content:"";position:absolute;inset:3px;border-radius:50%;background:var(--orange)}
.bank-preview{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 14px;border:1px dashed #cbd9e6;border-radius:13px;background:#f7fafd}
.bank-preview>div{display:grid;gap:2px;min-width:0}.bank-preview small{font-size:9px;color:#7a8998;font-weight:800}.bank-preview strong{font-size:12px;color:#0c3154;letter-spacing:.02em;overflow-wrap:anywhere}.bank-preview span{font-size:9px;color:#748397}
.copy-iban{border:1px solid #ccd8e3;border-radius:9px;background:#fff;color:#0b4f8a;padding:8px 10px;font-size:9px;font-weight:900;cursor:pointer;white-space:nowrap;transition:.18s}.copy-iban:hover{border-color:#aebfce;background:#eef5fb}
.order-success-head{display:flex;align-items:center;gap:13px;margin-bottom:15px;padding:14px;border:1px solid #b8ebca;background:#f0fcf4;border-radius:14px}.order-success-icon{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#17a459;color:#fff;font-size:19px;font-weight:900}.order-success-head>div{display:grid;gap:1px}.order-success-head small{font-size:9px;color:#568168;font-weight:800}.order-success-head strong{font-size:15px;color:#0d6736;letter-spacing:.04em}
.order-main-action,.order-secondary-action{width:100%;min-height:48px;margin-top:3px}.order-secondary-action{margin-top:13px}
.bank-transfer-card{margin:15px 0 4px;border:1px solid #dce5ed;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 10px 28px rgba(6,40,70,.06)}
.bank-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;background:linear-gradient(135deg,#082e52,#0d4e83);color:#fff}.bank-card-head span{font-size:11px;font-weight:900}.bank-card-head strong{font-size:10px;color:#dce9f4}
.bank-row{display:grid;grid-template-columns:115px minmax(0,1fr);gap:12px;padding:13px 16px;border-bottom:1px solid #edf1f4;align-items:center}.bank-row:last-child{border-bottom:0}.bank-row small{font-size:9px;color:#7c8996;font-weight:800}.bank-row strong{font-size:11px;color:#17334e;overflow-wrap:anywhere}.iban-row{grid-template-columns:115px minmax(0,1fr) auto}
.shipping-summary.free strong,.shipping-free-text{color:#078342!important}
.free-shipping-box{display:flex;gap:10px;align-items:center;margin:12px 0;padding:12px;border-radius:12px;background:#ecfbf2;border:1px solid #c2ecd2;color:#08743c}.free-shipping-box>span{width:29px;height:29px;border-radius:9px;display:grid;place-items:center;background:#159653;color:#fff;font-weight:950}.free-shipping-box>div{display:grid;gap:2px}.free-shipping-box strong{font-size:11px}.free-shipping-box small{font-size:9px;color:#5c7f6a;line-height:1.4}.free-shipping-box.pending{background:#fff8f1;border-color:#f5dfc8;color:#a65012}.free-shipping-box.pending>span{background:#f08a3a}.free-shipping-box.pending small{color:#8a6a52}
.checkout-method-note{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:10px 0 2px;padding:11px 0;border-top:1px dashed #dfe6ed;border-bottom:1px dashed #dfe6ed;font-size:10px}.checkout-method-note strong{color:#17334e}.checkout-method-note span{color:#6e7d8d;font-weight:800;text-align:right}
.product-shipping-note{display:flex;align-items:center;gap:10px;margin:11px 0 4px;padding:10px 12px;border-radius:12px;background:#effaf3;border:1px solid #cfecd9;color:#0b7540}.product-shipping-note>span{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#18a459;color:#fff;font-weight:900}.product-shipping-note>div{display:grid;gap:2px}.product-shipping-note strong{font-size:10px}.product-shipping-note small{font-size:9px;color:#658172}

@media(max-width:760px){
  .commerce-ribbon-inner{min-height:42px;justify-content:flex-start;overflow-x:auto;gap:12px;padding:0 1px;font-size:10px;scrollbar-width:none}.commerce-ribbon-inner::-webkit-scrollbar{display:none}.commerce-ribbon-sep{height:16px}.commerce-ribbon-item svg{width:16px;height:16px}
  .order-layout{grid-template-columns:1fr}.order-form-card{padding:22px}.two-field{grid-template-columns:1fr}.payment-option{grid-template-columns:42px minmax(0,1fr) 20px!important}.payment-option-icon{width:40px;height:40px}.bank-preview{align-items:flex-start;flex-direction:column}.bank-preview .copy-iban{width:100%}.iban-row,.bank-row{grid-template-columns:1fr;gap:5px}.iban-row .copy-iban{width:100%;margin-top:4px}.order-summary{position:static}
}
.payment-option input:checked ~ .payment-radio{border-color:var(--orange)}
.payment-option input:checked ~ .payment-radio::after{content:"";position:absolute;inset:3px;border-radius:50%;background:var(--orange)}

/* =========================================================
   PROFESSIONAL CORPORATE + COMMERCE REFINEMENT / 2026-08-28
   ========================================================= */
:root{
  --pro-navy:#071f36;
  --pro-navy-2:#0d3557;
  --pro-blue:#174e78;
  --pro-accent:#ef6c22;
  --pro-accent-2:#ff8a46;
  --pro-green:#138a4f;
  --pro-bg:#f5f7fa;
  --pro-surface:#ffffff;
  --pro-text:#14273b;
  --pro-muted:#718094;
  --pro-border:#e1e7ee;
  --pro-shadow:0 18px 48px rgba(12,38,64,.08);
  --pro-shadow-lg:0 28px 70px rgba(12,38,64,.14);
}
body{background:var(--pro-bg);color:var(--pro-text)}
.container{width:min(1240px,calc(100% - 56px))}

/* Header / utility bars */
.top-strip{background:#061a2d;border-bottom:1px solid rgba(255,255,255,.07)}
.top-strip .inner{height:32px}
.top-points span,.top-links a{font-size:10px;letter-spacing:.03em}
.top-points span{color:#d5e0ea}
.top-points span::before{width:5px;height:5px;background:#ff8e4b}
.header-main{background:rgba(255,255,255,.98);border-bottom:1px solid #e9eef3}
.header-main .inner{min-height:84px;gap:14px}
.brand{min-width:198px;max-width:218px}
.brand img{width:205px}
.header-search{height:46px;flex:1;max-width:430px;display:grid;grid-template-columns:22px minmax(0,1fr) auto;align-items:center;gap:10px;padding:0 6px 0 14px;border:1px solid #dbe4ec;border-radius:14px;background:#f8fafc;transition:.2s ease}
.header-search:focus-within{background:#fff;border-color:#b9cad8;box-shadow:0 0 0 4px rgba(16,71,111,.06)}
.header-search svg{width:19px;height:19px;fill:none;stroke:#7890a4;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.header-search input{width:100%;border:0;outline:0;background:transparent;color:#17324d;font-size:12px;font-weight:650}
.header-search input::placeholder{color:#8b98a6;font-weight:600}
.header-search button{height:34px;padding:0 14px;border:0;border-radius:9px;background:#0b3658;color:#fff;font-size:10px;font-weight:900;cursor:pointer;transition:.18s}
.header-search button:hover{background:#124d79}
.contact-row{gap:8px}
.contact{min-width:auto;padding:9px 10px;border-color:#e1e7ee;border-radius:12px;background:#fff}
.contact .icon{width:34px;height:34px;flex-basis:34px;border-radius:10px}
.contact .icon svg{width:18px;height:18px}
.contact-copy small{font-size:8px;letter-spacing:.03em;text-transform:uppercase}
.contact-copy strong{font-size:10.5px}
.header-offer{min-height:44px;padding:0 14px;border-radius:11px;background:#0b3658;box-shadow:none}
.header-offer:hover{background:#104c79;box-shadow:0 10px 25px rgba(6,40,70,.15)}
.cart-mini{min-height:44px;padding:9px 11px;border-radius:11px}
.main-nav{background:#fff;border-bottom:1px solid #e5ebf1;box-shadow:0 7px 20px rgba(12,38,64,.025)}
.nav-inner{height:50px}
.nav-links{justify-content:flex-start;gap:1px}
.nav-links a{padding:15px 13px;font-size:11px;letter-spacing:.005em;border-radius:7px}
.nav-links a:hover{background:#f6f9fb;color:#0c4b77}
.nav-links a.active{color:#0c4b77;background:#f0f5f9}
.nav-links a.active::after{left:14px;right:14px;bottom:0;height:2px;background:var(--pro-accent)}
.commerce-ribbon{background:#0b3658;border-bottom:0;color:#fff}
.commerce-ribbon-inner{min-height:34px;gap:24px;font-size:10px;justify-content:center}
.commerce-ribbon-item svg{stroke:#ff9a5d;width:16px;height:16px}
.commerce-ribbon-item strong{color:#fff}
.commerce-ribbon-item.payment{color:#d9e4ed}
.commerce-ribbon-sep{background:rgba(255,255,255,.18)}

/* Homepage hero */
.hero{min-height:525px;background:#fff;border-bottom:0}
.hero::before{background:linear-gradient(90deg,#fff 0%,#fff 38%,rgba(255,255,255,.94) 50%,rgba(255,255,255,.38) 69%,rgba(255,255,255,.04) 84%)}
.hero::after{background:linear-gradient(180deg,rgba(7,31,54,0) 55%,rgba(7,31,54,.06) 100%)}
.hero-bg{width:65%;filter:saturate(.94) contrast(1.02);object-position:center}
.hero .inner{min-height:525px;padding:64px 0 112px;align-items:flex-start}
.hero-copy{width:49%;min-width:530px;padding-top:8px}
.hero-eyebrow{margin-bottom:16px;padding:7px 11px;border-color:#e4ebf1;background:#f7fafc;color:#315b7c;font-size:9px;letter-spacing:.16em}
.hero h1{max-width:600px;font-size:58px;line-height:.99;letter-spacing:-3px;color:#0a2843;margin-bottom:19px}
.hero h1 span{background:none;-webkit-background-clip:initial;background-clip:initial;color:var(--pro-accent)}
.hero p{max-width:540px;font-size:16px;line-height:1.75;color:#5e6f80;margin-bottom:24px}
.hero-actions{gap:10px;margin-bottom:22px}
.hero-actions .btn{min-height:50px;padding:0 19px;border-radius:11px}
.hero-actions .btn-primary{background:#0a3355;box-shadow:0 14px 30px rgba(7,31,54,.18)}
.hero-actions .btn-primary:hover{background:#104a76}
.hero-actions .btn-whatsapp{box-shadow:none;border:1px solid #cbe9d8;background:#f1fbf5;color:#127846}
.hero-actions .btn-whatsapp:hover{background:#e5f7ec;box-shadow:none}
.hero-product-link{margin-left:2px;color:#38546d;font-size:11px}
.trust-row{gap:7px;max-width:560px}
.trust-pill{padding:8px 10px;border:0;background:#f5f8fa;box-shadow:none;color:#536679;font-size:9px}
.trust-pill::before{background:#e8f4ee;color:#0d7b45}
.hero-category-row{right:calc((100vw - min(1240px,calc(100vw - 56px)))/2);bottom:22px;grid-template-columns:repeat(4,132px);gap:10px}
.hero-cat{height:118px;padding:12px;border:1px solid #e3e9ef;border-radius:14px;background:rgba(255,255,255,.97);box-shadow:0 16px 38px rgba(10,40,66,.11);backdrop-filter:blur(12px)}
.hero-cat:hover{transform:translateY(-4px);border-color:#cad7e1;box-shadow:0 20px 46px rgba(10,40,66,.15)}
.hero-cat .mini-visual{width:54px;height:48px;border-radius:11px;background:#f1f5f8;color:#174b72}
.hero-cat strong{font-size:11px}
.hero-cat small{font-size:8px}

/* Service rail */
.services{background:var(--pro-bg);padding:0 0 26px}
.service-grid{margin-top:-1px;border:1px solid #e0e7ed;border-radius:0 0 18px 18px;box-shadow:0 12px 32px rgba(12,38,64,.055)}
.service{min-height:116px;padding:21px 17px;background:#fff}
.service+.service{border-left:0}
.service .svc-icon{width:42px;height:42px;border-radius:11px;background:#f1f5f8!important;color:#174b72!important}
.service h3{font-size:12px;letter-spacing:-.01em}
.service p{font-size:10px;color:#768596}
.service a{color:#174b72;font-size:9px;text-transform:uppercase;letter-spacing:.045em}

/* Shared section language */
.section{padding:34px 0}
.section-head{margin-bottom:20px}
.section-title{font-size:28px;letter-spacing:-.75px;color:#0c2e4b}
.section-link{display:inline-flex;align-items:center;gap:6px;color:#174b72;font-size:10px;text-transform:uppercase;letter-spacing:.05em}
.category-strip{grid-template-columns:190px repeat(8,1fr);gap:3px;margin-bottom:34px;padding:13px;border:1px solid #e0e7ed;border-radius:18px;background:#fff;box-shadow:0 10px 30px rgba(12,38,64,.04)}
.category-label{padding:14px 18px}
.category-label h2{font-size:20px;letter-spacing:-.4px}
.cat-item{min-height:92px;border:1px solid transparent;border-radius:12px;color:#40566a;font-size:10px}
.cat-item:hover{transform:none;border-color:#e1e8ee;background:#f8fafb;color:#0f4b76}
.cat-item .cat-img{width:46px;height:42px;background:#f1f5f8;color:#174b72}
.cat-item:hover .cat-img{background:#eaf1f6;color:#0f4b76}

/* Professional product cards */
.products-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.product-card{min-height:458px;padding:0;border:1px solid #dfe6ec;border-radius:18px;background:#fff;box-shadow:0 8px 30px rgba(12,38,64,.045);overflow:hidden;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.product-card:hover{transform:translateY(-4px);border-color:#cbd7e1;box-shadow:var(--pro-shadow)}
.product-card .badge{left:14px;top:14px;border-radius:999px;padding:6px 9px;font-size:8px;letter-spacing:.02em;box-shadow:0 6px 14px rgba(0,0,0,.08)}
.product-image{height:218px;margin:0;border-radius:0;background:linear-gradient(180deg,#fbfcfd,#f6f8fa);border-bottom:1px solid #edf1f4}
.product-image img{height:218px;max-height:218px;padding:22px 20px;transition:transform .28s ease}
.product-card:hover .product-image img{transform:scale(1.025)}
.product-card-body{display:flex;flex:1;flex-direction:column;padding:16px 17px 12px}
.product-card-kicker{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}
.product-brand{max-width:54%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#607489;font-size:8.5px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.card-stock{margin:0;padding:5px 7px;border-radius:999px;background:#f0f3f6;color:#66798a;font-size:8px;font-weight:850;white-space:nowrap}
.card-stock.in_stock{background:#eaf7f0;color:#157946}
.card-stock.out_of_stock{background:#fff0f0;color:#a34242}
.card-stock.preorder,.card-stock.backorder{background:#fff7e9;color:#92620f}
.product-card h3{min-height:61px;margin:0 0 7px;color:#102e48;font-size:14px;line-height:1.42;letter-spacing:-.12px}
.product-card h3 a:hover{color:#0d557f}
.product-meta{min-height:30px;margin:0;color:#8090a0;font-size:9.5px;line-height:1.5}
.product-price-block{margin-top:auto;padding-top:12px}
.price-row{margin:0 0 4px}
.price{font-size:23px;letter-spacing:-.7px;color:#0a3456}
.old-price{font-size:10px}
.price-disclaimer{min-height:15px;color:#8a97a4;font-size:9px}
.product-card-actions{display:grid;grid-template-columns:minmax(0,1fr) 44px;gap:8px;padding:0 17px 17px}
.cart-form{margin:0}
.add-cart{width:100%;min-height:44px;display:flex;align-items:center;justify-content:center;gap:8px;border-radius:11px;background:#0b3658;box-shadow:none;font-size:10px;letter-spacing:.01em}
.add-cart svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.add-cart:hover:not(:disabled){background:#104c79;transform:none;box-shadow:none}
.add-cart:disabled{background:#c7d0d8;cursor:not-allowed}
.detail-link{width:44px;min-height:44px;margin:0;padding:0;border-radius:11px;background:#f5f8fa;border-color:#dce4ea;color:#32566f}
.detail-link:hover{background:#eaf1f6;border-color:#cbd7df;color:#0e507a}
.detail-link svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}

/* Process / editorial sections */
.process{padding:28px 30px;border-radius:20px;background:linear-gradient(115deg,#071f36,#0d3557);box-shadow:0 18px 44px rgba(7,31,54,.15)}
.process-title{font-size:27px}
.step-num{width:36px;height:36px;border:1px solid rgba(255,255,255,.24);background:rgba(255,255,255,.07);color:#fff}
.step:not(:last-child)::after{color:rgba(255,255,255,.32)}
.step h4{font-size:12px}
.step p{font-size:9.5px;color:#c8d5df}
.dual-banner{min-height:190px;margin-top:4px;border:1px solid #e1e7ed;border-radius:20px;background:linear-gradient(90deg,#f3f7fa 0 50%,#fbf7f4 50% 100%);box-shadow:0 10px 30px rgba(12,38,64,.04)}
.banner-col{padding:30px 44px}
.banner-col h3{font-size:21px;color:#123b5c}
.banner-col.right h3{color:#754526}
.banner-col ul{font-size:10.5px;color:#536779}
.center-mark{width:118px;height:118px;border:1px solid #e0e7ed;box-shadow:0 10px 26px rgba(12,38,64,.08)}
.center-mark small{font-size:13px;color:#153c5b}
.guide-card,.service-hub-card,.faq,.content-card{border-color:#e0e7ed!important;box-shadow:0 8px 28px rgba(12,38,64,.04)!important}
.guide-card:hover,.service-hub-card:hover{box-shadow:0 16px 38px rgba(12,38,64,.08)!important}
.faq button{font-size:11px}

/* Inner-page hero and tools */
.subhero{padding:58px 0;background:linear-gradient(135deg,#f8fafc 0%,#edf3f7 70%,#f7f1ed 100%);border-bottom:1px solid #e1e7ed}
.subhero h1{max-width:860px;font-size:44px;letter-spacing:-1.5px;color:#0a2d49}
.subhero p{max-width:820px;color:#66788a}
.catalog-tools{margin-top:28px;padding:16px;border:1px solid #e0e7ed;border-radius:18px;background:#fff;box-shadow:0 8px 28px rgba(12,38,64,.04)}
.catalog-filter-row{gap:10px}
.catalog-search,.catalog-select{min-height:46px;border-color:#dbe3e9;background:#f8fafb}
.catalog-submit{min-height:46px;background:#0b3658;box-shadow:none}
.catalog-chip{border:1px solid #e1e7ed;background:#fff;color:#546a7c}
.catalog-chip:hover,.catalog-chip.active{background:#0b3658;border-color:#0b3658;color:#fff}
.pagination a,.pagination span{border-radius:9px}
.pagination .current{background:#0b3658!important;border-color:#0b3658!important}

/* Forms and detail pages */
.content-card,.contact-info-card,.contact-form-card,.order-form-card,.order-summary{border-radius:18px;background:#fff}
.site-form input,.site-form textarea,.site-form select{min-height:46px;border-color:#dbe3e9;background:#f8fafb}
.site-form input:focus,.site-form textarea:focus,.site-form select:focus{border-color:#adc1d0;box-shadow:0 0 0 4px rgba(15,76,121,.06)}
.btn-submit{background:#0b3658!important;box-shadow:none!important}
.contact-method{border-color:#e0e7ed;background:#fbfcfd}
.contact-method:hover{border-color:#cad7e1;box-shadow:0 10px 24px rgba(12,38,64,.06)}
.product-detail-layout{gap:34px}
.product-detail-image{border:1px solid #e0e7ed;border-radius:20px;background:#fff;box-shadow:0 12px 34px rgba(12,38,64,.05)}
.detail-price{color:#0a3456}
.bank-card-head{background:#0b3658}

/* Footer */
.footer{margin-top:48px;padding-top:48px;background:#061a2d}
.footer-grid{gap:48px}
.footer h4{font-size:11px;text-transform:uppercase;letter-spacing:.06em}
.footer p,.footer a{color:#bdcad5;font-size:10px}
.footer a:hover{color:#fff}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);color:#8297aa}
.float-action{border-radius:13px}
.float-phone{background:#0b3658}

/* Responsive */
@media(max-width:1180px){
  .container{width:min(100% - 40px,1240px)}
  .header-search{max-width:330px}
  .contact-row{display:none}
  .hero-copy{min-width:480px}
  .hero h1{font-size:52px}
  .hero-category-row{right:20px}
  .category-strip{grid-template-columns:170px repeat(6,1fr)}
  .category-strip .cat-item:nth-of-type(n+7){display:none}
}
@media(max-width:920px){
  .header-search{display:none}
  .header-main .inner{min-height:76px}
  .header-offer{margin-left:auto}
  .hero{min-height:500px}
  .hero .inner{min-height:500px;padding-top:52px}
  .hero-copy{width:58%;min-width:0}
  .hero h1{font-size:46px}
  .hero-category-row{grid-template-columns:repeat(2,124px)}
  .products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .category-strip{grid-template-columns:160px repeat(4,1fr)}
  .category-strip .cat-item:nth-of-type(n+5){display:none}
}
@media(max-width:760px){
  .container{width:min(100% - 28px,1240px)}
  .top-strip{display:none}
  .header-main .inner{min-height:68px}
  .brand img{width:158px}
  .header-offer{display:none}
  .main-nav{top:0}
  .commerce-ribbon-inner{justify-content:flex-start}
  .hero{min-height:0;background:#fff;padding-bottom:0}
  .hero::before{background:linear-gradient(180deg,#fff 0%,#fff 52%,rgba(255,255,255,.89) 63%,rgba(255,255,255,.25) 84%,rgba(255,255,255,0) 100%)}
  .hero-bg{width:100%;height:45%;top:auto;bottom:0;opacity:.92;object-position:center}
  .hero .inner{min-height:0;padding:38px 0 24px}
  .hero-copy{width:100%}
  .hero h1{font-size:41px;letter-spacing:-2px;max-width:620px}
  .hero p{font-size:13.5px;max-width:580px}
  .hero-actions .btn{min-height:46px}
  .hero-category-row{position:relative;right:auto;bottom:auto;grid-template-columns:repeat(4,1fr);gap:7px;margin:0 14px 18px}
  .hero-cat{height:94px;padding:8px;border-radius:12px}
  .hero-cat .mini-visual{width:42px;height:38px}
  .hero-cat .mini-visual svg{width:30px;height:30px}
  .hero-cat strong{font-size:9.5px}
  .hero-cat small{display:none}
  .services{padding-bottom:18px}
  .service-grid{border-radius:0 0 16px 16px}
  .service{min-height:92px}
  .section{padding:24px 0}
  .section-title{font-size:24px}
  .category-strip{display:block;padding:12px}
  .category-label{border-right:0;border-bottom:1px solid #e5ebf0;padding:8px 6px 13px;margin-bottom:8px}
  .category-strip .cat-item{display:inline-flex!important;width:24%;min-height:78px;margin-bottom:6px}
  .products-grid{gap:12px}
  .product-card{min-height:410px}
  .product-image,.product-image img{height:176px;max-height:176px}
  .product-card-body{padding:13px 13px 10px}
  .product-card-actions{padding:0 13px 13px}
  .product-card h3{font-size:12px;min-height:52px}
  .price{font-size:19px}
  .process{padding:22px;border-radius:16px}
  .dual-banner{border-radius:16px}
  .subhero{padding:40px 0}
  .subhero h1{font-size:34px}
  .footer{margin-top:28px;padding-top:36px}
}
@media(max-width:500px){
  .brand{min-width:0}
  .brand img{width:150px}
  .hero h1{font-size:36px;letter-spacing:-1.6px}
  .hero-actions{display:grid;grid-template-columns:1fr 1fr}
  .hero-actions .btn{width:100%}
  .hero-product-link{grid-column:1/-1;justify-content:center}
  .hero-category-row{grid-template-columns:repeat(2,1fr)}
  .hero-cat{height:78px;flex-direction:row;justify-content:flex-start;gap:8px}
  .products-grid{grid-template-columns:1fr}
  .product-card{min-height:0}
  .product-image,.product-image img{height:220px;max-height:220px}
  .product-card h3{min-height:0;font-size:14px}
  .category-strip .cat-item{width:32%}
}

/* Catalog: professional left filter sidebar + faceted counts */
.catalog-layout{display:grid;grid-template-columns:270px minmax(0,1fr);gap:30px;align-items:start;padding-top:30px}
.catalog-sidebar{min-width:0}
.catalog-filter-panel{position:sticky;top:118px;border:1px solid #dfe7ed;border-radius:18px;background:#fff;box-shadow:0 10px 30px rgba(12,38,64,.055);overflow:hidden}
.catalog-filter-panel>summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 18px 15px;color:#0a2d49;font-size:15px;font-weight:900;cursor:default;border-bottom:1px solid #edf1f4}
.catalog-filter-panel>summary::-webkit-details-marker{display:none}
.filter-summary-count{font-size:10px;color:#62788b;background:#f1f5f8;border-radius:999px;padding:5px 8px;white-space:nowrap}
.catalog-filter-body{padding:16px}
.catalog-filter-form{display:grid;grid-template-columns:1fr;gap:9px}
.filter-field-label{margin-top:2px;color:#50677a;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.055em}
.catalog-filter-form .catalog-search,.catalog-filter-form .catalog-select{width:100%;min-width:0;height:44px;min-height:44px;border:1px solid #dbe3e9;border-radius:10px;background:#f8fafb;padding:0 11px;font:inherit;font-size:12px;color:#173b57;outline:none}
.catalog-filter-form .catalog-search:focus,.catalog-filter-form .catalog-select:focus{border-color:#9fb8ca;box-shadow:0 0 0 3px rgba(15,76,121,.07)}
.catalog-filter-form .catalog-submit{width:100%;min-height:43px;margin-top:3px;border-radius:10px}
.filter-divider{height:1px;background:#edf1f4;margin:17px 0}
.filter-group-title{margin-bottom:8px;color:#52697b;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.065em}
.catalog-category-list{display:grid;gap:4px}
.catalog-category-link{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:38px;padding:8px 9px;border-radius:9px;color:#365268;text-decoration:none;font-size:11px;font-weight:750;transition:background .16s ease,color .16s ease}
.catalog-category-link:hover{background:#f3f7fa;color:#0b3658}
.catalog-category-link strong{display:inline-flex;align-items:center;justify-content:center;min-width:29px;height:23px;padding:0 6px;border:1px solid #e1e8ed;border-radius:999px;background:#f8fafb;color:#607486;font-size:9px;font-weight:900}
.catalog-category-link.active{background:#0b3658;color:#fff}
.catalog-category-link.active strong{border-color:rgba(255,255,255,.18);background:rgba(255,255,255,.13);color:#fff}
.catalog-category-list.compact .catalog-category-link{font-size:10.5px}
.catalog-active-sidebar{display:grid;gap:7px;margin-top:16px;padding:12px;border-radius:10px;background:#f5f8fa;color:#607486;font-size:10px}
.catalog-active-sidebar a{color:#0b3658;font-weight:900;text-decoration:none}
.catalog-content{min-width:0}
.catalog-content .catalog-section{padding-top:0}
.catalog-content .products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.active-brand-note{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:-3px 0 17px;padding:10px 12px;border:1px solid #e2e9ee;border-radius:11px;background:#f8fafb;color:#627689;font-size:10px}
.active-brand-note span{text-transform:uppercase;letter-spacing:.05em;font-size:8.5px;font-weight:900}
.active-brand-note strong{color:#0b3658;font-size:11px}
.active-brand-note small{margin-left:auto;color:#6c7f8f;font-size:9.5px}

@media(max-width:1100px){
  .catalog-layout{grid-template-columns:240px minmax(0,1fr);gap:22px}
  .catalog-content .products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
  .catalog-layout{display:block;padding-top:18px}
  .catalog-filter-panel{position:static;margin-bottom:20px;border-radius:14px}
  .catalog-filter-panel>summary{cursor:pointer;padding:14px 15px}
  .catalog-filter-panel>summary::after{content:'+';display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;margin-left:2px;border-radius:6px;background:#eef3f6;color:#0b3658;font-size:17px;line-height:1}
  .catalog-filter-panel[open]>summary::after{content:'−'}
  .filter-summary-count{margin-left:auto}
  .catalog-filter-body{padding:14px}
  .catalog-content .products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .active-brand-note small{width:100%;margin-left:0}
}
@media(max-width:500px){
  .catalog-content .products-grid{grid-template-columns:1fr}
}

/* Catalog v2 — Trendyol-style permanent left filter rail */
.catalog-layout{display:grid!important;grid-template-columns:224px minmax(0,1fr)!important;gap:22px!important;align-items:start;padding-top:24px}
.catalog-sidebar{min-width:0;align-self:start}
.catalog-filter-panel{position:sticky;top:108px;border:1px solid #e6e6e6!important;border-radius:4px!important;background:#fff;box-shadow:none!important;overflow:hidden}
.catalog-filter-panel>summary{display:none}
.catalog-filter-body{padding:0!important}
.catalog-filter-form{display:block!important;padding:14px 12px;border-bottom:1px solid #ececec}
.sidebar-search-wrap{position:relative}
.catalog-filter-form .catalog-search{width:100%;height:36px!important;min-height:36px!important;border:1px solid #dedede!important;border-radius:4px!important;background:#fff!important;padding:0 34px 0 10px!important;font-size:11px!important;color:#333!important;box-shadow:none!important}
.catalog-filter-form .catalog-search:focus{border-color:#f27a1a!important;box-shadow:0 0 0 1px #f27a1a!important}
.sidebar-search-btn{position:absolute;right:1px;top:1px;width:34px;height:34px;border:0;background:transparent;color:#f27a1a;font-size:20px;line-height:1;cursor:pointer}
.facet-section{padding:14px 12px 12px;border-bottom:1px solid #ececec}
.facet-heading-row{display:flex;align-items:center;justify-content:space-between;gap:8px}
.facet-heading{margin:0 0 10px;color:#333;font-size:12px;font-weight:700;letter-spacing:0;text-transform:none}
.facet-clear{margin-bottom:10px;color:#f27a1a;font-size:10px;font-weight:600;text-decoration:none}
.facet-list{display:grid;gap:1px}
.facet-row{display:flex;align-items:center;gap:7px;min-height:29px;padding:3px 3px;border-radius:3px;color:#555;text-decoration:none;font-size:11px;font-weight:400;line-height:1.25;transition:color .12s ease,background .12s ease}
.facet-row:hover{background:#fff7f0;color:#f27a1a}
.facet-row.active{background:transparent!important;color:#f27a1a!important;font-weight:600}
.facet-label{min-width:0;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.facet-count{margin-left:auto;color:#999;font-size:10px;font-weight:400}
.facet-row.active .facet-count{color:#f27a1a}
.category-facets .facet-row.active .facet-label::before{content:'›';margin-right:5px;color:#f27a1a;font-weight:900}
.brand-filter-search-wrap{margin-bottom:8px}
.brand-filter-search{width:100%;height:32px;border:1px solid #dedede;border-radius:4px;background:#fafafa;padding:0 9px;font:inherit;font-size:10.5px;color:#444;outline:none}
.brand-filter-search:focus{border-color:#f27a1a;background:#fff}
.brand-facets{max-height:245px;overflow:auto;padding-right:3px;scrollbar-width:thin}
.brand-facets::-webkit-scrollbar{width:5px}
.brand-facets::-webkit-scrollbar-thumb{background:#d5d5d5;border-radius:5px}
.facet-checkbox{display:inline-flex;align-items:center;justify-content:center;flex:0 0 14px;width:14px;height:14px;border:1px solid #cfcfcf;border-radius:2px;background:#fff;color:#fff;font-size:9px;font-weight:900}
.brand-facet.active .facet-checkbox{border-color:#f27a1a;background:#f27a1a;color:#fff}
.clear-all-filters{display:block;margin:12px;color:#f27a1a;text-align:center;text-decoration:none;font-size:11px;font-weight:600}
.catalog-content{min-width:0}
.catalog-content .catalog-section{padding-top:0}
.catalog-content .products-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important}
.catalog-content .section-head{margin-bottom:14px}
.catalog-content .section-title{font-size:22px}
.active-brand-note{margin:0 0 14px!important;border:1px solid #f3dfcf!important;border-radius:4px!important;background:#fff8f2!important}

@media(max-width:1180px){
  .catalog-layout{grid-template-columns:210px minmax(0,1fr)!important;gap:18px!important}
  .catalog-content .products-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:900px){
  .catalog-layout{grid-template-columns:190px minmax(0,1fr)!important;gap:14px!important}
  .catalog-content .products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:760px){
  .catalog-layout{display:block!important;padding-top:16px}
  .catalog-filter-panel{position:static;margin-bottom:16px;border-radius:5px!important}
  .catalog-filter-panel>summary{display:flex!important;cursor:pointer;padding:13px 14px!important;border-bottom:0!important;color:#333!important;font-size:13px!important}
  .catalog-filter-panel[open]>summary{border-bottom:1px solid #ececec!important}
  .catalog-filter-panel>summary::after{content:'+'!important;background:#f6f6f6!important;color:#f27a1a!important}
  .catalog-filter-panel[open]>summary::after{content:'−'!important}
  .filter-summary-count{margin-left:auto;background:#fff3e9!important;color:#f27a1a!important}
  .catalog-content .products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
  .brand-facets{max-height:210px}
}
@media(max-width:500px){
  .catalog-content .products-grid{grid-template-columns:1fr!important}
}


/* 2026-08-28: premium product category visuals */
.hero-cat .mini-visual,
.cat-item .cat-img{
  overflow:visible;
  display:grid;
  place-items:center;
  background:linear-gradient(145deg,#f8fafc,#eef3f7);
  border:1px solid #e7edf2;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9);
}
.hero-cat .mini-visual{width:66px;height:58px;padding:3px;border-radius:14px}
.hero-cat .mini-visual img{display:block;width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 5px 5px rgba(8,38,62,.12));transition:transform .2s ease}
.hero-cat:hover .mini-visual img{transform:scale(1.08)}
.cat-item .cat-img{width:60px;height:54px;padding:4px;border-radius:13px}
.cat-item .cat-img img{display:block;width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 4px 4px rgba(8,38,62,.10));transition:transform .18s ease}
.cat-item:hover .cat-img img{transform:scale(1.07)}
.cat-item:hover .cat-img{background:linear-gradient(145deg,#fff8f2,#fff);border-color:#f4dcc8}

@media(max-width:760px){
  .hero-cat .mini-visual{width:50px;height:46px;padding:2px}
  .category-strip .cat-item .cat-img{width:48px;height:44px;padding:3px}
}
@media(max-width:500px){
  .hero-cat .mini-visual{width:46px;height:42px;flex:0 0 46px}
}

/* 2026-08-28: category icon/text spacing fix */
.hero-cat,
.cat-item{
  text-align:center;
  line-height:1.25;
}

.hero-cat{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  gap:9px;
  padding-top:14px;
}
.hero-cat .mini-visual{
  flex:0 0 auto;
  margin:0;
}
.hero-cat strong{
  display:block;
  margin:0;
  line-height:1.2;
}
.hero-cat small{
  display:block;
  margin:0;
  line-height:1.2;
}

.cat-item{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  gap:9px;
  padding:12px 6px 10px;
  min-height:108px;
}
.cat-item .cat-img{
  flex:0 0 auto;
  margin:0;
}

@media (max-width: 760px){
  .hero-cat{
    height:100px;
    padding-top:10px;
    gap:7px;
  }
  .cat-item{
    min-height:88px;
    gap:7px;
    padding:10px 5px 8px;
  }
}

@media (max-width: 500px){
  .hero-cat{
    height:86px;
    padding-top:9px;
    gap:6px;
  }
  .cat-item{
    min-height:84px;
    gap:6px;
  }
}

/* 2026-08-28 v3: definitive category card spacing — icon and text never overlap */
.hero-category-row .hero-cat{
  box-sizing:border-box;
  height:146px;
  min-height:146px;
  padding:14px 10px 12px;
  display:grid;
  grid-template-rows:64px auto auto;
  align-content:start;
  justify-items:center;
  row-gap:7px;
  overflow:hidden;
}
.hero-category-row .hero-cat .mini-visual{
  box-sizing:border-box;
  width:68px;
  height:60px;
  margin:0;
  align-self:start;
}
.hero-category-row .hero-cat strong{
  display:block;
  width:100%;
  margin:0;
  padding:0;
  font-size:12px;
  line-height:16px;
  min-height:16px;
  text-align:center;
}
.hero-category-row .hero-cat small{
  display:block;
  width:100%;
  margin:0;
  padding:0;
  font-size:9px;
  line-height:13px;
  min-height:13px;
  text-align:center;
}

.category-strip .cat-item{
  box-sizing:border-box;
  min-height:124px;
  padding:12px 5px 10px;
  display:grid;
  grid-template-rows:64px minmax(28px,auto);
  align-content:start;
  justify-items:center;
  row-gap:12px;
  overflow:hidden;
}
.category-strip .cat-item .cat-img{
  box-sizing:border-box;
  width:62px;
  height:56px;
  margin:0;
  align-self:start;
}
.category-strip .cat-item .cat-title{
  display:flex;
  align-items:flex-start;
  justify-content:center;
  width:100%;
  min-height:28px;
  margin:0;
  padding:0 2px;
  color:inherit;
  font-size:11px;
  font-weight:800;
  line-height:14px;
  text-align:center;
  white-space:normal;
  overflow-wrap:anywhere;
}

@media (max-width:1180px){
  .hero-category-row .hero-cat{
    height:140px;
    min-height:140px;
  }
  .category-strip .cat-item{
    min-height:118px;
  }
}

@media (max-width:760px){
  .hero-category-row .hero-cat{
    height:110px;
    min-height:110px;
    padding:9px 6px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-start;
    gap:10px;
    overflow:hidden;
  }
  .hero-category-row .hero-cat .mini-visual{
    width:50px;
    height:44px;
    flex:0 0 44px;
  }
  .hero-category-row .hero-cat strong{
    font-size:10px;
    line-height:13px;
    min-height:13px;
  }
  .hero-category-row .hero-cat small{
    display:none;
  }
  .category-strip .cat-item{
    display:inline-flex!important;
    flex-direction:column;
    align-items:center;
    justify-content:flex-start;
    min-height:104px;
    padding:9px 4px 8px;
    gap:10px;
    overflow:hidden;
  }
  .category-strip .cat-item .cat-img{
    width:50px;
    height:46px;
    flex:0 0 46px;
  }
  .category-strip .cat-item .cat-title{
    min-height:27px;
    font-size:10px;
    line-height:13px;
  }
}

@media (max-width:500px){
  .hero-category-row .hero-cat{
    height:104px;
    min-height:104px;
    flex-direction:column;
    justify-content:flex-start;
    gap:8px;
  }
  .hero-category-row .hero-cat .mini-visual{
    width:48px;
    height:42px;
    flex-basis:42px;
  }
  .category-strip .cat-item{
    min-height:100px;
    gap:8px;
  }
  .category-strip .cat-item .cat-title{
    font-size:10px;
    line-height:13px;
  }
}

/* 2026-08-28 v4: desktop category labels are kept fully below the icons. */
@media (min-width:761px){
  .category-strip .cat-item{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:flex-start!important;
    min-height:132px!important;
    padding:13px 5px 12px!important;
    gap:15px!important;
    overflow:visible!important;
  }
  .category-strip .cat-item .cat-img{
    position:static!important;
    flex:0 0 60px!important;
    width:64px!important;
    height:60px!important;
    margin:0!important;
  }
  .category-strip .cat-item .cat-title{
    position:static!important;
    inset:auto!important;
    transform:none!important;
    display:block!important;
    width:100%!important;
    min-height:30px!important;
    margin:0!important;
    padding:0 2px!important;
    font-size:11px!important;
    line-height:15px!important;
    text-align:center!important;
    white-space:normal!important;
  }
}


/* Yönetim panelinden girilen eski/yeni fiyat için otomatik indirim etiketi */
.product-card .discount-badge{position:absolute;right:14px;top:14px;z-index:3;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:7px 10px;background:#d92d20;color:#fff;font-size:10px;font-weight:900;letter-spacing:.02em;box-shadow:0 6px 14px rgba(0,0,0,.10)}
.detail-price-line{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:8px}.detail-price-line .detail-price{margin:4px 0}.detail-discount{display:inline-flex;align-items:center;border-radius:999px;padding:7px 10px;background:#d92d20;color:#fff;font-size:12px;font-weight:900}.old-price-detail{display:inline-block;margin:0 0 8px;font-size:15px}


/* Ürün detay: 5 görsele kadar galeri */
.product-gallery{min-width:0;display:grid;gap:12px}
.product-gallery .product-detail-image{width:100%;margin:0;overflow:hidden}
.product-gallery-thumbs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px}
.product-gallery-thumb{appearance:none;border:1px solid #dfe6ed;border-radius:12px;background:#fff;min-width:0;height:84px;padding:6px;display:grid;place-items:center;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}
.product-gallery-thumb:hover{border-color:#aebfce;transform:translateY(-1px)}
.product-gallery-thumb.active{border:2px solid #0d5f9a;box-shadow:0 0 0 3px rgba(13,95,154,.08)}
.product-gallery-thumb img{width:100%;height:100%;object-fit:contain;display:block}
@media(max-width:760px){.product-gallery-thumbs{gap:7px}.product-gallery-thumb{height:64px;border-radius:9px;padding:4px}}
