/* welsh-nurseries-landing.css */
/* SerenPass theme for Welsh Nurseries landing page */

:root {
    --serenpass-primary: #ED1E79;
    --serenpass-secondary: #f35595;
    --serenpass-gradient: linear-gradient(135deg, #ED1E79 0%, #f35595 100%);
}

/* Navbar */
#mainNav {
    background: var(--serenpass-gradient);
    position: relative;
    z-index: 100;
}

/* Hero Section - SerenPass Theme */
.hero-section {
    background: var(--serenpass-gradient);
    padding: 60px 0 100px;
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

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

/* Testimonial Box */
.testimonial-box {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    padding: 20px;
    color: white;
    margin-top: 20px;
}

/* Partner Badge */
.partner-badge {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    padding: 10px 15px;
    color: white;
    font-size: 14px;
}

.partner-badge small {
    opacity: 0.8;
}

/* Social Proof Stars */
.star-rating {
    color: #F4C32F;
}

/* Demo Form Card */
.demo-form-card {
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.urgency-banner {
    background: #2BD7A2;
    color: white;
    text-align: center;
    padding: 12px;
    font-weight: 600;
    font-size: 14px;
}

.success-message {
    text-align: center;
    padding: 40px;
}

.success-icon {
    font-size: 60px;
    color: var(--serenpass-primary);
    margin-bottom: 20px;
}

.error-message {
    background: #fee2e2;
    color: #dc2626;
    padding: 15px;
    border-radius: 10px;
    margin: 0 20px;
    display: none;
}

/* Problem Section */
.problem-section {
    background: #f8f9fa;
}

.problem-card {
    background: white;
    border-radius: 20px;
    padding: 40px 30px;
    height: 100%;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.problem-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

.problem-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #fee2e2, #fecaca);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #dc2626;
    margin-bottom: 20px;
}

/* Solution Section */
.solution-section {
    background: white;
}

.solution-badge {
    background: var(--serenpass-primary);
    color: white;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
}

.feature-card {
    text-align: center;
    padding: 40px 30px;
    border-radius: 20px;
    background: white;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.feature-icon {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    margin: 0 auto 20px;
}

.feature-icon.green {
    background: var(--serenpass-gradient);
    color: white;
}

/* Included Section */
.included-section {
    background: #f8f9fa;
}

.included-item {
    display: flex;
    align-items: flex-start;
    padding: 20px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.included-item i {
    font-size: 24px;
    flex-shrink: 0;
    color: var(--serenpass-primary) !important;
}

/* Pricing Section */
.pricing-section {
    background: white;
}

.pricing-card {
    background: white;
    border: 3px solid var(--serenpass-primary);
    border-radius: 25px;
    padding: 50px 40px;
    position: relative;
    box-shadow: 0 20px 60px rgba(237, 30, 121, 0.2);
}

.pricing-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, #ED1E79, #f35595);
    color: white;
    padding: 8px 25px;
    border-radius: 25px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

.pricing-features {
    max-width: 350px;
    margin: 0 auto;
}

.pricing-features li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.pricing-features li:last-child {
    border-bottom: none;
}

.pricing-features li i {
    color: var(--serenpass-primary) !important;
}

.text-success {
    color: var(--serenpass-primary) !important;
}

/* CTA Section - SerenPass Theme */
.cta-section {
    background: var(--serenpass-gradient);
    color: white;
    padding: 80px 0;
    position: relative;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1.5" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
}

.cta-section .container {
    position: relative;
    z-index: 1;
}

/* Internal Links Section */
.internal-links-section .internal-link-card {
    display: block;
    background: white;
    border-radius: 15px;
    padding: 30px 20px;
    height: 100%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    color: inherit;
}

.internal-links-section .internal-link-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.internal-links-section .card-icon {
    font-size: 32px;
    color: var(--serenpass-primary);
    margin-bottom: 15px;
}

/* Active Offer Section */
.active-offer-section {
    background: #f8f9fa;
}

/* ── Landing Nav ──────────────────────────────────────────── */
#mainNav .navbar-nav {
    width: 100%;
}

#mainNav .nav-link {
    color: #fff !important;
    font-weight: 800;
    letter-spacing: 0.0625em;
    text-transform: uppercase;
    padding: 14px 13px;
}
#mainNav .nav-link:hover,
#mainNav .nav-link:focus { color: #ffcbe4 !important; }

#mainNav .navbar-toggler {
    color: #fff;
    border-color: rgba(255,255,255,0.5);
    font-size: 1.5rem;
    padding: 0.5rem;
}

#mainNav .dropdown-menu {
    background: #ED1E79;
    padding: 10px;
    box-shadow: none;
    border: none;
    border-radius: 0;
}
#mainNav .dropdown-menu li:first-child { border-top: 1px solid #fff; }
#mainNav .dropdown-item {
    background-color: #ED1E79;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.0625em;
    text-transform: uppercase;
    padding: 14px 20px;
    border-bottom: 1px solid #fff;
}
#mainNav .dropdown-item:hover,
#mainNav .dropdown-item:focus { background: #DE0E6A; color: #fff; }

