/*
Theme Name: Rockwell Bot
Theme URI: https://rockwell-bot.com
Author: Rockwell Bot
Description: Custom theme for Rockwell Bot — a Discord bot for ARK: Survival Ascended servers.
Version: 1.2
Text Domain: rockwell-bot
*/


  :root{
    --bg:#0a0d12;
    --bg-raised:#12161d;
    --bg-raised2:#171c25;
    --stone:#3a3f4c;
    --stone-dim:#262b35;
    --violet:#a855f7;
    --violet-dim:#7c3aed;
    --cyan:#38e1e8;
    --text:#e7e9ee;
    --text-dim:#8a90a0;
    --text-faint:#565c6b;
  }
  *{box-sizing:border-box;margin:0;padding:0}
  html{scroll-behavior:smooth}
  body{
    background:var(--bg);
    color:var(--text);
    font-family:'Inter',sans-serif;
    line-height:1.6;
    overflow-x:hidden;
  }
  body::before{
    content:'';
    position:fixed;inset:0;
    background:
      radial-gradient(ellipse 900px 600px at 85% 8%, rgba(168,85,247,.14), transparent 60%),
      radial-gradient(ellipse 700px 500px at 15% 45%, rgba(56,225,232,.08), transparent 60%);
    pointer-events:none;
    z-index:0;
  }
  h1,h2,h3,.wordmark{font-family:'Chakra Petch',sans-serif}
  .mono{font-family:'JetBrains Mono',monospace}
  a{color:inherit;text-decoration:none}
  .wrap{max-width:1180px;margin:0 auto;padding:0 32px}
  section{position:relative;z-index:1}

  /* ── NAV ─────────────────────────────────────────────────────────── */
  nav.site-nav{
    display:flex;align-items:center;justify-content:space-between;
    padding:26px 32px;max-width:1180px;margin:0 auto;
    position:relative;z-index:2;
  }
  .wordmark{font-size:20px;font-weight:700;letter-spacing:.5px;display:flex;align-items:center;gap:10px}
  .wordmark .dot{width:8px;height:8px;border-radius:2px;background:var(--cyan);box-shadow:0 0 12px var(--cyan);transform:rotate(45deg)}
  .nav-links{display:flex;gap:36px;align-items:center}
  .nav-links a{font-size:14.5px;color:var(--text-dim);transition:color .15s}
  .nav-links a:hover{color:var(--text)}
  .btn-dash{
    font-size:14px;font-weight:600;padding:10px 20px;border-radius:6px;
    border:1px solid var(--stone);color:var(--text);
    transition:border-color .15s,background .15s;
  }
  .btn-dash:hover{border-color:var(--violet);background:rgba(168,85,247,.08)}

  /* ── HERO ────────────────────────────────────────────────────────── */
  .hero{
    display:grid;grid-template-columns:1.05fr .95fr;gap:40px;align-items:center;
    padding:56px 32px 100px;max-width:1180px;margin:0 auto;
  }
  .hero h1{
    font-size:52px;font-weight:700;line-height:1.08;letter-spacing:-.5px;
    margin-bottom:22px;
  }
  .hero h1 .accent{color:var(--violet)}
  .hero p.lede{
    font-size:17.5px;color:var(--text-dim);max-width:480px;margin-bottom:34px;
  }
  .hero-ctas{display:flex;gap:14px;margin-bottom:44px}
  .btn-primary{
    background:linear-gradient(135deg,var(--violet),var(--violet-dim));
    color:#fff;font-weight:600;font-size:15px;
    padding:14px 26px;border-radius:8px;
    box-shadow:0 8px 24px rgba(168,85,247,.28);
    transition:transform .15s,box-shadow .15s;
  }
  .btn-primary:hover{transform:translateY(-1px);box-shadow:0 10px 30px rgba(168,85,247,.4)}
  .btn-secondary{
    border:1px solid var(--stone);color:var(--text);
    font-weight:600;font-size:15px;padding:14px 24px;border-radius:8px;
    transition:border-color .15s;
  }
  .btn-secondary:hover{border-color:var(--cyan)}
  .hero-stats{display:flex;gap:38px}
  .hero-stats div{border-left:2px solid var(--stone);padding-left:14px}
  .hero-stats .num{font-family:'Chakra Petch',sans-serif;font-size:22px;font-weight:600;display:block}
  .hero-stats .lbl{font-size:12.5px;color:var(--text-faint)}

  .hero-badge{position:relative;display:flex;justify-content:center;align-items:center}
  .hero-badge .glow{
    position:absolute;width:380px;height:380px;border-radius:50%;
    background:radial-gradient(circle,rgba(168,85,247,.35),rgba(56,225,232,.12) 55%,transparent 72%);
    filter:blur(10px);
    animation:pulse 5s ease-in-out infinite;
  }
  @keyframes pulse{
    0%,100%{opacity:.65;transform:scale(1)}
    50%{opacity:1;transform:scale(1.06)}
  }
  .hero-badge img{width:390px;max-width:100%;position:relative;z-index:1;filter:drop-shadow(0 20px 50px rgba(0,0,0,.6))}
  @media(prefers-reduced-motion:reduce){.hero-badge .glow{animation:none}}

  /* ── FEATURES ────────────────────────────────────────────────────── */
  .features{padding:20px 32px 100px;max-width:1180px;margin:0 auto}
  .features-head{max-width:560px;margin-bottom:56px}
  .features-head h2{font-size:34px;font-weight:600;margin-bottom:14px;letter-spacing:-.3px}
  .features-head p{color:var(--text-dim);font-size:16px}

  .feat-row{
    display:grid;grid-template-columns:280px 1fr;gap:32px;
    padding:26px 0;border-top:1px solid var(--stone-dim);
    align-items:start;
  }
  .feat-row:last-child{border-bottom:1px solid var(--stone-dim)}
  .feat-cmd{
    font-family:'JetBrains Mono',monospace;font-size:15px;color:var(--cyan);
    display:flex;align-items:center;gap:10px;padding-top:2px;
  }
  .feat-cmd::before{content:'❯';color:var(--stone);font-size:14px}
  .feat-body h3{font-size:18px;font-weight:600;margin-bottom:8px;font-family:'Inter',sans-serif}
  .feat-body p{color:var(--text-dim);font-size:15px;max-width:640px}

  /* ── PRICING ─────────────────────────────────────────────────────── */
  .pricing{padding:20px 32px 110px;max-width:1180px;margin:0 auto}
  .pricing-head{max-width:560px;margin-bottom:44px}
  .pricing-head h2{font-size:34px;font-weight:600;margin-bottom:14px;letter-spacing:-.3px}
  .pricing-head p{color:var(--text-dim);font-size:16px}

  .pricing-panel{
    background:var(--bg-raised);border:1px solid var(--stone-dim);border-radius:14px;
    padding:42px;display:grid;grid-template-columns:1fr auto;gap:40px;align-items:center;
  }
  .pricing-plan-name{font-family:'Chakra Petch',sans-serif;font-size:22px;font-weight:600;margin-bottom:10px}
  .pricing-plan-desc{color:var(--text-dim);font-size:15px;max-width:420px;margin-bottom:22px}
  .pricing-feats{list-style:none;display:flex;flex-direction:column;gap:9px}
  .pricing-feats li{font-size:14.5px;color:var(--text-dim);display:flex;gap:10px;align-items:baseline}
  .pricing-feats li::before{content:'';width:5px;height:5px;background:var(--violet);border-radius:1px;transform:rotate(45deg);flex-shrink:0;margin-top:1px}

  .duration-select{display:flex;flex-direction:column;gap:10px;min-width:230px}
  .dur-opt{
    border:1px solid var(--stone);border-radius:8px;padding:14px 18px;
    display:flex;justify-content:space-between;align-items:center;cursor:pointer;
    transition:border-color .15s,background .15s;
  }
  .dur-opt:hover{border-color:var(--violet)}
  .dur-opt.active{border-color:var(--violet);background:rgba(168,85,247,.08)}
  .dur-opt .dname{font-size:14.5px;font-weight:600}
  .dur-opt .dsave{font-size:11.5px;color:var(--cyan);display:block;margin-top:2px}
  .dur-opt .dprice{font-family:'Chakra Petch',sans-serif;font-size:17px;font-weight:600}
  .dur-opt .dprice .placeholder-note{display:block;font-size:9.5px;color:var(--text-faint);font-weight:400;font-family:'Inter',sans-serif;text-align:right}
  .pricing-cta{margin-top:18px;display:block;text-align:center}

  /* ── DASHBOARD CTA ───────────────────────────────────────────────── */
  .dash-cta{padding:20px 32px 110px;max-width:1180px;margin:0 auto}
  .dash-panel{
    background:linear-gradient(135deg, rgba(168,85,247,.1), rgba(56,225,232,.06));
    border:1px solid var(--stone-dim);border-radius:14px;
    padding:48px;display:flex;justify-content:space-between;align-items:center;gap:24px;
    flex-wrap:wrap;
  }
  .dash-panel h3{font-size:24px;font-weight:600;margin-bottom:8px;font-family:'Chakra Petch',sans-serif}
  .dash-panel p{color:var(--text-dim);font-size:15px}

  /* ── FOOTER ──────────────────────────────────────────────────────── */
  /* ── FOOTER ──────────────────────────────────────────────────────── */
  .rw-footer{border-top:1px solid var(--stone-dim);padding:44px 32px 0}
  .rw-footer-cols{
    max-width:1180px;margin:0 auto;display:grid;
    grid-template-columns:1.6fr 1fr 1fr 1fr;gap:32px;padding-bottom:36px;
  }
  .rw-footer-brand .wordmark{font-size:16px;margin-bottom:10px}
  .rw-footer-brand p{color:var(--text-faint);font-size:13px;max-width:220px}
  .rw-footer-h{font-size:11.5px;font-weight:700;letter-spacing:.6px;color:var(--text-dim);margin-bottom:14px}
  .rw-footer-col a{display:block;font-size:13.5px;color:var(--text-faint);margin-bottom:10px;transition:color .15s}
  .rw-footer-col a:hover{color:var(--cyan)}
  .rw-footer-bottom{
    max-width:1180px;margin:0 auto;padding:20px 0;border-top:1px solid var(--stone-dim);
    font-size:12.5px;color:var(--text-faint);
  }
  @media(max-width:700px){.rw-footer-cols{grid-template-columns:1fr 1fr}}

  /* ── RESPONSIVE ──────────────────────────────────────────────────── */
  @media(max-width:860px){
    .hero{grid-template-columns:1fr;padding-top:20px}
    .hero-badge{order:-1;margin-bottom:10px}
    .hero-badge img{width:260px}
    .hero-badge .glow{width:280px;height:280px}
    .hero h1{font-size:38px}
    .hero-stats{flex-wrap:wrap;gap:24px}
    .feat-row{grid-template-columns:1fr;gap:10px}
    .pricing-panel{grid-template-columns:1fr}
    .dash-panel{flex-direction:column;text-align:center}
    nav.site-nav{flex-wrap:wrap;gap:16px}
    .nav-links{gap:20px;order:3;width:100%;justify-content:center}
    .woocommerce-page .page-title, .woocommerce h1.entry-title{font-size:26px}
  }

