:root {
  --ltg-ink: #17202a;
  --ltg-muted: #607084;
  --ltg-line: #dce5ef;
  --ltg-soft: #f4f7fb;
  --ltg-white: #ffffff;
  --ltg-blue: #1268d6;
  --ltg-cyan: #18a7a7;
  --ltg-gold: #f2b84b;
  --ltg-green: #1f9d68;
}

body.home .page-wrapper,
body.home #main {
  background: var(--ltg-white);
}

#main-menu,
#header-newsletter-signup,
.header-wrapper,
.footer-wrapper {
  display: none !important;
}

.ltg-home {
  color: var(--ltg-ink);
  font-family: Inter, Arial, sans-serif;
  overflow: hidden;
}

.ltg-home * {
  box-sizing: border-box;
}

.ltg-home svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}

.ltg-home .ltg-kicker svg,
.ltg-home .ltg-section-head span svg,
.ltg-home .ltg-label svg,
.ltg-home .ltg-contact-copy > span svg {
  margin-right: 8px;
}

.ltg-home.is-enhanced [data-ltg-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .65s ease, transform .65s ease;
}

.ltg-home.is-enhanced [data-ltg-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.ltg-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.ltg-hero {
  min-height: 720px;
  display: flex;
  align-items: center;
  padding: 86px 0 72px;
  background:
    linear-gradient(115deg, rgba(244, 247, 251, .96) 0%, rgba(255, 255, 255, .98) 50%, rgba(232, 247, 246, .92) 100%),
    repeating-linear-gradient(90deg, rgba(18, 104, 214, .08) 0 1px, transparent 1px 92px);
}

.ltg-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, .86fr);
  gap: 58px;
  align-items: center;
}

.ltg-kicker,
.ltg-section-head span,
.ltg-label,
.ltg-cta span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 12px;
  border: 1px solid rgba(18, 104, 214, .16);
  border-radius: 999px;
  color: var(--ltg-blue);
  background: rgba(18, 104, 214, .07);
  font-size: 13px;
  font-weight: 700;
}

.ltg-hero h1,
.ltg-section h2,
.ltg-cta h2 {
  margin: 18px 0 0;
  color: var(--ltg-ink);
  letter-spacing: 0;
  line-height: 1.05;
}

.ltg-hero h1 {
  max-width: 760px;
  font-size: clamp(42px, 5.2vw, 76px);
  font-weight: 800;
}

.ltg-typing {
  min-height: 42px;
  margin: 24px 0 0;
  color: var(--ltg-blue);
  font-size: clamp(22px, 2.1vw, 32px);
  font-weight: 800;
  line-height: 1.25;
}

.ltg-typing span::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 1em;
  margin-left: 5px;
  background: var(--ltg-gold);
  vertical-align: -0.12em;
  animation: ltgBlink .9s steps(2, start) infinite;
}

.ltg-hero-desc {
  max-width: 650px;
  margin: 18px 0 0;
  color: var(--ltg-muted);
  font-size: 18px;
  line-height: 1.75;
}

.ltg-actions,
.ltg-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.ltg-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 8px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.ltg-btn:hover {
  transform: translateY(-2px);
  text-decoration: none;
}

.ltg-btn-primary {
  color: #fff;
  background: var(--ltg-blue);
  box-shadow: 0 18px 36px rgba(18, 104, 214, .22);
}

.ltg-btn-secondary {
  color: var(--ltg-ink);
  background: #fff;
  border: 1px solid var(--ltg-line);
}

.ltg-btn-light {
  color: var(--ltg-blue);
  background: #fff;
}

.ltg-trust span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border: 1px solid var(--ltg-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .75);
  color: #304257;
  font-size: 14px;
  font-weight: 700;
}

.ltg-hero-visual {
  position: relative;
  min-height: 560px;
}

.ltg-browser {
  position: relative;
  margin-top: 20px;
  border: 1px solid rgba(23, 32, 42, .1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(23, 32, 42, .16);
  overflow: hidden;
  animation: ltgFloat 6s ease-in-out infinite;
}

.ltg-browser-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 44px;
  padding: 0 16px;
  border-bottom: 1px solid var(--ltg-line);
  background: #f8fafc;
}

.ltg-browser-bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f16f61;
}

.ltg-browser-bar span:nth-child(2) {
  background: #f2b84b;
}

.ltg-browser-bar span:nth-child(3) {
  background: #30bf78;
}

.ltg-browser-bar small {
  margin-left: 10px;
  color: #6b7a8d;
  font-weight: 700;
}

.ltg-preview {
  padding: 22px;
  background: linear-gradient(180deg, #fff, #f7fbff);
}

.ltg-preview-nav {
  width: 62%;
  height: 12px;
  border-radius: 99px;
  background: linear-gradient(90deg, #d7e4f2, #eff4f9);
}

.ltg-preview-hero {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  margin-top: 22px;
  padding: 24px;
  border-radius: 8px;
  background: var(--ltg-ink);
  color: #fff;
}

.ltg-preview-hero strong {
  display: block;
  font-size: 26px;
  line-height: 1.1;
}

.ltg-preview-hero p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, .72);
}

