:root {
  --bg: #f6f7fb;
  --text: #0b1220;
  --muted: #6b7280;
  --line: #e7ecf3;
  --shadow: 0 22px 70px rgba(11, 18, 32, .12);
  --teal: #2f7d6d;
  --teal-2: #1f6b5d;
  --red: #e11d2e;
  --card: #ffffff;
  --radius: 18px;
  --max: 1200px;
}

* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
  color: var(--text);
  background: #fff;
}

a {
  color: inherit;
}

[hidden] {
  display: none !important;
}

.wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 20px;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.header-inner {
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-mark svg {
  width: 40px;
  height: 40px;
}

.brand-text {
  display: flex;
  align-items: baseline;
  gap: 6px;
  font-weight: 800;
  letter-spacing: -.02em;
  font-size: 28px;
  line-height: 1;
}

.brand-family {
  color: var(--text);
}

.brand-safety {
  color: var(--red);
  font-family: ui-serif, Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: 800;
  transform: translateY(1px);
}

.brand-initiative {
  color: var(--text);
}

.nav {
  display: flex;
  align-items: center;
  gap: 26px;
}

.nav-desktop {
  display: flex !important;
  align-items: center;
  gap: 28px;
}

.nav-link {
  text-decoration: none;
  font-weight: 700;
  color: #5b6b7a;
  font-size: 18px;
  padding: 10px 2px;
}

.nav-link:hover {
  color: var(--teal);
}

.nav-cta {
  height: 52px;
  padding: 0 22px;
  border-radius: 18px;
  font-size: 18px;
  font-weight: 800;
  box-shadow: 0 18px 50px rgba(11, 18, 32, .14);
  transform: translateY(1px);
}

.nav-toggle {
  display: none !important;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: #fff;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  height: 2px;
  margin: 7px 10px;
  background: #111827;
  border-radius: 999px;
}

.mobile-nav {
  display: none !important;
  border-top: 1px solid var(--line);
  padding: 12px 20px 18px;
  flex-direction: column;
  gap: 10px;
  background: #fff;
}

.mobile-nav a {
  text-decoration: none;
  padding: 10px 12px;
  border-radius: 12px;
  font-weight: 700;
  color: #475569;
}

.mobile-nav a:hover {
  background: #f2f5fb;
  color: var(--teal);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  background: #d7d9dc;
}

.wrap {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
}

.hero {
  position: relative;
  min-height: 650px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-image: url("assets/img/hero.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.42)),
    linear-gradient(to right,
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.12) 18%,
      rgba(0, 0, 0, 0.12) 82%,
      rgba(0, 0, 0, 0.28));
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 50px 0 38px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 10px 22px;
  margin-bottom: 28px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

.badge-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  color: #ffffff;
  opacity: 0.95;
}

.hero-title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(54px, 8vw, 88px);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.hero-accent {
  display: inline-block;
  margin-top: 10px;
  color: #73e6dc;
}

.hero-sub {
  width: min(940px, 100%);
  margin: 28px auto 0;
  color: rgba(255, 255, 255, 0.96);
  font-size: clamp(22px, 2.2vw, 27px);
  line-height: 1.55;
  font-weight: 400;
}

.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 38px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
  padding: 0 28px;
  border-radius: 20px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  transition: 0.2s ease;
}

.btn-lg {
  min-width: 285px;
}

.btn-primary {

  background: #3f8f7d;
  border: 1px solid #3f8f7d;
  color: #ffffff;
  box-shadow: 0 10px 25px rgba(63, 143, 125, 0.18);
}

.btn-primary:hover {
  transform: translateY(-1px);
  background: #377f6f;
  border-color: #377f6f;
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  backdrop-filter: blur(8px);
}

.btn-ghost:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.45);
}

.hero-scroll {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.2;
}

.hero-arrow {
  font-size: 28px;
  line-height: 1;
  opacity: 0.85;
}

@media (max-width: 991px) {
  .hero {
    min-height: auto;
    padding: 50px 0 40px;
  }

  .hero-inner {
    padding: 20px 0 10px;
  }

  .hero-title {
    font-size: clamp(44px, 10vw, 70px);
  }

  .hero-sub {
    max-width: 760px;
    font-size: 20px;
    line-height: 1.45;
  }

  .btn-lg {
    min-width: 250px;
  }
}

