html,
body {
  overflow-x: clip;
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:
    local(""),
    url("/fonts/RobotoSlab-Regular.woff2") format("woff2"),
    url("/fonts/RobotoSlab-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src:
    local(""),
    url("/fonts/RobotoSlab-Bold.woff2") format("woff2"),
    url("/fonts/RobotoSlab-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src:
    local(""),
    url("/fonts/RobotoSlab-ExtraBold.woff2") format("woff2"),
    url("/fonts/RobotoSlab-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/MaterialIcons-Regular.woff2") format("woff2");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
}
html,
body {
  min-height: 100vh;
  min-height: 100svh;
  justify-content: space-between;
}
:root {
  --primary-color: #000000;
  --text-color: #1f2329;
  --text-secondary: #3f3f46;
  --heading-color: #000000;
  --accent-color: #000000;
  --link-color: #2563eb;
  --card-bg: #ffffff;
  --border-color: #e5dfd8;
  --border-radius: 8px;
  --text-body: clamp(1rem, 0.95rem + 0.25vw, 1.063rem);
  --text-h3: clamp(1.125rem, 1.05rem + 0.1vw, 1.25rem);
  --text-h2: clamp(1.4rem, 1.25rem + 0.2vw, 1.625rem);
  --text-h1: clamp(2.1875rem, 1.96875rem + 0.06875vw, 2.78875rem);
  --link-hover: #1d4ed8;
  --surface-hover: #f7f3ef;
  --panel-bg: #faf7f3;
  --muted-text: #52525b;
  --section-bg: #f0ebe5;
  --border-strong: #d9d2c6;
  --success: #2f5d3f;
  --hover-dark: #1f2329;
  --code-bg: #f6f3ec;
  --error-color: #e40014;
  --disabled-bg: #a3a3a3;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
}
::selection {
  background: rgba(37, 99, 235, 0.22);
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--link-color);
  outline-offset: 2px;
}
img {
  max-width: 100%;
  height: auto;
}
body {
  font-family: "Roboto Slab", serif;
  background: var(--section-bg);
  color: var(--text-color);
  overflow-x: hidden;
  line-height: 1.65;
  font-size: var(--text-body);
  animation: fadeIn 0.15s ease-in-out;
  text-wrap: pretty;
}
header {
  background: var(--card-bg);
  color: var(--text-color);
  padding: 0.5em 0;
  box-shadow: 0 1px 3px rgba(60, 64, 67, 0.15);
  position: sticky;
  top: 0;
  z-index: 10000;
}
.navbar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  position: relative;
  z-index: 10;
  background: var(--card-bg);
  padding: 0;
}
.navbar {
  width: 100%;
  background: var(--card-bg);
  display: flex;
  align-items: center;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: center;
  padding-left: 24px;
  padding-right: 24px;
}
.nav-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2.2em;
  list-style: none;
  margin: 0;
  padding: 0;
  flex: none;
  width: auto;
  flex-wrap: nowrap;
  justify-content: center;
}
.nav-links > li {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.nav-links a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: var(--text-color);
  text-decoration: none;
  font-weight: 700;
  padding: 0.45em 0.7em;
  border-radius: var(--border-radius);
  transition: background 0.2s;
  display: inline-block;
  line-height: 1.2;
}
.nav-links a:hover {
  background: var(--primary-color);
  color: #fff;
}
.nav-links a.active {
  background: var(--primary-color);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
main {
  max-width: 1200px;
  margin: 2em auto;
  padding: 2em;
  background: var(--card-bg);
  border-radius: var(--border-radius);
  box-shadow: 0 1px 3px rgba(60, 64, 67, 0.15);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1 {
  color: var(--primary-color);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, var(--section-bg) 30%, var(--section-bg) 100%);
  font-size: var(--text-h1);
  font-weight: 700;
  margin-bottom: 0.7em;
  margin-top: 1.2em;
  letter-spacing: 0.8px;
  border: none;
  border-radius: var(--border-radius);
  padding: calc(0.8em * 1.02) 1em;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  line-height: 1.15;
  text-align: center;
}
.table-container {
  width: 100%;
  overflow-x: auto;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.data-table {
  width: 100%;
  table-layout: auto;
  border-collapse: collapse;
  background: var(--card-bg);
  color: var(--text-color);
  margin: 1.5em 0;
  font-size: 0.98rem;
}
.data-table caption {
  caption-side: top;
  text-align: left;
  font-weight: 700;
  color: var(--heading-color);
  padding: 0.4em 0;
}
.data-table th,
.data-table td {
  padding: 0.55em 0.7em;
  border: 1px solid var(--border-strong);
  text-align: left;
}
.data-table th:first-child,
.data-table td:first-child {
  width: auto;
  white-space: nowrap;
  overflow-wrap: normal;
}
.data-table th:not(:first-child),
.data-table td:not(:first-child) {
  overflow-wrap: break-word;
}
.data-table thead th {
  background: var(--section-bg);
  color: var(--text-secondary);
  font-weight: 700;
}
.data-table tbody tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.02);
}
.data-table td:last-child {
  white-space: normal;
}
h2 {
  color: var(--heading-color);
  background: none;
  font-size: var(--text-h2);
  font-weight: 700;
  margin-top: 2.5em;
  margin-bottom: 0.7em;
  letter-spacing: 0.5px;
  border: none;
  border-radius: var(--border-radius);
  padding: 0;
  box-shadow: none;
  text-shadow: none;
  line-height: 1.25;
}
h3 {
  color: var(--accent-color);
  background: none;
  font-size: var(--text-h3);
  font-weight: 700;
  margin-top: 2em;
  margin-bottom: 0.4em;
  letter-spacing: 0.2px;
  border: none;
  border-radius: var(--border-radius);
  padding: 0;
  box-shadow: none;
  text-shadow: none;
  line-height: 1.35;
}
h4 {
  font-size: 1em;
  color: var(--heading-color);
  font-weight: 700;
  margin-top: 1.5em;
  margin-bottom: 0.4em;
  line-height: 1.35;
}
footer {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--text-secondary);
  font-size: 1.05em;
  margin: 2em 0 0 0;
  padding-bottom: 10px;
  line-height: 1.8;
}
.landing-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75em;
  margin: 2em 0;
}
.testimonial-card {
  background: var(--card-bg);
  border-radius: var(--border-radius);
  box-shadow: 0 1px 3px rgba(60, 64, 67, 0.15);
  border: 2px solid var(--accent-color);
  padding: 1.2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.testimonial-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.testimonial-content p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--text-color);
  margin-bottom: 1rem;
}
.testimonial-author {
  display: flex;
  align-items: center;
  margin-top: auto;
}
.testimonial-avatar {
  width: 50px;
  height: 50px;
  border-radius: var(--border-radius);
  margin-right: 0.8rem;
  border: 1px solid var(--primary-color);
}
.letter-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-color);
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
}
.testimonial-info {
  display: flex;
  flex-direction: column;
}
.testimonial-info strong {
  color: var(--text-color);
  font-size: 0.9rem;
}
.testimonial-info span {
  color: var(--muted-text);
  font-size: 0.8rem;
  opacity: 0.8;
}
@media (max-width: 800px) {
  h1,
  h2,
  h3 {
    scroll-margin-top: 100px;
  }
  .landing-testimonial-grid {
    grid-template-columns: 1fr;
    gap: 1em;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .testimonial-content p {
    font-size: 0.9rem;
  }
}
ul,
p,
li {
  color: var(--text-color);
  text-wrap: pretty;
}
main p,
main li,
main td {
  line-height: 1.7;
}
main p {
  margin-bottom: 1.5em;
}
main ul,
main ol {
  padding-left: 2em;
  margin-bottom: 1.2em;
}
main li {
  margin-bottom: 0.25em;
}
a {
  text-decoration: underline;
  color: var(--link-color);
}
a:hover {
  color: var(--link-hover);
  background: var(--surface-hover);
  border-radius: var(--border-radius);
  text-decoration: none;
}
.footer-link {
  color: var(--link-color);
  text-decoration: underline;
  font-weight: 500;
}
.footer-link:hover {
  color: var(--link-hover);
  background: var(--surface-hover);
  border-radius: var(--border-radius);
  text-decoration: none;
}
.formula {
  display: inline-block;
  background: var(--code-bg);
  color: var(--link-color);
  font-family: "Consolas", monospace;
  font-size: 1.1em;
  padding: 0.3em 0.8em;
  border-radius: var(--border-radius);
  margin: 0.7em 0 1.2em 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.5px;
  border: 1px solid var(--border-color);
}
hr {
  margin: 2.5em 0;
  border: none;
  border-top: 1.5px solid var(--primary-color);
}
pre,
pre > code,
.formula,
[class*="language-"] {
  background: var(--code-bg);
  color: var(--text-color);
  font-family: "Consolas", monospace;
  font-size: 0.85em;
  border-radius: var(--border-radius);
  padding: 1em 1.2em;
  margin: 1.2em 0;
  overflow-x: auto;
  display: block;
  line-height: 1.6;
  white-space: pre-wrap;
  word-wrap: break-word;
  max-width: 100%;
  border: 1px solid var(--border-color);
}
@media (max-width: 900px) {
  pre,
  pre > code {
    font-size: 0.85em;
    padding: 0.8em 1em;
  }
}
@media (max-width: 600px) {
  h1 {
    font-size: 1.8em;
    line-height: 1.3;
  }
  main table {
    display: block;
    width: max-content;
    max-width: 100%;
    overflow-x: auto;
  }
  main table th:first-child,
  main table td:first-child {
    min-width: 120px;
    width: auto;
  }
  main table th,
  main table td {
    padding: 5px;
    font-size: 0.88em;
    word-break: break-word;
  }
  .param-table td:first-child {
    min-width: 140px;
  }
  .nowrap-minwidth {
    min-width: 0;
    width: auto;
  }
  pre,
  pre > code {
    font-size: 0.85em;
    padding: 0.7em 0.8em;
    margin: 1em 0;
  }
}
pre > code {
  background: none;
  padding: 0;
  border-radius: 0;
}
pre.code-sample {
  background: var(--code-bg);
  color: var(--text-color);
  border-radius: var(--border-radius);
  padding: 1em 1.2em;
  overflow-x: auto;
  line-height: 1.6;
  white-space: pre-wrap;
  border: 1px solid var(--border-color);
}
code {
  font-family: "Consolas", monospace;
  font-size: 0.85em;
}
.centered-bottom-cta {
  text-align: center;
  margin: 2.5em 0 1.5em 0;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 3em auto;
  max-width: 900px;
}
.contact-card {
  background: var(--card-bg);
  border: 2px solid var(--accent-color);
  padding: 40px;
  border-radius: var(--border-radius);
  text-align: center;
  text-decoration: none;
  color: var(--text-color);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.contact-card:hover {
  color: var(--text-color);
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}
.contact-card.recaptcha-blocked {
  opacity: 0.4;
  pointer-events: none;
  cursor: not-allowed;
}
.contact-card.recaptcha-blocked:hover {
  transform: none;
}
.buy-bttn.recaptcha-blocked {
  opacity: 0.4;
  pointer-events: none;
  cursor: not-allowed;
}
.grecaptcha-badge {
  z-index: 100000 !important;
}
@media (max-width: 600px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .contact-card {
    padding: 24px;
  }
}
.contact-instructions {
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}
.contact-page-h2 {
  text-align: center;
  font-size: 1.1em;
  margin-bottom: 2em;
  color: var(--heading-color);
}
.function-overview-table {
  width: 100%;
  table-layout: auto;
  border-collapse: separate;
  border-spacing: 0;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  background: var(--card-bg);
  border-radius: 0;
}
.function-overview-table th,
.function-overview-table td {
  padding: 0.65em 0.6em;
  text-align: left;
  color: var(--text-color);
  border: 1px solid var(--border-strong);
}
.function-overview-table th:first-child,
.function-overview-table td:first-child {
  width: auto;
  white-space: nowrap;
  overflow-wrap: normal;
}
.function-overview-table th:not(:first-child),
.function-overview-table td:not(:first-child) {
  overflow-wrap: break-word;
}
.function-overview-table thead th {
  background: var(--section-bg);
  color: var(--text-secondary);
  font-weight: 700;
  border-bottom: 1px solid var(--border-strong);
  padding: 0.7em 0.6em;
  text-align: left;
  position: static;
  left: auto;
}
.function-overview-table tbody tr {
  border-bottom: 1px solid var(--section-bg);
}
.function-overview-table tbody tr:last-child {
  border-bottom: none;
}
.function-overview-table tbody tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.02);
}
.function-overview-table td {
  background: transparent;
  color: var(--text-color);
  vertical-align: middle;
}
.param-table {
  width: 100%;
  table-layout: auto;
  border-collapse: separate;
  border-spacing: 0;
  margin: 1em 0 1.5em 0;
  background: var(--card-bg);
  border-radius: 0;
  overflow-x: auto;
  display: block;
  max-width: 100%;
}
.param-table th,
.param-table td {
  padding: 0.6em 0.5em;
  text-align: left;
  color: var(--text-color);
  vertical-align: middle;
  border: 1px solid var(--border-strong);
}
.param-table th {
  background: var(--section-bg);
  color: var(--text-secondary);
  font-weight: 700;
}
.param-table tbody tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.02);
}
.param-table th:first-child,
.param-table td:first-child {
  width: 28.5714%;
  overflow-wrap: break-word;
  vertical-align: middle;
}
.param-label-opt {
  color: var(--muted-text);
}
@media (min-width: 801px) and (max-width: 900px) {
  .nav-links {
    padding-left: 8px;
  }
  .navbar {
    max-width: 100%;
    padding: 1em;
  }
  .nav-links {
    flex-wrap: wrap;
    gap: 0.95em;
  }
}
.footer-divider {
  display: inline-block;
  width: 1.5px;
  height: 1.8em;
  background: var(--primary-color);
  margin: 0 0.7em;
  vertical-align: middle;
  border-radius: var(--border-radius);
  opacity: 0.7;
}
.cta-button {
  background: var(--primary-color);
  color: #fff;
  padding: 0.75em 1.6em;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
  border: none;
  outline: none;
  display: inline-block;
  font-size: 1em;
  text-align: center;
  cursor: pointer;
  min-height: 44px;
  min-width: 44px;
  transition:
    background 0.15s,
    color 0.15s,
    box-shadow 0.15s,
    transform 0.15s;
}
.cta-button:hover,
.cta-button:focus {
  background: var(--hover-dark);
  color: #fff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  transform: translateY(-1px);
}
.cta-secondary {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: #fff;
  box-shadow: none;
}
.cta-secondary:hover,
.cta-secondary:focus {
  background: var(--hover-dark);
  color: #fff;
  box-shadow: none;
  transform: translateY(-1px);
}
.mobile-menu-toggle {
  display: none;
}
.mobile-menu-toggle:hover {
  background: rgba(0, 0, 0, 0.1);
}
.mobile-overlay {
  display: none;
}
@media (max-width: 800px) {
  .mobile-overlay {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition:
      opacity 0.3s ease,
      visibility 0.3s ease;
    pointer-events: none;
  }
  .mobile-overlay.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .navbar {
    justify-content: flex-start;
    padding: 0.5em 1em;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }
  .mobile-menu-toggle {
    display: flex;
    position: relative;
    z-index: 10000;
    background: rgba(255, 255, 255, 0.95);
    border: 2px solid var(--text-secondary);
    color: var(--text-secondary);
    font-size: 2em;
    cursor: pointer;
    width: 44px;
    height: 44px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-right: 10px;
    border-radius: var(--border-radius);
    opacity: 1;
    visibility: visible;
  }
  .mobile-menu-toggle span {
    display: block;
    width: 20px;
    height: 3px;
    background: var(--text-secondary);
    border-radius: 0;
    transition:
      transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
      opacity 0.3s ease;
    will-change: transform;
    opacity: 1;
    visibility: visible;
    min-height: 3px;
    max-height: 3px;
    line-height: 3px;
    font-size: 0;
    border: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transform-origin: center center;
  }
  .mobile-menu-toggle.active span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }
  .mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }
  .mobile-menu-toggle.active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }
  .nav-links {
    position: fixed;
    top: 0;
    right: -100vw;
    width: min(80vw, 320px);
    max-width: 320px;
    height: 100%;
    background: linear-gradient(135deg, var(--card-bg) 0%, var(--section-bg) 100%);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 80px 0 100px 0;
    transition: right 0.3s ease;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    overflow-y: auto;
    list-style: none;
    margin: 0;
    display: flex;
    pointer-events: auto;
    box-sizing: border-box;
  }
  .nav-links.active {
    right: 0;
    z-index: 99999;
  }
  .nav-links.active > li {
    pointer-events: auto;
    z-index: 100000;
  }
  .nav-links.active > li > a {
    pointer-events: auto;
    z-index: 100001;
    display: block;
    cursor: pointer;
  }
  .nav-links > li {
    width: 100%;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    margin: 0;
  }
  .nav-links > li:last-child {
    border-bottom: none;
    margin-top: 20px;
  }
  .nav-links > li > a {
    display: block;
    padding: 16px 24px;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    color: var(--text-color);
    font-size: 1.1em;
    background: none;
    border: none;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    z-index: 10001;
    pointer-events: auto;
  }
  .nav-links > li > a:hover {
    background: rgba(0, 0, 0, 0.12);
    border: 1px solid var(--primary-color);
  }
  .cta-button {
    margin: 20px 24px 0 24px;
    width: auto;
  }
  body {
    overflow-x: hidden;
  }
  main {
    margin: 1em auto;
    padding: 1em;
    max-width: 100%;
    box-sizing: border-box;
  }
  h1 {
    font-size: 1.8em;
    padding: 0.35em 1em;
    margin-bottom: 1em;
  }
}
@media (max-width: 480px) {
  body {
    font-size: 14px;
  }
  h1 {
    padding: 0.3em 1em;
  }
  h2 {
    font-size: 1.25em;
    text-align: left;
  }
  .centered-bottom-cta h2 {
    text-align: center;
  }
  h3 {
    font-size: 1.1em;
  }
  .landing-testimonial-grid {
    grid-template-columns: 1fr;
    gap: 1em;
    margin: 1.5em 0;
  }
  .navbar {
    padding: 0.8em;
  }
  .mobile-menu-toggle {
    display: flex;
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
  }
  .nav-links > li > a {
    padding: 14px 20px;
    font-size: 15px;
  }
  .nav-links .cta-button {
    display: none;
  }
  .cta-button a {
    padding: 12px 16px;
    font-size: 14px;
  }
}
.centered-title {
  text-align: center;
}
.homepage-hero-title {
  margin-bottom: -60px;
  position: relative;
  z-index: 1;
}
.social-proof {
  padding: 0 20px;
  text-align: center;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.nav-links > li > a {
  font-size: 1em;
}
.landing-hero {
  background: linear-gradient(160deg, var(--card-bg) 0%, var(--panel-bg) 100%);
  padding: 2em 0 1.67em 0;
  border-radius: var(--border-radius);
  box-shadow: 0 1px 3px rgba(60, 64, 67, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2.5em;
  position: relative;
  overflow: hidden;
  justify-content: center;
  min-height: 70vh;
}
.landing-hero .hero-subtitle {
  max-width: 800px;
  margin: 0 auto 1.5em auto;
  display: block;
}
.hero-content {
  width: 100%;
}
.landing-hero .hero-subtitle p {
  color: var(--text-color);
  text-align: center;
  margin: 1em 0;
  line-height: 1.6;
  font-size: 1.1em;
}
.hero-cta-row {
  display: flex;
  gap: 1em;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 0.7em;
}
.cta-secondary {
  background: var(--primary-color);
  color: #fff;
  border: 1px solid var(--primary-color);
}
.cta-secondary:hover {
  background: var(--hover-dark);
}
.landing-hero .cta-button {
  background: var(--primary-color);
  color: #fff;
  font-size: 1.18em;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: var(--border-radius);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  margin-bottom: 0.7em;
  transition:
    background 0.12s,
    box-shadow 0.12s;
  display: inline-block;
  border: none;
  min-width: 250px;
  max-width: 250px;
  width: 250px;
  text-align: center;
  box-sizing: border-box;
}
.landing-hero .cta-button:hover {
  background: var(--hover-dark);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  transform: translateY(-1px);
}
.landing-hero .cta-button.cta-secondary {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: #fff;
  min-width: 250px;
  max-width: 250px;
  width: 250px;
}
.landing-hero .cta-button.cta-secondary:hover {
  background: var(--hover-dark);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
@media (max-width: 900px) {
  .landing-features {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}
.landing-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em;
  margin: 3em 0 2em 0;
}
.conversion-intro {
  max-width: 780px;
  margin: 0.5em auto 1.2em auto;
  text-align: center;
  line-height: 1.6;
  color: var(--muted-text);
}
.landing-feature-card {
  background: var(--card-bg);
  border-radius: var(--border-radius);
  box-shadow: 0 1px 3px rgba(60, 64, 67, 0.15);
  padding: 1.8em 1.2em;
  text-align: center;
  text-wrap: pretty;
  transition:
    transform 0.08s,
    box-shadow 0.08s;
  border: 2px solid var(--accent-color);
  position: relative;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  display: block;
}
.landing-feature-card:hover {
  transform: translateY(-1px);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.11);
  text-decoration: none;
}
.landing-feature-card:visited {
  color: inherit;
  text-decoration: none;
}
.landing-feature-card h3 {
  color: var(--accent-color);
  font-size: 1.18em;
  margin-bottom: 0.5em;
}
.landing-feature-card p {
  color: var(--text-color);
  font-size: 1.05em;
  opacity: 0.92;
}
.featured-blog-section {
  margin-top: 2.2em;
}
.featured-blog-cards {
  margin-top: 1.4em;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 900px) {
  .featured-blog-cards {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}
.section-eyebrow {
  display: block;
  text-align: center;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--success);
  margin-bottom: 0.7em;
}
.landing-panel {
  padding: 2.4rem 1.6rem 2.6rem;
  border-radius: var(--border-radius);
  margin: 2.5em 0;
}
.landing-panel--tint {
  background: var(--section-bg);
}
.feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin: 0 auto 0.9em auto;
  border-radius: 50%;
  background: rgba(47, 93, 63, 0.1);
  color: var(--success);
}
.feature-icon .material-icons {
  font-size: 27px;
}
.blog-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--card-bg);
  border: 2px solid var(--accent-color);
  border-radius: var(--border-radius);
  box-shadow: 0 1px 3px rgba(60, 64, 67, 0.15);
  padding: 1.5em 1.3em;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
}
.blog-card h3 {
  color: var(--heading-color);
  font-size: 1.08em;
  line-height: 1.35;
  margin-bottom: 0.55em;
}
.blog-card p {
  color: var(--muted-text);
  font-size: 0.95em;
  line-height: 1.55;
  margin-bottom: 1em;
}
.blog-card-meta {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.3em;
  color: var(--success);
  font-weight: 700;
  font-size: 0.85rem;
}
.op-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 0.9em;
  margin: 2.2em 0 0.4em;
}
.op-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0.85em;
  padding: 1.05em 1.15em;
  background: var(--card-bg);
  border: 2px solid var(--accent-color);
  border-radius: var(--border-radius);
  box-shadow: 0 1px 3px rgba(60, 64, 67, 0.15);
  text-decoration: none;
  color: inherit;
  overflow: hidden;
}
.op-num {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-top: 0.1em;
  border-radius: 50%;
  background: var(--primary-color);
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 700;
}
.op-icon {
  flex-shrink: 0;
  color: var(--success);
  margin-top: 0.12em;
}
.op-icon .material-icons {
  font-size: 22px;
}
.op-body {
  min-width: 0;
}
.op-body h3 {
  font-size: 1em;
  line-height: 1.3;
  color: var(--heading-color);
  margin-bottom: 0.3em;
}
.op-body p {
  font-size: 0.9em;
  line-height: 1.45;
  color: var(--muted-text);
  margin: 0;
}
.landing-testimonials {
  margin: 3em 0 2em 0;
  background: var(--primary-color);
  border-radius: var(--border-radius);
  padding: 2.4rem 1.6rem;
}
.landing-testimonials .section-title {
  text-align: center;
  color: #ffffff;
  font-size: 1.4em;
  margin-bottom: 1.5em;
}
.landing-testimonials .section-eyebrow {
  color: rgba(255, 255, 255, 0.72);
}
.landing-testimonials .testimonial-card {
  border: 1px solid var(--border-color);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
}
.testimonial-stars {
  display: flex;
  gap: 0.1em;
  color: #e8a33d;
  margin-bottom: 0.6em;
}
.testimonial-stars .material-icons {
  font-size: 16px;
}
.company-strip {
  margin: 0 0 1.5em;
  text-align: center;
}
.company-strip-heading {
  margin: 0 0 1.2em;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted-text);
}
.company-strip-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1em 1.25em;
}
.company-logo {
  height: 40px;
  width: 72px;
  box-sizing: border-box;
  padding: 8px 10px;
  background: var(--card-bg);
  border: 2px solid var(--accent-color);
  border-radius: var(--border-radius);
  color: var(--muted-text);
  opacity: 0.7;
  transition:
    color 0.2s ease,
    opacity 0.2s ease;
}
.company-logo:hover {
  opacity: 1;
  color: var(--logo-color);
}
.company-logo--google {
  --logo-color: #4285f4;
  transform: translateY(-0.4px);
}
.company-logo--uber {
  --logo-color: #000000;
  transform: translateY(-1.1px);
}
.company-logo--shopify {
  --logo-color: #7ab55c;
  transform: translateY(-1px);
}
.company-logo--salesforce {
  --logo-color: #00a1e0;
  transform: translateY(0.4px);
}
.company-logo--amazon {
  --logo-color: #ff9900;
  transform: translateY(0.2px);
}
.landing-screenshot {
  max-width: 960px;
  margin: 2.5rem auto;
  padding: 0 1rem;
}
.landing-screenshot .screenshot-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
  border: 5px solid var(--accent-color);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
}
@media (max-width: 800px) {
  .homepage-hero-title {
    margin-bottom: -24px;
  }
  .landing-hero {
    box-sizing: border-box;
    padding: 1.2em 0 1.65em 0;
  }
  .landing-panel {
    padding: 1.6rem 1rem;
  }
  .landing-testimonials {
    padding: 1.8rem 1rem;
  }
  .landing-features {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  }
  .landing-hero .hero-subtitle p {
    font-size: 1em;
  }
  .landing-hero .hero-subtitle {
    padding: 0 1em;
  }
  .social-proof {
    padding: 0 16px;
    font-size: 0.96em;
    line-height: 1.5;
  }
  .landing-feature-card {
    padding: 1.2em 0.7em 1em 0.7em;
  }
  .conversion-intro {
    font-size: 0.98em;
    padding: 0 1em;
  }
  .landing-hero .cta-button,
  .landing-hero .cta-button.cta-secondary {
    min-width: 180px;
    max-width: 100%;
    width: 100%;
    display: block;
    margin: 0.5em auto;
  }
}
@media (max-width: 480px) {
  .homepage-hero-title {
    margin-bottom: -8px;
  }
  .landing-hero {
    box-sizing: border-box;
    padding: 1em 0 1.25em 0;
  }
  .social-proof {
    padding: 0 12px;
    font-size: 0.92em;
  }
}
.docs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2em;
  margin: 2em 0;
  max-width: 100%;
  box-sizing: border-box;
}
.docs-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 1.8em;
  margin: 2em 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 560px;
  scroll-margin-top: 1.5em;
}
.docs-tile,
.blog-tile {
  background: var(--card-bg);
  border: 2px solid var(--accent-color);
  border-radius: var(--border-radius);
  padding: 1.8em;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 1px 3px rgba(60, 64, 67, 0.15);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease;
}
.docs-tile:hover,
.blog-tile:hover {
  transform: translateY(-3px);
  box-shadow: 0 2px 6px rgba(60, 64, 67, 0.15);
}
.docs-tile::before,
.blog-tile::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  border-radius: var(--border-radius);
  pointer-events: none;
  z-index: 1;
}
.docs-tile h3,
.blog-tile h3 {
  color: var(--accent-color);
  margin-bottom: 0.7em;
  font-size: 1.35em;
  text-align: left;
  position: relative;
}
.docs-tile p,
.blog-tile p {
  color: var(--text-color);
  margin: 0;
  line-height: 1.5;
  flex-grow: 1;
  text-align: left;
}
.docs-tile .tile-meta,
.blog-tile .tile-meta {
  color: var(--muted-text);
  font-size: 0.9em;
  font-weight: 600;
  margin-top: 1.2em;
  text-align: left;
  padding-top: 1em;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}
