:root {
  --public-ink: #18242d;
  --public-muted: #66747f;
  --public-line: #dce4e7;
  --public-surface: #ffffff;
  --public-primary: #176b87;
  --public-primary-dark: #10546b;
  --public-accent: #ed8b42;
  --public-soft: #edf6f7;
}

* {
  box-sizing: border-box;
}

body.public-page {
  min-height: 100vh;
  margin: 0;
  background: #edf1f0;
  color: var(--public-ink);
  font-family: "Microsoft YaHei", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.public-page a {
  color: var(--public-primary);
  font-weight: 600;
  text-decoration: none;
}

.public-page a:hover {
  color: var(--public-primary-dark);
}

.public-home {
  display: grid;
  min-height: 100vh;
  grid-template-columns: minmax(0, 1.28fr) minmax(480px, 0.72fr);
}

.public-visual {
  position: relative;
  display: flex;
  min-height: 100%;
  overflow: hidden;
  padding: 48px;
  align-items: flex-end;
  background-color: #1d3d4a;
  background-image:
    linear-gradient(112deg, rgba(11, 31, 40, 0.3) 0%, rgba(11, 31, 40, 0.08) 48%, rgba(11, 31, 40, 0.83) 100%),
    linear-gradient(180deg, rgba(13, 32, 41, 0.02) 24%, rgba(13, 32, 41, 0.83) 100%),
    url("/static/images/bg.jpg");
  background-position: center;
  background-size: cover;
}

.public-visual::before {
  position: absolute;
  top: -150px;
  right: -120px;
  width: 440px;
  height: 440px;
  border: 1px solid rgba(255, 255, 255, 0.23);
  border-radius: 50%;
  box-shadow: 0 0 0 22px rgba(255, 255, 255, 0.035), 0 0 0 44px rgba(255, 255, 255, 0.025);
  content: "";
  pointer-events: none;
}

.public-visual::after {
  position: absolute;
  right: 13%;
  bottom: 11%;
  width: 82px;
  height: 82px;
  border: 1px solid rgba(247, 184, 120, 0.6);
  border-radius: 22px;
  content: "";
  opacity: 0.7;
  transform: rotate(18deg);
  pointer-events: none;
}

.public-home .public-visual {
  padding: 56px 7vw 64px;
}

.public-brand {
  position: absolute;
  top: 34px;
  left: 48px;
  display: inline-flex;
  max-width: calc(100% - 96px);
  padding: 8px 13px 8px 8px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 13px;
  gap: 10px;
  align-items: center;
  background: rgba(8, 26, 35, 0.28);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.12);
  color: #fff;
  font-size: 0.96rem;
  font-weight: 750;
  backdrop-filter: blur(14px);
}

.public-home .public-brand {
  top: 36px;
  left: 7vw;
}

.public-brand img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.public-brand span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.public-visual-content {
  position: relative;
  z-index: 1;
  width: min(650px, 100%);
  padding-bottom: 18px;
  color: #fff;
}

.public-kicker {
  display: flex;
  width: fit-content;
  padding: 7px 11px;
  border: 1px solid rgba(247, 184, 120, 0.42);
  border-radius: 999px;
  margin-bottom: 18px;
  gap: 9px;
  align-items: center;
  background: rgba(44, 30, 22, 0.2);
  color: #f8c28f;
  font-size: 0.83rem;
  font-weight: 750;
  letter-spacing: 0.04em;
  backdrop-filter: blur(8px);
}

.public-kicker::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--public-accent);
  content: "";
}

.public-visual h1,
.public-visual h2 {
  max-width: 610px;
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(2.7rem, 5vw, 4.5rem);
  font-weight: 760;
  line-height: 1.2;
  letter-spacing: 0;
  text-shadow: 0 5px 28px rgba(0, 0, 0, 0.2);
}

.public-visual h2 {
  font-size: 2.1rem;
}

.public-visual-description {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.02rem;
  line-height: 1.8;
}

.public-feature-row {
  display: grid;
  max-width: 590px;
  margin-top: 38px;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.public-feature {
  min-width: 0;
  padding: 15px 14px 13px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  background: rgba(11, 30, 38, 0.2);
  backdrop-filter: blur(8px);
}

.public-feature i {
  display: block;
  margin-bottom: 7px;
  color: #f7b878;
  font-size: 1.15rem;
}

.public-feature strong,
.public-feature span {
  display: block;
}

.public-feature strong {
  font-size: 0.92rem;
}

.public-feature span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.76rem;
  line-height: 1.5;
}

.public-form-pane {
  display: flex;
  min-width: 0;
  position: relative;
  padding: 88px 6vw 58px;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 90% 5%, rgba(205, 226, 223, 0.68), transparent 25rem),
    linear-gradient(145deg, #f8faf9 0%, #eef3f1 100%);
}

.public-form-pane::before {
  position: absolute;
  right: 9%;
  bottom: 8%;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(23, 107, 135, 0.1);
  border-radius: 50%;
  box-shadow: 0 0 0 20px rgba(23, 107, 135, 0.025), 0 0 0 40px rgba(23, 107, 135, 0.02);
  content: "";
  pointer-events: none;
}

.public-form-wrap {
  position: relative;
  z-index: 1;
  width: min(430px, 100%);
}

.public-form-topline {
  display: flex;
  margin-bottom: 36px;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
}

.public-back-link {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  color: #5c6a74 !important;
  font-size: 0.86rem;
}

.public-form-header {
  margin-bottom: 27px;
}

