body.wwk-inner-body {
  margin: 0;
}

.wwk-amh-page,
.wwk-amh-page * {
  box-sizing: border-box;
}

.wwk-amh-page {
  margin: 0;
  background: #fff;
  color: #536f87;
  font-family: "Poppins", Arial, sans-serif;
}

.wwk-amh-page button,
.wwk-amh-page a {
  font: inherit;
}

.wwk-amh-page button:focus-visible,
.wwk-amh-page a:focus-visible {
  outline: 3px solid rgba(38, 92, 169, 0.42);
  outline-offset: 3px;
}

.wwk-amh-shell {
  width: min(1250px, calc(100% - 48px));
  margin: 0 auto;
}

.wwk-amh-section {
  padding: 82px 0;
}

.wwk-amh-heading {
  max-width: 820px;
  margin: 0 auto 42px;
  text-align: center;
}

.wwk-amh-heading h2,
.wwk-amh-section h2 {
  margin: 0;
  color: #244f7d;
  font-size: clamp(30px, 3vw, 40px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.wwk-amh-heading p {
  margin: 14px 0 0;
  color: #607990;
  font-size: 16px;
  line-height: 1.72;
}

.wwk-amh-page > .wwk-inner-top-shell {
  min-height: 480px;
  background-color: #315d84;
  background-image: none;
}

.wwk-amh-hero-media,
.wwk-amh-hero-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.wwk-amh-hero-media {
  z-index: 0;
  display: block;
  overflow: hidden;
}

.wwk-amh-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.wwk-amh-hero-overlay {
  z-index: 1;
  background: var(--wwk-hero-airlight-desktop);
}

.wwk-amh-page > .wwk-inner-top-shell::before {
  z-index: 2;
}

.wwk-amh-hero {
  position: relative;
  z-index: 3;
  min-height: 356px;
  background: transparent;
  color: #fff;
}

.wwk-amh-hero .wwk-amh-shell {
  display: block;
  min-height: 356px;
  padding: 52px 0 64px;
}

.wwk-amh-hero-copy {
  width: auto;
  max-width: 535px;
}

.wwk-amh-hero h1 {
  margin: 0 0 16px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.025em;
  text-align: left;
}

.wwk-amh-hero p {
  max-width: 500px;
  margin: 0;
  color: #edf5fb;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.62;
  text-align: left;
}

.wwk-amh-hero a,
.wwk-amh-demo a,
.wwk-amh-sizing a,
.wwk-amh-followup a,
.wwk-amh-architecture-card a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding: 11px 21px;
  background: #7ebb42;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.wwk-amh-hero a {
  min-height: 48px;
  margin-top: 24px;
  border-radius: 5px;
  padding: 12px 22px;
}

.wwk-amh-hero a span,
.wwk-amh-demo a span,
.wwk-amh-sizing a span,
.wwk-amh-followup a span,
.wwk-amh-architecture-card a span,
.wwk-amh-vps-alternative button span,
.wwk-amh-order span {
  margin-left: 8px;
}

.wwk-amh-intro {
  padding: 88px 0;
  background: #fff;
}

.wwk-amh-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 58px;
  align-items: center;
}

.wwk-amh-intro-grid > img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #dbe7f0;
  border-radius: 14px;
  padding: 18px;
  background: #f2f7fb;
}

.wwk-amh-intro h2 {
  margin-bottom: 21px;
}

.wwk-amh-intro-copy p {
  margin: 0 0 12px;
  color: #58718a;
  font-size: 15px;
  line-height: 1.76;
}

.wwk-amh-intro-copy p:last-child {
  margin-bottom: 0;
}

.wwk-amh-intro-checklist {
  display: grid;
  margin: 25px 0 0;
  padding: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 20px;
  list-style: none;
}

.wwk-amh-intro-checklist li {
  display: flex;
  align-items: flex-start;
  color: #3f6484;
  font-size: 13px;
  line-height: 1.55;
}

.wwk-amh-intro-checklist li span {
  margin-right: 9px;
  color: #72ae3c;
  font-weight: 800;
}

