/*
Theme Name: AMORIA
Author: AMORIA
Description: AMORIA deterjan, temizlik ve kozmetik markasi icin hazirlanan ozel WordPress temasi.
Version: 1.0
Text Domain: amoria
*/

:root {
  --navy: #06223f;
  --blue: #0b3f6f;
  --aqua: #19c6cf;
  --aqua-soft: #dff8fa;
  --mint: #dff5e8;
  --green: #2f8d6b;
  --gold: #d9b66d;
  --ink: #132033;
  --muted: #637083;
  --line: #dce6ee;
  --paper: #f6fbfa;
  --white: #fff;
  --shadow: 0 20px 55px rgba(7, 27, 58, .14);
  --radius: 8px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: 12px; background: var(--white); padding: 10px 14px; z-index: 99; }
.skip-link:focus { left: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(220,230,238,.85);
  backdrop-filter: blur(14px);
}
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; flex-direction: column; line-height: 1; letter-spacing: .14em; font-weight: 850; color: var(--navy); }
.brand span { margin-top: 6px; color: var(--aqua); font-size: 11px; letter-spacing: .24em; font-weight: 750; }
.main-nav ul { display: flex; align-items: center; gap: 24px; list-style: none; margin: 0; padding: 0; }
.main-nav a { color: #25364f; font-size: 14px; font-weight: 700; }
.main-nav a:hover { color: var(--aqua); }
.nav-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); color: var(--navy); }
.nav-toggle span { display: block; width: 18px; height: 2px; margin: 4px auto; background: currentColor; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 800;
  font-size: 14px;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(7,27,58,.18); }
