:root {
  --ik-red: #ed1c2e;
  --ik-red-dark: #c81025;
  --ik-orange: #f6a51a;
  --ik-yellow: #ffd74a;
  --ik-cream: #fff6e7;
  --ik-cream-deep: #ffefd0;
  --ik-blue: #3478d4;
  --ik-green: #2fad72;
  --ik-ink: #171a20;
  --ik-text: #343a45;
  --ik-muted: #667085;
  --ik-line: #f0d9bd;
  --ik-white: #ffffff;
  --ik-shadow: 0 14px 32px rgba(31, 24, 18, 0.1);
}

/* FAQ subpage */
.ik-faq-subpage {
  background: #fffdfa;
}

.ikq-hero {
  position: relative;
  padding: 62px 0 38px;
  background:
    linear-gradient(90deg, #ffffff 0%, #ffffff 54%, #fff8ed 100%);
}

.ikq-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.96fr);
  align-items: center;
  gap: 54px;
}

.ikq-breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 30px;
  color: #8a9099;
  font-size: 12px;
  font-weight: 800;
}

.ikq-breadcrumb a {
  color: #9aa1aa;
}

.ikq-breadcrumb span::before {
  content: ">";
  margin-right: 9px;
  color: #b5bbc4;
}

.ikq-eyebrow {
  margin: 0 0 8px;
  color: var(--ik-ink);
  font-size: 28px;
  font-weight: 1000;
  line-height: 1.35;
}

.ikq-hero h1 {
  margin: 0;
  color: var(--ik-ink);
  font-size: 62px;
  font-weight: 1000;
  line-height: 1.13;
}

.ikq-hero h1 span {
  color: var(--ik-red);
}

.ikq-lead {
  max-width: 560px;
  margin: 22px 0 0;
  color: var(--ik-ink);
  font-size: 18px;
  font-weight: 850;
  line-height: 1.9;
}

.ikq-hero__visual {
  position: relative;
  min-width: 0;
}

.ikq-hero__visual::before {
  content: "";
  position: absolute;
  inset: 22px -18px -18px 26px;
  border-radius: 48px;
  background: #fff0d8;
  z-index: 0;
}

.ikq-hero__visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 42% 0 0 42% / 50% 0 0 50%;
  box-shadow: 0 22px 44px rgba(54, 43, 28, 0.13);
}

.ikq-deco {
  position: absolute;
  pointer-events: none;
}

.ikq-deco--dots {
  left: 0;
  top: 214px;
  width: 58px;
  height: 88px;
  background-image: radial-gradient(var(--ik-red) 2px, transparent 2px);
  background-size: 14px 14px;
  opacity: 0.7;
}

.ikq-deco--plus {
  left: 46px;
  bottom: 54px;
  color: var(--ik-orange);
  font-size: 34px;
  font-weight: 1000;
}

.ikq-deco--chip {
  right: 94px;
  top: 132px;
  width: 18px;
  height: 18px;
  border-left: 18px solid #8298e8;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  transform: rotate(18deg);
}

.ikq-section {
  padding: 34px 0 50px;
}

.ikq-category-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
  margin-bottom: 28px;
}

.ikq-category-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 66px;
  padding: 14px 16px;
  border: 2px solid #f1d8bd;
  border-radius: 10px;
  background: var(--ik-white);
  color: var(--ik-ink);
  font-size: 17px;
  font-weight: 1000;
  line-height: 1.25;
  text-align: center;
  box-shadow: 0 10px 24px rgba(46, 36, 24, 0.05);
}

.ikq-category-list a.is-active {
  border-color: var(--ik-red);
  color: var(--ik-white);
  background: linear-gradient(180deg, #ff3849 0%, var(--ik-red) 100%);
  box-shadow: 0 14px 28px rgba(237, 28, 46, 0.22);
}

.ikq-category-list span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: #fff4ec;
}

.ikq-category-list a.is-active span {
  background: rgba(255, 255, 255, 0.18);
}

.ikq-category-list img {
  width: 23px;
  height: 23px;
  object-fit: contain;
}

.ikq-category-list i {
  color: var(--ik-red);
  font-size: 21px;
  font-style: normal;
  font-weight: 1000;
  line-height: 1;
}

.ikq-category-list a.is-active i {
  color: var(--ik-white);
}

.ikq-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 24px;
}

.ikq-faq-card {
  min-height: 134px;
  padding: 0;
  border: 2px solid #f4dfc4;
  border-radius: 16px;
  background: var(--ik-white);
  box-shadow: 0 10px 24px rgba(46, 36, 24, 0.05);
}

.ikq-faq-card summary {
  position: relative;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 22px;
  align-items: center;
  gap: 12px;
  padding: 22px 58px 6px 24px;
  color: var(--ik-ink);
  font-size: 17px;
  font-weight: 1000;
  line-height: 1.55;
  list-style: none;
  cursor: pointer;
}

.ikq-faq-card summary::-webkit-details-marker {
  display: none;
}

.ikq-faq-card summary span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: var(--ik-white);
  background: var(--ik-red);
  font-size: 18px;
  line-height: 1;
}

.ikq-faq-card summary::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 30px;
  width: 10px;
  height: 10px;
  border-right: 3px solid var(--ik-red);
  border-bottom: 3px solid var(--ik-red);
  transform: rotate(45deg);
  transition: transform 160ms ease;
}

.ikq-faq-card[open] summary::after {
  transform: rotate(225deg);
}

.ikq-faq-card p {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 14px;
  margin: 0;
  padding: 6px 26px 24px 34px;
  color: #3d424c;
  font-size: 15px;
  font-weight: 780;
  line-height: 1.85;
}

.ikq-faq-card p span {
  color: var(--ik-red);
  font-weight: 1000;
}

.ikq-note {
  margin: 30px 0 0;
  color: var(--ik-ink);
  font-size: 17px;
  font-weight: 1000;
  text-align: center;
}

.ikq-note::before,
.ikq-note::after {
  content: "＋";
  margin: 0 14px;
  color: var(--ik-orange);
}

.ikq-consult {
  padding: 34px 0 48px;
}

.ikq-consult .ik-container {
  padding: 24px 24px 28px;
  border-radius: 20px;
  background: linear-gradient(180deg, #fff7e9 0%, #fff1dd 100%);
}

.ikq-consult h2 {
  margin: 0 0 22px;
  color: var(--ik-ink);
  font-size: 30px;
  font-weight: 1000;
  line-height: 1.3;
  text-align: center;
}

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

.ikq-consult-card {
  display: grid;
  grid-template-columns: 98px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  min-height: 132px;
  padding: 18px 20px;
  border-radius: 14px;
  background: var(--ik-white);
  box-shadow: 0 12px 24px rgba(58, 42, 22, 0.07);
}

.ikq-consult-card img {
  width: 98px;
  height: 98px;
  object-fit: contain;
}

.ikq-consult-card h3 {
  margin: 0 0 8px;
  color: var(--ik-red);
  font-size: 18px;
  font-weight: 1000;
  line-height: 1.45;
}

.ikq-consult-card p {
  margin: 0;
  color: var(--ik-ink);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.65;
}

.ikq-contact-cta {
  padding: 34px 0 58px;
  background: #fffdfa;
}

.ikq-contact-cta__inner {
  display: grid;
  grid-template-columns: 136px minmax(0, 1fr) minmax(300px, 420px);
  align-items: center;
  gap: 24px;
  padding: 28px 34px;
  border: 2px solid var(--ik-red);
  border-radius: 20px;
  background: var(--ik-white);
  box-shadow: 0 16px 32px rgba(68, 42, 28, 0.08);
}

.ikq-contact-badge {
  display: grid;
  place-items: center;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  color: var(--ik-white);
  background: linear-gradient(180deg, #ff3748 0%, var(--ik-red) 100%);
  font-size: 18px;
  font-weight: 1000;
  line-height: 1.35;
  text-align: center;
}

.ikq-contact-copy h2 {
  margin: 0;
  color: var(--ik-ink);
  font-size: 27px;
  font-weight: 1000;
  line-height: 1.45;
}

.ikq-contact-copy p {
  margin: 12px 0 0;
  color: #525866;
  font-size: 17px;
  font-weight: 850;
}

.ikq-contact-action {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
}

.ikq-contact-action > span {
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: var(--ik-red-dark);
  background: var(--ik-yellow);
  font-size: 16px;
  font-weight: 1000;
  line-height: 1.25;
  text-align: center;
}

.ikq-contact-action .ik-button {
  min-height: 58px;
  width: 100%;
  padding-inline: 22px;
}

.ikq-contact-action p {
  grid-column: 2;
  margin: 0;
  color: var(--ik-ink);
  font-size: 22px;
  font-weight: 1000;
  line-height: 1.45;
}

.ikq-contact-action small {
  display: block;
  color: #69707d;
  font-size: 12px;
  font-weight: 850;
}

.ikq-footer-text {
  max-width: 280px;
  margin: 18px 0 0;
  color: #5a616d;
  font-size: 14px;
  font-weight: 780;
  line-height: 1.8;
}

@media (max-width: 1100px) {
  .ikq-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.86fr);
    gap: 34px;
  }

  .ikq-hero h1 {
    font-size: 52px;
  }

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

  .ikq-contact-cta__inner {
    grid-template-columns: 118px minmax(0, 1fr);
  }

  .ikq-contact-action {
    grid-column: 1 / -1;
    grid-template-columns: 72px minmax(0, 420px);
    justify-content: center;
  }
}

@media (max-width: 900px) {
  .ikq-hero {
    padding: 32px 0 30px;
  }

  .ikq-hero__grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .ikq-breadcrumb {
    margin-bottom: 18px;
  }

  .ikq-eyebrow {
    font-size: 22px;
  }

  .ikq-hero h1 {
    font-size: 42px;
  }

  .ikq-lead {
    font-size: 16px;
  }

  .ikq-hero__visual::before {
    inset: 18px 10px -12px 10px;
  }

  .ikq-hero__visual img {
    border-radius: 24px;
  }

  .ikq-deco {
    display: none;
  }

  .ikq-section {
    padding: 24px 0 36px;
  }

  .ikq-category-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .ikq-category-list a {
    min-height: 58px;
    font-size: 14px;
  }

  .ikq-faq-grid,
  .ikq-consult__grid {
    grid-template-columns: 1fr;
  }

  .ikq-consult .ik-container {
    padding: 22px 14px;
  }

  .ikq-contact-cta {
    padding-bottom: 42px;
  }

  .ikq-contact-cta__inner {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 24px 18px;
    text-align: center;
  }

  .ikq-contact-copy h2 {
    font-size: 22px;
  }

  .ikq-contact-action {
    grid-column: auto;
    width: 100%;
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .ikq-contact-action p {
    grid-column: 1 / -1;
  }
}

@media (max-width: 520px) {
  .ikq-hero h1 {
    font-size: 36px;
  }

  .ikq-hero__visual img {
    min-height: 210px;
  }

  .ikq-category-list {
    grid-template-columns: 1fr;
  }

  .ikq-faq-card summary {
    grid-template-columns: 34px minmax(0, 1fr);
    padding: 18px 46px 6px 18px;
    font-size: 15px;
  }

  .ikq-faq-card summary::after {
    right: 18px;
    top: 27px;
  }

  .ikq-faq-card p {
    grid-template-columns: 24px minmax(0, 1fr);
    padding: 6px 18px 20px 24px;
    font-size: 14px;
  }

  .ikq-note {
    font-size: 14px;
  }

  .ikq-note::before,
  .ikq-note::after {
    margin: 0 8px;
  }

  .ikq-consult h2 {
    font-size: 23px;
  }

  .ikq-consult-card {
    grid-template-columns: 78px minmax(0, 1fr);
    padding: 16px;
  }

  .ikq-consult-card img {
    width: 78px;
    height: 78px;
  }

  .ikq-consult-card h3 {
    font-size: 15px;
  }

  .ikq-contact-badge {
    width: 96px;
    height: 96px;
    font-size: 15px;
  }

  .ikq-contact-action {
    grid-template-columns: 1fr;
  }

  .ikq-contact-action > span {
    justify-self: center;
  }

  .ikq-contact-action p {
    font-size: 18px;
  }

  .ik-faq-subpage .ik-fixed-cta {
    right: auto;
    width: min(390px, 100vw);
    max-width: 100vw;
  }

  .ik-faq-subpage p,
  .ik-faq-subpage span,
  .ik-faq-subpage strong,
  .ik-faq-subpage h2,
  .ik-faq-subpage h3,
  .ik-faq-subpage summary,
  .ik-faq-subpage a {
    max-width: 100%;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }
}

.imakara-kids-page {
  margin: 0;
  background: var(--ik-white);
  color: var(--ik-text);
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  line-height: 1.72;
  overflow-x: hidden;
}

.imakara-kids-page * {
  box-sizing: border-box;
  letter-spacing: 0;
}

.imakara-kids-page a {
  color: inherit;
  text-decoration: none;
}

.imakara-kids-page img {
  display: block;
  max-width: 100%;
}

.ik-page {
  position: relative;
  overflow: hidden;
  background: var(--ik-white);
}

.ik-container {
  width: min(1180px, 94%);
  margin: 0 auto;
}

.ik-header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #f0f0f0;
  box-shadow: 0 8px 22px rgba(18, 22, 30, 0.04);
  backdrop-filter: blur(12px);
}

body.admin-bar .ik-header {
  top: 32px;
}

.ik-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  gap: 24px;
}

.ik-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.ik-logo-mark {
  position: relative;
  width: 52px;
  height: 43px;
  background: var(--ik-red);
  border-radius: 6px;
  clip-path: polygon(50% 0, 100% 28%, 86% 100%, 14% 100%, 0 28%);
  box-shadow: 0 6px 14px rgba(237, 28, 46, 0.24);
}

.ik-logo-mark::before,
.ik-logo-mark::after {
  content: "";
  position: absolute;
  top: 19px;
  width: 6px;
  height: 6px;
  background: var(--ik-white);
  border-radius: 50%;
}

.ik-logo-mark::before {
  left: 16px;
}

.ik-logo-mark::after {
  right: 16px;
}

.ik-logo-mark i {
  position: absolute;
  left: 18px;
  bottom: 10px;
  width: 16px;
  height: 9px;
  border: 3px solid var(--ik-white);
  border-top: 0;
  border-radius: 0 0 20px 20px;
}

.ik-logo__text {
  display: grid;
  line-height: 1.18;
}

.ik-logo__text strong {
  color: var(--ik-red);
  font-size: 29px;
  font-weight: 1000;
}

.ik-logo__text small {
  color: var(--ik-ink);
  font-size: 13px;
  font-weight: 900;
}

.ik-nav {
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--ik-ink);
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.ik-nav a:not(.ik-header__cta):hover {
  color: var(--ik-red);
}

.ik-header__cta,
.ik-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 56px;
  padding: 15px 28px;
  border: 0;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 1000;
  line-height: 1.25;
  text-align: center;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.ik-header__cta {
  min-height: 48px;
  padding: 12px 16px;
  font-size: 15px;
}

.ik-header__cta,
.ik-button--red {
  color: var(--ik-white) !important;
  background: linear-gradient(180deg, #ff3544 0%, var(--ik-red) 100%);
  box-shadow: 0 12px 24px rgba(237, 28, 46, 0.28);
}

.ik-header__cta:hover,
.ik-button--red:hover {
  background: var(--ik-red-dark);
  transform: translateY(-2px);
}

.ik-button--yellow {
  color: var(--ik-red-dark) !important;
  background: var(--ik-yellow);
  box-shadow: 0 12px 24px rgba(120, 32, 12, 0.18);
}

.ik-button span {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  line-height: 1;
}

.ik-button--yellow span {
  color: var(--ik-white);
  background: var(--ik-red);
}

.ik-header a:focus-visible,
.ik-button:focus-visible,
.ik-faq summary:focus-visible {
  outline: 3px solid rgba(52, 120, 212, 0.26);
  outline-offset: 3px;
}

.ik-hero {
  position: relative;
  padding: 58px 0 34px;
  background: linear-gradient(90deg, #ffffff 0%, #fffdf8 52%, #fff6e5 100%);
}

.ik-hero::before {
  content: "";
  position: absolute;
  left: -2px;
  top: 128px;
  width: 74px;
  height: 118px;
  background-image: radial-gradient(var(--ik-red) 3px, transparent 3px);
  background-size: 18px 18px;
  opacity: 0.42;
}

.ik-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  align-items: center;
  gap: 30px;
  min-height: 596px;
}

.ik-hero__copy {
  position: relative;
  z-index: 3;
  padding: 18px 0 26px;
}

.ik-hero__tag {
  display: inline-block;
  margin: 0 0 24px;
  padding: 12px 30px;
  background: var(--ik-red);
  color: var(--ik-white);
  clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 50%, calc(100% - 24px) 100%, 0 100%, 16px 50%);
  font-size: 22px;
  font-weight: 1000;
  line-height: 1.35;
}

.ik-hero h1 {
  margin: 0 0 10px;
  color: var(--ik-ink);
  font-size: 64px;
  font-weight: 1000;
  line-height: 1.14;
}

.ik-hero h1 span {
  color: var(--ik-red);
  font-size: 76px;
}

.ik-hero__lead {
  margin: 0 0 18px;
  color: var(--ik-ink);
  font-size: 24px;
  font-weight: 1000;
  line-height: 1.45;
}

.ik-hero__body {
  width: min(100%, 590px);
  margin: 0;
  color: #293241;
  font-size: 16px;
  font-weight: 800;
}

.ik-hero__alias {
  margin-top: 8px;
  color: #5d6572;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7;
}

.ik-hero-icons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  width: min(100%, 610px);
  margin: 30px 0 22px;
}

.ik-hero-icons div {
  display: grid;
  place-items: center;
  align-content: center;
  min-height: 130px;
  padding: 13px 10px;
  background: rgba(255, 255, 255, 0.86);
  border: 2px solid rgba(237, 28, 46, 0.5);
  border-radius: 50%;
  color: var(--ik-ink);
  text-align: center;
  box-shadow: 0 8px 18px rgba(43, 28, 20, 0.08);
}

.ik-hero-icons img {
  width: 38px;
  height: 38px;
  margin-bottom: 8px;
  object-fit: contain;
}

.ik-hero-icons strong {
  display: block;
  font-size: 13px;
  font-weight: 1000;
  line-height: 1.32;
}

.ik-hero-cta {
  display: grid;
  grid-template-columns: minmax(210px, 270px) minmax(250px, 1fr);
  align-items: stretch;
  gap: 16px;
  width: min(100%, 620px);
}

.ik-gift {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 64px;
  padding: 12px 16px;
  background: #fff8f7;
  border: 2px solid #ffd4d8;
  border-radius: 8px;
  color: var(--ik-red);
  font-size: 14px;
  font-weight: 1000;
  line-height: 1.3;
}

.ik-gift-icon {
  position: relative;
  width: 32px;
  height: 30px;
  border: 4px solid var(--ik-red);
  border-top-width: 9px;
  border-radius: 4px;
  flex: 0 0 auto;
}

.ik-gift-icon::before {
  content: "";
  position: absolute;
  left: 10px;
  top: -10px;
  width: 4px;
  height: 30px;
  background: var(--ik-red);
}

.ik-gift-icon::after {
  content: "";
  position: absolute;
  left: -8px;
  top: -18px;
  width: 36px;
  height: 14px;
  border: 4px solid var(--ik-red);
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
}

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

.ik-hero-photo {
  position: absolute;
  inset: 0 -64px 0 0;
  overflow: hidden;
  border-radius: 120px 0 0 120px;
  box-shadow: 0 18px 42px rgba(34, 30, 25, 0.1);
}

.ik-hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 48% center;
}

.ik-red-badge {
  position: absolute;
  right: -4px;
  bottom: 58px;
  display: grid;
  place-items: center;
  width: 164px;
  height: 164px;
  padding: 18px;
  background: var(--ik-red);
  border-radius: 50%;
  color: var(--ik-white);
  font-size: 18px;
  font-weight: 1000;
  line-height: 1.35;
  text-align: center;
  box-shadow: 0 14px 28px rgba(237, 28, 46, 0.28);
}

.ik-red-badge strong {
  display: inline;
  font-size: 24px;
}

.ik-deco {
  position: absolute;
  pointer-events: none;
}

.ik-deco--plus {
  right: 66px;
  bottom: 80px;
  color: var(--ik-yellow);
  font-size: 42px;
  font-weight: 1000;
}

.ik-deco--blue {
  right: 430px;
  top: 72px;
  width: 24px;
  height: 24px;
  background: #8d98e8;
  clip-path: polygon(50% 0, 100% 100%, 0 70%);
  transform: rotate(28deg);
  opacity: 0.8;
}

.ik-deco--dots {
  right: 4px;
  bottom: 26px;
  width: 84px;
  height: 84px;
  background-image: radial-gradient(#6782df 3px, transparent 3px);
  background-size: 14px 14px;
  opacity: 0.38;
}

.ik-strength {
  padding: 18px 0 28px;
  background: var(--ik-white);
}

.ik-strength__grid {
  display: grid;
  grid-template-columns: 250px repeat(3, 1fr);
  gap: 0;
  overflow: hidden;
  background: var(--ik-cream);
  border: 1px solid var(--ik-line);
  border-radius: 8px;
}

.ik-strength__title {
  display: grid;
  align-content: center;
  min-height: 146px;
  padding: 28px 34px;
  background: linear-gradient(90deg, #fff5e4 0%, #fffaf1 100%);
}

.ik-strength__title p {
  margin: 0;
  color: var(--ik-ink);
  font-size: 22px;
  font-weight: 1000;
  line-height: 1.2;
}

.ik-strength__title h2 {
  margin: 4px 0 0;
  color: var(--ik-ink);
  font-size: 36px;
  font-weight: 1000;
  line-height: 1.2;
}

.ik-strength article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 10px 16px;
  align-content: center;
  min-height: 146px;
  padding: 22px 24px;
  background: rgba(255, 255, 255, 0.74);
  border-left: 1px solid var(--ik-line);
}

.ik-strength article img {
  grid-row: span 2;
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.ik-strength article h3 {
  margin: 0;
  color: var(--ik-ink);
  font-size: 19px;
  font-weight: 1000;
  line-height: 1.3;
}

.ik-strength article p {
  margin: 0;
  color: #4d5562;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.65;
}

.ik-section {
  padding: 46px 0;
}

.ik-section-title {
  position: relative;
  width: fit-content;
  margin: 0 auto 26px;
  color: var(--ik-ink);
  font-size: 32px;
  font-weight: 1000;
  line-height: 1.2;
  text-align: center;
}

.ik-section-title::before,
.ik-section-title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 28px;
  height: 3px;
  background: var(--ik-red);
  border-radius: 999px;
}

.ik-section-title::before {
  left: -46px;
}

.ik-section-title::after {
  right: -46px;
}

.ik-section-title small {
  font-size: 17px;
  font-weight: 900;
}

.ik-about {
  background: var(--ik-white);
}

.ik-about__grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 16px;
  align-items: stretch;
}

.ik-about__text {
  display: grid;
  align-content: center;
  min-height: 136px;
  padding: 10px 18px 10px 0;
}

.ik-about__text p {
  margin: 0;
  color: #303744;
  font-size: 16px;
  font-weight: 750;
}

.ik-about-card {
  display: grid;
  place-items: center;
  align-content: center;
  min-height: 136px;
  padding: 20px;
  background: var(--ik-white);
  border: 1px solid var(--ik-line);
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(31, 24, 18, 0.05);
  text-align: center;
}

.ik-about-card img {
  width: 52px;
  height: 52px;
  margin-bottom: 10px;
  object-fit: contain;
}

.ik-about-card strong {
  color: var(--ik-ink);
  font-size: 15px;
  font-weight: 1000;
  line-height: 1.45;
}

.ik-feature {
  padding-top: 34px;
}

.ik-feature .ik-container,
.ik-flow .ik-container {
  padding: 30px;
  background: var(--ik-cream);
  border: 1px solid var(--ik-line);
  border-radius: 8px;
}

.ik-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.ik-feature-grid article {
  overflow: hidden;
  background: var(--ik-white);
  border: 1px solid #f2d7bd;
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(31, 24, 18, 0.06);
}

.ik-feature-grid img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.ik-feature-grid h3 {
  margin: 16px 18px 8px;
  color: var(--ik-red);
  font-size: 19px;
  font-weight: 1000;
  line-height: 1.3;
}

.ik-feature-grid p {
  margin: 0 18px 20px;
  color: #3e4653;
  font-size: 14px;
  font-weight: 750;
}

.ik-course {
  background: var(--ik-white);
}

.ik-course-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  align-items: stretch;
}

.ik-course-card {
  position: relative;
  overflow: hidden;
  padding: 0 24px 24px;
  background: var(--ik-white);
  border: 2px solid #ffd1d6;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 9px 20px rgba(31, 24, 18, 0.06);
}

.ik-course-card--recommend {
  border-color: var(--ik-red);
}

.ik-course-card__thumb {
  width: calc(100% + 48px);
  height: 118px;
  margin: 0 -24px 16px;
  object-fit: cover;
}

.ik-recommend {
  position: absolute;
  left: 16px;
  top: 16px;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  background: var(--ik-red);
  border-radius: 50%;
  color: var(--ik-white);
  font-size: 13px;
  font-weight: 1000;
  line-height: 1.15;
  z-index: 2;
}

.ik-course-card h3 {
  margin: 0 0 8px;
  color: var(--ik-ink);
  font-size: 22px;
  font-weight: 1000;
  line-height: 1.3;
}

.ik-course-card p {
  margin: 0 0 12px;
  color: #4a5260;
  font-size: 14px;
  font-weight: 800;
}

.ik-course-card ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
}

.ik-course-card li {
  position: relative;
  padding-left: 17px;
  color: #5b6472;
  font-size: 13px;
  font-weight: 900;
}

.ik-course-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 9px;
  height: 9px;
  background: var(--ik-red);
  border-radius: 50%;
}

.ik-course-card strong {
  display: block;
  margin: 4px 0 14px;
  color: var(--ik-ink);
  font-size: 18px;
  font-weight: 1000;
  line-height: 1.2;
}

.ik-course-card strong span {
  color: var(--ik-red);
  font-size: 34px;
}

.ik-course-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  min-height: 34px;
  padding: 8px 20px;
  background: var(--ik-red);
  border-radius: 999px;
  color: var(--ik-white);
  font-size: 14px;
  font-weight: 1000;
}

.ik-course-note {
  margin: 14px 0 0;
  color: #5f6671;
  font-size: 13px;
  font-weight: 750;
  text-align: center;
}

.ik-flow {
  padding-top: 12px;
}

.ik-flow-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.ik-flow-grid article {
  position: relative;
  overflow: hidden;
  padding: 26px 16px 18px;
  background: var(--ik-white);
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(31, 24, 18, 0.06);
  text-align: center;
}

.ik-flow-grid article:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -18px;
  top: 50%;
  width: 34px;
  height: 34px;
  border-top: 4px solid var(--ik-red);
  border-right: 4px solid var(--ik-red);
  transform: translateY(-50%) rotate(45deg);
  z-index: 2;
}

.ik-flow-grid article > span {
  position: absolute;
  left: 12px;
  top: 12px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  background: var(--ik-red);
  border-radius: 50%;
  color: var(--ik-white);
  font-size: 18px;
  font-weight: 1000;
}

.ik-flow-grid h3 {
  margin: 0 0 12px;
  color: var(--ik-ink);
  font-size: 17px;
  font-weight: 1000;
  line-height: 1.3;
}

.ik-flow-grid img {
  width: 100%;
  height: 92px;
  object-fit: cover;
  border-radius: 6px;
}

.ik-flow-grid p {
  margin: 12px 0 0;
  color: #4d5563;
  font-size: 13px;
  font-weight: 750;
}

.ik-voice {
  background: var(--ik-white);
}

.ik-voice-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.ik-voice-grid article {
  position: relative;
  min-height: 178px;
  padding: 22px 22px 20px 86px;
  background: var(--ik-white);
  border: 1px solid #f0d7c3;
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(31, 24, 18, 0.06);
}

.ik-voice-grid article > span {
  position: absolute;
  left: 22px;
  top: 24px;
  width: 48px;
  height: 48px;
  background:
    radial-gradient(circle at 50% 38%, #ffe2bd 0 14px, transparent 15px),
    linear-gradient(#f8f9fb, #fff);
  border: 2px solid #e9b99b;
  border-radius: 50%;
}

.ik-voice-grid article > span::before,
.ik-voice-grid article > span::after {
  content: "";
  position: absolute;
  top: 24px;
  width: 5px;
  height: 5px;
  background: var(--ik-ink);
  border-radius: 50%;
}

.ik-voice-grid article > span::before {
  left: 17px;
}

.ik-voice-grid article > span::after {
  right: 17px;
}

.ik-voice-grid h3 {
  margin: 0 0 8px;
  color: var(--ik-ink);
  font-size: 17px;
  font-weight: 1000;
  line-height: 1.35;
}

.ik-voice-grid p {
  margin: 0;
  color: #4e5664;
  font-size: 14px;
  font-weight: 750;
}

.ik-voice-grid small {
  display: block;
  margin-top: 10px;
  color: #7b4c31;
  font-size: 13px;
  font-weight: 900;
}

.ik-voice-grid article::after {
  content: "★★★★★";
  display: block;
  margin-top: 8px;
  color: var(--ik-orange);
  font-size: 15px;
  font-weight: 1000;
}

.ik-faq {
  padding-top: 18px;
  background: var(--ik-white);
}

.ik-faq-list {
  display: grid;
  gap: 12px;
  width: min(900px, 100%);
  margin: 0 auto;
}

.ik-faq details {
  background: #fffdf9;
  border: 1px solid #f0d7c3;
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(31, 24, 18, 0.04);
}

.ik-faq summary {
  cursor: pointer;
  padding: 17px 48px 17px 20px;
  color: var(--ik-ink);
  font-size: 16px;
  font-weight: 1000;
}

.ik-faq details p {
  margin: 0;
  padding: 0 20px 18px;
  color: #525a66;
  font-size: 15px;
  font-weight: 750;
}

.ik-bottom-cta {
  padding: 26px 0;
  background: var(--ik-red);
  color: var(--ik-white);
}

.ik-bottom-cta__grid {
  display: grid;
  grid-template-columns: 118px 1fr auto;
  align-items: center;
  gap: 24px;
}

.ik-cta-badge {
  display: grid;
  place-items: center;
  width: 106px;
  height: 106px;
  background: var(--ik-white);
  border-radius: 50%;
  color: var(--ik-red);
  font-size: 17px;
  font-weight: 1000;
  line-height: 1.25;
  text-align: center;
}

.ik-bottom-cta h2 {
  margin: 0 0 6px;
  font-size: 27px;
  font-weight: 1000;
  line-height: 1.35;
}

.ik-bottom-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  font-weight: 850;
}

.ik-footer-points {
  padding: 18px 0 22px;
  background: var(--ik-white);
  border-top: 1px solid #f4e0cc;
}

.ik-footer-points .ik-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 22px 48px;
}

.ik-footer-points div {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #4a5260;
  font-size: 17px;
  font-weight: 900;
}

.ik-footer-points span {
  display: inline-grid;
  place-items: center;
  min-width: 44px;
  height: 28px;
  padding: 0 8px;
  border: 2px solid #ffced4;
  border-radius: 999px;
  color: var(--ik-red);
  font-size: 12px;
  font-weight: 1000;
}

.ik-fixed-cta {
  display: none;
}

.ik-nav a.is-current {
  position: relative;
  color: var(--ik-red);
}

.ik-nav a.is-current::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -13px;
  height: 3px;
  background: var(--ik-red);
  border-radius: 999px;
}

.ik-about-subpage {
  background:
    linear-gradient(180deg, #ffffff 0%, #fffdf9 32%, #ffffff 100%);
}

.ik-about-subpage,
.ik-about-subpage * {
  overflow-wrap: anywhere;
}

.ika-sp-br {
  display: none;
}

.ika-hero {
  position: relative;
  padding: 58px 0 36px;
  background: linear-gradient(90deg, #ffffff 0%, #fffdf8 54%, #fff8e8 100%);
}

.ika-hero::before,
.ika-hero::after {
  content: "";
  position: absolute;
  width: 72px;
  height: 116px;
  background-image: radial-gradient(var(--ik-red) 3px, transparent 3px);
  background-size: 18px 18px;
  opacity: 0.36;
  pointer-events: none;
}

.ika-hero::before {
  left: -44px;
  top: 176px;
}

.ika-hero::after {
  right: 78px;
  bottom: 36px;
  background-image: radial-gradient(var(--ik-orange) 3px, transparent 3px);
}

.ika-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: 36px;
  min-height: 540px;
}

.ika-hero__copy {
  position: relative;
  z-index: 3;
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
}

.ika-kicker {
  margin: 0 0 12px;
  color: var(--ik-ink);
  font-size: 25px;
  font-weight: 1000;
  line-height: 1.35;
}

.ika-hero h1 {
  margin: 0 0 18px;
  color: var(--ik-ink);
  font-size: 50px;
  font-weight: 1000;
  line-height: 1.18;
  white-space: nowrap;
}

.ika-hero h1 span {
  color: var(--ik-red);
  font-size: 60px;
}

.ika-lead,
.ika-body {
  width: min(100%, 580px);
  margin: 0;
  color: #293241;
  font-size: 16px;
  font-weight: 800;
}

.ika-body {
  margin-top: 8px;
}

.ika-hero-points {
  grid-column: 1;
  grid-row: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  width: min(100%, 560px);
  margin-top: 34px;
}

.ika-hero-points div {
  display: grid;
  place-items: center;
  align-content: center;
  min-height: 138px;
  padding: 16px 12px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid #f4d5be;
  border-radius: 50%;
  color: var(--ik-ink);
  text-align: center;
  box-shadow: 0 9px 20px rgba(31, 24, 18, 0.06);
}

.ika-hero-points img {
  width: 42px;
  height: 42px;
  margin-bottom: 10px;
  object-fit: contain;
}

.ika-hero-points strong {
  display: block;
  font-size: 14px;
  font-weight: 1000;
  line-height: 1.35;
}

.ika-hero__visual {
  position: relative;
  grid-column: 2;
  grid-row: 1 / span 2;
  min-width: 0;
  min-height: 508px;
}

.ika-hero-photo {
  position: absolute;
  inset: 0 -42px 0 0;
  overflow: hidden;
  border-radius: 130px 0 0 130px;
  box-shadow: 0 18px 42px rgba(34, 30, 25, 0.1);
}

.ika-hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ika-red-badge {
  position: absolute;
  right: 0;
  bottom: 28px;
  display: grid;
  place-items: center;
  width: 150px;
  height: 150px;
  padding: 16px;
  background: var(--ik-red);
  border-radius: 50%;
  color: var(--ik-white);
  font-size: 16px;
  font-weight: 1000;
  line-height: 1.35;
  text-align: center;
  box-shadow: 0 14px 28px rgba(237, 28, 46, 0.28);
}

.ika-red-badge,
.ika-red-badge * {
  color: var(--ik-white) !important;
}

.ika-red-badge strong {
  font-size: 22px;
}

.ika-red-badge span {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  margin-top: 4px;
  background: var(--ik-white);
  border-radius: 50%;
  color: var(--ik-red);
  line-height: 1;
}

.ika-section {
  padding: 42px 0;
}

.ika-title {
  position: relative;
  width: fit-content;
  margin: 0 auto 26px;
  color: var(--ik-ink);
  font-size: 31px;
  font-weight: 1000;
  line-height: 1.25;
  text-align: center;
}

.ika-title::before,
.ika-title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 34px;
  height: 2px;
  background: var(--ik-red);
  border-radius: 999px;
}

