.landing-page {
  background: #fff;
  color: #102a2a;
  overflow-x: hidden;
}

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

.landing-page a {
  text-decoration: none;
}

.landing-header {
  align-items: center;
  backdrop-filter: blur(12px);
  background: #ffffffeb;
  border-bottom: 1px solid #dbe7e6;
  display: flex;
  height: 82px;
  justify-content: space-between;
  padding: 0 max(24px, calc((100vw - 1180px) / 2));
  position: sticky;
  top: 0;
  z-index: 20;
}

.landing-brand {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 11px;
}

.landing-brand > span:last-child {
  display: grid;
}

.landing-brand strong {
  font-size: 12px;
  letter-spacing: .1em;
}

.landing-brand small {
  color: #647878;
  font-size: 10px;
}

.landing-header nav {
  align-items: center;
  display: flex;
  gap: 28px;
}

.landing-header nav > a:not(.button) {
  color: #496362;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.landing-hero {
  align-items: center;
  background: radial-gradient(circle at 8% 10%, #ccfbf1, transparent 34%), linear-gradient(180deg, #f8fffe, #fff);
  display: grid;
  gap: 70px;
  grid-template-columns: 1.05fr .95fr;
  min-height: 680px;
  padding: 90px max(24px, calc((100vw - 1180px) / 2));
}

.landing-kicker {
  color: #0f9f9a;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
}

.hero-copy h1 {
  font-size: clamp(42px, 5vw, 58px);
  letter-spacing: -.055em;
  line-height: 1.03;
  margin: 18px 0 22px;
  max-width: 650px;
}

.hero-copy > p {
  color: #58706f;
  font-size: 18px;
  line-height: 1.65;
  max-width: 620px;
}

.hero-actions {
  display: flex;
  gap: 12px;
  margin: 30px 0 20px;
}

.hero-button {
  font-size: 14px;
  padding: 14px 20px;
}

.app-store-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 0 0 24px;
}

.app-store-button {
  align-items: center;
  background: #050505;
  border: 1px solid #000;
  border-radius: 12px;
  box-shadow: 0 10px 24px #0000001f;
  color: #fff !important;
  display: inline-flex;
  gap: 10px;
  min-width: 168px;
  padding: 9px 16px;
  transition: transform .18s ease, box-shadow .18s ease;
}

.app-store-button:hover {
  box-shadow: 0 14px 30px #0000002b;
  transform: translateY(-2px);
}

.app-store-icon {
  display: grid;
  font-size: 18px;
  height: 30px;
  line-height: 1;
  place-items: center;
  width: 30px;
}

.app-store-button > span:last-child {
  display: grid;
  line-height: 1.05;
  text-align: left;
}

.app-store-button small {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .02em;
}

.app-store-button strong {
  font-size: 19px;
  margin-top: 2px;
}

.app-store-live {
  align-items: center;
  color: #58706f;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  gap: 7px;
}

.app-store-live i {
  background: #16a34a;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #dcfce7;
  height: 8px;
  width: 8px;
}

.hero-trust {
  color: #58706f;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  gap: 16px;
}

.hero-preview {
  background: #fff;
  border: 1px solid #cfe1df;
  border-radius: 22px;
  box-shadow: 0 32px 90px #073b3a1f;
  min-width: 0;
  padding: 24px;
  transform: rotate(1deg);
}

.preview-top {
  align-items: center;
  border-bottom: 1px solid #e2eceb;
  display: grid;
  gap: 10px;
  grid-template-columns: auto 1fr auto;
  padding-bottom: 17px;
}

.preview-top small {
  color: #7b9190;
  font-size: 10px;
}

.preview-dot {
  background: #0f9f9a;
  border-radius: 50%;
  height: 10px;
  width: 10px;
}

.preview-stats {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 18px 0;
}

.preview-stats div {
  background: #f2f8f7;
  border-radius: 12px;
  min-width: 0;
  padding: 14px;
}

.preview-stats span {
  color: #647878;
  display: block;
  font-size: 10px;
}

.preview-stats strong {
  font-size: 26px;
}

.preview-task {
  align-items: center;
  border: 1px solid #e2eceb;
  border-radius: 12px;
  display: grid;
  gap: 11px;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  margin-top: 9px;
  padding: 13px;
}

.preview-task i {
  background: #0f9f9a;
  border-radius: 50%;
  color: #fff;
  display: grid;
  font-style: normal;
  font-weight: 800;
  height: 38px;
  place-items: center;
  width: 38px;
}

.preview-task div {
  display: grid;
  min-width: 0;
}

.preview-task div strong {
  font-size: 12px;
}

.preview-task div small {
  color: #718685;
  font-size: 10px;
  margin-top: 4px;
}

.preview-task > span {
  background: #ccfbf1;
  border-radius: 99px;
  color: #087b78;
  font-size: 9px;
  padding: 5px 8px;
}

.preview-task > span.amber {
  background: #fff3d1;
  color: #a65d00;
}

.landing-section {
  padding: 100px max(24px, calc((100vw - 1180px) / 2));
}

.section-heading {
  margin: 0 auto 50px;
  max-width: 730px;
  text-align: center;
}

.section-heading h2,
.security-section h2,
.landing-cta h2 {
  font-size: 40px;
  letter-spacing: -.04em;
  margin: 12px 0;
}

.section-heading p,
.security-section > div > p,
.landing-cta p {
  color: #647878;
  line-height: 1.65;
}

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

