@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  word-break: normal;
}

img, fieldset {
  border: 0;
}

abbr {
  text-decoration: none;
}

code {
  line-height: 1em;
}

pre {
  overflow: auto;
  word-wrap: normal;
  tab-size: 4;
}

sub, sup {
  line-height: 0.5em;
}

img {
  max-width: 100%;
  height: auto;
}

iframe, video, embed, object {
  display: block;
  max-width: 100%;
}

img, .left, .right, .center {
  display: block;
}

.center {
  float: none;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

button, input[type=submit] {
  cursor: pointer;
  overflow: visible;
}

body {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 31px;
  color: #1a1a2e;
  background-color: #ffffff;
  overflow-x: hidden;
}

h1 {
  font-family: "DM Serif Display", serif;
  font-size: 37px;
  line-height: 58px;
  font-weight: bold;
  margin-bottom: 31px;
}

h2 {
  font-family: "DM Serif Display", serif;
  font-size: 29px;
  line-height: 47px;
  font-weight: bold;
  margin-top: 80px;
  margin-bottom: 31px;
}

h3 {
  font-family: "DM Serif Display", serif;
  font-size: 23px;
  line-height: 38px;
  font-weight: bold;
  margin-top: 31px;
  margin-bottom: 19px;
}

h4 {
  font-family: "DM Serif Display", serif;
  font-size: 18px;
  line-height: 31px;
  font-weight: bold;
  margin-bottom: 12px;
}

h1 + h2, h2 + h3, h1:first-child, h2:first-child, h3:first-child, hr + h2 {
  margin-top: 0;
}

a {
  color: #1d4ed8;
  text-decoration: none;
}
p a, .page-content a {
  text-decoration: underline;
}
p a.button, .page-content a.button {
  text-decoration: none;
}

ul {
  list-style-type: disc;
}

ul, ol {
  margin-left: 31px;
}

ul ul, ul ol, ol ul, ol ol {
  margin-top: 7px;
  margin-bottom: 0;
  margin-left: 19px;
}

li {
  margin-bottom: 7px;
}
li:last-child {
  margin-bottom: 0;
}

blockquote {
  font-size: 18px;
  line-height: 31px;
  padding-left: 19px;
  border-left: 7px solid rgba(0, 0, 0, 0.1);
}
blockquote > :last-child {
  margin-bottom: 0;
}

sub, sup {
  color: #2563eb;
}

code, pre, kbd {
  font-family: monospace;
  font-size: 16px;
}

code {
  background-color: rgba(0, 0, 0, 0.08);
  padding: 4px;
  border-radius: 7px;
  margin: 0 1px;
}
strong code {
  font-weight: normal;
}

pre {
  padding-left: 19px;
  border-left: 7px solid rgba(0, 0, 0, 0.1);
}

kbd {
  font-size: 14px;
  color: #4e4e4e;
  background-color: #f7f7f7;
  padding: 4px 7px;
  border: 1px solid #ccc;
  border-radius: 7px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px #fafafa inset, 0 0 0 1px #fff inset;
  margin: 0 1px;
}

svg {
  width: 18px;
  height: 18px;
  vertical-align: text-bottom;
}

hr {
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-width: 0 0 1px 0;
  margin: 31px 0;
}

.drop-cap {
  font-size: 62px;
  line-height: 1em;
  margin-right: 7px;
  float: left;
}

.small {
  font-size: 14px;
  line-height: 25px;
}

.callout {
  padding: 19px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.callout > :last-child {
  margin-bottom: 0;
}

.highlight {
  padding: 4px 0;
}

.impact {
  font-size: 23px;
  line-height: 38px;
}

.pop {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
}

.caption {
  font-size: 14px;
  line-height: 25px;
  margin-top: -12px;
}
.caption code {
  font-size: 13px;
}
.center + .caption {
  text-align: center;
}
blockquote + .caption {
  padding-left: 26px;
}
h1 + .caption, h2 + .caption {
  margin-top: -12px;
}
h3 + .caption {
  margin-top: -12px;
  margin-bottom: 19px;
}

p, ul, ol, blockquote, pre, img, .callout, .caption {
  margin-bottom: 31px;
}

@media all and (min-width: 682px) {
  h1 {
    font-size: 47px;
    line-height: 73px;
  }
  h2 {
    font-size: 37px;
    line-height: 58px;
  }
  h3 {
    font-size: 29px;
    line-height: 47px;
  }
  h4 {
    font-size: 23px;
    line-height: 38px;
  }
  h1 + .caption, h2 + .caption {
    margin-top: -12px;
  }
  h3 + .caption {
    margin-top: -12px;
  }
  .impact {
    font-size: 29px;
    line-height: 47px;
  }
  .left:not(.bar) {
    float: left;
    clear: both;
    margin-right: 31px;
  }
  .right:not(.bar) {
    float: right;
    clear: both;
    margin-left: 31px;
  }
}
.page-container + .page-container {
  margin-top: 80px;
}

.page-content > :last-child {
  margin-bottom: 0;
}

.page-list {
  margin-bottom: 0;
}

.page-title {
  font-family: "DM Serif Display", serif;
  font-weight: bold;
}
.page-title a {
  color: #1a1a2e;
}
.page-title a:hover {
  color: #1d4ed8;
}

.page-title:has(+ .byline) {
  margin-bottom: 0;
}

.byline {
  font-size: 14px;
  line-height: 25px;
  color: #2563eb;
  margin-bottom: 31px;
}
.byline .page-author:after, .byline .page-date:after, .byline .page-edit:after {
  display: block;
  height: 0;
  content: "\a";
  white-space: pre;
}
.byline .avatar {
  width: 50px;
  height: 50px;
}

.author-description {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding-top: 31px;
}
.author-description .avatar {
  float: left;
  width: 93px;
  height: 93px;
  margin-right: 19px;
}

.author-description-intro {
  font-weight: bold;
}

.page-container, .headline-area, .byline, .page-content, .page-list, .author-description {
  display: flow-root;
}

@media all and (min-width: 421px) {
  .byline .page-author:after, .byline .page-date:after {
    display: none;
  }
  .byline .page-author + .page-date-intro:before, .byline .page-author + .page-date:before, .byline .page-date + .page-date-intro:before {
    color: #2563eb;
    content: "• ";
  }
}
@media all and (min-width: 682px) {
  .headline-area {
    position: relative;
  }
}
.page-content + .modular-content {
  margin-top: 31px;
}
.modular-content > :last-child {
  margin-bottom: 0;
}

label {
  display: block;
  font-family: "DM Serif Display", serif;
  font-weight: bold;
}
label .required {
  font-weight: normal;
  color: #dc2626;
}

input, textarea, select {
  display: block;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: 1em;
  font-weight: inherit;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

input[type=checkbox], input[type=radio], input[type=image], input[type=submit], select {
  width: auto;
}

input[type=checkbox], input[type=radio] {
  display: inline-block;
}
input[type=checkbox] + label, input[type=radio] + label {
  display: inline;
  font-weight: normal;
  margin-left: 4px;
  user-select: none;
}

textarea {
  line-height: inherit;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

select {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

button, input[type=submit], .button {
  display: inline-block;
  width: auto;
  font-family: inherit;
  font-size: inherit;
  font-weight: normal;
  line-height: 1em;
  vertical-align: top;
  text-decoration: none;
  padding: 12px 19px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-bottom-width: 4px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  cursor: pointer;
  user-select: none;
}
button:hover, button:active, input[type=submit]:hover, input[type=submit]:active, .button:hover, .button:active {
  text-decoration: none;
  filter: brightness(1.1);
  transition: filter 0.3s ease;
}
button:active, input[type=submit]:active, .button:active {
  border-bottom-width: 2px;
  margin-top: 2px;
}

button.save:hover, button.save:active, .button.save:hover, .button.save:active {
  filter: brightness(1.1);
}
button.delete:hover, button.delete:active, .button.delete:hover, .button.delete:active {
  filter: brightness(1.1);
}
button.action:hover, button.action:active, .button.action:hover, .button.action:active {
  filter: brightness(1.1);
}
button.update:hover, button.update:active, .button.update:hover, .button.update:active {
  filter: brightness(1.1);
}
button svg, .button svg {
  vertical-align: inherit;
}

#header {
  padding-top: 19px;
  padding-bottom: 19px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

#hero {
  text-align: center;
}
#hero h1 {
  margin-top: 0;
}
#hero .impact {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

#content {
  word-break: break-word;
  padding-top: 31px;
  padding-bottom: 31px;
}

#footer {
  padding-top: 19px;
  padding-bottom: 19px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.container {
  box-sizing: border-box;
  padding-left: 19px;
  padding-right: 19px;
}
@media all and (min-width: 682px) {
  .container {
    max-width: 780px;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (min-width: 706px) {
  .container {
    max-width: 100%;
    padding-left: 31px;
    padding-right: 31px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media all and (min-width: 1102px) {
  .container {
    max-width: 1040px;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

#site-title {
  font-family: "DM Serif Display", serif;
  font-size: 37px;
  line-height: 58px;
  font-weight: bold;
}
#site-title a {
  color: inherit;
}

@media all and (min-width: 706px) {
  .text {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
  }
}

.ep-email-form {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 7px;
  padding: 19px;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  padding: 31px;
  margin: 31px 0;
}
.ep-email-form:hover {
  box-shadow: 0 7px 12px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}
.ep-email-form label {
  font-family: "DM Serif Display", serif;
  font-size: 14px;
  line-height: 25px;
  color: #2563eb;
  margin-bottom: 7px;
  display: block;
}
.ep-email-form input[type=text],
.ep-email-form input[type=email],
.ep-email-form input[type=tel],
.ep-email-form textarea,
.ep-email-form select {
  display: block;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: 1em;
  font-weight: inherit;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  margin-bottom: 12px;
}
.ep-email-form textarea {
  min-height: 186px;
  resize: vertical;
}
.ep-email-form button[type=submit],
.ep-email-form .ep-submit {
  display: inline-block;
  width: auto;
  font-family: inherit;
  font-size: inherit;
  font-weight: normal;
  line-height: 1em;
  vertical-align: top;
  text-decoration: none;
  padding: 12px 19px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-bottom-width: 4px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  cursor: pointer;
  user-select: none;
  width: 100%;
}
.ep-email-form button[type=submit]:hover, .ep-email-form button[type=submit]:active,
.ep-email-form .ep-submit:hover,
.ep-email-form .ep-submit:active {
  text-decoration: none;
  filter: brightness(1.1);
  transition: filter 0.3s ease;
}
.ep-email-form button[type=submit]:active,
.ep-email-form .ep-submit:active {
  border-bottom-width: 2px;
  margin-top: 2px;
}
.ep-email-form button[type=submit]:hover, .ep-email-form button[type=submit]:active,
.ep-email-form .ep-submit:hover,
.ep-email-form .ep-submit:active {
  filter: brightness(1.1);
}
@media all and (min-width: 706px) {
  .ep-email-form button[type=submit],
  .ep-email-form .ep-submit {
    width: auto;
  }
}
.ep-email-form .ep-success {
  color: #16a34a;
  background-color: rgba(22, 163, 74, 0.08);
  padding: 12px;
  border-radius: 7px;
  margin-top: 12px;
}
.ep-email-form .ep-error {
  color: #dc2626;
  background-color: rgba(220, 38, 38, 0.08);
  padding: 12px;
  border-radius: 7px;
  margin-top: 12px;
}

.ep-booking-form .ep-booking-steps {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 31px;
  padding-bottom: 19px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.ep-booking-form .ep-booking-steps .ep-step {
  font-family: "DM Serif Display", serif;
  font-size: 14px;
  color: #2563eb;
  opacity: 0.4;
}
.ep-booking-form .ep-booking-steps .ep-step.active {
  opacity: 1;
  color: #1d4ed8;
}
.ep-booking-form .ep-booking-steps .ep-step.completed {
  opacity: 0.7;
}
.ep-booking-form .ep-service-card {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 7px;
  padding: 19px;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  margin-bottom: 12px;
  cursor: pointer;
}
.ep-booking-form .ep-service-card:hover {
  box-shadow: 0 7px 12px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}
.ep-booking-form .ep-service-card.selected {
  border-color: #1d4ed8;
  box-shadow: 0 0 0 2px #1d4ed8;
}
.ep-booking-form .ep-service-card .ep-service-name {
  font-family: "DM Serif Display", serif;
  font-size: 23px;
  line-height: 38px;
}
.ep-booking-form .ep-service-card .ep-service-meta {
  font-size: 14px;
}
.ep-booking-form .ep-service-card .ep-service-price {
  font-family: "Space Grotesk", sans-serif;
  font-size: 23px;
  color: #2563eb;
}
.ep-booking-form .ep-calendar {
  width: 100%;
  border-collapse: collapse;
}
.ep-booking-form .ep-calendar th {
  font-family: "DM Serif Display", serif;
  font-size: 14px;
  text-transform: uppercase;
  padding: 7px;
  color: #2563eb;
}
.ep-booking-form .ep-calendar td {
  text-align: center;
  padding: 7px;
  cursor: pointer;
  border-radius: 7px;
}
.ep-booking-form .ep-calendar td:hover {
  background-color: #f4f6f8;
}
.ep-booking-form .ep-calendar td.selected {
  background-color: #1d4ed8;
  color: #ffffff;
}
.ep-booking-form .ep-calendar td.unavailable {
  opacity: 0.3;
  cursor: not-allowed;
}

.ep-booking-services {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 19px;
}
.ep-booking-services .ep-service-card {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 7px;
  padding: 19px;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  display: flex;
  flex-direction: column;
}
.ep-booking-services .ep-service-card:hover {
  box-shadow: 0 7px 12px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}
.ep-booking-services .ep-service-card .ep-book-btn {
  display: inline-block;
  width: auto;
  font-family: inherit;
  font-size: inherit;
  font-weight: normal;
  line-height: 1em;
  vertical-align: top;
  text-decoration: none;
  padding: 12px 19px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-bottom-width: 4px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  cursor: pointer;
  user-select: none;
  margin-top: auto;
}
.ep-booking-services .ep-service-card .ep-book-btn:hover, .ep-booking-services .ep-service-card .ep-book-btn:active {
  text-decoration: none;
  filter: brightness(1.1);
  transition: filter 0.3s ease;
}
.ep-booking-services .ep-service-card .ep-book-btn:active {
  border-bottom-width: 2px;
  margin-top: 2px;
}
.ep-booking-services .ep-service-card .ep-book-btn:hover, .ep-booking-services .ep-service-card .ep-book-btn:active {
  filter: brightness(1.1);
}

.ep-support-widget {
  font-family: "DM Sans", sans-serif;
}
.ep-support-widget .ep-support-header {
  background-color: #2563eb;
  color: #ffffff;
  padding: 12px;
  border-radius: 7px 7px 0 0;
}
.ep-support-widget .ep-support-body {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-top: none;
  padding: 12px;
}
.ep-support-widget .ep-support-message {
  margin-bottom: 12px;
  padding: 12px;
  border-radius: 7px;
  max-width: 80%;
}
.ep-support-widget .ep-support-message.agent {
  background-color: #f4f6f8;
  margin-right: auto;
}
.ep-support-widget .ep-support-message.user {
  background-color: #1d4ed8;
  color: #ffffff;
  margin-left: auto;
}
.ep-support-widget .ep-support-input {
  display: flex;
  gap: 7px;
}
.ep-support-widget .ep-support-input input {
  display: block;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: 1em;
  font-weight: inherit;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  flex: 1;
}
.ep-support-widget .ep-support-input button {
  display: inline-block;
  width: auto;
  font-family: inherit;
  font-size: inherit;
  font-weight: normal;
  line-height: 1em;
  vertical-align: top;
  text-decoration: none;
  padding: 12px 19px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-bottom-width: 4px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  cursor: pointer;
  user-select: none;
}
.ep-support-widget .ep-support-input button:hover, .ep-support-widget .ep-support-input button:active {
  text-decoration: none;
  filter: brightness(1.1);
  transition: filter 0.3s ease;
}
.ep-support-widget .ep-support-input button:active {
  border-bottom-width: 2px;
  margin-top: 2px;
}
.ep-support-widget .ep-support-input button:hover, .ep-support-widget .ep-support-input button:active {
  filter: brightness(1.1);
}
.ep-support-widget .ep-quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 12px;
}
.ep-support-widget .ep-quick-actions button {
  display: inline-block;
  width: auto;
  font-family: inherit;
  font-size: inherit;
  font-weight: normal;
  line-height: 1em;
  vertical-align: top;
  text-decoration: none;
  padding: 12px 19px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-bottom-width: 4px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  cursor: pointer;
  user-select: none;
  font-size: 14px;
  padding: 4px 7px;
}
.ep-support-widget .ep-quick-actions button:hover, .ep-support-widget .ep-quick-actions button:active {
  text-decoration: none;
  filter: brightness(1.1);
  transition: filter 0.3s ease;
}
.ep-support-widget .ep-quick-actions button:active {
  border-bottom-width: 2px;
  margin-top: 2px;
}

.ep-email-form .ep-quiz-field {
  margin-bottom: 19px;
}
.ep-email-form .ep-quiz-field .ep-quiz-question {
  font-family: "DM Serif Display", serif;
  font-size: 23px;
  line-height: 38px;
  margin-bottom: 12px;
}
.ep-email-form .ep-quiz-field .ep-quiz-options {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.ep-email-form .ep-quiz-field .ep-quiz-options label {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 7px;
  padding: 19px;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  padding: 12px;
  margin-bottom: 0;
}
.ep-email-form .ep-quiz-field .ep-quiz-options label:hover {
  box-shadow: 0 7px 12px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}
.ep-email-form .ep-quiz-field .ep-quiz-options label:hover {
  border-color: #1d4ed8;
}
.ep-email-form .ep-quiz-field .ep-quiz-options label input[type=radio] {
  accent-color: #1d4ed8;
  width: auto;
  margin-bottom: 0;
}
.ep-email-form .ep-quiz-field.true-false .ep-quiz-options {
  flex-direction: row;
}
.ep-email-form .ep-quiz-field.true-false .ep-quiz-options label {
  flex: 1;
  justify-content: center;
}

.ep-newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media all and (min-width: 706px) {
  .ep-newsletter-form {
    flex-direction: row;
    align-items: flex-end;
  }
}
.ep-newsletter-form input[type=email],
.ep-newsletter-form input[type=text] {
  display: block;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: 1em;
  font-weight: inherit;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  flex: 1;
}
.ep-newsletter-form button[type=submit] {
  display: inline-block;
  width: auto;
  font-family: inherit;
  font-size: inherit;
  font-weight: normal;
  line-height: 1em;
  vertical-align: top;
  text-decoration: none;
  padding: 12px 19px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-bottom-width: 4px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
}
.ep-newsletter-form button[type=submit]:hover, .ep-newsletter-form button[type=submit]:active {
  text-decoration: none;
  filter: brightness(1.1);
  transition: filter 0.3s ease;
}
.ep-newsletter-form button[type=submit]:active {
  border-bottom-width: 2px;
  margin-top: 2px;
}
.ep-newsletter-form button[type=submit]:hover, .ep-newsletter-form button[type=submit]:active {
  filter: brightness(1.1);
}

.ep-gdpr-dsr-form {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 7px;
  padding: 19px;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  padding: 31px;
}
.ep-gdpr-dsr-form:hover {
  box-shadow: 0 7px 12px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}
.ep-gdpr-dsr-form .ep-gdpr-rights {
  margin: 19px 0;
}
.ep-gdpr-dsr-form .ep-gdpr-rights label {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 7px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.ep-gdpr-dsr-form .ep-gdpr-rights label:last-child {
  border-bottom: none;
}
.ep-gdpr-dsr-form .ep-gdpr-rights label input[type=checkbox] {
  accent-color: #1d4ed8;
}
.ep-gdpr-dsr-form button[type=submit] {
  display: inline-block;
  width: auto;
  font-family: inherit;
  font-size: inherit;
  font-weight: normal;
  line-height: 1em;
  vertical-align: top;
  text-decoration: none;
  padding: 12px 19px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-bottom-width: 4px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  cursor: pointer;
  user-select: none;
}
.ep-gdpr-dsr-form button[type=submit]:hover, .ep-gdpr-dsr-form button[type=submit]:active {
  text-decoration: none;
  filter: brightness(1.1);
  transition: filter 0.3s ease;
}
.ep-gdpr-dsr-form button[type=submit]:active {
  border-bottom-width: 2px;
  margin-top: 2px;
}
.ep-gdpr-dsr-form button[type=submit]:hover, .ep-gdpr-dsr-form button[type=submit]:active {
  filter: brightness(1.1);
}

.ep-checkout-form {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 7px;
  padding: 19px;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  padding: 31px;
}
.ep-checkout-form:hover {
  box-shadow: 0 7px 12px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}
.ep-checkout-form .ep-product-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 19px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  margin-bottom: 19px;
}
.ep-checkout-form .ep-product-summary .ep-product-name {
  font-family: "DM Serif Display", serif;
  font-size: 29px;
  line-height: 47px;
}
.ep-checkout-form .ep-product-summary .ep-product-price {
  font-family: "Space Grotesk", sans-serif;
  font-size: 29px;
  color: #2563eb;
}
.ep-checkout-form .ep-payment-methods {
  margin: 19px 0;
}
.ep-checkout-form .ep-payment-methods label {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 7px;
  margin-bottom: 7px;
  cursor: pointer;
}
.ep-checkout-form .ep-payment-methods label:hover {
  border-color: #1d4ed8;
}
.ep-checkout-form button[type=submit] {
  display: inline-block;
  width: auto;
  font-family: inherit;
  font-size: inherit;
  font-weight: normal;
  line-height: 1em;
  vertical-align: top;
  text-decoration: none;
  padding: 12px 19px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-bottom-width: 4px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  cursor: pointer;
  user-select: none;
  width: 100%;
  font-size: 23px;
  padding: 12px 31px;
}
.ep-checkout-form button[type=submit]:hover, .ep-checkout-form button[type=submit]:active {
  text-decoration: none;
  filter: brightness(1.1);
  transition: filter 0.3s ease;
}
.ep-checkout-form button[type=submit]:active {
  border-bottom-width: 2px;
  margin-top: 2px;
}
.ep-checkout-form button[type=submit]:hover, .ep-checkout-form button[type=submit]:active {
  filter: brightness(1.1);
}

.ep-product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 19px;
}
.ep-product-grid .ep-product-card {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 7px;
  padding: 19px;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  display: flex;
  flex-direction: column;
}
.ep-product-grid .ep-product-card:hover {
  box-shadow: 0 7px 12px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}
.ep-product-grid .ep-product-card .ep-product-price {
  font-family: "Space Grotesk", sans-serif;
  font-size: 29px;
  color: #2563eb;
  margin: 12px 0;
}
.ep-product-grid .ep-product-card .ep-buy-btn {
  display: inline-block;
  width: auto;
  font-family: inherit;
  font-size: inherit;
  font-weight: normal;
  line-height: 1em;
  vertical-align: top;
  text-decoration: none;
  padding: 12px 19px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-bottom-width: 4px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  cursor: pointer;
  user-select: none;
  margin-top: auto;
}
.ep-product-grid .ep-product-card .ep-buy-btn:hover, .ep-product-grid .ep-product-card .ep-buy-btn:active {
  text-decoration: none;
  filter: brightness(1.1);
  transition: filter 0.3s ease;
}
.ep-product-grid .ep-product-card .ep-buy-btn:active {
  border-bottom-width: 2px;
  margin-top: 2px;
}
.ep-product-grid .ep-product-card .ep-buy-btn:hover, .ep-product-grid .ep-product-card .ep-buy-btn:active {
  filter: brightness(1.1);
}

.ep-membership-gate {
  text-align: center;
  padding: 80px;
  background-color: #f4f6f8;
  border-radius: 7px;
}
.ep-membership-gate .ep-gate-message {
  font-family: "DM Serif Display", serif;
  font-size: 29px;
  line-height: 47px;
  margin-bottom: 19px;
}
.ep-membership-gate .ep-gate-cta {
  display: inline-block;
  width: auto;
  font-family: inherit;
  font-size: inherit;
  font-weight: normal;
  line-height: 1em;
  vertical-align: top;
  text-decoration: none;
  padding: 12px 19px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-bottom-width: 4px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  cursor: pointer;
  user-select: none;
}
.ep-membership-gate .ep-gate-cta:hover, .ep-membership-gate .ep-gate-cta:active {
  text-decoration: none;
  filter: brightness(1.1);
  transition: filter 0.3s ease;
}
.ep-membership-gate .ep-gate-cta:active {
  border-bottom-width: 2px;
  margin-top: 2px;
}
.ep-membership-gate .ep-gate-cta:hover, .ep-membership-gate .ep-gate-cta:active {
  filter: brightness(1.1);
}

.ep-my-subscriptions .ep-account-table,
.ep-my-orders .ep-account-table,
.ep-my-downloads .ep-account-table {
  width: 100%;
  border-collapse: collapse;
}
.ep-my-subscriptions .ep-account-table th,
.ep-my-orders .ep-account-table th,
.ep-my-downloads .ep-account-table th {
  font-family: "DM Serif Display", serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #2563eb;
  padding: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  text-align: left;
}
.ep-my-subscriptions .ep-account-table td,
.ep-my-orders .ep-account-table td,
.ep-my-downloads .ep-account-table td {
  padding: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.ep-my-subscriptions .ep-account-table .ep-status,
.ep-my-orders .ep-account-table .ep-status,
.ep-my-downloads .ep-account-table .ep-status {
  display: inline-block;
  padding: 4px 7px;
  border-radius: 7px;
  font-size: 14px;
  font-family: "Space Grotesk", sans-serif;
}
.ep-my-subscriptions .ep-account-table .ep-status.active,
.ep-my-orders .ep-account-table .ep-status.active,
.ep-my-downloads .ep-account-table .ep-status.active {
  background-color: rgba(22, 163, 74, 0.1);
  color: #16a34a;
}
.ep-my-subscriptions .ep-account-table .ep-status.cancelled,
.ep-my-orders .ep-account-table .ep-status.cancelled,
.ep-my-downloads .ep-account-table .ep-status.cancelled {
  background-color: rgba(220, 38, 38, 0.1);
  color: #dc2626;
}
.ep-my-subscriptions .ep-account-table .ep-status.pending,
.ep-my-orders .ep-account-table .ep-status.pending,
.ep-my-downloads .ep-account-table .ep-status.pending {
  background-color: rgba(234, 179, 8, 0.1);
  color: #ca8a04;
}

.ep-affiliate-portal .ep-affiliate-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 12px;
  margin-bottom: 31px;
}
.ep-affiliate-portal .ep-affiliate-stats .ep-stat-card {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 7px;
  padding: 19px;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  text-align: center;
}
.ep-affiliate-portal .ep-affiliate-stats .ep-stat-card:hover {
  box-shadow: 0 7px 12px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}
.ep-affiliate-portal .ep-affiliate-stats .ep-stat-card .ep-stat-value {
  font-family: "Space Grotesk", sans-serif;
  font-size: 37px;
  line-height: 58px;
  color: #2563eb;
}
.ep-affiliate-portal .ep-affiliate-stats .ep-stat-card .ep-stat-label {
  font-size: 14px;
}

.ep-affiliate-apply-form {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 7px;
  padding: 19px;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  padding: 31px;
}
.ep-affiliate-apply-form:hover {
  box-shadow: 0 7px 12px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}
.ep-affiliate-apply-form input, .ep-affiliate-apply-form textarea, .ep-affiliate-apply-form select {
  display: block;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: 1em;
  font-weight: inherit;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  margin-bottom: 12px;
}
.ep-affiliate-apply-form button[type=submit] {
  display: inline-block;
  width: auto;
  font-family: inherit;
  font-size: inherit;
  font-weight: normal;
  line-height: 1em;
  vertical-align: top;
  text-decoration: none;
  padding: 12px 19px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-bottom-width: 4px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  cursor: pointer;
  user-select: none;
}
.ep-affiliate-apply-form button[type=submit]:hover, .ep-affiliate-apply-form button[type=submit]:active {
  text-decoration: none;
  filter: brightness(1.1);
  transition: filter 0.3s ease;
}
.ep-affiliate-apply-form button[type=submit]:active {
  border-bottom-width: 2px;
  margin-top: 2px;
}
.ep-affiliate-apply-form button[type=submit]:hover, .ep-affiliate-apply-form button[type=submit]:active {
  filter: brightness(1.1);
}

.ep-affiliate-leaderboard {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 7px;
  padding: 19px;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  padding: 0;
  overflow: hidden;
}
.ep-affiliate-leaderboard:hover {
  box-shadow: 0 7px 12px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}
.ep-affiliate-leaderboard table {
  width: 100%;
  border-collapse: collapse;
}
.ep-affiliate-leaderboard table th {
  font-family: "DM Serif Display", serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #2563eb;
  padding: 12px;
  text-align: left;
}
.ep-affiliate-leaderboard table td {
  padding: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.ep-affiliate-leaderboard table tr:last-child td {
  border-bottom: none;
}
.ep-affiliate-leaderboard .ep-rank-1 {
  font-weight: bold;
}

.ep-passkey-prompt {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 7px;
  padding: 19px;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  text-align: center;
  padding: 31px;
}
.ep-passkey-prompt:hover {
  box-shadow: 0 7px 12px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}
.ep-passkey-prompt .ep-passkey-icon {
  font-size: 47px;
  margin-bottom: 12px;
}
.ep-passkey-prompt .ep-passkey-btn {
  display: inline-block;
  width: auto;
  font-family: inherit;
  font-size: inherit;
  font-weight: normal;
  line-height: 1em;
  vertical-align: top;
  text-decoration: none;
  padding: 12px 19px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-bottom-width: 4px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  cursor: pointer;
  user-select: none;
}
.ep-passkey-prompt .ep-passkey-btn:hover, .ep-passkey-prompt .ep-passkey-btn:active {
  text-decoration: none;
  filter: brightness(1.1);
  transition: filter 0.3s ease;
}
.ep-passkey-prompt .ep-passkey-btn:active {
  border-bottom-width: 2px;
  margin-top: 2px;
}
.ep-passkey-prompt .ep-passkey-btn:hover, .ep-passkey-prompt .ep-passkey-btn:active {
  filter: brightness(1.1);
}
.ep-passkey-prompt .ep-passkey-fallback {
  font-size: 14px;
  margin-top: 12px;
}
.ep-passkey-prompt .ep-passkey-fallback a {
  color: #1d4ed8;
}

.ep-consent-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  margin: 12px 0;
  font-size: 14px;
  line-height: 25px;
}
.ep-consent-checkbox input[type=checkbox] {
  accent-color: #1d4ed8;
  margin-top: 2px;
}
.ep-consent-checkbox a {
  color: #1d4ed8;
}

.ep-loading {
  text-align: center;
  padding: 31px;
  color: #2563eb;
}
.ep-loading::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid #f4f6f8;
  border-top-color: #1d4ed8;
  border-radius: 50%;
  animation: ep-spin 0.6s linear infinite;
}

@keyframes ep-spin {
  to {
    transform: rotate(360deg);
  }
}
.ep-placeholder {
  background-color: #f4f6f8;
  border: 2px dashed 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 7px;
  padding: 31px;
  text-align: center;
  color: #2563eb;
  font-family: "DM Serif Display", serif;
  font-size: 18px;
}

/* ── Navigation ── */
#header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

#header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#header nav {
  margin-left: auto;
}

#header .menu {
  list-style: none;
  display: flex;
  gap: 31px;
  margin: 0;
  align-items: center;
}

#header .menu a {
  text-decoration: none;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
}

#site-title a {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  letter-spacing: -0.03em;
}

/* ── Hero ── */
.hero {
  text-align: center;
  background-image: url({}/blue-bg.webp);
  background-size: cover;
  background-position: center;
  color: #ffffff;
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(26, 26, 46, 0.45);
}

.hero .container {
  position: relative;
  z-index: 1;
}

.hero h1 {
  margin-top: 0;
  font-size: 64px;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #ffffff;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
}

.hero .impact {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.75);
  font-family: "DM Sans", sans-serif;
}

