/* [project]/apps/web/src/app/home.css [app-client] (css) */
.lp section {
  padding: 0;
}

.lp p {
  max-width: 68ch;
  margin: 0;
}

.lp h1, .lp h2, .lp h3 {
  letter-spacing: -.01em;
  margin: 0;
  font-weight: 500;
}

.lp h1 {
  font-size: clamp(2.4rem, 5.5vw, 4rem);
}

.lp h2 {
  margin-bottom: .5em;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
}

.lp h3 {
  margin-bottom: .4em;
  font-size: 1.25rem;
}

.lp .wrap {
  max-width: 1120px;
}

.lp .wrap-narrow {
  max-width: 760px;
}

.lp .center {
  text-align: center;
}

.lp ul {
  margin: 0;
  padding: 0;
}

.lp .eyebrow {
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1rem;
  font-size: .78rem;
  font-weight: 600;
}

.lp .lede {
  color: var(--ink-soft);
  margin: 1.4rem 0 2rem;
  font-size: 1.25rem;
}

.lp .section-lede {
  color: var(--ink-soft);
  margin-bottom: 2.5rem;
  font-size: 1.1rem;
}

.lp .btn {
  padding: 13px 26px;
  font-size: .98rem;
  transition: background .2s, border-color .2s, transform .15s;
}

.lp .btn:active {
  transform: translateY(1px);
}

.lp .btn-sm {
  padding: 8px 16px;
  font-size: .88rem;
}

.lp .btn-block {
  text-align: center;
  width: auto;
  margin-top: 18px;
  display: block;
}

.lp .btn-disabled {
  color: var(--ink-soft);
  cursor: default;
  border: 1px dashed var(--border);
  background: none;
}

.lp .section-dark .btn-ghost {
  color: var(--paper);
  border-color: #3a4152;
}

.lp .section-dark .btn-ghost:hover {
  border-color: var(--paper);
}

.lp .hero {
  padding: 110px 0 90px;
}

.lp .hero-grid {
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  gap: 48px;
  display: grid;
}

.lp .hero-ctas {
  flex-wrap: wrap;
  gap: 14px;
  display: flex;
}

.lp .hero-art svg, .lp .way-art svg, .lp .step-art svg, .lp .card-art svg {
  width: 100%;
  height: auto;
  display: block;
}

.lp .hero-phones {
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  display: flex;
}

.lp .hero-phones .ph-frame {
  width: 190px;
}

.lp .hero-phones .hero-phone-2 {
  margin-top: 44px;
}

.lp .trust-chips {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
  display: flex;
}

.lp .tchip {
  color: var(--ink-soft);
  background: var(--surface);
  border: 1px solid var(--border);
  white-space: nowrap;
  border-radius: 20px;
  padding: 5px 12px;
  font-size: .78rem;
}

.lp .statband {
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 20px 0;
}

.lp .statband-inner {
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  gap: 44px;
  display: flex;
}

.lp .stat {
  color: var(--ink-soft);
  align-items: baseline;
  gap: 10px;
  font-size: .9rem;
  display: flex;
}

.lp .stat-n {
  font-family: var(--font-display);
  color: var(--accent);
  white-space: nowrap;
  font-size: 1.7rem;
  font-weight: 600;
}

.lp .section {
  padding: 96px 0;
}

.lp .section-dark {
  background: var(--ink);
  color: var(--paper);
}

.lp .section-dark .eyebrow {
  color: #7fa0f5;
}

.lp .section-dark .section-lede, .lp .section-dark p, .lp .section-dark li {
  color: #b8becd;
}

.lp .section-dark h2, .lp .section-dark h3 {
  color: var(--paper);
}

.lp .section-risk {
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.lp .section-final {
  padding: 120px 0;
}

.lp .section-final .btn {
  margin-top: .5rem;
}

.lp .steps {
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin-top: 3rem;
  display: grid;
}

.lp .step {
  background: none;
  border: 0;
  border-radius: 0;
  padding: 0;
}

.lp .step:before {
  content: none;
}

.lp .step-art {
  max-width: 150px;
  margin-bottom: 14px;
}

.lp .step-num {
  font-family: var(--font-display);
  color: var(--accent);
  margin-bottom: 10px;
  font-size: .95rem;
  display: block;
}

.lp .step h3 {
  font-size: 1.25rem;
}

.lp .step p {
  color: var(--ink-soft);
  font-size: .95rem;
}

.lp .split {
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin-top: 2.5rem;
  display: grid;
}

.lp .split-col ul {
  margin-top: 1rem;
  list-style: none;
}

.lp .split-col li {
  border-bottom: 1px solid #262c3a;
  padding: 12px 0 12px 30px;
  position: relative;
}

.lp .split-col li:before {
  content: "—";
  color: #7fa0f5;
  position: absolute;
  left: 0;
}

.lp .split-note {
  color: #b8becd;
  margin-top: 2.5rem;
  font-size: 1.05rem;
}

.lp .cards {
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  display: grid;
}

.lp .card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 26px;
  transition: transform .25s, box-shadow .25s;
  display: block;
  position: relative;
}

