/* ========================================
   JOSIO - Main Stylesheet
   Version: 1.0 Optimized
======================================== */

/* Variables CSS */
:root {
  --red: #910420;
  --red-btn: #a8041f;
  --red-light: #c4052c;
  --red-soft: rgba(145, 4, 32, 0.16);
  --brd-red: rgba(145, 4, 32, 0.32);
  --bg: #0a0002;
  --bg2: #0a0002;
  --bg3: #130004;
  --card: rgba(255, 255, 255, 0.04);
  --brd: rgba(255, 255, 255, 0.07);
  --txt: #fff;
  --sub: rgba(255, 255, 255, 0.54);
}

/* Reset & Base */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--bg);
  color: var(--txt);
  overflow-x: hidden;
  line-height: 1.6;
}

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

/* ========================================
   NAVIGATION
======================================== */
nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 900;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 52px;
  background: #fff;
  border-bottom: 1px solid rgba(145, 4, 32, 0.1);
  box-shadow: 0 1px 18px rgba(145, 4, 32, 0.07);
  transition: padding 0.3s ease;
}

.logo {
  display: flex;
  align-items: center;
  gap: 9px;
  text-decoration: none;
}

.logo img {
  width: 30px;
  height: 30px;
  border-radius: 8px;
}

.logo span {
  font-family: 'Instrument Serif', serif;
  font-size: 1.55rem;
  font-style: italic;
  color: #1a0408;
}

.npills {
  display: flex;
  align-items: center;
  gap: 2px;
  background: rgba(145, 4, 32, 0.05);
  border: 1px solid rgba(145, 4, 32, 0.12);
  border-radius: 50px;
  padding: 4px 6px;
}

.npills a {
  color: #5c2030;
  text-decoration: none;
  font-size: 0.84rem;
  font-weight: 500;
  padding: 7px 16px;
  border-radius: 50px;
  transition: color 0.2s, background 0.2s;
}

.npills a:hover {
  color: #1a0408;
  background: rgba(145, 4, 32, 0.07);
}

.npills a.active {
  background: var(--red-btn);
  color: #fff;
}

.bnav {
  background: var(--red-btn);
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 10px 22px;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(145, 4, 32, 0.28);
  transition: background 0.2s, transform 0.15s;
}

.bnav:hover {
  background: var(--red-light);
  transform: translateY(-1px);
}

/* ========================================
   HERO SECTION
======================================== */
.hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 120px 32px 60px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #0a0002 0%, #1c0006 40%, #0a0002 100%);
}

.stars {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(1px 1px at 8% 12%, rgba(255, 255, 255, 0.5) 0%, transparent 100%),
    radial-gradient(1px 1px at 22% 38%, rgba(255, 255, 255, 0.35) 0%, transparent 100%),
    radial-gradient(1.5px 1.5px at 52% 8%, rgba(255, 255, 255, 0.45) 0%, transparent 100%),
    radial-gradient(1px 1px at 68% 28%, rgba(255, 255, 255, 0.3) 0%, transparent 100%),
    radial-gradient(1px 1px at 83% 52%, rgba(255, 255, 255, 0.4) 0%, transparent 100%),
    radial-gradient(1px 1px at 13% 68%, rgba(255, 255, 255, 0.25) 0%, transparent 100%),
    radial-gradient(1px 1px at 90% 18%, rgba(255, 255, 255, 0.38) 0%, transparent 100%),
    radial-gradient(1px 1px at 57% 62%, rgba(255, 255, 255, 0.2) 0%, transparent 100%),
    radial-gradient(1px 1px at 35% 55%, rgba(255, 255, 255, 0.28) 0%, transparent 100%),
    radial-gradient(1px 1px at 75% 82%, rgba(255, 255, 255, 0.3) 0%, transparent 100%);
}

.hamb {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 70% 40% at 50% 100%, rgba(145, 4, 32, 0.28) 0%, transparent 65%),
    radial-gradient(ellipse 40% 20% at 50% 90%, rgba(180, 20, 15, 0.13) 0%, transparent 55%);
}

.hln {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 700px;
  height: 1px;
  z-index: 1;
  background: linear-gradient(90deg, transparent, rgba(145, 4, 32, 0.5), rgba(220, 40, 40, 0.65), rgba(145, 4, 32, 0.5), transparent);
}

