.doc-wrap {
  display: none;
  max-width: 960px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.07),
              0 10px 30px -5px rgba(0, 0, 0, 0.08);
}

.doc-header {
  margin-bottom: 24px;
}

.doc-header__title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 30px;
  font-weight: 600;
  color: #0037ab;
  margin-bottom: 8px;
}

.doc-header__title svg {
  flex: 0 0 auto;
  color: #0037ab;
  width: 32px;
  height: 32px;
}

.doc-header__sub {
  font-size: 14px;
  color: #646e87;
  margin-bottom: 10px;
}

.doc-header__meta {
  font-size: 14px;
  color: #646e87;
}

.doc-header__meta strong {
  font-weight: 600;
}

.doc-header__meta span {
  margin: 0 8px;
  color: #d1d5db;
}

.doc-divider {
  border: none;
  border-top: 1px solid #e5e7eb;
  margin: 30px 0;
}

.doc-notice {
  border-left: 4px solid rgb(0, 55, 171);
  background: #eff6ff;
  padding: 14px 18px;
  border-radius: 0 8px 8px 0;
  color: rgb(0, 55, 171);
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 36px;
}

.doc-section {
  margin-bottom: 36px;
}

.doc-section__title {
  display: flex;
  gap: 10px;
  font-size: 24px;
  font-weight: 600;
  color: rgb(0, 55, 171);
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.doc-section__title svg {
  flex: 0 0 auto;
}

.doc-section__title span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(0, 55, 171, 0.063);
}

.doc-subsection {
  margin-bottom: 20px;
  padding-left: 10px;
}

.doc-subsection__title {
  font-size: 18px;
  font-weight: 500;
  color: rgb(0, 55, 171);
  margin-bottom: 0;
}

.doc-list,
.doc-subsection {
  list-style: none;
  padding: 0 0 0 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.doc-list {
  padding-left: 5px;
}

.doc-list li,
.doc-subsection li {
  font-size: 16px;
  line-height: 2;
  color: #374151;
  padding-left: 16px;
  position: relative;
}

.doc-list li::before,
.doc-subsection li::before {
  content: '•';
  color: rgb(255, 115, 0);
  font-weight: 100;
  position: absolute;
  left: 0;
  top: 0;
}

.doc-list li strong,
.doc-subsection li strong {
  font-weight: 600;
}

.a2e-policy-hero__btn--primary,
.a2e-policy-hero__btn--secondary {
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.a2e-policy-hero__btn--primary.is-active {
  background: rgb(0, 55, 171);
  color: #fff;
}

.a2e-policy-hero__btn--secondary.is-active {
  background: rgb(255, 115, 0);
  color: #fff;
  border-color: rgb(255, 115, 0);
}

.a2e-policy-hero__btn--primary:focus,
.a2e-policy-hero__btn--primary:focus-visible {
  background: transparent;
  border-color: transparent;
  color: inherit;
}

.a2e-policy-hero__btn--primary.is-active:focus,
.a2e-policy-hero__btn--primary.is-active:focus-visible {
  background: rgb(0, 55, 171);
  color: #fff;
}

.a2e-policy-hero__btn--secondary:focus,
.a2e-policy-hero__btn--secondary:focus-visible {
  background: transparent;
  color: inherit;
}

.a2e-policy-hero__btn--secondary.is-active:focus,
.a2e-policy-hero__btn--secondary.is-active:focus-visible {
  background: rgb(255, 115, 0);
  color: #fff;
}

.doc-bottom-text {
  border-top: 1px solid oklch(0.928 0.006 264.531);
  padding: 35px 25px;
}

.doc-bottom-text h3 {
  color: rgb(0, 55, 171);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.doc-bottom-text p,
.card-text p {
  margin-bottom: 10px;
}

.doc-bottom-text p {
  color: #49536b;
}

.a2e-security-signs {
  padding: 80px 0;
  background: #fafafa;
  color: rgb(220, 38, 38);
}

.a2e-security-signs__header {
  max-width: 980px;
  margin: 0 auto 42px;
  text-align: center;
}

.a2e-section-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 22px;
  border-radius: 999px;
  line-height: 1;
  font-weight: 600;
}

.a2e-section-eyebrow span {
  font-size: 14px;
  font-weight: 400;
}

.a2e-section-eyebrow svg {
  flex: 0 0 auto;
}

.a2e-security-signs__eyebrow {
  padding: 8px 16px;
  background: #fff3f1;
  color: #ee4d43;
  font-size: 16px;
}

.a2e-security-signs__eyebrow svg {
  width: 20px;
  height: 20px;
}

.a2e-security-signs__title {
  margin: 0;
  color: rgb(0, 55, 171);
  font-size: 36px;
  line-height: 1.16;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.a2e-security-signs__desc {
  margin: 18px auto 0;
  max-width: 860px;
  color: #6b6e74;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
}

.a2e-security-signs__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 1152px;
  margin: 0 auto;
}

.a2e-security-signs__item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  background: #fff;
  border: 1px solid #ececec;
  border-left: 4px solid #f14c45;
  border-radius: 16px;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.06);
}

