/* ============================================================
   SARRI YAPI MALZEMELERİ
   Tasarım: Professional Light — Navy + Gold
   ============================================================ */

/* ── Değişkenler ──────────────────────────────────────────── */
:root {
  --navy:      #14192f;
  --navy-2:    #1d2440;
  --navy-3:    #252d4a;
  --gold:      #c9940a;
  --gold-lt:   #e8aa12;
  --gold-dim:  rgba(201,148,10,.10);
  --gold-brd:  rgba(201,148,10,.25);
  --white:     #ffffff;
  --bg:        #f7f6f3;
  --bg-2:      #efecea;
  --card:      #ffffff;
  --text:      #14192f;
  --text-2:    #3d4562;
  --text-3:    #7a8099;
  --border:    #e4e1db;
  --border-2:  #d0cdc7;
  --wa:        #25d366;
  --red-badge: #c0392b;
  --blue-badge:#1565c0;

  --ff-h:  'Syne', sans-serif;
  --ff-b:  'Inter', sans-serif;

  --r:     10px;
  --r-sm:  6px;
  --r-lg:  16px;
  --r-xl:  24px;

  --sh-sm: 0 1px 4px rgba(0,0,0,.06), 0 2px 12px rgba(0,0,0,.06);
  --sh:    0 2px 8px rgba(0,0,0,.07), 0 8px 32px rgba(0,0,0,.08);
  --sh-lg: 0 8px 24px rgba(0,0,0,.10), 0 24px 64px rgba(0,0,0,.12);
  --sh-gold: 0 4px 20px rgba(201,148,10,.28);

  --t: .22s ease;
  --max: 1240px;
}

/* ── Reset ────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }
body { font-family: var(--ff-b); background: var(--bg); color: var(--text); line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img  { max-width: 100%; display: block; }
a    { color: inherit; text-decoration: none; }
ul   { list-style: none; }
button { font-family: var(--ff-b); }
input, textarea, select { font-family: var(--ff-b); }

/* ── Container ────────────────────────────────────────────── */
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 28px; }

/* ── Typography helpers ───────────────────────────────────── */
h1, h2, h3, h4, h5 { font-family: var(--ff-h); line-height: 1.1; font-weight: 700; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--ff-h); font-size: .7rem; font-weight: 700;
  letter-spacing: .2em; text-transform: uppercase; color: var(--gold);
  margin-bottom: 14px;
}
.eyebrow::before { content:''; display:block; width:24px; height:1.5px; background:var(--gold); }

/* ── Buttons ──────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--ff-h); font-size: .78rem; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase;
  padding: 13px 26px; border-radius: var(--r-sm);
  border: 1.5px solid transparent; cursor: pointer;
  transition: all var(--t); white-space: nowrap; line-height: 1;
}
.btn--sm  { padding: 9px 18px; font-size: .72rem; }
.btn--lg  { padding: 16px 34px; font-size: .82rem; }
.btn--xl  { padding: 18px 42px; font-size: .88rem; }
.btn--full { width: 100%; justify-content: center; }

.btn--gold {
  background: var(--gold); color: #fff; border-color: var(--gold);
}
.btn--gold:hover {
  background: var(--gold-lt); border-color: var(--gold-lt);
  transform: translateY(-2px); box-shadow: var(--sh-gold);
}
.btn--ghost {
  background: transparent; color: var(--navy); border-color: var(--border-2);
}
.btn--ghost:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-2px); }

.btn--ghost-white {
  background: transparent; color: var(--white); border-color: rgba(255,255,255,.3);
}
.btn--ghost-white:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.5); }

.btn--wa { background: var(--wa); color: #fff; border-color: var(--wa); }
.btn--wa:hover { background: #1db954; border-color: #1db954; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(37,211,102,.3); }

.btn--dark { background: var(--navy); color: #fff; border-color: var(--navy); }
.btn--dark:hover { background: var(--navy-2); transform: translateY(-2px); }

/* ── Top Bar ──────────────────────────────────────────────── */
.topbar {
  background: var(--navy); color: rgba(255,255,255,.65);
  font-size: .78rem; padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,.05);
}
.topbar__inner { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; }
.topbar__left  { display: flex; gap: 20px; }
.topbar__left a, .topbar__wa { display: flex; align-items: center; gap: 6px; color: rgba(255,255,255,.65); transition: color var(--t); }
.topbar__left a:hover { color: var(--gold); }
.topbar__wa {
  background: rgba(37,211,102,.12); border: 1px solid rgba(37,211,102,.25);
  padding: 3px 14px; border-radius: 30px; color: #4ade80 !important;
  font-weight: 500; transition: background var(--t);
}
.topbar__wa:hover { background: rgba(37,211,102,.2) !important; }

