body {
  background: #e7eef5;
}

.hero {
  padding: 42px 0 18px;
}

.hero-title {
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.25;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0a2f57;
  max-width: 980px;
  margin-bottom: 28px;
}

html[lang="de"] .hero-title {
  font-size: clamp(22px, 2.6vw, 34px);
}

html[lang="zh-CN"] .hero-title,
html[lang="zh"] .hero-title {
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.4;
}

html[lang="de"] .fraud-list li {
  font-size: 24px;
}

html[lang="zh-CN"] .fraud-list li,
html[lang="zh"] .fraud-list li {
  font-size: 26px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 24px;
  align-items: center;
}

.fraud-list {
  list-style: none;
  display: grid;
  gap: 22px;
}

.fraud-list li {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #12345c;
  text-transform: uppercase;
}

.fraud-list svg {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  stroke: #16365f;
  fill: none;
  stroke-width: 2.2;
}

.hero-visual {
  min-height: 560px;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 46%, #16497a 0%, #071525 72%);
  box-shadow: 0 18px 40px rgba(8, 35, 63, 0.22);
}

.hero-visual img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  object-position: center 18%;
}

.banner {
  background: #0b3d77;
  color: #fff;
  text-align: center;
  padding: 22px 16px;
  font-size: clamp(22px, 2.6vw, 34px);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

html[lang="de"] .banner {
  font-size: clamp(18px, 2.3vw, 30px);
}

html[lang="de"] .promise {
  font-size: clamp(16px, 1.9vw, 24px);
}

.promise-wrap {
  background: linear-gradient(180deg, #d7e4f0, #e8eef5);
  padding: 0 0 8px;
}

.promise {
  width: min(1180px, calc(100% - 24px));
  margin: 0 auto;
  background: #73b8e6;
  color: #fff;
  text-align: center;
  padding: 28px 48px;
  font-size: clamp(18px, 2.1vw, 28px);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  clip-path: polygon(1.5% 0, 100% 0, 98.5% 100%, 0 100%);
  box-shadow: var(--shadow);
}

.section {
  padding: 64px 0;
}

.section h2 {
  font-size: 32px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.section-lead {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
  max-width: 720px;
  margin-bottom: 32px;
}

.steps,
.stats,
.detail-grid,
.faq-grid {
  display: grid;
  gap: 18px;
}

.steps {
  grid-template-columns: repeat(4, 1fr);
}

.stats {
  grid-template-columns: repeat(3, 1fr);
}

.detail-grid,
.faq-grid {
  grid-template-columns: 1fr 1fr;
}

.card,
.stat,
.faq {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(8, 35, 63, 0.06);
}

.step-num {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #0b3d77;
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 800;
  margin-bottom: 14px;
}

.card h3,
.faq h3,
.stat b {
  font-size: 18px;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.card p,
.faq p {
  color: var(--muted);
  line-height: 1.7;
  font-size: 15px;
}

.stat b {
  display: block;
  font-size: 34px;
  color: #0b3d77;
}

.stat span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.cta {
  background: #eef3f8;
  padding: 56px 0 72px;
}

.cta-box {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 32px;
  background: #fff;
  border-radius: 24px;
  padding: 36px;
  box-shadow: var(--shadow);
  align-items: center;
}

.cta-copy {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.phone-icon {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  display: grid;
  place-items: center;
  flex: 0 0 84px;
  box-shadow: 0 10px 24px rgba(46, 204, 113, 0.35);
}

.cta-copy h2 {
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
}

.cta-copy p {
  color: var(--muted);
  line-height: 1.7;
}

.case-form {
  display: grid;
  gap: 14px;
}

.case-form label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0b3d77;
}

.case-form input {
  width: 100%;
  border: 1px solid #c9d6e4;
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 16px;
  outline: none;
  background: #f7fbff;
}

.case-form input:focus {
  border-color: #0b3d77;
  box-shadow: 0 0 0 4px rgba(11, 61, 119, 0.12);
}

.case-form button {
  margin-top: 6px;
  border: 0;
  background: #0b3d77;
  color: #fff;
  border-radius: 12px;
  padding: 15px 18px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.case-form button:hover {
  background: #0f4f94;
}

.case-form button:disabled {
  opacity: 0.65;
  cursor: wait;
}

.trust-row {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.trust-row span {
  background: #e8f8ef;
  color: #1e7a48;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
