:root{
    --bg: #fbfaf8;
    --text: #1f2937;
    --muted: #6b7280;

    --brand-1: #CFAFA2;
    --brand-2: #C7D8CF;
    --brand-3: #EDE3D9;
    --brand-4: #A7B8C9;
}

body{
    font-family: "Manrope", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    background: var(--bg);
    color: var(--text);
}

.display-serif{
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
    letter-spacing: -0.02em;
}

.glass-nav{
    background: rgba(251,250,248,.78);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(31,41,55,.06);
}

.hero{
    position: relative;
    min-height: 92vh;
    display: grid;
    place-items: center;
    overflow: hidden;
    background-size: cover;
    background: linear-gradient(180deg, rgba(199, 216, 207, .85), rgba(237, 227, 217, .45)), url("/img/hero.png") no-repeat center;
}

.hero::after{
    content:"";
    position:absolute;
    inset:-30% -10%;
    background:
            radial-gradient(closest-side, rgba(207,175,162,.30), transparent 62%),
            radial-gradient(closest-side, rgba(199,216,207,.25), transparent 60%),
            radial-gradient(closest-side, rgba(167,184,201,.18), transparent 58%);
    filter: blur(2px);
    pointer-events:none;
}

.hero-card{
    position: relative;
    z-index: 2;
    max-width: 700px;
    border: 1px solid rgba(31,41,55,.07);
    background: rgba(255,255,255,.62);
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 60px rgba(31,41,55,.08);
    border-radius: 24px;
}

.scroll-hint{
    position: absolute;
    left: 50%;
    bottom: 22px;
    transform: translateX(-50%);
    z-index: 3;
    color: rgba(31,41,55,.70);
    font-weight: 600;
    letter-spacing: .08em;
    font-size: .78rem;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    padding: .6rem .9rem;
    border-radius: 999px;
    background: rgba(255,255,255,.55);
    border: 1px solid rgba(31,41,55,.08);
}

.scroll-dot{
    width: 10px; height: 10px; border-radius: 50%;
    background: rgba(31,41,55,.35);
    animation: bounce 1.2s infinite ease-in-out;
}

@keyframes bounce{
    0%,100%{ transform: translateY(0); opacity:.6;}
    50%{ transform: translateY(-5px); opacity:1;}
}

section{
    padding: clamp(56px, 6vw, 96px) 0;
}

.section-title{
    font-size: clamp(1.4rem, 2.2vw, 2rem);
    margin-bottom: 12px;
}

.lead-soft{
    color: var(--muted);
    font-size: clamp(1.05rem, 1.15vw, 1.15rem);
    line-height: 1.65;
}

.soft-card{
    border-radius: 22px;
    border: 1px solid rgba(31,41,55,.06);
    background: rgba(255,255,255,.72);
    box-shadow: 0 16px 40px rgba(31,41,55,.06);
}

.tinted-bg-1{
    background: linear-gradient(180deg, rgba(199, 216, 207, .85), rgba(237, 227, 217, .85)), url("/img/bg_1.jpeg") no-repeat center;
}

.tinted-bg-2{
    background: linear-gradient(180deg, rgba(199,216,207,.85), rgba(237,227,217,.85)), url("/img/bg_2.jpeg") no-repeat center;
}

.highlight{
    border-left: 4px solid rgba(207,175,162,.9);
    padding-left: 14px;
    font-weight: 700;
    font-size: clamp(1.5rem, 2vw, 2.1rem);
}

.highlight-2{
    border-left: 4px solid rgba(207,175,162,.9);
    padding-left: 14px;
    font-weight: 700;
    font-size: clamp(1.1rem, 1.3vw, 1.25rem);
}

.bullet{
    display:flex;
    gap: .75rem;
    align-items:flex-start;
}
.bullet i{
    width: 10px; height: 10px; border-radius: 50%;
    background: rgba(31,41,55,.25);
    margin-top: .5rem;
    flex: 0 0 auto;
}

.btn-brand{
    background: rgba(207,175,162,.95);
    border: 1px solid rgba(207,175,162,1);
    color: #1b1b1b;
    font-weight: 700;
    border-radius: 999px;
    padding: .85rem 1.1rem;
}
.btn-brand:hover{
    filter: brightness(.98);
    transform: translateY(-1px);
}

.anchor-offset{
    scroll-margin-top: 86px;
}

.accordion-flush .accordion-item {
    border: none;
    border-bottom: 1px solid rgba(31,41,55,.06);
    background: transparent;
    margin-bottom: 12px;
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 1px solid rgba(31,41,55,.06);
}

.faq-item .accordion-button {
    background: rgba(255,255,255,.72);
    border: 1px solid rgba(31,41,55,.06);
    border-radius: 16px;
    padding: 1rem 1.5rem;
    font-weight: 600;
    color: var(--text);
    box-shadow: 0 8px 20px rgba(31,41,55,.04);
    transition: all 0.3s ease;
}

.faq-item .accordion-button:hover {
    background: rgba(207,175,162,.08);
    border-color: rgba(207,175,162,.3);
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(31,41,55,.08);
}

.faq-item .accordion-button:not(.collapsed) {
    background: rgba(207,175,162,.12);
    border-color: rgba(207,175,162,.4);
    color: var(--text);
    box-shadow: 0 12px 28px rgba(31,41,55,.08);
}

.faq-item .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231f2937'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-body {
    padding: 1.25rem 1.5rem;
    color: rgba(31,41,55,.78);
    line-height: 1.85;
    background: rgba(237,227,217,.15);
    border-radius: 0 0 16px 16px;
    margin-top: -1px;
}

footer{
    border-top: 1px solid rgba(31,41,55,.06);
    padding: 28px 0;
    color: rgba(31,41,55,.60);
    font-size: .95rem;
}