/*
Theme Name: İklimet Lab
Theme URI: https://iklimet-lab.com
Author: İklimet Lab
Author URI: https://iklimet-lab.com
Description: İklimet Lab HVAC Mühendislik Yazılımları resmi teması
Version: 2.0
License: Proprietary
Text Domain: iklimet-lab
*/

/* ═══════════════════════════════════════════════
   DARK MODE (Default)
═══════════════════════════════════════════════ */
:root {
  --bg: #071018;
  --bg2: #0d1721;
  --bg3: #13202b;
  --steel: #172533;
  --line: #243545;
  --accent: #20a4ff;
  --accent2: #67c8ff;
  --blue: #2b8de3;
  --blue-dim: #1a5f95;
  --green: #38b375;
  --text: #d6e4ed;
  --text-dim: #93aabb;
  --white: #f4fbff;
  --soft: #bfd2de;
  --feat: #e4edf4;
  --nav-bg: rgba(7,16,24,0.88);
  --card-shadow: rgba(0,0,0,0.34);
  --dots-bg: rgba(7,16,24,0.72);
  --dot-color: rgba(255,255,255,0.25);
  --surface-overlay: rgba(255,255,255,0.02);
  --menu-bg: rgba(7,16,24,0.96);
  --field-bg: rgba(19,32,43,0.92);
  --field-border: rgba(147,170,187,0.22);
  --field-border-strong: rgba(32,164,255,0.42);
  --field-ring: rgba(32,164,255,0.12);
  --mono: 'IBM Plex Mono', monospace;
  --sans: 'IBM Plex Sans', sans-serif;
  --display: 'Inter', sans-serif;
  --nav-height: 72px;
  --section-padding: clamp(72px, 9vh, 120px);
  --section-min-height: calc(100svh - var(--nav-height));
  --content-max-width: 1260px;
  --content-pad: 48px;
}

