/*
 * nr-industry — conversion-focused industry/solutions page template.
 * Layered on the 2026 polish + plan-grid foundations.
 */

.nr-industry {
    --nr-ind-ink:        #0f1c2e;
    --nr-ind-ink-soft:   #5b6b7a;
    --nr-ind-line:       #e6ecef;
    --nr-ind-bg:         #ffffff;
    --nr-ind-bg-soft:    #f7fafc;
    --nr-ind-bg-deep:    #0a1626;
    --nr-ind-shell:      1280px;

    font-family: var(--masterfont, "sofia-pro", system-ui, sans-serif);
    color: var(--nr-ind-ink);
    margin: clamp(28px, 5vw, 64px) auto;
    padding-inline: clamp(16px, 4vw, 32px);
    max-width: var(--nr-ind-shell);
}
/* Hero is allowed to span the full shell width — no extra max-width
   needed because the parent .nr-industry already caps the row. */

/* ── Hero ──────────────────────────────────────────────────────── */
.nr-industry__hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #0a1626 0%, #0f2541 60%, #0c3a5d 100%);
    color: #fff;
    border-radius: 28px;
    padding: clamp(40px, 6vw, 80px) clamp(28px, 5vw, 72px);
    isolation: isolate;
}
.nr-industry__hero::before {
    /* subtle grid on dark hero, evokes "infrastructure" */
    content: "";
    position: absolute; inset: 0;
    background-image:
      linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
    background-size: 32px 32px;
    mask-image: radial-gradient(ellipse at top right, rgba(0,0,0,.65), transparent 70%);
    z-index: 0;
}
.nr-industry__hero-content { position: relative; z-index: 1; max-width: 720px; }
.nr-industry__hero-orb {
    position: absolute;
    right: -160px; top: -160px;
    width: 520px; height: 520px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, rgba(20,187,96,.28), rgba(20,187,96,.05) 50%, transparent 70%);
    z-index: 0;
}
.nr-industry__eyebrow {
    display: inline-block;
    margin: 0 0 14px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: rgba(255,255,255,.7);
    padding: 6px 14px;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.04);
    border-radius: 999px;
    backdrop-filter: blur(6px);
}
.nr-industry__headline {
    font-size: clamp(34px, 5vw, 56px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.025em;
    margin: 0 0 18px;
    color: #fff;
}
.nr-industry__sub {
    font-size: clamp(16px, 1.4vw, 19px);
    line-height: 1.55;
    color: rgba(255,255,255,.78);
    margin: 0 0 28px;
    max-width: 620px;
}
.nr-industry__cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}
.nr-industry__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 24px 0 0;
    font-size: 13px;
    color: rgba(255,255,255,.7);
}
.nr-industry__badge-dot {
    width: 8px; height: 8px;
    background: var(--primary, #14bb60);
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(20,187,96,.20);
    animation: nr-pulse 2s var(--nr-easing-in-out, ease-in-out) infinite;
}
@keyframes nr-pulse {
    0%, 100% { box-shadow: 0 0 0 4px rgba(20,187,96,.20); }
    50%      { box-shadow: 0 0 0 8px rgba(20,187,96,.05); }
}

.nr-btn--lg { padding: 14px 28px; font-size: 15px; }
.nr-industry .nr-btn--ghost {
    background: rgba(255,255,255,.06);
    color: #fff;
    border-color: rgba(255,255,255,.18);
}
.nr-industry .nr-btn--ghost:hover {
    background: rgba(255,255,255,.12);
    border-color: rgba(255,255,255,.30);
    color: #fff;
}

/* ── Section heading ───────────────────────────────────────────── */
.nr-industry__section-title {
    font-size: clamp(26px, 3.2vw, 36px);
    font-weight: 700;
    letter-spacing: -0.02em;
    margin: clamp(48px, 6vw, 80px) 0 24px;
    color: var(--nr-ind-ink);
}
.nr-industry__plans-sub {
    font-size: 16px;
    color: var(--nr-ind-ink-soft);
    margin: -8px 0 24px;
    max-width: 640px;
    line-height: 1.55;
}
.nr-industry__catalogue-cta {
    background: linear-gradient(180deg, rgba(20, 187, 96, 0.04) 0%, rgba(20, 187, 96, 0.02) 100%);
    border: 1px solid rgba(20, 187, 96, 0.18);
    border-radius: 12px;
    padding: clamp(28px, 4vw, 40px);
    margin-top: clamp(28px, 4vw, 40px);
}
/* Featured-plans grid sits inside the .nr-product-plans section on DC
 * pages. Drop the section's bottom padding when there's a featured
 * grid so the grid doesn't end up floating above blank space. */
.nr-product-plans .nr-industry__popular-grid { margin-bottom: 4px; }

/* ─────────────────────────────────────────────────────────────────────
 * Datapacket-style featured-configs strip — full-width section with
 * horizontal scroll, prev/next chevrons, and a footer with the
 * "All configurations & pricing" + "Talk to engineering" CTAs.
 *
 * Inspired by datapacket.com's "Preconfigured servers in MADRID"
 * pattern — top-of-funnel, browse-first, no spec-list weight.
 * ───────────────────────────────────────────────────────────────── */
.nr-featured-strip {
    background: linear-gradient(180deg, #050f1c 0%, #03090f 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    max-width: none;
    color: #ffffff;
    font-family: var(--masterfont, "sofia-pro", system-ui, sans-serif);
    overflow: hidden;
    position: relative;
}
.nr-featured-strip::before {
    /* Subtle hex/grid pattern in the background like datapacket. */
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 0% 50%, rgba(20, 187, 96, 0.06) 0%, transparent 60%),
        radial-gradient(circle at 100% 50%, rgba(82, 167, 255, 0.04) 0%, transparent 50%);
    pointer-events: none;
}
.nr-featured-strip__inner {
    position: relative;
    max-width: 1480px;
    margin: 0 auto;
    padding: clamp(36px, 5vw, 56px) clamp(20px, 4vw, 40px);
    display: flex;
    flex-direction: column;
    gap: 22px;
}
.nr-featured-strip__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.nr-featured-strip__eyebrow {
    margin: 0;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    color: var(--primary, #14bb60);
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.10em;
    text-transform: uppercase;
}
.nr-featured-strip__count {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    background: rgba(20, 187, 96, 0.10);
    border: 1px solid rgba(20, 187, 96, 0.30);
    border-radius: 999px;
    color: rgba(140, 240, 184, 0.95);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: none;
}
.nr-featured-strip__nav {
    display: inline-flex;
    gap: 8px;
}
.nr-featured-strip__btn {
    width: 40px; height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.78);
    cursor: pointer;
    transition: background 180ms ease-out, border-color 180ms ease-out, color 180ms ease-out;
}
.nr-featured-strip__btn:hover {
    background: rgba(20, 187, 96, 0.10);
    border-color: rgba(20, 187, 96, 0.40);
    color: var(--primary, #14bb60);
}
.nr-featured-strip__btn:disabled {
    opacity: 0.30;
    cursor: not-allowed;
    background: transparent;
    border-color: rgba(255, 255, 255, 0.10);
    color: rgba(255, 255, 255, 0.30);
}

/* Horizontal scroll rail with snap-to-card behavior. */
.nr-featured-strip__rail {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: clamp(240px, 22%, 340px);
    gap: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding-bottom: 6px;            /* room for native scroll bar */
    scrollbar-width: thin;
    scrollbar-color: rgba(20, 187, 96, 0.35) transparent;
}
.nr-featured-strip__rail::-webkit-scrollbar { height: 6px; }
.nr-featured-strip__rail::-webkit-scrollbar-track { background: transparent; }
.nr-featured-strip__rail::-webkit-scrollbar-thumb {
    background: rgba(20, 187, 96, 0.35);
    border-radius: 3px;
}
@media (max-width: 720px) {
    .nr-featured-strip__rail { grid-auto-columns: 78%; }
}

.nr-featured-strip__card {
    scroll-snap-align: start;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 8px;
    padding: 22px 22px 18px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    color: inherit;
    transition: background 200ms ease-out, border-color 200ms ease-out, transform 200ms ease-out;
    min-height: 240px;
}
.nr-featured-strip__card:hover {
    background: rgba(20, 187, 96, 0.04);
    border-color: rgba(20, 187, 96, 0.30);
    transform: translateY(-2px);
}
.nr-featured-strip__tier {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(20, 187, 96, 0.16);
    color: rgba(140, 240, 184, 0.95);
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.10em;
    text-transform: uppercase;
}
.nr-featured-strip__tier--perf {
    background: rgba(82, 167, 255, 0.16);
    color: rgba(170, 215, 255, 0.95);
}
.nr-featured-strip__tier--high {
    background: rgba(155, 130, 230, 0.18);
    color: rgba(212, 195, 255, 0.95);
}
.nr-featured-strip__title {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.25;
    letter-spacing: -0.01em;
}
.nr-featured-strip__blurb {
    margin: 0;
    flex: 1;
    font-size: 13px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.62);
}
.nr-featured-strip__cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding: 10px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.78) !important;
    font-size: 14px;
    text-decoration: none !important;
    transition: color 180ms ease-out;
}
.nr-featured-strip__cta strong {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    margin-left: 4px;
}
.nr-featured-strip__cta span[aria-hidden] {
    color: var(--primary, #14bb60);
    font-size: 16px;
    transition: transform 180ms cubic-bezier(0.16, 1, 0.3, 1);
}
.nr-featured-strip__cta:hover { color: #ffffff !important; }
.nr-featured-strip__cta:hover span[aria-hidden] { transform: translateX(3px); }

.nr-featured-strip__foot {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    /* Defeat the global "footer { background: #051F38; padding: 80px 0; color: white }"
     * rule from main.css that bleeds into every <footer> element. Same gotcha that
     * bit the .nr-popular footer earlier. */
    background: transparent !important;
    padding: 18px 0 0 !important;
    margin-top: 4px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    color: inherit !important;
}
/* Primary CTA (filled brand-green) — stand-out anchor for the strip */
.nr-featured-strip__foot .nr-btn,
.nr-featured-strip__foot .nr-btn--ghost {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px !important;
    padding: 12px 20px !important;
    background: var(--primary, #14bb60) !important;
    border: 1px solid var(--primary, #14bb60) !important;
    border-radius: 6px !important;
    color: #ffffff !important;
    font-family: inherit;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
    box-shadow: 0 4px 12px rgba(20, 187, 96, 0.25) !important;
    transition: background 180ms ease-out, border-color 180ms ease-out, gap 180ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 180ms ease-out !important;
}
.nr-featured-strip__foot .nr-btn:hover,
.nr-featured-strip__foot .nr-btn--ghost:hover {
    background: #11a655 !important;
    border-color: #11a655 !important;
    color: #ffffff !important;
    gap: 12px !important;
    box-shadow: 0 8px 20px rgba(20, 187, 96, 0.40) !important;
}
.nr-featured-strip__foot .nr-btn span[aria-hidden],
.nr-featured-strip__foot .nr-btn--ghost span[aria-hidden] {
    font-size: 16px;
    transition: transform 180ms cubic-bezier(0.16, 1, 0.3, 1);
}

/* Secondary "Talk to engineering" — outlined ghost */
.nr-featured-strip__contact {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 20px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 6px;
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none !important;
    transition: background 180ms ease-out, border-color 180ms ease-out, color 180ms ease-out, gap 180ms cubic-bezier(0.16, 1, 0.3, 1);
}
.nr-featured-strip__contact:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.40);
    color: #ffffff !important;
    gap: 12px;
}
.nr-featured-strip__contact span[aria-hidden] {
    font-size: 16px;
    color: var(--primary, #14bb60);
}
.nr-industry__catalogue-inner { max-width: 720px; }
.nr-industry__catalogue-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 8px;
}

/* ── Benefits ──────────────────────────────────────────────────── */
.nr-industry__benefit-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: clamp(16px, 2vw, 24px);
}
.nr-industry__benefit {
    background: var(--nr-ind-bg);
    border: 1px solid var(--nr-ind-line);
    border-radius: 18px;
    padding: 28px;
    transition: all var(--nr-motion-base, 220ms) var(--nr-easing-out, ease-out);
    box-shadow: var(--nr-shadow-xs, 0 1px 2px rgba(38,50,56,.04));
}
.nr-industry__benefit:hover {
    transform: translateY(-3px);
    box-shadow: var(--nr-shadow-md, 0 4px 8px rgba(38,50,56,.08));
    border-color: transparent;
}
.nr-industry__benefit-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px; height: 52px;
    background: linear-gradient(135deg, rgba(20,187,96,.10), rgba(82,167,255,.10));
    color: var(--primary, #14bb60);
    border-radius: 14px;
    font-size: 24px;
    margin-bottom: 18px;
}
.nr-industry__benefit h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 8px;
    color: var(--nr-ind-ink);
    letter-spacing: -0.01em;
}
.nr-industry__benefit p {
    margin: 0;
    color: var(--nr-ind-ink-soft);
    font-size: 14px;
    line-height: 1.6;
}

