.w2-hero {
  position: relative;
  padding: 4.75rem 0 3.4rem;
  overflow: hidden;
}

.w2-hero__art {
  position: absolute;
  left: 50%;
  top: -12%;
  width: min(1400px, 160%);
  height: auto;
  translate: -50% 0;
  pointer-events: none;
  color: var(--color-border);
  z-index: 0;
}

.w2-hero__orbits {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.15;
}

.w2-hero__infinity {
  fill: none;
  stroke: var(--color-accent);
  stroke-width: 2;
  opacity: 0.35;
}

.w2-hero__nodes circle {
  opacity: 0.85;
}

html[data-theme="dark"] .w2-hero__art {
  opacity: 0.7;
}

.w2-hero .w2-wrap {
  position: relative;
  z-index: 1;
}

.w2-hero h1 {
  font-size: clamp(1.5rem, 5.4vw, var(--text-display));
  line-height: 1.12;
  margin: 0 0 1rem;
  max-width: 18ch;
  font-weight: 800;
}

.w2-hero--home {
  text-align: left;
  padding: 5.25rem 0 3.6rem;
}

.w2-page .w2-hero--home h1,
.w2-page .w2-hero--home p {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.w2-hero--home .w2-hero__rule {
  margin-left: 0;
  margin-right: auto;
}

.w2-hero--home .w2-hero__actions {
  justify-content: flex-start;
}

.w2-hero--home .w2-search {
  margin-inline: 0;
}

.w2-hero h1 em {
  font-style: normal;
  color: var(--color-text);
}

.w2-hero p {
  font-size: var(--text-body-lg);
  color: var(--color-text-muted);
  max-width: 44ch;
  margin: 0 0 1.5rem;
  line-height: 1.6;
}

.w2-hero__rule {
  width: 48px;
  height: 3px;
  background: var(--color-primary);
  border: 0;
  margin: 0 0 1.1rem;
}

.w2-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 1.15rem;
}

.w2-hero .w2-search {
  max-width: 560px;
  width: 100%;
}

.w2-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.9rem;
}

.w2-hero__chips span {
  font-size: 0.75rem;
  color: var(--color-text-muted);
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 6px;
  padding: 0.28rem 0.55rem;
}

.w2-section {
  padding: 2.8rem 0;
}

.w2-section,
.w2-section h2,
.w2-lede,
.w2-card,
.w2-card__title,
.w2-card__desc,
.w2-card__hint,
.w2-intent,
.w2-intent h3,
.w2-intent p {
  text-align: left;
}

.w2-section h2 {
  font-size: clamp(1.3rem, 2.4vw, var(--text-h2));
  margin: 0 0 0.35rem;
}

.w2-section > .w2-wrap > p,
.w2-lede {
  color: var(--color-text-muted);
  margin: 0 0 1.2rem;
  max-width: 48ch;
}

.w2-values {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem 2rem;
  padding: 2rem 1.75rem;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(26, 26, 26, 0.06);
}

.w2-featured-section {
  padding-top: 0.4rem;
}

.w2-featured-panel {
  display: grid;
  grid-template-columns: minmax(15rem, 0.85fr) minmax(0, 1.65fr);
  overflow: hidden;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 16px;
  box-shadow: var(--color-mega-shadow);
}

.w2-featured-promo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.45rem;
  padding: 1.75rem 1.5rem 1.6rem;
  background: linear-gradient(165deg, var(--color-featured), var(--color-featured-2));
  color: #fff;
  text-decoration: none;
}

.w2-featured-promo .w2-kicker,
.w2-featured-promo h2,
.w2-featured-promo p {
  color: #fff;
}

.w2-featured-promo h2 {
  margin: 0;
  font-size: 1.35rem;
}

.w2-featured-promo p {
  margin: 0;
  font-size: var(--text-small);
  line-height: 1.5;
  opacity: 0.9;
}

.w2-featured-promo__cta {
  margin-top: auto;
  padding-top: 1rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.w2-featured-apps {
  padding: 1.1rem 1.2rem 1.2rem;
  min-width: 0;
}

.w2-featured-apps__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.35rem;
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-text-muted);
}

