/* ── HERO ─────────────────────────────────────────────────────────────────── */
.wp-hero {
  padding: 140px 56px 100px;
  text-align: center
}

.wp-hero-inner {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px
}

.wp-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: 50px;
  padding: 6px 14px 6px 8px;
  font-size: .82rem;
  font-weight: 600;
  color: var(--text)
}

.wp-hero-badge-icon {
  width: 22px;
  height: 22px;
  display: block
}

.wp-hero-title {
  font-family: var(--ff);
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 900;
  letter-spacing: -2px;
  line-height: 1.05
}

.wp-hero-sub {
  font-size: 1.05rem;
  color: var(--text-muted);
  line-height: 1.7;
  max-width: 540px
}

.wp-hero-checks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 4px
}

.wp-check {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: .88rem;
  color: var(--text-muted)
}

.wp-check svg {
  width: 16px;
  height: 16px;
  stroke: #22c55e;
  flex-shrink: 0
}

/* ── BUTTON SHOWCASE ─────────────────────────────────────────────────────── */
.wp-showcase-section {
  padding: 96px 56px;
  background: var(--bg)
}

.wp-showcase {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center
}

.wp-showcase-title {
  font-family: var(--ff);
  font-size: clamp(1.7rem, 2.5vw, 2.2rem);
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 1.1
}

.wp-showcase-sub {
  font-size: .96rem;
  color: var(--text-muted);
  max-width: 460px;
  line-height: 1.65
}

.wp-showcase-frame {
  position: relative;
  width: 100%;
  margin-top: 24px;
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: 16px;
  padding: 0 36px 110px;
  overflow: hidden;
  box-shadow: 0 4px 32px rgba(0,0,0,.07)
}

.wp-showcase-chrome {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 0;
  margin-bottom: 28px;
  border-bottom: 1.5px solid var(--border)
}

.wp-showcase-chrome-dots {
  display: flex;
  gap: 5px
}

.wp-showcase-chrome-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%
}

.dot-red    { background: #ff5f57 }
.dot-yellow { background: #febc2e }
.dot-green  { background: #28c840 }

.wp-showcase-chrome-bar {
  height: 22px;
  width: 220px;
  background: var(--bg);
  border: 1.5px solid var(--border);
  border-radius: 6px;
  font-size: .72rem;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  padding: 0 10px
}

.wp-showcase-mock {
  display: flex;
  flex-direction: column;
  gap: 10px
}

.wp-showcase-mock-title {
  font-size: 1rem;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: -.2px;
  margin-bottom: 4px
}

.wp-showcase-mock-line {
  height: 9px;
  background: var(--border);
  border-radius: 5px;
  opacity: .7
}

.wp-showcase-mock-line--wide   { width: 55% }
.wp-showcase-mock-line--medium { width: 78% }
.wp-showcase-mock-line--short  { width: 40% }

.wp-showcase-btn {
  position: absolute;
  bottom: 24px;
  right: 28px;
  width: 48%;
  max-width: 300px;
  height: auto;
  filter: drop-shadow(0 6px 20px rgba(0,0,0,.18))
}

@media (max-width: 768px) {
  .wp-showcase-section { padding: 72px 24px }
  .wp-showcase-frame { padding: 0 24px 100px }
  .wp-showcase-btn { width: 65%; max-width: 240px; bottom: 20px; right: 20px }
}

/* ── WIDGET INTRO ─────────────────────────────────────────────────────────── */
.wp-intro-section {
  padding: 96px 56px;
  background: #fff
}

.wp-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto
}

.wp-intro-img img {
  width: 100%;
  height: auto;
  border-radius: var(--radius);
  display: block
}

.wp-intro-text {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.wp-intro-title {
  font-family: var(--ff);
  font-size: clamp(1.7rem, 2.5vw, 2.2rem);
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 1.1
}

.wp-intro-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 4px
}

.wp-intro-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: .95rem;
  color: var(--text-muted);
  line-height: 1.55
}

.wp-intro-list svg {
  width: 16px;
  height: 16px;
  stroke: #22c55e;
  flex-shrink: 0;
  margin-top: 3px
}

@media (max-width: 768px) {
  .wp-intro-section { padding: 0 24px 72px }
  .wp-intro { grid-template-columns: 1fr; gap: 36px }
}

/* ── HOSTING ─────────────────────────────────────────────────────────────── */
.wp-hosting-section {
  padding: 96px 56px;
  background: var(--bg-dark)
}

.wp-hosting {
  max-width: 960px;
  margin: 0 auto
}

.wp-hosting-header {
  text-align: center;
  margin-bottom: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px
}

.wp-hosting-header .section-tag {
  background: rgba(255,255,255,.1);
  color: rgba(255,255,255,.75);
  border-color: rgba(255,255,255,.15)
}

.wp-hosting-title {
  font-family: var(--ff);
  font-size: clamp(1.9rem, 3.5vw, 2.8rem);
  font-weight: 900;
  letter-spacing: -1.2px;
  line-height: 1.1;
  color: #fff
}

.wp-hosting-sub {
  font-size: .95rem;
  color: rgba(255,255,255,.6);
  max-width: 520px;
  line-height: 1.65
}

.wp-hosting-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px
}

.wp-hosting-item {
  display: flex;
  flex-direction: column;
  gap: 10px
}

.wp-hosting-icon {
  width: 46px;
  height: 46px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px
}

.wp-hosting-icon svg {
  width: 21px;
  height: 21px;
  stroke: rgba(255,255,255,.85)
}