.ltg-preview-hero button {
  height: 42px;
  border: 0;
  border-radius: 8px;
  padding: 0 16px;
  color: var(--ltg-ink);
  background: var(--ltg-gold);
  font-weight: 800;
}

.ltg-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 18px;
}

.ltg-preview-grid span {
  height: 92px;
  border: 1px solid var(--ltg-line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(18, 104, 214, .12), transparent),
    #fff;
}

.ltg-preview-chart {
  display: flex;
  align-items: end;
  gap: 12px;
  height: 150px;
  margin-top: 18px;
  padding: 16px;
  border: 1px solid var(--ltg-line);
  border-radius: 8px;
  background: #fff;
}

.ltg-preview-chart i {
  flex: 1;
  border-radius: 8px 8px 3px 3px;
  background: linear-gradient(180deg, var(--ltg-cyan), var(--ltg-blue));
  transform-origin: bottom;
  animation: ltgBars 2.4s ease-in-out infinite;
}

.ltg-preview-chart i:nth-child(2) {
  animation-delay: .15s;
}

.ltg-preview-chart i:nth-child(3) {
  animation-delay: .3s;
}

.ltg-preview-chart i:nth-child(4) {
  animation-delay: .45s;
}

.ltg-preview-chart i:nth-child(5) {
  animation-delay: .6s;
}

.ltg-metric {
  position: absolute;
  width: 154px;
  padding: 16px;
  border: 1px solid rgba(23, 32, 42, .1);
  border-radius: 8px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 18px 44px rgba(23, 32, 42, .14);
}

.ltg-metric strong {
  display: block;
  color: var(--ltg-blue);
  font-size: 30px;
  line-height: 1;
}

.ltg-metric span {
  display: block;
  margin-top: 6px;
  color: var(--ltg-muted);
  font-size: 13px;
  font-weight: 700;
}

.ltg-metric-a {
  top: 0;
  right: 18px;
}

.ltg-metric-b {
  left: -16px;
  bottom: 30px;
}

.ltg-section {
  padding: 92px 0;
  background: #fff;
}

.ltg-band {
  background: var(--ltg-soft);
}

.ltg-section-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.ltg-section h2,
.ltg-cta h2 {
  font-size: clamp(32px, 3vw, 48px);
  font-weight: 800;
}

.ltg-section-head p,
.ltg-package-wrap > div > p,
.ltg-cta p {
  margin: 14px 0 0;
  color: var(--ltg-muted);
  font-size: 17px;
  line-height: 1.7;
}

.ltg-service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.ltg-service-grid article,
.ltg-package-list article,
.ltg-steps div {
  border: 1px solid var(--ltg-line);
  border-radius: 8px;
  background: #fff;
}

.ltg-service-grid article {
  padding: 24px;
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.ltg-service-grid article:hover,
.ltg-package-list article:hover,
.ltg-steps div:hover {
  transform: translateY(-5px);
  border-color: rgba(18, 104, 214, .28);
  box-shadow: 0 18px 46px rgba(23, 32, 42, .1);
}

.ltg-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: rgba(31, 157, 104, .12);
  color: var(--ltg-green);
  font-weight: 900;
}

.ltg-icon svg {
  width: 26px;
  height: 26px;
}

.ltg-service-grid h3,
.ltg-package-list h3,
.ltg-steps h3 {
  margin: 20px 0 0;
  color: var(--ltg-ink);
  font-size: 21px;
  line-height: 1.25;
}

.ltg-service-grid p,
.ltg-package-list p,
.ltg-steps p {
  margin: 10px 0 0;
  color: var(--ltg-muted);
  line-height: 1.65;
}

.ltg-package-wrap {
  display: grid;
  grid-template-columns: .72fr 1fr;
  gap: 34px;
  align-items: start;
}

.ltg-package-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.ltg-package-list article {
  position: relative;
  padding: 28px;
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.ltg-package-list article.is-featured {
  border-color: rgba(18, 104, 214, .34);
  box-shadow: 0 22px 54px rgba(18, 104, 214, .12);
}

.ltg-package-list em {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 5px 10px;
  border-radius: 999px;
  color: #6b4300;
  background: rgba(242, 184, 75, .28);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.ltg-package-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  border-radius: 8px;
  color: var(--ltg-blue);
  background: rgba(18, 104, 214, .09);
}

.ltg-package-icon svg {
  width: 25px;
  height: 25px;
}

.ltg-package-list ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.ltg-package-list li {
  position: relative;
  margin-top: 10px;
  padding-left: 22px;
  color: #304257;
  font-weight: 700;
}

.ltg-package-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ltg-cyan);
}

.ltg-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.ltg-steps div {
  padding: 26px;
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.ltg-steps strong {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  color: #fff;
  background: var(--ltg-ink);
}

.ltg-steps strong svg {
  width: 21px;
  height: 21px;
}

.ltg-cta {
  padding: 74px 0;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(23, 32, 42, .98), rgba(18, 104, 214, .94)),
    var(--ltg-ink);
}

