/* Finanční podvody */
.fraud-hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0 82px;
  background:
    radial-gradient(circle at 82% 18%, rgba(230, 104, 58, 0.13), transparent 28%),
    linear-gradient(180deg, #fffaf6 0%, #f7f2ec 100%);
}

.fraud-hero::after {
  content: "";
  position: absolute;
  right: -110px;
  bottom: -150px;
  width: 360px;
  height: 360px;
  border: 58px solid rgba(34, 31, 28, 0.045);
  border-radius: 50%;
}

.fraud-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: 64px;
  align-items: center;
}

.fraud-hero h1,
.article-hero h1 {
  max-width: 880px;
  margin: 16px 0 22px;
  font-size: clamp(48px, 7vw, 88px);
  line-height: 0.96;
  letter-spacing: -0.065em;
}

.fraud-hero .lead {
  max-width: 720px;
  margin: 0;
  font-size: clamp(20px, 2.4vw, 28px);
  line-height: 1.45;
}

.fraud-hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 34px;
}

.fraud-text-link {
  color: inherit;
  font-weight: 800;
  text-decoration: none;
}

.fraud-hero-card,
.fraud-side-card {
  border: 1px solid rgba(34, 31, 28, 0.1);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 22px 60px rgba(34, 31, 28, 0.08);
}

.fraud-hero-card {
  padding: 30px;
}

.fraud-hero-card h2,
.fraud-side-card h2 {
  margin: 10px 0 14px;
  font-size: 28px;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.fraud-shield {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 64px;
  margin-bottom: 22px;
  border-radius: 22px 22px 28px 28px;
  background: #e6683a;
  color: white;
  font-size: 32px;
  font-weight: 900;
  clip-path: polygon(50% 0, 100% 17%, 92% 76%, 50% 100%, 8% 76%, 0 17%);
}

.fraud-main {
  padding: 88px 0 96px;
}

.fraud-section-head {
  display: flex;
  justify-content: space-between;
  gap: 48px;
  align-items: end;
  margin-bottom: 42px;
}

.fraud-section-head h2 {
  max-width: 760px;
  margin: 10px 0 0;
  font-size: clamp(36px, 5vw, 60px);
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.fraud-section-head > p {
  max-width: 360px;
  margin: 0 0 8px;
}

.fraud-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 34px;
  align-items: start;
}

.fraud-articles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.fraud-card {
  display: flex;
  flex-direction: column;
  min-height: 330px;
  padding: 26px;
  border: 1px solid rgba(34, 31, 28, 0.09);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(34, 31, 28, 0.055);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.fraud-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 58px rgba(34, 31, 28, 0.09);
}

.fraud-card-featured {
  background: #221f1c;
  color: #fff;
}

.fraud-card-top,
.fraud-card-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
}

.fraud-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 48px;
  padding: 0 10px;
  border-radius: 16px;
  background: rgba(230, 104, 58, 0.12);
  color: #c34e25;
  font-size: 20px;
  font-weight: 900;
}

.fraud-card-featured .fraud-card-icon {
  background: rgba(255, 255, 255, 0.13);
  color: #fff;
}

.fraud-tag {
  padding: 7px 10px;
  border-radius: 999px;
  background: #f3eee9;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.fraud-card-featured .fraud-tag {
  background: rgba(255, 255, 255, 0.12);
}