.hero a {
  color: #ffffff;
}

.hero-ctas {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 31px;
}

/* ── Buttons ── */
button, input[type=submit], .button {
  border-bottom-width: 1px;
  border-radius: 6px;
  padding: 14px 28px;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.2s ease;
}

button:active, input[type=submit]:active, .button:active {
  border-bottom-width: 1px;
  margin-top: 0;
}

.button.action {
  background-color: #2563eb;
  color: #ffffff;
  border-color: #2563eb;
}

.button.action:hover {
  background-color: #1d4ed8;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.button.outline {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.35);
  color: #ffffff;
}

.button.outline:hover {
  border-color: rgba(255, 255, 255, 0.7);
  background-color: rgba(255, 255, 255, 0.08);
}

/* ── Sections ── */
#about, #services, #contact {
  padding-top: 100px;
  padding-bottom: 100px;
}

#about .container, #services .container, #contact .container {
  max-width: 1040px;
}

.alt-bg {
  background-color: #f4f6f8;
}

/* ── About ── */
.about-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 80px;
}

@media all and (min-width: 706px) {
  .about-grid {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}
.about-text p:first-child {
  font-size: 23px;
  line-height: 47px;
}

.founder-portrait {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 19px;
}

.about-visual {
  display: flex;
  flex-direction: column;
}

.about-stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.stat {
  text-align: center;
  padding: 19px;
  background-color: #f4f6f8;
  border-radius: 8px;
}

.stat-number {
  font-family: "Space Grotesk", sans-serif;
  font-size: 36px;
  line-height: 1;
  color: #2563eb;
  display: block;
  letter-spacing: -0.02em;
}

.stat-label {
  font-size: 12px;
  color: rgba(26, 26, 46, 0.45);
  display: block;
  margin-top: 7px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 600;
}

/* ── Services ── */
.service-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 19px;
  margin-top: 31px;
}