.lp .card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px #0b0e1414;
}

.lp .card-taken {
  opacity: .72;
}

.lp .card-create {
  text-align: center;
  border-style: dashed;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.lp .badge {
  letter-spacing: .05em;
  text-transform: uppercase;
  width: auto;
  color: var(--ink-soft);
  border: 0;
  border-radius: 5px;
  margin-bottom: 16px;
  padding: 4px 8px;
  font-size: .68rem;
  font-weight: 600;
  display: inline-block;
}

.lp .badge-sample {
  background: var(--warn-bg);
  color: var(--warn-ink);
}

.lp .badge-taken {
  color: var(--ink-soft);
  background: #edebe6;
}

.lp .card-cat {
  color: var(--ink-soft);
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 8px;
  font-size: .8rem;
}

.lp .card-desc {
  color: var(--ink-soft);
  margin-bottom: 18px;
  font-size: .95rem;
}

.lp .card-data {
  border-top: 1px solid var(--border);
  margin: 0;
}

.lp .card-data div {
  border-bottom: 1px solid var(--border);
  justify-content: space-between;
  padding: 9px 0;
  font-size: .88rem;
  display: flex;
}

.lp .card-data dt {
  color: var(--ink-soft);
  margin: 0;
}

.lp .card-data dd {
  margin: 0;
  font-weight: 600;
}

.lp .card-art {
  margin-bottom: 14px;
}

.lp .card-phone {
  justify-content: center;
  margin-bottom: 16px;
  display: flex;
}

.lp .card-phone .ph-frame {
  border-radius: 22px;
  width: 150px;
  padding: 8px 6px;
}

.lp .card-phone .ph {
  border-radius: 15px;
  height: 300px;
}

.lp .placeholder-note {
  color: var(--warn-ink);
  background: var(--warn-bg);
  border-radius: 8px;
  max-width: none;
  margin-top: 2rem;
  padding: 12px 16px;
  font-size: .85rem;
}

.lp .ways-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 2.4rem;
  display: grid;
}

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

.lp .way {
  background: var(--surface);
  border: 1px solid var(--border);
  text-align: center;
  border-radius: 14px;
  padding: 26px;
}

.lp .way-art {
  max-width: 190px;
  margin: 0 auto 16px;
}

.lp .way h3 {
  margin-bottom: 6px;
}

.lp .way p {
  color: var(--ink-soft);
  font-size: .92rem;
}

.lp .counsel-note {
  color: var(--warn-ink);
  background: var(--warn-bg);
  border-radius: 8px;
  max-width: none;
  margin-top: 2.5rem;
  padding: 12px 16px;
  font-size: .8rem;
}

.lp .price-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 2.5rem;
  display: grid;
}

.lp .price-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.lp .price-item {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 26px;
}

.lp .price-fig {
  font-family: var(--font-display);
  color: var(--accent);
  margin: 8px 0 12px;
  font-size: 1.5rem;
}

.lp .price-item p:last-child {
  color: var(--ink-soft);
  font-size: .9rem;
}

.lp .faq-item {
  border-bottom: 1px solid var(--border);
  padding: 6px 0;
}

.lp .faq-item summary {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
  font-size: 1.05rem;
  font-weight: 600;
  list-style: none;
  display: flex;
}

.lp .faq-item summary::-webkit-details-marker {
  display: none;
}

.lp .faq-item summary:after {
  content: "+";
  font-family: var(--font-display);
  color: var(--accent);
  font-size: 1.4rem;
}

.lp .faq-item[open] summary:after {
  content: "–";
}

.lp .faq-item p {
  color: var(--ink-soft);
  padding: 0 0 18px;
}

.lp .cta-bar {
  background: var(--surface);
  border-top: 1px solid var(--border);
  z-index: 50;
  align-items: center;
  gap: 14px;
  padding: 10px 20px;
  transition: transform .25s;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(110%);
  box-shadow: 0 -4px 16px #00000012;
}

.lp .cta-bar.show {
  transform: none;
}

