body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
  background: #f6f7fb;
  margin: 0;
  padding: 0;
  color: #181818;
}

header {
  background: white;
  border-radius: 0 0 28px 28px;
  box-shadow: 0 2px 8px 0 #c8c8d047;
  text-align: center;
  padding: 32px 16px 28px 16px;
}

.app-icon {
  width: 72px;
  height: 72px;
  border-radius: 18px;
  box-shadow: 0 3px 12px #39e48c20;
  margin-bottom: 10px;
}

.app-icon-large {
  width: 180px;
  height: 180px;
  margin-bottom: 16px;
}

h1 {
  font-size: 2.2rem;
  margin: 10px 0 8px 0;
  font-weight: 700;
  letter-spacing: -1px;
}

.subtitle {
  font-size: 1.1rem;
  color: #6a6a7c;
  margin-bottom: 18px;
}

.btn-download {
  display: inline-block;
  background: linear-gradient(90deg, #0174fc 0%, #0174fc 100%);
  color: white;
  font-weight: 600;
  padding: 13px 32px;
  border-radius: 16px;
  text-decoration: none;
  font-size: 1.15rem;
  box-shadow: 0 4px 14px #00c06f23;
  margin-top: 14px;
  transition: background 0.17s;
}
.btn-download:hover {
  background: linear-gradient(90deg, #0174fc 0%, #0174fc 100%);
}

main {
  max-width: 1100px;
  margin: 0 auto;
  padding: 30px 12px 40px 12px;
}

.section-title {
  font-size: 1.38rem;
  font-weight: 700;
  margin: 34px 0 24px 0;
  color: #272744;
  text-align: center;
}

.screenshots {
  margin: 32px auto 36px auto;
  max-width: 1100px;
}

.screenshots-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 38px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.screenshots-row.single {
  justify-content: center;
  gap: 0;
}
.screenshots-row.double {
  gap: 48px;
}

.screenshot-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 240px;
  max-width: 97vw;
  background: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
}

.screenshot-card img {
  width: 100%;
  max-width: 230px;
  height: auto;
  border-radius: 22px;
  box-shadow: 0 6px 24px #0b0d2016, 0 1.5px 12px #21b37b0e;
  margin-bottom: 16px;
  display: block;
  object-fit: contain;
}

.screenshot-caption {
  text-align: center;
  margin-top: 2px;
  margin-bottom: 8px;
}

.screenshot-caption strong {
  font-size: 1.08rem;
  display: block;
  margin-bottom: 2px;
}

.screenshot-caption p {
  color: #54546d;
  font-size: 0.99rem;
  margin: 0;
}

/* FREE/PRO tabla, por si la usas debajo */
.plans-table {
  display: flex;
  gap: 24px;
  justify-content: center;
  margin: 40px 0 30px 0;
  flex-wrap: wrap;
}
.plan-col {
  background: white;
  border-radius: 22px;
  box-shadow: 0 3px 18px #b1b1ca22;
  flex: 1 1 340px;
  max-width: 420px;
  min-width: 260px;
  padding: 32px 24px 28px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.plan-col.pro {
  border: 2.5px solid #0174fc;
  z-index: 1;
}
.plan-title {
  font-size: 1.38rem;
  font-weight: 800;
  margin-bottom: 12px;
  letter-spacing: -1px;
  color: #0174fc;
}
.plan-title.free {
  color: #6a6a7c;
  font-weight: 700;
}
.plan-list {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.plan-feature {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 10px 0;
  opacity: 1;
  transition: opacity 0.15s;
}
.plan-feature.inactive {
  opacity: 0.47;
  filter: grayscale(100%);
}
.plan-feature .feature-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: #e9ecef;
  box-shadow: 0 1px 6px #b1b1ca18;
  flex-shrink: 0;
}
.plan-feature .feat-title {
  font-weight: 700;
  font-size: 1.08rem;
  margin-bottom: 3px;
  color: #232323;
}
.plan-feature .feat-desc {
  font-size: 0.96rem;
  color: #65667a;
  margin: 0;
}
.badge-pro {
  position: absolute;
  top: 22px; right: 22px;
  background: linear-gradient(90deg, #0174fc 0%, #0174fc 100%);
  color: #fff;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 12px;
  font-size: 0.99rem;
  box-shadow: 0 2px 10px #32d47522;
  letter-spacing: 0.2px;
}

footer {
  padding: 20px 20px 20px 20px;
  font-size: 1rem;
  color: #9595af;
  text-align: center;
}
footer a {
  color: #2f9e44;
  text-decoration: none;
  font-weight: 500;
}
footer a:hover {
  text-decoration: underline;
}

.pro-pricing {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  gap: 6px;
  font-size: 1.22rem;
  font-weight: 700;
  color: #0174fc;
}

.pro-price {
  font-size: 1.28rem;
  font-weight: 800;
  letter-spacing: -1px;
  color: #0174fc;
  background: linear-gradient(90deg, #0174fc 0%, #0174fc 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pro-price-annual {
  font-size: 1.12rem;
  font-weight: 700;
  color: #0174fc;
  background: none;
  -webkit-text-fill-color: #0174fc;
}

.pro-period {
  font-size: 1rem;
  color: #6a6a7c;
  font-weight: 600;
}

.pro-sep {
  color: #a2a2a2;
  font-size: 1.05rem;
  margin: 0 7px;
}

@media (max-width: 900px) {
  .screenshots-row {
    flex-direction: column;
    gap: 38px;
    align-items: center;
  }
  .screenshot-card {
    width: 92vw;
    max-width: 400px;
  }
  .plans-table { flex-direction: column; align-items: center; }
  .plan-col { max-width: 99vw; }
  .app-icon-large { width: 96px; height: 96px; }
}

