:root {
  --navy: #0F2447;
  --navy-deep: #0D1E32;
  --gold: #C9A961;
  --gold-soft: #D9BE82;
  --gold-muted: #9C8350;
  --cream: #F4EEE2;
  --off-white: #FAFAF7;
  --charcoal: #1A1A1A;
  --slate: #5A6478;
  --border: #E8E1D2;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
:focus { outline: none; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 2px; }
body {
  font-family: 'Inter', sans-serif;
  background: var(--cream);
  color: var(--charcoal);
  -webkit-font-smoothing: antialiased;
}
html { scroll-behavior: smooth; }

/* ============ Header ============ */
.header {
  background: var(--navy-deep);
  color: var(--cream);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 56px;
  min-height: 96px;
  position: relative;
  border-bottom: 1px solid rgba(201,169,97,0.14);
}
.header::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, rgba(201,169,97,0.7) 40%, rgba(201,169,97,0.9) 50%, rgba(201,169,97,0.7) 60%, transparent 100%);
}
.header-left {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.header-phone {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 500;
  color: var(--cream);
  text-decoration: none;
  letter-spacing: 0.03em;
  transition: color 0.2s;
}
.header-phone:hover { color: var(--gold); }
.header-phone-label {
  font-family: 'Inter', sans-serif;
  font-size: 9.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(244,238,226,0.4);
  font-weight: 500;
}
.header-logo { display: flex; justify-content: center; align-items: center; }
.logo-img { height: 72px; width: auto; display: block; }
.header-wordmark {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  text-decoration: none;
}
.header-wordmark-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  line-height: 1;
  white-space: nowrap;
}
.header-wordmark-sub {
  font-family: 'Inter', sans-serif;
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--gold-muted);
}
.header-actions { display: flex; align-items: center; gap: 18px; justify-content: flex-end; }
.lang-switcher {
  display: flex;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: 0.2em;
  font-weight: 500;
  color: var(--cream);
}
.lang-switcher button {
  cursor: pointer;
  padding: 4px 10px;
  opacity: 0.45;
  transition: opacity 0.2s, color 0.2s;
  position: relative;
  background: none;
  border: none;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
}
.lang-switcher button + span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 11px;
  background: rgba(244,238,226,0.18);
}
.lang-switcher button.active { opacity: 1; color: var(--gold); }
.lang-switcher button:hover { opacity: 1; }
.header-wa-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 22px;
  border: 1px solid rgba(201,169,97,0.5);
  color: var(--gold);
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
  background: transparent;
}
.header-wa-btn svg { width: 15px; height: 15px; stroke: var(--gold); fill: none; transition: stroke 0.2s; }
.header-wa-btn:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--navy-deep);
}
.header-wa-btn:hover svg { stroke: var(--navy-deep); }

/* ============ Hero ============ */
.hero {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  min-height: 620px;
}
.hero-text {
  padding: 80px 64px;
  background: var(--cream);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-brand {
  font-family: 'Cormorant Garamond', serif;
  font-size: 44px;
  font-weight: 600;
  color: var(--gold-muted);
  line-height: 1;
  margin-bottom: 14px;
  text-align: center;
}
.hero-brand-sub {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--slate);
  margin-bottom: 48px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.hero-brand-sub::before,
.hero-brand-sub::after {
  content: '';
  width: 60px;
  height: 1px;
  background: var(--border);
}
.hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 72px;
  font-weight: 500;
  line-height: 0.98;
  color: var(--navy-deep);
  margin-bottom: 28px;
  letter-spacing: -0.015em;
}
.hero-title em { font-style: italic; color: var(--gold-muted); font-weight: 500; }
.hero-sub {
  font-size: 17px;
  line-height: 1.65;
  color: var(--charcoal);
  max-width: 460px;
  margin-bottom: 40px;
  font-weight: 600;
}
.hero-location {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-muted);
  margin-bottom: 36px;
  font-weight: 500;
}
.hero-location svg { width: 14px; height: 14px; stroke: var(--gold-muted); flex-shrink: 0; }
.hero-cta-row { display: flex; gap: 22px; align-items: center; flex-wrap: wrap; }
.hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 28px;
  background: var(--navy-deep);
  color: var(--gold);
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.hero-cta-text {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 16px;
  color: var(--slate);
  line-height: 1.7;
  text-align: center;
}
.hero-cta-text a {
  color: var(--slate);
  text-decoration: none;
}
.hero-cta-text a:hover { color: var(--gold-muted); }