/* ═══════════════════════════════════════════════
   LIGHT MODE
═══════════════════════════════════════════════ */
[data-theme="light"] {
  --bg: #edf3f7;
  --bg2: #ffffff;
  --bg3: #e4edf3;
  --steel: #d9e3eb;
  --line: #c0ccd7;
  --accent: #0077cc;
  --accent2: #0099ff;
  --blue: #005fa3;
  --blue-dim: #99ccee;
  --green: #1e7a50;
  --text: #111920;
  --text-dim: #2e4555;
  --white: #111920;
  --soft: #111920;
  --feat: #111920;
  --nav-bg: rgba(245,248,251,0.88);
  --card-shadow: rgba(0,0,0,0.08);
  --dots-bg: rgba(245,248,251,0.82);
  --dot-color: rgba(17,25,32,0.24);
  --surface-overlay: rgba(17,25,32,0.04);
  --menu-bg: rgba(245,248,251,0.96);
  --field-bg: #ffffff;
  --field-border: #bfd0db;
  --field-border-strong: rgba(0,119,204,0.38);
  --field-ring: rgba(0,119,204,0.12);
}
[data-theme="light"] body::before {
  background-image:
    linear-gradient(rgba(0,100,180,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,100,180,0.04) 1px, transparent 1px);
}
[data-theme="light"] .ss[data-type="desktop"] { background: #e8ecf0; }
[data-theme="light"] .sh-num {
  color: rgba(17,25,32,0.14);
  text-shadow: none;
}
[data-theme="light"] .pf-feat,
[data-theme="light"] .pf-desc,
[data-theme="light"] .hero-desc,
[data-theme="light"] .saha-left p,
[data-theme="light"] .blog-excerpt,
[data-theme="light"] .ref-detail,
[data-theme="light"] .pp-body,
[data-theme="light"] .pp-lead { color: #1e3345 !important; }

[data-theme="light"] .nav-links a { color: #1e3345; }
[data-theme="light"] .sh-tag { color: var(--accent); }
[data-theme="light"] .pf-tagline { color: var(--accent); }
[data-theme="light"] .blog-meta { color: #2e4555; }
[data-theme="light"] .cr-val { color: #1e3345; }
[data-theme="light"] .spec-val { color: #1e3345; }

/* ═══════════════════════════════════════════════
   RESET & BASE
═══════════════════════════════════════════════ */
* { margin: 0; padding: 0; box-sizing: border-box; }
html {
  height: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body,
a,
button,
input,
textarea,
select,
.nav-links a,
.nav-cta,
.btn-primary,
.btn-ghost,
.pf-info,
.ref-card,
.blog-card,
.contact-row,
.platform-badge,
.form-submit {
  transition: background-color 0.35s ease, color 0.35s ease, border-color 0.35s ease;
}

body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--sans);
  font-size: clamp(17px, 0.2vw + 16px, 18px);
  line-height: 1.82;
  min-height: 100%;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

p { max-width: 72ch; }

a { color: inherit; }

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid var(--accent2);
  outline-offset: 3px;
}

body.menu-open { overflow: hidden; }

body.snap-page {
  height: auto;
  overflow: visible;
}

.site-main--snap {
  height: auto;
  overflow-y: visible;
  scroll-behavior: smooth;
  scroll-snap-type: none;
  scroll-padding-top: var(--nav-height);
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-gutter: stable;
}

.site-main--snap > .snap-section,
.product-page > section,
.card-section {
  min-height: auto;
  scroll-snap-align: none;
  scroll-snap-stop: normal;
  scroll-margin-top: calc(var(--nav-height) + 16px);
}

.snap-section--footer {
  min-height: auto;
  scroll-snap-align: end;
  scroll-snap-stop: normal;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(0,153,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,153,255,0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
  z-index: 0;
}

/* ═══════════════════════════════════════════════
   NAV
═══════════════════════════════════════════════ */
nav.site-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 48px;
  height: var(--nav-height);
  background: var(--nav-bg);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 14px 40px rgba(0,0,0,0.16);
}

.nav-logo {
  font-family: var(--display);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--white);
  text-decoration: none;
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.nav-logo-main {
  display: inline-flex;
  align-items: baseline;
  white-space: nowrap;
}
.nav-logo .dot { color: var(--accent); }
.nav-logo .sub {
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.14em;
  color: var(--soft);
  font-weight: 400;
  align-self: center;
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 24px;
}

.nav-links {
  display: flex;
  gap: 28px;
  list-style: none;
}
.nav-links a {
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--soft);
  text-decoration: none;
  transition: color 0.2s;
  padding: 8px 0;
}
.nav-links a:hover { color: var(--white); }

.nav-cta {
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  border: 1px solid rgba(32,164,255,0.45);
  background: rgba(32,164,255,0.08);
  padding: 10px 18px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: color 0.2s, background 0.2s;
}
.nav-cta::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 100%; height: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
.nav-cta:hover { background: var(--accent); color: var(--bg); }
.nav-cta:hover::after { transform: scaleX(1); transform-origin: left; }

/* Theme Toggle */
.theme-toggle {
  background: var(--surface-overlay);
  border: 1px solid var(--line);
  color: var(--soft);
  font-size: 17px;
  width: 42px; height: 42px;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: border-color 0.2s, color 0.2s, transform 0.3s;
  flex-shrink: 0;
}
.theme-toggle:hover { border-color: var(--accent); color: var(--accent); transform: rotate(20deg); }

/* Hamburger */
.nav-hamburger {
  display: none;
  background: var(--surface-overlay);
  border: 1px solid var(--line);
  color: var(--soft);
  font-size: 20px;
  width: 42px; height: 42px;
  cursor: pointer;
  align-items: center; justify-content: center;
  transition: border-color 0.2s, color 0.2s;
}
.nav-hamburger:hover { border-color: var(--accent); color: var(--accent); }

/* Mobile Menu Overlay */
.mobile-menu {
  display: none;
  position: fixed;
  top: var(--nav-height); left: 0; right: 0; bottom: 0;
  background: var(--menu-bg);
  z-index: 99;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 22px;
  opacity: 0;
  padding: 32px 20px;
  backdrop-filter: blur(20px);
  transition: opacity 0.3s;
}
.mobile-menu.active { display: flex; opacity: 1; }
.mobile-menu a {
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--white);
  text-decoration: none;
  transition: color 0.2s;
}
.mobile-menu a:hover { color: var(--accent); }

/* ═══════════════════════════════════════════════
   CARD STACK SCROLL
═══════════════════════════════════════════════ */
.card-section {
  position: relative;
  top: auto;
  background: transparent;
  box-shadow: none;
  border-top: 1px solid var(--line);
}
.card-section.card-alt { background: transparent; }
.card-section::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 5%, var(--accent) 50%, transparent 95%);
  opacity: 0.2;
}
.card-section:nth-child(1) { z-index: 1; }
.card-section:nth-child(2) { z-index: 2; }
.card-section:nth-child(3) { z-index: 3; }
.card-section:nth-child(4) { z-index: 4; }
.card-section:nth-child(5) { z-index: 5; }
.card-section:nth-child(6) { z-index: 6; border-top: none; }
.card-section:first-child { border-top: none; }
.card-section:first-child::after { display: none; }

.site-footer.card-section {
  position: relative;
  min-height: auto;
  box-shadow: none;
}

/* ═══════════════════════════════════════════════
   HERO
═══════════════════════════════════════════════ */
.hero {
  min-height: var(--section-min-height);
  display: flex;
  align-items: center;
  padding: calc(var(--nav-height) + 48px) 48px var(--section-padding);
  position: relative;
}
.hero-inner-wrap {
  overflow: hidden;
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-bg-circle {
  position: absolute;
  right: -120px;
  top: 50%;
  transform: translateY(-50%);
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(0,153,255,0.08) 0%, transparent 70%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 860px;
}

.hero-eyebrow {
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent2);
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  gap: 14px;
  animation: fadeUp 0.6s ease 0.1s both;
}
.hero-eyebrow::before {
  content: '';
  width: 36px; height: 1px;
  background: var(--accent);
}

h1.hero-title {
  font-family: var(--display);
  font-size: clamp(44px, 5.5vw, 80px);
  font-weight: 800;
  line-height: 1.03;
  letter-spacing: -0.03em;
  color: var(--white);
  margin-bottom: 32px;
  animation: fadeUp 0.7s ease 0.2s both;
}
h1.hero-title em {
  font-style: normal;
  color: var(--accent);
}

.hero-desc {
  font-size: clamp(18px, 0.6vw + 16px, 20px);
  color: var(--soft);
  max-width: 620px;
  line-height: 1.9;
  margin-bottom: 52px;
  animation: fadeUp 0.7s ease 0.35s both;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  animation: fadeUp 0.7s ease 0.48s both;
}

/* ═══════════════════════════════════════════════
   BUTTONS
═══════════════════════════════════════════════ */
.btn-primary {
  background: var(--accent);
  color: var(--bg);
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 16px 32px;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 4px;
  transition: box-shadow 0.3s, color 0.2s;
}
.btn-primary::after {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--accent2);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
  z-index: -1;
}
.btn-primary:hover { box-shadow: 0 0 24px rgba(0,153,255,0.35); color: var(--bg); }
.btn-primary:hover::after { transform: scaleX(1); }
.btn-primary:active { transform: scale(0.97); transition-duration: 0.1s; }

