:root {
  scroll-behavior: smooth;
}

html.satello-menu-open,
html.satello-menu-open body {
  overflow: hidden;
}

body.satello-standalone-page {
  margin: 0;
  background: #fff;
}

body.satello-standalone-page #wpadminbar {
  position: fixed;
}

.satello-lp,
.satello-lp *,
.satello-lp *::before,
.satello-lp *::after {
  box-sizing: border-box;
}

.satello-lp {
  --sat-primary: #042449;
  --sat-accent: #08aba8;
  --sat-dark: #021b35;
  --sat-text: #0a2b4b;
  --sat-muted: #5e7185;
  --sat-surface: #f3f9fa;
  --sat-radius: 22px;
  --sat-container: 1240px;
  --sat-primary-soft: color-mix(in srgb, var(--sat-primary), #fff 92%);
  --sat-accent-soft: color-mix(in srgb, var(--sat-accent), #fff 89%);
  --sat-accent-pale: color-mix(in srgb, var(--sat-accent), #fff 95%);
  --sat-accent-dark: color-mix(in srgb, var(--sat-accent), #002f37 32%);
  --sat-border: color-mix(in srgb, var(--sat-primary), transparent 88%);
  --sat-border-strong: color-mix(in srgb, var(--sat-primary), transparent 78%);
  --sat-shadow: 0 20px 60px rgba(4, 36, 73, 0.10);
  --sat-shadow-hover: 0 28px 80px rgba(4, 36, 73, 0.16);
  color: var(--sat-text);
  background: #fff;
  font-family: var(--sat-body-font, Arial, Helvetica, sans-serif);
  font-size: var(--sat-body-size, 16px);
  line-height: 1.65;
  overflow: clip;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.satello-lp img {
  display: block;
  max-width: 100%;
  height: auto;
}

.satello-lp a {
  color: inherit;
  text-decoration: none;
}

.satello-lp button,
.satello-lp input,
.satello-lp textarea,
.satello-lp select {
  font: inherit;
}

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

.satello-lp h1,
.satello-lp h2,
.satello-lp h3 {
  color: var(--sat-text);
  font-weight: 760;
  line-height: 1.1;
  letter-spacing: -0.034em;
}

.satello-lp h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(2.75rem, 5.2vw, 5.15rem);
}

.satello-lp h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 3.5vw, 3.45rem);
}

.satello-lp h3 {
  margin-bottom: 10px;
  font-size: 1.12rem;
  letter-spacing: -0.022em;
}

.satello-lp p:last-child {
  margin-bottom: 0;
}

.satello-skip-link {
  position: fixed;
  z-index: 999999;
  top: 10px;
  left: 10px;
  padding: 10px 16px;
  border-radius: 10px;
  background: #fff;
  color: var(--sat-dark);
  box-shadow: var(--sat-shadow);
  transform: translateY(-160%);
  transition: transform 0.2s ease;
}

.satello-skip-link:focus {
  transform: translateY(0);
}

.satello-container {
  width: min(calc(100% - 48px), var(--sat-container));
  margin-inline: auto;
}

.satello-section {
  position: relative;
  padding: clamp(78px, 8vw, 126px) 0;
}

.satello-section--compact {
  padding: clamp(64px, 6vw, 94px) 0;
}

.satello-section--surface {
  background:
    radial-gradient(circle at 8% 10%, color-mix(in srgb, var(--sat-accent), transparent 90%), transparent 29%),
    radial-gradient(circle at 92% 24%, color-mix(in srgb, var(--sat-primary), transparent 96%), transparent 26%),
    linear-gradient(180deg, var(--sat-surface), #fff 96%);
}

.satello-section-heading {
  max-width: 800px;
  margin-bottom: clamp(40px, 5vw, 66px);
}

.satello-section-heading--center {
  margin-inline: auto;
  text-align: center;
}

.satello-section-heading p,
.satello-section-heading > div {
  color: var(--sat-muted);
  font-size: clamp(1rem, 1.35vw, 1.13rem);
}

.satello-kicker,
.satello-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 14px;
  color: var(--sat-accent-dark);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.115em;
  line-height: 1.3;
  text-transform: uppercase;
}

.satello-eyebrow > span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sat-accent);
  box-shadow: 0 0 0 6px var(--sat-accent-soft);
}

