:root {
    --ink: #0d1b2f;
    --ink-soft: #243651;
    --muted: #657286;
    --line: #dbe4ef;
    --paper: #f5f8fc;
    --white: #ffffff;
    --blue: #487fff;
    --blue-dark: #245fd9;
    --teal: #16a886;
    --amber: #f2a33a;
    --rose: #d95d70;
    --green-soft: #e9f8f3;
    --blue-soft: #eef5ff;
    --amber-soft: #fff5e5;
    --shadow: 0 18px 42px rgba(20, 42, 77, 0.11);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.55;
    overflow-x: hidden;
}

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

a {
    color: inherit;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 22px;
    min-height: 70px;
    padding: 14px clamp(18px, 5vw, 72px);
    border-bottom: 1px solid rgba(219, 228, 239, 0.92);
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(16px);
}

.brand img,
.site-footer img {
    width: 168px;
    height: auto;
}

.site-header .brand {
    margin-right: auto;
}

.nav-links,
.header-actions,
.footer-links,
.page-actions,
.chip-row {
    display: flex;
    align-items: center;
}

.nav-links {
    gap: 30px;
    color: var(--muted);
    font-size: 0.92rem;
    font-weight: 760;
}

.nav-links a,
.login-link,
.button,
.footer-links a,
.text-link {
    text-decoration: none;
}

.nav-links a {
    padding: 7px 0;
    border-bottom: 2px solid transparent;
}

.nav-links a:hover,
.nav-links a.active,
.footer-links a:hover,
.text-link:hover {
    color: var(--blue-dark);
}

.nav-links a.active {
    border-color: var(--blue);
}

.header-actions {
    gap: 10px;
}

.menu-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    color: var(--ink-soft);
    font: inherit;
    font-weight: 820;
    padding: 0 13px;
    cursor: pointer;
}

.menu-toggle-icon {
    display: inline-grid;
    width: 20px;
    height: 20px;
    place-items: center;
}

.menu-toggle .icon-svg {
    width: 20px;
    height: 20px;
}

.mobile-nav {
    position: sticky;
    top: 70px;
    z-index: 45;
    display: grid;
    gap: 4px;
    padding: 10px 16px 14px;
    border-bottom: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 14px 30px rgba(20, 42, 77, 0.08);
}

.mobile-nav[hidden] {
    display: none;
}

.mobile-nav a {
    display: flex;
    min-height: 42px;
    align-items: center;
    border-radius: 8px;
    color: var(--ink-soft);
    font-weight: 820;
    padding: 0 12px;
    text-decoration: none;
}

.mobile-nav a.active,
.mobile-nav a:hover {
    background: var(--blue-soft);
    color: var(--blue-dark);
}

.login-link,
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border-radius: 8px;
    font-weight: 820;
    transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.login-link {
    border: 1px solid var(--line);
    padding: 0 16px;
    background: var(--white);
    color: var(--ink-soft);
}

.button {
    border: 1px solid transparent;
    padding: 0 18px;
}

.button:hover,
.login-link:hover {
    transform: translateY(-1px);
}

.button.primary {
    background: var(--blue);
    color: var(--white);
}

.button.secondary,
.button.ghost {
    border-color: rgba(255, 255, 255, 0.48);
    background: rgba(255, 255, 255, 0.12);
    color: var(--white);
}

.button.ghost {
    border-color: var(--line);
    background: var(--white);
    color: var(--ink-soft);
}

.button.compact {
    background: var(--ink);
    color: var(--white);
}

.home-hero {
    position: relative;
    min-height: min(650px, 72svh);
    overflow: hidden;
    color: var(--white);
    isolation: isolate;
}

.hero-media {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-shade {
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(13, 27, 47, 0.84) 0%, rgba(13, 27, 47, 0.60) 50%, rgba(13, 27, 47, 0.14) 100%),
        linear-gradient(180deg, rgba(13, 27, 47, 0.04) 0%, rgba(13, 27, 47, 0.54) 100%);
}

.home-hero-copy {
    width: min(680px, calc(100% - 40px));
    padding: clamp(92px, 12vw, 138px) 0 70px;
    margin-left: clamp(20px, 6vw, 86px);
}