/* ── Landing Hero ─────────────────────────────────────────── */
.landing-hero {
    background: var(--serenpass-gradient);
    padding: 80px 0 80px;
    position: relative;
    overflow: hidden;
    color: #fff;
}
.landing-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.4;
}
.landing-hero .container { position: relative; z-index: 1; }
.landing-hero h1,
.landing-hero h2,
.landing-hero p { color: #fff; }
.landing-hero .text-muted { color: rgba(255,255,255,0.75) !important; }

@media (max-width: 991px) { .landing-hero { padding: 60px 0; } }
@media (max-width: 767px) { .landing-hero { padding: 40px 0; } }

/* ── Section padding ──────────────────────────────────────── */
.section-padding { padding-top: 60px; padding-bottom: 60px; }
@media (min-width: 768px) { .section-padding { padding-top: 80px; padding-bottom: 80px; } }

/* ── Circle checklist ─────────────────────────────────────── */
.circle-checklist { list-style: none; padding-left: 0; }
.circle-checklist li { margin-bottom: 10px; }
.circle-checklist li::before {
    content: "";
    display: inline-block;
    height: 14.5px;
    width: 14.5px;
    background-image: url("/images/icons/circle-check.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 12px;
    vertical-align: middle;
}

/* ── Testimonials ─────────────────────────────────────────── */
.home-testimonial-bottom { margin-top: 20px; margin-bottom: 0; }
.home-borders { border: 6px solid #000; border-radius: 15px; }
.bg-green-darker { background: #25C292 !important; }
.testimonial-inner .tour-desc { border-radius: 15px; padding: 40px 20px; position: relative; z-index: 2; }
.testimonial-inner img.tm-people { width: 60px; height: 60px; border-radius: 50%; object-fit: cover; max-width: none; margin-top: 20px; }
.link-name { font-size: 14px; color: #6c83a2; }
.link-position { font-size: 12px; color: #6c83a2; }
a.pink-link { color: #ED1E79; text-decoration: underline; }
.btn-all-black { border: 3px #000 solid; background-color: #000; color: #fff !important; }
.btn-all-black:hover, .btn-all-black:active, .btn-all-black:focus { background-color: #fff; color: #000 !important; }

/* Carousel arrows — dark on light bg */
.carousel-control-prev-icon,
.carousel-control-next-icon { filter: invert(1); }

/* ── Hero clouds & characters (features/nurseries) ─────────── */
.nursery-character-1 { width: 100px; position: absolute; bottom: 0; right: 10px; z-index: 2; }
.nursery-character-2 { width: 100px; position: absolute; bottom: 0; right: 120px; z-index: 2; }
.hero-cloud {
    position: absolute;
    bottom: -30px;
    pointer-events: none;
    will-change: transform;
}
.hero-cloud-1 { left: -20px; width: 420px; }
.hero-cloud-2 { left: 280px; width: 360px; }
.hero-cloud-3 { left: 500px; width: 300px; }

/* ── Features partial ─────────────────────────────────────── */
.home-icons { max-width: 100px; height: auto; }
.weight-normal { font-weight: 400 !important; }
.bg-grey { background-color: #f8f9fa !important; }

/* ── Integrations partial ─────────────────────────────────── */
.integrations .logo { display: flex; align-items: center; justify-content: center; }

/* ── Footer ───────────────────────────────────────────────── */
.footer {
    font-size: 17.5px;
    background: #ED1E79;
    color: #fff;
    padding: 50px 0 35px;
}
.footer a { color: #fff; text-decoration: none; transition: color 0.2s; }
.footer a:hover { color: rgba(255,255,255,0.75); }
.color-scheme { background-color: #ED1E79 !important; color: #fff; }
.color-scheme a { color: #fff; }

/* ── Mudiad Meithrin partner badge ────────────────────────── */
.mm-partner-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgba(255,255,255,0.2);
    border: 1.5px solid rgba(255,255,255,0.5);
    border-radius: 50px;
    padding: 8px 20px 8px 14px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}
.mm-partner-label {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255,255,255,0.85);
    white-space: nowrap;
    border-right: 1px solid rgba(255,255,255,0.35);
    padding-right: 12px;
}
.mm-partner-logo {
    height: 32px;
    width: auto;
}

/* ── Feature showcase sections ────────────────────────────── */
.feature-showcase-section {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}
.feature-showcase-section.alt-bg { background: #f5f8fa; }

.feature-section-num { display: none; }

.screenshot-img {
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.12), 0 4px 16px rgba(0,0,0,0.06);
}

.feature-stat-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(43,215,162,0.1);
    border-left: 3px solid #2BD7A2;
    border-radius: 0 10px 10px 0;
    padding: 12px 18px;
    margin: 20px 0;
}
.feature-stat-badge i { color: #2BD7A2; font-size: 1rem; flex-shrink: 0; }
.feature-stat-badge strong { color: #1a7a5c; font-size: 0.88rem; }

@media (max-width: 991px) {
    .feature-showcase-section { padding: 60px 0; }
    .feature-section-num { font-size: 130px; }
}
@media (max-width: 767px) {
    .feature-showcase-section { padding: 44px 0; }
    .feature-section-num { display: none; }
}

/* Mobile Responsive */
@media (max-width: 991px) {
    .hero-section {
        padding: 60px 0 80px;
    }

    .display-4 {
        font-size: 2.5rem;
    }

    .display-5 {
        font-size: 2rem;
    }

    .demo-form-card {
        margin-top: 40px;
    }

    .testimonial-box {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .hero-section {
        padding: 40px 0 60px;
    }

    .display-4 {
        font-size: 2rem;
    }

    .display-5 {
        font-size: 1.5rem;
    }

    .display-6 {
        font-size: 1.4rem;
    }

    .benefit-item {
        margin-bottom: 10px;
        padding: 5px 0;
    }

    .problem-card,
    .feature-card {
        padding: 30px 20px;
    }

    .pricing-card {
        padding: 40px 25px;
    }
}