.docs-tile:after {
  background: var(--accent-color);
}
.docs-tile,
.blog-tile,
.landing-feature-card,
.blog-card,
.op-item,
.contact-card,
.pricing-card,
.trust-card {
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
.docs-tile:hover,
.blog-tile:hover,
.landing-feature-card:hover,
.blog-card:hover,
.op-item:hover,
.contact-card:hover,
.pricing-card:hover,
.trust-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 2px 6px rgba(60, 64, 67, 0.15);
}
.pricing-table .button,
.buy-bttn,
.card-footer .buy-bttn,
.card-button {
  transition:
    background 0.15s ease,
    color 0.15s ease,
    transform 0.15s ease;
}
main.container > h1 {
  text-align: center;
}
.blog-pagination {
  display: flex;
  justify-content: center;
  gap: 0.6em;
  margin: 2.5em 0 1em;
  flex-wrap: wrap;
}
.blog-pagination button {
  min-width: 2.4em;
  height: 2.4em;
  border: 2px solid var(--primary-color);
  border-radius: var(--border-radius);
  background: transparent;
  color: var(--primary-color);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.5em;
}
.blog-pagination button:hover {
  background: rgba(0, 0, 0, 0.06);
}
.blog-pagination button.active {
  background: var(--primary-color);
  color: var(--card-bg);
  cursor: default;
}
@media (max-width: 768px) {
  .docs-grid,
  .docs-grid-3,
  .blog-grid {
    grid-template-columns: 1fr;
  }
}
.pricing-table-wrapper {
  margin: 1em auto 2.5em;
  max-width: 1000px;
  overflow-x: auto;
  padding: 0;
}
.pricing-table {
  width: auto;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0;
  background-color: var(--card-bg);
  border-radius: 0;
  overflow: hidden;
  color: var(--text-color);
}
.pricing-table th,
.pricing-table td {
  padding: 1rem 0.5rem;
  text-align: center;
  border: 1px solid var(--border-strong);
  vertical-align: middle;
  font-size: 0.9rem;
}
.pricing-table th:first-child,
.pricing-table td:first-child {
  text-align: left;
  background-color: transparent;
  width: 40%;
  white-space: nowrap;
  font-weight: 600;
  color: var(--text-color);
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
.pricing-table th:nth-child(2),
.pricing-table td:nth-child(2),
.pricing-table th:nth-child(3),
.pricing-table td:nth-child(3) {
  width: 30%;
  font-size: 1.05em;
}
.pricing-table thead th {
  background-color: var(--section-bg);
  color: var(--text-secondary);
  font-weight: 700;
}
.pricing-table thead th:first-child {
  background-color: var(--section-bg);
}
.indicator {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 0;
  font-size: 0.78em;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
  box-sizing: border-box;
  white-space: nowrap;
  width: 150px;
}
.indicator.free {
  background-color: rgba(47, 93, 63, 0.1);
  color: var(--success);
}
.indicator.usage {
  background-color: rgba(0, 0, 0, 0.08);
  color: var(--hover-dark);
}
.indicator.unlimited {
  background-color: rgba(47, 93, 63, 0.08);
  color: var(--success);
}
.indicator.locked {
  background-color: rgba(0, 0, 0, 0.05);
  color: var(--muted-text);
}
.pricing-table .indicator.locked a,
.pricing-card .indicator.locked a {
  color: var(--link-color);
  text-decoration: none;
}
.pricing-table .indicator.locked a:hover,
.pricing-table .indicator.locked a:focus,
.pricing-card .indicator.locked a:hover,
.pricing-card .indicator.locked a:focus {
  color: var(--link-hover);
}
.pricing-table a.indicator,
.pricing-card a.indicator {
  text-decoration: none;
  padding: 4px 12px;
}
.price-cell {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--text-color);
  padding: 0.5rem;
  line-height: 1.2;
}
.pricing-table td.pricing-base-label {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.2px;
}
.pricing-table tbody tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.02);
}
.pricing-table tbody tr:not(.section-header):hover td {
  background-color: rgba(0, 0, 0, 0.02);
}
.pricing-table .button {
  background-color: var(--primary-color);
  color: white;
  padding: 0.7rem 0.6rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  width: 220px;
  font-size: 0.82rem;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  box-sizing: border-box;
  white-space: nowrap;
}
.pricing-table .button:hover {
  transform: scale(1.02);
  color: white;
}
.pricing-cards-container {
  display: none;
}
.pricing-card {
  display: flex;
  background: var(--card-bg);
  border: 2px solid var(--accent-color);
  border-radius: var(--border-radius);
  padding: 2rem 1.5rem 1.5rem;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}
.pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}
.pricing-card.featured {
  border: 12px solid var(--primary-color);
  background: var(--card-bg);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}
.card-header {
  text-align: center;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 1.5rem;
}
.plan-name {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.pricing-card.featured .plan-name {
  color: var(--primary-color);
}
.pricing-card .plan-price {
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--text-color);
  margin: 0.5rem 0;
}
.pricing-card.featured .plan-price {
  color: var(--text-color);
}
.card-footer {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 1.5rem;
}
.card-button {
  width: 100%;
  padding: 0.9rem 1.5rem;
  border-radius: 8px;
  border: none;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.15s;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
}
.pricing-card a.indicator {
  border-bottom: 1px dotted var(--success);
  text-decoration: none;
  color: var(--success);
}
.plan-toggle-top-wrap {
  text-align: center;
  margin: 0 0 1.5rem;
}
.plan-toggle-top {
  display: inline-flex;
  background: var(--section-bg);
  border: 1px solid var(--border-color);
  border-radius: 0;
  padding: 4px;
}
.plan-toggle-top .toggle-option {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  box-sizing: border-box;
  padding: 10px 28px;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  color: var(--muted-text);
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 0;
  transition:
    background 0.2s,
    color 0.2s,
    border-color 0.2s;
  white-space: nowrap;
  -webkit-user-select: none;
  user-select: none;
}
.plan-toggle-top .toggle-option.active {
  background: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}