.satello-kicker--light {
  color: color-mix(in srgb, var(--sat-accent), #fff 12%);
}

/* Header */
.satello-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(18px) saturate(145%);
  transition: box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.admin-bar .satello-header {
  top: 32px;
}

.satello-header.is-scrolled {
  border-color: var(--sat-border);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 38px rgba(4, 36, 73, 0.075);
}

.satello-header__inner {
  display: flex;
  min-height: 80px;
  align-items: center;
  gap: 24px;
}

.satello-brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
}

.satello-brand__image {
  width: auto;
  max-width: 188px;
  max-height: 48px;
  object-fit: contain;
}

.satello-language-switcher {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 2px;
  padding: 3px;
  border: 1px solid var(--sat-border);
  border-radius: 9px;
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 5px 14px rgba(4, 36, 73, .06);
}

.satello-language-switcher a {
  display: inline-flex;
  min-width: 29px;
  min-height: 27px;
  align-items: center;
  justify-content: center;
  padding: 3px 5px;
  border-radius: 6px;
  color: var(--sat-muted);
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .04em;
  line-height: 1;
  text-decoration: none;
}

.satello-language-switcher a:hover,
.satello-language-switcher a:focus-visible,
.satello-language-switcher a[aria-current="page"] {
  background: var(--sat-primary);
  color: #fff;
}

.satello-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2.2vw, 34px);
  margin-inline: auto;
}

.satello-navigation a {
  position: relative;
  color: var(--sat-text);
  font-size: 0.85rem;
  font-weight: 670;
  white-space: nowrap;
}

.satello-navigation a::after {
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  height: 2px;
  border-radius: 99px;
  background: var(--sat-accent);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.22s ease;
}

.satello-navigation a:hover::after,
.satello-navigation a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.satello-nav-toggle {
  display: none;
  align-items: center;
  gap: 10px;
  border: 0;
  background: transparent;
  color: var(--sat-text);
  cursor: pointer;
}

.satello-nav-toggle__label {
  font-size: 0.8rem;
  font-weight: 720;
}

.satello-nav-toggle__lines {
  display: grid;
  width: 24px;
  gap: 5px;
}

.satello-nav-toggle__lines span {
  display: block;
  height: 2px;
  border-radius: 99px;
  background: currentColor;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.satello-nav-toggle[aria-expanded="true"] .satello-nav-toggle__lines span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.satello-nav-toggle[aria-expanded="true"] .satello-nav-toggle__lines span:nth-child(2) {
  opacity: 0;
}

.satello-nav-toggle[aria-expanded="true"] .satello-nav-toggle__lines span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Buttons */
.satello-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 25px;
  border: 1px solid var(--sat-primary);
  border-radius: 12px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--sat-primary), var(--sat-accent) 7%), color-mix(in srgb, var(--sat-primary), var(--sat-accent) 34%));
  box-shadow: 0 13px 30px rgba(4, 36, 73, 0.22), 0 0 0 1px color-mix(in srgb, var(--sat-accent), transparent 84%) inset;
  color: #fff !important;
  font-size: 0.92rem;
  font-weight: 760;
  line-height: 1.2;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.satello-button > span[aria-hidden="true"] {
  font-size: 1.05em;
  transition: transform 0.2s ease;
}

.satello-button:hover,
.satello-button:focus-visible {
  box-shadow: 0 17px 38px rgba(4, 36, 73, 0.26), 0 0 0 1px color-mix(in srgb, var(--sat-accent), transparent 72%) inset;
  transform: translateY(-2px);
}

.satello-button:hover > span[aria-hidden="true"],
.satello-button:focus-visible > span[aria-hidden="true"] {
  transform: translateX(3px);
}

.satello-button:focus-visible,
.satello-text-button:focus-visible,
.satello-nav-toggle:focus-visible,
.satello-lp a:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--sat-accent), #fff 35%);
  outline-offset: 3px;
}

.satello-button--small {
  min-height: 43px;
  padding: 10px 18px;
  border-radius: 10px;
  font-size: 0.8rem;
}

.satello-button--outline {
  border-color: var(--sat-border-strong);
  background: rgba(255, 255, 255, 0.68);
  box-shadow: none;
  color: var(--sat-primary) !important;
  backdrop-filter: blur(8px);
}

.satello-button--outline:hover,
.satello-button--outline:focus-visible {
  border-color: color-mix(in srgb, var(--sat-accent), transparent 35%);
  background: var(--sat-accent-soft);
  box-shadow: none;
}

.satello-button--light {
  border-color: #fff;
  background: #fff;
  box-shadow: 0 14px 32px rgba(1, 23, 45, 0.24);
  color: var(--sat-primary) !important;
}

.satello-button--outline-light {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: none;
  color: #fff !important;
}

