:root {
  --alpha-cream: #fefbec;
  --alpha-white: #ffffff;
  --alpha-charcoal: #2c2c2c;
  --alpha-deep: #1f1c1f;
  --alpha-border: rgba(255, 255, 255, 0.12);
  --alpha-muted: rgba(255, 255, 255, 0.72);
  --alpha-soft: rgba(255, 255, 255, 0.08);
  --alpha-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}

html {
  scroll-behavior: smooth;
}

html,
body {
  overflow-x: hidden;
}

body {
  color: var(--alpha-white);
}

#pwb-body-wrap {
  max-height: none !important;
  min-height: 100vh;
  overflow: visible !important;
}

#i84ba,
#i1lwz-6 {
  height: auto !important;
  min-height: 100vh;
}

#ieupsz,
.pw-promo-image,
#ilwyn,
#ilwyn-4,
#injpw-2-2-3,
#i3owk-2-3,
#ilwyn-2,
#ilwyn-2-3,
#ilwyn-2-3-2,
#injpw-2-2,
#ilwyn-4-2,
#ilwyn-4-2-2,
#injpw-2-2-2,
#i3owk-2-2-2-3,
#ilwyn-2-2-2-3,
#ilwyn-2-2-3-4-2,
#i3owk-2-2-2,
#injpw-2,
#ilwyn-2-2-2-3-2,
#injpw,
#i3owk-2-2-2-2 {
  display: none !important;
}

#alpha-site-content {
  position: relative;
  z-index: 3;
  padding: 0 24px 120px;
  font-family: "Montserrat", system-ui, sans-serif;
  pointer-events: auto;
  isolation: isolate;
}

#alpha-site-content * {
  pointer-events: auto;
}

.alpha-shell {
  width: min(1160px, 100%);
  margin: 0 auto;
}

.alpha-section {
  padding: 32px 0;
}

.alpha-panel,
.alpha-card,
.alpha-faq-item,
.alpha-founder-panel,
.alpha-contact-panel {
  background: linear-gradient(180deg, rgba(44, 44, 44, 0.74), rgba(31, 28, 31, 0.88));
  border: 1px solid var(--alpha-border);
  box-shadow: var(--alpha-shadow);
  backdrop-filter: blur(16px);
}

.alpha-panel,
.alpha-founder-panel,
.alpha-contact-panel {
  border-radius: 28px;
  padding: 32px;
}

.alpha-card,
.alpha-faq-item {
  border-radius: 24px;
  padding: 24px;
}

.alpha-label {
  color: rgba(254, 251, 236, 0.72);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.alpha-kicker {
  color: var(--alpha-cream);
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.alpha-title {
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.02;
  max-width: 12ch;
}

.alpha-copy,
.alpha-list,
.alpha-faq-item p,
.alpha-card p,
.alpha-founder-panel p,
.alpha-contact-panel p {
  color: var(--alpha-muted);
  font-size: 1rem;
  line-height: 1.7;
}

.alpha-copy {
  margin-top: 18px;
}

.alpha-grid {
  display: grid;
  gap: 20px;
}

.alpha-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.alpha-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.alpha-grid-6 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.alpha-card h3,
.alpha-founder-panel h3,
.alpha-contact-panel h3,
.alpha-faq-item h3 {
  font-size: 1.2rem;
  line-height: 1.2;
  margin-bottom: 12px;
}

.alpha-card strong,
.alpha-founder-panel strong,
.alpha-contact-panel strong,
.alpha-highlight {
  color: var(--alpha-cream);
}

.alpha-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}

.alpha-list li {
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.alpha-list li:first-child {
  border-top: 0;
  padding-top: 0;
}

.alpha-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.alpha-button,
.alpha-link-pill,
#alpha-sticky-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  text-decoration: none;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.alpha-button {
  background: var(--alpha-cream);
  color: var(--alpha-deep);
  font-weight: 600;
}

.alpha-button:hover,
.alpha-link-pill:hover,
#alpha-sticky-whatsapp:hover {
  transform: translateY(-1px);
}

.alpha-link-pill {
  border: 1px solid rgba(254, 251, 236, 0.28);
  color: var(--alpha-white);
  background: rgba(255, 255, 255, 0.04);
}

