:root {
  --sc-primary: #1a365d;
  --sc-secondary: #38a169;
  --sc-accent: #ecc94b;
  --sc-neutral: #f7fafc;
  --sc-text: #2d3748;
  --sc-muted: #718096;
  --sc-border: rgba(26, 54, 93, 0.12);
  --sc-shadow: 0 24px 60px rgba(26, 54, 93, 0.12);
  --sc-shadow-soft: 0 14px 36px rgba(26, 54, 93, 0.08);
  --sc-radius: 1.4rem;
  --sc-radius-sm: 0.95rem;
}

html {
  background: var(--sc-neutral);
  scroll-behavior: smooth;
}

body,
button,
input,
select,
textarea {
  font-family: Roboto, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.sc-brand__copy strong,
.sc-eyebrow,
.sc-page-title,
.sc-hero__title,
.sc-page-hero h1,
.sc-news-card__link,
.sc-category-card h2 {
  font-family: Inter, sans-serif;
}

body.sc-body {
  margin: 0;
  color: var(--sc-text);
  background:
    radial-gradient(circle at top left, rgba(56, 161, 105, 0.14), transparent 22rem),
    radial-gradient(circle at right top, rgba(236, 201, 75, 0.18), transparent 20rem),
    linear-gradient(180deg, #fbfcfe 0%, #f1f5f9 100%);
  min-height: 100vh;
}

a {
  color: var(--sc-primary);
  transition: color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

a:hover {
  color: #102543;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.is-max-desktop-widescreen {
  max-width: 1240px;
}

.sc-site-shell {
  min-height: 100vh;
}

.sc-main {
  padding-top: 6.25rem;
}

.sc-section {
  padding: 1.5rem 1.5rem 4.5rem;
}

.sc-section--hero {
  padding-top: 2.5rem;
}

.sc-section--soft {
  background:
    linear-gradient(180deg, rgba(26, 54, 93, 0.03), rgba(26, 54, 93, 0.06)),
    var(--sc-neutral);
}

.sc-surface {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--sc-border);
  border-radius: var(--sc-radius);
  box-shadow: var(--sc-shadow-soft);
}

.sc-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 30;
  padding: 1rem 0;
  background: rgba(247, 250, 252, 0.88);
  backdrop-filter: blur(18px);
  transition: padding 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

html.sc-scrolled .sc-header {
  padding: 0.45rem 0;
  box-shadow: 0 14px 34px rgba(26, 54, 93, 0.1);
  background: rgba(247, 250, 252, 0.96);
}

.sc-navbar {
  background: transparent;
}

.sc-brand {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding-left: 0;
}

.sc-brand__crest {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 1rem;
  background:
    linear-gradient(135deg, var(--sc-secondary), #67c488 45%, var(--sc-accent));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.sc-brand__crest--footer {
  background: linear-gradient(135deg, var(--sc-accent), #f6d96c 55%, var(--sc-secondary));
}

.sc-brand__copy {
  display: flex;
  flex-direction: column;
  line-height: 1.08;
}

.sc-brand__copy strong {
  font-size: 1rem;
  color: var(--sc-primary);
  letter-spacing: -0.03em;
}

.sc-brand__copy small {
  color: rgba(45, 55, 72, 0.64);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sc-navbar-links {
  gap: 0.3rem;
}

.sc-navbar-link,
.sc-navbar-dropdown__item {
  position: relative;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--sc-primary);
}

.sc-navbar-link::after {
  content: "";
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 0.72rem;
  height: 2px;
  background: var(--sc-accent);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.2s ease;
}

.sc-navbar-link:hover::after,
.sc-navbar-link.is-current::after {
  transform: scaleX(1);
}

.sc-navbar-dropdown {
  border-top: 3px solid var(--sc-secondary);
  border-radius: 0 0 var(--sc-radius-sm) var(--sc-radius-sm);
  box-shadow: var(--sc-shadow-soft);
}

.sc-contact-button {
  border-color: rgba(26, 54, 93, 0.24);
  color: var(--sc-primary);
  font-weight: 700;
  letter-spacing: 0.04em;
}

.sc-contact-button:hover {
  border-color: var(--sc-secondary);
  color: var(--sc-secondary);
}

.sc-eyebrow {
  margin: 0 0 1rem;
  color: var(--sc-secondary);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.sc-hero {
  align-items: stretch;
}

.sc-hero__panel,
.sc-hero__visual {
  height: 100%;
}

.sc-hero__panel {
  padding: 3.25rem;
  background:
    linear-gradient(180deg, rgba(26, 54, 93, 0.98), rgba(15, 31, 55, 0.96)),
    var(--sc-primary);
  color: #fff;
  box-shadow: var(--sc-shadow);
}

.sc-hero__panel .sc-eyebrow {
  color: var(--sc-accent);
}

.sc-hero__title {
  margin: 0;
  color: #fff;
  font-size: clamp(2.8rem, 7vw, 5.35rem);
  font-weight: 800;
  line-height: 0.94;
  letter-spacing: -0.06em;
}

.sc-hero__lead {
  max-width: 38rem;
  margin-top: 1.4rem;
  margin-bottom: 0;
  font-size: 1.08rem;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.8);
}

.sc-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.95rem;
  margin-top: 2rem;
}

.button.sc-button {
  height: auto;
  padding: 0.95rem 1.4rem;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.sc-button--primary {
  background: linear-gradient(135deg, var(--sc-secondary), #47ba7f);
  color: #fff;
  border: 0;
}

.sc-button--primary:hover {
  color: #fff;
  transform: translateY(-1px);
}

.sc-button--ghost {
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.sc-button--ghost:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
}

.sc-hero__visual {
  position: relative;
  padding: 2rem;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(247, 250, 252, 0.92), rgba(236, 243, 249, 0.98));
}

.sc-hero__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(26, 54, 93, 0.88), rgba(26, 54, 93, 0.16)),
    url("/assets/images/homepage-original.png") center/cover no-repeat;
  opacity: 0.16;
}

.sc-service-preview {
  position: relative;
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
  border-radius: var(--sc-radius-sm);
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(26, 54, 93, 0.1);
}

.sc-service-preview:last-child {
  margin-bottom: 0;
}

.sc-service-preview__media img {
  width: 78px;
  height: 78px;
  object-fit: cover;
  border-radius: 1rem;
  box-shadow: var(--sc-shadow-soft);
}

.sc-service-preview__body h2 {
  margin: 0 0 0.4rem;
  font-size: 1rem;
  color: var(--sc-primary);
}

.sc-service-preview__body h2 a {
  color: inherit;
}

.sc-service-preview__body p {
  margin: 0.2rem 0 0;
  color: var(--sc-text);
  font-size: 0.92rem;
  line-height: 1.5;
}

.sc-section-heading {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.sc-section-heading h2 {
  margin: 0;
  font-size: clamp(1.8rem, 4vw, 2.7rem);
  color: var(--sc-primary);
}

.sc-service-card {
  height: 100%;
  padding: 1.5rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.sc-service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(56, 161, 105, 0.34);
  box-shadow: 0 28px 50px rgba(26, 54, 93, 0.12);
}

.sc-service-card__index {
  margin: 0 0 1rem;
  color: var(--sc-accent);
  font-weight: 800;
  letter-spacing: 0.18em;
}

.sc-service-card h3 {
  margin: 0 0 0.55rem;
  font-size: 1.05rem;
}

.sc-service-card h3 a {
  color: var(--sc-primary);
}

.sc-service-card p {
  margin: 0;
  color: var(--sc-muted);
  font-size: 0.95rem;
  line-height: 1.7;
}

.sc-page-hero,
.sc-content-panel,
.sc-article-shell {
  padding: 2.1rem 2.2rem;
}

.sc-page-hero {
  margin-bottom: 1.5rem;
}

.sc-page-hero h1,
.sc-page-title {
  margin: 0;
  color: var(--sc-primary);
  font-size: clamp(2rem, 5vw, 3.35rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.sc-page-hero__lead,
.sc-page-intro {
  margin-top: 1rem;
  margin-bottom: 0;
  max-width: 48rem;
  color: rgba(45, 55, 72, 0.86);
  font-size: 1.04rem;
  line-height: 1.9;
}

.sc-page-hero--deep {
  background:
    linear-gradient(135deg, rgba(26, 54, 93, 0.98), rgba(26, 54, 93, 0.88)),
    var(--sc-primary);
}

.sc-page-hero--deep h1,
.sc-page-hero--deep .sc-page-hero__lead {
  color: #fff;
}

.sc-page-hero--deep .sc-eyebrow {
  color: var(--sc-accent);
}

.sc-page-hero--side {
  height: 100%;
}

.sc-content-panel--plain {
  margin-bottom: 1.5rem;
  padding: 1.4rem 1.5rem;
}

.sc-article-shell--wide {
  max-width: 58rem;
  margin-inline: auto;
}

.sc-article-shell--content {
  overflow: hidden;
}

.sc-content-header h1 {
  margin: 0;
  color: var(--sc-primary);
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  line-height: 1.02;
}

.sc-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.4rem;
  margin-top: 1.1rem;
  color: var(--sc-muted);
  font-size: 0.88rem;
}

.sc-richtext__heading {
  margin: 1.85rem 0 0.85rem;
  color: var(--sc-primary);
  line-height: 1.12;
}

.sc-richtext__heading--1 {
  font-size: 2rem;
}

.sc-richtext__heading--2 {
  font-size: 1.55rem;
}

.sc-richtext__heading--3 {
  font-size: 1.25rem;
}

.sc-richtext__paragraph {
  margin: 0.95rem 0;
  color: var(--sc-text);
  font-size: 1rem;
  line-height: 1.9;
}

.sc-list,
.sc-list--ordered {
  margin: 1rem 0 1.3rem 1.2rem;
  color: var(--sc-text);
}

.sc-list li,
.sc-list--ordered li {
  margin-bottom: 0.55rem;
  line-height: 1.75;
}

.sc-list li::marker,
.sc-list--ordered li::marker {
  color: var(--sc-secondary);
}

.sc-figure {
  margin: 1.4rem 0;
}

.sc-figure img {
  width: 100%;
  border-radius: 1.1rem;
  box-shadow: var(--sc-shadow-soft);
}

.sc-figure figcaption {
  margin-top: 0.55rem;
  color: var(--sc-muted);
  font-size: 0.88rem;
}

.sc-figure--float-right {
  float: right;
  width: min(42%, 320px);
  margin-left: 1.5rem;
}

.sc-table-shell {
  margin: 1.4rem 0;
}

.sc-table {
  border-radius: 1rem;
  overflow: hidden;
}

.sc-table thead th {
  background: var(--sc-primary);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.08);
}

.sc-table td,
.sc-table th {
  vertical-align: top;
}

.sc-table td img {
  max-width: 220px;
  border-radius: 0.8rem;
}

.sc-blockquote {
  margin: 1.5rem 0;
  padding: 1.2rem 1.4rem;
  border-left: 4px solid var(--sc-accent);
  background: rgba(236, 201, 75, 0.1);
  color: var(--sc-primary);
  font-weight: 500;
}

.sc-embed,
.sc-code {
  margin: 1.5rem 0;
}

.sc-code {
  padding: 1rem 1.15rem;
  border-radius: 1rem;
  background: #0f172a;
  color: #e2e8f0;
  overflow-x: auto;
}

.sc-mini-card {
  margin: 1rem 0;
  padding: 1rem 1.1rem;
  border-radius: 1rem;
  background: rgba(26, 54, 93, 0.05);
}

.sc-rule {
  margin: 1.8rem 0;
  border: 0;
  border-top: 1px solid rgba(26, 54, 93, 0.14);
}

.sc-link-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.5rem;
}

.sc-link-chip {
  display: inline-flex;
  align-items: center;
  min-height: 2.5rem;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: rgba(26, 54, 93, 0.08);
  color: var(--sc-primary);
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.3;
}

.sc-link-chip:hover {
  background: rgba(56, 161, 105, 0.12);
  color: var(--sc-secondary);
}

.sc-news-card {
  height: 100%;
  padding: 1.35rem;
}

.sc-news-card__link {
  display: block;
  color: var(--sc-primary);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.45;
}

.sc-news-card__meta {
  margin: 0.8rem 0 0;
  color: var(--sc-muted);
  font-size: 0.82rem;
  word-break: break-word;
}

.sc-news-card--rich {
  padding-top: 1.8rem;
}

.sc-sidebar-shell {
  position: sticky;
  top: 6.8rem;
}

.sc-sidebar-card {
  padding: 1.1rem;
  border-radius: var(--sc-radius);
  background:
    linear-gradient(180deg, rgba(26, 54, 93, 0.98), rgba(18, 37, 67, 0.96));
  box-shadow: var(--sc-shadow-soft);
}

.sc-sidebar-link {
  display: block;
  padding: 0.8rem 0.9rem;
  border-radius: 0.85rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.95rem;
  line-height: 1.45;
}

.sc-sidebar-link:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.sc-breadcrumbs {
  margin: 0 0 1.15rem;
}

.sc-breadcrumbs a {
  color: rgba(45, 55, 72, 0.62);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sc-breadcrumbs li.is-active a {
  color: var(--sc-primary);
}

.sc-toc {
  padding: 1.25rem;
}

.sc-toc ul {
  margin: 0;
  list-style: none;
}

.sc-toc li {
  margin-bottom: 0.55rem;
}

.sc-toc li.is-sub {
  padding-left: 0.8rem;
}

.sc-toc a {
  color: var(--sc-primary);
  font-weight: 600;
}

.sc-sticky {
  position: sticky;
  top: 7rem;
}

.sc-category-grid {
  margin-top: 0.5rem;
}

.sc-category-card {
  height: 100%;
  overflow: hidden;
}

.sc-category-card__image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.sc-category-card__body {
  padding: 1.35rem;
}

.sc-category-card h2 {
  margin: 0 0 0.7rem;
  font-size: 1.2rem;
}

.sc-category-card h2 a {
  color: var(--sc-primary);
}

.sc-category-card p {
  color: var(--sc-text);
  line-height: 1.7;
}

.sc-category-card__cta {
  display: inline-flex;
  margin-top: 1rem;
  color: var(--sc-secondary);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.sc-category-card--horizontal {
  display: grid;
  grid-template-columns: 38% 1fr;
}

.sc-category-card--horizontal .sc-category-card__image img {
  height: 100%;
  aspect-ratio: auto;
}

.sc-category-card--minimal {
  border-left: 4px solid var(--sc-accent);
}

.sc-category-card--minimal .sc-category-card__image {
  display: none;
}

.sc-footer {
  margin-top: 3rem;
  padding: 3.2rem 1.5rem 2rem;
  background:
    linear-gradient(180deg, rgba(18, 37, 67, 0.98), rgba(11, 24, 44, 1)),
    var(--sc-primary);
  color: rgba(255, 255, 255, 0.82);
}

.sc-footer__brand {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.sc-footer__title {
  margin: 0;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
}

.sc-footer__domain {
  margin: 0.2rem 0 0.8rem;
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.82rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.sc-footer__copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.8;
}

.sc-footer__stack {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.sc-footer__link {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
  line-height: 1.55;
}

.sc-footer__link:hover {
  color: var(--sc-accent);
}

.sc-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.8rem;
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.84rem;
}

.sc-footer__bottom a {
  color: rgba(255, 255, 255, 0.82);
}

@media (max-width: 1023px) {
  .sc-main {
    padding-top: 5.5rem;
  }

  .sc-hero__panel,
  .sc-hero__visual,
  .sc-page-hero,
  .sc-content-panel,
  .sc-article-shell {
    padding: 1.65rem;
  }

  .sc-sidebar-shell,
  .sc-sticky {
    position: static;
    top: auto;
  }

  .sc-category-card--horizontal {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .sc-section {
    padding-inline: 1rem;
    padding-bottom: 3.25rem;
  }

  .sc-hero__title,
  .sc-page-hero h1,
  .sc-page-title,
  .sc-content-header h1 {
    line-height: 1.02;
  }

  .sc-service-preview {
    grid-template-columns: 1fr;
  }

  .sc-service-preview__media img {
    width: 100%;
    height: 160px;
  }

  .sc-figure--float-right {
    float: none;
    width: 100%;
    margin-left: 0;
  }

  .sc-footer {
    padding-inline: 1rem;
  }
}

@media print {
  .sc-header,
  .sc-footer,
  .sc-sidebar-shell,
  .sc-link-cloud,
  .navbar-burger {
    display: none !important;
  }

  .sc-main {
    padding-top: 0;
  }

  body.sc-body {
    background: #fff;
  }

  .sc-surface {
    box-shadow: none;
    border-color: rgba(0, 0, 0, 0.08);
  }
}
