:root {
  --ink: #f4f7f6;
  --muted: #9aa8ae;
  --deep: #0e171d;
  --deeper: #091116;
  --panel: #121f26;
  --panel-soft: #17262e;
  --line: rgba(255, 255, 255, 0.12);
  --green: #22a072;
  --teal: #22b8c7;
  --amber: #d19a3a;
  --coral: #dd725c;
  --violet: #8b7cf6;
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.38);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--deep);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 5vw, 72px);
  color: #ffffff;
  transition: background 180ms ease, box-shadow 180ms ease;
}

.site-header.is-solid {
  background: rgba(9, 17, 22, 0.88);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(16px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 210px;
}

.brand-mark,
.solution-icon {
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #ffffff;
  font-weight: 800;
  overflow: hidden;
}

.brand-mark {
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--line);
}

.brand-mark img,
.product-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 5px;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.1;
}

.brand small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.76rem;
}

.nav {
  display: flex;
  gap: 22px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
  font-weight: 600;
}

.nav a:hover {
  color: #ffffff;
}

.header-action,
.primary-button,
.secondary-button,
.contact-form button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-weight: 800;
}

.header-action {
  padding: 0 18px;
  background: rgba(34, 184, 199, 0.14);
  border: 1px solid rgba(34, 184, 199, 0.42);
}

.hero {
  position: relative;
  min-height: 94vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--deeper);
}

.hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 76% 36%, rgba(34, 184, 199, 0.26), transparent 34%),
    linear-gradient(90deg, rgba(9, 17, 22, 0.95) 0%, rgba(9, 17, 22, 0.78) 42%, rgba(9, 17, 22, 0.2) 82%),
    linear-gradient(0deg, rgba(9, 17, 22, 0.78), rgba(9, 17, 22, 0.04) 46%);
}

.hero-content {
  position: relative;
  width: min(790px, calc(100% - 40px));
  padding: 150px 0 88px;
  margin-left: clamp(20px, 6vw, 86px);
  color: #ffffff;
}

.eyebrow,
.section-kicker,
.company-label {
  margin: 0 0 14px;
  color: var(--amber);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 22px;
  font-size: clamp(2.55rem, 6vw, 5.65rem);
  line-height: 0.95;


  letter-spacing: 0;
}

.hero-copy {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1rem, 1.45vw, 1.15rem);
  font-size: clamp(1rem, 1.45vw, 1.15rem);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.primary-button,
.secondary-button {
  padding: 0 22px;
}

.primary-button {
  background: var(--teal);
  color: #061015;
}

.secondary-button {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.34);
}

.section {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  padding: 88px 0;
}

.intro {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(32px, 6vw, 84px);
  align-items: start;
}

