/* ICON — Warm, Modern, Professional (but fun) */
/* Separate CSS file for Cloudflare Pages static hosting */

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Cinzel:wght@500;600;700&display=swap");

:root{
  /* Warm-toned silver blue background */
  --bg:  #0F1B27;   /* deep steel navy */
  --bg2: #152436;   /* slate blue depth */

  /* Surfaces (lighter boxes) */
  --panel:  rgba(255,255,255,.14);
  --panel2: rgba(255,255,255,.20);
  --stroke: rgba(255,255,255,.22);

  /* Text */
  --text:  rgba(255,255,255,.94);
  --muted: rgba(255,255,255,.82);

  /* Accents (keep warmth) */
  --amber: #FBBF24;  /* warm gold accent */
  --terra: #F97316;  /* warm orange */
  --rose:  #FB7185;  /* rosy highlight */

  /* Cool accents (silver / blue) */
  --steel:  #5D88BB; /* silver lake blue */
  --mist:   #B3CBE4; /* light steel blue */
  --silver: #A1A8B2; /* metallic silver */

  --radius: 18px;
  --radius2: 24px;
  --shadow: 0 14px 44px rgba(0,0,0,.18);
  --max: 1120px;

  /* Spacing consistency */
  --card-pad: 16px 16px 14px;

  /* Sticky header offset */
  --header-offset: 120px;
}

*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; scroll-padding-top: var(--header-offset); }
:is(section, main)[id]{ scroll-margin-top: calc(var(--header-offset) + 10px); }

body{
  margin:0;
  color:var(--text);
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;

  background:
    radial-gradient(1200px 680px at 16% -6%, rgba(251,191,36,.26), transparent 62%),
    radial-gradient(980px 620px at 92% 10%, rgba(93,136,187,.24), transparent 64%),
    radial-gradient(820px 760px at 52% 92%, rgba(179,203,228,.14), transparent 62%),
    radial-gradient(740px 560px at 30% 60%, rgba(249,115,22,.14), transparent 66%),
    linear-gradient(180deg, rgba(255,255,255,.05), transparent 46%),
    linear-gradient(180deg, var(--bg2), var(--bg));
}

a{ color:inherit; }
b{ color:rgba(255,255,255,.92); }

.skip-link{
  position:absolute;
  left:-999px;
  top:0;
  padding:10px 12px;
  background:#000;
  border:1px solid var(--stroke);
  border-radius:999px;
}
.skip-link:focus{ left:12px; top:12px; z-index:999; }

.page{
  max-width: var(--max);
  margin: 0 auto;
  padding: 18px 22px 44px;
}

/* Topbar */
.topbar{
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(14px);
  background: rgba(15,27,39,.72);
  border-bottom: 1px solid rgba(255,255,255,.16);
}


.topbar__inner{
  max-width: var(--max);
  margin: 0 auto;
  padding: 14px 18px;
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 12px;
}

.brand{
  display:flex;
  align-items:center;
  gap:12px;
  text-decoration:none;
  min-width: 230px;
}

.brand__logo{
  width: 64px;
  height: 64px;
  border-radius: 0px;
  border: 1px solid rgba(255,255,255,.18);
  background:
    radial-gradient(circle at 30% 25%, rgba(251,191,36,.75), transparent 55%),
    radial-gradient(circle at 70% 70%, rgba(251,146,60,.78), transparent 60%),
    rgba(255,255,255,.05);
  box-shadow: 0 12px 26px rgba(0,0,0,.30);
  display:grid;
  place-items:center;
  overflow:hidden;
  flex: 0 0 64px;
}

.brand__logo img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.brand__fallback{
  display:none;
  font-family: Cinzel, Inter, serif;
  font-weight: 700;
  letter-spacing: .18em;
  font-size: 11px;
  text-transform: uppercase;
}

.brand__name{
  font-family: Cinzel, Inter, serif;
  letter-spacing:.08em;
  font-size: 18px;
  line-height: 1.05;
}

.brand__tag{
  display:block;
  color:var(--muted);
  font-size: 13px;
  margin-top:3px;
  letter-spacing: .01em;
}


.menuBtn{
  display:none;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  color: var(--text);
  cursor: pointer;
}
.menuBtn svg{ width:18px; height:18px; opacity:.9; }

.nav{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  justify-content:flex-end;
}

.nav a{
  text-decoration:none;
  color: var(--muted);
  font-size: 13px;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: transform .15s ease, background .15s ease, color .15s ease, border-color .15s ease;
  white-space:nowrap;
}

.nav a:hover{
  color: var(--text);
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.10);
  transform: translateY(-1px);
}

.nav a.is-active{
  color: var(--text);
  background: rgba(245,158,11,.12);
  border-color: rgba(245,158,11,.26);
}

