/* 
SERIOUSLY DIGITAL - HOMEPAGE: CONSOLIDATED STYLESHEET
Space Grotesk | No CSS Variables

Merged sections (in order):
1. HERO            (home-hero.css)
2. WHO WE ARE      (home-who-we-are.css)
3. WHAT WE DO      (home-what-we-do.css)
4. WHY US          (home-why-us.css)
5. EXAMPLES        (home-examples.css)
6. REVIEWS         (home-reviews.css)
7. CTA             (home-cta.css)
*/

@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap');


/* ============================================================
   SECTION SOURCE: home-hero.css
   ============================================================ */

/* 
======================
SERIOUSLY DIGITAL - HERO SECTION
Balanced Grey/Teal/Red Colour Scheme
======================
*/


/* 
======================
CSS VARIABLES
======================
*/

/* 
======================
HERO SECTION
======================
*/
.seriously-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: calc(116px + 80px) 0 100px;
    background: linear-gradient(
        145deg,
        #2a2d30 0%,
        #333638 25%,
        #3d4347 50%,
        #3a4a4d 75%,
        #3d5558 100%
    );
    overflow: hidden;
}

/* 
======================
DOT GRID PATTERN
======================
*/
.seriously-hero-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(
        rgba(255, 255, 255, 0.08) 1.5px,
        transparent 1.5px
    );
    background-size: 28px 28px;
    pointer-events: none;
    z-index: 1;
}

/* 
======================
GLOW SPOTS
======================
*/
.seriously-hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    pointer-events: none;
    z-index: 1;
}

.seriously-hero-glow-1 {
    width: 500px;
    height: 500px;
    background: rgba(79, 172, 179, 0.2);
    top: -150px;
    right: -100px;
    animation: glowPulse1 15s ease-in-out infinite;
}

.seriously-hero-glow-2 {
    width: 400px;
    height: 400px;
    background: rgba(222, 72, 84, 0.15);
    bottom: -100px;
    left: -100px;
    animation: glowPulse2 18s ease-in-out infinite;
}

@keyframes glowPulse1 {
    0%, 100% { opacity: 0.6; transform: scale(1); }
    50% { opacity: 0.9; transform: scale(1.1); }
}

@keyframes glowPulse2 {
    0%, 100% { opacity: 0.5; transform: scale(1); }
    50% { opacity: 0.8; transform: scale(1.15); }
}

/* 
======================
FLOATING CODE ICONS
======================
*/
.seriously-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
    z-index: 2;
}

.seriously-hero-icon {
    position: absolute;
    font-family: 'Fira Code', 'Courier New', monospace;
    font-weight: 600;
    user-select: none;
    will-change: transform;
}

/* Alternating white and teal icons */
.seriously-hero-icon-1 {
    top: 10%;
    left: 5%;
    font-size: 2.8rem;
    color: #ffffff;
    opacity: 0.12;
    animation: float1 22s ease-in-out infinite;
}

.seriously-hero-icon-2 {
    top: 15%;
    right: 8%;
    font-size: 3.8rem;
    color: #6bbcc2;
    opacity: 0.2;
    text-shadow: 0 0 30px rgba(107, 188, 194, 0.4);
    animation: float2 26s ease-in-out infinite;
}

.seriously-hero-icon-3 {
    top: 50%;
    left: 3%;
    font-size: 2.4rem;
    color: #6bbcc2;
    opacity: 0.15;
    text-shadow: 0 0 20px rgba(107, 188, 194, 0.3);
    animation: float3 24s ease-in-out infinite;
}

.seriously-hero-icon-4 {
    top: 75%;
    right: 6%;
    font-size: 2.6rem;
    color: #ffffff;
    opacity: 0.1;
    animation: float4 20s ease-in-out infinite;
}

.seriously-hero-icon-5 {
    top: 32%;
    left: 10%;
    font-size: 3.2rem;
    color: #ffffff;
    opacity: 0.08;
    animation: float5 28s ease-in-out infinite;
}

.seriously-hero-icon-6 {
    top: 20%;
    right: 20%;
    font-size: 2.2rem;
    color: #6bbcc2;
    opacity: 0.14;
    text-shadow: 0 0 20px rgba(107, 188, 194, 0.3);
    animation: float6 23s ease-in-out infinite;
}

.seriously-hero-icon-7 {
    top: 80%;
    left: 15%;
    font-size: 2.6rem;
    color: #ffffff;
    opacity: 0.09;
    animation: float7 21s ease-in-out infinite;
}

.seriously-hero-icon-8 {
    top: 42%;
    right: 3%;
    font-size: 3rem;
    color: #6bbcc2;
    opacity: 0.18;
    text-shadow: 0 0 25px rgba(107, 188, 194, 0.35);
    animation: float8 25s ease-in-out infinite;
}

.seriously-hero-icon-9 {
    top: 6%;
    left: 30%;
    font-size: 2.2rem;
    color: #ffffff;
    opacity: 0.07;
    animation: float1 27s ease-in-out infinite reverse;
}

.seriously-hero-icon-10 {
    top: 60%;
    right: 15%;
    font-size: 2.8rem;
    color: #ffffff;
    opacity: 0.1;
    animation: float3 19s ease-in-out infinite;
}

.seriously-hero-icon-11 {
    top: 88%;
    left: 38%;
    font-size: 3rem;
    color: #6bbcc2;
    opacity: 0.12;
    text-shadow: 0 0 20px rgba(107, 188, 194, 0.3);
    animation: float5 24s ease-in-out infinite reverse;
}

.seriously-hero-icon-12 {
    top: 28%;
    right: 32%;
    font-size: 2rem;
    color: #ffffff;
    opacity: 0.08;
    animation: float7 22s ease-in-out infinite;
}

/* Float animations */
@keyframes float1 {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    25% { transform: translate(20px, -25px) rotate(8deg); }
    50% { transform: translate(-15px, -40px) rotate(-5deg); }
    75% { transform: translate(25px, -20px) rotate(6deg); }
}

@keyframes float2 {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    25% { transform: translate(-25px, 20px) rotate(-6deg); }
    50% { transform: translate(20px, 35px) rotate(5deg); }
    75% { transform: translate(-30px, 15px) rotate(-8deg); }
}

@keyframes float3 {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    25% { transform: translate(30px, -20px) rotate(10deg); }
    50% { transform: translate(-20px, -30px) rotate(-6deg); }
    75% { transform: translate(15px, -15px) rotate(5deg); }
}

