@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

body.wotget-owners-page {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: var(--wotget-text);
  background: var(--wotget-white);
  overflow-x: hidden;
}

body.wotget-owners-page #page,
body.wotget-owners-page .site-content,
body.wotget-owners-page .ast-container {
  max-width: none;
  padding: 0;
  margin: 0;
}

.wotget-owners__sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.wotget-owners {
  width: 100%;
  min-height: 100vh;
  box-sizing: border-box;
}

.wotget-owners__wrap {
  width: min(100% - 4rem, 72rem);
  margin-inline: auto;
  box-sizing: border-box;
}

.wotget-owners__glyph {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  color: var(--wotget-state);
}

.wotget-owners__glyph * {
  vector-effect: non-scaling-stroke;
}

.wotget-owners__header {
  width: 100%;
  background: var(--wotget-white);
  border-bottom: 1px solid var(--wotget-border);
}

.wotget-owners__header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 5.25rem;
  padding: 0.85rem 0;
}

.wotget-owners__logo-link {
  display: inline-flex;
  flex-shrink: 0;
}

.wotget-owners .wotget-logo {
  display: block;
  width: auto;
  height: auto;
  max-width: 13.75rem;
  max-height: 3.75rem;
  object-fit: contain;
}

.wotget-owners__nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.wotget-owners__login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0 1.1rem;
  border: 1px solid var(--wotget-state);
  border-radius: 8px;
  color: var(--wotget-state);
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: var(--wotget-weight-bold);
  letter-spacing: 0.08em;
}

.wotget-owners__login:hover {
  border-color: var(--wotget-state);
  color: var(--wotget-state);
}

.wotget-owners__login:focus-visible,
.wotget-owners__cta-btn:focus-visible,
.wotget-owners__more:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px var(--wotget-state-ring);
}

.wotget-owners__hero {
  width: 100%;
  background: #fdfbf9;
  padding: 4.25rem 0 1.25rem;
  overflow: visible;
}

.wotget-owners__hero-grid {
  display: grid;
  grid-template-columns: minmax(22rem, 40rem) minmax(18rem, 1fr);
  gap: 0;
  align-items: center;
  overflow: visible;
}

.wotget-owners__hero-copy {
  position: relative;
  z-index: 2;
}

.wotget-owners__eyebrow {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  font-weight: var(--wotget-weight-bold);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--wotget-state);
}

.wotget-owners__h1 {
  margin: 0;
  font-size: clamp(2.15rem, 1.55rem + 1.6vw, 3.15rem);
  font-weight: var(--wotget-weight-bold);
  letter-spacing: -0.035em;
  line-height: 1.15;
  color: var(--wotget-text);
}

.wotget-owners__h1-subline {
  display: block;
  font-size: clamp(1.35rem, 0.95rem + 1.1vw, 2.05rem);
  letter-spacing: -0.03em;
}

@media (min-width: 768px) {
  .wotget-owners__h1-subline {
    white-space: nowrap;
  }
}

.wotget-owners__lead {
  margin: 1.15rem 0 0;
  max-width: 34rem;
  font-size: 1.0625rem;
  line-height: 1.55;
  color: var(--wotget-text-secondary);
}

.wotget-owners__values {
  margin: 2.25rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.wotget-owners__values li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.7rem;
  text-align: left;
}

.wotget-owners__values strong {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 0.6875rem;
  font-weight: var(--wotget-weight-bold);
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--wotget-text);
  white-space: nowrap;
}

.wotget-owners__values span span {
  display: block;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: var(--wotget-text-secondary);
  font-weight: 400;
}

.wotget-owners__icon-circle,
.wotget-owners__step-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: var(--wotget-state-light);
  color: var(--wotget-state);
  border-radius: 50%;
}

.wotget-owners__icon-circle {
  width: 3.5rem;
  height: 3.5rem;
}

