.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  overflow: visible;
  border-bottom: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.48);
  box-shadow: 0 1px 0 rgba(17, 18, 23, 0.04);
  backdrop-filter: saturate(180%) blur(28px);
  -webkit-backdrop-filter: saturate(180%) blur(28px);
  transition: box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.site-header.is-scrolled {
  border-color: rgba(17, 18, 23, 0.08);
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 14px 38px rgba(17, 18, 23, 0.065);
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 760;
  font-size: 1.22rem;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 14px;
  color: var(--gold-2);
  background: var(--ink);
  box-shadow: var(--shadow-card);
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 650;
}

.desktop-nav a {
  transition: color 160ms ease;
}

.desktop-nav a:hover,
.desktop-nav a.is-active {
  color: var(--ink);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mobile-toggle {
  display: none;
}

.mobile-panel {
  display: none;
}

.hero {
  padding: 136px 0 92px;
}

.hero-soft {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.82) 48%, rgba(245, 245, 247, 0.7) 100%),
    url("../img/stock/polskie-pola-z-drona.jpg") center/cover,
    radial-gradient(circle at 18% 12%, rgba(184, 137, 47, 0.16), transparent 30rem),
    radial-gradient(circle at 84% 12%, rgba(111, 133, 175, 0.16), transparent 32rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 245, 247, 0.92));
}

.hero-soft::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.7;
  background-image: linear-gradient(rgba(17, 18, 23, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(17, 18, 23, 0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.34), transparent 72%);
}

.hero-center {
  position: relative;
  z-index: 1;
  text-align: center;
}

.hero-grid {
  width: min(1360px, calc(100% - 48px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(440px, 0.84fr);
  align-items: start;
  gap: 68px;
}

.hero-copy {
  display: grid;
  gap: 16px;
  max-width: 920px;
}

.hero-copy .hero-badge {
  justify-self: start;
  margin-bottom: 0;
}

.hero-copy .hero-lead,
.hero-copy .hero-actions,
.hero-copy .trust-row {
  margin-top: 0;
}

.hero-center .hero-copy {
  max-width: 980px;
  margin-inline: auto;
}

.hero h1,
.page-hero h1 {
  font-size: clamp(2.65rem, 5vw, 4.85rem);
  line-height: 1.06;
  font-weight: 680;
}

.hero-dark h1 {
  max-width: 960px;
  margin-inline: auto;
  color: #ffffff;
  font-size: clamp(2.7rem, 5.45vw, 5.45rem);
  line-height: 1.08;
  font-weight: 820;
}

.hero-highlight {
  display: inline-block;
  color: transparent;
  padding: 0 0.08em;
  border-radius: 0.18em;
  background: linear-gradient(90deg, #9f6b16, #d5a640 48%, #7a4f10);
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: 0 10px 28px rgba(184, 137, 47, 0.16);
}

.hero-lead {
  max-width: 760px;
  margin-top: 26px;
  color: var(--ink-soft);
  font-size: clamp(1.05rem, 1.7vw, 1.24rem);
  line-height: 1.68;
}

.hero-dark .hero-lead {
  max-width: 830px;
  margin-inline: auto;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(1.08rem, 1.9vw, 1.33rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 34px;
}

.hero-center .hero-actions,
.hero-center .trust-row {
  justify-content: center;
}

.trust-row {
  display: grid;
  gap: 12px;
  margin-top: 34px;
}

.trust-line {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-dark .pill {
  color: rgba(255, 255, 255, 0.76);
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
}

.hero-dark .button-ghost {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
}

.hero-dark .button-ghost:hover {
  background: rgba(255, 255, 255, 0.14);
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 38px;
  margin-bottom: 28px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 18px;
  color: var(--ink-soft);
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  font-weight: 700;
  box-shadow: 0 12px 34px rgba(17, 18, 23, 0.06);
  backdrop-filter: blur(18px);
}

.hero-badge i {
  width: 17px;
  height: 17px;
  color: var(--gold);
}

.audit-preview {
  padding: 22px;
}

.audit-preview-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 28px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--shadow-soft);
}

.audit-preview-card::before {
  content: "";
  position: absolute;
  right: 30px;
  top: 28px;
  width: 112px;
  height: 112px;
  border-radius: 999px;
  background: rgba(213, 181, 109, 0.2);
  filter: blur(34px);
}

.audit-preview-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.audit-preview-head p,
.audit-preview-head small {
  color: var(--gold);
  font-size: 0.88rem;
  font-weight: 720;
}

.audit-preview-head h2 {
  margin-top: 4px;
  font-size: 1.35rem;
  line-height: 1.2;
  font-weight: 680;
}

.audit-preview-head span {
  border-radius: 999px;
  padding: 6px 11px;
  color: #2f7d4f;
  background: #eef8f1;
  font-size: 0.78rem;
  font-weight: 740;
}

.audit-preview-card img {
  position: relative;
  z-index: 1;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--bg);
}

.audit-preview-stats {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.audit-preview-stats div {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.82);
}

.audit-preview-stats small,
.audit-recommendation small {
  display: block;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 740;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.audit-preview-stats strong {
  display: block;
  margin-top: 5px;
  color: var(--ink);
  font-size: 1.14rem;
}

.audit-recommendation {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 16px;
  border-radius: 20px;
  padding: 16px;
  color: #ffffff;
  background: var(--ink);
}

.audit-recommendation i {
  flex: 0 0 auto;
  color: var(--gold-2);
}

.audit-recommendation small {
  color: rgba(255, 255, 255, 0.58);
}

.audit-recommendation strong {
  display: block;
  margin-top: 4px;
  color: #ffffff;
  font-size: 0.96rem;
  line-height: 1.35;
}

.hero-visual {
  position: relative;
}

.hero-photo-stack {
  display: grid;
  gap: 16px;
  width: 100%;
  justify-items: stretch;
}

.hero-photo-stack > * {
  width: 100%;
}

.hero-photo-main {
  min-height: 440px;
}

.hero-photo-secondary {
  aspect-ratio: 16 / 7;
  min-height: 230px;
}

.visual-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(24px);
}

.visual-frame img {
  width: 100%;
  height: auto;
}

.floating-card {
  position: absolute;
  right: -18px;
  bottom: -18px;
  width: min(280px, 70%);
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 24px;
  padding: 20px;
  color: #ffffff;
  background: rgba(17, 18, 23, 0.92);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px);
}

.section {
  padding: 98px 0;
}

.section.compact {
  padding: 72px 0;
}

.section.white {
  background: #ffffff;
}

.section.soft {
  background:
    radial-gradient(circle at 14% 10%, rgba(184, 137, 47, 0.12), transparent 30rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.64), rgba(245, 245, 247, 0.92));
}