.page-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
    align-items: center;
    padding: clamp(62px, 8vw, 96px) clamp(20px, 6vw, 86px);
    background: var(--white);
}

.page-hero.compact-hero {
    grid-template-columns: minmax(0, 1fr) minmax(290px, 0.38fr);
    background:
        linear-gradient(120deg, #ffffff 0%, #f5f9ff 58%, #edf5ff 100%);
}

.page-hero.compact-hero.has-product-visual {
    grid-template-columns: minmax(0, 0.84fr) minmax(460px, 1.16fr);
    gap: clamp(34px, 5vw, 78px);
}

.hero-product-visual {
    overflow: hidden;
    margin: 0;
    border: 1px solid rgba(191, 207, 228, 0.86);
    border-radius: 18px;
    background: #eef5ff;
    box-shadow: 0 24px 58px rgba(20, 42, 77, 0.16);
}

.hero-product-visual img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.product-stories-section {
    background: var(--white);
}

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

.product-story-grid.single {
    grid-template-columns: minmax(0, 1fr);
}

.product-story-card {
    overflow: hidden;
    margin: 0;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: var(--white);
    box-shadow: var(--shadow);
}

.product-story-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.product-story-card figcaption {
    display: grid;
    gap: 7px;
    padding: 20px 22px 22px;
}

.product-story-card figcaption strong {
    color: var(--ink);
    font-size: 1.05rem;
}

.product-story-card figcaption span {
    color: var(--muted);
}

.hero-example {
    padding: clamp(24px, 3vw, 38px);
    border: 1px solid var(--line);
    border-radius: 16px;
    background: var(--white);
}

.hero-example h2 {
    max-width: 360px;
    font-size: clamp(1.5rem, 2.4vw, 2.2rem);
}

.hero-example ul {
    padding: 0;
    margin: 28px 0;
    list-style: none;
}

.hero-example li {
    padding: 11px 0;
    border-top: 1px solid var(--line);
    color: var(--ink-soft);
    font-weight: 760;
}

.hero-example p:last-child {
    margin: 0;
    color: var(--muted);
}

.product-steps-section {
    background: var(--white);
}

.product-section-intro {
    max-width: 760px;
    margin-bottom: 32px;
}

.product-section-intro > p:last-child {
    margin: 0;
    color: var(--muted);
    font-size: 1.05rem;
}

.product-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(20px, 3vw, 44px);
    padding: 0;
    margin: 0;
    list-style: none;
}

.product-steps li {
    padding-top: 18px;
    border-top: 2px solid var(--line);
}

.product-steps .step-number {
    display: block;
    margin-bottom: 22px;
    color: var(--blue-dark);
    font-size: 0.85rem;
    font-weight: 850;
}

.product-steps h3,
.product-focus-grid h3 {
    margin-bottom: 10px;
}

.product-steps p,
.product-focus-grid p {
    max-width: 390px;
    margin: 0;
    color: var(--muted);
}

.product-focus-section {
    background: var(--paper);
}

.product-focus-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(28px, 5vw, 72px);
}

.product-focus-grid article {
    padding-left: 22px;
    border-left: 3px solid var(--blue);
}

.product-page .product-story-card {
    border: 0;
    background: transparent;
    box-shadow: none;
}

.product-page .product-story-card img {
    border-radius: 12px;
}

.product-page .product-story-card figcaption {
    padding: 18px 0 0;
}

