:root {
  --color-ink: #172026;
  --color-muted: #63707a;
  --color-line: #e6edf0;
  --color-bg: #fbfcfb;
  --color-surface: #ffffff;
  --color-mint: #cceee5;
  --color-teal: #25cbb7;
  --color-coral: #f37c6b;
  --color-rose: #f7d3d8;
  --color-amber: #f7c95f;
  --shadow-soft: 0 18px 50px rgba(23, 32, 38, 0.1);
  --radius: 8px;
  --wrap: min(1120px, calc(100vw - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--color-bg);
  color: var(--color-ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
  text-decoration-color: rgba(22, 127, 122, 0.35);
  text-underline-offset: 0.22em;
}

a:hover { color: var(--color-teal); }
.wrap { width: var(--wrap); margin-inline: auto; }

.screen-reader-text,
.skip-link:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.skip-link:focus {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  background: var(--color-ink);
  color: #fff;
  border-radius: var(--radius);
}

.site-header {
  position: relative;
  z-index: 100;
  top: 0;
  background: var(--color-teal);
  border-bottom: 0;
  backdrop-filter: none;
}

.site-header.is-scrolled { box-shadow: 0 10px 28px rgba(23, 32, 38, 0.06); }

.site-header__inner {
  width: var(--wrap);
  min-height: 126px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 46px;
  position: relative;
}

.site-brand,
.site-brand a {
  display: inline-flex;
  align-items: center;
  min-width: 118px;
  font-weight: 800;
  font-size: 1.35rem;
  color: var(--color-ink);
  text-decoration: none;
}

.site-brand img {
  max-height: 72px;
  width: auto;
}

.site-brand__text span {
  padding: 5px 12px;
  color: #fff;
  background: var(--color-teal);
  border-radius: var(--radius);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  align-self: flex-end;
  padding-bottom: 0;
}

.site-menu,
.footer-menu,
.language-switcher ul {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-menu a,
.language-switcher a {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 10px 18px;
  border-radius: 0;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
}

.site-menu a:hover,
.site-menu .current-menu-item > a,
.language-switcher .current-lang a {
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
}

.language-switcher {
  padding-left: 14px;
  border-left: 0;
  text-transform: uppercase;
}

.site-header__social {
  position: absolute;
  top: 12px;
  right: 0;
}

.social-links {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-links a {
  display: inline-grid;
  width: 32px;
  height: 32px;
  place-items: center;
  color: currentColor;
  border-radius: 50%;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.social-links a:hover {
  transform: translateY(-2px);
}

.social-links svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
  display: block;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  background: #fff;
}

.nav-toggle span:not(.screen-reader-text) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--color-ink);
}

.home-hero {
  min-height: calc(100vh - 76px);
  display: flex;
  align-items: center;
  padding: 72px 0;
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(204, 238, 229, 0.9) 0%, rgba(255, 255, 255, 0.78) 42%, rgba(247, 211, 216, 0.78) 100%),
    url("https://elika.app/wp-content/uploads/2020/12/hero2.jpg") left center / cover no-repeat;
}

.home-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  align-items: center;
  gap: 54px;
}

.home-hero__copy { max-width: 680px; }

.eyebrow {
  margin: 0 0 12px;
  color: var(--color-teal);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.08;
  letter-spacing: 0;
}

h1 {
  max-width: 13ch;
  font-size: clamp(2.8rem, 8vw, 5.8rem);
}

h2 { font-size: clamp(2rem, 5vw, 3.6rem); }
h3 { font-size: 1.35rem; }

.home-hero p:not(.eyebrow) {
  max-width: 650px;
  margin: 24px 0 0;
  color: #3f4c54;
  font-size: clamp(1.04rem, 2vw, 1.28rem);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button,
.wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.button--primary,
.wp-block-button__link {
  background: var(--color-ink);
  color: #fff;
  box-shadow: 0 14px 30px rgba(23, 32, 38, 0.18);
}

.button--ghost {
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(23, 32, 38, 0.12);
}

.button--light {
  background: #fff;
  color: var(--color-ink);
}

.phone-stage {
  position: relative;
  min-height: 560px;
}

.phone-stage::before {
  content: "";
  position: absolute;
  inset: 11% 6% 4% 18%;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 28px;
  box-shadow: var(--shadow-soft);
}

.phone-stage__main {
  position: absolute;
  z-index: 2;
  right: 8%;
  bottom: 0;
  width: min(72%, 420px);
  max-height: 560px;
  object-fit: contain;
  filter: drop-shadow(0 24px 30px rgba(23, 32, 38, 0.22));
}

.phone-stage__card {
  position: absolute;
  z-index: 3;
  width: 170px;
  aspect-ratio: 1;
  object-fit: cover;
  border: 8px solid #fff;
  border-radius: 22px;
  box-shadow: var(--shadow-soft);
}

.phone-stage__card--one {
  top: 13%;
  left: 6%;
}

.phone-stage__card--two {
  right: 0;
  top: 6%;
}

.content-section { padding: 88px 0; }
.content-section--page { padding-top: 0; }

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

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

.app-card,
.post-card {
  overflow: hidden;
  background: var(--color-surface);
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  box-shadow: 0 12px 32px rgba(23, 32, 38, 0.05);
}

.app-card {
  display: grid;
  grid-template-rows: 240px 1fr;
}

.app-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #eef8f5;
}

.app-card div,
.post-card__body { padding: 24px; }

.app-card p:not(.eyebrow),
.post-card p { color: var(--color-muted); }

.app-card a { font-weight: 800; }

.feature-band {
  padding: 66px 0;
  background: var(--color-teal);
  color: #fff;
}

.feature-band .eyebrow { color: var(--color-mint); }

.feature-band__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.feature-band h2 { max-width: 800px; }

.post-card__media {
  display: grid;
  min-height: 210px;
  place-items: center;
  background: linear-gradient(135deg, var(--color-mint), var(--color-rose));
  color: var(--color-teal);
  font-size: 1.4rem;
  font-weight: 800;
  text-decoration: none;
}

.post-card__media img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.post-card__meta,
.entry-meta {
  color: var(--color-muted);
  font-size: 0.9rem;
}

.post-card h2 { font-size: 1.35rem; }
.post-card h2 a { text-decoration: none; }

.page-hero {
  padding: 94px 0 64px;
  background: linear-gradient(135deg, #eef8f5, #fff7e3);
}

.page-hero--compact h1 {
  max-width: 900px;
  font-size: clamp(2.4rem, 6vw, 4.8rem);
}

.page-hero p:not(.eyebrow) {
  max-width: 680px;
  color: var(--color-muted);
}

.entry-content-wrap { padding: 60px 0 90px; }
.entry-content { max-width: 820px; }
.entry-content > *:first-child { margin-top: 0; }

.entry-content h2,
.entry-content h3,
.entry-content h4 {
  margin: 1.6em 0 0.55em;
}

.entry-content p,
.entry-content li { color: #34414a; }

.entry-content a {
  color: var(--color-teal);
  font-weight: 700;
}

.entry-content img { border-radius: var(--radius); }

.featured-media { margin-top: 48px; }

.featured-media img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  border-radius: var(--radius);
}

.wpcf7 form {
  display: grid;
  gap: 16px;
  max-width: 720px;
}

.wpcf7 label {
  display: grid;
  gap: 8px;
  font-weight: 700;
}

.wpcf7 input:not([type="submit"]),
.wpcf7 textarea,
.wpcf7 select,
.search-field {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--color-ink);
  font: inherit;
}

.wpcf7 textarea {
  min-height: 150px;
  resize: vertical;
}

.wpcf7 input[type="submit"],
.search-form .button {
  min-height: 48px;
  padding: 12px 18px;
  border: 0;
  border-radius: var(--radius);
  background: var(--color-ink);
  color: #fff;
  font-weight: 800;
}

.search-form {
  display: flex;
  gap: 10px;
  max-width: 680px;
}

.search-form label { flex: 1; }

.pagination,
.nav-links {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 36px;
}

.page-numbers {
  display: inline-flex;
  min-width: 40px;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  background: #fff;
  text-decoration: none;
}

.page-numbers.current {
  background: var(--color-ink);
  color: #fff;
}

.empty-state {
  max-width: 680px;
  padding: 46px;
  background: #fff;
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
}

