:root {
  --blue: #0048c8;
  --blue-dark: #08234a;
  --blue-soft: #eef5ff;
  --green: #238b22;
  --green-soft: #edf8ed;
  --text: #0b1f3f;
  --muted: #53647b;
  --line: #dbe4f0;
  --panel: #ffffff;
  --bg: #f6f9fd;
  --shadow: 0 18px 48px rgba(13, 47, 91, 0.09);
  --radius: 8px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

[id] { scroll-margin-top: 118px; }

.anchor-target {
  display: block;
  height: 0;
  overflow: hidden;
}

body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #fff 0%, var(--bg) 42%, #fff 100%);
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
}

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

a { color: inherit; text-decoration: none; }
.container { width: min(100% - 48px, 1160px); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.header-inner {
  min-height: 96px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 248px;
}

.brand-mark {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: #62b83d;
}

.brand-mark svg { width: 100%; height: 100%; fill: currentColor; }

.brand strong {
  display: block;
  color: var(--blue-dark);
  font-size: 25px;
  line-height: 1.1;
  letter-spacing: 0;
}

.brand small {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 12px;
  white-space: nowrap;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  color: #071a36;
}

.main-nav a:hover,
.footer-column a:hover { color: var(--blue); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 26px;
  border-radius: 6px;
  border: 1px solid transparent;
  font-weight: 700;
  font-size: 15px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.btn:hover { transform: translateY(-1px); }

.btn-primary {
  background: linear-gradient(180deg, #0758de 0%, var(--blue) 100%);
  color: #fff;
  box-shadow: 0 10px 24px rgba(0, 72, 200, 0.24);
}

.btn-secondary {
  color: var(--blue);
  background: #fff;
  border-color: var(--blue);
}

.cabinet-link {
  min-height: 50px;
  white-space: nowrap;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 10px;
}

.menu-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--blue-dark);
}

.section-soft {
  background: radial-gradient(circle at 83% 32%, rgba(35, 139, 34, 0.08), transparent 23%), linear-gradient(180deg, #f8fbff 0%, #fff 100%);
}

.hero { padding: 54px 0 30px; }

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.93fr) minmax(500px, 1.07fr);
  gap: 46px;
  align-items: center;
}

.hero h1 {
  margin: 0;
  max-width: 590px;
  font-size: clamp(40px, 4.4vw, 58px);
  line-height: 1.18;
  letter-spacing: 0;
  color: var(--blue-dark);
}

.lead {
  max-width: 560px;
  margin: 24px 0 28px;
  color: #223753;
  font-size: 17px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 27px;
}

.speed-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.speed-note span {
  width: 28px;
  height: 28px;
  display: inline-grid;
  flex: 0 0 28px;
  place-items: center;
  border: 1px solid var(--green);
  border-radius: 50%;
  color: var(--green);
  font-size: 11px;
  font-weight: 800;
}

.hero-copy,
.hero-visual {
  min-width: 0;
}

.hero-visual {
  position: relative;
  min-height: 410px;
  padding-top: 5px;
}

.doc-stack {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  width: 78%;
  margin-left: auto;
  margin-right: 12px;
  position: relative;
  z-index: 1;
}

.doc-card {
  min-height: 156px;
  padding: 22px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
  text-align: center;
}

.doc-card strong,
.doc-card small { display: block; }
.doc-card strong { margin-top: 8px; color: #071a36; }
.doc-card small { color: #071a36; font-weight: 600; }

.hero-doc-icon {
  display: block;
  width: 34px;
  height: 40px;
  margin: 0 auto;
  color: #77bd70;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.leaf-shape {
  position: absolute;
  right: -15px;
  top: 120px;
  width: 142px;
  height: 175px;
  border-radius: 100% 0 100% 0;
  background: linear-gradient(145deg, rgba(35, 139, 34, 0.14), rgba(35, 139, 34, 0.03));
  transform: rotate(18deg);
}

.leaf-shape::after {
  content: "";
  position: absolute;
  left: 48%;
  top: 11%;
  width: 1px;
  height: 78%;
  background: rgba(255, 255, 255, 0.7);
  transform: rotate(15deg);
}

.laptop {
  position: absolute;
  left: 18px;
  right: 0;
  bottom: 0;
  z-index: 3;
}

.laptop-screen {
  position: relative;
  width: 82%;
  min-height: 252px;
  margin-left: auto;
  border: 14px solid #2a2d31;
  border-radius: 14px 14px 4px 4px;
  background: #fff;
  overflow: visible;
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.17);
}

.excel-badge {
  position: absolute;
  left: -28px;
  top: 48px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  background: var(--green);
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  box-shadow: 0 12px 22px rgba(35, 139, 34, 0.22);
}

.laptop table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 11px;
  color: #0d1b2e;
}

.laptop th,
.laptop td {
  border: 1px solid #dce3ec;
  padding: 12px 10px;
  text-align: left;
  overflow-wrap: anywhere;
}

.laptop th { background: #f6f8fb; font-weight: 700; }

.laptop-base {
  width: 96%;
  height: 18px;
  margin-left: auto;
  border-radius: 0 0 48px 48px;
  background: linear-gradient(180deg, #626870, #3c4147);
}

.trust-section { margin-top: 24px; }

.trust-card,
.panel,
.service-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: 0 10px 30px rgba(18, 53, 94, 0.04);
}

.trust-card { padding: 24px 34px 30px; }

.trust-card h2,
.workflow h2,
.panel h2,
.faq h2 {
  margin: 0 0 22px;
  color: var(--blue-dark);
  font-size: 25px;
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.trust-row article {
  min-height: 112px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 22px;
  text-align: center;
  border-right: 1px solid var(--line);
}

.trust-row article:last-child { border-right: 0; }

.trust-row h3 {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 600;
}

.line-icon,
.service-icon,
.step-icon,
.format-icon {
  display: inline-block;
  color: var(--blue);
  position: relative;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  overflow: visible;
}

.line-icon { width: 44px; height: 44px; }

.section { margin-top: 16px; }

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.service-card {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 28px;
  min-height: 235px;
  padding: 30px 36px;
}

.service-card h2 {
  margin: 0 0 16px;
  color: var(--blue-dark);
  font-size: 26px;
  line-height: 1.25;
}

.service-icon {
  width: 52px;
  height: 58px;
  color: var(--green);
}

.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #18304f;
}

.check-list li {
  position: relative;
  padding-left: 24px;
  margin: 9px 0;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 700;
}

.service-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 26px;
}

.price { color: var(--green); font-size: 28px; }
.service-bottom a { color: var(--blue); font-weight: 700; }

.info-strip {
  margin: 18px 0 0;
  padding: 12px 24px;
  border-radius: 8px;
  background: var(--blue-soft);
  color: #1c314f;
  font-size: 14px;
}

.workflow { margin-top: 26px; }

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
  align-items: start;
}

.step-card { position: relative; }

.step-card:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: -34px;
  top: 38px;
  color: #8cadde;
  font-size: 28px;
}

.step-icon {
  width: 64px;
  height: 64px;
  padding: 15px;
  border-radius: 8px;
  background: var(--blue-soft);
  color: var(--blue);
}

