:root {
  --ink: #111827;
  --muted: #5f6f84;
  --line: #d9e2ec;
  --panel: #ffffff;
  --soft: #f6f8fb;
  --soft-alt: #eef7f4;
  --brand-a: #0f766e;
  --brand-b: #2563eb;
  --brand-c: #84cc16;
  --accent: #c2410c;
  --danger: #b91c1c;
  --shadow: 0 22px 48px rgba(17, 24, 39, 0.12);
  --radius: 8px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(15, 118, 110, 0.12), transparent 310px),
    linear-gradient(180deg, #fbfcfe 0%, #f6f8fb 42%, #ffffff 100%);
  font-size: 16px;
  line-height: 1.55;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

button:disabled {
  cursor: wait;
  opacity: 0.72;
}

svg {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.container {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 82px;
  padding: 12px 0;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(217, 226, 236, 0.92);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 176px;
}

.brand img {
  display: block;
  width: 176px;
  height: auto;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  color: #324154;
  font-size: 13px;
  font-weight: 800;
}

.desktop-nav a {
  border-radius: var(--radius);
  padding: 9px 10px;
  white-space: nowrap;
}

.desktop-nav a:hover {
  color: var(--brand-a);
  background: rgba(15, 118, 110, 0.09);
}

.desktop-nav a.is-active {
  color: #ffffff;
  background: var(--ink);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 9px 14px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--brand-a), var(--brand-b) 68%, var(--brand-c));
  border-radius: var(--radius);
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 12px 24px rgba(37, 99, 235, 0.18);
}

.header-cta.is-active {
  background: var(--ink);
  box-shadow: none;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 12px 18px;
  border: 0;
  border-radius: var(--radius);
  font-weight: 800;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

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

.btn-primary {
  color: #ffffff;
  background: linear-gradient(135deg, var(--brand-a), var(--brand-b) 60%, var(--brand-c));
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.2);
}

.btn-secondary {
  color: var(--ink);
  background: #ffffff;
  border: 1px solid var(--line);
}

.btn-soft {
  color: #0f3f3a;
  background: rgba(15, 118, 110, 0.1);
  border: 1px solid rgba(15, 118, 110, 0.18);
}

.hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(15, 118, 110, 0.1), rgba(37, 99, 235, 0.08) 44%, rgba(132, 204, 22, 0.08)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(246, 248, 251, 0.92));
}

.hero-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
  gap: 46px;
  align-items: center;
  min-height: 640px;
  padding: 72px 0 64px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--brand-a);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

.hero h1,
.page-hero h1,
.section-heading h2,
.split-copy h2,
.contact-panel h2,
.profile-copy h2 {
  margin: 0;
  line-height: 1.05;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 680px;
  font-size: clamp(46px, 7vw, 78px);
}

.hero-lede {
  max-width: 650px;
  margin: 20px 0 0;
  color: #344256;
  font-size: 21px;
  line-height: 1.42;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.capability-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 36px;
}

.capability-strip div {
  padding: 15px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(217, 226, 236, 0.94);
  border-radius: var(--radius);
  backdrop-filter: blur(12px);
}

.capability-strip strong,
.capability-strip span {
  display: block;
}

.capability-strip strong {
  font-size: 18px;
  line-height: 1.2;
}

.capability-strip span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 13px;
}

.hero-visual {
  position: relative;
  overflow: hidden;
  min-height: 440px;
  background: #ffffff;
  border: 1px solid rgba(217, 226, 236, 0.92);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(15, 118, 110, 0.12), transparent 38%, rgba(132, 204, 22, 0.08));
  pointer-events: none;
}

.hero-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
  object-position: center right;
}

.software-visual {
  position: relative;
  min-height: 420px;
}

.visual-frame {
  position: relative;
  overflow: hidden;
  min-height: 390px;
  padding: 18px;
  background: #ffffff;
  border: 1px solid rgba(217, 226, 236, 0.96);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.visual-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(15, 118, 110, 0.12), transparent 46%),
    radial-gradient(circle at 74% 22%, rgba(132, 204, 22, 0.18), transparent 140px);
  pointer-events: none;
}

.visual-toolbar {
  position: relative;
  display: flex;
  gap: 7px;
  margin-bottom: 18px;
}

.visual-toolbar span {
  width: 10px;
  height: 10px;
  background: #d9e2ec;
  border-radius: 50%;
}

.visual-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 14px;
}

.visual-panel,
.visual-sidebar {
  min-width: 0;
  background: rgba(246, 248, 251, 0.94);
  border: 1px solid rgba(217, 226, 236, 0.9);
  border-radius: var(--radius);
}

.visual-panel {
  min-height: 280px;
  padding: 16px;
}

.visual-sidebar {
  display: grid;
  gap: 12px;
  padding: 14px;
}

.visual-title {
  width: 56%;
  height: 12px;
  margin-bottom: 16px;
  background: #111827;
  border-radius: 999px;
}

