/*
Theme Name: Maria Antonia
Theme URI: https://themitoslibings.com/
Author: Miruna Ionescu Cristina
Author URI: https://webdesignforstories.com/
Description: A custom theme for Asociatia Maria Antonia
Version: 1.0
*/

/*-------------------------------------------------------------------------*/
/*	Globally Applied Styles
/*-------------------------------------------------------------------------*/

:root {
    --accent-color: #78c143;
    --mc-blue: #2d5010;
    --mc-green: #78c143;
    --mc-amber: #e8920a;
    --mc-amber-soft: rgba(232, 146, 10, 0.12);
    --mc-ink: #1a1b1d;
    --mc-ink-strong: #121315;
    --mc-light: #f3f9eb;
    --mc-slate: #3a5a1e;
    --mc-mist: #e2f2cc;
    --mc-surface: #ffffff;
    --mc-surface-alt: #f5faee;
    --mc-border: rgba(45, 80, 16, 0.14);
    --mc-card-radius: 28px;
    --mc-card-shadow: 0 20px 50px rgba(45, 80, 16, 0.12);
    --mc-card-shadow-strong: 0 32px 70px rgba(45, 80, 16, 0.18);
    --mc-gradient: linear-gradient(135deg, #2d5010 0%, #4f8a1f 55%, #78c143 100%);
    --mc-gradient-soft: linear-gradient(160deg, rgba(45, 80, 16, 0.08), rgba(120, 193, 67, 0.14));
    --mc-shadow: 0 24px 60px rgba(45, 80, 16, 0.18);
    --mc-header-height: 130px;
}

/* Asociatia Maria Antonia */
#site-header {
    border-bottom: 1px solid var(--mc-border);
    background: rgba(255, 255, 255, 0.94);
}

.mc-btn-outline {
    border-color: rgba(31, 60, 74, 0.24);
    color: var(--mc-blue);
}

.mc-btn-outline:hover {
    background: rgba(31, 60, 74, 0.08);
    color: var(--mc-blue);
}

.mc-btn-primary {
    box-shadow: 0 16px 30px rgba(31, 60, 74, 0.25);
}

.mc-btn-primary:hover {
    box-shadow: 0 20px 34px rgba(31, 60, 74, 0.28);
}

.mc-page-hero {
    background: linear-gradient(180deg, #f7f1e8 0%, #eef6f2 100%);
}

.ea-hero::before {
    content: none;
}

.ea-hero {
    background-size: cover;
    background-position: center;
}

.ea-hero-grid {
    align-items: stretch;
    grid-template-columns: minmax(0, 1fr);
}

.ea-hero-content {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 28px 30px;
    box-shadow: none;
    backdrop-filter: none;
}

.ea-hero-media {
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.ea-hero-image {
    transform: rotate(-0.6deg);
}

.ea-hero-badges {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ea-badge {
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(31, 60, 74, 0.16);
    color: var(--mc-blue);
    font-weight: 600;
    font-size: 0.9rem;
}

.ea-hero-card {
    width: 100%;
    max-width: 460px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid var(--mc-border);
    border-radius: 24px;
    padding: 24px 26px;
    box-shadow: var(--mc-card-shadow);
}

.ea-card-label {
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.72rem;
    color: var(--mc-blue);
    margin-bottom: 12px;
    font-weight: 700;
}

.ea-card-list {
    list-style: none;
    padding-left: 0;
    margin: 0 0 16px;
    display: grid;
    gap: 8px;
}

.ea-card-list li {
    position: relative;
    padding-left: 22px;
    color: var(--mc-slate);
    font-weight: 600;
}

.ea-card-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.45em;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--mc-green);
    box-shadow: 0 0 0 4px rgba(111, 156, 124, 0.2);
}

.ea-card-note {
    font-weight: 700;
    color: var(--mc-blue);
}

.ea-story-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 40px;
    align-items: start;
}

.ea-story {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("images/bk1-1200.jpg");
    background-image: -webkit-image-set(url("images/bk1-1200.jpg") 1x, url("images/bk1-1200.jpg") 2x);
    background-image: image-set(url("images/bk1-1200.jpg") 1x, url("images/bk1-1200.jpg") 2x);
    position: relative;
}

.ea-story::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(247, 241, 232, 0.78);
    z-index: 0;
    pointer-events: none;
}

.ea-story .container {
    position: relative;
    z-index: 1;
}



.ea-story-card {
    background: var(--mc-surface);
    border: 1px solid var(--mc-border);
    border-radius: 24px;
    padding: 24px 26px;
    box-shadow: var(--mc-card-shadow);
}

.ea-story-card--highlight {
    background: var(--mc-gradient-soft);
}

.ea-quote {
    margin: 24px 0 0;
    padding: 18px 22px;
    border-left: 4px solid var(--accent-color);
    background: rgba(255, 255, 255, 0.75);
    border-radius: 16px;
    font-weight: 600;
    color: var(--mc-blue);
}

.ea-story-actions {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.ea-signature {
    margin-top: 12px;
    font-weight: 700;
    color: var(--mc-blue);
}

.ea-checklist {
    list-style: none;
    padding-left: 0;
    display: grid;
    gap: 10px;
}

.ea-checklist li {
    position: relative;
    padding-left: 24px;
    color: var(--mc-slate);
    font-weight: 600;
}

.ea-checklist li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.45em;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--mc-green);
    box-shadow: 0 0 0 4px rgba(111, 156, 124, 0.2);
}

.ea-funds-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

.ea-fund-card {
    background: var(--mc-surface);
    border: 1px solid var(--mc-border);
    border-radius: 22px;
    padding: 22px;
    box-shadow: var(--mc-card-shadow);
    min-height: 180px;
}

.ea-spotlight-list {
    display: grid;
    gap: 24px;
}

.ea-spotlights {
    background: linear-gradient(180deg, rgba(47, 143, 91, 0.08) 0%, rgba(247, 241, 232, 0.7) 55%, #ffffff 100%);
    position: relative;
}

.ea-spotlights::before {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, rgba(47, 143, 91, 0.2), transparent 70%);
    top: -120px;
    right: -90px;
    pointer-events: none;
}

.ea-spotlights::after {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(circle at 40% 40%, rgba(47, 143, 91, 0.16), transparent 70%);
    bottom: -120px;
    left: -80px;
    pointer-events: none;
}

.ea-spotlight-row {
    display: grid;
    grid-template-columns: minmax(0, 0.38fr) minmax(0, 0.62fr);
    grid-template-areas: "media content";
    gap: 26px;
    align-items: center;
    padding: 26px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(47, 143, 91, 0.2);
    border-radius: 28px;
    box-shadow: var(--mc-card-shadow);
    position: relative;
    overflow: hidden;
}

.ea-spotlight-row::before {
    content: "";
    position: absolute;
    left: 26px;
    top: 14px;
    width: 64px;
    height: 3px;
    border-radius: 999px;
    background: var(--mc-green);
    opacity: 0.9;
}

.ea-spotlight-row--reverse {
    grid-template-columns: minmax(0, 0.62fr) minmax(0, 0.38fr);
    grid-template-areas: "content media";
}

.ea-spotlight-media {
    grid-area: media;
    display: flex;
    justify-content: center;
}

.ea-spotlight-ring {
    width: clamp(180px, 28vw, 240px);
    height: clamp(180px, 28vw, 240px);
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    padding: 6px;
    background: conic-gradient(from 120deg, var(--mc-green), var(--mc-blue), var(--mc-green), var(--mc-green));
    box-shadow: 0 18px 30px rgba(47, 143, 91, 0.18);
    display: grid;
    place-items: center;
}

.ea-spotlight-image,
.ea-spotlight-fallback {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    border: 8px solid #f7f1e8;
    background: #fff;
    display: grid;
    place-items: center;
}

.ea-spotlight-image {
    object-fit: cover;
}

.ea-spotlight-fallback {
    background: radial-gradient(circle at 30% 20%, rgba(224, 122, 95, 0.18), rgba(255, 255, 255, 0.9));
    color: var(--mc-blue);
    font-weight: 700;
    font-size: 2rem;
    letter-spacing: 0.08em;
}

.ea-spotlight-content {
    grid-area: content;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.ea-spotlight-content h3 {
    font-size: clamp(1.4rem, 2.6vw, 1.8rem);
    margin-bottom: 12px;
    color: var(--mc-blue);
}

.ea-spotlight-content h3::after {
    content: "";
    display: block;
    width: 52px;
    height: 3px;
    border-radius: 999px;
    background: var(--mc-green);
    margin-top: 10px;
}

.ea-spotlight-content p {
    color: var(--mc-slate);
    margin-bottom: 0;
}

.ea-routine-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 32px;
    align-items: stretch;
}

.ea-donation {
    background: linear-gradient(180deg, #f7fbff 0%, #eef6f2 100%);
}

.ea-donation-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 36px;
    align-items: center;
}

.ea-donation-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ea-donation-note {
    margin-top: 10px;
    background: var(--mc-surface);
    border: 1px solid var(--mc-border);
    border-radius: 20px;
    padding: 18px 20px;
    box-shadow: var(--mc-card-shadow);
}

.ea-donation-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 10px;
}

.ea-donation-media {
    display: flex;
    justify-content: center;
}

.ea-donation-photo {
    width: 100%;
    max-width: 520px;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(31, 60, 74, 0.12);
    box-shadow: 0 18px 36px rgba(31, 60, 74, 0.12);
    background: #ffffff;
}

.ea-donation-photo img {
    width: 100%;
    height: clamp(260px, 34vw, 420px);
    object-fit: cover;
    object-position: center top;
    display: block;
}

.ea-routine {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("images/bk2-1200.jpg");
    background-image: -webkit-image-set(url("images/bk2-1200.jpg") 1x, url("images/bk2-1200.jpg") 2x);
    background-image: image-set(url("images/bk2-1200.jpg") 1x, url("images/bk2-1200.jpg") 2x);
    position: relative;
}

.ea-routine::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(247, 241, 232, 0.78);
    z-index: 0;
    pointer-events: none;
}

.ea-routine .container {
    position: relative;
    z-index: 1;
}

.ea-step-list {
    list-style: none;
    padding-left: 0;
    display: grid;
    gap: 12px;
    margin-top: 18px;
}

.ea-step-list li {
    padding: 12px 16px;
    background: var(--mc-surface-alt);
    border: 1px solid var(--mc-border);
    border-radius: 16px;
    box-shadow: 0 12px 24px rgba(31, 60, 74, 0.08);
}

.ea-routine-card {
    background: var(--mc-surface);
    border: 1px solid var(--mc-border);
    border-radius: 24px;
    padding: 24px;
    box-shadow: var(--mc-card-shadow);
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.ea-routine-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ea-routine-tags span {
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(31, 60, 74, 0.08);
    border: 1px solid rgba(31, 60, 74, 0.16);
    color: var(--mc-blue);
    font-weight: 600;
    font-size: 0.85rem;
}

.ea-routine-note {
    font-weight: 700;
    color: var(--mc-blue);
}

.ea-erik {
    background:
        radial-gradient(circle at 18% 18%, rgba(47, 143, 91, 0.18), transparent 45%),
        radial-gradient(circle at 88% 16%, rgba(31, 60, 74, 0.12), transparent 48%),
        linear-gradient(180deg, rgba(247, 241, 232, 0.96) 0%, rgba(238, 246, 242, 0.94) 55%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.ea-erik::before {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, rgba(47, 143, 91, 0.2), transparent 70%);
    top: -140px;
    right: -160px;
    pointer-events: none;
}

.ea-erik::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle at 40% 40%, rgba(47, 143, 91, 0.16), transparent 70%);
    bottom: -140px;
    left: -120px;
    pointer-events: none;
}

.ea-erik .container {
    position: relative;
    z-index: 1;
    max-width: 1260px;
    width: 100%;
    margin: 0 auto;
    padding: 0 24px;
}

.ea-erik-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(24px, 4vw, 52px);
    align-items: center;
    padding: 0;
}

.ea-erik-content {
    position: relative;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(31, 60, 74, 0.12);
    border-left: 6px solid var(--mc-green);
    border-radius: 26px;
    padding: 34px 36px;
    box-shadow: var(--mc-card-shadow);
    max-width: none;
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: center;
}

.ea-erik-text {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ea-erik-content::after {
    content: "";
    position: absolute;
    right: 18px;
    top: 18px;
    width: 120px;
    height: 120px;
    border-radius: 20px;
    background: radial-gradient(circle at 30% 30%, rgba(47, 143, 91, 0.18), transparent 70%);
    opacity: 0.45;
    pointer-events: none;
}

.ea-erik-content .mc-section-title {
    font-size: clamp(2rem, 3.6vw, 2.6rem);
}

.ea-erik-content .mc-section-subtitle {
    font-size: 1.02rem;
    color: var(--mc-slate);
}

.ea-erik-gallery {
    display: flex;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    margin-top: 0;
}

.ea-erik-slide-grid {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: 1fr;
    gap: 0;
    padding: clamp(6px, 1.4vw, 12px);
    align-items: stretch;
}

.ea-erik-photo {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(31, 60, 74, 0.12);
    background: #ffffff;
    box-shadow: 0 18px 36px rgba(31, 60, 74, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.ea-erik-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

.ea-erik-slider {
    width: 100%;
    max-width: 100%;
    height: clamp(340px, 45vh, 520px);
    border-radius: 26px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(140deg, rgba(255, 255, 255, 0.92) 0%, rgba(230, 239, 234, 0.9) 100%);
    box-shadow: var(--mc-card-shadow-strong);
    border: 1px solid rgba(31, 60, 74, 0.14);
}

.ea-erik-slider::before {
    content: "";
    position: absolute;
    inset: 10px;
    border-radius: 20px;
    border: 1px solid rgba(31, 60, 74, 0.1);
    pointer-events: none;
    z-index: 2;
}

.ea-erik-slider .mc-gallery-slide {
    background: transparent;
    padding: 0;
    box-sizing: border-box;
}

.ea-erik-slider .mc-gallery-slide img {
    object-fit: cover;
}


.ea-erik-slider .mc-gallery-arrow {
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(31, 60, 74, 0.2);
    color: var(--mc-blue);
    backdrop-filter: blur(6px);
}

.ea-erik-slider .mc-gallery-arrow:hover {
    background: var(--mc-gradient);
    color: #fff;
    border-color: transparent;
}

.ea-support-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
    gap: 28px;
    align-items: start;
}

.ea-support-options {
    display: grid;
    gap: 16px;
}

.ea-support-media {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ea-support-photo {
    width: 100%;
    max-width: 520px;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(31, 60, 74, 0.12);
    box-shadow: 0 18px 36px rgba(31, 60, 74, 0.12);
    background: #ffffff;
}

.ea-support-photo img {
    width: 100%;
    height: clamp(260px, 34vw, 420px);
    object-fit: cover;
    object-position: center top;
    display: block;
}

.ea-support-card,
.ea-support-contact {
    background: var(--mc-surface);
    border: 1px solid var(--mc-border);
    border-radius: 22px;
    padding: 20px 22px;
    box-shadow: var(--mc-card-shadow);
}

.ea-support-contact {
    background: var(--mc-surface-alt);
}

.ea-contact-list {
    display: grid;
    gap: 8px;
    margin: 16px 0;
}

.ea-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ea-cta {
    background: linear-gradient(135deg, rgba(31, 60, 74, 0.1), rgba(224, 122, 95, 0.12));
}

.ea-cta-card {
    background: var(--mc-surface);
    border: 1px solid var(--mc-border);
    border-radius: 28px;
    padding: 32px;
    box-shadow: var(--mc-card-shadow-strong);
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}

.ea-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

#site-footer {
    background: linear-gradient(160deg, #f9f1e7 0%, #edf6f2 55%, #f7f4ee 100%);
    border-top: 1px solid var(--mc-border);
}

#site-footer::before {
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.75), rgba(224, 122, 95, 0.12));
}

#site-footer::after {
    background: radial-gradient(circle at 70% 70%, rgba(31, 60, 74, 0.12), transparent 70%);
}

@media (max-width: 991px) {
    .ea-story-grid,
    .ea-routine-grid,
    .ea-support-grid,
    .ea-donation-grid,
    .ea-erik-grid,
    .ea-erik-content {
        grid-template-columns: minmax(0, 1fr);
    }

    .ea-erik-grid {
        padding: 0;
    }

    .ea-erik-content {
        padding: 28px 24px;
        align-items: stretch;
    }

    .ea-erik-slide-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 12px;
        padding: 10px;
    }

    .ea-erik-slider {
        height: clamp(480px, 85vh, 780px);
    }

    .ea-erik-photo img {
        object-fit: contain;
        object-position: center;
    }

    .ea-hero-media {
        align-items: stretch;
    }

    .ea-cta-card {
        align-items: flex-start;
    }

    .ea-spotlight-row,
    .ea-spotlight-row--reverse {
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas: "media" "content";
        text-align: center;
    }

    .ea-spotlight-content {
        text-align: center;
        align-items: center;
    }

    .ea-spotlight-content .mc-btn {
        align-self: center;
    }
}