.btn-ghost {
  color: var(--white);
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 16px 32px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  border: 1px solid var(--line);
  border-radius: 4px;
  background-color: var(--surface-overlay);
  background-image:
    linear-gradient(var(--accent), var(--accent)),
    linear-gradient(var(--accent), var(--accent)),
    linear-gradient(var(--accent), var(--accent)),
    linear-gradient(var(--accent), var(--accent));
  background-position: top left, top right, bottom right, bottom left;
  background-size: 0 1px, 1px 0, 0 1px, 1px 0;
  background-repeat: no-repeat;
  transition: background-size 0.4s ease, color 0.3s, box-shadow 0.3s, border-color 0.3s;
}
.btn-ghost:hover {
  background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
  color: var(--accent);
  box-shadow: 0 0 18px rgba(0,153,255,0.12);
  border-color: transparent;
}
.btn-ghost:active { transform: scale(0.97); transition-duration: 0.1s; }

.hero-divider {
  margin-top: 78px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
  display: flex;
  gap: min(5vw, 56px);
  flex-wrap: wrap;
  animation: fadeUp 0.7s ease 0.6s both;
}

.stat {
  min-width: 0;
}

.stat-n {
  font-family: var(--display);
  font-size: 34px;
  font-weight: 800;
  color: var(--white);
  line-height: 1;
  margin-bottom: 5px;
}
.stat-n sup { color: var(--accent); font-size: 20px; }
.stat-l {
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--soft);
  line-height: 1.55;
  text-wrap: balance;
}

/* ═══════════════════════════════════════════════
   SECTION COMMONS
═══════════════════════════════════════════════ */
.section-wrap { position: relative; z-index: 1; }
.inner {
  max-width: var(--content-max-width);
  margin: 0 auto;
  padding: 0 var(--content-pad);
}

.sh {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  column-gap: 24px;
  margin-bottom: 60px;
  padding-bottom: 26px;
  border-bottom: 1px solid var(--line);
}
.sh-left {
  min-width: 0;
}
.sh-tag {
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 12px;
}
.sh-title {
  font-family: var(--display);
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 700;
  color: var(--white);
  line-height: 1.08;
}
.sh-num {
  font-family: var(--mono);
  font-size: clamp(52px, 6vw, 72px);
  font-weight: 300;
  color: rgba(255,255,255,0.16);
  line-height: 1;
  letter-spacing: 0.04em;
  text-shadow: 0 0 28px rgba(32,164,255,0.08);
  flex-shrink: 0;
  margin-left: 24px;
  text-align: right;
}

/* ═══════════════════════════════════════════════
   PRODUCTS
═══════════════════════════════════════════════ */
.products-section { padding: var(--section-padding) 0; }
.products-section > .inner {
  max-width: none;
  margin: 0;
  padding-left: max(var(--content-pad), calc((100vw - var(--content-max-width)) / 2 + var(--content-pad)));
  padding-right: var(--content-pad);
}
.products-section .sh {
  justify-items: stretch;
}
.products-section .sh-left {
  justify-self: start;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.products-section .sh-num {
  justify-self: end;
}

.product-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background: var(--line);
  margin-bottom: 18px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0,0,0,0.16);
}
.product-feature.flip { direction: rtl; }
.product-feature.flip > * { direction: ltr; }

.pf-info {
  background: var(--bg2);
  padding: 64px 56px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 36px;
  transition: background 0.2s;
}
.product-feature:hover .pf-info { background: var(--steel); }

.pf-tag {
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--blue);
  border: 1px solid var(--blue-dim);
  padding: 6px 14px;
  display: inline-block;
  margin-bottom: 18px;
}
.pf-name {
  font-family: var(--display);
  font-size: clamp(28px, 2.2vw, 36px);
  font-weight: 700;
  color: var(--white);
  margin-bottom: 10px;
  line-height: 1.2;
}
.pf-tagline {
  font-family: var(--mono);
  font-size: 13px;
  color: var(--accent2);
  letter-spacing: 0.06em;
  margin-bottom: 22px;
}
.pf-desc {
  font-size: 17px;
  color: var(--text);
  line-height: 1.9;
  margin-bottom: 32px;
  max-width: 34ch;
}
.pf-features { display: flex; flex-direction: column; gap: 10px; }
.pf-feat {
  font-family: var(--sans);
  font-size: 15px;
  color: var(--soft);
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.7;
}
.pf-feat::before { content: '—'; color: var(--accent); flex-shrink: 0; }

