/* Websites offer — Apple design system aligned with main landing */

.websites-page {
  --ws-blue: var(--blue, #0071e3);
  --ws-ink: var(--ink, #1d1d1f);
  --ws-muted: var(--muted, #6e6e73);
  --ws-line: var(--line, rgba(0, 0, 0, 0.08));
  background: var(--bg, #f5f5f7);
}

/* ─── Hero ─── */
.ws-hero {
  position: relative;
  isolation: isolate;
  min-height: 100dvh;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: clip;
}
.ws-hero-wash {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(90% 70% at 85% 20%, rgba(0, 113, 227, 0.13), transparent 55%),
    radial-gradient(55% 45% at 8% 85%, rgba(0, 0, 0, 0.035), transparent 50%),
    linear-gradient(180deg, #fbfbfd 0%, var(--bg, #f5f5f7) 55%, #ebebef 100%);
}
.ws-hero-shell {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--max-wide, 1120px);
  margin: 0 auto;
  padding: clamp(2.2rem, 7vh, 5rem) clamp(1.2rem, 4vw, 2.5rem) clamp(3rem, 8vh, 5rem);
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: center;
}
.ws-hero-copy { max-width: 34rem; }
.ws-brand {
  margin: 0;
  font-family: var(--display, Outfit, system-ui, sans-serif);
  font-size: clamp(3.4rem, 9vw, 6.2rem);
  line-height: 0.9;
  letter-spacing: -0.06em;
  font-weight: 800;
  color: var(--ws-ink);
}
.ws-brand span {
  font-weight: 600;
  color: #424245;
}
.ws-line {
  margin: 1.3rem 0 0;
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  line-height: 1.15;
  letter-spacing: -0.035em;
  font-weight: 600;
  color: var(--ws-ink);
  max-width: 18ch;
}
.ws-lead {
  margin: 1rem 0 0;
  max-width: 34ch;
  font-size: clamp(1.05rem, 1.8vw, 1.18rem);
  color: var(--ws-muted);
  font-weight: 400;
  line-height: 1.5;
}
.ws-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.ws-hero-visual {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ws-browser {
  width: min(100%, 460px);
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--ws-line);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  animation: wsFloat 7.5s var(--ease-in-out, ease-in-out) infinite;
}
.ws-browser-chrome {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.8rem 1rem;
  background: rgba(245, 245, 247, 0.95);
  border-bottom: 1px solid var(--ws-line);
}
.ws-browser-chrome span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d2d2d7;
}
.ws-browser-chrome span:nth-child(1) { background: #ff5f57; }
.ws-browser-chrome span:nth-child(2) { background: #febc2e; }
.ws-browser-chrome span:nth-child(3) { background: #28c840; }
.ws-browser-url {
  margin-left: 0.6rem;
  flex: 1;
  height: 22px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--ws-line);
  color: var(--ws-muted);
  font-size: 0.72rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  padding: 0 0.65rem;
  letter-spacing: -0.01em;
}
.ws-browser-body {
  padding: 1.1rem;
  background: linear-gradient(180deg, #fbfbfd, #f0f0f3);
  min-height: 250px;
}
.ws-mock-nav {
  height: 12px;
  width: 48%;
  border-radius: 8px;
  background: #d2d2d7;
  margin-bottom: 1.1rem;
}
.ws-mock-hero {
  padding: 1.2rem;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  margin-bottom: 0.9rem;
}
.ws-mock-line {
  height: 10px;
  border-radius: 6px;
  background: #e8e8ed;
  margin-bottom: 0.55rem;
}
.ws-mock-line.lg { width: 72%; height: 16px; background: #1d1d1f; }
.ws-mock-line.md { width: 55%; }
.ws-mock-line.sm { width: 40%; height: 8px; }
.ws-mock-cta {
  margin-top: 0.85rem;
  width: 38%;
  height: 28px;
  border-radius: 980px;
  background: #1d1d1f;
}
.ws-mock-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.55rem;
}
.ws-mock-grid span {
  height: 52px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid var(--ws-line);
}
.ws-phone {
  position: absolute;
  right: 2%;
  bottom: 4%;
  width: 132px;
  z-index: 2;
  animation: wsFloatPhone 7s var(--ease-in-out, ease-in-out) infinite;
}
.ws-phone-chrome {
  border-radius: 26px;
  background: linear-gradient(165deg, #2c2c2e, #0b0b0c);
  padding: 9px;
  box-shadow:
    0 22px 44px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transform: rotate(-5deg);
}
.ws-phone-notch {
  width: 52px;
  height: 8px;
  margin: 0 auto 8px;
  border-radius: 999px;
  background: #111;
}
.ws-phone-screen {
  height: 210px;
  border-radius: 18px;
  background: linear-gradient(180deg, #fafafa, #e8e8ed);
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ws-mock-block {
  flex: 1;
  border-radius: 12px;
  background:
    radial-gradient(circle at 60% 40%, rgba(0, 113, 227, 0.35), transparent 45%),
    linear-gradient(145deg, #d9e7f7, #8fadcf);
}

@keyframes wsFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
@keyframes wsFloatPhone {
  0%, 100% { transform: translateY(0) rotate(-5deg); }
  50% { transform: translateY(-12px) rotate(-5deg); }
}

/* ─── Sections ─── */
.ws-section {
  max-width: var(--max-wide, 1120px);
  margin: 0 auto;
  padding: clamp(4.2rem, 10vh, 7rem) clamp(1.2rem, 4vw, 2.5rem);
}
.ws-section-intro {
  max-width: 38rem;
  margin-bottom: 2.6rem;
}
.ws-section-intro h2 {
  margin: 0;
  font-size: clamp(2.2rem, 5vw, 3.3rem);
  letter-spacing: -0.045em;
  font-weight: 700;
  line-height: 1.05;
}
.ws-section-intro p:not(.section-kicker) {
  margin: 0.9rem 0 0;
  color: var(--ws-muted);
  font-size: 1.12rem;
  line-height: 1.45;
}

/* Packages — interactive surfaces (cards ok) */
.ws-packages {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  align-items: stretch;
}
.ws-pack {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1.8rem 1.7rem 1.6rem;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--ws-line);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.04);
  transition:
    transform var(--duration-ui, 220ms) var(--ease-out, cubic-bezier(0.23, 1, 0.32, 1)),
    box-shadow var(--duration-ui, 220ms) var(--ease-ui, ease),
    border-color var(--duration-ui, 220ms) var(--ease-ui, ease);
}
@media (hover: hover) and (pointer: fine) {
  .ws-pack:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.08);
  }
}
.ws-pack-featured {
  background:
    radial-gradient(ellipse at top right, rgba(0, 113, 227, 0.1), transparent 52%),
    rgba(255, 255, 255, 0.94);
  border-color: rgba(0, 113, 227, 0.28);
  box-shadow: 0 16px 40px rgba(0, 113, 227, 0.08);
}
.ws-pack-badge {
  position: absolute;
  top: 1.15rem;
  right: 1.15rem;
  margin: 0;
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  background: var(--ws-ink);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.ws-pack-label {
  margin: 0 0 0.35rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ws-blue);
}
.ws-pack h3 {
  margin: 0;
  font-size: 1.65rem;
  letter-spacing: -0.035em;
  font-weight: 700;
}
.ws-pack-price {
  margin: 0.85rem 0 0;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
  color: var(--ws-ink);
}
.ws-pack-price span { font-variant-numeric: tabular-nums; }
.ws-pack-note {
  margin: 0.4rem 0 0;
  font-size: 0.9rem;
  color: var(--ws-muted);
}
.ws-pack-list {
  list-style: none;
  margin: 1.4rem 0 1.5rem;
  padding: 0;
  display: grid;
  gap: 0.65rem;
  flex: 1;
}
.ws-pack-list li {
  position: relative;
  padding-left: 1.15rem;
  font-size: 0.98rem;
  color: var(--ws-muted);
  line-height: 1.4;
}
.ws-pack-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ws-blue);
}
.ws-pack-cta {
  width: 100%;
  margin-top: auto;
}
.ws-pack-foot {
  margin: 1.6rem 0 0;
  text-align: center;
  color: var(--ws-muted);
  font-size: 0.95rem;
}
.ws-pack-foot a {
  color: var(--ws-blue);
  font-weight: 600;
}

/* Hosting */
.ws-extra {
  padding: 1.8rem 1.7rem;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--ws-line);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.04);
}
.ws-extra-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1.6rem 2.2rem;
  align-items: start;
}
.ws-extra-label {
  margin: 0 0 0.4rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ws-blue);
}
.ws-extra h3 {
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 2.2rem);
  letter-spacing: -0.04em;
  font-weight: 700;
  line-height: 1.1;
}
.ws-extra-price {
  margin: 1rem 0 0;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
}
.ws-extra-price em {
  font-style: normal;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--ws-muted);
}
.ws-extra-lead {
  margin: 0.85rem 0 0;
  color: var(--ws-muted);
  font-size: 1.05rem;
  line-height: 1.45;
  max-width: 32rem;
}
.ws-extra-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.7rem;
}
.ws-extra-list li {
  position: relative;
  padding-left: 1.15rem;
  color: var(--ws-muted);
  font-size: 0.98rem;
  line-height: 1.4;
}
.ws-extra-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ws-blue);
}
.ws-extra-note {
  margin: 1.3rem 0 0;
  text-align: center;
  color: var(--ws-muted);
  font-size: 0.95rem;
}

