:root {
  --ink: #182524;
  --ink-soft: #33413d;
  --forest: #17352f;
  --forest-deep: #102724;
  --gold: #c89a5a;
  --gold-light: #dfbb82;
  --sand: #e9e2d7;
  --paper: #f7f5f1;
  --muted: #77817d;
  --line: rgba(24, 37, 36, .14);
  --white: #fff;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: 'Trebuchet MS', Arial, sans-serif;
  --display: 'Trebuchet MS', Arial, sans-serif;
  --container: 1200px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.container { width: min(calc(100% - 64px), var(--container)); margin: 0 auto; }
.icon { display: inline-block; width: 24px; height: 24px; flex: 0 0 auto; vertical-align: middle; }
.icon--small { width: 17px; height: 17px; }
.icon--tiny { width: 14px; height: 14px; }
.top-bar { background: var(--forest-deep); color: rgba(255,255,255,.62); font-family: var(--display); font-size: 10px; letter-spacing: .11em; text-transform: uppercase; }
.top-bar__inner { display: flex; justify-content: space-between; min-height: 34px; align-items: center; }
.top-bar__note { display: inline-flex; gap: 8px; align-items: center; }
.top-bar__note--right { opacity: .68; }
.site-header { position: absolute; z-index: 20; top: 34px; left: 0; right: 0; color: var(--white); transition: background .3s, transform .3s; }
.site-header.is-scrolled { position: fixed; top: 0; background: rgba(16,39,36,.94); backdrop-filter: blur(16px); box-shadow: 0 8px 30px rgba(0,0,0,.08); }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; min-height: 88px; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand__mark { display: grid; place-items: center; width: 37px; height: 37px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-light); }
.brand__mark .icon { width: 21px; height: 21px; }
.brand__words { display: flex; flex-direction: column; line-height: 1.1; }
.brand__words strong { font: 600 17px var(--display); letter-spacing: .08em; text-transform: uppercase; }
.brand__words small { margin-top: 6px; color: rgba(255,255,255,.55); font: 9px var(--display); letter-spacing: .17em; text-transform: uppercase; }
.nav-menu { display: flex; gap: clamp(14px, 2.2vw, 34px); margin: 0; padding: 0; list-style: none; }
.nav-menu a { color: rgba(255,255,255,.76); font: 500 12px var(--display); letter-spacing: .06em; transition: color .2s; }
.nav-menu a:hover { color: var(--gold-light); }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; cursor: pointer; font: 600 11px var(--display); letter-spacing: .08em; text-transform: uppercase; transition: transform .25s, background .25s, border-color .25s, color .25s; }
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: var(--gold); color: var(--forest-deep); }
.btn--primary:hover, .btn--gold:hover { background: var(--gold-light); }
.btn--header { padding: 13px 18px; }
.btn--gold { background: var(--gold); color: var(--forest-deep); }
.btn--large { padding: 17px 24px; min-height: 53px; }
.nav-toggle { display: none; border: 0; padding: 5px; background: transparent; color: var(--white); }
.nav-toggle .icon { width: 25px; height: 25px; }
.hero { position: relative; min-height: min(760px, 92vh); overflow: hidden; background: var(--forest-deep); color: var(--white); }
.hero__slides, .hero-slide { min-height: inherit; }
.hero-slide { position: absolute; inset: 0; display: flex; visibility: hidden; opacity: 0; transition: opacity .8s, visibility .8s; }
.hero-slide.is-active { position: relative; visibility: visible; opacity: 1; z-index: 1; }
.hero-slide__visual { position: absolute; inset: 0; overflow: hidden; background: var(--forest-deep); }
.hero-slide__visual::after { position: absolute; inset: 0; content: ''; background: linear-gradient(90deg, rgba(12,29,27,.98) 0%, rgba(12,29,27,.82) 43%, rgba(12,29,27,.12) 100%); }
.hero-slide__visual img { width: 100%; height: 100%; object-fit: cover; opacity: .92; }
.hero-slide__visual--court img { object-position: 66% 50%; }
.hero-slide__visual--office img { object-position: 74% 48%; }
.hero-slide__visual--detail img { object-position: 65% 50%; }
.hero-slide__inner { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; min-height: inherit; padding-top: 100px; }
.hero-slide__copy { width: min(670px, 72%); }
.eyebrow { display: inline-flex; align-items: center; gap: 12px; color: var(--gold); font: 600 10px var(--display); letter-spacing: .16em; text-transform: uppercase; }
.eyebrow i { display: inline-block; width: 34px; height: 1px; background: currentColor; }
.eyebrow--light { color: var(--gold-light); }
.hero h1, .hero h2 { max-width: 680px; margin: 23px 0 20px; font: 500 clamp(44px, 5.7vw, 76px)/1.08 var(--serif); letter-spacing: -.035em; }
.hero-slide__copy p { max-width: 500px; margin: 0; color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.75; }
.hero-slide__actions { display: flex; align-items: center; gap: 29px; margin-top: 35px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--forest); font: 600 11px var(--display); letter-spacing: .08em; text-transform: uppercase; transition: color .2s, gap .2s; }
.text-link:hover, .service-card__link:hover, .site-footer a:hover { color: var(--gold); }
.text-link:hover, .service-card__link:hover { gap: 14px; }
.text-link--light { color: rgba(255,255,255,.8); }
.hero-slide__aside { align-self: flex-end; display: flex; align-items: center; gap: 18px; margin-bottom: 117px; color: rgba(255,255,255,.6); font: 11px/1.5 var(--display); letter-spacing: .06em; text-transform: uppercase; }
.hero-slide__aside-number { color: var(--gold-light); font: 500 25px var(--serif); }
.hero__controls { position: absolute; right: 0; bottom: 38px; left: 0; z-index: 3; display: flex; align-items: center; justify-content: space-between; }
.hero__pager { display: flex; gap: 22px; }
.hero__dot { display: flex; align-items: center; gap: 9px; width: 53px; padding: 0 0 9px; border: 0; border-bottom: 1px solid rgba(255,255,255,.35); background: transparent; color: rgba(255,255,255,.45); cursor: pointer; font: 10px var(--display); transition: color .3s, border-color .3s, width .3s; }
.hero__dot.is-active { width: 86px; border-color: var(--gold); color: var(--gold-light); }
.hero__scroll { display: inline-flex; align-items: center; gap: 10px; color: rgba(255,255,255,.48); font: 10px var(--display); letter-spacing: .14em; text-transform: uppercase; }
.hero__scroll .icon { transform: rotate(90deg); }
.section { padding: 120px 0; }
.intro { background: var(--paper); }
.intro__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .85fr); align-items: center; gap: clamp(50px, 8vw, 120px); }
.intro__visual { position: relative; padding: 0 40px 40px 0; }
.intro__visual::before { position: absolute; top: 40px; right: 0; bottom: 0; left: 40px; border: 1px solid var(--gold); content: ''; }
.intro__visual img { position: relative; display: block; width: 100%; height: 550px; object-fit: cover; }
.intro__seal { position: absolute; right: -11px; bottom: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 120px; height: 120px; background: var(--forest); color: var(--white); text-align: center; }
.intro__seal strong { color: var(--gold-light); font: 500 42px var(--serif); line-height: 1; }
.intro__seal span { margin-top: 6px; font: 10px/1.35 var(--display); letter-spacing: .08em; text-transform: uppercase; }
.intro__copy h2, .section-heading h2 { margin: 18px 0 23px; color: var(--forest); font: 500 clamp(36px, 4.2vw, 57px)/1.1 var(--serif); letter-spacing: -.035em; }
.intro__copy p { max-width: 520px; color: var(--muted); }
.intro__copy .lead { color: var(--ink-soft); font-size: 18px; line-height: 1.7; }
.check-list { display: grid; gap: 11px; margin: 25px 0 29px; padding: 0; list-style: none; color: var(--ink-soft); font-size: 14px; }
.check-list li { display: flex; gap: 10px; align-items: center; }
.check-list .icon { color: var(--gold); }
.section--ink { background: var(--forest-deep); color: var(--white); }
.section-heading { max-width: 650px; margin-bottom: 60px; }
.section-heading h2 { color: var(--forest); }
.section-heading--split { display: flex; justify-content: space-between; align-items: end; max-width: none; gap: 50px; }
.section-heading--split h2 { color: var(--white); max-width: 520px; margin-bottom: 0; }
.section-heading--split > p { max-width: 350px; margin: 0 0 4px; color: rgba(255,255,255,.58); font-size: 15px; }
.services__grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.2); }
.service-card { position: relative; min-height: 380px; padding: 31px 27px 27px; border-right: 1px solid rgba(255,255,255,.2); transition: background .35s, transform .35s; }
.service-card:first-child { border-left: 1px solid rgba(255,255,255,.2); }
.service-card:hover { background: rgba(255,255,255,.06); transform: translateY(-5px); }
.service-card__index { position: absolute; top: 28px; right: 27px; color: rgba(255,255,255,.3); font: 12px var(--display); }
.service-card__icon { display: grid; place-items: center; width: 57px; height: 57px; margin: 27px 0 27px; border: 1px solid rgba(222,188,130,.65); border-radius: 50%; color: var(--gold-light); }
.service-card__icon .icon { width: 25px; height: 25px; }
.service-card__eyebrow { color: var(--gold-light); font: 10px var(--display); letter-spacing: .15em; text-transform: uppercase; }
.service-card h3 { margin: 12px 0 12px; font: 500 25px var(--serif); }
.service-card p { min-height: 91px; margin: 0; color: rgba(255,255,255,.6); font-size: 14px; line-height: 1.65; }
.service-card__link { position: absolute; bottom: 27px; display: inline-flex; align-items: center; gap: 9px; color: var(--gold-light); font: 600 10px var(--display); letter-spacing: .08em; text-transform: uppercase; }
.statement { padding: 100px 0; background: var(--gold); }
.statement__inner { max-width: 850px; text-align: center; color: var(--forest-deep); }
.statement__quote { width: 30px; height: 30px; margin-bottom: 15px; }
.statement p { margin: 0; font: 500 clamp(26px, 3.3vw, 42px)/1.25 var(--serif); letter-spacing: -.02em; }
.statement span { display: block; margin-top: 20px; font: 600 10px var(--display); letter-spacing: .15em; text-transform: uppercase; opacity: .65; }
.section--sand { background: var(--sand); }
.differences__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); }
.difference-card { position: relative; min-height: 280px; padding: 35px; background: var(--sand); }
.difference-card__number { position: absolute; top: 34px; right: 35px; color: var(--gold); font: 13px var(--display); }
.difference-card > .icon { width: 38px; height: 38px; margin-bottom: 35px; color: var(--forest); }
.difference-card h3 { margin: 0 0 9px; font: 500 27px var(--serif); }
.difference-card p { max-width: 270px; margin: 0; color: var(--muted); font-size: 14px; }
.section-heading--center { max-width: none; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.testimonials { background: var(--paper); }
.testimonial-slider { position: relative; max-width: 800px; margin: 0 auto; padding: 0 30px 67px; text-align: center; }
.testimonial { display: none; }
.testimonial.is-active { display: block; animation: fade-in .6s ease both; }
.testimonial__quote { width: 28px; height: 28px; color: var(--gold); }
.testimonial blockquote { margin: 22px auto 30px; color: var(--ink-soft); font: 500 clamp(23px, 3vw, 34px)/1.35 var(--serif); }
.testimonial__person { display: flex; align-items: center; justify-content: center; gap: 12px; text-align: left; }
.avatar { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--forest); color: var(--gold-light); font: 600 11px var(--display); }
.testimonial__person strong, .testimonial__person small { display: block; }
.testimonial__person strong { font: 600 12px var(--display); }
.testimonial__person small { margin-top: 3px; color: var(--muted); font-size: 11px; }
.testimonial-slider__controls { position: absolute; right: 0; bottom: 0; left: 0; display: flex; align-items: center; justify-content: center; gap: 27px; }
.testimonial-slider__controls button { display: grid; place-items: center; width: 35px; height: 35px; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; }
.testimonial-slider__controls button:hover { border-color: var(--gold); color: var(--gold); }
.testimonial-slider__controls .icon { width: 16px; height: 16px; }
.testimonial-counter { color: var(--muted); font: 11px var(--display); }
.testimonial-counter b { color: var(--forest); }
.contact-cta { padding: 100px 0; background: var(--forest-deep); color: var(--white); }
.contact-cta__inner { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.contact-cta h2 { margin: 19px 0 18px; font: 500 clamp(38px, 4.5vw, 58px)/1.1 var(--serif); letter-spacing: -.035em; }
.contact-cta p { max-width: 475px; margin: 0; color: rgba(255,255,255,.6); }
.contact-cta__action { display: flex; flex-direction: column; align-items: flex-start; gap: 15px; }
.contact-cta__action > span { color: rgba(255,255,255,.45); font: 10px var(--display); letter-spacing: .1em; }
.site-footer { background: #0c1d1b; color: rgba(255,255,255,.64); }
.site-footer__top { display: grid; grid-template-columns: 1.5fr 1fr 1.2fr; gap: 70px; padding-top: 70px; padding-bottom: 65px; }
.brand--footer { color: var(--white); }
.footer-brand > p { max-width: 240px; margin: 22px 0 0; font-size: 13px; line-height: 1.6; }
.footer-column { display: flex; flex-direction: column; gap: 10px; font-size: 13px; line-height: 1.5; }
.footer-column__title { margin-bottom: 9px; color: var(--gold-light); font: 600 10px var(--display); letter-spacing: .15em; text-transform: uppercase; }
.footer-column a, .footer-column span:not(.footer-column__title) { color: rgba(255,255,255,.56); }
.footer-column a:hover { color: var(--gold-light); }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.37); font: 10px var(--display); letter-spacing: .04em; }
.site-footer__bottom a { display: inline-flex; gap: 8px; align-items: center; color: var(--gold-light); }
.whatsapp-float { position: fixed; right: 25px; bottom: 25px; z-index: 30; display: flex; align-items: center; gap: 0; width: 53px; height: 53px; overflow: hidden; border-radius: 30px; background: #39a875; color: var(--white); box-shadow: 0 10px 25px rgba(0,0,0,.18); transition: width .3s, background .3s; }
.whatsapp-float:hover { width: 153px; background: #2d9567; }
.whatsapp-float .icon { width: 23px; height: 23px; margin: 0 15px; flex: 0 0 23px; }
.whatsapp-float span { white-space: nowrap; font: 600 10px var(--display); letter-spacing: .07em; text-transform: uppercase; }
.back-to-top { position: fixed; right: 25px; bottom: 89px; z-index: 29; display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; background: var(--paper); color: var(--forest); cursor: pointer; opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s, transform .3s; }
.back-to-top.is-visible { opacity: 1; visibility: visible; }
.back-to-top:hover { transform: translateY(-3px); }
.fallback-page { min-height: 68vh; padding-top: 180px; }
.fallback-page__inner { max-width: 760px; }
.fallback-page h1 { margin: 18px 0; color: var(--forest); font: 500 clamp(42px, 6vw, 72px)/1.08 var(--serif); letter-spacing: -.04em; }
.fallback-page__content { margin: 24px 0 36px; color: var(--muted); }
.fallback-page__content a { color: var(--forest); text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 4px; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s ease, transform .8s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@keyframes fade-in { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 900px) {
  .container { width: min(calc(100% - 40px), var(--container)); }
  .site-header__inner { min-height: 76px; }
  .site-header__nav { position: fixed; top: 0; right: 0; bottom: 0; width: min(330px, 84vw); padding: 110px 35px 40px; background: var(--forest-deep); transform: translateX(100%); transition: transform .35s; }
  .site-header__nav.is-open { transform: translateX(0); }
  .nav-menu { display: grid; gap: 0; }
  .nav-menu li { border-bottom: 1px solid rgba(255,255,255,.12); }
  .nav-menu a { display: block; padding: 16px 0; font-size: 14px; }
  .btn--header { margin-left: auto; }
  .nav-toggle { display: block; position: relative; z-index: 2; }
  .hero-slide__aside { display: none; }
  .hero-slide__copy { width: 86%; }
  .services__grid { grid-template-columns: repeat(2, 1fr); }
  .service-card:nth-child(3) { border-left: 1px solid rgba(255,255,255,.2); }
  .service-card:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.2); }
  .site-footer__top { gap: 35px; }
}
@media (max-width: 640px) {
  .container { width: min(calc(100% - 34px), var(--container)); }
  .top-bar__note--right { display: none; }
  .site-header { top: 34px; }
  .site-header.is-scrolled { top: 0; }
  .brand__words small { display: none; }
  .brand__words strong { font-size: 14px; }
  .btn--header { padding: 11px 12px; }
  .btn--header span { display: none; }
  .hero, .hero-slide, .hero__slides { min-height: 700px; }
  .hero-slide__visual::after { background: linear-gradient(90deg, rgba(12,29,27,.96), rgba(12,29,27,.52)); }
  .hero-slide__inner { padding-top: 88px; padding-bottom: 95px; }
  .hero h1, .hero h2 { font-size: 46px; }
  .hero-slide__copy p { font-size: 15px; }
  .hero-slide__actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero__controls { bottom: 25px; }
  .hero__scroll { display: none; }
  .section { padding: 78px 0; }
  .intro__grid { grid-template-columns: 1fr; gap: 52px; }
  .intro__visual img { height: 400px; }
  .intro__seal { width: 100px; height: 100px; }
  .intro__seal strong { font-size: 34px; }
  .section-heading--split, .contact-cta__inner { display: block; }
  .section-heading--split > p { margin-top: 25px; }
  .section-heading { margin-bottom: 38px; }
  .services__grid, .differences__grid { grid-template-columns: 1fr; }
  .service-card, .service-card:nth-child(3) { border-left: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
  .service-card:last-child { border-bottom: 0; }
  .service-card { min-height: 330px; }
  .statement { padding: 75px 0; }
  .difference-card { min-height: 230px; }
  .contact-cta__action { align-items: flex-start; margin-top: 35px; }
  .site-footer__top { grid-template-columns: 1fr 1fr; padding-top: 55px; }
  .footer-brand { grid-column: 1 / -1; }
  .site-footer__bottom { display: block; }
  .site-footer__bottom a { margin-top: 10px; }
  .whatsapp-float { right: 17px; bottom: 17px; }
  .back-to-top { right: 17px; bottom: 80px; }
}