.eyebrow {
    margin: 0 0 12px;
    color: var(--blue-dark);
    font-size: 0.76rem;
    font-weight: 850;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.home-hero .eyebrow {
    color: #b8dcff;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1 {
    max-width: 860px;
    margin-bottom: 18px;
    font-size: clamp(2.4rem, 5.2vw, 4.6rem);
    line-height: 1.03;
    font-weight: 780;
    letter-spacing: 0;
}

h2 {
    margin-bottom: 14px;
    font-size: clamp(1.65rem, 3.4vw, 2.75rem);
    line-height: 1.08;
    font-weight: 760;
    letter-spacing: 0;
}

h3 {
    margin-bottom: 8px;
    font-size: 1.08rem;
    line-height: 1.22;
    font-weight: 780;
}

.lead {
    max-width: 680px;
    color: inherit;
    font-size: clamp(1.04rem, 1.5vw, 1.22rem);
}

.home-hero .lead {
    color: #eaf2ff;
}

.page-actions {
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.proof-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    border-bottom: 1px solid var(--line);
    background: var(--line);
}

.proof-strip div {
    min-height: 118px;
    padding: 26px clamp(20px, 4vw, 52px);
    background: var(--white);
}

.proof-strip strong,
.proof-strip span {
    display: block;
}

.proof-strip strong {
    margin-bottom: 7px;
    font-size: 1.05rem;
}

.proof-strip span,
.section-heading p,
.icon-card p,
.price-card p,
.capability-card li,
.calculator-copy p,
.screenshot-slot figcaption span,
.faq-list p,
.site-footer p {
    color: var(--muted);
}

.section {
    padding: clamp(58px, 8vw, 104px) clamp(20px, 6vw, 86px);
}

.soft-section {
    background: #f8fbff;
}

.screenshots-section,
.faq-section {
    background: var(--white);
}

.demo-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    background: var(--ink);
    color: var(--white);
}

.demo-section > div:first-child {
    max-width: 760px;
}

.demo-section .eyebrow {
    color: #8bd8c2;
}

.demo-section h2,
.demo-section .page-actions {
    margin-bottom: 0;
}

.section-heading {
    max-width: 780px;
    margin-bottom: 30px;
}

.section-heading.slim {
    max-width: 680px;
}

.section-heading p {
    max-width: 680px;
    font-size: 1.02rem;
}

.content-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.36fr);
    gap: 28px;
    align-items: start;
}

.article-copy {
    max-width: 820px;
}

.article-copy p {
    color: var(--muted);
    font-size: 1.03rem;
}

.keyword-panel,
.seo-text-card {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 10px 24px rgba(31, 50, 88, 0.055);
}

.keyword-panel {
    display: grid;
    gap: 16px;
    padding: 22px;
}

.keyword-panel h3 {
    margin-bottom: 0;
}

.internal-links {
    display: grid;
    gap: 8px;
    padding-top: 14px;
    border-top: 1px solid var(--line);
}

.internal-links a {
    color: var(--blue-dark);
    font-weight: 820;
    text-decoration: none;
}

.seo-block-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.seo-text-card {
    padding: 24px;
}

.seo-text-card h2 {
    font-size: clamp(1.35rem, 2.4vw, 2rem);
}

.seo-text-card p {
    color: var(--muted);
}

.tile-grid,
.pricing-grid,
.screenshot-grid,
.capability-grid {
    display: grid;
    gap: 16px;
}

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

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

.tile-grid.four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tile-grid:not(.three):not(.four) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.icon-card,
.price-card,
.capability-card,
.screenshot-slot,
.faq-list details,
.hero-summary {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 10px 24px rgba(31, 50, 88, 0.055);
}

.icon-card {
    display: flex;
    min-height: 228px;
    flex-direction: column;
    align-items: flex-start;
    padding: 22px;
}

.compact-card {
    min-height: 210px;
}

.product-card {
    min-height: 268px;
}

.event-card {
    min-height: 236px;
}

.audience-card {
    min-height: 246px;
}

.icon-badge {
    display: inline-grid;
    width: 44px;
    height: 44px;
    place-items: center;
    margin-bottom: 18px;
    border-radius: 8px;
    background: var(--blue-soft);
    color: var(--blue-dark);
}

.icon-badge.large {
    width: 56px;
    height: 56px;
}

.icon-svg {
    width: 23px;
    height: 23px;
}

.icon-card:nth-child(3n + 2) .icon-badge,
.capability-card:nth-child(3n + 2) .icon-badge {
    background: var(--green-soft);
    color: #08735c;
}

.icon-card:nth-child(3n) .icon-badge,
.capability-card:nth-child(3n) .icon-badge {
    background: var(--amber-soft);
    color: #a86610;
}

.icon-card p {
    margin-bottom: 18px;
}

.text-link {
    margin-top: auto;
    color: var(--blue-dark);
    font-weight: 820;
}

.chip-row {
    flex-wrap: wrap;
    gap: 8px;
    margin-top: auto;
}