.accent-color-text {
    color: var(--accent-color) !important;
}

.has-text-align-center {
    text-align: center;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

figure.aligncenter {
    text-align: center;
}

html,
body {
    font-family: "Work Sans", sans-serif;
    color: var(--mc-ink);
    background-color: #f7f1e8;
    overflow-x: hidden;
    width: 100%;
    background-image:
        radial-gradient(circle at 12% 12%, rgba(31, 60, 74, 0.12), transparent 46%),
        radial-gradient(circle at 86% 14%, rgba(224, 122, 95, 0.16), transparent 52%),
        linear-gradient(180deg, #f7f1e8 0%, #f4f8f6 55%, #ffffff 100%);
    line-height: 1.7;
}

#main-wrapper {
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Space Grotesk", sans-serif;
    color: var(--mc-blue);
    letter-spacing: -0.02em;
}

a {
    color: var(--mc-blue);
}

a:hover {
    color: var(--mc-green);
}

.fancy-button-white-bkg .elementor-button,
.fancy-button-accent-bkg .elementor-button {
    position: relative;
}

.fancy-button-white-bkg .elementor-button::after,
.fancy-button-accent-bkg .elementor-button::after {
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    position: absolute;
    top: 8px;
    left: 8px;
    transition: all .3s;
}

.fancy-button-accent-bkg .elementor-button::after {
    border: 1px solid #09502C;
}

.fancy-button-white-bkg .elementor-button:hover::after,
.fancy-button-accent-bkg .elementor-button:hover::after {
    top: 0px;
    left: 0px;
    border: 1px solid #09502C;
}

.fancy-button-white-bkg .elementor-button:hover {
    background: #09502C !important;
    color: #fff !important;
}

.wpcf7-list-item {
    margin-left: 0;
}

.wpcf7-submit {
    background-color: #09502C;
    color: #fff;
    border-radius: 6px;
    padding: 8px 25px;
    border: none;
    text-transform: uppercase;
    font-weight: 700;
}

/*-------------------------------------------------------------------------*/
/*	Header
/*-------------------------------------------------------------------------*/

#site-header {
    background: rgba(255, 255, 255, 0.96);
    z-index: 10000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid rgba(4, 78, 129, 0.12);
    box-shadow: var(--mc-card-shadow);
    border-radius: 0;
    max-width: none;
    margin: 0;
    backdrop-filter: blur(10px);
    width: 100%;
}

#site-header-logo {
    padding: 6px 0 2px;
}

#site-header #site-header-logo img {
    max-height: 72px;
}

#site-header .navbar {
    padding: 0;
}

#site-header .navbar-nav .nav-link {
    padding: 6px 14px;
}

#site-header #main-navigation>ul>li:hover .dropdown-menu {
    display: block;
}

#site-header #main-navigation>ul>li .dropdown-menu .dropdown-item.active {
    background: #09502C;
}

#main-navigation>ul>li>a {
    font-size: 18px;
    padding: 10px 18px;
    color: var(--mc-ink);
    font-weight: 600;
    border-radius: 999px;
}

#main-navigation>ul>li.current-menu-item>a,
#main-navigation>ul>li.current-menu-ancestor>a {
    color: var(--mc-green);
    background: rgba(120, 179, 57, 0.16);
    font-weight: 700;
}

body.scrolled #site-header {
    box-shadow: var(--mc-card-shadow);
}

body.admin-bar #site-header {
    top: 32px;
}

body.admin-bar #main-wrapper {
    padding-top: calc(var(--mc-header-height) + 32px);
}

#site-header #header-contact-info ul li a {
    color: #000;
}

#site-header #header-contact-info ul li a span:first-child {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #000;
    text-align: center;
    line-height: 32px;
}

#site-header #header-contact-info ul li a:hover span:first-child {
    background: #09502C;
    color: #fff;
    border-color: #09502C;
}

#menu-toggle-wrapper {
    position: absolute;
    left: 0px;
    top: 45px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 50px;
    cursor: pointer;
    z-index: 9999;
}

#menu-toggle-wrapper span {
    background: var(--mc-blue);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 3px;
    width: 100%;
    border-radius: 2px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

#menu-toggle-wrapper span:before,
#menu-toggle-wrapper span:after {
    content: "";
    position: absolute;
    width: 100%;
    background: var(--mc-blue);
    height: 3px;
    border-radius: 2px;
    left: 0;
}

#menu-toggle-wrapper span:before {
    top: -10px;
}

#menu-toggle-wrapper span:after {
    top: 10px;
}

#menu-toggle-wrapper.active span:before {
    opacity: 0;
}

#menu-toggle-wrapper.active span {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #4c4c42;
}

#menu-toggle-wrapper.active span:after {
    -webkit-transform: rotate(-95deg);
    -ms-transform: rotate(-95deg);
    transform: rotate(-95deg);
    top: 0;
    background: #4c4c42;
}

#mobile-menu-wrapper {
    background: #fff;
    position: fixed;
    top: 0;
    left: -100%;
    height: 100%;
    width: 70vw;
    max-width: 520px;
    padding-top: 92px;
    /* -webkit-transform: translateX(-100vw);
    -ms-transform: translateX(-100vw);
    transform: translateX(-100vw); */
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 99;
    overflow-y: auto;
    border-right: 1px solid rgba(4, 78, 129, 0.15);
    box-shadow: 12px 0 30px rgba(4, 78, 129, 0.18);
}

body.admin-bar #mobile-menu-wrapper {
    padding-top: 125px;
}

#mobile-menu-wrapper.active {
    left: 0;
}

#mobile-menu-wrapper ul {
    list-style-type: none;
    padding-left: 0;
}

#mobile-menu-wrapper ul li a {
    color: var(--mc-blue);
    text-decoration: none;
}

#mobile-menu-wrapper .mobile-menu-content>ul>li>a {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 5px;
    display: block;
    padding: 15px 20px;
}

#mobile-menu-wrapper .mobile-menu-content>ul>li>a.dropdown-toggle::after {
    display: none;
}

#mobile-menu-wrapper .mobile-menu-content>ul>li:not(:last-child) a {
    border-bottom: 1px solid rgba(4, 78, 129, 0.15);
}

#mobile-menu-wrapper .dropdown-menu,
#mobile-menu-wrapper .sub-menu {
    background: transparent;
    position: relative;
    margin: 0;
    border: none;
    padding: 0;
}

#mobile-menu-wrapper .dropdown-menu a,
#mobile-menu-wrapper .sub-menu a {
    padding: 15px 40px;
    display: block;
}

#mobile-menu-wrapper .dropdown-menu a.active {
    color: var(--mc-blue);
    background: transparent;
}

#mobile-menu-wrapper .dropdown-menu a:not(:last-child),
#mobile-menu-wrapper .sub-menu a:not(:last-child) {
    border-bottom: 1px solid rgba(4, 78, 129, 0.12);
}

#mobile-menu-wrapper .menu-item-has-children {
    position: relative;
}

#mobile-menu-wrapper .menu-item-has-children > a {
    padding-right: 64px;
}

#mobile-menu-wrapper .mc-submenu-toggle {
    position: absolute;
    right: 18px;
    top: 12px;
    transform: none;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    border: 1px solid rgba(4, 78, 129, 0.2);
    background: #fff;
    color: var(--mc-blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

#mobile-menu-wrapper .mc-submenu-toggle::before {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
}

#mobile-menu-wrapper .menu-item-has-children.submenu-open > .mc-submenu-toggle {
    background: rgba(4, 78, 129, 0.08);
}

#mobile-menu-wrapper .menu-item-has-children.submenu-open > .mc-submenu-toggle::before {
    transform: rotate(-135deg);
}

#mobile-menu-wrapper .menu-item-has-children .sub-menu,
#mobile-menu-wrapper .menu-item-has-children .dropdown-menu {
    display: none;
}

#mobile-menu-wrapper .menu-item-has-children.submenu-open .sub-menu,
#mobile-menu-wrapper .menu-item-has-children.submenu-open .dropdown-menu {
    display: block;
}

/*-------------------------------------------------------------------------*/
/*	Home Page
/*-------------------------------------------------------------------------*/

#home-slider .carousel-item img {
    max-height: 600px;
    object-fit: cover;
    object-position: center;
    min-height: 400px;
}

#home-slider .carousel-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

#home-slider .carousel-item .carousel-caption .carousel-caption-content {
    max-width: 600px;
}

#home-slider .carousel-item .carousel-caption .carousel-caption-content>a {
    background: var(--accent-color);
    border: none;
    padding: 10px 25px;
    border-radius: 6px;
    color: #fff;
    text-transform: uppercase;
}

/*-------------------------------------------------------------------------*/
/*	Dogs Page
/*-------------------------------------------------------------------------*/

#dogs-page-header {
    height: 200px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    position: relative;
}
#dogs-page-header::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}
#dogs-page-header h1 {
    position: relative;
    z-index: 1;
}

/* Dogs Sidebar */
#dogs-sidebar-wrapper #dogs-filter-title {
    background-color: #09502C;
    color: #fff;
    padding: 10px;
    font-weight: 700;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 0;
}
#dogs-sidebar-wrapper #dogs-filter-title::before {
    content: '';
    width: 3px;
    height: 15px;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 21px;
    margin: auto;
    transform: rotate(90deg);
    transition: all .3s;
}

#dogs-sidebar-wrapper #dogs-filter-title.active::after {
    content: '';
    width: 15px;
    height: 3px;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
}
#dogs-sidebar-wrapper #dogs-filter-title.active::before {
    transform: rotate(180deg);
}
#dogs-sidebar-wrapper #dogs-filters-wrapper {
    border: 1px solid #e9e9e9;
    padding: 15px 0 0;
}
#dogs-sidebar-wrapper #dogs-filters-wrapper .dogs-filters-item {
    padding: 0 15px 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e9e9e9;
}
#dogs-sidebar-wrapper #dogs-filters-wrapper .dogs-filters-item:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
}
#dogs-sidebar-wrapper #dogs-filters-wrapper .dogs-filters-item h4 {
    font-size: 16px;
}
#dogs-sidebar-wrapper #dogs-filters-wrapper .dogs-filters-item label {
    cursor: pointer;
}
#dogs-sidebar-wrapper #dogs-filters-wrapper .dogs-filters-item input[type="checkbox"] {
    cursor: pointer;
}
#dogs-sidebar-wrapper #dogs-clear-filters-btn {
    background-color: #09502C;
    color: #fff;
    padding: 7px 15px;
    border:none;
    font-weight: 700;
    display: block;
    cursor: pointer;
}

/* Dogs List */

#dogs-list-wrapper .dog-item .dog-item-wrapper {
    border:1px solid #8b8b8b;
}
#dogs-list-wrapper .dog-item .dog-item-image {
    height:250px;
    background-size: cover;
    background-position: center;
}
#dogs-list-wrapper .dog-item h2 {
    font-size: 16px;
}
#dogs-list-wrapper .dog-item h2 a {
    text-decoration: none;
    color:#212529;
}
#dogs-list-wrapper .dog-item .dog-item-features li {
    margin-right: 3px;
    font-size: 14px;
}
#dogs-list-wrapper .dog-item .dog-item-price {
    border-top:1px solid;
    font-size: 18px;
    font-weight: 700;
}
#dogs-list-wrapper #load-more-dogs-button {
    background-color: #09502C;
    color: #fff;
    border-radius: 6px;
    padding: 7px 15px;
    border:none;
    font-weight: 700;
}

#dogs-results-ajax-loader {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.65);
    border-radius: 20px;
}

#dogs-results-ajax-loader.active {
    display: block;
}

#dogs-results-ajax-loader>div {
    position: absolute;
    width: 100%;
    left: 0;
    top: 40%;
}

#dogs-results-ajax-loader span {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #09502C;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    display: block;
    margin: auto;

}

/*-------------------------------------------------------------------------*/
/*	Single Dog Page
/*-------------------------------------------------------------------------*/

.single-dog-header {
    background-image: url("images/single-dog-header-bkg.jpg");
    background-position: center;
    background-size: cover;
    position: relative;
}
.single-dog-header::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

#single-dog-slider .carousel-item img {
    max-height: 600px;
    object-fit: cover;
    object-position: center;
}

/*-------------------------------------------------------------------------*/
/*	Footer
/*-------------------------------------------------------------------------*/

#site-footer-widgets-wrapper ul {
    padding-left: 0;
}

#site-footer-widgets-wrapper ul li {
    list-style-type: none;
    margin-bottom: 10px;
}

#site-footer-widgets-wrapper ul li a {
    color: #fff;
    text-decoration: none;
}

#site-footer .footer-social-icons a {
    font-size: 18px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50%;
    display: block;
}

#footer-copyright-wrapper {
    background-color: #09502C;
}

/*-------------------------------------------------------------------------*/
/*  Matteo Clean Landing
/*-------------------------------------------------------------------------*/

#main-navigation>ul>li>a:hover {
    color: var(--mc-blue);
    background: rgba(4, 78, 129, 0.08);
}

#main-wrapper {
    background: var(--mc-surface);
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    max-width: none;
    margin: 0;
    padding-top: var(--mc-header-height);
    overflow: hidden;
}

.mc-home {
    overflow: hidden;
}

.mc-hero {
    position: relative;
    color: #fff;
    background: var(--mc-gradient);
    overflow: hidden;
}

.mc-hero::before {
    content: "";
    position: absolute;
    width: 560px;
    height: 560px;
    right: -180px;
    top: -220px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.18), transparent 60%);
    z-index: 0;
}

.mc-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.12), transparent 40%),
        radial-gradient(circle at 80% 40%, rgba(120, 179, 57, 0.25), transparent 45%);
    opacity: 0.35;
    pointer-events: none;
    z-index: 0;
}

.mc-hero-wave {
    position: absolute;
    left: -10%;
    right: -10%;
    bottom: -90px;
    height: 180px;
    background: var(--mc-surface-alt);
    border-radius: 50%;
    z-index: 1;
}

.mc-hero .container {
    position: relative;
    z-index: 1;
}

.mc-hero-slide .container {
    position: relative;
    z-index: 2;
}

.mc-hero-carousel .carousel-inner {
    min-height: 72vh;
}

.mc-hero-carousel {
    overflow: hidden;
    border-radius: 0;
}

.mc-hero-slide {
    min-height: 72vh;
    display: flex;
    align-items: center;
    padding: 120px 0 110px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.mc-hero--page .mc-hero-slide {
    min-height: auto;
    padding: 130px 0 70px;
    background: linear-gradient(145deg, #edf7e2 0%, #f6fbf0 60%, #fff 100%);
}

.mc-hero--page .mc-hero-slide::before {
    display: none;
}

.mc-hero--page .mc-hero-title { color: var(--mc-blue); text-shadow: none; }
.mc-hero--page .mc-hero-lead  { color: var(--mc-slate); text-shadow: none; }
.mc-hero--page .mc-eyebrow    { color: var(--mc-green); background: rgba(120,193,67,0.12); }

.mc-hero-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(8, 16, 28, 0.72), rgba(4, 78, 129, 0.35));
    z-index: 0;
}

.mc-hero--split {
    background: linear-gradient(180deg, #f7fbff 0%, #e9f3fb 100%);
}

.mc-hero--split .mc-hero-slide {
    min-height: auto;
    padding: 90px 0 90px;
}

.mc-hero--split .container {
    background: var(--mc-surface);
    border-radius: 28px;
    box-shadow: var(--mc-card-shadow-strong);
    padding: 56px;
    border: 1px solid var(--mc-border);
    position: relative;
    z-index: 2;
}

.mc-hero--split .mc-hero-title {
    color: var(--mc-blue);
    text-shadow: none;
}

.mc-hero--split .mc-hero-lead {
    color: var(--mc-slate);
}

.mc-hero--split .mc-eyebrow {
    background: var(--mc-gradient-soft);
    color: var(--mc-blue);
    border: 1px solid rgba(4, 78, 129, 0.16);
}

.mc-hero-bubbles {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}

/* Hide decorative bubbles across the site */
.mc-hero-bubbles,
.mc-bubble {
    display: none !important;
}

.mc-bubble {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.08));
    box-shadow: 0 0 30px rgba(4, 78, 129, 0.2), inset 0 0 20px rgba(120, 179, 57, 0.25);
    animation: mc-bubble-float 10s ease-in-out infinite;
}

.mc-bubble-1 {
    width: 220px;
    height: 220px;
    top: 10%;
    left: 6%;
    animation-delay: 0.2s;
}

.mc-bubble-2 {
    width: 140px;
    height: 140px;
    top: 20%;
    right: 10%;
    animation-delay: 0.6s;
}