.pf-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.pf-platforms { display: flex; gap: 8px; flex-wrap: wrap; }
.platform-badge {
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 7px 12px;
  border: 1px solid var(--line);
  color: var(--soft);
  display: flex;
  align-items: center;
  gap: 5px;
  background: rgba(255,255,255,0.02);
}
.platform-badge.active { border-color: var(--green); color: var(--green); }
.platform-badge.soon { border-color: var(--blue-dim); color: var(--blue); }
a.platform-badge { text-decoration: none; transition: all 0.2s; }
a.platform-badge:hover { background: rgba(0,153,255,0.1); border-color: var(--accent); color: var(--accent); }

.pricing-label {
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--soft);
  margin-bottom: 4px;
}
.pricing-type {
  font-family: var(--display);
  font-size: 16px;
  font-weight: 600;
  color: var(--accent);
}
.pf-actions { display: flex; gap: 10px; flex-wrap: wrap; }

.pf-visual {
  background:
    radial-gradient(circle at top right, rgba(32,164,255,0.08), transparent 45%),
    var(--bg3);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 380px;
  padding: 40px;
  position: relative;
  overflow: hidden;
}

/* Carousel */
.ss-wrap { position: absolute; inset: 0; }
.ss {
  position: absolute; inset: 0; width: 100%; height: 100%;
  opacity: 0; transition: opacity 0.5s;
  cursor: zoom-in;
}
.ss[data-type="desktop"] { object-fit: contain; object-position: center; background: #0b1117; }
.ss[data-type="portrait"] { object-fit: contain; object-position: center; background: var(--bg2); }
.ss.active { opacity: 1; }
.ss-dots {
  position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%);
  display: flex; gap: 8px; z-index: 10;
  background: var(--dots-bg); backdrop-filter: blur(6px);
  padding: 10px 16px; border-radius: 20px;
}
.dot-btn {
  width: 10px; height: 10px; border-radius: 50%;
  background: var(--dot-color); cursor: pointer; transition: background 0.2s, transform 0.2s;
  border: none;
}
.dot-btn.active { background: var(--accent); transform: scale(1.3); }

/* ═══════════════════════════════════════════════
   SAHA
═══════════════════════════════════════════════ */
.saha-section {
  padding: var(--section-padding) 0;
  background: var(--bg2);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.saha-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
  align-items: start;
}
.saha-left p {
  font-size: 17px;
  color: var(--text);
  line-height: 1.9;
  margin-bottom: 22px;
}
.saha-left p strong { color: var(--text); font-weight: 500; }
.saha-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent2);
  text-decoration: none;
  border-bottom: 1px solid rgba(32,164,255,0.45);
  padding-bottom: 2px;
  transition: color 0.2s;
  margin-top: 8px;
}
.saha-link:hover { color: var(--accent); border-color: var(--accent); }

.saha-refs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  background: var(--line);
}
.ref-card {
  background: var(--bg2);
  padding: 36px 32px;
  transition: background 0.2s;
}
.ref-card:hover { background: var(--steel); }
.ref-scope {
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 10px;
}
.ref-name {
  font-family: var(--display);
  font-size: 22px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 8px;
}
.ref-detail { font-size: 15px; color: var(--soft); line-height: 1.8; }

/* ═══════════════════════════════════════════════
   BLOG
═══════════════════════════════════════════════ */
.blog-section { padding: var(--section-padding) 0; }
.blog-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 2px;
  background: var(--line);
}
.blog-card {
  background: var(--bg2);
  padding: 40px 36px;
  transition: background 0.2s;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blog-card:hover { background: var(--steel); }
.blog-card.featured { padding: 48px 42px; }
.blog-meta {
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--soft);
  margin-bottom: 14px;
  display: flex;
  gap: 16px;
}
.blog-title-text {
  font-family: var(--display);
  font-weight: 700;
  color: var(--white);
  line-height: 1.25;
  margin-bottom: 14px;
}
.blog-card.featured .blog-title-text { font-size: clamp(24px, 2.2vw, 30px); }
.blog-card:not(.featured) .blog-title-text { font-size: 18px; }
.blog-excerpt {
  font-size: 16px;
  color: var(--text);
  line-height: 1.85;
  margin-bottom: 24px;
}
.blog-card:not(.featured) .blog-excerpt { display: none; }
.blog-tags { display: flex; gap: 8px; flex-wrap: wrap; }
.blog-tag {
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent2);
  border: 1px solid rgba(32,164,255,0.25);
  padding: 6px 10px;
}

