
:root{
  --paper:#fbf8f3;
  --paper2:#f4efe8;
  --ink:#22384f;
  --muted:#5d6872;
  --sage:#739487;
  --sage2:#b8d0c7;
  --sage3:#e6f0eb;
  --terracotta:#d9664f;
  --sand:#c9bba9;
  --line:#e7ddd2;
  --white:#fffdf9;
  --shadow: 0 18px 55px rgba(34,56,79,.08);
  --r: 28px;
  --max: 1220px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:
    radial-gradient(circle at 6% 10%, rgba(184,208,199,.22), transparent 28%),
    radial-gradient(circle at 100% 0%, rgba(217,102,79,.08), transparent 25%),
    var(--paper2);
  color:var(--muted);
  font-family: "Nunito Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height:1.45;
}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.site{
  width:min(calc(100% - 34px), var(--max));
  margin:18px auto 0;
}
.nav{
  height:76px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  padding:0 22px;
  background:rgba(255,253,249,.9);
  border:1px solid rgba(231,221,210,.75);
  border-radius:0 0 30px 30px;
  box-shadow:0 10px 40px rgba(34,56,79,.05);
  backdrop-filter: blur(10px);
  position:sticky;
  top:0;
  z-index:20;
}
.brand{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:170px;
}
.brand img{width:54px;height:54px;object-fit:contain;border-radius:18px}
.brand-name{
  font-family:"Nunito Sans", system-ui, sans-serif;
  color:var(--ink);
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
  font-size:1.35rem;
  line-height:1;
}
.brand-name span{display:block;color:var(--sage);letter-spacing:.26em;font-size:.9rem;margin-top:4px}
.links{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}
.links a{
  font-size:.84rem;
  color:var(--ink);
  padding:8px 10px;
  border-bottom:2px solid transparent;
  font-weight:650;
}
.links a.active{border-color:var(--terracotta);color:var(--terracotta)}
.links a.cta{
  background:var(--terracotta);
  color:white;
  border-radius:7px;
  border:0;
  padding:10px 16px;
  margin-left:8px;
  box-shadow:0 10px 20px rgba(217,102,79,.18);
}
.panel{
  position:relative;
  overflow:hidden;
  min-height:640px;
  background:linear-gradient(180deg, rgba(255,253,249,.96), rgba(250,247,241,.98));
  border:1px solid rgba(231,221,210,.75);
  border-top:0;
  box-shadow:var(--shadow);
}
.panel-inner{
  position:relative;
  z-index:2;
  padding:58px 54px 116px;
}
.botanical{
  position:absolute;
  inset:auto auto 40px -18px;
  width:210px;
  height:250px;
  opacity:.24;
  z-index:1;
}
.botanical.right{left:auto;right:-6px;top:140px;bottom:auto;transform:scaleX(-1)}
.botanical path,.botanical circle{
  stroke:#bda996;
  fill:none;
  stroke-width:4;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.wave{
  position:absolute;
  left:0;right:0;bottom:-1px;
  height:118px;
  z-index:0;
}
.wave svg{width:100%;height:100%;display:block}
.kicker{
  display:inline-block;
  color:#6b8c80;
  background:#edf4f0;
  border-radius:999px;
  font-size:.73rem;
  font-weight:800;
  letter-spacing:.07em;
  text-transform:uppercase;
  padding:7px 12px;
}
h1,h2,h3{
  color:var(--ink);
  font-family:"Nunito Sans", system-ui, sans-serif;
  font-weight:650;
  margin:0;
}
h1{
  font-size:clamp(2.3rem, 5vw, 4.1rem);
  line-height:1.02;
  letter-spacing:-.02em;
}
h2{
  font-size:clamp(2rem, 4vw, 3.2rem);
  line-height:1.05;
  letter-spacing:-.015em;
}
h3{font-size:1.7rem;line-height:1.08}
p{margin:0}
.lead{
  font-size:1rem;
  color:#53616b;
  max-width:34rem;
}
.hero-grid{
  display:grid;
  grid-template-columns:.86fr 1.14fr;
  gap:46px;
  align-items:center;
}
.hero-copy{max-width:470px}
.hero-copy h1{margin:22px 0 16px}
.actions{display:flex;gap:14px;flex-wrap:wrap;margin:28px 0 28px}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:7px;
  padding:13px 20px;
  font-weight:800;
  font-size:.88rem;
  border:1px solid transparent;
  transition:.2s;
}
.btn.primary{background:var(--terracotta);color:white}
.btn.secondary{background:transparent;color:var(--ink);border-color:#b9cabf}
.hero-img{
  position:relative;
  height:380px;
  border-radius:42% 58% 48% 52% / 34% 30% 70% 66%;
  overflow:hidden;
  background:#edf1ec;
  box-shadow:var(--shadow);
}
.hero-img img{width:100%;height:100%;object-fit:cover}
.round-seal{
  position:absolute;
  right:44px;
  bottom:72px;
  width:116px;height:116px;
  background:#fffdf9;
  border:1px solid #e7ddd2;
  border-radius:50%;
  display:grid;
  place-items:center;
  text-align:center;
  color:var(--sage);
  font-size:.72rem;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-weight:800;
  transform:rotate(-10deg);
  box-shadow:0 14px 34px rgba(34,56,79,.08);
}
.mini-row{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:26px;
  max-width:560px;
}
.mini{
  display:flex;align-items:center;gap:10px;
  color:#53616b;font-size:.9rem;
}
.mini .ico{
  width:36px;height:36px;border-radius:50%;
  border:1px solid #dccfc2;
  display:grid;place-items:center;
  color:var(--sage);
}
.center{
  text-align:center;
  max-width:740px;
  margin:0 auto 38px;
}
.center h1,.center h2{margin:12px 0 12px}
.center .lead{margin:0 auto}
.cards{
  display:grid;
  gap:20px;
}
.cards.services{grid-template-columns:repeat(5,1fr)}
.cards.four{grid-template-columns:repeat(4,1fr)}
.card{
  background:rgba(255,253,249,.72);
  border:1px solid rgba(231,221,210,.88);
  border-radius:16px;
  padding:24px 20px;
  min-height:188px;
  box-shadow:0 10px 30px rgba(34,56,79,.035);
}
.icon{
  width:56px;height:56px;border-radius:50%;
  background:#f2ece4;
  display:grid;place-items:center;
  margin:0 auto 18px;
  color:var(--sage);
  font-size:1.45rem;
}
.card:nth-child(2n) .icon{background:#f7e9e3;color:var(--terracotta)}
.card h3{text-align:center;font-size:1.55rem;margin-bottom:10px}
.card p{text-align:center;font-size:.9rem;color:#586672}
.note{
  margin:28px auto 0;
  max-width:920px;
  border-radius:18px;
  background:linear-gradient(90deg, #eef5f1, #fbf8f3);
  border:1px solid #dce8e2;
  padding:18px 22px;
  color:#53675f;
  font-size:.95rem;
}
.path{
  position:relative;
  margin:24px auto 34px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
  max-width:1020px;
}
.path:before{
  content:"";
  position:absolute;
  left:8%;
  right:8%;
  top:54px;
  height:2px;
  background:var(--sage);
  opacity:.75;
  z-index:0;
}
.step{
  position:relative;
  z-index:1;
  text-align:center;
  padding:0 12px;
}
.step-num{
  width:64px;height:64px;border-radius:50%;
  display:grid;place-items:center;
  background:#f9f6f0;
  border:2px solid var(--sage);
  color:var(--sage);
  margin:0 auto 12px;
  font-weight:900;
}
.step h3{font-size:1.35rem;margin-bottom:6px}
.step p{font-size:.86rem;color:#5e6971;max-width:22ch;margin:0 auto}
.areas-title{text-align:center;margin:32px 0 16px;font-size:1.45rem}
.areas{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}
.area{
  background:#fffdf9;
  border:1px solid #e7ddd2;
  border-radius:14px;
  padding:17px 15px;
  display:grid;
  grid-template-columns:44px 1fr;
  gap:12px;
  align-items:start;
}
.area .area-icon{
  width:42px;height:42px;border-radius:50%;
  background:#edf4f0;
  display:grid;place-items:center;color:var(--sage)
}
.area strong{display:block;color:var(--ink);font-size:.96rem;margin-bottom:4px}
.area span{font-size:.82rem;color:#59656e}
.bottom-ribbon{
  position:absolute;left:0;right:0;bottom:0;
  height:54px;
  background:#91ada4;
  display:flex;align-items:center;justify-content:center;
  color:white;font-weight:750;font-size:.93rem;
  z-index:3;
}
.price-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
  max-width:820px;
  margin:0 auto;
}
.price{
  min-height:210px;
  text-align:center;
}
.price strong{
  display:block;
  color:var(--ink);
  font-family:"Nunito Sans", system-ui, sans-serif;
  font-size:1.5rem;
  margin-bottom:12px;
}
.amount{
  display:block;
  color:var(--ink);
  font-family:"Nunito Sans", system-ui, sans-serif;
  font-size:4.2rem;
  line-height:1;
}
.amount.small{font-size:2rem;margin-top:22px}
.price span{display:block;color:#5d6872}
.cta-center{text-align:center;margin-top:28px}
.about-grid{
  display:grid;
  grid-template-columns:430px 1fr;
  gap:56px;
  align-items:center;
}
.portrait-blob{
  height:420px;
  background:#eee7dd;
  border-radius:45% 55% 60% 40% / 35% 36% 64% 65%;
  overflow:hidden;
  box-shadow:var(--shadow);
}
.portrait-blob img{width:100%;height:100%;object-fit:cover;object-position:center top}
.about-text h1{margin:10px 0 6px}
.role{color:var(--sage);font-weight:800;margin-bottom:18px}
.signature{
  color:var(--ink);
  font-family:"Nunito Sans", system-ui, sans-serif;
  font-size:1.4rem;
  margin:20px 0;
  font-style:italic;
}
.stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  margin-top:24px;
}
.stat{
  background:#fffdf9;
  border:1px solid #e7ddd2;
  border-radius:16px;
  text-align:center;
  padding:18px 12px;
}
.stat b{
  display:block;
  font-family:"Nunito Sans", system-ui, sans-serif;
  font-size:2.3rem;
  color:var(--ink);
  line-height:1;
}
.stat span{font-size:.86rem}
.contact-grid{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:44px;
  align-items:start;
}
.info-list{
  display:grid;gap:12px;margin-top:26px;
}
.info{
  display:grid;
  grid-template-columns:44px 1fr;
  gap:12px;
  align-items:center;
  background:#eff5f1;
  border-radius:14px;
  padding:13px 14px;
}
.info b{display:block;color:var(--ink);font-size:.94rem}
.info span{font-size:.9rem}
.form{
  background:#fffdf9;
  border:1px solid #e7ddd2;
  border-radius:18px;
  padding:24px;
  box-shadow:0 10px 28px rgba(34,56,79,.04);
}
.form h2{font-size:2.1rem;margin-bottom:18px}
.form-grid{display:grid;gap:12px}
.two{display:grid;grid-template-columns:1fr 1fr;gap:12px}
input,textarea,select{
  width:100%;
  border:1px solid #e1d6ca;
  border-radius:8px;
  background:white;
  padding:13px 14px;
  font:inherit;
  color:#53616b;
}
textarea{min-height:140px;resize:vertical}
.footer{
  width:min(calc(100% - 34px), var(--max));
  margin:0 auto 26px;
  padding:18px 24px;
  display:flex;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
  color:#7c858c;
  font-size:.85rem;
}
.footer a{margin-left:16px}
.legal{
  max-width:900px;
  margin:0 auto;
}
.legal h1{margin:12px 0 22px}
.legal h2{font-size:1.7rem;margin:26px 0 8px}
.legal p,.legal li{font-size:.95rem}
@media(max-width:1000px){
  .nav{height:auto;align-items:flex-start;flex-direction:column;border-radius:0 0 22px 22px;padding:16px}
  .links{justify-content:flex-start}
  .hero-grid,.about-grid,.contact-grid{grid-template-columns:1fr}
  .hero-img{height:310px}
  .round-seal{display:none}
  .cards.services{grid-template-columns:repeat(2,1fr)}
  .areas,.cards.four,.price-grid,.stats{grid-template-columns:repeat(2,1fr)}
  .path{grid-template-columns:1fr}
  .path:before{left:50%;right:auto;top:32px;bottom:32px;height:auto;width:2px}
  .step{padding:0 0 18px}
}
@media(max-width:640px){
  .site{width:calc(100% - 18px);margin-top:8px}
  .panel-inner{padding:34px 22px 96px}
  .panel{min-height:auto}
  .links a{font-size:.78rem;padding:7px 8px}
  h1{font-size:2.45rem}
  h2{font-size:2.1rem}
  .mini-row,.cards.services,.cards.four,.areas,.price-grid,.stats,.two{grid-template-columns:1fr}
  .footer{width:calc(100% - 18px)}
  .footer a{margin-left:0;margin-right:12px}
  .portrait-blob{height:340px}
}


/* --- Ajustes v32: tipografía redondeada, hero orgánico, metodología limpia, tarifas y footer --- */
body{font-family:"Nunito Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;}
h1,h2,h3,.brand-name,.amount,.price strong,.stat b,.signature{font-family:"Nunito Sans", system-ui, sans-serif;}
h1{font-weight:850;letter-spacing:-.045em;}
h2{font-weight:830;letter-spacing:-.035em;}
h3{font-weight:800;letter-spacing:-.02em;}
.lead{font-size:1.03rem;line-height:1.65;}
.brand-name{font-weight:900;letter-spacing:.12em}.brand-name span{font-weight:800;letter-spacing:.2em;}
.hero-grid{grid-template-columns:.92fr 1.08fr;}
.hero-art{position:relative;height:390px;border-radius:42px;overflow:hidden;background:linear-gradient(135deg,#fffdf9 0%,#eef5f1 48%,#f6ece6 100%);border:1px solid rgba(231,221,210,.86);box-shadow:var(--shadow);}
.hero-logo-card{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:min(310px,70%);padding:30px 28px;background:rgba(255,253,249,.78);border:1px solid rgba(231,221,210,.8);border-radius:32px;box-shadow:0 24px 55px rgba(34,56,79,.08);backdrop-filter:blur(10px);z-index:3;text-align:center;}
.hero-logo-card img{width:150px;margin:0 auto 16px;opacity:.95;}
.hero-card-text{font-weight:900;color:var(--ink);letter-spacing:.18em;text-transform:uppercase;font-size:.92rem;}
.line-art{position:absolute;inset:0;width:100%;height:100%;z-index:2;}
.line-art path{fill:none;stroke:#6f968a;stroke-width:4;stroke-linecap:round;opacity:.48;}
.line-art path:nth-child(2){stroke:#d9664f;opacity:.25}.line-art path:nth-child(3){stroke:#c9bba9;opacity:.45}
.line-art circle{fill:#6f968a;opacity:.45;}
.soft-blob{position:absolute;border-radius:999px;filter:blur(1px);opacity:.45;}
.soft-blob.one{width:240px;height:240px;right:-70px;top:-60px;background:#dbe9e4;}.soft-blob.two{width:260px;height:190px;left:-80px;bottom:-70px;background:#f1d7ce;}
.round-seal{display:none!important;}
.card{border-radius:22px;padding:24px 22px;transition:transform .18s ease, box-shadow .18s ease;}
.card:hover{transform:translateY(-3px);box-shadow:0 18px 38px rgba(34,56,79,.07);}
.icon,.area .area-icon,.info .ico{font-family:"Nunito Sans", system-ui, sans-serif;}
.line-icon{font-size:1.55rem;background:#edf4f0;color:#678d81;border:1px solid #d9e6df;filter:saturate(.65);}
.service-card:nth-child(2n) .line-icon{background:#f8ede8;color:#c95f4c;border-color:#ead8cf;}
.service-card:nth-child(4) .line-icon{background:#edf4f0;color:#678d81;border-color:#d9e6df;}
.method-layout .method-heading{max-width:840px;margin-bottom:34px;}.method-heading h1{max-width:700px;margin:14px 0 14px;}.method-heading .lead{max-width:760px;}
.path-clean{gap:20px;margin:20px auto 40px;max-width:1080px;align-items:stretch;}
.path-clean:before{left:9%;right:9%;top:44px;background:linear-gradient(90deg,#7b9f93,#d9664f);opacity:.38;height:3px;border-radius:999px;}
.path-clean .step{background:rgba(255,253,249,.8);border:1px solid rgba(231,221,210,.85);border-radius:22px;padding:18px 14px 20px;box-shadow:0 10px 28px rgba(34,56,79,.04);}
.path-clean .step-num{width:54px;height:54px;background:#fffdf9;border:2px solid #86a79b;color:#2c5149;font-weight:900;margin-bottom:14px;font-size:1.05rem;}
.path-clean .step h3{font-size:1.16rem;margin-bottom:8px;}.path-clean .step p{font-size:.92rem;line-height:1.45;max-width:24ch;}
.areas-soft .area{border-radius:20px;grid-template-columns:48px 1fr;padding:18px;}.area .area-icon{font-size:1.18rem;border:1px solid #dbe8e1;filter:saturate(.65);}
.method-note{max-width:980px;}
.pricing-layout .panel-inner,.pricing-layout{} 
.pricing-head{margin-bottom:30px;}.pricing-head h1{max-width:760px;margin-inline:auto;}.pricing-head .lead{max-width:690px;}
.price-grid-clean{grid-template-columns:repeat(4,1fr);max-width:1060px;gap:18px;}
.price{min-height:240px;text-align:left;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;}
.price strong{font-size:1.2rem;font-weight:850;line-height:1.25;min-height:42px;}
.amount{font-size:3.2rem;font-weight:900;letter-spacing:-.05em;margin:4px 0 6px;}
.amount.small{font-size:1.45rem;font-weight:900;line-height:1.15;margin:12px 0 8px;color:#2d4357;}
.price span{font-size:.94rem;}.price p{font-size:.9rem;line-height:1.45;color:#5c6870;margin-top:10px;}.price ul{margin:8px 0 0;padding-left:18px;color:#59656e;font-size:.88rem;line-height:1.5;}
.price-feature{background:linear-gradient(180deg,#fffdf9,#eef5f1);border-color:#cfe0d8;}
.tarifa-note{max-width:900px;margin:24px auto 0;display:flex;justify-content:center;gap:10px;flex-wrap:wrap;}.tarifa-note span{background:#fffdf9;border:1px solid #e6ddd2;border-radius:999px;padding:9px 14px;color:#53675f;font-size:.88rem;font-weight:750;}
.about-layout-v2{padding-bottom:128px;}.about-intro{max-width:840px;margin-bottom:24px;}.about-intro h1{margin:14px 0 14px;max-width:760px;}.stats-wide{max-width:760px;margin:26px 0 28px;}.team-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:0 0 34px;}
.founder-card{display:grid;grid-template-columns:170px 1fr;gap:24px;align-items:center;max-width:860px;background:rgba(255,253,249,.78);border:1px solid rgba(231,221,210,.88);border-radius:24px;padding:20px;box-shadow:0 12px 30px rgba(34,56,79,.045);}
.founder-photo{height:150px;border-radius:35% 65% 60% 40% / 42% 38% 62% 58%;overflow:hidden;background:#eee7dd;}.founder-photo img{width:100%;height:100%;object-fit:cover;object-position:center top;}.founder-card h2{font-size:1.7rem;margin-bottom:4px;}.founder-card .role{margin-bottom:8px}.founder-card p{font-size:.95rem;line-height:1.58;color:#53616b;}
.info a{color:inherit;text-decoration:none;}.info a:hover{text-decoration:underline;}
.site-footer{width:min(calc(100% - 34px), var(--max));margin:0 auto 26px;background:#0f4a4b;color:rgba(255,255,255,.84);border-radius:0 0 26px 26px;overflow:hidden;box-shadow:0 18px 55px rgba(15,74,75,.18);}
.footer-main{display:grid;grid-template-columns:1.45fr .9fr 1.05fr 1.25fr;gap:44px;padding:38px 42px 28px;}.footer-logo{display:flex;align-items:center;gap:12px;}.footer-logo img{width:190px;max-width:100%;filter:brightness(0) invert(1);opacity:.9;}.footer-brand p{max-width:260px;margin:16px 0 18px;line-height:1.55;color:rgba(255,255,255,.8);font-weight:700;}.footer-social{display:flex;gap:12px}.footer-social a{width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.35);display:grid;place-items:center;color:white;font-weight:850;font-size:.85rem;}
.footer-col h2{font-size:.9rem;text-transform:uppercase;letter-spacing:.11em;color:white;margin:0 0 14px;font-weight:900;}.footer-col a,.footer-col p{display:block;color:rgba(255,255,255,.82);font-size:.93rem;margin:0 0 10px;line-height:1.35;}.footer-col a:hover{text-decoration:underline;}.footer-contact p span{display:inline-block;width:20px;color:#c9ddd6;}
.footer-bottom{border-top:1px solid rgba(255,255,255,.14);display:flex;justify-content:space-between;gap:18px;align-items:center;padding:16px 42px;color:rgba(255,255,255,.74);font-size:.84rem;flex-wrap:wrap;}.footer-bottom nav{display:flex;gap:28px;flex-wrap:wrap;}.footer-bottom a{color:rgba(255,255,255,.78);}
.footer{display:none!important;}
@media(max-width:1000px){.hero-grid{grid-template-columns:1fr}.hero-art{height:330px}.price-grid-clean,.team-strip,.footer-main{grid-template-columns:repeat(2,1fr)}.path-clean:before{display:none}.path-clean .step{text-align:left}.path-clean .step-num{margin-left:0}.footer-main{gap:26px}.footer-bottom{align-items:flex-start}.founder-card{grid-template-columns:140px 1fr}.team-strip{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.hero-art{height:300px}.hero-logo-card{width:78%;padding:22px}.hero-logo-card img{width:120px}.price-grid-clean,.team-strip,.footer-main{grid-template-columns:1fr}.tarifa-note{justify-content:flex-start}.founder-card{grid-template-columns:1fr}.founder-photo{width:150px}.site-footer{width:calc(100% - 18px);border-radius:0 0 20px 20px}.footer-main{padding:30px 22px}.footer-bottom{padding:16px 22px}.footer-bottom nav{gap:14px}.footer-logo img{width:170px}.path-clean .step{text-align:center}.path-clean .step-num{margin-left:auto}}

/* Footer logo refinado para usar el logotipo real sin invertir colores */
.footer-logo img{width:58px;height:58px;object-fit:cover;border-radius:18px;filter:none;background:#fffdf9;padding:4px;}
.footer-wordmark{display:block;color:white;text-transform:uppercase;letter-spacing:.20em;font-weight:900;line-height:1.05;font-size:1.15rem;}
@media(max-width:640px){.footer-logo img{width:54px;height:54px}.footer-wordmark{font-size:1.05rem}}

/* --- Ajustes v33 --- */
body{font-family:"Nunito",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;}
h1,h2,h3,.brand-name,.amount,.price strong,.stat b,.signature,.btn{font-family:"Nunito",system-ui,sans-serif;}
.brand-name{letter-spacing:.08em}.brand-name span{letter-spacing:.16em}
.nav{border-radius:0 0 28px 28px}
.panel{border-radius:0 0 28px 28px}
.links a{font-weight:700}
.kicker{display:none}
/* Home cover */
.home-hero-panel{min-height:auto}
.hero-cover-home{padding:42px 46px 112px;}
.cover-frame{position:relative;min-height:520px;border-radius:34px;background:linear-gradient(180deg,rgba(255,253,249,.95),rgba(250,247,241,.98));overflow:hidden;border:1px solid rgba(231,221,210,.8);display:flex;align-items:center;justify-content:center;padding:40px 28px 92px;box-shadow:0 18px 55px rgba(34,56,79,.05)}
.cover-left-blur{position:absolute;left:-24px;bottom:58px;width:260px;height:280px;background:radial-gradient(circle at 40% 40%, rgba(156,182,168,.16), rgba(156,182,168,0) 70%), radial-gradient(circle at 35% 65%, rgba(206,214,192,.34), rgba(206,214,192,0) 48%);filter:blur(1px)}
.cover-soft-right{position:absolute;right:-100px;top:40px;width:420px;height:420px;border-radius:999px;background:radial-gradient(circle, rgba(220,214,205,.18), rgba(220,214,205,0) 70%)}
.cover-center{position:relative;z-index:2;text-align:center;max-width:620px;padding:10px 20px}
.cover-logo{width:112px;margin:0 auto 18px;opacity:.95}
.cover-wordmark{font-size:clamp(3.3rem,7vw,5rem);line-height:.9;letter-spacing:.23em;color:var(--ink);font-weight:300}
.cover-wordmark span{display:block;color:#6f968a;letter-spacing:.3em;font-weight:400;font-size:.76em;margin-top:10px}
.cover-divider{width:82px;height:2px;background:#c8b8a5;margin:20px auto 18px;border-radius:999px}
.cover-subtitle{font-size:1.24rem;letter-spacing:.17em;text-transform:uppercase;color:#283a4c;font-weight:700}
.cover-location{margin-top:12px;font-size:1.42rem;letter-spacing:.26em;text-transform:uppercase;color:#6f968a;font-weight:700}
.cover-copy{margin:24px auto 0;max-width:40rem;font-size:1.03rem;line-height:1.7;color:#5a686f}
.cover-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-top:28px}
.cover-line-art{position:absolute;right:26px;top:30px;width:290px;height:300px;opacity:.24}.cover-line-art path,.cover-line-art circle{stroke:#c3b7ab;fill:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round}.cover-line-art circle{fill:#c3b7ab;stroke:none}
.home-wave{position:absolute;left:0;right:0;bottom:-1px;height:74px}.home-wave svg{width:100%;height:100%;display:block}
.cover-botanical{opacity:.15;top:68px}
.home-points{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:980px;margin:22px auto 0}
.point{display:grid;grid-template-columns:46px 1fr;gap:14px;align-items:start;background:rgba(255,253,249,.78);border:1px solid rgba(231,221,210,.85);border-radius:18px;padding:16px 16px 15px;box-shadow:0 8px 24px rgba(34,56,79,.035)}
.point span{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#edf4f0;color:#486e64;font-weight:900}.point strong{display:block;color:var(--ink);font-size:.98rem;margin-bottom:4px}.point p{font-size:.88rem;line-height:1.45;color:#5b6770}
/* Icons and cards */
.letter-icon{font-size:.95rem;font-weight:900;letter-spacing:.08em}
.letter-icon.small{font-size:.8rem;width:42px;height:42px}
.service-card h3{font-size:1.36rem;line-height:1.12;min-height:3.2em}
.service-card p{font-size:.92rem;line-height:1.52}
.card.service-card{min-height:204px}
.icon.line-icon{font-size:.94rem;font-weight:900;letter-spacing:.07em}
.line-icon{background:#f5efe8;color:#6f968a;border:1px solid #e4d8cd}
.service-card:nth-child(2n) .line-icon,.service-card:nth-child(4) .line-icon{background:#edf4f0;color:#6f968a;border-color:#d9e6df}
/* Methodology */
.method-layout .method-heading{max-width:860px;margin:0 auto 34px;text-align:center}
.method-layout .path-clean{margin-top:6px;gap:18px}.path-clean .step{padding:22px 16px 24px}.path-clean .step h3{font-size:1.14rem;line-height:1.2}.path-clean .step p{font-size:.9rem;line-height:1.56;max-width:25ch}.areas-title{margin:38px 0 18px}
.areas-soft .area{border-radius:18px;padding:18px 16px;grid-template-columns:46px 1fr;box-shadow:0 8px 24px rgba(34,56,79,.03)}
/* Pricing */
.price-grid-clean .price strong{min-height:54px;font-size:1.14rem;display:flex;align-items:flex-end}.amount{font-size:3rem}.amount.small{font-size:1.6rem;line-height:1.2}.price ul{margin-top:10px}.price p{margin-top:12px}
/* About */
.therapy-chain{position:relative;display:grid;grid-template-columns:repeat(5,1fr);gap:14px;align-items:start;max-width:1100px;margin:12px auto 36px}.therapy-line{position:absolute;left:8%;right:8%;top:38px;height:2px;background:linear-gradient(90deg,#86a99e,#d9cec1);opacity:.8;z-index:0}
.therapy-node{position:relative;z-index:1;text-align:center;padding:0 8px}.therapy-circle{width:76px;height:76px;border-radius:50%;margin:0 auto 12px;display:grid;place-items:center;background:#fffdf9;border:2px solid #86a99e;box-shadow:0 10px 24px rgba(34,56,79,.05);color:#486e64;font-weight:900;letter-spacing:.08em}.therapy-node strong{display:block;color:var(--ink);font-size:1rem;line-height:1.24;margin-bottom:5px}.therapy-node span{display:block;color:#5f6b73;font-size:.88rem;line-height:1.45;max-width:18ch;margin:0 auto}
.founder-card-small{max-width:760px;margin:0 auto;background:rgba(255,253,249,.72)}
/* Footer */
.site-footer{background:#15585b}.footer-main{padding:34px 42px 24px}.footer-social a{font-size:.78rem;font-weight:800;width:38px;height:38px;border-color:rgba(255,255,255,.28);background:rgba(255,255,255,.03)}.footer-social a:hover{background:rgba(255,255,255,.09)}
.footer-col a,.footer-col p{font-size:.91rem}.footer-brand p{font-weight:600}
.footer-bottom{padding:14px 42px}
@media(max-width:1000px){.home-points,.therapy-chain{grid-template-columns:1fr 1fr}.therapy-line{display:none}.cover-frame{min-height:480px}.cover-line-art{width:220px;height:230px}}
@media(max-width:640px){.hero-cover-home{padding:26px 20px 94px}.cover-frame{padding:28px 18px 74px;min-height:430px}.cover-wordmark{font-size:2.6rem}.cover-subtitle{font-size:.96rem;letter-spacing:.12em}.cover-location{font-size:1.04rem}.cover-copy{font-size:.95rem}.home-points,.therapy-chain{grid-template-columns:1fr}.point{grid-template-columns:40px 1fr}.cover-line-art{display:none}.cover-logo{width:88px}.site-footer{border-radius:0 0 20px 20px}}

/* --- Ajustes v34 --- */
body{font-family:"Nunito",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
h1,h2,h3,.brand-name,.amount,.stat b,.signature,.btn{font-family:"Nunito",system-ui,sans-serif}
.cover-logo-clean{background:transparent;filter:drop-shadow(0 4px 8px rgba(0,0,0,.03))}
.cover-floral-left{position:absolute;left:44px;bottom:72px;width:160px;height:175px;opacity:.17}.cover-floral-left path,.cover-floral-left circle{stroke:#c9bba9;fill:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round}.cover-floral-left circle{fill:#c9bba9;stroke:none}
.cover-frame{min-height:540px}.cover-logo{width:118px}.home-wave{height:58px}.cover-line-art{opacity:.2}.cover-copy{max-width:38rem}
.svg-holder{display:grid;place-items:center}.line-svg{width:34px;height:34px;stroke:#6f968a;stroke-width:2.4;fill:none;stroke-linecap:round;stroke-linejoin:round}
.small-icon .line-svg{width:26px;height:26px}
.service-card .icon{background:#fffaf5;border-color:#e7ddd2}.service-card:nth-child(2n) .icon,.service-card:nth-child(4) .icon{background:#f2f7f4;border-color:#d9e6df}
/* circular methodology */
.path-circles{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:18px;max-width:1080px;margin:30px auto 28px}.path-circles:before{content:"";position:absolute;left:8%;right:8%;top:118px;height:0;border-top:2px dashed #86a99e;opacity:.8;z-index:0}.circle-step{padding:0;display:flex;justify-content:center}.circle-step-inner{position:relative;z-index:1;width:220px;height:220px;border-radius:50%;background:rgba(255,253,249,.96);border:1px solid #e4d8cd;box-shadow:0 12px 28px rgba(34,56,79,.04);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:26px 22px;text-align:center}.circle-step .step-num{margin:0 0 8px;width:42px;height:42px;background:#edf4f0}.circle-step h3{font-size:1.08rem;margin-bottom:8px}.circle-step p{font-size:.86rem;line-height:1.45;max-width:16ch}
/* about dynamic diagram */
.therapy-orbit{position:relative;max-width:980px;height:420px;margin:26px auto 38px}.orbit-center{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:176px;height:176px;border-radius:50%;background:#fffdf9;border:1px solid #e4d8cd;display:grid;place-items:center;text-align:center;color:var(--ink);font-weight:800;letter-spacing:.06em;box-shadow:0 12px 30px rgba(34,56,79,.05)}
.orbit-node{position:absolute;text-align:center;width:170px}.orbit-node strong{display:block;font-size:.95rem;line-height:1.25;color:var(--ink);margin-top:8px}.orbit-node:after{content:"";position:absolute;left:50%;top:50%;width:130px;height:2px;background:linear-gradient(90deg,#86a99e,#d7cabd);transform-origin:left center;z-index:0;opacity:.7}.orbit-node .therapy-circle{position:relative;z-index:1;background:#fffdf9}
.orbit-1{left:50%;top:0;transform:translateX(-50%)}.orbit-1:after{transform:rotate(90deg)}
.orbit-2{right:40px;top:90px}.orbit-2:after{transform:rotate(152deg);width:116px}
.orbit-3{right:84px;bottom:14px}.orbit-3:after{transform:rotate(212deg);width:130px}
.orbit-4{left:84px;bottom:14px}.orbit-4:after{transform:rotate(-32deg);width:130px}
.orbit-5{left:40px;top:90px}.orbit-5:after{transform:rotate(28deg);width:116px}
.founder-card .founder-photo{width:180px;height:180px;border-radius:28px;overflow:hidden;flex:0 0 180px}.founder-card{display:flex;gap:22px;align-items:center;padding:22px;border:1px solid #e7ddd2;border-radius:22px}
/* pricing */
.amount-inline{display:block;color:var(--ink);font-family:"Nunito",system-ui,sans-serif;font-size:2.1rem;line-height:1.15;font-weight:800;margin:.5rem 0}.price-inline-sub{display:block;color:#6a747d;font-size:.92rem;margin-top:-4px}.price-grid-clean{grid-template-columns:repeat(2,1fr);max-width:980px}.price-grid-clean .price{min-height:236px;padding:26px 24px}.price-grid-clean .price strong{min-height:auto;display:block}.tarifa-note{display:none}
/* contact zones */
.info-zones{align-items:start}.info-zones .ico{padding-top:4px}.info-zones span{line-height:1.6}.info-zones strong{color:var(--ink)}
@media(max-width:1000px){.path-circles{grid-template-columns:repeat(2,1fr)}.path-circles:before{display:none}.therapy-orbit{height:auto;display:grid;grid-template-columns:1fr 1fr;gap:18px}.orbit-center{position:relative;left:auto;top:auto;transform:none;margin:0 auto;grid-column:1 / -1}.orbit-node{position:relative;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;width:auto}.orbit-node:after{display:none}}
@media(max-width:640px){.cover-floral-left{display:none}.path-circles{grid-template-columns:1fr}.circle-step-inner{width:100%;max-width:280px;height:280px}.price-grid-clean{grid-template-columns:1fr}.therapy-orbit{grid-template-columns:1fr}.founder-card{flex-direction:column;text-align:center}.founder-card .founder-photo{width:150px;height:150px}}


/* --- Ajustes v35 --- */
.team-diagram-wrap{position:relative;max-width:1000px;height:380px;margin:30px auto 42px}.team-diagram-lines{position:absolute;inset:0;width:100%;height:100%;z-index:0}.team-diagram-lines path{stroke:#c8baaa;stroke-width:3;fill:none;stroke-linecap:round;opacity:.72}.team-center-card{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:280px;min-height:160px;padding:30px 26px;border-radius:34px;background:linear-gradient(180deg,#fffdf9,#f7f2ea);border:1px solid #e6dbcf;box-shadow:0 16px 34px rgba(34,56,79,.05);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;z-index:2}.team-center-card strong{display:block;color:var(--ink);font-size:1.35rem;margin-bottom:8px}.team-center-card span{color:#5f6b73;font-size:.95rem;line-height:1.55}.team-node{position:absolute;width:190px;text-align:center;z-index:1}.team-node strong{display:block;color:var(--ink);font-size:1rem;line-height:1.25;margin:8px 0 6px}.team-node span{display:block;color:#5e6971;font-size:.86rem;line-height:1.46}.node-top{left:50%;top:0;transform:translateX(-50%)}.node-left-top{left:26px;top:72px}.node-right-top{right:26px;top:72px}.node-left-bottom{left:80px;bottom:10px}.node-right-bottom{right:80px;bottom:10px}.founder-philosophy{margin-top:14px;padding-top:14px;border-top:1px solid #eadfd5;line-height:1.65}.founder-philosophy strong{color:var(--ink)}
@media(max-width:1000px){.team-diagram-wrap{height:auto;display:grid;grid-template-columns:1fr 1fr;gap:20px}.team-diagram-lines{display:none}.team-center-card,.team-node{position:relative;left:auto;right:auto;top:auto;bottom:auto;transform:none;width:auto}.team-center-card{grid-column:1 / -1;margin:0 auto}.node-top,.node-left-top,.node-right-top,.node-left-bottom,.node-right-bottom{transform:none}}
@media(max-width:640px){.team-diagram-wrap{grid-template-columns:1fr}.team-center-card{width:auto;padding:24px 20px}}


/* --- Ajustes v37 --- */
.about-layout-v2{padding-bottom:128px}
.team-diagram-wrap{position:relative;max-width:1080px;height:470px;margin:18px auto 34px}
.team-diagram-lines{position:absolute;inset:0;width:100%;height:100%;z-index:0;overflow:visible}
.team-diagram-lines path{stroke:#c8baaa;stroke-width:3;fill:none;stroke-linecap:round;opacity:.68}
.team-center-card{position:absolute;left:50%;top:54%;transform:translate(-50%,-50%);width:252px;min-height:152px;padding:28px 24px;border-radius:34px;background:linear-gradient(180deg,#fffdf9,#f7f2ea);border:1px solid #e6dbcf;box-shadow:0 16px 34px rgba(34,56,79,.05);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;z-index:2}
.team-node{position:absolute;width:170px;text-align:center;z-index:1}
.team-node strong{display:block;color:var(--ink);font-size:1rem;line-height:1.25;margin:8px 0 6px}
.team-node span{display:block;color:#5e6971;font-size:.86rem;line-height:1.46;max-width:18ch;margin:0 auto}
.node-top{left:50%;top:8px;transform:translateX(-50%)}
.node-left-top{left:20px;top:115px}
.node-right-top{right:20px;top:115px}
.node-left-bottom{left:120px;bottom:18px}
.node-right-bottom{right:120px;bottom:18px}
.stats-wide{max-width:820px;margin:10px auto 28px}
.founder-card-small{max-width:820px;margin:0 auto;background:rgba(255,253,249,.72)}
.founder-card p{font-size:.96rem;line-height:1.62;color:#53616b}
.founder-philosophy{display:none}
@media(max-width:1000px){
  .team-diagram-wrap{height:auto;display:grid;grid-template-columns:1fr 1fr;gap:20px;max-width:900px}
  .team-diagram-lines{display:none}
  .team-center-card,.team-node{position:relative;left:auto;right:auto;top:auto;bottom:auto;transform:none;width:auto}
  .team-center-card{grid-column:1 / -1;margin:0 auto}
  .node-top,.node-left-top,.node-right-top,.node-left-bottom,.node-right-bottom{transform:none}
}
@media(max-width:640px){
  .team-diagram-wrap{grid-template-columns:1fr}
  .team-center-card{width:auto;padding:24px 20px}
}


/* --- Ajustes v38: Sobre Nosotros realmente rediseñado y sin solapes --- */
.about-v38{
  padding-bottom:132px;
}
.about-v38 .about-intro{
  max-width:880px;
  margin:0 auto 30px;
  text-align:center;
}
.about-v38 .about-intro h1{
  margin:14px auto 14px;
  max-width:820px;
}
.about-v38 .about-intro .lead{
  margin:0 auto;
  max-width:760px;
}
.team-flow-v38{
  position:relative;
  display:grid;
  grid-template-columns:repeat(5, minmax(135px, 1fr));
  gap:22px;
  max-width:1120px;
  margin:28px auto 34px;
  padding:34px 26px 30px;
  border:1px solid rgba(231,221,210,.86);
  border-radius:36px;
  background:
    radial-gradient(circle at 50% 30%, rgba(184,208,199,.24), transparent 28%),
    linear-gradient(180deg, rgba(255,253,249,.7), rgba(247,242,234,.7));
  box-shadow:0 16px 36px rgba(34,56,79,.045);
}
.team-flow-v38:before{
  content:"";
  position:absolute;
  left:9%;
  right:9%;
  top:96px;
  height:2px;
  background:linear-gradient(90deg, transparent, #86a99e, #d7cabd, transparent);
  z-index:0;
}
.team-flow-center{
  grid-column:1 / -1;
  justify-self:center;
  width:min(430px, 100%);
  text-align:center;
  padding:22px 28px;
  border-radius:28px;
  background:#fffdf9;
  border:1px solid #e4d8cd;
  box-shadow:0 14px 32px rgba(34,56,79,.05);
  position:relative;
  z-index:2;
}
.team-flow-center strong{
  display:block;
  color:var(--ink);
  font-size:1.35rem;
  margin-bottom:6px;
}
.team-flow-center span{
  display:block;
  color:#5f6b73;
  font-size:.95rem;
  line-height:1.55;
}
.team-flow-item{
  position:relative;
  z-index:1;
  text-align:center;
  background:rgba(255,253,249,.82);
  border:1px solid #e7ddd2;
  border-radius:28px;
  padding:22px 14px 20px;
  min-height:210px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  box-shadow:0 10px 24px rgba(34,56,79,.035);
}
.team-flow-item .therapy-circle{
  margin-bottom:14px;
  background:#fffdf9;
  width:76px;
  height:76px;
}
.team-flow-item strong{
  color:var(--ink);
  font-size:1rem;
  line-height:1.24;
  margin-bottom:7px;
}
.team-flow-item span{
  color:#5e6971;
  font-size:.86rem;
  line-height:1.45;
  max-width:18ch;
}
.stats-after-diagram{
  max-width:820px;
  margin:0 auto 30px;
}
.about-v38 .founder-card-small{
  max-width:840px;
  margin:0 auto;
}
.about-v38 .founder-card p{
  line-height:1.66;
}
@media(max-width:1000px){
  .team-flow-v38{
    grid-template-columns:repeat(2, minmax(0,1fr));
    padding:28px 22px;
  }
  .team-flow-v38:before{display:none}
  .team-flow-center{grid-column:1 / -1}
}
@media(max-width:640px){
  .team-flow-v38{
    grid-template-columns:1fr;
    border-radius:28px;
    padding:22px 16px;
  }
}
/* --- Parche RRSS: sustituye letras por iconos --- */
.footer-social a{
  font-size:0 !important;
  position:relative;
}
.footer-social a::before{
  content:"";
  width:18px;
  height:18px;
  display:block;
  background-repeat:no-repeat;
  background-position:center;
  background-size:contain;
}
.footer-social a[aria-label="Instagram"]::before{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fffdf9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='5'/%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Ccircle cx='17.5' cy='6.5' r='1' fill='%23fffdf9' stroke='none'/%3E%3C/svg%3E");
}
.footer-social a[aria-label="Facebook"]::before{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fffdf9'%3E%3Cpath d='M14.2 8.1V6.4c0-.8.3-1.2 1.3-1.2H17V2.3c-.7-.1-1.5-.2-2.2-.2-2.2 0-3.8 1.4-3.8 3.9v2.1H8.5v3.2H11V22h3.3V11.3h2.6l.4-3.2h-3.1z'/%3E%3C/svg%3E");
}
.footer-social a[aria-label="LinkedIn"]::before{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fffdf9'%3E%3Cpath d='M5 8.8h3.4V20H5V8.8zM6.7 4C7.8 4 8.6 4.8 8.6 5.8S7.8 7.6 6.7 7.6 4.8 6.8 4.8 5.8 5.6 4 6.7 4zM10.7 8.8H14v1.5h.1c.5-.9 1.6-1.8 3.3-1.8 3.5 0 4.1 2.3 4.1 5.3V20h-3.4v-5.5c0-1.3 0-3-1.8-3s-2.1 1.4-2.1 2.9V20h-3.4V8.8z'/%3E%3C/svg%3E");
}
.footer-social a {
  font-size: 0 !important;
}
.footer-social a svg {
  width: 19px;
  height: 19px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.footer-social a::before,
.footer-social a::after {
  content: none !important;
  display: none !important;
  background: none !important;
}

.footer-social a {
  font-size: 0 !important;
}

.footer-social a svg {
  width: 19px;
  height: 19px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