.public-form-header h1 {
  margin: 0 0 10px;
  color: var(--public-ink);
  font-size: clamp(1.85rem, 3vw, 2.35rem);
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.public-form-header p {
  margin: 0;
  color: var(--public-muted);
  font-size: 0.94rem;
}

.public-form .form-group {
  margin-bottom: 17px;
}

.public-form .input-group-text {
  width: 48px;
  min-width: 48px;
  border-color: var(--public-line);
  background: #f5f8f8;
  color: #71818b;
  justify-content: center;
}

.public-form .form-control {
  min-height: 54px;
  padding: 12px 15px;
  border-color: var(--public-line);
  color: var(--public-ink);
  box-shadow: none;
  font-size: 0.94rem;
}

.public-form .form-control:focus {
  border-color: #63a7b9;
  box-shadow: 0 0 0 4px rgba(23, 107, 135, 0.1);
}

.public-form .input-group > :first-child {
  border-radius: 6px 0 0 6px;
}

.public-form .input-group > :last-child {
  border-radius: 0 6px 6px 0;
}

.public-form .captcha-group {
  display: flex;
  gap: 10px;
}

.public-form .captcha-group .input-group {
  min-width: 0;
}

.public-form .btn {
  min-height: 48px;
  border-radius: 6px;
  font-weight: 700;
}

.public-form .btn-primary {
  border-color: var(--public-primary);
  background: var(--public-primary);
  box-shadow: 0 13px 26px rgba(23, 107, 135, 0.22);
}

.public-form .btn-primary:hover,
.public-form .btn-primary:focus {
  border-color: var(--public-primary-dark);
  background: var(--public-primary-dark);
}

.public-form .btn-outline-primary {
  min-width: 108px;
  border-color: #9bbbc4;
  color: var(--public-primary);
  white-space: nowrap;
}

.public-form .btn-outline-primary:hover {
  border-color: var(--public-primary);
  background: var(--public-soft);
  color: var(--public-primary-dark);
}

.public-form .alert {
  padding: 11px 13px;
  border-radius: 6px;
  font-size: 0.88rem;
}

.public-form-note {
  margin: -2px 0 20px;
  color: #849099;
  font-size: 0.78rem;
  line-height: 1.55;
}

.public-form-actions {
  display: flex;
  margin-top: 22px;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  font-size: 0.88rem;
}

.public-form-actions.centered {
  justify-content: center;
}

.public-form-help {
  margin-top: 8px;
  color: #839099;
  font-size: 0.76rem;
}

.public-form-divider {
  display: flex;
  margin: 27px 0 18px;
  gap: 12px;
  align-items: center;
  color: #98a2aa;
  font-size: 0.75rem;
}

.public-form-divider::before,
.public-form-divider::after {
  height: 1px;
  background: #e4eaec;
  content: "";
  flex: 1;
}

.public-secondary-action {
  display: flex;
  min-height: 44px;
  border: 1px solid var(--public-line);
  border-radius: 6px;
  align-items: center;
  justify-content: center;
  color: #43535d !important;
}

.public-secondary-action:hover {
  border-color: #9bbbc4;
  background: var(--public-soft);
}

.public-nav {
  position: absolute;
  top: 32px;
  right: 6vw;
  z-index: 3;
  display: flex;
  gap: 9px;
}

.public-nav a {
  display: inline-flex;
  min-height: 40px;
  padding: 0 15px;
  border: 1px solid var(--public-line);
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #42525b;
  font-size: 0.85rem;
}

.public-nav a.primary {
  border-color: var(--public-primary);
  background: var(--public-primary);
  color: #fff;
}

.auth-server-location {
  position: fixed;
  top: 78px;
  right: 24px;
  z-index: 20;
  max-width: calc(100vw - 48px);
  padding: 7px 11px;
  overflow: hidden;
  border-radius: 6px;
  background: rgba(23, 36, 45, 0.84);
  color: #fff;
  font-size: 0.74rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  backdrop-filter: blur(8px);
}

.public-auth-page {
  display: flex;
  min-height: 100vh;
  padding: 34px;
  align-items: center;
  justify-content: center;
}

.public-auth-page > .auth-server-location {
  top: 8px;
}

.public-auth-layout {
  display: grid;
  width: min(1180px, 100%);
  min-height: min(720px, calc(100vh - 68px));
  overflow: hidden;
  border: 1px solid #d8e0e1;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(24, 36, 45, 0.12);
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.public-auth-layout .public-form-pane {
  padding-top: 58px;
  padding-bottom: 58px;
}

.public-auth-layout .public-form-topline {
  margin-bottom: 26px;
}

.public-register-layout {
  min-height: min(790px, calc(100vh - 68px));
}

.public-register-layout .public-form-pane {
  align-items: flex-start;
}

/* 独立产品首页 */
body.public-landing-page {
  background: #f6f8f7;
  overflow-x: hidden;
}

.landing-container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.landing-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 30;
  padding: 13px 0;
  border-bottom: 1px solid rgba(164, 190, 188, 0.7);
  background: rgba(239, 247, 245, 0.96);
  box-shadow: 0 8px 24px rgba(32, 69, 78, 0.07);
  backdrop-filter: blur(18px);
}

.landing-nav-shell {
  position: relative;
  display: flex;
  width: min(1340px, calc(100% - 48px));
  min-height: 62px;
  margin: 0 auto;
  padding: 9px 0;
  border: 0;
  border-radius: 0;
  align-items: center;
  background: transparent;
  box-shadow: none;
}

.landing-logo {
  display: inline-flex;
  min-width: 190px;
  gap: 11px;
  align-items: center;
  color: #14333f !important;
  font-size: 1.05rem;
  font-weight: 800 !important;
  letter-spacing: 0;
}

.landing-logo img {
  width: 38px;
  height: 38px;
  border-radius: 10px;
}

.landing-logo span {
  max-width: 190px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.landing-links {
  position: absolute;
  left: 50%;
  display: flex;
  margin: 0;
  gap: 5px;
  align-items: center;
  transform: translateX(-50%);
}

.landing-links a {
  position: relative;
  display: inline-flex;
  min-height: 39px;
  padding: 0 12px;
  border-radius: 6px;
  gap: 7px;
  align-items: center;
  color: #54646b;
  font-size: 0.84rem;
  font-weight: 650;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.landing-links a > i {
  color: #839296;
  font-size: 0.72rem;
}

.landing-links a:hover {
  background: rgba(23, 107, 135, 0.07);
  color: #203b45;
}

.landing-actions,
.landing-hero-actions,
.landing-cta-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.landing-actions {
  margin-left: auto;
}

.landing-actions > .landing-btn {
  min-width: 96px;
  border-radius: 7px;
}

.landing-purchase-action > i {
  font-size: 0.88rem;
}

.landing-btn-header {
  border-color: #afcccd;
  background: #dcebea;
  box-shadow: 0 4px 12px rgba(30, 66, 74, 0.07);
  color: #294a55 !important;
}

.landing-btn-header:hover {
  border-color: #86aaad;
  background: #cfe2e1;
  box-shadow: 0 6px 16px rgba(30, 66, 74, 0.1);
  color: #163b48 !important;
}

.landing-btn {
  display: inline-flex;
  min-height: 45px;
  padding: 0 19px;
  border: 1px solid transparent;
  border-radius: 11px;
  gap: 10px;
  align-items: center;
  justify-content: center;
  font-size: 0.88rem;
  font-weight: 700 !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

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

.landing-btn-primary {
  background: linear-gradient(135deg, #176b87, #155b71);
  box-shadow: 0 10px 24px rgba(23, 107, 135, 0.19);
  color: #fff !important;
}

.landing-btn-large {
  min-height: 54px;
  padding: 0 24px;
  border-radius: 13px;
  font-size: 0.94rem;
}

.landing-btn-ghost {
  border-color: #cbd8da;
  background: rgba(255, 255, 255, 0.7);
  color: #2c424b !important;
}

.landing-hero {
  position: relative;
  display: flex;
  width: min(1240px, calc(100% - 48px));
  min-height: 650px;
  margin: 104px auto 34px;
  overflow: hidden;
  padding: 58px 0 0;
  border: 1px solid rgba(210, 225, 221, 0.9);
  border-radius: 34px;
  align-items: stretch;
  flex-direction: column;
  background: #f9fbfa;
  box-shadow: 0 24px 60px rgba(41, 78, 87, 0.08);
}

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

.landing-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
}

.landing-orb-one {
  right: 41%;
  bottom: -150px;
  width: 320px;
  height: 320px;
  background: rgba(236, 144, 69, 0.08);
}

.landing-orb-two {
  top: 170px;
  right: -110px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(23, 107, 135, 0.1);
}

.landing-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(1100px, calc(100% - 92px));
  gap: clamp(45px, 6vw, 82px);
  align-items: center;
  grid-template-columns: minmax(0, 0.95fr) minmax(430px, 0.85fr);
}

.landing-copy {
  padding-top: 12px;
}

.landing-eyebrow {
  display: inline-flex;
  margin-bottom: 23px;
  gap: 10px;
  align-items: center;
  color: #5c6d73;
  font-size: 0.82rem;
  font-weight: 750;
  letter-spacing: 0.08em;
}

.landing-eyebrow span {
  width: 30px;
  height: 2px;
  border-radius: 99px;
  background: var(--public-accent);
}

.landing-copy h1 {
  margin: 0;
  color: #18303a;
  font-size: clamp(3rem, 4vw, 4.65rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.landing-copy h1 em {
  color: var(--public-primary);
  font-style: normal;
}

.landing-copy > p {
  max-width: 590px;
  margin: 28px 0 31px;
  color: #65757c;
  font-size: 1.03rem;
  line-height: 1.9;
}

.landing-assurances {
  display: flex;
  margin-top: 34px;
  gap: 19px;
  flex-wrap: wrap;
  color: #728086;
  font-size: 0.76rem;
}

.landing-assurances span {
  display: inline-flex;
  gap: 6px;
  align-items: center;
}

.landing-assurances i {
  color: #4b9d89;
}

.landing-hero-meta {
  display: flex;
  width: fit-content;
  max-width: 100%;
  margin-top: 29px;
  border-top: 1px solid #dce6e4;
  border-bottom: 1px solid #dce6e4;
}

.landing-hero-meta > div {
  display: flex;
  min-width: 112px;
  padding: 12px 19px 11px 0;
  margin-right: 19px;
  border-right: 1px solid #dce6e4;
  gap: 2px;
  flex-direction: column;
}

.landing-hero-meta > div:last-child {
  min-width: 98px;
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}

.landing-hero-meta strong {
  color: #214955;
  font-size: 1.02rem;
  font-weight: 800;
}

.landing-hero-meta span {
  color: #849197;
  font-size: 0.7rem;
}

.landing-showcase {
  position: relative;
  min-height: 410px;
}

.showcase-photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  border-radius: 20px;
  background: #173b4a;
  box-shadow: 0 35px 70px rgba(21, 54, 64, 0.24);
}

.showcase-slides,
.showcase-slide,
.showcase-slide img {
  position: absolute;
  inset: 0;
}

.showcase-slide {
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.65s ease;
}

.showcase-slide.is-active {
  opacity: 1;
}

.showcase-slide::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 29, 38, 0.06), rgba(9, 29, 38, 0.75));
  content: "";
}

.showcase-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.showcase-photo::before {
  display: none;
}

.showcase-brand-mark {
  position: absolute;
  top: 26px;
  left: 26px;
  display: flex;
  max-width: calc(100% - 150px);
  padding: 8px 12px 8px 8px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 13px;
  gap: 9px;
  align-items: center;
  background: rgba(11, 34, 43, 0.32);
  color: #fff;
  font-size: 0.84rem;
  font-weight: 750;
  backdrop-filter: blur(12px);
}

.showcase-brand-mark img {
  width: 30px;
  height: 30px;
  border-radius: 8px;
}

.showcase-brand-mark span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.showcase-caption {
  position: absolute;
  right: 36px;
  bottom: 35px;
  left: 36px;
  color: #fff;
}

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

.showcase-caption span {
  margin-bottom: 9px;
  color: #f5bc85;
  font-size: 0.77rem;
  letter-spacing: 0.05em;
}

.showcase-caption strong {
  max-width: 330px;
  font-size: 1.55rem;
  line-height: 1.35;
}

.showcase-scene-status {
  position: absolute;
  top: 28px;
  right: 28px;
  display: flex;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  gap: 7px;
  align-items: center;
  background: rgba(10, 34, 43, 0.38);
  color: #fff;
  font-size: 0.68rem;
  backdrop-filter: blur(10px);
}

.showcase-scene-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #62d5a5;
  box-shadow: 0 0 0 4px rgba(98, 213, 165, 0.15);
}

