/* ------------------------------------------------------------------- pages
   starecom.net section styles. Every band below is either a light band
   (paper / mist) or an ink band; the components sheet handles the header,
   buttons, forms, footer and consent, this one handles the page furniture. */

/* Utility spacing (the CSP allows inline style, but classes keep views clean) */
.mt-8  { margin-top: 8px; }
.mt-16 { margin-top: 16px; }
.mt-24 { margin-top: 24px; }
.mt-40 { margin-top: 40px; }
.mt-56 { margin-top: 56px; }
.mb-36 { margin-bottom: 36px; }
.mb-44 { margin-bottom: 44px; }
.muted { color: var(--steel); }
.ink .muted { color: var(--steel-ink); }
.max-56 { max-width: 56ch; }

/* Eyebrow: gold mono label above a heading ------------------------------- */
.eyebrow {
  font-family: var(--mono);
  font-size: var(--fs-mono);
  font-weight: 500;
  letter-spacing: var(--track-mono);
  text-transform: uppercase;
  color: var(--accent-deep);
  margin-bottom: 14px;
}
.ink .eyebrow { color: var(--accent-on-ink); }

/* Section header: eyebrow + h2 on the left, lede + link on the right ------ */
.sechead {
  display: grid;
  gap: 18px 40px;
  align-items: end;
  margin-bottom: 40px;
}
.sechead__lede { color: var(--steel); max-width: 60ch; }
.ink .sechead__lede { color: var(--steel-ink); }
.sechead__link { justify-self: start; }
@media (min-width: 900px) {
  .sechead { grid-template-columns: minmax(0, 6fr) minmax(0, 5fr) auto; }
  .sechead__link { justify-self: end; margin-bottom: 4px; }
}

/* Arrow link (blue on light, white on ink) -------------------------------- */
.alink {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: var(--fs-small);
  font-weight: 500;
  color: var(--sky-deep);
  white-space: nowrap;
}
.alink::after { content: "\2192"; transition: transform 160ms ease; }
.alink:hover { color: var(--sky-deep); }
.alink:hover::after { transform: translateX(4px); }
.ink .alink { color: #fff; }
.ink .alink:hover { color: var(--accent-on-ink); }
.alink--gold { color: var(--accent-deep); }
.ink .alink--gold { color: var(--accent-on-ink); }
.alink--rail { padding-left: 14px; border-left: 2px solid var(--accent); }

/* Icons ------------------------------------------------------------------- */
.icon { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.icontile {
  display: inline-flex; align-items: center; justify-content: center;
  width: 46px; height: 46px; border-radius: 8px;
  color: var(--sky);
  background: rgba(47, 127, 224, .09);
  border: 1px solid rgba(47, 127, 224, .18);
  font-size: 24px;
  flex: none;
}
.ink .icontile { color: var(--cyan); background: rgba(94, 210, 232, .09); border-color: rgba(94, 210, 232, .22); }
.icontile--round { border-radius: 50%; }

/* ======================================================================= HERO */
.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  padding-top: calc(var(--header-h) + 32px);
  padding-bottom: 72px;
  overflow: hidden;
  isolation: isolate;
}
.hero__bg, .hero__scrim, .hero__wash, .hero__grain { position: absolute; inset: 0; z-index: -1; }
.hero__bg picture, .hero__bg img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 60% 50%; }
.hero__scrim {
  background:
    linear-gradient(90deg, rgba(7,17,39,.92) 0%, rgba(7,17,39,.72) 42%, rgba(7,17,39,.28) 75%, rgba(7,17,39,.55) 100%),
    linear-gradient(180deg, rgba(7,17,39,.55) 0%, rgba(7,17,39,0) 30%, rgba(7,17,39,.85) 100%);
}
.hero__wash { background: radial-gradient(60% 70% at 78% 40%, rgba(94,210,232,.16), transparent 70%); mix-blend-mode: screen; }
.hero__grain { background-image: var(--grain); opacity: .035; mix-blend-mode: overlay; }

.hero__grid { display: grid; gap: 40px; align-items: center; }
@media (min-width: 1000px) { .hero__grid { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); } }

.hero__eyebrow { color: var(--accent-on-ink); margin-bottom: 20px; }
.hero h1 { color: #fff; max-width: 14ch; text-wrap: balance; }
.hero__sub { color: var(--paper-ink); max-width: 52ch; margin-top: 26px; font-size: 1.0625rem; }
.hero__ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }

/* The right-hand column: a vertical word list at the top and a strapline at
   the bottom, both mono, both letter-spaced - the mockup's marginalia. */
.hero__aside { display: none; }
@media (min-width: 1000px) {
  .hero__aside { display: flex; flex-direction: column; justify-content: space-between; align-self: stretch; align-items: flex-end; min-height: 420px; }
  .hero__words { display: flex; flex-direction: column; gap: 10px; text-align: right; color: rgba(255,255,255,.74); }
  .hero__strap { text-align: right; color: rgba(255,255,255,.62); line-height: 1.9; }
}