.lp .cta-bar .cta-name {
  font-weight: 600;
}

.lp .cta-bar .cta-price {
  color: var(--ink-soft);
  font-size: .9rem;
}

.lp .cta-bar .cta-spacer {
  flex: 1;
}

.lp .reveal {
  opacity: 0;
  transition: opacity .5s ease-out, transform .5s ease-out;
  transform: translateY(16px);
}

.lp .reveal.in {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .lp .reveal {
    opacity: 1;
    transition: none;
    transform: none;
  }
}

@media (max-width: 900px) {
  .lp .steps, .lp .price-grid {
    grid-template-columns: 1fr 1fr;
  }

  .lp .cards, .lp .ways-grid, .lp .ways-2 {
    grid-template-columns: 1fr;
  }

  .lp .price-grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }

  .lp .split {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .lp .hero-grid {
    grid-template-columns: 1fr;
  }

  .lp .hero-art {
    max-width: 380px;
  }

  .lp .hero-phones .ph-frame {
    width: 150px;
  }
}

@media (max-width: 400px) {
  .lp .hero-grid > * {
    min-width: 0;
  }

  .lp .hero-phones {
    gap: 12px;
  }

  .lp .hero-phones .ph-frame {
    width: calc(50% - 6px);
  }

  .lp .tchip {
    white-space: normal;
  }
}

@media (max-width: 560px) {
  .lp .steps, .lp .price-grid, .lp .price-grid-3 {
    grid-template-columns: 1fr;
  }

  .lp .hero {
    padding: 72px 0 64px;
  }

  .lp .section {
    padding: 64px 0;
  }

  .lp .hero-ctas .btn {
    text-align: center;
    width: 100%;
  }

  .lp .cta-bar .cta-price {
    display: none;
  }
}

.ph-frame {
  background: #1b1e24;
  border-radius: 28px;
  flex: none;
  width: 186px;
  padding: 9px 7px;
  box-shadow: 0 14px 34px #1b1e2438;
}