.satello-button--outline-light:hover,
.satello-button--outline-light:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  box-shadow: none;
}

.satello-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 33px;
}

.satello-actions--right {
  justify-content: flex-end;
  margin-top: 0;
}

/* Hero */
.satello-hero {
  min-height: 780px;
  padding-top: clamp(154px, 14vw, 194px);
  padding-bottom: 76px;
  background:
    radial-gradient(circle at 77% 15%, color-mix(in srgb, var(--sat-accent), transparent 84%), transparent 31%),
    radial-gradient(circle at 96% 54%, color-mix(in srgb, var(--sat-primary), transparent 94%), transparent 27%),
    linear-gradient(180deg, #fff 0%, #fbfefe 68%, #fff 100%);
}

.satello-hero::after {
  position: absolute;
  z-index: 0;
  right: -80px;
  bottom: 70px;
  width: 320px;
  height: 320px;
  background-image: radial-gradient(color-mix(in srgb, var(--sat-accent), transparent 56%) 1.25px, transparent 1.25px);
  background-size: 17px 17px;
  content: "";
  opacity: 0.25;
  pointer-events: none;
}

.satello-hero__orbit {
  position: absolute;
  z-index: 0;
  border: 1px solid color-mix(in srgb, var(--sat-accent), transparent 78%);
  border-radius: 50%;
  pointer-events: none;
}

.satello-hero__orbit::before,
.satello-hero__orbit::after {
  position: absolute;
  border-radius: 50%;
  background: var(--sat-accent);
  content: "";
}

.satello-hero__orbit--one {
  top: 128px;
  right: 7%;
  width: 420px;
  height: 420px;
  border-top-color: transparent;
  border-left-color: color-mix(in srgb, var(--sat-primary), transparent 72%);
  transform: rotate(18deg);
}

.satello-hero__orbit--one::before {
  top: 36px;
  right: 60px;
  width: 10px;
  height: 10px;
}

.satello-hero__orbit--one::after {
  bottom: 76px;
  left: 22px;
  width: 7px;
  height: 7px;
  background: var(--sat-primary);
}

.satello-hero__orbit--two {
  top: 230px;
  right: 15%;
  width: 245px;
  height: 245px;
  border-right-color: transparent;
  border-bottom-color: color-mix(in srgb, var(--sat-primary), transparent 72%);
}

.satello-hero__orbit--two::before {
  top: 38px;
  left: 10px;
  width: 7px;
  height: 7px;
}

.satello-hero__orbit--two::after {
  right: -5px;
  bottom: 67px;
  width: 11px;
  height: 11px;
}

.satello-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1.06fr) minmax(400px, 0.94fr);
  gap: clamp(48px, 7vw, 100px);
}

.satello-hero__content {
  max-width: 700px;
}

.satello-lead {
  max-width: 690px;
  color: var(--sat-muted);
  font-size: clamp(1.05rem, 1.4vw, 1.2rem);
}

.satello-lead p {
  margin-bottom: 0;
}

.satello-hero__visual {
  position: relative;
  min-height: 600px;
}

.satello-hero__visual-shell {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(500px, 96%);
  height: min(500px, 96%);
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 42% 58% 50% 50% / 53% 42% 58% 47%;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.88), color-mix(in srgb, var(--sat-accent), #fff 92%));
  box-shadow: 0 30px 80px rgba(4, 36, 73, 0.08), 0 0 0 12px rgba(255, 255, 255, 0.32) inset;
  transform: translate(-50%, -50%) rotate(-7deg);
}

.satello-hero__glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: radial-gradient(circle, color-mix(in srgb, var(--sat-accent), transparent 77%), transparent 68%);
  filter: blur(10px);
  transform: translate(-50%, -50%);
}

.satello-hero__phone {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: min(var(--sat-hero-image-width, 430px), 86%);
  max-height: 615px;
  filter: drop-shadow(0 38px 55px rgba(2, 27, 53, 0.24));
  object-fit: contain;
  transform: translate(-50%, -50%);
}

.satello-floating-chip {
  --sat-icon-accent: var(--sat-accent);
  position: absolute;
  z-index: 3;
  display: inline-flex;
  min-width: 138px;
  align-items: center;
  gap: 10px;
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.93);
  box-shadow: 0 17px 42px rgba(4, 36, 73, 0.13);
  color: var(--sat-primary);
  font-size: 0.79rem;
  font-weight: 740;
  backdrop-filter: blur(12px);
  animation: satello-float 5.8s ease-in-out infinite;
}

