/*
Theme Name: Legi Permet Drone 360
Theme URI: https://legipermetdrone360.hu/
Author: Legi Permet Drone Kft.
Description: Egyoldalas WordPress tema dronos mezogazdasagi munkakhoz, felmeresekhez es ipari tisztitasokhoz.
Version: 1.1.36
Requires at least: 6.0
Tested up to: 6.6
Text Domain: legipermetdrone360
*/

:root {
  color-scheme: light;
  --ink: #13201a;
  --muted: #5d6d63;
  --line: #e0e8e1;
  --page: #f8faf6;
  --panel: #ffffff;
  --green: #196a3d;
  --green-dark: #0d3d26;
  --lime: #a8cf45;
  --amber: #d28a20;
  --soft: #f1f6ee;
  --shadow: 0 12px 32px rgba(19, 32, 26, 0.08);
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  min-height: 100vh;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--page);
  color: var(--ink);
}

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

button,
input,
select,
textarea {
  font: inherit;
}

button,
select {
  cursor: pointer;
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
  min-height: 74px;
  padding: 0 clamp(16px, 4vw, 52px);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(217, 227, 220, 0.9);
  backdrop-filter: blur(18px);
  transition:
    transform 260ms ease,
    opacity 220ms ease,
    box-shadow 220ms ease;
  will-change: transform;
}

.site-header.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(calc(-100% - 18px));
}

.brand,
.brand span,
.site-footer div,
.contact-box {
  display: grid;
}

.brand {
  grid-template-columns: 52px auto;
  gap: 10px;
  align-items: center;
}

.brand-logo {
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(217, 227, 220, 0.9);
  object-fit: cover;
  box-shadow: none;
}

.brand strong,
.brand small {
  line-height: 1.05;
}

.brand small {
  color: var(--muted);
}

nav {
  display: flex;
  justify-content: center;
  gap: clamp(8px, 1.1vw, 16px);
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 750;
}

nav a:hover {
  color: var(--green-dark);
}

.header-cta,
.primary-btn,
.secondary-btn,
.quote-form button,
.cookie-bar button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 0;
  border-radius: 8px;
  padding: 0 18px;
  font-weight: 850;
}

.header-cta,
.primary-btn,
.quote-form button,
.cookie-bar button {
  background: var(--green);
  color: #fff;
}

.hero {
  position: relative;
  min-height: min(790px, calc(100vh - 138px));
  overflow: hidden;
  display: grid;
  align-items: end;
  isolation: isolate;
}

.hero img,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero img {
  object-fit: cover;
  z-index: -2;
}

.hero-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(8, 23, 14, 0.92) 0%, rgba(8, 23, 14, 0.72) 38%, rgba(8, 23, 14, 0.08) 73%),
    linear-gradient(0deg, rgba(8, 23, 14, 0.62) 0%, rgba(8, 23, 14, 0) 44%);
}

.hero-call-widget {
  position: absolute;
  top: clamp(18px, 7vh, 72px);
  right: clamp(16px, 5vw, 72px);
  z-index: 3;
  width: min(300px, calc(100% - 32px));
  color: var(--ink);
}

.hero-call-widget summary {
  display: grid;
  gap: 3px;
  min-height: 58px;
  border: 1px solid rgba(79, 143, 32, 0.35);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 14px 34px rgba(8, 23, 14, 0.22);
  padding: 10px 16px;
  cursor: pointer;
  list-style: none;
}

.hero-call-widget summary::-webkit-details-marker {
  display: none;
}

