/*
Theme Name: Eden
Theme URI: https://eden.app/
Description: Standalone Eden theme with custom video, profile, search, and feeds functionality. No Elementor required.
Author: Eden Team
Author URI: https://eden.app/
Version: 1.0.0
Text Domain: eden
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: custom-menu, custom-logo, featured-images, translation-ready
*/

/* =========================================================
   Base layout & resets for the standalone Eden theme.
   Page-specific styles live in assets/css/* and are
   enqueued only on the pages that use them.
   ========================================================= */

html { box-sizing: border-box; }
*, *::before, *::after { box-sizing: inherit; }

body {
    margin: 0;
    background: #111111;
    color: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

main { background: #111111; }

a { color: inherit; text-decoration: none; }
a:hover { text-decoration: none; }

img { max-width: 100%; height: auto; display: block; }

.container {
    width: 100%;
    max-width: calc(1360px + 64px) !important;
    margin: 0 auto;
    padding: 0 32px !important;
    box-sizing: border-box;
}



.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.skip-link {
    position: absolute;
    left: -9999px;
    top: 8px;
    background: #000;
    color: #fff;
    padding: 8px 12px;
    z-index: 100000;
}
.skip-link:focus {
    left: 8px;
}

/* Basic site header / footer for the bundled template-parts. */
.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
    background: #111111;
    border-bottom: 1px solid #1f1f1f;
}

.site-header .site-title a {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.site-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
}

.site-footer {
    padding: 32px 24px;
    background: #111111;
    border-top: 1px solid #1f1f1f;
    color: #999;
    text-align: center;
}

/* Simple page wrapper used by template-parts/single & archive. */
.site-main {
    padding: 0;
}

/*
 * Push regular content pages below the fixed/transparent site header.
 * Skip on the homepage so the full-bleed hero block keeps its layout.
 * Skip on .page-template pages that opt out via body class.
 *
 * Targeting .site-main (not .container) because .container has
 * `padding: 0 32px !important` which would override our top padding.
 */
body:not(.home):not(.eden-no-page-pad) .site-main {
    padding-top: 140px;
    padding-bottom: 40px;
}

/* ---------- Global heading scale (h1–h6) ------------------------------- *
 * Provides a clean, SEO-friendly hierarchy: each level is visually
 * distinct from the next. Block-specific styles (e.g. .eden-hero__heading)
 * have higher specificity and will override these defaults.
 */
h1, h2, h3, h4, h5, h6 {
    color: #ffffff;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.01em;
    margin: 0 0 0.35em;
}
h1 { font-size: 44px; line-height: 1.15; letter-spacing: -0.02em; }
h2 { font-size: 32px; line-height: 1.2; }
h3 { font-size: 24px; line-height: 1.25; }
h4 { font-size: 20px; line-height: 1.3; }
h5 { font-size: 17px; line-height: 1.35; }
h6 { font-size: 14px; line-height: 1.4; text-transform: uppercase; letter-spacing: 0.08em; }

.page-header {
    margin-bottom: 24px;
}
.page-header .entry-title {
    margin: 0 0 30px 0;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.15;
    color: #ffffff;
    text-align: center;
}

/* ---------- Content typography for regular pages/posts ----------------- */
.page-content {
    color: rgba(255, 255, 255, 0.85);
    font-size: 16px;
    line-height: 1.7;
}
.page-content > * { max-width: 100%; }

.page-content p {
    margin: 0 0 20px;
}
.page-content p:last-child { margin-bottom: 0; }

.page-content a {
    color: #6EFF77;
    text-decoration: underline;
    text-decoration-color: rgba(110, 255, 119, 0.4);
    text-underline-offset: 3px;
    transition: color .15s ease, text-decoration-color .15s ease;
}
.page-content a:hover {
    color: #87D9FF;
    text-decoration-color: #87D9FF;
}

.page-content strong, .page-content b { color: #ffffff; font-weight: 700; }
.page-content em, .page-content i   { font-style: italic; }
.page-content small                 { font-size: 0.875em; color: rgba(255, 255, 255, 0.6); }

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
    color: #ffffff;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.01em;
    margin: 1.1em 0 0.4em;
}
.page-content h1 { font-size: 40px; line-height: 1.15; letter-spacing: -0.02em; }
.page-content h2 { font-size: 30px; line-height: 1.2; }
.page-content h3 { font-size: 22px; line-height: 1.25; }
.page-content h4 { font-size: 18px; line-height: 1.3; }
.page-content h5 { font-size: 16px; line-height: 1.35; }
.page-content h6 { font-size: 13px; line-height: 1.4; text-transform: uppercase; letter-spacing: 0.08em; }
.page-content > h1:first-child,
.page-content > h2:first-child,
.page-content > h3:first-child,
.page-content > h4:first-child,
.page-content > h5:first-child,
.page-content > h6:first-child { margin-top: 0; }

.page-content ul,
.page-content ol {
    margin: 0 0 1.25em;
    padding-left: 1.6em;
}
.page-content li {
    margin-bottom: 0.5em;
}
.page-content li > ul,
.page-content li > ol { margin-top: 0.5em; margin-bottom: 0; }
.page-content ul ul { list-style: circle; }
.page-content ul ul ul { list-style: square; }

.page-content blockquote {
    margin: 1.5em 0;
    padding: 16px 24px;
    border-left: 3px solid #6EFF77;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 0 8px 8px 0;
    color: rgba(255, 255, 255, 0.9);
    font-style: italic;
}
.page-content blockquote p:last-child { margin-bottom: 0; }

.page-content code {
    padding: 2px 6px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 4px;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 0.92em;
    color: #87D9FF;
}
.page-content pre {
    margin: 1.5em 0;
    padding: 16px 20px;
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    overflow-x: auto;
    font-size: 14px;
    line-height: 1.5;
}
.page-content pre code {
    padding: 0;
    background: transparent;
    color: inherit;
    border-radius: 0;
}

.page-content hr {
    margin: 2em 0;
    border: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.12);
}