.satello-floating-chip::before {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, color-mix(in srgb, var(--sat-accent), transparent 91%), transparent 55%);
  content: "";
  pointer-events: none;
}

.satello-floating-chip .satello-icon {
  width: 23px;
  color: var(--sat-primary);
}

.satello-floating-chip--one { top: 10%; left: -2%; animation-delay: -1s; }
.satello-floating-chip--two { top: 20%; right: -4%; animation-delay: -2.4s; }
.satello-floating-chip--three { top: 47%; left: -8%; animation-delay: -3.1s; }
.satello-floating-chip--four { top: 54%; right: -5%; animation-delay: -0.5s; }
.satello-floating-chip--five { bottom: 10%; left: -2%; animation-delay: -4.1s; }

@keyframes satello-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.satello-trust-grid {
  position: relative;
  z-index: 1;
  display: grid;
  margin-top: 54px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.satello-trust-item {
  display: flex;
  min-height: 70px;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid var(--sat-border);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 8px 26px rgba(4, 36, 73, 0.045);
  color: var(--sat-text);
  font-size: 0.8rem;
  font-weight: 660;
  line-height: 1.35;
  backdrop-filter: blur(7px);
}

/* Duotone icon system */
.satello-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  overflow: visible;
}

.satello-icon__primary {
  stroke: currentColor;
}

.satello-icon__accent {
  stroke: var(--sat-icon-accent, var(--sat-accent));
}

.satello-icon__accent--light {
  stroke: #fff;
}

.satello-icon__soft {
  fill: color-mix(in srgb, var(--sat-icon-accent, var(--sat-accent)), transparent 84%);
  stroke: none;
}

.satello-icon__accent-fill {
  fill: var(--sat-icon-accent, var(--sat-accent));
  stroke: none;
}