/* ====================================================================== STATS */
.stats { background: var(--ink-2); color: #fff; border-top: 1px solid var(--line-ink); border-bottom: 1px solid var(--line-ink); }
.stats__grid { display: grid; grid-template-columns: repeat(2, 1fr); }
.stat {
  display: flex; align-items: center; gap: 16px;
  padding: 26px 20px;
  border-right: 1px solid var(--line-ink);
  border-bottom: 1px solid var(--line-ink);
}
.stat__icon { font-size: 30px; color: var(--cyan); flex: none; }
.stat__value { font-family: var(--body); font-weight: 600; font-size: 1.0625rem; line-height: 1.2; color: #fff; }
.stat__label { font-size: 0.8125rem; color: var(--steel-ink); margin-top: 4px; }
.stats__tag { grid-column: 1 / -1; padding: 22px 20px; color: var(--paper-ink); line-height: 1.9; border-left: 2px solid var(--accent); }
@media (min-width: 760px) {
  .stats__grid { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 1100px) {
  .stats__grid { grid-template-columns: repeat(5, 1fr) minmax(190px, 1.1fr); }
  .stat { border-bottom: 0; padding: 30px 22px; }
  .stats__tag { grid-column: auto; margin: 26px 0 26px 22px; padding: 4px 0 4px 18px; align-self: center; }
}

/* ================================================================== ECOSYSTEM */
.eco { display: grid; gap: 40px; align-items: start; }
@media (min-width: 900px) { .eco { grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); gap: 56px; } }
.eco__cards { display: grid; gap: 16px; }
@media (min-width: 640px) { .eco__cards { grid-template-columns: repeat(2, 1fr); } }
.ecocard {
  display: flex; flex-direction: column; align-items: center; text-align: center;
  padding: 40px 28px 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: 0 1px 0 rgba(7,17,39,.03);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}
.ecocard:hover { border-color: rgba(47,127,224,.45); box-shadow: 0 14px 34px -20px rgba(7,17,39,.35); transform: translateY(-2px); color: inherit; }
.ecocard.is-self { border-color: rgba(47,127,224,.55); }
.ecocard__mark { height: 56px; display: flex; align-items: center; margin-bottom: 18px; }
.ecocard__mark svg { height: 52px; width: auto; }
.ecocard__name { font-family: var(--body); font-weight: 600; font-size: 1.25rem; letter-spacing: .12em; }
.ecocard__sub  { font-family: var(--mono); font-size: 0.6875rem; letter-spacing: .14em; text-transform: uppercase; color: var(--steel); margin-top: 4px; }
.ecocard__desc { font-size: var(--fs-small); color: var(--steel); margin-top: 16px; max-width: 26ch; }
.ecocard__tag  { margin-top: 18px; font-family: var(--mono); font-size: 0.6875rem; letter-spacing: .14em; text-transform: uppercase; color: var(--accent-deep); }

/* ============================================================== CAPABILITIES */
.caps { position: relative; overflow: hidden; isolation: isolate; }
.caps__bg { position: absolute; inset: 0 0 0 50%; z-index: -1; }
.caps__bg picture, .caps__bg img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 60%; }
.caps__bg::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(90deg, var(--ink) 0%, rgba(7,17,39,.72) 22%, rgba(7,17,39,.12) 60%, rgba(7,17,39,.3) 100%),
    linear-gradient(180deg, rgba(7,17,39,.25) 0%, rgba(7,17,39,0) 35%, rgba(7,17,39,.55) 80%, var(--ink) 100%);
}
@media (max-width: 899px) { .caps__bg { inset: 0; } .caps__bg::after { background: rgba(7,17,39,.86); } }
.caps__grid { display: grid; gap: 14px; margin-top: 44px; }
@media (min-width: 640px)  { .caps__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .caps__grid { grid-template-columns: repeat(4, 1fr); } }
.capcard {
  padding: 24px 22px 22px;
  background: rgba(12, 27, 58, .72);
  border: 1px solid var(--line-ink);
  border-radius: var(--radius);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  display: flex; flex-direction: column; gap: 10px;
  transition: border-color 160ms ease, transform 160ms ease;
}
.capcard:hover { border-color: rgba(94,210,232,.5); transform: translateY(-2px); }
.capcard__head { display: flex; align-items: center; gap: 14px; }
.capcard__name { font-family: var(--body); font-weight: 600; font-size: 1.0625rem; color: #fff; }
.capcard__body { color: var(--steel-ink); font-size: var(--fs-small); flex: 1 1 auto; }
.capcard__foot { margin-top: 6px; }
.caps__strap { margin-top: 44px; color: rgba(255,255,255,.62); display: flex; align-items: center; gap: 14px; justify-content: flex-end; }
.caps__strap::after { content: ""; width: 48px; height: 1px; background: var(--accent); }
@media (max-width: 899px) { .caps__strap { justify-content: flex-start; } }

/* ==================================================================== STEPS */
.steps { display: grid; gap: 14px; margin-top: 40px; }
@media (min-width: 640px)  { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .steps { grid-template-columns: repeat(5, 1fr); gap: 0; } }
.step {
  position: relative;
  padding: 26px 22px 24px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: flex; flex-direction: column; gap: 10px;
}
@media (min-width: 1100px) {
  .step { border-radius: 0; border-right: 0; }
  .step:first-child { border-radius: var(--radius) 0 0 var(--radius); }
  .step:last-child  { border-radius: 0 var(--radius) var(--radius) 0; border-right: 1px solid var(--line); }
  /* chevron between steps */
  .step:not(:last-child)::after {
    content: "\203A"; position: absolute; right: -9px; top: 50%; transform: translateY(-50%);
    width: 18px; height: 18px; border-radius: 50%; background: var(--paper); border: 1px solid var(--line);
    color: var(--sky-deep); font-size: 15px; line-height: 15px; text-align: center; z-index: 1;
  }
}
.step__head { display: flex; align-items: center; gap: 14px; }
.step__no   { font-family: var(--mono); font-size: var(--fs-mono); letter-spacing: var(--track-mono); color: var(--sky-deep); }
.step__name { font-family: var(--body); font-weight: 600; font-size: 1.0625rem; }
.step__body { font-size: var(--fs-small); color: var(--steel); }
.step__deliv { font-family: var(--mono); font-size: 0.6875rem; letter-spacing: .12em; text-transform: uppercase; color: var(--accent-deep); margin-top: auto; padding-top: 8px; }

/* ======================================================== GLOBAL OPERATIONS */
.ops { display: grid; gap: 36px; align-items: stretch; }
@media (min-width: 1100px) { .ops { grid-template-columns: minmax(0, 3fr) minmax(0, 6fr) minmax(0, 3fr); gap: 32px; } }
.ops__map { position: relative; display: flex; flex-direction: column; justify-content: center; }
.worldmap { position: relative; color: rgba(94,210,232,.72); }
.worldmap > svg { width: 100%; height: auto; display: block; }
.worldmap__hubs { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.hub { fill: var(--accent); }
.hub__ring { fill: none; stroke: var(--accent); stroke-width: 1; opacity: .7; transform-box: fill-box; transform-origin: center; animation: hub-pulse 3.2s ease-out infinite; }
.hub__ring--2 { animation-delay: 1.1s; }
.hub__ring--3 { animation-delay: 2.2s; }
.route { fill: none; stroke: var(--accent); stroke-width: .8; stroke-dasharray: 3 4; opacity: .55; animation: route-flow 6s linear infinite; }
@keyframes hub-pulse { 0% { transform: scale(.3); opacity: .8; } 100% { transform: scale(3.6); opacity: 0; } }
@keyframes route-flow { to { stroke-dashoffset: -70; } }
@media (prefers-reduced-motion: reduce) { .hub__ring, .route { animation: none; } }
.ops__caption { text-align: center; color: rgba(255,255,255,.55); margin-top: 18px; }

.opspanel {
  background: rgba(12, 27, 58, .8);
  border: 1px solid var(--line-ink);
  border-radius: var(--radius);
  padding: 22px 22px 8px;
}
.opspanel__h { font-family: var(--body); font-weight: 600; font-size: 1.0625rem; color: #fff; }
.opspanel__status { display: inline-flex; align-items: center; gap: 8px; margin-top: 8px; font-family: var(--mono); font-size: 0.6875rem; letter-spacing: .12em; text-transform: uppercase; color: var(--live); padding: 4px 10px; border: 1px solid rgba(46,212,122,.35); border-radius: 4px; }
.opspanel__list { margin-top: 12px; }
.region { display: grid; grid-template-columns: 26px 1fr auto; align-items: center; gap: 10px; padding: 11px 0; border-top: 1px solid var(--line-ink); font-size: var(--fs-small); color: var(--paper-ink); }
.region__icon { color: var(--cyan); font-size: 18px; }
.region__st { display: inline-flex; align-items: center; gap: 7px; font-size: 0.8125rem; color: var(--steel-ink); }
.dot { width: 7px; height: 7px; border-radius: 50%; background: var(--live); box-shadow: 0 0 0 3px rgba(46,212,122,.18); display: inline-block; }
.ops__side { display: flex; flex-direction: column; gap: 16px; }
.ops__photo { position: relative; margin: 0; border-radius: var(--radius); overflow: hidden; flex: 1 1 auto; min-height: 220px; }
.ops__photo picture, .ops__photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ops__photo figcaption { position: absolute; left: 16px; bottom: 14px; color: rgba(255,255,255,.85); line-height: 1.8; text-shadow: 0 1px 2px rgba(0,0,0,.4); }

/* ================================================================ SOLUTIONS */
.sols { display: grid; gap: 16px; }
@media (min-width: 640px)  { .sols { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .sols { grid-template-columns: repeat(5, 1fr); gap: 14px; } }
.solcard {
  display: flex; flex-direction: column;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--paper);
  transition: box-shadow 160ms ease, transform 160ms ease, border-color 160ms ease;
}
.solcard:hover { color: inherit; border-color: rgba(47,127,224,.45); box-shadow: 0 16px 34px -22px rgba(7,17,39,.4); transform: translateY(-2px); }
.solcard__img { aspect-ratio: 16 / 10; overflow: hidden; background: var(--ink-2); }
.solcard__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 400ms ease; }
.solcard:hover .solcard__img img { transform: scale(1.04); }
.solcard__body { padding: 18px 18px 16px; display: flex; flex-direction: column; gap: 8px; flex: 1 1 auto; }
.solcard__name { font-family: var(--body); font-weight: 600; font-size: 1rem; }
.solcard__sum  { font-size: 0.875rem; color: var(--steel); flex: 1 1 auto; }
.solcard__go   { align-self: flex-end; color: var(--sky-deep); font-size: 1.1rem; line-height: 1; }

/* ================================================================= INSIGHTS */
.ins { display: grid; gap: 14px; }
@media (min-width: 640px)  { .ins { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .ins { grid-template-columns: repeat(4, 1fr); } }
.inscard {
  display: grid; grid-template-columns: 96px 1fr; gap: 0;
  background: rgba(12, 27, 58, .72);
  border: 1px solid var(--line-ink);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color 160ms ease, transform 160ms ease;
}
.inscard:hover { color: inherit; border-color: rgba(94,210,232,.5); transform: translateY(-2px); }
.inscard__img { background: var(--ink-3); }
.inscard__img img { width: 100%; height: 100%; object-fit: cover; }
.inscard__body { padding: 16px 16px 14px; display: flex; flex-direction: column; gap: 6px; min-height: 150px; }
.inscard__cat  { font-family: var(--mono); font-size: 0.625rem; letter-spacing: .14em; text-transform: uppercase; color: var(--accent-on-ink); }
.inscard__t    { font-family: var(--body); font-weight: 600; font-size: 0.9375rem; color: #fff; line-height: 1.35; }
.inscard__x    { font-size: 0.8125rem; color: var(--steel-ink); flex: 1 1 auto; }
.inscard__foot { display: flex; justify-content: space-between; align-items: center; font-size: 0.75rem; color: var(--steel-ink); margin-top: 6px; }
.inscard__foot span:last-child { color: #fff; font-size: 1rem; }

/* ================================================================ CTA BAND */
.ctaband { position: relative; overflow: hidden; isolation: isolate; }
.ctaband__bg { position: absolute; inset: 0; z-index: -1; }
.ctaband__bg picture, .ctaband__bg img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 70% 40%; }
.ctaband__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,17,39,.96) 0%, rgba(7,17,39,.84) 45%, rgba(7,17,39,.55) 100%); }
.ctaband__grid { display: grid; gap: 28px; align-items: center; }
@media (min-width: 900px) { .ctaband__grid { grid-template-columns: minmax(0, 7fr) auto; } }
.ctaband__row { display: flex; flex-wrap: wrap; gap: 12px; }
.ctaband__note { margin-top: 22px; color: rgba(255,255,255,.6); }

/* ================================================================ PAGEHEAD */
/* Inner pages open on a compact navy band with the page's photograph. */
.pagehead { position: relative; overflow: hidden; isolation: isolate; padding-top: calc(var(--header-h) + 64px); padding-bottom: 64px; }
.pagehead__bg { position: absolute; inset: 0; z-index: -1; }
.pagehead__bg picture, .pagehead__bg img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 45%; }
.pagehead__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,17,39,.9) 0%, rgba(7,17,39,.62) 48%, rgba(7,17,39,.22) 100%), linear-gradient(180deg, rgba(7,17,39,.45), rgba(7,17,39,.05) 45%, var(--ink)); }
.pagehead h1 { color: #fff; max-width: 18ch; text-wrap: balance; }
.pagehead__lede { color: var(--paper-ink); max-width: 58ch; margin-top: 22px; font-size: 1.0625rem; }
.pagehead__meta { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 10px 26px; color: rgba(255,255,255,.62); }
@media (min-width: 768px) { .pagehead { padding-top: calc(var(--header-h) + 96px); padding-bottom: 88px; } }

/* ============================================================ INNER FURNITURE */
.prose h3 { margin-top: 36px; margin-bottom: 10px; font-family: var(--body); font-weight: 600; font-size: 1.0625rem; }
.prose h3:first-child { margin-top: 0; }
.prose p { color: var(--steel); }
.prose a { color: var(--sky-deep); border-bottom: 1px solid var(--line); }

.imprintbox { border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; background: var(--paper); }
.imprintbox__h { font-family: var(--mono); font-size: var(--fs-mono); letter-spacing: var(--track-mono); text-transform: uppercase; color: var(--accent-deep); margin-bottom: 12px; }

/* Row list: numbered rows separated by hairlines (regions, roles, values). */
.rows { border-top: 1px solid var(--line); }
.row { display: grid; gap: 8px 32px; padding: 26px 0; border-bottom: 1px solid var(--line); }
@media (min-width: 760px) { .row { grid-template-columns: 96px minmax(0, 5fr) minmax(0, 7fr); align-items: start; } }
.row__code { font-family: var(--mono); font-size: var(--fs-mono); letter-spacing: var(--track-mono); color: var(--sky-deep); padding-top: 6px; }
.row__name { font-family: var(--display); font-weight: 600; font-size: 1.375rem; line-height: 1.25; }
.row__body { color: var(--steel); }
.row__meta { font-family: var(--mono); font-size: 0.6875rem; letter-spacing: .12em; text-transform: uppercase; color: var(--accent-deep); margin-top: 10px; }
.ink .rows { border-color: var(--line-ink); }
.ink .row  { border-color: var(--line-ink); }
.ink .row__code { color: var(--cyan); }
.ink .row__body { color: var(--steel-ink); }

/* Standards / values grid */
.stdgrid { display: grid; gap: 14px; }
@media (min-width: 640px)  { .stdgrid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .stdgrid { grid-template-columns: repeat(3, 1fr); } }
.std { padding: 26px 24px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); }
.std__t { font-family: var(--body); font-weight: 600; font-size: 1.0625rem; }
.std__b { margin-top: 10px; color: var(--steel); font-size: var(--fs-small); }
.ink .std { background: rgba(12,27,58,.72); border-color: var(--line-ink); }
.ink .std__t { color: #fff; }
.ink .std__b { color: var(--steel-ink); }

/* Figure grid */
.figgrid { display: grid; gap: 16px; }
@media (min-width: 760px) { .figgrid { grid-template-columns: repeat(3, 1fr); } }

/* Solution detail block (solutions page) */
.solblock { display: grid; gap: 28px; align-items: start; }
@media (min-width: 900px) { .solblock { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 48px; } }
.solblock__list { margin-top: 20px; display: grid; gap: 8px; }
.solblock__list li { position: relative; padding-left: 22px; color: var(--steel); font-size: var(--fs-small); }
.solblock__list li::before { content: ""; position: absolute; left: 0; top: .6em; width: 10px; height: 2px; background: var(--accent); }
.subnav { position: sticky; top: var(--header-h); z-index: 50; background: rgba(255,255,255,.94); border-bottom: 1px solid var(--line); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.subnav__inner { display: flex; gap: 22px; overflow-x: auto; scrollbar-width: none; padding-block: 14px; }
.subnav__inner::-webkit-scrollbar { display: none; }
.subnav__link { flex: none; font-size: var(--fs-small); color: var(--steel); padding-bottom: 2px; border-bottom: 1px solid transparent; white-space: nowrap; }
.subnav__link.is-active, .subnav__link:hover { color: var(--ink); border-color: var(--accent); }

/* Insight article */
.article { max-width: var(--maxw-legal); }
.article__lede { font-size: 1.125rem; color: var(--steel); }
.article p { color: var(--ink); line-height: var(--lh-legal); }
.article h2 { font-size: 1.5rem; margin-top: 40px; margin-bottom: 12px; }
.article__meta { display: flex; flex-wrap: wrap; gap: 8px 22px; color: var(--steel); margin-top: 18px; }

/* Careers */
.role { display: grid; gap: 10px 32px; padding: 26px 0; border-bottom: 1px solid var(--line); }
@media (min-width: 760px) { .role { grid-template-columns: minmax(0, 5fr) minmax(0, 5fr) auto; align-items: center; } }
.role__t { font-family: var(--body); font-weight: 600; font-size: 1.0625rem; }
.role__m { font-size: var(--fs-small); color: var(--steel); }

/* 404 / thanks */
.e404 { padding-top: calc(var(--header-h) + 96px); min-height: 60vh; }
.e404__code { font-family: var(--mono); font-size: var(--fs-mono); letter-spacing: var(--track-mono); color: var(--accent-deep); }
.e404__links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }

/* Text column pair used on inner pages */
.pair { display: grid; gap: 24px 48px; }
@media (min-width: 900px) { .pair { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); } }

