/* ===== PRIORILIFE - OPERADORAS V2 PREMIUM ===== */

:root {
  --op-teal: #1fb7b2;
  --op-teal-dark: #113d3b;
  --op-orange: #f58245;
  --op-text: #53615f;
  --op-soft: #f3fbfa;
  --op-border: rgba(17, 61, 59, .10);
}

.op-hero,
.op-featured,
.op-catalog,
.op-process,
.op-final-cta {
  font-family: inherit;
}

.op-hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 76px;
  background:
    radial-gradient(circle at 12% 18%, rgba(31, 183, 178, .22), transparent 30%),
    radial-gradient(circle at 90% 10%, rgba(245, 130, 69, .20), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #f2fffe 52%, #fff6ef 100%);
}

.op-hero::after {
  content: '';
  position: absolute;
  inset: auto -120px -180px auto;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  background: rgba(31, 183, 178, .10);
}

.op-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) 430px;
  gap: 44px;
  align-items: center;
}

.op-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: #168b87;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .10em;
  text-transform: uppercase;
}

.op-kicker::before {
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--op-orange);
  box-shadow: 0 0 0 6px rgba(245, 130, 69, .13);
}

.op-hero h1,
.op-section-title h2,
.op-catalog__aside h2,
.op-final-cta h2 {
  margin: 0;
  color: var(--op-teal-dark);
  letter-spacing: -.045em;
}

.op-hero h1 {
  max-width: 820px;
  font-size: clamp(38px, 5vw, 68px);
  line-height: .98;
}

.op-hero p {
  max-width: 720px;
  margin: 22px 0 0;
  color: var(--op-text);
  font-size: 18px;
  line-height: 1.75;
}

.op-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.op-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.op-btn:hover { transform: translateY(-2px); }

.op-btn--primary {
  color: #fff;
  background: linear-gradient(135deg, var(--op-orange), #ff9a62);
  box-shadow: 0 16px 34px rgba(245, 130, 69, .28);
}

.op-btn--secondary {
  color: #137d79;
  background: rgba(255, 255, 255, .82);
  border: 1px solid rgba(31, 183, 178, .24);
}

.op-hero__panel {
  position: relative;
  padding: 28px;
  border: 1px solid rgba(31, 183, 178, .18);
  border-radius: 34px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 28px 90px rgba(17, 61, 59, .14);
  backdrop-filter: blur(14px);
}

.op-hero__panel::before {
  content: '';
  display: block;
  height: 180px;
  margin-bottom: 22px;
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(31,183,178,.95), rgba(21,120,116,.95)),
    url('../img/operadoras/amil.svg');
  background-size: cover;
}

.op-panel__top span {
  display: block;
  color: var(--op-orange);
  font-weight: 900;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.op-panel__top strong {
  display: block;
  margin-top: 7px;
  color: var(--op-teal-dark);
  font-size: 24px;
  line-height: 1.1;
}

.op-metric-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 22px;
}

.op-metric-list div {
  padding: 16px 12px;
  border-radius: 18px;
  background: #f6fbfb;
  border: 1px solid var(--op-border);
}

.op-metric-list strong {
  display: block;
  color: var(--op-teal-dark);
  font-size: 22px;
}

.op-metric-list span {
  display: block;
  margin-top: 4px;
  color: var(--op-text);
  font-size: 12px;
  line-height: 1.25;
}

.op-featured,
.op-process {
  padding: 76px 0;
  background: #fff;
}

.op-section-title {
  max-width: 760px;
  margin-bottom: 36px;
}

.op-section-title--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.op-section-title h2,
.op-catalog__aside h2,
.op-final-cta h2 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.06;
}

.op-section-title p,
.op-catalog__aside p,
.op-final-cta p {
  margin: 14px 0 0;
  color: var(--op-text);
  font-size: 17px;
  line-height: 1.7;
}

