:root {
    --bg: #07111f;
    --bg-soft: rgba(12, 24, 42, 0.8);
    --bg-panel: rgba(12, 24, 42, 0.88);
    --bg-panel-strong: rgba(10, 21, 37, 0.96);
    --line: rgba(148, 163, 184, 0.18);
    --line-strong: rgba(125, 211, 252, 0.24);
    --text: #e5eefc;
    --text-muted: #c2d5ec;
    --text-soft: #9fb6d3;
    --primary: #92defd;
    --primary-strong: #38bdf8;
    --accent: #7c3aed;
    --accent-soft: rgba(124, 58, 237, 0.18);
    --success: #34d399;
    --shadow: 0 22px 70px rgba(3, 10, 24, 0.45);
    --radius-xl: 32px;
    --radius-lg: 24px;
    --radius-md: 18px;
    --container: 1200px;
    --nav-height: 88px;
}

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

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Noto Sans JP", sans-serif;
    color: var(--text);
    background:
        radial-gradient(circle at top left, rgba(56, 189, 248, 0.16), transparent 30%),
        radial-gradient(circle at 80% 20%, rgba(124, 58, 237, 0.16), transparent 30%),
        linear-gradient(180deg, #06111d 0%, #081321 40%, #050d18 100%);
    line-height: 1.7;
    overflow-x: hidden;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: var(--primary);
    text-decoration: none;
}

a:hover {
    color: #a5e5ff;
}

main,
section,
[id] {
    scroll-margin-top: calc(var(--nav-height) + 24px);
}

.site-bg {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: -1;
}

.site-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(50px);
    opacity: 0.75;
}

.glow-one {
    top: -80px;
    left: -120px;
    width: 380px;
    height: 380px;
    background: rgba(56, 189, 248, 0.22);
}

.glow-two {
    top: 280px;
    right: -120px;
    width: 420px;
    height: 420px;
    background: rgba(124, 58, 237, 0.22);
}

.site-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(125, 211, 252, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(125, 211, 252, 0.03) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent 85%);
}

.container {
    max-width: var(--container);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: background-color 0.25s ease, backdrop-filter 0.25s ease, border-color 0.25s ease;
}

.site-header .navbar {
    min-height: var(--nav-height);
    padding: 20px 0;
    background: rgba(5, 14, 25, 0.22);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid transparent;
    transition: inherit;
}

.site-header.is-scrolled .navbar {
    background: rgba(5, 14, 25, 0.82);
    border-bottom-color: rgba(148, 163, 184, 0.12);
}

.brand-mark {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #fff;
}

.brand-mark span {
    color: var(--primary);
}

.navbar-nav {
    gap: 0.3rem;
}

.nav-link {
    color: rgba(229, 238, 252, 0.84);
    font-size: 0.95rem;
    padding: 0.6rem 0.95rem !important;
    transition: color 0.2s ease;
}

.nav-link:hover,
.nav-link:focus,
.nav-link.active {
    color: #fff;
}

.nav-divider {
    width: 1px;
    height: 24px;
    margin: 0 0.5rem;
    background: rgba(159, 179, 207, 0.24);
}

.btn {
    border-radius: 999px;
    border: 1px solid transparent;
    padding: 0.92rem 1.45rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background-color 0.22s ease, color 0.22s ease;
}

.btn:hover {
    transform: translateY(-1px);
}

