.home3-html { scroll-behavior: auto; scroll-padding-top: 4.6rem; }
.home3-body {
  --h3-blue: #1d5bb8;
  --h3-navy: #004a99;
  --h3-navy-mid: #1a5cb3;
  --h3-glass: rgba(255, 255, 255, 0.08);
  --h3-stroke: rgba(255, 255, 255, 0.16);
}
.home3-nav {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 3.8rem;
  padding: 0.55rem 1.2rem;
  background: rgba(7, 24, 51, 0.88);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
}
.home3-logo-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.2rem 0.15rem;
  border: 0;
  background: transparent;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.03em;
  text-decoration: none;
  flex-shrink: 0;
}
.home3-logo-btn:hover { color: #fff; text-decoration: none; opacity: 0.88; }
.home3-logo-btn .logo-mark { color: #fff; width: 26px; height: 26px; }
.home3-menu {
  display: none;
  gap: 1.15rem;
  margin-left: 0.4rem;
  font-size: 0.88rem;
  font-weight: 500;
}
.home3-scrolled .home3-menu {
  display: flex;
}
.home3-menu a { color: #d7e6ff; }
.home3-menu a:hover { color: #fff; text-decoration: none; }
.home3-nav-right {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-left: auto;
}
.home3-nav-right .home-tools { gap: 0.75rem; }
.home3-burger {
  display: none;
  margin-left: auto;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: transparent;
  color: #fff;
  font: inherit;
  padding: 0.4rem 0.7rem;
  cursor: pointer;
}
.home3-first {
  position: relative;
  z-index: 1;
  isolation: isolate;
  overflow: hidden;
  min-height: calc(100vh - 3.8rem);
  min-height: calc(100dvh - 3.8rem);
  display: flex;
  flex-direction: column;
  background:
    linear-gradient(180deg, rgba(7, 24, 51, 0.62) 0%, rgba(7, 24, 51, 0.72) 55%, rgba(7, 24, 51, 0.82) 100%),
    url("/static/img/home3-cta-bg.jpg") center / cover no-repeat;
}
.home3-first-shell {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  padding-top: 0.4rem;
  padding-bottom: 1rem;
  width: 100%;
  max-width: 42rem;
  position: relative;
  z-index: 1;
}
.home3-first .home3-hero-compact {
  flex: 0 1 auto;
  width: 100%;
  min-height: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  text-align: center;
}
.home3-first .home3-hero-compact .home-hero-top {
  padding: 0 0.5rem 0.85rem;
}
.home3-first .home3-hero-compact h1 {
  font-size: clamp(1.05rem, 2.2vw, 1.35rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin: 0;
  color: #fff;
  text-shadow: 0 2px 14px rgba(3, 12, 32, 0.45);
}
.home3-first .home3-hero-compact .home-hero-actions {
  padding: 0;
}
.home3-first .home-upload {
  min-height: 0;
  width: 100%;
  max-width: 36rem;
  margin: 0 auto;
  padding: 1.15rem 1.25rem;
  border-radius: 18px;
  background: rgba(7, 24, 51, 0.45);
  border-color: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(8px);
}
.home3-first .home-upload:hover {
  background: rgba(7, 24, 51, 0.55);
}
.home3-first .home-upload strong { font-size: 1.15rem; }
.home3-first .home-upload span { font-size: 0.88rem; }
.home3-upload-tagline {
  margin: 0.95rem auto 0;
  padding: 0 0.35rem;
  text-align: center;
  color: rgba(235, 242, 255, 0.9);
  font-size: 0.9rem;
  line-height: 1.45;
  max-width: 34rem;
  text-shadow: 0 1px 10px rgba(3, 12, 32, 0.4);
}
.home3-body .home-shell { padding-bottom: 0.6rem; }
.home3-first-foot {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
  padding: 0 1rem 1.15rem;
}
.home3-dock {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem 1.15rem;
  font-size: 0.88rem;
  font-weight: 500;
}
.home3-scrolled .home3-dock { visibility: hidden; pointer-events: none; }
.home3-dock a { color: #d7e6ff; }
.home3-dock a:hover { color: #fff; text-decoration: none; }
.home3-scroll {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 999px;
  color: #d7e6ff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.06);
  animation: home3-bounce 1.8s ease-in-out infinite;
}
.home3-scroll:hover { color: #fff; background: rgba(255, 255, 255, 0.12); text-decoration: none; }
.home3-scroll svg { width: 1.15rem; height: 1.15rem; }
@keyframes home3-bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(4px); }
}
.home3-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1.1rem;
  border-radius: 4px;
  font-weight: 650;
  font-size: 0.92rem;
  border: 1px solid transparent;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
  white-space: nowrap;
  text-decoration: none;
}
.home3-btn-lg { padding: 0.82rem 1.4rem; font-size: 1rem; }
.home3-btn-primary {
  background: var(--h3-blue);
  color: #fff;
}
.home3-btn-primary:hover {
  background: var(--h3-navy-mid);
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(7, 24, 51, 0.35);
  color: #fff;
  text-decoration: none;
}
.home3-btn-ghost {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.45);
}
.home3-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.16);
  transform: translateY(-2px);
  color: #fff;
  text-decoration: none;
}
.home3-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr);
  gap: 1.6rem;
  align-items: center;
  padding: 3rem 6vw 2.6rem;
  color: #eef4ff;
  position: relative;
}
.home3-hero h1 {
  margin: 0 0 0.85rem;
  font-size: clamp(1.7rem, 3.4vw, 2.55rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
  font-weight: 700;
  color: #fff;
  max-width: 18ch;
}
.home3-hero p {
  margin: 0 0 1.25rem;
  max-width: 36rem;
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(235, 242, 255, 0.8);
}
.home3-hero-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.home3-hero-art {
  min-width: 0;
  width: 100%;
  overflow-anchor: none;
}
.home3-hero-demo {
  display: block;
  width: 100%;
  height: clamp(380px, 54vh, 480px);
  border: 0;
  border-radius: 12px;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
}
.home3-oblique {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.1rem;
  margin: 0.4rem 6vw 0.2rem;
  padding: 1.35rem 0 0.6rem;
  pointer-events: none;
}
.home3-oblique-line {
  flex: 1;
  max-width: 18rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(157, 194, 255, 0.55), transparent);
}
.home3-oblique-slash {
  position: relative;
  width: 3.4rem;
  height: 3.4rem;
  flex-shrink: 0;
}
.home3-oblique-slash::before,
.home3-oblique-slash::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 3.2rem;
  border-radius: 99px;
  background: linear-gradient(180deg, transparent, #9dc2ff 18%, #fff 50%, #7eb3ff 82%, transparent);
  box-shadow: 0 0 18px rgba(126, 179, 255, 0.35);
  transform: translate(-50%, -50%) rotate(-28deg);
}
.home3-oblique-slash::after {
  width: 1px;
  height: 4.4rem;
  opacity: 0.45;
  transform: translate(-50%, -50%) rotate(-28deg) translateX(10px);
  background: linear-gradient(180deg, transparent, rgba(215, 230, 255, 0.9), transparent);
}
.home3-oblique-line:first-child {
  background: linear-gradient(90deg, transparent, rgba(157, 194, 255, 0.15), rgba(157, 194, 255, 0.65));
}
.home3-oblique-line:last-child {
  background: linear-gradient(90deg, rgba(157, 194, 255, 0.65), rgba(157, 194, 255, 0.15), transparent);
}
.home3-section {
  padding: 3.4rem 6vw 2.2rem;
  color: #eef4ff;
}
.home3-section h2 {
  margin: 0 0 1rem;
  color: #fff;
  font-size: clamp(1.45rem, 2.5vw, 2.05rem);
  letter-spacing: -0.03em;
  line-height: 1.2;
  max-width: 24ch;
}
.home3-narrow { max-width: 46rem; }
.home3-lead {
  margin: 0 0 1.6rem;
  font-size: 1.02rem;
  color: rgba(235, 242, 255, 0.8);
  max-width: 46rem;
}
.home3-compare {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1rem;
  align-items: stretch;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.home3-compare article {
  background: var(--h3-glass);
  border: 1px solid var(--h3-stroke);
  border-radius: 12px;
  padding: 1.15rem 1.2rem;
}
.home3-compare .is-after { border-color: rgba(126, 179, 255, 0.55); }
.home3-compare h3 {
  margin: 0 0 0.45rem;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9dc2ff;
}
.home3-compare .is-after h3 { color: #fff; }
.home3-compare-sub {
  margin: 0 0 0.85rem;
  font-size: 0.92rem;
  font-weight: 650;
  color: rgba(235, 242, 255, 0.92);
  line-height: 1.35;
}
.home3-compare-items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}
.home3-compare-items li {
  display: grid;
  gap: 0.2rem;
}
.home3-compare-items strong {
  font-size: 0.8rem;
  color: #d7e6ff;
}
.home3-compare-items span {
  font-size: 0.78rem;
  line-height: 1.45;
  color: rgba(235, 242, 255, 0.78);
}
.home3-compare-result {
  margin: 0.9rem 0 0;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(140, 190, 255, 0.2);
  font-size: 0.8rem;
  line-height: 1.5;
  color: rgba(235, 242, 255, 0.82);
}
.home3-compare-result strong {
  display: block;
  margin-bottom: 0.25rem;
  color: #d7e6ff;
}
.home3-compare-arrow {
  align-self: center;
  color: #9dc2ff;
  font-size: 1.5rem;
}
.home3-plans {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 1.2rem;
  max-width: 1100px;
}
.home3-plans .home3-plan {
  display: flex;
  flex-direction: column;
  background: var(--h3-glass);
  border: 1px solid var(--h3-stroke);
  border-radius: 14px;
  padding: 1.25rem 1.15rem 1.3rem;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}
.home3-plans .home3-plan:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.12);
}
.home3-plans .home3-plan.is-trial {
  border-color: rgba(126, 179, 255, 0.55);
  background: rgba(29, 91, 184, 0.22);
}
.home3-plans .home3-plan h3,
.home3-plans .home3-plan h2 {
  margin: 0 0 0.55rem;
  color: #fff;
  font-size: 1.02rem;
}
.home3-plan-price {
  margin: 0 0 0.2rem;
  color: #fff;
  font-size: clamp(1.55rem, 2.4vw, 1.9rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
}
.home3-plan-unit {
  margin: 0 0 0.75rem !important;
  color: #9dc2ff !important;
  font-size: 0.82rem !important;
  font-weight: 550;
}
.home3-plans .home3-plan > p:not(.home3-plan-price):not(.home3-plan-unit) {
  margin: 0 0 1.1rem;
  color: rgba(235, 242, 255, 0.78);
  font-size: 0.9rem;
  line-height: 1.55;
  flex: 1 1 auto;
}
.home3-plans .home3-plan .home3-btn {
  margin-top: auto;
  width: 100%;
}
.home3-cards, .home3-ethics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 1.2rem;
}
.home3-ethics { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.home3-cards article,
.home3-ethics article {
  background: var(--h3-glass);
  border: 1px solid var(--h3-stroke);
  border-radius: 12px;
  padding: 1.15rem 1.15rem 1.25rem;
  transition: transform 0.18s ease, background 0.18s ease;
}
.home3-cards article:hover,
.home3-ethics article:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.12);
}
.home3-cards svg {
  width: 28px;
  height: 28px;
  color: #9dc2ff;
  margin-bottom: 0.7rem;
}
.home3-cards h3, .home3-ethics h3 {
  margin: 0 0 0.45rem;
  color: #fff;
  font-size: 1.02rem;
}
.home3-cards p, .home3-ethics p {
  margin: 0;
  color: rgba(235, 242, 255, 0.78);
  font-size: 0.92rem;
  line-height: 1.55;
}
.home3-steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 1.6rem 0 0;
  padding: 0;
}
.home3-steps li {
  position: relative;
  padding: 0 1.3rem 0 0;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.home3-steps li.is-in { opacity: 1; transform: none; }
.home3-steps li:nth-child(2).is-in { transition-delay: 0.1s; }
.home3-steps li:nth-child(3).is-in { transition-delay: 0.2s; }
.home3-steps li:nth-child(4).is-in { transition-delay: 0.3s; }
.home3-steps li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 1.05rem;
  left: 2.7rem;
  right: 0.4rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(157, 194, 255, 0.8), rgba(157, 194, 255, 0.12));
}
.home3-steps span {
  display: inline-flex;
  width: 2.1rem;
  height: 2.1rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--h3-blue);
  color: #fff;
  font-weight: 700;
  font-size: 0.85rem;
  position: relative;
  z-index: 1;
}
.home3-steps h3 { margin: 0.85rem 0 0.35rem; color: #fff; }
.home3-steps p { margin: 0; color: rgba(235, 242, 255, 0.78); font-size: 0.92rem; padding-right: 0.5rem; }
.home3-b2b {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.6rem;
  align-items: center;
  max-width: 860px;
}
.home3-lock {
  width: 7.2rem;
  height: 7.2rem;
  border: 1px solid var(--h3-stroke);
  border-radius: 12px;
  color: #fff;
  display: grid;
  place-items: center;
  text-align: center;
  background: var(--h3-glass);
}
.home3-lock strong {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.home3-b2b p { color: rgba(235, 242, 255, 0.8); max-width: 38rem; }
.home3-section#pricing .home3-btn { margin-top: 1.4rem; }

.home3-pricing-page .home3-nav {
  /* Pricing is not the first-viewport homepage; keep top nav always visible. */
}
.home3-pricing-page.home3-body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.home3-pricing-main {
  flex: 1;
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 2.4rem 0 3rem;
}
.home3-pricing-heading {
  margin: 0 0 1.6rem;
  font-size: clamp(1.55rem, 3.2vw, 2.15rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #fff;
  font-weight: 700;
  max-width: 18ch;
}
.home3-pricing-legal {
  margin: 1.6rem 0 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.88rem;
}
.home3-pricing-legal a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
}
.home3-pricing-legal a:hover { color: #fff; text-decoration: underline; }
.home3-menu a[aria-current="page"] {
  color: #fff;
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 0.28em;
}

.home3-contact-lead {
  margin: 0 0 1.6rem;
  max-width: 36rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.05rem;
  line-height: 1.5;
}
.home3-contact-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.home3-contact-card {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1.35rem 1.3rem 1.45rem;
  border-radius: 14px;
  border: 1px solid var(--h3-stroke);
  background: rgba(7, 24, 51, 0.55);
  color: #fff;
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}
.home3-contact-card:hover {
  border-color: rgba(126, 179, 255, 0.55);
  background: rgba(13, 59, 122, 0.55);
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
}
.home3-contact-label {
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.65;
}
.home3-contact-card strong {
  font-size: 1.2rem;
  letter-spacing: -0.02em;
}
.home3-contact-card span:last-child {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.92rem;
  line-height: 1.4;
}
.home3-contact-addr {
  margin: 1.8rem 0 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9rem;
}
@media (max-width: 720px) {
  .home3-contact-cards { grid-template-columns: 1fr; }
}
.home3-cta-band {
  margin: 0.6rem 1.5rem 1.2rem;
  padding: 2.6rem 1.5rem;
  text-align: center;
  color: #fff;
  background: var(--h3-glass);
  border: 1px solid var(--h3-stroke);
  border-radius: 16px;
}
.home3-cta-band h2 {
  margin: 0 auto 1.2rem;
  max-width: 18ch;
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  letter-spacing: -0.03em;
}
.home3-foot {
  position: relative;
  z-index: 1;
  color: rgba(235, 242, 255, 0.7);
  padding: 1.4rem 1.5rem 2rem;
  font-size: 0.82rem;
}
.home3-foot-top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 0.9rem;
}
.home3-foot nav { display: flex; flex-wrap: wrap; gap: 0.9rem; }
.home3-foot a { color: #d7e6ff; }
.home3-foot a:hover { color: #fff; }
.home3-foot p { margin: 0.22rem 0; }
.home3-reveal { opacity: 0; transform: translateY(16px); transition: opacity 0.55s ease, transform 0.55s ease; }
.home3-reveal.is-in { opacity: 1; transform: none; }
@media (max-width: 1100px) {
  .home3-plans { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .home3-hero, .home3-cards, .home3-ethics, .home3-plans, .home3-steps, .home3-compare, .home3-b2b {
    grid-template-columns: 1fr;
  }
  .home3-hero h1 { max-width: none; }
  .home3-hero-art { order: 2; margin-top: 1.25rem; }
  .home3-hero-demo { height: min(420px, 70vw); }
  .home3-compare-arrow { transform: rotate(90deg); justify-self: center; }
  .home3-steps li:not(:last-child)::after { display: none; }
  .home3-steps li { padding: 0 0 1.2rem; }
  .home3-burger { display: none; }
  .home3-scrolled .home3-burger { display: inline-flex; }
  .home3-scrolled .home3-menu {
    display: none;
    position: absolute;
    top: 3.8rem;
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 0;
    margin: 0;
    background: #0a2e60;
    border-bottom: 1px solid var(--h3-stroke);
    padding: 0.35rem 0;
  }
  .home3-scrolled .home3-menu.is-open { display: flex; }
  .home3-menu a { padding: 0.7rem 1.4rem; }
  .home3-nav { flex-wrap: wrap; }
  .home3-nav-right .home-tools { display: none; }
  .home3-dock {
    gap: 0.55rem 0.9rem;
    font-size: 0.82rem;
    text-align: center;
  }
}
@media (prefers-reduced-motion: reduce) {
  .home3-html { scroll-behavior: auto; }
  .home3-reveal, .home3-steps li, .home3-btn { transition: none; transform: none; opacity: 1; }
  .home3-scroll { animation: none; }
}
