/* e.SOL landing page (home.php), in the logo's colours: slate badge, gold "e.", green "SOL", blue and orange figures. */
:root {
  --lp-navy: #3D4460; --lp-navy-2: #4B5476; --lp-navy-3: #2B3148; --lp-gold: #F2D14B; --lp-gold-2: #F8E07A;
  --lp-ink: #2B3148; --lp-soft: #505872; --lp-line: #E1E4EC; --lp-bg: #F5F6F9; --lp-white: #ffffff;
}
body { background: var(--lp-bg); color: var(--lp-ink); }
.lp-wrap { max-width: 1120px; margin: 0 auto; padding-inline: 20px; }
.lp-nav { background: var(--lp-navy); color: var(--lp-white); border-bottom: 3px solid var(--lp-gold); position: sticky; top: env(safe-area-inset-top, 0px); z-index: 20; }
.lp-nav-in { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-block: 12px; }
.lp-brand { display: inline-flex; align-items: center; gap: 10px; color: var(--lp-white); font-weight: 800; font-size: 1.25rem; text-decoration: none; }
.lp-brand img { height: 36px; width: auto; display: block; }
.lp-nav-links { display: flex; align-items: center; gap: 8px 14px; flex-wrap: wrap; justify-content: flex-end; }
.lp-link { color: var(--lp-white); text-decoration: none; font-weight: 600; }
.lp-link:hover { color: var(--lp-gold-2); }
.lp-lang { background: transparent; color: var(--lp-white); border: 1px solid rgba(255,255,255,.35); border-radius: 8px; padding: 5px 10px; font-size: .9rem; }

.lp-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 22px; border-radius: 10px; font-weight: 700; text-decoration: none; border: 2px solid transparent; line-height: 1.2; }
.lp-btn-sm { padding: 7px 14px; font-size: .92rem; }
.lp-btn-gold { background: var(--lp-gold); color: var(--lp-navy-3); }
.lp-btn-gold:hover { background: var(--lp-gold-2); color: var(--lp-navy-3); }
.lp-btn-ghost { border-color: rgba(255,255,255,.55); color: var(--lp-white); }
.lp-btn-ghost:hover { border-color: var(--lp-white); color: var(--lp-white); background: rgba(255,255,255,.08); }
.lp-btn:focus-visible, .lp-link:focus-visible, .lp-lang:focus-visible { outline: 3px solid var(--lp-gold-2); outline-offset: 2px; }

