@font-face {
  font-family: "Reddit Sans";
  src: url("../fonts/reddit-sans-latin-ext.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Reddit Sans";
  src: url("../fonts/reddit-sans-latin.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
:root {
  --emil-black: #000;
  --emil-white: #fff;
  --emil-navy: #020f59;
  --emil-pale: #eef4f9;
  --emil-pale-2: #eff2f5;
  --emil-yellow: #fed21b;
  --emil-orange: #fbb03b;
  --emil-accessible-orange: #ad6200;
  --emil-gradient: linear-gradient(90deg, #fed21b 0%, #fbb03b 100%);
  --emil-text-gradient: linear-gradient(90deg, #ffa600 0%, #fbb83b 100%);
  --emil-container: 1320px;
  --emil-shell: 1464px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.emil-site {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--emil-white);
  color: var(--emil-black);
  font-family: "Reddit Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

body.emil-menu-open,
body.emil-dialog-open {
  overflow: hidden;
}

img,
svg {
  display: block;
  max-width: 100%;
}

button,
input,
textarea,
select {
  font: inherit;
  letter-spacing: 0;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

p,
h1,
h2,
h3,
h4,
ul,
ol {
  margin-top: 0;
}

h1,
h2,
h3,
h4 {
  margin-bottom: 0;
  font-weight: 800;
  letter-spacing: 0.02em;
}

h1 {
  font-size: 56px;
  line-height: 66px;
}

h2 {
  font-size: 42px;
  line-height: 52px;
}

h3 {
  font-size: 26px;
  line-height: 36px;
}

.emil-container {
  width: min(var(--emil-container), 100% - 48px);
  margin-inline: auto;
}

.emil-shell {
  width: min(var(--emil-shell), 100% - 32px);
  margin-inline: auto;
}

.emil-section {
  margin-top: 100px;
}

.emil-eyebrow {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.emil-highlight {
  color: var(--emil-accessible-orange);
  background: var(--emil-text-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.emil-visually-hidden,
.emil-skip-link:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

[hidden] {
  display: none !important;
}

.emil-skip-link {
  position: fixed;
  z-index: 10000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  border-radius: 4px;
  background: var(--emil-navy);
  color: var(--emil-white);
}

.emil-icon {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.emil-icon-button {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--emil-pale);
  color: var(--emil-black);
  cursor: pointer;
}

.emil-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 6px 24px 6px 6px;
  border: 0;
  border-radius: 100px;
  color: var(--emil-black);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
  cursor: pointer;
  transition: color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
  transform: none;
}

.emil-button:hover,
.emil-button:focus-visible,
.emil-button:active {
  transform: none;
}

.emil-button__icon {
  display: grid;
  flex: 0 0 36px;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  transition: color 180ms ease, background-color 180ms ease;
}

.emil-button__icon .emil-icon {
  width: 18px;
  height: 18px;
}

.emil-button__icon .emil-icon--question {
  width: 16px;
  height: 16px;
}

.emil-button__icon .emil-icon--user {
  width: 12.4444px;
  height: 12.4444px;
}

.emil-button__label {
  display: block;
}

.emil-button--primary,
.emil-button--primary-dark {
  background: var(--emil-gradient);
}

.emil-button--primary .emil-button__icon,
.emil-button--primary-dark .emil-button__icon {
  background: var(--emil-black);
  color: var(--emil-white);
}

.emil-button--primary:hover,
.emil-button--primary:focus-visible,
.emil-button--primary-dark:hover,
.emil-button--primary-dark:focus-visible {
  background: linear-gradient(90deg, #fbb03b 0%, #fed21b 100%);
  color: var(--emil-black);
  box-shadow: 0 6px 18px rgba(173, 98, 0, 0.2);
}

.emil-button--secondary {
  background: var(--emil-white);
}

.emil-button--secondary .emil-button__icon {
  background: var(--emil-pale);
}

.emil-button--secondary:hover,
.emil-button--secondary:focus-visible {
  background: var(--emil-gradient);
}

.emil-button--secondary:hover .emil-button__icon,
.emil-button--secondary:focus-visible .emil-button__icon {
  background: var(--emil-black);
  color: var(--emil-white);
}

.emil-button--secondary-dark {
  background: rgba(255, 255, 255, 0.12);
  color: var(--emil-white);
}

.emil-button--secondary-dark .emil-button__icon {
  background: var(--emil-white);
  color: var(--emil-navy);
}

.emil-button--secondary-dark:hover,
.emil-button--secondary-dark:focus-visible {
  background: var(--emil-white);
  color: var(--emil-black);
}

.emil-button--secondary-dark:hover .emil-button__icon,
.emil-button--secondary-dark:focus-visible .emil-button__icon {
  background: var(--emil-navy);
  color: var(--emil-white);
}

.emil-button__icon .emil-icon--question {
  transition: filter 180ms ease;
}

.emil-button--secondary:hover .emil-icon--question,
.emil-button--secondary:focus-visible .emil-icon--question,
.emil-button--secondary-dark:hover .emil-icon--question,
.emil-button--secondary-dark:focus-visible .emil-icon--question {
  filter: brightness(0) invert(1);
}

.emil-button--secondary:hover .emil-button__icon .emil-icon,
.emil-button--secondary:focus-visible .emil-button__icon .emil-icon,
.emil-button--secondary-dark:hover .emil-button__icon .emil-icon,
.emil-button--secondary-dark:focus-visible .emil-button__icon .emil-icon {
  filter: brightness(0) invert(1);
}

.emil-button--muted {
  background: var(--emil-pale);
}

.emil-button--muted .emil-button__icon {
  background: var(--emil-white);
}

.emil-button--muted:hover,
.emil-button--muted:focus-visible {
  background: var(--emil-gradient);
}

.emil-button--muted:hover .emil-button__icon,
.emil-button--muted:focus-visible .emil-button__icon {
  background: var(--emil-black);
  color: var(--emil-white);
}

.emil-button--small {
  min-height: 40px;
  padding: 6px 18px 6px 6px;
}

.emil-button--small .emil-button__icon {
  flex-basis: 28px;
  width: 28px;
  height: 28px;
}

.emil-button__icon--full,
.emil-button:hover .emil-button__icon--full,
.emil-button:focus-visible .emil-button__icon--full {
  background: transparent;
}

.emil-button__icon--full .emil-icon {
  width: 36px;
  height: 36px;
}

.emil-button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.emil-section-heading {
  max-width: 700px;
}

.emil-section-heading--center {
  margin-inline: auto;
  text-align: center;
}

.emil-section-heading__text {
  margin-top: 16px;
  font-size: 16px;
  line-height: 28px;
}

.emil-section-heading__text p {
  margin-bottom: 0;
}

/* Header */
.emil-header {
  padding-top: 24px;
  background: var(--emil-white);
}

.emil-header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 44.5px;
}

.emil-logo {
  display: inline-block;
  flex: 0 0 auto;
  transition: opacity 180ms ease;
}

.emil-logo:hover,
.emil-logo:focus-visible {
  opacity: 0.78;
}

.emil-logo img {
  width: 238px;
  height: 45px;
}

.emil-google-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 145px;
  height: 33px;
  font-size: 12px;
  line-height: 16px;
}

.emil-google-rating__g {
  flex: 0 0 32px;
}

.emil-google-rating > div > span {
  display: block;
  white-space: nowrap;
}

.emil-google-rating__score {
  display: flex;
  align-items: center;
  gap: 4px;
}

.emil-google-rating__score strong {
  font-size: 12px;
  line-height: 15px;
}

.emil-google-rating__score img {
  width: 70px;
  height: 10px;
}

.emil-header__bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  margin-top: 12px;
  padding-top: 11px;
  border-top: 1px solid #d6dce2;
}

.emil-nav__list {
  display: flex;
  align-items: center;
  gap: 36px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.emil-nav__list > li {
  position: relative;
}

.emil-nav__list > li > a {
  display: flex;
  align-items: center;
  min-height: 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.emil-nav__list > li > a::before {
  position: absolute;
  top: -12px;
  left: 50%;
  width: 0;
  height: 3px;
  content: "";
  background: var(--emil-gradient);
  transform: translateX(-50%);
  transition: width 180ms ease;
}

.emil-nav__list > li > a:hover,
.emil-nav__list > li > a:focus-visible,
.emil-nav__list > .current-menu-item > a,
.emil-nav__list > .current_page_item > a,
.emil-nav__list > .current-menu-ancestor > a {
  color: var(--emil-accessible-orange);
  background: var(--emil-text-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.emil-nav__list > li > a:hover::before,
.emil-nav__list > li > a:focus-visible::before,
.emil-nav__list > .current-menu-item > a::before,
.emil-nav__list > .current_page_item > a::before,
.emil-nav__list > .current-menu-ancestor > a::before {
  width: 52px;
}

.emil-header__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.emil-header__action {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  padding: 6px 24px 6px 6px;
  border: 0;
  border-radius: 100px;
  color: var(--emil-black);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  white-space: nowrap;
  cursor: pointer;
  transition: box-shadow 180ms ease, background 180ms ease;
}

.emil-header__action--callback {
  flex: 0 0 147px;
  width: 147px;
  background: var(--emil-gradient);
}

.emil-header__action--client {
  flex: 0 0 162px;
  width: 162px;
  background: var(--emil-pale);
}

.emil-header__action:hover {
  color: var(--emil-black);
}

.emil-header__action--callback:hover,
.emil-header__action--callback:focus-visible {
  background: linear-gradient(90deg, #fbb03b 0%, #fed21b 100%);
  box-shadow: 0 5px 14px rgba(173, 98, 0, 0.2);
}

.emil-header__action--client:hover,
.emil-header__action--client:focus-visible {
  background: #e1ebf3;
  box-shadow: 0 5px 14px rgba(2, 15, 89, 0.12);
}

.emil-header__action:focus-visible {
  color: var(--emil-black);
  outline: 2px solid var(--emil-navy);
  outline-offset: 2px;
}

.emil-header__action-icon {
  display: grid;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
}

.emil-header__action--callback .emil-header__action-icon {
  background: var(--emil-black);
}

.emil-header__action--client .emil-header__action-icon {
  background: var(--emil-white);
}

.emil-header__action-icon .emil-icon--phone {
  width: 11.1482px;
  height: 11.1482px;
}

.emil-header__action-icon .emil-icon--user {
  width: 12.4444px;
  height: 12.4444px;
}

.emil-header__action[aria-disabled=true] {
  cursor: not-allowed;
}

.emil-menu-toggle {
  position: relative;
  z-index: 120;
  display: none;
}

.emil-menu-backdrop {
  position: fixed;
  z-index: 90;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: rgba(2, 15, 89, 0.28);
  cursor: default;
}

.emil-menu-backdrop[hidden] {
  display: none;
}

.emil-menu-toggle__close {
  display: none;
}

.emil-menu-toggle[aria-expanded=true] .emil-menu-toggle__open {
  display: none;
}

.emil-menu-toggle[aria-expanded=true] .emil-menu-toggle__close {
  display: block;
}

/* Home hero */
.emil-hero,
.emil-page-hero {
  margin-top: 25px;
}

.emil-hero__inner,
.emil-page-hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: 620px 1fr;
  min-height: 673px;
  overflow: hidden;
  border-radius: 60px;
  background: var(--emil-pale);
}

.emil-hero__content,
.emil-page-hero__content {
  position: relative;
  z-index: 3;
  align-self: center;
  padding-left: 72px;
}

.emil-hero__content h1 {
  max-width: 620px;
}

.emil-hero__lead,
.emil-page-hero__content > p:not(.emil-eyebrow) {
  max-width: 590px;
  margin: 24px 0 0;
  font-size: 16px;
  line-height: 28px;
}

.emil-hero__actions,
.emil-page-hero__actions,
.emil-management__actions,
.emil-calculator-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.emil-hero__visual,
.emil-page-hero__visual {
  position: relative;
  min-width: 0;
}

.emil-hero__house {
  position: absolute;
  z-index: 1;
  top: -53px;
  right: auto;
  bottom: auto;
  left: 29.86%;
  width: 148.58%;
  height: auto;
  max-width: none;
}

.emil-hero__mascot-frame {
  position: absolute;
  z-index: 2;
  top: 246px;
  left: 134px;
  width: 285px;
  height: 360px;
  overflow: hidden;
}

.emil-hero__mascot {
  position: absolute;
  top: -17.5%;
  left: -29.12%;
  width: 164.04%;
  height: 125.14%;
  max-width: none;
}

.emil-saving-card {
  position: absolute;
  z-index: 4;
  top: 65px;
  right: 207px;
  width: 391px;
  height: 145px;
  padding: 0;
  border-radius: 20px;
  background: var(--emil-white);
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.12);
}

.emil-saving-card p {
  position: absolute;
  top: 30px;
  left: 28px;
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.emil-saving-card strong {
  position: absolute;
  top: 58px;
  left: 56px;
  display: block;
  font-size: 32px;
  line-height: 30px;
  color: transparent;
  background: var(--emil-text-gradient);
  background-clip: text;
}

.emil-saving-card > span {
  position: absolute;
  top: 100px;
  left: 28px;
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
}

.emil-saving-card__bolt {
  position: absolute;
  top: 58px;
  left: 28px;
  width: 20px;
  height: 32px;
}

.emil-saving-card__chart {
  position: absolute;
  top: 39px;
  right: 32px;
  width: 142px;
  height: 81px;
}

/* Benefits */
.emil-benefits {
  margin-top: 100px;
}

.emil-benefits__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 96px;
  max-width: 1036px;
  margin: 40px auto 0;
}

.emil-benefits__grid::before {
  display: none;
}

.emil-benefits__connector {
  position: absolute;
  z-index: -1;
  top: 26px;
  width: 130px;
  height: 28px;
}

.emil-benefits__connector--left {
  left: 270px;
}

.emil-benefits__connector--right {
  right: 270px;
}

.emil-benefit {
  text-align: center;
}

.emil-benefit__icon {
  display: grid;
  place-items: center;
  width: 80px;
  height: 80px;
  margin: 0 auto 24px;
}

.emil-benefit__icon img {
  width: 80px;
  height: 80px;
}

.emil-benefit h3 {
  margin-bottom: 10px;
}

.emil-benefit p {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
}

/* Video and references */
.emil-video {
  margin-top: 100px;
}

.emil-video__frame {
  position: relative;
  aspect-ratio: 1318/682;
  overflow: hidden;
  border-radius: 30px;
  background: var(--emil-navy);
}

.emil-video .emil-container {
  max-width: 1318px;
}

.emil-video__poster,
.emil-video__frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

.emil-video__play {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: inherit;
  background: transparent;
  cursor: pointer;
}

.emil-video__play:focus-visible {
  outline: 3px solid var(--emil-orange);
  outline-offset: -6px;
}

.emil-references h2 {
  margin-bottom: 40px;
  font-size: 28px;
  line-height: 32px;
  text-align: center;
  opacity: 0.8;
}

.emil-references__list {
  display: grid;
  grid-template-columns: 185px 177px 187px 180px 185px 185px;
  justify-content: space-between;
  gap: 16px;
}

.emil-reference-logo {
  display: grid;
  place-items: center;
  min-height: 110px;
}

.emil-reference-logo img {
  width: 100%;
  height: auto;
  max-width: none;
  max-height: none;
}

/* Management */
.emil-management {
  margin-top: 100px;
}

.emil-management__inner {
  position: relative;
  display: grid;
  grid-template-columns: 590px 1fr;
  min-height: 605px;
  overflow: hidden;
  border-radius: 60px;
  background: var(--emil-pale);
}

.emil-management__content {
  position: relative;
  z-index: 3;
  align-self: center;
  padding-left: 72px;
}

.emil-management__text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 28px;
}

.emil-management__text p {
  margin-bottom: 0;
}

.emil-management__visual {
  position: relative;
  min-width: 0;
}

.emil-management__dashboard {
  position: absolute;
  z-index: 2;
  right: 71px;
  bottom: 100px;
  width: 610px;
  height: auto;
  border-radius: 18px;
  box-shadow: 2px 5px 14px rgba(0, 0, 0, 0.14);
}

.emil-management__mascot-frame {
  position: absolute;
  z-index: 1;
  top: 52px;
  left: 59px;
  width: 250px;
  height: 300px;
  overflow: hidden;
}

.emil-management__mascot {
  position: absolute;
  top: -18.04%;
  left: -26.62%;
  width: 141.03%;
  height: 129.08%;
  max-width: none;
}

/* Services */
.emil-services {
  margin-top: 100px;
}

.emil-services .emil-section-heading {
  max-width: 700px;
}

.emil-services .emil-section-heading__text {
  max-width: 630px;
  margin-top: 12px;
  margin-inline: auto;
}

.emil-services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}

.emil-services--light .emil-services__grid {
  margin-top: 0;
}

.emil-service-card {
  display: flex;
  flex-direction: column;
  min-height: 388px;
  padding: 40px 32px 32px;
  border-radius: 30px;
}

.emil-services--dark .emil-service-card {
  background: var(--emil-navy);
  color: var(--emil-white);
}

.emil-services--light .emil-service-card {
  min-height: 0;
  height: 444px;
  background: var(--emil-pale);
  color: var(--emil-black);
}

.emil-services--light .emil-service-card:nth-child(-n+3) {
  height: 416px;
}

.emil-service-card__icon {
  width: 70px;
  height: 70px;
  margin-bottom: 22px;
}

.emil-service-card h3 {
  margin-bottom: 12px;
}

.emil-service-card p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
}

.emil-service-card .emil-service-button {
  margin-top: auto;
}

.emil-service-button {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 10px;
  min-height: 40px;
  padding: 6px 24px 6px 6px;
  border-radius: 100px;
  background: var(--emil-gradient);
  color: var(--emil-black);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  white-space: nowrap;
  transition: background 180ms ease, box-shadow 180ms ease;
}

.emil-service-button:hover,
.emil-service-button:focus-visible {
  background: linear-gradient(90deg, #fbb03b 0%, #fed21b 100%);
  box-shadow: 0 5px 14px rgba(173, 98, 0, 0.2);
}

.emil-service-button__icon {
  display: grid;
  flex: 0 0 28px;
  place-items: center;
  width: 28px;
  height: 28px;
}

.emil-service-button__icon .emil-icon {
  width: 28px;
  height: 28px;
}

.emil-card-link {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 10px;
  color: var(--emil-black);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: color 180ms ease;
}

.emil-card-link__icon {
  display: grid;
  flex: 0 0 28px;
  place-items: center;
  width: 28px;
  height: 28px;
  overflow: hidden;
  border-radius: 50%;
}

.emil-card-link .emil-icon {
  width: 100%;
  height: 100%;
}

.emil-card-link__label {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.emil-card-link:hover,
.emil-card-link:focus-visible {
  color: var(--emil-accessible-orange);
}

.emil-card-link:hover .emil-card-link__label,
.emil-card-link:focus-visible .emil-card-link__label {
  text-decoration-thickness: 2px;
}

/* Metrics */
.emil-metrics {
  margin-top: 100px;
}

.emil-metrics__inner {
  min-height: 866px;
  padding: 72px;
  overflow: hidden;
  border-radius: 60px;
  background: var(--emil-pale);
}

.emil-metrics__heading {
  text-align: center;
}

.emil-metrics__body {
  display: grid;
  grid-template-columns: 1fr 437px;
  gap: 96px;
  align-items: center;
  margin-top: 70px;
}

.emil-metrics__visual {
  position: relative;
  min-height: 530px;
  --emil-metrics-ring-size: 180px;
}

.emil-metrics__ring {
  position: absolute;
  top: 50%;
  left: 45%;
  width: var(--emil-metrics-ring-size);
  height: var(--emil-metrics-ring-size);
  border: 1px solid rgba(2, 15, 89, 0.34);
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
}

.emil-metrics.is-animated .emil-metrics__ring {
  animation: emil-metrics-wave 4.8s linear infinite;
}

.emil-metrics.is-animated .emil-metrics__ring--one {
  animation-delay: -3.6s;
}

.emil-metrics.is-animated .emil-metrics__ring--two {
  animation-delay: -2.4s;
}

.emil-metrics.is-animated .emil-metrics__ring--three {
  animation-delay: -1.2s;
}

.emil-metrics.is-animated .emil-metrics__ring--four {
  animation-delay: 0s;
}

.emil-metrics__image-frame {
  position: absolute;
  z-index: 2;
  top: 19px;
  left: 119px;
  width: 536px;
  height: 491px;
  overflow: hidden;
}

.emil-metrics.is-animated .emil-metrics__image-frame {
  animation: emil-metrics-float 4.2s ease-in-out infinite;
}

@keyframes emil-metrics-float {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    transform: translate3d(0, -12px, 0) rotate(-0.6deg);
  }
}
@keyframes emil-metrics-wave {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.7);
  }
  8% {
    opacity: 0.34;
  }
  72% {
    opacity: 0.14;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(3.1);
  }
}
.emil-metrics__image {
  position: absolute;
  top: -12.39%;
  left: -19.88%;
  width: 179.65%;
  height: 130.78%;
  max-width: none;
}

.emil-metrics__list {
  display: grid;
  gap: 20px;
}

.emil-metric {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 142px;
  padding: 28px 32px;
  border-radius: 20px;
  background: var(--emil-white);
}

.emil-metric strong {
  display: block;
  font-size: 38px;
  font-weight: 800;
  line-height: 46px;
  letter-spacing: 0.02em;
}

.emil-metric p {
  margin: 2px 0 0;
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
}

.emil-metric img {
  width: 60px;
  height: 60px;
}

/* Case studies */
.emil-use-cases {
  margin-top: 100px;
}

.emil-use-cases__header,
.emil-blog__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}

.emil-use-cases__header .emil-section-heading {
  max-width: 620px;
}

.emil-use-cases__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
  margin-top: 40px;
}

.emil-use-case__media {
  position: relative;
  display: block;
  aspect-ratio: 620/400;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.15);
}

.emil-use-case__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.emil-use-case__media:hover .emil-use-case__image,
.emil-use-case__media:focus-visible .emil-use-case__image {
  transform: scale(1.025);
}

.emil-use-case__arrow {
  position: absolute;
  top: 20px;
  right: 20px;
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.emil-use-case__media:hover .emil-use-case__arrow,
.emil-use-case__media:focus-visible .emil-use-case__arrow {
  opacity: 0.82;
}

.emil-use-case__arrow .emil-icon {
  width: 60px;
  height: 60px;
}

.emil-use-case__saving {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  color: var(--emil-accessible-orange);
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 0.04em;
}

.emil-use-case__saving > span {
  background: var(--emil-text-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.emil-use-case__saving .emil-icon {
  width: 17.1333px;
  height: 20px;
}

.emil-use-case h3 {
  margin-top: 8px;
}

.emil-use-case h3 a,
.emil-article-card h3 a {
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color 180ms ease, text-decoration-color 180ms ease;
}

.emil-use-case h3 a:hover,
.emil-use-case h3 a:focus-visible,
.emil-article-card h3 a:hover,
.emil-article-card h3 a:focus-visible {
  color: var(--emil-accessible-orange);
  text-decoration-color: currentColor;
}

.emil-use-case > p {
  max-width: 590px;
  margin: 8px 0 0;
  font-size: 16px;
  line-height: 28px;
}

/* Calculator CTA */
.emil-calculator-cta {
  margin-top: 171px;
  overflow-x: clip;
  overflow-y: visible;
}

.emil-calculator-cta__inner {
  position: relative;
  min-height: 512px;
  overflow: visible;
  clip-path: inset(-90px 0 0 0);
  border-radius: 60px;
  background: var(--emil-navy);
  color: var(--emil-white);
}

.emil-calculator-cta__content {
  position: relative;
  z-index: 3;
  width: 700px;
  padding: 64px 0 52px 72px;
}

.emil-calculator-cta__content h2 {
  max-width: 650px;
}

.emil-calculator-cta__content > p:not(.emil-eyebrow) {
  margin: 12px 0 0;
}

.emil-social-proof {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 36px;
}

.emil-social-proof__avatars {
  display: flex;
}

.emil-social-proof__avatars img {
  width: 46px;
  height: 46px;
  margin-left: -10px;
  border: 3px solid var(--emil-navy);
  border-radius: 50%;
  object-fit: cover;
}

.emil-social-proof__avatars img:first-child {
  margin-left: 0;
}

.emil-social-proof p {
  max-width: 200px;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}

.emil-calculator-cta__visual {
  position: absolute;
  top: -71px;
  left: 725px;
  width: 654px;
  height: 561px;
}

.emil-calculator-cta__mascot-frame {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 155px;
  width: 306px;
  height: 353px;
  overflow: hidden;
}

.emil-calculator-cta__mascot {
  position: absolute;
  top: -15.3%;
  left: -21.57%;
  width: 147.55%;
  height: 122.24%;
  max-width: none;
}

.emil-calculator-cta__phone-frame {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 211px;
  width: 443px;
  height: 561px;
}

.emil-calculator-cta__phone-base,
.emil-calculator-cta__phone {
  position: absolute;
  height: auto;
  max-width: none;
  transform: scaleX(-1);
}

.emil-calculator-cta__phone-base {
  top: 0;
  left: 17px;
  width: 426px;
}

.emil-calculator-cta__phone {
  top: 9px;
  left: 27px;
  width: 394px;
}

/* Blog */
.emil-blog {
  margin-top: 100px;
}

.emil-blog--carousel {
  overflow-x: clip;
}

.emil-blog__header .emil-section-heading {
  max-width: 740px;
}

.emil-blog__viewport {
  margin-top: 40px;
}

.emil-blog--carousel .emil-blog__viewport {
  width: 100%;
  overflow: visible;
  touch-action: pan-y;
}

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

.emil-blog--carousel .emil-blog__grid {
  grid-template-columns: repeat(4, 424px);
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.emil-article-card {
  display: flex;
  height: 507px;
  flex-direction: column;
  overflow: hidden;
  border-radius: 30px;
  background: var(--emil-pale);
}

.emil-article-card__media {
  display: block;
  height: 247px;
  padding: 12px 12px 0;
}

.emil-article-card__image {
  width: 100%;
  height: 223px;
  border-radius: 20px;
  object-fit: cover;
  transition: transform 260ms ease;
}

.emil-article-card__media:hover .emil-article-card__image,
.emil-article-card__media:focus-visible .emil-article-card__image {
  transform: scale(1.025);
}

.emil-article-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 12px 32px 32px;
}

.emil-article-card__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #4e5660;
  font-size: 14px;
  line-height: 24px;
}

.emil-article-card__meta .emil-icon {
  width: 17px;
  height: 17px;
  color: #fed21b;
}

.emil-article-card h3 {
  margin-top: 8px;
  font-size: 20px;
  line-height: 28px;
}

.emil-article-card p {
  margin: 8px 0 16px;
  font-size: 16px;
  line-height: 28px;
}

.emil-blog--listing {
  margin-top: 66.5px;
}

.emil-blog--listing .emil-blog__grid {
  column-gap: 24px;
  row-gap: 40px;
}

.emil-article-card .emil-card-link {
  margin-top: auto;
}

.emil-article-card .emil-card-link__icon {
  flex-basis: 36px;
  width: 36px;
  height: 36px;
}

.emil-blog__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}

.emil-blog__controls .emil-icon-button {
  width: 29px;
  height: 29px;
  background: transparent;
  opacity: 1;
  transition: opacity 180ms ease;
}

.emil-blog__controls .emil-icon-button:disabled {
  cursor: default;
  opacity: 0.2;
}

.emil-blog__controls .emil-icon-button:not(:disabled):hover,
.emil-blog__controls .emil-icon-button:not(:disabled):focus-visible {
  opacity: 0.62;
}

.emil-blog__controls .emil-icon {
  width: 28px;
  height: 28px;
}

.emil-blog__controls > div {
  display: flex;
  gap: 16px;
}

.emil-blog__progress {
  position: relative;
  display: block;
  flex: 0 1 1173px;
  height: 6px;
  border-radius: 10px;
  background: var(--emil-pale);
}

.emil-blog__progress span {
  position: absolute;
  top: 0;
  left: 0;
  width: 43.56%;
  height: 100%;
  border-radius: inherit;
  background: var(--emil-navy);
  transition: left 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

/* FAQ */
.emil-faq {
  margin-top: 100px;
}

.emil-faq__inner {
  padding: 72px;
  border-radius: 60px;
  background: var(--emil-pale);
}

.emil-page-intro--mascot + .emil-faq--boxed {
  height: 974px;
  margin-top: 0;
}

.emil-faq--boxed .emil-faq__inner {
  height: 974px;
  padding: 100px 72px;
}

.emil-accordion {
  display: grid;
  gap: 16px;
  max-width: 1000px;
  margin: 40px auto 0;
}

.emil-accordion__item {
  border-radius: 100px;
  background: var(--emil-pale);
}

.emil-faq--boxed .emil-accordion__item {
  background: var(--emil-white);
}

.emil-accordion__item:has(.emil-accordion__button[aria-expanded=true]) {
  border-radius: 24px;
}

.emil-accordion__item h3 {
  margin: 0;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
}

.emil-accordion__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  min-height: 80px;
  padding: 18px 24px 18px 32px;
  border: 0;
  border-radius: inherit;
  background: transparent;
  color: var(--emil-black);
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.emil-accordion__toggle {
  display: grid;
  flex: 0 0 22px;
  place-items: center;
  width: 22px;
  height: 10px;
  background: transparent;
}

.emil-faq--boxed .emil-accordion__toggle {
  flex-basis: 22px;
  width: 22px;
  height: 10px;
  background: transparent;
}

.emil-faq--boxed .emil-accordion__toggle .emil-icon {
  width: 22px;
  height: 10px;
}

.emil-accordion__toggle .emil-icon--faq-chevron {
  width: 22px;
  height: 10px;
  transition: transform 180ms ease;
}

.emil-accordion__button[aria-expanded=true] .emil-accordion__toggle .emil-icon {
  transform: rotate(180deg);
}

.emil-faq--boxed .emil-accordion__button[aria-expanded=true] .emil-accordion__toggle {
  background: transparent;
}

.emil-faq--boxed .emil-accordion__button[aria-expanded=true] .emil-accordion__toggle .emil-icon {
  transform: rotate(180deg);
}

.emil-accordion__panel {
  padding: 0 84px 24px 32px;
  font-size: 16px;
  line-height: 28px;
}

.emil-accordion__panel p:last-child {
  margin-bottom: 0;
}

.emil-faq__action {
  margin-top: 40px;
  text-align: center;
}

/* Contact band and forms */
.emil-contact-band {
  margin-top: 100px;
}

.emil-contact-band__inner {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  border-radius: 60px;
  background: var(--emil-navy);
  color: var(--emil-white);
}

.emil-contact-band__content {
  position: relative;
  z-index: 2;
  width: 772px;
  padding: 72px 0 52px 72px;
}

.emil-contact-band__content h2 {
  max-width: 700px;
}

.emil-contact-band__visual {
  position: absolute;
  inset: 0 0 0 auto;
  width: 560px;
}

.emil-contact-band__image {
  position: absolute;
  top: 80px;
  left: 0;
  width: 415px;
  height: 519px;
  object-fit: cover;
  object-position: center 45%;
}

.emil-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 23px 20px;
  margin-top: 40px;
}

.emil-form__field {
  min-width: 0;
}

.emil-form__field--full {
  grid-column: 1/-1;
}

.emil-form__control {
  position: relative;
}

.emil-form input:not([type=checkbox]),
.emil-form textarea,
.emil-calculator__contact input {
  width: 100%;
  border: 0;
  border-radius: 10px;
  outline: 0;
  background: rgba(255, 255, 255, 0.15);
  color: var(--emil-white);
  font-size: 15px;
  font-weight: 500;
}

.emil-form input:not([type=checkbox]) {
  height: 55px;
  padding: 0 54px 0 25px;
}

.emil-form textarea {
  display: block;
  height: 120px;
  min-height: 120px;
  padding: 16px 25px;
  resize: vertical;
}

.emil-form input::placeholder,
.emil-form textarea::placeholder {
  color: var(--emil-white);
  opacity: 1;
}

.emil-form input:focus,
.emil-form textarea:focus {
  box-shadow: 0 0 0 2px var(--emil-orange);
}

.emil-form__control > .emil-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  pointer-events: none;
  transform: translateY(-50%);
}

.emil-form__control > .emil-icon--form-user {
  width: 16px;
  height: 19px;
}

.emil-form__control > .emil-icon--form-mail {
  width: 19px;
  height: 13px;
}

.emil-form__control > .emil-icon--form-phone {
  width: 17px;
  height: 17px;
}

.emil-form__error,
.emil-calculator__error {
  min-height: 0;
  margin: 4px 0 0;
  color: #ffcfca;
  font-size: 13px;
  line-height: 18px;
}

.emil-form__error:empty,
.emil-form__status:empty {
  display: none;
}

.emil-form__consent label,
.emil-calculator__gdpr {
  display: flex;
  align-items: center;
  gap: 15px;
  cursor: pointer;
}

.emil-form__consent input,
.emil-calculator__gdpr input {
  width: 25px;
  height: 25px;
  margin: 0;
  accent-color: var(--emil-orange);
}

.emil-form__consent input {
  appearance: none;
  flex: 0 0 25px;
  border: 0;
  border-radius: 50%;
  background: radial-gradient(circle, #fff 0 4.5px, #26377d 5px 100%);
}

.emil-form__consent input:checked {
  background: radial-gradient(circle, var(--emil-navy) 0 4px, #fed21b 4.5px 100%);
}

.emil-form__consent input:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.emil-form__consent span,
.emil-calculator__gdpr span {
  font-size: 15px;
  line-height: 20px;
}

.emil-form__consent {
  margin-top: 1px;
}

.emil-form__consent a {
  color: var(--emil-orange);
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 2px;
  transition: color 180ms ease, text-decoration-color 180ms ease;
}

.emil-calculator__gdpr a {
  color: var(--emil-orange);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 2px;
  transition: color 180ms ease, text-decoration-color 180ms ease;
}

.emil-form__consent a:hover,
.emil-form__consent a:focus-visible,
.emil-calculator__gdpr a:hover,
.emil-calculator__gdpr a:focus-visible {
  color: var(--emil-yellow);
  text-decoration-color: currentColor;
}

.emil-form__actions {
  margin-top: 9px;
}

.emil-form__status {
  min-height: 20px;
  font-size: 14px;
  line-height: 20px;
}

.emil-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

/* Footer */
.emil-footer {
  margin: 60px 0 40px;
}

.emil-footer__panel {
  height: 382px;
  padding: 72px;
  border-radius: 60px;
  background: var(--emil-pale);
}

.emil-footer__grid {
  display: grid;
  grid-template-columns: 305px 235px 1fr;
  gap: 60px;
  align-items: start;
}

.emil-footer__brand address {
  margin: 24px 0 0;
  font-style: normal;
  line-height: 28px;
}

.emil-footer__brand > p {
  margin: 24px 0 0;
}

.emil-footer h2 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.02em;
}

.emil-footer__nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.emil-footer__nav a {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  transition: color 180ms ease, text-decoration-thickness 180ms ease;
}

.emil-footer__nav li:first-child a {
  font-weight: 700;
  text-decoration: none;
}

.emil-footer__nav a:hover,
.emil-footer__nav a:focus-visible,
.emil-footer__legal a:hover,
.emil-footer__legal a:focus-visible {
  color: var(--emil-accessible-orange);
  text-decoration-thickness: 2px;
}

.emil-footer__contact > p {
  margin: 0;
  color: var(--emil-black);
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.emil-footer__contact > a {
  display: block;
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  line-height: 32px;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 3px;
  transition: color 180ms ease, text-decoration-color 180ms ease;
}

.emil-footer__contact > a:not(:last-child) {
  margin-bottom: 20px;
}

.emil-footer__contact > a:hover,
.emil-footer__contact > a:focus-visible {
  color: var(--emil-accessible-orange);
  text-decoration-color: currentColor;
}

.emil-footer__legal {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 30px;
  align-items: center;
  margin-top: 40px;
  font-size: 16px;
  line-height: 28px;
}

.emil-footer__legal p {
  margin: 0;
}

.emil-footer__legal p:last-child {
  text-align: right;
}

.emil-footer__legal > a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.emil-footer__legal p:last-child a {
  background: var(--emil-gradient);
  background-clip: text;
  color: transparent;
  font-weight: 700;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.emil-footer__legal p:last-child a:hover,
.emil-footer__legal p:last-child a:focus-visible {
  filter: brightness(0.82);
}

.page-template-ds_faq-php .emil-footer__panel,
.page-template-ds_blog-php .emil-footer__panel,
.page-template-ds_contacts-php .emil-footer__panel {
  height: 466px;
}

.page-template-ds_faq-php .emil-footer {
  margin-bottom: 87px;
}

.page-template-ds_blog-php .emil-footer {
  margin-bottom: 81px;
}

.page-template-ds_contacts-php .emil-footer {
  margin-top: 100px;
}

/* Shared page hero */
.emil-page-hero__content {
  max-width: 680px;
}

.emil-page-hero__content h1 {
  max-width: 620px;
}

.emil-about-hero__mascot-frame {
  position: absolute;
  z-index: 2;
  top: 122px;
  left: 108px;
  width: 361px;
  height: 468px;
  overflow: hidden;
}

.emil-page-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.emil-status-card {
  position: absolute;
  z-index: 3;
  top: 114px;
  left: 402px;
  width: 306px;
  height: 178px;
  padding: 0;
  border-radius: 21px;
  background: var(--emil-white);
  box-shadow: 0 4px 23px rgba(0, 0, 0, 0.1);
}

.emil-status-card__header {
  position: absolute;
  top: 26px;
  left: 28px;
  display: flex;
  width: 252px;
  align-items: center;
  justify-content: space-between;
}

.emil-status-card__header > strong {
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0.04em;
}

.emil-status-card__header > span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.emil-status-card__header i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #80e26b;
}

.emil-status-card__body {
  position: absolute;
  top: 73px;
  left: 28px;
  display: flex;
  width: 250px;
  height: 75px;
  align-items: center;
  overflow: hidden;
  border-radius: 15px;
  background: linear-gradient(90deg, rgba(255, 166, 0, 0.1), rgba(251, 184, 59, 0.1));
}

.emil-status-card__body > img:first-child {
  flex: 0 0 44px;
  margin-left: 6px;
}

.emil-status-card__body > strong {
  position: relative;
  z-index: 2;
  width: 124px;
  margin-left: 9px;
  font-size: 14px;
  line-height: 18px;
}

.emil-status-card__body > img:last-child {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 115px;
  height: 52px;
}

/* About */
.emil-about-feature {
  margin-top: 100px;
}

.emil-about-feature__grid {
  display: grid;
  grid-template-columns: 41.212121% 49.166667%;
  gap: 9.621212%;
  align-items: start;
}

.emil-about-feature__visual {
  position: relative;
  height: 486px;
}

.emil-about-feature__shield {
  position: absolute;
  top: 16px;
  left: 72px;
  width: 405px;
  height: 451px;
}

.emil-about-feature__shield-inner {
  position: absolute;
  top: 101px;
  left: 153px;
  width: 243px;
  height: 283px;
}

.emil-about-feature__mascot-frame {
  position: absolute;
  z-index: 2;
  top: 62px;
  left: 128px;
  width: 281px;
  height: 405px;
  overflow: hidden;
}

.emil-about-feature__mascot {
  position: absolute;
  top: 0;
  left: -6.36%;
  width: 113.07%;
  height: 101.64%;
  max-width: none;
}

.emil-about-feature__round {
  position: absolute;
  z-index: 3;
  width: 148px;
  height: 148px;
}

.emil-about-feature__round--water {
  top: 27px;
  left: 0;
}

.emil-about-feature__round--solar {
  top: 27px;
  left: 391px;
}

.emil-about-feature__content {
  padding-top: 20px;
}

.emil-about-feature__content h2 {
  max-width: 610px;
}

.emil-about-feature__text {
  margin-top: 22px;
  font-size: 16px;
  line-height: 28px;
}

.emil-about-feature__text p {
  margin-bottom: 18px;
}

.emil-about-feature__content .emil-button {
  margin-top: 12px;
}

/* Intro pages */
.emil-page-intro {
  display: grid;
  grid-template-columns: 700px 1fr;
  align-items: center;
  min-height: 510px;
  padding-top: 56px;
}

.emil-page-intro--mascot {
  position: relative;
  display: block;
  min-height: 722px;
  padding-top: 0;
}

.emil-page-intro--mascot .emil-page-intro__content {
  position: absolute;
  top: 164px;
  left: 0;
  width: 538px;
}

.emil-page-intro--mascot .emil-page-intro__content h1 {
  white-space: nowrap;
}

.emil-page-intro--mascot .emil-page-intro__visual {
  position: absolute;
  top: 91px;
  left: 695px;
  width: 487px;
  height: 512px;
}

.emil-faq-hero__blob,
.emil-faq-hero__outline,
.emil-faq-hero__mascot-frame {
  position: absolute;
}

.emil-faq-hero__blob {
  top: 69px;
  left: 20px;
  width: 451px;
  height: 371px;
}

.emil-faq-hero__outline {
  top: 55px;
  left: 0;
  width: 487px;
  height: 401px;
}

.emil-faq-hero__mascot-frame {
  top: 0;
  left: 58px;
  width: 395px;
  height: 512px;
}

.emil-page-intro__content > p:not(.emil-eyebrow),
.emil-listing-hero > p:not(.emil-eyebrow) {
  max-width: 690px;
  margin: 24px 0 0;
  font-size: 16px;
  line-height: 28px;
}

.emil-page-intro__content .emil-button {
  margin-top: 32px;
}

.emil-page-intro__visual {
  position: relative;
  align-self: stretch;
}

.emil-page-intro__mascot {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.emil-listing-hero {
  padding-top: 92px;
}

.emil-listing-hero h1 {
  max-width: 950px;
}

.emil-listing-hero--calculator {
  padding-top: 92px;
  height: 352.5px;
  text-align: left;
}

.emil-listing-hero--calculator h1 {
  max-width: 900px;
}

.emil-listing-hero--calculator > p:not(.emil-eyebrow) {
  max-width: 769px;
}

/* Contact page */
.emil-contact-page {
  display: grid;
  grid-template-columns: 500px 1fr;
  gap: 48px;
  padding-top: 100.5px;
}

.emil-contact-page__intro {
  padding-top: 94px;
}

.emil-contact-page__intro h1 {
  max-width: 480px;
}

.emil-contact-page__address {
  margin-top: 26px;
}

.emil-contact-page__address p {
  margin: 0 0 28px;
  line-height: 28px;
}

.emil-contact-page__address p:last-child {
  margin-bottom: 0;
}

.emil-contact-chip {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 300px;
  min-height: 68px;
  margin-top: 20px;
  padding: 10px 24px 10px 10px;
  border-radius: 100px;
  transition: background 180ms ease, box-shadow 180ms ease;
}

.emil-contact-page__address + .emil-contact-chip {
  margin-top: 32px;
}

.emil-contact-chip > span:first-child {
  display: grid;
  flex: 0 0 48px;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--emil-black);
  color: var(--emil-white);
}

.emil-contact-chip--phone {
  background: var(--emil-gradient);
}

.emil-contact-chip--email {
  background: var(--emil-pale);
}

.emil-contact-chip--email > span:first-child {
  background: var(--emil-white);
}

.emil-contact-chip--phone:hover,
.emil-contact-chip--phone:focus-visible {
  background: linear-gradient(90deg, #fbb03b 0%, #fed21b 100%);
  box-shadow: 0 6px 18px rgba(173, 98, 0, 0.2);
}

.emil-contact-chip--email:hover,
.emil-contact-chip--email:focus-visible {
  background: #e1ebf3;
  box-shadow: 0 6px 18px rgba(2, 15, 89, 0.12);
}

.emil-contact-chip--phone .emil-icon {
  width: 19.1113px;
  height: 19.1111px;
}

.emil-contact-chip--email .emil-icon {
  width: 28px;
  height: 28px;
}

.emil-contact-chip small,
.emil-contact-chip strong {
  display: block;
}

.emil-contact-chip small {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.emil-contact-chip strong {
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
}

.emil-contact-page__form {
  min-height: 675px;
  padding: 60px 72px 48px;
  border-radius: 60px;
  background: var(--emil-navy);
  color: var(--emil-white);
}

.emil-contact-page__form .emil-form {
  margin-top: 34px;
}

@media (min-width: 1200px) {
  .emil-contact-page {
    --emil-contact-left: max(24px, calc((100vw - 1320px) / 2));
    width: min(1392px, 100vw - var(--emil-contact-left) - 24px);
    max-width: none;
    margin-right: 0;
    margin-left: var(--emil-contact-left);
    grid-template-columns: 35.91954% 60.632184%;
    gap: 3.448276%;
  }
}
/* Calculator */
.emil-calculator {
  margin-top: 52px;
  min-height: 492px;
  border-radius: 30px;
  background: var(--emil-pale);
}

.emil-calculator__form {
  padding: 42px 72px 46px;
}

.emil-calculator__progress-meta {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 19px;
  align-items: center;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
}

.emil-calculator__progress-track {
  position: relative;
  height: 8px;
  overflow: hidden;
  border-radius: 100px;
  background: var(--emil-white);
}

.emil-calculator__progress-track span {
  display: block;
  width: 33%;
  height: 100%;
  border-radius: inherit;
  background: var(--emil-gradient);
  transition: width 180ms ease;
}

.emil-calculator__step {
  margin-top: 20px;
}

.emil-calculator__step > h2 {
  font-size: 26px;
  line-height: 36px;
}

.emil-object-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 24px;
}

.emil-object-card {
  position: relative;
  height: 220px;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 22px;
  background: var(--emil-white);
  cursor: pointer;
}

.emil-object-card__select {
  position: absolute;
  inset: 0;
  display: block;
  cursor: pointer;
}

.emil-object-card:has(.emil-object-card__select > input:checked),
.emil-object-card.is-selected {
  border-color: var(--emil-orange);
}

.emil-object-card__select > input {
  position: absolute;
  z-index: 4;
  top: 28px;
  right: 28px;
  width: 20px;
  height: 20px;
  margin: 0;
  opacity: 0;
}

.emil-object-card__content {
  position: absolute;
  z-index: 3;
  top: 26px;
  left: 30px;
}

.emil-object-card__content strong,
.emil-object-card__content small {
  display: block;
}

.emil-object-card__content strong {
  margin-bottom: 6px;
  font-size: 20px;
  line-height: 28px;
}

.emil-object-card__content small {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  line-height: 22px;
}

.emil-object-card__content i {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 2px solid #9ba3ac;
  border-radius: 50%;
}

.emil-object-card__select > img {
  width: 100%;
  height: 100%;
  border-radius: 19px;
  object-fit: cover;
  clip-path: inset(3px round 18px);
}

.emil-object-card__customer {
  position: absolute;
  z-index: 5;
  top: 76px;
  left: 32px;
  display: grid;
  gap: 10px;
}

.emil-object-card__customer label {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 28px;
  cursor: pointer;
}

.emil-object-card__customer input {
  width: 22px;
  height: 22px;
  margin: 0;
  appearance: none;
  border: 0;
  border-radius: 50%;
  background: #dfe3eb;
}

.emil-object-card__customer input:checked {
  background: var(--emil-gradient);
}

.emil-object-card__customer span {
  font-size: 16px;
  line-height: 28px;
}

.emil-calculator__navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 28px;
}

.emil-calculator__previous {
  width: 121px;
  justify-content: center;
  padding: 6px 24px;
  background: var(--emil-gradient);
  opacity: 1;
}

.emil-calculator__previous:disabled {
  cursor: default;
  opacity: 1;
}

.emil-button--calculator-next {
  width: 158px;
  justify-content: flex-end;
  padding: 6px 6px 6px 24px;
}

.emil-text-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.emil-calculator__step-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
}

.emil-calculator__running-total {
  text-align: right;
}

.emil-calculator__running-total small,
.emil-calculator__running-total strong {
  display: block;
}

.emil-calculator__running-total strong {
  font-size: 26px;
}

.emil-calculator__area {
  max-width: 300px;
  margin-top: 24px;
}

.emil-calculator__area label {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
}

.emil-calculator__area input,
.emil-stepper input {
  border: 1px solid #cfd7df;
  border-radius: 8px;
  background: var(--emil-white);
}

.emil-calculator__area input {
  width: 100%;
  height: 48px;
  padding: 0 14px;
}

.emil-service-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 28px;
}

.emil-service-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 96px;
  padding: 16px;
  border: 2px solid transparent;
  border-radius: 18px;
  background: var(--emil-white);
}

.emil-service-option.is-selected {
  border-color: var(--emil-orange);
}

.emil-service-option__select {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  cursor: pointer;
}

.emil-service-option__select > input {
  width: 18px;
  height: 18px;
}

.emil-service-option__icon {
  display: grid;
  flex: 0 0 48px;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  overflow: hidden;
}

.emil-service-option__icon img {
  width: 48px;
  height: 48px;
}

.emil-service-option__select strong,
.emil-service-option__select small {
  display: block;
}

.emil-service-option__select small {
  color: #5e6670;
}

.emil-stepper {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}

.emil-stepper button {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--emil-pale);
  cursor: pointer;
}

.emil-stepper input {
  width: 50px;
  height: 38px;
  margin: 0 6px;
  text-align: center;
}

.emil-calculator__summary-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}

