/* =========================================================
   INFLY NETWORKS — Homepage Redesign (scoped .nx-)
   Brand: teal #00b09b → cyan #4ebada
   ========================================================= */
:root {
    --nx-teal: #009970;
    --nx-teal-2: #00b09b;
    --nx-cyan: #4ebada;
    --nx-ink: #0d211d;
    --nx-body: #4a5a56;
    --nx-bg: #eef4f2;
    --nx-line: #e1ebe8;
    --nx-grad: linear-gradient(120deg, #00b09b 0%, #4ebada 100%);
    --nx-shadow: 0 20px 45px rgba(13, 33, 29, .08);
    --nx-shadow-lg: 0 30px 70px rgba(13, 33, 29, .14);
}

.nx-home {
    background: var(--nx-bg);
    color: var(--nx-body);
    font-family: inherit;
    overflow-x: clip;
}

.nx-section {
    position: relative;
    padding: 5.5rem 0;
}

.nx-home .container {
    position: relative;
    z-index: 2;
}

/* ---------- Section heading ---------- */
.nx-head {
    text-align: center;
    max-width: 44rem;
    margin: 0 auto 3.2rem;
}

.nx-tag {
    display: inline-block;
    padding: .4rem 1.1rem;
    border-radius: 999px;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--nx-teal);
    background: rgba(0, 176, 155, .1);
    margin-bottom: 1rem;
}

.nx-tag-light { color: #fff; background: rgba(255, 255, 255, .16); }

.nx-h2 {
    font-size: clamp(1.9rem, 4vw, 2.9rem);
    font-weight: 800;
    line-height: 1.12;
    color: var(--nx-ink);
    letter-spacing: -.02em;
    margin: 0 0 1rem;
}

.nx-grad {
    background: var(--nx-grad);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nx-lead {
    font-size: 1.06rem;
    color: var(--nx-body);
    margin: 0;
}

/* ---------- Buttons ---------- */
.nx-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    padding: .85rem 1.7rem;
    border-radius: 999px;
    font-weight: 700;
    font-size: .98rem;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
}

.nx-btn-primary {
    background: var(--nx-grad);
    color: #fff;
    box-shadow: 0 12px 28px rgba(0, 176, 155, .35);
}

.nx-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 18px 38px rgba(0, 176, 155, .5); color: #fff; }

.nx-btn-outline {
    background: transparent;
    color: var(--nx-teal);
    border: 2px solid var(--nx-teal-2);
}

.nx-btn-outline:hover { background: var(--nx-teal-2); color: #fff; transform: translateY(-2px); }

.nx-btn-glass {
    background: rgba(255, 255, 255, .12);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .4);
    backdrop-filter: blur(8px);
}

.nx-btn-glass:hover { background: rgba(255, 255, 255, .24); color: #fff; transform: translateY(-2px); }

/* =========================================================
   HERO caption (in shared header, home only)
   ========================================================= */
.nx-hero-caption {
    max-width: 640px;
    margin: 1.2rem auto 0;
    text-align: center;
    color: #fff;
    animation: nx-fade-up .9s ease both;
}

.nx-hero-eyebrow {
    display: inline-block;
    padding: .4rem 1.1rem;
    border-radius: 999px;
    font-size: .8rem;
    font-weight: 600;
    letter-spacing: .05em;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .25);
    backdrop-filter: blur(6px);
    margin-bottom: 1.1rem;
}

.nx-hero-title {
    font-size: clamp(2rem, 5.2vw, 3.4rem);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: -.02em;
    margin: 0 0 1rem;
    text-shadow: 0 6px 30px rgba(0, 0, 0, .35);
}

.nx-hero-accent {
    background: linear-gradient(120deg, #7bf4d8 0%, #4ebada 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nx-hero-sub {
    font-size: 1.08rem;
    color: rgba(255, 255, 255, .9);
    max-width: 34rem;
    margin: 0 auto 1.8rem;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .3);
}

.nx-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    justify-content: center;
}

/* Home hero: stack SVG slogan + caption vertically, tightened toward top */
.x_home .caption-content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.x_home .slogan-infly {
    width: clamp(180px, 28vw, 280px);
    height: auto;
    margin-bottom: -1.5rem;
    opacity: .96;
}

.x_home .nx-hero-caption {
    margin-top: 0;
}

.x_home .nx-hero-eyebrow {
    margin-bottom: .9rem;
}

/* Scroll cue */
.nx-scroll-cue {
    position: absolute;
    left: 50%;
    bottom: 2rem;
    transform: translateX(-50%);
    z-index: 5;
}

