/*
Theme Name: Wear in the World
Theme URI:
Author:
Description: Wear in the World landing theme.
Version: 1.1.0
Requires at least: 5.8
Requires PHP: 7.4
Text Domain: wear-in-the-world
*/

html,
body {
  margin: 0;
  padding: 0;
  background: #FFFFFF;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap');

  .witw-page,
  .witw-page * {
    box-sizing: border-box;
  }

  .witw-page {
    --purple-dark: #3C3489;
    --purple-mid: #534AB7;
    --purple-text: #7F77DD;
    --purple-light: #EEEDFE;
    --teal: #1D9E75;
    --white: #FFFFFF;
    --off-white: #F5F5F7;
    --text-primary: #1A1A1A;
    --text-muted: #888888;
    --border: #DDDDDD;

    width: 100%;
    margin: 0;
    padding: 0;
    background: var(--white);
    color: var(--text-primary);
    font-family: 'Inter', Arial, sans-serif;
    font-weight: 400;
    line-height: 1.45;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
  }

  .witw-shell {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    background: var(--white);
  }

  .witw-page a {
    color: inherit;
    text-decoration: none;
  }

  .witw-page img,
  .witw-page svg {
    display: block;
  }

  .witw-section {
    padding: 28px 20px;
  }

  .witw-navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 20px;
    border-bottom: 0.5px solid var(--border);
  }

  .witw-brand {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
  }

  .witw-logo {
    display: block;
    flex: 0 0 auto;
    background: var(--purple-dark);
    object-fit: cover;
  }

  .witw-logo-nav {
    width: 28px;
    height: 28px;
    border-radius: 8px;
  }

  .witw-logo-hero {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    margin: 0 auto;
  }

  .witw-logo-footer {
    width: 22px;
    height: 22px;
    border-radius: 6px;
  }

  .witw-brand-name {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    color: var(--text-primary);
    white-space: nowrap;
  }

  .witw-nav-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 8px 14px;
    border-radius: 20px;
    background: var(--purple-light);
    color: var(--purple-mid);
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
  }

  .witw-hero {
    text-align: center;
  }

  .witw-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 16px auto 18px;
    padding: 7px 12px;
    border-radius: 20px;
    background: var(--purple-light);
    color: var(--purple-mid);
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
  }

  .witw-badge svg {
    width: 13px;
    height: 13px;
    color: var(--purple-mid);
  }

  .witw-headline {
    max-width: 420px;
    margin: 0 auto;
    color: var(--text-primary);
    font-size: 32px;
    font-weight: 500;
    letter-spacing: -0.03em;
    line-height: 1.1;
  }

  .witw-headline span {
    color: var(--purple-mid);
  }

  .witw-hero-copy {
    max-width: 420px;
    margin: 14px auto 0;
    color: var(--text-muted);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.55;
  }

  .witw-form {
    width: 100%;
    margin: 20px auto 0;
  }

  .witw-input {
    display: block;
    width: 100%;
    height: 46px;
    margin: 0;
    padding: 0 14px;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: var(--white);
    color: var(--text-primary);
    font-family: 'Inter', Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 46px;
    outline: none;
    box-shadow: none;
  }

  .witw-input::placeholder {
    color: var(--text-muted);
    opacity: 1;
  }

  .witw-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 46px;
    margin: 10px 0 0;
    padding: 0 16px;
    border: 0;
    border-radius: 8px;
    background: var(--purple-dark);
    color: var(--purple-light);
    cursor: pointer;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    box-shadow: none;
  }

  .witw-privacy {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 12px auto 0;
    color: var(--text-muted);
    font-size: 11px;
    font-weight: 400;
    line-height: 1.2;
  }

  .witw-privacy svg {
    width: 12px;
    height: 12px;
    color: var(--text-muted);
  }

  .witw-counter {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin: 12px auto 0;
    color: var(--text-primary);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
  }

  .witw-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--teal);
  }

  .witw-eyebrow {
    margin: 0 0 8px;
    color: var(--purple-mid);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .witw-section-heading {
    margin: 0;
    color: var(--text-primary);
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1.2;
  }

  .witw-section-copy {
    margin: 10px 0 0;
    color: var(--text-muted);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.55;
  }

  .witw-feature-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 18px 0 0;
  }

  .witw-feature-card {
    display: grid;
    grid-template-columns: 36px 1fr;
    gap: 12px;
    align-items: flex-start;
    padding: 14px;
    border: 1px solid var(--border);
    border-radius: 12px;
    background: var(--white);
  }

  .witw-feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: var(--purple-light);
    color: var(--purple-dark);
  }

  .witw-feature-icon svg {
    width: 18px;
    height: 18px;
  }

  .witw-feature-title {
    margin: 0;
    color: var(--text-primary);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
  }

  .witw-feature-desc {
    margin: 4px 0 0;
    color: var(--text-muted);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.45;
  }

  .witw-pricing-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 18px 0 0;
  }

  .witw-price-card {
    position: relative;
    padding: 14px;
    border: 1px solid var(--border);
    border-radius: 12px;
    background: var(--white);
  }

  .witw-price-card-featured {
    border: 2px solid var(--purple-mid);
    padding: 13px;
  }

  .witw-best-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 10px;
    padding: 6px 10px;
    border-radius: 20px;
    background: var(--purple-light);
    color: var(--purple-dark);
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
  }

  .witw-plan-name {
    margin: 0;
    color: var(--text-primary);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25;
  }

  .witw-price-large {
    margin: 10px 0 0;
    color: var(--text-primary);
    font-size: 26px;
    font-weight: 500;
    letter-spacing: -0.03em;
    line-height: 1;
  }

  .witw-price-small {
    margin: 4px 0 0;
    color: var(--text-muted);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.35;
  }

  .witw-plan-list {
    display: grid;
    gap: 8px;
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
  }

  .witw-plan-list li {
    display: grid;
    grid-template-columns: 14px 1fr;
    gap: 7px;
    align-items: start;
    margin: 0;
    padding: 0;
    color: var(--text-primary);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.35;
  }

  .witw-check {
    color: var(--teal);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.15;
  }

  .witw-muted-x {
    color: var(--text-muted);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.15;
  }

  .witw-muted-feature {
    color: var(--text-muted);
  }

  .witw-testimonial {
    margin: 14px 0 0;
    padding: 16px;
    border-radius: 12px;
    background: var(--off-white);
  }

  .witw-quote {
    margin: 0;
    color: var(--text-primary);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.55;
  }

  .witw-attribution {
    margin: 10px 0 0;
    color: var(--text-muted);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.35;
  }

  .witw-bottom-cta {
    text-align: center;
  }

  .witw-bottom-cta .witw-section-copy {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }

  .witw-footer {
    padding: 22px 20px;
    border-top: 0.5px solid var(--border);
    text-align: center;
  }

  .witw-footer-brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }

  .witw-footer-brand span {
    color: var(--text-primary);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
  }

  .witw-footer-tagline {
    margin: 8px 0 0;
    color: var(--text-muted);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.35;
  }

  @media (max-width: 380px) {
    .witw-navbar {
      gap: 10px;
    }

    .witw-brand-name {
      font-size: 14px;
    }

    .witw-nav-pill {
      padding-left: 11px;
      padding-right: 11px;
      font-size: 12px;
    }

    .witw-headline {
      font-size: 30px;
    }

    .witw-pricing-grid {
      gap: 8px;
    }

    .witw-price-card {
      padding: 12px;
    }

    .witw-price-card-featured {
      padding: 11px;
    }
  }