@media (max-width: 767px) {
  .wrap {
    width: min(100% - 24px, 1000px);
  }

  .hero-badge {
    min-height: 42px;
    padding: 9px 16px;
    margin-bottom: 20px;
    gap: 8px;
    font-size: 14px;
  }

  .hero-title {
    font-size: clamp(36px, 12vw, 54px);
    line-height: 1.02;
  }

  .hero-accent {
    margin-top: 6px;
  }

  .hero-sub {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.45;
  }

  .hero-actions {
    margin-top: 28px;
    gap: 14px;
  }

  .btn {
    width: 100%;
    min-height: 62px;
    border-radius: 18px;
    font-size: 17px;
  }

  .btn-lg {
    min-width: 0;
  }

  .hero-scroll {
    margin-top: 24px;
    font-size: 15px;
  }

  .hero-arrow {
    font-size: 24px;
  }
}

/* Sections */
.section {
  padding: 78px 0;
  background: #fff;
}

.section-title {
  text-align: center;
  font-size: 52px;
  letter-spacing: -.03em;
  margin: 0;
  color: #2a5560;
  font-weight: 800;
}

.section-subtitle {
  text-align: center;
  color: #5b6b7a;
  margin: 12px auto 0;
  max-width: 820px;
  font-size: 18px;
}

.section-quote {
  text-align: center;
  color: #506174;
  font-size: 20px;
  line-height: 1.8;
  max-width: 860px;
  margin: 14px auto 0;
}

/* Mission cards */
.cards-grid {
  margin-top: 44px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.icon-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 30px 26px;
  text-align: center;
  box-shadow: 0 16px 40px rgba(11, 18, 32, .06);
}

.icon-bubble {
  width: 62px;
  height: 62px;
  border-radius: 16px;
  margin: 0 auto 16px;
  display: grid;
  place-items: center;
  color: var(--teal);
  background: rgba(47, 125, 109, .10);
}

.icon-card h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 800;
}

.icon-card p {
  margin: 12px 0 0;
  color: #6b7280;
  line-height: 1.75;
  font-size: 15px;
}

/* Resources tabs */
.resources {
  background: #fff;
}

.tabs {
  margin: 34px auto 0;
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.tab {
  appearance: none;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 800;
  color: #475569;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 12px 28px rgba(11, 18, 32, .06);
}

.tab:hover {
  border-color: #d5dde8;
}

.tab.is-active {
  background: var(--teal);
  border-color: transparent;
  color: #fff;
}

.tab-ic {
  filter: saturate(1.1);
}

.resource-panels {
  margin-top: 34px;
}

.panel {
  display: none;
}

.panel.is-active {
  display: block;
}

.articles-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.article-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 28px 26px;
  box-shadow: 0 16px 44px rgba(11, 18, 32, .08);
}

.article-ic {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: rgba(47, 125, 109, .10);
  color: var(--teal);
  font-size: 22px;
  margin-bottom: 16px;
}

.article-card h3 {
  margin: 0;
  font-size: 22px;
  letter-spacing: -.01em;
  line-height: 1.35;
}

.article-card p {
  margin: 12px 0 18px;
  color: #6b7280;
  line-height: 1.8;
}

.article-link {
  color: var(--teal);
  text-decoration: none;
  font-weight: 800;
}

.article-link:hover {
  text-decoration: underline;
}

/* Impact band */
.impact {
  padding: 86px 0 96px;
  background: var(--teal);
  position: relative;
  overflow: hidden;
}

.impact::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(rgba(255, 255, 255, .14) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: .55;
}

.impact .wrap {
  position: relative;
}

.impact-title {
  text-align: center;
  color: #fff;
  margin: 0;
  font-size: 60px;
  letter-spacing: -.03em;
}

.impact-sub {
  text-align: center;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, .85);
  font-size: 18px;
}

.impact-grid {
  margin-top: 46px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.impact-card {
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .10);
  padding: 34px 26px;
  text-align: center;
  backdrop-filter: blur(10px);
}

.impact-ic {
  font-size: 26px;
  opacity: .95;
}

.impact-num {
  margin-top: 14px;
  font-size: 54px;
  font-weight: 900;
  letter-spacing: -.03em;
  color: #fff;
}

.impact-label {
  margin-top: 10px;
  color: rgba(255, 255, 255, .85);
  font-weight: 700;
}

/* Alerts form */
.alerts {
  background: var(--bg);
}

.alerts-head {
  text-align: center;
  margin-bottom: 22px;
}

.alerts-ic {
  width: 62px;
  height: 62px;
  border-radius: 16px;
  margin: 0 auto 14px;
  display: grid;
  place-items: center;
  background: rgba(47, 125, 109, .12);
  color: var(--teal);
  font-size: 24px;
}

