/* ============================================================
   PORESKI KOMPAS — COMING SOON
   Premium landing u stilu glavne teme
   ============================================================ */

:root {
  --ink: #07111C;
  --green: #008F4C;
  --green-dark: #006B3A;
  --green-soft: #EAF7F0;
  --green-pale: #F4FBF7;
  --gray-soft: #F6F8F7;
  --border: #E4EAE7;
  --muted: #667085;
  --muted-light: #7C8792;
  --white: #FFFFFF;
  --gold: #A8873B;
  --gold-soft: #FBF6E9;
  --teal: #0D9488;
  --bg: #F7FAF8;
  --surface-glass: rgba(255, 255, 255, 0.88);
  --gradient-hero: linear-gradient(165deg, #FAFDFB 0%, #F3FAF6 38%, #FFFFFF 100%);
  --shadow-sm: 0 1px 2px rgba(7, 17, 28, 0.04), 0 2px 8px rgba(7, 17, 28, 0.04);
  --shadow-md: 0 4px 12px rgba(7, 17, 28, 0.06), 0 12px 32px rgba(7, 17, 28, 0.07);
  --shadow-lg: 0 8px 24px rgba(7, 17, 28, 0.08), 0 24px 56px rgba(7, 17, 28, 0.10);
  --shadow-float: 0 20px 50px rgba(15, 35, 25, 0.12);
  --shadow-premium: 0 12px 30px rgba(15, 35, 25, 0.05);
  --radius: 16px;
  --radius-lg: 22px;
  --radius-xl: 26px;
  --ease: cubic-bezier(0.22, 0.68, 0.32, 1);
  --measure: 34rem;
  --measure-narrow: 26rem;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body.pks-body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 16px;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  min-height: 100vh;
}

img, svg { display: block; max-width: 100%; }

a { color: inherit; text-decoration: none; }

button, input { font-family: inherit; font-size: 1rem; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ---------- Page shell ---------- */
.pks-page {
  position: relative;
  min-height: 100vh;
  padding: 24px 16px 40px;
}

.pks-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.pks-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
}

.pks-orb--1 {
  top: -120px;
  right: -80px;
  width: 480px;
  height: 480px;
  background: radial-gradient(closest-side, rgba(0, 143, 76, 0.18), transparent 70%);
  animation: pksDrift 18s ease-in-out infinite;
}

.pks-orb--2 {
  bottom: -100px;
  left: -60px;
  width: 420px;
  height: 420px;
  background: radial-gradient(closest-side, rgba(168, 135, 59, 0.12), transparent 70%);
  animation: pksDrift 22s ease-in-out infinite reverse;
}

.pks-grid {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(7, 17, 28, 0.045) 1px, transparent 1px);
  background-size: 26px 26px;
  opacity: 0.55;
  -webkit-mask-image: radial-gradient(circle at 72% 42%, #000, transparent 72%);
  mask-image: radial-gradient(circle at 72% 42%, #000, transparent 72%);
}

@keyframes pksDrift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-40px, 30px) scale(1.05); }
}

.pks-shell {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 28px;
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}

/* ---------- Header ---------- */
.pks-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 48px;
  border-bottom: 1px solid var(--border);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(252, 253, 252, 0.95) 100%);
}

.pks-logo img {
  width: min(180px, 42vw);
  height: auto;
  filter: drop-shadow(0 1px 2px rgba(11, 46, 31, 0.10));
}

.pks-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--green-dark);
  background: rgba(234, 247, 240, 0.92);
  border: 1px solid rgba(0, 143, 76, 0.14);
  padding: 6px 12px;
  border-radius: 99px;
  white-space: nowrap;
  box-shadow: 0 1px 2px rgba(0, 107, 58, 0.04);
}

.pks-status svg { width: 12px; height: 12px; flex-shrink: 0; opacity: 0.85; }

/* ---------- Hero ---------- */
.pks-main { padding: 0 48px 48px; }

.pks-hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
  padding: 56px 0 48px;
  background: var(--gradient-hero);
  position: relative;
}

.pks-hero__copy {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 34rem;
}

.pks-hero__intro {
  margin-bottom: 36px;
}

