/* FEEL AI — 1920w light (Figma 1:7) */
.mobile-only {
  display: none;
}
.feelai,
.feelai *,
.feelai *::before,
.feelai *::after {
  box-sizing: border-box;
}

.feelai,
.feelai * {
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
}

.feelai a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.feelai button {
  font-family: inherit;
  cursor: pointer;
  border: 0;
  background: none;
  padding: 0;
}

.feelai img,
.feelai video {
  display: block;
  max-width: 100%;
  height: auto;
}

.header_fixed {
  background: #fff;
}

html,
body {
  background: #faf8f5 !important;
}

.feelai {
  --cream: #faf8f5;
  --ink: #14120f;
  --ink-2: #221f1b;
  --gold: #FFD75B;
  --gold-text: #787C6D;
  --muted: #c8c2b9;
  --muted-2: #a9a29a;
  --muted-3: #6b6560;
  --muted-4: #57524c;
  --muted-5: #8a847d;
  --line: rgba(20, 18, 15, 0.09);
  --line-2: rgba(20, 18, 15, 0.1);
  --white: #ffffff;
  --inner: 1240px;
  color: var(--ink);
  background: var(--cream);
  margin-top: 59px;
  padding: 62px 0 0;
}

.feelai-inner {
  width: var(--inner);
  max-width: calc(100% - 48px);
  margin: 0 auto 96px;
}

.feelai-kicker {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 14px;
  color: var(--gold-text);
  text-align: left;
}

.feelai-arrow {
  font-weight: 500;
  margin-left: 4px;
}

/* ── 1. Hero ── */
.feelai-hero {
  position: relative;
  display: grid;
  grid-template-columns: 540px 540px;
  justify-content: space-between;
  min-height: 720px;
  color: var(--ink);
}

.feelai-hero::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -56px;
  bottom: -60px;
  background: var(--gold);
  filter: blur(60px);
  opacity: 0.42;
  border-radius: 50%;
  pointer-events: none;
}

.feelai-hero-copy {
  position: relative;
  z-index: 1;
  padding-top: 0;
}

.feelai-badge {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: fit-content;
  gap: 8px;
  height: 30px;
  padding: 0 12px 0 13px;
  background: #FFF9E8;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--muted-5);
  line-height: 1;
}

.feelai-badge i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
  opacity: 0.24;
  flex-shrink: 0;
  animation: twinkle 2.5s infinite ease;
}

@keyframes twinkle {
  0% {
    opacity: 0.24;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.24;
  }
}

.feelai-hero-copy h1 {
  margin: 18px 0 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 62px;
  letter-spacing: -0.035em;
  color: var(--ink);
  text-align: left;
}

.feelai-hero-copy h1 .bold_txt {
  font-size: 48px;
  font-weight: 700;
  line-height: 62px;
  letter-spacing: -0.035em;
  color: #f9c627;
}

.feelai-hero-copy p {
  margin: 24px 0 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: var(--muted-5);
  text-align: left;
}

.feelai-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 62.5px;
}

.feelai-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 26px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  white-space: nowrap;
  transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}
.feelai-btn .mobile-none {
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

.feelai-btn:hover {
  transform: translateY(-1px);
}

.feelai a.feelai-btn-solid,
.feelai .feelai-btn-solid {
  background: var(--gold);
  color: var(--ink);
  transition: background 0.25s ease, color 0.25s ease;
}

.feelai a.feelai-btn-ghost,
.feelai .feelai-btn-ghost {
  background: rgba(255, 255, 255, 1);
  color: rgb(105, 105, 105);
  transition: background 0.25s ease, color 0.25s ease;
}

.feelai a.feelai-btn-ghost:hover,
.feelai .feelai-btn-ghost:hover {
  background: rgba(0, 0, 0, 1);
  color: rgba(255, 255, 255, 1);
  transition: background 0.25s ease, color 0.25s ease;
}

.feelai-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 540px;
  margin-top: 42px;
  padding-top: 28px;
  border-top: 1px solid var(--line-2);
  text-align: left;
}

.feelai-hero-stats strong {
  display: block;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 31px;
  color: var(--ink);
}