.hero-call-widget summary span,
.hero-call-panel span {
  color: var(--green-dark);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-call-widget summary strong {
  color: var(--ink);
  font-size: 1.04rem;
  line-height: 1.1;
}

.hero-call-panel {
  display: grid;
  gap: 8px;
  margin-top: 8px;
  border: 1px solid rgba(79, 143, 32, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  padding: 14px 16px;
  box-shadow: 0 14px 34px rgba(8, 23, 14, 0.16);
}

.hero-call-panel a {
  color: var(--green-dark);
  font-size: 1.28rem;
  font-weight: 950;
}

.hero-call-panel small {
  color: var(--muted);
  line-height: 1.35;
}

.hero-content {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 56px 0 26px;
  color: #fff;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--lime);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

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

h1 {
  max-width: 1000px;
  margin-bottom: 18px;
  font-size: clamp(2.5rem, 5.6vw, 5.05rem);
  line-height: 0.92;
}

h2 {
  max-width: 820px;
  margin-bottom: 0;
  font-size: clamp(1.8rem, 3.6vw, 3.4rem);
  line-height: 1.02;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.16rem;
}

.lead {
  max-width: 660px;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.17rem;
  line-height: 1.58;
}

.lead.small {
  color: var(--muted);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 22px;
}

.secondary-btn {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(150px, 1fr));
  gap: 10px;
  max-width: 780px;
  margin: 0;
}

.hero-stats div {
  min-height: 78px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
}

.hero-stats dt {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.8rem;
  font-weight: 850;
}

.hero-stats dd {
  margin: 7px 0 0;
  font-size: 1.1rem;
  font-weight: 900;
}

.trust-strip,
.section,
.legal-band,
.site-footer {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  padding: 14px 0 0;
}

.trust-strip span,
.trust-strip a {
  min-height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--green-dark);
  padding: 0 12px;
  font-size: 0.9rem;
  font-weight: 850;
  text-align: center;
  box-shadow: none;
}

.trust-strip a:hover {
  border-color: var(--green);
  color: var(--green);
}

.section {
  padding: clamp(42px, 5.5vw, 68px) 0 0;
  scroll-margin-top: 108px;
}

.section-title {
  display: grid;
  gap: 8px;
  margin-bottom: 22px;
}

.section-title.compact {
  margin-bottom: 20px;
}

.service-grid,
.price-layout,
.calculator-section,
.quote-section,
.process-list {
  display: grid;
  gap: 16px;
}

.technology-showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: 18px;
  align-items: stretch;
}

.technology-showcase figure,
.technology-showcase > div {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.technology-showcase figure {
  margin: 0;
  display: grid;
  align-content: stretch;
}

.technology-showcase img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  display: block;
}

.technology-showcase figcaption {
  padding: 10px 14px;
  background: #fff;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.technology-showcase > div {
  padding: 24px;
  display: grid;
  align-content: center;
}

.technology-showcase h3 {
  margin: 10px 0 12px;
  font-size: clamp(1.45rem, 2.6vw, 2.2rem);
  line-height: 1.05;
}

.technology-showcase p {
  color: var(--muted);
  line-height: 1.6;
}

.technology-list {
  display: grid;
  gap: 10px;
  margin: 18px 0;
  padding: 0;
  list-style: none;
}

.technology-list li {
  position: relative;
  padding-left: 24px;
  color: var(--ink);
  font-weight: 800;
  line-height: 1.4;
}

.technology-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
}

.service-tabs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 8px;
  margin-bottom: 16px;
}

.service-tabs button {
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--muted);
  padding: 0 12px;
  font-weight: 850;
}

.service-tabs button.active {
  border-color: var(--green-dark);
  background: #173f2a;
  color: #fff;
}

.solution-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 0;
  align-items: stretch;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.solution-panel > div,
.solution-panel > aside {
  padding: 24px;
}

.solution-panel > aside {
  display: grid;
  align-content: center;
  background: #173f2a;
  color: #fff;
}

.solution-panel span,
.solution-panel > aside span {
  color: var(--lime);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.solution-panel h3 {
  max-width: 760px;
  margin: 10px 0 12px;
  font-size: clamp(1.55rem, 3vw, 2.55rem);
  line-height: 1.04;
}

.solution-panel p {
  max-width: 820px;
  color: var(--muted);
  line-height: 1.6;
}

.solution-panel > aside p {
  color: rgba(255, 255, 255, 0.72);
}

.solution-panel strong {
  display: block;
  margin: 10px 0;
  font-size: clamp(1.4rem, 2.8vw, 2.15rem);
  line-height: 1;
}

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

.solution-bullets li {
  position: relative;
  padding-left: 22px;
  color: var(--ink);
  font-weight: 750;
}

.solution-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
}

.service-grid {
  gap: 14px;
  grid-template-columns: repeat(3, 1fr);
}

.grid-group-title {
  grid-column: 1 / -1;
  display: grid;
  gap: 5px;
  margin-top: 12px;
  border-top: 1px solid rgba(25, 106, 61, 0.16);
  padding: 16px 0 4px;
}

.grid-group-title:first-child {
  margin-top: 0;
  border-top: 0;
  padding-top: 0;
}

.grid-group-title span {
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.grid-group-title strong {
  max-width: 780px;
  color: var(--ink);
  font-size: clamp(1rem, 1.8vw, 1.28rem);
  line-height: 1.22;
}

.service-grid article,
.price-card,
.calculator-card,
.result-card,
.quote-form,
.legal-band,
.solution-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 8px 22px rgba(19, 32, 26, 0.055);
}

