@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 64px; }
  @media (min-width: 768px) {
    html {
      scroll-padding-top: 76px; } }

body {
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #14213d;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden; }

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

a {
  color: inherit; }

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

h1,
h2,
h3,
p {
  margin: 0; }

button {
  font-family: inherit; }

.img-placeholder {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: repeating-linear-gradient(45deg, rgba(20, 33, 61, 0.06), rgba(20, 33, 61, 0.06) 10px, rgba(20, 33, 61, 0.03) 10px, rgba(20, 33, 61, 0.03) 20px);
  border: 1px dashed rgba(20, 33, 61, 0.35);
  border-radius: 12px;
  color: #5b6478;
  text-align: center;
  overflow: hidden; }
  .img-placeholder__label {
    font-size: 13px;
    line-height: 1.6;
    padding: 8px 12px;
    font-weight: 500; }

.section {
  padding-top: 72px;
  padding-bottom: 72px;
  position: relative; }
  @media (min-width: 768px) {
    .section {
      padding-top: 104px;
      padding-bottom: 104px; } }

.section--navy {
  background: #101a2e;
  color: #ffffff; }

.section--navy-deep {
  background: #0b1220;
  color: #ffffff; }

.section--cream {
  background: #faf7ef; }

.section--gray {
  background: #f3f5f9; }

.section--white {
  background: #ffffff; }

.section__container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .section__container {
      padding-left: 32px;
      padding-right: 32px; } }

.section__eyebrow {
  display: inline-block;
  font-size: 19px;
  font-weight: 900;
  letter-spacing: 0.13em;
  margin-bottom: 16px;
  color: #d9a81e; }
  @media (min-width: 768px) {
    .section__eyebrow {
      font-size: 22px; } }
  .section--navy .section__eyebrow, .section--navy-deep .section__eyebrow {
    color: #f2c230; }

.section__title {
  font-size: 34px;
  font-weight: 900;
  line-height: 1.34;
  letter-spacing: 0.02em; }
  @media (min-width: 768px) {
    .section__title {
      font-size: 52px;
      line-height: 1.28; } }
  @media (min-width: 1024px) {
    .section__title {
      font-size: 56px; } }

.section__lead {
  margin-top: 16px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #5b6478; }
  @media (min-width: 768px) {
    .section__lead {
      font-size: 15px; } }
  .section--navy .section__lead, .section--navy-deep .section__lead {
    color: rgba(255, 255, 255, 0.72); }

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

[data-reveal] {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.45s cubic-bezier(0.4, 0, 0.2, 1), transform 0.45s cubic-bezier(0.4, 0, 0.2, 1); }

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 56px;
  padding: 0 32px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 16px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), background 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden; }
  .btn:hover {
    transform: translateY(-2px); }
  .btn::before {
    content: "";
    position: absolute;
    top: -40%;
    left: -80%;
    width: 52%;
    height: 180%;
    background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.24) 42%, rgba(255, 255, 255, 0.72) 50%, rgba(255, 255, 255, 0.22) 58%, transparent 100%);
    transform: skewX(-22deg);
    animation: button-shine 3.4s ease-in-out infinite;
    pointer-events: none; }
  .btn > * {
    position: relative;
    z-index: 1; }

@keyframes button-shine {
  0% {
    left: -80%; }
  38%,
  100% {
    left: 130%; } }
.btn--gold {
  background: linear-gradient(155deg, #f6d15c 0%, #f2c230 45%, #d9a81e 100%);
  color: #0b1220;
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 12px 28px rgba(242, 194, 48, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.5); }
  .btn--gold:hover {
    background: linear-gradient(155deg, #f2c230 0%, #d9a81e 60%, #d9a81e 100%);
    box-shadow: 0 16px 34px rgba(242, 194, 48, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.5); }

.btn--navy {
  background: linear-gradient(155deg, #101a2e 0%, #0b1220 100%);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 12px 28px rgba(11, 18, 32, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.08); }
  .btn--navy:hover {
    background: linear-gradient(155deg, #0b1220 0%, #0b1220 100%); }

.btn--outline {
  background: transparent;
  border-color: #f2c230;
  color: #f2c230; }
  .btn--outline:hover {
    background: rgba(242, 194, 48, 0.12); }

.btn--sm {
  height: 44px;
  padding: 0 22px;
  font-size: 14px; }

.btn--block {
  width: 100%; }

.btn__arrow {
  font-size: 18px;
  line-height: 1;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1); }

.btn:hover .btn__arrow {
  transform: translateX(4px); }

.cta-chip {
  display: inline-flex;
  flex-direction: column;
  align-items: center; }
  .cta-chip .btn {
    padding-left: 56px;
    padding-right: 56px; }

.cta-chip__label {
  position: relative;
  z-index: 2;
  margin-bottom: -15px;
  padding: 7px 20px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
  white-space: nowrap;
  box-shadow: 0 6px 14px rgba(11, 18, 32, 0.18); }

.cta-chip__label--gold {
  background: linear-gradient(155deg, #f6d15c 0%, #f2c230 100%);
  color: #0b1220; }

.cta-chip__label--outline {
  background: #ffffff;
  color: #d9a81e;
  border: 1.5px solid #d9a81e; }

.cta-chip__label--navy {
  background: #0b1220;
  color: #ffffff;
  border: 1.5px solid rgba(255, 255, 255, 0.3); }

.floating-apply-btn {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 250;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  min-height: 52px;
  padding: 14px 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f6d15c 0%, #f2c230 55%, #d9a81e 100%);
  color: #0b1220;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 34px rgba(11, 18, 32, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease; }
  .floating-apply-btn:hover, .floating-apply-btn:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 18px 42px rgba(11, 18, 32, 0.28); }
  @media (min-width: 768px) {
    .floating-apply-btn {
      right: 28px;
      bottom: 28px;
      min-width: 172px;
      min-height: 58px;
      font-size: 17px; } }

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: 64px;
  display: flex;
  align-items: center;
  background: transparent;
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1), height 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  @media (min-width: 768px) {
    .header {
      height: 76px; } }
  .header.is-scrolled {
    background: #101a2e;
    box-shadow: 0 4px 24px rgba(11, 18, 32, 0.3); }

.header__inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (min-width: 768px) {
    .header__inner {
      padding-left: 32px;
      padding-right: 32px; } }

.header__logo {
  display: flex;
  align-items: center;
  text-decoration: none; }

.header__logo-img {
  display: block;
  width: auto;
  height: 52px; }
  @media (min-width: 768px) {
    .header__logo-img {
      height: 62px; } }

.header__nav {
  display: none; }
  @media (min-width: 1024px) {
    .header__nav {
      display: flex;
      align-items: center;
      gap: 36px; } }

.header__nav-link {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  padding-bottom: 4px; }
  .header__nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: 0;
    height: 2px;
    background: #f2c230;
    transition: right 0.25s cubic-bezier(0.4, 0, 0.2, 1); }
  .header__nav-link:hover::after {
    right: 0; }

.header__cta {
  display: none; }
  @media (min-width: 768px) {
    .header__cta {
      display: inline-flex; } }

.header__menu-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  cursor: pointer; }
  @media (min-width: 1024px) {
    .header__menu-btn {
      display: none; } }
  .header__menu-btn span {
    display: block;
    width: 24px;
    height: 2px;
    background: #ffffff;
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1); }
  .header__menu-btn.is-active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg); }
  .header__menu-btn.is-active span:nth-child(2) {
    opacity: 0; }
  .header__menu-btn.is-active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg); }

.header__mobile-nav {
  position: fixed;
  top: 64px;
  left: 0;
  right: 0;
  background: #101a2e;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  transform: translateY(-16px);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 16px 24px rgba(11, 18, 32, 0.3); }
  @media (min-width: 1024px) {
    .header__mobile-nav {
      display: none; } }
  .header__mobile-nav.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto; }
  .header__mobile-nav .header__nav-link {
    padding: 14px 4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
    .header__mobile-nav .header__nav-link::after {
      display: none; }
  .header__mobile-nav .btn {
    margin-top: 12px; }

.hero {
  position: relative;
  background: linear-gradient(180deg, #101a2e 0%, #0b1220 100%);
  color: #ffffff;
  padding-top: 120px;
  padding-bottom: 32px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .hero {
      padding-top: 156px;
      padding-bottom: 32px; } }

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(242, 194, 48, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(242, 194, 48, 0.06) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse at 30% 40%, black 0%, transparent 70%);
  pointer-events: none; }

.hero::after {
  content: "";
  position: absolute;
  right: -10%;
  bottom: -10%;
  width: 60%;
  height: 60%;
  background: radial-gradient(circle, rgba(242, 194, 48, 0.22) 0%, transparent 70%);
  pointer-events: none; }

.hero__inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1440px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 0; }
  @media (min-width: 768px) {
    .hero__inner {
      padding-left: 32px;
      padding-right: 32px; } }
  @media (min-width: 1024px) {
    .hero__inner {
      grid-template-columns: minmax(500px, 0.92fr) minmax(0, 1.08fr);
      grid-template-rows: repeat(4, auto);
      column-gap: 36px; } }
  @media (min-width: 1280px) {
    .hero__inner {
      grid-template-columns: minmax(540px, 0.88fr) minmax(0, 1.12fr);
      column-gap: 52px; } }

.hero__tag {
  display: inline-block;
  position: relative;
  z-index: 2;
  font-size: 18px;
  font-weight: 800;
  padding-bottom: 6px;
  border-bottom: 2px solid #f2c230; }
  @media (min-width: 768px) {
    .hero__tag {
      font-size: 21px; } }
  @media (min-width: 1024px) {
    .hero__tag {
      grid-column: 1;
      grid-row: 1; } }

.hero__title {
  position: relative;
  z-index: 2;
  margin-top: 20px;
  font-weight: 900;
  letter-spacing: 0.01em; }
  @media (min-width: 1024px) {
    .hero__title {
      grid-column: 1;
      grid-row: 2; } }

.hero__title-line {
  display: block;
  white-space: nowrap; }

.hero__title-line--main {
  font-size: clamp(34px, -10px + 13.7vw, 58px);
  line-height: 1.25; }

.hero__title-line--sub {
  margin-top: 12px;
  font-size: clamp(18px, -3px + 6.9vw, 30px);
  font-weight: 700;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.92); }
  @media (min-width: 768px) {
    .hero__title-line--sub {
      margin-top: 14px; } }

.hero__lead {
  position: relative;
  z-index: 2;
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.9;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.78); }
  @media (min-width: 768px) {
    .hero__lead {
      font-size: 20px; } }
  @media (min-width: 1024px) {
    .hero__lead {
      grid-column: 1;
      grid-row: 3; } }

.hero__icons {
  position: relative;
  z-index: 2;
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px; }
  @media (min-width: 480px) {
    .hero__icons {
      grid-template-columns: repeat(4, 1fr); } }
  @media (min-width: 1024px) {
    .hero__icons {
      grid-column: 1;
      grid-row: 4;
      gap: 10px; } }

.hero__icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 16px 8px;
  text-align: center;
  border: 1px solid rgba(242, 194, 48, 0.35);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03); }
  @media (min-width: 1024px) {
    .hero__icon-item {
      min-height: 112px;
      padding: 14px 6px; } }
  @media (min-width: 1280px) {
    .hero__icon-item {
      padding: 16px 8px; } }

.hero__icon {
  width: 36px;
  height: 36px;
  object-fit: contain; }

.hero__icon-label {
  font-size: clamp(16px, 4.6vw, 18px);
  line-height: 1.4;
  color: #ffffff;
  font-weight: 500; }
  @media (min-width: 1024px) {
    .hero__icon-label {
      font-size: 12.5px;
      font-weight: 700;
      line-height: 1.45; } }
  @media (min-width: 1280px) {
    .hero__icon-label {
      font-size: 13px; } }

.hero__visual {
  position: relative;
  z-index: 1;
  margin-top: 32px; }
  @media (min-width: 1024px) {
    .hero__visual {
      grid-column: 2;
      grid-row: 1 / -1;
      align-self: center;
      justify-self: start;
      width: min(112%, 820px);
      margin-top: 0;
      margin-left: -18px;
      margin-right: 0; } }
  @media (min-width: 1280px) {
    .hero__visual {
      margin-left: -60px; } }

.hero__visual-img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 24px 48px rgba(11, 18, 32, 0.5)); }

