:root {
  --why-ink: #203229;
  --why-text: #4e6056;
  --why-muted: #718078;
  --why-line: #dce6df;
  --why-soft-line: #e9efeb;
  --why-green: #277a4c;
  --why-green-dark: #185a38;
  --why-green-soft: #eef8f1;
  --why-green-pale: #f6faf7;
  --why-white: #ffffff;
  --why-shadow: 0 12px 36px rgba(22, 74, 46, .075);
  --why-shadow-hover: 0 17px 42px rgba(22, 74, 46, .11);
}

html {
  scroll-padding-top: 24px;
}

body.why-page {
  min-width: 280px;
  margin: 0;
  color: var(--why-text);
  background:
    radial-gradient(circle at 8% 8%, rgba(46, 187, 78, .045), transparent 22%),
    #f3f6f4;
}

.why-page svg {
  display: block;
}

.why-skip-link {
  position: fixed;
  top: 10px;
  left: 16px;
  z-index: 100;
  padding: 9px 14px;
  border-radius: 9px;
  color: #ffffff;
  background: var(--why-green-dark);
  font-size: .8rem;
  font-weight: 700;
  text-decoration: none;
  transform: translateY(-150%);
  transition: transform .18s ease;
}

.why-skip-link:focus {
  transform: translateY(0);
}

.why-frame {
  width: min(1770px, 100%);
  margin: 0 auto;
  padding: 20px 24px 26px;
}

.why-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  min-height: 78px;
  padding: 10px 13px 10px 21px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 19px;
  color: #ffffff;
  background:
    radial-gradient(circle at 82% 0%, rgba(178, 210, 53, .12), transparent 25%),
    linear-gradient(135deg, #195f43, #104632 58%, #0b382c);
  box-shadow: 0 12px 34px rgba(10, 52, 38, .15);
}

.why-header-home {
  display: flex;
  align-items: center;
  align-self: stretch;
  gap: 20px;
  min-width: 0;
  border-radius: 12px;
  text-decoration: none;
}

.why-product-name {
  display: flex;
  align-items: center;
  gap: 11px;
  flex: 0 0 auto;
}

.why-product-name > span:last-child {
  display: grid;
  gap: 1px;
}

.why-product-name strong {
  color: #ffffff;
  font-size: .98rem;
  letter-spacing: .015em;
}

.why-product-name small {
  color: rgba(255, 255, 255, .67);
  font-size: .63rem;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.why-product-mark {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 11px;
  color: #d8edbd;
  background: rgba(255, 255, 255, .08);
}

.why-header-divider {
  width: 1px;
  height: 32px;
  background: rgba(255, 255, 255, .17);
}

.why-header-logo {
  width: 148px;
  max-height: 40px;
  object-fit: contain;
}

.why-back-button,
.why-primary-button,
.why-secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  border-radius: 10px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.why-back-button {
  padding: 9px 15px;
  border: 1px solid rgba(255, 255, 255, .2);
  color: #ffffff;
  background: rgba(255, 255, 255, .08);
  font-size: .76rem;
}

.why-back-button:hover {
  border-color: rgba(255, 255, 255, .34);
  background: rgba(255, 255, 255, .14);
}

.why-header-home:focus-visible,
.why-back-button:focus-visible,
.why-primary-button:focus-visible,
.why-secondary-button:focus-visible,
.why-table-wrap:focus-visible {
  outline: 3px solid rgba(113, 195, 132, .45);
  outline-offset: 3px;
}

.why-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 22px;
  min-width: 0;
  margin-top: 20px;
}

.why-main > * {
  min-width: 0;
}

.why-hero,
.why-section,
.why-security-section,
.why-final-cta {
  border: 1px solid var(--why-line);
  border-radius: 22px;
  background: var(--why-white);
  box-shadow: var(--why-shadow);
}

.why-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
  align-items: center;
  gap: clamp(28px, 5vw, 78px);
  min-height: 520px;
  padding: clamp(40px, 6vw, 86px);
  overflow: hidden;
  background:
    radial-gradient(circle at 94% 5%, rgba(46, 187, 78, .105), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #f8fbf9 100%);
}

.why-hero::before {
  content: '';
  position: absolute;
  top: -190px;
  left: 47%;
  width: 400px;
  height: 400px;
  border: 1px solid rgba(46, 187, 78, .08);
  border-radius: 50%;
  pointer-events: none;
}

