:root {
  --israel-blue: #0b55c4;
  --israel-blue-deep: #0038b8;
  --navy: #071f4f;
  --navy-2: #0b2d69;
  --ink: #12213d;
  --muted: #65738a;
  --gold: #c9952c;
  --gold-bright: #e7b84a;
  --cream: #fbf8f0;
  --soft: #f5f8fd;
  --line: #dce6f4;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(7, 31, 79, 0.13);
  --shadow-soft: 0 12px 34px rgba(7, 31, 79, 0.08);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Source Sans 3", ui-sans-serif, system-ui, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 16% 0%, rgba(231, 184, 74, 0.12), transparent 34rem),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 48%, #ffffff 100%);
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

a {
  text-decoration: none;
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

.demo-ribbon {
  background: linear-gradient(90deg, var(--navy), var(--navy-2));
  color: white;
  text-align: center;
  font-size: 13px;
  padding: 9px 16px;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.91);
  backdrop-filter: blur(18px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 16px 5vw;
  border-bottom: 1px solid rgba(220, 230, 244, 0.85);
  box-shadow: 0 8px 28px rgba(7, 31, 79, 0.045);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-logo {
  width: 235px;
  height: auto;
  display: block;
  object-fit: contain;
}

.brand-text {
  display: none;
}

.nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-weight: 800;
  color: var(--navy);
}

.nav a {
  position: relative;
  font-size: 15px;
  transition: color 0.2s ease;
}

.nav a:not(.nav-apply)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 2px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.22s ease;
}

.nav a:hover {
  color: var(--israel-blue-deep);
}

.nav a:hover::after {
  transform: scaleX(1);
}

.nav-apply {
  background: linear-gradient(135deg, var(--navy), var(--israel-blue-deep));
  color: #fff !important;
  padding: 13px 22px;
  border-radius: var(--radius);
  box-shadow: 0 14px 28px rgba(0, 56, 184, 0.18);
}

.nav-toggle {
  display: none;
  border: 1px solid var(--line);
  background: white;
  border-radius: 8px;
  font-size: 26px;
  color: var(--navy);
  line-height: 1;
  padding: 8px 11px;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(390px, 0.98fr);
  min-height: 680px;
  align-items: stretch;
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 251, 255, 0.94) 48%, rgba(7, 31, 79, 0.08) 100%);
  border-bottom: 1px solid var(--line);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(11, 85, 196, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11, 85, 196, 0.055) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(90deg, #000 0%, transparent 74%);
}

.hero-copy {
  position: relative;
  z-index: 1;
  padding: 94px 5vw 64px;
  align-self: center;
}

.eyebrow {
  text-transform: uppercase;
  color: var(--israel-blue-deep);
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.16em;
  margin: 0 0 14px;
}

.hero h1 {
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(46px, 5.2vw, 76px);
  line-height: 1.04;
  margin: 0;
  color: var(--navy);
  letter-spacing: -0.025em;
}

.hero-subtitle {
  font-size: clamp(22px, 2.2vw, 30px);
  max-width: 790px;
  margin: 26px 0 0;
  color: #253754;
  font-weight: 700;
  line-height: 1.25;
  white-space: nowrap;
}

.hero-subtitle-strong {
  margin-top: 10px;
  color: var(--navy);
  font-weight: 900;
}

.hero-credit-line {
  margin: 24px 0 0;
  display: inline-block;
  max-width: 710px;
  padding: 15px 18px;
  border: 1px solid rgba(201, 149, 44, 0.45);
  border-left: 5px solid var(--gold);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 248, 226, 0.9));
  color: #6f4c04;
  font-size: clamp(18px, 1.55vw, 22px);
  font-weight: 900;
  line-height: 1.38;
  box-shadow: var(--shadow-soft);
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin: 34px 0 28px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--navy);
  border-radius: var(--radius);
  padding: 15px 25px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.04em;
  cursor: pointer;
  min-height: 52px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover,
.amounts button:hover,
.link-button:hover {
  transform: translateY(-2px);
}

.btn.primary {
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  border-color: #b7841d;
  color: #14213b;
  box-shadow: 0 18px 34px rgba(201, 149, 44, 0.28);
}

.btn.secondary {
  background: #fff;
  color: var(--navy);
  box-shadow: 0 12px 28px rgba(7, 31, 79, 0.08);
}

.btn.full {
  width: 100%;
  background: linear-gradient(135deg, var(--navy), var(--israel-blue-deep));
  border-color: var(--navy);
  color: white;
}

.notice {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  max-width: 760px;
  color: #40506b;
  font-size: 15px;
}