.ika-title::before {
  left: -56px;
}

.ika-title::after {
  right: -56px;
}

.ika-soft-panel {
  padding: 30px;
  background: rgba(255, 248, 233, 0.82);
  border: 1px solid #f0d7c3;
  border-radius: 8px;
}

.ika-card-grid {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.ika-card-grid--four {
  grid-template-columns: repeat(4, 1fr);
}

.ika-icon-card,
.ika-photo-card,
.ika-skill-card {
  min-width: 0;
  background: var(--ik-white);
  border: 1px solid #f0d7c3;
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(31, 24, 18, 0.05);
}

.ika-icon-card {
  display: grid;
  justify-items: center;
  align-content: start;
  min-height: 206px;
  padding: 28px 22px 24px;
  text-align: center;
}

.ika-icon-card img {
  width: 56px;
  height: 56px;
  margin-bottom: 16px;
  object-fit: contain;
}

.ika-icon-card h3,
.ika-photo-card h3,
.ika-skill-card h3 {
  margin: 0 0 10px;
  color: var(--ik-ink);
  font-size: 18px;
  font-weight: 1000;
  line-height: 1.35;
}

.ika-icon-card p,
.ika-photo-card p,
.ika-skill-card p {
  margin: 0;
  color: #4d5563;
  font-size: 14px;
  font-weight: 750;
}

.ika-values__grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 28px;
  align-items: center;
}

.ika-check-panel {
  padding: 30px 34px;
  background: var(--ik-white);
  border: 2px solid #ffb8be;
  border-radius: 8px;
}

.ika-check-panel h2 {
  margin: 0 0 22px;
  color: var(--ik-ink);
  font-size: 26px;
  font-weight: 1000;
  line-height: 1.3;
  text-align: center;
}

.ika-check-panel ul {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ika-check-panel li {
  position: relative;
  padding-left: 38px;
}

.ika-check-panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 22px;
  height: 22px;
  background: var(--ik-red);
  border-radius: 50%;
}

.ika-check-panel li::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 9px;
  width: 8px;
  height: 5px;
  border-left: 3px solid var(--ik-white);
  border-bottom: 3px solid var(--ik-white);
  transform: rotate(-45deg);
}

.ika-check-panel strong,
.ika-check-panel span {
  display: block;
}

.ika-check-panel strong {
  color: var(--ik-ink);
  font-size: 17px;
  font-weight: 1000;
  line-height: 1.35;
}

.ika-check-panel span {
  color: #4c5664;
  font-size: 14px;
  font-weight: 750;
}

.ika-talk-photo {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--ik-shadow);
}

.ika-talk-photo img {
  width: 100%;
  height: 356px;
  object-fit: cover;
}

.ika-photo-card {
  overflow: hidden;
  padding-bottom: 18px;
}

.ika-photo-card img {
  width: calc(100% - 24px);
  height: 150px;
  margin: 12px;
  border-radius: 6px;
  object-fit: cover;
}

.ika-photo-card h3 {
  position: relative;
  margin: 0 16px 8px 38px;
  color: var(--ik-ink);
  font-size: 17px;
}

.ika-photo-card h3::before {
  content: "";
  position: absolute;
  left: -24px;
  top: 5px;
  width: 16px;
  height: 16px;
  background: var(--ik-red);
  border-radius: 50%;
}

.ika-photo-card h3::after {
  content: "";
  position: absolute;
  left: -19px;
  top: 9px;
  width: 6px;
  height: 4px;
  border-left: 2px solid var(--ik-white);
  border-bottom: 2px solid var(--ik-white);
  transform: rotate(-45deg);
}

.ika-photo-card p {
  margin: 0 16px;
}

.ika-skills {
  padding-top: 28px;
}

.ika-skill-card {
  padding: 24px 20px 22px;
  text-align: center;
}

.ika-skill-card img {
  width: 64px;
  height: 64px;
  margin: 0 auto 14px;
  object-fit: contain;
}

.ika-skill-card div {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.ika-skill-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 4px 12px;
  border: 2px solid #ffccd1;
  border-radius: 999px;
  color: var(--ik-red);
  font-size: 13px;
  font-weight: 1000;
}

.ika-cta {
  margin-top: 22px;
  padding: 22px 0;
  background: var(--ik-red);
  color: var(--ik-white);
}

.ika-cta__grid {
  display: grid;
  grid-template-columns: 210px 1fr auto;
  align-items: center;
  gap: 28px;
}

.ika-cta img {
  width: 210px;
  height: 126px;
  border: 4px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  object-fit: cover;
  object-position: center;
}

.ika-cta h2 {
  margin: 0 0 6px;
  font-size: 26px;
  font-weight: 1000;
  line-height: 1.35;
}

.ika-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
  font-weight: 850;
}

.ika-support {
  padding: 24px 0;
  background: var(--ik-white);
  border-bottom: 1px solid #f0d7c3;
}

.ika-support .ik-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.ika-support div {
  min-height: 88px;
  padding: 10px 22px;
  border-left: 1px solid #f0d7c3;
}

.ika-support div:last-child {
  border-right: 1px solid #f0d7c3;
}

.ika-support strong,
.ika-support span {
  display: block;
}

.ika-support strong {
  color: var(--ik-ink);
  font-size: 16px;
  font-weight: 1000;
}

.ika-support span {
  color: #5b6470;
  font-size: 13px;
  font-weight: 750;
}

.ika-footer {
  padding: 34px 0 28px;
  background: #fffdf9;
}

.ika-footer__grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(4, 1fr);
  gap: 28px;
  padding-bottom: 30px;
  border-bottom: 1px solid #f0d7c3;
}

.ika-footer-brand p {
  margin: 18px 0 0;
  color: #5b6470;
  font-size: 14px;
  font-weight: 750;
}

.ika-footer h3 {
  margin: 0 0 12px;
  color: var(--ik-ink);
  font-size: 15px;
  font-weight: 1000;
}

.ika-footer a {
  display: block;
  margin-top: 8px;
  color: #5a6370;
  font-size: 13px;
  font-weight: 800;
}

.ika-footer__bottom {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-top: 20px;
  color: #697180;
  font-size: 13px;
  font-weight: 800;
}

.ika-footer__bottom a {
  margin-left: auto;
  padding: 12px 28px;
  background: var(--ik-red);
  border-radius: 999px;
  color: var(--ik-white);
  font-size: 15px;
  font-weight: 1000;
}

.ik-learning-subpage {
  background:
    radial-gradient(circle at 3% 18%, rgba(237, 28, 46, 0.08) 0 2px, transparent 3px) 0 0 / 18px 18px,
    linear-gradient(180deg, var(--ik-white) 0%, #fffdf8 62%, var(--ik-white) 100%);
}

.ikl-hero {
  position: relative;
  padding: 56px 0 28px;
  background:
    radial-gradient(circle at 76% 18%, rgba(246, 165, 26, 0.14), transparent 180px),
    linear-gradient(90deg, #ffffff 0%, #fffdf8 54%, #fff6e5 100%);
}

.ikl-hero::before,
.ikl-hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  opacity: 0.55;
}

.ikl-hero::before {
  left: 36px;
  top: 120px;
  width: 52px;
  height: 96px;
  background-image: radial-gradient(var(--ik-red) 2px, transparent 2px);
  background-size: 13px 13px;
}

.ikl-hero::after {
  right: 70px;
  bottom: 36px;
  width: 48px;
  height: 48px;
  border: 14px solid rgba(255, 215, 74, 0.72);
  clip-path: polygon(50% 0, 62% 36%, 100% 50%, 62% 64%, 50% 100%, 38% 64%, 0 50%, 38% 36%);
}

.ikl-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.94fr 1.06fr;
  align-items: center;
  gap: 42px;
  min-height: 560px;
}

.ikl-hero__copy {
  max-width: 600px;
}

.ikl-pill {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  margin: 0 0 24px;
  padding: 8px 24px;
  border: 2px solid var(--ik-red);
  border-radius: 999px;
  color: var(--ik-red);
  background: var(--ik-white);
  font-size: 18px;
  font-weight: 1000;
  line-height: 1.25;
}

.ikl-hero h1 {
  margin: 0 0 18px;
  color: var(--ik-ink);
  font-size: 60px;
  font-weight: 1000;
  line-height: 1.16;
}

.ikl-hero h1 span {
  color: var(--ik-red);
}

.ikl-lead {
  margin: 0 0 14px;
  color: var(--ik-ink);
  font-size: 23px;
  font-weight: 1000;
  line-height: 1.5;
}

.ikl-body {
  margin: 0 0 28px;
  color: #343a45;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.9;
}

.ikl-hero__visual {
  position: relative;
  min-height: 490px;
}

.ikl-hero-photo {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 0 0 0 110px;
  box-shadow: var(--ik-shadow);
}

.ikl-hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ikl-gift-badge {
  position: absolute;
  right: -14px;
  top: 52%;
  display: grid;
  place-items: center;
  width: 184px;
  height: 184px;
  padding: 28px 22px;
  border: 3px solid var(--ik-red);
  border-radius: 50%;
  background: var(--ik-white);
  color: var(--ik-red);
  box-shadow: 0 16px 28px rgba(237, 28, 46, 0.17);
  font-size: 15px;
  font-weight: 1000;
  line-height: 1.45;
  text-align: center;
  transform: translateY(-50%);
}

.ikl-gift-badge img {
  width: 42px;
  height: 42px;
  margin-bottom: 2px;
}

.ikl-gift-badge strong {
  display: block;
  color: var(--ik-ink);
  font-size: 16px;
}

.ikl-section {
  padding: 34px 0;
}

.ikl-title {
  position: relative;
  width: fit-content;
  margin: 0 auto 24px;
  color: var(--ik-ink);
  font-size: 30px;
  font-weight: 1000;
  line-height: 1.35;
  text-align: center;
}

.ikl-title span {
  color: var(--ik-red);
}

.ikl-title::before,
.ikl-title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 42px;
  height: 2px;
  background: #f0d7c3;
}

.ikl-title::before {
  right: calc(100% + 18px);
}

.ikl-title::after {
  left: calc(100% + 18px);
}

.ikl-soft-panel,
.ikl-line-panel {
  padding: 26px;
  border: 1px solid var(--ik-line);
  border-radius: 8px;
  background: rgba(255, 248, 235, 0.78);
}

.ikl-line-panel {
  background: var(--ik-white);
}

.ikl-five-grid,
.ikl-flow-grid,
.ikl-card-grid {
  display: grid;
  gap: 16px;
}

.ikl-five-grid,
.ikl-flow-grid {
  grid-template-columns: repeat(5, 1fr);
}

.ikl-card-grid--four {
  grid-template-columns: repeat(4, 1fr);
}

.ikl-learn-card,
.ikl-photo-card,
.ikl-support-card {
  position: relative;
  overflow: hidden;
  min-width: 0;
  padding: 18px;
  border: 1px solid #f0d7c3;
  border-radius: 8px;
  background: var(--ik-white);
  box-shadow: 0 10px 22px rgba(31, 24, 18, 0.06);
}

.ikl-learn-card > span {
  position: absolute;
  left: 18px;
  top: 16px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--ik-red);
  color: var(--ik-white);
  font-size: 20px;
  font-weight: 1000;
  line-height: 1;
  z-index: 2;
}

.ikl-learn-card img {
  width: 100%;
  height: 126px;
  border-radius: 8px;
  object-fit: cover;
  object-position: center;
}

.ikl-learn-card h3,
.ikl-photo-card h3,
.ikl-support-card h3,
.ikl-flow-grid h3 {
  margin: 14px 0 8px;
  color: var(--ik-red);
  font-size: 19px;
  font-weight: 1000;
  line-height: 1.35;
  text-align: center;
}

.ikl-learn-card p,
.ikl-photo-card p,
.ikl-support-card p,
.ikl-flow-grid p {
  margin: 0;
  color: #343a45;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.75;
}

.ikl-flow-grid article {
  position: relative;
  min-width: 0;
  padding: 12px 12px 16px;
  text-align: center;
}

.ikl-flow-grid article:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -12px;
  top: 50%;
  width: 12px;
  height: 18px;
  background: var(--ik-red);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  transform: translateY(-20%);
}

.ikl-flow-icon {
  width: 34px;
  height: 34px;
  margin: 0 auto 8px;
}

.ikl-flow-photo,
.ikl-photo-card > img,
.ikl-support-card > img:not(.ikl-support-icon) {
  width: 100%;
  height: 128px;
  border-radius: 8px;
  object-fit: cover;
  object-position: center;
}

.ikl-material .ikl-photo-card {
  padding: 16px;
}

.ikl-private {
  background: linear-gradient(180deg, var(--ik-white) 0%, #fff9ee 100%);
}

.ikl-support-card {
  padding-top: 54px;
}

.ikl-support-icon {
  position: absolute;
  left: 18px;
  top: 16px;
  width: 30px;
  height: 30px;
}

.ikl-support-card h3 {
  text-align: left;
}

.ikl-compare {
  padding-bottom: 44px;
}

.ikl-compare__grid {
  display: grid;
  grid-template-columns: 1fr 260px;
  gap: 26px;
  align-items: end;
}

.ikl-table-wrap {
  overflow-x: auto;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: var(--ik-white);
  box-shadow: 0 10px 22px rgba(31, 24, 18, 0.06);
}

.ikl-compare-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.55;
  text-align: center;
}

.ikl-compare-table th,
.ikl-compare-table td {
  padding: 13px 14px;
  border: 1px solid #e5e0d8;
}

.ikl-compare-table thead th {
  color: var(--ik-white);
  background: #9b9b9b;
  font-size: 15px;
  font-weight: 1000;
}

.ikl-compare-table thead th:last-child {
  background: var(--ik-red);
}

.ikl-compare-table tbody th {
  width: 150px;
  color: var(--ik-red);
  background: #fff6e7;
  font-weight: 1000;
}

.ikl-compare-table td:last-child {
  color: var(--ik-red-dark);
  font-weight: 1000;
}

.ikl-compare-visual {
  position: relative;
  min-height: 300px;
}

.ikl-compare-visual img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 240px;
  height: 300px;
  object-fit: cover;
  object-position: 62% center;
  border-radius: 8px;
}

.ikl-speech {
  position: absolute;
  right: 158px;
  top: 6px;
  z-index: 2;
  width: 142px;
  min-height: 104px;
  display: grid;
  place-items: center;
  padding: 16px 12px;
  border: 2px solid var(--ik-red);
  border-radius: 50%;
  background: var(--ik-white);
  color: var(--ik-ink);
  font-size: 15px;
  font-weight: 1000;
  line-height: 1.45;
  text-align: center;
}

.ikl-speech::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 3px;
  width: 22px;
  height: 22px;
  border-right: 2px solid var(--ik-red);
  border-bottom: 2px solid var(--ik-red);
  background: var(--ik-white);
  transform: rotate(35deg);
}

.ikl-bottom-cta {
  padding: 22px 0;
  color: var(--ik-white);
  background:
    radial-gradient(circle at 12% 30%, rgba(255, 255, 255, 0.15) 0 2px, transparent 3px) 0 0 / 18px 18px,
    linear-gradient(90deg, var(--ik-red) 0%, #ff2f3e 100%);
}

.ikl-bottom-cta__grid {
  display: grid;
  grid-template-columns: 112px 1fr auto;
  align-items: center;
  gap: 28px;
}

.ikl-cta-badge {
  display: grid;
  place-items: center;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background: var(--ik-white);
  color: var(--ik-red);
  font-size: 18px;
  font-weight: 1000;
  line-height: 1.25;
  text-align: center;
}

.ikl-bottom-cta h2 {
  margin: 0 0 6px;
  font-size: 25px;
  font-weight: 1000;
  line-height: 1.35;
}

.ikl-bottom-cta p {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 850;
}

.ikl-bottom-cta ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 14px;
  font-weight: 1000;
}

.ikl-bottom-cta li::before {
  content: "✓";
  margin-right: 6px;
  color: var(--ik-yellow);
}

.ikl-footer-points {
  padding: 20px 0;
  background: var(--ik-white);
}

.ikl-footer-points .ik-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  text-align: center;
}

.ikl-footer-points div {
  color: var(--ik-ink);
  font-size: 17px;
  font-weight: 900;
}

.ikl-footer-points span {
  display: inline-grid;
  place-items: center;
  min-width: 54px;
  min-height: 32px;
  margin-right: 10px;
  border: 1px solid #f0d7c3;
  border-radius: 999px;
  color: var(--ik-red);
  background: #fff8ed;
  font-size: 13px;
}

/* Course and pricing subpage */
.ik-course-subpage {
  background: linear-gradient(180deg, #ffffff 0%, #fffaf2 42%, #ffffff 100%);
}

.ikc-hero {
  position: relative;
  padding: 28px 0 44px;
  background:
    radial-gradient(circle at 91% 22%, rgba(255, 215, 74, 0.34), transparent 18%),
    linear-gradient(90deg, #ffffff 0%, #ffffff 47%, #fff4df 100%);
}

.ikc-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  align-items: center;
  gap: 38px;
  min-height: 320px;
}

.ikc-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
  color: #7a808b;
  font-size: 13px;
  font-weight: 800;
}

.ikc-breadcrumb a::after {
  content: ">";
  margin-left: 10px;
  color: #c8b7a1;
}

.ikc-kicker {
  margin: 0 0 12px;
  color: var(--ik-red);
  font-size: 28px;
  font-weight: 1000;
  line-height: 1.3;
}

.ikc-hero h1 {
  margin: 0 0 20px;
  color: var(--ik-ink);
  font-size: clamp(42px, 5.4vw, 66px);
  font-weight: 1000;
  line-height: 1.12;
  word-break: keep-all;
}

.ikc-hero h1 span {
  color: var(--ik-red);
  font-size: 1.12em;
}

.ikc-lead {
  max-width: 620px;
  margin: 0;
  color: #262b35;
  font-size: 18px;
  font-weight: 900;
}

.ikc-hero__visual {
  position: relative;
  min-height: 320px;
  border-radius: 0 0 0 78px;
  overflow: hidden;
  box-shadow: 0 18px 34px rgba(70, 45, 18, 0.11);
}

.ikc-hero__visual img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.ikc-deco {
  position: absolute;
  pointer-events: none;
}

.ikc-deco--dots {
  left: 52%;
  top: 96px;
  width: 82px;
  height: 58px;
  background-image: radial-gradient(#74a7f3 2px, transparent 2px);
  background-size: 12px 12px;
  opacity: 0.7;
}

.ikc-deco--chip {
  right: 42px;
  top: 86px;
  width: 20px;
  height: 20px;
  background: var(--ik-yellow);
  transform: rotate(14deg);
}

.ikc-section {
  padding: 34px 0;
}

.ikc-heading-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.ikc-heading-row h2,
.ikc-title {
  margin: 0;
  color: var(--ik-ink);
  font-size: 32px;
  font-weight: 1000;
  line-height: 1.35;
  text-align: center;
}

.ikc-heading-row h2 {
  position: relative;
  padding-left: 44px;
  text-align: left;
}

.ikc-heading-row h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 32px;
  height: 28px;
  background: var(--ik-orange);
  clip-path: polygon(0 100%, 100% 100%, 88% 38%, 66% 62%, 50% 8%, 34% 62%, 12% 38%);
}

.ikc-heading-row p,
.ikc-small-note {
  margin: 0;
  color: var(--ik-muted);
  font-size: 13px;
  font-weight: 800;
}

.ikc-course-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.ikc-course-card {
  display: grid;
  gap: 16px;
  min-width: 0;
  padding: 22px 18px;
  border: 2px solid #f0d8bd;
  border-radius: 10px;
  background: var(--ik-white);
  box-shadow: 0 13px 28px rgba(34, 24, 18, 0.06);
}

.ikc-course-card--red {
  border-color: #ff5b66;
}

.ikc-course-card--orange {
  border-color: #f7a830;
}

.ikc-course-card--blue {
  border-color: #5b91dd;
}

.ikc-course-card--green {
  border-color: #6fc15a;
}

.ikc-course-card__head {
  display: grid;
  justify-items: center;
  gap: 8px;
  text-align: center;
}

.ikc-course-card__head img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.ikc-course-card h3 {
  margin: 0;
  color: var(--ik-ink);
  font-size: 22px;
  font-weight: 1000;
  line-height: 1.35;
}

.ikc-course-card p {
  margin: 0;
  color: #343a45;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}

.ikc-course-card table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 6px;
  font-size: 14px;
  table-layout: fixed;
}

.ikc-course-card th,
.ikc-course-card td {
  padding: 10px 8px;
  border: 1px solid #efd8c4;
  background: #fffaf4;
  color: var(--ik-ink);
  font-weight: 900;
  text-align: center;
  vertical-align: middle;
}

.ikc-course-card th {
  width: 46%;
  color: #5a4a3f;
  background: #fff4e6;
}

.ikc-course-card strong {
  color: var(--ik-red);
  font-size: 32px;
  font-weight: 1000;
  line-height: 1;
}

.ikc-course-card--orange strong,
.ikc-course-card--orange h3 {
  color: #e58200;
}

.ikc-course-card--blue strong,
.ikc-course-card--blue h3 {
  color: var(--ik-blue);
}

.ikc-course-card--green strong,
.ikc-course-card--green h3 {
  color: #219653;
}

.ikc-course-card .ikc-note {
  color: #5c6470;
  font-size: 13px;
}

.ikc-table-wrap {
  width: 100%;
  margin-top: 18px;
  overflow-x: auto;
  border: 1px solid #1f2937;
  border-radius: 9px;
  background: var(--ik-white);
  box-shadow: 0 12px 24px rgba(34, 24, 18, 0.05);
}

.ikc-recommend-table {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 14px;
}

.ikc-recommend-table th,
.ikc-recommend-table td {
  padding: 15px 12px;
  border: 1px solid #7d7d7d;
  color: var(--ik-ink);
  font-weight: 850;
  line-height: 1.55;
  text-align: center;
  vertical-align: middle;
}

.ikc-recommend-table thead th {
  background: #fff7ef;
  font-size: 15px;
  font-weight: 1000;
}

.ikc-recommend-table thead th:nth-child(2) {
  color: var(--ik-red);
  background: #fff0f2;
}

.ikc-recommend-table thead th:nth-child(3) {
  color: #e58200;
}

.ikc-recommend-table thead th:nth-child(4) {
  color: var(--ik-blue);
  background: #eef6ff;
}

.ikc-recommend-table thead th:nth-child(5) {
  color: #219653;
  background: #f0fff4;
}

.ikc-recommend-table tbody th {
  width: 112px;
  background: #fffdf8;
  font-size: 16px;
  font-weight: 1000;
}

.ikc-recommend .ikc-small-note {
  margin-top: 10px;
  text-align: center;
}

.ikc-fees__grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 28px;
}

.ikc-fee-panel {
  padding: 26px;
  border: 2px solid #ffced4;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.86);
}

.ikc-fee-panel h2 {
  margin: 0 0 22px;
  padding-bottom: 13px;
  border-bottom: 2px solid #ffd3d8;
  color: var(--ik-ink);
  font-size: 28px;
  font-weight: 1000;
  text-align: center;
}

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

.ikc-included-grid div {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 10px;
  min-width: 0;
  color: var(--ik-ink);
  font-size: 13px;
  font-weight: 950;
  line-height: 1.35;
  text-align: center;
}

.ikc-included-grid img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.ikc-extra-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.ikc-extra-grid div {
  display: grid;
  place-items: center;
  min-height: 118px;
  padding: 14px;
  border-radius: 10px;
  background: #fff7ed;
  color: var(--ik-ink);
  text-align: center;
}

.ikc-extra-grid span {
  font-weight: 1000;
}

.ikc-extra-grid strong {
  color: var(--ik-red);
  font-size: 22px;
  font-weight: 1000;
}

.ikc-extra-grid small {
  color: var(--ik-muted);
  font-weight: 850;
}

.ikc-fee-panel > p {
  margin: 18px 0 0;
  color: var(--ik-muted);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.ikc-trial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  margin-top: 24px;
}

.ikc-trial-grid article {
  position: relative;
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: 22px;
  border: 2px solid #ff5b66;
  border-radius: 10px;
  background: var(--ik-white);
}

.ikc-trial-grid article:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  width: 18px;
  height: 18px;
  border-top: 3px solid var(--ik-red);
  border-right: 3px solid var(--ik-red);
  transform: translateY(-50%) rotate(45deg);
}

.ikc-trial-grid span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: var(--ik-white);
  background: var(--ik-red);
  font-size: 20px;
  font-weight: 1000;
}

.ikc-trial-grid h3 {
  margin: 0;
  color: var(--ik-ink);
  font-size: 21px;
  font-weight: 1000;
  line-height: 1.35;
}

.ikc-trial-grid p {
  margin: 0;
  color: #505866;
  font-size: 14px;
  font-weight: 800;
}

.ikc-trial-grid img {
  width: 100%;
  height: 148px;
  border-radius: 6px;
  object-fit: cover;
}

.ikc-faq-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.ikc-faq details {
  min-width: 0;
  padding: 17px 18px;
  border: 2px solid #ffced4;
  border-radius: 10px;
  background: var(--ik-white);
}

.ikc-faq summary {
  cursor: pointer;
  color: var(--ik-ink);
  font-size: 15px;
  font-weight: 1000;
  line-height: 1.45;
}

.ikc-faq p {
  margin: 10px 0 0;
  color: #5c6470;
  font-size: 13px;
  font-weight: 800;
}

.ikc-faq .ikc-small-note {
  margin-top: 14px;
  text-align: center;
}

.ikc-cta {
  margin-top: 18px;
  padding: 24px 0;
  color: var(--ik-white);
  background:
    linear-gradient(90deg, rgba(197, 12, 28, 0.94), rgba(237, 28, 46, 0.98)),
    radial-gradient(circle at 12% 16%, rgba(255, 255, 255, 0.16) 0 2px, transparent 3px);
}

.ikc-cta__grid {
  display: grid;
  grid-template-columns: 122px minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
}

.ikc-cta-badge {
  display: grid;
  place-items: center;
  width: 106px;
  height: 106px;
  border-radius: 50%;
  color: var(--ik-red);
  background: var(--ik-white);
  font-size: 20px;
  font-weight: 1000;
  line-height: 1.25;
  text-align: center;
}

.ikc-cta h2 {
  margin: 0 0 4px;
  font-size: 30px;
  font-weight: 1000;
  line-height: 1.35;
}

.ikc-cta p {
  margin: 0;
  font-size: 17px;
  font-weight: 900;
}

.ikc-footer {
  padding: 38px 0 26px;
  background: var(--ik-white);
}

.ikc-footer__grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 26px;
  align-items: center;
  padding-bottom: 26px;
  border-bottom: 1px solid #ead8c5;
}

.ikc-footer-brand p,
.ikc-phone span,
.ikc-phone small {
  margin: 6px 0 0;
  color: #69717f;
  font-size: 13px;
  font-weight: 800;
}

.ikc-phone {
  text-align: center;
}

.ikc-phone strong {
  display: block;
  color: var(--ik-ink);
  font-size: 28px;
  font-weight: 1000;
  line-height: 1.25;
}

.ikc-footer-nav {
  display: flex;
  justify-content: flex-end;
  gap: 14px;
}

.ikc-footer-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 9px 15px;
  border: 1px solid #efd8c4;
  border-radius: 999px;
  color: var(--ik-ink);
  background: #fffaf4;
  font-size: 13px;
  font-weight: 950;
}

.ikc-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  padding-top: 18px;
  color: #777f8b;
  font-size: 12px;
  font-weight: 800;
}

.ikc-footer__bottom small {
  margin-left: auto;
}

.ik-classroom-subpage {
  background:
    linear-gradient(180deg, #ffffff 0%, #fffdf9 36%, #ffffff 100%);
  overflow-wrap: break-word;
}

.ikr-hero {
  position: relative;
  overflow: hidden;
  padding: 26px 0 44px;
  background: var(--ik-white);
}

.ikr-hero::before {
  content: "";
  position: absolute;
  left: 0;
  top: 86px;
  width: 54px;
  height: 90px;
  background-image: radial-gradient(var(--ik-red) 2px, transparent 2px);
  background-size: 13px 13px;
  opacity: 0.7;
}

.ikr-hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 18px;
  width: 88px;
  height: 120px;
  background-image: radial-gradient(var(--ik-blue) 2px, transparent 2px);
  background-size: 13px 13px;
  opacity: 0.55;
}

.ikr-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  align-items: center;
  gap: 34px;
  min-height: 440px;
}

.ikr-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
  color: #9aa2ad;
  font-size: 12px;
  font-weight: 800;
}

.ikr-breadcrumb a {
  color: inherit;
}

.ikr-breadcrumb span::before {
  content: ">";
  margin-right: 8px;
}

.ikr-hero h1 {
  margin: 0 0 18px;
  color: var(--ik-ink);
  font-size: 50px;
  font-weight: 1000;
  line-height: 1.18;
}

.ikr-hero h1 span {
  color: var(--ik-red);
}

.ikr-hero__lead {
  margin: 0 0 30px;
  color: var(--ik-ink);
  font-size: 20px;
  font-weight: 1000;
  line-height: 1.65;
}

.ikr-keep {
  white-space: nowrap;
}

.ikr-hero-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 620px;
}

.ikr-hero-points div {
  display: grid;
  grid-template-columns: 42px 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 10px;
  min-height: 76px;
  padding: 12px 14px;
  border: 2px solid #ffe0c8;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 24px rgba(42, 24, 18, 0.06);
}

.ikr-hero-points img {
  grid-row: 1 / 3;
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.ikr-hero-points strong {
  color: var(--ik-ink);
  font-size: 14px;
  font-weight: 1000;
  line-height: 1.35;
}

.ikr-hero-points span {
  color: #515966;
  font-size: 12px;
  font-weight: 900;
}

.ikr-hero__visual {
  position: relative;
  min-height: 390px;
}

.ikr-hero__visual > img {
  position: relative;
  z-index: 1;
  width: 112%;
  max-width: none;
  margin-left: -5%;
  filter: drop-shadow(0 18px 30px rgba(41, 31, 24, 0.11));
}

.ikr-hero-badge {
  position: absolute;
  right: 8px;
  bottom: 8px;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 178px;
  height: 178px;
  padding: 20px;
  border-radius: 50%;
  background: linear-gradient(180deg, #ff3544 0%, var(--ik-red) 100%);
  color: var(--ik-white);
  box-shadow: 0 16px 28px rgba(237, 28, 46, 0.24);
  font-size: 15px;
  font-weight: 1000;
  line-height: 1.45;
  text-align: center;
}

.ikr-hero-badge strong {
  display: inline-block;
  font-size: 24px;
}

.ikr-section {
  padding: 54px 0 62px;
  background: var(--ik-white);
}

.ikr-section--cream {
  background: #fff8ef;
}

.ikr-section--compact {
  padding: 46px 0 54px;
}

.ikr-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 0 0 28px;
  color: var(--ik-ink);
  font-size: 32px;
  font-weight: 1000;
  line-height: 1.35;
  text-align: center;
}

.ikr-title::before,
.ikr-title::after {
  content: "";
  width: 44px;
  height: 20px;
  background-image: radial-gradient(var(--ik-red) 2px, transparent 2px);
  background-size: 10px 10px;
  opacity: 0.72;
}

.ikr-title--left {
  justify-content: flex-start;
  margin-bottom: 20px;
}

.ikr-title--left::before {
  display: none;
}

.ikr-about-grid,
.ikr-atmosphere-grid,
.ikr-flow-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.ikr-photo-card,
.ikr-atmosphere-card,
.ikr-flow-card {
  min-width: 0;
  border: 2px solid #ffe0c8;
  border-radius: 8px;
  background: var(--ik-white);
  box-shadow: 0 12px 24px rgba(42, 24, 18, 0.06);
}

.ikr-photo-card {
  overflow: hidden;
  text-align: center;
}

.ikr-photo-card img {
  width: 100%;
  aspect-ratio: 56 / 31;
  object-fit: cover;
}

.ikr-photo-card h3 {
  margin: 18px 16px 8px;
  color: var(--ik-ink);
  font-size: 19px;
  font-weight: 1000;
  line-height: 1.4;
}

.ikr-photo-card p {
  margin: 0 18px 22px;
  color: #3f4652;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.75;
}

.ikr-atmosphere-card {
  display: grid;
  gap: 16px;
  padding: 20px;
}

.ikr-card-head {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 12px;
  align-items: start;
}

.ikr-card-head img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.ikr-card-head h3 {
  margin: 0 0 6px;
  color: var(--ik-ink);
  font-size: 18px;
  font-weight: 1000;
  line-height: 1.35;
}

.ikr-card-head p {
  margin: 0;
  color: #444b56;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.65;
}

.ikr-card-photo {
  width: 100%;
  aspect-ratio: 14 / 9;
  border-radius: 6px;
  object-fit: cover;
}

.ikr-flow-grid {
  position: relative;
}

.ikr-flow-card {
  position: relative;
  padding: 18px;
  text-align: center;
}

.ikr-flow-card:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -19px;
  z-index: 3;
  width: 22px;
  height: 22px;
  border-top: 4px solid var(--ik-red);
  border-right: 4px solid var(--ik-red);
  transform: translateY(-50%) rotate(45deg);
}

