:root {
  --bg: #0a0c10;
  --bg-elevated: #12151c;
  --bg-card: #181c26;
  --border: rgba(255, 255, 255, 0.08);
  --text: #f4f6fa;
  --text-muted: #9aa3b5;
  --accent: #f59e0b;
  --accent-hover: #fbbf24;
  --accent-glow: rgba(245, 158, 11, 0.25);
  --gradient: linear-gradient(135deg, #f59e0b 0%, #f97316 100%);
  --radius: 16px;
  --radius-sm: 10px;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  --font-display: "Bebas Neue", sans-serif;
  --font-body: "DM Sans", system-ui, sans-serif;
  --header-h: 72px;
  --container: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.container {
  width: min(100% - 2rem, var(--container));
  margin-inline: auto;
}

.container--narrow {
  width: min(100% - 2rem, 760px);
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 9999;
  background: var(--accent);
  color: #000;
  padding: 0.75rem 1rem;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 1.4rem;
  border-radius: 999px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  white-space: nowrap;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn--primary {
  background: var(--gradient);
  color: #111;
  box-shadow: 0 8px 30px var(--accent-glow);
}

.btn--primary:hover {
  box-shadow: 0 12px 40px rgba(245, 158, 11, 0.35);
}

.btn--ghost {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border);
  color: var(--text);
}

.btn--ghost:hover {
  background: rgba(255, 255, 255, 0.08);
}

.btn--sm {
  padding: 0.6rem 1rem;
  font-size: 0.9rem;
}

.btn--lg {
  padding: 1rem 1.6rem;
  font-size: 1rem;
}

.btn--full {
  width: 100%;
}

/* Header */
.header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: var(--header-h);
  transition: background 0.3s ease, border-color 0.3s ease, backdrop-filter 0.3s ease;
}

.header--scrolled {
  background: rgba(10, 12, 16, 0.85);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  gap: 1rem;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.logo__img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(245, 158, 11, 0.35);
  flex-shrink: 0;
}

.logo__text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.logo__text strong {
  font-family: var(--font-display);
  font-size: 1.15rem;
  letter-spacing: 0.04em;
}

.logo__text small {
  font-size: 0.72rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.nav {
  display: none;
  gap: 1.75rem;
}

.nav a {
  color: var(--text-muted);
  font-size: 0.95rem;
  font-weight: 500;
  transition: color 0.2s;
}

.nav a:hover {
  color: var(--text);
}

.header__cta {
  display: none;
}

.menu-toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  cursor: pointer;
  padding: 0;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 0 auto;
  background: var(--text);
  transition: transform 0.2s;
}

.menu-mobile {
  position: fixed;
  inset: var(--header-h) 0 0;
  background: rgba(10, 12, 16, 0.98);
  backdrop-filter: blur(20px);
  padding: 1.5rem;
  z-index: 99;
}

.menu-mobile nav {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.menu-mobile a {
  font-size: 1.1rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--border);
}

/* Hero */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: calc(var(--header-h) + 3rem) 0 4rem;
  overflow: hidden;
}

.hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 30%, black, transparent);
}

.hero__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
}

.hero__glow--1 {
  width: 500px;
  height: 500px;
  top: -100px;
  right: -100px;
  background: rgba(245, 158, 11, 0.12);
}

.hero__glow--2 {
  width: 400px;
  height: 400px;
  bottom: 0;
  left: -150px;
  background: rgba(249, 115, 22, 0.08);
}

.hero__inner {
  position: relative;
  display: grid;
  gap: 3rem;
  align-items: center;
}

.hero__content {
  position: relative;
}

.hero__logo {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 1.25rem;
  border: 3px solid rgba(245, 158, 11, 0.4);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
}

.badge {
  display: inline-block;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  background: rgba(245, 158, 11, 0.12);
  border: 1px solid rgba(245, 158, 11, 0.25);
  color: var(--accent-hover);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}

.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 8vw, 4.8rem);
  line-height: 0.95;
  letter-spacing: 0.02em;
  margin: 0 0 1.25rem;
  max-width: 12ch;
}

.text-gradient {
  display: block;
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero__lead {
  font-size: 1.1rem;
  color: var(--text-muted);
  max-width: 52ch;
  margin: 0 0 2rem;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-bottom: 2.5rem;
}

.hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 2.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid var(--border);
  padding-top: 1.5rem;
}

.hero__stats li {
  display: flex;
  flex-direction: column;
}

.hero__stats strong {
  font-family: var(--font-display);
  font-size: 1.8rem;
  color: var(--accent);
  letter-spacing: 0.04em;
  line-height: 1;
}

.hero__stats span {
  font-size: 0.85rem;
  color: var(--text-muted);
}

.hero__visual {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.hero-cards-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.hero-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.5rem;
  box-shadow: var(--shadow);
}

.hero-card--main {
  position: relative;
}

.hero-card--mini {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
}

.hero-card--mini strong {
  display: block;
  font-size: 0.95rem;
}