.w2-featured-apps__head a {
  color: var(--color-accent);
  text-decoration: none;
  letter-spacing: 0.04em;
}

.w2-featured-apps__head a:hover {
  color: var(--color-accent-hover);
}

.w2-app-rows {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.w2-app-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
  padding: 0.85rem 0.45rem 0.85rem 0.1rem;
  border-bottom: 1px solid var(--color-border);
  text-decoration: none;
  color: inherit;
}

.w2-app-row:hover {
  background: var(--color-surface-alt);
}

.w2-app-row__copy {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}

.w2-app-row__copy strong {
  font-size: 0.95rem;
  font-weight: 700;
}

.w2-app-row__copy small {
  color: var(--color-text-muted);
  font-size: 0.78rem;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.w2-app-row__go {
  margin-left: auto;
  color: var(--color-text-muted);
  font-size: 0.95rem;
}

.w2-band {
  text-align: center;
  padding: 4.25rem 0;
  background: var(--color-surface-alt);
}

.w2-page .w2-band h2,
.w2-page .w2-band p {
  text-align: center;
}

.w2-band h2 {
  margin: 0 0 0.35rem;
  font-size: clamp(1.45rem, 3vw, 2rem);
}

.w2-band p {
  margin: 0 0 1.25rem;
  color: var(--color-text-muted);
}

.w2-value {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 0.9rem;
  row-gap: 0.2rem;
  align-items: start;
  text-align: left;
}

.w2-value .w2-ico {
  grid-row: 1 / span 2;
}

.w2-value h3,
.w2-value p {
  text-align: left;
}

.w2-value h3 {
  margin: 0.15rem 0 0;
  font-size: 1.05rem;
}

.w2-value p {
  margin: 0;
  color: var(--color-text-muted);
  font-size: var(--text-small);
  line-height: 1.55;
}

.w2-intent {
  display: block;
  padding: 1.15rem 1.15rem 1.05rem;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  text-decoration: none;
  color: inherit;
  height: 100%;
  background: var(--color-surface);
}

.w2-intent:hover {
  border-color: var(--color-border-strong);
}

.w2-intent__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.7rem;
}

.w2-intent__index {
  display: block;
  font-size: 0.72rem;
  color: var(--color-text-muted);
}

.w2-intent h3 {
  margin: 0 0 0.3rem;
  font-size: 1.02rem;
  text-align: left;
}

.w2-intent p {
  margin: 0;
  color: var(--color-text-muted);
  font-size: var(--text-small);
  line-height: 1.5;
  text-align: left;
}

.w2-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--color-border);
  border-radius: 10px;
  background: var(--color-surface);
}

.w2-table {
  width: 100%;
  border-collapse: collapse;
}

.w2-table th,
.w2-table td {
  text-align: left;
  padding: 0.8rem 1rem;
  border-bottom: 1px solid var(--color-border);
  font-size: var(--text-small);
}

.w2-table th {
  color: var(--color-text-muted);
  font-size: 0.72rem;
  font-weight: 580;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.w2-table__tool {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 650;
}

.w2-swatch-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.w2-swatch {
  width: 112px;
  font-size: 0.75rem;
  color: var(--color-text-muted);
}

.w2-swatch i {
  display: block;
  height: 48px;
  border-radius: 8px;
  border: 1px solid var(--color-border);
  margin-bottom: 0.4rem;
}

.w2-icon-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(10.5rem, 1fr));
  gap: 0.75rem;
}

.w2-icon-gallery__item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.7rem 0.8rem;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: var(--color-surface);
  font-size: 0.82rem;
  font-weight: 650;
}

.w2-empty {
  padding: 2.5rem 1.5rem;
  text-align: center;
  color: var(--color-text-muted);
  border: 1px solid var(--color-border);
  border-radius: 10px;
  margin-top: 1.25rem;
  background: var(--color-surface);
}

.w2-type-sample h1 {
  max-width: none;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
}

