/* ===== RESET ===== */
:root {
  --brand-red: #ed1c24;
  --brand-red-dark: #b5121b;
  --brand-red-light: #ff4b52;
  --brand-red-glow: rgba(237,28,36,0.34);
}

/* ===== FINAL STYLE REFRESH OVERRIDES ===== */
.site-header {
  position: fixed;
  padding: 8px 0;
}

.nav-container {
  min-height: 68px;
}

.logo img {
  height: 58px;
  transform-origin: center;
  transition: transform 0.28s ease, filter 0.28s ease;
}

.logo:hover img,
.logo:focus-visible img {
  transform: translateY(-2px) scale(1.045);
  filter: drop-shadow(0 10px 18px rgba(237,28,36,0.22));
}

.main-nav {
  gap: 6px;
  padding: 7px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 999px;
  background: rgba(255,255,255,0.045);
  box-shadow: 0 18px 46px rgba(0,0,0,0.22);
}

.main-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 14px;
}

.main-nav .nav-phone {
  color: #ffffff;
  background: rgba(255,255,255,0.08);
}

.main-nav .nav-cta {
  color: #ffffff;
  background: var(--brand-red);
  box-shadow: 0 10px 24px rgba(237,28,36,0.24);
}

.main-nav .nav-cta:hover {
  background: var(--brand-red-light);
}

.trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 8px 12px;
  margin-bottom: 18px;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 999px;
  background: rgba(7,11,31,0.72);
  color: rgba(255,255,255,0.9);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}

.trust-stars {
  color: #ffd76a;
  letter-spacing: 1px;
}

.how-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 46px;
  align-items: start;
}

.how-image {
  position: sticky;
  top: 104px;
  order: 0;
}

.how-image img {
  aspect-ratio: 4 / 5;
  border-radius: 8px;
}

.how-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 0;
  border-top: 1px solid rgba(255,255,255,0.12);
}

.how-card {
  display: grid;
  grid-template-columns: 56px 1fr;
  column-gap: 18px;
  align-items: start;
  min-height: 0;
  padding: 22px 0;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,0.12);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.how-card:hover {
  transform: none;
  background: transparent;
  border-color: rgba(255,255,255,0.18);
  box-shadow: none;
}

.how-card span {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #ffffff;
  color: #070b1f;
  border: 0;
  font-size: 13px;
}

.how-card h3 {
  grid-column: 2;
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.25;
  text-transform: none;
}

.how-card p {
  grid-column: 2;
  font-size: 14.5px;
  line-height: 1.55;
  opacity: 0.72;
}

.how-card-note {
  color: rgba(255,255,255,0.86);
  font-weight: 600;
}

.how-note {
  max-width: 760px;
  margin-top: 24px;
  padding-left: calc(0.85 * (100% - 46px) / 2 + 46px);
  color: rgba(255,255,255,0.72);
  font-size: 14px;
}

.contact-container {
  max-width: 1200px;
}

.contact-wrapper {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 36px;
  align-items: stretch;
  max-width: none;
}

.contact-left,
.contact-right {
  width: 100%;
  max-width: none;
  border-radius: 8px;
}

.contact-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  padding: 34px;
  border: 1px solid rgba(255,255,255,0.12);
  background: linear-gradient(180deg, rgba(255,255,255,0.055), rgba(255,255,255,0.02));
}

.contact-left h2 {
  max-width: 480px;
  margin-bottom: 14px;
  font-size: 38px;
  line-height: 1.08;
}

.contact-left p {
  max-width: 520px;
}

.contact-info-block {
  max-width: none;
}

.contact-item {
  min-height: 52px;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  background: rgba(7,11,31,0.42);
}

.contact-right {
  padding: 34px;
  background: #ffffff;
  color: #07101f;
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: 0 24px 60px rgba(0,0,0,0.36);
}

.contact-right input:not([type="checkbox"]),
.contact-right textarea {
  border-color: #d8dee8;
  border-radius: 8px;
  background: #f7f9fc;
  color: #07101f;
}

.contact-right input:not([type="checkbox"])::placeholder,
.contact-right textarea::placeholder {
  color: #647084;
}

.contact-right label {
  color: #3e4858;
}

.about-page {
  padding-top: 150px;
  background: #0b0b1f;
}

.about-page h1 {
  max-width: 720px;
  margin-bottom: 28px;
  font-size: 56px;
  line-height: 1;
}

.about-kicker {
  margin-bottom: 14px;
  color: var(--brand-red);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, minmax(140px, 1fr));
  gap: 38px;
  align-items: start;
}

.footer-brand {
  justify-items: start;
  text-align: left;
}

.footer-brand strong {
  color: #ffffff;
  font-family: inherit;
  font-size: 24px;
  text-transform: none;
}

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

.footer-column h3 {
  margin: 0 0 4px;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}

.footer-column a {
  color: rgba(255,255,255,0.68);
  font-size: 14px;
  text-decoration: none;
  transition: color 0.22s ease;
}

.footer-column a:hover {
  color: #ffffff;
}