.nx-mouse {
    display: block;
    width: 26px;
    height: 42px;
    border: 2px solid rgba(255, 255, 255, .7);
    border-radius: 14px;
    position: relative;
}

.nx-wheel {
    position: absolute;
    top: 8px;
    left: 50%;
    width: 4px;
    height: 8px;
    margin-left: -2px;
    border-radius: 4px;
    background: #fff;
    animation: nx-wheel 1.6s ease infinite;
}

@keyframes nx-wheel { 0% { opacity: 0; transform: translateY(0); } 30% { opacity: 1; } 100% { opacity: 0; transform: translateY(14px); } }
@keyframes nx-fade-up { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }

/* =========================================================
   FEATURES
   ========================================================= */
#nx-features { background: #fff; }

.nx-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.nx-feature-card {
    background: #fff;
    border: 1px solid var(--nx-line);
    border-radius: 22px;
    padding: 2.2rem 1.6rem;
    text-align: center;
    box-shadow: var(--nx-shadow);
    transition: transform .35s ease, box-shadow .35s ease;
}

.nx-feature-card:hover { transform: translateY(-8px); box-shadow: var(--nx-shadow-lg); }

.nx-feature-icon {
    width: 68px;
    height: 68px;
    margin: 0 auto 1.3rem;
    display: grid;
    place-items: center;
    border-radius: 20px;
    font-size: 1.7rem;
    color: #fff;
    background: var(--nx-grad);
    box-shadow: 0 12px 24px rgba(0, 176, 155, .3);
}

.nx-feature-card h3 { font-size: 1.15rem; font-weight: 700; color: var(--nx-ink); margin-bottom: .5rem; }
.nx-feature-card p { font-size: .93rem; margin: 0; }

/* =========================================================
   STATS
   ========================================================= */
.nx-stats {
    padding: 3.8rem 0;
    background: linear-gradient(150deg, #0d211d 0%, #0c443b 100%);
    position: relative;
    overflow: hidden;
}

.nx-stats::before {
    content: "";
    position: absolute;
    inset: -25%;
    background: radial-gradient(circle at 15% 20%, rgba(78, 186, 218, .25), transparent 40%),
        radial-gradient(circle at 85% 80%, rgba(0, 176, 155, .25), transparent 40%);
}

.nx-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    text-align: center;
}