.showcase-carousel-controls {
  position: absolute;
  right: 26px;
  bottom: 27px;
  z-index: 2;
  display: flex;
  gap: 8px;
  align-items: center;
}

.showcase-carousel-controls > button {
  display: grid;
  width: 29px;
  height: 29px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  background: rgba(8, 27, 35, 0.36);
  color: #fff;
  place-items: center;
}

.showcase-carousel-controls > button:hover {
  background: rgba(8, 27, 35, 0.7);
}

.showcase-carousel-dots {
  display: flex;
  gap: 5px;
  align-items: center;
}

.showcase-carousel-dots button {
  width: 5px;
  height: 5px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.55);
}

.showcase-carousel-dots button.is-active {
  width: 16px;
  border-radius: 99px;
  background: #f4b475;
}

.showcase-card {
  position: absolute;
  z-index: 3;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 24px 48px rgba(23, 53, 61, 0.17);
  backdrop-filter: blur(17px);
}

.showcase-delivery {
  top: 91px;
  left: -40px;
  display: flex;
  width: 255px;
  padding: 15px;
  border-radius: 16px;
  gap: 12px;
  align-items: center;
}

.showcase-icon {
  display: grid;
  width: 43px;
  height: 43px;
  border-radius: 12px;
  background: #fff0e4;
  color: var(--public-accent);
  place-items: center;
}