.site-footer {
  padding: 70px 0 36px;
  background: var(--color-teal);
  color: #fff;
}

.site-footer__inner {
  width: var(--wrap);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 32px;
  align-items: center;
}

.site-footer a { color: #fff; }

.site-footer__brand p,
.site-footer__meta { color: rgba(255, 255, 255, 0.9); }

.site-footer__meta {
  display: grid;
  justify-items: center;
  gap: 22px;
}

.site-footer__meta .site-brand__image img {
  max-height: 112px;
}

.site-footer__meta p {
  margin-top: 70px;
  font-size: 0.8rem;
}

.footer-menu {
  display: grid;
  justify-content: flex-start;
  gap: 4px;
}

.footer-menu a {
  display: inline-flex;
  padding: 6px 8px;
  text-decoration: none;
}

@media (max-width: 900px) {
  .site-header__inner { min-height: 66px; }
  .nav-toggle { display: block; }

  .site-nav {
    position: fixed;
    top: 66px;
    right: 0;
    left: 0;
    display: none;
    padding: 18px 20px 24px;
    background: var(--color-teal);
    border-bottom: 0;
  }

  .site-nav.is-open { display: block; }

  .site-menu,
  .language-switcher ul {
    display: grid;
    gap: 4px;
  }

  .site-menu a,
  .language-switcher a { min-height: 44px; }

  .language-switcher {
    margin-top: 12px;
    padding-top: 12px;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.24);
    border-left: 0;
  }

  .home-hero {
    min-height: auto;
    padding: 58px 0 42px;
  }

  .home-hero__inner,
  .app-grid,
  .post-grid,
  .site-footer__inner {
    grid-template-columns: 1fr;
  }

  .phone-stage { min-height: 430px; }

  .phone-stage__main {
    right: 15%;
    width: min(68%, 330px);
  }

  .phone-stage__card { width: 130px; }

  .feature-band__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-menu { justify-content: flex-start; }
}

@media (max-width: 560px) {
  :root { --wrap: min(100vw - 28px, 1120px); }
  h1 { font-size: 2.7rem; }
  .content-section { padding: 62px 0; }
  .page-hero { padding: 68px 0 48px; }
  .app-card { grid-template-rows: 210px 1fr; }
  .search-form { display: grid; }
}

.legacy-hero {
  min-height: 500px;
  display: grid;
  align-items: center;
  background-image: var(--hero-image);
  background-position: center;
  background-size: cover;
}

.legacy-hero--home {
  min-height: 470px;
  background-position: center right;
}

.legacy-hero__content {
  width: var(--wrap);
  margin-inline: auto;
}

.legacy-hero h1 {
  max-width: 700px;
  color: #7d918d;
  font-size: clamp(2.1rem, 4.4vw, 4.2rem);
  line-height: 1.26;
  font-weight: 800;
  text-transform: none;
}

.legacy-hero h1 strong {
  display: block;
  margin-top: 24px;
  color: var(--color-teal);
  font-weight: 800;
}

.legacy-apps {
  width: min(980px, calc(100vw - 40px));
  margin: 70px auto 90px;
  display: grid;
  gap: 96px;
}

.legacy-app {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(320px, 1.05fr);
  gap: 54px;
  align-items: center;
  position: relative;
}

.legacy-app:nth-child(even) .legacy-app__text {
  order: 2;
  text-align: center;
}

.legacy-app:nth-child(even) .legacy-app__media {
  order: 1;
}

.legacy-app__logo {
  width: min(230px, 70%);
  margin-bottom: 24px;
}

.legacy-app:nth-child(even) .legacy-app__logo {
  margin-inline: auto;
}

.legacy-app__text p {
  color: #727f7f;
  font-size: 0.98rem;
}

.legacy-app__media img {
  max-height: 360px;
  margin-inline: auto;
  object-fit: contain;
}

.store-badges {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 18px;
}

.store-badges img {
  width: 106px;
  height: auto;
}

.legacy-app__link {
  grid-column: 1 / -1;
  justify-self: center;
  color: #ff7e76;
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 800;
  text-decoration-thickness: 2px;
}

.legacy-app--lilac .legacy-app__link {
  color: #9c8df7;
}

.legacy-app--earth .legacy-app__link {
  color: #c58a7b;
}

.legacy-hero--about,
.legacy-hero--contact {
  min-height: 500px;
}

.legacy-hero__content--right {
  display: grid;
  justify-items: end;
  text-align: center;
}

.legacy-hero--about h1,
.legacy-hero--contact h1,
.legacy-hero--experts h1 {
  color: var(--color-teal);
  text-transform: uppercase;
  text-shadow: 0 6px 0 rgba(37, 203, 183, 0.16);
  letter-spacing: 0.06em;
}

.stat-row {
  display: flex;
  gap: 18px;
  margin-top: 34px;
}

.stat-row span {
  display: grid;
  place-items: center;
  width: 118px;
  height: 118px;
  color: #798080;
  border: 7px solid #efaaa7;
  border-radius: 50%;
  font-size: 0.8rem;
}

.stat-row span:nth-child(2) {
  border-color: #f4c978;
}

.stat-row span:nth-child(3) {
  border-color: #d5d2ee;
}

.stat-row strong {
  font-size: 1.25rem;
}

.legacy-copy {
  width: min(1120px, calc(100vw - 40px));
  margin: 92px auto 120px;
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 70px;
}

.legacy-copy__aside {
  color: #81e5d7;
  font-family: Georgia, serif;
  font-size: 2rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.45;
}

.legacy-copy__body {
  color: #747f7e;
}

.legacy-copy__body h2 {
  margin-top: 56px;
  color: #81e5d7;
  font-family: Georgia, serif;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  font-style: italic;
  text-align: center;
}

.download-page {
  padding: 86px 0 78px;
  background: #effffd;
}

.download-page h1 {
  max-width: 920px;
  margin: 0 auto;
  color: var(--color-teal);
  font-size: clamp(1.3rem, 2.2vw, 1.85rem);
  line-height: 1.35;
  text-align: center;
}

.pill-button {
  display: flex;
  width: max-content;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  margin: 28px auto 72px;
  padding: 12px 28px;
  color: #fff;
  background: var(--color-teal);
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
}

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

.download-grid img {
  width: 100%;
  border-radius: 24px;
}

.legacy-hero--experts {
  min-height: 360px;
  place-items: center;
  text-align: center;
}

.legacy-hero--experts h1 {
  color: #fff;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.12;
}

.experts-grid {
  padding: 72px 0 120px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 56px 76px;
}

.expert-card {
  text-align: center;
}

.expert-card img {
  width: 142px;
  height: 190px;
  margin: 0 auto 18px;
  object-fit: cover;
  object-position: top center;
  border: 2px solid #edf1f0;
  border-radius: 50%;
  box-shadow: 0 3px 12px rgba(23, 32, 38, 0.13);
}

.expert-card h2 {
  margin-bottom: 6px;
  color: #6f7777;
  font-family: Georgia, serif;
  font-size: 0.92rem;
  font-weight: 800;
}

.expert-card p {
  margin: 0;
  color: #7f8787;
  font-family: Georgia, serif;
  font-size: 0.82rem;
  line-height: 1.35;
}

.contact-page {
  max-width: 860px;
  padding: 52px 0 92px;
}

.contact-page h2 {
  color: #82908d;
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.contact-page h3 {
  margin: 12px 0 26px;
  color: var(--color-teal);
  font-size: clamp(1.8rem, 4vw, 3rem);
}

.contact-page .entry-content {
  max-width: none;
}

.contact-page .wpcf7 input:not([type="submit"]),
.contact-page .wpcf7 textarea,
.contact-page .wpcf7 select {
  border: 3px solid #68decf;
  box-shadow: 0 3px 8px rgba(37, 203, 183, 0.22);
}

.contact-page .wpcf7 input[type="submit"] {
  min-width: 108px;
  background: var(--color-teal);
  border-radius: 999px;
}

@media (max-width: 900px) {
  .site-header__social {
    display: none;
  }

  .site-header__inner {
    justify-content: space-between;
  }

  .site-brand img {
    max-height: 48px;
  }

  .legacy-hero,
  .legacy-hero--home,
  .legacy-hero--about,
  .legacy-hero--contact {
    min-height: 380px;
  }

  .legacy-app,
  .legacy-copy,
  .download-grid,
  .experts-grid {
    grid-template-columns: 1fr;
  }

  .legacy-app:nth-child(even) .legacy-app__text,
  .legacy-app:nth-child(even) .legacy-app__media {
    order: initial;
  }

  .legacy-app__text {
    text-align: center;
  }

  .legacy-app__logo,
  .store-badges {
    margin-inline: auto;
    justify-content: center;
  }

  .legacy-copy {
    gap: 24px;
  }

  .legacy-copy__aside {
    text-align: center;
  }

  .experts-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px 24px;
  }
}

