/* ===================================================== */
/* ================= LANDING FOUNDATION ================ */
/* ===================================================== */

.landing-body {
  background: #ffffff;
  font-family: 'Hanken Grotesk', sans-serif;
  -webkit-font-smoothing: antialiased;
}

.landing-page {
   display: flex;
    flex-direction: column;
    gap: 1.5rem;
    }

/* ===================================================== */
/* ================= LANDING HEADER ==================== */
/* ===================================================== */

.landing-header {
  position: sticky;
  top: 0;
  z-index: 1200;
  background: rgba(247, 245, 239, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(17, 128, 144, 0.08);
}

.landing-header-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0.9rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.landing-brand {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.landing-header-nav {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.landing-header-nav a {
  text-decoration: none;
  color: #374151;
  font-weight: 600;
  font-size: 0.95rem;
}

.landing-header-nav a:hover {
  color: #118090;
}

.landing-header-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}

.landing-login-link {
  color: #374151;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.landing-login-link:hover {
  color: #118090;
}

.landing-header-btn {
  min-height: 42px;
}

.landing-logout-form {
  margin: 0;
}

.landing-logout-btn {
  font-family: inherit;
}

.landing-menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid #d8e9eb;
  background: #ffffff;
  border-radius: 12px;
  color: #374151;
  cursor: pointer;
  font-size: 1rem;
}

.landing-mobile-menu {
  display: none;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 1rem 1rem;
  flex-direction: column;
  gap: 0.3rem;
}

.landing-mobile-menu a,
.landing-mobile-menu button {
  display: block;
  width: 100%;
  text-align: left;
  text-decoration: none;
  color: #374151;
  background: #ffffff;
  border: 1px solid #e5ecee;
  border-radius: 14px;
  padding: 0.9rem 1rem;
  font-weight: 600;
  font-size: 0.95rem;
  font-family: inherit;
}

.landing-mobile-menu form {
  margin: 0;
}

.landing-mobile-menu.open {
  display: flex;
}

/* ===================================================== */
/* ================= HERO ============================== */
/* ===================================================== */

.landing-hero-shell {
  padding-top: 1rem;
}

.landing-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2.5rem;
  align-items: center;
}

.landing-hero-copy {
  max-width: 580px;
}

.landing-kicker,
.landing-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0.4rem 0.8rem;
  border-radius: 7px;
  background: #e6f1f0;
  color: #0c5256;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.landing-section-kicker {
  margin-bottom: 0.9rem;
}

.landing-hero-title {
  margin: 1rem 0 1rem;
  color: #17212b;
  font-size: 3.35rem;
  line-height: 1.03;
  text-align: left;
  letter-spacing: -0.03em;
}

.landing-hero-lead {
  margin: 0 0 1.5rem;
  color: #5b6570;
  font-size: 1.08rem;
  line-height: 1.75;
  max-width: 540px;
}

.landing-hero-actions {
  display: flex;
  gap: 0.85rem;
  flex-wrap: wrap;
}

.landing-hero-trial-note {
  margin-top: 0.65rem;
  font-size: 0.82rem;
  color: var(--color-text-muted);
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.landing-btn-primary,
.landing-btn-secondary {
  min-height: 48px;
}

.landing-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.4rem;
}

.landing-proof-item {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.75rem 0.95rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid #e3ecee;
  border-radius: 999px;
  color: #46515c;
  font-size: 0.93rem;
  font-weight: 600;
}

.landing-proof-item i {
  color: #118090;
}

.landing-hero-media {
  display: flex;
  justify-content: center;
}

.landing-hero-visual {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 100%;
}

.landing-product-card1 {
  width: 100%;
  max-width: 900px;
  overflow: hidden;
}

.landing-product-card1 img {
  width: 100%;
  height: auto;
  display: block;
}

.landing-hero-ui-preview {
  background: #ffffff;
  border: 1px solid #e3ecee;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 32px rgba(15, 23, 42, 0.10);
  max-width: 72%;
  margin-left: auto;
}

.landing-hero-ui-label {
  padding: 0.55rem 0.85rem;
  background: #f8fbfc;
  border-bottom: 1px solid #e3ecee;
  font-size: 0.76rem;
  font-weight: 600;
  color: #5b6570;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.landing-hero-ui-label i {
  color: #118090;
  font-size: 0.75rem;
}