.service-grid article {
  display: flex;
  flex-direction: column;
  min-height: 190px;
  padding: 20px;
}

.service-grid article h3 {
  color: var(--green-dark);
}

.service-grid article .text-link {
  margin-top: auto;
}

.card-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-top: auto;
}

.card-links .text-link {
  margin-top: 0;
}

.icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: var(--soft);
  color: var(--green-dark);
  font-weight: 900;
}

.service-grid p,
.price-card p,
.process-list span,
.legal-band p {
  color: var(--muted);
  line-height: 1.58;
}

.price-layout {
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
}

.price-card {
  padding: 20px;
}

.price-card span,
.result-card span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.price-card strong,
.result-card strong {
  display: block;
  margin: 12px 0 12px;
  font-size: clamp(1.75rem, 4vw, 3.05rem);
  line-height: 1;
  overflow-wrap: anywhere;
}

.price-layout .price-card strong {
  font-size: clamp(1.18rem, 1.65vw, 1.55rem);
}

.price-card.featured {
  border-color: rgba(25, 106, 61, 0.34);
  border-left: 5px solid var(--green);
  background: #fff;
  color: var(--ink);
}

.price-card.featured span,
.price-card.featured p {
  color: var(--muted);
}

.note {
  margin: 16px 0 0;
  border: 1px solid var(--line);
  border-left: 5px solid rgba(25, 106, 61, 0.28);
  border-radius: 8px;
  background: #fff;
  padding: 14px 16px;
  color: var(--muted);
  line-height: 1.55;
}

.calculator-section {
  grid-template-columns: minmax(0, 1fr) 340px;
  align-items: stretch;
}

.calculator-card,
.result-card,
.quote-form {
  padding: 22px;
}

.calculator-form {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.fleet-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

.fleet-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 188px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 20px;
  box-shadow: 0 8px 22px rgba(19, 32, 26, 0.055);
}

.fleet-card.featured {
  grid-row: span 2;
  background: #173f2a;
  color: #fff;
}

.fleet-card span {
  width: fit-content;
  border-radius: 999px;
  background: var(--soft);
  color: var(--green-dark);
  padding: 7px 10px;
  font-size: 0.78rem;
  font-weight: 950;
}

.fleet-card.featured span {
  background: rgba(168, 207, 69, 0.16);
  color: var(--lime);
}

.fleet-card h3 {
  margin: 0;
  color: var(--green-dark);
  font-size: clamp(1.1rem, 2vw, 1.45rem);
}

.fleet-card.featured h3 {
  color: #fff;
  font-size: clamp(1.45rem, 3vw, 2.15rem);
  line-height: 1.05;
}

.fleet-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
}

.fleet-card.featured p {
  color: rgba(255, 255, 255, 0.78);
}

.fleet-card ul {
  display: grid;
  gap: 8px;
  margin: auto 0 0;
  padding: 0;
  list-style: none;
}

.fleet-card li {
  position: relative;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 800;
  line-height: 1.35;
}

.fleet-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--lime);
}

label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 850;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  padding: 0 13px;
  outline: none;
}

textarea {
  padding-top: 12px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(25, 106, 61, 0.15);
}