.satello-icon-wrap {
  --sat-icon-accent: var(--sat-accent);
  display: inline-flex;
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border: 1px solid color-mix(in srgb, var(--sat-accent), transparent 76%);
  border-radius: 16px;
  background:
    linear-gradient(145deg, #fff, var(--sat-accent-soft));
  box-shadow: 0 8px 20px rgba(4, 36, 73, 0.06), 0 0 0 5px rgba(255, 255, 255, 0.56) inset;
  color: var(--sat-primary);
}

.satello-icon-wrap--plain {
  width: 39px;
  height: 39px;
  border-radius: 12px;
  background: var(--sat-accent-pale);
  box-shadow: none;
}

.satello-icon-wrap--plain .satello-icon {
  width: 21px;
  height: 21px;
}

.satello-icon-wrap--large {
  width: 70px;
  height: 70px;
  border-radius: 22px;
  box-shadow: 0 14px 32px rgba(4, 36, 73, 0.08), 0 0 0 8px rgba(255, 255, 255, 0.68) inset;
}

.satello-icon-wrap--large .satello-icon {
  width: 33px;
  height: 33px;
}

.satello-icon-wrap--soft {
  width: 62px;
  height: 62px;
  border-radius: 21px;
}

/* Benefits */
.satello-benefits-section {
  background: #fff;
}

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

.satello-benefit {
  display: flex;
  min-height: 190px;
  align-items: flex-start;
  gap: 20px;
  padding: 28px;
  border: 1px solid var(--sat-border);
  border-radius: var(--sat-radius);
  background: linear-gradient(145deg, #fff 45%, var(--sat-accent-pale));
  box-shadow: 0 13px 38px rgba(4, 36, 73, 0.055);
}

.satello-benefit h3 {
  margin-top: 4px;
}

.satello-benefit p {
  color: var(--sat-muted);
  font-size: 0.9rem;
  line-height: 1.62;
}

/* Feature cards */
.satello-feature-grid {
  display: grid;
  align-items: start;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}

.satello-card {
  position: relative;
  border: 1px solid var(--sat-border);
  border-radius: var(--sat-radius);
  background: #fff;
  box-shadow: 0 12px 36px rgba(4, 36, 73, 0.065);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.satello-card::before {
  position: absolute;
  top: -1px;
  right: 18px;
  left: 18px;
  height: 3px;
  border-radius: 0 0 8px 8px;
  background: linear-gradient(90deg, transparent, var(--sat-accent), transparent);
  content: "";
  opacity: 0;
  transform: scaleX(0.6);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.satello-card:hover {
  border-color: color-mix(in srgb, var(--sat-accent), transparent 60%);
  box-shadow: var(--sat-shadow-hover);
  transform: translateY(-7px);
}

.satello-card:hover::before {
  opacity: 1;
  transform: scaleX(1);
}

.satello-feature-card {
  min-height: 352px;
  padding: 26px 23px 23px;
  overflow: hidden;
}

.satello-feature-card::after {
  position: absolute;
  right: -42px;
  bottom: -52px;
  width: 120px;
  height: 120px;
  border: 1px solid color-mix(in srgb, var(--sat-accent), transparent 83%);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.satello-feature-card__top {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 54px;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
  gap: 10px;
}

.satello-badge {
  display: inline-flex;
  align-items: center;
  padding: 5px 9px;
  border: 1px solid color-mix(in srgb, var(--sat-accent), transparent 62%);
  border-radius: 999px;
  background: var(--sat-accent-soft);
  color: var(--sat-accent-dark);
  font-size: 0.65rem;
  font-weight: 820;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-transform: uppercase;
}

.satello-feature-card h3 {
  position: relative;
  z-index: 1;
  font-size: 1.02rem;
}

.satello-feature-card__tagline {
  position: relative;
  z-index: 1;
  margin-bottom: 9px;
  color: var(--sat-text) !important;
  font-size: 0.84rem !important;
  font-weight: 700;
  line-height: 1.42 !important;
}

.satello-feature-card p {
  position: relative;
  z-index: 1;
  color: var(--sat-muted);
  font-size: 0.8rem;
  line-height: 1.58;
}

.satello-text-button {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--sat-accent-dark);
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 790;
}

.satello-text-button__arrow {
  display: inline-flex;
  width: 23px;
  height: 23px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--sat-accent-soft);
  transition: transform 0.2s ease, background 0.2s ease;
}

.satello-feature-card.is-expanded .satello-text-button__arrow {
  transform: rotate(90deg);
}

.satello-feature-card__details {
  position: relative;
  z-index: 1;
  margin-top: 19px;
  padding-top: 19px;
  border-top: 1px solid var(--sat-border);
}

.satello-feature-card__image {
  width: 100%;
  margin-bottom: 17px;
  border: 1px solid var(--sat-border);
  border-radius: 13px;
  aspect-ratio: 16 / 10;
  box-shadow: 0 10px 28px rgba(4, 36, 73, 0.08);
  object-fit: cover;
}

.satello-feature-card__details ul {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 10px;
  list-style: none;
}

.satello-feature-card__details li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: var(--sat-muted);
  font-size: 0.76rem;
  line-height: 1.48;
}

.satello-feature-card__details li .satello-icon {
  width: 17px;
  height: 17px;
  margin-top: 1px;
  color: var(--sat-accent-dark);
}

.satello-feature-card.is-expanded {
  grid-row: span 2;
}

/* Security */
.satello-security {
  isolation: isolate;
  background:
    radial-gradient(circle at 100% 0, color-mix(in srgb, var(--sat-accent), transparent 75%), transparent 34%),
    radial-gradient(circle at 0 100%, color-mix(in srgb, var(--sat-accent), transparent 89%), transparent 31%),
    linear-gradient(135deg, var(--sat-dark), color-mix(in srgb, var(--sat-dark), var(--sat-primary) 58%));
  color: rgba(255, 255, 255, 0.78);
}

.satello-security::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 52px 52px;
  content: "";
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.76), transparent 90%);
  pointer-events: none;
}

.satello-security__orbit {
  position: absolute;
  z-index: -1;
  top: 50%;
  right: -150px;
  width: 470px;
  height: 470px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
  box-shadow: 0 0 0 65px rgba(255, 255, 255, 0.025), 0 0 0 130px rgba(255, 255, 255, 0.018);
  transform: translateY(-50%);
}

.satello-security__grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.42fr repeat(4, 1fr);
  gap: clamp(22px, 3vw, 38px);
  margin-bottom: 15pt;
}

.satello-security h2,
.satello-security h3 {
  color: #fff;
}

.satello-security__intro p,
.satello-security-card p {
  color: rgba(255, 255, 255, 0.70);
}

.satello-security__intro p {
  font-size: 0.95rem;
}

.satello-security-card {
  min-height: 238px;
  padding: 23px 21px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 19px;
  background: rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(8px);
}

.satello-security-card h3 {
  margin-top: 19px;
  font-size: 0.96rem;
}

.satello-security-card p {
  font-size: 0.8rem;
  line-height: 1.58;
}

