﻿:root {
  --bg: #eef4fb;
  --surface: #ffffff;
  --surface-soft: #f8fbff;
  --text: #0f172a;
  --muted: #475569;
  --primary: #2563eb;
  --primary-soft: #bfdbfe;
  --accent: #0891b2;
  --border: rgba(15, 23, 42, 0.08);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: radial-gradient(circle at top, rgba(37, 99, 235, 0.12), transparent 30%),
    radial-gradient(circle at bottom right, rgba(8, 145, 178, 0.1), transparent 20%),
    var(--bg);
  color: var(--text);
}

img {
  max-width: 100%;
}

body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: radial-gradient(circle at 20% 30%, rgba(0, 0, 0, 0.05), transparent 20%);
  opacity: 0.3;
}

.page-shell {
  width: min(1200px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 2rem 0 4rem;
}

.section {
  padding: 3rem;
  margin-bottom: 1.5rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 32px;
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.simple-reason {
  margin-top: 1.5rem;
}

.section:hover {
  transform: translateY(-3px);
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
}

.contact-card {
  padding: 1.5rem;
  border-radius: 24px;
  background: var(--surface-soft);
  border: 1px solid var(--border);
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.05);
}

.contact-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.1rem;
}

.contact-card p,
.contact-card ul {
  margin: 0 0 0.75rem;
  color: var(--muted);
  line-height: 1.6;
  padding: 0;
  list-style: none;
}

.contact-card li {
  margin-bottom: 0.5rem;
}

.contact-card a {
  color: var(--primary);
  font-weight: 600;
  text-decoration: none;
  word-break: break-word;
}

.contact-card a:hover {
  text-decoration: underline;
}

.contact-note {
  margin-top: 1rem;
  padding: 1rem 1.25rem;
  border-radius: 18px;
  background: rgba(37, 99, 235, 0.05);
  border: 1px solid rgba(37, 99, 235, 0.12);
  color: var(--muted);
}

.contact-actions {
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  position: relative;
}

.copy-toast {
  position: absolute;
  left: calc(15% + 1.75rem);
  top: 10%;
  background: #111827;
  color: #ffffff;
  padding: 10px 16px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translateY(-50%) translateX(10px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  pointer-events: none;
  z-index: 10;
  white-space: nowrap;
}

.copy-toast.show {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}

.petition-goal {
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 1rem;
}

.urgency {
  text-align: center;
  margin-top: 0.5rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.brand-tagline {
  margin: 0.25rem 0 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.4;
}

.hero {
  display: grid;
  gap: 2rem;
  align-items: center;
  grid-template-columns: 1fr;
  padding: 5rem;
  background: linear-gradient(180deg, rgba(59, 130, 246, 0.14), rgba(255, 255, 255, 1));
  border: 1px solid rgba(37, 99, 235, 0.16);
  box-shadow: 0 35px 65px rgba(15, 23, 42, 0.08);
  border-radius: 32px;
}

.hero-copy {
  max-width: 44rem;
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--primary);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0 0 1.5rem;
  font-size: clamp(2.25rem, 3.5vw, 3.8rem);
  line-height: 1.14;
  letter-spacing: 0.01em;
}

.hero h1 span {
  display: block;
  margin-top: 0.9rem;
}

.hero h1 span:first-child {
  margin-top: 0;
}

.hero-text {
  margin: 0 0 2rem;
  max-width: 36rem;
  color: var(--muted);
  line-height: 1.8;
}

.hero-stat {
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 1rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

.cta-strip {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  padding: 1.5rem;
  background: linear-gradient(90deg, #2563eb, #0891b2);
  color: white;
  border-radius: 24px;
  margin: 1.5rem 0;
}

.cta-strip p {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
}

.support-count {
  margin: 1rem 0 0;
  color: var(--muted);
  font-weight: 600;
}

.hero-panel {
  display: grid;
  gap: 1.25rem;
  min-height: 320px;
  padding: 2rem;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 246, 255, 0.98));
  border: 1px solid rgba(37, 99, 235, 0.14);
}

.hero-panel-card {
  padding: 1.75rem;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.06);
}

