/* Damodar Landing Page - premium, Akagrow-branded */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: #1d1d1f;
  background: radial-gradient(circle at top, #f9f4ff 0, #fffaf2 40%, #ffffff 100%);
}

a {
  color: inherit;
}

.ln-page {
  max-width: 1080px;
  margin: 0 auto;
  padding: 24px 24px 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

/* Header */

.ln-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ln-header-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ln-hero .ln-section-carousel {
  margin-top: 0;
}

.ln-hero .ln-carousel {
  margin-top: 8px;
}

.ln-hero-carousel {
  grid-column: 1 / -1;
}

.ln-logo-mark {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  background: linear-gradient(140deg, #faf7ff, #efe9ff);
  border: 1px solid rgba(73, 14, 69, 0.1);
  display: grid;
  place-items: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
  overflow: hidden;
}

.ln-logo-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.ln-brand-copy {
  display: flex;
  flex-direction: column;
}

.ln-brand {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.2px;
  color: #490e45;
}

.ln-subbrand {
  font-size: 12px;
  color: #6b1f67;
}

.ln-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 13px;
}

.ln-nav a {
  text-decoration: none;
  color: #4a4a4a;
  padding: 4px 0;
}

.ln-nav a:hover {
  color: #490e45;
}

/* Hero */

.ln-main {
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.ln-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.95fr);
  gap: 32px;
  align-items: center;
}

.ln-hero-copy h1 {
  font-size: 32px;
  line-height: 1.15;
  letter-spacing: -0.7px;
  margin-bottom: 12px;
}

.ln-hero-copy p {
  font-size: 14px;
  color: #5f5f68;
  max-width: 460px;
}

.ln-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.ln-badge {
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(73, 14, 69, 0.06);
  color: #490e45;
  font-weight: 500;
}

.ln-badge-soft {
  background: rgba(167, 82, 22, 0.06);
  color: #a75216;
}

/* Install block */

.ln-install-block {
  margin-top: 24px;
}

.ln-install-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
}

.ln-install-note {
  font-size: 12px;
  color: #77757f;
  margin-bottom: 12px;
}

/*
.ln-install-coming-soon {
  display: block;
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.96);
  background: linear-gradient(135deg, #490e45, #a75216);
  box-shadow: 0 6px 14px rgba(73, 14, 69, 0.22);
  margin-bottom: 12px;
}

.ln-install-coming-title {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}

.ln-install-coming-sub {
  font-size: 13px;
  color: #ffffff;
}
*/

.ln-install-ctas {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.ln-cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 16px;
  border: 1px solid rgba(73, 14, 69, 0.08);
  background: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  transition: transform 0.12s ease, box-shadow 0.12s ease, border-color 0.12s ease;
}

.ln-cta-primary {
  background: linear-gradient(135deg, #490e45, #a75216);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 6px 16px rgba(73, 14, 69, 0.25);
}

.ln-cta-outline {
  background: rgba(255, 255, 255, 0.96);
}

.ln-cta-title {
  font-size: 13px;
  font-weight: 600;
}

.ln-cta-sub {
  font-size: 11px;
  color: inherit;
  opacity: 0.75;
}

.ln-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(73, 14, 69, 0.18);
  border-color: rgba(73, 14, 69, 0.18);
}

.ln-cta-primary:hover {
  box-shadow: 0 8px 20px rgba(73, 14, 69, 0.3);
}

/* Hero video embed */

.ln-hero-video {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-left: 40px;
}

.ln-hero-video-wrapper {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(73, 14, 69, 0.16);
  background: #000;
}

.ln-hero-video-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* Hero card preview */

.ln-hero-card {
  display: flex;
  justify-content: center;
}

.ln-how-preview-card {
  position: relative;
}

.ln-how-preview-card::before {
  content: 'Preview';
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #490e45 0%, #a75216 100%);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 14px;
  border-radius: 999px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  z-index: 2;
}

.ln-hero-card-inner {
  width: 100%;
  max-width: 480px;
  padding: 24px 24px 20px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 40px rgba(73, 14, 69, 0.16);
  border: 1px solid rgba(73, 14, 69, 0.05);
}

.ln-hero-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.ln-hero-chip {
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(167, 82, 22, 0.06);
  color: #a75216;
  font-weight: 500;
}

.ln-hero-status {
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.ln-hero-status-on {
  background: rgba(52, 199, 89, 0.06);
  color: #146b3a;
}

.ln-hero-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #34c759, #30d158);
  box-shadow: 0 0 8px rgba(52, 199, 89, 0.5);
}

.ln-hero-preview {
  position: relative;
  padding: 16px 14px 18px;
  border-radius: 20px;
  background: linear-gradient(145deg, #fffaf2, #f9f4ff);
  overflow: hidden;
}

.ln-hero-line {
  height: 8px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.06);
  margin-bottom: 6px;
}