.satello-icon-wrap--dark {
  --sat-icon-accent: color-mix(in srgb, var(--sat-accent), #fff 8%);
  border-color: color-mix(in srgb, var(--sat-accent), transparent 55%);
  background: rgba(255, 255, 255, 0.045);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12), 0 0 0 5px rgba(255, 255, 255, 0.025) inset;
  color: #fff;
}

.satello-icon-wrap--dark .satello-icon__soft {
  fill: color-mix(in srgb, var(--sat-accent), transparent 75%);
}

.satello-security__footer {
  position: relative;
  margin: 64px 0 0;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: color-mix(in srgb, var(--sat-accent), #fff 12%) !important;
  font-size: 0.92rem;
  font-weight: 700;
  text-align: center;
}

/* Audiences */
.satello-audiences-section {
  background: #fff;
}

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

.satello-audience-card {
  min-height: 276px;
  padding: 30px 23px;
  text-align: center;
}

.satello-audience-card .satello-icon-wrap {
  margin: 0 auto 23px;
}

.satello-audience-card h3 {
  font-size: 0.99rem;
}

.satello-audience-card p {
  color: var(--sat-muted);
  font-size: 0.8rem;
  line-height: 1.58;
}

/* Steps */
.satello-steps-section {
  border-top: 1px solid var(--sat-border);
  background: linear-gradient(180deg, #fff, var(--sat-surface));
}

.satello-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
}

.satello-step {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 17px;
}

.satello-step:not(:last-child)::after {
  position: absolute;
  top: 31px;
  right: -24px;
  width: 24px;
  border-top: 2px dashed color-mix(in srgb, var(--sat-accent), transparent 53%);
  content: "";
}

.satello-step__icon {
  --sat-icon-accent: var(--sat-accent);
  position: relative;
  display: inline-flex;
  width: 62px;
  height: 62px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border: 1px solid color-mix(in srgb, var(--sat-accent), transparent 72%);
  border-radius: 20px;
  background: linear-gradient(145deg, #fff, var(--sat-accent-soft));
  box-shadow: 0 12px 28px rgba(4, 36, 73, 0.07);
  color: var(--sat-primary);
}

.satello-step__icon > span {
  position: absolute;
  top: -8px;
  left: -7px;
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--sat-accent-dark);
  box-shadow: 0 5px 13px rgba(4, 36, 73, 0.18);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 820;
}

.satello-step h3 {
  margin: 4px 0 8px;
  font-size: 0.95rem;
}

.satello-step p {
  color: var(--sat-muted);
  font-size: 0.79rem;
  line-height: 1.58;
}

/* Pricing */
.satello-pricing {
  border-top: 1px solid var(--sat-border);
  background: #fff;
}

.satello-pricing__grid {
  display: grid;
  align-items: stretch;
  grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(270px, 1.18fr);
  gap: 20px;
}

.satello-price-card {
  position: relative;
  overflow: hidden;
  padding: 38px 24px;
  border: 1px solid var(--sat-border);
  border-radius: var(--sat-radius);
  background: linear-gradient(145deg, #fff 42%, var(--sat-accent-pale));
  box-shadow: 0 12px 38px rgba(4, 36, 73, 0.055);
  text-align: center;
}

.satello-price-card__marker {
  display: inline-block;
  width: 46px;
  height: 5px;
  margin-bottom: 21px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--sat-primary), var(--sat-accent));
}

.satello-price-card__label {
  margin-bottom: 14px;
  color: var(--sat-text);
  font-size: 0.88rem;
  font-weight: 700;
}

.satello-price-card__value {
  margin-bottom: 9px;
  color: var(--sat-primary);
  font-size: clamp(2.15rem, 3vw, 3.05rem);
  font-weight: 820;
  letter-spacing: -0.06em;
  line-height: 1;
}

.satello-price-card__note {
  color: var(--sat-muted);
  font-size: 0.75rem;
}

.satello-pricing__note {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 28px 16px 28px 31px;
}

.satello-pricing__note p {
  margin-bottom: 21px;
  color: var(--sat-muted);
  font-size: 0.83rem;
}

/* Implementation */
.satello-implementation {
  padding-top: 66px;
  padding-bottom: 66px;
  background:
    radial-gradient(circle at 92% 12%, color-mix(in srgb, var(--sat-accent), transparent 87%), transparent 32%),
    linear-gradient(110deg, var(--sat-surface), #fff 68%);
}

.satello-implementation__grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.88fr);
  gap: clamp(48px, 7vw, 100px);
}

.satello-implementation__content {
  max-width: 720px;
}

.satello-implementation__content > div {
  color: var(--sat-muted);
}

