/* =========================================================
   Daily Website Report — landing page (warm, approachable)
   ========================================================= */

.landing {
  --bg:        #fbf7f0;   /* warm cream */
  --bg-2:      #fdfaf5;
  --surface:   #ffffff;
  --border:    #ece5d8;
  --border-2:  #dfd6c4;
  --text:      #1d1c26;
  --text-2:    #4c4c58;
  --text-3:    #7a7a89;
  --accent:    #6b5cff;   /* soft indigo */
  --accent-2:  #4e40e0;
  --accent-soft: #ede9ff;
  --peach:     #ff8a5c;
  --mint:      #4ac29a;
  --sun:       #f5b942;

  background: var(--bg);
  color: var(--text);
  font-family: 'Public Sans', system-ui, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  overflow-x: hidden;
}
.landing * { box-sizing: border-box; }
.landing a { text-decoration: none; }
.landing a:not(.ln-btn) { color: inherit; }
.landing ::selection { background: var(--accent-soft); color: var(--text); }

/* ---------- Nav ---------- */
.ln-nav {
  position: sticky; top: 0; z-index: 40;
  background: rgba(251, 247, 240, 0.78);
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid var(--border);
}
.ln-nav__inner {
  max-width: 1180px; margin: 0 auto; padding: 14px 24px;
  display: flex; align-items: center; gap: 28px;
}
.ln-brand { display: flex; align-items: center; gap: 12px; font-weight: 700; font-size: 16px; letter-spacing: -0.01em; color: var(--text); }
.ln-brand__mark {
  width: 28px; height: 28px; border-radius: 10px;
  background: linear-gradient(135deg, var(--accent), #a19bff 60%, var(--peach));
  box-shadow: 0 6px 16px rgba(107, 92, 255, 0.28), inset 0 1px 0 rgba(255,255,255,0.7);
  position: relative;
}
.ln-brand__mark::after {
  content: ''; position: absolute; inset: 6px; border-radius: 6px;
  background: rgba(255,255,255,0.85);
}
.ln-brand__name { color: var(--text); font-weight: 700; }
.ln-nav__links { display: flex; gap: 26px; margin-left: 16px; font-size: 14.5px; color: var(--text-2); }
.ln-nav__links a { transition: color 160ms ease; }
.ln-nav__links a:hover { color: var(--text); }
.ln-nav__cta { margin-left: auto; display: flex; gap: 10px; }

@media (max-width: 780px) {
  .ln-nav__links { display: none; }
  .ln-brand { font-size: 15px; }
}

/* ---------- Buttons ---------- */
.ln-btn {
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 600; font-size: 14.5px; padding: 12px 20px;
  border-radius: 999px;
  background: var(--text);
  color: #ffffff; border: 1px solid var(--text);
  cursor: pointer; text-decoration: none;
  box-shadow: 0 6px 18px rgba(29, 28, 38, 0.15);
  transition: transform 150ms ease, box-shadow 150ms ease, background 150ms ease;
}
.ln-btn:hover {
  transform: translateY(-1px);
  background: #2c2b39;
  box-shadow: 0 10px 24px rgba(29, 28, 38, 0.20);
}
.ln-btn--ghost {
  background: transparent; color: var(--text); border-color: var(--border-2);
  box-shadow: none;
}
.ln-btn--ghost:hover { background: rgba(29,28,38,0.04); border-color: #cabfa8; }
.ln-btn--lg { font-size: 15.5px; padding: 15px 28px; }
.ln-btn--block { display: flex; width: 100%; }
.ln-btn--accent {
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  border-color: transparent;
  box-shadow: 0 10px 28px rgba(107, 92, 255, 0.35), inset 0 1px 0 rgba(255,255,255,0.4);
}
.ln-btn--accent:hover {
  background: linear-gradient(135deg, #7d70ff, #5648e4);
  box-shadow: 0 14px 34px rgba(107, 92, 255, 0.45);
}

/* ---------- Eyebrow chip ---------- */
.ln-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  text-transform: none; letter-spacing: 0;
  font-size: 13px; font-weight: 600; color: var(--accent-2);
  background: var(--accent-soft);
  padding: 6px 14px; border-radius: 999px;
  border: 1px solid #ddd6ff;
}
.ln-eyebrow::before {
  content: ''; width: 6px; height: 6px; border-radius: 999px;
  background: var(--mint);
  box-shadow: 0 0 0 4px rgba(74, 194, 154, 0.18);
  animation: livePulse 2s ease-in-out infinite;
}
@keyframes livePulse { 50% { box-shadow: 0 0 0 8px rgba(74, 194, 154, 0.08); } }

/* ---------- Hero ---------- */
.ln-hero {
  position: relative; overflow: hidden;
  padding: 84px 24px 40px;
}
.ln-hero::before,
.ln-hero::after {
  content: ''; position: absolute; z-index: 0; pointer-events: none;
  border-radius: 50%; filter: blur(60px); opacity: 0.65;
  animation: blobDrift 18s ease-in-out infinite alternate;
}
.ln-hero::before {
  width: 460px; height: 460px; top: -140px; left: -120px;
  background: radial-gradient(circle at 40% 40%, #dcd6ff 0%, transparent 65%);
}
.ln-hero::after {
  width: 520px; height: 520px; top: -60px; right: -160px;
  background: radial-gradient(circle at 60% 40%, #ffe1d0 0%, transparent 65%);
  animation-duration: 22s; animation-direction: alternate-reverse;
}
@keyframes blobDrift {
  0%   { transform: translate(0, 0) scale(1); }
  100% { transform: translate(30px, 40px) scale(1.06); }
}
.ln-hero__inner { max-width: 1080px; margin: 0 auto; text-align: center; position: relative; z-index: 1; }
.ln-hero__title {
  font-size: clamp(36px, 5.6vw, 66px);
  line-height: 1.06; letter-spacing: -0.028em;
  font-weight: 700; margin: 24px auto 22px; max-width: 22ch;
  color: var(--text);
}
.ln-hero__title .grad {
  background: linear-gradient(120deg, var(--accent) 0%, var(--peach) 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  padding: 0 2px;
}
.ln-hero__lead {
  font-size: clamp(16px, 1.6vw, 19px);
  max-width: 60ch; margin: 0 auto 34px; color: var(--text-2);
}
.ln-hero__form {
  display: flex; gap: 8px; max-width: 580px; margin: 0 auto;
  background: var(--surface);
  padding: 8px; border-radius: 999px;
  box-shadow: 0 20px 40px rgba(29, 28, 38, 0.10), 0 2px 8px rgba(29, 28, 38, 0.04);
  border: 1px solid var(--border);
}
.ln-hero__input {
  flex: 1; padding: 12px 20px; border: none; outline: none;
  font-size: 16px; font-family: 'IBM Plex Mono', monospace;
  color: var(--text); background: transparent;
}
.ln-hero__input::placeholder { color: var(--text-3); }
.ln-hero__form .ln-btn { border-radius: 999px; }
.ln-hero__sub { margin-top: 16px; font-size: 13.5px; color: var(--text-3); }

@media (max-width: 560px) {
  .ln-hide-sm { display: none; }
  .ln-hero__form { flex-direction: column; border-radius: 20px; padding: 10px; }
  .ln-hero__form .ln-btn { border-radius: 14px; padding: 14px 20px; }
  .ln-hero__input { padding: 14px 12px; text-align: center; }
}

/* ---------- Hero preview (soft browser mockup) ---------- */
.ln-hero__preview { margin-top: 60px; }
.ln-preview {
  max-width: 940px; margin: 0 auto;
  background: var(--surface);
  border-radius: 20px; overflow: hidden;
  border: 1px solid var(--border);
  box-shadow:
    0 40px 80px rgba(29, 28, 38, 0.10),
    0 8px 24px rgba(29, 28, 38, 0.05);
  text-align: left;
  animation: floatY 9s ease-in-out infinite;
}
@keyframes floatY {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-5px); }
}
.ln-preview__head {
  display: flex; align-items: center; gap: 8px;
  padding: 14px 18px;
  background: var(--bg-2);
  border-bottom: 1px solid var(--border);
}
.ln-preview__dot { width: 11px; height: 11px; border-radius: 999px; display: inline-block; }
.ln-preview__url {
  margin-left: 14px; font-family: 'IBM Plex Mono', monospace;
  font-size: 12.5px; color: var(--text-3);
}
.ln-preview__body { padding: 30px 34px 34px; }
.ln-preview__hero {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; margin-bottom: 22px;
}
.ln-preview__eyebrow {
  font-size: 11px; text-transform: uppercase; letter-spacing: 0.14em;
  color: var(--text-3); font-weight: 700; margin-bottom: 4px;
}
.ln-preview__host { font-size: 28px; font-weight: 700; letter-spacing: -0.02em; color: var(--text); }
.ln-preview__grade {
  text-align: right; padding: 16px 22px;
  background: linear-gradient(135deg, #e6f7ee, #d5f0e0);
  color: #0e6a3a; border-radius: 16px; font-weight: 700; line-height: 1;
  border: 1px solid #c6ebd6;
}
.ln-preview__grade span { font-size: 30px; }
.ln-preview__grade small { display: block; font-size: 10.5px; letter-spacing: 0.14em; margin-top: 6px; opacity: 0.75; }
.ln-preview__bar {
  height: 8px; background: #f1ecdf; border-radius: 999px;
  overflow: hidden; margin-bottom: 24px;
}
.ln-preview__bar span { display: block; height: 100%; background: linear-gradient(90deg, var(--mint), #6cd3ac); }
.ln-preview__rows { display: flex; flex-direction: column; gap: 12px; font-size: 14.5px; color: var(--text-2); }
.ln-preview__ok, .ln-preview__warn {
  display: inline-flex; align-items: center; justify-content: center;
  width: 22px; height: 22px; border-radius: 999px; font-weight: 700; font-size: 12px; margin-right: 10px;
}
.ln-preview__ok   { background: #e6f7ee; color: #0e6a3a; border: 1px solid #c6ebd6; }
.ln-preview__warn { background: #fff2d9; color: #8a5a10; border: 1px solid #f4d99a; }

/* ---------- Trust bar ---------- */
.ln-trust {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.55);
}
.ln-trust__inner {
  max-width: 1180px; margin: 0 auto; padding: 20px 24px;
  display: flex; flex-wrap: wrap; gap: 32px; justify-content: center;
  color: var(--text-3); font-size: 13.5px; font-weight: 600;
}
.ln-trust__inner > span { display: inline-flex; align-items: center; gap: 8px; }
.ln-trust__inner > span::before {
  content: ''; width: 6px; height: 6px; border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), var(--peach));
  opacity: 0.8;
}

/* ---------- Section shell ---------- */
.ln-h2 {
  font-size: clamp(28px, 3.8vw, 46px); font-weight: 700; letter-spacing: -0.025em;
  margin: 16px 0 12px; line-height: 1.12; color: var(--text);
}
.ln-features, .ln-how, .ln-pricing, .ln-faq, .ln-cta {
  padding: 96px 24px;
}
.ln-features__inner, .ln-how__inner, .ln-pricing__inner, .ln-faq__inner, .ln-cta__inner {
  max-width: 1180px; margin: 0 auto; text-align: center;
}

/* ---------- Features ---------- */
.ln-features { background: var(--bg-2); }
.ln-feat-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px; margin-top: 54px; text-align: left;
}
@media (max-width: 900px) { .ln-feat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 620px) { .ln-feat-grid { grid-template-columns: 1fr; } }

.ln-feat {
  padding: 28px 26px; border-radius: 20px;
  background: var(--surface);
  border: 1px solid var(--border);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}
.ln-feat:hover {
  transform: translateY(-3px);
  border-color: var(--border-2);
  box-shadow: 0 20px 40px rgba(29, 28, 38, 0.08);
}
.ln-feat__icon {
  width: 46px; height: 46px; border-radius: 14px; display: flex;
  align-items: center; justify-content: center; font-weight: 800;
  color: #ffffff; margin-bottom: 16px; font-size: 16px;
  box-shadow: 0 8px 20px rgba(29, 28, 38, 0.10), inset 0 1px 0 rgba(255,255,255,0.35);
}
.ln-feat__icon--ssl  { background: linear-gradient(135deg, #8a7bff, #6b5cff); }
.ln-feat__icon--sec  { background: linear-gradient(135deg, #ff8a5c, #ff6b3d); }
.ln-feat__icon--seo  { background: linear-gradient(135deg, #f5b942, #e29a24); }
.ln-feat__icon--perf { background: linear-gradient(135deg, #4bc7db, #2ea6bc); }
.ln-feat__icon--up   { background: linear-gradient(135deg, #5ecc9d, #3fa87d); }
.ln-feat__icon--fix  { background: linear-gradient(135deg, #c68bff, #a35fef); }
.ln-feat h3 { font-size: 17px; margin: 0 0 6px; font-weight: 700; letter-spacing: -0.01em; color: var(--text); }
.ln-feat p  { font-size: 14.5px; color: var(--text-2); margin: 0; line-height: 1.6; }

/* ---------- How it works ---------- */
.ln-how { background: var(--bg); }
.ln-steps {
  list-style: none; padding: 0; margin: 54px 0 0;
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px;
  text-align: left;
}
@media (max-width: 820px) { .ln-steps { grid-template-columns: 1fr; } }
.ln-steps li {
  padding: 30px 28px; border-radius: 20px;
  background: var(--surface);
  border: 1px solid var(--border);
}
.ln-steps__num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent-2); font-weight: 700; font-size: 15px;
  margin-bottom: 14px;
  border: 1px solid #ddd6ff;
}
.ln-steps h4 { font-size: 17px; margin: 0 0 6px; font-weight: 700; color: var(--text); }
.ln-steps p  { font-size: 14.5px; color: var(--text-2); margin: 0; }

/* ---------- Pricing ---------- */
.ln-pricing { background: var(--bg-2); }
.ln-pricing__lead {
  margin: 10px auto 44px; color: var(--text-2); font-size: 16px; max-width: 60ch;
}
.ln-plan-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px; margin-bottom: 24px; text-align: left;
}
@media (max-width: 900px) { .ln-plan-grid { grid-template-columns: 1fr; max-width: 460px; margin-left: auto; margin-right: auto; } }

.ln-plan {
  position: relative; padding: 34px 28px; border-radius: 22px;
  background: var(--surface);
  border: 1px solid var(--border);
  display: flex; flex-direction: column;
  transition: box-shadow 220ms ease, border-color 220ms ease;
}
.ln-plan:hover { box-shadow: 0 20px 40px rgba(29, 28, 38, 0.06); border-color: var(--border-2); }
.ln-plan--highlight {
  border-color: var(--accent);
  box-shadow: 0 24px 60px rgba(107, 92, 255, 0.20);
  transform: translateY(-6px);
}
.ln-plan__badge {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #ffffff; padding: 5px 14px; border-radius: 999px;
  font-size: 11.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  box-shadow: 0 6px 18px rgba(107, 92, 255, 0.35);
}
.ln-plan__name {
  font-size: 13px; font-weight: 700; color: var(--accent-2);
  text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 14px;
}
.ln-plan__price { display: flex; align-items: baseline; gap: 4px; margin-bottom: 8px; }
.ln-plan__currency { font-size: 20px; font-weight: 600; color: var(--text-2); }
.ln-plan__amount { font-size: 48px; font-weight: 800; letter-spacing: -0.03em; color: var(--text); }
.ln-plan__period { font-size: 15px; color: var(--text-3); margin-left: 4px; }
.ln-plan__blurb { font-size: 14.5px; color: var(--text-2); margin: 8px 0 22px; }
.ln-plan__features { list-style: none; padding: 0; margin: 0 0 28px; display: flex; flex-direction: column; gap: 11px; font-size: 14.5px; }
.ln-plan__features li { display: flex; align-items: flex-start; gap: 10px; color: var(--text-2); }
.ln-plan__features li span {
  display: inline-flex; align-items: center; justify-content: center;
  width: 20px; height: 20px; border-radius: 999px;
  background: #e6f7ee; color: #0e6a3a;
  border: 1px solid #c6ebd6;
  font-weight: 700; font-size: 12px; flex-shrink: 0; margin-top: 1px;
}
.ln-plan .ln-btn { margin-top: auto; }
.ln-plan--highlight .ln-btn {
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  border-color: transparent;
  box-shadow: 0 12px 30px rgba(107, 92, 255, 0.32), inset 0 1px 0 rgba(255,255,255,0.35);
}
.ln-plan--highlight .ln-btn:hover {
  background: linear-gradient(135deg, #7d70ff, #5648e4);
  box-shadow: 0 16px 36px rgba(107, 92, 255, 0.42);
}
.ln-pricing__note { margin-top: 18px; font-size: 13px; color: var(--text-3); }

/* ---------- Compare table ---------- */
.ln-compare { background: var(--bg); padding: 96px 24px; }
.ln-compare__inner { max-width: 1080px; margin: 0 auto; text-align: center; }
.ln-compare__wrap {
  margin-top: 48px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(29, 28, 38, 0.06);
}
.ln-compare__table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 14.5px;
}
.ln-compare__table th, .ln-compare__table td {
  padding: 16px 20px;
  border-bottom: 1px solid var(--border);
  vertical-align: middle;
}
.ln-compare__table tbody tr:last-child th,
.ln-compare__table tbody tr:last-child td { border-bottom: none; }
.ln-compare__label {
  font-weight: 600;
  color: var(--text);
  white-space: nowrap;
}
tbody .ln-compare__label { color: var(--text-2); font-weight: 500; }
.ln-compare__plan {
  text-align: center;
  padding-top: 22px; padding-bottom: 22px;
  background: var(--bg-2);
}
.ln-compare__plan.is-highlight {
  background: var(--accent-soft);
  border-bottom: 1px solid #d9d1ff;
}
.ln-compare__plan-name {
  display: block; font-size: 13px; font-weight: 700;
  color: var(--accent-2); text-transform: uppercase; letter-spacing: 0.1em;
  margin-bottom: 4px;
}
.ln-compare__plan-price {
  display: block; font-size: 20px; font-weight: 700; color: var(--text);
  letter-spacing: -0.01em;
}
.ln-compare__plan-price small { font-size: 12px; font-weight: 500; color: var(--text-3); }
.ln-compare__table tbody td { text-align: center; color: var(--text-2); }
.ln-compare__table tbody td.is-highlight { background: rgba(107, 92, 255, 0.04); color: var(--text); font-weight: 500; }
.ln-compare__yes {
  display: inline-flex; align-items: center; justify-content: center;
  width: 22px; height: 22px; border-radius: 999px;
  background: #e6f7ee; color: #0e6a3a; border: 1px solid #c6ebd6;
  font-weight: 700; font-size: 12px;
}
.ln-compare__no { color: var(--text-3); font-weight: 500; }

@media (max-width: 720px) {
  .ln-compare__table { font-size: 13px; }
  .ln-compare__table th, .ln-compare__table td { padding: 12px 10px; }
  .ln-compare__plan-price { font-size: 16px; }
}

/* ---------- FAQ ---------- */
.ln-faq { background: var(--bg); }
.ln-faq__inner { max-width: 800px; text-align: center; }
.ln-faq__item {
  margin-top: 14px; text-align: left;
  background: var(--surface);
  border: 1px solid var(--border); border-radius: 16px; padding: 22px 24px;
  transition: border-color 200ms ease, box-shadow 200ms ease;
}
.ln-faq__item[open] { border-color: var(--border-2); box-shadow: 0 12px 30px rgba(29, 28, 38, 0.05); }
.ln-faq__item summary {
  cursor: pointer; font-weight: 600; font-size: 15.5px; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 20px;
  color: var(--text);
}
.ln-faq__item summary::-webkit-details-marker { display: none; }
.ln-faq__item summary::after { content: '+'; color: var(--text-3); font-size: 24px; line-height: 1; transition: transform 220ms ease; }
.ln-faq__item[open] summary::after { transform: rotate(45deg); color: var(--accent); }
.ln-faq__item p { margin: 12px 0 0; color: var(--text-2); font-size: 14.5px; }

/* ---------- CTA ---------- */
.ln-cta { padding: 96px 24px; }
.ln-cta__inner {
  padding: 72px 40px;
  border-radius: 28px;
  background:
    radial-gradient(500px 260px at 20% 0%, rgba(107, 92, 255, 0.18), transparent 60%),
    radial-gradient(500px 300px at 90% 100%, rgba(255, 138, 92, 0.18), transparent 60%),
    var(--surface);
  border: 1px solid var(--border);
  box-shadow: 0 30px 60px rgba(29, 28, 38, 0.08);
}
.ln-cta__inner h2 {
  font-size: clamp(28px, 4.4vw, 46px); font-weight: 700; letter-spacing: -0.028em; margin: 0 0 12px;
  color: var(--text);
}
.ln-cta__inner p { font-size: 17px; color: var(--text-2); margin: 0 0 30px; }
.ln-cta .ln-btn--lg {
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  border-color: transparent; color: #fff;
  box-shadow: 0 14px 34px rgba(107, 92, 255, 0.35), inset 0 1px 0 rgba(255,255,255,0.35);
}

/* ---------- Footer ---------- */
.ln-footer { border-top: 1px solid var(--border); padding: 42px 24px; background: var(--bg); }
.ln-footer__inner {
  max-width: 1180px; margin: 0 auto;
  display: flex; align-items: center; gap: 24px; flex-wrap: wrap;
}
.ln-footer__links { display: flex; gap: 22px; font-size: 14.5px; color: var(--text-2); flex-wrap: wrap; }
.ln-footer__links a { transition: color 160ms ease; }
.ln-footer__links a:hover { color: var(--text); }
.ln-footer__meta { margin-left: auto; font-size: 13.5px; color: var(--text-3); }
