:root{
  --start-bg: #f7fbff;
  --start-bg-2: #f1f7ff;
  --start-card: #ffffff;
  --start-ink: #1b2a41;
  --start-muted: #5b6b7f;
  --start-primary: #2a5d8f;
  --start-border: rgba(27,42,65,0.12);
  --start-shadow: 0 14px 34px rgba(27,42,65,0.10);
  --start-shadow-soft: 0 10px 26px rgba(27,42,65,0.08);
}

body.start-page{
  background: radial-gradient(900px 420px at 10% 0%, rgba(42,93,143,0.12), transparent 55%),
              radial-gradient(700px 360px at 95% 10%, rgba(42,93,143,0.10), transparent 55%),
              var(--start-bg);
  color: var(--start-ink);
}

.start-header{
  background: rgba(255,255,255,0.75);
  border-bottom: 1px solid rgba(27,42,65,0.08);
  backdrop-filter: blur(10px);
}

.start-brand{
  color: var(--start-ink);
}

.start-logo{
  width: 44px;
  height: 44px;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(27,42,65,0.10);
}

.start-tagline{
  max-width: 190px;
}

.start-mainlink{
  color: var(--start-primary);
}

.start-hero .display-5{
  letter-spacing: -0.02em;
}

.start-cta{
  border-radius: 14px;
  box-shadow: var(--start-shadow-soft);
}

.start-cta-notes li{
  position: relative;
  padding-left: 16px;
}

.start-cta-notes li:before{
  content: "•";
  position: absolute;
  left: 0;
  color: rgba(27,42,65,0.45);
}

.phone-wrap{
  max-width: 520px;
  margin: 0 auto;
}

.phone-card{
  position: relative;
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff, #f5f9ff);
  border: 1px solid rgba(27,42,65,0.10);
  box-shadow: var(--start-shadow);
  overflow: hidden;
}

.phone-topbar{
  height: 18px;
  background: linear-gradient(90deg, rgba(42,93,143,0.10), rgba(42,93,143,0.03));
}

.phone-screen{
  width: 100%;
  height: auto;
  display: block;
}

.phone-caption{
  text-align: center;
}

.slider-carousel .carousel-inner,
.slider-carousel .carousel-item{
  max-height: var(--slider-max-height, 520px);
  background: rgba(255,255,255,0.55);
}

.slider-carousel .slider-image{
  width: 100%;
  height: auto;
  max-height: var(--slider-max-height, 520px);
  object-fit: contain;
  background: rgba(255,255,255,0.25);
}

.slider-caption{
  background: rgba(42,93,143,0.06);
  color: var(--start-ink);
  padding: 0.9rem 1rem;
  border: 1px solid rgba(27,42,65,0.10);
  border-top: 0;
  border-radius: 0 0 14px 14px;
}

.slider-thumbs{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.slider-thumb{
  border: 1px solid rgba(27,42,65,0.14);
  background: #fff;
  padding: 0;
  width: 56px;
  height: auto;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(27,42,65,0.06);
}

.slider-thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.slider-thumb.is-active{
  border-color: rgba(42,93,143,0.75);
  box-shadow: 0 12px 26px rgba(27,42,65,0.18);
  outline: 2px solid rgba(42,93,143,0.22);
  outline-offset: 2px;
}

.start-section{
  background: transparent;
}

.start-section-alt{
  background: linear-gradient(180deg, rgba(255,255,255,0.35), rgba(255,255,255,0.18));
  border-top: 1px solid rgba(27,42,65,0.06);
  border-bottom: 1px solid rgba(27,42,65,0.06);
}

.start-card{
  background: var(--start-card);
  border: 1px solid rgba(27,42,65,0.10);
  border-radius: 18px;
  padding: 18px 16px;
  box-shadow: 0 10px 24px rgba(27,42,65,0.06);
}

.start-icon{
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(42,93,143,0.10);
  border: 1px solid rgba(42,93,143,0.14);
  margin-bottom: 10px;
}

.step-card{
  background: var(--start-card);
  border: 1px solid rgba(27,42,65,0.10);
  border-radius: 18px;
  padding: 18px 16px;
  box-shadow: 0 10px 24px rgba(27,42,65,0.06);
}

.step-num{
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(42,93,143,0.12);
  border: 1px solid rgba(42,93,143,0.16);
  color: var(--start-primary);
  font-weight: 800;
  margin-bottom: 10px;
}

.price-card{
  background: var(--start-card);
  border: 1px solid rgba(27,42,65,0.10);
  border-radius: 22px;
  padding: 22px 18px;
  box-shadow: var(--start-shadow-soft);
}

.plan-price{
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--start-ink);
  margin: 6px 0;
}

.mini-point{
  background: rgba(255,255,255,0.65);
  border: 1px solid rgba(27,42,65,0.10);
  border-radius: 16px;
  padding: 12px 12px;
  box-shadow: 0 8px 18px rgba(27,42,65,0.05);
  font-weight: 600;
}

.trust-wrap{
  background: rgba(255,255,255,0.55);
  border: 1px solid rgba(27,42,65,0.08);
  border-radius: 26px;
  padding: 22px 18px;
  box-shadow: var(--start-shadow-soft);
}

.founder-card{
  background: var(--start-card);
  background-color: #f2f2eb;
  border: 1px solid rgba(27,42,65,0.10);
  border-radius: 22px;
  padding: 16px;
  box-shadow: 0 10px 24px rgba(27,42,65,0.06);
}

.founder-photo{
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(27,42,65,0.10);
  box-shadow: 0 10px 24px rgba(27,42,65,0.10);
  margin-bottom: 10px;
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
}

.founder-photo img{
  width: 100%;
  height: auto;
  display: block;
}

.start-final{
  background: linear-gradient(180deg, transparent, rgba(42,93,143,0.05));
}

.final-card{
  max-width: 760px;
  background: var(--start-card);
  border: 1px solid rgba(27,42,65,0.10);
  border-radius: 26px;
  padding: 22px 18px;
  box-shadow: var(--start-shadow);
}

.start-form .form-label{
  font-weight: 800;
}

.start-form .form-control{
  border-radius: 14px;
  padding: 12px 12px;
  border: 1px solid rgba(27,42,65,0.16);
}

.start-consent{
  padding: 14px 12px;
  border-radius: 18px;
  border: 1px solid rgba(27,42,65,0.10);
  background: rgba(42,93,143,0.05);
}

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

.start-footer{
  background: rgba(255,255,255,0.6);
  border-top: 1px solid rgba(27,42,65,0.08);
}

@media (max-width: 576px){
  .start-tagline{
    max-width: 150px;
  }
  .start-hero .display-5{
    font-size: 2.15rem;
  }
  .start-hero .lead{
    font-size: 1.05rem;
  }
  .final-card{
    margin-left: 6px;
    margin-right: 6px;
    padding: 18px 14px;
  }
}
