/* =====================================================
   EVERGREEN SYSTEMS
   MASTER STYLESHEET
===================================================== */


/* =====================================================
   1. ROOT VARIABLES
===================================================== */

:root {
  --pine: #0f5a43;
  --pine-dark: #0a3f30;
  --pine-light: #1c7258;

  --charcoal: #171a1c;
  --black: #0f1112;

  --text: #1f2428;
  --muted: #667085;

  --cream: #f7f5ef;
  --white: #ffffff;

  --light-gray: #eef1f2;
  --border: #e4e7ec;

  --soft-green: #eaf3ef;
}


/* =====================================================
   2. RESET / GLOBAL
===================================================== */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: var(--cream);
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}


/* =====================================================
   3. SHARED TYPOGRAPHY
===================================================== */

.section-heading {
  max-width: 850px;
  margin: 0 auto 45px;
  text-align: center;
}

.section-label {
  display: inline-block;
  margin-bottom: 12px;

  color: var(--pine);

  font-size: 12px;
  font-weight: 800;

  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.section-label-light {
  color: #8dc4af;
}

.section-heading h2,
.carousel-heading h2,
.work-heading h2,
.about-content h2,
.final-cta h2 {
  font-family: Georgia, "Times New Roman", serif;

  font-size: clamp(34px, 4vw, 48px);

  line-height: 1.12;
  letter-spacing: -0.03em;
}

.section-intro {
  max-width: 680px;

  margin: 18px auto 0;

  color: var(--muted);

  font-size: 16px;
  line-height: 1.7;
}


/* =====================================================
   4. SHARED BUTTONS
===================================================== */

.btn {
  min-height: 52px;

  padding: 0 22px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  gap: 8px;

  border-radius: 8px;

  font-size: 15px;
  font-weight: 700;

  transition:
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.btn-primary {
  background: var(--pine);
  color: var(--white);

  box-shadow: 0 8px 24px rgba(15, 90, 67, 0.18);
}

.btn-primary:hover {
  background: var(--pine-dark);
  transform: translateY(-2px);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.75);

  border: 1px solid #cfd5d9;

  color: var(--charcoal);
}

.btn-secondary:hover {
  background: var(--white);
  border-color: #abb3b8;
  transform: translateY(-2px);
}


/* =====================================================
   5. NAVBAR
===================================================== */

.navbar {
  position: sticky;
  top: 0;
  z-index: 1000;

  background: rgba(255, 255, 255, 0.96);

  border-bottom: 1px solid var(--border);

  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.nav-inner {
  min-height: 76px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 30px;
}


/* BRAND */

.brand {
  display: flex;
  align-items: center;

  gap: 11px;

  color: var(--charcoal);

  font-size: 22px;
  font-weight: 700;

  white-space: nowrap;
}


/* BRAND MARK */

.brand-mark {
  width: 38px;
  height: 38px;

  position: relative;

  display: grid;
  place-items: center;
}

.brand-mark span {
  position: absolute;

  width: 0;
  height: 0;

  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 17px solid var(--pine);
}

.brand-mark span:nth-child(1) {
  top: 2px;
}

.brand-mark span:nth-child(2) {
  top: 10px;
  transform: scale(1.25);
}

.brand-mark span:nth-child(3) {
  top: 19px;
  transform: scale(1.45);
}


/* NAV LINKS */

.nav-links {
  display: flex;
  align-items: center;

  gap: 34px;

  margin-left: auto;
}

.nav-links a {
  color: #343a40;

  font-size: 14px;
  font-weight: 600;

  transition: color 0.2s ease;
}

.nav-links a:hover {
  color: var(--pine);
}


/* NAV CTA */

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  gap: 8px;

  padding: 13px 19px;

  border-radius: 8px;

  background: var(--pine);
  color: var(--white);

  font-size: 14px;
  font-weight: 700;

  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

.nav-cta:hover {
  background: var(--pine-dark);
  transform: translateY(-1px);
}


/* =====================================================
   6. HERO
===================================================== */

.hero {
  position: relative;

  overflow: hidden;

  padding: 90px 0 85px;

  background:
    radial-gradient(
      circle at 76% 22%,
      rgba(15, 90, 67, 0.09),
      transparent 32%
    ),
    var(--cream);
}

.hero-grid {
  display: grid;

  grid-template-columns: 1.05fr 0.95fr;

  gap: 70px;

  align-items: center;
}

.eyebrow {
  margin-bottom: 18px;

  color: var(--pine);

  font-size: 12px;
  font-weight: 800;

  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 670px;

  margin-bottom: 24px;

  color: var(--charcoal);

  font-family: Georgia, "Times New Roman", serif;

  font-size: clamp(48px, 5vw, 72px);

  line-height: 0.98;
  letter-spacing: -0.045em;
}

.hero h1 span {
  color: var(--pine);
}

.hero-copy {
  max-width: 600px;

  margin-bottom: 32px;

  color: #4c5560;

  font-size: 19px;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;

  gap: 14px;

  margin-bottom: 32px;
}


/* TRUST LINE */

.trust-line {
  display: flex;
  align-items: center;

  gap: 12px;

  color: #687078;

  font-size: 13px;
}

.trust-icons {
  display: flex;
  align-items: center;

  flex-shrink: 0;
}

.trust-icons span {
  width: 29px;
  height: 29px;

  margin-left: -7px;

  border: 2px solid var(--cream);
  border-radius: 50%;

  background: #d8dddf;
}

.trust-icons span:first-child {
  margin-left: 0;
}


/* =====================================================
   7. HERO VISUAL
===================================================== */

.hero-visual {
  position: relative;

  min-height: 520px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.visual-glow {
  position: absolute;

  width: 430px;
  height: 430px;

  border-radius: 50%;

  background: rgba(15, 90, 67, 0.08);

  filter: blur(6px);
}


/* LAPTOP */

.laptop {
  position: relative;
  z-index: 3;

  width: 490px;
  max-width: 100%;

  padding: 9px 9px 16px;

  background: #202326;

  border-radius: 16px 16px 10px 10px;

  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.16);
}

.laptop-screen {
  min-height: 320px;

  overflow: hidden;

  background: var(--white);

  border-radius: 8px;
}

.browser-bar {
  height: 32px;

  display: flex;
  align-items: center;

  gap: 6px;

  padding: 0 12px;

  background: #f1f2f3;
}

.browser-dot {
  width: 7px;
  height: 7px;

  border-radius: 50%;

  background: #b8bec3;
}

.screen-nav {
  padding: 12px 18px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  border-bottom: 1px solid #eceff1;

  font-size: 10px;
}

.screen-logo {
  color: var(--pine);
  font-weight: 800;
}

.screen-links {
  display: flex;
  gap: 14px;

  color: #747b80;
}

.screen-hero {
  padding: 30px 25px 22px;

  background:
    linear-gradient(
      135deg,
      rgba(15, 90, 67, 0.06),
      rgba(15, 90, 67, 0.16)
    ),
    #f8faf9;
}

.screen-hero h3 {
  max-width: 260px;

  margin-bottom: 10px;

  font-size: 27px;
  line-height: 1.05;
}

.screen-hero p {
  margin-bottom: 16px;

  color: #6f787e;

  font-size: 11px;
}

.mini-btn {
  display: inline-block;

  padding: 8px 12px;

  border-radius: 5px;

  background: var(--pine);
  color: var(--white);

  font-size: 9px;
  font-weight: 700;
}

.screen-services {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 10px;

  padding: 18px;
}

.screen-service {
  padding: 15px 10px;

  border: 1px solid #e5e8ea;
  border-radius: 8px;

  text-align: center;

  color: #555d63;

  font-size: 9px;
}


/* PHONE */

.phone {
  position: absolute;
  z-index: 5;

  right: -5px;
  bottom: 20px;

  width: 165px;
  height: 340px;

  padding: 7px;

  border-radius: 27px;

  background: #1e2225;

  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.22);
}

.phone-screen {
  height: 100%;

  overflow: hidden;

  border-radius: 21px;

  background: var(--white);
}

.phone-notch {
  width: 60px;
  height: 12px;

  margin: 0 auto;

  background: #1e2225;

  border-radius: 0 0 10px 10px;
}

.phone-content {
  padding: 22px 15px;
}

.phone-content small {
  color: var(--pine);

  font-size: 8px;
  font-weight: 800;
}

.phone-content h4 {
  margin-top: 28px;
  margin-bottom: 10px;

  font-size: 22px;

  line-height: 1.05;
}

.phone-content p {
  margin-bottom: 14px;

  color: #7c8489;

  font-size: 9px;
}


/* FLOATING CARDS */

.float-card {
  position: absolute;
  z-index: 7;

  width: 185px;

  padding: 14px 16px;

  border: 1px solid #e7eaec;
  border-radius: 12px;

  background: rgba(255, 255, 255, 0.97);

  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.09);
}