.ikr-step-number {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin: 0 auto 10px;
  border-radius: 50%;
  background: var(--ik-red);
  color: var(--ik-white);
  font-size: 20px;
  font-weight: 1000;
}

.ikr-flow-card h3 {
  margin: 0 0 14px;
  color: var(--ik-ink);
  font-size: 20px;
  font-weight: 1000;
}

.ikr-flow-card img {
  width: 100%;
  aspect-ratio: 23 / 13;
  border-radius: 6px;
  object-fit: cover;
}

.ikr-flow-card p {
  margin: 14px 0 0;
  color: #3f4652;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.7;
}

.ikr-access {
  padding-top: 42px;
}

.ikr-access-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  gap: 26px;
  align-items: stretch;
}

.ikr-map,
.ikr-access-panel,
.ikr-belongings,
.ikr-faq {
  border: 2px solid #ffe0c8;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 24px rgba(42, 24, 18, 0.06);
}

.ikr-map {
  overflow: hidden;
}

.ikr-map img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.ikr-access-panel {
  display: grid;
  gap: 16px;
  padding: 26px;
}

.ikr-access-panel div {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 14px;
  align-items: start;
  padding-bottom: 16px;
  border-bottom: 1px solid #ffe0c8;
}

.ikr-access-panel div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.ikr-access-panel span {
  display: inline-grid;
  place-items: center;
  min-height: 30px;
  border-radius: 999px;
  background: #fff0f2;
  color: var(--ik-red);
  font-size: 13px;
  font-weight: 1000;
}

.ikr-access-panel p {
  margin: 0;
  color: var(--ik-ink);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.75;
}

.ikr-info-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: 24px;
}

.ikr-belongings,
.ikr-faq {
  padding: 26px;
}

.ikr-belongings h2,
.ikr-faq h2 {
  margin: 0 0 18px;
  color: var(--ik-ink);
  font-size: 24px;
  font-weight: 1000;
}

.ikr-belongings ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ikr-belongings li {
  position: relative;
  padding-left: 30px;
  color: #3f4652;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.6;
}

.ikr-belongings li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--ik-yellow);
  box-shadow: inset 0 0 0 4px #fff5c7;
}

.ikr-faq {
  display: grid;
  gap: 10px;
}

.ikr-faq details {
  border-bottom: 1px solid #ffe0c8;
}

.ikr-faq details:last-child {
  border-bottom: 0;
}

.ikr-faq summary {
  position: relative;
  display: block;
  padding: 4px 36px 12px 32px;
  color: var(--ik-ink);
  cursor: pointer;
  font-size: 15px;
  font-weight: 1000;
  line-height: 1.6;
}

.ikr-faq summary::-webkit-details-marker {
  display: none;
}

.ikr-faq summary::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 4px;
  color: var(--ik-red);
  font-weight: 1000;
}

.ikr-faq summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 4px;
  color: var(--ik-red);
  font-size: 24px;
  font-weight: 900;
}

.ikr-faq details[open] summary::after {
  content: "-";
}

.ikr-faq p {
  position: relative;
  margin: 0 0 14px;
  padding-left: 32px;
  color: #4b5260;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.75;
}

.ikr-faq p::before {
  content: "A";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--ik-red);
  font-weight: 1000;
}

.ikr-cta {
  padding: 28px 0;
  background: linear-gradient(180deg, #ff2f3f 0%, var(--ik-red) 100%);
  color: var(--ik-white);
}

.ikr-cta__inner {
  display: grid;
  grid-template-columns: 116px 1fr auto;
  gap: 28px;
  align-items: center;
}

.ikr-cta-badge {
  display: grid;
  place-items: center;
  width: 108px;
  height: 108px;
  border-radius: 50%;
  background: var(--ik-white);
  color: var(--ik-red);
  font-size: 15px;
  font-weight: 1000;
  line-height: 1.35;
  text-align: center;
}

.ikr-cta h2 {
  margin: 0 0 8px;
  color: inherit;
  font-size: 30px;
  font-weight: 1000;
  line-height: 1.35;
}

.ikr-cta p {
  margin: 0;
  font-size: 18px;
  font-weight: 900;
}

.ikr-cta .ik-button {
  min-width: 260px;
}

.ikr-footer-points {
  padding: 18px 0;
  background: var(--ik-white);
  border-bottom: 1px solid #f2e6dc;
}

.ikr-footer-points .ik-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ikr-footer-points div {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 0;
  color: #414957;
  font-size: 16px;
  font-weight: 950;
  line-height: 1.35;
  text-align: center;
}

.ikr-footer-points img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

@media (max-width: 1100px) {
  .ikr-hero__grid {
    grid-template-columns: 0.92fr 1.08fr;
    gap: 22px;
  }

  .ikr-hero h1 {
    font-size: 43px;
  }

  .ikr-hero__lead {
    font-size: 18px;
  }

  .ikr-hero-points {
    grid-template-columns: 1fr;
    max-width: 360px;
  }

  .ikr-hero-badge {
    width: 144px;
    height: 144px;
    font-size: 13px;
  }

  .ikr-hero-badge strong {
    font-size: 20px;
  }

  .ikr-about-grid,
  .ikr-atmosphere-grid,
  .ikr-flow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ikr-flow-card:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 900px) {
  .ikr-hero {
    padding: 24px 0 34px;
  }

  .ikr-hero::before,
  .ikr-hero::after {
    display: none;
  }

  .ikr-hero__grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .ikr-breadcrumb {
    margin-bottom: 18px;
    font-size: 11px;
  }

  .ikr-hero h1 {
    font-size: 38px;
  }

  .ikr-hero__lead {
    margin-bottom: 22px;
    font-size: 17px;
  }

  .ikr-hero-points {
    max-width: none;
  }

  .ikr-hero__visual {
    min-height: 0;
  }

  .ikr-hero__visual > img {
    width: 112%;
    margin-left: -6%;
  }

  .ikr-hero-badge {
    right: -2px;
    bottom: -6px;
    width: 124px;
    height: 124px;
    padding: 14px;
    font-size: 11px;
  }

  .ikr-hero-badge strong {
    font-size: 17px;
  }

  .ikr-section {
    padding: 42px 0 46px;
  }

  .ikr-title {
    gap: 12px;
    margin-bottom: 22px;
    font-size: 26px;
  }

  .ikr-title::before,
  .ikr-title::after {
    width: 30px;
  }

  .ikr-about-grid,
  .ikr-atmosphere-grid,
  .ikr-flow-grid,
  .ikr-access-grid,
  .ikr-info-grid {
    grid-template-columns: 1fr;
  }

  .ikr-access-panel div {
    grid-template-columns: 78px 1fr;
  }

  .ikr-map img {
    min-height: 260px;
  }

  .ikr-cta__inner {
    grid-template-columns: 1fr;
    gap: 18px;
    text-align: center;
  }

  .ikr-cta-badge {
    margin: 0 auto;
  }

  .ikr-cta h2 {
    font-size: 25px;
  }

  .ikr-cta p {
    font-size: 15px;
  }

  .ikr-cta .ik-button {
    min-width: 0;
    width: min(100%, 320px);
    margin: 0 auto;
  }

  .ikr-footer-points .ik-container {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

@media (max-width: 520px) {
  .ikr-hero h1 {
    font-size: 34px;
  }

  .ikr-hero__lead br {
    display: none;
  }

  .ikr-hero-points div {
    min-height: 68px;
  }

  .ikr-card-head {
    grid-template-columns: 40px 1fr;
  }

  .ikr-card-head img {
    width: 36px;
    height: 36px;
  }

  .ikr-access-panel,
  .ikr-belongings,
  .ikr-faq {
    padding: 20px;
  }

  .ikr-access-panel div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .ikr-access-panel span {
    width: fit-content;
    padding: 0 14px;
  }

  .ikr-faq summary {
    padding-right: 28px;
  }
}

@media (max-width: 1100px) {
  .ik-nav {
    gap: 9px;
    font-size: 11px;
  }

  .ik-hero h1 {
    font-size: 55px;
  }

  .ik-hero h1 span {
    font-size: 64px;
  }

  .ik-hero-icons div {
    min-height: 118px;
  }
}

@media (max-width: 900px) {
  body.admin-bar .ik-header {
    top: 46px;
  }

  .ik-page {
    padding-bottom: 72px;
  }

  .ik-container {
    width: calc(100% - 28px);
    max-width: 680px;
  }

  .ik-header__inner {
    min-height: 68px;
  }

  .ik-logo-mark {
    width: 42px;
    height: 36px;
  }

  .ik-logo__text strong {
    font-size: 21px;
  }

  .ik-logo__text small {
    font-size: 11px;
  }

  .ik-nav {
    display: none;
  }

  .ik-hero {
    padding: 32px 0 22px;
    background: var(--ik-white);
  }

  .ik-hero::before,
  .ik-deco {
    display: none;
  }

  .ik-hero__grid {
    grid-template-columns: 1fr;
    gap: 22px;
    min-height: 0;
  }

  .ik-hero__copy {
    padding: 0;
  }

  .ik-hero__tag {
    margin-bottom: 18px;
    padding: 10px 22px;
    font-size: 16px;
  }

  .ik-hero h1 {
    font-size: 42px;
  }

  .ik-hero h1 span {
    font-size: 50px;
  }

  .ik-hero__lead {
    font-size: 19px;
  }

  .ik-hero__body {
    font-size: 15px;
  }

  .ik-hero-icons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 360px;
    margin: 22px auto 18px;
  }

  .ik-hero-icons div {
    min-height: 142px;
  }

  .ik-hero-cta {
    grid-template-columns: 1fr;
  }

  .ik-button,
  .ik-header__cta {
    width: 100%;
  }

  .ik-hero__visual {
    min-height: 0;
  }

  .ik-hero-photo {
    position: relative;
    inset: auto;
    height: 292px;
    border-radius: 8px;
  }

  .ik-red-badge {
    right: 14px;
    bottom: -22px;
    width: 118px;
    height: 118px;
    font-size: 13px;
  }

  .ik-red-badge strong {
    font-size: 18px;
  }

  .ik-strength__grid,
  .ik-about__grid,
  .ik-feature-grid,
  .ik-course-grid,
  .ik-flow-grid,
  .ik-voice-grid,
  .ik-bottom-cta__grid {
    grid-template-columns: 1fr;
  }

  .ik-strength__title {
    min-height: auto;
    padding: 24px;
    text-align: center;
  }

  .ik-strength article {
    min-height: auto;
    border-left: 0;
    border-top: 1px solid var(--ik-line);
  }

  .ik-section {
    padding: 38px 0;
  }

  .ik-section-title {
    font-size: 27px;
  }

  .ik-section-title::before,
  .ik-section-title::after {
    width: 18px;
  }

  .ik-section-title::before {
    left: -30px;
  }

  .ik-section-title::after {
    right: -30px;
  }

  .ik-about__text {
    padding: 0;
  }

  .ik-feature .ik-container,
  .ik-flow .ik-container {
    padding: 20px;
  }

  .ik-feature-grid img,
  .ik-course-card__thumb {
    height: 170px;
  }

  .ik-flow-grid {
    gap: 14px;
  }

  .ik-flow-grid article:not(:last-child)::after {
    display: none;
  }

  .ik-bottom-cta {
    text-align: center;
  }

  .ik-bottom-cta__grid {
    justify-items: center;
  }

  .ik-bottom-cta h2 {
    font-size: 22px;
  }

  .ik-bottom-cta p {
    font-size: 15px;
  }

  .ik-fixed-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 10px 14px;
    background: rgba(255, 255, 255, 0.95);
    border-top: 1px solid #f0d7c3;
    backdrop-filter: blur(12px);
  }

  .ik-fixed-cta a {
    display: grid;
    place-items: center;
    min-height: 48px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 1000;
  }

  .ik-fixed-cta a:first-child {
    background: var(--ik-red);
    color: var(--ik-white);
  }

  .ik-fixed-cta a:last-child {
    background: var(--ik-white);
    border: 2px solid var(--ik-red);
    color: var(--ik-red);
  }
}

@media (max-width: 520px) {
  .ik-hero h1 {
    font-size: 36px;
  }

  .ik-hero h1 span {
    font-size: 43px;
  }

  .ik-hero-icons {
    gap: 10px;
  }

  .ik-hero-icons div {
    min-height: 130px;
    padding: 10px 8px;
  }

  .ik-hero-icons strong {
    font-size: 12px;
  }

  .ik-gift {
    font-size: 13px;
  }

  .ik-voice-grid article {
    padding-left: 76px;
  }
}

@media (max-width: 900px) {
  .ik-nav a.is-current::after {
    display: none;
  }

  .ik-about-subpage {
    background: #fffdf8;
  }

  .ik-about-subpage .ik-container {
    width: calc(100% - 20px);
    max-width: 680px;
  }

  .ika-hero {
    padding: 24px 0 20px;
    background:
      radial-gradient(circle at 86% 16%, rgba(246, 165, 26, 0.1) 0 58px, transparent 59px),
      linear-gradient(180deg, #fffdf9 0%, #ffffff 100%);
  }

  .ika-hero::before,
  .ika-hero::after {
    display: none;
  }

  .ika-hero__grid,
  .ika-values__grid,
  .ika-cta__grid,
  .ika-footer__grid {
    grid-template-columns: 1fr;
  }

  .ika-hero__grid {
    gap: 14px;
    min-height: 0;
  }

  .ika-hero__copy,
  .ika-hero__visual,
  .ika-hero-points {
    grid-column: 1;
    grid-row: auto;
  }

  .ika-hero__copy {
    order: 1;
  }

  .ika-hero__visual {
    order: 2;
  }

  .ika-hero-points {
    order: 3;
  }

  .ika-kicker {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.45;
  }

  .ika-hero h1 {
    margin-bottom: 12px;
    font-size: 32px;
    white-space: normal;
  }

  .ika-hero h1 span {
    display: inline-block;
    font-size: 36px;
  }

  .ika-lead,
  .ika-body {
    width: 100%;
    font-size: 13px;
    line-height: 1.85;
  }

  .ika-hero-points {
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
    width: 100%;
    margin: 2px 0 0;
  }

  .ika-hero-points div {
    min-width: 0;
    min-height: 76px;
    padding: 10px 5px 9px;
    border-radius: 7px;
    border-color: #f2dec9;
  }

  .ika-hero-points img {
    width: 25px;
    height: 25px;
    margin-bottom: 7px;
  }

  .ika-hero-points strong {
    font-size: 11px;
    line-height: 1.35;
  }

  .ika-hero__visual {
    min-height: 0;
  }

  .ika-hero-photo {
    position: relative;
    inset: auto;
    height: 218px;
    border-radius: 78px 8px 78px 8px;
  }

  .ika-red-badge {
    right: 28px;
    bottom: 20px;
    display: grid;
    width: 114px;
    height: 114px;
    padding: 12px 10px;
    font-size: 10.5px;
    line-height: 1.26;
    white-space: nowrap;
  }

  .ika-red-badge strong {
    font-size: 16.5px;
  }

  .ika-red-badge span {
    display: none;
  }

  .ika-section {
    padding: 18px 0;
  }

  .ika-title {
    margin-bottom: 14px;
    font-size: 18px;
  }

  .ika-title::before,
  .ika-title::after {
    width: 18px;
  }

  .ika-title::before {
    left: -30px;
  }

  .ika-title::after {
    right: -30px;
  }

  .ika-soft-panel {
    padding: 16px 10px 10px;
    background: #fff6e7;
    border-color: #f4dec8;
    border-radius: 8px;
  }

  .ika-card-grid--four,
  .ika-support .ik-container {
    grid-template-columns: 1fr;
  }

  .ika-mind .ika-card-grid--four {
    gap: 0;
    padding: 6px 14px;
    background: var(--ik-white);
    border-radius: 8px;
  }

  .ika-icon-card {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 0 12px;
    justify-items: start;
    align-content: center;
    min-height: auto;
    padding: 13px 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-align: left;
  }

  .ika-icon-card img {
    grid-row: 1 / span 2;
    width: 34px;
    height: 34px;
    margin: 2px 0 0;
  }

  .ika-icon-card h3,
  .ika-photo-card h3,
  .ika-skill-card h3 {
    margin-bottom: 4px;
    font-size: 15px;
  }

  .ika-icon-card p {
    font-size: 12px;
    line-height: 1.65;
  }

  .ika-check-panel {
    padding: 22px 16px;
    border-width: 1px;
  }

  .ika-check-panel h2 {
    margin-bottom: 18px;
    font-size: 19px;
  }

  .ika-check-panel ul {
    gap: 15px;
  }

  .ika-check-panel li {
    padding-left: 30px;
  }

  .ika-check-panel li::before {
    top: 3px;
    width: 18px;
    height: 18px;
  }

  .ika-check-panel li::after {
    left: 6px;
    top: 8px;
    width: 6px;
    height: 4px;
    border-left-width: 2px;
    border-bottom-width: 2px;
  }

  .ika-check-panel strong {
    font-size: 15px;
  }

  .ika-check-panel span {
    font-size: 12px;
    line-height: 1.65;
  }

  .ika-talk-photo {
    display: none;
  }

  .ika-recommend .ika-card-grid--four {
    gap: 8px;
  }

  .ika-photo-card {
    display: grid;
    grid-template-columns: minmax(118px, 39%) minmax(0, 1fr);
    grid-template-rows: auto 1fr;
    gap: 0;
    align-items: center;
    min-height: 112px;
    padding: 0;
    overflow: hidden;
  }

  .ika-photo-card > *,
  .ika-skill-card > * {
    min-width: 0;
  }

  .ika-photo-card img {
    grid-row: 1 / span 2;
    width: 100%;
    height: 100%;
    min-height: 112px;
    margin: 0;
    border-radius: 0;
    object-position: center;
  }

  .ika-photo-card h3 {
    align-self: end;
    margin: 0 14px 5px;
    font-size: 13.5px;
    line-height: 1.38;
  }

  .ika-photo-card h3::before,
  .ika-photo-card h3::after {
    display: none;
  }

  .ika-photo-card p {
    align-self: start;
    margin: 0 14px;
    color: #4e5663;
    font-size: 11.5px;
    font-weight: 850;
    line-height: 1.68;
  }

  .ika-skills {
    padding-top: 10px;
  }

  .ika-skills .ika-card-grid--four {
    gap: 10px;
  }

  .ika-skill-card {
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr);
    grid-template-areas:
      "icon title"
      "icon text"
      "icon tags";
    align-items: center;
    padding: 16px 15px;
    text-align: left;
  }

  .ika-skill-card img {
    grid-area: icon;
    align-self: center;
    width: 50px;
    height: 50px;
    margin: 0;
  }

  .ika-skill-card h3 {
    grid-area: title;
  }

  .ika-skill-card p {
    grid-area: text;
    font-size: 12px;
    line-height: 1.6;
  }

  .ika-skill-card div {
    grid-area: tags;
    justify-content: flex-start;
    gap: 7px;
    margin-top: 10px;
  }

  .ika-skill-card span {
    min-height: 25px;
    padding: 3px 10px;
    font-size: 11px;
  }

  .ika-cta {
    margin: 18px 10px 0;
    padding: 0;
    background: transparent;
    text-align: center;
  }

  .ika-cta__grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 122px;
    grid-template-areas:
      "text text"
      "button image";
    gap: 13px 8px;
    align-items: end;
    justify-items: start;
    min-height: 190px;
    padding: 17px 16px 0;
    overflow: hidden;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.13) 0 1px, transparent 1px) 0 0 / 36px 36px,
      linear-gradient(180deg, #ff2638 0%, var(--ik-red) 100%);
    border-radius: 10px;
  }

  .ika-cta img {
    grid-area: image;
    align-self: end;
    width: 158px;
    height: 110px;
    margin-right: -26px;
    border: 0;
    border-radius: 0;
    object-fit: cover;
    object-position: center;
  }

  .ika-cta h2 {
    margin-bottom: 6px;
    font-size: 18px;
    text-align: left;
  }

  .ika-cta p {
    font-size: 12px;
    line-height: 1.6;
    text-align: left;
  }

  .ika-cta__grid > div {
    grid-area: text;
  }

  .ika-cta .ik-button {
    grid-area: button;
    width: auto;
    min-width: 166px;
    min-height: 44px;
    padding: 0 16px;
    font-size: 13px;
  }

  .ika-support div,
  .ika-support div:last-child {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #f0d7c3;
  }

  .ika-support div:first-child {
    border-top: 0;
  }

  .ika-footer__grid {
    gap: 20px;
  }

  .ika-footer__bottom {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .ika-footer__bottom a {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
}

@media (max-width: 520px) {
  .ik-about-subpage .ik-container {
    width: min(370px, calc(100% - 20px));
    max-width: min(370px, calc(100% - 20px));
  }

  .ika-hero h1 {
    font-size: 29px;
  }

  .ika-hero h1 span {
    font-size: 33px;
  }

  .ika-hero-points {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: none;
  }

  .ika-hero-points div {
    min-height: 74px;
  }

  .ika-lead,
  .ika-body {
    font-size: 12px;
    overflow-wrap: anywhere;
  }

  .ik-about-subpage p,
  .ik-about-subpage li,
  .ik-about-subpage span,
  .ik-about-subpage strong,
  .ik-about-subpage h2,
  .ik-about-subpage h3 {
    max-width: 100%;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }

  .ika-sp-br {
    display: block !important;
  }

  .ika-lead,
  .ika-body,
  .ika-icon-card p,
  .ika-photo-card p,
  .ika-skill-card p,
  .ika-check-panel span {
    width: 100%;
    max-width: 28em;
    margin-left: auto;
    margin-right: auto;
  }

  .ika-icon-card p,
  .ika-photo-card p,
  .ika-skill-card p,
  .ika-check-panel span,
  .ika-support span {
    overflow-wrap: anywhere;
  }

  .ika-photo-card img {
    height: 100%;
  }
}

@media (max-width: 1100px) {
  .ikl-hero__grid {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 28px;
  }

  .ikl-hero h1 {
    font-size: 52px;
  }

  .ikl-five-grid,
  .ikl-flow-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .ikl-flow-grid article:not(:last-child)::after {
    display: none;
  }

  .ikl-card-grid--four {
    grid-template-columns: repeat(2, 1fr);
  }

  .ikl-compare__grid {
    grid-template-columns: 1fr;
  }

  .ikl-compare-visual {
    display: none;
  }
}

@media (max-width: 900px) {
  .ikl-hero {
    padding: 34px 0 30px;
  }

  .ikl-hero::before,
  .ikl-hero::after {
    display: none;
  }

  .ikl-hero__grid,
  .ikl-bottom-cta__grid {
    grid-template-columns: 1fr;
  }

  .ikl-hero__grid {
    gap: 24px;
    min-height: 0;
  }

  .ikl-hero h1 {
    font-size: 45px;
  }

  .ikl-lead {
    font-size: 19px;
  }

  .ikl-hero__visual {
    min-height: 300px;
  }

  .ikl-hero-photo {
    position: relative;
    height: 300px;
    border-radius: 8px;
  }

  .ikl-gift-badge {
    right: 14px;
    top: auto;
    bottom: 14px;
    width: 132px;
    height: 132px;
    padding: 18px 14px;
    font-size: 12px;
    transform: none;
  }

  .ikl-gift-badge img {
    width: 30px;
    height: 30px;
  }

  .ikl-gift-badge strong {
    font-size: 13px;
  }

  .ikl-section {
    padding: 28px 0;
  }

  .ikl-title {
    font-size: 25px;
  }

  .ikl-title::before,
  .ikl-title::after {
    width: 18px;
  }

  .ikl-title::before {
    right: calc(100% + 10px);
  }

  .ikl-title::after {
    left: calc(100% + 10px);
  }

  .ikl-soft-panel,
  .ikl-line-panel {
    padding: 18px;
  }

  .ikl-five-grid,
  .ikl-flow-grid,
  .ikl-card-grid--four {
    grid-template-columns: 1fr;
  }

  .ikl-learn-card img,
  .ikl-flow-photo,
  .ikl-photo-card > img,
  .ikl-support-card > img:not(.ikl-support-icon) {
    height: 188px;
  }

  .ikl-bottom-cta {
    text-align: center;
  }

  .ikl-bottom-cta__grid {
    justify-items: center;
    gap: 16px;
  }

  .ikl-bottom-cta h2 {
    font-size: 21px;
  }

  .ikl-bottom-cta ul {
    justify-content: center;
  }

  .ikl-footer-points .ik-container {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

@media (max-width: 520px) {
  body.imakara-kids-page,
  .ik-learning-subpage {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .ik-learning-subpage .ik-container {
    width: min(370px, calc(100% - 20px));
    max-width: min(370px, calc(100% - 20px));
    margin-left: 10px;
    margin-right: auto;
  }

  .ikl-hero__copy,
  .ikl-hero__visual,
  .ikl-soft-panel,
  .ikl-line-panel,
  .ikl-five-grid,
  .ikl-flow-grid,
  .ikl-card-grid,
  .ikl-learn-card,
  .ikl-flow-grid article,
  .ikl-photo-card,
  .ikl-support-card,
  .ikl-bottom-cta__grid,
  .ikl-footer-points .ik-container {
    min-width: 0;
    max-width: 100%;
  }

  .ikl-pill {
    min-height: 36px;
    padding: 7px 15px;
    font-size: 15px;
  }

  .ikl-hero h1 {
    font-size: 38px;
  }

  .ikl-lead,
  .ikl-body {
    font-size: 15px;
    width: 100%;
    max-width: 100%;
  }

  .ikl-hero .ik-button {
    width: 100%;
    max-width: 100%;
  }

  .ik-learning-subpage p,
  .ik-learning-subpage li,
  .ik-learning-subpage td,
  .ik-learning-subpage th,
  .ik-learning-subpage span,
  .ik-learning-subpage strong,
  .ik-learning-subpage h2,
  .ik-learning-subpage h3 {
    max-width: 100%;
    white-space: normal !important;
    line-break: anywhere !important;
    word-break: break-all !important;
    overflow-wrap: anywhere !important;
  }

  .ikl-hero-photo {
    height: 260px;
  }

  .ikl-gift-badge {
    display: none;
  }

  .ikl-title {
    display: block;
    width: 100%;
    max-width: 100%;
    font-size: 23px;
  }

  .ikl-soft-panel,
  .ikl-line-panel {
    width: 100%;
  }

  .ik-learning-subpage .ik-fixed-cta {
    right: auto;
    width: min(390px, 100vw);
    max-width: 100vw;
  }

  .ikl-title::before,
  .ikl-title::after {
    display: none;
  }

  .ikl-soft-panel,
  .ikl-line-panel,
  .ikl-learn-card,
  .ikl-photo-card,
  .ikl-support-card {
    padding: 16px;
  }

  .ikl-support-card {
    padding-top: 52px;
  }

  .ikl-learn-card img,
  .ikl-flow-photo,
  .ikl-photo-card > img,
  .ikl-support-card > img:not(.ikl-support-icon) {
    height: 160px;
  }

  .ikl-compare-table {
    min-width: 660px;
    font-size: 12px;
  }

  .ikl-compare-table th,
  .ikl-compare-table td {
    padding: 10px 9px;
  }

  .ikl-cta-badge {
    width: 92px;
    height: 92px;
    font-size: 15px;
  }

  .ikl-bottom-cta p,
  .ikl-bottom-cta li {
    font-size: 13px;
  }
}

@media (max-width: 1100px) {
  .ikc-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 1fr);
    gap: 28px;
  }

  .ikc-course-grid,
  .ikc-faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .ikc-cta__grid {
    grid-template-columns: 100px minmax(0, 1fr) auto;
  }
}

@media (max-width: 900px) {
  .ik-course-subpage {
    padding-bottom: 72px;
  }

  .ikc-hero {
    padding: 24px 0 30px;
    background: linear-gradient(180deg, #ffffff 0%, #fff8ea 100%);
  }

  .ikc-hero__grid,
  .ikc-fees__grid,
  .ikc-cta__grid,
  .ikc-footer__grid {
    grid-template-columns: 1fr;
  }

  .ikc-hero__grid {
    gap: 24px;
    min-height: 0;
  }

  .ikc-breadcrumb {
    margin-bottom: 16px;
  }

  .ikc-kicker {
    font-size: 22px;
  }

  .ikc-hero h1 {
    font-size: 44px;
  }

  .ikc-lead {
    font-size: 16px;
  }

  .ikc-hero__visual {
    min-height: 250px;
    border-radius: 8px;
  }

  .ikc-hero__visual img {
    min-height: 250px;
  }

  .ikc-deco {
    display: none;
  }

  .ikc-section {
    padding: 28px 0;
  }

  .ikc-heading-row {
    display: block;
    text-align: center;
  }

  .ikc-heading-row h2 {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 26px;
    text-align: left;
  }

  .ikc-title {
    font-size: 25px;
  }

  .ikc-course-grid,
  .ikc-trial-grid,
  .ikc-faq-grid {
    grid-template-columns: 1fr;
  }

  .ikc-trial-grid {
    gap: 16px;
  }

  .ikc-trial-grid article:not(:last-child)::after {
    display: none;
  }

  .ikc-included-grid,
  .ikc-extra-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ikc-cta__grid {
    justify-items: center;
    gap: 14px;
    text-align: center;
  }

  .ikc-cta h2 {
    font-size: 23px;
  }

  .ikc-footer__grid,
  .ikc-footer__bottom {
    justify-items: center;
    text-align: center;
  }

  .ikc-footer-nav {
    justify-content: center;
    flex-wrap: wrap;
  }

  .ikc-footer__bottom small {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 520px) {
  body.imakara-kids-page,
  .ik-course-subpage {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .ik-course-subpage .ik-container {
    width: min(370px, calc(100% - 20px));
    max-width: min(370px, calc(100% - 20px));
    margin-left: 10px;
    margin-right: auto;
  }

  .ikc-hero__copy,
  .ikc-hero__visual,
  .ikc-course-grid,
  .ikc-course-card,
  .ikc-fee-panel,
  .ikc-trial-grid,
  .ikc-trial-grid article,
  .ikc-faq-grid,
  .ikc-cta__grid,
  .ikc-footer__grid {
    min-width: 0;
    max-width: 100%;
  }

  .ikc-hero h1 {
    font-size: 36px;
  }

  .ikc-kicker {
    font-size: 20px;
  }

  .ikc-lead {
    width: 100%;
    max-width: 100%;
    font-size: 15px;
  }

  .ikc-hero__visual,
  .ikc-hero__visual img {
    min-height: 220px;
  }

  .ikc-heading-row h2,
  .ikc-title {
    font-size: 23px;
  }

  .ikc-heading-row h2 {
    padding-left: 34px;
  }

  .ikc-heading-row h2::before {
    width: 26px;
    height: 24px;
  }

  .ikc-course-card {
    padding: 18px 15px;
  }

  .ikc-course-card h3 {
    font-size: 20px;
  }

  .ikc-course-card table {
    font-size: 13px;
  }

  .ikc-course-card th,
  .ikc-course-card td {
    padding: 9px 6px;
  }

  .ikc-course-card strong {
    font-size: 28px;
  }

  .ikc-recommend-table {
    min-width: 820px;
    font-size: 12px;
  }

  .ikc-recommend-table th,
  .ikc-recommend-table td {
    padding: 10px 8px;
  }

  .ikc-fee-panel {
    padding: 18px 15px;
  }

  .ikc-fee-panel h2 {
    font-size: 22px;
  }

  .ikc-included-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .ikc-extra-grid {
    grid-template-columns: 1fr;
  }

  .ikc-trial-grid article {
    padding: 18px 15px;
  }

  .ikc-trial-grid img {
    height: 150px;
  }

  .ikc-faq details {
    padding: 15px;
  }

  .ikc-cta-badge {
    width: 86px;
    height: 86px;
    font-size: 16px;
  }

  .ikc-cta .ik-button {
    width: 100%;
    max-width: 100%;
  }

  .ikc-phone strong {
    font-size: 23px;
  }

  .ik-course-subpage .ik-fixed-cta {
    right: auto;
    width: min(390px, 100vw);
    max-width: 100vw;
  }

  .ik-course-subpage p,
  .ik-course-subpage li,
  .ik-course-subpage td,
  .ik-course-subpage th,
  .ik-course-subpage span,
  .ik-course-subpage strong,
  .ik-course-subpage h2,
  .ik-course-subpage h3 {
    max-width: 100%;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }
}

/* Results and parent voices subpage */
.ik-voices-subpage {
  background:
    radial-gradient(circle at 4% 24%, rgba(237, 28, 46, 0.07) 0 2px, transparent 3px) 0 0 / 18px 18px,
    linear-gradient(180deg, #ffffff 0%, #fffaf2 38%, #ffffff 100%);
}

.ik-voices-subpage,
.ik-voices-subpage * {
  overflow-wrap: anywhere;
}

.ikv-hero {
  position: relative;
  padding: 30px 0 42px;
  background:
    radial-gradient(circle at 83% 18%, rgba(255, 215, 74, 0.26), transparent 190px),
    linear-gradient(90deg, #ffffff 0%, #fffdf9 48%, #fff6e8 100%);
}

.ikv-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  align-items: center;
  gap: 44px;
  min-height: 392px;
}

.ikv-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 26px;
  color: #7a808b;
  font-size: 13px;
  font-weight: 800;
}

.ikv-breadcrumb a::after {
  content: ">";
  margin-left: 10px;
  color: #c8b7a1;
}

.ikv-hero h1 {
  margin: 0 0 18px;
  color: var(--ik-ink);
  font-size: clamp(36px, 3.85vw, 47px);
  font-weight: 1000;
  line-height: 1.14;
  word-break: keep-all;
}

.ikv-h1-main,
.ikv-h1-accent {
  display: block;
}

.ikv-h1-main {
  color: var(--ik-ink);
  white-space: nowrap;
}

.ikv-h1-accent {
  color: var(--ik-red);
  font-size: 1.34em;
}

.ikv-lead,
.ikv-body {
  max-width: 620px;
  margin: 0;
  color: #293241;
  font-size: 16px;
  font-weight: 850;
  line-height: 1.85;
}

.ikv-body {
  margin-top: 8px;
  color: #4d5563;
  font-size: 15px;
}

.ikv-hero__visual {
  position: relative;
  overflow: hidden;
  min-height: 330px;
  border-radius: 96px 0 0 96px;
  box-shadow: 0 18px 38px rgba(47, 30, 16, 0.11);
}

.ikv-hero__visual img {
  width: 100%;
  height: 100%;
  min-height: 330px;
  object-fit: cover;
  object-position: center;
}

.ikv-deco {
  position: absolute;
  pointer-events: none;
}

.ikv-deco--plus {
  left: 55%;
  top: 74px;
  color: var(--ik-orange);
  font-size: 34px;
  font-weight: 1000;
}

.ikv-deco--dots {
  right: 52px;
  top: 132px;
  width: 70px;
  height: 70px;
  background-image: radial-gradient(#ea7a82 2px, transparent 2px);
  background-size: 12px 12px;
  opacity: 0.5;
}

.ikv-deco--chip {
  right: 96px;
  bottom: 54px;
  width: 22px;
  height: 28px;
  background: #8397df;
  clip-path: polygon(0 0, 100% 20%, 76% 100%, 0 80%);
  opacity: 0.75;
}

.ikv-section {
  padding: 36px 0;
}

.ikv-title {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 4px;
  width: fit-content;
  margin: 0 auto 24px;
  color: var(--ik-ink);
  font-size: 30px;
  font-weight: 1000;
  line-height: 1.25;
  text-align: center;
}

.ikv-title::before,
.ikv-title::after {
  content: "";
  position: absolute;
  top: 18px;
  width: 46px;
  height: 2px;
  background: #efcfae;
}

.ikv-title::before {
  right: calc(100% + 18px);
}

.ikv-title::after {
  left: calc(100% + 18px);
}

.ikv-title span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 0;
}

.ikv-title img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.ikv-title small {
  display: block;
  color: #6d7481;
  font-size: 13px;
  font-weight: 850;
}

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

.ikv-voice-card {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  min-width: 0;
  min-height: 324px;
  padding: 18px 14px 16px;
  border: 1px solid #f0c996;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 22px rgba(31, 24, 18, 0.05);
  text-align: center;
}

.ikv-voice-card__avatar {
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 8px;
  border-radius: 50%;
  background: #fff6ea;
  border: 1px solid #f5d5ad;
  overflow: hidden;
}

.ikv-voice-card__avatar img {
  width: 78px;
  height: 78px;
  object-fit: contain;
  object-position: center bottom;
}

.ikv-voice-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 4px 10px;
  border-radius: 999px;
  color: var(--ik-white);
  background: var(--ik-orange);
  font-size: 11px;
  font-weight: 1000;
  line-height: 1.2;
}

.ikv-voice-card:nth-child(2) .ikv-voice-card__badge,
.ikv-voice-card:nth-child(4) .ikv-voice-card__badge {
  background: var(--ik-green);
}

.ikv-voice-card:nth-child(3) .ikv-voice-card__badge {
  background: #5d9add;
}

.ikv-voice-card:nth-child(5) .ikv-voice-card__badge {
  background: #ff6d7a;
}

.ikv-voice-card:nth-child(6) .ikv-voice-card__badge {
  background: #f0931d;
}

.ikv-voice-card__relation {
  margin: 4px 0 10px;
  color: var(--ik-ink);
  font-size: 12px;
  font-weight: 1000;
}

.ikv-voice-card h3 {
  margin: 0 0 10px;
  color: var(--ik-ink);
  font-size: 16px;
  font-weight: 1000;
  line-height: 1.45;
}

.ikv-voice-card > p:not(.ikv-voice-card__relation) {
  margin: 0;
  color: #434b57;
  font-size: 12px;
  font-weight: 780;
  line-height: 1.72;
}

.ikv-stars {
  margin-top: auto;
  padding-top: 12px;
  color: var(--ik-orange);
  font-size: 16px;
  font-weight: 1000;
  line-height: 1;
}

.ikv-growth-cases {
  background: #fffaf2;
  border-top: 1px solid #f6ddc2;
  border-bottom: 1px solid #f6ddc2;
}

.ikv-case-grid,
.ikv-record-grid,
.ikv-comment-grid {
  display: grid;
  gap: 18px;
}

.ikv-case-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ikv-case-card {
  min-width: 0;
  padding: 16px;
  border: 2px solid #f5a624;
  border-radius: 8px;
  background: var(--ik-white);
  box-shadow: 0 10px 22px rgba(31, 24, 18, 0.05);
  text-align: center;
}

.ikv-case-card h3 {
  min-height: 44px;
  margin: 0 0 12px;
  color: var(--ik-ink);
  font-size: 15px;
  font-weight: 1000;
  line-height: 1.45;
}

.ikv-case-card img {
  width: 100%;
  max-height: 330px;
  border-radius: 6px;
  object-fit: contain;
}

.ikv-case-card p {
  margin: 10px 0 0;
  color: #5c6470;
  font-size: 12px;
  font-weight: 900;
}

.ikv-record-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ikv-record-card {
  display: grid;
  justify-items: center;
  align-content: start;
  min-width: 0;
  min-height: 214px;
  padding: 24px 20px 20px;
  border: 1px solid #f0c996;
  border-radius: 8px;
  background: var(--ik-white);
  box-shadow: 0 10px 22px rgba(31, 24, 18, 0.05);
  text-align: center;
}

.ikv-record-card > img {
  width: 48px;
  height: 48px;
  margin-bottom: 10px;
  object-fit: contain;
}

.ikv-record-card h3 {
  margin: 0 0 10px;
  color: var(--ik-ink);
  font-size: 17px;
  font-weight: 1000;
  line-height: 1.35;
}

.ikv-record-value {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px;
  min-height: 54px;
  color: var(--ik-ink);
  line-height: 1;
}

.ikv-record-value small,
.ikv-record-value span {
  font-size: 16px;
  font-weight: 1000;
}

.ikv-record-value strong {
  color: var(--ik-red);
  font-size: 43px;
  font-weight: 1000;
}

.ikv-record-card:nth-child(4) .ikv-record-value {
  display: grid;
  gap: 7px;
  align-content: center;
}

.ikv-record-card:nth-child(4) .ikv-record-value strong,
.ikv-record-card:nth-child(4) .ikv-record-value span {
  display: block;
  font-size: 21px;
  line-height: 1.25;
}

.ikv-record-card p {
  margin: 10px 0 0;
  color: #5c6470;
  font-size: 12px;
  font-weight: 780;
  line-height: 1.65;
}

.ikv-gallery {
  padding-top: 28px;
  background: var(--ik-white);
}

.ikv-gallery-wrap {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 34px;
  align-items: center;
  gap: 12px;
}

.ikv-gallery-arrow {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 2px solid #ffb7bf;
  border-radius: 50%;
  color: var(--ik-red);
  background: var(--ik-white);
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}

.ikv-gallery-track {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
  min-width: 0;
}

.ikv-gallery figure {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #fff7ed;
  box-shadow: 0 10px 20px rgba(31, 24, 18, 0.06);
}

.ikv-gallery img {
  width: 100%;
  height: 136px;
  object-fit: cover;
  object-position: center;
}

.ikv-gallery-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
}

.ikv-gallery-dots span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #d8d2ca;
}

.ikv-gallery-dots span:first-child {
  background: var(--ik-red);
}

.ikv-comments {
  position: relative;
  background: #fffdf8;
}

.ikv-comment-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(980px, 100%);
  margin: 0 auto;
}

.ikv-comment-card {
  position: relative;
  min-width: 0;
  padding: 28px 24px 22px;
  border: 1px solid #f0c996;
  border-radius: 8px;
  background: var(--ik-white);
  box-shadow: 0 10px 22px rgba(31, 24, 18, 0.05);
  text-align: center;
}

.ikv-comment-card::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 18px;
  width: 24px;
  height: 24px;
  background: var(--ik-red);
  clip-path: polygon(0 0, 42% 0, 42% 46%, 22% 46%, 44% 100%, 16% 100%, 0 46%);
}