.btn-primary { color: var(--navy); background: linear-gradient(135deg, #fff, #bff7fb); }
.btn-outline { color: var(--white); border-color: rgba(255,255,255,.42); background: rgba(255,255,255,.08); }
.btn-dark { color: var(--white); background: var(--navy); }
.btn-light { color: var(--navy); background: var(--white); }

.hero {
  position: relative;
  min-height: 690px;
  display: grid;
  align-items: center;
  color: var(--white);
  overflow: hidden;
  background: var(--navy);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(6,34,63,.94) 0%, rgba(6,34,63,.76) 42%, rgba(6,34,63,.1) 100%),
    var(--hero-image, url("assets/images/hero-amoria-cleaning-products.jpg")) center/cover no-repeat;
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 180px;
  background: linear-gradient(0deg, rgba(255,255,255,1), rgba(255,255,255,0));
}
.hero-content { position: relative; z-index: 1; max-width: 700px; padding: 88px 0 128px; }
.eyebrow { color: var(--aqua); font-size: 13px; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.hero h1 { margin: 18px 0 18px; font-size: clamp(42px, 7vw, 84px); line-height: .98; letter-spacing: 0; }
.hero p { margin: 0 0 28px; max-width: 640px; color: rgba(255,255,255,.86); font-size: clamp(17px, 2vw, 21px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }

.section { padding: 90px 0; }
.section-soft { background: var(--paper); }
.section-head { max-width: 760px; margin-bottom: 38px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head h2 { margin: 0 0 12px; color: var(--navy); font-size: clamp(30px, 4vw, 48px); line-height: 1.1; letter-spacing: 0; }
.section-head p { margin: 0; color: var(--muted); font-size: 17px; }

.category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.category-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(7,27,58,.06);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.category-card:hover { transform: translateY(-6px); border-color: rgba(25,198,207,.42); box-shadow: var(--shadow); }
.category-card img { width: 100%; aspect-ratio: 1.28 / 1; object-fit: cover; background: linear-gradient(135deg, var(--mint), var(--aqua-soft)); }
.category-card-body { padding: 22px; }
.category-card h3 { margin: 0 0 8px; color: var(--navy); font-size: 19px; line-height: 1.25; }
.category-card p { min-height: 76px; margin: 0 0 18px; color: var(--muted); font-size: 14px; }
.text-link { color: var(--blue); font-weight: 850; font-size: 14px; }
.text-link:hover { color: var(--aqua); }

.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 54px; }
.media-frame { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); background: var(--paper); }
.media-frame img { width: 100%; aspect-ratio: 1.18 / 1; object-fit: cover; }
.feature-list { display: grid; gap: 14px; margin: 28px 0 0; padding: 0; list-style: none; }
.feature-list li { display: flex; gap: 12px; color: #2c3e56; font-weight: 650; }
.feature-list li::before { content: ""; flex: 0 0 10px; height: 10px; margin-top: 8px; border-radius: 50%; background: linear-gradient(135deg, var(--aqua), var(--gold)); }

.product-story { display: grid; gap: 28px; }
.story-row {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 44px;
  align-items: center;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 10px 30px rgba(7,27,58,.05);
}
.story-row:nth-child(even) { grid-template-columns: .95fr 1.05fr; }
.story-row:nth-child(even) .story-media { order: 2; }
.story-media img { width: 100%; aspect-ratio: 1.42 / 1; object-fit: cover; border-radius: var(--radius); }
.story-copy h3 { margin: 0 0 10px; color: var(--navy); font-size: clamp(25px, 3vw, 38px); line-height: 1.12; }
.story-copy p { margin: 0 0 20px; color: var(--muted); }
.pill-list { display: flex; flex-wrap: wrap; gap: 10px; margin: 0; padding: 0; list-style: none; }
.pill-list li { padding: 8px 11px; border-radius: 999px; background: var(--mint); color: #1f664f; font-size: 13px; font-weight: 800; }

.quality-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.quality-item { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 10px 24px rgba(7,27,58,.04); }
.quality-icon { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 16px; border-radius: 50%; color: var(--navy); background: linear-gradient(135deg, var(--aqua-soft), var(--mint)); font-weight: 900; }
.quality-item strong { display: block; color: var(--navy); font-size: 18px; margin-bottom: 6px; }
.quality-item span { color: var(--muted); font-size: 14px; }

.cta-band {
  color: var(--white);
  background:
    linear-gradient(110deg, rgba(7,27,58,.95), rgba(11,45,95,.74)),
    url("assets/images/private-label.jpg") center/cover no-repeat;
}
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.cta-inner h2 { margin: 0 0 10px; font-size: clamp(28px, 4vw, 46px); line-height: 1.1; }
.cta-inner p { margin: 0; max-width: 680px; color: rgba(255,255,255,.84); }

.contact-wrap { display: grid; grid-template-columns: .9fr 1.1fr; gap: 42px; align-items: start; }
.contact-panel { padding: 30px; border-radius: var(--radius); background: var(--navy); color: var(--white); }
.contact-panel p { color: rgba(255,255,255,.78); }
.contact-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
label { color: #25364f; font-weight: 750; font-size: 14px; }
input, textarea, select {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 12px 14px;
  color: var(--ink);
  background: var(--white);
  font: inherit;
}
textarea { min-height: 132px; resize: vertical; }

.site-footer { color: rgba(255,255,255,.82); background: #06142b; padding: 58px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr; gap: 34px; padding-bottom: 36px; border-bottom: 1px solid rgba(255,255,255,.12); }
.site-footer h2, .site-footer h3 { color: var(--white); margin: 0 0 16px; }
.site-footer p { margin: 0; }
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.site-footer a:hover { color: var(--aqua); }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; padding-top: 22px; font-size: 14px; }
.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 13px 16px;
  border-radius: 999px;
  color: var(--white);
  background: #20b858;
  box-shadow: 0 16px 34px rgba(32,184,88,.32);
  font-weight: 850;
  font-size: 14px;
}

.entry { padding: 76px 0; }
.entry h1 { color: var(--navy); font-size: clamp(34px, 5vw, 58px); line-height: 1.08; }
.entry-content { max-width: 860px; }

@media (max-width: 980px) {
  .nav-toggle { display: inline-block; }
  .main-nav { position: absolute; left: 16px; right: 16px; top: 76px; display: none; padding: 18px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
  .main-nav.is-open { display: block; }
  .main-nav ul { display: grid; gap: 14px; }
  .category-grid, .quality-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .split, .contact-wrap, .cta-inner, .story-row, .story-row:nth-child(even) { grid-template-columns: 1fr; display: grid; }
  .story-row:nth-child(even) .story-media { order: 0; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .container { width: min(100% - 24px, 1180px); }
  .hero { min-height: 640px; }
  .hero-content { padding: 72px 0 108px; }
  .section { padding: 64px 0; }
  .category-grid, .quality-grid, .contact-form, .footer-grid { grid-template-columns: 1fr; }
  .category-card p { min-height: auto; }
  .footer-bottom { flex-direction: column; }
  .whatsapp-float { left: 12px; right: 12px; justify-content: center; }
}
