.wis-page {
    margin: 0;
    font-family: Inter, Arial, sans-serif;
    color: #e5edf8;
    background: #080a14;
}

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

.wis-page .rj-public-header {
    background: rgba(8, 10, 20, 0.9);
    border-bottom-color: rgba(255, 255, 255, 0.08);
}

.wis-page .rj-public-links a { color: #dbeafe; }
.wis-page .rj-public-btn { background: linear-gradient(135deg, #8b5cf6, #ec4899, #22d3ee); }
.wis-page main { overflow: hidden; }

.wis-hero,
.wis-band,
.wis-cta {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
}

.wis-hero {
    padding: clamp(58px, 8vw, 104px) 0 68px;
}

.wis-hero-copy { max-width: 930px; }

.wis-eyebrow,
.wis-section-heading > span,
.wis-panel-title span,
.wis-cta > div > span {
    display: inline-block;
    color: #67e8f9;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.wis-hero h1 {
    margin: 16px 0 0;
    color: #fff;
    font-size: clamp(52px, 8vw, 96px);
    line-height: 0.96;
    letter-spacing: 0;
}

.wis-hero-copy > p {
    max-width: 850px;
    margin: 26px 0 0;
    color: #b8c5d8;
    font-size: clamp(18px, 2.2vw, 22px);
    line-height: 1.65;
}

.wis-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

.wis-primary,
.wis-secondary {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 21px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 850;
}

.wis-primary { color: #fff; background: linear-gradient(135deg, #8b5cf6, #ec4899 52%, #22d3ee); box-shadow: 0 18px 40px rgba(236, 72, 153, 0.2); }
.wis-secondary { color: #e5edf8; border: 1px solid rgba(255, 255, 255, 0.16); background: #161d2b; }

.wis-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
    color: #d8e1ee;
    font-size: 14px;
    font-weight: 750;
}

.wis-proof i { margin-right: 7px; color: #2dd4bf; }

.wis-hero-media {
    margin: 46px 0 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: #111827;
    box-shadow: 0 36px 100px rgba(0, 0, 0, 0.38);
}

.wis-hero-media img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; }

.wis-band { padding: 88px 0; border-top: 1px solid rgba(255, 255, 255, 0.08); }

.wis-intro { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr); gap: 72px; }
.wis-section-heading { max-width: 720px; }
.wis-section-heading.centered { margin-inline: auto; text-align: center; }

.wis-section-heading h2,
.wis-payment-copy h2,
.wis-cta h2 {
    margin: 15px 0 0;
    color: #fff;
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.04;
    letter-spacing: 0;
}

.wis-section-heading > p,
.wis-payment-copy > p,
.wis-cta p {
    margin: 18px 0 0;
    color: #aebcd0;
    font-size: 17px;
    line-height: 1.7;
}

.wis-intro-copy p { margin: 0 0 22px; color: #bdc9da; font-size: 19px; line-height: 1.75; }

.wis-audience-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 42px; }
.wis-audience-panel { padding: 30px; border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 8px; background: #111827; }
.wis-audience-panel.customer { border-top: 3px solid #22d3ee; }
.wis-audience-panel.business { border-top: 3px solid #ec4899; }
.wis-panel-title { display: flex; align-items: center; gap: 15px; }
.wis-panel-title > i { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 8px; background: #222b3c; color: #67e8f9; font-size: 20px; }
.wis-panel-title h3 { margin: 5px 0 0; color: #fff; font-size: 26px; }
.wis-audience-panel ul { margin: 26px 0; padding: 0; list-style: none; }
.wis-audience-panel li { position: relative; padding: 11px 0 11px 25px; color: #becbdd; line-height: 1.55; border-bottom: 1px solid rgba(255, 255, 255, 0.07); }
.wis-audience-panel li::before { content: "\2713"; position: absolute; left: 0; color: #2dd4bf; font-weight: 900; }
.wis-audience-panel > a { color: #67e8f9; text-decoration: none; font-weight: 850; }
.wis-audience-panel > a i { margin-left: 7px; }

.wis-tools-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 38px; }
.wis-tools-grid article { min-height: 245px; padding: 25px; border: 1px solid rgba(255, 255, 255, 0.09); border-radius: 8px; background: #101725; }
.wis-tools-grid i { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 8px; color: #fff; background: #6236b5; font-size: 18px; }
.wis-tools-grid article:nth-child(3n + 2) i { background: #08788d; }
.wis-tools-grid article:nth-child(3n) i { background: #a92768; }
.wis-tools-grid h3 { margin: 20px 0 0; color: #fff; font-size: 20px; }
.wis-tools-grid p { margin: 12px 0 0; color: #9faec3; line-height: 1.65; }

.wis-payments { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr); gap: 60px; align-items: center; }
.wis-fee-note { display: flex; gap: 15px; margin-top: 28px; padding: 20px; border-left: 3px solid #22d3ee; background: #111b28; }
.wis-fee-note i { margin-top: 3px; color: #67e8f9; }
.wis-fee-note p { margin: 0; color: #b9c6d8; line-height: 1.65; }
.wis-fee-note strong { color: #fff; }
.wis-payment-facts { border-top: 1px solid rgba(255, 255, 255, 0.1); }
.wis-payment-facts div { padding: 25px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
.wis-payment-facts strong { display: block; color: #fff; font-size: 28px; }
.wis-payment-facts span { display: block; margin-top: 7px; color: #9fb0c6; line-height: 1.5; }

.wis-step-list { counter-reset: none; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; margin: 42px 0 0; padding: 0; list-style: none; background: rgba(255, 255, 255, 0.1); }
.wis-step-list li { min-height: 270px; padding: 27px; background: #0d1320; }
.wis-step-list span { color: #67e8f9; font-size: 13px; font-weight: 900; }
.wis-step-list h3 { margin: 55px 0 0; color: #fff; font-size: 21px; }
.wis-step-list p { margin: 12px 0 0; color: #9faec3; line-height: 1.6; }

.wis-faq { display: grid; grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr); gap: 70px; }
.wis-faq-list details { border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
.wis-faq-list summary { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #fff; font-size: 17px; font-weight: 800; cursor: pointer; list-style: none; }
.wis-faq-list summary::-webkit-details-marker { display: none; }
.wis-faq-list summary i { color: #67e8f9; transition: transform 0.2s ease; }
.wis-faq-list details[open] summary i { transform: rotate(45deg); }
.wis-faq-list p { margin: -3px 42px 23px 0; color: #aebcd0; line-height: 1.7; }

.wis-cta { margin-top: 30px; padding: 46px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 40px; align-items: center; border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 8px; background: linear-gradient(105deg, #142439, #231a3c 55%, #3b1730); }
.wis-cta h2 { max-width: 760px; font-size: clamp(34px, 5vw, 54px); }
.wis-cta .wis-actions { margin: 0; justify-content: flex-end; }

.wis-page .rj-public-footer { margin-top: 88px; }

@media (max-width: 920px) {
    .wis-intro,
    .wis-payments,
    .wis-faq,
    .wis-cta { grid-template-columns: 1fr; gap: 36px; }
    .wis-tools-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .wis-step-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .wis-cta .wis-actions { justify-content: flex-start; }
}

@media (max-width: 680px) {
    .wis-hero,
    .wis-band,
    .wis-cta { width: min(100% - 24px, 1180px); }
    .wis-hero { padding: 42px 0 48px; }
    .wis-hero h1 { font-size: 48px; }
    .wis-hero-media { margin-top: 34px; }
    .wis-hero-media img { aspect-ratio: 4 / 3; object-position: center; }
    .wis-band { padding: 62px 0; }
    .wis-audience-grid,
    .wis-tools-grid,
    .wis-step-list { grid-template-columns: 1fr; }
    .wis-audience-panel { padding: 23px; }
    .wis-tools-grid article { min-height: 0; }
    .wis-step-list li { min-height: 230px; }
    .wis-actions a { width: 100%; }
    .wis-proof { display: grid; }
    .wis-cta { margin-top: 18px; padding: 28px 22px; }
}

@media (prefers-reduced-motion: reduce) {
    .wis-page * { scroll-behavior: auto !important; transition: none !important; }
}