.plan-toggle-top .toggle-option:not(.active):hover {
  color: var(--text-secondary);
  border-color: var(--border-strong);
  background: var(--surface-hover);
}
.custom-slider-wrap {
  margin: 1em auto 0;
  text-align: center;
  max-width: 420px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5em;
}
.custom-slider-wrap label {
  display: block;
  font-size: 1.05em;
  color: var(--text-secondary);
  margin-bottom: 0;
  font-weight: 600;
}
.custom-slider-wrap label span {
  color: var(--accent-color);
}
.custom-slider-wrap input[type="range"] {
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  height: 6px;
  background: var(--section-bg);
  border-radius: var(--border-radius);
  outline: none;
  margin: 0.5em 0;
}
.custom-slider-wrap input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--accent-color);
  border: 2px solid var(--card-bg);
  cursor: pointer;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
.custom-slider-wrap input[type="range"]::-moz-range-thumb {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--accent-color);
  border: 2px solid var(--card-bg);
  cursor: pointer;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
.slider-price {
  font-size: 1.1em;
  color: var(--accent-color);
  font-weight: 600;
  margin-top: 0.3em;
}
.stepper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6em;
}
.stepper button {
  min-height: 44px;
  min-width: 44px;
  border: 1px solid var(--primary-color);
  background: var(--card-bg);
  color: var(--primary-color);
  border-radius: var(--border-radius);
  font-size: 1.2em;
  font-weight: 700;
  cursor: pointer;
}
.stepper button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.stepper input[type="number"] {
  width: 72px;
  height: 44px;
  text-align: center;
  font-size: 1.05em;
  font-weight: 700;
  border: 1px solid var(--border-strong);
  border-radius: var(--border-radius);
  background: var(--card-bg);
  color: var(--text-color);
}
.stepper input[type="number"]::-webkit-inner-spin-button,
.stepper input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@keyframes cellFade {
  0% {
    background: rgba(0, 0, 0, 0.08);
  }
  100% {
    background: transparent;
  }
}
.row-pulse td:nth-child(3) {
  animation: cellFade 1.2s ease-out;
}
.action-cell {
  text-align: center;
  vertical-align: middle;
  padding: 0.8rem 0.5rem;
  position: relative;
}
.purchase-result {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  pointer-events: none;
  border-radius: 0;
}
.purchase-result:not(:empty) {
  background: rgba(252, 250, 248, 0.92);
  pointer-events: auto;
}
.buy-bttn {
  position: relative;
  z-index: 10000;
  padding: 10px 20px;
  background: var(--primary-color);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  transition:
    background 0.2s,
    transform 0.15s;
}
.buy-bttn:hover {
  background: var(--hover-dark);
  transform: scale(1.02);
}
.buy-bttn:disabled {
  background: var(--disabled-bg);
  cursor: not-allowed;
}
.action-cell .buy-bttn {
  width: 220px;
  padding: 0.7rem 0.6rem;
  font-size: 0.82rem;
}
.card-footer .buy-bttn {
  width: 100%;
  padding: 0.9rem 1rem;
  font-size: 1rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  white-space: nowrap;
  box-sizing: border-box;
  background-color: var(--primary-color);
  color: #fff;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 8px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease;
  z-index: 10000;
  position: relative;
}
.card-footer .buy-bttn:hover {
  background-color: var(--hover-dark);
  transform: scale(1.02);
}
.checkout-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 20000;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.checkout-modal {
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 56px 24px 24px;
  width: 100%;
  max-width: 420px;
  position: relative;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
  max-height: 80vh;
  overflow-y: auto;
  color: var(--text-color);
}
.checkout-modal::-webkit-scrollbar {
  display: none;
}
.checkout-close-bttn {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border: 1px solid var(--border-strong);
  background: var(--card-bg);
  color: var(--text-secondary);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition:
    background 0.2s,
    color 0.2s,
    border-color 0.2s,
    box-shadow 0.2s,
    transform 0.2s;
}
.checkout-close-bttn:hover {
  background: var(--hover-dark);
  color: var(--card-bg);
  border-color: var(--hover-dark);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}