.pks-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Poppins', Inter, sans-serif;
  font-weight: 700;
  font-size: 0.7rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--green-dark);
  margin-bottom: 20px;
}

.pks-kicker::before {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 2px;
  background: var(--green);
  flex-shrink: 0;
}

.pks-headline {
  display: flex;
  flex-direction: column;
  gap: 2px;
  text-wrap: balance;
}

.pks-headline__line {
  display: block;
  font-size: clamp(2.25rem, 4.8vw, 3.35rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.06;
  color: var(--ink);
}

.pks-headline__line.accent {
  color: var(--green);
}

.pks-lead {
  color: var(--muted);
  font-size: clamp(1.02rem, 1.55vw, 1.125rem);
  max-width: 28rem;
  margin-top: 24px;
  line-height: 1.68;
  letter-spacing: -0.012em;
}

.pks-lead br {
  display: block;
  content: "";
  margin-top: 0.35em;
}

.pks-benefits {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 20px;
  padding-left: 14px;
  border-left: 2px solid rgba(0, 143, 76, 0.22);
}

.pks-benefits p {
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--muted-light);
  letter-spacing: -0.008em;
}

/* Hero panel — forma + countdown */
.pks-hero__panel {
  display: flex;
  flex-direction: column;
  background: var(--surface-glass);
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-premium);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  overflow: hidden;
}

/* Countdown — kompaktan, ispod forme */
.pks-countdown {
  padding: 16px 24px 20px;
  border-top: 1px solid rgba(228, 234, 231, 0.85);
  background: rgba(255, 255, 255, 0.45);
}

.pks-countdown__label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted-light);
  margin-bottom: 12px;
}

.pks-countdown__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.pks-countdown__unit {
  text-align: center;
  padding: 10px 6px 9px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 12px;
}

.pks-countdown__unit b {
  display: block;
  font-size: clamp(1.15rem, 2.2vw, 1.5rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

.pks-countdown__unit span {
  display: block;
  margin-top: 5px;
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted-light);
}

.pks-countdown.is-live .pks-countdown__grid { display: none; }

.pks-countdown.is-live .pks-countdown__label {
  color: var(--green-dark);
  font-size: 0.98rem;
  margin-bottom: 0;
  text-align: center;
}

/* Notify form — primarni fokus */
.pks-notify {
  padding: 28px 24px 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0%, rgba(244, 251, 247, 0.88) 100%);
}

.pks-notify__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.pks-notify__icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--green-soft);
  border: 1px solid rgba(0, 143, 76, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.pks-notify__icon svg {
  width: 18px;
  height: 18px;
  color: var(--green);
}

.pks-notify__title {
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: -0.022em;
  line-height: 1.35;
  color: var(--ink);
}

.pks-notify__form {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.pks-notify__form input[type="email"],
.pks-notify__input {
  flex: 1 1 12rem;
  min-width: 0;
  width: auto;
  height: 52px;
  padding: 0 16px;
  font-size: 1rem;
  line-height: 1;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--white);
  color: var(--ink);
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  transition: border-color 0.2s var(--ease), box-shadow 0.2s var(--ease);
}

.pks-notify__form input[type="email"]::placeholder,
.pks-notify__input::placeholder {
  color: #98A2B3;
  line-height: 1;
}

.pks-notify__form input[type="email"]:hover,
.pks-notify__input:hover {
  border-color: #C8D4CE;
}

.pks-notify__form input[type="email"]:focus,
.pks-notify__form input[type="email"]:focus-visible,
.pks-notify__input:focus,
.pks-notify__input:focus-visible {
  outline: none;
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(0, 143, 76, 0.14);
}

.pks-notify__submit {
  flex: 0 0 auto;
}

.pks-notify__note {
  margin-top: 14px;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: var(--muted-light);
}

.pks-notify__msg {
  margin-top: 12px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.45;
  color: var(--green-dark);
}

.pks-notify__msg.is-error { color: #B45309; }

.pks-notify__msg.is-success {
  color: var(--green-dark);
  background: rgba(234, 247, 240, 0.65);
  border: 1px solid rgba(0, 143, 76, 0.14);
  border-radius: 10px;
  padding: 10px 12px;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 600;
  font-size: 0.93rem;
  border-radius: 12px;
  padding: 14px 22px;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease), background 0.2s var(--ease);
}

.btn-primary {
  background: var(--green);
  color: #fff;
  height: 52px;
  min-height: 52px;
  padding: 0 24px;
  box-shadow: 0 2px 10px rgba(0, 143, 76, 0.28);
}

.btn-primary:hover {
  background: var(--green-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(0, 143, 76, 0.32);
}

.btn-primary:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 143, 76, 0.22), 0 2px 10px rgba(0, 143, 76, 0.28);
}