.hc {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero h1 {
  font-family: 'Instrument Serif', serif;
  font-size: clamp(3rem, 7vw, 6.2rem);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.025em;
  margin-bottom: 20px;
  animation: up 0.8s ease both;
}

.hero p {
  font-size: 1.05rem;
  color: var(--sub);
  max-width: 420px;
  line-height: 1.65;
  font-weight: 400;
  margin-bottom: 36px;
  animation: up 0.8s 0.12s ease both;
}

.hbtns {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 56px;
  animation: up 0.8s 0.22s ease both;
}

.hp {
  position: relative;
  z-index: 2;
  animation: up 0.9s 0.35s ease both, fl 5s 1.5s ease-in-out infinite;
}

.hp img {
  width: 280px;
  filter: drop-shadow(0 32px 60px rgba(0, 0, 0, 0.5)) drop-shadow(0 0 40px rgba(145, 4, 32, 0.2));
}

.hglow {
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
  width: 220px;
  height: 52px;
  background: radial-gradient(ellipse, rgba(145, 4, 32, 0.5) 0%, transparent 70%);
  filter: blur(22px);
}

@keyframes fl {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
}

@keyframes up {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ========================================
   STORE BUTTONS
======================================== */
.btn-store {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  border-radius: 14px;
  padding: 12px 22px;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: opacity 0.18s ease, transform 0.2s;
  font-family: 'DM Sans', sans-serif;
  font-size: inherit;
}

.btn-store:hover {
  opacity: 0.85;
  transform: translateY(-2px);
}

.btn-store-apple {
  background: #000;
  color: #fff;
}

.btn-store-google {
  background: #fff;
  color: #111;
  border: 1.5px solid rgba(0, 0, 0, 0.12);
}

.btn-store-dark {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
}

.btn-store-sm {
  padding: 10px 18px;
  border-radius: 12px;
}

.btn-store-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.btn-store-icon svg {
  display: block;
}

.btn-store-text {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}

.btn-store-small {
  font-size: 10px;
  opacity: 0.68;
}

.btn-store-large {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.3px;
}

.btn-store-sm .btn-store-large {
  font-size: 14px;
  letter-spacing: -0.2px;
}

/* ========================================
   SOCIAL ICONS
======================================== */
.srow {
  display: flex;
  gap: 10px;
  margin-top: 26px;
  flex-wrap: wrap;
}

.soc {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
  color: #fff;
  flex-shrink: 0;
}

.soc:hover {
  transform: scale(1.12);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
}

.s-ig {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}

.s-fb {
  background: #1877f2;
}

.s-li {
  background: #0a66c2;
}

.s-yt {
  background: #ff0000;
}

.s-tt {
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

/* Footer Social */
.fsrow {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.fsc {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  transition: transform 0.2s, opacity 0.2s;
  flex-shrink: 0;
}

.fsc:hover {
  transform: scale(1.1);
  opacity: 0.88;
}

.f-ig {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}

.f-fb {
  background: #1877f2;
}

.f-li {
  background: #0a66c2;
}

.f-yt {
  background: #ff0000;
}

.f-tt {
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.f-wa {
  background: #25d366;
}

/* Footer Store Badges */
.fstores {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.fbadge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 8px 14px;
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: border-color 0.2s, background 0.2s;
}

.fbadge:hover {
  border-color: var(--brd-red);
  background: rgba(145, 4, 32, 0.12);
  color: #fff;
}

/* ========================================
   SHARED COMPONENTS
======================================== */
.wrap {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 44px;
}

.wrap-narrow {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(145, 4, 32, 0.14);
  border: 1px solid rgba(145, 4, 32, 0.32);
  border-radius: 50px;
  padding: 5px 14px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ff8a9a;
  margin-bottom: 20px;
}

.pdot {
  width: 6px;
  height: 6px;
  background: #ff4466;
  border-radius: 50%;
}

.h2 {
  font-family: 'Instrument Serif', serif;
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
}

.sub {
  color: var(--sub);
  font-size: 0.97rem;
  line-height: 1.65;
  font-weight: 400;
}

hr {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

/* ========================================
   SECTIONS
======================================== */
.features {
  padding: 100px 0;
  background: var(--bg2);
}

.categories {
  padding: 100px 0;
  background: var(--bg);
}

.how {
  padding: 100px 0;
  background: var(--bg2);
}

.community {
  padding: 100px 0;
  background: var(--bg);
  position: relative;
  overflow: hidden;
}

.faq {
  padding: 100px 0;
  background: var(--bg2);
}

.support {
  padding: 100px 0;
  background: var(--bg);
}

.cta-section {
  padding: 80px 0;
  background: linear-gradient(180deg, #0a0002, #0a0002);
  position: relative;
  overflow: hidden;
}

/* ========================================
   FEATURES CARDS
======================================== */
.fhead {
  text-align: center;
  margin-bottom: 60px;
}

.fgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.fc {
  background: var(--card);
  border: 1px solid var(--brd);
  border-radius: 24px;
  padding: 28px 24px;
  overflow: hidden;
  position: relative;
  transition: border-color 0.3s, transform 0.3s;
  display: flex;
  flex-direction: column;
}

.fc:hover {
  border-color: var(--brd-red);
  transform: translateY(-4px);
}

.fc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--red), transparent);
  opacity: 0;
  transition: opacity 0.3s;
}

.fc:hover::before {
  opacity: 1;
}

.fn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: var(--red-btn);
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 700;
  margin-bottom: 14px;
}

.fc h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.fc p {
  font-size: 0.86rem;
  color: var(--sub);
  line-height: 1.6;
  margin-bottom: 20px;
}

.fp {
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 240px;
  overflow: hidden;
  border-radius: 0 0 16px 16px;
}

.fp img {
  width: 100%;
  max-width: 210px;
  object-fit: contain;
  object-position: top;
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.35));
}

.flogo {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  flex-direction: column;
  gap: 14px;
}

.flogo img {
  width: 90px;
  height: 90px;
  border-radius: 22px;
  filter: drop-shadow(0 8px 28px rgba(145, 4, 32, 0.4));
}

.flogo span {
  font-family: 'Instrument Serif', serif;
  font-size: 1.4rem;
  font-style: italic;
  color: rgba(255, 255, 255, 0.65);
}

.fextra {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 20px;
}

.ec {
  background: var(--card);
  border: 1px solid var(--brd);
  border-radius: 22px;
  padding: 26px;
  transition: border-color 0.3s, transform 0.3s;
}

.ec:hover {
  border-color: var(--brd-red);
  transform: translateY(-3px);
}

.ei {
  width: 44px;
  height: 44px;
  background: var(--red-soft);
  border: 1px solid var(--brd-red);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin-bottom: 14px;
}

.ec h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 7px;
}