@media (max-width: 560px) {
  .legacy-hero__content--right {
    justify-items: start;
    text-align: left;
  }

  .stat-row {
    gap: 8px;
  }

  .stat-row span {
    width: 86px;
    height: 86px;
    border-width: 5px;
  }

  .experts-grid {
    grid-template-columns: 1fr;
  }
}

/* Modern Elika design system */
:root {
  --m-ink: #17213a;
  --m-text: #5f6b7a;
  --m-soft: #f7fbfb;
  --m-line: #e9eef2;
  --m-teal: #25c7b7;
  --m-teal-dark: #14a99b;
  --m-coral: #ff8179;
  --m-lavender: #a79af8;
  --m-olive: #a49f78;
  --m-pink: #fff1f3;
  --m-shadow: 0 24px 70px rgba(23, 33, 58, 0.1);
  --m-radius: 22px;
  --wrap: min(1180px, calc(100vw - 48px));
}

body {
  background: #fff;
  color: var(--m-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.m-wrap {
  width: var(--wrap);
  margin-inline: auto;
}

.m-site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.86);
  border-bottom: 1px solid rgba(233, 238, 242, 0.8);
  backdrop-filter: blur(18px);
}

.m-site-header .site-header__inner {
  min-height: 82px;
  justify-content: space-between;
  gap: 30px;
}

.m-site-header .site-brand img {
  max-height: 44px;
}

.m-site-header .site-nav {
  align-self: center;
  gap: 18px;
  padding: 0;
}

.m-site-header .site-menu {
  gap: 14px;
}

.m-site-header .site-menu a,
.m-site-header .language-switcher a {
  min-height: 36px;
  padding: 7px 4px;
  color: var(--m-ink);
  background: transparent;
  font-size: 0.9rem;
  font-weight: 800;
}

.m-site-header .site-menu a:hover,
.m-site-header .site-menu .current-menu-item > a,
.m-site-header .language-switcher .current-lang a {
  color: var(--m-teal-dark);
  background: transparent;
}

.m-site-header .language-switcher {
  padding-left: 0;
}

.m-lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  background: #f3f7f8;
  border: 1px solid var(--m-line);
  border-radius: 999px;
}

.m-lang-switch a {
  min-width: 42px !important;
  min-height: 34px !important;
  justify-content: center;
  padding: 8px 10px !important;
  border-radius: 999px !important;
  color: var(--m-text) !important;
  font-size: 0.82rem !important;
  line-height: 1 !important;
}

.m-lang-switch a.is-active {
  color: #fff !important;
  background: var(--m-teal) !important;
  box-shadow: 0 8px 18px rgba(37, 199, 183, 0.24);
}

.m-header-cta,
.m-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 850;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.m-header-cta,
.m-button--primary {
  color: #fff !important;
  background: linear-gradient(135deg, var(--m-teal), var(--m-teal-dark));
  box-shadow: 0 12px 30px rgba(37, 199, 183, 0.25);
}

.m-header-cta:hover,
.m-button--primary:hover {
  color: #fff !important;
  opacity: 0.95;
  box-shadow: 0 14px 34px rgba(37, 199, 183, 0.35);
  transform: translateY(-2px);
}

.m-button--outline {
  color: var(--m-ink) !important;
  background: #fff;
  border-color: #cfd8df;
}

.m-button--outline:hover {
  color: var(--m-teal-dark) !important;
  border-color: var(--m-teal);
  background: rgba(37, 199, 183, 0.04);
  transform: translateY(-2px);
}

.m-label {
  display: inline-flex;
  width: max-content;
  margin: 0 0 16px;
  padding: 8px 14px;
  color: var(--m-teal-dark);
  background: rgba(37, 199, 183, 0.12);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 850;
}

.m-hero {
  position: relative;
  overflow: hidden;
  padding: 78px 0 86px;
  background:
    radial-gradient(circle at 78% 26%, rgba(255, 129, 121, 0.16), transparent 30%),
    radial-gradient(circle at 14% 10%, rgba(37, 199, 183, 0.12), transparent 28%),
    linear-gradient(180deg, #fff 0%, #fbfefe 100%);
}

.m-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(380px, 1.08fr);
  gap: 64px;
  align-items: center;
}