.mc-bubble-3 {
    width: 90px;
    height: 90px;
    bottom: 18%;
    left: 40%;
    animation-delay: 0.9s;
}

.mc-bubble-4 {
    width: 60px;
    height: 60px;
    top: 55%;
    right: 28%;
    animation-delay: 1.2s;
}

.mc-bubble-5 {
    width: 32px;
    height: 32px;
    bottom: 24%;
    left: 18%;
    animation-delay: 1.5s;
}

.mc-hero-carousel .carousel-indicators {
    bottom: 28px;
    z-index: 3;
}

.mc-hero-carousel .carousel-indicators li {
    width: 28px;
    height: 6px;
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.4);
}

.mc-hero-carousel .carousel-indicators .active {
    background-color: var(--mc-green);
}

.mc-hero-carousel .carousel-control-prev,
.mc-hero-carousel .carousel-control-next {
    width: 9%;
    opacity: 0.8;
    z-index: 3;
}

.mc-hero-carousel .carousel-control-prev-icon,
.mc-hero-carousel .carousel-control-next-icon {
    width: 42px;
    height: 42px;
    background-size: 18px 18px;
    background-color: rgba(4, 78, 129, 0.7);
    border-radius: 50%;
    filter: brightness(0) invert(1);
}

.mc-hero-orbit {
    position: absolute;
    left: -140px;
    bottom: -260px;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.25);
    opacity: 0.6;
    animation: mc-float 10s ease-in-out infinite;
    z-index: 0;
}

.mc-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.25);
    text-transform: uppercase;
    letter-spacing: 0.22em;
    font-size: 0.72rem;
    font-weight: 600;
}

.mc-eyebrow-dark {
    background: var(--mc-gradient-soft);
    color: var(--mc-blue);
    border: 1px solid var(--mc-border);
}

.mc-hero-title {
    font-size: clamp(2.4rem, 4.5vw, 3.8rem);
    margin-top: 18px;
    margin-bottom: 18px;
    color: #fff;
    text-shadow: 0 12px 30px rgba(0, 0, 0, 0.45);
    font-weight: 700;
}

.mc-hero-lead {
    font-size: 1.1rem;
    max-width: 540px;
    color: rgba(255, 255, 255, 0.9);
}

.mc-hero-lead--rich p:last-child {
    margin-bottom: 0;
}

.mc-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 26px;
}

.mc-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 26px;
    border-radius: 999px;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid transparent;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.mc-btn-outline {
    background: transparent;
    color: var(--mc-blue);
    border-color: rgba(4, 78, 129, 0.25);
}

.mc-btn-outline:hover {
    background: rgba(4, 78, 129, 0.08);
    color: var(--mc-blue);
}

.mc-btn-primary {
    background: var(--mc-gradient);
    color: #fff;
    box-shadow: 0 16px 30px rgba(4, 78, 129, 0.25);
}

.mc-btn-primary:hover {
    transform: translateY(-2px);
    color: #fff;
    box-shadow: 0 20px 34px rgba(4, 78, 129, 0.28);
}

.mc-btn-ghost {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.6);
    color: #fff;
}

.mc-btn-ghost:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.mc-btn-light {
    background: rgba(255, 255, 255, 0.95);
    color: var(--mc-blue);
    width: 100%;
}

.mc-btn-light:hover {
    color: var(--mc-blue);
}

.mc-hero-badges {
    margin-top: 28px;
    display: grid;
    gap: 12px;
}

.mc-hero-badge {
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 0.95rem;
}

.mc-hero-card {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 26px;
    padding: 30px;
    color: #fff;
    backdrop-filter: blur(8px);
    box-shadow: var(--mc-shadow);
    animation: mc-rise 0.9s ease-out;
}

.mc-hero-card h3 {
    color: #fff;
    margin-bottom: 0;
}

.mc-hero-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.mc-label {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.7rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
}

.mc-hero-card-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 20px;
}

.mc-stat-value {
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
}

.mc-stat-label {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.75);
}

.mc-hero-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

.mc-hero-list li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
}

.mc-hero-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.45em;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--mc-green);
    box-shadow: 0 0 0 4px rgba(120, 179, 57, 0.2);
}

.mc-section {
    padding: 90px 0;
    position: relative;
    overflow: hidden;
}

.mc-section-head {
    max-width: 720px;
    margin-bottom: 40px;
}

.mc-section-title {
    font-size: clamp(2rem, 4vw, 2.6rem);
    font-weight: 700;
}

.mc-section-subtitle {
    color: var(--mc-slate);
    font-size: 1.05rem;
    margin-bottom: 0;
}

.mc-services {
    background: linear-gradient(180deg, #f7fbff 0%, #eaf4fc 100%);
}

.mc-services::after {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 1px solid rgba(4, 78, 129, 0.18);
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.1));
    top: 40px;
    right: -60px;
    z-index: 0;
}

.mc-services .container {
    background: var(--mc-surface);
    border-radius: var(--mc-card-radius);
    box-shadow: var(--mc-card-shadow);
    padding: 52px 48px;
    position: relative;
    z-index: 1;
}

.mc-services-list {
    display: flex;
    flex-direction: column;
    gap: 60px;
    margin-top: 40px;
    position: relative;
    z-index: 1;
}

.mc-services-actions {
    margin-top: 32px;
    display: flex;
    justify-content: center;
}

.mc-service-row {
    display: flex;
    align-items: center;
    gap: 48px;
    position: relative;
}

.mc-service-row--reverse {
    flex-direction: row-reverse;
}

.mc-service-row--even::before {
    content: "";
    position: absolute;
    inset: -24px;
    border-radius: 28px;
    background-image:
        linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.78)),
        url("images/servicii.jpg");
    background-size: cover;
    background-position: center;
    opacity: 0.15;
    filter: blur(2px) saturate(0.9);
    z-index: 0;
}

.mc-service-row--even > * {
    position: relative;
    z-index: 1;
}

.mc-service-media {
    position: relative;
    width: clamp(200px, 32vw, 320px);
    height: clamp(200px, 32vw, 320px);
    flex: 0 0 auto;
}

.mc-service-media::before {
    content: "";
    position: absolute;
    inset: -14px;
    border-radius: 50%;
    border: 6px solid rgba(4, 78, 129, 0.18);
}

.mc-service-media::after {
    content: "";
    position: absolute;
    inset: -22px;
    border-radius: 50%;
    border: 8px solid transparent;
    border-top-color: var(--mc-green);
    border-right-color: var(--mc-blue);
    opacity: 0.9;
}

.mc-service-media img,
.mc-service-media-fallback {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: var(--mc-card-shadow);
    background: linear-gradient(135deg, rgba(4, 78, 129, 0.15), rgba(120, 179, 57, 0.2));
}

.mc-service-content {
    flex: 1;
    position: relative;
    z-index: 1;
}

.mc-service-kicker {
    display: inline-block;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    color: var(--mc-blue);
    margin-bottom: 8px;
}

.mc-service-text p:last-child {
    margin-bottom: 0;
}

.mc-service-list {
    list-style: none;
    padding-left: 0;
    margin-top: 18px;
    display: grid;
    gap: 10px;
}

.mc-service-list li {
    position: relative;
    padding-left: 26px;
    color: var(--mc-slate);
}

.mc-service-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.45em;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--mc-green);
    box-shadow: 0 0 0 4px rgba(120, 179, 57, 0.2);
}

.mc-service-actions {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    position: relative;
    z-index: 2;
}

.mc-service-actions .mc-btn {
    display: inline-flex;
    visibility: visible;
    opacity: 1;
}

.mc-service-cta {
    padding: 12px 30px;
    font-weight: 600;
    letter-spacing: 0.01em;
}

/* Page Templates */
.mc-page-hero {
    background: linear-gradient(145deg, #edf7e2 0%, #f6fbf0 60%, #fff 100%);
    padding: 120px 0 70px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(120,193,67,0.15);
}

.mc-page-hero .mc-hero-bubbles {
    z-index: 1;
}

.mc-page-hero .container {
    position: relative;
    z-index: 2;
}

.mc-page-hero::before {
    content: "";
    position: absolute;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(120, 179, 57, 0.16), transparent 70%);
    top: -100px;
    right: -80px;
}

/* Legal Pages */
.mc-page-hero--legal {
    background: linear-gradient(180deg, #f7fbff 0%, #eef5fb 100%);
}

.mc-page-hero--legal .mc-page-hero-grid {
    grid-template-columns: minmax(0, 1fr);
}

.mc-legal-meta {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 12px;
    margin-top: 18px;
}

.mc-legal-meta-item {
    background: var(--mc-surface);
    border-radius: 16px;
    border: 1px solid var(--mc-border);
    padding: 12px 14px;
    box-shadow: 0 12px 24px rgba(4, 78, 129, 0.08);
}

.mc-legal-meta-item span {
    display: block;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--mc-slate);
}

.mc-legal-meta-item strong {
    display: block;
    font-size: 1rem;
    color: var(--mc-blue);
    margin-top: 4px;
}

.mc-legal-section {
    background: #fff;
}

.mc-legal-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.36fr);
    gap: 32px;
    align-items: start;
}

.mc-legal-aside {
    position: sticky;
    top: calc(var(--mc-header-height) + 24px);
    align-self: start;
    display: grid;
    gap: 18px;
}

.mc-legal-card {
    background: var(--mc-surface);
    border-radius: var(--mc-card-radius);
    border: 1px solid var(--mc-border);
    padding: 36px 40px;
    box-shadow: var(--mc-card-shadow);
}

.mc-legal-article,
.mc-legal-content h2,
.mc-legal-content h3 {
    scroll-margin-top: calc(var(--mc-header-height) + 20px);
}

.mc-legal-content h2 {
    color: var(--mc-blue);
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.mc-legal-content h2:not(:first-of-type) {
    margin-top: 28px;
    padding-top: 28px;
    border-top: 1px dashed rgba(4, 78, 129, 0.2);
}

.mc-legal-content h3 {
    color: var(--mc-blue);
    font-size: 1.1rem;
    margin-top: 18px;
    margin-bottom: 8px;
}

.mc-legal-content ul {
    list-style: none;
    padding-left: 0;
    display: grid;
    gap: 10px;
    margin-top: 12px;
}

.mc-legal-content ul li {
    position: relative;
    padding-left: 24px;
    color: var(--mc-slate);
}

.mc-legal-content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.45em;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--mc-green);
    box-shadow: 0 0 0 4px rgba(120, 179, 57, 0.18);
}

.mc-legal-article + .mc-legal-article {
    margin-top: 28px;
    padding-top: 28px;
    border-top: 1px dashed rgba(4, 78, 129, 0.2);
}

.mc-legal-article h2 {
    color: var(--mc-blue);
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.mc-legal-list {
    list-style: none;
    padding-left: 0;
    display: grid;
    gap: 10px;
    margin-top: 14px;
}

.mc-legal-list li {
    position: relative;
    padding-left: 24px;
    color: var(--mc-slate);
}

.mc-legal-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.45em;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--mc-green);
    box-shadow: 0 0 0 4px rgba(120, 179, 57, 0.18);
}

.mc-legal-toc {
    background: var(--mc-surface-alt);
    border: 1px solid var(--mc-border);
    border-radius: 20px;
    padding: 20px 22px;
    box-shadow: var(--mc-card-shadow);
}

.mc-legal-toc h3 {
    margin-top: 0;
    margin-bottom: 12px;
    color: var(--mc-blue);
}

.mc-legal-toc ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: grid;
    gap: 10px;
}

.mc-legal-toc a {
    text-decoration: none;
    color: var(--mc-blue);
    font-weight: 600;
    font-size: 0.95rem;
}

.mc-legal-toc a:hover {
    color: var(--mc-green);
}

.mc-legal-note {
    background: var(--mc-surface-alt);
    border-radius: 20px;
    border: 1px solid var(--mc-border);
    padding: 20px 22px;
    box-shadow: var(--mc-card-shadow);
}

.mc-legal-note h3 {
    margin-top: 0;
    margin-bottom: 10px;
    color: var(--mc-blue);
}

/* Asociatia Maria Antonia — about story section */
.ea-about-story {
    background: linear-gradient(180deg, var(--mc-surface-alt) 0%, #fff 100%);
}

.ea-about-text p {
    margin-bottom: 1.4em;
    color: var(--mc-slate);
    line-height: 1.75;
    font-size: 1.05rem;
}

.ea-about-text p:last-child {
    margin-bottom: 0;
}

.mc-eyebrow-rose { color: var(--mc-amber); }

.ea-about-story .mc-eyebrow { color: var(--mc-amber); }

.ea-story-card--highlight {
    background: var(--mc-gradient-soft);
    border-left: 3px solid var(--mc-amber);
}

.ea-quote { border-left-color: var(--mc-amber); }

.mc-quality-card h3:not([class*="mc-counter"]) {
    font-size: 2rem;
    font-weight: 800;
    color: var(--mc-blue);
    margin-bottom: 6px;
}

/* ============================================================
   MARIA ANTONIA — STILURI PROPRII (prefix ma-)
   ============================================================ */

/* Design mai cald: border-radius global mai mare */
.mc-card,
.ea-story-card,
.ea-fund-card,
.ea-support-card,
.ea-routine-card,
.mc-form230-card {
    border-radius: 32px !important;
}

/* ---- HERO ---- */
.ma-hero {
    min-height: 92vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 130px 0 100px;
    background: linear-gradient(140deg, #0c0e0b 0%, #141a11 40%, #1c2418 75%, #222d1d 100%);
    position: relative;
    overflow: hidden;
}

.ma-hero-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}
.ma-hero-bg::before {
    content: "";
    position: absolute;
    width: 700px;
    height: 700px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(120,193,67,0.18) 0%, transparent 65%);
    top: -200px;
    right: -150px;
}
.ma-hero-bg::after {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(232,146,10,0.12) 0%, transparent 65%);
    bottom: -100px;
    left: -80px;
}

.ma-hero-container {
    position: relative;
    z-index: 1;
    flex: 1;
    display: flex;
    align-items: center;
}

.ma-hero-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
    width: 100%;
}

.ma-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.9);
    border: 1px solid rgba(255,255,255,0.18);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 999px;
    margin-bottom: 24px;
}

.ma-hero-title {
    font-size: clamp(2.4rem, 4.5vw, 4rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.12;
    margin-bottom: 24px;
    letter-spacing: -0.025em;
}

.ma-hero-title em {
    font-style: normal;
    color: var(--mc-green);
}

.ma-hero-lead {
    font-size: 1.15rem;
    color: rgba(255,255,255,0.75);
    line-height: 1.75;
    margin-bottom: 36px;
    max-width: 500px;
}

.ma-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
}

/* Butoane pe fundal închis */
.mc-btn-light {
    background: #fff;
    color: var(--mc-blue);
    border-color: #fff;
    font-weight: 700;
}
.mc-btn-light:hover {
    background: var(--mc-green);
    color: #fff;
    border-color: var(--mc-green);
}
.mc-btn-outline-light {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255,255,255,0.5);
    font-weight: 700;
}
.mc-btn-outline-light:hover {
    background: rgba(255,255,255,0.12);
    border-color: #fff;
}

.ma-hero-visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ma-hero-photo-frame {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 40px 90px rgba(0,0,0,0.55), 0 0 0 1px rgba(255,255,255,0.08);
    width: 100%;
    max-width: 500px;
    aspect-ratio: 4 / 5;
    background: rgba(255,255,255,0.05);
}

.ma-hero-photo-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

.ma-hero-badge {
    position: absolute;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 18px;
    padding: 12px 16px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.3);
    font-size: 0.82rem;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    z-index: 2;
}

.ma-hero-badge strong { color: #fff; display: block; }
.ma-hero-badge small  { color: rgba(255,255,255,0.7); font-size: 0.74rem; font-weight: 500; display: block; }

.ma-hero-badge-icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: rgba(255,255,255,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.ma-hero-badge-1 { bottom: 32px; left: -24px; }
.ma-hero-badge-2 { top: 32px; right: -24px; }

.ma-hero-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 0;
    z-index: 2;
}
.ma-hero-wave svg {
    display: block;
    width: 100%;
    height: 80px;
}

/* ---- SECȚIUNEA COPIII ---- */
.ma-children {
    background: #fff;
}

.ma-children-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}

.ma-child-card {
    background: var(--mc-surface-alt);
    border-radius: 32px;
    padding: 32px 28px;
    border: 1px solid var(--mc-border);
    box-shadow: var(--mc-card-shadow);
    position: relative;
    overflow: hidden;
}

.ma-child-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-radius: 32px 32px 0 0;
}

.ma-child-card--antonia::before { background: var(--mc-amber); }
.ma-child-card--david::before   { background: var(--mc-green); }

.ma-child-photo {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 18px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.ma-child-name {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--mc-blue);
    margin-bottom: 6px;
}