.ph {
  --a: #2b5be3;
  --d: #1e47c2;
  --al: #eaf0fe;
  height: 372px;
  font-family: var(--font-body);
  color: #1b1e24;
  background: #f6f7fb;
  border-radius: 20px;
  flex-direction: column;
  font-size: 9px;
  line-height: 1.35;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ph-status {
  justify-content: space-between;
  align-items: center;
  padding: 7px 14px 2px;
  font-size: 7.5px;
  font-weight: 700;
  display: flex;
}

.ph-status .ph-sig {
  align-items: center;
  gap: 3px;
  display: flex;
}

.ph-sig i {
  background: #1b1e24;
  border-radius: 1.5px;
  width: 9px;
  height: 5px;
  display: block;
}

.ph-sig i:first-child {
  border-radius: 50%;
  width: 5px;
  height: 5px;
}

.ph-appbar {
  align-items: center;
  gap: 8px;
  min-height: 30px;
  padding: 8px 13px 6px;
  display: flex;
  position: relative;
}

.ph-avatar {
  background: var(--a);
  color: #fff;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-size: 8.5px;
  font-weight: 700;
  display: flex;
}

.ph-greet {
  line-height: 1.25;
}

.ph-greet small {
  color: #8b90a0;
  font-size: 7px;
  display: block;
}

.ph-greet b {
  font-size: 10px;
}

.ph-bell {
  background: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-left: auto;
  font-size: 10px;
  display: flex;
  position: relative;
  box-shadow: 0 3px 8px #1b1e2414;
}

.ph-bell:after {
  content: "";
  background: #e0483c;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 4px;
  right: 5px;
}

.ph-back {
  margin-left: 0;
  margin-right: auto;
}

.ph-title2 {
  font-size: 11px;
  font-weight: 700;
}

.ph-link {
  color: var(--a);
  margin-left: auto;
  font-size: 8px;
  font-weight: 600;
}

.ph-body {
  flex: 1;
  padding: 2px 0 6px;
  overflow: hidden;
}

.ph-hero {
  background: linear-gradient(135deg, var(--a), var(--d));
  color: #fff;
  border-radius: 16px;
  margin: 4px 12px 10px;
  padding: 12px 13px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 18px #1b1e242e;
}

.ph-hero:before {
  content: "";
  border: 14px solid #ffffff24;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  position: absolute;
  top: -30px;
  right: -26px;
}

.ph-hero small {
  color: #ffffffc7;
  margin-bottom: 2px;
  font-size: 7.5px;
  display: block;
}

.ph-hero .ph-big {
  letter-spacing: -.3px;
  font-size: 19px;
  font-weight: 700;
}

.ph-hero-stats {
  gap: 14px;
  margin-top: 8px;
  display: flex;
}

.ph-hero-stats span {
  color: #ffffffc7;
  font-size: 7px;
}

.ph-hero-stats b {
  color: #fff;
  font-size: 9.5px;
  display: block;
}

.ph-sec {
  align-items: baseline;
  margin: 4px 13px 6px;
  display: flex;
}

.ph-sec b {
  font-size: 9.5px;
}

.ph-sec span {
  color: var(--a);
  margin-left: auto;
  font-size: 7.5px;
  font-weight: 600;
}

.ph-card {
  background: #fff;
  border-radius: 13px;
  margin: 0 12px 7px;
  padding: 9px 10px;
  box-shadow: 0 4px 12px #1b1e240f;
}

.ph-item {
  align-items: center;
  gap: 8px;
  display: flex;
}

.ph-item + .ph-item {
  border-top: 1px solid #f1f2f6;
  margin-top: 8px;
  padding-top: 8px;
}

.ph-tile {
  background: var(--al);
  border-radius: 9px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  font-size: 13px;
  display: flex;
}

.ph-item .ph-txt b {
  font-size: 9px;
  display: block;
}

.ph-item .ph-txt small {
  color: #8b90a0;
  font-size: 7px;
}

.ph-right {
  text-align: right;
  margin-left: auto;
}

.ph-badge {
  background: var(--al);
  color: var(--a);
  border-radius: 8px;
  padding: 2px 6px;
  font-size: 6.8px;
  font-weight: 700;
  display: inline-block;
}

.ph-badge.ok {
  color: #177a54;
  background: #e1f3ea;
}

.ph-badge.warn {
  color: #8a6116;
  background: #fbf0dc;
}

.ph-badge.hot {
  color: #c03a2e;
  background: #fbe4e1;
}

.ph-pills {
  gap: 5px;
  margin: 2px 12px 8px;
  display: flex;
}

.ph-pill {
  color: #8b90a0;
  background: #fff;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 7.5px;
  font-weight: 600;
  box-shadow: 0 2px 6px #1b1e240d;
}

.ph-pill.on {
  background: var(--a);
  color: #fff;
}

.ph-search {
  color: #8b90a0;
  background: #fff;
  border-radius: 999px;
  align-items: center;
  gap: 6px;
  margin: 2px 12px 8px;
  padding: 6px 11px;
  font-size: 8px;
  display: flex;
  box-shadow: 0 2px 6px #1b1e240d;
}

.ph-btn2 {
  text-align: center;
  background: linear-gradient(135deg, var(--a), var(--d));
  color: #fff;
  border-radius: 11px;
  margin: 4px 12px 0;
  padding: 8px;
  font-size: 8.5px;
  font-weight: 700;
  display: block;
  box-shadow: 0 6px 14px #1b1e2429;
}

.ph-btn2.ghost {
  color: var(--a);
  background: #fff;
  box-shadow: 0 2px 6px #1b1e240f;
}

.ph-nav {
  background: #fff;
  border-top: 1px solid #f1f2f6;
  margin-top: auto;
  padding: 6px 0 8px;
  display: flex;
}

.ph-nav span {
  text-align: center;
  opacity: .35;
  flex: 1;
  font-size: 11px;
}

.ph-nav span.on {
  opacity: 1;
}

.ph-nav span.on:after {
  content: "";
  background: var(--a);
  border-radius: 50%;
  width: 4px;
  height: 4px;
  margin: 1px auto 0;
  display: block;
}

.ph-fab {
  background: linear-gradient(135deg, var(--a), var(--d));
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  position: absolute;
  bottom: 42px;
  right: 13px;
  box-shadow: 0 8px 16px #1b1e243d;
}

.ph-ring {
  background: conic-gradient(var(--a) calc(var(--p) * 1%), #ecedf2 0);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 62px;
  height: 62px;
  margin: 0 auto;
  display: flex;
}

.ph-ring.ok {
  background: conic-gradient(#1a9e6c calc(var(--p) * 1%), #ecedf2 0);
}

.ph-ring i {
  background: #fff;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  display: flex;
}

.ph-ring i small {
  color: #8b90a0;
  font-size: 6px;
  font-weight: 400;
}

.ph-bars2 {
  align-items: flex-end;
  gap: 5px;
  height: 52px;
  padding: 0 2px;
  display: flex;
}

.ph-bars2 i {
  background: var(--al);
  border-radius: 5px;
  flex: 1;
}

.ph-bars2 i.hi {
  background: linear-gradient(180deg, var(--a), var(--d));
}

.ph-bars2 i.ok {
  background: #1a9e6c;
}

.ph-axis {
  gap: 5px;
  padding: 3px 2px 0;
  display: flex;
}

.ph-axis span {
  text-align: center;
  color: #8b90a0;
  flex: 1;
  font-size: 6px;
}

.ph-drop {
  border: 1.5px dashed var(--a);
  text-align: center;
  color: var(--a);
  background: var(--al);
  border-radius: 11px;
  padding: 13px 8px;
  font-size: 8px;
  font-weight: 700;
}

.ph-check {
  border: 1.5px solid #c9cdd6;
  border-radius: 50%;
  flex: none;
  width: 12px;
  height: 12px;
}

.ph-check.on {
  background: #1a9e6c;
  border-color: #1a9e6c;
  position: relative;
}

.ph-check.on:after {
  content: "";
  border: 1.5px solid #fff;
  border-width: 0 1.5px 1.5px 0;
  width: 3px;
  height: 6px;
  position: absolute;
  top: 1px;
  left: 3px;
  transform: rotate(45deg);
}

.ph-strike {
  color: #a7acb9;
  text-decoration: line-through;
}

.ph-bubble {
  border-radius: 11px;
  max-width: 74%;
  margin: 0 12px 6px;
  padding: 6px 9px;
  font-size: 8px;
  box-shadow: 0 2px 6px #1b1e240d;
}

.ph-bubble.out {
  background: linear-gradient(135deg, var(--a), var(--d));
  color: #fff;
  border-bottom-right-radius: 3px;
  margin-left: auto;
}

.ph-bubble.in {
  background: #fff;
  border-bottom-left-radius: 3px;
}

.ph-bubble small {
  opacity: .65;
  margin-top: 2px;
  font-size: 6px;
  display: block;
}

.ph-cam {
  background: linear-gradient(160deg, #2a2e37, #171a20);
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  height: 118px;
  margin: 4px 12px 8px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ph-cam:before, .ph-cam:after {
  content: "";
  opacity: .85;
  border: 2.5px solid #fff;
  width: 26px;
  height: 26px;
  position: absolute;
}

.ph-cam:before {
  border-bottom: none;
  border-right: none;
  border-radius: 6px 0 0;
  top: 14px;
  left: 14px;
}

.ph-cam:after {
  border-top: none;
  border-left: none;
  border-radius: 0 0 6px;
  bottom: 14px;
  right: 14px;
}

.ph-laser {
  background: #ff5a4e;
  height: 2px;
  position: absolute;
  left: 18px;
  right: 18px;
  box-shadow: 0 0 8px #ff5a4e;
}

.ph-barcode {
  align-items: stretch;
  gap: 2px;
  height: 40px;
  display: flex;
}

.ph-barcode span {
  background: #fff;
  width: 2px;
  display: block;
}

.ph-barcode span:nth-child(2n) {
  width: 4px;
}

.ph-barcode span:nth-child(3n) {
  width: 1px;
}

.ph-stepper {
  align-items: center;
  gap: 5px;
  margin-left: auto;
  display: flex;
}

.ph-stepper b {
  text-align: center;
  min-width: 12px;
  font-size: 9px;
}

.ph-stepper span {
  background: var(--al);
  width: 16px;
  height: 16px;
  color: var(--a);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  font-weight: 700;
  display: flex;
}

.ph-switch {
  background: #1a9e6c;
  border-radius: 999px;
  flex: none;
  width: 24px;
  height: 13px;
  margin-left: auto;
  position: relative;
}

.ph-switch:after {
  content: "";
  background: #fff;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 1.5px;
  right: 1.5px;
}

.ph-bigcheck {
  background: linear-gradient(135deg, #1a9e6c, #0e7a4f);
  border-radius: 50%;
  width: 58px;
  height: 58px;
  margin: 16px auto 10px;
  position: relative;
  box-shadow: 0 10px 22px #1a9e6c59;
}

.ph-bigcheck:after {
  content: "";
  border: 3.5px solid #fff;
  border-width: 0 3.5px 3.5px 0;
  width: 14px;
  height: 24px;
  position: absolute;
  top: 15px;
  left: 20px;
  transform: rotate(45deg);
}

.ph-center {
  text-align: center;
}

.ph-conf i {
  opacity: .85;
  border-radius: 2px;
  width: 5px;
  height: 5px;
  position: absolute;
}

/*# sourceMappingURL=apps_web_src_app_home_0imnyle.css.map*/