.home-se-page .navbar .container,
.home-se-page .page-main.container,
.home-se-page .footer .container {
  width: min(1360px, calc(100vw - 2rem));
  max-width: none;
}

.home-se-page .page-main.container {
  padding-inline: 0;
}

.home-se {
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: #132033;
}

.home-se-shell {
  width: min(1360px, calc(100vw - 2rem));
  margin-left: 50%;
  transform: translateX(-50%);
  padding: 0.5rem 0 4rem;
}

.home-se-hero,
.home-se-proof,
.home-se-section,
.home-se-cta {
  margin-bottom: 1.5rem;
}

.home-se-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  gap: 2rem;
  padding: 2rem;
  border: 1px solid #d8e1ea;
  border-radius: 2rem;
  background:
    radial-gradient(42rem 22rem at 100% 0%, rgba(194, 217, 235, 0.34), transparent 60%),
    linear-gradient(180deg, #fbfcfd 0%, #f2f5f7 100%);
  box-shadow: 0 24px 70px rgba(16, 33, 52, 0.08);
}

.home-se-kicker,
.home-se-section-kicker,
.home-se-card-label {
  display: inline-flex;
  align-items: center;
  margin: 0 0 1rem;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #557188;
}

.home-se-title {
  max-width: 13ch;
  margin: 0 0 1rem;
  font-size: clamp(2.8rem, 5vw, 4.85rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  font-weight: 800;
  color: #102134;
}

.home-se-lead,
.home-se-body-copy,
.home-se-proof-card p,
.home-se-value-card p,
.home-se-capability-card p,
.home-se-steps span,
.home-se-signal-item p {
  margin: 0;
  font-size: 1.06rem;
  line-height: 1.75;
  color: #42576b;
}

.home-se-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
}

.home-se-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.home-se-primary,
.home-se-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.4rem;
  padding-inline: 1.4rem;
  border-radius: 999px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.home-se-primary {
  background: #12314a;
  border-color: #12314a;
}

.home-se-primary:hover,
.home-se-primary:focus {
  background: #0d2538;
  border-color: #0d2538;
}

.home-se-secondary {
  border-color: #c4d0da;
  color: #17314a;
  background: rgba(255, 255, 255, 0.72);
}

.home-se-secondary:hover,
.home-se-secondary:focus {
  border-color: #99acbb;
  color: #102134;
  background: #ffffff;
}

.home-se-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.home-se-trust-row span {
  display: inline-flex;
  align-items: center;
  padding: 0.72rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid #d5dde5;
  font-size: 0.95rem;
  font-weight: 600;
  color: #30485e;
}

.home-se-hero-panel {
  min-width: 0;
}

.home-se-hero-card {
  height: 100%;
  padding: 1.4rem;
  border-radius: 1.5rem;
  background: #17314a;
  color: #f6f9fb;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.home-se-hero-card-rose {
  background: #4d96fa4d;
  border: 1px solid rgba(27, 48, 73, 0.14);
  color: #f4f7ff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 18px 38px rgba(27, 48, 73, 0.12);
}

.home-se-card-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.home-se-card-label {
  margin: 0;
  color: #aac1d1;
}

.home-se-hero-card-rose .home-se-card-label {
  color: #536f92;
}

.home-se-card-badge {
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #f4f7fa;
  font-size: 0.82rem;
  font-weight: 700;
}

.home-se-flag {
  width: 1rem;
  height: auto;
  margin-left: 0.35rem;
  vertical-align: -0.08rem;
  border-radius: 0.15rem;
  box-shadow: 0 0 0 1px rgba(17, 35, 56, 0.08);
}

.home-se-hero-card-rose .home-se-card-badge {
  background: rgba(27, 48, 73, 0.08);
  color: #24445f;
}

.home-se-metric-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.home-se-focus-grid {
  display: grid;
  gap: 0.9rem;
}