.step-number {
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  margin: 8px 8px 0 0;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.step-card h3 {
  display: inline;
  margin: 0;
  font-size: 17px;
  color: var(--blue-dark);
}

.step-card p {
  margin: 6px 0 0 28px;
  color: #30425b;
  font-size: 14px;
}

.check-format-grid {
  display: grid;
  grid-template-columns: 0.92fr 1fr;
  gap: 26px;
  margin-top: 18px;
}

.panel { padding: 28px 32px; }
.long-list li { margin: 6px 0; }

.green-note {
  margin: 24px 0 0;
  padding: 18px 22px;
  border-radius: 8px;
  background: linear-gradient(90deg, var(--green-soft), #f6fbf4);
  color: #133a18;
  font-weight: 600;
}

.format-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.format-card {
  min-height: 126px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 15px 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: #132b4a;
  text-align: center;
  font-weight: 600;
}

.format-icon {
  width: 38px;
  height: 38px;
  color: var(--green);
}

.muted-small {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.cta-band {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 30px;
  margin-top: 18px;
  padding: 24px 38px;
  border-radius: 8px;
  background: linear-gradient(90deg, #f4f9ff, #fff);
}

.cta-band h2 {
  max-width: 740px;
  margin: 0;
  font-size: 29px;
  line-height: 1.25;
  color: var(--blue-dark);
}

.cta-band p {
  max-width: 260px;
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.faq {
  margin-top: 28px;
  margin-bottom: 28px;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.faq article {
  padding: 22px 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.faq h3,
.faq p { margin: 0; }
.faq p { margin-top: 8px; color: var(--muted); }

.site-footer {
  margin-top: 10px;
  padding: 34px 0 26px;
  background: radial-gradient(circle at 12% 20%, rgba(0, 110, 174, 0.28), transparent 30%), #061f3b;
  color: #eaf2ff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(5, minmax(118px, 1fr));
  gap: 28px;
}

.brand-footer { min-width: 0; color: #fff; }
.brand-footer strong { color: #fff; font-size: 24px; }

.brand-footer small,
.footer-brand p,
.footer-column a,
.footer-column span,
.legal-note { color: rgba(234, 242, 255, 0.82); }

.footer-brand p { margin: 30px 0 0; }

.footer-column h2 {
  margin: 0 0 14px;
  font-size: 16px;
  color: #fff;
}

.footer-column a,
.footer-column span {
  display: block;
  margin: 9px 0;
  font-size: 14px;
  overflow-wrap: anywhere;
}

.legal-note {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  font-size: 12px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 28px 0 24px;
  color: #61718a;
  font-size: 14px;
}

.breadcrumbs a,
.breadcrumbs span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.breadcrumbs a { color: #41536e; }
.breadcrumbs a:hover { color: var(--blue); }

.breadcrumbs svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.submit-page,
.contacts-page,
.success-page,
.error-page {
  padding-bottom: 34px;
}

.error-page {
  min-height: 620px;
  display: flex;
  align-items: center;
}

.error-card {
  position: relative;
  max-width: 820px;
  margin: 36px auto;
  padding: 72px 54px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.94);
  text-align: center;
  box-shadow: var(--shadow);
}

.error-code {
  color: rgba(0, 78, 207, 0.1);
  font-size: clamp(84px, 14vw, 150px);
  font-weight: 800;
  line-height: 0.8;
}

.error-icon {
  width: 72px;
  height: 72px;
  margin: -18px auto 18px;
  padding: 17px;
  border-radius: 50%;
  background: var(--blue-soft);
  color: var(--blue);
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.error-card h1 {
  margin: 0;
  color: var(--blue-dark);
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.18;
}

.error-card p {
  max-width: 560px;
  margin: 18px auto 0;
  color: #203957;
  font-size: 18px;
}

.error-actions {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 32px;
}

.error-leaf {
  position: absolute;
  right: -46px;
  bottom: -54px;
  width: 220px;
  height: 190px;
  opacity: 0.48;
  background:
    radial-gradient(ellipse at 25% 46%, rgba(35, 139, 34, 0.12) 0 34%, transparent 35%),
    radial-gradient(ellipse at 72% 34%, rgba(35, 139, 34, 0.12) 0 36%, transparent 37%),
    radial-gradient(ellipse at 64% 74%, rgba(35, 139, 34, 0.09) 0 32%, transparent 33%);
}

.account-login-page {
  padding-bottom: 44px;
}

.account-login-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(520px, 1.18fr);
  gap: 28px;
  align-items: stretch;
}

.account-info-card,
.account-form-card,
.account-help-strip {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 30px rgba(18, 53, 94, 0.04);
}

.account-info-card {
  position: relative;
  overflow: hidden;
  padding: 56px 46px;
}

.account-info-card::after {
  content: "";
  position: absolute;
  left: -72px;
  bottom: -42px;
  width: 230px;
  height: 210px;
  opacity: 0.55;
  background:
    radial-gradient(ellipse at 24% 47%, rgba(35, 139, 34, 0.12) 0 34%, transparent 35%),
    radial-gradient(ellipse at 68% 34%, rgba(35, 139, 34, 0.12) 0 36%, transparent 37%),
    radial-gradient(ellipse at 66% 78%, rgba(35, 139, 34, 0.09) 0 32%, transparent 33%);
}

.account-user-icon {
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green-soft);
  color: var(--green);
}

.account-user-icon svg,
.account-feature-list svg,
.account-info-note svg,
.password-toggle svg,
.account-help-strip svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.account-user-icon svg {
  width: 48px;
  height: 48px;
}

.account-info-card h2 {
  position: relative;
  margin: 28px 0 34px;
  color: var(--blue-dark);
  font-size: 38px;
  line-height: 1.2;
}

.account-feature-list {
  position: relative;
  display: grid;
  gap: 28px;
  margin: 0;
  padding: 0 0 34px;
  list-style: none;
  border-bottom: 1px solid var(--line);
}

.account-feature-list li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 20px;
  align-items: center;
  color: #18304f;
  font-weight: 600;
}

.account-feature-list svg {
  width: 38px;
  height: 38px;
  color: var(--green);
}

.account-info-note {
  position: relative;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 18px;
  margin: 34px 0 0;
  color: #17304f;
  font-weight: 700;
}

.account-info-note svg {
  width: 40px;
  height: 40px;
  padding: 8px;
  border-radius: 50%;
  background: var(--green-soft);
  color: var(--green);
}

.account-form-card {
  padding: 66px 64px 54px;
}

.account-form-card h1,
.account-form-card h2 {
  margin: 0;
  color: var(--blue-dark);
  font-size: clamp(36px, 4vw, 48px);
  line-height: 1.18;
}

.account-login-form {
  display: grid;
  gap: 20px;
  margin-top: 34px;
}

.account-login-form input[type="email"],
.account-login-form input[type="password"],
.account-login-form input[type="tel"],
.account-login-form input[type="text"] {
  min-height: 60px;
  font-size: 16px;
}

.password-reset-heading {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.password-reset-heading h1 {
  margin: 0 0 14px;
  color: var(--blue-dark);
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1.12;
}

.password-reset-heading p {
  margin: 0;
  color: #1b3557;
  font-size: 18px;
  line-height: 1.55;
}

.account-mail-illustration {
  display: grid;
  place-items: center;
  width: 132px;
  height: 96px;
  margin: 0 auto 20px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(0, 78, 207, 0.12), rgba(35, 139, 34, 0.1));
  color: var(--blue);
}

.account-mail-illustration svg {
  width: 72px;
  height: 72px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.password-reset-info {
  background: linear-gradient(135deg, rgba(238, 246, 255, 0.98), rgba(255, 255, 255, 0.96));
}

.compact-feature-list {
  gap: 18px;
  padding-bottom: 28px;
}

.account-result-card {
  max-width: 780px;
  margin: 38px auto 70px;
  padding: 64px 44px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 30px rgba(18, 53, 94, 0.04);
  text-align: center;
}

.account-result-card .account-user-icon {
  margin: 0 auto 24px;
}

.account-result-card h1 {
  margin: 0;
  color: var(--blue-dark);
  font-size: clamp(34px, 4vw, 48px);
}

.account-result-card p {
  max-width: 600px;
  margin: 16px auto 0;
  color: #1b3557;
  font-size: 18px;
  line-height: 1.6;
}

.account-result-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 30px;
}

.password-confirm-card {
  max-width: 680px;
  margin: 34px auto 72px;
}

.account-signup-form {
  gap: 18px;
}

.password-input-wrap {
  position: relative;
  display: block;
}

.password-input-wrap input {
  padding-right: 58px;
}

.password-toggle {
  position: absolute;
  right: 16px;
  top: 50%;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: #7f8fa4;
  cursor: pointer;
}

.password-toggle svg {
  width: 24px;
  height: 24px;
}

.account-form-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.checkbox-line {
  display: flex;
  align-items: center;
  gap: 10px;
}

.checkbox-line input[type="checkbox"] {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  accent-color: var(--blue);
}

.account-remember {
  margin: 0;
  color: #18304f;
  font-weight: 600;
}

.account-agreement {
  align-items: flex-start;
  gap: 12px;
  margin: 0;
  color: #18304f;
  font-weight: 600;
  line-height: 1.45;
}

.account-agreement a {
  color: var(--blue);
  font-weight: 800;
}

.account-agreement.has-errors {
  color: #b22727;
}

.account-submit,
.account-signup-link {
  width: 100%;
}

.account-forgot-link {
  justify-self: center;
  color: var(--blue);
  font-weight: 800;
}

.account-divider {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 18px;
  align-items: center;
  color: var(--muted);
  font-weight: 700;
}

.account-divider::before,
.account-divider::after {
  content: "";
  border-top: 1px solid var(--line);
}

.account-form-note {
  max-width: 520px;
  margin: 0 auto;
  color: var(--muted);
  text-align: center;
  font-weight: 600;
}

.account-signup-note {
  padding-top: 4px;
  border-top: 1px solid var(--line);
}

.account-help-strip {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 28px;
  padding: 24px 36px;
}

.account-help-strip svg {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  color: var(--blue);
}

.account-help-strip p {
  margin: 0;
  color: #18304f;
  font-weight: 600;
}

.account-help-strip a {
  color: var(--blue);
  font-weight: 800;
}

.cabinet-link svg {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.account-dashboard-page {
  padding-bottom: 44px;
}

.account-dashboard-head {
  margin-bottom: 28px;
}

.account-dashboard-head h1 {
  margin: 0 0 14px;
  color: var(--blue-dark);
  font-size: clamp(38px, 4vw, 52px);
  line-height: 1.12;
}

.account-dashboard-head p {
  max-width: 820px;
  margin: 0;
  color: #1b3557;
  font-size: 18px;
  line-height: 1.55;
}

.account-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 28px;
}

.account-stat-card,
.account-profile-card,
.account-support-card,
.account-requests-card,
.account-capabilities,
.account-new-request-cta {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 30px rgba(18, 53, 94, 0.04);
}

.account-stat-card {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 122px;
  padding: 24px;
}

.account-stat-card span,
.support-icon {
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green-soft);
  color: var(--green);
}

.account-stat-card span {
  width: 70px;
  height: 70px;
}

.account-stat-card svg,
.account-profile-actions svg,
.support-icon svg,
.account-requests-filters svg,
.account-empty-state svg,
.account-capabilities svg,
.account-new-request-cta svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.account-stat-card span svg {
  width: 34px;
  height: 34px;
}

.account-stat-card p {
  margin: 0 0 8px;
  color: #52647d;
  font-weight: 700;
}

.account-stat-card strong {
  color: var(--blue-dark);
  font-size: 34px;
  line-height: 1;
}

.stat-progress span { background: #edf4ff; color: var(--blue); }
.stat-waiting span { background: #fff4df; color: #e66b00; }
.stat-done span { background: var(--green-soft); color: var(--green); }
.stat-progress strong { color: var(--blue); }
.stat-waiting strong { color: #e66b00; }
.stat-done strong { color: var(--green); }

.account-dashboard-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.34fr) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.account-sidebar {
  display: grid;
  gap: 20px;
}

.account-profile-card,
.account-support-card {
  padding: 34px 28px;
}

.account-profile-card {
  text-align: center;
}

.account-profile-card .account-user-icon {
  margin: 0 auto 24px;
}

.account-profile-card h2 {
  margin: 0 0 8px;
  color: var(--blue-dark);
  font-size: 25px;
}

.account-profile-card p,
.account-profile-card span,
.account-support-card p {
  color: #52647d;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.account-profile-card p {
  margin: 0 0 8px;
  font-weight: 700;
}

.account-profile-card span {
  display: block;
}

.account-profile-actions {
  display: grid;
  gap: 18px;
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  text-align: left;
}

.account-profile-actions a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--blue);
  font-weight: 800;
}

.account-profile-actions svg {
  width: 22px;
  height: 22px;
}

.account-profile-actions .account-logout-link {
  color: #d33636;
}

.account-profile-actions .account-logout-link svg {
  transform: rotate(180deg);
}

.support-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 18px;
}

.support-icon svg {
  width: 30px;
  height: 30px;
}

.account-support-card h2 {
  margin: 0 0 12px;
  color: var(--blue-dark);
  font-size: 22px;
}

.account-support-card p {
  margin: 0 0 14px;
}

.account-support-card a {
  color: var(--blue);
  font-weight: 800;
}

.account-requests-card {
  padding: 30px;
}

.account-requests-head {
  display: grid;
  gap: 22px;
  margin-bottom: 22px;
}

.account-requests-head h2 {
  margin: 0;
  color: var(--blue-dark);
  font-size: 24px;
}

.account-requests-filters {
  display: grid;
  grid-template-columns: minmax(170px, 220px) minmax(260px, 1fr) auto;
  gap: 14px;
  align-items: center;
}

.account-requests-filters select,
.account-requests-filters input {
  min-height: 48px;
  width: 100%;
  border: 1px solid #cfdbea;
  border-radius: 8px;
  background: #fff;
  color: var(--text);
  font: inherit;
  font-size: 16px;
  font-weight: 600;
}

.account-requests-filters select {
  padding: 0 14px;
}

.account-requests-filters label {
  position: relative;
  display: block;
}

.account-requests-filters label svg {
  position: absolute;
  left: 16px;
  top: 50%;
  width: 20px;
  height: 20px;
  color: #7f8fa4;
  transform: translateY(-50%);
}

.account-requests-filters input {
  padding: 0 16px 0 46px;
}

.account-reset-filters {
  min-height: 48px;
  padding: 12px 18px;
  white-space: nowrap;
}

.account-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 10px;
}

.account-requests-table {
  width: 100%;
  min-width: 740px;
  border-collapse: collapse;
}

.account-requests-table th,
.account-requests-table td {
  padding: 18px 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: middle;
}

.account-requests-table th {
  color: #64738a;
  font-size: 13px;
  font-weight: 800;
}

.account-requests-table td {
  color: #18304f;
  font-weight: 600;
  overflow-wrap: anywhere;
}

.account-requests-table tr:last-child td {
  border-bottom: 0;
}

.status-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border-radius: 8px;
  background: #eef4ff;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
}

.status-in_progress,
.status-checking {
  background: #e9f1ff;
  color: var(--blue);
}

.status-waiting_docs,
.status-waiting_answer,
.status-waiting_payment {
  background: #fff1d8;
  color: #d86400;
}

.status-done {
  background: #e7f6ea;
  color: var(--green);
}

.status-cancelled {
  background: #f1f3f6;
  color: #7d4d4d;
}

.request-open-link {
  min-height: 38px;
  padding: 8px 18px;
}

.account-empty-state {
  display: grid;
  justify-items: center;
  padding: 44px 20px;
  border: 1px dashed #b9cbe3;
  border-radius: 10px;
  text-align: center;
}

.account-empty-state svg {
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  color: var(--green);
}

.account-empty-state h3 {
  margin: 0 0 10px;
  color: var(--blue-dark);
  font-size: 24px;
}

.account-empty-state p {
  max-width: 520px;
  margin: 0 0 22px;
  color: #52647d;
  line-height: 1.55;
}

.account-capabilities {
  display: grid;
  grid-template-columns: 1.05fr repeat(4, 1fr);
  gap: 0;
  margin-top: 24px;
  padding: 26px 22px;
}

.account-capabilities h2,
.account-capabilities article {
  padding: 0 18px;
}

.account-capabilities h2 {
  align-self: center;
  margin: 0;
  color: var(--blue-dark);
  font-size: 21px;
}

.account-capabilities article {
  border-left: 1px solid var(--line);
}

.account-capabilities svg {
  width: 32px;
  height: 32px;
  margin-bottom: 12px;
  color: var(--green);
}

.account-capabilities h3 {
  margin: 0 0 8px;
  color: var(--blue-dark);
  font-size: 16px;
}

.account-capabilities p {
  margin: 0;
  color: #52647d;
  line-height: 1.45;
}

.account-new-request-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 24px;
  padding: 26px 32px;
}

.account-new-request-cta > div {
  display: flex;
  gap: 22px;
  align-items: center;
}

.account-new-request-cta svg {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  padding: 12px;
  border-radius: 10px;
  background: #eef4ff;
  color: var(--blue);
}

.account-new-request-cta h2 {
  margin: 0 0 8px;
  color: var(--blue-dark);
  font-size: 26px;
}

.account-new-request-cta p {
  margin: 0;
  color: #52647d;
  line-height: 1.5;
}

.account-detail-page {
  padding-bottom: 44px;
}

.account-detail-head {
  margin-bottom: 26px;
}

.account-detail-head > div {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin-bottom: 12px;
}

.account-detail-head h1 {
  margin: 0;
  color: var(--blue-dark);
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1.12;
}

.account-detail-head p {
  margin: 0;
  color: #52647d;
  font-size: 18px;
  line-height: 1.55;
}

.account-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.34fr);
  gap: 24px;
  align-items: start;
}

