.lgll {
  --lgll-paper: #f7f5ef;
  --lgll-paper-deep: #eee9de;
  --lgll-white: #ffffff;
  --lgll-ink: #102733;
  --lgll-ink-soft: #31505e;
  --lgll-muted: #667c86;
  --lgll-blue: #3f8eb8;
  --lgll-blue-deep: #2c7197;
  --lgll-blue-pale: #dceef5;
  --lgll-coral: #f47f77;
  --lgll-coral-deep: #dc655f;
  --lgll-lime: #dce8ac;
  --lgll-border: rgba(16, 39, 51, 0.12);
  --lgll-border-dark: rgba(255, 255, 255, 0.13);
  --lgll-shadow-sm: 0 12px 36px rgba(16, 39, 51, 0.08);
  --lgll-shadow-lg: 0 28px 80px rgba(16, 39, 51, 0.14);
  --lgll-radius-sm: 14px;
  --lgll-radius-md: 22px;
  --lgll-radius-lg: 32px;
  position: relative;
  isolation: isolate;
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  padding: 20px 0 56px;
  color: var(--lgll-ink-soft);
  background:
    linear-gradient(rgba(16, 39, 51, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 39, 51, 0.025) 1px, transparent 1px),
    var(--lgll-paper);
  background-size: 42px 42px;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.lgll *,
.lgll *::before,
.lgll *::after {
  box-sizing: border-box;
}

.lgll a,
.lgll button,
.lgll input,
.lgll select,
.lgll textarea,
.lgll summary {
  font: inherit;
}

.lgll img {
  display: block;
  max-width: 100%;
}

.lgll h1,
.lgll h2,
.lgll h3,
.lgll p,
.lgll ul {
  margin-top: 0;
}

.lgll h1,
.lgll h2,
.lgll h3 {
  color: var(--lgll-ink);
  font-family: "DM Sans", sans-serif;
  letter-spacing: -0.045em;
}

.lgll__orb {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
}

.lgll__orb--one {
  top: 70px;
  right: -170px;
  width: 460px;
  height: 460px;
  background: rgba(63, 142, 184, 0.15);
}

.lgll__orb--two {
  top: 980px;
  left: -240px;
  width: 520px;
  height: 520px;
  background: rgba(244, 127, 119, 0.1);
}

.lgll__shell {
  position: relative;
  width: min(1240px, calc(100vw - 40px));
  margin: 0 auto;
}

.lgll__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 54px;
  margin-bottom: 20px;
  padding: 0 6px;
  color: var(--lgll-ink);
  font-size: 13px;
  font-weight: 800;
}

.lgll__topline-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  letter-spacing: 0.02em;
}

.lgll__topline-brand i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--lgll-coral);
}

.lgll__topline a {
  color: var(--lgll-ink);
  text-decoration-color: rgba(16, 39, 51, 0.3);
  text-underline-offset: 5px;
}

.lgll__topline a:hover,
.lgll__topline a:focus-visible {
  color: var(--lgll-blue-deep);
}

.lgll__hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 455px);
  gap: 20px;
  align-items: stretch;
}

.lgll__copy {
  position: relative;
  min-height: 560px;
  padding: clamp(34px, 5vw, 68px);
  border-radius: var(--lgll-radius-lg);
  overflow: hidden;
  color: rgba(255, 255, 255, 0.82);
  background:
    radial-gradient(circle at 88% 10%, rgba(115, 190, 220, 0.32), transparent 31%),
    linear-gradient(145deg, #143746 0%, #0c2633 74%);
  box-shadow: var(--lgll-shadow-lg);
  animation: lgll-rise 600ms ease-out both;
}

.lgll__copy::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -160px;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  box-shadow:
    0 0 0 46px rgba(255, 255, 255, 0.025),
    0 0 0 92px rgba(255, 255, 255, 0.02);
}

.lgll__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: #d8edf5;
  background: rgba(255, 255, 255, 0.06);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.lgll__eyebrow--light {
  border-color: rgba(63, 142, 184, 0.17);
  color: var(--lgll-blue-deep);
  background: rgba(63, 142, 184, 0.09);
}