@media all and (min-width: 706px) {
  .service-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.service-card {
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.service-card:hover {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}

.service-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.service-card h3 {
  margin-top: 0;
  padding: 19px 19px 0 19px;
  font-size: 23px;
}

.service-card p {
  padding: 0 19px 19px 19px;
  color: rgba(26, 26, 46, 0.6);
}

/* ── Contact ── */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 80px;
  margin-top: 31px;
}

@media all and (min-width: 706px) {
  .contact-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.contact-details h3 {
  margin-top: 19px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(26, 26, 46, 0.35);
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
}

.contact-details h3:first-child {
  margin-top: 0;
}

.contact-form-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #1a1a2e;
  color: #ffffff;
  padding: 80px;
  border-radius: 10px;
  text-align: center;
}

.contact-form-area .impact {
  color: rgba(255, 255, 255, 0.6);
}

.contact-form-area .button.action {
  margin-top: 19px;
}

/* ── Footer ── */
#footer {
  background-color: #1a1a2e;
  color: rgba(255, 255, 255, 0.45);
  border-top: none;
  padding-top: 31px;
  padding-bottom: 31px;
}

#footer a {
  color: rgba(255, 255, 255, 0.45);
}

#footer a:hover {
  color: #ffffff;
}

#footer strong {
  color: #ffffff;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 19px;
  text-align: center;
}

@media all and (min-width: 706px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr 1fr;
    text-align: left;
  }
  .footer-legal {
    text-align: right;
  }
}
/* ── Responsive ── */
@media all and (max-width: 682px) {
  .hero {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .hero h1 {
    font-size: 38px;
  }
  .service-img {
    height: 180px;
  }
}