.footer-bottom {
  margin-top: 34px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

@media (max-width: 1050px) {
  .main-nav {
    gap: 2px;
  }

  .main-nav a {
    padding: 9px 10px;
    font-size: 13px;
  }

  .main-nav .nav-phone {
    display: none;
  }
}

@media (max-width: 900px) {
  .site-header {
    position: fixed;
    padding: 5px 0;
  }

  .nav-container {
    min-height: 58px;
  }

  .logo img {
    height: 46px;
  }

  .main-nav {
    position: absolute;
    top: calc(100% + 10px);
    left: 20px;
    right: 20px;
    width: auto;
    margin-top: 0;
    padding: 12px;
    border-radius: 8px;
  }

  .main-nav a,
  .main-nav .nav-cta {
    justify-content: space-between;
    border-radius: 6px;
  }

  .main-nav .nav-phone {
    display: inline-flex;
  }

  .hero {
    min-height: 620px;
    padding-top: 88px;
  }

  .hero-content {
    margin-left: 0;
    margin-right: 0;
  }

  .how-layout,
  .contact-wrapper,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .how-image {
    position: relative;
    top: auto;
  }

  .how-image img {
    aspect-ratio: 16 / 10;
  }

  .how-grid {
    grid-template-columns: 1fr;
  }

  .how-card {
    padding: 18px 0;
  }

  .how-note {
    padding-left: 0;
  }

  .contact-wrapper {
    max-width: none;
    padding: 0;
  }

  .contact-left,
  .contact-right {
    padding: 24px;
  }

  .contact-left h2 {
    font-size: 32px;
  }

  .about-page {
    padding-top: 120px;
  }

  .about-page h1 {
    font-size: 42px;
  }

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

@media (max-width: 560px) {
  h1,
  .hero h1 {
    font-size: 38px;
  }

  .trust-badge {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  .how-card {
    grid-template-columns: 44px 1fr;
    column-gap: 14px;
  }

  .how-card span {
    width: 34px;
    height: 34px;
  }
}

/* ===== FINAL REQUEST OVERRIDES - NAV, HOW, FORM CONTACT ===== */
.nav-container {
  align-items: center;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}

.nav-actions .lang-toggle {
  flex: 0 0 auto;
}

.logo {
  transition: transform 0.24s ease, filter 0.24s ease;
  transform-origin: center;
}

.logo:hover,
.logo:focus-visible {
  transform: scale(1.035) rotate(-1.5deg);
  filter: drop-shadow(0 0 14px rgba(0,174,255,0.22));
  outline: none;
}

#how-it-works .how-icon img {
  display: block;
  width: 22px;
  height: 22px;
  object-fit: contain;
}

#how-it-works .how-card {
  min-height: 0 !important;
}

.contact-right input[name="company"] {
  display: block;
}

.contact-strip {
  background: #070b1f;
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  padding: 24px 0;
}

.contact-strip-inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.contact-strip a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  padding: 12px 16px;
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 10px;
  background: rgba(255,255,255,0.035);
  color: rgba(255,255,255,0.9);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.contact-strip a:hover,
.contact-strip a:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(0,174,255,0.34);
  background: rgba(0,174,255,0.075);
  color: #ffffff;
  outline: none;
}

.contact-strip img {
  flex: 0 0 21px;
  width: 21px;
  height: 21px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.82;
}

.contact-right textarea {
  display: none;
}

.contact-right .btn {
  min-height: 52px;
}

@media (max-width: 900px) {
  .nav-actions {
    gap: 10px;
    margin-left: auto;
  }

  .nav-actions .main-nav {
    order: 3;
  }

  .nav-actions .lang-toggle {
    order: 1;
  }

  .nav-actions .menu-toggle {
    order: 2;
  }

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

  .contact-strip a {
    justify-content: flex-start;
  }
}

/* ===== UNIFIED CARDS AND FORM - FINAL CASCADE ===== */
.main-nav .nav-phone {
  display: none !important;
}

.card,
#how-it-works .how-card,
.contact-left,
.contact-right {
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.12);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.055), rgba(255,255,255,0.024)),
    #101423;
  box-shadow:
    0 14px 34px rgba(0,0,0,0.24),
    inset 0 1px 0 rgba(255,255,255,0.05);
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease,
    box-shadow 0.22s ease;
}

.card:hover,
#how-it-works .how-card:hover,
.contact-item:hover,
.contact-item:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(0,174,255,0.34);
  background:
    linear-gradient(180deg, rgba(0,174,255,0.08), rgba(255,255,255,0.028)),
    #121827;
  box-shadow:
    0 18px 42px rgba(0,0,0,0.32),
    inset 0 1px 0 rgba(255,255,255,0.07);
}

.card::before {
  background: radial-gradient(circle at 28px 28px, rgba(0,174,255,0.12), transparent 42px);
}

.card img,
.services-hero img,
#how-it-works .how-image img,
.about-image img {
  border-radius: 8px;
}

.card-icon,
#how-it-works .how-card span {
  border-radius: 8px;
  background: rgba(0,174,255,0.12);
  color: #00aeff;
  border: 1px solid rgba(0,174,255,0.22);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
}

#how-it-works .how-card span {
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  font-size: 13px;
}

#how-it-works .how-card {
  min-height: 218px;
}

.contact-wrapper {
  align-items: stretch;
}

.contact-left,
.contact-right {
  padding: 34px;
}

.contact-right {
  color: #ffffff;
}

.contact-right form {
  gap: 14px;
}

.contact-right input:not([type="checkbox"]),
.contact-right textarea {
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(7,11,31,0.74);
  color: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}

.contact-right input:not([type="checkbox"])::placeholder,
.contact-right textarea::placeholder {
  color: rgba(255,255,255,0.54);
}

.contact-right input:not([type="checkbox"]):focus,
.contact-right textarea:focus {
  border-color: rgba(0,174,255,0.56);
  box-shadow:
    0 0 0 4px rgba(0,174,255,0.12),
    inset 0 1px 0 rgba(255,255,255,0.06);
}

.contact-right label {
  color: rgba(255,255,255,0.72);
}

.contact-item {
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(7,11,31,0.58);
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease,
    box-shadow 0.22s ease;
}

.contact-right .btn {
  border-radius: 8px;
}

@media (max-width: 900px) {
  .contact-left,
  .contact-right {
    padding: 24px;
  }

  #how-it-works .how-card {
    min-height: 0;
  }
}