.lgll__eyebrow--on-dark {
  border-color: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

.lgll__copy h1 {
  position: relative;
  z-index: 1;
  max-width: 780px;
  margin: 24px 0 0;
  color: #ffffff;
  font-size: clamp(42px, 5vw, 67px);
  line-height: 0.98;
}

.lgll__copy h1 span {
  color: #9ed5e8;
}

.lgll__lead {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin: 24px 0 0;
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.65;
}

.lgll__actions {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 30px;
}

.lgll__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 0 23px;
  border: 0;
  border-radius: var(--lgll-radius-sm);
  cursor: pointer;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  box-shadow: none;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.lgll__button:hover,
.lgll__button:focus-visible {
  transform: translateY(-2px);
}

.lgll__button:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.lgll__button:focus-visible,
.lgll__text-link:focus-visible,
.lgll summary:focus-visible,
.lgll__topline a:focus-visible {
  outline: 3px solid rgba(244, 127, 119, 0.42);
  outline-offset: 3px;
}

.lgll__button--primary {
  color: var(--lgll-ink);
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
}

.lgll__button--primary:hover,
.lgll__button--primary:focus-visible {
  color: var(--lgll-ink);
  background: var(--lgll-blue-pale);
}

.lgll__button--accent {
  color: #ffffff;
  background: var(--lgll-coral);
  box-shadow: 0 14px 32px rgba(220, 101, 95, 0.25);
}

.lgll__button--accent:hover,
.lgll__button--accent:focus-visible {
  color: #ffffff;
  background: var(--lgll-coral-deep);
}

.lgll__button--full {
  width: 100%;
}

.lgll__text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  text-decoration-color: rgba(255, 255, 255, 0.35);
  text-underline-offset: 5px;
}

.lgll__text-link span {
  transition: transform 180ms ease;
}

.lgll__text-link:hover span,
.lgll__text-link:focus-visible span {
  transform: translateX(4px);
}

.lgll__text-link--dark {
  flex-shrink: 0;
  color: var(--lgll-ink);
  text-decoration-color: rgba(16, 39, 51, 0.3);
}

.lgll__proof-list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin: 34px 0 0;
  padding: 25px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  list-style: none;
}

.lgll__proof-list li {
  position: relative;
  margin: 0;
  padding-left: 19px;
  font-size: 12px;
  font-weight: 800;
}

.lgll__proof-list li::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--lgll-lime);
  box-shadow: 0 0 0 4px rgba(220, 232, 172, 0.1);
}

.lgll__photo {
  position: relative;
  grid-column: 1;
  min-height: 340px;
  border-radius: var(--lgll-radius-lg);
  overflow: hidden;
  background: #d9e5e9;
  box-shadow: var(--lgll-shadow-sm);
  animation: lgll-rise 600ms 100ms ease-out both;
}

.lgll__photo > img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
  object-position: center 28%;
}

.lgll__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 30, 40, 0.65), transparent 58%);
  pointer-events: none;
}

.lgll__photo-note {
  position: absolute;
  z-index: 1;
  top: 34px;
  left: 34px;
  width: min(315px, calc(100% - 68px));
  color: #ffffff;
}

.lgll__photo-note span {
  display: block;
  margin-bottom: 9px;
  color: #bfe0ed;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.lgll__photo-note strong {
  display: block;
  font-family: "DM Sans", sans-serif;
  font-size: clamp(23px, 3vw, 32px);
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.lgll__photo-flow {
  position: absolute;
  z-index: 1;
  bottom: 24px;
  left: 24px;
  display: inline-flex;
  align-items: center;
  max-width: calc(100% - 48px);
  padding: 11px 15px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: #ffffff;
  background: rgba(8, 30, 40, 0.66);
  backdrop-filter: blur(12px);
  font-size: 10px;
  font-weight: 800;
}

.lgll__photo-flow span {
  white-space: nowrap;
}

.lgll__photo-flow b {
  margin-right: 4px;
  color: #9ed5e8;
}

.lgll__photo-flow i {
  width: 24px;
  height: 1px;
  margin: 0 8px;
  background: rgba(255, 255, 255, 0.28);
}

.lgll__form-card {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: stretch;
  padding: 34px;
  border: 1px solid rgba(16, 39, 51, 0.08);
  border-radius: var(--lgll-radius-lg);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--lgll-shadow-lg);
  scroll-margin-top: 24px;
  animation: lgll-rise 600ms 80ms ease-out both;
}