.landing-hero-ui-preview img {
  display: block;
  width: 100%;
  height: auto;
}



.landing-product-card {
  width: 100%;
  max-width: 560px;
  background: #ffffff;
  border: 1px solid #e3ecee;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

.landing-product-card img {
  display: block;
  width: 100%;
  height: auto;
}

/* ===================================================== */
/* ================= SECTIONS ========================== */
/* ===================================================== */

.landing-section {
  padding: 1rem 0;
}

.landing-section-soft {
  background: linear-gradient(180deg, rgba(255,255,255,0.75) 0%, rgba(248,251,252,0.95) 100%);
  border: 1px solid #e5ecee;
  border-radius: 32px;
  padding: 2rem 1.5rem;
}

.landing-section-intro {
  max-width: 760px;
  margin: 0 auto 2rem;
  text-align: center;
}

.landing-section-intro h2 {
  margin: 0 0 0.8rem;
  color: #17212b;
  font-size: 2.35rem;
  line-height: 1.12;
  text-align: center;
  letter-spacing: -0.02em;
}

.landing-section-intro p {
  margin: 0;
  color: #5b6570;
  line-height: 1.7;
  font-size: 1rem;
}

/* ===================================================== */
/* ================= FEATURE GRID ====================== */
/* ===================================================== */

.landing-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.landing-feature-card {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid #e5ecee;
  border-radius: 24px;
  padding: 1.5rem;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.03);
}

.landing-feature-icon {
  width: 50px;
  height: 50px;
  border-radius: 16px;
  background: #e7f6f8;
  color: #118090;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  margin-bottom: 1rem;
}

.landing-feature-card h3 {
  margin: 0 0 0.65rem;
  color: #17212b;
  font-size: 1.08rem;
}

.landing-feature-card p {
  margin: 0;
  color: #5b6570;
  line-height: 1.65;
  font-size: 0.96rem;
}

/* ===================================================== */
/* ================= PRODUCT SPLIT ===================== */
/* ===================================================== */

.landing-product-split {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 2rem;
  align-items: center;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid #e5ecee;
  border-radius: 32px;
  padding: 2rem;
}

.landing-product-copy h2 {
  margin: 0 0 0.85rem;
  color: #17212b;
  font-size: 2rem;
  line-height: 1.14;
  text-align: left;
}

.landing-product-copy p {
  margin: 0 0 1rem;
  color: #5b6570;
  line-height: 1.72;
}

.landing-checklist {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.landing-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  color: #36414c;
  font-weight: 600;
}

.landing-checklist i {
  color: #118090;
  margin-top: 0.15rem;
}

