:root {
  --amber: #df7b0c;
  --amber-deep: #b75f00;
  --amber-soft: #fae5cf;
  --black: #090909;
  --ink: #151515;
  --muted: #625f59;
  --line: #eadfcd;
  --white: #ffffff;
  --surface: #fffaf4;
  --radius: 22px;
  --shadow: 0 20px 60px rgba(0, 0, 0, .12);
  --header-height: 84px;
}

* { box-sizing: border-box; }

.page-top-anchor {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Manrope", Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

.skip-link {
  position: fixed;
  left: 18px;
  top: -80px;
  z-index: 9999;
  padding: 10px 16px;
  background: var(--black);
  color: var(--white);
  border-radius: 8px;
}
.skip-link:focus { top: 18px; }

.page-loader {
  position: fixed;
  inset: 0;
  display: grid;
  place-content: center;
  gap: 18px;
  background: var(--black);
  color: var(--white);
  z-index: 9998;
  transition: opacity .55s ease, visibility .55s ease;
}
.page-loader.hidden { opacity: 0; visibility: hidden; }
.page-loader p { margin: 0; text-align: center; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.loader-mark { display: flex; gap: 6px; height: 54px; align-items: flex-end; justify-content: center; }
.loader-mark span { width: 12px; border-radius: 8px 8px 0 0; background: var(--amber); animation: loaderBars .85s ease-in-out infinite alternate; }
.loader-mark span:nth-child(1) { height: 25%; }
.loader-mark span:nth-child(2) { height: 55%; animation-delay: .15s; }
.loader-mark span:nth-child(3) { height: 100%; animation-delay: .3s; }
@keyframes loaderBars { to { transform: scaleY(.45); opacity: .55; } }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  height: var(--header-height);
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(0, 0, 0, .06);
  transition: height .25s ease, box-shadow .25s ease;
}
.site-header.scrolled { height: 72px; box-shadow: 0 12px 40px rgba(0, 0, 0, .08); }
.header-inner {
  width: min(1420px, calc(100% - 48px));
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 30px;
}
.brand { flex: 0 0 auto; width: clamp(230px, 20vw, 330px); }
.brand img { width: 100%; height: auto; }
.primary-nav { margin-left: auto; display: flex; align-items: center; gap: 28px; }
.primary-nav a { position: relative; font-size: .92rem; font-weight: 700; }
.primary-nav a::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 0; height: 2px; background: var(--amber); transition: width .25s ease; }
.primary-nav a:hover::after, .primary-nav a.active::after { width: 100%; }
.header-social {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}
.header-social a {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(223,123,12,.34);
  border-radius: 50%;
  background: rgba(223,123,12,.08);
  color: var(--amber-deep);
  transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.header-social a:hover,
.header-social a:focus-visible {
  transform: translateY(-2px);
  background: var(--amber);
  border-color: var(--amber);
  color: var(--black);
}
.header-social svg {
  width: 19px;
  height: 19px;
  display: block;
  fill: currentColor;
}
.header-cta { padding: 12px 18px; border-radius: 999px; background: var(--amber); color: var(--black); font-weight: 800; white-space: nowrap; box-shadow: 0 10px 24px rgba(223,123,12,.24); transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.header-cta:hover { transform: translateY(-2px); background: var(--amber-deep); box-shadow: 0 14px 28px rgba(223,123,12,.28); }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 11px; border: 0; border-radius: 12px; background: var(--amber); box-shadow: 0 10px 24px rgba(223,123,12,.24); }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--black); transition: transform .25s ease, opacity .25s ease; }
.menu-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle.open span:nth-child(2) { opacity: 0; }
.menu-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.hero { padding-top: var(--header-height); position: relative; background: var(--black); }
.hero-image-wrap { position: relative; width: 100%; min-height: min(770px, calc(100vh - var(--header-height))); overflow: hidden; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.01); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.02) 0%, rgba(0,0,0,.04) 43%, rgba(0,0,0,.62) 72%, rgba(0,0,0,.82) 100%); }
.hero-content {
  position: absolute;
  right: clamp(28px, 5vw, 88px);
  top: 50%;
  width: min(560px, 42vw);
  transform: translateY(-50%);
  color: var(--white);
  padding: 26px 0 26px 26px;
  border-left: 4px solid var(--amber);
  background: linear-gradient(90deg, rgba(8,8,8,.80) 0%, rgba(8,8,8,.56) 52%, rgba(8,8,8,0) 100%);
  border-radius: 0 18px 18px 0;
  box-shadow: none;
  backdrop-filter: blur(3px);
  text-shadow: 0 3px 18px rgba(0, 0, 0, .90), 0 1px 3px rgba(0, 0, 0, .95);
}