.visual-row {
  display: grid;
  grid-template-columns: 38px 1fr 54px;
  gap: 10px;
  align-items: center;
  min-height: 44px;
  margin-bottom: 10px;
  padding: 9px;
  background: #ffffff;
  border: 1px solid rgba(217, 226, 236, 0.85);
  border-radius: var(--radius);
}

.visual-dot {
  width: 26px;
  height: 26px;
  background: linear-gradient(135deg, var(--brand-a), var(--brand-b));
  border-radius: 8px;
}

.visual-line {
  height: 8px;
  background: #cbd5e1;
  border-radius: 999px;
}

.visual-line.short {
  width: 66%;
}

.visual-pill {
  height: 22px;
  background: rgba(15, 118, 110, 0.14);
  border-radius: 999px;
}

.visual-chart {
  display: flex;
  align-items: end;
  gap: 8px;
  min-height: 112px;
  padding: 12px;
  background: #ffffff;
  border: 1px solid rgba(217, 226, 236, 0.85);
  border-radius: var(--radius);
}

.visual-chart span {
  flex: 1;
  min-width: 12px;
  background: linear-gradient(180deg, var(--brand-b), var(--brand-a));
  border-radius: 6px 6px 0 0;
}

.visual-card {
  min-height: 72px;
  padding: 12px;
  background: #ffffff;
  border: 1px solid rgba(217, 226, 236, 0.85);
  border-radius: var(--radius);
}

.visual-card div {
  height: 8px;
  margin-bottom: 9px;
  background: #cbd5e1;
  border-radius: 999px;
}

.visual-card div:nth-child(2) {
  width: 72%;
}

.section {
  padding: 76px 0;
}

.section-alt {
  background: #ffffff;
}

.section-soft {
  background:
    radial-gradient(circle at 82% 18%, rgba(132, 204, 22, 0.16), transparent 280px),
    linear-gradient(135deg, #f8fafc, #eef7f4);
  border-block: 1px solid var(--line);
}

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

.section-heading h2 {
  max-width: 760px;
  font-size: 42px;
}

.section-heading p {
  max-width: 560px;
  margin: 12px 0 0;
  color: var(--muted);
}

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

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

.feature-card,
.stage-card,
.support-card,
.contact-panel,
.profile-panel,
.notice-panel {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.06);
}

.feature-card,
.support-card,
.notice-panel {
  padding: 22px;
}

.feature-card h3,
.support-card h3,
.stage-card h3,
.notice-panel h2 {
  margin: 16px 0 8px;
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: 0;
}

.feature-card p,
.support-card p,
.stage-card p,
.notice-panel p,
.profile-copy p {
  margin: 0;
  color: var(--muted);
}

.icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--brand-a), var(--brand-b));
  border-radius: var(--radius);
}

.icon.lime {
  color: #19311b;
  background: linear-gradient(135deg, #bef264, var(--brand-c));
}

.icon.orange {
  background: linear-gradient(135deg, #c2410c, #f59e0b);
}

.page-hero {
  padding: 68px 0;
  background:
    linear-gradient(135deg, rgba(15, 118, 110, 0.1), rgba(37, 99, 235, 0.08) 52%, rgba(132, 204, 22, 0.1)),
    linear-gradient(180deg, #ffffff, #f6f8fb);
  border-bottom: 1px solid var(--line);
}

.page-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.72fr);
  gap: 42px;
  align-items: center;
}

.page-hero h1 {
  max-width: 760px;
  font-size: clamp(38px, 5vw, 58px);
}

.page-hero p {
  max-width: 720px;
  margin: 18px 0 0;
  color: #344256;
  font-size: 19px;
}

.mini-visual {
  display: grid;
  gap: 12px;
  padding: 18px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.mini-visual-row {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 58px;
  padding: 12px;
  background: var(--soft);
  border: 1px solid rgba(217, 226, 236, 0.9);
  border-radius: var(--radius);
}

.mini-visual-row span:first-child {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--brand-a), var(--brand-b));
  border-radius: 8px;
  font-weight: 900;
}

.mini-visual-row strong,
.mini-visual-row small {
  display: block;
}

.mini-visual-row small {
  color: var(--muted);
}

.image-card {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.image-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.image-caption {
  padding: 16px;
  background:
    linear-gradient(135deg, rgba(15, 118, 110, 0.08), rgba(37, 99, 235, 0.06)),
    #ffffff;
  border-top: 1px solid var(--line);
}

.image-caption strong,
.image-caption span {
  display: block;
}

.image-caption span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 14px;
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.72fr);
  gap: 34px;
  align-items: start;
}

.split-copy h2,
.profile-copy h2,
.contact-panel h2 {
  font-size: 40px;
}

.split-copy p {
  max-width: 720px;
  margin: 14px 0 0;
  color: var(--muted);
}

.plain-list {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.plain-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  color: #344256;
}

.plain-list li::before {
  content: "";
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  margin-top: 8px;
  background: linear-gradient(135deg, var(--brand-a), var(--brand-b));
  border-radius: 50%;
}