.privacy-check {
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.privacy-check input {
  width: 18px;
  min-height: 18px;
  margin: 2px 0 0;
  accent-color: var(--green);
}

.privacy-check a {
  color: var(--green-dark);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.result-card {
  display: grid;
  align-content: center;
  background: #173f2a;
  color: #fff;
}

.result-card span,
.result-card p {
  color: rgba(255, 255, 255, 0.72);
}

.process-list {
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
}

.process-list li {
  position: relative;
  min-height: 150px;
  padding: 20px;
  border-top: 3px solid var(--green);
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(19, 32, 26, 0.055);
  counter-increment: step;
}

.process-list li::before {
  content: "0" counter(step);
  display: block;
  margin-bottom: 22px;
  color: var(--amber);
  font-size: 1.5rem;
  font-weight: 900;
}

.process-list strong,
.process-list span {
  display: block;
}

.process-list strong {
  margin-bottom: 10px;
}

.quote-section {
  grid-template-columns: 0.9fr 1.1fr;
  align-items: start;
}

.contact-box {
  gap: 10px;
  margin-top: 22px;
}

.contact-box a {
  width: fit-content;
  color: var(--green-dark);
  font-weight: 900;
}

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

.contact-card {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 260px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.contact-card.featured {
  background: #17261d;
  color: #fff;
}

.contact-card span {
  color: var(--green);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-card.featured span {
  color: var(--lime);
}

.contact-card h2 {
  margin: 0;
  overflow-wrap: anywhere;
  font-size: clamp(1.55rem, 3vw, 2.3rem);
  line-height: 1.08;
}

.contact-card p {
  color: var(--muted);
  line-height: 1.6;
}

.contact-card.featured p {
  color: rgba(255, 255, 255, 0.74);
}

.contact-page .hero-stats dd {
  overflow-wrap: anywhere;
}

.reference-grid article {
  min-height: 0;
}

.reference-grid .eyebrow {
  margin: 0 0 10px;
}

.reference-grid .solution-bullets {
  margin-top: 14px;
}

.text-link {
  display: inline-flex;
  width: fit-content;
  margin-top: 14px;
  color: var(--green-dark);
  font-weight: 900;
}

.text-link:hover {
  color: var(--green);
}

.seo-hero {
  min-height: min(700px, calc(100vh - 138px));
}

.seo-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 18px;
  align-items: start;
}

.seo-content {
  display: grid;
  gap: 16px;
}

.seo-content article,
.seo-side,
.faq-list details,
.service-links a {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.seo-content article {
  padding: 24px;
}

.seo-content h2 {
  max-width: 760px;
  margin-bottom: 12px;
  font-size: clamp(1.7rem, 3.2vw, 2.55rem);
  line-height: 1.05;
}

.seo-content p,
.faq-list p {
  color: var(--muted);
  line-height: 1.6;
}

.seo-side {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 14px;
  padding: 24px;
}

.seo-side .primary-btn {
  background: #fff;
  color: var(--green-dark);
}

.faq-list,
.service-links {
  display: grid;
  gap: 12px;
}

.faq-page-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 18px;
  align-items: start;
}

.faq-page-list {
  display: grid;
  gap: 18px;
}

.faq-category {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 24px;
  box-shadow: var(--shadow);
}

.faq-category h2 {
  max-width: 820px;
  margin-bottom: 12px;
  font-size: clamp(1.7rem, 3.2vw, 2.55rem);
  line-height: 1.05;
}

.faq-category > p:not(.eyebrow) {
  max-width: 880px;
  color: var(--muted);
  line-height: 1.6;
}

.faq-list details {
  padding: 18px;
}

.faq-list summary {
  cursor: pointer;
  color: var(--ink);
  font-weight: 900;
}

.faq-list p {
  margin: 12px 0 0;
}

.service-links {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.service-links a {
  padding: 18px;
  color: var(--green-dark);
  font-weight: 900;
}

.service-links a:hover {
  border-color: var(--green);
  color: var(--green);
}

.legal-document {
  display: grid;
  gap: 16px;
}

.legal-document article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 24px;
  box-shadow: var(--shadow);
}

.legal-document h2 {
  max-width: 860px;
  margin-bottom: 12px;
  font-size: clamp(1.45rem, 3vw, 2.2rem);
  line-height: 1.08;
}

.legal-document p {
  max-width: 940px;
  color: var(--muted);
  line-height: 1.65;
}

.quote-form {
  display: grid;
  gap: 14px;
}

.legal-band {
  margin-top: 32px;
  padding: 22px;
  background: #fff8eb;
  border-color: #ead5ad;
  box-shadow: none;
}

.legal-band strong {
  display: block;
  margin-bottom: 8px;
}

.legal-band p {
  margin-bottom: 0;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 42px 0;
  color: var(--muted);
}

.site-footer div {
  gap: 6px;
}

.site-footer strong,
.site-footer a {
  color: var(--ink);
}

.cookie-bar {
  position: fixed;
  z-index: 30;
  left: 50%;
  bottom: 18px;
  display: flex;
  gap: 14px;
  align-items: center;
  width: min(720px, calc(100% - 28px));
  transform: translateX(-50%);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 14px;
  box-shadow: var(--shadow);
}

.cookie-bar[hidden] {
  display: none;
}

.cookie-bar span {
  flex: 1;
  color: var(--muted);
}

.thanks-page {
  min-height: 100vh;
  background:
    linear-gradient(120deg, rgba(13, 61, 38, 0.9), rgba(25, 106, 61, 0.72)),
    url("assets/drone-spraying-hero.png") center / cover;
}

.thanks-shell {
  width: min(860px, calc(100% - 32px));
  margin: 0 auto;
  padding: 38px 0;
}

.thanks-page .brand {
  width: fit-content;
  color: #fff;
}

.thanks-page .brand small {
  color: rgba(255, 255, 255, 0.72);
}

.thanks-card {
  margin-top: clamp(72px, 15vh, 150px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  padding: clamp(26px, 6vw, 52px);
  box-shadow: var(--shadow);
}

.thanks-card h1 {
  color: var(--ink);
}

.thanks-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.secondary-light-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--green-dark);
  padding: 0 18px;
  font-weight: 850;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto auto;
    gap: 10px 14px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  nav {
    grid-column: 1 / -1;
    display: flex;
    justify-content: flex-start;
    gap: 8px;
    overflow-x: auto;
    padding: 2px 0 4px;
    font-size: 0.82rem;
    scrollbar-width: none;
  }

  nav::-webkit-scrollbar {
    display: none;
  }

  nav a {
    flex: 0 0 auto;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    color: var(--green-dark);
    padding: 8px 10px;
  }

  .hero {
    min-height: min(760px, calc(100vh - 120px));
  }

  .hero-content {
    padding-top: 118px;
  }

  .trust-strip,
  .service-tabs,
  .technology-showcase,
  .solution-panel,
  .fleet-layout,
  .seo-split,
  .faq-page-grid,
  .contact-page-grid,
  .service-grid,
  .price-layout,
  .calculator-section,
  .process-list,
  .quote-section {
    grid-template-columns: 1fr 1fr;
  }

  .calculator-section,
  .quote-section {
    align-items: stretch;
  }

  .calculator-form {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .site-header {
    grid-template-columns: 1fr;
    min-height: 66px;
    padding-inline: 12px;
  }

  .brand {
    grid-template-columns: 46px auto;
  }

  .brand-logo {
    width: 46px;
    height: 46px;
  }

  .faq-page .seo-hero {
    min-height: auto;
  }

  .faq-page .hero-content {
    padding: 34px 0 22px;
  }

  .faq-page h1 {
    font-size: clamp(1.82rem, 8.2vw, 2.45rem);
    line-height: 1.04;
  }

  .faq-page .lead {
    margin-bottom: 16px;
    font-size: 0.98rem;
    line-height: 1.45;
  }

  .faq-page .hero-actions {
    margin-bottom: 14px;
  }

  .faq-page .trust-strip {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding-top: 12px;
  }

  .faq-page .trust-strip a {
    min-height: 50px;
    padding: 8px;
    font-size: 0.82rem;
    line-height: 1.2;
  }

  .faq-page .section {
    padding-top: 38px;
  }

  .faq-page .faq-page-grid,
  .faq-page .faq-page-list,
  .faq-page .faq-category,
  .faq-page .seo-side {
    width: 100%;
    max-width: 100%;
  }

  .faq-page .faq-page-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .faq-page .faq-category {
    padding: 16px;
  }

  .faq-page .faq-category h2 {
    font-size: clamp(1.45rem, 7vw, 2rem);
  }

  .faq-page .faq-list details {
    padding: 14px;
  }

  .faq-page .faq-list summary {
    line-height: 1.35;
  }

  .faq-page .seo-side {
    position: static;
  }

  .legal-page .seo-hero {
    min-height: auto;
  }

  .legal-page .hero-content {
    padding: 34px 0 22px;
  }

  .legal-page h1 {
    font-size: clamp(1.82rem, 8.2vw, 2.45rem);
    line-height: 1.04;
  }

  .legal-page .lead {
    margin-bottom: 16px;
    font-size: 0.98rem;
    line-height: 1.45;
  }

  .legal-page .hero-actions {
    margin-bottom: 14px;
  }

  .legal-page .section {
    padding-top: 38px;
  }

  .legal-document article {
    padding: 16px;
  }

  .legal-document h2 {
    font-size: clamp(1.35rem, 6.3vw, 1.9rem);
  }

  .header-cta {
    display: none;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(8, 23, 14, 0.9), rgba(8, 23, 14, 0.48)),
      linear-gradient(0deg, rgba(8, 23, 14, 0.7), rgba(8, 23, 14, 0));
  }

  .hero-content {
    width: min(100% - 24px, 1180px);
    padding: 220px 0 18px;
  }

  .hero-call-widget {
    top: 14px;
    right: 12px;
    width: calc(100% - 24px);
  }

  .hero-call-widget summary {
    min-height: 50px;
    padding: 9px 13px;
  }

  .hero-call-panel a {
    font-size: 1.16rem;
  }

  h1 {
    font-size: clamp(2rem, 10.5vw, 3rem);
  }

  .lead {
    font-size: 1rem;
  }

  .hero-actions,
  .site-footer,
  .cookie-bar {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-stats,
  .service-tabs,
  .technology-showcase,
  .solution-panel,
  .seo-split,
  .contact-page-grid,
  .trust-strip,
  .fleet-layout,
  .service-grid,
  .price-layout,
  .calculator-section,
  .process-list,
  .quote-section {
    grid-template-columns: 1fr;
  }

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

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

  .hero-stats div {
    min-height: 74px;
    padding: 10px;
  }

  .hero-stats dt {
    font-size: 0.72rem;
  }

  .hero-stats dd {
    font-size: 0.86rem;
  }

  .trust-strip,
  .section,
  .legal-band,
  .site-footer {
    width: min(100% - 24px, 1180px);
  }

  .service-grid article,
  .faq-category,
  .contact-card,
  .price-card,
  .calculator-card,
  .result-card,
  .quote-form,
  .technology-showcase > div,
  .solution-panel > div,
  .solution-panel > aside {
    padding: 18px;
  }

  .service-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-tabs button {
    min-height: 50px;
    padding: 8px 10px;
    font-size: 0.84rem;
    line-height: 1.15;
  }

  .technology-showcase img {
    min-height: 220px;
  }

  .fleet-card,
  .fleet-card.featured {
    grid-row: auto;
  }

  .fleet-card {
    min-height: 0;
    padding: 18px;
  }

  .site-footer {
    padding-bottom: 110px;
  }
}

/* Visual refresh 1.1.22 */
:root {
  --ink: #102018;
  --muted: #55665c;
  --line: #dbe7dc;
  --page: #f7faf3;
  --panel: #ffffff;
  --green: #1b7043;
  --green-dark: #0c3422;
  --lime: #a9cf3f;
  --amber: #c98521;
  --soft: #eef6e9;
  --shadow: 0 18px 48px rgba(16, 32, 24, 0.09);
}

body {
  background:
    linear-gradient(180deg, #fbfcf7 0%, #f3f8ee 52%, #ffffff 100%);
}

.site-header {
  width: min(1220px, calc(100% - 28px));
  margin: 14px auto 0;
  padding: 8px 16px;
  min-height: 68px;
  border: 1px solid rgba(219, 231, 220, 0.92);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 14px 36px rgba(16, 32, 24, 0.08);
}

.brand-logo {
  border-radius: 10px;
}

nav {
  justify-content: flex-end;
  gap: 4px;
}

nav a {
  border-radius: 8px;
  padding: 10px 12px;
  color: #2e4337;
}

nav a:hover {
  background: var(--soft);
}

.header-cta,
.primary-btn,
.secondary-btn,
.quote-form button,
.cookie-bar button {
  border-radius: 8px;
}

.primary-btn,
.quote-form button,
.cookie-bar button {
  box-shadow: 0 12px 22px rgba(27, 112, 67, 0.18);
}

.hero {
  margin-top: -82px;
  min-height: min(840px, 100vh);
  padding-top: 82px;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(7, 23, 14, 0.92) 0%, rgba(7, 23, 14, 0.68) 42%, rgba(7, 23, 14, 0.12) 74%),
    linear-gradient(0deg, rgba(7, 23, 14, 0.58) 0%, rgba(7, 23, 14, 0) 48%);
}

.hero-content {
  padding-bottom: 48px;
}

h1 {
  max-width: 880px;
  line-height: 0.95;
}

.hero .lead {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.88);
}

.hero-call-widget summary,
.hero-call-panel {
  border-radius: 10px;
}

.hero-stats {
  max-width: 760px;
}

.hero-stats div {
  min-height: 86px;
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.15);
}

.trust-strip {
  position: relative;
  z-index: 4;
  margin-top: -30px;
  padding-top: 0;
}

.trust-strip span,
.trust-strip a {
  min-height: 64px;
  border-radius: 10px;
  box-shadow: var(--shadow);
}

.section {
  padding-top: clamp(56px, 7vw, 86px);
}

.section-title {
  grid-template-columns: minmax(150px, 0.32fr) minmax(0, 0.68fr);
  align-items: end;
  border-top: 1px solid rgba(27, 112, 67, 0.18);
  padding-top: 20px;
}

.section-title .eyebrow {
  margin: 0;
}

.section-title h2 {
  grid-column: 2;
}

.service-tabs {
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  box-shadow: var(--shadow);
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

.service-tabs button {
  border: 0;
  background: transparent;
}

.service-tabs button.active {
  background: var(--green-dark);
  box-shadow: 0 10px 20px rgba(12, 52, 34, 0.18);
}

.solution-panel,
.service-grid article,
.price-card,
.calculator-card,
.result-card,
.quote-form,
.technology-showcase figure,
.technology-showcase > div,
.fleet-card,
.process-list li,
.legal-document article,
.faq-category,
.faq-list details,
.contact-card,
.seo-content article,
.seo-side,
.service-links a {
  border-radius: 10px;
}

.solution-panel {
  box-shadow: 0 24px 56px rgba(16, 32, 24, 0.1);
}

.service-grid {
  grid-template-columns: repeat(12, 1fr);
  gap: 14px;
}

.service-grid article {
  grid-column: span 4;
  min-height: 210px;
  border-top: 4px solid rgba(27, 112, 67, 0.16);
}

.service-grid article:first-of-type {
  grid-column: span 6;
  border-top-color: var(--green);
  background: #fbfdf8;
}

.service-grid article:nth-of-type(2) {
  grid-column: span 6;
}

.icon {
  border-radius: 8px;
  background: linear-gradient(135deg, var(--soft), #fff);
}

.price-layout {
  grid-template-columns: repeat(12, 1fr);
  gap: 14px;
}

.price-layout .grid-group-title {
  grid-column: 1 / -1;
}

.price-card {
  grid-column: span 4;
  border-top: 4px solid rgba(27, 112, 67, 0.14);
}

#arak .price-card:nth-of-type(1),
#arak .price-card:nth-of-type(2) {
  grid-column: span 6;
}

.price-card.featured {
  border-left: 1px solid var(--line);
  border-top-color: var(--green);
  background: linear-gradient(180deg, #ffffff 0%, #fbfdf8 100%);
}

.note {
  max-width: 980px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(16, 32, 24, 0.06);
}

.calculator-section {
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 18px;
}

.calculator-card,
.result-card,
.quote-form {
  padding: 28px;
}

.result-card,
.solution-panel > aside,
.fleet-card.featured {
  background: linear-gradient(145deg, #0c3422 0%, #174d32 100%);
}

.fleet-layout {
  gap: 14px;
}

.technology-showcase {
  gap: 20px;
}

.process-list {
  gap: 14px;
}

.process-list li {
  border-top: 0;
  border-left: 4px solid var(--green);
}

.quote-section {
  gap: 20px;
}

.quote-section > div {
  min-height: 100%;
  border-radius: 10px;
  background: linear-gradient(145deg, #0c3422 0%, #184f34 100%);
  color: #fff;
  padding: 30px;
  box-shadow: var(--shadow);
}

.quote-section > div .eyebrow {
  color: var(--lime);
}

.quote-section > div .lead.small {
  color: rgba(255, 255, 255, 0.78);
}

.contact-box a {
  color: #fff;
}

.contact-box a:hover {
  color: var(--lime);
}

input,
select,
textarea {
  border-radius: 8px;
}

.legal-band {
  border-radius: 10px;
}

@media (max-width: 980px) {
  .site-header {
    margin-top: 10px;
  }

  .hero {
    margin-top: -118px;
    padding-top: 118px;
  }

  .section-title {
    grid-template-columns: 1fr;
  }

  .section-title h2 {
    grid-column: auto;
  }

  .service-grid,
  .price-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-grid article,
  .service-grid article:first-of-type,
  .service-grid article:nth-of-type(2),
  .price-card,
  #arak .price-card:nth-of-type(1),
  #arak .price-card:nth-of-type(2) {
    grid-column: auto;
  }
}

@media (max-width: 680px) {
  html {
    scroll-padding-top: 178px;
  }

  .site-header {
    width: 100%;
    margin: 0;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    box-shadow: 0 8px 22px rgba(16, 32, 24, 0.08);
  }

  nav a {
    display: grid;
    place-items: center;
    padding: 8px 10px;
  }

  nav {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    overflow: visible;
    white-space: normal;
  }

  nav a {
    min-height: 38px;
    font-size: 0.78rem;
    line-height: 1.08;
    text-align: center;
  }

  .hero {
    margin-top: 0;
    padding-top: 0;
    min-height: min(760px, calc(100vh - 86px));
  }

  .hero-call-widget {
    top: 76px;
  }

  .hero-content {
    padding-top: 206px;
    padding-bottom: 24px;
  }

  .trust-strip {
    margin-top: 0;
    padding-top: 12px;
  }

  .trust-strip span,
  .trust-strip a {
    min-height: 54px;
    box-shadow: none;
  }

  .section {
    padding-top: 48px;
  }

  .section-title {
    padding-top: 16px;
  }

  .service-tabs {
    padding: 6px;
    box-shadow: none;
  }

  .service-grid,
  .price-layout {
    grid-template-columns: 1fr;
  }

  .calculator-section,
  .quote-section {
    gap: 12px;
  }

  .calculator-card,
  .result-card,
  .quote-form,
  .quote-section > div {
    padding: 18px;
  }
}

@media (max-width: 430px) {
  html {
    scroll-padding-top: 238px;
  }

  nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-call-widget {
    top: 126px;
  }
}

/* Mobile header repair 1.1.25 */
@media (max-width: 680px) {
  html {
    scroll-padding-top: 112px;
  }

  .site-header {
    gap: 8px;
    min-height: 0;
    padding: 8px 12px 10px;
  }

  .brand {
    grid-template-columns: 42px auto;
  }

  .brand-logo {
    width: 42px;
    height: 42px;
  }

  nav {
    display: flex;
    grid-template-columns: none;
    justify-content: flex-start;
    gap: 6px;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 2px 4px;
    white-space: nowrap;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  nav::-webkit-scrollbar {
    display: none;
  }

  nav a {
    flex: 0 0 auto;
    min-height: 34px;
    padding: 7px 10px;
    font-size: 0.78rem;
    line-height: 1.05;
  }

  .hero {
    min-height: min(720px, calc(100vh - 88px));
  }

  .hero-call-widget {
    top: 12px;
  }

  .hero-content {
    padding-top: 154px;
  }
}

@media (max-width: 430px) {
  html {
    scroll-padding-top: 112px;
  }

  nav {
    display: flex;
    grid-template-columns: none;
    justify-content: flex-start;
  }

  .hero-call-widget {
    top: 12px;
  }

  .hero-content {
    padding-top: 154px;
  }
}

/* Mobile no-horizontal-drift repair 1.1.26 */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

img,
video,
canvas,
svg {
  max-width: 100%;
}

@media (max-width: 680px) {
  .site-header,
  main,
  footer,
  .hero,
  .section,
  .trust-strip,
  .legal-band,
  .site-footer {
    max-width: 100%;
    overflow-x: clip;
  }

  .site-header {
    width: 100%;
    padding: 8px 10px 10px;
  }

  nav {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 4px;
    overflow: visible;
    width: 100%;
    padding: 0;
    white-space: normal;
  }

  nav a {
    min-width: 0;
    min-height: 32px;
    padding: 6px 4px;
    font-size: 0.68rem;
    line-height: 1.05;
    overflow-wrap: anywhere;
    text-align: center;
  }

  .hero-content,
  .quote-section,
  .calculator-section,
  .service-grid,
  .price-layout,
  .fleet-layout,
  .technology-showcase,
  .process-list {
    min-width: 0;
  }
}

@media (max-width: 430px) {
  nav {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  nav a {
    font-size: 0.64rem;
  }
}

/* Calculator responsive repair 1.1.27 */
@media (max-width: 980px) {
  .calculator-section {
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 14px;
  }

  .calculator-card,
  .result-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .calculator-card .section-title,
  .calculator-card .section-title.compact {
    grid-template-columns: 1fr;
    gap: 6px;
    margin-bottom: 16px;
    border-top: 0;
    padding-top: 0;
  }

  .calculator-card .section-title h2 {
    grid-column: 1;
    max-width: 100%;
    font-size: clamp(1.55rem, 4.8vw, 2.3rem);
    line-height: 1.08;
  }

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

  .calculator-form label {
    min-width: 0;
  }

  .result-card {
    min-height: 0;
    align-content: start;
  }

  .result-card strong {
    font-size: clamp(1.85rem, 6vw, 3rem);
    line-height: 1.05;
  }

  .result-card p {
    overflow-wrap: anywhere;
  }
}

@media (max-width: 680px) {
  .calculator-section {
    padding-top: 42px;
  }

  .calculator-card,
  .result-card {
    padding: 18px;
  }

  .calculator-form {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .calculator-form label {
    gap: 7px;
  }

  .calculator-card .section-title h2 {
    font-size: clamp(1.45rem, 7vw, 2rem);
  }

  .result-card strong {
    font-size: clamp(1.75rem, 8vw, 2.35rem);
  }
}