@keyframes float4 {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    25% { transform: translate(-20px, -25px) rotate(-5deg); }
    50% { transform: translate(25px, -15px) rotate(8deg); }
    75% { transform: translate(-15px, -35px) rotate(-6deg); }
}

@keyframes float5 {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    25% { transform: translate(25px, 25px) rotate(6deg); }
    50% { transform: translate(-30px, 15px) rotate(-10deg); }
    75% { transform: translate(20px, 30px) rotate(5deg); }
}

@keyframes float6 {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    25% { transform: translate(-15px, 30px) rotate(-8deg); }
    50% { transform: translate(25px, 20px) rotate(6deg); }
    75% { transform: translate(-20px, 25px) rotate(-5deg); }
}

@keyframes float7 {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    25% { transform: translate(20px, -30px) rotate(5deg); }
    50% { transform: translate(-25px, -20px) rotate(-8deg); }
    75% { transform: translate(30px, -25px) rotate(6deg); }
}

@keyframes float8 {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    25% { transform: translate(-30px, 20px) rotate(-6deg); }
    50% { transform: translate(15px, 30px) rotate(10deg); }
    75% { transform: translate(-20px, 15px) rotate(-5deg); }
}

/* 
======================
HERO CONTAINER
======================
*/
.seriously-hero .seriously-container {
    position: relative;
    z-index: 3;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    width: 100%;
}

/* 
======================
HERO CONTENT
======================
*/
.seriously-hero-content {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* 
======================
GLASSMORPHISM CARD
======================
*/
.seriously-hero-card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    padding: 50px 60px;
    margin-bottom: 40px;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    opacity: 0;
    animation: heroFadeInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.2s forwards;
}

/* H1 */
.seriously-hero-card h1 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 2.75rem;
    font-weight: 600;
    line-height: 1.1;
    margin: 0 0 24px 0;
    color: #ffffff;
    letter-spacing: -1px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

/* Paragraph */
.seriously-hero-card p {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 1.7;
    margin: 0 0 32px 0;
    color: rgba(255, 255, 255, 0.9);
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
}

/* 
======================
SERVICE TAGS (Non-Interactive)
======================
*/
.seriously-hero-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.seriously-hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 30px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    background: transparent;
    cursor: default;
    user-select: none;
}

.seriously-hero-tag i {
    font-size: 0.85rem;
}

/* Tag colours - outlined style with better contrast */
.seriously-hero-tag-teal {
    color: #6bbcc2;
    border: 1.5px solid #4facb3;
}

.seriously-hero-tag-red {
    color: #f07680;
    border: 1.5px solid #de4854;
}

.seriously-hero-tag-grey {
    color: rgba(255, 255, 255, 0.85);
    border: 1.5px solid rgba(255, 255, 255, 0.4);
}

/* 
======================
CTA BUTTON
======================
*/
.seriously-hero-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #de4854;
    color: #ffffff;
    padding: 18px 44px;
    border-radius: 6px;
    text-decoration: none;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 6px 30px rgba(222, 72, 84, 0.3);
    opacity: 0;
    animation: heroFadeInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.5s forwards;
}

/* Shine effect */
.seriously-hero-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 100%
    );
}

