@charset "UTF-8";

textarea {
  width: 0px;
  height: 0px;
  all: unset;
}

p,
span,
div {
  letter-spacing: 1px;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow-x: hidden;
}

h1,
h2,
h3 {
  padding: 0;
  margin: 0;
  letter-spacing: 1px;
}

p {
  margin: 0;
  padding: 0;
}

img {
  margin: 0;
  padding: 0;
}

a {
  margin: 0;
  cursor: pointer;
  padding: 0;
  text-decoration: none;
}

a,
a:active,
a:hover {
  text-decoration: none;
}

li {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font: inherit;
  color: inherit;
  appearance: none;
  cursor: pointer;
  /* Другие свойства по необходимости */
  box-sizing: border-box;
}

div {
  box-sizing: border-box;
}

input {
  all: unset;
}

a:focus,
a:active {
  text-decoration: none;
  color: inherit;
  background: none;
  border: none;
  outline: none;
}

a {
  text-decoration: none;
  color: inherit;
  font-weight: normal;
  background: none;
  border: none;
  outline: none;
}

@font-face {
  font-family: "SpaceGrotesk";
  src: url("/SpaceGrotesk-VariableFont_wght.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "SpaceGrotesk";
  overflow-x: hidden;
}


.header-catdiner {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  z-index: 100;
  font-family: 'Manrope', sans-serif;
}

.header-catdiner__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-catdiner__logo {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  color: #333;
  font-weight: 700;
  font-size: 1.3rem;
}

.header-catdiner__logo img {
  width: 40px;
  height: 40px;
}

.header-catdiner__nav ul {
  list-style: none;
  display: flex;
  gap: 2rem;
  margin: 0;
  padding: 0;
}

.header-catdiner__nav a {
  color: #333;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.25s ease;
}

.header-catdiner__nav a:hover {
  color: #a97b50;
}

.header-catdiner__cta {
  background: linear-gradient(135deg, #f5c270, #d99250);
  color: #fff;
  padding: 0.7rem 1.6rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.25s ease, transform 0.25s ease;
}

.header-catdiner__cta:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #f7d489, #e2a16a);
}

.header-catdiner__burger {
  display: none;
  flex-direction: column;
  gap: 4px;
  background: none;
  border: none;
  cursor: pointer;
}

.header-catdiner__burger span {
  display: block;
  width: 24px;
  height: 3px;
  background: #333;
  border-radius: 2px;
}

@media (max-width: 800px) {
  .header-catdiner__nav {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    background: #ffffff;
    flex-direction: column;
    text-align: center;
    display: none;
  }

  .header-catdiner__nav.active {
    display: flex;
  }

  .header-catdiner__nav ul {
    flex-direction: column;
    gap: 1.4rem;
    padding: 1.5rem 0;
  }

  .header-catdiner__burger {
    display: flex;
  }
}

.hero-catdiner {
  position: relative;
  background: linear-gradient(180deg, #fffaf3 0%, #f8e4c9 100%);
  padding: 160px 0 140px;
  overflow: hidden;
  color: #3b2b20;
  font-family: 'Manrope', sans-serif;
}

.hero-catdiner__bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 40%, rgba(255, 224, 180, 0.3) 0%, transparent 70%),
              radial-gradient(circle at 80% 70%, rgba(255, 215, 165, 0.35) 0%, transparent 60%);
  z-index: 0;
  animation: bgPulse 6s ease-in-out infinite;
}

@keyframes bgPulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.8; }
}



.hero-catdiner {
  position: relative;
  min-height: 70vh;
  color: #3b2b1f;
  font-family: 'Manrope', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 140px 0 120px;
  overflow: hidden;
}

/* задний фон */
.hero-catdiner__bg {
  position: absolute;
  inset: 0;
  background: url('/assets/img/logo.webp') center/cover no-repeat;
  filter: brightness(0.8);
  z-index: 0;
}

.hero-catdiner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 60% 20%, rgba(255,255,255,0.25), rgba(0,0,0,0.4));
  z-index: 1;
}

/* контент */
.hero-catdiner__inner {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2rem;
  text-align: center;
  color: #fff;
}

.hero-catdiner__text {
  max-width: 700px;
  margin: 0 auto 3rem;
}

.hero-catdiner__text h1 {
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-shadow: 0 4px 20px rgba(0,0,0,0.4);
}

