:root {
  --bg: #040914;
  --bg-soft: #07101f;
  --panel: rgba(10, 18, 33, 0.82);
  --panel-strong: #0c1730;
  --text: #f4f7fb;
  --muted: rgba(244, 247, 251, 0.74);
  --line: rgba(255, 255, 255, 0.08);
  --line-strong: rgba(38, 98, 255, 0.28);
  --brand: #2562ff;
  --brand-strong: #1a4fe1;
  --success: #22b573;
  --shadow-lg: 0 28px 80px rgba(0, 0, 0, 0.34);
  --shadow-md: 0 18px 42px rgba(0, 0, 0, 0.24);
  --radius-lg: 26px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --container: 1320px;
  --page-top-space: 52px;
  --page-hero-height: clamp(390px, 31vw, 460px);
  --page-hero-title: clamp(3rem, 5vw, 4.5rem);
}

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

html {
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  color: var(--text);
  font-family: "Barlow", "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top right, rgba(37, 98, 255, 0.14), transparent 24%),
    linear-gradient(180deg, #050b16 0%, #07101f 52%, #081224 100%);
  line-height: 1.65;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: 0.1;
  pointer-events: none;
}

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

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

button,
input,
textarea {
  font: inherit;
}

.skip-link {
  position: absolute;
  left: 18px;
  top: -48px;
  z-index: 200;
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--brand);
  color: #fff;
}

.skip-link:focus {
  top: 12px;
}

.container {
  width: min(calc(100% - 32px), var(--container));
  margin: 0 auto;
}

.section {
  padding: 86px 0;
}

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

.section-muted {
  background: rgba(255, 255, 255, 0.02);
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Orbitron", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 42px;
  height: 2px;
  background: var(--brand);
  box-shadow: 0 0 16px rgba(37, 98, 255, 0.44);
}

.section-head {
  max-width: 760px;
  margin-bottom: 32px;
}

.section-head-centered {
  margin-inline: auto;
  text-align: center;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-family: "Barlow", "Segoe UI", sans-serif;
  letter-spacing: -0.04em;
  line-height: 0.98;
}

h1 {
  font-size: clamp(2.9rem, 7vw, 5.6rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 3.3rem);
}

h3 {
  font-size: clamp(1.25rem, 2vw, 1.6rem);
}

p {
  margin: 0;
}

.muted,
.section-head p,
.hero-subtitle,
.info-card p,
.content-panel p,
.content-panel li,
.faq-item p,
.testimonial-card p,
.cta-banner p,
.contact-card p,
.footer-column p,
.blog-post p {
  color: var(--muted);
}

.btn,
.btn-primary,
.btn-secondary,
.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.btn:hover,
.btn-primary:hover,
.btn-secondary:hover,
.btn-ghost:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: linear-gradient(180deg, #2f6cff 0%, var(--brand-strong) 100%);
  color: #fff;
  box-shadow: 0 14px 36px rgba(37, 98, 255, 0.26);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.btn-ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(4, 9, 20, 0.88);
  backdrop-filter: blur(18px);
}

.site-header.home-header {
  position: sticky;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(4, 9, 20, 0.88);
  backdrop-filter: blur(18px);
}

.header-row {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 1 clamp(180px, 18vw, 250px);
  width: clamp(180px, 18vw, 250px);
  min-width: 0;
}

.brand-picture {
  display: block;
  width: 100%;
}

.brand-image {
  width: 100%;
  height: auto;
  max-height: 74px;
  object-fit: contain;
  object-position: left center;
}

.site-nav {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

.site-nav a {
  position: relative;
  padding: 10px 12px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 2px;
  height: 2px;
  background: var(--brand);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 160ms ease;
}

.site-nav a:hover::after,
.site-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.nav-toggle {
  display: none;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(12, 19, 35, 0.94) 0%, rgba(7, 13, 24, 0.9) 100%);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.02em;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.nav-toggle:hover {
  transform: translateY(-1px);
  border-color: rgba(37, 98, 255, 0.34);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24), 0 0 0 1px rgba(37, 98, 255, 0.08);
}

.nav-toggle-label {
  line-height: 1;
}

.nav-toggle-icon {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 12px;
  color: currentColor;
  background: linear-gradient(currentColor, currentColor) center / 16px 2px no-repeat;
  transition: background-size 180ms ease;
}

.nav-toggle-icon::before,
.nav-toggle-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 16px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 180ms ease, top 180ms ease, bottom 180ms ease;
}

.nav-toggle-icon::before {
  top: 0;
}

.nav-toggle-icon::after {
  bottom: 0;
}

.nav-toggle[aria-expanded="true"] {
  border-color: rgba(37, 98, 255, 0.34);
  background: linear-gradient(180deg, rgba(18, 34, 64, 0.96) 0%, rgba(9, 17, 31, 0.92) 100%);
}

.nav-toggle[aria-expanded="true"] .nav-toggle-icon {
  background-size: 0 0;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-icon::before {
  top: 5px;
  transform: rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .nav-toggle-icon::after {
  bottom: 5px;
  transform: rotate(-45deg);
}

.header-cta {
  flex-shrink: 0;
}

.hero {
  position: relative;
  width: min(calc(100% - 32px), var(--container));
  min-height: var(--page-hero-height);
  margin: var(--page-top-space) auto 0;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  background:
    linear-gradient(90deg, rgba(1, 4, 12, 0.96) 0%, rgba(1, 4, 12, 0.9) 31%, rgba(1, 4, 12, 0.42) 51%, rgba(1, 4, 12, 0.08) 70%, rgba(1, 4, 12, 0.76) 100%),
    url("../images/hero.webp") no-repeat right center / cover;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(2, 5, 11, 0.55) 0%, rgba(2, 5, 11, 0.1) 25%, rgba(2, 5, 11, 0.76) 100%),
    linear-gradient(90deg, rgba(31, 98, 255, 0.15) 0%, transparent 28%);
  z-index: 1;
  pointer-events: none;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 73% 35%, rgba(58, 103, 255, 0.24), transparent 21%),
    radial-gradient(circle at 73% 50%, rgba(255, 255, 255, 0.08), transparent 14%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(100%, 44rem);
  padding: 34px 24px 30px;
}

.hero h1 span {
  display: block;
}

.hero h1 .accent {
  color: var(--brand);
}

.hero-subtitle {
  max-width: 34rem;
  margin-top: 1.4rem;
  font-size: clamp(1rem, 1.7vw, 1.32rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 2rem;
}

.home-revamp-hero {
  min-height: var(--page-hero-height);
}

.home-revamp-hero .hero-content {
  width: min(100%, 44rem);
}

.home-revamp-hero h1 {
  max-width: 11ch;
  font-size: var(--page-hero-title);
}

.home-revamp-hero .hero-subtitle {
  max-width: 36rem;
}

.home-revamp {
  padding: 46px 0 40px;
}

.home-revamp .container {
  display: grid;
  gap: 18px;
}

.home-hero-card,
.home-metric-card,
.home-solution-card,
.home-why-card,
.home-story-card,
.home-story-media,
.home-testimonial-panel,
.home-faq-card,
.home-cta-card,
.home-enquiry-card,
.home-trust-strip {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(10, 18, 33, 0.96) 0%, rgba(7, 13, 26, 0.94) 100%);
  box-shadow: var(--shadow-md);
}

.home-hero-card {
  position: relative;
  overflow: hidden;
  min-height: 470px;
}

.home-hero-media {
  position: absolute;
  inset: 0;
}

.home-hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(1, 4, 12, 0.95) 0%, rgba(1, 4, 12, 0.92) 34%, rgba(1, 4, 12, 0.48) 56%, rgba(1, 4, 12, 0.14) 76%, rgba(1, 4, 12, 0.62) 100%),
    linear-gradient(180deg, rgba(2, 5, 11, 0.5) 0%, rgba(2, 5, 11, 0.12) 26%, rgba(2, 5, 11, 0.68) 100%);
  z-index: 1;
}

.home-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
  gap: 22px;
  align-items: start;
  padding: 110px 28px 28px;
}

.home-hero-copy {
  max-width: 36rem;
}

.home-hero-copy h1 {
  max-width: 11ch;
  font-size: clamp(2.8rem, 5vw, 4.55rem);
  line-height: 0.98;
}

.home-hero-subtitle {
  max-width: 31rem;
  margin-top: 1rem;
  font-size: 1.05rem;
  color: rgba(244, 247, 251, 0.8);
}

.home-card-label {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.88);
  font-family: "Orbitron", sans-serif;
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-enquiry-card {
  width: min(100%, 300px);
  justify-self: end;
  padding: 18px;
  background: linear-gradient(180deg, rgba(8, 14, 28, 0.94) 0%, rgba(5, 11, 22, 0.94) 100%);
}

.home-enquiry-form {
  display: grid;
  gap: 10px;
}

.home-enquiry-form input,
.home-enquiry-form select {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  padding: 12px 14px;
}

.home-enquiry-form select option {
  color: #000;
}

.home-enquiry-form input::placeholder {
  color: rgba(244, 247, 251, 0.48);
}

.home-enquiry-form .btn-primary {
  width: 100%;
}

.home-metric-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.home-metric-card {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 16px 18px;
}

.home-metric-card .icon-badge {
  width: 40px;
  height: 40px;
  margin-bottom: 0;
  padding: 7px;
  flex-shrink: 0;
  font-size: 0.66rem;
}

.home-metric-card .icon-badge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-metric-card strong {
  display: block;
  margin-bottom: 4px;
  font-size: 1rem;
}

.home-metric-card p,
.home-solution-copy p,
.home-why-card p,
.home-story-card p,
.home-cta-card p {
  color: rgba(244, 247, 251, 0.74);
}

.home-section-block {
  display: grid;
  gap: 18px;
}

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

.home-solution-card {
  overflow: hidden;
  display: block;
}

.home-solution-card img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}

.home-solution-copy {
  padding: 18px 18px 20px;
}

.home-solution-copy h3 {
  margin-bottom: 10px;
  font-size: 1.24rem;
}