.checkout-close-bttn:focus-visible {
  outline: 2px solid var(--accent-color);
  outline-offset: 2px;
}
.checkout-close-bttn:active {
  transform: scale(0.92);
}
.checkout-summary {
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 20px 18px;
  margin-bottom: 16px;
  text-align: center;
}
.summary-plan {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--text-color);
  margin-bottom: 6px;
}
.summary-price {
  font-size: 2rem;
  font-weight: 800;
  color: var(--accent-color);
}
#paypal-bttn-modal {
  min-height: 40px;
}
#modalResult {
  text-align: center;
  padding: 8px;
  color: var(--text-color);
}
#modalResult.loading {
  animation: loadPulse 1.2s ease-in-out infinite;
}
@keyframes loadPulse {
  0%,
  100% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
}
.success-box {
  padding: 16px;
  background: rgba(47, 93, 63, 0.07);
  border: 1px solid rgba(47, 93, 63, 0.4);
  border-radius: 8px;
  text-align: center;
}
.success-heading {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 8px;
  color: var(--success);
}
.success-note {
  font-size: 0.85rem;
  color: var(--text-secondary);
  margin: 8px 0 0;
}
.error-msg {
  text-align: center;
  color: var(--error-color);
  padding: 12px;
}
@media (max-width: 900px) {
  .plan-toggle-top-wrap {
    margin: 0 0 2rem;
  }
  .plan-toggle-top .toggle-option {
    padding: 8px 18px;
    font-size: 0.85rem;
  }
  .custom-slider-wrap {
    max-width: 360px;
  }
  .custom-slider-wrap label {
    font-size: 0.95em;
  }
  .slider-price {
    font-size: 1em;
  }
  .pricing-table-wrapper {
    display: none;
  }
  .pricing-cards-container {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 480px;
    margin: 0 auto;
    padding: 0 1em;
  }
  .pricing-card {
    display: flex;
    background: var(--card-bg);
    border: 2px solid var(--accent-color);
    border-radius: var(--border-radius);
    padding: 2rem 1.5rem 1.5rem;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  }
  .pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
  }
  .pricing-card.featured {
    border: 12px solid var(--primary-color);
    background: var(--card-bg);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  }
  .card-header {
    text-align: center;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding-bottom: 1.5rem;
  }
  .plan-name {
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--text-secondary);
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  .pricing-card.featured .plan-name {
    color: var(--primary-color);
  }
  .pricing-card .plan-price {
    font-size: 2.4rem;
    font-weight: 800;
    color: var(--text-color);
    margin: 0.5rem 0;
  }
  .card-footer {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 1.5rem;
  }
  .card-button {
    width: 100%;
    padding: 0.9rem 1rem;
    font-size: 1rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    white-space: nowrap;
    box-sizing: border-box;
    background-color: var(--primary-color);
    color: #fff;
    text-align: center;
    text-decoration: none;
    border: none;
    border-radius: 8px;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.2s ease;
  }
  .card-button:hover {
    transform: scale(1.02);
    color: #fff;
  }
}
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2em 2em;
  margin: 2.5em 0 1.25em 0;
  align-items: start;
}
.faq-item h3 {
  margin-top: 0;
  font-size: 1.2em;
}
.asia-payment-section {
  text-align: center;
  margin: 2em auto;
  max-width: 600px;
  padding: 1em 1.5em;
  background: rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 0;
  font-size: 0.95em;
  color: var(--text-secondary);
}
.asia-payment-section p {
  margin: 0;
}
.asia-payment-section a {
  color: var(--link-color);
  font-weight: 600;
  text-decoration: underline;
}
.asia-payment-section a:hover {
  color: var(--link-hover);
  text-decoration: underline;
}
@media (max-width: 900px) {
  .faq-grid {
    grid-template-columns: 1fr;
  }
}
.faq-item-center {
  grid-column: 1 / -1;
  text-align: center;
}
.tile-meta {
  color: var(--muted-text);
  font-size: 0.9em;
  font-weight: 600;
  margin-top: 1.2em;
  text-align: left;
  padding-top: 1em;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}