.alpha-link-pill[aria-disabled="true"] {
  opacity: 0.55;
  cursor: default;
}

.alpha-section-split {
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
}

.alpha-practice-name {
  color: var(--alpha-cream);
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.alpha-offer-intro {
  margin-bottom: 20px;
}

.alpha-offer-roadmap {
  display: grid;
  gap: 18px;
}

.alpha-offer-entry {
  position: relative;
  overflow: hidden;
}

.alpha-offer-entry::before,
.alpha-offer-branch::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(254, 251, 236, 0), rgba(254, 251, 236, 0.7), rgba(254, 251, 236, 0));
  opacity: 0.7;
  transform: translateX(-100%);
  animation: alphaRoadmapSweep 6s ease-in-out infinite;
}

.alpha-offer-entry-layout {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1.2fr) minmax(250px, 0.8fr);
  align-items: start;
}

.alpha-offer-entry-copy {
  position: relative;
  z-index: 1;
}

.alpha-offer-heading,
.alpha-offer-branch-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.alpha-offer-chip {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(254, 251, 236, 0.18);
  background: rgba(254, 251, 236, 0.08);
  color: var(--alpha-cream);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.alpha-offer-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 1px solid rgba(254, 251, 236, 0.18);
  background: rgba(254, 251, 236, 0.08);
  color: var(--alpha-cream);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 18px;
}

.alpha-offer-step-branch {
  min-width: 54px;
  height: 36px;
  font-size: 0.8rem;
  margin-bottom: 0;
}

.alpha-offer-map-preview {
  position: relative;
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(254, 251, 236, 0.12);
  background:
    radial-gradient(circle at top right, rgba(254, 251, 236, 0.12), transparent 35%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.alpha-offer-map-preview::after {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 18px;
  border: 1px dashed rgba(254, 251, 236, 0.16);
  pointer-events: none;
}

.alpha-offer-map-list {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  display: grid;
  gap: 10px;
  color: var(--alpha-muted);
}

.alpha-offer-map-list li {
  position: relative;
  padding-left: 18px;
}

.alpha-offer-map-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(254, 251, 236, 0.82);
  box-shadow: 0 0 16px rgba(254, 251, 236, 0.24);
}

.alpha-offer-decision {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 74px;
  padding: 0 16px;
  text-align: center;
}

.alpha-offer-line {
  position: absolute;
  left: 8%;
  right: 8%;
  top: 50%;
  height: 1px;
  background: linear-gradient(90deg, rgba(254, 251, 236, 0), rgba(254, 251, 236, 0.48), rgba(254, 251, 236, 0));
}

.alpha-offer-decision p {
  position: relative;
  z-index: 1;
  max-width: 32ch;
  padding: 0 16px;
  background: rgba(31, 28, 31, 0.92);
  color: var(--alpha-cream);
  font-size: 0.96rem;
  line-height: 1.5;
}

.alpha-offer-branches {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.alpha-offer-branch {
  position: relative;
  overflow: hidden;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.alpha-offer-branch:hover {
  transform: translateY(-2px);
  border-color: rgba(254, 251, 236, 0.24);
}

.alpha-offer-guarantee {
  margin-top: 8px;
  text-align: center;
}

@keyframes alphaRoadmapSweep {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }

  18% {
    opacity: 0.7;
  }

  70% {
    opacity: 0.7;
  }

  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}

.alpha-founder-layout {
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  align-items: start;
}

.alpha-founder-copy {
  display: grid;
  align-content: start;
}

.alpha-founder-copy > p + p {
  margin-top: 14px;
}

.alpha-founder-portrait {
  margin: 0;
  width: min(100%, 280px);
  justify-self: start;
}

.alpha-founder-portrait-frame {
  position: relative;
  aspect-ratio: 4 / 5;
  width: 100%;
  min-height: 0;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(254, 251, 236, 0.14);
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.2), transparent 38%),
    linear-gradient(180deg, rgba(64, 60, 60, 0.98), rgba(24, 22, 24, 0.98));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.05),
    0 20px 56px rgba(0, 0, 0, 0.28);
  isolation: isolate;
}

.alpha-founder-portrait-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 11%;
  filter: saturate(0.96) contrast(1.01) brightness(0.99);
  transform: scale(1.01);
}

