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

: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-academy {
  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-academy a {
  color: inherit;
}

.ishi-a-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-a-skip:focus {
  left: 1rem;
  top: 1rem;
}

.ishi-a-top {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  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-a-back {
  display: inline-flex;
  align-items: center;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--office);
}

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

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

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

.ishi-a-hero__logo {
  display: block;
  width: min(340px, 82vw);
  height: auto;
  margin: 0 auto 1.5rem;
}

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

.ishi-a-hero__copy p {
  margin: 0 0 1rem;
  font-size: 1.02rem;
  line-height: 1.7;
  color: var(--office-ink);
}

.ishi-a-hero__copy p:last-of-type {
  margin-bottom: 0;
}

.ishi-a-hero__emphasis {
  margin: 1.25rem 0 !important;
  padding: 1rem 1.15rem;
  background: rgba(5, 96, 102, 0.06);
  border-left: 4px solid var(--office-accent);
  border-radius: 0 12px 12px 0;
  font-weight: 700;
  color: var(--office-deep) !important;
}

.ishi-a-hero__result {
  font-weight: 700;
  color: var(--office-deep) !important;
}

.ishi-a-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.5rem;
  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.04em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(244, 166, 42, 0.28);
  transition: transform 0.15s ease, background 0.15s ease;
}

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

.ishi-a-btn--teal {
  background: var(--office);
  color: #fff !important;
  box-shadow: 0 12px 28px rgba(5, 96, 102, 0.25);
}

.ishi-a-btn--teal:hover {
  background: var(--office-mid);
}

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

/* Sections */
.ishi-a-section {
  padding: clamp(2rem, 4vw, 3rem) 0;
}

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

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

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

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

.ishi-a-section p:last-child {
  margin-bottom: 0;
}

.ishi-a-section strong {
  color: var(--office-deep);
}

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

.ishi-a-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-a-list li::before {
  content: "";
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  margin-top: 0.45rem;
  border-radius: 50%;
  background: var(--office-accent);
}

.ishi-a-list--coral li::before {
  background: var(--office-coral);
}

.ishi-a-list--check li::before {
  content: "✔";
  flex: 0 0 auto;
  width: auto;
  height: auto;
  margin-top: 0;
  border-radius: 0;
  background: none;
  color: var(--office);
  font-weight: 800;
}

.ishi-a-list--cross li::before {
  content: "❌";
  flex: 0 0 auto;
  width: auto;
  height: auto;
  margin-top: 0;
  border-radius: 0;
  background: none;
}

.ishi-a-quote {
  margin: 1.25rem 0;
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--office-deep);
}

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

/* Pillars */
.ishi-a-pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  margin: 1.5rem 0 0;
}

.ishi-a-pillar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
  padding: 1.15rem 0.85rem;
  text-align: center;
  background: #fff;
  border: 1px solid rgba(5, 96, 102, 0.1);
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(7, 63, 67, 0.06);
}

.ishi-a-pillar img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.ishi-a-pillar span {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--office-deep);
  line-height: 1.3;
}

/* Split band */
.ishi-a-split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 0;
  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-a-split__media {
  margin: 0;
  min-height: 100%;
}

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

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

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

.ishi-a-split__copy h2 {
  margin: 0 0 0.85rem;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
}

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

.ishi-a-split__copy ul {
  margin: 0.75rem 0 0;
  padding: 0;
  list-style: none;
}

.ishi-a-split__copy li {
  margin: 0 0 0.35rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
}

/* Audience cards */
.ishi-a-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.25rem;
  align-items: stretch;
}

.ishi-a-card {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding: 1.25rem;
  background: #fff;
  border: 1px solid rgba(5, 96, 102, 0.12);
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(7, 63, 67, 0.06);
}

.ishi-a-card h3 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--office-deep);
  line-height: 1.35;
}

.ishi-a-card p,
.ishi-a-card li {
  font-size: 0.94rem;
  line-height: 1.55;
  color: var(--office-ink);
}

.ishi-a-card p {
  margin: 0;
}

.ishi-a-card ul {
  margin: 0;
  padding-left: 1.1rem;
}

.ishi-a-card__note {
  margin-top: auto;
  padding: 0.75rem 0.85rem;
  background: rgba(233, 126, 123, 0.12);
  border-radius: 12px;
  font-size: 0.88rem !important;
  font-weight: 600;
  color: var(--office-deep) !important;
}

/* Two-col */
.ishi-a-two {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.ishi-a-panel {
  padding: 1.25rem;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(5, 96, 102, 0.12);
}

.ishi-a-panel h3 {
  margin: 0 0 0.75rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--office-deep);
}

.ishi-a-panel--teal {
  background: linear-gradient(160deg, var(--office-deep), var(--office));
  border: 0;
  color: #fff;
}

.ishi-a-panel--teal h3 {
  color: var(--office-accent);
}

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

.ishi-a-panel--teal .ishi-a-list li::before {
  background: var(--office-accent);
}

/* Pathways */
.ishi-a-paths {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 1rem 0 1.25rem;
}

.ishi-a-path {
  padding: 1rem 1.1rem;
  border-radius: 14px;
  background: rgba(5, 96, 102, 0.06);
  border: 1px solid rgba(5, 96, 102, 0.1);
  font-weight: 700;
  color: var(--office-deep);
}

/* CTA band */
.ishi-a-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-a-cta .ishi-a-kicker {
  color: var(--office-accent);
}

.ishi-a-cta h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.45rem, 3vw, 1.9rem);
  font-weight: 800;
}

.ishi-a-cta p {
  margin: 0 auto 0.65rem;
  max-width: 36rem;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.65;
}

.ishi-a-cta__steps {
  margin: 1rem auto 1.25rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.35rem;
  max-width: 28rem;
  text-align: left;
}

.ishi-a-cta__steps li {
  font-weight: 600;
}

.ishi-a-cta__soft {
  margin-top: 0.75rem !important;
  font-size: 0.95rem;
  opacity: 0.9;
}

.ishi-a-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-a-pillars,
  .ishi-a-cards {
    grid-template-columns: 1fr 1fr;
  }

  .ishi-a-split,
  .ishi-a-two,
  .ishi-a-paths {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .ishi-a-pillars,
  .ishi-a-cards {
    grid-template-columns: 1fr;
  }

  .ishi-a-hero__copy {
    text-align: left;
  }
}