.ln-hero-line-1 { width: 80%; }
.ln-hero-line-2 { width: 90%; }
.ln-hero-line-3 { width: 70%; }

.ln-hero-highlights {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}

.ln-highlight {
  height: 6px;
  border-radius: 999px;
  flex: 1;
}

.ln-highlight-gold {
  background: rgba(255, 215, 0, 0.6);
}

.ln-highlight-purple {
  background: rgba(73, 14, 69, 0.25);
}

.ln-hero-toolbar {
  display: inline-flex;
  gap: 6px;
  margin-top: 14px;
  padding: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(73, 14, 69, 0.08);
}

.ln-tool-pill {
  font-size: 11px;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(73, 14, 69, 0.06);
  color: #490e45;
}

.ln-tool-pill-soft {
  background: rgba(0, 0, 0, 0.04);
  color: #444;
}

.ln-hero-caption {
  font-size: 11px;
  color: #77757f;
  margin-top: 12px;
}

/* Hero PDF pill */

.ln-hero-pdf {
  margin-top: 12px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}

.ln-hero-undo-redo {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.ln-hero-undo,
.ln-hero-redo {
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(73, 14, 69, 0.08);
  color: #4a4a4a;
  box-shadow: 0 4px 10px rgba(73, 14, 69, 0.08);
}

.ln-pdf-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(73, 14, 69, 0.08);
  box-shadow: 0 4px 10px rgba(73, 14, 69, 0.12);
}

.ln-pdf-icon {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.6px;
  padding: 3px 6px;
  border-radius: 999px;
  background: #490e45;
  color: #ffffff;
}

.ln-pdf-text {
  font-size: 11px;
  color: #5f5f68;
}

/* Sections */

