/*
Theme Name: Lighthouse WebDev Modern
Theme URI: https://lighthouse-webdev.com
Author: Lighthouse WebDev
Description: A responsive, technology-forward WordPress theme with an animated lighthouse hero, service cards, portfolio, pricing, and conversion-focused calls to action.
Version: 1.1.0
Requires at least: 6.2
Requires PHP: 7.4
Text Domain: lighthouse-modern
*/

:root {
  --navy-950: #030b19;
  --navy-900: #061329;
  --navy-800: #092554;
  --navy-700: #103a72;
  --blue: #247cff;
  --cyan: #4ee7ff;
  --gold: #d4af37;
  --gold-bright: #f5d768;
  --white: #f8fbff;
  --muted: #a8b6cc;
  --line: rgba(255,255,255,.11);
  --glass: rgba(13,31,60,.58);
  --radius: 24px;
  --shadow: 0 24px 80px rgba(0,0,0,.35);
  --content: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--white);
  background: var(--navy-950);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
body.admin-bar .site-header { top: 32px; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
button, input, textarea { font: inherit; }

.screen-reader-text {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

.lwh-container { width: min(calc(100% - 40px), var(--content)); margin-inline: auto; }
.lwh-section { position: relative; padding: clamp(76px, 10vw, 132px) 0; }
.lwh-section-head { max-width: 700px; margin-bottom: 48px; }
.lwh-section-head.center { margin-inline: auto; text-align: center; }
.lwh-eyebrow {
  display: inline-flex; align-items: center; gap: 10px; margin: 0 0 14px;
  color: var(--gold-bright); font-size: .78rem; font-weight: 800; letter-spacing: .16em;
  text-transform: uppercase;
}
.lwh-eyebrow::before { content: ""; width: 24px; height: 2px; background: var(--gold); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(3.15rem, 7vw, 6.5rem); margin-bottom: 24px; }
h2 { font-size: clamp(2.2rem, 4.3vw, 4rem); margin-bottom: 20px; }
h3 { font-size: 1.35rem; }
.lwh-gradient-text {
  background: linear-gradient(105deg, var(--white) 5%, var(--cyan) 52%, var(--gold-bright));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.lwh-lead { color: #c5d0df; font-size: clamp(1.03rem, 1.7vw, 1.24rem); max-width: 650px; }

.lwh-btn {
  display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px;
  padding: 0 24px; border: 1px solid transparent; border-radius: 999px; font-weight: 800;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease;
}
.lwh-btn:hover, .lwh-btn:focus-visible { transform: translateY(-3px); }
.lwh-btn-primary {
  color: #08101f; background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  box-shadow: 0 14px 35px rgba(212,175,55,.25);
}
.lwh-btn-primary:hover { box-shadow: 0 18px 45px rgba(212,175,55,.38); }
.lwh-btn-secondary { border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.045); }
.lwh-btn-secondary:hover { border-color: var(--cyan); background: rgba(78,231,255,.08); }

/* Header */
.site-header {
  position: fixed; z-index: 100; inset: 0 0 auto; height: 82px; transition: background .3s ease, height .3s ease;
}
.site-header.is-scrolled { height: 70px; background: rgba(3,11,25,.88); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); }
.lwh-nav { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.lwh-brand { display: flex; align-items: center; gap: 12px; font-weight: 900; letter-spacing: -.03em; }
.lwh-brand-mark { width: 55px; height: 48px; filter: drop-shadow(0 0 13px rgba(78,231,255,.3)); }
.lwh-brand-logo { display: block; width: 58px; height: 58px; object-fit: contain; filter: drop-shadow(0 7px 14px rgba(0,0,0,.35)); }
.lwh-brand-name span { color: var(--gold-bright); }
.lwh-menu { display: flex; align-items: center; gap: 30px; list-style: none; margin: 0; padding: 0; }
.lwh-menu a { color: #ced8e8; font-size: .93rem; font-weight: 650; }
.lwh-menu a:hover { color: var(--cyan); }
.lwh-menu .lwh-nav-cta { color: #071120; background: var(--gold-bright); padding: 11px 18px; border-radius: 999px; }
.lwh-menu-toggle { display: none; background: transparent; border: 0; padding: 8px; color: white; }
.lwh-menu-toggle span { display: block; width: 25px; height: 2px; margin: 5px; background: currentColor; transition: .25s; }

/* Hero */
.lwh-hero {
  min-height: 820px; display: grid; align-items: center; position: relative; padding: 125px 0 80px;
  background:
    radial-gradient(circle at 72% 35%, rgba(36,124,255,.22), transparent 27%),
    radial-gradient(circle at 15% 70%, rgba(212,175,55,.11), transparent 28%),
    linear-gradient(145deg, #020812 0%, #071832 52%, #061124 100%);
  overflow: hidden;
}
.lwh-tech-grid {
  position: absolute; inset: 0; opacity: .22; pointer-events: none;
  background-image: linear-gradient(rgba(78,231,255,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(78,231,255,.14) 1px, transparent 1px);
  background-size: 54px 54px; mask-image: linear-gradient(to bottom, black, transparent 88%);
  transform: perspective(600px) rotateX(62deg) scale(1.55) translateY(22%); transform-origin: bottom;
}
.lwh-orb { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .62; animation: lwh-float 7s ease-in-out infinite; }
.lwh-orb.one { width: 10px; height: 10px; left: 13%; top: 28%; background: var(--cyan); box-shadow: 0 0 30px var(--cyan); }
.lwh-orb.two { width: 7px; height: 7px; right: 12%; top: 24%; background: var(--gold); animation-delay: -2s; box-shadow: 0 0 26px var(--gold); }
.lwh-orb.three { width: 8px; height: 8px; left: 45%; bottom: 18%; background: var(--blue); animation-delay: -4s; box-shadow: 0 0 30px var(--blue); }
@keyframes lwh-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-22px); } }
.lwh-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr; gap: 60px; align-items: center; }
.lwh-status {
  display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px; padding: 8px 13px;
  border: 1px solid rgba(78,231,255,.24); border-radius: 999px; color: #d7faff; background: rgba(78,231,255,.065); font-size: .82rem;
}
.lwh-status-dot { width: 8px; height: 8px; border-radius: 50%; background: #64ffb2; box-shadow: 0 0 0 5px rgba(100,255,178,.1); animation: lwh-pulse 1.8s infinite; }
@keyframes lwh-pulse { 50% { box-shadow: 0 0 0 10px rgba(100,255,178,0); } }
.lwh-hero-copy p { color: #b9c7d9; max-width: 620px; font-size: 1.12rem; }
.lwh-hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.lwh-trust { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 30px; color: #92a4bb; font-size: .83rem; }
.lwh-trust span { display: flex; align-items: center; gap: 7px; }
.lwh-trust svg { color: var(--gold-bright); }

.lwh-logo-stage { position: relative; display: grid; place-items: center; min-height: 560px; isolation: isolate; }
.lwh-server-frame {
  position: absolute; z-index: 1; left: 50%; top: 50%; width: 600px; max-width: 120%;
  transform: translate(-50%, -45%); opacity: .62; pointer-events: none;
  filter: drop-shadow(0 20px 40px rgba(0,0,0,.5)); animation: lwh-server-breathe 4.5s ease-in-out infinite;
}
@keyframes lwh-server-breathe { 50% { opacity: .9; filter: drop-shadow(0 20px 50px rgba(36,124,255,.25)); } }
.lwh-logo-stage::before {
  content: ""; position: absolute; width: 460px; aspect-ratio: 1; border-radius: 50%;
  border: 1px solid rgba(78,231,255,.18); box-shadow: inset 0 0 80px rgba(36,124,255,.08);
  animation: lwh-ring 18s linear infinite;
}
.lwh-logo-stage::after {
  content: ""; position: absolute; width: 340px; aspect-ratio: 1; border: 1px dashed rgba(212,175,55,.26); border-radius: 50%;
  animation: lwh-ring 13s linear infinite reverse;
}
@keyframes lwh-ring { to { transform: rotate(360deg); } }
.lwh-real-lighthouse-wrap {
  position: relative; z-index: 3; display: grid; place-items: center; width: min(550px, 108%);
  animation: lwh-lighthouse-float 6.5s ease-in-out infinite;
}
.lwh-real-lighthouse {
  position: relative; z-index: 2; display: block; width: 100%; height: auto;
  filter: drop-shadow(0 28px 35px rgba(0,0,0,.58)) drop-shadow(0 0 22px rgba(78,231,255,.14));
}
.lwh-lighthouse-aura {
  position: absolute; z-index: 1; top: 14%; left: 50%; width: 38%; aspect-ratio: 1; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,240,155,.4) 0, rgba(78,231,255,.15) 34%, transparent 70%);
  transform: translateX(-50%); filter: blur(16px); animation: lwh-lighthouse-glow 2.8s ease-in-out infinite;
}
@keyframes lwh-lighthouse-float { 50% { transform: translateY(-10px); } }
@keyframes lwh-lighthouse-glow { 50% { opacity: .62; transform: translateX(-50%) scale(1.18); } }
.lwh-float-card {
  position: absolute; z-index: 4; display: flex; align-items: center; gap: 11px; padding: 13px 16px;
  border: 1px solid rgba(255,255,255,.13); border-radius: 15px; background: rgba(5,20,43,.7); backdrop-filter: blur(14px);
  box-shadow: var(--shadow); font-size: .82rem; font-weight: 750; animation: lwh-float 6s ease-in-out infinite;
}
.lwh-float-card svg { color: var(--cyan); }
.lwh-float-card.card-one { left: 0; top: 27%; }
.lwh-float-card.card-two { right: 0; bottom: 22%; animation-delay: -3s; }
.lwh-float-card.card-three { left: 24%; bottom: 4%; animation-delay: -1.5s; color: #d7faff; }
.lwh-live-pulse { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: #64ffb2; box-shadow: 0 0 0 5px rgba(100,255,178,.1); animation: lwh-pulse 1.8s infinite; }

/* ticker */
.lwh-ticker { border-block: 1px solid var(--line); background: rgba(255,255,255,.025); overflow: hidden; }
.lwh-ticker-track { display: flex; width: max-content; animation: lwh-marquee 26s linear infinite; }
.lwh-ticker-group { display: flex; align-items: center; gap: 44px; padding: 20px 22px; }
.lwh-ticker span { color: #8194ad; font-size: .83rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.lwh-ticker b { color: var(--gold); margin-right: 9px; }
@keyframes lwh-marquee { to { transform: translateX(-50%); } }

/* infrastructure */
.lwh-infrastructure {
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 45%, rgba(36,124,255,.17), transparent 28%),
    linear-gradient(180deg, #030b19, #07152c);
}
.lwh-infrastructure::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .2;
  background-image: linear-gradient(rgba(78,231,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(78,231,255,.12) 1px, transparent 1px);
  background-size: 42px 42px; mask-image: radial-gradient(circle at 75% 50%, #000, transparent 58%);
}
.lwh-infrastructure-grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(36px, 7vw, 90px); align-items: center; }
.lwh-tech-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.lwh-tech-pills span { padding: 9px 13px; border: 1px solid rgba(78,231,255,.18); border-radius: 999px; color: #bfeef5; background: rgba(78,231,255,.055); font-size: .8rem; font-weight: 750; }
.lwh-console { border: 1px solid rgba(78,231,255,.25); border-radius: 22px; overflow: hidden; background: rgba(3,13,29,.84); box-shadow: 0 30px 90px rgba(0,0,0,.46), inset 0 1px rgba(255,255,255,.04); backdrop-filter: blur(16px); }
.lwh-console-bar { min-height: 52px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; padding: 0 18px; border-bottom: 1px solid var(--line); color: #8195ae; font-size: .66rem; font-weight: 850; letter-spacing: .08em; }
.lwh-console-bar > div { display: flex; gap: 6px; }
.lwh-console-bar i { display: block; width: 8px; height: 8px; border-radius: 50%; background: #f36b5e; }
.lwh-console-bar i:nth-child(2) { background: #e7c054; }.lwh-console-bar i:nth-child(3) { background: #51cf7b; }
.lwh-console-bar b { display: flex; align-items: center; gap: 8px; color: #64ffb2; font-size: .62rem; }
.lwh-server-stack { padding: 12px 18px; }
.lwh-server-row { display: grid; grid-template-columns: 48px 1fr auto; gap: 15px; align-items: center; padding: 17px 8px; border-bottom: 1px solid rgba(255,255,255,.07); }
.lwh-server-row:last-child { border-bottom: 0; }
.lwh-server-icon { display: grid; gap: 4px; padding: 7px; border: 1px solid rgba(78,231,255,.25); border-radius: 9px; background: rgba(36,124,255,.09); }
.lwh-server-icon i { position: relative; display: block; height: 4px; border-radius: 2px; background: #32547d; }
.lwh-server-icon i::after { content: ""; position: absolute; right: 1px; top: 1px; width: 2px; height: 2px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 6px var(--cyan); }
.lwh-server-row strong { display: block; color: #edf6ff; font-size: .93rem; }
.lwh-server-row small { color: #7589a4; font-size: .75rem; }
.lwh-server-row em { color: #64ffb2; font-style: normal; font-size: .65rem; font-weight: 900; letter-spacing: .08em; }
.lwh-console-metrics { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); background: rgba(36,124,255,.05); }
.lwh-console-metrics div { padding: 19px 16px; border-right: 1px solid var(--line); }.lwh-console-metrics div:last-child { border-right: 0; }
.lwh-console-metrics span { display: block; color: #667b97; font-size: .62rem; font-weight: 800; letter-spacing: .1em; }
.lwh-console-metrics strong { display: block; margin-top: 4px; color: var(--cyan); font-size: 1rem; }

/* services */
.lwh-services { background: linear-gradient(180deg, #07152c 0%, var(--navy-950) 100%); }
.lwh-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.lwh-card {
  position: relative; min-height: 320px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(18,42,77,.78), rgba(7,20,41,.62)); overflow: hidden;
  transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}
.lwh-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at var(--mx, 50%) var(--my, 0%), rgba(78,231,255,.16), transparent 38%); opacity: 0; transition: opacity .3s; }
.lwh-card:hover { transform: translateY(-8px); border-color: rgba(78,231,255,.35); box-shadow: 0 24px 65px rgba(0,0,0,.28); }
.lwh-card:hover::before { opacity: 1; }
.lwh-card > * { position: relative; z-index: 1; }
.lwh-card-icon { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 48px; border-radius: 16px; color: var(--cyan); background: rgba(78,231,255,.085); border: 1px solid rgba(78,231,255,.2); }
.lwh-card p { color: var(--muted); }
.lwh-card-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 12px; color: var(--gold-bright); font-weight: 800; }
.lwh-card-link span { transition: transform .2s; }
.lwh-card:hover .lwh-card-link span { transform: translateX(5px); }

/* showcase */
.lwh-showcase { background: #040d1c; }
.lwh-showcase-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 6vw, 80px); align-items: center; }
.lwh-browser {
  position: relative; padding: 15px; border: 1px solid rgba(255,255,255,.14); border-radius: 25px;
  background: rgba(255,255,255,.055); box-shadow: var(--shadow); transform: perspective(1200px) rotateY(4deg) rotateX(1deg);
}
.lwh-browser-bar { display: flex; gap: 7px; padding: 4px 3px 16px; }
.lwh-browser-bar i { width: 9px; height: 9px; border-radius: 50%; background: #f36b5e; }
.lwh-browser-bar i:nth-child(2) { background: #e7c054; }
.lwh-browser-bar i:nth-child(3) { background: #51cf7b; }
.lwh-browser-screen {
  min-height: 395px; position: relative; border-radius: 15px; overflow: hidden; padding: 46px;
  background: radial-gradient(circle at 80% 20%, rgba(209,66,26,.3), transparent 27%), linear-gradient(135deg, #143f35, #0b231d);
}
.lwh-browser-screen::after { content: ""; position: absolute; width: 260px; height: 260px; right: -60px; bottom: -70px; border: 45px solid rgba(251,212,180,.08); border-radius: 50%; }
.lwh-mini-nav { display: flex; justify-content: space-between; align-items: center; color: #fbd4b4; font-weight: 900; }
.lwh-mini-nav span:last-child { font-size: .65rem; padding: 7px 12px; border: 1px solid rgba(251,212,180,.4); border-radius: 999px; }
.lwh-mini-hero { position: relative; z-index: 2; width: 75%; margin-top: 66px; }
.lwh-mini-hero small { color: #f0ae77; letter-spacing: .14em; text-transform: uppercase; }
.lwh-mini-hero h3 { margin: 12px 0; font-size: clamp(2rem, 4vw, 3.35rem); color: #fff; }
.lwh-mini-hero p { color: #c8d7d1; font-size: .84rem; }
.lwh-checks { display: grid; gap: 15px; margin: 28px 0 36px; padding: 0; list-style: none; }
.lwh-checks li { display: flex; gap: 13px; color: #bac8da; }
.lwh-checks b { color: var(--cyan); }
.lwh-metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 40px; }
.lwh-metric { padding: 18px; border-left: 2px solid var(--gold); background: rgba(255,255,255,.035); }
.lwh-metric strong { display: block; font-size: 1.7rem; color: var(--white); }
.lwh-metric span { color: var(--muted); font-size: .77rem; }

/* process */
.lwh-process { background: linear-gradient(180deg, var(--navy-950), #07162d); }
.lwh-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; counter-reset: steps; }
.lwh-step { position: relative; padding: 26px 22px; border-top: 1px solid rgba(78,231,255,.3); }
.lwh-step::before { counter-increment: steps; content: "0" counter(steps); display: block; margin-bottom: 42px; color: var(--gold-bright); font-weight: 900; font-size: .84rem; }
.lwh-step:not(:last-child)::after { content: ""; position: absolute; top: -4px; right: -13px; width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 18px var(--cyan); }
.lwh-step p { color: var(--muted); font-size: .93rem; }

/* plans */
.lwh-plans { background: #061226; }
.lwh-plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.lwh-plan { position: relative; display: flex; flex-direction: column; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.035); }
.lwh-plan.featured { transform: translateY(-12px); border-color: rgba(212,175,55,.55); background: linear-gradient(160deg, rgba(212,175,55,.11), rgba(17,43,80,.58)); box-shadow: 0 25px 70px rgba(0,0,0,.3); }
.lwh-badge { position: absolute; top: 18px; right: 18px; padding: 6px 10px; border-radius: 999px; color: #0a1322; background: var(--gold-bright); font-size: .68rem; font-weight: 900; text-transform: uppercase; letter-spacing: .09em; }
.lwh-price { margin: 12px 0 20px; font-size: 2.7rem; font-weight: 900; }
.lwh-price small { color: var(--muted); font-size: .85rem; font-weight: 600; }
.lwh-plan ul { padding: 0; margin: 0 0 30px; list-style: none; }
.lwh-plan li { padding: 10px 0; color: #b9c7d9; border-bottom: 1px solid rgba(255,255,255,.07); }
.lwh-plan li::before { content: "✓"; color: var(--cyan); margin-right: 9px; font-weight: 900; }
.lwh-plan .lwh-btn { margin-top: auto; }

/* CTA/footer */
.lwh-cta { background: var(--navy-950); }
.lwh-cta-box {
  position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr auto; gap: 35px; align-items: center;
  padding: clamp(38px, 6vw, 72px); border: 1px solid rgba(78,231,255,.25); border-radius: 32px;
  background: radial-gradient(circle at 90% 10%, rgba(78,231,255,.18), transparent 28%), linear-gradient(135deg, #0b2852, #07152d);
  box-shadow: var(--shadow);
}
.lwh-cta-box::before { content: ""; position: absolute; width: 250px; height: 250px; right: -70px; bottom: -150px; border: 1px solid rgba(212,175,55,.35); border-radius: 50%; }
.lwh-cta-box h2 { max-width: 760px; margin-bottom: 12px; }
.lwh-cta-box p { color: #bdc9da; margin-bottom: 0; }
.site-footer { padding: 52px 0 28px; border-top: 1px solid var(--line); background: #020711; }
.lwh-footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 55px; }
.lwh-footer-brand p { max-width: 390px; margin-top: 18px; color: #8395ad; }
.lwh-footer-title { color: var(--white); font-weight: 850; margin-bottom: 14px; }
.lwh-footer-links { list-style: none; padding: 0; margin: 0; }
.lwh-footer-links li { margin: 8px 0; }
.lwh-footer-links a { color: #8fa1b8; }
.lwh-footer-links a:hover { color: var(--gold-bright); }
.lwh-copyright { margin-top: 45px; padding-top: 24px; border-top: 1px solid var(--line); color: #64758d; font-size: .8rem; display: flex; justify-content: space-between; }

/* reveal + accessibility */
.lwh-reveal { opacity: 0; transform: translateY(26px); transition: opacity .65s ease, transform .65s ease; }
.lwh-reveal.is-visible { opacity: 1; transform: none; }
:focus-visible { outline: 3px solid var(--cyan); outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .lwh-reveal { opacity: 1; transform: none; }
}

@media (max-width: 980px) {
  body.admin-bar .site-header { top: 46px; }
  .lwh-menu-toggle { display: block; z-index: 102; }
  .lwh-menu { position: fixed; inset: 0 0 auto auto; width: min(360px, 86vw); min-height: 100vh; padding: 110px 28px 40px; flex-direction: column; align-items: stretch; background: rgba(3,11,25,.98); transform: translateX(105%); transition: transform .3s ease; box-shadow: -30px 0 80px rgba(0,0,0,.4); }
  .lwh-menu.is-open { transform: translateX(0); }
  .lwh-menu a { display: block; padding: 10px; font-size: 1.05rem; }
  .lwh-menu .lwh-nav-cta { text-align: center; }
  .lwh-hero-grid, .lwh-showcase-grid { grid-template-columns: 1fr; }
  .lwh-infrastructure-grid { grid-template-columns: 1fr; }
  .lwh-hero-copy { text-align: center; }
  .lwh-hero-copy p { margin-inline: auto; }
  .lwh-hero-actions, .lwh-trust { justify-content: center; }
  .lwh-logo-stage { min-height: 470px; }
  .lwh-server-frame { width: 640px; max-width: 116%; opacity: .58; }
  .lwh-real-lighthouse-wrap { width: min(560px, 86vw); }
  .lwh-card-grid { grid-template-columns: repeat(2, 1fr); }
  .lwh-steps { grid-template-columns: repeat(2, 1fr); }
  .lwh-plan-grid { grid-template-columns: 1fr; max-width: 650px; margin-inline: auto; }
  .lwh-plan.featured { transform: none; }
}

@media (max-width: 650px) {
  .lwh-container { width: min(calc(100% - 28px), var(--content)); }
  .lwh-brand-logo { width: 48px; height: 48px; }
  .lwh-hero { min-height: auto; padding-top: 120px; }
  h1 { font-size: clamp(2.75rem, 15vw, 4.2rem); }
  .lwh-hero-actions .lwh-btn { width: 100%; }
  .lwh-logo-stage { min-height: 370px; }
  .lwh-server-frame { width: 460px; max-width: 118%; opacity: .45; transform: translate(-50%, -40%); }
  .lwh-real-lighthouse-wrap { width: min(430px, 102%); }
  .lwh-logo-stage::before { width: 340px; }
  .lwh-logo-stage::after { width: 260px; }
  .lwh-float-card { display: none; }
  .lwh-console-bar { grid-template-columns: auto 1fr; }
  .lwh-console-bar b { display: none; }
  .lwh-server-row { grid-template-columns: 42px 1fr; }
  .lwh-server-row em { grid-column: 2; }
  .lwh-console-metrics strong { font-size: .85rem; }
  .lwh-card-grid, .lwh-steps, .lwh-metric-row { grid-template-columns: 1fr; }
  .lwh-card { min-height: 280px; }
  .lwh-card-icon { margin-bottom: 36px; }
  .lwh-step:not(:last-child)::after { display: none; }
  .lwh-browser-screen { min-height: 335px; padding: 28px; }
  .lwh-mini-hero { width: 100%; margin-top: 46px; }
  .lwh-cta-box { grid-template-columns: 1fr; }
  .lwh-footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .lwh-copyright { flex-direction: column; gap: 8px; }
}