/* ===== HOW IT WORKS CLEANUP - FINAL CASCADE ===== */
#how-it-works .container {
  max-width: 1200px;
}

#how-it-works h2 {
  margin-bottom: 26px;
}

#how-it-works .how-layout {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

#how-it-works .how-image {
  position: relative;
  top: auto;
  order: 0;
  width: 100%;
}

#how-it-works .how-image img {
  width: 100%;
  aspect-ratio: 21 / 8;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 20px 48px rgba(0,0,0,0.34);
}

#how-it-works .how-grid {
  order: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  border: 0;
  margin: 0;
}

#how-it-works .how-card {
  display: flex;
  flex-direction: column;
  min-height: 220px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  background: rgba(255,255,255,0.035);
  box-shadow: none;
}

#how-it-works .how-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.055);
}

#how-it-works .how-card span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #ffffff;
  color: #070b1f;
  font-size: 13px;
  font-weight: 800;
}

#how-it-works .how-card h3 {
  grid-column: auto;
  margin: 0 0 10px;
  font-size: 17px;
  line-height: 1.25;
  text-transform: none;
}

#how-it-works .how-card p {
  grid-column: auto;
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  opacity: 0.74;
}

#how-it-works .how-card p + p {
  margin-top: 10px;
}

#how-it-works .how-card-note {
  color: rgba(255,255,255,0.88);
  font-weight: 700;
  opacity: 1;
}

#how-it-works .how-note {
  max-width: none;
  margin-top: 18px;
  padding: 16px 18px;
  border-left: 3px solid var(--brand-red);
  border-radius: 0 8px 8px 0;
  background: rgba(255,255,255,0.035);
  font-size: 14px;
}

@media (max-width: 900px) {
  #how-it-works .how-image img {
    aspect-ratio: 16 / 9;
  }

  #how-it-works .how-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #how-it-works .how-card {
    min-height: 0;
  }
}

@media (max-width: 560px) {
  #how-it-works h2 {
    font-size: 32px;
  }

  #how-it-works .how-layout {
    gap: 18px;
  }

  #how-it-works .how-image img {
    aspect-ratio: 4 / 3;
  }

  #how-it-works .how-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  #how-it-works .how-card {
    padding: 18px;
  }

  #how-it-works .how-card span {
    width: 34px;
    height: 34px;
    margin-bottom: 14px;
  }
}

/* ===== HOW IT WORKS CLEANUP ===== */
#how-it-works .container {
  max-width: 1200px;
}

#how-it-works h2 {
  margin-bottom: 26px;
}

#how-it-works .how-layout {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

#how-it-works .how-image {
  position: relative;
  top: auto;
  order: 0;
  width: 100%;
}

#how-it-works .how-image img {
  width: 100%;
  aspect-ratio: 21 / 8;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 20px 48px rgba(0,0,0,0.34);
}

#how-it-works .how-grid {
  order: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  border: 0;
  margin: 0;
}

#how-it-works .how-card {
  display: flex;
  flex-direction: column;
  min-height: 220px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  background: rgba(255,255,255,0.035);
  box-shadow: none;
}

#how-it-works .how-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.055);
}

#how-it-works .how-card span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #ffffff;
  color: #070b1f;
  font-size: 13px;
  font-weight: 800;
}

#how-it-works .how-card h3 {
  grid-column: auto;
  margin: 0 0 10px;
  font-size: 17px;
  line-height: 1.25;
  text-transform: none;
}

#how-it-works .how-card p {
  grid-column: auto;
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  opacity: 0.74;
}

#how-it-works .how-card p + p {
  margin-top: 10px;
}

#how-it-works .how-card-note {
  color: rgba(255,255,255,0.88);
  font-weight: 700;
  opacity: 1;
}

#how-it-works .how-note {
  max-width: none;
  margin-top: 18px;
  padding: 16px 18px;
  border-left: 3px solid var(--brand-red);
  border-radius: 0 8px 8px 0;
  background: rgba(255,255,255,0.035);
  font-size: 14px;
}

@media (max-width: 900px) {
  #how-it-works .how-image img {
    aspect-ratio: 16 / 9;
  }

  #how-it-works .how-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #how-it-works .how-card {
    min-height: 0;
  }
}

@media (max-width: 560px) {
  #how-it-works h2 {
    font-size: 32px;
  }

  #how-it-works .how-layout {
    gap: 18px;
  }

  #how-it-works .how-image img {
    aspect-ratio: 4 / 3;
  }

  #how-it-works .how-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  #how-it-works .how-card {
    padding: 18px;
  }

  #how-it-works .how-card span {
    width: 34px;
    height: 34px;
    margin-bottom: 14px;
  }
}

/* ===== STYLE REFRESH ===== */
.site-header {
  padding: 8px 0;
}

.nav-container {
  min-height: 68px;
}

.logo img {
  height: 58px;
  transform-origin: center;
  transition: transform 0.28s ease, filter 0.28s ease;
}

.logo:hover img,
.logo:focus-visible img {
  transform: translateY(-2px) scale(1.045);
  filter: drop-shadow(0 10px 18px rgba(237,28,36,0.22));
}

.main-nav {
  gap: 6px;
  padding: 7px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 999px;
  background: rgba(255,255,255,0.045);
  box-shadow: 0 18px 46px rgba(0,0,0,0.22);
}

.main-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 14px;
}

.main-nav .nav-phone {
  color: #ffffff;
  background: rgba(255,255,255,0.08);
}

.main-nav .nav-cta {
  color: #ffffff;
  background: var(--brand-red);
  box-shadow: 0 10px 24px rgba(237,28,36,0.24);
}

.main-nav .nav-cta:hover {
  background: var(--brand-red-light);
}

.trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 8px 12px;
  margin-bottom: 18px;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 999px;
  background: rgba(7,11,31,0.72);
  color: rgba(255,255,255,0.9);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}

