@import url("shell.css?v=20260713-a11y");

.ly-hero {
  padding: clamp(72px, 9vw, 120px) 0 64px;
}

.ly-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
  gap: clamp(32px, 5vw, 70px);
  align-items: center;
}

.ly-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.ly-feature-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 16px;
  background: rgba(200,164,93,.15);
  color: var(--ly-color-text);
  font-size: 22px;
}

.ly-preview-sheet {
  padding: clamp(28px, 4vw, 44px);
  background: #FFFFFF;
  border: 1px solid var(--ly-color-border);
  border-radius: 28px;
  box-shadow: var(--ly-shadow-lg);
}

.ly-preview-title {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 26px;
}

.ly-chord {
  color: var(--ly-color-primary-hover);
  font-weight: 900;
  letter-spacing: .02em;
}

.ly-lyric {
  color: var(--ly-color-body);
}

@media (max-width: 900px) {
  .ly-hero-grid {
    grid-template-columns: 1fr;
  }
}

.ly-demo-lines {
  display: grid;
  gap: 18px;
  margin-top: 18px;
}
.ly-demo-lines p {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  align-items: baseline;
}
.ly-workflow {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}
.ly-workflow span {
  padding: 12px 16px;
  border-radius: 999px;
  background: #FFFFFF;
  border: 1px solid var(--ly-color-border);
  font-weight: 850;
  box-shadow: var(--ly-shadow-sm);
}
.ly-checklist {
  display: grid;
  gap: 16px;
  font-size: 20px;
  font-weight: 800;
}
.ly-price {
  margin: 18px 0;
  font-size: 42px;
  font-weight: 900;
  color: var(--ly-color-text);
}
.ly-faq-list {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}
.ly-faq-list details {
  padding: 18px 20px;
  border: 1px solid var(--ly-color-border);
  border-radius: 16px;
  background: #FFFFFF;
}
.ly-faq-list summary {
  cursor: pointer;
  font-weight: 850;
  color: var(--ly-color-text);
}
.ly-faq-list p {
  margin-top: 12px;
  color: var(--ly-color-muted);
}
.ly-cta {
  text-align: center;
  display: grid;
  justify-items: center;
  gap: 26px;
}

.ly-account-plan-card {
  display: grid;
  gap: 16px;
}

.ly-account-summary-card,
.ly-account-manage-card {
  grid-column: 1 / -1;
}

.ly-account-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}

.ly-account-plan-grid div {
  min-width: 0;
  padding: 14px;
  border: 1px solid var(--ly-color-border);
  border-radius: 12px;
  background: rgba(255,255,255,.65);
}

.ly-account-plan-grid dt {
  margin: 0 0 6px;
  color: var(--ly-color-muted);
  font-size: 13px;
  font-weight: 800;
}

.ly-account-plan-grid dd {
  margin: 0;
  color: var(--ly-color-text);
  font-weight: 900;
  overflow-wrap: anywhere;
}

.ly-plan-action-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.ly-plan-action-tile {
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  gap: 10px;
  min-height: 190px;
  padding: 16px;
  border: 1px solid var(--ly-color-border);
  border-radius: 12px;
  background: rgba(255,255,255,.72);
}

.ly-plan-action-tile small {
  min-height: 34px;
  color: var(--ly-color-muted);
  font-weight: 800;
}

.ly-plan-action-tile .ly-btn {
  align-self: end;
  justify-content: center;
  width: 100%;
  min-height: 46px;
  text-align: center;
}

.ly-plan-action-tile .ly-btn[disabled] {
  cursor: default;
  opacity: .76;
}

.ly-plan-action-tile strong,
.ly-plan-action-tile span {
  overflow-wrap: anywhere;
}

.ly-plan-change-dialog {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(20, 23, 31, .52);
}

.ly-plan-change-dialog[hidden] {
  display: none;
}

