/*
Theme Name: StepMailer
Theme URI: https://stepmailer.jp/
Author: Bizup Inc.
Author URI: https://stepmailer.jp/
Description: Product website theme for StepMailer, a WordPress and Contact Form 7 friendly email automation SaaS.
Version: 1.0.5
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: stepmailer
*/




.stepmailer-terms {
  line-height: 1.9;
  color: #1f2937;
  font-size: 16px;
}
.stepmailer-terms h1 {
  margin: 0 0 1.2em;
  font-size: 2rem;
  line-height: 1.4;
}
.stepmailer-terms h2 {
  margin: 2.4em 0 0.8em;
  padding-bottom: 0.35em;
  border-bottom: 1px solid #e5e7eb;
  font-size: 1.35rem;
  line-height: 1.5;
}
.stepmailer-terms p {
  margin: 0 0 1em;
}
.stepmailer-terms .terms-date {
  margin-bottom: 1.5em;
}
.stepmailer-terms .terms-list {
  margin: 0 0 1.4em 1.4em;
  padding-left: 1.2em;
}
.stepmailer-terms .terms-list > li {
  margin: 0 0 0.7em;
  padding-left: 0.25em;
}
.stepmailer-terms .terms-sub-list {
  counter-reset: terms-sub-counter;
  list-style: none;
  margin: 0.5em 0 0.2em;
  padding-left: 0;
}
.stepmailer-terms .terms-sub-list > li {
  counter-increment: terms-sub-counter;
  position: relative;
  margin: 0 0 0.35em;
  padding-left: 2.5em;
}
.stepmailer-terms .terms-sub-list > li::before {
  content: "(" counter(terms-sub-counter) ")";
  position: absolute;
  left: 0;
  top: 0;
}
.stepmailer-policy {
    max-width: 1300px;
    margin: 0 auto;
    color: #1f2933;
    line-height: 1.9;
    font-size: 16px;
  }

.support-hero {
  padding: 148px 0 72px;
  background: #f8f9fb;
  border-bottom: 1px solid #e6e9ef;
}
.support-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
}
.support-hero h1 {
  margin: 8px 0 12px;
  color: #182233;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.25;
  font-weight: 900;
}
.support-hero p {
  max-width: 720px;
  margin: 0;
  color: #667085;
}
.support-hero-actions {
  display: flex;
  justify-content: flex-end;
}
.support-hero-button.final-cta-primary {
  flex: 0 0 auto;
  min-width: 300px;
  padding: 0 26px;
  white-space: nowrap;
}
.support-layout-section {
  padding: 56px 0 88px;
  background: #fff;
}
.support-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 48px;
  align-items: start;
}
.support-sidebar {
  position: sticky;
  top: 116px;
}
.support-sidebar-nav {
  padding: 18px;
  border: 1px solid #e6e9ef;
  border-radius: 8px;
  background: #fff;
}
.support-sidebar-home,
.support-nav-group a {
  display: block;
  border-radius: 6px;
  color: #344054;
  font-size: 14px;
  line-height: 1.5;
}
.support-sidebar-home {
  padding: 10px 12px;
  font-weight: 700;
}
.support-nav-group {
  margin-top: 18px;
}
.support-nav-group p {
  margin: 0 0 8px;
  padding: 7px 12px;
  border-radius: 6px;
  background: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}