/* ── Trust strip (industry-specific metrics) ───────────────────── */
.nr-industry__metrics ul {
    list-style: none;
    margin: 0;
    padding: 36px clamp(20px, 3vw, 40px);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 24px;
    background: var(--nr-ind-bg-soft);
    border-radius: 18px;
    border: 1px solid var(--nr-ind-line);
}
.nr-industry__metrics li { text-align: center; }
.nr-industry__metric-num {
    display: block;
    font-size: clamp(28px, 3.6vw, 40px);
    font-weight: 800;
    color: var(--primary, #14bb60);
    letter-spacing: -0.025em;
    line-height: 1.1;
}
.nr-industry__metric-label {
    display: block;
    margin-top: 6px;
    font-size: 13px;
    color: var(--nr-ind-ink-soft);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 500;
}

/* ── FAQ (native <details>) ─────────────────────────────────────── */
.nr-industry__faq-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 920px;
}
.nr-industry__faq-item {
    background: var(--nr-ind-bg);
    border: 1px solid var(--nr-ind-line);
    border-radius: 14px;
    padding: 6px 22px;
    transition: border-color var(--nr-motion-base, 220ms) var(--nr-easing-out, ease-out);
}
.nr-industry__faq-item[open] {
    border-color: var(--primary, #14bb60);
    box-shadow: var(--nr-shadow-sm, 0 2px 4px rgba(38,50,56,.04));
}
.nr-industry__faq-item summary {
    list-style: none;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    padding: 18px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--nr-ind-ink);
}
.nr-industry__faq-item summary::-webkit-details-marker { display: none; }
.nr-industry__faq-chev {
    width: 28px; height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--nr-ind-bg-soft);
    border-radius: 50%;
    font-size: 18px;
    line-height: 1;
    color: var(--nr-ind-ink-soft);
    transition: all var(--nr-motion-base, 220ms) var(--nr-easing-out, ease-out);
}
.nr-industry__faq-item[open] .nr-industry__faq-chev {
    transform: rotate(45deg);
    background: var(--primary, #14bb60);
    color: #fff;
}
.nr-industry__faq-answer {
    padding: 0 0 18px;
    color: var(--nr-ind-ink-soft);
    line-height: 1.6;
    font-size: 15px;
    max-width: 760px;
}

/* ── Final CTA ─────────────────────────────────────────────────── */
.nr-industry__final-cta {
    margin-top: clamp(48px, 6vw, 80px);
}
.nr-industry__final-cta-inner {
    background: linear-gradient(135deg, #0a1626 0%, #14bb60 200%);
    color: #fff;
    border-radius: 28px;
    padding: clamp(40px, 5vw, 64px);
    text-align: center;
    position: relative;
    overflow: hidden;
}
.nr-industry__final-cta-inner::before {
    content: "";
    position: absolute;
    inset: -50%;
    background: radial-gradient(circle at center, rgba(82,167,255,.18), transparent 60%);
    z-index: 0;
}
.nr-industry__final-cta-inner > * { position: relative; z-index: 1; }
.nr-industry__final-cta h2 {
    font-size: clamp(28px, 3.6vw, 40px);
    font-weight: 700;
    margin: 0 0 12px;
    color: #fff;
    letter-spacing: -0.02em;
}
.nr-industry__final-cta p {
    font-size: 17px;
    color: rgba(255,255,255,.78);
    margin: 0 0 28px;
}
.nr-industry__final-cta .nr-industry__cta-row { justify-content: center; }

/* ── Reduced motion ────────────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
    .nr-industry__badge-dot { animation: none !important; }
    .nr-industry__benefit, .nr-industry__benefit:hover,
    .nr-industry__faq-chev { transition: none !important; transform: none !important; }
}

/* ── Popular configurations grid (Datapacket pattern) ─────────────── */
.nr-industry__popular-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: clamp(16px, 2vw, 24px);
    margin-bottom: clamp(32px, 4vw, 56px);
}
.nr-popular {
    /* Re-declare the industry palette here so the card stays usable
     * outside the .nr-industry shell (city/datacenter pages, future
     * standalone "featured picks" placements). */
    --nr-ind-ink:        #0f1c2e;
    --nr-ind-ink-soft:   #5b6b7a;
    --nr-ind-line:       #e6ecef;
    --nr-ind-bg:         #ffffff;
    position: relative;
    background: var(--nr-ind-bg);
    border: 1px solid var(--nr-ind-line);
    border-radius: 6px;
    padding: 26px 24px 24px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    color: var(--nr-ind-ink);
    transition: all 220ms cubic-bezier(0.16, 1, 0.3, 1);
    overflow: hidden;
}
.nr-popular::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary, #14bb60), var(--secondary, #52a7ff));
    opacity: 0;
    transition: opacity 220ms;
}
.nr-popular:hover {
    border-color: transparent;
    box-shadow: 0 12px 28px rgba(15, 28, 46, 0.10);
    transform: translateY(-3px);
}
.nr-popular:hover::before { opacity: 1; }
.nr-popular__tier {
    position: absolute;
    top: 0; right: 0;
    padding: 4px 10px;
    border-radius: 0 6px 0 6px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.4;
}
.nr-popular__tier--value { background: rgba(20, 187, 96, 0.95); }
.nr-popular__tier--perf  { background: rgba(82, 167, 255, 0.95); }
.nr-popular__tier--high  { background: rgba(75, 58, 139, 0.95); }
.nr-popular header {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    padding-right: 70px;          /* leave room for the tier badge */
}
.nr-popular__title {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
    letter-spacing: -0.015em;
    flex: 1 1 100%;
}
.nr-popular__specs {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.nr-popular__specs li {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    font-size: 13px;
    line-height: 1.4;
    padding-bottom: 8px;
    border-bottom: 1px dashed var(--nr-ind-line);
}
.nr-popular__specs li:last-child { border-bottom: 0; padding-bottom: 0; }
.nr-popular__specs strong {
    color: var(--nr-ind-ink-soft);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 11px;
}
.nr-popular__specs span { text-align: right; color: var(--nr-ind-ink); font-weight: 500; }
.nr-popular footer {
    margin-top: auto;
    padding: 8px 0 0;               /* defeat the global "footer { padding: 80px 0 }" rule from main.css */
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    background: transparent;        /* defeat global footer rule */
    color: inherit;                 /* defeat the global "footer { color: white }" — inside this card we want dark text */
}
/* Same gotcha for the article<header> + the popular card itself: the legacy
 * "footer/header" element rules in main.css fire on every <footer>/<header>.
 * Reset just the bits the legacy rule sets, scoped to .nr-popular. */
.nr-popular header {
    background: transparent;
    padding: 0;
    color: inherit;
}
.nr-popular__price {
    margin: 0;
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}
.nr-popular__price-from {
    font-size: 11px;
    color: var(--nr-ind-ink-soft);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
.nr-popular__price strong {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--nr-ind-ink);
}
.nr-popular__price-unit {
    font-size: 13px;
    color: var(--nr-ind-ink-soft);
    margin-left: 2px;
}

/* ─────────────────────────────────────────────────────────────────────
 * Minimal / Datapacket-style featured-card variant.
 *
 * Stack the variant on the same grid (`.nr-industry__popular-grid`)
 * by adding `.nr-industry__popular-grid--minimal` to the parent and
 * `.nr-popular--minimal` to each card. Cards drop the spec list +
 * the big Configure button in favour of CPU title + short blurb +
 * a "Starting at … →" footer line. Designed for top-of-funnel
 * pages (industries, datacenters) where the goal is to set a
 * starting price, not let the user compare RAM-to-storage tradeoffs.
 *
 * Plan-product pages keep the existing detailed variant — they sit
 * alongside the full [nr_plan_grid], so the spec list is redundant
 * there but still visible if a marketer wants it.
 * ───────────────────────────────────────────────────────────────── */
.nr-industry__popular-grid--minimal {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 0;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 10px;
    overflow: hidden;
}
.nr-popular--minimal {
    --nr-ind-ink:        #ffffff;
    --nr-ind-ink-soft:   rgba(255, 255, 255, 0.65);
    --nr-ind-line:       rgba(255, 255, 255, 0.06);
    --nr-ind-bg:         rgba(10, 22, 38, 0.85);
    background: var(--nr-ind-bg);
    border: 0;
    border-radius: 0;
    padding: 26px 24px 20px;
    gap: 14px;
    color: var(--nr-ind-ink);
    transition: background 200ms ease-out, transform 200ms ease-out;
}
.nr-popular--minimal::before { display: none; }
.nr-popular--minimal:hover {
    background: rgba(15, 32, 54, 0.95);
    transform: none;
    box-shadow: none;
    border-color: transparent;
}
/* Tier pill: rounded, subtle teal/green, top-left (not absolute corner) */
.nr-popular--minimal .nr-popular__tier {
    position: static;
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(20, 187, 96, 0.16);
    color: rgba(140, 240, 184, 0.95);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.10em;
    text-transform: uppercase;
}
.nr-popular--minimal .nr-popular__tier--perf {
    background: rgba(82, 167, 255, 0.16);
    color: rgba(170, 215, 255, 0.95);
}
.nr-popular--minimal .nr-popular__tier--high {
    background: rgba(155, 130, 230, 0.18);
    color: rgba(212, 195, 255, 0.95);
}
.nr-popular--minimal header {
    padding: 0;
    display: block;
    background: transparent;
    color: inherit;
}
.nr-popular--minimal .nr-popular__title {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    line-height: 1.25;
    letter-spacing: -0.01em;
}
/* Drop the series chip + the spec list on the minimal variant. */
.nr-popular--minimal .nr-plan-card__series,
.nr-popular--minimal .nr-popular__specs { display: none; }
/* Auto-blurb: a short summary in place of the spec list. */
.nr-popular__blurb {
    font-size: 13px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.65);
    margin: 0;
    flex: 1;
}
/* Footer becomes a single price line with chevron, no big Configure button. */
.nr-popular--minimal footer {
    margin-top: auto;
    padding: 12px 0 0;
    background: transparent;
    color: inherit;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}
.nr-popular--minimal .nr-popular__price {
    flex: 1;
    flex-direction: row;
    align-items: baseline;
    gap: 6px;
}
.nr-popular--minimal .nr-popular__price-from {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.55);
    text-transform: none;
    letter-spacing: 0;
    font-weight: 500;
}
.nr-popular--minimal .nr-popular__price strong {
    font-size: 17px;
    font-weight: 700;
    color: #ffffff;
}
.nr-popular--minimal .nr-popular__price-unit {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.55);
}
/* Replace the big Configure button with a chevron-only CTA. */
.nr-popular--minimal .nr-btn {
    background: transparent;
    border: 0;
    padding: 4px 6px;
    color: rgba(255, 255, 255, 0.55);
    font-weight: 600;
    font-size: 13px;
    box-shadow: none;
    transition: color 180ms ease-out, transform 180ms cubic-bezier(0.16, 1, 0.3, 1);
}
.nr-popular--minimal .nr-btn:hover {
    color: var(--primary, #14bb60);
    transform: translateX(3px);
}
.nr-popular--minimal .nr-btn span[aria-hidden] { font-size: 18px; line-height: 1; }
.nr-popular--minimal .nr-btn:hover span[aria-hidden] { transform: none; }
