/* Our Products — gallery, hubs, and feature stories */

.header-1 .menu ul li,
.h3-header-bottom-area .menu ul li {
    margin-right: 12px;
}

.header-1 .menu ul li a,
.h3-header-bottom-area .menu ul li a {
    font-size: 17px;
    padding-left: 5px;
    padding-right: 5px;
}

.products-area {
    background:
        radial-gradient(900px 420px at 8% -10%, rgba(132, 36, 185, 0.28), transparent 58%),
        radial-gradient(820px 380px at 100% 110%, rgba(1, 106, 202, 0.28), transparent 55%),
        linear-gradient(160deg, #050816 0%, #0b1230 48%, #14082a 100%);
    overflow: hidden;
    padding: 72px 0 64px;
    position: relative;
    scroll-margin-top: 90px;
}

.products-area::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent);
    content: "";
    height: 1px;
    left: 8%;
    position: absolute;
    right: 8%;
    top: 0;
}

.products-area .section-title {
    margin-bottom: 18px;
}

.products-area .section-title .intro {
    color: #9bb8ff;
    letter-spacing: 0.22em;
}

.products-area .section-title .title {
    color: #ffffff;
    font-size: 32px;
    letter-spacing: -0.3px;
    line-height: 1.22;
    margin-bottom: 12px;
}

.products-area .section-title .text {
    color: #c9d2ea;
    font-size: 15px;
    line-height: 1.6;
    margin-left: auto;
    margin-right: auto;
    max-width: 560px;
}

.products-tease {
    color: #8ea2d6;
    font-size: 12px;
    letter-spacing: 0.16em;
    margin: 0 0 26px;
    text-align: center;
    text-transform: uppercase;
}

.product-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.product-grid > li {
    display: flex;
    flex: 0 1 calc(33.333% - 15px);
    max-width: calc(33.333% - 15px);
    min-width: 0;
}

a.product-card,
a.product-card:hover,
a.product-card:focus {
    color: inherit;
    outline: none;
    text-decoration: none;
}

.product-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    padding: 22px 22px 20px;
    position: relative;
    text-decoration: none;
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
    width: 100%;
}