.feelai-hero-stats span {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  color: var(--muted-5);
}

.feelai-hero-visual {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 248px 248px;
  grid-template-rows: 277px 324px;
  gap: 12px;
}

.feelai-hero-visual figure {
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  background: var(--ink-2);
}

.feelai-hero-visual img,
.feelai-hero-visual video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feelai-hero-wedding {
  grid-column: 1 / -1;
}

.feelai-hero-retouch {
  position: relative;
  height: 323px;
  align-self: start;
}

.feelai-compare {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.feelai .feelai-compare img {
  position: absolute;
  top: -12.962962963%;
  left: 50%;
  right: auto;
  bottom: auto;
  width: auto;
  height: 315%;
  max-width: none;
  aspect-ratio: 1 / 1;
  object-fit: fill;
}
.feelai-hero-visual .feelai-hero-retouch .feelai-compare img {
  height: 237.037037037%;
}

.feelai .feelai-compare-after {
  transform: translateX(-75.1953125%);
}

.feelai-compare-before {
  position: absolute;
  inset: 0;
  clip-path: inset(0 18% 0 0);
  animation: feelai-compare-clip 6.4s ease-in-out infinite;
}

.feelai .feelai-compare-before img {
  transform: translateX(-25.1953125%);
}

.feelai-compare-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 82%;
  z-index: 2;
  width: 2px;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.22);
  transform: translateX(-50%);
  animation: feelai-compare-line 6.4s ease-in-out infinite;
}

.feelai-compare-line i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 26px;
  margin: -13px 0 0 -13px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 10px rgba(20, 18, 15, 0.22);
}

.feelai-compare-line i::before,
.feelai-compare-line i::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 1.5px solid #2a2c26;
  border-right: 1.5px solid #2a2c26;
}

.feelai-compare-line i::before {
  left: 7px;
  transform: translateY(-50%) rotate(-135deg);
}

.feelai-compare-line i::after {
  right: 7px;
  transform: translateY(-50%) rotate(45deg);
}

.feelai-compare-label {
  position: absolute;
  top: 10px;
  z-index: 3;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.feelai-compare-label-before {
  left: 10px;
  background: rgba(34, 38, 30, 0.78);
  color: #fff;
}

.feelai-compare-label-after {
  right: 10px;
  background: rgba(250, 248, 245, 0.92);
  color: #313828;
}

@keyframes feelai-compare-clip {
  0%,
  12% {
    clip-path: inset(0 18% 0 0);
  }
  50% {
    clip-path: inset(0 82% 0 0);
  }
  88%,
  100% {
    clip-path: inset(0 18% 0 0);
  }
}

@keyframes feelai-compare-line {
  0%,
  12% {
    left: 82%;
  }
  50% {
    left: 18%;
  }
  88%,
  100% {
    left: 82%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .feelai-compare-before,
  .feelai-compare-line {
    animation: none;
  }
}

/* ── 2. Services ── */
.feelai-services {
  margin-top: 96px;
}

.feelai-services-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.feelai-services-head h2,
.feelai-start h2,
.feelai-gallery-head h2,
.feelai-tokens h2,
.feelai-faq h2 {
  margin: 8px 0 0;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 32px;
  color: var(--ink);
  text-align: left;
}

.feelai-start h2,
.feelai-gallery-head h2 {
  font-size: 34px;
  line-height: 40px;
}

.feelai-tokens h2,
.feelai-faq h2 {
  font-size: 30px;
  line-height: 36px;
}

.feelai-services-head p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 23.8px;
  color: var(--muted-3);
  text-align: left;
}

.feelai-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 32px;
}

.feelai-service {
  display: flex;
  flex-direction: column;
  min-height: 556px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
  color: var(--ink);
  transition: transform 0.18s ease;
}

.feelai-service:hover {
  transform: translateY(-6px) !important;
  box-shadow: rgba(20, 18, 15, 0.12) 0px 18px 44px !important;
  border-color: rgb(138, 106, 0) !important;
}

.feelai-service-dark {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--cream)!important;
}