.m-hero h1 {
  max-width: 600px;
  color: var(--m-ink);
  font-size: clamp(3.1rem, 6vw, 6.3rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.m-hero h1 span {
  color: var(--m-teal);
}

.m-hero__copy > p:not(.m-label) {
  max-width: 520px;
  margin: 24px 0 0;
  color: var(--m-text);
  font-size: 1.12rem;
}

.m-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 32px 0 20px;
}

.m-store-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.m-store-badges a {
  display: inline-flex;
  border-radius: 8px;
  transition: transform 160ms ease, filter 160ms ease;
}

.m-store-badges a:hover {
  transform: translateY(-2px);
  filter: drop-shadow(0 10px 16px rgba(23, 33, 58, 0.14));
}

.m-store-badges img {
  width: 112px;
  height: auto;
  display: block;
}

.m-hero__visual {
  position: relative;
  min-height: 560px;
}

.m-hero__blob {
  position: absolute;
  inset: 28px 28px 20px 60px;
  background: linear-gradient(145deg, #fff2f4, #f2fffd);
  border-radius: 42% 58% 46% 54%;
  box-shadow: inset 0 0 0 1px rgba(233, 238, 242, 0.7);
}

.m-hero__person {
  position: absolute;
  z-index: 2;
  right: 8%;
  bottom: 0;
  width: min(72%, 520px);
  max-height: 540px;
  object-fit: contain;
  filter: drop-shadow(0 26px 34px rgba(23, 33, 58, 0.14));
}

.m-float-card {
  position: absolute;
  z-index: 3;
  min-width: 128px;
  padding: 16px 18px;
  color: var(--m-ink);
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(233, 238, 242, 0.9);
  border-radius: 16px;
  box-shadow: var(--m-shadow);
  font-size: 0.9rem;
  font-weight: 850;
}

.m-float-card--one {
  top: 92px;
  right: 2%;
}

.m-float-card--two {
  top: 270px;
  left: 4%;
}

.m-float-card--three {
  right: 4%;
  bottom: 118px;
}

.m-section {
  padding: 92px 0;
}

.m-section--tight {
  padding: 32px 0 84px;
}

.m-section--soft {
  background: var(--m-soft);
}

.m-section__head {
  max-width: 760px;
  margin: 0 auto 48px;
  text-align: center;
}

.m-section__head .m-label {
  margin-inline: auto;
}

.m-section h2,
.m-page-hero h1,
.m-story h2,
.m-trust h2,
.m-faq-grid h2 {
  color: var(--m-ink);
  font-size: clamp(2.1rem, 4vw, 4.2rem);
  line-height: 1.08;
}

.m-section__head p,
.m-page-hero p,
.m-story p,
.m-trust p,
.m-contact-grid p {
  color: var(--m-text);
}

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

.m-app-card {
  min-height: 560px;
  padding: 34px;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  justify-items: center;
  text-align: center;
  border: 1px solid var(--m-line);
  border-radius: var(--m-radius);
  box-shadow: 0 18px 50px rgba(23, 33, 58, 0.07);
}

.m-app-card--coral {
  background: linear-gradient(180deg, #fff5f4, #fff);
}

.m-app-card--lavender {
  background: linear-gradient(180deg, #f6f3ff, #fff);
}

.m-app-card--olive {
  background: linear-gradient(180deg, #faf8ef, #fff);
}

.m-app-card__logo {
  height: 78px;
  width: auto;
  object-fit: contain;
}

.m-app-card p {
  min-height: 78px;
  color: var(--m-text);
}

.m-app-card__image {
  max-height: 245px;
  object-fit: contain;
  align-self: end;
}

.m-app-card a {
  width: 100%;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  color: #fff;
  background: var(--m-coral);
  border-radius: 16px;
  font-weight: 850;
  text-decoration: none;
}

.m-app-card--lavender a {
  background: var(--m-lavender);
}

.m-app-card--olive a {
  background: var(--m-olive);
}

.m-centered-title {
  margin-bottom: 24px;
  text-align: center;
  font-size: clamp(1.5rem, 2.5vw, 2.2rem) !important;
}

.m-stats {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  gap: 16px;
}

.m-stats div {
  min-height: 132px;
  display: grid;
  place-items: center;
  padding: 22px;
  background: #fff;
  border: 1px solid var(--m-line);
  border-radius: 18px;
  box-shadow: 0 14px 38px rgba(23, 33, 58, 0.05);
  text-align: center;
}

.m-stats strong {
  display: block;
  font-size: 2rem;
}

.m-stats span {
  color: var(--m-text);
  font-size: 0.9rem;
}

.m-feature {
  background: linear-gradient(90deg, #fff8f8, #fff);
}

.m-feature__grid,
.m-page-hero__grid,
.m-trust__grid,
.m-faq-grid,
.m-contact-grid,
.m-story {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 72px;
  align-items: center;
}

.m-phone-stack {
  min-height: 420px;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 40% 50%, rgba(255, 129, 121, 0.16), transparent 58%);
}

.m-phone-stack img {
  max-height: 390px;
  object-fit: contain;
  filter: drop-shadow(0 26px 32px rgba(23, 33, 58, 0.13));
}

.m-check-list {
  display: grid;
  gap: 16px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.m-check-list li {
  padding: 18px 20px;
  background: #fff;
  border: 1px solid var(--m-line);
  border-radius: 16px;
  color: var(--m-ink);
  font-weight: 750;
}

.m-trust blockquote {
  margin: 0;
  padding: 42px;
  background: #fff;
  border: 1px solid var(--m-line);
  border-radius: 32px;
  box-shadow: var(--m-shadow);
  color: var(--m-text);
  font-size: 1.15rem;
}

.m-trust cite {
  display: block;
  margin-top: 18px;
  color: var(--m-ink);
  font-style: normal;
  font-weight: 850;
}

.m-faq-grid {
  align-items: start;
}

.m-accordion {
  display: grid;
  gap: 14px;
}

.m-accordion details {
  background: #fff;
  border: 1px solid var(--m-line);
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(23, 33, 58, 0.03);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.m-accordion details:hover {
  transform: translateY(-2px);
  border-color: rgba(240, 122, 177, 0.4);
  box-shadow: 0 14px 34px rgba(23, 33, 58, 0.07);
}

.m-accordion details[open] {
  border-color: rgba(240, 122, 177, 0.6);
  box-shadow: 0 14px 34px rgba(23, 33, 58, 0.07);
}

.m-accordion summary {
  cursor: pointer;
  padding: 20px 24px;
  color: var(--m-ink);
  font-weight: 850;
  font-size: 1.05rem;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  outline: none;
}

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

.m-accordion summary::after {
  content: "+";
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--m-coral);
  transition: transform 0.3s ease;
}

.m-accordion details[open] summary::after {
  content: "−";
  transform: rotate(180deg);
}

.m-accordion details p {
  margin: 0;
  padding: 0 24px 22px;
  color: var(--m-text);
  line-height: 1.6;
}

.m-faq-list {
  display: grid;
  gap: 44px;
  max-width: 980px;
}

.m-faq-group h2 {
  margin: 0 0 18px;
  color: var(--m-ink);
  font-size: clamp(1.35rem, 2vw, 2rem);
}

.m-newsletter {
  margin-top: 64px;
  padding: 42px;
  display: grid;
  grid-template-columns: 1fr minmax(320px, 0.78fr);
  gap: 34px;
  align-items: center;
  color: #fff;
  background: linear-gradient(135deg, #ffad75, #f07ab1);
  border-radius: 26px;
}

.m-newsletter h2,
.m-newsletter p {
  color: #fff;
}

.m-newsletter form {
  display: flex;
  gap: 8px;
  padding: 8px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 999px;
}

.m-newsletter input {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  padding: 0 14px;
  font: inherit;
}

.m-newsletter button {
  border: 0;
  border-radius: 999px;
  padding: 12px 20px;
  background: #fff;
  color: var(--m-ink);
  font-weight: 850;
}

.m-page-hero {
  padding: 88px 0;
  background:
    radial-gradient(circle at 84% 24%, rgba(37, 199, 183, 0.12), transparent 28%),
    linear-gradient(180deg, #fff, #fbfefe);
}

.m-page-hero--center {
  text-align: center;
}

.m-page-hero--center .m-label {
  margin-inline: auto;
}

.m-page-hero--center h1,
.m-page-hero--center p {
  margin-inline: auto;
}

.m-page-hero h1 {
  max-width: 760px;
}

.m-page-hero p {
  max-width: 620px;
  font-size: 1.12rem;
}

.m-page-hero img {
  width: 100%;
  max-height: 390px;
  object-fit: cover;
  border-radius: 34px;
  box-shadow: var(--m-shadow);
}

.m-story {
  align-items: start;
}

.m-story p {
  font-size: 1.08rem;
}

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

.m-download-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--m-line);
  border-radius: 24px;
  box-shadow: 0 16px 42px rgba(23, 33, 58, 0.07);
}

.m-download-card > img {
  width: 100%;
  aspect-ratio: 0.76;
  object-fit: cover;
}

.m-download-card > div {
  padding: 24px;
}

.m-download-card h2 {
  margin-bottom: 8px;
  font-size: 1.35rem;
}

.m-download-card p {
  color: var(--m-text);
}

.m-expert-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
}

.m-expert-card {
  padding: 24px;
  background: #fff;
  border: 1px solid var(--m-line);
  border-radius: 22px;
  box-shadow: 0 14px 36px rgba(23, 33, 58, 0.05);
  text-align: center;
}

.m-expert-card a {
  color: inherit;
  text-decoration: none;
}

.m-expert-card img {
  width: 132px;
  height: 132px;
  margin: 0 auto 18px;
  object-fit: cover;
  object-position: top center;
  border-radius: 50%;
}

.m-expert-card h2 {
  font-size: 1.02rem;
}

.m-expert-card p {
  color: var(--m-text);
  font-size: 0.92rem;
}

.m-expert-hero {
  padding: 76px 0;
}

.m-expert-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 72px;
  align-items: center;
}

.m-expert-hero h1 {
  max-width: 760px;
}

.m-expert-portrait {
  margin: 0;
  justify-self: center;
}

.m-expert-portrait img {
  width: 320px;
  height: 390px;
  object-fit: cover;
  object-position: top center;
  border: 12px solid #fff;
  border-radius: 42px;
  box-shadow: var(--m-shadow);
}

.m-expert-detail__body {
  display: grid;
  justify-items: center;
}

.m-expert-detail__body .entry-content {
  max-width: 860px;
}

.m-expert-detail__body .entry-content:empty {
  display: none;
}

.m-contact-grid {
  align-items: start;
}

.m-contact-grid h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.m-form-panel {
  padding: 34px;
  background: #fff;
  border: 1px solid var(--m-line);
  border-radius: 26px;
  box-shadow: var(--m-shadow);
}

.m-form-panel .wpcf7 form {
  max-width: none;
}

.m-form-panel .wpcf7 input:not([type="submit"]),
.m-form-panel .wpcf7 textarea,
.m-form-panel .wpcf7 select {
  border: 1px solid #dfe7ec;
  box-shadow: none;
}

.m-form-panel .wpcf7 input[type="submit"] {
  background: var(--m-teal);
}

.m-footer {
  padding: 72px 0 34px;
  background: #fbfcfd;
  color: var(--m-ink);
  border-top: 1px solid var(--m-line);
}

.m-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.9fr 1fr;
  gap: 48px;
  align-items: start;
}

.m-footer .site-brand img {
  max-height: 46px;
}

.m-footer__brand p {
  max-width: 260px;
  color: var(--m-text);
}

.m-footer .social-links {
  justify-content: flex-start;
}

.m-footer .social-links a {
  color: var(--m-ink);
  background: #eef4f5;
}

.m-footer .social-links a:hover {
  color: #fff;
  background: var(--m-teal);
  box-shadow: 0 12px 28px rgba(34, 195, 176, 0.24);
}

.m-footer h2 {
  margin: 0 0 14px;
  font-size: 1rem;
}

.m-footer .footer-menu {
  display: grid;
  gap: 8px;
}

.m-footer .footer-menu a {
  padding: 0;
  color: var(--m-text);
}

.m-footer a,
.m-footer nav a,
.m-footer .footer-menu a {
  color: var(--m-text) !important;
}

.m-footer a:hover,
.m-footer nav a:hover,
.m-footer .footer-menu a:hover {
  color: var(--m-teal-dark) !important;
}

.m-footer__copy {
  margin: 54px 0 0;
  color: var(--m-text);
  text-align: center;
  font-size: 0.9rem;
}

@media (max-width: 1020px) {
  .m-site-header .nav-toggle {
    display: block;
  }

  .m-site-header .site-nav {
    position: fixed;
    top: 82px;
    right: 0;
    left: 0;
    display: none;
    padding: 18px 24px 24px;
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid var(--m-line);
  }

  .m-site-header .site-nav.is-open {
    display: grid;
  }

  .m-site-header .site-menu,
  .m-site-header .language-switcher ul {
    display: grid;
    gap: 6px;
  }

  .m-lang-switch {
    width: max-content;
    margin-top: 8px;
  }

  .m-header-cta {
    width: max-content;
    margin-top: 10px;
  }

  .m-hero__grid,
  .m-feature__grid,
  .m-page-hero__grid,
  .m-expert-hero__grid,
  .m-trust__grid,
  .m-faq-grid,
  .m-contact-grid,
  .m-story,
  .m-newsletter,
  .m-footer__grid {
    grid-template-columns: 1fr;
  }

  .m-app-grid,
  .m-download-grid,
  .m-expert-grid,
  .m-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .m-hero__visual {
    min-height: 460px;
  }

}

@media (max-width: 640px) {
  :root {
    --wrap: min(100vw - 28px, 1180px);
  }

  .m-hero,
  .m-section,
  .m-page-hero {
    padding: 58px 0;
  }

  .m-hero h1 {
    font-size: 3rem;
  }

  .m-hero__visual {
    min-height: 360px;
  }

  .m-float-card {
    display: none;
  }

  .m-app-grid,
  .m-download-grid,
  .m-expert-grid,
  .m-stats {
    grid-template-columns: 1fr;
  }

  .m-newsletter {
    padding: 28px;
  }

  .m-newsletter form {
    display: grid;
    border-radius: 18px;
  }
}

/* Elika Community Box Gradient and Glassmorphic Stats Style */
.m-community-box {
  background: linear-gradient(135deg, #ffad75, #f07ab1);
  border-radius: 28px;
  padding: 56px 48px !important;
  color: #fff;
  box-shadow: 0 20px 48px rgba(240, 122, 177, 0.25);
  margin-top: 40px;
  margin-bottom: 40px;
}

.m-community-box h2.m-centered-title {
  color: #fff !important;
  font-size: 2.1rem;
  font-weight: 800;
  margin-bottom: 42px;
  text-align: center;
}

.m-community-box .m-stats div {
  background: rgba(255, 255, 255, 0.15) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  border-radius: 20px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04) !important;
  color: #fff !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.m-community-box .m-stats div:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.22) !important;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.08) !important;
}

.m-community-box .m-stats strong {
  color: #fff !important;
  font-size: 2.2rem;
  font-weight: 850;
}

.m-community-box .m-stats span {
  color: rgba(255, 255, 255, 0.9) !important;
  font-weight: 600;
}

@media (max-width: 991px) {
  .m-community-box .m-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 16px;
  }
}

@media (max-width: 768px) {
  .m-community-box {
    padding: 36px 20px !important;
  }
  .m-community-box .m-stats {
    grid-template-columns: 1fr !important;
  }
  .m-community-box h2.m-centered-title {
    font-size: 1.6rem;
    margin-bottom: 28px;
  }
}

/* App Landing Pages Custom Styles */
.m-app-hero__grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 48px;
  align-items: center;
}

.m-app-hero__copy h1 {
  font-size: clamp(2.5rem, 4vw, 3.8rem);
  font-weight: 850;
  margin-top: 12px;
  margin-bottom: 20px;
  color: var(--m-ink);
}

.m-app-hero__copy p {
  font-size: 1.15rem;
  line-height: 1.6;
  color: var(--m-text);
  margin-bottom: 32px;
}

.m-app-hero__visual img {
  width: 100%;
  max-width: 320px;
  height: auto;
  margin: 0 auto;
  display: block;
}

.m-app-features {
  display: grid;
  gap: 72px;
}

.m-app-feature-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.m-app-feature-row--reverse {
  direction: rtl;
}

.m-app-feature-row--reverse .m-app-feature-text {
  direction: ltr;
}

.m-app-feature-text h2 {
  font-size: 2rem;
  font-weight: 850;
  color: var(--m-ink);
  margin-bottom: 18px;
}

.m-app-feature-text p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--m-text);
}