.hero-catdiner__text p {
  font-size: 1.15rem;
  line-height: 1.7;
  opacity: 0.95;
  margin-bottom: 2rem;
}

.hero-catdiner__cta {
  display: inline-block;
  background: linear-gradient(135deg, #f2b772, #d98749);
  color: #fff;
  padding: 1rem 2.2rem;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 8px 24px rgba(0,0,0,0.3);
}

.hero-catdiner__cta:hover {
  transform: translateY(-3px);
  background: linear-gradient(135deg, #ffd59a, #eaa05e);
}

/* карточки */
.hero-catdiner__features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin-top: 4rem;
}

.hero-catdiner__feature {
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(8px);
  border-radius: 16px;
  padding: 1.6rem 1.4rem;
  max-width: 280px;
  color: #fff;
  box-shadow: 0 6px 20px rgba(0,0,0,0.25);
  transition: transform 0.3s ease, background 0.3s ease;
}

.hero-catdiner__feature:hover {
  transform: translateY(-6px);
  background: rgba(255,255,255,0.25);
}

.hero-catdiner__feature .icon {
  font-size: 2rem;
  margin-bottom: 0.6rem;
}

.hero-catdiner__feature h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.hero-catdiner__feature p {
  font-size: 0.95rem;
  line-height: 1.5;
  opacity: 0.9;
}

/* адаптив */
@media (max-width: 900px) {
  .hero-catdiner {
    padding: 120px 0 100px;
  }

  .hero-catdiner__text h1 {
    font-size: 2.2rem;
  }

  .hero-catdiner__features {
    flex-direction: column;
    align-items: center;
  }
}


.about-catdiner {
  background: linear-gradient(180deg, #fdf6ec 0%, #f5dec0 100%);
  color: #3b2a1e;
  font-family: 'Manrope', sans-serif;
  padding: 140px 0;
}

.about-catdiner__inner {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
  flex-wrap: wrap;
}

.about-catdiner__text {
  flex: 1 1 520px;
}

.about-catdiner__text h2 {
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: 1.4rem;
  background: linear-gradient(90deg, #d38b4d, #7c4b2b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-catdiner__text p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #4c3929;
  margin-bottom: 1.2rem;
}

.about-catdiner__visual {
  flex: 1 1 480px;
  text-align: center;
  position: relative;
}

.about-catdiner__visual img {
  width: 100%;
  max-width: 440px;
  border-radius: 18px;
  box-shadow: 0 10px 35px rgba(0,0,0,0.15);
  transition: transform 0.5s ease;
}

.about-catdiner__visual::before {
  content: "";
  position: absolute;
  top: -30px;
  left: -30px;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(255,205,150,0.4) 0%, transparent 70%);
  border-radius: 50%;
  filter: blur(10px);
  animation: lightFloat 6s ease-in-out infinite alternate;
}

.about-catdiner__visual:hover img {
  transform: scale(1.02);
}

@keyframes lightFloat {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(10px, 10px); }
}

/* mobile */
@media (max-width: 900px) {
  .about-catdiner__inner {
    flex-direction: column;
    text-align: center;
  }

  .about-catdiner__text h2 {
    font-size: 2rem;
  }

  .about-catdiner__visual img {
    max-width: 360px;
    margin-top: 1.5rem;
  }
}
.features-catdiner {
  position: relative;
  background: radial-gradient(circle at 30% 20%, #fff4e6 0%, #f2d3a1 100%);
  padding: 160px 0;
  font-family: 'Manrope', sans-serif;
  color: #3e2a1e;
  overflow: hidden;
}

.features-catdiner__inner {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 2rem;
  text-align: center;
  position: relative;
  z-index: 2;
}

.features-catdiner h2 {
  font-size: 2.6rem;
  font-weight: 800;
  margin-bottom: 1.2rem;
  background: linear-gradient(90deg, #d48b4b, #8b4e29);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.features-catdiner__intro {
  font-size: 1.1rem;
  color: #4c3927;
  margin-bottom: 4rem;
  line-height: 1.7;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.95;
}

/* сетка карточек */
.features-catdiner__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 2rem;
  position: relative;
}

.feature-card {
  position: relative;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 18px;
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
  padding: 2rem 1.4rem;
  transition: transform 0.4s ease, background 0.4s ease;
  overflow: hidden;
  z-index: 2;
}

.feature-card:hover {
  transform: translateY(-8px) scale(1.03);
  background: rgba(255,255,255,0.45);
}

.feature-card .icon {
  font-size: 2.4rem;
  margin-bottom: 1rem;
}

.feature-card h3 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #3b2a1e;
}

.feature-card p {
  font-size: 1rem;
  line-height: 1.6;
  color: #4b3726;
  opacity: 0.9;
}

/* фоновые орнаменты */
.features-catdiner::before,
.features-catdiner::after {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(255,230,180,0.4), transparent 70%);
  border-radius: 50%;
  z-index: 0;
  animation: floatLight 8s ease-in-out infinite alternate;
}