.hero-cta-call {
  display: inline-flex;
  align-items: center;
  padding: 16px 28px;
  background: var(--navy-deep);
  color: var(--gold);
  border: none;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.hero-cta-call:hover { background: var(--navy); }

.contact-popup {
  position: fixed;
  inset: 0;
  background: rgba(13,30,50,0.6);
  backdrop-filter: blur(4px);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s;
}
.contact-popup.open { opacity: 1; pointer-events: all; }
.contact-popup-card {
  background: var(--navy-deep);
  padding: 40px 48px;
  min-width: 300px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  border-top: 2px solid var(--gold);
}
.contact-popup-close {
  position: absolute;
  top: 14px; right: 14px;
  background: none;
  border: none;
  cursor: pointer;
  color: rgba(244,238,226,0.4);
  padding: 4px;
  transition: color 0.2s;
}
.contact-popup-close:hover { color: var(--gold); }
.contact-popup-label {
  font-family: 'Inter', sans-serif;
  font-size: 9px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold-muted);
  margin-bottom: 4px;
}
.contact-popup-phone {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  font-weight: 500;
  color: var(--cream);
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: color 0.2s;
}
.contact-popup-phone:hover { color: var(--gold); }
.contact-popup-wa {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  padding: 13px 32px;
  background: var(--gold);
  color: var(--navy-deep);
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: background 0.2s, color 0.2s;
  border-radius: 2px;
}
.contact-popup-wa svg { fill: var(--navy-deep); }
.contact-popup-wa:hover { background: var(--cream); }

.hero-image {
  background:
    linear-gradient(180deg, rgba(15,36,71,0.12), rgba(15,36,71,0.5)),
    url('assets/hero.avif') 70% center / cover;
}

/* ============ Section header ============ */
.sec-eyebrow {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 14px;
  color: var(--gold-muted);
  letter-spacing: 0.12em;
  margin-bottom: 16px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
}
.sec-eyebrow::before {
  content: '';
  width: 32px;
  height: 1px;
  background: var(--gold-muted);
}
.sec-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 52px;
  font-weight: 500;
  color: var(--navy-deep);
  line-height: 1.0;
  margin-bottom: 0;
  letter-spacing: -0.01em;
}
.sec-title em { font-style: italic; color: var(--gold-muted); }

/* ============ Services ============ */
.services {
  background: var(--off-white);
  padding: 100px 56px;
}
.services-header {
  text-align: center;
  margin-bottom: 60px;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  max-width: 1280px;
  margin: 0 auto;
}
.service-card {
  background: var(--cream);
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}
.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(15,36,71,0.1);
}
.service-img {
  aspect-ratio: 4/3;
  background-size: cover;
  background-position: center;
  position: relative;
}
.service-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15,36,71,0.05), rgba(15,36,71,0.35));
}
.service-card.furniture .service-img { background-image: url('assets/furniture.jpg'); }
.service-card.car .service-img { background-image: url('assets/car.jpg'); }
.service-card.ac .service-img { background-image: url('assets/ac.jpg'); }
.service-body { padding: 28px 28px 32px; }
.service-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 600;
  color: var(--navy-deep);
  margin-bottom: 10px;
  line-height: 1.1;
}
.service-name em { font-style: italic; color: var(--gold-muted); }
.service-desc {
  font-size: 15px;
  line-height: 1.55;
  color: var(--slate);
  margin-bottom: 22px;
}
.service-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 500;
  color: var(--gold-muted);
  margin-bottom: 20px;
  letter-spacing: 0.01em;
  background: none;
  border: none;
  padding: 0;
  text-align: left;
}
.service-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--navy-deep);
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding-bottom: 3px;
  border-bottom: 1px solid var(--gold-muted);
  transition: color 0.2s, border-color 0.2s;
}
.service-cta::after { content: '→'; color: var(--gold-muted); transition: transform 0.2s; }
.service-card:hover .service-cta::after { transform: translateX(4px); }

