.elementor-805 .elementor-element.elementor-element-024acf4{--display:flex;}.elementor-805 .elementor-element.elementor-element-ead7475{--display:flex;--padding-top:0%;--padding-bottom:0%;--padding-left:10%;--padding-right:10%;}.elementor-805 .elementor-element.elementor-element-aa1000b{--display:flex;--padding-top:0%;--padding-bottom:0%;--padding-left:10%;--padding-right:10%;}.elementor-805 .elementor-element.elementor-element-f34942e{--display:flex;}/* Start custom CSS for html, class: .elementor-element-b826c18 *//* SPECS */
  .specs-section {
    padding: 120px 0;
    text-align: center;
  }

  .specs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1px;
   /*max-width: 980px;*/
    margin: 60px auto 0;
    /*background: rgba(255,255,255,0.06);*/
    overflow: hidden;
  }

  .spec-item {
    /*background: #161617;*/
    padding: 40px 0;
    text-align: center;
  }

  .spec-number {
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 700;
    letter-spacing: -0.04em;
    color: #fff;
    line-height: 1;
    margin-bottom: 8px;
  }

  .spec-number span {
    font-size: 0.5em;
    font-weight: 400;
    color: #6e6e73;
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b6a971a *//* SPECS */
  .specs-section {
    padding: 120px 0;
    text-align: center;
  }

  .specs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1px;
   /*max-width: 980px;*/
    margin: 60px auto 0;
    /*background: rgba(255,255,255,0.06);*/
    overflow: hidden;
  }

  .spec-item {
    /*background: #161617;*/
    padding: 40px 30px;
    text-align: center;
  }

  .spec-number {
    font-size: clamp(36px, 5vw, 60px);
    font-weight: 700;
    letter-spacing: -0.04em;
    color: #fff;
    line-height: 1;
    margin-bottom: 8px;
  }

  .spec-number span {
    font-size: 0.5em;
    font-weight: 400;
    color: #6e6e73;
  }

  .spec-desc {
    font-size: 15px;
    color: #6e6e73;
    line-height: 1.5;
    letter-spacing: -0.01em;
  }

  /* COLORS */
  .colors-section {
    background: #000;
    padding: 120px 22px;
    text-align: center;
  }

  .color-swatches {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin: 60px auto 40px;
  }

  .swatch-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.2s;
    background: none;
    border: none;
    color: inherit;
  }

  .swatch-btn.active, .swatch-btn:hover { opacity: 1; }

  .swatch-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid transparent;
    box-shadow: 0 0 0 2px rgba(255,255,255,0.15);
    transition: box-shadow 0.2s;
  }

  .swatch-btn.active .swatch-circle {
    box-shadow: 0 0 0 2px rgba(255,255,255,0.8);
  }

  .swatch-label {
    font-size: 12px;
    color: #a1a1a6;
    white-space: nowrap;
  }

  .watch-display-area {
    max-width: 400px;
    margin: 0 auto;
    position: relative;
  }

  .watch-big-mockup {
    width: 260px;
    height: 312px;
    margin: 0 auto;
    border-radius: 70px;
    border: 5px solid rgba(255,255,255,0.12);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.5s ease;
  }

  .watch-big-screen {
    width: 230px;
    height: 278px;
    border-radius: 58px;
    overflow: hidden;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .watch-face-content {
    font-size: 52px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.03em;
    line-height: 1;
    text-align: center;
  }

  .watch-face-sub {
    font-size: 13px;
    color: #a1a1a6;
    margin-top: 4px;
    text-align: center;
  }

  .watch-big-crown {
    position: absolute;
    right: -14px;
    top: 64px;
    width: 10px;
    height: 44px;
    border-radius: 5px;
    transition: background 0.5s ease;
  }

  /* COMPARE */
  .compare-section {
    background: #000;
    padding: 120px 22px;
    text-align: center;
  }

  .compare-table {
    max-width: 700px;
    margin: 60px auto 0;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.08);
  }

  .compare-header {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    background: #161617;
    padding: 20px 28px;
  }

  .compare-header-model {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-align: center;
  }

  .compare-header-model:first-child { text-align: left; color: #6e6e73; }

  .compare-row {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    padding: 16px 28px;
    border-top: 1px solid rgba(255,255,255,0.06);
    align-items: center;
  }

  .compare-row:nth-child(even) { background: rgba(255,255,255,0.02); }

  .compare-feature {
    font-size: 15px;
    color: #a1a1a6;
  }

  .compare-value {
    font-size: 15px;
    color: #fff;
    text-align: center;
  }

  .check { color: #30d158; font-size: 18px; }
  .cross { color: #6e6e73; font-size: 18px; }

  /* BUY */
  .buy-section {
    background: #161617;
    padding: 100px 22px;
    text-align: center;
  }

  .buy-title {
    font-size: clamp(36px, 5vw, 64px);
    font-weight: 700;
    letter-spacing: -0.04em;
    color: #fff;
    margin-bottom: 16px;
  }

  .buy-price {
    font-size: 21px;
    color: #6e6e73;
    margin-bottom: 40px;
  }

  /* FOOTER */
  footer {
    background: #000;
    border-top: 1px solid #424245;
    padding: 40px 22px;
  }

  .footer-disclaimer {
    max-width: 980px;
    margin: 0 auto;
    font-size: 12px;
    color: #6e6e73;
    line-height: 1.6;
  }

  .footer-disclaimer p { margin-bottom: 8px; }

  .footer-bottom {
    max-width: 980px;
    margin: 24px auto 0;
    padding-top: 24px;
    border-top: 1px solid #424245;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: gap;
    gap: 12px;
  }

  .footer-copy {
    font-size: 12px;
    color: #6e6e73;
  }

  .footer-links {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
  }

  .footer-links a {
    font-size: 12px;
    color: #6e6e73;
    text-decoration: none;
    transition: color 0.2s;
  }

  .footer-links a:hover { color: #a1a1a6; }

  /* ANIMATIONS */
  .fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.7s ease, transform 0.7s ease;
  }

  .fade-in.visible {
    opacity: 1;
    transform: translateY(0);
  }

  /* RESPONSIVE */
  @media (max-width: 768px) {
    .nav-links { display: none; }
    .split-section { grid-template-columns: 1fr; gap: 40px; }
    .split-section.reverse { direction: ltr; }
    .highlight-card.large { grid-column: span 1; }
    .compare-header, .compare-row { grid-template-columns: 1fr 1fr; }
    .compare-feature { display: none; }
    .footer-bottom { flex-direction: column; align-items: flex-start; }
  }

  @media (max-width: 480px) {
    .hero { padding-top: 100px; }
    .hero-cta { flex-direction: column; align-items: center; }
  }/* End custom CSS */
/* Start custom CSS */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap');

  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  :root {
    --bntz-black: #1d1c1a;
    --bntz-gray: #391d12;
    --bntz-light: #96531f;
    --bntz-white: #efede1;
    --bntz-green: #6a6b59;
    --bntz-green-hover: #4b4c3c;
  }

  html { scroll-behavior: smooth; }

  body {
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'SF Pro Text', 'Helvetica Neue', Arial, sans-serif;
    background: var(--bntz-black);
    color: #fff;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
  }
  
  /* TEXTOS SECCIONES */

  .section-title {
    max-width: 700px!important;
  }
  
  .section-final {
    font-size: clamp(24px, 4vw, 48px);
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1.08;
    max-width: 700px;
    margin: 0 auto 20px;
  }

  .section-subtitle {
    max-width: 600px!important;
    margin: 0 auto 80px;
  }
  
  /* COLORES PLANOS */
  
  .bntz-black {color: #1d1c1a;}
  .bntz-gray {color: #391d12;}
  .bntz-light {color: #96531f;}
  .bntz-white {color: #efede1;}
  .bntz-grey {color: #ebebeb;}
  .bntz-green {color: #6a6b59;}
  .bntz-green-hover {color: #4b4c3c;}
  
  /* COLORES DEGRADADOS PARA TEXTO */
  
  .texto-degradado-claro {
  background: linear-gradient(135deg, #ffffff 20%, rgba(255,255,255,0.65) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.texto-degradado-oscuro {
  background: linear-gradient(135deg, #391d12 20%, rgba(59,29,18,0.5) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  padding-bottom: 10px;
}
  
    /* BOTONES */

  .btn-primary {
    background: var(--bntz-green);
    color: #fff;
    padding: 12px 22px;
    border-radius: 980px;
    text-decoration: none;
    font-size: 17px;
    font-weight: 400;
    transition: background 0.4s;
  }

  .btn-primary:hover { background: var(--bntz-green-hover);
  color: #fff;}

  .btn-secondary {
    color: var(--apple-blue);
    padding: 12px 22px;
    border-radius: 980px;
    text-decoration: none;
    font-size: 17px;
    font-weight: 400;
    transition: color 0.2s;
  }

  .btn-secondary:hover { color: var(--apple-blue-hover); }
  
  /* ANIMATIONS */
  .fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.7s ease, transform 0.7s ease !important;
  }

  .fade-in.visible {
    opacity: 1;
    transform: translateY(0);
  }

  /* RESPONSIVE */
  @media (max-width: 768px) {
    .nav-links { display: none; }
    .split-section { grid-template-columns: 1fr; gap: 40px; }
    .split-section.reverse { direction: ltr; }
    .highlight-card.large { grid-column: span 1; }
    .compare-header, .compare-row { grid-template-columns: 1fr 1fr; }
    .compare-feature { display: none; }
    .footer-bottom { flex-direction: column; align-items: flex-start; }
  }

  @media (max-width: 480px) {
    .hero { padding-top: 100px; }
    .hero-cta { flex-direction: column; align-items: center; }
  }/* End custom CSS */