.emil-calculator__summary,
.emil-calculator__contact {
  padding: 28px;
  border-radius: 20px;
  background: var(--emil-white);
}

.emil-calculator__summary h2,
.emil-calculator__contact h2 {
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 34px;
}

[data-calculator-summary] p,
[data-calculator-summary] li {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

[data-calculator-summary] p strong {
  margin-right: auto;
}

[data-calculator-summary] ul {
  padding-left: 0;
  list-style: none;
}

.emil-calculator__final-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #d6dde4;
}

.emil-calculator__final-total strong {
  font-size: 28px;
}

.emil-calculator__note {
  margin: 16px 0 0;
  color: #5e6670;
  font-size: 14px;
  line-height: 22px;
}

.emil-calculator__contact > label:not(.emil-calculator__gdpr) {
  display: block;
  margin: 12px 0 5px;
  font-size: 14px;
  font-weight: 700;
}

.emil-calculator__contact input:not([type=checkbox]) {
  height: 48px;
  padding: 0 14px;
  border: 1px solid #cfd7df;
  background: var(--emil-pale);
  color: var(--emil-black);
}

.emil-calculator__gdpr {
  margin-top: 18px;
}

/* Dialog */
.emil-dialog[hidden] {
  display: none;
}

.emil-dialog {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
}

