/*
Theme Name: Editor Vault
Theme URI: https://www.editorvault.shop/
Author: Editor Vault
Author URI: https://www.editorvault.shop/
Description: One-page sales/landing theme for the Editor Vault Pro Kit — 800+ premium video editing assets. Converted from the original React landing page into a native WordPress theme.
Version: 1.0.0
Requires at least: 5.9
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: editor-vault
*/

@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@600;700;800;900&family=DM+Sans:ital,opsz,wght@0,9..40,300..700;1,9..40,400&display=swap');

html, body {
  margin: 0;
  padding: 0;
}

body, html {
  font-family: 'DM Sans', system-ui, sans-serif;
}

h1, h2, h3, h4, .font-display {
  font-family: 'League Spartan', 'DM Sans', sans-serif;
  letter-spacing: -0.02em;
}

/* Editor Vault landing page. Scoped under .ev-page so it can't leak into/clash with the rest of WordPress. */

.ev-page {
  --ev-purple: #5a31f4;
  --ev-purple-light: #8b6bff;
  margin: 0;
  padding: 0;
  background-color: #0a0a0a;
  background-image:
    radial-gradient(ellipse 900px 620px at 50% 0%, rgba(90,49,244,0.20) 0%, rgba(90,49,244,0) 62%),
    linear-gradient(165deg, #0a0a0a 0%, #120b1f 50%, #0a0a0a 100%);
  background-repeat: no-repeat, repeat-y;
  background-size: auto, 100% 1200px;
  background-position: center top, center top;
  color: #ffffff;
  font-family: 'DM Sans', sans-serif;
  overflow-x: hidden;
  position: relative;
  scroll-behavior: smooth;
}
.ev-page * { box-sizing: border-box; }
.ev-page a { color: inherit; }
.ev-page img { max-width: 100%; display: block; }
.ev-page button { font-family: inherit; }

/* ---------- Announcement bar ---------- */
.ev-announcement-bar{
    background: var(--ev-purple);
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:12px;
    padding:10px 15px;
    font-size:14px;
    font-weight:600;
    text-align:center;
    flex-wrap:wrap;
    width:100%;
    position:sticky;
    top:0;
    box-sizing:border-box;
    z-index:9000;
}
.ev-countdown{ display:flex; gap:8px; align-items:center; }
.ev-countdown span{
    background:rgba(255,255,255,0.15);
    padding:4px 8px;
    border-radius:6px;
    min-width:50px;
    text-align:center;
}
.ev-countdown strong{ font-size:16px; }

/* ---------- Logo ---------- */
.ev-logo-wrap{ text-align:center; margin-top:50px; margin-bottom:0px; padding:0px 0; }
.ev-logo{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-family:'League Spartan', sans-serif;
  font-weight:800;
  font-size:30px;
  letter-spacing:-1.5px;
}
.ev-logo .dot{ color: var(--ev-purple-light); font-size:44px; }
.ev-logo .word-editor{ color:#ffffff; }
.ev-logo .word-vault{ color: var(--ev-purple-light); }

/* ---------- Hero heading ---------- */
.ev-hero-heading{
  font-weight: 800;
  font-size: 30px;
  line-height: 1.15;
  letter-spacing: -3px;
  text-align: center;
  padding: 20px 0px 0 2px;
  margin: 0 -4px 7px -4px;
  color: #ffffff;
}
.ev-hero-heading .accent{
  color: var(--ev-purple-light);
  text-shadow: 0 0 20px rgba(139,107,255,0.55), 0 0 40px rgba(139,107,255,0.3);
}
.ev-hero-sub{
  font-size: 15.5px;
  font-weight: 500;
  color: #c9c9c9;
  text-align: center;
  max-width: 560px;
  margin: 0 auto 18px auto;
  line-height: 1.55;
  padding: 0 12px;
}
.ev-hero-image{ max-width: 640px; margin: 0 auto 10px auto; padding: 0 12px; }
.ev-hero-image img{
  width: 100%; border-radius: 16px; display: block;
  border: 3px solid var(--ev-purple);
  box-shadow: 0 0 24px rgba(90,49,244,0.35);
}

/* ---------- Rating ---------- */
.ev-rating{ display:flex; justify-content:center; align-items:center; gap:6px; margin-top:0px; flex-wrap:wrap; }
.ev-rating .stars{ color:#F5B301; font-size:16px; letter-spacing:1px; }
.ev-rating .rating-text{ font-size:14px; color:#e5e5e5; }

/* ---------- Value props ---------- */
.ev-value-props{ display:flex; gap:8px; justify-content:space-between; align-items:stretch; margin:16px auto 0; max-width:640px; padding:0 12px; }
.ev-value-card{
    flex:1; background:#111111; border:1.5px solid #2a2a2a; border-radius:12px;
    padding:10px 6px; text-align:center; box-shadow:0 4px 12px rgba(90,49,244,.12); transition:.3s ease;
}
.ev-value-card:hover{ transform:translateY(-2px); box-shadow:0 8px 18px rgba(139,107,255,.18); border-color: var(--ev-purple); }
.ev-value-card .icon{ font-size:22px; line-height:1; margin-bottom:2px; }
.ev-value-card h4{ margin:0; font-size:12px; font-weight:700; color:#ffffff; line-height:1.25; }
.ev-value-card p{ margin:8px 0 0; font-size:9px; color:#999; line-height:1.35; }
@media(max-width:480px){
  .ev-value-props{ gap:6px; margin:12px auto 14px; }
  .ev-value-card{ padding:6px 4px; border-radius:10px; }
  .ev-value-card .icon{ font-size:20px; margin-bottom:5px; }
  .ev-value-card h4{ font-size:11px; }
  .ev-value-card p{ font-size:8px; }
  .ev-hero-heading{ font-size: 30px; letter-spacing: -1px; padding: 20px 0px 0 2px; }
}

/* ---------- Showcase ---------- */
.ev-showcase{ max-width:900px; margin:0 auto; padding:24px 10px; }
.ev-showcase .ev-card{ background:#111111; border:1px solid #2a2a2a; border-radius:24px; padding:56px 20px 48px 20px; }
.ev-showcase h2{ font-weight:900; font-size:34px; letter-spacing:-1.5px; color:#ffffff; line-height:1.25; text-align:center; margin:0 0 14px 0; }
.ev-showcase h2 span{ color: var(--ev-purple-light); text-shadow:0 0 20px rgba(139,107,255,0.8), 0 0 40px rgba(139,107,255,0.4); }
.ev-showcase .sub{ font-size:16px; font-weight:500; color:rgba(255,255,255,0.6); text-align:center; max-width:540px; margin:0 auto 36px auto; line-height:1.5; }
.ev-showcase-grid{ display:grid; grid-template-columns:1fr 1fr; gap:20px; max-width:600px; margin:0 auto; }
@media(max-width:600px){
  .ev-showcase .ev-card{ padding:40px 14px 32px 14px; }
  .ev-showcase h2{ font-size:33px; letter-spacing:-2px; }
  .ev-showcase-grid{ gap:12px; }
}

/* ---------- Shared dark card sections ---------- */
.ev-s2, .ev-s3, .ev-s5 { max-width:600px; margin:0 auto; padding:24px 10px; }
.ev-s2 .ev-card, .ev-s3 .ev-card, .ev-s5 .ev-card{ background:#111111; border:1px solid #2a2a2a; border-radius:24px; padding:40px 18px; }
.ev-eyebrow{ display:block; text-align:center; font-size:13px; font-weight:700; letter-spacing:0.08em; color: var(--ev-purple-light); text-transform:uppercase; margin-bottom:12px; }
.ev-s2 h2, .ev-s3 h2, .ev-s5 h2{ font-weight:900; font-size:27px; letter-spacing:-0.02em; color:#fff; line-height:1.2; text-align:center; margin-bottom:24px; text-shadow:0 0 18px rgba(139,107,255,0.55),0 0 40px rgba(139,107,255,0.3); }
.ev-s2 h2 span, .ev-s3 h2 span, .ev-s5 h2 span, .ev-target-wrap h2 span, .ev-why h2 span, .ev-curr2 h2 span, .ev-cta h2 span, .ev-faq h2 span{ color: var(--ev-purple-light); text-shadow:0 0 20px rgba(139,107,255,0.85),0 0 45px rgba(139,107,255,0.5); }

/* pricing table */
.ev-s2 .row{ display:flex; justify-content:space-between; align-items:baseline; gap:12px; padding:13px 0; border-bottom:1px dashed #2a2a2a; }
.ev-s2 .row .item{ font-size:15.5px; font-weight:500; letter-spacing:-0.01em; color:#e5e5e5; }
.ev-s2 .row .worth{ font-size:14px; font-weight:400; color:#666; text-decoration:line-through; white-space:nowrap; }
.ev-s2 .summary{ margin-top:22px; background:#1a1430; border-radius:16px; padding:20px; }
.ev-s2 .summary .line{ display:flex; justify-content:space-between; font-size:15.5px; font-weight:600; letter-spacing:-0.01em; color:#bbb; margin-bottom:8px; }
.ev-s2 .summary .line:last-child{ margin-bottom:0; font-size:20px; font-weight:900; letter-spacing:-0.02em; color: var(--ev-purple-light); }
.ev-s2 .license-note{ margin-top:16px; display:flex; gap:10px; align-items:flex-start; background:#161616; border:1px solid #2a2a2a; border-radius:12px; padding:14px 16px; }
.ev-s2 .license-note .lni{ font-size:16px; flex-shrink:0; }
.ev-s2 .license-note p{ margin:0; font-size:12.5px; font-weight:500; color:rgba(255,255,255,0.6); line-height:1.55; }
.ev-s2 .license-note p strong{ color:#e5e5e5; }

/* how it works */
.ev-s3 .step{ position:relative; display:flex; gap:16px; padding-bottom:28px; }
.ev-s3 .step:last-child{ padding-bottom:0; }
.ev-s3 .step:not(:last-child)::before{ content:''; position:absolute; left:15px; top:34px; bottom:0; width:2px; background:#2a2a2a; }
.ev-s3 .num{ flex-shrink:0; width:32px; height:32px; border-radius:50%; background: var(--ev-purple); color:#fff; font-weight:800; font-size:14px; display:flex; align-items:center; justify-content:center; z-index:1; }
.ev-s3 .text{ padding-top:5px; font-size:16.5px; font-weight:500; letter-spacing:-0.01em; color:#e5e5e5; line-height:1.5; }

/* guarantee */
.ev-s5 p{ font-size:15.5px; font-weight:400; letter-spacing:-0.01em; color:#c9c9c9; line-height:1.65; text-align:center; margin-bottom:30px; }
.ev-s5 ul{ list-style:none; margin:0; padding:0; max-width:280px; margin:0 auto; }
.ev-s5 li{ display:flex; align-items:center; gap:14px; margin-bottom:16px; font-size:16px; font-weight:600; letter-spacing:-0.01em; color:#fff; }
.ev-s5 li:last-child{ margin-bottom:0; }
.ev-s5 .check-icon{ flex-shrink:0; width:24px; height:24px; border-radius:50%; background: var(--ev-purple); display:flex; align-items:center; justify-content:center; }
.ev-s5 .check-icon svg{ width:13px; height:13px; }

/* ---------- Target wrap ---------- */
.ev-target-wrap{ max-width:700px; margin:0 auto; padding:24px 10px; }
.ev-target-wrap .ev-card{ background:#111111; border:1px solid #2a2a2a; border-radius:24px; padding:40px 22px; }
.ev-target-wrap h2{ color:#ffffff; font-size:27px; font-weight:900; letter-spacing:-0.02em; line-height:1.25; text-align:center; margin:0 0 12px 0; text-shadow:0 0 18px rgba(139,107,255,0.55),0 0 40px rgba(139,107,255,0.3); }
.ev-target-subheading{ color:rgba(255,255,255,0.6); font-size:15px; font-weight:500; text-align:center; max-width:480px; margin:0 auto 30px auto; line-height:1.55; }
.ev-target-grid{ display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.ev-target-card{ background:#1a1a1a; border:1px solid #2a2a2a; border-radius:16px; padding:22px 16px; text-align:center; transition:.3s ease; }
.ev-target-card:hover{ transform:translateY(-3px); border-color: var(--ev-purple); }
.ev-target-icon{ background:rgba(139,107,255,0.12); border:1px solid rgba(139,107,255,0.35); width:52px; height:52px; border-radius:14px; margin:0 auto 14px auto; display:flex; align-items:center; justify-content:center; font-size:24px; }
.ev-target-card-title{ color:#ffffff; font-size:15px; font-weight:700; letter-spacing:-0.2px; margin:0 0 8px 0; }
.ev-target-card-text{ color:rgba(255,255,255,0.6); font-size:12.5px; font-weight:500; line-height:1.55; margin:0; }
@media (max-width: 420px) {
  .ev-target-wrap .ev-card{ padding:32px 14px; }
  .ev-target-grid{ gap:12px; }
  .ev-target-card{ padding:20px 12px; }
  .ev-target-icon{ width:48px; height:48px; font-size:21px; margin-bottom:12px; }
  .ev-target-card-title{ font-size:14.5px; }
  .ev-target-card-text{ font-size:12px; }
}

/* ---------- Why Choose ---------- */
.ev-why{ max-width:700px; margin:0 auto; padding:24px 10px; }
.ev-why h2{ font-weight:900; font-size:27px; letter-spacing:-0.02em; color:#fff; line-height:1.25; text-align:center; margin:0 0 28px 0; text-shadow:0 0 18px rgba(139,107,255,0.55),0 0 40px rgba(139,107,255,0.3); }
.ev-why-head{ display:grid; grid-template-columns:1fr auto 1fr; align-items:center; gap:8px; }
.ev-why-head .col{ border-radius:14px 14px 0 0; padding:14px 10px; text-align:center; font-size:13px; font-weight:800; letter-spacing:0.03em; }
.ev-why-head .col.good{ background:rgba(139,107,255,0.12); color: var(--ev-purple-light); border:1px solid rgba(139,107,255,0.4); border-bottom:none; }
.ev-why-head .col.bad{ background:rgba(248,113,113,0.12); color:#f87171; border:1px solid rgba(248,113,113,0.3); border-bottom:none; }
.ev-why-head .vs{ font-size:12px; font-weight:700; color:#666; }
.ev-why-row{ display:grid; grid-template-columns:1fr auto 1fr; align-items:stretch; gap:8px; }
.ev-why-cell{ background:#111111; border:1px solid #2a2a2a; border-top:none; padding:16px 12px; font-size:13.5px; display:flex; align-items:center; gap:10px; }
.ev-why-row:last-of-type .ev-why-cell{ border-radius:0 0 14px 14px; }
.ev-why-feat{ font-weight:700; color:#fff; flex:1; }
.ev-why-mid{ display:flex; align-items:center; justify-content:center; font-size:14px; font-weight:700; color:#555; }
.ev-why-badge{ flex-shrink:0; width:26px; height:26px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:13px; font-weight:800; }
.ev-why-cell.good .ev-why-badge{ background: var(--ev-purple); color:#fff; }
.ev-why-cell.bad .ev-why-badge{ background:#de350b; color:#fff; }
@media(max-width:420px){
  .ev-why-cell{ padding:12px 8px; font-size:12px; gap:8px; }
  .ev-why-badge{ width:22px; height:22px; font-size:11px; }
}

/* ---------- Curriculum grid ---------- */
.ev-curr2{ max-width:1100px; margin:0 auto; padding:24px 10px; }
.ev-curr2 .ev-card{ background:#111111; border:1px solid #2a2a2a; border-radius:24px; padding:44px 24px; }
.ev-curr2 h2{ font-weight:900; font-size:32px; letter-spacing:-1.2px; color:#fff; line-height:1.2; text-align:center; margin:0 0 8px 0; padding:0 20px; }
.ev-curr2 .sub{ font-size:15px; font-weight:500; color:rgba(255,255,255,0.6); text-align:center; margin:0 0 36px 0; padding:0 20px; }
.ev-curr2-grid{ display:grid; grid-template-columns:1fr 1fr; gap:20px; }
.ev-curr2-item{ background:#1a1a1a; border:1px solid #2a2a2a; border-radius:16px; overflow:hidden; transition:.3s ease; padding:26px 24px; }
.ev-curr2-item:hover{ transform:translateY(-3px); border-color: var(--ev-purple); }
.ev-curr2-item.featured{ border-color: var(--ev-purple); background:linear-gradient(180deg,#1a1430 0%,#1a1a1a 60%); }
.ev-curr2-tag{ display:inline-flex; align-items:center; gap:8px; font-size:11px; font-weight:700; letter-spacing:0.05em; color: var(--ev-purple-light); text-transform:uppercase; margin-bottom:10px; }
.ev-curr2-num{ display:inline-flex; align-items:center; justify-content:center; width:22px; height:22px; border-radius:6px; background: var(--ev-purple); color:#fff; font-size:11px; font-weight:800; }
.ev-curr2-item h3{ margin:0 0 10px 0; font-size:18px; font-weight:700; color:#fff; letter-spacing:-0.3px; }
.ev-curr2-item p{ margin:0; font-size:13.5px; font-weight:500; color:rgba(255,255,255,0.65); line-height:1.55; }
.ev-curr2-img{ width:100%; border-radius:12px; display:block; margin-bottom:16px; border:1px solid #2a2a2a; }
@media(max-width:640px){
  .ev-curr2{ padding:24px 4px; }
  .ev-curr2-grid{ grid-template-columns:1fr; }
  .ev-curr2 h2{ font-size:28px; }
  .ev-curr2 .sub{ font-size:17px; }
  .ev-curr2-item h3{ font-size:22px; }
  .ev-curr2-item p{ font-size:16px; line-height:1.6; }
}

/* ---------- Testimonials ---------- */
.ev-testi{ max-width:900px; margin:0 auto; padding:24px 0; }
.ev-testi .ev-card{ background:#111111; border:1px solid #2a2a2a; border-radius:24px; padding:44px 0; overflow:hidden; }
.ev-testi h2{ font-weight:900; font-size:30px; letter-spacing:-1.2px; color:#fff; line-height:1.2; text-align:center; margin:0 0 8px 0; padding:0 20px; }
.ev-testi .sub{ font-size:15px; font-weight:500; color:rgba(255,255,255,0.55); text-align:center; margin:0 0 36px 0; padding:0 20px; }
.ev-marquee-row{ width:100%; overflow:hidden; margin-bottom:16px; -webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent); mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent); }
.ev-marquee-track{ display:flex; flex-wrap:nowrap; gap:16px; width:max-content; }
.ev-marquee-track-1{ animation: ev-scroll-left 45s linear infinite; }
.ev-marquee-track-2{ animation: ev-scroll-right 45s linear infinite; }
.ev-marquee-row:hover .ev-marquee-track{ animation-play-state:paused; }
@keyframes ev-scroll-left{ from{transform:translateX(0)} to{transform:translateX(-50%)} }
@keyframes ev-scroll-right{ from{transform:translateX(-50%)} to{transform:translateX(0)} }
.ev-testi-item{ background:#1a1a1a; border:1px solid #2a2a2a; border-radius:16px; padding:20px; width:320px; flex-shrink:0; }
.ev-testi-stars{ color:#ffb800; font-size:14px; margin-bottom:12px; letter-spacing:2px; }
.ev-testi-text{ font-size:14px; font-weight:500; color:#e5e5e5; line-height:1.6; margin-bottom:16px; }
.ev-testi-author{ display:flex; align-items:center; gap:10px; }
.ev-testi-avatar{ width:34px; height:34px; border-radius:50%; background: var(--ev-purple); display:flex; align-items:center; justify-content:center; color:#fff; font-weight:700; font-size:13px; flex-shrink:0; }
.ev-testi-name{ font-size:13px; font-weight:700; color:#fff; }
.ev-testi-role{ font-size:11.5px; font-weight:500; color:rgba(255,255,255,0.45); }
@media(max-width:480px){
  .ev-testi h2{ font-size:23px; }
  .ev-testi-item{ width:260px; padding:16px; }
  .ev-testi-text{ font-size:13px; }
}

/* ---------- FAQ ---------- */
.ev-faq{ max-width:700px; margin:0 auto; padding:24px 10px; }
.ev-faq .ev-card{ background:#111111; border:1px solid #2a2a2a; border-radius:24px; padding:40px 24px; }
.ev-faq h2{ font-weight:900; font-size:27px; letter-spacing:-0.02em; color:#fff; line-height:1.2; text-align:center; margin:0 0 32px 0; text-shadow:0 0 18px rgba(139,107,255,0.55),0 0 40px rgba(139,107,255,0.3); }
.ev-faq .faq-item{ border-bottom:1px solid #2a2a2a; padding:0; }
.ev-faq .faq-item:last-child{ border-bottom:none; }
.ev-faq .faq-question{ display:flex; justify-content:space-between; align-items:center; gap:16px; padding:20px 4px; cursor:pointer; font-size:16px; font-weight:700; color:#ffffff; letter-spacing:-0.01em; user-select:none; background:none; border:none; width:100%; text-align:left; }
.ev-faq .faq-icon{ flex-shrink:0; width:26px; height:26px; border-radius:50%; background: var(--ev-purple); display:flex; align-items:center; justify-content:center; transition:transform 0.3s ease; }
.ev-faq .faq-icon svg{ width:12px; height:12px; transition:transform 0.3s ease; }
.ev-faq .faq-item.active .faq-icon svg{ transform:rotate(180deg); }
.ev-faq .faq-answer{ max-height:0; overflow:hidden; transition:max-height 0.35s ease; }
.ev-faq .faq-answer-inner{ padding:0 4px 20px 4px; font-size:14.5px; font-weight:500; color:rgba(255,255,255,0.7); line-height:1.6; }

/* ---------- Final CTA ---------- */
.ev-cta{ max-width:700px; margin:0 auto; padding:24px 10px; }
.ev-cta .ev-card{ background:linear-gradient(180deg,#1a1430 0%,#111111 100%); border:1px solid #2a2a2a; border-radius:24px; padding:44px 24px; text-align:center; position:relative; overflow:hidden; }
.ev-cta .ev-eyebrow{ display:inline-block; font-size:12.5px; font-weight:700; letter-spacing:0.08em; color:#ffffff; text-transform:uppercase; background: var(--ev-purple); padding:6px 16px; border-radius:20px; margin-bottom:20px; }
.ev-cta h2{ font-weight:900; font-size:30px; letter-spacing:-0.02em; color:#fff; line-height:1.25; margin:0 0 12px 0; }
.ev-cta .sub{ font-size:15.5px; font-weight:500; color:rgba(255,255,255,0.65); line-height:1.5; max-width:480px; margin:0 auto 28px auto; }
.ev-cta .hero-img{ width:100%; max-width:560px; border-radius:16px; display:block; margin:0 auto 28px auto; border:3px solid var(--ev-purple); box-shadow:0 0 24px rgba(90,49,244,0.35); }
.ev-cta .price-row{ display:flex; align-items:baseline; justify-content:center; gap:12px; margin-bottom:6px; }
.ev-cta .price-old{ font-size:20px; font-weight:600; color:#666; text-decoration:line-through; }
.ev-cta .price-new{ font-size:40px; font-weight:900; letter-spacing:-0.02em; color:#ffffff; }
.ev-cta .price-note{ font-size:13px; font-weight:500; color:rgba(255,255,255,0.5); margin-bottom:28px; }
.ev-cta .cta-btn{ display:inline-block; width:100%; max-width:420px; background: var(--ev-purple); color:#ffffff; font-size:17px; font-weight:800; letter-spacing:-0.01em; padding:18px 24px; border-radius:14px; text-decoration:none; box-shadow:0 8px 24px rgba(90,49,244,0.35); transition:.25s ease; border:none; cursor:pointer; }
.ev-cta .cta-btn:hover{ transform:translateY(-2px); box-shadow:0 12px 28px rgba(90,49,244,0.45); }
.ev-cta .trust-row{ display:flex; justify-content:center; gap:18px; flex-wrap:wrap; margin-top:22px; }
.ev-cta .trust-item{ display:flex; align-items:center; gap:6px; font-size:12.5px; font-weight:600; color:rgba(255,255,255,0.55); }
.ev-cta .trust-item svg{ width:14px; height:14px; flex-shrink:0; }
@media(max-width:480px){
  .ev-cta .ev-card{ padding:32px 18px; }
  .ev-cta h2{ font-size:24px; }
  .ev-cta .price-new{ font-size:32px; }
  .ev-cta .cta-btn{ font-size:15.5px; padding:16px 20px; }
  .ev-cta .trust-row{ gap:12px; }
  .ev-cta .trust-item{ font-size:11px; }
}

/* ---------- Footer ---------- */
.ev-footer{ background:#0a0a0a; padding:44px 20px 28px 20px; text-align:center; border-top:1px solid #1a1a1a; }
.ev-footer .brand{ font-size:19px; font-weight:800; letter-spacing:-0.5px; color:#ffffff; margin-bottom:4px; }
.ev-footer .brand span{ color: var(--ev-purple-light); }
.ev-footer .tagline{ font-size:12.5px; font-weight:500; color:rgba(255,255,255,0.4); margin-bottom:24px; }
.ev-footer .links{ display:flex; flex-wrap:wrap; justify-content:center; align-items:center; gap:0; margin-bottom:24px; }
.ev-footer .links a{ color:rgba(255,255,255,0.55); font-size:13px; font-weight:600; text-decoration:none; padding:0 14px; transition:.2s ease; }
.ev-footer .links a:hover{ color: var(--ev-purple-light); }
.ev-footer .links .divider{ color:#2a2a2a; font-size:13px; }
.ev-footer .line{ height:1px; background:#1a1a1a; max-width:400px; margin:0 auto 18px auto; }
.ev-footer .copyright{ font-size:11.5px; font-weight:500; color:rgba(255,255,255,0.3); }
@media(max-width:480px){
  .ev-footer{ padding:32px 16px 20px 16px; }
  .ev-footer .links{ gap:10px 0; row-gap:10px; }
  .ev-footer .links a{ padding:0 10px; font-size:12.5px; }
}

/* ---------- Sticky CTA button (in-flow, under hero) ---------- */
.ev-cta-wrapper{ text-align:center; margin:24px 0; padding: 0 12px; }
.ev-cta-main-btn{
  display:inline-block; background: var(--ev-purple); color:white; font-size:18px; font-weight:800;
  padding:18px 32px; border-radius:15px; text-decoration:none; width:100%; max-width:460px; box-sizing:border-box;
  letter-spacing:0.3px; box-shadow:0 8px 24px rgba(90,49,244,0.35);
  animation: ctaGlowPulse 3s ease-in-out infinite; transition: transform 0.15s ease; border:none; cursor:pointer;
}
.ev-cta-main-btn:active{ transform: scale(0.98); }
@keyframes ctaGlowPulse {
  0%, 100% { box-shadow: 0 8px 24px rgba(90,49,244,0.35), 0 0 28px rgba(90,49,244,0.18), 0 8px 20px rgba(0,0,0,0.35); }
  50% { box-shadow: 0 8px 24px rgba(90,49,244,0.35), 0 0 40px rgba(90,49,244,0.28), 0 8px 20px rgba(0,0,0,0.35); }
}
.ev-cta-main-btn .original-price{ font-size:18px; font-weight:700; text-decoration:line-through; color:rgba(255,255,255,0.6); margin-left:6px; }

/* ---------- Sticky Add To Cart bar ---------- */
.ev-sticky-bar {
  position: fixed; bottom: 0; left: 0; width: 100%; background: #111111; border-top: 1px solid #2a2a2a;
  padding: 12px 20px; display: none; align-items: center; justify-content: space-between; z-index: 9997;
  box-shadow: 0 -6px 20px rgba(0,0,0,0.45); box-sizing: border-box;
}
.ev-sticky-bar.visible { display: flex; }
.ev-sticky-left { display: flex; flex-direction: column; }
.ev-sticky-price { font-size: 20px; font-weight: 800; color: #ffffff; }
.ev-sticky-price span { font-size: 15px; font-weight: 600; color: #666666; text-decoration: line-through; margin-left: 6px; }
.ev-sticky-scarcity { font-size: 11px; color: rgba(255,255,255,0.5); margin-top: 2px; display:flex; align-items:center; gap:5px; }
.ev-sticky-scarcity .ev-sticky-timer{ font-variant-numeric: tabular-nums; color: var(--ev-purple-light); font-weight:700; }
.ev-sticky-btn-right {
  background: var(--ev-purple); color: white; font-size: 15px; font-weight: 700; padding: 14px 22px; border-radius: 10px;
  border: none; cursor: pointer; white-space: nowrap; box-shadow: 0 6px 18px rgba(90,49,244,0.35);
}
@media(max-width:480px){
  .ev-sticky-bar{ padding:10px 14px; }
  .ev-sticky-price{ font-size:17px; }
  .ev-sticky-price span{ font-size:13px; }
  .ev-sticky-btn-right{ font-size:13.5px; padding:12px 16px; }
}

/* ---------- Asset gallery (tabbed video preview) ---------- */
.ev-gallery{ max-width:900px; margin:0 auto; padding:24px 10px; }
.ev-gallery .ev-card{ background:#111111; border:1px solid #2a2a2a; border-radius:24px; padding:56px 20px 48px 20px; }
.ev-gallery h2{ font-weight:900; font-size:36px; letter-spacing:-1.5px; color:#fff; line-height:1.2; text-align:center; margin:0 0 14px 0; }
.ev-gallery .sub{ font-size:17px; font-weight:500; color:rgba(255,255,255,0.6); text-align:center; max-width:540px; margin:0 auto 32px auto; }
.ev-tabs{ display:grid; grid-template-columns:repeat(3,1fr); gap:10px; margin-bottom:32px; }
.ev-tab{ padding:12px 10px; border-radius:14px; background:#1a1a1a; border:1px solid #2a2a2a; color:rgba(255,255,255,0.6); font-size:13.5px; font-weight:700; cursor:pointer; text-align:center; transition:.2s ease; }
.ev-tab.active{ background: var(--ev-purple); border-color: var(--ev-purple); color:#fff; }
.ev-slide{ display:none; grid-template-columns:1fr 1fr; gap:20px; max-width:600px; margin:0 auto; }
.ev-slide.active{ display:grid; }
@media(max-width:600px){
  .ev-gallery .ev-card{ padding:40px 14px 32px 14px; }
  .ev-gallery h2{ font-size:33px; letter-spacing:-2px; }
  .ev-tab{ font-size:14px; padding:10px 6px; }
  .ev-slide{ gap:12px; }
}

/* ---------- Video lazy-load thumbnails ---------- */
.ev-video-lazy{ position:relative; width:100%; aspect-ratio:9/16; border-radius:16px; border:1px solid #2a2a2a; overflow:hidden; cursor:pointer; background:#1a1a1a; background-size:cover; background-position:center; }
.ev-video-lazy iframe{ position:absolute; inset:0; width:100%; height:100%; border:none; border-radius:16px; }
.ev-video-lazy .ev-play-btn{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:52px; height:52px; border-radius:50%; background:rgba(90,49,244,0.92); display:flex; align-items:center; justify-content:center; box-shadow:0 4px 16px rgba(0,0,0,0.4); transition:.2s ease; }
.ev-video-lazy:hover .ev-play-btn{ transform:translate(-50%,-50%) scale(1.08); }
.ev-video-lazy .ev-play-btn svg{ width:20px; height:20px; margin-left:3px; }
.ev-video-lazy.ev-loaded .ev-play-btn, .ev-video-lazy.ev-loaded .ev-video-overlay{ display:none; }
.ev-video-overlay{ position:absolute; inset:0; background:rgba(0,0,0,0.15); }

/* ---------- Cart Drawer ---------- */
.ev-cart-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.6); z-index: 9998; opacity: 0; pointer-events: none; transition: opacity 0.3s ease; }
.ev-cart-overlay.open { opacity: 1; pointer-events: auto; }
.ev-cart-drawer {
  position: fixed; top: 0; right: -420px; width: 100%; max-width: 400px; height: 100%; background: #ffffff;
  border-left: 1px solid #e5e5e5; z-index: 9999; transition: right 0.35s cubic-bezier(.4,0,.2,1);
  display: flex; flex-direction: column;
}
.ev-cart-drawer.open { right: 0; }
.ev-cart-header { display: flex; align-items: center; justify-content: space-between; padding: 20px 22px; border-bottom: 1px solid #e5e5e5; }
.ev-cart-header h3 { color: #000000; font-size: 18px; font-weight: 800; margin: 0; }
.ev-cart-close { background: none; border: none; color: rgba(0,0,0,0.45); font-size: 26px; line-height: 1; cursor: pointer; padding: 0; }
.ev-cart-close:hover { color: #000000; }
.ev-urgency-banner { display: flex; align-items: center; justify-content: center; gap: 8px; background: #fff2ea; border-bottom: 1px solid #ffdcc4; padding: 10px 16px; font-size: 13px; font-weight: 700; color: #c2410c; }
.ev-urgency-banner .ev-timer { font-variant-numeric: tabular-nums; background: #c2410c; color: #fff; padding: 2px 8px; border-radius: 6px; font-weight: 800; }
.ev-cart-body { flex: 1; overflow-y: auto; padding: 20px 22px; }
.ev-cart-item { display: flex; gap: 12px; padding: 14px 0; border-bottom: 1px solid #eeeeee; }
.ev-cart-item img { width: 88px; height: 50px; object-fit: cover; border-radius: 8px; flex-shrink: 0; border: 1px solid #e5e5e5; }
.ev-cart-item-info { flex: 1; }
.ev-cart-item-title { color: #000000; font-size: 14.5px; font-weight: 700; margin: 0 0 4px 0; }
.ev-cart-item-price { color: var(--ev-purple); font-size: 14px; font-weight: 700; }
.ev-cart-item-price .ev-anchor { color: rgba(0,0,0,0.4); text-decoration: line-through; font-weight: 600; margin-left: 6px; }
.ev-cart-item-tag { display: inline-block; font-size: 10.5px; font-weight: 700; letter-spacing: 0.04em; color: rgba(0,0,0,0.45); text-transform: uppercase; margin-bottom: 3px; }
.ev-upsell-box { margin-top: 18px; background: #f5f2ff; border: 1px solid var(--ev-purple); border-radius: 14px; padding: 16px; cursor: pointer; transition: .2s ease; }
.ev-upsell-box:hover { border-color: var(--ev-purple-light); }
.ev-upsell-top { display: flex; gap: 12px; align-items: center; }
.ev-upsell-box img { width: 88px; height: 50px; object-fit: cover; border-radius: 8px; flex-shrink: 0; border: 1px solid #e5e5e5; }
.ev-upsell-info { flex: 1; }
.ev-upsell-flame { font-size: 12px; font-weight: 800; color: #e6660d; margin-bottom: 3px; letter-spacing: 0.03em; }
.ev-upsell-title { color: #000000; font-size: 14.5px; font-weight: 700; margin: 0 0 3px 0; }
.ev-upsell-price { font-size: 13.5px; font-weight: 600; color: rgba(0,0,0,0.55); }
.ev-upsell-price b { color: var(--ev-purple); }
.ev-upsell-price .ev-anchor { color: rgba(0,0,0,0.4); text-decoration: line-through; font-weight: 600; margin-left: 5px; }
.ev-upsell-desc { margin: 12px 0 0 0; padding-top: 12px; border-top: 1px dashed #d8cdfa; list-style: none; }
.ev-upsell-desc li { position: relative; padding-left: 18px; margin-bottom: 6px; font-size: 12.5px; font-weight: 500; color: rgba(0,0,0,0.65); line-height: 1.45; }
.ev-upsell-desc li:last-child { margin-bottom: 0; }
.ev-upsell-desc li::before { content: ""; position: absolute; left: 0; top: 6px; width: 6px; height: 6px; border-radius: 50%; background: var(--ev-purple); }
.ev-upsell-checkbox { width: 24px; height: 24px; border-radius: 6px; border: 2px solid var(--ev-purple); flex-shrink: 0; display: flex; align-items: center; justify-content: center; transition: .2s ease; background: #ffffff; }
.ev-upsell-checkbox.checked { background: var(--ev-purple); }
.ev-upsell-checkbox svg { width: 14px; height: 14px; opacity: 0; transition: .15s ease; }
.ev-upsell-checkbox.checked svg { opacity: 1; }
.ev-cart-footer { padding: 20px 22px 24px; border-top: 1px solid #e5e5e5; background: #ffffff; }
.ev-cart-total-row { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 14px; }
.ev-cart-total-label { color: rgba(0,0,0,0.55); font-size: 14px; font-weight: 600; }
.ev-cart-total-value { color: #000000; font-size: 24px; font-weight: 900; }
.ev-cart-total-value .ev-anchor { color: rgba(0,0,0,0.35); text-decoration: line-through; font-weight: 600; font-size: 16px; margin-right: 8px; }
.ev-cart-savings { text-align: right; font-size: 12px; font-weight: 700; color: #16a34a; margin-top: -8px; margin-bottom: 14px; }
.ev-cart-checkout-btn { display: block; width: 100%; background: var(--ev-purple); color: #fff; font-size: 16.5px; font-weight: 800; padding: 16px; border-radius: 12px; border: none; cursor: pointer; text-align: center; box-shadow: 0 8px 24px rgba(90,49,244,0.35); transition: transform 0.15s ease; }
.ev-cart-checkout-btn:active { transform: scale(0.98); }