.btn-primary {
    color: #05101d;
    background: linear-gradient(135deg, #8be2ff, #38bdf8);
    box-shadow: 0 18px 40px rgba(56, 189, 248, 0.24);
}

.btn-primary:hover,
.btn-primary:focus {
    color: #03101d;
    background: linear-gradient(135deg, #a5e9ff, #54c8fb);
    box-shadow: 0 22px 48px rgba(56, 189, 248, 0.3);
}

.btn-outline-light {
    color: var(--text);
    border-color: rgba(229, 238, 252, 0.24);
    background: rgba(255, 255, 255, 0.02);
}

.btn-outline-light:hover,
.btn-outline-light:focus {
    color: #fff;
    border-color: rgba(229, 238, 252, 0.48);
    background: rgba(255, 255, 255, 0.06);
}

.btn-nav {
    padding: 0.8rem 1.2rem;
    margin-left: 0.6rem;
}

.hero-section {
    position: relative;
    padding: 54px 0 30px;
}

.hero-copy,
.hero-visual,
.trust-band,
.feature-card,
.subject-panel,
.mode-card,
.sample-card,
.step-card,
.video-panel,
.faq-shell,
.notice-panel,
.final-cta,
.legal-hero,
.legal-shell,
.legal-contact {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.page-ready .hero-copy,
.page-ready .hero-visual {
    opacity: 1;
    transform: translateY(0);
}

.hero-copy {
    position: relative;
    padding: 28px 30px;
    border: 1px solid rgba(125, 211, 252, 0.14);
    border-radius: var(--radius-xl);
    background: linear-gradient(180deg, rgba(6, 14, 26, 0.82), rgba(6, 14, 26, 0.58));
    box-shadow: 0 18px 48px rgba(2, 10, 22, 0.28);
}

.eyebrow,
.section-kicker,
.panel-label,
.note-kicker,
.trust-label,
.mode-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primary);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    text-shadow: 0 2px 12px rgba(2, 8, 18, 0.7);
}

.hero-copy h1,
.section-heading h2,
.mode-card h3,
.sample-copy h3,
.step-card h3,
.video-panel h3,
.notice-panel h3,
.final-cta h2,
.legal-hero h1,
.legal-shell h2,
.legal-shell h3 {
    margin: 0;
    font-family: "Space Grotesk", "Noto Sans JP", sans-serif;
    letter-spacing: -0.03em;
}

.hero-copy h1 {
    margin-top: 16px;
    font-size: clamp(2.8rem, 5vw, 5rem);
    line-height: 1.02;
    color: #f7fbff;
    text-shadow: 0 6px 22px rgba(1, 8, 18, 0.72);
}

.hero-lead {
    max-width: 620px;
    margin: 24px 0 0;
    color: #d6e5f7;
    font-size: 1.05rem;
    text-shadow: 0 4px 18px rgba(1, 8, 18, 0.62);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.btn-hero,
.btn-hero-secondary {
    min-width: 190px;
}

.hero-pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.info-pill,
.subject-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.6rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(125, 211, 252, 0.18);
    background: rgba(255, 255, 255, 0.03);
    color: #eff6ff;
    font-size: 0.92rem;
}

.hero-visual {
    position: relative;
    min-height: 560px;
}

.hero-card {
    position: relative;
    border: 1px solid var(--line-strong);
    background: linear-gradient(180deg, rgba(12, 25, 45, 0.94), rgba(9, 19, 35, 0.9));
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow);
    overflow: hidden;
}

.hero-card-main {
    padding: 20px;
}

.hero-card-header {
    display: flex;
    gap: 8px;
    margin-bottom: 18px;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(229, 238, 252, 0.32);
}

.hero-card-body {
    display: grid;
    gap: 18px;
}

.hero-panel,
.preview-tile,
.floating-note,
.trust-band,
.feature-card,
.subject-panel,
.mode-card,
.sample-card,
.step-card,
.video-panel,
.faq-shell,
.notice-panel,
.final-cta,
.legal-shell,
.legal-contact {
    border: 1px solid var(--line);
    background: var(--bg-panel);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: var(--shadow);
}

.hero-panel,
.floating-note,
.trust-band {
    background: linear-gradient(180deg, rgba(7, 17, 31, 0.92), rgba(10, 21, 37, 0.88));
    border-color: rgba(125, 211, 252, 0.16);
}

.prompt-panel {
    padding: 24px;
    border-radius: var(--radius-lg);
}

.prompt-panel h2 {
    margin: 12px 0 10px;
    font-family: "Space Grotesk", "Noto Sans JP", sans-serif;
    font-size: 1.7rem;
    color: #f5fbff;
    text-shadow: 0 4px 16px rgba(2, 8, 18, 0.6);
}

.prompt-panel p {
    margin: 0;
    color: #d3e2f4;
}

.hero-preview-stack {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
    gap: 14px;
}

.preview-tile {
    border-radius: 22px;
    overflow: hidden;
}

.preview-tile img {
    aspect-ratio: 5 / 6;
    object-fit: cover;
    width: 100%;
}

.preview-tile.offset {
    transform: translateY(26px);
}

.preview-caption {
    padding: 14px 16px 16px;
    color: #dbe9f8;
    font-size: 0.92rem;
}

.floating-note {
    position: absolute;
    border-radius: 20px;
    padding: 16px 18px;
    max-width: 240px;
}