.ec p {
  font-size: 0.84rem;
  color: var(--sub);
  line-height: 1.55;
}

/* ========================================
   CATEGORIES
======================================== */
.chead {
  text-align: center;
  margin-bottom: 56px;
}

.cgrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
}

.cat {
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.055);
  padding: 36px 20px;
  text-align: center;
  cursor: pointer;
  transition: background 0.25s, border-color 0.25s, transform 0.25s;
}

.cat:hover {
  background: rgba(145, 4, 32, 0.1);
  border-color: rgba(145, 4, 32, 0.3);
  transform: translateY(-2px);
}

.cc {
  width: 62px;
  height: 62px;
  background: var(--red-btn);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin: 0 auto 14px;
  box-shadow: 0 8px 26px rgba(145, 4, 32, 0.45);
}

.cat h3 {
  font-size: 0.98rem;
  font-weight: 600;
  margin-bottom: 5px;
}

.cat p {
  font-size: 0.78rem;
  color: var(--sub);
  line-height: 1.5;
}

/* ========================================
   HOW IT WORKS
======================================== */
.hhead {
  text-align: center;
  margin-bottom: 80px;
}

.step {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 80px;
  padding: 68px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.step:last-child {
  border-bottom: none;
}

.step.rev .stxt {
  order: 2;
}

.step.rev .svis {
  order: 1;
}

.sbadge {
  display: inline-block;
  background: rgba(145, 4, 32, 0.2);
  border: 1px solid rgba(145, 4, 32, 0.4);
  border-radius: 50px;
  padding: 4px 14px;
  font-size: 0.74rem;
  font-weight: 700;
  color: #ff8099;
  margin-bottom: 16px;
}

.stxt h2 {
  font-family: 'Instrument Serif', serif;
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-bottom: 13px;
}

.stxt p {
  font-size: 0.95rem;
  color: var(--sub);
  line-height: 1.7;
  margin-bottom: 26px;
}

.svis {
  display: flex;
  justify-content: center;
  position: relative;
}

.svis img {
  width: 260px;
  filter: drop-shadow(0 24px 52px rgba(0, 0, 0, 0.45)) drop-shadow(0 0 28px rgba(145, 4, 32, 0.12));
  transition: transform 0.3s;
}

.svis:hover img {
  transform: scale(1.02) translateY(-4px);
}

.sglow {
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  height: 46px;
  background: radial-gradient(ellipse, rgba(145, 4, 32, 0.4) 0%, transparent 70%);
  filter: blur(20px);
}

/* ========================================
   COMMUNITY
======================================== */
.cbg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: radial-gradient(ellipse 55% 65% at 20% 50%, rgba(145, 4, 32, 0.13) 0%, transparent 68%);
}