.wotget-owners__icon-circle .wotget-owners__glyph {
  width: 1.95rem;
  height: 1.95rem;
}

.wotget-owners__hero-visual {
  position: relative;
  z-index: 1;
  min-width: 0;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: visible;
  margin-left: 0;
}

.wotget-owners__hero-visual picture {
  display: block;
  width: 100%;
}

.wotget-owners__hero-visual img {
  display: block;
  width: calc(118% + 4.5rem);
  max-width: none;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: right center;
}

.wotget-owners__how,
.wotget-owners__why,
.wotget-owners__cta {
  width: 100%;
  background: var(--wotget-white);
}

.wotget-owners__how {
  padding: 1.75rem 0 4rem;
}

.wotget-owners__h2 {
  margin: 0;
  font-size: clamp(1.5rem, 1.25rem + 0.7vw, 2rem);
  font-weight: var(--wotget-weight-bold);
  letter-spacing: -0.03em;
  text-align: center;
  color: var(--wotget-text);
}

.wotget-owners__section-lead {
  margin: 0.75rem auto 0;
  max-width: 38rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.55;
  color: var(--wotget-text-secondary);
}

.wotget-owners__steps {
  margin: 3rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  counter-reset: none;
}

.wotget-owners__steps li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: left;
  padding: 0 0.85rem;
}

.wotget-owners__step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  width: 1.42rem;
  height: 1.42rem;
  margin-bottom: 0.7rem;
  border-radius: 50%;
  background: var(--wotget-state);
  color: var(--wotget-white);
  font-size: 0.72rem;
  font-weight: var(--wotget-weight-bold);
}

.wotget-owners__step-icon {
  width: 5.15rem;
  height: 5.15rem;
  margin: 0 auto 1rem;
}

.wotget-owners__step-icon .wotget-owners__glyph {
  width: 2.2rem;
  height: 2.2rem;
}

.wotget-owners__steps li:not(:last-child)::after {
  content: '';
  position: absolute;
  top: calc(1.42rem + 0.7rem + 2.575rem);
  left: calc(50% + 2.575rem);
  width: calc(100% - 5.15rem);
  height: 12px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='12' fill='none'%3E%3Cpath d='M1 6h30' stroke='%23c5cbd3' stroke-width='1.4' stroke-dasharray='3 3' stroke-linecap='round'/%3E%3Cpath d='M29 2.8 35.5 6 29 9.2' stroke='%23c5cbd3' stroke-width='1.4' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2.75rem 12px;
}

.wotget-owners__steps strong {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 0.9375rem;
  font-weight: var(--wotget-weight-bold);
  line-height: 1.3;
}

.wotget-owners__steps li > span:last-child {
  font-size: 0.8125rem;
  line-height: 1.45;
  color: var(--wotget-text-secondary);
}

.wotget-owners__who {
  width: 100%;
  padding: 0.5rem 0 4.5rem;
  background: var(--wotget-white);
}

.wotget-owners__panel {
  padding: 3rem 2.25rem 2.5rem;
  border-radius: 20px;
  background: #f7f6f2;
}

.wotget-owners__who .wotget-owners__h2 {
  margin-bottom: 2rem;
}

.wotget-owners__who-cards {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.wotget-owners__who-cards li {
  padding: 1.5rem 1.1rem 1.5rem;
  border: 1px solid #c5cbd3;
  border-radius: 12px;
  background: var(--wotget-white);
  text-align: center;
  box-sizing: border-box;
}

.wotget-owners__card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38.333%;
  aspect-ratio: 1;
  height: auto;
  margin: 0 auto 0.95rem;
  background: none;
  border-radius: 0;
  color: var(--wotget-state);
}

.wotget-owners__card-icon picture {
  display: block;
  width: 100%;
  height: 100%;
}

.wotget-owners__card-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.wotget-owners__who-cards h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: var(--wotget-weight-bold);
  line-height: 1.3;
}

