:root{
  --navy:#14213D;
  --navy-deep:#0C1626;
  --cream:#F7F5F0;
  --cream-2:#EFEBE1;
  --gold:#A8823C;
  --gold-light:#C9A55C;
  --graphite:#2B2B28;
  --graphite-soft:#6B6A63;
  --line:#D9D4C7;
}
*{box-sizing:border-box;}
body{
  background:var(--cream);
  color:var(--graphite);
  font-family:'Inter',sans-serif;
  line-height:1.6;
  margin:0;
}
a{color:inherit;}
img{max-width:100%;display:block;}
.serif{font-family:'Fraunces',serif;}
.mono{font-family:'JetBrains Mono',monospace;}
.contenedor{max-width:1080px;margin:0 auto;padding:0 24px;}

.fd-header{
  display:flex;justify-content:space-between;align-items:center;
  padding:24px 64px;border-bottom:1px solid var(--line);
  flex-wrap:wrap;gap:16px;
}
.fd-logo{display:flex;align-items:center;gap:10px;text-decoration:none;}
.fd-seal{
  width:34px;height:34px;border-radius:50%;
  border:1.5px solid var(--gold);
  display:flex;align-items:center;justify-content:center;
  font-family:'Fraunces',serif;font-weight:600;font-size:13px;color:var(--gold);
}
.fd-logo-text{font-family:'Fraunces',serif;font-weight:600;font-size:19px;color:var(--navy);}
.fd-nav{display:flex;gap:32px;font-size:14px;color:var(--graphite-soft);list-style:none;margin:0;padding:0;flex-wrap:wrap;}
.fd-nav a{text-decoration:none;}
.fd-nav a:hover{color:var(--navy);}
.fd-btn-phone{
  font-family:'JetBrains Mono',monospace;font-size:13px;
  border:1px solid var(--navy);color:var(--navy);
  padding:9px 18px;border-radius:2px;text-decoration:none;white-space:nowrap;
}
.fd-btn-privados-header{
  font-size:13px;border:1px dashed var(--gold);color:var(--gold);
  padding:9px 18px;border-radius:2px;text-decoration:none;white-space:nowrap;
}
.fd-btn-privados-header:hover{background:rgba(168,130,60,0.08);}