@media (max-width: 700px) {
  .w2-values {
    grid-template-columns: 1fr;
    padding: 1.15rem 1rem;
  }

  .w2-hero--home {
    padding: 1.5rem 0 1.2rem;
    text-align: center;
  }

  .w2-page .w2-hero--home h1,
  .w2-page .w2-hero--home p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .w2-page .w2-hero--home h1 {
    font-size: clamp(1.55rem, 8vw, 1.9rem);
    max-width: 14ch;
    margin-bottom: 0.7rem;
  }

  .w2-page .w2-hero--home p {
    font-size: 0.95rem;
    max-width: 32ch;
    line-height: 1.5;
    margin-bottom: 1rem;
  }

  .w2-hero--home .w2-kicker {
    margin-bottom: 0.55rem;
  }

  .w2-hero--home .w2-hero__rule {
    margin: 0 auto 0.85rem;
  }

  .w2-hero--home .w2-hero__actions {
    justify-content: center;
    max-width: 22rem;
    margin-inline: auto;
  }

  .w2-hero--home .w2-search {
    margin-inline: auto;
    max-width: 22rem;
  }

  .w2-hero--home .w2-search .w2-btn {
    background: var(--color-secondary);
    color: var(--color-on-inverse);
  }

  .w2-hero--home .w2-hero__art {
    opacity: 0.45;
  }

  .w2-featured-section {
    padding-top: 0.15rem;
  }

  .w2-featured-panel {
    grid-template-columns: 1fr;
    border-radius: 14px;
  }

  .w2-featured-promo {
    padding: 1.25rem 1.15rem 1.2rem;
  }

  .w2-featured-apps {
    padding: 0.95rem 1rem 1.05rem;
  }

  .w2-app-rows {
    grid-template-columns: 1fr;
  }

  .w2-app-row {
    padding: 0.75rem 0.1rem;
  }

  .w2-popular-cards {
    display: none;
  }

  .w2-band {
    padding: 2.2rem 0 1.8rem;
  }
}

.w2-contact-intro,
.w2-about-intro {
  padding-top: 1.75rem;
  padding-bottom: 0.35rem;
}

.w2-contact-intro h1,
.w2-about-intro h1 {
  font-size: clamp(1.45rem, 3.2vw, 2.05rem);
  line-height: 1.2;
  margin: 0 0 0.55rem;
  max-width: 18ch;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.w2-contact-intro .w2-lede,
.w2-about-intro .w2-lede {
  max-width: 54ch;
}

.w2-about-intro .w2-kicker {
  color: var(--color-accent);
  margin-bottom: 0.55rem;
}

.w2-about-intro .w2-hero__chips {
  margin: 0 0 1.15rem;
}

.w2-about-intro .w2-hero__actions {
  margin-bottom: 0;
}

.w2-about .w2-section + .w2-section {
  border-top: 1px solid var(--color-border);
  padding-top: 2rem;
}

.w2-about .w2-lede {
  margin-bottom: 1.1rem;
}

.w2-about .w2-benefit a {
  color: var(--color-accent);
  text-decoration: none;
}

.w2-about .w2-benefit a:hover {
  color: var(--color-accent-hover);
}

.w2-about-products {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.85rem;
}

.w2-about-link {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  min-width: 0;
  padding: 1.05rem 1.1rem;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: var(--color-surface);
  text-decoration: none;
  color: inherit;
}

.w2-about-link:hover {
  border-color: var(--color-border-strong);
}

.w2-about-link strong {
  font-size: 0.98rem;
  font-weight: 650;
  letter-spacing: -0.01em;
}

.w2-about-link__text {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.w2-about-link__text span {
  color: var(--color-text-muted);
  font-size: var(--text-small);
  line-height: 1.5;
}

.w2-about-contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.15rem;
  align-items: start;
}

.w2-about-contact .w2-contact__list {
  margin: 0;
  padding: 1.2rem 1.15rem;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: var(--color-surface);
}

.w2-about-cta {
  padding: 1.25rem 1.2rem;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: var(--color-surface);
}

.w2-about-cta h3 {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
  font-weight: 650;
}

.w2-about-cta p {
  margin: 0 0 1rem;
  color: var(--color-text-muted);
  font-size: var(--text-small);
  line-height: 1.55;
  max-width: 42ch;
}

.w2-about-cta .w2-hero__actions {
  margin-bottom: 0;
}

@media (min-width: 700px) {
  .w2-about-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .w2-about-contact {
    grid-template-columns: minmax(0, 1.05fr) minmax(17rem, 0.95fr);
    gap: 1.35rem;
  }
}

@media (min-width: 1080px) {
  .w2-about-products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.w2-contact-section {
  padding-top: 1.1rem;
}

.w2-contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.15rem;
  align-items: start;
}

.w2-contact__form h2,
.w2-contact__aside h2 {
  margin: 0 0 0.35rem;
  font-size: 1.15rem;
}

.w2-contact__form .w2-lede,
.w2-contact__aside .w2-lede {
  margin-bottom: 0.35rem;
}

.w2-contact__pair {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
}

.w2-contact__aside {
  padding: 1.25rem;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: var(--color-surface);
}

.w2-contact__list,
.w2-contact__topics {
  list-style: none;
  margin: 0 0 1.35rem;
  padding: 0;
}

.w2-contact__list {
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
}

.w2-contact__item {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
}

.w2-contact__item > span:last-child {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  font-size: 0.92rem;
  line-height: 1.45;
  color: var(--color-text);
}

.w2-contact__item strong {
  font-size: 0.72rem;
  font-weight: 580;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--color-text-muted);
}