.hero-panel-card:first-child {
  border: 2px solid rgba(37, 99, 235, 0.25);
  box-shadow: 0 10px 30px rgba(37, 99, 235, 0.15);
}

.hero-panel-mini {
  background: rgba(37, 99, 235, 0.06);
}

.hero-panel-label {
  margin: 0 0 0.75rem;
  color: var(--primary);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-panel-card h3 {
  margin: 0 0 0.75rem;
  font-size: 1.25rem;
}

.hero-panel-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.section-header {
  margin-bottom: 1.5rem;
}

.section-header h2 {
  margin: 0;
  font-size: clamp(1.8rem, 2.5vw, 2.6rem);
}

.section-header p {
  margin: 0.75rem 0 0;
  color: var(--muted);
  line-height: 1.75;
  max-width: 64ch;
}

.info-grid,
.impact-grid,
.why-grid,
.action-grid,
.story-grid,
.support-grid,
.institute-grid,
.petition-card {
  display: grid;
  gap: 1.5rem;
}

.impact-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.why-grid,
.action-grid,
.institute-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.story-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.support-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.info-card,
.impact-card,
.why-card,
.action-card,
.institute-card,
.petition-card,
.petition-form,
.story-grid blockquote,
.stat-block {
  background: var(--surface-soft);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 1.8rem;
}


.impact-card,
.why-card,
.action-card,
.institute-card,
.story-grid blockquote,
.stat-block {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.impact-card:hover,
.why-card:hover,
.action-card:hover,
.institute-card:hover,
.story-grid blockquote:hover,
.info-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.info-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.petition-card {
  grid-template-columns: 1.35fr 0.9fr;
  align-items: start;
  padding: 1rem;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(37, 99, 235, 0.12);
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.08);
}

.petition-form {
  display: grid;
  gap: 1rem;
  padding: 1.75rem;
  background: #ffffff;
}

.form-intro {
  padding: 1.25rem 1rem;
  border-radius: 22px;
  background: var(--surface-soft);
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.form-intro h3 {
  margin: 0 0 0.5rem;
  font-size: 1.2rem;
}

.form-intro p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.petition-form label {
  display: grid;
  gap: 0.5rem;
  color: var(--text);
  padding: 1rem;
  background: var(--surface-soft);
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.petition-form input,
.petition-form select {
  width: 100%;
  padding: 0.95rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: #ffffff;
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.04);
  color: var(--text);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.petition-form input:focus,
.petition-form select:focus {
  outline: none;
  border-color: rgba(37, 99, 235, 0.6);
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.12);
}

.select-field {
  position: relative;
}

.select-field::after {
  content: "";
  position: absolute;
  top: calc(50% + 0.7rem);
  right: 1.5rem;
  width: 0.65rem;
  height: 0.65rem;
  border-right: 2px solid var(--muted);
  border-bottom: 2px solid var(--muted);
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
  transition: transform 0.25s ease, border-color 0.25s ease;
  z-index: 1;
}

.select-field:hover::after,
.select-field:focus-within::after {
  border-color: var(--primary);
}

.select-field:focus-within::after {
  transform: translateY(-50%) rotate(-135deg);
}

.select-field select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 2.75rem;
  background-image: none;
  background-color: transparent;
}

.select-field select::-ms-expand {
  display: none;
}

.select-field select::-ms-value {
  background: transparent;
}

.select-field select:focus {
  outline: none;
}

.checkbox-label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 1rem 1rem;
  border-radius: 18px;
  background: var(--surface-soft);
  border: 1px solid rgba(15, 23, 42, 0.08);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease,
    transform 0.15s ease;
  cursor: pointer;
}