.trust-stars {
  color: #ffd76a;
  letter-spacing: 1px;
}

.how-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 46px;
  align-items: start;
}

.how-image {
  position: sticky;
  top: 104px;
  order: 0;
}

.how-image img {
  aspect-ratio: 4 / 5;
  border-radius: 8px;
}

.how-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 0;
  border-top: 1px solid rgba(255,255,255,0.12);
}

.how-card {
  display: grid;
  grid-template-columns: 56px 1fr;
  column-gap: 18px;
  align-items: start;
  min-height: 0;
  padding: 22px 0;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,0.12);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.how-card:hover {
  transform: none;
  background: transparent;
  border-color: rgba(255,255,255,0.18);
  box-shadow: none;
}

.how-card span {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #ffffff;
  color: #070b1f;
  border: 0;
  font-size: 13px;
}

.how-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.25;
  text-transform: none;
}

.how-card p {
  font-size: 14.5px;
  line-height: 1.55;
  opacity: 0.72;
}

.how-card-note {
  color: rgba(255,255,255,0.86);
  font-weight: 600;
}

.how-note {
  max-width: 760px;
  margin-top: 24px;
  padding-left: calc(0.85 * (100% - 46px) / 2 + 46px);
  color: rgba(255,255,255,0.72);
  font-size: 14px;
}

.contact-container {
  max-width: 1200px;
}

.contact-wrapper {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 36px;
  align-items: stretch;
  max-width: none;
}

.contact-left,
.contact-right {
  width: 100%;
  max-width: none;
  border-radius: 8px;
}

.contact-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  padding: 34px;
  border: 1px solid rgba(255,255,255,0.12);
  background: linear-gradient(180deg, rgba(255,255,255,0.055), rgba(255,255,255,0.02));
}

.contact-left h2 {
  max-width: 480px;
  margin-bottom: 14px;
  font-size: 38px;
  line-height: 1.08;
}

.contact-left p {
  max-width: 520px;
}

.contact-info-block {
  max-width: none;
}

.contact-item {
  min-height: 52px;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  background: rgba(7,11,31,0.42);
}

.contact-right {
  padding: 34px;
  background: #ffffff;
  color: #07101f;
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: 0 24px 60px rgba(0,0,0,0.36);
}

.contact-right input:not([type="checkbox"]),
.contact-right textarea {
  border-color: #d8dee8;
  border-radius: 8px;
  background: #f7f9fc;
  color: #07101f;
}

.contact-right input:not([type="checkbox"])::placeholder,
.contact-right textarea::placeholder {
  color: #647084;
}

.contact-right label {
  color: #3e4858;
}

.about-page {
  padding-top: 150px;
  background: #0b0b1f;
}

.about-page h1 {
  max-width: 720px;
  margin-bottom: 28px;
  font-size: 56px;
  line-height: 1;
}

.about-kicker {
  margin-bottom: 14px;
  color: var(--brand-red);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, minmax(140px, 1fr));
  gap: 38px;
  align-items: start;
}

.footer-brand {
  justify-items: start;
  text-align: left;
}

.footer-brand strong {
  color: #ffffff;
  font-family: inherit;
  font-size: 24px;
  text-transform: none;
}

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

.footer-column h3 {
  margin: 0 0 4px;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}

.footer-column a {
  color: rgba(255,255,255,0.68);
  font-size: 14px;
  text-decoration: none;
  transition: color 0.22s ease;
}

.footer-column a:hover {
  color: #ffffff;
}

