/* aego.pl — testowa strona „Jak to działa” */

.aego-howto2 {
  --howto-navy: #0a1d40;
  --howto-navy-2: #142e5d;
  --howto-text: #3f4d63;
  --howto-muted: #667287;
  --howto-line: #dfe4ec;
  --howto-gold: #b77817;
  --howto-gold-dark: #945e11;
  --howto-cream: #f8f4eb;
  color: var(--howto-text);
  background: #fff;
  overflow: hidden;
}

.aego-howto2 *,
.aego-howto2 *::before,
.aego-howto2 *::after {
  box-sizing: border-box;
}

.aego-howto2__container {
  width: min(calc(100% - 48px), 1160px);
  margin: 0 auto;
}

.aego-howto2__hero {
  position: relative;
  overflow: hidden;
  padding: 40px 0 42px;
  background:
    radial-gradient(circle at 82% 25%, rgba(181, 122, 34, .11), transparent 28%),
    linear-gradient(135deg, #fff 0%, #f7f8fb 100%);
  border-bottom: 1px solid #e2e6ed;
}

.aego-howto2__hero::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -220px;
  width: 480px;
  height: 480px;
  border: 1px solid rgba(181, 122, 34, .11);
  border-radius: 50%;
  box-shadow: 0 0 0 72px rgba(181, 122, 34, .025), 0 0 0 144px rgba(181, 122, 34, .018);
}

.aego-howto2__hero-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
}

.aego-howto2__hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(390px, .78fr);
  gap: 76px;
  align-items: center;
}

.aego-howto2__eyebrow {
  margin: 0 0 14px;
  color: var(--howto-gold-dark);
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .1em;
}

.aego-howto2 h1,
.aego-howto2 h2 {
  color: #0b1934;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: -.035em;
}

.aego-howto2__hero h1 {
  max-width: none;
  margin: 0;
  font-size: clamp(1.55rem, 3.5vw, 2.55rem);
  line-height: 1.08;
  letter-spacing: -.025em;
}

.aego-howto2__hero h1 span {
  color: var(--howto-gold);
}

.aego-howto2__lead {
  max-width: none;
  margin: 22px 0 0;
  color: var(--aego-ink-2);
  font-size: 1.08rem;
  line-height: 1.7;
}

.aego-howto2__hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
  margin-top: 26px;
}

.aego-howto2__hero-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #38465c;
  font-size: .88rem;
  font-weight: 650;
}

.aego-howto2__hero-meta svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: #a66e1a;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.aego-howto2__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.aego-howto2__button {
  display: inline-flex;
  min-height: 50px;
  padding: 13px 21px;
  border: 1px solid transparent;
  border-radius: 7px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: .92rem;
  font-weight: 750;
  line-height: 1.2;
  text-decoration: none;
  transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.aego-howto2__button:hover {
  transform: translateY(-1px);
}

.aego-howto2__button span {
  margin-left: 9px;
}

.aego-howto2__button--primary {
  background: var(--howto-navy);
  color: #fff;
}

.aego-howto2__button--primary:hover {
  background: var(--howto-navy-2);
  color: #fff;
}

.aego-howto2__button--secondary {
  border-color: #cbd3df;
  background: #fff;
  color: var(--howto-navy);
}

.aego-howto2__button--secondary:hover {
  border-color: #9daabd;
  color: var(--howto-navy);
}

.aego-howto2__assurances {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.aego-howto2__assurances li {
  position: relative;
  padding-left: 19px;
  color: #58657a;
  font-size: .79rem;
}

.aego-howto2__assurances li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #247548;
  font-weight: 900;
}

.aego-howto2__hero-demo {
  position: relative;
  padding: 0 24px 24px;
  border: 1px solid #d9dfe8;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(19, 37, 68, .12);
}

.aego-howto2__hero-demo::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: -24px;
  bottom: -24px;
  width: 130px;
  height: 130px;
  border-radius: 24px;
  background: #eadbbc;
}