.nx-stat { color: #fff; }

.nx-stat-num, .nx-stat-plus {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 900;
    line-height: 1;
    background: linear-gradient(120deg, #7bf4d8, #4ebada);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nx-stat p { margin: .6rem 0 0; color: rgba(255, 255, 255, .75); font-size: .92rem; font-weight: 500; }

/* =========================================================
   PACKAGES
   ========================================================= */
.nx-packages { background: #fff; }

.nx-pkg-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.2rem;
    align-items: stretch;
}

.nx-pkg {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid var(--nx-line);
    border-radius: 22px;
    padding: 2rem 1.4rem;
    box-shadow: var(--nx-shadow);
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.nx-pkg:hover { transform: translateY(-8px); box-shadow: var(--nx-shadow-lg); border-color: rgba(0, 176, 155, .4); }

.nx-pkg.is-popular {
    background: linear-gradient(180deg, #052a26 0%, #0d211d 100%);
    border-color: transparent;
    transform: scale(1.04);
    box-shadow: var(--nx-shadow-lg);
}

.nx-pkg.is-popular:hover { transform: scale(1.04) translateY(-8px); }

.nx-pkg-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    padding: .3rem .9rem;
    border-radius: 999px;
    font-size: .72rem;
    font-weight: 800;
    white-space: nowrap;
    color: #06231f;
    background: linear-gradient(120deg, #ffd45e, #f7b500);
    box-shadow: 0 8px 18px rgba(247, 181, 0, .4);
}

.nx-pkg-name { font-size: 1.3rem; font-weight: 800; color: var(--nx-ink); margin-bottom: .5rem; }
.is-popular .nx-pkg-name { color: #fff; }

.nx-pkg-speed {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    font-size: .82rem;
    font-weight: 600;
    color: var(--nx-teal);
    background: rgba(0, 176, 155, .1);
    padding: .3rem .8rem;
    border-radius: 999px;
    margin-bottom: 1.2rem;
}

.is-popular .nx-pkg-speed { color: #7bf4d8; background: rgba(123, 244, 216, .12); }

.nx-pkg-price {
    font-size: 2.4rem;
    font-weight: 900;
    color: var(--nx-ink);
    line-height: 1;
    margin-bottom: 1.3rem;
}

.is-popular .nx-pkg-price { color: #fff; }
.nx-pkg-rp { font-size: 1rem; font-weight: 700; vertical-align: super; margin-right: 2px; color: var(--nx-teal); }
.is-popular .nx-pkg-rp { color: #7bf4d8; }
.nx-pkg-price sup { font-size: 1rem; }
.nx-pkg-price small { font-size: .9rem; font-weight: 600; color: var(--nx-body); }
.is-popular .nx-pkg-price small { color: rgba(255, 255, 255, .6); }

.nx-pkg-feats { list-style: none; padding: 0; margin: 0 0 1.6rem; flex-grow: 1; }

.nx-pkg-feats li {
    display: flex;
    align-items: flex-start;
    gap: .55rem;
    font-size: .9rem;
    padding: .4rem 0;
    color: var(--nx-body);
}

.is-popular .nx-pkg-feats li { color: rgba(255, 255, 255, .85); }
.nx-pkg-feats i { color: var(--nx-teal-2); margin-top: .15rem; }
.is-popular .nx-pkg-feats i { color: #7bf4d8; }

.nx-pkg-cta { width: 100%; margin-top: auto; }

/* =========================================================
   SERVICES
   ========================================================= */
.nx-services { background: #fff; }

.nx-svc-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.nx-svc-card {
    display: block;
    background: #fff;
    border: 1px solid var(--nx-line);
    border-radius: 22px;
    padding: 2rem;
    text-decoration: none;
    box-shadow: var(--nx-shadow);
    transition: transform .35s ease, box-shadow .35s ease;
    position: relative;
    overflow: hidden;
}

.nx-svc-card::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 4px;
    background: var(--nx-grad);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .35s ease;
}

.nx-svc-card:hover { transform: translateY(-8px); box-shadow: var(--nx-shadow-lg); }
.nx-svc-card:hover::before { transform: scaleX(1); }

.nx-svc-icon {
    width: 60px; height: 60px;
    display: grid; place-items: center;
    border-radius: 16px;
    font-size: 1.5rem;
    color: var(--nx-teal);
    background: rgba(0, 176, 155, .1);
    margin-bottom: 1.2rem;
    transition: background .35s ease, color .35s ease;
}

.nx-svc-card:hover .nx-svc-icon { background: var(--nx-grad); color: #fff; }
.nx-svc-card h3 { font-size: 1.2rem; font-weight: 700; color: var(--nx-ink); margin-bottom: .6rem; }
.nx-svc-card p { font-size: .92rem; margin-bottom: 1.1rem; }

.nx-svc-link { display: inline-flex; align-items: center; gap: .4rem; font-weight: 700; color: var(--nx-teal); font-size: .9rem; }
.nx-svc-link i { transition: transform .3s ease; }
.nx-svc-card:hover .nx-svc-link i { transform: translateX(5px); }

/* =========================================================
   TESTIMONIALS
   ========================================================= */
/* .nx-testi background handled by .nx-sec-dark */

.nx-testi-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.nx-testi-card {
    background: #fff;
    border: 1px solid var(--nx-line);
    border-radius: 22px;
    padding: 1.8rem;
    box-shadow: var(--nx-shadow);
    transition: transform .35s ease, box-shadow .35s ease;
}

.nx-testi-card:hover { transform: translateY(-6px); box-shadow: var(--nx-shadow-lg); }
.nx-testi-stars { color: #f7b500; font-size: .9rem; margin-bottom: .9rem; display: flex; gap: 2px; }
.nx-testi-text { color: var(--nx-ink); font-size: .96rem; line-height: 1.6; margin-bottom: 1.4rem; }

.nx-testi-person { display: flex; align-items: center; gap: .8rem; }

.nx-testi-avatar {
    width: 46px; height: 46px;
    display: grid; place-items: center;
    border-radius: 50%;
    font-weight: 800;
    color: #fff;
    background: var(--nx-grad);
}

.nx-testi-person strong { display: block; color: var(--nx-ink); font-size: .95rem; }
.nx-testi-person small { color: var(--nx-body); font-size: .82rem; }

/* =========================================================
   MEMBER OF — its own separated band
   ========================================================= */
.support-member {
    background: #fff;
    padding: 4rem 0 4.5rem;
    border-top: 1px solid var(--nx-line);
    border-bottom: 1px solid var(--nx-line);
    text-align: center;
}

.support-member .content-member h2 {
    font-size: clamp(1.6rem, 3.4vw, 2.2rem);
    font-weight: 800;
    color: var(--nx-ink);
    margin-bottom: 2.5rem;
}

.support-member .memberSwiper { max-width: 900px; margin: 0 auto; }
.support-member .memberSwiper .item { display: flex; align-items: center; justify-content: center; }
.support-member .memberSwiper .item img { max-height: 90px; width: auto; object-fit: contain; filter: grayscale(100%); opacity: .7; transition: filter .3s ease, opacity .3s ease; }
.support-member .memberSwiper .item img:hover { filter: grayscale(0); opacity: 1; }

/* =========================================================
   ARTICLES
   ========================================================= */
/* .nx-articles background handled by .nx-sec-dark */
.nx-articles .mySwiper { padding: 1rem 1.5rem 2rem; }

.nx-blog {
    background: #fff;
    border: 1px solid var(--nx-line);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: var(--nx-shadow);
    height: auto;
    display: flex;
    flex-direction: column;
    transition: transform .35s ease, box-shadow .35s ease;
}

.nx-blog:hover { transform: translateY(-8px); box-shadow: var(--nx-shadow-lg); }

.nx-blog-img { height: 200px; overflow: hidden; }
.nx-blog-img img, .nx-blog-img video { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.nx-blog:hover .nx-blog-img img { transform: scale(1.06); }

.nx-blog-body { padding: 1.5rem; display: flex; flex-direction: column; flex-grow: 1; }
.nx-blog-meta { font-size: .78rem; font-weight: 600; color: var(--nx-teal); margin-bottom: .6rem; }
.nx-blog-meta i { margin-right: .3rem; }

.nx-blog-title {
    display: block;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--nx-ink);
    text-decoration: none;
    line-height: 1.35;
    margin-bottom: .7rem;
    transition: color .25s ease;
}

.nx-blog-title:hover { color: var(--nx-teal); }
.nx-blog-body p { font-size: .9rem; margin-bottom: 1.1rem; flex-grow: 1; }

.nx-blog-link { display: inline-flex; align-items: center; gap: .4rem; font-weight: 700; color: var(--nx-teal); text-decoration: none; font-size: .9rem; }
.nx-blog-link i { transition: transform .3s ease; }
.nx-blog-link:hover i { transform: translateX(5px); }

/* =========================================================
   FAQ
   ========================================================= */
.nx-faq { background: #fff; }
.nx-faq-wrap { max-width: 46rem; margin: 0 auto; }

.nx-faq .accordion-item {
    background: #fff;
    border: 1px solid var(--nx-line) !important;
    border-radius: 16px !important;
    margin-bottom: 1rem;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(13, 33, 29, .04);
}

.nx-faq .accordion-button {
    font-weight: 700;
    color: var(--nx-ink);
    padding: 1.2rem 1.4rem;
    background: #fff;
}

.nx-faq .accordion-button:not(.collapsed) { color: var(--nx-teal); background: rgba(0, 176, 155, .06); box-shadow: none; }
.nx-faq .accordion-button:focus { box-shadow: none; border-color: transparent; }
.nx-faq .accordion-button::after {
    background-image: none;
    content: "\F64D";
    font-family: "bootstrap-icons";
    transform: rotate(0);
    transition: transform .3s ease;
    width: auto; height: auto;
}
.nx-faq .accordion-button:not(.collapsed)::after { transform: rotate(180deg); }
.nx-faq .accordion-body { color: var(--nx-body); padding: 0 1.4rem 1.3rem; }

/* =========================================================
   CONTACT
   ========================================================= */
.nx-contact { background: #fff; }

.nx-contact-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: var(--nx-shadow-lg);
}

.nx-contact-info {
    padding: 3.2rem;
    color: #fff;
    background: linear-gradient(150deg, #0d211d 0%, #0c443b 100%);
    position: relative;
    overflow: hidden;
}

.nx-contact-info::before {
    content: "";
    position: absolute;
    top: -30%; right: -20%;
    width: 60%; height: 80%;
    background: radial-gradient(circle, rgba(78, 186, 218, .3), transparent 70%);
}

.nx-contact-info .nx-h2 { color: #fff; position: relative; }
.nx-contact-info > p { position: relative; color: rgba(255, 255, 255, .8); margin-bottom: 1.6rem; }

.nx-contact-list { list-style: none; padding: 0; margin: 0 0 1.8rem; position: relative; }
.nx-contact-list li { display: flex; align-items: center; gap: .8rem; padding: .5rem 0; color: rgba(255, 255, 255, .9); font-size: .95rem; }
.nx-contact-list i { color: var(--nx-cyan); font-size: 1.1rem; }

.nx-contact-form { padding: 3.2rem; background: #fff; display: flex; align-items: center; }

/* Neutralise legacy .contact-form grid (was breaking layout) */
.nx-contact-form .contact-form {
    display: block;
    width: 100%;
    margin: 0;
    grid-template-columns: none;
    column-gap: 0;
    row-gap: 0;
}

.nx-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }

.nx-field { position: relative; margin-bottom: 1.2rem; }

.nx-field input, .nx-field textarea {
    width: 100%;
    padding: 1rem .9rem .5rem;
    border: 1.5px solid var(--nx-line);
    border-radius: 12px;
    font-size: .95rem;
    color: var(--nx-ink);
    background: #fff;
    transition: border-color .25s ease;
    resize: vertical;
}

.nx-field input:focus, .nx-field textarea:focus { outline: none; border-color: var(--nx-teal-2); }

.nx-field label {
    position: absolute;
    left: .9rem;
    top: .9rem;
    font-size: .95rem;
    color: #9aa8a4;
    pointer-events: none;
    transition: all .2s ease;
}

.nx-field input:focus + label,
.nx-field input:not(:placeholder-shown) + label,
.nx-field textarea:focus + label,
.nx-field textarea:not(:placeholder-shown) + label {
    top: .3rem;
    font-size: .72rem;
    color: var(--nx-teal);
    font-weight: 600;
}

/* =========================================================
   DARK SECTION — deep green with animated aurora glow
   (meniru panel "Hubungi Kami")
   ========================================================= */
.nx-sec-dark {
    position: relative;
    color: #fff;
    overflow: hidden;
    background: linear-gradient(150deg, #0d211d 0%, #0c443b 100%);
}

.nx-sec-dark::before {
    content: "";
    position: absolute;
    inset: -25%;
    pointer-events: none;
    background:
        radial-gradient(circle at 22% 28%, rgba(78, 186, 218, .28), transparent 42%),
        radial-gradient(circle at 78% 72%, rgba(0, 176, 155, .26), transparent 44%),
        radial-gradient(circle at 60% 10%, rgba(124, 244, 216, .14), transparent 40%);
    animation: nx-aurora 16s ease-in-out infinite alternate;
    will-change: transform, opacity;
}

@keyframes nx-aurora {
    0%   { transform: translate3d(-4%, -3%, 0) scale(1);    opacity: .75; }
    50%  { transform: translate3d(4%, 3%, 0)  scale(1.18);  opacity: 1;   }
    100% { transform: translate3d(-2%, 5%, 0) scale(1.06);  opacity: .8;  }
}

/* Light-on-dark text for dark sections */
.nx-sec-dark .nx-h2 { color: #fff; }
.nx-sec-dark .nx-lead { color: rgba(255, 255, 255, .82); }
.nx-sec-dark .nx-tag { color: #fff; background: rgba(255, 255, 255, .14); }

/* Animate the existing stats band too */
.nx-stats::before {
    animation: nx-aurora 16s ease-in-out infinite alternate;
    will-change: transform, opacity;
}

@media (prefers-reduced-motion: reduce) {
    .nx-sec-dark::before, .nx-stats::before { animation: none; }
}

/* =========================================================
   REVEAL animations
   ========================================================= */
.nx-reveal { opacity: 0; transform: translateY(30px); transition: opacity .7s ease, transform .7s ease; }
.nx-reveal.nx-in { opacity: 1; transform: translateY(0); }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1100px) {
    .nx-pkg-grid { grid-template-columns: repeat(3, 1fr); }
    .nx-pkg.is-popular { transform: none; }
    .nx-pkg.is-popular:hover { transform: translateY(-8px); }
}

@media (max-width: 992px) {
    .nx-feature-grid, .nx-testi-grid { grid-template-columns: repeat(2, 1fr); }
    .nx-svc-grid { grid-template-columns: repeat(2, 1fr); }
    .nx-stats-grid { grid-template-columns: repeat(2, 1fr); gap: 2rem; }
    .nx-contact-card { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    .nx-section { padding: 4rem 0; }
    .nx-pkg-grid { grid-template-columns: 1fr; max-width: 22rem; margin: 0 auto; }
    .nx-contact-info, .nx-contact-form { padding: 2.2rem; }
}

@media (max-width: 560px) {
    .nx-feature-grid, .nx-testi-grid, .nx-svc-grid { grid-template-columns: 1fr; }
    .nx-field-row { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    .nx-reveal { opacity: 1; transform: none; }
    .nx-wheel { animation: none; }
}
