/* Extensión de landing.css para fotografos.html */

.foto-hero {
  min-height: 92vh;
}

.foto-hero .stat-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 4, 116, 0.08);
  color: var(--landing-brand-soft);
  border: 1px solid rgba(201, 86, 125, 0.2);
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 20px;
  max-width: 100%;
}

.foto-hero .stat-pill i {
  font-size: 0.9rem;
  flex-shrink: 0;
}

.foto-section {
  padding: 88px 0;
}

.foto-section.alt {
  background: var(--landing-bg);
}

.foto-section.dark {
  background: var(--landing-dark);
  color: #fff;
}

.foto-section.dark .landing-section-header p,
.foto-section.dark p {
  color: #94a3b8;
}

.foto-section.dark h2,
.foto-section.dark h3 {
  color: #fff;
}

.foto-benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
}

.foto-benefit-card {
  background: var(--landing-surface);
  border: 1px solid var(--landing-border);
  border-radius: 16px;
  padding: 26px 22px;
  height: 100%;
}

.foto-benefit-card .icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(201, 86, 125, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  margin-bottom: 14px;
  color: var(--landing-brand-soft);
}

.foto-benefit-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.foto-benefit-card p {
  color: var(--landing-gray);
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}

.foto-compare-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.foto-compare-table {
  width: 100%;
  min-width: 520px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid var(--landing-border);
  background: var(--landing-surface);
}

.foto-compare-table th,
.foto-compare-table td {
  padding: 16px 18px;
  vertical-align: top;
  border-bottom: 1px solid var(--landing-border);
}

.foto-compare-table th {
  background: var(--landing-dark);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
}

.foto-compare-table tr:last-child td {
  border-bottom: none;
}

.foto-compare-table td:first-child {
  color: var(--landing-gray);
  width: 42%;
}

.foto-compare-table td:last-child {
  font-weight: 600;
  color: var(--landing-dark);
}

.foto-path {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}

.foto-path-step {
  background: var(--landing-surface);
  border: 1px solid var(--landing-border);
  border-radius: 16px;
  padding: 24px 20px;
  position: relative;
}

.foto-path-step .step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--landing-brand-soft), var(--landing-brand-light));
  color: #fff;
  font-weight: 700;
  font-size: 0.85rem;
  margin-bottom: 12px;
}

.foto-path-step h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.foto-path-step p {
  color: var(--landing-gray);
  font-size: 0.92rem;
  line-height: 1.55;
  margin: 0;
}

.foto-requirements {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}

.foto-requirement {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  padding: 16px;
}

.foto-requirement i {
  color: var(--landing-brand-light);
  margin-top: 2px;
  flex-shrink: 0;
}

.foto-requirement p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.5;
}

.foto-cta-panel {
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
}

.foto-cta-panel h2 {
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
}

.foto-cta-panel p {
  font-size: 1.05rem;
  margin-bottom: 28px;
  line-height: 1.65;
}

.foto-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

.btn-landing-whatsapp {
  background: #25d366;
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 14px 28px;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.3);
  transition: transform 0.15s, box-shadow 0.15s;
}

.btn-landing-whatsapp:hover {
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.35);
}

.foto-cta-outline {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.6) !important;
}

.foto-cta-outline:hover {
  color: #fff !important;
  border-color: #fff !important;
  background: rgba(255, 255, 255, 0.12);
}

.foto-hero-visual .camera-badge {
  position: absolute;
  top: 12%;
  right: 8%;
  background: #fff;
  border-radius: 14px;
  padding: 12px 16px;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--landing-dark);
  z-index: 4;
  max-width: calc(100% - 24px);
}

.foto-hero-visual .camera-badge i {
  color: var(--landing-brand-soft);
  margin-right: 6px;
}

/* ── Responsive ── */

