:root {
  --red: #cf1418;
  --red-dark: #9e0c10;
  --navy: #062846;
  --navy-2: #0a3153;
  --gold: #e3a72c;
  --gold-dark: #b87d13;
  --cream: #f7f4ef;
  --white: #ffffff;
  --ink: #11151a;
  --muted: #5e646b;
  --line: #dedede;
  --shadow: 0 18px 48px rgba(3, 29, 51, 0.12);
  --radius: 26px;
  --body-font: "Inter", Arial, sans-serif;
  --display-font: "Barlow Condensed", "Arial Narrow", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #dfe3e7;
  color: var(--ink);
  font-family: var(--body-font);
  -webkit-font-smoothing: antialiased;
  padding-bottom: 0;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { border: 0; }
img { display: block; width: 100%; }
svg { width: 1.25em; height: 1.25em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }

.site-shell {
  position: relative;
  width: min(100%, 480px);
  margin: 0 auto;
  overflow: hidden;
  background: var(--cream);
  box-shadow: 0 0 55px rgba(0,0,0,.13);
}

/* Shared */
.section { padding: 9px 10px; }
.section-card {
  padding: 25px 18px;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(6,40,70,.08);
  border-radius: var(--radius);
  box-shadow: 0 8px 28px rgba(3,29,51,.07);
}
.section-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--gold-dark);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.section-kicker::after { content: ""; width: 45px; height: 1px; background: var(--gold); opacity: .75; }
.section-kicker b {
  display: inline-grid;
  place-items: center;
  width: 29px;
  height: 29px;
  color: #fff;
  background: var(--navy);
  border-radius: 50%;
  font-size: 15px;
}
.section-kicker.light { color: #fff; }
.section-kicker.light b { color: var(--navy); background: #fff; }
.section-kicker.light::after { background: rgba(255,255,255,.5); }
.section-title {
  margin: 0 0 10px;
  color: var(--navy);
  font-family: var(--display-font);
  font-size: 38px;
  line-height: .98;
  text-transform: uppercase;
  letter-spacing: -.015em;
}
.section-copy { margin: 0 0 22px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 16px;
  border-radius: 8px;
  font-family: var(--display-font);
  font-size: 17px;
  font-weight: 800;
  letter-spacing: .025em;
  text-transform: uppercase;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:active { transform: scale(.98); }
.button svg { width: 20px; height: 20px; }
.button-red { color: #fff; background: linear-gradient(180deg, #dd1b20, #bc0c10); box-shadow: 0 10px 24px rgba(207,20,24,.25); }
.button-gold { color: #1a2430; background: linear-gradient(135deg, #f4c55c, var(--gold)); box-shadow: 0 10px 24px rgba(227,167,44,.22); }
.button-outline-light { color: #fff; border: 2px solid rgba(255,255,255,.88); background: rgba(0,0,0,.22); backdrop-filter: blur(7px); }
.button-navy-outline { color: var(--navy); border: 1.5px solid var(--navy); background: #fff; }
.button-white { color: var(--navy); background: #fff; }
.button-whatsapp { color: #177e37; background: #fff; border: 1px solid #d2d8dc; }
.full-width { width: 100%; }

/* Hero */
.hero {
  position: relative;
  overflow: hidden;
  padding-bottom: 22px;
  color: #fff;
  background: #07131d;
}
.hero-backdrop {
  position: absolute;
  top: 84px;
  left: 0;
  right: 0;
  height: 960px;
  overflow: hidden;
}
.hero-backdrop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: saturate(.85) brightness(.7);
}
.hero-backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(2,10,17,.94), rgba(2,10,17,.4)), linear-gradient(0deg, #07131d 0, transparent 42%, rgba(2,10,17,.18));
}
.topbar {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 84px;
  padding: 10px 19px;
  background: #fff;
}
.brand { display: inline-flex; align-items: center; }
.brand-logo { width: 175px; height: auto; }
.menu-button {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: #fff;
  background: var(--red);
  border-radius: 10px;
  cursor: pointer;
}
.menu-button svg { width: 26px; height: 26px; stroke-width: 2.3; }
.hero-content {
  position: relative;
  z-index: 1;
  padding: 30px 26px 0;
}
.hero-badge { display: inline-block; margin: 0 0 16px; padding: 8px 13px; background: var(--red); border-radius: 5px; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.hero h1 {
  margin: 0;
  color: #fff;
  font-family: var(--display-font);
  font-size: clamp(40px, 11.2vw, 52px);
  line-height: 1.12;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .005em;
}
.hero h1 strong { font-size: 1.12em; }
.hero h1 span { color: #e31b1f; font-size: 1.12em; }
.hero h1 em { padding: 0 6px; color: #fff; background: var(--red); font-style: normal; white-space: nowrap; }
.hero-copy {
  width: 82%;
  margin: 16px 0 0;
  padding-top: 12px;
  color: #fff;
  border-top: 4px solid var(--red);
  font-size: 15px;
  line-height: 1.55;
}
.hero-proof {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 16px 21px 14px;
  padding: 10px 0;
  color: #fff;
}
.hero-proof div { min-width: 0; display: grid; grid-template-columns: 24px minmax(0, 1fr); align-items: center; gap: 4px; padding: 0 4px; border-right: 1px solid rgba(255,255,255,.42); }
.hero-proof div:last-child { border-right: 0; }
.hero-proof svg { color: #ef2529; width: 24px; height: 24px; }
.hero-proof span { min-width: 0; font-size: 8px; line-height: 1.2; }
.hero-proof strong { display: block; font-size: 13px; }
.consultation-form {
  position: relative;
  z-index: 2;
  margin: 0 18px;
  padding: 23px 18px 18px;
  color: #171a1f;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 15px 38px rgba(0,0,0,.25);
}
.form-heading { display: grid; grid-template-columns: 39px 1fr; gap: 10px; align-items: start; margin-bottom: 16px; }
.form-heading > svg { width: 35px; height: 35px; color: var(--red); stroke-width: 2.2; }
.form-heading h2 { margin: 1px 0 5px; font-family: var(--display-font); font-size: 22px; line-height: 1; text-transform: uppercase; }
.form-heading h2 span { color: var(--red); }
.form-heading p { margin: 0; color: #6d7278; font-size: 10px; line-height: 1.4; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.form-grid label { position: relative; }
.form-grid label > span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.form-grid input, .form-grid select { width: 100%; height: 53px; padding: 0 13px; color: #363b42; background: #fff; border: 1px solid #d7d9dc; border-radius: 8px; outline: none; font-size: 12px; }
.form-grid input:focus, .form-grid select:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(207,20,24,.12); }
.form-wide { grid-column: 1 / -1; }
.form-honeypot { position: absolute !important; left: -9999px; }
.form-submit { width: 100%; min-height: 58px; display: grid; grid-template-columns: 48px 1fr; align-items: center; margin-top: 13px; padding: 5px 17px 5px 6px; color: #fff; background: linear-gradient(180deg, #df1115, #c50004); border-radius: 99px; font-family: var(--display-font); font-size: 21px; font-weight: 800; text-transform: uppercase; cursor: pointer; }
.form-submit svg { width: 44px; height: 44px; padding: 10px; color: var(--red); background: #fff; border-radius: 50%; stroke-width: 2.4; }
.form-submit:disabled { opacity: .7; cursor: wait; }
.form-note { display: flex; align-items: center; justify-content: center; gap: 5px; margin: 11px 0 0; color: #73777c; font-size: 9px; }
.form-note svg { width: 14px; height: 14px; }
.form-status { display: none; margin: 12px 0 0; padding: 9px; border-radius: 7px; font-size: 11px; text-align: center; }
.form-status.visible { display: block; color: #116329; background: #e5f6e9; }
.form-status.error { display: block; color: #8f1417; background: #fde8e8; }
.hero-assurance { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); margin: 14px 18px 0; padding: 17px 5px; border: 1px solid rgba(255,255,255,.16); border-radius: 16px; }
.hero-assurance div { display: grid; justify-items: center; align-content: start; gap: 5px; padding: 0 6px; text-align: center; border-right: 1px solid rgba(255,255,255,.35); }
.hero-assurance div:last-child { border: 0; }
.hero-assurance svg { width: 31px; height: 31px; margin-bottom: 4px; color: #ef2529; }
.hero-assurance strong { font-family: var(--display-font); font-size: 15px; }
.hero-assurance span { font-size: 10px; line-height: 1.3; }
@media (max-width: 370px) {
  .hero-content { padding-inline: 21px; }
  .hero-proof { margin-inline: 12px; }
  .hero-proof div { grid-template-columns: 22px minmax(0, 1fr); padding-inline: 3px; }
  .hero-proof svg { width: 22px; height: 22px; }
  .form-heading h2 { font-size: 20px; }
  .form-submit { font-size: 19px; }
}

/* About */
.about-section { padding-top: 15px; }
.about-card { padding: 28px 17px 18px; }
.about-heading-row { position: relative; min-height: 250px; }
.about-heading-row > div:first-child { padding-right: 116px; }
.about-card h2 {
  margin: 0 0 14px;
  color: var(--gold-dark);
  font-family: var(--display-font);
  font-size: clamp(48px, 12.5vw, 55px);
  line-height: .92;
  text-transform: uppercase;
}
.about-card h2 span { color: var(--navy); }
.about-heading-row > div:first-child > p { margin: 0; color: #33383e; font-size: 14px; line-height: 1.55; }
.about-stats {
  position: absolute;
  top: -4px;
  right: 0;
  width: 108px;
  padding: 10px 9px;
  color: #fff;
  background: var(--navy);
  border-radius: 18px;
}
.about-stats > div { display: grid; grid-template-columns: 27px 1fr; align-items: center; gap: 6px; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.24); }
.about-stats > div:last-child { border-bottom: 0; }
.about-stats svg { color: var(--gold); width: 25px; height: 25px; }
.about-stats strong { display: inline-flex; gap: 1px; font-size: 22px; line-height: 1; }
.about-stats small { grid-column: 2; font-size: 10px; line-height: 1.25; }
.about-photo-wrap { margin: 15px -17px 0; overflow: hidden; }
.about-photo-wrap img { height: 330px; object-fit: cover; object-position: center; }
.trust-panel {
  position: relative;
  margin: -15px 0 0;
  padding: 25px 18px;
  display: grid;
  gap: 25px;
  background: #fff;
  border-radius: 22px 22px 0 0;
  box-shadow: 0 -12px 32px rgba(0,0,0,.08);
}
.eyebrow { margin: 0 0 7px; color: var(--gold-dark); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.trust-panel h3 { margin: 0 0 20px; color: var(--navy); font-family: var(--display-font); font-size: 35px; line-height: .94; text-transform: uppercase; }
.trust-item { display: grid; grid-template-columns: 49px 1fr; gap: 11px; margin-top: 13px; }
.trust-icon { display: grid; place-items: center; width: 49px; height: 49px; color: var(--gold); background: var(--navy); border-radius: 13px; }
.trust-icon svg { width: 25px; height: 25px; }
.trust-item strong { color: var(--navy); font-size: 14px; }
.trust-item p { margin: 3px 0 0; color: #4f555c; font-size: 12px; line-height: 1.45; }
.trust-quote { padding-top: 8px; border-top: 1px solid #d8d8d8; }
.quote-mark { display: block; height: 35px; color: var(--gold); font-family: Georgia, serif; font-size: 70px; line-height: 1; }
.trust-quote blockquote { margin: 8px 0 18px; color: var(--navy); font-size: 23px; line-height: 1.38; font-style: italic; font-weight: 700; }
.trust-quote em { color: var(--gold-dark); }
.trust-quote p { margin: 0; color: #4e545a; font-size: 12px; line-height: 1.5; }
.about-actions { display: grid; gap: 9px; padding: 15px 0 0; }

/* Services */
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 22px; }
.service-grid article { min-height: 127px; padding: 13px 5px; display: grid; place-items: center; align-content: center; gap: 10px; text-align: center; border-right: 1px solid #e3e3e3; border-bottom: 1px solid #e3e3e3; }
.service-grid article:nth-child(3n) { border-right: 0; }
.service-grid article:nth-last-child(-n+3) { border-bottom: 0; }
.service-grid span { display: grid; place-items: center; width: 47px; height: 47px; color: var(--navy); background: #f9f5ea; border-radius: 14px; }
.service-grid svg { width: 29px; height: 29px; }
.service-grid h3 { margin: 0; color: var(--navy); font-size: 11px; line-height: 1.35; }
.text-link { display: flex; align-items: center; justify-content: center; gap: 6px; margin-top: 22px; color: var(--navy); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.text-link span { font-size: 24px; color: var(--gold); }

/* Why */
.why-list { display: grid; gap: 12px; margin: 22px 0; }
.why-list div { display: grid; grid-template-columns: 24px 1fr; align-items: center; gap: 9px; color: #33383e; font-size: 13px; line-height: 1.4; }
.why-list span { display: grid; place-items: center; width: 22px; height: 22px; color: #fff; background: var(--gold); border-radius: 50%; }
.why-list svg { width: 14px; height: 14px; stroke-width: 2.4; }
.wide-image { height: 205px; object-fit: cover; border-radius: 16px; }

/* Projects */
.featured-projects { margin: 8px 0; padding-block: 14px; background: linear-gradient(135deg, rgba(227,167,44,.18), rgba(6,40,70,.08)); }
.featured-projects .section-card { border: 2px solid rgba(227,167,44,.72); box-shadow: 0 20px 45px rgba(6,40,70,.2), 0 0 0 5px rgba(227,167,44,.1); }
.featured-projects .section-kicker { margin: -7px -1px 20px; padding: 14px 15px; color: #fff; background: var(--navy); border-radius: 14px; font-size: 15px; }
.featured-projects .section-kicker::after { flex: 1; background: var(--gold); }
.featured-projects .section-kicker b { color: var(--navy); background: var(--gold); }
.project-gallery, .project-list { display: flex; gap: 13px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.project-gallery::-webkit-scrollbar, .project-list::-webkit-scrollbar { display: none; }
.project-gallery { margin-top: 22px; }
.project-gallery img { flex: 0 0 86%; width: 86%; height: 260px; object-fit: cover; border-radius: 16px; box-shadow: 0 11px 26px rgba(6,40,70,.13); scroll-snap-align: start; }
.project-list { margin: 22px 0; }
.project-card { position: relative; flex: 0 0 86%; height: 202px; overflow: hidden; border-radius: 16px; box-shadow: 0 11px 26px rgba(6,40,70,.13); scroll-snap-align: start; }
.project-card::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(3,25,43,.92)); }
.project-card img { width: 100%; height: 100%; object-fit: cover; image-rendering: auto; }
.project-card div { position: absolute; z-index: 2; left: 16px; right: 16px; bottom: 14px; color: #fff; }
.project-card h3 { margin: 0 0 3px; font-family: var(--display-font); font-size: 25px; }
.project-card p { margin: 0; font-size: 12px; opacity: .9; }

/* Process */
.timeline { position: relative; display: grid; gap: 0; margin-top: 22px; }
.timeline::before { content: ""; position: absolute; top: 26px; bottom: 30px; left: 25px; width: 2px; background: linear-gradient(var(--gold), var(--navy)); opacity: .35; }
.timeline article { position: relative; display: grid; grid-template-columns: 51px 1fr; gap: 14px; padding-bottom: 21px; }
.timeline article:last-child { padding-bottom: 0; }
.timeline span { z-index: 1; display: grid; place-items: center; width: 51px; height: 51px; color: var(--navy); background: #fff8e8; border: 2px solid var(--gold); border-radius: 50%; font-family: var(--display-font); font-size: 18px; font-weight: 800; }
.timeline h3 { margin: 3px 0 5px; color: var(--navy); font-size: 14px; }
.timeline p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }

/* Materials */
.brand-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.brand-grid div { min-height: 100px; display: grid; place-items: center; padding: 12px; background: #f7f7f7; border: 1px solid #ececec; border-radius: 13px; }
.brand-grid img { width: 100%; height: 65px; object-fit: contain; }
.brand-grid div:first-child img { height: 86px; }
.materials-form-wrap { margin-top: -2px; padding: 28px 0; background: var(--navy); }

/* Testimonials */
.testimonial-viewport { overflow: hidden; margin-top: 8px; }
.testimonial-track { display: flex; transition: transform .45s cubic-bezier(.22,.61,.36,1); }
.testimonial-card { min-width: 100%; padding: 24px 18px; text-align: center; background: #f7f8fa; border-radius: 18px; }
.avatar { display: grid; place-items: center; width: 60px; height: 60px; margin: 0 auto 14px; color: #fff; background: linear-gradient(135deg, var(--navy), #376485); border-radius: 50%; font-size: 24px; font-weight: 800; }
.testimonial-card blockquote { margin: 0; color: #24282d; font-size: 15px; line-height: 1.65; }
.testimonial-card p { margin: 15px 0 0; color: var(--navy); font-size: 12px; font-weight: 800; }
.slider-controls { display: grid; grid-template-columns: 38px 1fr 38px; align-items: center; gap: 10px; margin-top: 17px; }
.slider-arrow { display: grid; place-items: center; width: 38px; height: 38px; color: var(--navy); background: #eef1f4; border-radius: 50%; cursor: pointer; }
.slider-arrow svg { width: 19px; height: 19px; }
.slider-dots { display: flex; justify-content: center; gap: 8px; }
.slider-dot { width: 8px; height: 8px; padding: 0; border-radius: 50%; background: #c7cbd0; cursor: pointer; }
.slider-dot.active { width: 23px; border-radius: 99px; background: var(--gold); }

/* CTA & Contact */
.contact-cta { padding: 31px 25px; color: #fff; background: linear-gradient(145deg, #0a3153, #041d34); border-radius: 25px; box-shadow: var(--shadow); }
.contact-cta h2 { margin: 0 0 22px; font-family: var(--display-font); font-size: 38px; line-height: .98; text-transform: uppercase; }
.contact-cta .button + .button { margin-top: 9px; }
.info-panel, .office-panel { overflow: hidden; color: #fff; background: var(--navy); border-radius: 25px; box-shadow: var(--shadow); }
.panel-kicker { margin: 0; padding: 27px 20px 22px; }
.panel-kicker span { font-family: var(--display-font); font-size: 27px; }
.get-in-touch-card { padding: 24px 19px 18px; color: #2b3036; background: #fff; border-radius: 20px 20px 0 0; }
.quick-contact-list { display: grid; gap: 21px; }
.quick-contact-list > * { display: grid; grid-template-columns: 34px 1fr; align-items: start; gap: 12px; font-size: 14px; line-height: 1.55; }
.quick-contact-list svg { width: 29px; height: 29px; color: var(--gold); stroke-width: 2.2; }
.quick-contact-list a:nth-child(2) svg { color: #3ba754; }
.quick-contact-list strong { display: block; color: #1c2229; font-size: 15px; }
.quick-contact-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 26px; }
.office-panel { padding: 0 13px 18px; }
.office-panel > .panel-kicker { margin: 0 -13px; }
.office-photo-crop { position: relative; aspect-ratio: 288 / 450; overflow: hidden; background: #dfe3e7; border: 2px solid rgba(255,255,255,.15); border-radius: 8px; }
.office-photo-crop img { position: absolute; top: 0; left: 0; width: 100%; height: auto; transform: translateY(-13.5%); }
.office-panel h3 { margin: 22px 5px 8px; font-size: 17px; }
.office-panel > p { margin: 0 5px; font-size: 14px; line-height: 1.65; }
.office-panel .office-invite { margin: 20px 5px; text-align: center; font-size: 16px; font-weight: 700; }
.contact-list { display: grid; gap: 18px; margin: 22px 0; }
.contact-list a { display: grid; grid-template-columns: 29px 1fr; align-items: start; gap: 13px; color: #2b3036; font-size: 14px; line-height: 1.5; }
.contact-list svg { color: var(--navy); width: 23px; height: 23px; }
.map-card { position: relative; display: block; overflow: hidden; border-radius: 15px; border: 1px solid #e1e4e8; }
.map-card iframe { display: block; width: 100%; height: 190px; border: 0; }
.map-card span { position: absolute; left: 12px; right: 12px; bottom: 12px; display: flex; align-items: center; gap: 6px; padding: 9px 11px; color: #fff; background: rgba(6,40,70,.88); border-radius: 9px; font-size: 11px; font-weight: 700; pointer-events: none; }
.map-card svg { color: #ffcc57; }
.call-away-card { position: relative; min-height: 650px; padding: 28px 24px 20px; display: flex; flex-direction: column; overflow: hidden; color: #fff; text-align: center; background-image: linear-gradient(180deg, #061b31 0%, #061b31 47%, rgba(6,27,49,.3) 78%, rgba(4,15,25,.88) 100%), url("assets/project-real-4.jpg"); background-position: center; background-size: cover; border-radius: 24px; }
.call-away-kicker { margin-bottom: 22px; }
.call-away-card h2 { margin: 0; font-family: var(--display-font); font-size: 38px; line-height: 1.05; text-transform: uppercase; }
.call-away-card > p { margin: 25px 0 22px; font-size: 17px; line-height: 1.5; font-weight: 700; }
.call-away-list { display: grid; gap: 16px; text-align: left; }
.call-away-list div { display: flex; align-items: center; gap: 12px; font-size: 15px; font-weight: 700; }
.call-away-list svg { flex: 0 0 auto; width: 27px; height: 27px; color: var(--gold); }
.call-away-card .button { margin-top: auto; }
.call-away-card small { margin-top: 15px; font-size: 12px; font-weight: 600; }
.follow-title { margin: 27px 0 14px; color: var(--navy); font-family: var(--display-font); font-size: 22px; text-transform: uppercase; }
.socials { display: flex; gap: 13px; }
.socials a { display: grid; place-items: center; width: 42px; height: 42px; color: #fff; background: var(--navy); border-radius: 50%; font-weight: 800; }
.socials svg { width: 21px; height: 21px; stroke-width: 2; }
.socials a:nth-child(2) { background: linear-gradient(135deg, #6c42d8, #ef3c66, #f6a52b); }
.socials a:nth-child(3) { background: #e82222; }

/* Footer */
.footer { position: relative; margin-top: 8px; padding: 39px 29px 46px; color: #fff; text-align: center; background: var(--navy); }
.brand-footer { justify-content: center; }
.brand-footer .brand-logo { width: 230px; }
.footer > p { margin: 18px 0 23px; color: rgba(255,255,255,.83); font-size: 13px; line-height: 1.6; }
.footer nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 0; }
.footer nav a { padding: 7px 12px; font-size: 11px; border-right: 1px solid rgba(255,255,255,.32); }
.footer nav a:nth-child(3n) { border-right: 0; }
.footer-rule { height: 1px; margin: 23px 0; background: rgba(255,255,255,.25); }
.footer > small { color: rgba(255,255,255,.66); font-size: 10px; line-height: 1.55; }
.back-top { position: absolute; right: 18px; bottom: 18px; display: grid; place-items: center; width: 45px; height: 45px; color: var(--navy); background: var(--gold); border-radius: 50%; }

/* Menu */
.menu-overlay { position: fixed; z-index: 90; inset: 0; background: rgba(0,0,0,.54); backdrop-filter: blur(4px); }
.mobile-menu {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  width: min(86vw, 360px);
  height: 100dvh;
  padding: 24px;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  color: #fff;
  background: var(--navy);
  transform: translateX(105%);
  transition: transform .32s ease;
  box-shadow: -20px 0 40px rgba(0,0,0,.25);
}
.mobile-menu.open { transform: translateX(0); }
.menu-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.18); font-family: var(--display-font); font-size: 30px; text-transform: uppercase; }
.menu-close { display: grid; place-items: center; width: 42px; height: 42px; color: #fff; background: rgba(255,255,255,.08); border-radius: 50%; }
.menu-close svg { width: 24px; height: 24px; }
.mobile-menu nav { display: grid; margin: 19px 0 20px; }
.mobile-menu nav a { padding: 15px 2px; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 16px; font-weight: 700; }

/* Floating quick actions */
.floating-actions {
  position: fixed;
  z-index: 70;
  right: max(16px, calc((100vw - 480px) / 2 + 16px));
  bottom: 18px;
  display: grid;
  gap: 10px;
}
.floating-actions a { display: grid; place-items: center; width: 52px; height: 52px; color: #fff; border: 2px solid rgba(255,255,255,.9); border-radius: 50%; box-shadow: 0 8px 22px rgba(0,0,0,.28); transition: transform .2s ease; }
.floating-actions a:active { transform: scale(.94); }
.floating-actions svg { width: 25px; height: 25px; stroke-width: 2; }
.floating-call { background: var(--red); }
.floating-whatsapp { background: #25d366; }

/* Motion */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (min-width: 481px) {
  body { padding-top: 22px; padding-bottom: 22px; }
  .site-shell { border-radius: 28px; }
  .hero { border-radius: 28px 28px 0 0; }
}

@media (max-width: 370px) {
  .about-card h2 { font-size: 48px; }
  .service-grid h3 { font-size: 10px; }
}

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

/* 2026 campaign page update */
[hidden] { display: none !important; }

.hero {
  padding-bottom: 24px;
  color: var(--ink);
  background: var(--navy);
}
.campaign-hero {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  color: #171b20;
  background: #fbfaf8;
}
.campaign-hero > img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.campaign-hero-copy {
  position: relative;
  z-index: 1;
  width: 64%;
  padding: 48px 0 30px 24px;
}
.campaign-hero h1 {
  margin: 0;
  color: #22272c;
  font-family: var(--display-font);
  font-size: clamp(48px, 13.2vw, 63px);
  font-weight: 800;
  line-height: .91;
  letter-spacing: -.035em;
  text-transform: uppercase;
}
.campaign-hero h1 strong,
.campaign-hero h1 em { padding: 0; color: #de1d21; background: none; font-style: normal; }
.campaign-hero h1 .hero-first-line { color: #22272c; font-size: .82em; white-space: nowrap; }
.campaign-hero h1 small { font-size: .58em; letter-spacing: -.02em; }
.campaign-stats {
  display: grid;
  gap: 14px;
  width: 68%;
  margin-top: 46px;
}
.campaign-stats > div {
  display: grid;
  grid-template-columns: 47px 1fr;
  align-items: center;
  gap: 11px;
  padding: 12px 0;
  border-top: 1px solid #dedede;
}
.campaign-stats svg { width: 42px; height: 42px; padding: 8px; color: #d91e22; border: 1px solid #ddd; border-radius: 50%; }
.campaign-stats span { font-size: 10px; font-weight: 800; line-height: 1.2; text-transform: uppercase; }
.campaign-stats strong { display: block; color: #d91e22; font-family: var(--display-font); font-size: 35px; line-height: .9; }
.hero > .consultation-form { margin-top: 20px; }

.campaign-section {
  position: relative;
  overflow: hidden;
}
.campaign-background {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
}
.campaign-content {
  position: relative;
  z-index: 2;
  padding: 48px 22px 38px;
}
.campaign-content h2 {
  margin: 0 0 32px;
  font-family: var(--display-font);
  font-size: clamp(53px, 15vw, 72px);
  font-weight: 800;
  line-height: .88;
  letter-spacing: -.03em;
  text-transform: uppercase;
}
.campaign-content h2 strong { display: block; }
.campaign-points { display: grid; gap: 17px; }
.campaign-points article { display: grid; grid-template-columns: 48px 1fr; gap: 12px; align-items: start; }
.campaign-points article > span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  font-family: var(--display-font);
  font-size: 21px;
  font-weight: 800;
}
.campaign-points svg { width: 25px; height: 25px; }
.campaign-points h3 { margin: 1px 0 5px; font-family: var(--display-font); font-size: 19px; line-height: 1.04; text-transform: uppercase; }
.campaign-points p { margin: 0; font-size: 11px; line-height: 1.48; }

.quality-campaign { color: #fff; background: #710000; }
.quality-campaign::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(73,0,0,.96) 0%, rgba(105,0,0,.87) 56%, rgba(105,0,0,.12) 100%); }
.quality-campaign .campaign-background { object-position: center top; }
.quality-campaign .campaign-content { width: 100%; }
.quality-campaign .campaign-points { width: 72%; }
.quality-campaign h2 strong,
.quality-campaign h3 { color: #ffe75c; }
.quality-campaign .campaign-points article > span { color: #fff; border: 1px solid #ffe75c; box-shadow: 0 0 13px rgba(255,221,60,.38); }

.pricing-campaign { color: #171a1f; background: #fff; }
.pricing-campaign::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,0) 0 34%, rgba(255,255,255,.86) 48%, #fff 74%); }
.pricing-campaign .campaign-background { object-position: center top; }
.pricing-campaign .campaign-content { width: 67%; margin-left: auto; padding-left: 8px; padding-right: 20px; }
.pricing-campaign h2 { font-size: clamp(47px, 13.2vw, 63px); }
.pricing-campaign h2 strong,
.pricing-campaign h3 { color: #ce151a; }
.pricing-campaign .campaign-points article > span { color: #fff; background: #ce151a; }
.clipboard-copy {
  position: absolute;
  z-index: 3;
  left: 10.5%;
  top: 45.5%;
  width: 26%;
  color: #1d2329;
  font-family: var(--display-font);
  font-size: 24px;
  font-weight: 800;
  line-height: .88;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-.5deg);
}
.clipboard-copy strong { color: #ce151a; font-size: 1.15em; }

.closing-form-section { padding-top: 18px; padding-bottom: 18px; background: var(--navy); }
.closing-form-section .consultation-form { margin: 0 8px; }

@media (max-width: 370px) {
  .campaign-hero { min-height: 570px; }
  .campaign-hero-copy { padding-left: 18px; }
  .campaign-content { padding-inline: 17px; }
  .quality-campaign .campaign-points { width: 76%; }
  .campaign-points { gap: 13px; }
  .campaign-points article { grid-template-columns: 40px 1fr; gap: 9px; }
  .campaign-points article > span { width: 39px; height: 39px; }
  .campaign-points h3 { font-size: 17px; }
  .campaign-points p { font-size: 10px; }
}