.aego-howto2__demo-bar {
  display: flex;
  height: 52px;
  margin: 0 -24px 22px;
  padding: 0 20px;
  border-bottom: 1px solid #e4e8ee;
  align-items: center;
  gap: 6px;
}

.aego-howto2__demo-bar span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d6dce5;
}

.aego-howto2__demo-bar b {
  margin-left: 9px;
  color: #697589;
  font-size: .74rem;
  font-weight: 700;
}

.aego-howto2__message {
  width: 88%;
  margin: 0 0 14px auto;
  padding: 14px 16px;
  border-radius: 12px 12px 3px 12px;
  background: #eef3fa;
}

.aego-howto2__message--ai {
  margin-right: auto;
  margin-left: 0;
  border: 1px solid #eadfca;
  border-radius: 12px 12px 12px 3px;
  background: #fdfbf7;
}

.aego-howto2__message small {
  display: block;
  margin-bottom: 5px;
  color: #53647d;
  font-size: .64rem;
  font-weight: 850;
  letter-spacing: .07em;
}

.aego-howto2__message--ai small {
  color: var(--howto-gold-dark);
}

.aego-howto2__message p,
.aego-howto2__demo-result p {
  margin: 0;
  color: #334159;
  font-size: .84rem;
  line-height: 1.5;
}

.aego-howto2__demo-result {
  display: flex;
  margin-top: 20px;
  padding: 14px 16px;
  border: 1px solid #cfe4d8;
  border-radius: 10px;
  background: #f4faf6;
  align-items: center;
  gap: 12px;
}

.aego-howto2__demo-result > span {
  display: grid;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  flex: 0 0 28px;
  background: #2d7f50;
  color: #fff;
  font-weight: 800;
  place-items: center;
}

.aego-howto2__section {
  padding: 88px 0;
}

.aego-howto2__section--structure {
  padding-top: 66px;
}

.aego-howto2__section--tint {
  border-top: 1px solid #e7eaf0;
  border-bottom: 1px solid #e7eaf0;
  background: #f6f8fb;
}

.aego-howto2__section-head {
  max-width: 760px;
  margin: 0 auto 44px;
  text-align: center;
}

.aego-howto2__section-head--wide {
  max-width: none;
}

.aego-howto2__section-head--wide h2 {
  white-space: nowrap;
}

.aego-howto2__section-head h2,
.aego-howto2__example-copy h2,
.aego-howto2__safety-grid h2,
.aego-howto2__beginner-head h2,
.aego-howto2__final h2 {
  margin: 0 0 15px;
  font-size: clamp(2rem, 3.7vw, 3rem);
  line-height: 1.12;
}

.aego-howto2__section-head > p:last-child,
.aego-howto2__section-head--split > p {
  margin: 0;
  color: var(--howto-muted);
  font-size: 1rem;
  line-height: 1.65;
}

.aego-howto2__structure {
  display: grid;
  grid-template-columns: 1fr 44px 1fr 44px 1fr;
  align-items: stretch;
}