.ikv-comment-card p {
  margin: 0;
  color: #414956;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.8;
}

.ikv-comment-card small {
  display: block;
  margin-top: 12px;
  color: #7b4c31;
  font-size: 12px;
  font-weight: 1000;
}

.ikv-cta {
  padding: 26px 0;
  color: var(--ik-white);
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 255, 255, 0.16) 0 2px, transparent 3px) 0 0 / 18px 18px,
    linear-gradient(90deg, var(--ik-red-dark) 0%, var(--ik-red) 54%, #ff3544 100%);
}

.ikv-cta__grid {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr) auto;
  align-items: center;
  gap: 26px;
}

.ikv-cta-badge {
  display: grid;
  place-items: center;
  width: 108px;
  height: 108px;
  border-radius: 50%;
  background: var(--ik-white);
  color: var(--ik-red);
  font-size: 18px;
  font-weight: 1000;
  line-height: 1.25;
  text-align: center;
}

.ikv-cta h2 {
  margin: 0 0 6px;
  font-size: 27px;
  font-weight: 1000;
  line-height: 1.35;
}

.ikv-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
  font-weight: 900;
}

.ikv-footer-points {
  padding: 18px 0;
  background: var(--ik-white);
  border-bottom: 1px solid #f0d7c3;
}

.ikv-footer-points .ik-container {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  text-align: center;
}

.ikv-footer-points div {
  color: #4a5260;
  font-size: 15px;
  font-weight: 950;
}

.ikv-footer-points span {
  display: inline-grid;
  place-items: center;
  min-width: 48px;
  min-height: 28px;
  margin-right: 8px;
  border: 1px solid #ffced4;
  border-radius: 999px;
  color: var(--ik-red);
  background: #fff7ed;
  font-size: 12px;
  font-weight: 1000;
}

.ikv-footer {
  padding: 34px 0 24px;
  background: #fffdf9;
}

.ikv-footer__grid {
  display: grid;
  grid-template-columns: 1.1fr minmax(0, 2.4fr) minmax(220px, 0.9fr);
  gap: 28px;
  align-items: start;
  padding-bottom: 26px;
  border-bottom: 1px solid #f0d7c3;
}

.ikv-footer-nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.ikv-footer h3 {
  margin: 0 0 10px;
  color: var(--ik-ink);
  font-size: 14px;
  font-weight: 1000;
}

.ikv-footer a {
  display: block;
  margin-top: 7px;
  color: #5a6370;
  font-size: 12px;
  font-weight: 850;
}

.ikv-footer-contact {
  padding: 16px;
  border: 1px solid #f0d7c3;
  border-radius: 8px;
  background: var(--ik-white);
  text-align: center;
}

.ikv-footer-contact span,
.ikv-footer-contact small {
  display: block;
  color: #5f6874;
  font-size: 12px;
  font-weight: 850;
}

.ikv-footer-contact strong {
  display: block;
  margin: 3px 0;
  color: var(--ik-ink);
  font-size: 22px;
  font-weight: 1000;
  line-height: 1.25;
}

.ikv-footer-contact a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  margin-top: 12px;
  padding: 8px 18px;
  border: 1px solid #ffb7bf;
  border-radius: 999px;
  color: var(--ik-red);
  font-size: 12px;
  font-weight: 1000;
}

.ikv-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  padding-top: 18px;
  color: #777f8b;
  font-size: 12px;
  font-weight: 800;
}

.ikv-footer__bottom small {
  margin-left: auto;
}

@media (max-width: 1100px) {
  .ikv-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
    gap: 28px;
  }

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

  .ikv-case-grid,
  .ikv-record-grid,
  .ikv-footer-points .ik-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ikv-gallery-track {
    overflow-x: auto;
    grid-auto-flow: column;
    grid-auto-columns: minmax(190px, 1fr);
    grid-template-columns: none;
    padding-bottom: 6px;
    scroll-snap-type: x mandatory;
  }

  .ikv-gallery figure {
    scroll-snap-align: start;
  }

  .ikv-footer__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .ik-voices-subpage {
    padding-bottom: 72px;
  }

  .ikv-hero {
    padding: 24px 0 30px;
    background: linear-gradient(180deg, #ffffff 0%, #fff8ea 100%);
  }

  .ikv-hero__grid,
  .ikv-cta__grid {
    grid-template-columns: 1fr;
  }

  .ikv-hero__grid {
    min-height: 0;
  }

  .ikv-hero h1 {
    font-size: 42px;
  }

  .ikv-hero__visual {
    min-height: 260px;
    border-radius: 8px;
  }

  .ikv-hero__visual img {
    min-height: 260px;
  }

  .ikv-deco {
    display: none;
  }

  .ikv-section {
    padding: 30px 0;
  }

  .ikv-title {
    font-size: 25px;
  }

  .ikv-title::before,
  .ikv-title::after {
    width: 18px;
  }

  .ikv-title::before {
    right: calc(100% + 10px);
  }

  .ikv-title::after {
    left: calc(100% + 10px);
  }

  .ikv-comment-grid,
  .ikv-footer-nav {
    grid-template-columns: 1fr;
  }

  .ikv-cta {
    text-align: center;
  }

  .ikv-cta__grid {
    justify-items: center;
    gap: 16px;
  }

  .ikv-cta h2 {
    font-size: 22px;
  }

  .ikv-footer-brand,
  .ikv-footer-nav,
  .ikv-footer__bottom {
    justify-items: center;
    text-align: center;
  }

  .ikv-footer__bottom small {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 620px) {
  .ikv-voice-grid,
  .ikv-case-grid,
  .ikv-record-grid,
  .ikv-footer-points .ik-container {
    grid-template-columns: 1fr;
  }

  .ikv-gallery-wrap {
    grid-template-columns: 1fr;
  }

  .ikv-gallery-arrow {
    display: none;
  }
}

@media (max-width: 520px) {
  body.imakara-kids-page,
  .ik-voices-subpage {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .ik-voices-subpage .ik-container {
    width: min(370px, calc(100% - 20px));
    max-width: min(370px, calc(100% - 20px));
    margin-left: 10px;
    margin-right: auto;
  }

  .ikv-hero__copy,
  .ikv-hero__visual,
  .ikv-voice-grid,
  .ikv-voice-card,
  .ikv-case-grid,
  .ikv-case-card,
  .ikv-record-grid,
  .ikv-record-card,
  .ikv-comment-grid,
  .ikv-comment-card,
  .ikv-cta__grid,
  .ikv-footer__grid,
  .ikv-footer-nav {
    min-width: 0;
    max-width: 100%;
  }

  .ikv-breadcrumb {
    margin-bottom: 16px;
  }

  .ikv-hero h1 {
    font-size: 34px;
  }

  .ikv-h1-main {
    white-space: normal;
  }

  .ikv-lead,
  .ikv-body {
    width: 100%;
    max-width: 100%;
    font-size: 15px;
  }

  .ikv-hero__visual,
  .ikv-hero__visual img {
    min-height: 220px;
  }

  .ikv-title {
    display: block;
    width: 100%;
    font-size: 22px;
  }

  .ikv-title span {
    display: flex;
  }

  .ikv-title::before,
  .ikv-title::after {
    display: none;
  }

  .ikv-voice-card {
    min-height: auto;
    padding: 18px 16px 16px;
  }

  .ikv-case-card img {
    max-height: none;
  }

  .ikv-record-value strong {
    font-size: 38px;
  }

  .ikv-gallery-track {
    grid-auto-columns: minmax(245px, 82vw);
  }

  .ikv-gallery img {
    height: 160px;
  }

  .ikv-cta-badge {
    width: 90px;
    height: 90px;
    font-size: 15px;
  }

  .ikv-cta .ik-button {
    width: 100%;
    max-width: 100%;
  }

  .ikv-footer-contact strong {
    font-size: 21px;
  }

  .ik-voices-subpage .ik-fixed-cta {
    right: auto;
    width: min(390px, 100vw);
    max-width: 100vw;
  }

  .ik-voices-subpage p,
  .ik-voices-subpage li,
  .ik-voices-subpage td,
  .ik-voices-subpage th,
  .ik-voices-subpage span,
  .ik-voices-subpage strong,
  .ik-voices-subpage h2,
  .ik-voices-subpage h3 {
    max-width: 100%;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }
}

/* Math certificate and olympiad challenge subpage */
.ik-challenge-subpage {
  background:
    radial-gradient(circle at 1% 16%, rgba(237, 28, 46, 0.12) 0 2px, transparent 3px) 0 0 / 17px 17px,
    linear-gradient(180deg, #ffffff 0%, #fffaf2 46%, #ffffff 100%);
}

.ik-challenge-subpage,
.ik-challenge-subpage * {
  overflow-wrap: anywhere;
}

.ikx-hero {
  position: relative;
  padding: 38px 0 36px;
  background:
    radial-gradient(circle at 80% 17%, rgba(255, 215, 74, 0.22), transparent 190px),
    linear-gradient(90deg, #ffffff 0%, #fffdf9 48%, #fff5e5 100%);
}

.ikx-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.92fr);
  align-items: center;
  gap: 34px;
  min-height: 500px;
}

.ikx-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
  color: var(--ik-red);
  font-size: 20px;
  font-weight: 1000;
  line-height: 1.35;
}

.ikx-kicker img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.ikx-hero h1 {
  margin: 0 0 18px;
  color: var(--ik-ink);
  font-size: clamp(40px, 4.2vw, 54px);
  font-weight: 1000;
  line-height: 1.13;
  line-break: strict;
  overflow-wrap: normal;
  word-break: keep-all;
}

.ikx-hero h1 * {
  overflow-wrap: normal;
  word-break: keep-all;
}

.ikx-hero h1 span {
  color: var(--ik-red);
}

.ikx-keep {
  white-space: nowrap;
}

.ikx-mobile-break {
  display: none;
}

.ikx-lead {
  margin: 0 0 10px;
  color: var(--ik-ink);
  font-size: 21px;
  font-weight: 1000;
  line-height: 1.45;
}

.ikx-body {
  max-width: 590px;
  margin: 0;
  color: #343a45;
  font-size: 15px;
  font-weight: 820;
  line-height: 1.9;
}

.ikx-hero-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.ikx-hero-points div {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 78px;
  padding: 14px 16px;
  border: 1px solid #f0d0b6;
  border-radius: 8px;
  background: var(--ik-white);
  box-shadow: 0 10px 22px rgba(31, 24, 18, 0.05);
}

.ikx-hero-points img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.ikx-hero-points strong {
  color: var(--ik-ink);
  font-size: 14px;
  font-weight: 1000;
  line-height: 1.35;
}

.ikx-hero__visual {
  position: relative;
  min-height: 430px;
}

.ikx-hero__visual > img {
  width: 100%;
  height: 430px;
  border-radius: 0 0 0 98px;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 18px 40px rgba(47, 30, 16, 0.1);
}

.ikx-hero-badge {
  position: absolute;
  right: 2px;
  bottom: -8px;
  display: grid;
  place-items: center;
  width: 148px;
  height: 148px;
  padding: 16px;
  border-radius: 50%;
  background: var(--ik-red);
  color: var(--ik-white);
  box-shadow: 0 16px 30px rgba(237, 28, 46, 0.28);
  font-size: 16px;
  font-weight: 1000;
  line-height: 1.35;
  text-align: center;
}

.ikx-hero-badge,
.ikx-hero-badge * {
  color: var(--ik-white) !important;
}

.ikx-hero-badge strong {
  font-size: 22px;
}

.ikx-deco {
  position: absolute;
  pointer-events: none;
}

.ikx-deco--dots {
  left: -24px;
  top: 84px;
  width: 68px;
  height: 96px;
  background-image: radial-gradient(#f26a75 2px, transparent 2px);
  background-size: 13px 13px;
  opacity: 0.65;
}

.ikx-deco--plus {
  right: 62px;
  top: 178px;
  color: var(--ik-orange);
  font-size: 40px;
  font-weight: 1000;
}

.ikx-deco--chip {
  left: 53%;
  top: 58px;
  width: 42px;
  height: 42px;
  border: 3px solid #ffd27d;
  clip-path: polygon(50% 0, 100% 100%, 0 70%);
  transform: rotate(28deg);
  opacity: 0.62;
}

.ikx-section {
  padding: 34px 0;
}

.ikx-title {
  position: relative;
  width: fit-content;
  margin: 0 auto 24px;
  color: var(--ik-ink);
  font-size: 30px;
  font-weight: 1000;
  line-height: 1.35;
  text-align: center;
}

.ikx-title::before,
.ikx-title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 42px;
  height: 2px;
  background: #efcfae;
}

.ikx-title::before {
  right: calc(100% + 18px);
}

.ikx-title::after {
  left: calc(100% + 18px);
}

.ikx-soft-panel {
  padding: 28px;
  border: 1px solid #f0d7c3;
  border-radius: 8px;
  background: rgba(255, 247, 235, 0.86);
}

.ikx-reason-grid,
.ikx-measure-grid,
.ikx-step-grid,
.ikx-voice-grid,
.ikx-result-grid {
  display: grid;
  gap: 18px;
}

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

.ikx-reason-grid article {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 100px;
  align-items: center;
  gap: 10px;
  min-width: 0;
  min-height: 150px;
  padding: 22px 20px;
  border-radius: 8px;
  background: var(--ik-white);
  box-shadow: 0 10px 22px rgba(31, 24, 18, 0.05);
}

.ikx-reason-grid article > span,
.ikx-measure-grid article > span {
  position: absolute;
  left: 18px;
  top: 16px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--ik-red);
  color: var(--ik-white);
  font-size: 20px;
  font-weight: 1000;
  line-height: 1;
}

.ikx-reason-grid h3 {
  margin: 22px 0 8px;
  color: var(--ik-red);
  font-size: 22px;
  font-weight: 1000;
  line-height: 1.35;
}

.ikx-reason-grid p,
.ikx-measure-grid p,
.ikx-step-grid p,
.ikx-voice-grid p {
  margin: 0;
  color: #404956;
  font-size: 14px;
  font-weight: 780;
  line-height: 1.75;
}

.ikx-reason-grid img {
  width: 96px;
  height: 96px;
  object-fit: contain;
}

.ikx-measure-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ikx-measure-grid article {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  min-width: 0;
  min-height: 246px;
  padding: 24px 20px 20px;
  border: 1px solid #f0c5b0;
  border-radius: 8px;
  background: var(--ik-white);
  box-shadow: 0 10px 22px rgba(31, 24, 18, 0.05);
  text-align: center;
}

.ikx-measure-grid img {
  width: 78px;
  height: 78px;
  margin: 28px auto 12px;
  object-fit: contain;
}

.ikx-measure-grid h3 {
  margin: 0 0 10px;
  color: var(--ik-ink);
  font-size: 22px;
  font-weight: 1000;
  line-height: 1.35;
}

.ikx-steps {
  padding-top: 20px;
}

.ikx-step-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ikx-step-grid article {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  min-width: 0;
  min-height: 198px;
  padding: 24px 20px 20px;
  border: 1px solid #f0c5b0;
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #fffaf4 100%);
  box-shadow: 0 10px 22px rgba(31, 24, 18, 0.04);
  text-align: center;
}

.ikx-step-grid small {
  display: inline-grid;
  place-items: center;
  min-height: 26px;
  padding: 4px 16px;
  border-radius: 999px;
  color: var(--ik-white);
  background: var(--ik-orange);
  font-size: 12px;
  font-weight: 1000;
  line-height: 1;
}

.ikx-step-grid img {
  width: 66px;
  height: 66px;
  margin: 10px auto 8px;
  object-fit: contain;
}

.ikx-step-grid h3 {
  margin: 0 0 8px;
  color: var(--ik-red-dark);
  font-size: 24px;
  font-weight: 1000;
  line-height: 1.3;
}

.ikx-step-grid article > span {
  position: absolute;
  right: -25px;
  top: 48%;
  width: 34px;
  height: 18px;
  z-index: 2;
}

.ikx-step-grid article > span::before,
.ikx-step-grid article > span::after {
  content: "";
  position: absolute;
  background: var(--ik-red);
}

.ikx-step-grid article > span::before {
  left: 0;
  top: 8px;
  width: 32px;
  height: 2px;
}

.ikx-step-grid article > span::after {
  right: 0;
  top: 3px;
  width: 12px;
  height: 12px;
  border-top: 2px solid var(--ik-red);
  border-right: 2px solid var(--ik-red);
  background: transparent;
  transform: rotate(45deg);
}

.ikx-voices {
  background: #fffaf2;
  border-top: 1px solid #f6ddc2;
  border-bottom: 1px solid #f6ddc2;
}

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

.ikx-voice-grid article {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 14px;
  min-width: 0;
  padding: 18px 18px 16px;
  border: 1px solid #f0c5b0;
  border-radius: 8px;
  background: var(--ik-white);
  box-shadow: 0 10px 22px rgba(31, 24, 18, 0.05);
}

.ikx-voice-avatar {
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: #fff4e8;
  border: 1px solid #f5d4ac;
  overflow: hidden;
}

.ikx-voice-avatar img {
  width: 86px;
  height: 86px;
  object-fit: contain;
  object-position: center bottom;
}

.ikx-voice-grid span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 4px 12px;
  border-radius: 999px;
  color: var(--ik-white);
  background: #ff6d7a;
  font-size: 12px;
  font-weight: 1000;
}

.ikx-voice-grid article:nth-child(2) span {
  background: #4f93de;
}

.ikx-voice-grid h3 {
  margin: 8px 0 8px;
  color: var(--ik-red);
  font-size: 17px;
  font-weight: 1000;
  line-height: 1.45;
}

.ikx-voice-grid small {
  display: block;
  margin-top: 8px;
  color: #596271;
  font-size: 12px;
  font-weight: 1000;
}

.ikx-voice-grid strong {
  grid-column: 2;
  color: var(--ik-orange);
  font-size: 16px;
  line-height: 1;
}

.ikx-result-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ikx-result-grid figure {
  min-width: 0;
  margin: 0;
  text-align: center;
}

.ikx-result-grid img {
  width: 100%;
  height: 120px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 10px 22px rgba(31, 24, 18, 0.06);
}

.ikx-result-grid figcaption {
  margin-top: 10px;
  color: var(--ik-ink);
  font-size: 15px;
  font-weight: 1000;
  line-height: 1.45;
}

.ikx-cta {
  padding: 24px 0;
  color: var(--ik-white);
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 255, 255, 0.15) 0 2px, transparent 3px) 0 0 / 18px 18px,
    linear-gradient(90deg, var(--ik-red-dark) 0%, var(--ik-red) 58%, #ff3544 100%);
}

.ikx-cta__grid {
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr) auto;
  align-items: center;
  gap: 26px;
}

.ikx-cta-badge {
  display: grid;
  place-items: center;
  width: 116px;
  height: 116px;
  border-radius: 50%;
  background: var(--ik-white);
  color: var(--ik-red);
  font-size: 16px;
  font-weight: 1000;
  line-height: 1.35;
  text-align: center;
}

.ikx-cta h2 {
  margin: 0 0 6px;
  font-size: 29px;
  font-weight: 1000;
  line-height: 1.35;
}

.ikx-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 17px;
  font-weight: 900;
}

.ikx-footer-points {
  padding: 22px 0;
  background: var(--ik-white);
  border-bottom: 1px solid #f0d7c3;
}

.ikx-footer-points .ik-container {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.ikx-footer-points div {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 4px 12px;
  min-width: 0;
  padding: 10px 20px;
  border-left: 1px solid #f0d7c3;
}

.ikx-footer-points div:last-child {
  border-right: 1px solid #f0d7c3;
}

.ikx-footer-points img {
  grid-row: span 2;
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.ikx-footer-points strong {
  color: var(--ik-ink);
  font-size: 15px;
  font-weight: 1000;
  line-height: 1.3;
}

.ikx-footer-points span {
  color: #5c6470;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.55;
}

.ikx-footer {
  padding: 30px 0 24px;
  background: #fffdf9;
}

.ikx-footer__grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 28px;
  align-items: center;
  padding-bottom: 24px;
  border-bottom: 1px solid #f0d7c3;
}

.ikx-footer-nav {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 12px 24px;
}

.ikx-footer-nav a {
  color: #343a45;
  font-size: 13px;
  font-weight: 900;
}

.ikx-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  padding-top: 16px;
  color: #777f8b;
  font-size: 12px;
  font-weight: 800;
}

.ikx-footer__bottom small {
  margin-left: auto;
}

@media (max-width: 1100px) {
  .ikx-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 1fr);
    gap: 26px;
  }

  .ikx-hero h1 {
    font-size: 48px;
  }

  .ikx-hero-points {
    grid-template-columns: 1fr;
  }

  .ikx-measure-grid,
  .ikx-step-grid,
  .ikx-result-grid,
  .ikx-footer-points .ik-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ikx-step-grid article > span {
    display: none;
  }

  .ikx-voice-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .ik-challenge-subpage {
    padding-bottom: 72px;
  }

  .ikx-hero {
    padding: 28px 0 30px;
    background: linear-gradient(180deg, #ffffff 0%, #fff8ea 100%);
  }

  .ikx-hero__grid,
  .ikx-reason-grid,
  .ikx-cta__grid,
  .ikx-footer__grid {
    grid-template-columns: 1fr;
  }

  .ikx-hero__grid {
    min-height: 0;
  }

  .ikx-kicker {
    font-size: 17px;
  }

  .ikx-hero h1 {
    font-size: 40px;
  }

  .ikx-lead {
    font-size: 18px;
  }

  .ikx-hero__visual,
  .ikx-hero__visual > img {
    min-height: 292px;
  }

  .ikx-hero__visual > img {
    height: 292px;
    border-radius: 8px;
  }

  .ikx-hero-badge,
  .ikx-deco {
    display: none;
  }

  .ikx-section {
    padding: 28px 0;
  }

  .ikx-title {
    font-size: 25px;
  }

  .ikx-title::before,
  .ikx-title::after {
    width: 18px;
  }

  .ikx-title::before {
    right: calc(100% + 10px);
  }

  .ikx-title::after {
    left: calc(100% + 10px);
  }

  .ikx-soft-panel {
    padding: 18px;
  }

  .ikx-reason-grid article {
    grid-template-columns: minmax(0, 1fr) 84px;
  }

  .ikx-reason-grid img {
    width: 82px;
    height: 82px;
  }

  .ikx-cta {
    text-align: center;
  }

  .ikx-cta__grid {
    justify-items: center;
    gap: 16px;
  }

  .ikx-cta h2 {
    font-size: 22px;
  }

  .ikx-footer-nav {
    justify-content: center;
  }

  .ikx-footer-brand,
  .ikx-footer__bottom {
    justify-items: center;
    text-align: center;
  }

  .ikx-footer__bottom small {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 620px) {
  .ikx-measure-grid,
  .ikx-step-grid,
  .ikx-result-grid,
  .ikx-footer-points .ik-container {
    grid-template-columns: 1fr;
  }

  .ikx-footer-points div,
  .ikx-footer-points div:last-child {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #f0d7c3;
  }

  .ikx-footer-points div:first-child {
    border-top: 0;
  }
}

@media (max-width: 520px) {
  body.imakara-kids-page,
  .ik-challenge-subpage {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .ik-challenge-subpage .ik-container {
    width: min(370px, calc(100% - 20px));
    max-width: min(370px, calc(100% - 20px));
    margin-left: 10px;
    margin-right: auto;
  }

  .ikx-hero__copy,
  .ikx-hero__visual,
  .ikx-soft-panel,
  .ikx-reason-grid,
  .ikx-reason-grid article,
  .ikx-measure-grid,
  .ikx-measure-grid article,
  .ikx-step-grid,
  .ikx-step-grid article,
  .ikx-voice-grid,
  .ikx-voice-grid article,
  .ikx-result-grid,
  .ikx-cta__grid,
  .ikx-footer__grid,
  .ikx-footer-nav {
    min-width: 0;
    max-width: 100%;
  }

  .ikx-kicker {
    gap: 8px;
    font-size: 15px;
  }

  .ikx-kicker img {
    width: 28px;
    height: 28px;
  }

  .ikx-hero h1 {
    font-size: 34px;
  }

  .ikx-mobile-break {
    display: block;
  }

  .ikx-lead,
  .ikx-body {
    width: 100%;
    max-width: 100%;
    font-size: 15px;
  }

  .ikx-hero__visual,
  .ikx-hero__visual > img {
    min-height: 222px;
  }

  .ikx-hero__visual > img {
    height: 222px;
  }

  .ikx-title {
    display: block;
    width: 100%;
    font-size: 22px;
  }

  .ikx-title::before,
  .ikx-title::after {
    display: none;
  }

  .ikx-reason-grid article {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .ikx-reason-grid h3 {
    margin-top: 32px;
  }

  .ikx-measure-grid article {
    min-height: auto;
    padding: 22px 18px 18px;
  }

  .ikx-step-grid article {
    min-height: auto;
  }

  .ikx-voice-grid article {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .ikx-voice-grid strong {
    grid-column: 1;
  }

  .ikx-result-grid img {
    height: 156px;
  }

  .ikx-cta-badge {
    width: 92px;
    height: 92px;
    font-size: 13px;
  }

  .ikx-cta .ik-button {
    width: 100%;
    max-width: 100%;
  }

  .ik-challenge-subpage .ik-fixed-cta {
    right: auto;
    width: min(390px, 100vw);
    max-width: 100vw;
  }

  .ik-challenge-subpage p,
  .ik-challenge-subpage li,
  .ik-challenge-subpage td,
  .ik-challenge-subpage th,
  .ik-challenge-subpage span,
  .ik-challenge-subpage strong,
  .ik-challenge-subpage h2,
  .ik-challenge-subpage h3 {
    max-width: 100%;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }
}

/* FAQ mobile containment fixes */
@media (max-width: 900px) {
  .ik-faq-subpage {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
  }

  .ik-faq-subpage .ik-container,
  .ikq-hero,
  .ikq-hero__grid,
  .ikq-hero__copy,
  .ikq-hero__visual,
  .ikq-section,
  .ikq-faq-grid,
  .ikq-category-list,
  .ikq-consult,
  .ikq-consult .ik-container,
  .ikq-consult__grid,
  .ikq-contact-cta,
  .ikq-contact-cta__inner {
    min-width: 0;
    max-width: 100%;
  }

  .ikq-category-list a,
  .ikq-faq-card,
  .ikq-consult-card,
  .ikq-contact-action,
  .ikq-contact-action .ik-button {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .ikq-faq-card summary,
  .ikq-faq-card p,
  .ikq-consult-card h3,
  .ikq-consult-card p,
  .ikq-contact-copy h2,
  .ikq-contact-copy p,
  .ikq-contact-action p {
    min-width: 0;
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 520px) {
  .ikq-faq-card summary,
  .ikq-faq-card p {
    grid-template-columns: 28px minmax(0, 1fr);
  }

  .ikq-faq-card summary span,
  .ikq-category-list span,
  .ikq-contact-action > span,
  .ikq-contact-badge {
    overflow-wrap: normal !important;
  }

  .ikq-contact-cta__inner {
    padding-right: 14px;
    padding-left: 14px;
  }
}

/* Contact subpage */
.ik-contact-subpage {
  background:
    radial-gradient(circle at 6% 6%, rgba(255, 71, 86, 0.12) 0 52px, transparent 53px),
    radial-gradient(circle at 96% 2%, rgba(255, 217, 84, 0.22) 0 70px, transparent 71px),
    #fffdfa;
}

.ikt-hero {
  position: relative;
  padding: 58px 0 42px;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 52%, #fff5e6 100%);
}

.ikt-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(390px, 1.02fr);
  align-items: center;
  gap: 48px;
}

.ikt-breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 28px;
  color: #8a9099;
  font-size: 12px;
  font-weight: 900;
}

.ikt-breadcrumb a {
  color: #9aa1aa;
}

.ikt-breadcrumb span::before {
  content: ">";
  margin-right: 9px;
  color: #b5bbc4;
}

.ikt-kicker {
  margin: 0 0 10px;
  color: var(--ik-red);
  font-size: 19px;
  font-weight: 1000;
  line-height: 1.35;
}

.ikt-hero h1 {
  margin: 0;
  color: var(--ik-ink);
  font-size: 44px;
  font-weight: 1000;
  line-height: 1.26;
}

.ikt-hero h1 span {
  color: var(--ik-red);
}

.ikt-lead {
  margin: 22px 0 0;
  color: var(--ik-ink);
  font-size: 18px;
  font-weight: 900;
}

.ikt-body {
  max-width: 620px;
  margin: 14px 0 0;
  color: #303642;
  font-size: 15px;
  font-weight: 780;
  line-height: 1.9;
}

.ikt-hero-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 660px;
  margin-top: 28px;
}

.ikt-hero-points div {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-height: 72px;
  padding: 12px 14px;
  border: 1px solid #ffd2c4;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 22px rgba(81, 48, 24, 0.06);
}

.ikt-hero-points strong {
  color: var(--ik-ink);
  font-size: 13px;
  font-weight: 1000;
  line-height: 1.35;
}

.ikt-hero__visual {
  position: relative;
}

.ikt-hero__visual::before {
  content: "";
  position: absolute;
  inset: 20px -18px -18px 24px;
  border-radius: 8px;
  background: #fff0d9;
  z-index: 0;
}

.ikt-hero__visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 22px 42px rgba(46, 34, 22, 0.13);
}

.ikt-deco {
  position: absolute;
  pointer-events: none;
}

.ikt-deco--dots {
  left: 0;
  top: 182px;
  width: 58px;
  height: 92px;
  background-image: radial-gradient(var(--ik-red) 2px, transparent 2px);
  background-size: 14px 14px;
  opacity: 0.55;
}

.ikt-deco--plus {
  left: 46%;
  top: 104px;
  color: var(--ik-orange);
  font-size: 34px;
  font-weight: 1000;
}

.ikt-deco--chip {
  right: 8%;
  bottom: 52px;
  width: 18px;
  height: 18px;
  border-left: 18px solid #8298e8;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  transform: rotate(18deg);
}

.ikt-sprite {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  border: 1px solid #ffd3d3;
  border-radius: 8px;
  color: var(--ik-red);
  background: #fff5f5;
  font-size: 0;
  line-height: 1;
}

.ikt-sprite::before {
  font-size: 18px;
  font-weight: 1000;
  line-height: 1;
}

.ikt-sprite--monitor::before { content: "□"; }
.ikt-sprite--people::before,
.ikt-sprite--group::before { content: "人"; }
.ikt-sprite--calendar::before { content: "日"; }
.ikt-sprite--shield::before { content: "✓"; }
.ikt-sprite--doc::before { content: "文"; }
.ikt-sprite--chat::before { content: "吹"; font-size: 15px; }
.ikt-sprite--lock::before { content: "錠"; font-size: 15px; }

.ikt-sprite--line,
.ikt-sprite--phone,
.ikt-sprite--mail {
  width: 58px;
  height: 58px;
  border: 0;
  border-radius: 50%;
  color: #ffffff;
}

.ikt-sprite--line {
  background: #17c14b;
}

.ikt-sprite--phone {
  background: #f6a51a;
}

.ikt-sprite--mail {
  background: #1674ce;
}

.ikt-sprite--line::before {
  content: "LINE";
  font-size: 11px;
}

.ikt-sprite--phone::before {
  content: "TEL";
  font-size: 13px;
}

.ikt-sprite--mail::before {
  content: "FORM";
  font-size: 10px;
}

.ikt-section {
  padding: 38px 0;
}

.ikt-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0 0 24px;
  color: var(--ik-ink);
  font-size: 30px;
  font-weight: 1000;
  line-height: 1.3;
  text-align: center;
}

.ikt-title::before,
.ikt-title::after {
  content: "";
  width: 48px;
  height: 4px;
  border-radius: 999px;
  background-image: radial-gradient(var(--ik-orange) 2px, transparent 2px);
  background-size: 10px 4px;
}

.ikt-title-note {
  margin: -12px 0 24px;
  color: #4d5664;
  font-size: 16px;
  font-weight: 850;
  text-align: center;
}

.ikt-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.ikt-photo-card {
  min-width: 0;
  padding: 16px;
  border: 1px solid #f4ceb4;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 24px rgba(54, 36, 18, 0.06);
}

.ikt-photo-card__head {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-height: 48px;
}

.ikt-photo-card h3 {
  margin: 0;
  color: var(--ik-red);
  font-size: 20px;
  font-weight: 1000;
  line-height: 1.35;
}

.ikt-photo-card p {
  min-height: 74px;
  margin: 10px 0 14px;
  color: var(--ik-ink);
  font-size: 14px;
  font-weight: 780;
  line-height: 1.65;
}

.ikt-photo-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 7px;
}

