/* Foundation */
:root {
  --color-bg: #f5f7f5;
  --color-bg-soft: #fafbfa;
  --color-bg-warm: #f2f5f2;
  --color-surface: rgba(255, 255, 255, 0.92);
  --color-surface-strong: #ffffff;
  --color-surface-deep: #182e22;
  --color-primary: #2e6e4a;
  --color-primary-bright: #3d8260;
  --color-primary-deep: #0f2e1c;
  --color-gold: #f5c518;
  --color-gold-soft: #c79d08;
  --color-text: #1e2a22;
  --color-muted: #5e7268;
  --color-border: rgba(46, 110, 74, 0.09);
  --color-border-strong: rgba(46, 110, 74, 0.16);
  --color-shadow: rgba(10, 30, 18, 0.06);
  --font-body: 'Plus Jakarta Sans', 'Segoe UI', sans-serif;
  --font-heading: 'Outfit', 'Segoe UI', sans-serif;
  --font-number: 'Roboto Condensed', 'Arial Narrow', sans-serif;
  --radius-sm: 14px;
  --radius-md: 20px;
  --radius-lg: 28px;
  --radius-xl: 36px;
  --shell: 1360px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  background: linear-gradient(180deg, #fafbfa 0%, #f5f7f5 100%);
  color: var(--color-text);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.7;
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
}

.official-contact-card strong,
.site-header__cta span,
.site-footer__support,
.mobile-whatsapp-bar strong,
.stat-card strong,
.step-card span,
.step-card__duration,
.post-meta,
.article-meta,
.category-list strong,
.faq-support-card strong,
.contact-highlight strong,
.latest-posts-menu__item span,
.site-footer__posts span {
  font-family: var(--font-number);
  font-variant-numeric: tabular-nums lining-nums;
  letter-spacing: 0.01em;
}

body.admin-bar .site-header {
  top: 32px;
}

::selection {
  background: rgba(13, 96, 53, 0.2);
  color: var(--color-primary-deep);
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.22s ease;
}

a:hover,
a:focus {
  color: var(--color-primary);
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-text);
  font-family: var(--font-heading);
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.08;
  margin: 0 0 16px;
}

h1 {
  font-size: clamp(2.4rem, 3.8vw, 3.8rem);
  max-width: 13ch;
}

h2 {
  font-size: clamp(1.8rem, 2.6vw, 2.6rem);
}

h3 {
  font-size: clamp(1.22rem, 1.8vw, 1.55rem);
}

p {
  color: var(--color-muted);
  margin: 0 0 18px;
}

ul,
ol {
  margin-top: 0;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.screen-reader-text:focus {
  background: var(--color-gold);
  border-radius: 999px;
  clip: auto;
  color: var(--color-primary-deep);
  height: auto;
  left: 18px;
  padding: 10px 16px;
  top: 18px;
  width: auto;
  z-index: 100000;
}

.site-shell {
  margin: 0 auto;
  max-width: var(--shell);
  padding: 0 28px;
  width: 100%;
}

.site-main {
  position: relative;
  z-index: 2;
}

.site-main > section {
  position: relative;
}

.site-main > section .site-shell {
  position: relative;
  z-index: 2;
}

.background-objects {
  bottom: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1;
}

.background-object {
  color: var(--color-primary);
  opacity: 0.035;
  position: absolute;
  transform: rotate(-8deg);
}

.background-object i {
  display: block;
  line-height: 1;
}

.background-object--phone {
  font-size: 180px;
  right: 5vw;
  top: 14vh;
}

.background-object--shield {
  color: var(--color-gold);
  font-size: 220px;
  left: -24px;
  top: 42vh;
  transform: rotate(12deg);
}

.background-object--wallet {
  bottom: 12vh;
  color: var(--color-gold);
  font-size: 166px;
  right: 12vw;
  transform: rotate(8deg);
}

.background-object--bank {
  bottom: -16px;
  font-size: 210px;
  left: 10vw;
  transform: rotate(-5deg);
}

.background-object--check {
  font-size: 136px;
  left: 47vw;
  top: 9vh;
  transform: rotate(9deg);
}