.feature-grid article {
  background: #fff;
  border: 1px solid #dbe7e6;
  border-radius: 16px;
  box-shadow: 0 8px 30px #073b3a0a;
  padding: 26px;
}

.feature-grid article > span {
  background: #ccfbf1;
  border-radius: 11px;
  color: #087b78;
  display: grid;
  font-weight: 900;
  height: 40px;
  place-items: center;
  width: 40px;
}

.feature-grid h3 {
  font-size: 17px;
  margin: 18px 0 8px;
}

.feature-grid p,
.sector-grid p {
  color: #647878;
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
}

.landing-band {
  background: #073b3a;
  color: #fff;
  padding: 95px max(24px, calc((100vw - 1180px) / 2));
}

.section-heading.light .landing-kicker {
  color: #5eead4;
}

.section-heading.light h2 {
  color: #fff;
}

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

.sector-grid article {
  background: #ffffff0d;
  border: 1px solid #ffffff1f;
  border-radius: 16px;
  padding: 26px;
}

.sector-grid strong {
  display: block;
  font-size: 18px;
  margin-bottom: 9px;
}

.sector-grid p {
  color: #b7cecc;
}

.security-section {
  align-items: center;
  display: grid;
  gap: 80px;
  grid-template-columns: 1.2fr .8fr;
}

.security-section ul {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr;
  list-style: none;
  margin-top: 28px;
  padding: 0;
}

.security-section li {
  font-size: 13px;
  font-weight: 700;
}

.security-section li::before {
  color: #0f9f9a;
  content: "✓";
  margin-right: 8px;
}

.security-card {
  background: linear-gradient(145deg, #0f9f9a, #087b78);
  border-radius: 22px;
  box-shadow: 0 28px 70px #087b7833;
  color: #fff;
  padding: 40px;
}

.security-card > span {
  font-size: 34px;
}

.security-card strong {
  display: block;
  font-size: 22px;
  margin: 18px 0 8px;
}

.security-card p {
  color: #d7fffb;
  line-height: 1.6;
}

.landing-cta {
  background: #f2f8f7;
  padding: 90px 24px;
  text-align: center;
}

.landing-cta p {
  margin-bottom: 26px;
}

.cta-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.landing-footer {
  align-items: center;
  border-top: 1px solid #dbe7e6;
  display: flex;
  justify-content: space-between;
  min-height: 120px;
  padding: 30px max(24px, calc((100vw - 1180px) / 2));
}

.landing-footer p,
.landing-footer > a {
  color: #647878;
  font-size: 11px;
}

@media (max-width: 900px) {
  .landing-header nav > a:not(.button) {
    display: none;
  }

  .landing-hero {
    gap: 45px;
    grid-template-columns: 1fr;
    padding-top: 65px;
  }

  .hero-copy {
    text-align: center;
  }

  .hero-copy h1,
  .hero-copy > p {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-actions,
  .hero-trust,
  .app-store-row {
    justify-content: center;
  }

  .hero-preview {
    margin: auto;
    max-width: 650px;
    transform: none;
    width: 100%;
  }

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

  .security-section {
    gap: 40px;
    grid-template-columns: 1fr;
  }

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

@media (max-width: 600px) {
  .landing-header {
    height: 70px;
    padding: 0 16px;
  }

  .landing-brand {
    gap: 8px;
    min-width: 0;
  }

  .landing-brand .logo-box {
    flex: 0 0 auto;
  }

  .landing-brand small {
    display: none;
  }

  .landing-header nav {
    flex: 0 0 auto;
    gap: 0;
  }

  .landing-header nav > a:not(.button) {
    display: none;
  }

  .landing-header .button {
    padding: 9px 12px;
    white-space: nowrap;
  }

  .landing-hero {
    min-height: auto;
    padding: 52px 18px 64px;
  }

  .hero-copy h1 {
    font-size: clamp(36px, 11vw, 42px);
    overflow-wrap: anywhere;
  }

  .hero-copy > p {
    font-size: 15px;
  }

  .hero-actions {
    display: grid;
  }

  .app-store-row {
    display: grid;
    gap: 12px;
    justify-items: center;
  }

  .app-store-button {
    justify-content: center;
  }

  .hero-trust {
    display: grid;
    gap: 8px;
  }

  .hero-preview {
    padding: 15px;
  }

  .preview-top {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .preview-top small {
    display: none;
  }

  .preview-stats {
    grid-template-columns: 1fr 1fr;
  }

  .preview-stats div:last-child {
    grid-column: 1 / -1;
  }

  .preview-task {
    grid-template-columns: 36px minmax(0, 1fr);
    padding: 11px;
  }

  .preview-task > span {
    display: none;
  }

  .preview-task div strong,
  .preview-task div small {
    overflow-wrap: anywhere;
  }

  .landing-section,
  .landing-band {
    padding: 70px 18px;
  }

  .section-heading h2,
  .security-section h2,
  .landing-cta h2 {
    font-size: 31px;
  }

  .feature-grid,
  .security-section ul {
    grid-template-columns: 1fr;
  }

  .landing-footer {
    display: grid;
    gap: 18px;
    justify-items: center;
    text-align: center;
  }
}

@media (max-width: 370px) {
  .landing-brand strong {
    font-size: 10px;
  }

  .landing-header .button {
    font-size: 12px;
    padding: 8px 10px;
  }

  .hero-copy h1 {
    font-size: 34px;
  }
}
