/* Wigope Retail Connect — marketing (modern / simple) */
:root {
  --rc-ink: #0f1218;
  --rc-muted: #5b6472;
  --rc-line: #e6e8ee;
  --rc-paper: #f5f6f8;
  --rc-white: #ffffff;
  --rc-brand: #dd5511;
  --rc-brand-deep: #c44a0e;
  --rc-brand-soft: rgba(221, 85, 17, 0.1);
  --rc-night: #0f1218;
  --rc-font: "Manrope", system-ui, sans-serif;
  --rc-display: "Bricolage Grotesque", system-ui, sans-serif;
  --rc-mono: "IBM Plex Mono", ui-monospace, monospace;
  --rc-radius: 14px;
  --rc-max: 1080px;
  --rc-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body.rc-site {
  margin: 0;
  font-family: var(--rc-font);
  color: var(--rc-ink);
  background: var(--rc-white);
  -webkit-font-smoothing: antialiased;
  line-height: 1.55;
}

img { max-width: 100%; display: block; }
a { color: inherit; }
code {
  font-family: var(--rc-mono);
  font-size: 0.88em;
  background: rgba(15, 18, 24, 0.06);
  padding: 0.12em 0.35em;
  border-radius: 4px;
}

.rc-skip {
  position: absolute;
  left: -999px;
  top: 0;
  background: #000;
  color: #fff;
  padding: 8px 12px;
  z-index: 10000;
}
.rc-skip:focus { left: 12px; top: 12px; }

.rc-wrap {
  width: min(var(--rc-max), calc(100% - 48px));
  margin: 0 auto;
}

/* ——— Nav ——— */
.rc-nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  padding: 16px 0;
  transition: background 0.3s var(--rc-ease), border-color 0.3s ease;
}
.rc-nav.is-scrolled {
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--rc-line);
}
.rc-nav__inner {
  width: min(var(--rc-max), calc(100% - 48px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.rc-nav__brand { text-decoration: none; display: flex; align-items: center; }
.rc-nav__brand .wigope-logo-img {
  max-height: 52px;
  width: auto;
  background: transparent;
}
.rc-nav__panel {
  display: flex;
  align-items: center;
  gap: 4px 22px;
}
.rc-nav__panel a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 550;
  color: var(--rc-muted);
  transition: color 0.2s ease;
}
.rc-nav__panel a:hover { color: var(--rc-ink); }
.rc-nav__panel a.rc-btn--solid,
.rc-nav__panel a.rc-btn--solid:hover {
  color: #fff;
}
.rc-nav__toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--rc-line);
  border-radius: 10px;
  background: var(--rc-white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
.rc-nav__toggle span {
  display: block;
  width: 16px;
  height: 1.5px;
  background: var(--rc-ink);
}

/* ——— Buttons ——— */
.rc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 10px;
  font-family: var(--rc-font);
  font-weight: 650;
  font-size: 14px;
  letter-spacing: -0.01em;
  text-decoration: none;
  border: 1px solid transparent;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s var(--rc-ease);
}
.rc-btn:hover { transform: translateY(-1px); }
.rc-btn--sm { min-height: 38px; padding: 0 14px; font-size: 13px; }
.rc-btn--solid {
  background: var(--rc-brand);
  color: #fff;
}
.rc-btn--solid:hover { background: var(--rc-brand-deep); color: #fff; }
.rc-btn--ghost {
  background: transparent;
  color: var(--rc-ink);
  border-color: rgba(15, 18, 24, 0.14);
}
.rc-btn--ghost:hover { border-color: var(--rc-ink); }
.rc-btn--ghost-dark {
  background: transparent;
  color: var(--rc-ink);
  border-color: var(--rc-line);
}
.rc-btn--ghost-dark:hover { border-color: var(--rc-ink); }
.rc-btn--on-dark {
  background: #fff;
  color: var(--rc-ink);
}
.rc-btn--on-dark:hover { background: #f0f1f4; color: var(--rc-ink); }

/* ——— Hero ——— */
.rc-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  padding-top: 72px;
}
.rc-hero__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 55% at 92% 8%, rgba(221, 85, 17, 0.16), transparent 55%),
    radial-gradient(ellipse 45% 40% at 0% 100%, rgba(90, 110, 140, 0.1), transparent 50%),
    linear-gradient(165deg, #ffffff 0%, #f7f8fb 48%, #eef1f6 100%);
}
.rc-hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%230f1218' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.7;
  pointer-events: none;
  animation: rc-grain 18s linear infinite;
}
@keyframes rc-grain {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-30px, -20px, 0); }
}

