/* Wajib Landing — from Claude Design: Wajib Landing.dc.html (convergence hero) */
:root {
  --ink: #1d1d1f;
  --muted: rgba(60, 60, 67, 0.62);
  --muted-soft: rgba(60, 60, 67, 0.45);
  --muted-faint: rgba(60, 60, 67, 0.38);
  --line: rgba(0, 0, 0, 0.06);
  --card: rgba(255, 255, 255, 0.72);
  --card-strong: rgba(255, 255, 255, 0.9);
  --green: #0fbf37;
  --blue: #0764e4;
  --cyan: #0fa3c2;
  --orange: #e8890c;
  --purple: #a85bbe;
  --shadow: 0 10px 30px rgba(40, 50, 80, 0.06);
  --shadow-lg: 0 30px 70px rgba(40, 50, 80, 0.28);
  --font: -apple-system, "SF Pro Display", "SF Pro Text", system-ui, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.wajib-landing {
  margin: 0;
  min-height: 100vh;
  font-family: var(--font);
  -webkit-font-smoothing: antialiased;
  color: var(--ink);
  /* Cleaner Apple-like wash; brand color stays in accents */
  background: #fbfbfd;
}
body.wajib-landing a { color: #0a84ff; text-decoration: none; }
body.wajib-landing a:hover { opacity: 0.75; }
img { max-width: 100%; display: block; }

@keyframes blobMorph {
  0%, 100% { border-radius: 50%; transform: translate(0, 0) scale(1); }
  33% { border-radius: 46% 54% 52% 48% / 48% 52% 46% 54%; transform: translate(16px, -12px) scale(1.07); }
  66% { border-radius: 54% 46% 48% 52% / 52% 48% 54% 46%; transform: translate(-10px, 10px) scale(0.95); }
}
@keyframes bloomIn {
  from { opacity: 0; transform: scale(0.45); }
  to { opacity: 1; transform: scale(1); }
}
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes wordReveal {
  0% { opacity: 0; letter-spacing: 0.08em; filter: blur(10px); }
  100% { opacity: 1; letter-spacing: -0.045em; filter: blur(0); }
}
@keyframes cardArrive {
  0% { opacity: 0; transform: translate(var(--ax), var(--ay)) rotate(var(--ar0, 0deg)) scale(2.4); filter: blur(10px); }
  45% { opacity: 1; transform: translate(calc(var(--ax) * 0.22), calc(var(--ay) * 0.16)) rotate(calc(var(--ar0, 0deg) * 0.4)) scale(1.3); filter: blur(3px); }
  78% { transform: translate(calc(var(--ax) * -0.05), calc(var(--ay) * -0.04)) rotate(var(--ar1, 0deg)) scale(0.97); filter: blur(0); }
  100% { opacity: 1; transform: translate(0, 0) rotate(var(--ar1, 0deg)) scale(1); filter: blur(0); }
}
@keyframes glassPop {
  0% { opacity: 0; transform: scale(0.5); }
  62% { transform: scale(1.1); }
  100% { opacity: 1; transform: scale(1); }
}
@keyframes flareSweep {
  0% { transform: translateX(-180%) skewX(-16deg); }
  100% { transform: translateX(340%) skewX(-16deg); }
}
@keyframes ringBurst {
  0% { opacity: 0.8; transform: translate(-50%, -50%) scale(0.5); }
  100% { opacity: 0; transform: translate(-50%, -50%) scale(2); }
}
@keyframes floatInDeep {
  0% { opacity: 0; transform: translateY(110px) scale(0.92); filter: blur(7px); }
  100% { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
}
@keyframes bob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
@keyframes fadeInSoft {
  from { opacity: 0; }
  to { opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Icon mark */
.w-icon {
  position: relative;
  width: 30px;
  height: 30px;
  font-size: 3px;
  border-radius: 23%;
  background: radial-gradient(130% 130% at 28% 18%, #ffffff 0%, #eef0f6 58%, #e2e6f2 100%);
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 0.9em 2.2em rgba(40, 50, 80, 0.16);
  flex: none;
}
.w-icon__tile {
  position: absolute;
  border-radius: 26%;
}
.w-icon__tile--o { left: 26%; top: -12%; width: 44%; height: 44%; background: linear-gradient(160deg, #f8c25e, #e8890c); transform: rotate(-16deg); }
.w-icon__tile--p { right: -10%; top: 15%; width: 45%; height: 45%; background: linear-gradient(160deg, #c982de, #8e4ba8); transform: rotate(18deg); }
.w-icon__tile--c { right: -8%; bottom: -10%; width: 42%; height: 42%; background: linear-gradient(160deg, #4dd9e8, #0fa3c2); transform: rotate(-12deg); }
.w-icon__tile--g { left: -10%; bottom: -8%; width: 48%; height: 48%; background: linear-gradient(160deg, #67e572, #0fbf37); transform: rotate(12deg); }
.w-icon__glass {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 58%;
  height: 58%;
  transform: translate(-50%, -50%);
  border-radius: 26%;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.62), rgba(173, 209, 255, 0.46));
  border: 0.07em solid rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(4px) saturate(175%);
  -webkit-backdrop-filter: blur(4px) saturate(175%);
}
.w-icon__glass svg {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 60%;
  height: 60%;
}

/* Nav */
.w-nav-wrap {
  position: sticky;
  top: 14px;
  z-index: 50;
  display: flex;
  justify-content: center;
  padding: 0 20px;
  animation: fadeInSoft 0.8s ease both;
}
.w-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  padding: 9px 12px 9px 16px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  box-shadow: 0 8px 26px rgba(40, 50, 80, 0.1);
  flex-wrap: wrap;
  justify-content: center;
}
.w-nav__brand {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--ink) !important;
  font-size: 16.5px;
  font-weight: 800;
  letter-spacing: -0.04em;
}
.w-nav__links {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.w-nav__links a {
  font-size: 13px;
  font-weight: 600;
  color: var(--muted) !important;
}
.w-nav__links a:hover { color: var(--ink) !important; opacity: 1; }
.w-nav__cta {
  font-size: 13px;
  font-weight: 700;
  color: #fff !important;
  background: var(--ink);
  padding: 8px 16px;
  border-radius: 16px;
  transition: transform 0.15s;
}
.w-nav__cta:hover { transform: scale(1.05); opacity: 1; }
.w-nav__back {
  font-size: 12px;
  font-weight: 600;
  color: var(--muted-soft) !important;
}

/* Hero */
.w-hero {
  position: relative;
  overflow: hidden;
  margin-top: -58px;
  padding: 120px 24px 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.w-hero .w-blob {
  opacity: 0.55;
}
.w-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(30px);
  pointer-events: none;
  animation: bloomIn 1.4s cubic-bezier(0.2, 1, 0.3, 1) both, blobMorph 14s 2s ease-in-out infinite;
}
.w-blob--1 { width: 520px; height: 520px; right: -160px; top: -140px; background: radial-gradient(circle, rgba(232, 137, 12, 0.16), transparent 66%); animation-delay: 0.2s, 2s; }
.w-blob--2 { width: 460px; height: 460px; left: -140px; top: 60px; background: radial-gradient(circle, rgba(7, 100, 228, 0.12), transparent 66%); animation-delay: 0.4s, 2.4s; animation-duration: 1.4s, 16s; }
.w-blob--3 { width: 440px; height: 440px; left: -120px; bottom: -140px; background: radial-gradient(circle, rgba(15, 191, 55, 0.13), transparent 66%); animation-delay: 0.6s, 2.8s; animation-duration: 1.4s, 15s; }
.w-blob--4 { width: 480px; height: 480px; right: -140px; bottom: -100px; background: radial-gradient(circle, rgba(168, 91, 190, 0.13), transparent 66%); animation-delay: 0.8s, 3.2s; animation-duration: 1.4s, 17s; }

.w-hero__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  max-width: 860px;
  text-align: center;
}

.w-hero-mark {
  position: relative;
  width: 126px;
  height: 126px;
  font-size: 12.6px;
  margin-bottom: 38px;
  animation: bob 6s 4.6s ease-in-out infinite;
}
.w-hero-mark__ring {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 160%;
  height: 160%;
  border-radius: 50%;
  border: 2px solid rgba(120, 140, 190, 0.35);
  opacity: 0;
  animation: ringBurst 1.1s 2.5s cubic-bezier(0.2, 0.6, 0.3, 1) forwards;
}
.w-hero-mark__ring--2 {
  border-width: 1.5px;
  border-color: rgba(120, 140, 190, 0.25);
  animation-delay: 2.8s;
}
.w-hero-mark__tile {
  position: absolute;
  border-radius: 26%;
  border: 0.05em solid rgba(255, 255, 255, 0.55);
  animation: cardArrive 1.5s cubic-bezier(0.3, 0.7, 0.2, 1) both;
}
.w-hero-mark__tile--o {
  left: 28%; top: -10%; width: 44%; height: 44%;
  background: linear-gradient(160deg, #f8c25e, #e8890c);
  box-shadow: 0 0.5em 1.3em rgba(232, 137, 12, 0.4);
  --ax: -8vw; --ay: -46vh; --ar0: -60deg; --ar1: -16deg;
  animation-delay: 0.3s;
}
.w-hero-mark__tile--p {
  right: -8%; top: 16%; width: 45%; height: 45%;
  background: linear-gradient(160deg, #c982de, #8e4ba8);
  box-shadow: 0 0.5em 1.3em rgba(142, 75, 168, 0.4);
  --ax: 46vw; --ay: -14vh; --ar0: 66deg; --ar1: 18deg;
  animation-delay: 0.55s;
}
.w-hero-mark__tile--c {
  right: -6%; bottom: -8%; width: 42%; height: 42%;
  background: linear-gradient(160deg, #4dd9e8, #0fa3c2);
  box-shadow: 0 0.5em 1.3em rgba(15, 163, 194, 0.4);
  --ax: 40vw; --ay: 42vh; --ar0: -54deg; --ar1: -12deg;
  animation-delay: 0.8s;
}
.w-hero-mark__tile--g {
  left: -8%; bottom: -6%; width: 48%; height: 48%;
  background: linear-gradient(160deg, #67e572, #0fbf37);
  box-shadow: 0 0.5em 1.3em rgba(15, 191, 55, 0.4);
  --ax: -42vw; --ay: 40vh; --ar0: 56deg; --ar1: 12deg;
  animation-delay: 1.05s;
}
.w-hero-mark__glass {
  position: absolute;
  left: 21%;
  top: 21%;
  width: 58%;
  height: 58%;
  border-radius: 26%;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.62), rgba(173, 209, 255, 0.46));
  border: 0.07em solid rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(1.1em) saturate(175%);
  -webkit-backdrop-filter: blur(1.1em) saturate(175%);
  box-shadow: 0 0.6em 1.7em rgba(31, 60, 120, 0.24);
  overflow: hidden;
  animation: glassPop 0.9s 2s cubic-bezier(0.22, 1.2, 0.36, 1) both;
}
.w-hero-mark__flare {
  position: absolute;
  top: 0;
  left: 0;
  width: 42%;
  height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.85), transparent);
  transform: translateX(-180%) skewX(-16deg);
  animation: flareSweep 0.9s 2.5s cubic-bezier(0.4, 0, 0.2, 1) both;
}
.w-hero-mark__glass svg {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 58%;
  height: 58%;
  filter: drop-shadow(0 0.07em 0.2em rgba(10, 18, 45, 0.4));
}

.w-hero h1 {
  margin: 0;
  font-size: clamp(46px, 7vw, 80px);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.045em;
  animation: wordReveal 1.1s 0.4s cubic-bezier(0.2, 1, 0.3, 1) both;
  text-wrap: balance;
  color: var(--ink);
}
.w-hero__sub {
  margin: 24px 0 0;
  max-width: 560px;
  font-size: 19px;
  line-height: 1.5;
  font-weight: 500;
  color: var(--muted);
  animation: fadeUp 0.8s 0.7s ease both;
  text-wrap: pretty;
}
.w-hero__ctas {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 34px;
  flex-wrap: wrap;
  justify-content: center;
  animation: fadeUp 0.8s 0.9s ease both;
}
.w-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 28px;
  border-radius: 24px;
  transition: transform 0.15s;
  border: 0;
  cursor: pointer;
}
.w-btn:hover { transform: scale(1.04); opacity: 1; }
.w-btn--dark {
  background: var(--ink);
  color: #fff !important;
  box-shadow: 0 10px 26px rgba(30, 15, 50, 0.22);
}
.w-btn--glass {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(0, 0, 0, 0.07);
  color: var(--ink) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  padding: 14px 24px;
}
.w-hero__note {
  margin-top: 16px;
  font-size: 13px;
  font-weight: 600;
  color: var(--muted-faint);
  animation: fadeUp 0.8s 1s ease both;
}

/* Phone mock */
.w-phone-wrap {
  margin-top: 58px;
  animation: floatInDeep 1.1s 1.1s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}
.w-phone {
  width: 300px;
  border-radius: 52px;
  background: var(--ink);
  padding: 10px;
  box-shadow: var(--shadow-lg);
}
.w-phone__screen {
  position: relative;
  border-radius: 43px;
  overflow: hidden;
  background: linear-gradient(178deg, #fdfcfa, #f1f2f7);
  padding: 0 0 22px;
}
.w-phone__notch {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 82px;
  height: 24px;
  border-radius: 13px;
  background: #0b0b10;
  z-index: 5;
}
.w-phone__status {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 24px 0;
  font-size: 13px;
  font-weight: 700;
}
.w-phone__status span:last-child {
  font-size: 11px;
  color: var(--muted-soft);
}
.w-phone__head {
  padding: 26px 20px 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: left;
}
.w-phone__head small {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--muted-soft);
}
.w-phone__head strong {
  font-size: 27px;
  font-weight: 800;
  letter-spacing: -0.035em;
}
.w-duty-list {
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding: 16px 14px 0;
}
.w-duty {
  display: flex;
  align-items: center;
  gap: 11px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 17px;
  padding: 10px 12px;
  box-shadow: 0 3px 10px rgba(40, 50, 80, 0.06);
  text-align: left;
}
.w-duty__icon {
  flex: none;
  width: 34px;
  height: 34px;
  border-radius: 11px;
}
.w-duty__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.w-duty__title {
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: -0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.w-duty__meta {
  font-size: 10.5px;
  font-weight: 600;
  color: var(--muted-soft);
}
.w-duty__check {
  flex: none;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.w-duty__check svg { width: 13px; height: 13px; }

/* Sections */
.w-section {
  padding: 90px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 52px;
}
.w-section--tight { padding-top: 40px; padding-bottom: 100px; gap: 48px; }
.w-section h2 {
  margin: 0;
  font-size: clamp(34px, 4.4vw, 48px);
  font-weight: 800;
  letter-spacing: -0.04em;
  text-align: center;
  text-wrap: balance;
  max-width: 640px;
  color: var(--ink);
}
.w-section__lead {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: var(--muted);
  text-align: center;
}

.w-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 22px;
  width: min(1080px, 100%);
}
.w-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  box-shadow: var(--shadow);
}
.w-card h3 {
  margin: 0;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--ink);
}
.w-card p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--muted);
  text-wrap: pretty;
}

.w-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.w-chip {
  display: flex;
  align-items: center;
  gap: 7px;
  background: var(--card-strong);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 6px 12px 6px 7px;
}
.w-chip__dot {
  width: 18px;
  height: 18px;
  border-radius: 6px;
}
.w-chip span {
  font-size: 12px;
  font-weight: 700;
  color: var(--ink);
}

.w-mini-list {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.w-mini-row {
  display: flex;
  align-items: center;
  gap: 9px;
  background: var(--card-strong);
  border: 1px solid var(--line);
  border-radius: 13px;
  padding: 8px 11px;
}
.w-mini-row__dot {
  width: 24px;
  height: 24px;
  border-radius: 8px;
  flex: none;
}
.w-mini-row span {
  font-size: 12.5px;
  font-weight: 700;
  color: var(--ink);
}

.w-check-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 0 2px;
}
.w-check-visual__mark {
  position: relative;
  width: 76px;
  height: 76px;
  font-size: 7.6px;
  border-radius: 26%;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.7), rgba(173, 209, 255, 0.5));
  border: 0.09em solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 0.6em 1.7em rgba(31, 60, 120, 0.22);
  overflow: hidden;
}
.w-check-visual__mark svg {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 58%;
  height: 58%;
  filter: drop-shadow(0 0.07em 0.2em rgba(10, 18, 45, 0.35));
}

/* Steps */
.w-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
  width: min(1080px, 100%);
}
.w-step {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  box-shadow: var(--shadow);
}
.w-step__n {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  font-weight: 800;
  color: #fff;
}
.w-step h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--ink);
}
.w-step p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--muted);
}

