/* ==========================================================================
   Qasar Al Murjan — Promotional Gift Suppliers in Dubai
   Premium B2B landing page stylesheet
   Brand palette: burgundy #3B0D16 | gold #C89E5D | strong gold #8F6620
   ========================================================================== */

/* ---------- Custom properties ---------- */
:root {
  --accent: #c89e5d;
  --accent-soft: #f4e7d2;
  --accent-strong: #8f6620;
  --ink: #3b0d16;
  --ink-2: #4f141f;
  --base: #2a0710;
  --text: #463a3c;
  --muted: #8a7c72;
  --line: #eae1d5;
  --cream: #faf6ef;
  --paper: #ffffff;
  --green-900: #23100a;
  --radius: 20px;
  --radius-sm: 12px;
  --shadow-sm: 0 1px 2px rgba(43, 9, 17, .06), 0 4px 14px rgba(43, 9, 17, .05);
  --shadow-md: 0 8px 30px rgba(43, 9, 17, .10);
  --shadow-lg: 0 24px 70px rgba(43, 9, 17, .16);
  --container: 1240px;
  --ease: cubic-bezier(.22, .61, .36, 1);
  --font-head: "Sora", "Poppins", "Segoe UI", system-ui, sans-serif;
  --font-body: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
}

/* ---------- Reset / base ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: 96px;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

body {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  color: var(--text);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }

a { color: var(--ink); text-underline-offset: 3px; }

h1, h2, h3, h4 {
  font-family: var(--font-head);
  color: var(--ink);
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

p { text-wrap: pretty; }

ul[role="list"] { list-style: none; padding: 0; margin: 0; }

:focus-visible {
  outline: 3px solid var(--accent-strong);
  outline-offset: 3px;
  border-radius: 4px;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 8px;
  z-index: 1000;
  background: var(--ink);
  color: var(--accent);
  padding: 10px 18px;
  border-radius: 8px;
  font-weight: 600;
}
.skip-link:focus { left: 8px; }

::selection { background: var(--accent); color: var(--ink); }

/* ---------- Layout helpers ---------- */
.container {
  width: min(100% - 40px, var(--container));
  margin-inline: auto;
}

.section { padding: clamp(64px, 8vw, 108px) 0; position: relative; }
.section--tight { padding: clamp(48px, 6vw, 80px) 0; }
.section--dark { background: var(--ink); color: #d9cfc2; }
.section--cream { background: var(--cream); }
.section--accent { background: var(--accent); color: var(--ink); }

.section--dark h1, .section--dark h2, .section--dark h3, .section--dark h4 { color: #fff; }

.section-head { max-width: 760px; margin-bottom: clamp(36px, 5vw, 60px); }
.section-head--center { margin-inline: auto; text-align: center; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-head);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 14px;
}
.eyebrow::before { content: ""; width: 22px; height: 2px; background: var(--accent-strong); border-radius: 2px; }
.section-head--center .eyebrow::after { content: ""; width: 22px; height: 2px; background: var(--accent-strong); border-radius: 2px; }
.section--dark .eyebrow { color: #c9bbaa; }
.eyebrow-ico {
  width: 18px;
  height: 18px;
  flex: none;
  color: var(--accent-strong);
}
.section--dark .eyebrow-ico, .section--accent .eyebrow-ico { color: var(--accent); }
.section-media {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  margin-bottom: clamp(34px, 5vw, 56px);
  border: 1px solid rgba(43, 9, 17, .08);
  box-shadow: var(--shadow-sm);
}
.section-media img {
  display: block;
  width: 100%;
  height: clamp(200px, 34vw, 380px);
  object-fit: cover;
}
.section-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(200, 158, 93, 0) 45%, rgba(43, 9, 17, .38) 100%);
}

