/* Scadea theme: page-cross-industry-solutions.css */

/* =========================================================
   Cross-Industry Solutions - PAGE-UNIQUE styles only.
   Shared chrome (tokens, .container, typography, buttons, .announce,
   .header/.nav, .mobile-sheet, .section + variants, .eyebrow, .sec-head,
   h2.title, .faq-*, .tech-row/.tech-logo, .prefooter*, .footer*) is
   defined once in assets/style.css. Do not redefine it here.
   ========================================================= */

.italic-blue { font-style: italic; color: var(--blue); font-weight: inherit; }
.chev { font-size: 11px; color: var(--muted); }

/* ============ HERO (deep banking-navy) ============ */
.hero {
  position: relative; overflow: hidden;
  padding: 104px 0 92px;
  background: linear-gradient(135deg, #0B1730 0%, #122348 52%, #19315F 100%);
  color: #fff;
}
.hero::before {
  content: ""; position: absolute; border-radius: 50%; filter: blur(110px);
  pointer-events: none; z-index: 0;
  width: 560px; height: 560px; top: -200px; right: -140px;
  background: radial-gradient(circle, rgba(0,149,218,0.40), transparent 70%);
}
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image: radial-gradient(rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 30px 30px;
  mask-image: radial-gradient(ellipse 70% 60% at 30% 40%, #000 20%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 30% 40%, #000 20%, transparent 75%);
  opacity: 0.6;
}
.hero-inner {
  position: relative; z-index: 2;
  max-width: var(--container); width: 100%;
  margin: 0 auto; padding: 0 24px;
  display: grid; grid-template-columns: 1.18fr 1fr; gap: 60px; align-items: center;
}
.hero-content { max-width: 600px; }
.hero-eyebrow {
  display: inline-block;
  font-family: var(--f-acc); font-weight: 700;
  font-size: clamp(15px, 1.6vw, 18px);
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--soft-blue); margin-bottom: 20px;
  padding: 8px 16px; border-radius: 30px;
  background: rgba(0,149,218,0.16);
  border: 1px solid rgba(0,149,218,0.30);
}
.hero h1 {
  font-family: var(--f-head); font-weight: 900;
  font-size: clamp(38px, 5vw, 56px); line-height: 1.05;
  color: #fff; letter-spacing: -0.02em;
}
.hero h1 .italic-blue { color: #5CC2F2; }
.hero-tagline {
  font-family: var(--f-head); font-weight: 700;
  font-size: clamp(19px, 2.2vw, 24px); line-height: 1.35;
  color: var(--soft-blue); margin-top: 18px;
}
.hero-sub {
  font-family: var(--f-body); font-weight: 300;
  font-size: 18px; line-height: 1.7;
  color: rgba(255,255,255,0.82); max-width: 560px;
  margin: 18px 0 32px;
}
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 30px; }
.hero-ctas .btn-primary { padding: 16px 30px; font-size: 15px; }
.hero-ctas .btn-outline-white { padding: 14px 28px; font-size: 15px; }
.hero-art { position: relative; }
.hero-frame {
  position: relative; border-radius: 24px; overflow: hidden;
  aspect-ratio: 4/5;
  box-shadow: 0 30px 60px rgba(0,0,0,0.45);
  border: 1px solid rgba(255,255,255,0.10);
}
.hero-frame img { width: 100%; height: 100%; object-fit: cover; }
.hero-pill {
  position: absolute; top: 20px; left: 20px; z-index: 3;
  background: rgba(255,255,255,0.96);
  border-radius: 999px; padding: 9px 18px;
  font-family: var(--f-acc); font-weight: 700; font-size: 12px;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--navy);
  box-shadow: 0 8px 20px rgba(18,35,72,0.16); white-space: nowrap;
}@media (max-width: 900px) { .hero-inner { grid-template-columns: 1fr; gap: 44px; }
  .hero-frame { aspect-ratio: 16/11; } }