.checkbox-label:hover {
  border-color: rgba(37, 99, 235, 0.35);
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
  transform: translateY(-1px);
}

.checkbox-label input {
  position: absolute;
  opacity: 0;
  width: 1rem;
  height: 1rem;
}

.checkbox-text {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  line-height: 1.5;
  color: var(--text);
  position: relative;
}

.checkbox-text::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 6px;
  border: 2px solid rgba(15, 23, 42, 0.25);
  background: #fff;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.checkbox-text::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg) scale(0);
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transition: transform 0.15s ease;
}

.checkbox-label input:checked + .checkbox-text {
  font-weight: 600;
}

.checkbox-label input:checked + .checkbox-text::before {
  background: linear-gradient(135deg, var(--primary), var(--accent));
  border-color: transparent;
}

.checkbox-label input:checked + .checkbox-text::after {
  transform: translateY(-50%) rotate(45deg) scale(1);
}

.checkbox-label:hover .checkbox-text::before {
  border-color: rgba(37, 99, 235, 0.35);
}


.petition-stats {
  display: grid;
  gap: 1rem;
  padding: 2rem;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(37, 99, 235, 0.05), rgba(255, 255, 255, 0.95));
  border: 1px solid rgba(37, 99, 235, 0.12);
}

.petition-note {
  margin-top: 1rem;
  color: var(--muted);
  line-height: 1.7;
}

.petition-security {
  font-size: 0.9rem;
  color: var(--muted);
  margin-top: 0.5rem;
}

.why-card h3 {
  margin-top: 0;
  margin-bottom: 0.75rem;
}

.stat-block {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  padding: 1.5rem;
  text-align: center;
}

.stat-block span {
  display: block;
  font-size: 2rem;
  font-weight: 700;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: none;
  border-radius: 999px;
  font-weight: 700;
  padding: 0.95rem 1.5rem;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.button.primary {
  background: linear-gradient(135deg, var(--primary), var(--accent));
  color: #fff;
}

.button.secondary {
  background: #ffffff;
  border: 1px solid rgba(37, 99, 235, 0.18);
  color: var(--text);
}

.button.secondary:hover {
  background: rgba(37, 99, 235, 0.12);
  border-color: rgba(37, 99, 235, 0.28);
}

.button.secondary.success {
  background: #ecfdf5;
  border-color: #34d399;
  color: #065f46;
}

.button.secondary.error {
  background: #fef2f2;
  border-color: #f87171;
  color: #991b1b;
}

.button.secondary:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.petition-form .button {
  font-size: 1.05rem;
  padding: 1.1rem 1.8rem;
}

.form-message {
  min-height: 1.6rem;
  color: var(--accent);
}

.site-header {
  width: 100%;
  padding: 1rem 1.5rem;
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.site-brand {
  font-weight: 800;
  letter-spacing: -0.02em;
}

.site-nav {
  display: flex;
  gap: 1rem;
}

.site-nav a {
  color: var(--text);
  text-decoration: none;
  font-weight: 600;
}

.site-nav a:hover {
  color: var(--primary);
}

.site-footer {
  width: min(1200px, calc(100% - 2rem));
  margin: 0 auto 3rem;
  padding: 2rem 0;
  color: var(--muted);
  text-align: center;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.footer-title {
  margin: 0 0 0.75rem;
  font-weight: 700;
}

@media (max-width: 980px) {
  .hero,
  .impact-grid,
  .info-grid,
  .why-grid,
  .action-grid,
  .petition-card,
  .institute-grid,
  .story-grid,
  .support-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding: 3rem;
  }
}

@media (max-width: 760px) {
  .page-shell {
    width: calc(100% - 1rem);
  }

  .button {
    width: 100%;
  }

  .site-header {
    flex-direction: column;
    gap: 0.75rem;
    align-items: flex-start;
  }

  .site-nav {
    flex-wrap: wrap;
  }
}