.support-nav-group ul {
  display: grid;
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.support-nav-group a {
  padding: 8px 12px;
}
.support-sidebar a:hover,
.support-sidebar a.is-active {
  background: #fff7d7;
  color: #1d293d;
}
.support-content {
  min-width: 0;
}
.support-article-header {
  margin-bottom: 32px;
}
.support-eyebrow {
  margin: 0 0 8px;
  color: var(--blue);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0;
}
.support-article-header .support-eyebrow {
  color: var(--blue);
  font-size: 16px;
}
.support-hero .eyebrow {
  color: var(--blue);
}
.support-article-header h1 {
  margin: 0 0 14px;
  color: #182233;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.35;
  font-weight: 900;
}
.support-article-header p {
  max-width: 840px;
  margin: 0;
  color: #475467;
  font-size: 17px;
}
.support-toc {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 34px;
  padding: 14px;
  border: 1px solid #e6e9ef;
  border-radius: 8px;
  background: #f8f9fb;
}
.support-toc a {
  padding: 7px 10px;
  border: 1px solid #e6e9ef;
  border-radius: 6px;
  background: #fff;
  color: #344054;
  font-size: 13px;
  font-weight: 700;
}
.support-section {
  margin: 0 0 44px;
  scroll-margin-top: 112px;
}
.support-section h2 {
  margin: 0 0 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e9ef;
  color: #182233;
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.45;
  font-weight: 900;
}
.support-section p {
  margin: 0 0 18px;
  color: #344054;
}
.support-section p a {
  color: #083a8f;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.support-steps {
  display: grid;
  gap: 10px;
  margin: 0 0 50px;
  padding: 18px 22px 18px 42px;
  border: 2px solid #0b4aa2;
  border-radius: 8px;
  background: #eef6ff;
}
.support-steps li {
  padding-left: 4px;
}
.support-steps a {
  color: #083a8f;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.support-operation-blocks {
  display: grid;
  gap: 46px;
}
.support-operation-block {
  scroll-margin-top: 112px;
}
.support-operation-block h3 {
  margin: 0 0 16px;
  color: #182233;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 800;
}
.support-steps.support-steps-inner {
  margin-bottom: 24px;
}
.support-operation-note {
  margin: 14px 0 0;
  color: #475467;
  font-size: 15px;
}
.support-operation-after {
  margin: 4px 0 0;
  color: #344054;
}
.support-operation-after a {
  color: #083a8f;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.support-operation-details {
  display: grid;
  gap: 22px;
  margin: -20px 0 34px;
}
.support-operation-details h5 {
  margin: 0 0 8px;
  color: #182233;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 800;
}
.support-operation-details p {
  margin: 0;
  color: #344054;
}
.support-note-box {
  padding: 18px 20px;
  border: 1px solid #f4a3ad;
  border-radius: 8px;
  background: #fff1f3;
  color: #c1121f;
}
.support-note-box strong {
  display: block;
  margin-bottom: 8px;
  color: #c1121f;
}
.support-note-box ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 1.3em;
}
.support-shot {
  margin: 22px 0 28px;
  scroll-margin-top: 112px;
}
.support-shot img {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  border: 1px solid #e6e9ef;
  border-radius: 8px;
  background: #f8f9fb;
}
.support-shot figcaption {
  margin-top: 10px;
  color: #667085;
  font-size: 16px;
}
.support-procedure {
  display: grid;
  gap: 10px;
}
.support-procedure-notice {
  margin: -8px 0 30px;
  padding: 16px 18px;
  border: 1px solid #f2d35b;
  border-radius: 8px;
  background: #fff9df;
  color: #000;
  font-weight: 800;
  line-height: 1.9;
}
.support-procedure-after {
  margin: 26px 0 10px;
  color: #344054;
}
.support-procedure-note {
  margin: 0;
  color: #475467;
  font-size: 15px;
}
.support-related-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.support-related-links a {
  padding: 10px 14px;
  border: 1px solid #e6e9ef;
  border-radius: 6px;
  background: #fff;
  color: #083a8f;
  font-weight: 700;
}
.support-category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.support-category {
  padding: 22px;
  border: 1px solid #e6e9ef;
  border-radius: 8px;
  background: #fff;
}
.support-category h2 {
  margin: 0 0 16px;
  color: #182233;
  font-size: 20px;
}
.support-category ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.support-category a {
  display: grid;
  gap: 4px;
  padding: 12px;
  border-radius: 6px;
  background: #f8f9fb;
}
.support-category a:hover {
  background: #fff7d7;
}
.support-category span {
  color: #182233;
  font-weight: 800;
}
.support-category small {
  color: #667085;
  font-size: 13px;
  line-height: 1.6;
}
.support-mobile-menu {
  display: none;
}