.satello-implementation__frame {
  position: relative;
  padding: 24px;
  border: 1px solid var(--sat-border);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 24px 66px rgba(4, 36, 73, 0.10);
  backdrop-filter: blur(8px);
}

.satello-implementation__frame::before {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: var(--sat-accent-soft);
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--sat-accent), transparent 72%);
  content: "";
  transform: rotate(12deg);
}

.satello-implementation__image {
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: 340px;
  object-fit: contain;
}

/* Final CTA */
.satello-final-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(52px, 6vw, 82px) 0;
  background:
    radial-gradient(circle at 80% 0, color-mix(in srgb, var(--sat-accent), transparent 55%), transparent 31%),
    linear-gradient(115deg, var(--sat-primary), color-mix(in srgb, var(--sat-primary), var(--sat-accent) 46%));
  color: rgba(255, 255, 255, 0.83);
}

.satello-final-cta__orbit {
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 7%;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  box-shadow: 0 0 0 45px rgba(255, 255, 255, 0.04), 0 0 0 90px rgba(255, 255, 255, 0.025);
  transform: translateY(-50%);
}

.satello-final-cta__orbit::before,
.satello-final-cta__orbit::after {
  position: absolute;
  border-radius: 50%;
  background: #fff;
  content: "";
}

.satello-final-cta__orbit::before {
  top: 45px;
  left: 16px;
  width: 9px;
  height: 9px;
}

.satello-final-cta__orbit::after {
  right: 28px;
  bottom: 60px;
  width: 13px;
  height: 13px;
  background: var(--sat-accent);
}

.satello-final-cta__grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1.45fr) minmax(350px, 0.55fr);
  gap: 50px;
}

.satello-final-cta h2 {
  margin-bottom: 13px;
  color: #fff;
  font-size: clamp(1.85rem, 3vw, 3.05rem);
}

.satello-final-cta p {
  max-width: 770px;
  margin-bottom: 0;
  font-size: 0.94rem;
}

/* Footer */
.satello-footer {
  padding: 62px 0 23px;
  background: var(--sat-dark);
  color: rgba(255, 255, 255, 0.65);
}

.satello-footer__grid {
  display: grid;
  grid-template-columns: 1.65fr repeat(3, 1fr);
  gap: clamp(35px, 6vw, 90px);
}

.satello-footer__logo {
  width: auto;
  max-width: 188px;
  max-height: 52px;
  margin-bottom: 20px;
  object-fit: contain;
}

.satello-footer__brand p {
  max-width: 340px;
  font-size: 0.8rem;
}

.satello-footer__description {
  max-width: 340px;
}

.satello-footer__description p,
.satello-footer__copyright p {
  margin: 0 0 0.45em;
}

.satello-footer__description p:last-child,
.satello-footer__copyright p:last-child {
  margin-bottom: 0;
}

.satello-footer__description,
.satello-footer__description p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.8rem;
  line-height: 1.62;
}

.satello-footer h2 {
  margin-bottom: 18px;
  color: #fff;
  font-size: 0.86rem;
  letter-spacing: 0;
}

.satello-footer__grid > div:not(.satello-footer__brand) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
}

.satello-footer a {
  color: rgba(255, 255, 255, 0.67);
  font-size: 0.78rem;
  transition: color 0.2s ease;
}

.satello-footer a:hover,
.satello-footer a:focus-visible {
  color: color-mix(in srgb, var(--sat-accent), #fff 18%);
}

.satello-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
  padding-top: 21px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.satello-footer__bottom p,
.satello-footer__copyright,
.satello-footer__copyright p,
.satello-footer__bottom a {
  margin: 0;
  font-size: 0.72rem;
}

/* Reveal motion */
.satello-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.65s ease, transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.satello-reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1180px) {
  .satello-navigation { gap: 17px; }
  .satello-header__cta { display: none; }
  .satello-feature-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .satello-audience-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .satello-security__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .satello-security__intro { grid-column: 1 / -1; max-width: 730px; }
  .satello-pricing__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .satello-pricing__note { grid-column: 1 / -1; align-items: center; padding-inline: 18px; text-align: center; }
}

