@font-face {
  font-family: "Incassotool Calibri Light";
  src: url("assets/fonts/calibri-light.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Incassotool Wix";
  src: url("assets/fonts/incassotool-font-a.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --red: #d55251;
  --red-dark: #b83f42;
  --red-soft: #fff1f0;
  --blue: #566cad;
  --deep-blue: #254f6c;
  --deepest: #18384d;
  --ink: #203141;
  --muted: #627282;
  --paper: #ffffff;
  --soft: #f5f8fc;
  --soft-blue: #eaf1f8;
  --line: #dfe7f0;
  --success: #e8f5eb;
  --warning: #fff8e8;
  --shadow-sm: 0 10px 30px rgba(37, 79, 108, 0.08);
  --shadow: 0 22px 60px rgba(37, 79, 108, 0.15);
  --radius: 20px;
  --radius-sm: 13px;
  --font: "Incassotool Calibri Light", "Incassotool Wix", Calibri, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
a:hover { color: var(--red-dark); }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(37, 79, 108, 0.09);
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(18px);
}

.nav {
  width: min(1240px, calc(100% - 40px));
  min-height: 82px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 24px;
}

.brand { flex: 0 0 auto; }
.brand img { width: 205px; height: auto; }
.menu { flex: 1; display: flex; justify-content: center; align-items: center; gap: clamp(14px, 2vw, 28px); }
.menu a {
  position: relative;
  padding: 29px 0 25px;
  color: var(--deep-blue);
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}
.menu a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  height: 3px;
  border-radius: 3px;
  background: var(--red);
  transform: scaleX(0);
  transition: transform 0.2s ease;
}
.menu a:hover::after, .menu a.active::after { transform: scaleX(1); }
.nav-actions { display: flex; align-items: center; gap: 14px; flex: 0 0 auto; }
.login-link { color: var(--deep-blue); font-size: 15px; font-weight: 700; }
.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  margin-left: auto;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  color: var(--deep-blue);
}
.nav-toggle span, .nav-toggle::before, .nav-toggle::after {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  border-radius: 2px;
  background: currentColor;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border: 1px solid var(--red);
  border-radius: 13px;
  background: var(--red);
  color: #fff;
  font-weight: 700;
  line-height: 1.15;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}
