/* ===== W60 CUSTOM OVERRIDES — mantém identidade visual do modelo ===== */
    #html-w60 {
      font-family: 'Quicksand', sans-serif;
    }

    /* DOBRA 1 — estrutura BW3 */
    #html-w60 .dobra-1 {
      position: relative;
      min-height: 100vh;
      background: #0a0d07;
      display: flex;
      align-items: stretch;
      overflow: hidden;
    }

    #html-w60 .dobra-1 .hero-left {
      position: relative;
      z-index: 2;
      width: 46%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 120px 60px 80px 80px;
      background: linear-gradient(105deg, #070b05 60%, transparent 100%);
    }

    #html-w60 .dobra-1 .hero-right {
      flex: 1;
      position: relative;
      overflow: hidden;
    }

    #html-w60 .dobra-1 .hero-right img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      display: block;
    }

    #html-w60 .dobra-1 .hero-right::before {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(to right, #070b05 0%, transparent 38%);
      z-index: 1;
      pointer-events: none;
    }

    #html-w60 .dobra-1 .hero-tag {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: #76E425;
      color: #111;
      font-size: .68rem;
      font-weight: 700;
      letter-spacing: 4px;
      text-transform: uppercase;
      padding: 6px 16px;
      border-radius: 2px;
      margin-bottom: 28px;
      width: fit-content;
    }

    #html-w60 .dobra-1 .hero-modelo {
      font-size: clamp(5rem, 9vw, 9rem);
      font-weight: 700;
      line-height: .85;
      color: #fff;
      letter-spacing: -4px;
      margin-bottom: 8px;
    }

    #html-w60 .dobra-1 .hero-modelo .verde {
      color: #76E425;
    }

    #html-w60 .dobra-1 .hero-subtipo {
      font-size: .78rem;
      font-weight: 700;
      letter-spacing: 5px;
      text-transform: uppercase;
      color: #555;
      margin-bottom: 32px;
    }

    #html-w60 .dobra-1 .hero-slogan {
      font-size: clamp(.95rem, 1.5vw, 1.4rem);
      font-weight: 600;
      color: #ccc;
      line-height: 1.6;
      margin-bottom: 44px;
      max-width: 400px;
    }

    #html-w60 .dobra-1 .hero-slogan strong {
      color: #fff;
    }

    #html-w60 .dobra-1 .btn-hero {
      display: inline-block;
      background: #76E425;
      color: #111;
      font-size: .85rem;
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase;
      padding: 18px 44px;
      border-radius: 3px;
      text-decoration: none;
      transition: background .2s, transform .2s;
      margin-bottom: 48px;
      width: fit-content;
    }

    #html-w60 .dobra-1 .btn-hero:hover {
      background: #5ec41a;
      transform: translateY(-2px);
    }

    #html-w60 .dobra-1 .scroll-helper {
      display: flex;
      align-items: center;
      gap: 12px;
      color: #444;
      font-size: .7rem;
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase;
      text-decoration: none;
      cursor: pointer;
      transition: color .2s;
      width: fit-content;
    }

    #html-w60 .dobra-1 .scroll-helper:hover {
      color: #76E425;
    }

    #html-w60 .dobra-1 .scroll-helper svg {
      animation: bounceW60 1.8s infinite ease-in-out;
    }

    @keyframes bounceW60 {

      0%,
      100% {
        transform: translateY(0);
      }

      50% {
        transform: translateY(10px);
      }
    }

    #html-w60 .dobra-1 .selo-dobra {
      position: absolute;
      top: 40px;
      right: 60px;
      width: clamp(90px, 8vw, 130px);
      z-index: 3;
    }

    /* DOBRA 2 */
    #html-w60 .dobra-2 {
      background: #f5f5f5;
      padding: 60px 40px;
    }

    #html-w60 .dobra-2 .conteudo {
      max-width: 900px;
      margin: 0 auto;
      text-align: center;
    }

    #html-w60 .dobra-2 .texto-1 {
      font-size: 22px;
      font-weight: 700;
      color: #222;
      margin-bottom: 16px;
      line-height: 1.4;
    }

    #html-w60 .dobra-2 .texto-2 {
      font-size: 15px;
      font-weight: 400;
      color: #555;
      line-height: 1.8;
    }

    /* DOBRA 3 */
    #html-w60 .dobra-3 {
      background: #76E425;
      padding: 40px;
    }

    #html-w60 .dobra-3 .conteudo {
      max-width: 1100px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 30px;
      flex-wrap: wrap;
    }

    #html-w60 .dobra-3 .coluna-1 .titulo-1 {
      font-size: 24px;
      font-weight: 400;
      color: #1a1a1a;
      margin: 0;
    }

    #html-w60 .dobra-3 .coluna-1 .titulo-1 strong {
      font-weight: 800;
    }

    #html-w60 .dobra-3 .coluna-2 .titulo-2 {
      font-size: 20px;
      font-weight: 600;
      color: #1a1a1a;
      margin: 0;
    }

    #html-w60 .dobra-3 .coluna-2 .titulo-2 a {
      color: #1a1a1a;
      text-decoration: none;
      border-bottom: 2px solid #1a1a1a;
      padding-bottom: 2px;
    }

    #html-w60 .dobra-3 .coluna-2 .titulo-2 a:hover {
      opacity: 0.75;
    }

    /* DOBRA 4 */
    #html-w60 .dobra-4 {
      background: #fff;
      padding: 60px 40px 0;
    }

    #html-w60 .dobra-4>.conteudo {
      max-width: 1100px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      gap: 60px;
      flex-wrap: wrap;
    }

    #html-w60 .dobra-4 .coluna-1 {
      flex: 1;
      min-width: 280px;
      text-align: center;
    }

    #html-w60 .dobra-4 .coluna-1 img {
      max-width: 100%;
      height: auto;
      transition: opacity .4s;
    }

    #html-w60 .dobra-4 .coluna-2 {
      flex: 1;
      min-width: 260px;
    }

    #html-w60 .dobra-4 .titulo-1 {
      font-size: 28px;
      font-weight: 400;
      color: #1a1a1a;
      line-height: 1.3;
      margin-bottom: 20px;
    }

    #html-w60 .dobra-4 .titulo-1 span {
      color: #76E425;
      font-weight: 700;
    }

    #html-w60 .dobra-4 .texto-1 {
      font-size: 15px;
      color: #555;
      line-height: 1.8;
    }

    #html-w60 .dobra-4 .conteudo-2 {
      max-width: 1100px;
      margin: 40px auto 0;
      padding-top: 30px;
      border-top: 1px solid #eee;
    }

    #html-w60 .dobra-4 .cores {
      display: flex;
      align-items: center;
      gap: 30px;
      padding-bottom: 40px;
      flex-wrap: wrap;
    }

    #html-w60 .dobra-4 .bloco-bg-cores {
      flex: 1;
      min-width: 200px;
    }

    #html-w60 .dobra-4 .bg-3 {
      max-width: 100%;
    }

    #html-w60 .dobra-4 .conteudo-cores {
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    #html-w60 .dobra-4 .texto-cores {
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 2px;
      color: #888;
      text-transform: uppercase;
    }

    #html-w60 .dobra-4 .circulos {
      display: flex;
      gap: 12px;
    }

    #html-w60 .dobra-4 .circulo {
      width: 32px;
      height: 32px;
      border-radius: 50%;
      cursor: pointer;
      transition: transform .2s, box-shadow .2s;
      border: 2px solid #ddd;
    }

    #html-w60 .dobra-4 .circulo:hover {
      transform: scale(1.15);
      box-shadow: 0 0 0 3px #76E425;
    }

    #html-w60 .dobra-4 .circulo-cinza {
      background: #4a4f5b;
      border-color: #4a4f5b;
    }

    /* DOBRA 5 — CAROUSEL */
    #html-w60 .dobra-5 {
      background: #1a1a1a;
      padding: 70px 40px;
    }

    #html-w60 .dobra-5 .content-container {
      max-width: 900px;
      margin: 0 auto;
    }

    #html-w60 .dobra-5 .carousel-item {
      display: none;
      flex-direction: column;
      align-items: center;
      text-align: center;
    }

    #html-w60 .dobra-5 .carousel-item.active {
      display: flex;
    }

    #html-w60 .dobra-5 .bloco-titulo {
      display: flex;
      align-items: center;
      gap: 14px;
      margin-bottom: 18px;
      align-self: flex-start;
    }

    #html-w60 .dobra-5 .linha {
      width: 4px;
      height: 36px;
      background: #76E425;
      border-radius: 2px;
      flex-shrink: 0;
    }

    #html-w60 .dobra-5 .titulo-carrossel {
      font-size: 26px;
      font-weight: 700;
      color: #fff;
      margin: 0;
    }

    #html-w60 .dobra-5 .bloco-texto {
      align-self: flex-start;
      margin-bottom: 30px;
    }

    #html-w60 .dobra-5 .texto-carrosel {
      font-size: 15px;
      color: #bbb;
      line-height: 1.8;
      text-align: left;
      margin: 0;
    }

    #html-w60 .dobra-5 .texto-asterisco {
      font-size: 12px;
      color: #888;
      margin-top: 8px;
      text-align: left;
    }

    #html-w60 .dobra-5 .carousel-item img {
      max-width: 100%;
      border-radius: 12px;
      margin-bottom: 20px;
    }

    #html-w60 .dobra-5 .carousel-indicators {
      position: static;
      margin: 24px 0 0;
      justify-content: center;
      gap: 8px;
    }

    #html-w60 .dobra-5 .carousel-indicators button {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #555;
      border: none;
      opacity: 1;
      transition: background .3s;
    }

    #html-w60 .dobra-5 .carousel-indicators button.active {
      background: #76E425;
    }

    #html-w60 .dobra-5 .carousel-control-prev,
    #html-w60 .dobra-5 .carousel-control-next {
      width: 44px;
      height: 44px;
      background: rgba(118, 228, 37, 0.15);
      border-radius: 50%;
      top: 50%;
      transform: translateY(-50%);
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 1;
      position: absolute;
    }

    #html-w60 .dobra-5 .carousel-control-prev {
      left: -60px;
    }

    #html-w60 .dobra-5 .carousel-control-next {
      right: -60px;
    }

    /* DOBRA 6 */
    #html-w60 .dobra-6 {
      background: #f5f5f5;
      padding: 70px 40px;
    }

    #html-w60 .dobra-6 .content-container {
      max-width: 1100px;
      margin: 0 auto;
    }

    #html-w60 .dobra-6 .bloco-titulo {
      text-align: center;
      margin-bottom: 40px;
    }

    #html-w60 .dobra-6 .titulo-1 {
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 3px;
      color: #888;
      text-transform: uppercase;
      margin-bottom: 10px;
    }

    #html-w60 .dobra-6 .img-titulo {
      max-width: 160px;
    }

    #html-w60 .dobra-6 .container-img {
      text-align: center;
    }

    #html-w60 .dobra-6 .img-3 {
      max-width: 100%;
      display: inline-block;
    }

    #html-w60 .dobra-6 .conteudo-mobile {
      max-width: 1100px;
      margin: 40px auto 0;
    }

    #html-w60 .dobra-6 .img-ws50 {
      max-width: 100%;
      margin-bottom: 30px;
    }

    #html-w60 .dobra-6 .conteudo {
      display: flex;
      gap: 30px;
      flex-wrap: wrap;
    }

    #html-w60 .dobra-6 .coluna-1,
    #html-w60 .dobra-6 .coluna-2 {
      flex: 1;
      min-width: 240px;
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    #html-w60 .dobra-6 .bloco {
      display: flex;
      align-items: flex-start;
      gap: 16px;
      background: #fff;
      border-radius: 10px;
      padding: 20px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    }

    #html-w60 .dobra-6 .bloco span {
      font-size: 32px;
      font-weight: 800;
      color: #76E425;
      line-height: 1;
      flex-shrink: 0;
    }

    #html-w60 .dobra-6 .bloco .texto-1 {
      font-size: 14px;
      font-weight: 600;
      color: #333;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      margin: 0;
    }

    /* DOBRA 7 */
    #html-w60 .dobra-7 {
      background: #1a1a1a;
      padding: 70px 40px;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 50px;
    }

    #html-w60 .dobra-7 .content-container {
      max-width: 900px;
      width: 100%;
      text-align: center;
    }

    #html-w60 .dobra-7 .texto-1 {
      font-size: 16px;
      font-weight: 600;
      color: #76E425;
      text-transform: uppercase;
      letter-spacing: 2px;
      margin-bottom: 30px;
    }

    #html-w60 .dobra-7 .img-1-dobra7 {
      max-width: 100%;
      border-radius: 12px;
    }

    #html-w60 .dobra-7 .img-2-dobra7 {
      max-width: 100%;
      border-radius: 12px;
    }

    /* DOBRA 8 */
    #html-w60 .dobra-8 {
      background: #fff;
      padding: 70px 40px;
    }

    #html-w60 .dobra-8 .content-container {
      max-width: 1000px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      gap: 60px;
      flex-wrap: wrap;
    }

    #html-w60 .dobra-8 .img-container {
      flex: 0 0 320px;
      max-width: 320px;
    }

    #html-w60 .dobra-8 .img-container img {
      max-width: 100%;
      border-radius: 12px;
    }

    #html-w60 .dobra-8 .textos-container {
      flex: 1;
      min-width: 240px;
    }

    #html-w60 .dobra-8 .borda-topo {
      width: 50px;
      height: 4px;
      background: #76E425;
      margin-bottom: 20px;
      border-radius: 2px;
    }

    #html-w60 .dobra-8 .titulo-1 {
      font-size: 28px;
      font-weight: 800;
      color: #1a1a1a;
      margin-bottom: 6px;
    }

    #html-w60 .dobra-8 .subtitulo {
      font-size: 16px;
      color: #76E425;
      font-weight: 600;
      margin-bottom: 18px;
    }

    #html-w60 .dobra-8 .texto-1,
    #html-w60 .dobra-8 .texto-2 {
      font-size: 14px;
      color: #555;
      line-height: 1.8;
      margin-bottom: 14px;
    }

    #html-w60 .dobra-8 .texto-destaque {
      font-size: 16px;
      font-weight: 800;
      color: #1a1a1a;
      margin-bottom: 8px;
    }

    #html-w60 .dobra-8 .texto-destaque span {
      font-weight: 400;
      color: #555;
    }

    /* DOBRA 10 — CTA FINAL */
    #html-w60 .dobra-10 {
      background: #1a1a1a;
      padding: 50px 40px;
    }

    #html-w60 .dobra-10 .conteudo {
      max-width: 900px;
      margin: 0 auto;
      text-align: center;
    }

    #html-w60 .dobra-10 .titulo-1 {
      font-size: 18px;
      font-weight: 800;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #76E425;
      text-decoration: none;
      display: inline-block;
      border: 2px solid #76E425;
      padding: 16px 40px;
      border-radius: 4px;
      transition: background .3s, color .3s;
    }

    #html-w60 .dobra-10 .titulo-1:hover {
      background: #76E425;
      color: #1a1a1a;
    }

    #html-w60 .dobra-10 .borda {
      margin-top: 30px;
      height: 1px;
      background: #333;
    }

    /* MODAL */
    #html-w60~.modal .modal-content {
      border-radius: 12px;
      overflow: hidden;
      font-family: 'Quicksand', sans-serif;
    }

    #html-w60~.modal .modal-header {
      border-bottom: none;
      padding: 16px 20px 0;
    }

    #html-w60~.modal .conteudo-texto {
      padding: 0 32px 20px;
      text-align: center;
    }

    #html-w60~.modal .titulo-1 {
      font-size: 22px;
      font-weight: 800;
      color: #1a1a1a;
      margin-bottom: 6px;
    }

    #html-w60~.modal .sub-titulo {
      font-size: 15px;
      color: #76E425;
      font-weight: 600;
      margin: 0;
    }

    #html-w60~.modal .conteudo {
      padding: 0 32px;
    }

    #html-w60~.modal .form-group {
      margin-bottom: 14px;
    }

    #html-w60~.modal label {
      font-size: 13px;
      font-weight: 600;
      color: #444;
      margin-bottom: 4px;
      display: block;
    }

    #html-w60~.modal .form-control {
      font-family: 'Quicksand', sans-serif;
      font-size: 14px;
      border: 1px solid #ddd;
      border-radius: 6px;
      padding: 10px 12px;
      width: 100%;
    }

    #html-w60~.modal .conteudo-1 {
      display: flex;
      gap: 16px;
      flex-wrap: wrap;
    }

    #html-w60~.modal .bloco-1,
    #html-w60~.modal .bloco-2 {
      flex: 1;
      min-width: 200px;
    }

    #html-w60~.modal .bloco-privacidade {
      font-size: 12px;
      color: #888;
    }

    #html-w60~.modal .bloco-privacidade a {
      color: #76E425;
    }

    #html-w60~.modal .modal-footer {
      border-top: none;
      padding: 16px 32px 24px;
      justify-content: center;
    }

    #html-w60~.modal .btn-cadastrar {
      background: #76E425;
      color: #1a1a1a;
      font-family: 'Quicksand', sans-serif;
      font-weight: 800;
      font-size: 14px;
      letter-spacing: 1px;
      padding: 12px 40px;
      border-radius: 6px;
      text-decoration: none;
      transition: opacity .2s;
    }

    #html-w60~.modal .btn-cadastrar:hover {
      opacity: .85;
    }

    /* Imagem produto dobra-1 hero */
    #html-w60 .dobra-1 .img-moto-hero {
      flex: 1;
      width: 100%;
      max-width: none;
      height: 720px;
      object-fit: contain;
      object-position: center bottom;
      position: relative;
      z-index: 2;
      margin-right: -60px;
      margin-bottom: -60px;
      filter: drop-shadow(0 20px 60px rgba(0, 0, 0, 0.6));
    }

    /* Carousel custom nav */
    #html-w60 .dobra-5 .carousel-slide {
      display: none;
      flex-direction: column;
    }

    #html-w60 .dobra-5 .carousel-slide.active {
      display: flex;
    }

    #html-w60 .dobra-5 .carousel-nav {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 16px;
      margin-top: 28px;
    }

    #html-w60 .dobra-5 .carousel-nav button {
      background: none;
      border: none;
      cursor: pointer;
      padding: 4px;
      opacity: .6;
      transition: opacity .2s;
    }

    #html-w60 .dobra-5 .carousel-nav button:hover {
      opacity: 1;
    }

    #html-w60 .dobra-5 .carousel-nav .dot {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #555;
      transition: background .3s;
      cursor: pointer;
      border: none;
    }

    #html-w60 .dobra-5 .carousel-nav .dot.active {
      background: #76E425;
    }

    /* Specs grid */
    #html-w60 .dobra-7 .specs-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 20px;
      margin-top: 30px;
    }

    #html-w60 .dobra-7 .spec-card {
      background: #2a2a2a;
      border-radius: 10px;
      padding: 28px 20px;
      text-align: center;
      border-top: 3px solid #76E425;
    }

    #html-w60 .dobra-7 .spec-card .valor {
      font-size: 36px;
      font-weight: 800;
      color: #76E425;
      line-height: 1;
      margin-bottom: 8px;
    }

    #html-w60 .dobra-7 .spec-card .label {
      font-size: 13px;
      color: #aaa;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: 600;
    }

    /* DOBRA VIDEO */
    #html-w60 .dobra-video {
      background: #111;
      padding: 70px 40px;
    }

    #html-w60 .dobra-video .conteudo {
      max-width: 960px;
      margin: 0 auto;
      text-align: center;
    }

    #html-w60 .dobra-video .bloco-titulo {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 14px;
      margin-bottom: 14px;
    }

    #html-w60 .dobra-video .bloco-titulo .linha {
      width: 4px;
      height: 32px;
      background: #76E425;
      border-radius: 2px;
      flex-shrink: 0;
    }

    #html-w60 .dobra-video .titulo {
      font-size: 26px;
      font-weight: 700;
      color: #fff;
      margin: 0;
    }

    #html-w60 .dobra-video .subtitulo {
      font-size: 15px;
      color: #888;
      margin-bottom: 36px;
    }

    #html-w60 .dobra-video .video-wrapper {
      width: 100%;
    }

    #html-w60 .dobra-video video:focus {
      outline: 2px solid #76E425;
    }

    @media (max-width: 768px) {
      #html-w60 .dobra-video {
        padding: 40px 20px;
      }
    }

    @media (max-width: 768px) {
      #html-w60 .dobra-1 {
        flex-direction: column;
        min-height: auto;
      }

      #html-w60 .dobra-1 .hero-left {
        width: 100%;
        padding: 60px 24px 40px;
        background: #070b05;
      }

      #html-w60 .dobra-1 .hero-right {
        height: 320px;
      }

      #html-w60 .dobra-1 .hero-right::before {
        background: linear-gradient(to bottom, #070b05 0%, transparent 30%);
      }

      #html-w60 .dobra-1 .selo-dobra {
        top: 20px;
        right: 20px;
        width: 90px;
      }

      #html-w60 .dobra-1 .selo-dobra {
        max-width: 120px;
      }

      #html-w60 .dobra-2,
      #html-w60 .dobra-6,
      #html-w60 .dobra-7,
      #html-w60 .dobra-8 {
        padding: 40px 20px;
      }

      #html-w60 .dobra-3 .conteudo {
        flex-direction: column;
        gap: 16px;
      }

      #html-w60 .dobra-4>.conteudo {
        flex-direction: column;
        padding: 40px 20px;
      }

      #html-w60 .dobra-5 .carousel-control-prev {
        left: 0;
      }

      #html-w60 .dobra-5 .carousel-control-next {
        right: 0;
      }

      #html-w60 .dobra-8 .content-container {
        flex-direction: column;
      }

      #html-w60 .dobra-8 .img-container {
        max-width: 100%;
        flex: none;
      }

      #html-w60 .dobra-10 .titulo-1 {
        font-size: 14px;
        padding: 14px 20px;
      }
    }


    /* ══ Modal Captação — estilo de produção (W-Trail) ══════════════ */
    #modal-captacaoW60,
    #modal-captacaoW60 * {
      box-sizing: border-box;
      font-family: 'Quicksand', sans-serif;
    }
    #modal-captacaoW60 .modal-content {
      background: #E2E1E5;
      padding-bottom: 15px;
    }
    #modal-captacaoW60 .conteudo-texto {
      display: flex;
      align-items: center;
      flex-direction: column;
    }
    #modal-captacaoW60 .titulo-1 {
      line-height: 1;
      font-size: 40px;
      color: #4B9A13;
      letter-spacing: -1px;
      font-weight: 700;
      text-align: center;
      max-width: 600px;
      margin: 0 auto 15px;
    }
    #modal-captacaoW60 .sub-titulo {
      line-height: 1;
      font-size: 28px;
      color: #404040;
      font-weight: 700;
      text-align: center;
      margin: 0 auto 25px;
    }
    #modal-captacaoW60 label {
      color: black;
      font-weight: 500;
      font-size: 17px;
      padding-top: 15px;
    }
    #modal-captacaoW60 .conteudo {
      padding: 0 30px;
    }
    #modal-captacaoW60 .conteudo-1 {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
    }
    #modal-captacaoW60 .bloco-3 {
      width: 100%;
    }
    #modal-captacaoW60 .form-control {
      max-width: 100%;
    }
    #modal-captacaoW60 .btn-cadastrar {
      display: block;
      max-width: 135px;
      margin: 5px 15px 0 auto;
      font-size: 18px;
      border-radius: 10px;
      font-weight: 700;
      color: white;
      background: #76E425;
    }
    #modal-captacaoW60 .invalid-feedback {
      font-size: 15px;
      font-weight: 500;
    }
    #modal-captacaoW60 .bloco-4 {
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    #modal-captacaoW60 #col-checkboxInfo {
      display: grid;
      grid-template-columns: 30px auto;
    }
    #modal-captacaoW60 .bloco-4 .bloco-privacidade p {
      color: #000;
    }
    #modal-captacaoW60 .bloco-4 .bloco-privacidade p a {
      color: #4B9A13;
    }
    #modal-captacaoW60 .bloco-4 #col-checkboxInfo label {
      padding: 0;
    }
    @media only screen and (min-width: 576px) {
      #modal-captacaoW60 .modal-dialog {
        max-width: 690px;
      }
    }
    @media only screen and (max-width: 480px) {
      #modal-captacaoW60 .conteudo-1 {
        grid-template-columns: 1fr;
        gap: 0;
      }
      #modal-captacaoW60 .titulo-1 {
        font-size: 30px;
      }
      #modal-captacaoW60 .conteudo {
        padding: 0 12px;
      }
    }

    /* Imagem produto dobra-1 hero */
    #html-w60 .dobra-1 .img-moto-hero {
      flex: 1;
      width: 100%;
      max-width: none;
      height: 720px;
      object-fit: contain;
      object-position: center bottom;
      position: relative;
      z-index: 2;
      margin-right: -60px;
      margin-bottom: -60px;
      filter: drop-shadow(0 20px 60px rgba(0, 0, 0, 0.6));
    }

    /* Carousel custom nav */
    #html-w60 .dobra-5 .carousel-slide {
      display: none;
      flex-direction: column;
    }

    #html-w60 .dobra-5 .carousel-slide.active {
      display: flex;
    }

    #html-w60 .dobra-5 .carousel-nav {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 16px;
      margin-top: 28px;
    }

    #html-w60 .dobra-5 .carousel-nav button {
      background: none;
      border: none;
      cursor: pointer;
      padding: 4px;
      opacity: .6;
      transition: opacity .2s;
    }

    #html-w60 .dobra-5 .carousel-nav button:hover {
      opacity: 1;
    }

    #html-w60 .dobra-5 .carousel-nav .dot {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #555;
      transition: background .3s;
      cursor: pointer;
      border: none;
    }

    #html-w60 .dobra-5 .carousel-nav .dot.active {
      background: #76E425;
    }

    /* Specs grid */
    #html-w60 .dobra-7 .specs-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 20px;
      margin-top: 30px;
    }

    #html-w60 .dobra-7 .spec-card {
      background: #2a2a2a;
      border-radius: 10px;
      padding: 28px 20px;
      text-align: center;
      border-top: 3px solid #76E425;
    }

    #html-w60 .dobra-7 .spec-card .valor {
      font-size: 26px;
      font-weight: 800;
      color: #76E425;
      line-height: 1;
      margin-bottom: 8px;
    }

    #html-w60 .dobra-7 .spec-card .label {
      font-size: 13px;
      color: #aaa;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: 600;
    }

    /* DOBRA VIDEO */
    #html-w60 .dobra-video {
      background: #111;
      padding: 70px 40px;
    }

    #html-w60 .dobra-video .conteudo {
      max-width: 960px;
      margin: 0 auto;
      text-align: center;
    }

    #html-w60 .dobra-video .bloco-titulo {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 14px;
      margin-bottom: 14px;
    }

    #html-w60 .dobra-video .bloco-titulo .linha {
      width: 4px;
      height: 32px;
      background: #76E425;
      border-radius: 2px;
      flex-shrink: 0;
    }

    #html-w60 .dobra-video .titulo {
      font-size: 26px;
      font-weight: 700;
      color: #fff;
      margin: 0;
    }

    #html-w60 .dobra-video .subtitulo {
      font-size: 15px;
      color: #888;
      margin-bottom: 36px;
    }

    #html-w60 .dobra-video .video-wrapper {
      width: 100%;
    }

    #html-w60 .dobra-video video:focus {
      outline: 2px solid #76E425;
    }

    @media (max-width: 768px) {
      #html-w60 .dobra-video {
        padding: 40px 20px;
      }
    }

    @media (max-width: 768px) {
      #html-w60 .dobra-1 {
        flex-direction: column;
        min-height: auto;
      }

      #html-w60 .dobra-1 .hero-left {
        width: 100%;
        padding: 60px 24px 40px;
        background: #070b05;
      }

      #html-w60 .dobra-1 .hero-right {
        height: 320px;
      }

      #html-w60 .dobra-1 .hero-right::before {
        background: linear-gradient(to bottom, #070b05 0%, transparent 30%);
      }

      #html-w60 .dobra-1 .selo-dobra {
        top: 20px;
        right: 20px;
        width: 90px;
      }

      #html-w60 .dobra-1 .selo-dobra {
        max-width: 120px;
      }

      #html-w60 .dobra-2,
      #html-w60 .dobra-6,
      #html-w60 .dobra-7,
      #html-w60 .dobra-8 {
        padding: 40px 20px;
      }

      #html-w60 .dobra-3 .conteudo {
        flex-direction: column;
        gap: 16px;
      }

      #html-w60 .dobra-4>.conteudo {
        flex-direction: column;
        padding: 40px 20px;
      }

      #html-w60 .dobra-5 .carousel-control-prev {
        left: 0;
      }

      #html-w60 .dobra-5 .carousel-control-next {
        right: 0;
      }

      #html-w60 .dobra-8 .content-container {
        flex-direction: column;
      }

      #html-w60 .dobra-8 .img-container {
        max-width: 100%;
        flex: none;
      }

      #html-w60 .dobra-10 .titulo-1 {
        font-size: 14px;
        padding: 14px 20px;
      }
    }
