
:root{
  --green:#008b6d;
  --green-2:#00b486;
  --green-dark:#06231c;
  --ink:#07120f;
  --muted:#687871;
  --line:#dfe9e4;
  --soft:#f4f8f6;
  --white:#fff;
  --gold:#c6a15f;
  --radius:28px;
  --shadow:0 26px 70px rgba(7,18,15,.10);
  --shadow-soft:0 14px 34px rgba(7,18,15,.06);
  --font:Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:var(--font);
  color:var(--ink);
  min-height:100vh;
  background:
    radial-gradient(circle at 82% -10%, rgba(0,180,134,.17), transparent 32%),
    radial-gradient(circle at 8% 16%, rgba(198,161,95,.13), transparent 28%),
    linear-gradient(180deg,#fbfcfb 0%,#f3f7f5 100%);
  -webkit-font-smoothing:antialiased;
}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
svg{display:block}
.wrap{width:min(740px, calc(100% - 28px)); margin:0 auto}
.skip-link{position:absolute;left:-999px;top:auto}
.skip-link:focus{left:14px;top:14px;z-index:99;background:#fff;padding:10px 14px;border-radius:999px}

.hero{
  padding:30px 0 18px;
}
.topbar{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:14px;
  margin-bottom:20px;
}
.brand-mini{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
  padding:8px 12px 8px 8px;
  border-radius:24px;
  background:rgba(255,255,255,.78);
  border:1px solid rgba(0,139,109,.10);
  box-shadow:0 10px 28px rgba(7,18,15,.05);
  backdrop-filter:blur(16px);
}
.brand-mini img{
  width:76px;
  height:42px;
  object-fit:contain;
  padding:4px 6px;
  border-radius:16px;
  background:#fff;
}
.brand-mini strong{
  display:block;
  font-size:1.05rem;
  font-weight:900;
  letter-spacing:-.04em;
  color:var(--green);
  line-height:1.02;
}
.brand-mini span{
  display:block;
  font-size:.78rem;
  font-weight:800;
  color:#73837d;
  margin-top:2px;
}
.lang{
  display:flex;
  gap:4px;
  padding:4px;
  border-radius:999px;
  background:rgba(255,255,255,.86);
  border:1px solid rgba(7,18,15,.10);
  box-shadow:0 10px 24px rgba(7,18,15,.045);
  backdrop-filter:blur(16px);
}
.lang button{
  border:0;
  cursor:pointer;
  height:36px;
  min-width:40px;
  padding:0 12px;
  border-radius:999px;
  background:transparent;
  color:#63736e;
  font:900 .88rem/1 var(--font);
  transition:.2s ease;
}
.lang button:hover{background:#f0f8f5;color:var(--green)}
.lang button.active{
  background:linear-gradient(135deg,var(--green),var(--green-2));
  color:#fff;
  box-shadow:0 8px 18px rgba(0,139,109,.18);
}

.profile{
  text-align:center;
  padding:24px 18px 22px;
  border-radius:36px;
  background:rgba(255,255,255,.68);
  border:1px solid rgba(0,139,109,.12);
  box-shadow:var(--shadow);
  backdrop-filter:blur(18px);
  position:relative;
  overflow:hidden;
}
.profile::before{
  content:"";
  position:absolute;
  inset:-120px -120px auto auto;
  width:260px;
  height:260px;
  border-radius:999px;
  background:radial-gradient(circle, rgba(0,180,134,.14), transparent 68%);
}
.logo-main{
  width:156px;
  height:86px;
  object-fit:contain;
  margin:0 auto 10px;
}
.handle{
  font-size:1.8rem;
  font-weight:950;
  letter-spacing:-.06em;
  margin:2px 0 3px;
}
.name{
  color:#4e5f59;
  font-weight:850;
  margin:0 0 14px;
}
.bio{
  display:grid;
  gap:4px;
  color:#42534e;
  font-size:1rem;
  line-height:1.48;
  margin:0 auto 18px;
  max-width:520px;
}
.bio strong{color:var(--green);font-weight:900}
.status-row{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:8px;
  margin-top:16px;
}
.status{
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:9px 12px;
  border-radius:999px;
  background:#fff;
  border:1px solid var(--line);
  color:#4a5d57;
  font-size:.85rem;
  font-weight:850;
}
.status i{
  width:8px;
  height:8px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--green),var(--green-2));
}

.section{
  margin-top:18px;
}
.section-card{
  padding:18px;
  border-radius:32px;
  background:rgba(255,255,255,.76);
  border:1px solid rgba(7,18,15,.08);
  box-shadow:var(--shadow-soft);
  backdrop-filter:blur(16px);
}
.section-title{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:14px;
}
.section-title h2{
  font-size:1rem;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--green);
  margin:0;
}
.section-title span{
  color:#7d8c86;
  font-size:.88rem;
  font-weight:750;
}

