.elementor-451 .elementor-element.elementor-element-ba58b25{--display:flex;}/* Start custom CSS */:root {
      --gold: #c99447;
      --gold-light: #e8b870;
      --dark: #0D0D0D;
      --dark-2: #141414;
      --dark-3: #1C1C1C;
      --dark-4: #242424;
      --text: #E8E3D8;
      --text-muted: #9A9080;
      --white: #FAF8F3;
      --max-w: 1160px;
    }

    * { margin: 0; padding: 0; box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body { background: var(--dark); color: var(--text); font-family: 'DM Sans', sans-serif; font-weight: 300; overflow-x: hidden; }

    /* CONTAINER */
    .wrap { max-width: var(--max-w); margin: 0 auto; padding: 0 40px; }

    /* NAV */
    nav {
      position: fixed; top: 0; left: 0; right: 0; z-index: 100;
      background: rgba(13,13,13,0.93);
      backdrop-filter: blur(14px);
      border-bottom: 1px solid rgba(201,168,76,0.15);
    }
    .nav-inner {
      max-width: var(--max-w); margin: 0 auto; padding: 0 40px;
      display: flex; justify-content: space-between; align-items: center;
      height: 70px;
    }
    .nav-logo { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; font-weight: 600; color: var(--gold); letter-spacing: 0.08em; text-decoration: none; }
    .nav-logo span { color: var(--text); font-weight: 400; }
    .nav-logo-img { display: flex; align-items: center; text-decoration: none; }
    .logo-img { height: 44px; width: auto; transition: opacity 0.3s; }
    .logo-img:hover { opacity: 0.8; }
    .nav-links { display: flex; gap: 32px; list-style: none; align-items: center; }
    .nav-links a { color: var(--text-muted); text-decoration: none; font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase; transition: color 0.3s; }
    .nav-links a:hover { color: var(--gold); }
    .nav-cta { background: var(--gold) !important; color: var(--dark) !important; padding: 9px 22px; border-radius: 2px; font-weight: 600 !important; }
    .nav-cta:hover { background: var(--gold-light) !important; }

    /* MOBILE TOGGLE */
    .nav-toggle { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; background: none; border: none; }
    .nav-toggle span { display: block; width: 24px; height: 2px; background: var(--gold); border-radius: 2px; transition: all 0.3s; }
    .nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .nav-toggle.open span:nth-child(2) { opacity: 0; }
    .nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

    .nav-mobile { display: none; flex-direction: column; padding: 16px 40px 24px; border-top: 1px solid rgba(201,168,76,0.1); }
    .nav-mobile.open { display: flex; }
    .nav-mobile a { color: var(--text-muted); text-decoration: none; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 0.08em; padding: 14px 0; border-bottom: 1px solid rgba(201,168,76,0.07); transition: color 0.3s; }
    .nav-mobile a:hover { color: var(--gold); }
    .nav-mobile-cta { background: var(--gold); color: var(--dark) !important; text-align: center; border-radius: 2px; margin-top: 14px; border: none !important; padding: 14px 0 !important; font-weight: 600; }

    /* SECTION BASE */
    section { padding: 100px 0; }

    .section-label { display: inline-block; font-size: 0.68rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; }
    .section-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 600; line-height: 1.1; margin-bottom: 20px; }
    .section-title em { font-style: italic; color: var(--gold); }
    .section-text { color: var(--text-muted); line-height: 1.8; max-width: 540px; font-size: 0.93rem; }

    /* BUTTONS */
    .btn-primary {
      display: inline-flex; align-items: center; gap: 10px;
      background: var(--gold); color: var(--dark);
      padding: 15px 34px; border-radius: 2px;
      font-weight: 600; font-size: 0.83rem; letter-spacing: 0.08em;
      text-decoration: none; text-transform: uppercase; transition: all 0.3s;
    }
    .btn-primary:hover { background: var(--gold-light); transform: translateY(-2px); box-shadow: 0 12px 40px rgba(201,168,76,0.3); }
    .btn-secondary {
      display: inline-flex; align-items: center; gap: 10px;
      border: 1px solid rgba(201,168,76,0.4); color: var(--gold);
      padding: 15px 34px; border-radius: 2px;
      font-weight: 500; font-size: 0.83rem; letter-spacing: 0.08em;
      text-decoration: none; text-transform: uppercase; transition: all 0.3s;
    }
    .btn-secondary:hover { background: rgba(201,168,76,0.08); border-color: var(--gold); }

    /* HERO */
    #hero { min-height: 100vh; display: flex; align-items: center; position: relative; overflow: hidden; padding: 0; }
    .hero-bg {
      position: absolute; inset: 0;
      background:
        radial-gradient(ellipse 60% 70% at 70% 50%, rgba(139,26,26,0.12) 0%, transparent 60%),
        radial-gradient(ellipse 40% 50% at 10% 80%, rgba(201,168,76,0.08) 0%, transparent 50%),
        linear-gradient(135deg, #0D0D0D 0%, #141414 50%, #0D0D0D 100%);
    }
    .hero-grid {
      position: absolute; inset: 0;
      background-image: linear-gradient(rgba(201,168,76,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(201,168,76,0.04) 1px, transparent 1px);
      background-size: 80px 80px;
    }
    .hero-wrap { max-width: var(--max-w); margin: 0 auto; padding: 130px 40px 80px; width: 100%; position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: flex-end; }
    .hero-content { max-width: 640px; }
    .hero-badge {
      display: inline-flex; align-items: center; gap: 10px;
      border: 1px solid rgba(201,168,76,0.35); padding: 7px 16px; border-radius: 2px;
      font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 28px;
      animation: fadeUp 0.8s ease both;
    }
    .hero-badge::before { content: ''; width: 6px; height: 6px; background: var(--gold); border-radius: 50%; }
    .hero-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.8rem, 5.5vw, 5rem); font-weight: 600; line-height: 1.05; margin-bottom: 24px; animation: fadeUp 0.8s 0.15s ease both; }
    .hero-title em { font-style: italic; color: var(--gold); display: block; }
    .hero-sub { font-size: 0.97rem; color: var(--text-muted); line-height: 1.75; max-width: 480px; margin-bottom: 44px; animation: fadeUp 0.8s 0.3s ease both; }
    .hero-actions { display: flex; gap: 14px; flex-wrap: wrap; animation: fadeUp 0.8s 0.45s ease both; }
    .hero-stats { display: flex; flex-direction: column; gap: 24px; animation: fadeRight 0.8s 0.6s ease both; padding-bottom: 4px; }
    .stat-item { text-align: right; border-right: 2px solid var(--gold); padding-right: 18px; }
    .stat-number { font-family: 'Cormorant Garamond', serif; font-size: 2.6rem; font-weight: 700; color: var(--gold); line-height: 1; }
    .stat-label { font-size: 0.68rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--text-muted); margin-top: 3px; }

    /* AREAS */
    #areas { background: var(--dark-2); }
    .areas-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; margin-top: 56px; }
    .area-card {
      background: var(--dark-3); padding: 44px 36px;
      border: 1px solid rgba(201,168,76,0.08);
      position: relative; overflow: hidden; transition: all 0.4s;
    }
    .area-card::before { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform 0.4s; }
    .area-card:hover::before { transform: scaleX(1); }
    .area-card:hover { background: var(--dark-4); transform: translateY(-4px); box-shadow: 0 20px 60px rgba(0,0,0,0.4); }
    .area-icon { font-size: 1.9rem; margin-bottom: 18px; display: block; }
    .area-title { font-family: 'Cormorant Garamond', serif; font-size: 1.35rem; font-weight: 600; margin-bottom: 12px; color: var(--white); }
    .area-desc { color: var(--text-muted); font-size: 0.86rem; line-height: 1.75; }

    /* PROCESSO */
    #processo { background: var(--dark); position: relative; overflow: hidden; }
    .processo-glow { position: absolute; inset: 0; background: radial-gradient(ellipse 50% 60% at 80% 50%, rgba(201,168,76,0.05) 0%, transparent 60%); pointer-events: none; }
    .processo-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
    .steps { display: flex; flex-direction: column; margin-top: 36px; }
    .step { display: flex; gap: 24px; padding: 28px 0; border-bottom: 1px solid rgba(201,168,76,0.1); transition: all 0.3s; }
    .step:last-child { border-bottom: none; }
    .step:hover .step-num { color: var(--gold); }
    .step-num { font-family: 'Cormorant Garamond', serif; font-size: 2.3rem; font-weight: 700; color: rgba(201,168,76,0.22); line-height: 1; min-width: 48px; transition: color 0.3s; }
    .step-content h4 { font-family: 'Cormorant Garamond', serif; font-size: 1.15rem; font-weight: 600; margin-bottom: 6px; color: var(--white); }
    .step-content p { color: var(--text-muted); font-size: 0.86rem; line-height: 1.7; }
    .processo-card { background: var(--dark-3); border: 1px solid rgba(201,168,76,0.15); border-radius: 4px; padding: 56px 40px; text-align: center; }
    .processo-symbol { font-family: 'Cormorant Garamond', serif; font-size: 5.5rem; color: rgba(201,168,76,0.13); line-height: 1; }
    .processo-quote { margin-top: 28px; border-left: 3px solid var(--gold); padding-left: 22px; text-align: left; }
    .processo-quote p { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-style: italic; color: var(--text); line-height: 1.6; }
    .processo-quote cite { display: block; margin-top: 10px; font-size: 0.72rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); }

    /* DIREITOS */
    #direitos { background: var(--dark-2); }
    .direitos-header { text-align: center; max-width: 580px; margin: 0 auto 52px; }
    .direitos-header .section-text { margin: 0 auto; }
    .direitos-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
    .direito-item { background: var(--dark-3); border: 1px solid rgba(201,168,76,0.1); border-radius: 3px; padding: 32px 28px; transition: border-color 0.3s, transform 0.3s; }
    .direito-item:hover { border-color: rgba(201,168,76,0.4); transform: translateY(-3px); }
    .direito-dot { width: 34px; height: 34px; background: rgba(201,168,76,0.12); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.95rem; }
    .direito-item h4 { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; font-weight: 600; margin: 10px 0 7px; color: var(--white); }
    .direito-item p { font-size: 0.83rem; color: var(--text-muted); line-height: 1.7; }

    /* CTA BAND */
    #cta-band { background: linear-gradient(135deg, #8B1A1A 0%, #6B1414 50%, #4A0E0E 100%); padding: 80px 0; position: relative; overflow: hidden; }
    #cta-band::before { content: ''; position: absolute; inset: 0; background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23C9A84C' fill-opacity='0.06'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E"); }
    .cta-inner { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
    .cta-text h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.7rem, 3vw, 2.6rem); font-weight: 600; color: var(--white); margin-bottom: 10px; }
    .cta-text p { color: rgba(255,255,255,0.62); font-size: 0.93rem; max-width: 460px; line-height: 1.6; }

    /* DEPOIMENTOS */
    #depoimentos { background: var(--dark); }
    .dep-header { text-align: center; max-width: 560px; margin: 0 auto 52px; }
    .reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
    .review-card { background: var(--dark-3); border: 1px solid rgba(201,168,76,0.1); border-radius: 3px; padding: 34px; transition: border-color 0.3s; }
    .review-card:hover { border-color: rgba(201,168,76,0.3); }
    .stars { color: var(--gold); font-size: 0.85rem; letter-spacing: 2px; margin-bottom: 14px; }
    .review-text { font-family: 'Cormorant Garamond', serif; font-size: 1.05rem; font-style: italic; color: var(--text); line-height: 1.65; margin-bottom: 22px; }
    .review-author { font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); }

    /* FAQ */
    #faq { background: var(--dark-2); }
    .faq-layout { display: grid; grid-template-columns: 1fr 1.6fr; gap: 80px; align-items: start; }
    .faq-item { border-bottom: 1px solid rgba(201,168,76,0.12); }
    .faq-q { width: 100%; background: none; border: none; color: var(--text); text-align: left; font-family: 'DM Sans', sans-serif; font-size: 0.93rem; font-weight: 500; padding: 22px 0; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 14px; transition: color 0.3s; }
    .faq-q:hover { color: var(--gold); }
    .faq-icon { width: 26px; height: 26px; border: 1px solid rgba(201,168,76,0.3); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: all 0.3s; font-size: 1rem; color: var(--gold); }
    .faq-item.active .faq-icon { background: var(--gold); color: var(--dark); transform: rotate(45deg); }
    .faq-body { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
    .faq-body-inner { padding-bottom: 22px; color: var(--text-muted); font-size: 0.88rem; line-height: 1.8; }

    /* CONTATO */
    #contato { background: var(--dark); }
    .contato-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
    .contato-info { margin-top: 36px; }
    .contato-item { display: flex; gap: 14px; margin-bottom: 28px; }
    .contato-icon { width: 42px; height: 42px; background: rgba(201,168,76,0.1); border-radius: 2px; display: flex; align-items: center; justify-content: center; font-size: 1rem; flex-shrink: 0; }
    .contato-item h5 { font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 3px; }
    .contato-item p { color: var(--text); font-size: 0.88rem; line-height: 1.5; }
    .form { margin-top: 36px; }
    .form-g { margin-bottom: 18px; }
    .form-g label { display: block; font-size: 0.68rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 7px; }
    .form-g input, .form-g select, .form-g textarea { width: 100%; background: var(--dark-3); border: 1px solid rgba(201,168,76,0.2); border-radius: 2px; padding: 13px 15px; color: var(--text); font-family: 'DM Sans', sans-serif; font-size: 0.88rem; outline: none; transition: border-color 0.3s; }
    .form-g input:focus, .form-g select:focus, .form-g textarea:focus { border-color: var(--gold); }
    .form-g select option { background: var(--dark-3); }
    .form-g textarea { resize: vertical; min-height: 110px; }
    .form-btn { width: 100%; background: var(--gold); color: var(--dark); border: none; padding: 17px; font-family: 'DM Sans', sans-serif; font-size: 0.83rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; border-radius: 2px; cursor: pointer; transition: all 0.3s; margin-top: 6px; }
    .form-btn:hover { background: var(--gold-light); transform: translateY(-2px); box-shadow: 0 10px 30px rgba(201,168,76,0.25); }

    /* FOOTER */
    footer { background: var(--dark-2); border-top: 1px solid rgba(201,168,76,0.15); padding: 60px 0 36px; }
    .footer-top { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 56px; padding-bottom: 36px; border-bottom: 1px solid rgba(201,168,76,0.1); }
    .footer-brand p { color: var(--text-muted); font-size: 0.86rem; line-height: 1.75; margin-top: 14px; max-width: 300px; }
    .footer-col h5 { font-size: 0.67rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; }
    .footer-col ul { list-style: none; }
    .footer-col li { margin-bottom: 10px; }
    .footer-col a { color: var(--text-muted); text-decoration: none; font-size: 0.86rem; transition: color 0.3s; }
    .footer-col a:hover { color: var(--text); }
    .footer-bottom { padding-top: 28px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
    .footer-bottom p { color: var(--text-muted); font-size: 0.78rem; }

    /* WHATSAPP FLOAT */
    .wa-float { position: fixed; bottom: 28px; right: 28px; z-index: 200; background: #25D366; color: white; width: 54px; height: 54px; border-radius: 50%; display: flex; align-items: center; justify-content: center; text-decoration: none; box-shadow: 0 4px 20px rgba(37,211,102,0.4); transition: all 0.3s; animation: waPulse 2.5s infinite; }
    .wa-float:hover { transform: scale(1.1); box-shadow: 0 8px 30px rgba(37,211,102,0.6); }

    /* ANIMATIONS */
    @keyframes fadeUp { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: none; } }
    @keyframes fadeRight { from { opacity: 0; transform: translateX(36px); } to { opacity: 1; transform: none; } }
    @keyframes waPulse { 0%,100% { box-shadow: 0 4px 20px rgba(37,211,102,0.4); } 50% { box-shadow: 0 4px 40px rgba(37,211,102,0.7); } }
    .reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.7s ease, transform 0.7s ease; }
    .reveal.visible { opacity: 1; transform: none; }

    /* RESPONSIVE TABLET */
    @media (max-width: 1024px) {
      .areas-grid { grid-template-columns: repeat(2, 1fr); }
      .direitos-grid { grid-template-columns: repeat(2, 1fr); }
      .hero-stats { display: none; }
    }

    /* RESPONSIVE MOBILE */
    @media (max-width: 768px) {
      .wrap { padding: 0 20px; }
      .nav-inner { padding: 0 20px; height: 60px; }
      .nav-mobile { padding: 14px 20px 20px; }
      .nav-links { display: none; }
      .nav-toggle { display: flex; }
      section { padding: 64px 0; }
      .hero-wrap { padding: 90px 20px 60px; }
      .hero-title { font-size: 2.4rem; }
      .hero-actions { flex-direction: column; }
      .hero-actions a { width: 100%; justify-content: center; }
      .areas-grid { grid-template-columns: 1fr; }
      .direitos-grid { grid-template-columns: 1fr 1fr; }
      .processo-layout { grid-template-columns: 1fr; gap: 40px; }
      .faq-layout { grid-template-columns: 1fr; gap: 36px; }
      .contato-layout { grid-template-columns: 1fr; gap: 36px; }
      .reviews-grid { grid-template-columns: 1fr; }
      .footer-top { grid-template-columns: 1fr; gap: 32px; }
      .footer-bottom { flex-direction: column; text-align: center; }
      #cta-band .cta-inner { flex-direction: column; }
      .cta-text h2 { font-size: 1.7rem; }
      .btn-primary, .btn-secondary { padding: 14px 24px; font-size: 0.8rem; }
    }

    @media (max-width: 480px) {
      .direitos-grid { grid-template-columns: 1fr; }
      .hero-title { font-size: 2rem; }
      .section-title { font-size: 1.8rem; }
    }/* End custom CSS */