.btn-primary:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(0, 143, 76, 0.24);
}

.btn-primary:disabled {
  opacity: 0.65;
  cursor: not-allowed;
  transform: none;
}

.btn svg { width: 17px; height: 17px; }

.pks-trust-inline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  max-width: var(--measure);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--border);
  padding: 12px 18px;
  border-radius: 99px;
  box-shadow: var(--shadow-sm);
}

.pks-trust-inline svg { width: 17px; height: 17px; color: var(--green); flex-shrink: 0; }

/* Hero visual */
.pks-hero__visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pks-stage {
  position: relative;
  width: 100%;
  max-width: 480px;
  height: 420px;
}

.pks-deck {
  position: absolute;
  top: 32px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 328px;
  padding: 22px;
  border-radius: var(--radius-lg);
  background: var(--surface-glass);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-float);
  z-index: 3;
}

.pks-deck__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  gap: 12px;
}

.pks-dots { display: flex; gap: 6px; }

.pks-dots span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
}

.pks-dots span:nth-child(1) { background: #E1E7E4; }
.pks-dots span:nth-child(2) { background: #CBE7D8; }
.pks-dots span:nth-child(3) { background: var(--green); }

.pks-tab {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--green-dark);
  background: var(--green-soft);
  border: 1px solid rgba(0, 143, 76, 0.16);
  padding: 5px 10px;
  border-radius: 8px;
  white-space: nowrap;
}

.pks-deck__line {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 12px;
}

.pks-deck__line + .pks-deck__line { margin-top: 8px; }

.pks-cap { font-size: 0.72rem; color: var(--muted); font-weight: 500; line-height: 1.4; }

.pks-big {
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: -0.025em;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
}

.pks-big em { font-style: normal; font-size: 0.75rem; color: var(--muted); font-weight: 600; }

.pks-pct { font-size: 0.9rem; font-weight: 800; color: var(--green); }

.pks-bar {
  height: 10px;
  border-radius: 99px;
  background: #EAF0ED;
  overflow: hidden;
  margin: 12px 0 18px;
}

.pks-bar > span {
  display: block;
  height: 100%;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--green), #3FB57F);
  box-shadow: 0 1px 4px rgba(0, 143, 76, 0.4);
}

.pks-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 16px;
}

.pks-mini-card {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 11px 12px;
}