.m-app-feature-visual img {
  width: 100%;
  max-height: 340px;
  object-fit: contain;
  border-radius: 20px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.05);
}

.m-app-cta-box {
  background: linear-gradient(135deg, #25c7b7, #21d1b4);
  border-radius: 28px;
  padding: 56px 48px !important;
  color: #fff;
  text-align: center;
  box-shadow: 0 20px 48px rgba(37, 199, 183, 0.25);
  margin-top: 40px;
  margin-bottom: 40px;
}

.m-app-cta-box h2 {
  color: #fff !important;
  font-size: 2.2rem;
  font-weight: 850;
  margin-bottom: 12px;
}

.m-app-cta-box p {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 1.15rem;
  margin-bottom: 32px;
}

.m-centered-badges {
  display: flex;
  justify-content: center;
  gap: 16px;
}

@media (max-width: 768px) {
  .m-app-hero__grid,
  .m-app-feature-row {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  
  .m-app-feature-row--reverse {
    direction: ltr;
  }
  
  .m-app-cta-box h2 {
    font-size: 1.7rem;
  }
}

/* 4-Column Stats Layout */
.m-stats--four {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

@media (max-width: 1020px) {
  .m-stats {
    grid-auto-flow: row !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .m-stats {
    grid-auto-flow: row !important;
    grid-template-columns: 1fr !important;
  }
}

.elika-form-tabs {
  display: grid;
  gap: 28px;
  margin: 0 auto 64px;
}

.elika-app-form-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(204, 238, 229, 0.54), transparent 32%),
    radial-gradient(circle at bottom right, rgba(247, 211, 216, 0.42), transparent 34%),
    #fbfcfb;
}

.elika-app-form-shell {
  min-height: 100vh;
  display: grid;
  align-items: start;
}

.elika-app-form-page .entry-content-wrap {
  padding: clamp(18px, 5vw, 42px) 0;
}

.elika-app-form-page .entry-content {
  max-width: 860px;
  margin: 0 auto;
}

.elika-app-form-page .elika-form-tabs {
  margin-bottom: 0;
}

.elika-mobile-about {
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 22px 70px rgba(23, 32, 38, 0.08);
}

.elika-mobile-about__hero,
.elika-mobile-about__quote {
  background-position: center;
  background-size: cover;
}

.elika-mobile-about__hero {
  padding: clamp(42px, 12vw, 96px) clamp(22px, 6vw, 56px);
}

.elika-mobile-about__inner {
  max-width: 720px;
}

.elika-mobile-about h1 {
  max-width: none;
  margin-bottom: 22px;
  color: #3f352d;
  font-size: clamp(2.5rem, 10vw, 4.2rem);
}

.elika-mobile-about p {
  margin: 0;
  color: #5f574f;
  font-size: 1rem;
  line-height: 1.72;
}

.elika-mobile-about__visual {
  padding: clamp(28px, 8vw, 72px) 22px;
  display: grid;
  place-items: center;
}

.elika-mobile-about__visual img {
  width: min(72vw, 360px);
  filter: drop-shadow(0 24px 40px rgba(71, 52, 36, 0.14));
}

.elika-mobile-about__copy {
  width: min(620px, calc(100% - 44px));
  margin: 0 auto;
  padding: clamp(20px, 8vw, 58px) 0;
  text-align: center;
}

.elika-mobile-about__copy strong,
.elika-mobile-about__closing strong {
  display: block;
  margin-top: 14px;
  color: #9f765e;
  font-size: 1.35rem;
  line-height: 1.22;
}

.elika-mobile-about__wide-image {
  padding: 24px 18px 0;
  background-position: center;
  background-size: cover;
  text-align: center;
}

.elika-mobile-about__wide-image img {
  width: min(100%, 720px);
  margin: 0 auto;
}

.elika-mobile-about__quote {
  width: min(820px, calc(100% - 36px));
  margin: clamp(28px, 8vw, 64px) auto;
  padding: clamp(26px, 7vw, 48px);
  border-radius: 24px;
  text-align: center;
}

.elika-mobile-about__quote p {
  color: #8d705c;
  font-size: clamp(1.25rem, 5vw, 1.85rem);
  line-height: 1.45;
}

.elika-mobile-about__quote cite {
  display: block;
  margin-top: 14px;
  color: #a59772;
  font-style: normal;
  font-weight: 800;
}

.elika-mobile-about__closing {
  padding: clamp(30px, 9vw, 64px) 22px;
  background: rgba(254, 247, 239, 0.76);
  text-align: center;
}

.elika-mobile-about__closing img {
  width: 82px;
  margin: 24px auto 0;
}

.elika-mobile-about--baby {
  min-height: calc(100vh - clamp(32px, 8vw, 72px));
  background:
    radial-gradient(circle at 12% 4%, rgba(153, 139, 246, 0.19), transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(37, 203, 183, 0.16), transparent 28%),
    #fafbff;
}

.elika-mobile-about--pregnancy {
  min-height: calc(100vh - clamp(32px, 8vw, 72px));
  background:
    radial-gradient(circle at 12% 4%, rgba(255, 126, 116, 0.18), transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(37, 203, 183, 0.14), transparent 28%),
    #fffafa;
}

.elika-mobile-about__baby-hero {
  width: min(100%, 760px);
  margin: 0 auto;
  padding: clamp(34px, 9vw, 72px) clamp(22px, 6vw, 48px) clamp(18px, 6vw, 34px);
  text-align: center;
}

.elika-mobile-about__baby-logo {
  width: min(230px, 62vw);
  margin: 0 auto 22px;
}

.elika-mobile-about--baby h1,
.elika-mobile-about--pregnancy h1 {
  margin-bottom: 14px;
  color: #14213d;
  font-size: clamp(2.35rem, 10vw, 4.3rem);
  line-height: 0.98;
  text-align: center;
}

.elika-mobile-about--baby p,
.elika-mobile-about--pregnancy p {
  color: #61707c;
}

.elika-mobile-about__baby-hero p {
  max-width: 46ch;
  margin: 0 auto;
  font-size: clamp(1.03rem, 3vw, 1.18rem);
}

.elika-mobile-about__baby-visual {
  width: min(100%, 820px);
  margin: 0 auto;
  padding: 0 clamp(18px, 5vw, 36px) clamp(18px, 6vw, 34px);
}

.elika-mobile-about__baby-visual img {
  width: 100%;
  border-radius: 28px;
  box-shadow: 0 22px 70px rgba(76, 69, 142, 0.14);
}

.elika-mobile-about__baby-copy {
  width: min(100%, 720px);
  margin: 0 auto;
  padding: clamp(22px, 7vw, 48px);
  border: 1px solid #e6e7fb;
  border-radius: 30px 30px 0 0;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 -16px 54px rgba(23, 32, 38, 0.06);
}

.elika-mobile-about__baby-copy p + p {
  margin-top: 16px;
}

.elika-mobile-about__baby-copy strong {
  display: block;
  margin-top: 22px;
  color: #7468d8;
  font-size: clamp(1.35rem, 5vw, 1.85rem);
  line-height: 1.2;
  text-align: center;
}

.elika-mobile-about--pregnancy .elika-mobile-about__baby-visual img {
  box-shadow: 0 22px 70px rgba(255, 126, 116, 0.14);
}

.elika-mobile-about--pregnancy .elika-mobile-about__baby-copy {
  border-color: #fde4df;
}

.elika-mobile-about--pregnancy .elika-mobile-about__baby-copy strong {
  color: #ff7e74;
}

.elika-sound-contact {
  min-height: calc(100vh - clamp(36px, 10vw, 84px));
  display: grid;
  place-items: center;
  padding: clamp(22px, 6vw, 44px);
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.18), transparent 34%),
    radial-gradient(circle at bottom right, rgba(0, 0, 0, 0.16), transparent 38%),
    #7460a8;
}