.ikt-flow-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 36px;
}

.ikt-flow-grid article {
  position: relative;
  min-height: 172px;
  padding: 22px 18px 18px;
  border: 1px solid #f3d6bd;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 20px rgba(58, 36, 19, 0.05);
}

.ikt-flow-grid article:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -24px;
  top: 50%;
  width: 18px;
  height: 18px;
  border-top: 5px solid var(--ik-red);
  border-right: 5px solid var(--ik-red);
  transform: translateY(-50%) rotate(45deg);
}

.ikt-step-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #ffffff;
  background: var(--ik-red);
  font-size: 10px;
  font-weight: 1000;
  line-height: 1.05;
  text-align: center;
}

.ikt-flow-grid .ikt-sprite {
  margin-left: 62px;
}

.ikt-flow-grid h3 {
  margin: 16px 0 8px;
  color: var(--ik-red);
  font-size: 18px;
  font-weight: 1000;
  line-height: 1.35;
}

.ikt-flow-grid p {
  margin: 0;
  color: var(--ik-ink);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.65;
}

.ikt-contact {
  padding: 44px 0;
}

.ikt-contact__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
  gap: 24px;
  align-items: start;
}

.ikt-form-panel,
.ikt-contact-methods {
  min-width: 0;
  padding: 26px;
  border: 1px solid #f2cfb4;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(57, 38, 20, 0.08);
}

.ikt-panel-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.ikt-panel-heading h2,
.ikt-contact-methods h2 {
  margin: 0;
  color: var(--ik-ink);
  font-size: 24px;
  font-weight: 1000;
  line-height: 1.35;
}

.ikt-panel-heading span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 12px;
  border-radius: 999px;
  color: #ffffff;
  background: var(--ik-red);
  font-size: 12px;
  font-weight: 1000;
}

.ikt-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 18px;
}

.ikt-form-field {
  display: grid;
  gap: 8px;
  min-width: 0;
  margin: 0;
  color: var(--ik-ink);
  font-size: 14px;
  font-weight: 950;
}

.ikt-form-field--wide {
  grid-column: 1 / -1;
}

.ikt-form-field > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.ikt-form-field em,
.ikt-form-field small {
  display: inline-grid;
  place-items: center;
  min-height: 20px;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 11px;
  font-style: normal;
  font-weight: 1000;
  line-height: 1;
}

.ikt-form-field em {
  color: #ffffff;
  background: var(--ik-red);
}

.ikt-form-field small {
  color: #6f7782;
  background: #eef0f4;
}

.ikt-form-field .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.ikt-input {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid #d9dde5;
  border-radius: 6px;
  background: #ffffff;
  color: var(--ik-ink);
  font: inherit;
  font-size: 15px;
  line-height: 1.35;
}

textarea.ikt-input {
  min-height: 118px;
  resize: vertical;
}

.ikt-input:focus {
  outline: 3px solid rgba(237, 28, 46, 0.16);
  border-color: var(--ik-red);
}

.ikt-date-rows {
  display: grid;
  gap: 10px;
}

.ikt-date-rows label {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  margin: 0;
}

.ikt-date-rows b {
  color: var(--ik-ink);
  font-size: 13px;
  font-weight: 1000;
}

.ikt-form-privacy {
  margin: 18px 0 0;
  color: #6b7280;
  font-size: 12px;
  font-weight: 760;
  line-height: 1.7;
  text-align: center;
}

.ikt-submit-wrap {
  margin-top: 18px;
}

.ikt-submit-wrap p {
  margin: 0;
}

.ikt-submit,
.wpcf7 .ikt-submit {
  width: 100%;
  min-height: 58px;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(180deg, #ff3544 0%, var(--ik-red) 100%);
  box-shadow: 0 12px 24px rgba(237, 28, 46, 0.25);
  font-size: 18px;
  font-weight: 1000;
  cursor: pointer;
}

.wpcf7-spinner {
  display: block;
  margin: 10px auto 0;
}

.wpcf7-not-valid-tip {
  margin-top: 5px;
  color: var(--ik-red);
  font-size: 12px;
  font-weight: 850;
}

.wpcf7 form .wpcf7-response-output {
  margin: 16px 0 0;
  padding: 12px 14px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 850;
}

.ikt-form-fallback {
  padding: 18px;
  border: 1px solid #ffd2c4;
  border-radius: 8px;
  background: #fff8f6;
  color: var(--ik-ink);
  font-weight: 850;
}

.ikt-contact-methods {
  display: grid;
  gap: 14px;
}

.ikt-contact-methods h2 {
  text-align: center;
}

.ikt-method-card {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  align-items: center;
  gap: 5px 14px;
  min-height: 126px;
  padding: 18px;
  border: 1px solid #dfe5ec;
  border-radius: 8px;
  background: #ffffff;
}

.ikt-method-card .ikt-sprite {
  grid-row: 1 / 4;
  width: 58px;
  height: 58px;
}

.ikt-method-card strong {
  font-size: 18px;
  font-weight: 1000;
  line-height: 1.3;
}

.ikt-method-card small {
  color: #4d5664;
  font-size: 12px;
  font-weight: 820;
  line-height: 1.45;
}

.ikt-method-card b {
  display: inline-flex;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  min-height: 34px;
  padding: 7px 16px;
  border-radius: 999px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 1000;
  line-height: 1.25;
}

.ikt-method-card--line {
  border-color: rgba(23, 193, 75, 0.25);
}

.ikt-method-card--line strong {
  color: #12ad3f;
}

.ikt-method-card--line b {
  background: #17c14b;
}

.ikt-method-card--phone {
  border-color: rgba(246, 165, 26, 0.32);
}

.ikt-method-card--phone strong {
  color: #f0a116;
}

.ikt-method-card--phone b {
  color: var(--ik-ink);
  background: #fff3d8;
  font-size: 20px;
}

.ikt-method-card--mail strong {
  color: #1674ce;
}

.ikt-method-card--mail b {
  background: #1674ce;
}

.ikt-reassurance-grid,
.ikt-faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.ikt-reassurance-grid article {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 8px 14px;
  min-height: 116px;
  padding: 18px;
  border: 1px solid #f2cfb4;
  border-radius: 8px;
  background: #ffffff;
}

.ikt-reassurance-grid .ikt-sprite {
  grid-row: 1 / 3;
  width: 52px;
  height: 52px;
}

.ikt-reassurance-grid h3 {
  margin: 0;
  color: var(--ik-red);
  font-size: 17px;
  font-weight: 1000;
  line-height: 1.35;
}

.ikt-reassurance-grid p {
  margin: 0;
  color: var(--ik-ink);
  font-size: 13px;
  font-weight: 820;
  line-height: 1.65;
}

.ikt-faq details {
  padding: 0;
  border: 1px solid #f0d6bf;
  border-radius: 8px;
  background: #ffffff;
  overflow: hidden;
}

.ikt-faq summary {
  position: relative;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 18px;
  gap: 10px;
  align-items: center;
  min-height: 70px;
  padding: 16px 44px 16px 18px;
  color: var(--ik-ink);
  font-size: 15px;
  font-weight: 1000;
  line-height: 1.45;
  list-style: none;
  cursor: pointer;
}

.ikt-faq summary::-webkit-details-marker {
  display: none;
}

.ikt-faq summary span {
  color: var(--ik-red);
}

.ikt-faq summary::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 26px;
  width: 10px;
  height: 10px;
  border-right: 3px solid var(--ik-red);
  border-bottom: 3px solid var(--ik-red);
  transform: rotate(45deg);
}

.ikt-faq details[open] summary::after {
  transform: rotate(225deg);
}

.ikt-faq p {
  margin: 0;
  padding: 0 18px 18px 62px;
  color: #4b5563;
  font-size: 14px;
  font-weight: 780;
  line-height: 1.8;
}

.ikt-bottom-cta {
  padding: 30px 0;
  color: #ffffff;
  background:
    linear-gradient(135deg, #e91425 0%, #fb2435 78%),
    var(--ik-red);
}

.ikt-bottom-cta__grid {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr) minmax(230px, 310px);
  align-items: center;
  gap: 22px;
}

.ikt-cta-badge {
  display: grid;
  place-items: center;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  color: var(--ik-red);
  background: #ffffff;
  font-size: 17px;
  font-weight: 1000;
  line-height: 1.35;
  text-align: center;
}

.ikt-bottom-cta h2 {
  margin: 0;
  font-size: 25px;
  font-weight: 1000;
  line-height: 1.45;
}

.ikt-bottom-cta p {
  margin: 6px 0 0;
  font-size: 16px;
  font-weight: 850;
}

@media (max-width: 1100px) {
  .ikt-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.88fr);
    gap: 32px;
  }

  .ikt-hero h1 {
    font-size: 38px;
  }

  .ikt-hero-points,
  .ikt-card-grid,
  .ikt-flow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ikt-flow-grid article:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 900px) {
  .ik-contact-subpage {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
  }

  .ik-contact-subpage .ik-container,
  .ikt-hero,
  .ikt-hero__grid,
  .ikt-hero__copy,
  .ikt-hero__visual,
  .ikt-contact__grid,
  .ikt-form-panel,
  .ikt-contact-methods,
  .ikt-card-grid,
  .ikt-flow-grid,
  .ikt-reassurance-grid,
  .ikt-faq-grid,
  .ikt-bottom-cta__grid {
    min-width: 0;
    max-width: 100%;
  }

  .ikt-hero {
    padding: 30px 0 34px;
  }

  .ikt-hero__grid,
  .ikt-contact__grid,
  .ikt-bottom-cta__grid {
    grid-template-columns: 1fr;
  }

  .ikt-hero h1 {
    font-size: 34px;
  }

  .ikt-body {
    font-size: 14px;
  }

  .ikt-hero__visual::before {
    inset: 14px 10px -10px 10px;
  }

  .ikt-deco {
    display: none;
  }

  .ikt-contact {
    padding: 30px 0;
  }

  .ikt-form-panel,
  .ikt-contact-methods {
    padding: 20px 16px;
  }

  .ikt-form-grid,
  .ikt-reassurance-grid,
  .ikt-faq-grid {
    grid-template-columns: 1fr;
  }

  .ikt-date-rows label {
    grid-template-columns: 78px minmax(0, 1fr) minmax(0, 1fr);
  }

  .ikt-bottom-cta__grid {
    justify-items: center;
    text-align: center;
  }

  .ikt-bottom-cta .ik-button {
    width: min(100%, 340px);
  }
}

@media (max-width: 620px) {
  .ikt-hero-points,
  .ikt-card-grid,
  .ikt-flow-grid {
    grid-template-columns: 1fr;
  }

  .ikt-title {
    display: block;
    font-size: 24px;
  }

  .ikt-title::before,
  .ikt-title::after {
    display: none;
  }

  .ikt-hero-points div,
  .ikt-method-card,
  .ikt-reassurance-grid article {
    grid-template-columns: 52px minmax(0, 1fr);
  }
}

@media (max-width: 520px) {
  .ik-contact-subpage .ik-container {
    width: min(370px, calc(100% - 20px));
    max-width: min(370px, calc(100% - 20px));
    margin-left: 10px;
    margin-right: auto;
  }

  .ikt-breadcrumb {
    margin-bottom: 18px;
  }

  .ikt-kicker {
    font-size: 15px;
  }

  .ikt-hero h1 {
    font-size: 30px;
  }

  .ikt-lead {
    font-size: 15px;
  }

  .ikt-hero__visual img {
    min-height: 220px;
  }

  .ikt-section {
    padding: 28px 0;
  }

  .ikt-panel-heading {
    display: grid;
    justify-items: start;
  }

  .ikt-panel-heading h2,
  .ikt-contact-methods h2 {
    font-size: 21px;
  }

  .ikt-date-rows label {
    grid-template-columns: 1fr;
  }

  .ikt-method-card {
    padding: 16px 14px;
  }

  .ikt-method-card b {
    width: 100%;
  }

  .ikt-faq summary {
    grid-template-columns: 30px minmax(0, 1fr);
    padding-right: 38px;
    font-size: 14px;
  }

  .ikt-faq p {
    padding-left: 18px;
  }

  .ikt-bottom-cta h2 {
    font-size: 21px;
  }

  .ik-contact-subpage .ik-fixed-cta {
    right: auto;
    width: min(390px, 100vw);
    max-width: 100vw;
  }

  .ik-contact-subpage p,
  .ik-contact-subpage span,
  .ik-contact-subpage strong,
  .ik-contact-subpage h1,
  .ik-contact-subpage h2,
  .ik-contact-subpage h3,
  .ik-contact-subpage summary,
  .ik-contact-subpage a,
  .ik-contact-subpage label {
    max-width: 100%;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }
}

/* Schedule subpage */
@media (min-width: 901px) {
  .ik-nav {
    gap: 8px;
    font-size: 11px;
  }

  .ik-header__cta {
    padding-inline: 14px;
    font-size: 14px;
  }
}

.ik-schedule-subpage {
  background: #fffdfa;
}

.iks-hero {
  position: relative;
  padding: 52px 0 42px;
  overflow: hidden;
  background:
    linear-gradient(90deg, #fffaf1 0%, #fffaf1 38%, #fff3df 100%);
}

.iks-hero::before {
  content: "";
  position: absolute;
  left: -18px;
  top: 168px;
  width: 82px;
  height: 112px;
  background-image: radial-gradient(var(--ik-red) 2px, transparent 2px);
  background-size: 16px 16px;
  opacity: 0.45;
}

.iks-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(480px, 1.18fr);
  align-items: center;
  gap: 38px;
}

.iks-hero__copy {
  position: relative;
  z-index: 2;
}

.iks-breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 24px;
  color: #8d949f;
  font-size: 12px;
  font-weight: 850;
}

.iks-breadcrumb a {
  color: #949ba7;
}

.iks-breadcrumb span::before {
  content: ">";
  margin-right: 9px;
  color: #b6bdc7;
}

.iks-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
  color: #ef6c00;
  font-size: 18px;
  font-weight: 1000;
  line-height: 1.4;
}

.iks-kicker::before {
  content: "";
  width: 28px;
  height: 28px;
  background: linear-gradient(180deg, #ff9f1a 0%, #f06d00 100%);
  border-radius: 7px;
  box-shadow:
    inset 0 8px 0 rgba(255, 255, 255, 0.36),
    0 9px 18px rgba(240, 109, 0, 0.22);
}

.iks-hero h1 {
  margin: 0;
  color: var(--ik-ink);
  font-size: 62px;
  font-weight: 1000;
  line-height: 1.12;
}

.iks-lead {
  max-width: 590px;
  margin: 22px 0 0;
  color: #262d38;
  font-size: 18px;
  font-weight: 850;
  line-height: 1.9;
}

.iks-hero__visual {
  position: relative;
  min-width: 0;
}

.iks-hero__visual::before {
  content: "";
  position: absolute;
  inset: 22px -22px -22px 24px;
  border-radius: 36px 0 0 36px;
  background: #ffdfb7;
  opacity: 0.72;
}

.iks-hero__visual img {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  border-radius: 34px 0 0 34px;
  box-shadow: 0 22px 42px rgba(58, 43, 24, 0.14);
}

.iks-main {
  padding: 34px 0 62px;
  background:
    linear-gradient(180deg, #fffdfa 0%, #fffdfa 46%, #fff7ed 100%);
}

.iks-panel {
  padding: 28px 28px 34px;
  border: 2px solid #f2d6b6;
  border-radius: 22px;
  background: var(--ik-white);
  box-shadow: 0 18px 42px rgba(67, 45, 23, 0.09);
}

.iks-panel__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.iks-panel__heading p {
  margin: 0 0 4px;
  color: var(--ik-red);
  font-size: 15px;
  font-weight: 1000;
}

.iks-panel__heading h2 {
  margin: 0;
  color: var(--ik-ink);
  font-size: 30px;
  font-weight: 1000;
  line-height: 1.3;
}

.iks-small-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 18px;
  border: 2px solid var(--ik-red);
  border-radius: 999px;
  color: var(--ik-red) !important;
  background: #fff8f7;
  font-size: 14px;
  font-weight: 1000;
  white-space: nowrap;
}

.iks-table-wrap {
  overflow-x: auto;
  overflow-y: hidden;
  border: 1px solid #edd7bb;
  border-radius: 16px;
  background: #fffaf3;
}

.iks-schedule-table {
  width: 100%;
  min-width: 880px;
  border-collapse: collapse;
  color: var(--ik-ink);
}

.iks-schedule-table th,
.iks-schedule-table td {
  border-right: 1px solid #ecd9c0;
  border-bottom: 1px solid #ecd9c0;
  text-align: center;
  vertical-align: middle;
}

.iks-schedule-table th:last-child,
.iks-schedule-table td:last-child {
  border-right: 0;
}

.iks-schedule-table tr:last-child th,
.iks-schedule-table tr:last-child td {
  border-bottom: 0;
}

.iks-schedule-table thead th {
  padding: 18px 16px;
  background: #fff3df;
  font-size: 18px;
  font-weight: 1000;
  line-height: 1.3;
}

.iks-schedule-table tbody th {
  width: 172px;
  padding: 18px 16px;
  background: linear-gradient(180deg, #fff8ea 0%, #fff1d9 100%);
}

.iks-schedule-table tbody th strong {
  display: block;
  font-size: 19px;
  font-weight: 1000;
  line-height: 1.25;
}

.iks-schedule-table tbody th small {
  display: inline-flex;
  margin-top: 7px;
  padding: 4px 10px;
  border-radius: 999px;
  color: #ef6c00;
  background: #fff;
  font-size: 13px;
  font-weight: 1000;
  line-height: 1.2;
}

.iks-schedule-table td {
  padding: 16px 14px;
  background: #fff;
}

.iks-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 112px;
  min-height: 38px;
  padding: 8px 16px;
  border: 2px solid #adb5bd;
  border-radius: 999px;
  background: var(--ik-white);
  font-size: 16px;
  font-weight: 1000;
  line-height: 1.2;
  white-space: nowrap;
}

.iks-status--vacancy-0 {
  color: var(--ik-red);
  border-color: var(--ik-red);
}

.iks-status--vacancy-1 {
  color: #ff4f1f;
  border-color: #ff4f1f;
}

.iks-status--vacancy-2 {
  color: #f39800;
  border-color: #f39800;
}

.iks-status--vacancy-3 {
  color: #242a33;
  border-color: #aeb6c0;
}

.iks-status--full {
  color: var(--ik-white);
  border-color: var(--ik-red);
  background: linear-gradient(180deg, #ff3a4b 0%, var(--ik-red) 100%);
  box-shadow: 0 8px 18px rgba(237, 28, 46, 0.2);
}

.iks-legend {
  display: grid;
  grid-template-columns: minmax(230px, 0.64fr) minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  margin-top: 24px;
  padding: 22px 26px;
  border-radius: 16px;
  background: linear-gradient(90deg, #fff9ed 0%, #fff3de 100%);
}

.iks-legend h3 {
  margin: 0 0 6px;
  color: var(--ik-ink);
  font-size: 22px;
  font-weight: 1000;
  line-height: 1.3;
}

.iks-legend p {
  margin: 0;
  color: #4f5663;
  font-size: 14px;
  font-weight: 820;
  line-height: 1.75;
}

.iks-legend__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.iks-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.iks-info-card {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 150px;
  padding: 24px 26px;
  border: 2px solid #f1dac0;
  border-radius: 18px;
  background: var(--ik-white);
  box-shadow: 0 14px 32px rgba(62, 42, 24, 0.07);
}

.iks-info-card img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.iks-info-card h3 {
  margin: 0 0 3px;
  color: var(--ik-ink);
  font-size: 20px;
  font-weight: 1000;
  line-height: 1.3;
}

.iks-info-card strong {
  display: block;
  color: #ef6c00;
  font-size: 18px;
  font-weight: 1000;
  line-height: 1.35;
}

.iks-info-card p {
  margin: 8px 0 0;
  color: #505866;
  font-size: 14px;
  font-weight: 780;
  line-height: 1.75;
}

.iks-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.86fr);
  align-items: center;
  gap: 26px;
  margin-top: 34px;
  padding: 34px 42px;
  border-radius: 28px;
  color: var(--ik-white);
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.18) 0 64px, transparent 65px),
    linear-gradient(90deg, var(--ik-red) 0%, #ff2537 58%, #e91025 100%);
  box-shadow: 0 18px 38px rgba(237, 28, 46, 0.22);
}

.iks-cta p {
  margin: 0 0 6px;
  color: #ffe1a2;
  font-size: 16px;
  font-weight: 1000;
}

.iks-cta h2 {
  margin: 0;
  font-size: 28px;
  font-weight: 1000;
  line-height: 1.45;
}

.iks-cta__actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.82fr);
  gap: 16px;
}

.iks-cta .ik-button {
  min-height: 66px;
  width: 100%;
  background: var(--ik-yellow);
  color: var(--ik-red-dark) !important;
  box-shadow: 0 14px 28px rgba(80, 22, 10, 0.18);
}

.iks-cta .ik-button span {
  color: var(--ik-white);
  background: var(--ik-red);
}

.iks-outline-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 66px;
  padding: 16px 24px;
  border: 2px solid rgba(255, 255, 255, 0.88);
  border-radius: 999px;
  color: var(--ik-white) !important;
  background: rgba(255, 255, 255, 0.08);
  font-size: 17px;
  font-weight: 1000;
  line-height: 1.25;
}

.iks-outline-button span {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
}

.iks-footer-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 0;
  padding: 22px 0;
  border-bottom: 1px solid #f0d8bd;
  background: var(--ik-white);
}

.iks-footer-points div {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 2px 14px;
  align-items: center;
  padding: 10px 28px;
  border-right: 1px dashed #e6c9a7;
}

.iks-footer-points div:last-child {
  border-right: 0;
}

.iks-footer-points img {
  grid-row: span 2;
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.iks-footer-points strong {
  color: var(--ik-ink);
  font-size: 17px;
  font-weight: 1000;
  line-height: 1.35;
}

.iks-footer-points span {
  color: #5c6470;
  font-size: 14px;
  font-weight: 820;
  line-height: 1.45;
}

@media (max-width: 1100px) {
  .iks-hero__grid {
    grid-template-columns: minmax(0, 0.85fr) minmax(390px, 1fr);
    gap: 28px;
  }

  .iks-hero h1 {
    font-size: 52px;
  }

  .iks-panel {
    padding: 24px 20px 28px;
  }

  .iks-legend {
    grid-template-columns: 1fr;
  }

  .iks-legend__items {
    justify-content: flex-start;
  }

  .iks-info-card {
    grid-template-columns: 58px minmax(0, 1fr);
    padding: 20px;
  }

  .iks-info-card img {
    width: 54px;
    height: 54px;
  }

  .iks-cta {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .iks-hero {
    padding: 32px 0 30px;
  }

  .iks-hero::before {
    display: none;
  }

  .iks-hero__grid,
  .iks-info-grid {
    grid-template-columns: 1fr;
  }

  .iks-breadcrumb {
    margin-bottom: 18px;
  }

  .iks-kicker {
    font-size: 15px;
  }

  .iks-hero h1 {
    font-size: 42px;
  }

  .iks-lead {
    font-size: 16px;
  }

  .iks-hero__visual::before {
    inset: 16px 10px -12px 10px;
    border-radius: 26px;
  }

  .iks-hero__visual img {
    border-radius: 24px;
  }

  .iks-main {
    padding: 26px 0 46px;
  }

  .iks-panel__heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .iks-panel__heading h2 {
    font-size: 25px;
  }

  .iks-table-wrap {
    margin-right: -8px;
  }

  .iks-cta {
    padding: 28px 22px;
  }

  .iks-cta h2 {
    font-size: 24px;
  }

  .iks-cta__actions,
  .iks-footer-points {
    grid-template-columns: 1fr;
  }

  .iks-footer-points div {
    border-right: 0;
    border-bottom: 1px dashed #e6c9a7;
  }

  .iks-footer-points div:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 520px) {
  .ik-schedule-subpage .ik-container {
    width: min(370px, calc(100% - 20px));
    max-width: min(370px, calc(100% - 20px));
    margin-left: 10px;
    margin-right: auto;
  }

  .iks-hero h1 {
    font-size: 34px;
  }

  .iks-lead {
    font-size: 15px;
  }

  .iks-hero__visual img {
    min-height: 210px;
  }

  .iks-panel {
    padding: 20px 12px 22px;
    border-radius: 16px;
  }

  .iks-panel__heading h2 {
    font-size: 22px;
  }

  .iks-schedule-table {
    min-width: 760px;
  }

  .iks-schedule-table thead th {
    padding: 14px 10px;
    font-size: 15px;
  }

  .iks-schedule-table tbody th {
    width: 140px;
    padding: 14px 10px;
  }

  .iks-schedule-table tbody th strong {
    font-size: 16px;
  }

  .iks-schedule-table td {
    padding: 12px 8px;
  }

  .iks-status {
    min-width: 96px;
    min-height: 34px;
    padding: 7px 12px;
    font-size: 14px;
  }

  .iks-legend {
    padding: 18px 14px;
  }

  .iks-legend h3,
  .iks-info-card h3 {
    font-size: 18px;
  }

  .iks-info-card {
    grid-template-columns: 52px minmax(0, 1fr);
    padding: 18px 14px;
  }

  .iks-info-card img {
    width: 48px;
    height: 48px;
  }

  .iks-info-card strong {
    font-size: 16px;
  }

  .iks-cta {
    padding: 24px 16px;
    border-radius: 20px;
  }

  .iks-cta h2 {
    font-size: 21px;
  }

  .iks-cta .ik-button,
  .iks-outline-button {
    min-height: 58px;
    padding-inline: 18px;
    font-size: 15px;
  }

  .ik-schedule-subpage .ik-fixed-cta {
    right: auto;
    width: min(390px, 100vw);
    max-width: 100vw;
  }

  .ik-schedule-subpage p,
  .ik-schedule-subpage span,
  .ik-schedule-subpage strong,
  .ik-schedule-subpage small,
  .ik-schedule-subpage h1,
  .ik-schedule-subpage h2,
  .ik-schedule-subpage h3,
  .ik-schedule-subpage a {
    max-width: 100%;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }

  .ik-schedule-subpage .iks-status {
    white-space: nowrap !important;
    overflow-wrap: normal !important;
  }
}

/* Contact form page */
.ikc-page {
  background:
    radial-gradient(circle at 0 0, rgba(255, 236, 224, 0.72) 0 180px, transparent 181px),
    linear-gradient(180deg, #ffffff 0%, #fffaf4 54%, #ffffff 100%);
  color: var(--ik-ink);
}

.ikc-page .ik-container {
  width: min(1180px, calc(100% - 48px));
}

.ikc-header {
  position: relative;
  z-index: 5;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(35, 24, 21, 0.05);
}

.ikc-header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 24px 0 14px;
}

.ikc-logo .ik-logo__text strong {
  font-size: 35px;
  letter-spacing: 0;
}

.ikc-logo .ik-logo__text small {
  font-size: 12px;
  font-weight: 850;
}

.ikc-header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  min-width: 0;
}

.ikc-header__phone {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  color: var(--ik-ink);
  text-align: left;
}

.ikc-header__phone strong {
  display: block;
  color: var(--ik-red);
  font-size: 24px;
  font-weight: 1000;
  line-height: 1.1;
}

.ikc-header__phone small {
  display: block;
  margin-top: 3px;
  color: #332c2b;
  font-size: 12px;
  font-weight: 850;
}

.ikc-header__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  padding: 12px 24px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(180deg, #ff202e 0%, #e90012 100%);
  box-shadow: 0 10px 22px rgba(233, 0, 18, 0.2);
  font-size: 15px;
  font-weight: 1000;
}

.ikc-header__button .ikc-icon {
  width: 20px;
  height: 20px;
  border: 0;
  color: #ffffff;
  background: transparent;
}

.ikc-header__button .ikc-icon::before {
  font-size: 18px;
}

.ikc-nav {
  display: flex;
  justify-content: flex-end;
  gap: clamp(20px, 4.1vw, 56px);
  padding: 0 0 19px;
  font-size: 15px;
  font-weight: 950;
}

.ikc-nav a {
  color: #121416;
}

.ikc-nav a:hover,
.ikc-header__phone:hover {
  color: var(--ik-red);
}

.ikc-icon {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  border: 2px solid currentColor;
  border-radius: 50%;
  color: var(--ik-red);
  background: #ffffff;
  font-size: 0;
  line-height: 1;
}

.ikc-icon::before {
  font-size: 22px;
  font-weight: 1000;
  line-height: 1;
}

.ikc-icon--phone,
.ikc-header__phone .ikc-icon {
  width: 26px;
  height: 26px;
  border: 0;
  background: transparent;
}

.ikc-icon--phone::before {
  content: "☎";
  font-size: 25px;
}

.ikc-icon--mail::before {
  content: "✉";
}

.ikc-icon--headset {
  color: #ff9200;
  border: 0;
  background: #fff4e2;
}

.ikc-icon--headset::before {
  content: "☎";
  font-size: 27px;
}

.ikc-icon--school {
  color: #ff8a00;
  border: 0;
  border-radius: 8px;
  background: #fff4e2;
}

.ikc-icon--school::before {
  content: "校";
  font-size: 22px;
}

.ikc-icon--shield::before {
  content: "✓";
}

.ikc-icon--heart::before {
  content: "♡";
  font-size: 28px;
}

.ikc-hero {
  position: relative;
  overflow: hidden;
  background: #fff9f2;
}

.ikc-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 560px) minmax(0, 1fr);
  align-items: center;
  min-height: 350px;
  gap: 0;
}

