/* ===================================================================
   OCTOSAN — OCTOPI 1.0 page redesign
   Visual language mirrors the home page (Features + Use-case grid):
     • white cards, 15px radius, subtle Kubio-style shadows
     • light blue-tinted section backgrounds (rgba(0,118,255,0.05))
     • bolder Kubio-style headings + brand blue eyebrows
     • generous spacing, boxed 1200px container
   =================================================================== */

body.page-id-241 .octopi-legacy-hidden { display: none !important; }

body.page-id-241 .octopi {
  --o-blue:       #0076FF;
  --o-blue-soft:  rgba(0, 118, 255, 0.05);
  --o-blue-tint:  rgba(0, 118, 255, 0.10);
  --o-navy:       #0D4599;
  --o-ink:        #171718;
  --o-grey:       #54595F;
  --o-hair:       rgba(23, 23, 24, 0.08);
  --o-radius:     15px;
  --o-radius-l:   18px;
  --o-shadow:     0 6px 20px -12px rgba(15, 35, 55, 0.14),
                  0 1px 3px rgba(15, 35, 55, 0.05);
  --o-shadow-lift:0 20px 44px -22px rgba(15, 35, 55, 0.25),
                  0 4px 10px -4px rgba(15, 35, 55, 0.08);
  --o-container:  1232px;

  font-family: 'Open Sans', system-ui, sans-serif;
  color: var(--o-ink);
}
body.page-id-241 .octopi *,
body.page-id-241 .octopi *::before,
body.page-id-241 .octopi *::after { box-sizing: border-box; }
body.page-id-241 .octopi h1, body.page-id-241 .octopi h2,
body.page-id-241 .octopi h3, body.page-id-241 .octopi h4,
body.page-id-241 .octopi p { margin: 0; }
body.page-id-241 .octopi .wrap {
  max-width: var(--o-container);
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
@media (max-width: 1280px) {
  body.page-id-241 .octopi .wrap { padding: 0 24px; }
}

/* Type — Kubio-aligned */
body.page-id-241 .octopi .eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--o-blue);
}
body.page-id-241 .octopi .h-display {
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.08;
  color: var(--o-ink);
}
body.page-id-241 .octopi .h2 {
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.18;
  color: var(--o-ink);
}
body.page-id-241 .octopi .lead {
  font-size: 17px;
  line-height: 1.6;
  color: var(--o-grey);
  max-width: 60ch;
}
body.page-id-241 .octopi .body {
  font-size: 16px;
  line-height: 1.65;
  color: var(--o-grey);
}
body.page-id-241 .octopi .body + .body { margin-top: 16px; }

/* Buttons — pill, brand blue (mirrors home CTA) */
body.page-id-241 .octopi .btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 32px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  transition: transform .25s cubic-bezier(.22,1,.36,1),
              background .25s ease, box-shadow .25s ease;
}
body.page-id-241 .octopi .btn-primary {
  background: var(--o-blue);
  color: #fff;
  box-shadow: 0 10px 22px -10px rgba(0,118,255,0.45);
}
body.page-id-241 .octopi .btn-primary:hover {
  background: var(--o-navy);
  transform: translateY(-2px);
  box-shadow: 0 16px 32px -12px rgba(0,118,255,0.55);
  color: #fff;
}
body.page-id-241 .octopi .btn-outline {
  background: transparent;
  color: var(--o-ink);
  border: 1.5px solid var(--o-hair);
}
body.page-id-241 .octopi .btn-outline:hover {
  background: var(--o-ink);
  color: #fff;
  border-color: var(--o-ink);
  transform: translateY(-2px);
}

/* ============================================================ */
/* 1 — HERO                                                      */
/* ============================================================ */
body.page-id-241 .octopi .o-hero {
  padding: 80px 0 30px;
  background: #fff;
}
body.page-id-241 .octopi .o-hero-eyebrow { display: block; margin-bottom: 18px; }
body.page-id-241 .octopi .o-hero-title { margin: 0 0 22px; max-width: 22ch; }
body.page-id-241 .octopi .o-hero-sub { max-width: 56ch; margin: 0 0 30px; }
body.page-id-241 .octopi .o-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }

