:root {
  --ink: #050506;
  --panel: #10100f;
  --panel-soft: #171613;
  --line: rgba(235, 209, 149, 0.18);
  --gold: #d6b15d;
  --gold-bright: #f3dda3;
  --ivory: #fff5db;
  --muted: #bdb4a0;
  --white: #ffffff;
  --shadow: 0 26px 80px rgba(0, 0, 0, 0.42);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ivory);
  background:
    radial-gradient(circle at 10% 0%, rgba(214, 177, 93, 0.14), transparent 32rem),
    linear-gradient(180deg, #030303 0%, #0c0b0a 45%, #060606 100%);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

body.cursor-ready,
body.cursor-ready a,
body.cursor-ready button,
body.cursor-ready input,
body.cursor-ready textarea,
body.cursor-ready select {
  cursor: none;
}

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

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

.cursor-dot,
.cursor-ring {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  pointer-events: none;
  opacity: 0;
  transform: translate3d(-50%, -50%, 0);
  transition: opacity 180ms ease, width 180ms ease, height 180ms ease, border-color 180ms ease;
}

.cursor-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold-bright);
  box-shadow: 0 0 18px rgba(243, 221, 163, 0.7);
}

.cursor-ring {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(243, 221, 163, 0.55);
  border-radius: 50%;
  mix-blend-mode: difference;
}

body.cursor-ready .cursor-dot,
body.cursor-ready .cursor-ring {
  opacity: 1;
}

body.cursor-active .cursor-ring {
  width: 58px;
  height: 58px;
  border-color: rgba(243, 221, 163, 0.95);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.5rem;
  padding: 1rem clamp(1rem, 4vw, 3.5rem);
  background: rgba(5, 5, 6, 0.62);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px);
  transition: border-color 180ms ease, background 180ms ease;
}

.site-header.is-elevated {
  background: rgba(5, 5, 6, 0.86);
  border-color: var(--line);
}

.brand img {
  width: clamp(76px, 8vw, 108px);
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.34));
}

.nav-links {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: clamp(1rem, 3vw, 2.25rem);
  color: rgba(255, 245, 219, 0.78);
  font-size: 0.92rem;
}

.nav-links a {
  position: relative;
}

.nav-links a::after {
  position: absolute;
  right: 0;
  bottom: -0.35rem;
  left: 0;
  height: 1px;
  content: "";
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.nav-links a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-action,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 46px;
  padding: 0.8rem 1.05rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ivory);
  font-weight: 700;
  line-height: 1;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.header-action {
  font-size: 0.9rem;
  background: rgba(214, 177, 93, 0.12);
}

.button.primary {
  color: #12100b;
  border-color: rgba(243, 221, 163, 0.72);
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  box-shadow: 0 16px 42px rgba(214, 177, 93, 0.24);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.04);
}

.header-action:hover,
.button:hover {
  transform: translateY(-2px);
  border-color: rgba(243, 221, 163, 0.8);
}

.hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 24rem);
  align-items: end;
  gap: clamp(2rem, 5vw, 4rem);
  padding: clamp(8rem, 13vw, 12rem) clamp(1rem, 5vw, 4rem) clamp(4rem, 8vw, 7rem);
  overflow: hidden;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.24)),
    url("https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=2200&q=82") center / cover;
  transform: scale(1.04);
}

.hero-overlay {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.74) 100%),
    radial-gradient(circle at 78% 26%, rgba(214, 177, 93, 0.16), transparent 24rem);
}

.hero-content,
.hero-panel {
  position: relative;
  z-index: 1;
}

.hero-content {
  max-width: 58rem;
}

.eyebrow {
  margin: 0 0 0.9rem;
  color: var(--gold-bright);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 15ch;
  margin-bottom: 1.35rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.75rem, 5.8vw, 5.8rem);
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 1rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 4vw, 4.4rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 0.75rem;
  font-size: 1.22rem;
  letter-spacing: 0;
}

.hero-copy,
.section-heading p,
.about-content p,
.hero-panel p,
.service-card p,
.final-cta p,
.site-footer p {
  color: var(--muted);
  line-height: 1.7;
}