.page-content img,
.page-content figure {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}
.page-content figure { margin: 1.5em 0; }
.page-content figcaption {
    margin-top: 8px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
}

.page-content table {
    width: 100%;
    margin: 1.5em 0;
    border-collapse: collapse;
    font-size: 15px;
}
.page-content th,
.page-content td {
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    text-align: left;
}
.page-content th {
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    font-weight: 600;
}

.post-tags {
    margin-top: 2em;
    padding-top: 1.5em;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}
.post-tags a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    margin-right: 4px;
}
.post-tags a:hover { color: #6EFF77; }

/* Responsive type scale for content pages. */
@media (max-width: 1024px) {
    body:not(.home):not(.eden-no-page-pad) .site-main {
        padding-top: 110px;
        padding-bottom: 60px;
    }
    h1 { font-size: 36px; }
    h2 { font-size: 28px; }
    h3 { font-size: 22px; }
    h4 { font-size: 19px; }
    .page-header .entry-title { font-size: 36px; }
    .page-content h1 { font-size: 32px; }
    .page-content h2 { font-size: 26px; }
    .page-content h3 { font-size: 20px; }
    .page-content h4 { font-size: 17px; }
}
@media (max-width: 560px) {
    body:not(.home):not(.eden-no-page-pad) .site-main {
        padding-top: 90px;
    }
    h1 { font-size: 30px; line-height: 1.2; }
    h2 { font-size: 24px; }
    h3 { font-size: 20px; }
    h4 { font-size: 18px; }
    .page-header .entry-title { font-size: 30px; line-height: 1.2; }
    .page-content { font-size: 15px; }
    .page-content h1 { font-size: 28px; line-height: 1.2; }
    .page-content h2 { font-size: 22px; }
    .page-content h3 { font-size: 19px; }
    .page-content h4 { font-size: 17px; }
}

.pagination {
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
}

/* Hero links helper kept from the old child theme. */
.hero__links {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    max-width: 400px;
    margin: 0 auto;
}

/* === Eden header (theme options) === */
:root {
    --eden-header-bg:        rgba(17, 17, 17, 0.6);
    --eden-header-max-width: 1360px;
    --eden-header-pad-y:     0px;
    --eden-header-pad-x:     0px;
    --eden-header-blur:      7px;
}

/*
 * The header is fully transparent at the top of the page. JavaScript adds
 * the .is-scrolled class as soon as the user scrolls away from the top,
 * which then reveals the configured background + backdrop blur. Scrolling
 * back to the top removes the class and the header turns transparent again.
 */
.site-header {
    width: 100%;
    background: transparent;
    padding: var(--eden-header-pad-y) var(--eden-header-pad-x);
    box-sizing: border-box;
    border-bottom: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    transition: background-color 0.3s ease, backdrop-filter 0.3s ease, -webkit-backdrop-filter 0.3s ease;
}

.site-header.is-scrolled {
    background: var(--eden-header-bg);
    backdrop-filter: blur(var(--eden-header-blur));
    -webkit-backdrop-filter: blur(var(--eden-header-blur));
}

/* Positioning modes. */
.site-header--position-static { position: static; }

.site-header--position-sticky {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
}

.site-header--position-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

/* Admin bar offset (so fixed/sticky headers don't go behind it). */
.admin-bar .site-header--position-fixed,
.admin-bar .site-header--position-sticky {
    top: 32px;
}
@media screen and (max-width: 782px) {
    .admin-bar .site-header--position-fixed,
    .admin-bar .site-header--position-sticky {
        top: 46px;
    }
}

.site-header__inner {
    width: 100%;
    max-width: var(--eden-header-max-width);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.site-header--mode-shortcode-only .site-header__inner {
    justify-content: center;
}

.site-header__brand { display: flex; align-items: center; }
.site-header__logo-link { display: inline-flex; align-items: center; line-height: 0; }
.site-header__logo { display: block; max-width: 100%; }
.site-header__site-title { font-size: 20px; font-weight: 700; color: inherit; text-decoration: none; }

.site-header__nav { flex: 1 1 auto; display: flex; justify-content: center; }
.site-header__nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 24px;
    align-items: center;
}
.site-header__nav a {
    color: inherit;
    text-decoration: none;
    font-weight: 500;
    transition: opacity 0.15s ease-out;
}
.site-header__nav a:hover { opacity: 0.75; text-decoration: none; }

.site-header__shortcode { display: flex; align-items: center; gap: 8px; width: 100%;}

@media (max-width: 1025px) {
    .site-header--mode-shortcode-only .site-header__inner{
        display: block;
    }
}

@media (max-width: 768px) {
    .site-header {
        padding:
            var(--eden-header-pad-y-mobile, var(--eden-header-pad-y))
            var(--eden-header-pad-x-mobile, var(--eden-header-pad-x));
    }
    .site-header__inner {
        gap: 12px;
    }
    .site-header__nav ul {
        gap: 16px;
    }
}

/* === Eden footer (theme options) === */
:root {
    --eden-footer-grad-from:   #37933D;
    --eden-footer-grad-to:     #29A7E2;
    --eden-footer-grad-angle:  92deg;
    --eden-footer-color:       #ffffff;
    --eden-footer-max-width:   1360px;
    --eden-footer-pad-y:       56px;
    --eden-footer-pad-x:       32px;
    --eden-footer-pad-y-mobile: 40px;
    --eden-footer-pad-x-mobile: 16px;

    /* Outer gutter (page edge → gradient block) + corner radius */
    --eden-footer-outer-y:        32px;
    --eden-footer-outer-x:        32px;
    --eden-footer-outer-y-mobile: 16px;
    --eden-footer-outer-x-mobile: 12px;
    --eden-footer-radius:         24px;

    /* Decorative overlay image defaults (image var is unset by default) */
    --eden-footer-decor-width:  430px;
    --eden-footer-decor-height: 70px;
    --eden-footer-decor-left:   25%;
    --eden-footer-decor-top:    15%;
    --eden-footer-decor-rotate: -4deg;

    --eden-popup-overlay:      rgba(43, 43, 43, 0.6);
    --eden-popup-blur:         4px;
}

.eden-footer {
    width: 100%;
    color: var(--eden-footer-color);
    background: transparent;
    box-sizing: border-box;
    padding: var(--eden-footer-outer-y) var(--eden-footer-outer-x);
}
.eden-footer * { box-sizing: border-box; }

.eden-footer__inner {
    position: relative;
    width: 100%;
    max-width: var(--eden-footer-max-width);
    margin: 0 auto;
    padding: var(--eden-footer-pad-y) var(--eden-footer-pad-x);
    background-image: linear-gradient(
        var(--eden-footer-grad-angle),
        var(--eden-footer-grad-from) 0%,
        var(--eden-footer-grad-to)   100%
    );
    border-radius: var(--eden-footer-radius);
    overflow: hidden;
}

/* Decorative overlay image (added when a footer_decor_image is set). */
.eden-footer.has-decor .eden-footer__inner::before {
    content: '';
    position: absolute;
    width: var(--eden-footer-decor-width);
    height: var(--eden-footer-decor-height);
    left: var(--eden-footer-decor-left);
    top: var(--eden-footer-decor-top);
    transform: rotate(var(--eden-footer-decor-rotate));
    background-image: var(--eden-footer-decor-image);
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
}
/* Keep real content above the decorative overlay. */
.eden-footer__top,
.eden-footer__bottom,
.eden-footer__menus,
.eden-footer__menu {
    position: relative;
    z-index: 2;
}

.eden-footer__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 32px;
    padding-bottom: 20px;
}

