/*
Theme Name: HoneyChat
Theme URI: https://honeychat.run/
Author: HoneyChat
Description: HoneyChat — AI girlfriends and flirty chat landing theme.
Version: 1.4.2
License: GNU General Public License v2 or later
Text Domain: honeychat
*/

:root {
  --hc-ink: #14060f;
  --hc-ink-2: #1e0a17;
  --hc-cream: #fff6f1;
  --hc-rose: #ff4d84;
  --hc-honey: #ffb547;
  --hc-coral: #ff7a5c;
  --hc-violet: #a24bff;
  --hc-line: rgba(255, 255, 255, .12);
  --hc-soft: rgba(255, 255, 255, .06);
  --hc-txt: rgba(255, 246, 241, .74);
  --hc-radius: 22px;
  --hc-wrap: 1180px;
  --hc-grad: linear-gradient(115deg, var(--hc-rose), var(--hc-coral) 45%, var(--hc-honey));
  --hc-font: "Plus Jakarta Sans", "Segoe UI", system-ui, -apple-system, sans-serif;
  --hc-display: "Fraunces", "Playfair Display", Georgia, serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--hc-ink);
  color: var(--hc-cream);
  font-family: var(--hc-font);
  font-size: 17px;
  line-height: 1.72;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(680px 480px at 12% 4%, rgba(255, 77, 132, .28), transparent 65%),
    radial-gradient(720px 520px at 88% 12%, rgba(162, 75, 255, .22), transparent 68%),
    radial-gradient(900px 640px at 50% 100%, rgba(255, 181, 71, .16), transparent 70%);
}

img { max-width: 100%; display: block; border: 0; }
a { color: inherit; text-decoration: none; }

.hc-wrap { width: 100%; max-width: var(--hc-wrap); margin: 0 auto; padding: 0 22px; position: relative; z-index: 2; }
.hc-section { padding: 96px 0; position: relative; z-index: 2; }
.hc-section--tight { padding: 68px 0; }
.hc-alt { background: linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .01)); border-block: 1px solid var(--hc-line); }

h1, h2 { font-family: var(--hc-display); font-weight: 700; line-height: 1.08; letter-spacing: -.02em; margin: 0 0 18px; }
h1 { font-size: clamp(2.4rem, 6.2vw, 4.5rem); }
h2 { font-size: clamp(1.75rem, 3.6vw, 2.75rem); }
p { margin: 0 0 18px; color: var(--hc-txt); }
strong { color: var(--hc-cream); font-weight: 700; }

.hc-eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: .74rem; letter-spacing: .22em; text-transform: uppercase;
  font-weight: 700; color: var(--hc-honey);
  padding: 8px 16px; border-radius: 999px;
  border: 1px solid var(--hc-line); background: var(--hc-soft);
  margin-bottom: 20px;
}
.hc-eyebrow i { width: 7px; height: 7px; border-radius: 50%; background: var(--hc-rose); box-shadow: 0 0 0 5px rgba(255, 77, 132, .2); animation: hcPulse 2.4s infinite; }
@keyframes hcPulse { 50% { box-shadow: 0 0 0 11px rgba(255, 77, 132, 0); } }

.hc-grad { background: var(--hc-grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hc-lead { font-size: 1.12rem; max-width: 62ch; }
.hc-head { max-width: 720px; margin-bottom: 46px; }
.hc-head--mid { margin-inline: auto; text-align: center; }

/* ---------- buttons ---------- */
.hc-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 16px 32px; border-radius: 999px; font-weight: 800; font-size: .98rem;
  letter-spacing: .01em; cursor: pointer; border: 0; position: relative; overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.hc-btn--primary { background: var(--hc-grad); color: #26050f; box-shadow: 0 16px 40px -14px rgba(255, 77, 132, .8); }
.hc-btn--primary::after {
  content: ""; position: absolute; inset: 0; translate: -120% 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .55), transparent);
  transition: translate .7s ease;
}
.hc-btn--primary:hover::after { translate: 120% 0; }
.hc-btn--primary:hover, .hc-btn--ghost:hover { transform: translateY(-3px); }
.hc-btn--ghost { background: var(--hc-soft); color: var(--hc-cream); border: 1px solid var(--hc-line); backdrop-filter: blur(8px); }
.hc-btn--lg { padding: 19px 42px; font-size: 1.06rem; }
.hc-btn--block { width: 100%; }
.hc-cta-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-top: 8px; }
.hc-note { font-size: .86rem; color: rgba(255, 246, 241, .5); margin: 14px 0 0; }