.seriously-hero-cta:hover::before {
    animation: ctaShine 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

/* 
======================
ANIMATIONS
======================
*/
@keyframes heroFadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes ctaShine {
    0% { left: -100%; }
    100% { left: 100%; }
}

/* 
======================
TABLET (991px and below)
======================
*/
@media (max-width: 991px) {
    .seriously-hero {
        padding: calc(106px + 64px) 0 80px;
    }
    
    .seriously-hero-card {
        padding: 40px 45px;
        margin-bottom: 35px;
    }
    
    .seriously-hero-card h1 {
        font-size: 2.25rem;
        margin-bottom: 20px;
    }
    
    .seriously-hero-card p {
        font-size: 1.05rem;
        margin-bottom: 28px;
    }
    
    .seriously-hero-tags {
        gap: 10px;
    }
    
    .seriously-hero-tag {
        padding: 8px 16px;
        font-size: 0.85rem;
    }
    
    .seriously-hero-cta {
        padding: 16px 32px;
        font-size: 1.05rem;
    }
    
    .seriously-hero-cta:hover {
        transform: none;
    }
    
    .seriously-hero-glow-1 {
        width: 350px;
        height: 350px;
    }
    
    .seriously-hero-glow-2 {
        width: 280px;
        height: 280px;
    }
}

/* 
======================
MOBILE (767px and below)
======================
*/
@media (max-width: 767px) {
    .seriously-hero {
        padding: calc(64px + 56px) 0 60px;
        min-height: auto;
    }
    
    .seriously-hero-container {
        padding: 0 16px;
    }
    
    .seriously-hero-card {
        padding: 32px 24px;
        margin-bottom: 28px;
        border-radius: 16px;
    }
    
    .seriously-hero-card h1 {
        font-size: 1.9rem;
        margin-bottom: 16px;
        letter-spacing: -0.5px;
    }
    
    .seriously-hero-card p {
        font-size: 1rem;
        line-height: 1.65;
        margin-bottom: 24px;
    }
    
    .seriously-hero-tags {
        gap: 8px;
    }
    
    .seriously-hero-tag {
        padding: 8px 14px;
        font-size: 0.8rem;
    }
    
    .seriously-hero-tag i {
        font-size: 0.75rem;
    }
    
    .seriously-hero-cta {
        padding: 14px 28px;
        font-size: 1rem;
        width: 100%;
        max-width: 320px;
        justify-content: center;
    }
    
    .seriously-hero-glow-1,
    .seriously-hero-glow-2 {
        display: none;
    }
    
    .seriously-hero-icon {
        display: none;
    }
}

/* 
======================
SMALL MOBILE (480px and below)
======================
*/
@media (max-width: 480px) {
    .seriously-hero {
        padding: calc(60px + 48px) 0 50px;
    }
    
    .seriously-hero-container {
        padding: 0 12px;
    }
    
    .seriously-hero-card {
        padding: 28px 18px;
        margin-bottom: 24px;
    }
    
    .seriously-hero-card h1 {
        font-size: 1.65rem;
        margin-bottom: 14px;
    }
    
    .seriously-hero-card p {
        font-size: 0.95rem;
        margin-bottom: 20px;
    }
    
    .seriously-hero-tags {
        gap: 6px;
    }
    
    .seriously-hero-tag {
        padding: 7px 12px;
        font-size: 0.78rem;
    }
    
    .seriously-hero-cta {
        padding: 13px 24px;
        font-size: 0.95rem;
        max-width: 100%;
    }
}

/* 
======================
REDUCED MOTION
======================
*/
@media (prefers-reduced-motion: reduce) {
    .seriously-hero {
        animation: none;
    }
    
    .seriously-hero-card,
    .seriously-hero-cta {
        animation: none;
        opacity: 1;
    }
    
    .seriously-hero-icon,
    .seriously-hero-glow {
        animation: none;
    }
}

/* 
======================
TALL SCREENS
======================
*/
@media (min-height: 900px) and (min-width: 768px) {
    .seriously-hero {
        padding-top: calc(116px + 100px);
        padding-bottom: 120px;
    }
    
    .seriously-hero-card {
        padding: 60px 70px;
        margin-bottom: 50px;
    }
    
    .seriously-hero-card p {
        margin-bottom: 36px;
    }
}

/* ============================================================
   REVIEW PILL - HERO (Glass style on dark background)
   Populated by /js/review-pills.js
   Add <div data-review-pill="hero"></div> in markup to render
   ============================================================ */

.seriously-hero-card .seriously-review-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    margin: 28px auto 0;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50px;
    font-family: 'Space Grotesk', sans-serif;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.seriously-hero-card .seriously-review-pill-logo {
    width: 18px;
    height: 18px;
    display: block;
    flex-shrink: 0;
    border-radius: 50%;
    object-fit: cover;
}

.seriously-hero-card .seriously-review-pill-stars {
    display: inline-flex;
    align-items: center;
    gap: 2px;
}

.seriously-hero-card .seriously-review-pill-stars i {
    color: #ffc107;
    font-size: 0.75rem;
}

.seriously-hero-card .seriously-review-pill-text {
    font-size: 0.85rem;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 0.2px;
    white-space: nowrap;
}

/* Tablet */
@media (max-width: 991px) {
    .seriously-hero-card .seriously-review-pill {
        margin-top: 24px;
        padding: 7px 14px;
        gap: 9px;
    }
    
    .seriously-hero-card .seriously-review-pill-logo {
        width: 16px;
        height: 16px;
    }
    
    .seriously-hero-card .seriously-review-pill-stars i {
        font-size: 0.7rem;
    }
    
    .seriously-hero-card .seriously-review-pill-text {
        font-size: 0.8rem;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .seriously-hero-card .seriously-review-pill {
        margin-top: 20px;
        padding: 6px 12px;
        gap: 8px;
    }
    
    .seriously-hero-card .seriously-review-pill-stars {
        gap: 1px;
    }
    
    .seriously-hero-card .seriously-review-pill-stars i {
        font-size: 0.65rem;
    }
    
    .seriously-hero-card .seriously-review-pill-text {
        font-size: 0.75rem;
    }
}

/* Small mobile */
@media (max-width: 480px) {
    .seriously-hero-card .seriously-review-pill {
        margin-top: 18px;
        padding: 5px 11px;
        gap: 7px;
    }
    
    .seriously-hero-card .seriously-review-pill-logo {
        width: 14px;
        height: 14px;
    }
    
    .seriously-hero-card .seriously-review-pill-text {
        font-size: 0.72rem;
        letter-spacing: 0;
    }
}

/* ============================================================
   SECTION SOURCE: home-who-we-are.css
   ============================================================ */

/* 
SERIOUSLY DIGITAL - WHO WE ARE
Space Grotesk | No CSS Variables
*/


/* SECTION */
.seriously-home-who-we-are {
    padding: 80px 0;
    background: #ffffff;
}

.seriously-home-who-we-are .seriously-home-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 64px;
    align-items: center;
}

/* H2 */
.seriously-home-who-content h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #2a2d30;
    margin: 0 0 24px 0;
    line-height: 1.15;
    letter-spacing: -0.5px;
    position: relative;
    padding-bottom: 20px;
}

.seriously-home-who-content h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background: #de4854;
    border-radius: 2px;
}

/* LEAD PARAGRAPH */
.seriously-home-who-content > p {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.05rem;
    font-weight: 400;
    color: #555;
    line-height: 1.7;
    margin: 0 0 32px 0;
}

/* BENEFITS LIST */
.seriously-home-benefits-list {
    list-style: none;
    padding: 0;
    margin: 0 0 36px 0;
}

.seriously-home-benefits-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 18px;
}

.seriously-home-benefits-list li:last-child {
    margin-bottom: 0;
}

.seriously-home-benefits-list li i {
    font-size: 1.1rem;
    color: #4facb3;
    margin-top: 5px;
    flex-shrink: 0;
}

.seriously-home-benefits-list li:nth-child(even) i {
    color: #de4854;
}

.seriously-home-benefits-list li span {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #2a2d30;
    line-height: 1.6;
}

/* BUTTON */
.seriously-home-who-content .seriously-home-button {
    display: inline-flex;
    align-items: center;
    background: #de4854;
    color: #ffffff;
    padding: 16px 32px;
    border-radius: 8px;
    text-decoration: none;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    box-shadow: 0 4px 20px rgba(222, 72, 84, 0.3);
    transition: all 0.25s ease;
}

.seriously-home-who-content .seriously-home-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(222, 72, 84, 0.4);
}

/* IMAGE */
.seriously-home-who-image img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.15);
}

/* TABLET */
@media (max-width: 991px) {
    .seriously-home-who-we-are {
        padding: 64px 0;
    }
    
    .seriously-home-who-we-are .seriously-home-container {
        padding: 0 32px;
        gap: 48px;
    }
    
    .seriously-home-who-content h2 {
        font-size: 1.75rem;
    }
    
    .seriously-home-who-content > p {
        font-size: 1rem;
    }
    
    .seriously-home-benefits-list li span {
        font-size: 0.95rem;
    }
    
    .seriously-home-who-content .seriously-home-button {
        font-size: 0.95rem;
    }
    
    .seriously-home-who-content .seriously-home-button:hover {
        transform: none;
    }
}