.feelai-service-thumb {
  position: relative;
  height: 250px;
  overflow: hidden;
  background: #eee9e2;
  flex-shrink: 0;
}

.feelai-service-retouch .feelai-service-thumb {
  height: 262px;
}

.feelai-service-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feelai-chip-free {
  position: absolute;
  top: 14px;
  left: 14px;
  height: 25px;
  padding: 0 10px;
  background: var(--gold);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  z-index: 1;
}

.feelai-service-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 24px 25px 25px;
}

.feelai-service-tag {
  display: inline-flex;
  align-items: center;
  height: 23px;
  padding: 0 9px;
  background: var(--ink);
  border-radius: 6px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--cream);
  width: fit-content;
}

.feelai-service-dark .feelai-service-tag {
  background: rgba(250, 248, 245, 0.14);
}

.feelai-service h3 {
  margin: 12px 0 0;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 26px;
  text-align: left;
}

.feelai-service p {
  margin: 15px 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 23.8px;
  color: var(--muted-4);
  text-align: left;
}

.feelai-service-dark p {
  color: var(--muted);
}

.feelai-service ul {
  list-style: none;
  margin: 23px 0 0;
  padding: 0;
  text-align: left;
}

.feelai-service li {
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  color: var(--muted-3);
  text-align: left;
}

.feelai-service li + li {
  margin-top: 7px;
}

.feelai-service-dark li {
  color: var(--muted-2);
}

.feelai-service-go {
  margin-top: auto;
  padding-top: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  color: var(--gold-text);
}

.feelai-service-dark .feelai-service-go {
  color: var(--gold);
}

/* ── 3. Where to start ── */
.feelai-start {
  margin-top: 96px;
  padding: 45px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 28px;
}

.feelai-start-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 26px;
}

.feelai-start-card {
  display: flex;
  flex-direction: column;
  min-height: 155px;
  padding: 23px;
  border: 1px solid var(--line-2);
  border-radius: 18px;
  transition: border-color 0.15s ease, transform 0.15s ease;
}

.feelai-start-card:hover {
  transform: translateY(-2px);
  background: #F8F6F4;
  border-color: #14120FCC;
}

.feelai-start-card strong {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 18px;
  color: var(--ink);
  text-align: left;
}

.feelai-start-card:hover strong {
  color: var(--gold-text);
}

.feelai-start-card p {
  margin: 13px 0 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 22.95px;
  color: var(--muted-3);
  text-align: left;
}

.feelai-start-card span {
  margin-top: auto;
  padding-top: 22px;
  font-size: 13px;
  font-weight: 700;
  line-height: 15px;
  color: var(--gold-text);
  text-align: right;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ── 4. Gallery ── */
.feelai-gallery {
  position: relative;
  margin-top: 96px;
}

.feelai-gallery-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.feelai a.feelai-gallery-more {
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  color: var(--gold-text);
}

.feelai-gallery-track-wrap {
  position: relative;
  margin-top: 24px;
}

.feelai-gallery-swiper {
  overflow: hidden;
  margin: 0;
  width: 100%;
}

.feelai-gallery-swiper .swiper-wrapper {
  align-items: stretch;
  height: fit-content;
}

.feelai-gallery-swiper .swiper-slide,
.feelai-gal-item {
  width: 196.66px;
  height: auto;
  flex-shrink: 0;
}

.feelai-gal-item {
  cursor: pointer;
}

.feelai-gal-item figure {
  margin: 0;
}

.feelai-gal-shot {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}

.feelai-gal-item img {
  width: 100%;
  height: 246px;
  object-fit: cover;
  background: #eee9e2;
}

.feelai-gal-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  box-shadow: 0 4px 16px rgba(20, 18, 15, 0.22);
  transform: translate(-50%, -50%);
  transition: transform 0.18s ease;
}

.feelai-gal-item:hover .feelai-gal-play {
  transform: translate(-50%, -50%) scale(1.08);
}

.feelai-gal-play svg {
  width: 20px;
  height: 20px;
  margin-left: 2px;
}

