/*
Theme Name: Laddaluren
Theme URI: https://laddaluren.se
Author: Laddaluren
Author URI: https://laddaluren.se
Description: Premium custom WordPress theme for Laddaluren — powerbank charging stations for sports clubs, companies, events and offices. Dark base, green accents, Scandinavian clarity. Lightweight, Gutenberg-friendly, no page builders required.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: laddaluren
Tags: business, one-column, custom-menu, featured-images, threaded-comments, translation-ready, block-styles, wide-blocks
*/

/* =========================================================
   DESIGN TOKENS
   ========================================================= */
:root{
  --ll-bg: #111111;
  --ll-section-dark: #1A1A1A;
  --ll-section-darker: #0B0B0B;
  --ll-green: #5CFF3B;
  --ll-green-2: #2EDB63;
  --ll-green-glow: rgba(92,255,59,.18);
  --ll-light: #F7F7F7;
  --ll-white: #FFFFFF;
  --ll-text: #E7E7E7;
  --ll-text-muted: #9A9A9A;
  --ll-border: #2A2A2A;
  --ll-border-light: #E5E5E5;
  --ll-radius: 14px;
  --ll-radius-sm: 8px;
  --ll-radius-lg: 22px;
  --ll-shadow: 0 10px 30px rgba(0,0,0,.35);
  --ll-shadow-green: 0 8px 30px rgba(46,219,99,.25);
  --ll-maxw: 1200px;
  --ll-gap: 24px;
  --ll-font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
  --ll-ease: cubic-bezier(.2,.7,.2,1);
}

/* =========================================================
   RESET & BASE
   ========================================================= */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body{
  margin:0;
  font-family: var(--ll-font);
  background: var(--ll-bg);
  color: var(--ll-text);
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img, svg, video { max-width:100%; height:auto; display:block; }
a { color: var(--ll-green); text-decoration:none; transition: color .2s var(--ll-ease); }
a:hover { color: var(--ll-green-2); }
p { margin: 0 0 1em; }
h1,h2,h3,h4,h5,h6 { color: var(--ll-white); font-weight: 700; line-height: 1.2; margin: 0 0 .6em; letter-spacing:-.01em; }
h1 { font-size: clamp(2rem, 4.5vw, 3.4rem); letter-spacing:-.02em; }
h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); letter-spacing:-.015em; }
h3 { font-size: clamp(1.15rem, 1.6vw, 1.35rem); }
h4 { font-size: 1.05rem; }
ul, ol { padding-left: 1.25em; }
blockquote{
  margin: 1.5em 0;
  padding: 1em 1.25em;
  border-left: 4px solid var(--ll-green);
  background: var(--ll-section-dark);
  border-radius: var(--ll-radius-sm);
}
code, pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  background: var(--ll-section-dark);
  color: var(--ll-green);
  padding: .15em .4em;
  border-radius: 4px;
  font-size: .92em;
}
pre { padding: 1em; overflow:auto; }
hr { border: 0; height:1px; background: var(--ll-border); margin: 2rem 0; }

