:root {
  --ws-black: #11110f;
  --ws-ink: #292824;
  --ws-muted: #6f6a62;
  --ws-cream: #f7f4ee;
  --ws-paper: #fffefa;
  --ws-line: rgba(43, 40, 34, 0.14);
  --ws-gold: #b89155;
  --ws-gold-light: #e1cfad;
  --ws-success: #356957;
  --ws-danger: #983e39;
}

.webstart-page {
  background: var(--ws-cream);
}

.webstart-page .site-header {
  z-index: 300;
}

.webstart-page .main-nav {
  gap: clamp(16px, 1.65vw, 30px);
}

.webstart-page .main-nav a {
  font-size: 10px;
}

.ws-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(420px, 0.93fr) minmax(480px, 1.07fr);
  align-items: center;
  gap: clamp(36px, 6vw, 96px);
  min-height: calc(100vh - 84px);
  padding: clamp(72px, 9vh, 126px) 5.8vw clamp(84px, 11vh, 142px);
  background:
    radial-gradient(circle at 81% 42%, rgba(255, 255, 255, 0.96) 0 17%, transparent 49%),
    linear-gradient(113deg, #fff 0%, #fffdf8 52%, #f1ebe1 100%);
}

.ws-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(121deg, transparent 48%, rgba(184, 145, 85, 0.08) 48.2%, transparent 72%);
}

.ws-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 690px;
}

.ws-hero .eyebrow,
.ws-section .eyebrow,
.wc-section .eyebrow,
.ws-final .eyebrow {
  color: #8a6733;
}

.ws-hero h1 {
  margin: 20px 0 26px;
  max-width: 760px;
  color: var(--ws-black);
  font-family: var(--serif);
  font-size: clamp(48px, 5.3vw, 82px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.ws-hero-lead {
  max-width: 650px;
  margin: 0;
  color: var(--ws-muted);
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.72;
}

.ws-price-line {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin: 34px 0 30px;
}

.ws-price-line > span {
  color: var(--ws-muted);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ws-price-line strong {
  color: var(--ws-black);
  font-family: var(--serif);
  font-size: clamp(47px, 5vw, 72px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.05em;
}

.ws-price-line small {
  color: var(--ws-muted);
  font-size: 13px;
}

.ws-capacity {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 24px 0 0;
  color: #625c53;
  font-size: 13px;
}

.ws-capacity > span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ws-gold);
  box-shadow: 0 0 0 6px rgba(184, 145, 85, 0.12);
}

.ws-hero-visual {
  position: relative;
  min-height: 620px;
  perspective: 1100px;
}

.ws-metal-x {
  position: absolute;
  inset: 50% auto auto 50%;
  color: transparent;
  font-family: Arial, Helvetica, sans-serif;
  font-size: min(38vw, 590px);
  font-weight: 900;
  line-height: 0.75;
  letter-spacing: -0.12em;
  background:
    linear-gradient(136deg, #111 2%, #706d66 23%, #fffaf0 42%, #9e998e 53%, #292724 71%, #e8ded0 84%, #141414 100%);
  background-clip: text;
  -webkit-background-clip: text;
  transform: translate(-51%, -50%) rotateY(-9deg) rotateZ(-1deg);
  filter: drop-shadow(0 42px 34px rgba(30, 27, 22, 0.18));
  user-select: none;
}

.ws-metal-x::after {
  content: "";
}

.ws-visual-card {
  position: absolute;
  z-index: 2;
  display: grid;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.84);
  background: rgba(255, 254, 250, 0.82);
  box-shadow: 0 26px 80px rgba(40, 34, 26, 0.15);
  backdrop-filter: blur(18px);
}

.ws-visual-card > span {
  color: #786d60;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ws-visual-card-score {
  top: 16%;
  right: 0;
  width: 210px;
}

.ws-visual-card-score strong {
  margin-top: 10px;
  color: var(--ws-black);
  font-family: var(--serif);
  font-size: 68px;
  font-weight: 400;
  line-height: 1;
}

.ws-visual-card-score small {
  color: var(--ws-success);
  font-weight: 700;
}

.ws-visual-card-launch {
  bottom: 16%;
  left: 3%;
  width: 310px;
}

.ws-visual-card-launch strong {
  margin-top: 8px;
  color: var(--ws-black);
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 400;
  line-height: 1.3;
}

.ws-proof-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--ws-line);
  border-bottom: 1px solid var(--ws-line);
  background: #fff;
}

