@import url('/brand.css');

* { box-sizing: border-box; }
:root { --shell: min(1120px,calc(100vw - 48px)); }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; min-width: 320px; overflow-x: hidden; color: var(--donde-ink); background: var(--donde-canvas); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
button, a { color: inherit; font: inherit; -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; }
img { max-width: 100%; }
.shell, .section-shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 10px 14px; color: white; background: var(--donde-cobalt); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.site-header { position: fixed; z-index: 100; top: 12px; right: 0; left: 0; }
.nav-shell { width: min(1240px,calc(100vw - 32px)); min-height: 66px; margin: auto; padding: 8px 10px 8px 18px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; border: 1px solid rgba(213,210,222,.7); border-radius: 22px; background: rgba(255,255,255,.88); box-shadow: 0 12px 34px rgba(35,32,70,.07); backdrop-filter: blur(18px); transition: box-shadow .2s ease,border-color .2s ease; }
.site-header.scrolled .nav-shell { border-color: var(--donde-border-strong); box-shadow: 0 16px 40px rgba(35,32,70,.12); }
.brand { width: fit-content; display: inline-flex; align-items: center; gap: 12px; font-size: 24px; line-height: 30px; font-weight: 800; letter-spacing: -1.1px; text-decoration: none; }
.brand img { width: 58px; height: 38px; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 34px; color: var(--donde-ink-muted); font-size: 14px; font-weight: 700; }
.nav-links a { text-decoration: none; transition: color .18s ease; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--donde-cobalt); }
.nav-auth-mobile { display: none; }
.nav-actions { justify-self: end; display: flex; align-items: center; gap: 8px; }
.nav-login { min-height: 42px; padding: 10px 13px; display: inline-flex; align-items: center; border-radius: 999px; color: var(--donde-ink-muted); font-size: 13px; font-weight: 700; text-decoration: none; transition: color .18s ease,background .18s ease; }
.nav-login:hover { color: var(--donde-cobalt); background: var(--donde-cobalt-soft); }
.nav-cta { min-height: 44px; padding: 10px 18px; display: inline-flex; align-items: center; border-radius: 999px; color: white; background: var(--donde-cobalt); font-size: 13px; font-weight: 700; text-decoration: none; transition: transform .18s ease,background .18s ease; }
.nav-cta:hover { transform: translateY(-2px); background: var(--donde-cobalt-dark); }
.menu-button { display: none; width: 44px; height: 44px; border: 1px solid var(--donde-border-strong); border-radius: 50%; background: var(--donde-card); place-items: center; }
.guide-hero { padding: 170px 0 72px; border-bottom: 1px solid rgba(42,38,72,.12); background: linear-gradient(145deg,var(--donde-brand-lavender-soft),white 72%); }
.breadcrumbs { margin-bottom: 35px; display: flex; flex-wrap: wrap; gap: 8px; color: var(--donde-ink-muted); font-size: 12px; }
.breadcrumbs a { text-decoration: none; }
.eyebrow { display: block; color: var(--donde-cobalt); font-size: 11px; font-weight: 850; letter-spacing: 1.3px; text-transform: uppercase; }
.guide-hero h1 { max-width: 950px; margin: 18px 0 25px; font-size: clamp(46px,7vw,84px); line-height: .98; letter-spacing: -5px; }
.guide-hero p { max-width: 720px; margin: 0; color: var(--donde-ink-muted); font-size: 19px; line-height: 1.65; }
.guide-meta { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 12px; color: var(--donde-ink-muted); font-size: 12px; }
.guide-meta span { padding: 7px 10px; border: 1px solid rgba(42,38,72,.12); border-radius: 999px; background: rgba(255,255,255,.7); }
.guide-layout { padding: 74px 0 110px; display: grid; grid-template-columns: minmax(0,760px) 270px; justify-content: space-between; gap: 80px; }
.guide-content { font-size: 17px; line-height: 1.75; }
.guide-content h2 { margin: 64px 0 18px; font-size: clamp(31px,4vw,44px); line-height: 1.08; letter-spacing: -2px; }
.guide-content h2:first-child { margin-top: 0; }
.guide-content h3 { margin: 38px 0 12px; font-size: 23px; line-height: 1.2; letter-spacing: -.8px; }
.guide-content p, .guide-content li { color: var(--donde-ink-muted); }
.guide-content strong { color: var(--donde-ink); }
.guide-content ul, .guide-content ol { padding-left: 23px; }
.guide-content li { margin-bottom: 10px; }
.guide-note { margin: 34px 0; padding: 24px; border: 1px solid rgba(74,85,255,.2); border-radius: 18px; background: var(--donde-cobalt-soft); }
.guide-note strong { display: block; margin-bottom: 6px; }
.guide-note p { margin: 0; }
.guide-cta { margin-top: 58px; padding: 38px; border-radius: 24px; color: white; background: var(--donde-ink); }
.guide-cta h2 { margin: 0 0 12px; font-size: 36px; }
.guide-cta p { color: rgba(255,255,255,.67); }
.guide-cta a { width: fit-content; margin-top: 18px; padding: 13px 18px; display: inline-flex; border-radius: 999px; color: var(--donde-ink); background: var(--donde-brand-lavender); font-size: 13px; font-weight: 850; text-decoration: none; }
.guide-aside { position: sticky; top: 28px; align-self: start; padding: 22px; border: 1px solid rgba(42,38,72,.12); border-radius: 18px; background: #fff; }
.guide-aside strong { display: block; margin-bottom: 12px; font-size: 10px; letter-spacing: 1px; text-transform: uppercase; }
.guide-aside a { padding: 8px 0; display: block; color: var(--donde-ink-muted); font-size: 13px; line-height: 1.4; text-decoration: none; }
.guide-aside a:hover { color: var(--donde-cobalt); }
.guide-index-hero { padding-bottom: 86px; }
.guide-cards { padding: 76px 0 110px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.guide-card { min-height: 330px; padding: 30px; display: flex; flex-direction: column; border: 1px solid rgba(42,38,72,.12); border-radius: 24px; text-decoration: none; box-shadow: 0 14px 35px rgba(42,38,72,.07); transition: transform .2s ease, border-color .2s ease; }
.guide-card:hover { transform: translateY(-4px); border-color: var(--donde-brand-lavender); }
.guide-card small { color: var(--donde-cobalt); font-size: 9px; font-weight: 850; letter-spacing: 1.1px; }
.guide-card h2 { margin: 62px 0 14px; font-size: 30px; line-height: 1.1; letter-spacing: -1.5px; }
.guide-card p { margin: 0; color: var(--donde-ink-muted); line-height: 1.6; }
.guide-card span { margin-top: auto; padding-top: 25px; color: var(--donde-cobalt); font-size: 13px; font-weight: 850; }
.site-footer { border-top: 1px solid var(--donde-border); background: white; }
.footer-main { padding-block: 65px 50px; display: grid; grid-template-columns: 1fr auto; gap: 80px; }
.footer-brand p { max-width: 360px; margin: 15px 0 0; color: var(--donde-ink-muted); }
.footer-links { display: grid; grid-template-columns: repeat(3,minmax(125px,1fr)); gap: 48px; }
.footer-links > div { display: flex; flex-direction: column; gap: 8px; }
.footer-links strong { margin-bottom: 6px; font-size: 10px; letter-spacing: 1.2px; text-transform: uppercase; }
.footer-links a, .footer-links button { padding: 0; border: 0; color: var(--donde-ink-muted); background: transparent; font: inherit; font-size: 13px; text-align: left; text-decoration: none; }
.footer-links a:hover, .footer-links button:hover { color: var(--donde-cobalt); }
.footer-bottom { padding-block: 18px 26px; display: flex; justify-content: space-between; border-top: 1px solid var(--donde-border); color: var(--donde-ink-muted); font-size: 11px; }
.footer-bottom a { color: inherit; text-decoration: none; }
.footer-bottom a:hover { color: var(--donde-cobalt); }
.footer-owner { display: flex; align-items: center; gap: 10px; }
.footer-owner > a:first-child { flex: 0 0 auto; transition: opacity .18s ease; }
.footer-owner > a:first-child:hover { opacity: .72; }
.footer-owner img { width: auto; height: 32px; }
@media (max-width: 980px) {
  :root { --shell: min(760px,calc(100vw - 36px)); }
  .nav-shell { grid-template-columns: 1fr auto auto; gap: 12px; }
  .nav-links { position: absolute; top: 74px; right: 16px; left: 16px; padding: 16px; display: none; flex-direction: column; align-items: stretch; gap: 0; border: 1px solid var(--donde-border-strong); border-radius: 18px; background: white; box-shadow: 0 22px 60px rgba(35,32,70,.14); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 12px 7px; border-bottom: 1px solid var(--donde-border); }
  .nav-links a:last-child { border-bottom: 0; }
  .nav-auth-mobile { display: block; }
  .menu-button { display: grid; }
  .guide-layout { grid-template-columns: 1fr; gap: 45px; }
  .guide-aside { position: static; order: -1; }
  .guide-cards { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; gap: 45px; }
}
@media (max-width: 680px) {
  :root { --shell: calc(100vw - 28px); }
  .site-header { top: 8px; right: auto; width: 100vw; }
  .nav-shell { width: calc(100vw - 16px); min-height: 60px; grid-template-columns: minmax(0,1fr) auto auto; gap: 8px; padding-left: 12px; border-radius: 18px; }
  .nav-actions { gap: 2px; }
  .nav-login { display: none; }
  .nav-cta { min-height: 40px; padding: 9px 12px; font-size: 11px; white-space: nowrap; }
  .menu-button { width: 40px; height: 40px; }
  .brand { gap: 12px; font-size: 18px; line-height: 24px; letter-spacing: -1.1px; }
  .brand img { width: 50px; height: 32px; }
  .guide-hero { padding: 135px 0 55px; }
  .guide-hero h1 { font-size: 48px; letter-spacing: -3.3px; }
  .guide-hero p { font-size: 17px; }
  .guide-layout { padding: 55px 0 80px; }
  .guide-content { font-size: 16px; }
  .guide-cta { padding: 28px; }
  .footer-main { padding-block: 52px 40px; }
  .footer-links { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px 18px; }
  .footer-bottom { flex-direction: column; gap: 4px; }
}