.why-hero-copy,
.why-hero-visual {
  position: relative;
  z-index: 1;
}

.why-kicker,
.why-section-label {
  color: var(--why-green);
  font-size: .69rem;
  font-weight: 750;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.why-kicker {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 17px;
}

.why-kicker > span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #76ae45;
  box-shadow: 0 0 0 5px rgba(118, 174, 69, .11);
}

.why-hero h1 {
  max-width: 810px;
  margin: 0;
  color: var(--why-ink);
  font-size: clamp(2.15rem, 4vw, 4.25rem);
  line-height: 1.04;
  letter-spacing: -.055em;
}

.why-hero-lead {
  max-width: 680px;
  margin: 22px 0 0;
  color: #586a60;
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  line-height: 1.65;
}

.why-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 24px;
}

.why-hero-points span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 6px 10px;
  border: 1px solid #d9e8de;
  border-radius: 999px;
  color: #3f5e4c;
  background: rgba(255, 255, 255, .8);
  font-size: .7rem;
  font-weight: 650;
}

.why-hero-points svg {
  color: var(--why-green);
}

.why-primary-button {
  margin-top: 27px;
  padding: 10px 20px;
  border: 1px solid #277a4c;
  color: #ffffff;
  background: linear-gradient(135deg, #318b58, #1e6740);
  box-shadow: 0 5px 16px rgba(32, 111, 68, .2);
  font-size: .82rem;
}

.why-primary-button:hover {
  background: linear-gradient(135deg, #297c4e, #175535);
  box-shadow: 0 8px 21px rgba(32, 111, 68, .26);
  transform: translateY(-1px);
}

.why-hero-visual {
  display: grid;
  align-content: center;
  justify-items: center;
}

.why-hero-visual > svg {
  width: min(100%, 570px);
  height: auto;
}

.why-hero-visual > p {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #d8e7dd;
  border-radius: 999px;
  color: #52665a;
  background: #ffffff;
  box-shadow: 0 5px 15px rgba(22, 74, 46, .06);
  font-size: .68rem;
  font-weight: 650;
}

.why-hero-visual > p span,
.why-footer p span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4a9b67;
}

.why-section {
  padding: clamp(34px, 4.3vw, 62px);
}

.why-section-heading {
  max-width: 810px;
  margin-bottom: 28px;
}

.why-section-label {
  margin: 0 0 7px;
}

.why-section-heading h2,
.why-security-section h2,
.why-final-cta h2 {
  margin: 0;
  color: var(--why-ink);
  font-size: clamp(1.6rem, 2.5vw, 2.35rem);
  line-height: 1.15;
  letter-spacing: -.035em;
}

.why-section-heading > p:last-child {
  margin: 11px 0 0;
  color: var(--why-muted);
  font-size: .9rem;
  line-height: 1.65;
}

.why-heading-centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.why-purpose {
  background:
    linear-gradient(90deg, rgba(239, 248, 242, .58), transparent 38%),
    #ffffff;
}

.why-purpose-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(330px, .55fr);
  gap: clamp(30px, 6vw, 90px);
  align-items: start;
}

.why-purpose-copy {
  display: grid;
  gap: 16px;
}

.why-purpose-copy p {
  margin: 0;
  color: #51645a;
  font-size: .95rem;
  line-height: 1.8;
}

.why-purpose-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  padding: 12px;
  border: 1px solid #dbe8df;
  border-radius: 17px;
  background: var(--why-green-pale);
}

.why-purpose-facts div {
  display: grid;
  align-content: center;
  gap: 2px;
  min-height: 100px;
  padding: 12px 7px;
  border: 1px solid #e1ebe4;
  border-radius: 12px;
  text-align: center;
  background: #ffffff;
}

.why-purpose-facts strong {
  color: var(--why-green-dark);
  font-size: 1.42rem;
  letter-spacing: -.035em;
}

.why-purpose-facts span {
  color: var(--why-muted);
  font-size: .63rem;
  line-height: 1.4;
}

.why-advantages-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.why-advantage-card {
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--why-soft-line);
  border-radius: 16px;
  background: #fbfdfb;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, background .22s ease;
}

.why-advantage-card:hover {
  border-color: #cce1d3;
  background: #ffffff;
  box-shadow: var(--why-shadow-hover);
  transform: translateY(-2px);
}