/* Logo + caption sit on a single row (image left, text right). */
.eden-footer__brand {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 40px;
    flex: 0 0 auto;
}
.eden-footer__logo-link { display: inline-flex; }
.eden-footer__logo { width: 100px; height: auto; display: block; }
.eden-footer__caption {
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    color: inherit;
    font-family: "Inter", Sans-serif;
    line-height: 1.1;
    /* Honour line breaks typed in the caption (Enter key in ACF). */
    white-space: pre-line;
    text-align: left;
}
.eden-footer__caption br { display: block; }

.eden-footer__right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
    flex: 0 1 auto;
}

.eden-footer__badges {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}
.eden-footer__badge { margin: 0; padding: 0; }
.eden-footer__badge-img {     display: block;
    max-width: fit-content;
    height: 43px;}

/* ---------- Newsletter (Mailchimp form) ---------- */
.eden-newsletter { width: 100%; max-width: 360px; min-width: 280px; }
.eden-newsletter__form { margin: 0; }
.eden-newsletter__title {
    margin: 0 0 12px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
}
.eden-newsletter__field { position: relative; }
.eden-newsletter__input {
    width: 100%;
    min-height: 52px;
    padding: 10px 110px 10px 24px;
    color: #344054;
    font-size: 16px;
    line-height: normal;
    border: none !important;
    border-radius: 40px;
    background: #fff;
    outline: none;
}
.eden-newsletter__input::placeholder { color: #98A2B3; }
.eden-newsletter__input:focus,
.eden-newsletter__input:focus-visible { outline: none; border: none; }

.eden-newsletter__submit {
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
    min-width: 86px;
    height: 44px;
    border: none !important;
    border-radius: 24px;
    background: linear-gradient(98deg, #37933D 6.31%, #29A7E2 153.21%);
    cursor: pointer;
    transition: filter 0.2s ease;
}
.eden-newsletter__submit:hover { filter: brightness(1.05); }
.eden-newsletter__submit:before {
    content: '';
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 24px; height: 12px;
    pointer-events: none;
    /* Right arrow icon */
    background:
        url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='12' viewBox='0 0 24 12' fill='none'%3E%3Cpath d='M23.5 6H1M23.5 6L18.5 1M23.5 6L18.5 11' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
        center / contain no-repeat;
    transition: transform 0.3s ease;
}
.eden-newsletter__submit:hover:before { transform: translate(-40%, -50%); }
.eden-newsletter__honeypot { position: absolute; left: -5000px; }

/* ---------- Bottom row (copyright / social) ---------- */
.eden-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding-top: 0;
}
.eden-footer__copyright {
    font-size: 14px;
    color: inherit;
    flex: 0 0 auto;
    margin: 30px 0 0;
}


.eden-footer__menus {
    display: flex;
    flex-wrap: wrap;
    gap: 70px;
}
.eden-footer__menu-col {
    flex: 0 1 auto;
    min-width: 0;
}
.eden-footer__menu-title {
    margin: 0 0 4px;
    padding-bottom: 7px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    font-size: 24px;
    font-weight: 600;
    color: inherit;
    line-height: 1.4;
}
.eden-footer__menu-sep {
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 1;
    color: inherit;
    opacity: 0.85;
}

.eden-footer__menu {
    margin-top: 0;
    display: flex;
    justify-content: flex-start;
}
.eden-footer__menu ul {
    list-style: none; margin: 0; padding: 0;
    display: flex; flex-wrap: wrap; gap: 0;
}
.eden-footer__menu-col .eden-footer__menu ul {
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 0;
}
.eden-footer__menu li { display: inline-block; }
.eden-footer__menu-col .eden-footer__menu li { display: block; }
.eden-footer__menu a {
    display: inline-block;
    padding: 6px 14px;
    color: inherit;
    text-decoration: none;
    font-size: 17px;
    transition: opacity .15s ease;
}
.eden-footer__menu-col .eden-footer__menu a {
    padding: 3px 0;
}
.eden-footer__menu a:first-child,
.eden-footer__menu li:first-child a { padding-left: 0; }
.eden-footer__menu a:hover { opacity: 0.85; text-decoration: none; }

.eden-footer__social {
    list-style: none; margin: 0; padding: 0;
    display: flex; gap: 8px; align-items: center; flex: 0 0 auto;
}
.eden-footer__social-item { margin: 0; padding: 0; }
.eden-footer__social-link {
    display: inline-flex;
    align-items: center; justify-content: center;
    width: 56px; height: 56px;
    border: 1px solid rgba(255,255,255,0.4);
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.15s ease;
}
.eden-footer__social-link:hover { background: rgba(255,255,255,0.12); text-decoration: none; }
.eden-footer__social-icon { width: 18px; height: 18px; object-fit: contain; }
/* FontAwesome (or any <i class="...">) glyph inside the social link. */
.eden-footer__social-link > i {
    font-size: 28px;
    line-height: 1;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: inherit;
}

/* ---------- Popup (EDEN+) ---------- */
.eden-popup-overlay {
    display: none;
    position: fixed;
    inset: 0;
    width: 100%; height: 100%;
    z-index: 9998;
    background: var(--eden-popup-overlay);
    backdrop-filter: blur(var(--eden-popup-blur));
    -webkit-backdrop-filter: blur(var(--eden-popup-blur));
}
.eden-popup-overlay.show-me { display: block; }

.eden-popup,
.my-popup-section {
    display: none;
    position: fixed;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    min-width: 320px;
    max-width: 766px;
    padding: 40px;
    z-index: 9999;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 24px;
    background:
        linear-gradient(#111 0 0) padding-box,
        linear-gradient(90deg, #6EFF77 0%, #87D9FF 100%) border-box;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
}
.eden-popup.show-me, .my-popup-section.show-me { display: block; }

.eden-popup__close {
    position: absolute;
    right: 24px; top: 24px;
    width: 32px; height: 32px;
    display: inline-flex; align-items: center; justify-content: center;
    border: none; background: transparent;
    color: #fff;
    cursor: pointer;
    padding: 0;
}
.eden-popup__close svg { width: 24px; height: 24px; }

.eden-popup__title { margin: 0 0 12px; font-size: 32px; font-weight: 700; line-height: 1.1; }
.eden-popup__description { margin: 0 0 24px; color: rgba(255,255,255,0.85); font-size: 16px; }

.eden-popup__prices {
    list-style: none; margin: 0; padding: 0;
    display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px;
}
.eden-popup__price {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 16px;
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.eden-popup__price-head { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; justify-content: space-between;}
.eden-popup__price-label { font-weight: 600; font-size: 16px; }
.eden-popup__price-badge {
    display: inline-block;
    padding: 4px 16px;
    border-radius: 999px;
    background: #FF656D;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
.eden-popup__price-amount { margin: 0; }
.eden-popup__price-num { font-size: 32px; font-weight: 700; }
.eden-popup__price-period { font-size: 18px; color: #F2F5F2; margin-left: 6px; }

/* Shared gradient text helper used in popup + headings */
.gradient-text {
    background: linear-gradient(90deg, #6EFF77 0%, #87D9FF 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

/* ---------- Light/Dark theme switcher (pill on the right edge) ---------- */
.ed-switch-button {
    width: 150px;
    height: 30px;
    text-align: center;
    position: fixed;
    right: -40px;
    top: 50%;
    transform: rotate(90deg);
    z-index: 999;
    cursor: pointer;
    transition: .3s ease all;
    border: 1px solid #E5E4E2;
    border-radius: 24px;
    overflow: hidden;
    background: #E5E4E2;
}
.ed-switch-button-case {
    background: none;
    width: 50%;
    height: 100%;
    color: #151515;
    position: relative;
    border: none;
    transition: .3s ease all;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
}
.ed-switch-button-case:focus { outline: none; background: transparent; }
.ed-switch-button .active {
    color: #000;
    background: #fff;
    position: absolute;
    left: 0%; top: 0;
    width: 50%; height: 100%;
    z-index: -1;
    transition: .3s ease-out all;
    border-radius: 24px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.06);
}
.ed-switch-button .active-case { color: #000; }

/* Dark theme overrides */
body.sala-dark-scheme { background-color: #151515 !important; color: #fff !important; }
body.sala-dark-scheme a,
body.sala-dark-scheme p { color: #fff !important; }
/* Spans without inline color only — do not override editor forecolor / block text colors */
body.sala-dark-scheme span:not([style*="color"]) { color: #fff !important; }
body.sala-dark-scheme footer a { color: #fff !important; }
body.sala-dark-scheme .ed-switch-button { background: #f1f1f1; border-color: #ccc; }
body.sala-dark-scheme .ed-switch-button-case { color: #000; }
body.sala-dark-scheme .ed-switch-button .active { background: #fff; }

/* CF7 */
.wpcf7-form .e-form-wrapper br {
    display: none !important;
}

.wpcf7-form .e-form-wrapper {
    max-width: 760px;
    margin: 0 auto;
    padding: 32px 24px;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 4px 24px rgba(16, 24, 40, 0.08);
}

.wpcf7-form .e-form-box {
    margin-bottom: 24px;
}
.wpcf7-form .e-form-box-checkbox {
    margin-bottom: 20px;
}
.wpcf7-form .e-form-box:last-child,
.wpcf7-form .e-form-box-checkbox:last-of-type {
    margin-bottom: 0;
}

.wpcf7-form .e-form-box p {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin: 0;
}
.wpcf7-form .e-form-box-checkbox > p {
    display: block;
    margin: 0;
}

.wpcf7-form .e-form-box p label {
    flex: 1;
    min-width: 0;
    font-family: Arial, sans-serif !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #344054 !important;
    display: flex;
    flex-flow: column;
    gap: 8px;
}

.wpcf7-form .e-form-box p label span:first-child {
    display: block;
}

.wpcf7-form .e-form-box .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.wpcf7-form input:not([type="checkbox"]):not([type="submit"]),
.wpcf7-form select {
    width: 100%;
    min-height: 52px;
    background-color: #F6F5F6 !important;
    border-radius: 16px;
    font-family: Arial, sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #667085 !important;
    border: none !important;
    padding: 14px !important;
    box-sizing: border-box;
    outline: none;
    box-shadow: none;
}
.wpcf7-form select {
    appearance: none;
    -webkit-appearance: none;
    padding-right: 40px !important;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23667085' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 12px 8px;
}
.wpcf7-form input:not([type="checkbox"]):not([type="submit"])::placeholder {
    color: #667085 !important;
    opacity: 1;
}
.wpcf7-form input:not([type="checkbox"]):not([type="submit"]):focus,
.wpcf7-form select:focus {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.wpcf7-form textarea {
    width: 100%;
    resize: none;
    height: 148px;
    background-color: #F6F5F6 !important;
    border-radius: 16px;
    font-family: Arial, sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #667085 !important;
    border: none !important;
    padding: 14px !important;
    box-sizing: border-box;
    outline: none;
    box-shadow: none;
}
.wpcf7-form textarea::placeholder {
    color: #667085 !important;
    opacity: 1;
}

.wpcf7-form .e-form-box-checkbox .wpcf7-list-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
    font-family: Arial, sans-serif !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #344054 !important;
}
.wpcf7-form .e-form-box-checkbox input[type="checkbox"] {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    min-height: 20px;
    margin: 2px 0 0;
    padding: 0 !important;
    border: 1.5px solid #D0D5DD !important;
    border-radius: 4px;
    background: #fff !important;
    accent-color: #707EFF;
    cursor: pointer;
}
.wpcf7-form .e-form-box-checkbox .wpcf7-list-item-label {
    flex: 1;
    font-size: 16px;
}

.wpcf7-form .e-additional-info {
    margin-top: 10px;
    font-weight: 400;
    font-size: 16px;
    color: #344054;
}
.wpcf7-form .e-additional-info p {
    margin: 0;
}

.wpcf7-form .e-form-box p:has(.wpcf7-submit) {
    display: block;
    margin-top: 4px;
}
.wpcf7-form .wpcf7-submit {
    min-height: 60px;
    background: linear-gradient(156.17deg, #C68FFE -49%, #707EFF 97.65%);
    border-radius: 16px;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    font-family: Arial, sans-serif !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 28px !important;
    transition: opacity 0.3s ease;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: none;
    color: #fff !important;
    cursor: pointer;
    padding: 16px 24px !important;
}
.wpcf7-form .wpcf7-submit:hover {
    opacity: 0.7;
}

.wpcf7-form .wpcf7-not-valid-tip {
    font-size: 12px;
    color: #D92D20;
    margin-top: 4px;
}
.wpcf7-form .wpcf7-response-output {
    margin: 16px 0 0;
    padding: 12px 16px;
    border-radius: 12px;
    font-size: 14px;
}

body.sala-dark-scheme .wpcf7-form .e-form-wrapper,
body.sala-dark-scheme .wpcf7-form .e-form-wrapper p,
body.sala-dark-scheme .wpcf7-form .e-form-wrapper span,
body.sala-dark-scheme .wpcf7-form .e-form-wrapper label {
    color: #344054 !important;
}
body.sala-dark-scheme .wpcf7-form .e-additional-info {
    color: #667085 !important;
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
    .eden-footer {
        padding:
            var(--eden-footer-outer-y-mobile, var(--eden-footer-outer-y))
            var(--eden-footer-outer-x-mobile, var(--eden-footer-outer-x));
    }
    .eden-footer__inner {
        padding:
            var(--eden-footer-pad-y-mobile, var(--eden-footer-pad-y))
            var(--eden-footer-pad-x-mobile, var(--eden-footer-pad-x));
    }
    .eden-footer__top { flex-direction: column; align-items: center; text-align: center; gap: 24px; }
    .eden-footer__brand { align-items: center; justify-content: center; flex-direction: row; }
    .eden-footer__right { align-items: center; }
    .eden-footer__badges { justify-content: center; }
    .eden-newsletter__title { text-align: center; }
    .eden-footer__bottom { flex-direction: column; gap: 16px; text-align: center; align-items: center; }
    /* Flatten the left group on mobile so social / menu / copyright can be
       reordered as direct flex items of .eden-footer__bottom. */
    .eden-footer__bottom-left { display: contents; }
    .eden-footer__social     { order: 1; }
    .eden-footer__menus      { order: 2; justify-content: center; }
    .eden-footer__copyright  { order: 3; margin-top: 16px; }
    .eden-footer__menu-col .eden-footer__menu ul { align-items: center; }
}
@media (max-width: 768px) {
    .eden-popup,
    .my-popup-section { padding: 24px; min-width: 0; width: 90% !important; }
    .eden-popup__title { font-size: 24px; }
    .eden-popup__prices { grid-template-columns: 1fr; }
    .eden-popup__close { right: 16px; top: 16px; }
    .eden-footer__menus { gap: 32px; justify-content: center; }
    .wpcf7-form .e-form-box p {
        flex-direction: column;
        gap: 20px;
    }
    .wpcf7-form .e-form-wrapper {
        padding: 24px 16px;
    }
}
@media (max-width: 560px) {
    .eden-newsletter { min-width: 100%; max-width: 100%; }
    .eden-newsletter__input { padding: 10px 70px 10px 18px; }
    .eden-newsletter__submit { min-width: 56px; max-width: 56px; }
    .eden-footer__logo { width: 70px; }
.eden-footer__caption {
    font-size: 28px;
}
}