.elika-sound-contact__card {
  width: min(100%, 680px);
  display: grid;
  gap: 22px;
  justify-items: center;
}

.elika-sound-contact__logo {
  width: min(220px, 58vw);
}

.elika-sound-contact h1 {
  max-width: none;
  color: #fff;
  font-size: clamp(2rem, 8vw, 3rem);
  font-weight: 750;
  text-align: center;
}

.elika-sound-contact .wpcf7 {
  width: 100%;
}

.elika-sound-contact .wpcf7 p {
  margin: 0 0 14px;
}

.elika-sound-contact .wpcf7 input:not([type="submit"]),
.elika-sound-contact .wpcf7 textarea {
  width: 100%;
  min-height: 52px;
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  color: #2e2442;
  font: inherit;
  outline: none;
}

.elika-sound-contact .wpcf7 textarea {
  min-height: 132px;
  resize: vertical;
}

.elika-sound-contact .wpcf7-submit {
  width: 100%;
  min-height: 52px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #5b4b87;
  font-weight: 850;
  cursor: pointer;
  box-shadow: 0 16px 34px rgba(24, 18, 38, 0.18);
}

.elika-sound-contact .wpcf7-response-output {
  color: #fff;
}

.elika-account-delete {
  min-height: calc(100vh - clamp(36px, 10vw, 84px));
  display: grid;
  place-items: center;
  padding: clamp(22px, 6vw, 44px);
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(37, 203, 183, 0.16), transparent 32%),
    radial-gradient(circle at bottom right, rgba(243, 124, 107, 0.18), transparent 34%),
    #fff;
}

.elika-account-delete--normal {
  min-height: auto;
  padding-block: clamp(56px, 8vw, 108px);
  border-radius: 0;
}

.entry-page--full .elika-account-delete--normal {
  margin-top: -1px;
}

.elika-account-delete__card {
  width: min(100%, 720px);
  padding: clamp(24px, 6vw, 46px);
  border: 1px solid #e3edf0;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 22px 70px rgba(23, 32, 38, 0.08);
}

.elika-account-delete__intro {
  margin-bottom: 26px;
  text-align: center;
}

.elika-account-delete__intro span {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(37, 203, 183, 0.13);
  color: #17a99a;
  font-weight: 850;
}

.elika-account-delete h1 {
  max-width: none;
  margin-bottom: 12px;
  color: #14213d;
  font-size: clamp(2rem, 8vw, 3rem);
  text-align: center;
}

.elika-account-delete p {
  margin: 0;
  color: #61707c;
}

.elika-account-delete .wpcf7 p {
  margin: 0 0 14px;
}

.elika-account-delete .wpcf7 input:not([type="submit"]) {
  width: 100%;
  min-height: 54px;
  padding: 14px 18px;
  border: 1px solid #dce8ec;
  border-radius: 16px;
  background: #fff;
  color: #172026;
  font: inherit;
  outline: none;
}

.elika-account-delete .wpcf7 input:focus {
  border-color: #25cbb7;
  box-shadow: 0 0 0 4px rgba(37, 203, 183, 0.16);
}

.elika-account-delete .wpcf7-submit {
  width: 100%;
  min-height: 52px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #25cbb7, #1daf9f);
  color: #fff;
  font-weight: 850;
  cursor: pointer;
  box-shadow: 0 16px 34px rgba(37, 203, 183, 0.24);
}