.footer-bottom {
  margin-top: 34px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

@media (max-width: 1050px) {
  .main-nav {
    gap: 2px;
  }

  .main-nav a {
    padding: 9px 10px;
    font-size: 13px;
  }

  .main-nav .nav-phone {
    display: none;
  }
}

@media (max-width: 900px) {
  .site-header {
    position: fixed;
    padding: 5px 0;
  }

  .nav-container {
    min-height: 58px;
  }

  .logo img {
    height: 46px;
  }

  .main-nav {
    position: absolute;
    top: calc(100% + 10px);
    left: 20px;
    right: 20px;
    width: auto;
    margin-top: 0;
    padding: 12px;
    border-radius: 8px;
  }

  .main-nav a,
  .main-nav .nav-cta {
    justify-content: space-between;
    border-radius: 6px;
  }

  .main-nav .nav-phone {
    display: inline-flex;
  }

  .hero {
    min-height: 620px;
    padding-top: 88px;
  }

  .hero-content {
    margin-left: 0;
    margin-right: 0;
  }

  .how-layout,
  .contact-wrapper,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .how-image {
    position: relative;
    top: auto;
  }

  .how-image img {
    aspect-ratio: 16 / 10;
  }

  .how-grid {
    grid-template-columns: 1fr;
  }

  .how-card {
    padding: 18px 0;
  }

  .how-note {
    padding-left: 0;
  }

  .contact-wrapper {
    max-width: none;
    padding: 0;
  }

  .contact-left,
  .contact-right {
    padding: 24px;
  }

  .contact-left h2 {
    font-size: 32px;
  }

  .about-page {
    padding-top: 120px;
  }

  .about-page h1 {
    font-size: 42px;
  }

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

@media (max-width: 560px) {
  h1,
  .hero h1 {
    font-size: 38px;
  }

  .trust-badge {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  .how-card {
    grid-template-columns: 44px 1fr;
    column-gap: 14px;
  }

  .how-card span {
    width: 34px;
    height: 34px;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* ===== BASE ===== */
body {
  font-family: 'Inter', sans-serif;
  background: #0b0b1f;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

/* ===== CONTAINER ===== */
.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

/* ===== TYPOGRAPHY ===== */
h1 {
  font-size: 48px;
  font-weight: 700;
}

h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

p {
  line-height: 1.65;
  opacity: 0.9;
}

/* ===== HEADER ===== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 2px 0;
  background: rgba(7,11,31,0.82);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(14px);
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.logo img {
  display: block;
  width: auto;
  height: 64px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 999px;
  background: rgba(255,255,255,0.04);
  color: #ffffff;
  cursor: pointer;
  padding: 0;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.menu-toggle.is-open span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.menu-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.is-open span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.main-nav a,
.footer-links a {
  color: rgba(255,255,255,0.82);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.25s ease, background 0.25s ease;
}

.main-nav a {
  border-radius: 999px;
  padding: 10px 16px;
}

.lang-toggle {
  position: relative;
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  width: 86px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #003db8 0%, #0057d8 55%, #00aeff 100%);
  box-shadow: 0 10px 24px rgba(0,0,0,0.28);
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  overflow: hidden;
  padding: 0;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.lang-toggle::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 40px;
  height: 32px;
  border-radius: 999px;
  background: #ffffff;
  transition: transform 0.25s ease;
  z-index: 0;
}

.lang-toggle.is-spanish::before {
  transform: translateX(38px);
}

.lang-option {
  position: relative;
  z-index: 1;
  text-align: center;
  line-height: 1;
  transition: color 0.25s ease;
}

.lang-en {
  color: #0057d8;
}

.lang-sp {
  color: #ffffff;
}

.lang-toggle.is-spanish .lang-en {
  color: #ffffff;
}

.lang-toggle.is-spanish .lang-sp {
  color: #0057d8;
}

.lang-toggle:hover {
  box-shadow: 0 12px 30px rgba(0,87,216,0.34);
  transform: translateY(-1px);
}

.main-nav a:hover,
.footer-links a:hover {
  color: #ffffff;
}

.main-nav a:hover {
  background: rgba(255,255,255,0.08);
}

.legal-header {
  position: sticky;
  background: #070b1f;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

/* ===== SECTIONS ===== */
.section {
  padding: 90px 0;
  scroll-margin-top: 90px;
}

.dark {
  background: #111122;
}

/* ===== LEGAL PAGES ===== */
.legal-page {
  background: #0b0b1f;
  padding: 80px 0;
}

.legal-container {
  max-width: 850px;
}

.legal-container h1 {
  margin-bottom: 12px;
}

.legal-container h2 {
  font-size: 22px;
  margin-top: 34px;
  margin-bottom: 12px;
}

.legal-container h3 {
  color: #ffffff;
  font-size: 17px;
  margin-top: 22px;
  margin-bottom: 8px;
}

.legal-container p {
  color: rgba(255,255,255,0.82);
  margin-bottom: 14px;
}

.legal-container ul {
  color: rgba(255,255,255,0.82);
  line-height: 1.7;
  margin: 0 0 20px 20px;
}

.legal-container li {
  margin-bottom: 6px;
}

.legal-updated {
  color: var(--brand-red);
  font-size: 14px;
  font-weight: 600;
}

/* ===== HERO PRO (VERSIÓN CORRECTA) ===== */
.hero {
  position: relative;
  height: 65vh;
  min-height: 420px;
  padding-top: 72px;
  display: flex;
  align-items: center;   /* centra vertical */
  justify-content: flex-start; /* 🔴 CLAVE: lo manda a la izquierda */
  background: #0b0b1f;
  overflow: hidden;
}

/* IMAGEN BIEN POSICIONADA */
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;

  background: url('../images/hero-truck-optimized.jpg') center center no-repeat;
  background-size: cover;

}

/* OVERLAY FINO (NO INVASIVO) */
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;

  background: linear-gradient(
    90deg,
    #070B1F 0%,
    #070B1F 36%,
    rgba(7,11,31,0.88) 52%,
    rgba(7,11,31,0.45) 72%,
    rgba(7,11,31,0.12) 100%
  );
}
/* GRID REAL */
.hero .container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
}
/* TEXTO ANCLADO */
.hero-content {
  max-width: 520px;
  margin-left: 0;
}
/* TIPOGRAFÍA AGRESIVA */
.hero h1 {
  font-size: 48px;
  line-height: 1.1;
}

/* ROJO MÁS CONTROLADO */
.hero h1 strong {
  color: var(--brand-red);
}

/* SUBTEXTO */
.hero p {
  margin-top: 18px;
  font-size: 16px;
  opacity: 0.75;
}

/* ===== CTA BUTTON ===== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  padding: 17px 30px;
  margin-top: 24px;

  background: linear-gradient(135deg, var(--brand-red-dark) 0%, var(--brand-red) 58%, var(--brand-red-light) 100%);
  color: #fff;

  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.6px;

  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 10px;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow:
    0 12px 28px rgba(237,28,36,0.24),
    inset 0 1px 0 rgba(255,255,255,0.22);

  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

/* flecha */
.btn::after {
  content: "→";
  display: inline-block;
  font-size: 14px;
  animation: arrowNudge 1.35s ease-in-out infinite;
  transition: transform 0.25s ease;
}

/* hover */
.btn:hover {
  background: linear-gradient(135deg, var(--brand-red) 0%, var(--brand-red-light) 100%);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow:
    0 16px 34px rgba(237,28,36,0.32),
    inset 0 1px 0 rgba(255,255,255,0.28);
}

.btn:focus-visible {
  outline: 3px solid rgba(237,28,36,0.35);
  outline-offset: 3px;
}

.btn:hover::after {
  animation-play-state: paused;
  transform: translateX(6px);
}

@keyframes arrowNudge {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(4px);
  }
}

/* animación profesional */
@keyframes pulseBtn {
  0% {
    box-shadow: 0 0 0 0 rgba(237,28,36,0.4);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(237,28,36,0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(237,28,36,0);
  }
}
/* ===== GRID ===== */
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px,1fr));
  gap: 18px;
  margin-top: 40px;
}