.ma-child-tag {
    display: inline-block;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 999px;
    margin-bottom: 14px;
}

.ma-child-card--antonia .ma-child-tag {
    background: rgba(232, 146, 10, 0.1);
    color: var(--mc-amber);
}

.ma-child-card--david .ma-child-tag {
    background: rgba(46, 139, 87, 0.1);
    color: var(--mc-green);
}

.ma-child-text {
    color: var(--mc-slate);
    font-size: 0.97rem;
    line-height: 1.7;
}

/* ---- SECȚIUNEA DIAGNOSTIC ---- */
.ma-diagnosis {
    background: linear-gradient(160deg, #f5fcf7 0%, #fdf0f5 100%);
    position: relative;
    overflow: hidden;
}

.ma-diagnosis::before {
    content: "SUCLG1";
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%) rotate(-15deg);
    font-size: 9rem;
    font-weight: 900;
    color: rgba(46, 139, 87, 0.04);
    letter-spacing: -0.04em;
    pointer-events: none;
    user-select: none;
}

.ma-diagnosis-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.ma-diagnosis-content .mc-eyebrow {
    color: var(--mc-amber);
}

.ma-diagnosis-facts {
    display: grid;
    gap: 16px;
    margin-top: 28px;
}

.ma-fact-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: #fff;
    border-radius: 20px;
    padding: 16px 18px;
    box-shadow: 0 8px 24px rgba(26, 58, 46, 0.08);
}

.ma-fact-icon {
    font-size: 1.4rem;
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(46, 139, 87, 0.1);
}

.ma-fact-text strong {
    display: block;
    font-size: 0.85rem;
    color: var(--mc-blue);
    margin-bottom: 2px;
}

.ma-fact-text span {
    font-size: 0.82rem;
    color: var(--mc-slate);
    line-height: 1.5;
}

.ma-diagnosis-visual {
    background: #fff;
    border-radius: 32px;
    padding: 36px;
    box-shadow: var(--mc-card-shadow);
    border: 1px solid var(--mc-border);
    text-align: center;
}

.ma-diagnosis-stat {
    margin-bottom: 24px;
}

.ma-diagnosis-stat:last-child { margin-bottom: 0; }

.ma-diagnosis-stat-value {
    font-size: 2.8rem;
    font-weight: 900;
    color: var(--mc-green);
    line-height: 1;
    margin-bottom: 6px;
}

.ma-diagnosis-stat-label {
    font-size: 0.88rem;
    color: var(--mc-slate);
    font-weight: 600;
}

.ma-diagnosis-divider {
    height: 1px;
    background: var(--mc-border);
    margin: 20px 0;
}

/* ---- SECȚIUNEA MONTREAL ---- */
.ma-montreal {
    background: var(--mc-blue);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.ma-montreal::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("images/bk1-1200.jpg") center/cover no-repeat;
    opacity: 0.06;
}

.ma-montreal-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.ma-montreal .mc-eyebrow {
    background: rgba(232, 146, 10, 0.2);
    color: #f5a8c4;
    padding: 5px 14px;
    border-radius: 999px;
    font-size: 0.74rem;
}

.ma-montreal-title {
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    margin: 16px 0 10px;
}

.ma-montreal-subtitle-home {
    color: rgba(255,255,255,0.7);
    font-style: italic;
    font-size: 1rem;
    margin-bottom: 18px;
}

.ma-montreal-text {
    color: rgba(255,255,255,0.78);
    line-height: 1.75;
    font-size: 1rem;
    margin-bottom: 28px;
}

/* ---- Capitol Montreal — pagina Despre noi ---- */
.ma-montreal-chapter { background: #fff; }

.ma-montreal-subtitle {
    font-size: 1.15rem;
    font-style: italic;
    color: var(--mc-green);
    font-weight: 600;
    margin: -8px 0 32px;
}

.ma-montreal-body {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 36px;
}

.ma-montreal-body p {
    color: var(--mc-muted, #555);
    line-height: 1.8;
    font-size: 1.02rem;
    margin: 0;
}

.ma-montreal-highlight {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    background: var(--mc-light);
    border-left: 4px solid var(--mc-green);
    border-radius: 0 16px 16px 0;
    padding: 20px 24px;
}

.ma-montreal-highlight-icon { font-size: 1.6rem; flex-shrink: 0; line-height: 1.6; }
.ma-montreal-highlight p { margin: 0; color: var(--mc-ink); }
.ma-montreal-highlight strong { color: var(--mc-green); }

.ma-montreal-thanks {
    font-style: italic;
    color: var(--mc-muted, #666) !important;
    font-size: 0.97rem !important;
    border-top: 1px solid var(--mc-border);
    padding-top: 20px;
}

.ma-montreal-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 8px;
}

.ma-montreal-photo {
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 40px 80px rgba(0,0,0,0.35);
    aspect-ratio: 4 / 3;
}

.ma-montreal-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ma-montreal .mc-btn-primary {
    background: var(--mc-amber);
    box-shadow: 0 12px 28px rgba(232, 146, 10, 0.35);
    border-color: var(--mc-amber);
}

.ma-montreal .mc-btn-primary:hover {
    background: #c04070;
    box-shadow: 0 16px 32px rgba(232, 146, 10, 0.45);
}

.ma-montreal .mc-btn-outline {
    border-color: rgba(255,255,255,0.35);
    color: #fff;
}

.ma-montreal .mc-btn-outline:hover {
    background: rgba(255,255,255,0.12);
    color: #fff;
}

/* ---- TIMELINE ---- */
.ma-timeline {
    background: #fff;
    position: relative;
    padding: 0;
}

/* Header-ul pe verde, conținutul pe alb */
.ma-timeline-header {
    background: var(--mc-gradient);
    padding: 80px 0 100px;
    text-align: center;
    position: relative;
}

.ma-timeline-header::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 60px;
    background: #fff;
    clip-path: ellipse(55% 100% at 50% 100%);
}

.ma-timeline-header .mc-eyebrow {
    background: rgba(255,255,255,0.15);
    color: #fff;
    border-color: rgba(255,255,255,0.2);
}

.ma-timeline-header .mc-section-title { color: #fff; }
.ma-timeline-header .mc-section-subtitle { color: rgba(255,255,255,0.8); }

.ma-timeline-body {
    background: #fff;
    padding: 60px 0 80px;
}

.ma-timeline-track {
    position: relative;
    display: grid;
    gap: 0;
    max-width: 860px;
    margin: 0 auto;
}

.ma-timeline-track::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, var(--mc-green) 0%, var(--mc-amber) 100%);
    transform: translateX(-50%);
}

.ma-timeline-item {
    display: grid;
    grid-template-columns: 1fr 56px 1fr;
    align-items: start;
    gap: 0;
    position: relative;
    padding: 0 0 40px;
}

.ma-timeline-item:last-child { padding-bottom: 0; }

.ma-timeline-card {
    background: #fff;
    border: 1px solid var(--mc-border);
    border-radius: 24px;
    padding: 22px 24px;
    box-shadow: 0 8px 28px rgba(26,58,46,0.09);
    position: relative;
}

.ma-timeline-item:nth-child(odd) .ma-timeline-card {
    grid-column: 1;
    margin-right: 16px;
    text-align: right;
}

.ma-timeline-item:nth-child(even) .ma-timeline-card {
    grid-column: 3;
    margin-left: 16px;
}

.ma-timeline-item:nth-child(odd) .ma-timeline-dot { grid-column: 2; }
.ma-timeline-item:nth-child(even) .ma-timeline-dot { grid-column: 2; }
.ma-timeline-item:nth-child(even) .ma-timeline-card { grid-row: 1; }

.ma-timeline-dot {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 18px;
    z-index: 1;
}

.ma-timeline-dot-circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid var(--mc-green);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    box-shadow: 0 4px 14px rgba(46,139,87,0.2);
    flex-shrink: 0;
}

.ma-timeline-item:nth-child(even) .ma-timeline-dot-circle {
    border-color: var(--mc-amber);
    box-shadow: 0 4px 14px rgba(232,146,10,0.2);
}

.ma-timeline-year {
    font-size: 0.72rem;
    font-weight: 800;
    color: var(--mc-green);
    letter-spacing: 0.08em;
    margin-top: 6px;
    white-space: nowrap;
}

.ma-timeline-item:nth-child(even) .ma-timeline-year { color: var(--mc-amber); }

.ma-timeline-card-label {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--mc-green);
    margin-bottom: 6px;
}

.ma-timeline-item:nth-child(even) .ma-timeline-card-label { color: var(--mc-amber); }

.ma-timeline-card h3 {
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--mc-blue);
    margin-bottom: 8px;
}

.ma-timeline-card p {
    font-size: 0.9rem;
    color: var(--mc-slate);
    line-height: 1.65;
    margin: 0;
}

/* ---- GALERIE FOTO ---- */
.ma-gallery {
    background: var(--mc-blue);
    position: relative;
    overflow: hidden;
}

.ma-gallery::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 20% 50%, rgba(46,139,87,0.15) 0%, transparent 60%),
                radial-gradient(ellipse at 80% 50%, rgba(232,146,10,0.1) 0%, transparent 60%);
}

.ma-gallery .mc-section-head { position: relative; z-index: 1; }
.ma-gallery .mc-section-title { color: #fff; }
.ma-gallery .mc-section-subtitle { color: rgba(255,255,255,0.7); }
.ma-gallery .mc-eyebrow { color: rgba(232,146,10,0.9); background: rgba(232,146,10,0.15); padding: 5px 14px; border-radius: 999px; }

.ma-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 200px;
    gap: 12px;
    position: relative;
    z-index: 1;
}

.ma-gallery-item {
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.ma-gallery-item:nth-child(3n+1) { grid-row: span 2; }
.ma-gallery-item:nth-child(5n+3) { grid-column: span 2; }

.ma-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.ma-gallery-item:hover img { transform: scale(1.05); }

.ma-gallery-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(26,58,46,0.3) 0%, transparent 60%);
    opacity: 0;
    transition: opacity 0.3s;
}

.ma-gallery-item:hover::after { opacity: 1; }

.ma-gallery-cta {
    text-align: center;
    margin-top: 32px;
    position: relative;
    z-index: 1;
}

/* ---- RESPONSIVE ---- */
@media (max-width: 991px) {
    .ma-hero { min-height: auto; padding: 110px 0 80px; }

    .ma-hero-inner,
    .ma-children-grid,
    .ma-diagnosis-grid,
    .ma-montreal-inner {
        grid-template-columns: 1fr;
    }

    .ma-hero-photo-frame {
        aspect-ratio: 3 / 2;
        max-width: 100%;
    }

    .ma-hero-badge-1 { left: 0; bottom: 16px; }
    .ma-hero-badge-2 { right: 0; top: 16px; }

    .ma-diagnosis::before { font-size: 5rem; }

    .ma-timeline-track::before { left: 24px; }

    .ma-timeline-item {
        grid-template-columns: 56px 1fr;
        padding-bottom: 32px;
    }

    .ma-timeline-item:nth-child(odd) .ma-timeline-card,
    .ma-timeline-item:nth-child(even) .ma-timeline-card {
        grid-column: 2;
        grid-row: 1;
        margin: 0 0 0 12px;
        text-align: left;
    }

    .ma-timeline-item:nth-child(odd) .ma-timeline-dot,
    .ma-timeline-item:nth-child(even) .ma-timeline-dot {
        grid-column: 1;
        grid-row: 1;
    }

    .ma-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 160px;
    }
}

@media (max-width: 575px) {
    .ma-hero { padding: 90px 0 60px; }
    .ma-hero-title { font-size: 2rem; }
    .ma-hero-badge-1, .ma-hero-badge-2 { display: none; }
    .ma-diagnosis-visual { padding: 24px; }
    .ma-gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 130px; }
    .ma-gallery-item:nth-child(5n+3) { grid-column: span 1; }
}

.mc-legal-contact-btn {
    margin-top: 12px;
    width: 100%;
}

.mc-page-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 40px;
    align-items: center;
}

.mc-page-hero--contact .mc-page-hero-grid {
    grid-template-columns: minmax(0, 1fr);
}

.mc-page-hero--contact {
    background-size: cover;
    background-position: center 80%;
    background-repeat: no-repeat;
    background-color: #f3f8fc;
    min-height: 55vh;
    display: flex;
    align-items: center;
}

.mc-page-hero--contact .mc-page-hero-grid > div {
    background: rgba(255, 255, 255, 0.82);
    border-radius: 24px;
    padding: 28px 32px;
    border: 1px solid rgba(4, 78, 129, 0.12);
    box-shadow: var(--mc-card-shadow);
    max-width: 560px;
    backdrop-filter: blur(6px);
}

.mc-page-title {
    font-size: clamp(2.4rem, 4.2vw, 3.4rem);
    margin: 12px 0 16px;
    color: var(--mc-blue);
}

.mc-page-lead {
    color: var(--mc-slate);
    font-size: 1.05rem;
    max-width: 560px;
}

.mc-page-intro {
    margin-top: 16px;
    color: var(--mc-slate);
}

.mc-page-intro p:last-child {
    margin-bottom: 0;
}

.mc-page-hero-media {
    display: flex;
    justify-content: center;
}

.mc-page-media {
    width: 100%;
    max-width: 520px;
    border-radius: 26px;
    overflow: hidden;
    border: 1px solid var(--mc-border);
    box-shadow: var(--mc-card-shadow);
    background: var(--mc-surface);
}

.mc-page-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mc-page-hero--services {
    background-size: cover;
    background-position: center;
}

.mc-page-hero--services .mc-page-hero-grid {
    align-items: stretch;
}

.mc-page-hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mc-page-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.mc-page-hero-tags {
    display: none;
}

.mc-page-hero-tag {
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(4, 78, 129, 0.08);
    border: 1px solid rgba(4, 78, 129, 0.16);
    color: var(--mc-blue);
    font-weight: 600;
    font-size: 0.9rem;
}

.mc-page-media--services {
    transform: rotate(-1.5deg);
}

.mc-page-media--services img {
    transform: scale(1.02);
}

.mc-page-hero--before-after {
    background-size: cover;
    background-position: center;
}

.mc-page-media--before-after {
    transform: rotate(1.2deg);
}

.mc-form230 {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("images/bk2-1200.jpg");
    background-image: -webkit-image-set(url("images/bk2-1200.jpg") 1x, url("images/bk2-1200.jpg") 2x);
    background-image: image-set(url("images/bk2-1200.jpg") 1x, url("images/bk2-1200.jpg") 2x);
    position: relative;
}

.mc-form230::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(247, 241, 232, 0.78);
    z-index: 0;
    pointer-events: none;
}

.mc-form230--home::before {
    background: linear-gradient(135deg, rgba(31, 60, 74, 0.82) 0%, rgba(47, 143, 91, 0.84) 55%, rgba(102, 177, 69, 0.8) 100%);
}

.mc-form230--home .mc-section-title,
.mc-form230--home .mc-section-subtitle {
    color: #fff;
}

.mc-form230--home .mc-section-subtitle {
    color: rgba(255, 255, 255, 0.86);
}

.mc-form230--home .mc-eyebrow-dark {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.mc-form230::after {
    content: none;
    pointer-events: none;
}

.mc-form230 .container {
    position: relative;
    z-index: 1;
}

.mc-form230-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
    margin-top: 28px;
    position: relative;
    z-index: 1;
}

.mc-form230-card {
    background: var(--mc-surface);
    border: 1px solid rgba(47, 143, 91, 0.18);
    border-left: 4px solid var(--mc-green);
    border-radius: 24px;
    padding: 24px;
    box-shadow: var(--mc-card-shadow);
}

.mc-form230-card h3 {
    margin-bottom: 8px;
    color: var(--mc-blue);
}

.mc-form230-card--primary {
    background: linear-gradient(135deg, rgba(47, 143, 91, 0.16), rgba(247, 241, 232, 0.92));
    border: 1px solid rgba(47, 143, 91, 0.35);
    border-left: 6px solid var(--mc-green);
    color: var(--mc-ink);
    box-shadow: var(--mc-card-shadow-strong);
}

.mc-form230-card--primary h3 {
    color: var(--mc-blue);
}

.mc-form230-card--primary p {
    color: var(--mc-slate);
}

.mc-form230-card--primary .mc-btn {
    border-color: transparent;
}

.mc-form230-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 16px;
}

.mc-form230-actions .mc-btn {
    padding: 12px 28px;
    font-weight: 700;
    letter-spacing: 0.01em;
    box-shadow: 0 14px 26px rgba(31, 60, 74, 0.12);
}

.mc-form230-actions .mc-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 32px rgba(31, 60, 74, 0.18);
}

.mc-form230 .mc-btn-outline {
    background: #fff;
    border-color: rgba(47, 143, 91, 0.35);
}

.mc-form230 .mc-btn-outline:hover {
    background: rgba(47, 143, 91, 0.12);
    border-color: rgba(47, 143, 91, 0.55);
}