.link-grid{display:grid;gap:12px}
.link-btn{
  display:flex;
  align-items:center;
  gap:14px;
  min-height:70px;
  border-radius:24px;
  padding:14px;
  background:#fff;
  border:1px solid rgba(7,18,15,.08);
  box-shadow:0 12px 28px rgba(7,18,15,.045);
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.link-btn:hover{
  transform:translateY(-3px);
  box-shadow:0 20px 42px rgba(7,18,15,.08);
  border-color:rgba(0,139,109,.22);
}
.link-btn.primary{
  background:linear-gradient(135deg,var(--green),var(--green-2));
  color:#fff;
  border:0;
  box-shadow:0 18px 42px rgba(0,139,109,.22);
}
.icon{
  width:48px;
  height:48px;
  border-radius:17px;
  display:grid;
  place-items:center;
  flex:0 0 auto;
  background:#eef8f4;
  color:var(--green);
}
.primary .icon{
  background:rgba(255,255,255,.16);
  color:#fff;
}
.icon.dark{
  color:#fff;
  background:linear-gradient(135deg,#0b1814,#20372f);
}
.icon svg{
  width:23px;
  height:23px;
}
.link-meta{
  min-width:0;
  flex:1;
}
.link-meta small{
  display:block;
  font-size:.76rem;
  line-height:1;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.10em;
  color:#7a8a84;
  margin-bottom:5px;
}
.primary small{color:rgba(255,255,255,.78)}
.link-meta strong{
  display:block;
  font-size:1.04rem;
  font-weight:950;
  letter-spacing:-.035em;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.link-meta span{
  display:block;
  margin-top:3px;
  color:#64756f;
  font-size:.9rem;
  line-height:1.35;
}
.primary .link-meta span{color:rgba(255,255,255,.82)}
.arrow{
  color:#9cad a5;
  flex:0 0 auto;
}
.arrow svg{width:20px;height:20px}

.feature{
  overflow:hidden;
  padding:10px;
  border-radius:34px;
  background:
    linear-gradient(#fff,#fff) padding-box,
    linear-gradient(135deg, rgba(0,139,109,.80), rgba(0,180,134,.30), rgba(198,161,95,.24)) border-box;
  border:1.5px solid transparent;
  box-shadow:var(--shadow);
}
.feature figure{
  margin:0;
  position:relative;
  overflow:hidden;
  border-radius:26px;
  background:#f4f8f6;
}
.feature figure::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(115deg,rgba(255,255,255,.20),transparent 30%,rgba(0,80,60,.10)),
    radial-gradient(circle at 80% 12%,rgba(255,255,255,.26),transparent 30%);
  mix-blend-mode:soft-light;
  pointer-events:none;
}
.feature img{
  width:100%;
  height:auto;
  filter:saturate(.96) contrast(1.055) brightness(1.025);
}
.seal{
  position:absolute;
  right:16px;
  bottom:16px;
  padding:10px 13px;
  border-radius:16px;
  background:rgba(255,255,255,.90);
  backdrop-filter:blur(16px);
  border:1px solid rgba(0,139,109,.16);
  box-shadow:0 16px 34px rgba(7,18,15,.10);
}
.seal span{
  display:block;
  color:var(--green);
  font-size:.68rem;
  letter-spacing:.13em;
  font-weight:950;
  text-transform:uppercase;
}
.seal strong{
  display:block;
  font-size:.95rem;
  letter-spacing:-.03em;
}
.feature-caption{
  display:grid;
  grid-template-columns:1fr auto;
  gap:12px;
  align-items:center;
  padding:14px 8px 4px;
}
.feature-caption strong{
  color:var(--green);
  font-weight:950;
  font-size:1.05rem;
}
.feature-caption span{
  color:#586b65;
  font-size:.9rem;
  line-height:1.4;
  font-weight:750;
}
.mini-badge{
  padding:10px 12px;
  border-radius:16px;
  background:#f4faf7;
  color:#19332c;
  border:1px solid #e3efe9;
  text-align:right;
  font-size:.85rem;
  font-weight:900;
}

.chips{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.chip{
  padding:9px 12px;
  border-radius:999px;
  background:#fff;
  border:1px solid #e3eee9;
  color:#263833;
  font-size:.88rem;
  font-weight:850;
  box-shadow:0 8px 18px rgba(7,18,15,.035);
}
.chip.more{
  color:#fff;
  background:linear-gradient(135deg,#0b1814,#20372f);
  border:0;
}

.footer{
  text-align:center;
  padding:24px 0 34px;
  color:#70817b;
  font-size:.86rem;
}
.footer a{
  color:var(--green);
  font-weight:900;
}
.fixed-whatsapp{
  position:fixed;
  right:16px;
  bottom:16px;
  width:58px;
  height:58px;
  border-radius:50%;
  display:grid;
  place-items:center;
  z-index:20;
  color:#fff;
  background:linear-gradient(135deg,var(--green),var(--green-2));
  box-shadow:0 18px 44px rgba(0,139,109,.24);
  transition:.22s ease;
}
.fixed-whatsapp:hover{transform:translateY(-4px) scale(1.03)}
.fixed-whatsapp svg{width:26px;height:26px}

@media(max-width:560px){
  .wrap{width:min(100% - 22px, 740px)}
  .topbar{align-items:flex-start}
  .brand-mini{
    max-width:225px;
    gap:9px;
    padding:7px 10px 7px 7px;
  }
  .brand-mini img{width:62px;height:36px}
  .brand-mini strong{font-size:.94rem}
  .brand-mini span{font-size:.72rem}
  .lang button{min-width:34px;height:34px;padding:0 8px;font-size:.8rem}
  .profile{padding:22px 14px 18px;border-radius:30px}
  .logo-main{width:132px;height:74px}
  .handle{font-size:1.55rem}
  .feature-caption{grid-template-columns:1fr}
  .mini-badge{text-align:left}
  .link-btn{min-height:68px;padding:13px}
  .icon{width:46px;height:46px}
  .link-meta strong{font-size:1rem;white-space:normal}
}


/* V2 clean bio refinement */
.hero{
  padding:22px 0 14px;
}
.topbar{
  justify-content:flex-end;
  margin-bottom:14px;
}
.profile{
  padding-top:28px;
}
.logo-main{
  width:168px;
  height:92px;
  margin-bottom:12px;
}
.handle{
  font-size:1.95rem;
}
.name{
  margin-bottom:16px;
}
.section-card{
  border-radius:34px;
}
.link-btn.primary{
  background:linear-gradient(135deg,#008b6d,#00b486);
}
.feature{
  margin-top:2px;
}
.footer{
  padding-top:18px;
}
@media(max-width:560px){
  .topbar{
    justify-content:center;
  }
  .profile{
    padding-top:24px;
  }
  .logo-main{
    width:148px;
    height:82px;
  }
}
