/* ===========================================================
   Gencay Karadeniz — Kuaför & Güzellik
   "Atölye" editorial redesign — serif display type, sand/clay
   palette, framed imagery. Mobile-first: base = mobile, then
   min-width media queries progressively enhance.
   =========================================================== */

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #F8F6F2;
  color: #2A2A2A;
  font-family: 'Work Sans', system-ui, sans-serif;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
::selection { background: #181818; color: #F8F6F2; }

:root {
  --ink: #181818;
  --ink-soft: rgba(42,42,42,0.62);
  --paper: #F8F6F2;
  --paper-alt: #EFE9E0;
  --card: #FFFFFF;
  --clay: #C6A66B;
  --clay-deep: #AD8A52;
  --olive: #B7A99A;
  --line: rgba(24,24,24,0.12);
  --cream: #F1EBE1;
  --berry: #6E2B3E;
  --berry-deep: #4E1D2C;
  --berry-soft: #F3D9DF;
  --true-black: #181818;
}

h1, h2, h3, .display {
  font-family: 'Fraunces', serif;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin: 0;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Work Sans', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--clay);
  margin-bottom: 14px;
}
.eyebrow::before {
  content: '';
  width: 30px;
  height: 1px;
  background: var(--clay);
  display: block;
}
.eyebrow.on-dark { color: #D9C08F; }
.eyebrow.on-dark::before { background: #D9C08F; }
.eyebrow.center { justify-content: center; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 26px;
  font-family: 'Work Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  border-radius: 2px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 10px 22px rgba(20,20,20,0.16); }
.btn:active { transform: translateY(0); box-shadow: none; }
.btn-clay { background: var(--clay); color: #FFF; }
.btn-clay:hover { background: var(--clay-deep); }
.btn-ink { background: var(--ink); color: var(--paper); }
.btn-ink:hover { background: #000; }
.btn-outline-ink { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-outline-ink:hover { background: var(--ink); color: var(--paper); }
.btn-outline-paper { background: transparent; color: var(--paper); border-color: rgba(248,246,242,0.5); }
.btn-outline-paper:hover { background: rgba(248,246,242,0.14); }
.btn-paper { background: var(--paper); color: var(--ink); }
.btn-paper:hover { background: #FFF; }

.wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.section { padding: 64px 0; }
.section-alt { background: var(--paper-alt); }
.section-ink { background: var(--ink); color: var(--paper); }

/* ===================== NAV ===================== */
.nav {
  position: sticky;
  top: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 14px 20px;
  background: rgba(248,246,242,0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow 0.25s ease;
}
.nav.is-scrolled { box-shadow: 0 8px 24px rgba(20,20,20,0.08); }
.nav-brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--true-black); line-height: 1; }
.brand-badge {
  position: relative;
  width: 34px; height: 34px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--true-black);
  display: flex; align-items: center; justify-content: center;
}
.brand-badge::before {
  content: '';
  position: absolute; inset: 3px;
  border-radius: 50%;
  border: 1px solid rgba(248,246,242,0.4);
}
.brand-badge span {
  font-family: 'Fraunces', serif;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: -1px;
  color: var(--paper);
  position: relative;
  top: 1px;
}
.nav-brand .name {
  font-family: 'Fraunces', serif;
  font-weight: 900;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--true-black);
}
.nav-brand .tag {
  font-family: 'Work Sans', sans-serif;
  font-size: 8px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(20,20,20,0.5);
  margin-top: 3px;
  font-weight: 600;
}
.nav-cta { flex-shrink: 0; padding: 10px 16px; font-size: 10px; display: none; }

.nav-burger {
  display: inline-flex;
  flex-direction: column;
  gap: 5px;
  width: 30px;
  padding: 8px 3px;
  background: none;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
  margin-left: auto;
}
.nav-burger span { height: 1px; width: 24px; background: var(--ink); display: block; }
.nav-burger span:nth-child(2) { width: 24px; }
.nav-burger span:last-child { width: 14px; }

.nav-links { display: none; }

.nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: var(--ink);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}
.nav-overlay.is-open { opacity: 1; pointer-events: auto; }
.nav-overlay-close {
  position: absolute; top: 18px; right: 18px;
  width: 44px; height: 44px;
  background: none; border: none; cursor: pointer;
  color: var(--paper); font-size: 26px; line-height: 1;
}
.nav-overlay-links { display: flex; flex-direction: column; gap: 4px; align-items: center; }
.nav-overlay-links a {
  font-family: 'Fraunces', serif;
  font-weight: 600;
  font-size: 32px;
  color: var(--paper);
  text-decoration: none;
}
.nav-overlay-foot {
  position: absolute; bottom: 32px;
  display: flex; gap: 22px;
  font-family: 'Work Sans', sans-serif;
  font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase;
  color: #D9C08F;
}
.nav-overlay-foot a { color: #D9C08F; text-decoration: none; }

@media (min-width: 860px) {
  .nav { padding: 16px clamp(24px, 4vw, 48px); }
  .nav-burger { display: none; }
  .nav-overlay { display: none; }
  .nav-cta { display: inline-flex; }
  .nav-links {
    display: flex;
    align-items: center;
    gap: clamp(18px, 2vw, 30px);
    font-family: 'Work Sans', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0 auto 0 48px;
  }
  .nav-links a {
    color: var(--ink);
    text-decoration: none;
    padding-bottom: 3px;
    border-bottom: 1px solid transparent;
  }
  .nav-links a:hover, .nav-links a[aria-current="page"] { border-color: var(--clay); }
  .nav-brand .name { font-size: 21px; }
}

/* ===================== HERO (framed split, no full-bleed photo) ===================== */
.hero {
  display: grid;
  grid-template-columns: 1fr;
}
.hero-text {
  padding: 48px 20px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-text h1 {
  font-size: clamp(38px, 11vw, 72px);
  line-height: 1.02;
  margin: 0 0 20px;
}
.hero-text p {
  font-size: 15px;
  line-height: 1.7;
  color: var(--ink-soft);
  max-width: 42ch;
  margin: 0 0 26px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.hero-frame {
  position: relative;
  padding: 18px 20px 44px;
}
.hero-frame-media {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
  border: 1px solid var(--ink);
}
.hero-frame-media img {
  width: 100%; height: 100%; object-fit: cover;
  animation: gk-zoom 16s ease-out both;
}
.hero-frame-tag {
  position: absolute;
  left: 34px; bottom: 24px;
  background: var(--paper);
  padding: 8px 14px;
  font-family: 'Work Sans', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink);
  border: 1px solid var(--ink);
}
@media (min-width: 860px) {
  .hero { grid-template-columns: 1.05fr 0.95fr; align-items: stretch; min-height: calc(100vh - 68px); }
  .hero-text { padding: 0 24px 0 clamp(32px, 5vw, 72px); }
  .hero-frame { padding: 40px 48px 40px 0; display: flex; align-items: center; }
  .hero-frame-media { width: 100%; }
}

@keyframes gk-fade { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
@keyframes gk-zoom { from { transform: scale(1.06); } to { transform: scale(1); } }

/* ===================== FEATURE ROW (replaces old photo split) ===================== */
.feature-head { max-width: 56ch; margin-bottom: 40px; }
.feature-head h2 { font-size: clamp(28px, 5vw, 44px); line-height: 1.05; }
.feature-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
}
.feature-item { border-top: 1px solid var(--line); padding-top: 20px; }
.feature-num {
  font-family: 'Fraunces', serif;
  font-weight: 600;
  font-size: 15px;
  color: var(--clay);
  margin-bottom: 10px;
  display: block;
}
.feature-item h3 {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 10px;
}
.feature-item p { font-size: 14px; line-height: 1.7; color: var(--ink-soft); margin: 0; }
@media (min-width: 760px) {
  .feature-grid { grid-template-columns: repeat(3, 1fr); gap: 40px; }
}

/* ===================== ABOUT (offset framed portrait) ===================== */
.about-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
}
.about-media-wrap { position: relative; max-width: 380px; margin: 0 auto; }
.about-media-wrap::before {
  content: '';
  position: absolute;
  top: 20px; left: 20px;
  width: 100%; height: 100%;
  background: var(--olive);
  z-index: 0;
}
.about-media {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 4/5;
  overflow: hidden;
  border: 1px solid var(--ink);
}
.about-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.about-media:hover img { transform: scale(1.05); }
.about-copy h2 { font-size: clamp(28px, 6vw, 46px); line-height: 1.05; margin-bottom: 20px; }
.about-copy p { font-size: 15px; line-height: 1.75; color: var(--ink-soft); margin: 0 0 16px; max-width: 52ch; }
.stat-row { display: flex; gap: 0; flex-wrap: wrap; margin-top: 30px; }
.stat-item {
  padding: 0 26px 0 0;
  margin-right: 26px;
  border-right: 1px solid var(--line);
}
.stat-item:last-child { border-right: none; }
.stat-num { font-family: 'Fraunces', serif; font-size: 34px; font-weight: 600; line-height: 1; color: var(--clay); }
.stat-label { font-size: 10px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-soft); margin-top: 8px; }
@media (min-width: 760px) {
  .about-grid { grid-template-columns: 0.85fr 1.15fr; gap: 72px; }
  .about-media-wrap { max-width: none; margin: 0; }
  .about-grid.reverse { grid-template-columns: 1.15fr 0.85fr; }
  .about-grid.reverse .about-media-wrap { order: 2; }
  .about-grid.reverse .about-copy { order: 1; }
  .about-grid.reverse .about-media-wrap::before { left: auto; right: 20px; }
}

/* ===================== PRICE LIST ===================== */
.price-head { display: flex; flex-direction: column; gap: 16px; margin-bottom: 36px; }
.price-head h1, .price-head h2 { font-size: clamp(30px, 6vw, 48px); }
.price-category { margin-bottom: 48px; }
.price-category:last-child { margin-bottom: 0; }
.price-category-title {
  font-family: 'Fraunces', serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #D9C08F;
  margin: 0 0 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(248,246,242,0.16);
}
.price-cols { display: grid; grid-template-columns: 1fr; gap: 8px; }
.price-row {
  display: flex;
  align-items: baseline;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(248,246,242,0.16);
}
.price-badge {
  font-family: 'Fraunces', serif;
  font-weight: 600;
  color: var(--clay);
  font-size: 14px;
  flex-shrink: 0;
  width: 26px;
}
.price-row .info { flex: 1; }
.price-row .name { font-family: 'Fraunces', serif; font-size: 18px; font-weight: 600; }
.price-row .desc { font-size: 12px; color: rgba(248,246,242,0.55); margin-top: 4px; }
.price-row .amount { font-family: 'Work Sans', sans-serif; font-size: 15px; font-weight: 600; color: #D9C08F; white-space: nowrap; }
@media (min-width: 760px) {
  .price-head { flex-direction: row; align-items: flex-end; justify-content: space-between; }
  .price-cols { grid-template-columns: 1fr 1fr; gap: 0 clamp(40px, 6vw, 80px); }
}

/* ===================== TEAM (circular portraits) ===================== */
.team-grid { display: grid; grid-template-columns: 1fr; gap: 40px; }
.team-card { text-align: center; }
.team-card-media {
  width: 168px; height: 168px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  border: 1px solid var(--ink);
}
.team-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.team-card-media:hover img { transform: scale(1.06); }
.team-name { font-family: 'Fraunces', serif; font-size: 21px; font-weight: 600; margin-top: 20px; }
.team-role {
  display: inline-block;
  font-size: 10px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase;
  color: #FFF; background: var(--olive);
  padding: 5px 12px; margin-top: 8px;
}
.team-bio { font-size: 14px; line-height: 1.7; color: var(--ink-soft); margin-top: 14px; max-width: 32ch; margin-left: auto; margin-right: auto; }
@media (min-width: 640px) {
  .team-grid { grid-template-columns: repeat(3, 1fr); gap: 32px; }
}

/* ===================== TESTIMONIALS (dark pull-quote) ===================== */
.testi-grid { display: grid; grid-template-columns: 1fr; gap: 1px; background: rgba(248,246,242,0.14); }
.testi-card { background: var(--ink); padding: 30px 0; }
.testi-quote {
  font-family: 'Fraunces', serif;
  font-weight: 500;
  font-size: 21px;
  line-height: 1.5;
  margin: 0 0 20px;
  color: var(--paper);
}
.testi-name { font-family: 'Work Sans', sans-serif; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: #D9C08F; }
.testi-role { font-size: 11px; color: rgba(248,246,242,0.5); margin-top: 3px; }
@media (min-width: 860px) {
  .testi-grid { grid-template-columns: repeat(3, 1fr); gap: 1px; }
  .testi-card { padding: 40px 34px; }
}

/* ===================== GALLERY (masonry-ish) ===================== */
.gallery-head { display: flex; flex-direction: column; gap: 14px; margin-bottom: 26px; }
.gallery-head .ig-link {
  font-family: 'Work Sans', sans-serif;
  font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--ink); text-decoration: none;
  border-bottom: 1px solid var(--clay); padding-bottom: 2px;
  align-self: flex-start;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 140px;
  gap: 6px;
}
.gallery-grid a { display: block; width: 100%; height: 100%; overflow: hidden; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.gallery-grid a:hover img { transform: scale(1.08); }
.gallery-grid a:nth-child(1) { grid-row: span 2; }
.gallery-grid a:nth-child(4) { grid-row: span 2; }
@media (min-width: 620px) {
  .gallery-grid { grid-template-columns: repeat(4, 1fr); grid-auto-rows: 170px; }
}
@media (min-width: 760px) {
  .gallery-head { flex-direction: row; align-items: flex-end; justify-content: space-between; }
  .gallery-grid { grid-template-columns: repeat(6, 1fr); grid-auto-rows: 190px; gap: 10px; }
}

/* ===================== CONTACT (framed, light) ===================== */
.contact-grid { display: grid; grid-template-columns: 1fr; gap: 40px; align-items: center; }
.contact-info { display: flex; flex-direction: column; gap: 20px; margin: 26px 0 30px; }
.contact-label {
  font-family: 'Work Sans', sans-serif;
  font-size: 10px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--clay); margin-bottom: 6px;
}
.contact-value { font-size: 15px; line-height: 1.55; color: var(--ink); }
.contact-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.contact-media-wrap { position: relative; max-width: 420px; margin: 0 auto; }
.contact-media-wrap::before {
  content: '';
  position: absolute; top: -18px; right: -18px;
  width: 100%; height: 100%;
  background: var(--clay);
  z-index: 0;
}
.contact-media { position: relative; z-index: 1; width: 100%; aspect-ratio: 4/5; overflow: hidden; border: 1px solid var(--ink); }
.contact-media img { width: 100%; height: 100%; object-fit: cover; }
.contact-media iframe { width: 100%; height: 100%; border: 0; filter: grayscale(0.15) contrast(1.05); }
@media (min-width: 760px) {
  .contact-grid { grid-template-columns: 1.1fr 0.9fr; gap: 64px; }
  .contact-media-wrap { max-width: none; margin: 0; }
}

/* ===================== PAGE HEADER (subpages) ===================== */
.page-header { background: var(--paper-alt); padding: 52px 0 44px; text-align: center; }
.page-header .eyebrow { justify-content: center; }
.page-header h1 { font-size: clamp(32px, 8vw, 58px); }
.page-header p { max-width: 46ch; margin: 16px auto 0; color: var(--ink-soft); font-size: 14px; line-height: 1.6; }

/* ===================== NAIL ART LANDING (distinct hero) ===================== */
.nail-hero { background: var(--berry); color: #FBF3F1; padding: 56px 0 40px; overflow: hidden; }
.nail-hero-grid { display: grid; grid-template-columns: 1fr; gap: 40px; align-items: center; }
.eyebrow.on-berry { color: #E8B9C6; }
.eyebrow.on-berry::before { background: #E8B9C6; }
.nail-hero-text h1 { font-size: clamp(36px, 9vw, 60px); line-height: 1.05; color: #FFF; margin: 0 0 18px; }
.nail-hero-text p { font-size: 15px; line-height: 1.7; color: rgba(251,243,241,0.82); max-width: 42ch; margin: 0 0 26px; }
.nail-hero-collage { position: relative; padding: 10px 20px 50px; }
.nail-hero-img { overflow: hidden; border: 1px solid rgba(251,243,241,0.35); }
.nail-hero-img-main { aspect-ratio: 4/5; }
.nail-hero-img-main img { width: 100%; height: 100%; object-fit: cover; }
.nail-hero-img-side {
  position: absolute;
  width: 42%;
  aspect-ratio: 1;
  right: 4%;
  bottom: 10px;
  box-shadow: 0 14px 30px rgba(0,0,0,0.35);
}
.nail-hero-img-side img { width: 100%; height: 100%; object-fit: cover; }
.nail-hero-badge {
  position: absolute;
  left: 4px; top: -6px;
  background: #FBF3F1;
  color: var(--berry-deep);
  padding: 14px 18px;
  font-family: 'Fraunces', serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(0,0,0,0.25);
}
.nail-hero-badge span {
  display: block;
  font-family: 'Work Sans', sans-serif;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--berry);
  margin-top: 4px;
}
@media (min-width: 860px) {
  .nail-hero { padding: 0; min-height: calc(100vh - 68px); display: flex; align-items: center; }
  .nail-hero-grid { grid-template-columns: 1fr 1fr; gap: 64px; }
  .nail-hero-collage { padding: 40px 20px 40px 0; }
}

.service-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
.service-card { background: var(--card); border: 1px solid var(--line); padding: 26px 24px; }
.service-card .num { font-family: 'Fraunces', serif; font-weight: 600; color: var(--berry); font-size: 15px; display: block; margin-bottom: 12px; }
.service-card h3 { font-size: 18px; font-weight: 600; margin-bottom: 8px; }
.service-card p { font-size: 13px; line-height: 1.65; color: var(--ink-soft); margin: 0; }
@media (min-width: 640px) {
  .service-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 960px) {
  .service-grid { grid-template-columns: repeat(3, 1fr); }
}

/* ===================== FOOTER ===================== */
.footer { background: var(--ink); color: rgba(248,246,242,0.6); }
.footer-inner { display: flex; flex-direction: column; gap: 22px; padding: 40px 0; }
.footer-brand-row { display: flex; align-items: center; gap: 14px; }
.footer-brand-row .brand-badge { width: 44px; height: 44px; background: var(--paper); }
.footer-brand-row .brand-badge span { color: var(--true-black); font-size: 18px; }
.footer-brand { font-family: 'Fraunces', serif; font-size: 21px; font-weight: 900; text-transform: uppercase; color: var(--paper); }
.footer-tag { font-size: 8px; letter-spacing: 0.34em; text-transform: uppercase; color: rgba(248,246,242,0.5); margin-top: 6px; font-weight: 600; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; font-family: 'Work Sans', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }
.footer-links a { color: rgba(248,246,242,0.6); text-decoration: none; }
.footer-bottom { font-size: 12px; color: rgba(248,246,242,0.4); padding-top: 18px; border-top: 1px solid rgba(248,246,242,0.12); }
@media (min-width: 760px) {
  .footer-inner { flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: space-between; }
  .footer-links { flex-wrap: nowrap; }
  .footer-bottom { width: 100%; }
}

/* ===================== SCROLL REVEAL ===================== */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ===================== QUICK ACTIONS (floating) ===================== */
.quick-actions {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 55;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}
.qa-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  box-shadow: 0 8px 22px rgba(20,20,20,0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.qa-btn:hover { transform: scale(1.08); box-shadow: 0 12px 28px rgba(20,20,20,0.34); }
.qa-btn svg { width: 24px; height: 24px; }
.qa-whatsapp { background: #25D366; width: 54px; height: 54px; }
.qa-call { background: var(--true-black); width: 44px; height: 44px; }
.qa-call svg { width: 19px; height: 19px; }
@media (min-width: 860px) {
  .quick-actions { right: 26px; bottom: 26px; }
}