.floating-note strong {
    display: block;
    margin-top: 8px;
    font-size: 1.05rem;
    color: #f7fbff;
}

.floating-note p {
    margin: 8px 0 0;
    color: #d3e2f4;
    font-size: 0.92rem;
}

.note-top {
    top: -16px;
    right: -12px;
}

.note-bottom {
    bottom: 16px;
    left: -26px;
}

.trust-band,
.subject-panel,
.video-panel,
.final-cta {
    border-radius: var(--radius-xl);
}

.trust-band {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 30px;
    padding: 24px 28px;
}

.trust-item strong {
    display: block;
    margin-top: 6px;
    font-size: 1.02rem;
    color: #f7fbff;
}

.trust-item {
    text-shadow: 0 3px 16px rgba(2, 8, 18, 0.55);
}

.content-section {
    position: relative;
    padding: 56px 0;
}

.section-alt::before {
    content: "";
    position: absolute;
    inset: 24px 0;
    background: linear-gradient(180deg, rgba(9, 20, 35, 0.52), rgba(7, 16, 29, 0.18));
    border-top: 1px solid rgba(125, 211, 252, 0.06);
    border-bottom: 1px solid rgba(125, 211, 252, 0.06);
    pointer-events: none;
}

.section-alt > .container {
    position: relative;
}

.section-heading {
    max-width: 760px;
    margin-bottom: 34px;
}

.section-heading h2 {
    margin-top: 14px;
    font-size: clamp(2rem, 3.6vw, 3.2rem);
    line-height: 1.1;
    color: #f6fbff;
    text-shadow: 0 5px 18px rgba(2, 8, 18, 0.58);
}

.section-heading p {
    margin: 16px 0 0;
    color: #d7e6f7;
    font-size: 1rem;
    text-shadow: 0 3px 14px rgba(2, 8, 18, 0.42);
}

.feature-card,
.mode-card,
.step-card,
.sample-card {
    height: 100%;
    border-radius: var(--radius-lg);
    padding: 28px;
}

.feature-card:hover,
.mode-card:hover,
.sample-card:hover,
.step-card:hover {
    transform: translateY(-4px);
    border-color: rgba(125, 211, 252, 0.24);
}

.feature-icon,
.step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(125, 211, 252, 0.18), rgba(124, 58, 237, 0.18));
    color: var(--primary);
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
}

.feature-card h3,
.subject-panel h3,
.mode-card h3,
.step-card h3,
.sample-copy h3 {
    margin-top: 18px;
    margin-bottom: 12px;
    font-size: 1.35rem;
    color: #f6fbff;
    text-shadow: 0 4px 16px rgba(2, 8, 18, 0.52);
}

.feature-card p,
.mode-card p,
.step-card p,
.sample-copy p,
.notice-panel p,
.legal-shell p,
.legal-shell li {
    color: var(--text-muted);
}

.legal-shell strong {
    color: var(--text);
}

.subject-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 24px;
    padding: 26px 28px;
}

.subject-panel h3 {
    max-width: 560px;
}

.subject-panel .section-kicker,
.section-heading .section-kicker,
.mode-card .mode-badge {
    color: #9ce4ff;
    text-shadow: 0 3px 12px rgba(2, 8, 18, 0.58);
}

.subject-chip {
    border-color: rgba(156, 228, 255, 0.28);
    background: rgba(255, 255, 255, 0.06);
    color: #f4faff;
    text-shadow: 0 2px 10px rgba(2, 8, 18, 0.42);
}

.subject-chip-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.mode-card-primary {
    border-color: rgba(125, 211, 252, 0.3);
    background:
        linear-gradient(180deg, rgba(18, 38, 66, 0.92), rgba(10, 21, 37, 0.92)),
        var(--bg-panel);
}

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

.feature-list li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 26px;
    color: var(--text);
}

.feature-list li::before {
    content: "";
    position: absolute;
    top: 0.75rem;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    box-shadow: 0 0 0 5px rgba(125, 211, 252, 0.08);
}

.sample-card {
    padding: 16px;
}

.sample-media {
    overflow: hidden;
    border-radius: 18px;
}

.sample-media img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
}

.sample-copy {
    padding: 18px 10px 8px;
}

.step-card {
    position: relative;
}

.step-number {
    margin-bottom: 18px;
    border-radius: 18px;
}