/* Pricing */
.w-price-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 320px));
  gap: 22px;
  justify-content: center;
  width: min(760px, 100%);
}
.w-price {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}
.w-price--pro {
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 44px rgba(40, 50, 80, 0.14);
}
.w-price__bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #0fbf37, #0fa3c2, #0764e4, #a85bbe, #e8890c);
}
.w-price__label {
  font-size: 15px;
  font-weight: 700;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 8px;
}
.w-price__badge {
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.05em;
  color: #fff;
  background: var(--ink);
  border-radius: 9px;
  padding: 3px 8px;
}
.w-price__amt {
  display: flex;
  align-items: baseline;
  gap: 6px;
}
.w-price__amt strong {
  font-size: 38px;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--ink);
}
.w-price__amt span {
  font-size: 14px;
  font-weight: 600;
  color: var(--muted-soft);
}
.w-price__feats {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.w-price__feat {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(60, 60, 67, 0.8);
}
.w-price__feat svg {
  flex: none;
  width: 16px;
  height: 16px;
}
.w-price__cta {
  margin-top: auto;
  display: block;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  padding: 13px 0;
  border-radius: 20px;
  transition: transform 0.15s;
}
.w-price__cta:hover { transform: scale(1.03); opacity: 1; }
.w-price__cta--ghost {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: var(--ink) !important;
}
.w-price__cta--dark {
  background: var(--ink);
  color: #fff !important;
  box-shadow: 0 10px 26px rgba(30, 15, 50, 0.2);
}

/* FAQ */
.w-faq {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: min(680px, 100%);
}
.w-faq details {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: 0 6px 20px rgba(40, 50, 80, 0.05);
  overflow: hidden;
}
.w-faq summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 22px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--ink);
  transition: background 0.15s;
}
.w-faq summary::-webkit-details-marker { display: none; }
.w-faq summary:hover { background: rgba(255, 255, 255, 0.6); }
.w-faq summary::after {
  content: "+";
  flex: none;
  font-size: 20px;
  font-weight: 600;
  color: var(--muted-soft);
  transition: transform 0.25s;
}
.w-faq details[open] summary::after { transform: rotate(45deg); }
.w-faq p {
  margin: 0;
  padding: 0 22px 20px;
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--muted);
}

/* Footer */
.w-footer {
  border-top: 1px solid var(--line);
  padding: 44px 24px 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}
.w-footer__brand {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--ink) !important;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.04em;
}
.w-footer__links {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  justify-content: center;
}
.w-footer__links a {
  font-size: 12.5px;
  font-weight: 600;
  color: var(--muted) !important;
}
.w-footer__copy {
  font-size: 12px;
  font-weight: 500;
  color: rgba(60, 60, 67, 0.36);
}
.w-footer__more {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
}
.w-footer__more a { color: var(--muted-soft) !important; }

@media (max-width: 700px) {
  .w-nav { gap: 14px; padding: 10px 12px; }
  .w-nav__links { gap: 12px; }
  .w-nav__links a:nth-child(n+3) { display: none; }
  .w-hero { padding: 110px 18px 70px; }
  .w-phone { width: min(300px, 86vw); }
}
