:root {
  --blue: #061f43;
  --blue-deep: #001f49;
  --green: #58a928;
  --green-dark: #3f8e17;
  --text: #071d45;
  --line: #d9e2ef;
  --shadow: 0 22px 55px rgba(7, 29, 69, 0.15);
  --page-width: 1540px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: #fff;
  font-family: "Source Sans 3", "Segoe UI", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.45;
}

a {
  color: inherit;
  text-decoration: none;
}

p,
h1,
h2,
h3 {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-weight: 700;
}

.site-header {
  display: grid;
  grid-template-columns: 120px 1fr;
  align-items: center;
  gap: 44px;
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 34px 32px 22px;
}

.logo img {
  display: block;
  width: 92px;
  height: auto;
}

.menu-toggle {
  display: none;
}

.header-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 44px;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
  font-size: 0.92rem;
  font-weight: 700;
  white-space: nowrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 28px;
  border: 2px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 700;
  text-align: center;
}

.header-cta {
  min-width: 236px;
}

.btn-primary {
  color: #fff;
  background: linear-gradient(180deg, #62b22d 0%, #439018 100%);
  box-shadow: 0 14px 26px rgba(88, 169, 40, 0.25);
}

.btn-secondary {
  color: var(--green-dark);
  background: #fff;
  border-color: var(--green);
}

.hero {
  display: grid;
  grid-template-columns: minmax(460px, 0.92fr) minmax(650px, 1.08fr);
  align-items: center;
  gap: 86px;
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 58px 32px 76px;
}

.hero h1 {
  max-width: 610px;
  margin-bottom: 28px;
  color: var(--text);
  font-size: 4.55rem;
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: 0;
}

.hero h1 span {
  color: var(--green);
}

.hero-text {
  max-width: 590px;
  margin-bottom: 32px;
  font-size: 1.14rem;
  font-weight: 500;
  line-height: 1.78;
}

.trust-line {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 38px;
  font-size: 0.8rem;
  font-weight: 700;
}

.trust-line span,
.guarantee li {
  position: relative;
  padding-left: 18px;
}

.trust-line span::before,
.guarantee li::before {
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  content: "✓";
  font-size: 9px;
  line-height: 12px;
  text-align: center;
}

.hero-actions {
  display: flex;
  gap: 16px;
  margin-bottom: 44px;
}

.hero-actions .btn {
  min-width: 224px;
}

.proofs {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  gap: 30px;
  align-items: center;
}

.proofs article {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 0.68rem;
  font-weight: 600;
  line-height: 1.18;
}

.audit-card {
  padding: 42px 46px 34px;
  border: 1px solid rgba(7, 29, 69, 0.09);
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--shadow);
}

.audit-top {
  display: grid;
  grid-template-columns: 290px 1fr;
  gap: 28px;
  align-items: end;
}