.wwk-amh-facts-title {
  margin: 27px 0 12px;
  color: #244f7d;
  font-size: 17px;
  line-height: 1.35;
}

.wwk-amh-commercial-facts {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  list-style: none;
}

.wwk-amh-commercial-facts li {
  min-width: 0;
  border: 1px solid #dce7ef;
  border-radius: 6px;
  padding: 11px 12px;
  background: #f8fbfd;
}

.wwk-amh-commercial-facts span,
.wwk-amh-commercial-facts b {
  display: block;
}

.wwk-amh-commercial-facts span {
  margin-bottom: 4px;
  color: #70879a;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.wwk-amh-commercial-facts b {
  overflow-wrap: anywhere;
  color: #2b597f;
  font-size: 12px;
  line-height: 1.42;
}

.wwk-amh-locations {
  padding: 48px 0;
  background: #edf5fa;
}

.wwk-amh-locations .wwk-amh-heading {
  margin-bottom: 27px;
}

.wwk-amh-location-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border: 1px solid #d5e1ea;
  border-radius: 8px;
  background: #fff;
}

.wwk-amh-location {
  display: flex;
  min-height: 66px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-left: 1px solid #dce6ee;
  padding: 12px 10px;
  background: #fff;
  color: #54718a;
  font-size: 13px;
  cursor: pointer;
}

.wwk-amh-location:first-child {
  border-left: 0;
}

.wwk-amh-location.is-active {
  box-shadow: inset 0 -4px #7ebb42;
  color: #265ca9;
  font-weight: 700;
}

.wwk-amh-radio {
  width: 15px;
  height: 15px;
  margin-right: 8px;
  flex: 0 0 15px;
  border: 2px solid #95acbe;
  border-radius: 50%;
}

.wwk-amh-location.is-active .wwk-amh-radio {
  border: 5px solid #7ebb42;
}

.wwk-amh-flag {
  width: 24px;
  height: 15px;
  margin-right: 8px;
  flex: 0 0 24px;
  border: 1px solid rgba(45, 76, 104, 0.15);
  border-radius: 2px;
  object-fit: cover;
}

.wwk-amh-pricing {
  padding: 86px 0 78px;
  background: #f7fafc;
}

.wwk-amh-plan-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.wwk-amh-plan {
  display: flex;
  min-width: 0;
  flex-direction: column;
  border: 1px solid #d3e0ea;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(35, 76, 112, 0.07);
}

.wwk-amh-plan-heading {
  min-height: 92px;
  padding: 20px 20px 14px;
  text-align: left;
}

.wwk-amh-plan-heading span {
  display: block;
  margin-bottom: 6px;
  color: #71879a;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.wwk-amh-plan h3 {
  margin: 0;
  color: #244f7d;
  font-size: 19px;
  line-height: 1.3;
}

.wwk-amh-price {
  display: flex;
  min-height: 74px;
  align-items: baseline;
  border-top: 1px solid #e2eaf0;
  border-bottom: 1px solid #e2eaf0;
  padding: 18px 20px;
  background: #f7fafc;
}

.wwk-amh-price b {
  color: #265ca9;
  font-size: 31px;
  line-height: 1;
}

.wwk-amh-price small {
  margin-left: 7px;
  color: #71879a;
  font-size: 10px;
}

.wwk-amh-plan-specs {
  padding: 19px 20px 0;
}

.wwk-amh-spec-group + .wwk-amh-spec-group {
  margin-top: 18px;
}

.wwk-amh-spec-group > span,
.wwk-amh-plan-service > span {
  display: block;
  margin-bottom: 8px;
  color: #71879a;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.065em;
  text-transform: uppercase;
}

.wwk-amh-spec-group dl {
  margin: 0;
}

.wwk-amh-spec-group dl > div {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 8px;
  border-top: 1px solid #e6edf2;
  padding: 8px 0;
}

.wwk-amh-spec-group dl > div:first-child {
  border-top: 0;
}

.wwk-amh-spec-group dt,
.wwk-amh-spec-group dd {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
}

.wwk-amh-spec-group dt {
  color: #7b8fa0;
}

