/* ═══════════════════════════════════════════════════════════════
   WANDERLUX SITE — Marketing & Documentation Theme
   Light, clean SaaS design. Brand: navy + orange (matches WanderLux)
═══════════════════════════════════════════════════════════════ */

:root {
  --navy: #003580;
  --navy-dk: #001830;
  --orange: #F97316;
  --orange-dk: #e8620a;
  --gold: #F59E0B;
  --teal: #0D9488;

  --bg: #ffffff;
  --bg-alt: #f7f9fc;
  --surface: #ffffff;
  --border: #e5e9f0;

  --text: #1a2536;
  --text-2: #5b6b81;
  --text-3: #94a3b8;

  --radius-sm: 8px;
  --radius: 14px;
  --radius-lg: 22px;
  --shadow: 0 2px 16px rgba(15,35,70,.06);
  --shadow-lg: 0 16px 48px rgba(15,35,70,.12);
  --transition: all .22s ease;

  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: var(--bg); color: var(--text); line-height: 1.65; font-size: 16px; -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4 { font-family: 'Playfair Display', Georgia, serif; color: var(--text); line-height: 1.2; margin: 0 0 14px; }
p { margin: 0 0 16px; color: var(--text-2); }
a { color: var(--orange-dk); text-decoration: none; transition: var(--transition); }
img { max-width: 100%; display: block; }
ul { padding-left: 20px; }
.wls-container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.wls-section { padding: 90px 0; }
.wls-section--alt { background: var(--bg-alt); }
.wls-eyebrow {
  display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 800;
  letter-spacing: 1.4px; text-transform: uppercase; color: var(--orange-dk);
  background: rgba(249,115,22,.08); border: 1px solid rgba(249,115,22,.2);
  padding: 6px 14px; border-radius: 30px; margin-bottom: 16px;
}
.wls-section-hdr { text-align: center; max-width: 640px; margin: 0 auto 56px; }
.wls-section-hdr h2 { font-size: clamp(28px, 4vw, 40px); }
.wls-section-hdr p { font-size: 17px; }

/* ── Buttons ─────────────────────────────────────────────── */
.wls-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 15px 30px; border-radius: var(--radius-sm); font-size: 15px; font-weight: 700;
  cursor: pointer; border: none; transition: var(--transition); text-decoration: none; white-space: nowrap;
}
.wls-btn-primary { background: var(--orange); color: #fff; box-shadow: 0 6px 20px rgba(249,115,22,.32); }
.wls-btn-primary:hover { background: var(--orange-dk); transform: translateY(-2px); box-shadow: 0 10px 28px rgba(249,115,22,.4); color: #fff; }
.wls-btn-navy { background: var(--navy); color: #fff; }
.wls-btn-navy:hover { background: var(--navy-dk); transform: translateY(-2px); color: #fff; }
.wls-btn-outline { background: transparent; color: var(--navy); border: 1.5px solid var(--border); }
.wls-btn-outline:hover { border-color: var(--navy); background: var(--bg-alt); color: var(--navy); }
.wls-btn-lg { padding: 18px 36px; font-size: 16px; }
.wls-btn-block { width: 100%; }
.wls-btn i { font-size: 14px; }

/* ── Header ──────────────────────────────────────────────── */
.wls-header {
  position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.92);
  backdrop-filter: blur(12px); border-bottom: 1px solid var(--border);
}
.wls-header-inner { display: flex; align-items: center; justify-content: space-between; padding: 16px 0; max-width: var(--container); margin: 0 auto; padding-left: 24px; padding-right: 24px; }
.wls-logo { display: flex; align-items: center; gap: 10px; font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 700; color: var(--navy); }
.wls-logo-mark {
  width: 38px; height: 38px; border-radius: 10px; background: linear-gradient(135deg, var(--orange), var(--gold));
  color: #fff; display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 800; flex-shrink: 0;
}
.wls-logo span { color: var(--orange); }
.wls-nav { display: flex; align-items: center; gap: 34px; }
.wls-nav a { color: var(--text); font-weight: 600; font-size: 14.5px; }
.wls-nav a:hover { color: var(--orange-dk); }
.wls-header-cta { display: flex; align-items: center; gap: 12px; }
.wls-menu-toggle { display: none; width: 40px; height: 40px; border-radius: 8px; border: 1.5px solid var(--border); background: #fff; align-items: center; justify-content: center; cursor: pointer; }
.wls-menu-toggle span { display: block; width: 18px; height: 2px; background: var(--text); position: relative; }
.wls-menu-toggle span::before, .wls-menu-toggle span::after { content:''; position:absolute; left:0; width:18px; height:2px; background:var(--text); }
.wls-menu-toggle span::before { top: -6px; }
.wls-menu-toggle span::after { top: 6px; }

.wls-mobile-nav { display: none; position: fixed; inset: 0; z-index: 9999; }
.wls-mobile-nav.is-open { display: block; }
.wls-mobile-overlay { position: absolute; inset: 0; background: rgba(0,0,0,.45); }
.wls-mobile-panel { position: absolute; top:0; right:0; bottom:0; width: min(320px, 88vw); background:#fff; padding: 24px; overflow-y:auto; transform: translateX(100%); transition: transform .3s ease; }
.wls-mobile-nav.is-open .wls-mobile-panel { transform: translateX(0); }
.wls-mobile-close { width:36px; height:36px; border-radius:50%; background:var(--bg-alt); border:none; display:flex; align-items:center; justify-content:center; margin-bottom:24px; cursor:pointer; }
.wls-mobile-panel nav { display:flex; flex-direction:column; gap:4px; }
.wls-mobile-panel nav a { padding: 12px 6px; border-bottom: 1px solid var(--border); color: var(--text); font-weight:600; }

/* ── Hero ────────────────────────────────────────────────── */
.wls-hero { padding: 90px 0 70px; position: relative; overflow: hidden; }
.wls-hero::before {
  content: ''; position: absolute; top: -200px; right: -200px; width: 600px; height: 600px; border-radius: 50%;
  background: radial-gradient(circle, rgba(249,115,22,.10), transparent 70%); pointer-events: none;
}
.wls-hero::after {
  content: ''; position: absolute; bottom: -260px; left: -220px; width: 600px; height: 600px; border-radius: 50%;
  background: radial-gradient(circle, rgba(13,148,136,.08), transparent 70%); pointer-events: none;
}
.wls-hero-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; position: relative; z-index: 1; }
.wls-hero h1 { font-size: clamp(34px, 4.6vw, 56px); margin-bottom: 18px; }
.wls-hero h1 em { color: var(--orange); font-style: normal; }
.wls-hero-sub { font-size: 18px; max-width: 520px; margin-bottom: 30px; }
.wls-hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 28px; }
.wls-hero-trust { display: flex; gap: 22px; flex-wrap: wrap; }
.wls-hero-trust span { font-size: 13px; color: var(--text-2); display: flex; align-items: center; gap: 6px; }
.wls-hero-trust i { color: var(--teal); }
.wls-hero-price-note { font-size: 13px; color: var(--text-3); margin-top: 6px; }

.wls-hero-visual { position: relative; }
.wls-hero-frame {
  border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); border: 1px solid var(--border);
}
.wls-hero-frame img { width: 100%; }
.wls-float-badge {
  position: absolute; background: #fff; border-radius: var(--radius-sm); box-shadow: var(--shadow-lg);
  padding: 12px 16px; display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 700;
}
.wls-float-badge i { color: var(--teal); font-size: 18px; }
.wls-float-badge--1 { top: -18px; left: -24px; }
.wls-float-badge--2 { bottom: -18px; right: -20px; }

/* ── Logo / Social proof bar ─────────────────────────────── */
.wls-proof-bar { padding: 30px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.wls-proof-inner { display: flex; align-items: center; justify-content: center; gap: 48px; flex-wrap: wrap; }
.wls-proof-stat { text-align: center; }
.wls-proof-stat strong { display: block; font-size: 26px; font-weight: 800; color: var(--navy); font-family: 'Playfair Display', serif; }
.wls-proof-stat span { font-size: 12.5px; color: var(--text-3); text-transform: uppercase; letter-spacing: .5px; }

/* ── Feature grid ────────────────────────────────────────── */
.wls-feat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.wls-feat-card {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 30px 26px;
  transition: var(--transition);
}
.wls-feat-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); border-color: transparent; }
.wls-feat-icon {
  width: 50px; height: 50px; border-radius: 14px; display: flex; align-items: center; justify-content: center;
  font-size: 21px; color: #fff; margin-bottom: 18px;
  background: linear-gradient(135deg, var(--navy), #0a4aa8);
}
.wls-feat-card:nth-child(3n+2) .wls-feat-icon { background: linear-gradient(135deg, var(--orange), var(--gold)); }
.wls-feat-card:nth-child(3n+3) .wls-feat-icon { background: linear-gradient(135deg, var(--teal), #14b8a6); }
.wls-feat-card h3 { font-size: 18px; margin-bottom: 8px; font-family: 'Inter', sans-serif; font-weight: 700; }
.wls-feat-card p { font-size: 14.5px; margin: 0; }
.wls-feat-card .pro-tag { margin-left: 6px; }

/* ── Showcase (GIF demos) ───────────────────────────────── */
.wls-showcase { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; margin-bottom: 90px; }
.wls-showcase:nth-child(even) .wls-showcase-media { order: 2; }
.wls-showcase-media { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); border: 1px solid var(--border); }
.wls-showcase-media img { width: 100%; }
.wls-showcase-text .wls-eyebrow { margin-bottom: 14px; }
.wls-showcase-text h3 { font-size: 28px; margin-bottom: 12px; }
.wls-showcase-text ul { list-style: none; padding: 0; margin: 20px 0 0; }
.wls-showcase-text li { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 10px; font-size: 14.5px; color: var(--text-2); }
.wls-showcase-text li i { color: var(--teal); margin-top: 3px; }

/* ── Pro tag pill ────────────────────────────────────────── */
.pro-tag {
  display: inline-block; background: linear-gradient(135deg, var(--orange), var(--gold)); color: #fff;
  font-size: 10px; font-weight: 800; letter-spacing: .4px; border-radius: 4px; padding: 2px 7px; vertical-align: middle;
}

/* ── Pricing cards ───────────────────────────────────────── */
.wls-pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; max-width: 880px; margin: 0 auto; }
.wls-price-card {
  background: var(--surface); border: 1.5px solid var(--border); border-radius: var(--radius-lg); padding: 38px 34px;
  position: relative;
}
.wls-price-card--pro { border-color: var(--orange); box-shadow: 0 16px 48px rgba(249,115,22,.18); }
.wls-price-badge {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: linear-gradient(135deg, var(--orange), var(--gold)); color: #fff; font-size: 11px; font-weight: 800;
  letter-spacing: .6px; text-transform: uppercase; padding: 6px 18px; border-radius: 20px; white-space: nowrap;
}
.wls-price-card h3 { font-size: 20px; margin-bottom: 6px; font-family: 'Inter', sans-serif; }
.wls-price-card .wls-price-sub { font-size: 13.5px; color: var(--text-3); margin-bottom: 22px; }
.wls-price-amount { display: flex; align-items: baseline; gap: 6px; margin-bottom: 26px; }
.wls-price-amount strong { font-size: 46px; font-weight: 800; color: var(--navy); font-family: 'Playfair Display', serif; }
.wls-price-amount span { font-size: 14px; color: var(--text-3); }
.wls-price-list { list-style: none; padding: 0; margin: 0 0 28px; }
.wls-price-list li { display: flex; align-items: flex-start; gap: 10px; padding: 8px 0; font-size: 14.5px; color: var(--text-2); border-bottom: 1px solid var(--border); }
.wls-price-list li:last-child { border-bottom: none; }
.wls-price-list li i.fa-check { color: var(--teal); margin-top: 3px; }
.wls-price-list li i.fa-xmark { color: var(--text-3); margin-top: 3px; }
.wls-price-list li.is-muted { color: var(--text-3); }

/* ── Comparison table ────────────────────────────────────── */
.wls-compare-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.wls-compare-table th, .wls-compare-table td { padding: 14px 18px; text-align: left; border-bottom: 1px solid var(--border); font-size: 14px; }
.wls-compare-table th { background: var(--bg-alt); font-weight: 800; text-transform: uppercase; letter-spacing: .4px; font-size: 11.5px; color: var(--text-2); }
.wls-compare-table td { color: var(--text-2); }
.wls-compare-table .yes { color: var(--teal); font-weight: 700; }
.wls-compare-table .no { color: var(--text-3); }

/* ── Testimonials ────────────────────────────────────────── */
.wls-testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.wls-testi-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 26px; }
.wls-testi-stars { color: var(--gold); font-size: 13px; margin-bottom: 12px; }
.wls-testi-card p { font-size: 14.5px; color: var(--text); font-style: italic; }
.wls-testi-person { display: flex; align-items: center; gap: 10px; margin-top: 16px; }
.wls-testi-avatar { width: 38px; height: 38px; border-radius: 50%; background: var(--navy); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 14px; }
.wls-testi-person strong { display: block; font-size: 13.5px; color: var(--text); }
.wls-testi-person span { font-size: 12px; color: var(--text-3); }

/* ── FAQ accordion ───────────────────────────────────────── */
.wls-faq { max-width: 760px; margin: 0 auto; }
.wls-faq-item { border-bottom: 1px solid var(--border); }
.wls-faq-q {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  background: none; border: none; padding: 20px 4px; font-size: 16px; font-weight: 700; color: var(--text);
  text-align: left; cursor: pointer; font-family: inherit;
}
.wls-faq-q i { color: var(--orange); transition: transform .25s; flex-shrink: 0; }
.wls-faq-item.is-open .wls-faq-q i { transform: rotate(180deg); }
.wls-faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.wls-faq-item.is-open .wls-faq-a { max-height: 300px; }
.wls-faq-a p { padding: 0 4px 20px; margin: 0; font-size: 14.5px; }

/* ── Final CTA band ──────────────────────────────────────── */
.wls-cta-band {
  background: linear-gradient(135deg, var(--navy), var(--navy-dk)); border-radius: var(--radius-lg);
  padding: 60px 50px; text-align: center; color: #fff; position: relative; overflow: hidden;
}
.wls-cta-band::before { content:''; position:absolute; inset:0; background: radial-gradient(circle at 30% 20%, rgba(249,115,22,.25), transparent 60%); }
.wls-cta-band h2 { color: #fff; position: relative; z-index: 1; }
.wls-cta-band p { color: rgba(255,255,255,.75); max-width: 480px; margin: 0 auto 28px; position: relative; z-index: 1; }
.wls-cta-band .wls-hero-ctas { justify-content: center; position: relative; z-index: 1; }

/* ── Footer ──────────────────────────────────────────────── */
.wls-footer { background: var(--navy-dk); color: rgba(255,255,255,.6); padding: 64px 0 24px; margin-top: 90px; }
.wls-footer-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 32px; margin-bottom: 44px; }
.wls-footer-brand .wls-logo { color: #fff; margin-bottom: 14px; }
.wls-footer-brand p { font-size: 13.5px; color: rgba(255,255,255,.45); max-width: 280px; }
.wls-footer-socials { display: flex; gap: 10px; margin-top: 16px; }
.wls-footer-socials a { width: 34px; height: 34px; border-radius: 8px; background: rgba(255,255,255,.07); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.6); }
.wls-footer-socials a:hover { background: var(--orange); color: #fff; }
.wls-footer-col h4 { font-size: 11px; letter-spacing: 1.4px; text-transform: uppercase; color: rgba(255,255,255,.35); margin-bottom: 16px; font-family: 'Inter', sans-serif; }
.wls-footer-col a { display: block; color: rgba(255,255,255,.6); font-size: 13.5px; margin-bottom: 10px; }
.wls-footer-col a:hover { color: #fff; }
.wls-footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; font-size: 12.5px; color: rgba(255,255,255,.35); }

/* ── Generic page header ─────────────────────────────────── */
.wls-page-header { padding: 56px 0 36px; background: var(--bg-alt); border-bottom: 1px solid var(--border); }
.wls-breadcrumb { font-size: 13px; color: var(--text-3); margin-bottom: 14px; }
.wls-breadcrumb a { color: var(--text-3); }
.wls-breadcrumb i { font-size: 9px; margin: 0 6px; }
.wls-page-header h1 { margin-bottom: 8px; }
.wls-page-header p { font-size: 16px; max-width: 600px; }

/* ── Blog ────────────────────────────────────────────────── */
.wls-blog-layout { display: grid; grid-template-columns: 2.2fr 1fr; gap: 50px; padding: 60px 0; }
.wls-blog-grid { display: grid; gap: 30px; }
.wls-blog-card { display: grid; grid-template-columns: 260px 1fr; gap: 24px; padding-bottom: 30px; border-bottom: 1px solid var(--border); }
.wls-blog-card-img { border-radius: var(--radius); overflow: hidden; aspect-ratio: 4/3; }
.wls-blog-card-img img { width: 100%; height: 100%; object-fit: cover; }
.wls-blog-meta { font-size: 12px; color: var(--text-3); text-transform: uppercase; letter-spacing: .5px; margin-bottom: 8px; }
.wls-blog-card h2 { font-size: 21px; margin-bottom: 8px; }
.wls-blog-card h2 a { color: var(--text); }
.wls-blog-card h2 a:hover { color: var(--orange-dk); }
.wls-blog-card p { font-size: 14.5px; margin-bottom: 10px; }
.wls-read-more { font-size: 13.5px; font-weight: 700; color: var(--orange-dk); }
.wls-widget { background: var(--bg-alt); border-radius: var(--radius); padding: 22px; margin-bottom: 24px; }
.wls-widget-title { font-size: 13px; text-transform: uppercase; letter-spacing: .5px; font-family: 'Inter', sans-serif; margin-bottom: 14px; }

.wls-single-post { max-width: 740px; margin: 0 auto; padding: 50px 0 90px; }
.wls-single-post .wls-blog-meta { text-align: center; }
.wls-single-post h1 { text-align: center; font-size: clamp(28px,4vw,42px); }
.wls-single-thumb { border-radius: var(--radius-lg); overflow: hidden; margin: 30px 0; box-shadow: var(--shadow); }
.wls-single-content { font-size: 16.5px; color: var(--text); }
.wls-single-content p { color: var(--text); margin-bottom: 20px; }
.wls-single-content h2 { font-size: 24px; margin-top: 36px; }
.wls-single-content h3 { font-size: 19px; margin-top: 28px; font-family: 'Inter', sans-serif; }
.wls-single-content ul, .wls-single-content ol { color: var(--text); margin-bottom: 20px; }
.wls-single-content blockquote { border-left: 4px solid var(--orange); padding: 4px 0 4px 20px; margin: 24px 0; font-style: italic; color: var(--text-2); }
.wls-single-content code { background: var(--bg-alt); padding: 2px 6px; border-radius: 4px; font-size: 14px; color: #b8410e; }

/* ── Contact form ────────────────────────────────────────── */
.wls-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; padding: 60px 0 90px; }
.wls-contact-info-item { display: flex; gap: 14px; margin-bottom: 24px; }
.wls-contact-info-icon { width: 44px; height: 44px; border-radius: 12px; background: var(--bg-alt); display: flex; align-items: center; justify-content: center; color: var(--orange); flex-shrink: 0; }
.wls-contact-info-item strong { display: block; font-size: 14.5px; color: var(--text); margin-bottom: 2px; }
.wls-contact-info-item span, .wls-contact-info-item a { font-size: 14px; color: var(--text-2); }
.wls-form-group { margin-bottom: 18px; }
.wls-form-group label { display: block; font-size: 13px; font-weight: 700; margin-bottom: 6px; color: var(--text); }
.wls-form-group input, .wls-form-group textarea {
  width: 100%; border: 1.5px solid var(--border); border-radius: var(--radius-sm); padding: 12px 16px;
  font-size: 14.5px; font-family: inherit; color: var(--text); transition: var(--transition);
}
.wls-form-group input:focus, .wls-form-group textarea:focus { outline: none; border-color: var(--orange); }
.wls-form-msg { padding: 12px 16px; border-radius: var(--radius-sm); font-size: 13.5px; margin-top: 14px; display: none; }
.wls-form-msg.is-success { display: block; background: #dcfce7; color: #15803d; }
.wls-form-msg.is-error { display: block; background: #fee2e2; color: #b91c1c; }

/* ── Documentation page (matches doc design language) ──── */
.wls-doc-shell { display: flex; gap: 50px; padding: 60px 0 100px; align-items: flex-start; }
.wls-doc-toc { width: 260px; flex-shrink: 0; position: sticky; top: 100px; }
.wls-doc-toc-label { font-size: 10px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; color: var(--text-3); padding: 14px 0 6px; }
.wls-doc-toc a { display: block; padding: 7px 10px; border-radius: 7px; font-size: 13.5px; color: var(--text-2); }
.wls-doc-toc a:hover { background: var(--bg-alt); }
.wls-doc-toc a.active { background: var(--orange); color: #fff; font-weight: 600; }
.wls-doc-content { flex: 1; min-width: 0; max-width: 760px; }
.wls-doc-content section { margin-bottom: 50px; scroll-margin-top: 100px; }
.wls-doc-content h2 { font-size: 22px; padding-bottom: 12px; border-bottom: 2px solid var(--border); display: flex; align-items: center; gap: 10px; }
.wls-doc-content h2 .num { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; background: var(--orange); color: #fff; border-radius: 8px; font-size: 13px; font-weight: 800; flex-shrink: 0; font-family: 'Inter', sans-serif; }
.wls-doc-content h3 { font-size: 16px; margin-top: 24px; color: var(--navy); font-family: 'Inter', sans-serif; }
.wls-doc-content code { background: var(--bg-alt); padding: 2px 6px; border-radius: 5px; font-size: 13px; color: #b8410e; }
.wls-doc-demo { margin: 18px 0; border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); background: #0b1c3a; }
.wls-doc-demo img { width: 100%; }
.wls-doc-demo-cap { background: #fff; padding: 10px 16px; font-size: 12.5px; color: var(--text-2); border-top: 1px solid var(--border); }
.wls-doc-note { border-left: 4px solid var(--teal); background: rgba(13,148,136,.06); padding: 14px 18px; border-radius: 0 8px 8px 0; margin: 16px 0; font-size: 14px; }
.wls-doc-warn { border-left: 4px solid var(--orange); background: rgba(249,115,22,.06); padding: 14px 18px; border-radius: 0 8px 8px 0; margin: 16px 0; font-size: 14px; }

/* ── Responsive ──────────────────────────────────────────── */
@media (max-width: 1000px) {
  /* Both CTA buttons already appear inside the mobile slide-out panel,
     so the compact header only needs the hamburger toggle — avoids overflow. */
  .wls-nav, .wls-header-cta .wls-btn-outline, .wls-header-cta .wls-btn-primary { display: none; }
  .wls-menu-toggle { display: flex; }
  .wls-hero-inner { grid-template-columns: 1fr; }
  .wls-hero-visual { order: -1; }
  .wls-feat-grid { grid-template-columns: 1fr 1fr; }
  .wls-pricing-grid { grid-template-columns: 1fr; max-width: 460px; }
  .wls-testi-grid { grid-template-columns: 1fr; }
  .wls-showcase { grid-template-columns: 1fr; gap: 30px; }
  .wls-showcase:nth-child(even) .wls-showcase-media { order: 0; }
  .wls-footer-top { grid-template-columns: 1fr 1fr; }
  .wls-blog-layout { grid-template-columns: 1fr; }
  .wls-contact-grid { grid-template-columns: 1fr; }
  .wls-doc-shell { flex-direction: column; }
  .wls-doc-toc { display: none; }
}
@media (max-width: 640px) {
  .wls-section { padding: 60px 0; }
  .wls-feat-grid { grid-template-columns: 1fr; }
  .wls-hero-ctas { flex-direction: column; align-items: stretch; }
  .wls-blog-card { grid-template-columns: 1fr; }
  .wls-footer-top { grid-template-columns: 1fr; }
  .wls-proof-inner { gap: 24px; }
  .wls-cta-band { padding: 44px 24px; }
}