.ly-plan-change-panel {
  position: relative;
  display: grid;
  gap: 16px;
  width: min(680px, 100%);
  max-height: min(860px, calc(100vh - 40px));
  overflow: auto;
  padding: 28px;
  border: 1px solid var(--ly-color-border);
  border-radius: 18px;
  background: var(--ly-color-surface);
  box-shadow: 0 24px 80px rgba(20, 23, 31, .22);
}

.ly-plan-change-panel h3 {
  margin: 0;
}

.ly-icon-button {
  position: absolute;
  top: 14px;
  right: 14px;
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--ly-color-border);
  border-radius: 999px;
  background: rgba(255,255,255,.82);
  color: var(--ly-color-text);
  font: inherit;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.ly-plan-change-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}

.ly-plan-change-summary div {
  min-width: 0;
  padding: 12px;
  border: 1px solid var(--ly-color-border);
  border-radius: 12px;
  background: rgba(255,255,255,.68);
}

.ly-plan-change-summary dt {
  margin: 0 0 6px;
  color: var(--ly-color-muted);
  font-size: 12px;
  font-weight: 800;
}

.ly-plan-change-summary dd {
  margin: 0;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.ly-plan-change-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: wrap;
}

@media (max-width: 780px) {
  .ly-account-plan-grid {
    grid-template-columns: 1fr;
  }

  .ly-plan-action-grid {
    grid-template-columns: 1fr;
  }

  .ly-plan-change-panel {
    padding: 22px 16px 16px;
  }

  .ly-plan-change-summary {
    grid-template-columns: 1fr;
  }

  .ly-plan-change-actions {
    display: grid;
  }

  .ly-plan-change-actions .ly-btn {
    width: 100%;
    justify-content: center;
  }
}

/* Phase 7 Modul 1 · Landingpage 1.0 */
.ly-hover-card {
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.ly-hover-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--ly-shadow-lg);
  border-color: rgba(200,164,93,.45);
}

.ly-equal-cards > .ly-card {
  min-height: 230px;
}

.ly-feature-grid > .ly-card {
  min-height: 250px;
}

.ly-demo-stage {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(420px, 1fr);
  gap: clamp(32px, 6vw, 80px);
  align-items: center;
}

.ly-animated-sheet {
  animation: lyFloat 6s ease-in-out infinite;
}

@keyframes lyFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.ly-project-panel {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 1fr);
  gap: 40px;
  align-items: center;
}

.ly-project-list {
  display: grid;
  gap: 14px;
}

.ly-project-list div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  border: 1px solid var(--ly-color-border);
  border-radius: 16px;
  background: #FFFFFF;
  box-shadow: var(--ly-shadow-sm);
}

.ly-project-list span {
  color: var(--ly-color-muted);
  font-weight: 700;
}

.ly-export-list {
  display: grid;
  gap: 14px;
  font-size: 20px;
  font-weight: 850;
}

.ly-export-list p {
  padding: 16px 18px;
  border-radius: 16px;
  background: rgba(200,164,93,.12);
}

@media (max-width: 920px) {
  .ly-demo-stage,
  .ly-project-panel {
    grid-template-columns: 1fr;
  }
}

/* Phase 7 Modul 2 · Basis-Nebenseiten */
.ly-page-placeholder {
  margin-top: 36px;
  max-width: 820px;
}
.ly-page-placeholder p {
  margin-top: 12px;
  color: var(--ly-color-muted);
}

/* Phase 9.1 · Preise-Seite */

.ly-pricing-card {
  display: grid;
  gap: 16px;
  align-content: start;
  min-height: 340px;
}

.ly-pricing-card .ly-btn {
  margin-top: auto;
}

.ly-pricing-highlight {
  border-color: rgba(200,164,93,.7);
  box-shadow: 0 24px 80px rgba(200,164,93,.16);
  transform: translateY(-8px);
}

.ly-table-wrap {
  margin-top: 32px;
  overflow-x: auto;
}