.wwk-amh-spec-group dd {
  color: #3e617e;
  font-weight: 600;
}

.wwk-amh-plan-service {
  margin: 17px 20px 0;
  border-left: 3px solid #7ebb42;
  padding: 12px 13px;
  background: #f0f7eb;
}

.wwk-amh-plan-service > span {
  margin-bottom: 5px;
}

.wwk-amh-support {
  display: block;
  color: #2c5a7e;
  font-size: 12px;
  line-height: 1.45;
}

.wwk-amh-plan-service small {
  display: block;
  margin-top: 4px;
  color: #6c8294;
  font-size: 10px;
  line-height: 1.45;
}

.wwk-amh-recommend {
  display: grid;
  margin: auto 20px 0;
  padding-top: 18px;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.wwk-amh-recommend > span {
  grid-column: 1 / -1;
  color: #71879a;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.wwk-amh-recommend div {
  display: flex;
  flex-direction: column;
}

.wwk-amh-recommend b {
  color: #244f7d;
  font-size: 21px;
  line-height: 1.2;
}

.wwk-amh-recommend small {
  color: #7a8e9e;
  font-size: 10px;
}

.wwk-amh-order-form {
  display: contents;
}

.wwk-amh-order {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin: 18px 20px 20px;
  border: 0;
  border-radius: 4px;
  padding: 10px 16px;
  background: #7ebb42;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.wwk-amh-included {
  margin-top: 28px;
  border: 1px solid #d9e5ed;
  border-radius: 8px;
  padding: 22px 24px;
  background: #fff;
}

.wwk-amh-included h3 {
  margin: 0 0 14px;
  color: #244f7d;
  font-size: 17px;
}

.wwk-amh-included-grid {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px 20px;
  list-style: none;
}

.wwk-amh-included-grid li {
  position: relative;
  padding-left: 18px;
  color: #5d768b;
  font-size: 12px;
  line-height: 1.5;
}

.wwk-amh-included-grid li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #72ae3c;
  content: "✓";
  font-weight: 800;
}

.wwk-amh-alternatives {
  background: #fff;
}

.wwk-amh-vps-alternative-grid,
.wwk-amh-architecture-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.wwk-amh-vps-alternative {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px 24px;
  align-items: center;
  border: 1px solid #d6e3ec;
  border-radius: 9px;
  padding: 22px;
  background: #f8fbfd;
}

.wwk-amh-vps-alternative h3 {
  margin: 0 0 6px;
  color: #244f7d;
  font-size: 18px;
}

.wwk-amh-vps-alternative p {
  margin: 0;
  color: #647d91;
  font-size: 12px;
  line-height: 1.55;
}

.wwk-amh-vps-alternative > strong {
  color: #265ca9;
  font-size: 23px;
}

.wwk-amh-vps-alternative > strong small {
  display: block;
  color: #71879a;
  font-size: 9px;
  font-weight: 600;
}

.wwk-amh-vps-alternative form {
  grid-column: 1 / -1;
}

.wwk-amh-vps-alternative button {
  min-height: 42px;
  border: 0;
  border-radius: 4px;
  padding: 9px 18px;
  background: #7ebb42;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.wwk-amh-architecture-heading {
  display: flex;
  margin: 42px 0 18px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.wwk-amh-architecture-heading h3 {
  margin: 0;
  color: #244f7d;
  font-size: 22px;
}

.wwk-amh-architecture-heading p {
  max-width: 520px;
  margin: 0;
  color: #657d91;
  font-size: 13px;
}

.wwk-amh-architecture-card {
  border: 1px solid #d6e3ec;
  border-top: 3px solid #265ca9;
  border-radius: 8px;
  padding: 24px;
  background: #fff;
}

.wwk-amh-architecture-card h3 {
  margin: 0 0 10px;
  color: #244f7d;
  font-size: 17px;
  line-height: 1.35;
}

.wwk-amh-architecture-card p {
  margin: 0 0 12px;
  color: #647c90;
  font-size: 13px;
  line-height: 1.65;
}

.wwk-amh-architecture-card p:first-of-type {
  color: #5d9a30;
  font-size: 17px;
  font-weight: 700;
}

.wwk-amh-architecture-card a {
  min-height: 40px;
  margin-top: 3px;
  padding: 9px 15px;
  font-size: 12px;
}

.wwk-amh-demo {
  padding: 64px 0;
  background: #edf5fa;
}

.wwk-amh-demo-card {
  display: grid;
  min-height: 310px;
  overflow: hidden;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1.1fr);
  border: 1px solid #d3e1eb;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(35, 76, 112, 0.07);
}