.audit-top p,
.audit-stats span,
.audit-lines h2 {
  margin-bottom: 14px;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.audit-top strong {
  display: block;
  color: var(--green);
  font-size: 3.35rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.audit-top span {
  display: block;
  margin-top: 12px;
  font-size: 0.8rem;
  font-weight: 600;
}

.audit-chart {
  width: 100%;
  min-height: 190px;
}

.audit-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 24px;
}

.audit-stats article {
  min-height: 106px;
  padding: 18px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.audit-stats span {
  display: block;
  margin-bottom: 12px;
  font-size: 0.58rem;
  font-weight: 700;
}

.audit-stats strong {
  display: block;
  font-size: 2.18rem;
  line-height: 1;
}

.audit-stats small {
  display: block;
  margin-top: 8px;
  font-size: 0.7rem;
  font-weight: 500;
}

.audit-lines {
  margin-top: 28px;
}

.audit-lines p,
.audit-total {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.78rem;
  font-weight: 600;
}

.audit-lines strong {
  white-space: nowrap;
}

.audit-total {
  align-items: center;
  margin-top: 4px;
  border-bottom: 0;
  font-size: 0.86rem;
  font-weight: 700;
}

.audit-total strong {
  color: var(--green);
  font-size: 1.55rem;
}

.section {
  padding: 36px 0 50px;
}

.pale {
  background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
  border-top: 1px solid #eef3f8;
}

.container {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 32px;
}

.center {
  text-align: center;
}

.section h2,
.center-title {
  margin-bottom: 14px;
  font-size: 2.28rem;
  line-height: 1.12;
}

.section-intro {
  max-width: 760px;
  margin: 0 auto;
  font-size: 1rem;
  font-weight: 500;
}

.reason-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
  margin-top: 62px;
}

.reason-grid article,
.security-grid article {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.reason-grid h3,
.security-grid h3 {
  margin: 18px 0 8px;
  font-size: 0.95rem;
}

.reason-grid p,
.security-grid p {
  max-width: 180px;
  margin: 0 auto;
  color: #14294f;
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.5;
}

.green-panel {
  margin: 58px auto 0;
  padding: 26px 24px;
  border: 1px solid #c8deb8;
  border-radius: 10px;
  background: linear-gradient(90deg, #f8fcf5 0%, #eef8e7 50%, #f8fcf5 100%);
}

.green-panel strong {
  display: block;
  margin-bottom: 10px;
  color: var(--green);
  font-size: 1.55rem;
}

.green-panel span {
  font-weight: 500;
}

.process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 72px;
  margin-top: 48px;
}

.process article {
  position: relative;
}

.process article:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: -46px;
  top: 60px;
  color: var(--text);
  font-size: 2rem;
  font-weight: 300;
}

.process b {
  position: absolute;
  top: -4px;
  left: calc(50% - 48px);
  z-index: 2;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  font-size: 0.85rem;
  line-height: 27px;
}

.circle-icon {
  width: 92px;
  height: 92px;
  border: 1px solid #e5e9f0;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #fff 0%, #fff 58%, #f6f8fb 100%);
  box-shadow: 0 14px 28px rgba(7, 29, 69, 0.08);
}

.process h3 {
  max-width: 170px;
  margin: 18px auto 10px;
  font-size: 0.92rem;
  line-height: 1.25;
}

.process p {
  max-width: 180px;
  margin: 0 auto;
  color: #263856;
  font-size: 0.76rem;
  font-weight: 500;
}

.guarantee {
  margin-top: 12px;
  padding: 62px 32px;
  color: #fff;
  background: radial-gradient(circle at 30% 50%, #07366f 0%, var(--blue-deep) 48%, #001735 100%);
}

.guarantee-inner {
  display: grid;
  grid-template-columns: 260px 1fr;
  align-items: center;
  gap: 70px;
  max-width: 760px;
  margin: 0 auto;
}

.guarantee h2 {
  margin-bottom: 20px;
  font-size: 2.08rem;
  line-height: 1.15;
}

.guarantee ul {
  display: grid;
  gap: 8px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.guarantee li {
  font-size: 0.98rem;
  font-weight: 500;
}

.guarantee p {
  margin: 0;
  font-weight: 500;
}

.security {
  padding-top: 42px;
}

.security-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  margin-top: 34px;
}

.security-grid article {
  min-height: 180px;
  padding: 8px 28px;
  border-left: 1px solid var(--line);
}

.security-grid article:first-child {
  border-left: 0;
}

.cases {
  padding-top: 0;
}

.page-hero {
  max-width: 900px;
  margin: 0 auto;
  padding: 54px 32px 42px;
  text-align: center;
}

.page-hero h1 {
  margin-bottom: 16px;
  font-size: 4rem;
  line-height: 0.95;
}

.page-hero h1 span {
  color: var(--green);
}

.page-hero p {
  max-width: 720px;
  margin: 0 auto;
  font-size: 1.1rem;
  font-weight: 500;
}

.page-section {
  padding-top: 18px;
}

.center-title {
  text-align: center;
}

.case-page-intro {
  max-width: 760px;
  margin: 0 auto 32px;
  text-align: center;
}

.case-page-intro h2 {
  margin-bottom: 10px;
}

.case-page-intro p {
  margin: 0;
  font-weight: 500;
}

.case-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 58px;
  max-width: 920px;
  margin: 20px auto 48px;
}

.case-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  max-width: 1120px;
  margin: 0 auto 34px;
}

.case-card,
.quote-card,
.bottom-cta {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 16px 35px rgba(7, 29, 69, 0.08);
}

.case-card,
.quote-card {
  min-height: 210px;
  padding: 28px;
}