.home-se-focus-item {
  padding: 1rem 1.05rem;
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.home-se-hero-card-rose .home-se-focus-item {
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(27, 48, 73, 0.1);
}

.home-se-focus-eyebrow {
  display: inline-block;
  margin-bottom: 0.45rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9eb8ca;
}

.home-se-hero-card-rose .home-se-focus-eyebrow {
  color: #5b7492;
}

.home-se-focus-item strong {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 1.08rem;
  line-height: 1.35;
  color: #ffffff;
}

.home-se-hero-card-rose .home-se-focus-item strong {
  color: #1f3e58;
}

.home-se-focus-item p {
  margin: 0;
  color: #c9d8e3;
  font-size: 0.98rem;
  line-height: 1.65;
}

.home-se-hero-card-rose .home-se-focus-item p {
  color: #506880;
}

.home-se-metric-value {
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.home-se-metric-label {
  margin-top: 0.4rem;
  font-size: 0.95rem;
  color: #bfd0dc;
}

.home-se-divider {
  height: 1px;
  margin: 1.4rem 0;
  background: rgba(255, 255, 255, 0.12);
}

.home-se-signal-list {
  display: grid;
  gap: 1rem;
}

.home-se-signal-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.85rem;
  align-items: start;
}

.home-se-signal-dot {
  width: 0.7rem;
  height: 0.7rem;
  margin-top: 0.4rem;
  border-radius: 999px;
  background: #8cc3ff;
  box-shadow: 0 0 0 0.32rem rgba(140, 195, 255, 0.15);
}

.home-se-signal-item strong {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 1rem;
  color: #ffffff;
}

.home-se-signal-item p {
  color: #c9d8e3;
  font-size: 0.96rem;
  line-height: 1.65;
}

.home-se-proof-grid,
.home-se-value-grid,
.home-se-capability-grid,
.home-se-dev-grid {
  display: grid;
  gap: 1rem;
}

.home-se-proof-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-se-proof-card,
.home-se-value-card,
.home-se-capability-card,
.home-se-dev-card,
.home-se-section-soft {
  border: 1px solid #dde5ec;
  border-radius: 1.5rem;
  background: #ffffff;
  box-shadow: 0 14px 36px rgba(17, 31, 47, 0.05);
}

.home-se-proof-card {
  padding: 1.5rem;
}

.home-se-section-showcase {
  background:
    radial-gradient(36rem 18rem at 100% 0%, rgba(194, 217, 235, 0.2), transparent 56%),
    linear-gradient(180deg, #fdfefe 0%, #f6f9fb 100%);
}

.home-se-showcase-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 1.5rem;
  align-items: center;
}

.home-se-showcase-copy {
  max-width: 34rem;
}

.home-se-showcase-points {
  display: grid;
  gap: 0.9rem;
  margin-top: 1.2rem;
}

.home-se-showcase-point {
  padding: 1rem 1.05rem;
  border-radius: 1.15rem;
  border: 1px solid #dde6ee;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 28px rgba(17, 31, 47, 0.04);
}

.home-se-showcase-point strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 1rem;
  color: #102134;
}

.home-se-showcase-point p {
  margin: 0;
  color: #4a6072;
  line-height: 1.65;
}

.home-se-showcase-frame {
  overflow: hidden;
  border: 1px solid #dbe4ec;
  border-radius: 1.55rem;
  background: #ffffff;
  box-shadow: 0 24px 54px rgba(15, 29, 45, 0.12);
}