/* MOBILE */
@media (max-width: 767px) {
    .seriously-home-who-we-are {
        padding: 56px 0;
    }
    
    .seriously-home-who-we-are .seriously-home-container {
        grid-template-columns: 1fr;
        gap: 36px;
        padding: 0 24px;
    }
    
    .seriously-home-who-image {
        order: -1;
    }
    
    .seriously-home-who-image img {
        max-width: 320px;
        margin: 0 auto;
        display: block;
        border-radius: 12px;
    }
    
    .seriously-home-who-content {
        text-align: center;
    }
    
    .seriously-home-who-content h2 {
        font-size: 1.5rem;
        margin-bottom: 20px;
        padding-bottom: 18px;
    }
    
    .seriously-home-who-content h2::after {
        left: 50%;
        transform: translateX(-50%);
        width: 50px;
    }
    
    .seriously-home-who-content > p {
        font-size: 0.95rem;
        margin-bottom: 24px;
    }
    
    .seriously-home-benefits-list {
        display: inline-block;
        text-align: left;
        margin-bottom: 28px;
    }
    
    .seriously-home-benefits-list li {
        margin-bottom: 12px;
    }
    
    .seriously-home-benefits-list li span {
        font-size: 0.9rem;
    }
    
    .seriously-home-who-content .seriously-home-button {
        font-size: 0.9rem;
        padding: 14px 28px;
    }
}

/* SMALL MOBILE */
@media (max-width: 480px) {
    .seriously-home-who-we-are {
        padding: 48px 0;
    }
    
    .seriously-home-who-we-are .seriously-home-container {
        gap: 28px;
        padding: 0 20px;
    }
    
    .seriously-home-who-image img {
        max-width: 100%;
        border-radius: 10px;
    }
    
    .seriously-home-who-content h2 {
        font-size: 1.35rem;
    }
    
    .seriously-home-who-content > p {
        font-size: 0.9rem;
    }
    
    .seriously-home-benefits-list li span {
        font-size: 0.875rem;
    }
    
    .seriously-home-who-content .seriously-home-button {
        width: 100%;
        justify-content: center;
        font-size: 0.875rem;
        padding: 14px 24px;
    }
}

/* ============================================================
   SECTION SOURCE: home-what-we-do.css
   ============================================================ */

/* 
SERIOUSLY DIGITAL - WHAT WE DO
Space Grotesk | No CSS Variables | Alternating Colours Fixed
*/


/* SECTION */
.seriously-home-what-we-do {
    padding: 80px 0;
    background: linear-gradient(165deg, #2a2d30 0%, #232629 100%);
    position: relative;
}

/* DOT PATTERN */
.seriously-home-what-we-do::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 24px 24px;
    pointer-events: none;
}

/* CONTAINER */
.seriously-home-what-we-do-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 1;
}

/* HEADER */
.seriously-home-what-we-do-header {
    text-align: center;
    margin-bottom: 48px;
}

/* H2 */
.seriously-home-what-we-do-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 20px 0;
    line-height: 1.15;
    letter-spacing: -0.5px;
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
}

.seriously-home-what-we-do-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: #de4854;
    border-radius: 2px;
}

.seriously-home-what-we-do-intro {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.05rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.75);
    max-width: 550px;
    margin: 0 auto;
    line-height: 1.6;
}

/* GRID */
.seriously-home-what-we-do-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

/* CARD */
.seriously-home-what-we-do-item {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 36px 32px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    transition: all 0.25s ease;
}

.seriously-home-what-we-do-item:hover {
    background: rgba(255, 255, 255, 0.07);
    transform: translateY(-4px);
}

/* TEAL ACCENT */
.seriously-home-what-we-do-item-teal {
    border-left: 4px solid #4facb3;
}

/* RED ACCENT */
.seriously-home-what-we-do-item-red {
    border-left: 4px solid #de4854;
}

/* ICON */
.seriously-home-what-we-do-icon {
    flex-shrink: 0;
}

.seriously-home-what-we-do-icon i {
    font-size: 1.5rem;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

.seriously-home-what-we-do-item-teal .seriously-home-what-we-do-icon i {
    color: #4facb3;
    background: rgba(79, 172, 179, 0.15);
}

.seriously-home-what-we-do-item-red .seriously-home-what-we-do-icon i {
    color: #de4854;
    background: rgba(222, 72, 84, 0.12);
}

/* CONTENT */
.seriously-home-what-we-do-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.seriously-home-what-we-do-heading {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 12px 0;
    line-height: 1.3;
}

.seriously-home-what-we-do-text {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
    margin: 0 0 20px 0;
    flex-grow: 1;
}

.seriously-home-what-we-do-link {
    color: inherit;
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, 0.35);
    text-underline-offset: 3px;
    transition: text-decoration-color 0.2s ease;
}

.seriously-home-what-we-do-link:hover {
    text-decoration-color: rgba(255, 255, 255, 0.7);
}

/* BUTTON */
.seriously-home-what-we-do-button {
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    color: #ffffff;
    align-self: flex-start;
    transition: all 0.25s ease;
}

.seriously-home-what-we-do-item-teal .seriously-home-what-we-do-button {
    background: #4facb3;
}

.seriously-home-what-we-do-item-teal .seriously-home-what-we-do-button:hover {
    box-shadow: 0 6px 20px rgba(79, 172, 179, 0.45);
}

.seriously-home-what-we-do-item-red .seriously-home-what-we-do-button {
    background: #de4854;
}

.seriously-home-what-we-do-item-red .seriously-home-what-we-do-button:hover {
    box-shadow: 0 6px 20px rgba(222, 72, 84, 0.45);
}

/* TABLET */
@media (max-width: 991px) {
    .seriously-home-what-we-do {
        padding: 64px 0;
    }
    
    .seriously-home-what-we-do-container {
        padding: 0 32px;
    }
    
    .seriously-home-what-we-do-header {
        margin-bottom: 40px;
    }
    
    .seriously-home-what-we-do-title {
        font-size: 1.75rem;
    }
    
    .seriously-home-what-we-do-intro {
        font-size: 1rem;
    }
    
    .seriously-home-what-we-do-grid {
        gap: 24px;
    }
    
    .seriously-home-what-we-do-item {
        padding: 32px 28px;
        gap: 18px;
    }
    
    .seriously-home-what-we-do-item:hover {
        transform: none;
    }
    
    .seriously-home-what-we-do-icon i {
        font-size: 1.35rem;
        width: 52px;
        height: 52px;
    }
    
    .seriously-home-what-we-do-heading {
        font-size: 1.15rem;
    }
    
    .seriously-home-what-we-do-text {
        font-size: 0.95rem;
    }
    
    .seriously-home-what-we-do-button {
        font-size: 0.9rem;
    }
}

