:root {
  --ink: #121b2d;
  --muted: #5d6879;
  --line: #dce5ef;
  --paper: #f6f8fb;
  --white: #fff;
  --navy: #061b31;
  --blue: #0b73d9;
  --cyan: #67bee1;
  --teal: #16a394;
  --pink: #e51667;
  --max: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
}
a { color: var(--blue); text-underline-offset: .18em; }
img { max-width: 100%; height: auto; display: block; }
.skip-link { position: absolute; left: -999px; top: 10px; padding: 10px 14px; background: #fff; z-index: 1000; }
.skip-link:focus { left: 10px; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 8px 26px rgba(12,27,48,.05);
  backdrop-filter: blur(12px);
}
.nav {
  width: min(var(--max), 100%);
  margin: 0 auto;
  min-height: 96px;
  padding: 14px 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand img {
  width: 300px;
  max-width: 31vw;
  height: auto;
  object-fit: contain;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.nav-links a {
  color: var(--ink);
  text-decoration: none;
  font-weight: 650;
  font-size: 17px;
}
.nav-links a:hover, .nav-links a:focus { color: var(--blue); }
.language-switch {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-left: 4px;
  padding-left: 14px;
  border-left: 1px solid var(--line);
}
.language-link {
  min-width: 54px;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 5px 8px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 13px !important;
}
.language-link.is-active {
  background: #edf7fb;
  border-color: #b7dcec;
}
.flag {
  position: relative;
  width: 22px;
  height: 15px;
  flex: 0 0 22px;
  overflow: hidden;
  border: 1px solid rgba(12,27,48,.18);
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(12,27,48,.12);
}
.flag-cs {
  background: linear-gradient(to bottom, #fff 0 50%, #d7141a 50% 100%);
}
.flag-cs::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 0;
  height: 0;
  border-top: 7.5px solid transparent;
  border-bottom: 7.5px solid transparent;
  border-left: 11px solid #11457e;
}
.flag-en {
  background: #012169 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 30'%3E%3Cpath fill='%23012169' d='M0 0h60v30H0z'/%3E%3Cpath stroke='%23fff' stroke-width='6' d='m0 0 60 30m0-30L0 30'/%3E%3Cpath stroke='%23c8102e' stroke-width='2' d='m0 0 60 30m0-30L0 30'/%3E%3Cpath stroke='%23fff' stroke-width='10' d='M30 0v30M0 15h60'/%3E%3Cpath stroke='%23c8102e' stroke-width='6' d='M30 0v30M0 15h60'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
}
.flag-en::before,
.flag-en::after {
  content: none;
}
.flag-pl {
  background: linear-gradient(to bottom, #fff 0 50%, #dc143c 50% 100%);
}
.language-code {
  line-height: 1;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 5px;
  border: 1px solid transparent;
  font-weight: 750;
  text-decoration: none;
  cursor: pointer;
}
.btn-primary { background: var(--pink); color: #fff; }
.btn-secondary { background: #fff; color: var(--ink); border-color: var(--line); }
.page-hero {
  background: var(--navy);
  color: #fff;
  padding: 86px 26px;
}
.home-hero {
  min-height: 520px;
  display: grid;
  align-items: center;
  background-size: cover;
  background-position: center;
  padding: 70px 26px;
}
.article-hero { padding-bottom: 56px; }
.section-inner {
  width: min(var(--max), 100%);
  margin: 0 auto;
}
.section-inner.narrow { max-width: 900px; }
.eyebrow {
  margin: 0 0 18px;
  color: #d9e7f7;
  text-transform: uppercase;
  font-weight: 850;
  font-size: 15px;
  letter-spacing: 0;
}
h1, h2, h3, h4 {
  line-height: 1.13;
  letter-spacing: 0;
  margin: 0 0 22px;
}
h1 { font-size: clamp(42px, 7vw, 72px); max-width: 980px; }
h2 { font-size: clamp(30px, 4vw, 46px); }
h3 { font-size: clamp(24px, 3vw, 34px); }
p, li { font-size: 19px; }
.lead {
  font-size: clamp(20px, 2vw, 25px);
  max-width: 860px;
  color: #dce7f5;
}
.hero-copybox {
  width: min(460px, 100%);
  color: #f7fbff;
}
.home-hero h1 {
  max-width: 450px;
  font-size: clamp(34px, 4.3vw, 54px);
  color: #fff;
}
.hero-copybox p {
  margin: 0 0 18px;
  font-size: 20px;
  line-height: 1.5;
}
.hero-highlight {
  color: #ffff00;
  font-weight: 850;
}
.home-section {
  padding: 72px 26px;
  background: #fff;
}
.home-section:nth-of-type(even) { background: var(--paper); }
.centered { text-align: center; }
.home-section h2 {
  text-align: center;
  color: var(--ink);
  font-size: clamp(28px, 3.2vw, 42px);
  margin-bottom: 18px;
}
.home-section .narrow h3 {
  margin: 0 auto 14px;
  font-size: 18px;
  color: var(--ink);
}
.home-section .narrow p {
  color: var(--muted);
  font-size: 17px;
}
.accent { color: var(--teal); }
.risk-panel {
  max-width: 980px;
  margin: 44px auto 0;
  padding: 42px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 54px;
  background: #f4f8fc;
  border-radius: 8px;
}
.risk-card,
.process-step,
.nis-card,
.trust-card,
.price-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 34px rgba(12,27,48,.16);
}
.risk-card {
  min-height: 440px;
  padding: 44px 38px;
}
.card-title-row {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 22px;
}
.card-title-row h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(22px, 2.4vw, 31px);
}
.home-icon {
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  color: #1a5a7a;
}
.home-icon svg {
  width: 58px !important;
  height: 58px !important;
  max-width: 58px !important;
  max-height: 58px !important;
  display: block;
}
.risk-card p,
.risk-card li,
.nis-card p,
.trust-card p,
.price-card li {
  font-size: 17px;
}
.arrow-list {
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}
.arrow-list li {
  position: relative;
  padding-left: 28px;
  margin: 16px 0;
}
.arrow-list li::before {
  content: "›";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--blue);
  font-size: 28px;
  line-height: 1;
}
.process-flow {
  margin: 42px auto 24px;
  display: grid;
  grid-template-columns: 1fr 46px 1fr 46px 1fr 46px 1fr;
  gap: 0;
  align-items: center;
  max-width: 1040px;
}
.process-step {
  min-height: 210px;
  padding: 30px 22px;
  display: grid;
  place-items: center;
  text-align: center;
}
.process-step p {
  margin: 12px 0 0;
  font-size: 16px;
  line-height: 1.45;
  color: #657184;
}
.process-arrow {
  color: #1a5a7a;
  font-weight: 850;
  font-size: 44px;
  text-align: center;
}
.btn.blue { background: var(--blue); }
.nis-card {
  max-width: 720px;
  margin: 72px auto 0;
  padding: 44px 54px;
}
.trust-section {
  background: #f6f9fc;
}
.trust-section h2 {
  font-size: clamp(24px, 2.8vw, 34px);
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin: 36px 0 36px;
}
.trust-card {
  padding: 32px 24px;
  min-height: 300px;
  display: grid;
  justify-items: center;
  align-content: center;
  text-align: center;
}
.trust-card img {
  width: min(190px, 72%);
  height: 128px;
  object-fit: contain;
  margin-bottom: 30px;
}
.trust-card h3 {
  font-size: 20px;
  color: var(--cyan);
  margin-bottom: 10px;
}
.trust-copy {
  max-width: 920px;
  margin: 0 auto 36px;
  text-align: center;
}
.trust-copy p {
  font-size: 17px;
  color: var(--muted);
}
.logo-panel {
  min-height: 210px;
  padding: 32px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 34px rgba(12,27,48,.12);
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 22px;
  align-items: center;
}
.logo-tile {
  margin: 0;
  display: grid;
  place-items: center;
  min-height: 80px;
}
.logo-tile img {
  max-height: 70px;
  object-fit: contain;
  filter: grayscale(20%);
}
.pricing-section {
  background: #fff;
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
  margin-top: 34px;
}
.price-card {
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.price-head {
  min-height: 132px;
  padding: 22px 18px;
  background: var(--cyan);
  color: #fff;
}
.price-head h3 {
  color: #fff;
  margin-bottom: 8px;
  font-size: 23px;
}
.price-head p {
  margin: 0;
  font-size: 14px;
  line-height: 1.35;
}
.price-value {
  margin: 30px 0 18px;
  color: #6a6f78;
  font-size: 58px;
  line-height: 1;
  font-weight: 450;
}
.price-value span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
}
.price-value.price-custom {
  padding: 18px 18px 0;
  font-size: 28px;
  line-height: 1.2;
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
  min-height: 106px;
  display: grid;
  place-items: center;
}
.price-card ul {
  flex: 1;
  margin: 0;
  padding: 0 28px 24px;
  list-style: none;
}
.price-card li {
  padding: 12px 0 12px 26px;
  border-top: 1px solid var(--line);
  position: relative;
  color: #5b6572;
}
.price-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #7c8794;
}
.price-card .btn {
  align-self: center;
  margin: 0 0 10px;
}
.price-note {
  margin: 0 0 20px;
  font-size: 13px;
  color: var(--muted);
}
.contact-strip {
  padding-top: 38px;
}
.contact-strip h2 {
  font-size: 26px;
  margin-bottom: 16px;
}
.screenshot-page {
  padding: 76px 26px;
  background: #fff;
}
.screenshot-page + .screenshot-page {
  padding-top: 48px;
}
.pale-page,
.services-page .service-band,
.vdr-hero-panel,
.vdr-how-panel,
.vdr-about-band,
.contact-page {
  background: #f5f8fb;
}
.page-title {
  color: var(--ink);
  text-align: center;
  font-size: clamp(32px, 4vw, 46px);
  margin-bottom: 58px;
}
.page-title.stacked span {
  display: block;
  font-size: .86em;
}
.page-subtitle {
  text-align: center;
  color: var(--ink);
  font-size: clamp(28px, 3vw, 38px);
  margin: 0 0 36px;
}
.pale-title {
  color: var(--cyan);
  font-weight: 500;
}
.intro-split,
.nis2-intro {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 32px;
  align-items: center;
}
.escrow-intro {
  max-width: 900px;
  margin: 0 auto 56px;
}
.intro-image {
  margin: 0;
  display: grid;
  place-items: center;
}
.intro-image img {
  width: min(420px, 100%);
  max-height: 340px;
  object-fit: contain;
}
.soft-card,
.info-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}
.soft-card {
  padding: 42px;
  box-shadow: 0 16px 34px rgba(12,27,48,.18);
}
.intro-card {
  min-height: 280px;
}
.wide-card {
  max-width: 1180px;
  margin: 0 auto;
}
.readable {
  color: #697386;
}
.readable h2,
.readable h3 {
  color: var(--ink);
}
.card-grid {
  display: grid;
  gap: 32px;
}
.card-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.info-card {
  padding: 42px;
}
.info-card.raised {
  box-shadow: 0 16px 34px rgba(12,27,48,.18);
}
.info-card h2 {
  font-size: clamp(24px, 2.5vw, 31px);
  color: var(--ink);
}
.info-card p,
.info-card li,
.soft-card p,
.soft-card li {
  font-size: 18px;
}
.plain-list {
  padding-left: 22px;
}
.plain-list li {
  margin: 7px 0;
}
.check-list {
  list-style: none;
  padding-left: 0;
}
.check-list li {
  position: relative;
  padding-left: 28px;
  margin: 9px 0;
}
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--blue);
  font-weight: 850;
}
.blog-link-strip {
  padding: 34px 26px 54px;
  text-align: center;
  background: #fff;
}
.blog-link-strip a {
  color: #777;
  font-size: clamp(25px, 3vw, 36px);
}
.nis2-intro {
  max-width: 1120px;
  margin: 0 auto;
}
.nis2-intro figure {
  margin: 0;
}
.nis2-intro img {
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  border-radius: 8px;
}
.benefit-card {
  margin-bottom: 34px;
}
.service-band {
  padding: 58px 42px;
  border-radius: 8px;
}
.services-page h1,
.services-page .service-band > h2 {
  text-align: center;
  color: #747e8c;
  font-size: clamp(28px, 3vw, 38px);
  margin-bottom: 34px;
}
.services-page .btn {
  margin-top: 30px;
}
.compact-card {
  max-width: 560px;
  margin: 0 auto;
}
.muted-line {
  color: #475569;
  font-size: 16px;
  margin-top: 28px;
}
.vdr-page h2 {
  color: #2a55a2;
}
.vdr-hero-panel {
  min-height: 560px;
  border-radius: 8px;
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(360px, 1fr);
  align-items: center;
  gap: 54px;
  padding: 78px 42px;
}
.vdr-hero-copy {
  max-width: 360px;
  margin-left: 62px;
}
.vdr-hero-copy h1 {
  font-size: clamp(34px, 4vw, 48px);
  color: var(--ink);
}
.vdr-hero-copy h1 span {
  display: block;
}
.vdr-hero-copy p {
  font-size: 17px;
}
.vdr-hero-illustration,
.vdr-flow-illustration {
  margin: 0;
}
.vdr-hero-illustration img,
.vdr-flow-illustration img {
  width: 100%;
  border-radius: 8px;
  border: 1px solid var(--line);
  box-shadow: 0 18px 38px rgba(12,27,48,.16);
  background: #fff;
}
.vdr-problem-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 70px;
  max-width: 880px;
  margin: 28px auto 0;
}
.vdr-problem-card {
  min-height: 150px;
  padding: 28px 20px;
  display: grid;
  place-items: center;
  gap: 10px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(12,27,48,.18);
  color: var(--teal);
}
.vdr-how-panel {
  min-height: 480px;
  border-radius: 8px;
  display: grid;
  grid-template-columns: minmax(260px, .65fr) minmax(360px, 1fr);
  align-items: center;
  gap: 54px;
  padding: 70px 42px;
}
.vdr-how-panel article {
  max-width: 360px;
}
.vdr-how-panel p {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.vdr-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  margin-top: 34px;
}
.vdr-feature h3 {
  font-size: 20px;
  color: #687080;
}
.vdr-feature p {
  font-size: 16px;
}
.tag-list {
  list-style: none;
  margin: 22px 0 0;
  padding: 18px;
  background: #edf7fb;
  border-radius: 8px;
  text-align: left;
}
.tag-list li {
  color: var(--teal);
  font-weight: 800;
  font-size: 15px;
}
.tag-list li::before {
  content: "• ";
}
.vdr-about-band {
  border-radius: 8px;
  padding: 72px 26px;
}
.vdr-about-card {
  max-width: 650px;
  margin: 0 auto;
}
.faq-card {
  padding: 20px;
}
.faq-card details {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 15px 18px;
  margin: 10px 0;
}
.faq-card summary {
  cursor: pointer;
  font-weight: 850;
  color: var(--ink);
}
.contact-page {
  min-height: 100vh;
}
.contact-tiles {
  width: min(1060px, 100%);
  margin: 0 auto 24px;
  padding: 42px 34px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  background: #fff;
}
.contact-tiles article {
  display: grid;
  justify-items: center;
  align-content: start;
  text-align: center;
  gap: 20px;
}
.contact-tiles h2,
.contact-tiles a {
  color: var(--ink);
  text-decoration: none;
  font-size: clamp(22px, 2.4vw, 30px);
  word-break: break-word;
}
.map-panel {
  width: min(1060px, 100%);
  margin: 0 auto 36px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 16px 34px rgba(12,27,48,.12);
}
.map-panel iframe {
  width: 100%;
  height: 360px;
  display: block;
  border: 0;
}
.contact-icon,
.contact-icon svg {
  width: 64px !important;
  height: 64px !important;
  display: block;
  color: var(--cyan);
}
.contact-form {
  width: min(470px, 100%);
  margin-left: 120px;
  padding: 22px;
  background: #fff;
  display: grid;
  gap: 8px;
}
.contact-form label {
  color: #536174;
  font-size: 18px;
}
.contact-form textarea {
  min-height: 330px;
}
.contact-form .btn {
  width: 160px;
  justify-self: center;
  margin-top: 10px;
}
.company-grid {
  width: min(1060px, 100%);
  margin: 44px auto 32px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  text-align: center;
  color: #6d7480;
}
.contact-socials {
  display: flex;
  justify-content: center;
  gap: 22px;
}
.social-link.large {
  width: 56px;
  height: 56px;
  font-size: 30px;
  color: var(--cyan);
}
.content-section {
  padding: 78px 26px;
  background: var(--paper);
}
.content-section.alt { background: #fff; }
.content-section > .section-inner > h2 {
  text-align: center;
  color: #626d79;
  margin-bottom: 36px;
}
.content-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.content-card,
.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 34px;
  box-shadow: 0 16px 40px rgba(12,27,48,.09);
}
.content-card h3 {
  color: #061936;
  display: flex;
  align-items: center;
  gap: 18px;
}
.source-icon {
  display: block;
  width: 58px !important;
  height: 58px !important;
  color: var(--cyan);
  margin-bottom: 18px;
  overflow: hidden;
}
.source-icon svg {
  display: block;
  width: 58px !important;
  height: 58px !important;
  max-width: 58px !important;
  max-height: 58px !important;
  fill: currentColor;
}
.content-card ul,
.article-shell ul { padding-left: 24px; }
.content-media,
.article-featured {
  margin: 28px 0;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
}
.content-media img,
.article-featured img {
  width: 100%;
  object-fit: cover;
}
.article-shell {
  width: min(920px, 100%);
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 44px;
  box-shadow: 0 16px 40px rgba(12,27,48,.08);
}
.article-shell h2,
.article-shell h3 { margin-top: 34px; }
.article-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.article-card {
  padding: 0;
  overflow: hidden;
  display: grid;
  grid-template-rows: 210px 1fr;
}
.article-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}
.article-card-body { padding: 24px; }
.article-card h2 {
  font-size: 24px;
  text-align: left;
  color: var(--ink);
}
.article-card h2 a { color: inherit; text-decoration: none; }
.date { color: var(--muted); font-weight: 750; font-size: 15px; }
form { display: grid; gap: 14px; }
label { font-weight: 750; }
input, textarea, select {
  width: 100%;
  min-height: 44px;
  padding: 11px 12px;
  border: 1px solid #bdc8d5;
  border-radius: 6px;
  font: inherit;
}
textarea { min-height: 150px; resize: vertical; }
.site-footer {
  background: #fff;
  color: #8b95a4;
  padding: 34px 26px;
  border-top: 1px solid var(--line);
}
.footer-inner {
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: grid;
  justify-content: center;
  justify-items: center;
  align-items: center;
  gap: 14px;
  text-align: center;
}
.footer-socials { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.social-link {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 5px;
  color: var(--blue);
  text-decoration: none;
  font-weight: 850;
  background: #fff;
}
.cookie-panel {
  position: fixed;
  inset: auto 18px 18px 18px;
  z-index: 50;
  background: #fff;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  box-shadow: 0 24px 80px rgba(7,25,47,.26);
  max-width: 760px;
  margin: 0 auto;
}
.cookie-panel[hidden], .cookie-settings[hidden] { display: none; }
.cookie-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 16px; }
.cookie-settings { border-top: 1px solid var(--line); margin-top: 16px; padding-top: 16px; }
.toggle-row { display: flex; justify-content: space-between; gap: 20px; padding: 10px 0; border-bottom: 1px solid var(--line); }
.toggle-row input { width: 22px; min-height: 22px; }
:focus-visible { outline: 3px solid #d99b2b; outline-offset: 3px; }

@media (max-width: 940px) {
  .nav { align-items: flex-start; }
  .brand img { max-width: 260px; }
  .content-grid, .article-cards { grid-template-columns: 1fr; }
  .page-hero { padding: 64px 22px; }
  .home-hero { min-height: 460px; }
  .risk-panel,
  .trust-grid,
  .pricing-grid { grid-template-columns: 1fr; }
  .risk-panel { gap: 28px; }
  .risk-card { min-height: 0; }
  .process-flow {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .process-arrow {
    transform: rotate(90deg);
    font-size: 34px;
  }
  .logo-panel { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .intro-split,
  .nis2-intro,
  .card-grid.two,
  .vdr-hero-panel,
  .vdr-how-panel,
  .vdr-problem-grid,
  .vdr-feature-grid,
  .contact-tiles,
  .company-grid {
    grid-template-columns: 1fr;
  }
  .vdr-hero-copy,
  .contact-form {
    margin-left: 0;
  }
  .vdr-problem-grid {
    gap: 24px;
  }
  .vdr-feature-grid {
    gap: 22px;
  }
}

@media (max-width: 620px) {
  .nav { display: grid; }
  .brand img { max-width: 230px; }
  .nav-links { justify-content: flex-start; gap: 14px; }
  h1 { font-size: 38px; }
  p, li { font-size: 17px; }
  .article-shell, .content-card, .card { padding: 24px; }
  .content-section { padding: 54px 18px; }
  .home-section { padding: 54px 18px; }
  .home-hero {
    min-height: 420px;
    padding: 54px 18px;
    background-position: center right;
  }
  .home-hero h1 { font-size: 34px; }
  .hero-copybox p { font-size: 17px; }
  .risk-panel { padding: 18px; }
  .risk-card,
  .nis-card {
    padding: 26px 22px;
  }
  .card-title-row {
    align-items: flex-start;
    gap: 12px;
  }
  .home-icon,
  .home-icon svg {
    width: 46px !important;
    height: 46px !important;
    flex-basis: 46px;
  }
  .process-step { min-height: 168px; }
  .logo-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 20px;
  }
  .price-value { font-size: 48px; }
  .screenshot-page {
    padding: 52px 18px;
  }
  .page-title {
    margin-bottom: 34px;
    font-size: 31px;
  }
  .soft-card,
  .info-card,
  .service-band,
  .vdr-hero-panel,
  .vdr-how-panel {
    padding: 26px 20px;
  }
  .info-card p,
  .info-card li,
  .soft-card p,
  .soft-card li {
    font-size: 16px;
  }
  .vdr-hero-panel,
  .vdr-how-panel {
    min-height: 0;
  }
  .vdr-hero-copy {
    max-width: none;
  }
  .contact-tiles {
    padding: 28px 20px;
  }
  .contact-form {
    padding: 18px;
  }
  .contact-form textarea {
    min-height: 220px;
  }
}

/* Modern Deponest redesign */
:root {
  --ink: #07152d;
  --muted: #4f6075;
  --line: #d8e4f2;
  --paper: #f3f7fc;
  --white: #fff;
  --navy: #020b22;
  --blue: #065fda;
  --blue-2: #078dff;
  --cyan: #35c6ff;
  --teal: #08a99a;
  --pink: #065fda;
  --max: 1180px;
  --radius: 8px;
  --shadow-soft: 0 18px 46px rgba(8, 24, 48, .12);
  --shadow-card: 0 22px 54px rgba(8, 24, 48, .18);
}

body {
  background: linear-gradient(180deg, #fff 0, #f4f8fd 420px, #fff 100%);
  color: var(--ink);
}

a {
  color: var(--blue);
}

.site-header {
  background: rgba(255, 255, 255, .98);
  border-bottom: 1px solid rgba(216, 228, 242, .95);
  box-shadow: 0 8px 28px rgba(7, 21, 45, .07);
}

.nav {
  min-height: 82px;
  padding: 12px 28px;
  gap: 30px;
}

.brand {
  flex: 0 0 auto;
}

.brand img {
  width: 220px;
  max-width: 28vw;
}

.nav-links {
  gap: 24px;
}

.nav-links a {
  color: #0d1b31;
  font-size: 14px;
  font-weight: 800;
}

.language-switch {
  gap: 8px;
  margin-left: 12px;
  padding-left: 8px;
  border-left: 0;
}

.language-link {
  min-width: 40px;
  min-height: 28px;
  padding: 4px 9px;
  border-color: var(--line);
  background: #fff;
  border-radius: 5px;
  color: #0d1b31;
  font-size: 11px !important;
  font-weight: 850;
  box-shadow: 0 5px 14px rgba(8, 24, 48, .05);
}

.language-link.is-active {
  background: #edf5ff;
  border-color: #b8cff0;
  color: var(--blue);
}

.language-link .flag {
  width: 18px;
  height: 12px;
  flex-basis: 18px;
}

.btn {
  min-height: 46px;
  padding: 11px 21px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 850;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

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

.btn-primary,
.btn.blue {
  background: linear-gradient(135deg, var(--blue-2), var(--blue));
  color: #fff;
  box-shadow: 0 12px 28px rgba(6, 95, 218, .28);
}

.btn-ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, .55);
  background: rgba(255, 255, 255, .06);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08);
}

.btn-ghost:hover,
.btn-ghost:focus {
  border-color: rgba(255, 255, 255, .85);
  background: rgba(255, 255, 255, .12);
}

.page-hero {
  background:
    linear-gradient(115deg, rgba(2, 11, 34, .96), rgba(4, 32, 76, .88)),
    url("../assets/img/deponest-hero-original.png") center / cover;
  padding: 82px 28px;
}

.modern-hero {
  position: relative;
  isolation: isolate;
  min-height: 520px;
  padding: 68px 28px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .18);
}