.navMobile{
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 18px 14px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  color: var(--muted);
}
.navMobile a{
  text-decoration:none;
  font-size: 13px;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
}

/* Cards + typography */
.card{
  /* Metallic warmth: subtle diagonal sheen + soft gold lift */
  background:
    linear-gradient(135deg, rgba(255,255,255,.18), rgba(255,255,255,.10) 42%, rgba(251,191,36,.06) 100%),
    linear-gradient(180deg, var(--panel2), var(--panel));
  border: 1px solid var(--stroke);
  border-radius: var(--radius2);
  box-shadow: var(--shadow);
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.card:hover{
  transform: translateY(-2px);
  border-color: rgba(251,191,36,.34);
  background:
    linear-gradient(135deg, rgba(255,255,255,.22), rgba(255,255,255,.12) 42%, rgba(251,191,36,.10) 100%),
    linear-gradient(180deg, rgba(255,255,255,.24), rgba(255,255,255,.14));
}

.card:hover{
  transform: translateY(-2px);
  border-color: rgba(251,191,36,.26);
  background: linear-gradient(180deg, rgba(255,255,255,.16), rgba(255,255,255,.08));
  box-shadow: 0 18px 54px rgba(0,0,0,.26);
}


.h1{
  margin: 10px 0 10px;
  font-family: Cinzel, Inter, serif;
  letter-spacing: .08em;
  font-size: clamp(26px, 3.1vw, 40px);
  line-height: 1.08;
}

.h2{
  margin:0;
  font-family: Cinzel, Inter, serif;
  letter-spacing: .08em;
  font-size: 18px;
}

.h3{
  margin:0 0 8px;
  font-size: 14px;
  letter-spacing: .02em;
}
.h3--small{ font-size: 13px; }

.lead{
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
  max-width: 62ch;
}

.sub{
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}

.muted{ color: var(--muted); }

/* Hero */
.hero{ padding: 18px 0 0; }
.hero__grid{
  display:grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 18px;
  align-items: stretch;
}

.kicker{
  display:inline-flex;
  align-items:center;
  gap: 10px;
  font-size: 12px;
  color: var(--muted);
  letter-spacing:.02em;
}
.kicker__dot{
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--amber), var(--terra));
  box-shadow: 0 0 0 4px rgba(245,158,11,.12);
}

.chips{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:10px;
}
.chip{
  display:inline-flex;
  align-items:center;
  gap:8px;
  border-radius:999px;
  padding: 7px 10px;
  font-size: 12px;
  color: var(--muted);
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.04);
}
.chip b{ color: var(--text); font-weight:600; }

.ctaRow{
  margin-top:16px;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  font-weight:600;
  font-size:14px;
  padding:10px 14px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  color: var(--text);
  transition: transform .15s ease, background .15s ease, border-color .15s ease;
}
.btn:hover{
  transform: translateY(-1px);
  background: rgba(255,255,255,.10);
  border-color: rgba(255,255,255,.18);
}
.btn--primary{
  border-color: rgba(251,191,36,.45);
  background: linear-gradient(90deg, rgba(251,191,36,.26), rgba(93,136,187,.18));
}
.btn--primary:hover{
  background: linear-gradient(90deg, rgba(251,191,36,.34), rgba(93,136,187,.24));
}


/* Stack */
.stack{
  display:grid;
  gap:12px;
}
.stat__k{
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--muted);
  margin-bottom:6px;
}
.stat__v{
  font-size: 14px;
  font-weight: 700;
  margin-bottom:6px;
}
.stat__d{
  font-size: 13px;
  color: var(--muted);
  line-height: 1.35;
}

/* Sections */
.section{ padding: 22px 0 0; }
.section__head{
  display:flex;
  align-items:flex-end;
  justify-content: space-between;
  gap:12px;
  margin-bottom:12px;
}

/* Layout grids */
.grid2{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:14px;
}
.grid3{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
}

.block p{
  margin:0;
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.6;
}
.block p + p{ margin-top:10px; }

.list{
  margin:10px 0 0;
  padding-left:18px;
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.7;
}
.list b{ color: var(--text); }

.badges{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:10px;
}

.badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  border-radius:999px;
  padding: 7px 10px;
  font-size:12px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  color: var(--muted);
}
.badge i{
  width:8px; height:8px;
  border-radius:999px;
  display:inline-block;
}
.badge b{ color: var(--text); font-weight:700; }
.badge--amber i{ background: rgba(245,158,11,.85); }
.badge--terra i{ background: rgba(227,83,54,.90); }
.badge--rose  i{ background: rgba(251,113,133,.85); }

.gap{ height:14px; }