.mc-form230-card--primary .mc-btn-light {
    background: linear-gradient(135deg, #ffffff 0%, #f2fbf6 100%);
    border: 1px solid rgba(47, 143, 91, 0.35);
    color: var(--mc-blue);
}

.mc-form230-card--primary .mc-btn-light:hover {
    background: var(--mc-gradient);
    color: #fff;
}

.mc-donations {
    background: linear-gradient(180deg, rgba(47, 143, 91, 0.12) 0%, rgba(247, 241, 232, 0.92) 60%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.mc-donations::before {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, rgba(47, 143, 91, 0.2), transparent 70%);
    top: -140px;
    right: -120px;
    pointer-events: none;
}

.mc-donations::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle at 40% 40%, rgba(47, 143, 91, 0.16), transparent 70%);
    bottom: -140px;
    left: -100px;
    pointer-events: none;
}

.mc-donations .container {
    position: relative;
    z-index: 1;
}

.mc-donations-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 22px;
    margin-top: 28px;
}

.mc-donation-card {
    background: var(--mc-surface);
    border: 1px solid rgba(47, 143, 91, 0.18);
    border-radius: 24px;
    padding: 24px;
    box-shadow: var(--mc-card-shadow);
}

.mc-donation-card--primary {
    background: linear-gradient(135deg, rgba(47, 143, 91, 0.18), rgba(255, 255, 255, 0.94));
    border: 1px solid rgba(47, 143, 91, 0.35);
    border-left: 6px solid var(--mc-green);
    box-shadow: var(--mc-card-shadow-strong);
}

.mc-donation-card h3 {
    margin-bottom: 12px;
    color: var(--mc-blue);
}

.mc-donation-item {
    display: grid;
    gap: 6px;
    margin-bottom: 16px;
}

.mc-donation-item span {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--mc-slate);
}

.mc-donation-item strong {
    font-size: 1.05rem;
    color: var(--mc-blue);
    word-break: break-all;
}

.mc-donation-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.mc-form230-extra {
    margin-top: 28px;
    background: var(--mc-surface);
    border: 1px solid var(--mc-border);
    border-radius: 22px;
    padding: 20px 24px;
    box-shadow: var(--mc-card-shadow);
    position: relative;
    z-index: 1;
}

.mc-before-after {
    background: linear-gradient(180deg, #f7fbff 0%, #edf5fb 100%);
}

.mc-before-after .container {
    background: var(--mc-surface);
    border-radius: var(--mc-card-radius);
    box-shadow: var(--mc-card-shadow);
    padding: 52px 48px;
    position: relative;
    z-index: 1;
}

.mc-before-after-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
}

.mc-before-after-card {
    background: var(--mc-surface);
    border: 1px solid var(--mc-border);
    border-radius: 28px;
    padding: 26px;
    box-shadow: var(--mc-card-shadow);
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.mc-before-after-title {
    font-size: 1.2rem;
    margin-bottom: 6px;
    color: var(--mc-blue);
}

.mc-before-after-desc {
    color: var(--mc-slate);
    margin-bottom: 0;
}

.mc-before-after-split {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.mc-before-after-carousel {
    position: relative;
    margin-top: 32px;
}

.mc-before-after-slides {
    position: relative;
}

.mc-before-after-slide {
    display: none;
}

.mc-before-after-slide.is-active {
    display: block;
}

.mc-before-after-pagination {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 16px;
    font-weight: 600;
    color: var(--mc-slate);
}

.mc-before-after-arrow {
    top: 50%;
}

.mc-before-after-prev {
    left: 18px;
}

.mc-before-after-next {
    right: 18px;
}

.mc-before-after-carousel.is-static .mc-before-after-arrow,
.mc-before-after-carousel.is-static .mc-before-after-pagination {
    display: none;
}

.mc-before-after-pane {
    position: relative;
    margin: 0;
    border-radius: 22px;
    overflow: hidden;
    background: #f3f6f9;
    border: 1px solid rgba(4, 78, 129, 0.12);
    box-shadow: var(--mc-card-shadow);
    min-height: clamp(240px, 36vw, 420px);
}

.mc-before-after-pane img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mc-before-after-slider {
    position: relative;
    width: 100%;
    height: clamp(320px, 45vw, 520px);
    border-radius: 26px;
    overflow: hidden;
    background: #f3f6f9;
    border: 1px solid rgba(4, 78, 129, 0.12);
    box-shadow: var(--mc-card-shadow);
    --split: 50%;
    --tilt: 60px;
    --tilt-half: calc(var(--tilt) / 2);
    --line-angle: 8deg;
    cursor: ew-resize;
    touch-action: none;
}

.mc-before-after-panel {
    position: absolute;
    inset: 0;
}

.mc-before-after-panel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mc-before-after-panel.mc-after {
    clip-path: polygon(calc(var(--split) - var(--tilt-half)) 0, 100% 0, 100% 100%, calc(var(--split) + var(--tilt-half)) 100%);
}

.mc-before-after-handle {
    position: absolute;
    top: 0;
    left: var(--split);
    height: 100%;
    width: 0;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    pointer-events: none;
}

.mc-before-after-handle::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 140%;
    background: rgba(4, 78, 129, 0.75);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.65);
    top: 50%;
    transform: translateY(-50%) rotate(var(--line-angle));
    z-index: 0;
}

.mc-before-after-logo {
    width: clamp(110px, 16vw, 160px);
    height: clamp(44px, 7vw, 70px);
    border-radius: 999px;
    background: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(4, 78, 129, 0.2);
    box-shadow: 0 16px 28px rgba(4, 78, 129, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    position: relative;
    z-index: 1;
    flex: 0 0 auto;
}

.mc-before-after-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.mc-before-after-tag {
    position: absolute;
    top: 16px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(4, 78, 129, 0.82);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    z-index: 2;
}

.mc-before-after-tag--before {
    left: 16px;
}

.mc-before-after-tag--after {
    right: 16px;
    background: rgba(120, 179, 57, 0.88);
}

.mc-before-after-range {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin: 0;
    cursor: ew-resize;
    z-index: 4;
    pointer-events: none;
}

.mc-about-story {
    background: #fff;
}

.mc-about-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 32px;
    align-items: start;
}

.mc-about-card {
    background: var(--mc-surface);
    border-radius: 24px;
    padding: 36px;
    border: 1px solid var(--mc-border);
    box-shadow: var(--mc-card-shadow);
    position: relative;
    overflow: hidden;
}

.mc-about-card::before {
    content: '';
    position: absolute;
    top: -140px;
    right: -160px;
    width: 320px;
    height: 320px;
    background: var(--mc-gradient-soft);
    border-radius: 50%;
    opacity: 0.9;
}

.mc-about-card > * {
    position: relative;
    z-index: 1;
}

.mc-about-metrics {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 14px;
    margin: 18px 0 24px;
}

.mc-about-metric {
    background: var(--mc-surface-alt);
    border-radius: 16px;
    padding: 14px 16px;
    border: 1px solid rgba(4, 78, 129, 0.12);
    box-shadow: 0 10px 24px rgba(4, 78, 129, 0.08);
    text-align: center;
}

.mc-about-metric-value {
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--mc-blue);
}

.mc-about-metric-label {
    display: block;
    font-size: 0.85rem;
    color: var(--mc-slate);
}

.mc-about-emphasis {
    margin-top: 22px;
    padding: 16px 18px;
    border-radius: 16px;
    background: var(--mc-gradient-soft);
    border: 1px solid rgba(4, 78, 129, 0.12);
    color: var(--mc-blue);
    font-weight: 600;
}

.mc-about-content p:last-child {
    margin-bottom: 0;
}

.mc-about-highlights {
    display: grid;
    gap: 18px;
}

.mc-about-highlight {
    background: var(--mc-surface-alt);
    border-radius: 20px;
    padding: 22px 24px;
    border: 1px solid rgba(4, 78, 129, 0.12);
    box-shadow: 0 14px 30px rgba(4, 78, 129, 0.08);
}

.mc-about-highlight h3 {
    margin-bottom: 6px;
    font-size: 1.1rem;
}

.mc-about-highlight p {
    margin: 0;
    color: var(--mc-slate);
}

.mc-contact-section {
    background: linear-gradient(180deg, #f4f9fd 0%, #ffffff 100%);
}

.mc-contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 32px;
    align-items: start;
}

.mc-contact-info {
    display: grid;
    gap: 18px;
}

.mc-contact-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin-top: 14px;
}

.mc-contact-label {
    min-width: 90px;
    font-weight: 600;
    color: var(--mc-blue);
}

.mc-social-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 12px;
}

.mc-btn-whatsapp {
    background: #1ba855;
    border-color: #1ba855;
    color: #fff;
}

.mc-btn-whatsapp:hover {
    background: #17964c;
    color: #fff;
}

.mc-btn-facebook {
    background: #1c5fa8;
    border-color: #1c5fa8;
    color: #fff;
}

.mc-btn-facebook:hover {
    background: #174f8c;
    color: #fff;
}

.mc-btn-instagram {
    background: linear-gradient(135deg, #f58529 0%, #dd2a7b 45%, #8134af 100%);
    border-color: transparent;
    color: #fff;
}

.mc-btn-instagram:hover {
    background: linear-gradient(135deg, #e57726 0%, #c81f70 45%, #6f2b99 100%);
    color: #fff;
}

.mc-whatsapp-float {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 14px 30px rgba(6, 52, 20, 0.28);
    z-index: 9999;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mc-whatsapp-float:hover {
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 18px 34px rgba(6, 52, 20, 0.32);
    color: #fff;
}

.mc-fab-230,
.mc-fab-20 {
    position: fixed;
    right: 24px;
    padding: 12px 18px;
    border-radius: 999px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 14px 30px rgba(31, 60, 74, 0.22);
    z-index: 9998;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.mc-fab-20 {
    bottom: 96px;
    background: var(--mc-blue);
}

.mc-fab-230 {
    bottom: 168px;
    background: var(--mc-green);
}

.mc-fab-230:hover,
.mc-fab-20:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(31, 60, 74, 0.28);
    color: #fff;
}

.mc-fab-230:focus-visible,
.mc-fab-20:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 3px;
}

.mc-whatsapp-icon {
    width: 28px;
    height: 28px;
    display: inline-flex;
}

.mc-whatsapp-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.mc-whatsapp-float:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 3px;
}

.mc-contact-photo {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: var(--mc-card-shadow);
    border: 1px solid var(--mc-border);
}

.mc-contact-photo img {
    width: 100%;
    height: clamp(220px, 32vw, 340px);
    object-fit: cover;
    display: block;
}

.mc-contact-photo-label {
    position: absolute;
    left: 16px;
    bottom: 16px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--mc-blue);
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 600;
    border: 1px solid var(--mc-border);
}

.mc-contact-form-panel {
    position: relative;
}

.mc-contact-gallery {
    background: linear-gradient(180deg, #f7fbff 0%, #eef5fb 100%);
}

.mc-contact-gallery .container {
    background: var(--mc-surface);
    border-radius: var(--mc-card-radius);
    box-shadow: var(--mc-card-shadow);
    padding: 52px 48px;
    position: relative;
    z-index: 1;
}

.mc-contact-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px;
    margin-top: 30px;
}

.mc-contact-gallery-item {
    margin: 0;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid var(--mc-border);
    box-shadow: var(--mc-card-shadow);
    background: #fff;
}

.mc-contact-gallery-item img {
    width: 100%;
    height: clamp(180px, 24vw, 260px);
    object-fit: cover;
    display: block;
}

.mc-contact-map .mc-map-embed {
    width: 100%;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid var(--mc-border);
    box-shadow: var(--mc-card-shadow);
    background: #f3f6f9;
    aspect-ratio: 16 / 10;
    min-height: 220px;
}

.mc-contact-map .mc-map-embed iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.mc-contact-page .mc-contact-section {
    background: linear-gradient(180deg, rgba(47, 143, 91, 0.12) 0%, rgba(247, 241, 232, 0.96) 55%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.mc-contact-page .mc-contact-section::before {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, rgba(47, 143, 91, 0.2), transparent 70%);
    top: -140px;
    right: -120px;
    pointer-events: none;
}

.mc-contact-page .mc-contact-section::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle at 40% 40%, rgba(47, 143, 91, 0.16), transparent 70%);
    bottom: -140px;
    left: -100px;
    pointer-events: none;
}

.mc-contact-page .mc-contact-grid {
    position: relative;
    z-index: 1;
    gap: 32px;
}

.mc-contact-page .mc-contact-card {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(47, 143, 91, 0.2);
    border-left: 4px solid var(--mc-green);
}

.mc-contact-page .mc-contact-card h3::after {
    content: "";
    display: block;
    width: 46px;
    height: 3px;
    border-radius: 999px;
    background: var(--mc-green);
    margin-top: 10px;
}

.mc-contact-page .mc-contact-card--light {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(247, 241, 232, 0.92));
    border: 1px solid rgba(47, 143, 91, 0.22);
}

.mc-contact-page .mc-contact-card--light::before {
    background-image:
        radial-gradient(circle at 20% 20%, rgba(47, 143, 91, 0.18), transparent 45%),
        radial-gradient(circle at 80% 40%, rgba(31, 60, 74, 0.12), transparent 55%);
}

.mc-contact-page .mc-contact-form input:focus,
.mc-contact-page .mc-contact-form textarea:focus,
.mc-contact-page .mc-contact-form select:focus {
    border-color: rgba(47, 143, 91, 0.5);
    box-shadow: 0 0 0 3px rgba(47, 143, 91, 0.14);
}


/* Service Single */
.mc-service-page .mc-service-hero {
    background: linear-gradient(180deg, #f7fbff 0%, #e9f3fb 100%);
    padding: 90px 0 60px;
    position: relative;
    overflow: hidden;
}

.mc-service-page .mc-service-hero::before {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(120, 179, 57, 0.18), transparent 70%);
    top: -120px;
    right: -120px;
}

.mc-service-page .mc-service-hero .container {
    background: var(--mc-surface);
    border-radius: 28px;
    box-shadow: var(--mc-card-shadow-strong);
    padding: 56px;
    border: 1px solid var(--mc-border);
    position: relative;
    z-index: 1;
}

.mc-service-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 56px;
    align-items: center;
}

.mc-service-hero-content {
    max-width: 680px;
}

.mc-service-page .mc-service-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(4, 78, 129, 0.08);
    color: var(--mc-blue);
    font-size: 0.75rem;
    letter-spacing: 0.18em;
}

.mc-service-title {
    margin: 18px 0 14px;
    color: var(--mc-blue);
    font-size: clamp(2.2rem, 4vw, 3rem);
}

.mc-service-hero-text p {
    font-size: 1.05rem;
    color: var(--mc-slate);
}

.mc-service-hero-text p:last-child {
    margin-bottom: 0;
}

.mc-service-hero-actions {
    margin-top: 26px;
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.mc-service-hero-media {
    display: flex;
    justify-content: center;
}

.mc-service-hero .mc-service-media--single {
    width: 100%;
    height: clamp(360px, 40vw, 560px);
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(4, 78, 129, 0.12), rgba(120, 179, 57, 0.18));
    box-shadow: var(--mc-card-shadow);
    overflow: hidden;
}

.mc-service-hero .mc-service-media--single::before,
.mc-service-hero .mc-service-media--single::after {
    display: none;
}

.mc-service-hero .mc-service-media--single img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mc-service-gallery {
    background: #fff;
    padding: 20px 0 90px;
}

.mc-service-gallery .container {
    background: var(--mc-surface);
    border-radius: 28px;
    box-shadow: var(--mc-card-shadow);
    padding: 44px 48px 54px;
    border: 1px solid var(--mc-border);
}













.mc-gallery-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}



















.mc-gallery-slider {
    position: relative;
    margin-top: 28px;
    border-radius: 26px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(4, 78, 129, 0.12), rgba(120, 179, 57, 0.1));
    min-height: 320px;
    height: clamp(320px, 54vh, 660px);
}

.mc-gallery-slides {
    position: relative;
    width: 100%;
    height: 100%;
}

.mc-gallery-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: scale(1.01);
    transition: opacity 0.6s ease, transform 0.6s ease;
    background: var(--mc-gradient-soft);
}

.mc-gallery-slide.is-active {
    opacity: 1;
    transform: scale(1);
    z-index: 1;
}

.mc-gallery-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mc-service-gallery .mc-gallery-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 18px;
    box-sizing: border-box;
}

.mc-service-gallery .mc-gallery-slide img {
    object-fit: contain;
}







