/* ==========================================================================
   TAMIRES SILVA ADVOCACIA — Design System Unificado
   Editorial / Glassmorphism premium
   ========================================================================== */

:root {
    --bg-deep: #05070a;
    --bg-soft: #0a0d12;
    --accent-copper: #b47957;
    --accent-copper-dark: #8b5a3e;
    --accent-glow: #dca687;
    --accent-ice: rgba(56, 189, 248, 0.12);

    --glass-surface: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
    --glass-surface-dark: linear-gradient(135deg, rgba(20, 25, 40, 0.8), rgba(10, 15, 30, 0.9));
    --glass-border-light: rgba(255, 255, 255, 0.18);
    --glass-border-dark: rgba(255, 255, 255, 0.04);
    --glass-shadow: 0 25px 50px -12px rgba(0,0,0,0.7), inset 0 1px 1px rgba(255,255,255,0.08);

    --text-main: #ffffff;
    --text-muted: #94a3b8;
    --text-soft: #cbd5e1;

    --font-display: 'Playfair Display', 'Cormorant Garamond', serif;
    --font-body: 'Outfit', system-ui, sans-serif;
    --font-mono: 'JetBrains Mono', ui-monospace, monospace;

    --ease-premium: cubic-bezier(0.23, 1, 0.32, 1);
}

* { box-sizing: border-box; margin: 0; padding: 0; -webkit-font-smoothing: antialiased; }

html { scroll-behavior: smooth; }

body {
    background: var(--bg-deep);
    color: var(--text-main);
    font-family: var(--font-body);
    line-height: 1.6;
    overflow-x: hidden;
    font-size: 16px;
    position: relative;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

/* FILM GRAIN */
body::before {
    content: ""; position: fixed; inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
    pointer-events: none; z-index: 1; opacity: 0.5;
}

/* AURORA BACKGROUND */
.aurora-bg { position: fixed; inset: 0; z-index: -2; pointer-events: none; overflow: hidden; }
.orb { position: absolute; border-radius: 50%; filter: blur(100px); opacity: 0.45; animation: orbFloat 22s infinite alternate ease-in-out; }
.orb-1 { width: 60vw; height: 60vw; top: -15%; left: -10%; background: rgba(180, 121, 87, 0.22); }
.orb-2 { width: 50vw; height: 50vw; bottom: -15%; right: -10%; background: rgba(56, 120, 180, 0.15); }
.orb-3 { width: 40vw; height: 40vw; top: 40%; left: 40%; background: rgba(220, 166, 135, 0.08); animation-delay: -8s; }

@keyframes orbFloat {
    0%   { transform: translate(0,0) scale(1); }
    100% { transform: translate(30px, 50px) scale(1.1); }
}

/* SCROLL PROGRESS */
.scroll-progress {
    position: fixed; top: 0; left: 0; width: 0%; height: 2px;
    background: linear-gradient(90deg, var(--accent-copper), var(--accent-glow));
    z-index: 10001; transition: width 0.15s linear;
}

/* ==========================================================================
   LAYOUT
   ========================================================================== */

.container { max-width: 1280px; margin: 0 auto; padding: 0 1.5rem; }
.container-wide { max-width: 1440px; margin: 0 auto; padding: 0 1.5rem; }

.section { padding: 120px 0; position: relative; z-index: 2; }
.section-sm { padding: 80px 0; }

.text-center { text-align: center; }
.text-right { text-align: right; }
.opacity-70 { opacity: 0.7; }
.opacity-50 { opacity: 0.5; }

.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.items-center { align-items: center; }

/* ==========================================================================
   TYPOGRAPHY
   ========================================================================== */

h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 600; letter-spacing: -0.02em; line-height: 1.12; }

.display-hero { font-size: clamp(3rem, 7vw, 5.8rem); line-height: 0.98; letter-spacing: -0.03em; }
.display-1 { font-size: clamp(2.5rem, 5vw, 4rem); line-height: 1.05; letter-spacing: -0.02em; margin-bottom: 1.5rem; }
.display-2 { font-size: clamp(2rem, 3.5vw, 2.8rem); line-height: 1.1; margin-bottom: 1.25rem; }
.display-3 { font-size: clamp(1.5rem, 2.5vw, 2rem); line-height: 1.2; margin-bottom: 1rem; }