.modern-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(2, 8, 27, .96) 0%, rgba(2, 12, 36, .9) 44%, rgba(4, 42, 85, .66) 100%),
    linear-gradient(180deg, rgba(12, 157, 255, .11), rgba(2, 8, 27, .2));
}

.modern-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(53, 198, 255, .1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(53, 198, 255, .08) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, transparent, #000 40%, #000 78%, transparent);
  opacity: .34;
}

.hero-modern-grid {
  display: grid;
  grid-template-columns: minmax(360px, .92fr) minmax(360px, 1fr);
  gap: 58px;
  align-items: center;
}

.hero-copybox {
  width: min(560px, 100%);
}

.home-hero h1 {
  max-width: 560px;
  color: #fff;
  font-size: clamp(42px, 5vw, 66px);
  font-weight: 900;
  letter-spacing: 0;
}

.hero-copybox p {
  max-width: 520px;
  color: #e8f3ff;
  font-size: 19px;
  line-height: 1.58;
}

.hero-highlight {
  color: #fff200;
  font-weight: 900;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 28px;
}

.hero-visual {
  display: grid;
  place-items: center;
  min-height: 360px;
}

.hero-lock-scene {
  position: relative;
  width: min(470px, 100%);
  aspect-ratio: 1.15;
  display: grid;
  place-items: center;
}