@media (max-width: 980px) {
  .support-hero-grid {
    grid-template-columns: 1fr;
  }
  .support-hero-actions {
    justify-content: flex-start;
  }
  .support-layout {
    display: block;
  }
  .support-layout > .support-sidebar {
    display: none;
  }
  .support-mobile-menu {
    display: block;
    margin-bottom: 30px;
    border: 1px solid #e6e9ef;
    border-radius: 8px;
    background: #fff;
  }
  .support-mobile-menu summary {
    cursor: pointer;
    padding: 14px 16px;
    color: #1d293d;
    font-weight: 800;
  }
  .support-mobile-menu .support-sidebar {
    position: static;
    display: block;
    padding: 0 14px 14px;
  }
  .support-mobile-menu .support-sidebar-nav {
    border: 0;
    padding: 0;
  }
  .support-category-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .support-hero {
    padding: 118px 0 48px;
  }
  .support-hero-button.final-cta-primary {
    width: 100%;
    min-width: 0;
    white-space: normal;
  }
  .support-layout-section {
    padding: 34px 0 64px;
  }
  .support-toc {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding: 10px;
  }
  .support-toc a {
    flex: 0 0 auto;
  }
  .support-article-header p {
    font-size: 16px;
  }
  .support-section {
    margin-bottom: 34px;
  }
}
  .stepmailer-policy h1 {
    margin: 0 0 1.5em;
    font-size: clamp(28px, 4vw, 40px);
    line-height: 1.35;
    font-weight: 800;
  }
  .stepmailer-policy h2 {
    margin: 2.6em 0 0.9em;
    padding-bottom: 0.45em;
    border-bottom: 1px solid #d9e2ec;
    font-size: clamp(20px, 2.4vw, 26px);
    line-height: 1.45;
    font-weight: 800;
  }
  .stepmailer-policy h3 {
    margin: 1.8em 0 0.6em;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
  }
  .stepmailer-policy p {
    margin: 0 0 1em;
  }
  .stepmailer-policy .policy-date {
    margin-bottom: 1.8em;
    color: #52616b;
  }
  .stepmailer-policy ol,
  .stepmailer-policy ul {
    margin: 0 0 1.2em 1.4em;
    padding: 0;
  }
  .stepmailer-policy li {
    margin: 0.35em 0;
    padding-left: 0.2em;
  }
  .stepmailer-policy .paren-list {
    list-style: none;
    margin-left: 0;
    counter-reset: paren-counter;
  }
  .stepmailer-policy .paren-list > li {
    counter-increment: paren-counter;
    position: relative;
    padding-left: 2.4em;
  }
  .stepmailer-policy .paren-list > li::before {
    content: "(" counter(paren-counter) ")";
    position: absolute;
    left: 0;
    top: 0;
  }
  .stepmailer-policy .table-wrap {
    overflow-x: auto;
    margin: 1.2em 0 1.8em;
  }
  .stepmailer-policy table {
    width: 100%;
    border-collapse: collapse;
    min-width: 720px;
    font-size: 14px;
  }
  .stepmailer-policy th,
  .stepmailer-policy td {
    border: 1px solid #d9e2ec;
    padding: 0.85em 0.9em;
    text-align: left;
    vertical-align: top;
  }
  .stepmailer-policy th {
    background: #f4f7f6;
    font-weight: 700;
    white-space: nowrap;
  }
  .stepmailer-policy a {
    color: #1a73e8;
    text-decoration: underline;
  }
  .stepmailer-policy .contact-block {
    margin: 1.2em 0;
    padding: 1.2em 1.4em;
    background: #f8faf9;
    border: 1px solid #d9e2ec;
    border-radius: 10px;
  }





  .legal-page .legal-date {
    margin: 0 0 32px;
    color: #667085;
    font-size: 14px;
  }

  .legal-page h2 {
    margin: 48px 0 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e7eb;
    font-size: clamp(22px, 3vw, 28px);
    line-height: 1.45;
    font-weight: 800;
  }

  .legal-page p {
    margin: 0 0 18px;
  }

  .legal-page table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0 36px;
    border: 1px solid #e5e7eb;
    background: #fff;
  }

  .legal-page th,
  .legal-page td {
    padding: 18px 20px;
    border: 1px solid #e5e7eb;
    vertical-align: top;
    text-align: left;
  }

  .legal-page th {
    width: 28%;
    background: #f8fafc;
    font-weight: 700;
    white-space: nowrap;
  }

  .legal-page a {
    color: #0066cc;
    text-decoration: underline;
    word-break: break-all;
  }

  .legal-page .legal-note {
    margin-top: 24px;
    padding: 20px 24px;
    border-radius: 12px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
  }

  @media (max-width: 767px) {
    .legal-page {
      padding: 36px 16px 56px;
      font-size: 15px;
    }

    .legal-page table,
    .legal-page tbody,
    .legal-page tr,
    .legal-page th,
    .legal-page td {
      display: block;
      width: 100%;
    }

    .legal-page th {
      border-bottom: none;
      white-space: normal;
    }

    .legal-page td {
      border-top: none;
    }
  }

/* Legal content layout */
.legal-page {
  max-width: 1300px;
  margin: 0 auto;
  padding: 48px 20px 72px;
  color: #1f2933;
  line-height: 1.9;
  font-size: 16px;
}

.legal-page h1 {
  max-width: none;
  margin: 0 0 32px;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: 0.02em;
}

/* Yellow title page template */
.page-yellow-title-hero {
    display: grid;
    min-height: 200px;
    padding: 120px 0 50px;
    place-items: center;
    background: #fdd94b;
    text-align: center;
}

.page-yellow-title-hero-inner {
  max-width: 1300px;
}

.page-yellow-title-hero h1,
.page-yellow-title-heading {
  width: 100%;
  max-width: none;
  margin: 0;
  color: #000;
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}

.page-yellow-title-content {
  background: #fff;
}

.page-yellow-title-content > .container,
.page-yellow-title-body {
  max-width: 1300px;
}

.page-yellow-title-body h1 {
  max-width: none;
  text-align: center;
}

@media (max-width: 768px) {
  .page-yellow-title-hero {
    min-height: 280px;
    padding: 128px 0 72px;
  }
}

/* Features index page */
.features-page {
  padding: 92px 0 104px;
  background: #f8f9fb;
}

.features-page-lead {
  max-width: 860px;
  margin: 0 auto 54px;
  text-align: center;
}

.features-page-lead h2 {
  margin: 0;
  color: #1d293d;
  font-size: clamp(30px, 4vw, 42px);
  font-weight: 900;
  line-height: 1.35;
}

.features-page-lead p {
  margin: 22px 0 0;
  color: #344054;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
}

.features-page-grid {
  display: grid;
  max-width: 980px;
  grid-template-columns: 1fr;
  gap: 24px;
  margin: 0 auto;
}

.features-page-card {
  padding: 30px;
  border: 1px solid #e6e9ef;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(29, 41, 61, 0.06);
}

.features-page-card-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid #edf0f3;
}

.features-page-card-header img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.features-page-card-header h3 {
  margin: 0;
  color: #1d293d;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.35;
}

.features-page .feature-list {
  display: grid;
  gap: 18px;
  margin: 0;
}