/* ============ Works ============ */
.works {
  background: var(--navy-deep);
  color: var(--cream);
  padding: 100px 56px;
}
.works-header {
  text-align: center;
  margin-bottom: 60px;
}
.works .sec-eyebrow { color: var(--gold); }
.works .sec-eyebrow::before { background: var(--gold); }
.works .sec-title { color: var(--cream); }
.works .sec-title em { color: var(--gold); }
.works-carousel {
  position: relative;
  max-width: 860px;
  margin: 0 auto;
  overflow: hidden;
}
.works-track {
  display: flex;
  transition: transform 0.45s ease;
  will-change: transform;
}
.work-card {
  flex: 0 0 100%;
  width: 100%;
  aspect-ratio: 2/3;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(201,169,97,0.2);
}
.work-img-split {
  display: grid;
  grid-template-rows: 1fr 1fr;
  height: 100%;
}
.work-half { background-size: cover; background-position: center; position: relative; }
.work-half.before { filter: grayscale(0.5) brightness(0.65); }
@media (min-width: 640px) {
  .work-card { aspect-ratio: 16/9; }
  .work-img-split { grid-template-rows: unset; grid-template-columns: 1fr 1fr; }
  .work-half.after .work-label { left: auto; right: 12px; }
}
.work-card:nth-child(1) .work-half.before { background-image: url('assets/before-1.jpg'); }
.work-card:nth-child(1) .work-half.after { background-image: url('assets/after-1.jpg'); }
.work-card:nth-child(2) .work-half.before { background-image: url('assets/before-2.jpg'); }
.work-card:nth-child(2) .work-half.after { background-image: url('assets/after-2.jpg'); }
.work-card:nth-child(3) .work-half.before { background-image: url('assets/before-3.jpg'); }
.work-card:nth-child(3) .work-half.after { background-image: url('assets/after-3.jpg'); }
.work-card:nth-child(4) .work-half.before { background-image: url('assets/before-4.jpg'); }
.work-card:nth-child(4) .work-half.after { background-image: url('assets/after-4.jpg'); }
.work-card:nth-child(5) .work-half.before { background-image: url('assets/before-5.jpg'); }
.work-card:nth-child(5) .work-half.after { background-image: url('assets/after-5.jpg'); }
.work-card:nth-child(6) .work-half.before { background-image: url('assets/before-6.jpg'); }
.work-card:nth-child(6) .work-half.after { background-image: url('assets/after-6.jpg'); }
.work-label {
  position: absolute;
  top: 10px;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 13px;
  background: rgba(13,30,50,0.65);
  padding: 3px 11px;
  letter-spacing: 0.05em;
}
.work-half.before .work-label { left: 12px; color: var(--cream); }
.work-half.after .work-label { left: 12px; color: var(--gold); }
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background: rgba(13,30,50,0.75);
  border: 1px solid rgba(201,169,97,0.35);
  color: var(--gold);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  z-index: 2;
}
.carousel-btn:hover { background: rgba(13,30,50,0.95); }
.carousel-prev { left: 12px; }
.carousel-next { right: 12px; }
.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
.dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(201,169,97,0.3);
  cursor: pointer;
  transition: background 0.2s;
}
.dot.active { background: var(--gold); }


/* ============ Contact ============ */
.contact {
  background: var(--cream);
  padding: 110px 56px;
  text-align: center;
}
.contact-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 60px;
  font-weight: 500;
  color: var(--navy-deep);
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: -0.01em;
}
.contact-title em { font-style: italic; color: var(--gold-muted); }
.contact-sub {
  font-size: 17px;
  line-height: 1.6;
  color: var(--slate);
  max-width: 520px;
  margin: 0 auto 48px;
}
.contact-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 28px;
  background: var(--navy-deep);
  color: var(--cream);
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: background 0.2s, transform 0.2s;
}
.contact-btn.primary {
  background: var(--gold);
  color: var(--navy-deep);
}
.contact-btn svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.contact-btn.primary svg { fill: var(--navy-deep); stroke: none; }
.contact-btn:hover { transform: translateY(-2px); }
.contact-meta {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 16px;
  color: var(--slate);
}

/* ============ Footer ============ */
.footer {
  background: var(--navy-deep);
  color: rgba(244,238,226,0.7);
  padding: 36px 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(201,169,97,0.14);
}
.footer-logo { height: 40px; opacity: 0.9; }
.social-label { font-family: 'Noto Sans Armenian', 'Inter', sans-serif; font-size: 14px; color: var(--charcoal); opacity: 0.65; margin-top: 16px; margin-bottom: 12px; text-align: center; }
.contact-social { display: flex; gap: 8px; justify-content: center; }
.social-link { color: rgba(26,26,26,0.4); transition: color 0.2s; display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; }
.social-link:hover { color: var(--charcoal); }
.footer-meta {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: rgba(244,238,226,0.5);
}

/* ============ Sticky WhatsApp (mobile only) ============ */
.sticky-wa {
  position: fixed;
  bottom: 22px;
  right: 22px;
  width: 56px;
  height: 56px;
  background: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
  z-index: 50;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.8);
  transition: opacity 0.3s, transform 0.3s;
}
.sticky-wa.visible { opacity: 1; pointer-events: all; transform: scale(1); }
.sticky-wa svg { width: 26px; height: 26px; fill: none; stroke: var(--navy-deep); }

/* ============ Pricing popup ============ */
.service-price { cursor: pointer; }
.price-list-link { display: inline-flex; align-items: center; gap: 8px; font-family: 'Inter', sans-serif; font-size: 16px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--navy-deep); border-bottom: 1px solid var(--gold-muted); padding-bottom: 3px; transition: color 0.2s, border-color 0.2s; }
.price-list-link::after { content: '→'; color: var(--gold-muted); transition: transform 0.2s; }
.service-price:hover .price-list-link::after { transform: translateX(4px); }

