* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Inter, system-ui, sans-serif;
}

body {
  color: #444444;
  background: #FFFFFF;
}
a, a:hover{
    text-decoration: none;
}
p{
    margin-bottom: 0.5rem;
}
.container {
  width: 1100px;
  max-width: 90%;
  margin: auto;
}

.text-center { text-align: center; }

.header {
  padding: 20px 0;
  background-color: #F9F9F9;
}

.logo {
  font-weight: 700;
  color: #0ea5e9;
}

/* HERO */
.hero {
  padding: 80px 0;
  background-color: #F9F9F9;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: center;
}

.subtitle {
  color: #6b7280;
  margin-bottom: 10px;
}

.hero-text h1 {
  font-size: 24px;
  margin-bottom: 24px;
  font-weight: 400;
}

.btn-primary {
  background: #22c1dc;
  color: #fff;
  padding: 12px 22px;
  border-radius: 6px;
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
}

.link-text {
  margin-top: 16px;
  font-size: 16px;
}

.hero-card {
  display: flex;
  justify-content: center;
}

.lead-card {
background: #f8fafc;
    border-radius: 24px;
    padding: 20px;
    width: 320px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border: 14px solid #393B4F;
}

.lead-header {
  background: #e6f7fb;
  border-radius: 12px;
  padding: 12px;
  display: flex;
  gap: 12px;
}

.icon {
  font-size: 22px;
}

.skeleton {
 height: 60px;
    background: #f1f1f1;
    border-radius: 8px;
    margin-top: 12px;
}

/* STATS */
.stats {
  padding: 80px 0;
  background: #ffffff;
}

.stat-box {
  margin-top: 30px;
  background: #f0fbff;
  padding: 30px;
  border-radius: 12px;
}
.description{
    font-size: 20px;
}
.stat-box h2 {
  font-size: 36px;
}

/* HOW IT WORKS */
.how-it-works {
  padding: 80px 0;
      background: #F9F9F9;
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
    font-weight: 400;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}

.info-card {
    padding: 30px;
    border-radius: 12px;
    background: #ffffff;
    text-align: center;
    border: 1px solid #393B4F1A;
}

.circle-icon {
  background: #e0f7fb;
width: 80px;
    height: 80px;
  margin: auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

/* PRICING */
.pricing {
  background: #FFFFFF;
  padding: 80px 0;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.price-card {
background: #fff;
    padding: 32px;
    border-radius: 14px;
    border: 1px solid #393B4F1A;
    display: flex;
    flex-direction: column;
}
.flex-1{
    flex: 1;
}
.note{
    margin-top: 30px;
    text-align: center;
}
.price-card h2 {
  margin: 16px 0;
  margin-bottom: 30px;
}

.price-card button {
    background: #22c1dc;
    border: none;
    padding: 10px 18px;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    width: 100%;
}

.price-card.popular {
  background: #e9fbff;
  border-color: #22c1dc;
  position: relative;
}

.badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #22c1dc;
  color: #fff;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 12px;
}

/* STEPS */
.steps {
  padding: 80px 0;
}

.steps-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}

.step {
  font-size: 16px;
      display: flex;
    gap: 15px;
}

.step span {
    display: inline-flex;
    background: #22c1dc;
    color: #fff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    line-height: 36px;
    justify-content: center;
}
.step-title{
    font-size: 18px;
    font-weight: 500;
}
/* CTA */
.cta {
  padding: 80px 0;
  background: #e9fbff;
}

.btn-secondary {
  display: inline-block;
  margin-left: 10px;
  padding: 12px 22px;
  border-radius: 6px;
  border: 1px solid #22c1dc;
  color: #22c1dc;
  text-decoration: none;
}

/* FOOTER */
.footer {
  background: #393B4F;
  color: #cbd5e1;
  padding: 30px 0;
}

.footer-inner {
text-align: center;
}

.footer a {
  color: #cbd5e1;
  margin-left: 16px;
  text-decoration: none;
}

.main-link{
    color: #22c1dc;
}

.powered-by{
    background: #F9F9F9;
    padding: 80px 0;
    text-align: center;
}
.fnt-20{
    font-size: 20px;
}
.powered-by-btn{
    margin-top: 30px;
    background-color: #fff;
    color: #393B4F;
    padding: 10px;
    border: 1px solid #393B4F1A;
    border-radius: 33px;
}
.mb-3{
    margin-bottom: 1.5rem;
}
.mb-2{
margin-bottom: 1rem;
}

.policy-title{
   color: #22c1dc;
   font-size: 36px;
   margin-bottom: 10px;
}

.policy-section h3 {
  margin-top: 15px;
  font-size: 20px;
  color:#22c1dc;
}
.policy-section h4 {
  margin-top: 15px;
  font-size: 18px;
  color: #444444;
}
.policy-section ul {
  padding-left: 40px;
  margin-top: 10px;
}

.policy-section ul li {
  margin-bottom: 8px;
}

.contact-section a {
  color: #22c1dc;
  text-decoration: none;
}

.contact-section a:hover {
  text-decoration: underline;
}