:root {
    --primary-color: #e47865;
    --secondary-color: #f7f3f1;
    --text-color: #333333;
    --brand-color: #e47865;
    --bg-color: #ffffff;
    --text-color: #333333;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; background-color: var(--secondary-color); color: var(--text-color); line-height: 1.6; }
.topz { display: flex; align-items: center; justify-content: space-between; padding: 20px 5%; background: var(--bg-color); box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
.sign img { height: 32px; }
.wayz { display: flex; gap: 20px; }
.conn { text-decoration: none; color: var(--text-color); font-weight: 500; padding: 8px 12px; border-radius: 8px; transition: 0.15s ease; }
.conn:hover, .conn.active { background-color: var(--primary-color); color: #fff; }
.bind { max-width: 1200px; margin: 0 auto; padding: 40px 20px; display: flex; flex-wrap: wrap; }
.vizo { width: 100%; padding: 60px 0; background: linear-gradient(135deg, #ffffff 50%, #f7f3f1 50%); text-align: center; }
.titl { font-size: 2.5rem; margin-bottom: 20px; color: var(--brand-color); }
.txtz { font-size: 1.1rem; max-width: 800px; margin: 0 auto 30px; }
.fold { width: 100%; margin-bottom: 40px; padding: 30px; background: #fff; border-radius: 20px; box-shadow: 0 5px 15px rgba(0,0,0,0.03); }
.case { width: 100%; display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; }
.podd { padding: 20px; border: 1px solid #eee; border-radius: 15px; background: #fafafa; }
.unit { margin-bottom: 15px; padding-bottom: 10px; border-bottom: 1px solid #e0e0e0; display: flex; justify-content: space-between; }
.actz { display: inline-block; padding: 12px 25px; background: var(--primary-color); color: #fff; border-radius: 25px; text-decoration: none; font-weight: bold; transition: 0.15s ease; }
.actz:hover { transform: translateY(-3px); box-shadow: 0 5px 10px rgba(228, 120, 101, 0.3); }
.glyp { display: inline-block; width: 40px; height: 40px; fill: var(--primary-color); margin-bottom: 15px; }
.botz { padding: 40px 5%; text-align: center; background: #333; color: #ccc; }
@media (max-width: 768px) { .wayz { flex-direction: column; width: 100%; } .titl { font-size: 1.8rem; } }

.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;
}