:root {
  --black: #070707;
  --black-soft: #0d0d0d;
  --black-card: #111111;
  --gold: #b18431;
  --gold-light: #d1aa5b;
  --gold-dark: #806020;
  --cream: #f3efe7;
  --white: #ffffff;
  --muted: #aaa69f;
  --line: rgba(177, 132, 49, 0.24);
  --line-white: rgba(255, 255, 255, 0.1);
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Montserrat", Arial, sans-serif;
  --container: 1180px;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); color: #24211d; background: var(--cream); line-height: 1.65; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
img, svg { display: block; max-width: 100%; }
::selection { background: var(--gold); color: var(--black); }

.page-noise { position: fixed; inset: 0; opacity: .025; pointer-events: none; z-index: 1000; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E"); }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 112px 0; }
.dark-panel { color: var(--cream); background: var(--black); position: relative; overflow: hidden; }
.dark-panel::before { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(177,132,49,.07), transparent 35%, transparent 70%, rgba(177,132,49,.05)); pointer-events: none; }

.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; height: 130px; transition: .35s ease; color: white; border-bottom: 1px solid rgba(255,255,255,.08); }
.site-header.scrolled { height: 130px; background: rgba(7,7,7,.96); backdrop-filter: blur(18px); box-shadow: 0 12px 40px rgba(0,0,0,.25); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; overflow: hidden; }
.brand { display: flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.header-brand { min-width: 0; max-width: 310px; overflow: hidden; }
.header-brand-image { flex: 0 0 auto; width: 290px; height: 130px; object-fit: cover; }
.header-brand-copy { min-width: 0; display: flex; flex-direction: column; line-height: 1.08; }
.header-brand-copy strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-family: var(--font-display); font-size: 20px; font-weight: 600; letter-spacing: .015em; }
.header-brand-copy small { margin-top: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: var(--gold-light); font-size: 7px; text-transform: uppercase; letter-spacing: .16em; }
.brand-logo { display: flex; align-items: center; }
.brand-logo-image { display: block; width: min(100%, 320px);  }
.footer-brand-logo .brand-logo-image { width: min(100%, 310px); }
.desktop-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.desktop-nav a { position: relative; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; font-weight: 500; color: rgba(255,255,255,.8); transition: .25s; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 0; height: 1px; background: var(--gold); transition: .25s; }
.desktop-nav a:hover { color: var(--gold-light); }
.desktop-nav a:hover::after { width: 100%; }
.header-cta { display: flex; align-items: center; gap: 9px; padding: 12px 17px; border: 1px solid var(--gold); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; transition: .25s; }
.header-cta:hover { background: var(--gold); color: var(--black); }
.menu-toggle { display: none; flex: 0 0 42px; width: 42px; height: 42px; margin-left: auto; border: 0; background: transparent; cursor: pointer; padding: 10px; position: relative; z-index: 102; }
.menu-toggle span { display: block; height: 1px; background: var(--gold-light); margin: 6px 0; transition: .3s; }
.menu-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle.active span:nth-child(2) { opacity: 0; }
.menu-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu { display: none; }