.pricing-popup {
  position: fixed; inset: 0;
  background: rgba(13,30,50,0.6);
  backdrop-filter: blur(4px);
  z-index: 100;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none; transition: opacity 0.25s;
}
.pricing-popup.open { opacity: 1; pointer-events: all; }
.pricing-popup-card {
  background: var(--navy-deep);
  border-top: 2px solid var(--gold);
  padding: 36px 44px 40px;
  min-width: 300px; max-width: 420px; width: 90%;
  position: relative;
}
.pricing-popup-close {
  position: absolute; top: 16px; right: 16px;
  background: none; border: none; cursor: pointer;
  color: var(--gold); opacity: 0.7; padding: 4px;
}
.pricing-popup-close:hover { opacity: 1; }
.pricing-popup-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px; font-weight: 500;
  color: var(--gold); margin-bottom: 24px;
  letter-spacing: 0.02em;
}
.pricing-popup-title em { font-style: normal; }
.price-row {
  display: flex; justify-content: space-between; align-items: flex-start;
  gap: 16px; padding: 10px 0;
  border-bottom: 1px solid rgba(201,169,97,0.15);
}
.price-row:last-child { border-bottom: none; }
.price-row-name { font-family: 'Inter', sans-serif; font-size: 13px; color: rgba(244,238,226,0.75); line-height: 1.45; flex: 1; }
.price-row-val { font-family: 'Cormorant Garamond', serif; font-size: 17px; font-weight: 500; color: var(--gold); white-space: nowrap; padding-top: 1px; }
.price-footnote { margin-top: 14px; font-family: 'Inter', sans-serif; font-size: 11px; color: rgba(244,238,226,0.45); line-height: 1.5; }

/* ============ Armenian font overrides ============ */
.lang-hy .hero-sub { font-weight: 600; }
.lang-hy .hero-sub,
.lang-hy .hero-location,
.lang-hy .hero-cta-call,
.lang-hy .service-desc,
.lang-hy .service-cta,
.lang-hy .contact-sub,
.lang-hy .sec-eyebrow,
.lang-hy .contact-btn,
.lang-hy .contact-meta,
.lang-hy .contact-popup-label,
.lang-hy .contact-popup-wa,
.lang-hy .price-row-name,
.lang-hy .price-footnote {
  font-family: 'Noto Sans Armenian', sans-serif;
}

/* ============ Mobile ============ */
@media (max-width: 768px) {
  .header { padding: 10px 14px 10px 16px; min-height: 70px; grid-template-columns: 1fr auto; overflow: hidden; }
  .header-left { display: none; }
  .header-logo { justify-content: flex-start; }
  .header-actions { gap: 8px; }
  .lang-switcher { font-size: 10px; letter-spacing: 0.06em; }
  .lang-switcher button { padding: 4px 5px; }
  .header-wa-btn { display: none; }
  .logo-img { height: 54px; }

  .hero { grid-template-columns: 1fr; min-height: calc(100svh - 70px); grid-template-rows: 240px 1fr; }
  .hero-text { padding: 36px 24px 44px; order: 2; display: flex; flex-direction: column; justify-content: center; }
  .hero-image { order: 1; min-height: 240px; }
  .hero-title { font-size: 38px; margin-bottom: 18px; }
  .hero-sub { font-size: 14px; line-height: 1.55; margin-bottom: 16px; max-width: none; }
  .hero-location { font-size: 11px; margin-bottom: 28px; }
  .hero-cta-row { flex-direction: column; align-items: flex-start; gap: 12px; }
  .hero-cta { padding: 14px 22px; font-size: 12px; }

  .services { padding: 70px 24px; }
  .services-header { margin-bottom: 40px; }
  .sec-title { font-size: 36px; }
  .services-grid { grid-template-columns: 1fr; gap: 20px; }

  .works { padding: 70px 20px; }
  .works-header { margin-bottom: 40px; }
  .carousel-btn { width: 36px; height: 36px; }
  .carousel-prev { left: 6px; }
  .carousel-next { right: 6px; }

  .contact { padding: 70px 24px; }
  .contact-title { font-size: 40px; }
  .contact-sub { font-size: 15px; }
  .contact-actions { flex-direction: column; align-items: stretch; gap: 12px; }
  .contact-btn { justify-content: center; padding: 14px 22px; font-size: 11px; }

  .footer { padding: 26px 24px; flex-direction: column; gap: 16px; text-align: center; }

}