/* Brand block on the about page */
.brandline { display: flex; align-items: center; gap: 18px; padding: 22px 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.brandline__mark { font-size: 40px; color: var(--ink); flex: none; }
.brandline__t { font-weight: 600; }
.brandline__s { font-size: var(--fs-small); color: var(--steel); }

/* =================================================================== FOOTER */
.footer__top .logo { grid-area: auto; }
.footer__top { display: grid; gap: 24px; padding-block: 56px 36px; border-bottom: 1px solid var(--line-ink); align-items: center; }
@media (min-width: 900px) { .footer__top { grid-template-columns: auto 1fr auto; gap: 40px; } }
.footer__nav { display: flex; flex-wrap: wrap; gap: 8px 24px; }
.footer__nav a { font-size: var(--fs-small); color: var(--paper-ink); }
@media (min-width: 900px) { .footer__nav { justify-content: center; } }
.footer__site { display: flex; flex-direction: column; gap: 6px; color: var(--paper-ink); }
@media (min-width: 900px) { .footer__site { text-align: right; align-items: flex-end; } }
.footer__strap { color: var(--accent-on-ink); }
.footer .footer__grid { padding-block: 44px 40px; }

/* ============================================================ INSIGHTS LIST */
.posts { display: grid; gap: 28px; }
.post { display: grid; gap: 20px 40px; align-items: center; padding-bottom: 28px; border-bottom: 1px solid var(--line); color: inherit; }
.post:last-child { border-bottom: 0; padding-bottom: 0; }
@media (min-width: 900px) { .post { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); } .post:nth-child(even) .post__img { order: 2; } }
.post__img { display: block; border-radius: var(--radius); overflow: hidden; aspect-ratio: 16 / 10; background: var(--ink-2); }
.post__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.post:hover .post__img img { transform: scale(1.03); }
.post__meta { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 18px; }
.post__meta .eyebrow { margin-bottom: 0; }
.post__t { font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem); margin-top: 10px; }
.post:hover .post__t { color: var(--sky-deep); }
.post__x { color: var(--steel); margin-top: 12px; max-width: 58ch; }
.post .alink { margin-top: 14px; }
.post__img { position: relative; }
.post__img picture, .post__img img { position: absolute; inset: 0; width: 100%; height: 100%; }
@media (min-width: 900px) { .post:nth-child(even) { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); } }