/* ── Header ───────────────────────────────────────────────── */
.header {
  background: var(--white); border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 900;
  transition: box-shadow var(--t);
}
.header.scrolled { box-shadow: 0 4px 24px rgba(0,0,0,.09); }
.header__inner { display: flex; align-items: center; gap: 24px; padding: 14px 0; }

/* Logo */
.logo { display: flex; align-items: center; gap: 11px; flex-shrink: 0; }
.logo__box {
  width: 38px; height: 38px; background: var(--gold); border-radius: var(--r-sm);
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 1.05rem; transition: background var(--t);
}
.logo:hover .logo__box { background: var(--gold-lt); }
.logo__name { font-family: var(--ff-h); font-size: 1.1rem; font-weight: 800; color: var(--navy); letter-spacing: -.01em; }
.logo__name span { color: var(--gold); }
.logo__tag { font-size: .62rem; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: var(--text-3); margin-top: 1px; }
.logo--light .logo__name { color: var(--white); }
.logo--light .logo__tag  { color: rgba(255,255,255,.5); }
.logo--light .logo__box  { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.15); }

/* Nav */
.nav { display: flex; align-items: center; gap: 2px; margin-left: auto; }
.nav__a {
  padding: 8px 14px; font-family: var(--ff-h); font-size: .75rem;
  font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
  color: var(--text-2); border-radius: var(--r-sm); transition: all var(--t);
  position: relative;
}
.nav__a::after {
  content: ''; position: absolute; bottom: 4px; left: 14px; right: 14px;
  height: 1.5px; background: var(--gold); transform: scaleX(0);
  transition: transform .28s ease; transform-origin: left;
}
.nav__a:hover, .nav__a.active { color: var(--navy); }
.nav__a:hover::after, .nav__a.active::after { transform: scaleX(1); }

/* Burger */
.burger {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer; padding: 6px; margin-left: auto;
}
.burger span { display: block; width: 22px; height: 1.5px; background: var(--navy); transition: all var(--t); }
.burger.open span:nth-child(1) { transform: rotate(45deg) translate(4.5px,4.5px); }
.burger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.burger.open span:nth-child(3) { transform: rotate(-45deg) translate(4.5px,-4.5px); }
.nav-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,.45); backdrop-filter: blur(3px); z-index: 850; }

/* ── HERO ─────────────────────────────────────────────────── */
.hero {
  background: var(--navy);
  position: relative; overflow: hidden;
  display: grid; grid-template-columns: 1fr 1fr;
  min-height: 92vh;
}

/* Grid texture */
.hero__texture {
  position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background-image:
    linear-gradient(rgba(201,148,10,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201,148,10,.035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 80% 100% at 30% 50%, black 0%, transparent 100%);
}
.hero__glow {
  position: absolute; right: -80px; top: -120px; width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(201,148,10,.08) 0%, transparent 65%);
  pointer-events: none; z-index: 0;
}

/* Sol panel */
.hero__left {
  position: relative; z-index: 2;
  display: flex; flex-direction: column; justify-content: center;
  padding: 80px 60px 80px 0;
}
.hero__badge {
  display: inline-flex; align-items: center; gap: 9px;
  background: rgba(201,148,10,.12); border: 1px solid var(--gold-brd);
  padding: 5px 14px 5px 10px; border-radius: 30px;
  font-family: var(--ff-h); font-size: .68rem; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase; color: var(--gold-lt);
  margin-bottom: 28px;
}
.hero__dot {
  width: 7px; height: 7px; background: var(--gold-lt); border-radius: 50%;
  box-shadow: 0 0 8px var(--gold);
  animation: blink 2.5s ease infinite;
}
@keyframes blink { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.4;transform:scale(.7)} }

.hero__title {
  font-family: var(--ff-h); font-size: clamp(2.8rem,5.5vw,5rem);
  font-weight: 800; color: var(--white); line-height: 1.0;
  letter-spacing: -.03em; margin-bottom: 22px;
}
.hero__title .outline { color: transparent; -webkit-text-stroke: 1.5px rgba(255,255,255,.2); }
.hero__title .gold    { color: var(--gold-lt); }
.hero__desc {
  font-size: 1rem; color: rgba(255,255,255,.55); max-width: 460px;
  line-height: 1.78; margin-bottom: 40px; font-weight: 300;
}
.hero__btns { display: flex; gap: 12px; flex-wrap: wrap; }

/* Stats */
.hero__stats {
  display: grid; grid-template-columns: repeat(4,1fr);
  gap: 0; margin-top: 56px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--r);
  overflow: hidden;
}
.hero__stat {
  padding: 18px 16px;
  border-right: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.03);
}
.hero__stat:last-child { border-right: none; }
.hero__stat-n {
  font-family: var(--ff-h); font-size: 2rem; font-weight: 800;
  color: var(--gold-lt); line-height: 1; letter-spacing: -.04em; margin-bottom: 4px;
}
.hero__stat-l { font-size: .68rem; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.4); }