.h2 {
  font-size: clamp(28px, 4.2vw, 46px);
  margin-bottom: 18px;
}
.lead { font-size: clamp(16px, 1.6vw, 18px); color: var(--muted); }
.kw {
  background: rgba(200, 158, 93, .16);
  border-radius: 5px;
  padding: 1px 5px;
  font-weight: 600;
  color: var(--ink);
  box-shadow: inset 0 -1px 0 rgba(200, 158, 93, .45);
}
.section--dark .kw {
  color: var(--accent);
  background: rgba(200, 158, 93, .18);
  box-shadow: inset 0 -1px 0 rgba(200, 158, 93, .6);
}
.section--dark .lead { color: #cfc3b2; }
.section--accent .lead { color: #4e330e; }

.lead > a { color: var(--ink); font-weight: 600; }

/* ---------- Buttons ---------- */
.btn {
  --btn-bg: var(--accent);
  --btn-fg: var(--ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 26px;
  border-radius: 999px;
  border: 1.5px solid transparent;
  font-family: var(--font-head);
  font-size: 14.5px;
  font-weight: 700;
  letter-spacing: .01em;
  color: var(--btn-fg);
  background: var(--btn-bg);
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .2s, border-color .2s, color .2s;
}
.btn svg { flex: 0 0 auto; }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }

.btn--dark { background: var(--ink); color: #fff; }
.btn--dark:hover { box-shadow: 0 14px 30px rgba(43, 9, 17, .28); }

.btn--ghost { background: transparent; color: var(--ink); border-color: rgba(43, 9, 17, .22); }
.btn--ghost:hover { border-color: var(--ink); }

.btn--white { background: #fff; color: var(--ink); }
.btn--white:hover { box-shadow: 0 14px 30px rgba(255, 255, 255, .25); }

.btn--outline-accent { background: transparent; color: var(--accent); border-color: var(--accent); }
.btn--outline-light { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .35); }
.btn--outline-light:hover { border-color: #fff; }

.btn--lg { padding: 18px 32px; font-size: 15.5px; }
.btn--sm { padding: 11px 18px; font-size: 13px; }

.btn--block { width: 100%; }

.cta-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

.arrow-icon { transition: transform .25s var(--ease); }
.btn:hover .arrow-icon { transform: translateX(4px); }

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 900;
  background: rgba(255, 255, 255, .86);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .25s, box-shadow .25s;
}
.site-header.is-scrolled {
  border-bottom-color: var(--line);
  box-shadow: var(--shadow-sm);
}
.header-inner {
  display: flex;
  align-items: center;
  gap: 24px;
  height: 78px;
}
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { height: 54px; width: auto; }
.brand-name { display: none; }

.site-nav { margin-left: auto; }
.site-nav ul { display: flex; gap: 4px; list-style: none; }
.site-nav a {
  display: inline-block;
  padding: 10px 13px;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink-2);
  text-decoration: none;
  border-radius: 10px;
  transition: color .2s, background .2s;
}
.site-nav a:hover { background: var(--cream); color: var(--ink); }

/* Desktop services dropdown */
.has-sub { position: relative; }
.sub-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 13px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink-2);
  background: none;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  transition: color .2s, background .2s;
}
.sub-toggle:hover { background: var(--cream); color: var(--ink); }
.sub-toggle svg { transition: transform .25s var(--ease); }
.site-nav .submenu {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  min-width: 228px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow-md);
  padding: 8px;
  display: grid;
  gap: 2px;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity .22s var(--ease), transform .22s var(--ease), visibility .22s;
  z-index: 60;
}
.has-sub:hover .submenu,
.has-sub:focus-within .submenu,
.has-sub.open .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.has-sub:hover .sub-toggle svg,
.has-sub.open .sub-toggle svg { transform: rotate(180deg); }
.submenu a {
  display: block;
  padding: 11px 13px;
  border-radius: 10px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--ink-2);
  text-decoration: none;
  white-space: nowrap;
}
.submenu a:hover { background: var(--cream); color: var(--ink); }