.cube-shadow {
  position: absolute;
  width: 78%;
  height: 26%;
  bottom: 9%;
  background: linear-gradient(90deg, rgba(6, 95, 218, .08), rgba(53, 198, 255, .36), rgba(6, 95, 218, .08));
  transform: perspective(420px) rotateX(62deg);
  filter: blur(6px);
}

.cube-base {
  position: absolute;
  width: 72%;
  height: 48%;
  bottom: 13%;
  background:
    linear-gradient(145deg, rgba(7, 141, 255, .16), rgba(6, 95, 218, .46)),
    linear-gradient(45deg, rgba(53, 198, 255, .2), transparent 60%);
  border: 1px solid rgba(95, 213, 255, .5);
  transform: perspective(620px) rotateX(60deg) rotateZ(-45deg);
  box-shadow: 0 0 0 2px rgba(53, 198, 255, .08), 0 28px 80px rgba(7, 141, 255, .24);
}

.cube-glass {
  position: absolute;
  width: 44%;
  height: 44%;
  top: 14%;
  border: 2px solid rgba(82, 213, 255, .9);
  background: linear-gradient(145deg, rgba(59, 210, 255, .32), rgba(4, 49, 103, .22));
  transform: rotate(45deg) skew(-8deg, -8deg);
  box-shadow: inset 0 0 32px rgba(53, 198, 255, .2), 0 0 44px rgba(53, 198, 255, .28);
}