.mc-gallery-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(4, 78, 129, 0.2);
    background: #fff;
    color: var(--mc-blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    z-index: 3;
    box-shadow: 0 12px 24px rgba(4, 78, 129, 0.15);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.mc-gallery-arrow:hover {
    transform: translateY(-50%) scale(1.05);
    box-shadow: 0 16px 30px rgba(4, 78, 129, 0.2);
    background: #f7fbff;
}

.mc-gallery-arrow:focus-visible {
    outline: 2px solid var(--mc-green);
    outline-offset: 2px;
}

.mc-gallery-prev {
    left: 18px;
}

.mc-gallery-next {
    right: 18px;
}

.mc-gallery-slider.is-static .mc-gallery-arrow {
    display: none;
}

.mc-service-contact {
    background: linear-gradient(180deg, #f4f9fd 0%, #ffffff 100%);
    padding: 40px 0 90px;
}

.mc-contact-card--light {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid var(--mc-border);
    border-radius: 28px;
    box-shadow: var(--mc-card-shadow);
    padding: 48px;
    position: relative;
    overflow: hidden;
}

.mc-contact-card--light::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("images/servicii.jpg");
    background-size: cover;
    background-position: center;
    opacity: 0.15;
    filter: blur(2px) saturate(0.9);
    z-index: 0;
}

.mc-contact-card--light > * {
    position: relative;
    z-index: 1;
}

.mc-contact-header h2 {
    margin-bottom: 10px;
}

.mc-service-form {
    display: grid;
    gap: 16px;
    margin-top: 24px;
}

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

.mc-service-form label {
    font-weight: 600;
    color: var(--mc-blue);
    display: inline-block;
    margin-bottom: 6px;
}

.mc-service-form input,
.mc-service-form textarea,
.mc-service-form select {
    width: 100%;
    border: 1px solid rgba(4, 78, 129, 0.15);
    border-radius: 12px;
    padding: 12px 14px;
    font-family: inherit;
    font-size: 0.95rem;
    background: #f6f9fc;
}

.mc-service-form input[type="file"] {
    padding: 10px 12px;
    border-style: dashed;
    background: #f8fbff;
    color: #0b355d;
}

.mc-service-form input[type="file"]::file-selector-button {
    margin-right: 12px;
    border: 0;
    padding: 8px 14px;
    border-radius: 10px;
    background: linear-gradient(135deg, #0f5f73, #1f7a6c);
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

.mc-service-form input[type="file"]::-webkit-file-upload-button {
    margin-right: 12px;
    border: 0;
    padding: 8px 14px;
    border-radius: 10px;
    background: linear-gradient(135deg, #0f5f73, #1f7a6c);
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

.mc-service-form input[type="file"]::file-selector-button:hover,
.mc-service-form input[type="file"]::-webkit-file-upload-button:hover {
    filter: brightness(1.05);
}

.mc-service-form .mc-form-help {
    display: block;
    margin-top: 6px;
    font-size: 0.85rem;
    color: rgba(4, 78, 129, 0.75);
}

.mc-service-form .mc-form-consent {
    margin-top: 12px;
    padding: 12px 14px;
    border-radius: 14px;
    border: 1px solid var(--mc-border);
    background: rgba(255, 255, 255, 0.72);
    font-size: 0.95rem;
    color: var(--mc-slate);
}

.mc-service-form .mc-form-consent label {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    line-height: 1.5;
}

.mc-service-form .mc-form-consent input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: var(--mc-green);
}

.mc-service-form .mc-form-consent-text {
    display: block;
}

.mc-service-form .mc-form-consent a {
    color: var(--mc-blue);
    font-weight: 600;
}

.mc-service-form .mc-form-consent a:hover {
    color: var(--mc-green);
}

.mc-service-form input:focus,
.mc-service-form textarea:focus,
.mc-service-form select:focus {
    outline: none;
    border-color: rgba(4, 78, 129, 0.4);
    box-shadow: 0 0 0 3px rgba(4, 78, 129, 0.12);
    background: #fff;
}

.mc-form-actions {
    margin-top: 8px;
}

.mc-contact-message {
    padding: 12px 16px;
    border-radius: 12px;
    margin-top: 16px;
    font-weight: 600;
}

.mc-contact-message--success {
    background: rgba(120, 179, 57, 0.15);
    color: #2f6a2c;
    border: 1px solid rgba(120, 179, 57, 0.35);
}

.mc-contact-message--error {
    background: rgba(4, 78, 129, 0.12);
    color: #0b355d;
    border: 1px solid rgba(4, 78, 129, 0.25);
}






.mc-client-card {
    text-align: center;
    display: grid;
    align-content: center;
    gap: 8px;
    padding: 4px 10px;
    min-width: 160px;
    flex: 0 0 auto;
}

.mc-client-logo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #fff;
    margin: 0 auto;
    display: grid;
    place-items: center;
    border: 1px solid rgba(4, 78, 129, 0.08);
    box-shadow: 0 14px 28px rgba(4, 78, 129, 0.08);
}

.mc-client-logo img {
    max-width: 70%;
    max-height: 70%;
    object-fit: contain;
}

.mc-client-logo-fallback {
    font-weight: 600;
    color: var(--mc-blue);
}

.mc-client-name {
    font-weight: 600;
    color: var(--mc-blue);
    font-size: 0.95rem;
}




.mc-client-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 24px;
}

.mc-card {
    background: var(--mc-surface);
    border: 1px solid var(--mc-border);
    border-radius: var(--mc-card-radius);
    padding: 28px;
    height: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: var(--mc-card-shadow);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.mc-card::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 140px;
    height: 140px;
    background: radial-gradient(circle, rgba(120, 179, 57, 0.2), transparent 70%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.mc-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--mc-card-shadow-strong);
    border-color: rgba(4, 78, 129, 0.22);
}

.mc-card:hover::after {
    opacity: 1;
}

.mc-icon {
    width: 60px;
    height: 60px;
    border-radius: 20px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, rgba(4, 78, 129, 0.12), rgba(120, 179, 57, 0.18));
    color: var(--mc-blue);
    margin-bottom: 18px;
    border: 1px solid rgba(4, 78, 129, 0.12);
    box-shadow: 0 10px 20px rgba(4, 78, 129, 0.08);
}

.mc-icon svg {
    width: 30px;
    height: 30px;
}

.mc-quality {
    background: linear-gradient(180deg, #f9fcff 0%, #eef6fc 100%);
}

.mc-quality::before {
    content: "";
    position: absolute;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    border: 1px solid rgba(120, 179, 57, 0.2);
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.6), rgba(120, 179, 57, 0.08));
    bottom: 40px;
    left: -80px;
    z-index: 0;
}

.mc-quality .container {
    background: var(--mc-surface);
    border-radius: var(--mc-card-radius);
    box-shadow: var(--mc-card-shadow);
    padding: 52px 48px;
    position: relative;
    z-index: 1;
}

.mc-checklist {
    list-style: none;
    padding-left: 0;
    margin-top: 24px;
}

.mc-checklist li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
}

.mc-checklist li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.5em;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--mc-green);
    box-shadow: 0 0 0 4px rgba(120, 179, 57, 0.18);
}

.mc-quality-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.mc-quality-card {
    background: var(--mc-surface);
    border: 1px solid var(--mc-border);
    border-radius: 24px;
    padding: 24px;
    text-align: left;
    box-shadow: var(--mc-card-shadow);
}

.mc-quality-card h3 {
    font-size: 2rem;
    margin-bottom: 10px;
    color: var(--mc-blue);
}

.mc-process {
    background:
        linear-gradient(180deg, rgba(246, 251, 255, 0.9) 0%, rgba(234, 244, 252, 0.9) 100%),
        url("images/banner.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.mc-process::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 1px solid rgba(4, 78, 129, 0.18);
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.6), rgba(4, 78, 129, 0.08));
    top: 40px;
    left: 20%;
    z-index: 0;
}

.mc-process .container {
    background: var(--mc-surface);
    border-radius: var(--mc-card-radius);
    box-shadow: var(--mc-card-shadow);
    padding: 52px 48px;
    position: relative;
    z-index: 1;
}

.mc-process-card {
    background: var(--mc-surface);
    border: 1px solid var(--mc-border);
    border-radius: 24px;
    padding: 26px;
    height: 100%;
    box-shadow: var(--mc-card-shadow);
}

.mc-step {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    border-radius: 999px;
    background: var(--mc-gradient);
    color: #fff;
    font-weight: 700;
    font-size: 0.8rem;
    margin-bottom: 16px;
    box-shadow: 0 12px 24px rgba(4, 78, 129, 0.25);
}











.mc-testimonial-card {
    position: relative;
    background: linear-gradient(160deg, #ffffff 0%, rgba(234, 244, 252, 0.6) 100%);
    border: 1px solid var(--mc-border);
    border-radius: 24px;
    padding: 30px 30px 26px;
    box-shadow: 0 18px 36px rgba(4, 78, 129, 0.08);
    display: flex;
    flex-direction: column;
    gap: 18px;
    overflow: hidden;
    flex: 0 0 auto;
    width: clamp(260px, 55vw, 380px);
    min-height: 220px;
}

.mc-testimonial-card::after {
    content: "\"\"";
    position: absolute;
    top: 12px;
    left: 18px;
    font-size: 2.6rem;
    line-height: 1;
    font-weight: 700;
    color: rgba(4, 78, 129, 0.14);
    pointer-events: none;
}

.mc-testimonial-card > * {
    position: relative;
    z-index: 1;
}

.mc-testimonial-text {
    color: var(--mc-slate);
    line-height: 1.6;
    font-size: 1rem;
}

.mc-testimonial-text p:last-child {
    margin-bottom: 0;
}

.mc-testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px solid rgba(4, 78, 129, 0.08);
}

.mc-testimonial-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(4, 78, 129, 0.18), rgba(120, 179, 57, 0.22));
    color: var(--mc-blue);
    font-weight: 700;
}

.mc-testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mc-testimonial-name {
    font-weight: 700;
    color: var(--mc-blue);
}

.mc-testimonial-role {
    font-size: 0.9rem;
    color: var(--mc-slate);
}

.mc-cta {
    background: var(--mc-gradient);
    color: #fff;
}

.mc-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.18), transparent 45%),
        radial-gradient(circle at 85% 50%, rgba(120, 179, 57, 0.35), transparent 60%);
    opacity: 0.6;
    pointer-events: none;
}

.mc-cta-card {
    background: var(--mc-surface);
    border-radius: 28px;
    padding: 48px;
    position: relative;
    overflow: hidden;
    color: var(--mc-ink);
    box-shadow: var(--mc-card-shadow-strong);
}

.mc-cta-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 80% 20%, rgba(120, 179, 57, 0.18), transparent 55%);
    opacity: 0.8;
    pointer-events: none;
}

.mc-cta-card > * {
    position: relative;
    z-index: 1;
}

.mc-cta-card h2 {
    color: var(--mc-blue);
}

.mc-cta-card p {
    color: var(--mc-slate);
}

.mc-contact-card {
    background: var(--mc-surface-alt);
    border: 1px solid var(--mc-border);
    border-radius: 18px;
    padding: 20px;
}

.mc-contact-link {
    display: block;
    color: var(--mc-blue);
    text-decoration: none;
    font-weight: 600;
    margin-bottom: 8px;
}

.mc-contact-link:hover {
    color: var(--mc-green);
}

.mc-contact-meta {
    color: var(--mc-slate);
    font-size: 0.95rem;
}

.mc-cta-actions {
    margin-top: 16px;
}

.mc-stagger > * {
    opacity: 0;
    transform: translateY(18px);
    animation: mc-fade-up 0.7s ease forwards;
}

.mc-stagger > :nth-child(1) {
    animation-delay: 0.1s;
}

.mc-stagger > :nth-child(2) {
    animation-delay: 0.2s;
}

.mc-stagger > :nth-child(3) {
    animation-delay: 0.3s;
}

.mc-stagger > :nth-child(4) {
    animation-delay: 0.4s;
}

#site-footer {
    background: linear-gradient(160deg, #f3f9ff 0%, #e7f6f0 55%, #eef4fb 100%);
    color: var(--mc-slate);
    border-radius: 0;
    box-shadow: none;
    max-width: none;
    width: 100%;
    margin: 0;
    overflow: hidden;
    position: relative;
    border-top: 1px solid rgba(4, 78, 129, 0.12);
}

#site-footer::before {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.65), rgba(4, 78, 129, 0.08));
    top: -140px;
    right: -160px;
    opacity: 0.8;
    pointer-events: none;
}

#site-footer::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, rgba(4, 78, 129, 0.85), rgba(120, 179, 57, 0.9));
}

/* =========================================================
   PAGINA SUCLG1
   ========================================================= */

/* Hero */
.ma-suclg1-hero {
    background: linear-gradient(145deg, #edf7e2 0%, #f6fbf0 60%, #fff 100%);
    padding: 130px 0 60px;
    position: relative;
    overflow: hidden;
    text-align: center;
    border-bottom: 1px solid rgba(120,193,67,0.15);
}
.ma-suclg1-hero-bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 80% 20%, rgba(120,193,67,0.13) 0%, transparent 55%),
                radial-gradient(ellipse at 10% 90%, rgba(232,146,10,0.07) 0%, transparent 45%);
    pointer-events: none;
}
.ma-suclg1-hero .mc-eyebrow {
    color: var(--mc-green);
    background: rgba(120,193,67,0.12);
    padding: 5px 16px;
    border-radius: 999px;
    display: inline-block;
    margin-bottom: 20px;
}
.ma-suclg1-hero h1 {
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 900;
    color: var(--mc-blue);
    line-height: 1.15;
    margin-bottom: 20px;
}
.ma-suclg1-hero h1 em { color: var(--mc-green); font-style: normal; }
.ma-suclg1-hero-lead {
    color: var(--mc-slate);
    font-size: 1.1rem;
    max-width: 620px;
    margin: 0 auto 48px;
    line-height: 1.7;
}
.ma-suclg1-hero-stats {
    display: flex;
    justify-content: center;
    gap: 0;
    flex-wrap: wrap;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 20px;
    padding: 8px 0;
    max-width: 600px;
    margin: 0 auto;
}
.ma-s1-stat {
    flex: 1;
    min-width: 140px;
    padding: 20px 16px;
    border-right: 1px solid rgba(45,80,16,0.12);
    text-align: center;
}
.ma-s1-stat:last-child { border-right: none; }
.ma-s1-stat-val {
    display: block;
    font-size: 2rem;
    font-weight: 900;
    color: var(--mc-green);
    line-height: 1;
    margin-bottom: 6px;
}
.ma-s1-stat-label { font-size: 0.78rem; color: var(--mc-slate); font-weight: 500; }

/* Secțiuni generale */
.ma-suclg1-section { background: #fff; }
.ma-suclg1-section--alt { background: var(--mc-light); }

.ma-suclg1-two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}
.ma-suclg1-two-col--reverse .ma-suclg1-text { order: 2; }
.ma-suclg1-two-col--reverse .ma-suclg1-visual { order: 1; }