/* MOBILE */
@media (max-width: 767px) {
    .seriously-home-what-we-do {
        padding: 56px 0;
    }
    
    .seriously-home-what-we-do-container {
        padding: 0 24px;
    }
    
    .seriously-home-what-we-do-header {
        margin-bottom: 32px;
    }
    
    .seriously-home-what-we-do-title {
        font-size: 1.5rem;
    }
    
    .seriously-home-what-we-do-intro {
        font-size: 0.95rem;
    }
    
    .seriously-home-what-we-do-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .seriously-home-what-we-do-item {
        padding: 28px 24px;
        border-radius: 12px;
    }
    
    /* FIX ALTERNATING COLOURS ON MOBILE - teal, red, teal, red */
    .seriously-home-what-we-do-item:nth-child(1) {
        border-left-color: #4facb3;
    }
    
    .seriously-home-what-we-do-item:nth-child(1) .seriously-home-what-we-do-icon i {
        color: #4facb3;
        background: rgba(79, 172, 179, 0.15);
    }
    
    .seriously-home-what-we-do-item:nth-child(1) .seriously-home-what-we-do-button {
        background: #4facb3;
    }
    
    .seriously-home-what-we-do-item:nth-child(2) {
        border-left-color: #de4854;
    }
    
    .seriously-home-what-we-do-item:nth-child(2) .seriously-home-what-we-do-icon i {
        color: #de4854;
        background: rgba(222, 72, 84, 0.12);
    }
    
    .seriously-home-what-we-do-item:nth-child(2) .seriously-home-what-we-do-button {
        background: #de4854;
    }
    
    .seriously-home-what-we-do-item:nth-child(3) {
        border-left-color: #4facb3;
    }
    
    .seriously-home-what-we-do-item:nth-child(3) .seriously-home-what-we-do-icon i {
        color: #4facb3;
        background: rgba(79, 172, 179, 0.15);
    }
    
    .seriously-home-what-we-do-item:nth-child(3) .seriously-home-what-we-do-button {
        background: #4facb3;
    }
    
    .seriously-home-what-we-do-item:nth-child(4) {
        border-left-color: #de4854;
    }
    
    .seriously-home-what-we-do-item:nth-child(4) .seriously-home-what-we-do-icon i {
        color: #de4854;
        background: rgba(222, 72, 84, 0.12);
    }
    
    .seriously-home-what-we-do-item:nth-child(4) .seriously-home-what-we-do-button {
        background: #de4854;
    }
    
    .seriously-home-what-we-do-icon i {
        font-size: 1.25rem;
        width: 48px;
        height: 48px;
        border-radius: 10px;
    }
    
    .seriously-home-what-we-do-heading {
        font-size: 1.1rem;
        margin-bottom: 10px;
    }
    
    .seriously-home-what-we-do-text {
        font-size: 0.9rem;
        margin-bottom: 16px;
    }
    
    .seriously-home-what-we-do-button {
        font-size: 0.875rem;
    }
}

/* SMALL MOBILE */
@media (max-width: 480px) {
    .seriously-home-what-we-do {
        padding: 48px 0;
    }
    
    .seriously-home-what-we-do-container {
        padding: 0 20px;
    }
    
    .seriously-home-what-we-do-header {
        margin-bottom: 28px;
    }
    
    .seriously-home-what-we-do-title {
        font-size: 1.35rem;
    }
    
    .seriously-home-what-we-do-intro {
        font-size: 0.9rem;
    }
    
    .seriously-home-what-we-do-item {
        padding: 24px 20px;
        gap: 14px;
    }
    
    .seriously-home-what-we-do-icon i {
        font-size: 1.15rem;
        width: 44px;
        height: 44px;
    }
    
    .seriously-home-what-we-do-heading {
        font-size: 1.05rem;
    }
    
    .seriously-home-what-we-do-text {
        font-size: 0.875rem;
    }
    
    .seriously-home-what-we-do-button {
        width: 100%;
        justify-content: center;
        font-size: 0.85rem;
    }
}

/* ============================================================
   SECTION SOURCE: home-why-us.css
   ============================================================ */

/* 
SERIOUSLY DIGITAL - WHY US
Space Grotesk | No CSS Variables
*/


/* SECTION */
.seriously-home-why-us {
    padding: 80px 0;
    background: #f9f9f9;
}

/* CONTAINER */
.seriously-home-why-us-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

/* HEADER */
.seriously-home-why-us-header {
    text-align: center;
    margin-bottom: 48px;
}

/* H2 */
.seriously-home-why-us-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #2a2d30;
    margin: 0 0 20px 0;
    line-height: 1.15;
    letter-spacing: -0.5px;
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
}

.seriously-home-why-us-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: #de4854;
    border-radius: 2px;
}

.seriously-home-why-us-intro {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.05rem;
    font-weight: 400;
    color: #555;
    max-width: 500px;
    margin: 0 auto;
    line-height: 1.6;
}

/* GRID */
.seriously-home-why-us-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

/* ITEM */
.seriously-home-why-us-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 28px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    transition: all 0.25s ease;
}

.seriously-home-why-us-item:hover {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}

/* ICON */
.seriously-home-why-us-icon {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    transition: all 0.25s ease;
}

.seriously-home-why-us-icon i {
    font-size: 1.2rem;
    transition: color 0.25s ease;
}

/* ALTERNATING COLOURS */
.seriously-home-why-us-item:nth-child(odd) .seriously-home-why-us-icon {
    background: rgba(222, 72, 84, 0.1);
}

.seriously-home-why-us-item:nth-child(odd) .seriously-home-why-us-icon i {
    color: #de4854;
}

.seriously-home-why-us-item:nth-child(even) .seriously-home-why-us-icon {
    background: rgba(79, 172, 179, 0.12);
}

.seriously-home-why-us-item:nth-child(even) .seriously-home-why-us-icon i {
    color: #4facb3;
}

/* HOVER STATE */
.seriously-home-why-us-item:nth-child(odd):hover .seriously-home-why-us-icon {
    background: #de4854;
}

.seriously-home-why-us-item:nth-child(odd):hover .seriously-home-why-us-icon i {
    color: #ffffff;
}

.seriously-home-why-us-item:nth-child(even):hover .seriously-home-why-us-icon {
    background: #4facb3;
}

.seriously-home-why-us-item:nth-child(even):hover .seriously-home-why-us-icon i {
    color: #ffffff;
}

/* CONTENT */
.seriously-home-why-us-content {
    flex: 1;
    min-width: 0;
}

.seriously-home-why-us-heading {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: #2a2d30;
    margin: 0 0 10px 0;
    line-height: 1.3;
}

.seriously-home-why-us-text {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #555;
    line-height: 1.65;
    margin: 0;
}