.btn:hover { color: #fff; background: var(--red-dark); transform: translateY(-1px); box-shadow: 0 12px 25px rgba(213, 82, 81, 0.22); }
.btn.alt { border-color: var(--deep-blue); background: transparent; color: var(--deep-blue); }
.btn.alt:hover { background: var(--deep-blue); color: #fff; box-shadow: 0 12px 25px rgba(37, 79, 108, 0.18); }
.nav-primary { min-height: 42px; padding: 10px 16px; font-size: 14px; }
.text-link { display: inline-flex; margin-top: 16px; color: var(--deep-blue); font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 12%, rgba(86, 108, 173, 0.20), transparent 27%),
    radial-gradient(circle at 12% 88%, rgba(213, 82, 81, 0.12), transparent 30%),
    linear-gradient(135deg, #fff 0%, #f5f8fc 55%, #eef3f9 100%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(37, 79, 108, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(37, 79, 108, 0.035) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.55), transparent 88%);
}
.hero-inner {
  position: relative;
  z-index: 1;
  width: min(1240px, calc(100% - 40px));
  min-height: 720px;
  margin: 0 auto;
  padding: 86px 0 96px;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(420px, 0.97fr);
  gap: 64px;
  align-items: center;
}
.hero-copy { max-width: 700px; }

.eyebrow {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.11em;
}
h1, h2, h3, h4 { margin: 0; color: var(--deep-blue); line-height: 1.08; font-weight: 300; text-wrap: balance; }
h1 { max-width: 850px; font-size: clamp(46px, 6vw, 76px); letter-spacing: -0.035em; }
h2 { font-size: clamp(34px, 4.5vw, 55px); letter-spacing: -0.025em; }
h3 { font-size: clamp(22px, 2.5vw, 29px); }
.lead { max-width: 880px; margin: 20px 0 0; color: var(--muted); font-size: clamp(19px, 2.1vw, 24px); line-height: 1.5; }
.align-left { margin-left: 0 !important; margin-right: 0 !important; text-align: left; }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.cta-row.centered { justify-content: center; }
.proof-pills { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.proof-pills span {
  padding: 8px 12px;
  border: 1px solid rgba(37,79,108,0.12);
  border-radius: 999px;
  background: rgba(255,255,255,0.72);
  color: var(--deep-blue);
  font-size: 13px;
  font-weight: 800;
}

.trajectory-map {
  padding: 30px;
  border: 1px solid rgba(37, 79, 108, 0.12);
  border-radius: 28px;
  background: rgba(255,255,255,0.92);
  box-shadow: var(--shadow);
}
.trajectory-header { display: flex; justify-content: space-between; gap: 22px; align-items: center; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.trajectory-header img { width: 210px; }
.trajectory-header p { max-width: 250px; margin: 0; color: var(--muted); font-size: 14px; text-align: right; }
.trajectory-steps { display: grid; gap: 12px; margin-top: 22px; }
.trajectory-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
  padding: 15px 17px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
}
.trajectory-step span {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  background: var(--deep-blue);
  color: #fff;
  font-weight: 900;
}
.trajectory-step strong { color: var(--deep-blue); }

.page-hero { padding: 82px 20px; border-bottom: 1px solid var(--line); background: linear-gradient(135deg, #fff, var(--soft)); }
.page-hero-aside {
  min-height: 300px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 26px;
  background: linear-gradient(145deg, var(--deepest), var(--deep-blue));
  color: #fff;
  box-shadow: var(--shadow);
}
.page-hero-aside span { color: rgba(255,255,255,0.62); font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; }
.page-hero-aside strong { font-size: clamp(30px, 4vw, 50px); font-weight: 300; line-height: 1.08; }

.section { padding: 82px 20px; }
.section.soft { background: var(--soft); }
.dark-section { background: var(--deepest); color: #fff; }
.dark-section h2, .dark-section h3 { color: #fff; }
.dark-section .lead, .dark-section .card p { color: rgba(255,255,255,0.72); }
.dark-section .card { border-color: rgba(255,255,255,0.13); background: rgba(255,255,255,0.06); }
.wrap { width: min(1180px, 100%); margin: 0 auto; }
.center { text-align: center; }
.center .lead { margin-left: auto; margin-right: auto; }
.section-head { margin-bottom: 34px; }
.grid { display: grid; gap: 20px; }
.cards-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.cards-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cards-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card {
  min-width: 0;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.card p { margin: 14px 0 0; color: var(--muted); }
.split { display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.75fr); gap: 44px; align-items: center; }
.split-wide { grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.7fr); }
.side-card .btn { margin-top: 24px; }

.process-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.process-step {
  position: relative;
  min-height: 235px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.process-step > span {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  margin-bottom: 38px;
  border-radius: 13px;
  background: var(--red);
  color: #fff;
  font-weight: 900;
}
.process-step p { margin: 12px 0 0; color: var(--muted); }

.comparison-card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.comparison-card > div { padding: 34px; }
.comparison-card > div + div { border-left: 1px solid var(--line); }
.comparison-positive { background: linear-gradient(145deg, var(--soft-blue), #fff); }
.comparison-label { display: inline-flex; margin-bottom: 15px; color: var(--red); font-weight: 900; text-transform: uppercase; letter-spacing: 0.07em; }
.comparison-card p, .comparison-card li { color: var(--muted); }
.comparison-card ul { margin: 20px 0 0; padding-left: 21px; }

.check-list { margin: 20px 0 0; padding: 0; display: grid; gap: 11px; list-style: none; }
.check-list li { position: relative; padding-left: 29px; color: var(--muted); }
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--success);
  color: var(--deep-blue);
  font-size: 12px;
  font-weight: 900;
}

.legal-section { background: var(--red-soft); }
.legal-note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
  align-items: start;
  padding: 34px;
  border: 1px solid rgba(213,82,81,0.25);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.legal-icon {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: var(--red);
  color: #fff;
  font-size: 28px;
  font-weight: 900;
}
.legal-note h2 { font-size: clamp(30px, 4vw, 48px); }
.legal-note p { max-width: 940px; color: var(--muted); }

.faq-list { display: grid; gap: 14px; max-width: 980px; }
.faq-list details { padding: 21px 23px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: #fff; box-shadow: var(--shadow-sm); }
.faq-list summary { color: var(--deep-blue); font-weight: 800; cursor: pointer; }
.faq-list p { color: var(--muted); }

.final-cta { background: linear-gradient(135deg, var(--deepest), var(--deep-blue)); color: #fff; }
.final-cta h2 { color: #fff; }
.final-cta .lead { color: rgba(255,255,255,0.76); }
.final-cta .eyebrow { color: #ffaaa5; }
.final-cta .btn { border-color: #fff; background: #fff; color: var(--deep-blue); }
.final-cta .btn:hover { background: var(--red-soft); color: var(--deep-blue); }
.final-cta .btn.alt { border-color: rgba(255,255,255,0.72); background: transparent; color: #fff; }
.final-cta .btn.alt:hover { background: #fff; color: var(--deep-blue); }

.sitemap-list { padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--soft); }
.sitemap-list ul { columns: 2; margin: 0; padding-left: 22px; }
.sitemap-list li { margin-bottom: 10px; }

.footer { padding: 68px 20px 24px; background: #132f43; color: #fff; }
.footer-grid { width: min(1180px, 100%); margin: 0 auto; display: grid; grid-template-columns: 1.25fr 0.8fr 0.8fr 0.9fr; gap: 42px; }
.footer-brand img { width: 205px; filter: brightness(0) invert(1); }
.footer-brand p, .footer p { color: rgba(255,255,255,0.72); }
.footer h3 { color: #fff; font-size: 19px; }
.footer ul { margin: 16px 0 0; padding: 0; list-style: none; }
.footer li + li { margin-top: 9px; }
.footer a { color: rgba(255,255,255,0.78); }
.footer a:hover { color: #fff; }
.footer-cta { margin-top: 10px; border-color: var(--red); background: var(--red); }
.product-link { font-size: 21px; font-weight: 800; }
.footer-bottom { width: min(1180px, 100%); margin: 44px auto 0; padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,0.13); color: rgba(255,255,255,0.55); font-size: 13px; }

.stats-notice {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 70;
  width: min(540px, calc(100vw - 36px));
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--shadow);
}
.stats-notice p { margin: 0; font-size: 14px; line-height: 1.45; }
.stats-notice a { text-decoration: underline; }
.stats-notice .btn { min-height: 38px; padding: 8px 14px; }

@media (max-width: 1120px) {
  .nav { width: min(100% - 28px, 1240px); gap: 14px; }
  .brand img { width: 180px; }
  .menu { gap: 14px; }
  .menu a { font-size: 14px; }
  .nav-primary { display: none; }
  .hero-inner { grid-template-columns: 1fr 1fr; gap: 40px; }
  .cards-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .nav { min-height: 72px; flex-wrap: wrap; }
  .nav-toggle { display: block; }
  .menu, .nav-actions { display: none; width: 100%; }
  body.nav-open .menu { display: grid; }
  body.nav-open .nav-actions { display: flex; padding: 0 0 16px; }
  .menu { order: 4; gap: 0; }
  .menu a { padding: 14px 0; border-bottom: 1px solid var(--line); }
  .menu a::after { display: none; }
  .nav-actions { order: 5; justify-content: flex-start; }
  .nav-primary { display: inline-flex; }
  .hero-inner, .split, .split-wide { grid-template-columns: 1fr; }
  .hero-inner { min-height: auto; padding: 64px 0 72px; }
  .trajectory-map { max-width: 720px; }
  .cards-3, .process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  .nav { width: calc(100% - 24px); }
  .brand img { width: 164px; }
  .hero-inner { width: calc(100% - 30px); padding: 48px 0 58px; }
  h1 { font-size: 43px; }
  .trajectory-header { align-items: flex-start; flex-direction: column; }
  .trajectory-header p { text-align: left; }
  .section, .page-hero { padding: 62px 16px; }
  .cards-2, .cards-3, .cards-4, .process-grid, .footer-grid { grid-template-columns: 1fr; }
  .comparison-card { grid-template-columns: 1fr; }
  .comparison-card > div + div { border-left: 0; border-top: 1px solid var(--line); }
  .legal-note { grid-template-columns: 1fr; padding: 26px; }
  .page-hero-aside { min-height: 240px; }
  .sitemap-list ul { columns: 1; }
  .footer-bottom { flex-direction: column; }
  .stats-notice { left: 12px; right: 12px; bottom: 12px; width: auto; flex-direction: column; align-items: stretch; }
}