.showcase-delivery div {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.showcase-delivery small {
  color: #8a979c;
  font-size: 0.66rem;
}

.showcase-delivery strong {
  color: #263d46;
  font-size: 0.9rem;
}

.showcase-status {
  margin-left: auto;
  padding: 5px 8px;
  border-radius: 99px;
  background: #e8f5ef;
  color: #3d886f;
  font-size: 0.62rem;
}

.showcase-account {
  right: -26px;
  bottom: 0;
  width: 275px;
  padding: 18px;
  border-radius: 18px;
}

.showcase-account-head {
  display: flex;
  padding-bottom: 13px;
  border-bottom: 1px solid #e4eaeb;
  align-items: center;
  justify-content: space-between;
  color: #465b64;
  font-size: 0.78rem;
  font-weight: 700;
}

.showcase-account-head i {
  color: #3d927b;
}

.showcase-account-row {
  display: grid;
  padding-top: 15px;
  gap: 14px;
  grid-template-columns: 1fr 1fr;
}

.showcase-account-row span {
  color: #839096;
  font-size: 0.66rem;
}

.showcase-account-row b {
  display: block;
  margin-bottom: 3px;
  color: #1c3c47;
  font-size: 1.05rem;
}

.showcase-step {
  right: -8px;
  bottom: 102px;
  display: flex;
  width: 214px;
  padding: 12px 14px;
  border-radius: 14px;
  gap: 10px;
  align-items: center;
}

.showcase-step-index {
  display: grid;
  width: 31px;
  height: 31px;
  border-radius: 9px;
  background: #eaf3f3;
  color: var(--public-primary);
  font-size: 0.66rem;
  font-weight: 800;
  place-items: center;
}

.showcase-step div {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.showcase-step small {
  color: #8a979c;
  font-size: 0.58rem;
}

.showcase-step strong {
  overflow: hidden;
  color: #29414a;
  font-size: 0.76rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.showcase-step > i {
  margin-left: auto;
  color: #5b9d8b;
  font-size: 0.86rem;
}

.landing-proof {
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto 26px;
  border-top: 1px solid #dfe7e6;
  border-bottom: 1px solid #dfe7e6;
  border-right: 1px solid #dfe7e6;
  border-left: 1px solid #dfe7e6;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(38, 70, 78, 0.045);
}

.landing-compact-service {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 46px 0 0;
  border: 0;
  border-top: 1px solid #dce6e3;
  border-radius: 0;
  background: #f0f5f3;
  box-shadow: none;
}

.public-auth-page.auth-with-header {
  padding-top: 108px;
}

.public-auth-page.auth-with-header > .auth-server-location {
  top: 86px;
}

.landing-compact-service-grid {
  display: grid;
  width: min(1100px, calc(100% - 92px));
  min-height: 94px;
  margin: 0 auto;
  align-items: center;
  grid-template-columns: repeat(3, 1fr);
}

.landing-compact-service-grid > div {
  display: flex;
  min-height: 54px;
  padding: 0 28px;
  border-right: 1px solid #e3e9e8;
  gap: 13px;
  align-items: center;
}

.landing-compact-service-grid > div:last-child {
  border-right: 0;
}

.landing-compact-service-grid > div > i {
  display: grid;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #eaf3f3;
  color: var(--public-primary);
  place-items: center;
  flex: 0 0 auto;
}

.landing-compact-service-grid > div:nth-child(2) > i {
  background: #fff0e4;
  color: var(--public-accent);
}

.landing-compact-service-grid span {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.landing-compact-service-grid strong {
  color: #24404a;
  font-size: 0.84rem;
}

.landing-compact-service-grid small {
  margin-top: 4px;
  color: #879398;
  font-size: 0.69rem;
}

.landing-proof-grid {
  display: grid;
  min-height: 126px;
  gap: 24px;
  align-items: center;
  grid-template-columns: repeat(3, 1fr);
}

.landing-proof-item {
  display: flex;
  min-height: 65px;
  padding: 0 10px 0 0;
  border-right: 1px solid #e3e9e8;
  gap: 14px;
  align-items: center;
}

.landing-proof-item:last-child {
  border-right: 0;
}

.landing-proof-icon {
  display: grid;
  width: 44px;
  height: 44px;
  border-radius: 13px;
  background: #eaf3f3;
  color: var(--public-primary);
  place-items: center;
  flex: 0 0 auto;
}

.landing-proof-item:nth-child(2) .landing-proof-icon {
  background: #fff0e4;
  color: var(--public-accent);
}

.landing-proof-item > div {
  min-width: 0;
}

.landing-proof-item strong {
  color: #1d3d48;
  font-size: 0.88rem;
}

.landing-proof-item p {
  margin: 5px 0 0;
  color: #819096;
  font-size: 0.7rem;
  line-height: 1.55;
}

.landing-section {
  padding: 112px 0;
  background: #f8faf9;
}

.landing-section-heading {
  max-width: 650px;
  margin: 0 auto 50px;
  text-align: center;
}

.landing-section-heading > span,
.landing-cta > div > span {
  color: var(--public-primary);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.landing-section-heading h2,
.landing-cta h2 {
  margin: 12px 0 13px;
  color: #18323c;
  font-size: clamp(2rem, 3vw, 2.85rem);
  font-weight: 780;
  letter-spacing: -0.04em;
}

.landing-section-heading p {
  margin: 0;
  color: #77868c;
  font-size: 0.94rem;
  line-height: 1.8;
}

.landing-feature-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}

.landing-feature-card {
  position: relative;
  min-height: 315px;
  overflow: hidden;
  padding: 32px;
  border: 1px solid #e0e7e6;
  border-radius: 20px;
  background: #fff;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.landing-feature-card:hover {
  box-shadow: 0 24px 50px rgba(24, 56, 66, 0.09);
  transform: translateY(-5px);
}

.landing-feature-card::after {
  position: absolute;
  right: -45px;
  bottom: -50px;
  width: 140px;
  height: 140px;
  border: 1px solid rgba(23, 107, 135, 0.1);
  border-radius: 50%;
  content: "";
}

.landing-feature-icon {
  display: grid;
  width: 52px;
  height: 52px;
  margin-bottom: 42px;
  border-radius: 15px;
  background: #eaf3f3;
  color: var(--public-primary);
  font-size: 1.25rem;
  place-items: center;
}

.feature-card-primary .landing-feature-icon {
  background: #fff0e4;
  color: var(--public-accent);
}

.landing-feature-number {
  position: absolute;
  top: 34px;
  right: 31px;
  color: #dbe3e3;
  font-size: 0.76rem;
  font-weight: 800;
}

.landing-feature-card h3 {
  margin: 0 0 13px;
  color: #203a44;
  font-size: 1.2rem;
}

.landing-feature-card p {
  margin: 0;
  color: #77868c;
  font-size: 0.86rem;
  line-height: 1.8;
}

.feature-card-line {
  position: absolute;
  bottom: 0;
  left: 32px;
  width: 54px;
  height: 3px;
  background: var(--public-primary);
}

.feature-card-primary .feature-card-line {
  background: var(--public-accent);
}

.landing-steps-section {
  border-top: 1px solid #e1e8e7;
  background: #eef3f1;
}

.landing-steps-layout {
  display: grid;
  gap: 90px;
  align-items: center;
  grid-template-columns: 0.8fr 1.2fr;
}

.landing-section-heading-left {
  margin: 0;
  text-align: left;
}

.landing-section-heading-left a {
  display: inline-flex;
  margin-top: 25px;
  gap: 6px;
  align-items: center;
}

.landing-steps {
  position: relative;
}

.landing-steps::before {
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: 25px;
  width: 1px;
  background: #ccd9d8;
  content: "";
}

.landing-steps article {
  position: relative;
  display: flex;
  padding: 19px 0;
  gap: 25px;
  align-items: center;
}

.landing-steps b {
  z-index: 1;
  display: grid;
  width: 52px;
  height: 52px;
  border: 7px solid #eef3f1;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 7px 18px rgba(23, 63, 73, 0.1);
  color: var(--public-primary);
  font-size: 0.84rem;
  place-items: center;
  flex: 0 0 auto;
}

.landing-steps h3 {
  margin: 0 0 5px;
  color: #28434c;
  font-size: 1rem;
}

.landing-steps p {
  margin: 0;
  color: #7d898e;
  font-size: 0.83rem;
}

.landing-cta-section {
  padding: 78px 0;
  background: #143f4e;
}

.landing-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.landing-cta > div > span {
  color: #f1ae70;
}

.landing-cta h2 {
  margin-bottom: 0;
  color: #fff;
}

.landing-btn-light {
  background: #fff;
  color: #174250 !important;
}

.landing-btn-outline-light {
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff !important;
}

.landing-footer {
  padding: 34px 0;
  background: #102f3a;
  color: rgba(255, 255, 255, 0.55);
}

.landing-footer .landing-container {
  display: flex;
  gap: 24px;
  align-items: center;
}

.landing-footer-brand {
  display: flex;
  gap: 9px;
  align-items: center;
  color: #fff;
}

.landing-footer-brand img {
  width: 30px;
  height: 30px;
  border-radius: 8px;
}

.landing-footer p {
  margin: 0 auto 0 0;
  font-size: 0.75rem;
}

.landing-footer > .landing-container > span {
  font-size: 0.72rem;
}

@media (max-width: 1000px) {
  .landing-links {
    display: none;
  }

  .landing-actions {
    margin-left: auto;
  }

  .landing-hero-grid {
    gap: 58px;
    grid-template-columns: minmax(0, 0.9fr) minmax(390px, 0.85fr);
  }

  .showcase-delivery {
    left: -18px;
  }

  .showcase-account {
    right: -8px;
  }
}

@media (max-width: 1120px) {
  .landing-links {
    display: none;
  }
}

@media (max-width: 820px) {
  .landing-hero {
    width: min(100% - 28px, 1320px);
    margin-top: 96px;
    padding-top: 64px;
    border-radius: 26px;
  }

  .landing-hero-grid {
    display: block;
    width: min(100% - 48px, 660px);
  }

  .landing-copy {
    max-width: 660px;
    margin: 0 auto;
    text-align: center;
  }

  .landing-eyebrow,
  .landing-hero-actions,
  .landing-assurances,
  .landing-hero-meta {
    justify-content: center;
  }

  .landing-copy > p {
    margin-right: auto;
    margin-left: auto;
  }

  .landing-hero-meta {
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }

  .landing-showcase {
    width: min(520px, 100%);
    min-height: 520px;
    margin: 55px auto 0;
  }

  .landing-feature-grid,
  .landing-steps-layout {
    grid-template-columns: 1fr;
  }

  .landing-steps-layout {
    gap: 45px;
  }

  .landing-section-heading-left {
    text-align: center;
  }

  .landing-proof-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .landing-proof-grid > div {
    margin: 15px 0;
  }

  .landing-proof-grid > div:nth-child(2) {
    border-right: 0;
  }

  .landing-compact-service {
    width: 100%;
    margin-top: 42px;
  }

  .landing-compact-service-grid {
    width: min(100% - 48px, 660px);
    grid-template-columns: 1fr;
  }

  .landing-compact-service-grid > div {
    min-height: 76px;
    border-right: 0;
    border-bottom: 1px solid #e3e9e8;
  }

  .landing-compact-service-grid > div:last-child {
    border-bottom: 0;
  }

  .landing-cta {
    gap: 32px;
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .landing-container,
  .landing-nav-shell {
    width: min(100% - 28px, 1180px);
  }

  .landing-header {
    padding: 10px 0;
  }

  .landing-nav-shell {
    min-height: 58px;
    padding-left: 10px;
    border-radius: 15px;
  }

  .landing-logo {
    min-width: 0;
  }

  .landing-logo img {
    width: 34px;
    height: 34px;
  }

  .landing-logo span {
    display: none;
  }

  .landing-actions .landing-btn {
    min-height: 40px;
    padding: 0 13px;
  }

  .landing-actions .landing-purchase-action {
    width: 40px;
    min-width: 40px;
    padding: 0;
  }

  .landing-purchase-action > span {
    display: none;
  }

  .landing-actions .landing-btn-header {
    width: 82px;
    min-width: 82px;
    padding: 0 10px;
  }

  .landing-hero {
    width: min(100% - 28px, 1320px);
    min-height: auto;
    margin-top: 86px;
    padding: 50px 0 42px;
    border-radius: 22px;
  }

  .landing-hero-grid {
    width: min(100% - 34px, 660px);
  }

  .landing-copy h1 {
    font-size: 2.55rem;
  }

  .landing-copy > p {
    margin: 21px 0 26px;
    font-size: 0.92rem;
  }

  .landing-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .landing-assurances {
    gap: 9px 16px;
  }

  .landing-hero-meta {
    width: 100%;
    justify-content: space-between;
  }

  .landing-hero-meta > div,
  .landing-hero-meta > div:last-child {
    min-width: 0;
    padding-right: 10px;
    margin-right: 10px;
  }

  .landing-showcase {
    min-height: 420px;
    margin-top: 44px;
  }

  .showcase-photo {
    left: 0;
    border-radius: 22px 58px 22px 22px;
  }

  .showcase-delivery {
    top: 68px;
    left: -5px;
    width: 226px;
  }

  .showcase-account {
    right: -4px;
    width: 245px;
  }

  .showcase-step {
    right: 4px;
    bottom: 92px;
    width: 194px;
  }

  .showcase-caption {
    right: 24px;
    bottom: 28px;
    left: 24px;
  }

  .showcase-caption strong {
    font-size: 1.25rem;
  }

  .landing-proof-grid {
    padding: 12px 0;
  }

  .landing-proof-grid > div {
    min-height: 58px;
    padding: 0 13px;
  }

  .landing-proof-grid > div:first-child {
    padding-left: 13px;
  }

  .landing-proof-grid > div:nth-child(3),
  .landing-proof-grid > div:nth-child(4) {
    border-top: 1px solid #e3e9e8;
  }

  .landing-compact-service-grid > div {
    padding: 0 18px;
  }

  .landing-compact-service-grid {
    width: min(100% - 34px, 660px);
  }

  .landing-section {
    padding: 78px 0;
  }

  .landing-section-heading {
    margin-bottom: 34px;
  }

  .landing-feature-grid {
    gap: 14px;
  }

  .landing-feature-card {
    min-height: 270px;
    padding: 26px;
  }

  .landing-feature-icon {
    margin-bottom: 32px;
  }

  .landing-cta-section {
    padding: 60px 0;
  }

  .landing-cta-actions {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
  }

  .landing-footer .landing-container {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .landing-footer p {
    margin: 0;
  }
}

@media (max-width: 940px) {
  .public-home {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.9fr);
  }

  .public-home .public-visual {
    padding-right: 48px;
    padding-left: 48px;
  }

  .public-home .public-brand {
    left: 48px;
  }

  .public-feature-row {
    grid-template-columns: 1fr;
  }

  .public-feature {
    display: grid;
    gap: 3px 10px;
    grid-template-columns: 25px 1fr;
  }

  .public-feature i {
    margin: 0;
    grid-row: 1 / span 2;
  }
}

/* Dual-product landing page */
.landing-logo-products {
  display: inline-flex;
  max-width: none !important;
  gap: 10px;
  align-items: center;
  overflow: visible !important;
}

.landing-logo-products strong {
  font-weight: 800;
}

.landing-logo-products i {
  width: 1px;
  height: 20px;
  background: #aebec1;
}

.landing-logo-products small {
  color: #66777d;
  font-size: 0.68em;
}

.landing-logo img.landing-carvas-logo {
  width: 104px;
  height: auto;
  border-radius: 0;
  object-fit: contain;
}

.landing-carvas-lockup,
.public-carvas-lockup {
  display: inline-flex;
  gap: 5px;
  align-items: flex-end;
}

.landing-carvas-lockup small,
.public-carvas-lockup small {
  color: #e96f4b;
  font-size: 0.65rem;
  font-weight: 800;
  line-height: 1.3;
}

.dual-product-hero {
  position: relative;
  width: min(1500px, calc(100% - 48px));
  height: min(820px, calc(100svh - 98px));
  min-height: 720px;
  margin: 94px auto 0;
  overflow: hidden;
  border: 1px solid rgba(194, 215, 222, 0.28);
  border-radius: 32px;
  background: #152b34;
  box-shadow: 0 24px 70px rgba(21, 43, 52, 0.16);
  color: #fff;
}

.dual-product-media,
.dual-product-image,
.dual-product-shade {
  position: absolute;
  inset: 0;
}

.dual-product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.025);
  transition: opacity 0.7s ease, transform 7s ease;
}

.dual-product-image.is-active {
  opacity: 1;
  transform: scale(1);
}

.dual-product-image[data-product-image="onestrm"] {
  object-position: 64% center;
}

.dual-product-image[data-product-image="carvas"] {
  object-position: center center;
}

.dual-product-shade {
  z-index: 1;
  background: linear-gradient(90deg, rgba(7, 19, 25, 0.91) 0%, rgba(7, 19, 25, 0.7) 38%, rgba(7, 19, 25, 0.18) 70%, rgba(7, 19, 25, 0.3) 100%), linear-gradient(180deg, rgba(7, 19, 25, 0.14), rgba(7, 19, 25, 0.46));
  transition: background 0.35s ease;
}

.dual-product-hero[data-product="carvas"] .dual-product-shade {
  background: linear-gradient(90deg, rgba(5, 15, 33, 0.89) 0%, rgba(5, 15, 33, 0.69) 43%, rgba(5, 15, 33, 0.12) 78%, rgba(5, 15, 33, 0.2) 100%);
}

.dual-product-inner {
  position: relative;
  z-index: 2;
  display: flex;
  width: min(1320px, calc(100% - 110px));
  min-height: inherit;
  margin: 0 auto;
  padding: 48px 0 58px;
  flex-direction: column;
}

.dual-product-topline {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  justify-content: space-between;
}

.dual-product-tabs {
  display: inline-grid;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 20px;
  grid-template-columns: repeat(2, minmax(250px, 1fr));
  background: rgba(7, 22, 28, 0.58);
  backdrop-filter: blur(16px);
}

.dual-product-tabs button {
  display: flex;
  min-width: 0;
  min-height: 82px;
  padding: 12px 20px;
  border: 0;
  border-radius: 14px;
  gap: 14px;
  align-items: center;
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  text-align: left;
  transition: color 0.2s ease, background 0.2s ease;
}

.dual-product-tabs button.is-active {
  background: rgba(255, 255, 255, 0.94);
  color: #162d36;
}

.dual-product-tabs button:not(.is-active):hover {
  background: rgba(255, 255, 255, 0.08);
}

.dual-product-tabs img,
.dual-product-tabs button > i {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
}

.carvas-tab-images {
  position: relative;
  display: block !important;
  width: 128px;
  height: 42px;
  flex: 0 0 128px;
}

.dual-product-tabs img.carvas-tab-logo {
  position: absolute;
  top: 50%;
  left: 0;
  width: 128px;
  height: auto;
  border-radius: 0;
  transform: translateY(-50%);
  transition: opacity 0.2s ease;
}

.dual-product-tabs .carvas-tab-logo-dark {
  opacity: 0;
}

.dual-product-tabs .carvas-tab-logo-light {
  opacity: 1;
}

.dual-product-tabs button.is-active .carvas-tab-logo-dark {
  opacity: 1;
}

.dual-product-tabs button.is-active .carvas-tab-logo-light {
  opacity: 0;
}

.dual-product-tabs img {
  border-radius: 7px;
  object-fit: contain;
}

.dual-product-tabs button > i {
  display: grid;
  border-radius: 7px;
  background: #ec714c;
  color: #fff;
  font-size: 1.15rem;
  place-items: center;
}

.dual-product-tabs span,
.dual-account-note span {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.dual-product-tabs strong {
  font-size: 1.03rem;
  line-height: 1.25;
}

.dual-product-tabs strong b {
  color: #df6544;
  font-size: 0.72rem;
  font-weight: 700;
}

.dual-product-tabs small {
  margin-top: 5px;
  font-size: 0.72rem;
  font-weight: 500;
  opacity: 0.72;
}

.dual-account-note {
  display: flex;
  padding: 16px 20px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 18px;
  gap: 13px;
  align-items: center;
  background: rgba(7, 22, 28, 0.42);
  backdrop-filter: blur(14px);
}

.dual-account-note > i {
  color: #71d5ad;
  font-size: 1.35rem;
}

.dual-account-note strong {
  font-size: 0.9rem;
}

.dual-account-note small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.72rem;
}

.dual-product-panels {
  display: flex;
  min-height: 0;
  align-items: flex-end;
  flex: 1;
}

.dual-product-copy {
  width: min(760px, 72%);
  margin-top: auto;
  margin-bottom: 38px;
  animation: dual-copy-in 0.42s ease both;
}

.dual-product-copy[hidden] {
  display: none;
}

@keyframes dual-copy-in {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

.dual-product-kicker {
  display: block;
  margin-bottom: 13px;
  color: #f1ae7e;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0;
}

.dual-product-copy h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(5rem, 8.5vw, 8rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  text-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
}

.dual-product-copy h1 em {
  margin-left: 8px;
  color: #ffb183;
  font-size: 0.35em;
  font-style: normal;
  vertical-align: middle;
}

.dual-product-copy > p {
  max-width: 610px;
  margin: 27px 0 28px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.1rem;
  line-height: 1.9;
}

.dual-product-features {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
}

.dual-product-features span {
  display: inline-flex;
  min-height: 42px;
  padding: 0 15px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 10px;
  gap: 8px;
  align-items: center;
  background: rgba(7, 22, 28, 0.35);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.82rem;
  backdrop-filter: blur(10px);
}

.dual-product-features i {
  color: #75d4b2;
}

.dual-product-actions {
  display: flex;
  margin-top: 36px;
  gap: 10px;
  align-items: center;
}

.dual-product-actions .landing-btn-light {
  border-color: #fff;
  background: #fff;
  color: #173642 !important;
}

.dual-product-actions .landing-btn-outline-light {
  background: rgba(5, 18, 24, 0.24);
}

.dual-product-actions .landing-btn {
  min-height: 56px;
  padding: 0 24px;
  border-radius: 14px;
  font-size: 0.98rem;
}

.dual-product-copy.carvas-product-copy {
  display: flex;
  width: 100%;
  margin-top: 0;
  margin-bottom: 34px;
  padding: 0;
  border: 0;
  align-self: stretch;
  align-items: stretch;
  flex-direction: column;
  justify-content: space-between;
  background: none;
}

.dual-product-copy.carvas-product-copy[hidden] {
  display: none;
}

.carvas-journey-slogan {
  display: flex;
  width: min(760px, 70%);
  margin-top: 48px;
  flex-direction: column;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
}

.carvas-journey-slogan > span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 17px;
  gap: 9px;
  align-items: center;
  color: #ffb17d;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.carvas-journey-slogan strong {
  color: #fff;
  font-size: clamp(2.5rem, 4.3vw, 4.4rem);
  font-weight: 760;
  line-height: 1.22;
  letter-spacing: -0.04em;
}

.carvas-product-dock {
  display: grid;
  width: 100%;
  padding: 23px 28px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 3px solid #ff9567;
  border-radius: 18px;
  gap: 40px;
  align-items: center;
  grid-template-columns: 270px minmax(280px, 1fr) auto;
  background: rgba(6, 20, 28, 0.76);
  backdrop-filter: blur(12px);
}

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

.carvas-dock-brand > img {
  width: 170px;
  height: auto;
  object-fit: contain;
}

.carvas-dock-brand > span {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.carvas-dock-brand strong {
  color: #ffac78;
  font-size: 0.94rem;
  font-weight: 800;
}

.carvas-dock-brand small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.61rem;
  white-space: nowrap;
}

.carvas-product-dock > p {
  max-width: none;
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.94rem;
  line-height: 1.8;
}

.carvas-product-actions {
  display: flex;
  gap: 14px;
  align-items: center;
}

.carvas-guide-link {
  display: inline-flex;
  min-height: 43px;
  gap: 7px;
  align-items: center;
  color: #fff !important;
  font-size: 0.78rem;
  text-decoration: underline !important;
  text-underline-offset: 5px;
}

.carvas-product-actions .landing-btn {
  min-height: 50px;
  padding: 0 20px;
  border-radius: 12px;
}

.dual-product-progress {
  display: grid;
  width: 120px;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
}

.dual-product-progress span {
  height: 4px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.3);
}

.dual-product-hero[data-product="onestrm"] .dual-product-progress span:first-child,
.dual-product-hero[data-product="carvas"] .dual-product-progress span:last-child {
  background: #fff;
}

.dual-service-band {
  border-top: 1px solid #dce4e3;
  background: #edf3f1;
}

.dual-service-band .landing-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dual-service-band .landing-container > div {
  display: flex;
  min-height: 118px;
  padding: 24px 30px;
  border-right: 1px solid #d7e1df;
  gap: 13px;
  align-items: center;
}

.dual-service-band .landing-container > div:last-child {
  border-right: 0;
}

.dual-service-band i {
  color: #23778b;
  font-size: 1.35rem;
}

.dual-service-band span {
  display: flex;
  flex-direction: column;
}

.dual-service-band strong {
  color: #243c45;
  font-size: 0.86rem;
}

.dual-service-band small {
  margin-top: 4px;
  color: #7b898e;
  font-size: 0.69rem;
}

.dual-footer {
  background: #142a32;
}

/* Authentication pages use configured hero images 2..n as a slideshow. */
.public-visual-carousel {
  background: #15313d;
}

.public-visual-carousel::before,
.public-visual-carousel::after {
  display: none;
}

.public-visual-slides,
.public-visual-slide,
.public-visual-shade {
  position: absolute;
  inset: 0;
}

.public-visual-slide {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 0.7s ease, transform 6s ease;
}

.public-visual-slide.is-active {
  opacity: 1;
  transform: scale(1.06);
}

.public-visual-shade {
  z-index: 1;
  background: linear-gradient(180deg, rgba(8, 24, 31, 0.18), rgba(8, 24, 31, 0.84));
}

.public-visual-carousel .public-brand,
.public-visual-carousel .public-visual-content,
.public-visual-dots {
  z-index: 2;
}

.public-dual-brand {
  gap: 9px;
}

.public-dual-brand > i {
  width: 1px;
  height: 23px;
  background: rgba(255, 255, 255, 0.32);
}

.public-dual-brand img.public-onestrm-brand {
  width: 42px;
  height: auto;
  border-radius: 9px;
  object-fit: contain;
}

.public-dual-brand .public-onestrm-name {
  color: #fff;
  font-size: 1.18rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
}

.public-dual-brand img.public-carvas-brand {
  width: 108px;
  height: auto;
  border-radius: 0;
  object-fit: contain;
}

.public-dual-brand .public-carvas-lockup {
  max-width: 128px;
}

.public-visual-dots {
  position: absolute;
  right: 48px;
  bottom: 42px;
  display: flex;
  gap: 7px;
}

.public-visual-dots i {
  width: 20px;
  height: 3px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.35);
  transition: background 0.25s ease, width 0.25s ease;
}

.public-visual-dots i.is-active {
  width: 36px;
  background: #fff;
}

@media (max-width: 900px) {
  .dual-product-hero {
    min-height: 720px;
  }

  .dual-product-inner {
    width: min(100% - 48px, 720px);
  }

  .dual-account-note {
    display: none;
  }

  .dual-product-copy {
    width: min(620px, 90%);
  }

  .carvas-product-dock {
    gap: 18px;
    grid-template-columns: 210px minmax(200px, 1fr);
  }

  .carvas-journey-slogan {
    width: min(620px, 90%);
  }

  .carvas-product-actions {
    grid-column: 1 / -1;
    justify-content: flex-end;
  }

}

@media (max-width: 680px) {
  .landing-logo-products {
    display: inline-flex !important;
  }

  .landing-logo-products i,
  .landing-logo img.landing-carvas-logo {
    display: none;
  }

  .dual-product-hero {
    width: 100%;
    height: 760px;
    min-height: 720px;
    margin-top: 78px;
    border-radius: 0;
  }

  .dual-product-image[data-product-image="onestrm"] {
    object-position: 68% center;
  }

  .dual-product-image[data-product-image="carvas"] {
    object-position: 62% center;
  }

  .dual-product-shade,
  .dual-product-hero[data-product="carvas"] .dual-product-shade {
    background: linear-gradient(180deg, rgba(5, 17, 23, 0.35) 0%, rgba(5, 17, 23, 0.74) 48%, rgba(5, 17, 23, 0.94) 100%);
  }

  .dual-product-inner {
    width: min(100% - 32px, 620px);
    padding: 18px 0 30px;
  }

  .dual-product-tabs {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dual-product-tabs button {
    min-height: 54px;
    padding: 7px 9px;
  }

  .dual-product-tabs img,
  .dual-product-tabs button > i {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }

  .carvas-tab-images {
    width: 74px;
    height: 26px;
    flex-basis: 74px;
  }

  .dual-product-tabs img.carvas-tab-logo {
    width: 74px;
  }

  .dual-product-tabs small {
    display: none;
  }

  .dual-product-copy {
    width: 100%;
    margin-bottom: 22px;
  }

  .dual-product-copy h1 {
    font-size: 3.35rem;
  }

  .dual-product-copy > p {
    margin: 17px 0 19px;
    font-size: 0.9rem;
    line-height: 1.7;
  }

  .dual-product-features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dual-product-features span {
    justify-content: flex-start;
  }

  .dual-product-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .dual-product-copy.carvas-product-copy {
    display: flex;
    width: 100%;
    margin-bottom: 22px;
    padding: 0;
  }

  .dual-product-copy.carvas-product-copy[hidden] {
    display: none;
  }

  .carvas-journey-slogan {
    width: 100%;
    margin-top: 25px;
  }

  .carvas-journey-slogan > span {
    margin-bottom: 10px;
    font-size: 0.62rem;
  }

  .carvas-journey-slogan strong {
    font-size: clamp(1.8rem, 9vw, 2.5rem);
  }

  .carvas-product-dock {
    padding: 14px;
    gap: 13px;
    grid-template-columns: 1fr;
  }

  .carvas-dock-brand > img {
    width: 96px;
  }

  .carvas-product-actions {
    gap: 12px;
    grid-column: auto;
    justify-content: flex-start;
  }

  .carvas-product-actions .landing-btn {
    margin-left: 0;
  }

  .dual-service-band .landing-container {
    grid-template-columns: 1fr;
  }

  .dual-service-band .landing-container > div {
    min-height: 82px;
    padding: 18px 8px;
    border-right: 0;
    border-bottom: 1px solid #d7e1df;
  }

  .dual-service-band .landing-container > div:last-child {
    border-bottom: 0;
  }

  .public-dual-brand img.public-carvas-brand {
    width: 86px;
  }

  .public-dual-brand img.public-onestrm-brand {
    width: 36px;
  }

  .public-dual-brand .public-onestrm-name {
    font-size: 1rem;
  }

  .public-visual-dots {
    right: 24px;
    bottom: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dual-product-image,
  .dual-product-copy {
    animation: none;
    transition: none;
  }
}

@media (max-width: 760px) {
  .public-home,
  .public-auth-layout {
    display: block;
  }

  .public-home .public-visual,
  .public-auth-layout .public-visual {
    min-height: 260px;
    padding: 86px 24px 28px;
    align-items: flex-end;
    background-position: center 58%;
  }

  .public-home .public-brand,
  .public-brand {
    top: 22px;
    left: 24px;
    max-width: calc(100% - 48px);
  }

  .public-visual h1,
  .public-visual h2 {
    margin-bottom: 8px;
    font-size: 2.15rem;
  }

  .public-kicker,
  .public-feature-row {
    display: none;
  }

  .public-visual-description {
    font-size: 0.88rem;
    line-height: 1.6;
  }

  .public-form-pane,
  .public-auth-layout .public-form-pane {
    padding: 38px 24px 44px;
  }

  .public-home .public-form-pane {
    min-height: calc(100vh - 260px);
    padding-top: 72px;
  }

  .public-nav {
    top: 278px;
    right: 24px;
  }

  .auth-server-location {
    top: 218px;
    right: 16px;
    max-width: calc(100vw - 32px);
  }

  .public-auth-page {
    display: block;
    padding: 0;
  }

  .public-auth-layout {
    min-height: 100vh;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .public-auth-layout .auth-server-location {
    top: 218px;
  }

  .public-auth-page > .auth-server-location {
    top: 218px;
  }
}

@media (max-width: 440px) {
  .landing-logo-products {
    display: none !important;
  }

  .public-form .captcha-group {
    flex-direction: column;
  }

  .public-form .captcha-group .btn {
    width: 100%;
  }

  .public-form-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 11px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .public-page * {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