.chip-row span {
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    padding: 0 10px;
    border: 1px solid #d5e2f2;
    border-radius: 999px;
    background: #f9fbff;
    color: var(--ink-soft);
    font-size: 0.84rem;
    font-weight: 760;
}

.hero-summary {
    display: grid;
    gap: 14px;
    padding: 24px;
}

.stat-line {
    display: grid;
    gap: 2px;
    padding-top: 12px;
    border-top: 1px solid var(--line);
}

.stat-line strong {
    font-size: 1.2rem;
}

.stat-line span {
    color: var(--muted);
}

.flow-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--line);
    list-style: none;
}

.flow-list li {
    display: grid;
    gap: 18px;
    min-height: 140px;
    padding: 22px;
    background: var(--white);
    color: var(--ink-soft);
    font-weight: 780;
}

.flow-list span {
    color: var(--blue-dark);
    font-size: 0.86rem;
    font-weight: 850;
}

.pricing-section {
    background: #f9fbff;
}

.price-card {
    position: relative;
    display: flex;
    min-height: 390px;
    flex-direction: column;
    padding: 26px;
}

.price-card.featured {
    border-color: rgba(22, 168, 134, 0.48);
    box-shadow: 0 18px 42px rgba(20, 92, 76, 0.12);
}

.price-card.featured::before {
    content: "Populair";
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 7px 10px;
    border-radius: 999px;
    background: var(--green-soft);
    color: #08735c;
    font-size: 0.72rem;
    font-weight: 850;
}

.price-label {
    margin-bottom: 14px;
    color: var(--muted);
    font-size: 0.8rem;
    font-weight: 850;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.price {
    display: flex;
    align-items: flex-start;
    gap: 4px;
    margin-bottom: 8px;
    color: var(--ink);
    font-size: clamp(2.7rem, 5vw, 4.35rem);
    line-height: 0.94;
    font-weight: 780;
}

.price span {
    margin-top: 7px;
    font-size: 0.42em;
}

.price-suffix {
    font-weight: 820;
}

.price-next-tier {
    margin: 0 0 12px;
    color: var(--blue-dark);
    font-weight: 760;
}

.price-card ul {
    display: grid;
    gap: 10px;
    padding: 0;
    margin: 18px 0 0;
    list-style: none;
}

.price-card li {
    position: relative;
    padding-left: 23px;
    color: var(--ink-soft);
}

.price-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.66em;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--teal);
}

.pricing-note {
    max-width: 860px;
    margin: 20px 0 0;
    color: var(--muted);
    font-size: 0.95rem;
}

.calculator-band {
    display: grid;
    grid-template-columns: minmax(0, 0.84fr) minmax(360px, 1fr);
    gap: clamp(26px, 5vw, 72px);
    align-items: start;
    padding: clamp(58px, 8vw, 104px) clamp(20px, 6vw, 86px);
    background: var(--ink);
    color: var(--white);
}

.calculator-copy {
    max-width: 620px;
}

.calculator-copy .eyebrow {
    color: #8bd8c2;
}

.calculator-copy p {
    color: #c9d6ea;
}

.calculator {
    display: grid;
    gap: 16px;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
}

.field-row {
    display: grid;
    gap: 8px;
}

.field-row label {
    color: #e9f1ff;
    font-size: 0.88rem;
    font-weight: 820;
}

.field-row input[type="number"] {
    width: 100%;
    min-height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.94);
    color: var(--ink);
    font: inherit;
    font-weight: 760;
    padding: 0 14px;
}

.checkbox-row label {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}

.checkbox-row input[type="checkbox"] {
    flex: none;
    width: 20px;
    height: 20px;
    margin: 0;
    accent-color: var(--blue);
}

.field-row small {
    color: #c9d6ea;
    font-size: 0.85rem;
}

.calculator-result {
    display: grid;
    gap: 12px;
    padding: 20px;
    border-radius: 8px;
    background: var(--white);
    color: var(--ink);
}

.calculator-cost-line {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}

.calculator-cost-line b {
    margin-left: auto;
    text-align: right;
}

.calculator-total {
    display: grid;
    gap: 4px;
    padding-top: 12px;
    border-top: 1px solid var(--line);
}

