.scc-page {
  --scc-blue: #165dff;
  --scc-blue-soft: #eef4ff;
  --scc-blue-deep: #0f3fb8;
  --scc-ink: #101828;
  --scc-text: #475467;
  --scc-line: #dbe5f3;
  --scc-line-strong: #cfdcf2;
  --scc-surface: #ffffff;
  --scc-surface-soft: #f7faff;
  --scc-surface-alt: #f4f7fb;
  --scc-shadow: 0 24px 60px rgba(22, 93, 255, 0.08);
  background:
    radial-gradient(circle at 0% 0%, rgba(22, 93, 255, 0.08), transparent 28%),
    radial-gradient(circle at 100% 10%, rgba(59, 130, 246, 0.12), transparent 32%),
    linear-gradient(180deg, #f6f9ff 0%, #f4f7fb 38%, #f7f9fc 100%);
  color: var(--scc-ink);
  overflow-x: hidden;
}

.scc-page a {
  color: inherit;
  text-decoration: none;
}

.scc-shell {
  width: min(100% - 1.5rem, 1400px);
  margin: 0 auto;
}

.scc-hero,
.scc-section {
  position: relative;
}

.scc-hero {
  background: #F9FAFC;
  padding: 5.75rem 0 3.4rem;
  overflow: hidden;
}

.scc-hero::before,
.scc-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(207, 220, 242, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(207, 220, 242, 0.18) 1px, transparent 1px);
  background-size: 2.75rem 2.75rem;
  pointer-events: none;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.26), transparent 76%);
}

.scc-hero::before {
  display: none;
}

.scc-section {
  padding: 3.7rem 0;
}

.scc-section--contact {
  padding-bottom: 4.2rem;
}

.scc-hero__grid,
.scc-two-column,
.scc-controls {
  display: grid;
  gap: 2rem;
}

.scc-hero__grid {
  grid-template-columns: minmax(0, 0.37fr) minmax(0, 0.63fr);
  align-items: center;
}

.scc-two-column {
  grid-template-columns: minmax(16rem, 0.3fr) minmax(0, 0.7fr);
  align-items: start;
}

.scc-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0 0.86rem;
  border-radius: 999px;
  background: rgba(22, 93, 255, 0.08);
  color: var(--scc-blue);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.scc-kicker--dark {
  background: rgba(255, 255, 255, 0.08);
  color: #a9ccff;
}

.scc-hero__copy h1,
.scc-copy h2,
.scc-contact__copy h2,
.scc-control-panel__header h3,
.scc-identity-card h3,
.scc-privacy-card h3,
.scc-contact-card h3 {
  letter-spacing: -0.05em;
  line-height: 1.04;
  font-weight: 900;
}

.scc-hero__copy h1 {
  margin-top: 1rem;
  font-size: clamp(2.45rem, 4.3vw, 4.1rem);
}

.scc-hero__copy h1 > span {
  display: block;
}

.scc-copy h2,
.scc-contact__copy h2 {
  margin-top: 0.8rem;
  font-size: clamp(2rem, 3.4vw, 3rem);
}

.scc-hero__copy p,
.scc-copy p,
.scc-contact__copy p,
.scc-control-panel__header p,
.scc-node p,
.scc-stage p,
.scc-identity-card p,
.scc-privacy-card p,
.scc-contact-card p {
  color: var(--scc-text);
  line-height: 1.76;
}

.scc-hero__copy p {
  max-width: 29rem;
  margin-top: 1.3rem;
  font-size: 1.04rem;
}

.scc-copy {
  max-width: 22rem;
}

.scc-copy p,
.scc-contact__copy p {
  margin-top: 0.95rem;
  font-size: 0.98rem;
}

.mfe-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.2rem;
  padding: 0 1.25rem;
  border-radius: 0.95rem;
  border: 1px solid transparent;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease,
    background-color 0.2s ease,
    color 0.2s ease;
}

.mfe-button:hover {
  transform: translateY(-1px);
}

