/* Paradigm Profiles — Office-style page (matches homepage / Momentum / Academy) */

:root {
  --office: #056066;
  --office-dark: #03474c;
  --office-deep: #02383c;
  --office-mid: #0b8e98;
  --office-accent: #f4a62a;
  --office-coral: #e97e7b;
  --office-ink: #102a2d;
  --office-muted: #5c7072;
  --office-warm: #f7fbfa;
  --office-max: 1080px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.ishi-pp {
  margin: 0;
  min-height: 100vh;
  font-family: Poppins, Inter, "Segoe UI", system-ui, sans-serif;
  color: var(--office-ink);
  background:
    radial-gradient(ellipse 80% 50% at 0% 0%, rgba(11, 142, 152, 0.1), transparent 55%),
    radial-gradient(ellipse 60% 40% at 100% 8%, rgba(244, 166, 42, 0.08), transparent 50%),
    linear-gradient(180deg, var(--office-warm) 0%, #fff 22%, #fff 100%);
  -webkit-font-smoothing: antialiased;
}

.ishi-pp a {
  color: inherit;
}

.ishi-pp-skip {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 100;
  padding: 0.75rem 1rem;
  background: var(--office);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.ishi-pp-skip:focus {
  left: 1rem;
  top: 1rem;
}

.ishi-pp-top {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  padding: 0.85rem clamp(1rem, 4vw, 2rem);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(5, 96, 102, 0.1);
}

.ishi-pp-back {
  display: inline-flex;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--office);
}

.ishi-pp-back:hover {
  color: var(--office-mid);
}

.ishi-pp-wrap {
  width: min(var(--office-max), calc(100% - 2rem));
  margin: 0 auto;
}

.ishi-pp-hero {
  padding: clamp(2rem, 5vw, 3.25rem) 0 clamp(1.75rem, 4vw, 2.5rem);
  text-align: center;
}

.ishi-pp-hero__logo {
  display: block;
  width: min(420px, 88vw);
  height: auto;
  margin: 0 auto 1.35rem;
}

.ishi-pp-hero__media {
  margin: 0 auto 1.5rem;
  max-width: 720px;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 18px 40px rgba(7, 63, 67, 0.14);
}

.ishi-pp-hero__media img {
  display: block;
  width: 100%;
  height: auto;
}

.ishi-pp-kicker {
  margin: 0 0 0.45rem;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--office-accent);
}

.ishi-pp-title {
  margin: 0 0 1rem;
  font-size: clamp(1.45rem, 3.2vw, 2.05rem);
  font-weight: 800;
  line-height: 1.2;
  color: var(--office-deep);
}

.ishi-pp-hero__copy {
  max-width: 46rem;
  margin: 0 auto;
  text-align: left;
}

.ishi-pp-hero__copy p,
.ishi-pp-section p {
  margin: 0 0 1rem;
  font-size: 1.02rem;
  line-height: 1.7;
}

.ishi-pp-hero__copy p:last-of-type,
.ishi-pp-section p:last-child {
  margin-bottom: 0;
}

.ishi-pp-hero__copy strong,
.ishi-pp-section strong {
  color: var(--office-deep);
}

.ishi-pp-stack {
  margin: 0.85rem 0 1.1rem;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.55;
  color: var(--office);
}

.ishi-pp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.35rem;
  padding: 0.9rem 1.6rem;
  border-radius: 999px;
  background: var(--office-accent);
  color: #1f1605 !important;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(244, 166, 42, 0.28);
  transition: transform 0.15s ease, background 0.15s ease;
}

.ishi-pp-btn:hover {
  transform: translateY(-1px);
  background: #ffb43a;
}

.ishi-pp-btn--light {
  background: #fff;
  color: var(--office-deep) !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.ishi-pp-btn--light:hover {
  background: #fff8eb;
}

.ishi-pp-hero__cta {
  text-align: center;
}

.ishi-pp-section {
  padding: clamp(2rem, 4vw, 3rem) 0;
}

.ishi-pp-section--warm {
  background: linear-gradient(180deg, rgba(5, 96, 102, 0.04), transparent);
}

.ishi-pp-list {
  margin: 1rem 0 1.25rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.5rem;
}

.ishi-pp-list li {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
  padding: 0.7rem 0.95rem;
  background: #fff;
  border: 1px solid rgba(5, 96, 102, 0.1);
  border-radius: 12px;
  font-size: 0.98rem;
  line-height: 1.45;
  box-shadow: 0 6px 16px rgba(16, 42, 45, 0.03);
}

.ishi-pp-list li::before {
  content: "";
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  margin-top: 0.45rem;
  border-radius: 50%;
  background: var(--office-accent);
}

.ishi-pp-pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  margin: 1.25rem 0;
}

.ishi-pp-pillar {
  padding: 1.15rem 1rem;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(5, 96, 102, 0.12);
  box-shadow: 0 10px 24px rgba(7, 63, 67, 0.06);
}