.elika-share-page {
  min-height: calc(100vh - clamp(32px, 8vw, 72px));
  display: grid;
  place-items: center;
  padding: clamp(24px, 7vw, 64px);
  overflow: hidden;
  border-radius: 24px;
  background:
    radial-gradient(circle at 18% 18%, rgba(37, 203, 183, 0.24), transparent 28%),
    radial-gradient(circle at 80% 8%, rgba(153, 139, 246, 0.22), transparent 26%),
    linear-gradient(135deg, #f5fffd 0%, #f3f1ff 52%, #fff7fb 100%);
}

.elika-share-page.is-pregnancy {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 126, 116, 0.22), transparent 28%),
    radial-gradient(circle at 80% 8%, rgba(37, 203, 183, 0.18), transparent 26%),
    linear-gradient(135deg, #fffafa 0%, #fff4f2 52%, #f5fffd 100%);
}

.elika-share-page__card {
  position: relative;
  width: min(100%, 620px);
  padding: clamp(28px, 7vw, 56px);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.76);
  text-align: center;
  box-shadow: 0 28px 80px rgba(75, 66, 135, 0.16);
  backdrop-filter: blur(18px);
}

.elika-share-page__card::before,
.elika-share-page__card::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 999px;
}

.elika-share-page__card::before {
  inset: auto auto -72px -64px;
  width: 170px;
  height: 170px;
  background: rgba(37, 203, 183, 0.16);
}

.elika-share-page__card::after {
  top: -66px;
  right: -54px;
  width: 150px;
  height: 150px;
  background: rgba(153, 139, 246, 0.17);
}

.elika-share-page__logo {
  width: min(230px, 64vw);
  height: auto;
  margin: 0 auto 22px;
}

.elika-share-page__eyebrow {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 16px;
  border-radius: 999px;
  background: rgba(153, 139, 246, 0.14);
  color: #7468d8;
  font-weight: 850;
}

.elika-share-page h1 {
  max-width: 12ch;
  margin: 0 auto 16px;
  color: #14213d;
  font-size: clamp(2.15rem, 9vw, 4.4rem);
  line-height: 0.95;
  text-align: center;
}

.elika-share-page p {
  max-width: 42ch;
  margin: 0 auto;
  color: #61707c;
  font-size: clamp(1rem, 2.8vw, 1.12rem);
}

.elika-share-page__features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 26px 0;
}

.elika-share-page__features span {
  padding: 9px 13px;
  border: 1px solid rgba(153, 139, 246, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #14213d;
  font-size: 0.9rem;
  font-weight: 800;
}

.elika-share-page__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-bottom: 20px;
  padding: 0 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, #998bf6, #25cbb7);
  color: #fff;
  font-weight: 900;
  box-shadow: 0 18px 38px rgba(116, 104, 216, 0.24);
}

.elika-share-page.is-pregnancy .elika-share-page__eyebrow {
  background: rgba(255, 126, 116, 0.13);
  color: #e7665e;
}

.elika-share-page.is-pregnancy .elika-share-page__cta {
  background: linear-gradient(135deg, #ff7e74, #25cbb7);
  box-shadow: 0 18px 38px rgba(255, 126, 116, 0.22);
}

.elika-share-page__badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.elika-share-page__badges a {
  display: inline-flex;
}

.elika-share-page__badges img {
  width: auto;
  height: 42px;
}

.elika-mobile-experts {
  min-height: calc(100vh - clamp(32px, 8vw, 72px));
  padding: clamp(20px, 6vw, 42px);
  border-radius: 24px;
  background:
    radial-gradient(circle at 12% 4%, rgba(37, 203, 183, 0.2), transparent 30%),
    radial-gradient(circle at 90% 10%, rgba(153, 139, 246, 0.18), transparent 28%),
    #f8fbfc;
}

.elika-mobile-experts__hero {
  max-width: 720px;
  margin: 0 auto clamp(22px, 6vw, 40px);
  text-align: center;
}

.elika-mobile-experts__back {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  margin-bottom: 18px;
  padding: 0 16px;
  border: 1px solid #dce8ec;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  color: #61707c;
  font-size: 0.9rem;
  font-weight: 800;
}

.elika-mobile-experts__hero span {
  display: table;
  margin: 0 auto 10px;
  padding: 7px 15px;
  border-radius: 999px;
  background: rgba(37, 203, 183, 0.13);
  color: #17a99a;
  font-weight: 850;
}

.elika-mobile-experts h1 {
  max-width: none;
  margin: 0 0 12px;
  color: #14213d;
  font-size: clamp(2.1rem, 11vw, 4.4rem);
  line-height: 0.98;
  text-align: center;
}

.elika-mobile-experts__hero p {
  max-width: 42ch;
  margin: 0 auto;
  color: #61707c;
  font-size: clamp(1rem, 3vw, 1.12rem);
}

.elika-mobile-experts__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
  gap: 14px;
  max-width: 980px;
  margin: 0 auto;
}

.elika-mobile-expert-card a {
  display: grid;
  grid-template-columns: 72px 1fr;
  align-items: center;
  gap: 14px;
  min-height: 104px;
  padding: 14px;
  border: 1px solid #e3edf0;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 42px rgba(23, 32, 38, 0.07);
}

.elika-mobile-expert-card img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  background: #eef6f5;
  box-shadow: 0 10px 24px rgba(23, 32, 38, 0.1);
}

.elika-mobile-expert-card h2 {
  margin: 0 0 5px;
  color: #14213d;
  font-size: 1rem;
  line-height: 1.18;
}

.elika-mobile-expert-card p {
  margin: 0;
  color: #61707c;
  font-size: 0.87rem;
  line-height: 1.35;
}

.elika-mobile-offers {
  min-height: calc(100vh - clamp(32px, 8vw, 72px));
  padding: clamp(20px, 6vw, 42px);
  border-radius: 24px;
  background:
    radial-gradient(circle at 12% 4%, rgba(37, 203, 183, 0.18), transparent 30%),
    radial-gradient(circle at 90% 12%, rgba(243, 124, 107, 0.16), transparent 28%),
    #fbfcfb;
}

.elika-mobile-offers__hero {
  max-width: 680px;
  margin: 0 auto clamp(22px, 6vw, 38px);
  text-align: center;
}

.elika-mobile-offers__hero span,
.elika-mobile-offer-detail__body span {
  display: table;
  margin: 0 auto 10px;
  padding: 7px 15px;
  border-radius: 999px;
  background: rgba(37, 203, 183, 0.13);
  color: #17a99a;
  font-weight: 850;
}

.elika-mobile-offers h1,
.elika-mobile-offer-detail h1 {
  max-width: none;
  margin: 0 0 12px;
  color: #14213d;
  font-size: clamp(2.05rem, 10vw, 4rem);
  line-height: 0.98;
  text-align: center;
}

.elika-mobile-offers__hero p {
  max-width: 38ch;
  margin: 0 auto;
  color: #61707c;
  font-size: clamp(1rem, 3vw, 1.12rem);
}

.elika-mobile-offers__grid {
  display: grid;
  gap: 16px;
  max-width: 840px;
  margin: 0 auto;
}

.elika-mobile-offer-card a {
  display: grid;
  grid-template-columns: minmax(112px, 38%) 1fr;
  min-height: 150px;
  overflow: hidden;
  border: 1px solid #e3edf0;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(23, 32, 38, 0.08);
}

.elika-mobile-offer-card img {
  width: 100%;
  height: 100%;
  min-height: 150px;
  object-fit: cover;
}

.elika-mobile-offer-card div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px;
}

.elika-mobile-offer-card span {
  width: max-content;
  max-width: 100%;
  margin-bottom: 9px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(37, 203, 183, 0.12);
  color: #17a99a;
  font-size: 0.78rem;
  font-weight: 850;
}

.elika-mobile-offer-card h2 {
  margin: 0 0 7px;
  color: #14213d;
  font-size: clamp(1rem, 4vw, 1.2rem);
  line-height: 1.12;
}

.elika-mobile-offer-card p {
  margin: 0;
  color: #61707c;
  font-size: 0.9rem;
  line-height: 1.35;
}

.elika-mobile-offer-detail {
  min-height: calc(100vh - clamp(32px, 8vw, 72px));
  padding: clamp(18px, 5vw, 38px);
  border-radius: 24px;
  background:
    radial-gradient(circle at 14% 4%, rgba(37, 203, 183, 0.16), transparent 32%),
    #fbfcfb;
}

