:root {
  --so-navy-900: #0c2659;
  --so-navy-950: #071a3e;
  --so-blue-700: #195ca8;
  --so-orange-600: #dd4209;
  --so-orange-800: #9b2406;
  --so-slate-500: #7091b5;
  --so-slate-200: #dde5e9;
  --so-white: #ffffff;
  --so-text: #172033;
  --so-muted: #5f6b7a;
  --so-danger-700: #a52834;
  --so-surface: #f6f8fb;
  --so-surface-cool: #f8fafc;
  --so-surface-blue: #eef3f8;
  --so-surface-warm: #fff5f0;
  --so-header-height: 4.75rem;
  --so-radius: 1.25rem;
  --so-shadow: 0 1.25rem 3.5rem rgba(12, 38, 89, 0.1);
}

html {
  font-size: 16px;
  scroll-padding-top: var(--so-header-height);
}

body {
  min-width: 0;
  margin: 0;
  color: var(--so-text);
  background: var(--so-white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.7;
  overflow-wrap: break-word;
}

a {
  color: var(--so-blue-700);
}

a:hover {
  color: var(--so-navy-900);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 0.2rem solid var(--so-orange-600);
  outline-offset: 0.2rem;
}

.skip-link {
  position: fixed;
  top: 0;
  left: 1rem;
  z-index: 1100;
  padding: 0.7rem 1rem;
  color: var(--so-white);
  background: var(--so-navy-900);
  border-radius: 0.5rem;
  transform: translateY(calc(-100% - 1rem));
  transition: transform 0.2s ease;
}

.skip-link:focus,
.skip-link:focus-visible {
  color: var(--so-white);
  transform: translateY(1rem);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1020;
  min-height: var(--so-header-height);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(112, 145, 181, 0.25);
  transition: box-shadow 0.2s ease, background-color 0.2s ease;
}

.site-header.is-scrolled {
  background: var(--so-white);
  box-shadow: 0 0.5rem 1.75rem rgba(12, 38, 89, 0.09);
}

.site-header .navbar {
  min-height: var(--so-header-height);
  padding-block: 0.75rem;
}

.site-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 0.55rem;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.035em;
  white-space: nowrap;
}

.site-brand__mark {
  display: block;
  width: auto;
  height: 2.5rem;
  flex: 0 0 auto;
}

.site-brand__text {
  display: inline-flex;
  gap: 0.3rem;
  align-items: baseline;
}

.site-brand__primary {
  color: var(--so-navy-900);
}

.site-brand__accent {
  color: var(--so-orange-600);
}

.site-brand:hover .site-brand__primary,
.site-brand:focus-visible .site-brand__primary {
  color: var(--so-blue-700);
}

.site-brand:hover .site-brand__accent,
.site-brand:focus-visible .site-brand__accent {
  color: var(--so-orange-800);
}

.site-header .nav-link {
  color: var(--so-text);
  font-size: 0.95rem;
  font-weight: 600;
}

.site-header .nav-link:hover,
.site-header .nav-link:focus {
  color: var(--so-orange-800);
}

.no-js .navbar-toggler {
  display: none;
}

.navbar-toggler {
  border-color: rgba(12, 38, 89, 0.35);
}

.hero-section,
.section {
  scroll-margin-top: var(--so-header-height);
}

.hero-section {
  position: relative;
  padding-block: clamp(3.75rem, 7vw, 6.5rem);
  background: linear-gradient(
    145deg,
    var(--so-surface-cool) 0%,
    var(--so-surface-blue) 62%,
    var(--so-surface-warm) 100%
  );
}

.hero-section::before {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(221, 66, 9, 0.08), transparent 28%);
  content: "";
  pointer-events: none;
}

.hero-section .container {
  position: relative;
}