.ishi-pp-pillar h3 {
  margin: 0 0 0.45rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--office);
}

.ishi-pp-pillar p {
  margin: 0 !important;
  font-size: 0.94rem !important;
  line-height: 1.5 !important;
  color: var(--office-ink);
}

.ishi-pp-tagline {
  margin: 1rem 0 0 !important;
  font-size: 1.1rem !important;
  font-weight: 800 !important;
  color: var(--office-deep) !important;
  text-align: center;
}

.ishi-pp-facts {
  margin-top: 0.5rem;
}

.ishi-pp-facts__lead {
  margin-bottom: 1rem !important;
  font-size: 1.08rem !important;
  font-weight: 700;
  color: var(--office-deep);
}

/* Journey cards */
.ishi-pp-journey {
  display: grid;
  gap: 1rem;
  margin-top: 1.25rem;
}

.ishi-pp-stage {
  padding: 1.35rem 1.25rem;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(5, 96, 102, 0.12);
  box-shadow: 0 12px 28px rgba(7, 63, 67, 0.06);
}

.ishi-pp-stage h3 {
  margin: 0 0 0.75rem;
  font-size: 1.12rem;
  font-weight: 800;
  color: var(--office-deep);
}

.ishi-pp-stage p {
  margin: 0 0 0.85rem;
  font-size: 0.98rem;
  line-height: 1.65;
}

.ishi-pp-stage .ishi-pp-list {
  margin: 0.75rem 0;
}

/* Split */
.ishi-pp-split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(135deg, var(--office-deep) 0%, var(--office) 55%, var(--office-mid) 100%);
  box-shadow: 0 22px 50px rgba(7, 63, 67, 0.16);
}

.ishi-pp-split__media {
  margin: 0;
  min-height: 100%;
}

.ishi-pp-split__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 16rem;
  object-fit: cover;
}

.ishi-pp-split__copy {
  padding: clamp(1.5rem, 4vw, 2.5rem);
  color: #fff;
}

.ishi-pp-split__copy .ishi-pp-kicker {
  color: var(--office-accent);
}

.ishi-pp-split__copy h2 {
  margin: 0 0 0.85rem;
  font-size: clamp(1.45rem, 3vw, 1.9rem);
  font-weight: 800;
}

.ishi-pp-split__copy p {
  margin: 0 0 0.85rem;
  color: rgba(255, 255, 255, 0.92);
}

.ishi-pp-split__copy .ishi-pp-list li {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
  color: #fff;
  box-shadow: none;
}

.ishi-pp-split__copy .ishi-pp-list li::before {
  background: var(--office-accent);
}

.ishi-pp-closing {
  margin-top: 1rem !important;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.95) !important;
}

/* Uses / discover */
.ishi-pp-uses {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  margin-top: 1rem;
}

.ishi-pp-use {
  padding: 0.85rem 1rem;
  border-radius: 12px;
  background: rgba(5, 96, 102, 0.06);
  border: 1px solid rgba(5, 96, 102, 0.1);
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--office-deep);
}

.ishi-pp-discover {
  display: grid;
  gap: 0.65rem;
  margin: 1rem 0 0;
}

.ishi-pp-discover span {
  display: block;
  padding: 0.95rem 1.1rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(5, 96, 102, 0.12);
  font-weight: 700;
  color: var(--office-deep);
  box-shadow: 0 8px 20px rgba(7, 63, 67, 0.05);
}

.ishi-pp-cta {
  margin: clamp(1.5rem, 4vw, 2.5rem) auto;
  width: min(var(--office-max), calc(100% - 2rem));
  padding: clamp(1.75rem, 4vw, 2.5rem);
  border-radius: 24px;
  text-align: center;
  background: linear-gradient(135deg, var(--office-deep) 0%, var(--office) 55%, var(--office-mid) 100%);
  color: #fff;
  box-shadow: 0 22px 50px rgba(7, 63, 67, 0.16);
}

.ishi-pp-cta .ishi-pp-kicker {
  color: var(--office-accent);
}

.ishi-pp-cta h2 {
  margin: 0 0 0.55rem;
  font-size: clamp(1.6rem, 3.5vw, 2.2rem);
  font-weight: 800;
  letter-spacing: 0.02em;
}

.ishi-pp-cta p {
  margin: 0 auto 0.35rem;
  max-width: 34rem;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.6;
  text-transform: uppercase;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.ishi-pp-foot {
  padding: 1.5rem 1rem 2rem;
  text-align: center;
  font-size: 0.8rem;
  color: var(--office-muted);
}

.whatsapp-float {
  position: fixed;
  right: 1.15rem;
  bottom: 1.15rem;
  z-index: 50;
  display: block;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
  transition: transform 0.2s ease;
}

.whatsapp-float:hover {
  transform: scale(1.06);
}

.whatsapp-icon {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 900px) {
  .ishi-pp-pillars,
  .ishi-pp-split,
  .ishi-pp-uses {
    grid-template-columns: 1fr;
  }
}
