/*
Theme Name: Trivorona Landing
Theme URI: https://trivorona.local/
Author: Trivorona
Description: Tema WordPress instalable para la landing Tri Vorona - Imperial Cacao Stout.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.6
Requires PHP: 7.4
License: GPLv2 or later
Text Domain: trivorona-landing
*/

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
      html { scroll-behavior: smooth; }
      body {
        background: #0a0705;
        color: #ede8d8;
        font-family: 'Segoe UI', Arial, sans-serif;
        -webkit-font-smoothing: antialiased;
        overflow-x: hidden;
      }

      /* ─── UTILITIES ─── */
      .container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
      .gold { color: #d4a820; }
      .gold-text {
        background: linear-gradient(135deg, #d4a820, #f5d060, #b8860b, #f5d060, #d4a820);
        -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
      }
      .display { font-family: Impact, 'Arial Black', sans-serif; letter-spacing: .05em; }
      .section-divider { border-top: 1px solid rgba(212,168,32,.18); }
      .stars { display: flex; gap: 5px; justify-content: center; }
      .stars svg { fill: #d4a820; }
      .btn-gold {
        display: inline-flex; align-items: center; justify-content: center; gap: 10px;
        background: linear-gradient(135deg, #d4a820, #f5d060, #b8860b);
        color: #0a0705; border: none; cursor: pointer; text-decoration: none;
        font-family: Impact, 'Arial Black', sans-serif;
        font-size: 1.15rem; letter-spacing: .12em; font-weight: 900;
        padding: 16px 40px; border-radius: 999px;
        transition: transform .25s, box-shadow .25s;
        box-shadow: 0 0 20px rgba(212,168,32,.3);
        text-transform: uppercase;
      }
      .btn-gold:hover { transform: scale(1.05); box-shadow: 0 0 40px rgba(212,168,32,.55); }
      .btn-wa {
        display: inline-flex; align-items: center; justify-content: center; gap: 8px;
        background: #25D366; color: #fff; border: none; cursor: pointer; text-decoration: none;
        font-family: 'Segoe UI', Arial, sans-serif; font-size: .95rem;
        font-weight: 700; letter-spacing: .05em; text-transform: uppercase;
        padding: 12px 28px; border-radius: 999px;
        transition: transform .25s;
      }
      .btn-wa:hover { transform: scale(1.05); }

      @keyframes float {
        0%,100% { transform: translateY(0); }
        50%      { transform: translateY(-12px); }
      }
      @keyframes pulse-gold {
        0%,100% { box-shadow: 0 0 20px rgba(212,168,32,.3); }
        50%      { box-shadow: 0 0 50px rgba(212,168,32,.6), 0 0 90px rgba(212,168,32,.2); }
      }
      .float { animation: float 4s ease-in-out infinite; }
      .pulse { animation: pulse-gold 2.5s ease-in-out infinite; }

      /* ─── NAV ─── */
      nav {
        position: fixed; top: 0; left: 0; right: 0; z-index: 100;
        display: flex; align-items: center; justify-content: space-between;
        padding: 18px 32px;
        background: linear-gradient(180deg, rgba(10,7,5,.95) 0%, transparent 100%);
      }
      .nav-logo { font-family: Impact,'Arial Black',sans-serif; font-size: 1.6rem; color: #f5d060; letter-spacing: .15em; }

      /* ─── HERO ─── */
      #hero {
        position: relative; min-height: 100vh;
        display: flex; align-items: center; overflow: hidden; padding-top: 80px;
        background:
          radial-gradient(ellipse at 70% 50%, rgba(180,130,20,.18) 0%, transparent 65%),
          #0a0705;
      }
      #hero::before {
        content: ''; position: absolute; inset: 0; opacity: .08;
        background-image: repeating-linear-gradient(45deg, #d4a820 0px, #d4a820 1px, transparent 1px, transparent 60px);
      }
      .hero-inner {
        position: relative; z-index: 2; display: grid;
        grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; width: 100%;
      }
      .hero-text { order: 1; display: flex; flex-direction: column; gap: 22px; }
      .hero-badge { display: flex; align-items: center; gap: 8px; }
      .hero-badge span { font-size: .72rem; letter-spacing: .3em; text-transform: uppercase; color: #d4a820; }
      .hero-title {
        font-family: Impact,'Arial Black',sans-serif; font-weight: 900; line-height: .9;
        font-size: clamp(4rem, 9vw, 8rem); letter-spacing: .03em;
        background: linear-gradient(135deg, #d4a820, #f5d060, #b8860b, #f5d060, #d4a820);
        -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
      }
      .hero-sub { font-size: 1rem; letter-spacing: .18em; text-transform: uppercase; color: #c8b98a; }
      .price-row { display: flex; flex-wrap: wrap; gap: 14px; }
      .price-card {
        display: flex; align-items: center; gap: 12px; padding: 14px 22px; border-radius: 10px;
        background: #12100d; border: 1px solid rgba(212,168,32,.4);
      }
      .price-card.highlight { background: rgba(212,168,32,.12); border-color: rgba(212,168,32,.65); }
      .price-card .label { font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; color: #7a6a45; }
      .price-card .amount { font-family: Impact,sans-serif; font-size: 1.9rem; color: #f5d060; line-height: 1; }
      .bottle-icon { display: flex; gap: 4px; }
      .hero-image { order: 2; display: flex; justify-content: center; align-items: center; }
      .hero-image-wrap { position: relative; display: flex; justify-content: center; }
      .hero-image-wrap::before {
        content: ''; position: absolute;
        width: 400px; height: 400px; border-radius: 50%;
        background: radial-gradient(circle, rgba(212,168,32,.28) 0%, transparent 70%);
        top: 50%; left: 50%; transform: translate(-50%,-50%);
      }
      .hero-img {
        position: relative; z-index: 1; max-height: 70vh; object-fit: contain;
        filter: drop-shadow(0 24px 64px rgba(180,120,0,.45));
      }
      .scroll-hint {
        position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%);
        display: flex; flex-direction: column; align-items: center; gap: 6px;
        opacity: .45; z-index: 2;
      }
      .scroll-hint span { font-size: .65rem; letter-spacing: .28em; text-transform: uppercase; color: #d4a820; }
      .scroll-bar { width: 1px; height: 32px; background: #d4a820; animation: pulse-gold 2s ease-in-out infinite; }

      /* ─── FEATURES ─── */
      #features { padding: 96px 0; }
      .section-heading { text-align: center; margin-bottom: 56px; display: flex; flex-direction: column; gap: 10px; }
      .section-heading h2 { font-family: Impact,'Arial Black',sans-serif; font-size: clamp(2.4rem,5vw,3.5rem); letter-spacing: .06em; color: #f5d060; }
      .section-heading p { color: #9a8a60; font-size: 1rem; }
      .features-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
      .feat-card {
        display: flex; flex-direction: column; align-items: center; text-align: center;
        padding: 28px 20px; border-radius: 16px;
        background: #12100d; border: 1px solid rgba(212,168,32,.2);
        transition: transform .25s;
      }
      .feat-card:hover { transform: scale(1.05); }
      .feat-icon { margin-bottom: 14px; }
      .feat-card h3 { font-size: .82rem; text-transform: uppercase; letter-spacing: .12em; color: #f5d060; font-weight: 700; }
      .feat-card p { font-size: .75rem; color: #7a6a45; margin-top: 4px; }
      .stats-bar {
        margin-top: 44px; padding: 28px 36px; border-radius: 18px;
        background: #12100d; border: 1px solid rgba(212,168,32,.3);
        display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 32px;
      }
      .stat { text-align: center; }
      .stat .val { font-family: Impact,sans-serif; font-size: 2.4rem; color: #f5d060; line-height: 1; }
      .stat .lbl { font-size: .7rem; text-transform: uppercase; letter-spacing: .15em; color: #7a6a45; margin-top: 4px; }
      .stat-divider { width: 1px; height: 48px; background: rgba(212,168,32,.25); }

      /* ─── COPA ─── */
      #copa { padding: 80px 0; }
      .copa-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
      .copa-img-wrap { border-radius: 20px; overflow: hidden; box-shadow: 0 0 70px rgba(212,168,32,.18); }
      .copa-img-wrap img { width: 100%; object-fit: cover; display: block; }
      .copa-text { display: flex; flex-direction: column; gap: 20px; }
      .copa-text .eyebrow { display: flex; align-items: center; gap: 8px; font-size: .72rem; letter-spacing: .3em; text-transform: uppercase; color: #d4a820; }
      .copa-text h2 { font-family: Impact,'Arial Black',sans-serif; font-size: clamp(2.2rem,4.5vw,3.6rem); line-height: .95; letter-spacing: .04em; }
      .copa-text p { color: #a89a72; font-size: 1rem; line-height: 1.6; }
      .copa-text .tagline { font-size: .8rem; text-transform: uppercase; letter-spacing: .2em; color: #d4a820; font-weight: 700; }

      /* ─── PROMOS ─── */
      #promos { padding: 96px 0; }
      .promos-header { text-align: center; margin-bottom: 56px; display: flex; flex-direction: column; gap: 12px; }
      .promos-header h2 { font-family: Impact,'Arial Black',sans-serif; font-size: clamp(2.8rem,7vw,5.5rem); letter-spacing: .06em;
        background: linear-gradient(135deg, #d4a820, #f5d060, #b8860b, #f5d060, #d4a820);
        -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
      .promos-header p { color: #8a7a55; font-size: .9rem; text-transform: uppercase; letter-spacing: .2em; }
      .promos-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
      .promo-card {
        border-radius: 20px; overflow: hidden; border: 1px solid rgba(212,168,32,.4);
        transition: transform .3s, box-shadow .3s;
        box-shadow: 0 0 40px rgba(212,168,32,.1);
      }
      .promo-card:hover { transform: scale(1.02); box-shadow: 0 0 60px rgba(212,168,32,.25); }
      .promo-img-wrap { position: relative; }
      .promo-img-wrap img { width: 100%; height: 280px; object-fit: cover; display: block; }
      .promo-img-wrap::after {
        content: ''; position: absolute; inset: 0;
        background: linear-gradient(180deg, transparent 45%, #12100d 100%);
      }
      .promo-body { background: #12100d; padding: 28px 28px 32px; display: flex; flex-direction: column; gap: 14px; }
      .promo-body h3 { font-family: Impact,'Arial Black',sans-serif; font-size: 1.5rem; letter-spacing: .06em; color: #f5d060; text-transform: uppercase; line-height: 1.1; }
      .promo-price-row { display: flex; align-items: baseline; gap: 10px; }
      .promo-price-row .todo { font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; color: #7a6a45; }
      .promo-price-row .price { font-family: Impact,sans-serif; font-size: 4rem; color: #f5d060; line-height: 1; }

      /* ─── CTA ─── */
      #cta { padding: 96px 0; position: relative; overflow: hidden; }
      #cta::before {
        content: ''; position: absolute; inset: 0;
        background: radial-gradient(ellipse at center, rgba(180,130,20,.22) 0%, transparent 65%);
      }
      .cta-inner { position: relative; z-index: 2; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 44px; }
      .cta-title { font-family: Impact,'Arial Black',sans-serif; font-size: clamp(2.4rem,6vw,4.5rem); letter-spacing: .04em; line-height: 1; }
      .contact-cards { display: flex; gap: 24px; justify-content: center; flex-wrap: wrap; }
      .contact-card {
        flex: 1; min-width: 240px; max-width: 300px;
        background: #12100d; border: 1px solid rgba(212,168,32,.4);
        border-radius: 20px; padding: 32px 24px; text-align: center;
        display: flex; flex-direction: column; align-items: center; gap: 12px;
      }
      .contact-card h3 { font-size: .8rem; text-transform: uppercase; letter-spacing: .15em; color: #f5d060; font-weight: 700; }
      .contact-card .phone { font-family: monospace; font-size: 1.25rem; font-weight: 700; color: #ede8d8; }
      .contact-card p { font-size: .82rem; color: #8a7a55; line-height: 1.5; }

      /* ─── FOOTER ─── */
      footer { padding: 40px 24px; text-align: center; border-top: 1px solid rgba(212,168,32,.15); display: flex; flex-direction: column; align-items: center; gap: 10px; }
      footer .logo { font-family: Impact,'Arial Black',sans-serif; font-size: 2rem; letter-spacing: .15em; color: #f5d060; }
      footer .sub { font-size: .7rem; text-transform: uppercase; letter-spacing: .25em; color: #4a3f28; }
      footer .legal { font-size: .7rem; color: #3a3020; }

      /* ─── RESPONSIVE ─── */
      @media (max-width: 768px) {
        nav { padding: 14px 18px; }
        .hero-inner { grid-template-columns: 1fr; text-align: center; }
        .hero-text { order: 2; align-items: center; }
        .hero-image { order: 1; }
        .hero-img { max-height: 50vw; }
        .price-row { justify-content: center; }
        .features-grid { grid-template-columns: repeat(2,1fr); }
        .stats-bar { flex-direction: column; gap: 16px; }
        .stat-divider { width: 60px; height: 1px; }
        .copa-inner { grid-template-columns: 1fr; }
        .promos-grid { grid-template-columns: 1fr; }
        .contact-cards { flex-direction: column; align-items: center; }
      }
      @media (max-width: 480px) {
        .features-grid { grid-template-columns: 1fr 1fr; }
        .btn-gold { font-size: 1rem; padding: 14px 28px; }
      }