/* Accordions */
.acc{
  overflow:hidden;
  border-radius: var(--radius2);
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.04);
}
.acc__btn{
  width:100%;
  cursor:pointer;
  padding:14px;
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 12px;
  border:0;
  color: var(--text);
  background: rgba(255,255,255,.03);
  font-weight: 700;
  letter-spacing: .02em;
}
.acc__title{ display:block; font-size:13.5px; }
.acc__meta{ display:block; font-weight:600; color: var(--muted); font-size:12px; margin-top:2px; }
.acc__chev{ opacity:.85; transition: transform .18s ease; }
.acc__body{
  margin:0;
  color:var(--text);
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;

  background:
    radial-gradient(1200px 680px at 16% -6%, rgba(251,191,36,.26), transparent 62%),
    radial-gradient(980px 620px at 92% 10%, rgba(93,136,187,.24), transparent 64%),
    radial-gradient(820px 760px at 52% 92%, rgba(179,203,228,.14), transparent 62%),
    radial-gradient(740px 560px at 30% 60%, rgba(249,115,22,.14), transparent 66%),
    linear-gradient(180deg, rgba(255,255,255,.05), transparent 46%),
    linear-gradient(180deg, var(--bg2), var(--bg));
}

.acc.is-open .acc__body{
  margin:0;
  color:var(--text);
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;

  background:
    radial-gradient(1200px 680px at 16% -6%, rgba(251,191,36,.26), transparent 62%),
    radial-gradient(980px 620px at 92% 10%, rgba(93,136,187,.24), transparent 64%),
    radial-gradient(820px 760px at 52% 92%, rgba(179,203,228,.14), transparent 62%),
    radial-gradient(740px 560px at 30% 60%, rgba(249,115,22,.14), transparent 66%),
    linear-gradient(180deg, rgba(255,255,255,.05), transparent 46%),
    linear-gradient(180deg, var(--bg2), var(--bg));
}

.acc.is-open .acc__chev{ transform: rotate(180deg); }

/* Comparison blocks */
.block--soft{
  background: rgba(255,255,255,.035);
  border:1px solid rgba(255,255,255,.14);
  box-shadow:none;
}
.block--warm{
  background: rgba(245,158,11,.08);
  border:1px solid rgba(245,158,11,.20);
  box-shadow:none;
}

/* Footer */
.footer{
  margin-top:18px;
  padding:18px 0 0;
  border-top:1px solid rgba(255,255,255,.08);
  color: var(--muted);
  font-size:12.5px;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content: space-between;
  gap:10px;
}

/* Responsive */
@media (max-width: 980px){
  .hero__grid{ grid-template-columns: 1fr; }
  .grid3{ grid-template-columns: 1fr; }
}
@media (max-width: 860px){
  .grid2{ grid-template-columns: 1fr; }
}
@media (max-width: 760px){
  :root{
  /* Warm-toned silver blue background */
  --bg:  #0F1B27;   /* deep steel navy */
  --bg2: #152436;   /* slate blue depth */

  /* Surfaces (lighter boxes) */
  --panel:  rgba(255,255,255,.14);
  --panel2: rgba(255,255,255,.20);
  --stroke: rgba(255,255,255,.22);

  /* Text */
  --text:  rgba(255,255,255,.94);
  --muted: rgba(255,255,255,.82);

  /* Accents (keep warmth) */
  --amber: #FBBF24;  /* warm gold accent */
  --terra: #F97316;  /* warm orange */
  --rose:  #FB7185;  /* rosy highlight */

  /* Cool accents (silver / blue) */
  --steel:  #5D88BB; /* silver lake blue */
  --mist:   #B3CBE4; /* light steel blue */
  --silver: #A1A8B2; /* metallic silver */

  --radius: 18px;
  --radius2: 24px;
  --shadow: 0 14px 44px rgba(0,0,0,.18);
  --max: 1120px;

  /* Spacing consistency */
  --card-pad: 16px 16px 14px;

  /* Sticky header offset */
  --header-offset: 120px;
}

.nav{ display:none; }
  .menuBtn{ display:inline-grid; place-items:center; }
}
@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior:auto; }
  .nav a, .btn, .acc__chev{ transition:none !important; }
}


/* --- Fun (but not weird) upgrades --- */

/* Subtle floating glow blobs */
body::before,
body::after{
  content:"";
  position: fixed;
  inset: -12%;
  pointer-events: none;
  z-index: 0;
  opacity: .55;
  filter: blur(34px);
  transform: translate3d(0,0,0);
}
body::before{
  background:
    radial-gradient(500px 420px at 22% 25%, rgba(251,191,36,.32), transparent 62%),
    radial-gradient(520px 420px at 78% 30%, rgba(251,146,60,.28), transparent 64%);
  animation: iconxFloatA 12s ease-in-out infinite alternate;
}
body::after{
  background:
    radial-gradient(520px 520px at 58% 78%, rgba(251,113,133,.22), transparent 62%),
    radial-gradient(420px 420px at 12% 78%, rgba(255,255,255,.06), transparent 60%);
  animation: iconxFloatB 14s ease-in-out infinite alternate;
}