.lgll__form-head h2 {
  margin: 18px 0 0;
  font-size: clamp(31px, 3.5vw, 43px);
  line-height: 1.02;
}

.lgll__form-head p {
  margin: 12px 0 0;
  color: var(--lgll-muted);
  font-size: 14px;
  line-height: 1.65;
}

.lgll__notice {
  margin-top: 18px;
  padding: 15px 16px;
  border-radius: var(--lgll-radius-sm);
  font-size: 13px;
  line-height: 1.55;
}

.lgll__notice strong {
  display: block;
  color: inherit;
}

.lgll__notice--success {
  color: #205f4a;
  background: #e7f4ed;
}

.lgll__notice--warning {
  color: #795718;
  background: #f8efd8;
}

.lgll__notice--error {
  color: #8b3b37;
  background: #fae7e5;
}

.lgll__form {
  position: relative;
  margin-top: 23px;
}

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

.lgll__grid--qualify,
.lgll__field--full {
  margin-top: 13px;
}

.lgll__field {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.lgll__field > span {
  color: var(--lgll-ink);
  font-size: 11px;
  font-weight: 800;
}

.lgll__field input,
.lgll__field select,
.lgll__field textarea {
  width: 100%;
  min-width: 0;
  min-height: 49px;
  margin: 0;
  border: 1px solid var(--lgll-border);
  border-radius: 12px;
  outline: none;
  color: var(--lgll-ink);
  background: #fbfcfc;
  box-shadow: none;
  font-size: 13px;
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.lgll__field input,
.lgll__field select {
  padding: 0 13px;
}

.lgll__field textarea {
  min-height: 126px;
  padding: 13px;
  resize: vertical;
}

.lgll__field input::placeholder,
.lgll__field textarea::placeholder {
  color: #8b9ca4;
  opacity: 1;
}

.lgll__field input:focus,
.lgll__field select:focus,
.lgll__field textarea:focus {
  border-color: var(--lgll-blue);
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(63, 142, 184, 0.11);
}

.lgll__trap {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.lgll__consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 16px 0;
  color: var(--lgll-ink-soft);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.55;
}

.lgll__consent input[type="checkbox"] {
  appearance: none !important;
  -webkit-appearance: none !important;
  display: inline-grid !important;
  place-content: center !important;
  flex: 0 0 20px !important;
  width: 20px !important;
  min-width: 20px !important;
  height: 20px !important;
  margin: 0 !important;
  border: 1.5px solid rgba(16, 39, 51, 0.28) !important;
  border-radius: 6px !important;
  opacity: 1 !important;
  visibility: visible !important;
  cursor: pointer;
  background-color: #ffffff !important;
  background-image: none !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 12px 12px !important;
  box-shadow: none !important;
}

.lgll__consent input[type="checkbox"]::before {
  content: none !important;
}

.lgll__consent input[type="checkbox"]:checked {
  border-color: var(--lgll-blue) !important;
  background-color: var(--lgll-blue) !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.5 8.2l2.4 2.6 6-6.2' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}

.lgll__consent input[type="checkbox"]:focus-visible {
  outline: 3px solid rgba(63, 142, 184, 0.22);
  outline-offset: 2px;
}

.lgll__consent a {
  color: var(--lgll-blue-deep);
  text-underline-offset: 2px;
}

.lgll__form-note {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 7px;
  margin: 11px 0 0;
  color: var(--lgll-muted);
  font-size: 10px;
  line-height: 1.5;
  text-align: center;
}

.lgll__form-note span {
  color: #3c8a6b;
  font-weight: 800;
}

.lgll__signal-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 20px 0 0;
  border: 1px solid var(--lgll-border);
  border-radius: var(--lgll-radius-md);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--lgll-shadow-sm);
  animation: lgll-rise 600ms 180ms ease-out both;
}

.lgll__signal-strip div {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 76px;
  padding: 15px 22px;
}

.lgll__signal-strip div + div {
  border-left: 1px solid var(--lgll-border);
}

.lgll__signal-strip span {
  color: var(--lgll-coral-deep);
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.lgll__signal-strip strong {
  color: var(--lgll-ink);
  font-size: 12px;
  line-height: 1.4;
}

.lgll__section {
  padding: clamp(74px, 9vw, 124px) 0 0;
  scroll-margin-top: 20px;
}

.lgll__section-head {
  max-width: 820px;
  margin-bottom: 34px;
}

.lgll__section-head h2 {
  margin: 19px 0 0;
  font-size: clamp(37px, 5vw, 61px);
  line-height: 0.99;
}

.lgll__section-head > p {
  max-width: 690px;
  margin: 18px 0 0;
  color: var(--lgll-muted);
  font-size: 17px;
  line-height: 1.7;
}

.lgll__section-head--split {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.65fr);
  gap: 70px;
  align-items: end;
  max-width: none;
}

.lgll__section-head--split > p {
  margin: 0 0 4px;
}

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

.lgll__pain-card {
  position: relative;
  min-height: 296px;
  padding: 25px;
  border: 1px solid var(--lgll-border);
  border-radius: var(--lgll-radius-md);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--lgll-shadow-sm);
}

