/* @id cronuts-ui-final-overrides */
/* ============================================================
   Cronuts UI Final Overrides — last in cascade. !important.
   v1.5.0: skip-link + screen-reader-text hidden inline.
   ============================================================ */

/* GLOBAL: skip/screen-reader links — hidden until focused */
:where(html) .skip-link,
:where(html) .screen-reader-text{
  clip:rect(1px,1px,1px,1px)!important;
  clip-path:inset(50%)!important;
  height:1px!important;
  width:1px!important;
  margin:-1px!important;
  overflow:hidden!important;
  padding:0!important;
  position:absolute!important;
  word-wrap:normal!important
}
:where(html) .skip-link:focus,
:where(html) .screen-reader-text:focus{
  clip:auto!important;
  clip-path:none!important;
  display:block!important;
  height:auto!important;
  width:auto!important;
  margin:0!important;
  overflow:visible!important;
  position:fixed!important;
  top:1rem!important;
  left:1rem!important;
  z-index:100000!important;
  background:#fff!important;
  color:#000!important;
  padding:.5rem 1rem!important;
  border-radius:4px!important
}

/* 0. Canvas: body light, sections plain transparent (non-sector pages only) */
html, body{ background:#E0E5EC!important; color:#242424 }
:where(html) main, :where(html) #main, :where(html) body > main{
  background:transparent!important
}
:where(html) section.section:not(.section--dark):not([data-ti-section]):not(#opiniones):not(.cta-dark):not(.hero){
  background:transparent!important
}

/* 1. Botones — pill style global (border-radius 999px) */
:where(html) .btn,
:where(html) a.btn,
:where(html) button.btn,
:where(html) .btn--primary,
:where(html) .btn--secondary,
:where(html) .btn--ghost,
:where(html) .btn--light,
:where(html) .btn--large,
:where(html) .btn--dark-primary,
:where(html) .btn--dark-secondary,
:where(html) .btn--outline,
:where(html) .btn--tertiary,
:where(html) .ctc-submit,
:where(html) .ctc-calendly,
:where(html) input[type="submit"],
:where(html) button[type="submit"]{
  border-radius:999px!important
}

/* 2. Hero — primary CTA (rojo solido pill) */
:where(html) .btn.btn--dark-primary{
  background:#e6243f!important;
  color:#fff!important;
  border:1.5px solid transparent!important;
  box-shadow:0 4px 16px rgba(230,36,63,.35),inset 0 1px 0 rgba(255,255,255,.15)!important
}
:where(html) .btn.btn--dark-primary:hover{
  background:#c01e35!important;
  color:#fff!important;
  box-shadow:0 6px 22px rgba(230,36,63,.5),inset 0 1px 0 rgba(255,255,255,.2)!important;
  transform:translateY(-1px)
}

/* 3. Hero — secondary ghost (borde 70% alpha) */
:where(html) .btn.btn--dark-secondary{
  background:transparent!important;
  border:1.5px solid rgba(255,255,255,.7)!important;
  color:#fff!important;
  box-shadow:none!important
}
:where(html) .btn.btn--dark-secondary:hover{
  background:rgba(255,255,255,.12)!important;
  border-color:#fff!important;
  color:#fff!important;
  transform:translateY(-1px)
}

/* 4. Header pill CTA — primary rojo siempre */
:where(html) .site-header__pill .btn,
:where(html) .site-header__pill .btn--primary{
  background:#e6243f!important;
  color:#fff!important;
  border:1px solid rgba(230,36,63,.5)!important;
  box-shadow:0 2px 10px rgba(230,36,63,.3),inset 0 1px 0 rgba(255,255,255,.12)!important
}
:where(html) .site-header__pill .btn:hover,
:where(html) .site-header__pill .btn--primary:hover{
  background:#c01e35!important;
  color:#fff!important;
  border-color:rgba(230,36,63,.7)!important;
  box-shadow:0 3px 14px rgba(230,36,63,.45),inset 0 1px 0 rgba(255,255,255,.18)!important
}