.account-detail-main,
.account-detail-sidebar {
  display: grid;
  gap: 22px;
}

.account-detail-card {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 30px rgba(18, 53, 94, 0.04);
  padding: 28px;
}

.account-detail-card h2 {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 0 0 22px;
  color: var(--blue-dark);
  font-size: 24px;
}

.account-detail-card h2 svg,
.request-files-list svg,
.request-status-icon svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.account-detail-card h2 svg {
  width: 26px;
  height: 26px;
  color: var(--blue);
}

.request-info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 44px;
  margin: 0;
}

.request-info-grid div {
  display: grid;
  grid-template-columns: minmax(130px, 0.72fr) 1fr;
  gap: 16px;
  padding: 13px 0;
  border-bottom: 1px dashed #d9e2ef;
}

.request-info-grid dt {
  color: #52647d;
  font-weight: 700;
}

.request-info-grid dd {
  margin: 0;
  color: #142b4c;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.request-comment {
  margin: 0;
  color: #18304f;
  font-size: 17px;
  line-height: 1.65;
}

.request-files-list {
  display: grid;
  gap: 0;
}

.request-files-list article {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.request-files-list article:last-child {
  border-bottom: 0;
}

.file-type-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: #eef4ff;
  color: var(--blue);
}

.file-type-icon svg {
  width: 22px;
  height: 22px;
}

