
:root {
  --ink: #121212;
  --steel: #232a33;
  --steel-2: #394553;
  --gold: #d6a94b;
  --gold-2: #f0cf7a;
  --paper: #f7f3ea;
  --soft: #ece7dc;
  --muted: #6f6a60;
  --white: #ffffff;
  --line: rgba(18, 18, 18, 0.12);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Montserrat, Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
  hyphens: none;
  overflow-wrap: normal;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px clamp(18px, 4vw, 56px);
  background: rgba(15, 15, 15, 0.94);
  border-bottom: 1px solid rgba(214, 169, 75, 0.34);
  backdrop-filter: blur(12px);
}
.brand img { width: clamp(150px, 20vw, 240px); height: auto; }
.nav { display: flex; align-items: center; gap: 20px; color: #f4ead7; font-size: 0.9rem; }
.nav a { opacity: 0.86; }
.nav a:hover { opacity: 1; color: var(--gold-2); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 800;
  font-size: 0.9rem;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  white-space: normal;
  text-align: center;
  line-height: 1.18;
  max-width: 100%;
}
.btn:hover { transform: translateY(-1px); box-shadow: 0 14px 30px rgba(0,0,0,.18); }
.btn.primary { background: linear-gradient(135deg, var(--gold), var(--gold-2)); color: #18130b; }
.btn.secondary { border-color: rgba(255,255,255,.38); color: #fff; background: rgba(255,255,255,.08); }
.btn.secondary.dark { border-color: rgba(18,18,18,.2); color: var(--ink); background: rgba(255,255,255,.55); }
.nav-cta { background: var(--gold); color: #18130b; min-height: 40px; padding-inline: 14px; }

.hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  background: #111;
}
.hero-bg, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-bg { object-fit: cover; filter: saturate(.84) contrast(1.04); }
.hero-shade { background: linear-gradient(90deg, rgba(8,8,8,.92), rgba(13,15,18,.78) 45%, rgba(0,0,0,.42)); }
.hero-inner {
  position: relative;
  z-index: 2;
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
  padding: 64px 24px 72px;
}
.hero-copy { color: #fff; max-width: 760px; }
.hero-logo { width: clamp(230px, 34vw, 440px); margin-bottom: 26px; }
.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 780px;
  margin-bottom: 18px;
  font-size: clamp(2.4rem, 6vw, 5.8rem);
  line-height: .95;
  letter-spacing: 0;
}
.hero-lead { max-width: 680px; color: #efe6d3; font-size: clamp(1.05rem, 1.6vw, 1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; }
.trust-row span {
  border: 1px solid rgba(214,169,75,.55);
  color: #fff6df;
  padding: 9px 13px;
  border-radius: 999px;
  font-size: .9rem;
  font-weight: 800;
  background: rgba(0,0,0,.46);
  box-shadow: 0 10px 24px rgba(0,0,0,.18);
}
.hero-panel {
  align-self: end;
  background: rgba(15, 15, 15, .82);
  border: 1px solid rgba(214,169,75,.48);
  border-radius: 8px;
  padding: 18px;
  color: #f7eedc;
  box-shadow: var(--shadow);
}
.hero-panel img { width: 178px; margin: 14px auto; border-radius: 4px; background: #fff; }
.hero-panel strong { display: block; font-size: 1.1rem; line-height: 1.25; }
.hero-panel p { color: #d8cfbe; font-size: .92rem; }
.panel-topline, .mini-link { color: var(--gold-2); font-weight: 900; font-size: .85rem; text-transform: uppercase; }

.promo-banner, .credibility, .services, .portfolio-section, .process, .quote-section {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(54px, 8vw, 96px) 24px;
}
.promo-banner {
  margin-top: -42px;
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  background: #161616;
  color: #fff;
  border: 1px solid rgba(214,169,75,.36);
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.promo-banner.is-hidden { display: none; }
.promo-banner h2 { margin-bottom: 6px; }
.promo-banner p:not(.eyebrow) { margin: 0; color: #e6dccb; }

.section-head { max-width: 900px; margin-bottom: 30px; }
.section-head.compact { max-width: 780px; }
.section-head h2, .portfolio-copy h2, .quote-copy h2, .process h2 {
  font-size: clamp(1.9rem, 3.4vw, 3.2rem);
  line-height: 1.12;
  letter-spacing: 0;
  overflow-wrap: normal;
  hyphens: none;
}
.section-head p:not(.eyebrow), .portfolio-copy p, .quote-copy p { color: var(--muted); font-size: 1.04rem; }
.cred-grid, .service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.cred-grid article, .service-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 16px 36px rgba(54,45,28,.08);
}
.cred-grid span, .service-icon { display: inline-flex; color: var(--gold); font-weight: 900; margin-bottom: 18px; }
.cred-grid h3, .service-card h3 { margin-bottom: 8px; font-size: 1.2rem; }
.cred-grid p, .service-card p { margin: 0; color: var(--muted); }
.service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.services { border-top: 1px solid var(--line); }
.service-card {
  background: linear-gradient(180deg, #fffaf0, #ead9b8);
  border: 2px solid rgba(160,111,29,.55);
  min-height: 230px;
  padding: 30px;
  box-shadow: 0 18px 42px rgba(45, 35, 18, .16);
}
.service-card h3 {
  color: #0f0f0f;
  font-size: clamp(1.6rem, 2.35vw, 2.15rem);
  line-height: 1.12;
  overflow-wrap: normal;
  hyphens: none;
}
.service-card p {
  color: #261f15;
  font-size: 1.08rem;
  font-weight: 650;
  line-height: 1.45;
  overflow-wrap: normal;
  hyphens: none;
}
.service-icon {
  min-width: 54px;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #17120a;
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
}

.portfolio-section {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(260px, .42fr) minmax(360px, 1fr);
  gap: 38px;
  align-items: center;
  background: #191919;
  color: #fff;
  max-width: none;
  padding-left: max(24px, calc((100vw - 1180px) / 2));
  padding-right: max(24px, calc((100vw - 1180px) / 2));
}
.portfolio-copy p { color: #e3dac8; }
.portfolio-qr-card {
  justify-self: center;
  width: min(100%, 310px);
  text-align: center;
  background: #f8f3e7;
  color: #18130b;
  border: 2px solid var(--gold);
  border-radius: 10px;
  padding: 18px;
  box-shadow: var(--shadow);
}
.portfolio-qr-card img {
  width: min(100%, 258px);
  margin: 0 auto 12px;
  background: #fff;
  border: 10px solid #fff;
  border-radius: 6px;
}
.portfolio-qr-card strong {
  display: block;
  font-size: 1.15rem;
  line-height: 1.12;
}
.portfolio-qr-card span {
  display: block;
  margin-top: 7px;
  color: #5f5138;
  font-weight: 800;
  font-size: .9rem;
}
.portfolio-preview { margin: 0; position: relative; }
.portfolio-preview > img { border-radius: 8px; border: 1px solid rgba(214,169,75,.36); box-shadow: var(--shadow); }
.portfolio-preview figcaption {
  display: none;
}

.process { display: grid; grid-template-columns: .82fr 1.18fr; gap: 36px; align-items: start; }
.steps { list-style: none; counter-reset: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.steps li { display: grid; grid-template-columns: 220px 1fr; gap: 16px; padding: 18px; background: #fff; border: 1px solid var(--line); border-radius: 8px; }
.steps strong { color: var(--steel); }
.steps span { color: var(--muted); }

.quote-section {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 36px;
  align-items: start;
  border-top: 1px solid var(--line);
}
.info-strip { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.info-strip span { background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 8px 12px; font-weight: 800; font-size: .9rem; }
.whatsapp-direct {
  margin-top: 22px;
  padding: 18px;
  border-radius: 8px;
  background: #171717;
  border: 1px solid rgba(214,169,75,.42);
  color: #fff;
}
.whatsapp-direct strong {
  display: block;
  color: var(--gold-2);
  margin-bottom: 6px;
}
.whatsapp-direct p {
  margin: 0 0 12px;
  color: #efe3ca;
}
.whatsapp-direct a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #17120a;
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  border-radius: 6px;
  padding: 10px 14px;
  font-weight: 900;
  line-height: 1.2;
  max-width: 100%;
  text-align: center;
}
.quote-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  background: #fff;
  border: 1px solid rgba(214,169,75,.42);
  border-radius: 8px;
  padding: clamp(20px, 3vw, 32px);
  box-shadow: var(--shadow);
}
.quote-form label { display: grid; gap: 7px; font-weight: 800; color: var(--steel); }
.quote-form input, .quote-form select, .quote-form textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid #d9d2c4;
  border-radius: 6px;
  padding: 12px 13px;
  font: inherit;
  color: var(--ink);
  background: #fbfaf7;
  line-height: 1.25;
}
.quote-form textarea { resize: vertical; min-height: 104px; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { outline: 2px solid rgba(214,169,75,.42); border-color: var(--gold); }
.full { grid-column: 1 / -1; }

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 32px clamp(18px, 4vw, 56px);
  background: #111;
  color: #f5ead3;
}
.footer img { width: 170px; margin-bottom: 10px; }
.footer p { margin: 0; color: #d4c9b4; }
.footer-btn { background: transparent; color: #fff; border-color: rgba(214,169,75,.5); }
.float-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 40;
  background: #1fa855;
  color: #fff;
  border-radius: 999px;
  padding: 13px 18px;
  font-weight: 900;
  box-shadow: 0 14px 32px rgba(0,0,0,.28);
  line-height: 1.15;
}

@media (max-width: 980px) {
  .nav { display: none; }
  .hero, .hero-inner { min-height: auto; }
  .hero-inner { grid-template-columns: 1fr; padding-top: 48px; }
  .hero-panel { align-self: auto; max-width: 360px; }
  .cred-grid, .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .portfolio-section, .process, .quote-section { grid-template-columns: 1fr; }
  .portfolio-qr-card { order: 2; }
  .portfolio-preview { order: 3; }
  .steps li { grid-template-columns: 1fr; gap: 4px; }
}
@media (max-width: 640px) {
  .topbar { align-items: center; padding: 10px 14px; }
  .brand img { width: 136px; }
  .nav-cta { display: none; }
  .hero-inner { padding: 38px 18px 58px; }
  h1 { font-size: clamp(2.18rem, 13vw, 3.8rem); }
  .hero-actions, .promo-banner, .footer { align-items: stretch; flex-direction: column; }
  .btn { width: 100%; white-space: normal; text-align: center; }
  .cred-grid, .service-grid, .quote-form { grid-template-columns: 1fr; }
  .service-card { min-height: auto; padding: 24px; }
  .service-card h3 { font-size: clamp(1.42rem, 8vw, 1.9rem); }
  .service-card p { font-size: 1rem; }
  .portfolio-qr-card { width: 100%; }
  .portfolio-qr-card img { width: min(100%, 300px); }
  .float-whatsapp { left: 18px; right: 18px; text-align: center; }
}