.features-catdiner::before {
  top: -100px;
  left: -80px;
  animation-delay: 1s;
}

.features-catdiner::after {
  bottom: -120px;
  right: -100px;
}

@keyframes floatLight {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(20px, 15px) scale(1.1); }
}

/* анимации карточек */
.feature-card--1 { animation: floatCard1 6s ease-in-out infinite alternate; }
.feature-card--2 { animation: floatCard2 7s ease-in-out infinite alternate; }
.feature-card--3 { animation: floatCard3 5.5s ease-in-out infinite alternate; }
.feature-card--4 { animation: floatCard4 6.5s ease-in-out infinite alternate; }

@keyframes floatCard1 { 0%,100%{transform:translateY(0);}50%{transform:translateY(-6px);} }
@keyframes floatCard2 { 0%,100%{transform:translateY(0);}50%{transform:translateY(8px);} }
@keyframes floatCard3 { 0%,100%{transform:translateY(0);}50%{transform:translateY(-5px);} }
@keyframes floatCard4 { 0%,100%{transform:translateY(0);}50%{transform:translateY(7px);} }

/* mobile */
@media (max-width: 900px) {
  .features-catdiner {
    padding: 120px 0;
  }
  .features-catdiner h2 {
    font-size: 2.2rem;
  }
  .feature-card {
    padding: 1.6rem;
  }
}
.flow-catdiner {
  background: linear-gradient(180deg, #fff8ee 0%, #f9e0b9 100%);
  color: #3c2a1f;
  font-family: 'Manrope', sans-serif;
  padding: 140px 0;
  overflow: hidden;
  position: relative;
}

.flow-catdiner__inner {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 2rem;
}

.flow-catdiner h2 {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 800;
  background: linear-gradient(90deg, #d48b4b, #8b4f29);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1rem;
}

.flow-catdiner__intro {
  text-align: center;
  font-size: 1.1rem;
  color: #4b3826;
  line-height: 1.8;
  max-width: 680px;
  margin: 0 auto 4rem;
  opacity: 0.9;
}

/* шаги */
.flow-catdiner__steps {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
  position: relative;
}

.flow-step {
  display: flex;
  align-items: center;
  gap: 2rem;
  background: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(8px);
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 8px 28px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, background 0.3s ease;
}

.flow-step:hover {
  transform: translateY(-4px);
  background: rgba(255,255,255,0.6);
}

.flow-step--alt {
  flex-direction: row-reverse;
  background: rgba(255, 255, 255, 0.35);
}

.flow-step__icon {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle, #fff4d8 0%, #f8e0b9 100%);
  border-radius: 50%;
  width: 90px;
  height: 90px;
  box-shadow: 0 4px 18px rgba(0,0,0,0.1);
  transition: transform 0.4s ease;
}

.flow-step:hover .flow-step__icon {
  transform: scale(1.05) rotate(4deg);
}

.flow-step__text {
  flex: 1;
}

.flow-step__text h3 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.6rem;
  color: #3a271b;
}

.flow-step__text p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #4a3728;
  opacity: 0.9;
}

/* декоративные линии между карточками */
.flow-catdiner__steps::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50px;
  width: 3px;
  height: calc(100% - 100px);
  background: linear-gradient(180deg, #e2b57c, #f9d7a1);
  border-radius: 4px;
  transform: translateX(-50%);
  opacity: 0.4;
  z-index: 0;
}

.flow-step {
  position: relative;
  z-index: 2;
}

/* адаптив */
@media (max-width: 850px) {
  .flow-step, .flow-step--alt {
    flex-direction: column;
    text-align: center;
  }
  .flow-catdiner__steps::before {
    display: none;
  }
}
.cta-catdiner {
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  font-family: 'Manrope', sans-serif;
}