.fd-hero{
  background:var(--navy);color:var(--cream);
  padding:100px 64px 90px;text-align:center;
}
.fd-hero .fd-eyebrow{
  font-family:'JetBrains Mono',monospace;font-size:12px;letter-spacing:.12em;
  color:var(--gold-light);text-transform:uppercase;margin-bottom:22px;
}
.fd-hero h1{
  font-family:'Fraunces',serif;font-weight:500;font-size:46px;
  max-width:780px;margin:0 auto 22px;line-height:1.15;
}
.fd-hero p{max-width:520px;margin:0 auto 40px;color:#C7CBD8;font-size:16px;}
.fd-hero-ctas{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;}
.fd-btn-gold{
  background:var(--gold);color:var(--navy-deep);font-weight:600;
  padding:14px 28px;border-radius:2px;text-decoration:none;font-size:14px;
  display:inline-block;
}
.fd-btn-outline{
  border:1px solid #4A5578;color:var(--cream);
  padding:14px 28px;border-radius:2px;text-decoration:none;font-size:14px;
  display:inline-block;
}
.fd-btn-privados{
  border:1px dashed var(--gold-light);color:var(--gold-light);
  padding:14px 28px;border-radius:2px;text-decoration:none;font-size:14px;
  display:inline-block;
}
.fd-btn-privados:hover{background:rgba(201,165,92,0.1);}

.fd-trust{
  display:flex;justify-content:center;gap:64px;flex-wrap:wrap;
  padding:28px 64px;border-bottom:1px solid var(--line);
  font-family:'JetBrains Mono',monospace;font-size:12px;color:var(--graphite-soft);
  text-align:center;
}
.fd-trust strong{color:var(--navy);font-size:20px;font-family:'Fraunces',serif;display:block;font-weight:500;}

.fd-catalog{padding:80px 64px;max-width:960px;margin:0 auto;}
.fd-catalog-head{text-align:center;margin-bottom:48px;}
.fd-catalog-head .fd-eyebrow{
  font-family:'JetBrains Mono',monospace;font-size:12px;color:var(--gold);
  letter-spacing:.1em;text-transform:uppercase;margin-bottom:14px;
}
.fd-catalog-head h1,
.fd-catalog-head h2{font-family:'Fraunces',serif;font-size:30px;font-weight:500;color:var(--navy);}

.fd-filtros{
  display:flex;gap:12px;flex-wrap:wrap;justify-content:center;margin-bottom:40px;
}
.fd-filtros select{
  font-family:'Inter',sans-serif;font-size:14px;color:var(--navy);
  border:1px solid var(--line);border-radius:2px;padding:10px 14px;background:#fff;
}

.fd-registry-row{
  display:flex;align-items:center;gap:20px;
  padding:22px 0;border-bottom:1px solid var(--line);
  flex-wrap:wrap;
}
.fd-registry-num{
  font-family:'JetBrains Mono',monospace;font-size:12px;color:var(--gold);
  width:56px;flex-shrink:0;
}
.fd-registry-name{
  font-family:'JetBrains Mono',monospace;font-size:17px;color:var(--navy);
  flex-shrink:0;text-decoration:none;
}
.fd-registry-dots{flex:1;border-bottom:1px dotted var(--line);margin:0 4px;height:1px;min-width:20px;}
.fd-registry-tag{font-size:12px;color:var(--graphite-soft);width:160px;flex-shrink:0;}
.fd-registry-cta{
  font-size:13px;color:var(--navy);border:1px solid var(--navy);
  padding:8px 16px;border-radius:2px;text-decoration:none;flex-shrink:0;white-space:nowrap;
}
.fd-registry-cta:hover{background:var(--navy);color:#fff;}
.fd-sin-resultados{text-align:center;color:var(--graphite-soft);padding:40px 0;}

.fd-how{background:var(--cream-2);padding:80px 64px;}
.fd-how-inner{max-width:960px;margin:0 auto;}
.fd-how h2{font-family:'Fraunces',serif;font-size:28px;font-weight:500;color:var(--navy);text-align:center;margin-bottom:48px;}
.fd-how-steps{display:flex;gap:40px;flex-wrap:wrap;}
.fd-step{flex:1;min-width:200px;}
.fd-step-num{font-family:'Fraunces',serif;font-size:34px;color:var(--gold);font-weight:500;margin-bottom:12px;}
.fd-step h3{font-size:16px;font-weight:600;color:var(--navy);margin-bottom:8px;}
.fd-step p{font-size:14px;color:var(--graphite-soft);}

.fd-single-dominio{max-width:760px;margin:0 auto;padding:80px 24px;}
.fd-single-dominio .fd-eyebrow{
  font-family:'JetBrains Mono',monospace;font-size:12px;color:var(--gold);
  letter-spacing:.1em;text-transform:uppercase;margin-bottom:14px;
}
.fd-single-dominio h1{
  font-family:'JetBrains Mono',monospace;font-size:32px;color:var(--navy);
  font-weight:500;margin-bottom:24px;word-break:break-word;
}
.fd-single-meta{
  display:flex;gap:24px;flex-wrap:wrap;margin-bottom:32px;
  font-size:13px;color:var(--graphite-soft);
}
.fd-single-meta span strong{display:block;color:var(--navy);font-size:15px;font-family:'Fraunces',serif;}
.fd-single-desc{font-size:16px;line-height:1.7;margin-bottom:40px;}
.fd-single-ctas{display:flex;gap:16px;flex-wrap:wrap;}

.fd-footer{
  background:var(--navy-deep);color:#8891A8;padding:40px 64px;
  display:flex;justify-content:space-between;font-size:13px;flex-wrap:wrap;gap:16px;
}
.fd-footer a{color:#C7CBD8;text-decoration:none;}

.fd-whatsapp-fab{
  position:fixed;bottom:28px;right:28px;z-index:999;
  width:56px;height:56px;border-radius:50%;
  background:#1D9E75;display:flex;align-items:center;justify-content:center;
  box-shadow:0 4px 14px rgba(0,0,0,.25);
}
.fd-whatsapp-fab svg{width:28px;height:28px;fill:#fff;}

@media (max-width: 760px){
  .fd-header, .fd-hero, .fd-catalog, .fd-how, .fd-footer{padding-left:24px;padding-right:24px;}
  .fd-hero h1{font-size:32px;}
  .fd-registry-row{gap:10px;}
  .fd-registry-tag{width:auto;}
}

.fd-edad-overlay{
  position:fixed;inset:0;z-index:9999;
  background:var(--navy-deep);
  display:flex;align-items:center;justify-content:center;
  padding:24px;
}
.fd-edad-caja{
  background:var(--cream);border-radius:4px;
  max-width:420px;width:100%;padding:40px 32px;text-align:center;
}
.fd-edad-caja .fd-seal{margin:0 auto 20px;}
.fd-edad-caja h2{
  font-family:'Fraunces',serif;font-size:22px;color:var(--navy);
  margin-bottom:14px;font-weight:500;
}
.fd-edad-caja p{font-size:14px;color:var(--graphite-soft);margin-bottom:28px;line-height:1.6;}
.fd-edad-botones{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;}
.fd-edad-si{
  background:var(--gold);color:var(--navy-deep);font-weight:600;
  border:none;padding:13px 26px;border-radius:2px;font-size:14px;cursor:pointer;
}
.fd-edad-no{
  background:transparent;border:1px solid var(--line);color:var(--graphite-soft);
  padding:13px 26px;border-radius:2px;font-size:14px;cursor:pointer;text-decoration:none;display:inline-block;
}
.fd-privado-oculto{display:none;}