.ly-table td:not(:first-child),
.ly-table th:not(:first-child) {
  text-align: center;
}

@media (max-width: 992px) {
  .ly-pricing-highlight {
    transform: none;
  }
}

/* Phase 9.2 · FAQ-Seite */
.ly-faq-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 28px;
  margin-top: 44px;
  align-items: start;
}

.ly-faq-sidebar {
  position: sticky;
  top: 108px;
  display: grid;
  gap: 8px;
}

.ly-faq-sidebar a {
  padding: 11px 13px;
  border-radius: 12px;
  color: var(--ly-color-body);
  text-decoration: none;
  font-weight: 850;
}

.ly-faq-sidebar a:hover {
  background: rgba(200,164,93,.14);
  color: var(--ly-color-text);
}

.ly-faq-content {
  display: grid;
  gap: 22px;
}

.ly-faq-content details {
  margin-top: 14px;
  padding: 18px 20px;
  border: 1px solid var(--ly-color-border);
  border-radius: 16px;
  background: #FFFFFF;
}

.ly-faq-content summary {
  cursor: pointer;
  color: var(--ly-color-text);
  font-weight: 900;
}

.ly-faq-content p {
  margin-top: 12px;
  color: var(--ly-color-muted);
}

@media (max-width: 900px) {
  .ly-faq-layout {
    grid-template-columns: 1fr;
  }

  .ly-faq-sidebar {
    position: static;
  }
}

/* Phase 9.3 · Anleitung */
.ly-guide-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 44px;
}

.ly-guide-steps article {
  min-height: 260px;
}

.ly-guide-steps span {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 20px;
  border-radius: 14px;
  background: rgba(200,164,93,.16);
  color: #7A5B1E;
  font-weight: 900;
}

.ly-guide-steps p {
  margin-top: 14px;
  color: var(--ly-color-muted);
}

@media (max-width: 980px) {
  .ly-guide-steps {
    grid-template-columns: 1fr;
  }
}

/* Phase 9.4 · Über Lyruma */
.ly-about-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .65fr);
  gap: clamp(32px, 6vw, 72px);
  align-items: center;
}

.ly-about-hero .ly-card p {
  margin-top: 12px;
  color: var(--ly-color-muted);
}

.ly-timeline {
  display: grid;
  gap: 22px;
}

.ly-timeline article {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 18px 24px;
  align-items: start;
}

.ly-timeline span {
  grid-row: span 2;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: rgba(200,164,93,.16);
  color: #7A5B1E;
  font-weight: 900;
}

.ly-timeline p {
  color: var(--ly-color-muted);
}

@media (max-width: 900px) {
  .ly-about-hero,
  .ly-timeline article {
    grid-template-columns: 1fr;
  }
}

/* Phase 9.5 · Login */
.ly-auth-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 460px);
  gap: clamp(32px, 6vw, 76px);
  align-items: center;
}

.ly-auth-card {
  display: grid;
  gap: 18px;
}

.ly-auth-card h3 {
  margin-bottom: 8px;
}

@media (max-width: 900px) {
  .ly-auth-layout {
    grid-template-columns: 1fr;
  }
}

/* Phase 9.6 · Profil / Dashboard */
.ly-profile-layout {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 28px;
  margin-top: 44px;
  align-items: start;
}

.ly-profile-sidebar {
  position: sticky;
  top: 108px;
  display: grid;
  justify-items: start;
  gap: 12px;
}

.ly-avatar {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border-radius: 24px;
  background: linear-gradient(135deg, #F3D98B, var(--ly-color-primary));
  color: #15171B;
  font-size: 24px;
  font-weight: 950;
  box-shadow: 0 14px 32px rgba(200,164,93,.25);
}

.ly-profile-main {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.ly-profile-main article {
  display: grid;
  gap: 14px;
  align-content: start;
  min-height: 220px;
}

.ly-profile-main p {
  color: var(--ly-color-muted);
}

@media (max-width: 980px) {
  .ly-profile-layout,
  .ly-profile-main {
    grid-template-columns: 1fr;
  }

  .ly-profile-sidebar {
    position: static;
  }
}

/* Phase 9.7 · Bewertung */
.ly-rating-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 520px);
  gap: clamp(32px, 6vw, 76px);
  align-items: start;
}

