/* ============================================================
   LUkraine — Independence Day Campaign 2026
   35 Years of Ukrainian Independence · Together for Ukraine
   ============================================================ */

/* ---------- 1. Tokens ---------- */
:root{
  /* brand palette, sampled from the campaign key visual */
  --navy:        #003080;
  --navy-deep:   #002054;
  --blue:        #0345A3;
  --blue-bright: #1E60C1;
  --sky:         #0E93D2;
  --red:         #E4352C;
  --red-deep:    #92271D;
  --gold:        #F1AF02;
  --gold-soft:   #FFD34D;
  --gold-pale:   #FDF3D8;
  --paper:       #F3EEE9;
  --paper-warm:  #EDE6DE;
  --ink:         #153849;
  --ink-soft:    #4A5C68;
  --line:        #DED5CB;
  --white:       #FFFFFF;

  --font-display: 'Montserrat', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body:    'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;

  --wrap: 1200px;
  --gut: clamp(1.15rem, 4vw, 2.5rem);
  --radius: 18px;
  --radius-sm: 11px;
  --header-h: 76px;

  --shadow-sm: 0 2px 10px rgba(0,32,84,.06);
  --shadow-md: 0 14px 40px -18px rgba(0,32,84,.30);
  --shadow-lg: 0 30px 70px -30px rgba(0,32,84,.42);

  --ease: cubic-bezier(.32,.72,.26,1);
}

/* ---------- 2. Reset ---------- */
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;scroll-padding-top:calc(var(--header-h) + 16px)}
body{
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:var(--font-body);
  font-size:clamp(1rem,.97rem + .18vw,1.0625rem);
  line-height:1.68;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
img,svg{max-width:100%;display:block}
img{height:auto}
h1,h2,h3{font-family:var(--font-display);line-height:1.08;letter-spacing:-.02em;margin:0}
p{margin:0 0 1.05em}
p:last-child{margin-bottom:0}
a{color:var(--blue);text-decoration-thickness:1.5px;text-underline-offset:3px}
a:hover{color:var(--navy)}
ul,ol{margin:0;padding:0;list-style:none}
button{font:inherit;color:inherit}
:focus-visible{outline:3px solid var(--sky);outline-offset:3px;border-radius:4px}
::selection{background:var(--gold);color:var(--navy-deep)}

.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
.skip-link{position:absolute;left:-9999px;top:0;z-index:200;background:var(--navy);color:#fff;padding:.8rem 1.2rem;border-radius:0 0 10px 0;font-weight:600}
.skip-link:focus{left:0}

/* ---------- 3. Layout ---------- */
.container{width:min(100% - (var(--gut) * 2), var(--wrap));margin-inline:auto}
.container--narrow{max-width:800px}
.section{padding:clamp(4rem,9vw,7.5rem) 0}
.section--paper{background:var(--paper)}

.section-eyebrow{
  font-family:var(--font-display);
  font-weight:700;font-size:.775rem;letter-spacing:.16em;text-transform:uppercase;
  color:var(--sky);margin:0 0 .85rem;
}
.section-title{
  font-weight:800;
  font-size:clamp(1.9rem,1.25rem + 2.7vw,3.2rem);
  color:var(--navy);
  margin:0 0 1.4rem;
  max-width:19ch;
}
.section-lede{font-size:clamp(1.05rem,1rem + .35vw,1.2rem);color:var(--ink-soft);max-width:60ch;margin-bottom:2.4rem}

/* ---------- 4. Buttons ---------- */
.btn{
  --btn-bg:var(--navy); --btn-fg:#fff; --btn-bd:var(--navy);
  display:inline-flex;align-items:center;justify-content:center;gap:.5rem;
  padding:.78rem 1.5rem;
  background:var(--btn-bg);color:var(--btn-fg);
  border:2px solid var(--btn-bd);border-radius:100px;
  font-family:var(--font-display);font-weight:700;font-size:.95rem;letter-spacing:.01em;
  text-decoration:none;cursor:pointer;
  transition:transform .18s var(--ease), box-shadow .18s var(--ease), background .18s var(--ease), color .18s var(--ease);
  white-space:nowrap;
}
.btn:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);color:var(--btn-fg)}
.btn:active{transform:translateY(0)}
.btn-lg{padding:1rem 2rem;font-size:1.02rem}
.btn-block{width:100%}