.aego-howto2__structure article {
  position: relative;
  padding: 29px 27px 27px;
  border: 1px solid var(--howto-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(14, 32, 61, .05);
}

.aego-howto2__structure-icon,
.aego-howto2__step-icon {
  display: grid;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: #edf2f8;
  color: var(--howto-navy);
  place-items: center;
}

.aego-howto2__structure-icon svg,
.aego-howto2__step-icon svg {
  width: 25px;
  height: 25px;
}

.aego-howto2__structure-number {
  position: absolute;
  top: 24px;
  right: 25px;
  margin: 0;
  color: #c6ccd6;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
}

.aego-howto2__structure h3 {
  margin: 22px 0 9px;
  color: #12203b;
  font-size: 1.25rem;
}

.aego-howto2__structure article > p:not(.aego-howto2__structure-number) {
  min-height: 106px;
  margin: 0 0 17px;
  color: #59667a;
  font-size: .9rem;
  line-height: 1.62;
}

.aego-howto2__structure article > strong {
  display: block;
  padding-top: 15px;
  border-top: 1px solid #e5e8ee;
  color: var(--howto-gold-dark);
  font-size: .8rem;
  line-height: 1.45;
}

.aego-howto2__structure-arrow {
  align-self: center;
  color: #aab3c1;
  font-size: 1.5rem;
  text-align: center;
}

.aego-howto2__steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 27px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.aego-howto2__steps::before {
  content: "";
  position: absolute;
  top: 25px;
  right: 11%;
  left: 11%;
  height: 1px;
  background: #ced5df;
}

.aego-howto2__steps li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.aego-howto2__step-icon {
  z-index: 1;
  border: 1px solid #d8dee7;
  background: #fff;
  box-shadow: 0 5px 14px rgba(14, 32, 61, .06);
}

.aego-howto2__steps li > b {
  display: grid;
  z-index: 2;
  width: 24px;
  height: 24px;
  margin: -9px 0 10px;
  border: 3px solid #f6f8fb;
  border-radius: 50%;
  background: var(--howto-gold);
  color: #fff;
  font-size: .62rem;
  place-items: center;
}

.aego-howto2__steps h3 {
  margin: 0 0 8px;
  color: #14213a;
  font-size: 1rem;
}

.aego-howto2__steps p {
  margin: 0;
  color: #606d81;
  font-size: .85rem;
  line-height: 1.58;
}

.aego-howto2__section-head--split {
  display: grid;
  max-width: none;
  grid-template-columns: 1fr 420px;
  gap: 60px;
  align-items: end;
  text-align: left;
}

.aego-howto2__section-head--split h2 {
  margin-bottom: 0;
}

.aego-howto2__access-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.aego-howto2__access-card {
  position: relative;
  display: flex;
  min-height: 350px;
  padding: 27px 23px 24px;
  border: 1px solid var(--howto-line);
  border-radius: 12px;
  flex-direction: column;
  background: #fff;
}

.aego-howto2__access-card--free {
  border-color: #cfe3d7;
  border-top: 4px solid #36815a;
  background: linear-gradient(180deg, #f5fbf7 0%, #fff 58%);
}

.aego-howto2__access-card--account {
  border-color: #d3deed;
  border-top: 4px solid #4b76ac;
  background: linear-gradient(180deg, #f4f8fd 0%, #fff 58%);
}

.aego-howto2__access-card--set {
  border-color: #e2d1b4;
  border-top: 4px solid var(--howto-gold);
  background: linear-gradient(180deg, #fdf9f1 0%, #fff 58%);
}

.aego-howto2__access-card--bundle {
  overflow: hidden;
  border-color: var(--howto-navy);
  border-top: 4px solid var(--howto-gold);
  background: var(--howto-navy);
  box-shadow: 0 15px 38px rgba(10, 29, 64, .18);
}

.aego-howto2__access-badge {
  position: absolute;
  top: 0;
  right: 18px;
  padding: 7px 10px;
  border-radius: 0 0 7px 7px;
  background: var(--howto-gold);
  color: #fff;
  font-size: .58rem;
  font-weight: 850;
  letter-spacing: .07em;
}

.aego-howto2__access-label {
  min-height: 32px;
  color: #6b7587;
  font-size: .67rem;
  font-weight: 850;
  letter-spacing: .07em;
}

.aego-howto2__access-card > strong {
  color: #10203d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  line-height: 1.1;
}

.aego-howto2__access-card--free > strong,
.aego-howto2__access-card--free .aego-howto2__access-price > strong {
  color: #276d49;
}

.aego-howto2__access-card--account > strong,
.aego-howto2__access-card--account .aego-howto2__access-price > strong {
  color: #355f94;
}

.aego-howto2__access-card--set > strong,
.aego-howto2__access-card--set .aego-howto2__access-price > strong {
  color: var(--howto-gold-dark);
}

.aego-howto2__access-card h3 {
  margin: 5px 0 14px;
  color: #1c2a43;
  font-size: .96rem;
}

.aego-howto2__access-card p {
  margin: 0;
  color: #626f82;
  font-size: .84rem;
  line-height: 1.58;
}

.aego-howto2__access-price {
  display: grid;
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid rgba(73, 91, 116, .15);
}

.aego-howto2__access-price small,
.aego-howto2__access-price > strong,
.aego-howto2__access-price span,
.aego-howto2__access-price del,
.aego-howto2__access-price b {
  display: block;
}

.aego-howto2__access-price small {
  color: #7a8493;
  font-size: .64rem;
}

.aego-howto2__access-price > strong {
  margin-top: 3px;
  color: var(--howto-navy);
  font-size: 1.55rem;
  line-height: 1.1;
}

.aego-howto2__access-price span {
  margin-top: 5px;
  color: #667287;
  font-size: .65rem;
}

.aego-howto2__access-card--bundle .aego-howto2__access-label {
  color: #d6a957;
}

.aego-howto2__access-card--bundle > strong,
.aego-howto2__access-card--bundle h3 {
  color: #fff;
}

.aego-howto2__access-card--bundle p {
  color: #cbd5e1;
}

.aego-howto2__access-card--bundle .aego-howto2__access-price {
  border-top-color: rgba(255, 255, 255, .15);
}

.aego-howto2__access-card--bundle .aego-howto2__access-price small,
.aego-howto2__access-card--bundle .aego-howto2__access-price del {
  color: #aebcd0;
}

.aego-howto2__access-card--bundle .aego-howto2__access-price > strong {
  color: #fff;
  font-size: 1.8rem;
}

.aego-howto2__access-price del {
  margin-top: 3px;
  font-size: .68rem;
}

.aego-howto2__access-price b {
  margin-top: 9px;
  padding: 8px 9px;
  border: 1px solid rgba(125, 211, 164, .28);
  border-radius: 7px;
  background: rgba(125, 211, 164, .12);
  color: #8be0b0;
  font-size: .7rem;
  font-weight: 850;
  line-height: 1.3;
  text-align: center;
}

.aego-howto2__section--example {
  background: var(--howto-navy);
}

.aego-howto2__example-grid {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 80px;
  align-items: center;
}

.aego-howto2__example-copy h2 {
  color: #fff;
}

.aego-howto2__example-copy > p:not(.aego-howto2__eyebrow) {
  margin: 0 0 23px;
  color: #ccd6e5;
  line-height: 1.7;
}

.aego-howto2__example-copy ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.aego-howto2__example-copy li {
  position: relative;
  margin-top: 10px;
  padding-left: 22px;
  color: #eef3f9;
  font-size: .9rem;
}

.aego-howto2__example-copy li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #d2a452;
  font-weight: 800;
}

.aego-howto2__conversation {
  padding: 27px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 15px;
  background: rgba(255, 255, 255, .07);
}

.aego-howto2__conversation-row {
  display: grid;
  width: 88%;
  margin: 0 0 14px;
  padding: 14px 16px;
  border-radius: 10px 10px 10px 2px;
  grid-template-columns: 48px 1fr;
  gap: 9px;
  background: #fff;
}

.aego-howto2__conversation-row--user {
  margin-left: auto;
  border-radius: 10px 10px 2px 10px;
  background: #e9eef6;
}

.aego-howto2__conversation-row--result {
  width: 100%;
  margin: 23px 0 0;
  border-left: 4px solid #d0a04e;
  background: #fffaf0;
}

.aego-howto2__conversation-row b {
  color: var(--howto-gold-dark);
  font-size: .71rem;
  text-transform: uppercase;
}

.aego-howto2__conversation-row p {
  margin: 0;
  color: #39475c;
  font-size: .86rem;
  line-height: 1.5;
}

.aego-howto2__section--safety {
  background: #f9f7f2;
}

.aego-howto2__safety-grid {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 80px;
  align-items: start;
}

.aego-howto2__safety-grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.aego-howto2__safety-grid li {
  display: grid;
  padding: 18px 0;
  border-bottom: 1px solid #ded9ce;
  grid-template-columns: 32px 1fr;
  gap: 13px;
}

.aego-howto2__safety-grid li:first-child { padding-top: 0; }
.aego-howto2__safety-grid li:last-child { border-bottom: 0; }

.aego-howto2__safety-grid li > span {
  display: grid;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: #e8dcc4;
  color: #795019;
  font-weight: 850;
  place-items: center;
}

.aego-howto2__safety-grid li p {
  margin: 0;
  color: #596477;
  font-size: .88rem;
  line-height: 1.55;
}

.aego-howto2__safety-grid li strong {
  display: block;
  margin-bottom: 4px;
  color: #1c2940;
  font-size: .96rem;
}

.aego-howto2__beginner {
  padding: 45px 48px;
  border: 1px solid #dfe4eb;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 42px rgba(19, 38, 69, .06);
}

.aego-howto2__beginner-head {
  display: grid;
  margin-bottom: 32px;
  grid-template-columns: 1fr 380px;
  gap: 50px;
  align-items: end;
}

.aego-howto2__beginner-head .aego-howto2__eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -36px;
}

.aego-howto2__beginner-head h2 {
  margin: 0;
}

.aego-howto2__beginner-head > p:last-child {
  margin: 0;
  color: #647084;
  font-size: .9rem;
  line-height: 1.62;
}

.aego-howto2__beginner-steps {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(5, 1fr);
  gap: 13px;
  list-style: none;
}

.aego-howto2__beginner-steps li {
  padding: 19px 17px;
  border-radius: 10px;
  background: #f5f7fa;
}

.aego-howto2__beginner-steps li > b {
  display: grid;
  width: 28px;
  height: 28px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: var(--howto-navy);
  color: #fff;
  font-size: .72rem;
  place-items: center;
}

.aego-howto2__beginner-steps h3 {
  margin: 0 0 7px;
  color: #17243d;
  font-size: .88rem;
}

.aego-howto2__beginner-steps p {
  margin: 0;
  color: #606c7f;
  font-size: .76rem;
  line-height: 1.55;
}

.aego-howto2__beginner-steps a {
  color: #173c75;
  font-weight: 750;
  text-decoration: underline;
}

.aego-howto2 kbd {
  display: inline-block;
  padding: 1px 5px;
  border: 1px solid #cbd1da;
  border-bottom-width: 2px;
  border-radius: 4px;
  background: #fff;
  color: #273750;
  font-family: inherit;
  font-size: .7rem;
}

.aego-howto2__help {
  margin-top: 22px;
  border: 1px solid #dfd5c3;
  border-radius: 9px;
  background: #fdfaf4;
}

.aego-howto2__help summary {
  padding: 15px 18px;
  color: #223047;
  font-size: .85rem;
  font-weight: 750;
  cursor: pointer;
}

.aego-howto2__help p {
  margin: 0;
  padding: 0 18px 17px;
  color: #5e697a;
  font-size: .83rem;
  line-height: 1.6;
}

.aego-howto2__final {
  padding: 78px 0 84px;
  background: var(--howto-navy);
  text-align: center;
}

.aego-howto2__final .aego-howto2__container {
  max-width: 760px;
}

.aego-howto2__final h2 {
  color: #fff;
}

.aego-howto2__final > div > p:not(.aego-howto2__eyebrow) {
  margin: 0 0 25px;
  color: #cbd6e5;
}

.aego-howto2__button--gold {
  background: var(--howto-gold);
  color: #fff;
}

.aego-howto2__button--gold:hover {
  background: #c58a2e;
  color: #fff;
}

@media (max-width: 1050px) {
  .aego-howto2__hero-grid {
    grid-template-columns: 1fr 390px;
    gap: 42px;
  }

  .aego-howto2__access-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .aego-howto2__access-card {
    min-height: 275px;
  }

  .aego-howto2__beginner-steps {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1200px) {
  .aego-howto2__hero h1 {
    white-space: nowrap;
  }
}

@media (max-width: 820px) {
  .aego-howto2__container {
    width: min(calc(100% - 36px), 680px);
  }

  .aego-howto2__hero {
    padding: 30px 0 32px;
  }

  .aego-howto2__hero-grid,
  .aego-howto2__example-grid,
  .aego-howto2__safety-grid,
  .aego-howto2__beginner-head,
  .aego-howto2__section-head--split {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .aego-howto2__hero-demo {
    max-width: 540px;
  }

  .aego-howto2__section {
    padding: 68px 0;
  }

  .aego-howto2__section--structure {
    padding-top: 48px;
  }

  .aego-howto2__section-head--wide h2 {
    white-space: normal;
  }

  .aego-howto2__section-head--split {
    text-align: center;
  }

  .aego-howto2__structure {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .aego-howto2__structure-arrow {
    transform: rotate(90deg);
  }

  .aego-howto2__structure article > p:not(.aego-howto2__structure-number) {
    min-height: 0;
  }

  .aego-howto2__steps {
    grid-template-columns: 1fr 1fr;
    gap: 34px 26px;
  }

  .aego-howto2__steps::before {
    display: none;
  }

  .aego-howto2__beginner-head .aego-howto2__eyebrow {
    grid-column: auto;
    margin-bottom: -23px;
  }
}

@media (max-width: 580px) {
  .aego-howto2__container {
    width: min(calc(100% - 28px), 520px);
  }

  .aego-howto2__hero h1 {
    font-size: 1.58rem;
  }

  .aego-howto2__lead {
    font-size: .98rem;
  }

  .aego-howto2__hero-meta {
    flex-direction: column;
    gap: 10px;
  }

  .aego-howto2__actions {
    flex-direction: column;
  }

  .aego-howto2__button {
    width: 100%;
  }

  .aego-howto2__assurances {
    display: grid;
    gap: 8px;
  }

  .aego-howto2__hero-demo {
    padding-right: 16px;
    padding-left: 16px;
  }

  .aego-howto2__demo-bar {
    margin-right: -16px;
    margin-left: -16px;
  }

  .aego-howto2__section {
    padding: 56px 0;
  }

  .aego-howto2__section-head {
    margin-bottom: 32px;
  }

  .aego-howto2__section-head h2,
  .aego-howto2__example-copy h2,
  .aego-howto2__safety-grid h2,
  .aego-howto2__beginner-head h2,
  .aego-howto2__final h2 {
    font-size: clamp(1.8rem, 9vw, 2.4rem);
  }

  .aego-howto2__steps,
  .aego-howto2__access-grid,
  .aego-howto2__beginner-steps {
    grid-template-columns: 1fr;
  }

  .aego-howto2__steps li {
    display: grid;
    grid-template-columns: 50px 1fr;
    column-gap: 15px;
    align-items: start;
    text-align: left;
  }

  .aego-howto2__steps li > b {
    position: absolute;
    top: 37px;
    left: 35px;
    margin: 0;
  }

  .aego-howto2__steps li > div {
    padding-top: 3px;
  }

  .aego-howto2__access-card {
    min-height: 240px;
  }

  .aego-howto2__conversation {
    padding: 18px;
  }

  .aego-howto2__conversation-row {
    width: 96%;
    grid-template-columns: 40px 1fr;
  }

  .aego-howto2__conversation-row--result {
    width: 100%;
  }

  .aego-howto2__safety-grid {
    gap: 20px;
  }

  .aego-howto2__beginner {
    padding: 31px 20px;
  }

  .aego-howto2__beginner-steps li {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 12px;
  }

  .aego-howto2__beginner-steps li > b {
    margin: 0;
  }

  .aego-howto2__final {
    padding: 64px 0 68px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .aego-howto2__button {
    transition: none;
  }
}
