/*
Theme Name: India Rummy Apps
Version: 1.1.0
Text Domain: india-rummy-apps
*/

:root {
  --header-height: 74px;
  --bg-body: #eef4f6;
  --text-dark: #111827;
  --text-muted: #647386;
  --text-soft: #8a97a8;
  --border: #e5edf4;
  --brand-primary: #0f9f8d;
  --brand-primary-dark: #087060;
  --brand-primary-deep: #0b5b52;
  --brand-secondary: #2dd4bf;
  --brand-surface: #eafffb;
  --brand-surface-border: #9deee3;
  --brand-gradient: linear-gradient(135deg, #2dd4bf 0%, #0f9f8d 45%, #0b5b52 100%);
  --brand-gradient-hero: linear-gradient(135deg, #2dd4bf 0%, #109380 45%, #0b5b52 100%);
  --brand-shadow-soft: rgba(15, 118, 110, .18);
  --brand-shadow: rgba(15, 118, 110, .28);
  --wrap: 820px;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  padding-top: calc(var(--header-height) + 26px);
  overflow-x: hidden;
  background-color: var(--bg-body);
  background-image:
    radial-gradient(ellipse 80% 50% at 10% -10%, rgba(45, 212, 191, .12), transparent),
    radial-gradient(ellipse 60% 40% at 100% 0%, rgba(245, 184, 0, .08), transparent),
    linear-gradient(180deg, #e8eef0 0%, var(--bg-body) 28%);
  background-attachment: fixed;
  color: var(--text-dark);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.55;
}

body.drawer-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

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

button,
input,
textarea,
select {
  font-family: inherit;
}

button {
  border: 0;
  background: none;
  cursor: pointer;
}

/* Header */
.top-navbar {
  position: fixed;
  inset: 0 0 auto;
  z-index: 2000;
  height: var(--header-height);
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  background: rgba(255, 255, 255, .93);
  border-bottom: 1px solid rgba(15, 118, 110, .1);
  box-shadow: 0 4px 20px rgba(11, 18, 32, .04);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.nav-logo {
  width: 43px;
  height: 43px;
  border-radius: 14px;
  overflow: hidden;
  border: 2px solid var(--brand-surface-border);
  box-shadow: 0 4px 14px var(--brand-shadow-soft);
  flex: 0 0 43px;
}

.nav-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nav-titles {
  display: grid;
  gap: 1px;
}

.nav-main-title {
  color: var(--text-dark);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.15;
}

.title-accent {
  color: var(--brand-primary);
}

.nav-sub-title {
  color: var(--text-muted);
  font-size: 9px;
  font-weight: 700;
  white-space: nowrap;
}

.nav-desktop-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex: 1;
}

.nav-desk-link {
  padding: 8px 14px;
  border-radius: 10px;
  color: var(--text-muted);
  font-size: 12px;
  font-weight: 800;
  transition: .2s ease;
}

.nav-desk-link:hover,
.nav-desk-link.is-active {
  color: var(--brand-primary-deep);
  background: var(--brand-surface);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-telegram-pill {
  min-height: 42px;
  padding: 0 15px;
  border-radius: 13px;
  background: var(--brand-gradient);
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .35px;
  text-transform: uppercase;
  box-shadow: 0 8px 20px var(--brand-shadow-soft);
  transition: .2s ease;
}

.nav-telegram-pill:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px var(--brand-shadow);
}

.nav-telegram-pill svg,
.tg-icon {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
}

/* Hamburger */
.action-btn {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--border);
  border-radius: 14px;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .05);
}

.hamburger-btn {
  flex-direction: column;
  gap: 4px;
}

.hamburger-btn span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 99px;
  background: #536176;
}

/* Drawer */
.sidebar-mask {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 2500;
  opacity: 0;
  pointer-events: none;
  background: rgba(11, 18, 32, .42);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  transition: .2s ease;
}

.sidebar-mask.active {
  opacity: 1;
  pointer-events: auto;
}

.right-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3000;
  width: min(370px, 88vw);
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, #fff 0%, #f7f9fa 100%);
  border-left: 1px solid rgba(45, 212, 191, .22);
  box-shadow: -12px 0 40px rgba(11, 18, 32, .1);
  transform: translateX(100%);
  transition: transform .32s cubic-bezier(.2, .8, .2, 1);
}

.right-sidebar.open {
  transform: translateX(0);
}