.ly-rating-card {
  display: grid;
  gap: 18px;
}

@media (max-width: 900px) {
  .ly-rating-layout {
    grid-template-columns: 1fr;
  }
}

/* Phase 9.8 · Rechtliche Seiten */
.ly-legal-layout {
  max-width: 920px;
}

.ly-legal-card {
  margin-top: 38px;
  display: grid;
  gap: 16px;
}

.ly-legal-card p {
  color: var(--ly-color-muted);
}

/* Phase 9.9 · Kündigung & Widerruf */
.ly-legal-card .ly-btn + .ly-btn {
  margin-top: 12px;
}

/* Projekt R · Legal Framework */
.ly-legal-hero {
  padding-bottom: 34px;
}

.ly-legal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.ly-legal-meta span {
  display: inline-flex;
  padding: 8px 12px;
  border: 1px solid var(--ly-color-border);
  border-radius: 999px;
  background: #FFFFFF;
  color: var(--ly-color-muted);
  font-size: 13px;
  font-weight: 850;
}

.ly-legal-grid {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.ly-legal-toc {
  position: sticky;
  top: calc(var(--ly-header-height) + 24px);
  display: grid;
  gap: 12px;
  padding: 20px;
  border: 1px solid var(--ly-color-border);
  border-radius: var(--ly-radius-lg);
  background: #FFFFFF;
  box-shadow: var(--ly-shadow-sm);
}

.ly-legal-toc strong {
  color: var(--ly-color-text);
}

.ly-legal-toc ol {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 20px;
}

.ly-legal-toc a {
  color: var(--ly-color-body);
  text-decoration: none;
  font-weight: 750;
}

.ly-legal-toc a:hover {
  color: var(--ly-color-primary-hover);
}

.ly-legal-content {
  display: grid;
  gap: 18px;
}

.ly-legal-section {
  scroll-margin-top: calc(var(--ly-header-height) + 24px);
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--ly-color-border);
  border-radius: var(--ly-radius-xl);
  background: #FFFFFF;
  box-shadow: var(--ly-shadow-sm);
}

.ly-legal-section h2 {
  margin: 0 0 14px;
  color: var(--ly-color-text);
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.15;
}

.ly-legal-section p {
  color: var(--ly-color-body);
  line-height: 1.75;
}

.ly-legal-section ul {
  display: grid;
  gap: 8px;
  color: var(--ly-color-body);
  line-height: 1.65;
}

.ly-legal-version {
  padding: 18px 0;
  color: var(--ly-color-muted);
  font-size: 13px;
  font-weight: 800;
}

@media (max-width: 920px) {
  .ly-legal-grid {
    grid-template-columns: 1fr;
  }

  .ly-legal-toc {
    position: static;
  }
}

/* Projekt R · R6 Kündigungsformular */
.ly-legal-form {
  display: grid;
  gap: 16px;
  margin-top: 22px;
}

.ly-legal-form label {
  display: grid;
  gap: 7px;
  color: var(--ly-color-text);
  font-weight: 850;
}

.ly-legal-form input,
.ly-legal-form select,
.ly-legal-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--ly-color-border);
  border-radius: 14px;
  background: #FFFFFF;
  color: var(--ly-color-text);
  font: inherit;
}

.ly-legal-form textarea {
  resize: vertical;
}

.ly-form-optional {
  color: var(--ly-color-muted);
  font-size: 0.875rem;
  font-weight: 650;
}

.ly-legal-check {
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: start;
  font-weight: 650;
  line-height: 1.5;
}

