/* ============================================================
   Kilometra.pl — Inner page styles (extends landing.css)
   ============================================================ */

/* ---- shared minimal dark footer ---- */
.footer-min { background: var(--navy); padding: 34px 0 36px; }
.footer-min .foot-bottom { margin-top: 0; padding-top: 26px; }

/* ---- pricing hero tweak ---- */
.hero.pricing { padding-bottom: 60px; }
.hero.pricing h1 { font-size: 62px; max-width: 820px; }
.hero.pricing .hero-sub { max-width: 640px; }

/* ---- big toggle ---- */
.ptoggle-wrap { display: flex; justify-content: center; margin-top: 40px; }
.ptoggle {
  display: inline-flex; background: #fff; border: 1px solid var(--line);
  border-radius: 999px; padding: 6px; box-shadow: var(--shadow-soft);
}
.ptoggle button {
  font-family: inherit; font-weight: 700; font-size: 16px; color: #5A6678;
  padding: 12px 28px; border-radius: 999px; background: transparent; border: none; cursor: pointer;
  transition: all .15s ease; white-space: nowrap;
}
.ptoggle button.on { background: var(--navy); color: #fff; }

/* ---- plan cards ---- */
.plans {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
  align-items: stretch; max-width: 1180px; margin: 52px auto 0;
}
.plan {
  background: #fff; border: 1px solid var(--line); border-radius: 22px;
  padding: 30px 26px; box-shadow: var(--shadow-soft);
  display: flex; flex-direction: column; text-align: left;
}
.plan.feat-plan {
  background: var(--navy); border: none; padding: 34px 28px;
  box-shadow: var(--shadow-card); position: relative; z-index: 2; overflow: hidden;
}
.plan h3 { font-size: 22px; }
.plan .ptag { font-size: 14px; color: var(--body); margin-top: 7px; min-height: 40px; }
.plan.feat-plan h3 { color: #fff; }
.plan.feat-plan .ptag { color: #9DA9C2; }
.price { font-size: 38px; font-weight: 800; margin: 20px 0 4px; letter-spacing: -0.025em; color: var(--ink); }
.price .per { font-size: 15px; font-weight: 600; color: var(--body-light); letter-spacing: 0; }
.plan.feat-plan .price { color: #fff; }
.pcar { font-size: 13px; color: var(--body-light); margin-bottom: 18px; padding-bottom: 18px; border-bottom: 1px solid var(--line-soft); }
.pcar b { color: var(--ink-soft); font-weight: 700; }
.plan.feat-plan .pcar { color: #9DA9C2; border-color: rgba(255,255,255,.14); }
.plan.feat-plan .pcar b { color: #fff; }
/* ---- enterprise band ---- */
.plan-ent {
  max-width: 1180px; margin: 22px auto 0;
  display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap;
  background: #fff; border: 1px solid var(--line); border-radius: 22px;
  padding: 28px 34px; box-shadow: var(--shadow-soft);
}
.plan-ent .ent-tx h3 { font-size: 22px; }
.plan-ent .ent-tx p { font-size: 15px; color: var(--body); margin-top: 6px; max-width: 560px; }
.plan-ent .ent-price { font-size: 22px; font-weight: 800; color: var(--ink); white-space: nowrap; }
.popular-badge {
  position: absolute; top: 0; right: 0; background: var(--blue); color: #fff;
  font-size: 12px; font-weight: 800; letter-spacing: 0.09em;
  padding: 7px 16px; border-radius: 0 24px 0 14px;
}
.plan-feats { list-style: none; margin: 4px 0 26px; padding: 0; display: flex; flex-direction: column; gap: 13px; }
.plan-feats li { display: flex; align-items: center; gap: 11px; font-size: 14.5px; color: var(--ink-soft); }
.plan-feats li .pc {
  width: 22px; height: 22px; border-radius: 50%; flex: 0 0 22px;
  display: grid; place-items: center; background: var(--green-50); color: var(--green);
}
.plan-feats li .pc .svg { width: 13px; height: 13px; }
.plan-feats li.off { color: var(--body-light); }
.plan-feats li.off .pc { background: #EEF2F8; color: #B6BECC; }
.plan.feat-plan .plan-feats li { color: #E4E9F2; }
.plan.feat-plan .plan-feats li .pc { background: rgba(92,139,255,.20); color: #6FA1FF; }
.plan .plan-btn { margin-top: auto; }
.btn-outline { background: #fff; color: var(--ink); border: 1px solid #D9E0EA; box-shadow: 0 1px 2px rgba(17,26,46,.05); }
.btn-outline:hover { background: #F6F8FB; transform: translateY(-1px); }

/* ---- compare link ---- */
.compare-link { display: flex; justify-content: center; margin-top: 44px; }
.compare-link a { display: inline-flex; align-items: center; gap: 10px; color: var(--blue); font-weight: 700; font-size: 16px; }
.compare-link a .svg { width: 18px; height: 18px; }
.compare-link a:hover { color: var(--blue-600); }

/* ---- comparison table ---- */
.cmp { max-width: 1080px; margin: 48px auto 0; background: #fff; border: 1px solid var(--line); border-radius: 20px; overflow: hidden; box-shadow: var(--shadow-soft); }
.cmp table { width: 100%; border-collapse: collapse; }
.cmp th, .cmp td { padding: 20px 26px; text-align: center; font-size: 15.5px; }
.cmp th:first-child, .cmp td:first-child { text-align: left; }
.cmp thead th { font-size: 14px; font-weight: 700; color: var(--ink); }
.cmp thead th:first-child { color: var(--body); font-weight: 600; }
.cmp thead th.hl { color: var(--blue); }
.cmp td:first-child { color: var(--ink-soft); font-weight: 600; }
.cmp tbody tr { border-top: 1px solid var(--line-soft); }
.cmp .col-hl { background: #F1F6FE; }
.cmp .ok { color: var(--green); display: inline-flex; }
.cmp .ok .svg { width: 19px; height: 19px; }
/* CSS checkmark — reliable color */
.ck { display: inline-block; width: 7px; height: 13px; border: solid currentColor; border-width: 0 2.6px 2.6px 0; transform: rotate(43deg); }
.cmp .ok .ck { color: var(--green); }
.plan-feats li .pc .ck { width: 6px; height: 11px; border-width: 0 2.3px 2.3px 0; margin-top: -2px; }
.cmp .no { color: var(--body-light); }
.cmp .bold { font-weight: 700; color: var(--ink); }

/* ---- FAQ ---- */
.faq { max-width: 880px; margin: 44px auto 0; display: flex; flex-direction: column; gap: 16px; }
.faq details { background: var(--bg-alt); border: 1px solid var(--line-soft); border-radius: 16px; overflow: hidden; }
.faq summary { list-style: none; cursor: pointer; padding: 22px 26px; display: flex; align-items: center; justify-content: space-between; gap: 16px; font-size: 17px; font-weight: 700; color: var(--ink); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .svg { width: 20px; height: 20px; color: var(--body-light); transition: transform .2s ease; flex: 0 0 20px; }
.faq details[open] summary .svg { transform: rotate(180deg); }
.faq .faq-body { padding: 0 26px 24px; font-size: 16px; color: var(--body); line-height: 1.6; max-width: 720px; }

/* ---- 404 ---- */
.err {
  display: grid; place-items: center; min-height: calc(100vh - 80px); padding: 70px 0 110px;
  background:
    radial-gradient(120% 80% at 85% -10%, rgba(37,99,235,.12) 0%, transparent 55%),
    radial-gradient(90% 70% at 5% 5%, rgba(37,99,235,.05) 0%, transparent 50%),
    linear-gradient(180deg, #F4F8FE 0%, #FFFFFF 70%);
}
.err-card {
  max-width: 540px; margin: 0 24px; background: #fff; border: 1px solid var(--line);
  border-radius: 28px; padding: 60px 56px; box-shadow: var(--shadow-card); text-align: center;
}
.err-404 {
  font-size: 150px; font-weight: 800; line-height: 1; letter-spacing: -0.04em;
  background: linear-gradient(100deg, #101A30 0%, #1B3FA8 48%, #3B82F6 100%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent;
}
.err-card h2 { font-size: 30px; margin: 16px 0 16px; }
.err-card p { font-size: 16.5px; color: var(--body); margin-bottom: 14px; line-height: 1.55; }
.err-actions { display: flex; gap: 14px; justify-content: center; margin-top: 32px; }
.err-actions .btn { flex: 1; padding: 16px 20px; }

/* ============================================================
   BLOG / WIEDZA
   ============================================================ */
.hero.blog { padding: 64px 0 56px; }
.hero.blog h1 { font-size: 60px; margin: 14px auto 18px; }
.searchbar {
  display: flex; gap: 10px; max-width: 580px; margin: 36px auto 0;
  background: #fff; border: 1px solid var(--line); border-radius: 999px;
  padding: 8px 8px 8px 8px; box-shadow: var(--shadow-card);
}
.searchbar .sf { display: flex; align-items: center; gap: 12px; flex: 1; padding-left: 14px; }
.searchbar .sf .svg { width: 20px; height: 20px; color: var(--body-light); }
.searchbar input { flex: 1; border: none; outline: none; background: transparent; font-family: inherit; font-size: 16px; color: var(--ink); }
.searchbar input::placeholder { color: var(--body-light); }
.searchbar .btn { padding: 12px 26px; }
.filters { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 28px; }
.fpill {
  font-family: inherit; font-size: 15px; font-weight: 700; cursor: pointer;
  padding: 11px 22px; border-radius: 999px; border: 1px solid var(--line);
  background: #fff; color: #4A5468; transition: all .15s ease;
}
.fpill.on { background: var(--navy); color: #fff; border-color: var(--navy); }
.fpill:hover:not(.on) { border-color: #C3CDDB; }

.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.acard {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-xl);
  box-shadow: var(--shadow-soft); overflow: hidden; display: flex; flex-direction: column;
  transition: transform .15s ease, box-shadow .15s ease;
}
.acard:hover { transform: translateY(-4px); box-shadow: var(--shadow-card); }
.acard .thumb { position: relative; height: 200px; }
.acard .imgph {
  background: linear-gradient(135deg, #EEF3FA, #DDE7F4);
  display: grid; place-items: center; font-family: var(--font); font-weight: 800;
  font-size: 26px; color: #1B2640; width: 100%; height: 100%;
}
.cat {
  position: absolute; top: 16px; left: 16px; z-index: 2;
  font-size: 12px; font-weight: 800; letter-spacing: 0.08em;
  padding: 6px 12px; border-radius: 999px; background: #fff;
}
.cat.prawo { color: var(--blue); }
.cat.produkt { color: var(--green); }
.cat.poradnik { color: var(--purple); }
.acard .body { padding: 24px 26px 26px; display: flex; flex-direction: column; flex: 1; }
.ameta { display: flex; align-items: center; gap: 16px; font-size: 13px; color: var(--body-light); font-weight: 600; margin-bottom: 12px; }
.ameta span { display: inline-flex; align-items: center; gap: 6px; }
.ameta .svg { width: 15px; height: 15px; }
.acard h3 { font-size: 21px; line-height: 1.25; margin-bottom: 12px; }
.acard .exc { font-size: 15px; color: var(--body); line-height: 1.55; margin-bottom: 22px; flex: 1; }
.acard .read { margin-top: auto; }
.acard .read .btn { width: 100%; padding: 13px; font-size: 15px; }

.pager { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 56px; }
.pager a, .pager span {
  min-width: 44px; height: 44px; display: grid; place-items: center; padding: 0 10px;
  border-radius: 12px; font-weight: 700; font-size: 15px; color: #4A5468;
  background: #fff; border: 1px solid var(--line);
}
.pager a.on { background: var(--navy); color: #fff; border-color: var(--navy); box-shadow: var(--shadow-soft); }
.pager a.nav { color: var(--body-light); }
.pager .gap { border: none; background: transparent; }
.pager a:hover:not(.on) { border-color: #C3CDDB; }

/* ---- newsletter band (dark) ---- */
.newsletter { background: var(--navy); padding: 84px 0; text-align: center; }
.newsletter .nl-ic { width: 52px; height: 52px; margin: 0 auto 22px; color: var(--blue); }
.newsletter h2 { color: #fff; font-size: 38px; }
.newsletter p { color: #9DA9C2; font-size: 17px; max-width: 540px; margin: 16px auto 32px; line-height: 1.55; }
.nl-form { display: flex; gap: 12px; max-width: 560px; margin: 0 auto; }
.nl-form input {
  flex: 1; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--r-md); padding: 15px 18px; color: #fff; font-family: inherit; font-size: 16px; outline: none;
}
.nl-form input::placeholder { color: #6E7A95; }
.nl-form input:focus { border-color: var(--blue); }
.nl-form .btn { padding: 0 30px; }
.nl-consent { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 18px; font-size: 13.5px; color: #8893AC; }
.nl-consent input { width: 17px; height: 17px; accent-color: var(--blue); }
.nl-consent a { color: var(--blue); }

/* ============================================================
   KONTAKT
   ============================================================ */
.hero.contact { padding: 70px 0 40px; }
.hero.contact h1 { font-size: 70px; }
.hero.contact h1 .ac { color: var(--blue); }
.contact-shell { padding: 0 0 90px; margin-top: -10px; }
.contact-card {
  max-width: 1040px; margin: 0 auto; background: #fff; border: 1px solid var(--line);
  border-radius: 28px; padding: 52px; box-shadow: var(--shadow-card);
  display: grid; grid-template-columns: 1fr 1fr; gap: 56px;
}
.contact-card h2 { font-size: 30px; margin-bottom: 30px; }
.cinfo { display: flex; flex-direction: column; gap: 28px; }
.cinfo-item { display: flex; gap: 16px; }
.cinfo-item .ci-ic { width: 44px; height: 44px; border-radius: 13px; background: var(--blue-50); color: var(--blue); display: grid; place-items: center; flex: 0 0 44px; }
.cinfo-item .ci-ic .svg { width: 22px; height: 22px; }
.cinfo-item h4 { font-size: 18px; margin-bottom: 5px; }
.cinfo-item p { font-size: 15px; color: var(--body); line-height: 1.5; }
.cinfo-item a { color: var(--blue); font-weight: 700; font-size: 15px; display: inline-block; margin-top: 5px; }
.cform-card { background: var(--bg-alt); border: 1px solid var(--line-soft); border-radius: 20px; padding: 34px; }
.cform-card h3 { font-size: 22px; margin-bottom: 24px; }
.cfield { margin-bottom: 18px; }
.cfield label { display: block; font-size: 12px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: #6B7588; margin-bottom: 8px; }
.cfield input, .cfield textarea, .cfield select {
  width: 100%; background: #fff; border: 1px solid var(--line); border-radius: var(--r-md);
  padding: 14px 16px; font-family: inherit; font-size: 16px; color: var(--ink); outline: none; transition: border-color .15s ease;
}
.cfield input::placeholder, .cfield textarea::placeholder { color: var(--body-light); }
.cfield input:focus, .cfield textarea:focus, .cfield select:focus { border-color: var(--blue); }
.cfield textarea { resize: vertical; min-height: 110px; }

/* ============================================================
   REGULAMIN / LEGAL DOC
   ============================================================ */
.hero.legal { padding: 64px 0 40px; }
.hero.legal h1 { font-size: 58px; }
.hero.legal .upd { font-size: 14px; color: var(--body-light); margin-top: 18px; }
.legal-shell { padding: 0 0 100px; }
.doc {
  max-width: 860px; margin: 0 auto; background: #fff; border: 1px solid var(--line);
  border-radius: 28px; padding: 60px 64px; box-shadow: var(--shadow-card);
}
.doc h2 { font-size: 26px; margin: 0 0 12px; padding-bottom: 14px; border-bottom: 1px solid var(--line-soft); }
.doc section + section { margin-top: 44px; }
.doc p { font-size: 16.5px; color: #424B5C; line-height: 1.7; margin-bottom: 16px; }
.doc p strong, .doc li strong { color: var(--ink); font-weight: 700; }
.doc ul { margin: 0 0 16px; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 10px; }
.doc li { position: relative; padding-left: 22px; font-size: 16.5px; color: #424B5C; line-height: 1.6; }
.doc li::before { content: ''; position: absolute; left: 4px; top: 11px; width: 6px; height: 6px; border-radius: 50%; background: #B6BECC; }
.doc a { color: var(--blue); font-weight: 700; }

/* ============================================================
   SHARED INLINE-STYLE REUSE
   ============================================================ */
.dropdown-menu {
  transition: all 0.2s ease-in-out;
  transform: translateY(10px);
}

.group:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.glass-card {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(226, 232, 240, 0.6);
}

.glass-card-dark {
  background: rgba(30, 41, 59, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.fade-enter {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.fade-enter-active {
  opacity: 1;
  transform: translateY(0);
}

.fade-delay-100ms {
  animation-delay: 0.1s;
}

.animate-delay-2s {
  animation-delay: 2s;
}

.animate-duration-2s {
  animation-duration: 2s;
}

.animate-duration-8s {
  animation-duration: 8s;
}

.sprite-absolute {
  position: absolute;
}

.section-padding-top-60 {
  padding-top: 60px;
}

.compare-anchor {
  margin-top: 80px;
}

.h2-size-40 {
  font-size: 40px;
}

.fade-out-translate {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease-in, transform 0.3s ease-in;
}

.fade-in-translate {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}

.fade-exit {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s ease-in, transform 0.3s ease-in;
}

.fade-exit-active {
  opacity: 0;
  transform: translateY(-10px);
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}

.animate-float {
  animation: float 6s ease-in-out infinite;
}

.animate-float-slow {
  animation: float 8s ease-in-out infinite;
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(20px) scale(0.98);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.animate-enter {
  animation: slideInUp 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.footer-logo-hidden {
  display: none;
}

.copy-link-textarea {
  position: absolute;
  left: -9999px;
  top: 0;
  opacity: 0;
}

.mapcard-plain {
  border: none;
  box-shadow: none;
  border-radius: 0;
  min-height: 230px;
}

.chart-h-42 {
  height: 42%;
}

.chart-h-60 {
  height: 60%;
}

.chart-h-96 {
  height: 96%;
}

.chart-h-54 {
  height: 54%;
}

.chart-h-78 {
  height: 78%;
}

.chart-h-48 {
  height: 48%;
}

.arch-head-mb-8 {
  margin-bottom: 8px;
}

.badge-ml-auto {
  margin-left: auto;
}

.value-ink {
  color: var(--ink);
}

.value-purple {
  color: var(--purple);
}

.btn-mt-16 {
  margin-top: 16px;
}

.tag-export-note {
  margin: 14px 0 0;
  background: var(--green-50);
  color: var(--green);
}

.status-dot-green {
  background: var(--green);
}

.faq-answer-open {
  max-height: 900px;
  opacity: 1;
}

.faq-answer-closed {
  max-height: 0;
  opacity: 0;
}

.checklist-mt-14 {
  margin-top: 14px;
}

.arch-head-plain {
  border: none;
  padding-bottom: 0;
  margin-bottom: 6px;
}

.flex-1 {
  flex: 1;
}

.online-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  display: inline-block;
}

.footer-ghost-btn {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
}

.fcontact-margin-top-26 {
  margin-top: 26px;
}

.blog-card-delay-0 {
  animation-delay: 0ms;
}

.blog-card-delay-100 {
  animation-delay: 100ms;
}

.blog-card-delay-200 {
  animation-delay: 200ms;
}

.blog-card-delay-300 {
  animation-delay: 300ms;
}

.blog-card-delay-400 {
  animation-delay: 400ms;
}

.blog-card-delay-500 {
  animation-delay: 500ms;
}

.blog-card-delay-600 {
  animation-delay: 600ms;
}

.progress-width-65 {
  width: 65%;
}

.progress-width-66 {
  width: 66%;
}

.progress-width-67 {
  width: 67%;
}

.progress-width-68 {
  width: 68%;
}

.progress-width-69 {
  width: 69%;
}

.progress-width-70 {
  width: 70%;
}

.progress-width-71 {
  width: 71%;
}

.progress-width-72 {
  width: 72%;
}

.progress-width-73 {
  width: 73%;
}

.progress-width-74 {
  width: 74%;
}

.progress-width-75 {
  width: 75%;
}

.progress-width-76 {
  width: 76%;
}

.progress-width-77 {
  width: 77%;
}

.progress-width-78 {
  width: 78%;
}

.progress-width-79 {
  width: 79%;
}

.progress-width-80 {
  width: 80%;
}

.progress-width-81 {
  width: 81%;
}

.progress-width-82 {
  width: 82%;
}

.progress-width-83 {
  width: 83%;
}

.progress-width-84 {
  width: 84%;
}

.progress-width-85 {
  width: 85%;
}

@keyframes slideInBounce {
  0% {
    opacity: 0;
    transform: translateY(-40px) scale(0.9);
  }
  60% {
    opacity: 1;
    transform: translateY(4px) scale(1.02);
  }
  80% {
    transform: translateY(-2px) scale(0.98);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.animate-card-in {
  animation: slideInBounce 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.animate-marquee {
  animation: marquee 30s linear infinite;
  width: fit-content;
}

.mask-gradient-x {
  mask-image: linear-gradient(
    to right,
    transparent,
    black 10%,
    black 90%,
    transparent
  );
  -webkit-mask-image: linear-gradient(
    to right,
    transparent,
    black 10%,
    black 90%,
    transparent
  );
}

.blog-card .blog-image {
  transition: transform 0.3s ease;
}

.blog-card:hover .blog-image {
  transform: scale(1.05);
}

.article-content h2 {
  color: #0f172a;
  font-weight: 800;
  font-size: 1.75rem;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.prose h2 {
  color: #0f172a;
  font-weight: 700;
  font-size: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e2e8f0;
}

.article-content h3 {
  color: #1e293b;
  font-weight: 700;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

.article-content p,
.prose p {
  color: #475569;
  margin-bottom: 1rem;
  line-height: 1.7;
}

.article-content p {
  margin-bottom: 1.5rem;
  line-height: 1.8;
  font-size: 1.05rem;
}

.article-content ul,
.prose ul {
  color: #475569;
}

.article-content ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 2rem;
}

.prose ul {
  list-style-type: disc;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

.article-content li {
  margin-bottom: 0.75rem;
  position: relative;
  line-height: 1.6;
  padding-left: 1.5rem;
}

.prose li {
  margin-bottom: 0.5rem;
}

.article-content li::before {
  content: "check";
  font-family: "Material Symbols Outlined";
  position: absolute;
  left: 0;
  top: 2px;
  color: #2563eb;
  font-weight: bold;
  font-size: 1.1rem;
}

.article-content blockquote {
  border-left: 4px solid #3b82f6;
  padding-left: 1.5rem;
  font-style: italic;
  color: #334155;
  margin: 2rem 0;
  background: #f8fafc;
  padding: 1.5rem;
  border-radius: 0 1rem 1rem 0;
}

.dla-page .glass-card-dark,
.dla-biur-page .glass-card-dark {
  background: rgba(30, 41, 59, 0.7);
}

@media (max-width: 1080px) {
  .plans { grid-template-columns: repeat(2, 1fr); max-width: 620px; }
}
@media (max-width: 980px) {
  .plans { grid-template-columns: 1fr; max-width: 460px; }
  .plan-ent { flex-direction: column; align-items: flex-start; text-align: left; }
  .hero.pricing h1 { font-size: 44px; }
  .cmp { overflow-x: auto; }
  .err-card { padding: 44px 28px; }
  .err-404 { font-size: 110px; }
  .err-actions { flex-direction: column; }
  .blog-grid { grid-template-columns: 1fr; max-width: 460px; margin-left: auto; margin-right: auto; }
  .hero.blog h1, .hero.contact h1, .hero.legal h1 { font-size: 40px; }
  .contact-card { grid-template-columns: 1fr; gap: 36px; padding: 34px; }
  .doc { padding: 36px 26px; }
  .nl-form, .searchbar { flex-direction: column; border-radius: 20px; }
  .searchbar .btn, .nl-form .btn { width: 100%; }
}
