:root {
    --bg: #f6f1eb;
    --bg-soft: #fbf8f4;
    --card: rgba(255,255,255,0.78);
    --text: #2f241d;
    --muted: #7d6c61;
    --gold: #c6a46a;
    --gold-dark: #9d7a43;
    --line: rgba(120, 91, 56, 0.12);
    --shadow: 0 18px 45px rgba(45, 28, 10, 0.10);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: Arial, sans-serif;
    color: var(--text);
    background:
        radial-gradient(circle at top left, rgba(198,164,106,0.10), transparent 28%),
        radial-gradient(circle at top right, rgba(198,164,106,0.08), transparent 24%),
        linear-gradient(180deg, #fbf7f2 0%, #f3ede6 100%);
}
img { max-width: 100%; display: block; }
a { text-decoration: none; }
.container { width: min(1180px, 92%); margin: 0 auto; }
.site-header {
    position: sticky; top: 0; z-index: 50;
    backdrop-filter: blur(14px);
    background: rgba(251,248,244,0.78);
    border-bottom: 1px solid rgba(198,164,106,0.12);
}
.topbar {
    min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 20px;
}
.logo { font-size: 28px; font-weight: 800; letter-spacing: 0.5px; color: var(--text); }
.logo span { color: var(--gold-dark); font-weight: 600; }
nav { display: flex; gap: 10px; flex-wrap: wrap; }
nav a {
    color: var(--text); padding: 11px 16px; border-radius: 999px; font-weight: 600; transition: 0.25s ease;
}
nav a:hover { background: rgba(198,164,106,0.12); color: var(--gold-dark); }
.hero {
    margin: 34px 0 26px; border-radius: 34px; overflow: hidden; position: relative;
    background: linear-gradient(135deg, rgba(255,255,255,0.90), rgba(255,248,238,0.86)), linear-gradient(135deg, #fffaf4, #f4ece3);
    box-shadow: var(--shadow); border: 1px solid rgba(198,164,106,0.12); padding: 68px 38px;
}
.hero::before {
    content: ""; position: absolute; inset: 0;
    background: radial-gradient(circle at 15% 15%, rgba(198,164,106,0.14), transparent 18%), radial-gradient(circle at 85% 20%, rgba(198,164,106,0.10), transparent 18%), radial-gradient(circle at 70% 80%, rgba(198,164,106,0.08), transparent 18%);
    pointer-events: none;
}
.hero-content { position: relative; z-index: 2; max-width: 760px; }
.eyebrow {
    display: inline-block; padding: 8px 14px; background: rgba(198,164,106,0.12); color: var(--gold-dark);
    border: 1px solid rgba(198,164,106,0.20); border-radius: 999px; font-size: 13px; font-weight: 700;
    letter-spacing: 0.4px; text-transform: uppercase; margin-bottom: 18px;
}
.hero h1, .section-title, .profile-info h2, .form-card h2, .card-overlay h3 {
    font-family: Georgia, "Times New Roman", serif;
}
.hero h1 { font-size: clamp(2.3rem, 4vw, 4.3rem); line-height: 1.05; margin: 0 0 18px; font-weight: 700; }
.hero p, .section-subtitle, .card-description, .profile-info p {
    color: var(--muted); line-height: 1.8;
}
.hero p { font-size: 18px; max-width: 650px; margin: 0 0 24px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.section-title { margin: 30px 0 8px; font-size: clamp(1.7rem, 3vw, 2.5rem); }
.section-subtitle { margin-bottom: 20px; }
.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 0 18px;
    border-radius: 999px; border: none; cursor: pointer; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { color: #fff; background: linear-gradient(135deg, var(--gold), var(--gold-dark)); box-shadow: 0 10px 24px rgba(157,122,67,0.25); }
.btn-outline { color: var(--gold-dark); background: rgba(255,255,255,0.72); border: 1px solid rgba(198,164,106,0.25); }
.btn-whatsapp { color: #fff; background: linear-gradient(135deg, #25D366, #1ba851); box-shadow: 0 10px 24px rgba(37,211,102,0.20); }
.btn-block { width: 100%; }
.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 26px; margin: 26px 0 50px; }
.premium-card {
    position: relative; overflow: hidden; border-radius: 28px; background: var(--card); border: 1px solid rgba(198,164,106,0.15);
    box-shadow: var(--shadow); backdrop-filter: blur(16px); transition: transform .25s ease, box-shadow .25s ease;
}
.premium-card:hover { transform: translateY(-6px); box-shadow: 0 24px 54px rgba(45, 28, 10, 0.16); }
.card-image-wrap { position: relative; height: 395px; overflow: hidden; }
.card-image-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.premium-card:hover .card-image-wrap img { transform: scale(1.04); }
.card-badge {
    position: absolute; top: 16px; left: 16px; z-index: 2; padding: 9px 14px; border-radius: 999px;
    background: rgba(255, 250, 245, 0.92); color: var(--gold-dark); border: 1px solid rgba(198,164,106,0.18);
    font-size: 12px; font-weight: 800; letter-spacing: 0.5px; text-transform: uppercase;
}
.card-overlay { position: absolute; inset: auto 0 0 0; padding: 70px 22px 18px; background: linear-gradient(180deg, transparent, rgba(33, 22, 14, 0.80)); color: #fff; }
.card-overlay h3 { margin: 0 0 8px; font-size: 26px; }
.card-overlay p { margin: 0; color: rgba(255,255,255,0.88); font-size: 14px; }
.card-content { padding: 20px 20px 22px; }
.meta-row { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 14px; }
.meta-pill { padding: 8px 12px; border-radius: 999px; background: rgba(198,164,106,0.10); color: var(--gold-dark); font-size: 13px; font-weight: 700; }
.card-description { min-height: 74px; margin-bottom: 18px; }
.card-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.profile-shell { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 28px; margin: 30px 0 50px; }
.profile-gallery, .profile-info, .form-card, .notice, .table-wrap, .admin-panel, .empty-state {
    background: rgba(255,255,255,0.78); border: 1px solid rgba(198,164,106,0.14); border-radius: 28px; box-shadow: var(--shadow); backdrop-filter: blur(16px);
}
.profile-gallery { padding: 18px; }
.profile-main-image { border-radius: 22px; overflow: hidden; margin-bottom: 14px; }
.profile-main-image img { width: 100%; height: 560px; object-fit: cover; }
.gallery-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.gallery-grid img { width: 100%; height: 220px; object-fit: cover; border-radius: 18px; }
.profile-info { padding: 28px; }
.profile-info h2 { margin-top: 10px; margin-bottom: 12px; font-size: 40px; }
.profile-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; }
.form-card { padding: 28px; margin: 28px 0 40px; }
label { display: block; margin-bottom: 8px; font-weight: 700; color: var(--text); }
input, textarea, select {
    width: 100%; padding: 14px 15px; border-radius: 16px; border: 1px solid rgba(125,108,97,0.18);
    background: rgba(255,255,255,0.85); outline: none; margin-bottom: 18px; font-size: 15px; color: var(--text);
}
input:focus, textarea:focus, select:focus { border-color: rgba(198,164,106,0.45); box-shadow: 0 0 0 4px rgba(198,164,106,0.10); }
.notice { padding: 18px 20px; margin: 26px 0; color: #36542f; background: linear-gradient(135deg, rgba(232,246,232,0.95), rgba(244,252,244,0.95)); }
.table-wrap { overflow-x: auto; padding: 20px; }
table { width: 100%; border-collapse: collapse; }
table th, table td { padding: 14px 12px; border-bottom: 1px solid rgba(125,108,97,0.12); text-align: left; }
table th { color: var(--gold-dark); }
.site-footer { margin-top: 50px; border-top: 1px solid rgba(198,164,106,0.14); background: rgba(255,248,240,0.65); }
.site-footer .container { padding: 28px 0; color: var(--muted); text-align: center; }
.empty-state { padding: 28px; color: var(--muted); }
.admin-panel { padding: 28px; margin: 40px auto; max-width: 520px; }
.help-note { font-size: 13px; color: var(--muted); margin-top: -10px; margin-bottom: 18px; }
@media (max-width: 980px) {
    .profile-shell { grid-template-columns: 1fr; }
    .profile-main-image img { height: 460px; }
}
@media (max-width: 680px) {
    .hero { padding: 50px 22px; border-radius: 26px; }
    .card-image-wrap { height: 350px; }
    .card-actions { grid-template-columns: 1fr; }
    .profile-info h2 { font-size: 32px; }
    .gallery-grid img { height: 180px; }
}