.lock-shackle {
  position: absolute;
  width: 112px;
  height: 104px;
  top: 33%;
  border: 17px solid #35c6ff;
  border-bottom: 0;
  border-radius: 76px 76px 0 0;
  filter: drop-shadow(0 10px 18px rgba(0, 183, 255, .3));
}

.lock-body {
  position: absolute;
  width: 142px;
  height: 118px;
  top: 50%;
  border-radius: 8px;
  background: linear-gradient(145deg, #11b7ff, #064ebf 68%, #032c73);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .2), 0 24px 48px rgba(0, 16, 60, .42);
}

.lock-body::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 36px;
  width: 22px;
  height: 42px;
  transform: translateX(-50%);
  background:
    radial-gradient(circle at 50% 9px, #c8f2ff 0 8px, transparent 9px),
    linear-gradient(#c8f2ff, #c8f2ff) center 18px / 8px 25px no-repeat;
}

.home-section {
  padding: 54px 28px;
  background: #fff;
}

.home-section:nth-of-type(even),
.risk-section,
.how-section,
.pricing-section {
  background: linear-gradient(180deg, #fff, #f6f9fe);
}

.home-section h2 {
  color: var(--ink);
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 900;
}

.home-section .narrow h3 {
  color: #0d1b31;
  font-size: 17px;
  font-weight: 850;
}

.home-section .narrow p {
  color: var(--muted);
}

.accent {
  color: var(--blue);
}

.risk-panel {
  max-width: 920px;
  margin-top: 36px;
  padding: 0;
  gap: 28px;
  background: transparent;
  border-radius: 0;
}

.risk-card,
.process-step,
.nis-card,
.trust-card,
.price-card,
.soft-card,
.info-card,
.content-card,
.card,
.article-shell,
.map-panel,
.vdr-problem-card {
  border-radius: var(--radius);
  border: 1px solid rgba(216, 228, 242, .95);
  box-shadow: var(--shadow-soft);
}

.risk-card {
  min-height: 300px;
  padding: 36px 38px;
}

.card-title-row {
  gap: 20px;
  margin-bottom: 22px;
}

.card-title-row h3,
.info-card h2,
.content-card h3 {
  color: var(--ink);
  font-weight: 900;
}

.home-icon {
  width: 72px;
  height: 72px;
  flex-basis: 72px;
  color: #fff;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--blue-2), var(--blue));
  box-shadow: 0 13px 28px rgba(6, 95, 218, .32);
}

.home-icon svg {
  width: 38px !important;
  height: 38px !important;
  max-width: 38px !important;
  max-height: 38px !important;
  stroke-width: 1.8;
}

.risk-card p,
.risk-card li,
.nis-card p,
.trust-card p,
.price-card li {
  font-size: 16px;
}

.arrow-list li {
  padding-left: 34px;
  margin: 15px 0;
}

.arrow-list li::before {
  content: "";
  top: 7px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: inset 0 0 0 4px #dcecff;
}

.process-flow {
  max-width: 950px;
  grid-template-columns: 1fr 70px 1fr 70px 1fr 70px 1fr;
  margin-top: 36px;
}

.process-step {
  min-height: 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.process-step .home-icon {
  width: 86px;
  height: 86px;
  flex-basis: 86px;
  color: #1b5f8a;
  background: #fff;
  box-shadow: 0 18px 40px rgba(8, 24, 48, .14);
}

.process-step .home-icon svg {
  width: 42px !important;
  height: 42px !important;
}

.process-step p {
  color: #172640;
  font-size: 14px;
  line-height: 1.35;
}

.process-arrow {
  position: relative;
  height: 2px;
  color: transparent;
  border-top: 2px dashed rgba(6, 95, 218, .5);
}

.process-arrow::after {
  content: "";
  position: absolute;
  right: -1px;
  top: -6px;
  width: 10px;
  height: 10px;
  border-top: 2px solid rgba(6, 95, 218, .7);
  border-right: 2px solid rgba(6, 95, 218, .7);
  transform: rotate(45deg);
}

.nis-card {
  position: relative;
  max-width: 960px;
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 34px;
  align-items: center;
  margin-top: 58px;
  padding: 34px 42px;
  overflow: hidden;
}

.nis-card::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 150px;
  opacity: .22;
  background-image: radial-gradient(circle, var(--blue) 1px, transparent 1.5px);
  background-size: 12px 12px;
}

.nis-card-art {
  position: relative;
  z-index: 1;
  margin: 0;
  display: grid;
  place-items: center;
}

.nis-card-art img {
  width: min(220px, 100%);
  border-radius: var(--radius);
}

.nis-card-copy {
  position: relative;
  z-index: 1;
}

.trust-section {
  background: #041631;
  color: #fff;
  padding-top: 48px;
  padding-bottom: 0;
}

.trust-section h2 {
  color: #fff;
  font-size: clamp(24px, 2.3vw, 34px);
}

.trust-grid {
  gap: 24px;
}

.trust-card {
  min-height: 230px;
  padding: 28px 24px;
  color: #fff;
  background: linear-gradient(145deg, rgba(30, 88, 157, .84), rgba(10, 42, 87, .96));
  border-color: rgba(91, 174, 255, .22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 18px 44px rgba(0, 0, 0, .16);
}

.trust-card img {
  width: min(150px, 60%);
  height: 112px;
  margin-bottom: 22px;
  filter: none;
}

.trust-card h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}

.trust-card p,
.trust-copy p {
  color: #dceaff;
}

.trust-copy {
  margin-bottom: 28px;
}

.logo-panel {
  min-height: 120px;
  padding: 22px 30px;
  background: #fff;
  border-radius: 0 0 var(--radius) var(--radius);
  box-shadow: 0 18px 40px rgba(0, 0, 0, .2);
}

.logo-tile {
  min-height: 58px;
}

.logo-tile img {
  max-height: 54px;
  filter: none;
}

.pricing-section {
  padding-top: 36px;
}

.pricing-grid {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  gap: 28px;
}

.price-card {
  position: relative;
  overflow: visible;
  padding-bottom: 22px;
  background: #fff;
}

.price-card:nth-child(2) {
  border-color: rgba(6, 95, 218, .7);
  box-shadow: 0 24px 58px rgba(6, 95, 218, .18);
  transform: translateY(-10px);
}

.price-card:nth-child(2)::before {
  content: "TOP";
  position: absolute;
  left: -1px;
  right: -1px;
  top: -23px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: var(--radius) var(--radius) 0 0;
  background: linear-gradient(135deg, var(--blue-2), var(--blue));
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}

.price-head {
  min-height: 126px;
  padding: 26px 20px 14px;
  background: #fff;
  color: var(--ink);
}

.price-head h3 {
  color: var(--ink);
  font-weight: 900;
}

.price-head p {
  color: #425167;
  font-weight: 650;
}

.price-value {
  color: var(--ink);
  font-size: 52px;
  font-weight: 800;
}

.price-value span,
.price-note {
  color: #6c7a8d;
}

.price-card li {
  text-align: left;
  border-top: 0;
  padding: 8px 0 8px 28px;
  color: #22314a;
}

.price-card li::before,
.check-list li::before {
  content: "";
  top: 12px;
  width: 8px;
  height: 13px;
  border: solid var(--blue);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.contact-strip {
  padding: 36px 28px 42px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(2, 11, 34, .94), rgba(3, 35, 87, .88)),
    url("../assets/img/deponest-hero-original.png") center / cover;
}

.contact-strip h2 {
  color: #fff;
  font-size: 30px;
}

.screenshot-page,
.content-section {
  background: linear-gradient(180deg, #fff, #f5f9ff);
}

.pale-page,
.services-page .service-band,
.vdr-hero-panel,
.vdr-how-panel,
.vdr-about-band,
.contact-page {
  background: #f3f8fe;
}

.page-title,
.page-subtitle,
.services-page h1,
.services-page .service-band > h2,
.content-section > .section-inner > h2 {
  color: var(--ink);
  font-weight: 900;
}

.service-band {
  border-radius: var(--radius);
  border: 1px solid rgba(216, 228, 242, .85);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .72);
}

.soft-card,
.info-card {
  background: rgba(255, 255, 255, .96);
}

.soft-card {
  box-shadow: var(--shadow-card);
}

.info-card.raised,
.vdr-problem-card,
.map-panel {
  box-shadow: var(--shadow-card);
}

.intro-image img {
  width: min(560px, 100%);
  max-height: 430px;
}

.nis2-intro img {
  max-width: 520px;
  box-shadow: 0 14px 34px rgba(8, 24, 48, .12);
}

.vdr-page h2 {
  color: var(--blue);
}

.vdr-hero-panel,
.vdr-how-panel {
  border-radius: var(--radius);
  border: 1px solid rgba(216, 228, 242, .85);
}

.vdr-hero-illustration img,
.vdr-flow-illustration img {
  border-radius: var(--radius);
  box-shadow: var(--shadow-card);
}

.vdr-problem-card {
  border-radius: var(--radius);
  color: var(--teal);
}

.tag-list {
  background: #eaf6ff;
  border-radius: var(--radius);
}

.contact-tiles,
.contact-form,
.company-grid {
  border-radius: var(--radius);
}

.contact-tiles {
  box-shadow: var(--shadow-soft);
}

.contact-form {
  box-shadow: var(--shadow-soft);
}

.social-link {
  border-radius: 6px;
}

@media (max-width: 980px) {
  .nav {
    align-items: flex-start;
  }

  .hero-modern-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .hero-visual {
    min-height: 280px;
  }

  .hero-lock-scene {
    width: min(380px, 82vw);
  }

  .risk-panel,
  .trust-grid,
  .pricing-grid,
  .nis-card {
    grid-template-columns: 1fr;
  }

  .nis-card-art img {
    width: min(260px, 70vw);
  }

  .price-card:nth-child(2) {
    transform: none;
  }
}

@media (max-width: 760px) {
  .nav {
    min-height: 0;
    padding: 12px 18px;
  }

  .brand img {
    width: 190px;
    max-width: 72vw;
  }

  .nav-links {
    gap: 12px;
  }

  .nav-links a {
    font-size: 13px;
  }

  .language-switch {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }

  .modern-hero {
    min-height: 0;
    padding: 52px 20px 42px;
  }

  .home-hero h1 {
    font-size: 38px;
  }

  .hero-copybox p {
    font-size: 17px;
  }

  .hero-actions {
    align-items: stretch;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-visual {
    min-height: 220px;
  }

  .lock-shackle {
    width: 82px;
    height: 78px;
    border-width: 13px;
  }

  .lock-body {
    width: 104px;
    height: 88px;
  }

  .lock-body::after {
    top: 25px;
  }

  .home-section,
  .screenshot-page,
  .content-section {
    padding: 46px 18px;
  }

  .risk-card,
  .nis-card,
  .soft-card,
  .info-card,
  .content-card,
  .article-shell,
  .service-band,
  .vdr-hero-panel,
  .vdr-how-panel {
    padding: 24px 20px;
  }

  .home-icon,
  .process-step .home-icon {
    width: 62px;
    height: 62px;
    flex-basis: 62px;
  }

  .home-icon svg,
  .process-step .home-icon svg {
    width: 32px !important;
    height: 32px !important;
  }

  .process-flow {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .process-arrow {
    width: 2px;
    height: 36px;
    justify-self: center;
    border-top: 0;
    border-left: 2px dashed rgba(6, 95, 218, .5);
  }

  .process-arrow::after {
    right: -5px;
    top: auto;
    bottom: 0;
    transform: rotate(135deg);
  }

  .logo-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: var(--radius);
  }

  .price-value {
    font-size: 44px;
  }
}

/* Design-pack homepage pass */
.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 38px;
  place-items: center;
  gap: 5px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
}

.nav-toggle span:not(.visually-hidden) {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: var(--ink);
  transition: transform .18s ease, opacity .18s ease;
}

.site-header.is-nav-open .nav-toggle span:nth-child(2) {
  transform: translateY(7px) rotate(45deg);
}

.site-header.is-nav-open .nav-toggle span:nth-child(3) {
  opacity: 0;
}

.site-header.is-nav-open .nav-toggle span:nth-child(4) {
  transform: translateY(-7px) rotate(-45deg);
}

.modern-hero {
  background: #031126;
  min-height: 505px;
  padding: 62px 28px;
}

.modern-hero::before {
  background:
    radial-gradient(circle at 70% 45%, rgba(24, 197, 232, .23), transparent 29%),
    linear-gradient(90deg, rgba(3, 17, 38, .98) 0%, rgba(3, 17, 38, .94) 43%, rgba(6, 26, 54, .82) 100%);
}

.modern-hero::after {
  background-image:
    radial-gradient(circle, rgba(24, 197, 232, .45) 1px, transparent 1.8px),
    linear-gradient(rgba(24, 197, 232, .1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(24, 197, 232, .08) 1px, transparent 1px);
  background-size: 90px 90px, 76px 76px, 76px 76px;
  opacity: .28;
  mask-image: linear-gradient(90deg, transparent, #000 42%, #000 88%);
}

.hero-modern-grid {
  grid-template-columns: minmax(360px, .9fr) minmax(430px, 1.1fr);
  gap: 38px;
}

.hero-copybox {
  width: min(530px, 100%);
}

.home-hero h1 {
  font-size: clamp(42px, 4.7vw, 60px);
}

.hero-highlight {
  color: #fff200;
}

.hero-visual {
  min-height: 360px;
}

.hero-art {
  width: min(660px, 100%);
  aspect-ratio: 16 / 9;
  margin: 0;
  overflow: hidden;
  border-radius: 0;
  filter: drop-shadow(0 26px 70px rgba(0, 149, 255, .24));
}

.hero-art-picture,
.hero-art-picture img {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-art-picture img {
  object-fit: cover;
  object-position: 72% center;
}

.home-icon svg [stroke] {
  stroke: currentColor !important;
}

.home-icon svg [fill="#1a5a7a"] {
  fill: currentColor !important;
}

.risk-card {
  border-radius: 16px;
}

.risk-card .home-icon {
  color: #fff;
}

.process-step .home-icon {
  color: var(--blue);
}

.nis-card {
  max-width: 980px;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  padding: 34px 44px;
  border-radius: 16px;
}

.nis-card-copy {
  order: 1;
}

.nis-card-art {
  order: 2;
}

.nis-card-picture,
.nis-card-picture img {
  display: block;
  width: 100%;
}

.nis-card-picture img {
  max-height: 250px;
  object-fit: contain;
  border-radius: 14px;
}

.trust-section {
  width: min(1040px, calc(100% - 56px));
  margin: 0 auto;
  border-radius: 14px 14px 0 0;
  padding-left: 24px;
  padding-right: 24px;
}

.trust-card {
  border-radius: 12px;
}

.trust-illustration,
.trust-illustration img {
  display: block;
  width: 100%;
}

.trust-illustration img {
  width: min(132px, 58%);
  height: 94px;
  margin: 0 auto 18px;
  object-fit: contain;
}

.trust-card img {
  width: min(132px, 58%);
  height: 94px;
  margin-bottom: 18px;
}

.price-card.is-featured {
  border-color: rgba(6, 95, 218, .7);
  box-shadow: 0 24px 58px rgba(6, 95, 218, .18);
  transform: translateY(-10px);
}

.price-card.is-featured::before,
.price-card:nth-child(2)::before {
  content: attr(data-badge);
  position: absolute;
  left: -1px;
  right: -1px;
  top: -23px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: var(--radius) var(--radius) 0 0;
  background: linear-gradient(135deg, var(--blue-2), var(--blue));
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}

.price-card:not(.is-featured)::before {
  content: none;
}

.pricing-grid {
  align-items: stretch;
}

.price-card .btn {
  margin-top: auto;
}

.site-footer {
  background: #031126;
  color: #c9d7ea;
  border-top: 1px solid rgba(24, 197, 232, .16);
  padding: 38px 28px 34px;
}

.footer-inner {
  width: min(var(--max), 100%);
  display: grid;
  grid-template-columns: 1.25fr 1fr auto;
  justify-content: stretch;
  justify-items: start;
  gap: 28px;
  text-align: left;
}

.footer-brand {
  display: grid;
  gap: 6px;
}

.footer-brand img {
  width: 210px;
  padding: 10px 12px;
  border-radius: 8px;
  background: #fff;
  margin-bottom: 8px;
}

.footer-brand p {
  margin: 0;
  color: #c9d7ea;
  font-size: 14px;
  line-height: 1.45;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-content: start;
}

.footer-links a {
  color: #e8f3ff;
  text-decoration: none;
  font-weight: 750;
  font-size: 14px;
}

.site-footer .footer-socials {
  justify-content: flex-end;
}

.site-footer .social-link {
  color: #fff;
  background: rgba(255, 255, 255, .06);
  border-color: rgba(255, 255, 255, .18);
}

.site-footer .btn-secondary {
  color: #e8f3ff;
  background: rgba(255, 255, 255, .06);
  border-color: rgba(255, 255, 255, .18);
}

.copyright {
  grid-column: 1 / -1;
  color: #8fa4c2;
  font-size: 13px;
}

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

  .hero-visual {
    min-height: 300px;
  }

  .hero-art {
    width: min(720px, 100%);
  }

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

  .nis-card-art {
    order: 1;
  }

  .nis-card-copy {
    order: 2;
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }

  .site-footer .footer-socials {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .nav {
    grid-template-columns: 1fr auto;
    align-items: center;
  }

  .nav-toggle {
    display: inline-grid;
  }

  .nav-links {
    grid-column: 1 / -1;
    display: none;
    width: 100%;
    padding: 14px 0 6px;
    border-top: 1px solid var(--line);
  }

  .site-header.is-nav-open .nav-links {
    display: flex;
  }

  .modern-hero {
    padding: 44px 20px 34px;
  }

  .hero-visual {
    min-height: 230px;
  }

  .hero-art {
    width: 100%;
  }

  .nis-card {
    padding: 24px 20px;
  }

  .trust-section {
    width: 100%;
    border-radius: 0;
    padding-left: 18px;
    padding-right: 18px;
  }

  .price-card.is-featured {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

/* Desktop fit refinements after visual check */
.nav {
  gap: 22px;
}

.brand img {
  width: 185px;
}

.nav-links {
  gap: 18px;
}

.nav-links a {
  font-size: 13px;
}

.language-switch {
  gap: 6px;
  margin-left: 4px;
}

.language-link {
  min-width: 36px;
  padding-inline: 7px;
}

.hero-modern-grid {
  grid-template-columns: minmax(430px, .98fr) minmax(390px, 1.02fr);
  gap: 24px;
}

.home-hero h1 {
  max-width: 620px;
  font-size: clamp(40px, 4.1vw, 54px);
}

.hero-copybox {
  width: min(620px, 100%);
}

.hero-copybox p {
  max-width: 560px;
}

.hero-visual {
  justify-items: end;
}

.hero-art {
  width: min(560px, 100%);
}

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

  .hero-visual {
    justify-items: center;
  }
}

/* Trust text contrast fix */
.home-section.trust-section {
  background:
    radial-gradient(circle at 20% 0%, rgba(24, 197, 232, .15), transparent 34%),
    linear-gradient(135deg, #031126, #061a36 62%, #082a58);
  color: #fff;
}

.home-section.trust-section .trust-copy p {
  color: #eaf3ff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .22);
}

.home-section.trust-section .trust-copy .accent {
  color: #43d7ff;
}