.ikc-hero__copy {
  position: relative;
  z-index: 3;
  grid-column: 1;
  grid-row: 1;
  padding: 54px 0;
}

.ikc-hero__title {
  display: flex;
  align-items: center;
  gap: 28px;
}

.ikc-hero__mark {
  width: 76px;
  height: 76px;
  border-width: 2px;
}

.ikc-hero__mark::before {
  font-size: 38px;
}

.ikc-hero h1 {
  margin: 0;
  color: #101418;
  font-size: 46px;
  font-weight: 1000;
  line-height: 1.2;
}

.ikc-hero p {
  margin: 26px 0 0 12px;
  color: #15191f;
  font-size: 19px;
  font-weight: 850;
  line-height: 1.8;
}

.ikc-hero__visual {
  position: relative;
  z-index: 1;
  grid-column: 1 / -1;
  grid-row: 1;
  height: 350px;
  margin: 0;
}

.ikc-hero__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, #fff9f2 0%, rgba(255, 249, 242, 0.98) 26%, rgba(255, 249, 242, 0.58) 48%, rgba(255, 249, 242, 0.08) 66%, transparent 82%);
  pointer-events: none;
}

.ikc-hero__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}

.ikc-contact-section {
  padding: 0 0 36px;
}

.ikc-contact-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 370px;
  gap: 42px;
  margin-top: -12px;
  padding: 42px 38px 40px;
  border: 1px solid rgba(229, 213, 195, 0.8);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 38px rgba(56, 39, 24, 0.11);
}

.ikc-heading-line {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  margin-bottom: 30px;
}

.ikc-heading-line h2 {
  margin: 0;
  color: var(--ik-red);
  font-size: 26px;
  font-weight: 1000;
  line-height: 1.35;
}

.ikc-heading-line::after {
  content: "";
  height: 2px;
  background-image: linear-gradient(90deg, rgba(237, 28, 46, 0.35) 0 3px, transparent 3px 8px);
  background-size: 8px 2px;
}

.ikc-form-grid {
  display: grid;
  gap: 20px;
}

.ikc-form-field {
  display: grid;
  grid-template-columns: 166px minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  min-width: 0;
  margin: 0;
  color: #101418;
  font-size: 15px;
  font-weight: 950;
}

.ikc-form-field--wide {
  align-items: start;
}

.ikc-form-field > span {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  min-width: 0;
}

.ikc-form-field em,
.ikc-form-field small {
  display: inline-grid;
  place-items: center;
  min-height: 20px;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 11px;
  font-style: normal;
  font-weight: 1000;
  line-height: 1;
  white-space: nowrap;
}

.ikc-form-field em {
  color: var(--ik-red);
  border: 1px solid var(--ik-red);
  background: #ffffff;
}

.ikc-form-field small {
  color: #707983;
  border: 1px solid #cfd4db;
  background: #ffffff;
}

.ikc-form-field .wpcf7-form-control-wrap {
  display: block;
  min-width: 0;
  width: 100%;
}

.ikc-input {
  width: 100%;
  min-height: 54px;
  padding: 13px 17px;
  border: 1px solid #d8dce1;
  border-radius: 7px;
  background: #ffffff;
  color: #101418;
  box-shadow: inset 0 1px 2px rgba(24, 28, 34, 0.02);
  font: inherit;
  font-size: 16px;
  font-weight: 780;
  line-height: 1.45;
}

textarea.ikc-input {
  min-height: 122px;
  resize: vertical;
}

.ikc-input::placeholder {
  color: #a3a8b0;
}

.ikc-input:focus {
  outline: 3px solid rgba(237, 28, 46, 0.14);
  border-color: var(--ik-red);
}

.ikc-form-privacy {
  margin: 24px 0 0;
  color: #7a8189;
  font-size: 12px;
  font-weight: 760;
  line-height: 1.7;
}

.ikc-form-privacy a {
  color: var(--ik-red);
  font-weight: 950;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ikc-submit-wrap {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

.ikc-submit-wrap p {
  width: min(100%, 430px);
  margin: 0;
}

.ikc-submit,
.wpcf7 .ikc-submit {
  width: 100%;
  min-height: 66px;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(180deg, #ff202e 0%, #e90012 100%);
  box-shadow: 0 13px 26px rgba(233, 0, 18, 0.24);
  font-size: 21px;
  font-weight: 1000;
  cursor: pointer;
}

.wpcf7 .ikc-submit:hover {
  transform: translateY(-1px);
}

.ikc-form-fallback {
  padding: 18px;
  border: 1px solid #f3d3bd;
  border-radius: 8px;
  background: #fff8f1;
  color: #1c2027;
  font-weight: 850;
}

.ikc-side {
  display: grid;
  gap: 30px;
}

.ikc-faq-box,
.ikc-phone-box {
  border-radius: 8px;
  background: #fff7ed;
}

.ikc-faq-box {
  padding: 30px 28px;
  background:
    radial-gradient(circle at 100% 0, rgba(255, 215, 163, 0.22), transparent 42%),
    #fff6ea;
}

.ikc-faq-box h2 {
  margin: 0 0 22px;
  color: var(--ik-red);
  font-size: 22px;
  font-weight: 1000;
  line-height: 1.35;
}

.ikc-faq-box ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ikc-faq-box li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 62px;
  border-top: 1px solid rgba(195, 170, 137, 0.45);
  color: #20242a;
  font-size: 15px;
  font-weight: 950;
  line-height: 1.45;
}

.ikc-faq-box li span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: var(--ik-red);
  background: #ffffff;
  box-shadow: 0 2px 7px rgba(30, 22, 16, 0.08);
  font-size: 15px;
  font-weight: 1000;
}

.ikc-phone-box {
  display: grid;
  justify-items: center;
  gap: 12px;
  padding: 32px 26px;
  border: 1px solid #efd7be;
  color: #15191f;
  text-align: center;
  background: #fffaf4;
}

.ikc-phone-box .ikc-icon {
  width: 64px;
  height: 64px;
}

.ikc-phone-box strong {
  font-size: 18px;
  font-weight: 1000;
  line-height: 1.55;
}

.ikc-phone-box b {
  color: var(--ik-red);
  font-size: 36px;
  font-weight: 1000;
  line-height: 1.12;
}

.ikc-phone-box small {
  color: #14181f;
  font-size: 13px;
  font-weight: 900;
}

.ikc-other-section {
  padding: 0 0 30px;
}

.ikc-other-panel {
  padding: 34px 60px 40px;
  border-radius: 8px;
  background: #fff8ef;
}

.ikc-other-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.ikc-other-card {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 136px;
  padding: 24px 30px;
  border: 1px solid #ead7c0;
  border-radius: 8px;
  background: #ffffff;
  color: #15191f;
}

.ikc-other-card .ikc-icon {
  width: 64px;
  height: 64px;
}

.ikc-other-card strong,
.ikc-other-card small,
.ikc-other-card b,
.ikc-other-card em {
  display: block;
}

.ikc-other-card strong {
  font-size: 21px;
  font-weight: 1000;
  line-height: 1.35;
}

.ikc-other-card small {
  margin-top: 5px;
  color: #20242a;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.55;
}

.ikc-other-card b {
  margin-top: 8px;
  color: var(--ik-red);
  font-size: 27px;
  font-weight: 1000;
  line-height: 1.2;
}

.ikc-other-card em {
  color: #15191f;
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
}

.ikc-other-card .ikc-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 260px);
  min-height: 48px;
  padding: 10px 24px;
  border: 2px solid #ff9200;
  border-radius: 999px;
  color: #ff9200;
  background: #ffffff;
  font-size: 16px;
}

.ikc-trust-points {
  padding: 26px 0 34px;
  background: #ffffff;
}

.ikc-trust-points .ik-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.ikc-trust-points div {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 4px 14px;
  align-items: center;
}

.ikc-trust-points .ikc-icon {
  grid-row: 1 / 3;
  width: 48px;
  height: 48px;
}

.ikc-trust-points strong {
  color: #15191f;
  font-size: 18px;
  font-weight: 1000;
  line-height: 1.3;
}

.ikc-trust-points small {
  color: #1b2027;
  font-size: 14px;
  font-weight: 820;
  line-height: 1.4;
}

.ikc-page .wpcf7-spinner {
  display: block;
  margin: 12px auto 0;
}

.ikc-page .wpcf7-not-valid-tip {
  margin-top: 6px;
  color: var(--ik-red);
  font-size: 12px;
  font-weight: 850;
}

.ikc-page .wpcf7 form .wpcf7-response-output {
  margin: 18px 0 0;
  padding: 12px 14px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 850;
}

@media (max-width: 1100px) {
  .ikc-header__top {
    align-items: flex-start;
  }

  .ikc-logo .ik-logo__text strong {
    font-size: 30px;
  }

  .ikc-nav {
    justify-content: center;
    gap: 20px;
    font-size: 13px;
  }

  .ikc-contact-card {
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 28px;
    padding-inline: 28px;
  }

  .ikc-form-field {
    grid-template-columns: 142px minmax(0, 1fr);
    gap: 16px;
  }

  .ikc-other-panel {
    padding-inline: 34px;
  }
}

@media (max-width: 900px) {
  .ikc-page .ik-container {
    width: min(720px, calc(100% - 32px));
  }

  .ikc-header__top,
  .ikc-header__actions {
    flex-wrap: wrap;
  }

  .ikc-header__actions {
    justify-content: flex-start;
  }

  .ikc-nav {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 16px;
    white-space: nowrap;
  }

  .ikc-hero__grid {
    grid-template-columns: 1fr;
    gap: 0;
    min-height: 0;
  }

  .ikc-hero__copy {
    grid-column: 1;
    grid-row: auto;
    padding: 38px 0 22px;
  }

  .ikc-hero__title {
    gap: 18px;
  }

  .ikc-hero h1 {
    font-size: 36px;
  }

  .ikc-hero p {
    margin-left: 0;
    font-size: 17px;
  }

  .ikc-hero__visual {
    grid-column: 1;
    grid-row: auto;
    height: 260px;
    margin: 0;
    border-radius: 8px;
    overflow: hidden;
  }

  .ikc-hero__visual::before {
    display: none;
  }

  .ikc-contact-card,
  .ikc-other-grid,
  .ikc-trust-points .ik-container {
    grid-template-columns: 1fr;
  }

  .ikc-contact-card {
    margin-top: 24px;
  }

  .ikc-side {
    gap: 20px;
  }
}

@media (max-width: 620px) {
  .ikc-page .ik-container {
    width: min(390px, calc(100% - 20px));
  }

  .ikc-header__top {
    padding-top: 16px;
  }

  .ikc-logo .ik-logo__text strong {
    font-size: 25px;
  }

  .ikc-header__actions {
    width: 100%;
    gap: 10px;
  }

  .ikc-header__phone {
    width: 100%;
  }

  .ikc-header__phone strong {
    font-size: 21px;
  }

  .ikc-header__button {
    width: 100%;
    min-height: 48px;
  }

  .ikc-hero__title {
    display: grid;
    justify-items: start;
  }

  .ikc-hero__mark {
    width: 64px;
    height: 64px;
  }

  .ikc-hero h1 {
    font-size: 31px;
  }

  .ikc-hero p {
    font-size: 15px;
  }

  .ikc-contact-card,
  .ikc-other-panel {
    padding: 24px 14px;
  }

  .ikc-heading-line {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 22px;
  }

  .ikc-heading-line h2 {
    font-size: 22px;
  }

  .ikc-form-field {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .ikc-input {
    min-height: 50px;
    font-size: 15px;
  }

  .ikc-submit,
  .wpcf7 .ikc-submit {
    min-height: 58px;
    font-size: 18px;
  }

  .ikc-faq-box {
    padding: 24px 18px;
  }

  .ikc-faq-box h2 {
    font-size: 20px;
  }

  .ikc-faq-box li {
    min-height: 58px;
    font-size: 14px;
  }

  .ikc-phone-box b {
    font-size: 28px;
  }

  .ikc-other-card {
    grid-template-columns: 1fr;
    justify-items: start;
    padding: 22px 18px;
  }

  .ikc-other-card b {
    font-size: 23px;
  }

  .ikc-trust-points .ik-container {
    gap: 18px;
  }

  .ikc-page p,
  .ikc-page span,
  .ikc-page strong,
  .ikc-page small,
  .ikc-page h1,
  .ikc-page h2,
  .ikc-page h3,
  .ikc-page a,
  .ikc-page label {
    max-width: 100%;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }
}

/* Keep the course page stable: it also uses ikc-* class names. */
.ik-course-subpage .ikc-hero {
  position: relative;
  padding: 28px 0 44px;
  background:
    radial-gradient(circle at 91% 22%, rgba(255, 215, 74, 0.34), transparent 18%),
    linear-gradient(90deg, #ffffff 0%, #ffffff 47%, #fff4df 100%);
}

.ik-course-subpage .ikc-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  align-items: center;
  gap: 38px;
  min-height: 320px;
}

.ik-course-subpage .ikc-hero__copy {
  position: static;
  z-index: auto;
  grid-column: auto;
  grid-row: auto;
  padding: 0;
}

.ik-course-subpage .ikc-kicker {
  margin: 0 0 12px;
  color: var(--ik-red);
  font-size: 28px;
  font-weight: 1000;
  line-height: 1.3;
}

.ik-course-subpage .ikc-hero h1 {
  margin: 0 0 20px;
  color: var(--ik-ink);
  font-size: clamp(42px, 5.4vw, 66px);
  font-weight: 1000;
  line-height: 1.12;
  word-break: keep-all;
}

.ik-course-subpage .ikc-lead {
  max-width: 620px;
  margin: 0;
  color: #262b35;
  font-size: 18px;
  font-weight: 900;
}

.ik-course-subpage .ikc-hero__visual {
  position: relative;
  z-index: auto;
  grid-column: auto;
  grid-row: auto;
  height: auto;
  min-height: 320px;
  margin: 0;
  border-radius: 0 0 0 78px;
  overflow: hidden;
  box-shadow: 0 18px 34px rgba(70, 45, 18, 0.11);
}

.ik-course-subpage .ikc-hero__visual::before {
  content: none;
}

.ik-course-subpage .ikc-hero__visual img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 1100px) {
  .ik-course-subpage .ikc-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 1fr);
    gap: 28px;
  }
}

@media (max-width: 900px) {
  .ik-course-subpage .ikc-hero {
    padding: 24px 0 30px;
    background: linear-gradient(180deg, #ffffff 0%, #fff8ea 100%);
  }

  .ik-course-subpage .ikc-hero__grid {
    grid-template-columns: 1fr;
    gap: 24px;
    min-height: 0;
  }

  .ik-course-subpage .ikc-kicker {
    font-size: 22px;
  }

  .ik-course-subpage .ikc-hero h1 {
    font-size: 44px;
  }

  .ik-course-subpage .ikc-lead {
    font-size: 16px;
  }

  .ik-course-subpage .ikc-hero__visual {
    min-height: 250px;
    border-radius: 8px;
  }

  .ik-course-subpage .ikc-hero__visual img {
    min-height: 250px;
  }
}

/* Site logo image replacement */
.ik-logo {
  width: clamp(218px, 23vw, 284px);
  min-height: 66px;
  gap: 0;
  line-height: 0;
}

.ik-logo::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1586 / 476;
  background: url("../images/imakara-kids-logo-new.png") left center / contain no-repeat;
}

.ik-logo-mark,
.ik-logo__text {
  display: none !important;
}

.ikc-footer .ik-logo,
.ika-footer-brand .ik-logo,
.ikv-footer-brand .ik-logo,
.ikx-footer-brand .ik-logo {
  width: clamp(238px, 28vw, 340px);
}

@media (max-width: 900px) {
  .ik-logo {
    width: clamp(178px, 50vw, 224px);
    min-height: 54px;
  }
}

@media (max-width: 900px) {
  .ik-header__inner {
    min-height: 58px;
    padding-block: 4px;
  }

  .ik-header .ik-logo {
    width: 168px;
    height: 51px;
    min-height: 0;
    overflow: hidden;
  }

  .ik-header .ik-logo::before {
    height: 100%;
    aspect-ratio: auto;
  }
}

@media (max-width: 520px) {
  .ik-header__inner {
    min-height: 54px;
  }

  .ik-header .ik-logo {
    width: 154px;
    height: 46px;
  }
}

/* Shared price plan table */
.ik-course,
.ikc-course-list {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 10%, rgba(255, 214, 217, 0.55) 0 1px, transparent 2px) 0 0 / 22px 22px,
    linear-gradient(180deg, #fffefe 0%, #fffafa 56%, #ffffff 100%);
}

.ik-course .ik-container,
.ikc-course-list .ik-container {
  position: relative;
  z-index: 1;
}

.ik-course .ik-container::before,
.ikc-course-list .ik-container::before,
.ik-course .ik-container::after,
.ikc-course-list .ik-container::after {
  position: absolute;
  z-index: -1;
  color: #ffcf39;
  font-weight: 1000;
  line-height: 1;
  pointer-events: none;
}

.ik-course .ik-container::before,
.ikc-course-list .ik-container::before {
  content: "★";
  left: 6%;
  top: 28px;
  font-size: 34px;
  transform: rotate(-12deg);
}

.ik-course .ik-container::after,
.ikc-course-list .ik-container::after {
  content: "✎";
  right: 7%;
  top: 44px;
  color: #72bd57;
  font-size: 38px;
  transform: rotate(16deg);
}

.ik-price-heading {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 8px;
  margin: 0 0 28px;
  padding-top: 2px;
  text-align: center;
}

.ik-price-heading::before,
.ik-price-heading::after {
  content: "";
  position: absolute;
  top: 76px;
  width: 72px;
  height: 3px;
  border-top: 4px dotted #ff747b;
  pointer-events: none;
}

.ik-price-heading::before {
  left: calc(50% - 310px);
  transform: rotate(35deg);
}

.ik-price-heading::after {
  right: calc(50% - 310px);
  transform: rotate(-35deg);
}

.ik-price-heading__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  min-height: 38px;
  margin: 0;
  padding: 7px 28px;
  background: linear-gradient(180deg, #ff6d70 0%, #f14b54 100%);
  border-radius: 999px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 1000;
  line-height: 1.2;
  box-shadow: 0 10px 18px rgba(237, 28, 46, 0.14);
}

.ik-price-heading h2 {
  margin: 0;
  color: #ff535d;
  font-size: 54px;
  font-weight: 1000;
  line-height: 1.08;
  letter-spacing: 0;
}

.ik-price-heading > p:not(.ik-price-heading__badge) {
  margin: 0;
  color: #4c2d27;
  font-size: 18px;
  font-weight: 1000;
  line-height: 1.6;
}

.ik-price-tables {
  display: grid;
  gap: 24px;
}

.ik-price-admission {
  position: relative;
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: center;
  justify-content: center;
  gap: 12px 18px;
  width: min(720px, 100%);
  margin: 24px auto 0;
  padding: 16px 24px;
  background:
    linear-gradient(90deg, rgba(255, 244, 220, 0.95) 0%, rgba(255, 253, 247, 0.98) 54%, rgba(255, 240, 242, 0.96) 100%);
  border: 2px solid #ffd28c;
  border-radius: 8px;
  box-shadow: 0 14px 28px rgba(87, 50, 31, 0.1);
  text-align: center;
}

.ik-price-admission::before {
  content: "入";
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-right: 2px;
  background: linear-gradient(180deg, #ff7276 0%, #f13f4d 100%);
  border-radius: 50%;
  color: #ffffff;
  font-size: 22px;
  font-weight: 1000;
  line-height: 1;
}

.ik-price-admission span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 5px 14px;
  background: #ffffff;
  border: 1px solid #ffd8d8;
  border-radius: 999px;
  color: #6c3a32;
  font-size: 14px;
  font-weight: 1000;
  line-height: 1.2;
}

.ik-price-admission strong {
  color: #ff535d;
  font-size: 30px;
  font-weight: 1000;
  line-height: 1.15;
}

.ik-price-admission small {
  color: #5c332d;
  font-size: 15px;
  font-weight: 900;
}

.ik-price-table-block {
  position: relative;
  padding: 28px 34px 30px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #f1ded2;
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(87, 50, 31, 0.11);
}

.ik-price-table-block::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 24px;
  width: 34px;
  height: 34px;
  background:
    linear-gradient(#f7ad08, #f7ad08) 50% 0 / 4px 14px no-repeat,
    linear-gradient(#f7ad08, #f7ad08) 100% 50% / 14px 4px no-repeat,
    linear-gradient(#f7ad08, #f7ad08) 15% 88% / 13px 4px no-repeat;
  transform: rotate(-20deg);
  opacity: 0.9;
  pointer-events: none;
}

.ik-price-table-block h3 {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 22px;
  min-height: 70px;
  margin: 0 0 14px;
  padding-left: 88px;
  color: #ff535d;
  font-size: 38px;
  font-weight: 1000;
  line-height: 1.2;
}

.ik-price-table-block h3::before {
  position: absolute;
  left: 0;
  top: 50%;
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border-radius: 8px;
  background: #fff4f1;
  font-size: 43px;
  transform: translateY(-50%);
  box-shadow: inset 0 0 0 1px #ffd9d2;
}

.ik-price-table-block:nth-child(1) h3::before {
  content: "🎒";
}

.ik-price-table-block:nth-child(2) h3::before {
  content: "🏠";
  background: #fff8e8;
}

.ik-price-table-block h3 span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 6px 20px;
  background: #fff0f0;
  border-radius: 999px;
  color: #5c332d;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
}

.ik-price-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 8px;
}

.ik-price-table {
  width: 100%;
  min-width: 740px;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  color: #161b22;
  font-size: 20px;
  line-height: 1.35;
}

.ik-price-table th,
.ik-price-table td {
  min-height: 62px;
  padding: 15px 16px;
  border-right: 1px solid #f1d3cf;
  border-bottom: 1px solid #f1d3cf;
  background: rgba(255, 249, 249, 0.82);
  text-align: center;
  vertical-align: middle;
}