::selection { background: var(--ll-green); color: #000; }

/* Accessibility */
.screen-reader-text{
  position:absolute !important;
  clip: rect(1px,1px,1px,1px);
  width:1px; height:1px;
  overflow:hidden;
  word-wrap: normal !important;
}
.skip-link{
  position:absolute; left:-999px; top:0;
  background: var(--ll-green); color:#000;
  padding:.75rem 1rem; z-index:9999; font-weight:700;
}
.skip-link:focus{ left: 1rem; top: 1rem; }
:focus-visible{ outline: 2px solid var(--ll-green); outline-offset:2px; border-radius: 4px; }

/* =========================================================
   LAYOUT — SECTIONS & CONTAINER
   ========================================================= */
.ll-container{
  width: 100%;
  max-width: var(--ll-maxw);
  margin: 0 auto;
  padding: 0 20px;
}
.ll-section{
  padding: clamp(56px, 8vw, 104px) 0;
  background: var(--ll-light);
  color: #151515;
}
.ll-section h1, .ll-section h2, .ll-section h3, .ll-section h4 { color: #111; }
.ll-section-dark{
  background: var(--ll-bg);
  color: var(--ll-text);
}
.ll-section-dark h1, .ll-section-dark h2, .ll-section-dark h3, .ll-section-dark h4 { color: var(--ll-white); }
.ll-section--tight { padding: clamp(40px, 6vw, 72px) 0; }
.ll-section-header{
  max-width: 760px;
  margin: 0 auto clamp(32px, 5vw, 56px);
  text-align: center;
}
.ll-eyebrow{
  display:inline-block;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ll-green-2);
  margin-bottom: 14px;
}
.ll-section-dark .ll-eyebrow{ color: var(--ll-green); }
.ll-lead{
  font-size: clamp(1rem, 1.3vw, 1.125rem);
  color: var(--ll-text-muted);
  max-width: 640px;
}
.ll-section:not(.ll-section-dark) .ll-lead { color: #555; }

/* =========================================================
   HEADER / NAV
   ========================================================= */
.ll-site-header{
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(17,17,17,.85);
  backdrop-filter: saturate(140%) blur(10px);
  -webkit-backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid var(--ll-border);
}
.ll-nav{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 24px;
  min-height: 72px;
}
.ll-brand{
  display:flex; align-items:center; gap: 10px;
  font-weight: 800;
  font-size: 1.15rem;
  letter-spacing:-.01em;
  color: var(--ll-white);
}
.ll-brand:hover{ color: var(--ll-white); }
.ll-brand-mark{
  width: 32px; height: 32px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--ll-green), var(--ll-green-2));
  position:relative;
  box-shadow: 0 0 0 1px rgba(255,255,255,.06), 0 4px 14px var(--ll-green-glow);
}
.ll-brand-mark::after{
  content:"";
  position:absolute; inset:6px;
  background: #111;
  border-radius: 5px;
  clip-path: polygon(55% 0, 0 60%, 45% 60%, 30% 100%, 100% 35%, 55% 35%);
}
.ll-menu{
  list-style:none; margin:0; padding:0;
  display:flex; align-items:center; gap: 6px;
}
.ll-menu a{
  display:inline-block;
  padding: 10px 14px;
  color: var(--ll-text);
  font-weight: 500;
  font-size: .95rem;
  border-radius: 8px;
  transition: background .2s var(--ll-ease), color .2s var(--ll-ease);
}
.ll-menu a:hover, .ll-menu .current-menu-item > a{
  color: var(--ll-white);
  background: rgba(255,255,255,.05);
}
.ll-nav-cta{
  display:flex; align-items:center; gap: 10px;
}
.ll-menu-toggle{
  display:none;
  background: transparent;
  border: 1px solid var(--ll-border);
  color: var(--ll-white);
  width: 44px; height: 44px;
  border-radius: 10px;
  cursor:pointer;
  align-items:center; justify-content:center;
}
.ll-menu-toggle span, .ll-menu-toggle span::before, .ll-menu-toggle span::after{
  content:"";
  display:block;
  width: 20px; height: 2px;
  background: var(--ll-white);
  position: relative;
  transition: transform .25s var(--ll-ease), top .25s var(--ll-ease);
}
.ll-menu-toggle span::before{ position:absolute; top:-6px; left:0; }
.ll-menu-toggle span::after{ position:absolute; top:6px; left:0; }
.ll-menu-toggle[aria-expanded="true"] span{ background: transparent; }
.ll-menu-toggle[aria-expanded="true"] span::before{ top:0; transform: rotate(45deg); }
.ll-menu-toggle[aria-expanded="true"] span::after{ top:0; transform: rotate(-45deg); }

/* =========================================================
   BUTTONS
   ========================================================= */