.msvg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 380px;
  opacity: 0.35;
  z-index: 0;
}

.cin {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 64px;
}

.ctxt h2 {
  font-family: 'Instrument Serif', serif;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin-bottom: 20px;
}

.ctxt p {
  font-size: 0.97rem;
  color: var(--sub);
  line-height: 1.7;
  margin-bottom: 36px;
  max-width: 420px;
}

.cbtns {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 270px;
}

.cphones {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  gap: 8px;
}

.cph:first-child {
  transform: translateX(16px) rotate(-4deg);
  z-index: 1;
}

.cph:last-child {
  transform: translateX(-16px) rotate(4deg);
}

.cph img {
  width: 185px;
  filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.5));
}

.corb {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 420px;
  height: 220px;
  background: radial-gradient(ellipse, rgba(145, 4, 32, 0.22) 0%, transparent 65%);
  filter: blur(40px);
  z-index: 0;
}

/* ========================================
   FAQ
======================================== */
.faqin {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 44px;
}

.faqh {
  text-align: center;
  margin-bottom: 44px;
}

.faqh .h2 {
  text-align: center;
}

.faqh .sub {
  text-align: center;
  margin: 0 auto;
  max-width: 460px;
}

.ftabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-bottom: 36px;
}

.ftab {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50px;
  padding: 7px 18px;
  font-size: 0.82rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.2s;
  font-family: 'DM Sans', sans-serif;
}

.ftab:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
}

.ftab.on {
  background: var(--red-btn);
  border-color: var(--red-btn);
  color: #fff;
}

.flist {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.fi {
  background: var(--card);
  border: 1px solid var(--brd);
  border-radius: 16px;
  overflow: hidden;
  transition: border-color 0.2s;
}

.fi.open {
  border-color: var(--brd-red);
}

.fi.hide {
  display: none;
}

.fq {
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-size: 0.93rem;
  font-weight: 500;
  user-select: none;
  gap: 16px;
}

.fico {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.4);
  transition: background 0.2s, transform 0.3s;
  line-height: 1;
}

.fi.open .fico {
  background: var(--red-btn);
  color: #fff;
  transform: rotate(45deg);
}

.fa {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.fi.open .fa {
  max-height: 300px;
}

.fain {
  padding: 0 22px 18px;
  font-size: 0.88rem;
  color: var(--sub);
  line-height: 1.75;
  font-weight: 400;
}

/* ========================================
   CTA SECTION
======================================== */
.cta-btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 36px;
}

.br {
  display: inline-block;
  background: var(--red-btn);
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 14px 32px;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s;
}

.br:hover {
  background: var(--red-light);
  transform: translateY(-1px);
}

.bo {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50px;
  padding: 10px 22px;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: border-color 0.2s, background 0.2s;
}

.bo:hover {
  border-color: rgba(145, 4, 32, 0.5);
  background: rgba(145, 4, 32, 0.1);
}

/* ========================================
   SUPPORT
======================================== */
.suph {
  text-align: center;
  margin-bottom: 52px;
}

.suph .pill {
  margin: 0 auto 20px;
  width: fit-content;
}

.suph .h2 {
  text-align: center;
}

.suph .sub {
  text-align: center;
}

