/* 918kissdownload.site — static stylesheet
   Replaces the Tailwind CDN runtime. Values mirror the previous rendered output
   exactly (captured at 390px and 1280px); md breakpoint = 768px. */

/* ---------- font (self-hosted, replaces Google Fonts @import) ---------- */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/inter-latin-var.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ---------- reset (equivalent to the Tailwind preflight previously in use) ---------- */
*, ::before, ::after { box-sizing: border-box; border-width: 0; border-style: solid; border-color: #e5e7eb; }
html { line-height: 1.5; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; -moz-tab-size: 4; tab-size: 4; }
body { margin: 0; line-height: inherit; }
h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; margin: 0; }
p, figure { margin: 0; }
a { color: inherit; text-decoration: inherit; }
b, strong { font-weight: bolder; }
button { font-family: inherit; font-size: 100%; font-weight: inherit; line-height: inherit; color: inherit; margin: 0; padding: 0; background-color: transparent; background-image: none; text-transform: none; cursor: pointer; }
table { text-indent: 0; border-color: inherit; border-collapse: collapse; }
img, svg, video { display: block; vertical-align: middle; }
source { display: none; }
img, video { max-width: 100%; height: auto; }
ul, ol { list-style: none; margin: 0; padding: 0; }

/* ---------- tokens ---------- */
:root {
  --pink-300: #f9a8d4; --pink-400: #f472b6; --pink-500: #ec4899; --pink-600: #db2777;
  --slate-300: #cbd5e1; --slate-400: #94a3b8; --slate-500: #64748b; --slate-700: #334155;
  --green-400: #4ade80; --green-500: #22c55e; --green-600: #16a34a;
  --red-400: #f87171; --indigo-500: #6366f1; --indigo-700: #4338ca;
  --sky-500: #0ea5e9; --sky-600: #0284c7; --yellow-400: #facc15;
  --blue-500: #3b82f6; --purple-500: #a855f7; --purple-800: #6b21a8;
  --w05: rgba(255, 255, 255, .05);
  --w10: rgba(255, 255, 255, .1);
  --shadow-xl: 0 20px 25px -5px rgba(0,0,0,.1), 0 8px 10px -6px rgba(0,0,0,.1);
  --shadow-2xl: 0 25px 50px -12px rgba(0,0,0,.25);
  --ease: cubic-bezier(.4, 0, .2, 1);
}

body {
  font-family: 'Inter', sans-serif;
  background: linear-gradient(135deg, #0a0212 0%, #1a052e 100%);
  background-attachment: fixed;
  color: #fff;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.5;
}

.page { min-height: 100vh; }

.site-container { width: 90%; max-width: 1200px; margin-left: auto; margin-right: auto; }
@media (max-width: 768px) { .site-container { width: 95%; } }

.glass-card {
  background: rgba(255, 255, 255, .03);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, .08);
  transition: all .3s ease;
}