.ik-price-table thead th {
  background: linear-gradient(180deg, #ff6468 0%, #ff3f4d 100%);
  color: #ffffff;
  font-size: 18px;
  font-weight: 1000;
}

.ik-price-table thead th:first-child {
  border-top-left-radius: 8px;
}

.ik-price-table tbody tr:last-child th:first-child {
  border-bottom-left-radius: 8px;
}

.ik-price-table thead th:last-child {
  border-top: 4px solid #ff535d;
  border-right: 4px solid #ff535d;
  border-left: 4px solid #ff535d;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.ik-price-table tbody th {
  position: relative;
  color: #6a3c35;
  font-weight: 1000;
}

.ik-price-table tbody th::before {
  content: "";
  position: absolute;
  left: 26px;
  top: 50%;
  width: 18px;
  height: 18px;
  border-top: 4px solid #f3aa00;
  border-left: 4px solid #f3aa00;
  transform: translateY(-50%) rotate(-26deg);
}

.ik-price-table tbody th[scope="row"] {
  background:
    radial-gradient(ellipse at center, #ffecec 0 48%, transparent 50%),
    rgba(255, 249, 249, 0.82);
}

.ik-price-table tbody td {
  font-weight: 850;
}

.ik-price-table thead th:last-child,
.ik-price-table tbody td:last-child {
  width: 24%;
}

.ik-price-table tbody td:last-child {
  border-right: 4px solid #ff535d;
  border-left: 4px solid #ff535d;
  background: linear-gradient(180deg, #fff9dc 0%, #fff3c5 100%);
  color: #ff535d;
  font-size: 28px;
  font-weight: 1000;
}

.ik-price-table tbody tr:last-child td:last-child {
  border-bottom: 4px solid #ff535d;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.ik-course-note {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  width: min(760px, 100%);
  margin: 28px auto 0;
  padding: 16px 24px;
  background: #fffdf5;
  border: 1px solid #f3cf7b;
  border-radius: 8px;
  color: #3c2c25;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.7;
  text-align: center;
  box-shadow: 0 10px 24px rgba(80, 51, 20, 0.06);
}

.ik-course-note::before {
  content: "★";
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  background: linear-gradient(180deg, #ff8185 0%, #ff4e5a 100%);
  border-radius: 50%;
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
}

.ik-course-note strong,
.ik-course-note span {
  display: block;
}

.ik-course-note strong {
  font-size: 18px;
  font-weight: 1000;
}

.ik-course-note span {
  font-size: 15px;
  font-weight: 850;
}

@media (max-width: 900px) {
  .ik-price-heading {
    gap: 7px;
    margin-bottom: 22px;
  }

  .ik-price-heading::before,
  .ik-price-heading::after,
  .ik-course .ik-container::before,
  .ikc-course-list .ik-container::before,
  .ik-course .ik-container::after,
  .ikc-course-list .ik-container::after {
    display: none;
  }

  .ik-price-heading__badge {
    min-width: 150px;
    min-height: 32px;
    padding: 6px 20px;
    font-size: 17px;
  }

  .ik-price-heading h2 {
    font-size: 38px;
  }

  .ik-price-heading > p:not(.ik-price-heading__badge) {
    font-size: 15px;
  }

  .ik-price-tables {
    gap: 18px;
  }

  .ik-price-admission {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 8px;
    margin: 18px auto 0;
    padding: 14px 16px;
  }

  .ik-price-admission::before {
    width: 40px;
    height: 40px;
    margin: 0;
    font-size: 19px;
  }

  .ik-price-admission span {
    min-height: 28px;
    font-size: 13px;
  }

  .ik-price-admission strong {
    font-size: 25px;
  }

  .ik-price-admission small {
    font-size: 13px;
  }

  .ik-price-table-block {
    padding: 20px 14px 18px;
  }

  .ik-price-table-block::after {
    display: none;
  }

  .ik-price-table-block h3 {
    min-height: 54px;
    padding-left: 66px;
    font-size: 29px;
  }

  .ik-price-table-block h3::before {
    width: 52px;
    height: 52px;
    font-size: 32px;
  }

  .ik-price-table-block h3 span {
    min-height: 30px;
    padding: 5px 14px;
    font-size: 14px;
  }

  .ik-price-table {
    min-width: 640px;
    font-size: 17px;
  }

  .ik-price-table thead th {
    font-size: 15px;
  }

  .ik-price-table th,
  .ik-price-table td {
    padding: 13px 12px;
  }

  .ik-price-table tbody th::before {
    left: 16px;
    width: 14px;
    height: 14px;
  }

  .ik-price-table tbody td:last-child {
    font-size: 23px;
  }

  .ik-course-note {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 10px;
    padding: 14px 16px;
    font-size: 14px;
  }

  .ik-course-note::before {
    width: 42px;
    height: 42px;
    font-size: 20px;
  }

  .ik-course-note strong {
    font-size: 15px;
  }

  .ik-course-note span {
    font-size: 13px;
  }
}

@media (max-width: 640px) {
  .ik-price-table-wrap {
    overflow-x: visible;
    border-radius: 0;
  }

  .ik-price-table {
    display: block;
    width: 100%;
    min-width: 0;
    border-collapse: separate;
    font-size: 16px;
  }

  .ik-price-table thead {
    display: none;
  }

  .ik-price-table tbody {
    display: grid;
    gap: 12px;
  }

  .ik-price-table tbody tr {
    display: grid;
    overflow: hidden;
    background: #ffffff;
    border: 2px solid #ffe0dc;
    border-radius: 8px;
    box-shadow: 0 10px 22px rgba(87, 50, 31, 0.08);
  }

  .ik-price-table th,
  .ik-price-table td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 0;
    padding: 11px 14px;
    border-right: 0;
    border-bottom: 1px solid #f4d8d3;
    background: #fffafa;
    text-align: right;
  }

  .ik-price-table tbody th[scope="row"] {
    justify-content: center;
    min-height: 44px;
    background: linear-gradient(180deg, #ff6468 0%, #ff3f4d 100%);
    color: #ffffff;
    font-size: 18px;
    font-weight: 1000;
    text-align: center;
  }

  .ik-price-table tbody th::before {
    content: none;
  }

  .ik-price-table tbody td::before {
    margin-right: 14px;
    color: #6a3c35;
    font-size: 13px;
    font-weight: 1000;
    text-align: left;
  }

  .ik-price-table tbody td:nth-of-type(1)::before {
    content: "月額授業料";
  }

  .ik-price-table tbody td:nth-of-type(2)::before {
    content: "月額教材費";
  }

  .ik-price-table tbody td:nth-of-type(3)::before {
    content: "月額学費計";
  }

  .ik-price-table tbody td:last-child {
    width: auto;
    margin: 7px;
    padding: 13px 14px;
    border: 2px solid #ff535d;
    border-radius: 8px;
    background: linear-gradient(180deg, #fff9dc 0%, #fff3c5 100%);
    color: #ff535d;
    font-size: 22px;
  }

  .ik-price-table tbody tr:last-child th:first-child,
  .ik-price-table tbody tr:last-child td:last-child {
    border-radius: 8px;
  }
}

/* Front page mobile top layout */
@media (max-width: 640px) {
  .imakara-kids-page,
  .ik-page,
  .ik-hero,
  .ik-strength,
  .ik-about,
  .ik-feature {
    overflow-x: hidden;
  }

  .ik-hero {
    padding: 18px 0 22px;
    background: #ffffff;
  }

  .ik-hero__grid {
    width: calc(100% - 16px);
    max-width: 430px;
    display: block;
    min-height: 0;
    padding: 0;
  }

  .ik-hero__grid > *,
  .ik-strength__grid > *,
  .ik-about__grid > *,
  .ik-feature-grid > * {
    min-width: 0;
  }

  .ik-hero p,
  .ik-hero strong,
  .ik-strength h3,
  .ik-strength p,
  .ik-about p,
  .ik-about strong,
  .ik-feature-grid h3,
  .ik-feature-grid p {
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .ik-hero__copy {
    display: block;
    position: relative;
    z-index: 2;
    padding: 0;
  }

  .ik-hero__tag {
    display: block;
    min-width: 0;
    width: 66%;
    margin: 0 0 5px;
    padding: 0;
    background: transparent;
    clip-path: none;
    color: var(--ik-red);
    font-size: 12px;
    font-weight: 1000;
    line-height: 1.35;
  }

  .ik-hero h1 {
    min-width: 0;
    width: 70%;
    margin: 0 0 8px;
    font-size: 28px;
    line-height: 1.08;
  }

  .ik-hero h1 span {
    font-size: 37px;
  }

  .ik-hero__lead {
    min-width: 0;
    width: 66%;
    margin: 0 0 9px;
    font-size: 13px;
    line-height: 1.58;
  }

  .ik-hero__body {
    min-width: 0;
    width: 66%;
    font-size: 11px;
    line-height: 1.8;
  }

  .ik-hero__visual {
    position: absolute;
    top: 28px;
    right: -8px;
    z-index: 1;
    min-width: 0;
    width: 36%;
    max-width: 148px;
    height: 226px;
    min-height: 0;
    margin-top: 0;
  }

  .ik-hero-photo {
    position: relative;
    inset: auto;
    width: 100%;
    height: 100%;
    border-radius: 0;
    box-shadow: none;
  }

  .ik-hero-photo img {
    object-position: 54% center;
  }

  .ik-red-badge {
    display: none;
  }

  .ik-hero-icons {
    min-width: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 5px;
    width: 100%;
    max-width: 340px;
    justify-self: center;
    margin: 18px auto 12px;
  }

  .ik-hero-icons div {
    min-width: 0;
    aspect-ratio: 1 / 1;
    width: 100%;
    max-width: 78px;
    justify-self: center;
    min-height: 0;
    padding: 7px 2px;
    border-color: rgba(237, 28, 46, 0.42);
    box-shadow: 0 8px 16px rgba(43, 28, 20, 0.06);
  }

  .ik-hero-icons img {
    width: 25px;
    height: 25px;
    margin-bottom: 4px;
  }

  .ik-hero-icons strong {
    font-size: 8.8px;
    line-height: 1.28;
  }

  .ik-hero-cta {
    min-width: 0;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 8px;
    width: 100%;
    max-width: 350px;
    justify-self: center;
  }

  .ik-gift {
    min-width: 0;
    min-height: 52px;
    padding: 8px 6px;
    gap: 6px;
    font-size: 9.4px;
    line-height: 1.24;
  }

  .ik-gift-icon {
    width: 25px;
    height: 23px;
    border-width: 3px;
    border-top-width: 7px;
  }

  .ik-gift-icon::before {
    left: 8px;
    top: -8px;
    width: 3px;
    height: 23px;
  }

  .ik-gift-icon::after {
    left: -6px;
    top: -14px;
    width: 28px;
    height: 11px;
    border-width: 3px;
    border-bottom: 0;
  }

  .ik-hero-cta .ik-button {
    min-height: 52px;
    width: 100%;
    min-width: 0;
    padding: 10px 8px;
    gap: 6px;
    font-size: 12.4px;
    white-space: normal;
  }

  .ik-hero-cta .ik-button span {
    width: 22px;
    height: 22px;
    flex: 0 0 auto;
  }

  .ik-strength {
    padding: 14px 0 24px;
    background: #ffffff;
  }

  .ik-strength__grid {
    width: calc(100% - 16px);
    max-width: 430px;
    overflow: visible;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 18px 8px 10px;
    background: linear-gradient(180deg, #fff8ed 0%, #fffdf8 100%);
    border: 0;
    border-radius: 8px;
  }

  .ik-strength__title {
    min-height: 0;
    padding: 0 8px 8px;
    background: transparent;
    text-align: center;
  }

  .ik-strength__title p {
    font-size: 19px;
  }

  .ik-strength__title h2 {
    margin-top: 2px;
    font-size: 28px;
  }

  .ik-strength article {
    min-width: 0;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 4px 11px;
    min-height: 0;
    padding: 13px 12px;
    background: #ffffff;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 8px 18px rgba(39, 28, 20, 0.06);
  }

  .ik-strength article img {
    width: 36px;
    height: 36px;
  }

  .ik-strength article h3 {
    min-width: 0;
    font-size: 14px;
    line-height: 1.28;
  }

  .ik-strength article p {
    min-width: 0;
    font-size: 11.5px;
    line-height: 1.65;
  }

  .ik-section {
    padding: 28px 0;
  }

  .ik-section-title {
    margin-bottom: 16px;
    font-size: 24px;
  }

  .ik-section-title::before,
  .ik-section-title::after {
    display: none;
  }

  .ik-about .ik-container,
  .ik-feature .ik-container {
    width: calc(100% - 16px);
    max-width: 430px;
  }

  .ik-about__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    min-width: 0;
    max-width: 350px;
    margin: 0 auto;
  }

  .ik-about__text {
    grid-column: 1 / -1;
    min-height: 0;
    max-width: none;
    padding: 0 6px 2px;
    text-align: center;
  }

  .ik-about__text p {
    font-size: 12px;
    line-height: 1.85;
  }

  .ik-about-card {
    min-width: 0;
    max-width: 100%;
    min-height: 104px;
    padding: 9px 4px;
    border-color: #f4d9c3;
    box-shadow: 0 8px 18px rgba(31, 24, 18, 0.04);
  }

  .ik-about-card img {
    width: 35px;
    height: 35px;
    margin-bottom: 7px;
  }

  .ik-about-card strong {
    min-width: 0;
    font-size: 9.6px;
    line-height: 1.35;
  }

  .ik-feature {
    padding-top: 24px;
  }

  .ik-feature .ik-container {
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
  }

  .ik-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    min-width: 0;
  }

  .ik-feature-grid article {
    min-width: 0;
    border-color: #f2d7bd;
    box-shadow: 0 8px 18px rgba(31, 24, 18, 0.05);
  }

  .ik-feature-grid img {
    height: 106px;
  }

  .ik-feature-grid h3 {
    min-width: 0;
    margin: 10px 9px 5px;
    font-size: 12.5px;
    line-height: 1.25;
    text-align: center;
  }

  .ik-feature-grid p {
    min-width: 0;
    margin: 0 8px 11px;
    font-size: 10.5px;
    line-height: 1.62;
  }
}

@media (max-width: 374px) {
  .ik-hero__grid {
    grid-template-columns: minmax(0, 1fr) 122px;
    gap: 0 8px;
  }

  .ik-hero h1 {
    font-size: 27px;
  }

  .ik-hero h1 span {
    font-size: 36px;
  }

  .ik-hero-photo {
    height: 210px;
  }

  .ik-hero-icons {
    gap: 6px;
  }

  .ik-hero-icons strong,
  .ik-gift {
    font-size: 9px;
  }

  .ik-hero-cta .ik-button {
    font-size: 12px;
  }
}

.ik-mobile-footer {
  display: none;
}

@media (max-width: 900px) {
  .imakara-kids-page .ik-page {
    padding-bottom: 0;
  }

  .imakara-kids-page .ik-bottom-cta,
  .imakara-kids-page .ika-cta,
  .imakara-kids-page .ikl-bottom-cta,
  .imakara-kids-page .ikc-cta,
  .imakara-kids-page .ikx-cta,
  .imakara-kids-page .ikr-cta,
  .imakara-kids-page .ikv-cta,
  .imakara-kids-page .ikq-contact-cta,
  .imakara-kids-page .ikt-bottom-cta,
  .imakara-kids-page .iks-cta,
  .imakara-kids-page .ik-footer-points,
  .imakara-kids-page .ika-support,
  .imakara-kids-page .ikl-footer-points,
  .imakara-kids-page .ikc-trust-points,
  .imakara-kids-page .ikr-footer-points,
  .imakara-kids-page .ikv-footer-points,
  .imakara-kids-page .ikx-footer-points,
  .imakara-kids-page .iks-footer-points,
  .imakara-kids-page .ika-footer,
  .imakara-kids-page .ikc-footer,
  .imakara-kids-page .ikv-footer,
  .imakara-kids-page .ikx-footer,
  .imakara-kids-page .ik-fixed-cta {
    display: none !important;
  }

  .ik-mobile-footer {
    display: block;
    overflow: hidden;
    padding-top: 18px;
    background:
      radial-gradient(circle at 10% 6%, rgba(255, 214, 74, 0.28) 0 18px, transparent 19px),
      radial-gradient(circle at 92% 24%, rgba(52, 120, 212, 0.12) 0 18px, transparent 19px),
      linear-gradient(180deg, #fffaf0 0%, #fffdf8 58%, #fff7ef 100%);
  }

  .ik-mobile-footer * {
    box-sizing: border-box;
  }

  .ik-mobile-footer__inner {
    display: grid;
    gap: 16px;
    width: calc(100% - 26px);
    max-width: 480px;
    margin: 0 auto;
  }

  .ik-mobile-footer svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .ik-mobile-footer__trial {
    position: relative;
    min-height: 154px;
    overflow: hidden;
    padding: 22px 18px 18px;
    border-radius: 26px;
    background:
      radial-gradient(circle at 96% 20%, rgba(255, 221, 84, 0.42) 0 10px, transparent 11px),
      linear-gradient(135deg, #ff4038 0%, #f4141b 54%, #d80610 100%);
    box-shadow: 0 15px 30px rgba(220, 28, 24, 0.18);
    color: var(--ik-white);
  }

  .ik-mobile-footer__trial-copy {
    position: relative;
    z-index: 2;
    max-width: min(280px, 73%);
  }

  .ik-mobile-footer__trial h2 {
    margin: 0;
    color: var(--ik-white);
    font-size: clamp(20px, 5.6vw, 26px);
    font-weight: 1000;
    line-height: 1.38;
    letter-spacing: 0;
  }

  .ik-mobile-footer__trial p {
    margin: 10px 0 14px;
    max-width: 230px;
    color: rgba(255, 255, 255, 0.95);
    font-size: clamp(12px, 3.4vw, 15px);
    font-weight: 900;
    line-height: 1.5;
  }

  .ik-mobile-footer__trial-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    min-height: 50px;
    min-width: min(244px, 100%);
    padding: 0 16px 0 21px;
    border: 2px solid rgba(255, 255, 255, 0.76);
    border-radius: 999px;
    background: linear-gradient(180deg, #ffef69 0%, #ffd943 100%);
    box-shadow: 0 12px 20px rgba(137, 29, 0, 0.16);
    color: var(--ik-red);
    font-size: clamp(17px, 4.6vw, 22px);
    font-weight: 1000;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
  }

  .ik-mobile-footer__trial-button i {
    display: grid;
    place-items: center;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--ik-red);
    color: var(--ik-yellow);
    font-style: normal;
    font-size: 30px;
    line-height: 1;
  }

  .ik-mobile-footer__kids {
    position: absolute;
    right: -12px;
    bottom: 0;
    z-index: 1;
    width: auto;
    height: 128px;
    max-width: none;
    object-fit: cover;
    object-position: right bottom;
    pointer-events: none;
  }

  .ik-mobile-footer__spark {
    position: absolute;
    z-index: 2;
    pointer-events: none;
  }

  .ik-mobile-footer__spark--star {
    right: 46px;
    top: 18px;
    width: 18px;
    height: 18px;
    background: #ffd94f;
    clip-path: polygon(50% 0, 62% 34%, 98% 34%, 69% 55%, 80% 92%, 50% 70%, 20% 92%, 31% 55%, 2% 34%, 38% 34%);
  }

  .ik-mobile-footer__spark--dot {
    right: 27px;
    top: 38px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ff9f9f;
  }

  .ik-mobile-footer__phone {
    display: grid;
    grid-template-columns: auto minmax(0, auto);
    justify-content: center;
    align-items: center;
    gap: 4px 13px;
    padding: 20px 14px 18px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 12px 26px rgba(80, 52, 18, 0.09);
    color: var(--ik-ink);
    text-align: center;
    text-decoration: none;
  }

  .ik-mobile-footer__phone-icon {
    position: relative;
    display: grid;
    place-items: center;
    width: 45px;
    height: 45px;
    color: var(--ik-red);
  }

  .ik-mobile-footer__phone-icon::after {
    content: "";
    position: absolute;
    right: -6px;
    top: 4px;
    width: 16px;
    height: 16px;
    background:
      radial-gradient(circle at 50% 50%, #ffc229 0 3px, transparent 4px),
      linear-gradient(#ffc229, #ffc229) center / 3px 15px no-repeat;
    transform: rotate(38deg);
  }

  .ik-mobile-footer__phone strong {
    color: var(--ik-red);
    font-size: clamp(31px, 9.6vw, 44px);
    font-weight: 1000;
    line-height: 1;
    letter-spacing: 0;
    white-space: nowrap;
  }

  .ik-mobile-footer__phone small {
    grid-column: 1 / -1;
    color: #26282c;
    font-size: clamp(14px, 3.9vw, 18px);
    font-weight: 900;
    line-height: 1.45;
  }

  .ik-mobile-footer__nav {
    overflow: hidden;
    padding: 11px 18px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 12px 26px rgba(80, 52, 18, 0.09);
  }

  .ik-mobile-footer__nav a {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 18px;
    align-items: center;
    gap: 14px;
    min-height: 58px;
    color: var(--ik-ink);
    text-decoration: none;
  }

  .ik-mobile-footer__nav a + a {
    border-top: 1px dashed #ffd5d4;
  }

  .ik-mobile-footer__nav-icon {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    color: #ff2b1f;
  }

  .ik-mobile-footer__nav-label {
    min-width: 0;
    color: #292d33;
    font-size: clamp(17px, 4.7vw, 21px);
    font-weight: 950;
    line-height: 1.25;
  }

  .ik-mobile-footer__nav-arrow {
    color: #20242b;
    font-size: 35px;
    font-weight: 500;
    line-height: 1;
  }

  .ik-mobile-footer__legal {
    display: grid;
    grid-template-columns: 0.8fr 1.08fr 1.42fr;
    align-items: center;
    gap: 0;
    padding: 10px 0 2px;
  }

  .ik-mobile-footer__legal a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-width: 0;
    min-height: 36px;
    padding: 0 6px;
    color: #20242b;
    font-size: clamp(10px, 2.7vw, 12px);
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
  }

  .ik-mobile-footer__legal a + a {
    border-left: 1px solid #d9d5cf;
  }

  .ik-mobile-footer__legal span {
    display: grid;
    place-items: center;
    flex: 0 0 25px;
    width: 25px;
    height: 25px;
    color: #ff2b1f;
  }

  .ik-mobile-footer__confetti {
    position: relative;
    height: 68px;
    max-width: 520px;
    margin: 10px auto 0;
    background:
      radial-gradient(circle at 36px 70px, #ffecec 46px, transparent 47px) 0 0 / 78px 76px repeat-x;
  }

  .ik-mobile-footer__confetti span {
    position: absolute;
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #ff8588;
  }

  .ik-mobile-footer__confetti span:nth-child(1) { left: 7%; top: 34px; width: 7px; height: 7px; background: #ffd45d; }
  .ik-mobile-footer__confetti span:nth-child(2) { left: 17%; top: 42px; width: 15px; height: 15px; background: #ff6f73; clip-path: polygon(50% 0, 62% 35%, 100% 35%, 70% 56%, 82% 100%, 50% 72%, 18% 100%, 30% 56%, 0 35%, 38% 35%); }
  .ik-mobile-footer__confetti span:nth-child(3) { left: 33%; top: 38px; width: 8px; height: 8px; }
  .ik-mobile-footer__confetti span:nth-child(4) { left: 49%; top: 41px; width: 10px; height: 10px; border-radius: 2px; background: #ffc229; transform: rotate(8deg); }
  .ik-mobile-footer__confetti span:nth-child(5) { left: 62%; top: 34px; width: 14px; height: 14px; background: #3478d4; }
  .ik-mobile-footer__confetti span:nth-child(6) { left: 75%; top: 38px; width: 14px; height: 14px; border-radius: 2px; background: #43d273; clip-path: polygon(50% 0, 100% 100%, 0 100%); }
  .ik-mobile-footer__confetti span:nth-child(7) { left: 87%; top: 34px; width: 15px; height: 15px; background: #3478d4; }
  .ik-mobile-footer__confetti span:nth-child(8) { right: 5%; top: 40px; width: 9px; height: 9px; }

  .ik-mobile-footer__copyright {
    margin: 0;
    padding: 22px 16px 27px;
    border-radius: 32px 32px 0 0;
    background: linear-gradient(135deg, #ff2f29 0%, #f4141b 54%, #d70610 100%);
    color: var(--ik-white);
    font-size: clamp(14px, 3.9vw, 17px);
    font-weight: 800;
    line-height: 1.4;
    text-align: center;
    letter-spacing: 0;
  }
}

@media (max-width: 374px) {
  .ik-mobile-footer__inner {
    width: calc(100% - 20px);
  }

  .ik-mobile-footer__trial {
    min-height: 150px;
    padding-inline: 14px;
  }

  .ik-mobile-footer__trial-copy {
    max-width: 76%;
  }

  .ik-mobile-footer__kids {
    right: -24px;
    height: 118px;
  }

  .ik-mobile-footer__nav {
    padding-inline: 14px;
  }

  .ik-mobile-footer__nav a {
    grid-template-columns: 38px minmax(0, 1fr) 16px;
    gap: 11px;
  }

  .ik-mobile-footer__legal a {
    gap: 4px;
    padding-inline: 3px;
  }

  .ik-mobile-footer__legal span {
    flex-basis: 21px;
    width: 21px;
    height: 21px;
  }
}

/* Smartphone drawer menu */
.ik-mobile-menu-toggle,
.ik-mobile-menu {
  display: none;
}

.ik-mobile-menu-toggle .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body.ik-mobile-menu-is-open {
  overflow: hidden;
}

@media (max-width: 900px) {
  .ik-mobile-menu-toggle {
    display: inline-grid;
    place-items: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    flex: 0 0 auto;
    margin-left: auto;
    border: 2px solid #ffd2d6;
    border-radius: 50%;
    color: var(--ik-red);
    background: #ffffff;
    box-shadow: 0 8px 18px rgba(237, 28, 46, 0.12);
    cursor: pointer;
  }

  .ik-mobile-menu-toggle span[aria-hidden="true"] {
    display: block;
    width: 19px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
  }

  .ik-mobile-menu-toggle:focus-visible,
  .ik-mobile-menu__close:focus-visible,
  .ik-mobile-menu__backdrop:focus-visible,
  .ik-mobile-menu a:focus-visible {
    outline: 3px solid rgba(52, 120, 212, 0.3);
    outline-offset: 3px;
  }

  .ik-mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: block;
    visibility: hidden;
    pointer-events: none;
  }

  .ik-mobile-menu__backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: rgba(26, 21, 18, 0.52);
    opacity: 0;
    backdrop-filter: blur(5px);
    transition: opacity 220ms ease;
    cursor: pointer;
  }

  .ik-mobile-menu__panel {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    width: min(86vw, 680px);
    max-width: calc(100% - 42px);
    height: 100dvh;
    min-height: 100vh;
    padding: 76px 26px 30px;
    overflow-y: auto;
    border-radius: 30px 0 0 30px;
    background:
      radial-gradient(circle at 22% 10%, rgba(255, 238, 210, 0.58), transparent 34%),
      linear-gradient(180deg, #ffffff 0%, #fffefd 70%, #fff8ed 100%);
    box-shadow: -22px 0 44px rgba(21, 18, 16, 0.22);
    transform: translateX(104%);
    transition: transform 260ms cubic-bezier(0.22, 0.72, 0.2, 1);
  }

  .ik-mobile-menu-is-open .ik-mobile-menu {
    visibility: visible;
    pointer-events: auto;
  }

  .ik-mobile-menu-is-open .ik-mobile-menu__backdrop {
    opacity: 1;
  }

  .ik-mobile-menu-is-open .ik-mobile-menu__panel {
    transform: translateX(0);
  }

  .ik-mobile-menu__close {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
  }

  .ik-mobile-menu__close::before,
  .ik-mobile-menu__close::after {
    content: "";
    position: absolute;
    left: 9px;
    top: 20px;
    width: 25px;
    height: 4px;
    border-radius: 999px;
    background: #050505;
  }

  .ik-mobile-menu__close::before {
    transform: rotate(45deg);
  }

  .ik-mobile-menu__close::after {
    transform: rotate(-45deg);
  }

  .ik-mobile-menu__logo {
    display: block;
    width: min(100%, 340px);
    margin: 0 auto 24px;
  }

  .ik-mobile-menu__logo img {
    width: 100%;
    height: auto;
  }

  .ik-mobile-menu__phone {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 88px;
    margin: 0 0 20px;
    padding: 16px 18px;
    border-radius: 15px;
    color: var(--ik-red);
    background:
      linear-gradient(90deg, #fff7ed 0%, #fffdf8 48%, #fff5e8 100%);
    box-shadow: 0 12px 24px rgba(51, 35, 20, 0.06);
  }

  .ik-mobile-menu__phone .ik-mobile-menu__icon {
    width: 42px;
    height: 42px;
  }

  .ik-mobile-menu__phone strong {
    display: block;
    color: var(--ik-red);
    font-size: clamp(25px, 7.3vw, 34px);
    font-weight: 1000;
    line-height: 1.05;
  }

  .ik-mobile-menu__phone small {
    display: block;
    margin-top: 5px;
    color: var(--ik-ink);
    font-size: clamp(13px, 3.6vw, 16px);
    font-weight: 850;
    line-height: 1.25;
  }

  .ik-mobile-menu__nav {
    display: grid;
  }

  .ik-mobile-menu__nav a {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) 24px;
    align-items: center;
    gap: 14px;
    min-height: 61px;
    border-bottom: 1px solid #eadfd6;
    color: var(--ik-ink);
    font-size: clamp(17px, 4.8vw, 25px);
    font-weight: 1000;
    line-height: 1.28;
  }

  .ik-mobile-menu__icon {
    width: 34px;
    height: 34px;
    color: var(--ik-red);
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .ik-mobile-menu__nav b,
  .ik-mobile-menu__actions b {
    position: relative;
    display: block;
    width: 18px;
    height: 18px;
    justify-self: end;
  }

  .ik-mobile-menu__nav b::before,
  .ik-mobile-menu__actions b::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 3px;
    width: 10px;
    height: 10px;
    border-top: 3px solid currentColor;
    border-right: 3px solid currentColor;
    transform: rotate(45deg);
  }

  .ik-mobile-menu__nav b {
    color: var(--ik-red);
  }

  .ik-mobile-menu__actions {
    display: grid;
    gap: 13px;
    margin: 25px 0 28px;
  }

  .ik-mobile-menu__actions a {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr) 34px;
    align-items: center;
    gap: 12px;
    min-height: 64px;
    padding: 12px 16px;
    border-radius: 999px;
    font-size: clamp(18px, 5.2vw, 28px);
    font-weight: 1000;
    line-height: 1.25;
    text-align: center;
    box-shadow: 0 13px 24px rgba(237, 28, 46, 0.15);
  }

  .ik-mobile-menu__actions .ik-mobile-menu__icon {
    width: 31px;
    height: 31px;
    justify-self: center;
  }

  .ik-mobile-menu__actions .ik-mobile-menu__trial {
    color: #ffffff !important;
    background: linear-gradient(180deg, #ff1e2d 0%, #e80012 100%);
  }

  .ik-mobile-menu__trial .ik-mobile-menu__icon {
    color: #ffffff;
  }

  .ik-mobile-menu__trial b {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: var(--ik-red);
    background: #ffffff;
  }

  .ik-mobile-menu__trial b::before {
    left: 8px;
    top: 8px;
    width: 8px;
    height: 8px;
    border-width: 3px;
  }

  .ik-mobile-menu__actions .ik-mobile-menu__contact {
    border: 2px solid var(--ik-red);
    color: var(--ik-red) !important;
    background: #ffffff;
  }

  .ik-mobile-menu__contact b {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #ffffff;
    background: var(--ik-red);
  }

  .ik-mobile-menu__contact b::before {
    left: 8px;
    top: 8px;
    width: 8px;
    height: 8px;
    border-width: 3px;
  }

  .ik-mobile-menu__points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 0;
    margin-top: auto;
    padding: 16px 8px;
    border-radius: 16px;
    background: linear-gradient(90deg, #fff6e9 0%, #fffdf8 50%, #fff5e5 100%);
    box-shadow: 0 12px 24px rgba(51, 35, 20, 0.05);
  }

  .ik-mobile-menu__points div {
    display: grid;
    place-items: center;
    align-content: center;
    gap: 8px;
    min-width: 0;
    min-height: 94px;
    padding: 0 7px;
    color: var(--ik-ink);
    font-size: clamp(12px, 3.4vw, 16px);
    font-weight: 900;
    line-height: 1.35;
    text-align: center;
  }

  .ik-mobile-menu__points div + div {
    border-left: 1px solid #efd9c2;
  }

  .ik-mobile-menu__points .ik-mobile-menu__icon {
    width: 36px;
    height: 36px;
  }

  .ikc-header .ik-mobile-menu-toggle {
    display: inline-grid;
  }

  .ikc-header__top {
    align-items: center;
    flex-wrap: nowrap;
    padding: 10px 0;
  }

  .ikc-header__actions {
    width: auto;
    margin-left: auto;
    justify-content: flex-end;
    flex-wrap: nowrap;
  }

  .ikc-header__phone,
  .ikc-header__button,
  .ikc-nav {
    display: none;
  }
}

@media (max-width: 520px) {
  .ik-mobile-menu__panel {
    width: 87vw;
    max-width: calc(100% - 34px);
    padding: 62px 20px 20px;
    border-radius: 26px 0 0 26px;
  }

  .ik-mobile-menu__close {
    top: 15px;
    right: 18px;
  }

  .ik-mobile-menu__logo {
    width: min(100%, 286px);
    margin-bottom: 14px;
  }

  .ik-mobile-menu__phone {
    grid-template-columns: 40px minmax(0, 1fr);
    min-height: 72px;
    margin-bottom: 14px;
    padding: 14px 13px;
  }

  .ik-mobile-menu__phone .ik-mobile-menu__icon {
    width: 35px;
    height: 35px;
  }

  .ik-mobile-menu__nav a {
    grid-template-columns: 40px minmax(0, 1fr) 20px;
    gap: 11px;
    min-height: 50px;
  }

  .ik-mobile-menu__icon {
    width: 31px;
    height: 31px;
  }

  .ik-mobile-menu__actions {
    margin: 18px 0 18px;
  }

  .ik-mobile-menu__actions a {
    grid-template-columns: 34px minmax(0, 1fr) 30px;
    min-height: 54px;
    padding: 10px 12px;
  }

  .ik-mobile-menu__points {
    padding: 13px 6px;
  }

  .ik-mobile-menu__points div {
    min-height: 76px;
    padding: 0 5px;
  }

  .ik-mobile-menu__points .ik-mobile-menu__icon {
    width: 31px;
    height: 31px;
  }
}

@media (max-width: 520px) {
  .ik-learning-subpage {
    background:
      radial-gradient(circle at 3% 18%, rgba(237, 28, 46, 0.08) 0 2px, transparent 3px) 0 0 / 18px 18px,
      #fffdf8;
  }

  .ik-learning-subpage .ik-container {
    width: min(370px, calc(100% - 20px));
    max-width: min(370px, calc(100% - 20px));
    margin-left: auto;
    margin-right: auto;
  }

  .ik-learning-subpage p,
  .ik-learning-subpage li,
  .ik-learning-subpage td,
  .ik-learning-subpage th,
  .ik-learning-subpage span,
  .ik-learning-subpage strong,
  .ik-learning-subpage h2,
  .ik-learning-subpage h3 {
    line-break: strict !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
  }

  .ikl-hero {
    padding: 18px 0 24px;
    background:
      radial-gradient(circle at 96% 56%, rgba(246, 165, 26, 0.12) 0 68px, transparent 69px),
      linear-gradient(180deg, #ffffff 0%, #fffdf8 100%);
  }

  .ikl-hero__grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.6fr) minmax(126px, 0.4fr);
    align-items: start;
    gap: 6px;
    min-height: 390px;
  }

  .ikl-hero__copy {
    position: relative;
    z-index: 2;
    max-width: none;
  }

  .ikl-pill {
    min-height: 28px;
    margin-bottom: 14px;
    padding: 5px 12px;
    border-width: 1.5px;
    font-size: 10.5px;
  }

  .ikl-hero h1 {
    margin-bottom: 12px;
    font-size: 28px;
    line-height: 1.16;
  }

  .ikl-hero h1 span {
    display: inline-block;
  }

  .ikl-lead {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.65;
  }

  .ikl-body {
    margin-bottom: 18px;
    font-size: 10.8px;
    font-weight: 800;
    line-height: 1.78;
  }

  .ikl-hero .ik-button {
    width: min(250px, calc(100vw - 44px));
    min-height: 44px;
    padding: 0 18px;
    gap: 10px;
    border-radius: 999px;
    font-size: 13px;
    box-shadow: 0 9px 18px rgba(237, 28, 46, 0.26);
  }

  .ikl-hero .ik-button span {
    width: 25px;
    height: 25px;
    flex: 0 0 auto;
  }

  .ikl-hero__visual {
    grid-column: 2;
    min-height: 260px;
    margin-top: -10px;
  }

  .ikl-hero-photo {
    position: relative;
    height: 254px;
    border-radius: 0 0 0 82px;
    box-shadow: 0 12px 24px rgba(31, 24, 18, 0.1);
  }

  .ikl-hero-photo img {
    object-position: 54% center;
  }

  .ikl-gift-badge {
    right: auto;
    left: -12px;
    top: 174px;
    bottom: auto;
    display: grid;
    width: 112px;
    height: 112px;
    padding: 13px 11px;
    border-width: 1.5px;
    font-size: 9px;
    line-height: 1.45;
    transform: none;
  }

  .ikl-gift-badge img {
    width: 25px;
    height: 25px;
    margin-bottom: 0;
  }

  .ikl-gift-badge strong {
    font-size: 9.5px;
  }

  .ikl-section {
    padding: 15px 0;
  }

  .ikl-title {
    width: fit-content;
    max-width: calc(100% - 58px);
    margin-bottom: 14px;
    font-size: 18px;
    line-height: 1.35;
  }

  .ikl-title::before,
  .ikl-title::after {
    display: block;
    width: 20px;
    background: #f0b7a5;
  }

  .ikl-title::before {
    right: calc(100% + 10px);
  }

  .ikl-title::after {
    left: calc(100% + 10px);
  }

  .ikl-soft-panel,
  .ikl-line-panel {
    padding: 14px 10px 10px;
    border-radius: 8px;
    background: #fff8ed;
  }

  .ikl-line-panel {
    background: #ffffff;
  }

  .ikl-five-grid {
    gap: 7px;
  }

  .ikl-learn-card {
    display: grid;
    grid-template-columns: minmax(118px, 42%) minmax(0, 1fr);
    grid-template-rows: auto 1fr;
    gap: 0 12px;
    min-height: 106px;
    padding: 9px 10px 9px 24px;
    border: 0;
    box-shadow: 0 7px 16px rgba(60, 39, 24, 0.05);
  }

  .ikl-learn-card > span {
    left: 4px;
    top: 8px;
    width: 22px;
    height: 22px;
    font-size: 13px;
  }

  .ikl-learn-card img {
    grid-row: 1 / span 2;
    width: 100%;
    height: 88px;
    align-self: center;
    border-radius: 4px;
  }

  .ikl-learn-card h3 {
    align-self: end;
    margin: 0 0 4px;
    font-size: 14px;
    line-height: 1.35;
    text-align: left;
  }

  .ikl-learn-card p {
    align-self: start;
    font-size: 10.5px;
    font-weight: 800;
    line-height: 1.62;
  }

  .ikl-flow .ikl-line-panel {
    padding: 14px 9px 12px;
    border-color: #f0d7c3;
    background: #ffffff;
  }

  .ikl-flow-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 5px;
  }

  .ikl-flow-grid article {
    padding: 0;
  }

  .ikl-flow-grid article:not(:last-child)::after {
    display: block;
    right: -5px;
    top: 72px;
    width: 6px;
    height: 9px;
    opacity: 0.62;
  }

  .ikl-flow-icon {
    width: 23px;
    height: 23px;
    margin-bottom: 5px;
  }

  .ikl-flow-grid h3 {
    margin: 0 0 6px;
    font-size: 10.5px;
    line-height: 1.2;
  }

  .ikl-flow-photo {
    height: 52px;
    border-radius: 4px;
  }

  .ikl-flow-grid p {
    margin-top: 6px;
    font-size: 7.8px;
    font-weight: 800;
    line-height: 1.58;
    text-align: left;
  }

  .ikl-material .ikl-line-panel,
  .ikl-private .ik-container,
  .ikl-compare .ik-container {
    padding: 14px 10px 10px;
    border: 1px solid var(--ik-line);
    border-radius: 8px;
    background: #ffffff;
  }

  .ikl-material .ikl-card-grid,
  .ikl-private .ikl-card-grid {
    gap: 10px;
  }

  .ikl-material .ikl-photo-card {
    display: grid;
    grid-template-columns: minmax(120px, 41%) minmax(0, 1fr);
    grid-template-rows: auto 1fr;
    gap: 0 12px;
    min-height: 102px;
    padding: 8px;
    border: 0;
    box-shadow: none;
  }

  .ikl-material .ikl-photo-card > img {
    grid-row: 1 / span 2;
    height: 86px;
    align-self: center;
    border-radius: 4px;
  }

  .ikl-material .ikl-photo-card h3 {
    align-self: end;
    margin: 0 0 5px;
    font-size: 13px;
    line-height: 1.35;
    text-align: left;
  }

  .ikl-material .ikl-photo-card p {
    align-self: start;
    font-size: 10.5px;
    font-weight: 800;
    line-height: 1.65;
  }

  .ikl-private {
    background: transparent;
  }

  .ikl-support-card {
    display: grid;
    grid-template-columns: 32px minmax(116px, 38%) minmax(0, 1fr);
    grid-template-rows: auto 1fr;
    gap: 0 9px;
    align-items: center;
    min-height: 120px;
    padding: 10px;
  }

  .ikl-support-icon {
    position: static;
    grid-row: 1 / span 2;
    width: 27px;
    height: 27px;
    align-self: start;
    margin-top: 4px;
  }

  .ikl-support-card > img:not(.ikl-support-icon) {
    grid-row: 1 / span 2;
    width: 100%;
    height: 88px;
    border-radius: 4px;
  }

  .ikl-support-card h3 {
    align-self: end;
    margin: 0 0 5px;
    font-size: 13px;
    line-height: 1.38;
  }

  .ikl-support-card p {
    align-self: start;
    font-size: 10.5px;
    font-weight: 800;
    line-height: 1.65;
  }

  .ikl-compare {
    padding-bottom: 22px;
  }

  .ikl-compare__grid {
    gap: 12px;
  }

  .ikl-table-wrap {
    overflow: hidden;
    border-radius: 7px;
  }

  .ikl-compare-table {
    min-width: 0;
    font-size: 10.5px;
    line-height: 1.55;
  }

  .ikl-compare-table thead th:nth-child(2),
  .ikl-compare-table tbody th {
    display: none;
  }

  .ikl-compare-table th,
  .ikl-compare-table td {
    width: 50%;
    padding: 11px 8px;
  }

  .ikl-compare-table thead th {
    font-size: 10.5px;
  }

  .ikl-compare-visual {
    display: block;
    min-height: 138px;
    overflow: hidden;
    border-radius: 7px;
  }

  .ikl-compare-visual img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 138px;
    object-position: 58% center;
  }

  .ikl-speech {
    left: 16px;
    right: auto;
    top: 16px;
    width: 106px;
    min-height: 78px;
    padding: 12px 8px;
    font-size: 11px;
    line-height: 1.45;
  }

  .ikl-speech::after {
    right: 12px;
    bottom: 0;
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 900px) {
  .ik-mobile-footer__trial {
    min-height: 166px;
    padding: 18px 18px 14px;
  }

  .ik-mobile-footer__trial-copy {
    max-width: 100%;
  }

  .ik-mobile-footer__trial h2 {
    max-width: 350px;
    font-size: clamp(16px, 4.2vw, 20px);
    line-height: 1.34;
  }

  .ik-mobile-footer__trial p {
    max-width: 342px;
    margin: 8px 0 10px;
    font-size: clamp(11px, 3vw, 13px);
    line-height: 1.35;
    white-space: nowrap;
  }

  .ik-mobile-footer__trial-button {
    min-width: 224px;
    min-height: 46px;
    padding-inline: 20px 12px;
    color: var(--ik-red) !important;
    font-size: clamp(16px, 4.2vw, 19px);
  }

  .ik-mobile-footer__trial-button span {
    color: var(--ik-red) !important;
  }

  .ik-mobile-footer__trial-button i {
    color: var(--ik-yellow) !important;
  }

  .ik-mobile-footer__kids {
    right: -10px;
    height: 102px;
  }
}

@media (max-width: 374px) {
  .ik-mobile-footer__trial {
    min-height: 164px;
    padding: 16px 14px 13px;
  }

  .ik-mobile-footer__trial h2 {
    max-width: 322px;
    font-size: 15px;
  }

  .ik-mobile-footer__trial p {
    font-size: 10.5px;
  }

  .ik-mobile-footer__trial-button {
    min-width: 206px;
    min-height: 43px;
    font-size: 15px;
  }

  .ik-mobile-footer__kids {
    right: -22px;
    height: 96px;
  }
}

@media (max-width: 900px) {
  .ik-mobile-footer__trial h2 {
    font-size: clamp(15px, 3.9vw, 18px);
    font-weight: 800;
    line-height: 1.42;
  }

  .ik-mobile-footer__trial p {
    font-size: clamp(10px, 2.7vw, 12px);
    font-weight: 650;
    line-height: 1.5;
  }

  .ik-mobile-footer__trial-button {
    min-height: 44px;
    font-size: clamp(14px, 3.7vw, 17px);
    font-weight: 800;
  }

  .ik-mobile-footer__trial-button i {
    flex-basis: 28px;
    width: 28px;
    height: 28px;
    font-size: 27px;
  }

  .ik-mobile-footer__phone strong {
    font-size: clamp(27px, 8.2vw, 36px);
    font-weight: 800;
  }

  .ik-mobile-footer__phone small {
    font-size: clamp(12px, 3.3vw, 15px);
    font-weight: 650;
  }

  .ik-mobile-footer__nav a {
    min-height: 54px;
  }

  .ik-mobile-footer__nav-label {
    font-size: clamp(15px, 4vw, 18px);
    font-weight: 750;
    line-height: 1.35;
  }

  .ik-mobile-footer__nav-arrow {
    font-size: 30px;
    font-weight: 400;
  }

  .ik-mobile-footer__legal a {
    gap: 5px;
    font-size: clamp(9px, 2.45vw, 11px);
    font-weight: 650;
  }

  .ik-mobile-footer__copyright {
    font-size: clamp(12px, 3.4vw, 15px);
    font-weight: 600;
  }
}

@media (max-width: 374px) {
  .ik-mobile-footer__trial h2 {
    font-size: 14px;
  }

  .ik-mobile-footer__trial p {
    font-size: 9.8px;
  }

  .ik-mobile-footer__trial-button {
    min-height: 41px;
    font-size: 14px;
  }

  .ik-mobile-footer__phone strong {
    font-size: 26px;
  }

  .ik-mobile-footer__nav-label {
    font-size: 14px;
  }
}

@media (max-width: 520px) {
  .ik-voices-subpage {
    padding-bottom: 0;
    background: #fffdf8;
  }

  .ik-voices-subpage .ik-container {
    width: calc(100% - 28px);
    max-width: 430px;
    margin-right: auto;
    margin-left: auto;
  }

  .ikv-hero {
    padding: 14px 0 18px;
    background:
      radial-gradient(circle at 92% 22%, rgba(246, 165, 26, 0.12) 0 58px, transparent 59px),
      linear-gradient(180deg, #ffffff 0%, #fffdf7 100%);
  }

  .ikv-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.58fr) minmax(128px, 0.42fr);
    align-items: start;
    gap: 10px;
    min-height: 0;
  }

  .ikv-hero__copy {
    position: relative;
    z-index: 2;
    padding-top: 4px;
  }

  .ikv-breadcrumb {
    gap: 5px;
    margin-bottom: 9px;
    font-size: 9.5px;
    font-weight: 700;
  }

  .ikv-breadcrumb a::after {
    margin-left: 5px;
  }

  .ikv-hero h1 {
    margin-bottom: 9px;
    font-size: clamp(23px, 7vw, 31px);
    font-weight: 900;
    line-height: 1.14;
  }

  .ikv-h1-main {
    white-space: normal;
  }

  .ikv-h1-accent {
    font-size: 1.16em;
    white-space: nowrap;
  }

  .ikv-lead,
  .ikv-body {
    width: 100%;
    max-width: 100%;
    font-size: clamp(10px, 2.8vw, 12px);
    font-weight: 650;
    line-height: 1.72;
  }

  .ikv-body {
    margin-top: 5px;
  }

  .ikv-hero__visual {
    height: 158px;
    min-height: 0;
    margin-right: -14px;
    overflow: hidden;
    border-radius: 54px 0 0 54px;
    box-shadow: 0 10px 22px rgba(47, 30, 16, 0.1);
  }

  .ikv-hero__visual img {
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: 48% center;
  }

  .ikv-section {
    padding: 22px 0;
  }

  .ikv-title {
    display: grid;
    justify-items: center;
    gap: 2px;
    width: 100%;
    margin-bottom: 14px;
    font-size: 21px;
    font-weight: 850;
    line-height: 1.28;
  }

  .ikv-title span {
    display: inline-flex;
    gap: 8px;
  }

  .ikv-title img {
    width: 24px;
    height: 24px;
  }

  .ikv-title small {
    font-size: 10px;
    font-weight: 600;
  }

  .ikv-parent-voices .ik-container {
    position: relative;
  }

  .ikv-parent-voices .ik-container::before,
  .ikv-parent-voices .ik-container::after {
    position: absolute;
    top: 156px;
    z-index: 3;
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    border: 1px solid #ffd0d3;
    border-radius: 50%;
    background: #ffffff;
    color: var(--ik-red);
    font-size: 20px;
    line-height: 1;
    box-shadow: 0 5px 12px rgba(31, 24, 18, 0.07);
  }

  .ikv-parent-voices .ik-container::before {
    content: "‹";
    left: -8px;
  }

  .ikv-parent-voices .ik-container::after {
    content: "›";
    right: -8px;
  }

  .ikv-voice-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 112px;
    grid-template-columns: none;
    gap: 8px;
    overflow-x: auto;
    padding: 2px 2px 9px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .ikv-voice-grid::-webkit-scrollbar {
    display: none;
  }

  .ikv-voice-card {
    scroll-snap-align: start;
    min-height: 210px;
    padding: 10px 7px 9px;
    border-width: 1px;
    border-radius: 8px;
    box-shadow: 0 7px 14px rgba(31, 24, 18, 0.04);
  }

  .ikv-voice-card__avatar {
    width: 50px;
    height: 50px;
    margin-bottom: 6px;
  }

  .ikv-voice-card__avatar img {
    width: 55px;
    height: 55px;
  }

  .ikv-voice-card__badge {
    min-height: 18px;
    padding: 3px 7px;
    font-size: 8.5px;
    font-weight: 800;
  }

  .ikv-voice-card__relation {
    margin: 3px 0 8px;
    font-size: 8.5px;
    font-weight: 700;
  }

  .ikv-voice-card h3 {
    min-height: 45px;
    margin-bottom: 8px;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.48;
  }

  .ikv-voice-card > p:not(.ikv-voice-card__relation) {
    display: none;
  }

  .ikv-stars {
    padding-top: 8px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
  }

  .ikv-case-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .ikv-case-card {
    padding: 9px 8px 8px;
    border-width: 1px;
    border-color: #efd7bc;
    box-shadow: 0 6px 14px rgba(31, 24, 18, 0.04);
  }

  .ikv-case-card h3 {
    min-height: 35px;
    margin-bottom: 8px;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.42;
  }

  .ikv-case-card img {
    height: 158px;
    max-height: none;
    object-fit: contain;
  }

  .ikv-case-card p {
    margin-top: 7px;
    font-size: 9.5px;
    font-weight: 700;
  }

  .ikv-record-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 7px;
  }

  .ikv-record-card {
    min-height: 188px;
    padding: 10px 6px 9px;
    border-width: 1px;
    box-shadow: 0 6px 14px rgba(31, 24, 18, 0.04);
  }

  .ikv-record-card > img {
    width: 28px;
    height: 28px;
    margin-bottom: 6px;
  }

  .ikv-record-card h3 {
    min-height: 30px;
    margin-bottom: 6px;
    font-size: 9px;
    font-weight: 800;
    line-height: 1.35;
  }

  .ikv-record-value {
    min-height: 38px;
    gap: 2px;
  }

  .ikv-record-value small,
  .ikv-record-value span {
    font-size: 8.5px;
    font-weight: 700;
  }

  .ikv-record-value strong {
    font-size: 24px;
    font-weight: 850;
  }

  .ikv-record-card:nth-child(4) .ikv-record-value strong,
  .ikv-record-card:nth-child(4) .ikv-record-value span {
    font-size: 10px;
    font-weight: 800;
    line-height: 1.35;
  }

  .ikv-record-card p {
    margin-top: 7px;
    font-size: 8.5px;
    font-weight: 650;
    line-height: 1.55;
  }

  .ikv-gallery-wrap {
    grid-template-columns: 24px minmax(0, 1fr) 24px;
    gap: 6px;
  }

  .ikv-gallery-arrow {
    display: grid;
    width: 24px;
    height: 24px;
    border-width: 1px;
    font-size: 18px;
    font-weight: 500;
  }

  .ikv-gallery-track {
    display: grid;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: 104px;
    gap: 6px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 6px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .ikv-gallery-track::-webkit-scrollbar {
    display: none;
  }

  .ikv-gallery figure {
    border-radius: 6px;
    scroll-snap-align: start;
  }

  .ikv-gallery img {
    height: 92px;
  }

  .ikv-gallery-dots {
    gap: 8px;
    margin-top: 12px;
  }

  .ikv-gallery-dots span {
    width: 7px;
    height: 7px;
  }

  .ikv-comment-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
  }

  .ikv-comment-card {
    padding: 18px 9px 10px;
    text-align: left;
  }

  .ikv-comment-card::before {
    left: 8px;
    top: 8px;
    width: 14px;
    height: 14px;
  }

  .ikv-comment-card p {
    font-size: 9px;
    font-weight: 650;
    line-height: 1.72;
  }

  .ikv-comment-card small {
    margin-top: 9px;
    font-size: 8.5px;
    font-weight: 750;
    line-height: 1.5;
  }
}

@media (max-width: 374px) {
  .ikv-hero h1 {
    font-size: 22px;
  }

  .ikv-hero__grid {
    grid-template-columns: minmax(0, 0.6fr) minmax(112px, 0.4fr);
    gap: 8px;
  }

  .ikv-hero__visual {
    height: 142px;
  }

  .ikv-voice-grid {
    grid-auto-columns: 104px;
  }

  .ikv-record-grid {
    gap: 5px;
  }

  .ikv-record-card {
    padding-inline: 4px;
  }

  .ikv-gallery-track {
    grid-auto-columns: 96px;
  }

  .ikv-gallery img {
    height: 86px;
  }

  .ikv-comment-card {
    padding-inline: 7px;
  }
}

/* Classroom page responsive refinements */
@media (max-width: 900px) {
  .ik-classroom-subpage {
    overflow-x: hidden;
    background: #ffffff;
  }

  .ik-classroom-subpage .ik-container,
  .ik-classroom-subpage .ikr-info-grid {
    width: calc(100% - 28px);
    max-width: 680px;
  }

  .ik-classroom-subpage p,
  .ik-classroom-subpage h1,
  .ik-classroom-subpage h2,
  .ik-classroom-subpage h3,
  .ik-classroom-subpage strong,
  .ik-classroom-subpage span,
  .ik-classroom-subpage summary,
  .ik-classroom-subpage li {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .ikr-hero {
    padding: 22px 0 34px;
  }

  .ikr-hero__grid {
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    gap: 18px;
    min-height: 0;
  }

  .ikr-breadcrumb {
    margin-bottom: 14px;
  }

  .ikr-hero h1 {
    margin-bottom: 12px;
    font-size: 36px;
  }

  .ikr-hero__lead {
    margin-bottom: 18px;
    font-size: 15px;
  }

  .ikr-hero-points {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    max-width: none;
  }

  .ikr-hero-points div {
    grid-template-columns: 30px minmax(0, 1fr);
    min-height: 64px;
    padding: 9px 8px;
  }

  .ikr-hero-points img {
    width: 28px;
    height: 28px;
  }

  .ikr-hero-points strong {
    font-size: 11px;
  }

  .ikr-hero-points span {
    font-size: 10px;
  }

  .ikr-hero__visual > img {
    width: 104%;
    margin-left: -2%;
    border-radius: 999px;
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }

  .ikr-hero-badge {
    right: -4px;
    bottom: -8px;
    width: 110px;
    height: 110px;
    padding: 12px;
    font-size: 10px;
  }

  .ikr-hero-badge strong {
    font-size: 15px;
  }

  .ikr-section {
    padding: 42px 0 46px;
  }

  .ikr-section--compact {
    padding: 36px 0 42px;
  }

  .ikr-title {
    gap: 10px;
    margin-bottom: 22px;
    font-size: 27px;
  }

  .ikr-title::before,
  .ikr-title::after {
    width: 28px;
    height: 16px;
    background-size: 8px 8px;
  }

  .ikr-about-grid,
  .ikr-atmosphere-grid,
  .ikr-flow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .ikr-photo-card h3 {
    margin: 12px 10px 5px;
    font-size: 15px;
  }

  .ikr-photo-card p {
    margin: 0 10px 14px;
    font-size: 11.5px;
    line-height: 1.65;
  }

  .ikr-atmosphere-card {
    gap: 10px;
    padding: 12px;
  }

  .ikr-card-head {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 8px;
  }

  .ikr-card-head img {
    width: 30px;
    height: 30px;
  }

  .ikr-card-head h3 {
    margin-bottom: 3px;
    font-size: 14px;
  }

  .ikr-card-head p {
    font-size: 10.5px;
    line-height: 1.55;
  }

  .ikr-flow-card {
    padding: 12px;
  }

  .ikr-step-number {
    width: 30px;
    height: 30px;
    margin-bottom: 8px;
    font-size: 15px;
  }

  .ikr-flow-card h3 {
    margin-bottom: 9px;
    font-size: 15px;
  }

  .ikr-flow-card p {
    margin-top: 9px;
    font-size: 10.5px;
    line-height: 1.6;
  }

  .ikr-access {
    padding-top: 34px;
  }

  .ikr-title--left {
    justify-content: flex-start;
    margin-bottom: 16px;
  }

  .ikr-access-grid,
  .ikr-info-grid {
    gap: 14px;
  }

  .ikr-map img {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .ikr-access-panel,
  .ikr-belongings,
  .ikr-faq {
    padding: 18px;
  }

  .ikr-access-panel {
    gap: 12px;
  }

  .ikr-access-panel div {
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 10px;
    padding-bottom: 12px;
  }

  .ikr-access-panel span {
    min-height: 26px;
    padding: 0 10px;
    font-size: 11px;
  }

  .ikr-access-panel p {
    font-size: 12.5px;
    line-height: 1.65;
  }

  .ikr-belongings h2,
  .ikr-faq h2 {
    margin-bottom: 14px;
    font-size: 22px;
  }

  .ikr-belongings li {
    font-size: 13px;
  }

  .ikr-faq summary {
    font-size: 13px;
  }

  .ikr-faq p {
    font-size: 12.5px;
  }
}

@media (min-width: 600px) and (max-width: 900px) {
  .ikr-hero__grid {
    grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
    gap: 14px;
  }

  .ikr-hero h1 {
    font-size: 32px;
    line-height: 1.12;
    overflow-wrap: normal;
    word-break: keep-all;
  }

  .ikr-hero__lead {
    font-size: 14px;
  }

  .ikr-hero-points div {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 8px 6px;
    text-align: center;
  }

  .ikr-hero-points img {
    grid-row: auto;
    width: 24px;
    height: 24px;
    margin-bottom: 2px;
  }

  .ikr-hero-points strong,
  .ikr-hero-points span {
    overflow-wrap: normal;
    word-break: keep-all;
  }

  .ikr-hero-points strong {
    font-size: 9.5px;
  }

  .ikr-hero-points span {
    font-size: 8.5px;
  }

  .ikr-hero__visual > img {
    width: 100%;
    margin-left: 0;
  }

  .ikr-hero-badge {
    width: 96px;
    height: 96px;
    font-size: 9px;
  }

  .ikr-hero-badge strong {
    font-size: 13px;
  }

  .ikr-about-grid,
  .ikr-atmosphere-grid,
  .ikr-flow-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
  }

  .ikr-access-grid {
    grid-template-columns: minmax(0, 1.12fr) minmax(260px, 0.88fr);
    gap: 14px;
  }

  .ikr-info-grid {
    grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  }

  .ikr-flow-card:not(:last-child)::after {
    display: block;
    right: -13px;
    width: 14px;
    height: 14px;
    border-top-width: 3px;
    border-right-width: 3px;
  }
}

@media (max-width: 599px) {
  .ik-classroom-subpage .ik-container,
  .ik-classroom-subpage .ikr-info-grid {
    width: calc(100% - 16px);
    max-width: 430px;
  }

  .ikr-hero {
    padding: 13px 0 28px;
  }

  .ikr-hero__grid {
    position: relative;
    display: block;
    padding: 0;
  }

  .ikr-hero__copy {
    position: relative;
    z-index: 2;
  }

  .ikr-breadcrumb {
    width: 58%;
    gap: 5px;
    margin-bottom: 9px;
    font-size: 9px;
    line-height: 1.4;
  }

  .ikr-breadcrumb span::before {
    margin-right: 5px;
  }

  .ikr-hero h1 {
    width: 58%;
    margin-bottom: 8px;
    font-size: 26px;
    line-height: 1.12;
  }

  .ikr-hero__lead {
    width: 58%;
    margin-bottom: 14px;
    font-size: 11.5px;
    line-height: 1.55;
  }

  .ikr-keep {
    white-space: normal;
  }

  .ikr-hero__visual {
    position: absolute;
    top: 18px;
    right: -6px;
    z-index: 1;
    width: 45%;
    min-height: 0;
  }

  .ikr-hero__visual > img {
    width: 100%;
    margin-left: 0;
    aspect-ratio: 1 / 1.08;
    object-position: 58% center;
    filter: drop-shadow(0 14px 22px rgba(41, 31, 24, 0.1));
  }

  .ikr-hero-badge {
    right: -2px;
    bottom: 34px;
    width: 74px;
    height: 74px;
    padding: 8px;
    font-size: 7.5px;
    line-height: 1.35;
  }

  .ikr-hero-badge strong {
    font-size: 10.5px;
  }

  .ikr-hero-points {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    max-width: 350px;
    margin: 16px auto 0;
  }

  .ikr-hero-points div {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    justify-items: center;
    align-content: center;
    min-height: 68px;
    padding: 7px 4px;
    text-align: center;
  }

  .ikr-hero-points img {
    grid-row: auto;
    width: 23px;
    height: 23px;
    margin-bottom: 2px;
  }

  .ikr-hero-points strong {
    font-size: 9px;
    line-height: 1.25;
  }

  .ikr-hero-points span {
    font-size: 8px;
    line-height: 1.25;
  }

  .ikr-section {
    padding: 34px 0 38px;
  }

  .ikr-section--compact {
    padding: 30px 0 34px;
  }

  .ikr-title {
    margin-bottom: 18px;
    font-size: 23px;
  }

  .ikr-title::before,
  .ikr-title::after {
    width: 22px;
    height: 13px;
  }

  .ikr-about-grid,
  .ikr-atmosphere-grid,
  .ikr-flow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .ikr-photo-card,
  .ikr-atmosphere-card,
  .ikr-flow-card,
  .ikr-map,
  .ikr-access-panel,
  .ikr-belongings,
  .ikr-faq {
    border-width: 1px;
    box-shadow: 0 8px 18px rgba(42, 24, 18, 0.05);
  }

  .ikr-photo-card h3 {
    margin: 10px 7px 4px;
    font-size: 12.5px;
  }

  .ikr-photo-card p {
    margin: 0 7px 11px;
    font-size: 9.6px;
    line-height: 1.55;
  }

  .ikr-atmosphere-card {
    padding: 9px;
  }

  .ikr-card-head {
    grid-template-columns: 27px minmax(0, 1fr);
    gap: 6px;
  }

  .ikr-card-head img {
    width: 25px;
    height: 25px;
  }

  .ikr-card-head h3 {
    font-size: 12px;
  }

  .ikr-card-head p {
    font-size: 9px;
  }

  .ikr-card-photo {
    aspect-ratio: 1.25 / 1;
  }

  .ikr-flow-card {
    padding: 10px;
  }

  .ikr-step-number {
    width: 26px;
    height: 26px;
    font-size: 13px;
  }

  .ikr-flow-card h3 {
    font-size: 12.5px;
  }

  .ikr-flow-card p {
    font-size: 9.2px;
  }

  .ikr-access-grid,
  .ikr-info-grid {
    grid-template-columns: 1fr;
  }

  .ikr-map img {
    aspect-ratio: 1.1 / 1;
  }

  .ikr-access-panel {
    padding: 14px;
  }

  .ikr-access-panel div {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 8px;
    padding-bottom: 10px;
  }

  .ikr-access-panel span {
    min-height: 23px;
    padding: 0 8px;
    font-size: 9.5px;
  }

  .ikr-access-panel p {
    font-size: 11px;
    line-height: 1.58;
  }

  .ikr-belongings,
  .ikr-faq {
    padding: 16px;
  }

  .ikr-belongings h2,
  .ikr-faq h2 {
    font-size: 20px;
  }

  .ikr-belongings ul {
    gap: 9px;
  }

  .ikr-belongings li {
    padding-left: 22px;
    font-size: 11.5px;
  }

  .ikr-belongings li::before {
    top: 7px;
    width: 12px;
    height: 12px;
    box-shadow: inset 0 0 0 3px #fff5c7;
  }

  .ikr-faq summary {
    padding: 4px 28px 10px 24px;
    font-size: 11.5px;
  }

  .ikr-faq summary::before {
    top: 4px;
  }

  .ikr-faq summary::after {
    right: 2px;
    font-size: 19px;
  }

  .ikr-faq p {
    margin-bottom: 12px;
    padding-left: 24px;
    font-size: 11px;
  }
}

@media (max-width: 374px) {
  .ikr-hero h1 {
    font-size: 23px;
  }

  .ikr-hero__lead {
    font-size: 10.5px;
  }

  .ikr-hero-badge {
    width: 66px;
    height: 66px;
    font-size: 7px;
  }

  .ikr-hero-badge strong {
    font-size: 9px;
  }

  .ikr-hero-points {
    gap: 5px;
  }

  .ikr-hero-points strong,
  .ikr-card-head p,
  .ikr-flow-card p,
  .ikr-photo-card p {
    font-size: 8.5px;
  }
}

/* Ikoma math school SEO page */
.ik-hero__local-link {
  margin: 14px 0 0;
}

.ik-hero__local-link a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--ik-red);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
  text-decoration: none;
}

.ik-hero__local-link a::after {
  content: ">";
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: #fff0d4;
  color: var(--ik-red);
  font-size: 12px;
}

.ik-ikoma-math-page {
  overflow-x: hidden;
  background: #fffdfa;
  color: var(--ik-text);
}

.ikm-hero {
  position: relative;
  padding: 58px 0 66px;
  background:
    radial-gradient(circle at 8% 18%, rgba(255, 215, 74, 0.36) 0 94px, transparent 95px),
    linear-gradient(120deg, #fffaf0 0%, #ffffff 48%, #fff4e5 100%);
}

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

.ikm-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: #8d6471;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.ikm-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.ikm-breadcrumb span::before {
  content: ">";
  margin-right: 8px;
  color: #d39a7b;
}

.ikm-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin: 0 0 16px;
  padding: 0 16px;
  border: 1px solid #ffd7a3;
  border-radius: 999px;
  background: #ffffff;
  color: var(--ik-red);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

.ikm-hero h1 {
  margin: 0;
  color: var(--ik-ink);
  font-size: 54px;
  font-weight: 850;
  line-height: 1.16;
  letter-spacing: 0;
}

.ikm-hero h1 span {
  color: var(--ik-red);
}

.ikm-lead {
  max-width: 650px;
  margin: 22px 0 0;
  color: #353b46;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.9;
}

.ikm-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 22px;
  margin-top: 28px;
}

.ikm-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ik-red-dark);
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

.ikm-text-link::after {
  content: ">";
  font-size: 13px;
}

.ikm-hero-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 620px;
  margin-top: 28px;
}

.ikm-hero-points div {
  min-height: 84px;
  padding: 14px 12px;
  border: 1px solid #f4d8b4;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 10px 22px rgba(49, 35, 20, 0.06);
}

.ikm-hero-points span {
  display: block;
  margin-bottom: 5px;
  color: #98634c;
  font-size: 12px;
  font-weight: 700;
}

.ikm-hero-points strong {
  display: block;
  color: var(--ik-ink);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
}

.ikm-hero__visual {
  position: relative;
}

.ikm-hero__visual > img {
  display: block;
  width: 100%;
  aspect-ratio: 1.08 / 1;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 22px 44px rgba(58, 38, 22, 0.15);
}

.ikm-hero-card {
  position: absolute;
  right: -14px;
  bottom: -18px;
  width: min(250px, 72%);
  padding: 16px 18px;
  border: 2px solid #ffe1aa;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 30px rgba(48, 31, 17, 0.14);
}

.ikm-hero-card strong,
.ikm-hero-card span {
  display: block;
}

.ikm-hero-card strong {
  margin-bottom: 7px;
  color: var(--ik-red);
  font-size: 17px;
  font-weight: 850;
}

.ikm-hero-card span {
  color: var(--ik-text);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.65;
}

.ikm-section {
  padding: 68px 0;
}

.ikm-section--cream {
  background: #fff7eb;
}

.ikm-section-head {
  margin: 0 auto 30px;
  text-align: center;
}

.ikm-section-head--left {
  margin-right: 0;
  margin-left: 0;
  text-align: left;
}

.ikm-section-head p {
  margin: 0 0 8px;
  color: var(--ik-red);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
}

.ikm-section-head h2 {
  margin: 0;
  color: var(--ik-ink);
  font-size: 34px;
  font-weight: 850;
  line-height: 1.28;
  letter-spacing: 0;
}

.ikm-concern-grid,
.ikm-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.ikm-photo-card,
.ikm-feature-card,
.ikm-flow-card,
.ikm-access-panel,
.ikm-map,
.ikm-faq__inner {
  border: 1px solid #f0dcc2;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 26px rgba(55, 38, 18, 0.06);
}

.ikm-photo-card {
  overflow: hidden;
}

.ikm-photo-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.26 / 1;
  object-fit: cover;
}

.ikm-photo-card h3 {
  margin: 17px 16px 8px;
  color: var(--ik-ink);
  font-size: 18px;
  font-weight: 850;
  line-height: 1.35;
}

.ikm-photo-card p {
  margin: 0 16px 18px;
  color: var(--ik-text);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
}

.ikm-feature-card {
  padding: 24px 20px 22px;
}

.ikm-feature-card img {
  width: 52px;
  height: 52px;
  margin-bottom: 15px;
  object-fit: contain;
}

.ikm-feature-card h3 {
  margin: 0 0 9px;
  color: var(--ik-ink);
  font-size: 18px;
  font-weight: 850;
  line-height: 1.35;
}

.ikm-feature-card p {
  margin: 0;
  color: var(--ik-text);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
}

.ikm-curriculum {
  background: #ffffff;
}

.ikm-curriculum__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1fr);
  align-items: center;
  gap: 42px;
}

.ikm-curriculum__copy > p {
  margin: 0;
  color: var(--ik-text);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
}

.ikm-curriculum__copy ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.ikm-curriculum__copy li {
  position: relative;
  min-height: 44px;
  padding: 12px 13px 12px 34px;
  border: 1px solid #f0dcc2;
  border-radius: 8px;
  background: #fffaf2;
  color: var(--ik-ink);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.45;
}

.ikm-curriculum__copy li::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 18px;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--ik-red);
  box-shadow: 0 0 0 4px #ffe4b4;
}

.ikm-curriculum__photo img {
  display: block;
  width: 100%;
  aspect-ratio: 1.28 / 1;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 18px 38px rgba(52, 35, 18, 0.12);
}

.ikm-access__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 30px;
  align-items: stretch;
}

