/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

:root {
  --sanma-ink: #17202a;
  --sanma-muted: #667085;
  --sanma-line: #d8dee8;
  --sanma-panel: #f7f9fc;
  --sanma-green: #16825d;
  --sanma-blue: #1d5f99;
  --sanma-gold: #c78927;
}

.sanma-home #main,
.sanma-home .page-wrapper {
  padding: 0;
}

.sanma-wrap {
  color: var(--sanma-ink);
  font-family: Inter, Arial, sans-serif;
  background: #ffffff;
}

.sanma-container {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
}

.sanma-hero {
  padding: 76px 0 44px;
  background:
    linear-gradient(135deg, rgba(23, 32, 42, .96), rgba(24, 94, 105, .84)),
    repeating-linear-gradient(90deg, rgba(255,255,255,.06) 0, rgba(255,255,255,.06) 1px, transparent 1px, transparent 58px),
    repeating-linear-gradient(0deg, rgba(255,255,255,.04) 0, rgba(255,255,255,.04) 1px, transparent 1px, transparent 58px);
  color: #ffffff;
}

.sanma-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: 44px;
  align-items: center;
}

.sanma-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  color: #dff7ef;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 20px;
}

.sanma-hero h1 {
  max-width: 720px;
  color: #ffffff;
  font-size: 54px;
  line-height: 1.04;
  margin: 0 0 18px;
}

.sanma-lead {
  max-width: 640px;
  color: rgba(255,255,255,.84);
  font-size: 19px;
  line-height: 1.7;
  margin-bottom: 28px;
}

.sanma-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.sanma-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 8px;
  font-weight: 700;
  color: #ffffff;
  background: var(--sanma-green);
}

.sanma-btn:hover {
  color: #ffffff;
  background: #126f50;
}

.sanma-btn.secondary {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.28);
}

.sanma-mini-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 620px;
}

.sanma-mini-stats strong {
  display: block;
  color: #ffffff;
  font-size: 23px;
  line-height: 1.1;
}

.sanma-mini-stats span {
  display: block;
  color: rgba(255,255,255,.7);
  font-size: 13px;
  margin-top: 5px;
}

.sanma-board {
  background: #ffffff;
  color: var(--sanma-ink);
  border-radius: 8px;
  box-shadow: 0 22px 70px rgba(0,0,0,.28);
  overflow: hidden;
}

.sanma-board-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 18px;
  background: #f1f5f9;
  border-bottom: 1px solid var(--sanma-line);
}

.sanma-board-head strong {
  color: var(--sanma-ink);
  font-size: 15px;
}

.sanma-board-head span {
  color: var(--sanma-muted);
  font-size: 13px;
}

.sanma-rows {
  display: grid;
}

.sanma-row {
  display: grid;
  grid-template-columns: 62px 1fr 92px 92px;
  gap: 12px;
  align-items: center;
  padding: 14px 18px;
  border-bottom: 1px solid #edf1f5;
  font-size: 14px;
}

.sanma-row:last-child {
  border-bottom: 0;
}

.sanma-code {
  font-weight: 800;
  letter-spacing: 0;
}

.sanma-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 9px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  background: #eaf6f1;
  color: var(--sanma-green);
}

.sanma-row small {
  color: var(--sanma-muted);
  font-size: 12px;
}

.sanma-section {
  padding: 64px 0;
}

.sanma-section.alt {
  background: var(--sanma-panel);
}

.sanma-section-title {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(260px, .42fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 30px;
}

.sanma-section-title h2 {
  color: var(--sanma-ink);
  font-size: 34px;
  line-height: 1.15;
  margin: 0;
}

.sanma-section-title p {
  color: var(--sanma-muted);
  line-height: 1.7;
  margin: 0;
}

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

.sanma-card {
  background: #ffffff;
  border: 1px solid var(--sanma-line);
  border-radius: 8px;
  padding: 24px;
}

.sanma-card strong {
  display: block;
  color: var(--sanma-ink);
  font-size: 19px;
  margin-bottom: 10px;
}

.sanma-card p,
.sanma-card li {
  color: var(--sanma-muted);
  line-height: 1.65;
}

.sanma-card ul {
  margin: 14px 0 0 18px;
}

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

.sanma-step {
  padding: 22px;
  background: #ffffff;
  border: 1px solid var(--sanma-line);
  border-radius: 8px;
}

.sanma-step span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #e7f1fa;
  color: var(--sanma-blue);
  font-weight: 800;
  margin-bottom: 14px;
}

.sanma-step strong {
  display: block;
  margin-bottom: 8px;
}

.sanma-step p {
  color: var(--sanma-muted);
  line-height: 1.6;
  margin: 0;
}

.sanma-cta {
  padding: 46px;
  border-radius: 8px;
  background: #17202a;
  color: #ffffff;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
}

.sanma-cta h2 {
  color: #ffffff;
  font-size: 30px;
  margin: 0 0 8px;
}

.sanma-cta p {
  color: rgba(255,255,255,.72);
  margin: 0;
}

.sanma-note {
  padding: 18px 20px;
  border-left: 4px solid var(--sanma-gold);
  background: #fff8ed;
  color: #7a4b12;
  border-radius: 8px;
  line-height: 1.65;
}

.sanma-footer-strip {
  padding: 24px 0;
  background: #0f1720;
  color: rgba(255,255,255,.72);
  font-size: 14px;
}

.sanma-footer-strip strong {
  color: #ffffff;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

  .sanma-container {
    width: min(100% - 28px, 1120px);
  }

  .sanma-hero {
    padding: 46px 0 34px;
  }

  .sanma-hero-grid,
  .sanma-section-title,
  .sanma-cards,
  .sanma-flow,
  .sanma-cta {
    grid-template-columns: 1fr;
  }

  .sanma-hero h1 {
    font-size: 36px;
    line-height: 1.1;
  }

  .sanma-lead {
    font-size: 16px;
  }

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

  .sanma-row {
    grid-template-columns: 54px 1fr;
    gap: 8px;
  }

  .sanma-row .sanma-tag,
  .sanma-row small:last-child {
    justify-self: start;
  }

  .sanma-section {
    padding: 44px 0;
  }

  .sanma-section-title h2 {
    font-size: 27px;
  }

  .sanma-card,
  .sanma-step,
  .sanma-cta {
    padding: 20px;
  }

  .sanma-cta .sanma-btn {
    width: 100%;
  }

}