.hero-content::before {
  content: "";
  position: absolute;
  inset: -16px 0 -16px -16px;
  z-index: -1;
  border-radius: 0 22px 22px 0;
  background: linear-gradient(90deg, rgba(223,123,12,.16) 0%, rgba(223,123,12,.06) 28%, rgba(223,123,12,0) 100%);
  filter: blur(2px);
}
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--amber); font-size: .82rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; opacity: .98; }
.eyebrow::before { content: ""; width: 34px; height: 2px; background: currentColor; }
.hero h1 { margin: 18px 0 14px; font-family: "Oswald", Impact, sans-serif; font-size: clamp(2.85rem, 4.8vw, 5.25rem); line-height: 1.02; letter-spacing: -.02em; text-transform: uppercase; text-wrap: balance; max-width: 10ch; }
.hero h1 strong { color: var(--amber); font-weight: 700; }
.hero p { margin: 0; max-width: 43ch; color: rgba(255,255,255,.96); font-size: clamp(1rem, 1.16vw, 1.08rem); line-height: 1.7; font-weight: 600; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease; }
.btn:hover { transform: translateY(-3px); }
.btn-primary { background: var(--amber); color: var(--black); box-shadow: 0 12px 30px rgba(223, 123, 12, .28); }
.btn-primary:hover { background: var(--amber-deep); box-shadow: 0 16px 34px rgba(223, 123, 12, .4); }
.btn-ghost { border-color: rgba(255,255,255,.48); color: var(--white); background: rgba(255,255,255,.06); }
.btn-ghost:hover { background: var(--white); color: var(--black); }
.hero-points { display: flex; flex-wrap: wrap; gap: 10px 12px; margin-top: 20px; padding-top: 0; border-top: 0; }
.hero-points span { position: relative; padding: 10px 14px 10px 28px; font-size: .84rem; font-weight: 700; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(255,255,255,.08); }
.hero-points span::before { content: "✓"; position: absolute; left: 0; color: var(--amber); }
.hero-scroll { position: absolute; bottom: 54px; left: 50%; transform: translateX(-50%); z-index: 8; display: flex; align-items: center; gap: 12px; min-height: 46px; padding: 8px 16px 8px 12px; color: var(--white); border: 1px solid rgba(255,255,255,.24); border-radius: 999px; background: rgba(0,0,0,.72); box-shadow: 0 12px 34px rgba(0,0,0,.28); backdrop-filter: blur(10px); transition: transform .2s ease, background .2s ease; }
.hero-scroll:hover { transform: translateX(-50%) translateY(-3px); background: rgba(0,0,0,.88); }
.hero-scroll strong { font-size: .72rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; white-space: nowrap; }
.hero-scroll .scroll-line { position: relative; width: 25px; height: 25px; flex: 0 0 25px; border: 2px solid var(--amber); border-radius: 50%; }
.hero-scroll .scroll-line::after { content: ""; position: absolute; left: 50%; top: 5px; width: 5px; height: 5px; border-right: 2px solid var(--amber); border-bottom: 2px solid var(--amber); transform: translateX(-50%) rotate(45deg); animation: scrollPulse 1.35s ease-in-out infinite; }
@keyframes scrollPulse { 50% { transform: translateX(-50%) translateY(6px) rotate(45deg); opacity: .45; } }

