:root{
  --site-primary:#16a34a;--site-accent:#22c55e;--site-bg:#f8fafc;--site-text:#0f172a;
  --bg:var(--site-bg);--text:var(--site-text);--primary:var(--site-primary);--accent:var(--site-accent);
  --surface:#fff;--surface-soft:#f1f5f9;--surface-green:#ecfdf5;--muted:#64748b;--line:#e2e8f0;--line-strong:#cbd5e1;
  --shadow:0 24px 70px rgba(15,23,42,.08);--shadow-soft:0 10px 30px rgba(15,23,42,.06);
  --radius:24px;--radius-xl:34px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--text);line-height:1.65;overflow-x:hidden}body:before{content:"";position:fixed;inset:0;z-index:-3;background:radial-gradient(circle at 18% 10%,color-mix(in srgb,var(--primary) 18%,transparent),transparent 28%),radial-gradient(circle at 86% 4%,color-mix(in srgb,var(--accent) 16%,transparent),transparent 25%),linear-gradient(180deg,#fff,var(--bg))}.site-gradient{position:fixed;inset:0;z-index:-2;pointer-events:none;background-image:linear-gradient(var(--line) 1px,transparent 1px),linear-gradient(90deg,var(--line) 1px,transparent 1px);background-size:44px 44px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.3),transparent 55%)}a{color:inherit;text-decoration:none}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.site-header{position:fixed;z-index:100;top:18px;left:50%;transform:translateX(-50%);width:min(1180px,calc(100% - 28px));display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px 10px 18px;border:1px solid rgba(226,232,240,.85);background:rgba(255,255,255,.84);backdrop-filter:blur(20px);border-radius:999px;box-shadow:0 16px 45px rgba(15,23,42,.08)}.brand{display:flex;align-items:center;flex:0 0 auto}.brand img{display:block;max-width:210px;max-height:42px;object-fit:contain}.main-nav{display:flex;align-items:center;justify-content:center;gap:8px;min-width:0;flex:1 1 auto;color:#475569;font-size:14px;font-weight:750}.main-nav a{padding:9px 12px;border-radius:999px;white-space:nowrap}.main-nav a:not(.btn):hover{background:#f1f5f9;color:#0f172a}.menu-btn{display:none}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;padding:14px 22px;background:linear-gradient(135deg,var(--primary),var(--accent));color:#fff;font-weight:850;box-shadow:0 14px 32px color-mix(in srgb,var(--primary) 24%,transparent);cursor:pointer;transition:.2s ease}.btn:hover{transform:translateY(-1px);box-shadow:0 18px 40px color-mix(in srgb,var(--primary) 30%,transparent)}.btn.small{padding:9px 15px;font-size:13px}.btn.ghost{background:#fff;color:#0f172a;border:1px solid var(--line);box-shadow:var(--shadow-soft)}.btn.soft{margin-top:22px;background:var(--surface-green);border:1px solid color-mix(in srgb,var(--primary) 24%,#e2e8f0);color:var(--primary);box-shadow:none}
.language-dropdown{position:relative;flex:0 0 auto;display:flex;align-items:center;justify-content:center;z-index:150}.language-trigger{appearance:none;-webkit-appearance:none;width:48px;height:48px;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.9);box-shadow:0 10px 26px rgba(15,23,42,.08),inset 0 1px 0 rgba(255,255,255,.9);display:inline-flex;align-items:center;justify-content:center;padding:0;margin:0;cursor:pointer;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease;position:relative;overflow:visible}.language-trigger:hover{transform:translateY(-1px);background:#fff;border-color:color-mix(in srgb,var(--primary) 28%,var(--line));box-shadow:0 14px 32px rgba(15,23,42,.12)}.language-dropdown .flag-img{width:30px!important;height:30px!important;min-width:30px!important;min-height:30px!important;max-width:30px!important;max-height:30px!important;border-radius:50%!important;object-fit:cover!important;display:block!important;box-shadow:0 0 0 1px rgba(15,23,42,.10)}.language-caret{position:absolute;right:2px;bottom:2px;width:16px;height:16px;border-radius:999px;background:var(--primary);color:#fff;font-size:12px;font-weight:900;line-height:1;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px color-mix(in srgb,var(--primary) 24%,transparent)}.language-menu{position:absolute;top:calc(100% + 10px);right:0;display:grid;grid-template-columns:repeat(4,42px);gap:10px;width:auto!important;max-width:230px!important;max-height:none!important;padding:12px;border:1px solid var(--line);border-radius:22px;background:rgba(255,255,255,.96);backdrop-filter:blur(18px);box-shadow:0 24px 60px rgba(15,23,42,.16);opacity:0;visibility:hidden;transform:translateY(-6px) scale(.98);transform-origin:top right;transition:opacity .18s ease,visibility .18s ease,transform .18s ease;pointer-events:none;overflow:visible}.language-dropdown.open .language-menu,.language-dropdown:focus-within .language-menu{opacity:1;visibility:visible;transform:translateY(0) scale(1);pointer-events:auto}.language-option{width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;max-width:42px!important;max-height:42px!important;padding:0!important;margin:0!important;border-radius:999px;display:flex;align-items:center;justify-content:center;border:1px solid transparent;background:transparent;transition:transform .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease;overflow:hidden;text-indent:0!important;line-height:1!important}.language-option:hover{transform:translateY(-1px);background:#f8fafc;border-color:var(--line);box-shadow:0 8px 18px rgba(15,23,42,.09)}.language-option.active{background:#fff;border-color:color-mix(in srgb,var(--primary) 45%,var(--line));box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 14%,transparent)}.language-option .flag-img{width:32px!important;height:32px!important;min-width:32px!important;min-height:32px!important;max-width:32px!important;max-height:32px!important}.language-dropdown span:not(.sr-only):not(.language-caret),.language-menu span:not(.sr-only){display:none!important}.language-menu img{max-width:32px!important;max-height:32px!important}.language-trigger img{max-width:30px!important;max-height:30px!important}
.hero{position:relative;min-height:100vh;display:grid;place-items:center;padding:150px 24px 70px;overflow:hidden}.hero:after{content:"";position:absolute;inset:auto 6% -26% 6%;height:54%;background:linear-gradient(180deg,color-mix(in srgb,var(--primary) 22%,transparent),transparent);filter:blur(60px);border-radius:50%}.hero-glow{position:absolute;width:min(760px,84vw);height:min(760px,84vw);border-radius:50%;background:radial-gradient(circle,color-mix(in srgb,var(--primary) 12%,transparent),color-mix(in srgb,var(--accent) 9%,transparent),transparent 66%);animation:float 8s ease-in-out infinite}.hero-content{position:relative;z-index:2;max-width:1050px;text-align:center}.eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:16px;padding:8px 14px;border:1px solid color-mix(in srgb,var(--primary) 22%,var(--line));border-radius:999px;color:var(--primary);background:rgba(255,255,255,.82);font-weight:850;font-size:12px;letter-spacing:.08em;text-transform:uppercase;box-shadow:var(--shadow-soft)}.eyebrow:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--primary);box-shadow:0 0 0 5px color-mix(in srgb,var(--primary) 12%,transparent)}.hero h1{margin:0;font-size:clamp(48px,8vw,108px);line-height:.94;letter-spacing:-.075em;color:#0f172a}.hero p{max-width:780px;margin:24px auto 0;color:#475569;font-size:clamp(18px,2vw,23px)}.actions{display:flex;gap:14px;justify-content:center;margin-top:34px;flex-wrap:wrap}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:48px auto 0;max-width:780px}.stats div,.mini-stats,.voice-grid article{padding:22px;border:1px solid var(--line);background:rgba(255,255,255,.86);border-radius:var(--radius);box-shadow:var(--shadow-soft);backdrop-filter:blur(14px)}.stats strong{display:block;font-size:34px;color:#0f172a;letter-spacing:-.04em}.stats span,.map-panel p,.section-head p,.rich-text{color:#64748b}.section{position:relative;width:min(1180px,calc(100% - 32px));margin:0 auto 34px;padding:72px 28px;border:1px solid var(--line);border-radius:var(--radius-xl);background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(255,255,255,.72));box-shadow:var(--shadow);overflow:hidden}.section:before{content:"";position:absolute;inset:0 0 auto;height:1px;background:linear-gradient(90deg,transparent,var(--primary),transparent);opacity:.5}.section-head{max-width:770px;margin:0 auto 36px;text-align:center}.section h2,.page h1{font-size:clamp(34px,5vw,64px);line-height:1;margin:0;letter-spacing:-.052em;color:#0f172a}.rich-text{max-width:900px;margin:auto;font-size:18px}.map-shell{position:relative;display:grid;grid-template-columns:1fr 320px;gap:18px}.map,.admin-map{height:540px;border-radius:28px;overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow-soft)}.map-panel{padding:26px;border-radius:28px;background:#0f172a;color:#fff;border:1px solid rgba(255,255,255,.12);box-shadow:var(--shadow)}.map-panel h3{font-size:28px;margin:0 0 10px}.map-panel p{color:#cbd5e1}.mini-stats{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.12);box-shadow:none}.mini-stats b{display:block;font-size:42px;color:#fff}.voice-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.voice-grid article p{font-size:18px;color:#334155}.voice-grid article span{color:var(--primary);font-size:13px;font-weight:850}.form-card{display:grid;grid-template-columns:.85fr 1.15fr;gap:34px;padding:34px;border-radius:34px;background:#fff;color:#0f172a;border:1px solid var(--line);box-shadow:var(--shadow)}.form-card p{color:#64748b}.grid{display:grid;gap:14px}.grid.two{grid-template-columns:repeat(2,1fr)}label{display:grid;gap:7px;font-weight:800;color:#0f172a}input,textarea,select{width:100%;border:1px solid #d8e1ee;background:#f8fafc;border-radius:16px;padding:13px 14px;font:inherit;color:#0f172a;outline:0;transition:.15s ease}input:focus,textarea:focus,select:focus{border-color:var(--primary);box-shadow:0 0 0 4px color-mix(in srgb,var(--primary) 12%,transparent);background:#fff}textarea{resize:vertical}.checks{display:grid;gap:10px;margin:14px 0}.checks label{display:flex;align-items:flex-start;gap:10px;font-weight:600}.checks input{width:auto}.hp{position:absolute;left:-9999px}.form-message{font-weight:800}.page{margin-top:130px}.footer{width:min(1180px,calc(100% - 32px));margin:20px auto 40px;padding:30px;display:flex;justify-content:space-between;gap:20px;border-radius:32px;background:#fff;color:#64748b;border:1px solid var(--line);box-shadow:var(--shadow-soft)}.footer img{max-width:210px;max-height:48px;object-fit:contain}.footer a{display:block;margin:6px 0;color:#0f172a;font-weight:750}@keyframes float{50%{transform:translateY(-22px) scale(1.04)}}html[dir="rtl"] body{font-family:Inter,ui-sans-serif,system-ui,"Segoe UI",Tahoma,Arial,sans-serif}html[dir="rtl"] .site-header,html[dir="rtl"] .footer,html[dir="rtl"] .checks label{direction:rtl}html[dir="rtl"] .map-panel{text-align:right}
@media(max-width:1120px){.site-header{width:min(1180px,calc(100% - 24px));gap:8px}.main-nav{gap:4px}.main-nav a{padding-left:8px;padding-right:8px}.brand img{max-width:180px}.btn.small{padding-left:12px;padding-right:12px}.language-trigger{width:44px;height:44px}.language-trigger .flag-img{width:28px!important;height:28px!important;min-width:28px!important;min-height:28px!important;max-width:28px!important;max-height:28px!important}}
@media(max-width:980px){.site-header{border-radius:30px;align-items:center;flex-wrap:wrap}.brand{padding-top:0}.main-nav{order:3;width:100%;justify-content:center}.language-dropdown{margin-left:auto}}
@media(max-width:850px){.site-header{top:10px;border-radius:28px}.brand img{max-width:180px}.main-nav{display:none}.main-nav.open{display:flex;order:4;width:100%;justify-content:flex-start;flex-wrap:wrap;background:rgba(248,250,252,.92);border:1px solid var(--line);border-radius:22px;padding:12px}.menu-btn{display:block;background:transparent;color:#0f172a;border:0;font-size:26px;margin-left:0}.language-dropdown{margin-left:auto}.language-menu{right:0;grid-template-columns:repeat(4,42px)}.hero{padding-top:130px}.hero h1{letter-spacing:-.055em}.stats,.map-shell,.form-card,.grid.two{grid-template-columns:1fr}.voice-grid{grid-template-columns:1fr}.section{padding:48px 18px}.map{height:430px}.footer{display:block}}
@media(max-width:520px){.site-header{width:calc(100% - 20px);padding:9px 10px 9px 12px}.brand img{max-width:142px}.language-trigger{width:42px;height:42px}.language-menu{right:-48px}.hero h1{font-size:clamp(42px,16vw,70px)}.stats div{padding:18px}}

/* Final alignment and compact signature form refinements */
.dynamic{text-align:center;}
.dynamic .rich-text{text-align:center;}
.dynamic .btn.soft,.section .btn.soft{display:flex;width:max-content;max-width:100%;margin-left:auto;margin-right:auto;}
.sign-section .form-card{align-items:center;}
.sign-section form{max-width:680px;width:100%;margin:0 auto;}
.form-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;}
.form-note{font-size:14px;line-height:1.6;margin-top:18px;padding:16px 18px;border:1px solid color-mix(in srgb,var(--primary) 16%,var(--line));border-radius:20px;background:color-mix(in srgb,var(--primary) 7%,#fff);}
.compact-form-grid{margin-bottom:14px;}
#countrySelect{appearance:none;-webkit-appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--primary) 50%),linear-gradient(135deg,var(--primary) 50%,transparent 50%);background-position:calc(100% - 20px) 50%,calc(100% - 14px) 50%;background-size:6px 6px,6px 6px;background-repeat:no-repeat;padding-right:42px;}
.form-actions{display:flex;align-items:center;justify-content:center;margin-top:18px;}
.form-actions .btn{min-width:210px;}
.form-message{text-align:center;margin-top:14px;}
@media(max-width:850px){.form-copy{align-items:center;text-align:center}.sign-section form{max-width:100%}.form-actions .btn{width:100%;max-width:320px}.dynamic .btn.soft,.section .btn.soft{width:100%;max-width:320px}}


/* Delivery fix: section CTAs and signature submit alignment */
.section-cta{display:flex!important;justify-content:center!important;align-items:center!important;width:100%!important;margin:26px auto 0!important;text-align:center!important;}
.section-cta .btn,.dynamic .section-cta .btn,.section .section-cta .btn{margin:0 auto!important;display:inline-flex!important;width:auto!important;min-width:190px;max-width:100%;text-align:center!important;}
.dynamic .btn.soft:not(.section-cta .btn){margin-left:auto!important;margin-right:auto!important;}
.sign-section form{display:block!important;}
.signature-submit-row,.form-actions.signature-submit-row{display:flex!important;justify-content:center!important;align-items:center!important;width:100%!important;margin:22px auto 0!important;text-align:center!important;}
.signature-submit-row .signature-submit,.form-actions .signature-submit{display:inline-flex!important;margin:0 auto!important;min-width:220px!important;justify-content:center!important;text-align:center!important;}
@media(max-width:850px){.section-cta .btn,.dynamic .section-cta .btn,.section .section-cta .btn,.signature-submit-row .signature-submit{width:100%!important;max-width:320px!important;}}

/* Hotfix: keep the fixed header above Leaflet/OpenStreetMap layers and controls */
.site-header{
  z-index:99999!important;
  isolation:isolate;
}
.language-dropdown,
.language-menu{
  z-index:100000!important;
}
.map-shell,
.map,
.admin-map,
.leaflet-container{
  position:relative;
  z-index:1!important;
}
.leaflet-pane,
.leaflet-top,
.leaflet-bottom,
.leaflet-control-container{
  z-index:10!important;
}

/* Delivery fix: map section full-width layout */
#map .map-shell{
  display:flex!important;
  flex-direction:column!important;
  grid-template-columns:none!important;
  gap:24px!important;
  width:100%!important;
}
#map .map,
#publicMap{
  width:100%!important;
  height:clamp(560px,62vh,760px)!important;
  min-height:560px!important;
  border-radius:32px!important;
}
#map .map-panel{
  width:100%!important;
  max-width:100%!important;
  margin:0 auto!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(220px,320px)!important;
  align-items:center!important;
  gap:24px!important;
  padding:30px 34px!important;
  border-radius:32px!important;
}
#map .map-panel h3{margin:0 0 8px!important;}
#map .map-panel .mini-stats{margin:0!important;text-align:center!important;}
@media(max-width:850px){
  #map .map,#publicMap{height:480px!important;min-height:480px!important;border-radius:24px!important;}
  #map .map-panel{grid-template-columns:1fr!important;text-align:center!important;padding:24px!important;}
}
@media(max-width:520px){
  #map .map,#publicMap{height:390px!important;min-height:390px!important;}
}

/* Delivery fix: compact global reach card in a single row */
#map .map-panel{
  display:grid!important;
  grid-template-columns:auto minmax(190px,260px) minmax(280px,1fr)!important;
  align-items:center!important;
  gap:22px!important;
  padding:18px 26px!important;
  min-height:0!important;
  border-radius:28px!important;
}
#map .map-panel h3{
  margin:0!important;
  white-space:nowrap!important;
  font-size:clamp(20px,2vw,28px)!important;
  line-height:1.05!important;
}
#map .map-panel p{
  margin:0!important;
  font-size:15px!important;
  line-height:1.45!important;
  max-width:520px!important;
}
#map .map-panel .mini-stats{
  padding:14px 18px!important;
  min-height:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:12px!important;
  text-align:center!important;
  border-radius:20px!important;
}
#map .map-panel .mini-stats b{
  font-size:30px!important;
  line-height:1!important;
}
#map .map-panel .mini-stats span{
  font-size:13px!important;
  white-space:nowrap!important;
}
@media(max-width:900px){
  #map .map-panel{
    grid-template-columns:1fr!important;
    text-align:center!important;
    padding:18px!important;
  }
  #map .map-panel h3{white-space:normal!important;}
  #map .map-panel p{margin:0 auto!important;}
  #map .map-panel .mini-stats{width:100%!important;}
}