.header-actions { display: flex; align-items: center; gap: 10px; }
.header-call {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--ink);
  text-decoration: none;
  background: var(--cream);
  border: 1px solid var(--line);
  padding: 12px 16px;
  border-radius: 999px;
  transition: border-color .2s, background .2s;
}
.header-call:hover { border-color: var(--ink); }
.header-call svg { flex: 0 0 auto; }

.nav-toggle {
  display: none;
  background: none;
  border: 0;
  cursor: pointer;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
}
.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--ink);
  margin: 4px auto;
  border-radius: 2px;
  transition: transform .25s var(--ease), opacity .2s;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* Mobile nav panel */
.mobile-nav {
  display: none;
  position: absolute;
  inset: 78px 0 auto 0;
  background: #fff;
  border-bottom: 1px solid var(--line);
  box-shadow: var(--shadow-md);
  padding: 10px 20px 22px;
}
.mobile-nav.open { display: block; }
.mobile-nav ul { list-style: none; display: grid; gap: 2px; }
.mobile-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 8px;
  font-size: 16px;
  font-weight: 600;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid var(--cream);
}
.mobile-nav a:hover { color: var(--ink); }
.mobile-nav-cta { display: grid; gap: 10px; margin-top: 18px; }
.mobile-nav-cta .btn { width: 100%; }

/* Mobile services dropdown */
.mobile-nav .sub-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 13px 8px;
  font: inherit;
  font-size: 16px;
  font-weight: 600;
  color: var(--ink);
  background: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
}
.mobile-nav .sub-toggle svg { transition: transform .25s var(--ease); }
.mobile-nav .has-sub.open .sub-toggle svg { transform: rotate(180deg); }
.mobile-subnav {
  display: none;
  list-style: none;
  padding: 0 0 8px;
}
.mobile-nav .has-sub.open .mobile-subnav { display: block; }
.mobile-subnav a {
  justify-content: flex-start;
  padding: 10px 8px 10px 22px;
  font-size: 14.5px;
  font-weight: 500;
  color: var(--muted);
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  background:
    radial-gradient(900px 420px at 88% -10%, rgba(200, 158, 93, .30), transparent 60%),
    linear-gradient(180deg, #fdfaf4 0%, #ffffff 100%);
  padding: clamp(56px, 7vw, 104px) 0 clamp(48px, 6vw, 84px);
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: clamp(40px, 5vw, 72px);
  align-items: center;
}
.hero h1 {
  font-size: clamp(34px, 5.2vw, 60px);
  letter-spacing: -0.03em;
  margin-bottom: 18px;
}
.hero h1 .accent { color: var(--accent-strong); }
.hero-sub {
  font-family: var(--font-head);
  font-size: clamp(16px, 1.8vw, 20px);
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 14px;
}
.hero p.hero-desc { max-width: 54ch; margin-bottom: 26px; }

.hero-trust-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
.chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 15px;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink-2);
  box-shadow: var(--shadow-sm);
}
.chip svg { flex: 0 0 auto; color: var(--accent-strong); }

/* Hero visual collage */
.hero-visual { position: relative; }
.hero-collage {
  position: relative;
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 1.25fr .9fr;
  gap: 14px;
}
.collage-tile {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
  background: var(--cream);
  border: 1px solid rgba(43, 9, 17, .06);
}
.collage-tile img { width: 100%; height: 100%; object-fit: cover; }
.collage-tile--main { grid-row: 1 / 3; grid-column: 1; min-height: 420px; }
.collage-tile--a { grid-column: 2; }
.collage-tile--b { grid-column: 2; }