/* Sağ panel */
.hero__right {
  position: relative; z-index: 2;
  display: flex; flex-direction: column; justify-content: center;
  padding: 80px 0 80px 60px;
  border-left: 1px solid rgba(255,255,255,.07);
}
.hero__card {
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.09);
  border-radius: var(--r); padding: 18px 22px; margin-bottom: 10px;
  transition: background var(--t);
}
.hero__card:hover { background: rgba(201,148,10,.08); border-color: var(--gold-brd); }
.hero__card-label {
  font-family: var(--ff-h); font-size: .62rem; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase; color: var(--gold); margin-bottom: 4px;
}
.hero__card-val { font-size: .9rem; color: var(--white); font-weight: 400; }

.hero__featured {
  margin-top: 14px; background: rgba(201,148,10,.08);
  border: 1px solid var(--gold-brd); border-radius: var(--r);
  padding: 20px 22px;
}
.hero__featured-label { font-family: var(--ff-h); font-size: .62rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; }
.hero__featured-name  { font-family: var(--ff-h); font-size: 1rem; font-weight: 700; color: var(--white); margin-bottom: 14px; }

/* ── Sections ─────────────────────────────────────────────── */
.section          { padding: 88px 0; background: var(--bg); }
.section--white   { background: var(--white); }
.section--cream   { background: var(--bg-2); }
.section--dark    { background: var(--navy); color: var(--white); }
.section--dark .section__title { color: var(--white); }
.section--dark .section__desc  { color: rgba(255,255,255,.55); }
.section--dark .eyebrow         { color: var(--gold); }

.section__head    { margin-bottom: 52px; }
.section__title {
  font-size: clamp(1.8rem,3.5vw,2.9rem); font-weight: 800;
  color: var(--text); letter-spacing: -.02em; line-height: 1.1; margin-bottom: 12px;
}
.section__desc { color: var(--text-2); font-size: .95rem; line-height: 1.75; max-width: 560px; }

/* ── Category cards ───────────────────────────────────────── */
.cats-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.cat-card {
  background: var(--white); border: 1.5px solid var(--border);
  border-radius: var(--r-lg); padding: 36px 30px;
  display: block; position: relative; overflow: hidden;
  transition: all var(--t); box-shadow: var(--sh-sm);
}
.cat-card::before {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0;
  height: 2px; background: linear-gradient(90deg, var(--gold), var(--gold-lt));
  transform: scaleX(0); transform-origin: left; transition: transform .35s ease;
}
.cat-card:hover { border-color: var(--gold-brd); box-shadow: var(--sh); transform: translateY(-4px); }
.cat-card:hover::before { transform: scaleX(1); }

.cat-card__num   { font-family: var(--ff-h); font-size: .62rem; font-weight: 700; letter-spacing: .2em; color: var(--gold); margin-bottom: 18px; display: block; }
.cat-card__icon  { font-size: 2rem; color: var(--border-2); margin-bottom: 16px; display: block; transition: color var(--t), transform var(--t); }
.cat-card:hover .cat-card__icon { color: var(--gold); transform: scale(1.1) translateY(-2px); }
.cat-card__name  { font-family: var(--ff-h); font-size: 1.2rem; font-weight: 700; color: var(--text); margin-bottom: 8px; transition: color var(--t); }
.cat-card:hover .cat-card__name { color: var(--gold); }
.cat-card__desc  { font-size: .84rem; color: var(--text-3); line-height: 1.65; }
.cat-card__arrow { display: inline-flex; align-items: center; gap: 5px; margin-top: 18px; font-family: var(--ff-h); font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--gold); opacity: 0; transform: translateX(-6px); transition: all var(--t); }
.cat-card:hover .cat-card__arrow { opacity: 1; transform: translateX(0); }

/* ── Product grid ─────────────────────────────────────────── */
.products-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(300px,1fr)); gap: 22px; }

.pcard {
  background: var(--white); border: 1.5px solid var(--border);
  border-radius: var(--r-lg); overflow: hidden;
  display: flex; flex-direction: column;
  box-shadow: var(--sh-sm); transition: all var(--t);
  position: relative;
}
.pcard::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 2px; background: linear-gradient(90deg, var(--gold), var(--gold-lt));
  transform: scaleX(0); transform-origin: left; transition: transform .35s ease; z-index: 2;
}
.pcard:hover { border-color: var(--gold-brd); box-shadow: var(--sh-lg); transform: translateY(-5px); }
.pcard:hover::before { transform: scaleX(1); }

.pcard__img { height: 210px; position: relative; overflow: hidden; background: var(--bg-2); }
.pcard__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.pcard:hover .pcard__img img { transform: scale(1.04); }