.hero-card--mini small {
  color: var(--text-muted);
  font-size: 0.8rem;
}

.hero-card--main h2 {
  font-family: var(--font-display);
  font-size: 2rem;
  letter-spacing: 0.03em;
  margin: 0.5rem 0;
}

.hero-card--main p {
  color: var(--text-muted);
  margin: 0 0 1rem;
  font-size: 0.95rem;
}

.hero-card__label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent);
  font-weight: 600;
}

.hero-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.hero-card__tags span {
  font-size: 0.75rem;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border);
}

.hero-card__icon {
  font-size: 1.5rem;
  flex-shrink: 0;
}

/* Trust bar */
.trust-bar {
  border-block: 1px solid var(--border);
  background: var(--bg-elevated);
  padding: 1.25rem 0;
}

.trust-bar__inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  text-align: center;
}

.trust-bar p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.92rem;
}

.trust-bar__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1rem;
}

.trust-bar__items span {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text);
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
}

/* Sections */
.section {
  padding: 5rem 0;
}

.section--dark {
  background: var(--bg-elevated);
  border-block: 1px solid var(--border);
}

.section--faq {
  padding-bottom: 6rem;
}

.section__header {
  margin-bottom: 3rem;
  max-width: 640px;
}

.section__header--center {
  margin-inline: auto;
  text-align: center;
}

.section__eyebrow {
  display: block;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--accent);
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.section__header h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3rem);
  letter-spacing: 0.03em;
  line-height: 1;
  margin: 0 0 1rem;
}

.section__header p {
  color: var(--text-muted);
  margin: 0;
  font-size: 1.05rem;
}

/* Grid & Cards */
.grid {
  display: grid;
  gap: 1.25rem;
}

.grid--3 {
  grid-template-columns: 1fr;
}

.grid--2 {
  grid-template-columns: 1fr;
}

.card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.75rem;
  transition: border-color 0.25s, transform 0.25s;
}

.card:hover {
  border-color: rgba(245, 158, 11, 0.3);
  transform: translateY(-4px);
}

.card__icon {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.card h3 {
  margin: 0 0 0.75rem;
  font-size: 1.15rem;
}

.card p {
  color: var(--text-muted);
  margin: 0 0 1rem;
  font-size: 0.95rem;
}

.card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.card li {
  position: relative;
  padding-left: 1.1rem;
  font-size: 0.88rem;
  color: var(--text-muted);
  margin-bottom: 0.35rem;
}

.card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent);
}

.card--highlight {
  background: linear-gradient(145deg, rgba(245, 158, 11, 0.1), rgba(249, 115, 22, 0.05));
  border-color: rgba(245, 158, 11, 0.25);
}

.card__link {
  color: var(--accent-hover);
  font-weight: 600;
  font-size: 0.95rem;
}

/* Features */
.features .feature {
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--border);
}

.features .feature:last-child {
  border-bottom: none;
}

.feature__num {
  font-family: var(--font-display);
  font-size: 2.5rem;
  color: rgba(245, 158, 11, 0.35);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.feature h3 {
  margin: 0 0 0.5rem;
  font-size: 1.2rem;
}

.feature p {
  margin: 0;
  color: var(--text-muted);
}

/* CTA Banner */
.cta-banner {
  background: var(--gradient);
  color: #111;
  padding: 3rem 0;
}

.cta-banner__inner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
}

.cta-banner h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 2.8rem);
  margin: 0 0 0.5rem;
  letter-spacing: 0.03em;
}

.cta-banner p {
  margin: 0;
  opacity: 0.85;
  font-size: 1.05rem;
}

.cta-banner .btn--primary {
  background: #111;
  color: #fff;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
}

/* Quote form */
.quote-layout {
  display: grid;
  gap: 3rem;
}

.quote-layout__info h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 2.8rem);
  letter-spacing: 0.03em;
  line-height: 1;
  margin: 0 0 1rem;
}

.quote-layout__info > p {
  color: var(--text-muted);
  margin: 0 0 1.5rem;
}

.checklist {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
}

.checklist li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.65rem;
  color: var(--text-muted);
}

.checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--accent);
  font-weight: 700;
}

.social-proof {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 1rem;
  border-radius: var(--radius);
  background: var(--bg-card);
  border: 1px solid var(--border);
  transition: border-color 0.2s;
}

.social-proof:hover {
  border-color: rgba(245, 158, 11, 0.35);
}

.social-proof img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.social-proof strong {
  display: block;
  font-size: 0.95rem;
}

.social-proof span {
  font-size: 0.82rem;
  color: var(--text-muted);
}