/* ═══════════════════════════════════════════════
   CONTACT
═══════════════════════════════════════════════ */
.contact-section {
  padding: var(--section-padding) 0;
  background: var(--bg2);
  border-top: 1px solid var(--line);
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
.contact-intro p {
  font-size: 17px;
  color: var(--text);
  margin-bottom: 44px;
  line-height: 1.9;
}
.contact-rows {
  display: flex;
  flex-direction: column;
  gap: 0;
  background: var(--line);
}
.contact-row {
  background: var(--bg2);
  padding: 18px 22px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  transition: background 0.2s;
}
.contact-row:hover { background: var(--steel); }
.cr-key {
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  min-width: 72px;
  padding-top: 2px;
  flex-shrink: 0;
}
.cr-val { font-size: 15px; color: var(--white); line-height: 1.7; }
.cr-val a { color: var(--accent2); text-decoration: none; }
.cr-val a:hover { color: var(--accent); }

.contact-form { display: flex; flex-direction: column; gap: 14px; }
.form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

input, textarea, select {
  background: var(--field-bg);
  border: 1px solid var(--field-border);
  border-bottom: 2px solid var(--field-border-strong);
  color: var(--white);
  padding: 16px 18px;
  font-family: var(--sans);
  font-size: 15px;
  outline: none;
  width: 100%;
  transition: border-color 0.2s, box-shadow 0.2s, background-color 0.2s;
  -webkit-appearance: none;
}
input:focus, textarea:focus, select:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 4px var(--field-ring);
}
input::placeholder, textarea::placeholder { color: var(--text-dim); }
textarea { resize: vertical; min-height: 140px; line-height: 1.7; }
select option { background: var(--bg2); color: var(--white); }

.form-submit {
  background: var(--accent);
  color: var(--bg);
  border: none;
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 18px 30px;
  cursor: pointer;
  font-weight: 600;
  text-align: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 4px;
  transition: box-shadow 0.3s;
}
.form-submit::before {
  content: '';
  position: absolute;
  top: 0; left: -100%; width: 100%; height: 100%;
  background: var(--accent2);
  transition: left 0.35s ease;
  z-index: -1;
}
.form-submit:hover { box-shadow: 0 0 24px rgba(0,153,255,0.3); }
.form-submit:hover::before { left: 0; }
.form-submit:active { transform: scale(0.97); transition-duration: 0.1s; }

/* ═══════════════════════════════════════════════
   FOOTER
═══════════════════════════════════════════════ */
.site-footer {
  background: var(--bg);
  border-top: 1px solid var(--line);
  padding: 40px 48px;
}
.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.footer-logo {
  font-family: var(--display);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--white);
  flex-shrink: 0;
  margin-right: 12px;
}
.footer-logo span { color: var(--accent); }
.footer-note {
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.1em;
  color: var(--soft);
  text-align: center;
  line-height: 1.8;
  flex: 1;
  padding: 0 12px;
}
.footer-note a { color: var(--blue); text-decoration: none; }
.footer-links {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  justify-content: flex-end;
  flex-shrink: 0;
  padding-left: 12px;
}
.footer-links a {
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--soft);
  text-decoration: none;
  transition: color 0.2s;
  display: inline-flex;
  align-items: center;
}
.footer-links a:hover { color: var(--accent); }

/* ═══════════════════════════════════════════════
   LIGHTBOX
═══════════════════════════════════════════════ */
.lightbox-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0,0,0,0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  cursor: zoom-out;
}
.lightbox-overlay.active {
  opacity: 1;
  visibility: visible;
}
.lightbox-overlay img {
  max-width: 90vw;
  max-height: 85vh;
  object-fit: contain;
  border: 1px solid rgba(0,153,255,0.2);
  box-shadow: 0 20px 80px rgba(0,0,0,0.6);
  cursor: default;
  transform: scale(0.92);
  transition: transform 0.35s ease;
}
.lightbox-overlay.active img {
  transform: scale(1);
}
.lightbox-close {
  position: absolute;
  top: 24px; right: 28px;
  font-size: 28px;
  color: var(--text);
  background: rgba(6,10,13,0.6);
  border: 1px solid rgba(255,255,255,0.15);
  width: 48px; height: 48px;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: color 0.2s, border-color 0.2s;
  z-index: 10;
}
.lightbox-close:hover { color: #0099ff; border-color: #0099ff; }
.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 32px;
  color: var(--text);
  background: rgba(6,10,13,0.6);
  border: 1px solid rgba(255,255,255,0.15);
  width: 52px; height: 52px;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: color 0.2s, border-color 0.2s;
}
.lightbox-nav:hover { color: #0099ff; border-color: #0099ff; }
.lightbox-prev { left: 20px; }
.lightbox-next { right: 20px; }
.lightbox-counter {
  position: absolute;
  bottom: 28px; left: 50%;
  transform: translateX(-50%);
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.15em;
  color: var(--text-dim);
}

/* ═══════════════════════════════════════════════
   ANIMATIONS
═══════════════════════════════════════════════ */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .site-main--snap { scroll-snap-type: none; }
  .hero-eyebrow,
  h1.hero-title,
  .hero-desc,
  .hero-actions,
  .hero-divider {
    animation: none;
  }
}