.lp-hero { background: radial-gradient(900px 420px at 80% 15%, var(--lp-navy-2), transparent), linear-gradient(180deg, var(--lp-navy), var(--lp-navy-3)); color: var(--lp-white); }
.lp-hero-in { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); align-items: center; gap: 32px 48px; padding-block: 56px 64px; }
.lp-eyebrow { color: var(--lp-gold); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; font-size: .85rem; margin: 0 0 12px; }
.lp-hero h1 { font-size: clamp(2.1rem, 5.2vw, 3.4rem); line-height: 1.06; font-weight: 800; letter-spacing: -0.02em; margin: 0 0 18px; color: var(--lp-white); text-wrap: balance; }
.lp-lead { font-size: 1.15rem; line-height: 1.6; color: #d7dcea; max-width: 56ch; margin: 0 0 26px; }
.lp-cta { display: flex; flex-wrap: wrap; gap: 12px; }
.lp-note { margin: 18px 0 0; color: #c3cadb; font-size: .95rem; }
.lp-note i { color: var(--lp-gold); }

.lp-pot { margin: 0; justify-self: center; width: 100%; max-width: 360px; }
.lp-pot svg { width: 100%; height: auto; display: block; }
.lp-orbit { fill: none; stroke: rgba(255,255,255,.18); stroke-width: 2; stroke-dasharray: 3 7; }
.lp-coin { fill: var(--lp-gold); }
.lp-coin-t { fill: var(--lp-navy); font: 800 12px system-ui, -apple-system, "Segoe UI", Roboto, sans-serif; text-anchor: middle; }
.lp-turn circle { fill: none; stroke: var(--lp-white); stroke-width: 3; }
.lp-turn { transform-origin: 160px 160px; }
.lp-center { fill: var(--lp-white); }
.lp-center-big { fill: var(--lp-navy); font: 800 30px system-ui, -apple-system, "Segoe UI", Roboto, sans-serif; text-anchor: middle; }
.lp-center-small { fill: var(--lp-soft); font: 600 13px system-ui, -apple-system, "Segoe UI", Roboto, sans-serif; text-anchor: middle; }
.lp-pot figcaption { text-align: center; color: #c3cadb; font-size: .95rem; margin-top: 10px; }
@media (prefers-reduced-motion: no-preference) {
  .lp-turn { animation: lp-turn 8s steps(8) infinite; }
  @keyframes lp-turn { to { transform: rotate(360deg); } }
}

.lp-section { padding-block: 56px; }
.lp-alt { background: var(--lp-white); border-block: 1px solid var(--lp-line); }
.lp-section h2 { font-size: clamp(1.5rem, 3.2vw, 2rem); font-weight: 800; letter-spacing: -0.01em; margin: 0 0 26px; text-wrap: balance; }
.lp-steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.lp-step { background: var(--lp-white); border: 1px solid var(--lp-line); border-radius: 14px; padding: 20px; }
.lp-step-n { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--lp-navy); color: var(--lp-gold); font-weight: 800; margin-bottom: 12px; }
.lp-step h3, .lp-feature h3 { font-size: 1.08rem; font-weight: 700; margin: 0 0 6px; }
.lp-step h3 i { color: var(--lp-soft); }
.lp-step p, .lp-feature p { color: var(--lp-soft); margin: 0; line-height: 1.55; }
.lp-features { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px 32px; }
.lp-feature i { font-size: 1.6rem; color: var(--lp-navy); display: inline-block; margin-bottom: 8px; }
/* the figures in the logo: green, blue, orange, sky, gold, green (darkened enough to read on white) */
.lp-feature:nth-child(6n+1) i { color: #2F7F2A; } .lp-feature:nth-child(6n+2) i { color: #3E5A94; } .lp-feature:nth-child(6n+3) i { color: #D9642C; }
.lp-feature:nth-child(6n+4) i { color: #2A8FBF; } .lp-feature:nth-child(6n+5) i { color: #B08A12; } .lp-feature:nth-child(6n+6) i { color: #3D4460; }
.lp-orbit { stroke: rgba(242, 209, 75, .35); }
.lp-countries { margin: 32px 0 0; color: var(--lp-soft); font-weight: 600; }
.lp-countries i { color: var(--lp-navy); }

.lp-band { background: var(--lp-navy); color: var(--lp-white); border-radius: 18px; padding: 32px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px 32px; }
.lp-band h2 { color: var(--lp-white); margin: 0 0 6px; }
.lp-band p { margin: 0; color: #d7dcea; max-width: 60ch; }

.lp-foot { padding-block: 24px 36px; color: var(--lp-soft); font-size: .92rem; }
.lp-foot-in { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px 24px; }
.lp-foot nav { display: flex; flex-wrap: wrap; gap: 8px 18px; }
.lp-foot a { color: var(--lp-soft); }

@media (max-width: 900px) {
  .lp-hero-in { grid-template-columns: 1fr; padding-block: 40px 48px; }
  .lp-pot { max-width: 280px; }
  .lp-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lp-features { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .lp-steps, .lp-features { grid-template-columns: 1fr; }
  .lp-nav-links .lp-link { display: none; }        /* the hero repeats "I already have an account" */
  .lp-lang span { display: none; }
  .lp-cta .lp-btn { width: 100%; }
  .lp-band { padding: 24px; }
  .lp-section { padding-block: 40px; }
}