.home-solution-copy span {
  display: inline-block;
  margin-top: 12px;
  color: #9fc0ff;
  font-size: 0.92rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.home-blog-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.home-blog-card {
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(10, 18, 33, 0.96) 0%, rgba(7, 13, 26, 0.94) 100%);
  box-shadow: var(--shadow-md);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.home-blog-card:hover {
  transform: translateY(-3px);
  border-color: rgba(37, 98, 255, 0.42);
  box-shadow: 0 22px 54px rgba(37, 98, 255, 0.16);
}

.home-blog-card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.home-blog-copy {
  display: grid;
  gap: 10px;
  padding: 16px;
}

.home-blog-copy span {
  color: rgba(159, 192, 255, 0.86);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.home-blog-copy h3 {
  font-size: 1.14rem;
  line-height: 1.16;
}

.home-blog-copy p {
  color: rgba(244, 247, 251, 0.7);
  font-size: 0.95rem;
  line-height: 1.55;
}

.home-blog-copy strong {
  justify-self: start;
  margin-top: 4px;
  color: #fff;
  font-size: 0.86rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.home-why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.home-why-card {
  padding: 18px 18px 16px;
}

.home-why-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.03rem;
}

.home-story-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(240px, 0.7fr) minmax(0, 1.05fr);
  gap: 16px;
}

.home-story-card,
.home-testimonial-panel,
.home-faq-card,
.home-cta-card {
  padding: 22px;
}

.home-story-card h3,
.home-cta-card h3 {
  margin-bottom: 10px;
  font-size: 1.34rem;
}

.home-story-card p + p {
  margin-top: 10px;
}

.home-story-card a {
  display: inline-block;
  margin-top: 14px;
  color: #9fc0ff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.92rem;
}

.home-story-media {
  overflow: hidden;
}

.home-story-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-testimonial-panel blockquote {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.1rem;
  line-height: 1.75;
}

.home-testimonial-panel cite {
  display: block;
  margin-top: 14px;
  color: rgba(244, 247, 251, 0.72);
  font-style: normal;
}

.home-dots {
  display: flex;
  gap: 8px;
  margin-top: 16px;
}

.home-dots span {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.36);
}

.home-dots span:first-child {
  background: var(--brand);
}

.home-bottom-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: 16px;
}

.home-faq-list {
  display: grid;
  gap: 10px;
}

.home-faq-item {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.02);
  overflow: hidden;
}

.home-faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 50px;
  padding: 0 16px;
  border: 0;
  color: rgba(244, 247, 251, 0.8);
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.home-faq-question span {
  display: block;
  padding: 14px 24px 14px 0;
}

.home-faq-question::after {
  content: "+";
  color: rgba(255, 255, 255, 0.62);
  font-size: 1.1rem;
  flex-shrink: 0;
  transition: transform 180ms ease, color 180ms ease;
}

.home-faq-question[aria-expanded="true"]::after {
  content: "-";
  color: #fff;
}

.home-faq-answer {
  padding: 0 16px 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.home-faq-answer p {
  color: rgba(244, 247, 251, 0.72);
  font-size: 0.95rem;
  line-height: 1.7;
}

.home-cta-card {
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: start;
  gap: 0;
  background: linear-gradient(180deg, rgba(18, 44, 112, 0.96) 0%, rgba(10, 27, 77, 0.96) 100%);
}

.home-cta-card::before {
  content: "";
  position: absolute;
  inset: -10% auto auto 58%;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(91, 144, 255, 0.34) 0%, rgba(91, 144, 255, 0) 72%);
  pointer-events: none;
}

.home-cta-card > * {
  position: relative;
  z-index: 1;
}

.home-cta-card .home-card-label {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
}

.home-cta-card h3 {
  margin-bottom: 8px;
  font-size: clamp(1.42rem, 2vw, 1.8rem);
  line-height: 1.05;
}

.home-cta-card p:not(.home-card-label) {
  max-width: 26rem;
  color: rgba(244, 247, 251, 0.82);
  font-size: 0.98rem;
  line-height: 1.65;
}

.home-cta-card .cta-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.home-cta-card .btn-primary,
.home-cta-card .btn-secondary {
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  font-size: 0.8rem;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.home-cta-card .btn-secondary {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
}

.home-trust-strip {
  padding: 18px 22px 20px;
  text-align: center;
}

.home-trust-strip p {
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.72);
  font-family: "Orbitron", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-logo-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: min(100%, 950px);
  margin: 0 auto;
}

.home-logo-row span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.02);
  color: rgba(244, 247, 251, 0.82);
  font-weight: 700;
}

.trust-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.02);
}

.trust-bar-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  padding: 18px 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}

.trust-bar-inner span + span::before {
  content: "|";
  margin-right: 14px;
  color: rgba(255, 255, 255, 0.3);
}

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

.card-grid.five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.info-card,
.content-panel,
.testimonial-card,
.cta-banner,
.contact-card,
.faq-item,
.blog-post,
.mini-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, rgba(12, 23, 48, 0.95) 0%, rgba(8, 14, 28, 0.92) 100%);
  box-shadow: var(--shadow-md);
}

.info-card {
  display: block;
  padding: 24px;
}

.info-card h3 {
  margin-bottom: 10px;
}

a.info-card:hover {
  border-color: var(--line-strong);
  transform: translateY(-2px);
}

.icon-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 14px;
  border: 1px solid rgba(37, 98, 255, 0.24);
  background: rgba(37, 98, 255, 0.1);
  color: #fff;
  font-family: "Orbitron", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}

.check-list,
.simple-list,
.faq-list,
.number-list {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.check-list li,
.simple-list li,
.number-list li {
  position: relative;
  padding-left: 24px;
  color: var(--muted);
}

.check-list li::before,
.simple-list li::before,
.number-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--brand);
  box-shadow: 0 0 14px rgba(37, 98, 255, 0.4);
}

.number-list {
  counter-reset: step;
}

.number-list li {
  padding-left: 52px;
  min-height: 40px;
}

.number-list li::before {
  counter-increment: step;
  content: counter(step);
  top: 0;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(37, 98, 255, 0.14);
  border: 1px solid rgba(37, 98, 255, 0.25);
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 24px;
}

.content-panel {
  padding: 30px;
}

.content-panel h2,
.content-panel h3 {
  margin-bottom: 18px;
}

.content-panel p + p,
.content-panel p + ul,
.content-panel ul + p {
  margin-top: 14px;
}

.media-panel {
  overflow: hidden;
  padding: 0;
}

.media-panel img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
}

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

.mini-card {
  padding: 22px;
}

.mini-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.05rem;
}

.testimonial-card {
  padding: 30px;
  text-align: center;
}

.testimonial-card blockquote {
  margin: 0;
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  font-weight: 600;
  line-height: 1.45;
}

.testimonial-card cite {
  display: block;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.76);
  font-style: normal;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cta-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 30px;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-hero {
  padding: var(--page-top-space) 0 24px;
}

.page-hero-shell {
  position: relative;
  display: block;
  min-height: var(--page-hero-height);
  overflow: hidden;
}

.page-hero h1 {
  font-size: var(--page-hero-title);
}

.page-hero-shell > :first-child {
  position: relative;
  z-index: 2;
  width: min(100%, 44rem);
  padding: 34px 24px 30px;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.95rem;
}

.breadcrumbs span {
  color: rgba(255, 255, 255, 0.34);
}

.page-summary {
  max-width: 42rem;
  margin-top: 1rem;
  font-size: 1.1rem;
  color: var(--muted);
}

.page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 1.8rem;
}

.page-hero-visual {
  position: absolute;
  inset: 0;
  min-height: 100%;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  background: #08111f;
  box-shadow: none;
}

.page-hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(1, 4, 12, 0.96) 0%, rgba(1, 4, 12, 0.9) 31%, rgba(1, 4, 12, 0.44) 53%, rgba(1, 4, 12, 0.12) 74%, rgba(1, 4, 12, 0.66) 100%),
    linear-gradient(180deg, rgba(2, 5, 11, 0.48) 0%, rgba(2, 5, 11, 0.12) 28%, rgba(2, 5, 11, 0.7) 100%);
  z-index: 1;
}

.page-hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-hero-tag {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(4, 9, 20, 0.82);
  font-size: 0.9rem;
  font-weight: 700;
}

.faq-list {
  gap: 18px;
}

.faq-item {
  padding: 24px;
}

.faq-item h3 {
  margin-bottom: 10px;
  font-size: 1.1rem;
}

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

.contact-card {
  padding: 26px;
}

.contact-card strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.08rem;
}

.footer {
  padding: 26px 0 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background:
    radial-gradient(circle at top right, rgba(37, 98, 255, 0.12), transparent 24%),
    rgba(3, 6, 14, 0.88);
}

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

.footer-column h4 {
  margin-bottom: 14px;
  font-size: 1rem;
  letter-spacing: -0.02em;
}

.footer-column ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-column li,
.footer-column a {
  color: rgba(255, 255, 255, 0.72);
}

.footer-column a {
  transition: color 180ms ease, transform 180ms ease;
}

.footer-column a:hover {
  color: #fff;
  transform: translateX(2px);
}

.footer-brand p {
  max-width: 24rem;
  margin-top: 14px;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.6);
}

.blog-post {
  padding: 38px;
}

.blog-post h2 {
  margin-bottom: 14px;
}

.blog-guide-section-wrap {
  padding-top: 28px;
}

.blog-hero {
  padding-bottom: 8px;
}

.blog-hero .container {
  max-width: var(--container);
  padding: 34px 38px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background:
    radial-gradient(circle at 84% 18%, rgba(37, 98, 255, 0.14), transparent 30%),
    linear-gradient(180deg, rgba(10, 18, 33, 0.78) 0%, rgba(7, 13, 26, 0.62) 100%);
}

.blog-hero h1 {
  max-width: 13ch;
}

.blog-hero .page-summary {
  max-width: 46rem;
}

.blog-guide {
  display: grid;
  gap: 34px;
  max-width: none;
  margin: 0;
}

.blog-guide-section {
  display: grid;
  gap: 16px;
}

.blog-guide-section h2,
.blog-answer-card h2,
.blog-final-cta h2 {
  font-size: clamp(1.8rem, 3vw, 2.45rem);
  line-height: 1.08;
}

.blog-guide-section h3,
.blog-benefit-grid h3,
.blog-faq-list h3 {
  font-size: clamp(1.12rem, 1.6vw, 1.35rem);
  line-height: 1.2;
}

.blog-guide p,
.blog-guide li {
  color: rgba(244, 247, 251, 0.78);
  font-size: 1.08rem;
  line-height: 1.72;
}

.blog-guide strong {
  color: #fff;
}

.blog-answer-card,
.blog-final-cta {
  display: grid;
  gap: 16px;
  padding: 28px;
  border: 1px solid rgba(37, 98, 255, 0.28);
  border-radius: 18px;
  background:
    radial-gradient(circle at top right, rgba(37, 98, 255, 0.18), transparent 34%),
    rgba(37, 98, 255, 0.08);
}

.blog-benefit-grid,
.blog-faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.blog-benefit-grid article,
.blog-faq-list article {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
}

.blog-numbered-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: blog-step;
}

.blog-numbered-list li {
  position: relative;
  display: grid;
  gap: 4px;
  padding: 16px 16px 16px 58px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
}

.blog-numbered-list li::before {
  counter-increment: blog-step;
  content: counter(blog-step);
  position: absolute;
  left: 16px;
  top: 16px;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(37, 98, 255, 0.18);
  color: #fff;
  font-weight: 800;
}

.blog-numbered-list span {
  color: rgba(244, 247, 251, 0.74);
}

.blog-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
}

.blog-price-table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  background: rgba(5, 10, 20, 0.68);
}

.blog-price-table th,
.blog-price-table td {
  padding: 16px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
}

.blog-price-table th {
  color: #fff;
  background: rgba(37, 98, 255, 0.14);
  font-family: "Orbitron", sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

.blog-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog-chip-list li {
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.88);
  font-weight: 700;
}

.blog-final-cta {
  text-align: left;
}