/* TABLET */
@media (max-width: 991px) {
    .seriously-home-why-us {
        padding: 64px 0;
    }
    
    .seriously-home-why-us-container {
        padding: 0 32px;
    }
    
    .seriously-home-why-us-header {
        margin-bottom: 40px;
    }
    
    .seriously-home-why-us-title {
        font-size: 1.75rem;
    }
    
    .seriously-home-why-us-intro {
        font-size: 1rem;
    }
    
    .seriously-home-why-us-list {
        gap: 24px;
    }
    
    .seriously-home-why-us-item {
        padding: 24px;
        gap: 16px;
    }
    
    .seriously-home-why-us-item:hover {
        transform: none;
    }
    
    .seriously-home-why-us-icon {
        width: 48px;
        height: 48px;
    }
    
    .seriously-home-why-us-icon i {
        font-size: 1.1rem;
    }
    
    .seriously-home-why-us-heading {
        font-size: 1.15rem;
    }
    
    .seriously-home-why-us-text {
        font-size: 0.95rem;
    }
}

/* MOBILE */
@media (max-width: 767px) {
    .seriously-home-why-us {
        padding: 56px 0;
    }
    
    .seriously-home-why-us-container {
        padding: 0 24px;
    }
    
    .seriously-home-why-us-header {
        margin-bottom: 32px;
    }
    
    .seriously-home-why-us-title {
        font-size: 1.5rem;
    }
    
    .seriously-home-why-us-intro {
        font-size: 0.95rem;
    }
    
    .seriously-home-why-us-list {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .seriously-home-why-us-item {
        padding: 22px;
        border-radius: 12px;
    }
    
    .seriously-home-why-us-icon {
        width: 46px;
        height: 46px;
        border-radius: 10px;
    }
    
    .seriously-home-why-us-icon i {
        font-size: 1.05rem;
    }
    
    .seriously-home-why-us-heading {
        font-size: 1.1rem;
        margin-bottom: 8px;
    }
    
    .seriously-home-why-us-text {
        font-size: 0.9rem;
    }
}

/* SMALL MOBILE */
@media (max-width: 480px) {
    .seriously-home-why-us {
        padding: 48px 0;
    }
    
    .seriously-home-why-us-container {
        padding: 0 20px;
    }
    
    .seriously-home-why-us-header {
        margin-bottom: 28px;
    }
    
    .seriously-home-why-us-title {
        font-size: 1.35rem;
    }
    
    .seriously-home-why-us-intro {
        font-size: 0.9rem;
    }
    
    .seriously-home-why-us-list {
        gap: 16px;
    }
    
    .seriously-home-why-us-item {
        padding: 20px 18px;
        gap: 14px;
    }
    
    .seriously-home-why-us-icon {
        width: 42px;
        height: 42px;
    }
    
    .seriously-home-why-us-icon i {
        font-size: 1rem;
    }
    
    .seriously-home-why-us-heading {
        font-size: 1.05rem;
    }
    
    .seriously-home-why-us-text {
        font-size: 0.875rem;
    }
}

/* ============================================================
   SECTION SOURCE: home-examples.css
   ============================================================ */

/* 
SERIOUSLY DIGITAL - EXAMPLES/CASE STUDIES
Space Grotesk | No CSS Variables
*/


/* SECTION */
.seriously-home-examples {
    padding: 80px 0;
    background: linear-gradient(180deg, #2a2d30 0%, #232629 100%);
    position: relative;
}

/* DOT PATTERN */
.seriously-home-examples::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 24px 24px;
    pointer-events: none;
}

/* CONTAINER */
.seriously-home-examples-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 1;
}

/* HEADER */
.seriously-home-examples-header {
    text-align: center;
    margin-bottom: 48px;
}

/* H2 */
.seriously-home-examples-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 20px 0;
    line-height: 1.15;
    letter-spacing: -0.5px;
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
}

.seriously-home-examples-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: #de4854;
    border-radius: 2px;
}

.seriously-home-examples-intro {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.05rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.75);
    max-width: 500px;
    margin: 0 auto;
    line-height: 1.6;
}

/* GRID */
.seriously-home-examples-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 40px;
}

/* CARD */
.seriously-home-examples-item {
    position: relative;
    display: block;
    text-decoration: none;
    border-radius: 14px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
}

.seriously-home-examples-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.35);
}

/* IMAGE */
.seriously-home-examples-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.seriously-home-examples-item:hover .seriously-home-examples-image {
    transform: scale(1.08);
}

/* OVERLAY */
.seriously-home-examples-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 20%, rgba(42, 45, 48, 0.95) 100%);
    display: flex;
    align-items: flex-end;
    padding: 28px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.seriously-home-examples-item:hover .seriously-home-examples-overlay {
    opacity: 1;
}

/* CONTENT */
.seriously-home-examples-content {
    transform: translateY(16px);
    transition: transform 0.3s ease;
    width: 100%;
}

.seriously-home-examples-item:hover .seriously-home-examples-content {
    transform: translateY(0);
}

.seriously-home-examples-heading {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 6px 0;
    line-height: 1.3;
}

.seriously-home-examples-text {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.5;
    margin: 0;
}

/* HIDE INDIVIDUAL BUTTONS */
.seriously-home-examples-button {
    display: none;
}

/* SINGLE CTA */
.seriously-home-examples-cta {
    text-align: center;
}

.seriously-home-examples-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 36px;
    border-radius: 8px;
    text-decoration: none;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    background: #de4854;
    color: #ffffff;
    box-shadow: 0 4px 20px rgba(222, 72, 84, 0.35);
    transition: all 0.25s ease;
}

.seriously-home-examples-cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 32px rgba(222, 72, 84, 0.45);
}

.seriously-home-examples-cta-button i {
    font-size: 0.9rem;
    transition: transform 0.25s ease;
}

.seriously-home-examples-cta-button:hover i {
    transform: translateX(4px);
}

