:root {
  --ink: #17201c;
  --muted: #5d675f;
  --paper: #f7f7f3;
  --surface: #ffffff;
  --line: #d9ded6;
  --pine: #1f5b45;
  --pine-dark: #12382c;
  --terra: #b24b32;
  --steel: #42616f;
  --brass: #bf8f45;
  --mist: #e7ece8;
  --shadow: 0 22px 60px rgba(23, 32, 28, 0.14);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  letter-spacing: 0;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: fixed;
  z-index: 30;
  top: 16px;
  left: 16px;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 10px 12px;
  color: #ffffff;
  background: rgba(18, 28, 23, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 850;
  white-space: nowrap;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
}

.brand-mark img {
  width: 100%;
  height: 100%;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
}

.nav-links a,
.footer-links a,
.text-link {
  transition: color 180ms ease, opacity 180ms ease;
}

.nav-links a:hover,
.footer-links a:hover,
.text-link:hover {
  color: #f1d59a;
}

.nav-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.language-switch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 10px;
  color: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.language-switch:hover {
  color: #f1d59a;
  border-color: rgba(241, 213, 154, 0.45);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  color: #ffffff;
  background: var(--terra);
  border-radius: 6px;
  font-size: 14px;
  font-weight: 800;
  transition: transform 180ms ease, background-color 180ms ease;
}

.nav-cta:hover {
  background: #963f2b;
  transform: translateY(-1px);
}

.nav-toggle {
  display: none;
  width: 40px;
  height: 38px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 6px;
  cursor: pointer;
}

.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  display: block;
  width: 18px;
  height: 2px;
  margin: 0 auto;
  background: #ffffff;
  content: "";
}

.nav-toggle span::before {
  transform: translateY(-6px);
}

.nav-toggle span::after {
  transform: translateY(4px);
}

.hero {
  position: relative;
  min-height: 88vh;
  display: grid;
  align-items: end;
  padding: 130px 24px 52px;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(10, 18, 14, 0.88), rgba(10, 18, 14, 0.5) 50%, rgba(10, 18, 14, 0.16)),
    url("./foshan-showroom-sourcing.png") center / cover;
}

.hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 170px;
  background: linear-gradient(0deg, rgba(12, 18, 14, 0.62), rgba(12, 18, 14, 0));
  content: "";
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.eyebrow,
.section-kicker,
.tag {
  margin: 0 0 12px;
  color: var(--brass);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 880px;
  margin: 0;
  font-size: clamp(42px, 7vw, 76px);
  line-height: 1.02;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 680px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(18px, 2vw, 22px);
}

.hero-actions,
.result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 850;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  color: #ffffff;
  background: var(--pine);
}

.button-primary:hover {
  background: var(--pine-dark);
}

.button-secondary,
.button-outline {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.38);
}

.button-outline {
  color: var(--pine);
  background: #ffffff;
  border-color: var(--line);
}

.button-secondary:hover,
.button-outline:hover {
  border-color: var(--brass);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  max-width: 820px;
  margin: 42px 0 0;
}

.hero-metrics div {
  padding: 16px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  backdrop-filter: blur(10px);
}

.hero-metrics dt {
  font-size: 26px;
  font-weight: 850;
}

.hero-metrics dd {
  margin: 2px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-bottom: 1px solid var(--line);
  background: #ffffff;
}

.trust-strip span {
  min-height: 74px;
  display: grid;
  place-items: center;
  padding: 0 18px;
  color: var(--muted);
  border-right: 1px solid var(--line);
  font-size: 14px;
  font-weight: 750;
  text-align: center;
}

.trust-strip span:last-child {
  border-right: 0;
}

.section {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  padding: 92px 0;
}

.section.tight {
  padding: 62px 0;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 32px;
}

.section h2,
.section-heading h2,
.page-hero h1 {
  margin: 0;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: 0;
}

.section-lead,
.page-hero p {
  max-width: 760px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.intro-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 52px;
  align-items: start;
}

.intro-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.signal-grid,
.category-grid,
.country-grid,
.guide-grid,
.case-grid,
.price-grid,
.proof-grid,
.download-grid,
.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.budget-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.signal-card,
.category-card,
.country-card,
.guide-card,
.case-card,
.price-card,
.proof-card,
.download-card,
.faq-card,
.info-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(23, 32, 28, 0.06);
}

.signal-card,
.proof-card,
.download-card,
.faq-card,
.info-card {
  padding: 24px;
}

.signal-card strong,
.proof-card strong,
.faq-card strong,
.info-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 18px;
}

.signal-card p,
.proof-card p,
.download-card p,
.faq-card p,
.info-card p {
  margin: 0;
  color: var(--muted);
}