.ma-suclg1-text h2 {
    font-size: clamp(1.5rem, 2.5vw, 2.2rem);
    font-weight: 800;
    color: var(--mc-ink);
    margin: 12px 0 18px;
    line-height: 1.2;
}
.ma-suclg1-text p {
    color: var(--mc-muted, #555);
    line-height: 1.8;
    margin-bottom: 16px;
    font-size: 1rem;
}
.ma-suclg1-text p:last-child { margin-bottom: 0; }

/* Tag list */
.ma-suclg1-tag-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.ma-suclg1-tag {
    background: var(--mc-light);
    border: 1.5px solid rgba(120,193,67,0.3);
    color: var(--mc-green);
    font-size: 0.82rem;
    font-weight: 700;
    padding: 5px 14px;
    border-radius: 999px;
}

/* Diagrama celulă */
.ma-mito-diagram { text-align: center; }
.ma-mito-cell {
    width: 260px;
    height: 260px;
    border-radius: 50% 44% 52% 40%;
    background: linear-gradient(135deg, rgba(120,193,67,0.12), rgba(232,146,10,0.08));
    border: 2px dashed rgba(120,193,67,0.35);
    position: relative;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ma-mito-nucleus {
    width: 80px; height: 80px;
    background: rgba(45,80,16,0.12);
    border-radius: 50%;
    border: 2px solid rgba(45,80,16,0.25);
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    font-size: 1.4rem;
    gap: 2px;
}
.ma-mito-nucleus span { font-size: 0.6rem; font-weight: 700; color: var(--mc-blue); }
.ma-mito-item {
    position: absolute;
    background: rgba(120,193,67,0.15);
    border: 1.5px solid rgba(120,193,67,0.4);
    border-radius: 999px;
    padding: 5px 10px;
    font-size: 0.9rem;
    display: flex; align-items: center; gap: 4px;
    white-space: nowrap;
}
.ma-mito-item span { font-size: 0.62rem; font-weight: 700; color: var(--mc-green); }
.ma-mito-item-1 { top: 20px; right: 20px; }
.ma-mito-item-2 { bottom: 30px; left: 10px; }
.ma-mito-item-3 { bottom: 10px; right: 30px; }
.ma-mito-caption { font-size: 0.82rem; color: var(--mc-muted, #666); margin-top: 8px; }

/* Card genă */
.ma-suclg1-gene-card {
    background: #fff;
    border-radius: 24px;
    box-shadow: var(--mc-card-shadow);
    border: 1.5px solid var(--mc-border);
    overflow: hidden;
}
.ma-suclg1-gene-header {
    background: var(--mc-gradient);
    padding: 24px 28px;
    display: flex;
    align-items: center;
    gap: 14px;
}
.ma-suclg1-gene-icon { font-size: 2rem; }
.ma-suclg1-gene-header strong { color: #fff; font-size: 1.1rem; display: block; }
.ma-suclg1-gene-header small { color: rgba(255,255,255,0.7); font-size: 0.8rem; }
.ma-suclg1-gene-body { padding: 20px 28px; display: flex; flex-direction: column; gap: 14px; }
.ma-suclg1-gene-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--mc-border);
}
.ma-suclg1-gene-row:last-child { border-bottom: none; padding-bottom: 0; }
.ma-suclg1-gene-row span { font-size: 0.82rem; color: var(--mc-muted,#666); }
.ma-suclg1-gene-row strong { font-size: 0.9rem; color: var(--mc-ink); }
.ma-suclg1-gene-highlight { color: var(--mc-amber) !important; }

/* Simptome */
.ma-suclg1-symptoms {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 48px;
}
.ma-suclg1-symptom {
    background: #fff;
    border-radius: 20px;
    padding: 28px 24px;
    border: 1.5px solid var(--mc-border);
    box-shadow: var(--mc-card-shadow);
    transition: transform 0.2s, box-shadow 0.2s;
}
.ma-suclg1-symptom:hover { transform: translateY(-4px); box-shadow: var(--mc-card-shadow-strong); }
.ma-suclg1-symptom-icon { font-size: 2rem; margin-bottom: 12px; }
.ma-suclg1-symptom h4 { font-size: 1rem; font-weight: 700; color: var(--mc-ink); margin-bottom: 8px; }
.ma-suclg1-symptom p { font-size: 0.88rem; color: var(--mc-muted,#666); line-height: 1.6; margin: 0; }

/* Cercetare */
.ma-suclg1-research { background: var(--mc-light); }

.ma-suclg1-timeline-mini {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.ma-stm-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}
.ma-stm-dot {
    width: 44px; height: 44px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid var(--mc-green);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(120,193,67,0.2);
}
.ma-stm-item strong { font-size: 0.95rem; color: var(--mc-ink); display: block; margin-bottom: 4px; }
.ma-stm-item p { font-size: 0.85rem; color: var(--mc-muted,#666); margin: 0; line-height: 1.5; }

/* CTA */
.ma-suclg1-cta {
    background: var(--mc-gradient);
    padding: 80px 0;
    text-align: center;
}
.ma-suclg1-cta h2 { color: #fff; font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight: 800; margin-bottom: 14px; }
.ma-suclg1-cta p { color: rgba(255,255,255,0.82); max-width: 540px; margin: 0 auto 32px; line-height: 1.7; }
.ma-suclg1-cta-btns { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }

/* Responsive */
@media (max-width: 992px) {
    .ma-suclg1-two-col { grid-template-columns: 1fr; gap: 40px; }
    .ma-suclg1-two-col--reverse .ma-suclg1-text { order: 1; }
    .ma-suclg1-two-col--reverse .ma-suclg1-visual { order: 2; }
    .ma-suclg1-symptoms { grid-template-columns: repeat(2, 1fr); }
    .ma-suclg1-hero-stats { max-width: 100%; }
}
@media (max-width: 576px) {
    .ma-suclg1-hero { padding: 110px 0 60px; }
    .ma-suclg1-symptoms { grid-template-columns: 1fr; }
    .ma-s1-stat { border-right: none; border-bottom: 1px solid rgba(45,80,16,0.12); }
    .ma-s1-stat:last-child { border-bottom: none; }
}

/* =========================================================
   PAGINA DONATII
   ========================================================= */

/* Hero */
.ma-don-hero {
    background: linear-gradient(145deg, #edf7e2 0%, #f6fbf0 60%, #fff 100%);
    padding: 130px 0 60px;
    position: relative;
    overflow: hidden;
    text-align: center;
    border-bottom: 1px solid rgba(120,193,67,0.15);
}
.ma-don-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 85% 10%, rgba(120,193,67,0.13) 0%, transparent 50%),
                radial-gradient(ellipse at 5% 90%, rgba(232,146,10,0.07) 0%, transparent 40%);
    pointer-events: none;
}
.ma-don-hero .mc-eyebrow { color: var(--mc-green); background: rgba(120,193,67,0.12); padding: 5px 16px; border-radius: 999px; display: inline-block; margin-bottom: 20px; }
.ma-don-hero .mc-hero-title { color: var(--mc-blue); margin-bottom: 18px; }
.ma-don-hero .mc-hero-lead { color: var(--mc-slate); max-width: 640px; margin: 0 auto 32px; font-size: 1.1rem; line-height: 1.7; }

.ma-don-trust-badges {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}
.ma-don-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff;
    padding: 7px 16px;
    border-radius: 999px;
    font-size: 0.88rem;
    font-weight: 600;
}
.ma-don-badge svg { color: #7ec87e; flex-shrink: 0; }

/* Carduri metode */
.ma-don-methods { background: var(--mc-light); }

.ma-don-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 48px;
}

.ma-don-card {
    background: #fff;
    border-radius: 24px;
    padding: 36px 32px;
    box-shadow: var(--mc-card-shadow);
    display: flex;
    flex-direction: column;
    gap: 20px;
    border: 1.5px solid var(--mc-border);
    transition: transform 0.2s, box-shadow 0.2s;
}
.ma-don-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(46,139,87,0.13); }
.ma-don-card--primary { border-color: var(--mc-green); }

.ma-don-card-icon {
    width: 64px; height: 64px;
    background: var(--mc-light);
    border-radius: 18px;
    display: flex; align-items: center; justify-content: center;
    color: var(--mc-green);
}
.ma-don-card-icon--rose { color: var(--mc-amber); background: rgba(232,146,10,0.08); }
.ma-don-card-icon--blue { color: #1877f2; background: rgba(24,119,242,0.08); }

.ma-don-card h3 { font-size: 1.25rem; font-weight: 700; color: var(--mc-ink); margin: 0; }
.ma-don-card-desc { color: var(--mc-muted); font-size: 0.92rem; line-height: 1.6; margin: 0; }

.ma-don-fields { display: flex; flex-direction: column; gap: 12px; flex: 1; }

.ma-don-field {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 10px 14px;
    background: var(--mc-light);
    border-radius: 10px;
}
.ma-don-field span { font-size: 0.78rem; color: var(--mc-muted); text-transform: uppercase; letter-spacing: 0.05em; font-weight: 600; }
.ma-don-field strong { font-size: 0.97rem; color: var(--mc-ink); word-break: break-all; }
.ma-don-iban { font-family: monospace; font-size: 0.92rem; letter-spacing: 0.04em; }

.ma-don-copy-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    background: var(--mc-green);
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: 11px 22px;
    font-size: 0.9rem;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s, transform 0.15s;
    margin-top: auto;
}
.ma-don-copy-btn:hover { background: var(--mc-blue); transform: scale(1.03); color: #fff; }
.ma-don-copy-btn--rose { background: var(--mc-amber); }
.ma-don-copy-btn--rose:hover { background: #c47608; }
.ma-don-copy-btn--blue { background: #1877f2; }
.ma-don-copy-btn--blue:hover { background: #1259c3; }

/* Formular 230 */
.ma-don-230 {
    background: #fff;
    padding: 80px 0;
}
.ma-don-230-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}
.ma-don-230-text .mc-eyebrow { color: var(--mc-green); background: rgba(46,139,87,0.1); padding: 5px 16px; border-radius: 999px; display: inline-block; margin-bottom: 18px; }
.ma-don-230-text h2 { font-size: 2rem; font-weight: 800; color: var(--mc-ink); margin-bottom: 16px; line-height: 1.2; }
.ma-don-230-text p { color: var(--mc-muted); line-height: 1.7; margin-bottom: 28px; }

.ma-don-230-steps {
    list-style: none;
    padding: 0;
    margin: 0 0 32px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.ma-don-230-steps li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--mc-ink);
    font-weight: 500;
    font-size: 0.97rem;
}
.ma-don-230-steps li span {
    width: 30px; height: 30px;
    background: var(--mc-green);
    color: #fff;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-weight: 800;
    font-size: 0.85rem;
    flex-shrink: 0;
}

.ma-don-info-card {
    background: var(--mc-light);
    border-radius: 24px;
    padding: 36px;
    border: 1.5px solid rgba(46,139,87,0.15);
}
.ma-don-info-icon { font-size: 2.5rem; margin-bottom: 14px; }
.ma-don-info-card h4 { font-size: 1.1rem; font-weight: 700; color: var(--mc-ink); margin-bottom: 18px; }

/* Cum sunt folositi banii */
.ma-don-usage { background: var(--mc-light); }

.ma-don-usage-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 48px;
}
.ma-don-usage-item {
    background: #fff;
    border-radius: 20px;
    padding: 30px 24px;
    text-align: center;
    box-shadow: var(--mc-card-shadow);
    border: 1.5px solid var(--mc-border);
}
.ma-don-usage-icon { font-size: 2.2rem; margin-bottom: 14px; }
.ma-don-usage-item h4 { font-size: 1rem; font-weight: 700; color: var(--mc-ink); margin-bottom: 10px; }
.ma-don-usage-item p { color: var(--mc-muted); font-size: 0.88rem; line-height: 1.6; margin: 0; }

/* CTA final */
.ma-don-cta {
    background: var(--mc-gradient);
    padding: 80px 0;
    text-align: center;
}
.ma-don-cta h2 { color: #fff; font-size: 2rem; font-weight: 800; margin-bottom: 14px; }
.ma-don-cta p { color: rgba(255,255,255,0.85); font-size: 1.05rem; margin-bottom: 32px; }
.ma-don-cta-actions { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }
.mc-btn-light { background: #fff; color: var(--mc-green); font-weight: 700; }
.mc-btn-light:hover { background: var(--mc-light); }
.mc-btn-outline-light { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,0.6); font-weight: 700; }
.mc-btn-outline-light:hover { background: rgba(255,255,255,0.1); }

/* Responsive donatii */
@media (max-width: 992px) {
    .ma-don-cards { grid-template-columns: 1fr; max-width: 480px; margin-left: auto; margin-right: auto; }
    .ma-don-230-inner { grid-template-columns: 1fr; gap: 40px; }
    .ma-don-usage-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 576px) {
    .ma-don-hero { padding: 100px 0 60px; }
    .ma-don-230-text h2 { font-size: 1.6rem; }
    .ma-don-usage-grid { grid-template-columns: 1fr; }
    .ma-don-cta h2 { font-size: 1.5rem; }
    .ma-don-cta-actions { flex-direction: column; align-items: center; }
}

/* =========================================================
   ELEMENTE UMANE — font de mână, rotații, scrisoare
   ========================================================= */

:root {
    --font-hand: 'Caveat', cursive;
}

/* Subliniere ondulată pe cuvinte cheie */
.ma-wavy {
    text-decoration-line: underline;
    text-decoration-style: wavy;
    text-decoration-color: var(--mc-amber);
    text-underline-offset: 4px;
    text-decoration-thickness: 2px;
}

/* Carduri copii — efect polaroid ușor înclinat */
.ma-child-card--antonia {
    transform: rotate(-1.2deg);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.ma-child-card--david {
    transform: rotate(1.4deg);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.ma-child-card--antonia:hover,
.ma-child-card--david:hover {
    transform: rotate(0deg) translateY(-6px);
    box-shadow: 0 28px 60px rgba(45,80,16,0.18);
}

/* Secțiunea scrisoare deschisă */
.ma-letter-section {
    background: #fdfaf4;
    padding: 80px 0;
    position: relative;
}
.ma-letter-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: repeating-linear-gradient(
        90deg,
        var(--mc-green) 0px, var(--mc-green) 12px,
        transparent 12px, transparent 20px
    );
    opacity: 0.35;
}

.ma-letter-wrap {
    max-width: 720px;
    margin: 0 auto;
    background: #fff;
    border-radius: 4px;
    padding: 56px 64px;
    box-shadow: 0 8px 40px rgba(0,0,0,0.08), 0 2px 8px rgba(0,0,0,0.04);
    position: relative;
    /* Linie roșie marginea stângă ca la hârtie de scrisoare */
    border-left: 3px solid rgba(232,146,10,0.25);
    /* Linii orizontale subtile ca pe foaie de caiet */
    background-image: repeating-linear-gradient(
        transparent,
        transparent 31px,
        rgba(120,193,67,0.07) 31px,
        rgba(120,193,67,0.07) 32px
    );
    background-size: 100% 32px;
}

/* Benzi de lipit (tape) decorative */
.ma-letter-tape {
    position: absolute;
    width: 60px;
    height: 22px;
    background: rgba(120,193,67,0.25);
    border-radius: 2px;
}
.ma-letter-tape--1 { top: -11px; left: 80px; transform: rotate(-2deg); }
.ma-letter-tape--2 { top: -11px; right: 100px; transform: rotate(1.5deg); background: rgba(232,146,10,0.2); }

.ma-letter-header {
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.ma-letter-label {
    font-family: var(--font-hand);
    font-size: 1.1rem;
    color: var(--mc-muted, #888);
    background: var(--mc-light);
    padding: 4px 14px;
    border-radius: 999px;
    font-weight: 400;
}

.ma-letter-body p {
    font-family: var(--font-hand);
    font-size: 1.25rem;
    line-height: 2;
    color: #2a2a2a;
    margin-bottom: 0;
}
.ma-letter-opening {
    font-size: 1.4rem !important;
    font-weight: 600;
    color: var(--mc-ink) !important;
    margin-bottom: 4px !important;
}
.ma-letter-closing {
    margin-top: 16px !important;
    color: var(--mc-muted, #666) !important;
    font-size: 1.15rem !important;
}
.ma-letter-signature {
    font-family: var(--font-hand);
    font-size: 1.7rem;
    font-weight: 700;
    color: var(--mc-green);
    display: block;
    margin-top: 4px;
}

@media (max-width: 768px) {
    .ma-letter-wrap { padding: 36px 28px; }
    .ma-letter-body p { font-size: 1.1rem; }
    .ma-child-card--antonia,
    .ma-child-card--david { transform: rotate(0deg); }
}

/* =========================================================
   GALERIE FOTO — pagina Despre noi
   ========================================================= */

.ma-about-gallery { background: var(--mc-light); }

.ma-about-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 220px;
    gap: 14px;
    margin-top: 48px;
}

/* Variații de dimensiune pentru aspect masonry */
.ma-about-gallery-item:nth-child(5n+1) { grid-row: span 2; }
.ma-about-gallery-item:nth-child(7n+3) { grid-column: span 2; }

.ma-about-gallery-item {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    cursor: pointer;
    background: var(--mc-mist);
}

.ma-about-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.ma-about-gallery-item:hover img {
    transform: scale(1.07);
}

.ma-about-gallery-overlay {
    position: absolute;
    inset: 0;
    background: rgba(45, 80, 16, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.25s;
}

.ma-about-gallery-item:hover .ma-about-gallery-overlay {
    opacity: 1;
}

/* Lightbox */
#ma-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.94);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s;
}

#ma-lightbox.is-open {
    opacity: 1;
    pointer-events: all;
}

#ma-lightbox-inner {
    max-width: 90vw;
    max-height: 88vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

#ma-lightbox-img {
    max-width: 90vw;
    max-height: 88vh;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 40px 100px rgba(0,0,0,0.6);
    display: block;
}

#ma-lightbox-close {
    position: fixed;
    top: 20px;
    right: 24px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-size: 1.1rem;
    cursor: pointer;
    z-index: 2;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}
#ma-lightbox-close:hover { background: rgba(255,255,255,0.22); }

#ma-lightbox-prev,
#ma-lightbox-next {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.18);
    color: #fff;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    font-size: 1.8rem;
    cursor: pointer;
    z-index: 2;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
#ma-lightbox-prev { left: 20px; }
#ma-lightbox-next { right: 20px; }
#ma-lightbox-prev:hover,
#ma-lightbox-next:hover { background: rgba(255,255,255,0.2); }

/* Responsive galerie */
@media (max-width: 992px) {
    .ma-about-gallery-grid {
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: 180px;
    }
}
@media (max-width: 640px) {
    .ma-about-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 150px;
    }
    .ma-about-gallery-item:nth-child(5n+1),
    .ma-about-gallery-item:nth-child(7n+3) {
        grid-row: span 1;
        grid-column: span 1;
    }
    #ma-lightbox-prev { left: 8px; }
    #ma-lightbox-next { right: 8px; }
}

/* Home photo slider */
.ma-gallery--home {
    background: var(--mc-amber);
    position: relative;
}

.ma-gallery--home .mc-section-head .mc-eyebrow {
    background: rgba(255,255,255,0.2);
    color: #fff;
    border-color: rgba(255,255,255,0.25);
}
.ma-gallery--home .mc-section-title  { color: #fff; }
.ma-gallery--home .mc-section-subtitle { color: rgba(255,255,255,0.82); }

.ma-home-photo-slider {
    height: clamp(320px, 55vw, 580px);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(0,0,0,0.12);
    margin-top: 0;
    background: #f0f0f0;
}

.ma-home-photo-slider .mc-gallery-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
}

.ma-home-photo-slider .mc-gallery-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.ma-home-photo-slider .mc-gallery-arrow {
    background: rgba(255,255,255,0.22);
    border-color: rgba(255,255,255,0.35);
    color: #fff;
    width: 48px;
    height: 48px;
    font-size: 1.6rem;
}

.ma-home-photo-slider .mc-gallery-arrow:hover {
    background: rgba(255,255,255,0.4);
    border-color: #fff;
    color: #fff;
}

@media (max-width: 768px) {
    .ma-home-photo-slider { height: clamp(240px, 65vw, 400px); border-radius: 10px; }
}

/* Pagina galerie */
.ma-galerie-full { background: var(--mc-light); }
.ma-galerie-full-grid { grid-auto-rows: 220px; }
@media (max-width: 640px) { .ma-galerie-full-grid { grid-auto-rows: 160px; } }

/* Galerie lightbox pagina galerie */
#ma-galerie-lightbox { position: fixed; inset: 0; background: rgba(0,0,0,0.92); z-index: 9999; display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity 0.25s; }
#ma-galerie-lightbox.is-open { opacity: 1; pointer-events: all; }
#ma-galerie-lb-inner { max-width: 90vw; max-height: 90vh; display: flex; align-items: center; justify-content: center; }
#ma-galerie-lb-img { max-width: 90vw; max-height: 90vh; object-fit: contain; border-radius: 6px; box-shadow: 0 8px 48px rgba(0,0,0,0.5); }
#ma-galerie-lb-close { position: fixed; top: 20px; right: 24px; background: rgba(255,255,255,0.12); border: none; color: #fff; font-size: 1.4rem; width: 44px; height: 44px; border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; z-index: 10; transition: background 0.2s; }
#ma-galerie-lb-close:hover { background: rgba(255,255,255,0.22); }
#ma-galerie-lb-prev, #ma-galerie-lb-next { position: fixed; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,0.12); border: none; color: #fff; font-size: 2.4rem; width: 52px; height: 52px; border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; z-index: 10; transition: background 0.2s; line-height: 1; }
#ma-galerie-lb-prev { left: 20px; }
#ma-galerie-lb-next { right: 20px; }
#ma-galerie-lb-prev:hover, #ma-galerie-lb-next:hover { background: rgba(255,255,255,0.2); }
@media (max-width: 640px) {
    #ma-galerie-lb-prev { left: 8px; }
    #ma-galerie-lb-next { right: 8px; }
}

/* =========================================================
   FOOTER
   ========================================================= */

#site-footer .container {
    position: relative;
    z-index: 1;
    padding: 64px 0 32px;
}

#site-footer .mc-footer-brand img {
    max-width: 200px;
    margin-bottom: 14px;
}

.mc-footer-brand p {
    margin: 0;
    max-width: 420px;
}

.mc-footer-top {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 28px;
    align-items: start;
}

.mc-footer-highlights {
    display: grid;
    gap: 14px;
}

.mc-footer-highlight {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(232, 245, 239, 0.9));
    border: 1px solid rgba(4, 78, 129, 0.12);
    border-radius: 22px;
    padding: 16px 18px;
    box-shadow: var(--mc-card-shadow);
    position: relative;
}

.mc-footer-highlight::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 0;
    width: 44px;
    height: 3px;
    background: var(--mc-green);
    border-radius: 999px;
    transform: translateY(-50%);
}

.mc-footer-highlight-title {
    display: block;
    font-weight: 700;
    color: var(--mc-blue);
    margin-bottom: 6px;
}

.mc-footer-highlight p {
    margin: 0;
    color: var(--mc-slate);
    font-size: 0.95rem;
}

.mc-footer-contact-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(232, 245, 239, 0.9));
    border: 1px solid rgba(4, 78, 129, 0.12);
    border-radius: 22px;
    padding: 22px 24px;
    box-shadow: var(--mc-card-shadow);
    position: relative;
    display: grid;
    gap: 12px;
}

.mc-footer-contact-card::before {
    content: "";
    position: absolute;
    left: 22px;
    top: 0;
    width: 54px;
    height: 3px;
    background: var(--mc-green);
    border-radius: 999px;
    transform: translateY(-50%);
}

.mc-footer-contact-card .mc-footer-title {
    margin-bottom: 0;
}

.mc-footer-contact-card .mc-footer-links {
    margin-bottom: 0;
}

.mc-footer-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    padding: 36px 0 10px;
}

.mc-footer-col {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

#site-footer .mc-footer-title {
    color: var(--mc-blue);
    font-size: 1.1rem;
    margin-bottom: 8px;
}

#site-footer .mc-footer-links {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

#site-footer .mc-footer-links li {
    margin-bottom: 10px;
}

