/* ===========================
   BASE
=========================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #FAF7F2;
    color: #3A3A3A;
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    max-width: 100%;
    overflow-x: hidden;
}

html { max-width: 100%; overflow-x: hidden; }
img, video, canvas { max-width: 100%; height: auto; }
input, select, textarea, button { max-width: 100%; }

/* ===========================
   HEADER
=========================== */
.header {
    width: 100%;
    background: #FFFFFF;
    padding: 26px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #D9C7A3;
    box-shadow: 0 2px 12px rgba(217,199,163,0.35);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

/* TÍTULO PREMIUM */
.logo {
    font-family: 'Playfair Display', serif;
    font-size: 44px;
    font-weight: 800;
    color: #8C7A5A;
    letter-spacing: 2px;
    text-shadow: 0 0 18px rgba(140,122,90,0.35);
    animation: fadeInTitle 1.4s ease;
}

@keyframes fadeInTitle {
    from { opacity: 0; transform: translateY(-12px); }
    to { opacity: 1; transform: translateY(0); }
}

/* BOTÕES LOGIN / CARRINHO */
.header-right {
    position: static;
    transform: none;
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 48%;
}

.header-btn {
    margin-left: 0;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    color: #5A4A3A;
    padding: 8px 16px;
    border-radius: 10px;
    background: #F7EFE3;
    transition: 0.25s ease;
    box-shadow: 0 0 10px rgba(217,199,163,0.35);
}

.header-btn:hover {
    background: #EDE4D4;
    color: #8C7A5A;
    box-shadow: 0 0 14px rgba(217,199,163,0.45);
}

/* ===========================
   SIDEBAR
=========================== */
.sidebar {
    position: fixed;
    top: 100px;
    left: 0;
    width: 70px;
    height: calc(100% - 100px);
    background: #F0E8D9;
    border-right: 2px solid #D9C7A3;
    transition: width 0.3s ease;
    overflow-y: auto;        /* scroll vertical */
    overflow-x: hidden;      /* sem scroll horizontal */
    box-shadow: 4px 0 15px rgba(217,199,163,0.25);
}

/* Scrollbar Premium */
.sidebar::-webkit-scrollbar {
    width: 8px;
}

.sidebar::-webkit-scrollbar-track {
    background: #F0E8D9;
}

.sidebar::-webkit-scrollbar-thumb {
    background-color: #D9C7A3;
    border-radius: 10px;
}

.sidebar:hover {
    width: 260px;
}

.menu-toggle {
    padding: 22px;
    font-size: 26px;
    text-align: center;
    background: #FAF7F2;
    border-bottom: 2px solid #D9C7A3;
    color: #8C7A5A;
}

/* Ocultar menu até hover */
.menu {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.sidebar:hover .menu {
    opacity: 1;
}

.menu ul {
    list-style: none;
    padding: 15px 0;
}

/* MENU PREMIUM */
.menu ul li a {
    text-decoration: none;
    color: #5A4A3A;
    padding: 16px 28px;
    display: flex;
    align-items: center;
    gap: 14px;
    transition: 0.25s ease;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.menu ul li a:hover {
    background: #EDE4D4;
    padding-left: 40px;
    color: #8C7A5A;
    font-weight: 600;
}

/* ===========================
   CONTENT
=========================== */
.content {
    margin-left: 100px;
    padding: 180px 40px 40px 40px;
}

/* SLIDESHOW */
.slideshow {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    margin-top: 20px;
}

#slide {
    width: 100%;
    border-radius: 14px;
    box-shadow: 0 0 18px rgba(217,199,163,0.35);
    transition: opacity 1.2s ease-in-out;
    opacity: 1;
}

/* TEXTO DE BOAS-VINDAS */
.welcome-title {
    font-family: 'Playfair Display', serif;
    text-align: center;
    font-size: 36px;
    color: #8C7A5A;
    margin-top: 35px;
    font-weight: 700;
}

.welcome-text {
    text-align: center;
    font-size: 20px;
    color: #5A4A3A;
    margin-top: 12px;
    font-weight: 400;
}

/* ===========================
   FOOTER
=========================== */
.footer {
    background: #F0E8D9;
    border-top: 2px solid #D9C7A3;
    padding: 25px;
    text-align: center;
    font-size: 16px;
    color: #3A3A3A;
    margin-top: 40px;
}

@media (max-width: 680px) {
    .header { position: sticky; height: auto; min-height: 78px; padding: 12px 16px; flex-direction: column; gap: 10px; }
    .header-right { position: static; transform: none; display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; max-width: 100%; }
    .header-btn { margin-left: 0; font-size: 14px; padding: 8px 10px; }
    .logo { font-size: clamp(23px, 7vw, 32px); text-align: center; letter-spacing: 0; }
    .content { margin-left: 0; margin-top: 0; padding: 28px 16px; }
    .sidebar { display: none; }
    .welcome-title { font-size: 30px; }
    .welcome-text { font-size: 17px; }
    table { display: block; max-width: 100%; overflow-x: auto; }
}

/* Homepage: coleção Prezenta em primeiro plano */
.home-showcase #slide { aspect-ratio: 3 / 2; min-height: 0; object-fit: cover; object-position: center; }
.steps-grid { grid-template-columns: repeat(3, 1fr); }
/* Página inicial — proposta de valor e descoberta de kits */
.homepage{max-width:1380px;margin:0 auto}.home-hero{min-height:590px;display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,.9fr);gap:55px;align-items:center;padding:15px 4% 65px;background:radial-gradient(circle at 90% 10%,#ecdbbb 0,#faf7f2 52%,transparent 74%)}.home-hero-copy{max-width:650px}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:11px;font-weight:700;color:#aa8251;margin-bottom:14px}.home-hero h2,.section-heading h2{font:700 clamp(39px,5vw,66px)/1.04 'Playfair Display',serif;color:#563d27;letter-spacing:-.035em}.home-hero-copy>p:not(.eyebrow):not(.hero-note){max-width:580px;margin:22px 0;color:#735e48;font-size:18px;line-height:1.7}.home-cta{display:inline-flex;align-items:center;gap:17px;margin-top:9px;border-radius:999px;background:#76512c;color:#fffaf1;text-decoration:none;padding:14px 21px;font-size:16px;font-weight:700;box-shadow:0 12px 25px rgba(91,60,29,.2);transition:.25s}.home-cta:hover{transform:translateY(-3px);background:#563715}.home-cta span{font-size:22px;line-height:0}.hero-note{margin-top:17px;font-size:13px;color:#947a60}.home-showcase{max-width:490px;width:100%;margin:0 auto}.home-showcase #slide{min-height:390px;object-fit:cover;border-radius:27px;box-shadow:20px 24px 0 #eadcc8,0 22px 48px rgba(88,58,29,.18)}.how-it-works,.home-examples{padding:70px 4%;border-top:1px solid #eadfce}.section-heading{text-align:center;max-width:720px;margin:0 auto 34px}.section-heading h2{font-size:clamp(31px,4vw,47px)}.steps-grid,.example-grid{display:grid;gap:18px;max-width:1120px;margin:auto}.steps-grid{grid-template-columns:repeat(4,1fr)}.example-grid{grid-template-columns:repeat(3,1fr)}.steps-grid article{background:#fffdf9;border:1px solid #eadfce;border-radius:18px;padding:26px;box-shadow:0 8px 20px rgba(76,52,28,.05)}.steps-grid span{display:block;color:#b08855;font:700 24px 'Playfair Display',serif}.steps-grid h3,.example-grid h3{margin:12px 0 7px;color:#5b412a;font:700 23px 'Playfair Display',serif}.steps-grid p,.example-grid p{color:#806a54;font-size:14px;line-height:1.6}.home-examples{padding-bottom:30px}.example-grid article{text-align:center;padding:25px}.example-icon{width:58px;height:58px;display:grid;place-items:center;margin:auto;border-radius:50%;background:#f0e0c8;color:#a57943;font:31px 'Playfair Display',serif}.example-grid h3{margin-top:13px}@media(max-width:820px){.home-hero{grid-template-columns:1fr;gap:35px;padding:10px 0 52px}.home-hero-copy{text-align:center;margin:auto}.home-hero-copy>p:not(.eyebrow):not(.hero-note){margin-left:auto;margin-right:auto}.home-showcase{max-width:440px}.steps-grid,.example-grid{grid-template-columns:1fr}.home-showcase #slide{min-height:280px;box-shadow:10px 13px 0 #eadcc8,0 18px 35px rgba(88,58,29,.15)}}
