:root {
  --lcms-navy: #0f2b57;
  --lcms-navy-deep: #072140;
  --lcms-accent-green: #179b62;
  --lcms-accent-green-dark: #118353;
  --lcms-gold: #c8953d;
  --lcms-text: #22344d;
  --lcms-muted: #5d6f85;
  --lcms-bg: #f4f7fb;
  --lcms-card: #ffffff;
  --lcms-border: #dde6f1;
  --lcms-shadow: 0 12px 30px rgba(8, 30, 66, 0.08);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Poppins, "Segoe UI", sans-serif;
  color: var(--lcms-text);
  background: #ffffff;
  overflow-x: hidden;
}

html {
  max-width: 100%;
  overflow-x: hidden;
}

a {
  color: inherit;
}

#header.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: transparent;
  border-bottom: 0;
  backdrop-filter: none;
  transition: background 0.22s ease, border-color 0.22s ease, backdrop-filter 0.22s ease;
}

@media (display-mode: standalone) {
  #header.header {
    top: 0;
  }

  #header .navbar {
    padding-top: env(safe-area-inset-top, 0px);
    min-height: calc(86px + env(safe-area-inset-top, 0px));
  }
}

#header.header.is-scrolled {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(12, 41, 82, 0.08);
  backdrop-filter: blur(8px);
}

#header .container-xl,
#footer .container-xl,
.lcms-shell {
  width: min(1280px, calc(100% - 32px));
  max-width: 1280px;
  padding: 0;
  margin: 0 auto;
}

#header .navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 24px;
  min-height: 86px;
  position: relative;
}

#header .logo img {
  width: 188px;
  height: auto;
  display: block;
}

#header .logo {
  margin-left: -12px;
}

#header nav {
  margin-left: 28px;
  margin-right: 16px;
  display: flex;
  flex: 1;
  min-width: 0;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.lcms-nav-toggle {
  display: none;
  border: 1px solid #d7e2ee;
  background: #ffffff;
  color: #0f2b57;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  line-height: 1;
}

.lcms-nav-toggle:focus-visible {
  outline: 2px solid #0f2b57;
  outline-offset: 2px;
}

.lcms-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.lcms-btn-text-short {
  display: none;
}

#header nav a {
  text-decoration: none;
  color: #0f2b57;
  font-weight: 700;
  font-size: 0.92rem;
  white-space: nowrap;
}

#header nav a:hover {
  color: var(--lcms-gold);
}

#header .btn-header {
  text-decoration: none;
  background: #062a53;
  color: #fff;
  padding: 13px 24px;
  border-radius: 10px;
  font-weight: 700;
  white-space: nowrap;
}

.lcms-trial-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #7a571d;
  background: #fff4df;
  border: 1px solid #efd7ad;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 0.78rem;
  font-weight: 700;
  white-space: nowrap;
  flex-shrink: 0;
}

#header .btn-header {
  flex-shrink: 0;
}

#header .btn-header:hover {
  background: var(--lcms-gold);
}

.lcms-home {
  padding-bottom: 12px;
}

#main:not(.lcms-home) {
  padding-top: 98px;
}

.breadcrumbs {
  padding: 14px 0 6px;
  border-bottom: 1px solid #e3ebf5;
  background: #ffffff;
}

.breadcrumbs .container,
.blog .container {
  width: min(980px, calc(100% - 32px));
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
}

.breadcrumbs ol {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  color: #5d6f85;
  font-size: 0.94rem;
}

.breadcrumbs h2 {
  margin: 6px 0 0;
  color: #0f2b57;
  font-size: clamp(1.9rem, 3.2vw, 2.5rem);
}

.blog {
  padding: 24px 0 56px;
}

.entry.entry-single {
  background: #ffffff;
  border: 1px solid #dde6f1;
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(9, 31, 66, 0.07);
}

.entry.entry-single .entry-content {
  padding: 24px;
}

.entry.entry-single .entry-content h3 {
  margin-top: 1.55rem;
  margin-bottom: 0.75rem;
  color: #0f2b57;
}

.entry.entry-single .entry-content p {
  margin-bottom: 0.95rem;
  color: #2c3f59;
  line-height: 1.6;
}

.lcms-hero {
  position: relative;
  min-height: 100vh;
  background-image:
    radial-gradient(circle at 8% 14%, rgba(23, 155, 98, 0.16) 0%, rgba(23, 155, 98, 0) 36%),
    radial-gradient(circle at 96% 20%, rgba(15, 43, 87, 0.14) 0%, rgba(15, 43, 87, 0) 42%),
    linear-gradient(104deg, rgba(244, 250, 247, 0.96) 0%, rgba(237, 246, 255, 0.92) 34%, rgba(255, 255, 255, 0.52) 60%, rgba(255, 255, 255, 0.12) 78%),
    url('../img/illustrations/hero-banner.png');
  background-size: cover;
  background-position: center top;
  border-bottom: 1px solid #edf2f7;
}

.lcms-hero .lcms-shell {
  width: min(1280px, calc(100% - 32px));
  max-width: 1280px;
}

.lcms-hero-copy {
  width: 100%;
  padding-top: 110px;
  padding-bottom: 18px;
}

.lcms-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 24px;
  align-items: end;
}