.lgll__pain-card::after {
  content: "";
  position: absolute;
  right: -50px;
  bottom: -60px;
  width: 130px;
  height: 130px;
  border: 1px solid rgba(63, 142, 184, 0.14);
  border-radius: 50%;
  box-shadow: 0 0 0 25px rgba(63, 142, 184, 0.03);
}

.lgll__pain-card > span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: var(--lgll-blue-deep);
  background: var(--lgll-blue-pale);
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  font-weight: 800;
}

.lgll__pain-card h3 {
  margin: 42px 0 0;
  font-size: 25px;
  line-height: 1.08;
}

.lgll__pain-card p {
  position: relative;
  z-index: 1;
  margin: 13px 0 0;
  color: var(--lgll-muted);
  font-size: 14px;
  line-height: 1.65;
}

.lgll__bridge {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  margin-top: 14px;
  padding: 23px 26px;
  border-radius: var(--lgll-radius-md);
  color: var(--lgll-ink-soft);
  background: var(--lgll-lime);
}

.lgll__bridge p {
  max-width: 880px;
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
}

.lgll__bridge strong {
  color: var(--lgll-ink);
}

.lgll__workflow {
  display: grid;
  grid-template-columns: 1fr minmax(260px, 0.8fr) 1fr;
  gap: 18px;
  align-items: stretch;
  padding: 24px;
  border: 1px solid var(--lgll-border);
  border-radius: var(--lgll-radius-lg);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: var(--lgll-shadow-sm);
}

.lgll__workflow-inputs,
.lgll__workflow-outputs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.lgll__workflow-inputs span,
.lgll__workflow-outputs span {
  display: grid;
  place-items: center;
  min-height: 62px;
  padding: 12px;
  border: 1px solid var(--lgll-border);
  border-radius: var(--lgll-radius-sm);
  color: var(--lgll-ink);
  background: var(--lgll-paper);
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.lgll__workflow-core {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 134px;
  border-radius: var(--lgll-radius-md);
  overflow: hidden;
  color: #ffffff;
  background: var(--lgll-ink);
  text-align: center;
}

.lgll__workflow-core::before,
.lgll__workflow-core::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 18px;
  height: 1px;
  background: var(--lgll-blue);
}

.lgll__workflow-core::before {
  left: -18px;
}

.lgll__workflow-core::after {
  right: -18px;
}

.lgll__workflow-core i {
  width: 11px;
  height: 11px;
  margin-bottom: 10px;
  border-radius: 50%;
  background: var(--lgll-coral);
  box-shadow: 0 0 0 7px rgba(244, 127, 119, 0.12);
}

.lgll__workflow-core span {
  color: #a9c8d4;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lgll__workflow-core strong {
  margin-top: 4px;
  font-family: "DM Sans", sans-serif;
  font-size: 21px;
  letter-spacing: -0.03em;
}

.lgll__outcome-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}

.lgll__outcome-grid article {
  min-height: 235px;
  padding: 25px;
  border: 1px solid var(--lgll-border);
  border-radius: var(--lgll-radius-md);
  background: var(--lgll-white);
  box-shadow: var(--lgll-shadow-sm);
}