.hero-copy {
  max-width: 44rem;
  font-size: clamp(1rem, 1.8vw, 1.22rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2rem;
}

.hero-panel {
  align-self: end;
  padding: 1.35rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(16, 16, 15, 0.68);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.hero-panel span {
  display: block;
  margin-bottom: 0.8rem;
  color: var(--gold-bright);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-panel strong {
  display: block;
  margin-bottom: 0.7rem;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.08;
}

.hero-panel p {
  margin-bottom: 0;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(11, 10, 9, 0.94);
}

.trust-strip div {
  padding: 1.35rem clamp(1rem, 4vw, 3.5rem);
  border-right: 1px solid var(--line);
}

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

.trust-strip strong,
.trust-strip span {
  display: block;
}

.trust-strip strong {
  margin-bottom: 0.35rem;
  color: var(--gold-bright);
}

.trust-strip span {
  color: var(--muted);
  font-size: 0.92rem;
}

.section {
  padding: clamp(4.5rem, 8vw, 7rem) clamp(1rem, 5vw, 4rem);
}

.section-heading {
  max-width: 56rem;
  margin-bottom: clamp(2rem, 5vw, 3.5rem);
}

.section-heading p {
  max-width: 44rem;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.service-card {
  position: relative;
  min-height: 18.5rem;
  padding: 1.35rem;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 0%), rgba(243, 221, 163, 0.18), transparent 13rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018));
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.service-card:hover {
  border-color: rgba(243, 221, 163, 0.48);
  transform: translateY(-6px);
}

.service-card svg {
  width: 2.35rem;
  height: 2.35rem;
  margin-bottom: 3rem;
  color: var(--gold-bright);
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.service-card p {
  margin-bottom: 0;
}

.about-section {
  display: grid;
  grid-template-columns: minmax(16rem, 0.85fr) minmax(0, 1fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
  padding: clamp(4.5rem, 8vw, 7rem) clamp(1rem, 5vw, 4rem);
  background: #090908;
}

.about-image {
  min-height: clamp(28rem, 48vw, 42rem);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.64)),
    url("https://images.unsplash.com/photo-1551836022-d5d88e9218df?auto=format&fit=crop&w=1500&q=82") center / cover;
  box-shadow: var(--shadow);
}

.about-content {
  max-width: 42rem;
}

.about-points {
  display: grid;
  gap: 0.9rem;
  margin-top: 2rem;
}

.about-points div {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.95rem 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.035);
}

.about-points svg {
  flex: 0 0 auto;
  width: 1.35rem;
  height: 1.35rem;
  color: var(--gold-bright);
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: clamp(3rem, 6vw, 5rem) clamp(1rem, 5vw, 4rem);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(5, 5, 6, 0.86), rgba(5, 5, 6, 0.7)),
    url("https://images.unsplash.com/photo-1542744173-8e7e53415bb0?auto=format&fit=crop&w=1800&q=82") center / cover;
}

.final-cta h2 {
  max-width: 13ch;
  margin-bottom: 0;
}

.contact-section {
  background: linear-gradient(180deg, #0d0c0b, #050505);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(1rem, 3vw, 1.5rem);
  align-items: stretch;
  width: 100%;
  max-width: 100%;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  padding: clamp(1rem, 3vw, 1.5rem);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.035);
  box-shadow: var(--shadow);
}

.form-alert {
  display: none;
  padding: 0.9rem 1rem;
  border-radius: var(--radius);
  font-weight: 700;
  line-height: 1.45;
}

.success-alert {
  color: #f8f0d5;
  border: 1px solid rgba(37, 211, 102, 0.38);
  background: rgba(37, 211, 102, 0.12);
}

.error-alert {
  color: #ffe6e6;
  border: 1px solid rgba(255, 112, 112, 0.42);
  background: rgba(255, 112, 112, 0.12);
}

body.form-sent .success-alert,
body.form-error .error-alert {
  display: block;
}

.contact-visual {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.78)),
    url("https://images.unsplash.com/photo-1556761175-b413da4baf72?auto=format&fit=crop&w=1100&q=82") center / cover;
  box-shadow: var(--shadow);
}

.contact-visual::before {
  position: absolute;
  inset: 0;
  content: "";
  background: radial-gradient(circle at 20% 15%, rgba(243, 221, 163, 0.2), transparent 18rem);
}

.contact-visual div {
  position: relative;
  z-index: 1;
  padding: 1.35rem;
}

.contact-visual span {
  display: block;
  margin-bottom: 0.7rem;
  color: var(--gold-bright);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-visual strong {
  display: block;
  max-width: 22rem;
  margin-bottom: 1rem;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.4vw, 2.1rem);
  font-weight: 500;
  line-height: 1.1;
}

.contact-visual a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0.7rem 0.9rem;
  border: 1px solid rgba(243, 221, 163, 0.46);
  border-radius: var(--radius);
  color: var(--gold-bright);
  background: rgba(0, 0, 0, 0.36);
  font-weight: 800;
}