@media (max-width: 980px) {
  .admin-bar .satello-header { top: 32px; }
  .satello-header__inner { min-height: 72px; justify-content: flex-start; }
  .satello-language-switcher { order: 2; margin-left: auto; }
  .satello-nav-toggle { display: inline-flex; order: 3; margin-left: 0; }
  .satello-navigation {
    order: 4;
    position: fixed;
    z-index: 999;
    top: 72px;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    padding: 28px max(24px, calc((100vw - var(--sat-container)) / 2));
    background: rgba(255, 255, 255, 0.985);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 0.2s ease, transform 0.2s ease;
  }
  .admin-bar .satello-navigation { top: 104px; }
  .satello-navigation.is-open { opacity: 1; pointer-events: auto; transform: none; }
  .satello-navigation a { padding: 17px 2px; border-bottom: 1px solid var(--sat-border); font-size: 1rem; }
  .satello-navigation a::after { display: none; }
  .satello-hero__grid { grid-template-columns: 1fr; text-align: center; }
  .satello-hero__content { margin-inline: auto; }
  .satello-eyebrow { justify-content: center; }
  .satello-lead { margin-inline: auto; }
  .satello-actions { justify-content: center; }
  .satello-hero__visual { width: min(650px, 100%); margin: -20px auto 0; }
  .satello-hero__orbit--one { right: 17%; }
  .satello-hero__orbit--two { right: 30%; }
  .satello-trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .satello-benefit-grid { grid-template-columns: 1fr; max-width: 760px; margin-inline: auto; }
  .satello-benefit { min-height: auto; align-items: center; }
  .satello-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .satello-step:nth-child(2)::after { display: none; }
  .satello-implementation__grid { grid-template-columns: 1fr; }
  .satello-implementation__visual { max-width: 620px; margin-inline: auto; }
  .satello-final-cta__grid { grid-template-columns: 1fr; text-align: center; }
  .satello-final-cta p { margin-inline: auto; }
  .satello-actions--right { justify-content: center; }
  .satello-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 782px) {
  .admin-bar .satello-header { top: 46px; }
  .admin-bar .satello-navigation { top: 118px; }
}

@media (max-width: 760px) {
  .satello-container { width: min(calc(100% - 32px), var(--sat-container)); }
  .satello-section { padding: 72px 0; }
  .satello-hero { min-height: auto; padding-top: 132px; }
  .satello-lp h1 { font-size: clamp(2.45rem, 12vw, 4.1rem); }
  .satello-floating-chip--one, .satello-floating-chip--three, .satello-floating-chip--five { left: 0; }
  .satello-floating-chip--two, .satello-floating-chip--four { right: 0; }
  .satello-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .satello-audience-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .satello-security__grid { grid-template-columns: 1fr; }
  .satello-pricing__grid { grid-template-columns: 1fr; max-width: 540px; margin-inline: auto; }
  .satello-pricing__note { grid-column: auto; padding-inline: 10px; }
}

@media (max-width: 560px) {
  .satello-section-heading { margin-bottom: 38px; }
  .satello-header__inner { min-height: 66px; }
  .satello-navigation { top: 66px; }
  .admin-bar .satello-navigation { top: 112px; }
  .satello-brand__image { max-width: 158px; max-height: 42px; }
  .satello-language-switcher { padding: 2px; }
  .satello-language-switcher a { min-width: 27px; min-height: 25px; font-size: .62rem; }
  .satello-hero { padding-top: 120px; }
  .satello-actions { flex-direction: column; }
  .satello-actions .satello-button { width: 100%; }
  .satello-hero__visual { min-height: 530px; }
  .satello-hero__phone { width: min(var(--sat-hero-image-width, 430px), 84%); }
  .satello-hero__visual-shell { width: 420px; height: 420px; }
  .satello-floating-chip { min-width: 122px; padding: 10px 12px; font-size: 0.7rem; }
  .satello-floating-chip .satello-icon { width: 20px; height: 20px; }
  .satello-floating-chip--one { top: 12%; }
  .satello-floating-chip--two { top: 23%; }
  .satello-floating-chip--three { top: 51%; }
  .satello-floating-chip--four { top: 61%; }
  .satello-floating-chip--five { bottom: 8%; }
  .satello-trust-grid { grid-template-columns: 1fr; }
  .satello-feature-grid,
  .satello-audience-grid,
  .satello-steps { grid-template-columns: 1fr; }
  .satello-feature-card { min-height: auto; }
  .satello-step::after { display: none !important; }
  .satello-benefit { align-items: flex-start; padding: 24px 20px; }
  .satello-icon-wrap--large { width: 60px; height: 60px; border-radius: 18px; }
  .satello-footer__grid { grid-template-columns: 1fr; }
  .satello-footer__bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  :root { scroll-behavior: auto; }
  .satello-lp *,
  .satello-lp *::before,
  .satello-lp *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
  .satello-reveal { opacity: 1; transform: none; }
}