.ll-btn, .wp-block-button__link{
  display:inline-flex;
  align-items:center; justify-content:center;
  gap: 8px;
  padding: 13px 22px;
  font-weight: 700;
  font-size: .95rem;
  line-height: 1;
  color: #0A0A0A;
  background: var(--ll-green);
  border: 2px solid var(--ll-green);
  border-radius: 999px;
  cursor: pointer;
  transition: transform .15s var(--ll-ease), box-shadow .2s var(--ll-ease), background .2s var(--ll-ease), color .2s var(--ll-ease);
  text-decoration:none;
  white-space:nowrap;
}
.ll-btn:hover{
  background: var(--ll-green-2);
  border-color: var(--ll-green-2);
  color:#000;
  transform: translateY(-1px);
  box-shadow: var(--ll-shadow-green);
}
.ll-btn-outline{
  display:inline-flex;
  align-items:center; justify-content:center;
  gap: 8px;
  padding: 11px 20px;
  font-weight: 700;
  font-size: .95rem;
  line-height: 1;
  color: var(--ll-white);
  background: transparent;
  border: 2px solid rgba(255,255,255,.25);
  border-radius: 999px;
  cursor: pointer;
  transition: all .2s var(--ll-ease);
  text-decoration: none;
  white-space:nowrap;
}
.ll-btn-outline:hover{
  color: var(--ll-white);
  border-color: var(--ll-white);
  background: rgba(255,255,255,.06);
}
.ll-section:not(.ll-section-dark) .ll-btn-outline{
  color: #111; border-color: rgba(0,0,0,.2);
}
.ll-section:not(.ll-section-dark) .ll-btn-outline:hover{
  color:#111; border-color:#111; background: rgba(0,0,0,.04);
}
.ll-btn-group{
  display:flex; gap: 12px; flex-wrap: wrap;
}

/* =========================================================
   HERO
   ========================================================= */
.ll-hero{
  position: relative;
  overflow: hidden;
  background: radial-gradient(1200px 500px at 80% -20%, rgba(92,255,59,.14), transparent 60%),
              radial-gradient(800px 400px at 10% 110%, rgba(46,219,99,.10), transparent 60%),
              var(--ll-bg);
  padding: clamp(72px, 10vw, 140px) 0 clamp(56px, 8vw, 110px);
  border-bottom: 1px solid var(--ll-border);
}
.ll-hero-inner{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap: clamp(32px, 5vw, 72px);
  align-items:center;
}
.ll-hero h1{
  margin-bottom: .5em;
}
.ll-hero .ll-hero-text{
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  color: var(--ll-text);
  max-width: 560px;
  margin-bottom: 1.8em;
}
.ll-hero .ll-btn-group{ margin-bottom: 1.6em; }
.ll-hero-meta{
  display:flex; flex-wrap: wrap; gap: 20px 28px;
  color: var(--ll-text-muted);
  font-size: .9rem;
}
.ll-hero-meta span{ display:inline-flex; align-items:center; gap:8px; }
.ll-hero-meta .ll-dot{
  width:8px; height:8px; border-radius:50%;
  background: var(--ll-green);
  box-shadow: 0 0 12px var(--ll-green);
}

/* Hero product illustration (SVG) */
.ll-hero-visual{
  position: relative;
  aspect-ratio: 4/4.2;
  display:flex; align-items:center; justify-content:center;
}
.ll-hero-visual::before{
  content:"";
  position:absolute;
  inset: 10% 10%;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, rgba(92,255,59,.28), transparent 60%);
  filter: blur(10px);
  z-index: 0;
}
.ll-hero-visual svg{ position:relative; z-index:1; width: 100%; height:100%; }

/* =========================================================
   PROCESS (3 steps)
   ========================================================= */
