:root {
  --blue: #1d4ed8;
  --blue-dark: #10295d;
  --blue-mid: #2041a2;
  --orange: #f59e0b;
  --ink: #111827;
  --muted: #526076;
  --line: #dfe4ec;
  --tint: #f3f7fd;
  --soft: #f7f8fa;
  --green: #07966f;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 14px; line-height: 1.55; -webkit-font-smoothing: antialiased; zoom: 1.1; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.container { width: min(1040px, calc(100% - 40px)); margin: 0 auto; }
.site-header { height: 52px; background: #fff; position: relative; z-index: 50; border-bottom: 1px solid #f2f3f5; }
.nav-wrap { height: 100%; display: flex; align-items: center; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 8px; font-size: 15px; white-space: nowrap; }
.brand b { color: #2563eb; }
.brand-mark { width: 27px; height: 27px; color: #2563eb; }
.header-logo { width: 166px; height: auto; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 26px; margin-left: auto; color: #374151; font-size: 12px; }
.main-nav a { white-space: nowrap; transition: color .2s ease; display: inline-flex; align-items: center; gap: 5px; }
.nav-chevron { width: 12px; height: 12px; }
.main-nav a:hover { color: var(--blue); }
.nav-actions { display: flex; align-items: center; gap: 7px; }
.btn { border: 0; border-radius: 6px; padding: 12px 22px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-weight: 700; line-height: 1.1; cursor: pointer; transition: transform .15s ease, box-shadow .15s ease, background .15s ease, opacity .15s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-small { padding: 10px 16px; font-size: 12px; }
.btn-large { min-height: 50px; padding: 15px 27px; }
.btn-wide { min-width: 333px; min-height: 49px; }
.btn-block { width: 100%; min-height: 48px; }
.btn-login { border: 1px solid #d4d9e1; color: #374151; padding: 9px 15px; font-weight: 500; font-size: 12px; }
.btn-orange { background: linear-gradient(135deg, #ffa400, #f28c00); color: #fff; box-shadow: 0 6px 12px rgba(225, 132, 0, .17); }
.btn-orange:hover { box-shadow: 0 8px 16px rgba(225, 132, 0, .25); }
.btn-blue { background: linear-gradient(135deg, #2457df, #203f96); color: #fff; }
.btn-blue:disabled { background: #ced3db; cursor: not-allowed; transform: none; }
.btn-gradient { background: linear-gradient(100deg, #245be6, #234092); color: #fff; }
.btn-outline-light { border: 1px solid rgba(255,255,255,.44); color: #fff; }
.btn-outline-blue { border: 2px solid #2563eb; color: #1956db; background: transparent; min-height: 48px; }
.arrow-icon { width: 16px; height: 16px; flex: 0 0 auto; }
.blue-arrow, .link-arrow { filter: brightness(0) saturate(100%) invert(34%) sepia(96%) saturate(2741%) hue-rotate(215deg) brightness(91%) contrast(101%); }
.link-arrow { width: 12px; height: 12px; display: inline-block; }
.menu-button { display: none; border: 0; background: transparent; padding: 7px; margin-left: auto; }
.menu-button img { width: 24px; height: 24px; }

.hero { min-height: 645px; background: linear-gradient(120deg, #102856 0%, #213e8a 51%, #2157da 100%); color: #fff; overflow: hidden; }
.hero-grid { min-height: 645px; display: grid; grid-template-columns: minmax(0, 1fr) 384px; gap: 55px; align-items: center; padding: 55px 0 53px; }
.hero-copy { transform: translateY(-42px); }
.eyebrow { margin: 0 0 15px; text-transform: uppercase; font-size: 11px; font-weight: 800; letter-spacing: 2px; }
.yellow { color: #ffd431; }
.hero h1 { font-size: 52px; line-height: .99; letter-spacing: -2.8px; margin: 0 0 22px; font-weight: 800; }
.hero h1 em { display: inline-block; color: #ffd23f; font-style: italic; }
.hero-types { color: #d5ddf0; font-size: 16px; margin: 0 0 18px; }
.hero-lead { color: #dfe6f7; max-width: 610px; font-size: 16px; line-height: 1.55; margin: 0 0 11px; }
.hero-lead strong { color: #fff; }
.hero-note { color: #c8d4ec; font-style: italic; font-size: 14px; margin: 0 0 28px; }
.hero-actions { display: flex; gap: 12px; }
.hero-form-card { background: #fff; border-radius: 14px; border-top: 4px solid #f59e0b; box-shadow: 0 18px 38px rgba(5,17,51,.25); color: var(--ink); padding: 24px 24px 21px; }
.card-kicker { display: flex; align-items: center; gap: 8px; text-transform: uppercase; letter-spacing: .8px; font-size: 11px; color: #70798a; font-weight: 800; margin-bottom: 13px; }
.card-kicker img { width: 17px; height: 17px; }
.hero-form-card h2 { margin: 0 0 6px; font-size: 19px; letter-spacing: -.3px; }
.hero-form-card > p { margin: 0 0 18px; color: #5b6474; font-size: 12px; line-height: 1.45; }
.hero-form-card label { display: flex; align-items: center; gap: 7px; color: #445064; font-size: 12px; margin-bottom: 8px; }
.euro-icon { width: 10px; height: 20px; flex: 0 0 auto; }
.amount-field { position: relative; }
.amount-field input { width: 100%; border: 1px solid #cbd2de; border-radius: 8px; padding: 12px 38px 12px 12px; outline: none; min-height: 44px; }
.amount-field input[type="number"] { appearance: auto; -moz-appearance: auto; padding-right: 28px; }
.amount-field input[type="number"]::-webkit-inner-spin-button,
.amount-field input[type="number"]::-webkit-outer-spin-button {
  opacity: 1;
  margin-right: 0;
}
.amount-field input:focus { border-color: #3b82f6; box-shadow: 0 0 0 3px #dbeafe; }
.amount-field > span { position: absolute; right: 13px; top: 50%; transform: translateY(-50%); color: #8c95a5; background: #fff; font-size: 12px; pointer-events: none; }
.check-list { list-style: none; margin: 18px 0; padding: 0; display: grid; gap: 7px; }
.check-list li { display: flex; align-items: flex-start; gap: 8px; font-size: 12px; line-height: 1.3; }
.check-list img { width: 14px; height: 14px; margin-top: 1px; }
.trust-row { border-top: 1px solid #eef0f3; margin-top: 15px; padding-top: 13px; display: flex; justify-content: space-between; gap: 6px; color: #727b8b; font-size: 10px; }
.trust-row span { display: inline-flex; align-items: center; gap: 4px; white-space: nowrap; }
.trust-row img { width: 13px; height: 13px; opacity: .72; }

.stats-strip { min-height: 170px; padding: 34px 0 24px; background: #fff; border-bottom: 1px solid #e9edf2; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stats-grid > div { min-height: 72px; text-align: center; border-right: 1px solid #e1e5eb; display: flex; flex-direction: column; justify-content: center; }
.stats-grid > div:last-child { border-right: 0; }
.stats-grid strong { font-size: 34px; line-height: 1; letter-spacing: -1px; }
.stats-grid span { margin-top: 10px; font-size: 9px; color: #7c8595; letter-spacing: 1.6px; text-transform: uppercase; }
.stats-source { max-width: 810px; margin: 17px auto 0; text-align: center; color: #a2aab8; font-size: 10px; }

.section { padding: 69px 0; }
.section-tint { background: linear-gradient(145deg, #f7fbff, #edf5ff); }
.section-soft { background: #f7f8fa; }
.narrow-head { max-width: 770px; text-align: center; }
.narrow-head h2 { margin: 13px 0 8px; font-size: 32px; line-height: 1.12; letter-spacing: -.7px; }
.narrow-head p { margin: 0 auto; max-width: 720px; font-size: 16px; color: var(--muted); line-height: 1.55; }
.narrow-head p strong { color: var(--ink); }
.pill { display: inline-block; padding: 4px 12px; border-radius: 999px; text-transform: uppercase; font-weight: 800; letter-spacing: .8px; font-size: 10px; }
.pill-green { color: #047857; background: #d1fae5; }
.pill-blue { color: #1d4ed8; background: #dbeafe; }
.pill-gold { color: #a6530b; background: #fef3c7; }
.cards-3, .cards-4 { display: grid; gap: 18px; }
.cards-3 { grid-template-columns: repeat(3, 1fr); }
.cards-4 { grid-template-columns: repeat(4, 1fr); }
.info-card { border: 1px solid var(--line); border-radius: 15px; background: #fff; padding: 25px 22px; min-width: 0; }
.info-card h3 { font-size: 14px; line-height: 1.4; margin: 16px 0 6px; }
.info-card p { margin: 0; color: #505c6e; font-size: 12px; line-height: 1.58; }
.info-card .bare-icon { width: 24px; height: 24px; }
.green-card { border: 1.5px solid #00a278; min-height: 270px; }
.icon-bubble { width: 42px; height: 42px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; color: #1d4ed8; font-size: 22px; font-weight: 700; }
.icon-bubble img { width: 23px; height: 23px; }
.mint { background: #e6fbf3; border-radius: 50%; }
.pale-blue { background: #eff6ff; }
.sand { background: #fffbeb; }
.myth { padding-bottom: 68px; }
.myth-cards { margin-top: 40px; }
.center-cta { text-align: center; margin-top: 33px; display: flex; flex-direction: column; align-items: center; gap: 8px; }
.center-cta small { color: #7c8798; font-size: 10px; }
.about-cards { margin-top: 42px; }
.about-cards .info-card { min-height: 190px; padding: 24px 20px; }

.press-strip { background: #f7f8fa; padding: 50px 0 62px; text-align: center; }
.press-strip p { color: #245de0; text-transform: uppercase; font-weight: 800; letter-spacing: .7px; font-size: 11px; margin: 0 0 29px; }
.press-logos { display: flex; justify-content: center; align-items: center; gap: 37px; color: #747474; filter: grayscale(1); }
.press-logos > span { white-space: nowrap; }
.press-logos > img { width: auto; height: 31px; object-fit: contain; }
.press-logos > img:nth-of-type(1) { width: 140px; height: 40px; }
.press-logos > img:nth-of-type(2) { width: 118px; }
.press-logos > img:nth-of-type(3) { width: 128px; }
.press-logos > img:nth-of-type(4) { width: 75px; }
.press-logos > img:nth-of-type(5) { width: 88px; }
.figaro { background: #858585; color: #fff; padding: 2px 8px; font: 700 18px Georgia, serif; }
.echos { font: 700 29px Georgia, serif; }
.capital { font: 700 19px Georgia, serif; }
.bfm { font-size: 14px; font-weight: 800; }
.bfm span { font-weight: 400; font-size: 10px; }

.frauds { padding-top: 69px; }
.fraud-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 43px; }
.fraud-card { min-height: 275px; border: 1px solid var(--line); padding: 20px; background: #fff; }
.fraud-card:first-child { border-radius: 15px 0 0 0; }
.fraud-card:nth-child(4) { border-radius: 0 15px 0 0; }
.fraud-card:nth-child(5) { border-radius: 0 0 0 15px; }
.fraud-card:nth-child(8) { border-radius: 0 0 15px 0; }
.fraud-card h3 { margin: 15px 0 7px; font-size: 14px; line-height: 1.35; }
.fraud-card p { margin: 0 0 12px; color: #536073; font-size: 12px; line-height: 1.55; }
.fraud-card a, .article-card a, .section-row-title a, .platform-box a { color: #1557e8; font-size: 11px; font-weight: 700; display: inline-flex; align-items: center; gap: 3px; }
.unknown-box { margin-top: 24px; padding: 25px 27px; border: 1px solid var(--line); border-radius: 15px; background: linear-gradient(105deg, #f4f8ff, #fffaf0); display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.unknown-box h3 { display: flex; align-items: center; gap: 14px; margin: 0 0 8px; font-size: 18px; }
.unknown-box p { margin: 0 0 10px; color: #536073; font-size: 13px; }
.unknown-icon { width: 56px; height: 56px; display: block; flex: 0 0 auto; }
.micro-pills { display: flex; flex-wrap: wrap; gap: 7px; }
.micro-pills span { border: 1px solid #dde4ee; background: #fff; border-radius: 99px; color: #5c6676; padding: 3px 9px; font-size: 9px; display: inline-flex; align-items: center; gap: 4px; }
.micro-pills img { width: 12px; height: 12px; }
.unknown-box > .btn-orange { color: #0f172a; }
.center-only { margin-top: 34px; text-align: center; }

.procedure { padding-top: 68px; padding-bottom: 50px; }
.step-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin-top: 45px; align-items: start; }
.step-card { background: #fff; border-radius: 15px; padding: 24px 22px 30px; min-height: 274px; position: relative; }
.step-card:nth-child(2), .step-card:nth-child(4) { min-height: 321px; }
.step-number { position: absolute; right: 12px; top: 7px; font-size: 49px; font-weight: 800; line-height: 1; color: #dceafe; }
.step-icon { width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center; }
.step-icon img { width: 48px; height: 48px; }
.step-card h3 { position: relative; margin: 17px 0 8px; font-size: 14px; }
.step-card p { color: #596477; margin: 0; font-size: 12px; line-height: 1.55; }
.time-tag { position: absolute; left: 50%; bottom: -13px; transform: translateX(-50%); white-space: nowrap; background: #244bb3; color: #fff; border-radius: 99px; padding: 5px 14px; text-transform: uppercase; font-size: 9px; font-weight: 400; letter-spacing: .4px; display: inline-flex; align-items: center; gap: 4px; }
.time-tag img { width: 11px; height: 11px; }
.procedure-note { max-width: 700px; margin: 51px auto 0; text-align: center; color: #566174; font-size: 12px; line-height: 1.45; }
.procedure-note strong { color: var(--ink); }

.calculator-section { padding-top: 68px; padding-bottom: 86px; }
.calc-head h2 { margin-top: 0; }
.calculator-card { max-width: 575px; margin: 39px auto 0; border: 1px solid #e7e9ed; border-radius: 15px; box-shadow: 0 14px 20px rgba(20, 30, 50, .13); padding: 24px; }
.calc-title { display: flex; align-items: center; gap: 10px; }
.calc-title .icon-bubble { width: 36px; height: 36px; font-size: 20px; }
.calc-title h3 { margin: 0; font-size: 18px; }
.calculator-card > p { margin: 3px 0 17px; color: #566174; font-size: 12px; }
.calculator-card form { display: grid; gap: 9px; }
.calculator-card label { font-size: 12px; font-weight: 500; color: #344052; display: flex; align-items: center; gap: 7px; }
.calculator-card select, .calculator-card input { width: 100%; border: 1px solid #cfd5df; border-radius: 8px; min-height: 42px; padding: 9px 12px; background: #fff; outline: none; }
.calculator-card select { appearance: none; padding-right: 38px; background-image: url("assets/header_nav_arrow_down_more_icon.svg"); background-repeat: no-repeat; background-position: right 13px center; background-size: 14px 14px; }
.calculator-card select:focus, .calculator-card input:focus { border-color: #3b82f6; box-shadow: 0 0 0 3px #dbeafe; }
.calculator-card button { margin-top: 4px; }
.calc-result { margin-top: 19px; border: 1px solid #6ee7b7; background: #f0fdf7; border-radius: 12px; padding: 17px; color: #065f46; }
.calc-result p { margin: 0 0 7px; font-size: 13px; }
.calc-result > strong { display: block; color: #04805e; font-size: 24px; margin-bottom: 6px; }
.calc-result small { display: block; line-height: 1.35; margin-bottom: 15px; }
.calc-result small { display: flex; align-items: flex-start; gap: 6px; }
.info-svg { width: 14px; height: 14px; flex: 0 0 auto; margin-top: 1px; }
.trend-icon { width: 16px; height: 16px; }
.calc-result em { display: block; text-align: center; color: #6b7280; font-style: normal; font-size: 9px; margin-top: 7px; }

.testimonials { padding-top: 22px; padding-bottom: 72px; }
.rating { display: flex; align-items: center; justify-content: center; gap: 7px; font-weight: 800; }
.rating span { color: #374151; font-size: 11px; letter-spacing: 0; margin-left: 6px; vertical-align: 2px; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 41px; }
.testimonial { border: 1px solid var(--line); min-height: 315px; padding: 19px 20px; display: flex; flex-direction: column; position: relative; }
.testimonial:nth-child(1) { border-radius: 15px 0 0 0; }
.testimonial:nth-child(3) { border-radius: 0 15px 0 0; }
.testimonial:nth-child(4) { border-radius: 0 0 0 15px; }
.testimonial:nth-child(6) { border-radius: 0 0 15px 0; }
.star-row { width: 88px; height: 17px; display: block; background-image: url("assets/star_icon.svg"); background-repeat: repeat-x; background-size: 17px 17px; }
.star-row-large { width: 105px; height: 21px; background-size: 21px 21px; }
.quote-icon { position: absolute; right: 15px; top: 15px; width: 27px; height: 27px; }
.tag { display: inline-block; align-self: flex-start; background: #edf4ff; color: #1758d9; border-radius: 99px; padding: 3px 8px; font-size: 10px; font-weight: 700; margin: 7px 0 11px; }
.testimonial h3 { margin: 0 0 8px; font-size: 14px; line-height: 1.4; }
.testimonial > p { color: #465267; margin: 0; font-size: 12px; line-height: 1.58; }
.testimonial footer { border-top: 1px solid #edf0f4; margin-top: auto; padding-top: 13px; display: flex; justify-content: space-between; align-items: end; font-size: 12px; }
.testimonial footer small { display: block; color: #778193; font-weight: 400; font-size: 9px; }
.testimonial footer strong { color: #06a44c; font-size: 16px; text-align: right; }

.faq { padding-top: 68px; padding-bottom: 70px; }
.faq-list { width: min(710px, calc(100% - 40px)); margin: 39px auto 0; display: grid; gap: 10px; }
.faq-list details { border: 1px solid #dde2e9; background: #fff; border-radius: 10px; padding: 0 16px; }
.faq-list summary { cursor: pointer; list-style: none; min-height: 56px; display: flex; align-items: center; justify-content: space-between; gap: 18px; font-size: 13px; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; color: #2462df; font-size: 21px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: -2px 0 16px; color: #566174; font-size: 12px; }

.final-cta { background: linear-gradient(120deg, #102a60, #2157d9); color: #fff; padding: 67px 0 62px; }
.final-cta-inner { max-width: 770px; text-align: center; }
.final-cta h2 { font-size: 42px; line-height: 1.02; letter-spacing: -1.4px; margin: 0 0 22px; }
.final-cta p { max-width: 650px; margin: 0 auto 7px; color: #d9e2f8; font-size: 17px; line-height: 1.45; }
.final-cta .cta-facts { font-size: 13px; color: #cbd6ed; }
.final-cta ul { width: max-content; max-width: 100%; list-style: none; text-align: left; margin: 29px auto 24px; padding: 0; color: #dce6fb; font-size: 12px; }
.final-cta li { margin: 6px 0; display: flex; align-items: center; gap: 6px; }
.final-cta li img { width: 14px; height: 14px; }
.final-cta small { display: block; color: #9eb2da; font-size: 9px; margin-top: 15px; }

.articles-section { padding-top: 49px; padding-bottom: 50px; }
.section-row-title { display: flex; align-items: center; justify-content: space-between; }
.section-row-title h2 { margin: 0; font-size: 27px; }
.article-grid { margin-top: 20px; }
.article-card { min-height: 205px; border: 1px solid var(--line); border-radius: 7px; background: #fff; padding: 17px; display: flex; flex-direction: column; }
.article-card > span { color: #1557e8; text-transform: uppercase; font-size: 8px; font-weight: 800; }
.article-card h3 { font-size: 14px; line-height: 1.35; margin: 10px 0 7px; }
.article-card p { margin: 0 0 14px; color: #5a6576; font-size: 12px; }
.article-card a { margin-top: auto; }

.platform-section { padding-top: 41px; padding-bottom: 69px; }
.platform-box { width: min(600px, calc(100% - 40px)); margin: 0 auto; border: 1px solid #bfdbfe; background: linear-gradient(135deg, #eff6ff, #fff); border-radius: 15px; text-align: center; padding: 25px 39px; }
.platform-box h2 { margin: 0 0 5px; font-size: 22px; }
.platform-box p { max-width: 500px; margin: 0 auto 16px; color: #4c586b; font-size: 12px; }
.platform-form { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.platform-form input { min-height: 43px; border: 1px solid #ccd3de; border-radius: 7px; padding: 10px 13px; outline: none; }
.platform-box small { display: block; color: #7a8392; font-size: 9px; margin-top: 9px; }
.platform-box small a { font-size: inherit; font-weight: 500; }
.lawyer-box { width: min(930px, calc(100% - 40px)); margin: 111px auto 0; border-radius: 20px; background: linear-gradient(135deg, #eff5fd, #edf4fd); text-align: center; padding: 48px 40px; }
.scales { width: 42px; height: 42px; margin: 0 auto; filter: brightness(0) saturate(100%) invert(34%) sepia(96%) saturate(2741%) hue-rotate(215deg) brightness(91%) contrast(101%); }
.lawyer-box h2 { margin: 19px 0 12px; font-size: 32px; line-height: 1.15; }
.lawyer-box p { max-width: 600px; margin: 0 auto 25px; color: #576377; font-size: 15px; }

.site-footer { background: linear-gradient(115deg, #10295e, #213f8b); color: #d5def1; padding: 53px 0 27px; }
.footer-grid { display: grid; grid-template-columns: 1.1fr 1.15fr 1fr; gap: 70px; }
.footer-brand { display: inline-block; color: #fff; margin-bottom: 20px; }
.footer-brand b { color: #fff; }
.footer-brand .brand-mark { color: #fff; }
.footer-logo { display: block; width: 201px; height: 36px; }
.footer-grid h3 { color: #fff; text-transform: uppercase; letter-spacing: .5px; font-size: 11px; margin: 0 0 16px; }
.footer-grid h4 { color: #8fb4ff; text-transform: uppercase; letter-spacing: .4px; font-size: 9px; border-top: 1px solid rgba(255,255,255,.12); padding-top: 15px; margin: 13px 0 8px; }
.footer-grid a { display: block; margin: 0 0 9px; font-size: 12px; }
.footer-grid a strong { display: inline-flex; align-items: center; gap: 3px; }
.footer-grid a:hover { color: #fff; }
.footer-grid p { margin: 0 0 13px; color: #c4d0e8; font-size: 12px; line-height: 1.58; }
.footer-contact { display: grid; gap: 8px; }
.footer-contact span { display: flex; align-items: flex-start; gap: 7px; }
.footer-contact img { width: 15px; height: 15px; margin-top: 2px; }
.footer-arrow { width: 13px; height: 13px; filter: none; }
.footer-grid hr { border: 0; border-top: 1px solid rgba(255,255,255,.12); margin: 15px 0; }
.country-grid { display: grid; grid-template-columns: repeat(2, 1fr); column-gap: 18px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 44px; padding-top: 18px; color: #86a5de; font-size: 9px; }
.footer-bottom > div { display: flex; justify-content: space-between; gap: 20px; }
.footer-trust { display: flex; align-items: center; gap: 17px; }
.footer-trust > span { display: inline-flex; align-items: center; gap: 4px; white-space: nowrap; }
.footer-trust img { width: 13px; height: 13px; }
.footer-bottom p { margin: 14px 0 0; line-height: 1.6; }

@media (max-width: 1155px) {
  .main-nav { gap: 15px; }
  .hero-grid { gap: 45px; }
  .hero h1 { font-size: 45px; }
}

@media (max-width: 990px) {
  .site-header { height: 60px; position: sticky; top: 0; }
  .main-nav, .nav-actions { display: none; }
  .menu-button { display: block; }
  .site-header.menu-open { height: auto; }
  .site-header.menu-open .nav-wrap { min-height: 60px; flex-wrap: wrap; padding: 13px 0; }
  .site-header.menu-open .main-nav { order: 3; width: 100%; display: grid; gap: 0; padding: 8px 0; }
  .site-header.menu-open .main-nav a { padding: 10px 0; border-top: 1px solid #eef1f4; }
  .hero-grid { grid-template-columns: 1fr; padding: 67px 0; }
  .hero-copy { text-align: center; transform: none; }
  .hero-lead { margin-left: auto; margin-right: auto; }
  .hero-actions { justify-content: center; }
  .hero-form-card { width: min(520px, 100%); margin: 0 auto; text-align: left; }
  .cards-4, .fraud-grid, .step-grid { grid-template-columns: repeat(2, 1fr); }
  .fraud-card, .fraud-card:first-child, .fraud-card:nth-child(4), .fraud-card:nth-child(5), .fraud-card:nth-child(8) { border-radius: 12px; }
  .fraud-grid { gap: 12px; }
  .testimonial-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .testimonial, .testimonial:nth-child(1), .testimonial:nth-child(3), .testimonial:nth-child(4), .testimonial:nth-child(6) { border-radius: 12px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 715px) {
  body { font-size: 15px; overflow-x: hidden; }
  .container { width: calc(100% - 28px); max-width: 1040px; }
  .site-header { height: 65px; }
  .nav-wrap { width: calc(100% - 30px); }
  .header-logo { width: 198px; }
  .menu-button { padding-right: 4px; }
  .hero { min-height: 0; }
  .hero-grid { min-height: 0; width: calc(100% - 28px); padding: 78px 0 98px; gap: 49px; }
  .hero-copy { text-align: left; }
  .eyebrow { font-size: 11px; letter-spacing: 1.8px; margin-bottom: 21px; white-space: nowrap; }
  .hero h1 { font-size: 38px; line-height: 1.2; letter-spacing: -1.7px; margin-bottom: 20px; }
  .hero h1 em { display: block; }
  .hero-types { font-size: 18px; line-height: 1.62; margin-bottom: 21px; }
  .hero-lead { font-size: 16px; line-height: 1.72; margin-bottom: 10px; }
  .hero-note { font-size: 14px; line-height: 1.5; margin-bottom: 30px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; min-height: 59px; font-size: 16px; }
  .hero-form-card { width: 100%; padding: 27px 29px 21px; border-radius: 16px; border-top-width: 4px; }
  .card-kicker { font-size: 11px; margin-bottom: 16px; }
  .hero-form-card h2 { font-size: 21px; line-height: 1.35; margin-bottom: 8px; }
  .hero-form-card > p { font-size: 14px; line-height: 1.5; margin-bottom: 20px; }
  .hero-form-card label { font-size: 14px; margin-bottom: 9px; }
  .hero-form-card .amount-field input { min-height: 51px; font-size: 16px; }
  .check-list { margin: 20px 0 21px; gap: 8px; }
  .check-list li { font-size: 14px; line-height: 1.45; }
  .check-list img { width: 16px; height: 16px; margin-top: 2px; }
  .hero-form-card .btn-block { min-height: 58px; font-size: 16px; padding-inline: 22px; }
  .trust-row { flex-wrap: nowrap; justify-content: space-between; margin-top: 18px; padding-top: 17px; font-size: 11px; }
  .trust-row img { width: 14px; height: 14px; }
  .stats-strip { min-height: 364px; padding: 29px 0 39px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); row-gap: 22px; }
  .stats-grid > div { min-height: 96px; }
  .stats-grid > div { border: 0; }
  .stats-grid > div:nth-child(n+3) { border-top: 0; }
  .stats-grid strong { font-size: 31px; }
  .stats-grid span { font-size: 10px; line-height: 1.45; max-width: 135px; margin: 10px auto 0; }
  .stats-source { padding: 0 2px; margin-top: 25px; font-size: 11px; line-height: 1.45; }
  .section { padding: 70px 0; }
  .narrow-head h2, .lawyer-box h2 { font-size: 29px; line-height: 1.28; letter-spacing: -.6px; }
  .narrow-head p { font-size: 17px; line-height: 1.65; }
  .cards-3, .cards-4, .fraud-grid, .step-grid, .testimonial-grid { grid-template-columns: 1fr; }
  .myth { padding-top: 82px; padding-bottom: 79px; }
  .myth .narrow-head h2 { margin-top: 18px; font-size: 29px; line-height: 1.28; }
  .myth .narrow-head p { font-size: 17px; line-height: 1.7; }
  .myth-cards { margin-top: 49px; gap: 24px; }
  .green-card { min-height: 324px; padding: 30px 27px; border-radius: 16px; }
  .green-card .icon-bubble { width: 49px; height: 49px; }
  .green-card h3 { margin-top: 20px; font-size: 16px; }
  .green-card p { font-size: 15px; line-height: 1.62; }
  .center-cta { width: calc(100% - 24px); margin: 40px auto 0; gap: 10px; }
  .center-cta .btn { min-height: 81px; font-size: 16px; line-height: 1.45; }
  .center-cta small { font-size: 11px; }
  .btn-wide { min-width: 0; width: 100%; }
  #about { padding-top: 7px; padding-bottom: 54px; }
  #about .pill { display: none; }
  #about .narrow-head { width: calc(100% - 18px); }
  #about .narrow-head h2 { font-size: 29px; line-height: 1.25; margin-bottom: 13px; }
  #about .narrow-head p { font-size: 17px; line-height: 1.7; }
  .about-cards { margin-top: 48px; gap: 22px; }
  .about-cards .info-card { min-height: 238px; padding: 28px 24px 30px; border-radius: 16px; }
  .about-cards .info-card h3 { font-size: 16px; margin-top: 20px; }
  .about-cards .info-card p { font-size: 15px; line-height: 1.62; }
  .about-cards .info-card .bare-icon { width: 26px; height: 26px; }
  .press-strip { padding: 66px 0 68px; }
  .press-strip p { font-size: 13px; margin-bottom: 34px; }
  .press-logos { width: 100%; display: grid; grid-template-columns: repeat(6, 1fr); align-items: center; justify-items: center; gap: 20px 4px; }
  .press-logos > img { max-width: 100%; height: 30px; }
  .press-logos > img:nth-of-type(1) { grid-column: 1 / 4; width: 140px; height: 40px; }
  .press-logos > img:nth-of-type(2) { grid-column: 4 / 7; width: 118px; }
  .press-logos > img:nth-of-type(3) { grid-column: 1 / 3; width: 128px; }
  .press-logos > img:nth-of-type(4) { grid-column: 3 / 5; width: 75px; }
  .press-logos > img:nth-of-type(5) { grid-column: 5 / 7; width: 88px; }
  .frauds { padding-top: 82px; padding-bottom: 0; }
  .frauds .narrow-head h2 { font-size: 29px; line-height: 1.28; margin-top: 17px; }
  .frauds .narrow-head p { font-size: 17px; line-height: 1.72; margin-top: 22px; }
  .fraud-grid { margin-top: 47px; gap: 23px; }
  .fraud-card { min-height: 315px; padding: 26px 24px 28px; border-radius: 16px !important; }
  .fraud-card .icon-bubble { width: 49px; height: 49px; }
  .fraud-card h3 { font-size: 16px; margin-top: 22px; }
  .fraud-card p { font-size: 15px; line-height: 1.62; margin-bottom: 18px; }
  .fraud-card a { font-size: 12px; }
  .unknown-box { align-items: stretch; flex-direction: column; }
  .unknown-box { margin-top: 24px; padding: 23px 19px 13px; border-radius: 16px; gap: 19px; }
  .unknown-box h3 { font-size: 18px; line-height: 1.3; gap: 12px; }
  .unknown-icon { width: 50px; height: 50px; }
  .unknown-box p { font-size: 14px; line-height: 1.65; }
  .micro-pills { gap: 7px; }
  .micro-pills span { font-size: 10px; padding: 4px 8px; }
  .unknown-box .btn { width: 100%; }
  .unknown-box .btn { min-height: 54px; font-size: 16px; }
  .unknown-box h3 { align-items: flex-start; }
  .frauds > .center-only { display: none; }
  .procedure { padding-top: 79px; padding-bottom: 54px; }
  .procedure .narrow-head h2 { font-size: 30px; line-height: 1.25; margin-top: 17px; }
  .procedure .narrow-head p { font-size: 17px; line-height: 1.7; margin-top: 17px; }
  .step-grid { gap: 27px; margin-top: 65px; }
  .step-card, .step-card:nth-child(2), .step-card:nth-child(4) { min-height: 0; padding: 28px 29px 33px; border-radius: 15px; }
  .step-number { font-size: 58px; top: 16px; right: 14px; }
  .step-icon, .step-icon img { width: 49px; height: 49px; }
  .step-card h3 { font-size: 16px; margin-top: 21px; }
  .step-card p { font-size: 14px; line-height: 1.65; }
  .time-tag { font-size: 10px; bottom: -13px; padding: 6px 16px; }
  .procedure-note { margin-top: 49px; padding: 0 10px; font-size: 12px; line-height: 1.5; max-height: 56px; overflow: hidden; }
  .calculator-section { padding-top: 84px; padding-bottom: 133px; }
  .calc-head h2 { font-size: 31px; line-height: 1.25; }
  .calc-head p { font-size: 17px; line-height: 1.6; margin-top: 12px; }
  .calculator-card { width: calc(100% - 28px); margin-top: 65px; padding: 27px 28px 29px; border-radius: 15px; }
  .calc-title { align-items: flex-start; }
  .calc-title .icon-bubble { width: 38px; height: 38px; flex: 0 0 auto; }
  .calc-title h3 { font-size: 20px; line-height: 1.3; }
  .calculator-card > p { font-size: 14px; line-height: 1.45; margin: 11px 0 24px; }
  .calculator-card form { gap: 11px; }
  .calculator-card label { font-size: 14px; }
  .calculator-card select, .calculator-card input { min-height: 48px; font-size: 16px; }
  .calculator-card .btn-block { min-height: 48px; font-size: 14px; }
  .testimonials { padding-top: 0; padding-bottom: 62px; }
  .testimonials .narrow-head h2 { font-size: 29px; line-height: 1.3; }
  .testimonials .narrow-head p { font-size: 17px; line-height: 1.65; }
  .testimonial-grid { margin-top: 48px; gap: 23px; }
  .testimonial { min-height: 0; padding: 25px 25px 24px; border-radius: 15px !important; }
  .testimonial h3 { font-size: 16px; line-height: 1.45; }
  .testimonial > p { font-size: 14px; line-height: 1.62; }
  .testimonial footer { margin-top: 26px; font-size: 14px; }
  .testimonial footer strong { font-size: 19px; }
  .testimonial footer small { font-size: 11px; }
  .quote-icon { width: 29px; height: 29px; right: 18px; top: 18px; }
  .faq { padding-top: 79px; padding-bottom: 81px; }
  .faq .narrow-head h2 { font-size: 31px; }
  .faq .narrow-head p { font-size: 17px; line-height: 1.65; margin-top: 14px; }
  .faq-list { width: calc(100% - 28px); margin-top: 48px; gap: 11px; }
  .faq-list details { padding: 0 20px; border-radius: 11px; }
  .faq-list summary { min-height: 87px; font-size: 16px; line-height: 1.45; }
  .faq .center-only { margin-top: 34px; padding: 0 10px; }
  .faq .center-only .btn { width: 100%; min-height: 60px; font-size: 16px; }
  .final-cta { padding: 78px 0 80px; }
  .final-cta h2 { font-size: 31px; line-height: 1.28; letter-spacing: -.7px; }
  .final-cta p { font-size: 17px; line-height: 1.65; }
  .final-cta .cta-facts { font-size: 15px; line-height: 1.55; margin-top: 13px; }
  .final-cta ul { width: 100%; margin: 39px auto 32px; font-size: 13px; }
  .final-cta .btn { width: 100%; min-height: 99px; font-size: 18px; line-height: 1.45; }
  .final-cta small { font-size: 11px; margin-top: 21px; }
  .articles-section { padding-top: 58px; padding-bottom: 49px; }
  .section-row-title h2 { font-size: 24px; }
  .section-row-title a { font-size: 13px; }
  .article-grid { gap: 12px; }
  .article-grid { margin-top: 27px; gap: 18px; }
  .article-card { min-height: 220px; padding: 22px 20px; border-radius: 8px; }
  .article-card > span { font-size: 9px; }
  .article-card h3 { font-size: 16px; line-height: 1.4; }
  .article-card p { font-size: 14px; line-height: 1.55; max-height: 66px; overflow: hidden; }
  .article-card a { font-size: 14px; margin-top: 9px; }
  .platform-section { padding-top: 49px; padding-bottom: 81px; }
  .platform-box { width: calc(100% - 28px); padding: 25px 24px 28px; }
  .platform-box h2 { font-size: 22px; line-height: 1.35; }
  .platform-box p { font-size: 14px; line-height: 1.45; }
  .platform-form { grid-template-columns: 1fr; }
  .platform-form input, .platform-form .btn { min-height: 48px; font-size: 16px; }
  .platform-box small { font-size: 11px; line-height: 1.55; }
  .lawyer-box { width: calc(100% - 28px); margin-top: 143px; padding: 46px 23px 42px; border-radius: 20px; }
  .lawyer-box .scales { width: 48px; height: 48px; }
  .lawyer-box h2 { font-size: 31px; line-height: 1.24; margin-top: 23px; }
  .lawyer-box p { font-size: 17px; line-height: 1.65; margin-top: 24px; }
  .lawyer-box .btn { min-height: 85px; width: 88%; font-size: 16px; line-height: 1.4; }
  .site-footer { padding-top: 67px; padding-bottom: 30px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid { gap: 31px; }
  .footer-brand { font-size: 19px; margin-bottom: 25px; }
  .footer-logo { width: 201px; height: 36px; }
  .footer-grid p, .footer-grid a { font-size: 14px; line-height: 1.7; }
  .footer-grid h3 { font-size: 14px; margin-bottom: 20px; }
  .footer-grid h4 { font-size: 11px; margin-top: 21px; }
  .footer-grid a { margin-bottom: 10px; }
  .footer-contact { margin-top: 26px !important; }
  .country-grid { column-gap: 43px; }
  .footer-bottom { margin-top: 44px; padding-top: 24px; font-size: 11px; }
  .footer-bottom > div { flex-direction: column; }
  .footer-trust { flex-wrap: wrap; gap: 8px 14px; }
  .footer-bottom p { font-size: 11px; line-height: 1.65; }
}

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