body.page-id-241 .octopi .o-hero-image {
  margin-top: 36px;
  text-align: center;
}
body.page-id-241 .octopi .o-hero-image img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
body.page-id-241 .octopi .o-hero-cap {
  margin-top: 10px;
  font-size: 13px;
  color: var(--o-grey);
  text-align: center;
}
body.page-id-241 .octopi .o-hero-cap strong {
  display: block;
  color: var(--o-ink);
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 2px;
}

/* ============================================================ */
/* 2 — STORY                                                     */
/* ============================================================ */
body.page-id-241 .octopi .o-story {
  padding: 50px 0 90px;
  background: #fff;
}
body.page-id-241 .octopi .o-story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
body.page-id-241 .octopi .o-story-text .eyebrow { display: block; margin-bottom: 14px; }
body.page-id-241 .octopi .o-story-text .h2 { margin-bottom: 22px; }
body.page-id-241 .octopi .o-story-image {
  border-radius: var(--o-radius);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #0a1320 url('/wp-content/uploads/2025/06/Picture1_080626sL.png') center/cover no-repeat;
  box-shadow: var(--o-shadow);
}

/* ============================================================ */
/* 3 — BENEFITS                                                  */
/* Mirrors the home Features section: white cards on blue tint   */
/* ============================================================ */
body.page-id-241 .octopi .o-benefits {
  padding: 90px 0;
  background: var(--o-blue-soft);
}
body.page-id-241 .octopi .o-benefits-head {
  max-width: 720px;
  margin: 0 auto 56px;
  text-align: center;
}
body.page-id-241 .octopi .o-benefits-head .eyebrow { display: block; margin-bottom: 14px; }
body.page-id-241 .octopi .o-benefits-head .h2 { margin: 0 auto; max-width: 26ch; }
body.page-id-241 .octopi .o-benefits-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
body.page-id-241 .octopi .o-benefit {
  background: #fff;
  border-radius: var(--o-radius);
  border: 1px solid var(--o-hair);
  box-shadow: var(--o-shadow);
  padding: 32px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  transition: transform .4s cubic-bezier(.22,1,.36,1),
              box-shadow .4s ease,
              border-color .4s ease;
}
body.page-id-241 .octopi .o-benefit:hover {
  transform: translateY(-4px);
  box-shadow: var(--o-shadow-lift);
  border-color: var(--o-blue-tint);
}
body.page-id-241 .octopi .o-benefit-glyph {
  width: 52px;
  height: 52px;
  border-radius: var(--o-radius);
  background: var(--o-blue-soft);
  display: grid;
  place-items: center;
  color: var(--o-blue);
  margin-bottom: 6px;
}
body.page-id-241 .octopi .o-benefit-glyph svg {
  width: 26px; height: 26px;
  stroke: currentColor; fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
body.page-id-241 .octopi .o-benefit-title {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.005em;
  color: var(--o-ink);
  line-height: 1.3;
}
body.page-id-241 .octopi .o-benefit-body {
  font-size: 15px;
  line-height: 1.6;
  color: var(--o-grey);
  max-width: 32ch;
}

/* ============================================================ */
/* 4 — KEY FIGURES — same card pattern, large numbers            */
/* ============================================================ */
body.page-id-241 .octopi .o-figures {
  padding: 90px 0;
  background: #fff;
}
body.page-id-241 .octopi .o-figures-head {
  max-width: 720px;
  margin: 0 auto 50px;
  text-align: center;
}
body.page-id-241 .octopi .o-figures-head .eyebrow { display: block; margin-bottom: 14px; }
body.page-id-241 .octopi .o-figures-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
body.page-id-241 .octopi .o-figure {
  background: #fff;
  border-radius: var(--o-radius);
  border: 1px solid var(--o-hair);
  box-shadow: var(--o-shadow);
  padding: 36px 32px;
  text-align: center;
  transition: transform .4s cubic-bezier(.22,1,.36,1),
              box-shadow .4s ease,
              border-color .4s ease;
}
body.page-id-241 .octopi .o-figure:hover {
  transform: translateY(-4px);
  box-shadow: var(--o-shadow-lift);
  border-color: var(--o-blue-tint);
}
body.page-id-241 .octopi .o-figure-stat {
  font-size: clamp(40px, 5vw, 60px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
  color: var(--o-blue);
  margin-bottom: 14px;
}
body.page-id-241 .octopi .o-figure-stat .unit {
  display: inline-block;
  font-size: 0.32em;
  font-weight: 600;
  color: var(--o-grey);
  margin-left: 4px;
  letter-spacing: 0;
}
body.page-id-241 .octopi .o-figure-label {
  font-size: 16px;
  font-weight: 700;
  color: var(--o-ink);
  margin-bottom: 6px;
}
body.page-id-241 .octopi .o-figure-context {
  font-size: 14px;
  color: var(--o-grey);
  line-height: 1.5;
}

/* ============================================================ */
/* 5 — SPEC TABLE                                                */
/* ============================================================ */
body.page-id-241 .octopi .o-specs {
  padding: 90px 0;
  background: var(--o-blue-soft);
}
body.page-id-241 .octopi .o-specs-head {
  max-width: 720px;
  margin: 0 auto 40px;
  text-align: center;
}
body.page-id-241 .octopi .o-specs-head .eyebrow { display: block; margin-bottom: 14px; }
body.page-id-241 .octopi .o-spec-list {
  background: #fff;
  border-radius: var(--o-radius);
  border: 1px solid var(--o-hair);
  box-shadow: var(--o-shadow);
  overflow: hidden;
  max-width: 880px;
  margin: 0 auto;
}
body.page-id-241 .octopi .o-spec-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 18px 32px;
  border-bottom: 1px solid var(--o-hair);
  align-items: baseline;
  font-size: 16px;
  transition: background 0.2s ease;
}
body.page-id-241 .octopi .o-spec-row:hover { background: var(--o-blue-soft); }
body.page-id-241 .octopi .o-spec-row:last-child { border-bottom: 0; }
body.page-id-241 .octopi .o-spec-label { color: var(--o-grey); font-weight: 500; }
body.page-id-241 .octopi .o-spec-value {
  text-align: right;
  color: var(--o-navy);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

/* ============================================================ */
/* 6 — TRUST                                                     */
/* ============================================================ */
body.page-id-241 .octopi .o-trust {
  padding: 60px 0 30px;
  background: #fff;
  text-align: center;
}
body.page-id-241 .octopi .o-trust .eyebrow { display: block; margin-bottom: 10px; }
body.page-id-241 .octopi .o-trust-line {
  font-size: 17px;
  font-weight: 500;
  color: var(--o-grey);
  max-width: 620px;
  margin: 0 auto;
  line-height: 1.5;
}
body.page-id-241 .octopi .o-trust-line strong { color: var(--o-ink); font-weight: 700; }

/* ============================================================ */
/* 7 — CTA — mirrors home contact section accent                  */
/* ============================================================ */
body.page-id-241 .octopi .o-cta {
  padding: 90px 0;
  background: var(--o-navy);
  color: #fff;
  text-align: center;
}
body.page-id-241 .octopi .o-cta .eyebrow {
  display: block;
  color: rgba(255,255,255,0.72);
  margin-bottom: 14px;
}
body.page-id-241 .octopi .o-cta .h2 {
  color: #fff;
  margin: 0 auto 18px;
  max-width: 22ch;
}
body.page-id-241 .octopi .o-cta-lead {
  font-size: 17px;
  line-height: 1.6;
  color: rgba(255,255,255,0.85);
  max-width: 50ch;
  margin: 0 auto 30px;
}
body.page-id-241 .octopi .o-cta-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
body.page-id-241 .octopi .o-cta .btn-outline {
  color: #fff;
  border-color: rgba(255,255,255,0.40);
}
body.page-id-241 .octopi .o-cta .btn-outline:hover {
  background: #fff;
  color: var(--o-navy);
  border-color: #fff;
}

/* Responsive */
@media (max-width: 920px) {
  body.page-id-241 .octopi .o-story-grid { grid-template-columns: 1fr; gap: 40px; }
  body.page-id-241 .octopi .o-story-image { aspect-ratio: 16/10; }
  body.page-id-241 .octopi .o-benefits-list { grid-template-columns: 1fr; }
  body.page-id-241 .octopi .o-figures-grid { grid-template-columns: 1fr; }
  body.page-id-241 .octopi .o-spec-row { padding: 14px 22px; font-size: 15px; }
}