/* ============ THE CHALLENGE (two-column body + photo) ============ */
.trap-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 56px; align-items: center; }
.trap-copy p {
  font-family: var(--f-body); font-size: 17px; line-height: 1.75;
  color: var(--body); margin-bottom: 18px;
}
.trap-copy p:last-child { margin-bottom: 0; }
.trap-copy .lede { color: var(--ink); font-weight: 500; font-size: 18px; }
.trap-copy strong { color: var(--ink); font-weight: 600; }
.trap-photo {
  border-radius: 24px; overflow: hidden; aspect-ratio: 4/5;
  box-shadow: var(--shadow-card-hover);
}
.trap-photo img { width: 100%; height: 100%; object-fit: cover; }@media (max-width: 900px) { .trap-grid { grid-template-columns: 1fr; gap: 36px; } }

/* ============ DELIVER (navy 5-card grid) ============ */
.deliver-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 24px; margin-top: 48px; }
.deliver-card {
  grid-column: span 2;
  background: var(--navy-2);
  border-radius: 20px; padding: 32px 28px;
  border: 1px solid rgba(255,255,255,0.06);
  transition: transform .25s, box-shadow .25s;
}
.deliver-card:hover { transform: translateY(-4px); box-shadow: 0 24px 48px rgba(0,0,0,0.30); }
.deliver-grid > .deliver-card:nth-child(4) { grid-column: 2 / span 2; }
.deliver-grid > .deliver-card:nth-child(5) { grid-column: 4 / span 2; }
.deliver-ic {
  width: 48px; height: 48px; border-radius: 12px;
  background: rgba(0,149,218,0.14);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--blue); margin-bottom: 18px;
}
.deliver-ic svg { width: 26px; height: 26px; }
.deliver-card h3 {
  font-family: var(--f-head); font-weight: 700; font-size: 18px;
  color: #fff; line-height: 1.3; margin-bottom: 10px;
}
.deliver-card p {
  font-family: var(--f-body); font-size: 14px; line-height: 1.65;
  color: rgba(255,255,255,0.78);
}@media (max-width: 900px) { .deliver-grid { grid-template-columns: repeat(2, 1fr); }
  .deliver-card, .deliver-grid > .deliver-card:nth-child(4),
  .deliver-grid > .deliver-card:nth-child(5) { grid-column: span 1; } }@media (max-width: 560px) { .deliver-grid { grid-template-columns: 1fr; }
  .deliver-card, .deliver-grid > .deliver-card:nth-child(n) { grid-column: span 1; } }

/* ============ CAPABILITIES (photo left + accordion right) ============ */
.cap-grid { display: grid; grid-template-columns: 38fr 62fr; gap: 44px; align-items: start; }
.cap-left { display: flex; flex-direction: column; gap: 24px; position: sticky; top: 140px; }
.cap-photo {
  border-radius: 24px; overflow: hidden; aspect-ratio: 4/3;
  box-shadow: var(--shadow-card-hover);
}
.cap-photo img { width: 100%; height: 100%; object-fit: cover; }
.cap-left .btn-primary { padding: 16px 30px; font-size: 15px; align-self: flex-start; }@media (max-width: 900px) { .cap-grid { grid-template-columns: 1fr; gap: 32px; }
  .cap-left { position: static; } }