.features-page .feature-item {
  display: grid;
  gap: 6px;
  padding-left: 16px;
  border-left: 3px solid #fdd94b;
}

.features-page .feature-item dt {
  color: #1d293d;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.55;
}

.features-page .feature-item dd {
  margin: 0;
  color: #475467;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

.features-page-note {
  margin: 40px 0 0;
  padding: 18px 22px;
  border: 1px solid #ead073;
  border-radius: 8px;
  background: #fff8d8;
  color: #1d293d;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}
.features-page-note a {
  color: #0b3f98;
  margin: 0 3px;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.3s ease;
}

.features-page-note a:hover {
  color: #4fa2f5;
}

@media (max-width: 760px) {
  .features-page {
    padding: 64px 0 72px;
  }

  .features-page-lead {
    margin-bottom: 36px;
    text-align: left;
  }

  .features-page-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .features-page-card {
    padding: 22px;
  }

  .features-page-card-header {
    margin-bottom: 20px;
  }
}

/* WordPress integration page */
.wordpress-integration-page {
  background: #fff;
  color: #1d293d;
}

.wordpress-integration-hero {
  padding: 170px 0 96px;
  background: #fdd94b;
}

.wordpress-integration-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  align-items: center;
  gap: 76px;
}

.wordpress-integration-eyebrow {
  margin: 0 0 18px;
  color: #806600;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.3;
}

.wordpress-integration-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #1d293d;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.25;
}

.wordpress-integration-hero p:not(.wordpress-integration-eyebrow) {
  max-width: 720px;
  margin: 28px 0 0;
  color: #172033;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.9;
}

.wordpress-integration-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

.wordpress-integration-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.wordpress-integration-button:hover {
  transform: translateY(2px);
}

.wordpress-integration-button.is-primary {
  background: #083a8f;
  color: #fff;
  box-shadow: 0 5px 0 rgba(29, 41, 61, 0.24);
}

.wordpress-integration-button.is-secondary {
  border: 2px solid #1d293d;
  background: #fff;
  color: #1d293d;
}

.wordpress-integration-visual {
  display: block;
}

.wordpress-integration-visual img {
  width: 100%;
  height: auto;
}

.wordpress-integration-section {
  padding: 86px 0;
  background: #fff;
}

.wordpress-integration-section.is-soft {
  background: #f8f9fb;
}

.wordpress-integration-heading {
  max-width: 820px;
  margin: 0 auto 36px;
  text-align: center;
}

.wordpress-integration-heading.is-left {
  margin: 0;
  text-align: left;
}

.wordpress-integration-heading h2,
.wordpress-integration-bottom-cta h2 {
  margin: 0;
  color: #1d293d;
  font-size: clamp(28px, 3.4vw, 36px);
  font-weight: 900;
  line-height: 1.35;
}

.wordpress-integration-heading p,
.wordpress-integration-bottom-cta p {
  margin: 18px 0 0;
  color: #475467;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
}

.wordpress-integration-card-grid,
.wordpress-integration-scene-grid {
  display: grid;
  gap: 18px;
}

.wordpress-integration-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wordpress-integration-card,
.wordpress-integration-scene-grid article,
.wordpress-integration-step,
.wordpress-integration-data-card,
.wordpress-integration-faq div {
  border: 1px solid #e6e9ef;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(29, 41, 61, 0.06);
}

.wordpress-integration-card {
  padding: 24px;
}

.wordpress-integration-card img {
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
}

.wordpress-integration-card h3,
.wordpress-integration-step h3,
.wordpress-integration-scene-grid h3 {
  margin: 0;
  color: #1d293d;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.45;
}

.wordpress-integration-card p,
.wordpress-integration-step p,
.wordpress-integration-scene-grid p {
  margin: 12px 0 0;
  color: #475467;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

.wordpress-integration-steps {
  display: grid;
  gap: 48px;
  max-width: 1300px;
  margin: 0 auto;
}

.wordpress-integration-step {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  align-items: center;
  gap: 48px;
  min-height: 280px;
  padding: 44px 56px;
  border-color: rgba(29, 41, 61, 0.1);
  background: #fff;
}

.wordpress-integration-step::before {
  position: absolute;
  top: 100%;
  left: 78px;
  z-index: 0;
  width: 0;
  height: 48px;
  border-left: 3px dotted #f0c400;
  content: "";
}

.wordpress-integration-step::after {
  content: none;
}

.wordpress-integration-step:last-child::before,
.wordpress-integration-step:last-child::after {
  content: none;
}

.wordpress-integration-step span {
  display: inline-flex;
  min-width: 96px;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  margin: -64px 0 28px;
  border-radius: 999px;
  background: #fdd94b;
  color: #1d293d;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
}

.wordpress-integration-step-copy {
  position: relative;
}

.wordpress-integration-step-visual {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1.55 / 1;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(29, 41, 61, 0.08);
}

.wordpress-integration-step-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wordpress-integration-two-column {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(380px, 1.08fr);
  align-items: center;
  gap: 48px;
}

.wordpress-integration-data-card {
  padding: 10px 28px;
}

.wordpress-integration-data-card dl {
  margin: 0;
}

.wordpress-integration-data-card div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid #edf0f3;
}

