:root{
  --bg:#f8f4ee;
  --paper:#fffdf9;
  --ink:#2b251f;
  --muted:#756b62;
  --accent:#7c5c45;
  --accent-dark:#5e4433;
  --accent-soft:#e8dbcf;
  --sage:#a7ad9a;
  --line:#e6ddd4;
  --shadow:0 24px 70px rgba(79,58,43,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;background:var(--bg);color:var(--ink);line-height:1.7}
a{color:inherit;text-decoration:none}
.container{width:min(1180px,calc(100% - 36px));margin:auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(248,244,238,.91);backdrop-filter:blur(14px);border-bottom:1px solid rgba(124,92,69,.08)}
.nav-wrap{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:13px}
.brand-mark{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:var(--accent);color:white;font-family:'DM Serif Display',serif;font-size:20px}
.brand-text{display:flex;flex-direction:column;line-height:1.2}.brand-text strong{font-family:'DM Serif Display',serif;font-size:20px;font-weight:400}.brand-text small{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-top:4px}
.nav{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:600}.nav a{transition:.2s}.nav a:hover{color:var(--accent)}.nav-cta{background:var(--accent);color:#fff!important;padding:11px 18px;border-radius:999px}
.menu-btn{display:none;border:0;background:transparent;font-size:28px;color:var(--ink)}
.hero{position:relative;overflow:hidden;padding:92px 0 80px}.hero-grid{display:grid;grid-template-columns:1.12fr .88fr;gap:70px;align-items:center;position:relative;z-index:2}.hero h1{font-family:'DM Serif Display',serif;font-size:clamp(48px,6vw,78px);line-height:1.02;font-weight:400;margin:18px 0 24px;letter-spacing:-.03em}.hero-copy>p{font-size:18px;color:var(--muted);max-width:700px}.eyebrow,.section-kicker{text-transform:uppercase;letter-spacing:.18em;font-size:12px;font-weight:700;color:var(--accent)}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:32px 0 25px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;border-radius:999px;font-weight:700;font-size:14px;transition:.22s}.primary{background:var(--accent);color:white;box-shadow:0 12px 30px rgba(124,92,69,.24)}.primary:hover{transform:translateY(-2px);background:var(--accent-dark)}.secondary{border:1px solid var(--line);background:rgba(255,255,255,.55)}.secondary:hover{background:white}.hero-points{display:flex;gap:18px;flex-wrap:wrap;color:var(--muted);font-size:13px}
.hero-card{background:rgba(255,253,249,.85);border:1px solid rgba(124,92,69,.12);border-radius:34px;padding:28px;box-shadow:var(--shadow);transform:rotate(1.5deg)}.portrait-placeholder{height:390px;border-radius:26px;background:linear-gradient(155deg,#e8dbcf,#c9b39f 58%,#9c826d);display:grid;place-items:center;position:relative;overflow:hidden}.portrait-placeholder:before{content:"";position:absolute;width:240px;height:240px;border-radius:50%;background:rgba(255,255,255,.18);bottom:-50px;left:-50px}.portrait-initials{font-family:'DM Serif Display',serif;color:#fff;font-size:84px;z-index:2}.portrait-ring{position:absolute;width:220px;height:220px;border:1px solid rgba(255,255,255,.5);border-radius:50%}.hero-card-content{padding:22px 6px 3px}.hero-card-content h2{font-family:'DM Serif Display',serif;font-size:34px;font-weight:400;margin:2px 0 8px}.hero-card-content p{color:var(--muted);margin:0}.hero-card-content .mini{font-size:12px;text-transform:uppercase;letter-spacing:.16em;color:var(--accent);font-weight:700}.hero-glow{position:absolute;border-radius:50%;filter:blur(2px)}.hero-glow-a{width:460px;height:460px;background:rgba(215,196,177,.25);top:-120px;right:-140px}.hero-glow-b{width:240px;height:240px;background:rgba(167,173,154,.2);left:-90px;bottom:-60px}
.trust-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:rgba(255,255,255,.35)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-grid div{padding:24px 18px;border-right:1px solid var(--line);display:flex;gap:12px;align-items:center}.trust-grid div:last-child{border-right:0}.trust-grid strong{font-family:'DM Serif Display',serif;font-size:25px;color:var(--accent)}.trust-grid span{font-size:13px;font-weight:600}
.section{padding:100px 0}.alt{background:#f2ebe3}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:80px}.section-title{font-family:'DM Serif Display',serif;font-weight:400;font-size:clamp(38px,5vw,58px);line-height:1.1;margin:14px 0 0;letter-spacing:-.02em}.prose{font-size:17px;color:var(--muted)}.prose p:first-child{margin-top:6px}.section-head{display:flex;justify-content:space-between;gap:70px;align-items:end;margin-bottom:38px}.section-head>p{max-width:420px;color:var(--muted)}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{background:var(--paper);border:1px solid rgba(124,92,69,.1);border-radius:24px;padding:28px;min-height:250px;transition:.25s}.card:hover{transform:translateY(-5px);box-shadow:0 18px 40px rgba(79,58,43,.08)}.card .icon{width:44px;height:44px;border-radius:50%;background:var(--accent-soft);display:grid;place-items:center;color:var(--accent);font-size:20px}.card h3{font-family:'DM Serif Display',serif;font-weight:400;font-size:27px;margin:22px 0 10px}.card p{color:var(--muted);margin:0;font-size:14px}
.approach-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:stretch}.approach-panel{border-radius:30px;background:var(--accent);color:white;padding:48px;display:flex;flex-direction:column;justify-content:center}.quote-mark{font-family:'DM Serif Display',serif;font-size:90px;line-height:.6;opacity:.5}.approach-panel p{font-family:'DM Serif Display',serif;font-size:30px;line-height:1.35}.approach-panel strong{font-size:13px;letter-spacing:.12em;text-transform:uppercase}.steps{margin-top:32px}.steps>div{display:grid;grid-template-columns:56px 1fr;gap:15px;padding:21px 0;border-top:1px solid var(--line)}.steps span{font-family:'DM Serif Display',serif;font-size:26px;color:var(--accent)}.steps p{margin:0;color:var(--muted)}.steps strong{color:var(--ink)}
.cta-section{padding:0 0 100px}.cta-box{background:#2e2925;color:white;border-radius:34px;padding:54px;display:flex;justify-content:space-between;align-items:center;gap:50px}.cta-box h2{font-family:'DM Serif Display',serif;font-weight:400;font-size:42px;line-height:1.15;max-width:720px;margin:10px 0 0}.light{color:#d9c8ba}.cta-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}.light-btn{background:white;color:#2e2925}.outline-light{border:1px solid rgba(255,255,255,.32);color:white}
.contact-grid{display:grid;grid-template-columns:1fr .8fr;gap:80px;align-items:center}.contact-lead{color:var(--muted);font-size:17px;max-width:600px}.contact-card{background:var(--paper);border:1px solid var(--line);border-radius:26px;padding:14px 28px;box-shadow:var(--shadow)}.contact-row{display:flex;justify-content:space-between;gap:25px;padding:20px 0;border-bottom:1px solid var(--line)}.contact-row:last-child{border-bottom:0}.contact-row span{color:var(--muted);font-size:13px}.contact-row a{font-weight:700;text-align:right}
.floating-whatsapp{position:fixed;right:22px;bottom:22px;z-index:45;width:56px;height:56px;border-radius:50%;display:grid;place-items:center;background:#1f9d5a;color:white;font-size:13px;font-weight:800;box-shadow:0 12px 30px rgba(0,0,0,.18)}
footer{background:#211d1a;color:#cfc4bb;padding:36px 0}.footer-grid{display:flex;justify-content:space-between;gap:25px;align-items:center}.footer-brand{font-family:'DM Serif Display',serif;color:white;font-size:25px}.footer-grid p{margin:2px 0 0;font-size:12px}.footer-right{font-size:12px;text-align:right}
@media(max-width:900px){.menu-btn{display:block}.nav{display:none;position:absolute;top:82px;left:18px;right:18px;background:var(--paper);border:1px solid var(--line);border-radius:20px;padding:18px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch;gap:4px}.nav.open{display:flex}.nav a{padding:10px 12px}.nav-cta{text-align:center;margin-top:6px}.hero{padding:55px 0}.hero-grid,.two-col,.approach-grid,.contact-grid{grid-template-columns:1fr;gap:38px}.hero-card{max-width:620px}.trust-grid{grid-template-columns:1fr 1fr}.trust-grid div:nth-child(2){border-right:0}.trust-grid div:nth-child(-n+2){border-bottom:1px solid var(--line)}.cards{grid-template-columns:1fr 1fr}.section{padding:75px 0}.section-head{align-items:flex-start;flex-direction:column;gap:10px}.cta-box{flex-direction:column;align-items:flex-start}.cta-actions{justify-content:flex-start}}
@media(max-width:600px){.container{width:min(100% - 28px,1180px)}.brand-text small{display:none}.brand-text strong{font-size:18px}.brand-mark{width:42px;height:42px}.hero h1{font-size:47px}.hero-copy>p{font-size:16px}.hero-actions .btn{width:100%}.hero-points{display:grid;gap:7px}.portrait-placeholder{height:300px}.hero-card{padding:18px;border-radius:26px}.cards{grid-template-columns:1fr}.trust-grid{grid-template-columns:1fr}.trust-grid div{border-right:0!important;border-bottom:1px solid var(--line)}.trust-grid div:last-child{border-bottom:0}.section{padding:62px 0}.approach-panel{padding:34px 26px}.approach-panel p{font-size:26px}.cta-section{padding-bottom:62px}.cta-box{padding:34px 25px}.cta-box h2{font-size:34px}.cta-actions,.cta-actions .btn{width:100%}.contact-card{padding:10px 20px}.contact-row{flex-direction:column;gap:4px}.contact-row a{text-align:left}.footer-grid{flex-direction:column;align-items:flex-start}.footer-right{text-align:left}}
.neonsoft-signature{
  margin-top:10px;
  font-size:11px;
  opacity:.58;
  text-align:center;
  letter-spacing:.15px;
}

.neonsoft-signature a{
  color:inherit;
  font-weight:600;
  text-decoration:none;
  transition:.2s ease;
}

.neonsoft-signature a:hover{
  opacity:1;
  text-decoration:underline;
}