/* 5. Service cards */
:where(html) .service-card{
  background:#fff!important;
  border:1px solid rgba(36,36,36,.06)!important;
  color:#242424!important;
  box-shadow:0 12px 32px rgba(17,24,39,.06),0 2px 8px rgba(17,24,39,.04)!important;
  border-radius:14px!important
}
:where(html) .service-card:hover{
  border-color:rgba(230,36,63,.3)!important;
  transform:translateY(-2px);
  box-shadow:0 24px 56px rgba(17,24,39,.09),0 6px 18px rgba(17,24,39,.05)!important
}
:where(html) .service-card .service-card__title{ color:#242424!important }
:where(html) .service-card .service-card__eyebrow{ color:#e6243f!important }
:where(html) .service-card .service-card__desc,
:where(html) .service-card .service-card__description{ color:#545760!important }
:where(html) .service-card .service-card__link{ color:#e6243f!important; font-weight:600!important }
:where(html) .service-card .service-card__foot{ border-top-color:rgba(36,36,36,.08)!important }
:where(html) .service-card .service-card__icon{
  background:#fff!important;
  border:1px solid rgba(36,36,36,.08)!important;
  color:#e6243f!important
}
:where(html) .service-card .service-card__arrow{
  background:#fff!important;
  border:1px solid rgba(36,36,36,.12)!important;
  color:#242424!important;
  border-radius:999px!important
}
:where(html) .service-card:hover .service-card__arrow{
  background:#e6243f!important;
  border-color:#e6243f!important;
  color:#fff!important
}

/* 6. Section titles — light context */
:where(html) .section .section__title{ color:#242424 }
:where(html) .section .section__title em{ color:#e6243f; font-style:normal }
:where(html) .section .eyebrow{ color:#e6243f }
:where(html) .section .section__lead{ color:#545760 }

/* 7. Dark sections */
:where(html) .section--dark,
:where(html) [data-ti-section],
:where(html) #opiniones{ color:#fff!important }
:where(html) .section--dark .section__title,
:where(html) [data-ti-section] .section__title,
:where(html) #opiniones .section__title{ color:#fff!important }
:where(html) .section--dark .section__title em,
:where(html) [data-ti-section] .section__title em,
:where(html) #opiniones .section__title em{ color:#e6243f!important; font-style:normal }
:where(html) .section--dark .section__lead,
:where(html) [data-ti-section] .section__lead,
:where(html) #opiniones .section__lead{ color:rgba(255,255,255,.72)!important }
:where(html) .section--dark .eyebrow,
:where(html) [data-ti-section] .eyebrow,
:where(html) #opiniones .eyebrow{ color:#e6243f!important }

/* 8. Stats band */
:where(html) .stats-band .stat{
  background:#fff!important;
  color:#242424!important;
  border-radius:14px!important;
  box-shadow:0 12px 32px rgba(17,24,39,.06),0 2px 8px rgba(17,24,39,.04)!important
}
:where(html) .stats-band .stat__n{ color:#242424!important }
:where(html) .stats-band .stat__n em{ color:#e6243f!important; font-style:normal }
:where(html) .stats-band .stat__lbl{ color:#545760!important }
/* @id cronuts-html-sitemap-css */
.c-sitemap{
  --neu-bg:#eef0f5;
  --neu-surface:#eef0f5;
  --neu-text:#1c2030;
  --neu-text-soft:#5b6478;
  --neu-text-mute:#8a93a8;
  --neu-accent:#e6243f;
  --neu-accent-soft:rgba(230,36,63,.08);
  --neu-accent-strong:rgba(230,36,63,.16);
  --neu-shadow-light:rgba(255,255,255,.95);
  --neu-shadow-dark:rgba(166,175,195,.55);
  --neu-radius:18px;
  --neu-radius-sm:12px;
  background:var(--neu-bg);
  color:var(--neu-text);
  font-family:var(--font-body,"Inter",system-ui,sans-serif);
  padding:48px clamp(1rem,4vw,3rem) 64px;
  margin:0 auto;
  max-width:1440px;
}
@media (prefers-color-scheme:dark){
  .c-sitemap{
    --neu-bg:#1d2230;
    --neu-surface:#1d2230;
    --neu-text:#eaecf4;
    --neu-text-soft:#a5acc0;
    --neu-text-mute:#6e7588;
    --neu-shadow-light:rgba(58,66,85,.55);
    --neu-shadow-dark:rgba(8,10,17,.7);
    --neu-accent-soft:rgba(230,36,63,.18);
    --neu-accent-strong:rgba(230,36,63,.28);
  }
}

/* Header */
.c-sitemap__header{display:grid;grid-template-columns:1fr auto;gap:32px;align-items:end;margin-bottom:28px}
.c-sitemap__hero{max-width:760px}
.c-sitemap__h1{font-family:var(--font-display,"Poppins",sans-serif);font-size:clamp(28px,3.4vw,44px);font-weight:700;letter-spacing:-.02em;margin:0 0 12px;color:var(--neu-text);display:flex;align-items:center;gap:14px;line-height:1.05}
.c-sitemap__h1-dot{width:14px;height:14px;border-radius:999px;background:var(--neu-accent);box-shadow:0 0 0 4px rgba(230,36,63,.15),0 0 24px rgba(230,36,63,.45)}
.c-sitemap__intro{font-size:16px;line-height:1.6;color:var(--neu-text-soft);margin:0 0 14px;max-width:680px}
.c-sitemap__total{font-size:13px;color:var(--neu-text-mute);margin:0;font-family:ui-monospace,Menlo,monospace;letter-spacing:.02em}
.c-sitemap__total strong{color:var(--neu-accent);font-weight:700}

/* Search */
.c-sitemap__searchbox{position:relative;display:flex;align-items:center;background:var(--neu-surface);border-radius:999px;padding:6px 18px 6px 48px;min-width:300px;box-shadow:inset 6px 6px 14px var(--neu-shadow-dark),inset -6px -6px 14px var(--neu-shadow-light);transition:box-shadow 240ms}
.c-sitemap__searchbox:focus-within{box-shadow:inset 4px 4px 10px var(--neu-shadow-dark),inset -4px -4px 10px var(--neu-shadow-light),0 0 0 2px rgba(230,36,63,.25)}
.c-sitemap__search-icon{position:absolute;left:18px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:var(--neu-text-mute);pointer-events:none}
.c-sitemap__search{flex:1;border:0;background:transparent;outline:0;font:inherit;font-size:14px;color:var(--neu-text);padding:12px 0;min-width:200px}
.c-sitemap__search::placeholder{color:var(--neu-text-mute)}
.c-sitemap__kbd{font-family:ui-monospace,Menlo,monospace;font-size:11px;color:var(--neu-text-mute);background:var(--neu-surface);border-radius:6px;padding:3px 7px;box-shadow:2px 2px 4px var(--neu-shadow-dark),-2px -2px 4px var(--neu-shadow-light)}

/* Tabs */
.c-sitemap__tabs{display:flex;gap:6px;background:var(--neu-surface);border-radius:999px;padding:5px;margin:0 0 16px;box-shadow:inset 4px 4px 10px var(--neu-shadow-dark),inset -4px -4px 10px var(--neu-shadow-light);width:fit-content}
.c-sitemap__tab{border:0;background:transparent;font:inherit;font-size:13px;font-weight:500;color:var(--neu-text-soft);padding:9px 18px;border-radius:999px;cursor:pointer;transition:all 200ms}
.c-sitemap__tab:hover{color:var(--neu-text)}
.c-sitemap__tab.is-active{background:var(--neu-bg);color:var(--neu-accent);font-weight:600;box-shadow:3px 3px 6px var(--neu-shadow-dark),-3px -3px 6px var(--neu-shadow-light)}
.c-sitemap__tab:focus-visible{outline:2px solid var(--neu-accent);outline-offset:2px}

/* Filters */
.c-sitemap__filters{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:0 0 28px;padding:0}
.c-sitemap__filter-label{font-family:ui-monospace,Menlo,monospace;font-size:10px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--neu-text-mute);margin-right:6px}
.c-sitemap__chip{border:0;background:var(--neu-surface);font:inherit;font-size:12px;font-weight:500;color:var(--neu-text-soft);padding:6px 12px;border-radius:999px;cursor:pointer;transition:all 180ms;box-shadow:3px 3px 6px var(--neu-shadow-dark),-3px -3px 6px var(--neu-shadow-light)}
.c-sitemap__chip:hover{color:var(--neu-text)}
.c-sitemap__chip[aria-pressed="true"]{background:var(--neu-accent-soft);color:var(--neu-accent);font-weight:600;box-shadow:inset 3px 3px 6px var(--neu-shadow-dark),inset -3px -3px 6px var(--neu-shadow-light)}
.c-sitemap__chip-clear{border:0;background:transparent;font:inherit;font-size:11px;color:var(--neu-text-mute);padding:6px 10px;cursor:pointer;text-decoration:underline;text-underline-offset:3px;margin-left:auto}
.c-sitemap__chip-clear:hover{color:var(--neu-accent)}

/* App */
.c-sitemap__app{display:grid;grid-template-columns:260px 1fr;gap:32px;align-items:start}

/* TOC */
.c-sitemap__toc{position:sticky;top:96px;z-index:5}
.c-sitemap__toc-inner{background:var(--neu-surface);border-radius:var(--neu-radius);padding:16px 12px;box-shadow:8px 8px 20px var(--neu-shadow-dark),-8px -8px 20px var(--neu-shadow-light)}
.c-sitemap__toc-eyebrow{font-family:ui-monospace,Menlo,monospace;font-size:9.5px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--neu-text-mute);margin:0 0 8px;padding:0 8px}
.c-sitemap__toc-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1px}
.c-sitemap__toc-list[hidden]{display:none!important}
.c-sitemap__toc-link{display:flex;align-items:center;gap:8px;padding:5px 10px;border-radius:var(--neu-radius-sm);color:var(--neu-text-soft);text-decoration:none;font-size:11.5px;font-weight:500;transition:all 200ms;line-height:1.25}
.c-sitemap__toc-link:hover{color:var(--neu-text);box-shadow:inset 3px 3px 6px var(--neu-shadow-dark),inset -3px -3px 6px var(--neu-shadow-light)}
.c-sitemap__toc-link.is-active{color:var(--neu-accent);box-shadow:inset 4px 4px 8px var(--neu-shadow-dark),inset -4px -4px 8px var(--neu-shadow-light);background:var(--neu-accent-soft)}
.c-sitemap__toc-icon{width:16px;height:16px;flex-shrink:0;opacity:.85}
.c-sitemap__toc-label{flex:1;text-align:left}
.c-sitemap__toc-count{font-family:ui-monospace,Menlo,monospace;font-size:10px;color:var(--neu-text-mute);background:var(--neu-bg);padding:2px 7px;border-radius:999px;min-width:28px;text-align:center;box-shadow:inset 1px 1px 2px var(--neu-shadow-dark),inset -1px -1px 2px var(--neu-shadow-light)}
.c-sitemap__toc-link.is-active .c-sitemap__toc-count{color:var(--neu-accent)}

/* Main */
.c-sitemap__main{display:flex;flex-direction:column;gap:20px;min-width:0}
.c-sitemap__no-results{padding:48px;text-align:center;color:var(--neu-text-mute);font-style:italic;background:var(--neu-surface);border-radius:var(--neu-radius);box-shadow:inset 6px 6px 14px var(--neu-shadow-dark),inset -6px -6px 14px var(--neu-shadow-light)}

/* Tiers (details) */
.c-sitemap__tier{background:transparent;border-radius:var(--neu-radius);scroll-margin-top:104px}
.c-sitemap__tier-head{cursor:pointer;display:flex;align-items:center;gap:14px;padding:16px 24px;background:var(--neu-surface);border-radius:var(--neu-radius);box-shadow:6px 6px 14px var(--neu-shadow-dark),-6px -6px 14px var(--neu-shadow-light);list-style:none;transition:box-shadow 240ms}
.c-sitemap__tier-head::-webkit-details-marker{display:none}
.c-sitemap__tier[open] .c-sitemap__tier-head{box-shadow:inset 4px 4px 10px var(--neu-shadow-dark),inset -4px -4px 10px var(--neu-shadow-light)}
.c-sitemap__tier-chev{width:12px;height:12px;flex-shrink:0;position:relative;color:var(--neu-accent)}
.c-sitemap__tier-chev::before,.c-sitemap__tier-chev::after{content:"";position:absolute;background:currentColor;border-radius:1px}
.c-sitemap__tier-chev::before{left:0;right:0;top:5px;height:2px}
.c-sitemap__tier-chev::after{left:5px;top:0;bottom:0;width:2px;transition:transform 220ms}
.c-sitemap__tier[open] .c-sitemap__tier-chev::after{transform:scaleY(0)}
.c-sitemap__tier-title{font-family:var(--font-display,"Poppins",sans-serif);font-size:18px;font-weight:700;letter-spacing:-.01em;margin:0;color:var(--neu-text);flex:1}
.c-sitemap__tier-count{font-family:ui-monospace,Menlo,monospace;font-size:12px;font-weight:600;color:var(--neu-text-mute);background:var(--neu-bg);padding:4px 12px;border-radius:999px;box-shadow:inset 1px 1px 2px var(--neu-shadow-dark),inset -1px -1px 2px var(--neu-shadow-light)}
.c-sitemap__tier-body{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:20px;padding:20px 0 4px}

/* Cluster card */
.c-sitemap__cluster{background:var(--neu-surface);border-radius:var(--neu-radius);padding:24px;box-shadow:8px 8px 20px var(--neu-shadow-dark),-8px -8px 20px var(--neu-shadow-light);scroll-margin-top:104px;content-visibility:auto;contain-intrinsic-size:600px;transition:box-shadow 320ms}
.c-sitemap__cluster.is-empty{display:none}
.c-sitemap__cluster-head{display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:start;margin-bottom:18px;padding-bottom:16px;border-bottom:1px solid rgba(0,0,0,.04)}
@media (prefers-color-scheme:dark){.c-sitemap__cluster-head{border-bottom-color:rgba(255,255,255,.06)}}
.c-sitemap__cluster-icon{width:44px;height:44px;border-radius:12px;background:var(--neu-bg);display:grid;place-items:center;color:var(--neu-accent);box-shadow:inset 3px 3px 6px var(--neu-shadow-dark),inset -3px -3px 6px var(--neu-shadow-light);flex-shrink:0}
.c-sitemap__cluster-icon svg{width:22px;height:22px}
.c-sitemap__cluster-eyebrow{font-family:ui-monospace,Menlo,monospace;font-size:10px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--neu-accent);margin:0 0 6px}
.c-sitemap__cluster-title{font-family:var(--font-display,"Poppins",sans-serif);font-size:17px;font-weight:700;letter-spacing:-.01em;margin:0 0 6px;color:var(--neu-text);display:flex;align-items:center;gap:10px}
.c-sitemap__cluster-count{font-family:ui-monospace,Menlo,monospace;font-size:11px;font-weight:600;color:var(--neu-text-mute);background:var(--neu-bg);padding:3px 9px;border-radius:999px;box-shadow:inset 1px 1px 2px var(--neu-shadow-dark),inset -1px -1px 2px var(--neu-shadow-light)}
.c-sitemap__cluster-desc{font-size:13px;line-height:1.5;color:var(--neu-text-soft);margin:0 0 6px}
.c-sitemap__cluster-fmts{font-family:ui-monospace,Menlo,monospace;font-size:10.5px;color:var(--neu-text-mute);margin:0}

/* Lists */
.c-sitemap__list{list-style:none;margin:0;padding:0}
.c-sitemap__list--depth-1{columns:3;column-gap:32px}
.c-sitemap__list--cols{columns:2;column-gap:32px}
.c-sitemap__list--cluster{display:flex;flex-direction:column;gap:1px}
.c-sitemap__list--depth-2{padding-left:18px;border-left:2px solid var(--neu-accent-soft);margin-top:6px;break-inside:avoid;columns:1}
.c-sitemap__list--depth-3{padding-left:14px;border-left:1px dashed rgba(0,0,0,.1);margin-top:4px;columns:1}
@media (prefers-color-scheme:dark){.c-sitemap__list--depth-3{border-left-color:rgba(255,255,255,.1)}}
.c-sitemap__item{margin:1px 0;break-inside:avoid;display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.c-sitemap__item.is-hidden{display:none}
.c-sitemap__list--cluster .c-sitemap__item{padding:2px 0}

/* Link */
.c-sitemap__link{display:inline-block;font-size:14px;line-height:1.5;color:var(--neu-text);text-decoration:none;padding:6px 12px;margin:1px -12px;border-radius:8px;transition:all 180ms;position:relative}
.c-sitemap__link:hover,.c-sitemap__link:focus-visible{color:var(--neu-accent);outline:0;box-shadow:inset 2px 2px 4px var(--neu-shadow-dark),inset -2px -2px 4px var(--neu-shadow-light);background:var(--neu-accent-soft)}
.c-sitemap__link.is-match{background:var(--neu-accent-soft);color:var(--neu-accent);font-weight:600}

/* Format badges */
.c-sitemap__fmt{display:inline-block;font-family:ui-monospace,Menlo,monospace;font-size:9.5px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:2px 7px;border-radius:4px;flex-shrink:0}
.c-sitemap__fmt--pillar{background:var(--neu-accent);color:#fff}
.c-sitemap__fmt--landing{background:var(--neu-accent-strong);color:var(--neu-accent)}
.c-sitemap__fmt--guide{background:transparent;color:var(--neu-text-soft);box-shadow:inset 0 0 0 1px currentColor}
.c-sitemap__fmt--case{background:rgba(34,139,34,.12);color:#1c7a1c}
@media (prefers-color-scheme:dark){.c-sitemap__fmt--case{background:rgba(80,200,80,.18);color:#7fd07f}}
.c-sitemap__fmt--tool{background:rgba(255,140,0,.14);color:#c66600}
@media (prefers-color-scheme:dark){.c-sitemap__fmt--tool{background:rgba(255,170,60,.22);color:#ffb74a}}
.c-sitemap__fmt--glossary{background:var(--neu-bg);color:var(--neu-text-soft);box-shadow:inset 1px 1px 2px var(--neu-shadow-dark),inset -1px -1px 2px var(--neu-shadow-light)}
.c-sitemap__fmt--sector{background:rgba(100,130,180,.14);color:#3a5a8a}
@media (prefers-color-scheme:dark){.c-sitemap__fmt--sector{background:rgba(130,160,210,.22);color:#9ab8e4}}
.c-sitemap__fmt--team{background:rgba(150,100,200,.12);color:#6432a0}
@media (prefers-color-scheme:dark){.c-sitemap__fmt--team{background:rgba(180,140,220,.22);color:#c8a4e0}}
.c-sitemap__fmt--post{background:rgba(60,130,200,.14);color:#1c5a96}
@media (prefers-color-scheme:dark){.c-sitemap__fmt--post{background:rgba(90,160,220,.22);color:#7fb4e0}}
.c-sitemap__fmt--page{background:transparent;color:var(--neu-text-mute);box-shadow:inset 0 0 0 1px var(--neu-text-mute);opacity:.6}

/* Legacy section card (type/sector view) */
.c-sitemap__section{background:var(--neu-surface);border-radius:var(--neu-radius);padding:32px;box-shadow:10px 10px 24px var(--neu-shadow-dark),-10px -10px 24px var(--neu-shadow-light);scroll-margin-top:104px;transition:box-shadow 320ms;content-visibility:auto;contain-intrinsic-size:800px}
.c-sitemap__section.is-empty{display:none}
.c-sitemap__section-head{display:flex;align-items:center;gap:14px;margin-bottom:24px;padding-bottom:18px;border-bottom:1px solid rgba(0,0,0,.04)}
@media (prefers-color-scheme:dark){.c-sitemap__section-head{border-bottom-color:rgba(255,255,255,.06)}}
.c-sitemap__section-icon{width:40px;height:40px;border-radius:12px;background:var(--neu-bg);display:grid;place-items:center;color:var(--neu-accent);box-shadow:inset 3px 3px 6px var(--neu-shadow-dark),inset -3px -3px 6px var(--neu-shadow-light);flex-shrink:0}
.c-sitemap__section-icon svg{width:20px;height:20px}
.c-sitemap__title{font-family:var(--font-display,"Poppins",sans-serif);font-size:20px;font-weight:700;letter-spacing:-.01em;margin:0;color:var(--neu-text);flex:1}
.c-sitemap__section-count{font-family:ui-monospace,Menlo,monospace;font-size:11px;font-weight:600;color:var(--neu-text-mute);background:var(--neu-bg);padding:4px 10px;border-radius:999px;box-shadow:inset 1px 1px 2px var(--neu-shadow-dark),inset -1px -1px 2px var(--neu-shadow-light)}

/* Blog details */
.c-sitemap__category{margin:8px 0;padding:0;border-radius:var(--neu-radius-sm);overflow:hidden;transition:box-shadow 200ms}
.c-sitemap__category[open]{box-shadow:inset 4px 4px 8px var(--neu-shadow-dark),inset -4px -4px 8px var(--neu-shadow-light);background:var(--neu-bg);padding:8px 14px 12px}
.c-sitemap__category-title{cursor:pointer;font-weight:600;font-size:14px;padding:10px 4px;list-style:none;display:flex;align-items:center;gap:10px;color:var(--neu-text)}
.c-sitemap__category-title::-webkit-details-marker{display:none}
.c-sitemap__chev{width:14px;height:14px;flex-shrink:0;display:inline-block;position:relative;color:var(--neu-accent);transition:transform 220ms}
.c-sitemap__chev::before,.c-sitemap__chev::after{content:"";position:absolute;background:currentColor;border-radius:1px}
.c-sitemap__chev::before{left:0;right:0;top:6px;height:2px}
.c-sitemap__chev::after{left:6px;top:0;bottom:0;width:2px;transition:transform 220ms}
.c-sitemap__category[open] .c-sitemap__chev::after{transform:scaleY(0)}
.c-sitemap__category-title a{color:inherit;text-decoration:none;flex:1}
.c-sitemap__category-title a:hover{color:var(--neu-accent)}
.c-sitemap__count{font-family:ui-monospace,Menlo,monospace;font-size:11px;color:var(--neu-text-mute);background:var(--neu-surface);padding:2px 8px;border-radius:999px;font-weight:500;box-shadow:1px 1px 2px var(--neu-shadow-dark),-1px -1px 2px var(--neu-shadow-light)}
.c-sitemap__category[open] .c-sitemap__count{box-shadow:inset 1px 1px 2px var(--neu-shadow-dark),inset -1px -1px 2px var(--neu-shadow-light)}

/* Alpha letters */
.c-sitemap__letter{margin:24px 0}
.c-sitemap__letter-title{font-family:var(--font-display,"Poppins",sans-serif);font-size:24px;font-weight:700;color:var(--neu-accent);margin:0 0 12px;display:flex;align-items:center;gap:12px}
.c-sitemap__letter-count{font-family:ui-monospace,Menlo,monospace;font-size:11px;color:var(--neu-text-mute);background:var(--neu-bg);padding:3px 9px;border-radius:999px;font-weight:500;box-shadow:inset 1px 1px 2px var(--neu-shadow-dark),inset -1px -1px 2px var(--neu-shadow-light)}

.c-sitemap__meta{margin-top:36px;text-align:center;font-family:ui-monospace,Menlo,monospace;font-size:10px;color:var(--neu-text-mute);letter-spacing:.06em;text-transform:uppercase}
.c-sitemap__empty{padding:64px;text-align:center;color:var(--neu-text-mute);font-style:italic;background:var(--neu-surface);border-radius:var(--neu-radius);box-shadow:inset 6px 6px 14px var(--neu-shadow-dark),inset -6px -6px 14px var(--neu-shadow-light)}

/* View visibility (toggle via data-view + [hidden]) */
.c-sitemap__view[hidden]{display:none!important}

/* Responsive */
@media (max-width:1100px){
  .c-sitemap__app{grid-template-columns:1fr}
  .c-sitemap__toc{position:relative;top:auto}
  .c-sitemap__toc-inner{max-height:none}
  .c-sitemap__toc-list{flex-direction:row;flex-wrap:wrap}
  .c-sitemap__toc-link{flex:0 0 auto}
  .c-sitemap__tier-body{grid-template-columns:1fr}
  .c-sitemap__list--depth-1,.c-sitemap__list--cols{columns:2}
}
@media (max-width:720px){
  .c-sitemap{padding:24px 16px 48px}
  .c-sitemap__header{grid-template-columns:1fr;gap:20px}
  .c-sitemap__searchbox{min-width:0;width:100%}
  .c-sitemap__section,.c-sitemap__cluster{padding:20px}
  .c-sitemap__list--depth-1,.c-sitemap__list--cols{columns:1}
  .c-sitemap__title,.c-sitemap__tier-title{font-size:17px}
  .c-sitemap__kbd{display:none}
  .c-sitemap__tabs{width:100%;justify-content:space-between}
  .c-sitemap__tab{flex:1;padding:9px 10px;font-size:12px;text-align:center}
  .c-sitemap__filters{padding:0;font-size:11px}
}

/* Reduced motion */
@media (prefers-reduced-motion:reduce){
  .c-sitemap *{transition:none!important;animation:none!important}
}

/* Print */
@media print{
  .c-sitemap{background:#fff;color:#000;padding:0}
  .c-sitemap__searchbox,.c-sitemap__toc,.c-sitemap__kbd,.c-sitemap__section-icon,.c-sitemap__tabs,.c-sitemap__filters,.c-sitemap__cluster-icon{display:none}
  .c-sitemap__app{display:block}
  .c-sitemap__section,.c-sitemap__cluster{break-inside:avoid;border:none;background:none;padding:0;margin-bottom:24px;box-shadow:none}
  .c-sitemap__view[hidden]{display:block!important}
  .c-sitemap__list--depth-1,.c-sitemap__list--cols{columns:1}
  .c-sitemap__tier-body{grid-template-columns:1fr;display:block}
}

body:has([data-cronuts-sitemap]) .page-header{display:none}
/* @id cronuts-site-footer-css */
.site-footer{background:#121212;color:rgba(255,255,255,.85);padding:96px 0 48px;font-family:var(--font-body,"Inter",system-ui,sans-serif)}
.site-footer .container{max-width:1400px;margin:0 auto;padding:0 clamp(1rem,4vw,2rem)}
.site-footer__shell{background:#121212;border-radius:16px;padding:48px;box-shadow:0 1px 0 rgba(255,255,255,.04) inset,0 24px 64px rgba(0,0,0,.5);display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px}
.site-footer .footer-eyebrow{font-family:var(--font-display,"Poppins",sans-serif);font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.45);margin-bottom:14px}
.site-footer .footer-col a{display:block;font-size:13px;padding:4px 0;color:rgba(255,255,255,.85);text-decoration:none;transition:color 160ms}
.site-footer .footer-col a:hover{color:#e6243f}
.site-footer .footer-brand{display:flex;flex-direction:column;gap:16px;max-width:320px}
.site-footer .footer-brand__lockup{display:flex;align-items:center;gap:12px;text-decoration:none}
.site-footer .footer-brand__eye{width:40px;height:40px;display:block;object-fit:contain;flex-shrink:0;background:transparent}
.site-footer .footer-brand__word{font-family:var(--font-display,"Poppins",sans-serif);font-weight:700;font-size:22px;line-height:1;letter-spacing:-.02em;color:#fff;display:inline-flex;align-items:baseline}
.site-footer .footer-brand__word .dot{color:#e6243f;padding:0 1px}
.site-footer .footer-brand p{color:rgba(255,255,255,.72);font-size:14px;line-height:1.55;margin:0}
.site-footer .footer-socials{display:flex;gap:10px;margin-top:4px;flex-wrap:wrap}
.site-footer .footer-socials a{width:40px;height:40px;border-radius:999px;background:#1a1a1a;box-shadow:0 1px 0 rgba(255,255,255,.04) inset,0 4px 12px rgba(0,0,0,.4);display:grid;place-items:center;color:#fff;padding:0;transition:color 180ms,transform 180ms}
.site-footer .footer-socials a:hover{color:#e6243f;transform:translateY(-1px)}
.site-footer .footer-socials a svg{width:16px;height:16px;stroke-width:1.8;display:block}
.site-footer__meta{margin-top:32px;padding-top:24px;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;align-items:center;font-family:ui-monospace,Menlo,monospace;font-size:10px;color:rgba(255,255,255,.45);letter-spacing:.04em;text-transform:uppercase;gap:16px;flex-wrap:wrap}
.site-footer__meta .dot{color:#e6243f}
.site-footer__meta-extra a{color:rgba(255,255,255,.7);text-decoration:none;transition:color 160ms}
.site-footer__meta-extra a:hover{color:#e6243f}
@media(max-width:1024px){.site-footer__shell{grid-template-columns:1fr 1fr;gap:32px}}
@media(max-width:720px){.site-footer{padding:64px 0 32px}.site-footer__shell{grid-template-columns:1fr;padding:32px;gap:28px}.site-footer__meta{flex-direction:column;align-items:flex-start}}