.hero-badge {
  position: absolute;
  left: 50%;
  bottom: -22px;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--ink);
  color: #fff;
  padding: 14px 20px;
  border-radius: 18px;
  box-shadow: var(--shadow-lg);
  white-space: nowrap;
}
.hero-badge .num {
  font-family: var(--font-head);
  font-size: 22px;
  font-weight: 700;
  color: var(--accent);
}
.hero-badge .lbl { font-size: 12.5px; line-height: 1.35; color: #e2d6c4; }

.hero-float {
  position: absolute;
  top: -18px;
  right: -14px;
  background: var(--accent);
  color: var(--ink);
  border-radius: 16px;
  padding: 14px 18px;
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 700;
  box-shadow: var(--shadow-md);
  display: none;
}

@media (min-width: 1200px) {
  .hero-float { display: block; }
}

/* ---------- Trust bar ---------- */
.trust-bar { background: var(--ink); color: #fff; }
.trust-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: clamp(28px, 4vw, 48px) clamp(20px, 3vw, 40px);
  border-right: 1px solid rgba(255, 255, 255, .12);
}
.trust-item:last-child { border-right: 0; }
.trust-item .num {
  font-family: var(--font-head);
  font-size: clamp(30px, 3.6vw, 44px);
  font-weight: 800;
  color: var(--accent);
  letter-spacing: -.02em;
  line-height: 1;
  white-space: nowrap;
}
.trust-item .lbl { font-size: 14px; font-weight: 600; color: #efe5d6; line-height: 1.4; }
.trust-note {
  text-align: center;
  color: #cfc3b2;
  font-size: 14px;
  padding: 0 20px 34px;
}
@media (max-width: 760px) {
  .trust-inner { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .12); }
  .trust-item:last-child { border-bottom: 0; }
}

/* ---------- Cards base ---------- */
.grid { display: grid; gap: 24px; }
.grid--4 { grid-template-columns: repeat(4, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--6 { grid-template-columns: repeat(3, 1fr); }

.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 1px 0 rgba(10, 12, 0, .03);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: #d6dac8; }

.pill-tile {
  aspect-ratio: 1 / 1;
  background:
    radial-gradient(120% 120% at 20% 0%, #ffffff 0%, #f3f5ea 100%);
  display: grid;
  place-items: center;
  padding: 18px;
  overflow: hidden;
}
.pill-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.card:hover .pill-tile img { transform: scale(1.05); }

.pill-body { padding: 18px 20px 20px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.pill-body h3 { font-size: 17px; letter-spacing: -.01em; }
.pill-body p { font-size: 14px; color: var(--muted); line-height: 1.55; flex: 1; }
.card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--ink);
  text-decoration: none;
  margin-top: 4px;
}
.card-link .arr { transition: transform .25s var(--ease); }
.card-link:hover .arr { transform: translateX(3px); }
.card-link--accent { color: #8f6620; }

/* SVG illustration sizing inside pills */
.pill-tile svg { width: 64%; height: 64%; }

/* ---------- Product gallery / photo sections ---------- */
.photo-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 24px;
  align-items: stretch;
}
.photo-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  min-height: 300px;
  border: 1px solid rgba(10, 12, 0, .08);
  box-shadow: var(--shadow-sm);
}
.photo-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.photo-card .scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(10, 12, 0, .82) 100%);
}
.photo-card .photo-label {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 18px;
  color: #fff;
}
.photo-card .photo-label strong {
  display: block;
  font-family: var(--font-head);
  font-size: 18px;
  margin-bottom: 4px;
}
.photo-card .photo-label span { font-size: 13.5px; color: #d5d9ce; }
.photo-card .tag {
  position: absolute;
  top: 16px;
  left: 16px;
  background: rgba(255, 255, 255, .9);
  backdrop-filter: blur(6px);
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 999px;
}

/* Branding chips */
.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.chip--toggle {
  background: #fff;
  border: 1.5px solid var(--line);
  padding: 10px 16px;
  font-weight: 600;
  font-size: 13.5px;
}
.chip--toggle:hover { border-color: var(--ink); }

/* ---------- Categories ---------- */
.cat-card {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  min-height: 210px;
  display: flex;
  align-items: flex-end;
  padding: 22px;
  text-decoration: none;
  border: 1px solid rgba(10, 12, 0, .08);
  box-shadow: var(--shadow-sm);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.cat-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.cat-card .cat-bg { position: absolute; inset: 0; object-fit: cover; width: 100%; height: 100%; }
.cat-card .cat-scrim {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10, 12, 0, .05), rgba(10, 12, 0, .66));
}
.cat-card .cat-name {
  position: relative;
  color: #fff;
  font-family: var(--font-head);
  font-size: 17px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 8px;
}
.cat-card .cat-name svg { color: var(--accent); flex: 0 0 auto; }