.ws-proof-strip > div {
  display: grid;
  gap: 3px;
  min-height: 118px;
  padding: 30px 3vw;
  border-right: 1px solid var(--ws-line);
}

.ws-proof-strip > div:last-child {
  border-right: 0;
}

.ws-proof-strip strong {
  color: var(--ws-black);
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 400;
}

.ws-proof-strip span {
  color: var(--ws-muted);
  font-size: 12px;
}

.wc-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(560px, 1.28fr);
  gap: clamp(40px, 7vw, 118px);
  padding: clamp(90px, 10vw, 154px) 5.8vw;
}

.wc-section-featured {
  background:
    radial-gradient(circle at 9% 20%, rgba(203, 171, 118, 0.11), transparent 30%),
    #151512;
  color: #f7f2e9;
}

.wc-intro {
  align-self: start;
  position: sticky;
  top: 126px;
}

.wc-intro h2,
.ws-section-heading h2,
.ws-care-card h2,
.ws-final h2 {
  margin: 17px 0 24px;
  color: inherit;
  font-family: var(--serif);
  font-size: clamp(40px, 4.2vw, 65px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.wc-intro > p:last-of-type {
  max-width: 540px;
  color: rgba(247, 242, 233, 0.67);
  font-size: 16px;
  line-height: 1.75;
}

.wc-scan-list {
  display: grid;
  gap: 0;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.wc-scan-list li {
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(247, 242, 233, 0.82);
  font-size: 13px;
}

.wc-scan-list li::before {
  content: "✓";
  margin-right: 12px;
  color: var(--ws-gold-light);
}

.wc-shell {
  overflow: hidden;
  align-self: start;
  border: 1px solid rgba(184, 145, 85, 0.3);
  border-radius: 4px;
  background: var(--ws-paper);
  color: var(--ws-ink);
  box-shadow: 0 36px 110px rgba(0, 0, 0, 0.32);
}

.wc-brandline {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 23px 28px;
  border-bottom: 1px solid var(--ws-line);
  background: linear-gradient(110deg, #fff 0%, #f7f2e8 100%);
}

.wc-brandline > div {
  display: grid;
}

.wc-brandline strong {
  color: var(--ws-black);
  font-size: 13px;
  letter-spacing: 0.03em;
}

.wc-brandline span:not(.wc-x) {
  color: var(--ws-muted);
  font-size: 10px;
}

.wc-x {
  color: var(--ws-black);
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
}

.wc-url-form,
.wc-status,
.wc-error,
.wc-result {
  margin: 0;
  padding: 28px;
}

.wc-url-form label,
.wc-report-form > label:not(.wc-checkline),
.wc-field-grid label {
  display: grid;
  gap: 8px;
  color: var(--ws-black);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wc-url-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-top: 9px;
}

.wc-url-row input,
.wc-field-grid input,
.wc-report-form textarea {
  width: 100%;
  border: 1px solid #d6d0c7;
  border-radius: 0;
  outline: none;
  background: #fff;
  color: var(--ws-black);
  font: inherit;
  font-size: 15px;
  text-transform: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.wc-url-row input {
  min-height: 58px;
  padding: 0 17px;
}

.wc-field-grid input {
  min-height: 48px;
  padding: 0 13px;
}

.wc-report-form textarea {
  min-height: 92px;
  padding: 12px 13px;
  resize: vertical;
}

.wc-url-row input:focus,
.wc-field-grid input:focus,
.wc-report-form textarea:focus {
  border-color: var(--ws-gold);
  box-shadow: 0 0 0 3px rgba(184, 145, 85, 0.13);
}

.wc-url-row button,
.wc-submit-report,
.wc-secondary-button {
  border: 0;
  border-radius: 0;
  cursor: pointer;
  font-family: inherit;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: transform 0.2s ease, background 0.2s ease, opacity 0.2s ease;
}

.wc-url-row button,
.wc-submit-report {
  padding: 0 24px;
  background: var(--ws-black);
  color: var(--ws-gold-light);
}

.wc-url-row button:hover,
.wc-submit-report:hover {
  background: #2b2721;
}

.wc-url-row button:disabled,
.wc-submit-report:disabled {
  cursor: wait;
  opacity: 0.58;
}

.wc-help {
  margin: 10px 0 0;
  color: var(--ws-muted);
  font-size: 11px;
  line-height: 1.5;
}

.wc-status {
  display: flex;
  align-items: center;
  gap: 20px;
  border-top: 1px solid var(--ws-line);
  background: #fbf8f2;
}

.wc-status[hidden],
.wc-error[hidden],
.wc-result[hidden],
.wc-report-form[hidden],
.wc-report-success[hidden] {
  display: none;
}

.wc-status strong {
  color: var(--ws-black);
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 400;
}

.wc-status p {
  margin: 2px 0 0;
  color: var(--ws-muted);
  font-size: 12px;
}

.wc-loader {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(184, 145, 85, 0.28);
  border-radius: 50%;
}

.wc-loader span {
  width: 24px;
  height: 24px;
  border: 2px solid #ddd2c0;
  border-top-color: var(--ws-gold);
  border-radius: 50%;
  animation: wc-spin 0.8s linear infinite;
}

@keyframes wc-spin {
  to { transform: rotate(360deg); }
}

.wc-error {
  border-top: 1px solid rgba(152, 62, 57, 0.2);
  background: #fff4f2;
  color: #7f2e2a;
  font-size: 13px;
}

.wc-result {
  border-top: 1px solid var(--ws-line);
}

.wc-result-head {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 24px;
  padding-bottom: 27px;
  border-bottom: 1px solid var(--ws-line);
}

.wc-score {
  --wc-score-angle: 0deg;
  position: relative;
  display: grid;
  width: 120px;
  height: 120px;
  place-content: center;
  text-align: center;
  border-radius: 50%;
  background: conic-gradient(var(--ws-gold) var(--wc-score-angle), #e8e2d8 0);
}

.wc-score::before {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  background: var(--ws-paper);
}

.wc-score strong,
.wc-score span {
  position: relative;
  z-index: 1;
}

.wc-score strong {
  color: var(--ws-black);
  font-family: var(--serif);
  font-size: 44px;
  font-weight: 400;
  line-height: 0.9;
}

.wc-score span {
  margin-top: 5px;
  color: var(--ws-muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.wc-result-label {
  margin: 0 0 5px;
  color: #8a6733;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wc-result-head h3 {
  margin: 0 0 7px;
  color: var(--ws-black);
  font-family: var(--serif);
  font-size: clamp(25px, 3vw, 38px);
  font-weight: 400;
  line-height: 1.1;
}

.wc-result-head p:last-child {
  margin: 0;
  color: var(--ws-muted);
  font-size: 13px;
  line-height: 1.6;
}

.wc-categories {
  display: grid;
  gap: 13px;
  margin: 28px 0;
}

.wc-category-row {
  display: grid;
  grid-template-columns: minmax(125px, 0.55fr) minmax(130px, 1fr) 38px;
  align-items: center;
  gap: 14px;
}

.wc-category-row > span:first-child {
  color: var(--ws-ink);
  font-size: 12px;
  font-weight: 700;
}

.wc-category-bar {
  overflow: hidden;
  height: 6px;
  background: #eae4dc;
}

.wc-category-bar span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #826332, #d4ba89);
}

.wc-category-row > strong {
  color: var(--ws-black);
  font-size: 12px;
  text-align: right;
}

.wc-result-columns {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 28px;
  padding-top: 26px;
  border-top: 1px solid var(--ws-line);
}

.wc-result-columns h4,
.wc-report-cta h4 {
  margin: 0 0 15px;
  color: var(--ws-black);
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 400;
}

.wc-strengths {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wc-strengths li {
  color: var(--ws-muted);
  font-size: 12px;
  line-height: 1.55;
}

.wc-strengths li::before {
  content: "✓";
  margin-right: 8px;
  color: var(--ws-success);
  font-weight: 800;
}

.wc-opportunities {
  display: grid;
  gap: 11px;
}

.wc-finding {
  padding: 14px;
  border-left: 2px solid var(--ws-gold);
  background: #f7f3ec;
}

.wc-finding-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.wc-finding strong {
  color: var(--ws-black);
  font-size: 12px;
}

.wc-priority {
  flex: none;
  color: #876734;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wc-finding p {
  margin: 6px 0 0;
  color: var(--ws-muted);
  font-size: 11px;
  line-height: 1.55;
}

.wc-finding-action {
  color: #4f4b44 !important;
  font-weight: 700;
}

.wc-disclaimer {
  margin: 25px 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--ws-line);
  color: #827c73;
  font-size: 10px;
  line-height: 1.55;
}

.wc-report-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 22px;
  margin-top: 26px;
  padding: 22px;
  background: var(--ws-black);
  color: #f9f5ee;
}

.wc-report-cta > div > span {
  color: var(--ws-gold-light);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.wc-report-cta h4 {
  margin: 4px 0;
  color: #fff;
}

.wc-report-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  line-height: 1.5;
}

.wc-secondary-button {
  min-height: 46px;
  padding: 0 16px;
  border: 1px solid rgba(225, 207, 173, 0.5);
  background: transparent;
  color: var(--ws-gold-light);
}

.wc-secondary-button:hover {
  background: rgba(255, 255, 255, 0.08);
}

.wc-report-form {
  display: grid;
  gap: 17px;
  padding: 25px;
  border: 1px solid var(--ws-line);
  border-top: 0;
  background: #fbf9f5;
}

.wc-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.wc-checkline {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 10px;
  color: #6d675f;
  font-size: 10px;
  line-height: 1.55;
}

.wc-checkline input {
  width: 16px;
  height: 16px;
  margin: 2px 0 0;
  accent-color: var(--ws-black);
}

.wc-checkline a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.wc-optional {
  color: var(--ws-muted);
  font-size: 9px;
  font-weight: 500;
  text-transform: none;
}

.wc-submit-report {
  min-height: 50px;
  justify-self: start;
}

.wc-report-success {
  margin-top: 0;
  padding: 20px 24px;
  border: 1px solid rgba(53, 105, 87, 0.26);
  border-top: 0;
  background: #eef7f2;
  color: #2f5f4f;
  font-size: 12px;
}

.ws-section {
  padding: clamp(90px, 10vw, 154px) 5.8vw;
}

.ws-section-heading {
  max-width: 820px;
  margin-bottom: 54px;
}

.ws-section-heading h2 {
  color: var(--ws-black);
}

.ws-section-heading > p:last-child {
  color: var(--ws-muted);
  font-size: 16px;
}

.ws-package {
  background: var(--ws-paper);
}

.ws-package-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--ws-line);
  border-left: 1px solid var(--ws-line);
}

.ws-package-grid article {
  min-height: 285px;
  padding: 34px;
  border-right: 1px solid var(--ws-line);
  border-bottom: 1px solid var(--ws-line);
}

.ws-package-grid article > span {
  color: var(--ws-gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.ws-package-grid h3 {
  margin: 48px 0 14px;
  color: var(--ws-black);
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 400;
}

.ws-package-grid p,
.ws-scope-note p,
.ws-timeline p,
.ws-care-card p,
.ws-faq-list p,
.ws-final p {
  color: var(--ws-muted);
  font-size: 14px;
  line-height: 1.72;
}

.ws-scope-note {
  display: grid;
  grid-template-columns: minmax(220px, 0.38fr) 1fr;
  gap: 34px;
  margin-top: 26px;
  padding: 26px 30px;
  border-left: 3px solid var(--ws-gold);
  background: #f6f1e8;
}

.ws-scope-note strong {
  color: var(--ws-black);
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 400;
}

.ws-scope-note p {
  margin: 0;
}

.ws-process {
  background: #eee9e1;
}

.ws-timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
}

.ws-timeline li {
  position: relative;
  padding: 0 32px 0 0;
}

.ws-timeline li::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(184, 145, 85, 0.42);
}

.ws-timeline li > span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid var(--ws-gold);
  border-radius: 50%;
  background: #eee9e1;
  color: #7b5c2d;
  font-size: 9px;
  font-weight: 800;
}

.ws-timeline h3 {
  margin: 28px 0 10px;
  color: var(--ws-black);
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 400;
}

.ws-care {
  padding-top: 0;
  background: #eee9e1;
}

.ws-care-card {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 70px;
  padding: clamp(42px, 6vw, 82px);
  background:
    radial-gradient(circle at 85% 10%, rgba(225, 207, 173, 0.1), transparent 28%),
    var(--ws-black);
  color: #fff;
}

.ws-care-card h2 {
  max-width: 850px;
  color: #fff;
}

.ws-care-card p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.62);
}

.ws-care-card ul {
  align-self: center;
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.ws-care-card li {
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
}

.ws-care-card li::before {
  content: "✓";
  margin-right: 10px;
  color: var(--ws-gold-light);
}

.ws-faq {
  background: var(--ws-paper);
}

.ws-faq-list {
  border-top: 1px solid var(--ws-line);
}

.ws-faq-list details {
  border-bottom: 1px solid var(--ws-line);
}

.ws-faq-list summary {
  position: relative;
  padding: 25px 48px 25px 0;
  cursor: pointer;
  color: var(--ws-black);
  font-family: var(--serif);
  font-size: clamp(19px, 2vw, 25px);
  list-style: none;
}

.ws-faq-list summary::-webkit-details-marker {
  display: none;
}

.ws-faq-list summary::after {
  content: "+";
  position: absolute;
  top: 22px;
  right: 4px;
  color: var(--ws-gold);
  font-family: var(--sans);
  font-size: 25px;
  font-weight: 300;
}

.ws-faq-list details[open] summary::after {
  content: "−";
}

.ws-faq-list p {
  max-width: 850px;
  margin: -5px 0 25px;
}

.ws-final {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  align-items: end;
  gap: 70px;
  padding: clamp(90px, 10vw, 154px) 5.8vw;
  background: linear-gradient(113deg, #f1ece3, #fff);
}

.ws-final h2 {
  max-width: 930px;
  color: var(--ws-black);
}

.ws-final > div:first-child > p:last-child {
  max-width: 770px;
}

.ws-final-actions {
  display: grid;
  gap: 16px;
  justify-items: start;
}

.ws-text-link {
  color: #72562e;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-transform: uppercase;
}

.ws-final-actions small {
  color: var(--ws-muted);
  font-size: 10px;
}

.ws-footer {
  margin-top: 0;
}

/* Kompakte Einbindung auf der Startseite */
.wc-section-home {
  background: #efebe4;
  color: var(--ws-ink);
}

.wc-section-home .wc-intro {
  color: var(--ws-ink);
}

.wc-section-home .wc-intro > p:last-of-type {
  color: var(--ws-muted);
}

.wc-section-home .wc-scan-list {
  border-top-color: var(--ws-line);
}

.wc-section-home .wc-scan-list li {
  border-bottom-color: var(--ws-line);
  color: var(--ws-muted);
}

.wc-home-link {
  display: inline-flex;
  margin-top: 26px;
  color: #74572d;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-transform: uppercase;
}

@media (max-width: 1180px) {
  .ws-hero {
    grid-template-columns: 1fr;
  }

  .ws-hero-copy {
    max-width: 820px;
  }

  .ws-hero-visual {
    min-height: 520px;
  }

  .ws-metal-x {
    font-size: min(68vw, 560px);
  }

  .wc-section {
    grid-template-columns: 1fr;
  }

  .wc-intro {
    position: static;
    max-width: 830px;
  }

  .wc-scan-list {
    grid-template-columns: repeat(5, 1fr);
    border-left: 1px solid currentColor;
    border-color: rgba(255, 255, 255, 0.12);
  }

  .wc-scan-list li {
    padding: 14px;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
  }

  .wc-section-home .wc-scan-list {
    border-color: var(--ws-line);
  }

  .wc-section-home .wc-scan-list li {
    border-right-color: var(--ws-line);
  }

  .ws-care-card,
  .ws-final {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .ws-proof-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .ws-proof-strip > div:nth-child(2) {
    border-right: 0;
  }

  .ws-proof-strip > div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--ws-line);
  }

  .ws-package-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ws-timeline {
    grid-template-columns: repeat(2, 1fr);
    gap: 42px 0;
  }
}

@media (max-width: 700px) {
  .ws-hero {
    min-height: auto;
    padding: 62px 22px 82px;
  }

  .ws-hero h1 {
    font-size: clamp(44px, 13vw, 64px);
  }

  .ws-price-line {
    flex-wrap: wrap;
  }

  .ws-price-line strong {
    font-size: 56px;
  }

  .ws-price-line small {
    width: 100%;
    margin-left: 35px;
  }

  .ws-hero-visual {
    min-height: 360px;
  }

  .ws-metal-x {
    font-size: min(106vw, 410px);
  }

  .ws-visual-card-score {
    top: 5%;
    width: 162px;
    padding: 18px;
  }

  .ws-visual-card-score strong {
    font-size: 51px;
  }

  .ws-visual-card-launch {
    bottom: 4%;
    left: 0;
    width: 244px;
    padding: 18px;
  }

  .ws-proof-strip {
    grid-template-columns: 1fr;
  }

  .ws-proof-strip > div,
  .ws-proof-strip > div:nth-child(2) {
    min-height: 96px;
    border-right: 0;
    border-bottom: 1px solid var(--ws-line);
  }

  .wc-section,
  .ws-section,
  .ws-final {
    padding: 78px 22px;
  }

  .wc-scan-list {
    grid-template-columns: 1fr;
  }

  .wc-shell {
    margin-right: -6px;
    margin-left: -6px;
  }

  .wc-brandline,
  .wc-url-form,
  .wc-status,
  .wc-error,
  .wc-result {
    padding-right: 20px;
    padding-left: 20px;
  }

  .wc-url-row {
    grid-template-columns: 1fr;
  }

  .wc-url-row button {
    min-height: 52px;
  }

  .wc-result-head {
    grid-template-columns: 1fr;
  }

  .wc-score {
    width: 105px;
    height: 105px;
  }

  .wc-category-row {
    grid-template-columns: minmax(105px, 0.6fr) 1fr 34px;
    gap: 9px;
  }

  .wc-result-columns,
  .wc-report-cta,
  .wc-field-grid {
    grid-template-columns: 1fr;
  }

  .wc-secondary-button {
    width: 100%;
  }

  .ws-package-grid,
  .ws-timeline {
    grid-template-columns: 1fr;
  }

  .ws-package-grid article {
    min-height: 230px;
  }

  .ws-scope-note {
    grid-template-columns: 1fr;
  }

  .ws-timeline {
    gap: 34px;
  }

  .ws-timeline li {
    padding-right: 0;
  }

  .ws-timeline li::before {
    right: 75%;
  }

  .ws-care-card {
    gap: 32px;
    padding: 40px 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wc-loader span {
    animation-duration: 2s;
  }
}