.float-card strong {
  display: block;

  margin-bottom: 4px;

  color: var(--charcoal);

  font-size: 13px;
}

.float-card span {
  color: #727b80;

  font-size: 11px;
  line-height: 1.4;
}

.float-card .icon {
  width: 28px;
  height: 28px;

  margin-bottom: 9px;

  display: grid;
  place-items: center;

  border-radius: 7px;

  background: var(--soft-green);
  color: var(--pine);

  font-weight: 800;
}

.card-lead {
  right: -95px;
  top: 35px;
}

.card-review {
  right: -115px;
  top: 185px;
}

.card-message {
  right: -85px;
  top: 340px;
}


/* =====================================================
   8. PROBLEM SECTION
===================================================== */

.problem-section {
  padding: 95px 0;

  background: var(--pine);
}

.problem-section .section-label {
  color: #b8d8cc;
}

.problem-section .section-heading h2 {
  color: var(--white);
}

.problem-grid {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 22px;
}

.problem-card {
  padding: 28px;

  display: flex;
  align-items: flex-start;

  gap: 18px;

  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;

  background: rgba(255, 255, 255, 0.07);

  transition:
    transform 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease;
}

.problem-card:hover {
  transform: translateY(-4px);

  background: rgba(255, 255, 255, 0.11);

  border-color: rgba(255, 255, 255, 0.22);
}