.contact-cards {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.contact-card {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 1rem;
  border-radius: var(--radius);
  background: var(--bg-card);
  border: 1px solid var(--border);
  transition: border-color 0.2s, transform 0.2s;
}

.contact-card:hover {
  border-color: rgba(245, 158, 11, 0.35);
  transform: translateX(4px);
}

.contact-card--whatsapp:hover {
  border-color: rgba(37, 211, 102, 0.45);
}

.contact-card__icon {
  font-size: 1.25rem;
  line-height: 1;
  margin-top: 0.1rem;
}

.contact-card__logo {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 1px solid var(--border);
}

.contact-card strong {
  display: block;
  font-size: 0.95rem;
}

.contact-card span {
  display: block;
  font-size: 0.82rem;
  color: var(--text-muted);
}

.contact-card--static {
  cursor: default;
}

.contact-card--static:hover {
  transform: none;
  border-color: var(--border);
}

.form {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 2rem;
  box-shadow: var(--shadow);
}

.form--success {
  border-color: rgba(34, 197, 94, 0.4);
}

.form__group {
  margin-bottom: 1.25rem;
}

.form__row {
  display: grid;
  gap: 1.25rem;
}

.form label {
  display: block;
  font-size: 0.88rem;
  font-weight: 600;
  margin-bottom: 0.45rem;
}

.form input,
.form select,
.form textarea {
  width: 100%;
  padding: 0.85rem 1rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border);
  background: var(--bg);
  color: var(--text);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.form input:focus,
.form select:focus,
.form textarea:focus {
  outline: none;
  border-color: rgba(245, 158, 11, 0.5);
  box-shadow: 0 0 0 3px var(--accent-glow);
}

.form input[aria-invalid="true"],
.form select[aria-invalid="true"],
.form textarea[aria-invalid="true"] {
  border-color: #ef4444;
}

.form__error {
  display: block;
  color: #f87171;
  font-size: 0.8rem;
  margin-top: 0.35rem;
  min-height: 1rem;
}

.form__note {
  margin: 1rem 0 0;
  font-size: 0.8rem;
  color: var(--text-muted);
  text-align: center;
}

/* FAQ */
.faq {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.faq__item {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 0 1.25rem;
}

.faq__item summary {
  cursor: pointer;
  font-weight: 600;
  padding: 1.1rem 0;
  list-style: none;
}

.faq__item summary::-webkit-details-marker {
  display: none;
}

.faq__item p {
  margin: 0 0 1.1rem;
  color: var(--text-muted);
  font-size: 0.95rem;
}

/* Footer */
.footer {
  border-top: 1px solid var(--border);
  padding: 3rem 0 0;
  background: var(--bg-elevated);
}

.footer__inner {
  display: grid;
  gap: 2rem;
  padding-bottom: 2rem;
}

.footer__brand strong {
  font-family: var(--font-display);
  font-size: 1.4rem;
  letter-spacing: 0.04em;
}

.footer__logo {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 0.75rem;
  border: 2px solid rgba(245, 158, 11, 0.3);
}

.footer__brand span {
  display: block;
  color: var(--text-muted);
  font-size: 0.85rem;
  margin: 0.25rem 0 0.75rem;
}

.footer__brand p {
  margin: 0 0 1rem;
  color: var(--text-muted);
  font-size: 0.92rem;
  max-width: 36ch;
}

.footer__address {
  font-style: normal;
  color: var(--text-muted);
  font-size: 0.88rem;
  line-height: 1.5;
  margin: 0 0 0.5rem;
}

.footer__hours {
  margin: 0 0 0.75rem;
  color: var(--text-muted);
  font-size: 0.85rem;
  line-height: 1.5;
}

.footer__phone {
  display: inline-block;
  color: var(--accent-hover);
  font-weight: 600;
  font-size: 0.95rem;
}

.footer__phone:hover {
  text-decoration: underline;
}

.footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}

.footer__links a {
  color: var(--text-muted);
  font-size: 0.92rem;
}

.footer__links a:hover {
  color: var(--accent);
}

.footer__bottom {
  border-top: 1px solid var(--border);
  padding: 1.25rem 0;
}

.footer__bottom small {
  color: var(--text-muted);
  font-size: 0.82rem;
}

/* Float CTA */
.float-cta {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 90;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.85rem 1.2rem;
  border-radius: 999px;
  background: var(--gradient);
  color: #111;
  font-weight: 700;
  font-size: 0.9rem;
  box-shadow: 0 8px 30px var(--accent-glow);
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: opacity 0.3s, transform 0.3s;
}

.float-cta--visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.float-cta--whatsapp {
  background: #25d366;
  color: #fff;
  box-shadow: 0 8px 30px rgba(37, 211, 102, 0.35);
}

/* Float CTA */
@media (min-width: 768px) {
  .nav {
    display: flex;
  }

  .header__cta {
    display: inline-flex;
  }

  .menu-toggle {
    display: none;
  }

  .hero__inner {
    grid-template-columns: 1.05fr 0.95fr;
  }

  .grid--3 {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid--2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .form__row {
    grid-template-columns: 1fr 1fr;
  }

  .quote-layout {
    grid-template-columns: 1fr 1.1fr;
    align-items: start;
  }

  .cta-banner__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .footer__inner {
    grid-template-columns: 1.5fr 1fr;
    align-items: start;
  }

  .trust-bar__inner {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .grid--3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}
