.cn-page {
  background: #f7f2eb;
  color: #1c1917;
}

.cn-page .inner-bar {
  background: #fffefb;
  border-bottom: 1px solid #eadfd4;
}

.cn-page footer {
  background: #fff7f0;
  border-top: 1px solid #eadfd4;
}

.cn-page .inner-actions {
  display: none;
}

.cn-page .inner-nav a.active,
.cn-page.nav-construction .inner-nav a[data-nav="construction"] {
  color: #ff5c1a;
  box-shadow: inset 0 -3px 0 #ff5c1a;
}

.cn-page .inner-nav a.active svg,
.cn-page.nav-construction .inner-nav a[data-nav="construction"] svg {
  color: #ff5c1a;
}

.cn-page .trust-bar {
  width: min(1440px, calc(100% - 2rem));
  margin: 0 auto 1.4rem;
  background: #fff;
  border-color: #eadfd4;
}

.cn-wrap {
  width: min(1440px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 1.35rem 0 1.6rem;
}

.cn-hero {
  display: grid;
  grid-template-columns: minmax(230px, 0.88fr) minmax(0, 1.22fr) minmax(270px, 0.95fr);
  gap: 1.2rem 1.35rem;
  align-items: stretch;
  margin-bottom: 1.5rem;
}

.cn-intro h1 {
  margin: 0 0 0.85rem;
  font-size: clamp(1.35rem, 2.8vw, 2.15rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.18;
  text-transform: uppercase;
  color: #1c1917;
}

.cn-intro h1 span {
  color: #ff5c1a;
}

.cn-blurb {
  margin: 0 0 0.7rem;
  color: #3f372f;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.55;
  max-width: 28rem;
}

.cn-stay {
  margin: 0 0 1rem;
  color: #ff5c1a;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.5;
  max-width: 28rem;
}

.cn-crumb {
  margin: 0;
  color: #ff5c1a;
  font-size: 0.76rem;
  font-weight: 700;
}

.cn-crumb a {
  color: #ff5c1a;
  text-decoration: none;
}

.cn-crumb a:hover {
  text-decoration: underline;
}

.cn-shot-wrap {
  min-width: 0;
}

.cn-shot {
  position: relative;
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  background: #151515;
  height: 100%;
  min-height: 340px;
}

.cn-shot img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
}

.cn-sign {
  position: absolute;
  left: 50%;
  bottom: 8%;
  transform: translateX(-50%);
  width: min(86%, 22rem);
  padding: 0.95rem 1rem 1rem;
  text-align: center;
  color: #fff;
  background:
    repeating-linear-gradient(
      90deg,
      #2a1a10 0 10px,
      #3a2416 10px 20px
    ),
    linear-gradient(#3a2418, #1a100c);
  border: 3px solid #ff5c1a;
  border-radius: 4px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.45);
}

.cn-sign svg {
  width: 34px;
  height: 34px;
  color: #fff;
  display: block;
  margin: 0 auto 0.4rem;
}

.cn-sign strong {
  display: block;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 0.28rem;
}

.cn-sign span {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-transform: uppercase;
  color: #f3f3f3;
}

.cn-plan {
  background: #fff;
  color: #1a1a1a;
  border-radius: 12px;
  padding: 1.15rem 1.1rem 1rem;
  display: flex;
  flex-direction: column;
}

.cn-plan h2 {
  margin: 0 0 0.55rem;
  font-size: clamp(0.95rem, 1.5vw, 1.12rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.25;
  text-transform: uppercase;
  color: #111;
}

.cn-plan h2 span {
  color: #ff5c1a;
}

.cn-plan > p {
  margin: 0 0 0.85rem;
  color: #444;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.5;
}

.cn-plan h3 {
  margin: 0 0 0.65rem;
  color: #111;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.cn-help {
  list-style: none;
  margin: 0 0 0.95rem;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem 0.7rem;
}

.cn-help li {
  display: flex;
  align-items: flex-start;
  gap: 0.4rem;
  color: #222;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.3;
}

.cn-help svg {
  width: 18px;
  height: 18px;
  color: #ff5c1a;
  flex-shrink: 0;
  margin-top: 0.05rem;
}

.cn-cta {
  margin-top: auto;
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  padding: 0.8rem 0.8rem 0.85rem;
  border: 2px solid #ff5c1a;
  border-radius: 10px;
  background: #fff3ec;
}

.cn-cta svg {
  width: 28px;
  height: 28px;
  color: #ff5c1a;
  flex-shrink: 0;
}

.cn-cta p {
  margin: 0;
  color: #333;
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.45;
}

.cn-cta a {
  color: #ff5c1a;
  font-weight: 800;
  text-decoration: none;
}

.cn-cta a:hover {
  text-decoration: underline;
}

.cn-midrow {
  display: grid;
  grid-template-columns: minmax(230px, 0.88fr) minmax(0, 1.22fr) minmax(270px, 0.95fr);
  gap: 1.2rem 1.35rem;
  align-items: stretch;
  margin-bottom: 0.4rem;
}

.cn-why h2,
.cn-process h2 {
  margin: 0 0 1rem;
  color: #ff5c1a;
  font-size: clamp(0.88rem, 1.5vw, 1.05rem);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.cn-process h2 span {
  color: #ff4d1a;
}

.cn-why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem 0.7rem;
}

.cn-why article {
  text-align: center;
}

.cn-why-icon {
  width: 2.35rem;
  height: 2.35rem;
  margin: 0 auto 0.45rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff5c1a;
  border: 1.6px solid #ff5c1a;
}

.cn-why-icon svg {
  width: 16px;
  height: 16px;
}

.cn-why h3 {
  margin: 0;
  color: #1c1917;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  line-height: 1.3;
}

.cn-steps {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.15rem;
  margin-bottom: 1rem;
}

.cn-steps article {
  flex: 1;
  min-width: 0;
  text-align: center;
}

.cn-steps span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.55rem;
  height: 1.35rem;
  padding: 0 0.28rem;
  border-radius: 4px;
  background: #ff5c1a;
  color: #fff;
  font-size: 0.62rem;
  font-weight: 800;
}

.cn-steps svg {
  display: block;
  width: 26px;
  height: 26px;
  margin: 0.45rem auto 0.35rem;
  color: #ff5c1a;
}

.cn-steps strong {
  display: block;
  color: #1c1917;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 1.25;
}

.cn-steps i {
  flex: 0 0 auto;
  color: #ff5c1a;
  font-style: normal;
  font-weight: 800;
  margin-top: 1.15rem;
  font-size: 0.9rem;
}

.cn-soon {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0;
  padding: 0.75rem 0.9rem;
  border-radius: 10px;
  background: #fff7f0;
  color: #1c1917;
  font-size: 0.78rem;
  font-weight: 650;
  line-height: 1.4;
}

.cn-soon svg {
  width: 22px;
  height: 22px;
  color: #ff5c1a;
  flex-shrink: 0;
}

.cn-side {
  background: #ff5c1a;
  color: #fff;
  border-radius: 12px;
  padding: 1.25rem 1.1rem 1.15rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cn-side h2 {
  margin: 0 0 0.7rem;
  font-size: clamp(0.95rem, 1.5vw, 1.15rem);
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.25;
  text-transform: uppercase;
}

.cn-side p {
  margin: 0 0 1rem;
  font-size: 0.86rem;
  font-weight: 650;
}

.cn-wa {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  background: #111;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 0.03em;
  line-height: 1.35;
  padding: 0.85rem 0.75rem;
  border-radius: 8px;
}

.cn-wa svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  color: #fff;
}

.cn-wa:hover {
  background: #000;
  color: #fff;
}

.cn-trust.trust-row {
  padding: 0.7rem 0.35rem 0.8rem;
  text-transform: none;
  letter-spacing: 0;
}

.cn-trust.trust-row span {
  min-width: 7.2rem;
  gap: 0.28rem;
}

.cn-trust b {
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.2;
  color: #1c1917;
}

.cn-trust em {
  font-style: normal;
  font-size: 0.58rem;
  font-weight: 600;
  color: #1c1917;
  line-height: 1.25;
  text-transform: none;
  letter-spacing: 0;
}

@media (max-width: 1100px) {
  .cn-hero,
  .cn-midrow {
    grid-template-columns: 1fr 1fr;
  }

  .cn-plan,
  .cn-side {
    grid-column: 1 / -1;
  }

  .cn-why-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 800px) {
  .cn-hero,
  .cn-midrow,
  .cn-why-grid,
  .cn-help {
    grid-template-columns: 1fr;
  }

  .cn-shot,
  .cn-shot img {
    min-height: 260px;
  }

  .cn-steps {
    flex-direction: column;
    align-items: stretch;
    gap: 0.35rem;
  }

  .cn-steps article {
    display: grid;
    grid-template-columns: 2rem 26px minmax(0, 1fr);
    column-gap: 0.7rem;
    text-align: left;
    align-items: center;
    background: #fff;
    border: 1px solid #eadfd4;
    border-radius: 10px;
    padding: 0.7rem 0.8rem;
  }

  .cn-steps svg {
    margin: 0;
  }

  .cn-steps i {
    align-self: center;
    transform: rotate(90deg);
    margin: 0;
  }
}