.request-files-list strong {
  display: block;
  color: #142b4c;
  overflow-wrap: anywhere;
}

.request-files-list small {
  display: block;
  margin-top: 4px;
  color: #64738a;
  font-weight: 600;
}

.file-received {
  color: var(--green);
  font-weight: 800;
  white-space: nowrap;
}

.file-download-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 14px;
  border-radius: 8px;
  background: var(--blue);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.file-download-link:hover,
.file-download-link:focus {
  background: var(--blue-dark);
  color: #fff;
}

.file-unavailable {
  color: #9b5a00;
  font-weight: 800;
  white-space: nowrap;
}

.request-next-steps {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: request-step;
}

.request-next-steps li {
  position: relative;
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 14px;
  counter-increment: request-step;
}

.request-next-steps li::before {
  content: counter(request-step);
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #eef4ff;
  color: var(--blue);
  font-weight: 800;
}

.request-next-steps strong {
  color: var(--blue-dark);
}

.request-next-steps span {
  grid-column: 2;
  color: #52647d;
  line-height: 1.5;
}

.request-status-card {
  text-align: center;
}

.request-status-icon {
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  margin: 8px auto 18px;
  border-radius: 50%;
  background: var(--green-soft);
  color: var(--green);
}

.request-status-icon svg {
  width: 48px;
  height: 48px;
}

.account-detail-sidebar p {
  margin: 0;
  color: #52647d;
  line-height: 1.6;
}

.request-status-card p {
  margin-top: 18px;
  color: #18304f;
}

.detail-mail-link {
  display: inline-block;
  margin-top: 14px;
  color: var(--blue);
  font-weight: 800;
}

.request-actions-card {
  display: grid;
  gap: 14px;
}

.request-actions-card h2 {
  margin-bottom: 4px;
}

.request-actions-card .btn {
  width: 100%;
}

.required-note,
.upload-help {
  color: #52647d;
  font-weight: 700;
}

.required-note {
  margin: 0 0 24px;
}

.form-prefill-note {
  margin: 0 0 18px;
  padding: 12px 14px;
  border: 1px solid #cfe0ff;
  border-radius: 8px;
  background: #f4f8ff;
  color: #1c314f;
  font-size: 14px;
  font-weight: 600;
}

.upload-help {
  display: block;
  margin-top: 12px;
  line-height: 1.45;
}

.upload-box.has-errors,
.consent-list label.has-errors {
  border-color: #d64040;
}

.client-field-error[hidden],
.client-file-error[hidden],
.client-consent-error[hidden] {
  display: none;
}

.submit-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(540px, 1.22fr);
  gap: 54px;
  align-items: start;
}

.submit-aside {
  position: relative;
  min-height: 860px;
  padding: 24px 0 0;
}

.submit-aside h1 {
  margin: 0;
  color: var(--blue-dark);
  font-size: clamp(36px, 4vw, 48px);
  line-height: 1.24;
}

.notice-card,
.privacy-card {
  display: flex;
  gap: 18px;
  border: 1px solid #bdd2f5;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 28px rgba(15, 57, 110, 0.04);
}

.notice-card {
  margin-top: 46px;
  padding: 24px 26px;
  color: #10274a;
}

.notice-card p,
.privacy-card p { margin: 0; }