.acc-list { display: flex; flex-direction: column; gap: 16px; }
.acc-item {
  background: #fff; border-radius: 20px;
  box-shadow: var(--shadow-card);
  border: 1px solid var(--hairline);
  overflow: hidden; transition: box-shadow .2s ease;
}
.acc-item.open { box-shadow: var(--shadow-card-hover); }
.acc-head {
  width: 100%; text-align: left; background: transparent; border: 0; cursor: pointer;
  padding: 24px 28px; min-height: 48px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.acc-head .acc-tt h3 {
  font-family: var(--f-head); font-weight: 700; font-size: 20px;
  color: var(--ink); line-height: 1.25;
}
.acc-head .acc-tt .sub {
  font-family: var(--f-body); font-size: 14px; line-height: 1.5;
  color: #666; margin-top: 4px; font-style: italic;
}
.acc-toggle {
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--blue); color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  flex: 0 0 auto; transition: transform .25s, background .25s;
}
.acc-toggle svg { width: 14px; height: 14px; }
.acc-item.open .acc-toggle { transform: rotate(45deg); background: var(--navy); }
.acc-body { max-height: 0; overflow: hidden; transition: max-height .4s ease, padding .25s ease; padding: 0 28px; }
.acc-item.open .acc-body { max-height: 420px; padding: 0 28px 26px; }
.acc-body p {
  font-family: var(--f-body); font-size: 15px; line-height: 1.75;
  color: var(--body); margin-bottom: 18px;
}
.acc-link {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(0,149,218,0.10); color: var(--blue);
  font-family: var(--f-acc); font-weight: 700; font-size: 13.5px;
  padding: 12px 20px; border-radius: 30px;
  transition: background .15s, color .15s;
}
.acc-link:hover { background: var(--blue); color: #fff; }
.acc-link::after { content: "→"; }

/* ============ BANNER (navy) ============ */
.derisk { background: var(--navy); padding: 80px 0; }
.derisk-card {
  background: linear-gradient(135deg, #15294F 0%, #1B2E5C 100%);
  border-radius: 30px; padding: 48px 64px;
  display: grid; grid-template-columns: 65fr 35fr; gap: 40px; align-items: center;
  box-shadow: 0 24px 60px rgba(0,0,0,0.30);
  position: relative; overflow: hidden;
}
.derisk-card::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(40% 80% at 100% 0%, rgba(0,149,218,0.20), transparent 70%),
    radial-gradient(30% 60% at 0% 100%, rgba(250,166,26,0.10), transparent 70%);
}
.derisk-card > * { position: relative; z-index: 1; }
.derisk-card h2 {
  font-family: var(--f-head); font-weight: 800; font-size: clamp(26px, 3vw, 30px);
  color: #fff; line-height: 1.2; margin-bottom: 16px;
}
.derisk-card p {
  font-family: var(--f-body); font-size: 16px; line-height: 1.7;
  color: rgba(255,255,255,0.80); margin-bottom: 20px;
}
.derisk-trust {
  font-family: var(--f-acc); font-weight: 600; font-size: 12.5px;
  letter-spacing: 0.10em; text-transform: uppercase;
  color: rgba(255,255,255,0.58); line-height: 1.6;
}
.derisk-action { text-align: center; }
.derisk-action .btn-blue { padding: 18px 32px; font-size: 15px; }@media (max-width: 800px) { .derisk-card { grid-template-columns: 1fr; padding: 36px 32px; }
  .derisk-action { text-align: left; } }

/* ============ WHERE WE WORK (segment cards, slate blue band, 8 cards in 4x2) ============ */
.section.slate { background: linear-gradient(135deg, #EEF2F8 0%, #DCE5F1 100%); }
.seg-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 48px; }
.seg-card {
  position: relative;
  border-radius: 16px; overflow: hidden;
  box-shadow: var(--shadow-card); background: var(--navy);
  display: flex; flex-direction: column;
}
.seg-photo { position: relative; aspect-ratio: 4/3; overflow: hidden; }
.seg-photo img { width: 100%; height: 100%; object-fit: cover; }
.seg-label {
  background: var(--blue); color: #fff;
  font-family: var(--f-acc); font-weight: 600; font-size: 16px;
  text-align: center; padding: 15px 16px; line-height: 1.3; margin-top: auto;
}
.seg-overlay {
  position: absolute; inset: 0;
  background: rgba(18,35,72,0.92); padding: 22px 20px;
  display: flex; flex-direction: column; justify-content: center; gap: 12px;
  transform: translateY(100%); transition: transform .35s ease;
}
.seg-card:hover .seg-overlay, .seg-card:focus-within .seg-overlay { transform: translateY(0); }
.seg-ft { display: flex; gap: 10px; }
.seg-ft .tag {
  font-family: var(--f-acc); font-weight: 700; font-size: 11px;
  letter-spacing: 0.10em; color: var(--orange); flex: 0 0 auto; padding-top: 1px;
}
.seg-ft.to .tag { color: var(--green); }
.seg-ft p { font-family: var(--f-body); font-size: 13px; line-height: 1.55; color: rgba(255,255,255,0.88); }
.seg-ft.to p { color: #fff; }
.seg-arrow { color: rgba(255,255,255,0.55); }
.seg-arrow svg { width: 18px; height: 18px; }
.seg-touch { display: none; padding: 18px 20px; background: #fff; }
.seg-touch .seg-ft { margin-bottom: 8px; }
.seg-touch .seg-ft p { color: var(--body); }
.seg-touch .seg-ft.to p { color: var(--ink); }
.seg-touch .seg-arrow { color: var(--muted); }@media (max-width: 1040px) { .seg-grid { grid-template-columns: repeat(2, 1fr); } }@media (max-width: 560px) { .seg-grid { grid-template-columns: 1fr; } }@media (hover: none) { .seg-overlay { display: none; }
  .seg-touch { display: block; } }
.seg-foot { text-align: center; margin-top: 40px; }
.seg-foot .btn-primary { padding: 16px 32px; font-size: 15px; }

/* ============ CLIENT SUCCESS STORIES (navy) ============ */
.cs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.cs-card {
  background: var(--navy-2); border-radius: 20px; overflow: hidden;
  border: 1px solid rgba(255,255,255,0.06);
  display: flex; flex-direction: column;
  transition: transform .25s, box-shadow .25s;
}
.cs-card:hover { transform: translateY(-4px); box-shadow: 0 24px 48px rgba(0,0,0,0.30); }
.cs-media { position: relative; aspect-ratio: 16/10; overflow: hidden; }
.cs-media img { width: 100%; height: 100%; object-fit: cover; }
.cs-tag {
  position: absolute; top: 16px; left: 16px; z-index: 2;
  background: rgba(255,255,255,0.94); color: var(--navy);
  font-family: var(--f-acc); font-weight: 700; font-size: 11px;
  letter-spacing: 0.10em; text-transform: uppercase;
  padding: 7px 14px; border-radius: 999px;
}
.cs-body { padding: 28px 26px 30px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.cs-body h3 {
  font-family: var(--f-head); font-weight: 700; font-size: 19px;
  color: #fff; line-height: 1.3;
}
.cs-body p { font-family: var(--f-body); font-size: 14px; line-height: 1.65; color: rgba(255,255,255,0.78); }
.cs-link {
  margin-top: auto; align-self: flex-start;
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--soft-blue);
  font-family: var(--f-acc); font-weight: 700; font-size: 13.5px;
  padding: 10px 0; min-height: 44px;
}
.cs-link::after { content: "→"; }
.cs-link:hover { color: #fff; }
.cs-foot { text-align: center; margin-top: 44px; }@media (max-width: 900px) { .cs-grid { grid-template-columns: 1fr; } }

/* ============ FAQ LOAD MORE ============ */
.faq-item.faq-hidden { display: none; }
.faq-more-wrap { text-align: center; margin-top: 32px; }
.faq-more {
  background: transparent; cursor: pointer;
  border: 1.5px solid var(--blue); color: var(--blue);
  font-family: var(--f-acc); font-weight: 700; font-size: 13.5px;
  padding: 14px 30px; border-radius: 30px; min-height: 48px;
  transition: background .15s, color .15s;
}
.faq-more:hover { background: var(--blue); color: #fff; }

/* ============ HOW WE PARTNER (photo + accordion) ============ */
.part-grid { display: grid; grid-template-columns: 40fr 60fr; gap: 36px; align-items: start; }
.part-photo {
  border-radius: 24px; overflow: hidden; aspect-ratio: 4/5;
  box-shadow: var(--shadow-card-hover); position: sticky; top: 140px;
}
.part-photo img { width: 100%; height: 100%; object-fit: cover; }@media (max-width: 900px) { .part-grid { grid-template-columns: 1fr; gap: 28px; }
  .part-photo { position: static; aspect-ratio: 16/10; } }

/* ============ PAGE HELPERS ============ */
.section.tech-section { background: #F4F7FB; padding: 80px 0; }
.mobile-sheet a.sheet-cta { color: var(--blue); }

/* ============ MOBILE POLISH ============ */
@media (max-width: 768px) {
  .hero { padding: 48px 0; }
  .hero h1 { font-size: clamp(30px, 8vw, 34px); }
  .hero-tagline { font-size: 19px; }
  .hero-sub { font-size: 15.5px; }
  .hero-ctas a { width: 100%; min-height: 48px; }
  .trap-copy p, .trap-copy .lede { font-size: 15.5px; }
  .acc-head { padding: 20px 22px; }
  .acc-item.open .acc-body { padding: 0 22px 22px; }
  .cs-body { padding: 24px 22px 26px; }
  .seg-foot { margin-top: 32px; }
}@media (max-width: 480px) { .hero { padding: 40px 0; }
  .deliver-card, .cs-body { padding: 24px 20px; }
  .derisk { padding: 48px 0; } }