.problem-icon {
  width: 52px;
  height: 52px;

  flex-shrink: 0;

  display: grid;
  place-items: center;

  border-radius: 11px;

  background: rgba(255, 255, 255, 0.12);

  color: var(--white);

  font-size: 23px;
  font-weight: 800;
}

.problem-card h3 {
  margin-bottom: 9px;

  color: var(--white);

  font-size: 18px;

  line-height: 1.25;
}

.problem-card p {
  color: rgba(255, 255, 255, 0.72);

  font-size: 14px;

  line-height: 1.65;
}


/* =====================================================
   9. SERVICES SECTION
===================================================== */

.services-section {
  padding: 100px 0;

  background: var(--cream);
}

.services-grid {
  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 22px;
}

.service-card {
  min-height: 290px;

  padding: 30px 26px 26px;

  display: flex;
  flex-direction: column;
  align-items: flex-start;

  border: 1px solid var(--border);
  border-radius: 14px;

  background: var(--white);

  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.04);

  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.service-card:hover {
  transform: translateY(-5px);

  border-color: rgba(15, 90, 67, 0.27);

  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.08);
}

.service-icon {
  width: 54px;
  height: 54px;

  margin-bottom: 22px;

  display: grid;
  place-items: center;

  border-radius: 12px;

  background: var(--soft-green);
  color: var(--pine);

  font-size: 23px;
  font-weight: 800;
}

.service-card h3 {
  margin-bottom: 12px;

  color: var(--charcoal);

  font-size: 20px;

  line-height: 1.25;
}

.service-card p {
  margin-bottom: 24px;

  color: var(--muted);

  font-size: 14px;

  line-height: 1.7;
}

.service-link {
  margin-top: auto;

  display: inline-flex;
  align-items: center;

  gap: 7px;

  color: var(--pine);

  font-size: 14px;
  font-weight: 700;

  transition: gap 0.2s ease;
}

.service-link:hover {
  gap: 11px;
}