.feelai-gal-item figcaption {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: var(--muted-3);
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.feelai-gallery-fade-l,
.feelai-gallery-fade-r {
  position: absolute;
  top: 0;
  width: 49px;
  height: 246px;
  pointer-events: none;
  z-index: 1;
}

.feelai-gallery-fade-l {
  left: -14px;
  background: linear-gradient(90deg, #faf8f5 0%, rgba(255, 255, 255, 0) 100%);
}

.feelai-gallery-fade-r {
  right: -14px;
  background: linear-gradient(270deg, #faf8f5 0%, rgba(255, 255, 255, 0) 100%);
}

.feelai-gal-nav {
  position: absolute;
  top: 98px;
  width: 50px;
  height: 50px;
  z-index: 2;
}

.feelai-gal-prev {
  left: -25px;
}

.feelai-gal-next {
  right: -25px;
}

.feelai-gal-nav img {
  width: 50px;
  height: 50px;
}

.feelai-gal-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 2000;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(20, 18, 15, 0.72);
}

.feelai-gal-modal.is-on {
  display: flex;
}

.feelai-gal-modal-box {
  width: min(1080px, 96vw);
}

.feelai-gal-modal-box video {
  display: block;
  width: 100%;
  max-height: 80vh;
  background: #14120f;
  border-radius: 12px;
}

.feelai-gal-modal-cap {
  margin-top: 12px;
  text-align: center;
  font-size: 13.5px;
  font-weight: 600;
  color: #faf8f5;
}

.feelai-gal-close {
  position: absolute;
  top: 18px;
  right: 24px;
  width: 40px;
  height: 40px;
  font-size: 32px;
  line-height: 1;
  color: #faf8f5;
}

/* ── 5. Tokens + FAQ ── */
.feelai-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 96px;
}

.feelai-tokens,
.feelai-faq {
  min-height: 341px;
  padding: 37px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 24px;
}

.feelai-tokens p.feelai-tokens-desc {
  margin: 18px 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24.5px;
  color: var(--muted-4);
  text-align: left;
}

.feelai-token-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 27px;
}

.feelai-token {
  min-height: 85px;
  padding: 15px!important;
  border: 1px solid var(--line-2) !important;
  border-radius: 14px;
  width: 100%;
  font: inherit;
  color: inherit;
  text-align: left;
  background: transparent;
  cursor: pointer;
}

.feelai-token:hover {
  border-color: var(--gold);
}

.feelai-token-hot {
  background: var(--ink);
  border-color: var(--ink);
}

.feelai-token em {
  display: block;
  font-style: normal;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: var(--muted-3);
}

.feelai-token-hot em {
  color: var(--gold);
}

.feelai-token strong {
  display: block;
  margin-top: 4px;
  font-size: 18px;
  font-weight: 800;
  line-height: 21px;
  color: var(--ink);
}

.feelai-token-hot strong {
  color: var(--gold);
}

.feelai-token span {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: var(--muted-3);
}

.feelai-token-hot span {
  color: var(--gold);
}

.feelai-tokens-note {
  margin: 16px 0 0;
  font-size: 12.5px;
  font-weight: 400;
  line-height: 21.25px;
  color: var(--muted-5);
  text-align: left;
}

.feelai-faq-list {
  margin-top: 18px;
}

.feelai-faq-item {
  border-bottom: 1px solid rgba(20, 18, 15, 0.08);
}

.feelai-faq-item:last-child {
  border-bottom: 0;
}

.feelai-faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 46px;
  font-size: 14.5px;
  font-weight: 700;
  line-height: 17px;
  color: var(--ink);
  text-align: left;
}

.feelai-faq-q::after {
  content: "";
  width: 10px;
  height: 10px;
  margin-left: 12px;
  flex-shrink: 0;
  background: currentColor;
  clip-path: polygon(0 4px, 4px 4px, 4px 0, 6px 0, 6px 4px, 10px 4px, 10px 6px, 6px 6px, 6px 10px, 4px 10px, 4px 6px, 0 6px);
  opacity: 0.55;
  transition: clip-path 0.28s ease, opacity 0.28s ease;
}

