:root {
            --primary-color: #e47865;
            --bg-color: #f7f3f1;
            --text-color: #333333;
            --white: #ffffff;
            --brand-color: #e47865;
            --bg-color: #ffffff;
            --text-color: #333333;
        }

        * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
            word-break: break-word;
            overflow-wrap: break-word;
        }

        body {
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
            background-color: var(--bg-color);
            color: var(--text-color);
            line-height: 1.6;
            padding-top: 80px;
        }

        .bind {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        /* Nav */
        .topz {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 80px;
            background: var(--white);
            display: flex;
            align-items: center;
            padding: 0 5%;
            z-index: 1000;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
        }
        .sign { margin-right: auto; }
        .sign img { height: 32px; display: block; }
        .wayz { display: flex; gap: 30px; }
        .conn {
            text-decoration: none;
            color: var(--text-color);
            font-weight: 500;
            font-size: 15px;
            padding: 5px 0;
            border-bottom: 2px solid transparent;
            transition: 0.15s ease;
        }
        .conn:hover, .conn.active {
            color: var(--brand-color);
            border-bottom-color: var(--brand-color);
        }

        /* Hero */
        .vizo {
            padding: 80px 0;
            text-align: center;
            background: linear-gradient(135deg, #fdfaf8 0%, #f7f3f1 100%);
        }
        .titl {
            font-size: 3rem;
            color: var(--brand-color);
            margin-bottom: 20px;
        }
        .txtz {
            font-size: 1.25rem;
            max-width: 600px;
            margin: 0 auto;
        }

        /* Content */
        .fold {
            padding: 60px 0;
        }
        .muff {
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
            margin-top: 40px;
        }
        .podd {
            flex: 1 1 300px;
            min-width: 0;
            background: var(--white);
            padding: 40px;
            border-radius: 20px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.03);
            border: 1px solid rgba(0,0,0,0.05);
        }
        .glyph {
            width: 50px;
            height: 50px;
            margin-bottom: 20px;
            fill: var(--brand-color);
        }
        .titl-sm {
            font-size: 1.5rem;
            margin-bottom: 15px;
        }
        .trig {
            display: inline-block;
            margin-top: 20px;
            padding: 10px 20px;
            background: var(--brand-color);
            color: var(--white);
            border-radius: 10px;
            text-decoration: none;
            transition: 0.15s ease;
        }
        .trig:hover {
            transform: translateY(-2px);
            filter: brightness(1.1);
        }

        /* Footer */
        .botz {
            background: #e9e5e3;
            padding: 40px 0;
            text-align: center;
            margin-top: 60px;
        }
        .root {
            font-size: 0.9rem;
            color: #666;
        }

        @media (max-width: 768px) {
            .wayz { gap: 15px; font-size: 13px; }
            .titl { font-size: 2rem; }
        }

.axis-topz {
    font-family: sans-serif;
    color: var(--text-color);
}
.axis-topz,
.axis-topz *,
.axis-topz *::before,
.axis-topz *::after {
    box-sizing: border-box;
}

.axis-topz [role="navigation"],
.axis-topz div,
.axis-topz section,
.axis-topz article,
.axis-topz aside,
.axis-topz p,
.axis-topz h1,
.axis-topz h2,
.axis-topz h3,
.axis-topz h4,
.axis-topz h5,
.axis-topz h6,
.axis-topz a {
    margin: 0;
    padding: 0;
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}

.axis-topz p,
.axis-topz h1,
.axis-topz h2,
.axis-topz h3,
.axis-topz h4,
.axis-topz h5,
.axis-topz h6 {
    text-decoration: none;
}

.axis-topz img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
}

.axis-topz {
    box-shadow: none;
    filter: none;
    text-shadow: none;
    background-image: none;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
}

.axis-topz a.axis-conn {
    --aisite-shell-nav-padding: 0;
    --aisite-shell-nav-margin: 0;
    --aisite-shell-nav-line-height: normal;
    --aisite-shell-nav-display: inline;
    --aisite-shell-nav-height: auto;
    --aisite-shell-nav-min-height: auto;
}

.axis-topz a.axis-conn,
.axis-topz a.axis-conn:hover,
.axis-topz a.axis-conn:focus,
.axis-topz a.axis-conn:active,
.axis-topz a.axis-conn.active,
.axis-topz a.axis-conn[aria-current="page"] {
    background: transparent;
    border: none;
    border-bottom: none;
    box-shadow: none;
    outline: none;
    text-decoration: none;
    padding: var(--aisite-shell-nav-padding, 0);
    margin: var(--aisite-shell-nav-margin, 0);
    line-height: var(--aisite-shell-nav-line-height, normal);
    display: var(--aisite-shell-nav-display, inline);
    height: var(--aisite-shell-nav-height, auto);
    min-height: var(--aisite-shell-nav-min-height, auto);
}

.axis-topz{
            background-color: #f7f3f1;
            padding: 1rem 0;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            z-index: 100;
        }

.base-botz {
    font-family: sans-serif;
    color: var(--text-color);
}
.base-botz,
.base-botz *,
.base-botz *::before,
.base-botz *::after {
    box-sizing: border-box;
}

.base-botz [role="navigation"],
.base-botz div,
.base-botz section,
.base-botz article,
.base-botz aside,
.base-botz p,
.base-botz h1,
.base-botz h2,
.base-botz h3,
.base-botz h4,
.base-botz h5,
.base-botz h6,
.base-botz a {
    margin: 0;
    padding: 0;
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}

.base-botz p,
.base-botz h1,
.base-botz h2,
.base-botz h3,
.base-botz h4,
.base-botz h5,
.base-botz h6 {
    text-decoration: none;
}

.base-botz img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
}

.base-botz {
    box-shadow: none;
    filter: none;
    text-shadow: none;
    background-image: none;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
}

.base-botz a,
.base-botz a:hover,
.base-botz a:focus,
.base-botz a:active {
    background: transparent;
    box-shadow: none;
    outline: none;
    text-decoration: none;
}