/* Careers */
.field__opt { text-transform: none; letter-spacing: 0; color: var(--steel); font-weight: 400; }
.role__closed { font-family: var(--mono); font-size: 0.6875rem; letter-spacing: .14em; text-transform: uppercase; color: var(--steel); border: 1px solid var(--line); border-radius: 4px; padding: 6px 10px; justify-self: start; }
.field input[type="file"] { font-family: var(--body); font-size: var(--fs-small); color: var(--steel); padding: 12px 14px; border: 1px dashed var(--line); border-radius: 6px; background: var(--paper); }
.field input[type="file"]::file-selector-button { font-family: var(--body); font-size: 0.875rem; font-weight: 500; color: var(--ink); background: var(--mist); border: 1px solid var(--line); border-radius: 4px; padding: 8px 14px; margin-right: 12px; cursor: pointer; }
.field input[type="file"]:focus { border-color: var(--accent); }

/* ================================================================== AI LIVE */
.ailive { display: grid; gap: 36px; align-items: start; }
@media (min-width: 1000px) { .ailive { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 48px; } }
.ailive__side { display: grid; gap: 16px; }
.ailive__side .ops__photo { min-height: 200px; aspect-ratio: 16 / 7; }
.airules { display: grid; gap: 12px; margin-top: 28px; }
@media (min-width: 640px) { .airules { grid-template-columns: repeat(2, 1fr); } }
.airule { display: flex; flex-direction: column; gap: 4px; padding: 14px 16px; border: 1px solid var(--line-ink); border-radius: 8px; background: rgba(12,27,58,.55); }
.airule__t { font-weight: 600; color: #fff; font-size: 0.9375rem; }
.airule__b { font-size: 0.8125rem; color: var(--steel-ink); }

.ailog { background: #050C1D; border: 1px solid var(--line-ink); border-radius: var(--radius); overflow: hidden; font-family: var(--mono); font-size: 0.75rem; }
.ailog__bar { display: flex; align-items: center; gap: 10px; padding: 10px 14px; border-bottom: 1px solid var(--line-ink); color: var(--steel-ink); letter-spacing: .1em; text-transform: uppercase; font-size: 0.6875rem; }
.ailog__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 3px rgba(94,210,232,.18); }
.ailog__tag { margin-left: auto; color: var(--accent-on-ink); border: 1px solid rgba(226,178,74,.4); border-radius: 3px; padding: 2px 7px; }
.ailog__rows { padding: 8px 0; }
.ailog__row { display: grid; grid-template-columns: 62px 74px minmax(0, 1fr) auto; gap: 12px; align-items: baseline; padding: 8px 14px; border-bottom: 1px dashed rgba(220,227,238,.08); opacity: 0; transform: translateY(6px); animation: ailog-in 500ms ease forwards; }
.ailog__row:last-child { border-bottom: 0; }
.ailog__t { color: var(--steel-ink); }
.ailog__k { color: var(--cyan); text-transform: uppercase; letter-spacing: .08em; font-size: 0.625rem; }
.ailog__k--approval { color: var(--live); }
.ailog__k--affiliate { color: var(--accent-on-ink); }
.ailog__m { color: var(--paper-ink); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ailog__o { color: var(--live); white-space: nowrap; }
.ailog__o.is-hold { color: var(--accent-on-ink); }
.ailog__note { padding: 10px 14px; border-top: 1px solid var(--line-ink); color: var(--steel-ink); font-size: 0.6875rem; letter-spacing: .04em; }
@keyframes ailog-in { to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .ailog__row { animation: none; opacity: 1; transform: none; } }
@media (max-width: 560px) { .ailog__row { grid-template-columns: 56px 1fr; } .ailog__m { grid-column: 1 / -1; white-space: normal; } .ailog__o { grid-column: 2; } }

/* AI table (light band) */
.aitable { width: 100%; border-collapse: collapse; font-size: var(--fs-small); background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.aitable th, .aitable td { text-align: left; padding: 14px 16px; border-bottom: 1px solid var(--line); vertical-align: top; }
.aitable thead th { font-family: var(--mono); font-size: var(--fs-mono); letter-spacing: var(--track-mono); text-transform: uppercase; color: var(--accent-deep); background: var(--mist); }
.aitable tbody th { font-weight: 600; white-space: nowrap; }
.aitable td:nth-child(2) { color: var(--steel); }
.aitable td:nth-child(3) { color: var(--ink); }
.aitable tr:last-child th, .aitable tr:last-child td { border-bottom: 0; }
.ltable-wrap { overflow-x: auto; }

/* ================================================================= PACKAGES */
.pkgcards { display: grid; gap: 14px; }
@media (min-width: 640px)  { .pkgcards { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .pkgcards { grid-template-columns: repeat(5, 1fr); } }
.pkgcard { display: flex; flex-direction: column; gap: 8px; padding: 22px 20px 20px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); color: inherit; transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease; }
.pkgcard:hover { color: inherit; border-color: rgba(47,127,224,.45); transform: translateY(-2px); box-shadow: 0 16px 34px -22px rgba(7,17,39,.4); }
.pkgcard--featured { border-color: var(--accent); box-shadow: 0 0 0 1px var(--accent) inset; }
.pkgcard__code { color: var(--accent-deep); }
.pkgcard__name { font-weight: 600; font-size: 1.0625rem; }
.pkgcard__price { font-family: var(--display); font-weight: 600; font-size: 1.75rem; line-height: 1; margin-top: 4px; }
.pkgcard__price small { font-family: var(--body); font-weight: 400; font-size: 0.75rem; color: var(--steel); }
.pkgcard__claim { font-size: 0.875rem; color: var(--steel); flex: 1 1 auto; }
.pkgcard__meta { display: flex; flex-direction: column; gap: 2px; font-size: 0.8125rem; padding-top: 10px; border-top: 1px solid var(--line); }
.pkgcard__meta .mono { color: var(--steel); }
.pkgcard__btn { justify-content: center; margin-top: 6px; }

.pkgs { display: grid; gap: 24px; }
.pkg { display: grid; gap: 24px 40px; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); scroll-margin-top: calc(var(--header-h) + 24px); }
@media (min-width: 1000px) { .pkg { grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); } }
.pkg--featured { border-color: var(--accent); box-shadow: 0 0 0 1px var(--accent) inset; }
.pkg__code { color: var(--accent-deep); }
.pkg__name { font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem); margin-top: 8px; }
.pkg__price { margin-top: 12px; }
.pkg__price strong { font-family: var(--display); font-weight: 600; font-size: 2.25rem; line-height: 1; }
.pkg__price span { font-size: var(--fs-small); color: var(--steel); margin-left: 6px; }
.pkg__claim { color: var(--steel); margin-top: 16px; }
.pkg__head .btn { margin-top: 20px; }
.pkg__spec { border-top: 1px solid var(--line); }
.pkg__row { display: grid; gap: 4px 24px; padding: 12px 0; border-bottom: 1px solid var(--line); }
@media (min-width: 640px) { .pkg__row { grid-template-columns: 120px 1fr; } }
.pkg__k { font-family: var(--mono); font-size: var(--fs-mono); letter-spacing: var(--track-mono); text-transform: uppercase; color: var(--sky-deep); padding-top: 4px; }
.pkg__v { font-size: var(--fs-small); }
.pkg__lists { display: grid; gap: 20px 32px; margin-top: 20px; }
@media (min-width: 640px) { .pkg__lists { grid-template-columns: 3fr 2fr; } }
.pkg__lh { color: var(--accent-deep); margin-bottom: 10px; }
.pkg__lh--x { color: var(--steel); }
.solblock__list--x li::before { background: var(--line); }
.pkgcustom { display: grid; gap: 16px 40px; padding: 28px 32px; border: 1px dashed var(--line); border-radius: var(--radius); }
@media (min-width: 900px) { .pkgcustom { grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); align-items: center; } }
.steps-ol { counter-reset: s; display: grid; gap: 12px; }
.steps-ol li { position: relative; padding-left: 40px; color: var(--steel); }
.steps-ol li::before { counter-increment: s; content: counter(s); position: absolute; left: 0; top: 0; width: 26px; height: 26px; border-radius: 50%; background: var(--ink); color: #fff; font-family: var(--mono); font-size: 0.75rem; display: flex; align-items: center; justify-content: center; }
.paylogos { display: flex; gap: 10px; align-items: center; }
.paylogos img { height: 30px; width: auto; border: 1px solid var(--line); border-radius: 4px; padding: 2px 4px; background: #fff; }

/* ================================================================= CHECKOUT */
.checkout__top { display: grid; gap: 16px 24px; align-items: start; padding-bottom: 28px; border-bottom: 1px solid var(--line); }
@media (min-width: 900px) { .checkout__top { grid-template-columns: auto 1fr auto; } }
.checkout__lock { width: 56px; height: 56px; border-radius: 12px; background: var(--ink); color: var(--accent); display: flex; align-items: center; justify-content: center; font-size: 30px; }
.checkout__for { color: var(--steel); text-align: right; line-height: 1.8; }
.checkout__for strong { color: var(--ink); }
@media (max-width: 899px) { .checkout__for { text-align: left; } }
.checkout__grid { display: grid; gap: 32px; align-items: start; }
@media (min-width: 1000px) { .checkout__grid { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 48px; } }
.form--wide { max-width: none; }
.form__2col { display: grid; gap: 16px; }
@media (min-width: 640px) { .form__2col { grid-template-columns: 1fr 1fr; } }
.fs { border: 0; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 18px; min-width: 0; }
.fs + .fs { padding-top: 26px; border-top: 1px solid var(--line); }
.fs__legend { font-family: var(--mono); font-size: var(--fs-mono); letter-spacing: var(--track-mono); text-transform: uppercase; color: var(--accent-deep); padding: 0; margin-bottom: 10px; }
.btn--lg { padding: 18px 28px; font-size: 1.0625rem; }
.pkgpick { display: grid; gap: 10px; }
@media (min-width: 640px) { .pkgpick { grid-template-columns: 1fr 1fr; } }
.pkgpick__item { position: relative; display: block; cursor: pointer; }
.pkgpick__item input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.pkgpick__body { display: flex; flex-direction: column; gap: 3px; padding: 14px 16px; border: 1px solid var(--line); border-radius: 8px; background: var(--paper); transition: border-color 120ms ease, box-shadow 120ms ease; }
.pkgpick__item.is-selected .pkgpick__body, .pkgpick__item input:checked + .pkgpick__body { border-color: var(--sky); box-shadow: 0 0 0 2px rgba(47,127,224,.18); }
.pkgpick__item input:focus-visible + .pkgpick__body { outline: 2px solid var(--accent); outline-offset: 2px; }
.pkgpick__name { font-weight: 600; font-size: 0.9375rem; }
.pkgpick__price { font-family: var(--display); font-weight: 600; font-size: 1.25rem; }
.pkgpick__meta { font-size: 0.75rem; color: var(--steel); }
.ordersum { position: sticky; top: calc(var(--header-h) + 24px); background: var(--ink); color: #fff; border-radius: var(--radius); padding: 26px 26px 22px; }
.ordersum__h { color: var(--accent-on-ink); }
.ordersum__name { font-weight: 600; font-size: 1.125rem; margin-top: 12px; }
.ordersum__price { margin-top: 6px; }
.ordersum__price strong { font-family: var(--display); font-weight: 600; font-size: 2rem; line-height: 1; }
.ordersum__price span { font-size: 0.8125rem; color: var(--steel-ink); margin-left: 6px; }
.ordersum__gets { margin-top: 18px; }
.ordersum__gets li { color: var(--paper-ink); }
.ordersum__spec { margin-top: 18px; border-top: 1px solid var(--line-ink); display: grid; }
.ordersum__spec > div { display: grid; gap: 4px; padding: 10px 0; border-bottom: 1px solid var(--line-ink); font-size: 0.8125rem; color: var(--paper-ink); }
.ordersum__spec .mono { color: var(--steel-ink); }
.ordersum__foot { margin-top: 18px; display: grid; gap: 12px; }
.ordersum__note { font-size: 0.75rem; color: var(--steel-ink); margin: 0; }
.ordersum__note a { color: #fff; border-bottom: 1px solid var(--line-ink); }
.ink .paylogos img, .ordersum .paylogos img { border-color: transparent; }

/* Footer operator line */
.footer__op { padding: 26px 0 4px; border-top: 1px solid var(--line-ink); }
.opline { font-size: 0.8125rem; color: var(--steel-ink); margin: 0 0 6px; display: flex; flex-wrap: wrap; gap: 4px 22px; }
.opline--strong { color: var(--paper-ink); }
.opline a { color: var(--paper-ink); }