/* Standards as list rows */
.ws-feature-list {
  border-top: 1px solid var(--ws-line);
}
.ws-feature-row {
  display: grid;
  grid-template-columns: minmax(9rem, 0.38fr) 1fr;
  gap: 1rem 2rem;
  padding: 1.4rem 0;
  border-bottom: 1px solid var(--ws-line);
}
.ws-feature-row h3 {
  margin: 0;
  font-size: 1.15rem;
  letter-spacing: -0.03em;
  font-weight: 600;
}
.ws-feature-row span {
  color: var(--ws-muted);
  font-size: 1.02rem;
  line-height: 1.45;
}

/* Process */
.ws-steps {
  list-style: none;
  margin: 0;
  padding: 2.2rem 0 0;
  border-top: 1px solid var(--ws-line);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.8rem 1.5rem;
}
.ws-steps li {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.ws-step-n {
  font-size: clamp(2.2rem, 3.5vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.05em;
  color: var(--ws-blue);
  line-height: 1;
  margin-bottom: 0.25rem;
}
.ws-steps h3 {
  margin: 0;
  font-size: 1.15rem;
  letter-spacing: -0.03em;
  font-weight: 600;
}
.ws-steps span:not(.ws-step-n) {
  color: var(--ws-muted);
  font-size: 0.98rem;
  line-height: 1.45;
}

/* Contact */
.ws-contact {
  max-width: var(--max-wide, 1120px);
  margin: 0 auto;
  padding: 0 clamp(1.2rem, 4vw, 2.5rem) clamp(4.5rem, 9vh, 7rem);
}
.ws-form-extras {
  margin: 1rem 0 0;
  padding: 1rem 1.05rem;
  border: 1px solid var(--ws-line);
  border-radius: 16px;
  background: rgba(251, 251, 253, 0.9);
}
.ws-form-extras legend {
  padding: 0 0.35rem;
  font-size: 0.84rem;
  font-weight: 600;
}
.ws-form-extras legend em {
  font-style: normal;
  font-weight: 500;
  color: var(--ws-muted);
}
.ws-check {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  cursor: pointer;
}
.ws-check input {
  margin-top: 0.25rem;
  width: 1.05rem;
  height: 1.05rem;
  accent-color: var(--ws-blue);
  flex-shrink: 0;
}
.ws-check strong {
  display: block;
  font-size: 0.95rem;
  letter-spacing: -0.015em;
}
.ws-check em {
  display: block;
  margin-top: 0.2rem;
  font-style: normal;
  font-size: 0.86rem;
  color: var(--ws-muted);
  line-height: 1.4;
}
.contact-field-span { grid-column: 1 / -1; }

@media (prefers-reduced-motion: reduce) {
  .ws-browser,
  .ws-phone,
  .ws-phone-chrome {
    animation: none !important;
  }
  .ws-phone-chrome { transform: rotate(-5deg); }
  .ws-pack {
    transition:
      box-shadow var(--duration-ui, 220ms) var(--ease-ui, ease),
      border-color var(--duration-ui, 220ms) var(--ease-ui, ease);
  }
  .ws-pack:hover { transform: none; }
}

@media (max-width: 960px) {
  .ws-hero { min-height: auto; }
  .ws-hero-shell {
    grid-template-columns: 1fr;
    padding-top: clamp(1.6rem, 4vh, 2.6rem);
  }
  .ws-hero-visual {
    order: -1;
    min-height: 300px;
  }
  .ws-browser { width: min(100%, 400px); }
  .ws-packages { grid-template-columns: 1fr; }
  .ws-extra-layout { grid-template-columns: 1fr; }
  .ws-feature-row { grid-template-columns: 1fr; gap: 0.3rem; }
  .ws-steps { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .ws-phone { display: none; }
  .ws-brand { font-size: clamp(3rem, 14vw, 4.2rem); }
  .ws-steps { grid-template-columns: 1fr; }
}