/* ===== CARD ===== */
.card {
  position: relative;
  overflow: hidden;
  background: #101010;
  padding: 24px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow:
    0 10px 28px rgba(0,0,0,0.22),
    inset 0 1px 0 rgba(255,255,255,0.04);
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 26px 28px, rgba(0,174,255,0.16), transparent 34px);
  opacity: 1;
}

.services-grid .card::after {
  content: "";
  position: relative;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border-radius: 10px;
  background: rgba(0,174,255,0.13);
  color: #00aeff;
  font-size: 18px;
  font-weight: 800;
  box-shadow: inset 0 0 0 1px rgba(0,174,255,0.24);
  order: -1;
}

.services-grid .card::after {
  content: "↗";
}

.services-grid .card::after {
  content: none;
}

.card-icon {
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  margin-bottom: 18px;
  border-radius: 10px;
  background: rgba(0,174,255,0.13);
  color: #00aeff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  box-shadow: inset 0 0 0 1px rgba(0,174,255,0.24);
  overflow: hidden;
}

.card-icon img {
  width: 19px;
  height: 19px;
  margin: 0;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(59%) sepia(98%) saturate(1720%) hue-rotate(165deg) brightness(101%) contrast(104%);
  box-shadow: none;
}

.card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 18px;
  box-shadow: none;
}

.services-grid .card .card-icon img {
  display: block !important;
  width: 19px !important;
  height: 19px !important;
  min-width: 19px !important;
  max-width: 19px !important;
  min-height: 19px !important;
  max-height: 19px !important;
  aspect-ratio: 1 / 1 !important;
  margin: 0 !important;
  border-radius: 0 !important;
  object-fit: contain !important;
  filter: brightness(0) saturate(100%) invert(59%) sepia(98%) saturate(1720%) hue-rotate(165deg) brightness(101%) contrast(104%) !important;
}

.card:hover {
  transform: translateY(-4px);
  background: #141414;
  border-color: rgba(0,174,255,0.34);
  box-shadow:
    0 18px 42px rgba(0,0,0,0.34),
    inset 0 1px 0 rgba(255,255,255,0.06);
}

.services-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.services-grid .card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 188px;
  padding: 24px;
}

.services-grid .card h3 {
  max-width: none;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.25;
  text-transform: uppercase;
}

.services-grid .card p {
  max-width: none;
  font-size: 14.5px;
  line-height: 1.45;
  opacity: 0.68;
}

/* ===== SERVICES HERO ===== */
.services-hero img {
  width: 100%;
  aspect-ratio: 21 / 9;
  object-fit: cover;
  border-radius: 14px;
}

/* ===== ABOUT ===== */
.about-layout {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: stretch;
  margin-top: 40px;
}

.about-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(255,255,255,0.02);
  padding: 30px;
  border-radius: 12px;
}

.about-text p {
  margin-bottom: 16px;
  max-width: 520px;
}

.about-lead {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}

.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.5);
}

/* ===== HOW IT WORKS (FIX DEFINITIVO) ===== */

.how-layout {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* imagen ahora protagonista */
.how-image {
  width: 100%;
}

.how-image img {
  width: 100%;
  aspect-ratio: 21 / 9;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.6);
}

/* cards debajo */
.how-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.how-card {
  background: #101010;
  padding: 22px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow:
    0 10px 28px rgba(0,0,0,0.22),
    inset 0 1px 0 rgba(255,255,255,0.04);
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.how-card span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: rgba(0,174,255,0.13);
  color: #00aeff;
  border: 1px solid rgba(0,174,255,0.24);
  font-size: 12px;
  font-weight: 800;
}

.how-card h3 {
  margin: 12px 0 8px;
  font-size: 15px;
  line-height: 1.25;
  text-transform: uppercase;
}

.how-card p {
  font-size: 13.5px;
  line-height: 1.45;
  opacity: 0.68;
}

.how-card-note {
  color: #ffffff;
  font-weight: 600;
  opacity: 1;
  margin-top: 8px;
}

.how-card:hover {
  transform: translateY(-4px);
  background: #141414;
  border-color: rgba(0,174,255,0.34);
  box-shadow:
    0 18px 42px rgba(0,0,0,0.34),
    inset 0 1px 0 rgba(255,255,255,0.06);
}

/* ===== CONTACT (INTEGRADO) ===== */

.contact-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}

.contact-left {
  max-width: 450px;
}

.contact-info-block {
  display: grid;
  gap: 12px;
  margin-top: 28px;
  max-width: 430px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255,255,255,0.9);
  text-decoration: none;
  line-height: 1.4;
  transition: color 0.22s ease, transform 0.22s ease;
}

.contact-item img {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.78;
  transition: opacity 0.22s ease, filter 0.22s ease;
}

.contact-item:hover,
.contact-item:focus-visible {
  color: #ffffff;
  transform: translateX(2px);
  outline: none;
}

.contact-item:hover img,
.contact-item:focus-visible img {
  opacity: 1;
  filter: brightness(0) invert(1) drop-shadow(0 0 8px rgba(255,255,255,0.24));
}

.contact-right {
  background:
    linear-gradient(180deg, rgba(0,160,255,0.12), rgba(0,83,190,0.05)),
    #111122;
  padding: 34px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow:
    0 22px 56px rgba(0,0,0,0.42),
    inset 0 1px 0 rgba(255,255,255,0.08);
}