/* ---------- header ---------- */
.hc-header {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(16px);
  background: rgba(20, 6, 15, .72);
  border-bottom: 1px solid var(--hc-line);
}
.hc-nav { display: flex; align-items: center; justify-content: space-between; gap: 18px; height: 74px; }
.hc-logo { display: flex; align-items: center; gap: 11px; font-family: var(--hc-display); font-size: 1.34rem; font-weight: 700; letter-spacing: -.02em; }
.hc-logo span.hc-mark {
  width: 34px; height: 34px; border-radius: 12px; background: var(--hc-grad);
  display: grid; place-items: center; font-family: var(--hc-font); font-size: .95rem; color: #26050f; font-weight: 900;
  box-shadow: 0 10px 26px -10px rgba(255, 77, 132, .9);
}
.hc-menu { display: flex; gap: 28px; list-style: none; margin: 0; padding: 0; font-size: .94rem; font-weight: 600; }
.hc-menu a { color: rgba(255, 246, 241, .78); transition: color .2s; }
.hc-menu a:hover { color: var(--hc-honey); }
.hc-burger { display: none; background: var(--hc-soft); border: 1px solid var(--hc-line); color: var(--hc-cream); border-radius: 12px; padding: 9px 13px; font-size: 1.1rem; cursor: pointer; }

/* ---------- hero ---------- */
.hc-hero { position: relative; padding: 112px 0 104px; overflow: hidden; }
.hc-hero__bg { position: absolute; inset: 0; z-index: 0; }
.hc-hero__bg img { width: 100%; height: 100%; object-fit: cover; opacity: .3; transform: scale(1.06); }
.hc-hero__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20, 6, 15, .55), rgba(20, 6, 15, .93)); }
.hc-hero__grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 56px; align-items: center; }
.hc-hero h1 { margin-bottom: 22px; }
.hc-stats { display: flex; flex-wrap: wrap; gap: 34px; margin-top: 40px; }
.hc-stat b { display: block; font-family: var(--hc-display); font-size: 1.9rem; }
.hc-stat small { color: rgba(255, 246, 241, .58); font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; }

.hc-float { position: relative; }
.hc-float img { border-radius: 28px; border: 1px solid var(--hc-line); box-shadow: 0 40px 90px -40px rgba(0, 0, 0, .95); object-fit: cover; }
.hc-float--a { width: 84%; height: auto; max-height: 560px; margin-left: auto; aspect-ratio: 4 / 5; animation: hcFloat 7s ease-in-out infinite; }
.hc-float--b { position: absolute; height: auto; max-height: 300px; width: 42%; left: 0; bottom: -42px; aspect-ratio: 3 / 4; animation: hcFloat 7s ease-in-out infinite reverse; }
@keyframes hcFloat { 50% { transform: translateY(-16px); } }

.hc-bubble {
  position: absolute; left: -22px; top: 12%; z-index: 4;
  background: rgba(255, 246, 241, .94); color: #2a0a1a;
  padding: 12px 18px; border-radius: 20px 20px 20px 6px;
  font-size: .9rem; font-weight: 700; max-width: 215px;
  box-shadow: 0 22px 46px -20px rgba(0, 0, 0, .8);
  animation: hcFloat 5.4s ease-in-out infinite;
}

