/*
Theme Name: Asersan Cok Sayfali
Theme URI: http://asersan.com.tr/
Author: Asersan
Description: Asersan mevcut PHP sitesinin WordPress'e uyarlanmis cok sayfali tema paketi.
Version: 2.8.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: asersan-wp
*/

:root {
  --orange: #ef7d00;
  --red: #d71f26;
  --dark: #1d1d1b;
  --text: #33383d;
  --muted: #70767c;
  --line: #e5e7eb;
  --soft: #f2f2f2;
  --white: #fff;
}
* { box-sizing: border-box; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--text); background: var(--white); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
.top-band { width: 100%; height: 5px; object-fit: cover; }
.site-header { position: sticky; top: 0; z-index: 50; background: #fff; border-bottom: 1px solid #b9b9b9; box-shadow: 0 8px 24px rgba(0,0,0,.06); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 10px clamp(18px, 5vw, 70px); }
.logo img { width: 265px; }
.header-contact { color: var(--muted); font-size: 13px; text-align: right; margin-bottom: 10px; }
.main-nav { display: flex; align-items: center; gap: 4px; flex-wrap: wrap; justify-content: flex-end; }
.main-nav a { padding: 12px 13px; font-size: 14px; font-weight: 700; color: #404246; border-radius: 3px; }
.main-nav a:hover, .main-nav .current-menu-item > a { color: #fff; background: var(--orange); }
.mobile-nav { display: none; }
.mobile-nav a { padding: 12px 13px; font-size: 14px; font-weight: 700; color: #404246; border-radius: 3px; }
.mobile-nav a:hover { color: #fff; background: var(--orange); }
.menu-toggle { display: none; border: 1px solid var(--line); background: #fff; width: 42px; height: 42px; }
.hero { position: relative; min-height: 560px; display: grid; align-items: center; padding: 90px clamp(20px, 6vw, 90px); background: linear-gradient(90deg, rgba(0,0,0,.62), rgba(0,0,0,.16)), var(--hero-img); background-size: cover; background-position: center; color: #fff; }
.hero h1 { max-width: 650px; margin: 0 0 18px; font-size: clamp(42px, 7vw, 76px); line-height: .98; letter-spacing: 0; }
.hero p { max-width: 620px; font-size: 21px; line-height: 1.55; margin: 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 20px; border: 1px solid var(--orange); border-radius: 3px; font-weight: 700; }
.btn.primary { background: var(--orange); color: #fff; }
.btn.secondary { background: #fff; color: var(--orange); }
.quick-links { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; width: min(1080px, 90%); margin: -70px auto 0; }
.quick-card { background: #fff; box-shadow: 0 18px 45px rgba(0,0,0,.12); text-align: center; border-radius: 4px; overflow: hidden; }
.quick-card span { display: block; padding: 16px; color: var(--orange); font-size: 22px; font-weight: 800; }
.client-logos { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 18px; }
.client-logo { display: grid; grid-template-rows: 112px auto; align-items: center; min-height: 170px; padding: 18px; border: 1px solid var(--line); border-radius: 6px; background: #fff; box-shadow: 0 12px 30px rgba(0,0,0,.05); text-align: center; }
.client-logo img { justify-self: center; width: 100%; max-height: 104px; object-fit: contain; }
.client-logo span { display: block; align-self: end; color: var(--dark); font-size: 15px; font-weight: 800; line-height: 1.35; }
.section { padding: clamp(52px, 7vw, 92px) clamp(20px, 6vw, 90px); }
.section.soft { background: var(--soft); }
.section-head { margin-bottom: 28px; }
.eyebrow { margin: 0 0 8px; color: var(--orange); font-size: 13px; font-weight: 900; text-transform: uppercase; }
h1, h2, h3, p { letter-spacing: 0; }
h2 { margin: 0; color: var(--dark); font-size: clamp(30px, 4vw, 48px); line-height: 1.1; }
h3 { margin: 0 0 12px; font-size: 22px; }
.content p, .section p, .card p { color: var(--muted); line-height: 1.7; font-size: 17px; }
.intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(28px, 5vw, 72px); align-items: center; }
.product-band { background: #b2b7ba; display: grid; grid-template-columns: 230px 330px minmax(0, 1fr); gap: 28px; align-items: center; min-height: 360px; padding-top: 42px; padding-bottom: 42px; overflow: hidden; }
.product-band-title { align-self: start; padding-top: 4px; }
.product-band-title h2 { display: inline-flex; align-items: center; gap: 8px; color: #fff; font-size: 34px; line-height: 1; text-transform: uppercase; white-space: nowrap; }
.product-arrow { color: #fff; font-weight: 400; transform: translateY(-1px); }
.product-band-title img { width: 218px; margin-top: 18px; }
.product-list { display: grid; gap: 10px; }
.product-list a { color: #fff; font-size: 25px; font-weight: 700; line-height: 1.08; }
.product-list a:hover { color: var(--orange); }
.product-band-visual { align-self: end; justify-self: end; width: min(680px, 100%); }
.product-band-visual img { width: 100%; max-height: 300px; object-fit: contain; object-position: right bottom; }
.grid { display: grid; gap: 20px; }
.grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card { background: #fff; border: 1px solid var(--line); border-radius: 6px; padding: 24px; min-height: 170px; box-shadow: 0 12px 32px rgba(0,0,0,.05); }
.card.image { padding: 0; overflow: hidden; }
.card.image .card-body { padding: 20px; }
.featured-products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.featured-product { display: grid; grid-template-rows: 180px auto auto; gap: 10px; padding: 18px; border: 1px solid var(--line); border-radius: 6px; background: #fff; box-shadow: 0 12px 30px rgba(0,0,0,.05); transition: transform .18s ease, border-color .18s ease; }
.featured-product:hover { transform: translateY(-3px); border-color: var(--orange); }
.featured-product img { align-self: center; justify-self: center; width: 100%; height: 170px; object-fit: contain; }
.featured-product strong { color: var(--dark); font-size: 18px; line-height: 1.25; }
.featured-product span { color: var(--muted); line-height: 1.55; }
.product-card { display: flex; flex-direction: column; gap: 8px; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.product-card:hover { transform: translateY(-3px); border-color: var(--orange); box-shadow: 0 18px 38px rgba(0,0,0,.1); }
.product-thumb { display: grid; place-items: center; min-height: 170px; margin: -8px -8px 8px; padding: 14px; background: #f8f9fa; border-radius: 4px; }
.product-thumb img { width: 100%; height: 150px; object-fit: contain; }
.product-label { align-self: flex-start; display: inline-flex; padding: 5px 8px; border-radius: 3px; background: #fff4e8; color: var(--orange); font-size: 12px; font-weight: 800; }
.page-hero { min-height: 220px; display: grid; align-items: end; padding: 110px clamp(20px, 6vw, 90px) 34px; background: linear-gradient(90deg, #f2f2f2, #fff); border-bottom: 1px solid var(--line); }
.page-hero h1 { margin: 0; color: var(--dark); font-size: clamp(34px, 5vw, 58px); }
.breadcrumb { color: var(--muted); margin-top: 10px; }
.content-wrap { width: min(1100px, 90%); margin: 0 auto; padding: 44px 0 72px; }
.content { font-size: 17px; line-height: 1.75; }
.content img { border-radius: 6px; }
.product-content .lead { margin-top: 0; color: var(--dark); font-size: 21px; line-height: 1.55; font-weight: 700; }
.product-detail { display: grid; gap: 20px; }
.product-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-bottom: 8px; }
.product-gallery figure { margin: 0; padding: 16px; border: 1px solid var(--line); border-radius: 6px; background: #fff; text-align: center; }
.product-gallery img { width: 100%; aspect-ratio: 1 / 1; object-fit: contain; border-radius: 0; }
.product-gallery figcaption { margin-top: 10px; color: var(--dark); font-size: 14px; font-weight: 800; line-height: 1.35; }
.spec-panel { border: 1px solid var(--line); border-left: 5px solid var(--orange); border-radius: 6px; padding: 22px 24px; background: #fff; }
.spec-panel h2 { margin-bottom: 14px; font-size: 26px; }
.spec-panel ul { margin: 0; padding-left: 20px; }
.spec-panel li { margin: 8px 0; color: var(--text); }
.quote-box { margin-top: 28px; padding: 24px; border-radius: 6px; background: var(--soft); border: 1px solid var(--line); }
.quote-box h2 { font-size: 28px; margin-bottom: 8px; }
.archive-layout { display: grid; grid-template-columns: 280px 1fr; gap: 28px; }
.side-nav { display: grid; gap: 6px; align-self: start; border: 1px solid var(--line); border-radius: 6px; padding: 12px; background: #fff; }
.side-nav a { padding: 12px; border-radius: 3px; color: var(--muted); font-weight: 700; }
.side-nav a:hover { color: #fff; background: var(--orange); }
.product-catalog-wrap { width: min(1180px, 90%); }
.catalog-intro { max-width: 760px; margin-bottom: 26px; }
.catalog-intro h2 { margin-bottom: 14px; }
.catalog-intro p:last-child { color: var(--muted); line-height: 1.7; font-size: 17px; }
.category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-bottom: 42px; }
.category-chip { display: flex; align-items: center; justify-content: space-between; gap: 14px; min-height: 72px; padding: 16px 18px; border: 1px solid var(--line); border-left: 4px solid var(--orange); border-radius: 6px; background: #fff; box-shadow: 0 10px 26px rgba(0,0,0,.045); }
.category-chip:hover { border-color: var(--orange); transform: translateY(-2px); }
.category-chip span { color: var(--dark); font-weight: 900; line-height: 1.25; }
.category-chip small { flex: 0 0 auto; color: var(--muted); font-weight: 800; }
.catalog-section { padding: 34px 0; border-top: 1px solid var(--line); }
.catalog-section-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.catalog-section-head h2 { font-size: clamp(28px, 3vw, 38px); }
.ups-guide { margin-bottom: 22px; padding: 24px; border: 1px solid var(--line); border-radius: 6px; background: #fff; }
.ups-guide h2 { margin-bottom: 16px; font-size: 30px; }
.ups-guide-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.ups-guide-grid div { padding: 16px; border-left: 4px solid var(--orange); background: var(--soft); }
.ups-guide-grid strong { display: block; margin-bottom: 6px; color: var(--dark); }
.ups-guide-grid span { display: block; color: var(--muted); line-height: 1.55; }
.trust-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 32px; align-items: center; background: var(--soft); }
.trust-copy p:last-child { color: var(--muted); line-height: 1.7; font-size: 17px; }
.trust-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.trust-list div { padding: 18px; border-left: 4px solid var(--orange); background: #fff; border-radius: 6px; }
.trust-list strong { display: block; margin-bottom: 6px; color: var(--dark); }
.trust-list span { display: block; color: var(--muted); line-height: 1.55; }
.quote-band { display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; padding: clamp(36px, 5vw, 54px) clamp(20px, 6vw, 90px); background: var(--dark); color: #fff; }
.quote-band h2 { color: #fff; font-size: clamp(28px, 4vw, 44px); }
.quote-band p:not(.eyebrow) { max-width: 760px; color: rgba(255,255,255,.76); line-height: 1.7; font-size: 17px; }
.quote-actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: flex-end; }
.contact-page { width: min(1180px, 90%); }
.contact-lead { max-width: 780px; margin-bottom: 30px; }
.contact-lead h2 { margin-bottom: 12px; font-size: clamp(26px, 3vw, 36px); line-height: 1.18; }
.contact-lead p:last-child { color: var(--muted); line-height: 1.7; font-size: 17px; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 34px; }
.contact-panel { min-width: 0; }
.contact-panel h2 { margin-bottom: 16px; font-size: clamp(28px, 3vw, 38px); }
.contact-box { display: grid; gap: 14px; background: var(--soft); padding: 24px; border-left: 5px solid var(--orange); border-radius: 6px; }
.contact-box p { display: grid; grid-template-columns: 150px 1fr; gap: 14px; margin: 0; color: var(--text); line-height: 1.5; }
.contact-box strong { color: var(--dark); }
.contact-box a, .contact-box span { min-width: 0; color: var(--muted); overflow-wrap: anywhere; }
.contact-box a:hover { color: var(--orange); }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; }
.form-grid { display: grid; gap: 12px; }
.form-grid input, .form-grid textarea { width: 100%; border: 1px solid var(--line); padding: 13px 14px; font: inherit; border-radius: 3px; }
.map-section { margin-top: 44px; }
.map-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.map-head h2 { font-size: clamp(28px, 3vw, 38px); }
.map-section iframe { width: 100%; min-height: 430px; border: 0; border-radius: 6px; box-shadow: 0 16px 38px rgba(0,0,0,.1); }
.site-footer { border-top: 5px solid var(--orange); background: var(--soft); padding: 42px clamp(20px, 6vw, 90px); }
.footer-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; }
.footer-grid h3 { color: var(--orange); font-size: 16px; }
.footer-grid a, .footer-grid span { display: block; color: var(--muted); margin: 8px 0; line-height: 1.5; }
.footer-bottom { margin-top: 28px; background: #fff; padding: 18px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.footer-bottom img { width: 190px; }
@media (max-width: 980px) {
  .header-meta { display: none; }
  .menu-toggle { display: inline-block; }
  .main-nav { display: none; }
  .mobile-nav { display: none; position: absolute; left: 0; right: 0; top: 93px; background: #fff; border-bottom: 1px solid var(--line); padding: 14px 20px; }
  .mobile-nav.is-open { display: grid; }
  .quick-links, .intro-grid, .product-band, .grid.three, .grid.four, .archive-layout, .category-grid, .contact-grid, .footer-grid, .featured-products, .trust-section, .trust-list, .quote-band { grid-template-columns: 1fr; }
  .product-band { min-height: 0; gap: 22px; }
  .product-band-title { padding-top: 0; }
  .product-band-visual { justify-self: center; }
  .client-logos { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .quote-actions { justify-content: flex-start; }
  .ups-guide-grid { grid-template-columns: 1fr; }
  .product-gallery { grid-template-columns: 1fr; }
  .hero { min-height: 480px; }
  .catalog-section-head { align-items: flex-start; flex-direction: column; }
  .map-head { align-items: flex-start; flex-direction: column; }
  .contact-box p { grid-template-columns: 1fr; gap: 4px; }
}
@media (max-width: 560px) {
  .client-logos { grid-template-columns: 1fr; }
}