.contact-right form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.contact-right input:not([type="checkbox"]),
.contact-right textarea {
  width: 100%;
  padding: 15px 16px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(7,11,31,0.88);
  color: white;
  font: inherit;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.contact-right textarea {
  min-height: 128px;
  resize: vertical;
}

.contact-right input:not([type="checkbox"]):focus,
.contact-right textarea:focus {
  outline: none;
  border-color: var(--brand-red);
  box-shadow: 0 0 0 4px rgba(237,28,36,0.12);
}

.contact-right label {
  display: flex;
  gap: 10px;
  font-size: 13px;
  align-items: flex-start;
  line-height: 1.45;
  margin-top: 2px;
}

.contact-right input[type="checkbox"] {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  accent-color: var(--brand-red);
}

.contact-right .btn {
  justify-content: center;
  width: 100%;
  margin-top: 10px;
  border: 0;
  cursor: pointer;
}

.form-status {
  margin-top: 4px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  opacity: 1;
}

.form-status.is-success {
  color: #4ade80;
}

.form-status.is-error {
  color: #ff6b6b;
}

/* ===== FOOTER ===== */
.site-footer {
  background: #070b1f;
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 38px 0 30px;
}

.footer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  text-align: center;
}

.footer-brand {
  display: grid;
  justify-items: center;
  gap: 8px;
}

.footer-brand strong {
  color: var(--accent);
  font-family: "Oswald", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.footer-brand span {
  color: rgba(255,255,255,0.66);
  font-size: 13px;
}

.social-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 8px;
}

.social-links a {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 50%;
  background: rgba(255,255,255,0.035);
  text-decoration: none;
  transition: background 0.22s ease, border-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.social-links a:hover,
.social-links a:focus-visible {
  background: rgba(237,28,36,0.16);
  border-color: rgba(237,28,36,0.42);
  box-shadow: 0 0 18px rgba(237,28,36,0.24);
  transform: translateY(-2px) scale(1.04);
  outline: none;
}

.social-links img {
  width: 17px;
  height: 17px;
  object-fit: contain;
  filter: invert(1);
}

.social-links a:hover img {
  filter: brightness(0) invert(1) drop-shadow(0 0 7px rgba(255,255,255,0.22));
}

.site-footer p {
  font-size: 13px;
  opacity: 0.65;
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 20;
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25d366;
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 16px 34px rgba(0,0,0,0.34);
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.whatsapp-float svg {
  width: 34px;
  height: 34px;
  fill: currentColor;
}

.whatsapp-float:hover {
  background: #075e54;
  transform: translateY(-3px);
  box-shadow: 0 20px 42px rgba(0,0,0,0.42);
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 22px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 980px) {

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

}

@media (max-width: 900px) {

  .site-header {
    position: static;
    padding: 6px 0;
  }

  .nav-container {
    position: relative;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0;
  }

  .logo img {
    height: 44px;
  }

  .menu-toggle {
    display: inline-block !important;
    margin-left: auto;
  }

  .main-nav {
    width: 100%;
    display: none !important;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    margin-top: 10px;
    padding: 12px;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 14px;
    background: rgba(7,11,31,0.96);
    box-shadow: 0 16px 34px rgba(0,0,0,0.34);
  }

  .main-nav.is-open {
    display: flex !important;
  }

  .main-nav a {
    padding: 10px 12px;
    background: rgba(255,255,255,0.04);
  }

  .lang-toggle {
    width: 78px;
    height: 34px;
    margin-top: 2px;
  }

  .lang-toggle::before {
    top: 3px;
    left: 3px;
    width: 36px;
    height: 28px;
  }

  .lang-toggle.is-spanish::before {
    transform: translateX(36px);
  }

  .hero-content {
    margin-left: 24px;
    margin-right: 24px;
  }

  .hero {
    padding-top: 24px;
  }

  .about-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .about-text {
    padding: 24px;
  }

  .about-text p {
    max-width: none;
  }

  .about-image img {
    height: auto;
    aspect-ratio: 16 / 11;
  }

  .how-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

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

  .card,
  .services-grid .card,
  .how-card {
    padding: 16px;
  }

  .services-grid .card h3,
  .how-card h3 {
    font-size: 13px;
  }

  .services-grid .card p,
  .how-card p {
    font-size: 12.5px;
  }

  .services-grid .card {
    min-height: 0;
  }

  .contact-wrapper {
    grid-template-columns: 1fr;
    gap: 28px;
    width: 100%;
    max-width: 360px;
    padding: 0 16px;
  }

  .contact-left {
    max-width: none;
  }

  .contact-right {
    padding: 24px;
    border-radius: 16px;
  }

  .contact-right input:not([type="checkbox"]),
  .contact-right textarea {
    padding: 14px 16px;
  }

  .whatsapp-float {
    right: 18px;
    bottom: 84px;
    width: 54px;
    height: 54px;
  }

  .whatsapp-float svg {
    width: 31px;
    height: 31px;
  }

  .footer-container {
    align-items: center;
  }

}

/* ===== FINAL STYLE REFRESH OVERRIDES ===== */
.site-header {
  position: fixed;
  padding: 8px 0;
}

.nav-container {
  min-height: 68px;
}

.logo img {
  height: 58px;
  transform-origin: center;
  transition: transform 0.28s ease, filter 0.28s ease;
}

.logo:hover img,
.logo:focus-visible img {
  transform: translateY(-2px) scale(1.045);
  filter: drop-shadow(0 10px 18px rgba(237,28,36,0.22));
}

.main-nav {
  gap: 6px;
  padding: 7px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 999px;
  background: rgba(255,255,255,0.045);
  box-shadow: 0 18px 46px rgba(0,0,0,0.22);
}

.main-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 14px;
}

.main-nav .nav-phone {
  color: #ffffff;
  background: rgba(255,255,255,0.08);
}

.main-nav .nav-cta {
  color: #ffffff;
  background: var(--brand-red);
  box-shadow: 0 10px 24px rgba(237,28,36,0.24);
}

.main-nav .nav-cta:hover {
  background: var(--brand-red-light);
}

.trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 8px 12px;
  margin-bottom: 18px;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 999px;
  background: rgba(7,11,31,0.72);
  color: rgba(255,255,255,0.9);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}