.notice-icon {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  color: var(--blue);
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.after-submit {
  margin-top: 48px;
}

.after-submit h2,
.privacy-card h2 {
  margin: 0 0 20px;
  color: var(--blue-dark);
  font-size: 22px;
}

.after-submit ul {
  display: grid;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.after-submit li {
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: center;
  gap: 18px;
  color: #142b4d;
  font-weight: 500;
}

.after-submit li svg {
  width: 54px;
  height: 54px;
  padding: 14px;
  border-radius: 8px;
  background: var(--blue-soft);
  color: var(--blue);
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.privacy-card {
  margin-top: 58px;
  max-width: 390px;
  padding: 28px;
  border-color: #b9dfbd;
  background: linear-gradient(90deg, rgba(237, 248, 237, 0.9), rgba(255, 255, 255, 0.76));
}

.privacy-card .notice-icon { color: var(--green); }
.privacy-card h2 { color: var(--green); font-size: 18px; }

.submit-leaf,
.success-leaf {
  position: absolute;
  pointer-events: none;
  opacity: 0.5;
}

.submit-leaf {
  right: 42px;
  bottom: 8px;
  width: 260px;
  height: 210px;
  background:
    radial-gradient(ellipse at 35% 70%, rgba(35, 139, 34, 0.12) 0 34%, transparent 35%),
    radial-gradient(ellipse at 58% 45%, rgba(35, 139, 34, 0.14) 0 35%, transparent 36%),
    radial-gradient(ellipse at 77% 62%, rgba(35, 139, 34, 0.11) 0 34%, transparent 35%);
}

.application-form {
  padding: 34px 36px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
}

.application-form fieldset {
  margin: 0;
  padding: 0 0 28px;
  border: 0;
  border-bottom: 1px solid var(--line);
}

.application-form fieldset + fieldset { padding-top: 28px; }

.application-form legend {
  margin-bottom: 18px;
  color: var(--blue-dark);
  font-size: 22px;
  font-weight: 800;
}

.application-form legend span { color: var(--blue); }

.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-success {
  max-width: 760px;
  margin: 0 auto;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 30px;
}

.form-field {
  display: grid;
  gap: 8px;
  color: #122949;
  font-size: 14px;
  font-weight: 700;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 52px;
  border: 1px solid #cfdbea;
  border-radius: 8px;
  background: #fff;
  color: var(--text);
  font: inherit;
  font-size: 16px;
  font-weight: 500;
  padding: 0 16px;
  outline: 0;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.form-field textarea {
  min-height: 98px;
  padding-top: 14px;
  resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(0, 72, 200, 0.12);
}

.form-field input::placeholder,
.form-field textarea::placeholder { color: #9aa8bb; }

.form-field.has-errors input,
.form-field.has-errors select,
.form-field.has-errors textarea,
.form-field input[aria-invalid="true"],
.form-field select[aria-invalid="true"],
.form-field textarea[aria-invalid="true"] {
  border-color: #d64040;
}

.field-errors,
.form-errors {
  color: #b22727;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.field-errors ul,
.form-errors ul {
  margin: 4px 0 0;
  padding-left: 18px;
}

.field-errors-strong {
  margin-top: 12px;
  padding: 12px 14px;
  border: 1px solid #f0b8b8;
  border-radius: 8px;
  background: #fff4f4;
}

.upload-box {
  min-height: 178px;
  display: grid;
  place-items: center;
  gap: 10px;
  padding: 22px;
  border: 2px dashed #8fb7ff;
  border-radius: 10px;
  background: #fbfdff;
  color: #213855;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.upload-box.is-dragover,
.upload-box.has-file {
  border-color: var(--blue);
  background: #f4f8ff;
  box-shadow: 0 0 0 4px rgba(0, 72, 200, 0.08);
}

.upload-box input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.upload-box svg {
  width: 44px;
  height: 44px;
  color: var(--blue);
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.upload-box strong { font-size: 15px; }
.upload-box small { color: #6d7d94; }

.upload-status {
  display: grid;
  grid-template-columns: 36px 1fr auto;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
  padding: 12px 14px;
  border: 1px solid #b9dfbd;
  border-radius: 8px;
  background: var(--green-soft);
  color: #123a18;
}

.upload-status[hidden] { display: none; }

.upload-status svg {
  width: 36px;
  height: 36px;
  color: var(--green);
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.upload-status strong,
.upload-status span,
.upload-status li {
  display: block;
}

.upload-status strong {
  color: #123a18;
  font-size: 14px;
}

.upload-status span {
  margin-top: 2px;
  color: #4f6b55;
  font-size: 13px;
}

.upload-status ul {
  display: grid;
  gap: 3px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
  color: #223a28;
  font-size: 13px;
}

.upload-status button {
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 50%;
  background: rgba(35, 139, 34, 0.12);
  color: var(--green);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.consent-list {
  display: grid;
  gap: 12px;
  padding-top: 24px;
}

.consent-list label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #1d314f;
  font-size: 14px;
}

.consent-list input {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  accent-color: var(--blue);
}

.consent-list a { color: var(--blue); font-weight: 700; }

.form-submit {
  width: 100%;
  margin-top: 26px;
}

.form-note {
  display: flex;
  justify-content: center;
  gap: 8px;
  max-width: 560px;
  margin: 18px auto 0;
  color: #728198;
  text-align: center;
  font-size: 13px;
}

.form-note svg {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.success-card {
  max-width: 1280px;
  margin: 0 auto 26px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
}

.success-hero {
  position: relative;
  min-height: 430px;
  display: grid;
  justify-items: center;
  align-content: center;
  padding: 58px 32px;
  text-align: center;
}

.success-mark {
  width: 72px;
  height: 72px;
  margin-bottom: 24px;
  color: var(--green);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.success-hero h1 {
  margin: 0;
  color: var(--blue-dark);
  font-size: 44px;
  line-height: 1.15;
}

.success-hero p {
  margin: 20px 0 28px;
  color: #142b4d;
  font-size: 18px;
}

.request-number {
  min-width: 330px;
  padding: 22px 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.8);
}

.request-number span {
  display: block;
  margin-bottom: 8px;
  color: #192f50;
  font-weight: 600;
}

.request-number strong {
  color: var(--blue-dark);
  font-size: 34px;
  letter-spacing: 0.03em;
}

.success-leaf {
  right: -20px;
  top: 72px;
  width: 340px;
  height: 260px;
  background:
    radial-gradient(ellipse at 34% 45%, rgba(35, 139, 34, 0.11) 0 32%, transparent 33%),
    radial-gradient(ellipse at 68% 28%, rgba(35, 139, 34, 0.12) 0 35%, transparent 36%),
    radial-gradient(ellipse at 72% 68%, rgba(35, 139, 34, 0.09) 0 32%, transparent 33%);
}

.next-steps {
  padding: 34px 40px 28px;
  border-top: 1px solid var(--line);
}

.next-steps h2 {
  margin: 0 0 22px;
  color: var(--blue-dark);
  font-size: 22px;
}

.next-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: 24px;
  align-items: start;
}

.next-row > span {
  padding-top: 34px;
  color: #6f98db;
  font-size: 28px;
}

.next-row article {
  display: grid;
  justify-items: center;
  gap: 14px;
  text-align: center;
  color: #142b4d;
  font-size: 14px;
}

.next-row p { margin: 0; }

.success-actions {
  display: flex;
  justify-content: center;
  gap: 22px;
  margin-top: 34px;
}

.legal-page {
  padding-bottom: 42px;
}

.legal-document {
  max-width: 920px;
  margin: 0 auto;
  padding: 44px 54px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
  color: #162c4c;
}

.legal-header {
  padding-bottom: 26px;
  border-bottom: 1px solid var(--line);
}

.legal-document h1 {
  margin: 0 0 18px;
  color: var(--blue-dark);
  font-size: clamp(34px, 4vw, 46px);
  line-height: 1.18;
}

.legal-document h2 {
  margin: 0 0 12px;
  color: var(--blue-dark);
  font-size: 22px;
}

.legal-document section {
  padding-top: 28px;
}

.legal-document p {
  margin: 0;
  font-size: 17px;
  line-height: 1.75;
}

.legal-document p + p {
  margin-top: 12px;
}

.legal-document a {
  color: var(--blue);
  font-weight: 700;
}

.draft-note {
  margin-top: 18px !important;
  padding: 14px 18px;
  border-radius: 8px;
  background: var(--blue-soft);
  color: #24415f;
  font-weight: 600;
}

.updated-date {
  margin-top: 34px !important;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-weight: 700;
}

.service-page {
  padding-bottom: 42px;
}

.service-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
  gap: 44px;
  align-items: center;
  padding: 34px 0 22px;
}

.service-hero h1 {
  margin: 0;
  max-width: 760px;
  color: var(--blue-dark);
  font-size: clamp(38px, 4.5vw, 56px);
  line-height: 1.16;
}

.service-summary-card,
.price-card {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
}

.service-summary-card {
  padding: 34px 36px;
}

.service-summary-card h2,
.service-section h2,
.price-card h2 {
  margin: 0 0 18px;
  color: var(--blue-dark);
  font-size: 26px;
}

.service-section {
  margin-top: 34px;
}

.service-section > p {
  max-width: 860px;
  margin: 0 0 22px;
  color: #203957;
  font-size: 17px;
}

.service-card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.service-card-grid article,
.result-list span {
  min-height: 104px;
  display: flex;
  align-items: center;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: #132b4a;
  font-weight: 700;
  box-shadow: 0 10px 30px rgba(18, 53, 94, 0.04);
}

.two-column-section,
.result-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}

.service-steps {
  margin-top: 20px;
}

.result-grid {
  align-items: center;
  padding: 30px 34px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: linear-gradient(90deg, #f4f9ff, #fff);
}

.result-grid p {
  margin: 0;
  color: #203957;
  font-size: 17px;
}

.result-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.result-list span {
  min-height: 76px;
}

.price-card {
  display: grid;
  gap: 14px;
  padding: 30px 34px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}

.helper-grid {
  grid-template-columns: repeat(3, 1fr);
}

.price-card strong {
  color: var(--blue-dark);
  font-size: 19px;
}

.price-card p {
  margin: 0;
  color: var(--muted);
}

.price-card .btn {
  width: fit-content;
  margin-top: 8px;
}

.pricing-note {
  margin-top: 16px;
}

.error-list {
  grid-template-columns: repeat(4, 1fr);
}

.source-card {
  display: grid;
  gap: 12px;
}

.source-card p {
  margin: 0 0 4px;
  color: #203957;
}

.source-card a {
  color: var(--blue);
  font-weight: 700;
}

.service-cta {
  width: 100%;
  margin-top: 34px;
}

.pricing-page {
  padding-bottom: 14px;
}

.pricing-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
  gap: 58px;
  align-items: center;
  padding: 6px 0 28px;
}

.pricing-hero h1 {
  margin: 0;
  color: var(--blue-dark);
  font-size: clamp(44px, 5vw, 62px);
  line-height: 1.08;
}

.pricing-factor-card,
.pricing-service-card,
.pricing-included-grid article {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 10px 30px rgba(18, 53, 94, 0.04);
}

.pricing-factor-card {
  padding: 28px 32px;
}

.pricing-factor-card h2,
.pricing-section h2 {
  margin: 0 0 18px;
  color: var(--blue-dark);
  font-size: 24px;
}

.pricing-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 12px;
}

.pricing-service-card {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 18px;
  padding: 32px 34px;
}

.pricing-card-head {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 22px;
  align-items: center;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.pricing-icon,
.pricing-small-icon {
  display: inline-grid;
  place-items: center;
  border-radius: 8px;
  background: var(--green-soft);
  color: var(--green);
}

.pricing-icon {
  width: 64px;
  height: 64px;
}

.pricing-icon svg,
.pricing-small-icon svg,
.payment-steps svg,
.pricing-info svg,
.pricing-note svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pricing-icon svg {
  width: 38px;
  height: 38px;
}

.pricing-card-head h2 {
  margin: 0 0 6px;
  color: var(--blue-dark);
  font-size: 22px;
}

.pricing-value {
  margin: 0;
  color: var(--blue);
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
}

.pricing-value span {
  color: var(--muted);
  font-size: 16px;
  font-weight: 600;
}

.pricing-service-card > p {
  margin: 0;
  color: #203957;
}

.pricing-card-actions {
  display: grid;
  gap: 14px;
  margin-top: 8px;
}

.pricing-card-actions .btn {
  width: 100%;
}

.pricing-page .text-link {
  justify-self: center;
  color: var(--blue);
  font-weight: 800;
}

.pricing-info {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 18px;
}

.pricing-info svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  color: var(--blue);
}

.pricing-section {
  margin-top: 28px;
}

.pricing-included-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.pricing-included-grid article {
  min-height: 178px;
  padding: 24px 24px 22px;
}

.pricing-small-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 16px;
}

.pricing-small-icon svg {
  width: 31px;
  height: 31px;
}

.pricing-included-grid h3,
.payment-steps h3 {
  margin: 0 0 8px;
  color: var(--blue-dark);
  font-size: 17px;
  line-height: 1.35;
}

.pricing-included-grid p,
.payment-steps p {
  margin: 0;
  color: #30425b;
  font-size: 14px;
}

.payment-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.payment-steps article {
  position: relative;
  text-align: center;
}

.payment-steps article:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 45px;
  left: calc(50% + 50px);
  width: calc(100% - 72px);
  border-top: 1px dashed #a8c0e8;
}

.payment-number {
  position: absolute;
  left: 30px;
  top: 6px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.payment-steps svg {
  width: 62px;
  height: 62px;
  margin-bottom: 18px;
  padding: 17px;
  border-radius: 50%;
  background: #eef5ff;
  color: var(--blue);
}

.pricing-note {
  display: flex;
  align-items: center;
  gap: 12px;
}

.pricing-note svg {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  color: var(--green);
}

.pricing-faq .faq-grid {
  gap: 14px 20px;
}

.pricing-faq .faq-grid article {
  padding: 20px 22px;
}

.pricing-cta {
  margin-bottom: 18px;
}

.pricing-cta p {
  max-width: 680px;
  font-size: 15px;
}

.broker-page {
  padding-bottom: 18px;
}

.broker-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
  gap: 58px;
  align-items: center;
  padding: 4px 0 26px;
}

.service-label {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 4px 10px;
  border: 1px solid #b9dfbb;
  border-radius: 999px;
  background: #f4fbf4;
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
}

.broker-hero h1 {
  max-width: 610px;
  margin: 0;
  color: var(--blue-dark);
  font-size: clamp(42px, 5vw, 58px);
  line-height: 1.08;
}

.broker-summary-card,
.broker-card-grid article,
.broker-checklist-panel,
.broker-result-card {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 10px 30px rgba(18, 53, 94, 0.04);
}

.broker-summary-card {
  padding: 34px 36px;
}

.broker-summary-card h2,
.broker-section h2,
.broker-result-card h2 {
  margin: 0 0 18px;
  color: var(--blue-dark);
  font-size: 24px;
}

.broker-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 26px;
}

.broker-benefits article {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 4px 12px;
  color: #30425b;
  font-size: 13px;
}

.broker-benefits svg,
.broker-card-grid svg,
.broker-warning svg,
.broker-process svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.broker-benefits svg {
  grid-row: span 2;
  width: 28px;
  height: 28px;
  color: var(--blue);
}

.broker-benefits strong {
  color: var(--blue-dark);
  font-size: 13px;
}

.broker-section {
  margin-top: 28px;
}

.broker-card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.broker-card-grid article {
  min-height: 168px;
  padding: 24px 24px 22px;
}

.broker-card-grid svg {
  width: 38px;
  height: 38px;
  margin-bottom: 14px;
  color: var(--blue);
}

.broker-card-grid h3 {
  margin: 0 0 10px;
  color: var(--blue-dark);
  font-size: 16px;
  line-height: 1.35;
}

.broker-card-grid p {
  margin: 0;
  color: #30425b;
  font-size: 14px;
}

.broker-check-layout,
.broker-docs-price {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.56fr);
  gap: 24px;
  align-items: stretch;
}

.broker-checklist-panel,
.broker-result-card {
  padding: 28px 32px;
}

.broker-check-row {
  display: grid;
  grid-template-columns: 34px minmax(190px, 0.42fr) 1fr;
  gap: 18px;
  align-items: center;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}

.broker-check-row:first-of-type {
  border-top: 0;
}

.broker-check-row span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #dff3e1;
  color: var(--green);
  font-weight: 800;
}

.broker-check-row strong {
  color: var(--blue-dark);
}

.broker-check-row p {
  margin: 0;
  color: #30425b;
  font-size: 14px;
}

.broker-result-card {
  background: linear-gradient(180deg, #f6fbf4, #fff);
  border-color: #cfe7d0;
}

.broker-warning {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  margin: 22px 0 18px;
  padding: 16px 18px;
  border: 1px solid #b8d2f5;
  border-radius: 8px;
  background: #f4f9ff;
  color: #27415f;
  font-size: 14px;
}

.broker-warning svg {
  width: 24px;
  height: 24px;
  color: var(--blue);
}

.broker-result-card .btn,
.broker-price-card .btn {
  width: 100%;
}

.broker-process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 76px;
}

.broker-process article {
  position: relative;
  min-height: 136px;
  padding: 24px 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(18, 53, 94, 0.04);
}

.broker-process article:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: -47px;
  top: 50%;
  transform: translateY(-50%);
  color: #8cadde;
  font-size: 24px;
}

.broker-process span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  margin-bottom: 12px;
  border: 1px solid var(--blue);
  border-radius: 50%;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
}

