:root {
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: #172033;
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 212, 102, 0.28), transparent 28rem),
    radial-gradient(circle at 86% 12%, rgba(151, 121, 255, 0.22), transparent 30rem),
    linear-gradient(180deg, #fffaf0 0%, #f6fbff 42%, #ffffff 100%);
}

a {
  color: inherit;
}

.fswg-header {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 20px 0 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.fswg-logo {
  text-decoration: none;
  font-size: 24px;
  font-weight: 950;
  letter-spacing: -0.04em;
  color: #3b1a78;
}

.fswg-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.fswg-nav a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 750;
  color: #31415f;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(74, 64, 143, 0.12);
  border-radius: 999px;
  padding: 9px 13px;
}

.fswg-page {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.fswg-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 28px;
  align-items: center;
  padding: 48px 0 36px;
}

.fswg-kicker,
.fswg-section-label {
  color: #7c3aed;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 12px;
}

.fswg-hero h1 {
  font-size: clamp(40px, 6vw, 70px);
  line-height: 0.95;
  letter-spacing: -0.07em;
  margin: 0;
  color: #141827;
}

.fswg-lead {
  margin: 22px 0 0;
  color: #34415f;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
  max-width: 720px;
}

.fswg-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 26px;
}

.fswg-actions-center {
  justify-content: center;
}

.fswg-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
  border: 1px solid transparent;
  box-shadow: 0 12px 28px rgba(35, 29, 84, 0.12);
}

.fswg-btn-primary {
  background: linear-gradient(135deg, #6d28d9, #ec4899);
  color: #ffffff;
}

.fswg-btn-secondary {
  background: rgba(255, 255, 255, 0.88);
  color: #33205f;
  border-color: rgba(109, 40, 217, 0.2);
}

.fswg-trust-line {
  margin: 16px 0 0;
  color: #5c6680;
  font-size: 14px;
  line-height: 1.5;
}

.fswg-hero-card {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(109, 40, 217, 0.14);
  border-radius: 34px;
  padding: 20px;
  box-shadow: 0 26px 70px rgba(80, 54, 153, 0.18);
}

.fswg-preview-top {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin-bottom: 14px;
}

.fswg-preview-top span {
  text-align: center;
  padding: 9px 8px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  color: #512b81;
  background: #f4eaff;
}

.fswg-word-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.fswg-word-grid span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 74px;
  border-radius: 22px;
  background: linear-gradient(135deg, #fff7d6, #fde2f3);
  color: #201331;
  font-size: 22px;
  font-weight: 950;
  box-shadow: 0 12px 28px rgba(50, 36, 84, 0.12);
}

.fswg-word-grid span:nth-child(5) {
  background: linear-gradient(135deg, #c7f9e5, #8ee7c1);
}

.fswg-preview-caption {
  margin: 16px 2px 0;
  color: #566179;
  line-height: 1.55;
  font-weight: 650;
}

.fswg-section {
  margin: 28px 0;
  padding: 34px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(74, 64, 143, 0.1);
  border-radius: 32px;
  box-shadow: 0 20px 60px rgba(35, 29, 84, 0.08);
}

.fswg-section h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.03;
  letter-spacing: -0.045em;
  color: #141827;
}

.fswg-section p {
  color: #40506d;
  font-size: 17px;
  line-height: 1.7;
}

.fswg-answer p {
  max-width: 890px;
  margin-bottom: 0;
}

.fswg-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 24px;
}

.fswg-card {
  background: linear-gradient(180deg, #ffffff, #fbf8ff);
  border: 1px solid rgba(109, 40, 217, 0.1);
  border-radius: 24px;
  padding: 20px;
}

.fswg-card h3,
.fswg-note h3,
.fswg-compare-card h3 {
  margin: 0 0 10px;
  font-size: 20px;
  letter-spacing: -0.025em;
  color: #201331;
}

.fswg-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.62;
}

.fswg-two-column {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
  gap: 24px;
}

.fswg-list-tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 22px 0 16px;
}

.fswg-tab,
.fswg-copy {
  font: inherit;
  cursor: pointer;
  border: 1px solid rgba(109, 40, 217, 0.18);
  border-radius: 999px;
  background: #ffffff;
  color: #35215f;
  padding: 10px 14px;
  font-weight: 850;
}

.fswg-tab.is-active {
  background: #6d28d9;
  color: #ffffff;
}

.fswg-word-list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  min-height: 52px;
  padding: 18px;
  border-radius: 22px;
  background: #fbf7ff;
  border: 1px solid rgba(109, 40, 217, 0.12);
}

