:root {
  --orange: #f27405;
  --orange-dark: #d95a00;
  --orange-light: #ff9e48;
  --black: #1c1c1c;
  --ink: #252525;
  --muted: #697075;
  --soft: #f5f5f5;
  --line: #e8e8e8;
  --white: #fff;
  --space: 8px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  font-family: 'Open Sans', sans-serif;
  line-height: 1.55;
  background: var(--white);
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3,
.button,
.nav a {
  font-family: Montserrat, sans-serif;
}
h1,
h2 {
  line-height: 1.12;
  letter-spacing: -0.04em;
}
h1 {
  font-size: clamp(38px, 5.5vw, 68px);
  max-width: 800px;
  margin-bottom: 24px;
}
h1 span,
h2 span {
  color: var(--orange);
}
h2 {
  font-size: clamp(30px, 4vw, 48px);
  margin-bottom: 22px;
}
h3 {
  line-height: 1.18;
}
.container {
  width: min(1180px, calc(100% - 48px));
  margin: auto;
}
.topbar {
  background: var(--orange);
  color: #fff;
  font-size: 12px;
}
.topbar-inner {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.topbar-item {
  display: flex;
  align-items: center;
  gap: 6px;
}
.topbar a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: 0.2s;
}
.topbar a:hover {
  opacity: 0.85;
}
.topbar i {
  font-size: 14px;
}
.header {
  background: #000000;
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 10;
  transition: 0.3s;
  box-shadow: 0 4px 20px #00000040;
}
.header.scrolled {
  box-shadow: 0 8px 28px #0003;
}
.header-inner {
  min-height: 92px;
  display: flex;
  align-items: center;
  gap: 36px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
  font-family: Montserrat;
  font-weight: 800;
  font-size: 16px;
  line-height: 1.05;
  letter-spacing: -0.03em;
  transition: 0.2s;
}
.brand:hover {
  opacity: 0.9;
}
.brand img {
  width: 220px;
  height: 88px;
  object-fit: contain;
  filter: brightness(1.05);
}
.nav {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-left: auto;
}
.nav a {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #d1d1d1;
  text-decoration: none;
  transition: 0.2s;
  font-weight: 600;
  position: relative;
  padding: 6px 0;
}
.nav a:hover,
.nav a.active {
  color: var(--orange);
}
.nav a.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--orange);
  border-radius: 2px;
}
.header-cta {
  font: 700 11px Montserrat;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
  background: var(--orange);
  padding: 15px 22px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: 0.25s;
  border-radius: 2px;
}
.header-cta:hover {
  background: var(--orange-dark);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px #f2740555;
}
.header-cta i {
  font-size: 14px;
}
.menu-toggle {
  display: none;
  background: none;
  border: 0;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}