.broker-process h3 {
  margin: 0 0 8px;
  color: var(--blue-dark);
  font-size: 15px;
  line-height: 1.35;
}

.broker-process p {
  margin: 0;
  color: #30425b;
  font-size: 13px;
}

.broker-docs .muted-small {
  margin-top: 16px;
}

.broker-price-card {
  gap: 12px;
}

.broker-price-card h2 {
  margin-bottom: 4px;
}

.broker-page .text-link {
  justify-self: center;
  color: var(--blue);
  font-weight: 800;
}

.broker-faq .faq-grid {
  gap: 14px 20px;
}

.broker-faq .faq-grid article {
  padding: 20px 22px;
}

.broker-cta {
  margin-bottom: 18px;
}

.broker-cta p {
  max-width: 690px;
  font-size: 15px;
}

.eco-page {
  padding-bottom: 10px;
}

.eco-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.82fr);
  gap: 58px;
  align-items: center;
  padding: 0 0 26px;
}

.eco-hero h1 {
  max-width: 610px;
  margin: 0;
  color: var(--blue-dark);
  font-size: clamp(42px, 5vw, 62px);
  line-height: 1.06;
}

.eco-hero .lead {
  max-width: 660px;
  margin: 22px 0 24px;
  font-size: 17px;
}

.eco-hero-visual {
  position: relative;
  min-height: 300px;
}