.wordpress-integration-data-card div:last-child {
  border-bottom: 0;
}

.wordpress-integration-data-card dt,
.wordpress-integration-faq dt {
  color: #1d293d;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.6;
}

.wordpress-integration-data-card dd,
.wordpress-integration-faq dd {
  margin: 0;
  color: #475467;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

.wordpress-integration-section.is-alert-section {
  padding-top: 0;
}

.wordpress-integration-alert {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  padding: 24px 28px;
  border: 1px solid #ead073;
  border-radius: 8px;
  background: #fff8d8;
}

.wordpress-integration-alert img {
  width: 42px;
  height: 42px;
}

.wordpress-integration-alert p {
  margin: 0;
  color: #1d293d;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.85;
}

.wordpress-integration-scene-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wordpress-integration-scene-grid article {
  padding: 26px;
}

.wordpress-integration-faq {
  display: grid;
  gap: 14px;
  max-width: 980px;
  margin: 0 auto;
}

.wordpress-integration-faq div {
  padding: 22px 24px;
}

.wordpress-integration-faq dd {
  margin-top: 8px;
}

.wordpress-integration-bottom-cta {
  padding: 82px 0;
  background: #fdd94b;
  text-align: center;
}

.wordpress-integration-bottom-cta p {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  color: #172033;
}

.wordpress-integration-bottom-cta .wordpress-integration-button {
  margin-top: 32px;
}

.wordpress-integration-bottom-cta .hero-actions {
  justify-content: center;
}

@media (max-width: 980px) {
  .wordpress-integration-hero-grid,
  .wordpress-integration-two-column {
    grid-template-columns: 1fr;
  }

  .wordpress-integration-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .wordpress-integration-hero {
    padding: 132px 0 64px;
  }

  .wordpress-integration-visual {
    max-width: 560px;
  }

  .wordpress-integration-section {
    padding: 62px 0;
  }

  .wordpress-integration-card-grid,
  .wordpress-integration-scene-grid {
    grid-template-columns: 1fr;
  }

  .wordpress-integration-steps {
    gap: 38px;
  }

  .wordpress-integration-step {
    grid-template-columns: 1fr;
    gap: 24px;
    min-height: 0;
    padding: 34px 24px;
  }

  .wordpress-integration-step::before {
    top: auto;
    right: auto;
    bottom: -38px;
    left: 48px;
    width: 0;
    height: 38px;
  }

  .wordpress-integration-step span {
    margin: -54px 0 22px;
  }

  .wordpress-integration-data-card div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .wordpress-integration-alert {
    grid-template-columns: 1fr;
  }

  .wordpress-integration-actions {
    flex-direction: column;
  }
}

/* Pricing page */
.pricing-hero {
  padding: 132px 0 52px;
  background: #fdd94b;
}

.pricing-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.95fr);
  align-items: center;
  gap: 96px;
  min-height: 390px;
}

.pricing-hero-copy {
  padding-top: 4px;
}

.pricing-hero h1 {
  max-width: none;
  margin: 0;
  color: #08213a;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.35;
}