.lgll__outcome-grid span {
  color: var(--lgll-coral-deep);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.lgll__outcome-grid h3 {
  margin: 40px 0 0;
  font-size: 25px;
  line-height: 1.08;
}

.lgll__outcome-grid p {
  margin: 12px 0 0;
  color: var(--lgll-muted);
  font-size: 13px;
  line-height: 1.65;
}

.lgll__method-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--lgll-border);
  border-bottom: 1px solid var(--lgll-border);
}

.lgll__method-grid article {
  min-height: 280px;
  padding: 28px 24px;
}

.lgll__method-grid article + article {
  border-left: 1px solid var(--lgll-border);
}

.lgll__method-grid span {
  color: var(--lgll-coral-deep);
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.lgll__method-grid h3 {
  margin: 54px 0 0;
  font-size: 25px;
  line-height: 1.08;
}

.lgll__method-grid p {
  margin: 12px 0 0;
  color: var(--lgll-muted);
  font-size: 13px;
  line-height: 1.65;
}

.lgll__fit {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: 70px;
  align-items: center;
  margin-top: 18px;
  padding: clamp(38px, 6vw, 70px);
  border-radius: var(--lgll-radius-lg);
  color: rgba(255, 255, 255, 0.7);
  background: var(--lgll-ink);
}

.lgll__fit h2 {
  margin: 18px 0 0;
  max-width: 680px;
  color: #ffffff;
  font-size: clamp(34px, 4.5vw, 54px);
  line-height: 1;
}

.lgll__fit p {
  max-width: 690px;
  margin: 18px 0 0;
  font-size: 15px;
  line-height: 1.72;
}

.lgll__fit-list {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lgll__fit-list li {
  position: relative;
  margin: 0;
  padding: 16px 16px 16px 48px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--lgll-radius-sm);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.045);
  font-size: 13px;
  font-weight: 700;
}

.lgll__fit-list li::before {
  content: "✓";
  position: absolute;
  top: 14px;
  left: 17px;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: var(--lgll-ink);
  background: var(--lgll-lime);
  font-size: 11px;
  font-weight: 800;
}

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

.lgll__faq {
  align-self: start;
  border: 1px solid var(--lgll-border);
  border-radius: var(--lgll-radius-md);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--lgll-shadow-sm);
}

.lgll__faq summary {
  position: relative;
  padding: 21px 58px 21px 22px;
  cursor: pointer;
  color: var(--lgll-ink);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
  list-style: none;
}

.lgll__faq summary::-webkit-details-marker {
  display: none;
}

.lgll__faq summary span,
.lgll__faq summary span::after {
  position: absolute;
  content: "";
  background: currentColor;
}

.lgll__faq summary span {
  top: 50%;
  right: 22px;
  width: 16px;
  height: 2px;
  color: var(--lgll-blue-deep);
}

.lgll__faq summary span::after {
  top: -7px;
  left: 7px;
  width: 2px;
  height: 16px;
  transition: transform 180ms ease;
}

.lgll__faq[open] summary span::after {
  transform: rotate(90deg);
}

.lgll__faq p {
  margin: 0;
  padding: 0 22px 23px;
  color: var(--lgll-muted);
  font-size: 13px;
  line-height: 1.7;
}

.lgll__final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) auto;
  gap: 60px;
  align-items: end;
  margin-top: clamp(74px, 9vw, 124px);
  padding: clamp(38px, 6vw, 70px);
  border-radius: var(--lgll-radius-lg);
  color: rgba(255, 255, 255, 0.72);
  background:
    radial-gradient(circle at 72% 0%, rgba(63, 142, 184, 0.38), transparent 30%),
    linear-gradient(140deg, #153b4c, #0c2633);
  box-shadow: var(--lgll-shadow-lg);
}

.lgll__final-cta h2 {
  max-width: 820px;
  margin: 20px 0 0;
  color: #ffffff;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 0.98;
}

.lgll__final-cta p {
  max-width: 720px;
  margin: 18px 0 0;
  font-size: 15px;
  line-height: 1.7;
}