.eco-note svg,
.panel-watermark {
  fill: currentColor;
  color: #62b83d;
}

.eco-hero-illustration {
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
}

.eco-illustration-card {
  fill: rgba(255, 255, 255, 0.96);
  stroke: var(--line);
  stroke-width: 2;
}

.eco-illustration-sheet,
.eco-illustration-badge {
  fill: #fff;
  stroke: #dbe4ef;
  stroke-width: 2;
}

.eco-illustration-badge {
  fill: #fbfdff;
}

.eco-illustration-leaf {
  fill: #62b83d;
}

.eco-illustration-lines,
.eco-illustration-base {
  fill: none;
  stroke: #9ba9ba;
  stroke-width: 7;
  stroke-linecap: round;
}

.eco-illustration-base {
  stroke: #d8e1ec;
  stroke-width: 3;
}

.eco-illustration-bars rect {
  fill: var(--blue);
}

.eco-illustration-bars rect:nth-child(2) {
  fill: #8db2ed;
}

.eco-illustration-bars rect:nth-child(4) {
  fill: #72b857;
}

.eco-illustration-recycle {
  fill: none;
  stroke: #62b83d;
  stroke-width: 18;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.eco-illustration-leaves {
  fill: #e9f3ec;
  stroke: #d9e9dd;
  stroke-width: 2;
}

.eco-panel {
  position: relative;
  margin-top: 14px;
  padding: 24px 28px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 30px rgba(18, 53, 94, 0.04);
}

.eco-panel h2 {
  margin: 0 0 12px;
  color: var(--blue-dark);
  font-size: 22px;
}

.eco-panel p {
  margin: 0;
  color: #17304f;
}

.eco-panel p + p { margin-top: 10px; }

.eco-intro-panel {
  display: grid;
  grid-template-columns: 1fr 92px;
  gap: 20px;
  align-items: center;
}

.panel-watermark {
  width: 70px;
  height: 70px;
  justify-self: center;
}

.audience-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.audience-row article {
  display: grid;
  justify-items: center;
  gap: 14px;
  min-height: 112px;
  padding: 6px 20px;
  text-align: center;
  color: var(--blue);
  border-right: 1px solid var(--line);
}

.audience-row article:last-child { border-right: 0; }

.audience-row svg,
.panel-icon,
.help-row svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.audience-row svg {
  width: 46px;
  height: 46px;
}

.audience-row span {
  color: #132b4a;
  font-weight: 700;
  font-size: 14px;
}

.eco-two-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 14px;
}

.data-panel {
  min-height: 190px;
  padding-left: 86px;
}

.panel-icon {
  position: absolute;
  left: 28px;
  top: 28px;
  width: 38px;
  height: 38px;
  color: var(--green);
}

.compact-panel {
  padding: 18px 22px;
}

.mistake-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
}

.mistake-row span {
  position: relative;
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 0 18px 0 34px;
  border-right: 1px solid var(--line);
  color: #132b4a;
  font-size: 13px;
  font-weight: 700;
}

.mistake-row span:last-child { border-right: 0; }

.mistake-row span::before {
  content: "×";
  position: absolute;
  left: 8px;
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border: 1px solid var(--blue);
  border-radius: 50%;
  color: var(--blue);
  font-size: 13px;
  line-height: 1;
}

.help-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 20px;
  align-items: center;
}

.help-row article {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 16px;
  align-items: center;
}

.help-row svg {
  grid-row: span 2;
  width: 56px;
  height: 56px;
  color: var(--blue);
}

.help-row strong {
  color: var(--blue-dark);
}

.help-row span:not(.flow-arrow) {
  color: #334864;
  font-size: 13px;
}

.flow-arrow {
  color: #8cadde;
  font-size: 26px;
}

.eco-note {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 20px;
  align-items: center;
  margin-top: 14px;
}

.eco-note svg {
  width: 52px;
  height: 52px;
}

.eco-note h2 {
  margin: 0 0 4px;
  color: var(--green);
  font-size: 17px;
}

.eco-note p {
  margin: 0;
  color: #123a18;
}

.eco-page .faq {
  margin-bottom: 0;
}

.eco-page .faq-grid {
  gap: 10px 22px;
}

.eco-page details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.eco-page summary {
  cursor: pointer;
  padding: 13px 18px;
  color: var(--blue-dark);
  font-weight: 800;
  list-style: none;
}

.eco-page summary::-webkit-details-marker { display: none; }

.eco-page summary::after {
  content: "⌄";
  float: right;
  color: var(--blue);
}

.eco-page details[open] summary::after { content: "⌃"; }

.eco-page details p {
  margin: 0;
  padding: 0 18px 16px;
  color: var(--muted);
}