.alpha-founder-portrait-overlay,
.alpha-founder-portrait-matte {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.alpha-founder-portrait-overlay {
  background:
    linear-gradient(180deg, rgba(18, 16, 18, 0.02) 0%, rgba(18, 16, 18, 0.06) 34%, rgba(18, 16, 18, 0.3) 100%),
    linear-gradient(90deg, rgba(18, 16, 18, 0.18) 0%, transparent 18%, transparent 84%, rgba(18, 16, 18, 0.12) 100%);
}

.alpha-founder-portrait-matte {
  box-shadow:
    inset 0 0 0 1px rgba(254, 251, 236, 0.1),
    inset 0 -90px 100px rgba(14, 12, 14, 0.22);
}

.alpha-founder-meta,
.alpha-contact-meta {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.alpha-faq-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.alpha-faq-item {
  padding: 22px 24px;
}

.alpha-faq-item h3 {
  margin-bottom: 10px;
}

.alpha-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.alpha-domain-line {
  color: rgba(254, 251, 236, 0.68);
  font-size: 0.95rem;
  margin-top: 16px;
}

#alpha-sticky-whatsapp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 20;
  background: rgba(31, 28, 31, 0.94);
  border: 1px solid rgba(254, 251, 236, 0.16);
  color: var(--alpha-white);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(16px);
}

.alpha-note {
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.92rem;
  line-height: 1.6;
}

@media (max-width: 1100px) {
  .alpha-grid-3,
  .alpha-grid-6,
  .alpha-section-split {
    grid-template-columns: 1fr;
  }

  .alpha-grid-2 {
    grid-template-columns: 1fr;
  }

  .alpha-founder-layout {
    grid-template-columns: 1fr;
  }

  .alpha-offer-entry-layout,
  .alpha-offer-branches {
    grid-template-columns: 1fr;
  }

  .alpha-founder-portrait {
    justify-self: center;
  }

  .alpha-faq-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  #alpha-site-content {
    padding: 0 16px 112px;
  }

  .alpha-section {
    padding: 24px 0;
  }

  .alpha-panel,
  .alpha-card,
  .alpha-faq-item,
  .alpha-founder-panel,
  .alpha-contact-panel {
    border-radius: 22px;
    padding: 20px;
  }

  .alpha-title {
    font-size: clamp(1.8rem, 8vw, 2.4rem);
    line-height: 1.06;
    max-width: none;
  }

  .alpha-label {
    font-size: 11px;
    letter-spacing: 0.15em;
    margin-bottom: 12px;
  }

  .alpha-kicker {
    font-size: 12px;
    letter-spacing: 0.1em;
  }

  .alpha-copy,
  .alpha-list,
  .alpha-faq-item p,
  .alpha-card p,
  .alpha-founder-panel p,
  .alpha-contact-panel p {
    font-size: 0.97rem;
    line-height: 1.65;
  }

  .alpha-card h3,
  .alpha-founder-panel h3,
  .alpha-contact-panel h3,
  .alpha-faq-item h3 {
    font-size: 1.08rem;
  }

  .alpha-founder-layout {
    gap: 24px;
  }

  .alpha-offer-entry-layout {
    gap: 18px;
  }

  .alpha-offer-step {
    min-width: 42px;
    height: 42px;
    font-size: 0.82rem;
    margin-bottom: 14px;
  }

  .alpha-offer-step-branch {
    min-width: 50px;
    height: 34px;
    margin-bottom: 0;
  }

  .alpha-offer-map-preview {
    padding: 18px;
  }

  .alpha-offer-line {
    left: 0;
    right: 0;
  }

  .alpha-offer-decision {
    min-height: 64px;
    padding: 0;
  }

  .alpha-offer-decision p {
    font-size: 0.92rem;
    padding: 0 12px;
  }

  .alpha-founder-portrait {
    width: min(100%, 240px);
  }

  .alpha-founder-portrait-frame {
    max-width: 240px;
  }

  .alpha-cta-row,
  .alpha-contact-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .alpha-button,
  .alpha-link-pill {
    width: 100%;
  }

  #alpha-sticky-whatsapp {
    right: 16px;
    left: 16px;
    bottom: 16px;
  }
}