.landing-inline-actions {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.landing-product-preview {
  background: #ffffff;
  border: 1px solid #e3ecee;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.07);
}

.landing-product-preview img {
  display: block;
  width: 100%;
  height: auto;
}

/* ===================================================== */
/* ================= STEPS ============================= */
/* ===================================================== */

.landing-steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.landing-step-card {
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid #e5ecee;
  border-radius: 24px;
  padding: 1.35rem;
}

.landing-step-number {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #118090;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-bottom: 0.85rem;
}

.landing-step-card h3 {
  margin: 0 0 0.55rem;
  color: #17212b;
  font-size: 1rem;
}

.landing-step-card p {
  margin: 0;
  color: #5b6570;
  line-height: 1.62;
  font-size: 0.95rem;
}

/* ===================================================== */
/* ================= FUNCTION GRID ===================== */
/* ===================================================== */

.landing-function-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.landing-function-card {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid #e5ecee;
  border-radius: 24px;
  padding: 1.4rem;
}

.landing-function-card h3 {
  margin: 0 0 0.6rem;
  color: #17212b;
  font-size: 1.02rem;
}

.landing-function-card p {
  margin: 0;
  color: #5b6570;
  line-height: 1.62;
  font-size: 0.95rem;
}

/* ===================================================== */
/* ================= ABOUT ============================= */
/* ===================================================== */

.landing-about-box {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid #e5ecee;
  border-radius: 32px;
  padding: 2rem;
}

.landing-about-box h2 {
  margin: 0 0 1rem;
  color: #17212b;
  font-size: 2rem;
  line-height: 1.14;
  text-align: left;
}

.landing-about-text {
  max-width: 900px;
}

.landing-about-text p {
  margin: 0 0 1rem;
  color: #5b6570;
  line-height: 1.78;
}

.landing-about-text p:last-child {
  margin-bottom: 0;
}

/* ===================================================== */
/* ================= CTA =============================== */
/* ===================================================== */

.landing-cta-box {
  background: linear-gradient(135deg, #118090, #0d6c77);
  border-radius: 32px;
  padding: 2.4rem 1.5rem;
  text-align: center;
  box-shadow: 0 20px 50px rgba(17, 128, 144, 0.16);
}

.landing-section-kicker-light {
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

.landing-cta-box h2 {
  margin: 0 0 0.9rem;
  color: #ffffff;
  text-align: center;
  font-size: 2.1rem;
  line-height: 1.12;
}

.landing-cta-box p {
  max-width: 760px;
  margin: 0 auto 1.4rem;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.72;
}

.landing-cta-actions {
  display: flex;
  justify-content: center;
  gap: 0.85rem;
  flex-wrap: wrap;
}

.landing-cta-primary {
  background: #ffffff;
  color: #118090;
  border-color: #ffffff;
}

.landing-cta-primary:hover {
  background: #f4f8f9;
  color: #0d6c77;
}

.landing-cta-secondary {
  border-color: rgba(255, 255, 255, 0.75);
  color: #ffffff;
  background: transparent;
}

.landing-cta-secondary:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

/* ===================================================== */
/* ================= RESPONSIVE ======================== */
/* ===================================================== */

/* ===================================================== */
/* ================= TRUST LINE (HERO) ================= */
/* ===================================================== */


/* ===================================================== */
/* ================= FUNCTION CARD LINK ================ */
/* ===================================================== */

a.landing-function-card-link {
  display: block;
  text-decoration: none;
  transition: box-shadow 0.18s, transform 0.18s, border-color 0.18s;
}

a.landing-function-card-link:hover {
  box-shadow: 0 12px 36px rgba(17, 128, 144, 0.10);
  border-color: #b2d8dc;
  transform: translateY(-2px);
}

.landing-function-card .landing-feature-icon {
  margin-bottom: 0.85rem;
}

/* ===================================================== */
/* ================= PRICING ========================== */
/* ===================================================== */

.landing-pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  max-width: 860px;
  margin: 0 auto 1.5rem;
}

.landing-pricing-card {
  position: relative;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid #e5ecee;
  border-radius: 28px;
  padding: 2rem 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.landing-pricing-card-pro {
  border-color: #118090;
  box-shadow: 0 16px 48px rgba(17, 128, 144, 0.12);
  background: #ffffff;
}

.landing-pricing-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #118090;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.3rem 0.9rem;
  border-radius: 999px;
}

.landing-pricing-header h3 {
  margin: 0 0 0.2rem;
  font-size: 1.25rem;
  color: #17212b;
}

.landing-pricing-sub {
  margin: 0;
  font-size: 0.9rem;
  color: #6b7a85;
}

.landing-pricing-price {
  display: flex;
  align-items: baseline;
  gap: 0.35rem;
}

.landing-price-amount {
  font-size: 2rem;
  font-weight: 800;
  color: #17212b;
  letter-spacing: -0.02em;
}

.landing-price-period {
  font-size: 0.9rem;
  color: #6b7a85;
}

.landing-pricing-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.landing-pricing-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.93rem;
  color: #36414c;
}

.landing-pricing-list li i.fa-check {
  color: #118090;
  margin-top: 0.1rem;
  flex-shrink: 0;
}

.landing-pricing-list li i.fa-xmark {
  color: #b0bec5;
  margin-top: 0.1rem;
  flex-shrink: 0;
}

.landing-pricing-muted {
  color: #9eacb4 !important;
}

.landing-pricing-trust {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  font-size: 0.87rem;
  color: #6b7a85;
  margin-top: 0.5rem;
}

.landing-pricing-trust i {
  color: #118090;
  margin-right: 0.35rem;
}

/* ===================================================== */
/* ================= CTA TRUST LINE =================== */
/* ===================================================== */

.landing-cta-trust-line {
  margin: 0.9rem 0 0;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.72);
  text-align: center;
}

/* ===================================================== */
/* ================= RESPONSIVE (ADDITIONS) =========== */
/* ===================================================== */