.a2e-security-signs__item-icon {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  color: #ef4d43;
}

.a2e-security-signs__item-text {
  color: #374151;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 400;
}

.a2e-policy-accordion__intro {
  max-width: 1280px;
  margin: 0 auto 52px;
  text-align: center;
}

.a2e-policy-accordion__intro-title {
  margin: 0;
  color: rgb(0, 55, 171);
  font-size: 36px;
  line-height: 1.06;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.a2e-policy-accordion__intro-desc {
  max-width: 1360px;
  margin: 28px auto 0;
  color: #6b6e74;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 400;
}

.a2e-account-protection {
  padding: 68px 0 92px;
  background: #ffffff;
}

.a2e-account-protection__header {
  max-width: 980px;
  margin: 0 auto 58px;
  text-align: center;
}

.a2e-account-protection__eyebrow {
  padding: 10px 20px;
  background: #f4f6fb;
  color: #2950c6;
  font-size: 15px;
}

.a2e-account-protection__eyebrow svg {
  width: 18px;
  height: 18px;
}

.a2e-account-protection__title {
  margin: 0;
  color: #1f49b7;
  font-size: 36px;
  line-height: 1.15;
  font-weight: 700;
}

.a2e-account-protection__desc {
  margin: 22px auto 0;
  max-width: 860px;
  color: #626b7f;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 400;
}

.a2e-account-protection__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  max-width: 1360px;
  margin: 0 auto;
}

.a2e-account-protection__card {
  min-height: 234px;
  padding: 26px 26px 28px;
  border: 1px solid #e5e8f0;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.03);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.a2e-account-protection__card:hover,
.a2e-account-protection__card:focus-within {
  transform: translateY(-4px);
  border-color: #dde4f0;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08), 0 3px 8px rgba(15, 23, 42, 0.04);
}

.a2e-account-protection__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #f2f5ff;
  color: #2950c6;
  transition: background-color 0.28s ease, color 0.28s ease, transform 0.28s ease;
}

.a2e-account-protection__icon svg {
  width: 25px;
  height: 25px;
}

.a2e-account-protection__card:hover .a2e-account-protection__icon,
.a2e-account-protection__card:focus-within .a2e-account-protection__icon {
  background: #edf2ff;
  color: #1f49b7;
  transform: scale(1.04);
}

.a2e-account-protection__card-title {
  margin: 0 0 12px;
  color: #244cb8;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
}

.a2e-account-protection__card-desc {
  margin: 0;
  color: #636c7e;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400;
}

.a2e-security-help {
  --a2e-security-help-card-height: 82px;
  padding: 80px 0;
  background: #f7f9fc;
}

.a2e-security-help__columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  margin: 0 auto;
}

.a2e-security-help__column {
  min-width: 0;
}

