@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

body.wotget-connect-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-connect-page #page,
body.wotget-connect-page .site-content,
body.wotget-connect-page .ast-container {
  max-width: none;
  padding: 0;
  margin: 0;
}

.wotget-connect__sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.wotget-connect {
  width: 100%;
  min-height: 100vh;
  box-sizing: border-box;
}

.wotget-connect__wrap {
  width: min(100% - 4rem, 72rem);
  margin-inline: auto;
  box-sizing: border-box;
}

.wotget-connect__glyph {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  color: var(--wotget-state);
}

.wotget-connect__glyph * {
  vector-effect: non-scaling-stroke;
}

.wotget-connect__header {
  width: 100%;
  background: var(--wotget-white);
  border-bottom: 1px solid var(--wotget-border);
}

.wotget-connect__header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 5.25rem;
  padding: 0.85rem 0;
}

.wotget-connect__logo-link {
  display: inline-flex;
  flex-shrink: 0;
}

.wotget-connect .wotget-logo {
  display: block;
  width: auto;
  height: auto;
  max-width: 13.75rem;
  max-height: 3.75rem;
  object-fit: contain;
}

.wotget-connect__nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.wotget-connect__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-connect__login:hover {
  border-color: var(--wotget-state);
  color: var(--wotget-state);
}

.wotget-connect__login:focus-visible,
.wotget-connect__cta-btn:focus-visible,
.wotget-connect__more:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px var(--wotget-state-ring);
}

.wotget-connect__hero {
  width: 100%;
  background: #fbf9f8;
  padding: 3.75rem 0 2rem;
  overflow: visible;
}

.wotget-connect__hero-grid {
  display: grid;
  grid-template-columns: minmax(20rem, 34rem) minmax(18rem, 1fr);
  gap: 1.5rem 2rem;
  align-items: center;
}

.wotget-connect__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-connect__h1 {
  margin: 0;
  font-size: clamp(2rem, 1.45rem + 1.5vw, 2.85rem);
  font-weight: var(--wotget-weight-bold);
  letter-spacing: -0.035em;
  line-height: 1.18;
  color: var(--wotget-text);
}

.wotget-connect__accent {
  color: var(--wotget-state);
}

.wotget-connect__lead {
  margin: 1.15rem 0 0;
  max-width: 34rem;
  font-size: 1.0625rem;
  line-height: 1.55;
  color: var(--wotget-text-secondary);
}

.wotget-connect__bullets {
  margin: 1.75rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.85rem;
}

.wotget-connect__bullets li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.45;
  color: var(--wotget-text);
}

.wotget-connect__bullet-icon {
  flex-shrink: 0;
  width: 1.35rem;
  height: 1.35rem;
  margin-top: 0.1rem;
  color: var(--wotget-state);
}

.wotget-connect__bullet-icon .wotget-connect__glyph {
  width: 1.35rem;
  height: 1.35rem;
}

.wotget-connect__bullet-copy {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}

.wotget-connect__bullet-copy strong {
  display: block;
  font-weight: var(--wotget-weight-bold);
  color: var(--wotget-text);
}

.wotget-connect__bullet-copy > span {
  display: block;
  color: var(--wotget-text-secondary);
}

.wotget-connect__hero-visual {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wotget-connect__hero-visual picture {
  display: block;
  width: 100%;
}

.wotget-connect__hero-visual img {
  display: block;
  width: 100%;
  max-width: 36rem;
  height: auto;
  object-fit: contain;
}

.wotget-connect__how,
.wotget-connect__gets {
  width: 100%;
  background: var(--wotget-white);
}

.wotget-connect__how {
  padding: 2rem 0 3.5rem;
}

.wotget-connect__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-connect__steps {
  margin: 3rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.wotget-connect__steps li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: left;
  padding: 0 0.85rem;
}

.wotget-connect__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-connect__step-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.5rem;
  height: 4.5rem;
  margin: 0 auto 1rem;
  border-radius: 50%;
  background: var(--wotget-state-light);
  color: var(--wotget-state);
}

.wotget-connect__step-icon .wotget-connect__glyph {
  width: 2.85rem;
  height: 2.85rem;
}