.lgll__final-actions {
  display: grid;
  justify-items: start;
  gap: 17px;
  min-width: 250px;
}

@keyframes lgll-rise {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1080px) {
  .lgll__hero {
    grid-template-columns: 1fr;
  }

  .lgll__copy {
    min-height: auto;
  }

  .lgll__form-card {
    grid-column: auto;
    grid-row: auto;
    order: 2;
  }

  .lgll__photo {
    grid-column: auto;
    order: 3;
  }

  .lgll__form-card .lgll__form {
    max-width: 760px;
  }

  .lgll__pain-grid,
  .lgll__outcome-grid,
  .lgll__method-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lgll__method-grid article:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--lgll-border);
  }

  .lgll__method-grid article:nth-child(4) {
    border-top: 1px solid var(--lgll-border);
  }

  .lgll__fit,
  .lgll__final-cta {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .lgll {
    padding-top: 8px;
  }

  .lgll__shell {
    width: min(100% - 24px, 720px);
  }

  .lgll__topline {
    min-height: 48px;
    margin-bottom: 8px;
  }

  .lgll__copy,
  .lgll__form-card,
  .lgll__fit,
  .lgll__final-cta {
    padding: 28px;
    border-radius: 24px;
  }

  .lgll__copy h1 {
    font-size: clamp(39px, 11vw, 56px);
  }

  .lgll__signal-strip {
    grid-template-columns: 1fr;
  }

  .lgll__signal-strip div {
    min-height: 62px;
  }

  .lgll__signal-strip div + div {
    border-top: 1px solid var(--lgll-border);
    border-left: 0;
  }

  .lgll__section-head--split {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .lgll__pain-grid,
  .lgll__outcome-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .lgll__workflow {
    grid-template-columns: 1fr;
  }

  .lgll__workflow-core::before,
  .lgll__workflow-core::after {
    display: none;
  }

  .lgll__faq-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .lgll__topline a {
    display: none;
  }

  .lgll__hero {
    gap: 12px;
  }

  .lgll__copy,
  .lgll__form-card {
    padding: 24px 20px;
  }

  .lgll__copy h1 {
    font-size: clamp(36px, 11.5vw, 49px);
  }

  .lgll__lead {
    font-size: 16px;
  }

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

  .lgll__proof-list {
    display: grid;
  }

  .lgll__grid,
  .lgll__grid--qualify,
  .lgll__pain-grid,
  .lgll__outcome-grid,
  .lgll__method-grid {
    grid-template-columns: 1fr;
  }

  .lgll__method-grid article {
    min-height: auto;
  }

  .lgll__method-grid article + article {
    border-top: 1px solid var(--lgll-border);
    border-left: 0;
  }

  .lgll__photo {
    min-height: 380px;
  }

  .lgll__photo > img {
    min-height: 380px;
    object-position: 58% center;
  }

  .lgll__photo::after {
    background: linear-gradient(0deg, rgba(8, 30, 40, 0.78), transparent 76%);
  }

  .lgll__photo-note {
    top: auto;
    bottom: 82px;
    left: 20px;
    width: calc(100% - 40px);
  }

  .lgll__photo-flow {
    bottom: 18px;
    left: 18px;
    max-width: calc(100% - 36px);
    padding: 9px 11px;
    font-size: 8px;
  }

  .lgll__photo-flow i {
    width: 10px;
    margin: 0 5px;
  }

  .lgll__section {
    padding-top: 78px;
  }

  .lgll__section-head h2,
  .lgll__final-cta h2 {
    font-size: clamp(34px, 10vw, 45px);
  }

  .lgll__pain-card,
  .lgll__outcome-grid article {
    min-height: auto;
  }

  .lgll__pain-card h3,
  .lgll__outcome-grid h3 {
    margin-top: 28px;
  }

  .lgll__workflow {
    padding: 14px;
  }

  .lgll__workflow-inputs,
  .lgll__workflow-outputs {
    grid-template-columns: 1fr 1fr;
  }

  .lgll__fit,
  .lgll__final-cta {
    gap: 34px;
  }

  .lgll__final-actions {
    width: 100%;
    min-width: 0;
  }

  .lgll__final-actions .lgll__button {
    width: 100%;
  }
}

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