.hero-section h1 {
  max-width: min(100%, 19ch);
  margin: 0;
  color: var(--so-navy-900);
  font-size: clamp(2.1rem, 4vw, 3.75rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.07;
  text-wrap: balance;
}

.hero-description {
  max-width: 44rem;
  margin-top: 1.5rem;
  color: var(--so-muted);
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
}

.brand-device-showcase {
  position: relative;
  width: min(100%, 34rem);
  margin-inline: auto;
  padding: clamp(1rem, 3vw, 2rem) 0 clamp(1.75rem, 4vw, 2.75rem) clamp(1.75rem, 5vw, 3rem);
}

.brand-device-laptop {
  width: 94%;
  margin-left: auto;
}

.brand-device-laptop__frame {
  position: relative;
  padding: clamp(0.38rem, 1vw, 0.65rem);
  background: linear-gradient(145deg, var(--so-navy-950), var(--so-navy-900));
  border: 1px solid rgba(112, 145, 181, 0.5);
  border-radius: 1rem 1rem 0.4rem 0.4rem;
  box-shadow: 0 1.5rem 3.5rem rgba(12, 38, 89, 0.2);
}

.brand-device-laptop__frame::before {
  position: absolute;
  top: 0.2rem;
  left: 50%;
  width: 0.2rem;
  height: 0.2rem;
  background: var(--so-slate-500);
  border-radius: 50%;
  content: "";
  transform: translateX(-50%);
}

.brand-device-screen {
  display: grid;
  aspect-ratio: 16 / 10;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 75% 20%, rgba(221, 66, 9, 0.12), transparent 30%),
    linear-gradient(145deg, var(--so-white), var(--so-surface-blue));
  border-radius: 0.55rem 0.55rem 0.2rem 0.2rem;
}

.brand-device-laptop__base {
  position: relative;
  width: 100%;
  height: clamp(0.65rem, 1.6vw, 0.9rem);
  background: linear-gradient(180deg, var(--so-slate-200), var(--so-slate-500));
  border-radius: 0 0 1rem 1rem;
  box-shadow: 0 0.65rem 1.25rem rgba(12, 38, 89, 0.16);
}

.brand-device-laptop__base::after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 18%;
  height: 0.22rem;
  background: rgba(12, 38, 89, 0.2);
  border-radius: 0 0 0.35rem 0.35rem;
  content: "";
  transform: translateX(-50%);
}

.brand-device-phone {
  position: absolute;
  bottom: 0.25rem;
  left: 0;
  width: clamp(5rem, 27%, 8.25rem);
  aspect-ratio: 9 / 18.5;
  padding: 0.38rem;
  background: linear-gradient(145deg, var(--so-navy-950), var(--so-navy-900));
  border: 1px solid rgba(112, 145, 181, 0.55);
  border-radius: 1.35rem;
  box-shadow: 0 1rem 2.25rem rgba(12, 38, 89, 0.28);
}

.brand-device-phone::before {
  position: absolute;
  top: 0.7rem;
  left: 50%;
  z-index: 1;
  width: 34%;
  height: 0.28rem;
  background: var(--so-navy-950);
  border-radius: 999px;
  content: "";
  transform: translateX(-50%);
}

.brand-device-phone__screen {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 75% 20%, rgba(221, 66, 9, 0.12), transparent 32%),
    linear-gradient(160deg, var(--so-white), var(--so-surface-blue));
  border-radius: 1rem;
}

.brand-device-logo {
  display: block;
  width: auto;
  height: auto;
}

.brand-device-logo--laptop {
  max-width: 42%;
}

.brand-device-logo--phone {
  max-width: 72%;
}

.video-section {
  background: var(--so-white);
}

.video-section__content {
  max-width: 34rem;
}

.video-frame {
  width: 100%;
  max-width: 46rem;
  margin-inline: auto;
  padding: clamp(0.5rem, 1.5vw, 0.9rem);
  background: var(--so-navy-900);
  border: 1px solid rgba(112, 145, 181, 0.35);
  border-radius: 1.25rem;
  box-shadow: 0 1rem 2.75rem rgba(12, 38, 89, 0.12);
}

.video-player {
  display: block;
  width: 100%;
  height: auto;
  background: var(--so-navy-900);
  border-radius: 0.75rem;
}

.section {
  padding-block: clamp(3.75rem, 6vw, 5.75rem);
}

.section-surface {
  background: var(--so-surface);
}

.section-accent {
  background: var(--so-navy-900);
}

.section-accent .section-eyebrow,
.section-accent .section-title,
.section-accent .section-description {
  color: var(--so-white);
}