/* =====================================================
   10. SHARED CAROUSEL
===================================================== */

.carousel-heading {
  margin-bottom: 42px;

  display: flex;
  align-items: flex-end;
  justify-content: space-between;

  gap: 30px;
}

.carousel-controls {
  display: flex;
  gap: 10px;
}

.carousel-btn {
  width: 46px;
  height: 46px;

  display: grid;
  place-items: center;

  border: 1px solid var(--border);
  border-radius: 50%;

  background: var(--white);
  color: var(--charcoal);

  font-size: 20px;

  cursor: pointer;

  transition:
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.carousel-btn:hover {
  transform: translateY(-2px);

  border-color: var(--pine);

  background: var(--pine);
  color: var(--white);
}

.horizontal-carousel {
  width: 100%;

  display: flex;

  gap: 24px;

  overflow-x: auto;
  overflow-y: hidden;

  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;

  padding-bottom: 18px;

  scrollbar-width: thin;
  scrollbar-color: #58615d transparent;
}

.horizontal-carousel::-webkit-scrollbar {
  height: 6px;
}

.horizontal-carousel::-webkit-scrollbar-track {
  background: transparent;
}

.horizontal-carousel::-webkit-scrollbar-thumb {
  background: #58615d;

  border-radius: 100px;
}


/* =====================================================
   11. RECENT WORK
===================================================== */

.work-section {
  padding: 100px 0;

  background: var(--white);
}

.work-grid {
  width: 100%;

  display: flex;

  gap: 24px;

  overflow-x: auto;
  overflow-y: hidden;

  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;

  padding-bottom: 22px;

  scrollbar-width: thin;
  scrollbar-color: #bdc5c1 transparent;
}

.work-grid::-webkit-scrollbar {
  height: 7px;
}

.work-grid::-webkit-scrollbar-track {
  background: transparent;
}

.work-grid::-webkit-scrollbar-thumb {
  background: #c3cbc7;

  border-radius: 100px;
}

.work-card {
  flex: 0 0 370px;

  scroll-snap-align: start;

  overflow: hidden;

  border: 1px solid var(--border);
  border-radius: 15px;

  background: #f8faf9;

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.work-card:hover {
  transform: translateY(-5px);

  border-color: rgba(15, 90, 67, 0.2);

  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.work-image {
  width: 100%;

  aspect-ratio: 16 / 10;

  overflow: hidden;

  background: #e7ebe9;
}

.work-image img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  transition: transform 0.4s ease;
}

.work-card:hover .work-image img {
  transform: scale(1.025);
}

.work-content {
  padding: 24px;
}

.work-content h3 {
  margin-bottom: 8px;

  color: var(--charcoal);

  font-size: 21px;
}

.work-content p {
  min-height: 46px;

  margin-bottom: 18px;

  color: var(--muted);

  font-size: 14px;

  line-height: 1.6;
}

.work-link {
  display: inline-flex;
  align-items: center;

  gap: 7px;

  color: var(--pine);

  font-size: 14px;
  font-weight: 700;

  transition: gap 0.2s ease;
}

.work-link:hover {
  gap: 11px;
}


/* =====================================================
   12. TESTIMONIALS
===================================================== */

.testimonials-section {
  padding: 100px 0;

  background: var(--charcoal);
  color: var(--white);
}

.testimonial-heading h2 {
  color: var(--white);
}

.carousel-btn-dark {
  border-color: rgba(255, 255, 255, 0.14);

  background: rgba(255, 255, 255, 0.07);
  color: var(--white);
}

.carousel-btn-dark:hover {
  border-color: var(--pine-light);

  background: var(--pine-light);
}

.testimonial-card {
  flex: 0 0 380px;

  min-height: 280px;

  padding: 32px;

  display: flex;
  flex-direction: column;

  scroll-snap-align: start;

  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;

  background: rgba(255, 255, 255, 0.055);

  transition:
    transform 0.22s ease,
    background 0.22s ease,
    border-color 0.22s ease;
}

.testimonial-card:hover {
  transform: translateY(-4px);

  border-color: rgba(255, 255, 255, 0.17);

  background: rgba(255, 255, 255, 0.085);
}

.testimonial-stars {
  margin-bottom: 22px;

  color: #e4be5c;

  font-size: 15px;

  letter-spacing: 3px;
}

.testimonial-card blockquote {
  margin-bottom: 28px;

  color: rgba(255, 255, 255, 0.92);

  font-family: Georgia, "Times New Roman", serif;

  font-size: 21px;

  line-height: 1.55;
}

.testimonial-client {
  margin-top: auto;

  display: flex;
  align-items: center;

  gap: 13px;
}

.client-avatar {
  width: 44px;
  height: 44px;

  flex-shrink: 0;

  display: grid;
  place-items: center;

  border-radius: 50%;

  background: var(--pine);

  color: var(--white);

  font-size: 12px;
  font-weight: 800;
}

.testimonial-client strong {
  display: block;

  margin-bottom: 2px;

  color: var(--white);

  font-size: 14px;
}

.testimonial-client span {
  color: rgba(255, 255, 255, 0.55);

  font-size: 12px;
}


/* =====================================================
   13. PRICING
===================================================== */

.pricing-section {
  padding: 105px 0;

  background: var(--pine);
}

.pricing-heading .section-label {
  color: #b8d8cc;
}

.pricing-heading h2 {
  color: var(--white);
}

.pricing-heading .section-intro {
  color: rgba(255, 255, 255, 0.72);
}

.pricing-card {
  max-width: 900px;

  margin: 0 auto;

  display: grid;

  grid-template-columns: 0.9fr 1.1fr;

  overflow: hidden;

  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;

  background: var(--white);

  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.16);
}

.pricing-main {
  padding: 46px;

  background: #f7f8f6;
}

.pricing-name {
  display: inline-block;

  margin-bottom: 14px;

  color: var(--pine);

  font-size: 13px;
  font-weight: 800;

  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pricing-price {
  margin-bottom: 18px;

  display: flex;
  align-items: flex-end;

  gap: 8px;
}

.price-number {
  color: var(--charcoal);

  font-family: Georgia, "Times New Roman", serif;

  font-size: 64px;

  line-height: 0.9;
  letter-spacing: -0.05em;
}

.price-period {
  padding-bottom: 7px;

  color: var(--muted);

  font-size: 15px;
}

.pricing-copy {
  max-width: 330px;

  margin-bottom: 28px;

  color: var(--muted);

  font-size: 15px;

  line-height: 1.7;
}

.pricing-features {
  padding: 46px;

  display: flex;
  flex-direction: column;
  justify-content: center;

  gap: 18px;

  background: var(--white);
}

.pricing-feature {
  display: flex;
  align-items: center;

  gap: 12px;

  color: var(--charcoal);

  font-size: 15px;
}

.pricing-feature span {
  width: 25px;
  height: 25px;

  flex-shrink: 0;

  display: grid;
  place-items: center;

  border-radius: 50%;

  background: var(--soft-green);
  color: var(--pine);

  font-size: 13px;
  font-weight: 800;
}

.pricing-note {
  max-width: 800px;

  margin: 28px auto 0;

  text-align: center;

  color: rgba(255, 255, 255, 0.7);

  font-size: 14px;

  line-height: 1.7;
}


/* =====================================================
   14. HOW IT WORKS
===================================================== */

.process-section {
  padding: 100px 0;

  background: var(--light-gray);
}

.process-grid {
  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 22px;
}

.process-step {
  position: relative;

  padding: 30px;

  border: 1px solid #dde2e4;
  border-radius: 14px;

  background: var(--white);

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.process-step:hover {
  transform: translateY(-4px);

  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.06);
}

.process-number {
  display: block;

  margin-bottom: 28px;

  color: var(--pine);

  font-size: 12px;
  font-weight: 800;

  letter-spacing: 0.12em;
}

.process-step h3 {
  margin-bottom: 12px;

  color: var(--charcoal);

  font-size: 19px;

  line-height: 1.3;
}

.process-step p {
  color: var(--muted);

  font-size: 14px;

  line-height: 1.7;
}


/* =====================================================
   15. ABOUT EVERGREEN
===================================================== */

.about-section {
  padding: 105px 0;

  background: var(--cream);
}

.about-grid {
  display: grid;

  grid-template-columns: 1fr 0.85fr;

  gap: 80px;

  align-items: center;
}

.about-content h2 {
  margin-bottom: 24px;

  color: var(--charcoal);
}

.about-content p {
  max-width: 620px;

  margin-bottom: 18px;

  color: var(--muted);

  font-size: 16px;

  line-height: 1.8;
}

.about-location {
  display: inline-flex;

  margin-top: 10px;

  padding: 10px 14px;

  border: 1px solid #d8dfdc;
  border-radius: 8px;

  background: rgba(255, 255, 255, 0.65);

  color: var(--pine);

  font-size: 13px;
  font-weight: 700;
}


/* ABOUT VISUAL */

.about-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-system-card {
  width: 100%;
  max-width: 430px;

  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 16px;

  padding: 28px;

  border: 1px solid var(--border);
  border-radius: 18px;

  background:
    linear-gradient(
      145deg,
      rgba(15, 90, 67, 0.05),
      rgba(255, 255, 255, 0.8)
    ),
    var(--white);

  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.06);
}

.about-system-card span {
  min-height: 110px;

  display: grid;
  place-items: center;

  border: 1px solid #dfe5e2;
  border-radius: 13px;

  background: var(--white);

  color: var(--pine);

  font-size: 15px;
  font-weight: 800;

  transition:
    transform 0.2s ease,
    background 0.2s ease;
}

.about-system-card span:hover {
  transform: translateY(-3px);

  background: var(--soft-green);
}


/* =====================================================
   16. FINAL CTA
===================================================== */

.final-cta {
  padding: 100px 0;

  background: var(--pine-dark);

  color: var(--white);
}

.final-cta-inner {
  max-width: 850px;

  margin: 0 auto;

  text-align: center;
}

.final-cta h2 {
  margin-bottom: 20px;

  color: var(--white);

  font-size: clamp(38px, 5vw, 56px);
}

.final-cta p {
  max-width: 620px;

  margin: 0 auto 30px;

  color: rgba(255, 255, 255, 0.72);

  font-size: 17px;

  line-height: 1.7;
}

.final-cta-button {
  background: var(--white);
  color: var(--pine-dark);

  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.14);
}