.about-panel {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto 18px;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(28px, 5vw, 64px);
  padding: clamp(28px, 5vw, 52px);
  background:
    linear-gradient(135deg, rgba(34, 184, 199, 0.13), rgba(34, 160, 114, 0.08)),
    var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.section h2,
.brand-band h2 {
  max-width: 820px;
  margin-bottom: 0;
  font-size: clamp(1.75rem, 3vw, 2.85rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.intro p:last-child,
.about-copy p,
.contact p,
.principles p,
.solution-feature p,
.brand-band p {
  color: var(--muted);
  line-height: 1.7;
}

.about-copy p:last-child {
  margin-bottom: 0;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 34px;
}

.solution-showcase {
  display: grid;
  grid-template-columns: 0.95fr 1.25fr;
  gap: 22px;
  align-items: stretch;
}

.solution-feature {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(24px, 4vw, 38px);
  background:
    radial-gradient(circle at 88% 12%, rgba(34, 184, 199, 0.24), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.018)),
    var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.solution-feature.it {
  border-top: 7px solid var(--teal);
}

.solution-icon {
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  font-size: 1.05rem;
}

.solution-feature .solution-icon {
  margin-bottom: 28px;
}

.solution-feature h3 {
  margin-bottom: 14px;
  font-size: clamp(1.55rem, 2.2vw, 2rem);
  line-height: 1.12;
}

.service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.service-tags span {
  padding: 9px 12px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 0.88rem;
  font-weight: 700;
}

.product-stack {
  display: grid;
  gap: 14px;
}

.product-row {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 22px;
  align-items: center;
  min-height: 132px;
  padding: 24px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.24);
  transition: border-color 160ms ease, transform 160ms ease, background 160ms ease;
}

.product-row:hover {
  transform: translateY(-2px);
  border-color: rgba(34, 184, 199, 0.45);
  background:
    linear-gradient(90deg, rgba(34, 184, 199, 0.08), rgba(255, 255, 255, 0.02)),
    var(--panel);
}

.product-row small,
.product-row em {
  display: block;
  color: var(--muted);
  font-style: normal;
}

.product-row small {
  margin-bottom: 6px;
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.product-row strong {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: clamp(1.3rem, 2vw, 1.72rem);
  line-height: 1.08;
}

.product-logo {
  width: 64px;
  height: 64px;
  background: transparent;
  border-radius: 12px;
  box-shadow: none;
}

.product-logo img {
  padding: 0;
  border-radius: 12px;
}

.brand-band {
  padding: 92px 20px;
  background:
    linear-gradient(90deg, rgba(34, 160, 114, 0.24), rgba(34, 184, 199, 0.18)),
    var(--deeper);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.brand-band-inner {
  width: min(1160px, 100%);
  margin: 0 auto;
}

.brand-band p:last-child {
  max-width: 760px;
  margin-top: 22px;
  margin-bottom: 0;
}

.approach {
  border-top: 1px solid var(--line);
}

.principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.principles article {
  padding: 26px;
  background: var(--panel-soft);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.principles span {
  display: block;
  margin-bottom: 42px;
  color: var(--coral);
  font-weight: 800;
}

.principles h3 {
  margin-bottom: 10px;
  font-size: 1.35rem;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
}

.metrics div {
  min-height: 190px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 10px;
  padding: 30px;
  background: #081016;
  color: #ffffff;
  text-align: center;
}

.metrics strong {
  color: var(--teal);
  font-size: clamp(2.1rem, 4vw, 4.4rem);
  line-height: 1;
}

.metrics span {
  color: rgba(255, 255, 255, 0.68);
}

.contact {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(30px, 6vw, 80px);
  align-items: start;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: clamp(22px, 4vw, 34px);
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-weight: 700;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px 14px;
  color: var(--ink);
  background: #0c171d;
  font: inherit;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form button {
  border: 0;
  background: var(--green);
  color: #061015;
  cursor: pointer;
  font: inherit;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(20px, 5vw, 72px);
  color: rgba(255, 255, 255, 0.7);
  background: #070d11;
  border-top: 1px solid var(--line);
}

.footer p {
  margin: 0;
}

.footer div {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.page-hero {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  padding: 172px 0 84px;
}

.page-hero h1 {
  max-width: 920px;
}

.page-hero p:last-child {
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(1rem, 1.45vw, 1.16rem);
  line-height: 1.7;
}

.company-profile,
.capability-section,
.about-detail {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(28px, 5vw, 64px);
  border-top: 1px solid var(--line);
}

.company-profile p,
.belief-grid p,
.capability-section p,
.about-detail p,
.detail-list dd,
.about-summary p {
  color: var(--muted);
  line-height: 1.7;
}

.belief-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  border-top: 1px solid var(--line);
}

.belief-grid article {
  padding: clamp(22px, 3vw, 30px);
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.belief-grid h3 {
  margin-bottom: 14px;
  font-size: clamp(1.2rem, 1.9vw, 1.55rem);
  line-height: 1.12;
}

.capability-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.capability-list span {
  padding: 12px 14px;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 700;
}

.profile-card {
  position: relative;
  min-height: 430px;
  display: grid;
  align-content: end;
  padding: clamp(24px, 4vw, 38px);
  background:
    linear-gradient(180deg, rgba(9, 17, 22, 0.2) 0%, rgba(9, 17, 22, 0.28) 42%, rgba(9, 17, 22, 0.9) 100%),
    url("./assets/about-card-bg.png") center / cover,
    var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.profile-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 74% 22%, rgba(34, 184, 199, 0.18), transparent 36%);
  pointer-events: none;
}

.profile-card>* {
  position: relative;
}

.profile-card span {
  color: var(--amber);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.profile-card strong {
  display: block;
  margin: 12px 0;
  color: #ffffff;
  font-size: clamp(1.7rem, 3.1vw, 2.55rem);
  line-height: 1.05;
}

.profile-card p {
  max-width: 500px;
  margin-bottom: 0;
}

.detail-list {
  display: grid;
  gap: 1px;
  margin: 0;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.detail-list div {
  display: grid;
  grid-template-columns: 0.45fr 1fr;
  gap: 18px;
  padding: 18px;
  background: var(--panel);
}

.detail-list dt {
  color: #ffffff;
  font-weight: 800;
}

.detail-list dd {
  margin: 0;
}

.about-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding-top: 42px;
  border-top: 1px solid var(--line);
}

.about-summary p {
  max-width: 760px;
  margin-bottom: 0;
}

@media (max-width: 1120px) {
  .solution-showcase {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .site-header {
    position: absolute;
    align-items: flex-start;
  }

  .nav,
  .header-action {
    display: none;
  }

  .brand {
    min-width: auto;
  }

  .hero {
    min-height: 780px;
  }

  .hero-overlay {
    background:
      linear-gradient(0deg, rgba(9, 17, 22, 0.94) 0%, rgba(9, 17, 22, 0.48) 100%),
      radial-gradient(circle at 80% 30%, rgba(34, 184, 199, 0.22), transparent 40%);
  }

  .hero-content {
    margin: 0 auto;
    padding-bottom: 58px;
  }

  .intro,
  .about-panel,
  .company-profile,
  .capability-section,
  .about-detail,
  .contact,
  .belief-grid,
  .principles,
  .metrics {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 64px 0;
  }

  .section-heading {
    display: block;
  }

  .solution-showcase {
    grid-template-columns: 1fr;
  }

  .about-summary {
    display: block;
  }

  .about-summary .primary-button {
    margin-top: 24px;
  }

  .metrics div {
    min-height: 145px;
  }

  .footer {
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .brand small {
    display: none;
  }

  .hero-actions a {
    width: 100%;
  }

  .detail-list div {
    grid-template-columns: 1fr;
  }
}