.calculator-result span,
.calculator-result small {
    color: var(--muted);
    font-weight: 760;
}

.calculator-result strong {
    font-size: clamp(1.5rem, 3.2vw, 2.5rem);
    line-height: 1.15;
}

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

.capability-card {
    padding: 22px;
}

.capability-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.capability-head .icon-badge {
    flex: 0 0 auto;
    margin-bottom: 0;
}

.capability-head h3 {
    margin-bottom: 0;
}

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

.screenshot-slot {
    overflow: hidden;
    margin: 0;
}

.screenshot-image {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: top left;
    border-bottom: 1px solid var(--line);
}

.screenshot-slot figcaption {
    display: grid;
    gap: 6px;
    min-height: 96px;
    padding: 18px;
}

.screenshot-slot figcaption strong,
.screenshot-slot figcaption span {
    display: block;
}

.faq-list {
    display: grid;
    gap: 12px;
    max-width: 940px;
}

.faq-list details {
    padding: 19px 22px;
}

.faq-list summary {
    cursor: pointer;
    color: var(--ink-soft);
    font-weight: 820;
}

.faq-list p {
    margin: 12px 0 0;
}

.site-footer {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 22px;
    align-items: center;
    padding: 30px clamp(20px, 6vw, 86px);
    border-top: 1px solid var(--line);
    background: var(--white);
}

.site-footer p {
    margin: 0;
}

.footer-links {
    flex-wrap: wrap;
    gap: 16px;
    color: var(--blue-dark);
    font-weight: 780;
}

@media (max-width: 1120px) {
    .nav-links {
        display: none;
    }

    .menu-toggle {
        display: inline-flex;
    }

    .tile-grid,
    .tile-grid.three,
    .tile-grid.four,
    .tile-grid:not(.three):not(.four),
    .product-story-grid,
    .pricing-grid,
    .capability-grid,
    .seo-block-grid,
    .content-split {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .page-hero.compact-hero,
    .page-hero.compact-hero.has-product-visual,
    .calculator-band,
    .site-footer {
        grid-template-columns: 1fr;
    }

    .demo-section {
        align-items: flex-start;
        flex-direction: column;
    }

    .price-card {
        min-height: auto;
    }

    .product-steps {
        gap: 24px;
    }
}

@media (max-width: 740px) {
    .site-header {
        min-height: 64px;
        gap: 12px;
        padding-inline: 16px;
    }

    .mobile-nav {
        top: 64px;
    }

    .brand img,
    .site-footer img {
        width: 142px;
    }

    .header-actions .button.compact {
        display: none;
    }

    .menu-toggle {
        min-height: 40px;
        padding: 0 11px;
    }

    .login-link {
        min-height: 40px;
        padding: 0 12px;
    }

    .home-hero {
        min-height: 70svh;
    }

    .home-hero-copy {
        width: calc(100% - 32px);
        margin-left: 16px;
        padding-top: 90px;
    }

    h1 {
        font-size: clamp(2.15rem, 10vw, 3.1rem);
    }

    h2 {
        font-size: clamp(1.55rem, 8vw, 2.2rem);
    }

    .lead {
        font-size: 1rem;
    }

    .proof-strip,
    .product-steps,
    .product-focus-grid,
    .tile-grid,
    .tile-grid.three,
    .tile-grid.four,
    .tile-grid:not(.three):not(.four),
    .product-story-grid,
    .pricing-grid,
    .capability-grid,
    .seo-block-grid,
    .content-split,
    .screenshot-grid,
    .flow-list {
        grid-template-columns: 1fr;
    }

  .product-story-card img {
    height: clamp(360px, 118vw, 480px);
    aspect-ratio: auto;
  }

    .product-story-image.focus-scan {
        object-position: 54% center;
    }

    .product-story-image.focus-tablet {
        object-position: 58% center;
    }

    .product-story-image.focus-wallet {
        object-position: 64% center;
    }

    .product-story-card figcaption {
        padding: 18px;
    }

    .section,
    .page-hero,
    .calculator-band {
        padding-left: 16px;
        padding-right: 16px;
    }

    .icon-card,
    .product-card,
    .event-card,
    .audience-card {
        min-height: auto;
    }
}