.case-card h3 {
  margin-bottom: 10px;
  font-size: 0.9rem;
}

.case-card > strong {
  display: block;
  color: var(--green);
  font-size: 2rem;
  line-height: 1;
}

.case-card > p {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
  font-size: 0.88rem;
  font-weight: 500;
}

.case-card div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 20px;
}

.case-card span {
  font-size: 0.66rem;
  font-weight: 600;
  line-height: 1.2;
}

.case-card b {
  display: block;
  font-size: 1.52rem;
  line-height: 1;
}

.case-card a {
  color: var(--green);
  font-size: 0.8rem;
  font-weight: 700;
}

.case-card .case-note {
  margin: 0;
  padding: 16px 0 0;
  border-bottom: 0;
  border-top: 1px solid var(--line);
  font-size: 0.9rem;
  line-height: 1.5;
}

.quote-card blockquote {
  position: relative;
  margin: 0;
  padding-left: 42px;
}

.quote-card blockquote::before {
  content: "“";
  position: absolute;
  left: 0;
  top: -20px;
  color: var(--green);
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
}

.quote-card p {
  font-size: 0.94rem;
  font-weight: 500;
  line-height: 1.68;
}

.quote-card footer {
  display: grid;
  gap: 3px;
  margin-top: 18px;
  font-size: 0.86rem;
}

.quote-card span {
  font-weight: 500;
}

.detail-grid,
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  max-width: 1120px;
  margin: 0 auto 42px;
}

.testimonial-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.detail-card {
  min-height: 150px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #f8fbff;
}

.detail-card h3 {
  margin-bottom: 10px;
  font-size: 1rem;
}

.detail-card p {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 500;
}

.analysis-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  max-width: 1120px;
  margin: 0 auto 32px;
}

.analysis-summary article,
.analysis-panel,
.analysis-table-wrap {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 16px 35px rgba(7, 29, 69, 0.08);
}

.analysis-summary article {
  padding: 24px;
}

.analysis-summary span {
  display: block;
  margin-bottom: 8px;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
}

.analysis-summary strong {
  display: block;
  color: var(--green);
  font-size: 2.1rem;
  line-height: 1;
}

.analysis-summary p {
  margin: 10px 0 0;
  font-size: 0.9rem;
  font-weight: 500;
}

.analysis-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  max-width: 1120px;
  margin: 0 auto 32px;
}

.analysis-panel {
  padding: 28px;
}

.analysis-panel h2 {
  margin-bottom: 14px;
  font-size: 1.35rem;
}

.analysis-panel ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
  font-weight: 500;
}

.analysis-panel p {
  margin: 0;
  font-weight: 500;
}

.analysis-table-wrap {
  max-width: 1120px;
  margin: 0 auto 32px;
  overflow-x: auto;
}

.analysis-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  font-size: 0.92rem;
}

.analysis-table th,
.analysis-table td {
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.analysis-table th {
  color: #fff;
  background: var(--blue);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.analysis-table tr:last-child td {
  border-bottom: 0;
}

.analysis-table td:nth-child(3),
.analysis-table td:nth-child(4) {
  font-weight: 800;
}

.analysis-result {
  background: #f8fbff;
  box-shadow: none;
}

.legal-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 1120px;
  margin: 0 auto;
}

.legal-card {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 16px 35px rgba(7, 29, 69, 0.08);
}

.legal-card h2 {
  margin-bottom: 12px;
  font-size: 1.24rem;
}

.legal-card p {
  margin-bottom: 12px;
  font-size: 0.94rem;
  font-weight: 500;
}

.legal-card p:last-child {
  margin-bottom: 0;
}

.legal-card a {
  color: var(--green);
  font-weight: 700;
}

.contact-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 980px;
  margin: 0 auto;
}

.contact-card {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 16px 35px rgba(7, 29, 69, 0.08);
}

.contact-card-wide {
  grid-column: 1 / -1;
}

.contact-form-card {
  grid-column: 1 / -1;
}

.contact-card h2 {
  margin-bottom: 12px;
  font-size: 1.35rem;
}

.contact-card p {
  margin-bottom: 14px;
  font-weight: 500;
}

.contact-card a:not(.btn) {
  color: var(--green);
  font-weight: 700;
}