.wotget-owners__who-cards p {
  margin: 0.45rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: var(--wotget-text-secondary);
}

.wotget-owners__why {
  padding: 1rem 0 4.5rem;
}

.wotget-owners__benefits {
  margin: 2.5rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.wotget-owners__benefits li {
  padding: 0 1.25rem;
  text-align: center;
}

.wotget-owners__benefits li + li {
  border-left: 1px solid var(--wotget-border);
}

.wotget-owners__benefit-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 0.85rem;
  color: var(--wotget-state);
}

.wotget-owners__benefit-icon .wotget-owners__glyph {
  width: 1.9rem;
  height: 1.9rem;
}

.wotget-owners__benefits h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: var(--wotget-weight-bold);
  line-height: 1.3;
}

.wotget-owners__benefits p {
  margin: 0.45rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: var(--wotget-text-secondary);
}

.wotget-owners__cta {
  padding: 0 0 4.5rem;
}

.wotget-owners__cta-panel {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 1.5rem 2.25rem;
  padding: 1.25rem 3rem 1.25rem 0.5rem;
  border-radius: 24px;
  background: #f4f5ef;
  text-align: left;
  overflow: hidden;
}

.wotget-owners__cta-visual {
  min-width: 0;
}

.wotget-owners__cta-visual picture {
  display: block;
}

.wotget-owners__cta-visual img {
  display: block;
  width: 22.4rem;
  max-width: 100%;
  height: auto;
  margin-left: -0.5rem;
}

.wotget-owners__cta-copy {
  padding: 1.75rem 0;
}

.wotget-owners__cta-panel h2 {
  margin: 0;
  max-width: none;
  font-size: clamp(1.5rem, 1.25rem + 0.8vw, 2rem);
  font-weight: var(--wotget-weight-bold);
  letter-spacing: -0.03em;
  line-height: 1.25;
  white-space: nowrap;
}

.wotget-owners__cta-panel p {
  margin: 0.85rem 0 0;
  max-width: 32rem;
  font-size: 1rem;
  line-height: 1.55;
  color: var(--wotget-text-secondary);
}

.wotget-owners__cta-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1.25rem;
  margin-top: 1.5rem;
}

.wotget-owners__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0 1.5rem;
  border-radius: 8px;
  background: var(--wotget-state);
  color: var(--wotget-white);
  font-size: 0.8125rem;
  font-weight: var(--wotget-weight-bold);
  letter-spacing: 0.08em;
  text-decoration: none;
}

.wotget-owners__cta-btn:hover {
  background: var(--wotget-state-hover);
  color: var(--wotget-white);
}

.wotget-owners__more {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--wotget-state);
  font-size: 0.9375rem;
  font-weight: var(--wotget-weight-semibold);
  text-decoration: none;
}

.wotget-owners__more:hover {
  color: var(--wotget-state-hover);
  text-decoration: underline;
}

.wotget-owners__footer {
  width: 100%;
  background: #253d26;
  color: rgba(255, 255, 255, 0.88);
  padding: 2.25rem 0;
}

.wotget-owners__footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.6fr) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: center;
}

.wotget-owners__footer-brand strong {
  display: block;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.25rem;
  font-weight: var(--wotget-weight-semibold);
  letter-spacing: -0.02em;
  color: var(--wotget-white);
}

.wotget-owners__footer-brand p {
  margin: 0.35rem 0 0;
  max-width: 16rem;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.78);
}

.wotget-owners__footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem 0;
}

.wotget-owners__footer-nav a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-size: 0.8125rem;
  font-weight: 500;
}

.wotget-owners__footer-nav a:not(:last-child)::after {
  content: '|';
  margin: 0 0.7rem;
  color: rgba(255, 255, 255, 0.45);
}

.wotget-owners__footer-nav a:hover {
  color: var(--wotget-white);
  text-decoration: underline;
}