.download-card {
  display: grid;
  align-content: start;
  gap: 12px;
}

.download-card span {
  display: inline-flex;
  width: fit-content;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  color: #ffffff;
  background: var(--pine);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.download-card h3 {
  margin: 0;
  font-size: 21px;
  line-height: 1.16;
}

.category-card,
.country-card,
.guide-card,
.case-card {
  display: block;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.category-card:hover,
.category-card:focus-visible {
  border-color: rgba(180, 91, 66, 0.36);
  box-shadow: 0 16px 34px rgba(23, 32, 28, 0.1);
  transform: translateY(-2px);
}

.case-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: var(--mist);
}

.case-tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 12px;
  padding: 0 10px;
  color: #ffffff;
  background: var(--pine);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.case-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin: 16px 0;
}

.case-meta div {
  padding: 10px;
  background: var(--mist);
  border-radius: 6px;
}

.case-meta dt {
  color: var(--muted);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.case-meta dd {
  margin: 3px 0 0;
  color: var(--ink);
  font-size: 14px;
  font-weight: 850;
}

.case-basis {
  padding: 12px;
  color: var(--muted);
  background: #fbfaf5;
  border: 1px solid var(--line);
  border-radius: 6px;
  font-size: 14px;
}

.category-card:focus-visible {
  outline: 3px solid rgba(180, 91, 66, 0.28);
  outline-offset: 3px;
}

.card-media {
  min-height: 176px;
  padding: 18px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--pine), var(--steel));
}

.card-media.terra:not(.image-media) {
  background: linear-gradient(135deg, var(--terra), #7d3b35);
}

.card-media.brass:not(.image-media) {
  background: linear-gradient(135deg, var(--brass), #7a5b2f);
}

.card-media span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 850;
}

.image-media {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 190px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}

.image-media::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(18, 28, 23, 0.18), rgba(18, 28, 23, 0.74)),
    linear-gradient(90deg, rgba(18, 28, 23, 0.32), rgba(18, 28, 23, 0.04));
  content: "";
}

.image-media span,
.image-media b {
  position: relative;
  z-index: 1;
}

.image-media b {
  max-width: 92%;
  font-size: 20px;
  line-height: 1.15;
  letter-spacing: 0;
}

.media-furniture,
.media-guide-foshan-furniture-sourcing {
  background-image: url("./cards/furniture-sourcing.png");
}

.media-kitchen-cabinets {
  background-image: url("./cards/kitchen-cabinets.png");
}

.media-doors-windows {
  background-image: url("./cards/doors-windows.png");
}

.media-tiles-stone {
  background-image: url("./cards/tiles-stone.png");
}

.media-bathroom-sanitary {
  background-image: url("./cards/bathroom-sanitary.png");
}

.media-lighting-hardware {
  background-image: url("./cards/lighting-hardware.png");
}

.media-country-canada {
  background-image: url("./cards/market-canada.png");
}

.media-country-australia {
  background-image: url("./cards/market-australia.png");
}

.media-country-usa {
  background-image: url("./cards/market-usa.png");
}

.media-country-uk {
  background-image: url("./cards/market-uk.png");
}

.media-guide-foshan-furniture-sourcing {
  background-image: url("./cards/guide-foshan-furniture-sourcing.png");
}

.media-guide-building-materials-checklist {
  background-image: url("./cards/guide-building-materials-checklist.png");
}

.media-guide-200sqm-home-foshan-sourcing-budget {
  background-image: url("./cards/guide-200sqm-budget.png");
}

.media-rfq {
  background-image: url("./cards/rfq-project-brief.png");
}

.card-body {
  padding: 22px;
}

.card-body h3 {
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1.15;
}

.card-body p {
  margin: 0 0 16px;
  color: var(--muted);
}

.check-list {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
  font-size: 14px;
}

.check-list li::before {
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 7px;
  height: 7px;
  background: var(--terra);
  border-radius: 50%;
  content: "";
}

.case-outcome {
  display: grid;
  gap: 5px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.case-outcome strong {
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.case-outcome span,
.fine-print {
  color: var(--muted);
  font-size: 14px;
}

.fine-print {
  max-width: 860px;
  margin: 18px 0 0;
}

.price-card {
  padding: 24px;
}

.price-card span {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--terra);
  font-size: 22px;
  font-weight: 900;
}

.price-card h3 {
  margin: 0 0 8px;
  font-size: 20px;
}

.price-card p {
  margin: 0;
  color: var(--muted);
}

.subsection {
  margin-top: 34px;
}

.subsection h3 {
  margin: 0 0 16px;
  font-size: 24px;
}

.table-wrap {
  max-width: 100%;
  overflow-x: auto;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(23, 32, 28, 0.06);
}

.budget-table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
}