.ln-section {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.ln-section-carousel {
  margin-top: 8px;
}

.ln-carousel {
  position: relative;
  margin-top: 16px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 40px rgba(73, 14, 69, 0.16);
  border: 1px solid rgba(73, 14, 69, 0.06);
  padding: 20px 40px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.ln-carousel-viewport {
  overflow: hidden;
  flex: 1;
}

.ln-carousel-track {
  display: flex;
  transition: transform 0.35s ease;
}

.ln-carousel-slide {
  min-width: 100%;
  display: flex;
  justify-content: center;
}

.ln-carousel-slide img {
  width: 100%;
  max-width: 100%;
  border-radius: 20px;
  box-shadow: 0 12px 32px rgba(73, 14, 69, 0.18);
}

.ln-carousel-arrow {
  border: none;
  background: rgba(73, 14, 69, 0.04);
  color: #490e45;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
}

.ln-carousel-arrow:hover {
  background: rgba(73, 14, 69, 0.12);
}

.ln-carousel-thumbs {
  margin-top: 12px;
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.ln-carousel-thumb {
  padding: 0;
  border: 1px solid transparent;
  border-radius: 12px;
  background: transparent;
  cursor: pointer;
}

.ln-carousel-thumb img {
  display: block;
  width: 96px;
  height: 60px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 6px 14px rgba(73, 14, 69, 0.16);
  opacity: 0.7;
}

.ln-carousel-thumb.is-active img {
  opacity: 1;
}

.ln-carousel-thumb.is-active {
  border-color: rgba(73, 14, 69, 0.4);
  background: rgba(73, 14, 69, 0.06);
}

.ln-section-header h2 {
  font-size: 22px;
  letter-spacing: -0.3px;
  margin-bottom: 4px;
}

.ln-section-header p {
  font-size: 13px;
  color: #5f5f68;
  max-width: 520px;
}

@media (min-width: 901px) {
  .ln-section-header p {
    max-width: none;
    white-space: nowrap;
  }
}

.ln-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.ln-feature-card {
  padding: 14px 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(73, 14, 69, 0.06);
  box-shadow: 0 10px 24px rgba(73, 14, 69, 0.07);
}

.ln-feature-card h3 {
  font-size: 15px;
  margin-bottom: 6px;
}

.ln-feature-card p {
  font-size: 13px;
  color: #5f5f68;
}

.ln-section-alt {
  background: linear-gradient(135deg, rgb(248, 245, 255), rgba(254, 254, 254, 0.96));
  border-radius: 24px;
  padding: 18px 16px 18px;
  border: 1px solid rgba(73, 14, 69, 0.06);
  box-shadow: 0 10px 28px rgba(73, 14, 69, 0.08);
}

.ln-section-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* How it works - Steps left, Preview right layout */
.ln-how-showcase {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  padding: 50px 20px;
}

.ln-how-steps-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.ln-how-step {
  position: relative;
  padding: 24px 28px;
  background: linear-gradient(135deg, #ffffff 0%, #faf8fc 100%);
  border-radius: 20px;
  border: 1px solid rgba(73, 14, 69, 0.1);
  box-shadow: 0 8px 24px rgba(73, 14, 69, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  max-width: 320px;
  width: 100%;
  text-align: center;
}

.ln-how-step:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(73, 14, 69, 0.15);
}

.ln-how-step-number {
  width: 44px;
  height: 44px;
  margin: 0 auto 14px;
  background: linear-gradient(135deg, #490e45 0%, #a75216 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(73, 14, 69, 0.3);
}

.ln-how-step h3 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #1d1d1f;
}

.ln-how-step p {
  font-size: 14px;
  color: #5f5f68;
  line-height: 1.5;
  margin: 0;
}

.ln-how-step a {
  color: #490e45;
  text-decoration: underline;
}

/* Arrow between steps */
.ln-how-arrow {
  padding: 12px 0;
  opacity: 0.6;
}

/* Preview card on right */
.ln-how-showcase .ln-how-preview-card {
  margin: 0;
}

/* Remove the preview tag */
.ln-how-preview-card::before {
  display: none;
}

/* Support / Pay-what-you-like section */

.ln-section-support {
  margin-top: 8px;
}

.ln-support-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.ln-support-card {
  padding: 14px 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(73, 14, 69, 0.06);
  box-shadow: 0 10px 24px rgba(73, 14, 69, 0.08);
}

.ln-support-card h3 {
  font-size: 15px;
  margin-bottom: 6px;
}

.ln-support-card p {
  font-size: 13px;
  color: #5f5f68;
  margin-bottom: 10px;
}

.ln-support-button form {
  margin: 0;
}

.ln-support-note {
  margin-top: 12px;
  font-size: 12px;
  color: #77757f;
}

/* Footer */

.ln-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 8px;
  border-top: 1px solid rgba(73, 14, 69, 0.06);
}

.ln-footer-brand {
  font-size: 12px;
  color: #6b1f67;
}

.ln-footer-brand a {
  color: #490e45;
  text-decoration: none;
  font-weight: 600;
}

.ln-footer-brand a:hover {
  color: #6b1f67;
}

.ln-footer-dot {
  margin: 0 4px;
}

.ln-footer-note {
  font-size: 11px;
  color: #8f8e95;
}

.ln-footer-right {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ln-footer-cta {
  font-size: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(73, 14, 69, 0.2);
  background: rgba(255, 255, 255, 0.96);
  text-decoration: none;
  color: #490e45;
}

.ln-footer-cta:hover {
  background: #490e45;
  color: #ffffff;
}

/* Responsive */

@media (max-width: 900px) {
  .ln-page {
    padding: 20px 16px 28px;
    gap: 24px;
  }

  .ln-header {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .ln-header-left {
    justify-content: center;
  }

  .ln-brand-copy {
    text-align: left;
    align-items: flex-start;
  }

  .ln-nav {
    gap: 12px;
    font-size: 12px;
    justify-content: center;
  }

  .ln-hero {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .ln-carousel {
    padding: 16px 20px;
  }

  .ln-hero-copy {
    text-align: center;
  }

  .ln-hero-copy h1 {
    font-size: 26px;
  }

  .ln-hero-copy p {
    font-size: 13px;
  }

  .ln-hero-meta {
    justify-content: center;
  }

  .ln-install-block {
    text-align: center;
  }

  .ln-section-header {
    text-align: center;
  }

  .ln-install-ctas {
    grid-template-columns: 1fr;
  }

  .ln-feature-grid,
  .ln-how-grid,
  .ln-support-grid {
    grid-template-columns: 1fr;
  }

  /* How it works showcase - mobile stack */
  .ln-how-showcase {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 40px 16px;
    min-height: auto;
  }

  .ln-how-step {
    max-width: 100%;
    width: 100%;
  }

  .ln-how-step-1 { order: 1; }
  .ln-how-step-2 { order: 2; }
  .ln-how-step-3 { order: 3; }

  .ln-how-showcase .ln-how-preview-card {
    order: 4;
    margin-top: 16px;
  }

  .ln-how-connector {
    display: none;
  }

  /* Video center aligned on mobile with proper spacing */
  .ln-hero-video {
    justify-content: center;
    padding-left: 0;
    margin: 24px 0;
  }

  .ln-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 600px) {
  body {
    background: #ffffff;
  }

  .ln-page {
    padding: 16px 14px 24px;
    gap: 20px;
  }

  .ln-logo-mark {
    width: 40px;
    height: 40px;
  }

  .ln-brand {
    font-size: 16px;
  }

  .ln-hero-copy h1 {
    font-size: 22px;
    line-height: 1.25;
  }

  .ln-hero-card-inner {
    max-width: 100%;
  }

  .ln-hero-preview {
    padding: 12px 12px 14px;
  }

  .ln-carousel {
    padding: 12px 12px 14px;
  }

  .ln-carousel-thumb img {
    width: 72px;
    height: 46px;
  }

  .ln-feature-card,
  .ln-how-step {
    padding: 12px 12px 14px;
  }

  .ln-footer-brand {
    font-size: 11px;
  }

  .ln-footer-note {
    font-size: 10px;
  }
}