.blog-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
  gap: 24px;
  align-items: start;
  max-width: var(--container);
  margin: 0 auto;
}

.blog-sidebar {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 14px;
}

.blog-side-card {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(10, 18, 33, 0.96) 0%, rgba(7, 13, 26, 0.94) 100%);
  box-shadow: var(--shadow-md);
}

.blog-side-card h2 {
  font-size: 1.25rem;
}

.blog-side-card a:not(.btn-primary):not(.btn-secondary) {
  color: rgba(244, 247, 251, 0.78);
  font-weight: 700;
}

.blog-popular-searches {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog-popular-searches li {
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  color: rgba(244, 247, 251, 0.72);
  font-size: 0.86rem;
}

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

.blog-related-grid a {
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(244, 247, 251, 0.84);
  font-weight: 800;
}

.blog-faq-list details {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
}

.blog-faq-list summary {
  color: #fff;
  font-size: clamp(1.08rem, 1.5vw, 1.28rem);
  font-weight: 800;
  cursor: pointer;
}

.blog-faq-list details p {
  margin-top: 10px;
}

.blog-article-hero {
  padding: calc(var(--header-height) + 28px) 0 32px;
  background:
    radial-gradient(circle at 82% 8%, rgba(37, 98, 255, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(4, 9, 20, 0.94) 0%, rgba(5, 13, 25, 0.96) 100%);
}

.blog-article-hero .breadcrumbs {
  margin-bottom: 28px;
}

.blog-article-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.82fr);
  gap: 36px;
  align-items: center;
}

.blog-article-hero-copy h1 {
  max-width: 12ch;
  margin-top: 14px;
  font-size: clamp(2.8rem, 5vw, 5rem);
  line-height: 1.05;
}

.blog-article-hero-copy .page-summary {
  max-width: 42rem;
  margin-top: 20px;
}

.blog-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin-top: 28px;
  color: rgba(244, 247, 251, 0.72);
  font-weight: 700;
}

.blog-meta-row span,
.blog-meta-row a {
  color: rgba(244, 247, 251, 0.72);
}

.blog-article-hero-media {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: #07101f;
  box-shadow: var(--shadow-lg);
}

.blog-article-hero-media img {
  width: 100%;
  aspect-ratio: 1.18;
  object-fit: cover;
}

.blog-article-wrap {
  padding: 28px 0 56px;
  background:
    radial-gradient(circle at 18% 18%, rgba(37, 98, 255, 0.09), transparent 26%),
    linear-gradient(180deg, #05101d 0%, #030812 100%);
}

.blog-article-layout {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 330px);
}

.blog-article-content {
  gap: 30px;
  padding: 0;
}

.blog-article-content .blog-guide-section {
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.blog-article-content .blog-guide-section:last-of-type {
  border-bottom: 0;
}

.blog-article-content h2 {
  font-size: clamp(1.65rem, 2.4vw, 2.25rem);
}

.blog-direct-answer {
  border-color: rgba(37, 132, 255, 0.42);
  background:
    radial-gradient(circle at top left, rgba(37, 132, 255, 0.16), transparent 36%),
    rgba(5, 17, 33, 0.82);
}

.blog-icon-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.blog-icon-grid article {
  border-radius: 0;
  border-width: 0 1px 0 0;
  background: transparent;
}

.blog-icon-grid article:last-child {
  border-right: 0;
}

.blog-check-list li::marker {
  color: #17d56b;
}

.blog-article-sidebar .blog-side-card {
  padding: 26px;
  border-color: rgba(37, 98, 255, 0.18);
  background:
    radial-gradient(circle at top right, rgba(37, 98, 255, 0.12), transparent 36%),
    rgba(7, 16, 31, 0.88);
}

.blog-side-link {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 14px;
  align-items: center;
  padding: 10px 0;
}

.blog-side-link img {
  width: 86px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8px;
}

.blog-view-all,
.blog-whatsapp-link {
  display: inline-flex;
  width: fit-content;
  margin-top: 8px;
  color: var(--brand) !important;
  font-weight: 800;
}

.blog-category-list {
  display: grid;
}

.blog-category-list a {
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(244, 247, 251, 0.82);
  font-weight: 700;
}

.blog-category-list a::after {
  content: "->";
  color: var(--brand);
}

.blog-category-list a:last-child {
  border-bottom: 0;
}

.highlight-answer {
  margin-top: 20px;
  padding: 18px 20px;
  border: 1px solid rgba(37, 98, 255, 0.24);
  border-radius: var(--radius-sm);
  background: rgba(37, 98, 255, 0.08);
  color: rgba(255, 255, 255, 0.94);
  font-weight: 600;
}

.placeholder-note {
  color: rgba(255, 255, 255, 0.62);
  font-style: italic;
}

.agri-showcase {
  padding: var(--page-top-space) 0 72px;
}

.product-showcase {
  padding: var(--page-top-space) 0 56px;
  background:
    radial-gradient(circle at 74% 12%, rgba(37, 98, 255, 0.16), transparent 22%),
    linear-gradient(180deg, rgba(4, 9, 20, 0.5), rgba(4, 9, 20, 0));
}

.product-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
  gap: 24px;
  align-items: start;
}

.product-main {
  min-width: 0;
}

.product-hero {
  position: relative;
  min-height: clamp(320px, 24vw, 390px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background:
    linear-gradient(90deg, rgba(4, 9, 20, 0.98) 0%, rgba(4, 9, 20, 0.86) 43%, rgba(4, 9, 20, 0.22) 70%, rgba(4, 9, 20, 0.72) 100%),
    radial-gradient(circle at 63% 68%, rgba(37, 98, 255, 0.28), transparent 30%);
  box-shadow: var(--shadow-md);
}

.product-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image:
    linear-gradient(rgba(37, 98, 255, 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 98, 255, 0.14) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 38%, #000 78%, transparent 100%);
  opacity: 0.28;
}

.product-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 43rem;
  padding: 36px 28px;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
}

.breadcrumbs a:first-child {
  color: var(--brand);
}

.product-hero h1 {
  font-size: clamp(2.7rem, 4.4vw, 4rem);
  line-height: 1;
}

.product-kicker {
  margin-top: 8px;
  color: #1d70ff;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  font-weight: 600;
}

.product-summary {
  max-width: 34rem;
  margin-top: 10px;
  color: rgba(244, 247, 251, 0.82);
  font-size: 1.02rem;
}

.product-hero-drone {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  pointer-events: none;
}

.product-hero-drone::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 52%, rgba(37, 98, 255, 0.16), transparent 30%),
    linear-gradient(90deg, rgba(4, 9, 20, 0.76), transparent 35%);
}

.product-hero-drone img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.78;
}

.product-proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background: rgba(8, 17, 32, 0.78);
}

.product-proof-strip article {
  display: flex;
  gap: 14px;
  align-items: center;
  min-width: 0;
  padding: 16px 18px;
}

.product-proof-strip article + article {
  border-left: 1px solid rgba(255, 255, 255, 0.11);
}

.product-proof-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(37, 98, 255, 0.52);
  border-radius: 10px;
  background: rgba(37, 98, 255, 0.1);
}

.product-proof-icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.product-proof-strip strong {
  display: block;
  color: #fff;
  font-size: 0.9rem;
  text-transform: uppercase;
}

.product-proof-strip p {
  color: rgba(244, 247, 251, 0.72);
  font-size: 0.84rem;
  line-height: 1.35;
}

.product-catalog {
  margin-top: 24px;
}

.product-catalog-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: end;
  margin-bottom: 18px;
}

.product-catalog h2,
.product-side-card h2 {
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  line-height: 1.12;
}

.product-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 7px;
  background: rgba(7, 15, 29, 0.82);
}

.product-tabs button {
  min-height: 38px;
  padding: 0 16px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent;
  color: rgba(244, 247, 251, 0.88);
  cursor: pointer;
  font-size: 0.86rem;
}

.product-tabs button:last-child {
  border-right: 0;
}

.product-tabs button.is-active {
  background: linear-gradient(180deg, #2f6cff 0%, var(--brand-strong) 100%);
  color: #fff;
}

.product-compare {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
  font-weight: 700;
}

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

.product-card {
  position: relative;
  grid-column: span 2;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(11, 20, 37, 0.98), rgba(5, 11, 22, 0.96));
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
}

.product-grid > .product-card:nth-last-child(2) {
  grid-column: 2 / span 2;
}

.product-card-clickable {
  cursor: pointer;
}

.product-card-clickable:focus-visible {
  outline: 2px solid var(--brand);
  outline-offset: 3px;
}

.product-card.is-hidden {
  display: none;
}

.product-card > img {
  width: 100%;
  height: 118px;
  object-fit: cover;
  opacity: 0.76;
}

.product-card::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 118px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(4, 9, 20, 0.42));
  pointer-events: none;
}

.product-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  padding: 5px 9px;
  border-radius: 7px;
  background: #16c65c;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.product-card-body {
  padding: 12px 14px 14px;
}

.product-card h3 {
  font-size: 1.1rem;
  line-height: 1.1;
}

.product-card-body > p {
  margin-top: 2px;
  color: rgba(244, 247, 251, 0.66);
  font-size: 0.86rem;
}

.product-specs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.product-specs span {
  display: block;
  min-width: 0;
  color: rgba(244, 247, 251, 0.68);
  font-size: 0.74rem;
  line-height: 1.15;
}

.product-specs strong {
  display: block;
  color: #fff;
  font-size: 0.84rem;
}

.product-card-body a,
.product-wide-btn {
  width: 100%;
  min-height: 36px;
  margin-top: 12px;
  border-radius: 5px;
  font-size: 0.78rem;
}

.product-card-body a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #2f6cff 0%, var(--brand-strong) 100%);
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
}

.product-sidebar {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.product-side-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background:
    radial-gradient(circle at top right, rgba(37, 98, 255, 0.14), transparent 38%),
    rgba(7, 15, 29, 0.86);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
  padding: 20px;
}

.product-choose-card {
  min-height: 186px;
  background:
    linear-gradient(90deg, rgba(7, 15, 29, 0.98) 0%, rgba(7, 15, 29, 0.9) 48%, rgba(7, 15, 29, 0.32) 100%),
    url("../images/agri-drone-16l.webp") right center / cover no-repeat;
}

.product-check-list,
.product-category-list {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.product-check-list li {
  position: relative;
  padding-left: 28px;
  color: rgba(244, 247, 251, 0.78);
  font-size: 0.9rem;
}

.product-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.28em;
  width: 16px;
  height: 16px;
  border: 1px solid var(--brand);
  border-radius: 50%;
  background:
    linear-gradient(135deg, transparent 48%, var(--brand) 50% 58%, transparent 60%) 4px 5px / 8px 7px no-repeat;
}

.product-category-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  color: rgba(244, 247, 251, 0.82);
  font-size: 0.88rem;
}

.product-category-list strong {
  color: #fff;
  font-size: 0.84rem;
  font-weight: 600;
}

.product-help-card,
.product-brochure-card {
  position: relative;
  min-height: 132px;
  padding: 18px 148px 18px 18px;
}