.product-card::after {
    background: var(--card-glow, linear-gradient(90deg, #8424b9, #016aca));
    content: "";
    height: 3px;
    left: 0;
    opacity: 0.9;
    position: absolute;
    right: 0;
    top: 0;
}

.product-card:hover,
.product-card:focus {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 255, 255, 0.22);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
    color: inherit;
    text-decoration: none;
    transform: translateY(-3px);
}

.product-card--edu {
    --card-glow: linear-gradient(90deg, #22d3ee, #7c3aed);
}

.product-card--rw {
    --card-glow: linear-gradient(90deg, #4f46e5, #06b6d4);
}

.product-card--mfv {
    --card-glow: linear-gradient(90deg, #06b6d4, #f97316);
}

.product-card--nx {
    --card-glow: linear-gradient(90deg, #3bbaa7, #22d3ee);
}

.product-card--ph {
    --card-glow: linear-gradient(90deg, #059669, #34d399);
}

.product-card__logo {
    align-items: center;
    background: #070b16;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    margin: 0 0 16px;
    min-height: 118px;
    padding: 14px 16px;
}

.product-card__logo img {
    display: block;
    height: auto;
    max-height: 92px;
    max-width: 100%;
    object-fit: contain;
    object-position: center;
    width: auto;
}

.product-card__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-width: 0;
    padding: 0;
}

.product-card__chip {
    background: rgba(255, 255, 255, 0.08);
    border: 0;
    border-radius: 999px;
    color: #d5def5;
    display: inline-flex;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin: 0 0 10px;
    padding: 4px 10px;
    text-transform: uppercase;
    width: max-content;
}

.product-card__name {
    color: #ffffff;
    font-size: 22px;
    letter-spacing: -0.3px;
    line-height: 1.25;
    margin: 0 0 8px;
}

.product-card__hook {
    color: #e4ebff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.45;
    margin: 0 0 8px;
}

.product-card__text {
    color: #b8c3de;
    font-size: 14px;
    letter-spacing: 0.15px;
    line-height: 1.55;
    margin: 0 0 16px;
}

.product-card__more {
    align-items: center;
    background: transparent;
    border-radius: 0;
    color: #9ec5ff;
    display: inline-flex;
    font-family: inherit;
    font-size: 15px;
    font-weight: 700;
    gap: 8px;
    letter-spacing: 0;
    margin-top: auto;
    opacity: 1;
    padding: 0;
    text-transform: none;
}

.product-card__more i {
    font-size: 12px;
    transition: transform 0.2s ease;
}

.product-card:hover .product-card__more i {
    transform: translateX(4px);
}

/* Product story pages */
.product-page {
    background: #f4f6fb;
}

.product-hero {
    color: #fff;
    overflow: hidden;
    padding: 168px 0 72px;
    position: relative;
}

.product-hero::before,
.product-hero::after {
    border-radius: 50%;
    content: "";
    filter: blur(70px);
    pointer-events: none;
    position: absolute;
}

.product-hero--edu {
    background: linear-gradient(145deg, #07111f 0%, #122046 46%, #2a1058 100%);
}

.product-hero--edu::before {
    background: #22d3ee;
    height: 320px;
    left: -80px;
    opacity: 0.22;
    top: 40px;
    width: 320px;
}

.product-hero--rw {
    background: linear-gradient(145deg, #070816 0%, #16143a 50%, #0b2a3a 100%);
}

.product-hero--rw::before {
    background: #4f46e5;
    height: 340px;
    opacity: 0.28;
    right: -60px;
    top: -40px;
    width: 340px;
}

.product-hero--mfv {
    background: linear-gradient(145deg, #06101c 0%, #0b2740 48%, #3b1d0f 100%);
}

.product-hero--mfv::before {
    background: #f97316;
    bottom: -80px;
    height: 300px;
    opacity: 0.22;
    right: 8%;
    width: 300px;
}

.product-hero--nx {
    background: linear-gradient(145deg, #04110f 0%, #0b2a28 48%, #082033 100%);
}

.product-hero--nx::before {
    background: #3bbaa7;
    height: 340px;
    left: -70px;
    opacity: 0.26;
    top: -30px;
    width: 340px;
}

.product-hero--ph {
    background: linear-gradient(145deg, #04140f 0%, #0b2a1c 48%, #08201a 100%);
}

.product-hero--ph::before {
    background: #10b981;
    height: 340px;
    opacity: 0.26;
    right: -60px;
    top: -30px;
    width: 340px;
}

.product-hero--hub {
    background: linear-gradient(145deg, #050816 0%, #101935 55%, #1a1040 100%);
    padding-bottom: 88px;
}

.product-hero__crumbs {
    color: #b7c3e4;
    font-size: 14px;
    letter-spacing: 0.4px;
    list-style: none;
    margin: 0 0 28px;
    padding: 0;
}

.product-hero__crumbs li {
    display: inline;
}

.product-hero__crumbs a {
    color: #d7e2ff;
}

.product-hero__crumbs a:hover {
    color: #ffffff;
}

.product-hero__crumbs li + li::before {
    color: #7f8db3;
    content: "/";
    margin: 0 8px;
}

.product-hero__logo {
    background: rgba(0, 0, 0, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.28);
    margin: 0 0 20px;
    max-width: 340px;
    padding: 12px 16px;
}

.product-hero__logo img {
    display: block;
    height: auto;
    max-height: 96px;
    width: auto;
    max-width: 100%;
}

.product-hero__eyebrow {
    color: #9ec5ff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.2em;
    margin: 0 0 12px;
    text-transform: uppercase;
}

.product-hero h1 {
    color: #ffffff;
    font-size: 40px;
    letter-spacing: -0.4px;
    line-height: 1.15;
    margin: 0 0 14px;
}

.product-hero__hook {
    color: #e8eeff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.2px;
    line-height: 1.45;
    margin: 0 0 14px;
    max-width: 680px;
}

.product-hero__lead {
    color: #c5d0ea;
    font-size: 16px;
    letter-spacing: 0.2px;
    line-height: 1.7;
    margin: 0 0 28px;
    max-width: 680px;
}

.product-hero__stats {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.product-hero__stats li {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    min-width: 140px;
    padding: 12px 16px;
}

.product-hero__stats strong {
    color: #ffffff;
    display: block;
    font-size: 20px;
    line-height: 1.2;
}

.product-hero__stats span {
    color: #b7c3e4;
    font-size: 12px;
    letter-spacing: 0.04em;
}

.product-stage {
    margin-top: -36px;
    padding: 0 0 40px;
    position: relative;
    z-index: 2;
}

.product-stage__panel {
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 24px 50px rgba(15, 23, 42, 0.12);
    padding: 28px 32px;
}

.product-stage__panel p {
    color: #4b5568;
    font-size: 17px;
    letter-spacing: 0.15px;
    line-height: 1.7;
    margin: 0;
}

.product-legal-note {
    color: #6b7280 !important;
    font-size: 13px !important;
    letter-spacing: 0 !important;
    line-height: 1.55 !important;
    margin-top: 14px !important;
}

.feature-nav {
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid #e6eaf4;
    position: sticky;
    top: 86px;
    z-index: 80;
}

.feature-nav ul {
    display: flex;
    gap: 8px;
    list-style: none;
    margin: 0;
    overflow-x: auto;
    padding: 12px 0;
}

.feature-nav a {
    border-radius: 999px;
    color: #334155;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.02em;
    padding: 8px 14px;
    white-space: nowrap;
}

.feature-nav a:hover,
.feature-nav a.is-active {
    background: #0b1230;
    color: #ffffff;
}

.feature-story {
    padding: 36px 0;
    scroll-margin-top: 150px;
}

.feature-story + .feature-story {
    border-top: 1px solid #e7ebf5;
}

.feature-story:nth-child(even) {
    background: #eef2fb;
}

.feature-split {
    align-items: center;
    display: grid;
    gap: 48px;
    grid-template-columns: 1fr 1.05fr;
}

.feature-story:nth-child(even) .feature-split {
    grid-template-columns: 1.05fr 1fr;
}

.feature-story:nth-child(even) .feature-copy {
    order: 2;
}

.feature-kicker {
    color: #016aca;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.feature-copy h2 {
    color: #111827;
    font-size: 32px;
    line-height: 1.25;
    margin: 0 0 12px;
}

.feature-copy .plain {
    color: #4b5563;
    font-size: 17px;
    letter-spacing: 0.15px;
    line-height: 1.7;
    margin: 0 0 18px;
}

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

.feature-steps li {
    color: #1f2937;
    display: flex;
    font-size: 15px;
    gap: 12px;
    letter-spacing: 0.15px;
    line-height: 1.55;
    margin: 0 0 12px;
}

.feature-steps b {
    align-items: center;
    background: #0b1230;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    flex: 0 0 26px;
    font-size: 12px;
    height: 26px;
    justify-content: center;
    width: 26px;
}

.shot {
    background: #0f172a;
    border-radius: 22px;
    box-shadow: 0 24px 50px rgba(15, 23, 42, 0.2);
    overflow: hidden;
}

.shot__bar {
    align-items: center;
    background: #1e293b;
    display: flex;
    gap: 6px;
    padding: 10px 14px;
}

.shot__bar i {
    background: #f87171;
    border-radius: 50%;
    display: inline-block;
    height: 9px;
    width: 9px;
}

.shot__bar i:nth-child(2) {
    background: #fbbf24;
}

.shot__bar i:nth-child(3) {
    background: #34d399;
}

.shot__url {
    display: none;
}

.shot__screen {
    min-height: 280px;
    padding: 16px;
}

.shot__app {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

.shot__app b {
    color: #e0f2fe;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.shot--edu .shot__app b {
    background: linear-gradient(90deg, #22d3ee, #c084fc);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.shot__app span {
    color: #94a3b8;
    font-size: 11px;
    letter-spacing: 0.04em;
}

.shot--edu .shot__screen {
    background: linear-gradient(180deg, #0b1224, #111827);
}

.shot--rw .shot__screen {
    background: #f8fafc;
}

.shot--mfv .shot__screen {
    background: linear-gradient(180deg, #082033, #10253a);
}

.shot--nx .shot__screen {
    background: linear-gradient(180deg, #06201c, #0b2a28);
}

.shot--nx .ui-tabs span.is-on {
    background: #3bbaa7;
}

.shot--nx .ui-chip {
    background: rgba(59, 186, 167, 0.2);
    color: #5eead4;
}

.shot--nx .ui-kpi {
    color: #5eead4;
}

.shot--nx .ui-price {
    color: #5eead4;
}

.shot--nx .ui-opts span.is-on {
    border-color: #3bbaa7;
    color: #fff;
}

.shot--nx .ui-bubble--out {
    background: linear-gradient(135deg, #0f766e, #22d3ee);
}

.shot--ph .shot__screen {
    background: linear-gradient(180deg, #062016, #0a2a1c);
}

.shot--ph .ui-tabs span.is-on {
    background: #059669;
}

.shot--ph .ui-chip {
    background: rgba(16, 185, 129, 0.2);
    color: #6ee7b7;
}

.shot--ph .ui-kpi,
.shot--ph .ui-price {
    color: #6ee7b7;
}

.shot--ph .ui-opts span.is-on {
    border-color: #10b981;
    color: #fff;
}

.ui-row {
    display: flex;
    gap: 12px;
}

.ui-card,
.ui-pane {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    color: #e5e7eb;
    padding: 12px 14px;
}

.shot--rw .ui-card,
.shot--rw .ui-pane {
    background: #ffffff;
    border-color: #e5e7eb;
    color: #0f172a;
}

.ui-card h3,
.ui-pane h3 {
    color: inherit;
    font-size: 13px;
    letter-spacing: 0.2px;
    margin: 0 0 8px;
}

.ui-card p,
.ui-pane p,
.ui-muted {
    color: #94a3b8;
    font-size: 12px;
    letter-spacing: 0.15px;
    line-height: 1.45;
    margin: 0;
}

.shot--rw .ui-muted {
    color: #64748b;
}

.ui-kpi {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.1;
}

.shot--rw .ui-kpi {
    color: #4f46e5;
}

.ui-chip {
    background: rgba(34, 211, 238, 0.16);
    border-radius: 999px;
    color: #67e8f9;
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 8px;
    padding: 3px 8px;
    text-transform: uppercase;
}

.ui-bar {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    height: 7px;
    margin-top: 8px;
    overflow: hidden;
}

.ui-bar span {
    background: linear-gradient(90deg, #22d3ee, #7c3aed);
    display: block;
    height: 100%;
}

.ui-q {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    margin-top: 10px;
    padding: 12px;
}

.ui-q strong {
    color: #fff;
    display: block;
    font-size: 13px;
    margin-bottom: 8px;
}

.ui-opts {
    display: grid;
    gap: 6px;
}

.ui-opts span {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    color: #cbd5e1;
    font-size: 12px;
    padding: 6px 8px;
}

.ui-opts span.is-on {
    border-color: #22d3ee;
    color: #fff;
}

.ui-chat {
    display: grid;
    gap: 8px;
}

.ui-bubble {
    border-radius: 12px;
    font-size: 12px;
    letter-spacing: 0.15px;
    line-height: 1.5;
    max-width: 88%;
    padding: 8px 10px;
}

.ui-bubble--in {
    background: #1f2937;
    color: #e5e7eb;
}

.ui-bubble--out {
    background: linear-gradient(135deg, #4f46e5, #06b6d4);
    color: #fff;
    justify-self: end;
}

.ui-term {
    background: #0b1020;
    border-radius: 12px;
    color: #c7d2fe;
    font-family: Consolas, "Courier New", monospace;
    font-size: 12px;
    line-height: 1.6;
    padding: 14px;
}

.ui-term .ok {
    color: #34d399;
}

.ui-term .hi {
    color: #67e8f9;
}

.ui-flight {
    display: grid;
    gap: 8px;
}

.ui-flight__row {
    align-items: center;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr auto 1fr auto;
    padding: 10px 12px;
}

.ui-flight strong {
    color: #fff;
    display: block;
    font-size: 16px;
}

.ui-flight small {
    color: #93c5fd;
    font-size: 11px;
}

.ui-price {
    color: #fb923c;
    font-weight: 700;
}

.ui-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
}

.ui-tabs span {
    background: rgba(255, 255, 255, 0.06);
    border-radius: 999px;
    color: #cbd5e1;
    font-size: 11px;
    padding: 5px 10px;
}

.ui-tabs span.is-on {
    background: #f97316;
    color: #fff;
}

.ui-seats {
    display: grid;
    gap: 6px;
    grid-template-columns: repeat(6, 1fr);
}

.ui-seats b {
    background: rgba(6, 182, 212, 0.25);
    border-radius: 6px;
    color: #e0f2fe;
    font-size: 10px;
    padding: 7px 0;
    text-align: center;
}

.ui-seats b.is-pick {
    background: #f97316;
    color: #fff;
}

.ui-seats b.is-off {
    background: rgba(255, 255, 255, 0.06);
    color: #64748b;
}

.product-more-strip {
    padding: 70px 0 40px;
}

.product-more-strip h2 {
    color: #111827;
    font-size: 28px;
    margin: 0 0 8px;
    text-align: center;
}

.product-more-strip p {
    color: #64748b;
    margin: 0 0 28px;
    text-align: center;
}

.product-mini-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-mini-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-mini-grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-mini {
    background: #ffffff;
    border: 1px solid #e6eaf4;
    border-radius: 20px;
    display: flex;
    gap: 16px;
    padding: 18px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.product-mini:hover {
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.1);
    transform: translateY(-4px);
}

.product-mini img {
    background: #0b1230;
    border-radius: 14px;
    flex: 0 0 176px;
    height: 80px;
    object-fit: contain;
    object-position: center;
    padding: 6px 8px;
    width: 176px;
}

.product-mini h3 {
    color: #111827;
    font-size: 18px;
    margin: 0 0 6px;
}

.product-mini p {
    color: #64748b;
    font-size: 14px;
    margin: 0 0 8px;
    text-align: left;
}

.product-mini a {
    color: #016aca;
    font-weight: 700;
}

.product-cta {
    background: linear-gradient(135deg, #000526, #1a1046 60%, #016aca);
    margin-top: 20px;
    padding: 72px 0;
    text-align: center;
}

.product-cta h2 {
    color: #ffffff;
    font-size: 34px;
    margin: 0 0 12px;
}

.product-cta p {
    color: #d7def8;
    margin: 0 auto 24px;
    max-width: 560px;
}

.product-cta .link {
    background: #ffffff;
    border-radius: 999px;
    color: #0b1230;
    display: inline-block;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin: 0 6px 8px;
    padding: 12px 22px;
    text-transform: uppercase;
}

.product-cta .link:hover {
    color: #016aca;
}

.product-cta .link--ghost {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: #ffffff;
}

.product-cta .link--ghost:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.hub-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    justify-content: center;
    margin-top: -40px;
    padding: 0 0 64px;
    position: relative;
    z-index: 2;
}

.hub-grid .product-card {
    background: #ffffff;
    border-color: #e6eaf4;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
    flex: 0 1 calc(33.333% - 15px);
    max-width: calc(33.333% - 15px);
}

.hub-grid .product-card:hover,
.hub-grid .product-card:focus {
    background: #ffffff;
    border-color: #c7d2fe;
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.12);
}

.hub-grid .product-card__name {
    color: #111827;
}

.hub-grid .product-card__hook {
    color: #0f172a;
}

.hub-grid .product-card__text {
    color: #4b5563;
}

.hub-grid .product-card__chip {
    background: #eef2ff;
    color: #3730a3;
}

.hub-grid .product-card__more {
    color: #016aca;
}

@media (max-width: 991px) {
    .product-grid > li,
    .hub-grid .product-card {
        flex-basis: calc(50% - 11px);
        max-width: calc(50% - 11px);
    }


    .products-area .section-title .title,
    .product-hero h1 {
        font-size: 30px;
    }

    .feature-split,
    .feature-story:nth-child(even) .feature-split {
        grid-template-columns: 1fr;
    }

    .feature-story:nth-child(even) .feature-copy {
        order: 0;
    }

    .product-mini-grid,
    .product-mini-grid--3,
    .product-mini-grid--4 {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .feature-nav {
        top: 0;
    }

    .products-area {
        padding: 72px 0 60px;
    }

    .product-hero {
        padding: 140px 0 56px;
    }

    .product-hero__stats li {
        min-width: calc(50% - 6px);
    }

    .product-grid > li,
    .hub-grid .product-card {
        flex-basis: 100%;
        max-width: 480px;
    }

    .product-card__name {
        font-size: 20px;
    }

    .feature-copy h2 {
        font-size: 26px;
    }
}

.industry-list,
.tech-list {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}