.trust-strip { width: min(1240px, calc(100% - 40px)); margin: -38px auto 0; position: relative; z-index: 10; display: grid; grid-template-columns: repeat(4, 1fr); background: var(--white); border-radius: 22px; box-shadow: var(--shadow); overflow: hidden; }
.trust-item { min-height: 130px; display: grid; align-content: center; justify-items: center; text-align: center; padding: 24px; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-item b { font-family: "Oswald", Impact, sans-serif; font-size: 2.3rem; line-height: 1; color: var(--amber); }
.trust-item span { margin-top: 8px; color: var(--muted); font-size: .84rem; font-weight: 700; }

.section { padding: 110px clamp(24px, 6vw, 100px); }
.section-heading { max-width: 820px; margin: 0 auto 54px; text-align: center; }
.section-heading h2, .about-copy h2, .contact-copy h2 { margin: 14px 0 16px; font-family: "Oswald", Impact, sans-serif; font-size: clamp(2.2rem, 4vw, 4.4rem); line-height: 1.05; text-transform: uppercase; }
.section-heading p, .about-copy > p, .contact-copy > p { margin: 0; color: var(--muted); font-size: 1.06rem; }
.section-heading h2, .about-copy h2, .contact-copy h2,
.service-card h3, .benefit h3, .process-step h3 {
  transition: color .25s ease, letter-spacing .25s ease, transform .25s ease;
}
.section-heading:hover h2, .about-copy:hover h2, .contact-copy:hover h2 { letter-spacing: .01em; }
.process-step:hover h3, .service-card:hover h3 { color: var(--amber-deep); }

.services { background: linear-gradient(180deg, #ffffff 0%, var(--surface) 100%); }
.service-grid { width: min(1360px, 100%); margin: 0 auto; display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.service-card { position: relative; min-height: 310px; padding: 28px 24px 24px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.service-card::before { content: ""; position: absolute; inset: auto 0 0; height: 5px; background: var(--amber); transform: scaleX(0); transform-origin: left; transition: transform .3s ease; }
.service-card:hover, .service-card:focus-within, .service-card:focus { transform: translateY(-9px); border-color: rgba(223,123,12,.45); box-shadow: 0 24px 55px rgba(0,0,0,.1); outline: none; }
.service-card:hover::before, .service-card:focus::before, .service-card:focus-within::before { transform: scaleX(1); }
.service-icon { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 18px; background: var(--amber-soft); transition: transform .3s ease, background .3s ease; }
.service-card:hover .service-icon { transform: rotate(-5deg) scale(1.06); background: var(--amber); }
.service-icon svg { width: 44px; height: 44px; fill: none; stroke: var(--black); stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin: 22px 0 10px; font-size: 1.05rem; text-transform: uppercase; }
.service-card p { margin: 0 0 24px; color: var(--muted); font-size: .88rem; }
.service-card a { position: absolute; left: 24px; bottom: 22px; color: var(--amber-deep); font-size: .82rem; font-weight: 800; }
.service-card a span { transition: transform .2s ease; display: inline-block; }
.service-card a:hover span { transform: translateX(5px); }

.about { display: grid; grid-template-columns: minmax(320px, .9fr) minmax(400px, 1.1fr); gap: clamp(50px, 8vw, 120px); align-items: center; width: min(1360px, 100%); margin: 0 auto; }
.about-image-frame { position: relative; min-height: 540px; border-radius: 28px; overflow: hidden; box-shadow: 0 30px 80px rgba(0,0,0,.16); background: var(--black); }
.about-image-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,.58) 100%); pointer-events: none; }
.about-image-frame img { width: 100%; height: 100%; min-height: 540px; object-fit: cover; object-position: center; transition: transform .65s ease, filter .65s ease; }
.about-image-frame:hover img { transform: scale(1.035); filter: saturate(1.05); }
.about-image-badge { position: absolute; left: 22px; right: 22px; bottom: 22px; z-index: 2; padding: 14px 18px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; background: rgba(0,0,0,.82); color: var(--white); font-size: .8rem; font-weight: 800; letter-spacing: .08em; text-align: center; text-transform: uppercase; backdrop-filter: blur(10px); }
.about-image-badge span { color: var(--amber); margin: 0 7px; }
.about-copy { max-width: 680px; }
.about-copy > .eyebrow { margin-bottom: 2px; }
.about-list { margin-top: 34px; display: grid; gap: 18px; }
.about-list div { display: grid; grid-template-columns: 54px 1fr; gap: 18px; align-items: start; padding: 20px 0; border-bottom: 1px solid var(--line); }
.about-list span { font-family: "Oswald", Impact, sans-serif; color: var(--amber); font-size: 1.5rem; }
.about-list p { margin: 0; color: var(--muted); }
.about-list strong { color: var(--ink); }
.text-link { display: inline-flex; gap: 9px; margin-top: 30px; font-weight: 800; color: var(--amber-deep); }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }

.why-us { background: var(--black); color: var(--white); position: relative; overflow: hidden; }
.why-us::before { content: ""; position: absolute; width: 430px; height: 430px; border: 90px solid rgba(223,123,12,.08); border-radius: 50%; right: -170px; top: -180px; }
.section-heading.light p { color: rgba(255,255,255,.68); }
.benefit-grid { position: relative; z-index: 2; width: min(1360px, 100%); margin: 0 auto; display: grid; grid-template-columns: repeat(5, 1fr); border: 1px solid rgba(255,255,255,.14); border-radius: 24px; overflow: hidden; }
.benefit { min-height: 290px; padding: 34px 28px; border-right: 1px solid rgba(255,255,255,.14); transition: background .3s ease, transform .3s ease; }
.benefit:last-child { border-right: 0; }
.benefit:hover { background: var(--amber); color: var(--black); transform: translateY(-4px); }
.benefit > span { font-family: "Oswald", Impact, sans-serif; color: var(--amber); font-size: 2rem; }
.benefit:hover > span { color: var(--black); }
.benefit h3 { margin: 58px 0 12px; text-transform: uppercase; }
.benefit p { margin: 0; color: rgba(255,255,255,.68); font-size: .9rem; }
.benefit:hover p { color: rgba(0,0,0,.74); }

.process { position: relative; background: var(--white); }
.process-grid { width: min(1160px, 100%); margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; position: relative; z-index: 2; }
.process-line { position: absolute; left: 11%; right: 11%; top: 52px; height: 2px; z-index: 0; background: linear-gradient(90deg, transparent, var(--amber) 12%, var(--amber) 88%, transparent); box-shadow: 0 0 10px rgba(223,123,12,.24); }
.process-step { position: relative; z-index: 1; text-align: center; padding: 18px; }
.process-step > span { width: 68px; height: 68px; margin: 0 auto 24px; display: grid; place-items: center; border: 8px solid var(--amber-soft); border-radius: 50%; background: var(--amber); color: var(--black); font-family: "Oswald", Impact, sans-serif; font-size: 1.5rem; box-shadow: 0 0 0 1px rgba(223,123,12,.3); }
.process-step h3 { margin: 0 0 10px; text-transform: uppercase; }
.process-step p { margin: 0; color: var(--muted); font-size: .9rem; }

.faq { background: var(--surface); }
.faq-list { width: min(920px, 100%); margin: 0 auto; display: grid; gap: 14px; }
.faq details { background: var(--white); border: 1px solid var(--line); border-radius: 18px; padding: 0 24px; box-shadow: 0 10px 30px rgba(0,0,0,.035); }
.faq summary { list-style: none; position: relative; padding: 22px 45px 22px 0; font-weight: 800; cursor: pointer; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--amber-soft); color: var(--amber-deep); font-size: 1.35rem; transition: transform .25s ease, background .25s ease; }
.faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); background: var(--amber); color: var(--black); }
.faq details p { margin: 0; padding: 0 0 24px; color: var(--muted); }