.product-brochure-card {
  min-height: 132px;
  padding: 18px 126px 18px 18px;
}

.product-brochure-card h2 {
  max-width: 220px;
  font-size: 1.02rem;
  line-height: 1.16;
}

.product-help-card h2 {
  max-width: 210px;
  font-size: 1.02rem;
  line-height: 1.16;
}

.product-help-card p,
.product-brochure-card p {
  margin-top: 10px;
  color: rgba(244, 247, 251, 0.78);
  font-size: 0.82rem;
  line-height: 1.42;
}

.product-brochure-card p {
  max-width: 226px;
  margin-top: 9px;
}

.product-help-card .btn-primary,
.product-brochure-card .btn-primary {
  min-height: 36px;
  margin-top: 14px;
  border-radius: 5px;
  font-size: 0.72rem;
}

.product-help-card .btn-primary {
  width: 150px;
}

.product-brochure-card .btn-primary {
  width: 178px;
  margin-top: 12px;
  padding: 0 12px;
  font-size: 0.68rem;
}

.product-help-card img,
.product-brochure-card img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 132px;
  height: 150px;
  object-fit: cover;
  object-position: center top;
}

.product-help-card img {
  width: 148px;
  height: 132px;
  object-fit: contain;
  object-position: right bottom;
}

.product-brochure-card img {
  right: 18px;
  top: 10px;
  bottom: auto;
  width: 88px;
  height: 112px;
  border: 0;
  border-radius: 2px;
  object-fit: cover;
  object-position: 50% 50%;
  filter: drop-shadow(0 12px 16px rgba(0, 0, 0, 0.36));
  transform: rotate(7deg);
}

.bhumitr-page {
  background:
    radial-gradient(circle at 82% 4%, rgba(37, 98, 255, 0.12), transparent 22%),
    linear-gradient(180deg, #030812 0%, #06111f 52%, #04101d 100%);
}

.bhumitr-hero {
  position: relative;
  overflow: hidden;
  padding: 18px 0 0;
  border-bottom: 1px solid rgba(37, 98, 255, 0.22);
  background:
    linear-gradient(90deg, rgba(3, 8, 18, 0.98) 0%, rgba(3, 8, 18, 0.82) 36%, rgba(3, 8, 18, 0.25) 70%, rgba(3, 8, 18, 0.82) 100%),
    url("../images/hero.webp") center / cover no-repeat;
}

.bhumitr-quad-hero {
  background:
    linear-gradient(90deg, rgba(3, 8, 18, 0.98) 0%, rgba(3, 8, 18, 0.82) 36%, rgba(3, 8, 18, 0.25) 70%, rgba(3, 8, 18, 0.82) 100%),
    url("../images/Hero quad.png") center / cover no-repeat;
}

.bhumitr-hero-grid {
  display: flex;
  align-items: center;
  min-height: 560px;
}

.bhumitr-hero-copy {
  width: min(100%, 54rem);
}

.bhumitr-label {
  margin-bottom: 12px;
  color: #1672ff;
  font-size: 0.96rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bhumitr-hero h1 {
  max-width: 8.8ch;
  font-size: clamp(3rem, 6.6vw, 5.9rem);
  line-height: 0.92;
  letter-spacing: -0.05em;
}

.bhumitr-tagline {
  margin-top: 12px;
  color: #fff;
  font-size: clamp(1.18rem, 2vw, 1.55rem);
  font-weight: 700;
}

.bhumitr-summary {
  max-width: 34rem;
  margin-top: 28px;
  color: rgba(244, 247, 251, 0.78);
  font-size: 1.08rem;
  line-height: 1.62;
}

.bhumitr-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 30px;
}

.bhumitr-actions .btn-primary,
.bhumitr-actions .btn-secondary,
.bhumitr-actions .btn-ghost {
  min-width: 152px;
  border-radius: 6px;
  white-space: nowrap;
}

.bhumitr-stat-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  padding: 18px 0 22px;
}

.bhumitr-stat-strip span {
  display: block;
  padding: 0 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(244, 247, 251, 0.82);
  line-height: 1.25;
}

.bhumitr-stat-strip span:first-child {
  border-left: 0;
  padding-left: 0;
}

.bhumitr-stat-strip strong {
  display: block;
  color: #fff;
  font-size: 1.3rem;
}

.bhumitr-body {
  padding: 26px 0 42px;
}

.bhumitr-body h2 {
  margin-bottom: 14px;
  font-size: clamp(1.18rem, 2vw, 1.55rem);
  line-height: 1.1;
  text-transform: uppercase;
}

.bhumitr-top-grid,
.bhumitr-split-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 24px;
  align-items: start;
}

.bhumitr-gallery-main,
.bhumitr-panel,
.bhumitr-feature-grid article,
.bhumitr-faq-grid details,
.bhumitr-bottom-cta {
  border: 1px solid rgba(37, 98, 255, 0.24);
  border-radius: 8px;
  background: rgba(7, 17, 31, 0.78);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

.bhumitr-gallery-main {
  position: relative;
  overflow: hidden;
  height: 260px;
  padding: 16px 54px;
  background:
    radial-gradient(circle at center, rgba(37, 98, 255, 0.14), transparent 42%),
    rgba(7, 17, 31, 0.78);
}

.bhumitr-gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bhumitr-gallery-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.09);
  cursor: pointer;
  transform: translateY(-50%);
}

.bhumitr-gallery-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  border-top: 2px solid rgba(255, 255, 255, 0.82);
  border-right: 2px solid rgba(255, 255, 255, 0.82);
}

.bhumitr-gallery-arrow.is-prev {
  left: 14px;
}

.bhumitr-gallery-arrow.is-prev::before {
  transform: translate(-35%, -50%) rotate(-135deg);
}

.bhumitr-gallery-arrow.is-next {
  right: 14px;
}

.bhumitr-gallery-arrow.is-next::before {
  transform: translate(-65%, -50%) rotate(45deg);
}

.bhumitr-gallery-arrow:hover {
  border-color: rgba(37, 98, 255, 0.5);
  background: rgba(37, 98, 255, 0.22);
}

.bhumitr-gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
}

.bhumitr-gallery-thumbs button {
  height: 78px;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  background: rgba(7, 17, 31, 0.78);
  cursor: pointer;
}

.bhumitr-gallery-thumbs button.is-active {
  border-color: rgba(37, 255, 111, 0.72);
  box-shadow: 0 0 0 1px rgba(37, 255, 111, 0.18);
}

.bhumitr-gallery-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

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

.bhumitr-spec-grid table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(5, 12, 23, 0.8);
  color: rgba(244, 247, 251, 0.82);
  font-size: 0.9rem;
}

.bhumitr-spec-grid th,
.bhumitr-spec-grid td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
}

.bhumitr-spec-grid th {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 0.82rem;
  text-transform: uppercase;
}

.bhumitr-spec-grid tr:last-child td {
  border-bottom: 0;
}

.bhumitr-note {
  margin-top: 8px;
  color: rgba(244, 247, 251, 0.68);
  font-size: 0.84rem;
}

.bhumitr-section,
.bhumitr-split-grid {
  margin-top: 24px;
}

.bhumitr-feature-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.bhumitr-feature-grid article {
  padding: 22px 18px;
}

.bhumitr-feature-grid strong {
  display: block;
  margin-bottom: 18px;
  color: #fff;
}

.bhumitr-feature-grid p,
.bhumitr-panel p,
.bhumitr-panel li,
.bhumitr-faq-grid p {
  color: rgba(244, 247, 251, 0.74);
}

.bhumitr-panel {
  padding: 20px;
}

.bhumitr-package-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.bhumitr-package-grid span {
  display: grid;
  gap: 8px;
  color: rgba(244, 247, 251, 0.86);
  font-size: 0.86rem;
  line-height: 1.25;
  text-align: center;
}

.bhumitr-package-grid img {
  width: 100%;
  height: 74px;
  object-fit: cover;
  border-radius: 6px;
}

.bhumitr-blue-note {
  margin-top: 18px;
  padding: 10px 14px;
  border-radius: 5px;
  background: linear-gradient(180deg, #2f6cff 0%, var(--brand-strong) 100%);
  color: #fff;
  text-align: center;
}

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

.bhumitr-check-grid li {
  position: relative;
  padding-left: 26px;
}

.bhumitr-check-grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.28em;
  width: 16px;
  height: 16px;
  border: 1px solid var(--brand);
  border-radius: 50%;
}

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

.bhumitr-field-grid img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 8px;
}

.bhumitr-field-grid img.bhumitr-field-fit-contain {
  object-fit: cover;
  object-position: center 24%;
}

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

.bhumitr-faq-grid details {
  padding: 15px 18px;
}

.bhumitr-faq-grid summary {
  cursor: pointer;
  color: #fff;
  font-weight: 600;
}

.bhumitr-faq-grid p {
  margin-top: 10px;
}

.bhumitr-bottom-cta {
  display: grid;
  grid-template-columns: 1fr 1fr 1.25fr;
  gap: 18px;
  align-items: center;
  margin-top: 22px;
  padding: 12px 18px;
  border-color: rgba(37, 98, 255, 0.58);
  background:
    radial-gradient(circle at 70% 50%, rgba(37, 98, 255, 0.3), transparent 30%),
    rgba(4, 13, 28, 0.92);
}

.bhumitr-bottom-cta a {
  display: grid;
  justify-content: center;
  color: #fff;
}

.bhumitr-bottom-cta span {
  color: rgba(244, 247, 251, 0.78);
}

.bhumitr-bottom-cta .btn-primary {
  min-height: 64px;
  border-radius: 7px;
}

.agri-showcase-page {
  position: relative;
}

.agri-showcase-shell {
  position: relative;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.agri-showcase-shell::before {
  display: none;
}

.agri-showcase-hero,
.agri-feature-strip,
.agri-insight-grid {
  position: relative;
  z-index: 1;
}

.agri-showcase-hero {
  position: relative;
  display: block;
  min-height: var(--page-hero-height);
  padding: 0;
}

.agri-showcase-copy {
  position: relative;
  z-index: 2;
  width: min(100%, 44rem);
  max-width: 44rem;
  padding: 34px 24px 30px;
}

.agri-showcase-copy h1 {
  max-width: 11ch;
  font-size: var(--page-hero-title);
  line-height: 0.98;
}

.agri-showcase-copy .page-summary {
  max-width: 32rem;
  font-size: 1.08rem;
}

.agri-showcase-visual {
  position: absolute;
  inset: 0;
  min-height: 100%;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  background: #08111f;
  box-shadow: none;
}

.agri-showcase-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4, 9, 20, 0.12) 0%, rgba(4, 9, 20, 0.48) 100%),
    linear-gradient(90deg, rgba(2, 6, 14, 0.12) 0%, rgba(2, 6, 14, 0.38) 100%);
}

.agri-showcase-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.agri-showcase-tag {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(6, 12, 24, 0.84);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.9rem;
  font-weight: 700;
}

.agri-feature-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.agri-feature-card,
.agri-panel {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(11, 19, 36, 0.95) 0%, rgba(7, 13, 26, 0.94) 100%);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.24);
}