.notice span {
  color: var(--gold);
  font-weight: 900;
}

.hero-images {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding: 46px 5vw 46px 0;
  align-items: stretch;
}

.student-card {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: transparent;
  box-shadow: 0 18px 45px rgba(0,0,0,0.12);
  height: 430px;
}

.student-card picture,
.student-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 22px;
}

.student-card figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  background: rgba(255, 255, 255, 0.92);
  padding: 10px 14px;
  border-radius: 8px;
  font-weight: 900;
  color: var(--navy);
  box-shadow: 0 10px 24px rgba(7, 31, 79, 0.16);
  text-align: center;
}

.quick-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: linear-gradient(100deg, var(--navy), #0d3e8f 58%, var(--israel-blue-deep));
  color: white;
  padding: 28px 5vw;
  gap: 18px;
}

.quick-links a {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 4px 16px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  transition: transform 0.2s ease, background 0.2s ease;
}

.quick-links a:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.13);
}

.quick-links span {
  grid-row: span 2;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(231, 184, 74, 0.8);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--gold-bright);
  font-weight: 900;
  font-size: 14px;
}

.quick-links strong {
  font-size: 19px;
}

.quick-links small {
  font-size: 14px;
  color: #e7efff;
}

.section {
  position: relative;
  padding: 82px 5vw;
}

.section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 5vw;
  right: 5vw;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201, 149, 44, 0.55), transparent);
}

.section.muted {
  background: linear-gradient(180deg, var(--soft), #ffffff);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(330px, 0.82fr);
  gap: 54px;
  align-items: start;
}

.section h2 {
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(31px, 3.4vw, 48px);
  line-height: 1.12;
  color: var(--navy);
  margin: 0 0 26px;
  letter-spacing: -0.02em;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.steps article,
.card,
.donation-card,
.application-form {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(220, 230, 244, 0.95);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow-soft);
}

.steps article,
.card {
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.steps article:hover,
.card:hover {
  transform: translateY(-4px);
  border-color: rgba(11, 85, 196, 0.28);
  box-shadow: var(--shadow);
}

.steps b {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--israel-blue), var(--navy));
  color: white;
  box-shadow: 0 10px 20px rgba(11, 85, 196, 0.22);
}

.steps h3,
.card h3 {
  color: var(--navy);
  font-size: 22px;
  line-height: 1.15;
  margin: 24px 0 8px;
}

.card p,
.steps p,
.donation-card p {
  color: var(--muted);
}

.donation-card {
  position: sticky;
  top: 108px;
  border: 1px solid rgba(201, 149, 44, 0.35);
  background:
    linear-gradient(180deg, rgba(255, 252, 244, 0.98), rgba(255, 255, 255, 0.98)),
    var(--white);
  box-shadow: 0 30px 80px rgba(7, 31, 79, 0.16);
}

.donation-card h2 {
  font-size: clamp(28px, 2.7vw, 38px);
}

.amounts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 20px 0 12px;
}

