:root {
  --op-navy: #0b2e59;
  --op-blue: #155eef;
  --op-blue-dark: #0f4bb8;
  --op-sky: #0ea5e9;
  --op-cyan: #22d3ee;
  --op-pale: #eef6ff;
  --op-line: #dbeafe;
}

.bg-slate-950 { background-color: var(--op-navy) !important; }
.bg-slate-900 { background-color: #103f78 !important; }
.bg-slate-800 { background-color: #174d87 !important; }
.text-slate-950, .text-slate-900 { color: var(--op-navy) !important; }
.border-slate-800 { border-color: #2e5f96 !important; }
.text-slate-300 { color: #d7eaff !important; }
.text-slate-400 { color: #b7d6f7 !important; }
.text-slate-500 { color: #6a7f94 !important; }

.bg-teal-600 { background-color: var(--op-blue) !important; }
.bg-teal-700 { background-color: var(--op-blue-dark) !important; }
.bg-teal-500 { background-color: var(--op-sky) !important; }
.bg-teal-100 { background-color: #dbeafe !important; }
.bg-teal-50 { background-color: var(--op-pale) !important; }
.text-teal-800, .text-teal-700, .text-teal-600 { color: var(--op-blue) !important; }
.text-teal-300, .text-teal-200, .text-teal-100 { color: #bfe9ff !important; }
.border-teal-300, .border-teal-200, .border-teal-100 { border-color: #bfdbfe !important; }
.hover\:bg-teal-700:hover { background-color: var(--op-blue-dark) !important; }
.hover\:bg-teal-600:hover { background-color: var(--op-blue) !important; }
.hover\:bg-teal-400:hover { background-color: #38bdf8 !important; }
.hover\:text-teal-700:hover, .hover\:text-teal-600:hover, .hover\:text-teal-400:hover { color: #1d4ed8 !important; }
.hover\:border-teal-500:hover, .hover\:border-teal-300:hover { border-color: #60a5fa !important; }
.focus\:border-teal-500:focus { border-color: #3b82f6 !important; }
.focus\:ring-teal-100:focus { --tw-ring-color: #dbeafe !important; }

.gradient-brand { background: linear-gradient(135deg, #155eef 0%, #0ea5e9 58%, #22d3ee 100%) !important; }
.text-gradient-brand {
  background: linear-gradient(135deg, #155eef 0%, #0ea5e9 62%, #22d3ee 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

main article, main .rounded-\[2rem\], main .rounded-3xl {
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}
main article:hover { border-color: #bfdbfe; }

.openprice-home-hero {
  position: relative;
  overflow: hidden;
  padding: 5rem 1rem;
  background: linear-gradient(135deg, #eff6ff 0%, #ffffff 48%, #e0f2fe 100%);
}
.openprice-home-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 18% 16%, rgba(34, 211, 238, 0.18), transparent 34%), radial-gradient(circle at 86% 82%, rgba(21, 94, 239, 0.13), transparent 30%);
}
.openprice-home-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 80rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(24rem, 0.95fr);
  gap: 3.5rem;
  align-items: center;
}
.openprice-home-hero__eyebrow,
.openprice-visual-band__eyebrow {
  margin: 0 0 0.85rem;
  color: var(--op-blue);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.openprice-home-hero__title {
  margin: 0;
  max-width: 45rem;
  color: var(--op-navy);
  font-size: clamp(2.8rem, 6vw, 5.6rem);
  line-height: 1.02;
  letter-spacing: -0.055em;
  font-weight: 900;
}
.openprice-home-hero__lead {
  margin: 1.5rem 0 0;
  max-width: 44rem;
  color: #425d77;
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  line-height: 1.75;
}
.openprice-home-hero__lead strong { color: var(--op-navy); }
.openprice-home-hero__actions { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 2rem; }
.openprice-home-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.9rem 1.35rem;
  font-size: 0.9rem;
  font-weight: 900;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}
.openprice-home-hero__button:hover { transform: translateY(-2px); }
.openprice-home-hero__button--primary { color: white; background: var(--op-blue); box-shadow: 0 12px 26px rgba(21, 94, 239, 0.25); }
.openprice-home-hero__button--secondary { color: var(--op-navy); background: white; border: 1px solid #bfdbfe; box-shadow: 0 10px 24px rgba(11, 46, 89, 0.09); }
.openprice-home-hero__micro { margin: 1.2rem 0 0; color: #607991; font-size: 0.82rem; line-height: 1.6; }
.openprice-home-hero__visual { position: relative; }
.openprice-home-hero__image {
  width: 100%;
  height: clamp(24rem, 42vw, 35rem);
  object-fit: cover;
  border-radius: 2.4rem;
  box-shadow: 0 30px 70px rgba(11, 46, 89, 0.22);
}
.openprice-home-hero__card {
  position: absolute;
  left: -1.5rem;
  bottom: 1.5rem;
  max-width: 20rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(191, 219, 254, 0.85);
  border-radius: 1.35rem;
  color: var(--op-navy);
  background: rgba(255,255,255,0.96);
  box-shadow: 0 18px 42px rgba(11, 46, 89, 0.18);
  backdrop-filter: blur(10px);
}
.openprice-home-hero__card strong { display: block; margin-bottom: 0.25rem; }
.openprice-home-hero__card span { color: #5d748b; font-size: 0.82rem; line-height: 1.5; }

.openprice-definition {
  padding: 1.5rem 1rem 3.5rem;
  background: white;
}
.openprice-definition__inner,
.openprice-revenue__inner {
  max-width: 80rem;
  margin: 0 auto;
  border: 1px solid var(--op-line);
  border-radius: 2rem;
  background: white;
  box-shadow: 0 20px 50px rgba(21, 94, 239, 0.10);
}
.openprice-definition__inner { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 2rem; padding: 2rem; }
.openprice-definition h2,
.openprice-revenue h2 { margin: 0; color: var(--op-navy); font-size: clamp(1.65rem, 3vw, 2.6rem); line-height: 1.12; font-weight: 900; }
.openprice-definition p,
.openprice-revenue p { color: #52697f; line-height: 1.75; }
.openprice-definition ul { margin: 0; padding-left: 1.2rem; color: #52697f; line-height: 1.8; }
.openprice-definition li + li { margin-top: 0.45rem; }

.openprice-revenue { padding: 1rem 1rem 4rem; background: linear-gradient(180deg, #ffffff 0%, #eef6ff 100%); }
.openprice-revenue__inner { padding: 2rem; }
.openprice-revenue__intro { max-width: 55rem; }
.openprice-revenue__grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1rem; margin-top: 1.5rem; }
.openprice-revenue__card { padding: 1.4rem; border: 1px solid #dbeafe; border-radius: 1.5rem; background: #f8fbff; }
.openprice-revenue__card h3 { margin: 0; color: var(--op-navy); font-size: 1.05rem; font-weight: 900; }
.openprice-revenue__card p { margin: 0.65rem 0 0; font-size: 0.9rem; }
.openprice-revenue__note { margin: 1.3rem 0 0; padding: 1rem 1.1rem; border-radius: 1.2rem; color: #0b2e59 !important; background: #dbeafe; font-size: 0.88rem; font-weight: 700; }

.openprice-visual-band { padding: 2.5rem 1rem 1rem; background: linear-gradient(180deg, #ffffff 0%, #eef6ff 100%); }
.openprice-visual-band__inner {
  max-width: 80rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 2rem;
  align-items: center;
  padding: 1.25rem;
  border: 1px solid #dbeafe;
  border-radius: 2rem;
  background: rgba(255,255,255,0.95);
  box-shadow: 0 24px 60px rgba(30, 64, 175, 0.13);
}
.openprice-visual-band__copy { padding: 1.25rem; }
.openprice-visual-band__title { margin: 0; color: var(--op-navy); font-size: clamp(1.75rem, 3vw, 2.75rem); line-height: 1.1; font-weight: 900; }
.openprice-visual-band__text { margin: 1rem 0 0; color: #52697f; font-size: 1rem; line-height: 1.75; }
.openprice-visual-band__images { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.75rem; min-height: 18rem; }
.openprice-visual-band__image { width: 100%; height: 100%; min-height: 8.5rem; object-fit: cover; border-radius: 1.35rem; box-shadow: 0 12px 30px rgba(11, 46, 89, 0.16); }
.openprice-visual-band__images--single { grid-template-columns: 1fr; }
.openprice-visual-band__images--single .openprice-visual-band__image { min-height: 20rem; max-height: 27rem; }

.openprice-compliance-card { max-width: 64rem; margin: 2rem auto 1rem; padding: 1.5rem; border-radius: 1.75rem; background: linear-gradient(135deg, #0b2e59 0%, #155eef 60%, #0ea5e9 100%); color: white; box-shadow: 0 22px 55px rgba(21, 94, 239, 0.2); }
.openprice-compliance-card h2 { margin: 0; color: white !important; font-size: 1.5rem; font-weight: 900; }
.openprice-compliance-card p { margin: 0.65rem 0 1rem; color: #dbeafe; line-height: 1.65; }
.openprice-compliance-card a,
.openprice-footer-pdf { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; background: white; color: var(--op-navy) !important; padding: 0.75rem 1.15rem; font-size: 0.875rem; font-weight: 900; text-decoration: none; box-shadow: 0 8px 18px rgba(0,0,0,0.12); }
.openprice-footer-pdf { margin-top: 1rem; padding: 0.55rem 0.9rem; font-size: 0.75rem; }

@media (max-width: 900px) {
  .openprice-home-hero__inner,
  .openprice-definition__inner,
  .openprice-visual-band__inner { grid-template-columns: 1fr; }
  .openprice-home-hero__inner { gap: 2rem; }
  .openprice-home-hero__image { height: 25rem; }
  .openprice-home-hero__card { left: 1rem; right: 1rem; max-width: none; }
  .openprice-revenue__grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .openprice-home-hero { padding: 3.5rem 1rem; }
  .openprice-home-hero__title { font-size: 2.7rem; }
  .openprice-home-hero__actions { flex-direction: column; }
  .openprice-home-hero__button { width: 100%; }
  .openprice-home-hero__image { height: 20rem; border-radius: 1.75rem; }
  .openprice-home-hero__card { position: relative; left: auto; right: auto; bottom: auto; margin: -2.5rem 1rem 0; }
  .openprice-definition__inner,
  .openprice-revenue__inner { padding: 1.35rem; border-radius: 1.5rem; }
  .openprice-visual-band { padding-top: 1.5rem; }
  .openprice-visual-band__inner { padding: 0.85rem; border-radius: 1.5rem; }
  .openprice-visual-band__copy { padding: 1rem 0.75rem 0.25rem; }
  .openprice-visual-band__images { min-height: 14rem; }
  .openprice-visual-band__image { min-height: 7rem; }
  .openprice-visual-band__images--single .openprice-visual-band__image { min-height: 16rem; }
}