.agri-feature-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 14px;
  row-gap: 6px;
  align-items: center;
  padding: 20px 18px;
}

.agri-feature-card .icon-badge {
  grid-row: 1 / 3;
  align-self: center;
  justify-self: center;
  width: 44px;
  height: 44px;
  margin-bottom: 0;
  padding: 7px;
  font-size: 0.72rem;
}

.agri-feature-card .icon-badge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.agri-feature-card h2,
.agri-panel h2 {
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.15;
}

.agri-feature-card h2 {
  grid-column: 2;
  align-self: end;
  margin-bottom: 8px;
}

.agri-feature-card p {
  grid-column: 2;
  align-self: start;
}

.agri-feature-card p,
.agri-panel p,
.agri-panel li {
  color: rgba(244, 247, 251, 0.74);
}

.agri-insight-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(280px, 0.72fr);
  gap: 18px;
  margin-top: 18px;
}

.agri-bottom-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1.14fr);
  gap: 18px;
  margin-top: 18px;
}

.agri-panel {
  padding: 24px;
}

.agri-panel-label {
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.86);
  font-family: "Orbitron", sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.agri-panel h2 {
  max-width: 14ch;
  margin-bottom: 14px;
}

.agri-panel-cta {
  margin-top: 20px;
}

.agri-benefits-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 230px);
  gap: 18px;
  align-items: stretch;
}

.agri-media-tile {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  min-height: 220px;
}

.agri-media-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.agri-dot-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.agri-dot-list li {
  position: relative;
  padding-left: 22px;
}

.agri-dot-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(37, 98, 255, 0.94);
  box-shadow: 0 0 14px rgba(37, 98, 255, 0.4);
}

.agri-service-panel {
  display: grid;
  gap: 18px;
}

.agri-service-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 240px);
  gap: 16px;
  align-items: center;
}

.agri-service-copy {
  min-width: 0;
}

.agri-service-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.agri-service-list li {
  position: relative;
  padding-left: 18px;
  color: rgba(244, 247, 251, 0.82);
  font-weight: 500;
}

.agri-service-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  color: #d7e4ff;
  font-size: 0.88rem;
}

.agri-map-graphic {
  display: grid;
  place-items: center;
  justify-self: end;
  min-height: 300px;
  min-width: 240px;
  background:
    radial-gradient(circle at center, rgba(37, 98, 255, 0.12), transparent 58%);
}

.agri-map-image {
  display: block;
  width: min(100%, 240px);
  height: auto;
  object-fit: contain;
}

.agri-service-note {
  color: rgba(244, 247, 251, 0.76);
}

.spray-showcase-section {
  padding: var(--page-top-space) 0 34px;
}

.spray-dashboard {
  display: grid;
  grid-template-columns: minmax(0, 1.75fr) minmax(300px, 0.95fr);
  gap: 12px;
  align-items: start;
}

.spray-main-column,
.spray-side-column {
  display: grid;
  gap: 10px;
}

.spray-hero-card,
.spray-mini-stat,
.spray-benefit-card,
.spray-crop-card,
.spray-solution-card,
.spray-banner,
.spray-side-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(10, 18, 33, 0.96) 0%, rgba(7, 13, 26, 0.94) 100%);
  box-shadow: var(--shadow-md);
}

.spray-hero-card {
  position: relative;
  overflow: hidden;
  min-height: var(--page-hero-height);
}

.spray-hero-media {
  position: absolute;
  inset: 0;
  background: #08111f;
}

.spray-hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(1, 4, 12, 0.96) 0%, rgba(1, 4, 12, 0.92) 29%, rgba(1, 4, 12, 0.32) 49%, rgba(1, 4, 12, 0.08) 72%, rgba(1, 4, 12, 0.7) 100%),
    linear-gradient(180deg, rgba(2, 5, 11, 0.5) 0%, rgba(2, 5, 11, 0.08) 28%, rgba(2, 5, 11, 0.72) 100%);
  z-index: 1;
}

.spray-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 34%, rgba(58, 103, 255, 0.22), transparent 18%),
    radial-gradient(circle at 72% 48%, rgba(255, 255, 255, 0.08), transparent 14%);
  z-index: 1;
}

.spray-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 74% center;
}

.spray-hero-copy {
  position: relative;
  z-index: 2;
  width: min(100%, 38rem);
  padding: 24px 28px 22px;
}

.spray-hero-copy h1 span {
  display: block;
}

.spray-hero-copy h1 {
  max-width: 11ch;
  font-size: var(--page-hero-title);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.spray-hero-kicker {
  margin-top: 0.55rem;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.2rem;
  font-weight: 700;
}

.spray-hero-subtitle {
  max-width: 34rem;
  margin-top: 0.8rem;
  font-size: clamp(0.98rem, 1.32vw, 1.08rem);
  color: rgba(244, 247, 251, 0.78);
}

.spray-trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(10, 18, 33, 0.96) 0%, rgba(7, 13, 26, 0.94) 100%);
  box-shadow: var(--shadow-md);
}

.spray-mini-stat {
  display: flex;
  gap: 12px;
  align-items: center;
  min-height: 70px;
  padding: 12px 16px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.spray-mini-stat:last-child {
  border-right: 0;
}

.spray-mini-stat .icon-badge {
  width: 38px;
  height: 38px;
  margin-bottom: 0;
  flex-shrink: 0;
  font-size: 0.64rem;
}

.spray-mini-stat .icon-badge img,
.spray-benefit-card .icon-badge img,
.spray-solution-copy .icon-badge img,
.spray-process-step span img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.spray-mini-stat strong {
  display: block;
  margin-bottom: 2px;
  font-size: 0.94rem;
}

.spray-mini-stat p,
.spray-benefit-card p,
.spray-side-card p,
.spray-solution-copy p,
.spray-faq-item p {
  color: rgba(244, 247, 251, 0.74);
}

.spray-section-block {
  display: grid;
  gap: 8px;
}

.spray-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(10, 18, 33, 0.96) 0%, rgba(7, 13, 26, 0.94) 100%);
  box-shadow: var(--shadow-md);
}

.spray-benefit-card {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 14px;
  row-gap: 6px;
  align-items: start;
  min-height: 130px;
  padding: 22px 24px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.spray-benefit-card:last-child {
  border-right: 0;
}

.spray-benefit-card .icon-badge {
  grid-row: 1 / 3;
  align-self: center;
  justify-self: center;
  width: 44px;
  height: 44px;
  margin-bottom: 0;
  padding: 7px;
  border: 0;
  border-radius: 50%;
  background: transparent;
}

.spray-benefit-card h3 {
  grid-column: 2;
  align-self: end;
  margin-bottom: 0;
  font-size: 0.94rem;
  letter-spacing: 0;
  line-height: 1.15;
}

.spray-benefit-card p {
  grid-column: 2;
  align-self: start;
  max-width: 16rem;
  font-size: 0.84rem;
  line-height: 1.45;
}

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

.spray-crop-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.spray-crop-card img {
  display: block;
  width: 100%;
  height: 60px;
  object-fit: cover;
  object-position: center 72%;
}

.spray-crop-card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 60px;
  background: linear-gradient(180deg, rgba(4, 9, 20, 0.08) 0%, rgba(4, 9, 20, 0.36) 100%);
  pointer-events: none;
}

.spray-crop-card strong {
  display: block;
  padding: 8px 6px 9px;
  text-align: center;
  font-size: 0.78rem;
  line-height: 1.15;
}

.spray-solution-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.spray-solution-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  min-height: 130px;
  border: 1px solid rgba(37, 98, 255, 0.22);
  background: #07101f;
}

.spray-solution-card > img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 130px;
  object-fit: cover;
  object-position: center 74%;
}

.spray-solution-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(4, 9, 20, 0.92) 0%, rgba(4, 9, 20, 0.62) 54%, rgba(4, 9, 20, 0.18) 100%),
    linear-gradient(180deg, rgba(4, 9, 20, 0.16) 0%, rgba(4, 9, 20, 0.5) 100%);
  pointer-events: none;
}

.spray-solution-copy {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-content: start;
  column-gap: 12px;
  padding: 18px 16px;
}

.spray-solution-copy .icon-badge {
  grid-row: 1 / span 2;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  padding: 5px;
  font-size: 0.68rem;
}

.spray-solution-copy h3 {
  margin-bottom: 5px;
  font-size: 0.98rem;
  line-height: 1.12;
}

.spray-solution-copy p {
  max-width: 13rem;
  font-size: 0.84rem;
  line-height: 1.45;
}

.spray-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 24px;
  background:
    linear-gradient(180deg, rgba(20, 52, 128, 0.96) 0%, rgba(13, 33, 91, 0.96) 100%);
}

.spray-banner p {
  color: rgba(244, 247, 251, 0.82);
}

.spray-side-card {
  padding: 16px;
}

.spray-panel-eyebrow {
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.9);
  font-family: "Orbitron", sans-serif;
  font-size: 0.76rem;
  letter-spacing: 0.06em;
}

.spray-side-card h2 {
  font-size: clamp(1.04rem, 1.55vw, 1.28rem);
  line-height: 1.18;
}

.spray-price-box {
  margin-top: 12px;
  padding: 14px 14px 12px;
  border: 1px solid rgba(37, 98, 255, 0.3);
  border-radius: 10px;
  background: rgba(9, 17, 34, 0.84);
  text-align: center;
}

.spray-price-box strong {
  display: block;
  color: var(--brand);
  font-size: clamp(1.9rem, 3vw, 2.3rem);
  line-height: 1;
}

.spray-price-box span {
  display: block;
  margin-top: 6px;
  font-size: 1.14rem;
  font-weight: 700;
}

.spray-price-box p {
  margin-top: 10px;
  font-size: 0.88rem;
  line-height: 1.5;
}

.spray-badge-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.spray-badge-row span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 4px;
  color: rgba(244, 247, 251, 0.82);
  font-size: 0.82rem;
  text-align: center;
}

.spray-side-note {
  margin-top: 12px;
  font-size: 0.9rem;
}

.spray-process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
}

.spray-process-step {
  position: relative;
  padding: 6px 4px 0;
  text-align: center;
}

.spray-process-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 21px;
  right: -10px;
  width: 14px;
  height: 1px;
  background: rgba(37, 98, 255, 0.5);
}

.spray-process-step span {
  position: static;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(37, 98, 255, 0.32);
  background: rgba(37, 98, 255, 0.12);
  color: #dce6ff;
  font-family: "Orbitron", sans-serif;
  font-size: 0.74rem;
  margin-bottom: 8px;
  padding: 5px;
}

.spray-process-step h3 {
  margin-bottom: 4px;
  font-size: 0.9rem;
}

.spray-feature-side-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 160px;
  gap: 12px;
  align-items: center;
}

.spray-side-image {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  min-height: 132px;
}

.spray-side-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 70%;
}

.spray-quote {
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
}

.spray-quote-author {
  margin-top: 10px;
  color: rgba(244, 247, 251, 0.72);
}

.spray-faq-stack {
  display: grid;
  gap: 6px;
}