.a2e-security-help__title {
  margin: 0;
  color: #1f49b7;
  font-size: 28px;
  line-height: 1.24;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.a2e-security-help__desc {
  margin: 10px 0 26px;
  color: #626b7f;
  font-size: 16px;
  line-height: 1.55;
}

.a2e-security-help__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.a2e-security-help__contact-card,
.a2e-security-help__step-card {
  display: flex;
  height: var(--a2e-security-help-card-height);
  padding: 16px;
  border: 1px solid #e7ebf3;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.03);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.a2e-security-help__contact-card {
  gap: 16px;
  color: inherit;
  text-decoration: none;
  border: 1px solid #ededed;
}

.a2e-security-help__contact-card:hover,
.a2e-security-help__contact-card:focus-visible {
  color: inherit;
  text-decoration: none;
  transform: translateY(-4px);
  border-color: #dbe4f3;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08), 0 2px 6px rgba(15, 23, 42, 0.05);
}

.a2e-security-help__contact-icon,
.a2e-security-help__step-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 50%;
}

.a2e-security-help__contact-icon {
  background: #f3f6ff;
  color: #2950c6;
  width: 48px;
  height: 48px;
  transition: background-color 0.28s ease, color 0.28s ease, transform 0.28s ease;
}

.a2e-security-help__contact-icon svg {
  width: 20px;
  height: 20px;
}

.a2e-security-help__step-index {
  width: 32px;
  height: 32px;
}

.a2e-security-help__contact-copy,
.a2e-security-help__step-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.a2e-security-help__contact-label {
  color: #7a8293;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 1px;
}

.a2e-security-help__contact-value {
  color: #244cb8;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 600;
  word-break: break-word;
  transition: color 0.28s ease;
}

.a2e-security-help__contact-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-left: auto;
  color: #adb6c9;
  flex: 0 0 auto;
  transition: color 0.28s ease, transform 0.28s ease;
}

.a2e-security-help__contact-arrow svg {
  width: 18px;
  height: 18px;
}

.a2e-security-help__contact-card:hover .a2e-security-help__contact-icon,
.a2e-security-help__contact-card:focus-visible .a2e-security-help__contact-icon {
  background: #eef3ff;
  color: #1d46b4;
  transform: scale(1.03);
}

.a2e-security-help__contact-card:hover .a2e-security-help__contact-value,
.a2e-security-help__contact-card:focus-visible .a2e-security-help__contact-value {
  color: #1842b1;
}

.a2e-security-help__contact-card:hover .a2e-security-help__contact-arrow,
.a2e-security-help__contact-card:focus-visible .a2e-security-help__contact-arrow {
  color: #58657c;
  transform: translate(2px, -2px);
}

.a2e-security-help__step-card {
  gap: 14px;
  border-left: 3px solid #ff7f23;
}

.a2e-security-help__step-index {
  background: #ff8a2a;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}

.a2e-security-help__step-title {
  margin: 0 0 2px;
  color: #244cb8;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 500;
}

.a2e-security-help__step-desc {
  margin: 0;
  color: #727b8d;
  font-size: 14px;
  line-height: 1.5;
}

.a2e-security-help__cta {
  margin-top: 52px;
  padding: 28px 24px 26px;
  border: 1px solid #e7ebf3;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.035);
  text-align: center;
}

.a2e-security-help__cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #2950c6;
}

.a2e-security-help__cta-icon svg {
  width: 46px;
  height: 46px;
}

.a2e-security-help__cta-title {
  margin: 12px 0 10px;
  color: #244cb8;
  font-size: 28px;
  line-height: 1.28;
  font-weight: 700;
}

.a2e-security-help__cta-desc {
  max-width: 870px;
  margin: 0 auto;
  color: #747d8f;
  font-size: 16px;
  line-height: 1.65;
}

.a2e-security-help__cta-btn {
  gap: 8px;
  min-height: 50px;
  margin-top: 22px;
  padding: 0 26px;
  border-radius: 10px;
  box-shadow: none;
}