.pks-mini-card .l {
  font-size: 0.625rem;
  color: var(--muted);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.pks-mini-card .v {
  font-size: 1rem;
  font-weight: 800;
  margin-top: 5px;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
}

.pks-mini-card .v em { font-style: normal; font-size: 0.66rem; color: var(--muted); font-weight: 600; }

.pks-chart {
  display: flex;
  align-items: flex-end;
  gap: 7px;
  height: 52px;
}

.pks-chart span {
  flex: 1;
  border-radius: 6px 6px 0 0;
  background: linear-gradient(180deg, #CFEBDD, #EDF8F2);
}

.pks-chart span:nth-child(4) { background: linear-gradient(180deg, #3FB57F, var(--green)); }
.pks-chart span:nth-child(6) { background: linear-gradient(180deg, var(--green), var(--green-dark)); }

.pks-chip {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  z-index: 4;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(228, 234, 231, 0.95);
  padding: 8px 12px;
  border-radius: 12px;
  box-shadow: var(--shadow-sm);
}

.pks-chip svg { width: 14px; height: 14px; flex-shrink: 0; }

.pks-chip--1 { top: 8px; left: -4px; }
.pks-chip--1 svg { color: var(--green); }
.pks-chip--2 { top: 172px; right: -6px; }
.pks-chip--2 svg { color: var(--teal); }
.pks-chip--3 { bottom: 92px; left: -8px; }
.pks-chip--3 svg { color: var(--gold); }

.pks-compass {
  position: absolute;
  bottom: 12px;
  right: 20px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  z-index: 4;
  background: linear-gradient(150deg, #00AD5E 0%, #049150 50%, #006B3A 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 1.5px rgba(168, 135, 59, 0.5), 0 18px 40px -12px rgba(0, 107, 58, 0.55), var(--shadow-float);
  border: 5px solid #FFFFFF;
}

.pks-compass svg { width: 60px; height: 60px; }

.float-a { animation: pksFloatA 5s ease-in-out infinite; }
.float-b { animation: pksFloatB 6s ease-in-out infinite; }
.float-c { animation: pksFloatC 7s ease-in-out infinite; }

@keyframes pksFloatA {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes pksFloatB {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@keyframes pksFloatC {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

/* Trust strip */
.pks-trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding: 40px 0 44px;
  border-top: 1px solid var(--border);
}

.pks-trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 118px;
  text-align: center;
  padding: 22px 16px;
  background: var(--gray-soft);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}

.pks-trust-item:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
}

.pks-trust-item svg { width: 24px; height: 24px; color: var(--green); }

.pks-trust-item span {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.4;
  max-width: 11rem;
  text-wrap: balance;
}

/* Features */
.pks-features {
  padding: 12px 0 16px;
}

.pks-features__head {
  text-align: center;
  margin-bottom: 32px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.pks-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--green);
  background: var(--green-soft);
  border: 1px solid rgba(0, 143, 76, 0.15);
  padding: 7px 15px;
  border-radius: 99px;
  margin-bottom: 16px;
}

.pks-eyebrow svg { width: 14px; height: 14px; }

.pks-features__head h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  text-wrap: balance;
}

.pks-features__sub {
  margin-top: 12px;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--muted);
  text-wrap: pretty;
}

.pks-features__sub br {
  display: block;
  content: "";
  margin-top: 0.4em;
}

.pks-features__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.pks-feat-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 24px 22px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), border-color 0.25s var(--ease);
}

.pks-feat-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 143, 76, 0.22);
}

.pks-feat-card__icon {
  width: 46px;
  height: 46px;
  border-radius: 13px;
  background: var(--green-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.pks-feat-card__icon svg { width: 22px; height: 22px; color: var(--green); }

.pks-feat-card__soon {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  width: fit-content;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--gold);
  background: var(--gold-soft);
  border: 1px solid #EAD9AE;
  padding: 4px 10px;
  border-radius: 99px;
  margin-bottom: 12px;
}

.pks-feat-card__soon svg { width: 11px; height: 11px; }

.pks-feat-card h3 {
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin-bottom: 10px;
}

.pks-feat-card p {
  font-size: 0.875rem;
  color: var(--muted);
  line-height: 1.6;
  flex: 1;
}

/* Footer */
.pks-footer {
  padding: 24px 48px 32px;
  border-top: 1px solid var(--border);
  background: var(--gray-soft);
}

.pks-footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.pks-footer__copy {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--ink);
}

.pks-footer__social {
  display: flex;
  gap: 10px;
}

.pks-footer__social a {
  width: 40px;
  height: 40px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  border: 1px solid var(--border);
  color: var(--ink);
  transition: border-color 0.2s var(--ease), color 0.2s var(--ease), transform 0.2s var(--ease);
}

.pks-footer__social a:hover {
  border-color: var(--green);
  color: var(--green);
  transform: translateY(-2px);
}

.pks-footer__social svg { width: 18px; height: 18px; }

.pks-footer__disc {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  max-width: 42rem;
  margin: 18px auto 0;
  text-align: center;
  font-size: 0.78rem;
  line-height: 1.55;
  color: var(--muted-light);
}

.pks-footer__disc svg { width: 16px; height: 16px; flex-shrink: 0; margin-top: 2px; color: var(--green); }