.ikm-map {
  overflow: hidden;
  min-height: 100%;
}

.ikm-map img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.ikm-access-panel {
  padding: 28px;
}

.ikm-access-panel dl {
  display: grid;
  gap: 13px;
  margin: 0;
}

.ikm-access-panel dl div {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding-bottom: 13px;
  border-bottom: 1px dashed #eed2b2;
}

.ikm-access-panel dl div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.ikm-access-panel dt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  border-radius: 999px;
  background: #fff0cf;
  color: var(--ik-red-dark);
  font-size: 12px;
  font-weight: 800;
}

.ikm-access-panel dd {
  margin: 0;
  color: var(--ik-text);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.7;
}

.ikm-access-panel a {
  color: var(--ik-red-dark);
  text-decoration: none;
}

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

.ikm-flow-card {
  padding: 24px;
}

.ikm-flow-card span {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: var(--ik-red);
  color: #ffffff;
  font-size: 14px;
  font-weight: 850;
}

.ikm-flow-card h3 {
  margin: 0 0 10px;
  color: var(--ik-ink);
  font-size: 19px;
  font-weight: 850;
  line-height: 1.35;
}

.ikm-flow-card p {
  margin: 0;
  color: var(--ik-text);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
}

.ikm-faq {
  padding-top: 0;
}

.ikm-faq__inner {
  max-width: 920px;
  padding: 34px;
}

.ikm-faq details {
  border-top: 1px solid #f0dcc2;
}

.ikm-faq details:first-of-type {
  border-top: 0;
}

.ikm-faq summary {
  position: relative;
  padding: 18px 34px 18px 0;
  color: var(--ik-ink);
  font-size: 17px;
  font-weight: 850;
  line-height: 1.5;
  cursor: pointer;
  list-style: none;
}

.ikm-faq summary::-webkit-details-marker {
  display: none;
}

.ikm-faq summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  color: var(--ik-red);
  font-size: 26px;
  font-weight: 500;
  transform: translateY(-50%);
}

.ikm-faq details[open] summary::after {
  content: "-";
}

.ikm-faq details p {
  margin: 0 0 18px;
  color: var(--ik-text);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}

.ikm-final-cta {
  padding: 52px 0 58px;
  background: var(--ik-red);
  color: #ffffff;
}

.ikm-final-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.ikm-final-cta p {
  margin: 0 0 8px;
  color: #fff0b8;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.5;
}

.ikm-final-cta h2 {
  max-width: 760px;
  margin: 0;
  color: #ffffff;
  font-size: 30px;
  font-weight: 850;
  line-height: 1.35;
}

.ikm-final-cta .ik-button {
  flex: 0 0 auto;
  background: #ffdc4a;
  color: var(--ik-red);
  box-shadow: 0 12px 24px rgba(87, 13, 21, 0.18);
}

.ikm-final-cta .ik-button span {
  background: var(--ik-red);
  color: #ffffff;
}

@media (max-width: 900px) {
  .ikm-hero {
    padding: 42px 0 50px;
  }

  .ikm-hero__grid,
  .ikm-curriculum__grid,
  .ikm-access__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .ikm-hero h1 {
    font-size: 42px;
  }

  .ikm-lead {
    font-size: 16px;
  }

  .ikm-hero__visual {
    max-width: 560px;
    margin: 0 auto;
  }

  .ikm-concern-grid,
  .ikm-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ikm-map img {
    min-height: 300px;
    aspect-ratio: 16 / 10;
  }

  .ikm-final-cta__inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 599px) {
  .ik-hero__local-link {
    margin-top: 10px;
  }

  .ik-hero__local-link a {
    font-size: 12.5px;
  }

  .ikm-hero {
    padding: 24px 0 34px;
  }

  .ikm-breadcrumb {
    margin-bottom: 12px;
    font-size: 10px;
  }

  .ikm-kicker {
    min-height: 29px;
    margin-bottom: 12px;
    padding: 0 11px;
    font-size: 11px;
  }

  .ikm-hero h1 {
    font-size: 31px;
    line-height: 1.18;
  }

  .ikm-lead {
    margin-top: 14px;
    font-size: 13px;
    line-height: 1.75;
  }

  .ikm-actions {
    gap: 12px;
    margin-top: 20px;
  }

  .ikm-actions .ik-button {
    width: 100%;
    min-height: 48px;
    padding: 0 17px;
    font-size: 14px;
  }

  .ikm-text-link {
    font-size: 13px;
  }

  .ikm-hero-points {
    gap: 7px;
    margin-top: 20px;
  }

  .ikm-hero-points div {
    min-height: 68px;
    padding: 10px 6px;
  }

  .ikm-hero-points span {
    font-size: 10px;
  }

  .ikm-hero-points strong {
    font-size: 12px;
  }

  .ikm-hero__visual > img {
    border-radius: 18px;
  }

  .ikm-hero-card {
    position: static;
    width: auto;
    margin: 10px 0 0;
    padding: 13px 14px;
  }

  .ikm-hero-card strong {
    font-size: 14px;
  }

  .ikm-hero-card span {
    font-size: 12px;
  }

  .ikm-section {
    padding: 38px 0;
  }

  .ikm-section-head {
    margin-bottom: 20px;
  }

  .ikm-section-head p {
    font-size: 12px;
  }

  .ikm-section-head h2 {
    font-size: 24px;
  }

  .ikm-concern-grid,
  .ikm-feature-grid {
    gap: 9px;
  }

  .ikm-photo-card h3,
  .ikm-feature-card h3 {
    font-size: 13px;
  }

  .ikm-photo-card h3 {
    margin: 11px 9px 5px;
  }

  .ikm-photo-card p,
  .ikm-feature-card p,
  .ikm-flow-card p {
    font-size: 10.5px;
    line-height: 1.65;
  }

  .ikm-photo-card p {
    margin: 0 9px 12px;
  }

  .ikm-feature-card {
    padding: 14px 10px;
  }

  .ikm-feature-card img {
    width: 34px;
    height: 34px;
    margin-bottom: 9px;
  }

  .ikm-curriculum__copy > p {
    font-size: 13px;
    line-height: 1.75;
  }

  .ikm-curriculum__copy ul {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 18px;
  }

  .ikm-curriculum__copy li {
    min-height: 40px;
    padding: 11px 12px 11px 31px;
    font-size: 12px;
  }

  .ikm-curriculum__photo img {
    border-radius: 12px;
  }

  .ikm-map img {
    min-height: 220px;
  }

  .ikm-access-panel {
    padding: 16px;
  }

  .ikm-access-panel dl div {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 9px;
  }

  .ikm-access-panel dt {
    min-height: 24px;
    font-size: 10px;
  }

  .ikm-access-panel dd {
    font-size: 12px;
  }

  .ikm-flow-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .ikm-flow-card {
    padding: 16px;
  }

  .ikm-flow-card span {
    width: 36px;
    height: 36px;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .ikm-flow-card h3 {
    font-size: 15px;
  }

  .ikm-faq__inner {
    padding: 18px;
  }

  .ikm-faq summary {
    padding: 14px 28px 14px 0;
    font-size: 13px;
  }

  .ikm-faq details p {
    font-size: 12px;
  }

  .ikm-final-cta {
    padding: 34px 0 40px;
  }

  .ikm-final-cta p {
    font-size: 12px;
  }

  .ikm-final-cta h2 {
    font-size: 22px;
  }

  .ikm-final-cta .ik-button {
    width: 100%;
    min-height: 50px;
    font-size: 14px;
  }
}