/* фоновое изображение */
.cta-catdiner__bg {
  position: absolute;
  inset: 0;
  background: url("/assets/img/logo.webp") center/cover no-repeat;
  z-index: 0;
  filter: brightness(0.75) saturate(1.1);
  transform: scale(1.05);
  animation: zoom-bg 20s ease-in-out infinite alternate;
}

@keyframes zoom-bg {
  0% { transform: scale(1.05); }
  100% { transform: scale(1.1); }
}

/* мягкий градиент поверх */
.cta-catdiner__overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 40%, rgba(245, 210, 160, 0.55), rgba(0,0,0,0.65));
  z-index: 1;
}

/* контент */
.cta-catdiner__inner {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 100px 2rem;
  text-align: center;
}

.cta-catdiner__content h2 {
  font-size: 2.6rem;
  font-weight: 800;
  margin-bottom: 1rem;
  text-shadow: 0 4px 22px rgba(0,0,0,0.35);
}

.cta-catdiner__content p {
  font-size: 1.15rem;
  line-height: 1.8;
  color: rgba(255,255,255,0.92);
  margin-bottom: 2rem;
  text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.cta-catdiner__btn {
  display: inline-block;
  background: linear-gradient(135deg, #f2b872, #d88a4c);
  color: #fff;
  padding: 1rem 2.6rem;
  border-radius: 12px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(0,0,0,0.3);
  transition: all 0.3s ease;
}

.cta-catdiner__btn:hover {
  transform: translateY(-3px);
  background: linear-gradient(135deg, #ffd9a1, #eaa05e);
}

/* mobile */
@media (max-width: 850px) {
  .cta-catdiner__content h2 {
    font-size: 2.1rem;
  }
  .cta-catdiner__content p {
    font-size: 1rem;
  }
  .cta-catdiner__btn {
    padding: 0.9rem 2.2rem;
  }
}
.footer-catdiner {
  background: linear-gradient(180deg, #f7e6c6 0%, #f2d3a3 100%);
  color: #3c2a1e;
  font-family: 'Manrope', sans-serif;
  padding-top: 40px;
  position: relative;
  overflow: hidden;
}

/* декоративная светлая линия сверху */
.footer-catdiner__top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: linear-gradient(90deg, #ffe7c2, #f2b973, #fce2b0);
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.footer-catdiner__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  padding: 3rem 2rem 2rem;
  gap: 2rem;
}

/* бренд */
.footer-catdiner__brand {
  flex: 1 1 280px;
}

.footer-catdiner__brand img {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  margin-bottom: 0.6rem;
}

.footer-catdiner__brand span {
  display: block;
  font-size: 1.3rem;
  font-weight: 800;
  margin-bottom: 0.4rem;
  color: #3c2a1e;
}

.footer-catdiner__brand p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #5a4333;
  opacity: 0.9;
}

/* навигация */
.footer-catdiner__nav,
.footer-catdiner__legal {
  flex: 1 1 200px;
}

.footer-catdiner__nav h4,
.footer-catdiner__legal h4 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #4a3325;
}

.footer-catdiner__nav ul,
.footer-catdiner__legal ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-catdiner__nav a,
.footer-catdiner__legal a {
  display: inline-block;
  color: #4c3827;
  text-decoration: none;
  font-size: 0.95rem;
  padding: 0.3rem 0;
  transition: color 0.25s ease;
}

.footer-catdiner__nav a:hover,
.footer-catdiner__legal a:hover {
  color: #a56334;
}

/* нижняя часть */
.footer-catdiner__bottom {
  text-align: center;
  background: rgba(255,255,255,0.35);
  padding: 1rem;
  font-size: 0.9rem;
  color: #4b3827;
  border-top: 1px solid rgba(0,0,0,0.05);
}

@media (max-width: 850px) {
  .footer-catdiner__inner {
    flex-direction: column;
    text-align: center;
  }

  .footer-catdiner__nav h4,
  .footer-catdiner__legal h4 {
    margin-top: 1rem;
  }
}
.about-catdiner-page {
  background: linear-gradient(180deg, #fff8ee 0%, #f6dfb9 100%);
  color: #3b2a1f;
  font-family: 'Manrope', sans-serif;
  line-height: 1.8;
}

/* intro */
.about-catdiner-page__intro {
  text-align: center;
  padding: 160px 2rem 100px;
  background: radial-gradient(circle at 50% 40%, #fbead0 0%, #fff8ee 100%);
}

.about-catdiner-page__intro h1 {
  font-size: 2.6rem;
  font-weight: 800;
  margin-bottom: 1rem;
  background: linear-gradient(90deg, #d48b4b, #8b4e29);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-catdiner-page__intro p {
  max-width: 680px;
  margin: 0 auto;
  color: #4b3926;
  font-size: 1.1rem;
}

/* story */
.about-catdiner-page__story {
  padding: 120px 2rem;
  background: #fff5e5;
}

.about-catdiner-page__story .about-catdiner-page__inner {
  max-width: 1050px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  flex-wrap: wrap;
}

.about-catdiner-page__text {
  flex: 1 1 500px;
}

.about-catdiner-page__text h2 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 1rem;
  color: #8b4f2d;
}

.about-catdiner-page__text p {
  font-size: 1.05rem;
  color: #4b3727;
  margin-bottom: 1rem;
}

.about-catdiner-page__icon {
  flex: 1 1 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.8;
}

/* features */
.about-catdiner-page__features {
  padding: 120px 2rem;
  background: linear-gradient(180deg, #fdf1d6 0%, #f6d9a9 100%);
  text-align: center;
}

.about-catdiner-page__features h2 {
  font-size: 2.2rem;
  font-weight: 800;
  color: #8b4f2d;
  margin-bottom: 2rem;
}

.about-catdiner-page__features ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 720px;
  text-align: left;
}

.about-catdiner-page__features li {
  background: rgba(255,255,255,0.5);
  margin-bottom: 1rem;
  border-radius: 12px;
  padding: 1rem 1.4rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.about-catdiner-page__features li:hover {
  transform: translateX(5px);
}

/* closing */
.about-catdiner-page__closing {
  text-align: center;
  padding: 140px 2rem 160px;
  background: radial-gradient(circle at 50% 20%, #fbeed5 0%, #f6dcb0 100%);
}

.about-catdiner-page__closing h2 {
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 1.2rem;
  color: #8b4f2d;
}

.about-catdiner-page__closing p {
  max-width: 720px;
  margin: 0 auto;
  font-size: 1.05rem;
  color: #4b3928;
}

/* mobile */
@media (max-width: 850px) {
  .about-catdiner-page__story .about-catdiner-page__inner {
    flex-direction: column;
    text-align: center;
  }

  .about-catdiner-page__icon {
    margin-top: 2rem;
  }

  .about-catdiner-page__intro h1 {
    font-size: 2.2rem;
  }
}
.how-catdiner {
  background: linear-gradient(180deg, #fff8ed 0%, #f6dbb3 100%);
  color: #3c291f;
  font-family: 'Manrope', sans-serif;
  line-height: 1.8;
}

/* intro */
.how-catdiner__intro {
  text-align: center;
  padding: 160px 2rem 100px;
  background: radial-gradient(circle at 50% 40%, #fbead2 0%, #fff8ed 100%);
}

.how-catdiner__intro h1 {
  font-size: 2.6rem;
  font-weight: 800;
  margin-bottom: 1rem;
  background: linear-gradient(90deg, #d68b49, #8b4f2d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.how-catdiner__intro p {
  max-width: 680px;
  margin: 0 auto;
  color: #4b3827;
  font-size: 1.1rem;
}

/* steps */
.how-catdiner__steps {
  padding: 100px 2rem 120px;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  max-width: 1000px;
  margin: 0 auto;
}

.how-step {
  display: flex;
  align-items: center;
  gap: 2rem;
  background: rgba(255,255,255,0.5);
  border-radius: 18px;
  padding: 2rem;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, background 0.3s ease;
}

.how-step--alt {
  flex-direction: row-reverse;
  background: rgba(255,255,255,0.35);
}

.how-step:hover {
  transform: translateY(-4px);
  background: rgba(255,255,255,0.65);
}

.how-step__icon {
  flex: 0 0 auto;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle, #fff3d8 0%, #f9dbac 100%);
  box-shadow: 0 4px 18px rgba(0,0,0,0.1);
}

.how-step__text h3 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.6rem;
  color: #3a271b;
}

.how-step__text p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #4a3728;
}

/* outro */
.how-catdiner__outro {
  text-align: center;
  background: radial-gradient(circle at 50% 30%, #fbeed7 0%, #f7d9a8 100%);
  padding: 140px 2rem;
}

.how-catdiner__outro h2 {
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 2rem;
  color: #8b4f2d;
}

.how-catdiner__cta {
  display: inline-block;
  background: linear-gradient(135deg, #f2b872, #d88a4c);
  color: #fff;
  padding: 1rem 2.6rem;
  border-radius: 12px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(0,0,0,0.3);
  transition: all 0.3s ease;
}

.how-catdiner__cta:hover {
  transform: translateY(-3px);
  background: linear-gradient(135deg, #ffd9a1, #eaa05e);
}

/* mobile */
@media (max-width: 850px) {
  .how-step,
  .how-step--alt {
    flex-direction: column;
    text-align: center;
  }

  .how-step__icon {
    margin-bottom: 1rem;
  }

  .how-catdiner__intro h1 {
    font-size: 2.2rem;
  }
}
.download-catdiner {
  background: linear-gradient(180deg, #fff8ec 0%, #f8deb3 100%);
  color: #3b281d;
  font-family: 'Manrope', sans-serif;
  line-height: 1.8;
}

/* intro */
.download-catdiner__intro {
  text-align: center;
  padding: 160px 2rem 100px;
  background: radial-gradient(circle at 50% 40%, #fbead0 0%, #fff8ec 100%);
}

.download-catdiner__intro h1 {
  font-size: 2.6rem;
  font-weight: 800;
  margin-bottom: 1rem;
  background: linear-gradient(90deg, #d48b4b, #8b4e29);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.download-catdiner__intro p {
  max-width: 680px;
  margin: 0 auto;
  color: #4b3927;
  font-size: 1.1rem;
}

/* reasons */
.download-catdiner__reasons {
  text-align: center;
  background: #fff5e4;
  padding: 100px 2rem;
}

.download-catdiner__reasons h2 {
  font-size: 2.2rem;
  font-weight: 800;
  color: #8b4f2d;
  margin-bottom: 2rem;
}

.download-catdiner__reasons ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 700px;
  text-align: left;
}

.download-catdiner__reasons li {
  background: rgba(255,255,255,0.5);
  margin-bottom: 1rem;
  border-radius: 12px;
  padding: 1rem 1.4rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.download-catdiner__reasons li:hover {
  transform: translateX(6px);
}

/* form */
.download-catdiner__form {
  text-align: center;
  padding: 120px 2rem;
  background: radial-gradient(circle at 40% 30%, #fdf0d7 0%, #f8dbaf 100%);
}

.download-catdiner__form h2 {
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 1rem;
  color: #8b4f2d;
}

.download-catdiner__form p {
  max-width: 600px;
  margin: 0 auto 2rem;
  color: #4b3927;
  font-size: 1.05rem;
}

.download-catdiner__form form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  max-width: 500px;
  margin: 0 auto;
}

.download-catdiner__form input {
  flex: 1 1 250px;
  padding: 1rem;
  border: 1px solid #d7b98a;
  border-radius: 10px;
  font-size: 1rem;
  outline: none;
  transition: all 0.25s ease;
}

.download-catdiner__form input:focus {
  border-color: #c89557;
  box-shadow: 0 0 0 3px rgba(200,149,87,0.15);
}

.download-catdiner__form button {
  background: linear-gradient(135deg, #f2b872, #d88a4c);
  color: #fff;
  border: none;
  padding: 1rem 2.4rem;
  border-radius: 12px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
}

.download-catdiner__form button:hover {
  transform: translateY(-3px);
  background: linear-gradient(135deg, #ffd9a1, #eaa05e);
}

/* popup */
.popup-catdiner {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.popup-catdiner.visible {
  display: flex;
}

.popup-catdiner__content {
  background: #fff8ef;
  padding: 2rem;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
  text-align: center;
  color: #3a271b;
  max-width: 340px;
}

.popup-catdiner__content p {
  font-size: 1.05rem;
  margin-bottom: 1.5rem;
}

.popup-catdiner__content button {
  background: linear-gradient(135deg, #f2b872, #d88a4c);
  color: #fff;
  border: none;
  padding: 0.8rem 2rem;
  border-radius: 10px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.popup-catdiner__content button:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #ffd9a1, #eaa05e);
}

/* mobile */
@media (max-width: 850px) {
  .download-catdiner__form form {
    flex-direction: column;
  }
}
.privacy-catdiner {
  background: linear-gradient(180deg, #fff8ee 0%, #f6deb6 100%);
  color: #3b2a1f;
  font-family: 'Manrope', sans-serif;
  line-height: 1.8;
}

/* intro */
.privacy-catdiner__intro {
  text-align: center;
  padding: 160px 2rem 100px;
  background: radial-gradient(circle at 50% 40%, #fbead2 0%, #fff8ee 100%);
}

.privacy-catdiner__intro h1 {
  font-size: 2.6rem;
  font-weight: 800;
  margin-bottom: 1rem;
  background: linear-gradient(90deg, #d48b4b, #8b4e29);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.privacy-catdiner__intro p {
  max-width: 720px;
  margin: 0 auto 0.8rem;
  color: #4b3927;
  font-size: 1.1rem;
}

/* sections */
.privacy-catdiner__section {
  padding: 100px 2rem;
}

.privacy-catdiner__inner {
  max-width: 900px;
  margin: 0 auto;
}

.privacy-catdiner__section h2 {
  font-size: 1.6rem;
  font-weight: 800;
  margin-bottom: 1rem;
  color: #8b4f2d;
}

.privacy-catdiner__section p,
.privacy-catdiner__section li {
  font-size: 1.05rem;
  color: #4b3928;
  margin-bottom: 1rem;
}

.privacy-catdiner__section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.privacy-catdiner__section li {
  background: rgba(255,255,255,0.5);
  padding: 1rem 1.4rem;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

/* outro */
.privacy-catdiner__outro {
  background: radial-gradient(circle at 50% 30%, #fdf2dc 0%, #f8d9a7 100%);
  text-align: center;
  padding: 120px 2rem 160px;
}

.privacy-catdiner__outro p {
  max-width: 720px;
  margin: 0 auto;
  font-size: 1.05rem;
  color: #4b3927;
  line-height: 1.7;
}

/* mobile */
@media (max-width: 850px) {
  .privacy-catdiner__intro h1 {
    font-size: 2.2rem;
  }
  .privacy-catdiner__section {
    padding: 80px 1.5rem;
  }
}
.terms-catdiner {
  background: linear-gradient(180deg, #fff8ee 0%, #f6deb6 100%);
  color: #3b2a1f;
  font-family: 'Manrope', sans-serif;
  line-height: 1.8;
}

/* intro */
.terms-catdiner__intro {
  text-align: center;
  padding: 160px 2rem 100px;
  background: radial-gradient(circle at 50% 40%, #fbead2 0%, #fff8ee 100%);
}

.terms-catdiner__intro h1 {
  font-size: 2.6rem;
  font-weight: 800;
  margin-bottom: 1rem;
  background: linear-gradient(90deg, #d48b4b, #8b4e29);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.terms-catdiner__intro p {
  max-width: 720px;
  margin: 0 auto 0.8rem;
  color: #4b3927;
  font-size: 1.1rem;
}

/* sections */
.terms-catdiner__section {
  padding: 100px 2rem;
}

.terms-catdiner__inner {
  max-width: 900px;
  margin: 0 auto;
}

.terms-catdiner__section h2 {
  font-size: 1.6rem;
  font-weight: 800;
  margin-bottom: 1rem;
  color: #8b4f2d;
}

.terms-catdiner__section p,
.terms-catdiner__section li {
  font-size: 1.05rem;
  color: #4b3928;
  margin-bottom: 1rem;
}

.terms-catdiner__section a {
  color: #a06436;
  text-decoration: none;
  font-weight: 600;
}

.terms-catdiner__section a:hover {
  text-decoration: underline;
}

/* outro */
.terms-catdiner__outro {
  background: radial-gradient(circle at 50% 30%, #fdf2dc 0%, #f8d9a7 100%);
  text-align: center;
  padding: 120px 2rem 160px;
}

.terms-catdiner__outro p {
  max-width: 720px;
  margin: 0 auto;
  font-size: 1.05rem;
  color: #4b3927;
  line-height: 1.7;
}

/* mobile */
@media (max-width: 850px) {
  .terms-catdiner__intro h1 {
    font-size: 2.2rem;
  }
  .terms-catdiner__section {
    padding: 80px 1.5rem;
  }
}