.wwk-amh-demo-copy {
  padding: 42px 46px;
}

.wwk-amh-demo h2 {
  margin-bottom: 18px;
}

.wwk-amh-demo h3 {
  margin: 0 0 9px;
  color: #315b80;
  font-size: 18px;
}

.wwk-amh-demo p {
  max-width: 470px;
  margin: 0;
  color: #627b90;
  font-size: 14px;
  line-height: 1.7;
}

.wwk-amh-demo a {
  margin-top: 21px;
}

.wwk-amh-demo-visual {
  min-height: 310px;
  background: #174c91 url("./assets/demo-band.webp") center / cover no-repeat;
}

.wwk-amh-features {
  padding: 88px 0;
  background: #fff;
}

.wwk-amh-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 42px 28px;
}

.wwk-amh-feature-grid article {
  text-align: center;
}

.wwk-amh-feature-grid svg {
  display: flex;
  width: 68px;
  height: 68px;
  margin: 0 auto 17px;
  border-radius: 50%;
  padding: 8px;
  background: #edf4fa;
}

.wwk-amh-feature-grid h3 {
  margin: 0 0 10px;
  color: #29557f;
  font-size: 17px;
  line-height: 1.35;
}

.wwk-amh-feature-grid p {
  margin: 0;
  color: #627a8f;
  font-size: 14px;
  line-height: 1.68;
}

.wwk-amh-knowledge {
  padding: 88px 0;
  background: #f1f6fa;
}

.wwk-amh-tabs {
  max-width: 1120px;
  margin: 0 auto;
  border: 1px solid #d4e1ea;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(35, 76, 112, 0.06);
}

.wwk-amh-tabs > [role="tablist"] {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid #d4e1ea;
  background: #f8fbfd;
}

.wwk-amh-tabs [role="tab"] {
  min-height: 68px;
  border: 0;
  border-left: 1px solid #dce6ed;
  border-bottom: 4px solid transparent;
  padding: 13px 14px;
  background: #f8fbfd;
  color: #5d7890;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
}

.wwk-amh-tabs [role="tab"]:first-child {
  border-left: 0;
}

.wwk-amh-tabs [role="tab"][aria-selected="true"] {
  border-bottom-color: #7ebb42;
  background: #fff;
  color: #265ca9;
}

.wwk-amh-tabs [role="tabpanel"] {
  padding: 42px 48px 46px;
  background: #fff;
}

.wwk-amh-tabs [role="tabpanel"] h3 {
  margin: 0 0 22px;
  color: #244f7d;
  font-size: 23px;
  line-height: 1.32;
}

.wwk-amh-tabs [role="tabpanel"] h4 {
  margin: 29px 0 10px;
  padding-top: 27px;
  border-top: 1px solid #dce6ee;
  color: #315c80;
  font-size: 18px;
  line-height: 1.4;
}

.wwk-amh-tabs [role="tabpanel"] h3 + h4,
.wwk-amh-tabs [role="tabpanel"] p + h4:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.wwk-amh-tabs [role="tabpanel"] p {
  max-width: 930px;
  margin: 0 0 12px;
  color: #58718a;
  font-size: 15px;
  line-height: 1.78;
}

.wwk-amh-compare-scroll {
  overflow: auto;
  border: 1px solid #d6e2ec;
  border-radius: 6px;
}

.wwk-amh-compare-scroll table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.wwk-amh-compare-scroll th,
.wwk-amh-compare-scroll td {
  border: 1px solid #dce6ee;
  padding: 12px 13px;
  color: #58718a;
  font-size: 12px;
  text-align: center;
}