/* TABLET */
@media (max-width: 991px) {
    .seriously-home-examples {
        padding: 64px 0;
    }
    
    .seriously-home-examples-container {
        padding: 0 32px;
    }
    
    .seriously-home-examples-header {
        margin-bottom: 40px;
    }
    
    .seriously-home-examples-title {
        font-size: 1.75rem;
    }
    
    .seriously-home-examples-intro {
        font-size: 1rem;
    }
    
    .seriously-home-examples-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin-bottom: 36px;
    }
    
    /* SHOW ONLY 4 ITEMS */
    .seriously-home-examples-item:nth-child(n+5) {
        display: none;
    }
    
    .seriously-home-examples-item {
        border-radius: 12px;
    }
    
    /* ALWAYS SHOW OVERLAY */
    .seriously-home-examples-overlay {
        opacity: 1;
        background: linear-gradient(180deg, transparent 30%, rgba(42, 45, 48, 0.9) 100%);
        padding: 24px;
    }
    
    .seriously-home-examples-content {
        transform: translateY(0);
    }
    
    .seriously-home-examples-item:hover {
        transform: none;
    }
    
    .seriously-home-examples-item:hover .seriously-home-examples-image {
        transform: none;
    }
    
    .seriously-home-examples-heading {
        font-size: 1.15rem;
    }
    
    .seriously-home-examples-text {
        font-size: 0.95rem;
    }
    
    .seriously-home-examples-cta-button {
        font-size: 0.95rem;
    }
    
    .seriously-home-examples-cta-button:hover {
        transform: none;
    }
}

/* MOBILE */
@media (max-width: 767px) {
    .seriously-home-examples {
        padding: 56px 0;
    }
    
    .seriously-home-examples-container {
        padding: 0 24px;
    }
    
    .seriously-home-examples-header {
        margin-bottom: 32px;
    }
    
    .seriously-home-examples-title {
        font-size: 1.5rem;
    }
    
    .seriously-home-examples-intro {
        font-size: 0.95rem;
    }
    
    .seriously-home-examples-grid {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-bottom: 32px;
    }
    
    /* SHOW ONLY 4 ITEMS */
    .seriously-home-examples-item:nth-child(n+5) {
        display: none;
    }
    
    .seriously-home-examples-item {
        aspect-ratio: 16 / 10;
        border-radius: 10px;
    }
    
    .seriously-home-examples-overlay {
        padding: 22px;
    }
    
    .seriously-home-examples-heading {
        font-size: 1.1rem;
    }
    
    .seriously-home-examples-text {
        font-size: 0.9rem;
    }
    
    .seriously-home-examples-cta-button {
        font-size: 0.9rem;
        padding: 14px 32px;
    }
}

/* SMALL MOBILE */
@media (max-width: 480px) {
    .seriously-home-examples {
        padding: 48px 0;
    }
    
    .seriously-home-examples-container {
        padding: 0 20px;
    }
    
    .seriously-home-examples-header {
        margin-bottom: 28px;
    }
    
    .seriously-home-examples-title {
        font-size: 1.35rem;
    }
    
    .seriously-home-examples-intro {
        font-size: 0.9rem;
    }
    
    .seriously-home-examples-grid {
        gap: 16px;
        margin-bottom: 28px;
    }
    
    /* SHOW ONLY 3 ITEMS */
    .seriously-home-examples-item:nth-child(n+4) {
        display: none;
    }
    
    .seriously-home-examples-item {
        border-radius: 8px;
    }
    
    .seriously-home-examples-overlay {
        padding: 18px;
    }
    
    .seriously-home-examples-heading {
        font-size: 1.05rem;
    }
    
    .seriously-home-examples-text {
        font-size: 0.875rem;
    }
    
    .seriously-home-examples-cta-button {
        width: 100%;
        justify-content: center;
        font-size: 0.875rem;
    }
}

/* ============================================================
   SECTION SOURCE: home-reviews.css
   ============================================================ */

/* 
SERIOUSLY DIGITAL - REVIEWS (Home)
Space Grotesk | No CSS Variables
*/


/* SECTION */
.seriously-home-reviews {
    padding: 80px 0;
    background: #ffffff;
}

/* CONTAINER */
.seriously-home-reviews-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

/* HEADER */
.seriously-home-reviews-header {
    text-align: center;
    margin-bottom: 48px;
}

/* H2 */
.seriously-home-reviews-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #2a2d30;
    margin: 0 0 20px 0;
    line-height: 1.15;
    letter-spacing: -0.5px;
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
}

.seriously-home-reviews-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: #de4854;
    border-radius: 2px;
}

.seriously-home-reviews-intro {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.05rem;
    font-weight: 400;
    color: #555;
    max-width: 500px;
    margin: 0 auto;
    line-height: 1.6;
}

/* GRID */
.seriously-home-reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

/* CARD */
.seriously-home-reviews-card {
    background: #f9f9f9;
    border-radius: 16px;
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    border-left: 4px solid transparent;
    transition: all 0.25s ease;
}

.seriously-home-reviews-card:hover {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
}

.seriously-home-reviews-card-teal {
    border-left-color: #4facb3;
}

.seriously-home-reviews-card-red {
    border-left-color: #de4854;
}

/* SOURCE */
.seriously-home-reviews-source {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
}

.seriously-home-reviews-logo {
    width: 28px;
    height: auto;
}

.seriously-home-reviews-stars {
    display: flex;
    gap: 4px;
}

.seriously-home-reviews-stars i {
    color: #ffc107;
    font-size: 1rem;
}

/* QUOTE */
.seriously-home-reviews-quote {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    font-style: italic;
    color: #555;
    line-height: 1.7;
    margin: 0 0 24px 0;
    flex-grow: 1;
}

/* AUTHOR */
.seriously-home-reviews-author {
    border-top: 1px solid #e5e5e5;
    padding-top: 18px;
}

.seriously-home-reviews-name {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #2a2d30;
    display: block;
    margin-bottom: 4px;
}

.seriously-home-reviews-company {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    color: #555;
}

/* CTA */
.seriously-home-reviews-cta {
    text-align: center;
    margin-top: 48px;
}

.seriously-home-reviews-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 36px;
    border-radius: 8px;
    text-decoration: none;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    background: #de4854;
    color: #ffffff;
    box-shadow: 0 4px 20px rgba(222, 72, 84, 0.3);
    transition: all 0.25s ease;
}

.seriously-home-reviews-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 32px rgba(222, 72, 84, 0.4);
}

/* TABLET */
@media (max-width: 991px) {
    .seriously-home-reviews {
        padding: 64px 0;
    }
    
    .seriously-home-reviews-container {
        padding: 0 32px;
    }
    
    .seriously-home-reviews-header {
        margin-bottom: 40px;
    }
    
    .seriously-home-reviews-title {
        font-size: 1.75rem;
    }
    
    .seriously-home-reviews-intro {
        font-size: 1rem;
    }
    
    .seriously-home-reviews-grid {
        gap: 24px;
    }
    
    .seriously-home-reviews-card {
        padding: 28px 24px;
        border-radius: 14px;
    }
    
    .seriously-home-reviews-card:hover {
        transform: none;
    }
    
    .seriously-home-reviews-quote {
        font-size: 0.95rem;
    }
    
    .seriously-home-reviews-name {
        font-size: 0.95rem;
    }
    
    .seriously-home-reviews-company {
        font-size: 0.85rem;
    }
    
    .seriously-home-reviews-cta {
        margin-top: 40px;
    }
    
    .seriously-home-reviews-button {
        font-size: 0.95rem;
    }
    
    .seriously-home-reviews-button:hover {
        transform: none;
    }
}