/* 2026-05-13 requested premium dark header/hero refinement */
.site-header.dark-header{
  background:linear-gradient(180deg,var(--header-bg),color-mix(in srgb,var(--header-bg) 92%,#000));
  border-color:var(--header-border);
  box-shadow:0 18px 54px rgba(5,22,42,.30);
}
.dark-header .brand img{max-height:58px;max-width:245px;transform:scale(1.08);transform-origin:left center;}
.dark-header .main-nav a{color:var(--header-menu)!important;}
.dark-header .main-nav a:not(.btn):hover{background:rgba(255,255,255,.08);color:#fff!important;}
.dark-header .btn.small{background:var(--header-cta)!important;color:#fff!important;box-shadow:0 14px 28px color-mix(in srgb,var(--header-cta) 28%,transparent)!important;}
.dark-header .menu-btn{color:var(--header-menu)!important;}
.hero{background:radial-gradient(circle at 50% 8%,rgba(255,255,255,.14),transparent 32%),linear-gradient(180deg,var(--hero-bg),color-mix(in srgb,var(--hero-bg) 78%,#06182b));color:#fff;min-height:780px;}
.hero:before{content:"";position:absolute;inset:0;background:var(--hero-image) center/cover no-repeat;opacity:.34;mix-blend-mode:screen;pointer-events:none;}
.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,24,43,.18),rgba(6,24,43,.72));pointer-events:none;}
.hero .hero-content{position:relative;z-index:2;}
.hero h1,.hero p{color:#fff!important;text-shadow:0 10px 35px rgba(0,0,0,.22);}
.hero .stats div{background:rgba(255,255,255,.10);border-color:rgba(255,255,255,.20);color:#fff;}
.hero .stats span,.hero .stats strong{color:#fff!important;}
.hero-bg-video{position:absolute;inset:0;width:100%;height:780px;object-fit:cover;z-index:0;opacity:.28;pointer-events:none;}
.section{background:linear-gradient(180deg,#fff,color-mix(in srgb,var(--hero-bg) 5%,#fff));}
.map-panel,.dream-card{background:linear-gradient(135deg,#0b1730,color-mix(in srgb,var(--hero-bg) 58%,#071427))!important;}
.principle-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:34px;}
.principle-card{background:#fff;border:1px solid var(--line);border-radius:28px;padding:28px;box-shadow:var(--shadow-soft);text-align:left;}
.principle-card h3{font-size:24px;line-height:1.1;margin:14px 0 12px;color:#0f172a;letter-spacing:-.03em;}
.principle-card p{font-size:18px!important;line-height:1.62!important;font-weight:800!important;color:#1f2a44!important;}
.principle-icon{display:inline-flex;width:52px;height:52px;border-radius:18px;align-items:center;justify-content:center;background:color-mix(in srgb,var(--primary) 12%,#fff);color:var(--primary);font-size:26px;font-weight:900;}
.principle-icon.blue-icon{color:#0b5ea8;background:#eaf5ff;}
.volunteers-section .section-head p{font-size:22px;color:#0f172a;}
.soon-glow{width:max-content;margin:24px auto 0;padding:18px 34px;border-radius:999px;background:#0b1730;color:#fff;font-size:clamp(34px,6vw,72px);font-weight:950;letter-spacing:-.05em;text-transform:uppercase;box-shadow:0 0 18px rgba(34,197,94,.45),0 0 55px rgba(34,197,94,.28);animation:soonPulse 2.2s ease-in-out infinite;}
@keyframes soonPulse{50%{filter:brightness(1.2);box-shadow:0 0 28px rgba(34,197,94,.85),0 0 85px rgba(34,197,94,.48);transform:translateY(-2px)}}
.dream-section{padding:44px!important;}
.dream-card{position:relative;overflow:hidden;border-radius:34px;padding:52px 32px;color:#fff;text-align:center;box-shadow:var(--shadow);}
.dream-heart{width:42px;height:42px;margin:0 auto 12px;border-radius:999px;display:grid;place-items:center;background:rgba(255,255,255,.12);color:#fff;font-size:24px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.18);}
.dream-card h2{color:#fff!important;margin:0;font-size:clamp(34px,5vw,64px);}
.dream-card p{color:#dbeafe!important;font-size:18px;}
.waving-flag{width:160px;height:96px;margin:32px auto 0;perspective:700px;}
.waving-flag span{display:block;position:relative;width:100%;height:100%;border-radius:10px;background:linear-gradient(90deg,rgba(255,255,255,.15),transparent 18%,rgba(255,255,255,.20) 32%,transparent 50%),linear-gradient(180deg,#fff 0 33%,#16a34a 33% 66%,#0b5ea8 66%);box-shadow:0 14px 35px rgba(0,0,0,.28);transform-origin:left center;animation:flagWave 2.6s ease-in-out infinite;}
.waving-flag span::after{content:'♥';position:absolute;inset:0;display:grid;place-items:center;color:#fff;font-size:40px;line-height:1;text-shadow:0 2px 10px rgba(0,0,0,.28),0 0 18px rgba(255,255,255,.45);filter:drop-shadow(0 4px 10px rgba(0,0,0,.22));transform:translateZ(2px);}
@keyframes flagWave{0%,100%{transform:rotateY(-10deg) skewY(0deg)}50%{transform:rotateY(15deg) skewY(2deg)}}
@media(max-width:980px){.principle-grid{grid-template-columns:1fr}.dark-header .brand img{max-width:190px}.hero-bg-video{height:720px}.hero{min-height:720px}}
@media(max-width:850px){.dark-header .main-nav.open{background:color-mix(in srgb,var(--header-bg) 96%,#000);border-color:var(--header-border)}.hero{padding-top:150px}.hero-bg-video{height:680px}}

/* Dynamic CMS sections based on requested home mockups */
.legacy-principles-section,
.blue-gradient-callout,
.solution-story-section,
.everest-visual-section,
.share-friend-section{max-width:980px;margin:72px auto;padding:0 24px;text-align:center;position:relative;z-index:1}
.legacy-principles-section h2,.solution-story-section h2{font-size:clamp(28px,3vw,42px);color:#0ea5e9;margin:0 0 44px;font-weight:900;letter-spacing:-.03em}
.legacy-principle-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;max-width:760px;margin:0 auto 48px}
.legacy-principle-cards article{background:#fff;border:1px solid #cbdbea;border-radius:18px;min-height:136px;display:grid;place-items:center;gap:12px;box-shadow:0 14px 34px rgba(15,35,55,.06);font-size:21px;color:#00192d}
.legacy-principle-cards .icon{font-size:36px;line-height:1}.legacy-principle-cards .balance{color:#0f3558}.legacy-principle-cards .earth{filter:saturate(1.2)}
.legacy-principle-text{max-width:780px;margin:0 auto;color:#00192d;font-size:23px;line-height:1.55;font-weight:500}.legacy-principle-text br+br{display:block;margin-top:22px;content:""}
.war-end-box{margin:54px auto 46px;background:#061f33;color:#fff;border-radius:14px;max-width:360px;padding:28px 34px;box-shadow:0 18px 45px rgba(6,31,51,.18)}
.war-end-box span{display:block;color:#38d5ff;letter-spacing:.35em;font-size:12px;font-weight:900;margin-bottom:10px}.war-end-box strong{font-size:34px;line-height:1.1}
.heart-cta{display:flex;justify-content:center;align-items:center}.heart-cta a{width:92px;height:92px;display:grid;place-items:center;text-decoration:none;color:#00192d;background:linear-gradient(145deg,#baf4ff,#26c7f7);clip-path:path('M46 84 C18 55 4 38 4 22 C4 7 22 0 35 11 C40 15 44 20 46 24 C48 20 52 15 57 11 C70 0 88 7 88 22 C88 38 74 55 46 84 Z');filter:drop-shadow(0 0 30px rgba(52,211,153,.9));position:relative}.heart-cta a span{position:absolute;top:16px;color:#fff;font-size:22px}.heart-cta a b{font-size:9px;line-height:1.1;text-transform:uppercase;max-width:54px;margin-top:12px}.heart-cta.compact a{width:82px;height:82px}
.blue-gradient-callout{max-width:900px;background:linear-gradient(135deg,#15bdf2 0%,#1d7bd5 50%,#0f3558 100%);border-radius:20px;color:#fff;padding:84px 48px;box-shadow:0 28px 68px rgba(15,53,88,.18)}
.blue-gradient-callout p{font-size:23px;line-height:1.45;margin:0 auto 26px;max-width:760px}.blue-gradient-callout .callout-strong{font-size:32px;font-weight:900;letter-spacing:-.02em}
.solution-story-section{max-width:760px}.solution-story-section h2{margin-bottom:38px}.solution-copy{font-size:24px;line-height:1.45;color:#00192d;font-weight:500}.solution-copy br+br{display:block;content:"";margin-top:24px}.solution-story-section .heart-cta{margin-top:42px}
.everest-card{background:linear-gradient(135deg,#78d8ef 0%,#16bceb 65%,#08aeea 100%);border-radius:20px;min-height:300px;padding:56px 60px;position:relative;text-align:left;overflow:hidden}.everest-copy{font-size:24px;line-height:1.45;color:#00192d;max-width:780px}.everest-flag-scene{height:140px;position:relative;margin-top:30px}.flag-pole{position:absolute;left:10px;bottom:5px;width:7px;height:112px;border-radius:8px;background:#06253d}.everest-flag{position:absolute;left:17px;bottom:72px;width:88px;height:42px;background:#fff;border:2px solid #06304d;transform-origin:left center;animation:peaceFlagWave 3.8s ease-in-out infinite;display:grid;place-items:center}.everest-flag span{color:#0ea5e9;font-size:30px;line-height:1}.mountain-line{position:absolute;right:8%;bottom:45px;width:132px;height:95px;border-left:8px solid rgba(255,255,255,.45);border-bottom:8px solid rgba(255,255,255,.45);transform:skewX(-18deg) rotate(8deg);opacity:.9}.mountain-line:after{content:"";position:absolute;right:-34px;bottom:-8px;width:70px;height:80px;border-right:8px solid rgba(255,255,255,.45);border-bottom:8px solid rgba(255,255,255,.45);transform:skewX(28deg) rotate(-30deg)}
@keyframes peaceFlagWave{0%,100%{transform:skewY(0deg) rotate(1deg)}50%{transform:skewY(-5deg) rotate(-1deg)}}
.share-card{max-width:680px;margin:auto;border:1px solid #8ee8ff;border-radius:18px;padding:30px 34px;background:#fff;box-shadow:0 16px 45px rgba(8,174,234,.12)}.share-card h2{font-size:32px;color:#0ea5e9;margin:0 0 12px}.share-card h2 span{color:#0ea5e9}.share-card p{margin:0 0 22px;color:#00192d}.copy-row{display:flex;gap:10px}.copy-row input{flex:1;border:1px solid #9bb8d4;border-radius:999px;padding:14px 18px;background:#e9f1f9;font-size:16px}.btn.dark{background:#061f33;color:#fff;border-color:#061f33}
.page-content-section{max-width:980px;margin:96px auto 40px}.page-body{max-width:860px;margin:auto}.premium-footer{background:#061f33;color:#eaf6ff;margin-top:90px;padding:64px 24px 38px}.footer-inner{max-width:1180px;margin:0 auto 54px;display:grid;grid-template-columns:1.5fr .5fr .5fr;gap:70px}.footer-brand img{max-width:230px;max-height:70px;margin-bottom:22px}.footer-brand p{max-width:520px;line-height:1.55}.footer-nav,.footer-language{display:flex;flex-direction:column;gap:10px}.footer-nav h3,.footer-language h3{color:#38d5ff;text-transform:uppercase;letter-spacing:.28em;font-size:13px;margin:0 0 10px}.footer-nav a{color:#eaf6ff;text-decoration:none}.footer-lang-pill{border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:10px 14px;display:flex;align-items:center;gap:10px;align-self:flex-start}.footer-lang-pill .flag-img{width:22px;height:22px}.footer-bottom{max-width:1180px;margin:auto;border-top:1px solid rgba(255,255,255,.13);padding-top:28px;text-align:center;color:#95abc0}
@media(max-width:800px){.legacy-principle-cards{grid-template-columns:1fr}.blue-gradient-callout,.everest-card{padding:48px 24px}.copy-row{flex-direction:column}.footer-inner{grid-template-columns:1fr;gap:34px}.legacy-principle-text,.solution-copy,.everest-copy{font-size:19px}.blue-gradient-callout p{font-size:20px}.blue-gradient-callout .callout-strong{font-size:25px}}

/* 2026-05-13: final visual stabilization for dynamic home sections + scroll animations */
.reveal{opacity:0;transform:translateY(34px);transition:opacity .8s cubic-bezier(.22,1,.36,1),transform .8s cubic-bezier(.22,1,.36,1),filter .8s cubic-bezier(.22,1,.36,1);filter:blur(4px);will-change:opacity,transform,filter}.reveal.is-visible{opacity:1;transform:none;filter:blur(0)}.reveal-stagger>*{opacity:0;transform:translateY(18px);transition:opacity .65s cubic-bezier(.22,1,.36,1),transform .65s cubic-bezier(.22,1,.36,1)}.reveal.is-visible .reveal-stagger>*{opacity:1;transform:none}.reveal.is-visible .reveal-stagger>*:nth-child(2){transition-delay:.08s}.reveal.is-visible .reveal-stagger>*:nth-child(3){transition-delay:.16s}.reveal.is-visible .reveal-stagger>*:nth-child(4){transition-delay:.24s}.reveal.is-visible .reveal-stagger>*:nth-child(5){transition-delay:.32s}
@media(prefers-reduced-motion:reduce){.reveal,.reveal-stagger>*{opacity:1!important;transform:none!important;filter:none!important;transition:none!important;animation:none!important}}

/* Keep the requested new CMS sections inside the same premium card design system */
.section.legacy-principles-section,
.section.blue-gradient-callout,
.section.solution-story-section,
.section.everest-visual-section,
.section.share-friend-section{width:min(1180px,calc(100% - 32px))!important;max-width:1180px!important;margin:0 auto 34px!important;padding:72px 28px!important;border:1px solid var(--line)!important;border-radius:var(--radius-xl)!important;background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(255,255,255,.78))!important;box-shadow:var(--shadow)!important;overflow:hidden!important;color:var(--text)!important;text-align:center!important;position:relative!important;z-index:1!important}.section.legacy-principles-section:before,.section.blue-gradient-callout:before,.section.solution-story-section:before,.section.everest-visual-section:before,.section.share-friend-section:before{content:"";position:absolute;inset:0 0 auto;height:1px;background:linear-gradient(90deg,transparent,var(--primary),transparent);opacity:.55}.section.legacy-principles-section h2,.section.solution-story-section h2,.section.share-friend-section h2{font-size:clamp(34px,5vw,64px)!important;line-height:1!important;letter-spacing:-.052em!important;color:#0f172a!important;margin:0 0 34px!important;font-weight:950!important}.section.legacy-principle-cards{margin-top:8px}.legacy-principle-cards{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important;max-width:760px!important;margin:0 auto 42px!important}.legacy-principle-cards article{background:#fff!important;border:1px solid var(--line)!important;border-radius:28px!important;min-height:132px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:12px!important;box-shadow:var(--shadow-soft)!important;font-size:22px!important;color:#0f172a!important}.legacy-principle-cards .icon{font-size:38px!important;line-height:1!important}.legacy-principle-cards .balance{color:#0b5ea8!important}.legacy-principle-text,.solution-copy{max-width:860px!important;margin:0 auto!important;color:#1f2a44!important;font-size:clamp(19px,2vw,24px)!important;line-height:1.6!important;font-weight:800!important}.war-end-box{margin:50px auto 36px!important;background:linear-gradient(135deg,#071427,#0f3558)!important;color:#fff!important;border-radius:22px!important;max-width:430px!important;padding:26px 32px!important;box-shadow:0 22px 54px rgba(6,31,51,.18)!important;text-align:center!important}.war-end-box span{display:block!important;color:#38d5ff!important;letter-spacing:.32em!important;font-size:12px!important;font-weight:900!important;margin-bottom:8px!important}.war-end-box strong{font-size:clamp(28px,3vw,38px)!important;line-height:1.1!important;color:#fff!important}.heart-cta{display:flex!important;justify-content:center!important;align-items:center!important;width:100%!important;margin-top:24px!important}.heart-cta a{width:auto!important;min-width:172px!important;height:auto!important;min-height:54px!important;clip-path:none!important;border-radius:999px!important;padding:14px 22px!important;display:inline-flex!important;gap:10px!important;align-items:center!important;justify-content:center!important;text-decoration:none!important;color:#061f33!important;background:linear-gradient(145deg,#dffcff,#38d5ff)!important;border:1px solid rgba(255,255,255,.85)!important;box-shadow:0 0 30px rgba(52,211,153,.55),0 14px 32px rgba(15,23,42,.10)!important;filter:none!important;position:relative!important}.heart-cta a span{position:static!important;color:#fff!important;font-size:19px!important;line-height:1!important;text-shadow:0 2px 8px rgba(0,0,0,.15)!important}.heart-cta a b{font-size:12px!important;line-height:1.1!important;text-transform:uppercase!important;max-width:none!important;margin:0!important;font-weight:950!important;color:#061f33!important}.heart-cta.compact a{min-width:158px!important}
.section.blue-gradient-callout{background:linear-gradient(135deg,#15bdf2 0%,#1d7bd5 48%,#0f3558 100%)!important;color:#fff!important}.section.blue-gradient-callout p{font-size:clamp(20px,2vw,25px)!important;line-height:1.48!important;margin:0 auto 24px!important;max-width:820px!important;color:#fff!important}.section.blue-gradient-callout .callout-strong{font-size:clamp(28px,4vw,42px)!important;font-weight:950!important;letter-spacing:-.04em!important}.section.solution-story-section{max-width:1180px!important}.solution-story-section .heart-cta{margin-top:40px!important}.everest-visual-section .everest-card{background:linear-gradient(135deg,#78d8ef 0%,#16bceb 62%,#08aeea 100%)!important;border-radius:28px!important;min-height:320px!important;padding:58px 64px!important;position:relative!important;text-align:left!important;overflow:hidden!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.38)!important}.everest-copy{font-size:clamp(19px,2vw,25px)!important;line-height:1.48!important;color:#00192d!important;max-width:790px!important;font-weight:600!important}.everest-flag-scene{height:150px!important;position:relative!important;margin-top:30px!important}.flag-pole{position:absolute!important;left:10px!important;bottom:5px!important;width:7px!important;height:116px!important;border-radius:8px!important;background:#06253d!important}.everest-flag{position:absolute!important;left:17px!important;bottom:74px!important;width:94px!important;height:46px!important;background:#fff!important;border:2px solid #06304d!important;transform-origin:left center!important;animation:peaceFlagWave 3.8s ease-in-out infinite!important;display:grid!important;place-items:center!important}.everest-flag span{color:#0ea5e9!important;font-size:30px!important;line-height:1!important}.mountain-everest{position:absolute!important;right:6%!important;bottom:24px!important;width:220px!important;height:138px!important;pointer-events:none!important}.mountain-everest span{position:absolute!important;display:block!important}.mountain-back{left:40px!important;bottom:6px!important;width:128px!important;height:92px!important;background:rgba(255,255,255,.16)!important;clip-path:polygon(0% 100%,38% 30%,57% 53%,72% 35%,100% 100%)!important;filter:drop-shadow(0 10px 18px rgba(255,255,255,.08))!important}.mountain-main{left:82px!important;bottom:2px!important;width:118px!important;height:108px!important;background:rgba(255,255,255,.28)!important;clip-path:polygon(0% 100%,44% 14%,60% 42%,76% 28%,100% 100%)!important;filter:drop-shadow(0 8px 14px rgba(255,255,255,.12))!important}.mountain-snow{left:122px!important;bottom:62px!important;width:52px!important;height:30px!important;background:rgba(255,255,255,.78)!important;clip-path:polygon(0% 100%,30% 12%,58% 42%,82% 18%,100% 100%,72% 76%,47% 86%,24% 74%)!important}.mountain-ridge{left:30px!important;bottom:0!important;width:176px!important;height:112px!important;border-bottom:6px solid rgba(255,255,255,.34)!important;border-left:6px solid transparent!important;border-right:6px solid transparent!important;clip-path:polygon(0% 100%,34% 40%,48% 59%,58% 36%,75% 52%,100% 100%)!important;opacity:.7!important}.share-card{max-width:760px!important;margin:auto!important;border:1px solid color-mix(in srgb,var(--primary) 30%,var(--line))!important;border-radius:28px!important;padding:34px!important;background:#fff!important;box-shadow:var(--shadow-soft)!important}.share-card h2{font-size:clamp(30px,4vw,42px)!important;color:#0ea5e9!important;margin:0 0 12px!important}.share-card p{margin:0 0 22px!important;color:#00192d!important}.copy-row{display:flex!important;gap:10px!important}.copy-row input{flex:1!important;border:1px solid #9bb8d4!important;border-radius:999px!important;padding:14px 18px!important;background:#e9f1f9!important;font-size:16px!important;min-width:0!important}.btn.dark{background:#061f33!important;color:#fff!important;border-color:#061f33!important;box-shadow:none!important}

/* Footer must follow the dark reference, not the generic white footer card */
.footer.premium-footer{width:100%!important;max-width:none!important;margin:90px 0 0!important;padding:64px 24px 38px!important;display:block!important;border:0!important;border-radius:0!important;background:#061f33!important;color:#eaf6ff!important;box-shadow:none!important}.footer.premium-footer .footer-inner{max-width:1180px!important;margin:0 auto 54px!important;display:grid!important;grid-template-columns:1.5fr .5fr .5fr!important;gap:70px!important}.footer.premium-footer .footer-brand img{max-width:230px!important;max-height:70px!important;margin-bottom:22px!important}.footer.premium-footer .footer-brand p{max-width:520px!important;line-height:1.55!important;color:#eaf6ff!important}.footer.premium-footer .footer-nav,.footer.premium-footer .footer-language{display:flex!important;flex-direction:column!important;gap:10px!important}.footer.premium-footer .footer-nav h3,.footer.premium-footer .footer-language h3{color:#38d5ff!important;text-transform:uppercase!important;letter-spacing:.28em!important;font-size:13px!important;margin:0 0 10px!important}.footer.premium-footer .footer-nav a{display:block!important;color:#eaf6ff!important;text-decoration:none!important;margin:0!important;font-weight:600!important}.footer.premium-footer .footer-lang-pill{border:1px solid rgba(255,255,255,.18)!important;border-radius:999px!important;padding:10px 14px!important;display:flex!important;align-items:center!important;gap:10px!important;align-self:flex-start!important;color:#eaf6ff!important}.footer.premium-footer .footer-lang-pill .flag-img{width:22px!important;height:22px!important}.footer.premium-footer .footer-bottom{max-width:1180px!important;margin:auto!important;border-top:1px solid rgba(255,255,255,.13)!important;padding-top:28px!important;text-align:center!important;color:#95abc0!important}

@media(max-width:850px){.section.legacy-principles-section,.section.blue-gradient-callout,.section.solution-story-section,.section.everest-visual-section,.section.share-friend-section{padding:48px 18px!important}.legacy-principle-cards{grid-template-columns:1fr!important}.copy-row{flex-direction:column!important}.copy-row .btn{width:100%!important}.everest-visual-section .everest-card{padding:44px 24px!important}.mountain-everest{right:14px!important;bottom:16px!important;width:148px!important;height:98px!important}.mountain-back{left:20px!important;bottom:4px!important;width:92px!important;height:64px!important}.mountain-main{left:54px!important;bottom:0!important;width:84px!important;height:78px!important}.mountain-snow{left:80px!important;bottom:44px!important;width:36px!important;height:21px!important}.mountain-ridge{left:16px!important;width:126px!important;height:82px!important}.footer.premium-footer .footer-inner{grid-template-columns:1fr!important;gap:34px!important}.legacy-principle-text,.solution-copy,.everest-copy{font-size:19px!important}.section.blue-gradient-callout p{font-size:20px!important}.section.blue-gradient-callout .callout-strong{font-size:26px!important}}
.reveal .reveal-stagger-item{opacity:0;transform:translateY(18px);transition:opacity .65s cubic-bezier(.22,1,.36,1),transform .65s cubic-bezier(.22,1,.36,1)}.reveal.is-visible .reveal-stagger-item{opacity:1;transform:none}.reveal.is-visible .reveal-stagger-item:nth-of-type(2){transition-delay:.08s}.reveal.is-visible .reveal-stagger-item:nth-of-type(3){transition-delay:.16s}.reveal.is-visible .reveal-stagger-item:nth-of-type(4){transition-delay:.24s}.reveal.is-visible .reveal-stagger-item:nth-of-type(5){transition-delay:.32s}


/* Everest mountain illustration: visible CSS/SVG solution for the Everest card */
.everest-visual-section .everest-card{min-height:360px!important;}
.everest-mountain{position:absolute!important;right:7%!important;bottom:42px!important;width:280px!important;height:160px!important;display:block!important;opacity:1!important;overflow:visible!important;filter:drop-shadow(0 18px 26px rgba(4,47,72,.18))!important;z-index:2!important;}
.everest-mountain .mountain-shadow{fill:rgba(255,255,255,.16)!important;}
.everest-mountain .mountain-peak-main{fill:rgba(255,255,255,.28)!important;stroke:rgba(255,255,255,.76)!important;stroke-width:5!important;stroke-linejoin:round!important;}
.everest-mountain .mountain-peak-left{fill:rgba(255,255,255,.18)!important;stroke:rgba(255,255,255,.55)!important;stroke-width:4!important;stroke-linejoin:round!important;}
.everest-mountain .mountain-snow-main,.everest-mountain .mountain-snow-left{fill:rgba(255,255,255,.92)!important;}
.everest-mountain .mountain-ridge-line{fill:none!important;stroke:rgba(255,255,255,.82)!important;stroke-width:3!important;stroke-linecap:round!important;stroke-linejoin:round!important;}
.everest-flag-scene{z-index:3!important;}
.everest-flag,.flag-pole{z-index:4!important;}
@media(max-width:850px){.everest-mountain{right:10px!important;bottom:24px!important;width:185px!important;height:110px!important;opacity:.95!important}.everest-visual-section .everest-card{min-height:390px!important;padding-bottom:150px!important}}


/* Premium transparency section matching the official clean movement block */
.transparency-clean-section{
  max-width:1180px!important;
  padding:96px 28px!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  overflow:visible!important;
}
.transparency-clean-section:before{display:none!important}
.transparency-clean-section .section-head{margin-bottom:54px!important}
.kicker-text{
  display:block;
  color:#0ea5e9;
  letter-spacing:.34em;
  font-size:14px;
  line-height:1.2;
  font-weight:850;
  text-transform:uppercase;
  margin-bottom:14px;
}
.transparency-clean-section h2{
  max-width:560px;
  margin:0 auto!important;
  font-size:clamp(30px,3.2vw,42px)!important;
  line-height:1.08!important;
  letter-spacing:-.035em!important;
  color:#00192d!important;
}
.transparency-card-grid{
  max-width:1020px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:22px;
}
.transparency-card{
  display:grid;
  grid-template-columns:40px 1fr;
  gap:18px;
  align-items:flex-start;
  text-align:left;
  min-height:148px;
  padding:28px 30px;
  background:#fff;
  border:1px solid #cbdced;
  border-radius:16px;
  box-shadow:0 14px 32px rgba(15,23,42,.08);
}
.transparency-icon{
  width:40px;
  height:40px;
  border-radius:999px;
  display:grid;
  place-items:center;
  background:#ecfeff;
  color:#0ea5e9;
  flex:0 0 auto;
}
.transparency-icon svg{
  width:22px;
  height:22px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.transparency-card h3{
  margin:2px 0 16px;
  color:#00192d;
  font-size:18px;
  line-height:1.25;
  font-weight:900;
}
.transparency-card p{
  margin:0;
  color:#002645;
  font-size:16px;
  line-height:1.55;
}
.transparency-links{
  display:flex;
  gap:24px;
  align-items:center;
  justify-content:center;
  margin-top:42px;
  color:#0076b6;
  font-size:16px;
}
.transparency-links a{
  color:#0076b6;
  font-weight:750;
}
.transparency-links a:hover{text-decoration:underline}

@media(max-width:850px){
  .transparency-clean-section{padding:72px 18px!important}
  .transparency-card-grid{grid-template-columns:1fr}
  .transparency-card{padding:24px 22px}
  .transparency-links{flex-direction:column;gap:10px}
  .transparency-links span{display:none}
}