.emil-dialog__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.58);
}

.emil-dialog__panel {
  position: relative;
  z-index: 1;
  width: min(600px, 100%);
  padding: 48px;
  border-radius: 30px;
  outline: 0;
  background: var(--emil-navy);
  color: var(--emil-white);
}

.emil-dialog__panel > p:not(.emil-eyebrow) {
  margin: 10px 0 0;
}

.emil-dialog__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 40px;
  height: 40px;
  transition: background 180ms ease, box-shadow 180ms ease;
}

.emil-dialog__close .emil-icon {
  transition: transform 180ms ease;
}

.emil-dialog__close:hover,
.emil-dialog__close:focus-visible {
  background: var(--emil-gradient);
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.18);
}

.emil-dialog__close:hover .emil-icon,
.emil-dialog__close:focus-visible .emil-icon {
  transform: rotate(90deg);
}

.emil-form--compact {
  grid-template-columns: 1fr;
}

/* Generic content */
.emil-page,
.emil-listing,
.emil-search,
.emil-article {
  padding-top: 80px;
}

.emil-prose {
  max-width: 880px;
  margin-top: 40px;
  font-size: 17px;
  line-height: 30px;
}

.emil-prose h2 {
  margin: 42px 0 16px;
  font-size: 34px;
  line-height: 42px;
}