.fswg-word-list span {
  display: inline-flex;
  padding: 9px 12px;
  border-radius: 999px;
  color: #201331;
  background: #ffffff;
  box-shadow: 0 6px 14px rgba(30, 22, 62, 0.08);
  font-weight: 900;
}

.fswg-copy {
  margin-top: 14px;
  background: #fffbeb;
}

.fswg-note {
  background: linear-gradient(135deg, #f5f0ff, #fff6df);
  border-radius: 28px;
  padding: 24px;
  align-self: stretch;
}

.fswg-text-link {
  display: inline-flex;
  margin-top: 6px;
  color: #6d28d9;
  font-weight: 950;
}

.fswg-steps {
  padding-left: 22px;
  margin: 24px 0 0;
  display: grid;
  gap: 16px;
}

.fswg-steps li {
  color: #40506d;
  font-size: 17px;
  line-height: 1.65;
}

.fswg-steps strong {
  color: #171827;
}

.fswg-compare-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 24px;
}

.fswg-compare-card {
  padding: 24px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid rgba(74, 64, 143, 0.12);
}

.fswg-compare-card-strong {
  background: linear-gradient(135deg, #effdf7, #f4ebff);
  border-color: rgba(16, 185, 129, 0.18);
}

.fswg-compare-card ul {
  margin: 12px 0 0;
  padding-left: 20px;
  color: #40506d;
  line-height: 1.85;
  font-size: 16px;
}

.fswg-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 24px;
}

.fswg-links a {
  display: flex;
  align-items: center;
  min-height: 70px;
  padding: 16px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(109, 40, 217, 0.12);
  text-decoration: none;
  color: #35215f;
  font-weight: 900;
}

.fswg-faq-list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.fswg-faq-list details {
  background: #ffffff;
  border: 1px solid rgba(109, 40, 217, 0.12);
  border-radius: 22px;
  padding: 18px 20px;
}

.fswg-faq-list summary {
  cursor: pointer;
  color: #201331;
  font-weight: 950;
  font-size: 17px;
}

.fswg-faq-list p {
  margin-bottom: 0;
  font-size: 16px;
}

.fswg-final-cta {
  margin: 36px 0 28px;
  text-align: center;
  padding: 42px 24px;
  border-radius: 34px;
  background: linear-gradient(135deg, #6d28d9, #ec4899);
  color: #ffffff;
  box-shadow: 0 26px 70px rgba(109, 40, 217, 0.24);
}

.fswg-final-cta h2 {
  margin: 0 auto;
  max-width: 820px;
  font-size: clamp(30px, 5vw, 52px);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.fswg-final-cta p {
  max-width: 720px;
  margin: 16px auto 0;
  font-size: 18px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.9);
}

.fswg-final-cta .fswg-btn-secondary {
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.36);
}

.fswg-footer {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 22px 0 34px;
  color: #5c6680;
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}

.fswg-footer p {
  flex-basis: 100%;
  margin: 0;
}

.fswg-footer a {
  color: #4a2c8f;
  font-weight: 800;
}

@media (max-width: 900px) {
  .fswg-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .fswg-nav {
    justify-content: flex-start;
  }

  .fswg-hero,
  .fswg-two-column,
  .fswg-compare-grid {
    grid-template-columns: 1fr;
  }

  .fswg-cards,
  .fswg-links {
    grid-template-columns: repeat(2, 1fr);
  }

  .fswg-hero {
    padding-top: 30px;
  }
}

@media (max-width: 560px) {
  .fswg-page,
  .fswg-header,
  .fswg-footer {
    width: min(100% - 22px, 1120px);
  }

  .fswg-nav a {
    font-size: 13px;
    padding: 8px 10px;
  }

  .fswg-hero h1 {
    font-size: 42px;
  }

  .fswg-lead {
    font-size: 17px;
  }

  .fswg-actions,
  .fswg-actions-center {
    flex-direction: column;
  }

  .fswg-btn {
    width: 100%;
  }

  .fswg-hero-card,
  .fswg-section {
    border-radius: 24px;
    padding: 20px;
  }

  .fswg-word-grid {
    gap: 7px;
  }

  .fswg-word-grid span {
    min-height: 58px;
    border-radius: 16px;
    font-size: 18px;
  }

  .fswg-cards,
  .fswg-links {
    grid-template-columns: 1fr;
  }

  .fswg-final-cta {
    border-radius: 24px;
    padding: 30px 18px;
  }
}