.hero { min-height: 1075px; height: 100vh; max-height: 980px; color: white; background: radial-gradient(circle at 75% 40%, #2a2113 0, #12100c 22%, #070707 58%); position: relative; overflow: hidden; padding-top: 88px; }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(177,132,49,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(177,132,49,.045) 1px, transparent 1px); background-size: 74px 74px; mask-image: linear-gradient(to right, black, transparent 68%); }
.hero::after { content: ""; position: absolute; left: 7%; right: 7%; bottom: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); opacity: .45; }
.hero-grid { height: 100%; display: grid; grid-template-columns: .96fr 1.04fr; align-items: center; gap: 52px; position: relative; z-index: 2; }
.hero-content { padding-bottom: 20px; }
.eyebrow { display: inline-flex; align-items: center; gap: 12px; color: var(--gold-light); text-transform: uppercase; letter-spacing: .22em; font-size: 10px; font-weight: 600; }
.eyebrow > span { width: 32px; height: 1px; background: var(--gold); }
.hero h1 { max-width: 730px; margin: 24px 0 24px; font-family: var(--font-display); font-size: clamp(58px, 6vw, 86px); line-height: .95; font-weight: 500; letter-spacing: -.035em; }
h1 em, h2 em { color: var(--gold-light); font-style: italic; font-weight: 500; }
.hero-content > p { max-width: 680px; font-size: 16px; line-height: 1.8; color: rgba(255,255,255,.8); }
.hero-content .hero-support { max-width: 650px; margin-top: 12px; font-size: 12px; color: rgba(255,255,255,.52); }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 34px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 0 26px; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; font-weight: 600; transition: .3s; }
.btn-primary { background: var(--gold); color: var(--black); border: 1px solid var(--gold); }
.btn-primary:hover { background: var(--gold-light); border-color: var(--gold-light); transform: translateY(-2px); box-shadow: 0 14px 30px rgba(177,132,49,.18); }
.text-link { font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.75); border-bottom: 1px solid rgba(177,132,49,.4); padding-bottom: 5px; }
.text-link i { margin-left: 8px; transition: .25s; }
.text-link:hover { color: var(--gold-light); }
.text-link:hover i { transform: translateX(4px); }
.hero-trust { margin-top: 50px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.08); display: grid; grid-template-columns: repeat(3, 1fr); max-width: 680px; }
.hero-trust > div { padding-right: 20px; border-right: 1px solid rgba(255,255,255,.08); display: flex; flex-direction: column; }
.hero-trust > div + div { padding-left: 20px; }
.hero-trust > div:last-child { border-right: 0; }
.hero-trust strong { color: var(--gold-light); font-size: 9px; text-transform: uppercase; letter-spacing: .16em; }
.hero-trust span { margin-top: 4px; color: rgba(255,255,255,.65); font-size: 10px; }
.hero-visual { position: relative; justify-self: end; width: min(100%, 700px); }
.hero-frame { position: relative; aspect-ratio: 7 / 5; border: 1px solid rgba(177,132,49,.34); background: #0f0f0f; box-shadow: var(--shadow); overflow: hidden; }
.hero-frame::before { content: ""; position: absolute; inset: 16px; border: 1px solid rgba(177,132,49,.18); z-index: 2; pointer-events: none; }
.hero-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.06), rgba(0,0,0,.12)); z-index: 1; pointer-events: none; }
.hero-photo { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.floating-note { position: absolute; left: -58px; bottom: 100px; z-index: 4; display: flex; align-items: center; gap: 14px; padding: 17px 22px; color: var(--cream); background: rgba(15,15,15,.95); border: 1px solid rgba(177,132,49,.33); box-shadow: 0 20px 50px rgba(0,0,0,.4); }
.floating-note > i { color: var(--gold-light); font-size: 22px; }
.floating-note div { display: flex; flex-direction: column; }
.floating-note span { color: var(--muted); font-size: 8px; text-transform: uppercase; letter-spacing: .15em; }
.floating-note strong { font-family: var(--font-display); font-size: 20px; font-weight: 500; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.hero-orb-one { width: 520px; height: 520px; right: -240px; top: 40px; border: 1px solid rgba(177,132,49,.09); }
.hero-orb-two { width: 340px; height: 340px; left: -170px; bottom: -100px; border: 1px solid rgba(177,132,49,.07); }
.scroll-indicator { position: absolute; z-index: 4; bottom: 32px; left: 50%; transform: translateX(-50%); display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.4); font-size: 8px; text-transform: uppercase; letter-spacing: .25em; }
.scroll-indicator i { color: var(--gold-light); animation: bounce 1.8s infinite; }
@keyframes bounce { 0%,100% { transform: translateY(0); } 50% { transform: translateY(6px); } }

.split-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 120px; align-items: start; }
.section-heading h2 { margin-top: 18px; font-family: var(--font-display); font-size: clamp(46px, 5vw, 66px); line-height: 1.02; font-weight: 600; letter-spacing: -.025em; color: #171411; }
.section-heading.centered { max-width: 750px; margin: 0 auto 58px; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.dark-panel .section-heading h2 { color: var(--cream); }
.section-heading.centered p { max-width: 640px; margin: 20px auto 0; color: var(--muted); font-size: 13px; }
.section-copy { padding-top: 22px; }
.section-copy p { font-size: 13px; color: #625d56; margin-bottom: 17px; }
.section-copy .lead { font-family: var(--font-display); color: #24211d; font-size: 25px; line-height: 1.35; }
.credibility-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; margin-top: 72px; }
.mini-card { min-height: 170px; padding: 28px; border: 1px solid rgba(36,33,29,.12); background: rgba(255,255,255,.35); display: flex; flex-direction: column; justify-content: flex-end; transition: .3s; position: relative; overflow: hidden; }
.mini-card::after { content: ""; position: absolute; width: 90px; height: 90px; right: -46px; top: -46px; border: 1px solid rgba(177,132,49,.2); transform: rotate(45deg); }
.mini-card i { margin-bottom: 26px; color: var(--gold); font-size: 26px; }
.mini-card span { color: #8b8378; font-size: 9px; text-transform: uppercase; letter-spacing: .18em; }
.mini-card strong { font-family: var(--font-display); font-size: 25px; font-weight: 600; }
.mini-card:hover { transform: translateY(-6px); border-color: var(--gold); box-shadow: 0 18px 38px rgba(35,27,13,.1); }

.team-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; position: relative; z-index: 2; }
.team-card { border: 1px solid var(--line); background: var(--black-card); transition: .35s; }
.team-card:hover { transform: translateY(-8px); border-color: rgba(209,170,91,.6); box-shadow: 0 28px 55px rgba(0,0,0,.35); }
.portrait { height: 315px; position: relative; overflow: hidden; display: grid; place-items: center; background: radial-gradient(circle at 50% 30%, #2c261c, #111 68%); }
.portrait::before { content: ""; position: absolute; width: 170px; height: 230px; top: 55px; left: 50%; transform: translateX(-50%); border-radius: 85px 85px 12px 12px; background: linear-gradient(160deg, rgba(177,132,49,.2), rgba(177,132,49,.035)); border: 1px solid rgba(177,132,49,.18); }
.portrait::after { content: ""; position: absolute; width: 84px; height: 84px; top: 65px; left: 50%; transform: translateX(-50%); border-radius: 50%; background: rgba(209,170,91,.13); border: 1px solid rgba(209,170,91,.23); }
.portrait span { font-family: var(--font-display); color: rgba(209,170,91,.72); font-size: 52px; z-index: 2; margin-top: 24px; }
.portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.portrait-one.has-photo img { transform: scale(1.22); transform-origin: center 22%; }
.portrait-two.has-photo img { transform: scale(1.55); transform-origin: center 10%; }
.portrait-three.has-photo img { transform: scale(1.12); transform-origin: center 18%; }
.portrait.has-photo::before,
.portrait.has-photo::after { display: none; }
.portrait.has-photo .portrait-line { inset: 12px; border-color: rgba(177,132,49,.22); z-index: 2; pointer-events: none; }
.portrait-line { position: absolute; inset: 17px; border: 1px solid rgba(177,132,49,.12); }
.portrait-two { background: radial-gradient(circle at 50% 30%, #29251d, #0c0c0c 68%); }
.portrait-three { background: radial-gradient(circle at 50% 30%, #30281a, #0d0d0d 68%); }
.team-card-content { padding: 26px 28px 28px; }
.role { font-size: 8px; color: var(--gold-light); text-transform: uppercase; letter-spacing: .2em; }
.team-card h3 { margin-top: 7px; font-family: var(--font-display); font-size: 34px; font-weight: 600; }
.team-card p { color: var(--muted); font-size: 11px; }
.team-meta { margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line-white); display: flex; justify-content: space-between; align-items: center; }
.team-meta span { font-size: 9px; color: rgba(255,255,255,.48); letter-spacing: .08em; }
.team-meta a { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line); color: var(--gold-light); transition: .25s; }
.team-meta a:hover { background: var(--gold); color: var(--black); }
.photo-note { position: relative; z-index: 2; margin-top: 22px; color: rgba(255,255,255,.35); text-align: center; font-size: 9px; }
.photo-note i { color: var(--gold); margin-right: 7px; }

.practice-intro { display: grid; grid-template-columns: 1.2fr .8fr; gap: 90px; align-items: end; margin-bottom: 58px; }
.practice-intro > p { color: #6d675f; font-size: 13px; max-width: 460px; padding-bottom: 8px; }
.practice-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(36,33,29,.13); border-left: 1px solid rgba(36,33,29,.13); }
.practice-card { min-height: 320px; padding: 32px; position: relative; border-right: 1px solid rgba(36,33,29,.13); border-bottom: 1px solid rgba(36,33,29,.13); transition: .35s; overflow: hidden; }
.practice-card::after { content: ""; position: absolute; inset: 0; background: var(--black); transform: translateY(101%); transition: .45s cubic-bezier(.77,0,.18,1); z-index: -1; }
.practice-card .number { position: absolute; top: 26px; right: 28px; color: rgba(36,33,29,.16); font-family: var(--font-display); font-size: 32px; }
.practice-card > i { color: var(--gold); font-size: 31px; margin-bottom: 58px; }
.practice-card h3 { font-family: var(--font-display); font-size: 29px; font-weight: 600; margin-bottom: 10px; }
.practice-card p { color: #756f66; font-size: 11px; line-height: 1.75; }
.practice-card a { display: inline-flex; align-items: center; gap: 8px; margin-top: 20px; font-size: 8px; text-transform: uppercase; letter-spacing: .14em; color: var(--gold-dark); opacity: 0; transform: translateY(8px); transition: .3s .1s; }
.practice-card:hover { color: var(--cream); }
.practice-card:hover::after { transform: translateY(0); }
.practice-card:hover .number { color: rgba(209,170,91,.2); }
.practice-card:hover p { color: var(--muted); }
.practice-card:hover a { color: var(--gold-light); opacity: 1; transform: translateY(0); }

.profile { background: #e9e3d8; }
.profile-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; align-items: center; }
.profile-visual { position: relative; width: 100%; max-width: 470px; }
.profile-card-main { height: 590px; position: relative; background: linear-gradient(150deg,#15120e,#292114); overflow: hidden; border: 1px solid rgba(177,132,49,.25); box-shadow: var(--shadow); }
.profile-card-main::before { content: ""; position: absolute; inset: 20px; border: 1px solid rgba(177,132,49,.18); z-index: 2; pointer-events: none; }
.profile-card-main img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.profile-card-main.has-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.03), rgba(0,0,0,.1)); pointer-events: none; }
.profile-badge { position: absolute; right: -60px; bottom: 60px; width: 190px; padding: 22px; background: var(--cream); border-left: 3px solid var(--gold); box-shadow: 0 16px 45px rgba(0,0,0,.16); display: flex; flex-direction: column; }
.profile-badge strong { font-family: var(--font-display); font-size: 22px; }
.profile-badge span { color: #7b756d; font-size: 8px; text-transform: uppercase; letter-spacing: .14em; }
.profile-content h2 { margin-top: 18px; font-family: var(--font-display); font-size: clamp(44px,4.7vw,64px); line-height: 1.02; font-weight: 600; }
.profile-content > p { margin-top: 18px; color: #69635b; font-size: 12px; }
.profile-list { list-style: none; margin-top: 28px; display: grid; grid-template-columns: repeat(2,1fr); gap: 12px 25px; }
.profile-list li { font-size: 10px; color: #4f4a43; }
.profile-list i { margin-right: 9px; color: var(--gold); }
.profile-signature { margin-top: 34px; padding-top: 25px; border-top: 1px solid rgba(36,33,29,.15); display: flex; justify-content: space-between; align-items: end; }
.profile-signature span { font-family: var(--font-display); font-size: 28px; font-style: italic; }
.profile-signature strong { color: var(--gold-dark); font-size: 9px; letter-spacing: .15em; }

.benefits-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 0 70px; position: relative; z-index: 2; }
.benefit-item { display: grid; grid-template-columns: 55px 1fr; gap: 22px; padding: 30px 0; border-bottom: 1px solid var(--line-white); }
.benefit-item > span { color: var(--gold); font-family: var(--font-display); font-size: 18px; }
.benefit-item h3 { font-family: var(--font-display); font-size: 27px; font-weight: 600; }
.benefit-item p { margin-top: 5px; color: var(--muted); font-size: 11px; }

.experience-header { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 100px; }
.experience-header > p { color: #6e685f; font-size: 12px; padding-bottom: 10px; }
.experience-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-top: 55px; }
.experience-card { padding: 32px 26px; min-height: 245px; background: rgba(255,255,255,.42); border: 1px solid rgba(36,33,29,.12); }
.experience-card > i { font-size: 26px; color: var(--gold); }
.experience-card h3 { margin-top: 44px; font-family: var(--font-display); font-size: 25px; line-height: 1.05; }
.experience-card p { margin-top: 11px; color: #746e65; font-size: 10px; }

.process { background: var(--black); color: var(--cream); }
.process-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: start; }
.process-intro { position: sticky; top: 130px; }
.process-intro h2 { margin-top: 18px; font-family: var(--font-display); font-size: clamp(46px,4.8vw,66px); line-height: 1.02; font-weight: 600; }
.process-intro p { margin-top: 22px; color: var(--muted); font-size: 12px; max-width: 430px; }
.process-intro .btn { margin-top: 32px; }
.process-list { border-top: 1px solid var(--line); }
.process-step { display: grid; grid-template-columns: 80px 1fr; gap: 26px; padding: 38px 0; border-bottom: 1px solid var(--line); }
.step-number { width: 58px; height: 58px; display: grid; place-items: center; color: var(--gold-light); border: 1px solid var(--line); font-family: var(--font-display); font-size: 18px; transform: rotate(45deg); }
.step-number::first-line { transform: rotate(-45deg); }
.process-step h3 { font-family: var(--font-display); font-size: 31px; font-weight: 600; }
.process-step p { margin-top: 6px; color: var(--muted); font-size: 11px; }

.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 105px; align-items: start; }
.faq-intro { position: sticky; top: 125px; }
.faq-intro h2 { margin-top: 18px; font-family: var(--font-display); font-size: clamp(46px,4.8vw,66px); line-height: 1.02; font-weight: 600; }
.faq-intro > p { margin-top: 18px; color: #6d675f; font-size: 12px; }
.faq-contact { display: flex; gap: 14px; align-items: center; margin-top: 30px; padding-top: 28px; border-top: 1px solid rgba(36,33,29,.14); }
.faq-contact > i { color: var(--gold); font-size: 28px; }
.faq-contact div { display: flex; flex-direction: column; }
.faq-contact span { color: #8a8379; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.faq-contact a { font-family: var(--font-display); font-size: 21px; color: var(--gold-dark); }
.accordion { border-top: 1px solid rgba(36,33,29,.16); }
.accordion-item { border-bottom: 1px solid rgba(36,33,29,.16); }
.accordion-item button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 26px 0; border: 0; background: transparent; color: #28241f; cursor: pointer; text-align: left; font-family: var(--font-display); font-size: 23px; font-weight: 600; }
.accordion-item button i { flex: 0 0 auto; width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid rgba(177,132,49,.35); color: var(--gold); font-size: 10px; transition: .3s; }
.accordion-item.active button i { transform: rotate(45deg); background: var(--gold); color: var(--black); }
.accordion-content { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.accordion-content p { padding: 0 50px 25px 0; color: #726c63; font-size: 11px; }
.accordion-item.active .accordion-content { max-height: 220px; }


.contact-section { position: relative; color: var(--cream); background: #0a0a0a; overflow: hidden; }
.contact-section::before { content: ""; position: absolute; width: 520px; height: 520px; right: -260px; top: -180px; border: 1px solid rgba(177,132,49,.12); border-radius: 50%; }
.contact-heading { position: relative; z-index: 2; display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 90px; margin-bottom: 52px; }
.contact-heading .section-heading h2 { color: var(--cream); }
.contact-heading > p { max-width: 470px; padding-bottom: 8px; color: rgba(255,255,255,.52); font-size: 12px; }
.contact-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .82fr 1.18fr; gap: 32px; align-items: start; }
.contact-info-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.contact-info-card { min-height: 205px; padding: 26px; border: 1px solid rgba(177,132,49,.22); background: rgba(255,255,255,.025); display: flex; flex-direction: column; transition: .3s; overflow: hidden; }
.contact-info-card:hover { transform: translateY(-5px); border-color: rgba(209,170,91,.65); background: rgba(177,132,49,.06); }
.contact-icon { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 28px; border: 1px solid rgba(177,132,49,.34); color: var(--gold-light); font-size: 17px; }
.contact-label { color: rgba(255,255,255,.38); font-size: 8px; text-transform: uppercase; letter-spacing: .2em; }
.contact-info-card strong { margin-top: 7px; color: var(--cream); font-family: var(--font-display); font-size: 21px; line-height: 1.15; font-weight: 600; overflow-wrap: anywhere; }
.contact-info-card small { margin-top: auto; padding-top: 16px; color: rgba(255,255,255,.38); font-size: 8px; line-height: 1.5; }
.contact-form { padding: 40px; color: #27231e; background: var(--cream); border-top: 3px solid var(--gold); box-shadow: 0 28px 75px rgba(0,0,0,.38); }
.form-header { margin-bottom: 30px; }
.form-header > span { color: var(--gold-dark); font-size: 8px; text-transform: uppercase; letter-spacing: .2em; font-weight: 700; }
.form-header h3 { margin-top: 5px; font-family: var(--font-display); font-size: 37px; line-height: 1.05; }
.form-header p { margin-top: 8px; color: #777067; font-size: 10px; }
.form-row { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.form-field { display: flex; flex-direction: column; gap: 8px; margin-bottom: 17px; }
.form-field > span { color: #514b43; font-size: 8px; text-transform: uppercase; letter-spacing: .13em; font-weight: 600; }
.form-field input,.form-field select,.form-field textarea { width: 100%; border: 1px solid rgba(36,33,29,.16); border-radius: 0; outline: 0; background: rgba(255,255,255,.5); color: #2c2822; font-size: 11px; transition: .25s; }
.form-field input,.form-field select { height: 49px; padding: 0 14px; }
.form-field textarea { min-height: 145px; padding: 14px; resize: vertical; }
.form-field input:focus,.form-field select:focus,.form-field textarea:focus { border-color: var(--gold); background: #fff; box-shadow: 0 0 0 3px rgba(177,132,49,.08); }
.form-field input::placeholder,.form-field textarea::placeholder { color: #9b958c; }
.form-consent { display: flex; align-items: flex-start; gap: 10px; margin: 2px 0 22px; color: #777067; font-size: 8px; line-height: 1.6; cursor: pointer; }
.form-consent input { width: 15px; height: 15px; margin-top: 1px; accent-color: var(--gold); }
.contact-submit { width: 100%; border: 0; cursor: pointer; }
.form-disclaimer { margin-top: 13px; color: #918a80; font-size: 7.5px; text-align: center; }

.final-cta { position: relative; overflow: hidden; padding: 105px 0; text-align: center; color: var(--cream); background: linear-gradient(135deg,#a0782c,#c19746 55%,#8b6724); }
.final-cta::before { content: ""; position: absolute; inset: 0; background: linear-gradient(rgba(0,0,0,.18),rgba(0,0,0,.1)); }
.final-cta-pattern { position: absolute; width: 580px; height: 580px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.final-cta-pattern::before,.final-cta-pattern::after { content: ""; position: absolute; inset: 60px; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; }
.final-cta-pattern::after { inset: 130px; }
.final-cta-content { position: relative; z-index: 2; max-width: 810px; }
.final-cta .eyebrow { color: var(--black); opacity: .7; }
.final-cta .eyebrow span { background: var(--black); }
.final-cta h2 { margin-top: 18px; font-family: var(--font-display); font-size: clamp(48px,5.4vw,72px); line-height: .98; font-weight: 600; }
.final-cta h2 em { color: white; }
.final-cta p { max-width: 610px; margin: 20px auto 30px; color: rgba(255,255,255,.8); font-size: 12px; }
.btn-light { background: var(--black); color: var(--gold-light); border: 1px solid var(--black); }
.btn-light:hover { background: white; color: var(--black); border-color: white; transform: translateY(-2px); }

.site-footer { color: var(--cream); background: #060606; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr 1fr .8fr; gap: 55px; padding-top: 75px; padding-bottom: 55px; }
.footer-brand p { max-width: 330px; margin-top: 25px; color: rgba(255,255,255,.42); font-size: 10px; }
.footer-column { display: flex; flex-direction: column; gap: 10px; }
.footer-column h3 { margin-bottom: 8px; color: var(--gold-light); font-size: 9px; text-transform: uppercase; letter-spacing: .2em; }
.footer-column a,.footer-column span,.footer-column strong { color: rgba(255,255,255,.48); font-size: 10px; font-weight: 400; }
.footer-column a:hover { color: var(--gold-light); }
.footer-column i { width: 16px; color: var(--gold); }
.accepted-cards { margin-top: 18px; display: flex; flex-direction: column; gap: 10px; }
.accepted-cards-label { color: var(--gold-light); font-size: 8px; text-transform: uppercase; letter-spacing: .14em; }
.accepted-cards img { width: 100%; max-width: 250px; height: auto; object-fit: contain; display: block; }
.legal-notice { padding: 22px 0; border-top: 1px solid var(--line-white); }
.legal-notice p { color: rgba(255,255,255,.28); font-size: 8px; line-height: 1.7; }
.footer-bottom { border-top: 1px solid var(--line-white); }
.footer-bottom .container { min-height: 62px; display: flex; align-items: center; justify-content: space-between; color: rgba(255,255,255,.28); font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.floating-whatsapp { position: fixed; right: 24px; bottom: 24px; z-index: 90; height: 50px; padding: 0 18px; display: flex; align-items: center; gap: 10px; color: #fff; background: #1d9d5a; border-radius: 40px; box-shadow: 0 12px 35px rgba(0,0,0,.25); font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; transition: .3s; }
.floating-whatsapp i { font-size: 20px; }
.floating-whatsapp:hover { transform: translateY(-4px); }
.back-to-top { position: fixed; right: 28px; bottom: 88px; z-index: 89; width: 42px; height: 42px; border: 1px solid var(--gold); background: var(--black); color: var(--gold-light); cursor: pointer; opacity: 0; visibility: hidden; transition: .3s; }
.back-to-top.visible { opacity: 1; visibility: visible; }
.back-to-top:hover { background: var(--gold); color: var(--black); }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .24s; }
.delay-3 { transition-delay: .36s; }

@media (max-width: 1080px) {
  .desktop-nav { gap: 18px; }
  .header-cta { display: none; }
  .hero-grid { gap: 36px; }
  .hero h1 { font-size: 68px; }
  .floating-note { left: -25px; }
  .split-layout,.profile-grid,.process-grid,.faq-grid { gap: 65px; }
  .practice-intro,.experience-header { gap: 55px; }
}

@media (max-width: 900px) {
  .site-header { height: 130px; }
  .header-inner { gap: 12px; overflow: visible; }
  .header-brand { flex: 1 1 auto; max-width: calc(100% - 54px); }
  .header-brand-image { width: 290px; height: 131px; }
  .header-brand-copy strong { font-size: 17px; }
  .header-brand-copy small { font-size: 6px; letter-spacing: .12em; }
  .desktop-nav { display: none; }
  .menu-toggle { display: block; }
  .mobile-menu { display: flex; position: fixed; top: 74px; left: 0; right: 0; padding: 28px 25px 35px; background: rgba(7,7,7,.98); flex-direction: column; gap: 18px; transform: translateY(-120%); opacity: 0; visibility: hidden; transition: .35s; border-top: 1px solid rgba(255,255,255,.06); }
  .mobile-menu.open { transform: translateY(0); opacity: 1; visibility: visible; }
  .mobile-menu a { color: rgba(255,255,255,.75); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
  .mobile-menu-cta { color: var(--gold-light)!important; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.08); }
  .hero { height: auto; max-height: none; min-height: auto; padding: 145px 0 100px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { order: -1; justify-self: center; margin-top: 0; margin-bottom: 35px; }
  .hero-content { max-width: 750px; }
  .scroll-indicator { display: none; }
  .split-layout,.profile-grid,.process-grid,.faq-grid,.contact-layout { grid-template-columns: 1fr; gap: 55px; }
  .section-copy { padding-top: 0; }
  .credibility-grid { grid-template-columns: repeat(2,1fr); }
  .team-grid { grid-template-columns: repeat(3,1fr); }
  .portrait { height: 255px; }
  .practice-grid { grid-template-columns: repeat(2,1fr); }
  .practice-intro,.experience-header,.contact-heading { grid-template-columns: 1fr; gap: 20px; }
  .profile-visual { margin-inline: auto; }
  .process-intro,.faq-intro { position: static; }
  .experience-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 680px) {
  .header-brand { max-width: calc(100% - 50px); gap: 9px; }
  .header-brand-image { width: 290px; height: 130px; }
  .header-brand-copy strong { font-size: 14px; }
  .header-brand-copy small { font-size: 5.5px; letter-spacing: .08em; }
  .container { width: min(calc(100% - 30px), var(--container)); }
  .section { padding: 78px 0; }
  .hero { padding-top: 125px; }
  .hero h1 { font-size: clamp(49px,15vw,66px); }
  .hero-content > p { font-size: 13px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-trust { grid-template-columns: 1fr; gap: 14px; }
  .hero-trust > div,.hero-trust > div + div { padding: 0 0 14px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.08); }
  .hero-frame { aspect-ratio: 7 / 5; }
  .hero-symbol { width: 160px; top: 100px; }
  .hero-visual-copy strong { font-size: 32px; }
  .floating-note { left: -8px; bottom: 55px; }
  .section-heading h2,.profile-content h2,.process-intro h2,.faq-intro h2 { font-size: 46px; }
  .credibility-grid,.team-grid,.practice-grid,.benefits-grid,.experience-grid,.contact-info-grid,.form-row { grid-template-columns: 1fr; }
  .team-grid { gap: 18px; }
  .portrait { height: 430px; }
  .practice-intro { margin-bottom: 38px; }
  .practice-card { min-height: 285px; }
  .profile-card-main { height: 500px; }
  .profile-badge { right: -5px; bottom: 32px; }
  .profile-list { grid-template-columns: 1fr; }
  .benefits-grid { gap: 0; }
  .process-step { grid-template-columns: 62px 1fr; gap: 18px; }
  .step-number { width: 48px; height: 48px; }
  .accordion-item button { font-size: 20px; }
  .contact-form { padding: 28px 20px; }
  .contact-info-card { min-height: 175px; }
  .final-cta h2 { font-size: 48px; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-bottom .container { padding: 15px 0; flex-direction: column; justify-content: center; gap: 5px; text-align: center; }
  .floating-whatsapp { width: 50px; padding: 0; justify-content: center; }
  .floating-whatsapp span { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *,*::before,*::after { scroll-behavior: auto!important; animation-duration: .01ms!important; animation-iteration-count: 1!important; transition-duration: .01ms!important; }
  .reveal { opacity: 1; transform: none; }
}
/* ================================
   SEÇÃO DE NÚMEROS
================================ */

.numbers-section {
    padding: 75px 0;
    background: var(--black);
    position: relative;
    overflow: hidden;
}

.numbers-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
    linear-gradient(135deg,
    rgba(177,132,49,.08),
    transparent 50%);
}


.numbers-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 25px;
}


.number-card {
    text-align: center;
    padding: 35px 25px;
    border: 1px solid rgba(177,132,49,.25);
    background: rgba(255,255,255,.02);
    transition: .3s ease;
}


.number-card:hover {
    transform: translateY(-8px);
    border-color: var(--gold-light);
}


.number-card strong {
    display: block;
    font-family: var(--font-display);
    font-size: 72px;
    line-height: 1;
    font-weight: 600;
    color: var(--gold-light);
}


.number-card span {
    display: block;
    margin-top: 15px;
    color: rgba(255,255,255,.65);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .18em;
}


/* MOBILE */

@media(max-width:680px){

    .numbers-section {
        padding: 55px 0;
    }

    .numbers-grid {
        grid-template-columns:1fr;
        gap:18px;
    }

    .number-card {
        padding:30px 20px;
    }

    .number-card strong {
        font-size:58px;
    }

}

/* ================================
   AJUSTE TEXTO RODAPÉ
================================ */

/* Títulos das colunas continuam dourados */
.footer-column h3 {
    color: var(--gold-light);
    font-weight: 600;
    font-size: 13px;
}


/* Textos e informações do rodapé em branco e negrito */
.footer-column a,
.footer-column span,
.footer-column strong,
.footer-brand p {
    color: #ffffff;
    
    font-size: 13px;
}


/* Texto legal inferior */
.legal-notice p {
    color: #ffffff;
    
}


/* Texto final do rodapé */
.footer-bottom .container {
    color: #ffffff;
    
    font-size: 13px;
}