/* ═══════════════════════════════════════════════
   PRODUCT PAGES (kept for WordPress)
═══════════════════════════════════════════════ */
.product-page { padding-top: var(--nav-height); }

.pp-breadcrumb {
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.1em;
  color: var(--text-dim);
  margin-bottom: 20px;
}
.pp-breadcrumb a { color: var(--blue); text-decoration: none; }

.pp-platform-badge {
  display: inline-block;
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 2px;
  margin-bottom: 20px;
}
.pp-platform-badge.android { background: rgba(42,157,106,0.15); color: #2a9d6a; border: 1px solid #2a9d6a; }
.pp-platform-badge.ios { background: rgba(0,153,255,0.1); color: var(--accent); border: 1px solid var(--accent); }
.pp-platform-badge.desktop { background: rgba(0,119,204,0.15); color: var(--blue); border: 1px solid var(--blue); }

.pp-title {
  font-family: var(--display);
  font-size: clamp(36px, 4vw, 60px);
  font-weight: 800;
  color: var(--white);
  line-height: 1.06;
  letter-spacing: -0.02em;
  margin-bottom: 28px;
}
.pp-title span { color: var(--accent); }

.pp-lead {
  font-size: 18px;
  color: var(--text);
  max-width: 56ch;
  line-height: 1.9;
  margin-bottom: 40px;
}

.pp-hero { padding: clamp(64px, 9vh, 96px) 0; background: var(--bg); border-bottom: 1px solid var(--line); }
.pp-hero-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }

.pp-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 20px; }

.btn-store {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 14px 24px;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.2s;
  font-family: var(--sans);
}
.btn-store .store-icon { font-size: 24px; }
.btn-store small { display: block; font-size: 13px; font-family: var(--mono); letter-spacing: 0.1em; opacity: 0.7; }
.btn-store strong { display: block; font-size: 15px; font-weight: 600; }
.android-store { background: #2a9d6a; color: white; }
.android-store:hover { background: #238559; color: white; }
.windows-store { background: var(--blue); color: white; }
.windows-store:hover { background: #005fa3; color: white; }
.direct-store { background: var(--bg3); color: var(--white); border: 1px solid var(--line); }
.direct-store:hover { border-color: var(--accent); color: var(--accent); }
.btn-store.large { padding: 18px 32px; }

.pp-apple-note {
  font-family: var(--mono);
  font-size: 13px;
  color: var(--soft);
  margin-top: 8px;
}
.coming-soon-small { color: var(--accent); }

.pp-hero-visual { position: relative; }
.mobile-mockup img {
  width: 280px;
  border-radius: 24px;
  box-shadow: 0 40px 80px rgba(0,0,0,0.5);
  display: block;
  margin: 0 auto;
}
.desktop-visual img {
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.4);
  border: 1px solid var(--line);
}

.pp-section { padding: clamp(64px, 8vh, 96px) 0; }
.pp-section.dark { background: var(--bg2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }

.pp-section-title {
  font-family: var(--display);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 700;
  color: var(--white);
  line-height: 1.15;
  margin-bottom: 28px;
  margin-top: 12px;
}

.pp-body {
  font-size: 17px;
  color: var(--text);
  line-height: 1.9;
  margin-bottom: 18px;
  max-width: 62ch;
}

.pp-desc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }

.pp-specs { display: flex; flex-direction: column; gap: 1px; background: var(--line); margin-top: 52px; }
.spec-item { background: var(--bg2); padding: 16px 22px; display: flex; gap: 20px; }
.spec-item:hover { background: var(--steel); }
.spec-key {
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  min-width: 80px;
  padding-top: 2px;
  flex-shrink: 0;
}
.spec-val { font-size: 15px; color: var(--white); line-height: 1.7; }

.pp-features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: var(--line); margin-top: 32px; }
.pp-feature { background: var(--bg2); padding: 36px 30px; transition: background 0.2s; }
.pp-feature:hover { background: var(--steel); }
.pp-feature-icon { font-size: 24px; margin-bottom: 16px; }
.pp-feature-title { font-family: var(--display); font-size: 18px; font-weight: 700; color: var(--white); margin-bottom: 10px; }
.pp-feature p { font-size: 15px; color: var(--text); line-height: 1.8; }

.pp-report-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.pp-report-visual img { width: 100%; max-width: 360px; box-shadow: 0 20px 60px rgba(0,0,0,0.4); border: 1px solid var(--line); }
.pp-report-items { margin-top: 20px; display: flex; flex-direction: column; gap: 8px; }
.pp-report-item { font-family: var(--mono); font-size: 13px; color: var(--soft); line-height: 1.75; }

.pp-screenshots { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 32px; }
.pp-screenshot img { width: 100%; border-radius: 4px; border: 1px solid var(--line); }
.pp-screenshot-label { font-family: var(--mono); font-size: 13px; color: var(--soft); text-align: center; margin-top: 10px; letter-spacing: 0.08em; line-height: 1.6; }

.pp-download-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: var(--line); margin-top: 32px; }
.pp-download-card { background: var(--bg2); padding: 38px 34px; transition: background 0.2s; }
.pp-download-card:hover { background: var(--steel); }
.pp-download-card.coming { opacity: 0.6; }
.pp-download-icon { font-size: 32px; margin-bottom: 16px; }
.pp-download-title { font-family: var(--display); font-size: 22px; font-weight: 700; color: var(--white); margin-bottom: 12px; }
.pp-download-card p { font-size: 15px; color: var(--text); line-height: 1.85; margin-bottom: 24px; }