.proof-section {
  background:
    radial-gradient(circle at 12% 8%, rgba(184, 137, 47, 0.14), transparent 32rem),
    radial-gradient(circle at 88% 18%, rgba(47, 125, 79, 0.1), transparent 30rem),
    linear-gradient(180deg, #f7f7f4, #ffffff);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 54px;
  align-items: start;
}

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

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

.page-hero {
  padding: 142px 0 72px;
}

.page-hero .section-title {
  max-width: 980px;
}

.page-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(320px, 0.62fr);
  align-items: center;
  gap: 46px;
}

.page-hero .photo-frame {
  min-height: 360px;
}

.content-band {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
}

.cta-band {
  position: relative;
  overflow: hidden;
  padding: 86px 0;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(17, 18, 23, 0.92), rgba(37, 38, 45, 0.86)),
    url("../img/stock/polskie-pola-z-drona.jpg") center/cover,
    linear-gradient(135deg, #111217, #25262d);
}

.cta-band h2,
.cta-band p {
  color: #ffffff;
}

.cta-band p {
  opacity: 0.72;
}

.cta-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
}

.site-footer {
  color: rgba(255, 255, 255, 0.72);
  background: #111217;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 0.7fr 0.7fr 0.9fr;
  gap: 34px;
  padding: 64px 0 44px;
}

.site-footer h2,
.site-footer h3,
.site-footer strong {
  color: #ffffff;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.68);
  transition: color 160ms ease;
}

.site-footer a:hover {
  color: #ffffff;
}

.footer-links {
  display: grid;
  gap: 12px;
  margin-top: 18px;
  font-size: 0.94rem;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 0 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.88rem;
}
