.serum-page {
    color: #a82940;
    padding: 2rem 1.5rem;
    line-height: 1.6;
}

h1.wp-block-post-title {
	display: none;
}
h1.wp-block-post-title + div {
	display: none;
}

.serum-page h1,
.serum-page h2,
.serum-page h3 {
    color: #a82940;
    margin-top: 0;
}


.serum-title-icon {
    
    align-items: center;
    margin: 0 0.2rem;
    vertical-align: middle;
}

.serum-title-icon img {
    height: 2.8rem;
    width: auto;
}

h2 > .serum-title-icon img {
    height: 1.6rem;
    width: auto;
}
p > .serum-title-icon img {
    height: 0.9rem;
    width: auto;
}


.serum-page h2 {
    font-size: 1.75rem;
    margin-top: 2.5rem;
}

.serum-page h3 {
    font-size: 1.25rem;
    margin-top: 2rem;
}

.serum-hero-tagline {
    font-size: 1.1rem;
    margin: 0 0 1.75rem;
    text-align: center;
}

.serum-intro {
    display: grid;
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.serum-intro-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    grid-column: 1 / -1;
    gap: 0.5rem;
}

.serum-intro-heading h1 {
    margin-bottom: 0;
}

.serum-intro-aside {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: flex-start;
}

.serum-intro-hero {
    display: grid;
    gap: 1rem;
}

.serum-intro-hero p:not(.serum-hero-tagline) {
    margin: 0;
}

.serum-highlight {
    background-color: #ffffff;
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(168, 41, 64, 0.12);
}

.serum-highlight img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
}

@media (min-width: 900px) {
    .serum-intro {
        grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
        align-items: stretch;
    }

    .serum-intro-aside {
        justify-content: center;
        align-items: center;
    }
}

.serum-performance {
    margin-bottom: 2.5rem;
}

.serum-performance .serum-highlight {
    max-width: 1000px;
    margin: 0 auto;
}

.serum-logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    background: #ffffff;
    padding: 1rem 1.5rem;
    border-radius: 999px;
    width: fit-content;
    box-shadow: 0 10px 24px rgba(168, 41, 64, 0.12);
}

.serum-logos img {
    width: 96px;
    height: auto;
}

.serum-logos span {
    font-weight: 600;
    color: #a82940;
}

.serum-checklist {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
}

.serum-checklist li {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    margin-bottom: 0.75rem;
}

.serum-checklist li::before {
    content: "✅";
    flex-shrink: 0;
}

.serum-quote {
    margin: 2.5rem 0;
    padding: 1.5rem;
    border-left: 4px solid #a82940;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 6px 24px rgba(168, 41, 64, 0.12);
}

.serum-delivers {
    display: grid;
    gap: 1.5rem;
    margin: 2.5rem 0;
}

.serum-delivers-list > h2 {
    margin-top: 0;
}

.serum-delivers .serum-quote {
    margin: 0;
}

@media (min-width: 900px) {
    .serum-delivers {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        align-items: start;
    }
}

.serum-quote footer {
    margin-top: 1rem;
    font-weight: 600;
    color: #a82940;
}

.serum-two-column {
    display: grid;
    gap: 2rem;
}

.serum-figure-caption {
    margin-top: 0.75rem;
    font-weight: 600;
    color: #a82940;
    text-align: center;
}

@media (min-width: 900px) {
    .serum-two-column {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.serum-asset-grid {
    display: grid;
    gap: 1.5rem;
    margin: 2rem 0;
}

@media (min-width: 768px) {
    .serum-asset-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.serum-asset-grid figure {
    margin: 0;
    background: #ffffff;
    padding: 1rem;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(168, 41, 64, 0.12);
}

.serum-asset-grid img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.serum-asset-grid figcaption {
    margin-top: 0.75rem;
    font-weight: 600;
    color: #a82940;
    text-align: center;
}

.serum-info-pair {
    display: grid;
    gap: 2rem;
    margin-top: 2.5rem;
}

.serum-info h2 {
    margin-top: 0;
}

@media (min-width: 900px) {
    .serum-info-pair {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: start;
    }
}

.serum-questions {
    list-style: disc;
    margin-left: 1.25rem;
    margin-bottom: 1.5rem;
}

.serum-callout {
    background-color: #5c1a28;
    color: #ffffff;
    padding: 1.75rem;
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(92, 26, 40, 0.35);
}

.serum-callout a {
    color: #f7d9df;
    font-weight: 600;
    text-decoration: underline;
}

.serum-use-case-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #ffffff;
    box-shadow: 0 8px 24px rgba(168, 41, 64, 0.12);
    border-radius: 12px;
    overflow: hidden;
}

.serum-table-wrapper {
    margin-top: 1.5rem;
    overflow-x: auto;
}

.serum-use-case-table th,
.serum-use-case-table td {
    border: 1px solid #e4bcc4;
    padding: 0.75rem 1rem;
    vertical-align: top;
}

.serum-use-case-table thead {
    background-color: #f3d4da;
    color: #a82940;
    text-align: left;
    font-weight: 700;
}

.serum-use-case-table tbody tr:nth-child(odd) {
    background-color: #ffffff;
}

.serum-use-case-table tbody tr:nth-child(even) {
    background-color: #f8edf0;
}

.serum-footer {
    margin-top: 3rem;
    text-align: center;
    font-weight: 600;
    color: #a82940;
}

.serum-contact {
    margin-top: 1.5rem;
    text-align: center;
}

.serum-contact p {
    margin: 0 0 1rem;
    font-size: 1.1rem;
    font-weight: 600;
}

.serum-contact__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.75rem;
    border-radius: 999px;
    background-color: #a82940;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.serum-contact__button:hover,
.serum-contact__button:focus {
    background-color: #8a2235;
    box-shadow: 0 10px 24px rgba(168, 41, 64, 0.35);
    transform: translateY(-2px);
}

.serum-contact__button:focus {
    outline: 2px solid #8a2235;
    outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
    .serum-highlight,
    .serum-asset-grid figure,
    .serum-callout,
    .serum-quote,
    .serum-use-case-table {
        transition: none;
    }
}