.why-card-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 17px;
  border: 1px solid #d0e4d7;
  border-radius: 13px;
  color: var(--why-green);
  background: var(--why-green-soft);
}

.why-advantage-card h3 {
  margin: 0 0 7px;
  color: #2b4034;
  font-size: .97rem;
  letter-spacing: -.015em;
}

.why-advantage-card p {
  margin: 0;
  color: #66766e;
  font-size: .77rem;
  line-height: 1.65;
}

.why-comparison-section {
  scroll-margin-top: 24px;
}

.why-table-wrap {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: auto;
  border: 1px solid var(--why-line);
  border-radius: 16px;
  background: #ffffff;
}

.why-comparison-table {
  width: 100%;
  min-width: 760px;
  border-collapse: separate;
  border-spacing: 0;
  color: #4e6056;
  font-size: .78rem;
}

.why-comparison-table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.why-comparison-table th,
.why-comparison-table td {
  padding: 14px 17px;
  border-right: 1px solid var(--why-soft-line);
  border-bottom: 1px solid var(--why-soft-line);
  text-align: left;
  vertical-align: middle;
}

.why-comparison-table th:last-child,
.why-comparison-table td:last-child {
  border-right: 0;
}

.why-comparison-table tbody tr:last-child th,
.why-comparison-table tbody tr:last-child td {
  border-bottom: 0;
}

.why-comparison-table thead th {
  padding-top: 17px;
  padding-bottom: 17px;
  color: #31463b;
  background: #f5f8f6;
  font-size: .74rem;
  letter-spacing: .02em;
}

.why-comparison-table thead th:nth-child(2) {
  color: #ffffff;
  background: #266f48;
}

.why-comparison-table tbody th {
  width: 27%;
  color: #34473d;
  background: #fbfcfb;
  font-weight: 700;
}

.why-comparison-table tbody td:nth-child(2) {
  color: #285c3f;
  background: #f2f9f4;
  font-weight: 650;
}

.why-comparison-table tbody tr:hover > * {
  box-shadow: inset 0 0 0 999px rgba(39, 122, 76, .025);
}

.why-comparison-note {
  margin: 15px 0 0;
  padding: 11px 14px;
  border: 1px solid #dde8e0;
  border-radius: 11px;
  color: #627169;
  background: #f8faf8;
  font-size: .72rem;
  line-height: 1.55;
}

.why-comparison-note strong {
  color: #3a5245;
}

.why-solutions-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.why-solution-card {
  display: grid;
  align-content: start;
  gap: 12px;
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--why-line);
  border-radius: 17px;
  background: #fbfcfb;
}

.why-local-solution {
  border-color: #cae0d1;
  background: #f5faf6;
}

.why-solution-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--why-soft-line);
}

.why-solution-heading h3 {
  margin: 0;
  color: #2b4034;
  font-size: 1.08rem;
}

.why-solution-badge {
  padding: 4px 8px;
  border-radius: 999px;
  color: #236640;
  background: #dcefe2;
  font-size: .59rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.why-online-badge {
  color: #536159;
  background: #e9edeb;
}

.why-list-group {
  padding: 16px;
  border: 1px solid var(--why-soft-line);
  border-radius: 13px;
  background: #ffffff;
}

.why-list-group h4 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
  color: #385043;
  font-size: .78rem;
}

.why-list-group h4::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #459564;
}

.why-limitation-list h4::before {
  background: #bd9250;
}

.why-list-group ul,
.why-when-card ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.why-list-group li,
.why-when-card li {
  position: relative;
  padding-left: 17px;
  color: #64736b;
  font-size: .73rem;
  line-height: 1.55;
}

.why-list-group li::before,
.why-when-card li::before {
  content: '';
  position: absolute;
  top: .56em;
  left: 2px;
  width: 6px;
  height: 6px;
  border: 1.5px solid #67a57d;
  border-radius: 50%;
}

.why-limitation-list li::before {
  border-color: #c49a59;
}