.contact {
  position: relative;
  padding: 110px clamp(20px, 6vw, 90px);
  background:
    radial-gradient(circle at 10% 10%, rgba(223,123,12,.16), transparent 34%),
    linear-gradient(145deg, #0d0d0d 0%, #17130d 58%, #2b1b00 100%);
  color: var(--white);
  overflow: hidden;
}
.contact::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -190px;
  top: -170px;
  border: 1px solid rgba(223,123,12,.18);
  border-radius: 50%;
  box-shadow: 0 0 0 45px rgba(223,123,12,.035), 0 0 0 90px rgba(223,123,12,.025);
}
.contact-shell {
  position: relative;
  z-index: 1;
  width: min(1240px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(480px, 1.08fr);
  gap: clamp(38px, 6vw, 82px);
  align-items: stretch;
}
.contact-copy {
  max-width: 610px;
  padding: clamp(28px, 4vw, 54px) 0;
}
.contact-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--amber);
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.contact-kicker::before {
  content: "";
  width: 38px;
  height: 3px;
  border-radius: 999px;
  background: var(--amber);
}
.contact-copy h2 {
  margin: 18px 0 18px;
  max-width: 12ch;
  font-family: "Oswald", Impact, sans-serif;
  font-size: clamp(2.7rem, 4.5vw, 5rem);
  line-height: 1.02;
  letter-spacing: -.025em;
  text-transform: uppercase;
}
.contact-copy > p {
  max-width: 52ch;
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: 1.04rem;
  line-height: 1.75;
}
.contact-links {
  margin-top: 34px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.contact-links a {
  display: grid;
  grid-template-columns: 48px minmax(0,1fr);
  gap: 14px;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 15px;
  background: rgba(255,255,255,.055);
  transition: transform .22s ease, background .22s ease, border-color .22s ease;
}
.contact-links a:hover {
  transform: translateX(6px);
  border-color: rgba(223,123,12,.55);
  background: rgba(223,123,12,.11);
}
.contact-whatsapp .contact-icon { background: rgba(37,211,102,.16); }
.contact-whatsapp .contact-icon svg { width: 23px; height: 23px; fill: #25d366; }
.contact-form label > small { color: #898179; font-weight: 600; }
.required-mark { color: #b42318; font-size: 1rem; }

.contact-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: var(--amber);
  color: var(--black);
  font-size: 1.35rem;
  font-weight: 900;
}
.contact-link-copy {
  min-width: 0;
  display: grid;
  gap: 3px;
}
.contact-link-copy small {
  color: var(--amber);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.contact-link-copy strong {
  color: var(--white);
  font-size: .98rem;
  overflow-wrap: anywhere;
}
.contact-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 24px;
}
.contact-trust span {
  position: relative;
  padding: 9px 12px 9px 28px;
  border-radius: 999px;
  background: rgba(223,123,12,.12);
  color: rgba(255,255,255,.9);
  font-size: .76rem;
  font-weight: 700;
}
.contact-trust span::before {
  content: "✓";
  position: absolute;
  left: 11px;
  color: var(--amber);
  font-weight: 900;
}
.contact .social-follow {
  margin-top: 28px;
}
.contact .social-follow > span {
  color: rgba(255,255,255,.78);
}
.contact .social-links a {
  border-color: rgba(223,123,12,.32);
  background: rgba(223,123,12,.12);
  color: var(--white);
}
.contact .social-links a:hover {
  background: var(--amber);
  color: var(--black);
}
.contact-form-wrap {
  align-self: center;
  padding: clamp(26px, 3.8vw, 44px);
  border: 1px solid rgba(223,123,12,.22);
  border-radius: 28px;
  background: rgba(255,255,255,.98);
  color: var(--ink);
  box-shadow: 0 35px 90px rgba(0,0,0,.34);
}
.form-heading {
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}
.form-heading > span {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--amber-deep);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.form-heading h3 {
  margin: 0 0 8px;
  font-family: "Oswald", Impact, sans-serif;
  font-size: clamp(1.8rem, 2.8vw, 2.65rem);
  line-height: 1.08;
  text-transform: uppercase;
}
.form-heading p {
  margin: 0;
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.6;
}
.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
}
.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: .8rem;
  font-weight: 800;
}
.contact-form label:nth-child(3),
.contact-form label:nth-child(4),
.contact-form .full,
.form-note {
  grid-column: 1 / -1;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid #dcd4c7;
  border-radius: 12px;
  padding: 14px 15px;
  background: #fffdfa;
  color: var(--ink);
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.contact-form select option { color: var(--black); }
.contact-form input::placeholder,
.contact-form textarea::placeholder { color: #959089; }
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--amber);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(223,123,12,.12);
}
.contact-form textarea { resize: vertical; min-height: 112px; }
.contact-form .btn-primary {
  min-height: 54px;
  margin-top: 2px;
  font-size: .92rem;
}
.form-note {
  margin: 0;
  color: #77716a;
  font-size: .72rem;
  text-align: center;
}

.site-footer { background: linear-gradient(180deg, #fffdf8 0%, #fff7ea 100%); padding: 42px clamp(24px, 6vw, 90px) 18px; color: var(--ink); border-top: 1px solid rgba(223,123,12,.18); }
.footer-main { display: grid; grid-template-columns: minmax(240px, 370px) 1fr auto; gap: 35px; align-items: center; padding-bottom: 32px; }
.footer-main img { width: 100%; }
.footer-main p { margin: 0; color: #4f4a43; }
.footer-main nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; font-weight: 700; font-size: .88rem; }
.footer-main nav a { color: var(--ink); }
.footer-main nav a:hover { color: var(--amber-deep); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 18px; border-top: 1px solid rgba(223,123,12,.18); color: #68625a; font-size: .78rem; }
.footer-bottom a { font-weight: 800; color: var(--amber-deep); }


.reveal-up, .reveal-left, .reveal-right {
  opacity: 1;
  transform: none;
  filter: none;
  transition: opacity .7s ease, transform .7s cubic-bezier(.2,.65,.2,1), filter .7s ease;
}
.motion-ready .reveal-up, .motion-ready .reveal-left, .motion-ready .reveal-right {
  opacity: .78;
  filter: blur(.45px);
}
.motion-ready .reveal-up { transform: translateY(22px); }
.motion-ready .reveal-left { transform: translateX(-28px); }
.motion-ready .reveal-right { transform: translateX(28px); }
.motion-ready .reveal-up.visible,
.motion-ready .reveal-left.visible,
.motion-ready .reveal-right.visible {
  opacity: 1;
  transform: none;
  filter: none;
}

@media (max-width: 1180px) {
  .header-inner { gap: 20px; }
  .primary-nav { gap: 18px; }
  .header-cta { display: none; }
  .service-grid { grid-template-columns: repeat(3, 1fr); }
  .benefit-grid { grid-template-columns: repeat(3, 1fr); }
  .benefit { border-bottom: 1px solid rgba(255,255,255,.14); }
  .hero-content { width: min(500px, 48vw); right: 26px; padding-left: 22px; }
}

@media (max-width: 900px) {
  :root { --header-height: 72px; }
  .header-inner { width: min(100% - 28px, 1200px); gap: 12px; }
  .brand { width: 245px; }
  .header-social { margin-left: auto; }
  .menu-toggle { display: block; margin-left: 0; }
  .primary-nav { position: fixed; inset: var(--header-height) 0 0; margin: 0; padding: 34px 24px; display: flex; flex-direction: column; align-items: stretch; gap: 0; background: rgba(255,255,255,.98); transform: translateX(100%); transition: transform .3s ease; }
  .primary-nav.open { transform: translateX(0); }
  .primary-nav a { padding: 18px 8px; border-bottom: 1px solid var(--line); font-size: 1.08rem; }
  .primary-nav a::after { display: none; }
  .hero-image-wrap { min-height: 760px; padding-top: 0; overflow: hidden; background: var(--black); }
  .hero-image { height: 100%; object-fit: cover; object-position: 36% center; }
  .hero-shade { display: block; background: linear-gradient(180deg, rgba(0,0,0,.02) 0%, rgba(0,0,0,.10) 38%, rgba(0,0,0,.92) 100%); }
  .hero-content { position: absolute; left: 20px; right: 20px; top: auto; bottom: 120px; width: auto; transform: none; padding: 20px 0 0 18px; border-left: 4px solid var(--amber); border-radius: 0 14px 14px 0; background: linear-gradient(90deg, rgba(8,8,8,.84) 0%, rgba(8,8,8,.54) 58%, rgba(8,8,8,0) 100%); box-shadow: none; backdrop-filter: blur(2px); }
  .hero-scroll { display: flex; bottom: 40px; }
  .trust-strip { margin-top: -24px; grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .about { grid-template-columns: 1fr; }
  .about-visual { max-width: 620px; margin: 0 auto; }
  .about-copy { max-width: none; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .benefit:nth-child(even) { border-right: 0; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-line { display: none; }
  .contact { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; text-align: center; }
  .footer-main img { width: min(390px, 100%); margin: 0 auto; }
  .footer-main nav { justify-content: center; }
}

@media (max-width: 600px) {
  .brand { width: 205px; }
  .section { padding: 82px 20px; }
  .hero h1 { font-size: clamp(2.35rem, 14vw, 4.3rem); max-width: 9ch; }
  .hero-image-wrap { min-height: 790px; }
  .hero-content { left: 16px; right: 16px; bottom: 112px; padding: 18px 0 0 16px; }
  .hero-scroll { bottom: 34px; }
  .hero-actions { flex-direction: column; }
  .btn { width: 100%; }
  .trust-strip { width: calc(100% - 24px); }
  .trust-item { min-height: 112px; padding: 16px 10px; }
  .trust-item b { font-size: 1.9rem; }
  .trust-item span { font-size: .72rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 280px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit { border-right: 0; min-height: 230px; }
  .benefit h3 { margin-top: 30px; }
  .process-grid { grid-template-columns: 1fr; }
  .contact { padding: 82px 20px; }
  .contact-form { grid-template-columns: 1fr; padding: 22px; }
  .contact-form label { grid-column: 1 / -1; }
  .contact-links a { flex-direction: column; gap: 5px; }
  .contact-links strong { text-align: left; }
  .footer-bottom { flex-direction: column; text-align: center; }
}


@media (max-width: 1040px) {
  .contact-shell { grid-template-columns: 1fr; }
  .contact-copy { max-width: 760px; padding-bottom: 0; }
  .contact-copy h2 { max-width: 15ch; }
  .contact-links { grid-template-columns: repeat(2, 1fr); }
  .contact-links a { grid-template-columns: 42px minmax(0,1fr); }
  .contact-icon { width: 42px; height: 42px; }
}

@media (max-width: 760px) {
  .contact { padding: 82px 20px; }
  .contact-links { grid-template-columns: 1fr; }
  .contact-form { grid-template-columns: 1fr; }
  .contact-form label,
  .contact-form label:nth-child(3),
  .contact-form label:nth-child(4),
  .contact-form .full,
  .form-note { grid-column: 1; }
  .contact-copy h2 { font-size: clamp(2.55rem, 13vw, 4rem); }
  .contact-form-wrap { padding: 24px 20px; border-radius: 22px; }
}

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

.social-follow { margin-top: 22px; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.social-follow > span { font-size: .9rem; font-weight: 800; color: var(--ink); }
.social-links { display: flex; gap: 12px; flex-wrap: wrap; }
.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}
.social-icon svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: currentColor;
}
.social-links a,
.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(223,123,12,.24);
  background: rgba(223,123,12,.08);
  color: var(--ink);
  font-weight: 800;
  font-size: .88rem;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}
.social-links a:hover,
.footer-social a:hover {
  transform: translateY(-2px);
  background: var(--amber);
  border-color: var(--amber);
  color: var(--black);
}
.footer-social { display: flex; align-items: center; justify-content: center; gap: 10px; flex-wrap: wrap; }
.footer-social span { color: var(--muted); font-weight: 700; font-size: .88rem; }

/* Make reveal text remain clearly readable inside Google Sites embeds */
.motion-ready .reveal-up, .motion-ready .reveal-left, .motion-ready .reveal-right {
  opacity: .96;
  filter: none;
  will-change: transform, opacity;
}

/* A slightly stronger right-side contrast for the hero copy */
.hero-shade {
  background: linear-gradient(90deg, rgba(0,0,0,.02) 0%, rgba(0,0,0,.06) 38%, rgba(19,14,5,.52) 67%, rgba(12,10,7,.78) 100%);
}

@media (max-width: 700px) {
  .social-follow { align-items: flex-start; }
  .footer-social { justify-content: flex-start; }
}


.scroll-progress { position: fixed; inset: 0 auto auto 0; z-index: 1300; width: 0%; height: 4px; background: linear-gradient(90deg, var(--amber-deep), var(--amber)); box-shadow: 0 2px 16px rgba(223,123,12,.35); }

.hero-image, .about-image-frame img {
  image-rendering: auto;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.section-heading h2, .about-copy h2, .contact-copy h2, .faq summary, .service-card h3, .benefit h3, .process-step h3 {
  text-wrap: balance;
}

.btn-primary, .text-link, .service-card a, .contact-links strong, .footer-social a, .social-links a {
  letter-spacing: .01em;
}

.trust-strip, .service-card, .benefit, .faq details, .contact-form-wrap {
  box-shadow: 0 16px 44px rgba(0,0,0,.06);
}

.service-card:hover, .benefit:hover, .faq details:hover {
  box-shadow: 0 22px 52px rgba(223,123,12,.12);
}

.process-step > span {
  background: linear-gradient(135deg, var(--amber-deep) 0%, var(--amber) 100%);
}


.footer-main img { filter: none; background: transparent; }
.footer-social span { color: #5d564e; }
.social-follow > span { color: var(--amber-deep); }

.primary-nav a.active, .primary-nav a:hover { color: var(--amber-deep); }
.primary-nav a::after { height: 3px; }

@media (max-width: 900px) {
  .site-footer { padding-bottom: 86px; }
}


.brand img, .footer-main img {
  display: block;
  background: transparent !important;
  mix-blend-mode: normal;
}
.brand img { filter: none; }
.footer-main {
  align-items: center;
}
.footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.footer-social a {
  background: rgba(223,123,12,.10);
  border-color: rgba(223,123,12,.24);
  color: var(--ink);
}
.footer-social a:hover {
  background: var(--amber);
  color: var(--black);
}

/* =========================================================
   Final responsive and direct-enquiry refinements
   ========================================================= */
.hero-picture {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.hero-picture .hero-image {
  width: 100%;
  height: 100%;
}

.contact-form button:disabled {
  cursor: wait;
  opacity: .72;
  transform: none;
}

.form-honeypot,
.enquiry-sink {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.form-status {
  grid-column: 1 / -1;
  min-height: 0;
  margin: 0;
  border-radius: 12px;
  font-size: .78rem;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
}

.form-status:not(:empty) {
  padding: 11px 13px;
  border: 1px solid transparent;
}

.form-status[data-state="sending"] {
  color: #725100;
  border-color: rgba(223,123,12,.28);
  background: rgba(223,123,12,.10);
}

.form-status[data-state="success"] {
  color: #185d32;
  border-color: rgba(35,137,78,.24);
  background: rgba(35,137,78,.10);
}

.form-status[data-state="error"] {
  color: #922626;
  border-color: rgba(184,48,48,.22);
  background: rgba(184,48,48,.09);
}

.footer-main {
  grid-template-columns: minmax(260px, 390px) minmax(280px, 1fr) auto;
  gap: clamp(28px, 4vw, 58px);
}

.footer-brand {
  display: grid;
  gap: 10px;
}

.footer-brand img {
  width: min(360px, 100%);
}

.footer-main nav {
  justify-content: center;
}

.footer-social {
  justify-content: flex-end;
}

.floating-contact-actions {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 900;
  display: grid;
  gap: 12px;
  justify-items: end;
}

.enquiry-float,
.whatsapp-float {
  position: relative;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  box-shadow: 0 15px 34px rgba(0,0,0,.22);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, opacity .2s ease;
}

.enquiry-float { background: var(--amber); }
.whatsapp-float { background: #25d366; }

.enquiry-float:hover,
.whatsapp-float:hover {
  transform: translateY(-5px) scale(1.03);
  box-shadow: 0 20px 42px rgba(0,0,0,.3);
}
.enquiry-float:hover { background: var(--amber-deep); }
.whatsapp-float:hover { background: #20bd5a; }

.enquiry-float svg,
.whatsapp-float svg {
  width: 30px;
  height: 30px;
  fill: var(--black);
}
.whatsapp-float svg { fill: #fff; }

.float-tooltip {
  position: absolute;
  right: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%) translateX(5px);
  padding: 7px 10px;
  border-radius: 8px;
  background: rgba(0,0,0,.9);
  color: #fff;
  font-size: .72rem;
  font-weight: 800;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
}
.enquiry-float:hover .float-tooltip,
.enquiry-float:focus-visible .float-tooltip,
.whatsapp-float:hover .float-tooltip,
.whatsapp-float:focus-visible .float-tooltip {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

@media (min-width: 901px) {
  .hero-image-wrap {
    min-height: clamp(620px, calc(100vh - var(--header-height)), 770px);
  }

  .hero-image {
    object-position: center center;
  }
}

@media (max-width: 900px) {
  .hero {
    padding-top: var(--header-height);
  }

  .hero-image-wrap {
    min-height: 0 !important;
    overflow: visible;
    background: var(--black);
  }

  .hero-picture {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 1672 / 941;
    overflow: hidden;
    background: #111;
  }

  .hero-picture .hero-image {
    position: relative;
    inset: auto;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transform: none !important;
  }

  .hero-shade {
    display: none !important;
  }

  .hero-content {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    transform: none;
    padding: 44px clamp(22px, 6vw, 50px) 58px;
    border: 0;
    border-top: 4px solid var(--amber);
    border-radius: 0;
    background:
      radial-gradient(circle at 90% 5%, rgba(223,123,12,.18), transparent 35%),
      linear-gradient(145deg, #0c0c0c 0%, #17130d 58%, #261900 100%);
    box-shadow: none;
    backdrop-filter: none;
    text-shadow: none;
  }

  .hero-content::before {
    display: none;
  }

  .hero h1 {
    max-width: 12ch;
    font-size: clamp(2.7rem, 9vw, 4.8rem);
  }

  .hero p {
    max-width: 60ch;
    color: rgba(255,255,255,.88);
  }

  .hero-scroll {
    display: none !important;
  }

  .trust-strip {
    margin-top: 0;
    border-radius: 0 0 22px 22px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-brand {
    justify-items: center;
  }

  .footer-main nav,
  .footer-social {
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .header-inner {
    width: calc(100% - 24px);
    gap: 8px;
  }

  .brand {
    width: min(195px, calc(100vw - 150px));
  }

  .header-social {
    gap: 4px;
  }

  .header-social a {
    width: 30px;
    height: 30px;
  }

  .header-social svg {
    width: 16px;
    height: 16px;
  }

  .menu-toggle {
    width: 42px;
    height: 42px;
    padding: 9px;
  }

  .hero-content {
    left: auto;
    right: auto;
    bottom: auto;
    padding: 34px 20px 46px;
  }

  .hero h1 {
    max-width: 11ch;
    font-size: clamp(2.45rem, 12.2vw, 4rem);
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-points {
    gap: 8px;
  }

  .hero-points span {
    width: 100%;
  }

  .trust-strip {
    width: 100%;
  }

  .contact-form-wrap {
    padding: 23px 18px;
  }

  .contact-form input,
  .contact-form select,
  .contact-form textarea {
    font-size: 16px;
  }

  .floating-contact-actions {
    right: 16px;
    bottom: 16px;
    gap: 10px;
  }

  .enquiry-float,
  .whatsapp-float {
    width: 52px;
    height: 52px;
  }

  .float-tooltip { display: none; }

  .footer-social {
    justify-content: center !important;
  }
}

@media (min-width: 901px) {
  .hero h1 {
    max-width: 13ch;
    font-size: clamp(2.85rem, 4.1vw, 4.7rem);
  }
}

.enquiry-float.is-hidden {
  opacity: 0;
  transform: translateY(18px) scale(.82);
  pointer-events: none;
}

html {
  max-width: 100%;
  overflow-x: hidden;
}

@supports (overflow: clip) {
  html, body { overflow-x: clip; }
}

/* Final AccountRite logo and colour matching */
.brand img,
.footer-brand img {
  background: #ffffff !important;
  object-fit: contain;
}
.site-footer {
  background: #ffffff;
}


/* Official brand colors for social icons and buttons */
.header-social a[href*="instagram.com"],
.social-links a[href*="instagram.com"],
.footer-social a[href*="instagram.com"] {
  background: linear-gradient(135deg, #f58529 0%, #dd2a7b 50%, #8134af 100%) !important;
  border-color: #dd2a7b !important;
  color: #ffffff !important;
}

.header-social a[href*="facebook.com"],
.social-links a[href*="facebook.com"],
.footer-social a[href*="facebook.com"] {
  background: #1877F2 !important;
  border-color: #1877F2 !important;
  color: #ffffff !important;
}

.header-social a[href*="linkedin.com"],
.social-links a[href*="linkedin.com"],
.footer-social a[href*="linkedin.com"] {
  background: #0A66C2 !important;
  border-color: #0A66C2 !important;
  color: #ffffff !important;
}

.header-social a[href*="instagram.com"]:hover,
.header-social a[href*="facebook.com"]:hover,
.header-social a[href*="linkedin.com"]:hover,
.header-social a[href*="instagram.com"]:focus-visible,
.header-social a[href*="facebook.com"]:focus-visible,
.header-social a[href*="linkedin.com"]:focus-visible,
.social-links a[href*="instagram.com"]:hover,
.social-links a[href*="facebook.com"]:hover,
.social-links a[href*="linkedin.com"]:hover,
.footer-social a[href*="instagram.com"]:hover,
.footer-social a[href*="facebook.com"]:hover,
.footer-social a[href*="linkedin.com"]:hover {
  color: #ffffff !important;
  filter: brightness(.95);
}