.supg {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.supc {
  background: var(--card);
  border: 1px solid var(--brd);
  border-radius: 22px;
  padding: 32px 26px;
  text-align: center;
  transition: border-color 0.25s, transform 0.25s;
}

.supc:hover {
  border-color: var(--brd-red);
  transform: translateY(-3px);
}

.supc-icon {
  font-size: 3rem;
  margin-bottom: 20px;
}

.supc h3 {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.supc p {
  font-size: 0.87rem;
  color: var(--sub);
  line-height: 1.6;
  margin-bottom: 22px;
}

/* ========================================
   FOOTER
======================================== */
footer {
  background: linear-gradient(180deg, #1c0006 0%, #130004 40%, #080002 100%);
  border-top: 1px solid rgba(145, 4, 32, 0.22);
  padding: 72px 44px 36px;
  position: relative;
  overflow: hidden;
}

footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(145, 4, 32, 0.6), rgba(200, 40, 40, 0.7), rgba(145, 4, 32, 0.6), transparent);
}

.ft {
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.fttop {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 52px;
}

.ftlogo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.ftlogo img {
  width: 36px;
  height: 36px;
  border-radius: 10px;
}

.ftlogo span {
  font-family: 'Instrument Serif', serif;
  font-size: 1.55rem;
  font-style: italic;
  color: #fff;
}

.ftbrand p {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.42);
  line-height: 1.65;
  margin-bottom: 20px;
}

.ftcol h4 {
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.25);
  margin-bottom: 18px;
}

.ftcol ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.ftcol a {
  font-size: 0.87rem;
  color: rgba(255, 255, 255, 0.38);
  text-decoration: none;
  transition: color 0.2s;
}

.ftcol a:hover {
  color: #fff;
}

.ftbot {
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.ftbot span {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.2);
}

.ftleg {
  display: flex;
  gap: 20px;
}

.ftleg a {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.2);
  text-decoration: none;
  transition: color 0.2s;
}

.ftleg a:hover {
  color: rgba(200, 40, 40, 0.8);
}

/* ========================================
   REVEAL ANIMATION
======================================== */
.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

.reveal.on {
  opacity: 1;
  transform: translateY(0);
}

/* ========================================
   WHATSAPP FLOATING BUTTON
======================================== */
.wa-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 999;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  animation: waBounce 2s ease infinite;
}

.wa-float:hover {
  animation: none;
  transform: scale(1.05);
}

.wa-bubble {
  background: #25d366;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  transition: transform 0.2s, box-shadow 0.2s;
}

.wa-bubble:hover {
  box-shadow: 0 8px 30px rgba(37, 211, 102, 0.5);
}

.wa-tooltip {
  background: #1a0006;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 10px;
  border: 1px solid rgba(37, 211, 102, 0.3);
  white-space: nowrap;
  opacity: 0;
  transform: translateX(10px);
  transition: opacity 0.3s, transform 0.3s;
  pointer-events: none;
}

.wa-float:hover .wa-tooltip {
  opacity: 1;
  transform: translateX(0);
}

@keyframes waBounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

/* ========================================
   COOKIE MODAL
======================================== */
.cookie-modal {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  max-width: 500px;
  background: #1a0006;
  border: 1px solid rgba(145, 4, 32, 0.4);
  border-radius: 16px;
  padding: 24px;
  z-index: 9999;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.6);
  display: none;
  animation: slideUp 0.4s ease;
}

.cookie-modal.show {
  display: block;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.cookie-modal h3 {
  font-family: 'Instrument Serif', serif;
  font-size: 1.3rem;
  color: #fff;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.cookie-modal p {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
  margin-bottom: 20px;
}

.cookie-btns {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.btn-cookie {
  flex: 1;
  min-width: 120px;
  padding: 12px 20px;
  border-radius: 10px;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  border: none;
  transition: transform 0.2s, opacity 0.2s;
}

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

.btn-accept {
  background: var(--red-btn);
  color: #fff;
}

.btn-refuse {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

/* ========================================
   RESPONSIVE
======================================== */
@media (max-width: 960px) {
  nav {
    padding: 12px 20px;
  }

  .npills {
    display: none;
  }

  .fgrid,
  .fextra,
  .supg {
    grid-template-columns: 1fr;
  }

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

  .step {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .step.rev .stxt,
  .step.rev .svis {
    order: unset;
  }

  .cin {
    grid-template-columns: 1fr;
  }

  .cphones {
    display: none;
  }

  .fttop {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .wrap,
  .faqin {
    padding: 0 20px;
  }

  footer {
    padding: 52px 20px 28px;
  }

  .hero h1 {
    font-size: 2.8rem;
  }

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

  .fttop {
    grid-template-columns: 1fr;
  }

  .wa-tooltip {
    display: none;
  }

  .wa-float {
    bottom: 16px;
    right: 16px;
  }

  .cookie-modal {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }
}