.why-security-section {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 24px;
  padding: clamp(34px, 4.3vw, 58px);
  color: #ffffff;
  border-color: rgba(255, 255, 255, .12);
  background:
    radial-gradient(circle at 90% 5%, rgba(178, 210, 53, .12), transparent 25%),
    linear-gradient(135deg, #195f43, #0f4934 58%, #0b392d);
  box-shadow: 0 16px 40px rgba(10, 52, 38, .17);
}

.why-security-section .why-section-label {
  color: #bada8c;
}

.why-security-section h2 {
  color: #ffffff;
}

.why-security-section > div:last-child > p:not(.why-section-label) {
  max-width: 920px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: .9rem;
  line-height: 1.75;
}

.why-security-icon {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 19px;
  color: #d9efbd;
  background: rgba(255, 255, 255, .08);
}

.why-security-caveat {
  display: grid;
  gap: 4px;
  max-width: 980px;
  margin-top: 23px;
  padding: 15px 17px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 13px;
  background: rgba(255, 255, 255, .07);
}

.why-security-caveat strong {
  color: #ffffff;
  font-size: .76rem;
}

.why-security-caveat span {
  color: rgba(255, 255, 255, .72);
  font-size: .7rem;
  line-height: 1.55;
}

.why-when-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.why-when-card {
  padding: 23px;
  border: 1px solid var(--why-line);
  border-radius: 16px;
  background: #fbfcfb;
}

.why-when-local {
  border-color: #cce1d3;
  background: #f4faf6;
}

.why-when-icon {
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  margin-bottom: 15px;
  border: 1px solid #d0e4d7;
  border-radius: 13px;
  color: var(--why-green);
  background: #ffffff;
}

.why-when-online-icon {
  color: #5e6d65;
  border-color: #dfe5e1;
}

.why-when-card h3 {
  margin: 0 0 14px;
  color: #2e4337;
  font-size: .96rem;
  line-height: 1.4;
}

.why-when-card li {
  font-size: .75rem;
}

.why-limits-section {
  background:
    linear-gradient(135deg, rgba(250, 247, 239, .7), transparent 40%),
    #ffffff;
}

.why-limits-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.why-limits-grid article {
  display: grid;
  align-content: start;
  gap: 7px;
  padding: 18px;
  border: 1px solid #e8e3d8;
  border-radius: 13px;
  background: #fffdf9;
}

.why-limits-grid strong {
  color: #554b39;
  font-size: .78rem;
}

.why-limits-grid span {
  color: #746e63;
  font-size: .7rem;
  line-height: 1.55;
}

.why-final-cta {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 30px;
  padding: clamp(34px, 4.5vw, 60px);
  overflow: hidden;
  color: #ffffff;
  border-color: rgba(255, 255, 255, .14);
  background:
    radial-gradient(circle at 88% 20%, rgba(178, 210, 53, .14), transparent 28%),
    linear-gradient(135deg, #24704b, #104d36);
  box-shadow: 0 16px 40px rgba(10, 52, 38, .16);
}

.why-final-cta::after {
  content: '';
  position: absolute;
  right: -80px;
  bottom: -130px;
  width: 270px;
  height: 270px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 50%;
}

.why-final-cta > * {
  position: relative;
  z-index: 1;
}

.why-final-cta .why-section-label {
  color: #c4e59b;
}

.why-final-cta h2 {
  color: #ffffff;
}

.why-final-cta p:last-child {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, .76);
  font-size: .85rem;
}

.why-final-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 9px;
}

.why-final-actions .why-primary-button {
  margin-top: 0;
}

.why-light-button {
  color: #164e31;
  border-color: #ffffff;
  background: #ffffff;
  box-shadow: 0 5px 16px rgba(0, 0, 0, .12);
}

.why-light-button:hover {
  color: #123f29;
  background: #f2f8f4;
}

.why-secondary-button {
  padding: 10px 18px;
  border: 1px solid rgba(255, 255, 255, .25);
  color: #ffffff;
  background: rgba(255, 255, 255, .08);
  font-size: .78rem;
}

.why-secondary-button:hover {
  border-color: rgba(255, 255, 255, .4);
  background: rgba(255, 255, 255, .14);
}

.why-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 8px 4px;
  color: #6b7a72;
}

.why-footer > div {
  display: grid;
  gap: 2px;
}

.why-footer strong {
  color: #31463b;
  font-size: .8rem;
}

.why-footer span {
  font-size: .68rem;
}

.why-footer p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: .67rem;
}

.why-hero,
.why-section,
.why-security-section,
.why-final-cta {
  animation: whySectionIn .5s cubic-bezier(.22, .61, .36, 1) both;
}