.wotget-connect__steps li:not(:last-child)::after {
  content: '';
  position: absolute;
  top: calc(1.42rem + 0.7rem + 2.25rem);
  left: calc(50% + 2.25rem);
  width: calc(100% - 4.5rem);
  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-connect__steps strong {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 0.9375rem;
  font-weight: var(--wotget-weight-bold);
  line-height: 1.3;
}

.wotget-connect__steps li > span:last-child {
  font-size: 0.8125rem;
  line-height: 1.45;
  color: var(--wotget-text-secondary);
}

.wotget-connect__trial {
  width: 100%;
  padding: 0.5rem 0 3.5rem;
  background: var(--wotget-white);
}

.wotget-connect__trial-panel {
  display: grid;
  grid-template-columns: auto minmax(0, 1.35fr) minmax(14rem, 0.95fr);
  gap: 1.5rem 2rem;
  align-items: center;
  padding: 2.25rem 2.25rem;
  border-radius: 20px;
  background: #f4f5ef;
  overflow: visible;
}

.wotget-connect__trial-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  margin-top: 0;
  overflow: visible;
}

.wotget-connect__trial-visual picture {
  display: block;
}

.wotget-connect__trial-visual img {
  display: block;
  width: 9.5rem;
  height: auto;
  max-width: none;
}

.wotget-connect__trial-copy h2 {
  margin: 0;
  font-size: clamp(1.35rem, 1.15rem + 0.6vw, 1.75rem);
  font-weight: var(--wotget-weight-bold);
  letter-spacing: -0.03em;
  color: var(--wotget-text);
}

.wotget-connect__trial-copy p {
  margin: 0.75rem 0 0;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--wotget-text-secondary);
}

.wotget-connect__trial-card {
  margin: 0;
  padding: 1.25rem 1.15rem;
  list-style: none;
  border: 1px solid #d7dcd3;
  border-radius: 14px;
  background: var(--wotget-white);
  display: grid;
  gap: 0.95rem;
}

.wotget-connect__trial-card li {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  font-size: 0.875rem;
  line-height: 1.4;
  color: var(--wotget-text);
}

.wotget-connect__trial-card-icon {
  flex-shrink: 0;
  width: 1.35rem;
  height: 1.35rem;
  color: var(--wotget-state);
}

.wotget-connect__trial-card-icon .wotget-connect__glyph {
  width: 1.35rem;
  height: 1.35rem;
}

.wotget-connect__gets {
  padding: 1rem 0 3.5rem;
}

.wotget-connect__benefits {
  margin: 2.5rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem 1.5rem;
}

.wotget-connect__benefits li {
  text-align: center;
  padding: 0 0.75rem;
}

.wotget-connect__benefit-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 0.85rem;
  color: var(--wotget-state);
}

.wotget-connect__benefit-icon .wotget-connect__glyph {
  width: 2.25rem;
  height: 2.25rem;
}

.wotget-connect__benefits h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: var(--wotget-weight-bold);
  line-height: 1.3;
}

.wotget-connect__benefits p {
  margin: 0.45rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: var(--wotget-text-secondary);
}

.wotget-connect__cta {
  padding: 0 0 4.5rem;
}

.wotget-connect__cta-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
  align-items: stretch;
  gap: 0 1.25rem;
  padding: 0 0 0 2.25rem;
  border-radius: 24px;
  background: #efeeeb;
  overflow: hidden;
}

.wotget-connect__cta-copy {
  /* Image sets row height; copy fills that height without expanding it */
  height: 0;
  min-height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.7rem;
  padding: 0.75rem 0.5rem 0.75rem 0;
  position: relative;
  z-index: 1;
  background: transparent;
}

.wotget-connect__cta-panel h2 {
  margin: 0;
  font-size: clamp(1rem, 0.82rem + 0.28vw, 1.18rem);
  font-weight: var(--wotget-weight-bold);
  letter-spacing: -0.03em;
  line-height: 1.25;
  white-space: nowrap;
}

.wotget-connect__cta-panel p {
  margin: 0.65rem 0 0;
  max-width: 32rem;
  font-size: clamp(0.8125rem, 0.78rem + 0.12vw, 0.9375rem);
  line-height: 1.5;
  color: var(--wotget-text-secondary);
}

.wotget-connect__cta-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 1rem;
  margin-top: 0.15rem;
}

.wotget-connect__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.65rem;
  padding: 0 1.25rem;
  border-radius: 8px;
  background: var(--wotget-state);
  color: var(--wotget-white);
  font-size: 0.75rem;
  font-weight: var(--wotget-weight-bold);
  letter-spacing: 0.08em;
  text-decoration: none;
}

