/* ─── RESET & BASE ─────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Open Sans', sans-serif; font-size: 14px; color: #333; background: #fff; }
a { color: inherit; text-decoration: none; }
ul { padding-left: 20px; }
li { margin-bottom: 6px; line-height: 1.6; }
p  { margin-bottom: 10px; line-height: 1.7; }

.container { max-width: 1100px; margin: 0 auto; padding: 0 15px; }

/* ─── TOP BAR ───────────────────────────────────────────── */
.topbar { background: #222; color: #ccc; font-size: 12px; padding: 4px 0; }
.topbar-inner { max-width: 1100px; margin: 0 auto; padding: 0 15px; display: flex; justify-content: space-between; }

/* ─── HEADER ────────────────────────────────────────────── */
.site-header { background: #fff; border-bottom: 3px solid #1a5276; padding: 12px 0; }
.site-header .container { display: flex; align-items: center; justify-content: space-between; }
.logo-area { display: flex; align-items: center; gap: 12px; }
.logo-circle { width: 56px; height: 56px; border-radius: 50%; background: #1a5276; color: #fff; font-weight: 700; font-size: 18px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.logo-text strong { font-size: 15px; color: #1a5276; letter-spacing: 1px; }

/* ─── HERO SECTION ──────────────────────────────────────── */
.hero-section { background: #f5f5f5; padding: 30px 0; }
.hero-grid { display: grid; grid-template-columns: 1fr 340px; gap: 30px; align-items: start; }

/* LEFT */
.petition-title { font-size: 22px; font-weight: 700; color: #c0392b; text-transform: uppercase; margin-bottom: 20px; line-height: 1.3; }

.hero-banner { background: #1a3a6b; color: #fff; border-radius: 6px; overflow: hidden; margin-bottom: 20px; padding: 40px 20px; text-align: center; }
.banner-text { font-size: 28px; font-weight: 700; color: #5dade2; letter-spacing: 3px; }

.section-heading { font-size: 15px; font-weight: 700; text-transform: uppercase; padding: 6px 12px; margin: 20px 0 12px; border-radius: 3px; display: inline-block; }
.section-heading.orange { background: #e67e22; color: #fff; }
.section-heading.blue   { background: #1a5276; color: #fff; }

.benefit-heading { font-size: 13px; font-weight: 700; color: #c0392b; margin: 14px 0 6px; text-transform: uppercase; }

.updates-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 12px; }
.update-card { background: #eaf4fb; border-left: 4px solid #1a5276; padding: 10px 12px; font-size: 12px; line-height: 1.5; border-radius: 3px; }

/* RIGHT: FORM BOX */
.form-box { background: #fff; border: 1px solid #ddd; border-radius: 6px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,.1); }
.form-header { background: #1a5276; color: #fff; padding: 14px 16px; text-align: center; }
.form-header h2 { font-size: 16px; letter-spacing: 1px; margin-bottom: 4px; }
.counter { font-size: 11px; color: #aee6ff; font-weight: 600; }

.form-box form { padding: 14px 16px; }
.form-box input[type="text"],
.form-box input[type="email"] {
  width: 100%; padding: 8px 10px; margin-bottom: 8px;
  border: 1px solid #ccc; border-radius: 3px; font-size: 13px;
  font-family: inherit;
  transition: border-color .2s;
}
.form-box input:focus { outline: none; border-color: #1a5276; }

.checkbox-label { font-size: 11px; font-weight: 700; color: #c0392b; margin: 10px 0 6px; text-transform: uppercase; }
.checkbox-row { display: flex; align-items: flex-start; gap: 7px; font-size: 12px; margin-bottom: 7px; line-height: 1.4; cursor: pointer; }
.checkbox-row input[type="checkbox"] { margin-top: 2px; flex-shrink: 0; }

.btn-submit {
  width: 100%; padding: 12px; background: #e67e22; color: #fff;
  border: none; border-radius: 4px; font-size: 15px; font-weight: 700;
  cursor: pointer; letter-spacing: 1px; margin-top: 10px;
  transition: background .2s;
}
.btn-submit:hover { background: #ca6f1e; }

.social-icons { display: flex; gap: 6px; justify-content: center; margin-top: 12px; flex-wrap: wrap; }
.social-icons a { width: 30px; height: 30px; background: #1a5276; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; }
.social-icons a:hover { background: #e67e22; }

.read-petition { border-top: 1px solid #ddd; padding: 14px 16px; background: #fafafa; }
.read-petition h3 { font-size: 14px; font-weight: 700; color: #1a5276; margin-bottom: 6px; }
.read-petition p  { font-size: 12px; margin-bottom: 4px; }

/* ALERTS */
.alert { padding: 10px 14px; margin: 0 16px 10px; border-radius: 4px; font-size: 13px; font-weight: 600; }
.alert-success { background: #d4efdf; color: #1e8449; border: 1px solid #a9dfbf; }
.alert-error   { background: #fadbd8; color: #922b21; border: 1px solid #f1948a; }

/* ─── INTERNATIONAL SECTION ─────────────────────────────── */
.intl-section { background: #fff; padding: 40px 0; }
.section-center-heading { text-align: center; font-size: 20px; font-weight: 700; color: #1a5276; text-transform: uppercase; margin-bottom: 12px; }
.intl-subtitle { text-align: center; color: #555; font-size: 13px; margin-bottom: 24px; max-width: 700px; margin-left: auto; margin-right: auto; }
.intl-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.intl-card { border: 1px solid #ddd; border-radius: 6px; padding: 14px; font-size: 13px; line-height: 1.5; }
.flag-label { font-size: 12px; font-weight: 700; text-transform: uppercase; margin-bottom: 8px; padding-bottom: 6px; border-bottom: 2px solid #1a5276; color: #1a5276; }
.view-list-link { display: inline-block; margin-top: 8px; color: #e67e22; font-weight: 600; font-size: 12px; }
.view-list-link:hover { text-decoration: underline; }

/* ─── HOW IT WORKS ──────────────────────────────────────── */
.how-section { background: #f0f4f8; padding: 40px 0; }
.how-steps { display: flex; align-items: center; justify-content: center; gap: 16px; margin: 24px 0 30px; flex-wrap: wrap; }
.how-step { text-align: center; background: #1a5276; color: #fff; border-radius: 8px; padding: 20px 24px; min-width: 160px; }
.step-icon { font-size: 32px; margin-bottom: 10px; }
.how-step p { font-size: 12px; font-weight: 700; margin: 0; }
.step-arrow { font-size: 28px; color: #1a5276; font-weight: 700; }

.quote-block { background: #fff; border-radius: 8px; padding: 24px; display: flex; gap: 20px; align-items: center; max-width: 700px; margin: 0 auto; box-shadow: 0 2px 8px rgba(0,0,0,.08); }
.quote-avatar { width: 60px; height: 60px; border-radius: 50%; background: #1a5276; color: #fff; font-weight: 700; font-size: 16px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.quote-text blockquote { font-size: 14px; font-style: italic; color: #333; margin-bottom: 8px; line-height: 1.6; }
.quote-text cite { font-size: 12px; color: #777; }

/* ─── OPINIONS ──────────────────────────────────────────── */
.opinions-section { background: #fff; padding: 40px 0; }
.opinions-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 24px; }
.opinion-card { border: 1px solid #e0e0e0; border-radius: 6px; padding: 14px; font-size: 13px; }
.opinion-quote { font-style: italic; color: #555; margin-bottom: 12px; line-height: 1.6; }
.opinion-quote::before { content: '\201C'; font-size: 20px; color: #1a5276; font-style: normal; }
.opinion-author { display: flex; align-items: center; gap: 10px; }
.author-avatar { width: 40px; height: 40px; border-radius: 50%; background: #1a5276; color: #fff; font-weight: 700; font-size: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.opinion-author strong { font-size: 13px; color: #1a5276; }
.opinion-author span  { font-size: 11px; color: #777; }
.org { color: #e67e22 !important; font-weight: 700; }

/* ─── FOOTER ────────────────────────────────────────────── */
.site-footer-bar { background: #1a3a6b; color: #aaa; text-align: center; padding: 16px; font-size: 12px; }

/* ─── RESPONSIVE ────────────────────────────────────────── */
@media (max-width: 900px) {
  .hero-grid   { grid-template-columns: 1fr; }
  .intl-grid   { grid-template-columns: 1fr 1fr; }
  .opinions-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .intl-grid   { grid-template-columns: 1fr; }
  .updates-grid { grid-template-columns: 1fr; }
  .how-steps   { flex-direction: column; }
  .step-arrow  { transform: rotate(90deg); }
  .quote-block { flex-direction: column; text-align: center; }
}