/* MOBILE */
@media (max-width: 767px) {
    .seriously-home-reviews {
        padding: 56px 0;
    }
    
    .seriously-home-reviews-container {
        padding: 0 24px;
    }
    
    .seriously-home-reviews-header {
        margin-bottom: 32px;
    }
    
    .seriously-home-reviews-title {
        font-size: 1.5rem;
    }
    
    .seriously-home-reviews-intro {
        font-size: 0.95rem;
    }
    
    .seriously-home-reviews-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .seriously-home-reviews-card {
        padding: 26px 22px;
        border-radius: 12px;
    }
    
    .seriously-home-reviews-source {
        margin-bottom: 16px;
    }
    
    .seriously-home-reviews-quote {
        font-size: 0.9rem;
        margin-bottom: 20px;
    }
    
    .seriously-home-reviews-author {
        padding-top: 16px;
    }
    
    .seriously-home-reviews-name {
        font-size: 0.9rem;
    }
    
    .seriously-home-reviews-company {
        font-size: 0.8rem;
    }
    
    .seriously-home-reviews-cta {
        margin-top: 32px;
    }
    
    .seriously-home-reviews-button {
        font-size: 0.9rem;
        padding: 14px 32px;
    }
}

/* SMALL MOBILE */
@media (max-width: 480px) {
    .seriously-home-reviews {
        padding: 48px 0;
    }
    
    .seriously-home-reviews-container {
        padding: 0 20px;
    }
    
    .seriously-home-reviews-header {
        margin-bottom: 28px;
    }
    
    .seriously-home-reviews-title {
        font-size: 1.35rem;
    }
    
    .seriously-home-reviews-intro {
        font-size: 0.9rem;
    }
    
    .seriously-home-reviews-grid {
        gap: 16px;
    }
    
    .seriously-home-reviews-card {
        padding: 22px 20px;
        border-radius: 10px;
    }
    
    .seriously-home-reviews-quote {
        font-size: 0.875rem;
    }
    
    .seriously-home-reviews-name {
        font-size: 0.875rem;
    }
    
    .seriously-home-reviews-company {
        font-size: 0.78rem;
    }
    
    .seriously-home-reviews-cta {
        margin-top: 28px;
    }
    
    .seriously-home-reviews-button {
        width: 100%;
        justify-content: center;
        font-size: 0.875rem;
    }
}

/* ============================================================
   SECTION SOURCE: home-cta.css
   ============================================================ */

/* 
SERIOUSLY DIGITAL - CTA SECTION
Space Grotesk | No CSS Variables | No Angles | Regular Sizing
*/


/* SECTION - Simple red gradient, no angles */
.seriously-home-cta {
    padding: 80px 0;
    background: linear-gradient(135deg, #de4854 0%, #a02832 100%);
    position: relative;
    overflow: hidden;
}

/* DOT PATTERN */
.seriously-home-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px);
    background-size: 20px 20px;
    pointer-events: none;
}

/* CONTAINER */
.seriously-home-cta-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 1;
}

/* CONTENT */
.seriously-home-cta-content {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

/* H2 */
.seriously-home-cta-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 2.1rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 20px 0;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.seriously-home-cta-text {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.15rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.65;
    margin: 0 0 36px 0;
}

/* BUTTONS */
.seriously-home-cta-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.seriously-home-cta-button-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    border-radius: 8px;
    text-decoration: none;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    background: #2a2d30;
    color: #ffffff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    transition: all 0.25s ease;
}

.seriously-home-cta-button-primary:hover {
    background: #1a1d20;
    transform: translateY(-3px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}

.seriously-home-cta-button-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 32px;
    border-radius: 8px;
    text-decoration: none;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    background: #ffffff;
    color: #2a2d30;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.25s ease;
}

.seriously-home-cta-button-secondary:hover {
    background: #4facb3;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 8px 32px rgba(79, 172, 179, 0.4);
}

.seriously-home-cta-button-secondary i {
    font-size: 0.95rem;
}

/* TABLET */
@media (max-width: 991px) {
    .seriously-home-cta {
        padding: 64px 0;
    }
    
    .seriously-home-cta-container {
        padding: 0 32px;
    }
    
    .seriously-home-cta-title {
        font-size: 1.85rem;
    }
    
    .seriously-home-cta-text {
        font-size: 1.08rem;
        margin-bottom: 32px;
    }
    
    .seriously-home-cta-buttons {
        gap: 14px;
    }
    
    .seriously-home-cta-button-primary,
    .seriously-home-cta-button-secondary {
        padding: 14px 28px;
        font-size: 0.95rem;
    }
    
    .seriously-home-cta-button-primary:hover,
    .seriously-home-cta-button-secondary:hover {
        transform: none;
    }
}

/* MOBILE */
@media (max-width: 767px) {
    .seriously-home-cta {
        padding: 56px 0;
    }
    
    .seriously-home-cta-container {
        padding: 0 24px;
    }
    
    .seriously-home-cta-title {
        font-size: 1.6rem;
    }
    
    .seriously-home-cta-text {
        font-size: 1rem;
        margin-bottom: 28px;
    }
    
    .seriously-home-cta-buttons {
        flex-direction: column;
        gap: 12px;
    }
    
    .seriously-home-cta-button-primary,
    .seriously-home-cta-button-secondary {
        width: 100%;
        max-width: 320px;
        font-size: 0.92rem;
    }
}

/* SMALL MOBILE */
@media (max-width: 480px) {
    .seriously-home-cta {
        padding: 48px 0;
    }
    
    .seriously-home-cta-container {
        padding: 0 20px;
    }
    
    .seriously-home-cta-title {
        font-size: 1.4rem;
    }
    
    .seriously-home-cta-text {
        font-size: 0.95rem;
        margin-bottom: 24px;
    }
    
    .seriously-home-cta-button-primary,
    .seriously-home-cta-button-secondary {
        max-width: 100%;
        padding: 14px 24px;
        font-size: 0.9rem;
    }
}