.stage-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.stage-card {
  min-width: 0;
  padding: 18px;
}

.stage-number {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: #ffffff;
  background: var(--ink);
  border-radius: var(--radius);
  font-weight: 900;
}

.stage-card h3 {
  font-size: 19px;
}

.profile-panel {
  display: grid;
  grid-template-columns: 0.76fr 1fr;
  gap: 0;
  overflow: hidden;
}

.profile-photo {
  position: relative;
  overflow: hidden;
  min-height: 470px;
  background: var(--soft);
}

.profile-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(15, 118, 110, 0.16), transparent 46%),
    linear-gradient(0deg, rgba(17, 24, 39, 0.12), transparent 38%);
  pointer-events: none;
}

.profile-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 470px;
  object-fit: cover;
  object-position: center;
}

.profile-copy {
  padding: 34px;
}

.profile-copy p + p {
  margin-top: 14px;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.detail-item {
  padding: 15px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.detail-item strong,
.detail-item span,
.detail-item a {
  display: block;
}

.detail-item span,
.detail-item a {
  margin-top: 4px;
  color: var(--muted);
}

.detail-item a {
  color: var(--brand-a);
  font-weight: 800;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: 22px;
  align-items: start;
}

.contact-panel {
  padding: 28px;
}

.contact-panel p {
  margin: 12px 0 0;
  color: var(--muted);
}

.contact-methods {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.contact-methods a,
.contact-methods div {
  display: block;
  padding: 14px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.contact-methods strong,
.contact-methods span {
  display: block;
}

.contact-methods span {
  margin-top: 4px;
  color: var(--muted);
}

.contact-methods a span {
  color: var(--brand-a);
  font-weight: 800;
}

.contact-form {
  display: grid;
  gap: 14px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

label {
  display: grid;
  gap: 7px;
  color: #344256;
  font-size: 13px;
  font-weight: 900;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  color: var(--ink);
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  outline: 0;
}

textarea {
  min-height: 150px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--brand-a);
  box-shadow: 0 0 0 3px rgba(15, 118, 110, 0.16);
}

.form-status {
  min-height: 22px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.form-status.is-success {
  color: var(--brand-a);
  font-weight: 800;
}

.form-status.is-error {
  color: var(--danger);
  font-weight: 800;
}

.notice-panel {
  max-width: 840px;
}

.site-footer {
  padding: 28px 0;
  color: #526276;
  background: #ffffff;
  border-top: 1px solid var(--line);
  font-size: 14px;
}

.footer-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-weight: 800;
}

.cookie-banner {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 120;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  width: min(620px, calc(100% - 44px));
  padding: 18px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.cookie-banner strong,
.cookie-banner p {
  margin: 0;
}

.cookie-banner p {
  margin-top: 5px;
  color: var(--muted);
  font-size: 14px;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

@media (max-width: 1060px) {
  .header-inner {
    gap: 14px;
    width: min(100% - 28px, 1180px);
  }

  .desktop-nav {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

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

@media (max-width: 860px) {
  .site-header {
    padding: 10px 0;
  }

  .header-inner {
    grid-template-columns: 1fr auto;
  }

  .brand {
    min-width: 0;
  }

  .desktop-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hero-layout,
  .page-hero-layout,
  .split-layout,
  .profile-panel,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .hero-layout {
    min-height: auto;
    padding: 56px 0;
  }

  .hero-visual,
  .hero-visual img {
    min-height: 330px;
  }

  .software-visual {
    min-height: auto;
  }

  .card-grid,
  .card-grid.two,
  .detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .capability-strip {
    grid-template-columns: 1fr;
  }

  .section-heading,
  .footer-layout {
    align-items: flex-start;
    flex-direction: column;
  }

  .section-heading h2,
  .split-copy h2,
  .profile-copy h2,
  .contact-panel h2 {
    font-size: 34px;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100% - 24px, 1120px);
  }

  .brand img {
    width: 158px;
  }

  .header-cta {
    min-height: 38px;
    padding-inline: 12px;
  }

  .hero h1 {
    font-size: 42px;
  }

  .hero-lede,
  .page-hero p {
    font-size: 18px;
  }

  .hero-actions,
  .hero-actions .btn {
    width: 100%;
  }

  .section {
    padding: 56px 0;
  }

  .card-grid,
  .card-grid.two,
  .stage-grid,
  .detail-grid,
  .form-grid,
  .visual-grid {
    grid-template-columns: 1fr;
  }

  .visual-frame {
    min-height: auto;
  }

  .hero-visual,
  .hero-visual img {
    min-height: 260px;
  }

  .profile-copy,
  .contact-panel {
    padding: 22px;
  }

  .profile-photo,
  .profile-photo img {
    min-height: 220px;
  }

  .cookie-banner {
    right: 12px;
    bottom: 12px;
    grid-template-columns: 1fr;
    width: calc(100% - 24px);
  }

  .cookie-actions {
    flex-direction: column-reverse;
  }

  .cookie-actions .btn {
    width: 100%;
  }
}