/* ---------- Branding / printing section ---------- */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
.split--reverse > :first-child { order: 2; }

.methods { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 26px 0; }
.method {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 13px 15px;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink-2);
  transition: border-color .2s, transform .2s var(--ease);
}
.method:hover { border-color: #c9ceba; transform: translateY(-2px); }
.method svg { flex: 0 0 auto; color: #8f6620; margin-top: 1px; }

.check-list { display: grid; gap: 12px; margin: 22px 0; }
.check-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 15px;
  color: var(--ink-2);
  font-weight: 500;
}
.check-item .tick {
  flex: 0 0 auto;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--accent);
  color: var(--ink);
  display: grid;
  place-items: center;
  margin-top: 2px;
}
.check-item .tick svg { width: 12px; height: 12px; }

/* ---------- Steps process ---------- */
.steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; counter-reset: step; }
.step {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px 22px 24px;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.step:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.step figure {
  width: 52px; height: 52px;
  border-radius: 14px;
  background: var(--accent);
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 18px;
  color: var(--ink);
}
.step h3 { font-size: 16px; margin-bottom: 8px; }
.step p { font-size: 13.5px; color: var(--muted); line-height: 1.55; }

/* ---------- Steps (stacked, used on dark) ---------- */
.steps--stack { grid-template-columns: 1fr; max-width: 860px; margin-inline: auto; gap: 0; counter-reset: step; }
.steps--stack .step {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 18px;
  align-items: start;
  background: transparent;
  border: 0;
  border-left: 2px solid rgba(255, 255, 255, .16);
  border-radius: 0;
  padding: 8px 0 34px 26px;
  position: relative;
}
.steps--stack .step::before {
  content: counter(step, decimal-leading-zero);
  counter-increment: step;
  position: absolute;
  left: -19px;
  top: 4px;
  width: 36px; height: 36px;
  background: var(--accent);
  color: var(--ink);
  border-radius: 50%;
  display: grid; place-items: center;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 13px;
}
.steps--stack .step:last-child { padding-bottom: 8px; }
.steps--stack .step figure { display: none; }
.steps--stack .step h3 { color: #fff; }
.steps--stack .step p { color: #c2c7bb; }
.steps--stack .step .step-ico {
  width: 52px; height: 52px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.18);
  display: grid; place-items: center;
  color: var(--accent);
}

/* ---------- Why choose ---------- */
.why-grid { grid-template-columns: repeat(3, 1fr); }
.why-card {
  padding: 30px 28px;
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid var(--line);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.why-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.why-card .ico {
  width: 54px; height: 54px;
  border-radius: 15px;
  background: var(--accent);
  display: grid; place-items: center;
  margin-bottom: 18px;
}
.why-card .ico svg { width: 26px; height: 26px; color: var(--ink); }
.why-card h3 { font-size: 17px; margin-bottom: 10px; }
.why-card p { font-size: 14px; color: var(--muted); line-height: 1.6; }

/* Dark why cards */
.why-card--dark { background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.1); }
.why-card--dark h3 { color: #fff; }
.why-card--dark p { color: #c2c7bb; }
.why-card--dark .ico { background: var(--accent); }

/* ---------- Comparison table ---------- */
.compare-wrap {
  overflow-x: auto;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow-sm);
}
table.compare {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
  font-size: 14.5px;
}
.compare th, .compare td {
  text-align: left;
  padding: 16px 20px;
  vertical-align: top;
  border-bottom: 1px solid var(--line);
}
.compare thead th {
  font-family: var(--font-head);
  font-size: 15px;
  color: var(--ink);
  background: var(--cream);
  white-space: nowrap;
}
.compare tbody tr:last-child td { border-bottom: 0; }
.compare tbody td:first-child { font-weight: 700; color: var(--ink); }
.compare tbody tr:hover { background: #fbfcf4; }

/* ---------- Industries ---------- */
.industry-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 18px;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.industry-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.industry-card .ico {
  flex: 0 0 auto;
  width: 48px; height: 48px;
  border-radius: 13px;
  background: var(--cream);
  border: 1px solid var(--line);
  display: grid; place-items: center;
  color: var(--ink);
}
.industry-card .ico svg { width: 22px; height: 22px; }
.industry-card h3 { font-size: 16px; margin-bottom: 3px; }
.industry-card p { font-size: 13.5px; color: var(--muted); line-height: 1.55; }

/* ---------- Location cards ---------- */
.loc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.loc-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  font-weight: 700;
  font-size: 15px;
  color: var(--ink);
  text-decoration: none;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s;
}
.loc-card svg { color: #8f6620; flex: 0 0 auto; }
.loc-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: #d6dac8; }
.loc-card--active { background: var(--ink); color: var(--accent); border-color: var(--ink); }
.loc-card--active svg { color: var(--accent); }

/* ---------- Buying guide ---------- */
.guide-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.guide-item {
  display: flex;
  gap: 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 20px;
  transition: border-color .25s;
}
.guide-item:hover { border-color: #c9ceba; }
.guide-item .n {
  flex: 0 0 auto;
  width: 40px; height: 40px;
  border-radius: 12px;
  background: var(--accent);
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 15px;
  display: grid; place-items: center;
  color: var(--ink);
}
.guide-item h3 { font-size: 16px; margin-bottom: 5px; }
.guide-item p { font-size: 13.5px; color: var(--muted); line-height: 1.6; }

/* ---------- FAQ ---------- */
.faq {
  max-width: 920px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 12px;
}
.faq details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
}
.faq details[open] { border-color: #d0d5bf; box-shadow: var(--shadow-sm); }
.faq summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 16px;
  color: var(--ink);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary .faq-ico {
  flex: 0 0 auto;
  width: 28px; height: 28px;
  border-radius: 50%;
  border: 1.5px solid var(--line);
  display: grid; place-items: center;
  transition: transform .3s var(--ease), background .3s, border-color .3s;
}
.faq summary .faq-ico svg { width: 14px; height: 14px; }
.faq details[open] summary .faq-ico { transform: rotate(45deg); background: var(--accent); border-color: var(--accent); color: var(--ink); }
.faq-body { padding: 0 24px 22px; color: var(--muted); font-size: 15px; }
.faq-body p + p { margin-top: 10px; }
.faq a { color: var(--ink); font-weight: 600; }

/* ---------- Related services grid ---------- */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.service-card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 20px;
  text-decoration: none;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s;
}
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: #d0d5bf; }
.service-card h3 { font-size: 16px; margin-bottom: 4px; }
.service-card p { font-size: 13.5px; color: var(--muted); line-height: 1.55; flex: 1; }
.service-card .service-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  font-weight: 700;
  color: var(--accent-strong);
}
.service-card .service-link svg { transition: transform .25s var(--ease); flex: 0 0 auto; }
.service-card:hover .service-link svg { transform: translateX(3px); }
@media (max-width: 900px) { .services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .services-grid { grid-template-columns: 1fr; } }

/* ---------- CTA band ---------- */
#final-cta {
  background:
    radial-gradient(900px 380px at 88% -5%, rgba(200, 158, 93, .28), transparent 60%),
    linear-gradient(180deg, #fdfaf4 0%, #f5ebdb 100%);
}
.cta-band {
  background:
    radial-gradient(700px 340px at 12% 110%, rgba(227, 255, 4, .18), transparent 60%),
    linear-gradient(120deg, #2a0710, #4a131e 60%, #33070f);
  color: #fff;
  border-radius: 30px;
  padding: clamp(44px, 6vw, 72px);
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 40px;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.cta-band::after {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 320px; height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(227,255,4,.2), transparent 70%);
  pointer-events: none;
}
.cta-band h2 { color: #fff; font-size: clamp(26px, 3.4vw, 40px); margin-bottom: 14px; }
.cta-band p { color: #c7ccbd; max-width: 50ch; }
.cta-contact {
  display: grid;
  gap: 12px;
  border-left: 1px solid rgba(255,255,255,.14);
  padding-left: clamp(20px, 4vw, 48px);
}
.cta-line {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: color .2s;
}
.cta-line svg { color: var(--accent); flex: 0 0 auto; }
.cta-line:hover { color: var(--accent); }
.cta-line small { display: block; font-weight: 500; color: #9aa292; font-size: 12.5px; }

/* ---------- Form ---------- */
.form-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 26px;
  box-shadow: var(--shadow-md);
  padding: clamp(26px, 4vw, 44px);
}
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-field { display: grid; gap: 7px; }
.form-field--full { grid-column: 1 / -1; }
.form-field label { font-size: 13.5px; font-weight: 700; color: var(--ink); }
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  padding: 13px 15px;
  border: 1.5px solid var(--line);
  border-radius: 12px;
  font: inherit;
  font-size: 15px;
  color: var(--ink);
  background: #fff;
  transition: border-color .2s, box-shadow .2s;
}
.form-field textarea { resize: vertical; min-height: 110px; }
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-color: var(--ink);
  box-shadow: 0 0 0 4px rgba(227, 255, 4, .35);
}
.form-note { font-size: 13px; color: var(--muted); margin-top: 14px; }
.form-success {
  display: none;
  align-items: flex-start;
  gap: 12px;
  background: var(--accent-soft);
  border: 1px solid #cfe69a;
  color: var(--ink-2);
  border-radius: 14px;
  padding: 16px 18px;
  font-size: 14.5px;
  font-weight: 600;
  margin-bottom: 18px;
}
.form-success.show { display: flex; }

/* ---------- Footer ---------- */
.site-footer { background: var(--base); color: #d8c7b4; }
.footer-top {
  display: grid;
  grid-template-columns: 1.4fr .85fr .85fr .85fr .85fr 1.05fr;
  gap: clamp(26px, 2.6vw, 38px);
  padding: clamp(56px, 7vw, 84px) 0 48px;
}
.footer-brand img { height: 58px; width: auto; margin-bottom: 16px; }
.footer-brand p { font-size: 13.5px; line-height: 1.7; max-width: 38ch; color: #d8c7b4; }
.footer-points {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}
.footer-points li {
  position: relative;
  padding-left: 16px;
  font-size: 13px;
  line-height: 1.6;
  color: #c9b8a2;
}
.footer-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: var(--accent);
}
.footer-col h3 {
  color: #fff;
  font-size: 12.5px;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}
.footer-col h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background: var(--accent);
}
.footer-col ul { list-style: none; display: grid; gap: 10px; }
.footer-col a {
  color: #d8c7b4;
  text-decoration: none;
  font-size: 13.5px;
  transition: color .2s, padding-left .2s;
}
.footer-col a:hover { color: var(--accent); padding-left: 3px; }
.footer-contact li {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 13.5px;
  color: #d8c7b4;
}
.footer-contact li + li { padding-top: 2px; }
.footer-contact a { color: #d8c7b4; }
.footer-contact a:hover { color: var(--accent); }
.footer-cta-link {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .18);
  font-weight: 700;
}
.footer-cta-link:hover { background: var(--accent); border-color: var(--accent); color: var(--ink) !important; padding-left: 14px; }
.footer-social {
  display: flex;
  gap: 9px;
  margin-top: 18px;
}
.footer-social a {
  width: 38px; height: 38px;
  border-radius: 11px;
  border: 1px solid rgba(255,255,255,.16);
  display: grid; place-items: center;
  color: #fff;
  transition: background .25s, border-color .25s, transform .25s;
}
.footer-social a:hover { background: var(--accent); border-color: var(--accent); color: var(--ink); transform: translateY(-2px); }
.footer-social svg { width: 16px; height: 16px; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  padding: 22px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  font-size: 13px;
  color: #c9b7a2;
}
.footer-bottom a { color: #d8c7b4; }

/* ---------- Mobile sticky CTA ---------- */
.mobile-cta {
  display: none;
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 850;
  background: rgba(255,255,255,.95);
  backdrop-filter: blur(10px);
  border-top: 1px solid var(--line);
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
  gap: 10px;
}
.mobile-cta .btn { flex: 1; }
.mobile-cta .btn--wa { background: #ffffff; border-color: var(--ink); }
.mobile-cta .btn--wa svg { color: #25d366; }

/* ---------- Floating action bars ---------- */
.float-bar {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 800;
}
.float-bar--left { left: 14px; }
.float-bar--right { right: 14px; }
.float-bar .float-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: #fff;
  color: var(--ink);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  text-decoration: none;
  cursor: pointer;
  padding: 0;
  font-family: inherit;
  transition: background .2s, color .2s, border-color .2s, transform .2s var(--ease);
}
.float-bar .float-btn svg { width: 19px; height: 19px; flex: 0 0 auto; }
.float-bar .float-btn:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--ink);
  transform: translateY(-2px);
}
.float-bar .float-btn--top {
  background: var(--ink);
  color: var(--accent);
  border-color: var(--ink);
}
@media (max-width: 1080px) {
  .float-bar { display: none; }
}

/* ---------- Reveal animations ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in-view { opacity: 1; transform: none; }
.reveal--left { transform: translateX(-30px); }
.reveal--right { transform: translateX(30px); }
.reveal--scale { transform: scale(.96); }
.reveal.in-view { transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; }
}

/* Stagger helpers */
.d-1 { transition-delay: .06s; }
.d-2 { transition-delay: .12s; }
.d-3 { transition-delay: .18s; }
.d-4 { transition-delay: .24s; }
.d-5 { transition-delay: .3s; }

/* ---------- Responsive ---------- */
@media (max-width: 1200px) {
  .site-nav { display: none; }
  .header-call { display: none; }
  .nav-toggle { display: flex; }
}

@media (max-width: 1080px) {
  .grid--4, .grid--6 { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: 1fr; gap: 14px; }
  .footer-top { grid-template-columns: repeat(3, 1fr); }
  .split { grid-template-columns: 1fr; gap: 32px; }
  .split--reverse > :first-child { order: 0; }
  .cta-band { grid-template-columns: 1fr; }
  .cta-contact { border-left: 0; border-top: 1px solid rgba(255,255,255,.14); padding-top: 24px; padding-left: 0; }
  .site-nav { display: none; }
  .header-call { display: none; }
  .nav-toggle { display: flex; }
  .hero-grid { grid-template-columns: 1fr; }
  .collage-tile--main { min-height: 360px; }
  .loc-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .grid--3, .grid--2, .why-grid, .guide-list, .faq { grid-template-columns: 1fr; }
  .photo-grid { grid-template-columns: 1fr; }
  .methods { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .mobile-cta { display: flex; }
  .footer-bottom { padding: 22px 0 110px; justify-content: center; text-align: center; }
  .hero-badge { bottom: -16px; left: 50%; }
  .trust-inner { grid-template-columns: 1fr; }
}

@media (max-width: 420px) {
  .header-inner { gap: 10px; }
  .brand img { height: 46px; }
  .collage-tile--main { min-height: 300px; }
}