.ll-process{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--ll-gap);
  counter-reset: ll-step;
}
.ll-process .ll-step{
  position: relative;
  padding: 32px 28px;
  background: var(--ll-section-dark);
  border: 1px solid var(--ll-border);
  border-radius: var(--ll-radius);
  transition: transform .25s var(--ll-ease), border-color .25s var(--ll-ease);
}
.ll-section:not(.ll-section-dark) .ll-process .ll-step{
  background: #fff;
  border-color: var(--ll-border-light);
}
.ll-process .ll-step:hover{ transform: translateY(-3px); border-color: var(--ll-green-2); }
.ll-process .ll-step-num{
  counter-increment: ll-step;
  display:inline-flex;
  align-items:center; justify-content:center;
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--ll-green);
  color:#0A0A0A;
  font-weight: 800;
  margin-bottom: 16px;
}
.ll-process .ll-step-num::before{ content: counter(ll-step); }
.ll-process h3{ margin-bottom: .4em; }
.ll-process p{ color: var(--ll-text-muted); margin: 0; }
.ll-section:not(.ll-section-dark) .ll-process p { color:#555; }

/* =========================================================
   BENEFITS GRID
   ========================================================= */
.ll-benefits{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--ll-gap);
}
.ll-benefit{
  padding: 28px 24px;
  background: var(--ll-section-dark);
  border: 1px solid var(--ll-border);
  border-radius: var(--ll-radius);
}
.ll-section:not(.ll-section-dark) .ll-benefit{
  background:#fff; border-color: var(--ll-border-light);
}
.ll-benefit-icon{
  width: 44px; height: 44px;
  border-radius: 12px;
  background: rgba(92,255,59,.12);
  color: var(--ll-green);
  display:inline-flex; align-items:center; justify-content:center;
  margin-bottom: 16px;
}
.ll-benefit-icon svg{ width: 22px; height: 22px; stroke: currentColor; fill:none; stroke-width: 2; stroke-linecap:round; stroke-linejoin:round; }
.ll-benefit h3{ margin-bottom: .4em; font-size: 1.1rem; }
.ll-benefit p{ color: var(--ll-text-muted); margin: 0; font-size: .95rem; }
.ll-section:not(.ll-section-dark) .ll-benefit p{ color:#555; }

/* =========================================================
   GENERIC GRID & CARD
   ========================================================= */
.ll-grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--ll-gap);
}
.ll-grid-2{ grid-template-columns: repeat(2, 1fr); }
.ll-grid-4{ grid-template-columns: repeat(4, 1fr); }
.ll-card{
  padding: 28px;
  background: var(--ll-section-dark);
  border: 1px solid var(--ll-border);
  border-radius: var(--ll-radius);
  transition: transform .25s var(--ll-ease), border-color .25s var(--ll-ease);
}
.ll-card:hover{ transform: translateY(-3px); border-color: var(--ll-green-2); }
.ll-section:not(.ll-section-dark) .ll-card{ background:#fff; border-color: var(--ll-border-light); }

/* =========================================================
   SPLIT (audience sections)
   ========================================================= */
.ll-split{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 5vw, 64px);
  align-items:center;
}
.ll-split.reverse .ll-split-visual{ order: 2; }
.ll-split-text h2{ margin-bottom: .4em; }
.ll-split-text .ll-lead{ margin-bottom: 1.4em; }
.ll-split-list{
  list-style: none; padding: 0; margin: 0 0 1.6em;
}
.ll-split-list li{
  display:flex; align-items:flex-start; gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--ll-border);
}
.ll-section:not(.ll-section-dark) .ll-split-list li{ border-bottom-color: var(--ll-border-light); }
.ll-split-list li:last-child{ border-bottom: 0; }
.ll-split-list li::before{
  content:"";
  flex: 0 0 auto;
  width: 20px; height: 20px;
  margin-top: 2px;
  border-radius: 50%;
  background: rgba(92,255,59,.18) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%235CFF3B' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>") center/14px no-repeat;
}
.ll-split-visual{
  position: relative;
  aspect-ratio: 1/1;
  border-radius: var(--ll-radius-lg);
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 30%, rgba(92,255,59,.22), transparent 55%),
    linear-gradient(160deg, #1A1A1A, #0B0B0B);
  border: 1px solid var(--ll-border);
  display:flex; align-items:center; justify-content:center;
  padding: 6%;
}
.ll-split-visual svg{ width:100%; height: 100%; }

/* =========================================================
   REVENUE / INTÄKTSMODELL
   ========================================================= */
.ll-revenue{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--ll-gap);
  counter-reset: ll-rev;
}
.ll-revenue .ll-rev-item{
  position: relative;
  padding: 32px 28px;
  border-radius: var(--ll-radius);
  border: 1px solid var(--ll-border);
  background: linear-gradient(180deg, rgba(92,255,59,.05), transparent 60%), var(--ll-section-dark);
}
.ll-revenue .ll-rev-big{
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--ll-green);
  letter-spacing:-.02em;
  line-height: 1;
  margin-bottom: 10px;
}
.ll-revenue h3{ font-size: 1.1rem; margin-bottom: .3em; }
.ll-revenue p{ color: var(--ll-text-muted); margin:0; font-size: .95rem; }