.pricing-hero p {
  max-width: 520px;
  margin: 54px 0 0;
  color: #0b1729;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.pricing-hero-placeholder,
.pricing-final-placeholder {
  width: 100%;
  aspect-ratio: 1.55 / 1;
  border-radius: 8px;
  background: #f5f5f5;
  box-shadow: 0 5px 0 rgba(29, 41, 61, 0.12), 0 14px 28px rgba(29, 41, 61, 0.14);
}

.pricing-final-image-wrap img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.functions-hero-logo {
  display: flex;
  min-height: 320px;
  align-items: center;
  justify-content: center;
}

.functions-hero-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.pricing-cards-section {
  padding: 98px 0 84px;
  background: #f7f7f7;
}

.pricing-plan-grid {
  display: grid;
  width: min(1320px, calc(100% - 80px));
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.pricing-plan-card {
  display: flex;
  flex-direction: column;
  min-height: 450px;
  padding: 28px 22px 30px;
  border: 1px solid #f0d870;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 4px 0 rgba(29, 41, 61, 0.18), 0 12px 24px rgba(29, 41, 61, 0.08);
}

.pricing-plan-label {
  margin: 0 0 16px;
  color: #003a93;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
}

.pricing-plan-price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #0b1729;
  color: #000;
}

.pricing-plan-price strong {
  font-size: 31px;
  font-weight: 900;
  line-height: 1;
}

.pricing-plan-price span {
  color: #495466;
  font-size: 16px;
  font-weight: 700;
}

.pricing-feature-list {
  display: grid;
  gap: 15px;
  margin: 0;
  padding: 20px 0 0 0;
  list-style: none;
}

.pricing-feature-list li {
  display: grid;
  grid-template-columns: 16px 1fr;
  align-items: start;
  gap: 8px;
  color: #0b1729;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
}

.pricing-check-icon {
  display: block;
  width: 16px;
  height: 16px;
  margin-top: 4px;
  background: #18d978;
  -webkit-mask: url("/wp-content/uploads/2026/06/circle-check.svg") center / contain no-repeat;
  mask: url("/wp-content/uploads/2026/06/circle-check.svg") center / contain no-repeat;
}

.pricing-feature-text {
  min-width: 0;
}

.pricing-feature-label {
  font-weight: 400;
}

.pricing-feature-text strong {
  font-weight: 900;
}

.pricing-plan-notes {
  display: grid;
  gap: 8px;
  max-width: 1320px;
  margin-top: 28px;
  color: #334155;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

.pricing-plan-notes p {
  margin: 0;
}

.pricing-trial-action {
  display: flex;
  justify-content: center;
  margin-top: 54px;
}

.pricing-blue-button {
  display: inline-flex;
  width: min(100%, 650px);
  min-height: 64px;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 0 30px;
  border-radius: 6px;
  background: #083a8f;
  color: #fff;
  font-size: 19px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 5px 0 rgba(29, 41, 61, 0.26);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pricing-blue-button:hover {
  transform: translateY(3px);
  color: #fff;
  box-shadow: 0 2px 0 rgba(29, 41, 61, 0.26);
}

.pricing-blue-button img {
  width: 28px;
  height: 28px;
  filter: brightness(0) invert(1);
}

.pricing-comparison-section {
  padding: 84px 0 94px;
  background: #fff;
}

.pricing-comparison-section h2,
.pricing-faq-section h2 {
  margin: 0 0 52px;
  color: #1d293d;
  font-size: 32px;
  font-weight: 900;
  text-align: center;
}

.pricing-table-wrap {
  overflow-x: auto;
  border-radius: 14px;
  box-shadow: 0 3px 14px rgba(29, 41, 61, 0.12);
}

.pricing-comparison-table {
  width: 100%;
  min-width: 860px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
  color: #243247;
  font-size: 16px;
  font-weight: 700;
}

.pricing-comparison-table th,
.pricing-comparison-table td {
  width: 20%;
  padding: 18px 22px;
  border-right: 1px solid #edf0f3;
  border-bottom: 1px solid #edf0f3;
  text-align: center;
  vertical-align: middle;
}

.pricing-comparison-table th:first-child,
.pricing-comparison-table td:first-child {
  text-align: left;
}

.pricing-comparison-table th {
  background: #1d293d;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
}

.pricing-comparison-table th strong {
  display: block;
  font-size: 16px;
  line-height: 1.2;
}

.pricing-comparison-table th span {
  display: block;
  min-height: 19px;
  color: #fdd94b;
  font-size: 12px;
  line-height: 1.2;
}

.pricing-comparison-table th:not(.pricing-pro-heading)::before {
  display: block;
  min-height: 19px;
  content: "";
}

.pricing-pro-heading {
  padding-top: 14px;
  padding-bottom: 14px;
}

.pricing-comparison-table td.is-pro {
  background: #fff5c4;
  color: #0b1729;
  font-weight: 900;
}

.pricing-comparison-table tr:last-child td {
  border-bottom: 0;
}

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

.pricing-faq-section {
  padding: 84px 0 110px;
  background: #f7f7f7;
}

.pricing-faq-list {
  display: grid;
  gap: 28px;
  max-width: 1080px;
  margin: 0 auto;
}

.pricing-faq-item {
  padding: 24px 44px;
  border-radius: 8px;
  background: #fff;
}

.pricing-faq-item h3 {
  margin: 0;
  color: #000;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.6;
}

.pricing-faq-item p {
  margin: 12px 0 0;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
}

.pricing-final-cta {
  padding: 94px 0 100px;
  background: #fdd94b;
}

.pricing-final-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.9fr);
  align-items: center;
  gap: 110px;
}

.pricing-final-copy h2 {
  margin: 0;
  color: #08213a;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.35;
}

.pricing-final-copy p {
  max-width: 590px;
  margin: 58px 0 46px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.85;
}

.pricing-final-copy .pricing-blue-button {
  width: min(100%, 620px);
}

@media (max-width: 980px) {
  .pricing-hero-grid,
  .pricing-final-grid {
    grid-template-columns: 1fr;
    gap: 46px;
    min-height: 0;
  }

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

@media (max-width: 680px) {
  .pricing-hero {
    padding: 130px 0 58px;
  }

  .pricing-hero h1,
  .pricing-final-copy h2 {
    font-size: 28px;
  }

  .pricing-hero-copy {
    padding-top: 0;
  }

  .pricing-hero p {
    margin-top: 28px;
  }

  .pricing-cards-section {
    padding: 62px 0 68px;
  }

  .pricing-plan-grid {
    width: min(100% - 28px, 1300px);
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .pricing-plan-card {
    min-height: 0;
  }

  .pricing-trial-action {
    margin-top: 44px;
  }

  .pricing-blue-button {
    min-height: 58px;
    gap: 14px;
    font-size: 16px;
  }

  .pricing-blue-button img {
    width: 24px;
    height: 24px;
  }

  .pricing-comparison-section,
  .pricing-faq-section {
    padding: 64px 0;
  }

  .pricing-comparison-section h2,
  .pricing-faq-section h2 {
    margin-bottom: 32px;
    font-size: 26px;
  }

  .pricing-faq-list {
    gap: 18px;
  }

  .pricing-faq-item {
    padding: 20px;
  }

  .pricing-final-cta {
    padding: 64px 0;
  }

  .pricing-final-copy p {
    margin: 28px 0 34px;
  }
}

/* FAQ page */
.faq-page-section {
  padding: 86px 0 104px;
  background: #f7f7f7;
}

.faq-page-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 56px;
  align-items: start;
}

.faq-category-nav {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 10px;
  padding: 18px;
  border: 1px solid #eceff3;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 4px 0 rgba(29, 41, 61, 0.12), 0 12px 24px rgba(29, 41, 61, 0.06);
}

.faq-category-nav a {
  display: block;
  padding: 11px 12px;
  border-radius: 6px;
  color: #1d293d;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
}

.faq-category-nav a:hover {
  background: #fff5c4;
  color: #083a8f;
}

.faq-page-groups {
  display: grid;
  gap: 50px;
}

.faq-group {
  scroll-margin-top: 120px;
}

.faq-group h2 {
  margin: 0 0 22px;
  color: #1d293d;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.35;
}

.faq-accordion-list {
  display: grid;
  gap: 16px;
}

.faq-accordion-item {
  border: 1px solid #eceff3;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 3px 12px rgba(29, 41, 61, 0.06);
  overflow: hidden;
}

.faq-accordion-item summary {
  display: grid;
  grid-template-columns: 1fr 32px;
  gap: 18px;
  align-items: center;
  min-height: 72px;
  padding: 20px 26px;
  color: #0b1729;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.6;
  cursor: pointer;
  list-style: none;
}

.faq-accordion-item summary::-webkit-details-marker {
  display: none;
}

.faq-accordion-item summary::after {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 999px;
  background: #fdd94b;
  color: #08213a;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  content: "+";
}

.faq-accordion-item[open] summary {
  border-bottom: 1px solid #eceff3;
}

.faq-accordion-item[open] summary::after {
  content: "-";
}

.faq-answer {
  padding: 20px 26px 24px;
  color: #334155;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
}

.faq-answer p {
  margin: 0;
}

.faq-answer p + p {
  margin-top: 10px;
}

.faq-final-cta {
  border-top: 1px solid rgba(29, 41, 61, 0.08);
}

@media (max-width: 980px) {
  .faq-page-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .faq-category-nav {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .faq-page-section {
    padding: 58px 0 68px;
  }

  .faq-category-nav {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .faq-page-groups {
    gap: 40px;
  }

  .faq-group h2 {
    font-size: 24px;
  }

  .faq-accordion-item summary {
    grid-template-columns: 1fr 28px;
    min-height: 64px;
    padding: 18px;
    font-size: 15px;
  }

  .faq-accordion-item summary::after {
    width: 28px;
    height: 28px;
    font-size: 18px;
  }

  .faq-answer {
    padding: 18px;
    font-size: 15px;
  }
}

.features-detail-page {
  --color-navy: #1d293d;
  --color-yellow: #fdd94b;
  --color-yellow-soft: #fff5c4;
  --color-bg: #f7f8fb;
  --color-text: #334155;
  --color-white: #ffffff;
  color: var(--color-text);
  background: var(--color-white);
}

.features-detail-page * {
  box-sizing: border-box;
}

.features-detail-page .container {
  width: min(1300px, calc(100% - 40px));
  max-width: 1300px;
}

.features-hero {
  padding: 142px 0 94px;
  background: var(--color-yellow);
}

.features-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.9fr);
  align-items: center;
  gap: 92px;
}

.features-detail-eyebrow {
  margin: 0 0 18px;
  color: #8a7100;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0;
}

.features-hero h1 {
  margin: 0;
  color: var(--color-navy);
  font-size: 40px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0;
}

.features-hero-lead,
.features-hero-sub {
  max-width: 650px;
  color: #0f172a;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.9;
}

.features-hero-lead {
  margin: 34px 0 0;
}

.features-hero-sub {
  margin: 18px 0 0;
}

.features-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.features-detail-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 0 28px;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
}

.features-detail-button.is-primary {
  background: #0b48a8;
  color: #fff;
}

.features-detail-button.is-secondary {
  border: 2px solid var(--color-navy);
  background: #fff;
  color: var(--color-navy);
}

.features-hero-visual {
  min-height: 320px;
}

.features-hero-window {
  display: flex;
  height: 100%;
  min-height: 320px;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.features-hero-window img {
  display: block;
  width: 100%;
  height: auto;
}

.feature-section {
  padding: 88px 0;
  background: var(--color-white);
}

.feature-section.is-soft {
  background: var(--color-bg);
}

.feature-section.is-white {
  background: #fff;
}

.feature-section-grid {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(320px, 2fr);
  align-items: start;
  gap: 70px;
}

.feature-section-grid.is-reverse .feature-section-copy {
  grid-column: 2;
  grid-row: 1;
  order: initial;
}

.feature-section-grid.is-reverse .feature-section-visual {
  grid-column: 1;
  grid-row: 1;
  order: initial;
}

.feature-section-grid.is-reverse {
  grid-template-columns: minmax(320px, 2fr) minmax(0, 3fr);
}

.feature-section-kicker {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 22px;
}

.feature-section-kicker img {
  width: 48px;
  height: 48px;
}

.feature-section-kicker span {
  color: #fdd94b;
  font-size: 92px;
  font-weight: 900;
  line-height: 0.82;
}

.feature-section h2 {
  margin: 0;
  color: var(--color-navy);
  font-size: 34px;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0;
}

.feature-catch {
  margin: 18px 0 0;
  color: #0f172a;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.65;
}

.feature-body {
  display: grid;
  gap: 14px;
  margin-top: 26px;
}

.feature-body p {
  margin: 0;
  color: var(--color-text);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.95;
}

.feature-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.feature-points li {
  position: relative;
  min-height: 40px;
  padding-left: 36px;
  color: #1d293d;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.65;
}

.feature-points li::before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #18d978;
  content: "";
  -webkit-mask: url("/wp-content/uploads/2026/06/circle-check.svg") center / contain no-repeat;
  mask: url("/wp-content/uploads/2026/06/circle-check.svg") center / contain no-repeat;
}

.feature-note {
  margin: 28px 0 0;
  padding: 18px 20px;
  border: 1px solid #f0d25d;
  border-radius: 8px;
  background: var(--color-yellow-soft);
  color: #3f3410;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.feature-section-visual {
  position: relative;
  display: grid;
  min-height: 360px;
  place-items: center;
  padding: 42px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background:
    linear-gradient(#eef2f7 0 0) 34px 34px / calc(100% - 68px) 20px no-repeat,
    linear-gradient(#f8fafc 0 0) 34px 78px / calc(100% - 68px) 72px no-repeat,
    linear-gradient(#f8fafc 0 0) 34px 174px / calc(100% - 68px) 72px no-repeat,
    #fff;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

.feature-section-visual::before {
  position: absolute;
  inset: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(253, 217, 75, 0.18), transparent 44%);
  content: "";
  pointer-events: none;
}

.feature-section-visual::after {
  position: absolute;
  right: 18px;
  bottom: 14px;
  color: #94a3b8;
  content: attr(data-image);
  font-size: 12px;
  font-weight: 700;
}

.feature-section-visual img {
  position: relative;
  z-index: 1;
  width: 86px;
  height: 86px;
}

.feature-section-visual.is-image {
  display: flex;
  min-height: 360px;
  align-self: center;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: #fff;
  overflow: hidden;
}

.feature-section-visual.is-image::before,
.feature-section-visual.is-image::after {
  display: none;
}

.feature-section-visual.is-image img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 560px;
  min-height: 0;
  object-fit: contain;
}

.feature-section-visual p {
  position: relative;
  z-index: 1;
  margin: 18px 0 0;
  color: var(--color-navy);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}

.features-detail-cta {
  padding: 86px 0 94px;
  background: var(--color-yellow);
  text-align: center;
}

.features-detail-cta h2 {
  margin: 0;
  color: var(--color-navy);
  font-size: 34px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0;
}

.features-detail-cta p {
  max-width: 780px;
  margin: 22px auto 34px;
  color: #0f172a;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.9;
}

.features-detail-cta .hero-actions {
  justify-content: center;
}

@media (max-width: 980px) {
  .footer-main {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .footer-menu {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .features-hero-grid,
  .feature-section-grid,
  .feature-section-grid.is-reverse {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .feature-section-grid.is-reverse .feature-section-copy,
  .feature-section-grid.is-reverse .feature-section-visual {
    grid-column: auto;
    grid-row: auto;
    order: initial;
  }
}

@media (max-width: 680px) {
  .hero-grid,
  .final-cta-grid {
    width: min(100% - 28px, 1300px);
    grid-template-columns: 1fr;
  }

  .hero.reveal-section .hero-visual,
  .reveal-section .final-cta-visual {
    transform: none;
  }

  .features-detail-page .container {
    width: min(100% - 28px, 1300px);
  }

  .features-hero {
    padding: 122px 0 64px;
  }

  .features-hero h1 {
    font-size: 30px;
  }

  .features-hero-lead,
  .features-hero-sub {
    font-size: 16px;
  }

  .features-detail-actions {
    flex-direction: column;
  }

  .features-detail-button {
    width: 100%;
  }

  .features-hero-visual,
  .features-hero-window,
  .feature-section-visual {
    min-height: 260px;
  }

  .feature-section {
    padding: 64px 0;
  }

  .feature-section h2,
  .features-detail-cta h2 {
    font-size: 27px;
  }

  .feature-section-kicker {
    gap: 16px;
  }

  .feature-section-kicker span {
    font-size: 64px;
  }

  .feature-catch {
    font-size: 19px;
  }

  .feature-points {
    grid-template-columns: 1fr;
  }

  .feature-section-visual {
    padding: 34px 20px;
  }

  .feature-section-visual::after {
    display: none;
  }

  .features-detail-cta {
    padding: 64px 0;
  }
}
.cloudflare{
	margin-top:50px;
	text-align:center;
}