.wwk-amh-compare-scroll thead th {
  background: #265ca9;
  color: #fff;
}

.wwk-amh-compare-scroll tbody th {
  background: #f1f6fa;
  color: #315c80;
  text-align: left;
}

.wwk-amh-sizing {
  padding: 62px 0;
  background: #fff;
}

.wwk-amh-sizing .wwk-amh-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(240px, 0.7fr) auto;
  gap: 30px;
  align-items: center;
  border: 1px solid #d5e3ed;
  border-radius: 10px;
  padding: 31px 34px;
  background: #edf5fa;
}

.wwk-amh-sizing h2 {
  font-size: 27px;
}

.wwk-amh-sizing p {
  margin: 0;
  color: #60798e;
  font-size: 13px;
  line-height: 1.65;
}

.wwk-amh-sizing .wwk-amh-shell > div {
  display: flex;
  gap: 10px;
}

.wwk-amh-sizing a {
  min-height: 43px;
  padding: 10px 15px;
  font-size: 12px;
  text-align: center;
}

.wwk-amh-sizing a.is-secondary {
  background: #265ca9;
}

.wwk-amh-faq {
  padding: 86px 0 92px;
  background: #fff;
}

.wwk-amh-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
  align-items: start;
}

.wwk-amh-faq-item {
  border: 1px solid #d6e2ed;
  border-radius: 6px;
  background: #fff;
}

.wwk-amh-faq-item h3 {
  margin: 0;
}

.wwk-amh-faq-item button {
  display: flex;
  width: 100%;
  min-height: 68px;
  align-items: center;
  justify-content: space-between;
  border: 0;
  border-radius: 6px;
  padding: 17px 20px;
  background: #fff;
  color: #315a7f;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  text-align: left;
  cursor: pointer;
}

.wwk-amh-plus {
  margin-left: 16px;
  color: #7ebb42;
  font-size: 23px;
  font-weight: 400;
}

.wwk-amh-faq-item button[aria-expanded="true"] .wwk-amh-plus {
  transform: rotate(45deg);
}

.wwk-amh-faq-item > div {
  border-top: 1px solid #e0e8f0;
  padding: 18px 20px 21px;
}

.wwk-amh-faq-item p {
  margin: 0;
  color: #657d91;
  font-size: 14px;
  line-height: 1.75;
}

.wwk-amh-followup {
  padding: 34px 0;
  background: #dceef8;
}

.wwk-amh-followup .wwk-amh-shell {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
}

.wwk-amh-followup h2 {
  font-size: 22px;
}

.wwk-amh-followup a {
  min-height: 42px;
  padding: 9px 17px;
  background: #265ca9;
  font-size: 12px;
}