.spray-faq-item {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.02);
  overflow: hidden;
}

.spray-faq-item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.spray-faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 42px;
  padding: 10px 12px;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.92);
  text-align: left;
  cursor: pointer;
}

.spray-faq-question span {
  display: block;
  padding-right: 16px;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.45;
}

.spray-faq-question::after {
  content: "+";
  color: rgba(255, 255, 255, 0.62);
  font-size: 1rem;
  flex-shrink: 0;
}

.spray-faq-question[aria-expanded="true"]::after {
  content: "-";
  color: #fff;
}

.spray-faq-answer {
  padding: 0 12px 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.spray-faq-answer p {
  color: rgba(244, 247, 251, 0.74);
  font-size: 0.88rem;
  line-height: 1.65;
}

.spray-faq-card .spray-panel-eyebrow {
  margin-bottom: 12px;
}

.spray-section-block .section-head,
.spray-section-block .section-head h2 {
  max-width: none;
}

.spray-section-block .section-head {
  margin-bottom: 0;
}

.spray-section-block .eyebrow {
  margin-bottom: 8px;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
}

.spray-section-block .eyebrow::before {
  width: 26px;
}

.spray-section-block h2,
.spray-banner h2 {
  font-size: clamp(1.7rem, 2.2vw, 2.15rem);
}

.spray-hero-copy .page-actions {
  margin-top: 1.4rem;
  gap: 10px;
}

.training-showcase-section {
  padding-top: var(--page-top-space);
}

.training-showcase {
  display: grid;
  gap: 18px;
}

.training-hero-card,
.training-feature-card,
.training-panel,
.training-audience-panel,
.training-audience-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(10, 18, 33, 0.96) 0%, rgba(7, 13, 26, 0.94) 100%);
  box-shadow: var(--shadow-md);
}

.training-hero-card {
  position: relative;
  overflow: hidden;
  min-height: var(--page-hero-height);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.training-hero-copy {
  position: relative;
  z-index: 2;
  width: min(100%, 44rem);
  padding: 34px 34px 32px;
}

.training-hero-copy h1 {
  max-width: 9ch;
  font-size: var(--page-hero-title);
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.training-hero-copy h1 span {
  display: block;
}

.training-hero-copy h1 .accent {
  color: var(--brand);
}

.training-hero-subtitle {
  max-width: 34rem;
  margin-top: 1rem;
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  color: rgba(244, 247, 251, 0.8);
}

.training-hero-media {
  position: relative;
  position: absolute;
  inset: 0;
  background: #08111f;
}

.training-hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(1, 4, 12, 0.95) 0%, rgba(1, 4, 12, 0.88) 28%, rgba(1, 4, 12, 0.58) 48%, rgba(1, 4, 12, 0.24) 64%, rgba(1, 4, 12, 0.08) 78%, rgba(1, 4, 12, 0.38) 100%),
    linear-gradient(180deg, rgba(2, 5, 11, 0.46) 0%, rgba(2, 5, 11, 0.12) 30%, rgba(2, 5, 11, 0.68) 100%),
    linear-gradient(90deg, rgba(31, 98, 255, 0.15) 0%, transparent 28%);
  z-index: 1;
}

.training-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 73% 35%, rgba(58, 103, 255, 0.24), transparent 21%),
    radial-gradient(circle at 73% 50%, rgba(255, 255, 255, 0.08), transparent 14%);
  z-index: 1;
}

.training-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.training-feature-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0;
  background: linear-gradient(180deg, rgba(8, 15, 29, 0.96) 0%, rgba(5, 11, 22, 0.96) 100%);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
}

.training-feature-card {
  position: relative;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: center;
  column-gap: 14px;
  min-height: 96px;
  padding: 18px 20px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.training-feature-card:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 0;
  bottom: 18px;
  width: 1px;
  background: rgba(255, 255, 255, 0.08);
}

.training-feature-card .icon-badge {
  grid-row: 1 / span 2;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  margin-bottom: 0;
  padding: 6px;
  overflow: hidden;
  border: 1px solid rgba(37, 98, 255, 0.36);
  border-radius: 14px;
  background: rgba(10, 18, 36, 0.9);
  box-shadow: inset 0 0 18px rgba(37, 98, 255, 0.12);
}

.training-audience-card .icon-badge {
  grid-row: 1 / span 2;
  width: 36px;
  height: 36px;
  margin-bottom: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 0;
}

.training-feature-card .icon-badge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.training-audience-card .icon-badge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.training-feature-card h2,
.training-audience-card h2 {
  margin-bottom: 5px;
  font-size: clamp(1.05rem, 1.9vw, 1.3rem);
  line-height: 1.15;
}

.training-feature-card h2 {
  font-size: clamp(0.96rem, 1.2vw, 1.08rem);
}

.training-feature-card p {
  font-size: 0.92rem;
  line-height: 1.45;
}

.training-feature-card p,
.training-panel li,
.training-panel p,
.training-audience-card p {
  color: rgba(244, 247, 251, 0.74);
}

.training-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  gap: 18px;
}

.training-panel,
.training-audience-panel {
  padding: 24px;
}

.training-panel-label {
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.88);
  font-family: "Orbitron", sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.training-course-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 200px;
  gap: 18px;
  align-items: stretch;
}

.training-media-tile {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  min-height: 220px;
  background: rgba(255, 255, 255, 0.03);
}

.training-media-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.training-check-list {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.training-check-list li {
  position: relative;
  padding-left: 22px;
  color: rgba(244, 247, 251, 0.82);
}

.training-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(37, 98, 255, 0.94);
  box-shadow: 0 0 14px rgba(37, 98, 255, 0.4);
}

.training-audience-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(8, 15, 29, 0.96) 0%, rgba(5, 11, 22, 0.96) 100%);
}

.training-audience-card {
  position: relative;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  align-items: center;
  column-gap: 12px;
  min-height: 76px;
  padding: 14px 16px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.training-audience-card:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 14px;
  right: 0;
  bottom: 14px;
  width: 1px;
  background: rgba(255, 255, 255, 0.08);
}

.training-audience-card h2 {
  margin-bottom: 3px;
  font-size: clamp(0.9rem, 1.05vw, 1rem);
}

.training-audience-card p {
  font-size: 0.86rem;
  line-height: 1.4;
}

.training-cta-banner {
  margin-top: 2px;
}

.contact-showcase-section {
  padding-top: 26px;
}

.contact-showcase {
  display: grid;
  gap: 22px;
}

.contact-showcase-top {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
  gap: 22px;
  align-items: start;
}

.contact-intro-panel,
.contact-form-shell,
.contact-map-panel,
.contact-detail-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(10, 18, 33, 0.96) 0%, rgba(7, 13, 26, 0.94) 100%);
  box-shadow: var(--shadow-md);
}

.contact-intro-panel,
.contact-form-shell,
.contact-map-panel {
  padding: 24px;
}