.pp-cta { background: var(--bg2); border-top: 1px solid var(--line); padding: 80px 0; text-align: center; }
.pp-cta h2 { font-family: var(--display); font-size: 36px; font-weight: 800; color: var(--white); margin-bottom: 16px; }
.pp-cta p { font-size: 17px; color: var(--text); margin-bottom: 36px; line-height: 1.85; }

.pp-coming-soon { min-height: 80vh; display: flex; align-items: center; padding: 80px 0; }
.pp-coming-soon .inner { text-align: center; }
.pp-coming-soon .pp-title { margin: 20px auto; }
.pp-coming-soon .pp-lead { margin: 0 auto 36px; }
.coming-soon-badge {
  display: inline-block;
  background: rgba(0,153,255,0.1);
  border: 1px solid var(--accent);
  color: var(--accent);
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 8px 24px;
  margin-bottom: 28px;
}
.notify-form { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-bottom: 40px; }
.notify-form input { max-width: 320px; }
.pp-android-cta { margin-top: 20px; }
.pp-android-cta p { color: var(--text-dim); font-size: 14px; margin-bottom: 16px; }

.pp-report-double {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  align-items: start;
  margin-top: 32px;
}
.pp-report-double .pp-report-visual img {
  width: 100%;
  max-width: 100%;
  max-height: 440px;
  object-fit: contain;
  border: 1px solid var(--line);
  display: block;
}