.sample-table {
  min-width: 1180px;
}

.budget-table th,
.budget-table td {
  padding: 15px 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.budget-table th {
  color: var(--ink);
  background: var(--mist);
  font-size: 13px;
  text-transform: uppercase;
}

.budget-table td {
  color: var(--muted);
}

.budget-table td:first-child {
  color: var(--ink);
  font-weight: 850;
}

.budget-table tr:last-child td {
  border-bottom: 0;
}

.feature-band {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  min-height: 620px;
  background: #ffffff;
}

.feature-media {
  min-height: 520px;
  background:
    linear-gradient(0deg, rgba(18, 28, 23, 0.15), rgba(18, 28, 23, 0.15)),
    url("./export-warehouse-qc.png") center / cover;
}

.feature-copy {
  display: grid;
  align-content: center;
  padding: 68px;
}

.feature-list {
  display: grid;
  gap: 22px;
  margin-top: 28px;
}

.feature-list h3 {
  margin: 0 0 6px;
  font-size: 19px;
}

.feature-list p {
  margin: 0;
  color: var(--muted);
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.proof-records-section {
  padding-top: 84px;
}

.record-list {
  display: grid;
  gap: 12px;
}

.record-card {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 22px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(23, 32, 28, 0.05);
}

.record-card span {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: #ffffff;
  background: var(--pine);
  border-radius: 8px;
  font-weight: 900;
}

.record-card h3 {
  margin: 0 0 7px;
  font-size: 20px;
}

.record-card p {
  margin: 0;
  color: var(--muted);
}

.risk-band {
  background: linear-gradient(135deg, #101814, #163629 62%, #283f48);
}

.quality-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.quality-list li {
  position: relative;
  padding: 14px 16px 14px 42px;
  color: var(--ink);
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 750;
}

.quality-list li::before {
  position: absolute;
  left: 16px;
  top: 1.1em;
  width: 10px;
  height: 10px;
  background: var(--brass);
  border-radius: 50%;
  content: "";
}

.step-card {
  min-height: 230px;
  padding: 22px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.step-card span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 20px;
  color: #ffffff;
  background: var(--pine);
  border-radius: 6px;
  font-weight: 850;
}

.step-card h3 {
  margin: 0 0 8px;
  font-size: 19px;
}

.step-card p {
  margin: 0;
  color: var(--muted);
}

.dark-band {
  padding: 92px 24px;
  color: #ffffff;
  background: var(--ink);
}

.dark-inner {
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.dark-band h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.08;
}

.dark-band p {
  color: rgba(255, 255, 255, 0.72);
}

.dark-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.dark-card {
  padding: 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
}

.dark-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 19px;
}

.page-hero {
  padding: 146px 24px 72px;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(18, 28, 23, 0.9), rgba(18, 28, 23, 0.6)),
    url("./foshan-showroom-sourcing.png") center / cover;
}

.page-hero-inner {
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.page-hero p {
  color: rgba(255, 255, 255, 0.78);
}

.breadcrumb {
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 30px;
  align-items: start;
}

.content-grid > * {
  min-width: 0;
}

.article-body,
.side-panel {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.article-body {
  min-width: 0;
  padding: 34px;
}

.article-body h2,
.article-body h3 {
  margin: 28px 0 10px;
  line-height: 1.15;
}

.article-body h2:first-child,
.article-body h3:first-child {
  margin-top: 0;
}

.article-body p,
.article-body li {
  color: var(--muted);
}

.article-body ul,
.article-body ol {
  padding-left: 22px;
}

.article-body .price-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.article-body .proof-grid {
  grid-template-columns: 1fr;
}

.side-panel {
  position: sticky;
  top: 100px;
  padding: 22px;
}

.side-panel h3 {
  margin: 0 0 10px;
}

.side-panel p {
  margin: 0 0 18px;
  color: var(--muted);
}

.profile-panel {
  text-align: left;
}

.profile-avatar {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  margin-bottom: 18px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--pine), var(--terra));
  border-radius: 8px;
  font-size: 30px;
  font-weight: 900;
}

.mini-list {
  display: grid;
  gap: 8px;
  margin: 0 0 18px;
  padding: 0;
  color: var(--muted);
  list-style: none;
  font-size: 14px;
}

.mini-list li {
  padding-bottom: 8px;
  border-bottom: 1px solid var(--line);
}

.rfq-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 28px;
  align-items: start;
}

