.elementor-28043 .elementor-element.elementor-element-e67de90{--display:flex;}/* Start custom CSS for html, class: .elementor-element-18e3b02 */:root {
  --ff-green:        #C4F000;
  --ff-green-hover:  #aad400;
  --ff-green-tint:   #f5ffe0;
  --ff-green-border: #d9f56e;
  --ff-navy:         #0D0F1C;
  --body-bg:         #ffffff;
  --text-primary:    #1f2124;
  --text-secondary:  #4a4f5a;
  --text-muted:      #69727d;
  --border:          #e5e8ed;
  --bg-light:        #f7f8fa;
  --container-max:   1140px;
  --font-body:       'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-heading:    'Sora', -apple-system, BlinkMacSystemFont, sans-serif;
  --radius:          8px;
  --radius-sm:       5px;
  --radius-pill:     100px;
}






/* ── HERO ── */
.hero-section {
  background: var(--ff-navy);
  padding: 100px 20px 56px;
  position: relative; overflow: hidden;

}
.hero-section::before {
  content: ''; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 38px 38px; pointer-events: none;
}
.hero-section::after {
  content: ''; position: absolute; top: -80px; left: 50%;
  transform: translateX(-50%); width: 600px; height: 340px;
  background: radial-gradient(ellipse, rgba(196,240,0,.15) 0%, transparent 68%);
  pointer-events: none;
}
.hero-inner { max-width: var(--container-max); margin-inline: auto; position: relative; z-index: 1; }
.hero-chip {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(196,240,0,.1); border: 1px solid rgba(196,240,0,.28);
  color: var(--ff-green); font-size: 11px; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase;
  padding: 5px 14px; border-radius: var(--radius-pill); margin-bottom: 20px;
}
.hero-section h1 {
  font-family: var(--font-heading);
  font-size: clamp(1.75rem, 4vw, 2.6rem);
  font-weight: 700; line-height: 1.18;
  letter-spacing: -.03em; color: #fff; margin-bottom: 14px;
}
.hero-section h1 em { font-style: normal; color: var(--ff-green); }
.hero-desc { font-size: 15px; color: #7a83a8; max-width: 580px; line-height: 1.7; margin-bottom: 28px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 20px; }
.hero-meta-item { display: flex; align-items: center; gap: 7px; font-size: 12.5px; color: #5a6080; font-weight: 500; }
.hero-meta-item svg { width: 14px; height: 14px; stroke: var(--ff-green); fill: none; stroke-width: 2; }
.hero-meta-item strong { color: #8f97b8; font-weight: 500; }

/* ── PAGE LAYOUT ── */
.page-layout {
  padding: 48px 20px 80px;
  max-width: var(--container-max);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 32px; align-items: start;
}
@media (max-width: 768px) {
  .page-layout { grid-template-columns: 1fr; }
  .toc-sidebar { display: none; }
}

/* ── TOC ── */
.toc-sidebar { position: sticky; top: 80px; }
.toc-card {
  background: var(--body-bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 20px;
  box-shadow: 0 1px 3px rgba(0,0,0,.05);
}
.toc-label {
  font-size: 10px; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: var(--text-muted);
  padding-bottom: 12px; border-bottom: 1px solid var(--border); margin-bottom: 10px;
}
.toc-nav { list-style: none; display: flex; flex-direction: column; gap: 1px; padding:0}
.toc-nav a {
  display: flex; align-items: center; gap: 9px;
  padding: 7px 10px; border-radius: var(--radius-sm);
  font-size: 12.5px; color: var(--text-secondary);
  transition: background .15s, color .15s; line-height: 1.4;
}
.toc-nav a:hover, .toc-nav a.active { background: var(--ff-green-tint); color: var(--text-primary); }
.toc-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--border); flex-shrink: 0; transition: background .15s; }
.toc-nav a:hover .toc-dot, .toc-nav a.active .toc-dot { background: var(--ff-green-hover); }

/* ── SECTIONS ── */
.pp-section {
  background: var(--body-bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px 28px 24px;
  margin-bottom: 16px;
  box-shadow: 0 1px 4px rgba(0,0,0,.04);
  opacity: 0; transform: translateY(12px);
  transition: opacity .4s ease, transform .4s ease;
}
.pp-section.visible { opacity: 1; transform: none; }

.pp-section-header {
  display: flex; align-items: center; gap: 13px;
  margin-bottom: 20px; padding-bottom: 16px;
  border-bottom: 1px solid var(--border);
}
.pp-icon {
  width: 38px; height: 38px;
  background: var(--ff-green-tint);
  border: 1px solid var(--ff-green-border);
  border-radius: var(--radius-sm);
  display: grid; place-items: center; flex-shrink: 0;
}
.pp-icon svg { width: 17px; height: 17px; stroke: #5a8a00; fill: none; stroke-width: 2; }
.pp-section-label {
  font-size: 10.5px; font-weight: 600; letter-spacing: .1em;
  text-transform: uppercase; color: var(--text-muted); margin-bottom: 4px;
}
.pp-section h2 {
  font-family: var(--font-heading);
  font-size: 16px; font-weight: 700;
  color: var(--text-primary); letter-spacing: -.015em; line-height: 1.2;
}
.pp-section p { font-size: 14.5px; color: var(--text-secondary); line-height: 1.75; margin-bottom: 12px; }
.pp-section p:last-child { margin-bottom: 0; }
.pp-section p strong { color: var(--text-primary); }

/* ── SUB CARDS ── */
.sub-card {
  background: var(--bg-light); border: 1px solid var(--border);
  border-radius: var(--radius-sm); padding: 16px 18px; margin-bottom: 10px;
}
.sub-card:last-child { margin-bottom: 0; }
.sub-card-title {
  display: flex; align-items: center; gap: 7px;
  font-size: 11px; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--text-muted); margin-bottom: 11px;
}
.sub-card-title svg { width: 12px; height: 12px; stroke: #5a8a00; fill: none; stroke-width: 2.5; }
.sub-card p { font-size: 14px; color: var(--text-secondary); margin: 0; line-height: 1.7; }

/* ── ROMAN LIST ── */
ol.roman-list { list-style: none; counter-reset: rl; display: flex; flex-direction: column; gap: 12px; }
ol.roman-list li {
  counter-increment: rl; padding-left: 42px; position: relative;
  font-size: 14px; color: var(--text-secondary); line-height: 1.7;
}
ol.roman-list li::before {
  content: "(" counter(rl, lower-roman) ")";
  position: absolute; left: 0; top: 1px;
  font-size: 11px; font-weight: 700; color: #5a8a00;
  background: var(--ff-green-tint); border: 1px solid var(--ff-green-border);
  border-radius: 4px; padding: 2px 7px; white-space: nowrap; line-height: 1.6;
}

/* ── ALPHA LIST ── */
ol.alpha-list { list-style: none; counter-reset: al; display: flex; flex-direction: column; gap: 9px; }
ol.alpha-list li {
  counter-increment: al; padding-left: 28px; position: relative;
  font-size: 14px; color: var(--text-secondary); line-height: 1.65;
}
ol.alpha-list li::before {
  content: "(" counter(al, lower-alpha) ")";
  position: absolute; left: 0;
  font-size: 12px; font-weight: 600; color: #5a8a00;
}

/* ── HIGHLIGHT BOX ── */
.highlight-box {
  background: var(--ff-green-tint);
  border: 1px solid var(--ff-green-border);
  border-radius: var(--radius-sm);
  padding: 14px 18px;
  font-size: 14px; color: #3a5200; line-height: 1.7;
}
.highlight-box strong { color: #1e3000; }

/* ── CONTACT BOX ── */
.contact-box {
  background: var(--ff-navy); border-radius: var(--radius);
  padding: 24px 28px; display: flex; align-items: center; gap: 20px; flex-wrap: wrap;
}
.contact-box-icon {
  width: 48px; height: 48px;
  background: rgba(196,240,0,.12); border: 1px solid rgba(196,240,0,.25);
  border-radius: var(--radius); display: grid; place-items: center; flex-shrink: 0;
}
.contact-box-icon svg { width: 20px; height: 20px; stroke: var(--ff-green); fill: none; stroke-width: 1.8; }
.contact-box-info h3 { font-family: var(--font-heading); font-size: 15px; font-weight: 700; color: #fff; margin-bottom: 5px; }
.contact-box-info p { font-size: 13.5px; color: #6b7499; line-height: 1.8; margin: 0; }
.contact-box-info a { color: var(--ff-green); font-weight: 500; }
.contact-box-info a:hover { text-decoration: underline; }

/* ── DPO CARD ── */
.dpo-card {
  background: var(--bg-light); border: 1px solid var(--border);
  border-radius: var(--radius-sm); padding: 18px 20px; margin-top: 16px;
  display: flex; gap: 16px; align-items: flex-start;
}
.dpo-icon {
  width: 36px; height: 36px; background: var(--ff-navy);
  border-radius: var(--radius-sm); display: grid; place-items: center; flex-shrink: 0;
}
.dpo-icon svg { width: 15px; height: 15px; stroke: var(--ff-green); fill: none; stroke-width: 2; }
.dpo-card h4 { font-family: var(--font-heading); font-size: 13px; font-weight: 700; color: var(--text-primary); margin-bottom: 6px; }
.dpo-card p { font-size: 13.5px; color: var(--text-secondary); margin: 0; line-height: 1.7; }
.dpo-card a { color: #5a8a00; font-weight: 500; }

/* ── DISCLAIMER ── */
.disclaimer-block {
  background: #fffdf0; border: 1px solid #f5e090;
  border-left: 3px solid #d4a000; border-radius: var(--radius-sm);
  padding: 18px 20px; display: flex; flex-direction: column; gap: 12px;
}
.disclaimer-item { display: flex; gap: 10px; align-items: flex-start; font-size: 13.5px; color: #6b5500; line-height: 1.65; }
.disclaimer-item svg { width: 14px; height: 14px; stroke: #c09000; fill: none; stroke-width: 2; flex-shrink: 0; margin-top: 3px; }/* End custom CSS */