.sidebar-header {
  height: 76px;
  padding: 0 22px;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sidebar-brand-mini {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sidebar-brand-mini img {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  border: 1px solid var(--brand-surface-border);
}

.sidebar-title {
  color: var(--text-dark);
  font-size: 13px;
  font-weight: 900;
}

.sidebar-title span {
  color: var(--brand-primary);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.close-btn {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: var(--brand-surface);
  border: 1px solid var(--brand-surface-border);
  color: var(--brand-primary-dark);
  font-size: 24px;
  line-height: 1;
}

.sidebar-nav {
  padding: 16px 18px;
  display: grid;
  gap: 8px;
}

.sidebar-section-title {
  margin: 14px 4px 6px;
  padding-top: 12px;
  border-top: 1px dashed #e4ebf2;
  color: #9aa8ba;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.nav-item-row {
  min-height: 46px;
  padding: 0 14px;
  border-radius: 15px;
  color: #5f6d81;
  font-size: 12px;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: .2s ease;
}

.nav-item-row.is-current,
.nav-item-row:hover {
  color: #fff;
  background: var(--brand-gradient);
  box-shadow: 0 12px 26px rgba(15, 118, 110, .18);
}

.menu-icon {
  width: 32px;
  height: 32px;
  border-radius: 11px;
  background: #f3f7fb;
  color: #71839b;
  display: inline-grid;
  place-items: center;
  flex: 0 0 32px;
}

.menu-icon svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nav-item-row.is-current .menu-icon,
.nav-item-row:hover .menu-icon {
  background: rgba(255, 255, 255, .18);
  color: #fff;
}

/* Layout */
.site-main {
  min-height: 70vh;
}

.home-shell,
.home-container,
.page-container,
.site-wrap,
.section,
.layout {
  width: min(var(--wrap), calc(100% - 44px));
  margin: 0 auto;
}

/* Homepage */
.home-main {
  min-height: 100vh;
}

.home-banner-link {
  display: block;
  width: 100%;
  margin: 0 auto 22px;
  border-radius: 18px;
  overflow: hidden;
  background: transparent !important;
  box-shadow: 0 18px 44px rgba(16, 24, 39, .14);
}

.home-banner-img,
.home-banner-link img {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 5.35;
  object-fit: cover;
  object-position: center;
  border-radius: 18px !important;
  background: transparent !important;
}

.home-intro,
.home-heading {
  margin-bottom: 16px;
}

.home-intro h1,
.home-heading h1 {
  margin: 0 0 8px;
  color: var(--text-dark);
  font-size: 18px;
  line-height: 1.22;
  font-weight: 900;
  letter-spacing: -.25px;
}

.home-intro p,
.home-heading p {
  margin: 0;
  color: var(--text-muted);
  font-size: 12px;
  line-height: 1.7;
  font-weight: 700;
}

.home-tools {
  margin-bottom: 16px;
}

.home-search-box,
.search-box {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  margin: 14px 0;
  padding: 0 16px;
  border: 1px solid #e0e8f0;
  border-radius: 15px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 12px 28px rgba(16,24,39,.07);
}

.home-search-box svg {
  width: 19px;
  height: 19px;
  margin-right: 12px;
  stroke: #94a7c4;
  stroke-width: 2.6;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-search-input,
.search-box input {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--text-dark);
  font-size: 12px;
  font-weight: 700;
}

.home-search-input::placeholder,
.search-box input::placeholder {
  color: #94a3b8;
}

.tab-switcher {
  width: min(420px, 100%);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  margin: 0 0 14px;
  padding: 5px;
  border-radius: 17px;
  background: #e2e8ee;
}

.tab-btn {
  min-height: 40px;
  border-radius: 13px;
  color: var(--text-muted);
  display: grid;
  place-items: center;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .35px;
  text-transform: uppercase;
  transition: .2s ease;
}

.tab-btn.active,
.tab-btn:hover {
  background: var(--brand-gradient-hero);
  color: #fff;
  box-shadow: 0 6px 16px rgba(15,118,110,.22);
}

.cat-strip {
  display: flex;
  gap: 9px;
  margin: 0 0 16px;
  overflow-x: auto;
  scrollbar-width: none;
}

.cat-strip::-webkit-scrollbar {
  display: none;
}

.cat-chip {
  min-height: 35px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.96);
  border: 1px solid #e3eaf1;
  color: #5f6d81;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 850;
  white-space: nowrap;
  box-shadow: 0 7px 18px rgba(16,24,39,.06);
  transition: .2s ease;
}

.cat-chip.active,
.cat-chip:hover {
  background: var(--brand-primary-deep);
  border-color: var(--brand-primary-deep);
  color: #fff;
}

.app-list-wrap,
.app-list-panel {
  border-radius: 18px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(16,24,39,.10);
}

.app-list-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 104px;
  gap: 12px;
  align-items: center;
  padding: 10px 14px;
  border-bottom: 1px solid #eef2f5;
  background: linear-gradient(90deg, rgba(255,250,236,.48), #fff 30%);
}

.app-list-card:nth-child(even) {
  background: #fff;
}

.app-list-card:last-child {
  border-bottom: 0;
}

.app-list-card-link {
  min-width: 0;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
}

.list-icon-box {
  width: 48px;
  height: 48px;
  border-radius: 13px;
  overflow: hidden;
  background: linear-gradient(135deg, #073b31, #11b895);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 18px;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(7,91,80,.14);
}

.list-icon-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.app-name-title {
  margin: 0 0 3px;
  color: var(--text-dark);
  font-size: 14px;
  line-height: 1.22;
  font-weight: 900;
  letter-spacing: -.15px;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.status-badge {
  padding: 1px 6px;
  border-radius: 999px;
  background: #fff2cf;
  color: #c36a00;
  font-size: 8px;
  font-weight: 900;
}

.list-meta-line {
  margin: 0;
  color: var(--text-muted);
  font-size: 11px;
  line-height: 1.38;
  font-weight: 700;
}

.list-meta-line strong:first-of-type {
  color: var(--brand-primary-dark);
}

.list-meta-line strong {
  color: var(--text-dark);
}

.list-action-btn {
  width: 104px;
  min-height: 38px;
  border-radius: 11px;
  padding: 0 10px;
  background: var(--brand-primary-deep);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  transition: .2s ease;
}

.list-action-btn:hover {
  background: var(--brand-primary);
}

.list-action-btn svg {
  width: 13px;
  height: 13px;
  stroke: currentColor;
  stroke-width: 2.5;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.empty-app-state {
  width: min(var(--wrap), calc(100% - 44px));
  margin: 30px auto 0;
  padding: 26px;
  border-radius: 18px;
  background: rgba(255,255,255,.82);
}

.empty-app-state h2 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 900;
}

.empty-app-state p {
  margin: 0;
  color: var(--text-muted);
  font-size: 12px;
  font-weight: 650;
}

/* Home Content */
.home-about-block,
.home-faq-section,
.home-faq-block {
  width: min(var(--wrap), calc(100% - 44px));
  margin: 30px auto 0;
}

.home-about-block {
  padding-top: 24px;
  border-top: 1px solid rgba(148,163,184,.28);
}

.home-about-block h2,
.home-faq-section h2,
.home-faq-block h2 {
  margin: 0 0 15px;
  color: var(--text-dark);
  font-size: 18px;
  line-height: 1.22;
  font-weight: 900;
  letter-spacing: -.25px;
}

.home-about-block p {
  margin: 0 0 17px;
  color: var(--text-muted);
  font-size: 12px;
  line-height: 1.75;
  font-weight: 700;
}

.home-about-block a {
  color: var(--brand-primary-dark);
  font-weight: 900;
  text-decoration: underline;
}

.important-notice,
.notice-box {
  margin: 22px 0;
  padding: 16px 18px;
  border: 1px solid #f7c982;
  border-radius: 16px;
  background: #fff7ed;
  color: #9a3412;
}

.important-notice > strong,
.notice-box h3 {
  display: block;
  margin: 0 0 10px;
  color: #c2410c;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.important-notice p,
.notice-box p {
  margin: 0 0 12px;
  color: #9a3412;
  font-size: 12px;
  line-height: 1.7;
}

.important-notice p:last-child,
.notice-box p:last-child {
  margin-bottom: 0;
}

/* FAQ */
.section-title-with-icon,
.home-faq-block h2 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.section-icon,
.home-faq-block h2 span {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background: var(--brand-surface);
  color: var(--brand-primary-dark);
  border: 1px solid var(--brand-surface-border);
  display: inline-grid;
  place-items: center;
  flex: 0 0 30px;
}

.section-icon svg {
  width: 17px;
  height: 17px;
  stroke: currentColor;
  stroke-width: 2.25;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.faq-list,
.home-faq-block {
  border-top: 1px solid rgba(148,163,184,.28);
}

.faq-item,
.home-faq-block details {
  border-bottom: 1px solid rgba(148,163,184,.28);
}

.faq-item summary,
.home-faq-block summary {
  min-height: 52px;
  list-style: none;
  cursor: pointer;
  color: var(--text-dark);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 850;
}

.faq-item summary::-webkit-details-marker,
.home-faq-block summary::-webkit-details-marker {
  display: none;
}

.faq-question-icon {
  width: 28px;
  height: 28px;
  border-radius: 10px;
  background: #f3f7fb;
  border: 1px solid #e5edf4;
  color: #71839b;
  display: inline-grid;
  place-items: center;
  flex: 0 0 28px;
}

.faq-question-icon svg {
  width: 15px;
  height: 15px;
  stroke: currentColor;
  stroke-width: 2.25;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.faq-item summary::after,
.home-faq-block summary::after {
  content: "";
  width: 9px;
  height: 9px;
  margin-left: auto;
  border-right: 2px solid #94a3b8;
  border-bottom: 2px solid #94a3b8;
  transform: rotate(45deg);
  transition: .2s ease;
  flex: 0 0 auto;
}

.faq-item[open] summary::after,
.home-faq-block details[open] summary::after {
  transform: rotate(225deg);
}

.faq-item p,
.home-faq-block details p {
  margin: 0;
  padding: 0 4px 16px 40px;
  color: var(--text-muted);
  font-size: 12px;
  line-height: 1.7;
  font-weight: 700;
}

/* Breadcrumb */
.ira-breadcrumb,
.breadcrumb-line {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  margin: 0 0 18px;
  padding: 7px 11px 7px 8px;
  border: 1px solid rgba(125, 211, 190, .42);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255,255,255,.92), rgba(240,253,250,.78));
  box-shadow: 0 12px 30px rgba(15,23,42,.05), inset 0 1px 0 rgba(255,255,255,.9);
  backdrop-filter: blur(16px);
  color: #64748b;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
}

.ira-breadcrumb a,
.breadcrumb-line a {
  color: #64748b;
}

.bread-home-icon {
  width: 22px;
  height: 22px;
  border-radius: 9px;
  background: radial-gradient(circle at 30% 25%, rgba(255,255,255,.5), transparent 34%), linear-gradient(135deg, #2dd4bf 0%, #0f766e 100%);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.bread-home-icon svg,
.bread-sep svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  stroke-width: 2.35;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bread-current {
  color: #04786f;
  font-weight: 900;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Single App */
.single-app-hero,
.info-panel,
.content-box,
.glass-card,
.seo-card {
  border-radius: 22px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 18px 44px rgba(16,24,39,.10);
}

.single-app-hero {
  text-align: center;
  padding: 30px 24px 24px;
}

.single-app-icon {
  width: 88px;
  height: 88px;
  margin: 0 auto 16px;
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(135deg, #073b31, #11b895);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 32px;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(7,91,80,.18);
}

.single-app-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-app-hero h1 {
  margin: 0 0 14px;
  color: var(--text-dark);
  font-size: 21px;
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: -.35px;
}

.single-tags {
  margin: 0 0 14px;
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.single-tags span {
  min-height: 34px;
  border-radius: 11px;
  padding: 0 12px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  color: #536176;
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  font-weight: 850;
}

.single-tags span:first-child {
  border-color: var(--brand-surface-border);
  background: var(--brand-surface);
  color: var(--brand-primary-deep);
}

.single-app-hero p {
  max-width: 560px;
  margin: 0 auto 18px;
  color: var(--text-muted);
  font-size: 12px;
  line-height: 1.7;
  font-weight: 700;
}

.single-main-download,
.single-sticky-download {
  min-height: 48px;
  border-radius: 15px;
  padding: 0 22px;
  background: var(--brand-gradient);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .4px;
  text-transform: uppercase;
  box-shadow: 0 18px 36px var(--brand-shadow-soft);
}

.single-main-download {
  width: min(420px, 100%);
}

.risk-note {
  margin: 22px 0;
  padding: 13px 0 13px 16px;
  border-left: 3px solid #f2b705;
  color: var(--text-muted);
  font-size: 12px;
  line-height: 1.7;
  font-weight: 700;
}

.risk-note a {
  color: var(--brand-primary-dark);
  text-decoration: underline;
  font-weight: 900;
}

.info-panel,
.content-box,
.glass-card,
.seo-card {
  margin-top: 22px;
  padding: 22px;
}

.info-panel h2,
.content-box h2,
.glass-card h2,
.seo-card h2 {
  margin: 0 0 16px;
  color: var(--text-dark);
  font-size: 18px;
  line-height: 1.2;
  font-weight: 900;
}

.info-panel p,
.info-panel li,
.content-box p,
.glass-card p,
.seo-card p {
  color: var(--text-muted);
  font-size: 12px;
  line-height: 1.75;
  font-weight: 700;
}

.app-info-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 12px;
}

.app-info-table th,
.app-info-table td {
  padding: 11px 0;
  border-bottom: 1px solid #eef2f5;
  text-align: left;
  vertical-align: top;
  font-size: 12px;
}

.app-info-table th {
  width: 42%;
  color: var(--text-dark);
  font-weight: 900;
}

.app-info-table td {
  color: var(--text-muted);
  font-weight: 700;
}

.install-steps {
  padding-left: 20px;
}

.install-steps li {
  margin: 0 0 10px;
}

.single-sticky-download {
  position: fixed;
  left: 50%;
  bottom: 14px;
  z-index: 1800;
  width: min(520px, calc(100% - 28px));
  transform: translateX(-50%);
}

/* Footer */
.pro-footer,
.site-footer {
  margin-top: 52px;
  background: #fff;
  border-top: 4px solid var(--brand-primary-deep);
}

.pro-footer-inner {
  width: min(1500px, calc(100% - 120px));
  margin: 0 auto;
  padding: 58px 0 50px;
  display: grid;
  grid-template-columns: 1.45fr .75fr 1.05fr;
  gap: 82px;
  align-items: start;
}

.pro-footer-logo-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.pro-footer-logo-row img {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  box-shadow: 0 8px 18px rgba(15,118,110,.16);
}

.pro-footer-logo-row strong {
  display: block;
  color: var(--text-dark);
  font-size: 17px;
  font-weight: 900;
}

.pro-footer-logo-row span {
  display: block;
  margin-top: 3px;
  color: var(--brand-primary-dark);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.pro-footer-brand p {
  max-width: 560px;
  margin: 0 0 22px;
  color: #475569;
  font-size: 13px;
  line-height: 1.72;
  font-weight: 650;
}

.pro-footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.pro-footer-btn {
  min-height: 46px;
  border-radius: 14px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .55px;
  text-transform: uppercase;
}

.pro-footer-btn svg,
.pro-status svg,
.mobile-floating-tg svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}

.pro-footer-btn-primary {
  background: var(--brand-surface);
  color: var(--brand-primary-deep);
  border: 1px solid var(--brand-surface-border);
}

.pro-footer-btn-secondary {
  background: #f8fafc;
  color: #0f172a;
  border: 1px solid #e2e8f0;
}

.pro-footer-column h3 {
  margin: 0 0 20px;
  color: #94a3b8;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.pro-footer-column a {
  display: block;
  margin: 0 0 13px;
  color: #475569;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 750;
}

.pro-footer-column a:hover {
  color: var(--brand-primary-dark);
}

.pro-footer-status {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.pro-status {
  width: min(420px, 100%);
  min-height: 44px;
  border-radius: 13px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .55px;
  text-transform: uppercase;
}

.pro-status-secure {
  color: var(--brand-primary-deep);
  background: #effffc;
  border: 1px solid var(--brand-surface-border);
}

.pro-status-warning {
  color: #c05600;
  background: #fffaf0;
  border: 1px solid #f7c982;
}

.pro-status-info {
  color: #475569;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}

.pro-footer-bottom {
  min-height: 64px;
  padding: 0 max(60px, calc((100% - 1500px) / 2));
  background: #f8fafc;
  border-top: 1px solid #e5edf4;
  color: #94a3b8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .45px;
}

.pro-footer-bottom a {
  color: #64748b;
  text-decoration: underline;
}

/* Mobile TG */
.mobile-floating-tg {
  display: none;
}

/* Responsive */
@media (min-width: 769px) {
  .single-sticky-download,
  .mobile-floating-tg {
    display: none !important;
  }
}

@media (max-width: 768px) {
  body {
    padding-top: 0;
  }

  .top-navbar {
    position: relative;
    width: min(520px, calc(100% - 28px));
    height: auto;
    margin: 10px auto 14px;
    padding: 14px 16px;
    border-radius: 22px;
    background: rgba(255, 255, 255, .94);
    border: 1px solid rgba(255,255,255,.78);
    box-shadow: 0 22px 58px rgba(16,24,39,.12);
  }

  .nav-logo {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
  }

  .nav-main-title {
    font-size: 15px;
  }

  .nav-desktop-links,
  .nav-telegram-pill {
    display: none;
  }

  .hamburger-btn {
    display: flex;
  }

  .sidebar-mask {
    display: block;
  }

  .right-sidebar {
    width: min(360px, 88vw);
    border-radius: 20px 0 0 20px;
  }

  .home-shell,
  .home-container,
  .page-container,
  .site-wrap,
  .section,
  .layout,
  .home-about-block,
  .home-faq-section,
  .home-faq-block,
  .empty-app-state {
    width: min(520px, calc(100% - 28px));
  }

  .home-banner-img,
  .home-banner-link img {
    aspect-ratio: 16 / 7.1;
    border-radius: 18px !important;
  }

  .tab-switcher {
    width: 100%;
  }

  .app-list-card {
    grid-template-columns: minmax(0, 1fr) 100px;
    padding: 10px 12px;
  }

  .app-list-card-link {
    grid-template-columns: 52px minmax(0, 1fr);
  }

  .list-icon-box {
    width: 48px;
    height: 48px;
  }

  .list-action-btn {
    width: 100px;
    min-height: 38px;
    font-size: 10px;
  }

  .single-app-hero {
    padding: 28px 20px 22px;
  }

  .single-app-hero h1 {
    font-size: 20px;
  }

  .info-panel,
  .content-box,
  .glass-card,
  .seo-card {
    padding: 20px;
  }

  .pro-footer,
  .site-footer {
    margin-top: 44px;
    border-top: 0;
    padding-bottom: 92px;
  }

  .pro-footer-inner {
    width: min(520px, calc(100% - 32px));
    padding: 34px 0 0;
    display: block;
  }

  .pro-footer-actions {
    display: grid;
    gap: 11px;
    margin-bottom: 28px;
  }

  .pro-footer-btn {
    width: max-content;
    min-height: 44px;
    font-size: 10px;
  }

  .pro-footer-column {
    margin-top: 26px;
  }

  .pro-footer-bottom {
    display: none;
  }

  .mobile-floating-tg {
    position: fixed;
    left: 50%;
    bottom: 10px;
    z-index: 1800;
    width: min(520px, calc(100% - 28px));
    min-height: 54px;
    transform: translateX(-50%);
    border-radius: 16px;
    background: var(--brand-gradient);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    box-shadow: 0 18px 36px var(--brand-shadow-soft);
  }
}

@media (max-width: 460px) {
  .app-list-card {
    grid-template-columns: 1fr;
  }

  .list-action-btn {
    width: calc(100% - 54px);
    margin-left: 54px;
  }

  .home-intro h1,
  .home-heading h1 {
    font-size: 17px;
  }
}
.blog-list {
  margin-top: 22px;
  display: grid;
  gap: 16px;
}

.blog-card {
  overflow: hidden;
  border-radius: 18px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 18px 44px rgba(16,24,39,.08);
}

.blog-card a {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  color: inherit;
}

.blog-card-thumb {
  min-height: 150px;
  background: #e2e8f0;
}

.blog-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-card-body {
  padding: 18px;
}

.blog-card-body h2 {
  margin: 0 0 8px;
  color: var(--text-dark);
  font-size: 17px;
  line-height: 1.28;
  font-weight: 900;
}

.blog-card-body p {
  margin: 0 0 12px;
  color: var(--text-muted);
  font-size: 12px;
  line-height: 1.7;
  font-weight: 700;
}

.blog-card-body span {
  color: var(--brand-primary-dark);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.blog-pagination {
  margin-top: 22px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.blog-pagination .page-numbers {
  min-width: 36px;
  height: 36px;
  padding: 0 12px;
  border-radius: 11px;
  background: #fff;
  border: 1px solid #e2e8f0;
  color: #64748b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 900;
}

.blog-pagination .page-numbers.current {
  background: var(--brand-primary-deep);
  color: #fff;
  border-color: var(--brand-primary-deep);
}

@media (max-width: 640px) {
  .blog-card a {
    grid-template-columns: 1fr;
  }

  .blog-card-thumb {
    min-height: 170px;
  }

  .blog-card-body h2 {
    font-size: 15px;
  }
}
/* Blog Index Page */
.blog-page {
  padding-bottom: 20px;
}

.blog-hero-card {
  margin-bottom: 22px;
  padding: 28px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 88% 12%, rgba(45, 212, 191, .16), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(240,253,250,.84));
  box-shadow: 0 18px 44px rgba(16,24,39,.08);
}

.blog-hero-badge {
  width: max-content;
  max-width: 100%;
  min-height: 34px;
  margin-bottom: 16px;
  padding: 0 13px;
  border-radius: 999px;
  border: 1px solid var(--brand-surface-border);
  background: var(--brand-surface);
  color: var(--brand-primary-deep);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .9px;
  text-transform: uppercase;
}

.blog-hero-badge svg,
.blog-card-meta svg,
.blog-card-body strong svg,
.blog-thumb-placeholder svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.blog-hero-badge svg {
  width: 15px;
  height: 15px;
}

.blog-hero-card h1 {
  margin: 0 0 10px;
  color: var(--text-dark);
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -.35px;
}

.blog-hero-card p {
  max-width: 680px;
  margin: 0;
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.75;
  font-weight: 700;
}

.blog-list {
  display: grid;
  gap: 16px;
}

.blog-card {
  overflow: hidden;
  border-radius: 20px;
  background: rgba(255,255,255,.95);
  box-shadow: 0 18px 44px rgba(16,24,39,.08);
  transition: transform .18s ease, box-shadow .18s ease;
}

.blog-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 52px rgba(16,24,39,.11);
}

.blog-card a {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  color: inherit;
}

.blog-card-thumb {
  min-height: 150px;
  background: linear-gradient(135deg, #e8f7f5, #f8fafc);
  overflow: hidden;
}

.blog-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-thumb-placeholder {
  width: 100%;
  height: 100%;
  min-height: 150px;
  display: grid;
  place-items: center;
  color: var(--brand-primary-dark);
}

.blog-thumb-placeholder svg {
  width: 42px;
  height: 42px;
}

.blog-card-body {
  padding: 17px 18px;
}

.blog-card-meta {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  color: #94a3b8;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.blog-card-meta span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.blog-card-meta svg {
  width: 13px;
  height: 13px;
}

.blog-card-body h2 {
  margin: 0 0 8px;
  color: var(--text-dark);
  font-size: 16px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: -.18px;
}

.blog-card-body p {
  margin: 0 0 12px;
  color: var(--text-muted);
  font-size: 12px;
  line-height: 1.72;
  font-weight: 700;
}

.blog-card-body strong {
  color: var(--brand-primary-dark);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.blog-card-body strong svg {
  width: 14px;
  height: 14px;
}

.blog-pagination {
  margin-top: 22px;
}

.blog-pagination .nav-links,
.blog-pagination {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.blog-pagination .page-numbers {
  min-width: 36px;
  height: 36px;
  padding: 0 12px;
  border-radius: 11px;
  background: #fff;
  border: 1px solid #e2e8f0;
  color: #64748b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 900;
}

.blog-pagination .page-numbers.current {
  background: var(--brand-primary-deep);
  color: #fff;
  border-color: var(--brand-primary-deep);
}

@media (max-width: 640px) {
  .blog-hero-card {
    padding: 24px 20px;
    border-radius: 22px;
  }

  .blog-hero-card h1 {
    font-size: 20px;
  }

  .blog-hero-card p {
    font-size: 12px;
  }

  .blog-card a {
    grid-template-columns: 1fr;
  }

  .blog-card-thumb,
  .blog-thumb-placeholder {
    min-height: 165px;
  }

  .blog-card-body h2 {
    font-size: 15px;
  }
}
/* Static Pages: About / Contact / Legal */
.about-page,
.contact-page,
.legal-page {
  padding-bottom: 22px;
}

.about-hero,
.contact-hero,
.legal-hero {
  margin-bottom: 24px;
  padding: 34px 30px;
  border-radius: 26px;
  background:
    radial-gradient(circle at 88% 10%, rgba(45, 212, 191, .18), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(240,253,250,.84));
  box-shadow: 0 18px 44px rgba(16,24,39,.08);
}

.about-kicker,
.contact-kicker,
.legal-kicker {
  width: max-content;
  max-width: 100%;
  min-height: 34px;
  margin-bottom: 16px;
  padding: 0 13px;
  border-radius: 999px;
  border: 1px solid var(--brand-surface-border);
  background: var(--brand-surface);
  color: var(--brand-primary-deep);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .9px;
  text-transform: uppercase;
}

.about-kicker svg,
.contact-kicker svg,
.legal-kicker svg,
.about-card-icon svg,
.contact-card-icon svg,
.legal-card-icon svg,
.legal-check-icon svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about-hero h1,
.contact-hero h1,
.legal-hero h1 {
  max-width: 720px;
  margin: 0 0 12px;
  color: var(--text-dark);
  font-size: 24px;
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: -.45px;
}

.about-hero h1 span,
.contact-hero h1 span,
.legal-hero h1 span {
  color: var(--brand-primary);
}

.about-hero p,
.contact-hero p,
.legal-hero p {
  max-width: 720px;
  margin: 0;
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.8;
  font-weight: 700;
}

.about-grid,
.contact-grid,
.legal-grid {
  display: grid;
  gap: 18px;
}

.about-card,
.contact-card,
.legal-card {
  padding: 24px;
  border-radius: 22px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 18px 44px rgba(16,24,39,.08);
}

.about-card-head,
.contact-card-head,
.legal-card-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.about-card-icon,
.contact-card-icon,
.legal-card-icon {
  width: 38px;
  height: 38px;
  border-radius: 13px;
  background: var(--brand-gradient);
  color: #fff;
  display: inline-grid;
  place-items: center;
  flex: 0 0 38px;
  box-shadow: 0 10px 22px rgba(15,118,110,.18);
}

.about-card h2,
.contact-card h2,
.legal-card h2 {
  margin: 0;
  color: var(--text-dark);
  font-size: 18px;
  line-height: 1.24;
  font-weight: 900;
}

.about-card p,
.contact-card p,
.legal-card p,
.about-card li,
.contact-card li,
.legal-card li {
  color: var(--text-muted);
  font-size: 12px;
  line-height: 1.78;
  font-weight: 700;
}

.about-card p,
.contact-card p,
.legal-card p {
  margin: 0 0 14px;
}

.about-card p:last-child,
.contact-card p:last-child,
.legal-card p:last-child {
  margin-bottom: 0;
}

.about-card ul,
.contact-card ul,
.legal-card ul,
.about-card ol,
.contact-card ol,
.legal-card ol {
  margin: 0;
  padding-left: 18px;
}

.about-card li,
.contact-card li,
.legal-card li {
  margin-bottom: 8px;
}

.about-mini-grid,
.contact-mini-grid,
.legal-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 18px;
}

.about-mini,
.contact-mini,
.legal-mini {
  padding: 18px;
  border-radius: 18px;
  background: rgba(248,250,252,.9);
  border: 1px solid #e2e8f0;
}

.about-mini strong,
.contact-mini strong,
.legal-mini strong {
  display: block;
  margin-bottom: 6px;
  color: var(--text-dark);
  font-size: 13px;
  font-weight: 900;
}

.about-mini span,
.contact-mini span,
.legal-mini span {
  color: var(--text-muted);
  font-size: 11px;
  line-height: 1.65;
  font-weight: 700;
}

/* Contact Page */
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.contact-action-btn {
  min-height: 44px;
  padding: 0 18px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .45px;
  text-transform: uppercase;
}

.contact-action-primary {
  background: var(--brand-gradient);
  color: #fff;
  box-shadow: 0 12px 26px rgba(15,118,110,.18);
}

.contact-action-secondary {
  background: #f8fafc;
  color: #0f172a;
  border: 1px solid #e2e8f0;
}

.contact-action-btn svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-info-list {
  display: grid;
  gap: 12px;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 15px;
  border-radius: 16px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}

.contact-info-item strong {
  display: block;
  margin-bottom: 4px;
  color: var(--text-dark);
  font-size: 12px;
  font-weight: 900;
}

.contact-info-item span,
.contact-info-item a {
  color: var(--text-muted);
  font-size: 12px;
  line-height: 1.6;
  font-weight: 700;
}

/* Legal Pages */
.legal-note {
  margin: 18px 0 0;
  padding: 16px 18px;
  border-radius: 16px;
  border: 1px solid #f7c982;
  background: #fff7ed;
  color: #9a3412;
  font-size: 12px;
  line-height: 1.7;
  font-weight: 700;
}

.legal-note strong {
  color: #c2410c;
  font-weight: 900;
}

.legal-check-list {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.legal-check-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 15px;
  border-radius: 16px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}

.legal-check-icon {
  width: 32px;
  height: 32px;
  border-radius: 11px;
  background: var(--brand-surface);
  color: var(--brand-primary-dark);
  border: 1px solid var(--brand-surface-border);
  display: inline-grid;
  place-items: center;
  flex: 0 0 32px;
}

.legal-check-item strong {
  display: block;
  margin-bottom: 4px;
  color: var(--text-dark);
  font-size: 12px;
  font-weight: 900;
}

.legal-check-item p {
  margin: 0;
  color: var(--text-muted);
  font-size: 12px;
  line-height: 1.68;
  font-weight: 700;
}

.legal-updated {
  margin-top: 18px;
  color: #94a3b8;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .6px;
}

/* Generic page fallback */
.page-content,
.entry-content {
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.8;
  font-weight: 650;
}

.page-content h1,
.entry-content h1 {
  color: var(--text-dark);
  font-size: 24px;
  line-height: 1.2;
  font-weight: 900;
}

.page-content h2,
.entry-content h2 {
  margin: 24px 0 12px;
  color: var(--text-dark);
  font-size: 18px;
  line-height: 1.25;
  font-weight: 900;
}

.page-content h3,
.entry-content h3 {
  margin: 20px 0 10px;
  color: var(--text-dark);
  font-size: 15px;
  line-height: 1.3;
  font-weight: 900;
}

.page-content p,
.entry-content p {
  margin: 0 0 14px;
}

.page-content a,
.entry-content a {
  color: var(--brand-primary-dark);
  font-weight: 900;
  text-decoration: underline;
}

/* 404 Page */
.error-404 {
  text-align: center;
  padding: 42px 26px;
  border-radius: 24px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 18px 44px rgba(16,24,39,.08);
}

.error-404 h1 {
  margin: 0 0 10px;
  color: var(--text-dark);
  font-size: 34px;
  font-weight: 900;
}

.error-404 p {
  margin: 0 auto 20px;
  max-width: 520px;
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.75;
  font-weight: 700;
}

.error-404 a {
  min-height: 44px;
  padding: 0 18px;
  border-radius: 14px;
  background: var(--brand-gradient);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

/* Mobile static pages */
@media (max-width: 768px) {
  .about-hero,
  .contact-hero,
  .legal-hero {
    padding: 28px 22px;
    border-radius: 24px;
  }

  .about-hero h1,
  .contact-hero h1,
  .legal-hero h1 {
    font-size: 21px;
  }

  .about-mini-grid,
  .contact-mini-grid,
  .legal-mini-grid {
    grid-template-columns: 1fr;
  }

  .about-card,
  .contact-card,
  .legal-card {
    padding: 21px;
  }

  .contact-actions {
    display: grid;
  }

  .contact-action-btn {
    width: max-content;
  }
}
/* About Us Page - match current template */
.about-page {
  padding-bottom: 24px;
}

.about-hero-card {
  margin-bottom: 24px;
  padding: 34px 30px;
  border-radius: 26px;
  background:
    radial-gradient(circle at 88% 10%, rgba(45, 212, 191, .18), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(240,253,250,.86));
  box-shadow: 0 18px 44px rgba(16,24,39,.08);
}

.about-label {
  width: max-content;
  max-width: 100%;
  min-height: 34px;
  margin: 0 0 17px;
  padding: 0 13px;
  border-radius: 999px;
  border: 1px solid var(--brand-surface-border);
  background: var(--brand-surface);
  color: var(--brand-primary-deep);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .9px;
  text-transform: uppercase;
}

.about-label span,
.about-content-card h2 span,
.about-mini-card > span {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
}

.about-label span {
  width: 18px;
  height: 18px;
  color: var(--brand-primary-deep);
}

.about-label svg,
.about-content-card h2 svg,
.about-mini-card svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about-hero-card h1 {
  max-width: 720px;
  margin: 0 0 14px;
  color: var(--text-dark);
  font-size: 24px;
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: -.45px;
}

.about-hero-card h1 strong {
  color: var(--brand-primary);
  font-weight: 900;
}

.about-hero-card p {
  max-width: 720px;
  margin: 0;
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.8;
  font-weight: 700;
}

.about-content-card {
  margin-top: 22px;
  padding: 24px;
  border-radius: 22px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 18px 44px rgba(16,24,39,.08);
}

.about-content-card h2 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 15px;
  color: var(--text-dark);
  font-size: 18px;
  line-height: 1.24;
  font-weight: 900;
}

.about-content-card h2 span {
  width: 38px;
  height: 38px;
  border-radius: 13px;
  background: var(--brand-gradient);
  color: #fff;
  box-shadow: 0 10px 22px rgba(15,118,110,.18);
}

.about-content-card h2 svg {
  width: 18px;
  height: 18px;
}

.about-content-card p {
  margin: 0 0 15px;
  color: var(--text-muted);
  font-size: 12px;
  line-height: 1.78;
  font-weight: 700;
}

.about-content-card p:last-child {
  margin-bottom: 0;
}

.about-content-card strong {
  color: var(--text-dark);
  font-weight: 900;
}

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

.about-mini-card {
  padding: 20px 18px;
  border-radius: 20px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 18px 44px rgba(16,24,39,.07);
}

.about-mini-card > span {
  width: 38px;
  height: 38px;
  margin-bottom: 14px;
  border-radius: 13px;
  background: var(--brand-surface);
  color: var(--brand-primary-dark);
  border: 1px solid var(--brand-surface-border);
}

.about-mini-card h3 {
  margin: 0 0 8px;
  color: var(--text-dark);
  font-size: 14px;
  line-height: 1.3;
  font-weight: 900;
}

.about-mini-card p {
  margin: 0;
  color: var(--text-muted);
  font-size: 12px;
  line-height: 1.68;
  font-weight: 700;
}

.about-notice {
  margin-top: 24px;
  padding: 22px;
  border-radius: 20px;
  border: 1px solid #f7c982;
  background: #fff7ed;
  color: #9a3412;
}

.about-notice h2 {
  margin: 0 0 12px;
  color: #c2410c;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 900;
}

.about-notice p {
  margin: 0 0 16px;
  color: #9a3412;
  font-size: 12px;
  line-height: 1.75;
  font-weight: 700;
}

.about-notice a {
  min-height: 42px;
  padding: 0 16px;
  border-radius: 13px;
  background: var(--brand-gradient);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 12px 26px rgba(15,118,110,.18);
}

@media (max-width: 768px) {
  .about-hero-card {
    padding: 28px 22px;
    border-radius: 24px;
  }

  .about-hero-card h1 {
    font-size: 21px;
  }

  .about-hero-card p {
    font-size: 12px;
  }

  .about-content-card {
    padding: 21px;
  }

  .about-grid {
    grid-template-columns: 1fr;
  }
}
/* Contact Us Page - match current template */
.contact-page {
  padding-bottom: 24px;
}

.contact-hero-card {
  margin-bottom: 24px;
  padding: 34px 30px;
  border-radius: 26px;
  background:
    radial-gradient(circle at 88% 10%, rgba(45, 212, 191, .18), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(240,253,250,.86));
  box-shadow: 0 18px 44px rgba(16,24,39,.08);
}

.contact-label {
  width: max-content;
  max-width: 100%;
  min-height: 34px;
  margin: 0 0 17px;
  padding: 0 13px;
  border-radius: 999px;
  border: 1px solid var(--brand-surface-border);
  background: var(--brand-surface);
  color: var(--brand-primary-deep);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .9px;
  text-transform: uppercase;
}

.contact-label span,
.contact-card > span {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
}

.contact-label span {
  width: 18px;
  height: 18px;
  color: var(--brand-primary-deep);
}

.contact-label svg,
.contact-btn svg,
.contact-card svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-label svg {
  width: 16px;
  height: 16px;
}

.contact-hero-card h1 {
  max-width: 720px;
  margin: 0 0 12px;
  color: var(--text-dark);
  font-size: 24px;
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: -.45px;
}

.contact-hero-card p {
  max-width: 720px;
  margin: 0;
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.8;
  font-weight: 700;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.contact-btn {
  min-height: 44px;
  padding: 0 18px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .45px;
  text-transform: uppercase;
  transition: .18s ease;
}

.contact-btn svg {
  width: 17px;
  height: 17px;
}

.contact-btn-primary {
  background: var(--brand-gradient);
  color: #fff;
  box-shadow: 0 12px 26px rgba(15,118,110,.18);
}

.contact-btn-secondary {
  background: #f8fafc;
  color: #0f172a;
  border: 1px solid #e2e8f0;
}

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

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

.contact-card {
  padding: 20px 18px;
  border-radius: 20px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 18px 44px rgba(16,24,39,.07);
}

.contact-card > span {
  width: 38px;
  height: 38px;
  margin-bottom: 14px;
  border-radius: 13px;
  background: var(--brand-surface);
  color: var(--brand-primary-dark);
  border: 1px solid var(--brand-surface-border);
}

.contact-card svg {
  width: 18px;
  height: 18px;
}

.contact-card h2 {
  margin: 0 0 8px;
  color: var(--text-dark);
  font-size: 14px;
  line-height: 1.3;
  font-weight: 900;
}

.contact-card p {
  margin: 0;
  color: var(--text-muted);
  font-size: 12px;
  line-height: 1.68;
  font-weight: 700;
}

.contact-panel {
  margin-top: 24px;
  padding: 24px;
  border-radius: 22px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 18px 44px rgba(16,24,39,.08);
}

.contact-panel h2 {
  margin: 0 0 14px;
  color: var(--text-dark);
  font-size: 18px;
  line-height: 1.24;
  font-weight: 900;
}

.contact-panel ul {
  margin: 0;
  padding-left: 18px;
}

.contact-panel li {
  margin-bottom: 9px;
  color: var(--text-muted);
  font-size: 12px;
  line-height: 1.72;
  font-weight: 700;
}

.contact-panel li:last-child {
  margin-bottom: 0;
}

.contact-notice {
  margin-top: 24px;
  padding: 22px;
  border-radius: 20px;
  border: 1px solid #f7c982;
  background: #fff7ed;
  color: #9a3412;
}

.contact-notice h2 {
  margin: 0 0 12px;
  color: #c2410c;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 900;
}

.contact-notice p {
  margin: 0;
  color: #9a3412;
  font-size: 12px;
  line-height: 1.75;
  font-weight: 700;
}

@media (max-width: 768px) {
  .contact-hero-card {
    padding: 28px 22px;
    border-radius: 24px;
  }

  .contact-hero-card h1 {
    font-size: 21px;
  }

  .contact-hero-card p {
    font-size: 12px;
  }

  .contact-actions {
    display: grid;
  }

  .contact-btn {
    width: max-content;
  }

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

  .contact-panel {
    padding: 21px;
  }
}
/* Breadcrumb - premium clean */
.ira-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  max-width: 100%;
  margin: 0 0 22px;
  padding: 0;
  color: #64748b;
  font-size: 11px;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.ira-breadcrumb a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #64748b;
  text-decoration: none;
  transition: color .18s ease;
}

.ira-breadcrumb a:hover {
  color: var(--brand-primary-dark);
}

.bread-home-icon {
  width: 24px;
  height: 24px;
  border-radius: 9px;
  background:
    radial-gradient(circle at 30% 25%, rgba(255,255,255,.55), transparent 34%),
    linear-gradient(135deg, #2dd4bf 0%, #0f766e 100%);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 16px rgba(15,118,110,.16);
}

.bread-home-icon svg {
  width: 13px;
  height: 13px;
  stroke: currentColor;
  stroke-width: 2.35;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bread-sep {
  width: 15px;
  height: 15px;
  color: #94a3b8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 15px;
}

.bread-sep svg {
  width: 13px;
  height: 13px;
  stroke: currentColor;
  stroke-width: 2.55;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bread-current {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--brand-primary-dark);
  font-weight: 900;
}

@media (max-width: 640px) {
  .ira-breadcrumb {
    margin-bottom: 18px;
    font-size: 10.5px;
    gap: 6px;
  }

  .bread-home-icon {
    width: 23px;
    height: 23px;
    border-radius: 8px;
  }

  .bread-home-icon svg {
    width: 12.5px;
    height: 12.5px;
  }
}
/* Legal Pages - match current templates */
.legal-page {
  padding-bottom: 24px;
}

.legal-hero-card {
  margin-bottom: 24px;
  padding: 34px 30px;
  border-radius: 26px;
  background:
    radial-gradient(circle at 88% 10%, rgba(45, 212, 191, .18), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(240,253,250,.86));
  box-shadow: 0 18px 44px rgba(16,24,39,.08);
}

.legal-label {
  width: max-content;
  max-width: 100%;
  min-height: 34px;
  margin: 0 0 17px;
  padding: 0 13px;
  border-radius: 999px;
  border: 1px solid var(--brand-surface-border);
  background: var(--brand-surface);
  color: var(--brand-primary-deep);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .9px;
  text-transform: uppercase;
}

.legal-label span,
.legal-content-card h2 span {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
}

.legal-label span {
  width: 18px;
  height: 18px;
  color: var(--brand-primary-deep);
}

.legal-label svg,
.legal-content-card h2 svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.legal-label svg {
  width: 16px;
  height: 16px;
}

.legal-hero-card h1 {
  max-width: 720px;
  margin: 0 0 12px;
  color: var(--text-dark);
  font-size: 24px;
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: -.45px;
}

.legal-hero-card p {
  max-width: 720px;
  margin: 0;
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.8;
  font-weight: 700;
}

.legal-content-card {
  margin-top: 22px;
  padding: 24px;
  border-radius: 22px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 18px 44px rgba(16,24,39,.08);
}

.legal-content-card h2 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 15px;
  color: var(--text-dark);
  font-size: 18px;
  line-height: 1.24;
  font-weight: 900;
}

.legal-content-card h2 span {
  width: 38px;
  height: 38px;
  border-radius: 13px;
  background: var(--brand-gradient);
  color: #fff;
  box-shadow: 0 10px 22px rgba(15,118,110,.18);
}

.legal-content-card h2 svg {
  width: 18px;
  height: 18px;
}

.legal-content-card p,
.legal-content-card li {
  color: var(--text-muted);
  font-size: 12px;
  line-height: 1.78;
  font-weight: 700;
}

.legal-content-card p {
  margin: 0 0 15px;
}

.legal-content-card p:last-child {
  margin-bottom: 0;
}

.legal-content-card ul,
.legal-content-card ol {
  margin: 0;
  padding-left: 18px;
}

.legal-content-card li {
  margin-bottom: 8px;
}

.legal-notice-card {
  margin-top: 24px;
  padding: 22px;
  border-radius: 20px;
  border: 1px solid #f7c982;
  background: #fff7ed;
  color: #9a3412;
}

.legal-notice-card h2 {
  margin: 0 0 12px;
  color: #c2410c;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 900;
}

.legal-notice-card p {
  margin: 0;
  color: #9a3412;
  font-size: 12px;
  line-height: 1.75;
  font-weight: 700;
}

.legal-footer-card {
  margin-top: 24px;
  padding: 22px;
  border-radius: 20px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 18px 44px rgba(16,24,39,.08);
}

.legal-footer-card h2 {
  margin: 0 0 12px;
  color: var(--text-dark);
  font-size: 16px;
  line-height: 1.3;
  font-weight: 900;
}

.legal-footer-card p {
  margin: 0 0 12px;
  color: var(--text-muted);
  font-size: 12px;
  line-height: 1.75;
  font-weight: 700;
}

.legal-footer-card a {
  min-height: 42px;
  padding: 0 16px;
  border-radius: 13px;
  background: var(--brand-gradient);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 12px 26px rgba(15,118,110,.18);
}

@media (max-width: 768px) {
  .legal-hero-card {
    padding: 28px 22px;
    border-radius: 24px;
  }

  .legal-hero-card h1 {
    font-size: 21px;
  }

  .legal-hero-card p {
    font-size: 12px;
  }

  .legal-content-card {
    padding: 21px;
  }

  .legal-content-card h2 {
    font-size: 17px;
  }
}
/* Single App Detail Fix - append only */
.app-detail-page {
  padding-bottom: 24px;
}

/* Fix huge black SVG inside download buttons */
.single-main-download,
.single-sticky-download {
  gap: 9px;
  overflow: hidden;
}

.single-main-download svg,
.single-sticky-download svg,
.list-action-btn svg {
  width: 16px !important;
  height: 16px !important;
  min-width: 16px !important;
  max-width: 16px !important;
  min-height: 16px !important;
  max-height: 16px !important;
  display: inline-block !important;
  flex: 0 0 16px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2.4 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

/* Make main download button compact and centered */
.single-main-download {
  width: min(420px, 100%) !important;
  min-height: 50px !important;
  padding: 0 22px !important;
  border-radius: 15px !important;
}

/* Avoid content panels looking empty or too tall */
.single-app-hero {
  margin-bottom: 0;
}

.info-panel,
.related-apps-panel {
  margin-top: 22px;
  border-radius: 22px;
  padding: 22px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 18px 44px rgba(16,24,39,.09);
}

.info-panel:empty,
.related-apps-panel:empty {
  display: none;
}

/* Content panel typography */
.app-content-panel .entry-content h2 {
  margin: 22px 0 10px;
  color: var(--text-dark);
  font-size: 17px;
  line-height: 1.25;
  font-weight: 900;
}

.app-content-panel .entry-content h3 {
  margin: 18px 0 8px;
  color: var(--text-dark);
  font-size: 14px;
  line-height: 1.3;
  font-weight: 900;
}

.app-content-panel .entry-content p,
.app-content-panel .entry-content li {
  color: var(--text-muted);
  font-size: 12px;
  line-height: 1.78;
  font-weight: 700;
}

.app-content-panel .entry-content p {
  margin: 0 0 14px;
}

.app-content-panel .entry-content ol,
.app-content-panel .entry-content ul {
  margin: 0 0 14px;
  padding-left: 20px;
}

/* Related apps */
.related-apps-panel h2 {
  margin: 0;
}

.related-head {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.related-icon {
  width: 38px;
  height: 38px;
  border-radius: 13px;
  background: var(--brand-gradient);
  color: #fff;
  display: inline-grid;
  place-items: center;
  flex: 0 0 38px;
  box-shadow: 0 10px 22px rgba(15,118,110,.18);
}

.related-icon svg,
.related-arrow svg {
  width: 18px !important;
  height: 18px !important;
  display: block !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2.25 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.related-head p {
  margin: 4px 0 0;
  color: var(--text-muted);
  font-size: 12px;
  line-height: 1.6;
  font-weight: 700;
}

.related-app-grid {
  display: grid;
  gap: 10px;
}

.related-app-card {
  min-height: 68px;
  padding: 10px 12px;
  border-radius: 16px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 11px;
  transition: .18s ease;
}

.related-app-card:hover {
  background: var(--brand-surface);
  border-color: var(--brand-surface-border);
}

.related-app-icon {
  width: 48px;
  height: 48px;
  border-radius: 13px;
  overflow: hidden;
  background: linear-gradient(135deg, #073b31, #11b895);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 18px;
  font-weight: 900;
}

.related-app-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.related-app-info {
  min-width: 0;
}

.related-app-info strong {
  display: block;
  margin-bottom: 4px;
  color: var(--text-dark);
  font-size: 13px;
  line-height: 1.25;
  font-weight: 900;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.related-app-info small {
  display: block;
  color: var(--text-muted);
  font-size: 11px;
  line-height: 1.45;
  font-weight: 700;
}

.related-arrow {
  color: var(--brand-primary-dark);
  display: inline-grid;
  place-items: center;
}

.related-empty {
  margin: 0;
  color: var(--text-muted);
  font-size: 12px;
  font-weight: 700;
}

/* FAQ panel icon fix */
.faq-panel h2 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.faq-panel h2 span {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background: var(--brand-surface);
  color: var(--brand-primary-dark);
  border: 1px solid var(--brand-surface-border);
  display: inline-grid;
  place-items: center;
  font-size: 17px;
  flex: 0 0 30px;
}

.faq-panel details {
  border-bottom: 1px solid rgba(148,163,184,.28);
}

.faq-panel summary {
  min-height: 54px;
  list-style: none;
  cursor: pointer;
  color: var(--text-dark);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 850;
}

.faq-panel summary::-webkit-details-marker {
  display: none;
}

.faq-panel summary::after {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 2px solid #94a3b8;
  border-bottom: 2px solid #94a3b8;
  transform: rotate(45deg);
  transition: .2s ease;
  flex: 0 0 auto;
}

.faq-panel details[open] summary::after {
  transform: rotate(225deg);
}

.faq-panel details p {
  margin: 0 0 17px;
  color: var(--text-muted);
  font-size: 12px;
  line-height: 1.72;
  font-weight: 700;
}

/* Mobile */
@media (max-width: 768px) {
  .info-panel,
  .related-apps-panel {
    padding: 20px;
  }

  .single-main-download svg,
  .single-sticky-download svg,
  .list-action-btn svg {
    width: 15px !important;
    height: 15px !important;
    min-width: 15px !important;
    max-width: 15px !important;
  }

  .related-app-card {
    grid-template-columns: 46px minmax(0, 1fr) 24px;
  }

  .related-app-icon {
    width: 46px;
    height: 46px;
  }
}
/* =========================================================
   CATEGORY PAGE
   App-style card — same as homepage
   ========================================================= */

.category .blog-page,
.archive.category .blog-page {
  width: min(var(--wrap), calc(100% - 44px));
  margin: 0 auto;
  padding-bottom: 24px;
}

/* Category hero */
.category .blog-hero-card,
.archive.category .blog-hero-card {
  margin-bottom: 18px;
  padding: 24px 22px;
  border-radius: 22px;

  background:
    radial-gradient(
      circle at 90% 10%,
      rgba(45,212,191,.16),
      transparent 34%
    ),
    linear-gradient(
      135deg,
      rgba(255,255,255,.97),
      rgba(240,253,250,.88)
    );

  border: 1px solid rgba(157,238,227,.5);
  box-shadow: 0 18px 44px rgba(16,24,39,.08);
}

.category .blog-hero-card h1,
.archive.category .blog-hero-card h1 {
  margin: 0 0 8px;
  color: var(--text-dark);
  font-size: 21px;
  line-height: 1.2;
  font-weight: 900;
}

.category .blog-hero-card p,
.archive.category .blog-hero-card p {
  margin: 0;
  color: var(--text-muted);
  font-size: 12px;
  line-height: 1.7;
  font-weight: 700;
}


/* =========================================================
   APP STYLE LIST
   ========================================================= */

.category .blog-list,
.archive.category .blog-list {
  margin-top: 0;
  display: grid;
  gap: 12px;
}


/* Main card */
.category .blog-card,
.archive.category .blog-card {
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(16,24,39,.10);

  border: 1px solid rgba(255,255,255,.9);

  transition:
    transform .18s ease,
    box-shadow .18s ease;
}

.category .blog-card:hover,
.archive.category .blog-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 48px rgba(16,24,39,.13);
}


/* =========================================================
   Card Layout
   ========================================================= */

.category .blog-card > a,
.archive.category .blog-card > a {
  min-height: 102px;

  display: grid;
  grid-template-columns: 74px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;

  padding: 14px 14px 14px 18px;

  color: inherit;
}


/* =========================================================
   LEFT ICON / IMAGE
   ========================================================= */

.category .blog-card-thumb,
.archive.category .blog-card-thumb {
  width: 74px;
  height: 74px;
  min-height: 74px;

  overflow: hidden;
  border-radius: 20px;

  background:
    linear-gradient(
      135deg,
      #effffc,
      #e5f7f4
    );

  flex-shrink: 0;
}

.category .blog-card-thumb img,
.archive.category .blog-card-thumb img {
  display: block;

  width: 100%;
  height: 100%;
  min-height: 74px;

  object-fit: cover;
  object-position: center;

  border-radius: inherit;

  transition: transform .25s ease;
}

.category .blog-card:hover .blog-card-thumb img,
.archive.category .blog-card:hover .blog-card-thumb img {
  transform: scale(1.05);
}


/* Placeholder */
.category .blog-thumb-placeholder,
.archive.category .blog-thumb-placeholder {
  width: 100%;
  height: 100%;
  min-height: 74px;

  display: grid;
  place-items: center;

  color: var(--brand-primary-dark);
}

.category .blog-thumb-placeholder svg,
.archive.category .blog-thumb-placeholder svg {
  width: 32px;
  height: 32px;
}


/* =========================================================
   MIDDLE CONTENT
   ========================================================= */

.category .blog-card-body,
.archive.category .blog-card-body {
  min-width: 0;
  padding: 0;

  display: flex;
  flex-direction: column;
  justify-content: center;
}


/* Hide the old meta row */
.category .blog-card-meta,
.archive.category .blog-card-meta {
  order: 2;

  margin: 3px 0 0;

  display: flex;
  align-items: center;
  gap: 6px;

  color: #64748b;

  font-size: 11px;
  line-height: 1.3;
  font-weight: 800;

  text-transform: none;
}

.category .blog-card-meta span,
.archive.category .blog-card-meta span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.category .blog-card-meta svg,
.archive.category .blog-card-meta svg {
  display: none;
}


/* Title */
.category .blog-card-body h2,
.archive.category .blog-card-body h2 {
  order: 1;

  margin: 0;

  color: #111827;

  font-size: 17px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: -.25px;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


/* =========================================================
   EXCERPT
   ========================================================= */

/*
 * 首页这种卡片不需要文章摘要。
 * 隐藏 excerpt，让布局和截图保持一致。
 */

.category .blog-card-body > p,
.archive.category .blog-card-body > p {
  display: none;
}


/* =========================================================
   DOWNLOAD BUTTON
   ========================================================= */

.category .blog-card-body > strong,
.archive.category .blog-card-body > strong {
  order: 3;

  position: absolute;
  right: 14px;
  top: 50%;

  transform: translateY(-50%);

  height: 58px;
  min-width: 155px;

  padding: 0 16px;

  border-radius: 16px;

  background: var(--brand-primary-deep);
  color: #fff;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  font-size: 12px;
  font-weight: 900;
  letter-spacing: .3px;

  text-transform: uppercase;

  box-shadow: 0 10px 22px rgba(15,118,110,.18);

  transition:
    background .18s ease,
    transform .18s ease,
    box-shadow .18s ease;
}

.category .blog-card-body > strong:hover,
.archive.category .blog-card-body > strong:hover {
  background: var(--brand-primary);
  box-shadow: 0 14px 28px rgba(15,118,110,.24);
}


/* Download arrow */
.category .blog-card-body > strong svg,
.archive.category .blog-card-body > strong svg {
  width: 18px;
  height: 18px;

  flex-shrink: 0;
}


/* Make card position reference for button */
.category .blog-card > a,
.archive.category .blog-card > a {
  position: relative;
}


/* =========================================================
   Remove old Read More arrow visual spacing
   ========================================================= */

.category .blog-card-body strong svg path:first-child,
.archive.category .blog-card-body strong svg path:first-child {
  display: none;
}


/* =========================================================
   Pagination
   ========================================================= */

.category .blog-pagination,
.archive.category .blog-pagination {
  margin-top: 18px;
}

.category .blog-pagination .nav-links,
.archive.category .blog-pagination .nav-links {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}

.category .blog-pagination .page-numbers,
.archive.category .blog-pagination .page-numbers {
  min-width: 36px;
  height: 36px;

  padding: 0 12px;

  border-radius: 11px;

  background: #fff;
  border: 1px solid #e2e8f0;

  color: #64748b;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  font-size: 11px;
  font-weight: 900;
}

.category .blog-pagination .page-numbers.current,
.archive.category .blog-pagination .page-numbers.current {
  background: var(--brand-primary-deep);
  color: #fff;
  border-color: var(--brand-primary-deep);
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 768px) {

  .category .blog-page,
  .archive.category .blog-page {
    width: min(var(--wrap), calc(100% - 28px));
  }

  .category .blog-card > a,
  .archive.category .blog-card > a {
    grid-template-columns: 68px minmax(0, 1fr) auto;
    gap: 14px;

    padding: 12px;
  }

  .category .blog-card-thumb,
  .archive.category .blog-card-thumb {
    width: 68px;
    height: 68px;
    min-height: 68px;
    border-radius: 18px;
  }

  .category .blog-card-thumb img,
  .archive.category .blog-card-thumb img {
    min-height: 68px;
  }

  .category .blog-card-body > strong,
  .archive.category .blog-card-body > strong {
    min-width: 125px;
    height: 50px;
    border-radius: 14px;
    font-size: 10px;
  }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 640px) {

  .category .blog-page,
  .archive.category .blog-page {
    width: calc(100% - 24px);
  }

  .category .blog-hero-card,
  .archive.category .blog-hero-card {
    padding: 20px 17px;
    border-radius: 20px;
  }

  .category .blog-hero-card h1,
  .archive.category .blog-hero-card h1 {
    font-size: 19px;
  }

  .category .blog-card > a,
  .archive.category .blog-card > a {
    grid-template-columns: 58px minmax(0, 1fr) auto;
    gap: 11px;

    min-height: 84px;
    padding: 10px;
  }

  .category .blog-card-thumb,
  .archive.category .blog-card-thumb {
    width: 58px;
    height: 58px;
    min-height: 58px;
    border-radius: 16px;
  }

  .category .blog-card-thumb img,
  .archive.category .blog-card-thumb img {
    min-height: 58px;
  }

  .category .blog-card-body h2,
  .archive.category .blog-card-body h2 {
    font-size: 14px;
  }

  .category .blog-card-meta,
  .archive.category .blog-card-meta {
    font-size: 9px;
  }

  .category .blog-card-body > strong,
  .archive.category .blog-card-body > strong {
    position: static;

    transform: none;

    min-width: 92px;
    height: 42px;

    padding: 0 10px;

    border-radius: 13px;

    font-size: 9px;
    gap: 6px;
  }

  .category .blog-card-body > strong svg,
  .archive.category .blog-card-body > strong svg {
    width: 15px;
    height: 15px;
  }
}


/* =========================================================
   VERY SMALL MOBILE
   ========================================================= */

@media (max-width: 400px) {

  .category .blog-card > a,
  .archive.category .blog-card > a {
    grid-template-columns: 52px minmax(0, 1fr) auto;
    gap: 9px;
  }

  .category .blog-card-thumb,
  .archive.category .blog-card-thumb {
    width: 52px;
    height: 52px;
    min-height: 52px;
    border-radius: 14px;
  }

  .category .blog-card-thumb img,
  .archive.category .blog-card-thumb img {
    min-height: 52px;
  }

  .category .blog-card-body h2,
  .archive.category .blog-card-body h2 {
    font-size: 13px;
  }

  .category .blog-card-meta,
  .archive.category .blog-card-meta {
    font-size: 8px;
  }

  .category .blog-card-body > strong,
  .archive.category .blog-card-body > strong {
    min-width: 78px;
    height: 38px;

    padding: 0 8px;

    font-size: 8px;
  }
}
/* =========================================================
   Category App Page
   Use the exact same App Card as Homepage
   ========================================================= */

.category-app-list {
    margin-top: 18px;
}

/* Category page intro */
.category-intro {
    margin-bottom: 18px;
}

/* Keep exactly the same app card as homepage */
.category-app-list .app-list-card {
    display: grid;
}

/* Desktop */
@media (min-width: 769px) {
    .category-app-list .app-list-card {
        grid-template-columns: minmax(0, 1fr) 104px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .category-app-list .app-list-card {
        grid-template-columns: minmax(0, 1fr) 100px;
        padding: 10px 12px;
    }

    .category-app-list .app-list-card-link {
        grid-template-columns: 52px minmax(0, 1fr);
    }

    .category-app-list .list-action-btn {
        width: 100px;
        min-height: 38px;
    }
}
/* Blog Single Post */
.post-detail-page {
  padding-bottom: 24px;
}

.post-detail-card {
  overflow: hidden;
  border-radius: 24px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 18px 44px rgba(16,24,39,.09);
}

.post-detail-header {
  padding: 30px 28px 22px;
  background:
    radial-gradient(circle at 88% 12%, rgba(45,212,191,.14), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(240,253,250,.84));
}

.post-detail-badge {
  width: max-content;
  max-width: 100%;
  min-height: 34px;
  margin-bottom: 16px;
  padding: 0 13px;
  border-radius: 999px;
  border: 1px solid var(--brand-surface-border);
  background: var(--brand-surface);
  color: var(--brand-primary-deep);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.post-detail-badge svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.post-detail-header h1 {
  margin: 0 0 12px;
  color: var(--text-dark);
  font-size: 26px;
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: -.45px;
}

.post-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: #94a3b8;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.post-detail-meta span {
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(226,232,240,.9);
}

.post-detail-thumb {
  max-height: 360px;
  overflow: hidden;
  background: #e2e8f0;
}

.post-detail-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-entry-content {
  padding: 26px 28px 30px;
}

.post-entry-content h2 {
  margin: 26px 0 12px;
  color: var(--text-dark);
  font-size: 19px;
  line-height: 1.28;
  font-weight: 900;
}

.post-entry-content h3 {
  margin: 22px 0 10px;
  color: var(--text-dark);
  font-size: 15px;
  line-height: 1.32;
  font-weight: 900;
}

.post-entry-content p,
.post-entry-content li {
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.85;
  font-weight: 650;
}

.post-entry-content p {
  margin: 0 0 15px;
}

.post-entry-content ul,
.post-entry-content ol {
  margin: 0 0 16px;
  padding-left: 20px;
}

.post-entry-content a {
  color: var(--brand-primary-dark);
  font-weight: 900;
  text-decoration: underline;
}

.post-nav-links {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.post-nav-links a {
  min-height: 44px;
  padding: 0 16px;
  border-radius: 14px;
  background: rgba(255,255,255,.94);
  border: 1px solid #e2e8f0;
  color: var(--brand-primary-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(16,24,39,.05);
}

@media (max-width: 768px) {
  .post-detail-header {
    padding: 26px 22px 20px;
  }

  .post-detail-header h1 {
    font-size: 21px;
  }

  .post-entry-content {
    padding: 22px;
  }

  .post-nav-links {
    grid-template-columns: 1fr;
  }
}
.category-blog-page {
    max-width: 760px;
    margin: 0 auto;
    padding: 28px 16px 60px;
}

.blog-hero-card {
    margin-bottom: 22px;
    padding: 28px;
    border-radius: 26px;
    background:
        radial-gradient(circle at 15% 15%, rgba(45, 212, 191, .16), transparent 35%),
        linear-gradient(135deg, #ffffff 0%, #f8fffd 100%);
    border: 1px solid rgba(15, 118, 110, .12);
    box-shadow: 0 18px 48px rgba(15, 23, 42, .08);
}

.blog-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 32px;
    padding: 0 12px;
    margin-bottom: 14px;
    border-radius: 999px;
    background: #ecfdf5;
    color: #0f766e;
    border: 1px solid rgba(45, 212, 191, .35);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.blog-hero-badge svg,
.blog-card-meta svg,
.blog-card-body strong svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.blog-hero-card h1 {
    margin: 0 0 10px;
    color: #0f172a;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.blog-hero-card p {
    max-width: 660px;
    margin: 0;
    color: #64748b;
    font-size: 15px;
    line-height: 1.75;
    font-weight: 650;
}

.blog-list {
    display: grid;
    gap: 16px;
}

.blog-card {
    overflow: hidden;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, .08);
    box-shadow: 0 14px 34px rgba(15, 23, 42, .07);
}

.blog-card a {
    display: grid;
    grid-template-columns: 220px 1fr;
    color: inherit;
    text-decoration: none;
}

.blog-card-thumb {
    min-height: 160px;
    background: linear-gradient(135deg, #ecfeff, #f8fafc);
}

.blog-card-thumb img {
    width: 100%;
    height: 100%;
    min-height: 160px;
    object-fit: cover;
    display: block;
}

.blog-thumb-placeholder {
    width: 100%;
    height: 100%;
    min-height: 160px;
    display: grid;
    place-items: center;
    color: #0f766e;
    background:
        radial-gradient(circle at 25% 20%, rgba(45, 212, 191, .22), transparent 34%),
        linear-gradient(135deg, #ecfeff, #f8fafc);
}

.blog-thumb-placeholder svg {
    width: 46px;
    height: 46px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.blog-card-body {
    padding: 20px 22px;
}

.blog-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 9px;
    color: #94a3b8;
    font-size: 11px;
    font-weight: 800;
}

.blog-card-meta span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.blog-card-body h2 {
    margin: 0 0 8px;
    color: #0f172a;
    font-size: 19px;
    line-height: 1.3;
    letter-spacing: -0.015em;
}

.blog-card-body p {
    margin: 0 0 13px;
    color: #64748b;
    font-size: 14px;
    line-height: 1.65;
    font-weight: 600;
}

.blog-card-body strong {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #0f766e;
    font-size: 13px;
    font-weight: 900;
}

.blog-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 18px;
}

.blog-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    padding: 0 12px;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, .1);
    color: #475569;
    font-size: 13px;
    font-weight: 850;
    text-decoration: none;
}

.blog-pagination .page-numbers.current,
.blog-pagination .page-numbers:hover {
    background: linear-gradient(135deg, #2dd4bf, #0f766e);
    color: #ffffff;
    border-color: transparent;
}

@media (max-width: 720px) {
    .category-blog-page {
        padding: 18px 14px 76px;
    }

    .blog-hero-card {
        padding: 22px;
        border-radius: 24px;
    }

    .blog-hero-card h1 {
        font-size: 23px;
    }

    .blog-hero-card p {
        font-size: 14px;
    }

    .blog-card a {
        grid-template-columns: 1fr;
    }

    .blog-card-thumb,
    .blog-card-thumb img,
    .blog-thumb-placeholder {
        min-height: 178px;
    }

    .blog-card-body {
        padding: 18px;
    }

    .blog-card-body h2 {
        font-size: 18px;
    }
}
/* Home banner image fix */
.home-banner,
.hero-banner,
.banner-card,
.home-hero-banner {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    border-radius: 18px;
}

.home-banner img,
.hero-banner img,
.banner-card img,
.home-hero-banner img,
img[src*="banner.webp"] {
    width: 100%;
    height: auto !important;
    max-height: none !important;
    display: block;
    object-fit: contain !important;
    object-position: center center !important;
    border-radius: 18px;
}

/* Mobile: keep full banner visible */
@media (max-width: 768px) {
    .home-banner,
    .hero-banner,
    .banner-card,
    .home-hero-banner {
        border-radius: 16px;
    }

    .home-banner img,
    .hero-banner img,
    .banner-card img,
    .home-hero-banner img,
    img[src*="banner.webp"] {
        width: 100%;
        height: auto !important;
        aspect-ratio: 1600 / 533;
        object-fit: contain !important;
        border-radius: 16px;
    }
}