.contact-points {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.contact-points span {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fbff;
  font-size: 0.88rem;
  font-weight: 700;
}

.audit-request-form {
  margin-top: 22px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.audit-request-form label {
  display: grid;
  gap: 7px;
  font-size: 0.9rem;
  font-weight: 700;
}

.audit-request-form input,
.audit-request-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #bdcadb;
  border-radius: 6px;
  color: var(--text);
  background: #fff;
  font: inherit;
}

.audit-request-form input:focus,
.audit-request-form textarea:focus {
  border-color: var(--green);
  outline: 3px solid rgba(88, 169, 40, 0.18);
}

.audit-request-form textarea {
  resize: vertical;
}

.form-full,
.form-consent {
  grid-column: 1 / -1;
}

.audit-request-form .form-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 18px 0;
  font-size: 0.84rem;
  font-weight: 500;
}

.form-consent input {
  width: auto;
  margin-top: 4px;
}

.form-consent a {
  color: var(--green-dark);
  font-weight: 700;
}

.form-honeypot {
  position: absolute;
  left: -10000px;
}

.form-status {
  margin: 14px 0 0;
  font-weight: 700;
}

.form-status.success {
  color: var(--green-dark);
}

.form-status.error {
  color: #a31d1d;
}

.bottom-cta {
  display: grid;
  grid-template-columns: 150px 1fr 340px;
  align-items: center;
  gap: 26px;
  max-width: 1080px;
  margin: 0 auto;
  padding: 28px 42px;
  background: linear-gradient(90deg, #fbfef8 0%, #fff 55%, #fbfef8 100%);
  box-shadow: none;
}

.bottom-cta h2 {
  margin: 0;
  font-size: 2.15rem;
  line-height: 1.15;
}

.bottom-cta p {
  margin-bottom: 14px;
  font-size: 0.84rem;
  font-weight: 600;
}

.bottom-cta .btn {
  width: 100%;
  min-height: 44px;
}

.bottom-cta span {
  display: block;
  margin-top: 10px;
  font-size: 0.72rem;
  font-weight: 500;
}

.faq-section {
  padding-top: 76px;
}

.faq-section .section-intro {
  margin-bottom: 34px;
}

.faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  max-width: 1120px;
  margin: 0 auto;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(7, 29, 69, 0.06);
  overflow: hidden;
}

.faq-item summary {
  position: relative;
  display: block;
  padding: 20px 54px 20px 22px;
  cursor: pointer;
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.25;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  position: absolute;
  right: 22px;
  top: 50%;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  content: "+";
  font-size: 1.25rem;
  line-height: 22px;
  text-align: center;
  transform: translateY(-50%);
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-item div {
  padding: 0 22px 22px;
}

.faq-item p,
.faq-item li {
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.65;
}

.faq-item p {
  margin-bottom: 12px;
}

.faq-item p:last-child {
  margin-bottom: 0;
}

.faq-item ul {
  display: grid;
  gap: 6px;
  margin: 0 0 12px;
  padding-left: 20px;
}

.footer {
  margin-top: 18px;
  margin-bottom: 0;
  color: #fff;
  background: radial-gradient(circle at 20% 20%, #07366f 0%, var(--blue-deep) 50%, #001936 100%);
  overflow: hidden;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.35fr 1fr 0.9fr 1.25fr;
  gap: 74px;
  max-width: 1080px;
  margin: 0 auto;
  padding: 58px 32px 36px;
}

.footer img {
  width: 90px;
  height: auto;
  margin-bottom: 20px;
}

.footer h2 {
  margin-bottom: 18px;
  font-size: 0.95rem;
}

.footer p,
.footer a {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.7;
}

.footer-fr {
  display: grid !important;
  grid-template-columns: 44px 1fr;
  gap: 18px;
  align-items: start;
}

.copyright {
  max-width: 560px;
  margin: 0 auto;
  padding: 20px 32px 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.74) !important;
  text-align: center;
}

.footer .copyright {
  margin: 0 auto;
  margin-bottom: 0;
}

.svg-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  object-fit: contain;
}

.proof-icon {
  width: 30px;
  height: 30px;
  filter: brightness(0) saturate(100%) invert(13%) sepia(65%) saturate(1429%) hue-rotate(191deg) brightness(88%) contrast(101%);
}