.video-panel {
    margin-top: 28px;
    padding: 28px;
    background: linear-gradient(180deg, rgba(8, 19, 34, 0.94), rgba(10, 21, 37, 0.9));
    border-color: rgba(156, 228, 255, 0.16);
}

.video-panel .section-kicker {
    color: #9ce4ff;
    text-shadow: 0 3px 12px rgba(2, 8, 18, 0.58);
}

.video-panel h3 {
    color: #f6fbff;
    text-shadow: 0 4px 16px rgba(2, 8, 18, 0.56);
}

.video-panel p {
    color: #dbe8f7;
    text-shadow: 0 3px 14px rgba(2, 8, 18, 0.44);
}

.video-frame {
    overflow: hidden;
    border-radius: 22px;
    border: 1px solid rgba(125, 211, 252, 0.16);
    background: rgba(2, 8, 18, 0.6);
}

.faq-shell {
    border-radius: var(--radius-xl);
    padding: 18px;
}

.accordion-item {
    overflow: hidden;
    margin-bottom: 12px;
    border: 1px solid rgba(156, 228, 255, 0.14);
    border-radius: 18px !important;
    background: linear-gradient(180deg, rgba(10, 22, 38, 0.96), rgba(7, 17, 30, 0.94));
}

.accordion-button {
    color: #f3f9ff;
    background: rgba(10, 22, 38, 0.9);
    box-shadow: none !important;
    font-weight: 700;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background: rgba(42, 98, 145, 0.42);
}

.accordion-button::after {
    filter: invert(1) brightness(1.5);
}

.accordion-body {
    color: #eef5ff;
    background: linear-gradient(180deg, rgba(20, 44, 72, 0.96), rgba(13, 31, 53, 0.96));
}

.notice-panel {
    margin-top: 22px;
    border-radius: var(--radius-lg);
    padding: 24px 26px;
    background: linear-gradient(180deg, rgba(8, 19, 34, 0.95), rgba(10, 21, 37, 0.92));
    border-color: rgba(156, 228, 255, 0.16);
}

.notice-panel h3,
.final-cta h2 {
    color: #f6fbff;
    text-shadow: 0 4px 16px rgba(2, 8, 18, 0.56);
}

.notice-panel p,
.final-cta p {
    color: #dbe8f7;
    text-shadow: 0 3px 14px rgba(2, 8, 18, 0.44);
}

.notice-panel a,
.final-cta a:not(.btn) {
    color: #a9e6ff;
}

.final-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 34px;
    background: linear-gradient(180deg, rgba(8, 19, 34, 0.96), rgba(9, 18, 33, 0.94));
    border-color: rgba(156, 228, 255, 0.18);
}

.final-cta p {
    max-width: 720px;
    margin: 16px 0 0;
}

.final-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.site-footer {
    padding: 48px 0 28px;
    border-top: 1px solid rgba(148, 163, 184, 0.1);
    background: linear-gradient(180deg, rgba(5, 13, 24, 0.72), rgba(4, 10, 19, 0.92));
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.2fr;
    gap: 24px;
}

.footer-grid h3 {
    margin: 0 0 12px;
    font-family: "Space Grotesk", sans-serif;
    font-size: 1rem;
    color: #f4faff;
    text-shadow: 0 3px 12px rgba(2, 8, 18, 0.54);
}

.footer-grid p,
.footer-copy,
.footer-grid a {
    color: #dbe8f7;
}

.footer-grid a {
    display: block;
    margin-bottom: 10px;
}

.footer-grid a:hover,
.footer-grid a:focus {
    color: #ffffff;
}

.footer-brand {
    display: inline-block;
    margin-bottom: 12px;
    color: #fff;
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
}

.footer-copy {
    margin-top: 28px;
    margin-bottom: 0;
    padding-top: 20px;
    border-top: 1px solid rgba(148, 163, 184, 0.1);
}

.legal-page .content-section {
    padding-top: 36px;
}

.page-ready .legal-hero,
.page-ready .legal-shell,
.page-ready .legal-contact,
.legal-page .legal-hero,
.legal-page .legal-shell,
.legal-page .legal-contact {
    opacity: 1;
    transform: none;
}

.legal-hero {
    border-radius: var(--radius-xl);
    padding: 34px;
    background: linear-gradient(180deg, rgba(18, 38, 66, 0.88), rgba(10, 21, 37, 0.88));
    border: 1px solid rgba(125, 211, 252, 0.22);
    box-shadow: var(--shadow);
}