.w2-contact__item a {
  color: var(--color-accent);
  text-decoration: none;
  overflow-wrap: anywhere;
}

.w2-contact__item a:hover {
  color: var(--color-accent-hover);
}

.w2-contact__aside h3 {
  margin: 0 0 0.45rem;
  font-size: 0.78rem;
  font-weight: 580;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--color-text-muted);
}

.w2-contact__topics {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.w2-contact__topics li {
  padding: 0.55rem 0.7rem;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: var(--color-surface-alt);
  color: var(--color-text);
  font-size: 0.88rem;
  line-height: 1.4;
}

.w2-contact__social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.w2-contact__social a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.25rem 0.7rem;
  border: 1px solid var(--color-border);
  border-radius: 6px;
  color: var(--color-text);
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 530;
  background: var(--color-surface);
}

.w2-contact__social a:hover {
  background: var(--color-surface-alt);
  border-color: var(--color-border-strong);
}

@media (min-width: 640px) {
  .w2-contact__pair {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}

@media (min-width: 900px) {
  .w2-contact {
    grid-template-columns: minmax(0, 1.2fr) minmax(17rem, 0.8fr);
    gap: 1.35rem;
  }
}

.w2-tool-page .w2-section {
  padding: 2rem 0;
}

.w2-tool-page .w2-tool-widget + .w2-section,
.w2-tool-page .w2-tool-widget ~ .w2-section + .w2-section {
  border-top: 1px solid var(--color-border);
}

.w2-tool-page .w2-tool-hero {
  padding-top: 1.75rem;
  padding-bottom: 0.25rem;
}

.w2-tool-hero__lead {
  display: flex;
  align-items: flex-start;
  gap: 1.1rem;
}

.w2-tool-hero__copy {
  min-width: 0;
}

.w2-tool-page .w2-tool-hero .w2-kicker {
  color: var(--color-accent);
  margin-bottom: 0.55rem;
}

.w2-tool-page .w2-tool-hero h1 {
  font-size: clamp(1.55rem, 3.4vw, 2.15rem);
  line-height: 1.15;
  margin: 0 0 0.55rem;
  font-weight: 800;
  max-width: 18ch;
  letter-spacing: -0.02em;
}

.w2-tool-page .w2-tool-hero .w2-lede {
  max-width: 54ch;
  margin-bottom: 1rem;
}

.w2-tool-page .w2-meter {
  max-width: 36rem;
  padding: 0.85rem 1rem;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: var(--color-surface);
}

.w2-tool-page .w2-tool-widget .w2-widget {
  max-width: none;
  padding: 1.25rem 1.3rem 1.45rem;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.w2-workbench {
  max-width: 44rem;
  border: 1px solid var(--color-border);
  border-radius: 18px;
  background: var(--color-surface);
  box-shadow: 0 10px 30px rgba(26, 26, 26, 0.06);
  overflow: hidden;
}

.w2-workbench__head {
  padding: 1rem 1.25rem;
  border-bottom: 1px solid var(--color-border);
  background: var(--color-surface-alt);
}

.w2-workbench__label {
  margin: 0 0 0.2rem;
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-accent);
}

.w2-workbench__hint {
  margin: 0;
  color: var(--color-text-muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.w2-result {
  padding: 0.95rem 1rem;
  border: 1px dashed var(--color-border-strong);
  border-radius: 12px;
  background: var(--color-surface-alt);
}

.w2-result__row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

.w2-educate p {
  max-width: 46rem;
  margin: 0;
  color: var(--color-text);
  line-height: 1.7;
  font-size: 1.02rem;
}

.w2-tool-cta {
  padding: 1.25rem 1.2rem;
  border: 1px solid var(--color-border);
  border-radius: 16px;
  background: var(--color-surface-alt);
}

.w2-tool-cta h2 {
  margin: 0 0 0.4rem;
  font-size: 1.2rem;
}

.w2-tool-cta p {
  margin: 0 0 1rem;
  color: var(--color-text-muted);
}

.w2-tool-page .w2-tool-login {
  max-width: 40rem;
}

.w2-section__head {
  margin-bottom: 1.15rem;
}

.w2-section__head .w2-kicker {
  margin-bottom: 0.35rem;
  color: var(--color-accent);
  letter-spacing: 0.12em;
}

.w2-section__head h2 {
  margin: 0;
  letter-spacing: -0.02em;
}

.w2-grid-3 {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.85rem;
  align-items: stretch;
}

.w2-benefit {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.2rem 1.15rem 1.25rem;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: var(--color-surface);
  box-shadow: inset 0 3px 0 var(--color-brand-blue);
  min-width: 0;
}

.w2-benefit--yellow { box-shadow: inset 0 3px 0 var(--color-brand-yellow); }
.w2-benefit--blue { box-shadow: inset 0 3px 0 var(--color-brand-blue); }
.w2-benefit--green { box-shadow: inset 0 3px 0 var(--color-brand-green); }
.w2-benefit--red { box-shadow: inset 0 3px 0 var(--color-brand-red); }

.w2-benefit .w2-ico {
  width: 44px;
  height: 44px;
  border-radius: 12px;
}

.w2-benefit h3 {
  margin: 0.8rem 0 0.4rem;
  font-size: 1.05rem;
  font-weight: 650;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.w2-benefit p {
  margin: 0;
  color: var(--color-text-muted);
  font-size: var(--text-small);
  line-height: 1.55;
}

.w2-tool-page .w2-steps li::before {
  color: var(--color-accent);
  font-weight: 650;
  font-variant-numeric: tabular-nums;
}

.w2-tool-page .w2-usecases {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.75rem;
}

.w2-tool-page .w2-usecases li {
  margin: 0;
  padding: 0.95rem 1rem 0.95rem 1.05rem;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: var(--color-surface);
  color: var(--color-text);
  font-size: 0.92rem;
  line-height: 1.45;
  box-shadow: inset 3px 0 0 var(--color-border-strong);
}

.w2-tool-page .w2-steps {
  grid-template-columns: minmax(0, 1fr);
}

.w2-tool-page .w2-faq details[open] {
  border-color: var(--color-border-strong);
}

@media (min-width: 700px) {
  .w2-grid-3,
  .w2-tool-page .w2-steps,
  .w2-tool-page .w2-usecases {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
  }

  .w2-tool-page .w2-card__actions {
    flex-wrap: wrap;
  }

  .w2-tool-page .w2-card__actions .w2-btn {
    flex: 1 1 auto;
    min-width: 0;
    white-space: nowrap;
  }
}

.w2-tool-page {
  background:
    radial-gradient(900px 320px at 8% -10%, rgba(66, 133, 244, 0.12), transparent 55%),
    radial-gradient(700px 280px at 100% 8%, rgba(234, 67, 53, 0.08), transparent 50%),
    linear-gradient(180deg, var(--color-background), var(--color-surface-alt) 42%, var(--color-background));
}

.w2-tool-hero__mark {
  position: relative;
  width: 4.75rem;
  height: 4.75rem;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
}

.w2-tool-hero__mark .w2-ico {
  position: relative;
  z-index: 1;
}

.w2-tool-hero__ring {
  position: absolute;
  inset: -8px;
  border: 1px solid rgba(66, 133, 244, 0.35);
  border-radius: 50%;
  animation: w2-orbit 8s linear infinite;
}

.w2-tool-hero__ring--late {
  inset: -16px;
  border-color: rgba(234, 67, 53, 0.22);
  animation-duration: 12s;
  animation-direction: reverse;
}

.w2-tool-widget__label {
  margin: 0 0 0.75rem;
}

.w2-tool-page .w2-seo-form {
  max-width: none;
  padding: 1.15rem 1.2rem 1.3rem;
  border: 1px solid var(--color-border);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.72), var(--color-surface)),
    repeating-linear-gradient(-18deg, transparent, transparent 10px, rgba(26,26,26,0.015) 10px, rgba(26,26,26,0.015) 11px);
  box-shadow: 0 18px 40px rgba(26, 26, 26, 0.06);
}

html[data-theme="dark"] .w2-tool-page .w2-seo-form {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.03), var(--color-surface)),
    repeating-linear-gradient(-18deg, transparent, transparent 10px, rgba(255,255,255,0.02) 10px, rgba(255,255,255,0.02) 11px);
}