.btn-primary{--btn-bg:var(--navy);--btn-bd:var(--navy)}
.btn-primary:hover{--btn-bg:var(--blue);--btn-bd:var(--blue)}

.btn-ghost{--btn-bg:transparent;--btn-fg:var(--navy);--btn-bd:var(--navy)}
.btn-ghost:hover{--btn-bg:var(--navy);--btn-fg:#fff}

.btn-gold{--btn-bg:var(--gold);--btn-fg:var(--navy-deep);--btn-bd:var(--gold)}
.btn-gold:hover{--btn-bg:var(--gold-soft);--btn-bd:var(--gold-soft)}

.btn-outline-light{--btn-bg:transparent;--btn-fg:#fff;--btn-bd:rgba(255,255,255,.55)}
.btn-outline-light:hover{--btn-bg:#fff;--btn-fg:var(--navy);--btn-bd:#fff}

.btn-donate{--btn-bg:var(--red);--btn-bd:var(--red);padding:.6rem 1.3rem;font-size:.9rem}
.btn-donate:hover{--btn-bg:var(--red-deep);--btn-bd:var(--red-deep)}

/* ---------- 5. Header ---------- */
.site-header{
  position:sticky;top:0;z-index:100;
  background:rgba(243,238,233,.86);
  backdrop-filter:saturate(180%) blur(14px);
  -webkit-backdrop-filter:saturate(180%) blur(14px);
  border-bottom:1px solid transparent;
  transition:border-color .25s, box-shadow .25s, background .25s;
}
.site-header.is-stuck{border-bottom-color:var(--line);box-shadow:0 6px 24px -18px rgba(0,32,84,.5)}
.header-inner{display:flex;align-items:center;gap:1.5rem;min-height:var(--header-h)}
.brand{flex:0 0 auto;display:block}
.brand img{width:clamp(112px,13vw,148px)}

.nav{display:flex;gap:1.75rem;margin-inline:auto}
.nav a{
  font-family:var(--font-display);font-weight:600;font-size:.92rem;
  color:var(--ink);text-decoration:none;position:relative;padding:.3rem 0;
}
.nav a::after{
  content:"";position:absolute;left:0;right:100%;bottom:0;height:2px;
  background:var(--gold);transition:right .28s var(--ease);
}
.nav a:hover{color:var(--navy)}
.nav a:hover::after,.nav a.is-current::after{right:0}

.header-actions{display:flex;align-items:center;gap:.75rem;flex:0 0 auto}

.lang-switch{display:flex;background:var(--paper-warm);border-radius:100px;padding:3px;gap:2px}
.lang-switch button{
  border:0;background:transparent;cursor:pointer;
  font-family:var(--font-display);font-weight:700;font-size:.775rem;letter-spacing:.05em;
  padding:.4rem .72rem;border-radius:100px;color:var(--ink-soft);
  transition:background .2s, color .2s;
}
.lang-switch button:hover{color:var(--navy)}
.lang-switch button.is-active{background:var(--navy);color:#fff}

.burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;border:0;background:transparent;cursor:pointer;padding:0}
.burger span{display:block;height:2.5px;width:24px;margin-inline:auto;background:var(--navy);border-radius:2px;transition:transform .3s var(--ease),opacity .2s}
.burger[aria-expanded="true"] span:nth-child(1){transform:translateY(7.5px) rotate(45deg)}
.burger[aria-expanded="true"] span:nth-child(2){opacity:0}
.burger[aria-expanded="true"] span:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}

/* ---------- 6. Hero ---------- */
.hero{position:relative;padding:clamp(2.5rem,6vw,4.5rem) 0 clamp(3rem,6vw,5rem);overflow:hidden}
.hero-bg{
  position:absolute;inset:0;z-index:0;overflow:hidden;
  background:
    radial-gradient(120% 90% at 12% 0%, #FBF8F4 0%, rgba(251,248,244,0) 60%),
    linear-gradient(180deg,#F7F3EE 0%, var(--paper) 100%);
}
/* Adolphe Bridge watercolour, feathered into the paper so no image edge shows */
.hero-bg::before{
  content:"";position:absolute;right:0;bottom:0;
  width:min(94%,1500px);aspect-ratio:1672 / 941;
  background:url("../img/bridge-luxembourg.jpg") right bottom / cover no-repeat;
  -webkit-mask-image:radial-gradient(115% 108% at 100% 100%, #000 38%, rgba(0,0,0,0) 76%);
  mask-image:radial-gradient(115% 108% at 100% 100%, #000 38%, rgba(0,0,0,0) 76%);
}
.hero-bg::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(243,238,233,0) 58%, var(--paper) 100%);
}
.hero-inner{
  position:relative;z-index:1;
  display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);
  gap:clamp(1.5rem,4vw,3.5rem);align-items:center;
}
.eyebrow{
  font-family:var(--font-display);font-weight:700;
  font-size:.8rem;letter-spacing:.2em;text-transform:uppercase;
  color:#6C95BB;margin:0 0 1.1rem;
}
.hero-title{margin:0 0 1.25rem;display:flex;flex-direction:column;gap:.15em}
.hero-title-lg{
  font-weight:800;font-size:clamp(2.2rem,1.15rem + 4.6vw,4.15rem);
  color:var(--navy);text-transform:uppercase;letter-spacing:-.025em;
}
.hero-title-accent{
  font-weight:700;font-size:clamp(1.5rem,.95rem + 2.3vw,2.5rem);
  color:var(--gold);letter-spacing:-.01em;
}
.hero-sub{font-size:clamp(1.05rem,1rem + .45vw,1.24rem);color:var(--ink-soft);max-width:46ch;margin-bottom:1.9rem}

.hero-meta{display:flex;flex-wrap:wrap;gap:.7rem 1.6rem;margin:0 0 2.1rem}
.hero-meta li{display:flex;align-items:center;gap:.6rem;font-family:var(--font-display);font-weight:700;color:var(--navy);font-size:clamp(1rem,.92rem + .4vw,1.24rem)}
.hero-meta li.is-red{color:var(--red-deep)}
.hero-meta svg{width:26px;height:26px;flex:0 0 26px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}

.hero-cta{display:flex;flex-wrap:wrap;gap:.85rem}

.hero-visual{position:relative}
.hero-visual img{
  width:100%;
  filter:drop-shadow(0 24px 46px rgba(0,32,84,.14));
  animation:floatIn .9s var(--ease) both;
}
@keyframes floatIn{from{opacity:0;transform:translateY(18px) scale(.985)}to{opacity:1;transform:none}}

/* pillars */
.pillars{
  position:relative;z-index:1;
  margin-top:clamp(2.5rem,5vw,4rem);
  display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;
  background:var(--white);border-radius:var(--radius);
  padding:clamp(1.4rem,2.6vw,2.2rem);box-shadow:var(--shadow-md);
}
.pillars li{display:flex;flex-direction:column;gap:.45rem;padding-inline:clamp(.4rem,1.4vw,1.2rem)}
.pillars li + li{border-left:1px solid var(--line)}
.pillar-ico{display:grid;place-items:center;width:46px;height:46px;border-radius:13px;margin-bottom:.35rem}
.pillar-ico svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.pillar-ico--blue{background:#E7F0FC;color:var(--blue-bright)}
.pillar-ico--gold{background:var(--gold-pale);color:#C88E00}
.pillars b{font-family:var(--font-display);font-size:.83rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase;color:var(--navy);line-height:1.35}
.pillars span:not(.pillar-ico){font-size:.95rem;color:var(--ink-soft);line-height:1.55}

/* ---------- 7. About ---------- */
.about-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.86fr);gap:clamp(2rem,5vw,4.5rem);align-items:start}
.about-copy p{font-size:clamp(1.02rem,.98rem + .3vw,1.14rem);color:var(--ink-soft);max-width:56ch}
.pullquote{
  margin:2.2rem 0 0;padding:1.4rem 0 1.4rem 1.6rem;
  border-left:4px solid var(--gold);
  font-family:var(--font-display);font-weight:700;
  font-size:clamp(1.25rem,1rem + 1.1vw,1.75rem);
  line-height:1.28;color:var(--navy);letter-spacing:-.01em;
}

.programme{background:var(--white);border-radius:var(--radius);padding:clamp(1.5rem,3vw,2.4rem);box-shadow:var(--shadow-sm);border:1px solid var(--line)}
.programme-title{font-size:1.15rem;font-weight:800;color:var(--navy);margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.05em}
.timeline{position:relative;display:flex;flex-direction:column;gap:1.35rem}
.timeline::before{content:"";position:absolute;left:5px;top:8px;bottom:8px;width:2px;background:linear-gradient(180deg,var(--blue-bright),var(--gold))}
.timeline li{position:relative;display:grid;grid-template-columns:64px 1fr;gap:.85rem;padding-left:1.65rem}
.timeline li::before{
  content:"";position:absolute;left:0;top:.42em;width:12px;height:12px;border-radius:50%;
  background:var(--white);border:3px solid var(--blue-bright);
}
.timeline li:last-child::before{border-color:var(--gold)}
.timeline time{font-family:var(--font-display);font-weight:800;color:var(--blue);font-size:.98rem;font-variant-numeric:tabular-nums}
.timeline b{display:block;font-family:var(--font-display);font-weight:700;font-size:1rem;color:var(--navy);margin-bottom:.15rem}
.timeline span{font-size:.93rem;color:var(--ink-soft);line-height:1.55}
.timeline .is-tbc time::after{content:"TBC";display:block;font-size:.62rem;letter-spacing:.09em;color:var(--ink-soft);font-weight:700;opacity:.65}
.programme-note{margin-top:1.6rem;padding-top:1.2rem;border-top:1px dashed var(--line);font-size:.87rem;color:var(--ink-soft)}

/* ---------- 8. Rally ---------- */
.section--rally{background:linear-gradient(180deg,var(--paper) 0%, #EAF1FA 100%)}
.rally-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(2rem,5vw,4.5rem);align-items:center}
.rally-visual{margin:0;position:relative}
.rally-visual img{width:100%;border-radius:var(--radius);box-shadow:var(--shadow-lg)}
.rally-visual::before{
  content:"";position:absolute;inset:auto -18px -18px auto;width:62%;height:62%;
  background:var(--gold);border-radius:var(--radius);z-index:-1;opacity:.5;
}
.rally-copy p{color:var(--ink-soft);max-width:52ch}
.checklist{margin:1.8rem 0 2.2rem;display:flex;flex-direction:column;gap:.75rem}
.checklist li{position:relative;padding-left:2.1rem;color:var(--ink);font-size:1rem;line-height:1.5}
.checklist li::before{
  content:"";position:absolute;left:0;top:.12em;width:22px;height:22px;border-radius:50%;
  background:var(--navy) no-repeat center/13px 13px;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m4.5 12.5 5 5 10-11'/%3E%3C/svg%3E");
}

/* ---------- 9. Registration form ---------- */
.section--form{background:#EAF1FA;padding-top:clamp(2rem,4vw,3rem)}
.reg-form{
  background:var(--white);border-radius:var(--radius);
  padding:clamp(1.5rem,4vw,2.75rem);box-shadow:var(--shadow-md);
  display:flex;flex-direction:column;gap:1.5rem;
}
.field{border:0;padding:0;margin:0;display:flex;flex-direction:column;gap:.45rem}
.field > label,.field legend{
  font-family:var(--font-display);font-weight:700;font-size:.94rem;color:var(--navy);
  padding:0;line-height:1.4;
}
.req{color:var(--red);font-style:normal}
.field input[type=text],.field input[type=email],.field input[type=tel]{
  width:100%;padding:.82rem 1rem;
  border:1.5px solid var(--line);border-radius:var(--radius-sm);
  background:#FCFAF8;font:inherit;color:var(--ink);
  transition:border-color .18s, box-shadow .18s, background .18s;
}
.field input:hover{border-color:#C6BAAD}
.field input:focus{outline:0;border-color:var(--blue-bright);background:#fff;box-shadow:0 0 0 4px rgba(30,96,193,.13)}
.field input[aria-invalid="true"]{border-color:var(--red);background:#FEF6F5}
.hint{font-size:.86rem;color:var(--ink-soft);margin:0}
.error{margin:0;font-size:.85rem;font-weight:600;color:var(--red-deep)}

.radio-row{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:.2rem}
.choice{display:flex;align-items:flex-start;gap:.65rem;cursor:pointer;font-size:.95rem;line-height:1.5}
.radio-row .choice{
  border:1.5px solid var(--line);border-radius:100px;padding:.6rem 1.15rem;background:#FCFAF8;
  transition:border-color .18s,background .18s;align-items:center;
}
.radio-row .choice:hover{border-color:#C6BAAD}
.radio-row .choice:has(input:checked){border-color:var(--blue-bright);background:#EDF3FD}
.choice input{accent-color:var(--blue-bright);width:19px;height:19px;margin:0;flex:0 0 19px;cursor:pointer}
.choice--block{
  align-items:flex-start;border:1.5px solid var(--line);border-radius:var(--radius-sm);
  padding:.95rem 1.1rem;background:#FCFAF8;transition:border-color .18s,background .18s;
}
.choice--block:hover{border-color:#C6BAAD}
.choice--block:has(input:checked){border-color:var(--blue-bright);background:#F5F9FF}
.choice--block input{margin-top:.15rem}
.choice--block b{display:block;font-family:var(--font-display);font-weight:700;font-size:.92rem;color:var(--navy);margin-bottom:.2rem}
.choice--block small{display:block;font-size:.83rem;color:var(--ink-soft);line-height:1.55}
.consents{gap:.75rem}
.hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.form-foot{font-size:.83rem;color:var(--ink-soft);text-align:center;margin:0}
.form-status{margin:0;padding:.85rem 1rem;border-radius:var(--radius-sm);font-size:.92rem;font-weight:600}
.form-status.is-error{background:#FDECEA;color:var(--red-deep);border:1px solid #F5C6C2}
#regSubmit[aria-busy="true"]{opacity:.72;pointer-events:none}

.reg-success{
  background:var(--white);border-radius:var(--radius);padding:clamp(2rem,5vw,3.2rem);
  box-shadow:var(--shadow-md);text-align:center;border-top:5px solid var(--gold);
  animation:floatIn .5s var(--ease) both;
}
.reg-success .tick{display:grid;place-items:center;width:64px;height:64px;margin:0 auto 1.2rem;border-radius:50%;background:#E9F7EE}
.reg-success .tick svg{width:32px;height:32px;fill:none;stroke:#1E9E52;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round}
.reg-success h3{font-size:clamp(1.3rem,1.1rem + .9vw,1.75rem);font-weight:800;color:var(--navy);margin-bottom:.85rem}
.reg-success p{color:var(--ink-soft);max-width:52ch;margin-inline:auto}
.reg-success .ok-heart{font-family:var(--font-display);font-weight:700;color:var(--navy);margin:1rem 0 1.8rem}

/* ---------- 10. Support / fundraising ---------- */
.section--support{background:var(--paper);position:relative}
.support-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:clamp(2rem,5vw,4rem);align-items:start}
.support-copy .lede{
  font-family:var(--font-display);font-weight:700;
  font-size:clamp(1.15rem,1rem + .8vw,1.45rem);line-height:1.36;
  color:var(--navy);margin-bottom:1.3rem;letter-spacing:-.01em;
}
.support-copy p{color:var(--ink-soft);max-width:56ch}
.impact-row{display:grid;grid-template-columns:repeat(3,1fr);gap:.85rem;margin-top:2.2rem}
.impact-row li{background:var(--white);border-radius:var(--radius-sm);padding:1.1rem 1rem;border:1px solid var(--line);display:flex;flex-direction:column;gap:.3rem}
.impact-row b{font-family:var(--font-display);font-weight:800;font-size:1.5rem;color:var(--gold);line-height:1}
.impact-row span{font-size:.85rem;color:var(--ink-soft);line-height:1.45}

.donate-card{
  background:var(--white);border-radius:var(--radius);
  box-shadow:var(--shadow-lg);overflow:hidden;position:sticky;top:calc(var(--header-h) + 20px);
}
.donate-mount{position:relative;background:linear-gradient(180deg,#F7F3EE,#fff)}
.donate-mount img,
.donate-mount iframe{width:100%;display:block;border:0}
.donate-note{
  margin:0;padding:.95rem 1.2rem;background:var(--navy);color:#E4ECF8;
  font-size:.83rem;text-align:center;line-height:1.5;
}

/* ---------- 11. Impact / progress ---------- */
.section--impact{background:linear-gradient(165deg,var(--navy) 0%, var(--navy-deep) 100%);color:#DCE6F5}
.section--impact .section-eyebrow{color:var(--gold-soft)}
.impact-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:clamp(2rem,5vw,4rem);align-items:start}

.progress-card{background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.14);border-radius:var(--radius);padding:clamp(1.6rem,3.5vw,2.6rem)}
.progress-h{font-size:clamp(1.6rem,1.2rem + 1.7vw,2.4rem);font-weight:800;color:#fff;margin-bottom:1.8rem}
.progress-figures{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:.8rem}
.progress-figures span{display:flex;flex-direction:column;gap:.15rem}
.progress-figures .goal{text-align:right}
.progress-figures b{font-family:var(--font-display);font-weight:800;line-height:1}
.progress-figures .raised b{font-size:clamp(2.1rem,1.5rem + 2.4vw,3.1rem);color:var(--gold)}
.progress-figures .goal b{font-size:clamp(1.15rem,1rem + .6vw,1.5rem);color:#fff}
.progress-figures small{font-size:.78rem;letter-spacing:.09em;text-transform:uppercase;color:#9FB4D4;font-weight:600}

.progress-track{height:16px;border-radius:100px;background:rgba(255,255,255,.14);overflow:hidden;box-shadow:inset 0 1px 3px rgba(0,0,0,.25)}
.progress-fill{
  height:100%;width:0;border-radius:100px;
  background:linear-gradient(90deg,var(--gold) 0%, var(--gold-soft) 100%);
  transition:width 1.3s var(--ease);
  box-shadow:0 0 18px rgba(241,175,2,.5);
}
.progress-meta{display:flex;flex-wrap:wrap;gap:.4rem;align-items:center;margin:1rem 0 .55rem;font-size:.92rem;color:#B9C9E4}
.progress-deadline{margin:0 0 1.9rem;font-size:.9rem;font-weight:600;color:var(--gold-soft)}
.progress-meta #progressPct,.progress-meta b{font-family:var(--font-display);font-weight:800;color:#fff}

.trust-points{display:flex;flex-direction:column;gap:1.1rem}
.trust-points li{display:grid;grid-template-columns:44px 1fr;grid-template-rows:auto auto;column-gap:1rem;row-gap:.3rem;background:rgba(255,255,255,.045);border-radius:var(--radius-sm);padding:1.25rem 1.35rem}
.tp-ico{grid-row:1 / span 2;display:grid;place-items:center;width:44px;height:44px;border-radius:12px;background:rgba(241,175,2,.15);color:var(--gold-soft)}
.tp-ico svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.trust-points b{font-family:var(--font-display);font-weight:700;font-size:1.02rem;color:#fff}
.trust-points span:not(.tp-ico){font-size:.92rem;line-height:1.6;color:#B9C9E4}
.trust-points a{color:var(--gold-soft)}

/* ---------- 12. Trust & community ---------- */
.trust-head{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;flex-wrap:wrap;margin-bottom:1.6rem}
.trust-head .section-title{margin-bottom:0}
.trust-logo{width:clamp(150px,17vw,210px)}
.trust-body{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:clamp(1.5rem,4vw,3rem);max-width:1000px}
.trust-body p{color:var(--ink-soft)}

.partners{margin-top:clamp(3rem,6vw,4.5rem);border-top:1px solid var(--line);padding-top:clamp(2rem,4vw,3rem)}
.partners-label{font-family:var(--font-display);font-weight:700;font-size:.775rem;letter-spacing:.16em;text-transform:uppercase;color:var(--ink-soft);margin-bottom:1.4rem}
.partner-logos{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}
.partner-slot{
  display:grid;place-items:center;min-height:86px;
  border:1.5px dashed var(--line);border-radius:var(--radius-sm);background:rgba(255,255,255,.55);
  font-size:.8rem;color:#A99C8E;letter-spacing:.04em;
}
.partner-slot img{max-height:52px;width:auto;object-fit:contain}
.partners-cta{margin-top:1.6rem;font-size:.95rem;color:var(--ink-soft)}
.partners-cta a{font-weight:600;margin-left:.35rem}

/* ---------- 13. FAQ ---------- */
.section--faq{background:linear-gradient(180deg,#EAF1FA 0%, var(--paper) 100%)}
.faq-list{display:flex;flex-direction:column;gap:.7rem}
.faq-list details{
  background:var(--white);border:1px solid var(--line);border-radius:var(--radius-sm);
  overflow:hidden;transition:border-color .2s, box-shadow .2s;
}
.faq-list details[open]{border-color:#BFD2EC;box-shadow:var(--shadow-sm)}
.faq-list summary{
  list-style:none;cursor:pointer;padding:1.15rem 3.2rem 1.15rem 1.35rem;position:relative;
  font-family:var(--font-display);font-weight:700;font-size:1.02rem;color:var(--navy);line-height:1.4;
}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary::after{
  content:"";position:absolute;right:1.25rem;top:50%;width:13px;height:13px;
  border-right:2.5px solid var(--blue-bright);border-bottom:2.5px solid var(--blue-bright);
  transform:translateY(-70%) rotate(45deg);transition:transform .28s var(--ease);
}
.faq-list details[open] summary::after{transform:translateY(-20%) rotate(-135deg)}
.faq-list summary:hover{background:#FAFBFE}
.faq-list details > div{padding:0 1.35rem 1.35rem;color:var(--ink-soft);font-size:.98rem;line-height:1.68;max-width:66ch}

/* ---------- 14. Final CTA ---------- */
.final-cta{
  background:var(--blue);color:#fff;text-align:center;
  padding:clamp(3.5rem,8vw,6rem) 0;position:relative;overflow:hidden;
}
.final-cta::before{
  content:"";position:absolute;inset:0;
  background:radial-gradient(70% 120% at 50% 0%, rgba(255,255,255,.13), transparent 65%);
}
.final-cta .container{position:relative}
.final-cta h2{font-size:clamp(1.7rem,1.2rem + 2.4vw,2.9rem);font-weight:800;max-width:20ch;margin:0 auto 1rem}
.final-cta p{font-size:clamp(1.02rem,.98rem + .35vw,1.2rem);color:#CBDDF6;margin-bottom:2.2rem}
.final-buttons{display:flex;flex-wrap:wrap;gap:.9rem;justify-content:center}

/* ---------- 15. Footer ---------- */
.site-footer{background:var(--navy-deep);color:#A9BCD8;padding:clamp(3rem,6vw,4.5rem) 0 2rem;font-size:.94rem}
.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:clamp(1.75rem,4vw,3rem)}
.footer-brand img{width:150px;margin-bottom:1rem;filter:brightness(0) invert(1);opacity:.94}
.footer-brand p{max-width:34ch;line-height:1.6}
.footer-col h3{font-family:var(--font-display);font-size:.79rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#fff;margin-bottom:1rem}
.footer-col ul{display:flex;flex-direction:column;gap:.55rem}
.footer-col a{color:#A9BCD8;text-decoration:none}
.footer-col a:hover{color:var(--gold-soft);text-decoration:underline}
.socials a{display:inline-flex;align-items:center;gap:.55rem}
.socials svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.socials svg path[d^="M13.5 22"]{fill:currentColor;stroke:none}
.footer-bottom{
  display:flex;flex-wrap:wrap;gap:.6rem 1.5rem;justify-content:space-between;
  margin-top:clamp(2.5rem,5vw,3.5rem);padding-top:1.5rem;
  border-top:1px solid rgba(255,255,255,.12);font-size:.84rem;color:#7F93B3;
}
.footer-bottom p{margin:0}
.footer-slogan{letter-spacing:.13em;text-transform:uppercase;font-weight:600;font-size:.75rem}

/* ---------- 16. Cookie consent ---------- */
.cookie-banner{
  position:fixed;left:0;right:0;bottom:0;z-index:120;
  background:var(--white);border-top:3px solid var(--gold);
  box-shadow:0 -14px 40px -20px rgba(0,32,84,.45);
  padding:1.15rem 0;
  animation:cookieIn .45s var(--ease) both;
}
@keyframes cookieIn{from{transform:translateY(100%)}to{transform:none}}
.cookie-inner{display:flex;align-items:center;gap:clamp(1rem,3vw,2.5rem);flex-wrap:wrap}
.cookie-copy{flex:1 1 420px;min-width:0}
.cookie-copy b{display:block;font-family:var(--font-display);font-weight:800;font-size:1rem;color:var(--navy);margin-bottom:.25rem}
.cookie-copy p{font-size:.9rem;line-height:1.55;color:var(--ink-soft);margin:0 0 .3rem;max-width:78ch}
.cookie-copy a{font-size:.87rem;font-weight:600}
.cookie-actions{display:flex;gap:.7rem;flex:0 0 auto;margin-left:auto}
.cookie-actions .btn{padding:.7rem 1.5rem;font-size:.92rem}

/* donation slot before consent */
.donate-gate{
  display:flex;flex-direction:column;align-items:center;text-align:center;gap:.7rem;
  padding:clamp(2rem,5vw,3.2rem) clamp(1.2rem,3vw,2rem);
}
.gate-ico{display:grid;place-items:center;width:52px;height:52px;border-radius:14px;background:#E7F0FC;color:var(--blue-bright);margin-bottom:.2rem}
.gate-ico svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.donate-gate b{font-family:var(--font-display);font-weight:800;font-size:1.06rem;color:var(--navy);line-height:1.3}
.donate-gate p{font-size:.92rem;line-height:1.6;color:var(--ink-soft);max-width:38ch;margin:0 0 .5rem}

/* footer link that reopens the banner */
.linklike{
  background:none;border:0;padding:0;cursor:pointer;
  color:#A9BCD8;font:inherit;text-align:left;
}
.linklike:hover{color:var(--gold-soft);text-decoration:underline}

@media (max-width:720px){
  .cookie-actions{margin-left:0;width:100%}
  .cookie-actions .btn{flex:1 1 0}
}

/* ---------- 17. Reveal on scroll ---------- */
.reveal{opacity:0;transform:translateY(22px)}
.reveal.is-in{opacity:1;transform:none;transition:opacity .7s var(--ease), transform .7s var(--ease)}

/* ---------- 18. Responsive ---------- */
@media (max-width:1080px){
  .nav{gap:1.2rem}
  .nav a{font-size:.87rem}
}

@media (max-width:920px){
  :root{--header-h:66px}
  .burger{display:flex}
  .nav{
    position:fixed;inset:var(--header-h) 0 auto;margin:0;
    flex-direction:column;gap:0;
    background:var(--paper);border-bottom:1px solid var(--line);
    padding:.5rem var(--gut) 1.5rem;
    box-shadow:var(--shadow-md);
    transform:translateY(-130%);transition:transform .38s var(--ease);
    max-height:calc(100dvh - var(--header-h));overflow-y:auto;
  }
  .nav.is-open{transform:none}
  .nav a{padding:1rem 0;border-bottom:1px solid var(--line);font-size:1.05rem}
  .nav a::after{display:none}

  .hero-inner{grid-template-columns:1fr;gap:2rem}
  .hero-visual{order:-1;max-width:520px;margin-inline:auto}
  .hero-bg::before{width:150%}

  .pillars{grid-template-columns:1fr;gap:1.4rem}
  .pillars li + li{border-left:0;border-top:1px solid var(--line);padding-top:1.4rem}
  .pillars li{flex-direction:row;flex-wrap:wrap;align-items:center;gap:.35rem 1rem}
  .pillar-ico{margin-bottom:0}
  .pillars b{flex:1 1 auto;min-width:0}
  .pillars span:not(.pillar-ico){flex:1 1 100%}

  .about-grid,.rally-grid,.support-grid,.impact-grid{grid-template-columns:1fr}
  .rally-visual{max-width:520px;margin-inline:auto}
  .donate-card{position:static;max-width:520px;margin-inline:auto;width:100%}
  .footer-grid{grid-template-columns:1fr 1fr}
  .footer-brand{grid-column:1 / -1}
}

@media (max-width:560px){
  .hero-cta,.final-buttons{flex-direction:column;align-items:stretch}
  .hero-cta .btn,.final-buttons .btn{width:100%}
  .btn-donate{display:none}
  .impact-row{grid-template-columns:1fr}
  .impact-row li{flex-direction:row;align-items:baseline;gap:.75rem}
  .impact-row b{font-size:1.25rem}
  .timeline li{grid-template-columns:1fr;gap:.15rem}
  .timeline .is-tbc time::after{display:inline;margin-left:.4rem}
  .footer-grid{grid-template-columns:1fr}
  .trust-head{align-items:flex-start}
  .progress-figures{flex-direction:column;align-items:flex-start}
  .progress-figures .goal{text-align:left}
}

/* ---------- 19. Preferences ---------- */
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important}
  .reveal{opacity:1;transform:none}
}

@media print{
  .site-header,.hero-bg,.final-cta,.burger,.lang-switch,.cookie-banner{display:none}
  body{background:#fff}
  .section{padding:1.5rem 0}
}
