@charset "UTF-8";
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/inter-upright-var.woff2") format("woff2");
}
body {
  --ink: #192230;
  --ink-2: #263140;
  --muted: #667085;
  --muted-2: #667085;
  --eyebrow-color: #70665f;
  --line: #e7e9ed;
  --paper: #ffffff;
  --soft: #f7f7f8;
  --soft-warm: #fbf8f5;
  --orange: #ff6c3a;
  --orange-dark: #c74213;
  --orange-action: var(--orange);
  --orange-action-hover: #e65d31;
  --orange-soft: #fff0ea;
  --navy: #202a38;
  --navy-2: #111923;
  --green: #1f9368;
  --blue: #4f67e8;
  --shadow-sm: 0 1px 2px rgba(18, 27, 38, 0.04), 0 8px 24px rgba(18, 27, 38, 0.06);
  --shadow-md: 0 18px 48px rgba(18, 27, 38, 0.1);
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 32px;
  --container: 1220px;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-7: 32px;
  --space-8: 40px;
  --space-9: 48px;
  --space-10: 64px;
  --space-11: 80px;
  --space-12: 96px;
  --section-padding-block: var(--space-11);
  --section-padding-block-mobile: var(--space-10);
  --section-padding-block-compact: var(--space-10);
  --section-padding-block-compact-mobile: var(--space-9);
  --section-padding-block-spacious: var(--space-12);
  --section-padding-block-spacious-mobile: 72px;
  --tracking-display: -0.055em;
  --tracking-heading: -0.05em;
  --tracking-card: -0.03em;
  --tracking-subheading: -0.02em;
  --tracking-minor-heading: -0.01em;
  --tracking-micro-heading: 0.08em;
  --tracking-label: 0.1em;
  --tracking-eyebrow: 0.12em;
  --weight-h1: 850;
  --weight-eyebrow: 850;
  --type-display-size: clamp(44px, 4.9vw, 68px);
  --type-display-size-mobile: clamp(38px, 11vw, 48px);
  --type-display-weight: var(--weight-h1);
  --type-display-leading: 0.98;
  --type-section-size: clamp(32px, 3.4vw, 48px);
  --type-section-size-mobile: clamp(30px, 8.5vw, 40px);
  --type-section-weight: 750;
  --type-section-leading: 1.05;
  --type-card-size: 22px;
  --type-card-size-mobile: 20px;
  --type-card-weight: 700;
  --type-card-leading: 1.2;
  --type-feature-size: clamp(28px, 2.35vw, 36px);
  --type-feature-size-mobile: 26px;
  --type-feature-weight: 750;
  --type-feature-leading: 1.08;
  --type-compact-title-size: 18px;
  --type-compact-title-weight: 700;
  --type-compact-title-leading: 1.35;
  --type-subheading-size: 18px;
  --type-subheading-weight: 700;
  --type-subheading-leading: 1.35;
  --type-minor-heading-size: 15px;
  --type-minor-heading-weight: 700;
  --type-minor-heading-leading: 1.45;
  --type-micro-heading-size: 12px;
  --type-micro-heading-weight: 750;
  --type-micro-heading-leading: 1.5;
  --type-lead-size: 17px;
  --type-lead-size-mobile: 15px;
  --type-lead-leading: 1.7;
  --type-body-size: 14px;
  --type-body-leading: 1.7;
  --type-small-size: 12px;
  --type-small-leading: 1.55;
  --type-label-size: 10px;
  --type-label-weight: 850;
  --type-label-leading: 1.4;
  --type-meta-size: 12px;
  --type-meta-weight: 650;
  --type-meta-leading: 1.55;
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.58;
  -webkit-font-smoothing: antialiased;
}
body *,
body *::before,
body *::after {
  box-sizing: border-box;
}
body a {
  color: inherit;
  text-decoration: none;
}
body a:focus-visible,
body button:focus-visible {
  outline: 2px solid #005382;
  outline-offset: 3px;
}
body .skipLink {
  position: fixed;
  top: var(--space-2);
  left: var(--space-2);
  z-index: 1000;
  min-height: 44px;
  padding: 12px 16px;
  border-radius: var(--radius-sm);
  background: var(--navy-2);
  color: #ffffff;
  font-size: 14px;
  font-weight: 750;
  line-height: 20px;
  transform: translateY(calc(-100% - var(--space-4)));
  transition: transform 0.2s ease;
}
body .skipLink:focus {
  color: #ffffff;
  transform: translateY(0);
}
body button,
body input {
  font: inherit;
}
body img {
  display: block;
  max-width: 100%;
}
body .eyebrow {
  display: inline-flex;
  align-items: center;
  margin: 0;
  color: var(--eyebrow-color);
  font-size: 10px;
  font-weight: var(--weight-eyebrow);
  letter-spacing: var(--tracking-eyebrow);
  line-height: 1.58;
  text-transform: uppercase;
}
body .eyebrow + :is(h1, h2, h3, h4, h5, h6) {
  margin-top: var(--space-3);
}
body .eyebrow--inverse {
  color: rgba(255, 255, 255, 0.76);
}
body .container {
  width: min(100% - 48px, var(--container));
  margin: 0 auto;
}
body .topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--paper);
  border-bottom: 1px solid rgba(231, 233, 237, 0.82);
}
body.admin-bar .topbar {
  top: 32px;
}
body .nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  height: 80px;
}
body .brand {
  display: inline-flex;
  align-items: center;
  width: 182px;
  flex: 0 0 auto;
}
body .brand img {
  width: 100%;
  height: auto;
}
body .nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
  color: #4d5968;
  font-size: 14px;
  font-weight: 650;
}
body .nav-links a {
  transition: color 0.2s ease;
}
body .nav-links a:hover {
  color: var(--ink);
}
body .nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
body .btn,
body :is(.checkoutPage, .cartPage) .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 760;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}
body .btn:hover,
body :is(.checkoutPage, .cartPage) .button:hover {
  transform: translateY(-1px);
}
body .btn-primary,
body a.btn-primary,
body button.btn-primary,
body :is(.checkoutPage, .cartPage) .button.alt,
body .cartPage .return-to-shop .button {
  background: var(--orange-action);
  color: #ffffff;
  box-shadow: 0 10px 25px rgba(255, 108, 58, 0.23);
}
body .btn-primary:hover,
body a.btn-primary:hover,
body button.btn-primary:hover,
body :is(.checkoutPage, .cartPage) .button.alt:hover,
body .cartPage .return-to-shop .button:hover {
  background: var(--orange-action-hover);
  color: #ffffff;
}
body .btn-secondary,
body a.btn-secondary,
body button.btn-secondary,
body .checkoutPage .button:not(.alt),
body .cartPage .button:not(.alt, .wc-backward) {
  border-color: #d9dde3;
  background: #ffffff;
  color: var(--ink);
}
body .btn-secondary:hover,
body a.btn-secondary:hover,
body button.btn-secondary:hover,
body .checkoutPage .button:not(.alt):hover,
body .cartPage .button:not(.alt, .wc-backward):hover {
  border-color: #bdc3cc;
  color: var(--ink);
  box-shadow: var(--shadow-sm);
}
body .btn-navy,
body a.btn-navy,
body a.btn-navy:visited,
body button.btn-navy {
  border-color: var(--navy);
  background: var(--navy);
  color: #ffffff;
}
body .btn-navy:hover,
body .btn-navy:focus-visible,
body a.btn-navy:hover,
body a.btn-navy:focus-visible,
body button.btn-navy:hover,
body button.btn-navy:focus-visible {
  border-color: var(--navy-2);
  background: var(--navy-2);
  color: #ffffff;
}
body .btn-dark {
  background: #ffffff;
  color: var(--navy-2);
}
body .btn-text {
  min-height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  font-weight: 760;
}
body .arrow {
  width: 15px;
  height: 15px;
  transition: transform 0.2s ease;
}
body a:hover .arrow,
body .btn:hover .arrow {
  transform: translateX(2px);
}
body .mobile-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #ffffff;
  color: var(--ink);
}
body .mobile-menu {
  display: none;
  padding: 6px 0 22px;
  border-top: 1px solid var(--line);
}
body .mobile-menu a {
  display: block;
  padding: 12px 0;
  color: #465263;
  font-weight: 700;
}
body .mobile-menu.open {
  display: block;
}
body .homeHero {
  --homeHeroColorOverlayOpacity: 0.6;
  position: relative;
  min-height: 720px;
  padding-top: 0;
  padding-bottom: 82px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #ffffff;
}
body .homeHero__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
body .homeHero__media video {
  position: absolute;
  inset: -8%;
  width: 116%;
  height: 116%;
  object-fit: cover;
  filter: brightness(0.92) saturate(0.78) contrast(1.32);
}
body .homeHero__media::before, body .homeHero__media::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}
body .homeHero__media::before {
  z-index: 2;
  background: white;
  opacity: var(--homeHeroColorOverlayOpacity);
}
body .homeHero__media::after {
  z-index: 3;
  background: radial-gradient(circle at 16% 20%, rgba(255, 118, 70, 0.08), transparent 24%), linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(28, 42, 58, 0.035) 100%);
}
body .homeHero__grid {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  align-items: center;
  gap: 38px;
  min-height: 638px;
}
body .homeHero__copy {
  min-width: 0;
  padding: 58px 0 62px;
}
body .homeHero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 0;
  color: #5f6d80;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
}
body .homeHero__eyebrow::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 6px rgba(255, 109, 59, 0.11);
  content: "";
  flex: 0 0 auto;
}
body h1,
body h2,
body h3,
body h4,
body p {
  margin-top: 0;
  font-family: inherit;
  color: inherit;
}
body p {
  margin-bottom: 1em;
}
body .product-icon {
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: #f4f5f7;
  color: var(--ink);
}
body .homeHero__statement {
  max-width: 690px;
  margin: 24px 0;
  font-size: clamp(58px, 5.6vw, 82px);
  font-weight: 850;
  letter-spacing: -0.065em;
  line-height: 0.92;
}
body .homeHero__statement span {
  display: block;
}
body .homeHero__statement span:first-child {
  white-space: nowrap;
}
body .homeHero__statementAccent {
  margin-top: 8px;
  color: var(--orange);
}
body .homeHero__lead {
  max-width: 650px;
  margin: 0;
  color: #607087;
  font-size: 18px;
  line-height: 1.7;
}
body .homeHero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0;
}
body .homeHero__note {
  max-width: 640px;
  margin: 0;
  color: #8994a2;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.55;
}
body .homeHero__side {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: 100%;
  min-height: 638px;
}
body .homeHero__productStack {
  display: grid;
  gap: 16px;
  width: min(560px, 100%);
}
body .homeHero__productCard {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  border: 1px solid rgba(205, 212, 221, 0.98);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 22px 54px rgba(35, 45, 58, 0.13);
  backdrop-filter: blur(12px);
}
body .homeHero__productCard:nth-child(1) {
  transform: translateX(20px);
}
body .homeHero__productCard:nth-child(2) {
  transform: translateX(-12px);
}
body .homeHero__productCard:nth-child(3) {
  transform: translateX(28px);
}
body .homeHero__productCard:nth-child(4) {
  transform: translateX(4px);
}
body .homeHero__productIcon {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 17px;
}
body .homeHero__productIcon img {
  width: 28px;
  height: 28px;
}
body .homeHero__productIcon--orange {
  background: var(--orange-soft);
}
body .homeHero__productIcon--green {
  background: #eaf8f2;
}
body .homeHero__productIcon--blue {
  background: #eef1ff;
}
body .homeHero__productIcon--gold {
  background: #fff6df;
}
body .homeHero__productCopy {
  min-width: 0;
}
body .homeHero__productCopy h2 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.25;
}
body .homeHero__productCopy p {
  margin: 6px 0 0;
  color: #6f7c8f;
  font-size: 12px;
  line-height: 1.5;
}
body .homeHero__productMetric {
  text-align: right;
}
body .homeHero__productMetric strong {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
body .homeHero__productMetric span {
  display: block;
  margin-top: 6px;
  color: #758294;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.35;
}
body .homeHero__proofBand {
  position: absolute;
  z-index: 11;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: 1px solid rgba(226, 229, 233, 0.75);
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(10px);
}
body .homeHero__proofInner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  min-height: 82px;
  padding: 14px 0;
}
body .homeHero__proofInner p {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: #4c5d74;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.45;
}
body .homeHero__proofInner p > span {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border: 1px solid #dde3e9;
  border-radius: 50%;
  background: #ffffff;
  flex: 0 0 auto;
}
body .homeHero__proofInner img {
  width: 14px;
  height: 14px;
}
body .trustbar {
  border-top: 1px solid #eceef1;
  border-bottom: 1px solid #eceef1;
  background: #ffffff;
}
body .trust-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(4, 1fr);
  align-items: center;
  min-height: 112px;
}
body .trust-intro {
  padding-right: 34px;
  color: #7b8490;
  font-size: 13px;
  font-weight: 680;
}
body .trust-item {
  padding: 4px 28px;
  border-left: 1px solid var(--line);
}
body .trust-item strong {
  display: block;
  font-size: 23px;
  line-height: 1.15;
  letter-spacing: -0.04em;
}
body .trust-item span {
  color: #8a93a0;
  font-size: 11px;
  font-weight: 650;
}
body section {
  padding: var(--section-padding-block) 0;
}
body .section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 410px;
  align-items: end;
  gap: 60px;
  margin-bottom: 44px;
}
body .section-label {
  margin-bottom: 12px;
  color: var(--orange-dark);
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
body h2 {
  margin-bottom: 0;
  font-size: clamp(38px, 4.5vw, 58px);
  font-weight: 790;
  line-height: 1.03;
  letter-spacing: var(--tracking-heading);
}
body .section-copy {
  margin: 0;
  color: #687382;
  font-size: 16px;
}
body .products {
  background: #ffffff;
}
body .product-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
}
body .product-card {
  display: flex;
  flex-direction: column;
  min-height: 310px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #ffffff;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}
body .product-card:hover {
  border-color: #d8dce3;
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}
body .product-card.large {
  grid-column: span 6;
  min-height: 380px;
}
body .product-card.small {
  grid-column: span 4;
}
body .product-card.warm {
  background: linear-gradient(145deg, #ffffff 0%, #fff8f4 100%);
}
body .product-card.dark-card {
  border-color: var(--navy);
  background: var(--navy);
  color: #ffffff;
}
body .product-card.dark-card .product-desc,
body .product-card.dark-card .product-meta {
  color: #b6bec8;
}
body .product-card.dark-card .product-icon {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
body .product-card.dark-card .tag {
  background: rgba(255, 255, 255, 0.09);
  color: #dfe4ea;
}
body .product-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
body .product-icon {
  width: 54px;
  height: 54px;
}
body .tag {
  padding: 7px 10px;
  border-radius: 999px;
  background: #f4f5f7;
  color: #677281;
  font-size: 10px;
  font-weight: 780;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
body .tag.orange {
  background: var(--orange-soft);
  color: var(--orange-dark);
}
body .product-body {
  margin-top: auto;
  padding-top: 52px;
}
body .product-name {
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 1.12;
  letter-spacing: -0.035em;
}
body .product-card.large .product-name {
  font-size: 32px;
}
body .product-desc {
  max-width: 520px;
  margin-bottom: 22px;
  color: #687382;
  font-size: 14px;
}
body .product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: #818a97;
  font-size: 11px;
  font-weight: 670;
}
body .product-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 25px;
  color: inherit;
  font-size: 13px;
  font-weight: 800;
}
body .audiences {
  background: var(--soft);
}
body .audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
body .audience-card {
  min-height: 345px;
  padding: 30px;
  border: 1px solid #e8eaed;
  border-radius: var(--radius-md);
  background: #ffffff;
}
body .audience-no {
  color: #b0b6be;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}
body .audience-card h3 {
  margin: 64px 0 13px;
  font-size: 27px;
  line-height: 1.1;
  letter-spacing: -0.035em;
}
body .audience-card p {
  margin-bottom: 24px;
  color: #6a7481;
  font-size: 14px;
}
body .audience-list {
  display: grid;
  gap: 10px;
  color: #434e5b;
  font-size: 13px;
  font-weight: 660;
}
body .audience-list span {
  display: flex;
  align-items: center;
  gap: 9px;
}
body .audience-list i {
  width: 6px;
  height: 6px;
  border-radius: 99px;
  background: var(--orange);
}
body .spotlight {
  background: #ffffff;
}
body .spotlight-shell {
  position: relative;
  overflow: hidden;
  width: min(100% - 48px, 1320px);
  margin: 0 auto;
  padding: 92px 72px;
  border-radius: 36px;
  background: var(--navy-2);
  color: #ffffff;
}
body .spotlight-shell::before {
  content: "";
  position: absolute;
  top: -260px;
  right: -180px;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: rgba(255, 109, 59, 0.24);
  filter: blur(10px);
}
body .spotlight-grid {
  position: relative;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: 78px;
}
body .spotlight .section-label {
  color: #ff9470;
}
body .spotlight h2 {
  max-width: 560px;
}
body .spotlight-copy {
  max-width: 580px;
  margin: 23px 0 30px;
  color: #b8c0ca;
  font-size: 16px;
}
body .spotlight-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
body .btn-outline-dark {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
}
body .flow {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.26);
}
body .flow-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
body .flow-head strong {
  font-size: 13px;
}
body .flow-head span {
  color: #8f9aa7;
  font-size: 10px;
  font-weight: 700;
}
body .flow-step {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  align-items: center;
  gap: 15px;
  padding: 17px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.07);
}
body .flow-step + .flow-arrow {
  display: grid;
  place-items: center;
  height: 34px;
  color: #677383;
}
body .flow-logo {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.08);
}
body .flow-step strong {
  display: block;
  font-size: 13px;
}
body .flow-step small {
  color: #8f99a7;
  font-size: 10px;
}
body .flow-pill {
  padding: 6px 8px;
  border-radius: 999px;
  background: rgba(54, 195, 139, 0.1);
  color: #76d9b4;
  font-size: 9px;
  font-weight: 800;
}
body .flow-result {
  margin-top: 18px;
  padding: 21px;
  border-radius: 17px;
  background: var(--orange);
  color: #ffffff;
}
body .flow-result small {
  display: block;
  opacity: 0.78;
  font-size: 10px;
  font-weight: 700;
}
body .flow-result strong {
  display: block;
  margin-top: 4px;
  font-size: 18px;
  letter-spacing: -0.03em;
}
body .development {
  background: #ffffff;
}
body .dev-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 48px;
}
body .dev-card {
  min-height: 250px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #ffffff;
}
body .dev-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #f3f5f7;
}
body .dev-card h3 {
  margin: 64px 0 10px;
  font-size: 20px;
  letter-spacing: -0.025em;
}
body .dev-card p {
  margin: 0;
  color: #727c89;
  font-size: 13px;
}
body .principles {
  background: var(--soft-warm);
}
body .principle-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 70px;
}
body .principle-list {
  margin-top: 36px;
  border-top: 1px solid #dedad7;
}
body .principle-row {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid #dedad7;
}
body .principle-row .num {
  color: #a79d97;
  font-size: 12px;
  font-weight: 800;
}
body .principle-row strong {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
}
body .principle-row p {
  margin: 0;
  color: #766e68;
  font-size: 13px;
}
body .code-card {
  overflow: hidden;
  border-radius: 28px;
  background: #1d2633;
  color: #e4e8ed;
  box-shadow: var(--shadow-md);
}
body .code-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 17px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #161e28;
}
body .code-top span {
  color: #7f8996;
  font-size: 10px;
  font-weight: 700;
}
body .code-dots {
  display: flex;
  gap: 6px;
}
body .code-dots i {
  width: 7px;
  height: 7px;
  border-radius: 99px;
  background: #495361;
}
body pre {
  overflow: auto;
  margin: 0;
  padding: 28px;
  font: 12px/1.85 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}
body .c-orange {
  color: #ff9876;
}
body .c-blue {
  color: #97b7ff;
}
body .c-green {
  color: #87d8b9;
}
body .c-muted {
  color: #697585;
}
body .stats {
  padding: 80px 0;
  background: #ffffff;
}
body .stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
body .stat {
  margin: 0;
  padding: 38px 30px;
}
body .stat + .stat {
  border-left: 1px solid var(--line);
}
body .stat strong {
  display: block;
  font-size: 40px;
  line-height: 1;
  letter-spacing: -0.055em;
}
body .stat span {
  display: block;
  margin-top: 8px;
  color: #7d8692;
  font-size: 12px;
  font-weight: 680;
}
body .cta {
  padding: 55px 0 110px;
}
body .cta-shell {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 32px;
  padding: 56px 60px;
  border-radius: 28px;
  background: var(--orange);
  color: #ffffff;
}
body .cta-shell h2 {
  max-width: 780px;
  font-size: clamp(34px, 4vw, 52px);
}
body .cta-shell p {
  max-width: 720px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.82);
}
body .cta-actions {
  display: flex;
  gap: 10px;
}
body .btn-ghost-light {
  border-color: rgba(255, 255, 255, 0.38);
  background: transparent;
  color: #ffffff;
}
body footer {
  padding: 66px 0 32px;
  border-top: 1px solid var(--line);
  background: #ffffff;
}
body .footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 52px;
}
body .footer-brand {
  width: 175px;
  margin-bottom: 18px;
}
body .footer-copy {
  max-width: 360px;
  color: #7a8491;
  font-size: 13px;
}
body .footer-col h4 {
  margin: 2px 0 15px;
  color: #9aa1ab;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
body .footer-col a {
  display: block;
  width: fit-content;
  margin: 9px 0;
  color: #4d5968;
  font-size: 13px;
  font-weight: 650;
}
body .footer-col a:hover {
  color: var(--orange-dark);
}
body .footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 54px;
  padding-top: 25px;
  border-top: 1px solid var(--line);
  color: #969da7;
  font-size: 11px;
}
body .icon {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
@media (max-width: 1080px) {
  body .nav-links {
    display: none;
  }
  body .mobile-toggle {
    display: inline-flex;
  }
  body .nav-actions .btn-secondary {
    display: none;
  }
  body .homeHero__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    min-height: auto;
  }
  body .homeHero__copy {
    max-width: 700px;
    padding: 58px 0 44px;
  }
  body .homeHero__side {
    min-height: 420px;
  }
  body .homeHero__productStack {
    top: 30px;
    right: 0;
    left: 0;
    width: min(620px, 100%);
  }
  body .trust-grid {
    grid-template-columns: repeat(4, 1fr);
    padding: 18px 0;
  }
  body .trust-intro {
    grid-column: 1/-1;
    padding: 4px 0 18px;
  }
  body .trust-item:first-of-type {
    border-left: 0;
  }
  body .section-head {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  body .section-copy {
    max-width: 650px;
  }
  body .product-card.large {
    grid-column: span 12;
  }
  body .product-card.small {
    grid-column: span 6;
  }
  body .spotlight-shell {
    padding: 70px 48px;
  }
  body .spotlight-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  body .flow {
    max-width: 700px;
  }
  body .dev-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  body .principle-grid {
    grid-template-columns: 1fr;
  }
  body .code-card {
    max-width: 760px;
  }
  body .cta-shell {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 782px) {
  body.admin-bar .topbar {
    top: 46px;
  }
}
@media (max-width: 760px) {
  body .container {
    width: min(100% - 32px, var(--container));
  }
  body .nav {
    height: 70px;
  }
  body .brand {
    width: 156px;
  }
  body .nav-actions .btn-primary {
    display: none;
  }
  body .homeHero {
    min-height: 0;
    padding-bottom: 0;
  }
  body .homeHero__grid {
    min-height: 0;
  }
  body .homeHero__copy {
    padding: 48px 0 34px;
  }
  body .homeHero__statement {
    font-size: clamp(46px, 14vw, 62px);
  }
  body .homeHero__lead {
    font-size: 15px;
  }
  body .homeHero__actions .btn {
    width: 100%;
  }
  body .homeHero__side {
    min-height: 0;
    padding-bottom: 34px;
  }
  body .homeHero__productStack {
    position: relative;
    top: 0;
    width: 100%;
  }
  body .homeHero__productCard {
    grid-template-columns: 58px minmax(0, 1fr) auto;
    padding: 16px;
  }
  body .homeHero__productCard:nth-child(n) {
    transform: none;
  }
  body .homeHero__productIcon {
    width: 48px;
    height: 48px;
    border-radius: 15px;
  }
  body .homeHero__productCopy h2 {
    font-size: 14px;
  }
  body .homeHero__proofBand {
    position: relative;
  }
  body .homeHero__proofInner {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    padding: 20px 0;
  }
  body .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  body .trust-item {
    padding: 16px 14px;
  }
  body .trust-item:nth-of-type(3) {
    border-left: 0;
  }
  body section {
    padding: var(--section-padding-block-mobile) 0;
  }
  body .section-head {
    margin-bottom: 32px;
  }
  body h2 {
    font-size: clamp(35px, 11vw, 48px);
  }
  body .product-grid {
    gap: 12px;
  }
  body .product-card.small {
    grid-column: span 12;
  }
  body .product-card {
    min-height: 300px;
    padding: 24px;
  }
  body .product-card.large {
    min-height: 340px;
  }
  body .product-body {
    padding-top: 42px;
  }
  body .audience-grid {
    grid-template-columns: 1fr;
  }
  body .audience-card {
    min-height: auto;
  }
  body .audience-card h3 {
    margin-top: 42px;
  }
  body .spotlight-shell {
    width: calc(100% - 20px);
    padding: 58px 23px;
    border-radius: 26px;
  }
  body .flow {
    padding: 14px;
  }
  body .flow-step {
    grid-template-columns: 44px 1fr;
  }
  body .flow-pill {
    display: none;
  }
  body .dev-grid {
    grid-template-columns: 1fr;
  }
  body .dev-card {
    min-height: 215px;
  }
  body .dev-card h3 {
    margin-top: 42px;
  }
  body .principle-row {
    grid-template-columns: 34px 1fr;
  }
  body pre {
    padding: 20px;
    font-size: 10px;
  }
  body .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  body .stat:nth-child(3) {
    border-top: 1px solid var(--line);
    border-left: 0;
  }
  body .stat:nth-child(4) {
    border-top: 1px solid var(--line);
  }
  body .stat {
    padding: 28px 17px;
  }
  body .stat strong {
    font-size: 34px;
  }
  body .cta {
    padding-bottom: 82px;
  }
  body .cta-shell {
    padding: 38px 25px;
    border-radius: 23px;
  }
  body .cta-actions {
    flex-direction: column;
    align-items: stretch;
  }
  body .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px 28px;
  }
  body .footer-grid > div:first-child {
    grid-column: 1/-1;
  }
  body .footer-bottom {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  body .homeHero__statement {
    font-size: clamp(36px, 11.5vw, 52px);
  }
  body .homeHero__productCard {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
  }
  body .homeHero__productIcon {
    width: 44px;
    height: 44px;
  }
  body .homeHero__productIcon img {
    width: 24px;
    height: 24px;
  }
  body .homeHero__productMetric {
    display: none;
  }
}
body .topbar,
body .topbar .container,
body .topbar .nav {
  overflow: visible;
}
body .topbar {
  --navigation-height: 80px;
  --navigation-offset: 0px;
  z-index: 1000;
}
body.admin-bar .topbar {
  --navigation-offset: 32px;
}
body .navigationTarget {
  scroll-margin-top: calc(80px + var(--space-6));
}
body .topbar .nav {
  position: relative;
}
body .mega-nav {
  position: static;
  display: flex;
  align-self: stretch;
  align-items: center;
  gap: 2px;
}
body .mega-nav__item {
  position: static;
  display: flex;
  align-self: stretch;
  align-items: center;
}
body .mega-nav__trigger {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 44px;
  padding: 9px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #20242a;
  font: inherit;
  font-size: 14px;
  font-weight: 650;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.16s ease;
}
body .mega-nav__trigger::after {
  position: absolute;
  right: 9px;
  bottom: 3px;
  left: 9px;
  height: 2px;
  border-radius: 999px;
  background: var(--orange-dark);
  opacity: 0;
  transform: scaleX(0.35);
  transform-origin: center;
  transition: opacity 0.16s ease, transform 0.16s ease;
  content: "";
}
body .mega-nav__trigger img {
  width: 10px;
  height: 7px;
  flex: 0 0 auto;
  transition: transform 0.18s ease;
}
body .mega-nav__trigger:hover,
body .mega-nav__item.is-open > .mega-nav__trigger {
  color: var(--orange-dark);
}
body .mega-nav__trigger:hover::after,
body .mega-nav__item.is-open > .mega-nav__trigger::after {
  opacity: 1;
  transform: scaleX(1);
}
body .mega-nav__trigger:focus-visible {
  border-radius: 8px;
  background: rgba(230, 93, 49, 0.055);
  color: var(--orange-dark);
  outline: 2px solid var(--orange-dark);
  outline-offset: 1px;
}
body .mega-nav__trigger:focus-visible::after {
  opacity: 0;
}
body .mega-nav__item.is-open > .mega-nav__trigger img {
  transform: rotate(180deg);
}
body .mega-menu {
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  z-index: 1100;
  width: min(var(--container), 100vw - 40px);
  padding-top: 5px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 9px);
  transition: opacity 0.16s ease, transform 0.16s ease;
}
body .mega-menu::before {
  position: absolute;
  inset: 0 0 auto;
  height: 8px;
  content: "";
}
body .mega-nav__item.is-open > .mega-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}
body .mega-menu__surface--lite {
  max-height: calc(100dvh - var(--navigation-height) - var(--navigation-offset) - 16px);
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid rgba(18, 24, 31, 0.12);
  border-radius: 17px;
  background: #ffffff;
  box-shadow: 0 28px 80px rgba(16, 22, 29, 0.16), 0 6px 18px rgba(16, 22, 29, 0.07);
  color: #171c22;
  text-align: left;
}
body .mega-menu__liteHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-6);
  padding: 20px 26px 17px;
  border-bottom: 1px solid rgba(23, 28, 34, 0.1);
}
body .mega-menu__liteTitle {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-3);
  min-width: 0;
}
body .mega-menu__liteTitle small,
body .mega-menu__liteEyebrow,
body .mega-menu__liteGroupTitle,
body .mega-menu__liteCardTag {
  display: block;
  color: var(--orange-dark);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: var(--tracking-label);
  line-height: 1.2;
  text-transform: uppercase;
}
body .mega-menu__liteTitle h2 {
  margin: 0;
  color: #171c22;
  font-size: clamp(20px, 1.55vw, 24px);
  font-weight: 750;
  letter-spacing: var(--tracking-heading);
  line-height: 1.12;
}
body .mega-menu__liteCta {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  flex: 0 0 auto;
  color: #171c22;
  font-size: 13px;
  font-weight: 760;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}
body .mega-menu__liteCta::after {
  color: var(--orange-dark);
  content: " →";
}
body .mega-menu__liteBody {
  padding: 20px 26px 24px;
}
body .mega-menu__liteGrid {
  display: grid;
  gap: 12px;
}
body .mega-menu__liteGrid--industries {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(190px, 0.62fr);
}
body .mega-menu__liteGrid--products,
body .mega-menu__liteGrid--simple {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
body .mega-menu__liteGrid--products {
  gap: var(--space-2) var(--space-4);
}
body .mega-menu__productHighlights,
body .mega-menu__liteGrid--services,
body .mega-menu__liteGrid--company {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-3);
}
body .mega-menu__moreProducts {
  margin-top: var(--space-5);
  padding-top: var(--space-4);
  border-top: 1px solid var(--line);
}
body .mega-menu__moreProducts > .mega-menu__liteGroupTitle {
  margin-bottom: var(--space-2);
  color: var(--muted);
}
body .mega-menu a {
  min-width: 0;
  white-space: normal;
}
body .mega-menu__liteFeature,
body .mega-menu__liteCard,
body .mega-menu__liteSimple,
body .mega-menu__liteProduct,
body .mega-menu__liteSideLink {
  min-width: 0;
  color: inherit;
  text-decoration: none;
}
body .mega-menu__liteFeature {
  display: flex;
  flex-direction: column;
  padding: 18px;
  border: 1px solid rgba(23, 28, 34, 0.11);
  border-radius: 12px;
  background: #f7f8f7;
  transition: border-color 0.16s ease, background-color 0.16s ease, transform 0.16s ease;
}
body .mega-menu__liteFeature:nth-child(2) {
  background: #f6f7f9;
}
body .mega-menu__liteFeature:hover,
body .mega-menu__liteFeature:focus-visible,
body .mega-menu__liteCard:hover,
body .mega-menu__liteCard:focus-visible {
  border-color: rgba(230, 93, 49, 0.38);
  background: #ffffff;
  transform: translateY(-1px);
}
body .mega-menu__liteFeature h3,
body .mega-menu__liteCard h3,
body .mega-menu__liteSimple h3 {
  margin: 7px 0 5px;
  color: #171c22;
  font-size: 16px;
  font-weight: 750;
  letter-spacing: var(--tracking-card);
  line-height: 1.22;
}
body .mega-menu__liteFeature p,
body .mega-menu__liteCard p,
body .mega-menu__liteSimple p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  overflow-wrap: break-word;
}
body .mega-menu__litePills,
body .mega-menu__litePills li {
  margin: 0;
  padding: 0;
  list-style: none;
}
body .mega-menu__litePills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 13px;
}
body .mega-menu__litePills li {
  padding: 5px 7px;
  border: 1px solid rgba(23, 28, 34, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #4f5862;
  font-size: 10px;
  font-weight: 680;
  line-height: 1.2;
}
body .mega-menu__liteFeatureAction {
  margin-top: 14px;
  color: #171c22;
  font-size: 13px;
  font-weight: 780;
  line-height: 1.25;
}
body .mega-menu__liteFeatureAction::after {
  color: var(--orange-dark);
  content: " →";
}
body .mega-menu__liteSide {
  display: flex;
  flex-direction: column;
  padding: 16px 15px;
  border: 1px solid rgba(23, 28, 34, 0.1);
  border-radius: 12px;
  background: #ffffff;
}
body .mega-menu__liteSide .mega-menu__liteGroupTitle {
  margin: 2px 8px 8px;
  color: var(--muted);
}
body .mega-menu__liteSideLink {
  display: block;
  padding: 9px 8px;
  border-radius: 8px;
  transition: background-color 0.16s ease;
}
body .mega-menu__liteSideLink:hover,
body .mega-menu__liteSideLink:focus-visible,
body .mega-menu__liteProduct:hover,
body .mega-menu__liteProduct:focus-visible {
  background: var(--soft);
}
body .mega-menu__liteSideLink strong,
body .mega-menu__liteProduct strong {
  display: block;
  color: #20262d;
  font-size: 14px;
  line-height: 1.25;
}
body .mega-menu__liteSideLink span,
body .mega-menu__liteProduct span {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  overflow-wrap: break-word;
}
body .mega-menu__liteProduct {
  display: block;
  min-height: 44px;
  padding: 8px;
  border-radius: 8px;
  transition: background-color 0.16s ease;
}
body .mega-menu__liteProduct--featured {
  padding: var(--space-4);
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--soft);
}
body .mega-menu__liteProduct--featured strong {
  font-size: 16px;
  font-weight: 750;
  letter-spacing: var(--tracking-card);
}
body .mega-menu__liteProduct--featured:hover,
body .mega-menu__liteProduct--featured:focus-visible {
  border-color: var(--orange-dark);
  background: var(--paper);
}
body .mega-menu__liteCard {
  display: flex;
  flex-direction: column;
  min-height: 128px;
  padding: 17px;
  border: 1px solid rgba(23, 28, 34, 0.11);
  border-radius: 12px;
  background: #f8f8f6;
  transition: border-color 0.16s ease, background-color 0.16s ease, transform 0.16s ease;
}
body .mega-menu__liteCardTag {
  margin-bottom: 8px;
}
body .mega-menu__liteCard h3,
body .mega-menu__liteSimple h3 {
  margin-top: 0;
}
body .mega-menu__liteCard--ai {
  border-color: rgba(230, 93, 49, 0.22);
  background: #fff8f4;
}
body .mega-menu__liteSimple {
  display: flex;
  flex-direction: column;
  min-height: 44px;
  padding: var(--space-3);
  border-radius: 8px;
  transition: background-color 0.16s ease;
}
body .mega-menu__liteSimple:hover,
body .mega-menu__liteSimple:focus-visible {
  background: var(--soft);
}
body .mega-menu__liteSimple:hover h3 {
  color: var(--orange-dark);
}
body .mega-menu__liteFoot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  min-height: 44px;
  margin-top: var(--space-4);
  padding: var(--space-3) 0;
  border-top: 1px solid var(--line);
  background: var(--paper);
  color: var(--muted);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}
body .nav-links .mega-menu__liteFoot:hover,
body .nav-links .mega-menu__liteFoot:focus-visible {
  color: var(--muted);
}
body .mega-menu__liteFoot:hover span:last-child,
body .mega-menu__liteFoot:focus-visible span:last-child {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
body .mega-menu__liteFoot span:last-child {
  flex: 0 0 auto;
  color: var(--orange-dark);
  font-weight: 650;
  white-space: nowrap;
}
body .mega-menu a:focus-visible {
  outline: 2px solid var(--orange-dark);
  outline-offset: 2px;
}
body .mobile-menu details {
  width: 100%;
  border-bottom: 1px solid rgba(20, 26, 32, 0.11);
}
body .mobile-menu summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 50px;
  padding: 15px 0;
  font-weight: 750;
  list-style: none;
  cursor: pointer;
}
body .mobile-menu summary:focus-visible {
  outline: 2px solid var(--orange-dark);
  outline-offset: -2px;
}
body .mobile-menu summary::-webkit-details-marker {
  display: none;
}
body .mobile-menu summary img {
  width: 12px;
  height: 8px;
  flex: 0 0 auto;
  transition: transform 0.18s ease;
}
body .mobile-menu details[open] summary img {
  transform: rotate(180deg);
}
body .mobile-menu__sub {
  display: grid;
  gap: 3px;
  padding: 0 0 13px 12px;
}
body .mobile-menu__sub a {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
  min-height: 44px;
  justify-content: center;
  padding: 9px 10px;
  border-radius: 8px;
  color: inherit;
  text-decoration: none;
}
body .mobile-menu__sub a:hover,
body .mobile-menu__sub a:focus-visible {
  background: rgba(230, 93, 49, 0.08);
}
body .mobile-menu__sub strong {
  font-size: 14px;
  line-height: 1.3;
}
body .mobile-menu__sub span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  overflow-wrap: break-word;
}
body .mobile-menu__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding-top: 16px;
}
body .mobile-menu__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid rgba(20, 26, 32, 0.18);
  border-radius: 9px;
  color: inherit;
  font-weight: 750;
  text-decoration: none;
}
body .mobile-menu__actions .mobile-menu__primary {
  border-color: var(--orange-dark);
  background: var(--orange-dark);
  color: #ffffff;
}
@media (max-width: 1220px) and (min-width: 1101px) {
  body .mega-nav {
    gap: 0;
  }
  body .mega-nav__trigger {
    padding-inline: 7px;
    font-size: 12px;
  }
  body .mega-menu {
    width: calc(100vw - 24px);
  }
  body .mega-menu__liteHead {
    padding: 17px 20px 15px;
  }
  body .mega-menu__liteBody {
    padding: 17px 20px 20px;
  }
  body .mega-menu__liteGrid {
    gap: 9px;
  }
  body .mega-menu__liteFeature,
  body .mega-menu__liteCard {
    padding: 14px;
  }
}
body .sidebar-container--offset {
  padding-left: 75px;
}
@media (max-width: 760px) {
  body .sidebar-container--offset {
    padding-left: 0;
  }
}
@media (max-width: 1100px) {
  body .mega-nav,
  body .nav-actions > .btn {
    display: none;
  }
  body .mobile-toggle {
    display: inline-flex;
  }
  body .mobile-menu.open {
    max-height: calc(100dvh - var(--navigation-height) - var(--navigation-offset) - 1px);
    padding-inline: var(--space-1);
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  body .mobile-menu__actions {
    margin-bottom: 10px;
  }
}
@media (min-width: 1101px) {
  body .mobile-toggle,
  body .mobile-menu.open {
    display: none;
  }
}
body .mobile-toggle__closeIcon,
body .mobile-toggle[aria-expanded=true] .mobile-toggle__openIcon {
  display: none;
}
body .mobile-toggle[aria-expanded=true] .mobile-toggle__closeIcon {
  display: block;
}
@media (max-width: 782px) {
  body.admin-bar .topbar {
    --navigation-offset: 46px;
  }
}
@media (max-width: 760px) {
  body .topbar {
    --navigation-height: 68px;
  }
}
@media (max-width: 520px) {
  body .mobile-menu__actions {
    grid-template-columns: 1fr;
  }
}
@media (prefers-reduced-motion: reduce) {
  body *,
  body *::before,
  body *::after {
    transition: none !important;
  }
}

.softwarePartnerHome {
  --softwarePartnerInk: #17243a;
  --softwarePartnerMuted: var(--muted);
  --softwarePartnerOrange: var(--orange);
  --softwarePartnerOrangeDark: var(--orange-dark);
  --softwarePartnerNavy: #17243a;
  --softwarePartnerNavyDark: #101a2a;
  --softwarePartnerPaper: #faf9f7;
  --softwarePartnerLine: #e3e7ec;
  --softwarePartnerContainer: 1220px;
  --softwarePartnerTrustHeight: calc(var(--space-11) * 2);
  color: var(--softwarePartnerInk);
  background: var(--softwarePartnerPaper);
}
.softwarePartnerHome :where(h1, h2, h3, p) {
  margin-top: 0;
}
.softwarePartnerHome__container, .softwarePartnerHome__heroContent, .softwarePartnerHome__heroTrustGrid {
  width: min(100% - 48px, var(--softwarePartnerContainer));
  margin-inline: auto;
}
.softwarePartnerHome__productCard:focus-visible, .softwarePartnerHome__inlineAction:focus-visible, .softwarePartnerHome__cardAction:focus-visible {
  outline: 2px solid #005382;
  outline-offset: 3px;
}
.softwarePartnerHome__inlineAction img {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
}
.softwarePartnerHome__hero {
  position: relative;
  isolation: isolate;
  height: calc(100vh - 80px);
  min-height: 640px;
  padding: 0;
  overflow: hidden;
  background: #f7f6f3;
}
.softwarePartnerHome__heroVideo {
  position: absolute;
  inset: 0;
  z-index: -5;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.76;
  filter: brightness(0.92) contrast(1.16) saturate(0.74);
}
.softwarePartnerHome__heroArtwork {
  position: absolute;
  top: 12%;
  right: 0;
  z-index: -3;
  width: min(50vw, 900px);
  height: 70%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  opacity: 0.98;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.softwarePartnerHome__heroImage {
  display: block;
  flex: 0 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: brightness(1.05);
  -webkit-mask-image: linear-gradient(180deg, transparent, #000 22%, #000 78%, transparent), linear-gradient(90deg, transparent, #000 12%, #000 96%, transparent);
  mask-image: linear-gradient(180deg, transparent, #000 22%, #000 78%, transparent), linear-gradient(90deg, transparent, #000 12%, #000 96%, transparent);
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
}
.softwarePartnerHome__hero::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(90deg, rgba(250, 249, 247, 0.998) 0%, rgba(250, 249, 247, 0.99) 27%, rgba(250, 249, 247, 0.94) 39%, rgba(250, 249, 247, 0.68) 50%, rgba(250, 249, 247, 0.16) 65%, rgba(250, 249, 247, 0) 79%);
  content: "";
}
.softwarePartnerHome__heroContent {
  display: flex;
  align-items: center;
  height: calc(100% - var(--softwarePartnerTrustHeight));
  padding: var(--space-9) 0;
}
.softwarePartnerHome__heroCopy {
  width: min(800px, 66%);
}
.softwarePartnerHome__hero h1 {
  max-width: 800px;
  margin: var(--space-3) 0 var(--space-6);
}
.softwarePartnerHome__hero h1 span {
  display: block;
}
.softwarePartnerHome__accent {
  color: var(--softwarePartnerOrange);
}
.softwarePartnerHome__heroLead {
  max-width: 760px;
  margin-bottom: 0;
  color: #627187;
}
.softwarePartnerHome__heroActions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}
.softwarePartnerHome__heroNote {
  margin: 20px 0 0;
  color: var(--muted);
}
.softwarePartnerHome__trustDock {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  min-height: var(--softwarePartnerTrustHeight);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}
.softwarePartnerHome__heroTrustGrid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  min-height: var(--softwarePartnerTrustHeight);
  padding-block: var(--space-7);
}
.softwarePartnerHome__platforms {
  width: 100%;
  min-width: 0;
}
.softwarePartnerHome__platforms > p {
  margin: 0 0 var(--space-6);
  color: var(--muted);
  text-align: center;
}
.softwarePartnerHome__platformMarquee {
  height: calc(var(--space-9) + var(--space-2));
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}
.softwarePartnerHome__platformTrack {
  display: flex;
  width: max-content;
  animation: softwarePartnerPlatformMarquee 36s linear infinite;
}
.softwarePartnerHome__platformGroup {
  display: flex;
  gap: var(--space-7);
  align-items: center;
  padding-right: var(--space-7);
}
.softwarePartnerHome__platformLogo {
  display: flex;
  flex: 0 0 calc(var(--space-12) * 2);
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: calc(var(--space-9) + var(--space-2));
}
.softwarePartnerHome__platformLogo img {
  width: 44px;
  max-width: 44px;
  height: auto;
  max-height: 42px;
  filter: grayscale(1);
  opacity: 0.7;
}
.softwarePartnerHome__platformLogo--wide img {
  width: 190px;
  max-width: 190px;
  height: 42px;
  max-height: 42px;
  object-fit: contain;
}
.softwarePartnerHome__industries {
  padding: var(--section-padding-block) 0;
  background: #f3f1ec;
  color: var(--softwarePartnerInk);
}
.softwarePartnerHome__sectionHead, .softwarePartnerHome__productsHead {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 32px;
}
.softwarePartnerHome__sectionHead h2, .softwarePartnerHome__productsHead h2 {
  margin: 12px 0 0;
}
.softwarePartnerHome__sectionHead > p, .softwarePartnerHome__productsHead > div:last-child > p {
  max-width: 590px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}
.softwarePartnerHome__sectionHead--dark h2 {
  color: #ffffff;
}
.softwarePartnerHome__sectionHead--dark > p {
  color: #b9c3d0;
}
.softwarePartnerHome__industriesIntro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  gap: 34px;
  align-items: end;
  margin-bottom: 34px;
}
.softwarePartnerHome__industriesIntro h2 {
  max-width: 11ch;
  margin: 12px 0 0;
}
.softwarePartnerHome__industriesIntro > p {
  max-width: 640px;
  margin: 0 0 6px;
  color: rgba(23, 36, 58, 0.74);
  font-size: 17px;
  line-height: 1.6;
}
.softwarePartnerHome__industriesPrimary, .softwarePartnerHome__industriesSupportGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.softwarePartnerHome__industryCard {
  overflow: hidden;
  border: 1px solid rgba(18, 22, 28, 0.1);
  border-radius: 20px;
  background: #ffffff;
  color: var(--softwarePartnerInk);
}
.softwarePartnerHome__industryCard--primary {
  box-shadow: 0 20px 45px rgba(17, 24, 32, 0.04);
}
.softwarePartnerHome__industryImage {
  height: 310px;
  overflow: hidden;
  background: var(--softwarePartnerPaper);
}
.softwarePartnerHome__industryImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.35s ease;
}
.softwarePartnerHome__industryImage--contain {
  padding: clamp(28px, 4vw, 54px);
  background: #fbfaf7;
}
.softwarePartnerHome__industryImage--contain img {
  object-fit: contain;
}
.softwarePartnerHome__industryCard:hover .softwarePartnerHome__industryImage img {
  transform: scale(1.015);
}
.softwarePartnerHome__industryBody {
  padding: 24px 24px 26px;
}
.softwarePartnerHome__industryBody h3 {
  margin-bottom: 10px;
}
.softwarePartnerHome__industryBody > p {
  max-width: 560px;
  margin-bottom: 0;
  color: rgba(23, 36, 58, 0.72);
  font-size: 13px;
  line-height: 1.58;
}
.softwarePartnerHome__focusLabel {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 14px;
  padding: 6px 10px;
  border: 1px solid rgba(23, 36, 58, 0.18);
  border-radius: 999px;
  color: #56606b;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: var(--tracking-label);
  line-height: 1;
  text-transform: uppercase;
}
.softwarePartnerHome__outcomeChips, .softwarePartnerHome__outcomeChips li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.softwarePartnerHome__outcomeChips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}
.softwarePartnerHome__outcomeChips li {
  padding: 6px 10px;
  border: 1px solid rgba(23, 36, 58, 0.1);
  border-radius: 999px;
  background: #f8f7f4;
  color: #55606b;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
}
.softwarePartnerHome__cardAction {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  color: var(--softwarePartnerInk);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.3;
  text-decoration: none;
}
.softwarePartnerHome__cardAction::after {
  content: "→";
  transition: transform 0.2s ease;
}
.softwarePartnerHome__cardAction:hover, .softwarePartnerHome__cardAction:focus-visible {
  color: var(--softwarePartnerOrangeDark);
}
.softwarePartnerHome__cardAction:hover::after, .softwarePartnerHome__cardAction:focus-visible::after {
  transform: translateX(4px);
}
.softwarePartnerHome__industriesSupport {
  margin-top: 22px;
  padding: 22px;
  border: 1px solid rgba(18, 22, 28, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
}
.softwarePartnerHome__industriesSupportHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
}
.softwarePartnerHome__industriesSupportHead h3, .softwarePartnerHome__industriesSupportHead p {
  margin: 0;
}
.softwarePartnerHome__industriesSupportHead p {
  color: rgba(23, 36, 58, 0.68);
  font-size: 15px;
  line-height: 1.5;
}
.softwarePartnerHome__industriesSupportGrid {
  gap: 18px;
}
.softwarePartnerHome__industryCard--secondary {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  align-items: stretch;
}
.softwarePartnerHome__industryCard--secondary .softwarePartnerHome__industryImage {
  height: 100%;
  min-height: 180px;
}
.softwarePartnerHome__industryCard--secondary .softwarePartnerHome__industryImage img {
  object-fit: contain;
}
.softwarePartnerHome__industryCard--secondary .softwarePartnerHome__industryBody {
  padding: 20px 20px 20px 22px;
}
.softwarePartnerHome__industryCard--secondary .softwarePartnerHome__cardAction {
  margin-top: 16px;
}
.softwarePartnerHome__ways {
  padding: var(--section-padding-block) 0;
  background: #f3f1ec;
}
.softwarePartnerHome__waysHead {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 48px;
}
.softwarePartnerHome__waysHead h2 {
  margin: 12px 0 0;
}
.softwarePartnerHome__waysHead > p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}
.softwarePartnerHome__waysGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.softwarePartnerHome__wayCard {
  display: flex;
  flex-direction: column;
  min-height: 260px;
  padding: clamp(26px, 3vw, 38px);
  border: 1px solid rgba(18, 22, 28, 0.14);
  border-radius: 18px;
  background: #ffffff;
}
.softwarePartnerHome__wayNumber {
  display: block;
  margin-bottom: var(--space-7);
  color: #7d8692;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: var(--tracking-label);
  line-height: 1;
}
.softwarePartnerHome__wayCard h3 {
  margin: 0 0 14px;
}
.softwarePartnerHome__wayCard p {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}
.softwarePartnerHome__wayCard .softwarePartnerHome__cardAction {
  margin-top: auto;
}
.softwarePartnerHome__partnerships {
  padding: var(--section-padding-block-spacious) 0;
  background: var(--soft-warm);
  scroll-margin-top: 90px;
}
.softwarePartnerHome__partnershipsIntro {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: var(--space-9);
  align-items: end;
}
.softwarePartnerHome__partnershipsIntro h2 {
  max-width: 760px;
  margin: var(--space-3) 0 0;
}
.softwarePartnerHome__partnershipsLead p {
  max-width: 580px;
  margin: 0;
  color: var(--softwarePartnerMuted);
  font-size: 16px;
  line-height: 1.68;
}
.softwarePartnerHome__partnershipsLead .softwarePartnerHome__button {
  margin-top: var(--space-7);
}
.softwarePartnerHome__partnershipGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-5);
  margin-top: var(--space-9);
}
.softwarePartnerHome__partnershipCard {
  padding: var(--space-7);
  border: 1px solid var(--softwarePartnerLine);
  border-radius: var(--radius-md);
  background: var(--paper);
}
.softwarePartnerHome__partnershipCard > span {
  display: block;
  margin-bottom: var(--space-8);
  color: var(--eyebrow-color);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: var(--tracking-label);
  line-height: 1;
}
.softwarePartnerHome__partnershipCard h3 {
  margin: 0 0 var(--space-3);
}
.softwarePartnerHome__partnershipCard p {
  margin: 0;
  color: var(--softwarePartnerMuted);
  font-size: 14px;
  line-height: 1.65;
}
.softwarePartnerHome__security {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: var(--space-9);
  align-items: center;
  margin-top: var(--space-8);
  padding: var(--space-9);
  border-radius: var(--radius-lg);
  background: var(--softwarePartnerNavyDark);
  color: #ffffff;
  scroll-margin-top: 90px;
}
.softwarePartnerHome__securityCopy h3 {
  max-width: 720px;
  margin: var(--space-3) 0 0;
}
.softwarePartnerHome__securityCopy > p:last-child {
  max-width: 760px;
  margin: var(--space-5) 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.7;
}
.softwarePartnerHome__securityLinks {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  gap: var(--space-3);
}
.softwarePartnerHome__securityLink {
  width: 100%;
}
.softwarePartnerHome__brandDisclosure {
  max-width: 900px;
  margin: var(--space-6) 0 0;
  color: var(--softwarePartnerMuted);
  font-size: 11px;
  line-height: 1.65;
}
.softwarePartnerHome__products {
  padding: var(--section-padding-block) 0;
  background: #ffffff;
}
.softwarePartnerHome__productsHead > div:last-child {
  align-self: end;
}
.softwarePartnerHome__inlineAction {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  min-height: 44px;
  color: var(--softwarePartnerOrangeDark);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.2;
}
.softwarePartnerHome__inlineAction:hover {
  color: var(--softwarePartnerOrangeDark);
}
.softwarePartnerHome__productGrid {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(360px, 0.78fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.softwarePartnerHome__productCard {
  display: block;
  overflow: hidden;
  border: 1px solid var(--softwarePartnerLine);
  border-radius: 24px;
  background: #ffffff;
  color: var(--softwarePartnerInk);
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.softwarePartnerHome__productCard:hover {
  border-color: #cfd5dc;
  color: var(--softwarePartnerInk);
  transform: translateY(-2px);
}
.softwarePartnerHome__productCard--featured {
  grid-row: 1/span 2;
}
.softwarePartnerHome__productCard--supporting {
  display: grid;
  grid-template-columns: minmax(170px, 0.82fr) minmax(0, 1.18fr);
  align-items: stretch;
}
.softwarePartnerHome__productCard > img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: center;
  background: var(--softwarePartnerPaper);
}
.softwarePartnerHome__productCard--featured > img {
  aspect-ratio: 16/10;
}
.softwarePartnerHome__productCard--supporting > img {
  height: 100%;
  aspect-ratio: auto;
  object-fit: contain;
}
.softwarePartnerHome__productCard--contain > img {
  padding: clamp(34px, 4vw, 58px);
  object-fit: contain;
}
.softwarePartnerHome__productCopy {
  padding: 20px;
}
.softwarePartnerHome__productCopy small {
  display: block;
  margin-bottom: 8px;
  color: var(--softwarePartnerOrangeDark);
}
.softwarePartnerHome__productCopy h3 {
  margin-bottom: 8px;
}
.softwarePartnerHome__productCard--featured .softwarePartnerHome__productCopy {
  padding: 28px;
}
.softwarePartnerHome__productCard--supporting .softwarePartnerHome__productCopy {
  align-self: center;
  padding: 18px;
}
.softwarePartnerHome__productCopy p {
  margin-bottom: 0;
  color: var(--muted);
}
.softwarePartnerHome__otherProducts {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--muted);
}
.softwarePartnerHome__principles {
  padding: var(--section-padding-block) 0;
  background: #fbf8f5;
}
.softwarePartnerHome__principleGrid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 70px;
  align-items: center;
}
.softwarePartnerHome__principleGrid h2 {
  max-width: 590px;
  margin: 12px 0 0;
}
.softwarePartnerHome__principleList, .softwarePartnerHome__principleRow {
  margin: 0;
  padding: 0;
  list-style: none;
}
.softwarePartnerHome__principleList {
  margin-top: 36px;
  border-top: 1px solid #dedad7;
}
.softwarePartnerHome__principleRow {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid #dedad7;
}
.softwarePartnerHome__principleNumber {
  color: #a79d97;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
}
.softwarePartnerHome__principleRow h3 {
  margin-bottom: 5px;
}
.softwarePartnerHome__principleRow p {
  margin-bottom: 0;
  color: #766e68;
  font-size: 13px;
  line-height: 1.65;
}
.softwarePartnerHome__codeCard {
  overflow: hidden;
  min-width: 0;
  border-radius: 28px;
  background: #1d2633;
  color: #e4e8ed;
  box-shadow: var(--shadow-md);
}
.softwarePartnerHome__codeTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 17px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #161e28;
}
.softwarePartnerHome__codeTop > span:last-child {
  color: #a8b2bf;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
}
.softwarePartnerHome__codeDots {
  display: flex;
  gap: 6px;
}
.softwarePartnerHome__codeDots i {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #495361;
}
.softwarePartnerHome__codeCard pre {
  max-width: 100%;
  overflow-x: auto;
  margin: 0;
  padding: 28px;
  font: 12px/1.85 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  white-space: pre;
  -webkit-overflow-scrolling: touch;
}
.softwarePartnerHome__codeCard code {
  font: inherit;
}
.softwarePartnerHome__codeOrange {
  color: #ff9876;
}
.softwarePartnerHome__codeBlue {
  color: #97b7ff;
}
.softwarePartnerHome__codeGreen {
  color: #87d8b9;
}
.softwarePartnerHome__codeMuted {
  color: #697585;
}
.softwarePartnerHome__stats {
  padding: var(--section-padding-block-compact) 0;
  background: #ffffff;
}
.softwarePartnerHome__statsGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid var(--softwarePartnerLine);
  border-bottom: 1px solid var(--softwarePartnerLine);
}
.softwarePartnerHome__stat {
  padding: 38px 30px;
}
.softwarePartnerHome__stat + .softwarePartnerHome__stat {
  border-left: 1px solid var(--softwarePartnerLine);
}
.softwarePartnerHome__stat dt {
  font-size: 40px;
  font-weight: 750;
  letter-spacing: var(--tracking-display);
  line-height: 1;
}
.softwarePartnerHome__stat dd {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 680;
  line-height: 1.4;
}
.softwarePartnerHome__proof .softwarePartnerHome__stat {
  text-align: center;
}
.softwarePartnerHome__proof .softwarePartnerHome__stat dt {
  font-size: clamp(18px, 1.8vw, 25px);
  line-height: 1.12;
}
.softwarePartnerHome__proof .softwarePartnerHome__stat dd {
  max-width: 220px;
  margin-inline: auto;
  line-height: 1.45;
}
.softwarePartnerHome__ctaSection {
  padding: var(--section-padding-block-compact) 0 var(--section-padding-block);
  background: #ffffff;
}
.softwarePartnerHome__cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 32px;
  padding: 56px 60px;
  border-radius: 28px;
  background: var(--softwarePartnerNavyDark);
  color: #ffffff;
}
.softwarePartnerHome__cta--orange {
  background: var(--orange-action);
}
.softwarePartnerHome__cta h2 {
  max-width: 780px;
  margin-bottom: 0;
}
.softwarePartnerHome__cta h2 span {
  display: block;
  white-space: nowrap;
}
.softwarePartnerHome__cta p {
  max-width: 720px;
  margin: 14px 0 0;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.65;
}
.softwarePartnerHome__ctaActions {
  display: flex;
  gap: 10px;
}

@media (max-width: 1240px) {
  .softwarePartnerHome__cta {
    grid-template-columns: 1fr;
  }
}
@keyframes softwarePartnerPlatformMarquee {
  to {
    transform: translateX(-50%);
  }
}
@supports (height: 100svh) {
  .softwarePartnerHome__hero {
    height: calc(100svh - 80px);
  }
}
@supports (height: 100dvh) {
  .softwarePartnerHome__hero {
    height: calc(100dvh - 80px);
  }
}
@media (min-width: 1041px) {
  .softwarePartnerHome__hero h1 span {
    white-space: nowrap;
  }
}
@media (max-width: 1040px) {
  .softwarePartnerHome__heroContent {
    padding-bottom: var(--space-9);
  }
  .softwarePartnerHome__heroCopy {
    width: min(620px, 68%);
  }
  .softwarePartnerHome__heroArtwork {
    right: -15%;
    width: 72vw;
    opacity: 0.74;
  }
  .softwarePartnerHome__hero::before {
    background: linear-gradient(90deg, rgba(250, 249, 247, 0.998) 0%, rgba(250, 249, 247, 0.98) 43%, rgba(250, 249, 247, 0.72) 66%, rgba(250, 249, 247, 0.08) 100%);
  }
  .softwarePartnerHome__sectionHead, .softwarePartnerHome__productsHead, .softwarePartnerHome__industriesIntro, .softwarePartnerHome__waysHead, .softwarePartnerHome__partnershipsIntro {
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: start;
  }
  .softwarePartnerHome__industriesIntro h2 {
    max-width: none;
  }
  .softwarePartnerHome__industriesPrimary, .softwarePartnerHome__industriesSupportGrid, .softwarePartnerHome__waysGrid, .softwarePartnerHome__partnershipGrid, .softwarePartnerHome__security {
    grid-template-columns: 1fr;
  }
  .softwarePartnerHome__industryCard--secondary {
    grid-template-columns: 1fr;
  }
  .softwarePartnerHome__industryCard--secondary .softwarePartnerHome__industryImage {
    height: 180px;
    min-height: 180px;
  }
  .softwarePartnerHome__industriesSupportHead {
    align-items: flex-start;
    flex-direction: column;
  }
  .softwarePartnerHome__productGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }
  .softwarePartnerHome__productCard--featured {
    grid-row: auto;
    grid-column: 1/-1;
  }
  .softwarePartnerHome__productCard--supporting {
    display: block;
  }
  .softwarePartnerHome__productCard--supporting > img {
    height: auto;
    aspect-ratio: 4/3;
  }
  .softwarePartnerHome__principleGrid, .softwarePartnerHome__cta {
    grid-template-columns: 1fr;
  }
  .softwarePartnerHome__codeCard {
    max-width: 760px;
  }
}
@media (max-width: 760px) {
  .softwarePartnerHome__container, .softwarePartnerHome__heroContent, .softwarePartnerHome__heroTrustGrid {
    width: min(100% - 30px, var(--softwarePartnerContainer));
  }
  .softwarePartnerHome__hero {
    height: auto;
    min-height: 0;
    padding: 0;
  }
  .softwarePartnerHome__heroContent {
    align-items: flex-start;
    height: auto;
    min-height: 0;
    padding: var(--space-10) 0 230px;
  }
  .softwarePartnerHome__heroCopy {
    width: 100%;
  }
  .softwarePartnerHome__heroActions {
    margin-top: 24px;
  }
  .softwarePartnerHome__heroActions .softwarePartnerHome__button {
    width: 100%;
  }
  .softwarePartnerHome__heroArtwork {
    top: auto;
    right: 0;
    bottom: var(--softwarePartnerTrustHeight);
    width: 115%;
    height: 230px;
    opacity: 0.98;
  }
  .softwarePartnerHome__hero::before {
    background: linear-gradient(180deg, rgba(250, 249, 247, 0.998) 0%, rgba(250, 249, 247, 0.97) 57%, rgba(250, 249, 247, 0.48) 75%, rgba(250, 249, 247, 0.04) 100%);
  }
  .softwarePartnerHome__heroTrustGrid {
    padding-block: var(--space-6);
  }
  .softwarePartnerHome__platforms > p {
    margin-bottom: var(--space-5);
  }
  .softwarePartnerHome__trustDock {
    position: relative;
  }
  .softwarePartnerHome__platformTrack {
    animation-duration: 28s;
  }
  .softwarePartnerHome__platformGroup {
    gap: var(--space-6);
    padding-right: var(--space-6);
  }
  .softwarePartnerHome__industries, .softwarePartnerHome__ways, .softwarePartnerHome__products, .softwarePartnerHome__principles {
    padding: var(--section-padding-block-mobile) 0;
  }
  .softwarePartnerHome__partnerships {
    padding: var(--section-padding-block-spacious-mobile) 0;
  }
  .softwarePartnerHome__partnershipsLead .softwarePartnerHome__button, .softwarePartnerHome__securityLink {
    width: 100%;
  }
  .softwarePartnerHome__partnershipCard {
    padding: var(--space-6);
  }
  .softwarePartnerHome__partnershipCard > span {
    margin-bottom: var(--space-6);
  }
  .softwarePartnerHome__security {
    gap: var(--space-7);
    padding: var(--space-7) var(--space-6);
  }
  .softwarePartnerHome__productGrid {
    grid-template-columns: 1fr;
  }
  .softwarePartnerHome__productCard--featured {
    grid-column: auto;
  }
  .softwarePartnerHome__industryImage {
    height: 250px;
  }
  .softwarePartnerHome__industriesSupport {
    padding: 15px;
  }
  .softwarePartnerHome__wayCard {
    min-height: 0;
  }
  .softwarePartnerHome__wayNumber {
    margin-bottom: var(--space-5);
  }
  .softwarePartnerHome__cardAction, .softwarePartnerHome__inlineAction {
    min-height: 44px;
    padding-block: 10px;
  }
  .softwarePartnerHome__principleGrid {
    gap: 42px;
  }
  .softwarePartnerHome__principleRow {
    grid-template-columns: 34px 1fr;
  }
  .softwarePartnerHome__codeCard pre {
    padding: 20px;
    font-size: 10px;
  }
  .softwarePartnerHome__stats {
    padding: var(--section-padding-block-compact-mobile) 0;
  }
  .softwarePartnerHome__statsGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .softwarePartnerHome__stat {
    padding: 28px 17px;
  }
  .softwarePartnerHome__stat:nth-child(3) {
    border-top: 1px solid var(--softwarePartnerLine);
    border-left: 0;
  }
  .softwarePartnerHome__stat:nth-child(4) {
    border-top: 1px solid var(--softwarePartnerLine);
  }
  .softwarePartnerHome__stat dt {
    font-size: 34px;
  }
  .softwarePartnerHome__ctaSection {
    padding: var(--section-padding-block-compact-mobile) 0 var(--section-padding-block-mobile);
  }
  .softwarePartnerHome__cta {
    padding: 38px 25px;
  }
  .softwarePartnerHome__cta h2 span {
    display: inline;
    white-space: normal;
  }
  .softwarePartnerHome__ctaActions {
    align-items: stretch;
    flex-direction: column;
  }
  .softwarePartnerHome__ctaActions .softwarePartnerHome__button {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .softwarePartnerHome__button, .softwarePartnerHome__productCard, .softwarePartnerHome__industryImage img, .softwarePartnerHome__cardAction::after {
    transition: none;
  }
  .softwarePartnerHome__industryCard:hover .softwarePartnerHome__industryImage img, .softwarePartnerHome__productCard:hover {
    transform: none;
  }
  .softwarePartnerHome__platformTrack {
    animation: none;
  }
}
body .nav-links a.isActive {
  position: relative;
  color: var(--ink);
}
body .nav-links a.isActive::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -29px;
  left: 0;
  height: 2px;
  background: var(--orange);
}
body .mobile-menu a.isActive {
  color: var(--orange-dark);
}
body .daPluginsPage {
  --pluginsLine: #e7e9ed;
  --pluginsShadow: 0 1px 2px rgba(18, 27, 38, 0.04), 0 8px 24px rgba(18, 27, 38, 0.06);
  color: var(--ink);
  background: #ffffff;
}
body .daPluginsPage h1,
body .daPluginsPage h2,
body .daPluginsPage h3,
body .daPluginsPage p:not(.eyebrow) {
  margin-top: 0;
  font-family: inherit;
  color: inherit;
}
body .daPluginsPage__breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  width: max-content;
  max-width: 100%;
  margin: 0 0 24px;
  color: #778190;
  font-size: 12px;
  font-weight: 700;
}
body .daPluginsPage__breadcrumb a {
  color: inherit;
  transition: color 0.2s ease;
}
body .daPluginsPage__breadcrumb a:hover {
  color: var(--orange);
}
body .daPluginsPage__breadcrumb strong {
  color: var(--ink);
  font-weight: 700;
}
body .daPluginsPage__hero {
  padding: 42px 0 58px;
  background: #ffffff;
}
body .daPluginsPage__heroBanner {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
  align-items: center;
  min-height: 485px;
  padding: 62px 64px 0;
  overflow: hidden;
  column-gap: 64px;
  row-gap: 46px;
  border: 1px solid #e8e9ed;
  border-radius: 34px;
  background: linear-gradient(135deg, #fbfbfc 0%, #ffffff 54%, #fff6f1 100%);
  box-shadow: 0 18px 55px rgba(22, 31, 43, 0.07);
}
body .daPluginsPage__heroBanner::before {
  content: "";
  position: absolute;
  right: -150px;
  top: -185px;
  z-index: -2;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 108, 58, 0.16) 0%, rgba(255, 108, 58, 0.055) 42%, transparent 70%);
}
body .daPluginsPage__heroBanner::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 47%;
  height: 100%;
  background-image: linear-gradient(rgba(25, 34, 48, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(25, 34, 48, 0.035) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.9) 24%, rgba(0, 0, 0, 0.9));
}
body .daPluginsPage__heroContent {
  align-self: center;
  min-width: 0;
}
body .daPluginsPage__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 20px;
  color: #596474;
}
body .daPluginsPage__eyebrow span {
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  border-radius: 99px;
  background: var(--orange);
  box-shadow: 0 0 0 6px rgba(255, 108, 58, 0.12);
}
body .daPluginsPage__hero h1 {
  max-width: 700px;
  margin: 0 0 22px;
}
body .daPluginsPage__hero p {
  max-width: 670px;
  margin: 0;
  color: #596474;
  font-size: 17px;
  line-height: 1.66;
}
body .daPluginsPage__heroArt {
  position: relative;
  align-self: center;
  min-width: 0;
  height: 286px;
}
body .daPluginsPage__heroBrowser {
  position: absolute;
  right: 0;
  top: 8px;
  width: min(100%, 470px);
  height: 260px;
  padding: 18px;
  border: 1px solid #dfe2e7;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 58px rgba(22, 31, 43, 0.12);
  transform: rotate(1deg);
}
body .daPluginsPage__heroBrowserTop {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 25px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eceef1;
}
body .daPluginsPage__heroBrowserTop i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #dfe2e7;
}
body .daPluginsPage__heroBrowserTop span {
  width: 92px;
  height: 7px;
  margin-left: auto;
  border-radius: 99px;
  background: #f0f1f3;
}
body .daPluginsPage__heroBrowserBody {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding-top: 15px;
}
body .daPluginsPage__heroPlugin {
  min-width: 0;
  height: 82px;
  padding: 13px;
  border: 1px solid #e8e9ec;
  border-radius: 15px;
  background: #ffffff;
  box-shadow: 0 5px 15px rgba(24, 33, 45, 0.04);
}
body .daPluginsPage__heroPlugin:nth-child(1) {
  background: #fff7f3;
}
body .daPluginsPage__heroPlugin:nth-child(4) {
  background: #f1f5ff;
}
body .daPluginsPage__heroPluginMark {
  display: block;
  width: 28px;
  height: 28px;
  margin-bottom: 9px;
  border-radius: 9px;
  background: var(--orange-soft);
  box-shadow: inset 0 0 0 1px rgba(255, 108, 58, 0.09);
}
body .daPluginsPage .daPluginsPage__heroPlugin:nth-child(2) .daPluginsPage__heroPluginMark {
  background: #edf0f3;
}
body .daPluginsPage .daPluginsPage__heroPlugin:nth-child(3) .daPluginsPage__heroPluginMark {
  background: #eaf8f2;
}
body .daPluginsPage .daPluginsPage__heroPlugin:nth-child(4) .daPluginsPage__heroPluginMark {
  background: #eef0ff;
}
body .daPluginsPage__heroPluginLine {
  display: block;
  height: 6px;
  border-radius: 99px;
  background: #dfe3e8;
}
body .daPluginsPage__heroPluginLine--short {
  width: 58%;
  margin-top: 6px;
  background: #eceef1;
}
body .daPluginsPage__heroFloat {
  position: absolute;
  right: 30px;
  bottom: 2px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 11px 14px;
  border: 1px solid #e2e5e9;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(22, 31, 43, 0.13);
  color: #44505f;
  font-size: 11px;
  font-weight: 800;
}
body .daPluginsPage__heroFloat::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1f9368;
  box-shadow: 0 0 0 5px rgba(31, 147, 104, 0.11);
}
body .daPluginsPage__stats {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 -64px;
  border-top: 1px solid #e8e9ed;
  background: rgba(255, 255, 255, 0.77);
  backdrop-filter: blur(8px);
}
body .daPluginsPage__stat {
  min-width: 0;
  margin: 0;
  padding: 23px 30px;
}
body .daPluginsPage__stat + body .daPluginsPage__stat {
  border-left: 1px solid #e8e9ed;
}
body .daPluginsPage__stat strong {
  display: block;
  margin-bottom: 5px;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.04em;
}
body .daPluginsPage__stat span {
  color: #7d8794;
  font-size: 11px;
  font-weight: 720;
}
body .daPluginsPage__featured {
  padding: 36px 0 70px;
}
body .daPluginsPage__featuredCard {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 470px;
  overflow: hidden;
  border: 1px solid #ecdcd4;
  border-radius: 32px;
  background: linear-gradient(145deg, #ffffff 0%, #fff8f4 100%);
  box-shadow: 0 18px 55px rgba(37, 25, 20, 0.07);
}
body .daPluginsPage__featuredCopy {
  display: flex;
  flex-direction: column;
  padding: 52px;
}
body .daPluginsPage__featuredLabel {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 44px;
  color: #7b8490;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
body .daPluginsPage__badge,
body .daPluginsPage .daPluginCard__badge {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  border: 1px solid #e4e7eb;
  border-radius: 999px;
  background: #ffffff;
  color: #667085;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: normal;
  text-transform: none;
}
body .daPluginsPage__badge--hot {
  border-color: #1f2937;
  background: #1f2937;
  color: #ffffff;
}
body .daPluginsPage__featuredCopy h2 {
  margin-bottom: 14px;
  font-size: 42px;
  line-height: 1.05;
  letter-spacing: -0.045em;
}
body .daPluginsPage__featuredCopy p {
  max-width: 560px;
  margin-bottom: 25px;
  color: #626d7b;
  font-size: 16px;
  line-height: 1.58;
}
body .daPluginsPage__featurePoints {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 32px;
}
body .daPluginsPage__featurePoints > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  border: 1px solid #eadfd9;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #5f6874;
  font-size: 11px;
  font-weight: 750;
  line-height: 1;
}
body .daPluginsPage__featurePoints i {
  width: 6px;
  height: 6px;
  border-radius: 99px;
  background: var(--orange);
}
body .daPluginsPage__featuredActions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}
body .daPluginsPage__featuredVisual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 470px;
  overflow: hidden;
  background: radial-gradient(circle at 60% 35%, rgba(255, 108, 58, 0.2), transparent 25%), linear-gradient(155deg, #fff3ed, #fffaf7);
}
body .daPluginsPage__featuredVisual::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 108, 58, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 108, 58, 0.06) 1px, transparent 1px);
  background-size: 34px 34px;
}
body .daPluginsPage__syncScene {
  position: relative;
  width: min(88%, 510px);
  height: 330px;
}
body .daPluginsPage__uiPanel {
  position: absolute;
  border: 1px solid rgba(225, 205, 196, 0.95);
  border-radius: 21px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 20px 45px rgba(67, 39, 27, 0.11);
}
body .daPluginsPage__uiPanel--property {
  left: 0;
  top: 30px;
  width: 57%;
  height: 252px;
  padding: 14px;
}
body .daPluginsPage__uiPanel--crm {
  right: 0;
  top: 76px;
  width: 49%;
  height: 218px;
  padding: 14px;
}
body .daPluginsPage__browserTop {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 23px;
  border-bottom: 1px solid #ece6e2;
}
body .daPluginsPage__browserTop i {
  width: 6px;
  height: 6px;
  border-radius: 99px;
  background: #e7ddd7;
}
body .daPluginsPage__browserTop span {
  width: 65px;
  height: 6px;
  margin-left: auto;
  border-radius: 99px;
  background: #eee5e1;
}
body .daPluginsPage__propertyPhoto {
  position: relative;
  height: 104px;
  margin: 11px 0 13px;
  overflow: hidden;
  border-radius: 13px;
  background: linear-gradient(155deg, #ffe0d3, #fff2eb);
}
body .daPluginsPage__propertyPhoto::before {
  content: "";
  position: absolute;
  left: 30px;
  bottom: 22px;
  width: 70px;
  height: 48px;
  background: #ff8256;
  clip-path: polygon(50% 0, 100% 38%, 88% 38%, 88% 100%, 12% 100%, 12% 38%, 0 38%);
}
body .daPluginsPage__line, body .daPluginsPage__crmRow i {
  display: block;
  height: 7px;
  border-radius: 99px;
  background: #e7e2df;
}
body .daPluginsPage__line + body .daPluginsPage__line, body .daPluginsPage__crmRow i + i {
  margin-top: 8px;
}
body .daPluginsPage__line--wide {
  width: 88%;
}
body .daPluginsPage__line--medium {
  width: 62%;
}
body .daPluginsPage__crmRow {
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 10px;
  padding: 12px 0;
  border-bottom: 1px solid #f0ece9;
}
body .daPluginsPage__crmRow b {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: #ffe0d3;
}
body .daPluginsPage__crmRow i:first-child {
  width: 88%;
}
body .daPluginsPage__crmRow i:last-child {
  width: 62%;
}
body .daPluginsPage__syncArc {
  position: absolute;
  z-index: 4;
  width: 115px;
  height: 46px;
  border: 3px solid var(--orange);
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
  transform: rotate(10deg);
}
body .daPluginsPage__syncArc::after {
  content: "";
  position: absolute;
  right: -7px;
  top: 18px;
  width: 12px;
  height: 12px;
  border-top: 3px solid var(--orange);
  border-right: 3px solid var(--orange);
  transform: rotate(46deg);
}
body .daPluginsPage__syncArc--top {
  left: 45%;
  top: 48px;
}
body .daPluginsPage__syncArc--bottom {
  left: 40%;
  bottom: 16px;
  transform: rotate(190deg);
}
body .daPluginsPage__syncStatus {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 49%;
  padding: 9px 12px;
  border-radius: 999px;
  background: #202a38;
  box-shadow: 0 10px 22px rgba(32, 42, 56, 0.18);
  color: #ffffff;
  font-size: 10px;
  font-weight: 800;
  transform: translate(-50%, -50%);
}
body .daPluginsPage__catalog {
  padding: 70px 0 96px;
  border-top: 1px solid #eff0f2;
  background: #f8f9fa;
}
body .daPluginsPage__catalogHeader {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 28px;
}
body .daPluginsPage__catalogHeader h2 {
  margin: 0 0 8px;
  font-size: 42px;
  line-height: 1.05;
  letter-spacing: -0.045em;
}
body .daPluginsPage__catalogHeader p {
  margin: 0;
  color: #727c89;
  font-size: 14px;
}
body .daPluginsPage__catalogCount {
  color: #929aa5;
  font-size: 12px;
  font-weight: 750;
}
body .daPluginsPage__filterShell {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
  padding: 12px;
  border: 1px solid var(--pluginsLine);
  border-radius: 19px;
  background: #ffffff;
  box-shadow: var(--pluginsShadow);
}
body .daPluginsPage__search {
  position: relative;
  flex: 1;
  min-width: 260px;
  margin: 0;
}
body .daPluginsPage__search input {
  width: 100%;
  height: 48px;
  padding: 0 16px 0 44px;
  border: 0;
  border-radius: 13px;
  outline: none;
  background: #f6f7f8;
  color: var(--ink);
}
body .daPluginsPage__search input:focus-visible {
  box-shadow: 0 0 0 2px rgba(255, 108, 58, 0.25);
}
body .daPluginsPage__search svg {
  position: absolute;
  left: 15px;
  top: 50%;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #8b94a1;
  stroke-width: 2;
  transform: translateY(-50%);
}
body .daPluginsPage__filters {
  display: flex;
  align-items: center;
  gap: 7px;
  overflow-x: auto;
  padding: 2px;
}
body .daPluginsPage__filters button {
  height: 40px;
  padding: 0 13px;
  white-space: nowrap;
  border: 1px solid transparent;
  border-radius: 11px;
  background: transparent;
  color: #687382;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}
body .daPluginsPage__filters button:hover {
  background: #f7f8f9;
}
body .daPluginsPage__filters button.isActive {
  background: #202a38;
  color: #ffffff;
}
body .daPluginsPage__woocommerceControls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 34px;
}
body .daPluginsPage__woocommerceControls .woocommerce-notices-wrapper {
  width: 100%;
  margin: 0;
}
body .daPluginsPage__woocommerceControls .woocommerce-notices-wrapper:empty {
  display: none;
}
body .daPluginsPage__woocommerceControls .woocommerce-result-count, body .daPluginsPage__woocommerceControls .woocommerce-ordering {
  float: none;
  margin: 0;
}
body .daPluginsPage__woocommerceControls .woocommerce-result-count {
  color: #727c89;
  font-size: 13px;
}
body .daPluginsPage__woocommerceControls select {
  min-height: 42px;
  padding: 0 36px 0 14px;
  border: 1px solid var(--pluginsLine);
  border-radius: 12px;
  background: #ffffff;
  color: #5f6977;
  font-size: 12px;
  font-weight: 700;
}
body .daPluginsPage__grid > ul.products, body .daPluginsPage__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
body .daPluginsPage__grid > ul.products::before, body .daPluginsPage__grid > ul.products::after {
  content: none;
}
body .daPluginsPage__grid > ul.products > li.product, body .daPluginsPage__list > .daPluginCard {
  float: none;
  clear: none;
  width: 100%;
  margin: 0;
}
body .daPluginsPage .daPluginCard {
  display: flex;
  flex-direction: column;
  min-height: 500px;
  overflow: hidden;
  border: 1px solid #e5e8ec;
  border-radius: 24px;
  background: #ffffff;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
body .daPluginsPage .daPluginCard:hover {
  border-color: #d6dbe1;
  box-shadow: 0 18px 45px rgba(18, 27, 38, 0.08);
  transform: translateY(-4px);
}
body .daPluginsPage .daPluginCard.isHidden {
  display: none;
}
body .daPluginsPage .daPluginCard__mainLink {
  display: flex;
  flex: 1;
  flex-direction: column;
}
body .daPluginsPage .daPluginCard__visual {
  position: relative;
  height: 220px;
  margin: 12px;
  overflow: hidden;
  border-radius: 17px;
}
body .daPluginsPage .daPluginCard__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), transparent 55%);
  pointer-events: none;
}
body .daPluginsPage .daPluginCard__art {
  position: absolute;
  inset: 0;
  --artAccent: #ff8055;
  --artSoft: #fff0e9;
  --artPale: #fff8f5;
  background: linear-gradient(145deg, var(--artSoft), var(--artPale));
}
body .daPluginsPage .daPluginCard__art--green {
  --artAccent: #45b583;
  --artSoft: #eaf8f2;
  --artPale: #f7fcfa;
}
body .daPluginsPage .daPluginCard__art--gold {
  --artAccent: #c49b2f;
  --artSoft: #fff7d9;
  --artPale: #fffdf4;
}
body .daPluginsPage .daPluginCard__art--violet {
  --artAccent: #6d5ce7;
  --artSoft: #f0efff;
  --artPale: #fbfaff;
}
body .daPluginsPage .daPluginCard__art--blue {
  --artAccent: #5170f3;
  --artSoft: #edf4ff;
  --artPale: #f8fbff;
}
body .daPluginsPage .daPluginCard__art--teal {
  --artAccent: #1b857d;
  --artSoft: #e9f8f7;
  --artPale: #f8fcfc;
}
body .daPluginsPage .daPluginCard__art--lilac {
  --artAccent: #a894ef;
  --artSoft: #f3efff;
  --artPale: #fbf9ff;
}
body .daPluginsPage .daPluginCard__art--amber {
  --artAccent: #d09334;
  --artSoft: #fff3df;
  --artPale: #fffaf2;
}
body .daPluginsPage .daPluginCard__art--slate {
  --artAccent: #71869b;
  --artSoft: #edf1f5;
  --artPale: #f9fafb;
}
body .daPluginsPage .daPluginCard__mockWindow {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(208, 215, 223, 0.85);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 13px 30px rgba(40, 49, 61, 0.09);
}
body .daPluginsPage .daPluginCard__mockWindow--primary {
  left: 22px;
  top: 25px;
  width: 68%;
  height: 151px;
}
body .daPluginsPage .daPluginCard__mockWindow--secondary {
  right: 22px;
  bottom: 25px;
  width: 38%;
  height: 108px;
}
body .daPluginsPage .daPluginCard__mockTop {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 26px;
  padding: 0 10px;
  border-bottom: 1px solid #edf0f3;
}
body .daPluginsPage .daPluginCard__mockTop i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #cfd5dc;
}
body .daPluginsPage .daPluginCard__mockBody {
  padding: 12px;
}
body .daPluginsPage .daPluginCard__mockFeature {
  display: block;
  height: 58px;
  margin-bottom: 10px;
  border-radius: 9px;
  background: var(--artAccent);
  background: linear-gradient(145deg, color-mix(in srgb, var(--artAccent) 55%, white), var(--artAccent));
}
body .daPluginsPage .daPluginCard__mockLine {
  display: block;
  width: 67%;
  height: 5px;
  border-radius: 99px;
  background: #dfe4e9;
}
body .daPluginsPage .daPluginCard__mockLine + .daPluginCard__mockLine {
  margin-top: 6px;
}
body .daPluginsPage .daPluginCard__mockLine--wide {
  width: 83%;
}
body .daPluginsPage .daPluginCard__mockLine--short {
  width: 48%;
}
body .daPluginsPage .daPluginCard__artAccent {
  position: absolute;
  right: 30px;
  bottom: 28px;
  width: 66px;
  height: 66px;
  border: 12px solid rgba(255, 255, 255, 0.88);
  border-radius: 22px;
  background: var(--artAccent);
  box-shadow: 0 12px 27px rgba(40, 49, 61, 0.1);
}
body .daPluginsPage .daPluginCard__copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 13px 24px 0;
}
body .daPluginsPage .daPluginCard__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 20px;
}
body .daPluginsPage .daPluginCard__category {
  color: #7a8492;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
body .daPluginsPage .daPluginCard__badge--free {
  border-color: #d4efe4;
  background: #eaf8f2;
  color: #187551;
}
body .daPluginsPage .daPluginCard__badge--premium {
  border-color: #e4e7eb;
  background: #ffffff;
  color: #667085;
}
body .daPluginsPage .daPluginCard__copy h3 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 780;
  line-height: 1.08;
  letter-spacing: -0.035em;
}
body .daPluginsPage .daPluginCard__copy p {
  margin: 0;
  color: #697483;
  font-size: 13px;
  line-height: 1.62;
}
body .daPluginsPage .daPluginCard__footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  margin: 23px 24px 24px;
  padding-top: 18px;
  border-top: 1px solid #eef0f2;
}
body .daPluginsPage .daPluginCard__details {
  display: flex;
  flex-direction: column;
  gap: 3px;
  color: #7f8996;
  font-size: 10px;
  font-weight: 750;
  line-height: 1.35;
}
body .daPluginsPage .daPluginCard__price {
  color: var(--ink);
  font-size: 13px;
}
body .daPluginsPage .daPluginCard__price del {
  margin-right: 4px;
  color: #929aa5;
}
body .daPluginsPage .daPluginCard__price ins {
  text-decoration: none;
}
body .daPluginsPage .daPluginCard__explore {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--ink);
  font-size: 11px;
  font-weight: 850;
}
body .daPluginsPage__empty {
  padding: 55px 20px;
  border: 1px dashed #d8dde3;
  border-radius: 22px;
  background: #ffffff;
  color: #7c8693;
  text-align: center;
}
body .daPluginsPage__empty[hidden] {
  display: none;
}
body .daPluginsPage__empty strong, body .daPluginsPage__empty span {
  display: block;
}
body .daPluginsPage__empty strong {
  margin-bottom: 5px;
  color: var(--ink);
  font-size: 18px;
}
body .daPluginsPage .woocommerce-pagination {
  margin-top: 34px;
}
body .daPluginsPage .woocommerce-pagination ul.page-numbers {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  border: 0;
}
body .daPluginsPage .woocommerce-pagination ul.page-numbers li {
  border: 0;
}
body .daPluginsPage .woocommerce-pagination ul.page-numbers a,
body .daPluginsPage .woocommerce-pagination ul.page-numbers span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  padding: 0 12px;
  border: 1px solid var(--pluginsLine);
  border-radius: 8px;
  color: #667085;
}
body .daPluginsPage .woocommerce-pagination ul.page-numbers .current,
body .daPluginsPage .woocommerce-pagination ul.page-numbers a:hover {
  border-color: var(--navy);
  background: var(--navy);
  color: #ffffff;
}
body .daPluginsPage__cta {
  padding: 85px 0;
}
body .daPluginsPage__ctaBox {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  overflow: hidden;
  padding: 44px 48px;
  border-radius: 30px;
  background: var(--navy);
  color: #ffffff;
}
body .daPluginsPage__ctaBox::after {
  content: "";
  position: absolute;
  right: -80px;
  top: -130px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(255, 108, 58, 0.15);
}
body .daPluginsPage__ctaBox > * {
  position: relative;
  z-index: 1;
}
body .daPluginsPage__ctaBox h2 {
  margin: 0 0 9px;
  font-size: 34px;
  letter-spacing: -0.04em;
}
body .daPluginsPage__ctaBox p {
  margin: 0;
  color: #b9c0ca;
  font-size: 14px;
}
body .daPluginsPage__ctaActions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
body .daPluginsPage__button--white {
  background: #ffffff;
  color: var(--navy);
}
body .daPluginsPage__button--outline {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
}
@media (max-width: 1120px) {
  body .daPluginsPage__heroBanner {
    grid-template-columns: 1fr;
    padding: 52px 52px 0;
    row-gap: 32px;
  }
  body .daPluginsPage__heroArt {
    height: 245px;
  }
  body .daPluginsPage__heroBrowser {
    right: auto;
    left: 0;
    width: min(100%, 620px);
    height: 225px;
  }
  body .daPluginsPage__stats {
    margin: 0 -52px;
  }
  body .daPluginsPage__featuredCard {
    grid-template-columns: 1fr;
  }
  body .daPluginsPage__featuredVisual {
    min-height: 400px;
  }
  body .daPluginsPage__filterShell {
    align-items: stretch;
    flex-direction: column;
  }
  body .daPluginsPage__grid > ul.products, body .daPluginsPage__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 720px) {
  body .nav-links a.isActive::after {
    display: none;
  }
  body .daPluginsPage__breadcrumb {
    margin-bottom: 18px;
    font-size: 11px;
  }
  body .daPluginsPage__hero {
    padding: 26px 0 40px;
  }
  body .daPluginsPage__heroBanner {
    min-height: 0;
    padding: 34px 28px 0;
    row-gap: 28px;
    border-radius: 25px;
  }
  body .daPluginsPage__heroBanner::after {
    width: 100%;
    opacity: 0.45;
  }
  body .daPluginsPage__eyebrow {
    margin-bottom: 16px;
  }
  body .daPluginsPage__hero p {
    font-size: 16px;
  }
  body .daPluginsPage__heroArt {
    height: 200px;
  }
  body .daPluginsPage__heroBrowser {
    height: 190px;
    padding: 14px;
    border-radius: 19px;
  }
  body .daPluginsPage__heroBrowserBody {
    gap: 9px;
    padding-top: 12px;
  }
  body .daPluginsPage__heroPlugin {
    height: 63px;
    padding: 9px;
  }
  body .daPluginsPage__heroPluginMark {
    width: 21px;
    height: 21px;
    margin-bottom: 7px;
  }
  body .daPluginsPage__heroFloat {
    right: 7px;
    bottom: -2px;
    padding: 9px 11px;
  }
  body .daPluginsPage__stats {
    grid-template-columns: 1fr 1fr;
    margin: 0 -28px;
  }
  body .daPluginsPage__stat {
    min-height: 0;
    padding: 18px 20px;
  }
  body .daPluginsPage__stat:nth-child(3) {
    border-top: 1px solid #e8e9ed;
    border-left: 0;
  }
  body .daPluginsPage__stat:nth-child(4) {
    border-top: 1px solid #e8e9ed;
  }
  body .daPluginsPage__stat strong {
    font-size: 24px;
  }
  body .daPluginsPage__featured {
    padding: 24px 0 54px;
  }
  body .daPluginsPage__featuredCopy {
    padding: 30px;
  }
  body .daPluginsPage__featuredLabel {
    margin-bottom: 28px;
  }
  body .daPluginsPage__featuredCopy h2 {
    font-size: 34px;
  }
  body .daPluginsPage__featuredVisual {
    min-height: 335px;
  }
  body .daPluginsPage__syncScene {
    height: 280px;
  }
  body .daPluginsPage__catalog {
    padding: 54px 0 70px;
  }
  body .daPluginsPage__catalogHeader {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
  body .daPluginsPage__catalogHeader h2 {
    font-size: 36px;
  }
  body .daPluginsPage__search {
    min-width: 0;
  }
  body .daPluginsPage__woocommerceControls {
    align-items: stretch;
    flex-direction: column;
  }
  body .daPluginsPage__woocommerceControls .woocommerce-ordering, body .daPluginsPage__woocommerceControls select {
    width: 100%;
  }
  body .daPluginsPage__grid > ul.products, body .daPluginsPage__list {
    grid-template-columns: 1fr;
  }
  body .daPluginsPage .daPluginCard {
    min-height: 480px;
  }
  body .daPluginsPage .daPluginCard__visual {
    height: 210px;
  }
  body .daPluginsPage__cta {
    padding: 60px 0;
  }
  body .daPluginsPage__ctaBox {
    align-items: flex-start;
    flex-direction: column;
    padding: 34px 28px;
  }
}
@media (max-width: 470px) {
  body .daPluginsPage__heroBanner {
    padding-right: 22px;
    padding-left: 22px;
  }
  body .daPluginsPage__heroArt {
    height: 176px;
  }
  body .daPluginsPage__stats {
    margin-right: -22px;
    margin-left: -22px;
  }
  body .daPluginsPage__stat {
    padding: 16px 14px;
  }
  body .daPluginsPage__featuredCopy {
    padding: 25px 22px;
  }
  body .daPluginsPage__featurePoints {
    gap: 7px;
  }
  body .daPluginsPage__featuredVisual {
    min-height: 310px;
  }
  body .daPluginsPage__syncScene {
    transform: scale(0.88);
  }
  body .daPluginsPage__filterShell {
    padding: 9px;
  }
}
@media (prefers-reduced-motion: reduce) {
  body .daPluginsPage *,
  body .daPluginsPage *::before,
  body .daPluginsPage *::after {
    scroll-behavior: auto;
    transition: none;
  }
}

.daPluginsPage--problemFirst :where(h1, h2, h3, p) {
  margin: 0;
}
.daPluginsPage--problemFirst :where(a):focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 3px;
}
.daPluginsPage--problemFirst .daPluginsPage__problemBreadcrumb {
  border-bottom: 1px solid var(--line);
  background: var(--paper);
  color: var(--muted);
}
.daPluginsPage--problemFirst .daPluginsPage__problemBreadcrumb .container {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  min-height: 45px;
}
.daPluginsPage--problemFirst .daPluginsPage__problemBreadcrumb a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: inherit;
}
.daPluginsPage--problemFirst .daPluginsPage__problemBreadcrumb a:hover {
  color: var(--ink);
  text-decoration: underline;
}
.daPluginsPage--problemFirst .daPluginsPage__problemBreadcrumb strong {
  color: var(--ink);
}
.daPluginsPage--problemFirst .homeHero {
  min-height: 0;
  padding: 0;
  background: var(--soft-warm);
}
.daPluginsPage--problemFirst .homeHero__media {
  opacity: 0.35;
  pointer-events: none;
}
.daPluginsPage--problemFirst .homeHero__media video {
  inset: 0;
  width: 100%;
  height: 100%;
}
.daPluginsPage--problemFirst .homeHero__grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: var(--space-10);
  min-height: 0;
  padding-block: var(--section-padding-block);
}
.daPluginsPage--problemFirst .homeHero__copy {
  padding: 0;
}
.daPluginsPage--problemFirst .homeHero__statement {
  margin: var(--space-3) 0 var(--space-6);
}
.daPluginsPage--problemFirst .homeHero__statement span:first-child {
  white-space: normal;
}
.daPluginsPage--problemFirst .homeHero__statementAccent {
  margin-top: var(--space-1);
}
.daPluginsPage--problemFirst .homeHero__lead {
  max-width: 60ch;
  color: var(--muted);
}
.daPluginsPage--problemFirst .homeHero__actions {
  gap: var(--space-3);
  margin: var(--space-7) 0 var(--space-6);
}
.daPluginsPage--problemFirst .homeHero__actions .btn {
  justify-content: center;
}
.daPluginsPage--problemFirst .homeHero__note {
  max-width: 60ch;
  color: var(--muted);
}
.daPluginsPage--problemFirst .daPluginsPage__family {
  min-width: 0;
  padding: var(--space-7);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--paper);
}
.daPluginsPage--problemFirst .daPluginsPage__familyList,
.daPluginsPage--problemFirst .daPluginsPage__familyList li,
.daPluginsPage--problemFirst .daPluginsPage__solutions,
.daPluginsPage--problemFirst .daPluginsPage__solutionItem {
  margin: 0;
  padding: 0;
  list-style: none;
}
.daPluginsPage--problemFirst .daPluginsPage__familyList li::marker,
.daPluginsPage--problemFirst .daPluginsPage__solutionItem::marker {
  content: "";
}
.daPluginsPage--problemFirst .daPluginsPage__familyList {
  margin-top: var(--space-4);
}
.daPluginsPage--problemFirst .daPluginsPage__familyList li + li {
  border-top: 1px solid var(--line);
}
.daPluginsPage--problemFirst .daPluginsPage__familyLink {
  display: grid;
  grid-template-columns: var(--space-7) minmax(0, 1fr) var(--space-5);
  align-items: start;
  gap: var(--space-4);
  padding-block: var(--space-5);
  color: var(--ink);
  text-decoration: none;
}
.daPluginsPage--problemFirst .daPluginsPage__familyLink p {
  margin-top: var(--space-2);
  color: var(--muted);
}
.daPluginsPage--problemFirst .daPluginsPage__familyLink:hover h2 {
  color: var(--orange-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.daPluginsPage--problemFirst .daPluginsPage__familyList li:last-child .daPluginsPage__familyLink {
  padding-bottom: 0;
}
.daPluginsPage--problemFirst .daPluginsPage__familyIcon {
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.daPluginsPage--problemFirst .daPluginsPage__linkArrow {
  width: 18px;
  height: 18px;
  margin-top: var(--space-1);
  object-fit: contain;
}
.daPluginsPage--problemFirst .homeHero__proofBand {
  position: relative;
  background: var(--paper);
  backdrop-filter: none;
  border-top: 1px solid var(--line);
}
.daPluginsPage--problemFirst .homeHero__proofInner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-7);
  min-height: 0;
  padding-block: var(--space-6);
}
.daPluginsPage--problemFirst .homeHero__proofInner p {
  align-items: start;
  gap: var(--space-3);
  color: var(--muted);
}
.daPluginsPage--problemFirst .daPluginsPage__problemCatalog {
  scroll-margin-top: var(--space-12);
  background: var(--paper);
}
.daPluginsPage--problemFirst .daPluginsPage__catalogIntro {
  padding-top: var(--section-padding-block);
}
.daPluginsPage--problemFirst .daPluginsPage__catalogIntro h2 {
  margin: var(--space-3) 0 var(--space-4);
}
.daPluginsPage--problemFirst .daPluginsPage__catalogIntro > p:not(.eyebrow) {
  max-width: 65ch;
  color: var(--muted);
}
.daPluginsPage--problemFirst .daPluginsPage__categoryNav {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2) var(--space-6);
  padding-block: var(--space-6);
  margin-top: var(--space-4);
  border-bottom: 1px solid var(--line);
}
.daPluginsPage--problemFirst .daPluginsPage__categoryNav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: var(--line);
}
.daPluginsPage--problemFirst .daPluginsPage__categoryNav a:hover {
  color: var(--orange-dark);
  text-decoration-color: currentColor;
}
.daPluginsPage--problemFirst .daPluginsPage__problemGroup {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  align-items: start;
  gap: var(--space-10);
  padding-block: var(--section-padding-block-compact);
  border-bottom: 1px solid var(--line);
  scroll-margin-top: var(--space-12);
}
.daPluginsPage--problemFirst .daPluginsPage__problemGroup:last-child {
  border-bottom: 0;
}
.daPluginsPage--problemFirst .daPluginsPage__problemIntro {
  min-width: 0;
}
.daPluginsPage--problemFirst .daPluginsPage__problemIntro h2 {
  margin: var(--space-3) 0 var(--space-4);
  max-width: 22ch;
  text-wrap: balance;
  scroll-margin-top: var(--space-12);
}
.daPluginsPage--problemFirst .daPluginsPage__problemIntro p {
  max-width: 40ch;
  color: var(--muted);
}
.daPluginsPage--problemFirst .daPluginsPage__problemNumber {
  display: block;
  color: var(--orange-dark);
}
.daPluginsPage--problemFirst .daPluginsPage__solutions {
  display: grid;
  gap: var(--space-4);
  min-width: 0;
}
.daPluginsPage--problemFirst .daPluginsPage__solution {
  display: grid;
  grid-template-columns: var(--space-10) minmax(0, 1fr) var(--space-5);
  align-items: start;
  gap: var(--space-5);
  padding: var(--space-6);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--paper);
  color: var(--ink);
  text-decoration: none;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.daPluginsPage--problemFirst .daPluginsPage__solution:hover {
  border-color: var(--orange);
  background: var(--soft-warm);
}
.daPluginsPage--problemFirst .daPluginsPage__solution:hover h3 {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.daPluginsPage--problemFirst .daPluginsPage__solutionVisual {
  display: grid;
  place-items: center;
  width: var(--space-10);
  height: var(--space-10);
  border-radius: var(--radius-sm);
  background: var(--soft);
}
.daPluginsPage--problemFirst .daPluginsPage__solutionVisual img {
  display: block;
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.daPluginsPage--problemFirst .daPluginsPage__solutionCopy {
  min-width: 0;
}
.daPluginsPage--problemFirst .daPluginsPage__solutionCopy h3 {
  margin: var(--space-2) 0;
  color: var(--ink);
  overflow-wrap: anywhere;
}
.daPluginsPage--problemFirst .daPluginsPage__solutionMeta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  color: var(--muted);
}
.daPluginsPage--problemFirst .daPluginsPage__solutionDescription {
  display: block;
  color: var(--muted);
}
.daPluginsPage--problemFirst .daPluginsPage__solutionArrow {
  display: block;
  margin-top: var(--space-1);
}
.daPluginsPage--problemFirst .daPluginsPage__solutionArrow img {
  display: block;
  width: 18px;
  height: 18px;
}
.daPluginsPage--problemFirst .daPluginsPage__problemEmpty {
  display: grid;
  gap: var(--space-3);
  padding-block: var(--section-padding-block);
  color: var(--muted);
}
.daPluginsPage--problemFirst .daPluginsPage__problemEmpty strong {
  color: var(--ink);
}

@media (max-width: 980px) {
  .daPluginsPage--problemFirst .homeHero__grid {
    grid-template-columns: 1fr;
    gap: var(--space-8);
  }
  .daPluginsPage--problemFirst .daPluginsPage__family {
    max-width: none;
  }
  .daPluginsPage--problemFirst .daPluginsPage__familyList {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 var(--space-7);
  }
  .daPluginsPage--problemFirst .daPluginsPage__familyList li:nth-child(2) {
    border-top: 0;
  }
  .daPluginsPage--problemFirst .daPluginsPage__familyList li:last-child .daPluginsPage__familyLink {
    padding-bottom: var(--space-5);
  }
  .daPluginsPage--problemFirst .daPluginsPage__problemGroup {
    grid-template-columns: 1fr;
    gap: var(--space-7);
  }
  .daPluginsPage--problemFirst .daPluginsPage__problemIntro h2,
  .daPluginsPage--problemFirst .daPluginsPage__problemIntro p {
    max-width: 65ch;
  }
}
@media (max-width: 760px) {
  .daPluginsPage--problemFirst .homeHero__grid {
    padding-block: var(--section-padding-block-mobile);
  }
  .daPluginsPage--problemFirst .daPluginsPage__family {
    padding: var(--space-6);
  }
  .daPluginsPage--problemFirst .daPluginsPage__familyList {
    grid-template-columns: 1fr;
  }
  .daPluginsPage--problemFirst .daPluginsPage__familyList li:nth-child(2) {
    border-top: 1px solid var(--line);
  }
  .daPluginsPage--problemFirst .daPluginsPage__familyList li:last-child .daPluginsPage__familyLink {
    padding-bottom: 0;
  }
  .daPluginsPage--problemFirst .homeHero__proofBand {
    margin-top: 0;
  }
  .daPluginsPage--problemFirst .homeHero__proofInner {
    grid-template-columns: 1fr;
    gap: var(--space-4);
    padding-block: var(--space-6);
  }
  .daPluginsPage--problemFirst .daPluginsPage__catalogIntro {
    padding-top: var(--section-padding-block-mobile);
  }
  .daPluginsPage--problemFirst .daPluginsPage__problemGroup {
    padding-block: var(--section-padding-block-compact-mobile);
  }
  .daPluginsPage--problemFirst .daPluginsPage__problemEmpty {
    padding-block: var(--section-padding-block-mobile);
  }
}
@media (max-width: 480px) {
  .daPluginsPage--problemFirst .homeHero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }
  .daPluginsPage--problemFirst .homeHero__actions .btn {
    width: 100%;
  }
  .daPluginsPage--problemFirst .daPluginsPage__solution {
    grid-template-columns: var(--space-9) minmax(0, 1fr) var(--space-4);
    gap: var(--space-3);
    padding: var(--space-5);
  }
  .daPluginsPage--problemFirst .daPluginsPage__solutionVisual {
    width: var(--space-9);
    height: var(--space-9);
  }
  .daPluginsPage--problemFirst .daPluginsPage__solutionCopy {
    display: contents;
  }
  .daPluginsPage--problemFirst .daPluginsPage__solutionVisual {
    grid-column: 1;
    grid-row: 1/3;
  }
  .daPluginsPage--problemFirst .daPluginsPage__solutionMeta {
    grid-column: 2;
    grid-row: 1;
  }
  .daPluginsPage--problemFirst .daPluginsPage__solutionCopy h3 {
    grid-column: 2;
    grid-row: 2;
    margin: 0;
  }
  .daPluginsPage--problemFirst .daPluginsPage__solutionArrow {
    grid-column: 3;
    grid-row: 1/3;
  }
  .daPluginsPage--problemFirst .daPluginsPage__solutionDescription {
    grid-column: 1/-1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .daPluginsPage--problemFirst .daPluginsPage__solution {
    transition: none;
  }
}
.agentboxPage {
  background: var(--soft-warm);
  color: var(--ink);
}
.agentboxPage section {
  margin: 0;
}
.agentboxPage :where(h1, h2, h3, p) {
  margin-top: 0;
}
.agentboxPage :where(h1, h2, h3, strong) {
  color: inherit;
}
.agentboxPage__breadcrumbBar {
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}
.agentboxPage__breadcrumbInner {
  display: flex;
  align-items: center;
  min-height: 45px;
}
.agentboxPage__breadcrumb {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  min-width: 0;
  color: var(--muted);
}
.agentboxPage__breadcrumb a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  flex-shrink: 0;
  color: inherit;
}
.agentboxPage__breadcrumb a:hover {
  color: var(--orange-dark);
}
.agentboxPage__breadcrumb strong {
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  text-overflow: ellipsis;
  white-space: nowrap;
}
.agentboxPage__hero {
  padding: var(--section-padding-block-compact) 0;
}
.agentboxPage__heroGrid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  align-items: center;
  gap: var(--space-8);
}
.agentboxPage__hero h1 {
  margin: var(--space-3) 0 var(--space-5);
}
.agentboxPage__accent {
  color: var(--orange);
}
.agentboxPage__lead {
  max-width: 730px;
  margin-bottom: 0;
  color: var(--muted);
}
.agentboxPage__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-top: var(--space-7);
}
.agentboxPage__heroVisual {
  min-width: 0;
  margin: 0;
}
.agentboxPage__heroVisual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--radius-md);
}
.agentboxPage__heroVisual figcaption {
  margin-top: var(--space-3);
  color: var(--muted);
}
.agentboxPage__section {
  padding: var(--section-padding-block) 0;
  border-top: 1px solid var(--line);
  scroll-margin-top: 100px;
}
.agentboxPage__section--white {
  background: var(--paper);
}
.agentboxPage__section--dark {
  border-top: 0;
  background: var(--navy);
  color: var(--paper);
}
.agentboxPage__sectionHeader {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  align-items: end;
  gap: var(--space-10);
  margin-bottom: var(--space-8);
}
.agentboxPage__sectionHeader h2 {
  margin: var(--space-3) 0 0;
}
.agentboxPage__sectionHeader > p {
  margin: 0;
  color: var(--muted);
}
.agentboxPage__kicker {
  margin-bottom: 0;
}
.agentboxPage__methodsGrid, .agentboxPage__presentationGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-10);
}
.agentboxPage__methodsIntro h2 {
  margin: var(--space-3) 0 var(--space-5);
}
.agentboxPage__methodsIntro > p {
  max-width: 48ch;
  margin-bottom: 0;
  color: #bac2cb;
}
.agentboxPage__presentationOptions {
  align-self: center;
}
.agentboxPage__meta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
  margin-top: var(--space-5);
  color: var(--muted);
}

.agentboxArchitecture__flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) var(--space-10) minmax(0, 1.12fr) var(--space-10) minmax(0, 1fr);
  align-items: stretch;
}
.agentboxArchitecture__node {
  min-width: 0;
  padding: var(--space-6);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--soft-warm);
}
.agentboxArchitecture__node h3 {
  margin: var(--space-3) 0;
}
.agentboxArchitecture__node > p:last-child {
  margin: 0;
  color: var(--muted);
}
.agentboxArchitecture__node--focus {
  border-color: var(--navy);
  background: var(--navy);
  color: var(--paper);
}
.agentboxArchitecture__node--focus .agentboxArchitecture__label,
.agentboxArchitecture__node--focus > p:last-child {
  color: #bac2cb;
}
.agentboxArchitecture__label {
  margin-bottom: 0;
  color: var(--eyebrow-color);
}
.agentboxArchitecture__link {
  display: grid;
  place-items: center;
}
.agentboxArchitecture__link img {
  width: var(--space-6);
  height: var(--space-6);
}

.agentboxSchema {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: start;
  gap: var(--space-8);
}
.agentboxSchema__list {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--paper);
}
.agentboxSchema__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: baseline;
  gap: var(--space-5);
  padding: var(--space-4) var(--space-5);
  border-bottom: 1px solid var(--line);
}
.agentboxSchema__row:last-child {
  border-bottom: 0;
}
.agentboxSchema__row dd {
  margin: 0;
  color: var(--muted);
}
.agentboxSchema__example {
  min-width: 0;
  margin: 0;
}
.agentboxSchema__example figcaption {
  margin-top: var(--space-3);
  color: var(--muted);
}
.agentboxSchema__code {
  max-width: 100%;
  margin: 0;
  overflow-x: auto;
  padding: var(--space-6);
  border-radius: var(--radius-md);
  background: var(--navy);
  color: #cbd2d9;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  white-space: pre;
}
.agentboxSchema__code code {
  padding: 0;
  background: none;
  color: inherit;
  font: inherit;
}
.agentboxSchema__code:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 3px;
}
.agentboxSchema__key {
  color: #ff936f;
}
.agentboxSchema__value {
  color: #d8c57b;
}
.agentboxSchema__comment {
  color: #bac2cb;
}

.agentboxFlowCard {
  padding: var(--space-6) 0;
  border-bottom: 1px solid #3a4756;
}
.agentboxFlowCard:first-child {
  padding-top: 0;
}
.agentboxFlowCard:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.agentboxFlowCard__label {
  margin-bottom: var(--space-3);
  color: #bac2cb;
}
.agentboxFlowCard h3 {
  margin-bottom: 0;
}
.agentboxFlowCard > p:last-child {
  margin: var(--space-3) 0 0;
  color: #bac2cb;
}

.agentboxPresentationCard {
  padding: var(--space-6) 0;
  border-bottom: 1px solid var(--line);
}
.agentboxPresentationCard:first-child {
  padding-top: 0;
}
.agentboxPresentationCard:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.agentboxPresentationCard h3 {
  margin: 0 0 var(--space-3);
}
.agentboxPresentationCard p {
  margin-bottom: 0;
  color: var(--muted);
}
.agentboxPresentationCard--featured {
  padding: var(--space-7);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--paper);
}
.agentboxPresentationCard--featured:first-child {
  padding-top: var(--space-7);
}
.agentboxPresentationCard--featured .typeLabel {
  margin-bottom: var(--space-4);
  color: var(--eyebrow-color);
}
.agentboxPresentationCard--featured .btn {
  margin-top: var(--space-6);
}

@media (max-width: 930px) {
  .agentboxPage__heroGrid, .agentboxPage__sectionHeader, .agentboxPage__methodsGrid, .agentboxPage__presentationGrid {
    grid-template-columns: minmax(0, 1fr);
    gap: var(--space-7);
  }
  .agentboxPage__heroVisual {
    width: 100%;
    max-width: 620px;
  }
  .agentboxArchitecture__flow {
    grid-template-columns: minmax(0, 1fr);
  }
  .agentboxArchitecture__link {
    height: var(--space-9);
  }
  .agentboxArchitecture__link img {
    transform: rotate(90deg);
  }
  .agentboxSchema {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (max-width: 760px) {
  .agentboxPage__hero {
    padding: var(--section-padding-block-mobile) 0 var(--section-padding-block-compact-mobile);
  }
  .agentboxPage__actions .btn {
    width: 100%;
  }
  .agentboxPage__section {
    padding: var(--section-padding-block-mobile) 0;
  }
  .agentboxPage__sectionHeader {
    gap: var(--space-6);
    margin-bottom: var(--space-7);
  }
  .agentboxSchema {
    gap: var(--space-6);
  }
  .agentboxSchema__row {
    gap: var(--space-3);
    padding: var(--space-4);
  }
  .agentboxSchema__code {
    padding: var(--space-5);
  }
  .agentboxPresentationCard--featured {
    padding: var(--space-6);
  }
  .agentboxPresentationCard--featured:first-child {
    padding-top: var(--space-6);
  }
}
.adUnblockerPage {
  overflow: hidden;
  background: #fbfaf8;
  color: #192230;
}
.adUnblockerPage *,
.adUnblockerPage *::before,
.adUnblockerPage *::after {
  box-sizing: border-box;
}
.adUnblockerPage section {
  margin: 0;
}
.adUnblockerPage h1,
.adUnblockerPage h2,
.adUnblockerPage h3,
.adUnblockerPage p,
.adUnblockerPage strong,
.adUnblockerPage small {
  margin-top: 0;
  margin-bottom: 0;
}
.adUnblockerPage .btn {
  min-height: 44px;
}
.adUnblockerPage__breadcrumbBar {
  border-bottom: 1px solid #f0f1f3;
  background: #ffffff;
}
.adUnblockerPage__breadcrumbInner {
  display: flex;
  align-items: center;
  min-height: 46px;
}
.adUnblockerPage__breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  margin: 0;
  color: #8a94a1;
  font-size: 11px;
  font-weight: 750;
  line-height: 1;
}
.adUnblockerPage__breadcrumb a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #7d8794;
  transition: color 0.2s ease;
}
.adUnblockerPage__breadcrumb a:hover {
  color: #ff6d3b;
}
.adUnblockerPage__breadcrumbHome, .adUnblockerPage__breadcrumbSeparator {
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}
.adUnblockerPage__breadcrumbSeparator {
  width: 13px;
  height: 13px;
  color: #c2c8d0;
}
.adUnblockerPage__breadcrumbCurrent {
  overflow: hidden;
  color: #536070;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.adUnblockerPage__hero {
  padding: 68px 0 40px;
}
.adUnblockerPage__hero h1 {
  max-width: 1020px;
  margin: 18px 0 20px;
}
.adUnblockerPage__hero .adUnblockerPage__lead {
  max-width: 790px;
}
.adUnblockerPage__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #8c8179;
}
.adUnblockerPage__eyebrow > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff6d3b;
  box-shadow: 0 0 0 5px rgba(255, 109, 59, 0.1);
}
.adUnblockerPage__lead {
  color: #667268;
}
.adUnblockerPage__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
.adUnblockerPage__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
  color: #8a817a;
}
.adUnblockerPage__meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.adUnblockerPage__meta i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #76a88e;
}
.adUnblockerPage__section {
  padding: var(--section-padding-block) 0;
  border-top: 1px solid #e7e2dc;
}
.adUnblockerPage__section--dark {
  border-top: 0;
  background: #202a38;
  color: #ffffff;
}
.adUnblockerPage__section--dark .adUnblockerPage__sectionHeader > p {
  color: #b9c0c9;
}
.adUnblockerPage__split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 50px;
}
.adUnblockerPage__workflowCopy h2 {
  margin: 18px 0 20px;
}
.adUnblockerPage__sectionHeader {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: start;
  gap: 70px;
  margin-bottom: 36px;
}
.adUnblockerPage__sectionHeader > div > p {
  color: #a59990;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.adUnblockerPage__sectionHeader h2 {
  margin-top: 12px;
}
.adUnblockerPage__sectionHeader > p {
  max-width: 620px;
  margin-top: 4px;
  color: #756f69;
  font-size: 14px;
  line-height: 1.7;
}
.adUnblockerPage__pricing {
  scroll-margin-top: 100px;
}
.adUnblockerPage__pricingGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 34px;
}
.adUnblockerPage__pricingCopy h2 {
  margin: 18px 0;
}

.adUnblockerTimeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  margin: 45px 0 0;
  padding: 0;
  border: 0;
  border-radius: 2rem;
  background: #ffffff;
  box-shadow: 0 0 35px rgba(140, 152, 164, 0.13);
  list-style: none;
}
.adUnblockerTimeline li {
  min-width: 0;
  margin: 0;
  padding: 24px;
  border-right: 1px solid #e7e2dc;
  list-style: none;
}
.adUnblockerTimeline li::before, .adUnblockerTimeline li::marker {
  content: none;
}
.adUnblockerTimeline li:last-child {
  border-right: 0;
  background: #fff8f4;
}
.adUnblockerTimeline small,
.adUnblockerTimeline strong {
  display: block;
}
.adUnblockerTimeline small {
  color: #ad9f95;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.adUnblockerTimeline strong {
  margin: 10px 0 8px;
  font-size: 15px;
  line-height: 1.4;
}
.adUnblockerTimeline p {
  color: #79726b;
  font-size: 11px;
  line-height: 1.55;
}

.adUnblockerFlowRows {
  display: grid;
  gap: 10px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}
.adUnblockerFlowRows li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 17px 18px;
  border: 1px solid #e7e2dc;
  border-radius: 1rem;
  background: #ffffff;
  list-style: none;
}
.adUnblockerFlowRows li::before, .adUnblockerFlowRows li::marker {
  content: none;
}
.adUnblockerFlowRows li > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff0e8;
  color: #e85d31;
  font-size: 10px;
  font-weight: 900;
}
.adUnblockerFlowRows strong,
.adUnblockerFlowRows small {
  display: block;
}
.adUnblockerFlowRows strong {
  font-size: 13px;
}
.adUnblockerFlowRows small {
  margin-top: 3px;
  color: #8d857e;
  font-size: 10px;
  line-height: 1.5;
}
.adUnblockerFlowRows em {
  color: #2d8564;
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.adUnblockerFlowRows em.isRules {
  color: #c96745;
}

.adUnblockerEditor {
  position: relative;
  min-width: 0;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid #eadfd8;
  border-radius: 2rem;
  background: linear-gradient(145deg, #fff0e8, #fffaf7);
  box-shadow: 0 0 35px rgba(140, 152, 164, 0.13);
}
.adUnblockerEditor::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(83, 58, 44, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(83, 58, 44, 0.04) 1px, transparent 1px);
  background-size: 30px 30px;
}
.adUnblockerEditor__window {
  position: absolute;
  top: 8%;
  right: 5%;
  bottom: 8%;
  left: 5%;
  overflow: hidden;
  border: 1px solid #ded6d0;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 18px 35px rgba(63, 42, 30, 0.1);
}
.adUnblockerEditor__top {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 31px;
  padding: 0 11px;
  border-bottom: 1px solid #eee7e2;
}
.adUnblockerEditor__top i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d4cbc4;
}
.adUnblockerEditor__shell {
  display: grid;
  grid-template-columns: 1.45fr 0.55fr;
  height: calc(100% - 31px);
}
.adUnblockerEditor__canvas {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 38px 34px;
}
.adUnblockerEditor__canvas > span {
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  border: 1px solid #ffd7c8;
  border-radius: 999px;
  background: #fff0e8;
  color: #e85d31;
  font-size: 9px;
  font-weight: 850;
}
.adUnblockerEditor__canvas > strong {
  margin: 16px 0 10px;
  font-size: 28px;
  letter-spacing: -0.04em;
  line-height: 1.05;
}
.adUnblockerEditor__canvas > p {
  max-width: 330px;
  color: #77716b;
  font-size: 11px;
  line-height: 1.6;
}
.adUnblockerEditor__canvas > b {
  margin-top: 15px;
  padding: 11px 14px;
  border-radius: 8px;
  background: #ff6d3b;
  color: #ffffff;
  font-size: 9px;
  font-weight: 850;
}
.adUnblockerEditor__canvas > small {
  margin-top: 11px;
  color: #8e867f;
  font-size: 8px;
}
.adUnblockerEditor__settings {
  padding: 18px 14px;
  border-left: 1px solid #ece5df;
  background: #faf8f6;
}
.adUnblockerEditor__settings > strong {
  display: block;
  margin-bottom: 15px;
  font-size: 10px;
}
.adUnblockerEditor__settings dl {
  margin: 0;
}
.adUnblockerEditor__settings dl > div {
  padding: 10px 0;
  border-top: 1px solid #e9e3de;
}
.adUnblockerEditor__settings dt {
  color: #8b827a;
  font-size: 8px;
}
.adUnblockerEditor__settings dd {
  margin: 5px 0 0;
  color: #414c59;
  font-size: 8px;
  font-weight: 800;
}

.adUnblockerStats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.adUnblockerStats li {
  margin: 0;
  padding: 25px;
  border: 0;
  border-radius: 2rem;
  background: #293646;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
  list-style: none;
}
.adUnblockerStats li::before, .adUnblockerStats li::marker {
  content: none;
}
.adUnblockerStats small,
.adUnblockerStats strong {
  display: block;
}
.adUnblockerStats small {
  color: #9fa9b5;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.adUnblockerStats strong {
  margin: 10px 0 6px;
  font-size: 18px;
}
.adUnblockerStats p {
  color: #bbc3cc;
  font-size: 11px;
  line-height: 1.6;
}

.adUnblockerBehaviours {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.adUnblockerBehaviours article {
  padding: 27px;
  border: 0;
  border-radius: 2rem;
  background: #ffffff;
  box-shadow: 0 0 35px rgba(140, 152, 164, 0.13);
}
.adUnblockerBehaviours small {
  color: #a2958c;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.adUnblockerBehaviours h3 {
  margin: 14px 0 9px;
  font-size: 21px;
  letter-spacing: -0.03em;
}
.adUnblockerBehaviours p {
  color: #756e68;
  font-size: 11px;
  line-height: 1.6;
}
.adUnblockerBehaviours article > div {
  height: 76px;
  margin-top: 18px;
  padding: 13px;
  border: 1px solid #ebe2db;
  border-radius: 12px;
  background: #faf7f4;
}
.adUnblockerBehaviours article > div i {
  display: block;
  height: 6px;
  margin: 7px 0;
  border-radius: 999px;
  background: #e6e1dd;
}
.adUnblockerBehaviours article > div i:first-child {
  width: 55%;
}
.adUnblockerBehaviours article > div i:nth-child(2) {
  width: 78%;
}
.adUnblockerBehaviours article > div i:last-child {
  width: 42%;
}

.adUnblockerPriceCard {
  position: relative;
  overflow: hidden;
  padding: 38px;
  border-radius: 2rem;
  background: #202a38;
  color: #ffffff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
}
.adUnblockerPriceCard::after {
  content: "";
  position: absolute;
  top: -150px;
  right: -100px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(255, 109, 59, 0.14);
}
.adUnblockerPriceCard > * {
  position: relative;
  z-index: 1;
}
.adUnblockerPriceCard > h3 {
  color: #c9cfd6;
}
.adUnblockerPriceCard__price {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin: 16px 0;
}
.adUnblockerPriceCard__price strong {
  font-size: 54px;
  font-weight: 850;
  letter-spacing: -0.05em;
  line-height: 0.9;
}
.adUnblockerPriceCard__price strong span {
  font-size: 0.58em;
  vertical-align: top;
}
.adUnblockerPriceCard__price em {
  color: #bbc2cb;
  font-size: 11px;
  font-style: normal;
}
.adUnblockerPriceCard__meta {
  color: #bbc2cb;
}
.adUnblockerPriceCard ul,
.adUnblockerPriceCard li {
  list-style: none;
}
.adUnblockerPriceCard ul {
  display: grid;
  gap: 10px;
  margin: 24px 0 30px;
  padding: 0;
}
.adUnblockerPriceCard li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  margin: 0;
  padding: 0;
  color: #d8dde4;
  font-size: 12px;
}
.adUnblockerPriceCard li::before, .adUnblockerPriceCard li::marker {
  content: none;
}
.adUnblockerPriceCard li img {
  width: 18px;
  height: 18px;
}
.adUnblockerPriceCard .btn {
  width: 100%;
}
.adUnblockerPriceCard > small {
  display: block;
  margin-top: 14px;
  color: #9ea7b2;
  font-size: 9px;
}

@media (max-width: 930px) {
  .adUnblockerPage__split, .adUnblockerPage__sectionHeader, .adUnblockerPage__pricingGrid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .adUnblockerPage__sectionHeader > p {
    max-width: none;
  }
  .adUnblockerTimeline {
    grid-template-columns: 1fr 1fr;
  }
  .adUnblockerTimeline li:nth-child(2) {
    border-right: 0;
  }
  .adUnblockerTimeline li:nth-child(-n+2) {
    border-bottom: 1px solid #e7e2dc;
  }
  .adUnblockerStats {
    grid-template-columns: 1fr 1fr;
  }
  .adUnblockerBehaviours {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 620px) {
  .adUnblockerPage__breadcrumbInner {
    min-height: 44px;
  }
  .adUnblockerPage__breadcrumb {
    font-size: 10px;
  }
  .adUnblockerPage__hero {
    padding: 58px 0 34px;
  }
  .adUnblockerPage__actions .btn {
    width: 100%;
  }
  .adUnblockerPage__section {
    padding: var(--section-padding-block-mobile) 0;
  }
  .adUnblockerTimeline,
  .adUnblockerStats,
  .adUnblockerBehaviours {
    grid-template-columns: 1fr;
  }
  .adUnblockerTimeline li {
    border-right: 0;
    border-bottom: 1px solid #e7e2dc;
  }
  .adUnblockerTimeline li:last-child {
    border-bottom: 0;
  }
  .adUnblockerEditor {
    min-height: 360px;
  }
  .adUnblockerEditor__shell {
    grid-template-columns: 1fr;
  }
  .adUnblockerEditor__canvas {
    padding: 26px 20px;
  }
  .adUnblockerEditor__canvas > strong {
    font-size: 22px;
  }
  .adUnblockerEditor__settings {
    display: none;
  }
  .adUnblockerFlowRows li {
    grid-template-columns: 34px minmax(0, 1fr);
  }
  .adUnblockerFlowRows li em {
    grid-column: 2;
  }
  .adUnblockerPriceCard {
    padding: 28px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .adUnblockerPage *,
  .adUnblockerPage *::before,
  .adUnblockerPage *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
.globalSiteTagPage {
  --global-site-tag-page-gutter: clamp(1.5rem, 2.4vw, 3rem);
  background: #fbfaf8;
  color: #182230;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow: clip;
}
.globalSiteTagPage *,
.globalSiteTagPage *::before,
.globalSiteTagPage *::after {
  box-sizing: border-box;
}
.globalSiteTagPage h1,
.globalSiteTagPage h2,
.globalSiteTagPage h3,
.globalSiteTagPage p,
.globalSiteTagPage ul {
  margin-top: 0;
}
.globalSiteTagPage h1,
.globalSiteTagPage h2,
.globalSiteTagPage h3 {
  color: inherit;
  font-family: inherit;
}
.globalSiteTagPage img {
  display: block;
  max-width: 100%;
}
.globalSiteTagPage section {
  margin: 0;
}

.globalSiteTagPage__container {
  width: min(1220px, 100% - 2 * var(--global-site-tag-page-gutter));
  margin-inline: auto;
}

.globalSiteTagPage__breadcrumb {
  min-height: 45px;
  display: flex;
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #e7e2dc;
  color: #697584;
  font-size: 0.6875rem;
  font-weight: 750;
  letter-spacing: 0.01em;
}

.globalSiteTagPage__breadcrumbNav {
  min-height: 45px;
  display: flex;
  align-items: center;
}
.globalSiteTagPage__breadcrumbNav a {
  color: #697584;
  text-decoration: none;
}
.globalSiteTagPage__breadcrumbNav a:hover, .globalSiteTagPage__breadcrumbNav a:focus-visible {
  color: #e85d31;
}

.globalSiteTagPage__breadcrumbSeparator {
  margin-inline: 0.6rem;
  color: #a5adb8;
}

.globalSiteTagPage__hero {
  padding-block: 4.25rem 2.375rem;
}

.globalSiteTagPage__heroCopy {
  max-width: 1040px;
}

.globalSiteTagPage__eyebrow,
.globalSiteTagPage__kicker,
.globalSiteTagPage__cardLabel {
  color: #e85d31;
}

.globalSiteTagPage__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 1.125rem;
}
.globalSiteTagPage__eyebrow::before {
  width: 0.48rem;
  height: 0.48rem;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #ff6c3a;
  content: "";
}

.globalSiteTagPage__title {
  max-width: 1020px;
  margin-bottom: 1.65rem;
}

.globalSiteTagPage__lead {
  max-width: 790px;
  margin-bottom: 0;
  color: #6b756f;
}

.globalSiteTagPage__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-block: 1.8rem 1.2rem;
}

.globalSiteTagPage__button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 0.7rem 1.15rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}
.globalSiteTagPage__button:hover {
  transform: translateY(-1px);
}
.globalSiteTagPage__button:focus-visible {
  outline: 3px solid rgba(255, 108, 58, 0.3);
  outline-offset: 3px;
}

.globalSiteTagPage__button--primary {
  background: #ff6c3a;
  color: #fff;
  box-shadow: 0 10px 24px rgba(255, 108, 58, 0.18);
}
.globalSiteTagPage__button--primary:hover, .globalSiteTagPage__button--primary:focus-visible {
  background: #e85d31;
  color: #fff;
}

.globalSiteTagPage__button--secondary {
  border-color: #d7dce2;
  background: #fff;
  color: #182230;
}
.globalSiteTagPage__button--secondary:hover, .globalSiteTagPage__button--secondary:focus-visible {
  border-color: #bec5ce;
  color: #182230;
}

.globalSiteTagPage__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 1.15rem;
  color: #8993a0;
}
.globalSiteTagPage__meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}
.globalSiteTagPage__meta span:first-child::before {
  width: 0.28rem;
  height: 0.28rem;
  border-radius: 50%;
  background: #ff6c3a;
  content: "";
}

.globalSiteTagPage__section {
  padding-block: var(--section-padding-block);
  border-top: 1px solid #e7e2dc;
}

.globalSiteTagPage__section--dark {
  border-color: rgba(255, 255, 255, 0.08);
  background: #202a38;
  color: #fff;
}

.globalSiteTagPage__section--pricing {
  padding-block: var(--section-padding-block);
}

.globalSiteTagPage__split {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  align-items: center;
  gap: clamp(2.5rem, 5vw, 4.5rem);
}

.globalSiteTagPage__splitCopy h2,
.globalSiteTagPage__pricingCopy h2 {
  margin: 1.125rem 0 1.25rem;
}
.globalSiteTagPage__splitCopy > p:not(.globalSiteTagPage__kicker),
.globalSiteTagPage__pricingCopy > p:not(.globalSiteTagPage__kicker) {
  color: #697584;
}

.globalSiteTagPage__pillList {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.7rem;
}

.globalSiteTagPage__pill {
  display: inline-flex;
  align-items: center;
  min-height: 29px;
  padding: 0.4375rem 0.625rem;
  border: 1px solid #dcdfe4;
  border-radius: 999px;
  background: #fff;
  color: #576273;
  font-size: 0.5625rem;
  font-weight: 800;
}

.globalSiteTagWorkspace {
  min-height: 460px;
  display: flex;
  align-items: center;
  padding: clamp(1.4rem, 3.2vw, 2.4rem);
  border: 1px solid rgba(255, 108, 58, 0.14);
  border-radius: 2rem;
  background: radial-gradient(circle at 88% 13%, rgba(255, 108, 58, 0.17), transparent 34%), linear-gradient(145deg, #fff7f2, #f3f6fa 72%);
  box-shadow: 0 18px 48px rgba(53, 39, 29, 0.08);
}

.globalSiteTagWorkspace__window {
  width: 100%;
  overflow: hidden;
  border: 1px solid #e8e9ed;
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 18px 42px rgba(49, 57, 68, 0.12);
}

.globalSiteTagWorkspace__bar {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 1rem;
  border-bottom: 1px solid #eceef1;
  color: #929aa6;
  font-size: 0.57rem;
  font-weight: 800;
}

.globalSiteTagWorkspace__dots {
  display: flex;
  gap: 0.3rem;
}
.globalSiteTagWorkspace__dots span {
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
  background: #d4d8de;
}
.globalSiteTagWorkspace__dots span:first-child {
  background: #ff6c3a;
}

.globalSiteTagWorkspace__body {
  padding: 1rem;
}

.globalSiteTagWorkspace__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
  margin-bottom: 0.7rem;
}

.globalSiteTagWorkspace__metric {
  min-width: 0;
  padding: 0.8rem;
  border: 1px solid #eceef1;
  border-radius: 0.8rem;
  background: #fff;
}
.globalSiteTagWorkspace__metric span {
  display: block;
  overflow: hidden;
  color: #8e97a4;
  font-size: 0.5rem;
  font-weight: 750;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.globalSiteTagWorkspace__metric strong {
  display: block;
  margin-top: 0.3rem;
  font-size: clamp(0.9rem, 1.8vw, 1.18rem);
  font-weight: 700;
}
.globalSiteTagWorkspace__metric em {
  display: block;
  margin-top: 0.16rem;
  color: #278a67;
  font-size: 0.48rem;
  font-style: normal;
  font-weight: 800;
}

.globalSiteTagWorkspace__panel {
  padding: 0.9rem;
  border: 1px solid #eceef1;
  border-radius: 0.9rem;
}

.globalSiteTagWorkspace__panelHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.55rem;
  font-size: 0.55rem;
  font-weight: 800;
}
.globalSiteTagWorkspace__panelHeader span:last-child {
  color: #929aa6;
  font-size: 0.48rem;
}

.globalSiteTagWorkspace__chart {
  height: 118px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-radius: 0.65rem;
  background: linear-gradient(to right, rgba(170, 178, 189, 0.12) 1px, transparent 1px), linear-gradient(to bottom, rgba(170, 178, 189, 0.12) 1px, transparent 1px), #fcfcfd;
  background-size: 25% 100%, 100% 25%;
}
.globalSiteTagWorkspace__chart img {
  width: 100%;
  height: auto;
}

.globalSiteTagWorkspace__sources {
  margin-top: 0.7rem;
  padding-top: 0.35rem;
  border-top: 1px solid #eef0f2;
}

.globalSiteTagWorkspace__source {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr 0.7fr;
  gap: 0.5rem;
  padding-block: 0.42rem;
  color: #6d7785;
  font-size: 0.5rem;
}
.globalSiteTagWorkspace__source + .globalSiteTagWorkspace__source {
  border-top: 1px solid #f1f2f4;
}
.globalSiteTagWorkspace__source strong {
  color: #182230;
  font-weight: 800;
}

.globalSiteTagPage__sectionHeader {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  align-items: start;
  gap: 4.375rem;
  margin-bottom: 2.25rem;
}
.globalSiteTagPage__sectionHeader h2 {
  margin: 1rem 0 0;
}
.globalSiteTagPage__sectionHeader > p {
  max-width: 620px;
  margin-top: 0.25rem;
  margin-bottom: 0;
  color: #697584;
  font-size: 0.875rem;
  line-height: 1.72;
}

.globalSiteTagPage__section--dark .globalSiteTagPage__sectionHeader > p {
  color: #aeb8c6;
}

.globalSiteTagPage__reportingGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.globalSiteTagPage__reportingCard {
  min-height: 140px;
  padding: 1.6875rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.25rem;
  background: #293646;
}
.globalSiteTagPage__reportingCard h3 {
  margin: 0 0 0.5rem;
}
.globalSiteTagPage__reportingCard p {
  margin-bottom: 0;
  color: #aeb8c6;
  font-size: 0.6875rem;
  line-height: 1.55;
}

.globalSiteTagPage__reportingCard .globalSiteTagPage__cardLabel {
  margin-bottom: 0.5rem;
  color: #a2978e;
}

.globalSiteTagPage__flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 70px minmax(0, 1fr) 70px minmax(0, 1fr);
  align-items: center;
  margin-top: clamp(2.5rem, 5vw, 4rem);
}

.globalSiteTagPage__flowCard {
  min-height: 150px;
  padding: 1.6875rem;
  border: 1px solid #e7e2dc;
  border-radius: 1.25rem;
  background: #fff;
}
.globalSiteTagPage__flowCard span {
  color: #e85d31;
  font-size: 0.5625rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.globalSiteTagPage__flowCard h3 {
  margin: 0.5rem 0;
}
.globalSiteTagPage__flowCard p {
  margin-bottom: 0;
  color: #697584;
  font-size: 0.6875rem;
  line-height: 1.55;
}

.globalSiteTagPage__flowArrow {
  width: 1.9rem;
  height: auto;
  margin-inline: auto;
}

.globalSiteTagPage__exportGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: clamp(2.5rem, 5vw, 4rem);
}

.globalSiteTagPage__exportCard {
  padding: 1.625rem;
  border: 1px solid #e7e2dc;
  border-radius: 1.375rem;
  background: #fff;
  box-shadow: 0 8px 25px rgba(53, 39, 29, 0.035);
}
.globalSiteTagPage__exportCard h3 {
  margin: 1.25rem 0 0.5625rem;
}
.globalSiteTagPage__exportCard p {
  max-width: 480px;
  margin-bottom: 0;
  color: #697584;
  font-size: 0.75rem;
  line-height: 1.65;
}

.globalSiteTagPage__exportNumber {
  width: 1.75rem;
  height: 1.75rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff0e8;
  color: #e85d31;
  font-size: 0.625rem;
  font-weight: 850;
}

.globalSiteTagPage__pricing {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  align-items: center;
  gap: 0.875rem;
}

.globalSiteTagPage__callout {
  margin-bottom: 0;
  padding: 1.5rem 1.6875rem;
  border-left: 3px solid #ff6c3a;
  border-radius: 0 1.125rem 1.125rem 0;
  background: #fff0e8;
  color: #604f47;
  font-size: 0.8125rem;
  line-height: 1.7;
}

.globalSiteTagPage__priceCard {
  position: relative;
  overflow: hidden;
  padding: 2.375rem;
  border-radius: 1.75rem;
  background: radial-gradient(circle at 95% 3%, rgba(255, 108, 58, 0.28), transparent 33%), #202a38;
  color: #fff;
  box-shadow: 0 22px 54px rgba(31, 42, 56, 0.18);
}

.globalSiteTagPage__priceEyebrow {
  margin-bottom: 1.25rem;
  color: #bac3cf;
  font-size: 0.625rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.globalSiteTagPage__priceLine {
  display: flex;
  align-items: flex-end;
  gap: 0.55rem;
  margin-bottom: 0.6rem;
}

.globalSiteTagPage__price {
  font-size: clamp(3.2rem, 6vw, 4.3rem);
  font-weight: 700;
  letter-spacing: -0.065em;
  line-height: 0.9;
}

.globalSiteTagPage__pricePeriod {
  padding-bottom: 0.35rem;
  color: #bac3cf;
  font-size: 0.78rem;
  font-weight: 750;
}

.globalSiteTagPage__saving {
  margin-bottom: 0;
  color: #bbc2cb;
  font-size: 0.625rem;
  font-weight: 800;
}

.globalSiteTagPage__featureList {
  margin: 2rem 0;
  padding: 1.65rem 0;
  border-block: 1px solid rgba(255, 255, 255, 0.1);
  list-style: none;
}
.globalSiteTagPage__featureList li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: #d9dfe6;
  font-size: 0.76rem;
  line-height: 1.55;
  list-style: none;
}
.globalSiteTagPage__featureList li + li {
  margin-top: 0.7rem;
}
.globalSiteTagPage__featureList img {
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
  margin-top: 0.12rem;
}

.globalSiteTagPage__priceCard .globalSiteTagPage__button {
  width: auto;
}

@media (max-width: 930px) {
  .globalSiteTagPage {
    --global-site-tag-page-gutter: 1rem;
  }
  .globalSiteTagPage__split,
  .globalSiteTagPage__sectionHeader,
  .globalSiteTagPage__pricing {
    grid-template-columns: minmax(0, 1fr);
  }
  .globalSiteTagPage__split,
  .globalSiteTagPage__pricing {
    gap: 2.3rem;
  }
  .globalSiteTagPage__sectionHeader {
    gap: 1.3rem;
  }
  .globalSiteTagPage__sectionHeader > p {
    max-width: 680px;
  }
  .globalSiteTagPage__flow {
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
  }
  .globalSiteTagPage__flowArrow {
    transform: rotate(90deg);
  }
  .globalSiteTagPage__priceCard {
    max-width: 680px;
  }
}
@media (max-width: 720px) {
  .globalSiteTagPage__reportingGrid {
    grid-template-columns: minmax(0, 1fr);
  }
  .globalSiteTagPage__reportingCard {
    min-height: 0;
  }
  .globalSiteTagPage__exportGrid {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (max-width: 620px) {
  .globalSiteTagPage__section {
    padding-block: var(--section-padding-block-mobile);
  }
  .globalSiteTagWorkspace {
    min-height: 340px;
    padding: 0.85rem;
    border-radius: 1.5rem;
  }
  .globalSiteTagWorkspace__window {
    border-radius: 1rem;
  }
  .globalSiteTagWorkspace__metric {
    padding: 0.65rem;
  }
  .globalSiteTagWorkspace__metric:nth-child(n+2) {
    display: none;
  }
  .globalSiteTagWorkspace__metrics {
    grid-template-columns: minmax(0, 1fr);
  }
  .globalSiteTagWorkspace__chart {
    height: 86px;
  }
  .globalSiteTagWorkspace__source {
    grid-template-columns: 1.4fr 0.6fr;
  }
  .globalSiteTagWorkspace__source span:last-child {
    display: none;
  }
  .globalSiteTagPage__priceCard {
    padding: 1.75rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .globalSiteTagPage__button {
    transition: none;
  }
}
.wpListedSales {
  position: relative;
  background: var(--paper);
  color: var(--ink);
}
.wpListedSales :where(h1, h2, h3, p, figure, ul, ol, dl, dd) {
  margin: 0;
}
.wpListedSales h2 {
  text-wrap: balance;
}
.wpListedSales :where(ul, ol) {
  padding: 0;
  list-style: none;
}
.wpListedSales li {
  list-style: none;
}
.wpListedSales li::before, .wpListedSales li::marker {
  content: none;
}
.wpListedSales img {
  display: block;
  max-width: 100%;
}
.wpListedSales :focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 3px;
}
.wpListedSales [id] {
  scroll-margin-top: calc(80px + var(--space-6));
}

.wpListedSales__breadcrumbBar {
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.wpListedSales__breadcrumb {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  min-height: 45px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 650;
  line-height: 1;
  overflow-x: auto;
  white-space: nowrap;
}
.wpListedSales__breadcrumb a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}
.wpListedSales__breadcrumb a:hover {
  color: var(--orange-dark);
}
.wpListedSales__breadcrumb strong {
  color: var(--ink);
}

.wpListedSales__hero {
  padding-block: var(--section-padding-block-compact) var(--space-9);
  background: var(--soft-warm);
}
.wpListedSales__hero h1 {
  margin: var(--space-3) 0 var(--space-6);
  text-wrap: balance;
}

.wpListedSales__heroGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: var(--space-9);
}
.wpListedSales__heroGrid > * {
  min-width: 0;
}

.wpListedSales__accent {
  display: block;
  color: var(--orange);
}

.wpListedSales__lead {
  color: var(--muted);
}

.wpListedSales__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin: var(--space-7) 0 var(--space-2);
}

.wpListedSales__textLink {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  text-decoration: underline;
  text-decoration-color: var(--orange);
  text-underline-offset: var(--space-1);
}
.wpListedSales__textLink:hover {
  color: var(--orange-dark);
}

.wpListedSales__meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-6);
  margin-top: var(--space-9);
  padding-top: var(--space-6);
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.wpListedSales__heroMedia img,
.wpListedSales__browser > img {
  width: 100%;
  height: auto;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.wpListedSales__heroMedia img {
  border-radius: var(--radius-lg);
}

.wpListedSales__browser > img {
  border-radius: var(--radius-md);
}

.wpListedSales__mediaCaption {
  margin-top: var(--space-4);
  color: var(--muted);
}

.wpListedSales__section {
  padding-block: var(--section-padding-block);
  border-top: 1px solid var(--line);
  background: var(--soft-warm);
}

.wpListedSales__section--white {
  background: var(--paper);
}

.wpListedSales__sectionHead {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  align-items: end;
  gap: var(--space-9);
  margin-bottom: var(--space-9);
}
.wpListedSales__sectionHead h2 {
  margin-top: var(--space-3);
}
.wpListedSales__sectionHead > p {
  color: var(--muted);
}

.wpListedSales__foundationGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: var(--space-9);
}

.wpListedSales__featureCard {
  padding-block: var(--space-6);
  border-top: 1px solid var(--line);
}
.wpListedSales__featureCard h3 {
  margin-bottom: var(--space-3);
}
.wpListedSales__featureCard p {
  color: var(--muted);
}

.wpListedSales__outcome {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  align-items: center;
  gap: var(--space-9);
}
.wpListedSales__outcome > * {
  min-width: 0;
}

.wpListedSales__outcomeCopy h2 {
  margin: var(--space-3) 0 var(--space-5);
}
.wpListedSales__outcomeCopy > .typeBody {
  color: var(--muted);
}

.wpListedSales__journey {
  margin-top: var(--space-7);
}
.wpListedSales__journey > div {
  padding-block: var(--space-4);
  border-top: 1px solid var(--line);
}
.wpListedSales__journey dt {
  margin-bottom: var(--space-1);
}
.wpListedSales__journey dd {
  color: var(--muted);
}

.wpListedSales__section--navy {
  background: var(--navy-2);
  color: var(--paper);
  border-color: var(--navy-2);
}
.wpListedSales__section--navy h2, .wpListedSales__section--navy h3 {
  color: inherit;
}
.wpListedSales__section--navy .typeBody {
  color: rgba(255, 255, 255, 0.76);
}

.wpListedSales__designGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--space-7);
}

.wpListedSales__designCard {
  padding-top: var(--space-6);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.wpListedSales__designCard > span {
  color: var(--orange);
}
.wpListedSales__designCard h3 {
  margin: var(--space-5) 0 var(--space-3);
}

.wpListedSales__priceCard .productPriceCard__planHead {
  min-height: var(--space-10);
}

.wpListedSales__managed {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-6);
  max-width: 930px;
  margin: var(--space-7) auto 0;
  padding: var(--space-6);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--soft-warm);
}
.wpListedSales__managed h3 {
  margin-bottom: var(--space-2);
}
.wpListedSales__managed p {
  color: var(--muted);
}
.wpListedSales__managed .wpListedSales__button {
  flex: 0 0 auto;
}

@media (max-width: 980px) {
  .wpListedSales__heroGrid {
    grid-template-columns: minmax(0, 1fr);
    gap: var(--space-7);
  }
  .wpListedSales__intro {
    max-width: 780px;
  }
}
@media (max-width: 930px) {
  .wpListedSales__sectionHead,
  .wpListedSales__outcome {
    grid-template-columns: minmax(0, 1fr);
    gap: var(--space-6);
  }
  .wpListedSales__designGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 760px) {
  .wpListedSales__hero {
    padding-block: var(--section-padding-block-mobile) var(--section-padding-block-compact-mobile);
  }
  .wpListedSales__heroMedia img {
    border-radius: var(--radius-md);
  }
  .wpListedSales__meta {
    grid-template-columns: minmax(0, 1fr);
    gap: var(--space-3);
    margin-top: var(--space-7);
  }
  .wpListedSales__section {
    padding-block: var(--section-padding-block-mobile);
  }
  .wpListedSales__sectionHead {
    margin-bottom: var(--space-7);
  }
  .wpListedSales__foundationGrid,
  .wpListedSales__designGrid {
    grid-template-columns: minmax(0, 1fr);
  }
  .wpListedSales__priceCard .productPriceCard__planHead {
    min-height: 0;
  }
  .wpListedSales__managed {
    align-items: flex-start;
    flex-direction: column;
  }
  .wpListedSales__managed .wpListedSales__button {
    width: 100%;
  }
}
@media (max-width: 420px) {
  .wpListedSales__actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }
}
.wpDomainManagerSales {
  background: #fbfaf8;
  color: #182230;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow: clip;
}
.wpDomainManagerSales *,
.wpDomainManagerSales *::before,
.wpDomainManagerSales *::after {
  box-sizing: border-box;
}
.wpDomainManagerSales a {
  text-decoration: none;
}
.wpDomainManagerSales p,
.wpDomainManagerSales h1,
.wpDomainManagerSales h2,
.wpDomainManagerSales h3 {
  margin-top: 0;
}

.wpDomainManagerSales__container {
  width: min(100% - 48px, 1220px);
  margin-inline: auto;
}

.wpDomainManagerSales__breadcrumbBar {
  background: #fff;
  border-bottom: 1px solid #f0f1f3;
}

.wpDomainManagerSales__breadcrumb {
  display: flex;
  height: 45px;
  align-items: center;
  gap: 9px;
  color: #8a94a1;
  font-size: 11px;
  font-weight: 750;
}
.wpDomainManagerSales__breadcrumb a:hover,
.wpDomainManagerSales__breadcrumb a:focus-visible {
  color: #e85d31;
}
.wpDomainManagerSales__breadcrumb strong {
  color: #536070;
}

.wpDomainManagerSales__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 0;
  color: #9b9087;
}
.wpDomainManagerSales__eyebrow::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff6c3a;
  box-shadow: 0 0 0 5px rgba(255, 108, 58, 0.1);
  content: "";
}

.wpDomainManagerSales__eyebrow--light {
  color: #cbd2da;
}

.wpDomainManagerSales__lead {
  color: #6b756f;
}

.wpDomainManagerSales__hero {
  padding: 68px 0 42px;
}
.wpDomainManagerSales__hero h1 {
  max-width: 980px;
  margin: 18px 0 20px;
}
.wpDomainManagerSales__hero .wpDomainManagerSales__lead {
  max-width: 760px;
  margin-bottom: 0;
}

.wpDomainManagerSales__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0;
}

.wpDomainManagerSales__button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.wpDomainManagerSales__button:hover, .wpDomainManagerSales__button:focus-visible {
  transform: translateY(-1px);
}
.wpDomainManagerSales__button:focus-visible {
  outline: 3px solid rgba(255, 108, 58, 0.3);
  outline-offset: 3px;
}

.wpDomainManagerSales__button--primary {
  background: #ff6c3a;
  color: #fff;
}
.wpDomainManagerSales__button--primary:visited {
  color: #fff;
}
.wpDomainManagerSales__button--primary:hover, .wpDomainManagerSales__button--primary:focus-visible {
  background: #e85d31;
  color: #fff;
}

.wpDomainManagerSales__button--secondary {
  border-color: #ddd8d2;
  background: #fff;
  color: #182230;
}
.wpDomainManagerSales__button--secondary:hover, .wpDomainManagerSales__button--secondary:focus-visible {
  border-color: #c9c1ba;
  color: #182230;
}

.wpDomainManagerSales__timeline {
  display: grid;
  overflow: hidden;
  margin-top: 45px;
  border: 1px solid #e7e2dc;
  border-radius: 24px;
  background: #fff;
  grid-template-columns: repeat(4, 1fr);
}

.wpDomainManagerSales__moment {
  padding: 24px;
  border-right: 1px solid #e7e2dc;
}
.wpDomainManagerSales__moment:last-child {
  border-right: 0;
}
.wpDomainManagerSales__moment small {
  color: #ad9f95;
  font-size: 9px;
  font-weight: 850;
}
.wpDomainManagerSales__moment h2 {
  margin: 10px 0 8px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.wpDomainManagerSales__moment p {
  margin: 0;
  color: #79726b;
  font-size: 11px;
  line-height: 1.55;
}

.wpDomainManagerSales__section {
  padding: var(--section-padding-block) 0;
  border-top: 1px solid #e7e2dc;
}

.wpDomainManagerSales__split {
  display: grid;
  align-items: center;
  gap: 48px;
  grid-template-columns: 0.9fr 1.1fr;
}

.wpDomainManagerSales__pathCopy h2,
.wpDomainManagerSales__launchCopy h2 {
  margin: 18px 0 20px;
}
.wpDomainManagerSales__pathCopy .wpDomainManagerSales__lead,
.wpDomainManagerSales__launchCopy .wpDomainManagerSales__lead {
  margin-bottom: 0;
}

.wpDomainManagerSales__steps {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.wpDomainManagerSales__step {
  display: grid;
  align-items: center;
  gap: 12px;
  padding: 18px;
  border: 1px solid #e7e2dc;
  border-radius: 16px;
  background: #fff;
  grid-template-columns: 36px 1fr auto;
}
.wpDomainManagerSales__step strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
}
.wpDomainManagerSales__step small {
  display: block;
  margin-top: 3px;
  color: #8d857e;
  font-size: 11px;
  line-height: 1.45;
}
.wpDomainManagerSales__step em {
  color: #2d8564;
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
}

.wpDomainManagerSales__stepNumber {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff0e8;
  color: #e85d31;
  font-size: 10px;
  font-weight: 900;
}

.wpDomainManagerSales__readinessPanel {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid #eadfd8;
  border-radius: 28px;
  background: linear-gradient(145deg, #fff0e8, #fffaf7);
  box-shadow: 0 18px 48px rgba(53, 39, 29, 0.08);
}
.wpDomainManagerSales__readinessPanel::before {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(83, 58, 44, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(83, 58, 44, 0.04) 1px, transparent 1px);
  background-size: 30px 30px;
  content: "";
}

.wpDomainManagerSales__readinessWindow {
  position: absolute;
  inset: 8% 7%;
  overflow: hidden;
  border: 1px solid #ded6d0;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 18px 35px rgba(63, 42, 30, 0.1);
}

.wpDomainManagerSales__windowBar {
  display: flex;
  height: 31px;
  align-items: center;
  gap: 5px;
  padding: 0 11px;
  border-bottom: 1px solid #eee7e2;
}
.wpDomainManagerSales__windowBar i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d4cbc4;
}

.wpDomainManagerSales__readinessBody {
  padding: 13px;
}

.wpDomainManagerSales__readinessRow {
  display: grid;
  align-items: center;
  gap: 10px;
  padding: 11px 0;
  border-top: 1px solid #eee8e3;
  grid-template-columns: 1fr auto;
}
.wpDomainManagerSales__readinessRow:first-child {
  border-top: 0;
}
.wpDomainManagerSales__readinessRow strong {
  display: block;
  font-size: 10px;
  font-weight: 700;
}
.wpDomainManagerSales__readinessRow small {
  display: block;
  margin-top: 3px;
  color: #938a83;
  font-size: 8px;
  line-height: 1.4;
}

.wpDomainManagerSales__status {
  display: inline-flex;
  height: 26px;
  align-items: center;
  padding: 0 9px;
  border-radius: 99px;
  background: #f2f4f6;
  color: #657181;
  font-size: 9px;
  font-weight: 850;
}

.wpDomainManagerSales__status--ready {
  background: #eaf8f2;
  color: #287c5e;
}

.wpDomainManagerSales__status--test {
  background: #fff0e8;
  color: #d95d35;
}

.wpDomainManagerSales__sectionHead {
  display: grid;
  align-items: start;
  gap: 70px;
  margin-bottom: 36px;
  grid-template-columns: 0.8fr 1.2fr;
}
.wpDomainManagerSales__sectionHead h2 {
  margin: 12px 0 0;
}
.wpDomainManagerSales__sectionHead > p {
  max-width: 620px;
  margin: 4px 0 0;
  color: #756f69;
  font-size: 14px;
  line-height: 1.7;
}

.wpDomainManagerSales__kicker {
  margin-bottom: 0;
  color: #a59990;
}

.wpDomainManagerSales__section--dark {
  border-top: 0;
  background: #202a38;
  color: #fff;
}
.wpDomainManagerSales__section--dark .wpDomainManagerSales__sectionHead > p {
  color: #b9c0c9;
}

.wpDomainManagerSales__readinessGrid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, 1fr);
}

.wpDomainManagerSales__readinessCard {
  min-height: 140px;
  padding: 28px;
  border: 1px solid #3a4756;
  border-radius: 20px;
  background: #293646;
  color: #fff;
}
.wpDomainManagerSales__readinessCard small {
  display: block;
  margin-bottom: 8px;
  color: #a2978e;
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
}
.wpDomainManagerSales__readinessCard h3 {
  margin-bottom: 0;
}
.wpDomainManagerSales__readinessCard p {
  margin: 8px 0 0;
  color: #b8c0c8;
  font-size: 11px;
  line-height: 1.55;
}

.wpDomainManagerSales__metricGrid {
  display: grid;
  overflow: hidden;
  border: 1px solid #e7e2dc;
  border-radius: 20px;
  background: #fff;
  grid-template-columns: repeat(4, 1fr);
}

.wpDomainManagerSales__metric {
  padding: 22px;
  border-right: 1px solid #e7e2dc;
}
.wpDomainManagerSales__metric:last-child {
  border-right: 0;
}
.wpDomainManagerSales__metric strong {
  display: block;
  font-size: 22px;
  font-weight: 700;
}
.wpDomainManagerSales__metric span {
  color: #8e857e;
  font-size: 10px;
}

.wpDomainManagerSales__launchGrid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, 1fr);
}

.wpDomainManagerSales__launchBox {
  position: relative;
  overflow: hidden;
  padding: 38px;
  border-radius: 28px;
  background: #202a38;
  color: #fff;
}
.wpDomainManagerSales__launchBox::after {
  position: absolute;
  top: -150px;
  right: -100px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(255, 108, 58, 0.14);
  content: "";
}
.wpDomainManagerSales__launchBox > * {
  position: relative;
  z-index: 1;
}

.wpDomainManagerSales__checklist {
  display: grid;
  gap: 10px;
  margin: 24px 0 30px;
  padding: 0;
  list-style: none;
}
.wpDomainManagerSales__checklist li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #d8dde4;
  font-size: 12px;
  line-height: 1.5;
  list-style: none;
}
.wpDomainManagerSales__checklist img {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

@media (max-width: 930px) {
  .wpDomainManagerSales__container {
    width: min(100% - 32px, 1220px);
  }
  .wpDomainManagerSales__sectionHead,
  .wpDomainManagerSales__split {
    gap: 24px;
    grid-template-columns: 1fr;
  }
  .wpDomainManagerSales__readinessGrid {
    grid-template-columns: repeat(2, 1fr);
  }
  .wpDomainManagerSales__timeline {
    grid-template-columns: repeat(2, 1fr);
  }
  .wpDomainManagerSales__moment:nth-child(2) {
    border-right: 0;
  }
  .wpDomainManagerSales__moment:nth-child(-n+2) {
    border-bottom: 1px solid #e7e2dc;
  }
  .wpDomainManagerSales__metricGrid {
    grid-template-columns: repeat(2, 1fr);
  }
  .wpDomainManagerSales__metric:nth-child(2) {
    border-right: 0;
  }
  .wpDomainManagerSales__metric:nth-child(-n+2) {
    border-bottom: 1px solid #e7e2dc;
  }
}
@media (max-width: 620px) {
  .wpDomainManagerSales__hero {
    padding-top: 52px;
  }
  .wpDomainManagerSales__section {
    padding: var(--section-padding-block-mobile) 0;
  }
  .wpDomainManagerSales__timeline {
    grid-template-columns: 1fr;
  }
  .wpDomainManagerSales__moment {
    border-right: 0;
    border-bottom: 1px solid #e7e2dc;
  }
  .wpDomainManagerSales__moment:last-child {
    border-bottom: 0;
  }
  .wpDomainManagerSales__readinessPanel {
    min-height: 360px;
  }
  .wpDomainManagerSales__readinessGrid,
  .wpDomainManagerSales__launchGrid {
    grid-template-columns: 1fr;
  }
  .wpDomainManagerSales__launchBox {
    padding: 30px 24px;
  }
}
.wpDomainSyncPage {
  --domain-sync-gutter: clamp(1.5rem, 2.4vw, 3rem);
  background: #fbfaf8;
  color: #182230;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow: clip;
}
.wpDomainSyncPage *,
.wpDomainSyncPage *::before,
.wpDomainSyncPage *::after {
  box-sizing: border-box;
}
.wpDomainSyncPage :where(h1, h2, h3, p, ul) {
  margin-top: 0;
}
.wpDomainSyncPage :where(h1, h2, h3) {
  color: inherit;
}
.wpDomainSyncPage :where(a) {
  color: inherit;
  text-decoration: none;
}
.wpDomainSyncPage :where(button, input, select) {
  font: inherit;
}
.wpDomainSyncPage :where(a, button):focus-visible {
  outline: 3px solid rgba(255, 108, 58, 0.3);
  outline-offset: 3px;
}
.wpDomainSyncPage img {
  display: block;
  max-width: 100%;
}
.wpDomainSyncPage section {
  margin: 0;
}
.wpDomainSyncPage :where(#architecture, #pricing) {
  scroll-margin-top: 100px;
}

.wpDomainSyncPage__container {
  width: min(1220px, 100% - 2 * var(--domain-sync-gutter));
  margin-inline: auto;
}

.wpDomainSyncPage__breadcrumbBar {
  min-height: 45px;
  background: #fff;
  border-bottom: 1px solid #f0f1f3;
}

.wpDomainSyncPage__breadcrumb {
  min-height: 45px;
  display: flex;
  align-items: center;
  color: #8a94a1;
  font-size: 0.6875rem;
  font-weight: 750;
  line-height: 1;
}
.wpDomainSyncPage__breadcrumb a {
  color: #8a94a1;
}
.wpDomainSyncPage__breadcrumb a:hover, .wpDomainSyncPage__breadcrumb a:focus-visible {
  color: #e85d31;
}
.wpDomainSyncPage__breadcrumb strong {
  color: #536070;
}

.wpDomainSyncPage__breadcrumbSeparator {
  margin-inline: 0.5625rem;
  color: #c3c8cf;
}

.wpDomainSyncPage__hero {
  padding-block: 4.25rem 2.375rem;
}

.wpDomainSyncPage__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5625rem;
  margin-bottom: 0;
  color: #9b9087;
}
.wpDomainSyncPage__eyebrow::before {
  width: 0.4375rem;
  height: 0.4375rem;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #ff6c3a;
  box-shadow: 0 0 0 5px rgba(255, 108, 58, 0.1);
  content: "";
}

.wpDomainSyncPage__hero h1 {
  max-width: 1000px;
  margin: 1.125rem 0 1.25rem;
}

.wpDomainSyncPage__lead {
  max-width: 750px;
  margin-bottom: 0;
  color: #6b756f;
}

.wpDomainSyncPage__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin-block: 1.75rem;
}

.wpDomainSyncPage__button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 1.125rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 850;
  line-height: 1;
  cursor: pointer;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}
.wpDomainSyncPage__button:hover {
  transform: translateY(-1px);
}

.wpDomainSyncPage__button--primary {
  background: #ff6c3a;
  color: #fff;
}
.wpDomainSyncPage__button--primary:hover, .wpDomainSyncPage__button--primary:focus-visible {
  background: #e85d31;
  color: #fff;
}

.wpDomainSyncPage__button--secondary {
  border-color: #ddd8d2;
  background: #fff;
  color: #182230;
}
.wpDomainSyncPage__button--secondary:hover, .wpDomainSyncPage__button--secondary:focus-visible {
  border-color: #c9c2bb;
  color: #182230;
}

.wpDomainSyncPage__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.875rem;
  color: #8a817a;
}
.wpDomainSyncPage__meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
}
.wpDomainSyncPage__meta span::before {
  width: 0.3125rem;
  height: 0.3125rem;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #76a88e;
  content: "";
}

.wpDomainSyncPage__section {
  padding-block: var(--section-padding-block);
  border-top: 1px solid #e7e2dc;
}

.wpDomainSyncPage__section--alt {
  background: #fff;
}

.wpDomainSyncPage__visualSplit {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  align-items: center;
  gap: 3.125rem;
}

.wpDomainSyncPage__visualSplit--reverse {
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
}

.wpDomainSyncPage__themePanel {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  padding: 2.375rem;
  border: 1px solid #eadfd8;
  border-radius: 1.75rem;
  background: linear-gradient(145deg, #fff0e8, #fffaf7);
  box-shadow: 0 18px 48px rgba(53, 39, 29, 0.08);
}
.wpDomainSyncPage__themePanel::before {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(83, 58, 44, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(83, 58, 44, 0.04) 1px, transparent 1px);
  background-size: 30px 30px;
  content: "";
}
.wpDomainSyncPage__themePanel > div {
  position: relative;
  z-index: 1;
}
.wpDomainSyncPage__themePanel h3 {
  margin: 1.125rem 0 0.5rem;
  font-size: 1.5625rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
}
.wpDomainSyncPage__themePanel > div > p {
  max-width: 450px;
  margin-bottom: 0;
  color: #776f68;
  font-size: 0.75rem;
  line-height: 1.65;
}

.wpDomainSyncPage__status {
  min-height: 25px;
  display: inline-flex;
  align-items: center;
  padding-inline: 0.5625rem;
  border-radius: 999px;
  background: #fff0e8;
  color: #dc6138;
  font-size: 0.5rem;
  font-weight: 900;
}

.wpDomainSyncPage__themeGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.625rem;
  margin-top: 1.375rem;
}

.wpDomainSyncPage__themeCard {
  min-width: 0;
  padding: 1rem;
  border: 1px solid #e7e2dc;
  border-radius: 0.9375rem;
  background: #fff;
}
.wpDomainSyncPage__themeCard strong {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
}
.wpDomainSyncPage__themeCard p {
  margin: 0.4375rem 0 0;
  color: #817970;
  font-size: 0.625rem;
  line-height: 1.5;
}

.wpDomainSyncPage__architectureCopy h2 {
  margin: 0.9375rem 0;
}

.wpDomainSyncPage__sectionHead {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  align-items: start;
  gap: 4.375rem;
  margin-bottom: 2.25rem;
}
.wpDomainSyncPage__sectionHead h2 {
  margin: 0.75rem 0 0;
}
.wpDomainSyncPage__sectionHead > p {
  max-width: 620px;
  margin: 0.25rem 0 0;
  color: #756f69;
  font-size: 0.875rem;
  line-height: 1.7;
}

.wpDomainSyncPage__kicker {
  margin-bottom: 0;
  color: #a59990;
}

.wpDomainSyncPage__flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 70px minmax(0, 1fr) 70px minmax(0, 1fr);
  align-items: center;
}

.wpDomainSyncPage__flowCard {
  min-height: 140px;
  padding: 1.75rem;
  border: 1px solid #e6dfd9;
  border-radius: 1.25rem;
  background: #fff;
}
.wpDomainSyncPage__flowCard > p {
  margin-bottom: 0.5rem;
  color: #a2978e;
  font-size: 0.5625rem;
  font-weight: 850;
  line-height: 1.4;
  text-transform: uppercase;
}
.wpDomainSyncPage__flowCard h3 {
  margin-bottom: 0;
}
.wpDomainSyncPage__flowCard > span {
  display: block;
  margin-top: 0.5rem;
  color: #77716b;
  font-size: 0.6875rem;
  line-height: 1.55;
}

.wpDomainSyncPage__flowCard--dark {
  border-color: #3a4756;
  background: #293646;
  color: #fff;
}
.wpDomainSyncPage__flowCard--dark > span {
  color: #b8c0c8;
}

.wpDomainSyncPage__flowArrow {
  width: 1.75rem;
  height: 1.75rem;
  margin-inline: auto;
}

.wpDomainSyncPage__projectGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.875rem;
}

.wpDomainSyncPage__projectCard {
  min-width: 0;
  padding: 1.625rem;
  border: 1px solid #e6dfd9;
  border-radius: 1.375rem;
  background: #fff;
  box-shadow: 0 8px 25px rgba(53, 39, 29, 0.035);
}
.wpDomainSyncPage__projectCard h3 {
  margin-bottom: 0.5625rem;
}
.wpDomainSyncPage__projectCard p {
  margin-bottom: 0;
  color: #77716b;
  font-size: 0.75rem;
  line-height: 1.65;
}

.wpDomainSyncPage__pricingWrap {
  max-width: 820px;
  margin-inline: auto;
}

.wpDomainSyncPage__pricingIntro {
  margin-bottom: 1.5rem;
  text-align: center;
}
.wpDomainSyncPage__pricingIntro h2 {
  margin: 0.875rem 0 0.75rem;
}
.wpDomainSyncPage__pricingIntro > p:last-child {
  max-width: 610px;
  margin: 0 auto;
  color: #756f69;
  font-size: 0.875rem;
  line-height: 1.7;
}

.wpDomainSyncPage__pricingToggleWrap {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}

.wpDomainSyncPage__pricingToggle {
  display: inline-flex;
  padding: 0.25rem;
  border: 1px solid #e7e2dc;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(24, 34, 48, 0.04);
}
.wpDomainSyncPage__pricingToggle button {
  height: 36px;
  padding-inline: 0.9375rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #77818e;
  font-size: 0.6875rem;
  font-weight: 850;
  cursor: pointer;
}
.wpDomainSyncPage__pricingToggle button.isActive {
  background: #202a38;
  color: #fff;
}

.wpDomainSyncPage__priceCard {
  overflow: hidden;
  border: 1px solid #e6dfd9;
  border-radius: 1.375rem;
  background: #fff;
  box-shadow: 0 8px 25px rgba(53, 39, 29, 0.035);
}

.wpDomainSyncPage__priceCardHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.375rem;
  padding: 1.5rem 1.75rem;
  border-bottom: 1px solid #e7e2dc;
}
.wpDomainSyncPage__priceCardHead h3 {
  margin-bottom: 0;
}
.wpDomainSyncPage__priceCardHead > div:first-child p {
  margin: 0.25rem 0 0;
  color: #838d99;
  font-size: 0.625rem;
  line-height: 1.5;
}

.wpDomainSyncPage__priceSummary {
  text-align: right;
}
.wpDomainSyncPage__priceSummary > div {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 0.3125rem;
}
.wpDomainSyncPage__priceSummary strong {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.95;
}
.wpDomainSyncPage__priceSummary span {
  padding-bottom: 0.375rem;
  color: #78828f;
  font-size: 0.6875rem;
  font-weight: 750;
}
.wpDomainSyncPage__priceSummary p {
  margin: 0.3125rem 0 0;
  color: #8b95a1;
  font-size: 0.625rem;
  line-height: 1.5;
}

.wpDomainSyncPage__priceCardBody {
  padding: 1.5rem 1.75rem;
}

.wpDomainSyncPage__features {
  display: grid;
  gap: 0.6875rem;
  margin: 0 0 1.5rem;
  padding: 0;
  list-style: none;
}
.wpDomainSyncPage__features li {
  display: flex;
  align-items: flex-start;
  gap: 0.5625rem;
  color: #5f6a78;
  font-size: 0.75rem;
  line-height: 1.55;
  list-style: none;
}
.wpDomainSyncPage__features img {
  width: 1.25rem;
  height: 1.25rem;
  flex: 0 0 auto;
  margin-top: 0.05rem;
}

.wpDomainSyncPage__priceActions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.125rem;
  flex-wrap: wrap;
}

.wpDomainSyncPage__saving {
  min-height: 25px;
  display: inline-flex;
  align-items: center;
  padding-inline: 0.5625rem;
  border-radius: 999px;
  background: #eaf8f2;
  color: #167653;
  font-size: 0.5625rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.wpDomainSyncPage__saving[hidden] {
  display: none;
}

.wpDomainSyncPage__trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1.125rem;
  margin: 1.0625rem 0 0;
  padding: 0;
  color: #87919d;
  font-size: 0.625rem;
  font-weight: 750;
  list-style: none;
}
.wpDomainSyncPage__trust li {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  list-style: none;
}
.wpDomainSyncPage__trust li::before {
  color: #278a67;
  font-weight: 900;
  content: "✓";
}

@media (max-width: 930px) {
  .wpDomainSyncPage {
    --domain-sync-gutter: 1rem;
  }
  .wpDomainSyncPage__sectionHead,
  .wpDomainSyncPage__visualSplit,
  .wpDomainSyncPage__visualSplit--reverse {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.625rem;
  }
  .wpDomainSyncPage__projectGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .wpDomainSyncPage__flow {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.625rem;
  }
  .wpDomainSyncPage__flowArrow {
    transform: rotate(90deg);
  }
}
@media (max-width: 620px) {
  .wpDomainSyncPage__hero {
    padding-block: 3.125rem 1.875rem;
  }
  .wpDomainSyncPage__section {
    padding-block: var(--section-padding-block-mobile);
  }
  .wpDomainSyncPage__themePanel {
    min-height: 350px;
    padding: 1.5rem;
  }
  .wpDomainSyncPage__themeGrid,
  .wpDomainSyncPage__projectGrid {
    grid-template-columns: minmax(0, 1fr);
  }
  .wpDomainSyncPage__priceCardHead {
    align-items: flex-start;
    flex-direction: column;
  }
  .wpDomainSyncPage__priceSummary {
    text-align: left;
  }
  .wpDomainSyncPage__priceSummary > div {
    justify-content: flex-start;
  }
  .wpDomainSyncPage__priceActions {
    align-items: stretch;
    flex-direction: column;
  }
  .wpDomainSyncPage__priceActions .wpDomainSyncPage__button {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .wpDomainSyncPage__button {
    transition: none;
  }
}
.wpAdyenPayments {
  background: var(--paper);
  color: var(--ink);
}
.wpAdyenPayments :where(p, h1, h2, h3, dl, dd, figure) {
  margin: 0;
}
.wpAdyenPayments .typeLead,
.wpAdyenPayments .typeBody,
.wpAdyenPayments .typeSmall {
  color: var(--muted);
}
.wpAdyenPayments section[id] {
  scroll-margin-top: var(--space-12);
}

.wpAdyenPayments__breadcrumbBar {
  border-bottom: 1px solid var(--line);
}

.wpAdyenPayments__breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-2);
  min-height: var(--space-9);
  padding-block: var(--space-3);
  color: var(--muted);
}
.wpAdyenPayments__breadcrumb strong {
  color: var(--ink);
}
.wpAdyenPayments__breadcrumb a:hover {
  color: var(--orange-dark);
}

.wpAdyenPayments__hero {
  padding-top: var(--section-padding-block);
  padding-bottom: 0;
  background: var(--soft-warm);
}

.wpAdyenPayments__heroGrid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  align-items: center;
  gap: var(--space-9);
}
.wpAdyenPayments__heroGrid h1 {
  margin: var(--space-4) 0 var(--space-6);
  text-wrap: balance;
}
.wpAdyenPayments__heroGrid h1 span {
  display: block;
  color: var(--orange);
  text-wrap: balance;
}

.wpAdyenPayments__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin: var(--space-7) 0 var(--space-4);
}

.wpAdyenPayments__heroVisual {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--paper);
}
.wpAdyenPayments__heroVisual > img {
  display: block;
  width: 100%;
  height: auto;
}
.wpAdyenPayments__heroVisual figcaption {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-2);
  padding: var(--space-5) var(--space-6);
  border-top: 1px solid var(--line);
}
.wpAdyenPayments__heroVisual .typeLabel {
  color: var(--eyebrow-color);
}

.wpAdyenPayments__essentials {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-7);
  margin-top: var(--space-10);
  padding-block: var(--space-7);
  border-top: 1px solid var(--line);
}
.wpAdyenPayments__essentials > div + div {
  padding-left: var(--space-7);
  border-left: 1px solid var(--line);
}
.wpAdyenPayments__essentials dt {
  margin-bottom: var(--space-2);
  color: var(--eyebrow-color);
}

.wpAdyenPayments__section {
  padding-block: var(--section-padding-block);
  border-top: 1px solid var(--line);
}

.wpAdyenPayments__section--warm {
  background: var(--soft-warm);
}

.wpAdyenPayments__sectionHead {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  align-items: end;
  gap: var(--space-10);
  margin-bottom: var(--space-9);
}
.wpAdyenPayments__sectionHead h2 {
  margin-top: var(--space-3);
}
.wpAdyenPayments__sectionHead .typeSmall {
  margin-top: var(--space-4);
}

.wpAdyenPayments__lifecycle,
.wpAdyenPayments__setupSteps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--space-7);
  margin: 0;
  padding: 0;
  list-style: none;
}
.wpAdyenPayments__lifecycle li,
.wpAdyenPayments__setupSteps li {
  list-style: none;
  min-width: 0;
  padding-top: var(--space-6);
  border-top: 1px solid var(--line);
}
.wpAdyenPayments__lifecycle h3,
.wpAdyenPayments__setupSteps h3 {
  margin: var(--space-5) 0 var(--space-3);
}

.wpAdyenPayments__stepNumber {
  color: var(--orange-dark);
}

.wpAdyenPayments__split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  align-items: center;
  gap: var(--space-10);
}
.wpAdyenPayments__split > * {
  min-width: 0;
}

.wpAdyenPayments__split--top {
  align-items: start;
}

.wpAdyenPayments__sectionCopy h2 {
  margin: var(--space-3) 0 var(--space-6);
}
.wpAdyenPayments__sectionCopy .typeBody {
  margin-top: var(--space-4);
}

.wpAdyenPayments__textLink {
  display: inline-block;
  margin-top: var(--space-6);
  color: var(--ink);
  text-decoration: underline;
  text-decoration-color: var(--orange);
  text-underline-offset: var(--space-1);
}
.wpAdyenPayments__textLink:hover {
  color: var(--orange-dark);
}

.wpAdyenPayments__operations {
  padding: var(--space-7);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--paper);
}

.wpAdyenPayments__panelLabel {
  padding-bottom: var(--space-6);
  color: var(--eyebrow-color);
}

.wpAdyenPayments__operation {
  padding-block: var(--space-6);
  border-top: 1px solid var(--line);
}
.wpAdyenPayments__operation:last-child {
  padding-bottom: 0;
}
.wpAdyenPayments__operation > .typeLabel {
  color: var(--eyebrow-color);
}
.wpAdyenPayments__operation h3 {
  margin: var(--space-3) 0;
}

.wpAdyenPayments__section--dark {
  border-color: var(--navy-2);
  background: var(--navy-2);
  color: var(--paper);
}
.wpAdyenPayments__section--dark .typeLead,
.wpAdyenPayments__section--dark .typeBody {
  color: #c5ced9;
}
.wpAdyenPayments__section--dark a:focus-visible {
  outline-color: var(--paper);
}

.wpAdyenPayments__technicalList {
  display: grid;
  gap: var(--space-3);
  margin: var(--space-7) 0 0;
  padding: 0;
  list-style: none;
  color: #c5ced9;
}
.wpAdyenPayments__technicalList li {
  list-style: none;
  padding-left: var(--space-4);
  border-left: 2px solid var(--orange);
}

.wpAdyenPayments__eventList {
  border-top: 1px solid #3d4652;
}
.wpAdyenPayments__eventList > div {
  padding-block: var(--space-6);
  border-bottom: 1px solid #3d4652;
}
.wpAdyenPayments__eventList dt {
  display: grid;
  gap: var(--space-3);
  margin-bottom: var(--space-3);
}
.wpAdyenPayments__eventList .typeLabel {
  color: #ffb096;
}

.wpAdyenPayments__comparisonGrid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr);
  gap: var(--space-9);
  align-items: start;
}

.wpAdyenPayments__tableWrap {
  min-width: 0;
}

.wpAdyenPayments__comparison {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  text-align: left;
}
.wpAdyenPayments__comparison caption {
  padding: 0 0 var(--space-6);
  color: var(--ink);
  text-align: left;
}
.wpAdyenPayments__comparison th,
.wpAdyenPayments__comparison td {
  padding: var(--space-4) var(--space-3);
  border-bottom: 1px solid var(--line);
  vertical-align: top;
  overflow-wrap: break-word;
}
.wpAdyenPayments__comparison th:first-child {
  width: 48%;
  padding-left: 0;
}
.wpAdyenPayments__comparison th {
  color: var(--ink);
}
.wpAdyenPayments__comparison thead {
  background: var(--soft);
}
.wpAdyenPayments__comparison thead th:first-child {
  padding-left: var(--space-3);
}
.wpAdyenPayments__comparison tbody th {
  font-weight: inherit;
}

.wpAdyenPayments__methods {
  padding: var(--space-7);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--soft-warm);
}
.wpAdyenPayments__methods > .typeLabel {
  color: var(--orange-dark);
}
.wpAdyenPayments__methods h3 {
  margin: var(--space-3) 0 var(--space-6);
}
.wpAdyenPayments__methods dl > div {
  padding-block: var(--space-4);
  border-top: 1px solid var(--line);
}
.wpAdyenPayments__methods dd {
  margin-top: var(--space-1);
}
.wpAdyenPayments__methods > .typeSmall {
  margin-top: var(--space-4);
}

.wpAdyenPayments__compatibilityNote {
  margin-top: var(--space-7);
  padding: var(--space-5) var(--space-6);
  border-left: 2px solid var(--orange);
  background: var(--soft-warm);
}

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

.wpAdyenPayments__freePlan {
  margin-top: var(--space-7);
  padding-top: var(--space-7);
  border-top: 1px solid var(--line);
}
.wpAdyenPayments__freePlan > .typeLabel {
  color: var(--eyebrow-color);
}
.wpAdyenPayments__freePlan h3 {
  margin-top: var(--space-3);
}
.wpAdyenPayments__freePlan .btn {
  margin-top: var(--space-6);
}

.wpAdyenPayments__licenceNote {
  max-width: 960px;
  margin: var(--space-7) auto 0;
  text-align: center;
}

.wpAdyenPayments__faq {
  border-top: 1px solid var(--line);
}
.wpAdyenPayments__faq details {
  border-bottom: 1px solid var(--line);
}
.wpAdyenPayments__faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-6);
  min-height: var(--space-10);
  padding-block: var(--space-6);
  cursor: pointer;
  list-style: none;
}
.wpAdyenPayments__faq summary::-webkit-details-marker {
  display: none;
}
.wpAdyenPayments__faq summary::marker {
  content: "";
}
.wpAdyenPayments__faq summary:hover {
  color: var(--orange-dark);
}
.wpAdyenPayments__faq summary:focus-visible {
  outline: 2px solid #005382;
  outline-offset: 3px;
}
.wpAdyenPayments__faq summary img {
  flex: 0 0 20px;
}
.wpAdyenPayments__faq details[open] summary img {
  transform: rotate(180deg);
}
.wpAdyenPayments__faq details > p {
  padding: 0 var(--space-8) var(--space-6) 0;
}

.wpAdyenPayments__closing {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-7);
  margin-top: var(--space-10);
  padding-top: var(--space-8);
  border-top: 1px solid var(--line);
}
.wpAdyenPayments__closing p {
  margin-top: var(--space-3);
}
.wpAdyenPayments__closing .btn {
  flex-shrink: 0;
}

@media (max-width: 980px) {
  .wpAdyenPayments__heroGrid {
    grid-template-columns: 1fr;
  }
  .wpAdyenPayments__heroVisual {
    max-width: 680px;
  }
  .wpAdyenPayments__heroGrid > div {
    max-width: 740px;
  }
  .wpAdyenPayments__split,
  .wpAdyenPayments__comparisonGrid {
    grid-template-columns: 1fr;
    gap: var(--space-8);
  }
  .wpAdyenPayments__sectionCopy {
    max-width: 680px;
  }
  .wpAdyenPayments__sectionHead {
    gap: var(--space-7);
  }
  .wpAdyenPayments__lifecycle {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 760px) {
  .wpAdyenPayments__hero {
    padding-top: var(--section-padding-block-mobile);
  }
  .wpAdyenPayments__section {
    padding-block: var(--section-padding-block-mobile);
  }
  .wpAdyenPayments__heroGrid,
  .wpAdyenPayments__sectionHead {
    grid-template-columns: 1fr;
    gap: var(--space-7);
  }
  .wpAdyenPayments__sectionHead {
    margin-bottom: var(--space-7);
  }
  .wpAdyenPayments__heroVisual figcaption {
    padding: var(--space-4);
  }
  .wpAdyenPayments__essentials {
    grid-template-columns: 1fr;
    gap: var(--space-5);
    margin-top: var(--space-8);
  }
  .wpAdyenPayments__essentials > div + div {
    padding: var(--space-5) 0 0;
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .wpAdyenPayments__setupSteps {
    grid-template-columns: 1fr;
  }
  .wpAdyenPayments__operations,
  .wpAdyenPayments__methods {
    padding: var(--space-6);
  }
  .wpAdyenPayments__closing {
    flex-direction: column;
    align-items: start;
  }
  .wpAdyenPayments__compatibilityNote {
    padding: var(--space-4);
  }
  .wpAdyenPayments__comparison th,
  .wpAdyenPayments__comparison td {
    padding-inline: var(--space-2);
  }
}
@media (max-width: 480px) {
  .wpAdyenPayments__lifecycle {
    grid-template-columns: 1fr;
  }
}
.wpSwiperPage {
  background: #fbfaf8;
  color: #182230;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow: clip;
}
.wpSwiperPage *,
.wpSwiperPage *::before,
.wpSwiperPage *::after {
  box-sizing: border-box;
}
.wpSwiperPage a {
  text-decoration: none;
}
.wpSwiperPage button,
.wpSwiperPage input,
.wpSwiperPage select {
  font: inherit;
}
.wpSwiperPage p,
.wpSwiperPage h1,
.wpSwiperPage h2,
.wpSwiperPage h3 {
  margin-top: 0;
}

.wpSwiperPage__container {
  width: min(100% - 48px, 1220px);
  margin-inline: auto;
}

.wpSwiperPage__breadcrumbBar {
  background: #fff;
  border-bottom: 1px solid #f0f1f3;
}

.wpSwiperPage__breadcrumb {
  display: flex;
  height: 45px;
  align-items: center;
  gap: 9px;
  color: #8a94a1;
  font-size: 11px;
  font-weight: 750;
}
.wpSwiperPage__breadcrumb a:hover,
.wpSwiperPage__breadcrumb a:focus-visible {
  color: #e75e34;
}
.wpSwiperPage__breadcrumb strong {
  color: #536070;
}

.wpSwiperPage__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 0;
  color: #9b9087;
}
.wpSwiperPage__eyebrow::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff6c3a;
  box-shadow: 0 0 0 5px rgba(255, 108, 58, 0.1);
  content: "";
}

.wpSwiperPage__lead {
  color: #6d756f;
}

.wpSwiperPage__hero {
  padding: 68px 0 42px;
}
.wpSwiperPage__hero h1 {
  max-width: 980px;
  margin: 18px 0 20px;
}
.wpSwiperPage__hero .wpSwiperPage__lead {
  max-width: 770px;
  margin-bottom: 0;
}

.wpSwiperPage__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0;
}

.wpSwiperPage__button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.wpSwiperPage__button:hover, .wpSwiperPage__button:focus-visible {
  transform: translateY(-1px);
}
.wpSwiperPage__button:focus-visible {
  outline: 3px solid rgba(255, 108, 58, 0.3);
  outline-offset: 3px;
}

.wpSwiperPage__button--primary {
  background: #ff6c3a;
  color: #fff;
}
.wpSwiperPage__button--primary:visited {
  color: #fff;
}
.wpSwiperPage__button--primary:hover, .wpSwiperPage__button--primary:focus-visible {
  background: #e75e34;
  color: #fff;
}

.wpSwiperPage__button--secondary {
  border-color: #ddd8d2;
  background: #fff;
  color: #182230;
}
.wpSwiperPage__button--secondary:hover, .wpSwiperPage__button--secondary:focus-visible {
  border-color: #c9c1ba;
  color: #182230;
}

.wpSwiperPage__meta,
.wpSwiperPage__meta li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wpSwiperPage__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  color: #8a817a;
}
.wpSwiperPage__meta li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.wpSwiperPage__meta i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #76a88e;
}

.wpSwiperPage__section {
  padding: var(--section-padding-block) 0;
  border-top: 1px solid #e7e2dc;
}
.wpSwiperPage__section[id] {
  scroll-margin-top: 78px;
}

.wpSwiperPage__section--alt {
  background: #fff;
}

.wpSwiperPage__sectionHead {
  display: grid;
  align-items: start;
  gap: 70px;
  margin-bottom: 36px;
  grid-template-columns: 0.82fr 1.18fr;
}
.wpSwiperPage__sectionHead h2 {
  margin: 12px 0 0;
}
.wpSwiperPage__sectionHead > p {
  max-width: 640px;
  margin: 4px 0 0;
  color: #756f69;
  font-size: 14px;
  line-height: 1.7;
}

.wpSwiperPage__kicker {
  margin-bottom: 0;
  color: #a59990;
}

.wpSwiperPage__playgroundCard {
  padding: 22px;
  border: 1px solid #e6dfd9;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 8px 25px rgba(53, 39, 29, 0.035);
}

.wpSwiperPage__demo {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
}
.wpSwiperPage__demo:focus-visible {
  outline: 3px solid rgba(255, 108, 58, 0.3);
  outline-offset: 4px;
}

.wpSwiperPage__track {
  display: flex;
  transition: transform 0.38s ease;
}

.wpSwiperPage__demoSlide {
  position: relative;
  display: flex;
  min-height: 300px;
  flex: 0 0 100%;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 44px;
  border-radius: 22px;
  color: #fff;
}
.wpSwiperPage__demoSlide::before {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 75% 25%, rgba(255, 255, 255, 0.22), transparent 25%);
  content: "";
}
.wpSwiperPage__demoSlide > * {
  position: relative;
  z-index: 2;
}
.wpSwiperPage__demoSlide h3 {
  margin-bottom: 8px;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
}
.wpSwiperPage__demoSlide p {
  max-width: 440px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  line-height: 1.6;
}

.wpSwiperPage__demoSlide--hero {
  background: linear-gradient(135deg, #202a38, #3b4a60);
}

.wpSwiperPage__demoSlide--cards {
  background: linear-gradient(135deg, #5a49bd, #8f70f1);
}

.wpSwiperPage__demoSlide--gallery {
  background: linear-gradient(135deg, #d35d36, #ff926e);
}

.wpSwiperPage__status {
  display: inline-flex;
  width: max-content;
  height: 25px;
  align-items: center;
  padding: 0 9px;
  border-radius: 99px;
  background: #eaf8f2;
  color: #267c5d;
  font-size: 8px;
  font-weight: 900;
}

.wpSwiperPage__status--orange {
  background: #fff0e8;
  color: #dc6138;
}

.wpSwiperPage__status--blue {
  background: #eef1ff;
  color: #5268d7;
}

.wpSwiperPage__demoNav {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
}
.wpSwiperPage__demoNav > button {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid #e7e2dc;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
.wpSwiperPage__demoNav > button:first-child img {
  transform: rotate(180deg);
}
.wpSwiperPage__demoNav > button:focus-visible {
  outline: 3px solid rgba(255, 108, 58, 0.3);
  outline-offset: 2px;
}

.wpSwiperPage__dots {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
}
.wpSwiperPage__dots button {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #d2cbc5;
  cursor: pointer;
  transition: width 0.2s ease, background-color 0.2s ease;
}
.wpSwiperPage__dots button.isActive {
  width: 18px;
  border-radius: 99px;
  background: #ff6c3a;
}
.wpSwiperPage__dots button:focus-visible {
  outline: 2px solid #ff6c3a;
  outline-offset: 3px;
}

.wpSwiperPage__editorUi {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  padding: 24px;
  border: 1px solid #eadfd8;
  border-radius: 28px;
  background: linear-gradient(145deg, #fff2ec, #fffaf7);
  box-shadow: 0 18px 50px rgba(50, 39, 30, 0.08);
}
.wpSwiperPage__editorUi::before {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(83, 58, 44, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(83, 58, 44, 0.035) 1px, transparent 1px);
  background-size: 30px 30px;
  content: "";
}

.wpSwiperPage__editorWindow {
  position: absolute;
  inset: 24px;
  overflow: hidden;
  border: 1px solid #ded6d0;
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 18px 35px rgba(63, 42, 30, 0.1);
}

.wpSwiperPage__windowBar {
  display: flex;
  height: 31px;
  align-items: center;
  gap: 5px;
  padding: 0 11px;
  border-bottom: 1px solid #eee7e2;
}
.wpSwiperPage__windowBar i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d4cbc4;
}

.wpSwiperPage__editor {
  display: grid;
  height: calc(100% - 31px);
  grid-template-columns: 64px 1fr 170px;
}

.wpSwiperPage__editorLeft {
  padding: 12px 9px;
  background: #242d39;
}
.wpSwiperPage__editorLeft span {
  display: block;
  height: 30px;
  margin: 8px 0;
  border-radius: 8px;
  background: #354251;
}

.wpSwiperPage__editorCanvas {
  padding: 18px;
  background: #fff;
}

.wpSwiperPage__slideStage {
  position: relative;
  display: grid;
  height: 178px;
  place-items: center;
  overflow: hidden;
  margin-top: 12px;
  border-radius: 15px;
  background: linear-gradient(135deg, #202a38, #48576a);
  color: #fff;
}
.wpSwiperPage__slideStage::after {
  position: absolute;
  top: -50px;
  right: -30px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(255, 108, 58, 0.3);
  content: "";
}
.wpSwiperPage__slideStage strong {
  position: relative;
  z-index: 2;
  font-size: 27px;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.wpSwiperPage__slideBar {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}
.wpSwiperPage__slideBar span {
  height: 55px;
  flex: 1;
  border: 1px solid #e3ddd7;
  border-radius: 10px;
  background: #f0ece8;
}
.wpSwiperPage__slideBar span.isActive {
  outline: 2px solid #ff6c3a;
  background: #fff4ef;
}

.wpSwiperPage__editorSide {
  padding: 15px;
  border-left: 1px solid #ece7e3;
  background: #faf9f7;
}
.wpSwiperPage__editorSide > strong {
  font-size: 10px;
}
.wpSwiperPage__editorSide > div {
  height: 31px;
  margin: 8px 0;
  border: 1px solid #e3ddd7;
  border-radius: 8px;
  background: #fff;
}

.wpSwiperPage__featureGrid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, 1fr);
}

.wpSwiperPage__featureCard {
  padding: 26px;
  border: 1px solid #e6dfd9;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 8px 25px rgba(53, 39, 29, 0.035);
}
.wpSwiperPage__featureCard > span {
  display: inline-flex;
  width: 29px;
  height: 29px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff0e8;
  color: #e75e34;
  font-size: 10px;
  font-weight: 900;
}
.wpSwiperPage__featureCard h2 {
  margin: 16px 0 9px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.25;
}
.wpSwiperPage__featureCard p {
  margin: 0;
  color: #77716b;
  font-size: 12px;
  line-height: 1.65;
}

.wpSwiperPage__ctaPanel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 36px;
  border-radius: 26px;
  background: #202a38;
  color: #fff;
}
.wpSwiperPage__ctaPanel h2 {
  margin: 0;
}
.wpSwiperPage__ctaPanel p {
  margin: 8px 0 0;
  color: #b8c0ca;
  font-size: 12px;
}

@media (max-width: 930px) {
  .wpSwiperPage__container {
    width: min(100% - 32px, 1220px);
  }
  .wpSwiperPage__sectionHead {
    gap: 26px;
    grid-template-columns: 1fr;
  }
  .wpSwiperPage__featureGrid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 620px) {
  .wpSwiperPage__hero {
    padding: 50px 0 30px;
  }
  .wpSwiperPage__section {
    padding: var(--section-padding-block-mobile) 0;
  }
  .wpSwiperPage__sectionHead h2 {
    font-size: 34px;
  }
  .wpSwiperPage__demoSlide {
    min-height: 260px;
    padding: 28px;
  }
  .wpSwiperPage__demoSlide h3 {
    font-size: 28px;
  }
  .wpSwiperPage__editorUi {
    min-height: 350px;
  }
  .wpSwiperPage__editor {
    grid-template-columns: 45px 1fr;
  }
  .wpSwiperPage__editorLeft {
    padding-inline: 6px;
  }
  .wpSwiperPage__editorSide {
    display: none;
  }
  .wpSwiperPage__slideStage {
    height: 150px;
  }
  .wpSwiperPage__slideStage strong {
    max-width: 190px;
    font-size: 23px;
    text-align: center;
  }
  .wpSwiperPage__featureGrid {
    grid-template-columns: 1fr;
  }
  .wpSwiperPage__ctaPanel {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (prefers-reduced-motion: reduce) {
  .wpSwiperPage__track,
  .wpSwiperPage__button,
  .wpSwiperPage__dots button {
    transition: none;
  }
}
.wpYourIrPage {
  color: #182230;
  background: #fbfaf8;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.58;
  -webkit-font-smoothing: antialiased;
}
.wpYourIrPage *,
.wpYourIrPage *::before,
.wpYourIrPage *::after {
  box-sizing: border-box;
}
.wpYourIrPage section {
  margin: 0;
}
.wpYourIrPage h1,
.wpYourIrPage h2,
.wpYourIrPage h3,
.wpYourIrPage p,
.wpYourIrPage ul,
.wpYourIrPage ol {
  margin-top: 0;
}
.wpYourIrPage h1,
.wpYourIrPage h2,
.wpYourIrPage h3 {
  color: inherit;
  font-family: inherit;
}
.wpYourIrPage p,
.wpYourIrPage strong,
.wpYourIrPage small,
.wpYourIrPage em {
  margin-bottom: 0;
}
.wpYourIrPage strong,
.wpYourIrPage small,
.wpYourIrPage em {
  line-height: inherit;
}
.wpYourIrPage small {
  letter-spacing: normal;
  text-transform: none;
}
.wpYourIrPage a {
  color: inherit;
  text-decoration: none;
}
.wpYourIrPage ul,
.wpYourIrPage ol,
.wpYourIrPage li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wpYourIrPage ul::marker,
.wpYourIrPage ol::marker,
.wpYourIrPage li::marker {
  content: "";
}
.wpYourIrPage img {
  margin: 0;
}

.wpYourIrPage__breadcrumbBar {
  border-bottom: 1px solid #f0f1f3;
  background: #fff;
}

.wpYourIrPage__breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 45px;
  margin: 0;
  color: #8a94a1;
  font-size: 11px;
  font-weight: 750;
}
.wpYourIrPage__breadcrumb a {
  transition: color 0.2s ease;
}
.wpYourIrPage__breadcrumb a:hover {
  color: #e85d31;
}
.wpYourIrPage__breadcrumb strong {
  color: #536070;
  font-weight: 750;
}

.wpYourIrPage__hero {
  padding: 68px 0 38px;
}
.wpYourIrPage__hero h1 {
  max-width: 1000px;
  margin: 18px 0 20px;
}
.wpYourIrPage__hero .wpYourIrPage__lead {
  max-width: 760px;
}
.wpYourIrPage__hero .wpYourIrPage__actions {
  margin: 28px 0 0;
}

.wpYourIrPage__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  color: #9b9087;
}
.wpYourIrPage__eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff6c3a;
  box-shadow: 0 0 0 5px rgba(255, 108, 58, 0.1);
}

.wpYourIrPage__lead {
  margin: 0;
  color: #6b756f;
}

.wpYourIrPage__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.wpYourIrPage__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}
.wpYourIrPage__button:hover {
  transform: translateY(-1px);
}
.wpYourIrPage__button:focus-visible {
  outline: 2px solid #006da8;
  outline-offset: 3px;
}

.wpYourIrPage__button.wpYourIrPage__button--primary {
  background: #ff6c3a;
  color: #fff;
}
.wpYourIrPage__button.wpYourIrPage__button--primary:hover {
  background: #e85d31;
  color: #fff;
}

.wpYourIrPage__button--secondary {
  border-color: #ddd8d2;
  background: #fff;
  color: #182230;
}
.wpYourIrPage__button--secondary:hover {
  border-color: #c8c0b8;
  background: #fff;
  color: #182230;
}

.wpYourIrPage__section {
  padding: var(--section-padding-block) 0;
  border-top: 1px solid #e7e2dc;
}

.wpYourIrPage__split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 50px;
}

.wpYourIrPage__editorCopy h2 {
  margin: 18px 0 20px;
}

.wpYourIrPage__operations {
  display: grid;
  gap: 10px;
  margin-top: 26px;
}
.wpYourIrPage__operations li {
  display: grid;
  grid-template-columns: 34px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 17px 18px;
  border: 1px solid #e7e2dc;
  border-radius: 16px;
  background: #fff;
}
.wpYourIrPage__operations li > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff0e8;
  color: #e85d31;
  font-size: 10px;
  font-weight: 900;
}
.wpYourIrPage__operations li strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
}
.wpYourIrPage__operations li small {
  display: block;
  margin-top: 3px;
  color: #8d857e;
  font-size: 10px;
}
.wpYourIrPage__operations li em {
  color: #2d8564;
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.wpYourIrPage__editorVisual {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  border: 1px solid #eadfd8;
  border-radius: 28px;
  background: linear-gradient(145deg, #fff1e9, #fffaf7);
  box-shadow: 0 18px 48px rgba(53, 39, 29, 0.08);
}
.wpYourIrPage__editorVisual::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(83, 58, 44, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(83, 58, 44, 0.04) 1px, transparent 1px);
  background-size: 30px 30px;
}

.wpYourIrPage__editorWindow {
  position: absolute;
  inset: 6% 5%;
  overflow: hidden;
  border: 1px solid #ded6d0;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 18px 35px rgba(63, 42, 30, 0.1);
}

.wpYourIrPage__windowTop {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 31px;
  padding: 0 11px;
  border-bottom: 1px solid #eee7e2;
}
.wpYourIrPage__windowTop i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d4cbc4;
}

.wpYourIrPage__editorLayout {
  display: grid;
  grid-template-columns: 160px 1fr;
  height: calc(100% - 31px);
}

.wpYourIrPage__blockPanel {
  padding: 14px;
  border-right: 1px solid #e7e1dc;
  background: #f5f3f1;
}
.wpYourIrPage__blockPanel > small {
  color: #978d85;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.wpYourIrPage__blockPanel > span {
  display: block;
  margin-top: 9px;
  padding: 12px;
  border: 1px solid #e7e1dc;
  border-radius: 10px;
  background: #fff;
  font-size: 10px;
  font-weight: 650;
}
.wpYourIrPage__blockPanel > span.isSelected {
  border-color: #ff9b79;
  box-shadow: 0 0 0 2px rgba(255, 108, 58, 0.08);
}
.wpYourIrPage__blockPanel > span small {
  display: block;
  margin-top: 4px;
  color: #9a8d85;
  font-size: 8px;
  font-weight: 500;
}

.wpYourIrPage__editorCanvas {
  padding: 18px;
}
.wpYourIrPage__editorCanvas > small {
  color: #978d85;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.wpYourIrPage__editorCanvas h3 {
  margin: 8px 0 15px;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.wpYourIrPage__announcementBlock,
.wpYourIrPage__placeholderBlock {
  padding: 12px;
  border: 1px solid #e7e1dc;
  border-radius: 10px;
  background: #fff;
}
.wpYourIrPage__announcementBlock.isSelected,
.wpYourIrPage__placeholderBlock.isSelected {
  border-color: #ff9b79;
  box-shadow: 0 0 0 2px rgba(255, 108, 58, 0.08);
}

.wpYourIrPage__announcementBlock > div {
  display: grid;
  grid-template-columns: 70px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-top: 1px solid #eee8e3;
}
.wpYourIrPage__announcementBlock > div:first-child {
  border-top: 0;
}
.wpYourIrPage__announcementBlock time {
  color: #978d85;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}
.wpYourIrPage__announcementBlock strong {
  display: block;
  font-size: 12px;
  font-weight: 700;
}
.wpYourIrPage__announcementBlock small {
  display: block;
  margin-top: 4px;
  color: #8b847d;
  font-size: 9px;
}
.wpYourIrPage__announcementBlock img {
  width: 13px;
  height: 13px;
}

.wpYourIrPage__placeholderBlock {
  margin-top: 9px;
}
.wpYourIrPage__placeholderBlock i {
  display: block;
  width: 90%;
  height: 6px;
  margin: 7px 0;
  border-radius: 99px;
  background: #e6e1dd;
}
.wpYourIrPage__placeholderBlock i:last-child {
  width: 65%;
}

.wpYourIrPage__sectionHead {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: start;
  gap: 70px;
  margin-bottom: 36px;
}
.wpYourIrPage__sectionHead small {
  color: #a59990;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.wpYourIrPage__sectionHead h2 {
  margin: 12px 0 0;
}
.wpYourIrPage__sectionHead > p {
  max-width: 620px;
  margin: 4px 0 0;
  color: #756f69;
  font-size: 14px;
  line-height: 1.7;
}

.wpYourIrPage__section--dark {
  border-top: 0;
  background: #202a38;
  color: #fff;
}
.wpYourIrPage__section--dark .wpYourIrPage__sectionHead > p {
  color: #b9c0c9;
}

.wpYourIrPage__capabilityGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.wpYourIrPage__capabilityGrid article {
  padding: 26px;
  border: 1px solid #3b4755;
  border-radius: 20px;
  background: #293646;
}
.wpYourIrPage__capabilityGrid small {
  display: block;
  color: #9da7b2;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.wpYourIrPage__capabilityGrid h3 {
  margin: 9px 0;
  font-size: 17px;
  font-weight: 700;
}
.wpYourIrPage__capabilityGrid p {
  margin: 0;
  color: #b8c0c8;
  font-size: 12px;
  line-height: 1.65;
}

.wpYourIrPage__priceGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.wpYourIrPage__priceCard {
  display: flex;
  flex-direction: column;
  padding: 28px;
  border: 1px solid #e6dfd9;
  border-radius: 24px;
  background: #fff;
}
.wpYourIrPage__priceCard > small {
  color: #9a9087;
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
}
.wpYourIrPage__priceCard > ul {
  display: grid;
  gap: 9px;
  margin: 22px 0 26px;
}
.wpYourIrPage__priceCard > ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #6f777f;
  font-size: 11px;
}
.wpYourIrPage__priceCard > ul img {
  width: 11px;
  height: 11px;
  flex: 0 0 11px;
}
.wpYourIrPage__priceCard > .wpYourIrPage__button {
  align-self: flex-start;
  margin-top: auto;
}
.wpYourIrPage__priceCard.isFeatured {
  border-color: #202a38;
  background: #202a38;
  color: #fff;
}
.wpYourIrPage__priceCard.isFeatured > small {
  color: #bbc2cb;
}
.wpYourIrPage__priceCard.isFeatured .wpYourIrPage__price span {
  color: #bbc2cb;
}
.wpYourIrPage__priceCard.isFeatured > ul li {
  color: #d8dde4;
}

.wpYourIrPage__price {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin: 15px 0 0;
}
.wpYourIrPage__price strong {
  font-size: 46px;
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 0.9;
}
.wpYourIrPage__price span {
  color: #888;
  font-size: 10px;
}

@media (max-width: 930px) {
  .wpYourIrPage__split,
  .wpYourIrPage__sectionHead {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .wpYourIrPage__capabilityGrid,
  .wpYourIrPage__priceGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .wpYourIrPage__priceCard:last-child {
    grid-column: 1/-1;
  }
}
@media (max-width: 620px) {
  .wpYourIrPage__breadcrumb {
    min-height: 43px;
    overflow-x: auto;
    white-space: nowrap;
  }
  .wpYourIrPage__hero {
    padding: 54px 0 32px;
  }
  .wpYourIrPage__section {
    padding: var(--section-padding-block-mobile) 0;
  }
  .wpYourIrPage__editorCopy h2,
  .wpYourIrPage__sectionHead h2 {
    font-size: clamp(34px, 10.5vw, 45px);
  }
  .wpYourIrPage__operations li {
    grid-template-columns: 34px 1fr;
  }
  .wpYourIrPage__operations li em {
    grid-column: 2;
  }
  .wpYourIrPage__editorVisual {
    min-height: 410px;
    border-radius: 22px;
  }
  .wpYourIrPage__editorWindow {
    inset: 5%;
  }
  .wpYourIrPage__editorLayout {
    grid-template-columns: 1fr;
  }
  .wpYourIrPage__blockPanel {
    display: none;
  }
  .wpYourIrPage__editorCanvas {
    padding: 15px;
  }
  .wpYourIrPage__editorCanvas h3 {
    font-size: 22px;
  }
  .wpYourIrPage__announcementBlock > div {
    grid-template-columns: 53px 1fr auto;
    gap: 8px;
  }
  .wpYourIrPage__capabilityGrid,
  .wpYourIrPage__priceGrid {
    grid-template-columns: 1fr;
  }
  .wpYourIrPage__priceCard:last-child {
    grid-column: auto;
  }
  .wpYourIrPage__button {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .wpYourIrPage,
  .wpYourIrPage * {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
.wpClientPortalPage {
  color: #182230;
  background: #fbfaf8;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.58;
  -webkit-font-smoothing: antialiased;
}
.wpClientPortalPage *,
.wpClientPortalPage *::before,
.wpClientPortalPage *::after {
  box-sizing: border-box;
}
.wpClientPortalPage section {
  margin: 0;
}
.wpClientPortalPage h1,
.wpClientPortalPage h2,
.wpClientPortalPage h3,
.wpClientPortalPage p,
.wpClientPortalPage ul,
.wpClientPortalPage ol {
  margin-top: 0;
}
.wpClientPortalPage h1,
.wpClientPortalPage h2,
.wpClientPortalPage h3 {
  color: inherit;
  font-family: inherit;
}
.wpClientPortalPage p,
.wpClientPortalPage strong,
.wpClientPortalPage small,
.wpClientPortalPage em {
  margin-bottom: 0;
}
.wpClientPortalPage strong,
.wpClientPortalPage small,
.wpClientPortalPage em {
  line-height: inherit;
}
.wpClientPortalPage small {
  letter-spacing: normal;
  text-transform: none;
}
.wpClientPortalPage a {
  color: inherit;
  text-decoration: none;
}
.wpClientPortalPage ul,
.wpClientPortalPage ol,
.wpClientPortalPage li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wpClientPortalPage ul::marker,
.wpClientPortalPage ol::marker,
.wpClientPortalPage li::marker {
  content: "";
}
.wpClientPortalPage img {
  margin: 0;
}

.wpClientPortalPage__breadcrumbBar {
  border-bottom: 1px solid #f0f1f3;
  background: #fff;
}

.wpClientPortalPage__breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 45px;
  margin: 0;
  color: #8a94a1;
  font-size: 11px;
  font-weight: 750;
}
.wpClientPortalPage__breadcrumb a {
  transition: color 0.2s ease;
}
.wpClientPortalPage__breadcrumb a:hover {
  color: #e85d31;
}
.wpClientPortalPage__breadcrumb strong {
  color: #536070;
  font-weight: 750;
}

.wpClientPortalPage__hero {
  padding: 68px 0 38px;
}
.wpClientPortalPage__hero h1 {
  max-width: 1000px;
  margin: 18px 0 20px;
}
.wpClientPortalPage__hero .wpClientPortalPage__lead {
  max-width: 760px;
}
.wpClientPortalPage__hero .wpClientPortalPage__actions {
  margin: 28px 0;
}

.wpClientPortalPage__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  color: #9b9087;
}
.wpClientPortalPage__eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff6c3a;
  box-shadow: 0 0 0 5px rgba(255, 108, 58, 0.1);
}

.wpClientPortalPage__lead {
  margin: 0;
  color: #6b756f;
}

.wpClientPortalPage__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.wpClientPortalPage__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}
.wpClientPortalPage__button:hover {
  transform: translateY(-1px);
}
.wpClientPortalPage__button:focus-visible {
  outline: 2px solid #006da8;
  outline-offset: 3px;
}

.wpClientPortalPage__button.wpClientPortalPage__button--primary {
  background: #ff6c3a;
  color: #fff;
}
.wpClientPortalPage__button.wpClientPortalPage__button--primary:hover {
  background: #e85d31;
  color: #fff;
}

.wpClientPortalPage__button--secondary {
  border-color: #ddd8d2;
  background: #fff;
  color: #182230;
}
.wpClientPortalPage__button--secondary:hover {
  border-color: #c8c0b8;
  background: #fff;
  color: #182230;
}

.wpClientPortalPage__timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 45px;
  overflow: hidden;
  border: 1px solid #e7e2dc;
  border-radius: 24px;
  background: #fff;
}
.wpClientPortalPage__timeline li {
  padding: 24px;
  border-right: 1px solid #e7e2dc;
}
.wpClientPortalPage__timeline li:last-child {
  border-right: 0;
}
.wpClientPortalPage__timeline small {
  color: #ad9f95;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.wpClientPortalPage__timeline strong {
  display: block;
  margin: 10px 0 8px;
  font-size: 16px;
  font-weight: 700;
}
.wpClientPortalPage__timeline p {
  margin: 0;
  color: #79726b;
  font-size: 11px;
  line-height: 1.55;
}

.wpClientPortalPage__section {
  padding: var(--section-padding-block) 0;
  border-top: 1px solid #e7e2dc;
}

.wpClientPortalPage__sectionHead {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: start;
  gap: 70px;
  margin-bottom: 36px;
}
.wpClientPortalPage__sectionHead small {
  color: #a59990;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.wpClientPortalPage__sectionHead h2 {
  margin: 12px 0 0;
}
.wpClientPortalPage__sectionHead > p {
  max-width: 620px;
  margin: 4px 0 0;
  color: #756f69;
  font-size: 14px;
  line-height: 1.7;
}

.wpClientPortalPage__workspaceGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.wpClientPortalPage__workspaceCard {
  padding: 24px;
  border: 1px solid #e6dfd9;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 8px 25px rgba(53, 39, 29, 0.035);
}

.wpClientPortalPage__workspaceClient {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.wpClientPortalPage__workspaceClient > p {
  margin: 0;
}
.wpClientPortalPage__workspaceClient strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
}
.wpClientPortalPage__workspaceClient small {
  display: block;
  color: #98908a;
  font-size: 9px;
}

.wpClientPortalPage__avatar {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 12px;
}
.wpClientPortalPage__avatar--teal {
  background: linear-gradient(145deg, #c5e2df, #72b8b1);
}
.wpClientPortalPage__avatar--coral {
  background: linear-gradient(145deg, #f3c6b4, #d78b70);
}
.wpClientPortalPage__avatar--violet {
  background: linear-gradient(145deg, #c7c2e6, #8c83bd);
}

.wpClientPortalPage__miniFiles {
  display: grid;
  gap: 8px;
}
.wpClientPortalPage__miniFiles li {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  padding: 10px;
  border-radius: 10px;
  background: #f8f8f7;
}
.wpClientPortalPage__miniFiles li > span {
  width: 20px;
  height: 24px;
  flex: 0 0 20px;
  border-radius: 5px;
  background: #e5ecea;
}
.wpClientPortalPage__miniFiles strong {
  overflow: hidden;
  font-size: 8px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wpClientPortalPage__miniFiles small {
  margin-left: auto;
  color: #278a84;
  font-size: 7px;
  font-weight: 850;
}

.wpClientPortalPage__operations {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: center;
  gap: 50px;
}

.wpClientPortalPage__operationsCopy h2 {
  margin: 18px 0 20px;
}

.wpClientPortalPage__operationsList {
  display: grid;
  gap: 10px;
  margin-top: 26px;
}
.wpClientPortalPage__operationsList li {
  display: grid;
  grid-template-columns: 34px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 17px 18px;
  border: 1px solid #e7e2dc;
  border-radius: 16px;
  background: #fff;
}
.wpClientPortalPage__operationsList li > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff0e8;
  color: #e85d31;
  font-size: 10px;
  font-weight: 900;
}
.wpClientPortalPage__operationsList strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
}
.wpClientPortalPage__operationsList small {
  display: block;
  margin-top: 3px;
  color: #8d857e;
  font-size: 10px;
}
.wpClientPortalPage__operationsList em {
  color: #2d8564;
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.wpClientPortalPage__dashboard {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  border: 1px solid #dce8e4;
  border-radius: 28px;
  background: linear-gradient(145deg, #eff8f6, #fffaf7);
  box-shadow: 0 18px 48px rgba(53, 39, 29, 0.08);
}
.wpClientPortalPage__dashboard::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(83, 58, 44, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(83, 58, 44, 0.04) 1px, transparent 1px);
  background-size: 30px 30px;
}

.wpClientPortalPage__dashboardWindow {
  position: absolute;
  inset: 9% 6%;
  overflow: hidden;
  border: 1px solid #dcdedc;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 35px rgba(45, 58, 56, 0.1);
}

.wpClientPortalPage__windowTop {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 31px;
  padding: 0 11px;
  border-bottom: 1px solid #eee7e2;
}
.wpClientPortalPage__windowTop i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d4cbc4;
}

.wpClientPortalPage__dashboardBody {
  padding: 13px;
}

.wpClientPortalPage__dashboardHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.wpClientPortalPage__dashboardHead span strong {
  display: block;
  font-size: 12px;
  font-weight: 700;
}
.wpClientPortalPage__dashboardHead span i {
  display: block;
  width: 100px;
  height: 6px;
  margin-top: 7px;
  border-radius: 99px;
  background: #e6e1dd;
}
.wpClientPortalPage__dashboardHead > b {
  padding: 7px 9px;
  border-radius: 8px;
  background: #278a84;
  color: #fff;
  font-size: 7px;
  font-weight: 850;
}

.wpClientPortalPage__fileTable {
  overflow: hidden;
  border: 1px solid #e6ebe9;
  border-radius: 11px;
}

.wpClientPortalPage__fileRow {
  display: grid;
  grid-template-columns: 1.5fr 0.8fr 0.8fr 0.6fr;
  align-items: center;
  gap: 8px;
  padding: 11px;
  border-top: 1px solid #eef1f0;
}
.wpClientPortalPage__fileRow--head {
  border-top: 0;
  background: #fafbfb;
  color: #929a9d;
  font-size: 7px;
  font-weight: 850;
}
.wpClientPortalPage__fileRow > span:not(.wpClientPortalPage__file):not(.wpClientPortalPage__avatars) {
  color: #858f92;
  font-size: 7px;
}
.wpClientPortalPage__fileRow > b {
  justify-self: start;
  padding: 6px 8px;
  border-radius: 99px;
  background: #eaf8f2;
  color: #267c5d;
  font-size: 7px;
  font-weight: 900;
}
.wpClientPortalPage__fileRow > b.isExpiring {
  background: #fff0e8;
  color: #dc6138;
}

.wpClientPortalPage__file {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 8px;
}
.wpClientPortalPage__file i {
  width: 27px;
  height: 31px;
  flex: 0 0 27px;
  border-radius: 7px;
  background: #e8eeee;
}
.wpClientPortalPage__file i.isPdf {
  background: #ffe8e1;
}
.wpClientPortalPage__file i.isZip {
  background: #eceafd;
}
.wpClientPortalPage__file strong {
  overflow: hidden;
  font-size: 8px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wpClientPortalPage__avatars {
  display: flex;
}
.wpClientPortalPage__avatars i {
  width: 18px;
  height: 18px;
  margin-left: -5px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #9accc6;
}
.wpClientPortalPage__avatars i:first-child {
  margin-left: 0;
}
.wpClientPortalPage__avatars i:nth-child(2) {
  background: #eab49f;
}
.wpClientPortalPage__avatars i:nth-child(3) {
  background: #afa7dc;
}

.wpClientPortalPage__section--dark {
  border-top: 0;
  background: #202a38;
  color: #fff;
}
.wpClientPortalPage__section--dark .wpClientPortalPage__sectionHead > p {
  color: #b9c0c9;
}

.wpClientPortalPage__securityGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.wpClientPortalPage__securityGrid article {
  min-height: 150px;
  padding: 28px;
  border: 1px solid #3a4756;
  border-radius: 20px;
  background: #293646;
}
.wpClientPortalPage__securityGrid small {
  display: block;
  margin-bottom: 8px;
  color: #a2978e;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.wpClientPortalPage__securityGrid h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.03em;
}
.wpClientPortalPage__securityGrid p {
  margin: 8px 0 0;
  color: #b8c0c8;
  font-size: 11px;
  line-height: 1.55;
}

.wpClientPortalPage__pricingGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 14px;
}

.wpClientPortalPage__pricingCopy {
  padding-right: 36px;
}
.wpClientPortalPage__pricingCopy h2 {
  margin: 18px 0;
}

.wpClientPortalPage__callout {
  margin: 28px 0 0;
  padding: 24px 27px;
  border-left: 3px solid #ff6c3a;
  border-radius: 0 18px 18px 0;
  background: #fff8f4;
  color: #6f675f;
  font-size: 13px;
  line-height: 1.7;
}

.wpClientPortalPage__priceCard {
  position: relative;
  overflow: hidden;
  padding: 38px;
  border-radius: 28px;
  background: #202a38;
  color: #fff;
}
.wpClientPortalPage__priceCard::after {
  content: "";
  position: absolute;
  top: -150px;
  right: -100px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(255, 108, 58, 0.14);
}
.wpClientPortalPage__priceCard > * {
  position: relative;
  z-index: 1;
}
.wpClientPortalPage__priceCard > .wpClientPortalPage__eyebrow {
  color: #c9cfd6;
}
.wpClientPortalPage__priceCard > ul {
  display: grid;
  gap: 10px;
  margin: 24px 0 30px;
}
.wpClientPortalPage__priceCard > ul li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: #d8dde4;
  font-size: 12px;
}
.wpClientPortalPage__priceCard > ul img {
  width: 12px;
  height: 12px;
  margin-top: 3px;
  flex: 0 0 12px;
}

.wpClientPortalPage__price {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin: 16px 0 0;
}
.wpClientPortalPage__price strong {
  font-size: 54px;
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 0.9;
}
.wpClientPortalPage__price span {
  color: #bbc2cb;
  font-size: 11px;
}

@media (max-width: 930px) {
  .wpClientPortalPage__sectionHead,
  .wpClientPortalPage__operations {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .wpClientPortalPage__timeline,
  .wpClientPortalPage__workspaceGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .wpClientPortalPage__timeline li:nth-child(2) {
    border-right: 0;
  }
  .wpClientPortalPage__timeline li:nth-child(-n+2) {
    border-bottom: 1px solid #e7e2dc;
  }
  .wpClientPortalPage__workspaceCard:last-child {
    grid-column: 1/-1;
  }
  .wpClientPortalPage__pricingCopy {
    padding-right: 16px;
  }
}
@media (max-width: 620px) {
  .wpClientPortalPage__breadcrumb {
    min-height: 43px;
    overflow-x: auto;
    white-space: nowrap;
  }
  .wpClientPortalPage__hero {
    padding: 54px 0 32px;
  }
  .wpClientPortalPage__button {
    width: 100%;
  }
  .wpClientPortalPage__timeline,
  .wpClientPortalPage__workspaceGrid,
  .wpClientPortalPage__securityGrid,
  .wpClientPortalPage__pricingGrid {
    grid-template-columns: 1fr;
  }
  .wpClientPortalPage__timeline li {
    border-right: 0;
    border-bottom: 1px solid #e7e2dc;
  }
  .wpClientPortalPage__timeline li:last-child {
    border-bottom: 0;
  }
  .wpClientPortalPage__workspaceCard:last-child {
    grid-column: auto;
  }
  .wpClientPortalPage__section {
    padding: var(--section-padding-block-mobile) 0;
  }
  .wpClientPortalPage__sectionHead h2,
  .wpClientPortalPage__operationsCopy h2,
  .wpClientPortalPage__pricingCopy h2 {
    font-size: clamp(34px, 10.5vw, 45px);
  }
  .wpClientPortalPage__operationsList li {
    grid-template-columns: 34px 1fr;
  }
  .wpClientPortalPage__operationsList li em {
    grid-column: 2;
  }
  .wpClientPortalPage__dashboard {
    min-height: 340px;
    border-radius: 22px;
  }
  .wpClientPortalPage__dashboardWindow {
    inset: 7% 4%;
  }
  .wpClientPortalPage__dashboardBody {
    padding: 9px;
  }
  .wpClientPortalPage__fileRow {
    grid-template-columns: minmax(0, 1.4fr) 0.8fr 0.7fr;
    gap: 5px;
    padding: 8px 7px;
  }
  .wpClientPortalPage__fileRow > :nth-child(3) {
    display: none;
  }
  .wpClientPortalPage__file i {
    width: 22px;
    height: 27px;
    flex-basis: 22px;
  }
  .wpClientPortalPage__priceCard {
    padding: 28px;
  }
  .wpClientPortalPage__pricingCopy {
    padding-right: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .wpClientPortalPage,
  .wpClientPortalPage * {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
.daLandingPagePopup--open {
  overflow: hidden;
}

.daLandingPagePopup {
  --da-landing-page-popup-accent: var(--orange);
  --da-landing-page-popup-eyebrow: var(--eyebrow-color);
  width: min(760px, 100% - 32px);
  max-width: none;
  max-height: calc(100vh - 32px);
  max-height: calc(100dvh - 32px);
  margin: auto;
  padding: 0;
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--paper);
  box-shadow: 0 30px 90px rgba(17, 25, 35, 0.28);
  color: var(--ink);
}
.daLandingPagePopup::backdrop {
  background: rgba(17, 25, 35, 0.72);
}

.daLandingPagePopup__panel {
  position: relative;
  padding: var(--space-8) var(--space-9);
}
.daLandingPagePopup__panel h2 {
  max-width: 610px;
  margin: var(--space-3) 56px var(--space-3) 0;
  color: var(--ink);
  font-size: clamp(30px, 4vw, 40px);
  font-weight: var(--type-section-weight);
  letter-spacing: var(--tracking-heading);
  line-height: var(--type-section-leading);
}

.daLandingPagePopup .daLandingPagePopup__eyebrow {
  color: var(--da-landing-page-popup-eyebrow);
}

.daLandingPagePopup__close {
  position: absolute;
  top: var(--space-6);
  right: var(--space-6);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--soft);
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.daLandingPagePopup__close img {
  width: 18px;
  height: 18px;
}
.daLandingPagePopup__close:hover {
  background: var(--orange-soft);
  transform: rotate(4deg);
}
.daLandingPagePopup__close:focus-visible {
  outline: 2px solid #005382;
  outline-offset: 3px;
}

.daLandingPagePopup__intro {
  max-width: 640px;
  margin: 0 0 var(--space-6);
  color: var(--muted);
  font-size: var(--type-lead-size);
  line-height: var(--type-lead-leading);
}

.daLandingPagePopup__form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-4) var(--space-5);
}

.daLandingPagePopup .daLandingPagePopup__field label {
  display: block;
  margin: 0 0 var(--space-2);
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}
.daLandingPagePopup .daLandingPagePopup__field input,
.daLandingPagePopup .daLandingPagePopup__field textarea {
  width: 100%;
  margin: 0;
  padding: 12px 15px;
  border: 1px solid #d7dce4;
  border-radius: var(--radius-sm);
  outline: 0;
  background: var(--soft);
  color: var(--ink);
  font: inherit;
  font-size: 16px;
  line-height: 1.5;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}
.daLandingPagePopup .daLandingPagePopup__field input:focus,
.daLandingPagePopup .daLandingPagePopup__field textarea:focus {
  border-color: var(--da-landing-page-popup-accent);
  background: var(--paper);
  box-shadow: 0 0 0 3px rgba(255, 108, 58, 0.14);
}
.daLandingPagePopup .daLandingPagePopup__field input {
  min-height: 48px;
}
.daLandingPagePopup .daLandingPagePopup__field textarea {
  min-height: 128px;
  resize: vertical;
}

.daLandingPagePopup__field--full,
.daLandingPagePopup__formActions {
  grid-column: 1/-1;
}

.daLandingPagePopup__formActions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-4);
  margin-top: var(--space-1);
}

.daLandingPagePopup__submit,
.daLandingPagePopup__successButton {
  margin: 0;
}
.daLandingPagePopup__submit:disabled,
.daLandingPagePopup__successButton:disabled {
  cursor: wait;
  opacity: 0.7;
  transform: none;
}

.daLandingPagePopup__cancel {
  min-height: 44px;
  padding: var(--space-2) var(--space-1);
  border: 0;
  background: transparent;
  color: #006da8;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}
.daLandingPagePopup__cancel:hover {
  color: #005382;
}
.daLandingPagePopup__cancel:focus-visible {
  outline: 2px solid #005382;
  outline-offset: 3px;
}

.daLandingPagePopup__feedback {
  margin: 0 0 var(--space-6);
  padding: var(--space-4) var(--space-5);
  border-radius: var(--radius-sm);
  font-size: 14px;
  line-height: var(--type-body-leading);
}
.daLandingPagePopup__feedback h3 {
  margin: 0 0 var(--space-1);
  color: inherit;
  font-size: var(--type-card-size);
  font-weight: var(--type-card-weight);
  letter-spacing: var(--tracking-card);
  line-height: var(--type-card-leading);
}
.daLandingPagePopup__feedback p {
  margin: 0;
  color: inherit;
}

.daLandingPagePopup__feedback--success {
  background: #edf8f1;
  color: #185c36;
}

.daLandingPagePopup__feedback--error {
  background: #fff2ef;
  color: #8f3325;
}

.daLandingPagePopup__honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

@media (max-width: 560px) {
  .daLandingPagePopup {
    width: calc(100% - 24px);
    max-height: calc(100vh - 24px);
    max-height: calc(100dvh - 24px);
    border-radius: var(--radius-md);
  }
  .daLandingPagePopup__panel {
    padding: 28px var(--space-5);
  }
  .daLandingPagePopup__panel h2 {
    margin-right: 44px;
    font-size: 30px;
  }
  .daLandingPagePopup__close {
    top: var(--space-4);
    right: var(--space-4);
  }
  .daLandingPagePopup__intro {
    font-size: var(--type-lead-size-mobile);
  }
  .daLandingPagePopup__form {
    grid-template-columns: 1fr;
  }
  .daLandingPagePopup__field--full,
  .daLandingPagePopup__formActions {
    grid-column: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  .daLandingPagePopup__close,
  .daLandingPagePopup .daLandingPagePopup__field input,
  .daLandingPagePopup .daLandingPagePopup__field textarea {
    transition: none;
  }
}
.contactPage {
  color: var(--ink);
  background: var(--soft-warm);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.58;
  -webkit-font-smoothing: antialiased;
}
.contactPage *,
.contactPage *::before,
.contactPage *::after {
  box-sizing: border-box;
}
.contactPage section {
  margin: 0;
}
.contactPage :where(h1, h2, h3, p, ul, ol) {
  margin-top: 0;
}
.contactPage h1,
.contactPage h2,
.contactPage h3 {
  color: inherit;
  font-family: inherit;
}
.contactPage p,
.contactPage strong,
.contactPage small,
.contactPage em {
  margin-bottom: 0;
}
.contactPage strong,
.contactPage small,
.contactPage em {
  line-height: inherit;
}
.contactPage small {
  letter-spacing: normal;
  text-transform: none;
}
.contactPage a {
  color: inherit;
  text-decoration: none;
}
.contactPage button,
.contactPage input,
.contactPage select,
.contactPage textarea {
  font: inherit;
}
.contactPage ul,
.contactPage ol,
.contactPage li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contactPage ul::marker,
.contactPage ol::marker,
.contactPage li::marker {
  content: "";
}
.contactPage img {
  margin: 0;
}

.contactPage__breadcrumbBar {
  border-bottom: 1px solid #f0f1f3;
  background: #fff;
}

.contactPage__breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 45px;
  margin: 0;
  color: var(--muted);
  font-size: var(--type-small-size);
  font-weight: 750;
}
.contactPage__breadcrumb a {
  transition: color 0.2s ease;
}
.contactPage__breadcrumb a:hover {
  color: var(--orange-dark);
}
.contactPage__breadcrumb strong {
  color: var(--ink-2);
  font-weight: 750;
}

.contactPage__hero {
  padding: var(--section-padding-block-compact) 0 var(--space-7);
}
.contactPage__hero h1 {
  max-width: 900px;
  margin: var(--space-4) 0 var(--space-5);
}
.contactPage__hero > .container > .contactPage__lead {
  max-width: 690px;
}

.contactPage__lead {
  margin: 0;
  color: var(--muted);
}

.contactPage__lanes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: var(--space-7);
}

.contactPage__lane {
  display: flex;
  flex-direction: column;
  padding: var(--space-7);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
}
.contactPage__lane > small {
  color: var(--eyebrow-color);
}
.contactPage__lane h2 {
  margin: var(--space-3) 0;
}
.contactPage__lane > p {
  margin: 0 0 var(--space-6);
  color: var(--muted);
}
.contactPage__lane .contactPage__actions {
  margin-top: auto;
}

.contactPage__lane--dark {
  border-color: var(--navy);
  background: var(--navy);
  color: #fff;
}
.contactPage__lane--dark > small {
  color: #c2c8cf;
}
.contactPage__lane--dark > p {
  color: #bcc3cb;
}
.contactPage__lane--dark > ul li {
  color: #d1d6dc;
}
.contactPage__lane--dark .contactPage__button--secondary {
  border-color: #46515f;
  background: transparent;
  color: #fff;
}
.contactPage__lane--dark .contactPage__button--secondary:hover {
  border-color: #687482;
  background: transparent;
  color: #fff;
}

.contactPage__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

.contactPage__heroActions {
  margin-top: var(--space-6);
}

.contactPage__button.contactPage__button--primary {
  background: var(--orange);
  color: #fff;
}
.contactPage__button.contactPage__button--primary:hover {
  background: var(--orange-action-hover);
  color: #fff;
}

.contactPage__button--secondary {
  border-color: #ddd8d2;
  background: #fff;
  color: var(--ink);
}
.contactPage__button--secondary:hover {
  border-color: #c8c0b8;
  background: #fff;
  color: var(--ink);
}

.contactPage__section {
  padding: var(--section-padding-block) 0;
  border-top: 1px solid var(--line);
}

.contactPage__projectForm {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(0, 0.72fr);
  align-items: start;
  gap: var(--space-7);
}

.contactPage__prepCard,
.contactPage__formCard {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
}

.contactPage__prepCard {
  padding: var(--space-6);
}
.contactPage__prepCard h2 {
  margin: var(--space-4) 0 var(--space-5);
}
.contactPage__prepCard ul {
  display: grid;
  gap: var(--space-3);
}
.contactPage__prepCard li {
  display: flex;
  align-items: flex-start;
  gap: var(--space-3);
  color: var(--muted);
}
.contactPage__prepCard li img {
  width: 16px;
  height: 16px;
  margin-top: var(--space-1);
  flex: 0 0 16px;
}

.contactPage__formCard {
  min-width: 0;
  padding: var(--space-7);
  scroll-margin-top: var(--space-6);
}
.contactPage__formCard > h2 {
  margin: 0 0 var(--space-6);
}

.contactPage__campaign {
  margin: 0 0 var(--space-6);
  color: var(--muted);
}

.contactPage__field label {
  display: block;
  margin: 0 0 var(--space-2);
  color: var(--ink-2);
  font-size: var(--type-small-size);
  font-weight: 700;
  line-height: var(--type-small-leading);
}

.contactPage__field {
  margin-bottom: var(--space-4);
}
.contactPage__field select {
  width: 100%;
  height: 50px;
  padding: 0 var(--space-9) 0 var(--space-4);
  border: 1px solid var(--muted);
  border-radius: var(--radius-sm);
  background-color: #fff;
  background-image: url("../img/navigation/icon-chevron-down.svg");
  background-repeat: no-repeat;
  background-position: right var(--space-4) center;
  background-size: var(--space-4) var(--space-4);
  color: var(--ink);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  -webkit-appearance: none;
  appearance: none;
}
.contactPage__field select:focus {
  border-color: var(--blue);
  outline: 3px solid var(--blue);
  outline-offset: 3px;
}
@media (forced-colors: active) {
  .contactPage__field select {
    padding-right: var(--space-4);
    background-image: none;
    -webkit-appearance: auto;
    appearance: auto;
  }
}

.contactPage__form--fallback {
  padding: 16px;
  border: 1px solid #f0d6cb;
  border-radius: var(--radius-sm);
  background: #fff8f4;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

@media (max-width: 1080px) {
  .contactPage__lanes,
  .contactPage__projectForm {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 760px) {
  .contactPage__breadcrumb {
    min-height: 43px;
  }
  .contactPage__hero {
    padding: var(--section-padding-block-compact-mobile) 0 var(--space-7);
  }
  .contactPage__lane {
    min-height: 0;
    padding: var(--space-6);
  }
  .contactPage__button {
    width: 100%;
  }
  .contactPage__section {
    padding: var(--section-padding-block-mobile) 0;
  }
  .contactPage__formCard {
    padding: var(--space-6);
  }
}
@media (prefers-reduced-motion: reduce) {
  .contactPage,
  .contactPage * {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
.enquiryForm :where(button, input, select, textarea) {
  font: inherit;
}
.enquiryForm .field-entry label {
  display: block;
  margin: 0 0 var(--space-2);
  color: var(--ink-2);
  font-size: var(--type-small-size);
  font-weight: 700;
  line-height: var(--type-small-leading);
}
.enquiryForm .field-entry > p,
.enquiryForm .wpcf7-form > .row > div > p {
  margin: 0;
}
.enquiryForm .wpcf7-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-4);
  margin: 0;
}
.enquiryForm .field-entry {
  min-width: 0;
  margin: 0;
}
.enquiryForm .field-entry label + br:has(+ .wpcf7-form-control-wrap) {
  display: none;
}
.enquiryForm .field-entry:has(textarea),
.enquiryForm .wpcf7-form > .row,
.enquiryForm .wpcf7-response-output {
  grid-column: 1/-1;
}
.enquiryForm .wpcf7-form-control-wrap {
  display: block;
}
.enquiryForm .wpcf7-text,
.enquiryForm .wpcf7-email,
.enquiryForm .wpcf7-textarea {
  display: block;
  width: 100%;
  border: 1px solid var(--muted);
  border-radius: var(--radius-sm);
  background: #fff;
  color: var(--ink);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.enquiryForm .wpcf7-text:focus,
.enquiryForm .wpcf7-email:focus,
.enquiryForm .wpcf7-textarea:focus {
  border-color: var(--blue);
  outline: 3px solid var(--blue);
  outline-offset: 3px;
}
.enquiryForm .wpcf7-text,
.enquiryForm .wpcf7-email {
  height: 50px;
  padding: 0 14px;
}
.enquiryForm .wpcf7-textarea {
  min-height: 180px;
  padding: 14px;
  resize: vertical;
}
.enquiryForm .wpcf7-not-valid {
  border-color: #c94242;
}
.enquiryForm .wpcf7-not-valid-tip {
  margin-top: 5px;
  color: #b33838;
  font-size: var(--type-small-size);
}
.enquiryForm .wpcf7-form > .row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}
.enquiryForm .wpcf7-form > .row > div {
  width: auto;
  max-width: none;
  padding: 0;
  flex: 0 0 auto;
}
.enquiryForm .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: var(--orange);
  color: #fff;
  font-size: 14px;
  font-weight: 760;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}
.enquiryForm .wpcf7-submit:hover {
  background: var(--orange-action-hover);
  transform: translateY(-1px);
}
.enquiryForm .wpcf7-submit:focus-visible {
  outline: 2px solid #006da8;
  outline-offset: 3px;
}
.enquiryForm .wpcf7-spinner {
  margin: 0;
}
.enquiryForm .wpcf7-response-output {
  margin: 0;
  padding: 12px 14px;
  border-radius: 12px;
  font-size: var(--type-small-size);
  line-height: 1.5;
}

.enquiryFormNote {
  margin: var(--space-5) 0 0;
  color: var(--muted);
}

@media (max-width: 760px) {
  .enquiryForm .wpcf7-form {
    grid-template-columns: 1fr;
  }
  .enquiryForm .field-entry:has(textarea),
  .enquiryForm .wpcf7-form > .row,
  .enquiryForm .wpcf7-response-output {
    grid-column: auto;
  }
  .enquiryForm .wpcf7-form > .row {
    align-items: flex-start;
    flex-direction: column;
  }
  .enquiryForm .wpcf7-form > .row > div,
  .enquiryForm .wpcf7-submit {
    width: 100%;
  }
  .enquiryForm .wpcf7-form > .row > div > p:has(> .wpcf7-submit) {
    display: grid;
    align-items: center;
  }
  .enquiryForm .wpcf7-form > .row > div > p:has(> .wpcf7-submit) > .wpcf7-submit,
  .enquiryForm .wpcf7-form > .row > div > p:has(> .wpcf7-submit) > .wpcf7-spinner {
    grid-area: 1/1;
  }
  .enquiryForm .wpcf7-form > .row > div > p:has(> .wpcf7-submit) > .wpcf7-submit {
    min-width: 0;
    padding-inline: var(--space-9);
  }
  .enquiryForm .wpcf7-form > .row > div > p:has(> .wpcf7-submit) > .wpcf7-spinner {
    justify-self: end;
    margin-inline-end: var(--space-4);
    pointer-events: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .enquiryForm .wpcf7-submit {
    transition: none;
  }
}
:where(.premiumSupportPage) :where(h1, h2, h3, p, ul, ol, dl, dd) {
  margin: 0;
}

.premiumSupportPage {
  color: var(--ink);
  background: var(--paper);
}
.premiumSupportPage :where(a:not(.btn)) {
  color: #006da8;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.premiumSupportPage :where(a:not(.btn)):hover {
  color: #005382;
}
.premiumSupportPage :where(a, button, input, textarea):focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 3px;
}
.premiumSupportPage :where([id]) {
  scroll-margin-top: var(--space-6);
}

.premiumSupportPage__breadcrumbBar {
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.premiumSupportPage__breadcrumb {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  min-height: 45px;
  color: var(--muted);
}
.premiumSupportPage__breadcrumb a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: inherit;
}
.premiumSupportPage__breadcrumb [aria-current] {
  color: var(--ink);
}

.premiumSupportPage__hero {
  padding: var(--section-padding-block-compact) 0;
}

.premiumSupportPage__heroGrid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
  align-items: center;
  gap: var(--space-9);
}

.premiumSupportPage__heroCopy {
  min-width: 0;
}
.premiumSupportPage__heroCopy h1 {
  margin-bottom: var(--space-6);
  text-wrap: balance;
}

.premiumSupportPage__heroLead {
  max-width: 650px;
  color: var(--muted);
}

.premiumSupportPage__heroActions,
.premiumSupportPage__alternateActions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

.premiumSupportPage__heroActions {
  margin-top: var(--space-7);
}

.premiumSupportPage__heroNote {
  margin-top: var(--space-5);
  color: var(--muted);
}

.premiumSupportPage__quickLinks {
  padding: var(--space-6);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--soft-warm);
}
.premiumSupportPage__quickLinks > p {
  margin-bottom: var(--space-4);
}
.premiumSupportPage__quickLinks a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  min-height: 44px;
  padding: var(--space-4) 0;
  border-top: 1px solid var(--line);
  color: var(--ink);
  text-decoration: none;
}
.premiumSupportPage__quickLinks a:hover {
  text-decoration: underline;
}
.premiumSupportPage__quickLinks img {
  flex: 0 0 16px;
  transform: rotate(-90deg);
}

.premiumSupportPage__section {
  padding: var(--section-padding-block) 0;
}
.premiumSupportPage__section--soft {
  border-block: 1px solid var(--line);
  background: var(--soft);
}

.premiumSupportPage__sectionHeading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  align-items: end;
  gap: var(--space-9);
  margin-bottom: var(--space-7);
}
.premiumSupportPage__sectionHeading h2 {
  text-wrap: balance;
}
.premiumSupportPage__sectionHeading > p {
  color: var(--muted);
}

.premiumSupportPage__fitGrid,
.premiumSupportPage__flowGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-7);
}

.premiumSupportPage__fitCard,
.premiumSupportPage__flowGrid > li {
  padding-top: var(--space-6);
  border-top: 1px solid var(--line);
}
.premiumSupportPage__fitCard > span,
.premiumSupportPage__flowGrid > li > span {
  display: block;
  margin-bottom: var(--space-5);
  color: var(--orange-dark);
}
.premiumSupportPage__fitCard h3,
.premiumSupportPage__flowGrid > li h3 {
  margin-bottom: var(--space-3);
}
.premiumSupportPage__fitCard p,
.premiumSupportPage__flowGrid > li p {
  color: var(--muted);
}

.premiumSupportPage__flowGrid {
  padding: 0;
  list-style: none;
}
.premiumSupportPage__flowGrid > li {
  list-style: none;
}

.premiumSupportPage__prepareGrid,
.premiumSupportPage__scopeGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: var(--space-7);
}

.premiumSupportPage__checkPanel,
.premiumSupportPage__examplePanel,
.premiumSupportPage__scopeCard,
.premiumSupportPage__formMain,
.premiumSupportPage__formAside {
  min-width: 0;
  padding: var(--space-7);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--paper);
}
.premiumSupportPage__checkPanel h3,
.premiumSupportPage__examplePanel h3,
.premiumSupportPage__scopeCard h3,
.premiumSupportPage__formMain h3,
.premiumSupportPage__formAside h3 {
  margin-bottom: var(--space-3);
}
.premiumSupportPage__checkPanel > p:not(.eyebrow),
.premiumSupportPage__examplePanel > p:not(.eyebrow),
.premiumSupportPage__scopeCard > p:not(.eyebrow),
.premiumSupportPage__formMain > p:not(.eyebrow),
.premiumSupportPage__formAside > p:not(.eyebrow) {
  color: var(--muted);
}

.premiumSupportPage__checkPanel ul,
.premiumSupportPage__scopeCard ul {
  display: grid;
  gap: var(--space-4);
  padding: 0;
  margin-top: var(--space-6);
  list-style: none;
}
.premiumSupportPage__checkPanel li,
.premiumSupportPage__scopeCard li {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: start;
  gap: var(--space-3);
  color: var(--muted);
  list-style: none;
}
.premiumSupportPage__checkPanel img,
.premiumSupportPage__scopeCard img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.premiumSupportPage__examplePanel {
  background: var(--soft-warm);
}
.premiumSupportPage__examplePanel header > p:not(.eyebrow) {
  color: var(--muted);
}
.premiumSupportPage__examplePanel dl {
  margin-top: var(--space-6);
}
.premiumSupportPage__examplePanel dl > div {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  gap: var(--space-4);
  padding: var(--space-3) 0;
  border-top: 1px solid var(--line);
}
.premiumSupportPage__examplePanel dt {
  color: var(--muted);
}
.premiumSupportPage__examplePanel dd {
  overflow-wrap: anywhere;
}

.premiumSupportPage__formSection {
  padding: 0 0 var(--section-padding-block);
}

.premiumSupportPage__formShell {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(0, 0.65fr);
  align-items: start;
  gap: var(--space-7);
}

.premiumSupportPage__formMain h2 {
  margin-bottom: var(--space-5);
}

.premiumSupportPage__formIntro {
  margin-bottom: var(--space-6);
}

.premiumSupportPage__formAside {
  background: var(--soft-warm);
}
.premiumSupportPage__formAside ol {
  display: grid;
  gap: var(--space-5);
  padding: 0;
  margin-top: var(--space-6);
  list-style: none;
}
.premiumSupportPage__formAside li {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: var(--space-3);
  list-style: none;
}
.premiumSupportPage__formAside li > span {
  color: var(--orange-dark);
}
.premiumSupportPage__formAside b {
  display: block;
  margin-bottom: var(--space-2);
}
.premiumSupportPage__formAside li p {
  color: var(--muted);
}

.premiumSupportPage__asideLinks {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
  margin-top: var(--space-6);
}
.premiumSupportPage__asideLinks a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}

.premiumSupportPage__alternate {
  padding: var(--section-padding-block-compact) 0;
  border-top: 1px solid var(--line);
  background: var(--soft-warm);
}

.premiumSupportPage__alternateBox {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: var(--space-7);
}
.premiumSupportPage__alternateBox h2 {
  margin-bottom: var(--space-5);
}
.premiumSupportPage__alternateBox p:not(.eyebrow) {
  max-width: 650px;
  color: var(--muted);
}

@media (max-width: 1080px) {
  .premiumSupportPage__heroGrid,
  .premiumSupportPage__formShell,
  .premiumSupportPage__alternateBox {
    grid-template-columns: 1fr;
  }
  .premiumSupportPage__quickLinks {
    max-width: 650px;
  }
}
@media (max-width: 760px) {
  .premiumSupportPage__hero,
  .premiumSupportPage__alternate {
    padding-block: var(--section-padding-block-compact-mobile);
  }
  .premiumSupportPage__section {
    padding-block: var(--section-padding-block-mobile);
  }
  .premiumSupportPage__formSection {
    padding-bottom: var(--section-padding-block-mobile);
  }
  .premiumSupportPage__sectionHeading,
  .premiumSupportPage__fitGrid,
  .premiumSupportPage__flowGrid,
  .premiumSupportPage__prepareGrid,
  .premiumSupportPage__scopeGrid {
    grid-template-columns: 1fr;
    gap: var(--space-6);
  }
  .premiumSupportPage__checkPanel,
  .premiumSupportPage__examplePanel,
  .premiumSupportPage__scopeCard,
  .premiumSupportPage__formMain,
  .premiumSupportPage__formAside {
    padding: var(--space-6);
  }
}
@media (max-width: 480px) {
  .premiumSupportPage__heroActions,
  .premiumSupportPage__alternateActions {
    flex-direction: column;
  }
  .premiumSupportPage__examplePanel dl > div {
    grid-template-columns: 1fr;
    gap: var(--space-2);
  }
}
.documentationPage {
  background: var(--paper);
  color: var(--ink);
}
.documentationPage [hidden] {
  display: none;
}
.documentationPage :where(h1, h2, h3, h4, p, figure) {
  margin: 0;
}
.documentationPage :where(section) {
  margin: 0;
}
.documentationPage :where(h1, h2, h3, h4) {
  color: inherit;
}
.documentationPage :where(a:not(.btn)) {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.documentationPage :where(a, button, input, select, summary, [tabindex]):focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 3px;
}
.documentationPage svg {
  display: block;
  width: var(--space-4);
  height: var(--space-4);
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.documentationPage__breadcrumbBar {
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.documentationPage__breadcrumb {
  display: flex;
  align-items: center;
  min-height: 45px;
  gap: var(--space-2);
  color: var(--muted);
}
.documentationPage__breadcrumb a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  gap: var(--space-2);
  color: inherit;
  text-decoration: none;
}
.documentationPage__breadcrumb > span {
  color: var(--ink);
}
.documentationPage__breadcrumb svg {
  width: var(--space-3);
  height: var(--space-3);
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.documentationPage__hero {
  padding: var(--section-padding-block-compact) 0;
  border-bottom: 1px solid var(--line);
  background: var(--soft-warm);
}

.documentationPage__heroGrid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  grid-template-areas: "copy shortcuts" "search search";
  align-items: end;
  gap: var(--space-8) var(--space-10);
}

.documentationPage__heroCopy {
  grid-area: copy;
}

.documentationPage__heroCopy h1 {
  margin: var(--space-3) 0 var(--space-5);
  text-wrap: balance;
}

.documentationPage__heroLead {
  max-width: 65ch;
  color: var(--muted);
}

.documentationPage__heroLinks {
  grid-area: shortcuts;
  display: grid;
}
.documentationPage__heroLinks a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  gap: var(--space-3);
  padding-block: var(--space-3);
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  text-decoration: none;
}
.documentationPage__heroLinks a:hover {
  color: var(--orange-dark);
}

.documentationPage__directoryControls {
  grid-area: search;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px auto;
  align-items: end;
  gap: var(--space-4);
  margin: 0;
}
.documentationPage__directoryControls label {
  display: grid;
  min-width: 0;
  gap: var(--space-2);
}
.documentationPage__directoryControls .btn {
  min-height: var(--space-9);
}

.documentationPage__inputWrap {
  position: relative;
  display: block;
  min-width: 0;
}
.documentationPage__inputWrap input,
.documentationPage__inputWrap select {
  width: 100%;
  height: var(--space-9);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--paper);
  color: var(--ink);
  font: inherit;
}
.documentationPage__inputWrap input {
  padding: 0 var(--space-4) 0 var(--space-9);
}
.documentationPage__inputWrap input::placeholder {
  color: var(--muted);
}
.documentationPage__inputWrap select {
  appearance: none;
  padding: 0 var(--space-8) 0 var(--space-4);
}
.documentationPage__inputWrap svg {
  position: absolute;
  top: 50%;
  left: var(--space-4);
  color: var(--muted);
  pointer-events: none;
  transform: translateY(-50%);
}
.documentationPage__inputWrap select + svg {
  left: auto;
  right: var(--space-4);
}

.documentationPage__noScript {
  margin-top: var(--space-6);
}

.documentationPage__heroGrid noscript {
  grid-area: search;
}

.documentationPage__section,
.documentationPage__safety,
.documentationPage__themeResource,
.documentationPage__support {
  padding: var(--section-padding-block) 0;
  scroll-margin-top: 100px;
}

.documentationPage__safety,
.documentationPage__themeResource {
  border-block: 1px solid var(--line);
  background: var(--soft-warm);
}

.documentationPage__sectionHeading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  align-items: end;
  gap: var(--space-9);
  margin-bottom: var(--space-7);
}
.documentationPage__sectionHeading h2 {
  margin-top: var(--space-3);
  text-wrap: balance;
}
.documentationPage__sectionHeading > p {
  color: var(--muted);
}

#documentation-directory-title {
  scroll-margin-top: 110px;
}

.documentationPage__resultsBar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--space-3);
  min-height: var(--space-9);
  margin-bottom: var(--space-5);
}

.documentationPage__guideCount {
  min-width: 0;
  color: var(--muted);
  overflow-wrap: anywhere;
}

.documentationPage__guideGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-5);
}

.documentationPage__guideCard {
  display: flex;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--paper);
}

.documentationPage__guideCopy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: var(--space-7);
}
.documentationPage__guideCopy > h3 {
  margin-bottom: var(--space-3);
}
.documentationPage__guideCopy > .typeBody {
  color: var(--muted);
}

.documentationPage__guideMeta {
  margin-bottom: var(--space-3);
  color: var(--eyebrow-color);
}

.documentationPage__topicList,
.documentationPage__topicList li,
.documentationPage__safetyGrid,
.documentationPage__safetyCard {
  list-style: none;
}

.documentationPage__topicList {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  padding: 0;
  margin: var(--space-5) 0 var(--space-4);
}
.documentationPage__topicList li {
  padding: var(--space-1) var(--space-2);
  border-radius: var(--radius-sm);
  background: var(--soft);
  color: var(--muted);
}

.documentationPage__guideActions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-3);
  margin-top: auto;
  padding-top: var(--space-2);
  border-top: 1px solid var(--line);
}
.documentationPage__guideActions a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  gap: var(--space-2);
}
.documentationPage__guideActions a:first-child {
  color: var(--ink);
}
.documentationPage__guideActions a:last-child {
  color: var(--muted);
}
.documentationPage__guideActions a:hover {
  color: var(--orange-dark);
}

.documentationPage__empty {
  padding: var(--space-7);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--soft);
}
.documentationPage__empty h3 {
  margin-bottom: var(--space-3);
}
.documentationPage__empty p {
  max-width: 65ch;
  color: var(--muted);
}

.documentationPage__safetyGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-7);
  padding: 0;
  margin: 0;
}

.documentationPage__safetyCard {
  padding-top: var(--space-6);
  border-top: 1px solid var(--line);
}
.documentationPage__safetyCard > span {
  color: var(--orange-dark);
}
.documentationPage__safetyCard h3 {
  margin: var(--space-4) 0 var(--space-3);
}
.documentationPage__safetyCard p {
  color: var(--muted);
}

.documentationPage__quickStack {
  border-top: 1px solid var(--line);
}

.documentationPage__quickGuide {
  scroll-margin-top: 100px;
  border-bottom: 1px solid var(--line);
}
.documentationPage__quickGuide summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-6);
  padding: var(--space-6) var(--space-3);
  cursor: pointer;
  list-style: none;
  border-radius: var(--radius-sm);
}
.documentationPage__quickGuide summary::-webkit-details-marker {
  display: none;
}
.documentationPage__quickGuide summary:hover {
  background: var(--soft-warm);
}
.documentationPage__quickGuide summary h3 {
  margin: 0;
}
.documentationPage__quickGuide summary h3 > span {
  display: block;
  margin-top: var(--space-2);
  color: var(--muted);
}
.documentationPage__quickGuide[open] .documentationPage__summaryRight svg {
  transform: rotate(180deg);
}

.documentationPage__summaryRight {
  display: flex;
  align-items: center;
  gap: var(--space-4);
  color: var(--muted);
}

.documentationPage__quickBody {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--soft-warm);
}

.documentationPage__quickColumn {
  min-width: 0;
  padding: var(--space-6);
  border-right: 1px solid var(--line);
}
.documentationPage__quickColumn:last-child {
  border-right: 0;
}
.documentationPage__quickColumn > span {
  color: var(--orange-dark);
}
.documentationPage__quickColumn h4 {
  margin: var(--space-3) 0 var(--space-4);
}
.documentationPage__quickColumn ol, .documentationPage__quickColumn ul {
  padding-left: var(--space-5);
  margin: 0;
  color: var(--muted);
}
.documentationPage__quickColumn li + li {
  margin-top: var(--space-3);
}

.documentationPage__quickFooter {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3) var(--space-6);
  padding: var(--space-4) var(--space-3);
}
.documentationPage__quickFooter a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  gap: var(--space-2);
}

.documentationPage__themeResourceInner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: var(--space-9);
}

.documentationPage__themeCopy h2 {
  margin: var(--space-3) 0 var(--space-5);
  text-wrap: balance;
}
.documentationPage__themeCopy > .typeBody {
  color: var(--muted);
}
.documentationPage__themeCopy .btn {
  margin-top: var(--space-6);
}

.documentationPage__themeVisual {
  min-width: 0;
}
.documentationPage__themeVisual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--radius-md);
  mix-blend-mode: multiply;
}
.documentationPage__themeVisual figcaption {
  margin-top: var(--space-3);
  color: var(--muted);
}

.documentationPage__supportBox {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: var(--space-9);
  padding: var(--space-9);
  border-radius: var(--radius-lg);
  background: var(--navy);
  color: var(--paper);
}

.documentationPage__supportCopy h2 {
  margin: var(--space-3) 0 var(--space-5);
}
.documentationPage__supportCopy > .typeBody {
  max-width: 65ch;
  color: #bac2cb;
}

.documentationPage__supportActions {
  display: grid;
  gap: var(--space-3);
}

@media (max-width: 1080px) {
  .documentationPage__directoryControls {
    grid-template-columns: minmax(0, 1fr) 260px;
  }
  .documentationPage__directoryControls .btn {
    justify-self: start;
  }
  .documentationPage__quickBody {
    grid-template-columns: minmax(0, 1fr);
  }
  .documentationPage__quickColumn {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .documentationPage__quickColumn:last-child {
    border-bottom: 0;
  }
}
@media (max-width: 930px) {
  .documentationPage__heroGrid {
    grid-template-areas: "copy" "search" "shortcuts";
  }
  .documentationPage__heroGrid,
  .documentationPage__sectionHeading,
  .documentationPage__themeResourceInner,
  .documentationPage__supportBox {
    grid-template-columns: minmax(0, 1fr);
    gap: var(--space-6);
  }
  .documentationPage__heroLinks {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--space-5);
  }
  .documentationPage__supportActions {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 760px) {
  .documentationPage__hero {
    padding: var(--section-padding-block-compact-mobile) 0;
  }
  .documentationPage__section,
  .documentationPage__safety,
  .documentationPage__themeResource,
  .documentationPage__support {
    padding: var(--section-padding-block-mobile) 0;
  }
  .documentationPage__directoryControls,
  .documentationPage__guideGrid,
  .documentationPage__safetyGrid {
    grid-template-columns: minmax(0, 1fr);
  }
  .documentationPage__directoryControls .btn {
    width: 100%;
  }
  .documentationPage__guideCopy {
    padding: var(--space-6);
  }
  .documentationPage__summaryRight > span {
    display: none;
  }
  .documentationPage__supportBox {
    padding: var(--space-6);
  }
  .documentationPage__supportActions {
    display: grid;
  }
}
@media (max-width: 480px) {
  .documentationPage__heroLinks {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }
}
body .refundPolicyPage {
  --refundLine: #e7e9ed;
  --refundSoft: #f7f8fa;
  --refundOrangeSoft: #fff0ea;
  --refundGreen: #1f9368;
  --refundGreenSoft: #eaf8f2;
  --refundShadowSmall: 0 1px 2px rgba(18, 27, 38, 0.04), 0 8px 24px rgba(18, 27, 38, 0.06);
  color: var(--ink);
  background: #ffffff;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.62;
}
body .refundPolicyPage h1,
body .refundPolicyPage h2,
body .refundPolicyPage h3,
body .refundPolicyPage p {
  margin-top: 0;
  font-family: inherit;
  color: inherit;
}
body .refundPolicyPage [id] {
  scroll-margin-top: 145px;
}
body .refundPolicyPage__breadcrumbBar {
  border-bottom: 1px solid #f0f1f3;
  background: #ffffff;
}
body .refundPolicyPage__breadcrumbInner {
  display: flex;
  align-items: center;
  min-height: 48px;
}
body .refundPolicyPage__breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  color: #8a94a3;
  font-size: 12px;
  font-weight: 680;
  line-height: 1;
}
body .refundPolicyPage__breadcrumb a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #7d8794;
  transition: color 0.2s ease;
}
body .refundPolicyPage__breadcrumb a:hover {
  color: var(--orange);
}
body .refundPolicyPage__breadcrumb svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
body .refundPolicyPage .refundPolicyPage__breadcrumb .refundPolicyPage__breadcrumbSeparator {
  width: 13px;
  height: 13px;
  color: #c2c8d0;
}
body .refundPolicyPage__breadcrumb strong {
  color: var(--ink);
  font-weight: 760;
}
body .refundPolicyPage__hero {
  position: relative;
  overflow: hidden;
  padding: 64px 0 66px;
  background: radial-gradient(circle at 86% 16%, rgba(255, 108, 58, 0.1), transparent 31%), radial-gradient(circle at 9% 88%, rgba(79, 103, 232, 0.045), transparent 30%), linear-gradient(180deg, #ffffff 0%, #fbfbfc 100%);
}
body .refundPolicyPage__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(25, 34, 48, 0.022) 1px, transparent 1px), linear-gradient(90deg, rgba(25, 34, 48, 0.022) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.42), transparent 88%);
  pointer-events: none;
}
body .refundPolicyPage__heroGrid {
  position: relative;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  align-items: center;
  gap: 76px;
}
body .refundPolicyPage__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  color: #596474;
}
body .refundPolicyPage__eyebrow > span {
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  border-radius: 99px;
  background: var(--orange);
  box-shadow: 0 0 0 6px rgba(255, 108, 58, 0.13);
}
body .refundPolicyPage__hero h1 {
  max-width: 700px;
  margin-bottom: 18px;
}
body .refundPolicyPage__heroCopy {
  max-width: 680px;
  margin: 0;
  color: #596474;
}
body .refundPolicyPage__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 365px;
}
body .refundPolicyPage__sheet {
  position: relative;
  width: min(100%, 440px);
  padding: 27px 29px;
  border: 1px solid #e5e8ec;
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 28px 70px rgba(18, 27, 38, 0.12);
  transform: rotate(1.1deg);
}
body .refundPolicyPage__sheetTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 18px;
  border-bottom: 1px solid #eceef1;
}
body .refundPolicyPage__sheetTop > span {
  color: #9098a3;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
body .refundPolicyPage__sheetTop > strong {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 9px;
  border-radius: 999px;
  background: var(--refundGreenSoft);
  color: #197754;
  font-size: 7px;
  font-weight: 850;
}
body .refundPolicyPage__sheetTop > strong::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--refundGreen);
}
body .refundPolicyPage__sheetTitle {
  margin: 22px 0 18px;
  font-size: 22px;
  font-weight: 780;
  line-height: 1.08;
  letter-spacing: -0.035em;
}
body .refundPolicyPage__sheetLine {
  display: block;
  height: 7px;
  margin: 9px 0;
  border-radius: 99px;
  background: #e9ecf0;
}
body .refundPolicyPage__sheetLine--wide {
  width: 92%;
}
body .refundPolicyPage__sheetLine--medium {
  width: 84%;
}
body .refundPolicyPage__sheetLine--short {
  width: 76%;
}
body .refundPolicyPage__sheetRule {
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  padding: 12px;
  border-radius: 13px;
  background: var(--refundSoft);
}
body .refundPolicyPage__sheetRule > span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: var(--refundOrangeSoft);
  color: #d3572f;
  font-size: 10px;
  font-weight: 900;
}
body .refundPolicyPage__sheetRule p {
  margin: 0;
}
body .refundPolicyPage__sheetRule strong, body .refundPolicyPage__sheetRule small {
  display: block;
}
body .refundPolicyPage__sheetRule strong {
  font-size: 9px;
}
body .refundPolicyPage__sheetRule small {
  margin-top: 3px;
  color: #8b95a3;
  font-size: 7px;
}
body .refundPolicyPage__responseNote {
  position: absolute;
  right: -6px;
  bottom: 19px;
  width: 170px;
  padding: 14px 15px;
  border: 1px solid #eddcd4;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 17px 38px rgba(62, 41, 32, 0.13);
  transform: rotate(-3deg);
}
body .refundPolicyPage__responseNote span, body .refundPolicyPage__responseNote strong {
  display: block;
}
body .refundPolicyPage__responseNote span {
  color: #a08b81;
  font-size: 6px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
body .refundPolicyPage__responseNote strong {
  margin-top: 4px;
  font-size: 14px;
  letter-spacing: -0.025em;
}
body .refundPolicyPage__overview {
  padding: 34px 0 74px;
}
body .refundPolicyPage__overviewGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
body .refundPolicyPage__overviewCard {
  min-height: 166px;
  padding: 22px;
  border: 1px solid var(--refundLine);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: var(--refundShadowSmall);
}
body .refundPolicyPage__overviewLabel {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 27px;
  color: #9099a5;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
body .refundPolicyPage__overviewLabel i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange);
}
body .refundPolicyPage__overviewCard h2 {
  margin: 0 0 7px;
  font-size: 20px;
  font-weight: 780;
  line-height: 1.15;
  letter-spacing: -0.035em;
}
body .refundPolicyPage__overviewCard > p:last-child {
  margin: 0;
  color: #747e8b;
  font-size: 12px;
  line-height: 1.6;
}
body .refundPolicyPage__policy {
  padding: 78px 0 96px;
  border-top: 1px solid #eff1f3;
  background: var(--refundSoft);
}
body .refundPolicyPage__policyLayout {
  display: grid;
  grid-template-columns: 240px minmax(0, 780px);
  align-items: start;
  justify-content: center;
  gap: 66px;
}
body .refundPolicyPage__toc {
  position: sticky;
  top: 145px;
}
body .refundPolicyPage__tocLabel {
  margin-bottom: 13px;
  color: #9aa2ad;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
body .refundPolicyPage__tocNav {
  display: grid;
  gap: 2px;
}
body .refundPolicyPage__tocNav a {
  position: relative;
  padding: 9px 13px;
  border-radius: 9px;
  color: #74808d;
  font-size: 12px;
  font-weight: 720;
  transition: background 0.2s ease, color 0.2s ease;
}
body .refundPolicyPage__tocNav a:hover, body .refundPolicyPage__tocNav a.isActive {
  background: #ffffff;
  color: var(--ink);
}
body .refundPolicyPage__tocNav a.isActive::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  width: 2px;
  border-radius: 2px;
  background: var(--orange);
}
body .refundPolicyPage__tocHelp {
  margin-top: 20px;
  padding: 16px;
  border: 1px solid #e6e9ed;
  border-radius: 15px;
  background: #ffffff;
}
body .refundPolicyPage__tocHelp strong {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
}
body .refundPolicyPage__tocHelp p {
  margin: 0 0 12px;
  color: #7b8591;
  font-size: 10px;
  line-height: 1.55;
}
body .refundPolicyPage__tocHelp a {
  color: var(--orange);
  font-size: 10px;
  font-weight: 800;
}
body .refundPolicyPage__tocHelp a:hover {
  color: var(--orange-dark);
}
body .refundPolicyPage__content {
  padding: 8px 0;
}
body .refundPolicyPage__intro {
  margin-bottom: 42px;
  padding-bottom: 36px;
  border-bottom: 1px solid #e1e4e8;
}
body .refundPolicyPage__content h2 {
  margin: 0 0 14px;
  font-size: 34px;
  line-height: 1.08;
  letter-spacing: -0.043em;
}
body .refundPolicyPage__content h3 {
  margin: 38px 0 12px;
  font-size: 21px;
  line-height: 1.2;
  letter-spacing: -0.025em;
}
body .refundPolicyPage__content p {
  margin: 0 0 18px;
  color: #596574;
  font-size: 15px;
  line-height: 1.78;
}
body .refundPolicyPage__content ul, body .refundPolicyPage__content ol {
  margin: 0 0 22px;
  padding-left: 22px;
  color: #596574;
}
body .refundPolicyPage__content li {
  margin: 9px 0;
  padding-left: 3px;
  line-height: 1.72;
}
body .refundPolicyPage__content li::marker {
  color: var(--orange);
  font-weight: 800;
}
body .refundPolicyPage__policyBlock {
  margin: 0 0 26px;
  padding: 31px 34px;
  border: 1px solid #e2e6ea;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 7px 25px rgba(18, 27, 38, 0.035);
}
body .refundPolicyPage__policyBlock h3:first-child {
  margin-top: 0;
}
body .refundPolicyPage__policyBlock > :last-child {
  margin-bottom: 0;
}
body .refundPolicyPage__notice {
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: start;
  gap: 14px;
  margin-top: 24px;
  padding: 17px 18px;
  border: 1px solid #ffd8c9;
  border-radius: 16px;
  background: var(--refundOrangeSoft);
}
body .refundPolicyPage__notice > span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #ffffff;
  color: #d65a32;
  font-size: 18px;
  font-weight: 900;
}
body .refundPolicyPage__notice strong {
  display: block;
  margin: 1px 0 4px;
  font-size: 13px;
}
body .refundPolicyPage__notice p {
  margin: 0;
  color: #815f53;
  font-size: 11px;
  line-height: 1.6;
}
body .refundPolicyPage__finalCta {
  padding: 72px 0;
}
body .refundPolicyPage__ctaBox {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  overflow: hidden;
  padding: 38px 42px;
  border-radius: 27px;
  background: var(--navy);
  color: #ffffff;
}
body .refundPolicyPage__ctaBox::after {
  content: "";
  position: absolute;
  right: -80px;
  top: -140px;
  width: 310px;
  height: 310px;
  border-radius: 50%;
  background: rgba(255, 108, 58, 0.15);
}
body .refundPolicyPage__ctaBox > * {
  position: relative;
  z-index: 1;
}
body .refundPolicyPage__ctaBox h2 {
  margin: 0 0 8px;
  font-size: 30px;
  letter-spacing: -0.04em;
}
body .refundPolicyPage__ctaBox p {
  margin: 0;
  color: #b7bfca;
  font-size: 13px;
}
body .refundPolicyPage__ctaActions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
body .refundPolicyPage__button--white, body .refundPolicyPage__button--white:hover {
  background: #ffffff;
  color: var(--navy);
}
body .refundPolicyPage__button--outline, body .refundPolicyPage__button--outline:hover {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
}
@media (max-width: 1050px) {
  body .refundPolicyPage__heroGrid {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  body .refundPolicyPage__visual {
    min-height: 330px;
  }
  body .refundPolicyPage__overviewGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  body .refundPolicyPage__policyLayout {
    grid-template-columns: 200px minmax(0, 1fr);
    gap: 42px;
  }
}
@media (max-width: 780px) {
  body .refundPolicyPage__hero {
    padding: 52px 0 48px;
  }
  body .refundPolicyPage__visual {
    display: none;
  }
  body .refundPolicyPage__overview {
    padding: 26px 0 56px;
  }
  body .refundPolicyPage__overviewGrid {
    grid-template-columns: 1fr 1fr;
  }
  body .refundPolicyPage__policy {
    padding: 56px 0 70px;
  }
  body .refundPolicyPage__policyLayout {
    display: block;
  }
  body .refundPolicyPage__toc {
    position: relative;
    top: auto;
    margin-bottom: 28px;
    padding: 14px;
    border: 1px solid #e1e5e9;
    border-radius: 16px;
    background: #ffffff;
  }
  body .refundPolicyPage__tocLabel {
    margin: 0 0 8px;
  }
  body .refundPolicyPage__tocNav {
    grid-template-columns: 1fr 1fr;
    gap: 4px;
  }
  body .refundPolicyPage__tocHelp {
    display: none;
  }
  body .refundPolicyPage__content h2 {
    font-size: 30px;
  }
  body .refundPolicyPage__policyBlock {
    padding: 25px 23px;
  }
  body .refundPolicyPage__ctaBox {
    align-items: flex-start;
    flex-direction: column;
    padding: 32px 28px;
  }
}
@media (max-width: 520px) {
  body .refundPolicyPage__overviewGrid {
    grid-template-columns: 1fr;
  }
  body .refundPolicyPage__overviewCard {
    min-height: auto;
  }
  body .refundPolicyPage__tocNav {
    grid-template-columns: 1fr;
  }
  body .refundPolicyPage__policyBlock {
    padding: 22px 18px;
    border-radius: 18px;
  }
  body .refundPolicyPage__content h2 {
    font-size: 27px;
  }
  body .refundPolicyPage__content h3 {
    font-size: 19px;
  }
  body .refundPolicyPage__ctaActions {
    width: 100%;
    flex-direction: column;
  }
  body .refundPolicyPage__ctaActions .btn {
    width: 100%;
  }
  body .refundPolicyPage__notice {
    grid-template-columns: 38px 1fr;
    padding: 15px;
  }
  body .refundPolicyPage__notice > span {
    width: 38px;
    height: 38px;
  }
}
@media (prefers-reduced-motion: reduce) {
  body .refundPolicyPage *,
  body .refundPolicyPage *::before,
  body .refundPolicyPage *::after {
    scroll-behavior: auto;
    transition: none;
  }
}

.privacyPolicyReader {
  --privacyInk: #182230;
  --privacyMuted: #697584;
  --privacyLine: #e7eaee;
  --privacyPaper: #fbfaf8;
  --privacyOrange: #ff6c3a;
  --privacyOrangeDark: #e75e34;
  --privacyOrangeSoft: #fff0e8;
  --privacyNavy: #202a38;
  background: var(--privacyPaper);
  color: var(--privacyInk);
}

.privacyPolicyReader__breadcrumbBar {
  border-bottom: 1px solid #f0f1f3;
  background: #ffffff;
}

.privacyPolicyReader__breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  height: 45px;
  color: #8a94a1;
  font-size: 11px;
  font-weight: 750;
}
.privacyPolicyReader__breadcrumb a:hover {
  color: var(--privacyInk);
}
.privacyPolicyReader__breadcrumb strong {
  color: #536070;
}

.privacyPolicyReader__hero {
  padding: 66px 0 52px;
  border-bottom: 1px solid var(--privacyLine);
  background: linear-gradient(180deg, #ffffff, var(--privacyPaper));
}
.privacyPolicyReader__hero h1 {
  max-width: 820px;
  margin: 16px 0 13px;
  color: var(--privacyInk);
}

.privacyPolicyReader__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  color: #8d8179;
}
.privacyPolicyReader__eyebrow::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--privacyOrange);
  box-shadow: 0 0 0 5px rgba(255, 108, 58, 0.11);
  content: "";
}

.privacyPolicyReader__lead {
  max-width: 720px;
  margin: 0;
  color: var(--privacyMuted);
}

.privacyPolicyReader__updated {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 18px 0 0;
  color: #8b95a1;
  font-size: 10px;
  font-weight: 750;
  line-height: 1.4;
}
.privacyPolicyReader__updated::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d3d9df;
  content: "";
}

.privacyPolicyReader__summaryGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.privacyPolicyReader__summary,
.privacyPolicyReader__provider {
  border: 1px solid var(--privacyLine);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 8px 26px rgba(37, 31, 25, 0.035);
}

.privacyPolicyReader__summary {
  padding: 22px;
}
.privacyPolicyReader__summary h2 {
  margin: 14px 0 8px;
  color: var(--privacyInk);
  font-size: 17px;
  font-weight: 750;
  letter-spacing: -0.025em;
  line-height: 1.25;
}
.privacyPolicyReader__summary p {
  margin: 0;
  color: #77828f;
  font-size: 11px;
  line-height: 1.6;
}

.privacyPolicyReader__number {
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: var(--privacyOrangeSoft);
  color: var(--privacyOrangeDark);
  font-size: 10px;
  font-weight: 900;
}

.privacyPolicyReader__reader {
  display: grid;
  grid-template-columns: 230px minmax(0, 760px);
  align-items: start;
  gap: 60px;
  padding-top: 68px;
  padding-bottom: 86px;
}

.privacyPolicyReader__sidebar {
  position: sticky;
  top: 118px;
}

.privacyPolicyReader__tocTitle {
  margin: 0 0 11px;
  color: #9a9088;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.11em;
  line-height: 1.4;
  text-transform: uppercase;
}

.privacyPolicyReader__toc a {
  display: block;
  padding: 7px 0;
  color: #7c8794;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.45;
  transition: color 0.2s ease;
}
.privacyPolicyReader__toc a:hover, .privacyPolicyReader__toc a:focus-visible {
  color: var(--privacyOrangeDark);
}

.privacyPolicyReader__policy {
  min-width: 0;
}

.privacyPolicyReader__section {
  padding: 0;
  scroll-margin-top: 110px;
}
.privacyPolicyReader__section h2 {
  margin: 0 0 17px;
  color: var(--privacyInk);
}
.privacyPolicyReader__section h3 {
  margin: 25px 0 10px;
  color: var(--privacyInk);
  font-size: 17px;
  font-weight: 750;
  letter-spacing: -0.025em;
  line-height: 1.3;
}
.privacyPolicyReader__section p,
.privacyPolicyReader__section li {
  color: #5f6b79;
  font-size: 13px;
  line-height: 1.76;
}
.privacyPolicyReader__section p {
  margin: 0 0 1em;
}
.privacyPolicyReader__section ul,
.privacyPolicyReader__section ol {
  margin: 0;
  padding-left: 20px;
}
.privacyPolicyReader__section li + li {
  margin-top: 8px;
}
.privacyPolicyReader__section code {
  padding: 2px 5px;
  border-radius: 5px;
  background: #f2f4f6;
  color: #445264;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 0.92em;
}

.privacyPolicyReader__sectionNumber {
  margin: 0 0 8px;
  color: #b2a69d;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.4;
}

.privacyPolicyReader__divider {
  height: 1px;
  margin: 42px 0;
  background: var(--privacyLine);
}

.privacyPolicyReader__flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 45px minmax(0, 1fr) 45px minmax(0, 1fr);
  align-items: center;
  gap: 5px;
  margin: 24px 0;
}

.privacyPolicyReader__flowBox {
  padding: 19px;
  border: 1px solid var(--privacyLine);
  border-radius: 16px;
  background: #ffffff;
}
.privacyPolicyReader__flowBox strong,
.privacyPolicyReader__flowBox span {
  display: block;
}
.privacyPolicyReader__flowBox strong {
  color: var(--privacyInk);
  font-size: 12px;
  line-height: 1.4;
}
.privacyPolicyReader__flowBox span {
  margin-top: 5px;
  color: #838d98;
  font-size: 9px;
  line-height: 1.45;
}

.privacyPolicyReader__flowArrow {
  width: 24px;
  height: 24px;
  margin: 0 auto;
}

.privacyPolicyReader__providerGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.privacyPolicyReader__provider {
  padding: 18px;
}
.privacyPolicyReader__provider strong {
  display: block;
  color: var(--privacyInk);
  font-size: 12px;
  line-height: 1.4;
}
.privacyPolicyReader__provider p {
  margin: 6px 0 0;
  color: #7e8995;
  font-size: 10px;
  line-height: 1.55;
}

.privacyPolicyReader__timeline {
  display: grid;
  gap: 10px;
  margin: 22px 0;
}

.privacyPolicyReader__timeRow {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 18px;
  padding: 15px;
  border-radius: 14px;
  background: #f8f9fa;
}
.privacyPolicyReader__timeRow strong {
  color: var(--privacyInk);
  font-size: 11px;
  line-height: 1.5;
}
.privacyPolicyReader__timeRow span {
  color: #7d8794;
  font-size: 10px;
  line-height: 1.5;
}

.privacyPolicyReader__rights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 22px 0;
}

.privacyPolicyReader__right {
  padding: 17px;
  border: 1px solid var(--privacyLine);
  border-radius: 14px;
  background: #ffffff;
}
.privacyPolicyReader__right strong,
.privacyPolicyReader__right span {
  display: block;
}
.privacyPolicyReader__right strong {
  color: var(--privacyInk);
  font-size: 11px;
  line-height: 1.45;
}
.privacyPolicyReader__right span {
  margin-top: 5px;
  color: #7e8995;
  font-size: 9.5px;
  line-height: 1.5;
}

.privacyPolicyReader__callout {
  margin: 22px 0;
  padding: 20px 22px;
  border-left: 3px solid var(--privacyOrange);
  border-radius: 0 16px 16px 0;
  background: #fff8f4;
  color: #665f59;
  font-size: 12px;
  line-height: 1.7;
}

.privacyPolicyReader__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--privacyOrange);
  color: #ffffff;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  transition: background 0.2s ease, transform 0.2s ease;
}
.privacyPolicyReader__button:hover {
  transform: translateY(-1px);
  background: var(--privacyOrangeDark);
  color: #ffffff;
}

@media (max-width: 930px) {
  .privacyPolicyReader__summaryGrid,
  .privacyPolicyReader__providerGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .privacyPolicyReader__flow {
    grid-template-columns: minmax(0, 1fr);
  }
  .privacyPolicyReader__flowArrow {
    transform: rotate(90deg);
  }
}
@media (max-width: 900px) {
  .privacyPolicyReader__reader {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
  }
  .privacyPolicyReader__sidebar {
    position: relative;
    top: auto;
  }
  .privacyPolicyReader__toc {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 20px;
  }
  .privacyPolicyReader__tocTitle {
    grid-column: 1/-1;
  }
}
@media (max-width: 620px) {
  .privacyPolicyReader__hero {
    padding: 48px 0 38px;
  }
  .privacyPolicyReader__summaryGrid,
  .privacyPolicyReader__providerGrid,
  .privacyPolicyReader__rights {
    grid-template-columns: minmax(0, 1fr);
  }
  .privacyPolicyReader__timeRow {
    grid-template-columns: minmax(0, 1fr);
    gap: 4px;
  }
}
@media (max-width: 580px) {
  .privacyPolicyReader__toc {
    grid-template-columns: minmax(0, 1fr);
  }
}
.termsReader {
  --termsInk: #182230;
  --termsMuted: #697584;
  --termsLine: #e7eaee;
  --termsPaper: #fbfaf8;
  --termsOrange: #ff6c3a;
  --termsOrangeDark: #e75e34;
  --termsOrangeSoft: #fff0e8;
  background: var(--termsPaper);
  color: var(--termsInk);
}

.termsReader__breadcrumbBar {
  border-bottom: 1px solid #f0f1f3;
  background: #ffffff;
}

.termsReader__breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  height: 45px;
  color: #8a94a1;
  font-size: 11px;
  font-weight: 750;
}
.termsReader__breadcrumb a:hover {
  color: var(--termsInk);
}
.termsReader__breadcrumb strong {
  color: #536070;
}

.termsReader__hero {
  padding: 66px 0 52px;
  border-bottom: 1px solid var(--termsLine);
  background: linear-gradient(180deg, #ffffff, var(--termsPaper));
}
.termsReader__hero h1 {
  max-width: 820px;
  margin: 16px 0 13px;
  color: var(--termsInk);
}

.termsReader__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  color: #8d8179;
}
.termsReader__eyebrow::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--termsOrange);
  box-shadow: 0 0 0 5px rgba(255, 108, 58, 0.11);
  content: "";
}

.termsReader__lead {
  max-width: 720px;
  margin: 0;
  color: var(--termsMuted);
}

.termsReader__summaryGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.termsReader__summary {
  padding: 21px;
  border: 1px solid var(--termsLine);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 8px 26px rgba(37, 31, 25, 0.035);
}
.termsReader__summary h2 {
  margin: 14px 0 8px;
  color: var(--termsInk);
  font-size: 16px;
  font-weight: 750;
  letter-spacing: -0.025em;
  line-height: 1.25;
}
.termsReader__summary p {
  margin: 0;
  color: #77828f;
  font-size: 10.5px;
  line-height: 1.6;
}

.termsReader__number {
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: var(--termsOrangeSoft);
  color: var(--termsOrangeDark);
  font-size: 10px;
  font-weight: 900;
}

.termsReader__reader {
  display: grid;
  grid-template-columns: 230px minmax(0, 760px);
  align-items: start;
  gap: 60px;
  padding-top: 68px;
  padding-bottom: 86px;
}

.termsReader__sidebar {
  position: sticky;
  top: 118px;
}

.termsReader__tocTitle {
  margin: 0 0 11px;
  color: #9a9088;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.11em;
  line-height: 1.4;
  text-transform: uppercase;
}

.termsReader__toc a {
  display: block;
  padding: 7px 0;
  color: #7c8794;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.45;
  transition: color 0.2s ease;
}
.termsReader__toc a:hover, .termsReader__toc a:focus-visible {
  color: var(--termsOrangeDark);
}

.termsReader__document {
  min-width: 0;
}

.termsReader__section {
  padding: 0;
  scroll-margin-top: 110px;
}
.termsReader__section h2 {
  margin: 0 0 17px;
  color: var(--termsInk);
}
.termsReader__section h3 {
  margin: 25px 0 10px;
  color: var(--termsInk);
  font-size: 17px;
  font-weight: 750;
  letter-spacing: -0.025em;
  line-height: 1.3;
}
.termsReader__section p,
.termsReader__section li {
  color: #5f6b79;
  font-size: 13px;
  line-height: 1.76;
}
.termsReader__section p {
  margin: 0 0 1em;
}
.termsReader__section ul,
.termsReader__section ol {
  margin: 0;
  padding-left: 20px;
}
.termsReader__section li + li {
  margin-top: 8px;
}
.termsReader__section strong {
  color: #4b5664;
}

.termsReader__sectionNumber {
  margin: 0 0 8px;
  color: #b2a69d;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.4;
}

.termsReader__divider {
  height: 1px;
  margin: 42px 0;
  background: var(--termsLine);
}

.termsReader__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--termsOrange);
  color: #ffffff;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  transition: background 0.2s ease, transform 0.2s ease;
}
.termsReader__button:hover {
  transform: translateY(-1px);
  background: var(--termsOrangeDark);
  color: #ffffff;
}

@media (max-width: 930px) {
  .termsReader__summaryGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 900px) {
  .termsReader__reader {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
  }
  .termsReader__sidebar {
    position: relative;
    top: auto;
  }
  .termsReader__toc {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 20px;
  }
  .termsReader__tocTitle {
    grid-column: 1/-1;
  }
}
@media (max-width: 620px) {
  .termsReader__hero {
    padding: 48px 0 38px;
  }
  .termsReader__summaryGrid {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (max-width: 580px) {
  .termsReader__toc {
    grid-template-columns: minmax(0, 1fr);
  }
}
.loginPage {
  --loginInk: #17243a;
  --loginMuted: #687789;
  --loginLine: #e6e9ee;
  --loginPaper: #fbfaf8;
  min-height: 640px;
  background: var(--loginPaper);
  color: var(--loginInk);
}

.loginPage__breadcrumbBar {
  border-bottom: 1px solid #f0f1f3;
  background: var(--paper);
}

.loginPage__breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  height: 45px;
  color: var(--muted-2);
  font-size: 11px;
  font-weight: 750;
}
.loginPage__breadcrumb a:hover {
  color: var(--loginInk);
}
.loginPage__breadcrumb strong {
  color: #536070;
}

.loginPage__workspace {
  padding: var(--section-padding-block) 0;
}

.loginPage__wrap {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
}

.loginPage__intro {
  margin-bottom: var(--space-6);
  text-align: center;
}
.loginPage__intro h1 {
  margin: var(--space-4) 0 var(--space-3);
  color: var(--loginInk);
}

.loginPage__card {
  padding: 28px;
  border: 1px solid var(--loginLine);
  border-radius: 24px;
  background: var(--paper);
  box-shadow: 0 18px 48px rgba(20, 30, 45, 0.07);
}

.loginPage__lead {
  margin: 0;
  color: var(--loginMuted);
}

.loginPage__notice {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 var(--space-4);
  padding: 10px 13px;
  border: 1px solid #d9ebe3;
  border-radius: 12px;
  background: #f5fbf8;
  color: #3c735f;
  font-size: 10px;
  font-weight: 750;
  line-height: 1.45;
}
.loginPage__notice img {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

.loginPage__notice--error {
  border-color: #f2c9ba;
  background: #fff6f2;
  color: #9b4529;
}

.loginPage__form {
  display: grid;
  gap: 14px;
  margin: 0;
}

.loginPage__field {
  display: grid;
  gap: 7px;
  margin: 0;
}
.loginPage__field label {
  color: #526071;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.4;
}
.loginPage__field input {
  width: 100%;
  height: 50px;
  padding: 0 14px;
  border: 1px solid #dfe4e9;
  border-radius: 12px;
  outline: 0;
  background: var(--paper);
  color: var(--loginInk);
  font-size: 13px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.loginPage__field input:focus {
  border-color: #ff9976;
  box-shadow: 0 0 0 3px rgba(255, 108, 58, 0.09);
}
.loginPage__field input::placeholder {
  color: #9aa3ae;
}

.loginPage__passwordWrap {
  position: relative;
  display: block;
}
.loginPage__passwordWrap input {
  padding-right: 64px;
}

.loginPage__passwordToggle {
  position: absolute;
  top: 50%;
  right: 4px;
  min-width: 52px;
  height: 44px;
  padding: 0 var(--space-2);
  border: 0;
  transform: translateY(-50%);
  background: transparent;
  color: #8290a0;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
}
.loginPage__passwordToggle:hover {
  color: var(--loginInk);
}

.loginPage__formMeta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  font-size: 10px;
}

.loginPage__remember {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #667382;
  cursor: pointer;
}
.loginPage__remember input {
  width: 14px;
  height: 14px;
  margin: 0;
  accent-color: var(--orange);
}

.loginPage__forgot {
  color: var(--orange-dark);
  font-weight: 850;
  text-decoration: none;
}
.loginPage__forgot:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.loginPage__submit {
  margin: 0;
}
.loginPage__submit button {
  width: 100%;
  height: 50px;
  border: 0;
  border-radius: 12px;
  background: var(--orange);
  box-shadow: 0 10px 24px rgba(255, 108, 58, 0.17);
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}
.loginPage__submit button:hover {
  transform: translateY(-1px);
  background: var(--orange-dark);
}
.loginPage__submit button:disabled {
  cursor: wait;
  opacity: 0.7;
}

.loginPage__form [data-da-custom-login-error] {
  margin: 0;
  color: #9b4529;
  font-size: 11px;
  line-height: 1.45;
}

.loginPage__divider {
  height: 1px;
  margin: var(--space-5) 0;
  background: var(--loginLine);
}

.loginPage__accountNote {
  margin: 0;
  color: #8b95a1;
  font-size: 9px;
  line-height: 1.55;
}

@media (max-width: 760px) {
  .loginPage__workspace {
    padding: var(--section-padding-block-mobile) 0;
  }
  .loginPage__card {
    padding: var(--space-6);
  }
  .loginPage__formMeta {
    align-items: flex-start;
    flex-direction: column;
    gap: var(--space-3);
  }
}
@media (prefers-reduced-motion: reduce) {
  .loginPage__field input,
  .loginPage__submit button {
    transition: none;
  }
  .loginPage__submit button:hover {
    transform: none;
  }
}
.blogArchive {
  background: var(--paper);
  color: var(--ink);
}
.blogArchive :where(h1, h2, h3, p) {
  margin: 0;
}
.blogArchive :where(a:not(.btn)) {
  color: inherit;
}
.blogArchive :where(h2 a, h3 a) {
  text-decoration: none;
}
.blogArchive :where(h2 a, h3 a):hover {
  color: var(--orange-dark);
}
.blogArchive :where(input, select) {
  font: inherit;
}
.blogArchive :focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 3px;
}
.blogArchive [hidden] {
  display: none;
}

.blogArchive__breadcrumbBar {
  border-bottom: 1px solid var(--line);
}

.blogArchive__breadcrumb {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  min-height: 45px;
  color: var(--muted);
}
.blogArchive__breadcrumb a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}
.blogArchive__breadcrumb [aria-current] {
  color: var(--ink);
}

.blogArchive__header {
  padding-block: var(--section-padding-block-compact);
}

.blogArchive__headerGrid,
.blogArchive__sectionHeading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  align-items: end;
  gap: var(--space-9);
}

.blogArchive__intro {
  max-width: 52ch;
  color: var(--muted);
}

.blogArchive__featured {
  padding-top: 0;
  padding-bottom: var(--section-padding-block);
}

.blogArchive__featuredCard {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--soft-warm);
  overflow: hidden;
}

.blogArchive__featuredCopy {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  column-gap: var(--space-9);
  padding: var(--space-8);
}
.blogArchive__featuredCopy > .eyebrow {
  grid-column: 1/-1;
}
.blogArchive__featuredCopy > h2 {
  overflow-wrap: anywhere;
}

.blogArchive__featuredDetail {
  display: flex;
  flex-direction: column;
  gap: var(--space-5);
  min-width: 0;
  color: var(--muted);
}
.blogArchive__featuredDetail > .blogArchive__readLink {
  align-self: flex-start;
  margin-top: auto;
}

.blogArchive__featuredCard--hasImage {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
}
.blogArchive__featuredCard--hasImage .blogArchive__featuredCopy {
  display: block;
}
.blogArchive__featuredCard--hasImage .blogArchive__featuredDetail {
  margin-top: var(--space-6);
}

.blogArchive__featuredVisual {
  min-width: 0;
  padding: var(--space-7);
  aspect-ratio: 3/2;
  background: var(--paper);
  border-left: 1px solid var(--line);
}

.blogArchive__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.blogArchive__latest {
  padding-block: var(--section-padding-block);
  border-top: 1px solid var(--line);
}

.blogArchive__sectionHeading {
  margin-bottom: var(--space-7);
}
.blogArchive__sectionHeading > p {
  max-width: 48ch;
  color: var(--muted);
}

.blogArchive__tools {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.55fr) auto;
  align-items: end;
  gap: var(--space-4);
  padding: var(--space-6);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--soft);
}

.blogArchive__field {
  display: grid;
  gap: var(--space-2);
  min-width: 0;
}
.blogArchive__field input, .blogArchive__field select {
  width: 100%;
  min-width: 0;
  height: 48px;
  padding-inline: var(--space-4);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--paper);
  color: var(--ink);
  font-size: 16px;
}
.blogArchive__field input::placeholder {
  color: var(--muted);
  opacity: 1;
}

.blogArchive__results {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-3);
  min-height: 44px;
  margin-block: var(--space-4);
  color: var(--muted);
}
.blogArchive__results > p {
  overflow-wrap: anywhere;
}

.blogArchive__clear {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  text-underline-offset: 0.2em;
}

.blogArchive__postGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-6);
}

.blogArchive__postCard {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: var(--space-6);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--paper);
}
.blogArchive__postCard:hover {
  border-color: var(--muted);
}

.blogArchive__postPreview {
  display: flex;
  align-items: start;
  gap: var(--space-5);
}
.blogArchive__postPreview h3 {
  flex: 1;
  min-width: 0;
}

.blogArchive__postArt {
  flex: 0 0 120px;
  width: 120px;
  height: 90px;
}

.blogArchive__postCopy {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: var(--space-4);
  min-width: 0;
}
.blogArchive__postCopy h3 {
  overflow-wrap: anywhere;
}
.blogArchive__postCopy > .blogArchive__readLink {
  align-self: flex-start;
  margin-top: auto;
}

.blogArchive__articleMeta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-2) var(--space-4);
  color: var(--muted);
}
.blogArchive__articleMeta time {
  white-space: nowrap;
}

.blogArchive__excerpt {
  color: var(--muted);
}

.blogArchive .blogArchive__readLink {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  min-height: 44px;
  color: var(--orange-dark);
  text-decoration: none;
}
.blogArchive .blogArchive__readLink:hover, .blogArchive .blogArchive__readLink:focus-visible {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.blogArchive__arrow {
  flex: 0 0 auto;
}

.blogArchive__empty {
  display: grid;
  justify-items: start;
  gap: var(--space-5);
  padding: var(--space-8);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
}
.blogArchive__empty p {
  max-width: 65ch;
  color: var(--muted);
}

.blogArchive__pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-2);
  margin-top: var(--space-8);
}
.blogArchive__pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding-inline: var(--space-3);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  text-decoration: none;
}
.blogArchive__pagination a:hover {
  border-color: var(--ink);
}
.blogArchive__pagination .current {
  background: var(--navy);
  border-color: var(--navy);
  color: var(--paper);
}
.blogArchive__pagination .dots {
  border-color: transparent;
  padding: 0;
  min-width: var(--space-4);
}

.blogArchive__newsletter {
  padding-block: var(--section-padding-block-compact);
  border-top: 1px solid var(--line);
  background: var(--soft-warm);
}

.blogArchive__newsletterBox {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: var(--space-9);
}
.blogArchive__newsletterBox h2 {
  max-width: 28ch;
}
.blogArchive__newsletterBox .typeBody {
  max-width: 65ch;
  margin-top: var(--space-6);
  color: var(--muted);
}

.blogArchive__newsletterActions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

@media (max-width: 980px) {
  .blogArchive__headerGrid,
  .blogArchive__sectionHeading,
  .blogArchive__featuredCard--hasImage,
  .blogArchive__featuredCopy,
  .blogArchive__newsletterBox {
    grid-template-columns: 1fr;
    gap: var(--space-6);
  }
  .blogArchive__featuredCopy {
    display: block;
  }
  .blogArchive__featuredDetail {
    margin-top: var(--space-6);
  }
  .blogArchive__featuredVisual {
    border-left: 0;
    border-top: 1px solid var(--line);
    max-height: 440px;
    width: 100%;
  }
  .blogArchive__featuredCard--hasImage {
    gap: 0;
  }
  .blogArchive__tools {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .blogArchive__tools > .btn {
    justify-self: start;
  }
}
@media (max-width: 760px) {
  .blogArchive__header,
  .blogArchive__newsletter {
    padding-block: var(--section-padding-block-compact-mobile);
  }
  .blogArchive__featured {
    padding-bottom: var(--section-padding-block-mobile);
  }
  .blogArchive__latest {
    padding-block: var(--section-padding-block-mobile);
  }
  .blogArchive__featuredCopy,
  .blogArchive__featuredVisual,
  .blogArchive__empty {
    padding: var(--space-6);
  }
  .blogArchive__postGrid {
    grid-template-columns: 1fr;
  }
  .blogArchive__tools {
    grid-template-columns: 1fr;
    padding: var(--space-5);
  }
  .blogArchive__tools > .btn {
    justify-self: stretch;
  }
  .blogArchive__featuredVisual {
    max-height: none;
  }
}
@media (max-width: 480px) {
  .blogArchive__postPreview {
    flex-direction: column;
  }
  .blogArchive__postArt {
    flex-basis: auto;
    width: 100%;
    height: 160px;
  }
  .blogArchive__newsletterActions {
    flex-direction: column;
  }
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}

.singlePost {
  min-width: 0;
  color: #192230;
  background: #ffffff;
}
.singlePost h1,
.singlePost h2,
.singlePost h3,
.singlePost h4,
.singlePost p {
  margin-top: 0;
}

.singlePost__readProgress {
  position: fixed;
  top: 80px;
  left: 0;
  z-index: 55;
  width: 100%;
  height: 2px;
  pointer-events: none;
}
.singlePost__readProgress span {
  display: block;
  width: 0;
  height: 100%;
  background: #ff6d3b;
}

body.admin-bar .singlePost__readProgress {
  top: 112px;
}

.singlePost__breadcrumbBar {
  border-bottom: 1px solid #f0f1f3;
  background: #ffffff;
}

.singlePost__breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  min-height: 48px;
  margin: 0;
  color: #8a94a3;
  font-size: 12px;
  font-weight: 680;
  line-height: 1;
}
.singlePost__breadcrumb a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #7d8794;
  white-space: nowrap;
}
.singlePost__breadcrumb a:hover {
  color: #e65d31;
}
.singlePost__breadcrumb > span {
  min-width: 0;
  overflow: hidden;
  color: #192230;
  font-weight: 760;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.singlePost__breadcrumbHome,
.singlePost__breadcrumbSeparator {
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.singlePost__breadcrumbSeparator {
  width: 13px;
  height: 13px;
  color: #c2c8d0;
}

.singlePost__header {
  padding: 66px 0 40px;
}

.singlePost__headerInner {
  max-width: 980px;
  margin: 0 auto;
}
.singlePost__headerInner h1 {
  max-width: 960px;
  margin-bottom: 22px;
  overflow-wrap: anywhere;
}

.singlePost__kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.singlePost__kicker a {
  display: inline-flex;
  align-items: center;
  min-height: 29px;
  padding: 0 10px;
  border: 1px solid #ffd9ca;
  border-radius: 999px;
  background: #fff0ea;
  color: #bd512d;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.singlePost__dek {
  max-width: 800px;
  margin-bottom: 28px;
  color: #616c7a;
  font-size: 19px;
  line-height: 1.65;
}

.singlePost__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  color: #7c8693;
}

.singlePost__metaDivider {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #c8cdd4;
}

.singlePost__shareButton {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  margin-left: auto;
  padding: 0 11px;
  border: 1px solid #e0e4e8;
  border-radius: 999px;
  background: #ffffff;
  color: #5e6976;
  font-size: 11px;
  font-weight: 800;
}
.singlePost__shareButton:hover {
  border-color: #cfd4db;
  color: #192230;
}
.singlePost__shareButton svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.singlePost__featuredMediaWrap {
  padding: 0 0 66px;
}

.singlePost__featuredMedia {
  position: relative;
  max-width: 1120px;
  height: clamp(400px, 51vw, 620px);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #eadfd9;
  border-radius: 32px;
  background: #f1f3f6;
  box-shadow: 0 20px 60px rgba(66, 42, 31, 0.08);
}

.singlePost__featuredImage {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.singlePost__articleArea {
  padding: 0 0 92px;
}

.singlePost__articleLayout {
  display: grid;
  grid-template-columns: 210px minmax(0, 760px);
  justify-content: center;
  gap: 64px;
  align-items: start;
}
.singlePost__articleLayout--withoutToc {
  grid-template-columns: minmax(0, 760px);
}

.singlePost__toc {
  position: sticky;
  top: 122px;
  padding-top: 9px;
}
.singlePost__toc p {
  margin-bottom: 13px;
  color: #929aa5;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.singlePost__toc a {
  position: relative;
  display: block;
  padding: 8px 0 8px 14px;
  border-left: 1px solid #e2e5e9;
  color: #828b97;
  font-size: 12px;
  line-height: 1.4;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.singlePost__toc a:hover, .singlePost__toc a.isActive {
  border-left-color: #ff6d3b;
  color: #192230;
}
.singlePost__toc a.isActive::before {
  position: absolute;
  top: 9px;
  bottom: 9px;
  left: -1px;
  width: 2px;
  border-radius: 999px;
  background: #ff6d3b;
  content: "";
}

.singlePost__toc .singlePost__tocLink--nested {
  padding-left: 28px;
  font-size: 11px;
}

.singlePost__mobileToc {
  display: none;
  margin-bottom: 30px;
}
.singlePost__mobileToc > button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 48px;
  padding: 0 15px;
  border: 1px solid #e1e5e9;
  border-radius: 14px;
  background: #ffffff;
  color: #192230;
  font-size: 12px;
  font-weight: 800;
}
.singlePost__mobileToc.isOpen > button {
  border-radius: 14px 14px 0 0;
}
.singlePost__mobileToc.isOpen .singlePost__mobileTocLinks {
  display: block;
}

.singlePost__mobileTocLinks {
  display: none;
  padding: 8px 14px 12px;
  border: 1px solid #e1e5e9;
  border-top: 0;
  border-radius: 0 0 14px 14px;
  background: #ffffff;
}
.singlePost__mobileTocLinks a {
  display: block;
  padding: 7px 0;
  color: #697482;
  font-size: 12px;
}
.singlePost__mobileTocLinks a.isActive {
  color: #e65d31;
  font-weight: 750;
}

.singlePost__mobileTocLinks .singlePost__mobileTocLink--nested {
  padding-left: 16px;
  font-size: 11px;
}

.singlePost__articleContent {
  min-width: 0;
}

.singlePost__prose {
  min-width: 0;
  color: #323d4b;
  font-size: 17px;
  line-height: 1.82;
  overflow-wrap: anywhere;
}
.singlePost__prose > p:first-child {
  color: #3e4957;
  font-size: 20px;
  line-height: 1.72;
}
.singlePost__prose p {
  margin-bottom: 25px;
}
.singlePost__prose h2,
.singlePost__prose h3,
.singlePost__prose h4 {
  color: #192230;
  font-weight: 800;
  overflow-wrap: anywhere;
  scroll-margin-top: 110px;
}
.singlePost__prose h2 {
  margin: 64px 0 20px;
  font-size: 35px;
  letter-spacing: -0.04em;
  line-height: 1.12;
}
.singlePost__prose h3 {
  margin: 42px 0 14px;
  font-size: 24px;
  letter-spacing: -0.03em;
  line-height: 1.2;
}
.singlePost__prose h4 {
  margin: 34px 0 12px;
  font-size: 19px;
  letter-spacing: -0.02em;
  line-height: 1.3;
}
.singlePost__prose a:not(.wp-block-button__link) {
  color: #006da8;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.singlePost__prose a:not(.wp-block-button__link):hover {
  color: #005382;
}
.singlePost__prose a:not(.wp-block-button__link):focus-visible {
  outline: 2px solid #006da8;
  outline-offset: 3px;
}
.singlePost__prose strong {
  color: #192230;
}
.singlePost__prose ul,
.singlePost__prose ol {
  margin: 0 0 27px;
  padding-left: 25px;
}
.singlePost__prose ul,
.singlePost__prose ul li {
  list-style: disc outside;
}
.singlePost__prose ol,
.singlePost__prose ol li {
  list-style: decimal outside;
}
.singlePost__prose li {
  margin: 9px 0;
  padding-left: 4px;
}
.singlePost__prose blockquote,
.singlePost__prose .wp-block-quote {
  margin: 38px 0;
  padding: 4px 0 4px 24px;
  border-left: 3px solid #ff6d3b;
  color: #3a4552;
  font-size: 22px;
  font-style: normal;
  letter-spacing: -0.015em;
  line-height: 1.55;
}
.singlePost__prose blockquote p,
.singlePost__prose .wp-block-quote p {
  margin: 0;
}
.singlePost__prose blockquote cite,
.singlePost__prose .wp-block-quote cite {
  display: block;
  margin-top: 12px;
  color: #8b95a3;
  font-size: 12px;
  font-style: normal;
}
.singlePost__prose figure,
.singlePost__prose .wp-block-image,
.singlePost__prose .wp-block-gallery,
.singlePost__prose .wp-block-embed {
  margin: 42px 0 46px;
}
.singlePost__prose figure img,
.singlePost__prose .wp-block-image img,
.singlePost__prose .wp-block-gallery img {
  width: auto;
  max-width: 100%;
  height: auto;
  border-radius: 22px;
}
.singlePost__prose figcaption,
.singlePost__prose .wp-element-caption,
.singlePost__prose .wp-block-image figcaption,
.singlePost__prose .wp-block-embed figcaption {
  margin-top: 11px;
  color: #8b95a3;
  font-size: 11px;
  line-height: 1.5;
  text-align: center;
}
.singlePost__prose .alignwide,
.singlePost__prose .wp-block-image.alignwide,
.singlePost__prose .wp-block-gallery.alignwide {
  position: relative;
  left: 50%;
  width: min(900px, 100vw - 48px);
  max-width: none;
  transform: translateX(-50%);
}
.singlePost__prose .alignfull,
.singlePost__prose .wp-block-image.alignfull,
.singlePost__prose .wp-block-gallery.alignfull {
  position: relative;
  left: 50%;
  width: min(1120px, 100vw - 48px);
  max-width: none;
  transform: translateX(-50%);
}
.singlePost__prose .wp-block-gallery {
  gap: 12px;
}
.singlePost__prose .wp-block-gallery figure {
  margin: 0;
}
.singlePost__prose pre,
.singlePost__prose .wp-block-code {
  max-width: 100%;
  margin: 38px 0;
  padding: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  border: 1px solid #263548;
  border-radius: 18px;
  background: #17212e;
  box-shadow: 0 14px 30px rgba(18, 27, 38, 0.12);
  color: #dce3eb;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 13px;
  line-height: 1.7;
  overflow-wrap: normal;
  tab-size: 2;
  white-space: pre;
  word-break: normal;
}
.singlePost__prose .singlePost__codeShell {
  position: relative;
  max-width: 100%;
  margin: 38px 0;
  overflow: hidden;
  border: 1px solid #263548;
  border-radius: 18px;
  background: #17212e;
  box-shadow: 0 14px 30px rgba(18, 27, 38, 0.12);
}
.singlePost__prose .singlePost__codeShell pre,
.singlePost__prose .singlePost__codeShell .wp-block-code {
  margin: 0;
  padding: 54px 20px 20px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.singlePost__prose .singlePost__codeCopy {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  min-width: 58px;
  height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: #e8edf3;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.02em;
  line-height: 1;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.singlePost__prose .singlePost__codeCopy:hover {
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.14);
}
.singlePost__prose .singlePost__codeCopy:focus-visible {
  outline: 2px solid #ff6d3b;
  outline-offset: 2px;
}
.singlePost__prose code {
  padding: 0.12em 0.34em;
  border-radius: 5px;
  background: #f0f2f4;
  color: #b04421;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 0.88em;
}
.singlePost__prose pre code,
.singlePost__prose .wp-block-code code {
  display: block;
  width: max-content;
  min-width: 100%;
  padding: 0;
  background: transparent;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  overflow-wrap: normal;
  white-space: pre;
  word-break: normal;
}
.singlePost__prose .singlePost__codeShell .hljs-comment,
.singlePost__prose .singlePost__codeShell .hljs-quote {
  color: #7f8c9d;
  font-style: italic;
}
.singlePost__prose .singlePost__codeShell .hljs-keyword,
.singlePost__prose .singlePost__codeShell .hljs-selector-tag,
.singlePost__prose .singlePost__codeShell .hljs-literal,
.singlePost__prose .singlePost__codeShell .hljs-section,
.singlePost__prose .singlePost__codeShell .hljs-link {
  color: #ff8a65;
}
.singlePost__prose .singlePost__codeShell .hljs-string,
.singlePost__prose .singlePost__codeShell .hljs-attr,
.singlePost__prose .singlePost__codeShell .hljs-template-variable,
.singlePost__prose .singlePost__codeShell .hljs-template-tag,
.singlePost__prose .singlePost__codeShell .hljs-addition {
  color: #a6e3a1;
}
.singlePost__prose .singlePost__codeShell .hljs-number,
.singlePost__prose .singlePost__codeShell .hljs-symbol,
.singlePost__prose .singlePost__codeShell .hljs-bullet,
.singlePost__prose .singlePost__codeShell .hljs-variable,
.singlePost__prose .singlePost__codeShell .hljs-regexp {
  color: #f9cc6c;
}
.singlePost__prose .singlePost__codeShell .hljs-title,
.singlePost__prose .singlePost__codeShell .hljs-title.class_,
.singlePost__prose .singlePost__codeShell .hljs-title.function_,
.singlePost__prose .singlePost__codeShell .hljs-selector-id,
.singlePost__prose .singlePost__codeShell .hljs-selector-class {
  color: #82d2ff;
}
.singlePost__prose .singlePost__codeShell .hljs-built_in,
.singlePost__prose .singlePost__codeShell .hljs-type,
.singlePost__prose .singlePost__codeShell .hljs-name,
.singlePost__prose .singlePost__codeShell .hljs-tag,
.singlePost__prose .singlePost__codeShell .hljs-meta,
.singlePost__prose .singlePost__codeShell .hljs-doctag {
  color: #c8a9ff;
}
.singlePost__prose .singlePost__codeShell .hljs-attribute,
.singlePost__prose .singlePost__codeShell .hljs-params,
.singlePost__prose .singlePost__codeShell .hljs-property {
  color: #f0b8d1;
}
.singlePost__prose .singlePost__codeShell .hljs-deletion {
  color: #ff8792;
}
.singlePost__prose .singlePost__codeShell .hljs-emphasis {
  font-style: italic;
}
.singlePost__prose .singlePost__codeShell .hljs-strong {
  font-weight: 700;
}
.singlePost__prose table,
.singlePost__prose .wp-block-table table {
  width: 100%;
  margin: 38px 0;
  border: 1px solid #e2e5e9;
  border-collapse: separate;
  border-radius: 16px;
  border-spacing: 0;
  font-size: 13px;
}
.singlePost__prose .wp-block-table {
  max-width: 100%;
  margin: 38px 0;
  overflow-x: auto;
}
.singlePost__prose .wp-block-table table {
  margin: 0;
}
.singlePost__prose th,
.singlePost__prose td {
  padding: 13px 15px;
  border: 0;
  border-bottom: 1px solid #edf0f2;
  text-align: left;
  vertical-align: top;
}
.singlePost__prose th {
  background: #f7f8f9;
  color: #55606e;
  font-size: 10px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.singlePost__prose tr:last-child td {
  border-bottom: 0;
}
.singlePost__prose .wp-block-button {
  margin: 28px 0;
}
.singlePost__prose .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  background: #ff6d3b;
  color: #ffffff;
  font-size: 14px;
  font-weight: 760;
  text-decoration: none;
}
.singlePost__prose .wp-block-button__link:hover {
  background: #e65d31;
  color: #ffffff;
}
.singlePost__prose .wp-block-separator {
  margin: 48px 0;
  border: 0;
  border-top: 1px solid #e7e9ed;
}
.singlePost__prose .wp-block-embed__wrapper {
  position: relative;
  max-width: 100%;
  overflow: hidden;
  border-radius: 18px;
}
.singlePost__prose iframe,
.singlePost__prose video {
  display: block;
  max-width: 100%;
}

.singlePost__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 58px;
  padding-top: 28px;
  border-top: 1px solid #e7e9ed;
}
.singlePost__tags > span {
  margin-right: 4px;
  color: #8b95a3;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.singlePost__tags a {
  display: inline-flex;
  align-items: center;
  min-height: 29px;
  padding: 0 10px;
  border: 1px solid #e1e5e9;
  border-radius: 999px;
  color: #687381;
  font-size: 10px;
  font-weight: 750;
}
.singlePost__tags a:hover {
  border-color: #ccd2d9;
  color: #192230;
}

.singlePost__related {
  padding: 76px 0 88px;
  border-top: 1px solid #eef0f2;
  background: #f7f8fa;
}

.singlePost__relatedHeading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 25px;
}
.singlePost__relatedHeading h2 {
  margin: 0;
}
.singlePost__relatedHeading a {
  color: #6e7885;
  font-size: 11px;
  font-weight: 800;
}
.singlePost__relatedHeading a:hover {
  color: #e65d31;
}

.singlePost__relatedGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 17px;
}

.singlePost__relatedCard {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #e3e6e9;
  border-radius: 21px;
  background: #ffffff;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.singlePost__relatedCard:hover {
  border-color: #d3d8de;
  box-shadow: 0 15px 36px rgba(18, 27, 38, 0.07);
  transform: translateY(-3px);
}
.singlePost__relatedCard > a {
  display: block;
  height: 100%;
}

.singlePost__relatedMedia {
  position: relative;
  height: 170px;
  overflow: hidden;
  background: linear-gradient(145deg, #fff0e8, #fff9f5);
}

.singlePost__relatedImage {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.singlePost__relatedFallback {
  position: absolute;
  top: 18%;
  right: 13%;
  bottom: 16%;
  left: 13%;
  border: 1px solid rgba(215, 220, 226, 0.92);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 12px 26px rgba(28, 37, 49, 0.08);
}
.singlePost__relatedFallback span,
.singlePost__relatedFallback i {
  position: absolute;
  left: 13px;
  height: 8px;
  border-radius: 999px;
  background: #dfe3e8;
}
.singlePost__relatedFallback span {
  top: 16px;
  width: 62%;
}
.singlePost__relatedFallback i:nth-of-type(1) {
  top: 44px;
  width: 78%;
}
.singlePost__relatedFallback i:nth-of-type(2) {
  top: 64px;
  width: 52%;
}
.singlePost__relatedFallback i:nth-of-type(3) {
  display: none;
}

.singlePost__relatedCopy {
  padding: 21px 22px 23px;
}
.singlePost__relatedCopy > span {
  display: block;
  margin-bottom: 11px;
  color: #8b95a3;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.singlePost__relatedCopy h3 {
  margin: 0 0 8px;
  overflow-wrap: anywhere;
}
.singlePost__relatedCopy p {
  margin: 0;
  color: #79828e;
  font-size: 11px;
  line-height: 1.55;
}

.singlePost__cta {
  padding: 80px 0;
}

.singlePost__ctaBox {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  overflow: hidden;
  padding: 42px 46px;
  border-radius: 29px;
  background: #202a38;
  color: #ffffff;
}
.singlePost__ctaBox::after {
  position: absolute;
  top: -145px;
  right: -90px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: rgba(255, 109, 59, 0.15);
  content: "";
}
.singlePost__ctaBox > div {
  position: relative;
  z-index: 1;
}
.singlePost__ctaBox h2 {
  margin: 0 0 8px;
}
.singlePost__ctaBox p {
  max-width: 630px;
  margin: 0;
  color: #b7c0ca;
  font-size: 13px;
}

.singlePost__ctaActions {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 10px;
}

.singlePost__ctaPrimary {
  background: #ffffff;
  color: #202a38;
}

.singlePost__ctaSecondary {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
}

@media (max-width: 1050px) {
  .singlePost__articleLayout {
    grid-template-columns: 170px minmax(0, 700px);
    gap: 40px;
  }
  .singlePost__articleLayout--withoutToc {
    grid-template-columns: minmax(0, 760px);
  }
  .singlePost__prose .alignwide,
  .singlePost__prose .wp-block-image.alignwide,
  .singlePost__prose .wp-block-gallery.alignwide {
    width: min(820px, 100vw - 48px);
  }
  .singlePost__relatedGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .singlePost__relatedCard:last-child {
    display: none;
  }
}
@media (max-width: 782px) {
  html {
    scroll-padding-top: 96px;
  }
  .singlePost__readProgress {
    top: 70px;
  }
  body.admin-bar .singlePost__readProgress {
    top: 116px;
  }
  .singlePost__header {
    padding: 48px 0 30px;
  }
  .singlePost__dek {
    font-size: 17px;
  }
  .singlePost__shareButton {
    margin-left: 0;
  }
  .singlePost__featuredMediaWrap {
    padding-bottom: 48px;
  }
  .singlePost__featuredMedia {
    height: 430px;
    border-radius: 22px;
  }
  .singlePost__articleLayout,
  .singlePost__articleLayout--withoutToc {
    display: block;
  }
  .singlePost__toc {
    display: none;
  }
  .singlePost__mobileToc {
    display: block;
  }
  .singlePost__prose {
    font-size: 16px;
    line-height: 1.78;
  }
  .singlePost__prose > p:first-child {
    font-size: 18px;
  }
  .singlePost__prose h2 {
    margin-top: 52px;
    font-size: 31px;
  }
  .singlePost__prose .alignwide,
  .singlePost__prose .alignfull,
  .singlePost__prose .wp-block-image.alignwide,
  .singlePost__prose .wp-block-image.alignfull,
  .singlePost__prose .wp-block-gallery.alignwide,
  .singlePost__prose .wp-block-gallery.alignfull {
    left: auto;
    width: 100%;
    max-width: 100%;
    transform: none;
  }
  .singlePost__relatedGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .singlePost__ctaBox {
    align-items: flex-start;
    flex-direction: column;
    padding: 34px 28px;
  }
}
@media (max-width: 560px) {
  .singlePost__breadcrumb {
    min-height: 44px;
  }
  .singlePost__header {
    padding-top: 38px;
  }
  .singlePost__meta {
    gap: 8px;
  }
  .singlePost__featuredMedia {
    height: 335px;
  }
  .singlePost__articleArea {
    padding-bottom: 66px;
  }
  .singlePost__prose h2 {
    font-size: 29px;
  }
  .singlePost__prose h3 {
    font-size: 22px;
  }
  .singlePost__prose blockquote,
  .singlePost__prose .wp-block-quote {
    font-size: 19px;
  }
  .singlePost__prose .wp-block-table table {
    min-width: 560px;
  }
  .singlePost__prose > table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
  }
  .singlePost__related {
    padding: 60px 0 68px;
  }
  .singlePost__relatedHeading {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
  .singlePost__relatedGrid {
    grid-template-columns: 1fr;
  }
  .singlePost__relatedCard:last-child {
    display: block;
  }
  .singlePost__cta {
    padding: 60px 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .singlePost *,
  .singlePost *::before,
  .singlePost *::after {
    transition-duration: 0.01ms !important;
  }
}
.da-single-page,
.da-single-page * {
  box-sizing: border-box;
}

.da-single-page {
  --orange: #ff6c3a;
  --orange-dark: #e85a2a;
  --orange-light: #fff4f0;
  --orange-mid: #ffe0d6;
  --navy: #232c3b;
  --text: #242d3c;
  --muted: #718096;
  --muted-light: #9ca3af;
  --border: #e5e7eb;
  --bg: #f9fafb;
  --white: #fff;
  padding: 48px 0 64px;
  background: var(--bg);
}

.da-single-page .da-single-shell {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 48px;
}

.da-single-page .woocommerce-notices-wrapper {
  margin-bottom: 18px;
}

.da-single-page .woocommerce-notices-wrapper :where(.woocommerce-info, .woocommerce-message, .woocommerce-error) {
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--white);
}

.da-single-page .da-single-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 13px;
}

.da-single-page .da-single-breadcrumb a {
  color: var(--orange);
  text-decoration: none;
}

.da-single-page .da-single-main {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 8px 24px rgba(35, 44, 59, 0.06);
}

.da-single-page .da-single-media {
  padding: 28px;
  border-right: 1px solid var(--border);
  background: linear-gradient(145deg, var(--orange-light) 0%, #fff 75%);
}

.da-single-page .woocommerce-product-gallery {
  margin: 0 !important;
}

.da-single-page .woocommerce-product-gallery__wrapper {
  height: 100%;
}

.da-single-page :where(.woocommerce-product-gallery__wrapper img, .woocommerce-product-gallery img) {
  width: 100%;
  border-radius: 12px;
  background: #fff;
}

.da-single-page .da-single-summary {
  margin: 0 !important;
  padding: 34px 34px 30px;
}

.da-single-page .da-single-summary .product_title {
  margin: 0 0 14px;
  color: var(--text);
  font-family: "proximanova", "Poppins", sans-serif;
  font-size: 40px;
  line-height: 1.04;
}

.da-single-page .da-single-summary .woocommerce-product-rating {
  margin-bottom: 10px;
}

.da-single-page .da-single-summary .price {
  margin: 0 0 18px;
  color: var(--text);
  font-family: "proximanova", "Poppins", sans-serif;
  font-size: 30px;
  line-height: 1.1;
}

.da-single-page .da-single-summary .price del {
  margin-right: 8px;
  color: var(--muted-light);
  font-size: 20px;
}

.da-single-page .da-single-summary .price ins {
  text-decoration: none;
}

.da-single-page .da-single-summary .woocommerce-product-details__short-description {
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.da-single-page .da-single-summary form.cart {
  margin: 0 0 14px;
}

.da-single-page .da-single-summary form.cart table.variations {
  margin: 0 0 14px;
  border: 0;
}

.da-single-page .da-single-summary form.cart table.variations tr {
  display: block;
  margin-bottom: 10px;
}

.da-single-page .da-single-summary form.cart table.variations :where(th, td) {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  text-align: left;
}

.da-single-page .da-single-summary form.cart table.variations th {
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.da-single-page .da-single-summary form.cart table.variations select {
  width: 100%;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--white);
  color: var(--text);
  font-size: 14px;
}

.da-single-page .da-single-summary .reset_variations {
  font-size: 12px;
}

.da-single-page .da-single-summary .single_variation_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
}

.da-single-page .da-single-summary .single_variation {
  width: 100%;
  margin-bottom: 0;
}

.da-single-page .da-single-summary .woocommerce-variation-price {
  margin: 0 0 8px;
}

.da-single-page .da-single-summary .woocommerce-variation-price .price {
  margin: 0;
  font-size: 25px;
}

.da-single-page .da-single-summary form.cart .quantity {
  margin: 0;
}

.da-single-page .da-single-summary form.cart .quantity input.qty {
  width: 84px;
  min-height: 46px;
  border: 1px solid var(--border);
  border-radius: 8px;
  color: var(--text);
  font-size: 15px;
}

.da-single-page .da-single-summary .single_add_to_cart_button.button {
  min-height: 46px;
  padding: 0 22px;
  border: 0;
  border-radius: 8px;
  background: var(--orange);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  transition: background 0.2s, transform 0.2s;
}

.da-single-page .da-single-summary .single_add_to_cart_button.button:hover {
  background: var(--orange-dark);
  transform: translateY(-1px);
}

.da-single-page .da-single-summary .single_add_to_cart_button.button:disabled {
  background: #f4a78e;
  cursor: not-allowed;
}

.da-single-page .da-single-summary .product_meta {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--border);
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.da-single-page .da-single-summary .product_meta a {
  color: var(--orange);
}

.da-single-page .da-single-summary .product_meta > span {
  display: block;
}

.da-single-page .da-single-summary #wc-stripe-express-checkout-element {
  margin-top: 12px !important;
}

.da-single-page .da-single-after {
  margin-top: 24px;
}

.da-single-page .da-single-after :where(.woocommerce-tabs, .related, .upsells) {
  margin-bottom: 22px;
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--white);
}

.da-single-page .da-single-after .woocommerce-tabs ul.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 16px;
  padding: 0;
  border: 0;
}

.da-single-page .da-single-after .woocommerce-tabs ul.tabs::before,
.da-single-page .da-single-after .woocommerce-tabs ul.tabs li::before,
.da-single-page .da-single-after .woocommerce-tabs ul.tabs li::after {
  display: none;
}

.da-single-page .da-single-after .woocommerce-tabs ul.tabs li {
  margin: 0;
  padding: 0;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--bg);
}

.da-single-page .da-single-after .woocommerce-tabs ul.tabs li a {
  padding: 8px 14px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.da-single-page .da-single-after .woocommerce-tabs ul.tabs li.active {
  border-color: var(--navy);
  background: var(--navy);
}

.da-single-page .da-single-after .woocommerce-tabs ul.tabs li.active a {
  color: #fff;
}

.da-single-page .da-single-after .woocommerce-Tabs-panel {
  margin: 0;
  padding: 0;
  color: var(--muted);
  line-height: 1.8;
}

.da-single-page .da-single-after :where(h2, h3) {
  margin: 0 0 16px;
  color: var(--text);
  font-family: "proximanova", "Poppins", sans-serif;
  font-size: 26px;
  line-height: 1.15;
}

.da-single-page .da-single-after :where(.related, .upsells) ul.products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
}

.da-single-page .da-single-after :where(.related, .upsells) ul.products::before,
.da-single-page .da-single-after :where(.related, .upsells) ul.products::after {
  content: none;
}

.da-single-page .da-single-after :where(.related, .upsells) ul.products li.product {
  float: none;
  width: 100%;
  margin: 0;
}

@media (max-width: 1024px) {
  .da-single-page .da-single-shell {
    padding: 0 26px;
  }
  .da-single-page .da-single-main {
    grid-template-columns: 1fr;
  }
  .da-single-page .da-single-media {
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }
  .da-single-page .da-single-summary {
    padding: 28px;
  }
  .da-single-page .da-single-summary .product_title {
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  .da-single-page {
    padding: 36px 0 48px;
  }
  .da-single-page .da-single-shell {
    padding: 0 16px;
  }
  .da-single-page .da-single-media {
    padding: 16px;
  }
  .da-single-page .da-single-summary {
    padding: 22px 18px;
  }
  .da-single-page .da-single-summary .product_title {
    font-size: 30px;
  }
  .da-single-page .da-single-summary .price {
    font-size: 26px;
  }
  .da-single-page .da-single-summary form.cart .quantity input.qty {
    width: 74px;
  }
  .da-single-page .da-single-after :where(.woocommerce-tabs, .related, .upsells) {
    padding: 20px 16px;
  }
  .da-single-page .da-single-after :where(.related, .upsells) ul.products {
    grid-template-columns: 1fr;
  }
}
:is(.checkoutPage, .cartPage) {
  padding: var(--section-padding-block-compact) 0 var(--section-padding-block);
  background: var(--soft-warm);
  color: var(--ink);
}
:is(.checkoutPage, .cartPage) :where(h1, h2, h3, p) {
  margin: 0;
}
:is(.checkoutPage, .cartPage) :where(button, input, select, textarea) {
  font-family: inherit;
}
:is(.checkoutPage, .cartPage) :where(a:not(.button, .btn)) {
  color: #006da8;
  text-decoration: underline;
  text-underline-offset: 3px;
}
:is(.checkoutPage, .cartPage) :where(a:not(.button, .btn)):hover {
  color: #005382;
}
:is(.checkoutPage, .cartPage) :where(a, button, input, select, textarea):focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 3px;
}
:is(.checkoutPage, .cartPage) :where(input, select, textarea):disabled {
  cursor: not-allowed;
}
:is(.checkoutPage, .cartPage) .button:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
}
:is(.checkoutPage, .cartPage) .input-text,
:is(.checkoutPage, .cartPage) select {
  width: 100%;
  max-width: 100%;
  min-height: var(--space-9);
  padding: var(--space-3) var(--space-4);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--paper);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.5;
}
:is(.checkoutPage, .cartPage) .input-text::placeholder {
  color: var(--muted);
}
:is(.checkoutPage, .cartPage) .input-text.has-error {
  border-color: var(--orange-dark);
}
:is(.checkoutPage, .cartPage) .coupon-error-notice {
  display: block;
  margin-top: var(--space-2);
  color: var(--orange-dark);
  overflow-wrap: anywhere;
}

.checkoutPage__breadcrumbBar,
.cartPage__breadcrumbBar {
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.checkoutPage__breadcrumb,
.cartPage__breadcrumb {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  min-height: 45px;
  color: var(--muted);
}
.checkoutPage__breadcrumb a,
.cartPage__breadcrumb a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}
.checkoutPage__breadcrumb [aria-current],
.cartPage__breadcrumb [aria-current] {
  color: var(--ink);
}

.checkoutPage__intro,
.cartPage__intro {
  margin-bottom: var(--space-8);
}
.checkoutPage__intro h1,
.cartPage__intro h1 {
  margin: var(--space-4) 0 var(--space-5);
  text-wrap: balance;
}
.checkoutPage__intro > .typeLead,
.cartPage__intro > .typeLead {
  max-width: 60ch;
  color: var(--muted);
}

.checkoutPage__card,
.checkoutPage .woocommerce-order,
.checkoutPage form#order_review,
.cartPage .woocommerce-cart-form,
.cartPage .cart_totals,
.cartPage__empty {
  min-width: 0;
  padding: var(--space-7);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--paper);
  box-shadow: var(--shadow-sm);
}

.checkoutPage__flow .woocommerce-notices-wrapper:empty,
.cartPage__content .woocommerce-notices-wrapper:empty {
  display: none;
}
.checkoutPage__flow .woocommerce-error,
.checkoutPage__flow .woocommerce-info,
.checkoutPage__flow .woocommerce-message,
.cartPage__content .woocommerce-error,
.cartPage__content .woocommerce-info,
.cartPage__content .woocommerce-message {
  padding: var(--space-4) var(--space-5);
  margin: 0 0 var(--space-4);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--paper);
  color: var(--ink);
  overflow-wrap: anywhere;
}
.checkoutPage__flow ul.woocommerce-error,
.cartPage__content ul.woocommerce-error {
  padding-left: var(--space-8);
  border-color: var(--orange-dark);
}
.checkoutPage__flow .woocommerce-error a,
.cartPage__content .woocommerce-error a {
  text-decoration: underline;
}
.checkoutPage__flow .woocommerce-info a:not(.btn),
.cartPage__content .woocommerce-info a:not(.btn) {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}

.checkoutPage__help,
.cartPage__help {
  margin-top: var(--space-6);
  text-align: center;
  color: var(--muted);
}
.checkoutPage__help nav,
.cartPage__help nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-2) var(--space-6);
  margin-top: var(--space-2);
}
.checkoutPage__help a,
.cartPage__help a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}

@media (max-width: 760px) {
  :is(.checkoutPage, .cartPage) {
    padding: var(--section-padding-block-compact-mobile) 0 var(--section-padding-block-mobile);
  }
  .checkoutPage__intro,
  .cartPage__intro {
    margin-bottom: var(--space-7);
  }
  .checkoutPage__card,
  .checkoutPage .woocommerce-order,
  .checkoutPage form#order_review,
  .cartPage .woocommerce-cart-form,
  .cartPage .cart_totals,
  .cartPage__empty {
    padding: var(--space-6);
  }
}
@media (prefers-reduced-motion: reduce) {
  :is(.checkoutPage, .cartPage) .button {
    transition: none;
  }
  :is(.checkoutPage, .cartPage) .button:hover {
    transform: none;
  }
}
.checkoutPage__intro,
.checkoutPage__flow,
.checkoutPage__help {
  max-width: 790px;
  margin-inline: auto;
  min-width: 0;
}

.checkoutPage__intro {
  text-align: center;
}
.checkoutPage__intro > .typeLead {
  margin-inline: auto;
}

.checkoutPage__customer {
  position: relative;
}
.checkoutPage__customer .woocommerce-billing-fields > h3 {
  margin-bottom: var(--space-6);
  padding-right: var(--space-11);
}
.checkoutPage__customer .woocommerce-account-fields:not(:empty) {
  margin-top: var(--space-5);
}
.checkoutPage__customer .woocommerce-additional-fields > h3 {
  margin: var(--space-6) 0 var(--space-4);
}

.checkoutPage .woocommerce-billing-fields__field-wrapper,
.checkoutPage .woocommerce-shipping-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-5) var(--space-4);
}
.checkoutPage .form-row {
  min-width: 0;
  padding: 0;
  margin: 0 0 var(--space-5);
}
.checkoutPage .form-row > label {
  display: block;
  margin-bottom: var(--space-2);
  color: var(--ink-2);
}
.checkoutPage .form-row .required {
  color: var(--orange-dark);
  text-decoration: none;
}
.checkoutPage .form-row .optional {
  color: var(--muted);
}
.checkoutPage :is(.woocommerce-billing-fields__field-wrapper, .woocommerce-shipping-fields__field-wrapper) > .form-row {
  grid-column: 1/-1;
  margin: 0;
}
.checkoutPage :is(.woocommerce-billing-fields__field-wrapper, .woocommerce-shipping-fields__field-wrapper) > :is(.form-row-first, .form-row-last) {
  grid-column: auto;
}
.checkoutPage .woocommerce-input-wrapper {
  display: block;
  min-width: 0;
}
.checkoutPage textarea.input-text {
  min-height: 120px;
  resize: vertical;
}
.checkoutPage input[type=checkbox],
.checkoutPage input[type=radio] {
  width: 18px;
  height: 18px;
  margin: 0 var(--space-2) 0 0;
  accent-color: var(--orange-dark);
  vertical-align: middle;
}
.checkoutPage label.checkbox,
.checkoutPage .woocommerce-form__label-for-checkbox {
  min-height: 44px;
  padding-block: var(--space-3);
  cursor: pointer;
}
.checkoutPage .woocommerce-invalid .input-text,
.checkoutPage .woocommerce-invalid .select2-selection {
  border-color: var(--orange-dark);
}
.checkoutPage .woocommerce-error,
.checkoutPage .woocommerce-invalid .checkout-inline-error-message {
  color: var(--orange-dark);
}
.checkoutPage .checkout-inline-error-message {
  display: block;
  margin-top: var(--space-2);
  overflow-wrap: anywhere;
}
.checkoutPage .form-row .description {
  display: block;
  margin-top: var(--space-2);
  color: var(--muted);
}
.checkoutPage .password-input {
  display: flex;
  position: relative;
}
.checkoutPage .password-input input {
  padding-right: var(--space-10);
}
.checkoutPage .show-password-input {
  position: absolute;
  right: var(--space-2);
  top: 2px;
  min-width: 44px;
  min-height: 44px;
  border: 0;
  border-radius: var(--radius-sm);
  background: var(--soft) url("../img/checkout/icon-eye.svg") center/20px no-repeat;
  cursor: pointer;
}
.checkoutPage .show-password-input.display-password {
  background-image: url("../img/checkout/icon-eye-off.svg");
}
.checkoutPage #ship-to-different-address {
  margin-block: var(--space-6);
}
.checkoutPage #ship-to-different-address label {
  display: flex;
  align-items: center;
  min-height: 44px;
  gap: var(--space-2);
}
.checkoutPage .woocommerce-form-login > p {
  margin-bottom: var(--space-5);
}
.checkoutPage .woocommerce-form-login .lost_password {
  margin: var(--space-4) 0 0;
}
.checkoutPage .lost_password a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}
.checkoutPage .checkout_coupon .form-row:last-of-type {
  margin-bottom: 0;
}
.checkoutPage .select2-container {
  width: 100%;
  max-width: 100%;
}
.checkoutPage .select2-selection--single {
  min-height: var(--space-9);
  padding: var(--space-2);
  border-color: var(--line);
  border-radius: var(--radius-sm);
}
.checkoutPage .select2-selection--single .select2-selection__rendered {
  line-height: 30px;
}
.checkoutPage .select2-selection--single .select2-selection__arrow {
  height: 46px;
}
.checkoutPage .select2-container--focus .select2-selection,
.checkoutPage .select2-container--open .select2-selection {
  outline: 3px solid var(--blue);
  outline-offset: 3px;
}

.checkoutPage__paymentTitle {
  padding-top: var(--space-7);
  margin: var(--space-7) 0 var(--space-5);
  border-top: 1px solid var(--line);
}

.checkoutPage__summary {
  margin-bottom: var(--space-5);
  padding: var(--space-4) var(--space-5);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--soft);
}

.checkoutPage__summaryMain {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-6);
}

.checkoutPage__summaryProducts {
  min-width: 0;
  overflow-wrap: anywhere;
}

.checkoutPage__summaryProducts p + p {
  margin-top: var(--space-1);
}

.checkoutPage__currency,
.checkoutPage__summaryTotal > span {
  color: var(--muted);
}

.checkoutPage__summaryTotal {
  flex-shrink: 0;
  text-align: right;
}

.checkoutPage__summaryTotal .typeCardTitle {
  margin-top: var(--space-1);
}

.checkoutPage__summaryTotal .includes_tax {
  display: block;
}

.checkoutPage__renewals {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2) var(--space-5);
  color: var(--muted);
  margin-top: var(--space-3);
}

.checkoutPage__renewals .first-payment-date {
  display: inline;
  margin-left: var(--space-2);
}

.checkoutPage__renewals small {
  font: inherit;
}

.checkoutPage__summaryActions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0 var(--space-5);
  align-items: start;
  margin-top: var(--space-2);
}

.checkoutPage__breakdown {
  min-width: 0;
  grid-column: 1/-1;
  grid-row: 1;
}

.checkoutPage__breakdown > summary {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  min-height: 44px;
  width: fit-content;
  list-style: none;
  cursor: pointer;
  color: var(--ink-2);
}

.checkoutPage__breakdown > summary::-webkit-details-marker {
  display: none;
}

.checkoutPage__breakdown > summary::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url("../img/navigation/icon-chevron-down.svg") center/contain no-repeat;
}

.checkoutPage__breakdown[open] > summary::after {
  transform: rotate(180deg);
}

.checkoutPage__breakdown > .shop_table {
  margin-top: var(--space-3);
}

.checkoutPage__summaryActions > a {
  grid-column: 2;
  grid-row: 1;
}

.checkoutPage .checkoutPage__quietAction {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  width: fit-content;
  color: var(--ink-2);
  text-underline-offset: 3px;
}

.checkoutPage .checkoutPage__quietAction:hover {
  color: var(--orange-dark);
}

.checkoutPage__signIn {
  position: absolute;
  top: calc(-1 * var(--space-2));
  right: 0;
}

.checkoutPage__breakdown > summary:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 3px;
  border-radius: var(--space-1);
}

.checkoutPage__dialog {
  position: relative;
  inset: auto;
  width: 100%;
  max-width: none;
  margin: var(--space-6) 0 0;
  padding: var(--space-7);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--paper);
  color: var(--ink);
}
.checkoutPage__dialog :where(.woocommerce-form-login, .checkout_coupon) {
  padding: 0;
  margin: 0;
  border: 0;
  box-shadow: none;
}
.checkoutPage__dialog:modal {
  position: fixed;
  inset: 0;
  margin: auto;
  width: min(100% - 32px, 540px);
  max-height: calc(100dvh - 48px);
  overflow: auto;
  box-shadow: var(--shadow-md);
}
.checkoutPage__dialog::backdrop {
  background: rgba(17, 25, 35, 0.5);
}

.checkoutPage__dialogHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  margin-bottom: var(--space-6);
}

.checkoutPage__dialogClose {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--soft) url("../img/navigation/icon-close.svg") center/20px no-repeat;
  cursor: pointer;
}

.checkoutPage #order_review {
  min-width: 0;
}
.checkoutPage .shop_table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  text-align: left;
  overflow-wrap: anywhere;
}
.checkoutPage .shop_table th, .checkoutPage .shop_table td {
  padding: var(--space-4) var(--space-3);
  vertical-align: top;
  border-bottom: 1px solid var(--line);
}
.checkoutPage .shop_table thead {
  background: var(--soft);
}
.checkoutPage .shop_table th {
  font-weight: var(--type-meta-weight);
}
.checkoutPage .shop_table th:first-child, .checkoutPage .shop_table td:first-child {
  width: 58%;
  padding-left: 0;
}
.checkoutPage .shop_table th:last-child, .checkoutPage .shop_table td:last-child {
  text-align: right;
  padding-right: 0;
}
.checkoutPage .shop_table thead th:first-child {
  padding-left: var(--space-3);
}
.checkoutPage .shop_table thead th:last-child {
  padding-right: var(--space-3);
}
.checkoutPage .shop_table tfoot th {
  color: var(--muted);
}
.checkoutPage .shop_table .order-total > th, .checkoutPage .shop_table .order-total > td {
  color: var(--ink);
}
.checkoutPage .shop_table .recurring-totals th {
  padding-top: var(--space-7);
  color: var(--ink);
  text-align: left;
}
.checkoutPage .shop_table small, .checkoutPage .shop_table .first-payment-date {
  display: block;
  margin-top: var(--space-2);
  color: var(--muted);
}
.checkoutPage .shop_table dl.variation {
  margin: var(--space-2) 0 0;
}
.checkoutPage .shop_table dl.variation dt, .checkoutPage .shop_table dl.variation dd {
  display: inline;
  margin: 0;
}
.checkoutPage .shop_table dl.variation dd p {
  display: inline;
}
.checkoutPage .shop_table .woocommerce-Price-amount {
  white-space: nowrap;
}
.checkoutPage #payment .payment_methods {
  list-style: none;
  padding: 0;
  margin: 0 0 var(--space-6);
}
.checkoutPage #payment .payment_methods > li {
  list-style: none;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
}
.checkoutPage #payment .payment_methods > li + li {
  margin-top: var(--space-5);
  padding-top: var(--space-5);
  border-top: 1px solid var(--line);
}
.checkoutPage #payment .payment_methods > li > label {
  display: inline;
  cursor: pointer;
}
.checkoutPage #payment .payment_methods > li > label img {
  max-width: 80px;
  max-height: 28px;
  object-fit: contain;
  vertical-align: middle;
  margin-left: var(--space-2);
}
.checkoutPage #payment .payment_box {
  margin-top: var(--space-4);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.checkoutPage #payment .payment_box > fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
.checkoutPage #payment .payment_box p + p {
  margin-top: var(--space-3);
}
.checkoutPage #payment .payment_box iframe {
  max-width: 100%;
}
.checkoutPage #payment .payment_methods .woocommerce-info {
  margin-bottom: 0;
  border: 0;
  padding: 0;
  background: transparent;
}
.checkoutPage #payment .place-order {
  margin-bottom: 0;
}
.checkoutPage .woocommerce-terms-and-conditions {
  max-height: 240px;
  overflow: auto;
  padding: var(--space-4);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
}
.checkoutPage .woocommerce-privacy-policy-text {
  margin-bottom: var(--space-5);
  color: var(--muted);
}
.checkoutPage .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: var(--space-6);
}
.checkoutPage #place_order {
  width: 100%;
  min-height: var(--space-9);
  margin-top: var(--space-4);
}
.checkoutPage .woocommerce-order > p,
.checkoutPage .woocommerce-order > ul {
  margin-bottom: var(--space-6);
}
.checkoutPage .woocommerce-order section {
  margin: var(--space-7) 0 0;
}
.checkoutPage .woocommerce-order h2,
.checkoutPage .woocommerce-order h3 {
  margin-bottom: var(--space-5);
}
.checkoutPage .woocommerce-order-overview {
  padding-left: var(--space-5);
}
.checkoutPage .woocommerce-order-overview li + li {
  margin-top: var(--space-3);
}
.checkoutPage .woocommerce-order address {
  font-style: normal;
}

@media (max-width: 760px) {
  .checkoutPage__dialog {
    padding: var(--space-6);
  }
}
@media (max-width: 480px) {
  .checkoutPage__summaryMain {
    align-items: flex-start;
    gap: var(--space-3);
  }
  .checkoutPage .woocommerce-billing-fields__field-wrapper,
  .checkoutPage .woocommerce-shipping-fields__field-wrapper {
    grid-template-columns: minmax(0, 1fr);
  }
  .checkoutPage .shop_table :is(th, td) {
    padding-inline: var(--space-2);
  }
}
.cartPage__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.48fr);
  align-items: start;
  gap: var(--space-6);
}

.cartPage .woocommerce-cart-form {
  margin: 0;
}
.cartPage .cart-collaterals {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-6);
}
.cartPage .cart_totals > h2 {
  margin-bottom: var(--space-5);
}
.cartPage .shop_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  text-align: left;
  overflow-wrap: anywhere;
}
.cartPage .shop_table th,
.cartPage .shop_table td {
  padding: var(--space-4) var(--space-2);
  vertical-align: middle;
  border-bottom: 1px solid var(--line);
}
.cartPage .shop_table th {
  color: var(--muted);
}
.cartPage .shop_table :is(th, td):first-child {
  padding-left: 0;
}
.cartPage .shop_table :is(th, td):last-child {
  padding-right: 0;
}
.cartPage .woocommerce-cart-form thead th {
  padding-top: 0;
}
.cartPage .woocommerce-cart-form th.product-remove {
  width: 44px;
}
.cartPage .woocommerce-cart-form th.product-thumbnail {
  width: 64px;
}
.cartPage .woocommerce-cart-form th.product-price,
.cartPage .woocommerce-cart-form th.product-subtotal {
  width: 100px;
}
.cartPage .woocommerce-cart-form th.product-quantity {
  width: 88px;
}
.cartPage .product-thumbnail img {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: contain;
  border-radius: var(--radius-sm);
  background: var(--soft);
}
.cartPage .product-remove .remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: var(--radius-sm);
}
.cartPage .product-remove .remove:hover {
  background: var(--orange-soft);
}
.cartPage .product-remove .remove img {
  width: 16px;
  height: 16px;
}
.cartPage .product-name > a {
  display: inline-block;
  color: var(--ink);
}
.cartPage .product-name > a:hover {
  color: var(--orange-dark);
}
.cartPage .product-subtotal {
  text-align: right;
}
.cartPage .quantity .qty {
  width: 100%;
  min-width: 0;
  padding-inline: var(--space-2);
  text-align: center;
}
.cartPage .variation {
  margin: var(--space-2) 0 0;
  color: var(--muted);
}
.cartPage .variation dt,
.cartPage .variation dd {
  display: inline;
  margin: 0;
}
.cartPage .variation dd p {
  display: inline;
}
.cartPage .backorder_notification {
  margin-top: var(--space-2);
  color: var(--orange-dark);
}
.cartPage .woocommerce-cart-form .actions {
  padding: var(--space-6) 0 0;
  border: 0;
}
.cartPage .cart_extras {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: var(--space-5);
}
.cartPage .coupon {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: var(--space-2) var(--space-3);
  flex: 1 1 300px;
  max-width: 400px;
}
.cartPage .coupon > label {
  grid-column: 1/-1;
}
.cartPage .coupon > :not(label, input, button) {
  grid-column: 1/-1;
}
.cartPage .button {
  text-decoration: none;
}
.cartPage .cart_totals td {
  text-align: right;
}
.cartPage .cart_totals th,
.cartPage .cart_totals td {
  padding-inline: 0;
  vertical-align: top;
}
.cartPage .cart_totals th {
  width: 42%;
  padding-right: var(--space-3);
}
.cartPage .cart_totals small,
.cartPage .first-payment-date {
  display: block;
  margin-top: var(--space-2);
  color: var(--muted);
}
.cartPage .cart_totals .recurring-totals th {
  padding-top: var(--space-6);
  color: var(--ink);
  text-align: left;
}
.cartPage .cart_totals .order-total th,
.cartPage .cart_totals .order-total td {
  color: var(--ink);
}
.cartPage .wc-proceed-to-checkout {
  margin-top: var(--space-6);
}
.cartPage .checkout-button {
  width: 100%;
  min-height: var(--space-9);
}
.cartPage .cart_totals .woocommerce-shipping-methods {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cartPage .woocommerce-shipping-methods li {
  list-style: none;
  margin: 0 0 var(--space-3);
}
.cartPage .shipping-calculator-button {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}
.cartPage .shipping-calculator-form {
  padding: var(--space-4) 0 0;
}
.cartPage .shipping-calculator-form .form-row {
  margin: 0 0 var(--space-3);
}
.cartPage .shipping-calculator-form label {
  display: block;
  margin-bottom: var(--space-2);
}
.cartPage .woocommerce-remove-coupon,
.cartPage .woocommerce-message a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}
.cartPage .cross-sells {
  padding: var(--space-6);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--paper);
}
.cartPage .cross-sells h2 {
  margin-bottom: var(--space-5);
}
.cartPage .cross-sells ul.products {
  display: grid;
  gap: var(--space-6);
  list-style: none;
  margin: 0;
  padding: 0;
}
.cartPage .cross-sells li.product {
  list-style: none;
  margin: 0;
  min-width: 0;
}
.cartPage .cross-sells img {
  max-width: 100%;
  height: auto;
  max-height: 160px;
  object-fit: contain;
}
.cartPage .cross-sells .button {
  margin-top: var(--space-3);
}

.cartPage__empty {
  text-align: center;
}
.cartPage__empty .cart-empty {
  border: 0;
  padding: 0;
  margin-bottom: var(--space-6);
}

@media (max-width: 1080px) {
  .cartPage__layout {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (max-width: 760px) {
  .cartPage .woocommerce-cart-form__contents thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
  }
  .cartPage .woocommerce-cart-form__contents, .cartPage .woocommerce-cart-form__contents tbody {
    display: block;
  }
  .cartPage .woocommerce-cart-form__contents tr.cart_item {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) 44px;
    gap: var(--space-3);
    padding-bottom: var(--space-5);
    border-bottom: 1px solid var(--line);
  }
  .cartPage .woocommerce-cart-form__contents tr.cart_item + tr.cart_item {
    padding-top: var(--space-5);
  }
  .cartPage .woocommerce-cart-form__contents tr.cart_item td {
    min-width: 0;
    padding: 0;
    border: 0;
  }
  .cartPage .woocommerce-cart-form__contents .product-remove {
    grid-column: 3;
    grid-row: 1;
  }
  .cartPage .woocommerce-cart-form__contents .product-thumbnail {
    grid-column: 1;
    grid-row: 1;
  }
  .cartPage .woocommerce-cart-form__contents .product-name {
    grid-column: 2;
    grid-row: 1;
  }
  .cartPage .woocommerce-cart-form__contents :is(.product-price, .product-quantity, .product-subtotal) {
    grid-column: 1/-1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--space-4);
    text-align: right;
  }
  .cartPage .woocommerce-cart-form__contents :is(.product-price, .product-quantity, .product-subtotal)::before {
    content: attr(data-title);
    color: var(--muted);
    text-align: left;
    flex-shrink: 0;
  }
  .cartPage .woocommerce-cart-form__contents .quantity {
    width: 88px;
  }
  .cartPage .woocommerce-cart-form__contents tr:has(> .actions), .cartPage .woocommerce-cart-form__contents .actions {
    display: block;
  }
}
@media (max-width: 480px) {
  .cartPage .coupon {
    max-width: none;
    grid-template-columns: minmax(0, 1fr);
  }
  .cartPage .cart_extras {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }
  .cartPage .update_cart__wrapper .button {
    width: 100%;
  }
  .cartPage .woocommerce-cart-form__contents .product-name {
    grid-column: 1/3;
    grid-row: 2;
  }
}
.productPricing {
  scroll-margin-top: 100px;
}

.productPricing .productPricing__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  align-items: center;
  gap: clamp(var(--space-8), 6vw, 72px);
}

.productPricing .wpDomainSyncPage__pricingWrap.productPricing__layout {
  max-width: none;
}

.productPricing .productPricing__copy {
  min-width: 0;
  padding-right: 0;
  text-align: left;
}

.productPricing .productPricing__copy > h2 {
  margin: var(--space-3) 0 var(--space-5);
}

.productPricing .productPricing__copy > .productPricing__lead {
  max-width: 650px;
  margin: 0;
  color: var(--muted);
}

.productPricing .productPricing__outcomes,
.productPricing .productPricing__outcomes li,
.productPricing .productPriceCard__features,
.productPricing .productPriceCard__features li {
  list-style: none;
}

.productPricing .productPricing__outcomes,
.productPricing .productPriceCard__features {
  display: grid;
  gap: 11px;
  padding: 0;
}

.productPricing .productPricing__outcomes {
  max-width: 520px;
  margin: var(--space-6) 0 0;
}

.productPricing .productPricing__outcomes li,
.productPricing .productPriceCard__features li {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: start;
  gap: var(--space-3);
  margin: 0;
  padding: 0;
  color: #5f6a78;
  font-size: 12px;
  line-height: 1.6;
}

.productPricing .productPricing__outcomes li::before,
.productPricing .productPricing__outcomes li::marker,
.productPricing .productPriceCard__features li::before,
.productPricing .productPriceCard__features li::marker {
  content: none;
}

.productPricing .productPricing__outcomes img,
.productPricing .productPriceCard__features img {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0;
  flex: 0 0 auto;
  object-fit: contain;
}

.productPricing .productPricing__support {
  max-width: 560px;
  margin: var(--space-5) 0 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--muted-2);
  box-shadow: none;
  font-size: 11px;
  line-height: 1.65;
}

.productPricing .productPricing__billingControl {
  display: flex;
  justify-content: center;
  margin: 0 auto var(--space-4);
}

.productPricing .productPricing__cards {
  display: grid;
  gap: 14px;
}

.productPricing .productPricing__cards--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 930px;
  margin-inline: auto;
}

.productPricing .productPricing__cards--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.productPricing .productPriceCard {
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: visible;
  padding: var(--space-7);
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--paper);
  color: var(--ink);
  box-shadow: var(--shadow-sm);
}

.productPricing .productPriceCard::after {
  display: none;
  content: none;
}

.productPricing .productPriceCard > * {
  position: relative;
  z-index: auto;
}

.productPricing .productPriceCard--featured {
  border-color: #ffd0bf;
  background: var(--paper);
}

.productPricing .productPriceCard--featured .productPriceCard__price span,
.productPricing .productPriceCard--featured .productPriceCard__features li {
  color: #5f6a78;
}

.productPricing .productPriceCard__header,
.productPricing .productPriceCard__planHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
}

.productPricing .productPriceCard__planHead {
  align-items: flex-start;
}

.productPricing .productPriceCard__badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: var(--space-2);
}

.productPricing .productPriceCard__toggle {
  display: inline-flex;
  flex: 0 0 auto;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper);
  box-shadow: 0 4px 16px rgba(24, 34, 48, 0.04);
}

.productPricing .productPriceCard__toggle button {
  min-width: 0;
  height: 36px;
  padding: 0 15px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #77818e;
  font-size: 11px;
  font-weight: 850;
  line-height: 1;
  cursor: pointer;
}

.productPricing .productPriceCard__toggle button:hover {
  color: var(--ink);
}

.productPricing .productPriceCard__toggle button.isActive,
.productPricing .productPriceCard__toggle button.active {
  background: var(--navy);
  color: #fff;
}

.productPricing .productPriceCard__saving,
.productPricing .productPriceCard__badge {
  display: inline-flex;
  min-height: 25px;
  align-items: center;
  justify-content: center;
  padding: 4px 9px;
  border-radius: 999px;
  text-align: center;
}

.productPricing .productPriceCard__saving {
  background: #eaf8f2;
  color: #167653;
}

.productPricing .productPriceCard__badge {
  position: static;
  background: var(--orange-soft);
  color: var(--orange-dark);
}

.productPricing .productPriceCard__saving[hidden] {
  display: none;
}

.productPricing .productPriceCard__plan {
  margin: var(--space-5) 0 0;
  color: var(--muted-2);
}

.productPricing .productPriceCard__plan::before,
.productPricing .productPriceCard__plan::after {
  display: none;
  content: none;
}

.productPricing .productPriceCard__planHead .productPriceCard__plan {
  margin-top: 0;
}

.productPricing .productPriceCard__title {
  margin: 6px 0 0;
}

.productPricing .productPriceCard__description {
  margin: var(--space-2) 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.6;
}

.productPricing .productPriceCard__price {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 5px;
  margin: 12px 0 4px;
}

.productPricing .productPriceCard__price strong {
  color: var(--ink);
  font-size: clamp(44px, 5vw, 52px);
  font-weight: 750;
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.productPricing .productPriceCard__price span,
.productPricing .productPriceCard__price em {
  padding-bottom: 6px;
  color: #78828f;
  font-size: 11px;
  font-style: normal;
  font-weight: 750;
  line-height: 1;
}

.productPricing .productPriceCard__billing {
  margin: 0;
  color: var(--muted);
}

.productPricing .productPriceCard__features {
  margin: var(--space-6) 0;
}

.productPricing .productPriceCard__button,
.productPricing .productPriceCard > .productPriceCard__button {
  width: 100%;
  margin-top: auto;
}

.productPricing .productPriceCard__note {
  margin: 14px 0 0;
  color: var(--muted-2);
  text-align: center;
}

.productPricing .productPricing__trust,
.productPricing .productPricing__trust li {
  list-style: none;
}

.productPricing .productPricing__trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  margin: 17px 0 0;
  padding: 0;
  color: #87919d;
  font-size: 10px;
  font-weight: 750;
}

.productPricing .productPricing__trust li {
  margin: 0;
  padding: 0;
}

.productPricing .productPricing__trust li::marker {
  content: none;
}

@media (max-width: 930px) {
  .productPricing .productPricing__layout {
    grid-template-columns: minmax(0, 1fr);
    gap: var(--space-7);
  }
  .productPricing .productPricing__copy,
  .productPricing .productPriceCard {
    max-width: 680px;
  }
  .productPricing .productPricing__cards--three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .productPricing .productPricing__cards--three .productPriceCard:last-child {
    grid-column: 1/-1;
  }
}
@media (max-width: 760px) {
  .productPricing .productPricing__cards--two,
  .productPricing .productPricing__cards--three {
    grid-template-columns: minmax(0, 1fr);
  }
  .productPricing .productPricing__cards--three .productPriceCard:last-child {
    grid-column: auto;
  }
  .productPricing .productPriceCard {
    padding: var(--space-6);
  }
  .productPricing .productPriceCard__header {
    align-items: flex-start;
    flex-direction: column;
  }
  .productPricing .productPriceCard__toggle {
    width: 100%;
  }
  .productPricing .productPriceCard__toggle button {
    flex: 1 1 50%;
  }
  .productPricing .productPriceCard__button,
  .productPricing .productPriceCard > .productPriceCard__button {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .productPricing .productPriceCard__toggle button {
    transition: none;
  }
}
.realEstateOffer {
  --offer-border: #dde2e8;
  --offer-soft: #f6f7f8;
  --offer-warm: #fbf7f3;
  color: var(--ink);
  background: var(--paper);
  overflow: clip;
}
.realEstateOffer *,
.realEstateOffer *::before,
.realEstateOffer *::after {
  box-sizing: border-box;
}
.realEstateOffer :where(h1, h2, h3, p, figure, dl, dd, ol, ul) {
  margin-top: 0;
}
.realEstateOffer__hero {
  padding: var(--space-10) 0 var(--section-padding-block);
  background: radial-gradient(circle at 84% 12%, rgba(255, 108, 58, 0.09), transparent 30%), linear-gradient(180deg, #fff 0%, var(--offer-warm) 100%);
  border-bottom: 1px solid var(--line);
}
.realEstateOffer__heroGrid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(460px, 0.95fr);
  gap: var(--space-9);
  align-items: center;
}
.realEstateOffer__heroCopy {
  min-width: 0;
}
.realEstateOffer__hero h1 {
  max-width: 760px;
  margin-bottom: var(--space-6);
}
.realEstateOffer__hero h1 span {
  display: block;
  color: var(--orange);
}
.realEstateOffer__heroLead {
  max-width: 680px;
  margin-bottom: var(--space-7);
  color: var(--muted);
}
.realEstateOffer__planSummary {
  display: grid;
  grid-template-columns: minmax(180px, 0.62fr) minmax(0, 1.38fr);
  margin-bottom: var(--space-4);
  border: 1px solid var(--offer-border);
  border-radius: var(--radius-md);
  background: #fff;
  overflow: hidden;
}
.realEstateOffer__planPrice {
  padding: var(--space-5) var(--space-6);
  color: #fff;
  background: var(--navy-2);
}
.realEstateOffer__planPrice > span {
  display: block;
  color: #cbd2dc;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: var(--tracking-label);
  text-transform: uppercase;
}
.realEstateOffer__planPrice p {
  display: flex;
  gap: var(--space-1);
  align-items: flex-end;
  margin: var(--space-3) 0 0;
  white-space: nowrap;
}
.realEstateOffer__planPrice strong {
  color: #fff;
  font-size: clamp(38px, 3.2vw, 42px);
  font-weight: 850;
  line-height: 1;
  letter-spacing: var(--tracking-display);
}
.realEstateOffer__planPrice small {
  flex: 0 0 auto;
  padding-bottom: 5px;
  color: #cbd2dc;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
}
.realEstateOffer__planBuild {
  display: flex;
  min-width: 0;
  padding: var(--space-5) var(--space-6);
  flex-direction: column;
  gap: var(--space-3);
  justify-content: center;
}
.realEstateOffer__planBadge {
  align-self: flex-start;
  padding: 7px 10px;
  color: var(--orange-dark);
  border-radius: 999px;
  background: var(--orange-soft);
  font-size: 10px;
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: var(--tracking-label);
  text-transform: uppercase;
}
.realEstateOffer__planBuild p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}
.realEstateOffer__eligibilityNote {
  margin-bottom: var(--space-6);
  color: var(--muted);
}
.realEstateOffer__actions, .realEstateOffer__ctaActions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  align-items: center;
}
.realEstateOffer__actions {
  margin-bottom: var(--space-5);
}
.realEstateOffer__heroMeta {
  margin-bottom: 0;
  color: var(--muted-2);
}
.realEstateOffer__heroVisual {
  min-width: 0;
  margin-bottom: 0;
  border: 1px solid var(--offer-border);
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: var(--shadow-md);
  overflow: hidden;
}
.realEstateOffer__browserBar {
  display: flex;
  min-height: 42px;
  padding: 0 var(--space-5);
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.realEstateOffer__browserBar small {
  color: var(--muted-2);
  font-size: 10px;
  font-weight: 760;
  text-transform: uppercase;
  letter-spacing: var(--tracking-label);
}
.realEstateOffer__heroVisual > img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1100/619;
  object-fit: cover;
}
.realEstateOffer__heroVisual figcaption {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  padding: var(--space-4) var(--space-5) var(--space-5);
  border-top: 1px solid var(--line);
}
.realEstateOffer__heroVisual figcaption span {
  display: inline-flex;
  min-height: 32px;
  padding: 6px 10px;
  gap: 7px;
  align-items: center;
  color: var(--ink-2);
  border: 1px solid var(--offer-border);
  border-radius: 999px;
  background: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
}
.realEstateOffer__proofBand {
  color: #fff;
  background: var(--navy-2);
}
.realEstateOffer__proofGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.realEstateOffer__proofGrid p {
  min-width: 0;
  margin-bottom: 0;
  padding: var(--space-6) var(--space-5);
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}
.realEstateOffer__proofGrid p:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}
.realEstateOffer__proofGrid strong, .realEstateOffer__proofGrid span {
  display: block;
}
.realEstateOffer__proofGrid strong {
  margin-bottom: 4px;
  color: #fff;
  font-size: 15px;
  font-weight: 760;
}
.realEstateOffer__proofGrid span {
  color: #9da8b7;
  font-size: 11px;
  line-height: 1.45;
}
.realEstateOffer__section {
  padding: var(--section-padding-block) 0;
}
.realEstateOffer__section--soft {
  background: var(--offer-soft);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.realEstateOffer__section--warm {
  background: var(--offer-warm);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.realEstateOffer__section--navy {
  color: #fff;
  background: var(--navy-2);
}
.realEstateOffer__sectionCopy h2, .realEstateOffer__sectionHead h2 {
  margin-bottom: var(--space-6);
}
.realEstateOffer__sectionCopy > p:not(.eyebrow) {
  max-width: 680px;
  margin-bottom: var(--space-5);
  color: var(--muted);
}
.realEstateOffer__sectionCopy > p:last-of-type {
  margin-bottom: var(--space-7);
}
.realEstateOffer__sectionCopy--inverse h2, .realEstateOffer__sectionCopy--inverse p:not(.eyebrow) {
  color: #fff;
}
.realEstateOffer__sectionCopy--inverse p:not(.eyebrow) {
  color: #b8c1cd;
}
.realEstateOffer__introGrid, .realEstateOffer__foundationGrid, .realEstateOffer__fitGrid, .realEstateOffer__faqGrid, .realEstateOffer__pageGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-9);
  align-items: center;
}
.realEstateOffer__introVisual, .realEstateOffer__foundationVisual {
  min-width: 0;
  border: 1px solid var(--offer-border);
  border-radius: var(--radius-lg);
  background: #fff;
  overflow: hidden;
}
.realEstateOffer__introVisual img, .realEstateOffer__foundationVisual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.realEstateOffer__sectionHead {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.65fr);
  gap: var(--space-9);
  align-items: end;
  margin-bottom: var(--space-9);
}
.realEstateOffer__sectionHead h2, .realEstateOffer__sectionHead > div > :last-child, .realEstateOffer__sectionHead > p {
  margin-bottom: 0;
}
.realEstateOffer__sectionHead > p {
  color: var(--muted);
}
.realEstateOffer__sectionHead--centred {
  display: block;
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.realEstateOffer__sectionHead--centred .eyebrow {
  justify-content: center;
}
.realEstateOffer__featureGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--space-4);
}
.realEstateOffer__featureCard {
  min-width: 0;
  padding: var(--space-6);
  border: 1px solid var(--offer-border);
  border-radius: var(--radius-md);
  background: #fff;
}
.realEstateOffer__featureCard > img {
  display: block;
  width: 40px;
  height: 40px;
  margin-bottom: var(--space-6);
  padding: 10px;
  border-radius: var(--radius-sm);
  background: var(--orange-soft);
}
.realEstateOffer__featureCard h3 {
  margin-bottom: var(--space-3);
}
.realEstateOffer__featureCard p {
  margin-bottom: 0;
  color: var(--muted);
}
.realEstateOffer__challengeGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-4);
}
.realEstateOffer__challengeCard {
  min-width: 0;
  border: 1px solid var(--offer-border);
  border-radius: var(--radius-md);
  background: #fff;
  overflow: hidden;
}
.realEstateOffer__challengeImage {
  display: grid;
  min-height: 220px;
  place-items: center;
  background: linear-gradient(180deg, #fff 0%, #f5f2ef 100%);
  border-bottom: 1px solid var(--offer-border);
}
.realEstateOffer__challengeImage img {
  display: block;
  width: min(68%, 210px);
  height: auto;
}
.realEstateOffer__challengeCard > div:last-child {
  padding: var(--space-6);
}
.realEstateOffer__challengeCard .typeLabel, .realEstateOffer__showcaseCard .typeLabel {
  margin-bottom: var(--space-3);
  color: var(--orange);
}
.realEstateOffer__challengeCard h3, .realEstateOffer__showcaseCard h3 {
  margin-bottom: var(--space-3);
}
.realEstateOffer__challengeCard .typeBody, .realEstateOffer__showcaseCard .typeBody {
  margin-bottom: 0;
  color: var(--muted);
}
.realEstateOffer__foundationGrid {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}
.realEstateOffer__checkList, .realEstateOffer__checkList li, .realEstateOffer__pageList, .realEstateOffer__pageList li, .realEstateOffer__processList, .realEstateOffer__processList li, .realEstateOffer__fitColumns ul, .realEstateOffer__fitColumns li {
  list-style: none;
}
.realEstateOffer__checkList, .realEstateOffer__pageList, .realEstateOffer__processList, .realEstateOffer__fitColumns ul {
  margin: 0;
  padding: 0;
}
.realEstateOffer__checkList {
  display: grid;
  gap: var(--space-3);
  margin-bottom: var(--space-7);
}
.realEstateOffer__checkList li {
  display: flex;
  gap: var(--space-3);
  align-items: flex-start;
  color: var(--ink-2);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.5;
}
.realEstateOffer__checkList img {
  flex: 0 0 auto;
  margin-top: 2px;
}
.realEstateOffer__pageGrid {
  align-items: start;
}
.realEstateOffer__pageList {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-3);
}
.realEstateOffer__pageList li {
  min-height: 62px;
  padding: var(--space-4);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.05);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}
.realEstateOffer__handoffGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-4);
}
.realEstateOffer__handoffCard {
  min-width: 0;
  padding: var(--space-7);
  border: 1px solid var(--offer-border);
  border-radius: var(--radius-md);
  background: #fff;
}
.realEstateOffer__handoffCard--featured {
  border-color: rgba(255, 108, 58, 0.5);
  background: #fffaf7;
}
.realEstateOffer__handoffNumber {
  display: block;
  margin-bottom: var(--space-8);
  color: var(--orange);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: var(--tracking-label);
}
.realEstateOffer__handoffCard .typeLabel {
  margin-bottom: var(--space-3);
  color: var(--muted-2);
}
.realEstateOffer__handoffCard h3 {
  margin-bottom: var(--space-6);
}
.realEstateOffer__handoffCard ul, .realEstateOffer__handoffCard li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.realEstateOffer__handoffCard ul {
  display: grid;
  gap: var(--space-3);
}
.realEstateOffer__handoffCard li {
  min-height: 20px;
  padding-left: 28px;
  color: var(--muted);
  background: url("../img/wp-listed-reimagined/icon-check.svg") no-repeat left 2px/18px 18px;
  font-size: 14px;
  line-height: 1.5;
}
.realEstateOffer__processList {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--offer-border);
  border-bottom: 1px solid var(--offer-border);
}
.realEstateOffer__processList li {
  min-width: 0;
  padding: var(--space-7) var(--space-5);
  border-left: 1px solid var(--offer-border);
}
.realEstateOffer__processList li:last-child {
  border-right: 1px solid var(--offer-border);
}
.realEstateOffer__processList li > span {
  display: block;
  margin-bottom: var(--space-8);
  color: var(--orange);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: var(--tracking-label);
}
.realEstateOffer__processList h3 {
  margin-bottom: var(--space-3);
}
.realEstateOffer__processList p {
  margin-bottom: 0;
  color: var(--muted);
}
.realEstateOffer__managedGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--offer-border);
  border-left: 1px solid var(--offer-border);
}
.realEstateOffer__managedGrid article {
  min-width: 0;
  padding: var(--space-6);
  border-right: 1px solid var(--offer-border);
  border-bottom: 1px solid var(--offer-border);
  background: #fff;
}
.realEstateOffer__managedGrid article > span {
  display: block;
  margin-bottom: var(--space-8);
  color: var(--orange);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: var(--tracking-label);
}
.realEstateOffer__managedGrid h3 {
  margin-bottom: var(--space-3);
}
.realEstateOffer__managedGrid p {
  margin-bottom: 0;
  color: var(--muted);
}
.realEstateOffer__showcaseIntro > p {
  margin-bottom: var(--space-6);
  color: var(--muted);
}
.realEstateOffer__showcaseGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-4);
}
.realEstateOffer__showcaseCard {
  min-width: 0;
  border: 1px solid var(--offer-border);
  border-radius: var(--radius-md);
  background: #fff;
  overflow: hidden;
}
.realEstateOffer__showcaseImage {
  aspect-ratio: 16/10;
  border-bottom: 1px solid var(--offer-border);
  background: var(--offer-soft);
  overflow: hidden;
}
.realEstateOffer__showcaseImage img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.realEstateOffer__showcaseBody {
  padding: var(--space-6);
}
.realEstateOffer__comparisonGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-4);
}
.realEstateOffer__comparisonCard {
  min-width: 0;
  padding: var(--space-7);
  border: 1px solid var(--offer-border);
  border-radius: var(--radius-md);
  background: #fff;
}
.realEstateOffer__comparisonCard--featured {
  border-color: rgba(255, 108, 58, 0.48);
  background: #fffaf7;
}
.realEstateOffer__comparisonCard > .typeLabel {
  margin-bottom: var(--space-5);
  color: var(--orange);
}
.realEstateOffer__comparisonCard h3 {
  margin-bottom: var(--space-6);
}
.realEstateOffer__comparisonCard dl, .realEstateOffer__comparisonCard dl div {
  margin: 0;
}
.realEstateOffer__comparisonCard dl {
  border-top: 1px solid var(--offer-border);
}
.realEstateOffer__comparisonCard dl div {
  display: flex;
  gap: var(--space-4);
  align-items: baseline;
  justify-content: space-between;
  padding: var(--space-3) 0;
  border-bottom: 1px solid var(--offer-border);
}
.realEstateOffer__comparisonCard dt, .realEstateOffer__comparisonCard dd {
  font-size: 12px;
  line-height: 1.45;
}
.realEstateOffer__comparisonCard dt {
  color: var(--muted);
}
.realEstateOffer__comparisonCard dd {
  color: var(--ink);
  font-weight: 700;
  text-align: right;
}
.realEstateOffer__fitGrid, .realEstateOffer__faqGrid {
  align-items: start;
}
.realEstateOffer__fitColumns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-4);
}
.realEstateOffer__fitColumns > div {
  padding: var(--space-6);
  border: 1px solid var(--offer-border);
  border-radius: var(--radius-md);
  background: #fff;
}
.realEstateOffer__fitColumns h3 {
  margin-bottom: var(--space-5);
}
.realEstateOffer__fitColumns li {
  position: relative;
  padding: var(--space-3) 0;
  color: var(--muted);
  border-bottom: 1px solid var(--offer-border);
}
.realEstateOffer__fitColumns li:last-child {
  border-bottom: 0;
}
.realEstateOffer__fitColumns .realEstateOffer__checkList {
  gap: 0;
  margin-bottom: 0;
}
.realEstateOffer__fitColumns .realEstateOffer__checkList li {
  color: var(--muted);
  font-weight: 400;
}
.realEstateOffer__faqGrid {
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
}
.realEstateOffer__faqList {
  border-top: 1px solid var(--offer-border);
}
.realEstateOffer__faqList details {
  border-bottom: 1px solid var(--offer-border);
}
.realEstateOffer__faqList summary {
  min-height: 70px;
  padding: var(--space-5) 46px var(--space-5) 0;
  color: var(--ink);
  background: url("../img/software-partner-home/icon-plus.svg") no-repeat right center/18px 18px;
  cursor: pointer;
  font-size: 17px;
  font-weight: 750;
  line-height: 1.4;
  list-style: none;
}
.realEstateOffer__faqList summary::-webkit-details-marker {
  display: none;
}
.realEstateOffer__faqList details[open] summary {
  background-image: url("../img/software-partner-home/icon-minus.svg");
  background-size: 18px 18px;
}
.realEstateOffer__faqList details p {
  max-width: 760px;
  margin-bottom: var(--space-6);
  color: var(--muted);
}
.realEstateOffer__faqList summary:focus-visible {
  outline: 3px solid rgba(255, 108, 58, 0.3);
  outline-offset: 4px;
}
.realEstateOffer__faq {
  padding-bottom: var(--space-8);
}
.realEstateOffer__ctaSection {
  padding: var(--space-8) 0 var(--section-padding-block);
}
.realEstateOffer__cta {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) auto;
  gap: var(--space-9);
  align-items: center;
  padding: var(--space-9);
  color: #fff;
  border-radius: var(--radius-lg);
  background: var(--orange);
}
.realEstateOffer__cta h2 {
  max-width: 800px;
  margin-bottom: var(--space-5);
  color: #fff;
}
.realEstateOffer__cta p:not(.eyebrow) {
  max-width: 720px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.84);
}
.realEstateOffer__ctaActions {
  justify-content: flex-end;
}
.realEstateOffer__disclosure {
  max-width: 980px;
  margin: var(--space-5) auto 0;
  color: var(--muted-2);
  font-size: 11px;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 1080px) {
  .realEstateOffer__heroGrid {
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr);
    gap: var(--space-7);
  }
  .realEstateOffer__featureGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .realEstateOffer__managedGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .realEstateOffer__processList {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .realEstateOffer__processList li:nth-child(4), .realEstateOffer__processList li:nth-child(5) {
    border-top: 1px solid var(--offer-border);
  }
  .realEstateOffer__cta {
    grid-template-columns: 1fr;
  }
  .realEstateOffer__ctaActions {
    justify-content: flex-start;
  }
}
@media (max-width: 900px) {
  .realEstateOffer__heroGrid, .realEstateOffer__introGrid, .realEstateOffer__foundationGrid, .realEstateOffer__fitGrid, .realEstateOffer__faqGrid, .realEstateOffer__pageGrid, .realEstateOffer__sectionHead {
    grid-template-columns: 1fr;
  }
  .realEstateOffer__heroVisual {
    max-width: 760px;
  }
  .realEstateOffer__proofGrid, .realEstateOffer__comparisonGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .realEstateOffer__comparisonCard--featured {
    grid-column: 1/-1;
  }
  .realEstateOffer__foundationVisual {
    order: 2;
  }
  .realEstateOffer__sectionHead {
    gap: var(--space-5);
  }
  .realEstateOffer__fitColumns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .realEstateOffer__challengeGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .realEstateOffer__handoffGrid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 760px) {
  .realEstateOffer__hero {
    padding: var(--space-8) 0 var(--section-padding-block-mobile);
  }
  .realEstateOffer__section {
    padding: var(--section-padding-block-mobile) 0;
  }
  .realEstateOffer__hero h1 span {
    display: inline;
  }
  .realEstateOffer__planSummary, .realEstateOffer__featureGrid, .realEstateOffer__challengeGrid, .realEstateOffer__handoffGrid, .realEstateOffer__managedGrid, .realEstateOffer__showcaseGrid, .realEstateOffer__pageList, .realEstateOffer__comparisonGrid, .realEstateOffer__fitColumns {
    grid-template-columns: 1fr;
  }
  .realEstateOffer__planPrice {
    display: flex;
    gap: var(--space-4);
    align-items: center;
    justify-content: space-between;
  }
  .realEstateOffer__planPrice p {
    margin-top: 0;
  }
  .realEstateOffer__actions .btn, .realEstateOffer__ctaActions .btn {
    width: 100%;
    justify-content: center;
  }
  .realEstateOffer__heroVisual {
    border-radius: var(--radius-md);
  }
  .realEstateOffer__heroVisual figcaption span {
    flex: 1 1 calc(50% - var(--space-2));
    justify-content: center;
  }
  .realEstateOffer__proofGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .realEstateOffer__proofGrid p:nth-child(3), .realEstateOffer__proofGrid p:nth-child(4) {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }
  .realEstateOffer__processList {
    grid-template-columns: 1fr;
  }
  .realEstateOffer__processList li, .realEstateOffer__processList li:nth-child(4), .realEstateOffer__processList li:nth-child(5) {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: var(--space-3);
    padding: var(--space-5) 0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid var(--offer-border);
  }
  .realEstateOffer__processList li:last-child {
    border-right: 0;
    border-bottom: 0;
  }
  .realEstateOffer__processList li > span {
    margin-bottom: 0;
  }
  .realEstateOffer__comparisonCard--featured {
    grid-column: auto;
  }
  .realEstateOffer__cta {
    gap: var(--space-7);
    padding: var(--space-7) var(--space-6);
  }
  .realEstateOffer__ctaSection {
    padding: var(--space-7) 0 var(--section-padding-block-mobile);
  }
  .realEstateOffer__faq {
    padding-bottom: var(--space-7);
  }
}
@media (max-width: 480px) {
  .realEstateOffer__proofGrid {
    grid-template-columns: 1fr;
  }
  .realEstateOffer__proofGrid p, .realEstateOffer__proofGrid p:nth-child(3), .realEstateOffer__proofGrid p:nth-child(4) {
    padding-right: 0;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    border-right: 0;
    border-left: 0;
  }
  .realEstateOffer__proofGrid p:first-child {
    border-top: 0;
  }
  .realEstateOffer__heroVisual figcaption span {
    flex-basis: 100%;
  }
  .realEstateOffer__comparisonCard, .realEstateOffer__featureCard, .realEstateOffer__handoffCard, .realEstateOffer__showcaseBody, .realEstateOffer__fitColumns > div {
    padding: var(--space-5);
  }
  .realEstateOffer__challengeImage {
    min-height: 180px;
  }
  .realEstateOffer__comparisonCard dl div {
    display: block;
  }
  .realEstateOffer__comparisonCard dd {
    margin-top: 4px;
    text-align: left;
  }
}

body .typeDisplay.typeDisplay,
body main h1:not([data-type-variant]) {
  font-size: var(--type-display-size);
  font-weight: var(--type-display-weight);
  letter-spacing: var(--tracking-display);
  line-height: var(--type-display-leading);
}
body .typeSectionTitle,
body .productPricing .productPricing__copy > h2,
body main h2[id] {
  font-size: var(--type-section-size);
  font-weight: var(--type-section-weight);
  letter-spacing: var(--tracking-heading);
  line-height: var(--type-section-leading);
}
body .typeCardTitle,
body .cartPage .cross-sells > h2,
body .checkoutPage :where(.woocommerce-billing-fields > h3, .woocommerce-additional-fields > h3, #ship-to-different-address, .woocommerce-order-details__title, .woocommerce-column__title),
body main article[class] h3:not([data-type-variant]) {
  font-size: var(--type-card-size);
  font-weight: var(--type-card-weight);
  letter-spacing: var(--tracking-card);
  line-height: var(--type-card-leading);
}
body .typeFeatureTitle.typeFeatureTitle {
  font-size: var(--type-feature-size);
  font-weight: var(--type-feature-weight);
  letter-spacing: var(--tracking-card);
  line-height: var(--type-feature-leading);
}
body .typeCompactTitle.typeCompactTitle,
body .cartPage .cross-sells h3 {
  font-size: var(--type-compact-title-size);
  font-weight: var(--type-compact-title-weight);
  letter-spacing: var(--tracking-card);
  line-height: var(--type-compact-title-leading);
}
body .typeSubheading,
body main h4:not([data-type-variant]) {
  font-size: var(--type-subheading-size);
  font-weight: var(--type-subheading-weight);
  letter-spacing: var(--tracking-subheading);
  line-height: var(--type-subheading-leading);
}
body .typeMinorHeading,
body main h5:not([data-type-variant]) {
  font-size: var(--type-minor-heading-size);
  font-weight: var(--type-minor-heading-weight);
  letter-spacing: var(--tracking-minor-heading);
  line-height: var(--type-minor-heading-leading);
}
body .typeMicroHeading,
body main h6:not([data-type-variant]) {
  font-size: var(--type-micro-heading-size);
  font-weight: var(--type-micro-heading-weight);
  letter-spacing: var(--tracking-micro-heading);
  line-height: var(--type-micro-heading-leading);
}
body .typeLead,
body main [class*=__lead],
body main [class*=__heroLead],
body main [class*=__heroCopy] {
  font-size: var(--type-lead-size);
  font-weight: 400;
  letter-spacing: normal;
  line-height: var(--type-lead-leading);
}
body .typeBody,
body .cartPage .shop_table td.product-name,
body .checkoutPage .shop_table td.product-name,
body .productPricing .productPricing__outcomes .typeBody,
body .productPricing .productPriceCard__description.typeBody,
body .productPricing .productPriceCard__features .typeBody {
  font-size: var(--type-body-size);
  font-weight: 400;
  letter-spacing: normal;
  line-height: var(--type-body-leading);
}
body .typeEyebrow,
body main [class*=__eyebrow] {
  font-size: var(--type-label-size);
  font-weight: var(--weight-eyebrow);
  letter-spacing: var(--tracking-eyebrow);
  line-height: 1.58;
  text-transform: uppercase;
}
body .typeLabel,
body .productPricing .productPriceCard__plan,
body .productPricing .productPriceCard__saving,
body .productPricing .productPriceCard__badge,
body main [class*=__kicker]:not(.eyebrow),
body main [class*=__cardLabel],
body main [class*=__overline]:not(.eyebrow) {
  font-size: var(--type-label-size);
  font-weight: var(--type-label-weight);
  letter-spacing: var(--tracking-label);
  line-height: var(--type-label-leading);
  text-transform: uppercase;
}
body .typeMeta,
body .cartPage .shop_table th,
body .cartPage .coupon > label,
body .homeHero__proofInner .typeMeta,
body .checkoutPage .form-row > label,
body .checkoutPage .shop_table th.product-name,
body main [class*=__meta],
body main [class*=__note] {
  font-size: var(--type-meta-size);
  font-weight: var(--type-meta-weight);
  letter-spacing: normal;
  line-height: var(--type-meta-leading);
}
body .typeSmall,
body .cartPage :where(.variation, .cart_totals small, .first-payment-date),
body .checkoutPage__summaryTotal .includes_tax,
body .productPricing .productPriceCard__billing {
  font-size: var(--type-small-size);
  line-height: var(--type-small-leading);
}
body .checkoutPage__summaryTotal .includes_tax,
body .productPricing .productPriceCard__billing {
  font-weight: 400;
  letter-spacing: normal;
}

@media (max-width: 760px) {
  body .typeDisplay.typeDisplay,
  body main h1:not([data-type-variant]) {
    font-size: var(--type-display-size-mobile);
  }
  body .typeSectionTitle,
  body .productPricing .productPricing__copy > h2,
  body main h2[id] {
    font-size: var(--type-section-size-mobile);
  }
  body .typeCardTitle,
  body .cartPage .cross-sells > h2,
  body .checkoutPage :where(.woocommerce-billing-fields > h3, .woocommerce-additional-fields > h3, #ship-to-different-address, .woocommerce-order-details__title, .woocommerce-column__title),
  body main article[class] h3:not([data-type-variant]) {
    font-size: var(--type-card-size-mobile);
  }
  body .typeFeatureTitle.typeFeatureTitle {
    font-size: var(--type-feature-size-mobile);
  }
  body .typeLead,
  body main [class*=__lead],
  body main [class*=__heroLead],
  body main [class*=__heroCopy] {
    font-size: var(--type-lead-size-mobile);
  }
}

/*# sourceMappingURL=digitalapps7.css.map */