@media (max-width: 1080px) {
  .header-inner { gap: 16px; }
  .main-nav { gap: 14px; font-size: 13px; }
  .hero-grid { grid-template-columns: 1fr; }
.hero-visual { max-width: 720px; margin: 0 auto; width: 100%; }
  .submit-layout { grid-template-columns: 1fr; gap: 30px; }
  .account-login-layout { grid-template-columns: 1fr; }
  .account-form-card { order: 1; }
  .account-info-card { order: 2; }
  .account-help-strip { order: 3; }
  .submit-aside { min-height: auto; }
  .submit-leaf { display: none; }
  .service-hero,
  .pricing-hero,
  .pricing-cards,
  .broker-hero,
  .broker-check-layout,
  .broker-docs-price,
  .eco-hero,
  .eco-two-grid,
  .two-column-section,
  .result-grid,
  .pricing-grid { grid-template-columns: 1fr; }
  .pricing-included-grid,
  .broker-card-grid,
  .broker-process,
  .payment-steps { grid-template-columns: repeat(2, 1fr); }
  .broker-process { gap: 20px; }
  .broker-process article:not(:last-child)::after { content: none; }
  .payment-steps article:not(:last-child)::after { content: none; }
  .audience-row { grid-template-columns: repeat(2, 1fr); }
  .audience-row article { border-right: 0; border-bottom: 1px solid var(--line); }
  .mistake-row { grid-template-columns: repeat(2, 1fr); }
  .help-row { grid-template-columns: 1fr; }
  .flow-arrow { display: none; }
  .helper-grid,
  .error-list { grid-template-columns: repeat(2, 1fr); }
  .service-card-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-row,
  .steps,
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .account-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .account-dashboard-layout { grid-template-columns: 1fr; }
  .account-detail-layout { grid-template-columns: 1fr; }
  .request-info-grid { grid-template-columns: 1fr; }
  .account-capabilities { grid-template-columns: repeat(2, 1fr); }
  .account-capabilities h2 {
    grid-column: 1 / -1;
    padding-bottom: 18px;
  }
  .account-capabilities article { border-left: 0; }
  .trust-row article { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-row article:last-child { grid-column: span 2; border-bottom: 0; }
  .check-format-grid,
  .cta-band { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  .container { width: min(100% - 32px, 1160px); }
  .header-inner { min-height: 82px; flex-wrap: wrap; }
  .brand { flex: 1; min-width: 220px; }
  .brand small { white-space: normal; }
  .menu-toggle { display: inline-block; }
  .main-nav {
    display: none;
    width: 100%;
    order: 4;
    padding: 12px 0 18px;
    flex-direction: column;
    align-items: flex-start;
  }
  .main-nav.is-open { display: flex; }
  .header-actions { width: 100%; order: 5; }
  .header-actions .btn { width: 100%; }
  .header-cta,
  .cabinet-link { display: none; }
  .hero { padding-top: 36px; }
  .hero h1 { font-size: 36px; }
  .hero-actions,
  .service-bottom { align-items: stretch; flex-direction: column; }
  .btn { width: 100%; }
  .doc-stack,
  .laptop-screen,
  .laptop-base { width: 100%; }
  .doc-stack { gap: 10px; margin: 0; }
  .doc-card { min-height: 128px; padding: 16px 8px; }
.hero-visual { min-height: 360px; }
  .laptop { left: 0; }
  .laptop-screen { min-height: 210px; }
  .laptop table { font-size: 9px; }
  .laptop th,
  .laptop td { padding: 8px 6px; }
  .service-grid,
  .faq-grid { grid-template-columns: 1fr; }
  .service-card { grid-template-columns: 1fr; gap: 16px; padding: 26px 24px; }
  .format-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: 1fr; gap: 24px; }
  .step-card:not(:last-child)::after { content: none; }
  .application-form { padding: 28px 22px; }
  .form-grid { grid-template-columns: 1fr; gap: 16px; }
  .next-row { grid-template-columns: 1fr; }
  .next-row > span { display: none; }
  .success-actions { flex-direction: column; }
  .error-card { padding: 52px 20px; }
  .error-actions { flex-direction: column; }
  .account-info-card,
  .account-form-card { padding: 34px 22px; }
  .account-info-card h2 { font-size: 30px; }
  .account-feature-list li,
  .account-info-note { grid-template-columns: 38px 1fr; }
  .account-help-strip {
    align-items: flex-start;
    padding: 22px 18px;
  }
  .password-reset-heading h1 { font-size: 34px; }
  .account-result-card { padding: 44px 20px; }
  .account-result-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .account-result-actions .btn { width: 100%; }
  .account-requests-card,
  .account-profile-card,
  .account-support-card { padding: 24px 18px; }
  .account-requests-filters { grid-template-columns: 1fr; }
  .account-requests-filters .btn { width: 100%; }
  .account-new-request-cta {
    align-items: stretch;
    flex-direction: column;
    padding: 24px 18px;
  }
  .account-new-request-cta .btn { width: 100%; }
  .legal-document { padding: 32px 24px; }
  .service-card-grid,
  .result-list,
  .helper-grid,
  .error-list,
  .pricing-included-grid,
  .broker-card-grid,
  .broker-process,
  .payment-steps { grid-template-columns: 1fr; }
  .audience-row,
  .mistake-row { grid-template-columns: 1fr; }
  .pricing-card-head { grid-template-columns: 1fr; }
  .broker-benefits { grid-template-columns: 1fr; }
  .broker-check-row { grid-template-columns: 34px 1fr; }
  .broker-check-row p { grid-column: 2; }
  .pricing-icon { width: 58px; height: 58px; }
  .eco-hero-visual { min-height: 0; }
  .data-panel { padding-left: 22px; padding-top: 76px; }
  .eco-intro-panel { grid-template-columns: 1fr; }
  .panel-watermark { display: none; }
  .price-card .btn { width: 100%; }
}

@media (max-width: 560px) {
  body { font-size: 15px; }
  .hero h1 { font-size: 28px; line-height: 1.28; overflow-wrap: anywhere; }
  .lead { font-size: 16px; }
  .trust-card,
  .panel,
  .cta-band { padding: 22px 18px; }
  .trust-row { grid-template-columns: 1fr; }
  .trust-row article,
  .trust-row article:last-child {
    grid-column: auto;
    border-bottom: 1px solid var(--line);
  }
  .trust-row article:last-child { border-bottom: 0; }
  .doc-stack { grid-template-columns: 1fr; }
  .doc-card {
    min-height: auto;
    display: grid;
    grid-template-columns: 38px 1fr;
    align-items: center;
    text-align: left;
    column-gap: 12px;
  }
  .doc-card small { grid-column: 2; }
  .hero-visual { min-height: 575px; }
  .laptop-screen { border-width: 9px; overflow: hidden; }
  .excel-badge {
    left: -10px;
    top: -18px;
    width: 36px;
    height: 36px;
    font-size: 22px;
  }
  .format-grid,
  .footer-grid { grid-template-columns: 1fr; }
  .account-stats-grid,
  .account-capabilities { grid-template-columns: 1fr; }
  .account-stat-card { grid-template-columns: 58px 1fr; padding: 20px 18px; }
  .account-stat-card span { width: 56px; height: 56px; }
  .account-dashboard-head h1 { font-size: 34px; }
  .account-detail-head h1 { font-size: 32px; }
  .account-detail-card { padding: 22px 18px; }
  .request-info-grid div {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .request-files-list article {
    grid-template-columns: 42px 1fr;
  }
  .file-received,
  .file-download-link,
  .file-unavailable {
    grid-column: 2;
    justify-self: start;
    white-space: normal;
  }
  .account-table-wrap {
    overflow: visible;
    border: 0;
  }
  .account-requests-table,
  .account-requests-table thead,
  .account-requests-table tbody,
  .account-requests-table tr,
  .account-requests-table th,
  .account-requests-table td {
    display: block;
    min-width: 0;
    width: 100%;
  }
  .account-requests-table thead { display: none; }
  .account-requests-table tr {
    margin-bottom: 14px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
  }
  .account-requests-table td {
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 12px;
    padding: 12px 14px;
  }
  .account-requests-table td::before {
    content: attr(data-label);
    color: #64738a;
    font-size: 13px;
    font-weight: 800;
  }
  .request-open-link { width: 100%; }
  .account-new-request-cta > div {
    align-items: flex-start;
    flex-direction: column;
  }
  .cta-band h2 { font-size: 24px; }
  .breadcrumbs { flex-wrap: wrap; }
  .submit-aside h1,
  .success-hero h1 { font-size: 30px; }
  .request-number { min-width: 0; width: 100%; }
  .request-number strong { font-size: 26px; }
  .success-hero { min-height: 360px; padding: 42px 20px; }
  .next-steps { padding: 28px 20px; }
  .legal-document { padding: 26px 18px; }
  .legal-document p { font-size: 16px; }
  .service-hero h1 { font-size: 30px; }
  .pricing-hero h1 { font-size: 36px; }
  .pricing-service-card,
  .pricing-factor-card,
  .broker-summary-card,
  .broker-checklist-panel,
  .broker-result-card { padding: 24px 18px; }
  .pricing-value { font-size: 30px; }
  .pricing-note { align-items: flex-start; }
  .broker-hero h1 { font-size: 34px; }
  .broker-card-grid article,
  .broker-process article { padding: 22px 18px; }
  .eco-hero h1 { font-size: 34px; }
  .result-grid { padding: 24px 18px; }
  .eco-panel { padding: 20px 16px; }
  .eco-note { grid-template-columns: 1fr; }
}