.lead { font-size: clamp(1.1rem, 1.3vw, 1.25rem); color: var(--text-soft); max-width: 560px; line-height: 1.55; margin-bottom: 2rem; }

.eyebrow {
    display: inline-block;
    color: var(--accent-glow);
    font-family: var(--font-body);
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 1rem;
}
.eyebrow::before {
    content: ""; display: inline-block; width: 28px; height: 1px;
    background: var(--accent-copper); vertical-align: middle; margin-right: 12px;
}

.text-gradient {
    background: linear-gradient(120deg, #fff 20%, var(--accent-copper) 55%, var(--accent-glow) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    background-clip: text;
}
.text-copper { color: var(--accent-copper); }
.text-muted { color: var(--text-muted); }
.text-soft { color: var(--text-soft); }

/* Serif accent numbers */
.serif-number {
    font-family: var(--font-display);
    font-weight: 600;
    font-style: italic;
    color: var(--accent-copper);
}

/* ==========================================================================
   ANIMATIONS
   ========================================================================== */

.fade-in-up { 
    transition: all 0.9s var(--ease-premium); 
}

.js-enabled .fade-in-up {
    opacity: 0;
    transform: translateY(30px);
}

.js-enabled .fade-in-up.visible {
    opacity: 1;
    transform: translateY(0);
}
.delay-100 { transition-delay: 0.1s; }
.delay-200 { transition-delay: 0.2s; }
.delay-300 { transition-delay: 0.3s; }
.delay-400 { transition-delay: 0.4s; }
.delay-500 { transition-delay: 0.5s; }

/* ==========================================================================
   NAVIGATION
   ========================================================================== */

.main-nav {
    position: fixed; top: 0; left: 0; width: 100%;
    padding: 1.25rem 0;
    z-index: 100;
    transition: all 0.4s var(--ease-premium);
}
.main-nav.scrolled {
    padding: 0.75rem 0;
    background: linear-gradient(180deg, rgba(5, 7, 10, 0.88) 0%, rgba(10, 13, 18, 0.72) 100%);
    backdrop-filter: blur(24px) saturate(180%);
    -webkit-backdrop-filter: blur(24px) saturate(180%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.nav-container {
    max-width: 1280px; margin: 0 auto; padding: 0 1.5rem;
    display: flex; align-items: center; justify-content: space-between;
}

.logo {
    font-family: var(--font-display);
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #fff;
    display: flex; align-items: baseline; gap: 2px;
}
.logo .logo-dot { color: var(--accent-copper); font-size: 1.6rem; line-height: 0; }
.logo-subtitle {
    display: block; font-family: var(--font-body); font-size: 0.62rem;
    letter-spacing: 4px; color: var(--text-muted); text-transform: uppercase;
    margin-top: 2px;
}

.nav-links { list-style: none; display: flex; align-items: center; gap: 2rem; }
.nav-links > li > a {
    font-size: 0.9rem; color: var(--text-soft); font-weight: 500;
    letter-spacing: 0.02em; transition: color 0.3s; position: relative;
    padding: 8px 0; cursor: pointer;
}
.nav-links > li > a:hover { color: #fff; }
.nav-links > li > a::after {
    content: ""; position: absolute; bottom: 0; left: 0; width: 0; height: 1px;
    background: var(--accent-copper); transition: width 0.4s var(--ease-premium);
}
.nav-links > li > a:hover::after { width: 100%; }

.has-submenu { position: relative; }
.submenu {
    position: absolute; top: 100%; left: -1rem; min-width: 240px;
    background: rgba(10, 13, 18, 0.95);
    backdrop-filter: blur(20px);
    border: 1px solid var(--glass-border-light);
    border-radius: 16px;
    padding: 0.75rem;
    opacity: 0; visibility: hidden; transform: translateY(10px);
    transition: all 0.3s var(--ease-premium);
    box-shadow: 0 20px 40px rgba(0,0,0,0.5);
}
.submenu--wide { min-width: 280px; }
.has-submenu:hover .submenu { opacity: 1; visibility: visible; transform: translateY(0); }
.submenu a {
    display: block; padding: 10px 14px; border-radius: 10px;
    font-size: 0.9rem; color: var(--text-soft);
    transition: all 0.2s;
}
.submenu a:hover { background: rgba(180, 121, 87, 0.15); color: var(--accent-glow); }

.nav-cta {
    padding: 10px 22px; border-radius: 100px;
    background: var(--accent-copper); color: #fff !important;
    font-weight: 600; font-size: 0.82rem; letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: all 0.3s var(--ease-premium) !important;
    box-shadow: 0 4px 20px rgba(180, 121, 87, 0.3);
    border: none; cursor: pointer;
}
.nav-cta:hover { background: var(--accent-glow); transform: translateY(-2px); box-shadow: 0 8px 25px rgba(180, 121, 87, 0.45); }
.nav-cta::after { display: none !important; }

.nav-toggle { display: none; background: none; border: none; color: #fff; font-size: 1.5rem; cursor: pointer; }

/* ==========================================================================
   GLASS COMPONENTS
   ========================================================================== */

.badge-glass {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 8px 18px;
    background: var(--glass-surface);
    backdrop-filter: blur(10px);
    border-top: 1px solid var(--glass-border-light);
    border-bottom: 1px solid var(--glass-border-dark);
    border-radius: 100px;
    font-size: 0.8rem; font-weight: 600;
    color: var(--accent-glow);
    text-transform: uppercase; letter-spacing: 1.5px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    margin-bottom: 1.5rem;
}
.badge-glass::before {
    content: ""; width: 6px; height: 6px; border-radius: 50%;
    background: var(--accent-copper); box-shadow: 0 0 10px var(--accent-copper);
    animation: pulse 2s infinite;
}
@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}

.glass-card {
    background: var(--glass-surface);
    backdrop-filter: blur(20px) saturate(160%);
    -webkit-backdrop-filter: blur(20px) saturate(160%);
    border-radius: 24px;
    padding: 2rem;
    border-top: 1px solid var(--glass-border-light);
    border-left: 1px solid var(--glass-border-light);
    border-bottom: 1px solid var(--glass-border-dark);
    border-right: 1px solid var(--glass-border-dark);
    box-shadow: var(--glass-shadow);
    transition: all 0.5s var(--ease-premium);
}
.glass-card:hover {
    transform: translateY(-6px);
    border-top-color: rgba(220, 166, 135, 0.3);
    border-left-color: rgba(220, 166, 135, 0.2);
}

.form-card { background: var(--glass-surface-dark); }

/* EDITORIAL FRAME (for imagery) */
.editorial-frame {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 50px 100px -20px rgba(0,0,0,0.7),
                0 20px 40px rgba(180,121,87,0.1);
}
.editorial-frame::after {
    content: ""; position: absolute; inset: 0;
    border: 1px solid rgba(255,255,255,0.1); border-radius: 28px;
    pointer-events: none;
}
.editorial-frame img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* FLOATING CORNER NUMBER (à la Behance editorial) */
.corner-num {
    position: absolute;
    font-family: var(--font-display);
    font-style: italic;
    font-weight: 400;
    font-size: clamp(6rem, 12vw, 14rem);
    line-height: 0.8;
    color: transparent;
    -webkit-text-stroke: 1px rgba(220, 166, 135, 0.25);
    pointer-events: none;
    user-select: none;
}

/* ==========================================================================
   BUTTONS
   ========================================================================== */

.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    height: 56px; padding: 0 2.2rem;
    border-radius: 100px; border: none; cursor: pointer;
    font-family: var(--font-body); font-size: 0.95rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: 1.2px;
    transition: all 0.4s var(--ease-premium);
    white-space: nowrap;
}
.btn--primary {
    background: var(--accent-copper); color: #fff;
    box-shadow: 0 10px 30px rgba(180, 121, 87, 0.35), inset 0 1px 0 rgba(255,255,255,0.2);
}
.btn--primary:hover {
    background: var(--accent-glow);
    transform: translateY(-3px);
    box-shadow: 0 16px 40px rgba(180, 121, 87, 0.5), inset 0 1px 0 rgba(255,255,255,0.3);
}
.btn--glow {
    background: linear-gradient(135deg, #ffffff, #f0e8e0);
    color: var(--accent-copper-dark);
    border: 1px solid #fff;
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.15), inset 0 2px 2px rgba(255,255,255,1);
}
.btn--glow:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 40px rgba(255, 255, 255, 0.25), inset 0 2px 5px rgba(255,255,255,1);
}
.btn--ghost {
    background: transparent; color: #fff;
    border: 1px solid var(--glass-border-light);
    backdrop-filter: blur(10px);
}
.btn--ghost:hover {
    background: var(--glass-surface);
    border-color: var(--accent-glow);
    transform: translateY(-2px);
}
.btn--whatsapp {
    background: #25D366; color: #fff;
    box-shadow: 0 10px 30px rgba(37, 211, 102, 0.3);
}
.btn--whatsapp:hover { background: #20bc5a; transform: translateY(-3px); }
.btn--full { width: 100%; }

.arrow { display: inline-block; transition: transform 0.3s var(--ease-premium); }
.btn:hover .arrow { transform: translateX(4px); }

/* ==========================================================================
   FORMS
   ========================================================================== */

.input-wrapper { margin-bottom: 1.15rem; position: relative; }
.input-wrapper label {
    display: block; font-size: 0.78rem; margin-bottom: 0.5rem;
    color: var(--text-muted); font-weight: 500; letter-spacing: 1px;
    text-transform: uppercase;
}

form input, form select, form textarea {
    width: 100%; height: 54px; padding: 0 1rem;
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 12px;
    color: #fff;
    font-family: inherit; font-size: 1rem;
    transition: 0.3s;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.4);
}
form input::placeholder { color: rgba(255,255,255,0.35); }
form input:focus, form select:focus, form textarea:focus {
    outline: none;
    background: rgba(0,0,0,0.35);
    border-color: var(--accent-copper);
    box-shadow: inset 0 2px 5px rgba(0,0,0,0.5), 0 0 0 3px rgba(180, 121, 87, 0.2);
}
form select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23dca687' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1rem center; padding-right: 2.5rem; cursor: pointer; }
form select option { background: #0f172a; color: #fff; padding: 10px; }

.social-proof-mini { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 15px; font-size: 0.85rem; color: var(--text-muted); }
.avatars { display: flex; padding-left: 8px; }
.avatar-circle { width: 24px; height: 24px; background: #334155; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; border: 2px solid var(--bg-deep); margin-left: -8px; font-size: 11px; }
.secure-badge { text-align: center; font-size: 0.78rem; color: #64748b; margin-top: 10px; letter-spacing: 0.5px; }

/* ==========================================================================
   HERO — EDITORIAL DEEP
   ========================================================================== */

.hero-editorial {
    position: relative;
    padding: 160px 0 100px;
    min-height: 100vh;
    display: flex; align-items: center;
    overflow: hidden;
}
.hero-editorial__grid {
    display: grid; grid-template-columns: 1.1fr 1fr;
    gap: 5rem; align-items: center;
    position: relative; z-index: 3;
}
.hero-editorial__content { position: relative; }
.hero-editorial__content .display-hero { margin-bottom: 2rem; }
.hero-editorial__meta {
    display: flex; gap: 2.5rem; margin-top: 3rem;
    padding-top: 2rem; border-top: 1px solid var(--glass-border-dark);
}
.meta-item { }
.meta-item .meta-value { font-family: var(--font-display); font-size: 2rem; color: var(--accent-copper); line-height: 1; font-style: italic; }
.meta-item .meta-label { display: block; font-size: 0.72rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 2px; margin-top: 6px; }

.hero-editorial__visual {
    position: relative;
}
.hero-editorial__visual .editorial-frame {
    aspect-ratio: 4/5;
    border-radius: 200px 200px 28px 28px;
}
.hero-editorial__visual .editorial-frame::after { border-radius: 200px 200px 28px 28px; }

/* Floating labels around hero image (behance-style) */
.float-label {
    position: absolute;
    background: rgba(10, 13, 18, 0.85);
    backdrop-filter: blur(15px);
    border: 1px solid var(--glass-border-light);
    border-radius: 14px;
    padding: 14px 18px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.5);
    z-index: 5;
    display: flex; align-items: center; gap: 12px;
    animation: floatSoft 6s ease-in-out infinite;
}
@keyframes floatSoft {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}
.float-label .fl-icon {
    width: 38px; height: 38px; border-radius: 10px;
    background: rgba(180, 121, 87, 0.2);
    display: flex; align-items: center; justify-content: center;
    color: var(--accent-glow); font-size: 1.1rem;
}
.float-label .fl-text { font-size: 0.78rem; color: var(--text-soft); line-height: 1.3; }
.float-label .fl-text strong { display: block; color: #fff; font-size: 0.88rem; font-weight: 600; }

.float-label--tl { top: 8%; left: -8%; animation-delay: -2s; }
.float-label--bl { bottom: 12%; left: -12%; animation-delay: -4s; }
.float-label--tr { top: 20%; right: -6%; }
.float-label--br { bottom: 6%; right: -4%; animation-delay: -1s; }

/* Corner label (big number à la behance) */
.hero-corner-num {
    position: absolute;
    top: 10%; right: -2%;
    font-family: var(--font-display);
    font-style: italic;
    font-weight: 400;
    font-size: clamp(10rem, 20vw, 24rem);
    line-height: 0.8;
    color: transparent;
    -webkit-text-stroke: 1px rgba(220, 166, 135, 0.1);
    pointer-events: none;
    user-select: none;
    z-index: 2;
}

/* ==========================================================================
   SECTION HEADER
   ========================================================================== */

.section-header { max-width: 780px; margin: 0 auto 4rem; text-align: center; }
.section-header .eyebrow { margin-bottom: 1.5rem; }
.section-header h2 { margin-bottom: 1rem; }
.section-header p { color: var(--text-muted); font-size: 1.05rem; }

/* ==========================================================================
   PAIN/FEATURE CARDS
   ========================================================================== */

.feature-card {
    padding: 2.5rem 2rem;
    position: relative;
}
.feature-card .feat-num {
    font-family: var(--font-display);
    font-style: italic;
    font-size: 3rem;
    color: var(--accent-copper);
    line-height: 1;
    display: block; margin-bottom: 1.25rem;
    opacity: 0.9;
}
.feature-card .feat-icon {
    width: 56px; height: 56px; border-radius: 14px;
    background: linear-gradient(135deg, rgba(180,121,87,0.25), rgba(180,121,87,0.08));
    display: flex; align-items: center; justify-content: center;
    color: var(--accent-glow); font-size: 1.6rem;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(220, 166, 135, 0.15);
}
.feature-card h3 { margin-bottom: 0.75rem; }
.feature-card p { color: var(--text-muted); font-size: 0.98rem; line-height: 1.55; }

/* ==========================================================================
   METHOD SLIDER (4 STEPS)
   ========================================================================== */

.method-track {
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    position: relative;
}
.method-track::before {
    content: ""; position: absolute; top: 44px; left: 5%; right: 5%; height: 1px;
    background: linear-gradient(90deg, transparent, var(--accent-copper), transparent);
    opacity: 0.4;
    z-index: 0;
}
.method-step { position: relative; padding: 2rem 1.5rem; z-index: 1; }
.method-step .step-num {
    width: 88px; height: 88px; border-radius: 50%;
    background: var(--bg-deep);
    border: 1px solid var(--glass-border-light);
    display: flex; align-items: center; justify-content: center;
    font-family: var(--font-display); font-style: italic; font-size: 2.2rem;
    color: var(--accent-copper);
    margin: 0 auto 1.5rem;
    box-shadow: 0 0 0 8px rgba(180, 121, 87, 0.05), inset 0 1px 0 rgba(255,255,255,0.1);
    position: relative;
}
.method-step .step-num::after {
    content: ""; position: absolute; inset: -4px; border-radius: 50%;
    border: 1px dashed rgba(220, 166, 135, 0.3);
    animation: rotate 30s linear infinite;
}
@keyframes rotate {
    from { transform: rotate(0); } to { transform: rotate(360deg); }
}
.method-step h4 { font-size: 1.25rem; margin-bottom: 0.5rem; text-align: center; }
.method-step p { font-size: 0.92rem; color: var(--text-muted); text-align: center; line-height: 1.5; }

/* ==========================================================================
   METRICS BAR
   ========================================================================== */

.metrics-bar {
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 2px;
    background: var(--glass-border-dark);
    border-radius: 20px; overflow: hidden;
    border: 1px solid var(--glass-border-light);
    backdrop-filter: blur(20px);
}
.metric-cell {
    padding: 2.5rem 1.5rem;
    background: rgba(10, 13, 18, 0.6);
    text-align: center;
    transition: background 0.4s;
}
.metric-cell:hover { background: rgba(180, 121, 87, 0.08); }
.metric-cell .metric-num {
    font-family: var(--font-display);
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    color: var(--accent-copper);
    line-height: 1; font-style: italic;
    display: block; margin-bottom: 0.5rem;
}
.metric-cell .metric-label {
    font-size: 0.72rem; color: var(--text-muted);
    text-transform: uppercase; letter-spacing: 2.5px;
}

/* ==========================================================================
   BIO SECTION
   ========================================================================== */

.bio-section { position: relative; }
.bio-image-wrap {
    position: relative;
}
.bio-image-wrap .editorial-frame {
    aspect-ratio: 4/5;
    border-radius: 200px 28px 200px 28px;
}
.bio-image-wrap .editorial-frame::after { border-radius: 200px 28px 200px 28px; }
.floating-badge {
    position: absolute; bottom: 30px; right: -20px;
    background: rgba(10, 13, 18, 0.9);
    backdrop-filter: blur(15px);
    border: 1px solid var(--glass-border-light);
    padding: 16px 22px; border-radius: 18px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.5);
    z-index: 10; text-align: center;
}
.floating-badge .count {
    font-family: var(--font-display); font-style: italic;
    font-size: 1.8rem; font-weight: 600;
    color: var(--accent-copper); line-height: 1;
}
.floating-badge .label {
    font-size: 0.7rem; color: var(--text-muted);
    text-transform: uppercase; letter-spacing: 2px;
    margin-top: 4px; display: block;
}

.bio-content ul.glass-list { list-style: none; margin: 1.5rem 0; }
.glass-list li {
    position: relative; padding-left: 2rem; margin-bottom: 1rem;
    color: var(--text-soft); font-size: 1.02rem; line-height: 1.5;
}
.glass-list li::before {
    content: ""; position: absolute; left: 0; top: 10px;
    width: 18px; height: 1px; background: var(--accent-copper);
}

/* ==========================================================================
   TESTIMONIALS
   ========================================================================== */

.testimonial {
    padding: 2.5rem 2rem;
    position: relative;
    display: flex; flex-direction: column; height: 100%;
}
.testimonial::before {
    content: "“"; position: absolute; top: 10px; left: 20px;
    font-family: var(--font-display); font-size: 5rem; line-height: 1;
    color: var(--accent-copper); opacity: 0.3;
}
.testimonial p { color: var(--text-soft); font-size: 1.02rem; line-height: 1.6; font-style: italic; margin-bottom: 1.5rem; position: relative; z-index: 1; padding-top: 1rem; }
.testimonial .stars { color: var(--accent-copper); letter-spacing: 3px; font-size: 0.9rem; margin-bottom: 0.5rem; }
.testimonial .t-author { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.t-author .t-avatar { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, var(--accent-copper), var(--accent-copper-dark)); color: #fff; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 600; font-size: 1.1rem; }
.t-author .t-name { font-weight: 600; color: #fff; font-size: 0.95rem; }
.t-author .t-role { font-size: 0.78rem; color: var(--text-muted); }

/* ==========================================================================
   REELS GRID (Instagram)
   ========================================================================== */

.reels-grid {
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}
.reel-card {
    aspect-ratio: 9/16;
    border-radius: 18px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.5s var(--ease-premium);
    border: 1px solid var(--glass-border-dark);
}
.reel-card img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform 0.8s var(--ease-premium);
}
.reel-card:hover img { transform: scale(1.08); }
.reel-card::after {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, transparent 60%);
    pointer-events: none;
}
.reel-card .reel-meta {
    position: absolute; bottom: 16px; left: 16px; right: 16px;
    z-index: 2;
    color: #fff;
}
.reel-card .reel-meta .reel-views {
    font-size: 0.78rem; color: rgba(255,255,255,0.85);
    display: flex; align-items: center; gap: 4px;
    margin-bottom: 4px;
}
.reel-card .reel-meta .reel-title {
    font-size: 0.9rem; font-weight: 500; line-height: 1.3;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.reel-card .reel-play {
    position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
    width: 50px; height: 50px; border-radius: 50%;
    background: rgba(255,255,255,0.2); backdrop-filter: blur(10px);
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 1.2rem;
    opacity: 0; transition: opacity 0.3s;
}
.reel-card:hover .reel-play { opacity: 1; }
.ig-badge {
    position: absolute; top: 12px; right: 12px; z-index: 2;
    background: linear-gradient(135deg, #833AB4, #FD1D1D, #F77737);
    color: #fff; padding: 4px 8px;
    border-radius: 6px; font-size: 0.65rem; font-weight: 700;
    letter-spacing: 1px;
}

/* ==========================================================================
   BLOG CARDS
   ========================================================================== */

.blog-card {
    background: var(--glass-surface);
    backdrop-filter: blur(20px);
    border: 1px solid var(--glass-border-dark);
    border-radius: 22px;
    overflow: hidden;
    transition: all 0.5s var(--ease-premium);
    display: flex; flex-direction: column;
}
.blog-card:hover {
    transform: translateY(-6px);
    border-color: var(--accent-copper);
}
.blog-card .blog-img {
    aspect-ratio: 16/10;
    overflow: hidden;
    background: linear-gradient(135deg, #1a1f2e, #0a0d12);
    position: relative;
}
.blog-card .blog-img img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform 0.8s var(--ease-premium);
}
.blog-card:hover .blog-img img { transform: scale(1.05); }
.blog-card .blog-img::after {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(5,7,10,0.7), transparent 50%);
}
.blog-card .blog-body { padding: 1.75rem; flex: 1; display: flex; flex-direction: column; }
.blog-card .blog-cat {
    font-size: 0.7rem; color: var(--accent-glow);
    text-transform: uppercase; letter-spacing: 2px; font-weight: 600;
    margin-bottom: 0.75rem;
}
.blog-card h4 {
    font-size: 1.2rem; margin-bottom: 0.75rem;
    line-height: 1.3;
}
.blog-card p {
    color: var(--text-muted); font-size: 0.92rem;
    line-height: 1.5; margin-bottom: 1.25rem; flex: 1;
}
.blog-card .blog-meta {
    display: flex; align-items: center; justify-content: space-between;
    font-size: 0.8rem; color: var(--text-muted);
    padding-top: 1rem; border-top: 1px solid var(--glass-border-dark);
}
.blog-card .blog-read {
    color: var(--accent-copper); font-weight: 600;
    display: flex; align-items: center; gap: 6px;
    transition: gap 0.3s;
}
.blog-card:hover .blog-read { gap: 10px; }

/* ==========================================================================
   FOOTER
   ========================================================================== */

.main-footer {
    padding: 80px 0 40px;
    border-top: 1px solid var(--glass-border-dark);
    background: rgba(5, 7, 10, 0.6);
    backdrop-filter: blur(20px);
    position: relative; z-index: 2;
}
.footer-grid {
    display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 3rem; margin-bottom: 3rem;
}
.footer-grid h5 {
    font-family: var(--font-body); font-size: 0.82rem; font-weight: 700;
    color: #fff; text-transform: uppercase; letter-spacing: 2px;
    margin-bottom: 1.25rem;
}
.footer-grid ul { list-style: none; }
.footer-grid li { margin-bottom: 0.6rem; }
.footer-grid a { color: var(--text-muted); font-size: 0.92rem; transition: color 0.3s; }
.footer-grid a:hover { color: var(--accent-glow); }
.footer-bottom {
    display: flex; justify-content: space-between; align-items: center;
    padding-top: 2rem;
    border-top: 1px solid var(--glass-border-dark);
    font-size: 0.82rem; color: var(--text-muted);
    flex-wrap: wrap; gap: 1rem;
}
.footer-social { display: flex; gap: 1rem; }
.footer-social a {
    width: 40px; height: 40px; border-radius: 50%;
    background: var(--glass-surface);
    border: 1px solid var(--glass-border-light);
    display: inline-flex; align-items: center; justify-content: center;
    transition: all 0.3s;
}
.footer-social a:hover { background: var(--accent-copper); border-color: var(--accent-copper); transform: translateY(-2px); }

/* ==========================================================================
   MODAIS
   ========================================================================== */

.modal {
    position: fixed; inset: 0; display: flex; align-items: center; justify-content: center;
    z-index: 10000; opacity: 0; visibility: hidden; transition: 0.3s; padding: 1rem;
}
.modal[aria-hidden="false"] { opacity: 1; visibility: visible; }
.modal__overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.85); backdrop-filter: blur(10px); }
.modal__content {
    position: relative; width: 100%; max-width: 480px;
    background: #0f1420;
    border: 1px solid var(--glass-border-light); border-radius: 24px; padding: 2.5rem;
    box-shadow: 0 30px 60px rgba(0,0,0,0.8);
    transform: translateY(20px); transition: 0.4s;
}
.modal[aria-hidden="false"] .modal__content { transform: translateY(0); }
.modal__close {
    position: absolute; top: 15px; right: 20px;
    background: none; border: none; color: #fff;
    font-size: 2rem; line-height: 1; cursor: pointer; z-index: 10;
    opacity: 0.6; transition: 0.3s;
}
.modal__close:hover { opacity: 1; transform: rotate(90deg); }
.modal-header h3 { font-size: 1.6rem; margin-bottom: 0.5rem; text-align: center; }
.modal-header p { color: var(--text-muted); text-align: center; margin-bottom: 1.5rem; font-size: 0.95rem; }

/* ==========================================================================
   FLOATING WHATSAPP & MOBILE STICKY
   ========================================================================== */

.floating-wa {
    position: fixed; bottom: 28px; right: 28px;
    width: 62px; height: 62px;
    background: #25D366; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 10px 30px rgba(37,211,102,0.5);
    cursor: pointer; z-index: 90;
    transition: transform 0.3s;
}
.floating-wa:hover { transform: scale(1.1); }
.floating-wa img { width: 32px; filter: brightness(0) invert(1); }

.mobile-sticky {
    position: fixed; bottom: 0; left: 0; width: 100%;
    padding: 14px; background: rgba(5,7,10,0.95);
    backdrop-filter: blur(15px);
    border-top: 1px solid var(--glass-border-light);
    display: none; z-index: 89;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

@media (max-width: 1024px) {
    .nav-links { gap: 1.25rem; }
    .reels-grid { grid-template-columns: repeat(3, 1fr); }
    .hero-editorial__grid { gap: 3rem; }
    .float-label--tl, .float-label--bl { left: 0; }
    .float-label--tr, .float-label--br { right: 0; }
}

@media (max-width: 900px) {
    body { font-size: 17px; }
    .section { padding: 80px 0; }
    .hero-editorial { padding: 130px 0 60px; }
    .hero-editorial__grid, .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; gap: 3rem; }
    .metrics-bar { grid-template-columns: repeat(2, 1fr); }
    .method-track { grid-template-columns: 1fr; }
    .method-track::before { display: none; }
    .reels-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .nav-links { display: none; }
    .nav-toggle { display: block; }
    .mobile-sticky { display: block; }
    .floating-wa { bottom: 85px; }
    .hero-editorial__visual .editorial-frame { border-radius: 180px 180px 24px 24px; }
    .hero-editorial__visual .editorial-frame::after { border-radius: 180px 180px 24px 24px; }
    .float-label { position: static; margin-top: 1rem; display: inline-flex; }
    .float-label--tl, .float-label--tr, .float-label--bl, .float-label--br { display: none; }
    .hero-corner-num { font-size: clamp(8rem, 22vw, 12rem); right: -4%; top: 5%; }
    .display-hero { font-size: clamp(2.5rem, 9vw, 4rem); }
    .hero-editorial__meta { flex-wrap: wrap; gap: 1.5rem; }
    .floating-badge { bottom: -15px; right: 50%; transform: translateX(50%); }
    .btn { height: 58px; font-size: 0.95rem; }
}

@media (max-width: 600px) {
    .container { padding: 0 1rem; }
    .section { padding: 60px 0; }
    .reels-grid { grid-template-columns: 1fr 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; text-align: center; }
    .glass-card { padding: 1.5rem; }
    .modal__content { padding: 2rem 1.5rem; }
}