.pcard__placeholder {
  width: 100%; height: 100%;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px;
}
.ph--alci       { background: linear-gradient(150deg,#1a2035,#0d1220); }
.ph--izolasyon  { background: linear-gradient(150deg,#0e1f12,#081009); }
.ph--profil     { background: linear-gradient(150deg,#1a1208,#0d0904); }
.ph--genel      { background: linear-gradient(150deg,#1a1530,#0d0b1e); }
.pcard__placeholder i { font-size:2.8rem; color:rgba(255,255,255,.08); }
.pcard__ph-label { font-family: var(--ff-h); font-size: .65rem; letter-spacing: .15em; text-transform: uppercase; color: rgba(255,255,255,.15); }

.pcard__badge {
  position: absolute; top: 12px; right: 12px; z-index: 2;
  padding: 4px 10px; border-radius: var(--r-sm);
  font-family: var(--ff-h); font-size: .63rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  border: 1px solid;
}
.badge--gold  { color: var(--gold-lt); border-color: var(--gold-brd); background: var(--gold-dim); }
.badge--red   { color: #ef5350; border-color: rgba(239,83,80,.2); background: rgba(239,83,80,.08); }
.badge--blue  { color: #42a5f5; border-color: rgba(66,165,245,.2); background: rgba(66,165,245,.08); }
.badge--green { color: #66bb6a; border-color: rgba(102,187,106,.2); background: rgba(102,187,106,.08); }

.pcard__body { padding: 22px 24px 24px; display: flex; flex-direction: column; flex: 1; }
.pcard__cat  { font-family: var(--ff-h); font-size: .62rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); margin-bottom: 6px; }
.pcard__name { font-family: var(--ff-h); font-size: 1.1rem; font-weight: 700; color: var(--text); line-height: 1.25; margin-bottom: 8px; }
.pcard__desc { font-size: .83rem; color: var(--text-2); line-height: 1.65; flex: 1; margin-bottom: 18px; }

.pcard__specs {
  display: flex; flex-direction: column; gap: 4px;
  background: var(--bg); border-radius: var(--r-sm); padding: 10px 12px; margin-bottom: 18px;
}
.pcard__spec { display: flex; gap: 8px; font-size: .78rem; color: var(--text-2); }
.pcard__spec strong { color: var(--text); min-width: 80px; flex-shrink: 0; font-weight: 600; }

.pcard__foot { display: flex; gap: 8px; padding-top: 16px; border-top: 1px solid var(--border); }

/* ── Filter bar ───────────────────────────────────────────── */
.filter-bar { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 32px; }
.filter-btn {
  padding: 8px 18px; background: var(--white);
  border: 1.5px solid var(--border); border-radius: 30px;
  font-family: var(--ff-h); font-size: .7rem; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase; color: var(--text-2);
  cursor: pointer; transition: all var(--t);
}
.filter-btn:hover { border-color: var(--gold); color: var(--gold); }
.filter-btn.active { border-color: var(--gold); color: var(--gold); background: var(--gold-dim); }

/* ── Search ───────────────────────────────────────────────── */
.search-box { position: relative; max-width: 420px; margin-bottom: 28px; }
.search-box input {
  width: 100%; background: var(--white); border: 1.5px solid var(--border);
  border-radius: var(--r); padding: 12px 42px 12px 16px;
  font-family: var(--ff-b); font-size: .9rem; color: var(--text); outline: none;
  transition: border-color var(--t), box-shadow var(--t);
  box-shadow: var(--sh-sm);
}
.search-box input::placeholder { color: var(--text-3); }
.search-box input:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,148,10,.12); }
.search-box i { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); color: var(--text-3); pointer-events: none; }

/* ── Features / Why us ────────────────────────────────────── */
.features-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; }
.feature {
  padding: 40px 32px; border-right: 1px solid rgba(255,255,255,.07);
  transition: background var(--t);
}
.feature:last-child { border-right: none; }
.feature:hover { background: rgba(255,255,255,.03); }
.feature__num   { font-family: var(--ff-h); font-size: .62rem; font-weight: 700; letter-spacing: .2em; color: var(--gold); margin-bottom: 16px; }
.feature__icon  { font-size: 1.7rem; color: rgba(255,255,255,.18); margin-bottom: 14px; transition: color var(--t); }
.feature:hover .feature__icon { color: var(--gold); }
.feature__title { font-family: var(--ff-h); font-size: 1rem; font-weight: 700; color: var(--white); margin-bottom: 8px; }
.feature__desc  { font-size: .83rem; color: rgba(255,255,255,.5); line-height: 1.7; }

/* ── CTA ──────────────────────────────────────────────────── */
.cta-bar {
  background: var(--navy); padding: 80px 0; position: relative; overflow: hidden;
}
.cta-bar::before {
  content: ''; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
  width: 800px; height: 300px; background: radial-gradient(ellipse, rgba(201,148,10,.06) 0%, transparent 70%);
}
.cta-inner { display: grid; grid-template-columns: 1fr auto; gap: 48px; align-items: center; position: relative; z-index: 1; }
.cta-inner__title { font-family: var(--ff-h); font-size: clamp(1.7rem,3vw,2.6rem); font-weight: 800; color: var(--white); letter-spacing: -.02em; line-height: 1.1; margin-bottom: 8px; }
.cta-inner__title span { color: var(--gold-lt); }
.cta-inner__sub { color: rgba(255,255,255,.5); font-size: .92rem; }
.cta-actions { display: flex; gap: 12px; flex-shrink: 0; }

/* ── Page hero (inner pages) ──────────────────────────────── */
.page-hero {
  background: var(--navy); padding: 60px 0 52px;
  position: relative; overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.page-hero::after {
  content: ''; position: absolute; right: 0; top: 0; bottom: 0; width: 40%;
  background: linear-gradient(90deg, transparent, rgba(201,148,10,.025));
  pointer-events: none;
}
.page-hero__kicker { font-family: var(--ff-h); font-size: .68rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); display: block; margin-bottom: 12px; }
.page-hero__title  { font-family: var(--ff-h); font-size: clamp(2rem,4vw,3.4rem); font-weight: 800; color: var(--white); letter-spacing: -.025em; margin-bottom: 10px; }
.page-hero__sub    { color: rgba(255,255,255,.5); font-size: .93rem; }

/* ── Breadcrumb ───────────────────────────────────────────── */
.breadcrumb { background: var(--white); border-bottom: 1px solid var(--border); padding: 11px 0; font-size: .78rem; color: var(--text-3); }
.breadcrumb a { color: var(--gold); font-weight: 500; transition: opacity var(--t); }
.breadcrumb a:hover { opacity: .75; }
.breadcrumb .sep { margin: 0 8px; color: var(--border-2); }

/* ── Forms ────────────────────────────────────────────────── */
.form-group { margin-bottom: 16px; }
.label {
  display: block; font-family: var(--ff-h); font-size: .65rem; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase; color: var(--text-3); margin-bottom: 7px;
}
.input {
  width: 100%; background: var(--bg); border: 1.5px solid var(--border);
  border-radius: var(--r-sm); padding: 11px 14px; color: var(--text);
  font-family: var(--ff-b); font-size: .9rem; outline: none;
  transition: border-color var(--t), background var(--t), box-shadow var(--t);
}
.input::placeholder { color: var(--text-3); }
.input:focus { border-color: var(--gold); background: var(--white); box-shadow: 0 0 0 3px rgba(201,148,10,.10); }
textarea.input { min-height: 110px; resize: vertical; }
select.input { cursor: pointer; }

.form-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.honeypot    { display: none !important; }

/* Alerts */
.alert { display: flex; align-items: flex-start; gap: 11px; padding: 13px 16px; border-radius: var(--r-sm); font-size: .86rem; margin-bottom: 18px; border: 1.5px solid; }
.alert--ok    { background: rgba(39,174,96,.07); border-color: rgba(39,174,96,.22); color: #1b6b38; }
.alert--err   { background: rgba(192,57,43,.07); border-color: rgba(192,57,43,.22); color: #8b1c12; }
.alert ul     { padding-left: 16px; margin-top: 4px; }

/* Form box */
.form-box { background: var(--white); border: 1.5px solid var(--border); border-radius: var(--r-xl); padding: 44px; box-shadow: var(--sh); }
.form-box__title { font-family: var(--ff-h); font-size: 1.7rem; font-weight: 800; color: var(--text); letter-spacing: -.02em; margin-bottom: 6px; }
.form-box__sub   { font-size: .86rem; color: var(--text-3); margin-bottom: 28px; padding-bottom: 24px; border-bottom: 1px solid var(--border); }

/* ── Product Detail ───────────────────────────────────────── */
.pd-layout { display: grid; grid-template-columns: 1fr 380px; gap: 40px; align-items: start; padding: 56px 0; }
.pd-img { border-radius: var(--r-lg); overflow: hidden; border: 1.5px solid var(--border); background: var(--bg-2); position: relative; }
.pd-img img { width: 100%; height: auto; max-height: 420px; object-fit: cover; display: block; }
.pd-kicker { font-family: var(--ff-h); font-size: .65rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; display: block; }
.pd-title  { font-family: var(--ff-h); font-size: clamp(1.8rem,3vw,2.8rem); font-weight: 800; color: var(--text); letter-spacing: -.025em; margin-bottom: 20px; line-height: 1.1; }
.pd-desc   { color: var(--text-2); font-size: .92rem; line-height: 1.82; }
.pd-desc p { margin-bottom: 14px; }

/* Specs table */
.specs-tbl { width: 100%; border-collapse: collapse; margin-top: 32px; border-radius: var(--r); overflow: hidden; border: 1.5px solid var(--border); }
.specs-tbl thead th { background: var(--navy); color: rgba(255,255,255,.75); font-family: var(--ff-h); font-size: .62rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; padding: 11px 18px; text-align: left; }
.specs-tbl tbody td { padding: 11px 18px; border-bottom: 1px solid var(--border); color: var(--text-2); font-size: .88rem; }
.specs-tbl tbody tr:last-child td { border-bottom: none; }
.specs-tbl tbody td:first-child { font-weight: 600; color: var(--text); width: 42%; }
.specs-tbl tbody tr:nth-child(even) td { background: var(--bg); }
.specs-tbl tbody tr:hover td { background: #fffbf0; }

/* Contact panel (sticky) */
.contact-panel { background: var(--white); border: 1.5px solid var(--border); border-radius: var(--r-xl); padding: 34px; position: sticky; top: 90px; box-shadow: var(--sh); }
.contact-panel__title { font-family: var(--ff-h); font-size: 1.3rem; font-weight: 700; color: var(--text); margin-bottom: 4px; }
.contact-panel__sub   { font-size: .82rem; color: var(--text-3); padding-bottom: 22px; border-bottom: 1px solid var(--border); margin-bottom: 22px; }

/* ── Contact page ─────────────────────────────────────────── */
.contact-layout { display: grid; grid-template-columns: 1fr 1.15fr; gap: 60px; align-items: start; }
.info-list { display: flex; flex-direction: column; gap: 20px; }
.info-item { display: flex; align-items: flex-start; gap: 16px; }
.info-item__icon { width: 42px; height: 42px; background: var(--gold-dim); border: 1.5px solid var(--gold-brd); border-radius: var(--r-sm); display: flex; align-items: center; justify-content: center; color: var(--gold); font-size: .95rem; flex-shrink: 0; }
.info-item__label { font-family: var(--ff-h); font-size: .62rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--text-3); margin-bottom: 3px; }
.info-item__val   { font-size: .93rem; color: var(--text); font-weight: 500; }
.info-item__val a:hover { color: var(--gold); }

.hours-list { margin-top: 8px; }
.hours-row  { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid var(--border); font-size: .84rem; }
.hours-row:last-child  { border-bottom: none; }
.hours-row .day        { color: var(--text-3); }
.hours-row .time       { font-weight: 600; color: var(--text); }
.hours-row.closed .time { color: var(--text-3); font-weight: 400; }

/* ── Dealer page ──────────────────────────────────────────── */
.benefits-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.benefit-card { background: var(--white); border: 1.5px solid var(--border); border-radius: var(--r-lg); padding: 30px 26px; position: relative; overflow: hidden; box-shadow: var(--sh-sm); transition: all var(--t); }
.benefit-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2.5px; background: linear-gradient(90deg, var(--gold), var(--gold-lt)); }
.benefit-card:hover { box-shadow: var(--sh); transform: translateY(-3px); }
.benefit-card__icon  { font-size: 1.7rem; color: var(--gold); margin-bottom: 14px; }
.benefit-card__title { font-family: var(--ff-h); font-size: 1rem; font-weight: 700; color: var(--text); margin-bottom: 8px; }
.benefit-card__desc  { font-size: .83rem; color: var(--text-2); line-height: 1.7; }

.brands-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(160px,1fr)); gap: 16px; }
.brand-card { background: var(--white); border: 1.5px solid var(--border); border-radius: var(--r-lg); padding: 24px 16px; text-align: center; box-shadow: var(--sh-sm); transition: all var(--t); }
.brand-card:hover { border-color: var(--gold-brd); box-shadow: var(--sh); transform: translateY(-3px); }
.brand-card__icon  { font-size: 2.4rem; margin-bottom: 12px; display: block; }
.brand-card__name  { font-family: var(--ff-h); font-size: .9rem; font-weight: 700; color: var(--text); margin-bottom: 3px; }
.brand-card__type  { font-size: .73rem; color: var(--text-3); }

/* ── Footer ───────────────────────────────────────────────── */
.footer { background: var(--navy); color: rgba(255,255,255,.65); }
.footer__top { padding: 72px 0 56px; }
.footer__grid { display: grid; grid-template-columns: 2fr 1fr 1.1fr 1.1fr; gap: 52px; }
.footer__brand p { font-size: .85rem; color: rgba(255,255,255,.5); line-height: 1.75; margin: 16px 0 20px; max-width: 280px; }
.footer__social { display: flex; gap: 8px; }
.footer__social a { width: 34px; height: 34px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.09); border-radius: var(--r-sm); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.5); font-size: .88rem; transition: all var(--t); }
.footer__social a:hover { background: var(--gold-dim); border-color: var(--gold-brd); color: var(--gold); }
.footer__h { font-family: var(--ff-h); font-size: .62rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--white); margin-bottom: 18px; padding-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,.07); }
.footer__links { display: flex; flex-direction: column; gap: 9px; }
.footer__links a { font-size: .84rem; color: rgba(255,255,255,.5); display: flex; align-items: center; gap: 6px; transition: color var(--t); }
.footer__links a::before { content: '›'; color: var(--gold-brd); }
.footer__links a:hover { color: var(--gold); }
.footer__contact { display: flex; flex-direction: column; gap: 11px; }
.footer__contact li { display: flex; align-items: flex-start; gap: 10px; font-size: .84rem; }
.footer__contact i  { color: var(--gold); margin-top: 2px; width: 14px; text-align: center; flex-shrink: 0; }
.footer__contact a  { color: rgba(255,255,255,.5); transition: color var(--t); }
.footer__contact a:hover { color: var(--gold); }
.footer__contact span { color: rgba(255,255,255,.5); }
.footer__hours { display: flex; flex-direction: column; gap: 0; }
.footer__hours > div { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,.06); font-size: .83rem; }
.footer__hours > div:last-child { border-bottom: none; }
.footer__hours span { color: rgba(255,255,255,.5); }
.footer__hours strong { color: var(--white); font-weight: 600; }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.07); padding: 18px 0; }
.footer__bottom-inner { display: flex; justify-content: space-between; align-items: center; font-size: .77rem; color: rgba(255,255,255,.3); flex-wrap: wrap; gap: 8px; }