/* =========================================================
   PRODUCT SHOWCASE
   ========================================================= */
.ll-product{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 5vw, 72px);
  align-items:center;
}
.ll-product-visual{
  aspect-ratio: 1/1;
  position: relative;
  border-radius: var(--ll-radius-lg);
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 40%, rgba(92,255,59,.28), transparent 60%),
    linear-gradient(160deg, #151515, #050505);
  border: 1px solid var(--ll-border);
  display:flex; align-items:center; justify-content:center;
  padding: 8%;
}
.ll-product-visual svg{ width: 100%; height: 100%; }
.ll-product-specs{
  list-style:none; padding:0; margin: 1.4em 0 0;
  display:grid; grid-template-columns: repeat(2,1fr); gap: 14px 28px;
}
.ll-product-specs li{
  display:flex; align-items:flex-start; gap: 10px;
  color: var(--ll-text-muted);
  font-size: .95rem;
}
.ll-product-specs li strong{ color: var(--ll-white); display:block; font-size:1rem; margin-bottom: 2px; }

/* =========================================================
   TRUST
   ========================================================= */
.ll-trust{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--ll-gap);
}
.ll-trust-item{
  padding: 24px 20px;
  text-align:center;
  border-radius: var(--ll-radius);
  border: 1px solid var(--ll-border);
  background: var(--ll-section-dark);
}
.ll-section:not(.ll-section-dark) .ll-trust-item{ background:#fff; border-color: var(--ll-border-light); }
.ll-trust-big{
  font-size: 2rem;
  font-weight: 800;
  color: var(--ll-green);
  letter-spacing:-.02em;
  line-height: 1;
  margin-bottom: 6px;
}
.ll-trust-item p{ margin:0; color: var(--ll-text-muted); font-size: .92rem; }
.ll-section:not(.ll-section-dark) .ll-trust-item p{ color:#555; }

/* =========================================================
   FAQ
   ========================================================= */
.ll-faq{
  max-width: 820px;
  margin: 0 auto;
  display:flex; flex-direction:column; gap: 12px;
}
.ll-faq-item{
  border: 1px solid var(--ll-border);
  background: var(--ll-section-dark);
  border-radius: var(--ll-radius);
  overflow:hidden;
  transition: border-color .2s var(--ll-ease);
}
.ll-section:not(.ll-section-dark) .ll-faq-item{ background:#fff; border-color: var(--ll-border-light); }
.ll-faq-item[open]{ border-color: var(--ll-green-2); }
.ll-faq-item summary{
  list-style: none;
  cursor: pointer;
  padding: 20px 24px;
  display:flex; align-items:center; justify-content:space-between;
  gap: 16px;
  font-weight: 600;
  color: var(--ll-white);
}
.ll-section:not(.ll-section-dark) .ll-faq-item summary{ color:#111; }
.ll-faq-item summary::-webkit-details-marker{ display:none; }
.ll-faq-item summary::after{
  content:"";
  flex: 0 0 auto;
  width: 22px; height: 22px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%235CFF3B' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>") center/contain no-repeat;
  transition: transform .25s var(--ll-ease);
}
.ll-faq-item[open] summary::after{ transform: rotate(180deg); }
.ll-faq-body{
  padding: 0 24px 20px;
  color: var(--ll-text-muted);
}
.ll-section:not(.ll-section-dark) .ll-faq-body{ color:#555; }

/* =========================================================
   CTA BANNER
   ========================================================= */
.ll-cta-banner{
  position: relative;
  overflow: hidden;
  border-radius: var(--ll-radius-lg);
  padding: clamp(40px, 6vw, 72px);
  background:
    radial-gradient(600px 280px at 85% -20%, rgba(92,255,59,.25), transparent 60%),
    linear-gradient(160deg, #1A1A1A, #0B0B0B);
  border: 1px solid var(--ll-border);
  display:grid;
  grid-template-columns: 1.4fr .9fr;
  gap: 28px;
  align-items:center;
}
.ll-cta-banner h2{ margin-bottom: .3em; }
.ll-cta-banner p{ color: var(--ll-text-muted); margin: 0 0 1.4em; max-width: 540px; }
.ll-cta-banner-actions{
  display:flex; gap: 12px; flex-wrap: wrap; justify-self: end;
}

/* =========================================================
   FORM
   ========================================================= */
.ll-form-wrap{
  max-width: 720px;
  margin: 0 auto;
  padding: clamp(28px, 4vw, 44px);
  background: var(--ll-section-dark);
  border: 1px solid var(--ll-border);
  border-radius: var(--ll-radius-lg);
}
.ll-section:not(.ll-section-dark) .ll-form-wrap{ background:#fff; border-color: var(--ll-border-light); }
.ll-form-grid{
  display:grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
.ll-field{ display:flex; flex-direction:column; gap: 6px; }
.ll-field--full{ grid-column: 1/-1; }
.ll-field label{
  font-size: .88rem; font-weight: 600;
  color: var(--ll-text);
}
.ll-section:not(.ll-section-dark) .ll-field label{ color:#111; }
.ll-field input, .ll-field select, .ll-field textarea{
  width: 100%;
  padding: 12px 14px;
  background: rgba(255,255,255,.03);
  color: var(--ll-white);
  border: 1px solid var(--ll-border);
  border-radius: 10px;
  font: inherit;
  transition: border-color .2s var(--ll-ease), background .2s var(--ll-ease);
}
.ll-section:not(.ll-section-dark) .ll-field input,
.ll-section:not(.ll-section-dark) .ll-field select,
.ll-section:not(.ll-section-dark) .ll-field textarea{
  background:#fff; color:#111; border-color: var(--ll-border-light);
}
.ll-field input:focus, .ll-field select:focus, .ll-field textarea:focus{
  outline:none;
  border-color: var(--ll-green);
  background: rgba(92,255,59,.03);
}
.ll-field textarea{ min-height: 120px; resize: vertical; }
.ll-form-note{
  font-size: .82rem; color: var(--ll-text-muted); margin-top: 10px;
}

/* =========================================================
   BLOG / ARCHIVE / SINGLE
   ========================================================= */
.ll-page-hero{
  padding: clamp(56px, 7vw, 96px) 0 clamp(28px, 3vw, 48px);
  background: var(--ll-bg);
  border-bottom: 1px solid var(--ll-border);
}
.ll-page-hero h1{ margin-bottom: .3em; }
.ll-page-hero p{ color: var(--ll-text-muted); max-width: 680px; margin:0; }
.ll-crumbs{
  color: var(--ll-text-muted);
  font-size: .85rem;
  margin-bottom: 14px;
}
.ll-crumbs a{ color: var(--ll-text-muted); }
.ll-crumbs a:hover{ color: var(--ll-green); }

.ll-posts{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--ll-gap);
}
.ll-post-card{
  display:flex; flex-direction: column;
  background: var(--ll-section-dark);
  border: 1px solid var(--ll-border);
  border-radius: var(--ll-radius);
  overflow: hidden;
  transition: transform .25s var(--ll-ease), border-color .25s var(--ll-ease);
}
.ll-post-card:hover{ transform: translateY(-3px); border-color: var(--ll-green-2); }
.ll-post-thumb{
  aspect-ratio: 16/10;
  overflow:hidden;
  background:
    radial-gradient(circle at 30% 30%, rgba(92,255,59,.22), transparent 60%),
    linear-gradient(160deg, #1A1A1A, #0B0B0B);
}
.ll-post-thumb img{ width:100%; height:100%; object-fit:cover; }
.ll-post-body{ padding: 22px; display:flex; flex-direction:column; flex:1; }
.ll-post-meta{ font-size: .8rem; color: var(--ll-text-muted); margin-bottom: 8px; letter-spacing:.02em; }
.ll-post-body h3{ font-size: 1.1rem; margin-bottom:.5em; }
.ll-post-body h3 a{ color: var(--ll-white); }
.ll-post-body h3 a:hover{ color: var(--ll-green); }
.ll-post-excerpt{ color: var(--ll-text-muted); font-size: .95rem; margin-bottom: 16px; flex:1; }
.ll-readmore{
  color: var(--ll-green);
  font-weight: 700;
  font-size: .9rem;
  display:inline-flex; align-items:center; gap: 6px;
}
.ll-readmore::after{ content:"→"; transition: transform .2s var(--ll-ease); }
.ll-readmore:hover::after{ transform: translateX(3px); }

.ll-pagination{
  display:flex; justify-content:center; gap: 8px; flex-wrap:wrap;
  margin-top: 48px;
}
.ll-pagination .page-numbers{
  display:inline-flex; align-items:center; justify-content:center;
  min-width: 42px; height: 42px; padding: 0 14px;
  border: 1px solid var(--ll-border);
  border-radius: 10px;
  color: var(--ll-text);
  font-weight: 600;
}
.ll-pagination .page-numbers.current{
  background: var(--ll-green); color:#000; border-color: var(--ll-green);
}
.ll-pagination .page-numbers:hover{
  border-color: var(--ll-green); color: var(--ll-green);
}
.ll-pagination .page-numbers.current:hover{ color:#000; }

.ll-single{
  padding: clamp(32px, 5vw, 64px) 0 clamp(56px, 8vw, 96px);
}
.ll-single-content{
  max-width: 780px; margin: 0 auto;
  font-size: 1.05rem;
}
.ll-single-content img{ border-radius: var(--ll-radius); margin: 1.5em 0; }
.ll-single-content h2, .ll-single-content h3{ margin-top: 1.6em; }
.ll-single-meta{ color: var(--ll-text-muted); font-size: .9rem; margin-bottom: 10px; }
.ll-tags{ margin-top: 28px; display:flex; flex-wrap:wrap; gap: 8px; }
.ll-tags a{
  display:inline-block; padding: 6px 12px;
  border: 1px solid var(--ll-border); border-radius: 999px;
  color: var(--ll-text-muted); font-size: .82rem;
}
.ll-tags a:hover{ border-color: var(--ll-green); color: var(--ll-green); }

/* Comments */
.ll-comments{ max-width: 780px; margin: 48px auto 0; }
.ll-comments h2{ font-size: 1.3rem; margin-bottom: 1em; }
.comment-list{ list-style:none; padding:0; margin: 0 0 32px; display:flex; flex-direction:column; gap: 20px; }
.comment-list li{ padding: 18px; border: 1px solid var(--ll-border); border-radius: var(--ll-radius); background: var(--ll-section-dark); }
.comment-list .comment-author{ font-weight:700; color: var(--ll-white); }
.comment-list .comment-metadata{ font-size: .82rem; color: var(--ll-text-muted); margin-bottom: 8px; }
.comment-form p{ margin-bottom: 12px; }
.comment-form label{ display:block; font-weight: 600; margin-bottom: 6px; }
.comment-form input[type=text], .comment-form input[type=email], .comment-form input[type=url], .comment-form textarea{
  width: 100%; padding: 12px 14px;
  background: rgba(255,255,255,.03);
  color: var(--ll-white);
  border: 1px solid var(--ll-border); border-radius: 10px;
  font: inherit;
}

/* Page */
.ll-page-content{
  padding: clamp(32px, 5vw, 64px) 0 clamp(56px, 8vw, 96px);
}
.ll-page-content .ll-container > *:first-child{ margin-top: 0; }

/* Search form */
.ll-search-form{
  display:flex; gap: 8px; max-width: 520px;
}
.ll-search-form input[type=search]{
  flex:1;
  padding: 12px 14px;
  background: rgba(255,255,255,.04);
  border: 1px solid var(--ll-border);
  border-radius: 10px;
  color: var(--ll-white);
  font: inherit;
}

/* 404 */
.ll-404{
  text-align:center;
  padding: clamp(72px, 12vw, 160px) 0;
}
.ll-404 h1{ font-size: clamp(3rem, 10vw, 6rem); line-height:1; margin-bottom:.2em; }
.ll-404 p{ color: var(--ll-text-muted); max-width: 520px; margin: 0 auto 1.4em; }

/* =========================================================
   FOOTER
   ========================================================= */
.ll-footer{
  background: var(--ll-section-darker);
  border-top: 1px solid var(--ll-border);
  padding: 64px 0 32px;
  color: var(--ll-text-muted);
}
.ll-footer-grid{
  display:grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: clamp(24px, 4vw, 48px);
  margin-bottom: 40px;
}
.ll-footer h4{
  color: var(--ll-white);
  font-size: .9rem; text-transform: uppercase; letter-spacing: .12em;
  margin-bottom: 14px;
}
.ll-footer ul{ list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap: 8px; }
.ll-footer a{ color: var(--ll-text-muted); font-size: .95rem; }
.ll-footer a:hover{ color: var(--ll-green); }
.ll-footer-brand p{ font-size: .95rem; max-width: 360px; }
.ll-footer-bottom{
  border-top: 1px solid var(--ll-border);
  padding-top: 24px;
  display:flex; justify-content:space-between; align-items:center; gap: 16px;
  font-size: .85rem;
  flex-wrap: wrap;
}

/* =========================================================
   GUTENBERG & WP CORE CLASSES
   ========================================================= */
.alignwide{ max-width: 1000px; margin-left:auto; margin-right:auto; }
.alignfull{ max-width: 100%; }
.wp-block-image img{ border-radius: var(--ll-radius); }
.wp-block-button.is-style-outline .wp-block-button__link{
  background: transparent; color: var(--ll-white); border-color: rgba(255,255,255,.25);
}
.wp-caption-text, figcaption{ font-size: .85rem; color: var(--ll-text-muted); text-align:center; margin-top: 8px; }
.sticky .ll-post-card{ border-color: var(--ll-green); }

/* =========================================================
   UTILITIES
   ========================================================= */
.ll-text-center{ text-align:center; }
.ll-mt-0{ margin-top:0; }
.ll-mb-0{ margin-bottom:0; }
.ll-mt-lg{ margin-top: clamp(32px, 5vw, 56px); }
.ll-mb-lg{ margin-bottom: clamp(32px, 5vw, 56px); }
.ll-glow-text{ text-shadow: 0 0 24px rgba(92,255,59,.4); }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 980px){
  .ll-hero-inner,
  .ll-split,
  .ll-product,
  .ll-cta-banner{ grid-template-columns: 1fr; }
  .ll-split.reverse .ll-split-visual{ order: 0; }
  .ll-cta-banner-actions{ justify-self: start; }
  .ll-process,
  .ll-benefits,
  .ll-grid,
  .ll-grid-4,
  .ll-revenue,
  .ll-trust,
  .ll-posts{ grid-template-columns: repeat(2, 1fr); }
  .ll-footer-grid{ grid-template-columns: 1fr 1fr; }
}

@media (max-width: 780px){
  .ll-menu-toggle{ display:inline-flex; }
  .ll-menu{
    position: absolute;
    top: 100%; left: 0; right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 14px;
    background: var(--ll-bg);
    border-bottom: 1px solid var(--ll-border);
    transform: translateY(-8px);
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s var(--ll-ease), transform .2s var(--ll-ease);
  }
  .ll-menu.is-open{ opacity: 1; transform: translateY(0); pointer-events: auto; }
  .ll-menu a{ padding: 12px 14px; }
  .ll-nav-cta .ll-btn-outline{ display:none; }
}

@media (max-width: 620px){
  .ll-process,
  .ll-benefits,
  .ll-grid,
  .ll-grid-2,
  .ll-grid-4,
  .ll-revenue,
  .ll-trust,
  .ll-posts,
  .ll-form-grid,
  .ll-product-specs{ grid-template-columns: 1fr; }
  .ll-footer-grid{ grid-template-columns: 1fr; }
  .ll-footer-bottom{ justify-content: flex-start; }
  .ll-btn, .ll-btn-outline{ padding-left: 18px; padding-right: 18px; }
}

/* Motion safety */
@media (prefers-reduced-motion: reduce){
  *, *::before, *::after{
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
    scroll-behavior: auto !important;
  }
}