.ly-legal-check input {
  width: 20px;
  height: 20px;
  margin: 2px 0 0;
}

.ly-legal-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.ly-legal-form-status {
  min-height: 1.5em;
  margin: 0;
  color: var(--ly-color-muted);
  font-weight: 750;
}

.ly-legal-form-status[data-state="success"] { color: #166534; }
.ly-legal-form-status[data-state="pending"] { color: #854d0e; }
.ly-legal-form-status[data-state="error"] { color: #b42318; }

.ly-legal-form button[aria-busy="true"] {
  cursor: wait;
  opacity: 0.75;
}

@media (max-width: 520px) {
  .ly-legal-form-actions .ly-btn,
  .ly-legal-form > [data-request-receipt] {
    width: 100%;
    justify-content: center;
  }
}

.ly-legal-overview{

display:grid;

grid-template-columns:
repeat(auto-fit,minmax(280px,1fr));

gap:24px;

}

.ly-legal-card{

display:block;

padding:28px;

border:1px solid var(--ly-color-border);

border-radius:20px;

background:#fff;

text-decoration:none;

transition:.2s;

color:inherit;

box-shadow:var(--ly-shadow-sm);

}

.ly-legal-card:hover{

transform:translateY(-4px);

box-shadow:var(--ly-shadow-lg);

}

.ly-legal-card h2{

margin-bottom:12px;

font-size:22px;

}

.ly-legal-card p{

line-height:1.6;

}


.ly-seo-fallback {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* Phase 11.2 Conversion CTA */
.ly-hero-conversion .ly-lead {
  max-width: 680px;
}

.ly-hero-trust {
  margin-top: 16px;
  color: var(--ly-color-muted);
  font-size: 0.95rem;
}

.ly-pulse-cta {
  box-shadow: 0 0 0 0 rgba(212, 175, 55, 0.45);
  animation: lyPulseCta 2.4s infinite;
}

@keyframes lyPulseCta {
  0% { box-shadow: 0 0 0 0 rgba(212, 175, 55, 0.45); }
  70% { box-shadow: 0 0 0 14px rgba(212, 175, 55, 0); }
  100% { box-shadow: 0 0 0 0 rgba(212, 175, 55, 0); }
}

.ly-mobile-sticky-cta {
  display: none;
}

@media (max-width: 760px) {
  body {
    padding-bottom: 76px;
  }

  .ly-mobile-sticky-cta {
    display: block;
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 14px;
    z-index: 9999;
    text-align: center;
    padding: 15px 18px;
    border-radius: 999px;
    font-weight: 800;
    text-decoration: none;
    color: #0b1220;
    background: linear-gradient(135deg, #f3d98b, #d4af37);
    box-shadow: 0 18px 40px rgba(0,0,0,0.35);
  }
}

/* Phase 12.1: Zielgruppen + Vertrauen */
.ly-trust {
  padding-top: 40px;
}

.ly-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.ly-trust-card {
  min-height: 210px;
}

.ly-trust-icon {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: rgba(243, 217, 139, 0.14);
  border: 1px solid rgba(243, 217, 139, 0.24);
  font-size: 24px;
  margin-bottom: 14px;
}

.ly-trust-strip {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.ly-trust-strip span {
  font-weight: 700;
  color: var(--ly-color-text);
}

@media (max-width: 980px) {
  .ly-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .ly-trust-grid {
    grid-template-columns: 1fr;
  }

  .ly-trust-card {
    min-height: auto;
  }
}

.ly-fast-entry {
  padding: 1rem;
  text-align: center;
}

.ly-fast-entry .ly-btn {
  margin-top: 1rem;
}

.ly-fallback-title {
  margin: 0 0 0.75rem;
  font-weight: 800;
  font-size: clamp(1.6rem, 4vw, 2.6rem);
  line-height: 1.1;
}

/* Phase 13.2/13.4: Hero Conversion Feinschliff */
.ly-hero-text {
  margin-top: 1.2rem;
  max-width: 640px;
  color: var(--ly-color-muted);
  line-height: 1.7;
}

.ly-trust-bar {
  max-width: 1120px;
  margin: 2rem auto 0;
  padding: 1rem 1.25rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  border: 1px solid rgba(243, 217, 139, 0.25);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--ly-color-text);
  font-weight: 700;
}

.ly-trust-bar span {
  white-space: nowrap;
}

@media (max-width: 720px) {
  body {
    padding-bottom: 5.5rem;
  }

  .ly-hero-actions {
    align-items: stretch;
  }

  .ly-hero-actions .ly-btn {
    width: 100%;
    justify-content: center;
  }

  .ly-trust-bar {
    margin-top: 1.5rem;
    border-radius: 1.25rem;
    align-items: flex-start;
  }

  .ly-trust-bar span {
    width: 100%;
    white-space: normal;
  }
}


/* Phase 16.8 – Professional Pricing Cards */

.ly-pricing-card,
.pricing-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 420px;
  padding: 32px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, .10);
  box-shadow: 0 18px 50px rgba(15, 23, 42, .08);
}

.ly-pricing-card.is-featured,
.pricing-card.is-featured,
.ly-pricing-card.featured,
.pricing-card.featured {
  border-color: #c8a45d;
  box-shadow: 0 22px 70px rgba(200, 164, 93, .18);
}

.ly-pricing-card .ly-btn,
.pricing-card .ly-btn,
.ly-pricing-card a[class*="btn"],
.pricing-card a[class*="btn"] {
  width: 100%;
  margin-top: auto;
  justify-content: center;
  text-align: center;
}



@media (max-width: 680px) {

  .ly-pricing-card,
  .pricing-card {
    min-height: auto;
  }
}

/* Phase 16.8 – Professional Pricing Component */
.ly-pricing-section {
  padding: clamp(72px, 8vw, 120px) 0;
}

.ly-pricing-section .ly-section-lead {
  max-width: 760px;
  margin-bottom: 42px;
}





.ly-price {
  margin-bottom: 24px;
  font-size: clamp(2.4rem, 4vw, 3.35rem);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -.04em;
}



.ly-price-badge {
  display: inline-flex;
  margin-bottom: 20px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(200, 164, 93, .16);
  color: #8a641f;
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.ly-price-btn {
  width: 100%;
  justify-content: center;
  text-align: center;
}





/* Phase 17.0 Pricing */
.ly-pricing-section {
  padding: clamp(80px, 9vw, 130px) 0;
  background: #f8fafc;
}

.ly-pricing-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 44px;
}

.ly-billing-toggle {
  display: inline-flex;
  padding: 6px;
  border-radius: 999px;
  background: #e9edf4;
  border: 1px solid #d8dee8;
  white-space: nowrap;
}

.ly-billing-toggle button {
  border: 0;
  cursor: pointer;
  padding: 12px 18px;
  border-radius: 999px;
  background: transparent;
  font-weight: 800;
  color: #536174;
}

.ly-billing-toggle button.is-active {
  background: #0b1220;
  color: #fff;
  box-shadow: 0 10px 28px rgba(15,23,42,.18);
}

.ly-billing-toggle span {
  margin-left: 6px;
  color: #c8a45d;
}





.ly-price-row {
  margin-bottom: 24px;
}

.ly-price-row strong {
  display: block;
  font-size: clamp(42px, 4vw, 58px);
  line-height: 1;
  letter-spacing: -0.05em;
}

.ly-price-row span {
  display: block;
  margin-top: 8px;
  color: #64748b;
  font-weight: 700;
}




.ly-price-btn {
  width: 100%;
  justify-content: center;
  margin-top: auto;
}


.ly-price-badge {
  width: fit-content;
  margin-bottom: 18px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #f5ead2;
  color: #8a651d;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}



@media (max-width: 720px) {
  .ly-pricing-head {
    display: block;
  }

  .ly-billing-toggle {
    width: 100%;
    margin-top: 24px;
  }

  .ly-billing-toggle button {
    flex: 1;
  }
}

/* Phase 16.10 Pricing Cards */
.ly-pricing-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-end;
  margin-bottom: 36px;
}

.ly-billing-toggle {
  display: inline-flex;
  padding: 6px;
  border-radius: 999px;
  background: #eef1f6;
  border: 1px solid rgba(15,23,42,.10);
}

.ly-billing-toggle button {
  border: 0;
  padding: 11px 18px;
  border-radius: 999px;
  background: transparent;
  font-weight: 800;
  cursor: pointer;
  color: #64748b;
}

.ly-billing-toggle button.is-active {
  background: #111827;
  color: #fff;
}


.ly-plan {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 14px;
}

.ly-plan-name-card,
.ly-plan-info-card,
.ly-plan-action-card {
  background: #fff;
  border: 1px solid rgba(15,23,42,.10);
  border-radius: 22px;
  box-shadow: 0 18px 50px rgba(15,23,42,.07);
}

.ly-plan-name-card {
  min-height: 94px;
  padding: 24px;
}

.ly-plan-name-card h3 {
  margin: 0;
  font-size: 28px;
}

.ly-plan-info-card {
  padding: 28px 24px;
}

.ly-plan-action-card {
  padding: 22px;
  text-align: center;
}

.ly-plan-action-card small {
  display: block;
  margin-top: 14px;
  color: #64748b;
  line-height: 1.35;
}

.ly-plan-for {
  font-weight: 800;
  color: #1f2937;
}

.ly-plan-desc {
  color: #475569;
  line-height: 1.65;
}

.ly-plan-featured .ly-plan-name-card,
.ly-plan-featured .ly-plan-info-card,
.ly-plan-featured .ly-plan-action-card {
  border-color: rgba(200,164,93,.55);
}

.ly-price-badge {
  display: inline-block;
  margin-bottom: 14px;
  padding: 7px 13px;
  border-radius: 999px;
  background: rgba(200,164,93,.15);
  color: #8a641f;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.ly-price {
  font-size: clamp(40px, 4vw, 56px);
  font-weight: 950;
  letter-spacing: -.04em;
  color: #111827;
}

.ly-price-btn {
  width: 100%;
  justify-content: center;
}

@media (max-width: 900px) {
  .ly-pricing-head {
    display: block;
  }

  .ly-billing-toggle {
    margin-top: 22px;
    width: 100%;
  }

  .ly-billing-toggle button {
    flex: 1;
  }

  .ly-plan-name-card,
  .ly-plan-info-card,
  .ly-plan-action-card {
    border-radius: 18px;
  }
}

/* Shared shell footer fallback for pages that load website.css without a complete shell.css cascade */
.ly-shell-footer {
  padding: clamp(48px, 6vw, 72px) 0 28px;
  background: #0b1220;
  color: rgba(255, 255, 255, .78);
}

.ly-shell-footer a {
  color: rgba(255, 255, 255, .78);
  text-decoration: none;
}

.ly-shell-footer a:hover,
.ly-shell-footer a:focus {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.ly-shell-footer .ly-footer-title {
  color: #ffffff;
  font-weight: 900;
}

.ly-shell-footer .ly-footer-grid {
  display: grid;
  grid-template-columns: minmax(220px, 1.3fr) repeat(3, minmax(150px, .7fr));
  gap: 28px;
}

.ly-shell-footer .ly-footer-list {
  display: grid;
  gap: 10px;
}

.ly-shell-footer .ly-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 42px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .56);
  font-size: 14px;
}

@media (max-width: 820px) {
  .ly-shell-footer .ly-footer-grid {
    grid-template-columns: 1fr;
  }

  .ly-shell-footer .ly-footer-bottom {
    flex-direction: column;
  }
}
