:root {
  --black: #111111;
  --graphite: #222831;
  --steel: #52616b;
  --orange: #f28c28;
  --yellow: #f4c542;
  --paper: #f5f3ef;
  --mist: #edf1f4;
  --line: #d7dde2;
  --ink: #14191f;
  --muted: #5d6975;
  --white: #ffffff;
  --shadow: 0 20px 46px rgba(17, 17, 17, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
p, h1, h2, h3, li, a, span { overflow-wrap: break-word; }
.wrap { width: min(1180px, calc(100% - 36px)); margin: 0 auto; }

.topbar {
  color: var(--white);
  background: var(--black);
  font-size: 14px;
}

.topbar .wrap,
.nav .wrap {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.topbar strong { color: var(--yellow); }
.topbar a { font-weight: 900; }
.top-links { display: flex; align-items: center; gap: 14px; white-space: nowrap; }

.nav {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.nav .wrap { min-height: 78px; }
.brand {
  min-width: 250px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand img {
  width: 58px;
  height: 58px;
  border-radius: 6px;
  object-fit: cover;
  background: #000;
}

.brand strong {
  display: block;
  color: var(--black);
  font-size: 19px;
  line-height: 1.05;
}

.brand span span {
  display: block;
  margin-top: 2px;
  color: var(--steel);
  font-size: 13px;
  font-weight: 800;
}

.menu {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #26313b;
  font-size: 14px;
  font-weight: 900;
}

.menu a:hover,
.menu a.active { color: var(--orange); }

.page-hero {
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(17, 17, 17, .95), rgba(17, 17, 17, .74), rgba(17, 17, 17, .3)),
    var(--hero-image) center / cover no-repeat;
}

.page-hero .wrap {
  min-height: 520px;
  display: grid;
  grid-template-columns: minmax(0, 740px) minmax(280px, 360px);
  align-items: center;
  gap: 42px;
  padding: 72px 0 88px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 999px;
  color: #ffe2ad;
  background: rgba(255, 255, 255, .1);
  font-size: 14px;
  font-weight: 900;
}

h1 {
  max-width: 820px;
  margin: 20px 0 16px;
  font-size: clamp(40px, 5.5vw, 72px);
  line-height: .98;
  letter-spacing: 0;
}

.page-hero p {
  max-width: 720px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, .91);
  font-size: 19px;
}

.hero-panel {
  align-self: end;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 8px;
  background: rgba(255, 255, 255, .13);
  backdrop-filter: blur(10px);
}

.hero-panel strong {
  display: block;
  color: var(--yellow);
  font-size: 20px;
  margin-bottom: 8px;
}

.hero-panel p {
  margin-bottom: 16px;
  font-size: 15px;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 7px;
  font-weight: 900;
  text-align: center;
}

.primary {
  color: #1b1208;
  background: var(--orange);
  box-shadow: 0 12px 26px rgba(242, 140, 40, .28);
}

.primary:hover { background: #ff9d38; }
.outline { color: var(--white); border-color: rgba(255, 255, 255, .38); background: rgba(255, 255, 255, .12); }
.dark { color: var(--white); background: var(--black); }
.light { color: var(--black); border-color: var(--line); background: var(--white); }

.section { padding: 76px 0; }
.paper { background: var(--paper); }
.mist { background: var(--mist); }
.dark-section { color: var(--white); background: var(--graphite); }

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

.section-head h2 {
  max-width: 780px;
  margin: 0;
  color: var(--black);
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.1;
  letter-spacing: 0;
}

.section-head p {
  max-width: 570px;
  margin: 12px 0 0;
  color: var(--muted);
}

.dark-section .section-head h2,
.dark-section .section-head p { color: var(--white); }

.content-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 26px;
  align-items: stretch;
}

.copy-box,
.media-box,
.card,
.quote-box,
.contact-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 8px 24px rgba(17, 17, 17, .06);
}

.copy-box { padding: 34px; }
.copy-box h2 {
  margin: 0 0 16px;
  color: var(--black);
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.08;
}

.copy-box p {
  margin: 0 0 15px;
  color: #3d4852;
  font-size: 17px;
}

.media-box {
  min-height: 390px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.media-box img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  display: block;
  object-fit: cover;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.card {
  padding: 24px;
  min-height: 100%;
}

.card h3 {
  margin: 0 0 10px;
  color: var(--black);
  font-size: 21px;
  line-height: 1.2;
}

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

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

.mini-list li {
  position: relative;
  padding-left: 16px;
}

.mini-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--orange);
}

.quote-box {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 24px;
  padding: 30px;
  box-shadow: var(--shadow);
}

.quote-box h2 {
  margin: 0 0 12px;
  color: var(--black);
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.1;
}

.quote-fields {
  display: grid;
  gap: 10px;
  padding: 18px;
  border-radius: 8px;
  background: var(--mist);
}

.quote-fields div {
  min-height: 42px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--muted);
  background: var(--white);
  font-size: 14px;
  font-weight: 800;
}

.related {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.related a {
  min-height: 94px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--white);
  box-shadow: 0 8px 24px rgba(17, 17, 17, .05);
}

.related strong { color: var(--black); }
.related span { color: var(--muted); font-size: 13px; font-weight: 800; }

.contact-card { padding: 28px; }
.contact-row {
  display: grid;
  grid-template-columns: 145px 1fr;
  gap: 10px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.contact-row strong { color: var(--black); }
.contact-row a { font-weight: 800; }

footer {
  padding: 42px 0 94px;
  color: rgba(255, 255, 255, .82);
  background: #0d0f12;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 28px;
}

footer strong {
  display: block;
  margin-bottom: 8px;
  color: var(--white);
  font-size: 18px;
}

footer img {
  width: 60px;
  height: 60px;
  margin-bottom: 12px;
  border-radius: 7px;
  object-fit: cover;
  background: #000;
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 40;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  border-radius: 999px;
  color: #1b1208;
  background: var(--orange);
  box-shadow: 0 16px 34px rgba(17, 17, 17, .24);
  font-weight: 900;
}

@media (max-width: 1040px) {
  .menu { display: none; }
  .page-hero .wrap,
  .content-grid,
  .quote-box { grid-template-columns: 1fr; }
  .hero-panel { max-width: 560px; align-self: auto; }
  .grid-3,
  .related { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  .wrap { width: min(100% - 28px, 1180px); }
  .topbar .wrap { justify-content: center; text-align: center; }
  .top-links { display: none; }
  .brand { min-width: 0; }
  .brand img { width: 52px; height: 52px; }
  .brand strong { font-size: 17px; }
  .page-hero .wrap {
    min-height: 560px;
    padding: 52px 0 74px;
  }
  .actions .button { width: 100%; }
  .section { padding: 54px 0; }
  .section-head { display: block; }
  .copy-box,
  .quote-box,
  .contact-card { padding: 22px; }
  .grid-3,
  .grid-2,
  .related,
  .footer-grid { grid-template-columns: 1fr; }
  .media-box,
  .media-box img { min-height: 300px; }
  .contact-row { grid-template-columns: 1fr; gap: 2px; }
  .floating-whatsapp {
    display: none;
    right: 14px;
    bottom: 14px;
  }
  .floating-whatsapp.is-visible { display: inline-flex; }
}