/* ── WhatsApp FAB ─────────────────────────────────────────── */
.wa-fab {
  position: fixed; bottom: 26px; right: 26px; width: 54px; height: 54px;
  background: var(--wa); border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 1.55rem; color: #fff; z-index: 999;
  box-shadow: 0 4px 18px rgba(37,211,102,.35), 0 0 0 0 rgba(37,211,102,.25);
  transition: transform var(--t), box-shadow var(--t);
  animation: waPulse 3.5s ease 5s infinite;
}
@keyframes waPulse {
  0%   { box-shadow: 0 4px 18px rgba(37,211,102,.35), 0 0 0 0 rgba(37,211,102,.3); }
  70%  { box-shadow: 0 4px 18px rgba(37,211,102,.35), 0 0 0 14px rgba(37,211,102,0); }
  100% { box-shadow: 0 4px 18px rgba(37,211,102,.35), 0 0 0 0 rgba(37,211,102,0); }
}
.wa-fab:hover { transform: scale(1.1); box-shadow: 0 8px 28px rgba(37,211,102,.45); }
.wa-fab__tip {
  position: absolute; right: 64px; background: var(--navy); color: var(--white);
  padding: 5px 12px; border-radius: var(--r-sm); font-family: var(--ff-h);
  font-size: .7rem; font-weight: 700; letter-spacing: .07em; white-space: nowrap;
  pointer-events: none; opacity: 0; transform: translateX(4px); transition: all var(--t);
}
.wa-fab:hover .wa-fab__tip { opacity: 1; transform: translateX(0); }