.why-section:nth-of-type(2) { animation-delay: .04s; }
.why-section:nth-of-type(3) { animation-delay: .08s; }

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

@media (max-width: 1120px) {
  .why-hero {
    grid-template-columns: minmax(0, 1fr) minmax(330px, .8fr);
    min-height: 470px;
    padding: 48px;
  }

  .why-hero h1 {
    font-size: clamp(2.1rem, 4.7vw, 3.4rem);
  }

  .why-purpose-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .why-purpose-facts {
    max-width: 600px;
  }

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

@media (max-width: 880px) {
  .why-frame {
    padding: 16px;
  }

  .why-main {
    gap: 16px;
    margin-top: 16px;
  }

  .why-hero {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
    padding: 40px;
  }

  .why-hero-copy {
    text-align: center;
  }

  .why-kicker,
  .why-hero-points {
    justify-content: center;
  }

  .why-hero h1,
  .why-hero-lead {
    margin-right: auto;
    margin-left: auto;
  }

  .why-hero-visual > svg {
    width: min(100%, 500px);
  }

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

  .why-solutions-grid,
  .why-when-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .why-final-cta {
    grid-template-columns: minmax(0, 1fr);
  }

  .why-final-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .why-frame {
    padding: 10px;
  }

  .why-header {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
    padding: 12px;
  }

  .why-header-home {
    justify-content: space-between;
    gap: 10px;
    padding: 2px;
  }

  .why-header-divider {
    display: none;
  }

  .why-header-logo {
    width: 118px;
  }

  .why-product-mark {
    width: 36px;
    height: 36px;
  }

  .why-product-name {
    gap: 8px;
  }

  .why-product-name strong {
    font-size: .83rem;
  }

  .why-product-name small {
    font-size: .55rem;
  }

  .why-back-button {
    width: 100%;
  }

  .why-hero,
  .why-section,
  .why-security-section,
  .why-final-cta {
    border-radius: 17px;
  }

  .why-hero {
    min-height: 0;
    padding: 31px 20px;
  }

  .why-hero h1 {
    font-size: clamp(1.85rem, 10vw, 2.6rem);
  }

  .why-hero-lead {
    margin-top: 16px;
    font-size: .92rem;
  }

  .why-hero-points {
    display: grid;
    justify-items: center;
    margin-top: 19px;
  }

  .why-hero .why-primary-button {
    width: 100%;
    margin-top: 22px;
  }

  .why-hero-visual > p {
    border-radius: 12px;
    text-align: left;
  }

  .why-section {
    padding: 28px 20px;
  }

  .why-section-heading {
    margin-bottom: 22px;
  }

  .why-section-heading h2,
  .why-security-section h2,
  .why-final-cta h2 {
    font-size: 1.55rem;
  }

  .why-purpose-copy p {
    font-size: .86rem;
  }

  .why-purpose-facts {
    grid-template-columns: minmax(0, 1fr);
  }

  .why-purpose-facts div {
    min-height: 78px;
  }

  .why-advantages-grid,
  .why-limits-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .why-advantage-card {
    padding: 19px;
  }

  .why-table-wrap::after {
    content: 'Deslize para ver toda a comparação →';
    display: block;
    position: sticky;
    left: 0;
    width: 100%;
    padding: 9px 12px;
    color: #69786f;
    background: #f7faf8;
    font-size: .62rem;
    text-align: center;
  }

  .why-solution-card,
  .why-when-card {
    padding: 18px;
  }

  .why-security-section {
    grid-template-columns: minmax(0, 1fr);
    gap: 17px;
    padding: 29px 20px;
  }

  .why-security-icon {
    width: 58px;
    height: 58px;
  }

  .why-security-icon svg {
    width: 34px;
    height: 34px;
  }

  .why-final-cta {
    padding: 31px 20px;
  }

  .why-final-actions {
    display: grid;
    width: 100%;
  }

  .why-final-actions a {
    width: 100%;
  }

  .why-footer {
    align-items: flex-start;
    flex-direction: column;
    padding: 20px 8px 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .why-page *,
  .why-page *::before,
  .why-page *::after {
    scroll-behavior: auto;
    animation-duration: .01ms;
    animation-iteration-count: 1;
    transition-duration: .01ms;
  }
}