.w2-tool-page .w2-seo-report {
  animation: w2-stage-in 0.55s ease both;
}

/* SEO Readiness — stage layout (empty state) */
.w2-tool-page--seo-readiness-report .w2-tool-hero {
  padding-bottom: 0.35rem;
}

.w2-seo-hero {
  display: grid;
  gap: 1.1rem;
  align-items: start;
}

@media (min-width: 900px) {
  .w2-seo-hero {
    grid-template-columns: minmax(0, 1.35fr) minmax(14rem, 0.65fr);
    gap: 1.5rem;
  }
}

.w2-seo-chips {
  list-style: none;
  margin: 0.85rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.w2-seo-chips li {
  margin: 0;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  border: 1px solid var(--color-border-strong, #dadce0);
  background: var(--color-surface-alt, #f7f7f7);
  font-size: 0.82rem;
  color: var(--color-text-muted);
  letter-spacing: 0.01em;
}

.w2-seo-chips strong {
  color: var(--color-text);
  font-weight: 750;
  margin-right: 0.15rem;
}

.w2-seo-quota {
  padding: 1rem 1.1rem;
  border: 1px solid var(--color-border);
  border-radius: 18px;
  background:
    radial-gradient(120% 90% at 100% 0%, rgba(30, 136, 229, 0.1), transparent 55%),
    var(--color-surface);
  box-shadow: 0 12px 28px rgba(26, 26, 26, 0.05);
}

.w2-seo-quota.is-warn {
  border-color: rgba(181, 71, 8, 0.35);
  background:
    radial-gradient(120% 90% at 100% 0%, rgba(251, 188, 5, 0.18), transparent 55%),
    var(--color-surface);
}

.w2-seo-quota.is-exhausted {
  border-color: rgba(228, 37, 39, 0.35);
  background:
    radial-gradient(120% 90% at 100% 0%, rgba(228, 37, 39, 0.12), transparent 55%),
    var(--color-surface);
}

.w2-seo-quota__label {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-accent, #1e88e5);
}

.w2-seo-quota__value {
  margin: 0.35rem 0 0.55rem;
  font-size: 1.65rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
}

.w2-seo-quota__value span {
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-text-muted);
}

.w2-seo-quota .w2-meter__bar {
  height: 0.4rem;
  border-radius: 999px;
  background: rgba(26, 26, 26, 0.08);
  overflow: hidden;
  margin-bottom: 0.55rem;
}

.w2-seo-quota .w2-meter__bar > span {
  display: block;
  height: 100%;
  background: var(--color-accent, #1e88e5);
  border-radius: inherit;
}

.w2-seo-quota__hint {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.4;
  color: var(--color-text-muted);
}

.w2-seo-quota .w2-hero__actions {
  margin-top: 0.75rem;
}

.w2-seo-stage {
  display: grid;
  gap: 1.15rem;
}

.w2-seo-stage__tiles {
  display: grid;
  gap: 0.85rem;
}

@media (min-width: 800px) {
  .w2-seo-stage__tiles {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.w2-seo-tile {
  position: relative;
  padding: 1rem 1.05rem 1.1rem;
  border: 1px solid var(--color-border);
  border-radius: 16px;
  background: var(--color-surface);
  overflow: hidden;
  animation: w2-stage-in 0.5s ease both;
}

.w2-seo-tile:nth-child(2) { animation-delay: 0.06s; }
.w2-seo-tile:nth-child(3) { animation-delay: 0.12s; }

.w2-seo-tile::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: var(--seo-tile-accent, var(--color-accent, #1e88e5));
}

.w2-seo-tile--blue { --seo-tile-accent: #1e88e5; }
.w2-seo-tile--green { --seo-tile-accent: #2e7d32; }
.w2-seo-tile--amber { --seo-tile-accent: #b54708; }

.w2-seo-tile__eyebrow {
  display: block;
  margin: 0 0 0.4rem;
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--seo-tile-accent, var(--color-accent));
}

.w2-seo-tile h3 {
  margin: 0 0 0.35rem;
  font-size: 1.02rem;
  line-height: 1.25;
}

.w2-seo-tile p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.45;
  color: var(--color-text-muted);
}

.w2-seo-stage__main {
  display: grid;
  gap: 1rem;
  align-items: start;
}

@media (min-width: 960px) {
  .w2-seo-stage:not(.w2-seo-stage--has-report) .w2-seo-stage__main {
    grid-template-columns: minmax(0, 1.45fr) minmax(15rem, 0.7fr);
    gap: 1.25rem;
  }
}

.w2-seo-panel {
  min-width: 0;
}

.w2-seo-panel__head {
  margin-bottom: 0.65rem;
}

.w2-seo-panel__hint {
  margin: 0.2rem 0 0;
  color: var(--color-text-muted);
  font-size: 0.92rem;
  line-height: 1.4;
}

.w2-seo-form__meta {
  list-style: none;
  margin: 0.15rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.85rem;
  font-size: 0.84rem;
  color: var(--color-text-muted);
}

.w2-seo-form__meta li {
  margin: 0;
}

.w2-seo-flow {
  list-style: none;
  margin: 0;
  padding: 1rem 1.05rem;
  border: 1px dashed var(--color-border-strong, #dadce0);
  border-radius: 16px;
  background: var(--color-surface-alt, #f7f7f7);
  display: grid;
  gap: 0.85rem;
}

.w2-seo-flow li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.7rem;
  align-items: start;
  margin: 0;
}

.w2-seo-flow__n {
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 0.78rem;
  font-weight: 800;
  color: #fff;
  background: var(--color-primary, #e42527);
}

.w2-seo-flow strong {
  display: block;
  font-size: 0.95rem;
}

.w2-seo-flow p {
  margin: 0.15rem 0 0;
  font-size: 0.86rem;
  line-height: 1.4;
  color: var(--color-text-muted);
}

.w2-seo-stage--has-report .w2-seo-panel__head {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .w2-seo-tile {
    animation: none;
  }
}

@keyframes w2-orbit {
  to { transform: rotate(360deg); }
}

@keyframes w2-stage-in {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  .w2-tool-hero__ring,
  .w2-tool-page .w2-seo-report {
    animation: none;
  }
}