@keyframes iconxFloatA{
  from{ transform: translate3d(-1.5%, -1%, 0) scale(1); }
  to{ transform: translate3d(1.8%, 1.2%, 0) scale(1.02); }
}
@keyframes iconxFloatB{
  from{ transform: translate3d(1.2%, 1.4%, 0) scale(1); }
  to{ transform: translate3d(-1.2%, -1.1%, 0) scale(1.03); }
}

/* Keep content above glow layer */
.page{ position: relative; z-index: 1; }
/* keep header above content */
.topbar{ z-index: 60; }


/* Friendlier section headers (spark + underline) */
.section__head .h2{
  position: relative;
  padding-left: 18px;
}
.section__head .h2::before{
  content: "✦";
  position: absolute;
  left: 0;
  top: .05em;
  color: rgba(251,191,36,.95);
  text-shadow: 0 0 18px rgba(251,191,36,.35);
}
.section__head::after{
  content:"";
  display:block;
  width: 100%;
  height: 1px;
  margin-top: 10px;
  background: linear-gradient(90deg, rgba(251,191,36,.42), rgba(251,146,60,.24), rgba(255,255,255,.00));
  opacity: .85;
}

/* Extra delight on buttons */
.btn{
  position: relative;
  overflow: hidden;
}
.btn::after{
  content:"";
  position:absolute;
  inset:-40% -60%;
  background: radial-gradient(circle at 30% 35%, rgba(255,255,255,.20), transparent 60%);
  opacity: 0;
  transform: rotate(12deg);
  transition: opacity .18s ease;
}
.btn:hover::after{ opacity: .85; }
.btn:active{ transform: translateY(0px) scale(.99); }

/* Chips feel interactive */
.chip{
  transition: transform .14s ease, border-color .14s ease, background .14s ease;
}
.chip:hover{
  transform: translateY(-1px);
  border-color: rgba(251,191,36,.22);
  background: rgba(255,255,255,.06);
}

/* Brand logo gets a gentle pulse highlight */
.brand__logo{
  box-shadow: 0 12px 26px rgba(0,0,0,.28), 0 0 0 0 rgba(251,191,36,.16);
  animation: iconxGlowPulse 6s ease-in-out infinite;
}
@keyframes iconxGlowPulse{
  0%, 100%{ box-shadow: 0 12px 26px rgba(0,0,0,.28), 0 0 0 0 rgba(251,191,36,.16); }
  50%{ box-shadow: 0 14px 30px rgba(0,0,0,.26), 0 0 0 8px rgba(251,191,36,.08); }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce){
  body::before, body::after, .brand__logo{ animation: none !important; }
  .card, .btn, .chip{ transition: none !important; }
}

/* Consistent internal spacing across all boxes (matches "Community Story Arc") */
.card--hero{ padding: var(--card-pad); }
.block{ padding: var(--card-pad); }
.stat{ padding: var(--card-pad); }

/* Anchor navigation offset (prevents headings hiding under sticky banner) */
html{ scroll-padding-top: var(--header-offset); }
:is(section, main)[id]{ scroll-margin-top: var(--header-offset); }
@media (max-width: 760px){
  :root{
  /* Warm-toned silver blue background */
  --bg:  #0F1B27;   /* deep steel navy */
  --bg2: #152436;   /* slate blue depth */

  /* Surfaces (lighter boxes) */
  --panel:  rgba(255,255,255,.14);
  --panel2: rgba(255,255,255,.20);
  --stroke: rgba(255,255,255,.22);

  /* Text */
  --text:  rgba(255,255,255,.94);
  --muted: rgba(255,255,255,.82);

  /* Accents (keep warmth) */
  --amber: #FBBF24;  /* warm gold accent */
  --terra: #F97316;  /* warm orange */
  --rose:  #FB7185;  /* rosy highlight */

  /* Cool accents (silver / blue) */
  --steel:  #5D88BB; /* silver lake blue */
  --mist:   #B3CBE4; /* light steel blue */
  --silver: #A1A8B2; /* metallic silver */

  --radius: 18px;
  --radius2: 24px;
  --shadow: 0 14px 44px rgba(0,0,0,.18);
  --max: 1120px;

  /* Spacing consistency */
  --card-pad: 16px 16px 14px;

  /* Sticky header offset */
  --header-offset: 120px;
}

}

/* Accordion body spacing (prevents '0 margin' look) */
.acc__body p{
  margin: 0;
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.6;
}
.acc__body p + p{ margin-top: 10px; }
.acc__body ul{ margin: 10px 0 0; }