.nav-links form {
  display: flex;
  align-items: center;
  margin-left: 0.5em;
}
.nav-links input[type="text"] {
  background: var(--card-bg) url('data:image/svg+xml;utf8,<svg fill="none" stroke="%23999999" stroke-width="2" viewBox="0 0 16 16" width="16" height="16" xmlns="http://www.w3.org/2000/svg"><circle cx="7" cy="7" r="5"/><line x1="11" y1="11" x2="15" y2="15"/></svg>') no-repeat 8px center;
  color: var(--text-color);
  border: 1px solid var(--primary-color);
  border-radius: 0;
  padding: 6px 10px 6px 32px;
  font-size: 1em;
  outline: none;
  transition: border 0.2s;
  height: 34px;
  box-sizing: border-box;
}
.nav-links input[type="text"]::placeholder {
  color: var(--muted-text);
  opacity: 1;
}
.nav-links button[type="submit"] {
  background: var(--primary-color);
  color: #fff;
  border: 1px solid var(--primary-color);
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
  padding: 0 16px;
  font-size: 1em;
  cursor: pointer;
  transition:
    background 0.2s,
    color 0.2s;
  height: 34px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
h1,
h2,
h3 {
  scroll-margin-top: 70px;
}
.article-byline {
  display: none;
}
.breadcrumb {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.toc {
  background: var(--card-bg);
  padding: 1.5em;
  border-radius: 0;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
  max-width: 100%;
  margin: 2em 0;
  border: 1px solid var(--primary-color);
  text-align: left;
}
.toc ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.toc ul ul {
  margin-left: 0;
  margin-top: 0.5em;
}
.toc li {
  margin-bottom: 0.3em;
}
.toc li a {
  color: var(--link-color);
  text-decoration: none;
  display: block;
  padding: 0.5em 0.7em;
  border-radius: var(--border-radius);
  transition:
    background 0.2s,
    color 0.2s,
    border-color 0.2s;
  line-height: 1;
  border: 1px solid var(--border-color);
  margin-bottom: 0.4em;
}
.toc li a:hover {
  background: var(--surface-hover);
  color: var(--link-hover);
  border-color: var(--link-color);
}
.toc li a.active {
  background: var(--surface-hover);
  color: var(--accent-color);
  font-weight: 700;
  border-color: var(--primary-color);
}
.nav-links > li > a {
  position: relative;
  transition: transform 0.1s ease-in-out;
}
.nav-links > li > a:active {
  transform: translateY(2px);
}
@media (max-width: 768px) {
  footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1em;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding: 1.5em 1em 2em;
  }
  footer nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5em;
  }
  footer nav > a {
    display: block;
    padding: 0.55em 1.5em;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.03);
    border: 1px solid var(--border-color);
    color: var(--link-color);
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    transition:
      background 0.15s,
      border-color 0.15s;
  }
  footer nav > a:hover {
    background: rgba(0, 0, 0, 0.06);
    border-color: var(--primary-color);
    text-decoration: none;
  }
  footer.footer-inverted nav > a {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.22);
    color: rgba(255, 255, 255, 0.88);
  }
  footer.footer-inverted nav > a:hover {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.4);
  }
  footer > p {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .footer-divider {
    display: none;
  }
}
.schema-hidden {
  display: none !important;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.last-updated {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.on-this-page {
  font-weight: 700;
  font-size: 1.2em;
  color: var(--accent-color);
}
.nowrap-minwidth {
  white-space: nowrap;
  min-width: 180px;
}
.page-404 body {
  background: var(--section-bg);
  color: var(--text-secondary);
  margin: 0;
  padding: 0;
  height: auto;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
}
.page-404 main {
  max-width: 729px;
  margin: 2em auto;
  padding: 1.5em;
  background: var(--card-bg);
  border-radius: var(--border-radius);
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.12);
}
.page-404 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--panel-bg);
  padding: 25px 30px 40px 30px;
  border-radius: 0;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.13);
  margin: 0 auto;
  min-height: 420px;
}
.page-404 h1 {
  font-size: 4rem;
  color: var(--primary-color);
  font-weight: 800;
  margin-bottom: 0.5em;
  margin-top: 1.2em;
  letter-spacing: 1.2px;
  border-radius: var(--border-radius);
  padding: 0.4em 0;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
.page-404 p {
  font-size: 1.3rem;
  color: var(--text-color);
  margin-top: auto;
  margin-bottom: auto;
  line-height: 1.5;
}
.page-404 a.cta {
  display: inline-block;
  margin-top: 2em;
  padding: 12px 28px;
  background: var(--primary-color);
  color: var(--card-bg);
  border-radius: 0;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.2s;
}
.page-404 a.cta:hover {
  background: var(--hover-dark);
}
.page-404 .logo {
  width: 112px;
  height: 112px;
  margin-bottom: 1em;
}
.page-404 .message-box {
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
  background: none;
}
.page-404 .error-links {
  list-style: none;
  padding: 0;
  margin-top: 2em;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.page-404 .error-links li {
  margin: 0;
}
.page-404 .error-links a {
  display: inline-block;
  color: #fff;
  background: var(--primary-color);
  padding: 8px 24px;
  border-radius: 0 !important;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.2s;
  width: 100%;
  box-sizing: border-box;
}
.page-404 .error-links a:hover {
  background: var(--hover-dark);
  text-decoration: none;
}
@media (max-width: 600px) {
  .page-404 main {
    margin: 1em auto;
    padding: 1em;
  }
  .page-404 .container {
    padding: 20px 16px 28px 16px;
    min-height: 320px;
  }
  .page-404 h1 {
    font-size: 2.5rem;
    margin-top: 0.6em;
    margin-bottom: 0.4em;
  }
  .page-404 p {
    font-size: 1rem;
  }
  .page-404 .logo {
    width: 80px;
    height: 80px;
  }
  .page-404 a.cta {
    padding: 10px 20px;
  }
}
#toast {
  visibility: hidden;
  min-width: 280px;
  background-color: var(--accent-color);
  color: var(--card-bg);
  text-align: center;
  border-radius: 0;
  padding: 16px;
  position: fixed;
  z-index: 100000;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  font-size: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}
#toast.show {
  visibility: visible;
  -webkit-animation:
    fadein 0.5s,
    fadeout 0.5s 2.5s;
  animation:
    fadein 0.5s,
    fadeout 0.5s 2.5s;
}
@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
.contact-card.copyable {
  cursor: copy;
}
main.container h2 {
  margin-top: 2.5em;
  border-top: none;
}
main.container h3 {
  margin-top: 2em;
  margin-bottom: 0.5em;
  line-height: 1.4;
}
main.container h3 + .table-container {
  margin-top: 0;
}
.key-takeaways {
  background: rgba(0, 0, 0, 0.06);
  border: 1.5px solid var(--accent-color);
  border-radius: 0;
  padding: 1.5em;
  margin: 2em 0;
}
.key-takeaways h3 {
  color: var(--accent-color);
  margin-top: 0;
  margin-bottom: 0.8em;
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.key-takeaways ul {
  list-style: none;
  padding-left: 2em;
  margin: 0 !important;
}
.key-takeaways li {
  margin-bottom: 0.6em;
  padding-left: 0;
  position: relative;
  line-height: 1.5;
}
.key-takeaways li::before {
  content: "•";
  position: absolute;
  left: -1.25em;
  color: var(--accent-color);
  font-weight: bold;
}
.next-steps {
  background: var(--panel-bg);
  border: 1px solid var(--border-color);
  border-radius: 0;
  padding: 2.5em;
  margin: 3.5em 0;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.next-steps h2 {
  color: var(--primary-color);
  margin-top: 0 !important;
  border: none !important;
  padding: 0 !important;
  margin-bottom: 0.5em !important;
}
.next-steps p {
  margin-bottom: 1.5em;
  color: var(--text-color);
}
.cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2em;
  justify-content: center;
  margin-top: 2em;
}
.cta-group .cta-button {
  min-width: 200px;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none !important;
  font-weight: 700;
  border: none;
  transition: all 0.15s ease;
  text-align: center;
}
.cta-group .cta-secondary {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: #fff;
}
.cta-group .cta-secondary:hover {
  background: var(--hover-dark);
}
@media (max-width: 600px) {
  .cta-group {
    flex-direction: column;
    align-items: center;
  }
  .cta-group .cta-button {
    width: 100%;
    max-width: 300px;
  }
}
.comparison-table-container {
  overflow-x: auto;
  margin: 2em 0;
}
.comparison-table {
  width: 100%;
  table-layout: auto;
  border-collapse: collapse;
  margin: 1.5em 0;
  background-color: var(--card-bg);
  color: var(--text-color);
  font-size: 0.98rem;
  border: 1px solid var(--border-strong);
}
.comparison-table th,
.comparison-table td {
  padding: 0.55em 0.7em;
  text-align: left;
  border: 1px solid var(--border-strong);
  vertical-align: top;
}
.comparison-table th {
  background-color: var(--section-bg);
  color: var(--text-secondary);
  font-weight: 700;
}
.comparison-table tbody tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.02);
}
.comparison-table td:first-child {
  width: auto;
  white-space: nowrap;
  overflow-wrap: normal;
  font-weight: 600;
}
blockquote {
  background: var(--panel-bg);
  color: var(--text-color);
  padding: 1em 1.2em;
  margin: 1.5em 0;
  border: 1px solid var(--border-strong);
  border-left: 4px solid var(--accent-color);
  border-radius: 0;
}
.human-quote {
  background: var(--panel-bg);
  color: var(--text-color);
  padding: 1em 1.2em;
  margin: 1em 0;
  border: 1px solid var(--border-strong);
  border-left: 4px solid var(--accent-color);
  border-radius: 0;
}
.trust-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5em;
  margin: 2em 0;
}
.trust-card {
  padding: 1.8em;
  background: var(--card-bg);
  border: 2px solid var(--accent-color);
  border-radius: var(--border-radius);
  box-shadow: 0 1px 3px rgba(60, 64, 67, 0.15);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
  position: relative;
  overflow: hidden;
}
.trust-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--accent-color);
}
.trust-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}
.trust-card h3 {
  margin-top: 0;
  margin-bottom: 0.5em;
  color: var(--accent-color);
  font-size: 1.3em;
}
.green-emphasis {
  color: var(--success);
  font-weight: 700;
}
a.green-emphasis:hover {
  color: #244a31;
  text-decoration: underline;
}
.formula-block {
  background-color: var(--code-bg);
  border: 1.5px solid var(--border-color);
  border-radius: 0;
  padding: 15px;
  margin: 1em 0;
  font-family: "Consolas", monospace;
  position: relative;
}
.blog-header {
  margin: 2em 0;
}
.pricing-intro {
  text-align: center;
  color: var(--muted-text);
  font-size: 1rem;
  max-width: 820px;
  margin: 0 auto 2.5em;
  line-height: 1.6;
}
.pricing-features-section {
  margin-top: 3em;
}
.pricing-section-sub {
  text-align: center;
  color: var(--muted-text);
  font-size: 0.9rem;
  margin-bottom: 1.5em;
}
.pricing-formula-grid {
  display: grid;
  gap: 1em;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .pricing-formula-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.pricing-formula-card {
  background: var(--card-bg);
  border: 2px solid var(--accent-color);
  border-radius: var(--border-radius);
  padding: 1.8em;
  box-shadow: 0 1px 3px rgba(60, 64, 67, 0.15);
  position: relative;
  overflow: hidden;
}
.pricing-formula-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--accent-color);
}
.blog-card::after,
.op-item::after,
.tool-card::after,
.docs-tile::after,
.blog-tile::after,
.landing-feature-card::after,
.contact-card::after,
.pricing-card::after,
.trust-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--accent-color);
}
.pricing-formula-card code {
  display: block;
  font-size: 0.8rem;
  color: var(--accent-color);
  background: rgba(0, 0, 0, 0.08);
  padding: 0.5em 0.75em;
  border-radius: 0;
  margin-bottom: 0.75em;
  overflow-x: auto;
}
.pricing-formula-card p {
  color: var(--muted-text);
  font-size: 0.85rem;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 480px) {
  .pricing-card {
    padding: 1.5rem 1.25rem;
  }
  .plan-toggle-top .toggle-option {
    padding: 6px 14px;
    font-size: 0.78rem;
  }
  .custom-slider-wrap {
    max-width: 100%;
    padding: 0 0.5em;
  }
  .custom-slider-wrap label {
    font-size: 0.88em;
  }
  .slider-price {
    font-size: 0.92em;
  }
}
.feature-callout {
  border: 2px solid var(--accent-color);
  border-radius: 0;
  padding: 16px;
  margin: 24px 0;
  background-color: rgba(0, 0, 0, 0.05);
}
.feature-callout p {
  margin: 0;
  color: inherit;
  line-height: 1.6;
}
footer.footer-inverted {
  background: var(--primary-color);
  color: #ffffff;
  margin-top: 2.5em;
  padding: 1.5em 1em;
}
footer.footer-inverted a {
  color: rgba(255, 255, 255, 0.88);
}
footer.footer-inverted a:hover,
footer.footer-inverted a:focus-visible {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
}
footer.footer-inverted .footer-divider {
  background: rgba(255, 255, 255, 0.45);
}
button,
.bttn,
.cta-button,
.buy-bttn,
.card-button,
.pricing-table .button,
.blog-pagination button {
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background-color 160ms ease,
    opacity 160ms ease;
  will-change: transform;
}
button:hover:not(:disabled),
.bttn:hover:not(:disabled),
.cta-button:hover:not(:disabled),
.buy-bttn:hover:not(:disabled),
.card-button:hover:not(:disabled),
.pricing-table .button:hover:not(:disabled),
.blog-pagination button:hover:not(:disabled) {
  transform: translateY(-2px) scale(1.015);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.16);
}
button:active:not(:disabled),
.bttn:active:not(:disabled),
.cta-button:active:not(:disabled),
.buy-bttn:active:not(:disabled),
.card-button:active:not(:disabled),
.pricing-table .button:active:not(:disabled),
.blog-pagination button:active:not(:disabled) {
  transform: translateY(0) scale(0.97);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.14);
}
@media (prefers-reduced-motion: reduce) {
  button,
  .bttn,
  .cta-button,
  .buy-bttn,
  .card-button,
  .pricing-table .button,
  .blog-pagination button {
    transition: none;
  }
  button:hover:not(:disabled),
  .bttn:hover:not(:disabled),
  .cta-button:hover:not(:disabled),
  .buy-bttn:hover:not(:disabled),
  .card-button:hover:not(:disabled),
  .pricing-table .button:hover:not(:disabled),
  .blog-pagination button:hover:not(:disabled),
  button:active:not(:disabled),
  .bttn:active:not(:disabled),
  .cta-button:active:not(:disabled),
  .buy-bttn:active:not(:disabled),
  .card-button:active:not(:disabled),
  .pricing-table .button:active:not(:disabled),
  .blog-pagination button:active:not(:disabled) {
    transform: none;
    box-shadow: none;
  }
}
#logout-bttn {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}
#logout-bttn:hover:not(:disabled) {
  background: #1a1a1a;
  color: #fff;
}