label {
  display: grid;
  gap: 0.5rem;
  color: rgba(255, 245, 219, 0.82);
  font-size: 0.9rem;
  font-weight: 700;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(235, 209, 149, 0.16);
  border-radius: var(--radius);
  color: var(--ivory);
  background: rgba(0, 0, 0, 0.36);
  font: inherit;
  outline: none;
  padding: 0.85rem 0.9rem;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

textarea {
  resize: vertical;
}

select {
  color-scheme: dark;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(243, 221, 163, 0.78);
  box-shadow: 0 0 0 4px rgba(214, 177, 93, 0.12);
}

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

.contact-form button {
  width: fit-content;
  min-width: 12rem;
  border: 0;
}

.contact-form button svg {
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.whatsapp-float {
  position: fixed;
  right: clamp(1rem, 3vw, 1.8rem);
  bottom: clamp(1rem, 3vw, 1.8rem);
  z-index: 60;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.85rem;
  height: 3.85rem;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  color: #ffffff;
  background: #25d366;
  box-shadow: 0 18px 44px rgba(37, 211, 102, 0.34), 0 14px 32px rgba(0, 0, 0, 0.42);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.whatsapp-float::after {
  position: absolute;
  inset: -0.55rem;
  content: "";
  border: 1px solid rgba(37, 211, 102, 0.35);
  border-radius: 50%;
  animation: pulse-ring 1.8s ease-out infinite;
}

.whatsapp-float:hover {
  box-shadow: 0 20px 54px rgba(37, 211, 102, 0.46), 0 14px 32px rgba(0, 0, 0, 0.42);
}

.whatsapp-float svg {
  position: relative;
  z-index: 1;
  width: 1.85rem;
  height: 1.85rem;
  fill: currentColor;
}

@keyframes pulse-ring {
  0% {
    opacity: 0.7;
    transform: scale(0.85);
  }

  100% {
    opacity: 0;
    transform: scale(1.25);
  }
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(16rem, 0.85fr) minmax(18rem, 1.25fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  padding: clamp(2rem, 4vw, 3rem) clamp(1rem, 5vw, 4rem);
  border-top: 1px solid var(--line);
  background:
    radial-gradient(circle at 12% 12%, rgba(214, 177, 93, 0.14), transparent 24rem),
    linear-gradient(135deg, #030303 0%, #0c0b09 55%, #050505 100%);
}

.footer-brand {
  display: flex;
  align-items: flex-start;
  gap: 1.1rem;
}

.site-footer img {
  width: 5.4rem;
  filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.45));
}

.footer-brand strong {
  display: block;
  margin: 0.4rem 0 0.35rem;
  color: var(--gold-bright);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  font-weight: 500;
  line-height: 1.05;
}

.site-footer p {
  margin-bottom: 0;
  font-size: 0.9rem;
}

.footer-contact {
  display: grid;
  grid-template-columns: 0.7fr 1.35fr 1fr;
  gap: 0.8rem;
  max-width: none;
  color: var(--ivory);
  font-style: normal;
  line-height: 1.5;
  text-align: left;
}

.footer-contact div {
  min-height: 8.2rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.035);
}

.footer-contact span {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--gold-bright);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-contact strong {
  display: block;
  color: rgba(255, 245, 219, 0.9);
  font-size: 0.94rem;
  font-weight: 600;
  overflow-wrap: anywhere;
}

.footer-contact a:hover {
  color: var(--gold-bright);
}

.footer-copy {
  grid-column: 1 / -1;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-panel {
    max-width: 32rem;
  }

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

  .about-section {
    grid-template-columns: 1fr;
  }

  .about-image {
    min-height: 24rem;
  }

  .contact-layout {
    grid-template-columns: 1fr;
  }

  .contact-visual {
    min-height: 24rem;
  }
}

@media (max-width: 720px) {
  body.cursor-ready,
  body.cursor-ready a,
  body.cursor-ready button,
  body.cursor-ready input,
  body.cursor-ready textarea,
  body.cursor-ready select {
    cursor: auto;
  }

  .cursor-dot,
  .cursor-ring {
    display: none;
  }

  .site-header {
    grid-template-columns: auto auto;
    gap: 1rem;
  }

  .nav-links {
    display: none;
  }

  .header-action {
    justify-self: end;
    min-height: 42px;
    padding: 0.75rem 0.85rem;
  }

  .hero {
    padding-top: 7rem;
  }

  h1 {
    font-size: clamp(2.65rem, 13vw, 4.4rem);
  }

  .trust-strip,
  .service-grid,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .trust-strip div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .trust-strip div:last-child {
    border-bottom: 0;
  }

  .service-card {
    min-height: 16rem;
  }

  .service-card svg {
    margin-bottom: 2.4rem;
  }

  .final-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-form button {
    width: 100%;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .footer-brand {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-contact {
    grid-template-columns: 1fr;
  }

  .footer-contact div {
    min-height: auto;
  }
}