.section-heading {
  max-width: 52rem;
}

.section-eyebrow {
  margin-bottom: 0.75rem;
  color: var(--so-orange-800);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-title {
  margin-bottom: 1.25rem;
  color: var(--so-navy-900);
  font-size: clamp(1.85rem, 3.5vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.18;
}

.section-description {
  max-width: 48rem;
  margin-bottom: 0;
  color: var(--so-muted);
  font-size: 1.075rem;
}

.btn-brand-primary,
.btn-brand-outline {
  min-height: 3rem;
  padding: 0.7rem 1.25rem;
  border-width: 0.125rem;
  border-radius: 0.75rem;
  font-weight: 700;
}

.btn-brand-primary {
  color: var(--so-white);
  background: var(--so-orange-800);
  border-color: var(--so-orange-800);
}

.btn-brand-primary:hover,
.btn-brand-primary:focus {
  color: var(--so-white);
  background: var(--so-navy-900);
  border-color: var(--so-navy-900);
}

.btn-brand-outline {
  color: var(--so-navy-900);
  background: transparent;
  border-color: var(--so-navy-900);
}

.btn-brand-outline:hover,
.btn-brand-outline:focus {
  color: var(--so-white);
  background: var(--so-navy-900);
  border-color: var(--so-navy-900);
}

.feature-card,
.audience-card,
.module-card {
  padding: clamp(1.5rem, 3vw, 2rem);
  border-radius: var(--so-radius);
}

.feature-card,
.module-card {
  background: var(--so-white);
  border: 1px solid rgba(112, 145, 181, 0.24);
  box-shadow: 0 0.75rem 2.25rem rgba(12, 38, 89, 0.06);
}

.audience-card {
  color: var(--so-white);
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.feature-card h3,
.module-card h3,
.audience-card h3 {
  margin-bottom: 0.9rem;
  font-size: 1.25rem;
  font-weight: 750;
  line-height: 1.35;
}

.feature-card h3,
.module-card h3 {
  color: var(--so-navy-900);
}

.feature-card p,
.module-card p {
  margin-bottom: 0;
  color: var(--so-muted);
}

.audience-card p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.82);
}

.platform-description {
  margin-top: 1.25rem;
}

.platform-showcase {
  width: 100%;
  margin: 0;
}

.platform-device__frame {
  padding: clamp(0.35rem, 1vw, 0.55rem);
  background: linear-gradient(145deg, var(--so-navy-950), var(--so-navy-900));
  border: 1px solid rgba(112, 145, 181, 0.5);
  border-radius: 1rem 1rem 0.4rem 0.4rem;
  box-shadow: 0 1.4rem 3.25rem rgba(12, 38, 89, 0.2);
}

.platform-device__toolbar {
  display: grid;
  grid-template-columns: 4rem minmax(0, 1fr) 4rem;
  align-items: center;
  min-height: 2rem;
  padding-inline: 0.35rem;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.72rem;
}

.platform-device__dots {
  display: flex;
  gap: 0.3rem;
}

.platform-device__dots span {
  width: 0.5rem;
  height: 0.5rem;
  background: var(--so-slate-500);
  border-radius: 50%;
}

.platform-device__dots span:nth-child(2) {
  background: var(--so-orange-600);
}

.platform-device__label {
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.platform-device__screen {
  position: relative;
  overflow: hidden;
  background: var(--so-white);
  border-radius: 0.55rem 0.55rem 0.2rem 0.2rem;
}

.platform-carousel .carousel-item > a {
  display: block;
  aspect-ratio: 2558 / 1387;
  background: var(--so-surface);
}

.platform-screenshot {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.platform-carousel__control {
  top: 50%;
  bottom: auto;
  width: 2.65rem;
  height: 2.65rem;
  background: rgba(12, 38, 89, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  opacity: 1;
  transform: translateY(-50%);
}

.platform-carousel__control:hover,
.platform-carousel__control:focus-visible {
  background: var(--so-orange-600);
}

.platform-carousel__control.carousel-control-prev {
  left: 0.75rem;
}

.platform-carousel__control.carousel-control-next {
  right: 0.75rem;
}

.platform-carousel__control .carousel-control-prev-icon,
.platform-carousel__control .carousel-control-next-icon {
  width: 1.2rem;
  height: 1.2rem;
}

.platform-device__base {
  position: relative;
  width: 100%;
  height: clamp(0.65rem, 1.5vw, 0.9rem);
  background: linear-gradient(180deg, var(--so-slate-200), var(--so-slate-500));
  border-radius: 0 0 1rem 1rem;
  box-shadow: 0 0.65rem 1.25rem rgba(12, 38, 89, 0.14);
}

.platform-device__base::after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 18%;
  height: 0.22rem;
  background: rgba(12, 38, 89, 0.2);
  border-radius: 0 0 0.35rem 0.35rem;
  content: "";
  transform: translateX(-50%);
}

.platform-carousel .platform-carousel__navigation {
  position: static;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: center;
  margin: 1.25rem 0 0;
}

.platform-carousel .platform-carousel__navigation button {
  box-sizing: border-box;
  width: auto;
  height: auto;
  flex: 1 1 calc(33.333% - 0.55rem);
  min-width: 0;
  padding: 0.45rem 0.75rem;
  margin: 0;
  color: var(--so-navy-900);
  text-indent: 0;
  background: var(--so-white);
  border: 1px solid var(--so-slate-500);
  border-radius: 999px;
  opacity: 1;
  font-size: 0.78rem;
  font-weight: 700;
}

.platform-carousel .platform-carousel__navigation button.active,
.platform-carousel .platform-carousel__navigation button:hover,
.platform-carousel .platform-carousel__navigation button:focus-visible {
  color: var(--so-white);
  background: var(--so-navy-900);
  border-color: var(--so-navy-900);
}

.platform-showcase__caption {
  margin-top: 0.85rem;
  color: var(--so-muted);
  font-size: 0.82rem;
  text-align: center;
}

.content-panel {
  max-width: 62rem;
  padding: clamp(2rem, 5vw, 4rem);
  background: var(--so-surface);
  border-left: 0.35rem solid var(--so-orange-600);
  border-radius: var(--so-radius);
}

.content-panel-light {
  background: rgba(255, 255, 255, 0.09);
  border-left-color: var(--so-orange-600);
}

.split-content-panel {
  max-width: none;
}

.vision-growth-visual {
  position: relative;
  display: grid;
  width: min(100%, 30rem);
  aspect-ratio: 1;
  margin-inline: auto;
  place-items: center;
  isolation: isolate;
}

.vision-growth-visual::before {
  position: absolute;
  inset: 4%;
  z-index: -2;
  background:
    radial-gradient(circle at 72% 22%, rgba(221, 66, 9, 0.16), transparent 24%),
    radial-gradient(circle at 35% 72%, rgba(25, 92, 168, 0.16), transparent 28%),
    var(--so-surface);
  border: 1px solid rgba(112, 145, 181, 0.25);
  border-radius: 50%;
  box-shadow: 0 1.5rem 3.75rem rgba(12, 38, 89, 0.12);
  content: "";
}

.vision-growth-visual__ring {
  position: absolute;
  z-index: -1;
  border: 1px dashed rgba(25, 92, 168, 0.4);
  border-radius: 50%;
}

.vision-growth-visual__ring--outer {
  inset: 10%;
}

.vision-growth-visual__ring--inner {
  inset: 25%;
  border-color: rgba(221, 66, 9, 0.45);
}

.vision-growth-visual__core {
  display: grid;
  width: 34%;
  aspect-ratio: 1;
  padding: clamp(0.65rem, 2vw, 1rem);
  place-items: center;
  background: var(--so-white);
  border: 1px solid rgba(112, 145, 181, 0.32);
  border-radius: 50%;
  box-shadow: 0 1rem 2.5rem rgba(12, 38, 89, 0.18);
}

.vision-growth-visual__core img {
  display: block;
  width: 100%;
  height: auto;
}

.vision-growth-visual__node {
  position: absolute;
  display: inline-flex;
  gap: 0.45rem;
  align-items: center;
  padding: 0.55rem 0.8rem;
  color: var(--so-navy-900);
  background: var(--so-white);
  border: 1px solid rgba(112, 145, 181, 0.38);
  border-radius: 999px;
  box-shadow: 0 0.65rem 1.5rem rgba(12, 38, 89, 0.1);
  font-size: 0.82rem;
  font-weight: 750;
  white-space: nowrap;
}

.vision-growth-visual__node::before {
  width: 0.55rem;
  height: 0.55rem;
  flex: 0 0 auto;
  background: var(--so-orange-600);
  border-radius: 50%;
  content: "";
}

.vision-growth-visual__node--turkiye {
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
}

.vision-growth-visual__node--cloud {
  right: 0;
  bottom: 20%;
}

.vision-growth-visual__node--language {
  bottom: 16%;
  left: 1%;
}

.sustainability-modules-visual {
  position: relative;
  width: min(100%, 34rem);
  margin-inline: auto;
  padding: clamp(1.25rem, 3vw, 2rem);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--so-radius);
}

.sustainability-modules-visual::after {
  position: absolute;
  top: 5.5rem;
  bottom: 2rem;
  left: 50%;
  width: 1px;
  background: linear-gradient(rgba(221, 66, 9, 0.85), rgba(112, 145, 181, 0.2));
  content: "";
  transform: translateX(-50%);
}

.sustainability-modules-visual__core {
  position: relative;
  z-index: 2;
  display: flex;
  width: fit-content;
  gap: 0.65rem;
  align-items: center;
  margin: 0 auto 1.25rem;
  padding: 0.6rem 0.9rem;
  color: var(--so-white);
  background: var(--so-navy-950);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.sustainability-modules-visual__core img {
  display: block;
  width: auto;
  height: 2rem;
}

.sustainability-modules-visual__list {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.sustainability-modules-visual__list li {
  position: relative;
  min-height: 4rem;
  padding: 1rem 1rem 1rem 2.15rem;
  color: var(--so-white);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.85rem;
  font-size: 0.9rem;
  font-weight: 700;
}

.sustainability-modules-visual__list li::before {
  position: absolute;
  top: 1.3rem;
  left: 1rem;
  width: 0.55rem;
  height: 0.55rem;
  background: var(--so-orange-600);
  border-radius: 50%;
  box-shadow: 0 0 0 0.25rem rgba(221, 66, 9, 0.16);
  content: "";
}

.about-description {
  max-width: 52rem;
  margin-bottom: 0;
  color: var(--so-muted);
  font-size: 1.075rem;
}

.about-panel {
  max-width: none;
  padding: clamp(1.5rem, 3vw, 2.25rem);
}

.about-panel h3 {
  margin-bottom: 1rem;
  color: var(--so-navy-900);
  font-size: 1.25rem;
  font-weight: 800;
}

.about-values-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem 1.5rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.about-values-list li {
  position: relative;
  padding-left: 1.25rem;
  overflow-wrap: anywhere;
}

.about-values-list li::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  background: var(--so-orange-600);
  border-radius: 50%;
  content: "";
}

.contact-panel {
  width: 100%;
  max-width: 47rem;
  margin-left: auto;
  padding: clamp(1.35rem, 3vw, 2.2rem);
  background: var(--so-white);
  border: 1px solid rgba(112, 145, 181, 0.3);
  border-radius: var(--so-radius);
  box-shadow: var(--so-shadow);
}

.contact-form .form-label {
  margin-bottom: 0.45rem;
  color: var(--so-navy-900);
  font-weight: 700;
}

.contact-form .form-control {
  min-height: 3rem;
  color: var(--so-text);
  border-color: var(--so-slate-500);
  border-radius: 0.7rem;
}

.contact-form textarea.form-control {
  min-height: 10rem;
  resize: vertical;
}

.contact-form .form-control:focus {
  border-color: var(--so-blue-700);
  box-shadow: 0 0 0 0.2rem rgba(25, 92, 168, 0.2);
}

.contact-form .input-validation-error {
  border-color: var(--so-danger-700);
}

.field-validation-error,
.validation-summary-errors {
  color: var(--so-danger-700);
  font-size: 0.9rem;
  font-weight: 650;
}

.field-validation-error {
  display: block;
  margin-top: 0.35rem;
  overflow-wrap: anywhere;
}

.field-validation-valid,
.validation-summary-valid {
  display: none;
}

.validation-summary-errors {
  margin-bottom: 1rem;
}

.form-optional {
  color: var(--so-muted);
  font-size: 0.85rem;
  white-space: nowrap;
}

.contact-alert:focus {
  outline: 0.2rem solid var(--so-orange-600);
  outline-offset: 0.2rem;
}

.contact-status-slot {
  min-height: 4.75rem;
}

.contact-status-slot .alert {
  margin-bottom: 1rem;
}

.contact-honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.error-section {
  min-height: 60vh;
}

.request-id {
  margin-top: 1.5rem;
  margin-bottom: 0;
  color: var(--so-muted);
}

.site-footer {
  padding-block: clamp(2.75rem, 5vw, 4rem) 2rem;
  color: rgba(255, 255, 255, 0.78);
  background: var(--so-navy-950);
}

.site-footer p {
  margin-bottom: 0.35rem;
}

.site-footer__brand {
  display: flex;
  gap: 0.65rem;
  align-items: center;
  margin-bottom: 0.65rem;
}

.site-footer__mark {
  display: block;
  width: auto;
  height: 2.75rem;
  flex: 0 0 auto;
}

.site-footer__brand-name {
  margin: 0;
  color: var(--so-white);
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.site-footer__description {
  max-width: 40rem;
}

.site-footer__company {
  font-size: 0.92rem;
}

.site-footer__title {
  margin-bottom: 1rem;
  color: var(--so-white);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.site-footer__contact {
  display: grid;
  gap: 0.65rem;
  margin: 0;
  font-style: normal;
}

.site-footer__link {
  color: rgba(255, 255, 255, 0.84);
  font-weight: 650;
  text-decoration-color: rgba(255, 255, 255, 0.35);
  text-underline-offset: 0.2em;
  overflow-wrap: anywhere;
}

.site-footer__link:hover,
.site-footer__link:focus-visible {
  color: var(--so-white);
  text-decoration-color: var(--so-orange-600);
}

.site-footer__social-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: flex-start;
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-footer__social-link,
.site-footer__social-icon {
  display: inline-flex;
  width: 2.75rem;
  height: 2.75rem;
  align-items: center;
  justify-content: center;
  color: var(--so-white);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
}

.site-footer__social-link {
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.site-footer__social-link:hover,
.site-footer__social-link:focus-visible {
  color: var(--so-white);
  background: var(--so-orange-600);
  border-color: var(--so-orange-600);
  transform: translateY(-0.15rem);
}

.site-footer__social-link svg,
.site-footer__social-icon svg {
  width: 1.35rem;
  height: 1.35rem;
  fill: currentColor;
}

.site-footer__social-link rect,
.site-footer__social-link circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.site-footer__social-link .site-footer__social-dot {
  fill: currentColor;
  stroke: none;
}

.site-footer__social-link .site-footer__social-cutout {
  fill: var(--so-navy-950);
}

.site-footer__social-icon.is-disabled {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.18);
}

.site-footer__bottom {
  padding-top: 1.5rem;
  margin-top: 2.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.site-footer__copyright {
  margin: 0;
  font-size: 0.88rem;
}

@media (min-width: 1200px) {
  .site-header .navbar-nav {
    gap: clamp(0.05rem, 0.35vw, 0.35rem);
  }

  .site-header .nav-link {
    padding-inline: clamp(0.25rem, 0.4vw, 0.5rem);
    white-space: nowrap;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .section > .container > .row.g-5 {
    --bs-gutter-x: 2rem;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .site-header .nav-link {
    font-size: 0.875rem;
  }
}

@media (max-width: 1199.98px) {
  .section > .container > .row.g-5 {
    --bs-gutter-x: 1.5rem;
  }

  .site-header .navbar-collapse {
    padding-top: 0.75rem;
    padding-bottom: 0.5rem;
  }

  .site-header .nav-link {
    padding-block: 0.7rem;
  }

  .no-js .site-header .navbar-collapse {
    display: block;
  }

  .hero-section h1 {
    max-width: min(100%, 20ch);
  }

  .brand-device-showcase {
    width: min(100%, 31rem);
  }

}

@media (max-width: 575.98px) {
  :root {
    --so-header-height: 4.25rem;
  }

  .site-brand {
    font-size: 1rem;
  }

  .site-brand__mark {
    height: 2.15rem;
  }

  .hero-section {
    padding-top: 3.25rem;
  }

  .platform-carousel__control {
    width: 2.35rem;
    height: 2.35rem;
  }

  .platform-carousel__control.carousel-control-prev {
    left: 0.4rem;
  }

  .platform-carousel__control.carousel-control-next {
    right: 0.4rem;
  }

  .platform-carousel .platform-carousel__navigation {
    justify-content: flex-start;
  }

  .platform-carousel .platform-carousel__navigation button {
    flex: 1 1 calc(50% - 0.55rem);
  }

  .about-values-list {
    grid-template-columns: 1fr;
  }

  .vision-growth-visual {
    max-width: 24rem;
  }

  .sustainability-modules-visual__list {
    grid-template-columns: 1fr;
  }

  .btn-brand-primary,
  .btn-brand-outline {
    width: 100%;
  }

  .contact-panel {
    padding: 1.25rem;
  }

  .contact-form .d-flex {
    flex-wrap: wrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto;
    transition-duration: 0.01ms;
    animation-duration: 0.01ms;
    animation-iteration-count: 1;
  }
}

@media print {
  @page {
    margin: 1.4cm;
  }

  html {
    scroll-padding-top: 0;
  }

  body {
    color: #000;
    background: #fff;
    font-size: 11pt;
    line-height: 1.45;
  }

  *,
  *::before,
  *::after {
    animation: none;
    transition: none;
  }

  .site-header,
  .skip-link {
    display: none;
  }

  .hero-section,
  .section {
    min-height: 0;
    padding-block: 1.5rem;
    background: #fff;
    scroll-margin-top: 0;
  }

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

  .section-heading,
  h1,
  h2,
  h3 {
    break-after: avoid;
    page-break-after: avoid;
  }

  .brand-device-showcase,
  .vision-growth-visual,
  .sustainability-modules-visual,
  .video-frame,
  .feature-card,
  .audience-card,
  .module-card,
  .content-panel,
  .contact-panel,
  .site-footer {
    break-inside: avoid;
    page-break-inside: avoid;
    box-shadow: none;
  }

  .brand-device-laptop__frame,
  .brand-device-phone,
  .video-frame,
  .feature-card,
  .module-card,
  .contact-panel,
  .content-panel {
    border-color: #9aa3ad;
  }

  .section-accent,
  .audience-card,
  .content-panel-light,
  .sustainability-modules-visual,
  .sustainability-modules-visual__core,
  .sustainability-modules-visual__list li {
    color: #000;
    background: #fff;
    border-color: #9aa3ad;
  }

  .section-accent .section-eyebrow,
  .section-accent .section-title,
  .section-accent .section-description,
  .audience-card h3,
  .audience-card p,
  .sustainability-modules-visual__core span,
  .sustainability-modules-visual__list li,
  .vision-growth-visual__node {
    color: #000;
  }

  .vision-growth-visual__node {
    box-shadow: none;
  }

  .contact-panel {
    max-width: none;
    padding: 1.25rem;
  }

  .contact-form .form-control {
    color: #000;
    background: #fff;
    border-color: #777;
    box-shadow: none;
  }

  .contact-form textarea.form-control {
    min-height: 7rem;
  }

  .site-footer {
    padding-block: 1.25rem;
    color: #000;
    background: #fff;
    border-top: 1px solid #9aa3ad;
  }

  .site-footer__brand-name,
  .site-footer__description,
  .site-footer__company,
  .site-footer__title,
  .site-footer__link,
  .site-footer__social-link,
  .site-footer__social-icon.is-disabled,
  .site-footer__copyright {
    color: #000;
  }

  .site-footer__social-link,
  .site-footer__social-icon {
    border-color: #777;
  }

  .site-footer__social-link .site-footer__social-cutout {
    fill: #fff;
  }

  .site-footer__bottom {
    border-top-color: #9aa3ad;
  }
}
