/*
Theme Name: وام نت
Author: Siteva.ir
Author URI: https://siteva.ir
Description: قالب تک‌صفحه‌ای فارسی و راست‌چین وام نت برای معرفی خدمات وام فوری با پشتوانه طلا، همراه با فرم درخواست و راه‌های تماس مستقیم.
Version: 2.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: sarmaaye-zar
Tags: one-column, custom-logo, custom-menu, featured-images, rtl-language-support, accessibility-ready
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

@font-face {
  font-family: "Vazirmatn";
  src: url("assets/fonts/vazirmatn-regular-v33.003.woff2") format("woff2"),
       url("assets/fonts/vazirmatn-regular-v33.003.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Vazirmatn";
  src: url("assets/fonts/vazirmatn-medium-v33.003.woff2") format("woff2"),
       url("assets/fonts/vazirmatn-medium-v33.003.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Vazirmatn";
  src: url("assets/fonts/vazirmatn-bold-v33.003.woff2") format("woff2"),
       url("assets/fonts/vazirmatn-bold-v33.003.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Vazirmatn";
  src: url("assets/fonts/vazirmatn-extrabold-v33.003.woff2") format("woff2"),
       url("assets/fonts/vazirmatn-extrabold-v33.003.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "Vazirmatn";
  src: url("assets/fonts/vazirmatn-black-v33.003.woff2") format("woff2"),
       url("assets/fonts/vazirmatn-black-v33.003.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

:root {
  --sz-body-font: "Vazirmatn", Tahoma, "Segoe UI", Arial, sans-serif;
  --sz-heading-font: "Vazirmatn", Tahoma, "Segoe UI", Arial, sans-serif;
  --sz-emerald-950: #052e2b;
  --sz-emerald-900: #073f39;
  --sz-emerald-800: #0b554b;
  --sz-emerald-700: #0f6a5b;
  --sz-emerald-100: #daf0e9;
  --sz-emerald-50: #f0f8f5;
  --sz-gold-700: #a87317;
  --sz-gold-600: #c38a20;
  --sz-gold-500: #d9a63a;
  --sz-gold-100: #f7e8bd;
  --sz-ink: #13211f;
  --sz-muted: #5b6a67;
  --sz-line: #dfe8e5;
  --sz-white: #ffffff;
  --sz-danger: #b42318;
  --sz-success: #107a58;
  --sz-shadow-sm: 0 8px 24px rgba(5, 46, 43, 0.08);
  --sz-shadow-lg: 0 26px 70px rgba(5, 46, 43, 0.14);
  --sz-radius-sm: 14px;
  --sz-radius-md: 22px;
  --sz-radius-lg: 34px;
  --sz-container: 1260px;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 94px;
}

body {
  margin: 0;
  background: var(--sz-white);
  color: var(--sz-ink);
  font-family: var(--sz-body-font) !important;
  font-size: 16px;
  line-height: 1.9;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6,
.sz-brand-name {
  font-family: var(--sz-heading-font) !important;
}

body.sz-menu-open {
  overflow: hidden;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
  font-family: var(--sz-body-font) !important;
}

option {
  font-family: var(--sz-body-font) !important;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid rgba(217, 166, 58, 0.78);
  outline-offset: 3px;
}

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

.screen-reader-text:focus {
  top: 12px;
  right: 12px;
  z-index: 9999;
  width: auto;
  height: auto;
  padding: 12px 18px;
  clip: auto;
  background: var(--sz-white);
  color: var(--sz-emerald-950);
  border-radius: 10px;
  box-shadow: var(--sz-shadow-sm);
}

.sz-container {
  width: min(calc(100% - 40px), var(--sz-container));
  margin-inline: auto;
}

.sz-site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(223, 232, 229, 0.86);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

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

.sz-header-inner {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.sz-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  flex-shrink: 0;
}

.sz-brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--sz-gold-500);
  background: var(--sz-emerald-950);
  border-radius: 14px 5px 14px 5px;
  box-shadow: 0 7px 16px rgba(5, 46, 43, 0.2);
}

.sz-brand-mark svg {
  width: 24px;
  height: 24px;
}

.sz-brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.35;
}

.sz-brand-name {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--sz-emerald-950);
}

.sz-brand-tagline {
  color: var(--sz-muted);
  font-size: 0.72rem;
}

.custom-logo-link img {
  width: auto;
  max-width: 170px;
  max-height: 54px;
}

.sz-navigation {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}

.sz-menu {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 21px;
  margin: 0;
  padding: 0;
}

.sz-menu a {
  position: relative;
  color: #344743;
  font-size: 0.91rem;
  font-weight: 700;
  transition: color 180ms ease;
}

.sz-menu a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -9px;
  width: 0;
  height: 2px;
  background: var(--sz-gold-500);
  border-radius: 999px;
  transition: width 180ms ease;
}

.sz-menu a:hover,
.sz-menu a:focus-visible {
  color: var(--sz-emerald-800);
}

.sz-menu a:hover::after,
.sz-menu a:focus-visible::after {
  width: 100%;
}

.sz-header-cta,
.sz-button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 10px 22px;
  border: 1px solid transparent;
  border-radius: 13px;
  font-size: 0.92rem;
  font-weight: 800;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

.sz-header-cta,
.sz-button-primary {
  background: var(--sz-emerald-900);
  color: var(--sz-white);
  box-shadow: 0 12px 24px rgba(5, 46, 43, 0.16);
}

.sz-header-cta:hover,
.sz-button-primary:hover {
  transform: translateY(-2px);
  background: var(--sz-emerald-800);
  box-shadow: 0 16px 28px rgba(5, 46, 43, 0.22);
}

.sz-button-secondary {
  background: var(--sz-white);
  color: var(--sz-emerald-900);
  border-color: var(--sz-line);
}

.sz-button-secondary:hover {
  transform: translateY(-2px);
  border-color: var(--sz-emerald-700);
  box-shadow: var(--sz-shadow-sm);
}

.sz-button svg,
.sz-header-cta svg {
  width: 20px;
  height: 20px;
}

.sz-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.sz-header-phone {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 12px;
  color: var(--sz-emerald-950);
  background: var(--sz-emerald-50);
  border: 1px solid #d1e4de;
  border-radius: 13px;
}

.sz-header-phone > span:last-child {
  display: grid;
  gap: 1px;
  line-height: 1.25;
}

.sz-header-phone small {
  color: var(--sz-muted);
  font-size: 0.67rem;
}

.sz-header-phone strong {
  color: var(--sz-emerald-900);
  font-size: 0.88rem;
  letter-spacing: 0.035em;
}

.sz-phone-pulse {
  position: relative;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: grid;
  place-items: center;
  color: var(--sz-white);
  background: var(--sz-emerald-800);
  border-radius: 50%;
  isolation: isolate;
}

.sz-phone-pulse::before,
.sz-phone-pulse::after {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border: 1px solid rgba(15, 106, 91, 0.45);
  border-radius: inherit;
  animation: sz-phone-wave 2.2s ease-out infinite;
}

.sz-phone-pulse::after {
  animation-delay: 1.1s;
}

.sz-phone-pulse svg {
  width: 18px;
  height: 18px;
}

.sz-animated-number {
  position: relative;
  font-variant-numeric: tabular-nums;
}

.sz-animated-number::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--sz-gold-500), transparent);
  transform: scaleX(0.25);
  opacity: 0.45;
  animation: sz-number-glow 2.4s ease-in-out infinite;
}

@keyframes sz-phone-wave {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  75%,
  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}

@keyframes sz-number-glow {
  0%,
  100% {
    transform: scaleX(0.25);
    opacity: 0.3;
  }
  50% {
    transform: scaleX(1);
    opacity: 0.9;
  }
}

.sz-menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  align-items: center;
  justify-content: center;
  background: var(--sz-emerald-50);
  color: var(--sz-emerald-950);
  border: 1px solid var(--sz-line);
  border-radius: 12px;
  cursor: pointer;
}

.sz-menu-toggle svg {
  width: 23px;
  height: 23px;
}

.sz-hero {
  position: relative;
  overflow: hidden;
  padding: 64px 0 58px;
  background:
    radial-gradient(circle at 85% 20%, rgba(217, 166, 58, 0.09), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f7fbf9 100%);
}

.sz-hero::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  top: 9%;
  right: -240px;
  border: 1px solid rgba(15, 106, 91, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 62px rgba(15, 106, 91, 0.03), 0 0 0 124px rgba(15, 106, 91, 0.02);
}

.sz-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(500px, 1fr);
  align-items: center;
  gap: 66px;
}

.sz-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: var(--sz-emerald-800);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.sz-eyebrow-dot {
  width: 9px;
  height: 9px;
  background: var(--sz-gold-500);
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(217, 166, 58, 0.14);
}

.sz-hero h1 {
  max-width: 620px;
  min-height: 2.7em;
  margin: 0;
  color: var(--sz-emerald-950);
  font-size: clamp(2.35rem, 3.45vw, 3.5rem);
  line-height: 1.35;
  letter-spacing: -0.04em;
  font-weight: 900;
  text-wrap: balance;
}

.sz-typewriter {
  display: block;
  white-space: pre-line;
}

.sz-typing-enabled .sz-typewriter:not(.is-static)::after {
  content: "";
  width: 3px;
  height: 0.88em;
  display: inline-block;
  margin-right: 0.12em;
  vertical-align: -0.08em;
  background: var(--sz-gold-500);
  border-radius: 999px;
  animation: sz-caret-blink 0.8s steps(1, end) infinite;
}

@keyframes sz-caret-blink {
  0%,
  46% {
    opacity: 1;
  }
  47%,
  100% {
    opacity: 0;
  }
}

.sz-hero h1 .sz-gold-text {
  color: var(--sz-gold-700);
}

.sz-hero-lead {
  max-width: 650px;
  margin: 18px 0 0;
  color: var(--sz-muted);
  font-size: 1.04rem;
  line-height: 2.05;
  white-space: pre-line;
  text-wrap: pretty;
}

.sz-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.sz-hero-phone {
  min-width: 250px;
  gap: 8px;
}

.sz-hero-phone strong {
  color: var(--sz-emerald-900);
  font-size: 0.96rem;
  letter-spacing: 0.035em;
}

.sz-messenger-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.sz-messenger-button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 15px;
  border-radius: 11px;
  font-size: 0.8rem;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.sz-messenger-button:hover {
  transform: translateY(-2px);
  box-shadow: var(--sz-shadow-sm);
}

.sz-messenger-button svg {
  width: 19px;
  height: 19px;
}

.sz-whatsapp-button {
  color: #0c6b42;
  background: #eaf8f0;
  border: 1px solid #bfe8d0;
}

.sz-bale-button {
  color: #1956a3;
  background: #edf5ff;
  border: 1px solid #c8ddf6;
}

.sz-trust-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 32px 0 0;
  padding: 0;
}

.sz-trust-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #3c504c;
  font-size: 0.86rem;
  font-weight: 700;
}

.sz-trust-list svg {
  width: 18px;
  height: 18px;
  color: var(--sz-emerald-700);
}

.sz-hero-visual {
  position: relative;
  min-width: 0;
}

.sz-hero-image-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 5 / 5.35;
  background: var(--sz-emerald-50);
  border-radius: 42px 14px 42px 14px;
  box-shadow: var(--sz-shadow-lg);
}

.sz-hero-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, transparent 55%, rgba(5, 46, 43, 0.2));
  pointer-events: none;
}

.sz-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}

.sz-hero-badge {
  position: absolute;
  right: -28px;
  bottom: 44px;
  z-index: 2;
  width: min(250px, 70%);
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 17px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(5, 46, 43, 0.16);
  backdrop-filter: blur(12px);
}

.sz-badge-icon {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: grid;
  place-items: center;
  color: var(--sz-gold-600);
  background: #fff8e8;
  border-radius: 12px;
}

.sz-badge-icon svg {
  width: 24px;
  height: 24px;
}

.sz-hero-badge strong,
.sz-hero-badge span {
  display: block;
}

.sz-hero-badge strong {
  color: var(--sz-emerald-950);
  font-size: 0.92rem;
}

.sz-hero-badge span {
  margin-top: 2px;
  color: var(--sz-muted);
  font-size: 0.75rem;
  line-height: 1.65;
}

.sz-intro-bar {
  position: relative;
  z-index: 3;
  margin-top: -1px;
  background: var(--sz-emerald-950);
  color: var(--sz-white);
}

.sz-intro-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.sz-intro-item {
  display: flex;
  align-items: center;
  gap: 15px;
  min-height: 118px;
  padding: 24px 34px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.sz-intro-item:last-child {
  border-left: 0;
}

.sz-intro-icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: grid;
  place-items: center;
  color: var(--sz-gold-500);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 15px;
}

.sz-intro-icon svg {
  width: 25px;
  height: 25px;
}

.sz-intro-item strong,
.sz-intro-item span {
  display: block;
}

.sz-intro-item strong {
  font-size: 0.96rem;
}

.sz-intro-item span {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.78rem;
}

.sz-section {
  padding: 104px 0;
}

.sz-section-soft {
  background: var(--sz-emerald-50);
}

.sz-section-heading {
  max-width: 900px;
  margin-bottom: 48px;
}

.sz-section-heading.sz-center {
  margin-inline: auto;
  text-align: center;
}

.sz-section-heading h2,
.sz-story-content h2,
.sz-form-copy h2 {
  margin: 0;
  color: var(--sz-emerald-950);
  font-size: clamp(1.85rem, 2.8vw, 2.6rem);
  line-height: 1.48;
  letter-spacing: -0.038em;
  text-wrap: balance;
}

.sz-section-heading p,
.sz-story-content > p,
.sz-form-copy > p {
  margin: 15px 0 0;
  color: var(--sz-muted);
  line-height: 2.08;
  text-wrap: pretty;
}

.sz-section-heading h2,
.sz-section-heading > p {
  white-space: pre-line;
}

.sz-section-heading > p {
  max-width: 860px;
  margin-inline: auto;
}

.sz-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.sz-feature-card {
  position: relative;
  overflow: hidden;
  min-height: 255px;
  padding: 30px;
  background: var(--sz-white);
  border: 1px solid var(--sz-line);
  border-radius: var(--sz-radius-md);
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.sz-feature-card::after {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  left: -52px;
  bottom: -54px;
  border: 18px solid rgba(217, 166, 58, 0.08);
  border-radius: 50%;
}

.sz-feature-card:hover {
  transform: translateY(-6px);
  border-color: #c9dcd6;
  box-shadow: var(--sz-shadow-sm);
}

.sz-card-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  color: var(--sz-gold-600);
  background: #fff9ec;
  border: 1px solid #f4e5bb;
  border-radius: 16px 6px 16px 6px;
}

.sz-card-icon svg {
  width: 27px;
  height: 27px;
}

.sz-feature-card h3 {
  margin: 24px 0 8px;
  color: var(--sz-emerald-950);
  font-size: 1.12rem;
}

.sz-feature-card p {
  margin: 0;
  color: var(--sz-muted);
  font-size: 0.9rem;
  line-height: 1.95;
}

.sz-process {
  background: var(--sz-white);
}

.sz-process-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 76px;
  align-items: center;
}

.sz-process-image-wrap {
  position: relative;
}

.sz-process-image {
  width: 100%;
  aspect-ratio: 1 / 1.08;
  object-fit: cover;
  border-radius: 18px 46px 18px 46px;
  box-shadow: var(--sz-shadow-lg);
}

.sz-process-note {
  position: absolute;
  left: -24px;
  bottom: 34px;
  max-width: 230px;
  padding: 18px 20px;
  color: var(--sz-white);
  background: var(--sz-emerald-900);
  border-radius: 16px;
  box-shadow: 0 16px 35px rgba(5, 46, 43, 0.2);
}

.sz-process-note strong {
  display: block;
  color: var(--sz-gold-500);
  font-size: 0.82rem;
}

.sz-process-note span {
  display: block;
  margin-top: 4px;
  font-size: 0.79rem;
  line-height: 1.8;
}

.sz-process-list {
  list-style: none;
  display: grid;
  gap: 10px;
  margin: 34px 0 0;
  padding: 0;
}

.sz-process-step {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  padding: 20px;
  border-radius: 17px;
  transition: background 180ms ease;
}

.sz-process-step:hover {
  background: var(--sz-emerald-50);
}

.sz-step-number {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  color: var(--sz-gold-600);
  background: #fff9ec;
  border: 1px solid var(--sz-gold-100);
  border-radius: 16px 6px 16px 6px;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
}

.sz-process-step h3 {
  margin: 0 0 4px;
  color: var(--sz-emerald-950);
  font-size: 1.03rem;
}

.sz-process-step p {
  margin: 0;
  color: var(--sz-muted);
  font-size: 0.88rem;
  line-height: 1.9;
}

.sz-eligibility-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.72fr);
  gap: 40px;
  align-items: start;
}

.sz-check-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
  margin: 30px 0 0;
  padding: 0;
}

.sz-check-list li {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 56px;
  padding: 11px 14px;
  background: var(--sz-white);
  border: 1px solid var(--sz-line);
  border-radius: 13px;
  color: #30433f;
  font-size: 0.89rem;
  font-weight: 700;
}

.sz-check-list svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  color: var(--sz-emerald-700);
}

.sz-info-card {
  padding: 32px;
  background: var(--sz-emerald-950);
  color: var(--sz-white);
  border-radius: 18px 38px 18px 38px;
  box-shadow: var(--sz-shadow-lg);
}

.sz-info-card-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  color: var(--sz-gold-500);
  background: rgba(255, 255, 255, 0.08);
  border-radius: 15px;
}

.sz-info-card-icon svg {
  width: 27px;
  height: 27px;
}

.sz-info-card h3 {
  margin: 22px 0 10px;
  font-size: 1.2rem;
}

.sz-info-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.88rem;
  line-height: 2;
}

.sz-info-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  color: var(--sz-gold-500);
  font-weight: 800;
}

.sz-info-card a svg {
  width: 19px;
  height: 19px;
}

.sz-request-section {
  position: relative;
  overflow: hidden;
  background: var(--sz-emerald-950);
  color: var(--sz-white);
}

.sz-request-section::before,
.sz-request-section::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
}

.sz-request-section::before {
  width: 430px;
  height: 430px;
  top: -220px;
  right: -80px;
}

.sz-request-section::after {
  width: 300px;
  height: 300px;
  bottom: -190px;
  left: -60px;
}

.sz-request-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(450px, 1.04fr);
  gap: 76px;
  align-items: center;
}

.sz-form-copy .sz-eyebrow {
  color: var(--sz-gold-500);
}

.sz-form-copy h2 {
  color: var(--sz-white);
  max-width: 560px;
  font-size: clamp(2rem, 2.8vw, 2.55rem);
  line-height: 1.5;
}

.sz-form-copy > p {
  color: rgba(255, 255, 255, 0.7);
}

.sz-request-trust {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin: 26px 0 0;
  padding: 0;
}

.sz-request-trust li {
  min-height: 86px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 13px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 13px;
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.8;
}

.sz-request-trust svg {
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  color: var(--sz-gold-500);
}

.sz-contact-team {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.sz-contact-person {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 12px 14px;
  color: var(--sz-white);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.sz-contact-person:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(217, 166, 58, 0.55);
}

.sz-contact-person.is-primary {
  background: rgba(217, 166, 58, 0.11);
  border-color: rgba(217, 166, 58, 0.34);
}

.sz-contact-person-icon {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  display: grid;
  place-items: center;
  color: var(--sz-gold-500);
  background: rgba(255, 255, 255, 0.08);
  border-radius: 11px;
}

.sz-contact-person-icon svg {
  width: 19px;
  height: 19px;
}

.sz-contact-person > span:last-child {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.sz-contact-person small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.72rem;
}

.sz-contact-person strong {
  width: max-content;
  max-width: 100%;
  color: var(--sz-white);
  font-size: 0.94rem;
  letter-spacing: 0.035em;
  font-variant-numeric: tabular-nums;
}

.sz-contact-mini {
  display: grid;
  gap: 13px;
  margin-top: 26px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.sz-contact-mini a,
.sz-contact-mini div {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
}

.sz-contact-mini svg {
  width: 21px;
  height: 21px;
  color: var(--sz-gold-500);
}

.sz-request-form-wrap {
  padding: 34px;
  background: var(--sz-white);
  color: var(--sz-ink);
  border-radius: 28px 10px 28px 10px;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.18);
}

.sz-form-heading {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 24px;
  padding-bottom: 19px;
  border-bottom: 1px solid var(--sz-line);
}

.sz-form-lock {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  display: grid;
  place-items: center;
  color: var(--sz-emerald-800);
  background: var(--sz-emerald-50);
  border: 1px solid #d7e8e2;
  border-radius: 14px;
}

.sz-form-lock svg {
  width: 24px;
  height: 24px;
}

.sz-form-title {
  margin: 0 0 4px;
  color: var(--sz-emerald-950);
  font-size: 1.24rem;
}

.sz-form-subtitle {
  margin: 2px 0 0;
  color: var(--sz-muted);
  font-size: 0.84rem;
}

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

.sz-field-full {
  grid-column: 1 / -1;
}

.sz-field label {
  display: inline-block;
  margin-bottom: 7px;
  color: #30433f;
  font-size: 0.83rem;
  font-weight: 800;
}

.sz-field label .sz-optional {
  color: #87938f;
  font-size: 0.72rem;
  font-weight: 500;
}

.sz-field input,
.sz-field select,
.sz-field textarea {
  width: 100%;
  min-height: 51px;
  padding: 11px 14px;
  color: var(--sz-ink);
  background: #fbfdfc;
  border: 1px solid #d9e3e0;
  border-radius: 11px;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.sz-field textarea {
  min-height: 94px;
  resize: vertical;
}

.sz-field input:focus,
.sz-field select:focus,
.sz-field textarea:focus {
  background: var(--sz-white);
  border-color: var(--sz-emerald-700);
  box-shadow: 0 0 0 4px rgba(15, 106, 91, 0.1);
}

.sz-field input::placeholder,
.sz-field textarea::placeholder {
  color: #9aa5a2;
}

.sz-form-privacy {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 15px 0 18px;
  padding: 11px 12px;
  color: #687773;
  background: var(--sz-emerald-50);
  border: 1px solid #dbe9e5;
  border-radius: 10px;
  font-size: 0.74rem;
  line-height: 1.75;
}

.sz-form-privacy svg {
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  margin-top: 3px;
  color: var(--sz-emerald-700);
}

.sz-form-submit {
  width: 100%;
}

.sz-form-alert {
  margin-bottom: 20px;
  padding: 12px 14px;
  border-radius: 10px;
  font-size: 0.82rem;
  font-weight: 700;
}

.sz-form-alert-success {
  color: #075b42;
  background: #e5f7ef;
  border: 1px solid #b8e6d4;
}

.sz-form-alert-error {
  color: #8d1b13;
  background: #fff0ee;
  border: 1px solid #f2c4bf;
}

.sz-hp-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.sz-faq-list {
  max-width: 850px;
  display: grid;
  gap: 12px;
  margin: 0 auto;
}

.sz-faq-item {
  overflow: hidden;
  background: var(--sz-white);
  border: 1px solid var(--sz-line);
  border-radius: 15px;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.sz-faq-item[open] {
  border-color: #c8dbd5;
  box-shadow: var(--sz-shadow-sm);
}

.sz-faq-item summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 22px;
  color: var(--sz-emerald-950);
  font-weight: 800;
  cursor: pointer;
}

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

.sz-faq-toggle {
  position: relative;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  background: var(--sz-emerald-50);
  border-radius: 9px;
}

.sz-faq-toggle::before,
.sz-faq-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 2px;
  background: var(--sz-emerald-800);
  border-radius: 999px;
  transform: translate(-50%, -50%);
  transition: transform 180ms ease;
}

.sz-faq-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.sz-faq-item[open] .sz-faq-toggle::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.sz-faq-answer {
  padding: 0 22px 21px;
  color: var(--sz-muted);
  font-size: 0.9rem;
  line-height: 2;
}

.sz-faq-answer p {
  margin: 0;
}

.sz-final-cta {
  padding: 0 0 104px;
  background: var(--sz-white);
}

.sz-final-cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 38px 42px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent 45%),
    var(--sz-emerald-900);
  color: var(--sz-white);
  border-radius: 18px 38px 18px 38px;
  box-shadow: var(--sz-shadow-lg);
}

.sz-final-cta h2 {
  margin: 0;
  font-size: clamp(1.35rem, 2.7vw, 2rem);
}

.sz-final-cta p {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.88rem;
}

.sz-final-cta .sz-button {
  flex-shrink: 0;
  background: var(--sz-gold-500);
  color: var(--sz-emerald-950);
  box-shadow: none;
}

.sz-final-cta .sz-button:hover {
  background: #e4b54d;
}

.sz-site-footer {
  padding: 64px 0 26px;
  background: #031f1d;
  color: var(--sz-white);
}

.sz-footer-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.6fr 0.8fr;
  gap: 70px;
}

.sz-site-footer .sz-brand-name {
  color: var(--sz-white);
}

.sz-site-footer .sz-brand-tagline {
  color: rgba(255, 255, 255, 0.52);
}

.sz-footer-about {
  max-width: 410px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.82rem;
  line-height: 2;
}

.sz-footer-title {
  margin: 4px 0 18px;
  color: var(--sz-gold-500);
  font-size: 0.89rem;
}

.sz-footer-links,
.sz-footer-contact {
  list-style: none;
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.sz-footer-links a,
.sz-footer-contact li,
.sz-footer-contact a {
  color: rgba(255, 255, 255, 0.67);
  font-size: 0.81rem;
  transition: color 160ms ease;
}

.sz-footer-links a:hover,
.sz-footer-contact a:hover {
  color: var(--sz-white);
}

.sz-footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
}

.sz-footer-contact svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin-top: 5px;
  color: var(--sz-gold-500);
}

.sz-footer-phone-text {
  display: grid;
  gap: 1px;
}

.sz-footer-phone-text small {
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.68rem;
}

.sz-footer-phone-text a {
  width: max-content;
  color: rgba(255, 255, 255, 0.78);
  letter-spacing: 0.035em;
  font-variant-numeric: tabular-nums;
}

.sz-footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
  margin-top: 50px;
  padding-top: 22px;
  color: rgba(255, 255, 255, 0.4);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.72rem;
}

.sz-footer-bottom p {
  margin: 0;
}

.sz-site-credit a {
  color: var(--sz-gold-500);
  font-weight: 800;
  direction: ltr;
  unicode-bidi: isolate;
}

.sz-footer-messengers {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.sz-mini-contact {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 13px;
  border-radius: 9px;
  font-size: 0.74rem;
  font-weight: 800;
}

.sz-mini-whatsapp {
  color: #8ce3af;
  background: rgba(37, 211, 102, 0.1);
  border: 1px solid rgba(37, 211, 102, 0.22);
}

.sz-mini-bale {
  color: #a8d2ff;
  background: rgba(70, 150, 238, 0.1);
  border: 1px solid rgba(70, 150, 238, 0.24);
}

.sz-floating-contact {
  position: fixed;
  left: 22px;
  bottom: 24px;
  z-index: 90;
  display: grid;
  gap: 9px;
}

.sz-float-item {
  position: relative;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  color: var(--sz-white);
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(5, 46, 43, 0.22);
  transition: transform 180ms ease, border-radius 180ms ease;
}

.sz-float-item:hover {
  transform: translateY(-3px);
  border-radius: 50%;
}

.sz-float-item > svg {
  width: 23px;
  height: 23px;
}

.sz-float-item .sz-phone-pulse {
  width: 32px;
  height: 32px;
  background: transparent;
}

.sz-float-phone {
  background: var(--sz-emerald-800);
}

.sz-float-whatsapp {
  background: #1ca856;
}

.sz-float-bale {
  background: #347fc7;
}

.sz-float-label {
  position: absolute;
  left: 58px;
  top: 50%;
  width: max-content;
  max-width: 190px;
  padding: 6px 10px;
  color: var(--sz-emerald-950);
  background: var(--sz-white);
  border: 1px solid var(--sz-line);
  border-radius: 8px;
  box-shadow: var(--sz-shadow-sm);
  font-size: 0.75rem;
  font-weight: 800;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%) translateX(-6px);
  transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease;
}

.sz-float-item:hover .sz-float-label,
.sz-float-item:focus-visible .sz-float-label {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(0);
}

.sz-simple-page {
  min-height: 65vh;
  padding: 80px 0;
}

.sz-simple-page h1 {
  color: var(--sz-emerald-950);
}

.sz-simple-page article {
  max-width: 850px;
  margin: auto;
}

.sz-simple-page .entry-content {
  color: var(--sz-muted);
}

@media (max-width: 1180px) and (min-width: 1021px) {
  .sz-header-phone {
    display: none;
  }

  .sz-menu {
    gap: 17px;
  }
}

@media (max-width: 1020px) {
  .sz-menu-toggle {
    display: inline-flex;
  }

  .sz-navigation {
    position: fixed;
    inset: 86px 0 auto 0;
    max-height: 0;
    display: block;
    overflow: hidden;
    background: var(--sz-white);
    border-bottom: 1px solid var(--sz-line);
    box-shadow: 0 20px 38px rgba(5, 46, 43, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: max-height 240ms ease, opacity 180ms ease, visibility 180ms ease;
  }

  .admin-bar .sz-navigation {
    top: 118px;
  }

  .sz-navigation.is-open {
    max-height: calc(100vh - 86px);
    padding: 20px;
    overflow-y: auto;
    opacity: 1;
    visibility: visible;
  }

  .sz-menu {
    align-items: stretch;
    flex-direction: column;
    gap: 0;
  }

  .sz-menu li {
    border-bottom: 1px solid var(--sz-line);
  }

  .sz-menu a {
    display: block;
    padding: 14px 6px;
  }

  .sz-menu a::after {
    display: none;
  }

  .sz-header-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 18px;
  }

  .sz-header-phone,
  .sz-header-cta {
    width: 100%;
  }

  .sz-hero-grid {
    grid-template-columns: 1fr 0.9fr;
    gap: 38px;
  }

  .sz-hero h1 {
    font-size: clamp(2.1rem, 4.6vw, 3.15rem);
  }

  .sz-hero-badge {
    right: -12px;
  }

  .sz-intro-item {
    padding-inline: 20px;
  }

  .sz-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sz-feature-card:last-child {
    grid-column: 1 / -1;
  }

  .sz-process-grid,
  .sz-request-grid {
    gap: 42px;
  }
}

@media (max-width: 782px) {
  .admin-bar .sz-site-header {
    top: 46px;
  }

  .admin-bar .sz-navigation {
    top: 132px;
  }

  .sz-hero {
    padding-top: 48px;
  }

  .sz-hero-copy {
    max-width: 680px;
  }

  .sz-hero-grid,
  .sz-process-grid,
  .sz-eligibility-grid,
  .sz-request-grid {
    grid-template-columns: 1fr;
  }

  .sz-hero-copy {
    order: 1;
  }

  .sz-hero-visual {
    order: 2;
    max-width: 610px;
    margin-inline: auto;
  }

  .sz-hero-image-wrap {
    aspect-ratio: 16 / 11;
  }

  .sz-hero-image {
    object-position: left center;
  }

  .sz-hero-badge {
    right: 16px;
    bottom: 16px;
  }

  .sz-intro-grid {
    grid-template-columns: 1fr;
  }

  .sz-intro-item {
    min-height: 94px;
    border-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .sz-intro-item:last-child {
    border-bottom: 0;
  }

  .sz-section {
    padding: 82px 0;
  }

  .sz-process-image-wrap {
    max-width: 620px;
    margin-inline: auto;
  }

  .sz-process-image {
    aspect-ratio: 16 / 10;
  }

  .sz-process-note {
    left: 16px;
    bottom: 16px;
  }

  .sz-request-grid {
    align-items: stretch;
  }

  .sz-final-cta-box {
    align-items: flex-start;
    flex-direction: column;
  }

  .sz-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 42px;
  }

  .sz-footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .sz-container {
    width: min(calc(100% - 28px), var(--sz-container));
  }

  .sz-header-inner {
    min-height: 72px;
  }

  .sz-brand-tagline {
    display: none;
  }

  .sz-navigation {
    top: 72px;
  }

  .admin-bar .sz-navigation {
    top: 118px;
  }

  .sz-hero {
    padding: 38px 0 42px;
  }

  .sz-hero-grid {
    gap: 38px;
  }

  .sz-hero h1 {
    font-size: 2.05rem;
    line-height: 1.55;
    min-height: 3.1em;
  }

  .sz-hero-lead {
    font-size: 0.95rem;
  }

  .sz-hero-actions,
  .sz-hero-actions .sz-button {
    width: 100%;
  }

  .sz-hero-phone {
    min-width: 0;
  }

  .sz-messenger-row,
  .sz-messenger-button {
    width: 100%;
  }

  .sz-messenger-button {
    justify-content: center;
  }

  .sz-trust-list {
    display: grid;
    gap: 10px;
  }

  .sz-hero-image-wrap {
    aspect-ratio: 1 / 1;
    border-radius: 28px 10px 28px 10px;
  }

  .sz-hero-badge {
    width: calc(100% - 32px);
  }

  .sz-section {
    padding: 68px 0;
  }

  .sz-section-heading {
    margin-bottom: 34px;
  }

  .sz-feature-grid,
  .sz-check-list,
  .sz-form-grid,
  .sz-footer-grid {
    grid-template-columns: 1fr;
  }

  .sz-feature-card:last-child,
  .sz-footer-brand {
    grid-column: auto;
  }

  .sz-process-image {
    aspect-ratio: 1 / 1.1;
  }

  .sz-process-note {
    position: static;
    max-width: none;
    margin-top: 12px;
  }

  .sz-process-step {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 13px;
    padding-inline: 10px;
  }

  .sz-step-number {
    width: 46px;
    height: 46px;
  }

  .sz-info-card,
  .sz-request-form-wrap {
    padding: 25px 20px;
  }

  .sz-request-trust {
    grid-template-columns: 1fr;
  }

  .sz-request-trust li {
    min-height: 58px;
  }

  .sz-contact-team {
    grid-template-columns: 1fr;
  }

  .sz-final-cta {
    padding-bottom: 68px;
  }

  .sz-final-cta-box {
    padding: 30px 24px;
  }

  .sz-final-cta .sz-button {
    width: 100%;
  }

  .sz-footer-bottom {
    flex-direction: column;
  }

  .sz-header-actions {
    grid-template-columns: 1fr;
  }

  .sz-floating-contact {
    left: 12px;
    bottom: 12px;
    display: flex;
    gap: 7px;
  }

  .sz-float-item {
    width: 46px;
    height: 46px;
    border-radius: 14px;
  }

  .sz-float-label {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