.alerts-title {
  margin: 0;
  font-size: 52px;
  color: #2a5560;
  letter-spacing: -.03em;
}

.alerts-sub {
  margin: 10px auto 0;
  max-width: 700px;
  color: #5b6b7a;
  font-size: 18px;
}

.form-card {
  margin: 30px auto 0;
  max-width: 980px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 30px;
  box-shadow: var(--shadow);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.field label {
  display: block;
  font-weight: 800;
  margin: 0 0 8px;
  color: #0b1220;
}

.req {
  color: var(--red);
}

.field input,
.field select {
  width: 100%;
  height: 52px;
  border-radius: 14px;
  border: 1px solid #dbe4ef;
  background: #fff;
  padding: 0 14px;
  outline: none;
  font-size: 16px;
  color: #0b1220;
}

.field select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 46px;
  background-image:
    linear-gradient(45deg, transparent 50%, #5b6b7a 50%),
    linear-gradient(135deg, #5b6b7a 50%, transparent 50%);
  background-position:
    calc(100% - 20px) calc(50% - 3px),
    calc(100% - 14px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.field input:focus,
.field select:focus {
  border-color: rgba(47, 125, 109, .65);
  box-shadow: 0 0 0 4px rgba(47, 125, 109, .14);
}

.field select:disabled {
  background-color: #f8fafc;
  color: #94a3b8;
  cursor: not-allowed;
}

.span-2 {
  grid-column: span 2;
}

.form-section {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.form-section-title {
  margin: 0 0 14px;
  font-size: 16px;
  color: #0b1220;
  letter-spacing: .02em;
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.choice {
  display: block;
  cursor: pointer;
}

.choice input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.choice-box {
  min-height: 60px;
  border-radius: 16px;
  border: 1px solid #dbe4ef;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: #fff;
}

.choice-ic {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: rgba(47, 125, 109, .10);
  color: var(--teal);
  flex: 0 0 32px;
}

.choice-tx {
  font-weight: 800;
  color: #0b1220;
}

.choice input:checked+.choice-box {
  border-color: rgba(47, 125, 109, .75);
  box-shadow: 0 0 0 4px rgba(47, 125, 109, .12);
}

.tcpa {
  margin-top: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 16px 16px 6px;
}

.tcpa-row {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 10px 4px;
  color: #5b6b7a;
  line-height: 1.55;
  font-size: 13px;
}

.tcpa-row input {
  margin-top: 3px;
}

.tcpa a {
  color: #2a5560;
  font-weight: 800;
}

/* Footer */
.site-footer {
  background: #fff;
  border-top: 1px solid var(--line);
}

.footer-inner {
  padding: 56px 20px 28px;
}

.footer-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}

.footer-brand {
  display: flex;
  gap: 16px;
  max-width: 560px;
}

.footer-name {
  font-weight: 900;
  font-size: 28px;
  letter-spacing: -.02em;
}

.footer-desc {
  margin: 10px 0 0;
  color: #6b7280;
  line-height: 1.7;
}

.footer-links {
  display: flex;
  gap: 42px;
}

.footer-col h4 {
  margin: 0 0 12px;
  font-size: 14px;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #0b1220;
}

.footer-col a {
  display: block;
  text-decoration: none;
  color: #475569;
  padding: 8px 0;
  font-weight: 600;
}

.footer-col a:hover {
  color: var(--teal);
}

.footer-bottom {
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  text-align: center;
}

.footer-nav {
  display: flex;
  justify-content: center;
  gap: 22px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.footer-nav a {
  text-decoration: none;
  color: #475569;
  font-weight: 700;
}

.footer-nav a:hover {
  color: var(--teal);
}

.footer-love {
  color: #6b7280;
  margin: 10px 0 8px;
}

.heart {
  color: var(--red);
  font-weight: 900;
}

.footer-copy {
  color: #94a3b8;
  font-size: 13px;
}

/* Responsive */
@media (max-width: 980px) {
  .hero-title {
    font-size: 52px;
  }

  .cards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .articles-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .impact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-top {
    flex-direction: column;
    align-items: center;
  }

  .footer-brand {
    text-align: center;
    align-items: center;
    flex-direction: column;
  }

  .footer-links {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 720px) {
  .nav-desktop {
    display: none !important;
  }

  .nav-toggle {
    display: block !important;
  }

  .mobile-nav {
    display: flex !important;
    flex-direction: column;
    gap: 10px;
    padding: 12px 20px 18px;
    border-top: 1px solid var(--line);
    background: #fff;
  }

  .mobile-nav[hidden] {
    display: none !important;
  }

  .hero-inner {
    padding: 72px 20px;
  }

  .hero-title {
    font-size: 44px;
  }

  .section-title {
    font-size: 40px;
  }

  .impact-title {
    font-size: 44px;
  }

  .articles-grid {
    grid-template-columns: 1fr;
  }

  .cards-grid {
    grid-template-columns: 1fr;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .span-2 {
    grid-column: auto;
  }

  .choice-grid {
    grid-template-columns: 1fr;
  }

  .brand-text {
    font-size: 22px;
    flex-wrap: wrap;
    gap: 4px;
  }

  .header-inner {
    height: 76px;
  }

  .footer-links {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
}

.ty-page {
  background:
    radial-gradient(circle at top center, rgba(212, 221, 235, 0.95) 0%, rgba(232, 236, 243, 0.96) 32%, #edf1f7 100%);
}

.ty-section {
  padding: 72px 0 96px;
}

.ty-shell {
  max-width: 1360px;
  margin: 0 auto;
  padding: 14px;
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(210, 218, 232, 0.72), rgba(197, 207, 224, 0.72));
  box-shadow:
    0 30px 70px rgba(66, 84, 119, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.ty-card {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(193, 202, 217, 0.65);
  border-radius: 28px;
  min-height: 560px;
  padding: 88px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.ty-icon {
  color: #9bcfa4;
  margin-bottom: 26px;
  line-height: 1;
}

.ty-title {
  margin: 0;
  color: #10172d;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.ty-text {
  max-width: 860px;
  margin: 22px auto 0;
  color: #4d576a;
  font-size: clamp(22px, 2.3vw, 30px);
  line-height: 1.45;
  font-weight: 600;
}

.ty-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.ty-page .btn-lg {
  min-width: 250px;
}

.ty-page .btn-primary {
  background: linear-gradient(180deg, #ff4a4f 0%, #e11d2e 100%);
  border-color: #e11d2e;
  box-shadow: 0 16px 34px rgba(225, 29, 46, 0.24);
}

.ty-page .btn-primary:hover {
  background: linear-gradient(180deg, #ff4147 0%, #cf1628 100%);
  border-color: #cf1628;
}

.ty-ghost {
  background: rgba(255, 255, 255, 0.5);
  color: #11182d;
  border: 1px solid rgba(201, 207, 217, 0.95);
  backdrop-filter: blur(6px);
}

.ty-ghost:hover {
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(176, 185, 199, 0.95);
}

@media (max-width: 991px) {
  .ty-section {
    padding: 52px 0 72px;
  }

  .ty-card {
    min-height: 480px;
    padding: 72px 26px;
  }

  .ty-text {
    max-width: 760px;
  }
}

@media (max-width: 767px) {
  .ty-shell {
    padding: 10px;
    border-radius: 22px;
  }

  .ty-card {
    min-height: auto;
    padding: 54px 20px;
    border-radius: 20px;
  }

  .ty-icon svg {
    width: 52px;
    height: 52px;
  }

  .ty-title {
    font-size: clamp(34px, 11vw, 48px);
  }

  .ty-text {
    font-size: 18px;
    line-height: 1.5;
  }

  .ty-actions {
    width: 100%;
    gap: 12px;
  }

  .ty-page .btn-lg {
    min-width: 0;
    width: 100%;
  }
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.brand-mark img {
  display: block;

  height: 70px;
  object-fit: contain;
}

.footer-logo {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.footer-logo img {
  display: block;

  height: 70px;
  object-fit: contain;
}

.about-page {
  background: #f3f5fb;
}

.about-section {
  padding: 56px 0 88px;
}

.about-intro {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 28px;
}

.about-intro-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7ebec;
  border: 1px solid #f1c9cf;
  color: #4f8fe8;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(31, 41, 55, 0.04);
  flex: 0 0 auto;
}

.about-title {
  margin: 0;
  color: #0f172d;
  font-size: clamp(36px, 5vw, 54px);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.about-subtitle {
  max-width: 860px;
  margin: 16px 0 0;
  color: #697384;
  font-size: clamp(19px, 2vw, 22px);
  line-height: 1.55;
  font-weight: 500;
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 26px;
}

.about-card {
  min-height: 376px;
  padding: 26px 22px 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid #e2e8f2;
  box-shadow: 0 12px 30px rgba(26, 35, 58, 0.05);
}

.about-card h2 {
  margin: 0 0 14px;
  color: #131b2d;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.about-card p,
.about-list {
  margin: 0;
  color: #697384;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
}

.about-list {
  padding-left: 22px;
}

.about-list li+li {
  margin-top: 6px;
}

.about-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 26px;
}

.about-page .btn-lg {
  min-width: 160px;
}

.about-page .btn-primary {
  background: linear-gradient(180deg, #ff4a4f 0%, #e11d2e 100%);
  border-color: #e11d2e;
  box-shadow: 0 16px 34px rgba(225, 29, 46, 0.2);
}

.about-page .btn-primary:hover {
  background: linear-gradient(180deg, #ff3c43 0%, #cd1325 100%);
  border-color: #cd1325;
}

.about-ghost {
  background: rgba(255, 255, 255, 0.7);
  color: #151c2d;
  border: 1px solid #d9dee8;
  backdrop-filter: blur(6px);
}

.about-ghost:hover {
  background: #ffffff;
  border-color: #cdd5e2;
}

@media (max-width: 1100px) {
  .about-grid {
    grid-template-columns: 1fr;
  }

  .about-card {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .about-section {
    padding: 40px 0 64px;
  }

  .about-intro {
    gap: 12px;
    margin-bottom: 22px;
  }

  .about-intro-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    font-size: 24px;
  }

  .about-title {
    font-size: clamp(30px, 10vw, 40px);
  }

  .about-subtitle {
    margin-top: 12px;
    font-size: 17px;
    line-height: 1.55;
  }

  .about-card {
    padding: 22px 18px;
    border-radius: 18px;
  }

  .about-card h2 {
    font-size: 22px;
  }

  .about-card p,
  .about-list {
    font-size: 17px;
    line-height: 1.7;
  }

  .about-actions {
    gap: 12px;
  }

  .about-page .btn-lg {
    width: 100%;
    min-width: 0;
  }
}

.contact-page {
  background: #f3f5fb;
}

.contact-section {
  padding: 56px 0 88px;
}

.contact-shell {
  overflow: hidden;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid #e3e8f2;
  box-shadow: 0 18px 40px rgba(26, 35, 58, 0.06);
}

.contact-head {
  padding: 20px 24px;
  background: linear-gradient(90deg, #fbfbfc 0%, #f7e9ea 100%);
  border-bottom: 1px solid #eceff5;
}

.contact-head-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.contact-head-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f8ecee;
  border: 1px solid #f1c9cf;
  color: #b68ae9;
  font-size: 20px;
  line-height: 1;
  flex: 0 0 auto;
}

.contact-title {
  margin: 0;
  color: #11182d;
  font-size: clamp(28px, 4vw, 38px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.contact-form {
  padding: 28px 26px 26px;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.contact-field input,
.contact-field textarea {
  width: 100%;
  border: 1px solid #dbe1ea;
  border-radius: 22px;
  background: #eef1f6;
  color: #11182d;
  font: inherit;
  padding: 0 20px;
  box-sizing: border-box;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.contact-field input {
  height: 64px;
  font-size: 18px;
}

.contact-field textarea {
  min-height: 190px;
  padding-top: 18px;
  padding-bottom: 18px;
  resize: vertical;
  font-size: 18px;
}

.contact-field input::placeholder,
.contact-field textarea::placeholder {
  color: #6e7788;
  opacity: 1;
}

.contact-field input:focus,
.contact-field textarea:focus {
  border-color: #c8d2e2;
  background: #f4f6fa;
  box-shadow: 0 0 0 4px rgba(225, 29, 46, 0.06);
}

.contact-field-full {
  grid-column: 1 / -1;
}

.contact-submit {
  margin-top: 24px;
  width: 100%;
  min-height: 64px;
  border-radius: 999px;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.02em;
  background: linear-gradient(180deg, #ff474d 0%, #e11d2e 100%);
  border-color: #e11d2e;
  box-shadow: 0 16px 34px rgba(225, 29, 46, 0.2);
}

.contact-submit:hover {
  background: linear-gradient(180deg, #ff3e45 0%, #cf1628 100%);
  border-color: #cf1628;
}

.contact-tcpa {
  margin-top: 18px;
}

.contact-tcpa-row {
  display: grid;
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 12px;
  color: #697384;
  font-size: 14px;
  line-height: 1.45;
}

.contact-tcpa-row input {
  margin-top: 3px;
  width: 16px;
  height: 16px;
}

.contact-tcpa-row a {
  color: #697384;
  text-decoration: underline;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 767px) {
  .contact-section {
    padding: 40px 0 64px;
  }

  .contact-shell {
    border-radius: 20px;
  }

  .contact-head {
    padding: 16px 18px;
  }

  .contact-head-inner {
    gap: 10px;
  }

  .contact-head-icon {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    font-size: 17px;
  }

  .contact-title {
    font-size: 24px;
    letter-spacing: 0.06em;
  }

  .contact-form {
    padding: 20px 16px 20px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .contact-field input {
    height: 58px;
    font-size: 17px;
  }

  .contact-field textarea {
    min-height: 170px;
    font-size: 17px;
  }

  .contact-submit {
    min-height: 58px;
    font-size: 18px;
  }

  .contact-tcpa-row {
    font-size: 13px;
    line-height: 1.5;
  }
}

.article-page {
  background: #f3f5fb;
}

.article-hero {
  padding: 52px 0 24px;
}

.article-hero-inner {
  max-width: 980px;
}

.article-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: #5f6c80;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
}

.article-back:hover {
  color: #1b2736;
}

.article-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 999px;
  background: #eef4f0;
  border: 1px solid #dbe7df;
  color: #2f7d6d;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 18px;
}

.article-badge-icon {
  font-size: 16px;
  line-height: 1;
}

.article-title {
  margin: 0;
  color: #0f172d;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.04em;
  max-width: 900px;
}

.article-subtitle {
  max-width: 820px;
  margin: 18px 0 0;
  color: #667385;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.6;
  font-weight: 500;
}

.article-body {
  padding: 12px 0 88px;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
  align-items: start;
}

.article-card-main,
.article-side-card {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid #e2e8f2;
  border-radius: 24px;
  box-shadow: 0 12px 30px rgba(26, 35, 58, 0.05);
}

.article-card-main {
  padding: 34px 30px;
}

.article-card-main p,
.article-card-main li {
  color: #5f6c80;
  font-size: 18px;
  line-height: 1.8;
}

.article-card-main h2 {
  margin: 32px 0 12px;
  color: #131b2d;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.article-card-main ul {
  margin: 0;
  padding-left: 22px;
}

.article-card-main li+li {
  margin-top: 4px;
}

.article-sidebar {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.article-side-card {
  padding: 24px 22px;
}

.article-side-card h3 {
  margin: 0 0 14px;
  color: #131b2d;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
}

.article-side-card p,
.article-checklist li {
  color: #5f6c80;
  font-size: 16px;
  line-height: 1.75;
}

.article-checklist {
  margin: 0;
  padding-left: 20px;
}

.article-checklist li+li {
  margin-top: 6px;
}

.article-cta-box {
  margin-top: 34px;
  padding: 26px 24px;
  border-radius: 22px;
  background: linear-gradient(180deg, #f7faf8 0%, #eef6f2 100%);
  border: 1px solid #dce8e1;
}

.article-cta-box h3 {
  margin: 0 0 10px;
  color: #131b2d;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
}

.article-cta-box p {
  margin: 0;
}

.article-cta-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.article-ghost-btn {
  background: rgba(255, 255, 255, 0.72);
  color: #151c2d;
  border: 1px solid #d9dee8;
}

.article-ghost-btn:hover {
  background: #ffffff;
  border-color: #cdd5e2;
}

@media (max-width: 991px) {
  .article-layout {
    grid-template-columns: 1fr;
  }

  .article-sidebar {
    order: 2;
  }
}

@media (max-width: 767px) {
  .article-hero {
    padding: 38px 0 20px;
  }

  .article-title {
    font-size: clamp(30px, 10vw, 42px);
  }

  .article-subtitle {
    font-size: 17px;
    line-height: 1.6;
  }

  .article-body {
    padding: 8px 0 64px;
  }

  .article-card-main {
    padding: 24px 18px;
    border-radius: 18px;
  }

  .article-card-main h2 {
    font-size: 24px;
    margin-top: 26px;
  }

  .article-card-main p,
  .article-card-main li {
    font-size: 16px;
    line-height: 1.75;
  }

  .article-side-card {
    padding: 20px 18px;
    border-radius: 18px;
  }

  .article-cta-actions .btn {
    width: 100%;
  }
}

.btn.btn-primary.btn-block.btn-xl {
  display: block;
  margin: 36px auto 0;
}