.trust-stars {
  color: #ffd76a;
  letter-spacing: 1px;
}

.how-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 46px;
  align-items: start;
}

.how-image {
  position: sticky;
  top: 104px;
  order: 0;
}

.how-image img {
  aspect-ratio: 4 / 5;
  border-radius: 8px;
}

.how-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 0;
  border-top: 1px solid rgba(255,255,255,0.12);
}

.how-card {
  display: grid;
  grid-template-columns: 56px 1fr;
  column-gap: 18px;
  align-items: start;
  min-height: 0;
  padding: 22px 0;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,0.12);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.how-card:hover {
  transform: none;
  background: transparent;
  border-color: rgba(255,255,255,0.18);
  box-shadow: none;
}

.how-card span {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #ffffff;
  color: #070b1f;
  border: 0;
  font-size: 13px;
}

.how-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.25;
  text-transform: none;
}

.how-card p {
  font-size: 14.5px;
  line-height: 1.55;
  opacity: 0.72;
}

.how-card-note {
  color: rgba(255,255,255,0.86);
  font-weight: 600;
}

.how-note {
  max-width: 760px;
  margin-top: 24px;
  padding-left: calc(0.85 * (100% - 46px) / 2 + 46px);
  color: rgba(255,255,255,0.72);
  font-size: 14px;
}

.contact-container {
  max-width: 1200px;
}

.contact-wrapper {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 36px;
  align-items: stretch;
  max-width: none;
}

.contact-left,
.contact-right {
  width: 100%;
  max-width: none;
  border-radius: 8px;
}

.contact-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  padding: 34px;
  border: 1px solid rgba(255,255,255,0.12);
  background: linear-gradient(180deg, rgba(255,255,255,0.055), rgba(255,255,255,0.02));
}

.contact-left h2 {
  max-width: 480px;
  margin-bottom: 14px;
  font-size: 38px;
  line-height: 1.08;
}

.contact-left p {
  max-width: 520px;
}

.contact-info-block {
  max-width: none;
}

.contact-item {
  min-height: 52px;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  background: rgba(7,11,31,0.42);
}

.contact-right {
  padding: 34px;
  background: #ffffff;
  color: #07101f;
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: 0 24px 60px rgba(0,0,0,0.36);
}

.contact-right input:not([type="checkbox"]),
.contact-right textarea {
  border-color: #d8dee8;
  border-radius: 8px;
  background: #f7f9fc;
  color: #07101f;
}

.contact-right input:not([type="checkbox"])::placeholder,
.contact-right textarea::placeholder {
  color: #647084;
}

.contact-right label {
  color: #3e4858;
}

.about-page {
  padding-top: 150px;
  background: #0b0b1f;
}

.about-page h1 {
  max-width: 720px;
  margin-bottom: 28px;
  font-size: 56px;
  line-height: 1;
}

.about-kicker {
  margin-bottom: 14px;
  color: var(--brand-red);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, minmax(140px, 1fr));
  gap: 38px;
  align-items: start;
}

.footer-brand {
  justify-items: start;
  text-align: left;
}

.footer-brand strong {
  color: #ffffff;
  font-family: inherit;
  font-size: 24px;
  text-transform: none;
}

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

.footer-column h3 {
  margin: 0 0 4px;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}

.footer-column a {
  color: rgba(255,255,255,0.68);
  font-size: 14px;
  text-decoration: none;
  transition: color 0.22s ease;
}

.footer-column a:hover {
  color: #ffffff;
}

.footer-bottom {
  margin-top: 34px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

@media (max-width: 1050px) {
  .main-nav {
    gap: 2px;
  }

  .main-nav a {
    padding: 9px 10px;
    font-size: 13px;
  }

  .main-nav .nav-phone {
    display: none;
  }
}

@media (max-width: 900px) {
  .site-header {
    position: fixed;
    padding: 5px 0;
  }

  .nav-container {
    min-height: 58px;
  }

  .logo img {
    height: 46px;
  }

  .main-nav {
    position: absolute;
    top: calc(100% + 10px);
    left: 20px;
    right: 20px;
    width: auto;
    margin-top: 0;
    padding: 12px;
    border-radius: 8px;
  }

  .main-nav a,
  .main-nav .nav-cta {
    justify-content: space-between;
    border-radius: 6px;
  }

  .main-nav .nav-phone {
    display: inline-flex;
  }

  .hero {
    min-height: 620px;
    padding-top: 88px;
  }

  .hero-content {
    margin-left: 0;
    margin-right: 0;
  }

  .how-layout,
  .contact-wrapper,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .how-image {
    position: relative;
    top: auto;
  }

  .how-image img {
    aspect-ratio: 16 / 10;
  }

  .how-grid {
    grid-template-columns: 1fr;
  }

  .how-card {
    padding: 18px 0;
  }

  .how-note {
    padding-left: 0;
  }

  .contact-wrapper {
    max-width: none;
    padding: 0;
  }

  .contact-left,
  .contact-right {
    padding: 24px;
  }

  .contact-left h2 {
    font-size: 32px;
  }

  .about-page {
    padding-top: 120px;
  }

  .about-page h1 {
    font-size: 42px;
  }

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

@media (max-width: 560px) {
  h1,
  .hero h1 {
    font-size: 38px;
  }

  .trust-badge {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  .how-card {
    grid-template-columns: 44px 1fr;
    column-gap: 14px;
  }

  .how-card span {
    width: 34px;
    height: 34px;
  }
}