@media (max-width: 1100px) {
  .landing-feature-grid,
  .landing-function-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .landing-steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .landing-pricing-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
  }

  .landing-pricing-trust {
    gap: 1rem;
    flex-direction: column;
    align-items: center;
  }

  .landing-header-nav,
  .landing-login-link,
  .landing-header-btn,
  .landing-logout-form {
    display: none;
  }

  .landing-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .landing-hero-grid,
  .landing-product-split {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .landing-hero-ui-preview {
    display: none;
  }

  .landing-hero-copy,
  .landing-section-intro,
  .landing-about-text {
    max-width: 100%;
  }

  .landing-hero-title,
  .landing-product-copy h2,
  .landing-about-box h2 {
    text-align: center;
  }

  .landing-hero-lead,
  .landing-product-copy p,
  .landing-section-intro p,
  .landing-about-text p {
    text-align: center;
  }

  .landing-hero-actions,
  .landing-inline-actions,
  .landing-proof-row,
  .landing-cta-actions {
    justify-content: center;
  }

  .landing-feature-grid,
  .landing-function-grid,
  .landing-steps-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .landing-page {
    padding: 1rem 0.9rem 2.5rem;
    gap: 2rem;
  }

  .landing-header-inner {
    padding: 0.8rem 0.9rem;
  }

  .landing-hero-shell {
    padding-top: 0.25rem;
  }

  .landing-hero-title {
    font-size: 2.35rem;
    line-height: 1.05;
    margin-top: 0.9rem;
  }

  .landing-hero-lead {
    font-size: 1rem;
    line-height: 1.65;
  }

  .landing-hero-actions,
  .landing-inline-actions,
  .landing-cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .landing-hero-actions .btn,
  .landing-inline-actions .btn,
  .landing-cta-actions .btn {
    width: 100%;
  }

  .landing-proof-row {
    flex-direction: column;
    gap: 0.7rem;
  }

  .landing-proof-item {
    width: 100%;
    justify-content: center;
    border-radius: 16px;
  }

  .landing-section-intro h2,
  .landing-cta-box h2,
  .landing-about-box h2,
  .landing-product-copy h2 {
    font-size: 1.7rem;
  }

  .landing-section-soft,
  .landing-product-split,
  .landing-about-box,
  .landing-cta-box {
    padding: 1.3rem;
    border-radius: 24px;
  }

  .landing-feature-card,
  .landing-function-card,
  .landing-step-card {
    padding: 1.15rem;
    border-radius: 20px;
  }

  .landing-product-card,
  .landing-product-preview {
    border-radius: 22px;
  }
}
/* === DEMO SECTION === */
.landing-demo-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
  max-width: 1000px;
  margin: 0 auto;
}

.landing-demo-benefits h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-text);
  margin-bottom: 1.25rem;
}

.landing-demo-quote {
  margin-top: 2rem;
  padding: 1.25rem 1.5rem;
  background: var(--color-surface-2, #f8fafc);
  border-left: 4px solid var(--color-primary);
  border-radius: 10px;
}

.landing-demo-quote p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--color-text-muted);
  font-style: italic;
  margin: 0 0 0.5rem;
}

.landing-demo-quote span {
  font-size: 0.82rem;
  color: var(--color-text-muted);
}

.landing-demo-form-wrap {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 4px 24px rgba(0,0,0,0.06);
}

.landing-demo-form .form-group {
  margin-bottom: 1.1rem;
}

.landing-demo-form label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--color-text);
  margin-bottom: 0.35rem;
}

.landing-demo-form input,
.landing-demo-form textarea {
  width: 100%;
  padding: 0.65rem 0.9rem;
  border: 1px solid var(--color-border);
  border-radius: 10px;
  background: var(--color-bg);
  color: var(--color-text);
  font-size: 0.95rem;
  font-family: inherit;
  box-sizing: border-box;
  transition: border-color 0.15s;
}

.landing-demo-form input:focus,
.landing-demo-form textarea:focus {
  outline: none;
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(17,128,144,0.12);
}

.landing-demo-form textarea {
  resize: vertical;
}