.contact-intro-panel h2,
.contact-form-shell h2 {
  margin-bottom: 12px;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.contact-intro-panel > p {
  max-width: 28rem;
  color: rgba(244, 247, 251, 0.76);
}

.contact-info-stack {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.contact-detail-card {
  padding: 18px 18px 16px;
}

.contact-detail-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.02rem;
}

.contact-detail-card p,
.contact-detail-card a {
  color: rgba(244, 247, 251, 0.76);
}

.contact-form-shell h2 {
  font-size: clamp(1.45rem, 2.4vw, 2rem);
}

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

.contact-form-grid label {
  display: grid;
  gap: 8px;
}

.contact-form-grid span {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.92rem;
  font-weight: 600;
}

.contact-form-grid input,
.contact-form-grid select,
.contact-form-grid textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: rgba(5, 10, 20, 0.78);
  color: #fff;
  padding: 14px 16px;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.contact-form-grid input::placeholder,
.contact-form-grid textarea::placeholder {
  color: rgba(244, 247, 251, 0.46);
}

.contact-form-grid select {
  appearance: none;
}

.contact-form-grid textarea {
  resize: vertical;
  min-height: 150px;
}

.contact-form-grid input:focus,
.contact-form-grid select:focus,
.contact-form-grid textarea:focus {
  border-color: rgba(37, 98, 255, 0.34);
  box-shadow: 0 0 0 4px rgba(37, 98, 255, 0.08);
  background: rgba(7, 14, 28, 0.92);
}

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

.contact-submit {
  grid-column: 1 / -1;
  width: 100%;
  min-height: 54px;
  margin-top: 4px;
}

.contact-submit:disabled {
  cursor: wait;
  opacity: 0.72;
}

.contact-whatsapp-link {
  grid-column: 1 / -1;
  width: 100%;
  justify-content: center;
}

.contact-form-note {
  grid-column: 1 / -1;
  margin-top: 2px;
  color: rgba(244, 247, 251, 0.7);
  font-size: 0.94rem;
  line-height: 1.7;
}

.contact-form-note.is-success {
  color: #8ef0b4;
}

.contact-form-note.is-error {
  color: #ff9b9b;
}

.contact-form-note a {
  color: #9fc0ff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact-fallback-actions {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.contact-fallback-actions .btn-secondary {
  width: 100%;
  justify-content: center;
}

.is-hidden {
  display: none !important;
}

@media (max-width: 640px) {
  .contact-fallback-actions {
    grid-template-columns: 1fr;
  }
}

.contact-map-panel {
  overflow: hidden;
  padding: 14px;
}

.contact-map-frame {
  display: block;
  width: 100%;
  min-height: 320px;
  border: 0;
  border-radius: 18px;
  background: rgba(5, 10, 20, 0.78);
}

@media (max-width: 1080px) {
  .hero {
    background:
      linear-gradient(90deg, rgba(1, 4, 12, 0.96) 0%, rgba(1, 4, 12, 0.91) 39%, rgba(1, 4, 12, 0.38) 58%, rgba(1, 4, 12, 0.14) 76%, rgba(1, 4, 12, 0.8) 100%),
      url("../images/hero.webp") no-repeat right -0.75rem center / auto 78%;
  }

  .card-grid,
  .card-grid.five,
  .mini-grid,
  .contact-grid,
  .footer-grid,
  .page-hero-shell,
  .split-layout,
  .agri-bottom-grid,
  .home-solution-grid,
  .home-story-shell,
  .home-blog-grid,
  .home-bottom-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .home-hero-grid,
  .home-solution-grid,
  .home-blog-grid,
  .home-story-shell {
    grid-template-columns: 1fr;
  }

  .home-metric-strip,
  .home-why-grid,
  .home-logo-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .product-layout {
    grid-template-columns: 1fr;
  }

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

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

  .product-proof-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-proof-strip article:nth-child(3) {
    border-left: 0;
  }

  .product-proof-strip article:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.11);
  }

  .bhumitr-hero-grid,
  .bhumitr-top-grid,
  .bhumitr-split-grid {
    grid-template-columns: 1fr;
  }

  .bhumitr-hero-grid {
    gap: 24px;
    min-height: 0;
    padding-bottom: 24px;
  }

  .bhumitr-hero h1 {
    max-width: 11ch;
  }

  .bhumitr-feature-grid,
  .bhumitr-field-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bhumitr-stat-strip,
  .bhumitr-package-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }

  .bhumitr-stat-strip span {
    border-left: 0;
    padding: 0;
  }

  .home-enquiry-card {
    width: 100%;
    justify-self: start;
    max-width: 340px;
  }

  .agri-feature-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .agri-insight-grid,
  .agri-showcase-hero,
  .agri-bottom-grid {
    grid-template-columns: 1fr;
  }

  .training-feature-strip,
  .training-audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .training-feature-card:nth-child(2)::after {
    display: none;
  }

  .training-audience-card:nth-child(2)::after {
    display: none;
  }

  .training-feature-card:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .training-audience-card:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .spray-dashboard,
  .spray-feature-side-card {
    grid-template-columns: 1fr;
  }

  .spray-trust-strip,
  .spray-benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .spray-benefit-card:nth-child(2n) {
    border-right: 0;
  }

  .spray-benefit-card:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .spray-crop-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

  .spray-process-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .training-hero-card,
  .training-detail-grid {
    grid-template-columns: 1fr;
  }

  .agri-panel h2 {
    max-width: none;
  }

  .agri-service-layout {
    grid-template-columns: minmax(0, 1fr) 220px;
  }

  .contact-showcase-top {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .site-header {
    position: relative;
  }

  .site-header.home-header {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(4, 9, 20, 0.88);
    backdrop-filter: blur(18px);
  }

  .header-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px 16px;
    align-items: center;
    padding: 14px 0;
  }

  .brand {
    width: min(100%, 184px);
  }

  .nav-toggle {
    display: inline-flex;
    justify-self: end;
  }

  .header-cta {
    display: none;
  }

  .site-nav {
    display: none;
    grid-column: 1 / -1;
    flex-basis: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin-top: 6px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(10, 18, 33, 0.96) 0%, rgba(7, 14, 28, 0.92) 100%);
    box-shadow: var(--shadow-md);
  }

  .site-nav.open {
    display: flex;
  }

  .site-nav a {
    width: 100%;
    padding: 12px 14px;
    border-radius: 12px;
  }

  .site-nav a:hover,
  .site-nav a[aria-current="page"] {
    background: rgba(255, 255, 255, 0.05);
  }

  .site-nav a::after {
    left: 14px;
    right: calc(100% - 92px);
    bottom: 6px;
  }

  .product-showcase {
    padding-top: 24px;
  }

  .product-hero {
    min-height: 300px;
  }

  .product-hero-copy {
    padding: 28px 22px;
  }

  .product-hero-drone {
    inset: 0;
    width: 100%;
  }

  .product-catalog-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-compare {
    width: 100%;
  }

  .hero-content {
    width: min(100%, 36rem);
    padding-top: 28px;
  }

  .home-hero-card {
    min-height: 0;
  }

  .home-hero-grid {
    padding: 104px 22px 22px;
  }

  .cta-banner {
    flex-direction: column;
    align-items: flex-start;
  }

  .agri-showcase-shell {
    padding: 0;
    border-radius: 0;
  }

  .agri-showcase-visual {
    min-height: 320px;
  }

  .agri-service-layout {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .agri-map-graphic {
    justify-self: start;
    max-width: 260px;
  }

  .training-hero-card {
    min-height: 0;
  }

  .spray-hero-card {
    min-height: 360px;
  }

  .spray-hero-copy {
    padding: 26px 24px 24px;
  }

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

  .training-hero-copy {
    padding: 26px 24px 24px;
  }

  .training-hero-card {
    min-height: 320px;
  }

  .training-course-layout {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 720px) {
  .section,
  .section-tight {
    padding: 64px 0;
  }

  .brand {
    width: min(100%, 172px);
  }

  .brand-image {
    max-height: 60px;
  }

  .hero {
    align-items: flex-start;
    background:
      linear-gradient(90deg, rgba(1, 4, 12, 0.99) 0%, rgba(1, 4, 12, 0.95) 36%, rgba(1, 4, 12, 0.42) 64%, rgba(1, 4, 12, 0.68) 100%),
      url("../images/hero.webp") no-repeat right -22rem top 4.9rem / auto 82%;
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(2, 5, 11, 0.28) 0%, rgba(2, 5, 11, 0.08) 24%, rgba(2, 5, 11, 0.6) 100%),
      linear-gradient(90deg, rgba(2, 5, 11, 0.86) 0%, rgba(2, 5, 11, 0.58) 36%, rgba(2, 5, 11, 0.12) 68%, transparent 82%),
      linear-gradient(90deg, rgba(31, 98, 255, 0.16) 0%, transparent 30%);
  }

  .hero-overlay {
    background:
      radial-gradient(circle at 69% 39%, rgba(58, 103, 255, 0.34), transparent 14%),
      radial-gradient(circle at 72% 40%, rgba(255, 255, 255, 0.16), transparent 16%),
      radial-gradient(circle at 78% 48%, rgba(255, 255, 255, 0.08), transparent 18%);
  }

  .hero-content {
    width: min(100%, 23rem);
    padding: 24px 18px 28px;
    background: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
  }

  .hero .eyebrow {
    margin-bottom: 14px;
    font-size: 0.68rem;
    letter-spacing: 0.24em;
    gap: 10px;
  }

  .hero .eyebrow::before {
    width: 28px;
  }

  .hero h1 {
    max-width: 10ch;
    font-size: clamp(2.5rem, 11.6vw, 3.7rem);
    letter-spacing: -0.06em;
    line-height: 0.92;
    text-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
  }

  .hero-subtitle {
    max-width: 18rem;
    margin-top: 1rem;
    font-size: 0.98rem;
    line-height: 1.75;
    color: rgba(244, 247, 251, 0.8);
  }

  .hero-actions {
    margin-top: 1.5rem;
    gap: 12px;
    width: min(100%, 21rem);
  }

  .hero-actions .btn-primary,
  .hero-actions .btn-secondary {
    width: 100%;
    min-height: 54px;
  }

  .hero-actions,
  .page-actions,
  .cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .home-metric-strip,
  .home-why-grid,
  .home-logo-row {
    grid-template-columns: 1fr;
  }

  .card-grid,
  .card-grid.five,
  .mini-grid,
  .contact-grid,
  .footer-grid,
  .page-hero-shell,
  .split-layout,
  .agri-feature-strip,
  .agri-insight-grid,
  .agri-bottom-grid,
  .agri-benefits-layout,
  .training-feature-strip,
  .training-audience-grid,
  .home-bottom-grid {
    grid-template-columns: 1fr;
  }

  .trust-bar-inner span + span::before {
    content: "";
    margin: 0;
  }

  .training-feature-card:not(:last-child)::after {
    display: none;
  }

  .training-audience-card:not(:last-child)::after {
    display: none;
  }

  .training-feature-card:nth-child(-n + 3) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .training-audience-card:nth-child(-n + 3) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .page-hero {
    padding-top: 58px;
  }

  .home-revamp {
    padding-top: 62px;
  }

  .home-hero-grid {
    padding: 92px 18px 18px;
  }

  .home-hero-copy h1 {
    max-width: none;
    font-size: clamp(2.45rem, 11vw, 3.7rem);
  }

  .home-enquiry-card,
  .home-story-card,
  .home-testimonial-panel,
  .home-faq-card,
  .home-cta-card {
    padding: 20px;
  }

  .home-cta-card .cta-actions {
    grid-template-columns: 1fr;
  }

  .page-hero-visual {
    min-height: 280px;
  }

  .agri-showcase {
    padding-top: 28px;
  }

  .agri-showcase-shell {
    padding: 0;
    border-radius: 0;
  }

  .agri-showcase-hero {
    padding: 0;
    gap: 18px;
  }

  .agri-showcase-copy h1 {
    max-width: none;
    font-size: clamp(2.45rem, 11vw, 3.7rem);
  }

  .agri-showcase-copy .page-summary {
    font-size: 1rem;
  }

  .agri-showcase-visual {
    min-height: 260px;
  }

  .agri-feature-card,
  .agri-panel {
    padding: 20px;
  }

  .agri-map-graphic {
    min-height: 200px;
    max-width: none;
  }

  .training-showcase-section {
    padding-top: 20px;
  }

  .training-panel,
  .training-audience-panel {
    padding: 20px;
  }

  .spray-showcase-section {
    padding-top: 20px;
  }

  .spray-trust-strip,
  .spray-benefit-grid,
  .spray-crop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .spray-benefit-card:nth-child(2n) {
    border-right: 0;
  }

  .spray-benefit-card:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .spray-mini-stat {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .spray-mini-stat:nth-child(2n) {
    border-right: 0;
  }

  .spray-mini-stat:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .spray-process-list {
    grid-template-columns: 1fr 1fr;
  }

  .spray-process-step::after {
    display: none;
  }

  .spray-hero-copy h1 {
    max-width: none;
    font-size: clamp(2.45rem, 11vw, 3.7rem);
  }

  .spray-hero-kicker {
    font-size: 1.24rem;
  }

  .spray-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 22px;
  }

  .spray-side-card {
    padding: 20px;
  }

  .training-hero-copy h1 {
    max-width: none;
    font-size: clamp(2.45rem, 11vw, 3.7rem);
  }

  .training-hero-card {
    min-height: 260px;
  }

  .contact-intro-panel,
  .contact-form-shell,
  .contact-map-panel {
    padding: 20px;
  }

  .contact-map-frame {
    min-height: 260px;
  }

  .footer-brand {
    display: grid;
    justify-items: center;
    text-align: center;
  }

  .footer {
    padding: 34px 0 22px;
  }

  .footer-grid {
    gap: 16px;
  }

  .footer-column {
    padding: 20px 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(11, 18, 34, 0.9) 0%, rgba(7, 13, 24, 0.84) 100%);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
  }

  .footer-column h4 {
    margin-bottom: 12px;
  }

  .footer-column ul {
    gap: 8px;
  }

  .footer-column a {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
  }

  .footer-brand .brand,
  .footer-brand p {
    margin-inline: auto;
  }

  .footer-bottom {
    margin-top: 18px;
    padding: 18px 6px 0;
    justify-content: center;
    text-align: center;
  }
}

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

  .header-row {
    gap: 10px 12px;
    padding: 12px 0;
  }

  .brand {
    width: min(100%, 162px);
  }

  .brand-image {
    max-height: 56px;
  }

  .nav-toggle {
    min-height: 42px;
    gap: 8px;
    padding: 0 13px;
    border-radius: 14px;
    font-size: 0.82rem;
  }

  .nav-toggle-icon,
  .nav-toggle-icon::before,
  .nav-toggle-icon::after {
    width: 14px;
  }

  .nav-toggle-icon {
    height: 10px;
    background-size: 14px 2px;
  }

  .nav-toggle[aria-expanded="true"] .nav-toggle-icon::before {
    top: 4px;
  }

  .nav-toggle[aria-expanded="true"] .nav-toggle-icon::after {
    bottom: 4px;
  }

  .hero-content {
    width: min(100%, 20rem);
    padding: 22px 14px 26px;
  }

  .home-hero-grid {
    padding: 88px 16px 16px;
  }

  .home-enquiry-card {
    max-width: none;
    padding: 16px;
  }

  .home-cta-card {
    padding: 18px 16px;
  }

  .home-cta-card h3 {
    font-size: 1.3rem;
  }

  .home-cta-card p:not(.home-card-label) {
    font-size: 0.92rem;
  }

  .product-layout {
    gap: 18px;
  }

  .product-sidebar,
  .product-grid,
  .product-proof-strip {
    grid-template-columns: 1fr;
  }

  .product-card,
  .product-grid > .product-card:nth-last-child(2) {
    grid-column: auto;
  }

  .product-proof-strip article + article,
  .product-proof-strip article:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.11);
  }

  .product-hero {
    min-height: 340px;
  }

  .product-hero-copy {
    padding: 24px 18px;
  }

  .product-hero-drone {
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .product-hero-drone::after {
    background: linear-gradient(180deg, rgba(4, 9, 20, 0.92), rgba(4, 9, 20, 0.28));
  }

  .product-tabs {
    display: grid;
    grid-template-columns: 1fr;
  }

  .product-tabs button {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: left;
  }

  .product-tabs button:last-child {
    border-bottom: 0;
  }

  .product-card > img,
  .product-card::after {
    height: 150px;
  }

  .product-help-card,
  .product-brochure-card {
    padding-right: 20px;
    padding-bottom: 150px;
  }

  .product-help-card img,
  .product-brochure-card img {
    right: 16px;
  }

  .bhumitr-hero-grid {
    min-height: 420px;
  }

  .bhumitr-actions,
  .bhumitr-bottom-cta {
    grid-template-columns: 1fr;
  }

  .bhumitr-actions .btn-primary,
  .bhumitr-actions .btn-secondary,
  .bhumitr-actions .btn-ghost,
  .bhumitr-bottom-cta a {
    width: 100%;
  }

  .bhumitr-stat-strip,
  .bhumitr-spec-grid,
  .bhumitr-feature-grid,
  .bhumitr-package-grid,
  .bhumitr-check-grid,
  .bhumitr-field-grid,
  .bhumitr-faq-grid {
    grid-template-columns: 1fr;
  }

  .bhumitr-gallery-thumbs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero h1 {
    max-width: 9.5ch;
    font-size: clamp(2.3rem, 13.2vw, 3.25rem);
  }

  .hero-subtitle {
    max-width: 16.5rem;
    font-size: 0.95rem;
  }

  .hero {
    background:
      linear-gradient(90deg, rgba(1, 4, 12, 0.99) 0%, rgba(1, 4, 12, 0.95) 40%, rgba(1, 4, 12, 0.46) 68%, rgba(1, 4, 12, 0.7) 100%),
      url("../images/hero.webp") no-repeat right -23rem top 4.9rem / auto 78%;
  }

  .agri-showcase-shell {
    padding: 0;
  }

  .agri-showcase-copy h1 {
    font-size: clamp(2.2rem, 12.4vw, 3.15rem);
  }

  .agri-showcase-visual {
    min-height: 220px;
  }

  .agri-showcase-tag {
    left: 14px;
    right: 14px;
    bottom: 14px;
    justify-content: center;
    text-align: center;
  }

  .training-hero-copy {
    padding: 22px 18px 20px;
  }

  .spray-hero-copy {
    padding: 22px 18px 20px;
  }

  .spray-badge-row {
    grid-template-columns: 1fr;
  }

  .spray-trust-strip,
  .spray-benefit-grid {
    grid-template-columns: 1fr;
  }

  .spray-benefit-card {
    border-right: 0;
  }

  .spray-benefit-card:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .spray-mini-stat {
    border-right: 0;
  }

  .spray-mini-stat:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .spray-crop-grid,
  .spray-solution-grid {
    grid-template-columns: 1fr 1fr;
  }

  .spray-process-list {
    grid-template-columns: 1fr;
  }

  .training-hero-card {
    min-height: 220px;
  }

  .spray-hero-card {
    min-height: 260px;
  }

  .contact-map-panel {
    padding: 12px;
  }

  .contact-map-frame {
    min-height: 220px;
  }

  .footer-brand .brand {
    width: min(100%, 190px);
  }

  .footer {
    padding: 30px 0 18px;
  }

  .footer-grid {
    gap: 14px;
  }

  .footer-column {
    padding: 18px 16px;
    border-radius: 16px;
  }

  .footer-brand {
    gap: 10px;
  }

  .footer-brand p {
    font-size: 1rem;
    line-height: 1.65;
  }

  .footer-column h4 {
    margin-bottom: 10px;
    font-size: 1.08rem;
  }

  .footer-column ul {
    gap: 6px;
  }

  .footer-column a {
    min-height: 34px;
    font-size: 1rem;
  }

  .footer-bottom {
    gap: 10px;
    margin-top: 16px;
    padding-top: 16px;
    font-size: 0.98rem;
    line-height: 1.6;
  }
}