/* ── WooCommerce shop grid : vraies cartes produit ───────────────────── */
/* !important partout ici : le CSS par défaut de WooCommerce se charge
   après le nôtre et gagnait sinon sur plusieurs propriétés. */
.woocommerce-result-count, .woocommerce-ordering{
  max-width:1180px !important;margin:0 auto !important;padding:0 32px !important;
  color:var(--text-dim) !important;font-size:14px !important;
}
.woocommerce-ordering select{
  background:var(--bg-raised) !important;color:var(--text) !important;
  border:1px solid var(--stone-dim) !important;
  border-radius:6px !important;padding:8px 12px !important;font-size:13.5px !important;
  font-family:'Inter',sans-serif !important;
}

/* Bannière au-dessus de la grille (remplace le titre "Shop" par défaut) */
.rw-shop-banner{
  max-width:1180px;margin:24px auto 0;padding:0 32px 24px;
  display:flex;align-items:center;gap:18px;border-bottom:1px solid var(--stone-dim);
}
.rw-shop-icon{
  width:56px;height:56px;flex-shrink:0;border-radius:14px;
  background:rgba(56,225,232,.1);border:1px solid rgba(56,225,232,.35);
  display:flex;align-items:center;justify-content:center;
}
.rw-shop-eyebrow{font-size:11.5px;font-weight:700;letter-spacing:1px;color:var(--cyan);margin-bottom:4px}
.rw-shop-banner h1{font-family:'Chakra Petch',sans-serif;font-size:30px;font-weight:600;margin:0 0 4px}
.rw-shop-banner p{color:var(--text-dim);font-size:14.5px;margin:0}

