:root {
  --ink: #13231e;
  --muted: #63716c;
  --line: #dfe9e4;
  --mint: #99ff99;
  --mint-deep: #48b878;
  --pale: #f2fbf4;
  --white: #fff;
  --dark: #10201b;
  --shadow: 0 18px 50px rgba(20, 48, 35, 0.09);
}
* {
  box-sizing: border-box;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "DM Sans", sans-serif;
  line-height: 1.65;
}
a {
  text-decoration: none;
  color: inherit;
}
h1,
h2,
h3,
.brand {
  font-family: "Manrope", sans-serif;
  letter-spacing: -0.02em;
}
.container {
  width: min(1160px, calc(100% - 48px));
  margin: auto;
}
.top-strip {
  background: var(--dark);
  color: #c7d8cf;
  font-size: 12px;
}
.top-strip-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 36px;
}
.top-strip a {
  color: var(--mint);
  font-weight: 700;
}
.top-strip i {
  margin-right: 6px;
}
.site-header {
  position: absolute;
  z-index: 5;
  top: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--white);
}
.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 86px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--white);
  font-size: 21px;
  font-weight: 800;
  line-height: 1;
}
.brand > span:last-child > span {
  color: var(--mint);
}
.brand small {
  font-size: 10px;
  font-weight: 600;
  color: #b5c7bf;
  margin-left: 2px;
}
.brand-mark {
  width: 178px;
  height: 38px;
  display: block;
  flex: 0 0 auto;
}
.brand > span:last-child {
  display: none;
}
.brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.main-menu {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 13px;
  font-weight: 600;
}
.main-menu > a {
  opacity: 0.84;
  transition: 0.25s;
}
.main-menu > a:hover,
.main-menu > a.active {
  color: var(--mint);
  opacity: 1;
}
.nav-legal {
  display: flex;
  gap: 13px;
  border-left: 1px solid rgba(255, 255, 255, 0.24);
  padding-left: 20px;
  font-size: 12px;
  color: #d7e4de;
}
.nav-call {
  background: var(--mint);
  color: var(--dark) !important;
  padding: 12px 17px;
  border-radius: 6px;
  opacity: 1 !important;
}
.nav-call:hover {
  background: #fff;
}
.menu-toggle {
  display: none;
  background: none;
  border: 0;
  color: #fff;
  font-size: 22px;
}
.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(10, 28, 21, 0.94) 0%, rgba(16, 42, 31, 0.82) 58%, rgba(16, 42, 31, 0.52) 100%), url("../img/hero-1.jpg") center / cover no-repeat;
  color: #fff;
  padding: 185px 0 92px;
}
.hero:before {
  content: "";
  position: absolute;
  width: 680px;
  height: 680px;
  border: 1px solid rgba(153, 255, 153, 0.18);
  border-radius: 50%;
  right: -250px;
  top: -170px;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 80px;
  align-items: center;
}
.hero-copy {
  position: relative;
  z-index: 1;
}
.eyebrow {
  color: var(--mint-deep);
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.eyebrow span {
  display: inline-block;
  width: 26px;
  height: 2px;
  background: currentColor;
  vertical-align: middle;
  margin-right: 10px;
}
.hero .eyebrow {
  color: var(--mint);
}
h1 {
  font-size: clamp(42px, 5.3vw, 72px);
  line-height: 1.06;
  max-width: 650px;
  margin-bottom: 25px;
}
.hero h1 em,
h2 em {
  font-style: normal;
  color: var(--mint);
}
.hero-lead {
  max-width: 550px;
  color: #c9d9d1;
  font-size: 17px;
  margin-bottom: 32px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 20px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 800;
  transition: 0.25s;
}
.button-primary {
  background: var(--mint);
  color: var(--dark);
}
.button-primary:hover {
  background: #fff;
  transform: translateY(-2px);
}
.button-ghost {
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
}
.button-ghost:hover {
  border-color: var(--mint);
  color: var(--mint);
}
.hero-trust {
  display: flex;
  gap: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
  margin-top: 44px;
  padding-top: 20px;
}
.hero-trust div {
  display: flex;
  flex-direction: column;
}
.hero-trust strong {
  font: 700 19px "Manrope";
  color: #fff;
}
.hero-trust span {
  font-size: 11px;
  color: #a9c2b7;
}
.hero-visual {
  position: relative;
  min-height: 410px;
}
.visual-placeholder {
  height: 100%;
  min-height: 410px;
  border: 1px dashed rgba(153, 255, 153, 0.48);
  background: linear-gradient(
    145deg,
    rgba(153, 255, 153, 0.17),
    rgba(255, 255, 255, 0.04)
  );
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--mint);
  gap: 8px;
}
.visual-placeholder img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}
.visual-placeholder i {
  font-size: 46px;
  opacity: 0.7;
}
.visual-placeholder span {
  font-size: 13px;
  font-weight: 700;
}
.visual-placeholder small {
  font-size: 11px;
  color: #bad5c8;
}
.hero-badge {
  position: absolute;
  bottom: -18px;
  left: -35px;
  padding: 15px 18px;
  background: #fff;
  color: var(--ink);
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: var(--shadow);
  border-radius: 5px;
}
.hero-badge > i {
  font-size: 22px;
  color: var(--mint-deep);
}
.hero-badge span {
  display: flex;
  flex-direction: column;
  font-size: 12px;
}
.hero-badge small {
  color: var(--muted);
  font-size: 10px;
}
.hero-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 34%;
  height: 5px;
  background: var(--mint);
}
.section {
  padding: 105px 0;
}
.services-section {
  background: #fff;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 50px;
  margin-bottom: 50px;
}
.section-heading h2 {
  font-size: clamp(31px, 4vw, 48px);
  line-height: 1.12;
  margin-bottom: 0;
}
.section-heading > p {
  max-width: 405px;
  color: var(--muted);
  margin: 0;
  font-size: 14px;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.service-card {
  border: 1px solid var(--line);
  background: #fff;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
}
.service-card:hover {
  transform: translateY(-5px);
  border-color: var(--mint-deep);
  box-shadow: var(--shadow);
}
.service-media {
  height: 135px;
  aspect-ratio: 16 / 8;
  background: var(--pale);
  color: var(--mint-deep);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 12px;
  overflow: hidden;
  padding: 0;
}
.service-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.service-card:hover .service-media img {
  transform: scale(1.04);
}
.service-media i {
  font-size: 34px;
}
.service-body {
  padding: 22px 23px 24px;
  position: relative;
  flex: 1;
}
.service-number {
  font-size: 10px;
  letter-spacing: 0.15em;
  color: #91a39a;
}
.service-body h3 {
  font-size: 19px;
  margin: 7px 0 10px;
}
.service-body p {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 20px;
}
.service-body a,
.text-link {
  font-size: 12px;
  font-weight: 800;
  color: var(--mint-deep);
}
.service-body a i,
.text-link i {
  margin-left: 7px;
}
.service-card-wide {
  grid-column: span 3;
}
.why-section {
  background: var(--pale);
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
}
.why-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.why-icon {
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  border: 1px solid var(--mint-deep);
  color: var(--mint-deep);
  border-radius: 50%;
}
.why-item h3 {
  font-size: 17px;
  margin-bottom: 7px;
}
.why-item p {
  font-size: 12px;
  color: var(--muted);
  margin: 0;
}
.about-grid {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 95px;
  align-items: center;
}
.about-visual {
  position: relative;
  height: 430px;
}
.about-visual .visual-placeholder {
  min-height: 100%;
  background: var(--dark);
  border: 0;
}
.about-stat {
  position: absolute;
  right: -25px;
  bottom: 28px;
  background: var(--mint);
  padding: 18px 21px;
  display: flex;
  flex-direction: column;
  color: var(--dark);
}
.about-stat strong {
  font: 800 34px "Manrope";
  line-height: 1;
}
.about-stat span {
  font-size: 11px;
  font-weight: 700;
}
.about-copy h2 {
  font-size: clamp(31px, 4vw, 48px);
  line-height: 1.12;
  margin-bottom: 24px;
}
.about-copy > p:not(.eyebrow) {
  font-size: 14px;
  color: var(--muted);
}
.about-copy .text-link {
  display: inline-block;
  margin-top: 15px;
}
.pricing-section {
  background: #f8faf9;
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.price-card {
  padding: 30px 27px;
  border: 1px solid var(--line);
  background: #fff;
  min-height: 235px;
}
.price-card.featured {
  background: var(--dark);
  color: #fff;
  border-color: var(--dark);
}
.price-label {
  font-size: 10px;
  letter-spacing: 0.14em;
  color: var(--mint-deep);
  font-weight: 800;
}
.price-card h3 {
  font-size: 21px;
  margin: 17px 0 10px;
}
.price-card p {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 18px;
}
.featured p {
  color: #b7cfc3;
}
.price-card strong {
  font-size: 12px;
}
.reviews-section {
  background: #fff;
}
.review-score {
  display: flex;
  align-items: center;
  gap: 12px;
}
.review-score strong {
  font: 800 50px "Manrope";
}
.review-score span {
  display: flex;
  flex-direction: column;
  color: #e4aa32;
  font-size: 12px;
}
.review-score small {
  color: var(--muted);
  font-size: 10px;
}
.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.review-grid blockquote {
  margin: 0;
  border-top: 2px solid var(--mint);
  padding: 24px;
  background: #fafcfb;
}
.stars {
  color: #e6ad33;
  letter-spacing: 2px;
  font-size: 12px;
  margin-bottom: 16px;
}
.review-grid blockquote p {
  font-size: 13px;
  color: var(--muted);
  min-height: 78px;
}
.review-grid footer {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  padding-top: 15px;
  font-size: 11px;
}
.review-grid footer span {
  color: #8c9b94;
}
.cta-section {
  background: var(--dark);
  color: #fff;
  padding: 70px 0;
}
.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.cta-inner h2 {
  font-size: clamp(31px, 4vw, 48px);
  line-height: 1.1;
  margin: 0;
}
.eyebrow.light {
  color: var(--mint);
}
.button-light {
  background: #fff;
  color: var(--dark);
  padding: 17px 23px;
}
.button-light:hover {
  background: var(--mint);
}
.site-footer {
  background: #0d1915;
  color: #a9bcb3;
  padding: 70px 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 1fr 1fr;
  gap: 45px;
  padding-bottom: 60px;
}
.brand-footer {
  margin-bottom: 20px;
}
.footer-grid > div:first-child p {
  font-size: 12px;
  max-width: 240px;
}
.footer-grid h3 {
  font-size: 14px;
  color: #fff;
  margin-bottom: 18px;
}
.footer-grid > div > a {
  display: block;
  font-size: 12px;
  margin-bottom: 9px;
  color: #a9bcb3;
}
.footer-grid p {
  font-size: 11px;
  margin-top: 14px;
}
.footer-phone {
  font-size: 17px !important;
  color: var(--mint) !important;
  font-weight: 800;
}
.footer-bottom {
  border-top: 1px solid #26372f;
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 10px;
}
.footer-bottom div {
  display: flex;
  gap: 20px;
}
.mobile-call {
  display: none;
}
@media (max-width: 900px) {
  .container {
    width: min(100% - 36px, 680px);
  }
  .top-strip-note {
    display: none;
  }
  .main-menu {
    gap: 15px;
  }
  .hero-grid {
    gap: 35px;
  }
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .service-card-wide {
    grid-column: span 2;
  }
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .about-grid {
    gap: 45px;
  }
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .nav-wrap {
    position: relative;
  }
  .menu-toggle {
    display: block;
  }
  .main-menu {
    display: none;
    position: absolute;
    top: 86px;
    left: 0;
    width: 100%;
    padding: 18px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--dark);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
  .main-menu.open {
    display: flex;
  }
  .main-menu > a,
  .nav-legal a {
    padding: 12px 4px;
  }
  .nav-legal {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding: 10px 0 0;
    flex-direction: column;
    gap: 0;
  }
  .nav-call {
    text-align: center;
    margin-top: 8px;
  }
}
@media (max-width: 680px) {
  .container {
    width: calc(100% - 34px);
  }
  .top-strip-inner {
    justify-content: center;
  }
  .nav-wrap {
    min-height: 72px;
  }
  .menu-toggle {
    display: block;
  }
  .main-menu {
    top: 72px;
  }
  .hero {
    padding: 137px 0 72px;
    background-position: 62% center;
  }
  .hero-grid {
    display: block;
  }
  .hero h1 {
    font-size: 43px;
  }
  .hero-lead {
    font-size: 15px;
  }
  .hero-visual {
    min-height: 285px;
    margin-top: 55px;
  }
  .visual-placeholder {
    min-height: 285px;
  }
  .hero-badge {
    left: 12px;
    bottom: -20px;
  }
  .hero-trust {
    gap: 15px;
    justify-content: space-between;
  }
  .hero-trust strong {
    font-size: 16px;
  }
  .hero-trust span {
    font-size: 9px;
  }
  .section {
    padding: 72px 0;
  }
  .section-heading {
    display: block;
    margin-bottom: 32px;
  }
  .section-heading > p {
    margin-top: 18px;
  }
  .service-grid {
    grid-template-columns: 1fr;
  }
  .service-media {
    height: auto;
    aspect-ratio: 16 / 9;
  }
  .service-card-wide {
    grid-column: auto;
  }
  .why-grid,
  .pricing-grid,
  .review-grid {
    grid-template-columns: 1fr;
  }
  .why-grid {
    gap: 25px;
  }
  .about-grid {
    display: flex;
    flex-direction: column;
    gap: 38px;
  }
  .about-visual {
    height: auto;
    aspect-ratio: 4 / 3;
    width: 100%;
  }
  .about-stat {
    right: 12px;
  }
  .cta-inner {
    display: block;
  }
  .cta-inner .button {
    margin-top: 25px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px 20px;
    padding-bottom: 40px;
  }
  .footer-grid > div:first-child {
    grid-column: span 2;
  }
  .footer-bottom {
    display: block;
    padding: 20px 0;
    line-height: 2;
  }
  .footer-bottom div {
    gap: 14px;
  }
  .mobile-call {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
    background: var(--dark);
    color: var(--mint);
    box-shadow: 0 8px 26px rgba(0, 0, 0, 0.22);
    border: 2px solid var(--mint);
    border-radius: 30px;
    padding: 13px 26px;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
  }
  .mobile-call i {
    font-size: 14px;
  }
}