.feelai-faq-item.is-open .feelai-faq-q::after {
  clip-path: polygon(0 4px, 10px 4px, 10px 6px, 0 6px);
}

.feelai-faq-a {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.32s ease;
}

.feelai-faq-item.is-open .feelai-faq-a {
  grid-template-rows: 1fr;
}

.feelai-faq-a-inner {
  overflow: hidden;
  min-height: 0;
  padding: 0 0 0;
  font-size: 13.5px;
  font-weight: 400;
  line-height: 22px;
  color: var(--muted-4);
  text-align: left;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.24s ease, transform 0.32s ease;
}

.feelai-faq-item.is-open .feelai-faq-a-inner {
  opacity: 1;
  transform: translateY(0);
  padding: 0 0 16px;
}

/* ── 6. CTA ── */
.feelai-cta {
  position: relative;
  margin-top: 96px;
  padding: 63px 40px 64px;
  background: var(--ink);
  border-radius: 28px;
  overflow: hidden;
  text-align: center;
  color: var(--cream);
}

.feelai-cta::before {
  content: "";
  position: absolute;
  width: 380px;
  height: 380px;
  left: -100px;
  top: -140px;
  background: var(--gold);
  filter: blur(65px);
  opacity: 0.38;
  border-radius: 50%;
  pointer-events: none;
}

.feelai-cta h2 {
  position: relative;
  margin: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: -0.03em;
  color: var(--cream);
}

.feelai-cta h2 .bold_txt {
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: -0.03em;
  color: var(--gold);
}

.feelai-cta p {
  position: relative;
  margin: 17px 0 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 26.25px;
  color: var(--muted);
}

.feelai-cta-btns {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.feelai-cta .feelai-btn {
  padding: 0 26px;
  font-size: 16px;
  background: rgba(0,0,0,0.1);
  transition: background 0.18s ease;
}

.feelai-cta .feelai-btn:hover {
  background: rgba(250, 248, 245, 0.1);
  transition: background 0.18s ease;
}

.feelai .feelai-btn-solid:hover {
  background: rgba(0, 0, 0, 1);
  color: var(--white);
}

.feelai-cta-note {
  position: relative;
  margin: 26px 0 0 !important;
  font-size: 12.5px !important;
  line-height: 15px !important;
  color: var(--muted-5) !important;
}

/* ── 7. Footer ── */
.feelai-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 40px;
  padding: 0;
  background: none;
  border: 0;
  font-size: 12.5px;
  font-weight: 400;
  line-height: 15px;
  color: var(--muted-5);
}

.feelai-foot p {
  margin: 0;
  font-size: inherit;
  color: inherit;
}

.feelai-foot-links {
  display: flex;
  gap: 14px;
}

.feelai-foot-links a:hover {
  color: var(--ink);
}

/* ── 8. Dock ── */
.feelai-dock {
  position: fixed;
  left: 50%;
  bottom: 26px;
  z-index: 80;
  display: flex;
  align-items: center;
  height: 56px;
  padding: 0 7px;
  background: var(--ink);
  border-radius: 50px;
  box-shadow: 0 6px 6px rgba(97, 97, 97, 0.25);
  transform: translateX(-50%);
}

.feelai a.feelai-dock-link,
.feelai-dock a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 43px;
  padding: 0 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.5px;
  color: var(--white);
  white-space: nowrap;
}

.feelai a.feelai-dock-trial {
  min-width: 93px;
  background: var(--gold);
  border-radius: 50px;
  color: var(--ink);
  font-weight: 700;
}

.feelai-dock-trial b {
  font-weight: 700;
}

@media (max-width: 1400px) {
  .feelai-gal-prev {
    left: -8px;
  }

  .feelai-gal-next {
    right: -8px;
  }
}