ul.products{
  max-width:1180px !important;margin:28px auto 0 !important;padding:0 32px !important;
  display:grid !important;grid-template-columns:repeat(3,1fr) !important;gap:22px !important;
  list-style:none !important;
}
ul.products li.product{
  background:var(--bg-raised) !important;border:1px solid var(--stone-dim) !important;
  border-radius:14px !important;
  overflow:hidden !important;padding:0 !important;margin:0 !important;text-align:left !important;
  transition:transform .18s,border-color .18s,box-shadow .18s;position:relative;
}
ul.products li.product:hover{transform:translateY(-4px);border-color:var(--cyan) !important;box-shadow:0 12px 30px rgba(56,225,232,.15)}
/* Le produit BEST VALUE se distingue en violet */
ul.products li.product:has(.rw-best-value){border-color:var(--violet) !important;box-shadow:0 0 0 1px var(--violet), 0 16px 40px rgba(168,85,247,.18)}
ul.products li.product:has(.rw-best-value):hover{box-shadow:0 0 0 1px var(--violet), 0 16px 40px rgba(168,85,247,.3)}
.rw-best-value{
  position:absolute;top:12px;left:12px;z-index:2;
  background:linear-gradient(135deg,var(--violet),var(--violet-dim));color:#fff;
  font-size:10.5px;font-weight:700;letter-spacing:.4px;padding:5px 10px;border-radius:6px;
}
ul.products li.product a{text-decoration:none !important;display:block !important}
ul.products li.product img{
  width:100% !important;height:auto !important;display:block !important;
  border-radius:0 !important;margin:0 !important;
}
ul.products li.product .woocommerce-loop-product__title{
  font-family:'Chakra Petch',sans-serif !important;font-size:17px !important;
  font-weight:600 !important;color:var(--text) !important;
  padding:16px 18px 0 !important;margin:0 !important;
}
ul.products li.product .price{
  display:block !important;margin:12px 18px 18px !important;padding:12px 14px !important;
  font-size:20px !important;font-weight:700 !important;color:var(--cyan) !important;
  background:var(--bg) !important;border:1px solid var(--stone-dim) !important;border-radius:8px !important;
  text-align:center !important;
}
ul.products li.product .price del{color:var(--text-faint) !important;opacity:.7;font-weight:400 !important}
ul.products li.product .button{
  display:flex !important;align-items:center;justify-content:center;gap:6px;
  margin:0 18px 18px !important;text-align:center !important;
  background:linear-gradient(135deg,var(--violet),var(--violet-dim)) !important;
  color:#fff !important;border-radius:8px !important;padding:11px !important;
  font-weight:600 !important;border:none !important;
}
ul.products li.product .button::before{content:'🛒'}
@media(max-width:860px){ul.products{grid-template-columns:1fr !important}.rw-shop-banner{flex-wrap:wrap}}