#site-footer .mc-footer-links span {
    color: var(--mc-blue);
    font-weight: 600;
    margin-right: 6px;
}

#site-footer .mc-footer-links a {
    color: var(--mc-slate);
    text-decoration: none;
}

#site-footer .mc-footer-links a:hover {
    color: var(--mc-blue);
}

#site-footer .mc-footer-services {
    column-count: 2;
    column-gap: 24px;
}

#site-footer .mc-footer-services li {
    break-inside: avoid;
}

.mc-footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 6px;
}

.mc-footer-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 12px;
}

.mc-footer-whatsapp {
    text-decoration: none;
}

.mc-footer-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 14px;
    border-radius: 999px;
    border: 1px solid rgba(4, 78, 129, 0.18);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(231, 244, 252, 0.7));
    color: var(--mc-blue);
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.2s ease;
}

.mc-footer-social-link:hover {
    background: var(--mc-gradient);
    border-color: transparent;
    color: #fff;
}

.mc-footer-social-link--whatsapp {
    border-color: rgba(37, 211, 102, 0.35);
    color: #1a8f4a;
    background: linear-gradient(135deg, rgba(37, 211, 102, 0.18), rgba(37, 211, 102, 0.04));
}

.mc-footer-social-link--whatsapp:hover {
    background: #25d366;
    color: #fff;
}

.mc-footer-social-link--facebook {
    border-color: rgba(24, 119, 242, 0.4);
    color: #1877f2;
    background: linear-gradient(135deg, rgba(24, 119, 242, 0.18), rgba(24, 119, 242, 0.05));
}

.mc-footer-social-link--facebook:hover {
    background: #1877f2;
    color: #fff;
}

.mc-footer-social-link--instagram {
    border-color: rgba(245, 133, 41, 0.35);
    color: #c13584;
    background: linear-gradient(135deg, rgba(245, 133, 41, 0.16), rgba(193, 53, 132, 0.08));
}

.mc-footer-social-link--instagram:hover {
    background: linear-gradient(135deg, #f58529, #dd2a7b 55%, #8134af);
    color: #fff;
}

.mc-footer-bottom {
    border-top: 1px solid rgba(4, 78, 129, 0.12);
    margin-top: 28px;
    padding-top: 18px;
    font-size: 0.9rem;
    color: rgba(30, 45, 64, 0.6);
}

@keyframes mc-fade-up {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes mc-rise {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes mc-float {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-14px);
    }
}

@keyframes mc-bubble-float {
    0%,
    100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-28px) scale(1.06);
    }
}



@media (prefers-reduced-motion: reduce) {
    .mc-stagger > *,
    .mc-hero-card,
    .mc-hero-orbit,
    .mc-bubble {
        animation: none;
        transform: none;
        opacity: 1;
    }
}

/*-------------------------------------------------------------------------*/
/*	Responsive
/*-------------------------------------------------------------------------*/

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {}

/* Min-width 1001px */
@media only screen and (min-width: 1001px) {
    #home-slider .carousel-item img {
        max-height: 800px;
    }

    #home-slider .carousel-item .carousel-caption {
        transform: translateY(50%);
        bottom: 50%;
    }

    #single-dog-slider .carousel-item img {
        max-height: 900px;
    }
}

/* Extra large devices (large laptops and desktops, 1600px and up) */
@media only screen and (min-width: 1600px) {}

/* Large Phones And Tablet */
@media only screen and (max-width: 768px) {
    #site-header #header-contact-info {
        position: absolute;
        right: 10px;
        width: 105px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
    #single-dog-gallery .swiper-slide img {
        height: 30vh;
    }

    .single-dog-content h1 {
        font-size: 1.5rem;
    }

    .single-dog-header-features ul li:first-child {
        width: 100%;
        border-right: 0;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .mc-hero-slide {
        padding: 90px 0 80px;
    }

    .mc-hero-card {
        margin-top: 10px;
    }

    .mc-hero-card-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mc-section {
        padding: 80px 0;
    }

    body.admin-bar #site-header {
        top: 0;
    }

    body.admin-bar #main-wrapper {
        padding-top: var(--mc-header-height);
    }

    .mc-service-row,
    .mc-service-row--reverse {
        flex-direction: column;
        align-items: flex-start;
    }

    .mc-service-media {
        align-self: center;
    }


    .mc-service-hero-grid {
        grid-template-columns: 1fr;
    }

    .mc-service-hero-media {
        order: -1;
    }

    .mc-footer-top {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .mc-footer-contact-card {
        text-align: center;
    }

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

    #site-footer .mc-footer-services {
        column-count: 1;
    }

    .mc-service-page .mc-service-hero .container {
        padding: 40px;
    }

    .mc-service-hero .mc-service-media--single {
        height: clamp(280px, 55vw, 420px);
    }

    .mc-legal-layout {
        grid-template-columns: 1fr;
    }

    .mc-legal-aside {
        position: static;
    }

    .mc-page-hero-grid,
    .mc-about-grid,
    .mc-contact-grid {
        grid-template-columns: 1fr;
    }

    .mc-page-hero-content {
        display: contents;
    }

    .mc-eyebrow,
    .mc-page-title,
    .mc-page-lead,
    .mc-page-intro {
        order: 1;
    }

    .mc-page-hero-media {
        order: 2;
    }

    .mc-page-hero-actions {
        order: 3;
    }

    .mc-page-hero-tags {
        order: 4;
    }

    .mc-page-hero-actions {
        justify-content: flex-start;
    }

    .mc-page-media--services {
        transform: none;
    }

    .mc-page-media--before-after {
        transform: none;
    }

    .mc-before-after-split {
        grid-template-columns: 1fr;
    }

    .mc-before-after-pane {
        min-height: clamp(240px, 60vw, 420px);
    }

    .mc-before-after-slider {
        height: clamp(280px, 60vw, 420px);
    }
}

@media only screen and (max-width: 767px) {
    .mc-section-head {
        margin-bottom: 28px;
    }

    .mc-page-hero--contact .mc-page-hero-grid > div {
        padding: 22px;
        max-width: 100%;
    }












    .mc-about-metrics {
        grid-template-columns: 1fr;
    }

    .mc-about-metric {
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .mc-about-metric-value {
        font-size: 1.2rem;
    }

    .mc-legal-meta {
        grid-template-columns: 1fr;
    }

    .mc-legal-card {
        padding: 28px 24px;
    }

    .mc-quality-grid {
        grid-template-columns: 1fr;
    }

    .mc-before-after-split {
        gap: 12px;
    }

    .mc-before-after-pane {
        min-height: clamp(150px, 40vw, 220px);
        aspect-ratio: 4 / 3;
    }





    .mc-testimonial-card {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .mc-bubble-1 {
        width: 160px;
        height: 160px;
    }

    .mc-bubble-2 {
        width: 110px;
        height: 110px;
    }

.mc-services .container,
.mc-quality .container,
.mc-process .container,
.mc-before-after .container,
.mc-contact-gallery .container {
    padding: 36px 28px;
}

    #site-footer .container {
        padding: 52px 0 28px;
    }

    .mc-footer-grid {
        grid-template-columns: 1fr;
    }

    #site-footer {
        text-align: center;
    }

    .mc-footer-brand img {
        margin-left: auto;
        margin-right: auto;
    }

    .mc-footer-links {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .mc-footer-links span {
        display: block;
        margin-right: 0;
    }

    .mc-footer-social {
        justify-content: center;
    }

    .mc-footer-actions {
        justify-content: center;
    }

    .mc-services-list {
        gap: 48px;
    }

    .mc-service-page .mc-service-hero .container,
    .mc-hero--split .container,
    .mc-contact-card--light,
    .mc-service-gallery .container {
        padding: 32px 26px;
    }

    .mc-form-grid {
        grid-template-columns: 1fr;
    }

}

@media only screen and (max-width: 575px) {
    .mc-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .mc-page-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .mc-before-after-slider {
        height: clamp(240px, 70vw, 360px);
    }

    .mc-btn {
        width: 100%;
    }

    .mc-hero-card-stats {
        grid-template-columns: 1fr;
    }

    .mc-cta-card {
        padding: 28px;
    }

    .mc-section {
        padding: 70px 0;
    }

    .mc-hero-slide {
        padding: 80px 0 70px;
    }

    .mc-hero-wave {
        height: 140px;
        bottom: -70px;
    }

    .mc-bubble-3 {
        width: 70px;
        height: 70px;
    }

    .mc-bubble-4 {
        width: 48px;
        height: 48px;
    }

    .mc-bubble-5 {
        width: 28px;
        height: 28px;
    }

    .ea-erik-grid {
        padding: 0;
    }

    .ea-erik .container {
        padding: 0 16px;
    }

    .ea-erik-content {
        padding: 18px 14px;
    }

    .ea-erik-slider {
        height: clamp(520px, 92vh, 860px);
    }

    .ea-erik-photo img {
        object-fit: contain;
        object-position: center;
    }

    .ea-erik-slider .mc-gallery-slide {
        height: 100%;
    }

    .ea-erik-slider .mc-gallery-slide {
        padding: 0;
    }

    .mc-legal-card {
        padding: 24px 20px;
    }

.mc-services .container,
.mc-quality .container,
.mc-process .container,
.mc-before-after .container,
.mc-contact-gallery .container {
    padding: 28px 22px;
}

    .mc-service-media::before {
        inset: -10px;
    }

    .mc-service-media::after {
        inset: -16px;
    }

    .mc-client-card {
        min-width: 140px;
    }

    .mc-client-logo {
        width: 96px;
        height: 96px;
    }

    .mc-gallery-slider {
        height: 260px;
        min-height: 240px;
    }

    .mc-service-gallery .mc-gallery-slider {
        height: clamp(300px, 68vh, 420px);
        min-height: 280px;
    }




    .mc-gallery-arrow {
        width: 40px;
        height: 40px;
        font-size: 24px;
    }

    .mc-service-page .mc-service-hero .container,
    .mc-contact-card--light,
    .mc-service-gallery .container {
        padding: 26px 20px;
    }

    .mc-service-hero .mc-service-media--single {
        height: clamp(220px, 70vw, 320px);
    }

    .mc-contact-item {
        flex-direction: column;
        gap: 6px;
    }

    .mc-contact-label {
        min-width: 0;
    }

    #site-footer .container {
        padding: 44px 0 24px;
    }

    .mc-footer-highlight {
        padding: 14px 16px;
        box-shadow: none;
    }

    body.admin-bar #site-header {
        top: 0;
    }
}

/* Erik gallery mobile overrides */
@media (max-width: 991px) {
    .mc-gallery-slider.ea-erik-slider {
        height: min(88vh, 760px);
    }

    .mc-gallery-slider.ea-erik-slider::before {
        display: none;
    }

    .mc-gallery-slider.ea-erik-slider .ea-erik-slide-grid {
        padding: 0;
        gap: 0;
    }

    .mc-gallery-slider.ea-erik-slider .ea-erik-photo {
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .mc-gallery-slider.ea-erik-slider .ea-erik-photo img {
        object-fit: contain;
        object-position: center;
    }
}

@media (max-width: 575px) {
    .ea-erik .container {
        padding: 0 8px;
    }

    .mc-gallery-slider.ea-erik-slider {
        height: min(92vh, 820px);
    }
}

@media (min-width: 992px) {
    .ea-erik-grid {
        grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
        grid-template-areas: "content gallery";
        align-items: center;
    }

    .ea-erik-content {
        grid-area: content;
    }

    .ea-erik-gallery {
        grid-area: gallery;
    }
}