.lcms-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #b7e5cf;
  background: #ecfbf4;
  color: var(--lcms-accent-green-dark);
  border-radius: 999px;
  padding: 9px 16px;
  font-size: 0.88rem;
  font-weight: 700;
}

.lcms-home > section {
  margin-top: 22px;
}

.lcms-home > section:first-child {
  margin-top: 0;
}

.lcms-ai-highlight {
  padding: 6px 0 18px;
}

.lcms-ai-highlight-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 24px;
  background: linear-gradient(135deg, #082a52 0%, #0c3a71 60%, #11508f 100%);
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 14px 34px rgba(9, 28, 60, 0.24);
  color: #f3f8ff;
}

.lcms-ai-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.24);
  padding: 7px 13px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.lcms-ai-highlight-copy h2 {
  margin: 12px 0 10px;
  font-size: clamp(1.7rem, 3.3vw, 2.3rem);
  color: #ffffff;
}

.lcms-ai-highlight-copy p {
  margin: 0;
  color: rgba(243, 248, 255, 0.92);
  line-height: 1.6;
}

.lcms-ai-seo-note {
  margin-top: 8px !important;
  font-size: 0.93rem;
  color: rgba(228, 238, 252, 0.9) !important;
}

.lcms-ai-highlight-copy ul {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
  display: grid;
  gap: 7px;
}

.lcms-ai-highlight-copy li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(243, 248, 255, 0.95);
}

.lcms-ai-highlight-copy li i {
  color: #9ef0be;
  margin-top: 2px;
}