@media (max-width: 1080px) {
  .wwk-amh-plan-grid,
  .wwk-amh-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wwk-amh-included-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wwk-amh-sizing .wwk-amh-shell {
    grid-template-columns: 1fr 1fr;
  }

  .wwk-amh-sizing .wwk-amh-shell > div {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .wwk-amh-shell {
    width: calc(100% - 30px);
  }

  .wwk-amh-section {
    padding: 60px 0;
  }

  .wwk-amh-heading {
    margin-bottom: 31px;
  }

  .wwk-amh-heading h2,
  .wwk-amh-section h2 {
    font-size: 28px;
  }

  .wwk-amh-heading p {
    font-size: 14px;
  }

  .wwk-amh-page > .wwk-inner-top-shell {
    min-height: 520px;
  }

  .wwk-amh-hero-media img {
    object-position: center;
  }

  .wwk-amh-hero-overlay {
    background: var(--wwk-hero-airlight-mobile);
  }

  .wwk-amh-hero {
    min-height: 400px;
  }

  .wwk-amh-hero .wwk-amh-shell {
    min-height: 400px;
    padding: 44px 0 190px;
  }

  .wwk-amh-hero-copy {
    width: auto;
    max-width: 345px;
  }

  .wwk-amh-hero h1 {
    margin-bottom: 12px;
    font-size: 30px;
    line-height: 1.12;
  }

  .wwk-amh-hero p {
    max-width: 325px;
    font-size: 15px;
    line-height: 1.55;
  }

  .wwk-amh-hero a {
    display: inline-flex;
    height: 42px;
    min-height: 0;
    align-items: center;
    justify-content: normal;
    gap: 8px;
    margin-top: 17px;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 0;
    background: transparent;
    color: #fff;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
  }

  .wwk-amh-hero a span {
    margin-left: 0;
  }

  .wwk-amh-intro {
    padding: 60px 0;
  }

  .wwk-amh-intro-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .wwk-amh-intro-grid > img {
    padding: 12px;
  }

  .wwk-amh-intro-copy p {
    font-size: 15px;
    line-height: 1.72;
  }

  .wwk-amh-intro-checklist {
    grid-template-columns: 1fr;
  }

  .wwk-amh-commercial-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wwk-amh-location-row {
    grid-template-columns: 1fr;
  }

  .wwk-amh-location {
    justify-content: flex-start;
    border-top: 1px solid #dce6ee;
    border-left: 0;
    padding-left: 24px;
  }

  .wwk-amh-location:first-child {
    border-top: 0;
  }

  .wwk-amh-plan-grid,
  .wwk-amh-vps-alternative-grid,
  .wwk-amh-architecture-grid,
  .wwk-amh-feature-grid,
  .wwk-amh-faq-grid {
    grid-template-columns: 1fr;
  }

  .wwk-amh-plan-grid {
    gap: 21px;
  }

  .wwk-amh-plan-heading {
    min-height: 0;
  }

  .wwk-amh-spec-group dt,
  .wwk-amh-spec-group dd,
  .wwk-amh-support {
    font-size: 13px;
  }

  .wwk-amh-included-grid {
    grid-template-columns: 1fr;
  }

  .wwk-amh-vps-alternative {
    grid-template-columns: 1fr;
  }

  .wwk-amh-vps-alternative form {
    grid-column: auto;
  }

  .wwk-amh-architecture-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .wwk-amh-demo {
    padding: 52px 0;
  }

  .wwk-amh-demo-card {
    grid-template-columns: 1fr;
  }

  .wwk-amh-demo-copy {
    padding: 30px 24px 34px;
  }

  .wwk-amh-demo-visual {
    min-height: 220px;
  }

  .wwk-amh-feature-grid {
    gap: 36px;
  }

  .wwk-amh-feature-grid p {
    font-size: 14px;
  }

  .wwk-amh-tabs > [role="tablist"] {
    grid-template-columns: 1fr;
  }

  .wwk-amh-tabs [role="tab"] {
    min-height: 54px;
    border-left: 4px solid transparent;
    border-bottom: 1px solid #dce6ed;
    padding: 13px 16px;
    text-align: left;
  }

  .wwk-amh-tabs [role="tab"][aria-selected="true"] {
    border-left-color: #7ebb42;
    border-bottom-color: #dce6ed;
  }

  .wwk-amh-tabs [role="tabpanel"] {
    padding: 28px 20px 31px;
  }

  .wwk-amh-tabs [role="tabpanel"] h3 {
    font-size: 21px;
  }

  .wwk-amh-tabs [role="tabpanel"] h4 {
    font-size: 18px;
  }

  .wwk-amh-tabs [role="tabpanel"] p {
    font-size: 15px;
    line-height: 1.74;
  }

  .wwk-amh-sizing .wwk-amh-shell {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 27px 22px;
  }

  .wwk-amh-sizing .wwk-amh-shell > div {
    display: grid;
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .wwk-amh-sizing a {
    width: 100%;
  }

  .wwk-amh-faq-item button {
    font-size: 14px;
  }

  .wwk-amh-faq-item p {
    font-size: 14px;
  }

  .wwk-amh-followup .wwk-amh-shell {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }
}

@media (max-width: 420px) {
  .wwk-amh-shell {
    width: calc(100% - 26px);
  }

  .wwk-amh-commercial-facts {
    grid-template-columns: 1fr;
  }
}