.home-se-browser-chrome {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.9rem 1rem;
  border-bottom: 1px solid #e8edf2;
  background: linear-gradient(180deg, #fbfcfd 0%, #f2f5f8 100%);
}

.home-se-browser-chrome span {
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 999px;
  background: #d5dfe7;
}

.home-se-browser-chrome span:first-child {
  background: #f2a2b7;
}

.home-se-browser-chrome span:nth-child(2) {
  background: #f2c38e;
}

.home-se-browser-chrome span:nth-child(3) {
  background: #a6d2b2;
}

.home-se-showcase-image {
  display: block;
  width: 100%;
  height: auto;
}

.home-se-proof-card h2,
.home-se-section-heading h2,
.home-se-cta h2 {
  margin: 0 0 0.7rem;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 800;
  color: #102134;
}

.home-se-section {
  padding: 1.8rem;
  border-radius: 1.8rem;
  background: #f7f9fb;
  border: 1px solid #e1e8ee;
}

.home-se-section-rose {
  background:
    radial-gradient(36rem 18rem at 100% 0%, rgba(246, 194, 211, 0.34), transparent 58%),
    linear-gradient(180deg, #fff7fa 0%, #fff0f5 100%);
  border-color: #f0d6df;
}

.home-se-section-rose .home-se-section-kicker {
  color: #8f4d65;
}

.home-se-section-heading {
  max-width: 54rem;
  margin-bottom: 1.25rem;
}

.home-se-value-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-se-value-card,
.home-se-capability-card,
.home-se-dev-card {
  padding: 1.3rem;
}

.home-se-value-card h3,
.home-se-capability-card h3,
.home-se-dev-card h3 {
  margin: 0 0 0.7rem;
  font-size: 1.1rem;
  line-height: 1.35;
  font-weight: 800;
  color: #112338;
}

.home-se-capability-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-se-dev-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-se-dev-note {
  margin-bottom: 1rem;
  padding: 1rem 1.1rem;
  border: 1px solid #dde5ec;
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.78);
  color: #4a6072;
  font-size: 1rem;
  line-height: 1.65;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.home-se-section-rose .home-se-capability-card {
  background: rgba(255, 255, 255, 0.88);
  border-color: #efd7df;
}

.home-se-dev-eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.7rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: #eef4f8;
  color: #4a667d;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.home-se-dev-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.25rem;
}

.home-se-section-soft {
  padding: 1.6rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(248, 250, 252, 0.96) 100%);
}

.home-se-split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 1.5rem;
  align-items: start;
}

.home-se-steps {
  margin: 0;
  padding-left: 1.3rem;
  display: grid;
  gap: 1rem;
}

.home-se-steps li {
  padding-left: 0.35rem;
}

.home-se-steps strong {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 1rem;
  color: #102134;
}

.home-se-cta {
  padding: 1.8rem 2rem;
  border-radius: 1.8rem;
  background: linear-gradient(180deg, #163149 0%, #102538 100%);
  box-shadow: 0 28px 60px rgba(15, 29, 45, 0.18);
}

.home-se-cta-content {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.25rem;
}

.home-se-cta .home-se-section-kicker,
.home-se-cta h2,
.home-se-cta .home-se-secondary {
  color: #f5f8fb;
}

.home-se-cta .home-se-section-kicker {
  color: #aac1d1;
}

.home-se-cta .home-se-secondary {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.06);
}

.home-se-cta .home-se-secondary:hover,
.home-se-cta .home-se-secondary:focus {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.45);
}

@media (max-width: 1199.98px) {
  .home-se-value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-se-capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-se-dev-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .home-se-shell {
    width: min(100%, calc(100vw - 1rem));
  }

  .home-se-page .navbar .container,
  .home-se-page .page-main.container,
  .home-se-page .footer .container {
    width: min(100%, calc(100vw - 1rem));
  }

  .home-se-hero,
  .home-se-proof-grid,
  .home-se-split,
  .home-se-cta-content,
  .home-se-showcase-grid {
    grid-template-columns: 1fr;
    display: grid;
  }

  .home-se-hero,
  .home-se-section,
  .home-se-cta {
    padding: 1.4rem;
  }

  .home-se-cta-content {
    gap: 1rem;
  }
}

@media (max-width: 767.98px) {
  .home-se-shell {
    width: calc(100vw - 1rem);
  }

  .home-se-title {
    max-width: none;
  }

  .home-se-proof-grid,
  .home-se-value-grid,
  .home-se-capability-grid,
  .home-se-dev-grid,
  .home-se-metric-grid {
    grid-template-columns: 1fr;
  }

  .home-se-hero {
    border-radius: 1.5rem;
  }

  .home-se-trust-row span {
    width: 100%;
    justify-content: center;
  }
}