.lcms-ai-highlight-cta {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.lcms-ai-highlight-cta .lcms-btn-primary {
  background: linear-gradient(180deg, #1aa46a 0%, #168f5d 100%);
  border: 1px solid #1aa46a;
  color: #ffffff;
  box-shadow: 0 10px 20px rgba(23, 155, 98, 0.25);
}

.lcms-ai-highlight-cta .lcms-btn-primary:hover {
  background: linear-gradient(180deg, #179b62 0%, #137b4f 100%);
}

.lcms-ai-highlight-cta .lcms-btn-secondary {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: #10335f;
}

.lcms-ai-highlight-cta .lcms-btn-secondary:hover {
  background: #ffffff;
  border-color: #ffffff;
}

.lcms-ai-highlight-proof {
  display: grid;
  gap: 12px;
  align-content: start;
}

.lcms-ai-highlight-proof article {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 14px;
}

.lcms-ai-highlight-proof h3 {
  margin: 0 0 6px;
  color: #ffffff;
  font-size: 1.03rem;
}

.lcms-ai-highlight-proof p {
  margin: 0;
  color: rgba(243, 248, 255, 0.9);
  font-size: 0.95rem;
  line-height: 1.5;
}

.ai-drafting-video-card {
  background: rgba(255, 255, 255, 0.95) !important;
  border: 1px solid rgba(197, 216, 244, 0.85) !important;
  box-shadow: 0 10px 24px rgba(7, 31, 67, 0.18);
}

.ai-drafting-video-card h3 {
  color: #10335f !important;
}

.ai-drafting-video-subtitle {
  color: #395a84 !important;
  font-size: 0.88rem !important;
  line-height: 1.45;
}

.ai-drafting-compact-notes {
  margin-top: 8px;
  display: grid;
  gap: 8px;
}

.ai-drafting-compact-note {
  border-radius: 10px;
  border: 1px solid #d8e4f6;
  background: #f4f8ff;
  padding: 8px 10px;
}

.ai-drafting-compact-note h4 {
  margin: 0;
  font-size: 0.8rem;
  color: #24476d;
}

.ai-drafting-compact-note p {
  margin: 3px 0 0;
  color: #56708f !important;
  font-size: 0.76rem;
  line-height: 1.35;
}

.ai-drafting-video-shell {
  position: relative;
  margin-top: 10px;
  border-radius: 16px;
  border: 1px solid #d5e3f7;
  box-shadow: 0 10px 18px rgba(9, 30, 61, 0.16);
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #eef3fb;
}

.ai-drafting-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ai-drafting-video-fallback {
  position: absolute;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  background: #eef3fb;
  text-align: center;
  padding: 10px;
}

.ai-drafting-video-fallback.is-visible {
  display: flex;
}

.ai-drafting-video-fallback img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.ai-drafting-video-fallback p {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  margin: 0;
  font-size: 0.78rem;
  color: #4f6788 !important;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid #d5e3f7;
  border-radius: 999px;
  padding: 6px 10px;
}

.ai-drafting-video-description {
  margin-top: 10px !important;
  color: #4a6486 !important;
  font-size: 0.84rem !important;
  line-height: 1.45;
}

.ai-drafting-mini-points {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
  display: grid;
  gap: 6px;
}

.ai-drafting-mini-points li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #26486f;
  font-size: 0.84rem;
  font-weight: 600;
}

.ai-drafting-mini-points i {
  color: #179b62;
  font-size: 0.88rem;
}

.ai-drafting-open-link {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #0f4d88;
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none;
}

.ai-drafting-open-link:hover {
  text-decoration: underline;
}

.lcms-ai-disclaimer {
  margin: 10px 6px 0;
  color: rgba(186, 201, 223, 0.94);
  font-size: 0.78rem;
  line-height: 1.45;
  text-align: center;
}

@media (min-width: 1200px) {
  .lcms-ai-highlight-wrap {
    padding-right: 94px;
  }
}

@media (max-width: 992px) {
  .lcms-ai-highlight-wrap {
    grid-template-columns: 1fr;
    padding: 20px;
    border-radius: 14px;
  }
}

@media (max-width: 576px) {
  .lcms-ai-highlight {
    padding-bottom: 84px;
  }

  .lcms-ai-highlight-wrap {
    padding: 16px;
  }

  .lcms-ai-highlight-cta {
    flex-direction: column;
  }

  .lcms-ai-highlight-cta a {
    width: 100%;
    justify-content: center;
  }

  .ai-drafting-video-subtitle,
  .ai-drafting-video-description,
  .ai-drafting-mini-points li {
    font-size: 0.82rem !important;
  }

  .ai-drafting-compact-note h4 {
    font-size: 0.78rem;
  }

  .ai-drafting-compact-note p {
    font-size: 0.74rem;
  }

  .lcms-ai-disclaimer {
    font-size: 0.74rem;
    margin-top: 10px;
  }
}

.lcms-hero h1 {
  margin: 14px 0 10px;
  color: var(--lcms-navy-deep);
  font-size: clamp(2.05rem, 4.2vw, 3.65rem);
  line-height: 1.14;
  letter-spacing: -0.03em;
}

.lcms-hero h1 span {
  color: var(--lcms-accent-green-dark);
}

.lcms-hero-copy > p {
  margin: 0;
  max-width: 690px;
  color: #39506c;
  font-size: 1.08rem;
  line-height: 1.62;
}

.lcms-hero-cta {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.lcms-hero-cta .lcms-btn-primary,
.lcms-hero-cta .lcms-btn-secondary,
.lcms-btn-whatsapp {
  min-height: 44px;
}

.lcms-btn-whatsapp {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 18px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.95rem;
  color: #ffffff;
  background: var(--lcms-accent-green);
  border: 1px solid var(--lcms-accent-green);
}

.lcms-btn-whatsapp:hover {
  color: #ffffff;
  background: var(--lcms-accent-green-dark);
  border-color: var(--lcms-accent-green-dark);
}

.lcms-hero-benefits {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.lcms-hero-benefits article {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid #dbe7f3;
  border-radius: 12px;
  padding: 12px;
  text-align: left;
  box-shadow: 0 10px 24px rgba(12, 36, 76, 0.06);
}

.lcms-hero-benefits i {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  font-size: 1.1rem;
  background: #0e2b55;
  color: #ffffff;
}

.lcms-hero-benefits article:nth-child(2) i,
.lcms-hero-benefits article:nth-child(4) i {
  background: var(--lcms-accent-green);
  color: #ffffff;
}

.lcms-hero-benefits h4 {
  margin: 0;
  font-size: 0.92rem;
  color: var(--lcms-navy);
  font-weight: 700;
}

.lcms-hero-benefits p {
  margin: 5px 0 0;
  font-size: 0.86rem;
  color: #5c6f87;
  line-height: 1.45;
}

.lcms-hero-proof {
  background: linear-gradient(164deg, rgba(7, 33, 64, 0.95) 0%, rgba(15, 43, 87, 0.95) 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #f2f7ff;
  border-radius: 16px;
  padding: 22px;
  box-shadow: 0 20px 44px rgba(5, 23, 46, 0.35);
}

.lcms-hero-proof h3 {
  margin: 0;
  font-size: 1.22rem;
  line-height: 1.35;
}

.lcms-hero-proof ul {
  margin: 14px 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.lcms-hero-proof li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.48;
  color: #d7e4f8;
  font-size: 0.94rem;
}

.lcms-hero-proof li i {
  color: #46cf93;
  margin-top: 2px;
}

.lcms-hero-proof-note {
  margin: 0 0 14px;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 0.86rem;
  color: #cbdbf2;
  background: rgba(255, 255, 255, 0.08);
}

.lcms-hero-proof .lcms-btn-secondary {
  width: 100%;
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.95);
  color: #0d2d5d;
}

.lcms-feature-cards {
  padding: 4px 0 10px;
  background: #fff;
}

.lcms-feature-head {
  margin-bottom: 18px;
}

.lcms-feature-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.lcms-card {
  background: var(--lcms-card);
  border: 1px solid var(--lcms-border);
  border-radius: 14px;
  padding: 12px;
  box-shadow: 0 6px 18px rgba(12, 36, 76, 0.05);
}

.lcms-card img {
  width: 100%;
  height: 136px;
  object-fit: contain;
  display: block;
  margin-bottom: 10px;
}

.lcms-card h3 {
  margin: 0;
  color: var(--lcms-navy);
  font-size: 1rem;
}

.lcms-card p {
  margin: 4px 0 0;
  color: var(--lcms-muted);
  font-size: 0.9rem;
  line-height: 1.4;
}

.lcms-card-ai {
  background: linear-gradient(145deg, #f4f8ff 0%, #edf4ff 100%);
  border-color: #cfddf5;
}

.lcms-card-ai-icon {
  font-size: 3.5rem;
  color: #1f5faa;
  margin-bottom: 10px;
  display: inline-block;
}

.lcms-ecourt {
  padding: 26px 0;
  background: linear-gradient(180deg, #f2f6fc 0%, #edf2fa 100%);
}

.lcms-ecourt-wrap {
  display: grid;
  grid-template-columns: 1.2fr 1.2fr 1fr;
  gap: 14px;
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 16px;
  padding: 8px 0;
}

.lcms-ecourt-left img,
.lcms-ecourt-right img {
  width: 100%;
  height: auto;
  display: block;
}

.lcms-ecourt-copy h2 {
  margin: 0;
  color: var(--lcms-navy);
  font-size: 1.9rem;
}

.lcms-ecourt-copy p {
  margin: 8px 0 12px;
  color: #4f647f;
  line-height: 1.55;
}

.lcms-ecourt-copy ul {
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px 10px;
}

.lcms-ecourt-copy li {
  color: #2a486c;
  font-size: 0.95rem;
  font-weight: 500;
}

.lcms-ecourt-copy li i {
  color: #2d9960;
  margin-right: 5px;
}

.lcms-btn-primary,
.lcms-btn-secondary {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 10px;
  border: 0;
  cursor: pointer;
  font-weight: 700;
  font-size: 0.95rem;
}

.lcms-btn-primary {
  color: #fff;
  background: #062a53;
}

.lcms-btn-primary:hover {
  background: var(--lcms-gold);
  color: #fff;
}

.lcms-btn-secondary {
  color: #062a53;
  background: #fff;
  border: 1px solid #cdd7e7;
}

.lcms-btn-secondary:hover {
  background: #f5f8fd;
}

.lcms-pricing,
.lcms-testimonials {
  padding: 34px 0 6px;
}

.lcms-section-head {
  text-align: center;
  margin-bottom: 14px;
}

.lcms-section-head span {
  color: var(--lcms-gold);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.lcms-section-head h2 {
  margin: 8px 0 0;
  color: var(--lcms-navy);
  font-size: clamp(1.6rem, 2.8vw, 2.4rem);
}

.lcms-pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

@media (max-width: 1200px) {
  .lcms-pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .lcms-pricing-grid {
    grid-template-columns: 1fr;
  }
}

.lcms-price-card {
  background: #fff;
  border: 1px solid var(--lcms-border);
  border-radius: 14px;
  box-shadow: var(--lcms-shadow);
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lcms-price-card-featured {
  border-color: #d9bc84;
  box-shadow: 0 14px 28px rgba(15, 43, 87, 0.12);
}

.lcms-price-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: #fff5e6;
  border: 1px solid #ecd3a7;
  color: #8c6322;
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.lcms-price-card h3 {
  margin: 0;
  color: var(--lcms-navy);
}

.lcms-price-amount {
  margin: 0;
  color: var(--lcms-gold);
  font-size: 2rem;
  font-weight: 800;
}

.lcms-price-original {
  margin: 0;
  color: #8da0b6;
  text-decoration: line-through;
  font-size: 1.05rem;
  font-weight: 600;
}

.lcms-price-period {
  margin: 0;
  color: var(--lcms-muted);
}

.lcms-price-subtitle {
  margin: 2px 0 0;
  color: #7a8aa0;
  font-size: 0.88rem;
  font-weight: 500;
  font-style: italic;
}

.lcms-price-saving {
  margin: -4px 0 2px;
  color: #2d6a4f;
  font-size: 0.86rem;
  font-weight: 600;
}

.lcms-price-card ul {
  list-style: none;
  margin: 4px 0 10px;
  padding: 0;
  color: #455d79;
  display: grid;
  gap: 7px;
}

.lcms-price-card ul li i {
  margin-right: 6px;
  color: #2a8a57;
}

.lcms-price-card ul li.feature-disabled {
  color: #8799af;
}

.lcms-price-card ul li.feature-disabled i {
  color: #b45f5f;
}

.lcms-price-card .lcms-btn-primary {
  width: 100%;
}

.lcms-price-actions {
  margin-top: auto;
  display: grid;
  gap: 10px;
}

.lcms-price-actions .lcms-btn-primary,
.lcms-price-actions .lcms-btn-secondary {
  width: 100%;
  justify-content: center;
}

.lcms-btn-secondary-outline {
  background: #ffffff;
  color: #0f2b57;
  border: 1px solid #ccd8e6;
}

.lcms-btn-secondary-outline:hover {
  border-color: #0f2b57;
  color: #ffffff;
  background: #0f2b57;
}

.lcms-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
}

.lcms-testimonial-carousel {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 56px 34px;
}

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

.lcms-testimonial-carousel .carousel-item {
  padding: 2px 4px;
}

.lcms-testimonial-carousel .carousel-indicators {
  margin-bottom: 0;
}

.lcms-testimonial-carousel .carousel-indicators [data-bs-target] {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #97a9c1;
  border: 0;
}

.lcms-testimonial-carousel .carousel-indicators .active {
  background-color: var(--lcms-gold);
}

.lcms-testimonial-carousel .carousel-control-prev,
.lcms-testimonial-carousel .carousel-control-next {
  width: 36px;
  opacity: 1;
}

.lcms-testimonial-carousel .carousel-control-prev-icon,
.lcms-testimonial-carousel .carousel-control-next-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-size: 54% 54%;
  background-color: #10305d;
}

.lcms-testimonial {
  background: #fff;
  border: 1px solid var(--lcms-border);
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 10px 24px rgba(7, 28, 61, 0.06);
}

.lcms-testimonial p {
  color: #4b617d;
  line-height: 1.65;
  margin: 0 0 12px;
}

.lcms-testimonial h4 {
  margin: 0;
  color: var(--lcms-navy);
  font-size: 1rem;
}

.lcms-testimonial span {
  color: var(--lcms-muted);
  font-size: 0.9rem;
}

.lcms-product-shots,
.lcms-demo-video,
.lcms-built-india,
.lcms-security {
  padding: 62px 0 24px;
}

.lcms-product-shots {
  background: #f7fafe;
}

.lcms-shot-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.lcms-shot-card {
  background: #ffffff;
  border: 1px solid #d9e4f2;
  border-radius: 14px;
  padding: 12px;
  box-shadow: 0 10px 24px rgba(9, 32, 67, 0.07);
}

.lcms-shot-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

.lcms-shot-card h3 {
  margin: 12px 0 6px;
  color: var(--lcms-navy);
  font-size: 1.05rem;
}

.lcms-shot-card p {
  margin: 0;
  color: #506883;
  line-height: 1.55;
  font-size: 0.93rem;
}

.lcms-demo-video {
  background: #ffffff;
}

.lcms-demo-wrap {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 18px;
  align-items: center;
  background: linear-gradient(140deg, #eef5ff 0%, #f6fbf8 100%);
  border: 1px solid #d7e6f2;
  border-radius: 16px;
  padding: 18px;
}

.lcms-demo-copy span,
.lcms-security-copy span {
  color: var(--lcms-accent-green-dark);
  font-size: 0.83rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lcms-demo-copy h2,
.lcms-security-copy h2 {
  margin: 8px 0;
  color: #0c2a53;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
}

.lcms-demo-copy p {
  margin: 0 0 14px;
  color: #4b617d;
  line-height: 1.6;
}

.lcms-demo-player video {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  display: block;
  border-radius: 14px;
  border: 1px solid #cfdced;
  background: #091e3a;
}

.lcms-demo-player {
  position: relative;
}

.lcms-video-center-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 78px;
  height: 78px;
  border: 0;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(9, 30, 58, 0.72);
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(9, 30, 58, 0.35);
  cursor: pointer;
  z-index: 3;
  transition: transform 0.2s ease, background 0.2s ease, opacity 0.2s ease;
}

.lcms-video-center-play:hover {
  transform: translate(-50%, -50%) scale(1.03);
  background: rgba(9, 30, 58, 0.82);
}

.lcms-video-center-play i {
  font-size: 2rem;
  line-height: 1;
  margin-left: 0;
}

.lcms-demo-player.is-playing .lcms-video-center-play {
  opacity: 0;
  pointer-events: none;
}

.lcms-built-india {
  background: #f8fbff;
}

.lcms-india-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.lcms-india-grid article {
  background: #ffffff;
  border: 1px solid #dbe7f4;
  border-radius: 14px;
  padding: 18px;
}

.lcms-india-grid i {
  width: 44px;
  height: 44px;
  border-radius: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0f2b57;
  color: #ffffff;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.lcms-india-grid h3 {
  margin: 0 0 8px;
  color: #0c2a53;
  font-size: 1.02rem;
}

.lcms-india-grid p {
  margin: 0;
  color: #526a84;
  line-height: 1.6;
  font-size: 0.93rem;
}

.lcms-security {
  background: #ffffff;
}

.lcms-security-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 16px;
  align-items: stretch;
}

.lcms-security-copy ul {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.lcms-security-copy li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #334f71;
  line-height: 1.55;
}

.lcms-security-copy li i {
  color: var(--lcms-accent-green);
  margin-top: 2px;
}

.lcms-security-cards {
  display: grid;
  gap: 12px;
}

.lcms-security-cards article {
  background: linear-gradient(150deg, #0b2a52 0%, #133b73 100%);
  border-radius: 14px;
  padding: 18px;
  color: #e8f1ff;
  box-shadow: 0 16px 30px rgba(8, 30, 66, 0.24);
}

.lcms-security-cards h3 {
  margin: 0 0 8px;
  font-size: 1.06rem;
}

.lcms-security-cards p {
  margin: 0;
  color: #d2e0f6;
  line-height: 1.58;
}

.lcms-whatsapp-float {
  position: fixed;
  right: 16px;
  bottom: 18px;
  z-index: 1100;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(6px, 1vw, 8px);
  padding: clamp(10px, 1.2vw, 12px) clamp(12px, 1.5vw, 16px);
  border-radius: 999px;
  background: #1faa64;
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(15, 50, 27, 0.32);
  border: 1px solid #19955a;
  font-weight: 700;
  font-size: clamp(0.88rem, 1.1vw, 0.96rem);
  line-height: 1;
}

.lcms-whatsapp-float i {
  font-size: clamp(1.02rem, 1.3vw, 1.14rem);
}

.lcms-whatsapp-float:hover {
  color: #ffffff;
  background: #178a51;
}

@media (max-width: 1200px) {
  .lcms-whatsapp-float {
    right: 12px;
    bottom: 14px;
    padding: 9px 12px;
    font-size: 0.84rem;
    gap: 6px;
  }

  .lcms-whatsapp-float i {
    font-size: 1rem;
  }
}

@media (max-width: 992px) {
  .lcms-whatsapp-float {
    right: 10px;
    bottom: 12px;
    width: 44px;
    height: 44px;
    padding: 0;
    border-radius: 50%;
  }

  .lcms-whatsapp-float span {
    display: none;
  }
}

.lcms-cta {
  padding: 24px 0 10px;
}

.lcms-cta-inner {
  background: linear-gradient(135deg, #0d2d5d 0%, #183f78 100%);
  color: #fff;
  border-radius: 16px;
  padding: 24px 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}

.lcms-cta-inner h2 {
  margin: 0;
  font-size: clamp(1.4rem, 2.6vw, 2rem);
}

.lcms-cta-inner div {
  display: flex;
  gap: 10px;
}

.lcms-app-links {
  width: 100%;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.lcms-app-btn {
  text-decoration: none;
  color: #dce6f5;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 10px;
  padding: 9px 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}

.lcms-app-btn:hover {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.48);
}

#footer.footer {
  margin-top: 14px;
  background: #081f3f;
  color: #dce6f5;
  padding: 42px 0 24px;
}

#footer .footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 22px;
}

#footer .footer-section h4 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 1rem;
}

#footer .footer-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

#footer .footer-section a {
  color: #dce6f5;
  text-decoration: none;
}

#footer .footer-section a:hover {
  color: #ffffff;
}

#footer .footer-bottom {
  margin-top: 24px;
  border-top: 1px solid rgba(225, 236, 255, 0.16);
  padding-top: 18px;
  font-size: 0.9rem;
  color: #b9c9e0;
}

.lcms-about {
  padding: 62px 0 34px;
  background: #ffffff;
}

.lcms-about-content {
  max-width: 100%;
  margin: 0;
  line-height: 1.8;
  color: var(--lcms-text);
}

.lcms-about-wrap {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 26px;
  align-items: center;
}

.lcms-about-illustration img {
  width: 100%;
  max-width: 460px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.lcms-about-content p {
  margin: 0 0 16px;
}

.lcms-faq {
  padding: 62px 0 34px;
  background: var(--lcms-bg);
}

.lcms-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}

.lcms-faq-item {
  background: #ffffff;
  border: 1px solid var(--lcms-border);
  border-radius: 12px;
  padding: 16px;
  box-shadow: var(--lcms-shadow);
  cursor: pointer;
}

.lcms-faq-item summary {
  font-weight: 600;
  color: var(--lcms-navy);
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
}

.lcms-faq-item summary:before {
  content: '+';
  font-size: 1.2rem;
  font-weight: bold;
  width: 20px;
}

.lcms-faq-item[open] summary:before {
  content: '-';
}

.lcms-faq-item p {
  margin: 12px 0 0 28px;
  color: var(--lcms-text);
  line-height: 1.6;
  font-size: 0.95rem;
}

.lcms-contact {
  padding: 62px 0 34px;
  background: #ffffff;
}

.lcms-blog-preview {
  padding: 62px 0 34px;
  background: #ffffff;
}

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

.lcms-blog-preview-card {
  background: #f8fbff;
  border: 1px solid #dae7f5;
  border-radius: 14px;
  padding: 18px;
}

.lcms-blog-preview-card h3 {
  margin: 0 0 10px;
  font-size: 1.08rem;
  line-height: 1.4;
}

.lcms-blog-preview-card h3 a {
  color: #0f2b57;
  text-decoration: none;
}

.lcms-blog-preview-card h3 a:hover {
  color: #0b3f7e;
}

.lcms-blog-preview-card p {
  margin: 0 0 10px;
  color: #4f6883;
  line-height: 1.58;
}

.lcms-blog-preview-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #0d3f7f;
  font-weight: 700;
  text-decoration: none;
}

.lcms-blog-preview-link:hover {
  color: #0a2f5e;
}

.lcms-blog-preview-action {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}

.lcms-blog-hero {
  padding: 112px 0 34px;
  background: linear-gradient(150deg, #edf5ff 0%, #f8fcf7 100%);
  border-bottom: 1px solid #e1ebf7;
}

.lcms-blog-hero h1 {
  margin: 10px 0;
  color: #0e2d59;
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 1.2;
}

.lcms-blog-hero p {
  margin: 0;
  max-width: 820px;
  color: #4a6280;
  line-height: 1.7;
}

.lcms-blog-list {
  padding: 36px 0;
}

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

.lcms-blog-card {
  background: #ffffff;
  border: 1px solid #dbe7f4;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(10, 33, 68, 0.06);
  padding: 18px;
}

.lcms-blog-card-meta {
  margin: 0 0 10px;
  font-size: 0.82rem;
  color: #5d7898;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.lcms-blog-card h2 {
  margin: 0 0 10px;
  font-size: 1.24rem;
  line-height: 1.35;
}

.lcms-blog-card h2 a {
  color: #0f2b57;
  text-decoration: none;
}

.lcms-blog-card p {
  margin: 0 0 12px;
  color: #4d6684;
  line-height: 1.65;
}

.lcms-blog-post {
  padding: 112px 0 34px;
}

.lcms-blog-post-wrap {
  max-width: 920px;
  margin: 0 auto;
}

.lcms-blog-breadcrumb {
  margin: 0 0 10px;
  color: #607a98;
  font-size: 0.9rem;
}

.lcms-blog-breadcrumb a {
  color: #0d3f7f;
  text-decoration: none;
}

.lcms-blog-post h1 {
  margin: 6px 0 10px;
  color: #0f2b57;
  font-size: clamp(1.8rem, 3.6vw, 2.7rem);
  line-height: 1.25;
}

.lcms-blog-post-meta {
  margin: 0 0 18px;
  color: #5c7694;
  font-size: 0.88rem;
}

.lcms-blog-post section {
  margin-bottom: 20px;
}

.lcms-blog-post section h2 {
  margin: 0 0 8px;
  color: #0f2b57;
  font-size: 1.36rem;
}

.lcms-blog-post section p {
  margin: 0 0 10px;
  color: #334d6b;
  line-height: 1.78;
}

.lcms-blog-post section ul {
  margin: 0;
  padding-left: 20px;
  color: #334d6b;
  line-height: 1.7;
}

.lcms-blog-post-cta {
  margin-top: 22px;
  border: 1px solid #d4e3f3;
  border-radius: 12px;
  background: #f5f9ff;
  padding: 16px;
}

.lcms-blog-post-cta h3 {
  margin: 0 0 8px;
  color: #0f2b57;
}

.lcms-blog-post-cta p {
  margin: 0 0 10px;
}

.lcms-blog-related {
  margin-top: 24px;
}

.lcms-blog-related h3 {
  margin: 0 0 12px;
  color: #0f2b57;
}

.lcms-blog-related ul {
  margin: 0;
  padding-left: 18px;
}

.lcms-blog-related a {
  color: #0d3f7f;
  text-decoration: none;
}

.lcms-contact-form {
  max-width: 860px;
  margin: 0 auto;
  background: var(--lcms-bg);
  border: 1px solid var(--lcms-border);
  border-radius: 14px;
  padding: 24px;
  display: grid;
  gap: 14px;
}

.lcms-contact-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.lcms-contact-row input,
.lcms-contact-row textarea {
  width: 100%;
  border: 1px solid #cfdceb;
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 0.95rem;
  color: var(--lcms-text);
  font-family: inherit;
  background: #ffffff;
}

.lcms-contact-row input:only-child {
  grid-column: 1 / -1;
}

.lcms-contact-row textarea {
  grid-column: 1 / -1;
  resize: vertical;
}

.lcms-contact-form .lcms-btn-primary {
  justify-self: start;
}

.lcms-contact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.lcms-contact-card {
  background: var(--lcms-bg);
  border: 1px solid var(--lcms-border);
  border-radius: 12px;
  padding: 20px;
  text-align: center;
}

.lcms-contact-card h4 {
  margin: 0 0 12px;
  color: var(--lcms-navy);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.lcms-contact-card i {
  color: var(--lcms-gold);
  font-size: 1.3rem;
}

.lcms-contact-card p {
  margin: 0;
  color: var(--lcms-text);
  font-size: 0.95rem;
  line-height: 1.6;
}

.lcms-contact-card a {
  color: var(--lcms-gold);
  text-decoration: none;
}

.lcms-contact-card a:hover {
  text-decoration: underline;
}

@media (max-width: 1200px) {
  .lcms-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lcms-shot-grid,
  .lcms-india-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lcms-demo-wrap,
  .lcms-security-wrap {
    grid-template-columns: 1fr;
  }

  .lcms-ecourt-wrap {
    grid-template-columns: 1fr;
  }

  .lcms-ecourt-right {
    display: none;
  }

  .lcms-ecourt-copy ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  
  .lcms-contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lcms-about-wrap {
    grid-template-columns: 1fr;
  }

  .lcms-blog-list-grid,
  .lcms-blog-preview-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1360px) {
  .lcms-trial-chip {
    display: none;
  }

  #header nav {
    gap: 20px;
  }
}

@media (max-width: 1100px) {
  #header .btn-header {
    padding: 8px 10px;
    font-size: 0.76rem;
    max-width: 94px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .lcms-btn-text-full {
    display: none;
  }

  .lcms-btn-text-short {
    display: inline;
  }
}

@media (max-width: 992px) {
  .lcms-home,
  .lcms-hero,
  .lcms-hero .lcms-shell,
  .lcms-hero-layout,
  .lcms-hero-copy,
  .lcms-hero-proof,
  .lcms-hero-benefits,
  .lcms-hero-benefits article {
    max-width: 100%;
    min-width: 0;
  }

  .lcms-home,
  .lcms-hero,
  .lcms-hero .lcms-shell {
    overflow-x: clip;
  }

  #main:not(.lcms-home) {
    padding-top: 88px;
  }

  .lcms-nav-toggle {
    display: inline-flex;
  }

  #header nav {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    margin: 0;
    padding: 12px;
    gap: 6px;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    background: #ffffff;
    border: 1px solid #dbe5f0;
    border-radius: 12px;
    box-shadow: 0 12px 24px rgba(8, 30, 66, 0.12);
    z-index: 20;
  }

  #header .navbar.is-menu-open nav {
    display: flex;
  }

  #header nav a {
    padding: 10px 10px;
    border-radius: 8px;
  }

  #header nav a:hover {
    background: #f4f7fb;
  }

  .lcms-trial-chip {
    display: none;
  }

  .lcms-hero {
    min-height: auto;
    background-image:
      radial-gradient(circle at 14% 16%, rgba(23, 155, 98, 0.14) 0%, rgba(23, 155, 98, 0) 42%),
      linear-gradient(180deg, rgba(246, 249, 255, 0.96) 0%, rgba(240, 246, 255, 0.92) 55%, rgba(245, 249, 255, 0.9) 100%),
      url('../img/illustrations/hero-banner.png');
    background-position: center right;
  }

  #header .logo {
    margin-left: 0;
  }

  .lcms-hero-copy {
    width: 100%;
    padding-top: 96px;
    padding-bottom: 16px;
  }

  .lcms-hero-layout {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .lcms-hero-proof {
    margin-top: 2px;
  }

  .lcms-hero-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lcms-card img {
    height: 126px;
  }

  .lcms-testimonial-set {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  
  .lcms-faq-grid {
    grid-template-columns: 1fr;
  }
  
  .lcms-contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  #main:not(.lcms-home) {
    padding-top: 78px;
  }

  .breadcrumbs .container,
  .blog .container {
    width: calc(100% - 24px);
    max-width: 100%;
  }

  .entry.entry-single .entry-content {
    padding: 18px;
  }

  #header.header {
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(8px);
  }

  #header .navbar {
    gap: 10px;
    min-height: 74px;
  }

  #header .navbar > * {
    min-width: 0;
  }

  #header .logo {
    flex: 1 1 auto;
    min-width: 0;
  }

  @media (display-mode: standalone) {
    #header .navbar {
      min-height: calc(74px + env(safe-area-inset-top, 0px));
    }
  }

  #header .logo img {
    width: clamp(116px, 34vw, 146px);
    max-width: 100%;
  }

  #header .btn-header {
    padding: 8px 10px;
    font-size: 0.76rem;
    border-radius: 9px;
    max-width: 94px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .lcms-btn-text-full {
    display: none;
  }

  .lcms-btn-text-short {
    display: inline;
  }

  .lcms-header-actions {
    gap: 8px;
    flex: 0 0 auto;
  }

  .lcms-shell,
  #header .container-xl,
  #footer .container-xl {
    width: calc(100% - 24px);
    max-width: 100%;
  }

  #header .container-xl {
    overflow-x: clip;
  }

  .lcms-hero-benefits,
  .lcms-feature-grid,
  .lcms-ecourt-copy ul,
  .lcms-cta-inner div,
  .lcms-contact-row {
    grid-template-columns: 1fr;
  }

  .lcms-feature-grid {
    display: grid;
  }

  .lcms-testimonial-carousel {
    padding: 0 0 30px;
  }

  .lcms-testimonial-set {
    grid-template-columns: 1fr;
  }

  .lcms-testimonial-carousel .carousel-control-prev,
  .lcms-testimonial-carousel .carousel-control-next {
    display: none;
  }

  .lcms-card img {
    height: 118px;
  }

  .lcms-cta-inner {
    justify-content: center;
    text-align: center;
  }

  .lcms-btn-primary,
  .lcms-btn-secondary {
    width: 100%;
  }

  .lcms-btn-whatsapp {
    width: 100%;
  }

  .lcms-hero-copy > p {
    font-size: 1rem;
  }

  .lcms-hero-cta {
    display: grid;
    grid-template-columns: 1fr;
  }

  .lcms-hero-proof {
    padding: 18px;
  }

  .lcms-contact-form .lcms-btn-primary {
    width: 100%;
    justify-self: stretch;
  }

  .lcms-pricing,
  .lcms-testimonials,
  .lcms-about,
  .lcms-blog-preview,
  .lcms-faq,
  .lcms-contact {
    padding-top: 24px;
  }

  .lcms-blog-hero,
  .lcms-blog-post {
    padding-top: 92px;
  }

  .lcms-cta {
    padding-top: 16px;
  }
  
  .lcms-faq-grid {
    grid-template-columns: 1fr;
  }

  .lcms-shot-grid,
  .lcms-india-grid {
    grid-template-columns: 1fr;
  }

  .lcms-product-shots,
  .lcms-demo-video,
  .lcms-built-india,
  .lcms-security {
    padding-top: 34px;
  }

  .lcms-video-center-play {
    width: 64px;
    height: 64px;
  }

  .lcms-video-center-play i {
    font-size: 1.6rem;
  }

  .lcms-whatsapp-float {
    right: 10px;
    bottom: 12px;
    width: 46px;
    height: 46px;
    padding: 0;
    border-radius: 50%;
  }

  .lcms-whatsapp-float span {
    display: none;
  }
  
  .lcms-contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .lcms-whatsapp-float {
    right: 8px;
    bottom: 10px;
    width: 40px;
    height: 40px;
  }

  .lcms-whatsapp-float i {
    font-size: 1rem;
  }

  #main:not(.lcms-home) {
    padding-top: 72px;
  }

  #header .logo img {
    width: 132px;
  }

  #header .navbar {
    gap: 8px;
    min-height: 68px;
  }

  @media (display-mode: standalone) {
    #header .navbar {
      min-height: calc(68px + env(safe-area-inset-top, 0px));
    }
  }

  .lcms-nav-toggle {
    width: 38px;
    height: 38px;
    font-size: 1.15rem;
  }

  #header .btn-header {
    padding: 6px 8px;
    font-size: 0.72rem;
    max-width: 84px;
  }

  .lcms-btn-text-full {
    display: none;
  }

  .lcms-btn-text-short {
    display: inline;
  }
}