.menu-toggle i {
  font-size: 26px;
}
.hero {
  background: var(--black);
  color: #fff;
  overflow: hidden;
}
.hero-swiper {
  width: 100%;
}
.hero-slide {
  min-height: 600px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  padding: 90px 0;
}
.hero-slide-inner {
  max-width: 680px;
}
.hero-slide .eyebrow {
  margin-bottom: 18px;
}
.hero-slide h1 {
  margin-bottom: 20px;
}
.hero-slide .hero-lead {
  margin-bottom: 34px;
}
.hero-pagination {
  bottom: 32px !important;
}
.hero-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.4;
  width: 10px;
  height: 10px;
  transition: 0.25s;
}
.hero-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--orange);
  width: 28px;
  border-radius: 5px;
}
.hero-nav-prev,
.hero-nav-next {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.12);
  width: 44px !important;
  height: 44px !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s;
  --swiper-navigation-size: 16px;
}
.hero-nav-prev::after,
.hero-nav-next::after {
  font-size: 16px !important;
  color: #fff !important;
  font-weight: 700;
}
.hero-nav-prev:hover,
.hero-nav-next:hover {
  background: var(--orange);
}
.hero-nav-prev:hover::after,
.hero-nav-next:hover::after {
  color: #fff !important;
}
@media (max-width: 768px) {
  .hero-slide {
    min-height: 500px;
    padding: 60px 0;
  }
  .hero-nav-prev,
  .hero-nav-next {
    display: none;
  }
}
.eyebrow {
  font: 700 11px Montserrat;
  letter-spacing: 0.16em;
  color: var(--orange);
  margin-bottom: 18px;
}
.hero-lead {
  font-size: 17px;
  line-height: 1.75;
  color: #b8b8b8;
  max-width: 670px;
  margin-bottom: 34px;
}
.hero-actions {
  display: flex;
  gap: 26px;
  align-items: center;
}
.button {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  background: var(--orange);
  color: #fff;
  padding: 17px 24px;
  text-decoration: none;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border: 0;
  cursor: pointer;
  transition: 0.25s;
  border-radius: 2px;
}
.button:hover {
  background: var(--orange-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 22px #f2740544;
}
.button i {
  font-size: 15px;
}
.text-link {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: var(--orange);
  font: 700 12px Montserrat;
  text-decoration: none;
  border-bottom: 1px solid #f2740566;
  padding-bottom: 5px;
  transition: 0.2s;
}
.text-link:hover {
  gap: 14px;
}
.text-link i {
  font-size: 16px;
}
.text-link.light {
  color: #fff;
  border-color: #ffffff66;
}
.trust-row {
  display: flex;
  gap: 34px;
  margin-top: 58px;
}
.trust-row div {
  padding-left: 14px;
  border-left: 1px solid #ffffff33;
}
.trust-row strong {
  display: block;
  font: 800 20px Montserrat;
}
.trust-row small {
  color: #888;
  font-size: 11px;
}
.hero-card {
  height: 390px;
  background: linear-gradient(145deg, #303030, #181818);
  border: 1px solid #ffffff18;
  position: relative;
  padding: 45px 48px;
  box-shadow: 0 35px 70px #0008;
  border-radius: 4px;
}
.card-glow {
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: #f2740550;
  filter: blur(70px);
  right: -45px;
  top: -45px;
}
.card-label {
  font: 700 10px Montserrat;
  color: #999;
  letter-spacing: 0.15em;
  position: relative;
}
.chart {
  height: 185px;
  display: flex;
  align-items: end;
  gap: 12px;
  margin-top: 38px;
  border-bottom: 1px solid #ffffff22;
  background: repeating-linear-gradient(
    to bottom,
    transparent,
    transparent 45px,
    #ffffff0b 46px
  );
}
.chart span {
  background: linear-gradient(to top, #d95a00, #ff9e48);
  width: 12%;
  position: relative;
}
.chart span:last-child {
  box-shadow: 0 0 25px #f27405;
}
.chart-footer {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-top: 18px;
}
.chart-footer small,
.floating-note small {
  display: block;
  color: #929292;
  font-size: 11px;
}
.chart-footer strong {
  font: 800 27px Montserrat;
}
.trend {
  color: var(--orange);
  font-size: 28px;
}
.floating-note {
  position: absolute;
  bottom: -27px;
  left: -34px;
  background: #fff;
  color: var(--ink);
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 12px 30px #0005;
  border-radius: 3px;
}
.floating-note strong {
  font: 700 12px Montserrat;
}
.note-icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #f2740520;
  color: var(--orange);
  display: grid;
  place-items: center;
}
.note-icon i {
  font-size: 16px;
}
.section {
  padding: 120px 0;
}
.intro {
  background: #fff;
}
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
.intro-text {
  max-width: 480px;
  padding-top: 42px;
  color: var(--muted);
  font-size: 17px;
}
.intro-text p {
  margin-bottom: 28px;
}
.soft {
  background: var(--soft);
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 50px;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.service-card {
  min-height: 300px;
  background: #fff;
  border-top: 3px solid transparent;
  padding: 28px 24px;
  position: relative;
  transition: 0.25s;
  border-radius: 2px;
  text-decoration: none;
  color: inherit;
  display: block;
}
.service-card:hover,
.service-card.featured {
  border-color: var(--orange);
  transform: translateY(-5px);
  box-shadow: 0 14px 35px #0000000d;
}
.service-icon {
  color: var(--orange);
  font-size: 32px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.service-icon i {
  font-size: 36px;
}
.service-card p {
  color: #a2a2a2;
  font: 700 11px Montserrat;
}
.service-card h3 {
  font-size: 20px;
  margin-top: 14px;
}
.service-card small {
  display: block;
  color: var(--muted);
  margin-top: 22px;
  line-height: 1.6;
}
.card-arrow {
  position: absolute;
  right: 22px;
  top: 28px;
  color: var(--orange);
  font-size: 22px;
}
.card-arrow i {
  font-size: 22px;
}
.numbers {
  background: linear-gradient(120deg, #1c1c1c 0%, #24211f 58%, #342217 100%);
  border-top: 4px solid var(--orange);
  color: #fff;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 1px 0 #ffffff12;
}
.numbers-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
.metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  border-left: 1px solid #ffffff22;
  padding-left: 52px;
}
.metrics div {
  border-bottom: 1px solid #ffffff22;
  padding-bottom: 20px;
}
.metrics strong {
  display: block;
  font: 800 clamp(27px, 3vw, 42px) Montserrat;
  color: var(--orange);
}
.metrics small {
  color: #929292;
  font-size: 12px;
}
.why-us {
  background: #fff;
}
.why-us .section-heading {
  justify-content: center;
  text-align: center;
  flex-direction: column;
  align-items: center;
}
.why-us .section-sub {
  color: var(--muted);
  font-size: 17px;
  max-width: 620px;
  margin: 8px auto 0;
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 54px;
}
.why-card {
  background: var(--soft);
  border-top: 3px solid transparent;
  padding: 32px 28px;
  border-radius: 3px;
  transition: 0.25s;
}
.why-card:hover {
  border-color: var(--orange);
  transform: translateY(-5px);
  box-shadow: 0 14px 35px #0000000d;
}
.why-icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #f2740518;
  color: var(--orange);
  display: grid;
  place-items: center;
  margin-bottom: 22px;
}
.why-icon i {
  font-size: 26px;
}
.why-card h3 {
  font-size: 18px;
  margin-bottom: 14px;
}
.why-card p {
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.65;
}
.why-cta {
  text-align: center;
  margin-top: 48px;
}
@media (max-width: 900px) {
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 680px) {
  .why-grid {
    grid-template-columns: 1fr;
  }
}
.case-info-row {
  display: flex;
  gap: 20px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}
.case-info-item {
  flex: 1;
  min-width: 200px;
  background: var(--soft);
  border-left: 3px solid var(--orange);
  padding: 20px 24px;
  border-radius: 2px;
}
.case-info-label {
  display: block;
  font: 700 10px Montserrat;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 8px;
}
.case-info-item strong {
  display: block;
  font: 800 18px Montserrat;
  color: var(--ink);
}
.case-info-item small {
  display: block;
  color: var(--muted);
  font-size: 13px;
  margin-top: 4px;
}
.case-result-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 8px;
}
.case-result-item {
  background: linear-gradient(135deg, #fff7ed, #fef3e7);
  border: 1px solid #f2740533;
  border-radius: 4px;
  padding: 28px 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.case-result-item i {
  font-size: 34px;
  color: var(--orange);
}
.case-result-item strong {
  font: 800 28px Montserrat;
  color: var(--orange-dark);
}
.case-result-item small {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}
@media (max-width: 680px) {
  .case-result-box {
    grid-template-columns: 1fr;
  }
}
.cases-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 54px;
}
.case-card {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 4px 18px #0000000d;
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
}
.case-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 44px #0000001a;
}
.case-card-img {
  height: 220px;
  overflow: hidden;
  position: relative;
}
.case-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.case-card:hover .case-card-img img {
  transform: scale(1.06);
}
.case-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: var(--orange);
  color: #fff;
  font: 700 10px Montserrat;
  letter-spacing: 0.1em;
  padding: 7px 14px;
  border-radius: 2px;
}
.case-card-body {
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1;
}
.case-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font: 700 10px Montserrat;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--orange);
}
.case-tag i {
  font-size: 13px;
}
.case-card-body h3 {
  font-size: 20px;
  line-height: 1.25;
}
.case-card-body p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
  flex: 1;
}
.case-highlight {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f2740512;
  color: var(--orange-dark);
  font: 700 13px Montserrat;
  padding: 10px 16px;
  border-radius: 2px;
  border-left: 3px solid var(--orange);
}
.case-highlight i {
  font-size: 18px;
}
.case-card .text-link {
  margin-top: 4px;
}
@media (max-width: 900px) {
  .cases-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 680px) {
  .cases-grid {
    grid-template-columns: 1fr;
  }
}
.testimonial {
  background: #f5f3f0;
  text-align: center;
}
.testimonial .section-heading {
  justify-content: center;
  text-align: center;
  flex-direction: column;
  align-items: center;
}
.testimonial .container {
  position: relative;
}
.testimonial-swiper {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 20px;
  overflow: visible;
}
.testimonial-card {
  background: #fff;
  border-radius: 4px;
  padding: 48px 44px;
  box-shadow: 0 8px 30px #0000000d;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.testimonial-card .quote-mark {
  font: 800 80px Georgia;
  color: var(--orange);
  line-height: 0.5;
  margin-bottom: 20px;
}
.testimonial-card blockquote,
.testimonial-card .testimonial-text {
  font:
    400 25px 'Open Sans',
    sans-serif;
  line-height: 1.65;
  margin: 0 0 24px;
  color: var(--ink);
}
.testimonial-card .quote-author {
  font-size: 14px;
  font-weight: 700;
}
.testimonial-card .quote-author span {
  color: #999;
  font-weight: 400;
}
.testimonial-swiper .swiper-pagination {
  bottom: -6px;
}
.testimonial-swiper .swiper-pagination-bullet {
  background: var(--orange);
  opacity: 0.35;
}
.testimonial-swiper .swiper-pagination-bullet-active {
  opacity: 1;
}
.testimonial .swiper-button-prev,
.testimonial .swiper-button-next {
  color: var(--orange);
  position: absolute;
  top: calc(50% + 10px);
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 14px #0002;
  transition: 0.25s;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.testimonial .swiper-button-prev:hover,
.testimonial .swiper-button-next:hover {
  background: var(--orange);
  color: #fff;
}
.testimonial .swiper-button-prev::after,
.testimonial .swiper-button-next::after {
  display: none !important;
}
.testimonial .swiper-button-prev i,
.testimonial .swiper-button-next i {
  display: block;
  font-size: 22px;
}
.testimonial .swiper-button-prev {
  left: calc(50% - 450px);
}
.testimonial .swiper-button-next {
  right: calc(50% - 450px);
}
.testimonial-cta {
  margin-top: 54px;
}
@media (max-width: 900px) {
  .testimonial .swiper-button-prev,
  .testimonial .swiper-button-next {
    display: none;
  }
}
@media (max-width: 680px) {
  .testimonial-swiper {
    padding: 0 10px;
  }
  .testimonial-card {
    padding: 34px 26px;
  }
  .testimonial-card blockquote,
  .testimonial-card .testimonial-text {
    font-size: 17px;
  }
}
.testimonial-wrap {
  max-width: 850px;
}
.quote-mark {
  font: 800 90px Georgia;
  color: var(--orange);
  line-height: 0.7;
  margin-bottom: 26px;
}
.testimonial blockquote {
  font: 600 clamp(23px, 3vw, 35px) Montserrat;
  line-height: 1.35;
  margin: 0 0 28px;
}
.quote-author {
  font-size: 13px;
  font-weight: 700;
}
.quote-author span {
  color: #999;
  font-weight: 400;
}
.cta-band {
  padding: 74px 0;
  background: var(--orange);
  color: #fff;
}
.cta-band .eyebrow {
  color: #fff;
}
.cta-band h2 {
  margin: 0;
}
.cta-band h2 span {
  color: #1c1c1c;
}
.cta-band-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.cta-band .button {
  background: var(--black);
}
.cta-band .button:hover {
  background: #333;
}
.footer {
  background: #000000;
  color: #fff;
  padding: 70px 0 24px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 50px;
  padding-bottom: 55px;
}
.footer p,
.footer a {
  color: #999;
  font-size: 13px;
}
.footer .brand {
  margin-bottom: 18px;
}
.footer .brand img {
  width: 190px;
  height: 76px;
}
.footer h4 {
  font: 700 12px Montserrat;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
}
.footer-links a,
.footer-contact a {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  margin: 10px 0;
  transition: 0.2s;
}
.footer-links a:hover,
.footer-contact a:hover {
  color: var(--orange);
}
.footer-contact p {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.6;
}
.footer-contact p i {
  margin-top: 2px;
  flex-shrink: 0;
}
.footer-bottom {
  border-top: 1px solid #ffffff18;
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  color: #777;
  font-size: 11px;
}
.footer-bottom span {
  text-align: center;
  width: 100%;
}
i[class*='ri-'] {
  font-weight: 400;
}
.whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  background: #25d366;
  color: #fff;
  border-radius: 50px;
  padding: 13px 20px;
  font: 700 12px Montserrat;
  text-decoration: none;
  box-shadow: 0 8px 22px #0004;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: 0.25s;
}
.whatsapp:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 28px #0006;
}
.whatsapp i {
  font-size: 18px;
}
.page-hero {
  background: var(--black);
  color: #fff;
  padding: 90px 0 70px;
}
.page-hero h1 {
  font-size: clamp(30px, 4vw, 46px);
  max-width: 800px;
  margin-bottom: 0;
}
.page-content {
  padding: 80px 0;
}
.content-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 80px;
}
.content-copy p {
  color: var(--muted);
  font-size: 17px;
}
.content-copy h2 {
  font-size: clamp(24px, 3vw, 36px);
  margin-top: 48px;
}
.accent-box {
  background: var(--soft);
  border-left: 4px solid var(--orange);
  padding: 30px;
}
.accent-box strong {
  font: 700 18px Montserrat;
}
.list {
  padding: 0;
  list-style: none;
}
.list li {
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}
.list li::before {
  content: '✓';
  color: var(--orange);
  font-weight: 700;
  margin-right: 10px;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
}
.faq-list summary {
  cursor: pointer;
  font: 700 16px Montserrat;
  list-style: none;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary::after {
  content: '+';
  float: right;
  color: var(--orange);
  font-size: 22px;
}
.faq-list details[open] summary::after {
  content: '−';
}
.faq-list p {
  color: var(--muted);
  max-width: 800px;
  margin: 14px 0 0;
}
.form-card {
  background: var(--soft);
  padding: 34px;
  border-radius: 3px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.field.full {
  grid-column: 1/-1;
}
.field label {
  font: 700 11px Montserrat;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.field input,
.field select,
.field textarea {
  border: 1px solid #ddd;
  background: #fff;
  padding: 14px;
  font: inherit;
  color: var(--ink);
  outline: none;
  border-radius: 2px;
  transition: 0.2s;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 3px #f2740522;
}
.field textarea {
  min-height: 140px;
  resize: vertical;
}
.form-feedback {
  margin-top: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}
.form-feedback i {
  font-size: 18px;
}
.success {
  color: #267447;
}
.error {
  color: #a83232;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.blog-card {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 4px 16px #0000000d;
  transition: 0.3s;
}
.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px #0000001a;
}
.blog-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}
.blog-card-img {
  height: 200px;
  overflow: hidden;
}
.blog-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.blog-card:hover .blog-card-img img {
  transform: scale(1.06);
}
.blog-card-body {
  padding: 26px 24px;
}
.blog-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font: 700 10px Montserrat;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 14px;
}
.blog-tag i {
  font-size: 13px;
}
.blog-card-body h3 {
  font-size: 19px;
  line-height: 1.25;
  margin-bottom: 12px;
  color: var(--ink);
}
.blog-card-body p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 18px;
}
.blog-hero-img {
  margin-bottom: 32px;
  border-radius: 4px;
  overflow: hidden;
}
.blog-hero-img img {
  width: 100%;
  max-height: 360px;
  object-fit: cover;
}
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.7s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: none;
}
@media (max-width: 900px) {
  .nav {
    gap: 14px;
  }
  .header-inner {
    gap: 15px;
  }
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .blog-grid {
    grid-template-columns: 1fr;
  }
  .hero-grid {
    grid-template-columns: 1fr;
  }
  .hero-card {
    max-width: 580px;
  }
  .content-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }
}
@media (max-width: 680px) {
  .container {
    width: min(100% - 32px, 1180px);
  }
  .topbar-inner {
    justify-content: center;
  }
  .topbar-inner span {
    display: none;
  }
  .header-inner {
    min-height: 72px;
  }
  .menu-toggle {
    display: block;
    margin-left: auto;
  }
  .nav {
    position: absolute;
    display: none;
    top: 72px;
    left: 0;
    right: 0;
    background: var(--black);
    padding: 22px 16px;
    flex-direction: column;
    align-items: stretch;
  }
  .nav.open {
    display: flex;
  }
  .nav a {
    padding: 12px;
  }
  .nav a.active::after {
    display: none;
  }
  .header-cta {
    display: none;
  }
  .hero-grid {
    padding: 70px 0;
  }
  .hero-card {
    height: 330px;
    padding: 30px;
  }
  .trust-row {
    gap: 14px;
    justify-content: space-between;
  }
  .trust-row strong {
    font-size: 16px;
  }
  .two-col,
  .numbers-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .section {
    padding: 78px 0;
  }
  .intro-text {
    padding-top: 0;
  }
  .section-heading,
  .cta-band-inner {
    display: block;
  }
  .section-heading .text-link {
    margin-top: 12px;
  }
  .service-grid {
    grid-template-columns: 1fr;
  }
  .metrics {
    border-left: 0;
    border-top: 1px solid #ffffff22;
    padding: 28px 0 0;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .footer-bottom {
    display: block;
  }
  .footer-bottom span {
    display: block;
    margin-top: 8px;
  }
  .page-hero {
    padding: 60px 0;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .field.full {
    grid-column: auto;
  }
  .whatsapp {
    right: 14px;
    bottom: 14px;
    padding: 11px 16px;
  }
}
