:root{
  --green:#0b6b3a;
  --green-dark:#063f27;
  --green-soft:#e8f5ee;
  --orange:#f28c28;
  --cream:#fffaf3;
  --white:#ffffff;
  --ink:#1b2430;
  --muted:#637083;
  --border:#d9e5df;
  --shadow:0 28px 80px rgba(4,45,28,.14);
}
*{box-sizing:border-box}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  color:var(--ink);
  background:
    radial-gradient(circle at top left, rgba(242,140,40,.17), transparent 34%),
    radial-gradient(circle at top right, rgba(11,107,58,.18), transparent 38%),
    linear-gradient(180deg,#fff,#f4faf7 44%,#edf6f1);
  line-height:1.65;
}
.page{width:min(1180px,94vw);margin:0 auto;padding:30px 0 46px}.hero{text-align:center;padding:30px 18px 28px}.brand{display:inline-flex;align-items:center;justify-content:center;margin-bottom:22px}.brand img{width:min(270px,72vw);height:auto;display:block;filter:drop-shadow(0 10px 24px rgba(0,0,0,.10))}.kicker{display:inline-block;padding:8px 15px;border:1px solid rgba(11,107,58,.22);background:rgba(255,255,255,.78);border-radius:999px;color:var(--green-dark);font-size:.78rem;font-weight:900;letter-spacing:.11em;text-transform:uppercase}h1{max-width:920px;margin:18px auto 4px;color:var(--green-dark);font-size:clamp(2.35rem,5vw,5rem);line-height:1;letter-spacing:-.055em}.subtitle{margin:0 auto 18px;color:var(--orange);font-weight:900;font-size:clamp(1.15rem,2.1vw,1.75rem)}.lead{max-width:880px;margin:0 auto;color:#445161;font-size:1.12rem}.language-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin:30px auto 4px}.btn{display:inline-flex;align-items:center;justify-content:center;min-width:190px;padding:15px 24px;border-radius:999px;text-decoration:none;font-weight:950;font-size:1.03rem;box-shadow:0 12px 28px rgba(5,50,30,.12);transition:.2s ease}.btn:hover{transform:translateY(-2px)}.primary{background:linear-gradient(135deg,var(--green),var(--green-dark));color:#fff}.secondary{background:#fff;color:var(--green-dark);border:1px solid var(--border)}.notice-card{background:rgba(255,255,255,.92);border:1px solid rgba(11,107,58,.16);border-radius:26px;box-shadow:var(--shadow);padding:26px 30px;margin:4px auto 28px;max-width:980px;text-align:center}.notice-card p{margin:8px auto;color:#334155}.notice-card strong{color:var(--green-dark)}.content-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;align-items:start}.panel{background:rgba(255,255,255,.96);border:1px solid rgba(11,107,58,.16);border-radius:30px;box-shadow:var(--shadow);padding:32px}.panel .flag{font-size:2.1rem;margin-bottom:4px}.panel h2{margin:0 0 14px;color:var(--green-dark);font-size:2rem;line-height:1.1}.panel h3{margin:26px 0 8px;color:var(--green-dark);font-size:1.18rem}.panel p{margin:0 0 14px;color:#334155}.panel ul{margin:10px 0 0;padding-left:20px;color:#334155}.panel li{margin:7px 0}.english{background:linear-gradient(180deg,#fff,#fffaf3)}.inline-cta{display:inline-flex;margin-top:22px;color:#fff;background:linear-gradient(135deg,var(--green),var(--orange));border-radius:999px;padding:13px 18px;text-decoration:none;font-weight:950}.features{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:28px 0}.features div{background:rgba(255,255,255,.9);border:1px solid var(--border);border-radius:24px;padding:24px;box-shadow:0 18px 45px rgba(5,42,28,.08)}.features span{display:inline-flex;width:40px;height:40px;align-items:center;justify-content:center;border-radius:50%;background:var(--green-soft);color:var(--green-dark);font-weight:950}.features h3{margin:14px 0 6px;color:var(--green-dark)}.features p{margin:0;color:var(--muted)}.footer{text-align:center;color:var(--muted);padding:22px}.footer p{margin:4px 0}.footer a{color:var(--green-dark);font-weight:900}@media(max-width:860px){.content-grid,.features{grid-template-columns:1fr}.panel,.notice-card{padding:24px}.language-actions{flex-direction:column}.btn{width:100%}h1{font-size:2.45rem}.page{width:min(100%,94vw);padding-top:14px}.hero{padding-left:6px;padding-right:6px}}
.instructions-card{
  max-width:1080px;
  margin:4px auto 28px;
  padding:30px;
  border:2px solid rgba(242,140,40,.48);
  border-radius:30px;
  background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(255,250,243,.98));
  box-shadow:0 28px 80px rgba(116,65,10,.14);
}
.instructions-heading{display:flex;align-items:center;gap:16px;margin-bottom:22px}.instructions-icon{display:inline-flex;flex:0 0 54px;width:54px;height:54px;align-items:center;justify-content:center;border-radius:50%;background:linear-gradient(135deg,var(--orange),#d96c00);color:#fff;font-size:1.55rem;font-weight:950;box-shadow:0 12px 24px rgba(242,140,40,.25)}.instructions-heading .eyebrow{margin:0 0 2px;color:var(--orange);font-size:.77rem;font-weight:950;letter-spacing:.1em;text-transform:uppercase}.instructions-heading h2{margin:0;color:var(--green-dark);font-size:clamp(1.65rem,3vw,2.35rem);line-height:1.1}.instructions-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.instructions-grid>div{padding:22px;border:1px solid rgba(11,107,58,.14);border-radius:22px;background:rgba(255,255,255,.82)}.instructions-grid h3{margin:0 0 10px;color:var(--green-dark);font-size:1.25rem}.instructions-grid p{margin:0 0 12px;color:#334155}.instructions-grid ul{margin:12px 0 16px;padding-left:21px;color:#334155}.instructions-grid li{margin:8px 0}.contact-line{padding:12px 14px;border-radius:14px;background:var(--green-soft);font-weight:800}.contact-line a{color:var(--green-dark);font-weight:950}.help-message{margin:14px 0 0!important;color:var(--orange)!important;font-size:1.15rem;font-weight:950;text-align:center}.notice-card{margin-top:0}
@media(max-width:860px){.instructions-card{padding:22px}.instructions-grid{grid-template-columns:1fr}.instructions-heading{align-items:flex-start}.instructions-icon{flex-basis:46px;width:46px;height:46px}}