@media (max-width: 991px) {
  .foto-hero {
    min-height: auto;
  }

  .foto-section {
    padding: 64px 0;
  }

  .foto-hero .stat-pill {
    margin-left: auto;
    margin-right: auto;
  }

  .foto-hero-visual .camera-badge {
    top: auto;
    bottom: 6%;
    right: 50%;
    transform: translateX(50%);
    white-space: nowrap;
  }

  .foto-benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .foto-compare-wrap {
    overflow-x: visible;
  }

  .foto-compare-table {
    min-width: 0;
    border: none;
    background: transparent;
  }

  .foto-compare-table thead {
    display: none;
  }

  .foto-compare-table tbody {
    display: grid;
    gap: 12px;
  }

  .foto-compare-table tr {
    display: block;
    border: 1px solid var(--landing-border);
    border-radius: 14px;
    overflow: hidden;
    background: var(--landing-surface);
  }

  .foto-compare-table td {
    display: block;
    width: 100%;
    border-bottom: 1px solid var(--landing-border);
    padding: 14px 16px;
  }

  .foto-compare-table td:last-child {
    border-bottom: none;
  }

  .foto-compare-table td:first-child {
    background: var(--landing-bg);
    font-weight: 700;
    color: var(--landing-dark);
    font-size: 0.9rem;
  }

  .foto-compare-table td:last-child {
    font-size: 0.95rem;
    line-height: 1.5;
  }

  .foto-compare-table td:last-child::before {
    content: "Con FYOP: ";
    font-weight: 700;
    color: var(--landing-brand-soft);
    display: block;
    margin-bottom: 4px;
  }

  .foto-path {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .foto-requirements {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .landing-cta.foto-section {
    padding: 72px 0;
  }
}

@media (max-width: 767px) {
  .foto-section {
    padding: 56px 0;
  }

  .foto-benefits-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .foto-benefit-card {
    padding: 22px 18px;
  }

  .foto-section .landing-section-header {
    margin-bottom: 36px;
    padding: 0 4px;
  }

  .foto-section .landing-section-header h2 {
    font-size: clamp(1.45rem, 5vw, 1.9rem);
  }

  .foto-requirements {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .foto-cta-panel p {
    font-size: 1rem;
    padding: 0 8px;
  }

  .landing-cta.foto-section {
    padding: 64px 0;
  }
}

@media (max-width: 576px) {
  .foto-hero {
    padding-bottom: 32px;
  }

  .foto-hero .stat-pill {
    font-size: 0.78rem;
    padding: 7px 12px;
    margin-bottom: 14px;
    white-space: normal;
    text-align: center;
    justify-content: center;
  }

  .foto-hero .eyebrow {
    font-size: 0.72rem;
    letter-spacing: 0.08em;
  }

  .foto-section {
    padding: 48px 0;
  }

  .foto-section .landing-section-header p {
    font-size: 0.95rem;
    padding: 0 8px;
  }

  .foto-benefit-card h3 {
    font-size: 1rem;
  }

  .foto-benefit-card p {
    font-size: 0.9rem;
  }

  .foto-path-step {
    padding: 20px 16px;
  }

  .foto-requirement {
    padding: 14px;
  }

  .foto-cta-panel h2 {
    font-size: clamp(1.45rem, 7vw, 1.85rem);
    padding: 0 4px;
  }

  .foto-cta-actions {
    flex-direction: column;
    width: 100%;
    gap: 10px;
    padding: 0 12px;
  }

  .foto-cta-actions .btn-landing-whatsapp,
  .foto-cta-actions .btn-landing-outline {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    text-align: center;
    padding: 14px 20px;
  }

  .foto-hero-visual .camera-badge {
    font-size: 0.78rem;
    padding: 10px 12px;
    bottom: 4%;
  }

  .landing-cta.foto-section {
    padding: 56px 16px;
  }
}

@media (max-width: 380px) {
  .foto-hero h1 br {
    display: none;
  }

  .foto-cta-panel h2 {
    font-size: 1.35rem;
  }

  .foto-compare-table td {
    padding: 12px 14px;
  }

  .foto-hero-visual .camera-badge {
    white-space: normal;
    text-align: center;
    max-width: 90%;
  }
}