.wotget-connect__cta-btn:hover {
  background: var(--wotget-state-hover);
  color: var(--wotget-white);
}

.wotget-connect__more {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--wotget-state);
  font-size: 0.875rem;
  font-weight: var(--wotget-weight-semibold);
  text-decoration: none;
}

.wotget-connect__more:hover {
  color: var(--wotget-state-hover);
  text-decoration: underline;
}

.wotget-connect__cta-visual {
  min-width: 0;
  align-self: start;
  margin: 0;
}

.wotget-connect__cta-visual picture {
  display: block;
}

.wotget-connect__cta-visual img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
}

.wotget-connect__footer {
  width: 100%;
  background: #253d26;
  color: rgba(255, 255, 255, 0.88);
  padding: 2.25rem 0;
}

.wotget-connect__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-connect__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-connect__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-connect__footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem 0;
}

.wotget-connect__footer-nav a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-size: 0.8125rem;
  font-weight: 500;
}

.wotget-connect__footer-nav a:not(:last-child)::after {
  content: '|';
  margin: 0 0.7rem;
  color: rgba(255, 255, 255, 0.45);
}

.wotget-connect__footer-nav a:hover {
  color: var(--wotget-white);
  text-decoration: underline;
}

.wotget-connect__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-connect__wrap {
    width: min(100% - 3rem, 68rem);
  }
}

@media (max-width: 1023px) and (min-width: 768px) {
  .wotget-connect__wrap {
    width: min(100% - 2.5rem, 48rem);
  }

  .wotget-connect__hero-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .wotget-connect__hero-visual {
    justify-content: center;
  }

  .wotget-connect__steps {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem 1rem;
  }

  .wotget-connect__steps li:not(:last-child)::after {
    display: none;
  }

  .wotget-connect__trial-panel {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .wotget-connect__trial-visual img {
    margin-inline: auto;
  }

  .wotget-connect__trial-card {
    text-align: left;
  }

  .wotget-connect__benefits {
    grid-template-columns: 1fr 1fr;
  }

  .wotget-connect__cta-panel {
    grid-template-columns: 1fr;
    padding: 1.5rem 2rem;
    gap: 1.25rem;
  }

  .wotget-connect__cta-copy {
    height: auto;
    min-height: 0;
    padding: 0;
    gap: 0.85rem;
  }

  .wotget-connect__cta-panel h2 {
    white-space: normal;
    font-size: clamp(1.1rem, 1rem + 0.45vw, 1.3rem);
  }

  .wotget-connect__cta-panel p {
    font-size: 0.875rem;
  }

  .wotget-connect__cta-visual {
    align-self: stretch;
  }

  .wotget-connect__footer-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .wotget-connect__footer-brand p,
  .wotget-connect__copy {
    max-width: none;
    text-align: center;
    margin-inline: auto;
  }
}

@media (max-width: 767px) {
  .wotget-connect__wrap {
    width: min(100% - 1.5rem, 40rem);
  }

  .wotget-connect__header-inner {
    min-height: 3.75rem;
  }

  .wotget-connect__nav {
    gap: 0.65rem;
  }

  .wotget-connect__hero {
    padding: 2rem 0 2.25rem;
  }

  .wotget-connect__hero-grid {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .wotget-connect__how,
  .wotget-connect__trial,
  .wotget-connect__gets,
  .wotget-connect__cta {
    padding: 2.25rem 0;
  }

  .wotget-connect__trial-panel,
  .wotget-connect__cta-panel {
    grid-template-columns: 1fr;
    padding: 1.75rem 1.15rem;
    gap: 1.25rem;
  }

  .wotget-connect__cta-copy {
    height: auto;
    min-height: 0;
    padding: 0;
  }

  .wotget-connect__trial-visual img {
    margin-inline: auto;
  }

  .wotget-connect__steps,
  .wotget-connect__benefits {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .wotget-connect__steps li:not(:last-child)::after {
    display: none;
  }

  .wotget-connect__cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .wotget-connect__more {
    display: inline-flex;
    justify-content: center;
  }

  .wotget-connect__cta-btn {
    width: 100%;
  }

  .wotget-connect__footer-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .wotget-connect__footer-nav {
    flex-direction: column;
    gap: 0.65rem;
  }

  .wotget-connect__footer-nav a:not(:last-child)::after {
    display: none;
  }

  .wotget-connect__copy {
    text-align: center;
  }
}