.fraud-card h3 {
  margin: 34px 0 12px;
  font-size: 30px;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.fraud-card h3 a {
  color: inherit;
  text-decoration: none;
}

.fraud-card p {
  margin: 0;
}

.fraud-card-footer {
  margin-top: auto;
  padding-top: 28px;
  font-size: 14px;
}

.fraud-card-footer a {
  color: inherit;
  font-weight: 900;
  text-decoration: none;
}

.fraud-sidebar {
  position: sticky;
  top: 24px;
  display: grid;
  gap: 20px;
}

.fraud-side-card {
  padding: 26px;
}

.fraud-rules {
  display: grid;
  gap: 18px;
  margin: 22px 0 0;
  padding-left: 24px;
}

.fraud-side-cta {
  background: #fff3eb;
}

.fraud-side-cta .btn {
  width: 100%;
  margin-top: 8px;
  text-align: center;
}

.fraud-bottom-cta {
  padding: 0 0 96px;
}

/* Detail článku */
.article-hero {
  padding: 66px 0 74px;
  background:
    radial-gradient(circle at 80% 0%, rgba(230, 104, 58, 0.12), transparent 33%),
    #f8f3ed;
}

.article-shell {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.article-category {
  display: inline-flex;
  margin-top: 52px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #221f1c;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.article-perex {
  max-width: 840px;
  margin: 0;
  font-size: clamp(20px, 2.6vw, 28px);
  line-height: 1.48;
}

.article-meta {
  display: flex;
  gap: 22px;
  margin-top: 28px;
  color: rgba(34, 31, 28, 0.68);
  font-size: 14px;
  font-weight: 700;
}

.article-grid {
  display: grid;
  grid-template-columns: minmax(0, 760px) 280px;
  justify-content: space-between;
  gap: 64px;
  padding-top: 72px;
  padding-bottom: 100px;
}

.article-content {
  min-width: 0;
}

.article-content section {
  scroll-margin-top: 26px;
  margin-top: 66px;
}

.article-content section:first-of-type {
  margin-top: 58px;
}

.article-content h2 {
  margin: 0 0 20px;
  font-size: clamp(32px, 4.2vw, 48px);
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.article-content p,
.article-content li {
  font-size: 18px;
  line-height: 1.72;
}

.article-alert {
  padding: 26px 28px;
  border-left: 6px solid #e6683a;
  border-radius: 0 20px 20px 0;
  background: #fff3eb;
  font-size: 18px;
  line-height: 1.65;
}

.warning-list,
.article-steps {
  display: grid;
  gap: 14px;
  padding-left: 26px;
}

.warning-list li::marker {
  color: #e6683a;
}

.article-steps {
  list-style: none;
  counter-reset: article-step;
  padding: 0;
}

.article-steps li {
  position: relative;
  min-height: 58px;
  padding-left: 76px;
}

.article-steps li::before {
  counter-increment: article-step;
  content: counter(article-step);
  position: absolute;
  left: 0;
  top: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #221f1c;
  color: #fff;
  font-weight: 900;
}

.hrncomer {
  --hrncomer-accent: #e6683a;
  --hrncomer-soft: #fff1e9;
  margin-top: 66px;
  padding: 32px;
  border: 2px solid var(--hrncomer-accent);
  border-radius: 30px;
  background: #fff;
  color: #221f1c;
  box-shadow: 0 24px 60px rgba(34, 31, 28, 0.1);
}

.hrncomer--hrnicek {
  --hrncomer-accent: #4f8a62;
  --hrncomer-soft: #edf7f0;
}

.hrncomer--rendlik {
  --hrncomer-accent: #c98218;
  --hrncomer-soft: #fff6df;
}

.hrncomer--papinak {
  --hrncomer-accent: #cf4b32;
  --hrncomer-soft: #fff0eb;
}

.hrncomer__header {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: center;
}

.hrncomer__score-block {
  flex: 0 0 auto;
}

.hrncomer__label,
.hrncomer__risk {
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.hrncomer__label {
  color: rgba(34, 31, 28, 0.58);
}

.hrncomer__score {
  display: block;
  margin-top: 6px;
  font-size: clamp(42px, 7vw, 66px);
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.hrncomer__level {
  display: flex;
  align-items: center;
  gap: 18px;
}

.hrncomer__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  border-radius: 24px;
  background: var(--hrncomer-soft);
  color: var(--hrncomer-accent);
  line-height: 1;
}

.hrncomer__vessel,
.hrncomer__scale-icon {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hrncomer__vessel {
  width: 70px;
  height: 70px;
  stroke-width: 4;
}

.hrncomer__vessel .hrncomer__steam {
  stroke-width: 3;
}

.hrncomer__scale-icon {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  stroke-width: 3.2;
}

.hrncomer__risk {
  color: var(--hrncomer-accent);
}

.hrncomer h2 {
  margin: 3px 0 2px;
  font-size: clamp(34px, 5vw, 52px);
  line-height: 1;
  letter-spacing: -0.05em;
}

.hrncomer__tagline {
  margin: 0;
  font-size: 17px;
  font-weight: 800;
}

.hrncomer__meter {
  margin-top: 28px;
}

.hrncomer__track {
  position: relative;
  height: 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, #dcebdd 0 30%, #f7dfa9 30% 70%, #f3b5a9 70% 100%);
}

.hrncomer__fill {
  display: block;
  height: 100%;
  max-width: 100%;
  border-radius: inherit;
  background: var(--hrncomer-accent);
  opacity: 0.9;
}

.hrncomer__marker {
  position: absolute;
  top: 50%;
  width: 24px;
  height: 24px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: var(--hrncomer-accent);
  box-shadow: 0 3px 12px rgba(34, 31, 28, 0.24);
  transform: translate(-100%, -50%);
}

.hrncomer__scale {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 800;
}

.hrncomer__scale > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.hrncomer__scale > span:first-child {
  color: #4f8a62;
}

.hrncomer__scale > span:nth-child(2) {
  color: #c98218;
}

.hrncomer__scale > span:last-child {
  color: #cf4b32;
}

.hrncomer__body {
  display: grid;
  gap: 22px;
  margin-top: 30px;
  padding-top: 28px;
  border-top: 1px solid rgba(34, 31, 28, 0.11);
}

.hrncomer__body h3 {
  margin: 0 0 8px;
  font-size: 24px;
  letter-spacing: -0.025em;
}

.hrncomer__body p {
  margin: 0;
}

.hrncomer__reasons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hrncomer__reasons li {
  position: relative;
  padding-left: 28px;
  font-size: 16px;
  line-height: 1.5;
}

.hrncomer__reasons li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--hrncomer-accent);
  font-weight: 900;
}

.hrncomer__recommendation {
  padding: 20px 22px;
  border-radius: 20px;
  background: var(--hrncomer-soft);
}

.hrncomer__recommendation strong {
  display: block;
  margin-bottom: 5px;
  color: var(--hrncomer-accent);
  font-size: 13px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.article-inline-cta {
  display: flex;
  justify-content: space-between;
  gap: 26px;
  align-items: center;
  margin-top: 72px;
  padding: 30px;
  border-radius: 28px;
  background: #f2ece6;
}

.article-inline-cta h2 {
  margin: 8px 0 10px;
  font-size: 30px;
}

.article-inline-cta p {
  margin: 0;
  font-size: 16px;
}

.article-inline-cta .btn {
  flex: 0 0 auto;
}

.article-sidebar {
  position: sticky;
  top: 24px;
  align-self: start;
  display: grid;
  gap: 20px;
}

.article-toc {
  display: grid;
  gap: 12px;
  padding: 24px;
  border-left: 3px solid #e6683a;
  background: #f8f3ed;
}

.article-toc strong {
  margin-bottom: 4px;
}

.article-toc a {
  color: inherit;
  text-decoration: none;
}

.article-toc a:hover {
  text-decoration: underline;
}

@media (max-width: 980px) {
  .fraud-hero-grid,
  .fraud-layout,
  .article-grid {
    grid-template-columns: 1fr;
  }

  .fraud-sidebar,
  .article-sidebar {
    position: static;
  }

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

  .article-sidebar {
    order: -1;
  }

  .article-toc {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .article-toc strong {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .fraud-hero,
  .article-hero {
    padding-top: 42px;
  }

  .fraud-hero h1,
  .article-hero h1 {
    font-size: clamp(44px, 15vw, 66px);
  }

  .fraud-hero-actions,
  .fraud-section-head,
  .article-inline-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .fraud-section-head {
    display: flex;
  }

  .fraud-articles,
  .fraud-sidebar {
    grid-template-columns: 1fr;
  }

  .fraud-card {
    min-height: 300px;
  }

  .article-grid {
    gap: 38px;
    padding-top: 46px;
  }

  .article-category {
    margin-top: 36px;
  }

  .article-meta {
    flex-wrap: wrap;
  }

  .article-toc {
    grid-template-columns: 1fr;
  }

  .hrncomer {
    padding: 24px;
  }

  .hrncomer__header {
    align-items: flex-start;
    flex-direction: column;
  }

  .hrncomer__level {
    width: 100%;
  }

  .hrncomer__scale {
    font-size: 11px;
  }

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

  .article-inline-cta .btn {
    width: 100%;
    text-align: center;
  }
}


/* Reusable Hrncoměr variants used by fraud articles */
.hrncomer__header {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: center;
}

.hrncomer__label {
  display: block;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hrncomer__score {
  display: block;
  margin-top: 6px;
  font-size: clamp(42px, 7vw, 64px);
  font-weight: 900;
  line-height: 1;
}



.hrncomer__level {
  display: flex;
  align-items: center;
  gap: 20px;
}

.hrncomer__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  flex: 0 0 96px;
  border-radius: 26px;
  background: rgba(255, 255, 255, .1);
}

.hrncomer__vessel,
.hrncomer__scale-icon {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hrncomer__vessel {
  width: 78px;
  height: 78px;
  stroke-width: 4;
}

.hrncomer__steam {
  stroke-width: 3;
}

.meter__labels > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.hrncomer__scale-icon {
  width: 27px;
  height: 27px;
  flex: 0 0 auto;
  stroke-width: 3.2;
}

.meter__labels > span:first-child {
  color: #7aa35a !important;
}

.meter__labels > span:nth-child(2) {
  color: #e0a100 !important;
}

.meter__labels > span:last-child {
  color: #ef6a30 !important;
}

.hrncomer__level h2 {
  margin-bottom: 6px;
}

.hrncomer__tagline {
  margin: 0;
  font-weight: 800;
}

.hrncomer__meter {
  margin-top: 28px;
}

.meter {
  height: 14px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,.18);
}

.meter__fill {
  height: 100%;
  border-radius: inherit;
  background: currentColor;
}

.meter__labels {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 800;
}

.hrncomer__body {
  margin-top: 28px;
}

.hrncomer__body h3 {
  margin: 0 0 10px;
  font-size: 22px;
}

.hrncomer--hrnicek { color: #7aa35a; }
.hrncomer--rendlik { color: #e0a100; }
.hrncomer--papinak { color: #ef6a30; }

.hrncomer--hrnicek h2,
.hrncomer--rendlik h2,
.hrncomer--papinak h2,
.hrncomer--hrnicek h3,
.hrncomer--rendlik h3,
.hrncomer--papinak h3,
.hrncomer--hrnicek p,
.hrncomer--rendlik p,
.hrncomer--papinak p,
.hrncomer--hrnicek span,
.hrncomer--rendlik span,
.hrncomer--papinak span {
  color: inherit;
}

@media (max-width: 640px) {
  .hrncomer__header {
    align-items: flex-start;
    flex-direction: column;
  }


  .hrncomer__level {
    width: 100%;
  }

  .hrncomer__icon {
    width: 82px;
    height: 82px;
    flex-basis: 82px;
  }

  .hrncomer__vessel {
    width: 66px;
    height: 66px;
  }

  .meter__labels > span {
    flex-direction: column;
    gap: 4px;
  }

  .meter__labels {
    font-size: 11px;
  }
}