@media (max-width: 1280px) {
  .feelai {
    padding: 72px 0 32px;
  }

  .feelai-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 56px 40px 40px;
  }

  .feelai-hero-visual {
    width: 100%;
    max-width: 540px;
    margin: 36px 0 0;
    justify-self: end;
  }

  .feelai-hero-stats {
    width: 100%;
  }

  .feelai-service-grid,
  .feelai-start-grid,
  .feelai-info {
    grid-template-columns: 1fr;
  }

  .feelai-token-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .mobile-none {
    display: none;
  }

  .feelai {
    margin-top: 50px;
    padding: 32px 0 96px;
    overflow: hidden;
  }

  .feelai-inner {
    max-width: calc(100% - 32px);
  }

  .feelai-hero {
    padding: 36px 22px 43px;
    border-radius: 20px;
  }

  .feelai-hero::before {
    bottom: 150px;
    right: -150px;
  }

  .feelai-hero-left {
    display: contents;
  }

  .feelai-hero-copy {
    order: 1;
  }

  .feelai-hero-visual {
    order: 2;
  }

  .feelai-hero-stats {
    order: 3;
  }
  .feelai-badge {
    margin: 0 auto;
  }

  .feelai-hero-copy h1 {
    font-size: 36px;
    line-height: 1.15;
    text-align: center;
  }
  .feelai-hero-copy h1 .bold_txt {
    font-size: 36px;
    line-height: 1.15;
  }

  .feelai-hero-copy p {
    text-align: center;
  }

  .feelai-hero-ctas {
    flex-wrap: nowrap;
    justify-content: center;
    width: 100%;
    gap: 6px;
    margin: 34px auto 0;
  }

  .feelai-hero-ctas .feelai-btn {
    flex: 1;
    min-width: 0;
    height: 40px;
    padding: 0 8px;
    font-size: 13px;
  }


  .feelai-hero-visual {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 10px;
    margin-top: 20px;
  }

  .feelai-hero-visual figure,
  .feelai-hero-retouch {
    height: auto;
    aspect-ratio: 4 / 5;
  }

  .feelai-hero-wedding {
    aspect-ratio: 16 / 9 !important;
  }

  .feelai-hero-stats {
    gap: 16px;
    margin-top: 23px;
    padding-top: 23px;
    text-align: center;
  }

  .feelai-hero-stats strong {
    font-size: 16px;
  }

  .feelai-services {
    margin-top: 70px;
  }

  .feelai-services-head,
  .feelai-gallery-head,
  .feelai-foot {
    flex-direction: column;
    align-items: flex-start;
  }

  .feelai-services-head p {
    text-align: left;
  }

  .feelai-services-head h2,
  .feelai-start h2,
  .feelai-gallery-head h2,
  .feelai-cta h2 {
    font-size: 28px;
    line-height: 1.25;
  }

  .feelai .feelai-compare img {
    height: 276%;
  }

  .feelai-start,
  .feelai-tokens,
  .feelai-faq {
    padding: 24px;
  }

  .feelai-start {
    margin-top: 70px;
  }

  .feelai-gallery {
    margin-top: 70px;
  }
  .feelai-info {
    margin-top: 70px;
  }

  .feelai-cta {
    padding: 40px 20px;
  }
  .feelai-cta-btns {
    flex-wrap: nowrap;
  }
  .feelai-cta .feelai-btn {
    height: 40px;
    width: 100%;
    font-size: 13px;
    padding: 0;
    gap: 4px;
  }

  .feelai-btn {
    height: 50px;
  }

  .feelai-dock {
    width: calc(100% - 24px);
    justify-content: space-between;
    padding: 0 6px;
  }

  .feelai-dock a {
    padding: 0 8px;
    font-size: 13px;
  }

  .feelai-gallery-swiper .swiper-slide,
  .feelai-gal-item {
    width: auto;
  }

  .feelai a.feelai-gallery-more {
    margin-top: 20px;
  }

  .feelai-gal-item img {
    height: auto;
    aspect-ratio: 196.66 / 246;
  }

  .feelai-gal-nav {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }

  .feelai-gal-prev {
    left: -15px;
  }

  .feelai-gal-next {
    right: -15px;
  }

  .feelai-tokens h2 {
    font-size: 22px;
  }

  .feelai-cta h2 .bold_txt {
    font-size: 28px;
    line-height: 1.25;
  }
}

@media (max-width: 480px) {
  .mobile-only {
    display: block;
  }
}