    body {
      font-family: 'Rubik', sans-serif;
      color: #333;
      padding-bottom: 0px !important;
    }

    ::-webkit-scrollbar {
      width: 10px;
    }

    ::-webkit-scrollbar-track {
      background: transparent;
      -webkit-box-shadow: none;
    }

    ::-webkit-scrollbar {
      width: 12px;
    }

    ::-webkit-scrollbar-track {
      background: #000000;
    }

    ::-webkit-scrollbar-thumb {
      background-color: #fac00f;
      border-radius: 6px;
      border: 2px solid #000000;
    }

    ::-webkit-scrollbar-thumb:hover {
      background: #d9a600;
    }

    .navbar-custom-2 {
      background-color: #fff !important;
      padding: 15px 0;
    }

    .nav-link {
      color: #333 !important;
      font-weight: 500;
      margin: 0 10px;
    }

    .btn-nav-cta {
      background-color: #fac00f;
      color: #000 !important;
      font-weight: 600;
      border-radius: 5px;
      padding: 8px 20px;
    }

    .btn-nav-cta:hover,
    .btn-nav-cta:focus,
    .btn-nav-cta:active {
      background-color: #d9a600;
      color: #000 !important;
    }

    .hero-section {
      position: relative;
      padding-top: calc(37px + 70px + 1.5rem);
      padding-bottom: 0;
      margin-bottom: -110px;
      overflow: hidden;
      text-align: center;
      background: #f5f5f5;
    }

    /* Fondo hero: <picture> permite imagen distinta en móvil (hero_barcelona_pins_mobile.png) */
    .hero-bg {
      position: absolute;
      inset: 0;
      z-index: 0;
      overflow: hidden;
      pointer-events: none;
    }

    .hero-bg picture,
    .hero-bg .hero-bg-img {
      display: block;
      width: 100%;
      height: 100%;
    }

    .hero-bg .hero-bg-img {
      object-fit: cover;
      object-position: center top;
    }

    .hero-overlay {
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
    }

    .hero-content {
      position: relative;
      z-index: 2;
    }

    .hero-title {
      font-size: 2.5rem;
      font-weight: 200;
      margin-bottom: 20px;
    }

    .hero-title b {
      font-weight: 700;
    }

    .btn-hero-primary {
      background-color: #fac00f;
      border: none;
      padding: 12px 30px;
      font-weight: 500;
      border-radius: 6px;
      font-size: 1.1rem;
      color: #000;
      margin-right: 10px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }
    .btn-hero-primary:hover{
      background-color: #d9a600;
    }

    .btn-hero-secondary {
      background-color: #e0e0e0;
      border: none;
      padding: 12px 30px;
      font-weight: 500;
      border-radius: 6px;
      font-size: 1.1rem;
      color: #333;
    }
    .btn-hero-secondary:hover{
      background-color: #cfcfcf;
    }

    .hero-dashboard-img {
      margin-top: 30px;
      margin-bottom: 0;
      border-radius: 10px 10px 0px 0px;
      position: relative;
      z-index: 3;
      display: block;
      width: 100%;
      height: auto;
    }

    .trusted-by {
      background: #fff;
      padding: 40px 0;
    }

    .logo-strip img {
      height: 30px;
      filter: grayscale(100%);
      opacity: 0.6;
      margin: 0 20px;
    }

    .logo-strip img:hover {
        filter: grayscale(0);
    }

    .section-header {
      text-align: center;
      margin-bottom: 50px;
    }

    .section-header h2 {
      font-size: 2.2rem;
      font-weight: 700;
    }

    .section-header p {
      color: #666;
      font-size: 1.1rem;
      max-width: 700px;
      margin: 0 auto;
    }

    .highlight-yellow {
      position: relative;
      display: inline-block;
    }

    .highlight-yellow::after {
      content: '';
      position: absolute;
      bottom: 5px;
      left: 0;
      width: 100%;
      height: 8px;
      background-color: rgba(250, 192, 15, 0.4);
      z-index: -1;
    }

    .app-card {
      border: none;
      border-radius: 15px;
      background: #fff;
      padding: 30px 20px;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s ease;
      height: 100%;
      text-align: left;
    }

    .app-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    }

    .app-icon-wrapper {
      margin-bottom: 20px;
      font-size: 2rem;
    }

    .app-icon-wrapper img {
      width: 3.5rem;
      height: 3.5rem;
      object-fit: contain;
    }

    .app-title {
      font-weight: 700;
      font-size: 1.25rem;
      margin-bottom: 10px;
    }

    .app-desc {
      font-size: 0.9rem;
      color: #666;
      line-height: 1.5;
    }

    .feature-item {
      display: flex;
      align-items: flex-start;
      background: #fff;
      padding: 20px;
      border-radius: 10px;
      border: 1px solid #f0f0f0;
      height: 100%;
    }

    .feature-icon {
      min-width: 50px;
      height: 50px;
      background: #fff8e1;
      color: #fac00f;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.2rem;
      margin-right: 20px;
    }

    .feature-content h4 {
      font-weight: 700;
      font-size: 1.1rem;
      margin-bottom: 5px;
    }

    .feature-content p {
      font-size: 0.95rem;
      color: #666;
      margin: 0;
    }

    .re-card {
      text-align: left;
      padding: 25px;
      border: 1px solid #eee;
      border-radius: 12px;
      height: 100%;
    }

    .re-icon {
      font-size: 2rem;
      color: #444;
      margin-bottom: 15px;
    }

    .re-link {
      color: #fac00f;
      font-weight: 600;
      text-decoration: none;
      margin-top: 15px;
      display: block;
    }

    .re-link i {
      font-size: 0.8rem;
      margin-left: 5px;
    }

    .rgpd-section {
      background-color: #fff;
      padding: 80px 0;
    }

    .rgpd-img {
      max-height: 370px;
      margin-right: 50px;
    }

    .faq-title {
      font-size: 1rem;
      font-weight: 700;
      text-align: center;
      margin-top: 10px;
      margin-bottom: 10px;
    }

    .faq-question {
      width: 100%;
      text-align: left;
      background: #fff;
      border: none;
      padding: 20px;
      font-weight: 600;
      font-size: 1.1rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      transition: background-color 0.3s ease;
    }


    .faq-question:hover {
      background-color: #fff;
    }

    .faq-question[aria-expanded="true"] {
      color: #fac00f;
    }

    .faq-answer {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.3s ease-out;
      background-color: #fff;
    }

    .faq-content {
      padding: 0 20px 20px 20px;
      color: #666;
      font-size: 0.95rem;
      line-height: 1.6;
    }

    .faq-icon {
      width: 24px;
      height: 24px;
      position: relative;
      transition: transform 0.3s ease;
    }

    .faq-icon::after {
      content: '\f078';
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      font-size: 14px;
      color: #333;
      position: absolute;
      right: 0;
      top: 0;
    }

    .faq-question[aria-expanded="true"] .faq-icon {
      transform: rotate(180deg);
    }

    .faq-item {
      border: 1px solid #eee;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
    }

    .formSuccessBee {
      border-radius: 10px;
      padding: 20px 20px;
      font-weight: bold;
      font-size: 17px;
      line-height: 40px;
      color: #288f43;
    }

    .footer-contact,
    .footer-contact a,
    .footer-contact a:visited,
    .footer-contact a:hover,
    .footer-contact a:active,
    .footer-contact a[x-apple-data-detectors] {
      color: #6c757d !important;
      -webkit-text-fill-color: #6c757d !important;
      text-decoration: none !important;
    }

    .top-bar-announcement {
      background-color: #fac00f;
      color: #212529;
      font-size: 14px;
      padding: 8px 0;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 1029;
      font-weight: 500;
    }

    .top-bar-announcement a {
      color: #212529;
      text-decoration: none;
      font-weight: 700;
    }

    .navbar-custom-2 {
      top: 37px;
    }

    @media (max-width: 1170px) {
      #timeCallHolder {
        flex-direction: column !important;
      }

      #timeCallHolder > div {
        width: 100% !important;
        margin-bottom: 1.5rem;
      }
    }

    @media (max-width: 768px) {
      html,
      body {
        overflow-x: hidden;
      }

      .top-bar-announcement {
        position: relative;
      }

      .navbar-custom-2 {
        top: 0;
      }

      .hero-section {
        padding-top: calc(70px + 1rem);
        margin-bottom: -20px;
        min-height: min(520px, 88vh);
      }

      /* Recorte vertical: cielo arriba (texto), ciudad + pins abajo */
      .hero-bg .hero-bg-img {
        object-fit: cover;
        object-position: center top;
      }

      .hero-overlay {
        background: linear-gradient(
          to bottom,
          rgba(255, 255, 255, 0.95) 0%,
          rgba(255, 255, 255, 0.75) 45%,
          rgba(255, 255, 255, 0.15) 100%
        );
      }

      .hero-section .mt-4.mb-5 {
        margin-bottom: 1.5rem !important;
      }

      .hero-section .mt-4.mb-5 form,
      .hero-section .mt-4.mb-5 .btn {
        display: block;
        width: 100%;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
      }

      .hero-dashboard-img {
        margin-top: 10px;
        margin-bottom: 0;
        max-width: 92%;
      }

      .top-bar-hide-mobile {
        display: none;
      }

      .top-bar-content {
        flex-direction: column;
        text-align: center;
      }

      .hero-title{
        font-size:1.5rem;
        font-weight:400;
      }
      .btn-hero-primary{
        margin-right:0px;
        margin-bottom:10px;
      }
      .padding-mobile{
        padding:0px 15px;
      }
    }

    .scroll-to-top {
      position: fixed;
      bottom: 28px;
      right: 28px;
      width: 48px;
      height: 48px;
      background: #fac001;
      color: #1b1b1b;
      border: none;
      border-radius: 50%;
      display: none;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      z-index: 1040;
      box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
      transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
      font-size: 1.1rem;
    }

    .scroll-to-top:hover {
      background: #e6ad00;
      transform: translateY(-2px);
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.22);
    }

    .btn-cookie-settings {
      z-index: 1040;
    }