.rc-hero__stage {
  position: relative;
  z-index: 1;
  width: min(var(--rc-max), calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
  padding: 56px 0 72px;
}
.rc-hero__brand {
  margin: 0 0 20px;
  font-family: var(--rc-display);
  font-size: clamp(2.1rem, 4.6vw, 3.35rem);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.05;
  color: var(--rc-ink);
}
.rc-hero__brand span { color: var(--rc-brand); }
.rc-hero__brand--on-dark { color: #fff; margin-bottom: 10px; font-size: clamp(1.4rem, 2.5vw, 1.85rem); }
.rc-hero__brand--on-dark span { color: #ffb089; }

.rc-hero h1 {
  margin: 0 0 14px;
  font-family: var(--rc-font);
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  font-weight: 550;
  letter-spacing: -0.02em;
  line-height: 1.4;
  color: var(--rc-ink);
  max-width: 34ch;
}
.rc-hero__lead {
  margin: 0 0 28px;
  font-size: 1.02rem;
  color: var(--rc-muted);
  max-width: 40ch;
  line-height: 1.6;
}
.rc-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 20px;
  animation: rc-rise 0.9s var(--rc-ease) 0.15s both;
}
.rc-hero__link {
  font-size: 14px;
  font-weight: 650;
  color: var(--rc-ink);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(15, 18, 24, 0.28);
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}
.rc-hero__link:hover {
  color: var(--rc-brand);
  text-decoration-color: var(--rc-brand);
}
.rc-hero__copy {
  animation: rc-rise 0.85s var(--rc-ease) both;
}
@keyframes rc-rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

.rc-hero__visual {
  display: flex;
  justify-content: center;
  animation: rc-rise 1s var(--rc-ease) 0.2s both;
}

/* Hero — payment page mock (no phone chrome) */
.rc-pay-mock {
  width: min(328px, 100%);
  border-radius: 16px;
  overflow: hidden;
  background: transparent;
  padding: 0;
  font-family: "Manrope", system-ui, sans-serif;
  border: none;
  box-shadow: none;
  animation: rc-float 6s ease-in-out infinite;
  transform-origin: top center;
}
.rc-pay-mock__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 12px;
  padding: 9px 11px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}
.rc-pay-mock__logo {
  height: 20px;
  width: auto;
  display: block;
}
.rc-pay-mock__details {
  font-size: 11.5px;
  font-weight: 650;
  color: #dd5511;
}
.rc-pay-mock__card {
  margin-top: 9px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 15px;
  padding: 13px 11px 11px;
  box-shadow: 0 12px 28px rgba(15, 18, 24, 0.08);
}
.rc-pay-mock__merchant {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 8px 9px;
  border-radius: 11px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
  position: relative;
  overflow: hidden;
  margin-bottom: 11px;
}
.rc-pay-mock__merchant::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #dd5511;
}
.rc-pay-mock__avatar {
  width: 33px;
  height: 33px;
  border-radius: 9px;
  background: linear-gradient(145deg, #ff8a3d, #dd5511);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 750;
  font-size: 13px;
  flex-shrink: 0;
}
.rc-pay-mock__merchant-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.rc-pay-mock__hint {
  font-size: 9.5px;
  color: #64748b;
}
.rc-pay-mock__name {
  font-size: 12.5px;
  font-weight: 700;
  color: #0f172a;
  letter-spacing: -0.02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rc-pay-mock__amt {
  text-align: right;
  flex-shrink: 0;
}
.rc-pay-mock__amt-label {
  display: block;
  font-size: 9.5px;
  color: #64748b;
}
.rc-pay-mock__amt-value {
  display: block;
  font-size: 12.5px;
  font-weight: 750;
  color: #0f172a;
  letter-spacing: -0.02em;
}
.rc-pay-mock__timer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 9px 11px;
  border-radius: 9px;
  background: #fff7f2;
  border: 1px solid rgba(221, 85, 17, 0.16);
  margin-bottom: 11px;
  font-size: 10.5px;
  color: #64748b;
}
.rc-pay-mock__clock {
  font-variant-numeric: tabular-nums;
  font-size: 13px;
  font-weight: 750;
  color: #dd5511;
  letter-spacing: 0.02em;
}
.rc-pay-mock__section {
  margin: 0 0 9px;
  font-size: 11.5px;
  font-weight: 650;
  color: #0f172a;
  letter-spacing: -0.01em;
}
.rc-pay-mock__apps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}
.rc-pay-mock__app {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding: 9px 3px 7px;
  border-radius: 11px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #fafbfc;
}
.rc-pay-mock__app img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}
.rc-pay-mock__app span {
  font-size: 8.5px;
  font-weight: 650;
  color: #334155;
  text-align: center;
  line-height: 1.2;
}
.rc-pay-mock__show-qr {
  margin: 9px 0 9px;
  text-align: center;
  padding: 9px;
  border-radius: 9px;
  border: 1px dashed rgba(221, 85, 17, 0.35);
  color: #dd5511;
  font-size: 11.5px;
  font-weight: 700;
  background: rgba(221, 85, 17, 0.04);
}
.rc-pay-mock__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
  padding: 9px;
  border-radius: 11px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
  margin-bottom: 7px;
}
.rc-pay-mock__row-left {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
}
.rc-pay-mock__row-left img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  flex-shrink: 0;
}
.rc-pay-mock__row-left strong {
  display: block;
  font-size: 11.5px;
  font-weight: 700;
  color: #0f172a;
  letter-spacing: -0.01em;
}
.rc-pay-mock__row-left span {
  display: block;
  font-size: 9.5px;
  color: #64748b;
}
.rc-pay-mock__chip {
  flex-shrink: 0;
  font-size: 10.5px;
  font-weight: 700;
  color: #dd5511;
  border: 1px solid rgba(221, 85, 17, 0.3);
  border-radius: 7px;
  padding: 5px 9px;
  background: #fff;
}
.rc-pay-mock__chip--solid {
  background: #dd5511;
  color: #fff;
  border-color: #dd5511;
}
.rc-pay-mock__waiting {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 9px;
  padding: 9px 11px;
  border-radius: 9px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.06);
  font-size: 10.5px;
  color: #64748b;
}
.rc-pay-mock__spinner {
  width: 13px;
  height: 13px;
  border: 2px solid rgba(221, 85, 17, 0.2);
  border-top-color: #dd5511;
  border-radius: 50%;
  animation: rc-spin 0.7s linear infinite;
  flex-shrink: 0;
}
@keyframes rc-spin {
  to { transform: rotate(360deg); }
}
.rc-pay-mock__footer {
  margin-top: 11px;
  text-align: center;
}
.rc-pay-mock__footer p {
  margin: 0;
  font-size: 9.5px;
  color: #94a3b8;
  line-height: 1.4;
}
.rc-pay-mock__footer strong {
  color: #dd5511;
  font-weight: 750;
}