.wotget-owners__copy {
  margin: 0;
  text-align: right;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 1439px) and (min-width: 1024px) {
  .wotget-owners__wrap {
    width: min(100% - 3rem, 68rem);
  }

  .wotget-owners__hero {
    padding: 3.25rem 0 1rem;
  }

  .wotget-owners__who-cards,
  .wotget-owners__benefits,
  .wotget-owners__steps {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 1023px) and (min-width: 768px) {
  .wotget-owners__wrap {
    width: min(100% - 2.5rem, 48rem);
  }

  .wotget-owners__hero-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .wotget-owners__hero-visual {
    min-height: 0;
    justify-content: center;
    margin-left: 0;
  }

  .wotget-owners__hero-visual img {
    width: 100%;
    margin-inline: auto;
    object-position: center center;
  }

  .wotget-owners__values {
    grid-template-columns: 1fr;
    max-width: 28rem;
  }

  .wotget-owners__steps {
    grid-template-columns: 1fr 1fr;
    gap: 2rem 1rem;
  }

  .wotget-owners__steps li:not(:last-child)::after {
    display: none;
  }

  .wotget-owners__who-cards,
  .wotget-owners__benefits {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }

  .wotget-owners__benefits li + li {
    border-left: 0;
  }

  .wotget-owners__cta-panel {
    grid-template-columns: 1fr;
    padding: 1.5rem 2rem;
  }

  .wotget-owners__cta-visual img {
    width: 15.4rem;
    margin-left: 0;
    max-width: 100%;
    margin-inline: auto;
  }

  .wotget-owners__cta-panel h2 {
    white-space: normal;
  }

  .wotget-owners__footer-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .wotget-owners__footer-brand p,
  .wotget-owners__copy {
    max-width: none;
    text-align: center;
    margin-inline: auto;
  }
}

@media (max-width: 767px) {
  .wotget-owners__wrap {
    width: min(100% - 1.5rem, 40rem);
  }

  .wotget-owners__header-inner {
    min-height: 3.75rem;
  }

  .wotget-owners__nav {
    gap: 0.65rem;
  }

  .wotget-owners__hero {
    padding: 2rem 0 2.25rem;
  }

  .wotget-owners__hero-grid {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .wotget-owners__values {
    grid-template-columns: 1fr;
    margin-top: 1.5rem;
  }

  .wotget-owners__hero-visual {
    order: 2;
    min-height: 0;
    justify-content: center;
    margin-left: 0;
  }

  .wotget-owners__hero-visual img {
    width: 100%;
    object-position: center center;
  }

  .wotget-owners__how,
  .wotget-owners__who,
  .wotget-owners__why,
  .wotget-owners__cta {
    padding: 2.25rem 0;
  }

  .wotget-owners__panel,
  .wotget-owners__cta-panel {
    grid-template-columns: 1fr;
    padding: 1.75rem 1.15rem;
  }

  .wotget-owners__cta-visual img {
    width: 12.6rem;
    margin-left: 0;
    max-width: 100%;
    margin-inline: auto;
  }

  .wotget-owners__cta-panel h2 {
    white-space: normal;
  }

  .wotget-owners__steps,
  .wotget-owners__who-cards,
  .wotget-owners__benefits {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .wotget-owners__steps li:not(:last-child)::after,
  .wotget-owners__benefits li + li {
    display: none;
    border: 0;
  }

  .wotget-owners__cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .wotget-owners__more {
    display: inline-flex;
    justify-content: center;
    margin: 0;
  }

  .wotget-owners__cta-btn {
    width: 100%;
  }

  .wotget-owners__footer-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .wotget-owners__footer-nav {
    flex-direction: column;
    gap: 0.65rem;
  }

  .wotget-owners__footer-nav a:not(:last-child)::after {
    display: none;
  }

  .wotget-owners__copy,
  .wotget-owners__footer-brand p {
    text-align: center;
    margin-inline: auto;
  }
}