.a2e-security-help__cta-btn svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.page-template-page-security-online .a2e-policy-accordion__points ul li::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='rgb(220,38,38)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='m15 9-6 6'/%3E%3Cpath d='m9 9 6 6'/%3E%3C/svg%3E");
}

@media only screen and (max-width: 768px) {
  .a2e-subhero--policy .a2e-policy-hero__btn {
    width: auto !important;
    min-height: inherit !important;
    padding: 10px 15px !important;
    font-size: 16px;
  }

  .a2e-security-signs {
    padding: 30px 0 10px;
  }

  .a2e-security-signs__header {
    margin-bottom: 28px;
  }

  .a2e-policy-accordion__intro {
    margin-bottom: 32px;
  }

  .a2e-policy-accordion__intro-title {
    font-size: 32px;
  }

  .a2e-policy-accordion__intro-desc {
    margin-top: 18px;
    font-size: 17px;
  }

  .a2e-security-signs__title {
    font-size: 34px;
  }

  .a2e-security-signs__desc {
    font-size: 18px;
  }

  .a2e-security-signs__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .a2e-security-signs__item {
    padding: 20px;
  }

  .a2e-security-signs__item-text {
    font-size: 16px;
  }

  .a2e-account-protection {
    padding: 44px 0 64px;
  }

  .a2e-account-protection__header {
    margin-bottom: 34px;
  }

  .a2e-account-protection__title {
    font-size: 36px;
  }

  .a2e-account-protection__desc {
    font-size: 17px;
  }

  .a2e-account-protection__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .a2e-account-protection__card {
    min-height: 0;
  }

  .a2e-security-help {
    padding: 10px 0 64px;
  }

  .a2e-security-help__columns {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .a2e-security-help__cta {
    margin-top: 36px;
  }
}

@media only screen and (max-width: 616px) {
  .doc-header__title {
    align-items: unset;
    font-size: 24px;
  }

  .doc-header__title svg {
    margin-top: 5px;
    width: 28px;
    height: 28px;
  }

  .a2e-section-eyebrow {
    font-size: 14px;
    padding: 9px 16px;
    gap: 8px;
  }

  .a2e-policy-accordion__intro-title {
    font-size: 28px;
  }

  .a2e-policy-accordion__intro-desc {
    font-size: 16px;
  }

  .a2e-security-signs__title {
    font-size: 28px;
  }

  .a2e-security-signs__desc {
    font-size: 16px;
  }

  .a2e-security-signs__item {
    align-items: flex-start;
  }

  .a2e-security-signs__item-text {
    font-size: 16px;
  }

  .a2e-account-protection__title {
    font-size: 28px;
  }

  .a2e-account-protection__desc {
    margin-top: 16px;
    font-size: 16px;
  }

  .a2e-account-protection__card {
    padding: 22px 20px 24px;
    border-radius: 16px;
  }

  .a2e-account-protection__card-title {
    font-size: 18px;
  }

  .a2e-account-protection__card-desc {
    font-size: 16px;
  }

  .a2e-security-help__title {
    font-size: 24px;
  }

  .a2e-security-help__desc {
    margin-bottom: 20px;
    font-size: 15px;
  }

  .a2e-security-help__contact-card,
  .a2e-security-help__step-card {
    height: auto;
    min-height: var(--a2e-security-help-card-height);
    padding: 12px 14px;
    border-radius: 12px;
  }

  .a2e-security-help__contact-icon,
  .a2e-security-help__step-index {
    width: 34px;
    height: 34px;
  }

  .a2e-security-help__contact-value {
    font-size: 15px;
  }

  .a2e-security-help__step-title {
    font-size: 17px;
  }

  .a2e-security-help__step-desc {
    font-size: 13px;
  }

  .a2e-security-help__cta {
    padding: 24px 18px;
    border-radius: 18px;
  }

  .a2e-security-help__cta-title {
    font-size: 24px;
  }

  .a2e-security-help__cta-desc {
    font-size: 15px;
  }

  .a2e-security-help__cta-btn {
    width: 100%;
    padding: 0 18px;
  }
}