.custom-gradient-text {
  background: linear-gradient(to right, #f472b6, #a855f7);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.rtp-bar { background: linear-gradient(to right, #22c55e, #16a34a); }
.neon-text-pink { text-shadow: 0 0 10px rgba(255, 0, 255, .4); }

@keyframes attention-pulse {
  0%, 100% { transform: scale(1); box-shadow: 0 0 0 rgba(255, 0, 255, 0); }
  50% { transform: scale(1.05); box-shadow: 0 0 20px rgba(255, 0, 255, .4); }
}
.animate-attention { animation: attention-pulse 2s infinite ease-in-out; }
@media (prefers-reduced-motion: reduce) {
  .animate-attention { animation: none; }
  * { transition-duration: .01ms !important; }
}

.visually-hidden {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* ---------- header ---------- */
.site-header {
  background: rgba(0, 0, 0, .6);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #fff;
  padding: 8px 0;
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(236, 72, 153, .1);
}
.header-inner { display: flex; justify-content: space-between; align-items: center; }
.header-left { display: flex; align-items: center; gap: 16px; }
.logo-nav { height: 28px; width: auto; object-fit: contain; }
@media (min-width: 768px) { .logo-nav { height: 40px; } }

.main-nav { display: none; gap: 32px; margin-left: 24px; }
@media (min-width: 768px) { .main-nav { display: flex; } }
.nav-link {
  font-size: 12px; line-height: 16px; font-weight: 900; text-transform: uppercase;
  letter-spacing: .1em; color: var(--slate-400); transition: color .15s var(--ease);
}
.nav-link:hover { color: #fff; }
.nav-link[aria-current="page"] { color: var(--pink-500); border-bottom: 2px solid var(--pink-500); }

.lang-switch { display: flex; gap: 16px; font-size: 10px; line-height: 15px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.lang-link { display: flex; align-items: center; gap: 4px; opacity: .6; transition: opacity .15s var(--ease); }
.lang-link:hover { opacity: 1; }
.lang-link[aria-current="true"] { color: var(--pink-500); border-bottom: 2px solid var(--pink-500); opacity: 1; }
.flag { width: 16px; height: auto; display: block; }

/* ---------- hero ---------- */
.hero { padding: 24px 16px 40px; display: flex; flex-direction: column; align-items: center; text-align: center; }
.hero-logo { width: 176px; height: auto; margin-bottom: 16px; object-fit: contain; filter: drop-shadow(0 0 15px rgba(255, 100, 255, .2)); }
@media (min-width: 768px) { .hero-logo { width: 288px; } }
.hero-title { font-size: 30px; line-height: 36px; font-weight: 900; margin-bottom: 16px; letter-spacing: -.05em; text-transform: uppercase; }
@media (min-width: 768px) { .hero-title { font-size: 60px; line-height: 60px; } }
.hero-sub {
  width: 90%; max-width: 896px; margin: 0 auto 32px;
  font-size: 16px; line-height: 24px; font-weight: 700; color: var(--slate-300);
}
@media (max-width: 768px) { .hero-sub { width: 95%; } }
@media (min-width: 768px) { .hero-sub { font-size: 18px; line-height: 28px; } }

.btn-hero {
  display: inline-block; padding: 16px 40px;
  background-image: linear-gradient(to right, var(--pink-500), var(--indigo-700));
  border-radius: 9999px; font-weight: 900; font-size: 18px; line-height: 28px; color: #fff;
  text-transform: uppercase; letter-spacing: .2em; text-align: center;
  box-shadow: 0 0 30px rgba(255, 0, 255, .3);
  transition: all .15s var(--ease);
}

/* ---------- download cards ---------- */
.dl-grid { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 32px; }
@media (min-width: 768px) { .dl-grid { gap: 24px; } }
.dl-card {
  flex: 1 1 0%; min-width: 280px; padding: 24px; border-radius: 30px; text-align: center;
  box-shadow: var(--shadow-xl); transition: transform .15s var(--ease);
}
@media (min-width: 768px) { .dl-card { padding: 32px; } }
.dl-card:hover { transform: scale(1.05); }
.dl-card--android { border-color: var(--green-500); border-bottom-width: 4px; }
.dl-card--ios { border-color: var(--pink-500); border-bottom-width: 4px; }
.dl-card--pc { border-color: var(--sky-500); border-bottom-width: 4px; }
.dl-icon { font-size: 36px; line-height: 40px; margin-bottom: 16px; }
@media (min-width: 768px) { .dl-icon { font-size: 48px; line-height: 48px; } }
.dl-title { font-size: 18px; line-height: 28px; font-weight: 900; margin-bottom: 8px; text-transform: uppercase; }
@media (min-width: 768px) { .dl-title { font-size: 20px; } }
.dl-desc { font-size: 10px; line-height: 1.625; color: var(--slate-400); margin-bottom: 20px; font-style: italic; }
@media (min-width: 768px) { .dl-desc { font-size: 12px; line-height: 16px; } }
.dl-btn {
  display: block; width: 100%; padding: 12px 0; border-radius: 12px; font-weight: 900;
  text-transform: uppercase; font-size: 10px; line-height: 15px; color: #fff; text-align: center;
  transition: all .15s var(--ease);
}
@media (min-width: 768px) { .dl-btn { font-size: 12px; line-height: 16px; } }
.dl-btn--android { background-color: var(--green-600); box-shadow: 0 5px 15px rgba(34,197,94,.3); }
.dl-btn--android:hover { background-color: var(--green-500); }
.dl-btn--ios { background-color: var(--pink-600); box-shadow: 0 5px 15px rgba(236,72,153,.3); }
.dl-btn--ios:hover { background-color: var(--pink-500); }
.dl-btn--pc { background-color: var(--sky-600); box-shadow: 0 5px 15px rgba(14,165,233,.3); }
.dl-btn--pc:hover { background-color: var(--sky-500); }

/* ---------- banner ---------- */
.banner-section { margin-bottom: 48px; }
.banner-frame { width: 100%; overflow: hidden; border-radius: 30px; box-shadow: var(--shadow-2xl); border: 1px solid var(--w10); }
@media (min-width: 768px) { .banner-frame { border-radius: 40px; } }
.banner-frame img { width: 100%; height: auto; display: block; }

/* ---------- shared section rhythm ---------- */
.section-mb16 { margin-bottom: 64px; }
.section-mb10 { margin-bottom: 40px; }

.h-section {
  font-size: 24px; line-height: 32px; font-weight: 900; text-transform: uppercase;
  margin-bottom: 40px; text-align: center;
}
@media (min-width: 768px) { .h-section { font-size: 30px; line-height: 36px; } }
.h-section.is-tight { letter-spacing: -.05em; }

/* ---------- why choose ---------- */
.why-card { padding: 40px; border-radius: 40px; border-left-width: 8px; border-color: var(--pink-500); }
@media (min-width: 768px) { .why-card { padding: 48px; border-radius: 50px; } }
.why-title { font-size: 24px; line-height: 32px; font-weight: 900; margin-bottom: 16px; text-transform: uppercase; letter-spacing: -.05em; }
@media (min-width: 768px) { .why-title { font-size: 30px; line-height: 36px; } }
.why-desc { font-size: 12px; line-height: 16px; color: var(--slate-400); margin-bottom: 32px; font-style: italic; }
@media (min-width: 768px) { .why-desc { font-size: 14px; line-height: 20px; } }
.why-grid { display: grid; grid-template-columns: 1fr; gap: 24px; }
@media (min-width: 768px) { .why-grid { grid-template-columns: 1fr 1fr; gap: 32px; } }
.why-item { display: flex; gap: 16px; }
.why-check {
  width: 40px; height: 40px; background-color: rgba(236, 72, 153, .1); border-radius: 12px;
  display: flex; align-items: center; justify-content: center; color: var(--pink-500);
  font-weight: 900; font-size: 18px; line-height: 28px; flex-shrink: 0;
}
@media (min-width: 768px) { .why-check { width: 48px; height: 48px; border-radius: 16px; font-size: 20px; } }
.why-item-title { font-size: 14px; line-height: 20px; font-weight: 900; color: #fff; text-transform: uppercase; margin-bottom: 4px; }
@media (min-width: 768px) { .why-item-title { font-size: 16px; line-height: 24px; } }
.why-item-text { font-size: 10px; line-height: 1.625; color: var(--slate-400); }
@media (min-width: 768px) { .why-item-text { font-size: 14px; line-height: 20px; } }

/* ---------- comparison table ---------- */
.table-wrap { overflow-x: auto; border-radius: 30px; border: 1px solid var(--w10); }
@media (min-width: 768px) { .table-wrap { border-radius: 40px; } }
.cmp-table { width: 100%; text-align: left; }
.cmp-table thead tr { background-color: var(--w05); }
.cmp-table thead th {
  padding: 16px; font-weight: 900; text-transform: uppercase; font-size: 10px; line-height: 15px;
  letter-spacing: .1em; color: var(--pink-500);
}
@media (min-width: 768px) { .cmp-table thead th { padding: 24px; font-size: 12px; line-height: 16px; } }
.cmp-table tbody tr { border-top: 1px solid var(--w05); transition: background-color .15s var(--ease); }
.cmp-table tbody tr:hover { background-color: var(--w05); }
.cmp-table td, .cmp-table tbody th { padding: 16px; font-size: 12px; line-height: 16px; }
@media (min-width: 768px) { .cmp-table td, .cmp-table tbody th { padding: 24px; font-size: 14px; line-height: 20px; } }
.cmp-feature { font-weight: 700; color: var(--slate-300); }
.cmp-good { font-weight: 900; color: var(--green-400); }
.cmp-bad { font-weight: 900; color: var(--red-400); }

/* ---------- version cards ---------- */
.ver-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 768px) { .ver-grid { grid-template-columns: repeat(3, 1fr); gap: 24px; } }
.ver-card { padding: 24px; border-radius: 30px; border-color: var(--indigo-500); border-bottom-width: 4px; text-align: center; }
@media (min-width: 768px) { .ver-card { padding: 32px; border-radius: 40px; } }
.ver-name { font-size: 14px; line-height: 20px; font-weight: 900; color: #fff; text-transform: uppercase; margin-bottom: 12px; }
@media (min-width: 768px) { .ver-name { font-size: 16px; line-height: 24px; margin-bottom: 16px; } }
.ver-meta { font-size: 10px; line-height: 15px; color: var(--slate-400); font-weight: 700; text-transform: uppercase; }
@media (min-width: 768px) { .ver-meta { font-size: 12px; line-height: 16px; } }
.ver-meta > * + * { margin-top: 4px; }
@media (min-width: 768px) { .ver-meta > * + * { margin-top: 8px; } }
.ver-meta span { color: var(--pink-500); }

/* ---------- panels (games / reviews / about) ---------- */
.panel { padding: 32px; border-radius: 40px; border-top-width: 8px; box-shadow: var(--shadow-2xl); }
@media (min-width: 768px) { .panel { padding: 56px; } }
.panel--games { border-color: var(--pink-500); margin-bottom: 64px; }
@media (min-width: 768px) { .panel--games { border-radius: 50px; } }
.panel--reviews { border-color: var(--blue-500); margin-bottom: 64px; }
@media (min-width: 768px) { .panel--reviews { border-radius: 60px; } }
.panel--about { border-color: var(--pink-500); }
@media (min-width: 768px) { .panel--about { border-radius: 60px; } }

.h-panel {
  font-size: 24px; line-height: 32px; font-weight: 900; text-align: center; margin-bottom: 48px;
  text-transform: uppercase; letter-spacing: -.05em;
}
@media (min-width: 768px) { .h-panel { font-size: 30px; line-height: 36px; } }

/* ---------- games ---------- */
.games-list { display: grid; grid-template-columns: 1fr; gap: 16px; margin-bottom: 40px; }
@media (min-width: 768px) { .games-list { gap: 24px; } }
.game-item {
  background-color: var(--w05); padding: 20px; border-radius: 25px; border: 1px solid var(--w05);
  display: flex; flex-direction: column; align-items: center; gap: 24px; transition: all .15s var(--ease);
}
@media (min-width: 768px) { .game-item { padding: 32px; border-radius: 30px; flex-direction: row; gap: 32px; } }
.game-item:hover { border-color: rgba(236, 72, 153, .3); }
.game-thumb {
  width: 64px; height: 64px; border-radius: 20px; object-fit: cover; flex-shrink: 0;
  background-image: linear-gradient(to bottom right, var(--pink-500), var(--purple-800));
  transition: transform .15s var(--ease);
}
@media (min-width: 768px) { .game-thumb { width: 80px; height: 80px; border-radius: 25px; } }
.game-item:hover .game-thumb { transform: scale(1.1); }
.game-body { flex: 1 1 0%; text-align: center; }
@media (min-width: 768px) { .game-body { text-align: left; } }
.game-name { font-weight: 900; color: #fff; text-transform: uppercase; margin-bottom: 4px; font-size: 18px; line-height: 28px; }
@media (min-width: 768px) { .game-name { margin-bottom: 8px; font-size: 20px; } }
.game-meta {
  font-size: 10px; line-height: 15px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em;
  margin-bottom: 12px; display: flex; flex-wrap: wrap; justify-content: center; gap: 16px;
}
@media (min-width: 768px) { .game-meta { font-size: 12px; line-height: 16px; justify-content: flex-start; } }
.game-rtp { color: var(--green-400); }
.game-win { color: var(--pink-400); }
.game-desc { font-size: 10px; line-height: 1.625; color: var(--slate-400); font-style: italic; }
@media (min-width: 768px) { .game-desc { font-size: 14px; line-height: 20px; } }

.center-row { display: flex; justify-content: center; }
.btn-play {
  display: inline-block; padding: 20px 48px;
  background-image: linear-gradient(to right, var(--pink-500), var(--indigo-700));
  border-radius: 9999px; font-weight: 900; font-size: 18px; line-height: 28px; color: #fff;
  text-transform: uppercase; letter-spacing: .2em; box-shadow: var(--shadow-xl);
  transition: all .15s var(--ease);
}
@media (min-width: 768px) { .btn-play { padding: 24px 64px; font-size: 20px; } }

/* ---------- transactions ---------- */
.trans-block { margin-bottom: 64px; text-align: center; }
.trans-block > * + * { margin-top: 40px; }
.trans-title { font-size: 30px; line-height: 36px; font-weight: 900; color: var(--yellow-400); text-transform: uppercase; letter-spacing: -.05em; }
@media (min-width: 768px) { .trans-title { font-size: 48px; line-height: 48px; } }
.trans-sub { color: var(--pink-300); font-weight: 700; text-transform: uppercase; font-size: 10px; line-height: 15px; letter-spacing: .1em; }
@media (min-width: 768px) { .trans-sub { font-size: 14px; line-height: 20px; } }
.trans-grid { display: grid; grid-template-columns: 1fr; gap: 32px; }
@media (min-width: 768px) { .trans-grid { grid-template-columns: 1fr 1fr; gap: 40px; } }
.trans-card {
  padding: 32px; border-radius: 35px; text-align: left; border: 1px solid var(--w10);
  box-shadow: var(--shadow-2xl); background-color: #0d041a;
  -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
}
@media (min-width: 768px) { .trans-card { padding: 40px; border-radius: 40px; } }
.trans-card-title { font-size: 20px; line-height: 28px; font-weight: 900; color: #fff; text-transform: uppercase; margin-bottom: 8px; }
@media (min-width: 768px) { .trans-card-title { font-size: 24px; line-height: 32px; } }
.trans-badge {
  font-size: 10px; line-height: 15px; color: var(--green-400); border: 1px solid rgba(74, 222, 128, .2);
  padding: 4px 12px; border-radius: 9999px; text-transform: uppercase; font-weight: 900;
}
.trans-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 32px; }
@media (min-width: 768px) { .trans-stats { gap: 24px; } }
.trans-stat { background-color: var(--w05); padding: 16px; border-radius: 16px; border: 1px solid var(--w05); }
@media (min-width: 768px) { .trans-stat { padding: 24px; } }
.stat-label { font-size: 8px; line-height: 12px; color: var(--slate-500); text-transform: uppercase; font-weight: 900; }
@media (min-width: 768px) { .stat-label { font-size: 10px; line-height: 15px; } }
.stat-value { font-size: 20px; line-height: 28px; font-weight: 900; color: var(--pink-400); }
@media (min-width: 768px) { .stat-value { font-size: 24px; line-height: 32px; } }
.trans-foot { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--w05); padding-top: 24px; margin-top: 32px; }
.trans-foot-value { color: var(--green-400); font-weight: 900; text-transform: uppercase; font-size: 10px; line-height: 15px; }
@media (min-width: 768px) { .trans-foot-value { font-size: 16px; line-height: 24px; } }
.text-right { text-align: right; }

/* ---------- FAQ ---------- */
.faq-list { display: grid; grid-template-columns: 1fr; gap: 16px; max-width: 1024px; margin-left: auto; margin-right: auto; }
.faq-item { padding: 20px; border-radius: 20px; border-color: var(--w05); }
@media (min-width: 768px) { .faq-item { padding: 24px; border-radius: 25px; } }
.faq-q { font-weight: 900; color: var(--pink-500); text-transform: uppercase; margin-bottom: 8px; font-size: 12px; line-height: 16px; letter-spacing: -.05em; }
@media (min-width: 768px) { .faq-q { font-size: 14px; line-height: 20px; } }
.faq-a { font-size: 10px; line-height: 1.625; color: var(--slate-400); font-style: italic; }
@media (min-width: 768px) { .faq-a { font-size: 14px; line-height: 20px; } }

/* ---------- trust score ---------- */
.trust-section { display: grid; grid-template-columns: 1fr; gap: 32px; align-items: center; margin-bottom: 40px; }
@media (min-width: 768px) { .trust-section { grid-template-columns: 1fr 1fr; gap: 40px; } }
.trust-left { text-align: center; }
@media (min-width: 768px) { .trust-left { text-align: left; } }
.trust-title { font-size: 30px; line-height: 36px; font-weight: 900; text-transform: uppercase; margin-bottom: 16px; }
@media (min-width: 768px) { .trust-title { font-size: 36px; line-height: 40px; margin-bottom: 24px; } }
.trust-score { font-size: 48px; line-height: 48px; font-weight: 900; color: var(--pink-500); margin-bottom: 8px; }
@media (min-width: 768px) { .trust-score { font-size: 72px; line-height: 72px; } }
.trust-stars { color: var(--yellow-400); font-size: 20px; line-height: 28px; margin-bottom: 16px; }
@media (min-width: 768px) { .trust-stars { font-size: 24px; line-height: 32px; margin-bottom: 24px; } }
.trust-quote { font-size: 12px; line-height: 16px; color: var(--slate-400); font-style: italic; }
@media (min-width: 768px) { .trust-quote { font-size: 14px; line-height: 20px; } }
.trust-bars > * + * { margin-top: 16px; }
@media (min-width: 768px) { .trust-bars > * + * { margin-top: 24px; } }
.bar-head { display: flex; justify-content: space-between; font-size: 10px; line-height: 15px; font-weight: 900; text-transform: uppercase; margin-bottom: 8px; }
@media (min-width: 768px) { .bar-head { font-size: 12px; line-height: 16px; } }
.bar-track { width: 100%; height: 8px; background-color: var(--w05); border-radius: 9999px; overflow: hidden; }
@media (min-width: 768px) { .bar-track { height: 12px; } }
.bar-fill { height: 100%; }

/* ---------- reviews ---------- */
.reviews-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 768px) { .reviews-grid { grid-template-columns: 1fr 1fr; gap: 24px; } }
.review-card {
  background-color: var(--w05); padding: 24px; border-radius: 25px; border: 1px solid var(--w05);
  display: flex; flex-direction: column; justify-content: space-between; transition: background-color .15s var(--ease);
}
@media (min-width: 768px) { .review-card { padding: 32px; border-radius: 35px; } }
.review-card:hover { background-color: var(--w10); }
.review-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
@media (min-width: 768px) { .review-head { margin-bottom: 16px; } }
.review-user { font-size: 10px; line-height: 15px; font-weight: 900; color: var(--pink-400); text-transform: uppercase; }
@media (min-width: 768px) { .review-user { font-size: 12px; line-height: 16px; } }
.review-date { font-size: 8px; line-height: 12px; color: var(--slate-500); }
@media (min-width: 768px) { .review-date { font-size: 10px; line-height: 15px; } }
.review-stars { color: var(--yellow-400); font-size: 10px; line-height: 15px; margin-bottom: 12px; }
@media (min-width: 768px) { .review-stars { font-size: 12px; line-height: 16px; margin-bottom: 16px; } }
.review-text { font-size: 10px; line-height: 1.625; color: var(--slate-300); font-style: italic; }
@media (min-width: 768px) { .review-text { font-size: 14px; line-height: 20px; } }
.h-panel--reviews { margin-bottom: 40px; }
@media (min-width: 768px) { .h-panel--reviews { margin-bottom: 64px; } }

/* ---------- about page ---------- */
.about-wrap { padding-top: 40px; padding-bottom: 40px; }
@media (min-width: 768px) { .about-wrap { padding-top: 80px; padding-bottom: 80px; } }
.panel--about > * + * { margin-top: 40px; }
@media (min-width: 768px) { .panel--about > * + * { margin-top: 64px; } }
.about-title { font-size: 30px; line-height: 36px; font-weight: 900; text-align: center; text-transform: uppercase; letter-spacing: -.05em; }
@media (min-width: 768px) { .about-title { font-size: 36px; line-height: 40px; } }
.about-grid { display: grid; grid-template-columns: 1fr; gap: 32px; color: var(--slate-300); }
@media (min-width: 768px) { .about-grid { grid-template-columns: 1fr 1fr; gap: 48px; } }
.about-col > * + * { margin-top: 24px; }
@media (min-width: 768px) { .about-col > * + * { margin-top: 32px; } }
.about-box { padding: 24px; background-color: var(--w05); border-radius: 30px; border-left-width: 4px; }
@media (min-width: 768px) { .about-box { padding: 32px; border-radius: 40px; } }
.about-box--vision { border-color: var(--indigo-500); }
.about-box--mission { border-color: var(--pink-500); }
.about-box--social { border-color: var(--green-500); }
.about-box--history { border-color: var(--yellow-400); }
.about-box-title { font-size: 14px; line-height: 20px; font-weight: 900; color: #fff; text-transform: uppercase; margin-bottom: 8px; letter-spacing: -.05em; }
@media (min-width: 768px) { .about-box-title { font-size: 16px; line-height: 24px; } }
.about-box-text { font-size: 10px; line-height: 1.625; }
@media (min-width: 768px) { .about-box-text { font-size: 14px; line-height: 20px; } }
.about-p { font-size: 14px; line-height: 1.625; }
@media (min-width: 768px) { .about-p { font-size: 18px; line-height: 28px; } }
.about-back-row { text-align: center; padding-top: 16px; }
.btn-back {
  display: inline-block; padding: 16px 40px; background-color: rgba(236, 72, 153, .1);
  border: 1px solid var(--pink-500); border-radius: 9999px; font-weight: 900;
  text-transform: uppercase; font-size: 14px; line-height: 20px; color: var(--slate-300);
  text-align: center; transition: all .15s var(--ease);
}
.btn-back:hover { background-color: var(--pink-500); }

/* ---------- footer ---------- */
.site-footer { background-color: rgba(0, 0, 0, .8); border-top: 1px solid var(--w05); padding: 40px 16px; }
@media (min-width: 768px) { .site-footer { padding-top: 48px; padding-bottom: 48px; } }
.footer-inner { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 24px; }
@media (min-width: 768px) { .footer-inner { gap: 32px; } }
.footer-logo { height: 32px; width: auto; opacity: .5; filter: grayscale(1); transition: all .15s var(--ease); }
@media (min-width: 768px) { .footer-logo { height: 40px; } }
.footer-logo:hover { filter: grayscale(0); }
.footer-meta { font-size: 8px; line-height: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .3em; color: var(--slate-700); }
@media (min-width: 768px) { .footer-meta { font-size: 10px; line-height: 15px; letter-spacing: .5em; } }
.footer-meta p:first-child { margin-bottom: 8px; }
.footer-legal { text-align: center; font-size: 12px; line-height: 18px; opacity: .7; margin-top: 12px; }
.footer-legal a { text-decoration: none; color: inherit; }

/* <picture> must not become the flex/grid item; the <img> inside is styled. */
picture { display: contents; }