.emil-prose h3 {
  margin: 32px 0 12px;
}

.emil-prose a {
  color: #9b6200;
  text-decoration: underline;
  transition: color 180ms ease, text-decoration-thickness 180ms ease;
}

.emil-prose a:hover,
.emil-prose a:focus-visible {
  color: var(--emil-orange);
  text-decoration-thickness: 2px;
}

.emil-prose img {
  height: auto;
  border-radius: 20px;
}

.emil-pagination {
  margin-top: 40px;
}

.emil-pagination ul {
  display: flex;
  gap: 8px;
  padding: 0;
  list-style: none;
}

.emil-pagination a,
.emil-pagination span {
  display: grid;
  min-width: 40px;
  min-height: 40px;
  place-items: center;
  padding: 8px 12px;
  border-radius: 20px;
  background: var(--emil-pale);
}

.emil-pagination a {
  transition: background 180ms ease, color 180ms ease;
}

.emil-pagination a:hover,
.emil-pagination a:focus-visible {
  background: var(--emil-gradient);
  color: var(--emil-black);
}

/* Responsive */
@media (max-width: 1499px) {
  .emil-hero__inner,
  .emil-page-hero__inner {
    grid-template-columns: 48% 52%;
  }
  .emil-hero__house {
    left: 29.86%;
  }
  .emil-management__inner {
    grid-template-columns: 43% 57%;
  }
  .emil-management__dashboard {
    right: 40px;
    width: min(520px, 78%);
  }
  .emil-calculator-cta__visual {
    left: auto;
    right: -80px;
  }
}
@media (max-width: 1199px) {
  .emil-header__actions {
    gap: 8px;
  }
  .emil-nav__list {
    gap: 22px;
  }
  .emil-hero__content,
  .emil-page-hero__content,
  .emil-management__content {
    padding-left: 52px;
  }
  .emil-hero__mascot-frame {
    left: 10%;
  }
  .emil-saving-card {
    right: 30px;
  }
  .emil-services__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .emil-metrics__body {
    gap: 32px;
  }
  .emil-footer__grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
  }
  .emil-footer__panel {
    height: auto;
  }
  .emil-footer__brand {
    grid-column: 1/-1;
  }
  .emil-contact-page {
    grid-template-columns: 390px 1fr;
  }
  .emil-contact-page__form {
    padding-inline: 48px;
  }
}
@media (max-width: 1099px) {
  h1 {
    font-size: 48px;
    line-height: 58px;
  }
  h2 {
    font-size: 38px;
    line-height: 48px;
  }
  .emil-header {
    padding-bottom: 16px;
  }
  .emil-menu-toggle {
    display: inline-grid;
  }
  .emil-menu-toggle[aria-expanded=true] {
    position: fixed;
    z-index: 130;
    top: var(--emil-menu-toggle-open-top, 18px);
    right: var(--emil-menu-toggle-open-right, 24px);
  }
  .emil-google-rating {
    margin-left: auto;
    margin-right: 16px;
  }
  .emil-header__bottom {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    display: flex;
    width: min(420px, 92vw);
    height: 100vh;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    margin: 0;
    padding: 100px 28px 28px;
    border: 0;
    background: var(--emil-white);
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.15);
    transform: translateX(110%);
    transition: transform 220ms ease;
  }
  .emil-header__bottom.is-open {
    transform: translateX(0);
  }
  .emil-nav__list {
    align-items: stretch;
    flex-direction: column;
    gap: 0;
  }
  .emil-nav__list > li > a {
    min-height: 52px;
    border-bottom: 1px solid #e3e7eb;
  }
  .emil-nav__list > li > a::before {
    top: auto;
    bottom: -1px;
    left: 0;
    transform: none;
  }
  .emil-header__actions {
    align-items: stretch;
    flex-direction: column;
    margin-top: 28px;
  }
  .emil-header__actions .emil-header__action {
    flex: 0 0 40px;
    width: 100%;
    min-width: 0;
    min-height: 40px;
    max-height: 40px;
    justify-content: flex-start;
  }
  .emil-hero__inner,
  .emil-page-hero__inner {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .emil-hero__content,
  .emil-page-hero__content {
    padding: 64px 52px 20px;
  }
  .emil-hero__visual,
  .emil-page-hero__visual {
    min-height: 520px;
  }
  .emil-hero__house {
    right: 5%;
    left: auto;
    width: 88%;
  }
  .emil-hero__mascot-frame {
    top: 110px;
    right: auto;
    left: 10%;
  }
  .emil-saving-card {
    top: 45px;
    right: 8%;
  }
  .emil-benefits__grid {
    gap: 36px;
  }
  .emil-references__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }
  .emil-management__inner {
    grid-template-columns: 1fr;
  }
  .emil-management__content {
    padding: 64px 52px 10px;
  }
  .emil-management__visual {
    min-height: 430px;
  }
  .emil-management__dashboard {
    right: 6%;
    bottom: 44px;
    width: min(64%, 460px);
  }
  .emil-management__mascot-frame {
    left: 7%;
  }
  .emil-metrics__inner {
    padding: 60px 48px;
  }
  .emil-metrics__body {
    grid-template-columns: 1fr;
  }
  .emil-metrics__visual {
    min-height: 450px;
    --emil-metrics-ring-size: 150px;
  }
  .emil-metrics__ring {
    left: 50%;
  }
  .emil-metrics__image-frame {
    top: 20px;
    left: 50%;
    width: 440px;
    height: 403px;
    margin-left: -220px;
  }
  .emil-metrics__list {
    grid-template-columns: repeat(3, 1fr);
  }
  .emil-metric {
    min-height: 190px;
    align-items: flex-start;
    flex-direction: column;
  }
  .emil-metric strong {
    font-size: 30px;
    line-height: 38px;
  }
  .emil-use-cases__grid {
    gap: 32px;
  }
  .emil-calculator-cta__content {
    width: 64%;
    padding-left: 52px;
  }
  .emil-calculator-cta__visual {
    top: auto;
    right: -20px;
    bottom: -8px;
    left: auto;
    transform: scale(0.66);
    transform-origin: right bottom;
  }
  .emil-contact-band__content {
    width: 64%;
    padding-left: 52px;
  }
  .emil-contact-band__visual {
    right: 0;
    width: 40%;
  }
  .emil-contact-band__image {
    top: 120px;
    right: -20px;
    left: auto;
    width: min(100%, 380px);
    height: auto;
    object-fit: contain;
  }
  .emil-footer__panel {
    padding: 56px 48px;
  }
  .emil-page-hero__image {
    right: 22%;
    width: 390px;
  }
  .emil-status-card {
    right: 17%;
  }
  .emil-about-feature__grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .emil-about-feature__visual {
    width: 610px;
    max-width: 100%;
    margin-inline: auto;
  }
  .emil-about-feature__content {
    max-width: 740px;
    margin-inline: auto;
  }
  .emil-page-intro {
    grid-template-columns: 58% 42%;
  }
  .emil-page-intro__mascot {
    right: 20px;
  }
  .emil-contact-page {
    grid-template-columns: 1fr;
  }
  .emil-contact-page__intro {
    padding: 0 40px;
  }
  .emil-object-options {
    gap: 16px;
  }
  .emil-calculator__form {
    padding-inline: 48px;
  }
  .emil-service-options {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .emil-benefits__connector {
    display: none;
  }
  h1 {
    font-size: 40px;
    line-height: 48px;
  }
  h2 {
    font-size: 34px;
    line-height: 42px;
  }
  h3 {
    font-size: 23px;
    line-height: 32px;
  }
  .emil-container {
    width: calc(100% - 32px);
  }
  .emil-shell {
    width: calc(100% - 24px);
  }
  .emil-section {
    margin-top: 72px;
  }
  .emil-header {
    padding-top: 16px;
  }
  .emil-logo img {
    width: 190px;
    height: auto;
  }
  .emil-google-rating {
    display: none;
  }
  .emil-hero,
  .emil-page-hero {
    margin-top: 12px;
  }
  .emil-hero__inner,
  .emil-page-hero__inner,
  .emil-management__inner,
  .emil-metrics__inner,
  .emil-calculator-cta__inner,
  .emil-contact-band__inner,
  .emil-footer__panel,
  .emil-contact-page__form {
    border-radius: 30px;
  }
  .emil-hero__content,
  .emil-page-hero__content,
  .emil-management__content {
    padding: 42px 24px 10px;
  }
  .emil-hero__visual,
  .emil-page-hero__visual {
    min-height: 400px;
  }
  .emil-hero__house {
    right: -80px;
    left: auto;
    bottom: -5px;
    width: 620px;
  }
  .emil-hero__mascot-frame {
    top: 95px;
    right: auto;
    left: 3%;
    width: clamp(210px, 34vw, 255px);
    height: auto;
    aspect-ratio: 285/360;
  }
  .emil-saving-card {
    top: 18px;
    right: 10%;
    bottom: auto;
    left: auto;
    transform: scale(0.62);
    transform-origin: right top;
  }
  .emil-benefits__grid {
    grid-template-columns: 1fr;
    gap: 44px;
    max-width: 440px;
  }
  .emil-benefits__grid::before {
    display: none;
  }
  .emil-video__frame {
    border-radius: 20px;
  }
  .emil-video__play {
    width: 100%;
    height: 100%;
  }
  .emil-references__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .emil-reference-logo {
    min-height: 88px;
    padding: 24px;
    border-radius: 16px;
  }
  .emil-management__visual {
    min-height: 360px;
  }
  .emil-management__dashboard {
    right: 24px;
    bottom: 28px;
    width: min(70%, 420px);
  }
  .emil-management__mascot-frame {
    top: 20px;
    left: -5px;
    width: 180px;
    height: 216px;
  }
  .emil-services__grid {
    grid-template-columns: 1fr;
  }
  .emil-service-card,
  .emil-services--light .emil-service-card {
    min-height: 0;
    padding: 30px 24px;
    border-radius: 24px;
  }
  .emil-metrics__inner {
    min-height: 0;
    padding: 42px 24px;
  }
  .emil-metrics__body {
    margin-top: 34px;
  }
  .emil-metrics__visual {
    min-height: 310px;
  }
  .emil-metrics__image-frame {
    top: 16px;
    left: 50%;
    width: 300px;
    height: 275px;
    margin-left: -150px;
    transform: none;
  }
  .emil-metrics__visual {
    --emil-metrics-ring-size: 100px;
  }
  .emil-metrics__list {
    grid-template-columns: 1fr;
  }
  .emil-metric {
    min-height: 120px;
    align-items: center;
    flex-direction: row;
  }
  .emil-use-cases__header,
  .emil-blog__header {
    align-items: flex-start;
    flex-direction: column;
  }
  .emil-use-cases__grid {
    grid-template-columns: 1fr;
  }
  .emil-use-case__media {
    border-radius: 22px;
  }
  .emil-calculator-cta__inner {
    min-height: 800px;
  }
  .emil-calculator-cta__content {
    width: auto;
    padding: 42px 24px 0;
  }
  .emil-calculator-cta__visual {
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 350px;
    transform: none;
  }
  .emil-calculator-cta__mascot-frame {
    top: auto;
    bottom: 0;
    left: 0;
    width: 180px;
    height: 208px;
  }
  .emil-calculator-cta__phone-frame {
    top: 8px;
    right: -20px;
    left: auto;
    width: 270px;
    height: 342px;
    transform: none;
  }
  .emil-calculator-cta__phone-base {
    top: 0;
    left: 5px;
    width: 260px;
  }
  .emil-calculator-cta__phone {
    top: 6px;
    left: 15px;
    width: 240px;
  }
  .emil-blog--carousel .emil-blog__viewport {
    width: 100%;
  }
  .emil-blog--carousel .emil-blog__grid {
    grid-template-columns: repeat(4, min(82vw, 360px));
  }
  .emil-blog__controls {
    gap: 20px;
  }
  .emil-blog--listing .emil-blog__grid {
    grid-template-columns: 1fr;
  }
  .emil-article-card {
    min-height: 480px;
    border-radius: 24px;
  }
  .emil-faq__inner {
    padding: 42px 16px;
    border-radius: 30px;
  }
  .emil-accordion__button {
    min-height: 64px;
    padding: 14px 16px 14px 20px;
  }
  .emil-accordion__panel {
    padding: 0 20px 20px;
  }
  .emil-contact-band__inner {
    min-height: 0;
    padding-bottom: 250px;
  }
  .emil-contact-band__content {
    width: auto;
    padding: 42px 24px;
  }
  .emil-contact-band__visual {
    top: auto;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 250px;
  }
  .emil-contact-band__image {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    width: 210px;
    height: auto;
    object-fit: contain;
  }
  .emil-form {
    grid-template-columns: 1fr;
  }
  .emil-form__field--full {
    grid-column: auto;
  }
  .emil-footer {
    margin-top: 72px;
  }
  .emil-footer__panel {
    padding: 42px 24px;
  }
  .emil-footer__grid {
    grid-template-columns: 1fr 1fr;
  }
  .emil-footer__brand {
    grid-column: 1/-1;
  }
  .emil-footer__contact {
    grid-column: 1/-1;
  }
  .emil-footer__legal {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .emil-footer__legal p:last-child {
    text-align: center;
  }
  .emil-page-hero__image {
    right: 50%;
    width: 300px;
    transform: translateX(50%);
  }
  .emil-status-card {
    right: 18px;
    bottom: 32px;
    width: 235px;
  }
  .emil-about-feature__visual {
    min-height: 500px;
  }
  .emil-about-feature__shield {
    top: 40px;
    left: 50%;
    width: 330px;
    height: 400px;
    transform: translateX(-50%);
  }
  .emil-about-feature__mascot {
    left: 50%;
    width: 300px;
    height: 460px;
    transform: translateX(-50%);
  }
  .emil-about-feature__round--water {
    bottom: 10px;
    left: 0;
    width: 145px;
    height: 145px;
  }
  .emil-about-feature__round--solar {
    top: 38px;
    right: 0;
    width: 115px;
    height: 115px;
  }
  .emil-page-intro {
    grid-template-columns: 1fr;
    padding-top: 48px;
  }
  .emil-page-intro__visual {
    min-height: 360px;
  }
  .emil-page-intro__mascot {
    right: 50%;
    width: 260px;
    transform: translateX(50%);
  }
  .emil-listing-hero {
    padding-top: 56px;
  }
  .emil-contact-page {
    padding-top: 56px;
  }
  .emil-contact-page__intro {
    padding: 0;
  }
  .emil-contact-chip {
    width: min(100%, 360px);
  }
  .emil-contact-page__form {
    min-height: 0;
    padding: 42px 24px;
  }
  .emil-calculator {
    border-radius: 24px;
  }
  .emil-calculator__form {
    padding: 32px 18px;
  }
  .emil-object-options {
    grid-template-columns: 1fr;
  }
  .emil-object-card {
    height: 200px;
  }
  .emil-calculator__step-header {
    align-items: flex-start;
    flex-direction: column;
  }
  .emil-calculator__running-total {
    text-align: left;
  }
  .emil-service-option {
    align-items: flex-start;
    flex-direction: column;
  }
  .emil-calculator__summary-layout {
    grid-template-columns: 1fr;
  }
  .emil-calculator__navigation {
    flex-wrap: wrap;
  }
  .emil-calculator__navigation .emil-text-button {
    order: 3;
    width: 100%;
    justify-content: center;
  }
  .emil-dialog__panel {
    padding: 42px 22px 28px;
    border-radius: 24px;
  }
}
@media (max-width: 420px) {
  h1 {
    font-size: 36px;
    line-height: 44px;
  }
  h2 {
    font-size: 30px;
    line-height: 38px;
  }
  .emil-eyebrow {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.16em;
  }
  .emil-logo img {
    width: 170px;
  }
  .emil-menu-toggle {
    width: 42px;
    height: 42px;
  }
  .emil-hero__actions,
  .emil-page-hero__actions,
  .emil-management__actions,
  .emil-calculator-cta__actions {
    align-items: stretch;
    flex-direction: column;
  }
  .emil-hero__actions .emil-button,
  .emil-page-hero__actions .emil-button,
  .emil-management__actions .emil-button,
  .emil-calculator-cta__actions .emil-button {
    justify-content: flex-start;
    width: 100%;
  }
  .emil-hero__visual {
    min-height: 380px;
  }
  .emil-hero__house {
    right: -110px;
    left: auto;
  }
  .emil-hero__mascot-frame {
    top: 90px;
    right: auto;
    left: -4px;
    width: 185px;
    height: auto;
  }
  .emil-saving-card {
    top: 10px;
    right: 8px;
    bottom: auto;
    left: auto;
    transform: scale(0.52);
    transform-origin: right top;
  }
  .emil-references__list {
    gap: 12px;
  }
  .emil-reference-logo {
    padding: 16px 18px;
  }
  .emil-management__dashboard {
    right: 10px;
    bottom: 24px;
    width: 72%;
  }
  .emil-calculator-cta__inner {
    min-height: 790px;
  }
  .emil-calculator-cta__visual {
    height: 300px;
  }
  .emil-calculator-cta__mascot-frame {
    width: 160px;
    height: 185px;
  }
  .emil-calculator-cta__phone-frame {
    right: -30px;
    width: 230px;
    height: 292px;
  }
  .emil-calculator-cta__phone-base {
    left: 5px;
    width: 220px;
  }
  .emil-calculator-cta__phone {
    left: 14px;
    width: 204px;
  }
  .emil-contact-band__inner {
    padding-bottom: 232px;
  }
  .emil-contact-band__visual {
    height: 220px;
  }
  .emil-contact-band__image {
    width: 190px;
  }
  .emil-social-proof {
    align-items: flex-start;
    flex-direction: column;
  }
  .emil-article-card__media {
    height: 220px;
  }
  .emil-article-card__image {
    height: 196px;
  }
  .emil-footer__grid {
    grid-template-columns: 1fr;
  }
  .emil-footer__brand,
  .emil-footer__contact {
    grid-column: auto;
  }
  .emil-contact-chip strong {
    font-size: 16px;
  }
  .emil-calculator__navigation .emil-button {
    flex: 1 1 auto;
    justify-content: flex-start;
    max-width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .emil-metrics.is-animated .emil-metrics__ring,
  .emil-metrics.is-animated .emil-metrics__image-frame {
    animation: none;
  }
  .emil-blog--carousel .emil-blog__grid,
  .emil-blog__progress span,
  .emil-button__icon {
    transition-duration: 0.01ms;
  }
}
/* Responsive corrections for the Figma-composed illustration layers. */
@media (max-width: 1099px) {
  .emil-header__bottom {
    visibility: hidden;
    clip-path: inset(0 0 0 100%);
    opacity: 0;
    pointer-events: none;
    transform: none;
    transition: clip-path 220ms ease, opacity 160ms ease, visibility 0s linear 220ms;
  }
  .emil-header__bottom.is-open {
    visibility: visible;
    clip-path: inset(0);
    opacity: 1;
    pointer-events: auto;
    transform: none;
    transition-delay: 0s;
  }
  .emil-page-hero--about .emil-page-hero__visual {
    width: min(100%, 708px);
    min-height: 590px;
    height: 590px;
    margin-inline: auto;
  }
  .emil-page-hero--about .emil-page-hero__image {
    width: 100%;
    transform: none;
  }
  .emil-about-feature__grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .emil-about-feature__visual {
    width: min(100%, 544px);
    height: auto;
    min-height: 0;
    aspect-ratio: 544/486;
  }
  .emil-about-feature__shield {
    top: 3.292%;
    left: 13.235%;
    width: 74.449%;
    height: 92.798%;
    transform: none;
  }
  .emil-about-feature__shield-inner {
    top: 20.782%;
    left: 28.125%;
    width: 44.669%;
    height: 58.23%;
  }
  .emil-about-feature__mascot-frame {
    top: 12.757%;
    left: 23.529%;
    width: 51.654%;
    height: 83.333%;
  }
  .emil-about-feature__round {
    top: 5.556%;
    width: 27.206%;
    height: auto;
    aspect-ratio: 1;
  }
  .emil-about-feature__round--water {
    right: auto;
    bottom: auto;
    left: 0;
  }
  .emil-about-feature__round--solar {
    right: auto;
    left: 71.875%;
  }
  .emil-page-intro--mascot {
    display: grid;
    grid-template-columns: minmax(0, 538px) minmax(0, 487px);
    min-height: 620px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding-block: 48px;
  }
  .emil-page-intro--mascot .emil-page-intro__content {
    position: static;
    width: auto;
  }
  .emil-page-intro--mascot .emil-page-intro__content h1 {
    white-space: normal;
  }
  .emil-page-intro--mascot .emil-page-intro__visual {
    position: relative;
    top: auto;
    left: auto;
    width: min(100%, 487px);
    height: auto;
    min-height: 0;
    aspect-ratio: 487/512;
    justify-self: end;
  }
  .emil-faq-hero__blob {
    top: 13.477%;
    left: 4.107%;
    width: 92.608%;
    height: 72.461%;
  }
  .emil-faq-hero__outline {
    top: 10.742%;
    left: 0;
    width: 100%;
    height: 78.32%;
  }
  .emil-faq-hero__mascot-frame {
    top: 0;
    left: 11.91%;
    width: 81.109%;
    height: 100%;
  }
  .emil-page-intro--mascot + .emil-faq--boxed,
  .emil-faq--boxed .emil-faq__inner {
    height: auto;
  }
  .emil-faq--boxed .emil-faq__inner {
    padding: 72px 48px;
  }
  .page-template-ds_faq-php .emil-footer__panel,
  .page-template-ds_blog-php .emil-footer__panel,
  .page-template-ds_contacts-php .emil-footer__panel {
    height: auto;
  }
}
@media (max-width: 767px) {
  .emil-page-hero--about .emil-page-hero__visual {
    width: 100%;
    min-height: 390px;
    height: 390px;
  }
  .emil-about-hero__mascot-frame {
    top: 30px;
    left: 2%;
    width: min(72%, 265px);
    height: auto;
    aspect-ratio: 361/468;
  }
  .emil-status-card {
    top: 64px;
    right: 4px;
    bottom: auto;
    left: auto;
    width: min(64%, 235px);
    height: auto;
    aspect-ratio: 306/178;
    border-radius: 14px;
  }
  .emil-status-card__header {
    top: 14.607%;
    left: 9.15%;
    width: 82.353%;
  }
  .emil-status-card__header > strong {
    font-size: clamp(8px, 2.4vw, 12px);
    line-height: 1.2;
  }
  .emil-status-card__header > span {
    gap: 5px;
    font-size: clamp(8px, 2.2vw, 11px);
    line-height: 1.2;
  }
  .emil-status-card__header i {
    width: 7px;
    height: 7px;
  }
  .emil-status-card__body {
    top: 41.011%;
    left: 9.15%;
    width: 81.699%;
    height: 42.135%;
    border-radius: 10px;
  }
  .emil-status-card__body > img:first-child {
    flex-basis: 17.6%;
    width: 17.6%;
    margin-left: 2.4%;
  }
  .emil-status-card__body > strong {
    width: 49.6%;
    margin-left: 3.6%;
    font-size: clamp(7px, 2vw, 10px);
    line-height: 1.2;
  }
  .emil-status-card__body > img:last-child {
    width: 46%;
    height: 69.333%;
  }
  .emil-page-intro--mascot {
    display: flex;
    min-height: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 34px;
    padding-block: 48px 56px;
  }
  .emil-page-intro--mascot .emil-page-intro__visual {
    width: min(100%, 420px);
    margin-inline: auto;
    align-self: auto;
  }
  .emil-faq-hero__mascot-frame .emil-page-intro__mascot {
    width: 100%;
    height: 100%;
    transform: none;
  }
  .emil-faq--boxed .emil-faq__inner {
    padding: 48px 20px;
    border-radius: 30px;
  }
  .page-template-ds_faq-php .emil-footer,
  .page-template-ds_blog-php .emil-footer {
    margin-bottom: 40px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