@keyframes rc-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

/* ——— Sections ——— */
.rc-section {
  padding: 96px 0;
}
.rc-section--tint {
  background: var(--rc-paper);
}
.rc-section--dark {
  background:
    radial-gradient(ellipse 60% 50% at 100% 0%, rgba(221, 85, 17, 0.28), transparent 55%),
    var(--rc-night);
  color: #fff;
}
.rc-kicker {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--rc-brand);
}
.rc-kicker--light { color: #ffb089; }
.rc-title {
  margin: 0 0 14px;
  font-family: var(--rc-display);
  font-size: clamp(1.65rem, 3.2vw, 2.35rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.15;
  max-width: 22ch;
}
.rc-section--dark .rc-title { color: #fff; max-width: 18ch; }
.rc-lead {
  margin: 0 0 40px;
  font-size: 1.05rem;
  color: var(--rc-muted);
  max-width: 52ch;
  line-height: 1.65;
}
.rc-lead--light { color: rgba(255, 255, 255, 0.68); }

/* ——— Audience (What) ——— */
.rc-audience__head {
  max-width: 640px;
  margin-bottom: 8px;
}
.rc-audience__head .rc-lead { margin-bottom: 48px; }
.rc-audience__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.rc-audience__item {
  position: relative;
  padding: 28px 24px 32px;
  border-radius: 18px;
  background: var(--rc-white);
  border: 1px solid var(--rc-line);
  overflow: hidden;
  transition: border-color 0.25s ease, transform 0.25s var(--rc-ease);
}
.rc-audience__item::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 3px;
  background: var(--rc-brand);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s var(--rc-ease);
}
.rc-audience__item:hover {
  border-color: rgba(221, 85, 17, 0.35);
  transform: translateY(-3px);
}
.rc-audience__item:hover::after { transform: scaleX(1); }
.rc-audience__item:nth-child(2) {
  background: linear-gradient(180deg, #fff8f4 0%, var(--rc-white) 55%);
  border-color: rgba(221, 85, 17, 0.18);
}
.rc-audience__idx {
  display: block;
  margin-bottom: 28px;
  font-family: var(--rc-display);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--rc-brand);
}
.rc-audience__item h3 {
  margin: 0 0 12px;
  font-family: var(--rc-display);
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}
.rc-audience__item p {
  margin: 0;
  color: var(--rc-muted);
  font-size: 0.96rem;
  line-height: 1.65;
}

/* ——— Flow (How) ——— */
.rc-flow__head {
  max-width: 560px;
  margin-bottom: 48px;
}
.rc-flow__head .rc-lead { margin-bottom: 0; }
.rc-flow__track {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  position: relative;
}
.rc-flow__track::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 8%;
  right: 8%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--rc-line) 12%, var(--rc-line) 88%, transparent);
  pointer-events: none;
}
.rc-flow__step {
  position: relative;
  z-index: 1;
  padding: 0 4px;
}
.rc-flow__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: var(--rc-white);
  border: 1px solid var(--rc-line);
  font-family: var(--rc-display);
  font-size: 1rem;
  font-weight: 700;
  color: var(--rc-brand);
  letter-spacing: -0.02em;
  box-shadow: 0 8px 20px rgba(15, 18, 24, 0.05);
}
.rc-flow__step strong {
  display: block;
  margin-bottom: 8px;
  font-family: var(--rc-display);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.3;
}
.rc-flow__step p {
  margin: 0;
  color: var(--rc-muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

/* ——— Product bento ——— */
.rc-product__head {
  max-width: 560px;
  margin-bottom: 40px;
}
.rc-bento {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.rc-bento__item {
  padding: 26px 24px;
  border-radius: 18px;
  background: var(--rc-paper);
  border: 1px solid transparent;
  display: flex;
  flex-direction: column;
  min-height: 168px;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s var(--rc-ease);
}
.rc-bento__item:hover {
  background: var(--rc-white);
  border-color: var(--rc-line);
  transform: translateY(-2px);
}
.rc-bento__item--wide {
  grid-column: span 2;
  background:
    radial-gradient(ellipse 80% 80% at 100% 0%, rgba(221, 85, 17, 0.1), transparent 55%),
    var(--rc-paper);
  min-height: 200px;
}
.rc-bento__item--accent {
  background: var(--rc-night);
  color: #fff;
}
.rc-bento__item--accent:hover {
  background: #1a1f28;
  border-color: transparent;
}
.rc-bento__item--accent p { color: rgba(255, 255, 255, 0.65); }
.rc-bento__item--accent .rc-bento__mark { color: #ffb089; }
.rc-bento__mark {
  display: block;
  margin-bottom: 20px;
  font-family: var(--rc-display);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--rc-brand);
}
.rc-bento__item h3 {
  margin: 0 0 10px;
  font-family: var(--rc-display);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.025em;
}
.rc-bento__item p {
  margin: 0;
  margin-top: auto;
  color: var(--rc-muted);
  font-size: 0.94rem;
  line-height: 1.55;
}

/* Developers */
.rc-dev {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 40px;
  align-items: center;
}
.rc-dev .rc-lead { margin-bottom: 24px; }
.rc-code {
  margin: 0;
  padding: 24px;
  border-radius: var(--rc-radius);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow-x: auto;
  font-family: var(--rc-mono);
  font-size: 12.5px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
  white-space: pre;
}

/* Pricing — light interaction surfaces */
.rc-pricing {
  display: grid;
  grid-template-columns: repeat(var(--cols, 3), 1fr);
  gap: 16px;
  align-items: stretch;
}
.rc-price {
  padding: 28px 24px;
  border: 1px solid var(--rc-line);
  border-radius: var(--rc-radius);
  background: var(--rc-white);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  transition: border-color 0.2s ease;
}
.rc-price:hover { border-color: rgba(15, 18, 24, 0.28); }
.rc-price--hot {
  border-color: var(--rc-brand);
  background: linear-gradient(180deg, rgba(221, 85, 17, 0.05), var(--rc-white) 36%);
}
.rc-price__tag {
  margin: 0 0 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--rc-brand);
}
.rc-price h3 {
  margin: 0;
  font-family: var(--rc-display);
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}
.rc-price__tagline {
  margin: 6px 0 0;
  font-size: 0.9rem;
  color: var(--rc-muted);
  line-height: 1.45;
}
.rc-price__amt {
  margin: 20px 0 0;
  font-family: var(--rc-display);
  font-size: 2.15rem;
  font-weight: 700;
  letter-spacing: -0.04em;
}
.rc-price__amt small {
  font-family: var(--rc-font);
  font-size: 0.75rem;
  font-weight: 550;
  color: var(--rc-muted);
  margin-left: 4px;
}
.rc-price__quotas {
  list-style: none;
  margin: 20px 0 16px;
  padding: 16px 0 0;
  border-top: 1px solid var(--rc-line);
  display: grid;
  gap: 12px;
}
.rc-price__quotas li {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 0.82rem;
  color: var(--rc-muted);
}
.rc-price__quotas strong {
  font-family: var(--rc-display);
  font-size: 0.95rem;
  color: var(--rc-ink);
  font-weight: 700;
  letter-spacing: -0.02em;
}
.rc-price > ul:not(.rc-price__quotas) {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  flex: 1;
}
.rc-price > ul:not(.rc-price__quotas) li {
  padding: 9px 0;
  border-top: 1px solid var(--rc-line);
  font-size: 0.9rem;
  color: var(--rc-muted);
  line-height: 1.45;
}
.rc-price .rc-btn { width: 100%; }

/* CTA */
.rc-cta { padding: 40px 0 100px; }
.rc-cta__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 48px 52px;
  border-radius: 20px;
  background:
    radial-gradient(ellipse at 100% 0%, rgba(221, 85, 17, 0.4), transparent 48%),
    var(--rc-night);
  color: #fff;
}
.rc-cta__box h2 {
  margin: 0 0 8px;
  font-family: var(--rc-display);
  font-size: clamp(1.4rem, 2.5vw, 1.85rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  max-width: 18ch;
}
.rc-cta__box p {
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  max-width: 42ch;
  font-size: 0.98rem;
}

/* Footer */
.rc-footer {
  padding: 72px 0 28px;
  background:
    radial-gradient(ellipse 50% 40% at 0% 0%, rgba(221, 85, 17, 0.14), transparent 55%),
    var(--rc-night);
  color: rgba(255, 255, 255, 0.72);
}
.rc-footer__top {
  display: grid;
  grid-template-columns: 1.15fr 1.4fr;
  gap: 56px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.rc-footer__brand p {
  margin: 16px 0 22px;
  max-width: 34ch;
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.58);
}
.rc-footer__brand .wigope-logo-img {
  max-height: 48px;
  width: auto;
  filter: none;
  background: transparent;
}
.rc-footer__cta {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 10px;
  background: var(--rc-brand);
  color: #fff !important;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  transition: background 0.2s ease;
}
.rc-footer__cta:hover { background: var(--rc-brand-deep); }
.rc-footer__cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.rc-footer__cols h4 {
  margin: 0 0 16px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
}
.rc-footer__cols > div {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.rc-footer__cols a {
  text-decoration: none;
  font-size: 0.94rem;
  color: rgba(255, 255, 255, 0.78);
  transition: color 0.15s ease;
}
.rc-footer__cols a:hover { color: #fff; }
.rc-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-top: 24px;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.4);
}
.rc-footer__domain {
  font-family: var(--rc-mono);
  font-size: 0.8rem;
  letter-spacing: 0.02em;
}

/* Reveal */
.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.7s var(--rc-ease), transform 0.7s var(--rc-ease);
  transition-delay: var(--d, 0ms);
}
.reveal.is-in {
  opacity: 1;
  transform: translateY(0);
}

/* ——— Responsive ——— */
@media (max-width: 960px) {
  .rc-hero__stage,
  .rc-dev {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .rc-hero__stage { padding: 40px 0 56px; }
  .rc-hero { min-height: auto; }
  .rc-audience__grid,
  .rc-flow__track,
  .rc-pricing {
    grid-template-columns: 1fr 1fr;
  }
  .rc-flow__track::before { display: none; }
  .rc-bento {
    grid-template-columns: 1fr 1fr;
  }
  .rc-bento__item--wide { grid-column: span 2; }
  .rc-footer__top {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .rc-cta__box {
    flex-direction: column;
    align-items: flex-start;
    padding: 36px 28px;
  }
}

@media (max-width: 720px) {
  .rc-nav__toggle { display: flex; }
  .rc-nav__panel {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: 24px;
    right: 24px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px;
    background: var(--rc-white);
    border: 1px solid var(--rc-line);
    border-radius: 14px;
    box-shadow: 0 16px 40px rgba(15, 18, 24, 0.1);
  }
  .rc-nav__panel.is-open { display: flex; }
  .rc-nav__panel a {
    padding: 12px 14px;
    border-radius: 8px;
  }
  .rc-nav__panel a:hover { background: var(--rc-paper); }
  .rc-section { padding: 72px 0; }
  .rc-audience__grid,
  .rc-flow__track,
  .rc-bento,
  .rc-pricing,
  .rc-footer__cols {
    grid-template-columns: 1fr;
  }
  .rc-bento__item--wide { grid-column: span 1; }
  .rc-footer__bottom { flex-direction: column; align-items: flex-start; }
  .rc-wrap,
  .rc-nav__inner,
  .rc-hero__stage {
    width: min(var(--rc-max), calc(100% - 32px));
  }
}

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