.op-featured-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.op-featured-card {
  position: relative;
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 178px;
  padding: 22px;
  border: 1px solid var(--op-border);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 54px rgba(17, 61, 59, .08);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.op-featured-card:hover {
  transform: translateY(-5px);
  border-color: rgba(31, 183, 178, .32);
  box-shadow: 0 24px 70px rgba(17, 61, 59, .13);
}

.op-logo-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  border-radius: 24px;
  background: linear-gradient(135deg, #f2fffe, #fff7f1);
  border: 1px solid rgba(31, 183, 178, .12);
}

.op-logo-box img,
.op-mini-card img {
  max-width: 78%;
  max-height: 54px;
  object-fit: contain;
}

.op-featured-card h3 {
  margin: 0 0 7px;
  color: var(--op-teal-dark);
  font-size: 20px;
}

.op-featured-card p {
  margin: 0;
  color: var(--op-text);
  line-height: 1.45;
  font-size: 14px;
}

.op-featured-card a {
  grid-column: 1 / -1;
  display: inline-flex;
  width: fit-content;
  color: var(--op-orange);
  font-weight: 900;
  text-decoration: none;
}

.op-catalog {
  padding: 82px 0;
  background: var(--op-soft);
}

.op-catalog__grid {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 34px;
  align-items: start;
}

.op-catalog__aside {
  position: sticky;
  top: 96px;
  padding: 30px;
  border-radius: 30px;
  background: #fff;
  border: 1px solid var(--op-border);
  box-shadow: 0 18px 56px rgba(17, 61, 59, .08);
}

.op-catalog__aside .op-btn {
  margin-top: 24px;
}

.op-category-block {
  padding: 26px;
  border-radius: 30px;
  background: #fff;
  border: 1px solid var(--op-border);
  box-shadow: 0 18px 56px rgba(17, 61, 59, .07);
}

.op-category-block + .op-category-block {
  margin-top: 22px;
}

.op-category-block h3 {
  margin: 0 0 18px;
  color: var(--op-teal-dark);
  font-size: 23px;
  letter-spacing: -.02em;
}

.op-logo-wall {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.op-mini-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 126px;
  padding: 16px;
  border-radius: 22px;
  background: #fbffff;
  border: 1px solid rgba(17, 61, 59, .08);
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.op-mini-card:hover {
  transform: translateY(-3px);
  background: #ffffff;
  border-color: rgba(245, 130, 69, .28);
}

.op-mini-card span {
  margin-top: 12px;
  color: var(--op-teal-dark);
  font-weight: 800;
  text-align: center;
  font-size: 14px;
}

.op-process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.op-step {
  padding: 28px;
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff, #f8ffff);
  border: 1px solid var(--op-border);
}

.op-step strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  color: #fff;
  background: var(--op-teal);
}

.op-step h3 {
  margin: 0 0 10px;
  color: var(--op-teal-dark);
  font-size: 21px;
}

.op-step p {
  margin: 0;
  color: var(--op-text);
  line-height: 1.65;
}

.op-final-cta {
  padding: 80px 0 96px;
  background: #fff;
}

.op-final-cta__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 42px;
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(245,130,69,.18), transparent 26%),
    linear-gradient(135deg, #113d3b, #176763);
  box-shadow: 0 28px 90px rgba(17, 61, 59, .20);
}

.op-final-cta .op-kicker,
.op-final-cta h2,
.op-final-cta p {
  color: #fff;
}

.op-final-cta .op-kicker::before { background: var(--op-orange); }
.op-final-cta p { opacity: .86; }

@media (max-width: 1080px) {
  .op-hero__grid,
  .op-catalog__grid {
    grid-template-columns: 1fr;
  }

  .op-catalog__aside {
    position: static;
  }
}

@media (max-width: 900px) {
  .op-featured-grid,
  .op-process-grid,
  .op-logo-wall {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .op-hero {
    padding: 58px 0 48px;
  }

  .op-hero h1 {
    font-size: 38px;
  }

  .op-hero__actions,
  .op-final-cta__box {
    flex-direction: column;
    align-items: stretch;
  }

  .op-btn {
    width: 100%;
  }

  .op-featured-grid,
  .op-process-grid,
  .op-logo-wall,
  .op-metric-list {
    grid-template-columns: 1fr;
  }

  .op-featured-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .op-logo-box {
    margin: 0 auto;
  }
}
