:root {
      --ink: #181816;
      --paper: #f5f0e8;
      --white: #fffdfa;
      --coral: #ff5f47;
      --coral-dark: #e74731;
      --blue: #2352d3;
      --yellow: #ffd75b;
      --mint: #bce8d3;
      --muted: #6d6962;
      --soft-border: rgba(24,24,22,.16);
      --card-radius: 30px;
      --page-width: 1240px;
    }
    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      min-width: 320px;
      overflow-x: hidden;
      background: var(--paper);
      color: var(--ink);
      font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      -webkit-font-smoothing: antialiased;
    }
    a { color: inherit; text-decoration: none; }
    img { display: block; max-width: 100%; }
    svg { display: block; }
    .page-frame { width: min(calc(100% - 48px), var(--page-width)); margin-inline: auto; }
    .site-header {
      position: absolute;
      inset: 0 0 auto;
      z-index: 20;
      padding-top: 18px;
    }
    .header-layout {
      min-height: 66px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
      padding: 10px 14px 10px 22px;
      border: 1px solid rgba(24,24,22,.12);
      border-radius: 999px;
      background: rgba(255,253,250,.84);
      box-shadow: 0 12px 40px rgba(44,33,20,.08);
      backdrop-filter: blur(16px);
    }
    .brand-link { display: inline-flex; align-items: center; gap: 10px; font-size: 29px; font-weight: 900; letter-spacing: -.07em; }
    .brand-symbol {
      width: 41px;
      height: 41px;
      display: grid;
      place-items: center;
      border-radius: 50% 50% 50% 12px;
      background: var(--coral);
      color: #fff;
      font-size: 23px;
      font-weight: 900;
      transform: rotate(-6deg);
    }
    .brand-symbol span { transform: rotate(6deg); }
    .header-nav { display: flex; align-items: center; gap: 26px; }
    .header-link { color: #5d5953; font-size: 14px; font-weight: 700; transition: color .2s ease; }
    .header-link:hover { color: var(--ink); }
    .primary-button {
      min-height: 56px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      padding: 0 27px;
      border: 2px solid var(--ink);
      border-radius: 999px;
      background: var(--ink);
      color: #fff;
      font-size: 16px;
      font-weight: 850;
      box-shadow: 5px 5px 0 var(--coral);
      transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
    }
    .primary-button:hover { transform: translate(-2px,-2px); box-shadow: 8px 8px 0 var(--coral); }
    .primary-button:active { transform: none; box-shadow: 3px 3px 0 var(--coral); }
    .primary-button svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 2.2; }
    .compact-button { min-height: 45px; padding-inline: 20px; font-size: 14px; box-shadow: none; }
    .intro { padding: 106px 0 38px; }
    .intro-panel {
      position: relative;
      min-height: 720px;
      display: flex;
      align-items: center;
      overflow: hidden;
      border: 2px solid var(--ink);
      border-radius: 38px;
      background: #e9ded0;
      box-shadow: 10px 10px 0 var(--ink);
    }
    .intro-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
    .intro-panel::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(90deg, rgba(245,240,232,.98) 0%, rgba(245,240,232,.92) 31%, rgba(245,240,232,.34) 52%, rgba(245,240,232,0) 73%);
    }
    .intro-copy { position: relative; z-index: 2; width: 54%; padding: 88px 0 70px 66px; }
    .intro-label {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      margin-bottom: 24px;
      padding: 9px 14px;
      border: 1.5px solid var(--ink);
      border-radius: 999px;
      background: var(--yellow);
      font-size: 12px;
      font-weight: 900;
      letter-spacing: .12em;
      text-transform: uppercase;
    }
    .intro-label::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--coral); }
    h1, h2, h3, p { margin-top: 0; }
    h1 {
      max-width: 700px;
      margin-bottom: 24px;
      font-size: clamp(58px, 6vw, 88px);
      line-height: .93;
      letter-spacing: -.07em;
      font-weight: 900;
    }
    .coral-text { color: var(--coral-dark); }
    .intro-text { max-width: 580px; margin-bottom: 31px; color: #55514b; font-size: 19px; line-height: 1.55; }
    .intro-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; }
    .form-note { max-width: 150px; color: #625e58; font-size: 13px; line-height: 1.35; }
    .group-badge {
      position: absolute;
      z-index: 4;
      right: 38px;
      bottom: 35px;
      width: 150px;
      height: 150px;
      display: grid;
      place-items: center;
      padding: 18px;
      border: 2px solid var(--ink);
      border-radius: 50%;
      background: var(--blue);
      color: #fff;
      text-align: center;
      font-size: 15px;
      font-weight: 850;
      line-height: 1.15;
      transform: rotate(7deg);
      box-shadow: 7px 7px 0 var(--ink);
      animation: wobble 5s ease-in-out infinite;
    }
    .group-badge strong { display: block; font-size: 34px; line-height: .95; }
    .benefits-strip { overflow: hidden; padding: 20px 0; border-block: 2px solid var(--ink); background: var(--coral); color: #fff; transform: rotate(-1deg); }
    .benefits-track { display: flex; width: max-content; animation: ticker 26s linear infinite; }
    .benefits-item { display: flex; align-items: center; gap: 24px; padding-right: 24px; font-size: 16px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; }
    .benefits-item::after { content: "✦"; color: var(--yellow); font-size: 20px; }
    .content-section { padding: 118px 0; }
    .section-eyebrow { margin-bottom: 18px; color: var(--coral-dark); font-size: 13px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
    .section-heading { max-width: 900px; margin-bottom: 24px; font-size: clamp(44px, 6vw, 76px); line-height: .98; letter-spacing: -.065em; }
    .section-summary { max-width: 680px; margin-bottom: 54px; color: var(--muted); font-size: 19px; line-height: 1.6; }
    .process-section { position: relative; overflow: hidden; }
    .process-section::before { content: "АУ"; position: absolute; right: -20px; top: 22px; color: rgba(35,82,211,.07); font-size: 300px; font-weight: 950; letter-spacing: -.12em; }
    .process-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
    .process-card {
      min-height: 360px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 29px;
      border: 2px solid var(--ink);
      border-radius: 28px;
      background: var(--white);
      box-shadow: 6px 6px 0 var(--ink);
      transition: transform .25s ease;
    }
    .process-card:nth-child(2) { background: var(--yellow); transform: rotate(1.3deg); }
    .process-card:nth-child(3) { background: var(--mint); transform: rotate(-1deg); }
    .process-card:hover { transform: translateY(-7px) rotate(0); }
    .process-card-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
    .process-number { font-size: 56px; font-weight: 950; letter-spacing: -.08em; line-height: 1; }
    .process-icon { width: 58px; height: 58px; display: grid; place-items: center; border: 2px solid var(--ink); border-radius: 18px; background: var(--coral); color: #fff; }
    .process-icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.8; }
    .process-card h3 { margin-bottom: 12px; font-size: 29px; line-height: 1.05; letter-spacing: -.04em; }
    .process-card p { margin: 0; color: #58544d; font-size: 16px; line-height: 1.5; }
    .formats-section { border-block: 2px solid var(--ink); background: var(--ink); color: #fff; }
    .formats-section .section-eyebrow { color: #ff8b7a; }
    .formats-section .section-summary { color: #bdb8b0; }
    .formats-list { display: grid; gap: 14px; }
    .format-option {
      display: grid;
      grid-template-columns: 100px 1fr auto;
      align-items: center;
      gap: 26px;
      padding: 22px 25px;
      border: 1.5px solid rgba(255,255,255,.24);
      border-radius: 25px;
      background: #232320;
      transition: background .2s ease, transform .2s ease, border-color .2s ease;
    }
    .format-option:hover { transform: translateX(7px); border-color: var(--coral); background: #2c2926; }
    .format-time { display: grid; place-items: center; width: 78px; height: 78px; border-radius: 50%; background: var(--coral); color: #fff; font-size: 17px; font-weight: 900; transform: rotate(-6deg); }
    .format-option:nth-child(2) .format-time { background: var(--blue); }
    .format-option:nth-child(3) .format-time { background: var(--yellow); color: var(--ink); }
    .format-option h3 { margin: 0 0 5px; font-size: 28px; }
    .format-option p { margin: 0; color: #bdb8b0; font-size: 15px; line-height: 1.45; }
    .format-link-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; background: #fff; color: var(--ink); }
    .format-link-icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2; }
    .trust-section { background: #fffdfa; }
    .trust-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; }
    .trust-copy { position: sticky; top: 40px; }
    .trust-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
    .trust-card { min-height: 240px; padding: 25px; border: 2px solid var(--ink); border-radius: 26px; background: var(--paper); }
    .trust-card:nth-child(2) { background: #ece8ff; }
    .trust-card:nth-child(3) { background: #ffe4df; }
    .trust-card:nth-child(4) { background: var(--mint); }
    .trust-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 34px; border-radius: 14px; background: var(--ink); color: #fff; }
    .trust-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.9; }
    .trust-card h3 { margin-bottom: 8px; font-size: 21px; line-height: 1.15; }
    .trust-card p { margin: 0; color: #625e57; font-size: 14px; line-height: 1.5; }
    .final-section {
      padding: 100px 0;
      border-block: 2px solid var(--ink);
      background: var(--yellow);
    }
    .final-panel { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 40px; }
    .final-section h2 { max-width: 850px; margin-bottom: 16px; font-size: clamp(48px, 7vw, 88px); line-height: .92; letter-spacing: -.07em; }
    .final-section p { margin: 0; font-size: 19px; color: #5f594c; }
    .final-section .primary-button { background: var(--blue); box-shadow: 6px 6px 0 var(--ink); }
    .site-footer { padding: 56px 0 112px; background: var(--ink); color: #fff; }
    .footer-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; padding-bottom: 44px; border-bottom: 1px solid rgba(255,255,255,.17); }
    .site-footer .brand-link { margin-bottom: 16px; }
    .site-footer .brand-symbol { background: var(--coral); }
    .footer-summary { max-width: 300px; margin: 0; color: #aaa69f; font-size: 14px; line-height: 1.55; }
    .footer-details { display: grid; grid-template-columns: 1fr 1fr; gap: 38px; }
    .footer-navigation { display: grid; align-content: start; gap: 12px; color: #d3cfc8; font-size: 14px; }
    .footer-navigation strong, .company-details strong { margin-bottom: 4px; color: #fff; font-size: 13px; letter-spacing: .11em; text-transform: uppercase; }
    .footer-navigation a:hover { color: var(--coral); }
    .company-details { display: grid; gap: 7px; color: #d3cfc8; font-size: 14px; line-height: 1.45; }
    .company-details .company-address { max-width: 420px; color: #9f9b94; }
    .footer-copyright { padding-top: 25px; color: #8e8a84; font-size: 13px; }
    .mobile-action { display: none; }
    .reveal-on-scroll { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.75,.2,1); }
    .reveal-on-scroll.is-visible { opacity: 1; transform: none; }
    @keyframes ticker { to { transform: translateX(-50%); } }
    @keyframes wobble { 0%,100% { transform: rotate(7deg) translateY(0); } 50% { transform: rotate(2deg) translateY(-8px); } }
    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
      .reveal-on-scroll { opacity: 1; transform: none; }
    }
    @media (max-width: 900px) {
      .header-link { display: none; }
      .intro-panel { min-height: 760px; align-items: flex-end; }
      .intro-panel::after { background: linear-gradient(0deg, rgba(245,240,232,1) 0%, rgba(245,240,232,.97) 46%, rgba(245,240,232,.08) 73%); }
      .intro-photo { object-position: 63% center; }
      .intro-copy { width: 100%; padding: 360px 36px 50px; }
      .group-badge { top: 105px; right: 27px; bottom: auto; width: 125px; height: 125px; }
      .process-grid { grid-template-columns: 1fr; }
      .process-card { min-height: 300px; }
      .trust-layout { grid-template-columns: 1fr; gap: 34px; }
      .trust-copy { position: static; }
      .final-panel { grid-template-columns: 1fr; align-items: start; }
      .footer-layout { grid-template-columns: 1fr; }
    }
    @media (max-width: 620px) {
      .page-frame { width: min(calc(100% - 28px), var(--page-width)); }
      .site-header { padding-top: 10px; }
      .header-layout { min-height: 58px; padding: 7px 8px 7px 15px; }
      .brand-link { font-size: 24px; }
      .brand-symbol { width: 36px; height: 36px; font-size: 20px; }
      .site-header .primary-button { min-height: 40px; padding: 0 14px; font-size: 12px; border-width: 1px; }
      .intro { padding: 82px 0 34px; }
      .intro-panel { min-height: 710px; border-radius: 26px; box-shadow: 5px 5px 0 var(--ink); }
      .intro-photo { height: 53%; object-position: 65% center; }
      .intro-panel::after { background: linear-gradient(0deg, var(--paper) 0%, var(--paper) 48%, rgba(245,240,232,.05) 74%); }
      .intro-copy { padding: 340px 21px 34px; }
      .intro-label { margin-bottom: 18px; font-size: 10px; }
      h1 { font-size: clamp(47px, 13.3vw, 61px); overflow-wrap: anywhere; }
      .intro-text { margin-bottom: 24px; font-size: 16px; }
      .intro-actions .primary-button { width: 100%; }
      .form-note { max-width: none; width: 100%; text-align: center; }
      .group-badge { top: 42px; right: 18px; width: 108px; height: 108px; font-size: 12px; box-shadow: 4px 4px 0 var(--ink); }
      .group-badge strong { font-size: 28px; }
      .content-section { padding: 82px 0; }
      .section-heading { font-size: 45px; overflow-wrap: anywhere; }
      .section-summary { margin-bottom: 38px; font-size: 17px; }
      .process-section::before { font-size: 160px; }
      .process-card { min-height: 270px; padding: 24px; }
      .process-number { font-size: 45px; }
      .process-card h3 { font-size: 25px; }
      .format-option { grid-template-columns: 70px 1fr; gap: 16px; padding: 18px; }
      .format-time { width: 62px; height: 62px; font-size: 14px; }
      .format-option h3 { font-size: 22px; }
      .format-option p { font-size: 14px; }
      .format-link-icon { display: none; }
      .trust-grid { grid-template-columns: 1fr; }
      .trust-card { min-height: 210px; }
      .final-section { padding: 80px 0 105px; }
      .final-section h2 { font-size: 49px; overflow-wrap: anywhere; }
      .final-section .primary-button { width: 100%; }
      .footer-layout, .footer-details { grid-template-columns: 1fr; gap: 32px; }
      .mobile-action { position: fixed; z-index: 70; display: block; inset: auto 12px 12px; }
      .mobile-action .primary-button { width: 100%; min-height: 55px; box-shadow: 4px 4px 0 var(--coral); }
    }