.landing-demo-trust {
  text-align: center;
  font-size: 0.8rem;
  color: var(--color-text-muted);
  margin-top: 0.75rem;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .landing-demo-wrap {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

/* ===================================================== */
/* ====== DESIGN HANDOFF OVERRIDES ==================== */
/* ===================================================== */

/* Typography */
.landing-hero-title { font-weight: 800; color: #11302f; letter-spacing: -0.04em; }
.landing-hero-lead { color: #506b69; }
.landing-section-intro h2 { font-weight: 800; color: #11302f; letter-spacing: -0.03em; }
.landing-feature-card h3,
.landing-function-card h3,
.landing-step-card h3 { font-weight: 800; color: #11302f; }

/* Sections */
.landing-section-soft {
  background: #f5f8f7;
  border: none;
  border-top: 1px solid #e6ecea;
  border-bottom: 1px solid #e6ecea;
  border-radius: 0;
  padding: 3rem 1rem;
}
.landing-product-split {
  background: #ffffff;
  border: 1px solid #e3eae8;
  border-radius: 14px;
}

/* Cards */
.landing-feature-card,
.landing-function-card,
.landing-step-card {
  background: #ffffff;
  border: 1px solid #e3eae8;
  border-radius: 14px;
}
.landing-feature-icon {
  background: #e6f1f0;
  color: #0e6e72;
  border-radius: 11px;
}

/* Buttons (landing scope) */
.landing-page .btn-primary {
  background: #0e6e72;
  border-color: #0e6e72;
}
.landing-page .btn-primary:hover {
  background: #0a5559;
  border-color: #0a5559;
}

/* CTA box – light background */
.landing-cta-box {
  background: #f5f8f7;
  border: 1px solid #e3eae8;
  border-radius: 16px;
  box-shadow: none;
}
.landing-cta-box h2 { color: #11302f; }
.landing-cta-box p { color: #506b69; }
.landing-section-kicker-light {
  background: #e6f1f0;
  color: #0c5256;
}
.landing-cta-primary {
  background: #0e6e72;
  color: #ffffff;
  border-color: #0e6e72;
}
.landing-cta-primary:hover {
  background: #0a5559;
  color: #ffffff;
  border-color: #0a5559;
}
.landing-cta-secondary {
  background: #ffffff;
  color: #11302f;
  border-color: #d3ddda;
}
.landing-cta-secondary:hover {
  border-color: #0e6e72;
  color: #0e6e72;
  background: #ffffff;
}
.landing-cta-trust-line { color: #7f9693; }

/* ===================================================== */
/* ====== COMPLIANCE ROW =============================== */
/* ===================================================== */

.landing-compliance-row {
  background: #f5f8f7;
  border-top: 1px solid #e6ecea;
  border-bottom: 1px solid #e6ecea;
  padding: 1.1rem 1rem;
}
.landing-compliance-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  flex-wrap: wrap;
}
.landing-compliance-tag {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #7f9693;
  flex-shrink: 0;
}
.landing-compliance-items {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  flex-wrap: wrap;
}
.landing-compliance-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13.5px;
  font-weight: 700;
  color: #2c4a48;
}
.landing-compliance-item svg { color: #0e6e72; flex-shrink: 0; }

/* ===================================================== */
/* ====== PRODUCT UI MOCKS ============================= */
/* ===================================================== */

/* ===================================================== */
/* ====== DEMO VIDEO ================================== */
/* ===================================================== */

.lp-video-section {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 1rem;
  text-align: center;
}

.lp-video-heading {
  font-size: 1.6rem;
  font-weight: 800;
  color: #1a2830;
  margin: 0 0 1.5rem;
  letter-spacing: -0.02em;
}

.lp-video-wrap {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #d0e5e9;
  box-shadow: 0 8px 32px rgba(17, 128, 144, 0.14);
}

.lp-video {
  display: block;
  width: 100%;
  background: #0e1c26;
}

/* ===================================================== */
/* ====== PRODUCT UI MOCKS ============================= */
/* ===================================================== */

.lp-demo-img {
  display: block;
  width: 100%;
  border-radius: 12px;
  border: 1px solid #d0e5e9;
  box-shadow: 0 8px 28px rgba(17, 128, 144, 0.13);
  cursor: zoom-in;
}

.lp-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9000;
  background: rgba(10, 20, 25, 0.82);
  backdrop-filter: blur(6px);
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.lp-lightbox.open {
  display: flex;
}

.lp-lightbox img {
  max-width: min(1200px, 100%);
  max-height: 90vh;
  border-radius: 10px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.5);
  object-fit: contain;
  cursor: zoom-out;
}

/* App-ramme som simulerer dashboard-kontekst */
.lp-app-frame {
  background: #e5f9fb;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #d0e5e9;
  box-shadow: 0 8px 28px rgba(17, 128, 144, 0.13);
  width: 100%;
}

.lp-app-nav {
  background: #118090;
  padding: 9px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.lp-app-nav-brand {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #ffffff;
  font-size: 11.5px;
  font-weight: 700;
}

.lp-app-nav-dot {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.lp-app-nav-links {
  display: flex;
  gap: 14px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
  font-weight: 600;
}

.lp-app-nav-links span.lp-nav-active {
  color: #ffffff;
}

.lp-app-nav-avatar {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  border: 1.5px solid rgba(255, 255, 255, 0.28);
  flex-shrink: 0;
}

.lp-app-body {
  padding: 12px;
}

/* Mock-kortene */
.lp-mock {
  background: #ffffff;
  border: 1px solid #d0e5e9;
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
}
.lp-mock-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  border-bottom: 1px solid #d0e5e9;
}
.lp-mock-top-left { display: flex; align-items: center; gap: 10px; }
.lp-mock-label-sm {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #6b7f88;
}
.lp-mock-week { font-size: 14px; font-weight: 800; color: #1a2830; }
.lp-mock-count-badge {
  font-size: 12.5px;
  font-weight: 700;
  color: #0c5256;
  background: #e5f9fb;
  padding: 3px 9px;
  border-radius: 6px;
}
.lp-mock-thead {
  display: grid;
  grid-template-columns: 1.5fr 1.4fr 1fr 1fr;
  padding: 9px 18px;
  border-bottom: 1px solid #d0e5e9;
  background: #e5f9fb;
}
.lp-mock-thead span {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #6b7f88;
}
.lp-mock-right { text-align: right; }
.lp-mock-row {
  display: grid;
  grid-template-columns: 1.5fr 1.4fr 1fr 1fr;
  padding: 12px 18px;
  border-bottom: 1px solid #e8f2f4;
  align-items: center;
}
.lp-mock-name { font-size: 13.5px; font-weight: 700; color: #1a2830; }
.lp-mock-school { font-size: 13px; color: #4d6a74; }
.lp-allergy-warn { font-size: 12.5px; font-weight: 600; color: #854d0e; }
.lp-allergy-none { font-size: 12.5px; font-weight: 600; color: #6b7f88; }
.lp-status-ok {
  display: inline-block;
  font-size: 11.5px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 6px;
  background: #e7f6ee;
  color: #166534;
  text-align: right;
  float: right;
}
.lp-status-pending {
  display: inline-block;
  font-size: 11.5px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 6px;
  background: #fef9ee;
  color: #854d0e;
  text-align: right;
  float: right;
}
.lp-mock-add {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 11px 18px;
  font-size: 13px;
  font-weight: 700;
  color: #118090;
}

/* Cabin mock */
.lp-mock-cabins { padding: 14px 16px; display: flex; flex-direction: column; gap: 9px; }
.lp-mock-cabin {
  border: 1px solid #d0e5e9;
  border-radius: 10px;
  padding: 11px 13px;
  display: flex;
  align-items: center;
  gap: 11px;
}
.lp-mock-cabin-icon {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: #e5f9fb;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #118090;
  flex-shrink: 0;
}
.lp-mock-cabin-info { flex: 1; min-width: 0; }
.lp-mock-cabin-name { font-size: 14px; font-weight: 800; color: #1a2830; }
.lp-mock-cabin-group { font-size: 12px; color: #6b7f88; font-weight: 600; margin-top: 1px; }
.lp-mock-cabin-right { display: flex; align-items: center; gap: 9px; flex-shrink: 0; }
.lp-mock-bar { width: 90px; height: 6px; border-radius: 4px; background: #d0e5e9; overflow: hidden; }
.lp-mock-bar-fill { height: 100%; border-radius: 4px; background: #118090; }
.lp-mock-bar-amber { background: #854d0e; }
.lp-mock-cabin-count { font-size: 12.5px; font-weight: 700; color: #1a2830; width: 30px; text-align: right; }

@media (max-width: 900px) {
  .landing-section-soft { border-radius: 0; margin: 0; }
  .lp-mock-bar { width: 60px; }
}
@media (max-width: 640px) {
  .landing-compliance-inner { flex-direction: column; align-items: flex-start; gap: 0.75rem; }
  .landing-compliance-items { gap: 1rem; }
  .lp-mock-thead, .lp-mock-row { grid-template-columns: 1.2fr 0fr 1fr 1fr; }
  .lp-mock-school { display: none; }
}

/* ===================================================== */
/* ====== FAQ ========================================== */
/* ===================================================== */

.landing-faq-list {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.landing-faq-item {
  border-bottom: 1px solid #e6ecea;
}
.landing-faq-item:first-child {
  border-top: 1px solid #e6ecea;
}

.landing-faq-item summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 0;
  font-size: 15.5px;
  font-weight: 700;
  color: #11302f;
  cursor: pointer;
  user-select: none;
}
.landing-faq-item summary::-webkit-details-marker { display: none; }

.landing-faq-chevron {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f1f5f4;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0e6e72;
  transition: transform 0.2s ease, background 0.15s ease;
}
.landing-faq-item[open] .landing-faq-chevron {
  transform: rotate(180deg);
  background: #e6f1f0;
}

.landing-faq-body {
  padding: 0 0 1.25rem;
  font-size: 15px;
  color: #506b69;
  line-height: 1.7;
}
.landing-faq-body a {
  color: #0e6e72;
  font-weight: 600;
  text-decoration: none;
}
.landing-faq-body a:hover { text-decoration: underline; }

/* ===================================================== */
/* ====== FOTO-HERO ==================================== */
/* Fullbredde foto med grønt overlay. Erstatter den gamle */
/* todelte .landing-hero-grid på forsiden.               */
/* Bytt bildet i --hero-photo. Unngå gjenkjennbare barn  */
/* (GDPR) – bruk landskap, hytter eller aktivitet på      */
/* avstand.                                               */
/* ===================================================== */

.lp-hero {
  --hero-photo: url('/images/hero-leirskole.webp');
  position: relative;
  display: flex;
  align-items: center;
  min-height: clamp(520px, 78vh, 760px);
  background-image: var(--hero-photo);
  background-size: cover;
  background-position: center;
  background-color: #0a2823; /* fallback mens bildet lastes */
  overflow: hidden;
}

/* Mørk grønn gradient som gjør teksten lesbar og matcher merkevaren */
.lp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
          100deg,
          rgba(8, 38, 33, 0.88) 0%,
          rgba(14, 60, 58, 0.62) 55%,
          rgba(14, 110, 114, 0.28) 100%
  );
  z-index: 1;
}

.lp-hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(3rem, 8vh, 6rem) clamp(1.5rem, 5vw, 4rem);
}

.lp-hero-copy {
  max-width: 640px;
}

.lp-hero-kicker {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #cdeee2;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
}

.lp-hero-title {
  margin: 1.3rem 0 0;
  color: #ffffff;
  font-weight: 800;
  font-size: clamp(2.3rem, 5.4vw, 4rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  text-align: left;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.28);
}

.lp-hero-lead {
  margin: 1.4rem 0 0;
  max-width: 560px;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1.05rem, 1.8vw, 1.28rem);
  line-height: 1.6;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.25);
}

.lp-hero-actions {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

/* Primærknapp: hvit flate med merkevare-grønn tekst */
.lp-hero .lp-hero-btn-primary {
  background: #ffffff;
  color: #0e6e72;
  font-weight: 700;
  border: 1px solid #ffffff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}
.lp-hero .lp-hero-btn-primary:hover {
  background: #f2fbf8;
  color: #0a5559;
  border-color: #f2fbf8;
  transform: translateY(-1px);
}

/* Sekundær «spøkelses»-knapp med hvit kant */
.lp-hero .lp-hero-btn-ghost {
  background: transparent;
  color: #ffffff;
  font-weight: 600;
  border: 1.5px solid rgba(255, 255, 255, 0.7);
}
.lp-hero .lp-hero-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #ffffff;
  color: #ffffff;
}

/* Tillitslinje under knappene */
.lp-hero-trust {
  margin-top: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.9rem;
}
.lp-hero-trust span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.lp-hero-trust i {
  color: #7fd6b8;
}

@media (max-width: 640px) {
  .lp-hero {
    min-height: 0;
    align-items: stretch;
  }
  .lp-hero-inner {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .lp-hero-title {
    text-align: left;
  }
  .lp-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .lp-hero-actions .btn {
    width: 100%;
  }
  .lp-hero-trust {
    gap: 0.6rem 1.2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lp-hero .lp-hero-btn-primary:hover {
    transform: none;
  }
}

/* ===================================================== */
/* ====== VEKSLENDE BILDE/TEKST-SEKSJONER ============= */
/* Tekst + foto side ved side, veksler side nedover      */
/* siden. Erstatter/supplerer .landing-product-split.    */
/* ===================================================== */

.lp-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(1rem, 4vw, 2.5rem) 1rem;
}

/* Snur rekkefølgen: media først i DOM, men tekst til høyre */
.lp-split-reverse .lp-split-media {
  order: 1;
}
.lp-split-reverse .lp-split-copy {
  order: 2;
}

.lp-split-copy h2 {
  margin: 0.9rem 0 0.9rem;
  color: #11302f;
  font-size: clamp(1.7rem, 3vw, 2.2rem);
  line-height: 1.14;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-align: left;
}

.lp-split-copy p {
  margin: 0 0 1.2rem;
  color: #506b69;
  line-height: 1.72;
}

.lp-split-copy .landing-checklist {
  margin-bottom: 1.4rem;
}

.lp-split-media {
  display: flex;
  justify-content: center;
}

/* Ekte foto: avrundede hjørner som Fished */
.lp-split-photo {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 440px;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid #d0e5e9;
  box-shadow: 0 12px 36px rgba(17, 128, 144, 0.13);
}

@media (max-width: 900px) {
  .lp-split {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  /* På mobil: alltid tekst først, deretter bilde */
  .lp-split-reverse .lp-split-media {
    order: 2;
  }
  .lp-split-reverse .lp-split-copy {
    order: 1;
  }
  .lp-split-copy h2 {
    text-align: center;
  }
  .lp-split-copy p {
    text-align: center;
  }
  .lp-split-copy .landing-inline-actions {
    justify-content: center;
  }
  .lp-split-photo {
    max-height: 300px;
  }
}

@media (max-width: 640px) {
  .lp-split-copy .landing-inline-actions .btn {
    width: 100%;
  }
}

/* ===================================================== */
/* ====== PARTNERBÅND ================================== */
/* Rolig tillitsbånd (f.eks. designpartner-samarbeid)   */
/* ===================================================== */

.lp-partner {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  max-width: 1000px;
  margin: 0 auto;
  padding: 1.4rem 1.6rem;
  background: #f5f8f7;
  border: 1px solid #e3eae8;
  border-radius: 16px;
}

.lp-partner-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #e6f1f0;
  color: #0e6e72;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

.lp-partner-text {
  min-width: 0;
}

.lp-partner-kicker {
  display: block;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #0c5256;
  margin-bottom: 0.3rem;
}

.lp-partner-text p {
  margin: 0;
  color: #2c4a48;
  font-size: 0.98rem;
  line-height: 1.6;
  font-weight: 600;
}

@media (max-width: 640px) {
  .lp-partner {
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding: 1.3rem;
  }
  .lp-partner-text p {
    font-weight: 500;
  }
}

/* ===================================================== */
/* ====== LETTERE FUNKSJONSKORT ======================= */
/* Ikon inline med tittel = mindre visuell vekt når det  */
/* er mange kort på rad.                                  */
/* ===================================================== */

.lp-funcs-light .lp-func-head {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 0.6rem;
}

.lp-funcs-light .lp-func-head .landing-feature-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  font-size: 0.95rem;
  margin-bottom: 0;
  flex-shrink: 0;
}

.lp-funcs-light .lp-func-head h3 {
  margin: 0;
}

/* ===================================================== */
/* ====== DEMO-NOTAT (venstre kolonne) ================ */
/* ===================================================== */

.lp-demo-note {
  display: flex;
  gap: 0.8rem;
  margin-top: 1.6rem;
  padding: 1.1rem 1.2rem;
  background: #f5f8f7;
  border: 1px solid #e3eae8;
  border-radius: 12px;
}
.lp-demo-note i {
  color: #0e6e72;
  margin-top: 0.15rem;
  flex-shrink: 0;
}
.lp-demo-note p {
  margin: 0;
  color: #506b69;
  font-size: 0.92rem;
  line-height: 1.6;
}