.fact-bar {
  background: #ffffff;
  padding: 64px 0 72px;
  border-top: 1px solid #e3e6ee;
  border-bottom: 1px solid #e3e6ee;
  overflow: hidden; }
  @media (min-width: 768px) {
    .fact-bar {
      padding: 86px 0 96px; } }
  @media (min-width: 1024px) {
    .fact-bar {
      padding: 96px 0 108px; } }

.fact-bar__inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .fact-bar__inner {
      padding-left: 32px;
      padding-right: 32px; } }

.fact-bar__head {
  max-width: 960px;
  margin: 0 0 48px;
  text-align: left; }
  @media (min-width: 768px) {
    .fact-bar__head {
      margin-bottom: 64px; } }

.fact-bar__title {
  margin: 16px 0 0;
  color: #0b1220;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.35; }
  .fact-bar__title span {
    display: inline-block;
    color: #f2c230;
    font-size: 1.35em;
    line-height: 0.9;
    transform: translateY(0.04em); }
  @media (min-width: 768px) {
    .fact-bar__title {
      font-size: 58px; } }
  @media (min-width: 1024px) {
    .fact-bar__title {
      font-size: 62px; } }

.fact-bar__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0; }
  @media (min-width: 1024px) {
    .fact-bar__grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 14px;
      align-items: start;
      min-height: 370px; } }

.fact-bar__item {
  position: relative;
  display: grid;
  grid-template-columns: minmax(112px, 34%) minmax(0, 1fr);
  grid-template-areas: "number number" "image value" "image desc";
  column-gap: 24px;
  row-gap: 8px;
  align-items: center;
  justify-items: start;
  text-align: left;
  padding: 0 0 44px;
  border-bottom: 1px solid #e3e6ee; }
  .fact-bar__item + .fact-bar__item {
    padding-top: 44px; }
  .fact-bar__item:last-child {
    border-bottom: none;
    padding-bottom: 0; }
  @media (min-width: 768px) {
    .fact-bar__item {
      grid-template-columns: minmax(180px, 30%) minmax(0, 1fr);
      column-gap: 48px;
      padding-bottom: 58px; }
      .fact-bar__item + .fact-bar__item {
        padding-top: 58px; } }
  @media (min-width: 1024px) {
    .fact-bar__item {
      display: grid;
      grid-template-columns: 1fr;
      grid-template-areas: none;
      justify-items: center;
      text-align: center;
      min-height: 310px;
      padding: 34px 6px 0;
      border-bottom: none; }
      .fact-bar__item + .fact-bar__item {
        padding-top: 34px; } }

@media (min-width: 1024px) {
  .fact-bar__item--first {
    margin-top: 6px;
    transform: translateX(4%); } }

@media (min-width: 1024px) {
  .fact-bar__item--center {
    margin-top: 62px;
    transform: translateX(-2%); } }
@media (min-width: 1024px) {
  .fact-bar__item--center::before {
    content: "";
    position: absolute;
    top: 38px;
    left: 50%;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(242, 194, 48, 0.2) 0%, rgba(242, 194, 48, 0.08) 48%, transparent 72%);
    transform: translateX(-50%);
    pointer-events: none; } }

@media (min-width: 1024px) {
  .fact-bar__item--last {
    margin-top: 4px;
    transform: translateX(-4%); } }