.amounts button {
  border: 1px solid #cdd8e9;
  background: white;
  border-radius: var(--radius);
  padding: 14px 10px;
  font-weight: 900;
  font-size: 16px;
  color: var(--navy);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.amounts button.active {
  background: linear-gradient(135deg, var(--navy), var(--israel-blue-deep));
  color: white;
  border-color: var(--navy);
  box-shadow: 0 12px 24px rgba(7, 31, 79, 0.2);
}

.fine-print {
  font-size: 13px;
  color: #48566b;
}

.demo-form {
  display: grid;
  gap: 12px;
}

.demo-form input,
.demo-form select,
.demo-form textarea,
.application-form input,
.application-form select,
.application-form textarea {
  width: 100%;
  border: 1px solid #d5dfec;
  border-radius: var(--radius);
  padding: 13px 14px;
  color: var(--ink);
  background: white;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.demo-form input:focus,
.demo-form select:focus,
.demo-form textarea:focus,
.application-form input:focus,
.application-form select:focus,
.application-form textarea:focus {
  outline: 0;
  border-color: var(--israel-blue);
  box-shadow: 0 0 0 4px rgba(11, 85, 196, 0.11);
}

.demo-form textarea {
  min-height: 118px;
  resize: vertical;
}

.demo-note {
  text-align: center;
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 0;
}

.section-head {
  max-width: 850px;
  margin-bottom: 32px;
}

.section-head p:not(.eyebrow) {
  font-size: 19px;
  color: var(--muted);
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.application-form {
  display: grid;
  gap: 24px;
}

.application-form fieldset {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
}

.application-form legend {
  font-size: 20px;
  color: var(--navy);
  font-weight: 900;
  padding: 0 10px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.checkbox {
  display: flex;
  gap: 10px;
  margin-top: 14px;
  color: #344052;
}

.checkbox input {
  width: auto;
  margin-top: 5px;
}

.link-button {
  border: 0;
  background: transparent;
  color: var(--israel-blue-deep);
  font-weight: 900;
  padding: 0;
  cursor: pointer;
  transition: transform 0.2s ease, color 0.2s ease;
}

.faq-list {
  display: grid;
  gap: 14px;
  max-width: 980px;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px 24px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(7, 31, 79, 0.05);
}

.faq-list summary {
  font-weight: 900;
  color: var(--navy);
  cursor: pointer;
}

.faq-list p {
  color: var(--muted);
}

.contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
  background: linear-gradient(135deg, #ffffff, #f7faff);
}

footer {
  background:
    linear-gradient(135deg, rgba(0, 56, 184, 0.2), transparent),
    #071a40;
  color: white;
  text-align: center;
  padding: 44px 5vw;
}

.footer-brand {
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 30px;
  font-weight: 700;
}

.footer-brand span {
  display: block;
  font-family: "Source Sans 3", ui-sans-serif, system-ui, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-top: 8px;
}

.toast {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: var(--navy);
  color: white;
  padding: 14px 18px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translateY(12px);
  transition: 0.25s;
  z-index: 40;
}

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

.hero-copy,
.student-card,
.quick-links a,
.section-head,
.steps article,
.card,
.donation-card,
.application-form,
.faq-list details,
.contact > * {
  animation: riseIn 0.72s ease both;
}

.student-card.girls,
.quick-links a:nth-child(2),
.steps article:nth-child(2),
.card:nth-child(2) {
  animation-delay: 0.08s;
}

.quick-links a:nth-child(3),
.steps article:nth-child(3),
.card:nth-child(3) {
  animation-delay: 0.16s;
}

@keyframes riseIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1100px) {
  .nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    padding: 20px 5vw;
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    align-items: flex-start;
    box-shadow: 0 18px 40px rgba(7, 31, 79, 0.12);
  }

  .nav.open {
    display: flex;
  }

  .nav-toggle {
    display: block;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .hero-copy {
    padding: 72px 5vw 34px;
  }

  .hero-images {
    padding: 0 5vw 54px;
    min-height: 430px;
  }

  .student-card {
    min-height: 430px;
  }

  .quick-links {
    grid-template-columns: repeat(2, 1fr);
  }

  .split,
  .contact {
    grid-template-columns: 1fr;
  }

  .donation-card {
    position: relative;
    top: auto;
  }

  .steps,
  .grid-3,
  .grid-2 {
    grid-template-columns: 1fr;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .site-header {
    padding: 14px 4vw;
  }

  .brand-logo {
    width: 190px;
    max-width: 72vw;
  }

  .hero-copy {
    padding: 48px 5vw 32px;
  }

  .hero h1 {
    font-size: 42px;
  }

  .hero-subtitle {
    white-space: normal;
    font-size: 21px;
  }

  .hero-actions {
    gap: 12px;
  }

  .hero-images {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 14px;
  }

  .student-card,
  .student-card.girls {
    min-height: 330px;
    margin-top: 0;
    border-radius: var(--radius);
  }

  .quick-links {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 56px 5vw;
  }

  .amounts {
    grid-template-columns: 1fr;
  }

  .btn {
    width: 100%;
  }

  .quick-links a {
    grid-template-columns: 50px 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}
.admin-zero {
  background: linear-gradient(135deg, #00205B 0%, #0038B8 100%);
  color: #fff;
  padding: 54px 0;
}
.admin-zero-inner {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 32px;
  align-items: center;
}
.admin-zero-badge {
  width: 128px;
  height: 128px;
  border-radius: 50%;
  border: 4px solid #F2A900;
  display: grid;
  place-items: center;
  font-size: 44px;
  font-weight: 900;
  color: #F2A900;
  background: rgba(255,255,255,.06);
}
.admin-zero h2, .endorsements h2 { margin: 0 0 12px; }
.admin-zero p { margin: 0; max-width: 860px; }
.endorsements { padding: 70px 0; background: #fff; }
.endorsement-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-top: 30px;
}
.endorsement-card {
  border: 1px solid rgba(0,32,91,.12);
  border-radius: 22px;
  padding: 26px;
  box-shadow: 0 16px 40px rgba(0,32,91,.08);
  background: linear-gradient(180deg, #fff, #f8fbff);
}
.org-logo-text {
  min-height: 62px;
  color: #0038B8;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.05;
  margin-bottom: 18px;
}
.endorsement-card a { color: #0038B8; font-weight: 800; text-decoration: none; }
@media (max-width: 900px) {
  .admin-zero-inner { grid-template-columns: 1fr; }
  .endorsement-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .endorsement-grid { grid-template-columns: 1fr; }
}
.site-header .brand {
  display: flex !important;
  align-items: center !important;
  width: auto !important;
  max-width: none !important;
}

.site-header .brand-logo {
  width: 260px !important;
  max-width: 260px !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  display: block !important;
}

.site-header .brand-text {
  display: none !important;
}
.site-header .brand-logo {
  width: 310px !important;
  max-width: 310px !important;
  height: auto !important;
  object-fit: contain !important;
  display: block !important;
}

.site-header .brand {
  display: flex !important;
  align-items: center !important;
  min-width: 310px !important;
}

.edgen-platform,
.white-label,
.downloads-section {
  padding: 88px 0;
}

.edgen-platform {
  background:
    radial-gradient(circle at 15% 20%, rgba(0, 56, 184, 0.08), transparent 28rem),
    linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
}

.platform-kicker {
  color: #0038B8;
  text-transform: uppercase;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  font-weight: 900;
  margin-bottom: 14px;
}

.edgen-platform h2,
.white-label h2,
.downloads-section h2 {
  color: #071f4f;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
  margin: 0 0 18px;
}

.platform-intro {
  max-width: 820px;
  color: #38506f;
  font-size: 1.18rem;
  line-height: 1.75;
  margin-bottom: 36px;
}

.platform-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.platform-card {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(0, 56, 184, 0.12);
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 18px 50px rgba(7, 31, 79, 0.09);
  min-height: 290px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.platform-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 26px 70px rgba(7, 31, 79, 0.14);
}

.platform-icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: linear-gradient(135deg, #FFC20E 0%, #E7B44A 100%);
  display: grid;
  place-items: center;
  font-size: 1.6rem;
  margin-bottom: 20px;
}

.platform-card h3 {
  color: #071f4f;
  font-size: 1.28rem;
  margin: 0 0 12px;
}

.platform-card p {
  color: #425875;
  line-height: 1.65;
  margin: 0;
}

.white-label {
  background: linear-gradient(135deg, #061b45 0%, #0038B8 100%);
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.white-label::after {
  content: "";
  position: absolute;
  right: -120px;
  top: -120px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  border: 70px solid rgba(255, 194, 14, 0.12);
}

.white-label-inner {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 42px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.white-label .platform-kicker {
  color: #FFC20E;
}

.white-label h2 {
  color: #ffffff;
}

.white-label p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.08rem;
  line-height: 1.75;
}

.white-label-panel {
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 30px;
  padding: 32px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(10px);
}

.white-label-panel h3 {
  color: #ffffff;
  margin-top: 0;
  font-size: 1.45rem;
}

.white-label-panel ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.white-label-panel li {
  padding: 12px 0 12px 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  position: relative;
  color: rgba(255, 255, 255, 0.9);
}

.white-label-panel li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #FFC20E;
  font-weight: 900;
}

.downloads-section {
  background:
    linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
}

.downloads-header {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 34px;
  align-items: end;
  margin-bottom: 34px;
}

.downloads-header p {
  color: #4b5f79;
  font-size: 1.05rem;
  line-height: 1.65;
}

.downloads-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.download-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #ffffff;
  border: 1px solid rgba(0, 56, 184, 0.14);
  border-radius: 22px;
  padding: 22px;
  text-decoration: none;
  color: #071f4f;
  box-shadow: 0 14px 38px rgba(7, 31, 79, 0.07);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.download-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 56, 184, 0.35);
  box-shadow: 0 22px 55px rgba(7, 31, 79, 0.12);
}

.download-card span {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #0038B8;
  color: #ffffff;
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 0.85rem;
}

.download-card strong {
  font-size: 1.08rem;
}

.download-card small {
  color: #526782;
  line-height: 1.45;
}

@media (max-width: 1000px) {
  .platform-grid,
  .downloads-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .white-label-inner,
  .downloads-header {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .edgen-platform,
  .white-label,
  .downloads-section {
    padding: 58px 0;
  }

  .platform-grid,
  .downloads-grid {
    grid-template-columns: 1fr;
  }

  .platform-card {
    min-height: auto;
  }
}
.site-header .brand-text {
  display: none !important;
}