.legal-hero h1 {
    margin-top: 14px;
    font-size: clamp(2.2rem, 4vw, 3.8rem);
    color: #f8fcff;
    text-shadow: 0 6px 22px rgba(2, 8, 18, 0.72);
}

.legal-hero p {
    margin: 16px 0 0;
    max-width: 720px;
    color: #dce9f8;
}

.legal-shell {
    margin-top: 22px;
    border-radius: var(--radius-xl);
    padding: 34px;
    background: linear-gradient(180deg, rgba(9, 20, 35, 0.97), rgba(7, 16, 29, 0.97));
    border-color: rgba(156, 228, 255, 0.16);
}

.legal-shell h2 {
    font-size: 2rem;
    margin-bottom: 8px;
}

.legal-shell h3 {
    margin-top: 34px;
    margin-bottom: 14px;
    font-size: 1.28rem;
}

.legal-shell ol,
.legal-shell ul {
    padding-left: 1.2rem;
}

.legal-shell li {
    margin-bottom: 10px;
}

.legal-shell h2,
.legal-shell h3 {
    color: #f6fbff;
}

.legal-meta {
    color: #b7cbe2;
    margin-bottom: 20px;
}

.legal-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.legal-contact {
    margin-top: 24px;
    border-radius: 22px;
    padding: 22px 24px;
    background: linear-gradient(180deg, rgba(13, 31, 53, 0.96), rgba(10, 24, 42, 0.96));
    border-color: rgba(156, 228, 255, 0.16);
}

.legal-contact h4 {
    color: #f8fcff;
    text-shadow: 0 4px 16px rgba(2, 8, 18, 0.62);
}

.legal-contact p,
.legal-contact a {
    color: #dce9f8;
}

.legal-contact h4 {
    margin: 0 0 10px;
    font-family: "Space Grotesk", "Noto Sans JP", sans-serif;
    font-size: 1.02rem;
}

.fade-in-up {
    animation: none;
}

@media (max-width: 991.98px) {
    .site-header .navbar {
        padding: 16px 0;
    }

    .navbar-collapse {
        margin-top: 14px;
        padding: 16px;
        border: 1px solid rgba(148, 163, 184, 0.12);
        border-radius: 22px;
        background: rgba(7, 17, 31, 0.94);
    }

    .btn-nav {
        margin-left: 0;
        margin-top: 10px;
        width: 100%;
    }

    .hero-section {
        padding-top: 26px;
    }

    .hero-visual {
        min-height: auto;
    }

    .floating-note {
        position: static;
        max-width: none;
        margin-top: 16px;
    }

    .trust-band,
    .subject-panel,
    .final-cta,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .subject-panel,
    .final-cta {
        display: grid;
    }

    .subject-chip-wrap {
        justify-content: flex-start;
    }
}

@media (max-width: 767.98px) {
    :root {
        --nav-height: 76px;
    }

    .hero-copy h1 {
        font-size: clamp(2.35rem, 12vw, 3.6rem);
    }

    .section-heading h2,
    .final-cta h2,
    .legal-hero h1 {
        font-size: clamp(1.9rem, 9vw, 2.7rem);
    }

    .hero-card-main,
    .feature-card,
    .mode-card,
    .step-card,
    .video-panel,
    .legal-hero,
    .legal-shell,
    .notice-panel,
    .final-cta,
    .trust-band,
    .subject-panel {
        padding: 22px;
    }

    .hero-preview-stack {
        grid-template-columns: 1fr;
    }

    .preview-tile.offset {
        transform: none;
    }

    .hero-actions,
    .final-cta-actions {
        flex-direction: column;
    }

    .btn-hero,
    .btn-hero-secondary,
    .final-cta-actions .btn {
        width: 100%;
    }

    .content-section {
        padding: 44px 0;
    }

    .video-panel {
        margin-top: 20px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation: none !important;
        transition: none !important;
    }

    .hero-copy,
    .hero-visual,
    .trust-band,
    .feature-card,
    .subject-panel,
    .mode-card,
    .sample-card,
    .step-card,
    .video-panel,
    .faq-shell,
    .notice-panel,
    .final-cta,
    .legal-hero,
    .legal-shell,
    .legal-contact {
        opacity: 1 !important;
        transform: none !important;
    }
}