.rfq-form {
  display: grid;
  gap: 16px;
  padding: 26px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.field,
.checkbox-group {
  display: grid;
  gap: 7px;
}

.field.full {
  grid-column: 1 / -1;
}

.field label,
.checkbox-title {
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  color: var(--ink);
  background: #fbfcfa;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.field textarea {
  min-height: 140px;
  resize: vertical;
}

.checkbox-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.checkbox-card {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 9px 12px;
  background: #fbfcfa;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
}

.checkbox-card input {
  width: 18px;
  height: 18px;
  min-height: 0;
  margin: 0;
  justify-self: center;
  accent-color: var(--pine);
}

.checkbox-card span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.result-box {
  display: grid;
  gap: 8px;
  padding: 18px;
  background: var(--mist);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.cta-band {
  padding: 70px 24px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--pine-dark), var(--pine) 52%, var(--steel));
}

.cta-inner {
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.cta-inner h2 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.1;
}

.cta-inner p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.76);
}

.site-footer {
  color: rgba(255, 255, 255, 0.74);
  background: #101814;
}

.footer-inner {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  padding: 42px 0;
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 28px;
}

.footer-inner h3,
.footer-inner h4 {
  margin: 0 0 12px;
  color: #ffffff;
}

.footer-inner p {
  margin: 0;
}

.footer-links {
  display: grid;
  gap: 8px;
}

.footer-bottom {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  padding: 18px 0 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 13px;
}

.whatsapp-float {
  position: fixed;
  z-index: 40;
  right: 18px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 16px;
  color: #ffffff;
  background: #1f8f57;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(18, 28, 23, 0.24);
  font-size: 14px;
  font-weight: 900;
}

.whatsapp-float:hover {
  background: #167646;
}

@media (max-width: 920px) {
  .site-header {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .nav-toggle {
    display: inline-grid;
    place-items: center;
  }

  .nav-links {
    order: 3;
    display: none;
    width: 100%;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 10px 2px 2px;
  }

  .nav-links.open {
    display: grid;
  }

  .nav-cta {
    display: none;
  }

  .nav-actions {
    margin-left: auto;
  }

  .hero {
    min-height: 86vh;
    padding-top: 118px;
    background-position: 58% center;
  }

  .hero-metrics,
  .trust-strip,
  .signal-grid,
  .category-grid,
  .country-grid,
  .guide-grid,
  .case-grid,
  .price-grid,
  .proof-grid,
  .download-grid,
  .faq-grid,
  .dark-grid,
  .process-steps,
  .form-grid,
  .checkbox-options {
    grid-template-columns: 1fr 1fr;
  }

  .intro-grid,
  .feature-band,
  .content-grid,
  .rfq-layout,
  .cta-inner,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .feature-copy {
    padding: 44px 24px;
  }

  .side-panel {
    position: static;
  }
}

@media (max-width: 620px) {
  .site-header {
    top: 10px;
    left: 10px;
    right: 10px;
  }

  .brand {
    font-size: 14px;
  }

  .hero {
    min-height: 92vh;
    overflow: hidden;
    padding: 116px 18px 40px;
  }

  .eyebrow {
    max-width: 100%;
    font-size: 11px;
    line-height: 1.35;
    overflow-wrap: anywhere;
  }

  .hero h1 {
    max-width: 330px;
    font-size: clamp(29px, 8vw, 32px);
    line-height: 1.08;
  }

  .hero-copy {
    max-width: 330px;
    font-size: 16px;
  }

  .page-hero {
    overflow: hidden;
    padding: 122px 18px 64px;
  }

  .page-hero h1 {
    max-width: 100%;
    font-size: clamp(27px, 7vw, 31px);
    line-height: 1.12;
  }

  .page-hero p {
    max-width: 100%;
    font-size: 16px;
  }

  .hero-actions,
  .result-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

	  .hero-metrics,
	  .trust-strip,
	  .signal-grid,
	  .category-grid,
	  .country-grid,
	  .guide-grid,
	  .case-grid,
	  .price-grid,
	  .proof-grid,
	  .download-grid,
	  .faq-grid,
	  .dark-grid,
	  .process-steps,
	  .checkbox-options {
	    grid-template-columns: 1fr;
	  }

  .article-body .price-grid {
    grid-template-columns: 1fr;
  }

  .record-card {
    grid-template-columns: 1fr;
  }

	  .section {
	    width: min(100% - 32px, var(--max));
    padding: 70px 0;
  }

  .section-heading {
    display: grid;
  }

  .article-body,
  .rfq-form {
    padding: 22px;
  }

  .footer-inner,
  .footer-bottom {
    width: min(100% - 32px, var(--max));
  }

  .whatsapp-float {
    right: 12px;
    bottom: 12px;
    min-height: 42px;
    padding: 0 12px;
  }
}