@media (min-width: 769px) {
  .site-main--snap > .snap-section,
  .product-page > section,
  .card-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.pp-coming-soon { padding: 120px 48px; max-width: 680px; margin: 0 auto; }
.pp-coming-soon .pp-breadcrumb { font-family: var(--mono); font-size: 13px; color: var(--text-dim); margin-bottom: 24px; }
.pp-coming-soon .pp-breadcrumb a { color: var(--accent); text-decoration: none; }
.pp-coming-soon .pp-platform-badge { display: inline-block; font-family: var(--mono); font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; border: 1px solid var(--accent); color: var(--accent); padding: 6px 14px; border-radius: 2px; margin-bottom: 16px; }
.pp-coming-soon .pp-title { font-family: var(--display); font-size: clamp(36px, 5vw, 64px); font-weight: 800; color: var(--white); line-height: 1.08; margin-bottom: 24px; }
.pp-coming-soon .pp-title span { color: var(--accent); }
.pp-coming-soon .pp-lead { font-size: 18px; color: var(--text); line-height: 1.85; margin-bottom: 32px; }
.notify-form { display: flex; gap: 12px; margin-bottom: 40px; flex-wrap: wrap; }
.notify-form input[type="email"] { flex: 1; min-width: 240px; background: var(--bg2); border: 1px solid var(--line); color: var(--white); padding: 16px 18px; font-family: var(--mono); font-size: 15px; border-radius: 2px; }
.notify-form input[type="email"]:focus { outline: none; border-color: var(--accent); }
.pp-android-cta p { font-size: 15px; color: var(--soft); margin-bottom: 12px; line-height: 1.75; }

/* ═══════════════════════════════════════════════
   RESPONSIVE — Large Desktop
═══════════════════════════════════════════════ */
@media (min-width: 1440px) {
  :root {
    --content-max-width: 1360px;
    --content-pad: 64px;
  }
  .hero-content { max-width: 900px; }
  .saha-grid { gap: 100px; }
  .contact-grid { gap: 100px; }
  nav.site-nav { padding: 0 64px; }
  .hero { padding: calc(var(--nav-height) + 52px) 64px calc(var(--section-padding) + 12px); }
  .site-footer { padding: 36px 64px; }
}

/* ═══════════════════════════════════════════════
   RESPONSIVE — Tablet Landscape
═══════════════════════════════════════════════ */
@media (max-width: 1024px) and (min-width: 769px) {
  .product-feature { grid-template-columns: 1fr; }
  .product-feature.flip { direction: ltr; }
  .saha-grid { grid-template-columns: 1fr; gap: 48px; }
  .contact-grid { gap: 48px; }
  .blog-grid { grid-template-columns: 1fr 1fr; }
  .pp-hero-inner { gap: 40px; }
}

/* ═══════════════════════════════════════════════
   RESPONSIVE — Tablet / Mobil (768px)
═══════════════════════════════════════════════ */
@media (max-width: 768px) {
  :root {
    --nav-height: 64px;
    --section-padding: 60px;
    --content-max-width: 100%;
    --content-pad: 20px;
  }

  .hero-bg-circle { display: none; }

  /* NAV */
  nav.site-nav { padding: 0 20px; }
  .nav-logo {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    line-height: 1;
  }
  .nav-logo .sub {
    align-self: flex-start;
    margin-left: 0;
    font-size: 13px;
    letter-spacing: 0.12em;
  }
  .nav-links { display: none; }
  .nav-cta { display: none; }
  .nav-hamburger { display: flex; }

  /* Card stack disable */
  .card-section {
    position: relative;
    top: auto;
    box-shadow: none;
    min-height: auto;
  }
  .card-section::after { display: none; }
  .site-main--snap {
    scroll-snap-type: y proximity;
    height: 100svh;
    overflow-y: auto;
  }
  body.snap-page {
    height: 100svh;
    overflow: hidden;
  }
  .site-main--snap > .snap-section,
  .product-page > section,
  .card-section {
    scroll-snap-align: start;
    scroll-snap-stop: normal;
    min-height: 100svh;
  }

  .inner { padding: 0 20px; }

  .hero {
    padding: calc(var(--nav-height) + 26px) 20px 60px;
    min-height: auto;
  }
  .hero-content { max-width: 100%; }
  .hero-desc { max-width: 100%; font-size: 17px; }
  .hero-divider {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 14px;
    margin-top: 48px;
    padding-top: 24px;
  }
  .stat { display: flex; flex-direction: column; gap: 6px; }
  .stat-n { font-size: 28px; }
  .stat-l { font-size: 13px; letter-spacing: 0.08em; }
  .hero-actions { flex-direction: column; gap: 10px; }
  .hero-actions a { width: 100%; justify-content: center; text-align: center; }

  .sh {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    column-gap: 16px;
  }
  .sh-num {
    font-size: 40px;
    margin-left: 16px;
  }

  .products-section { padding: 60px 0; }
  .product-feature { grid-template-columns: 1fr; }
  .product-feature.flip { direction: ltr; }
  .pf-info { padding: 40px 24px; }
  .pf-visual { min-height: 240px; padding: 24px; }
  .pf-footer { flex-direction: column; align-items: flex-start; }
  .pf-actions { flex-direction: column; width: 100%; }
  .pf-actions a, .pf-actions button { width: 100%; justify-content: center; text-align: center; }

  .saha-section { padding: 60px 0; }
  .saha-grid { grid-template-columns: 1fr; gap: 40px; }
  .saha-refs { grid-template-columns: 1fr; }

  .blog-section { padding: 60px 0; }
  .blog-grid { grid-template-columns: 1fr; }

  .contact-section { padding: 60px 0; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .form-row-2 { grid-template-columns: 1fr; }

  .site-footer { padding: 28px 20px; }
  .footer-inner { flex-direction: column; gap: 16px; text-align: center; }
  .footer-links { justify-content: center; flex-wrap: wrap; }

  .pp-hero { padding: 48px 0; }
  .pp-hero-inner { grid-template-columns: 1fr; gap: 36px; }
  .pp-desc-grid { grid-template-columns: 1fr; gap: 40px; }
  .pp-features-grid { grid-template-columns: 1fr; }
  .pp-report-grid { grid-template-columns: 1fr; gap: 40px; }
  .pp-report-double { grid-template-columns: 1fr; gap: 24px; }
  .pp-screenshots { grid-template-columns: 1fr 1fr; gap: 10px; }
  .pp-download-grid { grid-template-columns: 1fr; }
  .pp-coming-soon { padding: 60px 20px; max-width: 100%; }
  .pp-body { max-width: 100%; }
  .pp-lead { max-width: 100%; }
  .pp-actions { flex-direction: column; }
  .pp-section { padding: 48px 0; }

  .mobile-mockup img { width: 200px; }

  .notify-form { flex-direction: column; align-items: stretch; }
  .notify-form input { max-width: 100%; width: 100%; }
  .notify-form .btn-primary { width: 100%; justify-content: center; }

  .contact-row { flex-direction: column; gap: 6px; }

  /* Lightbox mobile */
  .lightbox-nav { width: 44px; height: 44px; font-size: 24px; }
  .lightbox-prev { left: 8px; }
  .lightbox-next { right: 8px; }
  .lightbox-close { top: 12px; right: 12px; width: 44px; height: 44px; }
}

/* ═══════════════════════════════════════════════
   RESPONSIVE — Small Phone (480px)
═══════════════════════════════════════════════ */
@media (max-width: 480px) {
  :root {
    --content-pad: 16px;
  }
  h1.hero-title { font-size: 34px; }
  .hero { padding: calc(var(--nav-height) + 20px) 16px 48px; }
  .hero-divider { gap: 16px 12px; }
  .stat-n { font-size: 24px; }
  .pf-info { padding: 28px 16px; }
  .blog-card { padding: 24px 20px; }
  .blog-card.featured { padding: 28px 20px; }
  .pp-screenshots { grid-template-columns: 1fr; }
  .ref-card { padding: 24px 16px; }
  .sh-title { font-size: 22px; }
  .pp-cta h2 { font-size: 26px; }
  .pp-cta { padding: 60px 0; }
  .site-footer { padding: 24px 16px; }
  .pf-name { font-size: 22px; }
  .footer-links { gap: 16px; }
}