.wp-hosting-item h3 {
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: -.2px
}

.wp-hosting-item p {
  font-size: .9rem;
  color: rgba(255,255,255,.55);
  line-height: 1.65
}

@media (max-width: 768px) {
  .wp-hosting-section { padding: 72px 24px }
  .wp-hosting-grid { grid-template-columns: 1fr; gap: 28px }
}

/* ── STEPS ────────────────────────────────────────────────────────────────── */
.wp-steps-section {
  padding: 96px 56px
}

.wp-steps-header {
  text-align: center;
  margin-bottom: 64px
}

.wp-steps-title {
  font-family: var(--ff);
  font-size: clamp(1.9rem, 3.5vw, 2.8rem);
  font-weight: 900;
  letter-spacing: -1.2px;
  margin-top: 10px
}

.wp-steps-sub {
  margin-top: 12px;
  font-size: .95rem;
  color: var(--text-muted);
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.65
}

.wp-steps-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
  padding: 11px 18px;
  background: #f0fdf4;
  border: 1.5px solid #bbf7d0;
  border-radius: 10px;
  font-size: .88rem;
  font-weight: 500;
  color: #166534;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto
}

.wp-steps-note svg {
  width: 16px;
  height: 16px;
  stroke: #16a34a;
  flex-shrink: 0
}

.wp-steps {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0
}

.wp-step {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  padding: 32px 36px
}

.wp-step-connector {
  width: 2px;
  height: 28px;
  background: var(--border);
  margin-left: 51px
}

.wp-step-num {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  font-family: var(--ff);
  font-size: 1.1rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center
}

.wp-step-body {
  display: flex;
  flex-direction: column;
  gap: 6px
}

.wp-step-body h3 {
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: -.3px
}

.wp-step-body p {
  font-size: .92rem;
  color: var(--text-muted);
  line-height: 1.6
}

.wp-step-link {
  font-size: .88rem;
  font-weight: 500;
  color: var(--blue);
  text-decoration: none;
  margin-top: 4px
}

.wp-step-link:hover { text-decoration: underline }

.wp-step-tag {
  display: inline-block;
  margin-top: 6px;
  padding: 3px 10px;
  background: rgba(26, 61, 255, .08);
  color: var(--blue);
  border-radius: 20px;
  font-size: .8rem;
  font-weight: 500
}

.wp-step-download-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  flex-wrap: wrap
}

.wp-step-or {
  font-size: .84rem;
  color: var(--text-muted)
}

.wp-step-hint {
  margin-top: 10px;
  font-size: .84rem !important;
  color: var(--text-muted);
  line-height: 1.55
}

.wp-step-download {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  padding: 6px 13px;
  border: 1.5px solid var(--border);
  border-radius: 8px;
  font-size: .84rem;
  font-weight: 500;
  color: var(--text);
  text-decoration: none;
  background: var(--bg);
  transition: border-color .15s, background .15s
}

.wp-step-download:hover {
  border-color: var(--blue);
  color: var(--blue)
}

.wp-step-download svg {
  width: 13px;
  height: 13px;
  flex-shrink: 0
}

.wp-step-path {
  margin-top: 6px;
  font-size: .82rem;
  font-weight: 500;
  color: var(--text-muted);
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 5px 12px;
  display: inline-block;
  font-family: monospace
}

.wp-step--done {
  border-color: #bbf7d0;
  background: #f0fdf4
}

.wp-step-num--done {
  background: #22c55e
}

.wp-step-num--done svg {
  width: 22px;
  height: 22px;
  stroke: #fff
}

.wp-step-result-img {
  display: block;
  margin-top: 16px;
  width: 100%;
  max-width: 320px;
  height: auto;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto
}

/* ── PRO NOTICE ───────────────────────────────────────────────────────────── */
.wp-pro-section {
  padding: 0 56px 96px
}

.wp-pro-card {
  max-width: 760px;
  margin: 0 auto;
  background: var(--bg-dark);
  color: #fff;
  border-radius: var(--radius);
  padding: 48px 52px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px
}

.wp-pro-badge {
  padding: 4px 12px;
  border-radius: 20px;
  background: rgba(255,255,255,.12);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .5px;
  text-transform: uppercase
}

.wp-pro-title {
  font-family: var(--ff);
  font-size: clamp(1.5rem, 2.8vw, 2.1rem);
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 1.1
}

.wp-pro-desc {
  font-size: .96rem;
  line-height: 1.65;
  color: rgba(255,255,255,.7);
  max-width: 520px
}

.wp-pro-trial {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: .9rem;
  font-weight: 500;
  color: rgba(255,255,255,.85)
}

.wp-pro-trial svg {
  width: 18px;
  height: 18px;
  stroke: rgba(255,255,255,.7);
  flex-shrink: 0
}

/* ── FAQ ──────────────────────────────────────────────────────────────────── */
.faq-section {
  padding: 90px 56px
}

@media (max-width: 768px) {
  .faq-section { padding: 64px 24px }
}

/* ── RESPONSIVE ───────────────────────────────────────────────────────────── */
@media (max-width: 768px) {
  .wp-hero { padding: 120px 24px 72px }
  .wp-steps-section { padding: 72px 24px }
  .wp-pro-section { padding: 0 24px 72px }
  .wp-pro-card { padding: 32px 28px }
  .wp-step { padding: 24px 22px; gap: 18px }
  .wp-step-connector { margin-left: 33px }
}