/* ── Bandeau de réassurance sous la grille ───────────────────────────── */
.rw-trust-row{
  max-width:1180px;margin:44px auto 60px;padding:0 32px;
  display:grid;grid-template-columns:repeat(4,1fr);gap:14px;
}
.rw-trust-item{
  display:flex;align-items:center;gap:12px;
  background:var(--bg-raised);border:1px solid var(--stone-dim);border-radius:10px;padding:16px;
}
.rw-trust-item span{font-size:20px;flex-shrink:0}
.rw-trust-item b{display:block;font-size:13.5px;color:var(--text)}
.rw-trust-item small{display:block;font-size:11.5px;color:var(--text-faint);margin-top:2px}
@media(max-width:860px){.rw-trust-row{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.rw-trust-row{grid-template-columns:1fr}}



/* ── WooCommerce breadcrumb ("Home / Shop") ──────────────────────────── */
.woocommerce-breadcrumb{
  max-width:1180px;margin:0 auto;padding:24px 32px 0;
  font-size:13.5px;color:var(--text-faint);
}
.woocommerce-breadcrumb a{color:var(--text-dim);transition:color .15s}
.woocommerce-breadcrumb a:hover{color:var(--cyan)}

/* Titre de page Shop ("Shop") + sa barre violette */
.woocommerce-page .page-title,
.woocommerce h1.entry-title{
  max-width:1180px;margin:14px auto 0;padding:0 32px 20px;
  font-family:'Chakra Petch',sans-serif;font-size:32px;font-weight:600;
  border-bottom:2px solid var(--violet);
}
.woocommerce-page .woocommerce-notices-wrapper{
  max-width:1180px;margin:24px auto;padding:0 32px;
}

.woocommerce, .woocommerce-page{color:var(--text)}
.woocommerce ul.products li.product,
.woocommerce div.product,
.woocommerce table.cart,
.woocommerce-cart table.cart,
.woocommerce table.shop_table,
.woocommerce-checkout .woocommerce-checkout-review-order-table,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce-MyAccount-content{
  background:var(--bg-raised);
  border-color:var(--stone-dim) !important;
  color:var(--text);
}
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price{color:var(--cyan)}
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce #respond input#submit, .woocommerce-page a.button,
.woocommerce-checkout #payment #place_order{
  background:linear-gradient(135deg,var(--violet),var(--violet-dim)) !important;
  color:#fff !important;
  border:none !important;
  border-radius:8px !important;
  font-weight:600 !important;
}
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
  opacity:.9;
}
.woocommerce table.shop_table th, .woocommerce table.shop_table td{
  border-color:var(--stone-dim) !important;
}
.woocommerce-message, .woocommerce-info, .woocommerce-error{
  background:var(--bg-raised) !important;
  border-top-color:var(--violet) !important;
  color:var(--text) !important;
}
.woocommerce-billing-fields label, .woocommerce-shipping-fields label,
.woocommerce-additional-fields label, .form-row label{color:var(--text-dim)}

/* ── Contenu générique (pages simples, articles) ─────────────────────── */
.rw-page-content{max-width:760px;margin:60px auto;padding:0 32px 100px}
.rw-page-content h1{font-family:'Chakra Petch',sans-serif;font-size:32px;margin-bottom:24px}
.rw-page-content p, .rw-page-content li{color:var(--text-dim);font-size:16px;margin-bottom:14px}
.rw-page-content a{color:var(--cyan);text-decoration:underline}
