.elementor-36705 .elementor-element.elementor-element-1eaad8e{--display:flex;}.elementor-36705 .elementor-element.elementor-element-4687fcb{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-4687fcb *//* ===========================
     RESET & BASE
  =========================== */
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  :root {
    --black:    #0a0a0a;
    --white:    #f5f2ec;
    --orange:   #e85d04;
    --orange2:  #f48c06;
    --sand:     #f5f2ec;
    --gray:     #1c1c1c;
    --mid:      #555;
    --border:   rgba(255,255,255,0.10);
    --ff-head:  'Barlow Condensed', sans-serif;
    --ff-body:  'DM Sans', sans-serif;
  }

  html { scroll-behavior: smooth; }

  body {
    font-family: var(--ff-body);
    background: var(--black);
    color: var(--white);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
  }

  @import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,400;0,600;0,700;0,800;0,900;1,700&family=DM+Sans:wght@300;400;500&display=swap');


.seo-intro {
  padding: 60px 40px;
  max-width: 1200px;
  margin: 0 auto;
  color: #cccccc; /* ← añade esto */
}

.seo-intro h2,
.seo-intro h3 {
  color: #ffffff;
}

.seo-intro p {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.seo-intro-inner {
  max-width: 800px;
  margin: 0 auto;
}



.seo-intro h3 {
  font-size: 1.2rem;
  margin: 1.5rem 0 0.75rem;
}
  /* ===========================
     ANNOUNCEMENT BAR
  =========================== */
  .topbar {
    background: var(--orange);
    text-align: center;
    padding: 8px 16px;
    font-family: var(--ff-body);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.03em;
    color: #fff;
  }
  .topbar a { color: #fff; text-decoration: underline; }

  /* ===========================
     HERO
  =========================== */
  .hero {
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 60px 40px 80px;
    position: relative;
    overflow: hidden;
    background: var(--black);
  }

  .hero-bg {
    position: absolute;
    inset: 0;
    background:
      linear-gradient(to bottom, rgba(10,10,10,0.15) 0%, rgba(10,10,10,0.75) 60%, rgba(10,10,10,1) 100%),
      url('https://lamoto.co/wp-content/uploads/2026/04/slider.webp') center/cover no-repeat;
    z-index: 0;
  }

  .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--orange);
    color: #fff;
    font-family: var(--ff-body);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 2px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    width: fit-content;
  }

  .hero h1 {
    font-family: var(--ff-head);
    font-size: clamp(52px, 9vw, 110px);
    font-weight: 900;
    line-height: 0.92;
    text-transform: uppercase;
    letter-spacing: -0.01em;
    color: var(--white);
    position: relative;
    z-index: 1;
    max-width: 900px;
  }

  .hero h1 em {
    font-style: italic;
    color: var(--orange);
  }

  .hero-sub {
    margin-top: 24px;
    font-size: 17px;
    font-weight: 300;
    color: rgba(245,242,236,0.75);
    max-width: 520px;
    position: relative;
    z-index: 1;
  }

  .hero-ctas {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 36px;
    position: relative;
    z-index: 1;
  }

  .btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--orange);
    color: #fff;
    font-family: var(--ff-head);
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 16px 32px;
    border-radius: 3px;
    text-decoration: none;
    transition: background 0.2s, transform 0.15s;
  }
  .btn-primary:hover { background: var(--orange2); transform: translateY(-2px); }

  .btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    border: 1.5px solid rgba(245,242,236,0.4);
    color: var(--white);
    font-family: var(--ff-head);
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 16px 32px;
    border-radius: 3px;
    text-decoration: none;
    transition: border-color 0.2s, background 0.2s;
  }
  .btn-outline:hover { border-color: var(--white); background: rgba(255,255,255,0.05); }

  /* ===========================
     TRUST STRIP
  =========================== */
  .trust-strip {
    background: var(--gray);
    border-top: 1px solid rgba(255,255,255,0.07);
    border-bottom: 1px solid rgba(255,255,255,0.07);
    padding: 20px 40px;
    display: flex;
    justify-content: center;
    gap: clamp(20px, 4vw, 60px);
    flex-wrap: wrap;
  }

  .trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 500;
    color: rgba(245,242,236,0.7);
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .trust-item svg {
    color: var(--orange);
    flex-shrink: 0;
  }

  /* ===========================
     SECTION LABEL
  =========================== */
  .section-label {
    display: inline-block;
    font-family: var(--ff-body);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--orange);
    margin-bottom: 16px;
  }

  /* ===========================
     FLEET SECTION
  =========================== */
  .fleet {
    padding: 100px 40px;
    max-width: 1200px;
    margin: 0 auto;
  }

  .fleet-header {
    margin-bottom: 64px;
  }

  .fleet-header h2 {
    font-family: var(--ff-head);
    font-size: clamp(36px, 5vw, 64px);
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1;
    color: var(--white);
  }

  .fleet-header h2 span { color: var(--orange); }

  .fleet-header p {
    margin-top: 16px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(245,242,236,0.6);
    max-width: 480px;
  }

  .fleet-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2px;
  }

  .moto-card {
    background: var(--gray);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }

  .moto-card:first-child {
    grid-row: span 1;
  }

  .moto-card-img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
  }

  .moto-card:hover .moto-card-img { transform: scale(1.04); }

  .moto-card-body {
    padding: 28px 28px 32px;
    flex: 1;
    display: flex;
    flex-direction: column;
  }

  .moto-tag {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--orange);
    margin-bottom: 10px;
  }

  .moto-card h3 {
    font-family: var(--ff-head);
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    line-height: 1.1;
    color: var(--white);
    margin-bottom: 12px;
  }

  .moto-price {
    font-family: var(--ff-head);
    font-size: 42px;
    font-weight: 900;
    color: var(--orange);
    line-height: 1;
    margin-bottom: 4px;
  }
  .moto-price span {
    font-size: 16px;
    font-weight: 400;
    color: rgba(245,242,236,0.5);
    font-family: var(--ff-body);
  }

  .moto-desc {
    font-size: 14px;
    font-weight: 300;
    color: rgba(245,242,236,0.6);
    margin: 16px 0 20px;
    line-height: 1.65;
    flex: 1;
  }

  .moto-features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
  }

  .feat-tag {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    color: rgba(245,242,236,0.7);
    font-size: 11px;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 2px;
    letter-spacing: 0.03em;
  }

  .moto-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--orange);
    color: #fff;
    font-family: var(--ff-head);
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 13px 24px;
    border-radius: 2px;
    text-decoration: none;
    transition: background 0.2s;
    align-self: flex-start;
  }
  .moto-cta:hover { background: var(--orange2); }

  /* FEATURED card (KTM) */
  .moto-card.featured {
    border: 1.5px solid var(--orange);
  }
  .moto-card.featured .moto-card-img {
    aspect-ratio: 16/9;
  }

  .featured-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: var(--orange);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 2px;
    z-index: 2;
  }

  /* ===========================
     HOW IT WORKS
  =========================== */
  .how {
    background: var(--gray);
    padding: 100px 40px;
    border-top: 1px solid rgba(255,255,255,0.06);
    border-bottom: 1px solid rgba(255,255,255,0.06);
  }

  .how-inner {
    max-width: 1200px;
    margin: 0 auto;
  }

  .how h2 {
    font-family: var(--ff-head);
    font-size: clamp(32px, 4vw, 56px);
    font-weight: 800;
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: 56px;
  }
  .how h2 span { color: var(--orange); }

  .steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 0;
    counter-reset: steps;
  }

  .step {
    padding: 32px 28px;
    border-left: 1px solid rgba(255,255,255,0.08);
    counter-increment: steps;
    position: relative;
  }
  .step:first-child { border-left: none; }

  .step-num {
    font-family: var(--ff-head);
    font-size: 72px;
    font-weight: 900;
    color: rgba(232,93,4,0.12);
    line-height: 1;
    margin-bottom: 12px;
  }

  .step h3 {
    font-family: var(--ff-head);
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: 10px;
  }

  .step p {
    font-size: 14px;
    font-weight: 300;
    color: rgba(245,242,236,0.55);
    line-height: 1.7;
  }

  /* ===========================
     REQUIREMENTS
  =========================== */
  .requirements {
    padding: 100px 40px;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
  }

  @media (max-width: 768px) {
    .requirements { grid-template-columns: 1fr; gap: 40px; }
  }

  .req-content h2 {
    font-family: var(--ff-head);
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 800;
    text-transform: uppercase;
    color: var(--white);
    line-height: 1;
    margin-bottom: 32px;
  }
  .req-content h2 span { color: var(--orange); }

  .req-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .req-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    font-size: 15px;
    font-weight: 400;
    color: rgba(245,242,236,0.75);
    line-height: 1.5;
  }

  .req-list li::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--orange);
    margin-top: 8px;
    flex-shrink: 0;
  }

  .req-highlight {
    background: var(--gray);
    border: 1px solid rgba(255,255,255,0.08);
    border-left: 3px solid var(--orange);
    padding: 28px 32px;
    border-radius: 2px;
  }

  .req-highlight h3 {
    font-family: var(--ff-head);
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: 12px;
  }

  .req-highlight p {
    font-size: 14px;
    font-weight: 300;
    color: rgba(245,242,236,0.6);
    line-height: 1.7;
  }

  .no-deposit-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(232,93,4,0.12);
    border: 1px solid rgba(232,93,4,0.3);
    color: var(--orange);
    font-size: 13px;
    font-weight: 600;
    padding: 10px 18px;
    border-radius: 2px;
    margin-top: 20px;
    letter-spacing: 0.04em;
  }

  /* ===========================
     DESTINATIONS
  =========================== */
  .destinations {
    background: var(--gray);
    padding: 100px 40px;
    border-top: 1px solid rgba(255,255,255,0.06);
  }

  .destinations-inner {
    max-width: 1200px;
    margin: 0 auto;
  }

  .destinations h2 {
    font-family: var(--ff-head);
    font-size: clamp(32px, 4vw, 56px);
    font-weight: 800;
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: 8px;
  }
  .destinations h2 span { color: var(--orange); }

  .destinations-sub {
    font-size: 15px;
    font-weight: 300;
    color: rgba(245,242,236,0.55);
    margin-bottom: 56px;
    max-width: 480px;
  }

  .dest-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2px;
  }

  .dest-card {
    position: relative;
    overflow: hidden;
    aspect-ratio: 3/4;
  }

  .dest-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
  }
  .dest-card:hover img { transform: scale(1.06); }

  .dest-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(10,10,10,0.9) 0%, rgba(10,10,10,0.1) 60%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 28px 24px;
  }

  .dest-km {
    font-size: 11px;
    font-weight: 600;
    color: var(--orange);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 6px;
  }

  .dest-card h3 {
    font-family: var(--ff-head);
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--white);
    line-height: 1.1;
    margin-bottom: 8px;
  }

  .dest-card p {
    font-size: 13px;
    font-weight: 300;
    color: rgba(245,242,236,0.65);
    line-height: 1.5;
  }

  /* ===========================
     FAQ
  =========================== */
  .faq {
    padding: 100px 40px;
    max-width: 800px;
    margin: 0 auto;
  }

  .faq h2 {
    font-family: var(--ff-head);
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 800;
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: 48px;
  }
  .faq h2 span { color: var(--orange); }

  .faq-item {
    border-bottom: 1px solid rgba(255,255,255,0.08);
    padding: 24px 0;
  }

  .faq-item:first-of-type { border-top: 1px solid rgba(255,255,255,0.08); }

  .faq-q {
    font-family: var(--ff-head);
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: 12px;
    letter-spacing: 0.02em;
  }

  .faq-a {
    font-size: 14px;
    font-weight: 300;
    color: rgba(245,242,236,0.6);
    line-height: 1.75;
  }

  /* ===========================
     FINAL CTA
  =========================== */
  .final-cta {
    background: var(--orange);
    padding: 100px 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }

  .final-cta::before {
    content: 'BOOK NOW';
    position: absolute;
    font-family: var(--ff-head);
    font-size: 200px;
    font-weight: 900;
    color: rgba(255,255,255,0.07);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    pointer-events: none;
    letter-spacing: -0.02em;
  }

  .final-cta h2 {
    font-family: var(--ff-head);
    font-size: clamp(36px, 6vw, 80px);
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
  }

  .final-cta p {
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,0.8);
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
  }

  .final-cta .btn-white {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    color: var(--orange);
    font-family: var(--ff-head);
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 18px 40px;
    border-radius: 3px;
    text-decoration: none;
    transition: transform 0.15s;
    position: relative;
    z-index: 1;
  }
  .final-cta .btn-white:hover { transform: scale(1.03); }

  /* ===========================
     FOOTER NOTE
  =========================== */
  .footer-note {
    background: var(--black);
    text-align: center;
    padding: 24px 40px;
    font-size: 12px;
    color: rgba(245,242,236,0.3);
    border-top: 1px solid rgba(255,255,255,0.06);
  }
  .footer-note a { color: rgba(245,242,236,0.5); }

  /* ===========================
     RESPONSIVE
  =========================== */
  @media (max-width: 768px) {
    .hero { padding: 40px 20px 60px; }
    .trust-strip { padding: 16px 20px; gap: 16px; }
    .trust-item span { display: none; }
    .fleet, .faq { padding: 64px 20px; }
    .how, .destinations { padding: 64px 20px; }
    .requirements { padding: 64px 20px; }
    .final-cta { padding: 64px 20px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .step { border-left: none; border-top: 1px solid rgba(255,255,255,0.08); }
    .step:nth-child(odd) { border-left: none; }
  }

  @media (max-width: 480px) {
    .fleet-grid { grid-template-columns: 1fr; }
    .dest-grid { grid-template-columns: 1fr; }
    .dest-card { aspect-ratio: 4/3; }
    .steps { grid-template-columns: 1fr; }
    .hero-ctas { flex-direction: column; }
    .btn-primary, .btn-outline { width: 100%; justify-content: center; }
  }/* End custom CSS */