.ltg-cta-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
}

.ltg-cta h2,
.ltg-cta p {
  color: #fff;
}

.ltg-cta p {
  max-width: 740px;
  color: rgba(255, 255, 255, .78);
}

.ltg-contact {
  padding: 94px 0;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(23, 32, 42, .98), rgba(18, 104, 214, .94)),
    var(--ltg-ink);
}

.ltg-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(380px, .72fr);
  gap: 42px;
  align-items: start;
}

.ltg-contact-copy > span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 12px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, .1);
  font-size: 13px;
  font-weight: 800;
}

.ltg-contact h2 {
  max-width: 640px;
  margin: 18px 0 0;
  color: #fff;
  font-size: clamp(34px, 3.2vw, 52px);
  line-height: 1.08;
}

.ltg-contact-copy p {
  max-width: 680px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: 17px;
  line-height: 1.72;
}

.ltg-contact-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.ltg-contact-points div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 10px;
  align-items: center;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
}

.ltg-contact-points svg {
  grid-row: span 2;
  width: 30px;
  height: 30px;
  color: var(--ltg-gold);
}

.ltg-contact-points strong,
.ltg-contact-points small {
  display: block;
}

.ltg-contact-points small {
  color: rgba(255, 255, 255, .7);
}

.ltg-contact-form {
  display: grid;
  gap: 14px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  background: rgba(255, 255, 255, .96);
  color: var(--ltg-ink);
  box-shadow: 0 28px 70px rgba(0, 0, 0, .22);
}

.ltg-contact-form label {
  display: grid;
  gap: 7px;
  margin: 0;
  color: #304257;
  font-size: 14px;
  font-weight: 800;
}

.ltg-contact-form input,
.ltg-contact-form textarea {
  width: 100%;
  min-height: 46px;
  margin: 0;
  border: 1px solid var(--ltg-line);
  border-radius: 8px;
  padding: 11px 13px;
  background: #fff;
  color: var(--ltg-ink);
  font: inherit;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.ltg-contact-form textarea {
  min-height: 132px;
  resize: vertical;
}

.ltg-contact-form input:focus,
.ltg-contact-form textarea:focus {
  outline: 0;
  border-color: rgba(18, 104, 214, .55);
  box-shadow: 0 0 0 4px rgba(18, 104, 214, .12);
}

.ltg-field-hidden {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.ltg-contact-form button {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.ltg-contact-form.is-loading button {
  opacity: .74;
  pointer-events: none;
}

.ltg-form-status {
  min-height: 22px;
  margin: 0;
  color: var(--ltg-muted);
  font-size: 14px;
  font-weight: 700;
}

.ltg-form-status.is-success {
  color: var(--ltg-green);
}

.ltg-form-status.is-error {
  color: #b20000;
}

@keyframes ltgBlink {
  50% { opacity: 0; }
}

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

@keyframes ltgBars {
  0%, 100% { transform: scaleY(.84); opacity: .85; }
  50% { transform: scaleY(1); opacity: 1; }
}

@media (max-width: 1024px) {
  .ltg-hero-grid,
  .ltg-package-wrap,
  .ltg-contact-grid {
    grid-template-columns: 1fr;
  }

  .ltg-hero {
    min-height: 0;
  }

  .ltg-hero-visual {
    min-height: 470px;
  }

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

@media (max-width: 700px) {
  .ltg-shell {
    width: min(100% - 28px, 1180px);
  }

  .ltg-hero {
    padding: 50px 0 46px;
  }

  .ltg-hero h1 {
    font-size: 38px;
  }

  .ltg-typing {
    min-height: 72px;
    font-size: 23px;
  }

  .ltg-hero-desc,
  .ltg-section-head p,
  .ltg-package-wrap > div > p,
  .ltg-cta p {
    font-size: 16px;
  }

  .ltg-actions .ltg-btn {
    width: 100%;
  }

  .ltg-hero-visual {
    min-height: auto;
  }

  .ltg-metric {
    position: static;
    width: 100%;
    margin-top: 12px;
  }

  .ltg-preview {
    padding: 16px;
  }

  .ltg-preview-hero,
  .ltg-preview-grid,
  .ltg-package-list,
  .ltg-service-grid,
  .ltg-steps,
  .ltg-cta-inner,
  .ltg-contact-points {
    grid-template-columns: 1fr;
  }

  .ltg-preview-hero button,
  .ltg-btn-light {
    width: 100%;
  }

  .ltg-section {
    padding: 58px 0;
  }

  .ltg-section h2,
  .ltg-cta h2,
  .ltg-contact h2 {
    font-size: 31px;
    line-height: 1.12;
  }

  .ltg-contact {
    padding: 62px 0;
  }

  .ltg-contact-form {
    padding: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ltg-home *,
  .ltg-home *::before,
  .ltg-home *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