.fact-bar__number-line {
  grid-area: number;
  position: relative;
  z-index: 3;
  width: auto;
  margin-bottom: 10px;
  pointer-events: none; }
  .fact-bar__number-line::after {
    content: "";
    display: block;
    width: 102px;
    height: 2px;
    margin-top: 16px;
    background: #f2c230; }
  @media (min-width: 1024px) {
    .fact-bar__number-line {
      grid-area: auto;
      position: absolute;
      top: 0;
      left: 50%;
      width: min(100%, 260px);
      display: grid;
      grid-template-columns: auto 1fr;
      gap: 12px;
      align-items: end;
      margin-bottom: 0;
      transform: translateX(-50%); }
      .fact-bar__number-line::after {
        width: auto;
        margin-top: 0;
        transform: translateY(-12px); } }

.fact-bar__number {
  color: #d9a81e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em; }
  @media (min-width: 768px) {
    .fact-bar__number {
      font-size: 56px; } }
  @media (min-width: 1024px) {
    .fact-bar__number {
      font-size: 38px; } }

.fact-bar__image-placeholder {
  grid-area: image;
  position: relative;
  z-index: 1;
  width: clamp(92px, 24vw, 148px);
  height: clamp(78px, 20vw, 124px);
  display: grid;
  place-items: center;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .fact-bar__image-placeholder {
      width: 148px;
      height: 124px; } }
  @media (min-width: 1024px) {
    .fact-bar__image-placeholder {
      grid-area: auto;
      margin-bottom: 24px; } }

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

.fact-bar__value {
  grid-area: value;
  position: relative;
  z-index: 2;
  display: block;
  margin: 0;
  color: #0b1220;
  font-size: clamp(28px, 7vw, 48px);
  font-weight: 900;
  line-height: 1.25; }
  @media (min-width: 768px) {
    .fact-bar__value {
      font-size: 50px; } }
  @media (min-width: 1024px) {
    .fact-bar__value {
      grid-area: auto;
      font-size: 38px; } }

.fact-bar__zero {
  display: inline-block;
  color: #e53935;
  font-size: 1.45em;
  line-height: 0.9;
  transform: translateY(0.04em); }

.fact-bar__desc {
  grid-area: desc;
  position: relative;
  z-index: 2;
  display: block;
  margin-top: 0;
  color: #14213d;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em; }
  @media (min-width: 768px) {
    .fact-bar__desc {
      font-size: 24px; } }
  @media (min-width: 1024px) {
    .fact-bar__desc {
      grid-area: auto;
      margin-top: 10px;
      font-size: 17px; } }

.before-after {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 86%, #f3f5f9 86%, #f3f5f9 100%);
  padding-bottom: 72px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .before-after {
      padding-bottom: 96px; } }

.before-after .section__head {
  margin-bottom: 56px; }

.before-after__stack {
  position: relative;
  max-width: 960px;
  margin: 0 auto; }

.before-after__panel {
  position: relative;
  padding: 0 0 56px; }

.before-after__panel-head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: center;
  margin-bottom: 28px; }
  @media (min-width: 768px) {
    .before-after__panel-head {
      grid-template-columns: minmax(0, 1fr) 220px;
      gap: 48px; } }

.before-after__panel-label {
  font-size: 44px;
  font-weight: 900;
  line-height: 1.2;
  color: #14213d; }
  @media (min-width: 768px) {
    .before-after__panel-label {
      font-size: 58px; } }

.before-after__panel-label-sub {
  margin-left: 0.18em;
  font-size: 0.58em; }

.before-after__panel--after {
  width: calc(100% + 40px);
  margin-left: -20px;
  padding: 76px 20px 72px;
  border-radius: 0 0 28px 28px;
  background: radial-gradient(circle at 50% 35%, rgba(242, 194, 48, 0.12) 0%, transparent 44%), linear-gradient(180deg, #101a2e 0%, #0b1220 100%);
  color: #ffffff;
  box-shadow: 0 28px 54px rgba(11, 18, 32, 0.18); }
  @media (min-width: 768px) {
    .before-after__panel--after {
      width: calc(100% + 64px);
      margin-left: -32px;
      padding: 88px 32px 84px;
      border-radius: 0 0 36px 36px; } }

.before-after__panel--after .before-after__panel-label {
  color: #f2c230; }

@media (min-width: 768px) {
  .before-after__panel--after .before-after__panel-head {
    grid-template-columns: minmax(0, 1fr) 220px; } }

.before-after__divider {
  position: relative;
  z-index: 3;
  height: 0;
  display: flex;
  justify-content: center; }

.before-after__divider-arrow {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 2px solid #0b1220;
  background: #ffffff;
  color: #0b1220;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  font-weight: 700;
  transform: translateY(-50%);
  box-shadow: 0 10px 26px rgba(11, 18, 32, 0.14); }
  .before-after__divider-arrow::before {
    content: "↓";
    line-height: 1; }

.before-after__list {
  display: flex;
  flex-direction: column; }

.before-after__list-item {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid rgba(20, 33, 61, 0.24);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.7; }
  @media (min-width: 768px) {
    .before-after__list-item {
      font-size: 20px; } }

.before-after__panel--after .before-after__list-item {
  border-bottom-color: rgba(255, 255, 255, 0.3);
  color: #ffffff; }

.before-after__mark {
  color: #8a8f9c;
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
  text-align: center; }

.before-after__panel--after .before-after__mark {
  color: #f2c230; }

.before-after__mark--check {
  display: flex;
  align-items: center;
  justify-content: center; }

.before-after__mark-img {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain; }

.before-after__visual {
  width: 180px;
  justify-self: center; }
  @media (min-width: 768px) {
    .before-after__visual {
      width: 220px;
      justify-self: end; } }

.before-after__visual-img {
  width: 100%;
  height: auto; }

.features {
  background: linear-gradient(180deg, #f3f5f9 0%, #ffffff 24%, #ffffff 100%);
  padding-top: 72px;
  padding-bottom: 56px; }
  @media (min-width: 768px) {
    .features {
      padding-top: 92px;
      padding-bottom: 72px; } }
  @media (min-width: 1024px) {
    .features {
      padding-top: 108px;
      padding-bottom: 88px; } }

.features__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 42px; }
  @media (min-width: 1024px) {
    .features__layout {
      grid-template-columns: 390px minmax(0, 1fr);
      gap: 48px;
      align-items: start; } }
  @media (min-width: 1280px) {
    .features__layout {
      grid-template-columns: 420px minmax(0, 1fr);
      gap: 56px; } }

.features__intro {
  color: #0b1220; }

.features__headline {
  margin: 16px 0 0;
  color: #0b1220;
  font-size: clamp(31px, 8.2vw, 38px);
  font-weight: 900;
  line-height: 1.42; }
  @media (min-width: 768px) {
    .features__headline {
      font-size: 58px;
      line-height: 1.35; } }
  @media (min-width: 1024px) {
    .features__headline {
      font-size: 50px;
      line-height: 1.34; } }
  @media (min-width: 1280px) {
    .features__headline {
      font-size: 54px; } }

.features__headline-break-pc {
  display: none; }
  @media (min-width: 1024px) {
    .features__headline-break-pc {
      display: block; } }

.features__lead {
  max-width: 36em;
  margin-top: 26px;
  color: #14213d;
  font-size: 15px;
  font-weight: 500;
  line-height: 2.05;
  letter-spacing: 0.03em;
  text-align: justify; }
  @media (min-width: 768px) {
    .features__lead {
      max-width: 640px;
      font-size: 15px;
      text-align: left; } }
  @media (min-width: 1024px) {
    .features__lead {
      max-width: 360px;
      margin-top: 34px;
      font-size: 15px;
      line-height: 2.05; } }

.features__note {
  margin-top: 14px;
  color: #5b6478;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.7; }
  @media (min-width: 768px) {
    .features__note {
      font-size: 13px; } }
  @media (min-width: 1024px) {
    .features__note {
      max-width: 360px; } }

.features__grid {
  display: grid;
  grid-template-columns: 1fr;
  border-top: 1px solid #e3e6ee;
  border-bottom: 1px solid #e3e6ee; }
  @media (min-width: 1024px) {
    .features__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr)); } }

.features__seo-note {
  display: grid;
  grid-column: 1 / -1;
  gap: 18px;
  margin-top: 34px;
  padding: 24px 0 0;
  border-top: 1px solid #e3e6ee; }
  @media (min-width: 768px) {
    .features__seo-note {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 28px;
      margin-top: 42px;
      padding-top: 30px; } }

.features__seo-note-item {
  min-width: 0; }

.features__seo-note-title {
  color: #d9a81e;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.5; }
  @media (min-width: 768px) {
    .features__seo-note-title {
      font-size: 21px; } }

.features__seo-note-text {
  margin-top: 8px;
  color: #14213d;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.9;
  letter-spacing: 0.03em;
  text-align: justify; }
  @media (min-width: 768px) {
    .features__seo-note-text {
      font-size: 15px;
      text-align: left; } }

.features__card {
  display: grid;
  grid-template-columns: 52px 76px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 152px;
  padding: 28px 0;
  border-bottom: 1px solid #e3e6ee; }
  .features__card:last-child {
    border-bottom: none; }
  @media (min-width: 480px) {
    .features__card {
      grid-template-columns: 64px 96px minmax(0, 1fr);
      gap: 18px; } }
  @media (min-width: 768px) {
    .features__card {
      grid-template-columns: 82px 132px minmax(0, 1fr);
      gap: 28px;
      min-height: 178px;
      padding: 34px 0; } }
  @media (min-width: 1024px) {
    .features__card {
      grid-template-columns: 78px minmax(0, 1fr);
      grid-template-rows: auto minmax(0, 1fr);
      column-gap: 22px;
      row-gap: 12px;
      min-height: 160px;
      padding: 30px 24px 30px 18px; }
      .features__card:nth-child(odd) {
        border-right: 1px solid #e3e6ee; }
      .features__card:nth-last-child(-n + 2) {
        border-bottom: none; } }

.features__num {
  position: relative;
  z-index: 2;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  align-self: start;
  color: #d9a81e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em; }
  @media (min-width: 768px) {
    .features__num {
      font-size: 42px; } }
  @media (min-width: 1024px) {
    .features__num {
      grid-column: 1;
      grid-row: 1;
      justify-self: start;
      margin-left: 2px;
      font-size: 34px; } }

.features__icon {
  width: 72px;
  height: 72px;
  object-fit: contain; }
  @media (min-width: 480px) {
    .features__icon {
      width: 92px;
      height: 92px; } }
  @media (min-width: 768px) {
    .features__icon {
      width: 118px;
      height: 118px; } }
  @media (min-width: 1024px) {
    .features__icon {
      grid-column: 1;
      grid-row: 2;
      align-self: start;
      justify-self: center;
      width: 76px;
      height: 76px; } }

.features__text {
  min-width: 0; }
  @media (min-width: 1024px) {
    .features__text {
      grid-column: 2;
      grid-row: 1 / span 2;
      align-self: center;
      padding-top: 10px; } }

.features__title {
  color: #0b1220;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.55; }
  @media (min-width: 768px) {
    .features__title {
      font-size: 25px; } }
  @media (min-width: 1024px) {
    .features__title {
      font-size: 17px;
      line-height: 1.55; } }
  @media (min-width: 1280px) {
    .features__title {
      font-size: 18px; } }

.features__desc {
  margin-top: 8px;
  color: #5b6478;
  font-size: 15px;
  line-height: 1.85;
  letter-spacing: 0.03em; }
  @media (min-width: 768px) {
    .features__desc {
      font-size: 15px; } }
  @media (min-width: 1024px) {
    .features__desc {
      margin-top: 10px;
      font-size: 15px;
      line-height: 1.9; } }
  @media (min-width: 1280px) {
    .features__desc {
      font-size: 15px; } }

.features__more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  margin-top: 14px;
  padding: 8px 18px;
  border: 1px solid rgba(217, 168, 30, 0.65);
  border-radius: 999px;
  background: rgba(242, 194, 48, 0.1);
  color: #0b1220;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease; }
  .features__more:hover, .features__more:focus-visible {
    background: #f2c230;
    border-color: #f2c230;
    transform: translateY(-1px); }
  @media (min-width: 1024px) {
    .features__more {
      min-height: 32px;
      margin-top: 12px;
      padding: 7px 15px;
      font-size: 13px; } }

.features-modal[hidden] {
  display: none; }

.features-modal {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: grid;
  place-items: center;
  padding: 22px; }

.features-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(11, 18, 32, 0.72); }

.features-modal__panel {
  position: relative;
  z-index: 1;
  width: min(100%, 640px);
  max-height: min(82vh, 680px);
  overflow-y: auto;
  padding: 30px 24px 26px;
  border: 1px solid rgba(242, 194, 48, 0.35);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(11, 18, 32, 0.28); }
  @media (min-width: 768px) {
    .features-modal__panel {
      padding: 42px 44px 36px; } }

.features-modal__close {
  position: absolute;
  top: 14px;
  right: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: none;
  background: transparent;
  color: #0b1220;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer; }

.features-modal__eyebrow {
  color: #d9a81e;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.12em; }

.features-modal__title {
  margin-top: 14px;
  color: #0b1220;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.45; }
  @media (min-width: 768px) {
    .features-modal__title {
      font-size: 30px; } }

.features-modal__body {
  margin-top: 18px;
  color: #14213d;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.03em; }
  @media (min-width: 768px) {
    .features-modal__body {
      font-size: 15px; } }

.features-modal__detail {
  display: grid;
  gap: 0; }

.features-modal__detail-item {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 0 0 28px;
  border-bottom: 1px solid rgba(11, 18, 32, 0.16); }
  .features-modal__detail-item:last-child {
    padding-bottom: 0;
    border-bottom: none; }
  .features-modal__detail-item + .features-modal__detail-item {
    padding-top: 28px; }

.features-modal__image-placeholder {
  order: 2;
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 520 / 300;
  border: 2px dashed rgba(11, 18, 32, 0.18);
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(242, 194, 48, 0.12), rgba(255, 255, 255, 0.92));
  color: #5b6478;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.6;
  text-align: center; }

.features-modal__image-placeholder--image {
  overflow: hidden;
  border: 1px solid rgba(11, 18, 32, 0.12);
  background: #ffffff; }

.features-modal__image-placeholder img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain; }

.features-modal__detail-text {
  display: contents; }

.features-modal__detail-title {
  order: 1;
  color: #0b1220;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.45; }
  @media (min-width: 768px) {
    .features-modal__detail-title {
      font-size: 22px; } }

.features-modal__detail-text p {
  order: 3;
  margin-top: 0;
  font-size: 15px;
  letter-spacing: 0.03em; }

.features-modal__benefits {
  order: 4;
  display: grid;
  gap: 8px;
  margin-top: 0;
  padding-left: 1.2em;
  color: #14213d;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.03em; }
  @media (min-width: 768px) {
    .features-modal__benefits {
      font-size: 15px; } }

.features-modal__benefits li::marker {
  color: #d9a81e; }

.features-modal__plan {
  order: 5;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-top: 0;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(242, 194, 48, 0.16);
  color: #d9a81e;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.3; }

.features-modal__back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 26px;
  padding: 12px 24px;
  border: none;
  border-radius: 999px;
  background: #0b1220;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease; }
  .features-modal__back:hover, .features-modal__back:focus-visible {
    background: #101a2e;
    transform: translateY(-1px); }

body.is-feature-modal-open {
  overflow: hidden; }

.why-cheap {
  position: relative;
  background: radial-gradient(circle at 70% 44%, rgba(18, 95, 180, 0.22) 0%, transparent 38%), linear-gradient(180deg, #0b1220 0%, #06152d 100%);
  color: #ffffff;
  overflow: hidden; }

.why-cheap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 12%, rgba(242, 194, 48, 0.08), transparent 28%);
  pointer-events: none; }

.why-cheap__intro,
.why-cheap__layout {
  position: relative;
  z-index: 1; }

.why-cheap__intro {
  max-width: 820px; }
  .why-cheap__intro .section__title {
    color: #ffffff;
    font-size: 34px;
    line-height: 1.45; }
    @media (min-width: 768px) {
      .why-cheap__intro .section__title {
        font-size: 48px; } }
    @media (min-width: 1024px) {
      .why-cheap__intro .section__title {
        font-size: 50px; } }

.why-cheap__lead {
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.03em; }
  @media (min-width: 768px) {
    .why-cheap__lead {
      font-size: 15px; } }

.why-cheap__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 44px;
  margin-top: 44px; }
  @media (min-width: 1024px) {
    .why-cheap__layout {
      grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.9fr);
      gap: 72px;
      align-items: center;
      margin-top: 52px; } }

.why-cheap__reasons {
  border-top: 1px solid rgba(255, 255, 255, 0.42); }

.why-cheap__reason {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.42); }
  @media (min-width: 768px) {
    .why-cheap__reason {
      grid-template-columns: 150px minmax(0, 1fr);
      gap: 32px;
      padding: 34px 0; } }

.why-cheap__icon-placeholder {
  width: 112px;
  height: 98px;
  display: grid;
  place-items: center; }
  @media (min-width: 768px) {
    .why-cheap__icon-placeholder {
      width: 128px;
      height: 112px; } }

.why-cheap__reason-icon {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain; }

.why-cheap__reason-title {
  color: #f2c230;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.55; }
  @media (min-width: 768px) {
    .why-cheap__reason-title {
      font-size: 25px; } }

.why-cheap__reason-desc {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.03em; }
  @media (min-width: 768px) {
    .why-cheap__reason-desc {
      font-size: 15px; } }

.why-cheap__system {
  display: grid;
  place-items: center; }

.why-cheap__system-center {
  width: 100%; }

.why-cheap__system-main {
  width: min(100%, 320px);
  height: 220px;
  display: grid;
  place-items: center;
  margin: 0 auto; }
  @media (min-width: 1024px) {
    .why-cheap__system-main {
      width: min(100%, 560px);
      height: 360px; } }

.why-cheap__system-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain; }

.pricing {
  background: #ffffff; }

.pricing__section-title {
  margin: 0 0 24px;
  color: #14213d;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.45;
  text-align: center; }
  @media (min-width: 768px) {
    .pricing__section-title {
      margin-bottom: 30px;
      font-size: 28px; } }

.pricing__scroll-text {
  margin: -12px 0 16px;
  color: #5b6478;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.5;
  text-align: right; }
  @media (min-width: 1024px) {
    .pricing__scroll-text {
      display: none; } }

.pricing__scroll {
  margin: 0 calc(50% - 50vw);
  padding: 0 20px 10px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-color: rgba(217, 168, 30, 0.7) rgba(227, 230, 238, 0.65);
  scrollbar-width: thin; }
  .pricing__scroll::-webkit-scrollbar {
    height: 8px; }
  .pricing__scroll::-webkit-scrollbar-track {
    background: rgba(227, 230, 238, 0.65);
    border-radius: 999px; }
  .pricing__scroll::-webkit-scrollbar-thumb {
    background: rgba(217, 168, 30, 0.75);
    border-radius: 999px; }
  @media (min-width: 1024px) {
    .pricing__scroll {
      margin: 0;
      padding: 0;
      overflow: visible; } }

.pricing__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(310px, 1fr));
  gap: 16px;
  align-items: stretch;
  min-width: 962px; }
  @media (min-width: 1024px) {
    .pricing__grid {
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      min-width: 0; } }

.pricing__card {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e3e6ee;
  box-shadow: 0 8px 24px rgba(11, 18, 32, 0.06);
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%; }

.pricing__card--featured {
  border: 2px solid #f2c230;
  box-shadow: 0 20px 40px rgba(242, 194, 48, 0.2);
  position: relative;
  overflow: hidden; }
  @media (min-width: 1024px) {
    .pricing__card--featured {
      transform: scale(1.04);
      z-index: 2; } }

.pricing__badge {
  position: absolute;
  top: 20px;
  right: -46px;
  width: 168px;
  transform: rotate(45deg);
  background: linear-gradient(135deg, #f6d15c 0%, #f2c230 55%, #d9a81e 100%);
  color: #0b1220;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
  padding: 6px 0;
  text-align: center;
  box-shadow: 0 4px 10px rgba(11, 18, 32, 0.18);
  z-index: 3; }

.pricing__card-head {
  text-align: center; }

.pricing__card-name {
  display: block;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.04em;
  color: #d9a81e; }
  @media (min-width: 768px) {
    .pricing__card-name {
      font-size: 28px; } }

.pricing__card-target {
  margin-top: 8px;
  font-size: 15px;
  font-weight: 500;
  color: #5b6478;
  line-height: 1.6;
  letter-spacing: 0.03em; }

.pricing__card-price {
  text-align: center;
  padding: 16px 0;
  border-top: 1px solid #e3e6ee;
  border-bottom: 1px solid #e3e6ee; }

.pricing__card-price-value {
  font-size: 34px;
  font-weight: 900;
  color: #14213d; }
  .pricing__card-price-value span {
    font-size: 15px;
    font-weight: 700;
    margin-left: 2px; }

.pricing__card-price-note {
  margin-top: 2px;
  font-size: 13px;
  color: #5b6478; }

.pricing__card-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1; }

.pricing__card-list-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: #14213d; }
  .pricing__card-list-item::before {
    content: "✓";
    flex-shrink: 0;
    color: #d9a81e;
    font-weight: 900; }

.pricing__card-cta {
  margin-top: 4px; }

.pricing__optional {
  margin-top: 64px; }

.pricing__optional-list {
  display: grid;
  gap: 12px;
  max-width: 860px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .pricing__optional-list {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 14px; } }

.pricing__optional-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 64px;
  padding: 16px 18px;
  border: 1px solid #e3e6ee;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(11, 18, 32, 0.05); }
  @media (min-width: 768px) {
    .pricing__optional-item {
      padding: 18px 20px; } }

@media (min-width: 768px) {
  .pricing__optional-item--wide {
    grid-column: 1 / -1; } }

.pricing__optional-name {
  color: #14213d;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.6; }
  @media (min-width: 768px) {
    .pricing__optional-name {
      font-size: 16px; } }

.pricing__optional-price {
  flex-shrink: 0;
  color: #d9a81e;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.5;
  text-align: right; }
  @media (min-width: 768px) {
    .pricing__optional-price {
      font-size: 16px; } }

.pricing__app {
  margin-top: 64px; }

.pricing__addon-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 32px; }

.pricing__addon-title {
  font-size: 22px;
  font-weight: 900;
  color: #14213d;
  line-height: 1.45; }
  @media (min-width: 768px) {
    .pricing__addon-title {
      font-size: 24px; } }

.pricing__addon-title-sub {
  display: block;
  margin-top: 4px;
  color: #5b6478;
  font-size: 13px;
  font-weight: 800; }
  @media (min-width: 768px) {
    .pricing__addon-title-sub {
      font-size: 13px; } }

.pricing__app-card {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e3e6ee;
  box-shadow: 0 8px 24px rgba(11, 18, 32, 0.06);
  position: relative;
  max-width: 480px;
  margin: 0 auto;
  padding: 40px 28px 32px;
  border: 2px solid #101a2e;
  display: flex;
  flex-direction: column;
  gap: 20px; }

.pricing__app-tag {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #101a2e;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  padding: 7px 20px;
  border-radius: 999px;
  white-space: nowrap;
  box-shadow: 0 6px 14px rgba(11, 18, 32, 0.25); }

.pricing__card-name--navy {
  color: #101a2e; }

.pricing__app-tiers {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  border: 1px solid #e3e6ee;
  overflow: hidden; }

.pricing__app-tiers-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px;
  font-size: 15px;
  letter-spacing: 0.03em;
  background: #f3f5f9; }
  .pricing__app-tiers-item:nth-child(even) {
    background: #ffffff; }
  .pricing__app-tiers-item + .pricing__app-tiers-item {
    border-top: 1px solid #e3e6ee; }

.pricing__app-tiers-label {
  color: #5b6478; }

.pricing__app-tiers-price {
  font-weight: 900;
  color: #14213d; }

.pricing__app-list-heading {
  font-size: 15px;
  font-weight: 800;
  color: #14213d;
  margin-top: 4px; }

.pricing__addon-note {
  margin-top: 16px;
  font-size: 13px;
  color: #5b6478;
  text-align: center; }

.cta-banner {
  background: linear-gradient(120deg, #f2c230 0%, #d9a81e 100%);
  text-align: center; }

.cta-banner__inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 720px; }
  @media (min-width: 768px) {
    .cta-banner__inner {
      padding-left: 32px;
      padding-right: 32px; } }

.cta-banner__text {
  font-size: 19px;
  font-weight: 900;
  color: #0b1220;
  line-height: 1.7; }
  @media (min-width: 768px) {
    .cta-banner__text {
      font-size: 24px; } }

.cta-banner__action {
  margin-top: 32px; }

.cta-banner--mid {
  position: relative;
  overflow: hidden;
  padding-top: 44px;
  padding-bottom: 44px;
  background: radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.28) 0%, transparent 26%), linear-gradient(135deg, #ffd43a 0%, #f2c230 56%, #d9a81e 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34); }

.cta-banner--mid::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.16) 1px, transparent 1px), linear-gradient(180deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.24;
  pointer-events: none; }

.cta-banner--mid::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1px;
  height: 44px;
  background: rgba(20, 33, 61, 0.24);
  pointer-events: none; }
  @media (min-width: 768px) {
    .cta-banner--mid::after {
      height: 72px; } }

.cta-banner--mid .cta-banner__inner {
  position: relative;
  z-index: 1;
  max-width: 980px; }

.cta-banner__bubble {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  margin: -72px auto 26px;
  padding: 10px 34px;
  border: 3px solid #d9a81e;
  border-radius: 999px;
  background: #ffffff;
  color: #0b1220;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.35;
  box-shadow: 0 4px 12px rgba(11, 18, 32, 0.18); }
  @media (min-width: 768px) {
    .cta-banner__bubble {
      margin-top: -78px;
      padding: 12px 42px;
      font-size: 26px; } }

.cta-banner__bubble::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -17px;
  width: 24px;
  height: 24px;
  border-right: 3px solid #d9a81e;
  border-bottom: 3px solid #d9a81e;
  background: #ffffff;
  transform: translateX(-50%) rotate(45deg); }

.cta-banner__panels {
  display: grid;
  gap: 24px; }
  @media (min-width: 768px) {
    .cta-banner__panels {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 36px; } }

.cta-banner__panel {
  display: grid;
  justify-items: center;
  gap: 14px;
  min-width: 0; }

.cta-banner__panel-icon {
  position: relative;
  width: 64px;
  height: 64px;
  filter: drop-shadow(0 3px 0 rgba(11, 18, 32, 0.16)); }

.cta-banner__panel-icon--screen::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  width: 48px;
  height: 36px;
  border: 4px solid #0b1220;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0%, rgba(251, 233, 174, 0.9) 100%); }

.cta-banner__panel-icon--screen::after {
  content: "";
  position: absolute;
  left: 21px;
  bottom: 8px;
  width: 22px;
  height: 12px;
  border-bottom: 4px solid #0b1220;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent; }

.cta-banner__panel-icon--document::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 6px;
  width: 40px;
  height: 52px;
  border: 4px solid #0b1220;
  border-radius: 8px;
  background: linear-gradient(180deg, transparent 0 14px, #d9a81e 14px 18px, transparent 18px 28px, #d9a81e 28px 32px, transparent 32px 42px, #d9a81e 42px 46px, transparent 46px 100%), #ffffff; }

.cta-banner__panel-icon--document::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 6px;
  width: 14px;
  height: 14px;
  border-left: 4px solid #0b1220;
  border-bottom: 4px solid #0b1220;
  background: #fbe9ae; }

.cta-banner__panel-text {
  color: #0b1220;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.55;
  text-shadow: none; }
  @media (min-width: 768px) {
    .cta-banner__panel-text {
      font-size: 20px; } }

.cta-banner__panel-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(100%, 360px);
  min-height: 64px;
  padding: 0 28px;
  border: 0;
  border-radius: 8px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.3;
  text-decoration: none;
  box-shadow: 0 16px 30px rgba(11, 18, 32, 0.24);
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
  @media (min-width: 768px) {
    .cta-banner__panel-btn {
      min-width: 390px;
      font-size: 18px; } }
  .cta-banner__panel-btn::after {
    content: "▶";
    margin-left: 10px;
    font-size: 13px; }
  .cta-banner__panel-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 36px rgba(11, 18, 32, 0.3); }

.cta-banner__panel-btn--orange {
  background: linear-gradient(135deg, #101a2e 0%, #0b1220 100%); }

.cta-banner__panel-btn--light {
  background: rgba(255, 255, 255, 0.9);
  color: #0b1220;
  box-shadow: inset 0 0 0 2px rgba(20, 33, 61, 0.82), 0 12px 24px rgba(11, 18, 32, 0.12); }

.cta-banner--mid {
  padding-top: 64px;
  padding-bottom: 64px;
  text-align: left;
  background: radial-gradient(circle at 76% 28%, rgba(255, 255, 255, 0.28) 0%, transparent 30%), linear-gradient(135deg, #ffd43a 0%, #f2c230 52%, #d9a81e 100%); }
  @media (min-width: 768px) {
    .cta-banner--mid {
      padding-top: 76px;
      padding-bottom: 76px; } }

.cta-banner--mid::after {
  content: none; }

.cta-banner--mid .cta-banner__inner {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  display: grid;
  gap: 36px; }
  @media (min-width: 1024px) {
    .cta-banner--mid .cta-banner__inner {
      grid-template-columns: minmax(500px, 1.1fr) minmax(360px, 0.8fr);
      align-items: center;
      gap: 44px; } }
  @media (min-width: 1280px) {
    .cta-banner--mid .cta-banner__inner {
      grid-template-columns: minmax(590px, 1.08fr) minmax(420px, 0.82fr);
      gap: 56px; } }

.cta-banner--mid .cta-banner__text {
  margin-top: 24px;
  color: #0b1220;
  font-size: clamp(34px, 8.6vw, 44px);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0.01em;
  word-break: keep-all; }
  @media (min-width: 768px) {
    .cta-banner--mid .cta-banner__text {
      font-size: 48px; } }
  @media (min-width: 1024px) {
    .cta-banner--mid .cta-banner__text {
      font-size: 50px; } }

.cta-banner--mid .cta-banner__lead {
  max-width: 640px;
  margin-top: 22px;
  color: #14213d;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.9;
  letter-spacing: 0.03em; }
  @media (min-width: 768px) {
    .cta-banner--mid .cta-banner__lead {
      font-size: 15px; } }

.cta-banner--mid .cta-banner__points {
  margin-top: 30px; }

@media (min-width: 768px) {
  .cta-banner--mid .cta-banner__visual-placeholder {
    width: min(100%, 460px); } }

.cta-banner--mid .cta-banner__action {
  width: min(100%, 420px);
  margin-top: 0;
  justify-self: center; }
  @media (min-width: 1024px) {
    .cta-banner--mid .cta-banner__action {
      justify-self: start;
      margin-left: 28px; } }

.cta-banner--mid .cta-banner__final-btn {
  min-height: 64px;
  font-size: 22px; }

.cta-banner--bridge {
  position: relative;
  min-height: 33vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 34px 0;
  background: radial-gradient(circle at 82% 20%, rgba(255, 255, 255, 0.28) 0%, transparent 28%), linear-gradient(135deg, #ffd43a 0%, #f2c230 56%, #d9a81e 100%);
  text-align: left; }
  @media (min-width: 768px) {
    .cta-banner--bridge {
      min-height: 34vh;
      padding: 44px 0; } }

.cta-banner--bridge::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.16) 1px, transparent 1px), linear-gradient(180deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.24;
  pointer-events: none; }

.cta-banner__bridge-inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 1;
  display: grid;
  gap: 24px;
  align-items: center; }
  @media (min-width: 768px) {
    .cta-banner__bridge-inner {
      padding-left: 32px;
      padding-right: 32px; } }
  @media (min-width: 768px) {
    .cta-banner__bridge-inner {
      grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
      gap: 36px; } }

.cta-banner__bridge-content {
  min-width: 0; }

.cta-banner--bridge .cta-banner__eyebrow {
  font-size: 17px; }
  @media (min-width: 768px) {
    .cta-banner--bridge .cta-banner__eyebrow {
      font-size: 20px; } }

.cta-banner__bridge-title {
  margin: 14px 0 0;
  color: #0b1220;
  font-size: clamp(30px, 7.4vw, 42px);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0.01em;
  word-break: keep-all; }
  @media (min-width: 768px) {
    .cta-banner__bridge-title {
      margin-top: 18px;
      font-size: 42px; } }

.cta-banner__bridge-lead {
  max-width: 620px;
  margin: 14px 0 0;
  color: #14213d;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.8;
  letter-spacing: 0.03em; }
  @media (min-width: 768px) {
    .cta-banner__bridge-lead {
      font-size: 15px; } }

.cta-banner__bridge-action {
  display: grid;
  gap: 12px;
  justify-items: stretch; }

.cta-banner__bridge-btn {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 0 24px;
  border-radius: 8px;
  background: linear-gradient(135deg, #101a2e 0%, #0b1220 100%);
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.3;
  text-decoration: none;
  box-shadow: 0 16px 30px rgba(11, 18, 32, 0.24);
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
  .cta-banner__bridge-btn::before {
    content: "";
    position: absolute;
    top: -40%;
    left: -80%;
    width: 52%;
    height: 180%;
    background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.18) 42%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.16) 58%, transparent 100%);
    transform: skewX(-22deg);
    animation: button-shine 3.4s ease-in-out infinite;
    pointer-events: none; }
  @media (min-width: 768px) {
    .cta-banner__bridge-btn {
      min-height: 64px;
      font-size: 22px; } }
  .cta-banner__bridge-btn span {
    position: relative;
    z-index: 1;
    margin-left: auto;
    color: #f2c230;
    font-size: 30px;
    line-height: 1; }
  .cta-banner__bridge-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 36px rgba(11, 18, 32, 0.3); }

.cta-banner--dark {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 76% 28%, rgba(255, 255, 255, 0.28) 0%, transparent 30%), linear-gradient(135deg, #ffd43a 0%, #f2c230 52%, #d9a81e 100%);
  text-align: left;
  padding-top: 72px;
  padding-bottom: 72px; }
  @media (min-width: 768px) {
    .cta-banner--dark {
      padding-top: 92px;
      padding-bottom: 92px; } }

.cta-banner--dark::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.16) 1px, transparent 1px), linear-gradient(180deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.24;
  pointer-events: none; }

.cta-banner--dark .cta-banner__inner {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  display: grid;
  gap: 42px; }
  @media (min-width: 1024px) {
    .cta-banner--dark .cta-banner__inner {
      grid-template-columns: minmax(500px, 1.1fr) minmax(360px, 0.8fr);
      align-items: center;
      gap: 44px; } }
  @media (min-width: 1280px) {
    .cta-banner--dark .cta-banner__inner {
      grid-template-columns: minmax(590px, 1.08fr) minmax(420px, 0.82fr);
      gap: 56px; } }

.cta-banner__content {
  min-width: 0; }

.cta-banner__eyebrow {
  display: inline-block;
  color: #0b1220;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.16em; }

.cta-banner--dark .cta-banner__text {
  margin-top: 26px;
  color: #0b1220;
  font-size: clamp(36px, 9.2vw, 46px);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0.01em;
  word-break: keep-all; }
  @media (min-width: 768px) {
    .cta-banner--dark .cta-banner__text {
      font-size: 50px; } }
  @media (min-width: 1024px) {
    .cta-banner--dark .cta-banner__text {
      font-size: 52px; } }
  @media (min-width: 1280px) {
    .cta-banner--dark .cta-banner__text {
      font-size: 56px; } }

.cta-banner__title-row {
  display: block; }

.cta-banner__title-row--first span {
  display: block; }
@media (min-width: 768px) {
  .cta-banner__title-row--first {
    white-space: nowrap; }
    .cta-banner__title-row--first span {
      display: inline; } }

.cta-banner--dark .cta-banner__lead {
  max-width: 620px;
  margin-top: 24px;
  color: #14213d;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.95;
  letter-spacing: 0.03em; }
  @media (min-width: 768px) {
    .cta-banner--dark .cta-banner__lead {
      font-size: 15px; } }

.cta-banner__points {
  display: grid;
  gap: 14px;
  margin-top: 34px; }
  @media (min-width: 768px) {
    .cta-banner__points {
      grid-template-columns: repeat(3, auto);
      gap: 22px;
      align-items: center; } }
  .cta-banner__points li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #0b1220;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.5;
    white-space: nowrap; }
    @media (min-width: 768px) {
      .cta-banner__points li {
        font-size: 16px; } }
  .cta-banner__points li::before {
    content: "";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: url("../images/check-icon-black.png") center/contain no-repeat;
    flex-shrink: 0; }

.cta-banner__visual-area {
  display: grid;
  gap: 28px;
  justify-items: center; }
  @media (min-width: 1024px) {
    .cta-banner__visual-area {
      justify-items: stretch; } }

.cta-banner__visual-placeholder {
  width: min(92vw, 360px);
  aspect-ratio: 13 / 8;
  display: grid;
  place-items: center;
  justify-self: center;
  border-radius: 8px; }
  @media (min-width: 768px) {
    .cta-banner__visual-placeholder {
      width: min(100%, 520px); } }
  .cta-banner__visual-placeholder img {
    width: min(100%, 360px);
    height: 100%;
    object-fit: contain;
    object-position: center; }
    @media (min-width: 768px) {
      .cta-banner__visual-placeholder img {
        width: 100%; } }

.cta-banner--dark .cta-banner__action {
  width: min(100%, 440px);
  margin-top: 0;
  justify-self: center; }
  @media (min-width: 1024px) {
    .cta-banner--dark .cta-banner__action {
      justify-self: start;
      margin-left: 34px; } }

.cta-banner__action-label {
  margin: 0 0 14px;
  color: #0b1220;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.4;
  text-align: center; }

.cta-banner__final-btn {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 68px;
  padding: 0 28px;
  border-radius: 8px;
  background: linear-gradient(135deg, #101a2e 0%, #0b1220 100%);
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.3;
  text-decoration: none;
  box-shadow: 0 18px 34px rgba(11, 18, 32, 0.26);
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
  .cta-banner__final-btn::before {
    content: "";
    position: absolute;
    top: -40%;
    left: -80%;
    width: 52%;
    height: 180%;
    background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.18) 42%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.16) 58%, transparent 100%);
    transform: skewX(-22deg);
    animation: button-shine 3.4s ease-in-out infinite;
    pointer-events: none; }
  .cta-banner__final-btn span {
    position: relative;
    z-index: 1;
    margin-left: auto;
    color: #f2c230;
    font-size: 34px;
    line-height: 1; }
  .cta-banner__final-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 40px rgba(11, 18, 32, 0.32); }

.comparison {
  background: #f3f5f9; }

.comparison__scroll-text {
  margin: -12px 0 18px;
  color: #d9a81e;
  font-size: 13px;
  font-weight: 800;
  text-align: right; }
  @media (min-width: 1025px) {
    .comparison__scroll-text {
      display: none; } }

.comparison__cards {
  display: grid;
  grid-template-columns: repeat(3, 310px);
  gap: 0;
  overflow-x: auto;
  padding: 0 4px 20px;
  margin: 0 -4px -20px;
  border-top: 1px solid #e3e6ee;
  border-bottom: 1px solid #e3e6ee;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x proximity; }
  @media (min-width: 1025px) {
    .comparison__cards {
      overflow: visible;
      padding: 0;
      margin: 0;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 0;
      align-items: stretch;
      scroll-snap-type: none; } }

.comparison__card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 28px 18px 24px;
  border-right: 1px solid #e3e6ee;
  background: transparent;
  scroll-snap-align: start; }
  .comparison__card:last-child {
    border-right: none; }
  @media (min-width: 1025px) {
    .comparison__card {
      padding: 32px 22px 28px; } }

.comparison__card--main {
  background: linear-gradient(180deg, rgba(242, 194, 48, 0.12) 0%, rgba(242, 194, 48, 0.04) 100%); }

.comparison__card-title {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.45;
  text-align: center;
  color: #14213d; }

.comparison__card--main .comparison__card-title {
  color: #d9a81e; }

.comparison__card-lead {
  min-height: 58px;
  margin-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e3e6ee;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.03em;
  text-align: center;
  color: #5b6478; }

.comparison__list {
  margin-top: 0;
  display: flex;
  flex-direction: column; }

.comparison__row {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 76px;
  padding: 14px 0;
  border-bottom: 1px solid #e3e6ee; }
  .comparison__row:last-child {
    border-bottom: none; }

.comparison__card:not(.comparison__card--main) .comparison__row {
  grid-template-columns: 1fr; }

.comparison__card:not(.comparison__card--main) .comparison__label {
  display: none; }

.comparison__label {
  font-size: 15px;
  font-weight: 900;
  line-height: 1.45;
  color: #d9a81e; }

.comparison__value {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 6px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.55;
  color: #14213d;
  text-align: center;
  isolation: isolate; }

.comparison__value::after {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  font-size: 46px;
  font-weight: 900;
  line-height: 1;
  pointer-events: none; }

.comparison__value--excellent::after {
  content: "◎";
  color: rgba(217, 168, 30, 0.28); }

.comparison__value--good::after {
  content: "○";
  color: rgba(217, 168, 30, 0.25); }

.comparison__value--caution::after {
  content: "△";
  color: rgba(214, 111, 45, 0.24); }

.comparison__value--bad::after {
  content: "×";
  color: rgba(138, 143, 156, 0.3); }

.comparison__note {
  margin-top: 24px;
  font-size: 13px;
  color: #5b6478;
  line-height: 1.8;
  text-align: center; }

.flow {
  background: #f3f5f9; }

.flow__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  position: relative; }

.flow__item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  text-align: center;
  gap: 12px;
  padding: 34px 22px 38px;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 14px 28px rgba(11, 18, 32, 0.08);
  z-index: 1; }
  .flow__item + .flow__item {
    margin-top: 12px; }
  .flow__item:nth-child(1) {
    z-index: 6; }
  .flow__item:nth-child(2) {
    z-index: 5; }
  .flow__item:nth-child(3) {
    z-index: 4; }
  .flow__item:nth-child(4) {
    z-index: 3; }
  .flow__item:nth-child(5) {
    z-index: 2; }
  @media (min-width: 768px) {
    .flow__item {
      grid-template-columns: 150px 180px minmax(0, 1fr);
      justify-items: start;
      text-align: left;
      gap: 30px;
      padding: 36px 48px;
      min-height: 190px; }
      .flow__item + .flow__item {
        margin-top: 12px; } }

.flow__item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 48px;
  height: 48px;
  background: #ffffff;
  border-right: 1px solid rgba(227, 230, 238, 0.9);
  border-bottom: 1px solid rgba(227, 230, 238, 0.9);
  transform: translate(-50%, -50%) rotate(45deg);
  box-shadow: 10px 10px 18px rgba(11, 18, 32, 0.12);
  z-index: 20; }

.flow__num {
  position: relative;
  z-index: 2;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  font-family: Georgia, "Times New Roman", serif;
  color: #d9a81e;
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  grid-row: 1;
  grid-column: 1; }
  @media (min-width: 768px) {
    .flow__num {
      font-size: 54px;
      justify-self: center; } }

.flow__num::before {
  content: "STEP";
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  color: #d9a81e; }
  @media (min-width: 768px) {
    .flow__num::before {
      font-size: 18px; } }

.flow__visual {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 136px;
  height: 96px;
  grid-row: 3;
  grid-column: 1; }
  @media (min-width: 768px) {
    .flow__visual {
      grid-row: 1 / span 2;
      grid-column: 2;
      align-self: center;
      width: 154px;
      height: 106px; } }
  .flow__visual img {
    width: 100%;
    height: 100%;
    object-fit: contain; }

.flow__title {
  position: relative;
  z-index: 2;
  grid-row: 2;
  grid-column: 1;
  margin-top: 22px;
  font-size: 17px;
  font-weight: 900;
  color: #14213d;
  line-height: 1.6; }
  @media (min-width: 768px) {
    .flow__title {
      grid-row: 2;
      grid-column: 1;
      justify-self: center;
      margin-top: 4px;
      font-size: 18px; } }

.flow__desc {
  position: relative;
  z-index: 2;
  grid-row: 4;
  grid-column: 1;
  font-size: 15px;
  font-weight: 700;
  color: #14213d;
  line-height: 1.9;
  letter-spacing: 0.03em; }
  @media (min-width: 768px) {
    .flow__desc {
      grid-row: 1 / span 2;
      grid-column: 3;
      align-self: center;
      font-size: 15px; } }

.samples {
  background: #faf7ef; }

.samples__scroll-text {
  margin: -20px 0 16px;
  font-size: 13px;
  font-weight: 800;
  color: #5b6478;
  text-align: right; }
  @media (min-width: 1024px) {
    .samples__scroll-text {
      display: none; } }

.samples__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(320px, 420px));
  gap: 20px;
  overflow-x: auto;
  padding: 8px 4px 24px;
  margin: -8px -4px -24px;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x proximity; }
  @media (min-width: 1024px) {
    .samples__grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 28px;
      overflow: visible;
      padding: 0;
      margin: 0;
      scroll-snap-type: none; } }

.samples__card {
  display: block;
  text-decoration: none;
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(11, 18, 32, 0.06);
  scroll-snap-align: start;
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1); }
  .samples__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(11, 18, 32, 0.12); }

.samples__thumb {
  position: relative;
  aspect-ratio: 5 / 3;
  overflow: hidden;
  border-radius: 0;
  background: #ffffff; }
  .samples__thumb img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1); }

.samples__card:hover .samples__thumb img {
  transform: scale(1.04); }

.samples__label {
  position: absolute;
  left: 16px;
  bottom: 12px;
  background: rgba(11, 18, 32, 0.72);
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  padding: 6px 14px;
  border-radius: 999px; }

.samples__body {
  padding: 18px 20px 22px; }

.samples__name {
  font-size: 15px;
  font-weight: 800;
  color: #14213d; }

.samples__price {
  margin-top: 8px;
  font-size: 17px;
  font-weight: 900;
  color: #0b1220; }

.samples__link-text {
  margin-top: 6px;
  font-size: 13px;
  color: #d9a81e;
  font-weight: 800; }

.faq {
  background: #ffffff; }

.faq__list {
  max-width: 920px;
  margin: 0 auto;
  border-top: 1px solid #e3e6ee; }

.faq__item {
  border-bottom: 1px solid #e3e6ee; }

.faq__question {
  width: 100%;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 32px;
  gap: 14px;
  align-items: center;
  padding: 22px 0;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: inherit; }
  @media (min-width: 768px) {
    .faq__question {
      grid-template-columns: 64px minmax(0, 1fr) 40px;
      gap: 22px;
      padding: 28px 0; } }

.faq__question-num {
  color: #d9a81e;
  font-family: "Poppins", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1; }
  @media (min-width: 768px) {
    .faq__question-num {
      font-size: 22px; } }

.faq__question-text {
  color: #14213d;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.65;
  transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
  @media (min-width: 768px) {
    .faq__question-text {
      font-size: 18px; } }

.faq__item.is-open .faq__question-text {
  color: #d9a81e; }

.faq__chevron {
  justify-self: end;
  width: 28px;
  height: 28px;
  position: relative;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
  .faq__chevron::before, .faq__chevron::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 18px;
    height: 2px;
    background: #14213d;
    border-radius: 1px;
    transition: background 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
  .faq__chevron::before {
    transform: translate(-50%, -50%); }
  .faq__chevron::after {
    transform: translate(-50%, -50%) rotate(90deg); }

.faq__item.is-open .faq__chevron {
  transform: rotate(45deg); }
  .faq__item.is-open .faq__chevron::before, .faq__item.is-open .faq__chevron::after {
    background: #d9a81e; }

.faq__answer-wrap {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s cubic-bezier(0.4, 0, 0.2, 1); }

.faq__item.is-open .faq__answer-wrap {
  grid-template-rows: 1fr; }

.faq__answer-inner {
  overflow: hidden; }

.faq__answer {
  padding: 0 40px 24px 60px;
  color: #5b6478;
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: 0.03em; }
  @media (min-width: 768px) {
    .faq__answer {
      padding: 0 64px 30px 86px;
      font-size: 15px; } }

.footer {
  background: #0b1220;
  color: rgba(255, 255, 255, 0.72);
  padding: 56px 0 28px; }

.footer__inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .footer__inner {
      padding-left: 32px;
      padding-right: 32px; } }

.footer__top {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  @media (min-width: 768px) {
    .footer__top {
      flex-direction: row;
      justify-content: space-between;
      align-items: flex-start; } }

.footer__logo {
  display: flex;
  align-items: center;
  text-decoration: none; }

.footer__logo-img {
  display: block;
  width: auto;
  height: 84px; }

.footer__area {
  margin-top: 14px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5); }

.footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px; }
  @media (min-width: 768px) {
    .footer__nav {
      justify-content: flex-end; } }

.footer__nav-link {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none; }
  .footer__nav-link:hover {
    color: #f2c230; }

.footer__social {
  margin-top: 18px;
  display: flex;
  gap: 12px; }
  @media (min-width: 768px) {
    .footer__social {
      justify-content: flex-end; } }

.footer__social-link {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.24);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none; }
  .footer__social-link:hover {
    border-color: #f2c230;
    color: #f2c230; }

.footer__bottom {
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 13px; }
  @media (min-width: 768px) {
    .footer__bottom {
      flex-direction: row;
      justify-content: space-between;
      align-items: center; } }

.footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px; }

.footer__legal-link {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none; }
  .footer__legal-link:hover {
    color: #f2c230; }

.footer__copyright {
  color: rgba(255, 255, 255, 0.4); }

.legal-page {
  background: #faf9f6;
  color: #222; }

.legal-close {
  position: fixed;
  top: 22px;
  right: 22px;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: #8d6938;
  background: #f4efe7;
  border-radius: 50%;
  font-size: 32px;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12); }

.legal {
  padding: 96px 0; }
  .legal .legal_inner {
    max-width: 920px;
    margin: 0 auto;
    padding: 0 24px; }
  .legal .legal_head {
    margin-bottom: 38px;
    text-align: center; }
    .legal .legal_head span {
      display: block;
      margin-bottom: 10px;
      color: #b68b4c;
      font-size: 12px;
      font-weight: 900;
      letter-spacing: 0.18em; }
    .legal .legal_head h1 {
      margin: 0;
      font-size: 42px;
      font-weight: 900;
      letter-spacing: 0.05em; }
    .legal .legal_head p {
      margin: 18px auto 0;
      max-width: 640px;
      color: #666;
      font-size: 15px;
      line-height: 1.9; }
  .legal .legal_nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 46px; }
    .legal .legal_nav a {
      padding: 10px 18px;
      color: #8d6938;
      background: #fff;
      border: 1px solid rgba(182, 139, 76, 0.28);
      border-radius: 999px;
      font-size: 13px;
      font-weight: 800; }
  .legal .legal_section {
    padding: 42px;
    margin-bottom: 34px;
    background: #fff;
    border: 1px solid rgba(182, 139, 76, 0.18);
    border-radius: 24px;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.05); }
    .legal .legal_section h2 {
      margin: 0 0 26px;
      padding-bottom: 16px;
      border-bottom: 1px solid rgba(182, 139, 76, 0.18);
      font-size: 28px;
      font-weight: 900; }
    .legal .legal_section h3 {
      margin: 30px 0 10px;
      color: #8d6938;
      font-size: 18px;
      font-weight: 900; }
    .legal .legal_section p,
    .legal .legal_section li,
    .legal .legal_section dd {
      color: #444;
      font-size: 14px;
      line-height: 1.9; }
    .legal .legal_section ul {
      padding-left: 1.2em;
      margin: 12px 0 0; }
    .legal .legal_section li {
      margin-bottom: 6px; }
  .legal .legal_table div {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 20px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(182, 139, 76, 0.14); }
    .legal .legal_table div:last-child {
      border-bottom: none; }
  .legal .legal_table dt {
    color: #8d6938;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.8; }
  .legal .legal_table dd {
    margin: 0; }
  @media screen and (max-width: 768px) {
    .legal {
      padding: 78px 0; }
      .legal .legal_inner {
        padding: 0 14px; }
      .legal .legal_head h1 {
        font-size: 32px; }
      .legal .legal_section {
        padding: 28px 22px;
        border-radius: 20px; }
        .legal .legal_section h2 {
          font-size: 24px; }
      .legal .legal_table div {
        grid-template-columns: 1fr;
        gap: 6px; } }
  @media screen and (max-width: 480px) {
    .legal .legal_section {
      padding: 26px 18px; }
    .legal .legal_nav {
      flex-direction: column; }
      .legal .legal_nav a {
        text-align: center; } }


/* 2段目のサンプル行（_samples.scss と対応） */
.samples__grid--row2{margin-top:48px}
/*# sourceMappingURL=style.css.map */