.elika-mobile-offer-detail__back {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  margin-bottom: 16px;
  padding: 0 16px;
  border: 1px solid #dce8ec;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: #61707c;
  font-size: 0.9rem;
  font-weight: 800;
}

.elika-mobile-offer-detail__image {
  display: block;
  width: min(100%, 860px);
  max-height: 420px;
  margin: 0 auto;
  border-radius: 26px;
  object-fit: cover;
  box-shadow: 0 22px 60px rgba(23, 32, 38, 0.12);
}

.elika-mobile-offer-detail__body {
  width: min(100%, 760px);
  margin: -24px auto 0;
  padding: clamp(22px, 6vw, 42px);
  border: 1px solid #e3edf0;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 22px 70px rgba(23, 32, 38, 0.08);
}

.elika-mobile-offer-detail__body ul {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.elika-mobile-offer-detail__body li {
  position: relative;
  padding-left: 24px;
  color: #61707c;
  line-height: 1.55;
}

.elika-mobile-offer-detail__body li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #25cbb7;
}

@media (max-width: 560px) {
  .elika-mobile-offer-card a {
    grid-template-columns: 1fr;
  }

  .elika-mobile-offer-card img {
    aspect-ratio: 16 / 9;
    min-height: 0;
  }
}

.elika-other-apps {
  min-height: calc(100vh - clamp(36px, 10vw, 84px));
  display: grid;
  place-items: center;
  padding: clamp(22px, 7vw, 56px);
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(37, 203, 183, 0.14), transparent 30%),
    radial-gradient(circle at bottom right, rgba(153, 139, 246, 0.16), transparent 34%),
    #fbfcfb;
}

.elika-other-apps__inner {
  width: min(100%, 860px);
  display: grid;
  gap: clamp(24px, 6vw, 44px);
}

.elika-other-apps h1 {
  max-width: none;
  color: #14213d;
  font-size: clamp(2rem, 8vw, 3.4rem);
  text-align: center;
}

.elika-other-apps__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
  align-items: stretch;
}

.elika-other-apps__card {
  min-height: 190px;
  display: grid;
  place-items: center;
  padding: clamp(28px, 8vw, 52px);
  border-radius: 28px;
  text-decoration: none;
  box-shadow: 0 22px 60px rgba(23, 32, 38, 0.1);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.elika-other-apps__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 28px 70px rgba(23, 32, 38, 0.14);
}

.elika-other-apps__card.is-coral {
  background: linear-gradient(135deg, #fff0ed, #ff7d73);
}

.elika-other-apps__card.is-lavender {
  background: linear-gradient(135deg, #f2efff, #998bf6);
}

.elika-other-apps__card img {
  width: min(100%, 260px);
  filter: drop-shadow(0 16px 24px rgba(23, 32, 38, 0.1));
}

.elika-explore-apps {
  display: grid;
  gap: 0;
}

.elika-explore-apps__hero {
  min-height: min(620px, 72vh);
  display: grid;
  align-items: center;
  padding: clamp(70px, 10vw, 120px) 0;
  background-position: center;
  background-size: cover;
}

.elika-explore-apps__hero-inner {
  width: var(--wrap);
  margin: 0 auto;
}

.elika-explore-apps__hero h1 {
  max-width: 12ch;
  color: #71827e;
  font-size: clamp(2.6rem, 7vw, 5.2rem);
}

.elika-explore-apps__hero p {
  max-width: 560px;
  margin: 22px 0 0;
  color: #4a5a56;
  font-size: 1.12rem;
}

.elika-explore-apps__row {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 1.1fr);
  gap: clamp(32px, 7vw, 84px);
  align-items: center;
  padding: clamp(64px, 9vw, 110px) max(24px, calc((100vw - 1120px) / 2));
  overflow: hidden;
}

.elika-explore-apps__row.is-reverse {
  grid-template-columns: minmax(300px, 1.1fr) minmax(0, 0.9fr);
}

.elika-explore-apps__row.is-reverse .elika-explore-apps__copy {
  order: 2;
}

.elika-explore-apps__row.is-coral {
  background:
    radial-gradient(circle at right, rgba(252, 118, 106, 0.12), transparent 34%),
    #fff;
}

.elika-explore-apps__row.is-lavender {
  background:
    radial-gradient(circle at left, rgba(134, 126, 219, 0.13), transparent 34%),
    #fbfbff;
}

.elika-explore-apps__row.is-olive {
  background:
    radial-gradient(circle at right, rgba(165, 151, 114, 0.14), transparent 36%),
    #fffdf8;
}

.elika-explore-apps__logo {
  width: min(320px, 70vw);
  margin-bottom: 24px;
}

.elika-explore-apps__copy p {
  max-width: 560px;
  margin: 0 0 22px;
  color: #5c6971;
  font-size: 1.05rem;
}

.elika-explore-apps__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.elika-explore-apps__badges img {
  width: 126px;
}

.elika-explore-apps__link {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  color: #14213d;
  font-weight: 850;
  text-decoration-thickness: 2px;
}

.elika-explore-apps__visual img {
  width: min(100%, 620px);
  margin: 0 auto;
  filter: drop-shadow(0 24px 44px rgba(23, 32, 38, 0.12));
}

@media (max-width: 860px) {
  .elika-explore-apps__row,
  .elika-explore-apps__row.is-reverse {
    grid-template-columns: 1fr;
  }

  .elika-explore-apps__row.is-reverse .elika-explore-apps__copy {
    order: 0;
  }
}

.elika-form-tabs__nav {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 12px;
  padding: 8px;
  border: 1px solid #e2ecef;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 44px rgba(23, 32, 38, 0.06);
}

.elika-form-tabs__button {
  min-height: 58px;
  padding: 12px 18px;
  border: 0;
  border-radius: 16px;
  background: transparent;
  color: #61707c;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.elika-form-tabs__button.is-active,
.elika-form-tabs__button:hover {
  background: linear-gradient(135deg, #24c8b7, #20b6a8);
  color: #fff;
  box-shadow: 0 12px 26px rgba(36, 200, 183, 0.22);
}

.elika-form-tabs__panel {
  padding: clamp(24px, 5vw, 46px);
  border: 1px solid #e3edf0;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(247, 211, 216, 0.42), transparent 34%),
    radial-gradient(circle at bottom left, rgba(204, 238, 229, 0.58), transparent 28%),
    #fff;
  box-shadow: 0 22px 70px rgba(23, 32, 38, 0.08);
}

.elika-form-tabs__intro {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}

.elika-form-tabs__intro h2 {
  margin-bottom: 12px;
  color: #14213d;
  font-size: clamp(1.9rem, 4vw, 3rem);
}

.elika-form-tabs__intro p {
  margin: 0;
  color: #61707c;
}

.elika-form-tabs .wpcf7 {
  max-width: 760px;
  margin: 0 auto;
}

.elika-form-tabs .wpcf7 p {
  margin: 0 0 14px;
}

.elika-form-tabs .wpcf7 input:not([type="submit"]),
.elika-form-tabs .wpcf7 textarea,
.elika-form-tabs .wpcf7 select {
  width: 100%;
  min-height: 54px;
  padding: 14px 18px;
  border: 1px solid #dce8ec;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  color: #172026;
  font: inherit;
  outline: none;
  box-shadow: 0 10px 26px rgba(23, 32, 38, 0.04);
}

.elika-form-tabs .wpcf7 textarea {
  min-height: 150px;
  resize: vertical;
}

.elika-form-tabs .wpcf7 input:focus,
.elika-form-tabs .wpcf7 textarea:focus,
.elika-form-tabs .wpcf7 select:focus {
  border-color: #25cbb7;
  box-shadow: 0 0 0 4px rgba(37, 203, 183, 0.16);
}

.elika-form-tabs .wpcf7-submit {
  min-height: 52px;
  padding: 0 26px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #25cbb7, #1daf9f);
  color: #fff;
  font-weight: 850;
  cursor: pointer;
  box-shadow: 0 16px 34px rgba(37, 203, 183, 0.24);
}

@media (max-width: 760px) {
  .elika-form-tabs__nav {
    grid-template-columns: 1fr;
  }
}