/* ── Admin ────────────────────────────────────────────────── */
.admin-body { background: #f0f2f5; min-height: 100vh; font-family: var(--ff-b); }
.admin-sidebar { width: 240px; background: var(--navy); min-height: 100vh; position: fixed; top: 0; left: 0; padding: 24px 0; z-index: 100; }
.admin-sidebar__logo { padding: 0 20px 24px; border-bottom: 1px solid rgba(255,255,255,.07); margin-bottom: 12px; }
.admin-sidebar__logo .logo__name { font-size: 1rem; }
.admin-nav a { display: flex; align-items: center; gap: 10px; padding: 11px 20px; font-size: .85rem; color: rgba(255,255,255,.55); transition: all var(--t); }
.admin-nav a:hover, .admin-nav a.active { background: rgba(255,255,255,.06); color: var(--white); border-right: 2px solid var(--gold); }
.admin-nav a i { width: 18px; text-align: center; }
.admin-main { margin-left: 240px; padding: 32px; }
.admin-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 28px; }
.admin-header h1 { font-family: var(--ff-h); font-size: 1.6rem; font-weight: 700; color: var(--text); }
.admin-card { background: var(--white); border-radius: var(--r-lg); border: 1.5px solid var(--border); padding: 28px; margin-bottom: 24px; box-shadow: var(--sh-sm); }
.admin-card h2 { font-family: var(--ff-h); font-size: 1rem; font-weight: 700; color: var(--text); margin-bottom: 18px; padding-bottom: 12px; border-bottom: 1px solid var(--border); }
.admin-table { width: 100%; border-collapse: collapse; font-size: .86rem; }
.admin-table th { background: var(--bg); padding: 10px 14px; text-align: left; font-family: var(--ff-h); font-size: .63rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--text-3); border-bottom: 1.5px solid var(--border); }
.admin-table td { padding: 11px 14px; border-bottom: 1px solid var(--border); color: var(--text); vertical-align: middle; }
.admin-table tr:last-child td { border-bottom: none; }
.admin-table tr:hover td { background: var(--bg); }
.admin-stat { background: var(--white); border: 1.5px solid var(--border); border-radius: var(--r-lg); padding: 22px 24px; box-shadow: var(--sh-sm); }
.admin-stat__n { font-family: var(--ff-h); font-size: 2rem; font-weight: 800; color: var(--gold); }
.admin-stat__l { font-size: .78rem; color: var(--text-3); margin-top: 3px; font-weight: 500; }
.admin-stats-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; margin-bottom: 28px; }
.badge-active   { background: rgba(39,174,96,.1); color: #1b6b38; padding: 3px 10px; border-radius: 30px; font-size: .72rem; font-weight: 600; }
.badge-inactive { background: rgba(192,57,43,.1); color: #8b1c12; padding: 3px 10px; border-radius: 30px; font-size: .72rem; font-weight: 600; }
.action-btns { display: flex; gap: 6px; }
.btn--xs { padding: 5px 12px; font-size: .68rem; border-radius: var(--r-sm); }
.btn--danger { background: rgba(192,57,43,.1); color: var(--red-badge); border: 1px solid rgba(192,57,43,.2); }
.btn--danger:hover { background: var(--red-badge); color: #fff; }
.sort-btn { background: var(--bg); border: 1px solid var(--border); padding: 3px 8px; border-radius: var(--r-sm); cursor: pointer; font-size: .8rem; color: var(--text-2); transition: all var(--t); }
.sort-btn:hover { border-color: var(--gold); color: var(--gold); }

/* ── Reveal animation ─────────────────────────────────────── */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.reveal.in { opacity: 1; transform: translateY(0); }
.d1 { transition-delay: .08s; }
.d2 { transition-delay: .16s; }
.d3 { transition-delay: .24s; }

/* ── Utility ──────────────────────────────────────────────── */
.tc  { text-align: center; }
.tg  { color: var(--gold-lt); }
.flex { display: flex; }
.gap-2 { gap: 8px; }
.hidden { display: none !important; }
.w-full { width: 100%; justify-content: center; }
.mt-auto { margin-top: auto; }

/* ── Responsive ───────────────────────────────────────────── */
@media (max-width: 1100px) {
  .hero { grid-template-columns: 1.05fr 0.95fr; }
  .hero__left  { padding: 64px 40px 64px 0; }
  .hero__right { padding: 64px 0 64px 40px; }
  .features-grid { grid-template-columns: repeat(2,1fr); }
  .features-grid .feature:nth-child(2) { border-right: none; }
  .features-grid .feature:nth-child(3) { border-top: 1px solid rgba(255,255,255,.07); }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .pd-layout   { grid-template-columns: 1fr; }
  .contact-panel { position: static; }
  .admin-stats-grid { grid-template-columns: repeat(2,1fr); }
  .cta-inner { grid-template-columns: 1fr; gap: 28px; }
}
@media (max-width: 900px) {
  .cats-grid     { grid-template-columns: 1fr; }
  .contact-layout{ grid-template-columns: 1fr; gap: 44px; }
  .benefits-grid { grid-template-columns: 1fr 1fr; }
  .hero__stats   { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 768px) {
  .wrap { padding: 0 18px; }
  .topbar__left, .header__actions { display: none; }
  .burger { display: flex; }
  .nav {
    position: fixed; top: 0; right: -280px; width: 280px; height: 100%;
    background: var(--navy); border-left: 1px solid rgba(255,255,255,.07);
    flex-direction: column; align-items: stretch; gap: 0;
    padding: 80px 0 28px; z-index: 900; transition: right .3s ease;
  }
  .nav.open { right: 0; }
  .nav-overlay.open { display: block; }
  .nav__a { padding: 14px 24px; font-size: .82rem; border-radius: 0; color: rgba(255,255,255,.75); }
  .nav__a.active, .nav__a:hover { color: var(--gold); background: rgba(255,255,255,.04); }
  .nav__a::after { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero__left  { padding: 64px 0 48px; }
  .hero__right { display: none; }
  .hero__stats { grid-template-columns: repeat(4,1fr); margin-top: 36px; }
  .hero__stat-n { font-size: 1.5rem; }
  .products-grid { grid-template-columns: 1fr; }
  .features-grid { grid-template-columns: 1fr; }
  .features-grid .feature { border-right: none !important; border-top: 1px solid rgba(255,255,255,.07); }
  .features-grid .feature:first-child { border-top: none; }
  .form-box { padding: 26px 20px; }
  .footer__grid { grid-template-columns: 1fr; gap: 36px; }
  .footer__bottom-inner { flex-direction: column; text-align: center; }
  .admin-sidebar { width: 100%; min-height: auto; position: static; display: flex; flex-wrap: wrap; }
  .admin-main { margin-left: 0; padding: 18px; }
  .cta-actions { flex-wrap: wrap; }
  .admin-stats-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .hero__stats { grid-template-columns: repeat(2,1fr); }
  .benefits-grid { grid-template-columns: 1fr; }
  .form-grid-2 { grid-template-columns: 1fr; }
  .admin-stats-grid { grid-template-columns: 1fr; }
}