/* Toast */
.pks-toast {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 20px;
  background: var(--ink);
  color: #fff;
  border-radius: 14px;
  box-shadow: var(--shadow-lg);
  font-size: 0.9rem;
  font-weight: 600;
  z-index: 200;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s var(--ease), transform 0.3s var(--ease);
}

.pks-toast.is-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}

.pks-toast svg { width: 18px; height: 18px; color: #6EE7A0; flex-shrink: 0; }

/* ---------- Responsive ---------- */
@media (min-width: 1440px) {
  .pks-shell { max-width: 1220px; }
  .pks-hero { gap: 64px; padding: 64px 0 52px; }
}

@media (max-width: 960px) {
  .pks-main { padding: 0 32px 36px; }
  .pks-hero { grid-template-columns: 1fr; gap: 40px; padding: 40px 0 36px; }
  .pks-hero__copy { max-width: none; order: 1; }
  .pks-hero__visual { order: 2; }
  .pks-lead { max-width: none; }
  .pks-stage { max-width: 400px; height: 380px; margin: 0 auto; }
  .pks-features__grid { grid-template-columns: repeat(2, 1fr); }
  .pks-trust-strip { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .pks-page { padding: 12px 10px 28px; }
  .pks-shell { border-radius: 22px; }
  .pks-header { padding: 18px 20px; flex-wrap: wrap; gap: 12px; }
  .pks-logo img { width: min(168px, 46vw); }
  .pks-main { padding: 0 20px 24px; }
  .pks-hero { padding: 28px 0 24px; gap: 32px; }
  .pks-hero__intro { margin-bottom: 28px; }
  .pks-headline__line { font-size: clamp(1.9rem, 8.2vw, 2.4rem); }
  .pks-lead { font-size: 1rem; line-height: 1.65; margin-top: 18px; }
  .pks-benefits { margin-top: 16px; gap: 5px; }
  .pks-benefits p { font-size: 0.9rem; }
  .pks-hero__panel { border-radius: 20px; }
  .pks-notify { padding: 22px 18px 20px; }
  .pks-notify__head { margin-bottom: 16px; }
  .pks-notify__form {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 12px;
  }
  .pks-notify__form input[type="email"],
  .pks-notify__input {
    flex: 0 0 auto;
    width: 100%;
    height: 58px;
    min-height: 58px;
    max-height: 60px;
    padding: 0 16px;
    border-radius: 16px;
    font-size: 16px;
    line-height: 1;
  }
  .pks-notify__form .btn-primary,
  .pks-notify__submit {
    flex: 0 0 auto;
    width: 100%;
    height: 56px;
    min-height: 56px;
    max-height: 56px;
    margin-top: 0;
    padding: 0 24px;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 700;
  }
  .pks-countdown { padding: 14px 18px 16px; }
  .pks-countdown__grid { grid-template-columns: repeat(4, 1fr); gap: 6px; }
  .pks-countdown__unit { padding: 9px 4px 8px; border-radius: 10px; }
  .pks-countdown__unit b { font-size: 1.1rem; }
  .pks-trust-inline {
    width: 100%;
    border-radius: 14px;
    align-items: flex-start;
    padding: 12px 16px;
    font-size: 0.8125rem;
  }
  .pks-hero__visual { display: none; }
  .pks-features__head { margin-bottom: 24px; }
  .pks-features__sub { font-size: 0.9375rem; }
  .pks-features__grid { grid-template-columns: 1fr; }
  .pks-trust-strip { grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 28px 0 32px; }
  .pks-trust-item { min-height: 108px; padding: 18px 12px; }
  .pks-trust-item span { font-size: 0.8125rem; }
  .pks-footer { padding: 20px; }
  .pks-footer__disc { text-align: left; justify-content: flex-start; margin-left: 0; margin-right: 0; }
}

@media (max-width: 390px) {
  .pks-countdown__grid { grid-template-columns: repeat(2, 1fr); }
  .pks-trust-strip { grid-template-columns: 1fr; }
  .pks-status { font-size: 0.625rem; padding: 5px 10px; }
}

@media (prefers-reduced-motion: reduce) {
  .pks-orb--1, .pks-orb--2,
  .float-a, .float-b, .float-c { animation: none; }
}