.final-cta-button:hover {
  background: #f0f2f1;
  color: var(--pine-dark);

  transform: translateY(-2px);
}


/* =====================================================
   17. FOOTER
===================================================== */

.footer {
  padding: 55px 0 40px;

  background: var(--black);

  color: rgba(255, 255, 255, 0.72);
}

.footer-grid {
  display: grid;

  grid-template-columns: 1.2fr 1fr auto;

  gap: 50px;

  align-items: start;
}

.footer-brand p {
  margin-top: 14px;

  color: rgba(255, 255, 255, 0.5);

  font-size: 13px;
}

.footer-logo {
  color: var(--white);
}

.footer-logo .brand-mark span {
  border-bottom-color: #5aa084;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;

  gap: 22px;
}

.footer-links a,
.footer-legal a {
  color: rgba(255, 255, 255, 0.65);

  font-size: 13px;

  transition: color 0.2s ease;
}

.footer-links a:hover,
.footer-legal a:hover {
  color: var(--white);
}

.footer-legal {
  display: flex;
  flex-direction: column;

  gap: 10px;

  text-align: right;
}

.footer-legal span {
  margin-top: 4px;

  color: rgba(255, 255, 255, 0.38);

  font-size: 12px;
}


/* =====================================================
   18. TABLET
===================================================== */