/* ---------- grids / cards ---------- */
.hc-grid { display: grid; gap: 22px; }
.hc-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.hc-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.hc-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.hc-card {
  background: linear-gradient(160deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .02));
  border: 1px solid var(--hc-line); border-radius: var(--hc-radius);
  padding: 30px 28px; position: relative; overflow: hidden;
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.hc-card:hover { transform: translateY(-6px); border-color: rgba(255, 122, 92, .55); box-shadow: 0 30px 60px -34px rgba(255, 77, 132, .6); }
.hc-card b.hc-t { display: block; font-family: var(--hc-display); font-size: 1.22rem; margin-bottom: 10px; }
.hc-card p { margin: 0; font-size: .96rem; }
.hc-ico { width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center; font-size: 1.25rem; background: var(--hc-grad); color: #26050f; margin-bottom: 18px; }
.hc-num { font-family: var(--hc-display); font-size: 2.6rem; line-height: 1; background: var(--hc-grad); -webkit-background-clip: text; background-clip: text; color: transparent; margin-bottom: 12px; }

/* ---------- model cards ---------- */
.hc-model { position: relative; border-radius: 24px; overflow: hidden; border: 1px solid var(--hc-line); }
.hc-model img { aspect-ratio: 3 / 4; object-fit: cover; width: 100%; transition: transform .8s cubic-bezier(.2, .8, .2, 1); }
.hc-model:hover img { transform: scale(1.08); }
.hc-model__info { position: absolute; inset: auto 0 0 0; padding: 20px; background: linear-gradient(180deg, transparent, rgba(20, 6, 15, .92)); }
.hc-model__info b { display: block; font-family: var(--hc-display); font-size: 1.2rem; }
.hc-model__info span { font-size: .84rem; color: rgba(255, 246, 241, .68); }
.hc-tag { position: absolute; top: 14px; left: 14px; font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 800; padding: 6px 12px; border-radius: 999px; background: rgba(20, 6, 15, .7); border: 1px solid var(--hc-line); color: var(--hc-honey); backdrop-filter: blur(6px); }
.hc-model__cta { display: block; margin-top: 12px; font-weight: 800; font-size: .88rem; color: var(--hc-honey); }

/* ---------- chat mock ---------- */
.hc-chat { background: linear-gradient(170deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .02)); border: 1px solid var(--hc-line); border-radius: 26px; padding: 22px; box-shadow: 0 40px 80px -46px rgba(0, 0, 0, .9); }
.hc-chat__top { display: flex; align-items: center; gap: 12px; padding-bottom: 16px; border-bottom: 1px solid var(--hc-line); margin-bottom: 18px; }
.hc-chat__top img { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; }
.hc-chat__top b { display: block; font-size: 1rem; }
.hc-chat__top small { color: #7bdc9a; font-size: .8rem; }
.hc-msg { max-width: 82%; padding: 12px 17px; border-radius: 18px; margin-bottom: 12px; font-size: .95rem; line-height: 1.55; }
.hc-msg--in { background: rgba(255, 255, 255, .09); border: 1px solid var(--hc-line); border-bottom-left-radius: 6px; }
.hc-msg--out { background: var(--hc-grad); color: #26050f; margin-left: auto; border-bottom-right-radius: 6px; font-weight: 600; }
.hc-typing { display: inline-flex; gap: 5px; align-items: center; }
.hc-typing i { width: 7px; height: 7px; border-radius: 50%; background: var(--hc-honey); animation: hcDot 1.2s infinite; }
.hc-typing i:nth-child(2) { animation-delay: .18s; }
.hc-typing i:nth-child(3) { animation-delay: .36s; }
@keyframes hcDot { 0%, 100% { opacity: .3; transform: translateY(0); } 50% { opacity: 1; transform: translateY(-4px); } }

/* ---------- prose blocks ---------- */
.hc-prose { max-width: 78ch; }
.hc-prose p { font-size: 1.02rem; }
.hc-prose--split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 44px; max-width: none; }

/* ---------- reviews ---------- */
.hc-quote { font-size: 1rem; }
.hc-stars { color: var(--hc-honey); letter-spacing: .16em; margin-bottom: 12px; font-size: .95rem; }
.hc-who { display: flex; align-items: center; gap: 12px; margin-top: 18px; }
.hc-who span { width: 38px; height: 38px; border-radius: 50%; background: var(--hc-grad); display: grid; place-items: center; color: #26050f; font-weight: 900; }
.hc-who small { display: block; color: rgba(255, 246, 241, .55); }

/* ---------- pricing ---------- */
.hc-price { text-align: left; }
.hc-price .hc-amount { font-family: var(--hc-display); font-size: 2.7rem; line-height: 1; }
.hc-price .hc-amount sub { font-family: var(--hc-font); font-size: .82rem; color: rgba(255, 246, 241, .55); bottom: 0; }
.hc-list { list-style: none; margin: 20px 0 26px; padding: 0; font-size: .95rem; }
.hc-list li { padding-left: 26px; position: relative; margin-bottom: 10px; color: var(--hc-txt); }
.hc-list li::before { content: "\2713"; position: absolute; left: 0; color: var(--hc-honey); font-weight: 900; }
.hc-price--best { border-color: rgba(255, 77, 132, .6); box-shadow: 0 30px 70px -40px rgba(255, 77, 132, .85); }
.hc-badge { position: absolute; top: 18px; right: 18px; font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 900; background: var(--hc-grad); color: #26050f; padding: 6px 12px; border-radius: 999px; }

/* ---------- faq ---------- */
.hc-faq { max-width: 880px; margin-inline: auto; }
.hc-acc { border: 1px solid var(--hc-line); border-radius: 18px; background: var(--hc-soft); margin-bottom: 14px; overflow: hidden; }
.hc-acc__q { width: 100%; text-align: left; background: none; border: 0; color: var(--hc-cream); font: 700 1.02rem/1.5 var(--hc-font); padding: 20px 56px 20px 22px; cursor: pointer; position: relative; }
.hc-acc__q::after { content: "+"; position: absolute; right: 22px; top: 50%; translate: 0 -50%; font-size: 1.5rem; color: var(--hc-honey); transition: rotate .3s; }
.hc-acc.is-open .hc-acc__q::after { rotate: 45deg; }
.hc-acc__a { max-height: 0; overflow: hidden; transition: max-height .4s ease; }
.hc-acc__a p { margin: 0 22px 20px; font-size: .97rem; }
.hc-acc.is-open .hc-acc__a { max-height: 400px; }

/* ---------- ticker ---------- */
.hc-ticker { border-block: 1px solid var(--hc-line); background: rgba(255, 255, 255, .03); overflow: hidden; padding: 16px 0; position: relative; z-index: 2; }
.hc-ticker__row { display: flex; gap: 44px; width: max-content; animation: hcSlide 26s linear infinite; }
.hc-ticker span { font-family: var(--hc-display); font-size: 1.06rem; color: rgba(255, 246, 241, .62); white-space: nowrap; }
.hc-ticker span::after { content: " \2665"; color: var(--hc-rose); }
@keyframes hcSlide { to { transform: translateX(-50%); } }

/* ---------- final cta ---------- */
.hc-final { text-align: center; border-radius: 34px; padding: 68px 34px; border: 1px solid var(--hc-line); background: linear-gradient(150deg, rgba(255, 77, 132, .22), rgba(162, 75, 255, .14) 55%, rgba(255, 181, 71, .18)); }

/* ---------- legal ---------- */
.hc-legal { padding: 76px 0 96px; }
.hc-legal .hc-wrap { max-width: 900px; }
.hc-legal ol { padding-left: 22px; }
.hc-legal ol > li { margin-bottom: 22px; color: var(--hc-txt); }
.hc-legal ol > li > b { display: block; color: var(--hc-cream); font-family: var(--hc-display); font-size: 1.12rem; margin-bottom: 6px; }
.hc-updated { font-size: .88rem; color: rgba(255, 246, 241, .5); }

/* ---------- footer ---------- */
.hc-footer { border-top: 1px solid var(--hc-line); background: rgba(0, 0, 0, .35); padding: 58px 0 34px; position: relative; z-index: 2; }
.hc-footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 34px; }
.hc-footer h2 { font-size: 1rem; font-family: var(--hc-font); letter-spacing: .14em; text-transform: uppercase; color: var(--hc-honey); }
.hc-footer ul { list-style: none; margin: 0; padding: 0; font-size: .95rem; }
.hc-footer ul li { margin-bottom: 10px; }
.hc-footer ul a { color: var(--hc-txt); }
.hc-footer ul a:hover { color: var(--hc-honey); }
.hc-bottom { margin-top: 34px; padding-top: 22px; border-top: 1px solid var(--hc-line); display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; font-size: .85rem; color: rgba(255, 246, 241, .45); }

/* ---------- reveal ---------- */
.hc-rise { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s cubic-bezier(.2, .8, .2, 1); }
.hc-rise.is-in { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .hc-hero__grid, .hc-grid--2, .hc-grid--3, .hc-grid--4, .hc-prose--split, .hc-footer__grid { grid-template-columns: 1fr; }
  .hc-grid--4, .hc-grid--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hc-menu { display: none; }
  .hc-menu.is-open { display: flex; position: absolute; inset: 74px 0 auto 0; flex-direction: column; gap: 0; padding: 12px 22px 22px; background: rgba(20, 6, 15, .97); border-bottom: 1px solid var(--hc-line); }
  .hc-menu.is-open li { padding: 12px 0; border-bottom: 1px solid var(--hc-line); }
  .hc-burger { display: block; }
  .hc-float--b { display: none; }
  .hc-section { padding: 70px 0; }
}
@media (max-width: 600px) {
  .hc-grid--3, .hc-grid--4 { grid-template-columns: 1fr; }
  .hc-bubble { display: none; }
  .hc-btn { width: 100%; }
  .hc-final { padding: 48px 20px; }
}
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
  .hc-rise { opacity: 1; transform: none; }
}