.line-icon {
  width: 46px;
  height: 46px;
  filter: brightness(0) saturate(100%) invert(48%) sepia(95%) saturate(467%) hue-rotate(55deg) brightness(88%) contrast(89%);
}

.circle-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.circle-icon::before,
.circle-icon::after {
  content: none;
}

.circle-icon .svg-icon {
  width: 42px;
  height: 42px;
  filter: brightness(0) saturate(100%) invert(13%) sepia(65%) saturate(1429%) hue-rotate(191deg) brightness(88%) contrast(101%);
}

.large-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 220px;
}

.large-icon {
  width: 190px;
  height: 190px;
  filter: brightness(0) invert(1);
}

.coin-icon {
  width: 116px;
  height: 116px;
  border: 4px solid var(--green);
  border-radius: 50%;
  padding: 28px;
  filter: brightness(0) saturate(100%) invert(48%) sepia(95%) saturate(467%) hue-rotate(55deg) brightness(88%) contrast(89%);
}

.footer .footer-icon {
  width: 42px;
  height: 42px;
  margin: 0;
  filter: brightness(0) invert(1);
}

@media (max-width: 1280px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .header-menu {
    grid-column: 1 / -1;
    grid-row: 2;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
  }

  .main-nav {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 18px 28px;
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .audit-card {
    max-width: 760px;
  }

  .reason-grid,
  .process,
  .security-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .process article:not(:last-child)::after {
    display: none;
  }

  .security-grid article,
  .security-grid article:first-child {
    border: 0;
  }

  .guarantee-inner,
  .bottom-cta,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .large-icon-wrap {
    margin: 0 auto;
  }
}

@media (max-width: 720px) {
  .site-header,
  .hero,
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .site-header {
    position: relative;
    grid-template-columns: 1fr auto;
    gap: 18px;
    padding-top: 20px;
    padding-bottom: 16px;
  }

  .hero-actions .btn,
  .bottom-cta .btn {
    width: 100%;
  }

  .menu-toggle {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 46px;
    height: 46px;
    margin-left: auto;
    padding: 0 11px;
    color: var(--text);
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 6px;
    box-shadow: 0 10px 24px rgba(7, 29, 69, 0.08);
    cursor: pointer;
  }

  .menu-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background: currentColor;
    border-radius: 999px;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }

  .menu-open .menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .menu-open .menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .header-menu {
    display: none;
    grid-column: 1 / -1;
    width: 100%;
    padding: 18px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }

  .menu-open .header-menu {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  .main-nav {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    font-size: 1rem;
    white-space: normal;
  }

  .main-nav a {
    padding: 13px 0;
    border-bottom: 1px solid var(--line);
  }

  .header-cta {
    width: 100%;
  }

  .hero {
    padding-top: 28px;
    gap: 40px;
  }

  .hero h1 {
    font-size: 3rem;
  }

  .hero-actions,
  .trust-line {
    flex-direction: column;
  }

  .proofs,
  .audit-top,
  .audit-stats,
  .reason-grid,
  .process,
  .security-grid,
  .case-grid {
    grid-template-columns: 1fr;
  }

  .proofs {
    gap: 16px;
  }

  .audit-card {
    padding: 28px 20px;
  }

  .section h2,
  .center-title,
  .guarantee h2,
  .bottom-cta h2 {
    font-size: 1.9rem;
  }

  .page-hero h1 {
    font-size: 3rem;
  }

  .page-hero {
    padding-left: 28px;
    padding-right: 28px;
  }

  .page-hero p {
    padding-left: 6px;
    padding-right: 6px;
  }

  .guarantee {
    padding-left: 20px;
    padding-right: 20px;
  }

  .case-card div {
    grid-template-columns: 1fr;
  }

  .case-list,
  .detail-grid,
  .testimonial-grid,
  .analysis-summary,
  .analysis-layout,
  .legal-layout,
  .contact-layout,
  .contact-points,
  .form-grid,
  .faq-list {
    grid-template-columns: 1fr;
  }

  .contact-card-wide {
    grid-column: auto;
  }

  .analysis-table-wrap {
    margin-left: -20px;
    margin-right: -20px;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .analysis-table {
    min-width: 760px;
  }

  .bottom-cta {
    padding: 26px 20px;
  }
}