@media (max-width: 720px) {
  :root {
    --page-top-space: 24px;
    --page-hero-height: auto;
    --page-hero-title: clamp(2.15rem, 10vw, 3.05rem);
  }

  html,
  body {
    overflow-x: hidden;
  }

  .container,
  .hero {
    width: min(calc(100% - 24px), var(--container));
  }

  .section,
  .section-tight {
    padding: 48px 0;
  }

  .hero,
  .page-hero-shell,
  .agri-showcase-hero,
  .spray-hero-card,
  .training-hero-card,
  .product-hero {
    min-height: 0;
  }

  .hero {
    margin-top: var(--page-top-space);
    border-radius: 0;
    background:
      linear-gradient(90deg, rgba(1, 4, 12, 0.97) 0%, rgba(1, 4, 12, 0.9) 55%, rgba(1, 4, 12, 0.38) 100%),
      url("../images/hero.webp") center / cover no-repeat;
  }

  .hero-content,
  .page-hero-shell > :first-child,
  .agri-showcase-copy,
  .spray-hero-copy,
  .training-hero-copy,
  .product-hero-copy {
    width: 100%;
    max-width: none;
    padding: 24px 18px;
  }

  h1,
  .hero h1,
  .page-hero h1,
  .agri-showcase-copy h1,
  .spray-hero-copy h1,
  .training-hero-copy h1,
  .product-hero h1 {
    max-width: none;
    font-size: var(--page-hero-title);
    line-height: 1.02;
    letter-spacing: -0.04em;
    overflow-wrap: anywhere;
  }

  .hero-subtitle,
  .page-summary,
  .agri-showcase-copy .page-summary,
  .spray-hero-subtitle,
  .training-hero-subtitle,
  .product-summary {
    max-width: none;
    font-size: 1rem;
    line-height: 1.6;
  }

  .page-actions,
  .hero-actions,
  .bhumitr-actions,
  .bhumitr-bottom-cta,
  .contact-fallback-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .btn,
  .btn-primary,
  .btn-secondary,
  .btn-ghost,
  .product-card-body a,
  .product-wide-btn {
    width: 100%;
    min-height: 48px;
  }

  .page-hero-visual,
  .agri-showcase-visual,
  .spray-hero-media,
  .training-hero-media,
  .product-hero-drone {
    position: absolute;
    inset: 0;
  }

  .page-hero-tag,
  .agri-showcase-tag {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0 18px 18px;
    justify-content: center;
    text-align: center;
  }

  .home-revamp,
  .agri-showcase,
  .product-showcase,
  .spray-showcase-section,
  .training-showcase-section,
  .contact-showcase-section {
    padding-top: 32px;
  }

  .home-hero-grid,
  .home-story-shell,
  .home-blog-grid,
  .home-bottom-grid,
  .agri-feature-strip,
  .agri-insight-grid,
  .agri-benefits-layout,
  .agri-service-layout,
  .agri-bottom-grid,
  .product-layout,
  .product-sidebar,
  .product-grid,
  .product-proof-strip,
  .spray-dashboard,
  .spray-trust-strip,
  .spray-benefit-grid,
  .spray-crop-grid,
  .spray-solution-grid,
  .spray-process-list,
  .training-feature-strip,
  .training-course-layout,
  .training-audience-grid,
  .contact-showcase-top,
  .contact-form-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .product-card,
  .product-grid > .product-card:nth-last-child(2) {
    grid-column: auto;
  }

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

  .product-specs span,
  .spray-process-step p,
  .contact-form-note {
    overflow-wrap: anywhere;
  }

  .bhumitr-stat-strip,
  .bhumitr-spec-grid,
  .bhumitr-feature-grid,
  .bhumitr-package-grid,
  .bhumitr-check-grid,
  .bhumitr-field-grid,
  .bhumitr-faq-grid {
    grid-template-columns: 1fr;
  }

  .blog-post {
    padding: 22px 18px;
  }

  .blog-benefit-grid,
  .blog-faq-list,
  .blog-detail-layout,
  .blog-related-grid {
    grid-template-columns: 1fr;
  }

  .blog-sidebar {
    position: static;
  }

  .blog-answer-card,
  .blog-final-cta {
    padding: 20px 18px;
  }

  .blog-article-hero {
    padding-top: calc(var(--header-height) + 20px);
  }

  .blog-article-hero-grid,
  .blog-article-layout,
  .blog-icon-grid {
    grid-template-columns: 1fr;
  }

  .blog-article-hero-copy h1 {
    max-width: none;
    font-size: clamp(2.25rem, 11vw, 3.2rem);
  }

  .blog-article-hero-media img {
    aspect-ratio: 1.35;
  }

  .blog-article-content {
    padding: 0;
  }

  .blog-icon-grid article {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 14px 0;
  }

  .blog-side-link {
    grid-template-columns: 72px 1fr;
  }

  .blog-side-link img {
    width: 72px;
  }
}

@media (max-width: 420px) {
  .container,
  .hero {
    width: min(calc(100% - 18px), var(--container));
  }

  .brand {
    width: min(100%, 148px);
  }

  .brand-image {
    max-height: 50px;
  }

  .nav-toggle {
    min-height: 40px;
    padding: 0 11px;
  }

  .eyebrow {
    font-size: 0.66rem;
    letter-spacing: 0.18em;
  }

  .eyebrow::before {
    width: 26px;
  }

  .hero-content,
  .page-hero-shell > :first-child,
  .agri-showcase-copy,
  .spray-hero-copy,
  .training-hero-copy,
  .product-hero-copy,
  .contact-intro-panel,
  .contact-form-shell,
  .contact-map-panel,
  .product-side-card,
  .agri-feature-card,
  .agri-panel,
  .training-panel,
  .training-audience-panel {
    padding: 18px 14px;
  }

  .product-specs {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .product-card > img,
  .product-card::after {
    height: 170px;
  }

  .bhumitr-gallery-thumbs {
    grid-template-columns: 1fr;
  }

  .blog-post {
    padding: 18px 14px;
  }

  .blog-numbered-list li {
    padding: 14px 14px 14px 52px;
  }

  .blog-numbered-list li::before {
    left: 14px;
    top: 14px;
  }
}
