:root {
  --ink: #11121a;
  --paper: #f7f7fb;
  --blue: #2a55f5;
  --blue-soft: #dce6ff;
  --pink: #ef75d8;
  --pink-soft: #ffe2f7;
  --line: #cfd3df;
  --white: #fff;
  font-family: Arial, "Helvetica Neue", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-size: 16px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; }
a { color: inherit; text-underline-offset: 5px; }
a:focus-visible { outline: 3px solid var(--pink); outline-offset: 5px; }
.site-header, main > section, footer { max-width: 1240px; margin: auto; }
.site-header { height: 86px; padding: 0 34px; display: flex; align-items: center; justify-content: center; border-bottom: 1px solid var(--line); }
nav { display: flex; gap: 28px; font-size: 14px; }
nav a { text-decoration: none; }
.hero { min-height: 660px; padding: 80px 34px 70px; display: grid; grid-template-columns: 1.45fr .75fr; gap: 52px; align-items: center; }
.kicker, .section-label, .service-type { font-size: 13px; text-transform: uppercase; letter-spacing: .14em; font-weight: 700; }
.hero h1 { font-size: clamp(48px, 6.4vw, 88px); line-height: .94; letter-spacing: -.065em; margin: 28px 0 38px; max-width: 900px; }
.hero h1 span { color: var(--blue); }
.hero-text { max-width: 700px; font-size: 20px; line-height: 1.55; margin: 0; color: #3d4050; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 34px; }
.button { display: inline-block; text-decoration: none; border-radius: 100px; padding: 16px 24px; font-weight: 700; }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: var(--blue); }
.text-link { font-weight: 700; }
.portrait-frame { justify-self: end; width: min(32vw, 380px); aspect-ratio: 1; border-radius: 50%; overflow: hidden; border: 4px solid var(--ink); background: linear-gradient(145deg, var(--blue), var(--pink)); }
.portrait-frame img { display: block; width: 100%; height: 100%; object-fit: cover; }
.ticker { max-width: none; background: var(--ink); color: #fff; overflow: hidden; padding: 18px 0; white-space: nowrap; }
.ticker div { font-weight: 700; letter-spacing: .06em; font-size: 14px; text-align: center; }
.about { padding: 120px 34px; }
.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.about h2, .services h2, .contact h2 { font-size: clamp(42px, 5vw, 72px); line-height: 1; letter-spacing: -.055em; margin: 0; }
.about-copy { max-width: 650px; }
.about-copy p { font-size: 19px; line-height: 1.65; margin: 0 0 24px; }
.proof { padding: 0 34px 110px; display: grid; grid-template-columns: .7fr 2fr; gap: 22px; }
.connections, .favikon-group { border-top: 1px solid var(--ink); padding-top: 28px; }
.connections strong { display: block; font-size: clamp(60px, 7vw, 96px); letter-spacing: -.07em; }
.connections span { font-size: 15px; }
.favikon-items { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 30px; }
.favikon-items article { min-height: 150px; padding: 0 20px; border-left: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; }
.favikon-items strong { font-size: clamp(34px, 4vw, 56px); letter-spacing: -.06em; }
.favikon-items span { font-size: 14px; line-height: 1.45; }
.services { padding: 115px 34px; }
.services-head { display: flex; align-items: end; justify-content: space-between; margin-bottom: 52px; }
.service-card { display: block; padding: 50px; margin-top: 24px; border-radius: 4px; }
.service-card.blue { background: linear-gradient(130deg, #244de8, #735fe8); color: #fff; }
.service-card.pink { background: linear-gradient(130deg, #735fe8, #e66ecb); color: #fff; }
.service-content { max-width: 920px; margin: 0 auto; }
.service-content h3 { font-size: clamp(40px, 5vw, 68px); line-height: 1; letter-spacing: -.055em; margin: 12px 0 28px; }
.service-intro { font-size: 21px; line-height: 1.5; }
.service-content p, .plain-list li { line-height: 1.65; }
.plain-list { list-style: none; padding: 0; margin: 24px 0; }
.plain-list li { padding: 13px 0; border-top: 1px solid rgba(255,255,255,.36); }
.plain-list li::before { content: "↳"; margin-right: 12px; font-weight: 700; }
.result { border-left: 4px solid #fff; padding-left: 18px; margin-top: 30px; font-weight: 700; }
.pink .result { border-color: #fff; }
.contact { max-width: none !important; background: linear-gradient(120deg, var(--blue), #7f65ee 58%, var(--pink)); color: white; padding: 105px max(34px, calc((100vw - 1172px)/2)); }
.section-label.light { color: #fff; }
.contact h2 { max-width: 850px; margin: 30px 0; }
.contact > p:not(.section-label) { max-width: 660px; font-size: 20px; line-height: 1.55; }
.button-light { background: white; color: var(--ink); margin-top: 18px; }
.button-light:hover { background: var(--ink); color: white; }
footer { padding: 50px 34px; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px; border-top: 1px solid var(--line); font-size: 14px; line-height: 1.55; }
.footer-name { font-size: 18px; }
.footer-links { display: flex; flex-direction: column; gap: 9px; }
.copyright { text-align: right; margin: 0; }
.document { max-width: 860px !important; padding: 70px 34px; }
.document h1 { font-size: clamp(46px, 7vw, 76px); letter-spacing: -.055em; }
.document h2 { font-size: 26px; margin-top: 42px; }
.offer-document {
  width: 100%;
  max-width: none !important;
  padding-right: clamp(22px, 5vw, 80px);
  padding-left: clamp(22px, 5vw, 80px);
}
.offer-document h1 { max-width: none; line-height: 1; }
.offer-document h2 { padding-top: 12px; border-top: 1px solid var(--line); }
.offer-document h1 + h2 { padding-top: 0; border-top: 0; font-size: 22px; text-transform: none; }
.offer-document h3 { font-size: 20px; margin-top: 30px; }
.offer-document ul { padding-left: 22px; }
.offer-document p,
.offer-document li {
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
  overflow-wrap: anywhere;
}
.document p, .document li { line-height: 1.7; }
.notice { padding: 20px 24px; background: #fff4da; border: 1px solid #e8d39b; }
.toc { display: flex; flex-wrap: wrap; gap: 14px 22px; margin: 30px 0; }
.document li { margin-bottom: 10px; }
dt { font-weight: 700; margin-top: 18px; }
dd { margin: 4px 0; color: #565b6d; }
.sources { font-size: 14px; border-top: 1px solid var(--line); margin-top: 38px; padding-top: 22px; }
.policy-block { border-top: 1px solid var(--line); padding-top: 26px; margin-top: 30px; }
.policy-status { display: inline-block; background: var(--blue-soft); padding: 8px 12px; font-size: 13px; font-weight: 700; }
.simple-footer { max-width: 860px; }
.brand { font-size: 20px; font-weight: 800; text-decoration: none; }
.brand span { color: var(--pink); }
.eyebrow { font-size: 13px; text-transform: uppercase; letter-spacing: .14em; font-weight: 700; }
.lead { max-width: 700px; font-size: 20px; line-height: 1.55; color: #3d4050; }
body > header:not(.site-header) { max-width: 1240px; margin: auto; height: 86px; padding: 0 34px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
body > header:not(.site-header) nav { display: flex; gap: 28px; }
body > footer:not(.simple-footer) { max-width: 860px; display: flex; justify-content: space-between; }
@media (max-width: 800px) {
  .site-header { height: auto; padding: 22px; }
  .site-header nav { display: flex; gap: 18px; }
  .hero { min-height: auto; padding: 55px 22px 75px; grid-template-columns: 1fr; }
  .hero h1 { font-size: clamp(48px, 13vw, 72px); }
  .portrait-frame { width: 250px; justify-self: center; margin-top: 30px; }
  .hero-text { font-size: 18px; }
  .about, .services { padding: 80px 22px; }
  .about-grid { grid-template-columns: 1fr; gap: 30px; }
  .proof { grid-template-columns: 1fr; padding: 0 22px 80px; }
  .favikon-items { grid-template-columns: 1fr; }
  .favikon-items article { min-height: 120px; padding: 20px 0; border-left: 0; border-top: 1px solid var(--line); }
  .services-head { display: block; }
  .service-card { padding: 28px; }
  .contact { padding: 80px 22px; }
  footer { grid-template-columns: 1fr; padding: 38px 22px; }
  .copyright { text-align: left; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .document { padding: 50px 22px !important; }
  .offer-document h1 { font-size: clamp(38px, 11vw, 56px); }
  .offer-document h2 { font-size: 23px; line-height: 1.25; }
  .offer-document h3 { font-size: 19px; line-height: 1.35; }
  .offer-document p, .offer-document li { line-height: 1.65; }
  body > header:not(.site-header) { height: auto; padding: 22px; gap: 18px; flex-wrap: wrap; }
  body > header:not(.site-header) nav { gap: 14px; flex-wrap: wrap; justify-content: flex-end; }
  body > footer:not(.simple-footer) { display: flex; flex-direction: column; }
}
@media (max-width: 520px) {
  .site-header nav { width: 100%; justify-content: space-between; gap: 10px; }
  .site-header nav a { font-size: 13px; }
  .hero h1 { font-size: clamp(42px, 13vw, 62px); overflow-wrap: anywhere; }
  .portrait-frame { width: min(250px, 78vw); }
  .service-card { padding: 24px 20px; }
  .service-content h3 { font-size: clamp(36px, 11vw, 50px); overflow-wrap: anywhere; }
  body > header:not(.site-header) { align-items: flex-start; flex-direction: column; }
  body > header:not(.site-header) nav { width: 100%; justify-content: space-between; }
  .offer-document { padding-top: 42px !important; padding-bottom: 42px !important; }
  .offer-document ul { padding-left: 19px; }
}
@media print { .site-header, body > header, footer, .toc { display: none; } .document { max-width: none !important; } .notice { background: white; } a { color: black; } }
