/* EMD Landing Page — generated by nutra-factory */
:root {
    --color-primary: #0f6b46;
    --color-primary-dark: #073929;
    --color-accent: #d4a017;
    --color-bg: #ffffff;
    --color-bg-light: #f8f9fa;
    --color-text: #1a1a2e;
    --color-text-muted: #6b7280;
    --color-border: #e5e7eb;
    --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --max-width: 1100px;
    --radius: 12px;
    --shadow: 0 2px 8px rgba(0,0,0,0.06);
    --shadow-lg: 0 8px 30px rgba(0,0,0,0.1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
    font-family: var(--font-body);
    color: var(--color-text);
    background: var(--color-bg);
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    display: flex;
    flex-direction: column;
}

.rh26-98df5a3e { max-width: var(--max-width); margin: 0 auto; padding: 0 20px; }

a { color: var(--color-primary); text-decoration: none; }
a:hover { text-decoration: underline; }

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

h1, h2, h3, h4 { line-height: 1.3; }
h2 { font-size: 1.75rem; margin-bottom: 1rem; text-align: center; }
h3 { font-size: 1.2rem; margin-bottom: 0.5rem; }

.rh26-3dd1c91c { padding: 60px 0; }
.rh26-65036584 { background: var(--color-bg-light); }

.rh26-582c83d3 {
    order: 99;
    padding: 56px 20px;
    background: #f5fbf7;
    border-top: 1px solid var(--color-border);
}
.rh26-582c83d3 h2,
.rh26-582c83d3 p {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}

/* --- Disclaimer bar --- */
.rh26-bdb10ed0 {
    background: #fef3cd;
    color: #856404;
    padding: 8px 0;
    font-size: 0.8rem;
    text-align: center;
    border-bottom: 1px solid #ffc107;
}
.rh26-bdb10ed0 strong { font-weight: 600; }

/* --- Header --- */
.rh26-c4ca8ef5 {
    background: var(--color-bg);
    border-bottom: 1px solid var(--color-border);
    padding: 16px 0;
    position: sticky;
    top: 0;
    z-index: 100;
}
.rh26-c4ca8ef5 .rh26-98df5a3e { display: flex; align-items: center; justify-content: space-between; }
.rh26-06ad91c7 { font-weight: 800; font-size: 1.3rem; color: var(--color-text); }
.rh26-06ad91c7:hover { text-decoration: none; }
.rh26-c4ca8ef5 nav { display: flex; gap: 20px; }
.rh26-c4ca8ef5 nav a { color: var(--color-text-muted); font-size: 0.9rem; font-weight: 500; }
.rh26-c4ca8ef5 nav a:hover { color: var(--color-primary); text-decoration: none; }

/* --- Hero --- */
.rh26-a962227a {
    background: linear-gradient(135deg, var(--color-bg-light) 0%, var(--color-bg) 100%);
    padding: 60px 0 40px;
}
.rh26-259a53ed { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.rh26-fcceb826 {
    display: inline-block;
    background: var(--color-primary);
    color: #fff;
    padding: 4px 14px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 16px;
}
.rh26-a962227a h1 { font-size: 2.2rem; margin-bottom: 16px; }
.rh26-a962227a h1 .rh26-e8f1913a { color: var(--color-primary); }
.rh26-4d525f5e { font-size: 1.1rem; color: var(--color-text-muted); margin-bottom: 20px; }
.rh26-03341f4b { display: flex; align-items: center; gap: 10px; }
.rh26-0373a8ae { color: #f59e0b; font-size: 1.3rem; letter-spacing: 2px; }
.rh26-69f280c4 img { border-radius: var(--radius); box-shadow: var(--shadow-lg); }

/* --- CTA buttons --- */
.rh26-d2135d18 {
    display: inline-block;
    background: var(--color-primary);
    color: #fff;
    padding: 14px 32px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    transition: background 0.2s, transform 0.2s;
}
.rh26-d2135d18:hover { background: var(--color-primary-dark); transform: translateY(-1px); text-decoration: none; }
.rh26-d2135d18.rh26-474a7bff { padding: 10px 24px; font-size: 0.9rem; }
.rh26-d2135d18.rh26-d417f097 { padding: 18px 40px; font-size: 1.1rem; }
.rh26-d2135d18.rh26-fd3ef445 { background: #fff; color: var(--color-primary); }
.rh26-d2135d18.rh26-fd3ef445:hover { background: #f0f0f0; }

/* --- Verdict box --- */
.rh26-5cfddfb7 {
    background: var(--color-bg-light);
    border: 1px solid var(--color-border);
    border-radius: var(--radius);
    padding: 30px;
    text-align: center;
}
.rh26-b3c4737b { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
.rh26-19d1a373 { font-weight: 700; font-size: 1.1rem; }
.rh26-3fa5aca8 { font-size: 2rem; font-weight: 800; color: var(--color-primary); }
.rh26-3fa5aca8 small { font-size: 1rem; color: var(--color-text-muted); }
.rh26-5cfddfb7 p { text-align: left; margin-bottom: 20px; }

/* --- Ingredients grid --- */
.rh26-e62a666c {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 30px;
}
.rh26-b2f2f835 {
    background: var(--color-bg);
    border: 1px solid var(--color-border);
    border-radius: var(--radius);
    padding: 24px;
    transition: box-shadow 0.2s;
}
.rh26-b2f2f835:hover { box-shadow: var(--shadow-lg); }
.rh26-2147b5c0 { font-size: 2rem; margin-bottom: 10px; }
.rh26-b2f2f835 h3 { font-size: 1.05rem; }
.rh26-b2f2f835 p { color: var(--color-text-muted); font-size: 0.9rem; margin-top: 8px; }

/* --- CTA banner --- */
.rh26-f8f3616a {
    background: var(--color-primary);
    color: #fff;
    padding: 24px 0;
    text-align: center;
}
.rh26-f8f3616a p { margin-bottom: 16px; font-size: 1.1rem; }
.rh26-f8f3616a strong { font-weight: 700; }

/* --- Benefits grid --- */
.rh26-6b43a9e3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 24px;
    margin: 30px 0;
}
.rh26-db5942ce {
    background: var(--color-bg);
    border-radius: var(--radius);
    padding: 24px;
    border: 1px solid var(--color-border);
}
.rh26-450b7017 { font-size: 2rem; margin-bottom: 10px; }
.rh26-db5942ce p { color: var(--color-text-muted); font-size: 0.9rem; margin-top: 8px; }

/* --- Expectation timeline --- */
.rh26-7d55edd1 {
    background: var(--color-bg);
    border: 1px solid var(--color-border);
    border-radius: var(--radius);
    padding: 24px;
    margin-top: 30px;
}
.rh26-7d55edd1 h3 { margin-bottom: 16px; }
.rh26-926a1afe {
    display: flex;
    gap: 16px;
    padding: 10px 0;
    border-bottom: 1px solid var(--color-border);
    font-size: 0.95rem;
}
.rh26-926a1afe:last-child { border-bottom: none; }
.rh26-25d23a92 { font-weight: 700; min-width: 120px; color: var(--color-primary); }

/* --- Reviews --- */
.rh26-6e56375d {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
    margin: 30px 0;
}
.rh26-fdb13b16 {
    background: var(--color-bg-light);
    border-radius: var(--radius);
    padding: 24px;
    border: 1px solid var(--color-border);
}
.rh26-a87b208c { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.rh26-41b71ab2 { color: #f59e0b; font-size: 1.1rem; letter-spacing: 1px; }
.rh26-700ce689 { font-size: 0.75rem; color: var(--color-text-muted); }
.rh26-2711a3f6 { font-style: italic; color: var(--color-text); margin-bottom: 12px; font-size: 0.95rem; }
.rh26-b6204f2e { font-size: 0.85rem; color: var(--color-text-muted); }
.rh26-6bad3d4c {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    padding: 24px;
    background: var(--color-bg-light);
    border-radius: var(--radius);
}
.rh26-b4e54610 { text-align: center; }
.rh26-b4e54610 strong { display: block; font-size: 1.5rem; color: var(--color-primary); }

/* --- Pricing --- */
.rh26-a43fc1c5 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 30px 0;
    align-items: start;
}
.rh26-ddb23890 {
    background: var(--color-bg);
    border: 1px solid var(--color-border);
    border-radius: var(--radius);
    padding: 30px 24px;
    text-align: center;
    position: relative;
}
.rh26-ddb23890.rh26-83444ce7 {
    border: 2px solid var(--color-primary);
    box-shadow: var(--shadow-lg);
    transform: scale(1.05);
}
.rh26-e6ed478a {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--color-primary);
    color: #fff;
    padding: 4px 16px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    white-space: nowrap;
}
.rh26-003969f4 { font-weight: 700; font-size: 1.1rem; margin-bottom: 4px; }
.rh26-5ebb6978 { color: var(--color-text-muted); font-size: 0.85rem; margin-bottom: 16px; }
.rh26-948f9096 { font-size: 2rem; font-weight: 800; color: var(--color-primary); }
.rh26-948f9096 small { font-size: 0.9rem; color: var(--color-text-muted); font-weight: 400; }
.rh26-1959a1c3 { margin: 8px 0; font-size: 0.85rem; color: var(--color-text-muted); }
.rh26-1959a1c3 strong { color: var(--color-primary); }
.rh26-006cd935 { font-size: 0.8rem; color: var(--color-text-muted); margin-bottom: 16px; }

/* --- FAQ --- */
.rh26-52e92e1a { max-width: 720px; margin: 30px auto 0; }
.rh26-5256a371 {
    border: 1px solid var(--color-border);
    border-radius: var(--radius);
    margin-bottom: 10px;
    overflow: hidden;
}
.rh26-5256a371 summary {
    padding: 16px 20px;
    font-weight: 600;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.rh26-5256a371 summary::after { content: '+'; font-size: 1.3rem; color: var(--color-text-muted); }
.rh26-5256a371[open] summary::after { content: '−'; }
.rh26-5256a371 p { padding: 0 20px 16px; color: var(--color-text-muted); font-size: 0.95rem; }

/* --- CTA final --- */
.rh26-f3d9998c { text-align: center; background: linear-gradient(135deg, var(--color-bg-light), var(--color-bg)); }
.rh26-f3d9998c p { max-width: 700px; margin: 0 auto 20px; }
.rh26-1b5a025b { font-size: 0.85rem; color: var(--color-text-muted); margin-top: 12px; }

/* --- Disclaimer/Transparency --- */
.rh26-4344ce07 { background: var(--color-bg-light); }
.rh26-fb2b0578 { max-width: 720px; margin: 0 auto; }
.rh26-fb2b0578 p { margin-bottom: 12px; font-size: 0.9rem; color: var(--color-text-muted); }

/* --- Guarantee --- */
.rh26-e5883255 {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    background: var(--color-bg);
    border: 1px solid var(--color-border);
    border-radius: var(--radius);
    padding: 24px;
    margin-top: 24px;
}
.rh26-c536ed50 { font-size: 2rem; }
.rh26-e5883255 p { font-size: 0.9rem; color: var(--color-text-muted); margin-top: 4px; }

/* --- Footer --- */
.rh26-479e4d8c {
    background: var(--color-text);
    color: #d1d5db;
    padding: 48px 0 24px;
}
.rh26-2d326626 { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; margin-bottom: 30px; }
.rh26-621a5ee8 { font-weight: 800; font-size: 1.2rem; color: #fff; margin-bottom: 8px; }
.rh26-af37af60 { font-size: 0.85rem; line-height: 1.5; }
.rh26-479e4d8c h4 { color: #fff; font-size: 0.9rem; margin-bottom: 12px; }
.rh26-479e4d8c a { display: block; color: #d1d5db; font-size: 0.85rem; margin-bottom: 6px; }
.rh26-479e4d8c a:hover { color: #fff; text-decoration: none; }
.rh26-aeb5f00c { border-top: 1px solid #374151; padding-top: 20px; text-align: center; font-size: 0.8rem; }
.rh26-9daa5d96 { margin-top: 8px; font-size: 0.75rem; color: #9ca3af; }

/* --- Mobile CTA (fixed bottom) --- */
.rh26-0ce11259 {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: var(--color-bg);
    padding: 12px 20px;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.1);
}
.rh26-0ce11259 a {
    display: block;
    background: var(--color-primary);
    color: #fff;
    text-align: center;
    padding: 14px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    animation: pulse 2s cubic-bezier(0.25, 0, 0, 1) 1s infinite;
    box-shadow: 0 0 0 0 var(--color-primary);
}
.rh26-0ce11259 a:hover { text-decoration: none; }

@keyframes pulse {
    to { box-shadow: 0 0 0 18px transparent; }
}

/* --- Mobile responsive --- */
@media (max-width: 768px) {
    .rh26-c4ca8ef5 nav { display: none; }
    .rh26-259a53ed { grid-template-columns: 1fr; text-align: center; }
    .rh26-a962227a h1 { font-size: 1.6rem; }
    .rh26-03341f4b { justify-content: center; }
    .rh26-a43fc1c5 { grid-template-columns: 1fr; }
    .rh26-ddb23890.rh26-83444ce7 { transform: none; }
    .rh26-2d326626 { grid-template-columns: 1fr; gap: 24px; }
    .rh26-6bad3d4c { gap: 20px; }
    .rh26-b3c4737b { flex-direction: column; gap: 8px; }
    .rh26-0ce11259 { display: block; }
    body { padding-bottom: 70px; }
    h2 { font-size: 1.4rem; }
    .rh26-926a1afe { flex-direction: column; gap: 4px; }
    .rh26-25d23a92 { min-width: auto; }
}

@media (max-width: 480px) {
    .rh26-a962227a h1 { font-size: 1.35rem; }
    .rh26-4d525f5e { font-size: 0.95rem; }
    .rh26-3dd1c91c { padding: 40px 0; }
    .rh26-6b43a9e3 { grid-template-columns: 1fr; }
}


/* Roota UK Wizards + product gallery patches */
body { display: flex; flex-direction: column; }
.rh26-348e6d64 { order: 99; max-width: 980px; margin: 56px auto 24px; padding: 28px; border-radius: 28px; background: #f7fbf6; color: #102018; border: 1px solid rgba(15,107,70,.16); }
.rh26-348e6d64 h2 { margin: 0 0 12px; font-size: clamp(1.35rem,2vw,2rem); color: #063523; }
.rh26-348e6d64 p { margin: 0; line-height: 1.7; }
.rh26-ba755833 { padding: 72px 0; background: linear-gradient(180deg,#f7fbf6,#ffffff); }
.rh26-de77d6ef { max-width: 760px; margin: 0 auto 28px; text-align: center; }
.rh26-de77d6ef span { color: #0f6b46; text-transform: uppercase; font-size: .76rem; letter-spacing: .14em; font-weight: 800; }
.rh26-e8b7fb84 { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; align-items: stretch; }
.rh26-e8b7fb84 img { width: 100%; height: 360px; object-fit: contain; background: #fff; border-radius: 28px; box-shadow: 0 20px 70px rgba(6,53,35,.12); padding: 18px; }
@media (max-width: 760px) { .rh26-e8b7fb84 { grid-template-columns: 1fr; } .rh26-e8b7fb84 img { height: 280px; } .rh26-348e6d64 { margin: 32px 16px; } }