@media (max-width: 1100px) {

  .nav-links {
    display: none;
  }

  .hero-grid {
    grid-template-columns: 1fr;

    gap: 35px;
  }

  .hero-content {
    max-width: 760px;
  }

  .hero-visual {
    margin-top: 20px;
  }

  .card-lead {
    right: 10px;
  }

  .card-review {
    right: -10px;
  }

  .card-message {
    right: 20px;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-grid {
    grid-template-columns: 1fr;

    gap: 50px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-legal {
    grid-column: 1 / -1;

    flex-direction: row;

    flex-wrap: wrap;

    text-align: left;
  }
}


/* =====================================================
   19. SMALL TABLET
===================================================== */

@media (max-width: 900px) {

  .problem-grid {
    grid-template-columns: 1fr;
  }

  .problem-card {
    width: 100%;
    max-width: 650px;

    margin: 0 auto;
  }

  .work-card {
    flex-basis: 340px;
  }

  .pricing-card {
    grid-template-columns: 1fr;
  }

  .pricing-main,
  .pricing-features {
    padding: 38px;
  }
}


/* =====================================================
   20. MOBILE
===================================================== */

@media (max-width: 700px) {

  .container {
    width: min(100% - 28px, 1180px);
  }


  /* NAVBAR */

  .navbar {
    position: relative;
  }

  .nav-inner {
    min-height: 68px;
  }

  .brand {
    font-size: 18px;
  }

  .brand-mark {
    width: 30px;
    height: 30px;

    transform: scale(0.8);
  }

  .nav-cta {
    padding: 10px 13px;

    font-size: 11px;
  }


  /* HERO */

  .hero {
    padding: 58px 0 55px;
  }

  .hero h1 {
    font-size: 48px;
  }

  .hero-copy {
    font-size: 17px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .trust-line {
    align-items: flex-start;
  }

  .hero-visual {
    min-height: 440px;

    margin-top: 10px;

    justify-content: flex-start;
  }

  .laptop {
    width: 100%;
  }

  .phone {
    right: 8px;
    bottom: 0;

    width: 125px;
    height: 260px;
  }

  .phone-content h4 {
    font-size: 16px;
  }

  .float-card {
    width: 140px;

    padding: 10px;
  }

  .float-card strong {
    font-size: 11px;
  }

  .float-card span {
    font-size: 9px;
  }

  .card-lead {
    top: 0;
    right: 0;
  }

  .card-review,
  .card-message {
    display: none;
  }


  /* SERVICES */

  .services-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: auto;
  }


  /* CAROUSEL */

  .carousel-heading {
    align-items: flex-start;
  }

  .work-card {
    flex: 0 0 86%;
  }

  .testimonial-card {
    flex: 0 0 88%;
  }

  .carousel-btn {
    width: 40px;
    height: 40px;
  }


  /* PROCESS */

  .process-grid {
    grid-template-columns: 1fr;
  }


  /* FOOTER */

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-links {
    flex-direction: column;

    gap: 12px;
  }

  .footer-legal {
    grid-column: auto;

    flex-direction: column;

    text-align: left;
  }
}


/* =====================================================
   21. SMALL MOBILE
===================================================== */

@media (max-width: 600px) {

  .problem-section,
  .services-section,
  .work-section,
  .testimonials-section,
  .pricing-section,
  .process-section,
  .about-section,
  .final-cta {
    padding: 70px 0;
  }

  .section-heading {
    margin-bottom: 34px;
  }

  .section-heading h2,
  .carousel-heading h2,
  .about-content h2 {
    font-size: 34px;
  }

  .section-intro {
    font-size: 15px;
  }

  .problem-card {
    padding: 22px;
  }

  .service-card {
    padding: 24px;
  }

  .work-content p {
    min-height: auto;
  }

  .pricing-main,
  .pricing-features {
    padding: 28px;
  }

  .price-number {
    font-size: 54px;
  }

  .about-system-card {
    padding: 18px;
  }

  .about-system-card span {
    min-height: 90px;
  }

  .final-cta h2 {
    font-size: 38px;
  }
}


/* =====================================================
   22. VERY SMALL MOBILE
===================================================== */

@media (max-width: 500px) {

  .carousel-controls {
    display: none;
  }

  .work-card,
  .testimonial-card {
    flex-basis: 92%;
  }

  .hero h1 {
    font-size: 41px;
  }

  .nav-cta span {
    display: none;
  }

  .about-system-card {
    grid-template-columns: 1fr;
  }
}