.mfe-button--primary {
  color: #ffffff;
  background: linear-gradient(135deg, #145bff, #2aaeff);
  box-shadow: 0 20px 44px rgba(20, 91, 255, 0.24);
}

.mfe-button--primary span {
  color: #ffffff;
}

.mfe-button--primary:hover,
.mfe-button--primary:focus-visible {
  box-shadow: 0 24px 48px rgba(20, 91, 255, 0.3);
}

.mfe-button--secondary {
  border-color: rgba(20, 91, 255, 0.18);
  background: rgba(255, 255, 255, 0.74);
  color: var(--scc-blue);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
}

.mfe-button--secondary:hover,
.mfe-button--secondary:focus-visible {
  border-color: rgba(20, 91, 255, 0.3);
  background: rgba(255, 255, 255, 0.96);
}

.mfe-button--ghost {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: #dce8ff;
}

.mfe-button--ghost:hover,
.mfe-button--ghost:focus-visible {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
}

.scc-hero__actions,
.scc-contact__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.scc-hero__actions {
  margin-top: 1.6rem;
}

.scc-hero__principles {
  margin-top: 1.65rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.3rem;
}

.scc-principle {
  min-width: 0;
  padding-right: 0.25rem;
}

.scc-principle__head {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.scc-principle__head i {
  flex: 0 0 auto;
  color: #344054;
  font-size: 1rem;
}

.scc-principle__head strong {
  display: block;
  color: #101828;
  font-size: 0.94rem;
  line-height: 1.2;
  font-weight: 800;
  white-space: nowrap;
}

.scc-principle > span {
  display: block;
  margin-top: 0.45rem;
  padding-left: 1.55rem;
  color: #667085;
  font-size: 0.83rem;
  line-height: 1.58;
  max-width: 12.25rem;
  text-wrap: balance;
}

.scc-hero__visual {
  min-width: 0;
  display: flex;
  align-items: flex-end;
  padding-left: 1.4rem;
}

.scc-hero-shot {
  position: relative;
  width: 100%;
  margin-top: 2rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.scc-hero-shot::before {
  display: none;
}

.scc-hero-shot img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
  box-shadow: none;
}

.scc-principle--overlay {
  position: absolute;
  left: 0.35rem;
  bottom: 0.4rem;
  width: min(15.5rem, 38%);
  padding: 0.95rem 1rem 0.95rem 0.95rem;
  border-radius: 1.05rem;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 20px 36px rgba(15, 23, 42, 0.12);
  backdrop-filter: blur(10px);
}

.scc-principle--overlay .scc-principle__head strong {
  white-space: normal;
}

.scc-principle--overlay > span {
  max-width: none;
  padding-left: 1.55rem;
}

.scc-node strong,
.scc-stage strong {
  display: block;
  color: var(--scc-ink);
  font-size: 0.94rem;
  line-height: 1.24;
  font-weight: 900;
}

.scc-node__icon,
.scc-stage__icon,
.scc-identity-card__icon,
.scc-privacy-card__icon,
.scc-contact-card__icon,
.scc-control-panel__badge {
  width: 2.9rem;
  height: 2.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.95rem;
  background: linear-gradient(180deg, #f2f6ff 0%, #deebff 100%);
  color: var(--scc-blue);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.scc-flow-card,
.scc-lifecycle-card,
.scc-controls__surface {
  padding: 1.45rem;
  border: 1px solid rgba(207, 220, 242, 0.9);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--scc-shadow);
  backdrop-filter: blur(14px);
}

.scc-flow,
.scc-lifecycle {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.8rem;
  align-items: center;
}

.scc-node,
.scc-stage {
  position: relative;
  min-width: 0;
  min-height: 12.5rem;
  padding: 1rem 0.9rem;
  border: 1px solid rgba(223, 231, 243, 0.9);
  border-radius: 1.25rem;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  text-align: center;
}

.scc-node__icon,
.scc-stage__icon {
  margin: 0 auto;
}

.scc-node strong,
.scc-stage strong {
  margin-top: 0.95rem;
}

.scc-node p,
.scc-stage p {
  margin-top: 0.55rem;
  font-size: 0.84rem;
  line-height: 1.62;
}

.scc-flow__arrow,
.scc-lifecycle__link {
  position: relative;
  height: 1px;
  background: linear-gradient(90deg, rgba(129, 170, 255, 0.16), rgba(129, 170, 255, 0.86));
}

.scc-flow__arrow span::after,
.scc-lifecycle__link::after {
  content: "";
  position: absolute;
  right: -0.05rem;
  top: 50%;
  width: 0.55rem;
  height: 0.55rem;
  border-top: 1px solid rgba(129, 170, 255, 0.86);
  border-right: 1px solid rgba(129, 170, 255, 0.86);
  transform: translateY(-50%) rotate(45deg);
}

.scc-flow__arrow span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.scc-section--architecture {
  background: #f9fafc;
}

.scc-section--architecture .scc-two-column {
  grid-template-columns: minmax(14rem, 0.24fr) minmax(0, 0.76fr);
  gap: 1.8rem;
  align-items: center;
}

.scc-architecture__eyebrow {
  color: var(--scc-blue);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.scc-section--architecture .scc-copy {
  max-width: 16rem;
}

.scc-section--architecture .scc-copy h2 {
  margin-top: 0.65rem;
  font-size: clamp(1.75rem, 2.6vw, 2.45rem);
  line-height: 1.08;
}

.scc-section--architecture .scc-copy p {
  max-width: 14rem;
  margin-top: 1rem;
  color: #667085;
  font-size: 0.95rem;
  line-height: 1.7;
}

.scc-section--architecture .scc-flow-card {
  padding: 1.6rem 1.35rem 1rem;
  border: 1px solid #e5ebf4;
  border-radius: 1rem;
  background: #ffffff;
  box-shadow: none;
  backdrop-filter: none;
}

.scc-section--architecture .scc-flow {
  grid-template-columns: minmax(6.8rem, 1fr) 1.5rem minmax(6.8rem, 1fr) 1.5rem minmax(7.6rem, 1.15fr) 1.5rem minmax(6.8rem, 1fr) 1.5rem minmax(6.8rem, 1fr) 1.5rem minmax(6.8rem, 1fr);
  gap: 0;
  align-items: start;
}

.scc-section--architecture .scc-node {
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  text-align: center;
}

.scc-section--architecture .scc-node__icon {
  width: 4.1rem;
  height: 4.1rem;
  margin-top: 1rem;
  border-radius: 999px;
  background: #f4f7fb;
  box-shadow: none;
}

.scc-section--architecture .scc-node strong {
  min-height: 2.7rem;
  margin-top: 0;
  color: #1d2939;
  font-size: 0.92rem;
  line-height: 1.35;
}

.scc-section--architecture .scc-node p {
  max-width: 8.8rem;
  margin: 0.95rem auto 0;
  color: #667085;
  font-size: 0.77rem;
  line-height: 1.55;
}

.scc-section--architecture .scc-flow__arrow {
  align-self: center;
  height: 1px;
  margin-top: 4.45rem;
  background: linear-gradient(90deg, rgba(129, 170, 255, 0.3), rgba(129, 170, 255, 0.86));
}

.scc-section--architecture .scc-flow__arrow span::after {
  width: 0.48rem;
  height: 0.48rem;
}

.scc-section--lifecycle {
  background: #f9fafc;
}

.scc-section--lifecycle .scc-two-column {
  grid-template-columns: minmax(14rem, 0.24fr) minmax(0, 0.76fr);
  gap: 1.8rem;
  align-items: center;
}

.scc-section--lifecycle .scc-copy {
  max-width: 16rem;
}

.scc-section--lifecycle .scc-copy h2 {
  font-size: clamp(1.72rem, 2.6vw, 2.4rem);
  line-height: 1.08;
}

.scc-section--lifecycle .scc-copy p {
  max-width: 14rem;
  margin-top: 1rem;
  color: #667085;
  font-size: 0.95rem;
  line-height: 1.7;
}

.scc-section--lifecycle .scc-lifecycle-card {
  padding: 1.6rem 1.35rem 0.9rem;
  border: 1px solid #e5ebf4;
  border-radius: 1rem;
  background: #ffffff;
  box-shadow: none;
  backdrop-filter: none;
}

.scc-section--lifecycle .scc-lifecycle {
  grid-template-columns: minmax(6.9rem, 1fr) 1.5rem minmax(6.4rem, 1fr) 1.5rem minmax(6.8rem, 1fr) 1.5rem minmax(6.4rem, 1fr) 1.5rem minmax(6.8rem, 1fr) 1.5rem minmax(5.8rem, 0.9fr);
  gap: 0;
  align-items: start;
}

.scc-section--lifecycle .scc-stage {
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  text-align: center;
}

.scc-section--lifecycle .scc-stage__icon {
  width: 4.1rem;
  height: 4.1rem;
  margin-top: 1rem;
  border-radius: 999px;
  background: #f4f7fb;
  box-shadow: none;
}

.scc-section--lifecycle .scc-stage strong {
  min-height: 2.7rem;
  margin-top: 0;
  color: #1d2939;
  font-size: 0.92rem;
  line-height: 1.35;
}

.scc-section--lifecycle .scc-stage p {
  max-width: 8.3rem;
  margin: 0.95rem auto 0;
  color: #667085;
  font-size: 0.77rem;
  line-height: 1.55;
}

.scc-section--lifecycle .scc-lifecycle__link {
  align-self: center;
  height: 1px;
  margin-top: 4.45rem;
  background: linear-gradient(90deg, rgba(82, 196, 174, 0.28), rgba(82, 196, 174, 0.9));
}

.scc-section--lifecycle .scc-lifecycle__link::after {
  width: 0.48rem;
  height: 0.48rem;
  border-top-color: rgba(82, 196, 174, 0.9);
  border-right-color: rgba(82, 196, 174, 0.9);
}

.scc-section--lifecycle .scc-lifecycle__footer {
  position: relative;
  margin-top: 1.2rem;
  padding-top: 1rem;
  text-align: center;
  color: #667085;
  font-size: 0.84rem;
  font-weight: 700;
}

.scc-section--lifecycle .scc-lifecycle__footer::before {
  content: "";
  position: absolute;
  left: 14%;
  right: 14%;
  top: 0;
  border-top: 1px dashed rgba(82, 196, 174, 0.45);
}

.scc-section--privacy {
  background:
    radial-gradient(circle at 18% 18%, rgba(34, 103, 255, 0.14), transparent 28%),
    linear-gradient(180deg, #02081c 0%, #030d2a 100%);
  color: #f8fbff;
}

.scc-section--privacy .scc-two-column {
  grid-template-columns: minmax(16rem, 0.42fr) minmax(0, 0.58fr);
  gap: 2rem;
  align-items: center;
}

.scc-privacy__eyebrow {
  color: rgba(160, 184, 255, 0.92);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.scc-section--privacy .scc-copy {
  max-width: 27rem;
}

.scc-section--privacy .scc-copy h2 {
  margin-top: 0.8rem;
  color: #ffffff;
  font-size: clamp(2.55rem, 5vw, 4.15rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.scc-section--privacy .scc-copy p {
  max-width: 25rem;
  margin-top: 1.5rem;
  color: rgba(226, 232, 240, 0.82);
  font-size: 1rem;
  line-height: 1.72;
}

.scc-section--privacy .scc-privacy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.scc-section--privacy .scc-privacy-card {
  min-width: 0;
  min-height: 12.5rem;
  padding: 1.35rem 1.35rem 1.25rem;
  border: 1px solid rgba(117, 144, 211, 0.14);
  border-radius: 1.35rem;
  background: rgba(12, 22, 54, 0.82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.scc-privacy-card__eyebrow {
  color: rgba(138, 157, 196, 0.7);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.scc-section--privacy .scc-privacy-card h3 {
  margin-top: 0.72rem;
  color: #ffffff;
  font-size: 1.7rem;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.scc-section--privacy .scc-privacy-card p {
  margin-top: 0.95rem;
  color: rgba(226, 232, 240, 0.76);
  font-size: 0.95rem;
  line-height: 1.72;
}

.scc-node--blue .scc-node__icon,
.scc-stage--blue .scc-stage__icon { color: #2563eb; }
.scc-node--violet .scc-node__icon,
.scc-stage--violet .scc-stage__icon { color: #7c3aed; }
.scc-node--teal .scc-node__icon,
.scc-stage--teal .scc-stage__icon { color: #0f766e; }
.scc-node--sky .scc-node__icon,
.scc-stage--sky .scc-stage__icon { color: #0284c7; }
.scc-node--amber .scc-node__icon,
.scc-stage--amber .scc-stage__icon { color: #d97706; }
.scc-node--green .scc-node__icon,
.scc-stage--green .scc-stage__icon { color: #16a34a; }

.scc-identity-grid,
.scc-privacy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.scc-identity-card,
.scc-privacy-card {
  min-width: 0;
  padding: 1.2rem 1.1rem;
  border: 1px solid rgba(207, 220, 242, 0.9);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.045);
}

.scc-identity-card h3,
.scc-privacy-card h3,
.scc-contact-card h3 {
  margin-top: 0.95rem;
  font-size: 1.02rem;
}

.scc-identity-card p,
.scc-privacy-card p,
.scc-contact-card p {
  margin-top: 0.45rem;
  font-size: 0.9rem;
}

.scc-lifecycle__footer {
  margin-top: 1rem;
  text-align: center;
  color: #667085;
  font-size: 0.84rem;
  font-weight: 700;
}

.scc-section--controls {
  background: #f9fafc;
}

.scc-controls {
  gap: 1.6rem;
}

.scc-section--controls .scc-copy {
  max-width: 44rem;
  margin: 0 auto;
  text-align: center;
}

.scc-controls__eyebrow {
  color: var(--scc-blue);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.scc-section--controls .scc-copy h2 {
  margin-top: 0.7rem;
  font-size: clamp(1.92rem, 3.45vw, 3.05rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.scc-section--controls .scc-copy p {
  max-width: none;
  margin-top: 0.9rem;
  color: #667085;
  font-size: 0.98rem;
  line-height: 1.7;
  white-space: nowrap;
}

.scc-controls__surface {
  padding: 0;
  border: 1px solid #e5ebf4;
  border-radius: 1rem;
  background: #ffffff;
  box-shadow: none;
}

.scc-controls__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.scc-control-card {
  min-width: 0;
  padding: 1rem 1.15rem 1.1rem;
}

.scc-control-card:not(:first-child) {
  border-left: 1px solid #e7edf5;
}

.scc-control-card__head {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 1.45rem;
  padding-bottom: 0.82rem;
  border-bottom: 1px solid #eef2f7;
  color: #243b7f;
}

.scc-control-card__head i {
  color: var(--scc-blue);
  font-size: 0.94rem;
}

.scc-control-card__head span {
  color: #162036;
  font-size: 0.96rem;
  line-height: 1.2;
  font-weight: 800;
}

.scc-control-card__list {
  margin-top: 0.88rem;
  display: grid;
  gap: 0.82rem;
}

.scc-control-point {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #344054;
  font-size: 0.92rem;
  line-height: 1.5;
  font-weight: 700;
}

.scc-control-point i {
  margin-top: 0.14rem;
  color: #0f9f83;
  font-size: 0.78rem;
}

.scc-section--contact {
  background:
    radial-gradient(circle at 12% 18%, rgba(42, 174, 255, 0.18), transparent 26%),
    radial-gradient(circle at 88% 82%, rgba(18, 96, 255, 0.28), transparent 34%),
    linear-gradient(135deg, #07193f 0%, #08245b 42%, #0f3fb8 100%);
}

.scc-contact {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
  gap: 1.7rem 2rem;
  align-items: start;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #ffffff;
  box-shadow: none;
}

.scc-contact__copy {
  max-width: 31rem;
}

.scc-contact__copy h2 {
  color: #ffffff;
  font-size: clamp(2.2rem, 4vw, 3.55rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.scc-contact__copy p,
.scc-contact-card p {
  color: rgba(225, 233, 248, 0.82);
}

.scc-contact__copy p {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.72;
}

.scc-contact__grid {
  margin-top: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  align-self: start;
}

.scc-contact-card {
  min-width: 0;
  display: grid;
  grid-template-columns: 2.9rem minmax(0, 1fr);
  gap: 0.8rem;
  min-height: 100%;
  padding: 1.05rem 1.05rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.scc-contact-card > div:last-child {
  min-width: 0;
}

.scc-contact-card__icon,
.scc-control-panel__badge {
  background: rgba(255, 255, 255, 0.1);
  color: #d9e8ff;
}

.scc-contact-card:nth-child(1) .scc-contact-card__icon {
  background: linear-gradient(180deg, rgba(46, 204, 113, 0.22), rgba(46, 204, 113, 0.12));
  color: #7ef0b2;
}

.scc-contact-card:nth-child(2) .scc-contact-card__icon {
  background: linear-gradient(180deg, rgba(255, 184, 77, 0.24), rgba(255, 184, 77, 0.12));
  color: #ffd27a;
}

.scc-contact-card:nth-child(3) .scc-contact-card__icon {
  background: linear-gradient(180deg, rgba(167, 139, 250, 0.24), rgba(167, 139, 250, 0.12));
  color: #c4b5fd;
}

.scc-contact-card h3 {
  color: #ffffff;
  margin-top: 0;
  line-height: 1.22;
}

.scc-contact-card p {
  color: rgba(225, 233, 248, 0.86);
  line-height: 1.58;
}

.scc-contact__actions {
  grid-column: 1 / -1;
  margin-top: 0.1rem;
  display: flex;
  justify-content: center;
  gap: 0.9rem;
  flex-wrap: wrap;
}

.scc-section--contact .mfe-button--secondary,
.scc-section--contact .mfe-button--ghost {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.scc-section--contact .mfe-button--secondary span,
.scc-section--contact .mfe-button--ghost span {
  color: #ffffff;
}

.scc-section--contact .mfe-button--secondary:hover,
.scc-section--contact .mfe-button--ghost:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.32);
}

@media (max-width: 1199px) {
  .scc-hero__grid,
  .scc-two-column,
  .scc-controls__surface {
    grid-template-columns: 1fr;
  }

  .scc-copy {
    max-width: none;
  }

  .scc-flow,
  .scc-lifecycle {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .scc-identity-grid,
  .scc-privacy-grid,
  .scc-contact__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .scc-section--architecture .scc-two-column {
    grid-template-columns: 1fr;
  }

  .scc-section--architecture .scc-copy {
    max-width: none;
  }

  .scc-section--architecture .scc-copy p {
    max-width: 30rem;
  }

  .scc-section--architecture .scc-flow-card {
    padding: 1.35rem 1.1rem 1rem;
  }

  .scc-section--architecture .scc-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem 0.7rem;
  }

  .scc-section--architecture .scc-flow__arrow {
    display: none;
  }

  .scc-section--architecture .scc-node {
    min-height: 0;
    padding: 0.2rem 0;
  }

  .scc-section--lifecycle .scc-two-column {
    grid-template-columns: 1fr;
  }

  .scc-section--lifecycle .scc-copy {
    max-width: none;
  }

  .scc-section--lifecycle .scc-copy p {
    max-width: 30rem;
  }

  .scc-section--lifecycle .scc-lifecycle-card {
    padding: 1.35rem 1.1rem 1rem;
  }

  .scc-section--lifecycle .scc-lifecycle {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem 0.7rem;
  }

  .scc-section--lifecycle .scc-lifecycle__link {
    display: none;
  }

  .scc-section--lifecycle .scc-stage {
    min-height: 0;
    padding: 0.2rem 0;
  }

  .scc-section--privacy .scc-two-column {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .scc-section--privacy .scc-copy {
    max-width: none;
  }

  .scc-section--privacy .scc-copy p {
    max-width: 36rem;
  }

  .scc-section--controls .scc-copy p {
    white-space: normal;
  }

  .scc-controls__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .scc-control-card:nth-child(3),
  .scc-control-card:nth-child(4) {
    border-top: 1px solid #e7edf5;
  }

  .scc-control-card:nth-child(3) {
    border-left: 0;
  }

  .scc-contact {
    grid-template-columns: 1fr;
    gap: 1.3rem;
  }

  .scc-contact__copy {
    max-width: none;
  }

  .scc-contact__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .scc-hero {
    padding-top: 5.1rem;
  }

  .scc-hero__visual {
    display: block;
    padding-left: 0.6rem;
  }

  .scc-hero__principles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .scc-shell {
    width: min(100% - 1rem, 1400px);
  }

  .scc-section {
    padding: 2.8rem 0;
  }

  .scc-hero {
    padding: 4.85rem 0 2.6rem;
  }

  .scc-hero__copy h1 {
    font-size: clamp(2.2rem, 11vw, 3.35rem);
  }

  .scc-copy h2,
  .scc-contact__copy h2 {
    font-size: clamp(1.85rem, 9vw, 2.45rem);
  }

  .scc-hero__copy p,
  .scc-copy p,
  .scc-contact__copy p {
    font-size: 0.95rem;
    line-height: 1.68;
  }

  .scc-hero__actions,
  .scc-contact__actions {
    flex-direction: column;
  }

  .scc-hero__actions .mfe-button,
  .scc-contact__actions .mfe-button {
    width: 100%;
  }

  .scc-hero__principles {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .scc-principle {
    padding-right: 0;
  }

  .scc-hero__visual {
    padding-left: 0;
  }

  .scc-hero-shot {
    margin-top: 1.2rem;
  }

  .scc-principle--overlay {
    left: 0;
    bottom: 0;
    width: min(15rem, 52%);
    padding: 0.85rem 0.9rem;
  }

  .scc-principle__head strong {
    font-size: 0.94rem;
  }

  .scc-principle > span {
    margin-top: 0.35rem;
    padding-left: 1.5rem;
    font-size: 0.82rem;
    line-height: 1.55;
    max-width: none;
  }

  .scc-principle--overlay > span {
    padding-left: 1.5rem;
  }

  .scc-flow-card,
  .scc-lifecycle-card,
  .scc-controls__surface,
  .scc-contact {
    padding: 1rem;
    border-radius: 1.2rem;
  }

  .scc-flow,
  .scc-lifecycle,
  .scc-identity-grid,
  .scc-privacy-grid,
  .scc-contact__grid {
    grid-template-columns: 1fr;
  }

  .scc-section--architecture .scc-flow {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .scc-section--architecture .scc-flow-card {
    padding: 1rem 0.9rem;
  }

  .scc-section--architecture .scc-node {
    padding: 0.2rem 0;
    text-align: center;
  }

  .scc-section--architecture .scc-node strong {
    min-height: 0;
    font-size: 0.94rem;
  }

  .scc-section--architecture .scc-node__icon {
    width: 3.8rem;
    height: 3.8rem;
    margin-top: 0.6rem;
  }

  .scc-section--architecture .scc-node p {
    max-width: 13rem;
    margin-top: 0.7rem;
    font-size: 0.8rem;
  }

  .scc-section--lifecycle .scc-lifecycle {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .scc-section--lifecycle .scc-lifecycle-card {
    padding: 1rem 0.9rem;
  }

  .scc-section--lifecycle .scc-stage {
    padding: 0.2rem 0;
    text-align: center;
  }

  .scc-section--lifecycle .scc-stage strong {
    min-height: 0;
    font-size: 0.94rem;
  }

  .scc-section--lifecycle .scc-stage__icon {
    width: 3.8rem;
    height: 3.8rem;
    margin-top: 0.6rem;
  }

  .scc-section--lifecycle .scc-stage p {
    max-width: 13rem;
    margin-top: 0.7rem;
    font-size: 0.8rem;
  }

  .scc-section--lifecycle .scc-lifecycle__footer {
    margin-top: 1rem;
    padding-top: 0.85rem;
    font-size: 0.8rem;
  }

  .scc-section--lifecycle .scc-lifecycle__footer::before {
    left: 8%;
    right: 8%;
  }

  .scc-section--privacy .scc-copy h2 {
    font-size: clamp(2.2rem, 11vw, 3.2rem);
  }

  .scc-section--privacy .scc-copy p {
    margin-top: 1.05rem;
    font-size: 0.95rem;
  }

  .scc-section--privacy .scc-privacy-grid {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .scc-section--privacy .scc-privacy-card {
    min-height: 0;
    padding: 1.1rem 1rem 1rem;
  }

  .scc-section--privacy .scc-privacy-card h3 {
    font-size: 1.28rem;
  }

  .scc-section--privacy .scc-privacy-card p {
    font-size: 0.9rem;
    line-height: 1.66;
  }

  .scc-section--controls .scc-copy h2 {
    font-size: clamp(1.86rem, 9.7vw, 2.72rem);
  }

  .scc-section--controls .scc-copy p {
    white-space: normal;
    font-size: 0.94rem;
  }

  .scc-controls__grid {
    grid-template-columns: 1fr;
  }

  .scc-control-card {
    padding: 0.95rem 0.95rem 1rem;
  }

  .scc-control-card:not(:first-child) {
    border-left: 0;
    border-top: 1px solid #e7edf5;
  }

  .scc-section--contact {
    padding: 3rem 0;
  }

  .scc-contact__copy h2 {
    font-size: clamp(2rem, 10.5vw, 3rem);
  }

  .scc-contact__copy p {
    font-size: 0.95rem;
    line-height: 1.68;
  }

  .scc-contact__grid {
    grid-template-columns: 1fr;
  }

  .scc-contact-card {
    display: grid;
    grid-template-columns: 2.85rem minmax(0, 1fr);
    gap: 0.2rem 0.8rem;
    align-items: start;
    padding: 1rem;
  }

  .scc-flow__arrow,
  .scc-lifecycle__link {
    width: 1px;
    height: 1rem;
    margin: 0 auto;
    background: linear-gradient(180deg, rgba(129, 170, 255, 0.16), rgba(129, 170, 255, 0.86));
  }

  .scc-flow__arrow span::after,
  .scc-lifecycle__link::after {
    right: auto;
    left: 50%;
    top: auto;
    bottom: -0.02rem;
    transform: translateX(-50%) rotate(135deg);
  }

  .scc-node,
  .scc-stage {
    min-height: auto;
    padding: 0.95rem 0.9rem;
    display: grid;
    grid-template-columns: 2.85rem minmax(0, 1fr);
    gap: 0.15rem 0.8rem;
    align-items: center;
    text-align: left;
  }

  .scc-node__icon,
  .scc-stage__icon {
    grid-column: 1;
    grid-row: 1 / span 2;
    margin: 0;
    width: 2.85rem;
    height: 2.85rem;
    border-radius: 0.9rem;
  }

  .scc-node strong,
  .scc-stage strong {
    grid-column: 2;
    margin-top: 0;
    font-size: 0.96rem;
  }

  .scc-node p,
  .scc-stage p {
    grid-column: 2;
    margin-top: 0.12rem;
    font-size: 0.84rem;
    line-height: 1.55;
  }

  .scc-identity-card,
  .scc-privacy-card {
    padding: 1rem 0.95rem;
  }

  .scc-control-panel__header {
    grid-template-columns: 1fr;
  }

  .scc-control-panel__badge {
    width: 2.8rem;
    height: 2.8rem;
  }

  .scc-control-panel__header h3 {
    font-size: clamp(1.25rem, 7vw, 1.7rem);
  }

  .scc-control-tab {
    min-height: 3rem;
    padding: 0 0.9rem;
    font-size: 0.9rem;
  }

  .scc-contact-card {
    grid-template-columns: 2.8rem minmax(0, 1fr);
    gap: 0.14rem 0.78rem;
    padding: 0.95rem 0.9rem;
  }

  .scc-contact-card__icon {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 2.8rem;
    height: 2.8rem;
  }

  .scc-contact-card > div:last-child {
    grid-column: 2;
    align-self: center;
  }

  .scc-contact-card h3 {
    margin-top: 0;
    font-size: 0.98rem;
  }

  .scc-contact-card p {
    margin-top: 0.12rem;
    font-size: 0.84rem;
    line-height: 1.52;
  }
}
