:root {
  --forest: #163e2e;
  --forest-2: #235540;
  --sage: #8da68f;
  --cream: #f4f2e9;
  --ink: #12221a;
  --muted: #5e6d64;
  --line: rgba(22, 62, 46, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
.glass {
  background: linear-gradient(145deg, rgba(255,255,255,.73), rgba(255,255,255,.40));
  border: 1px solid rgba(255,255,255,.72);
  box-shadow: 0 28px 80px rgba(29,58,43,.12), inset 0 1px rgba(255,255,255,.75);
  backdrop-filter: blur(24px) saturate(125%);
  -webkit-backdrop-filter: blur(24px) saturate(125%);
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  width: 100%;
  height: 88px;
  padding: 10px max(24px, calc((100% - 1320px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0;
  background: rgba(248,247,241,.9);
  border: 1px solid rgba(255,255,255,.85);
  box-shadow: 0 12px 40px rgba(25,53,38,.09);
  backdrop-filter: blur(22px);
}
.brand { display: flex; align-items: center; gap: 15px; font-weight: 700; }
.brand img { width: 96px; height: 62px; object-fit: contain; }
.brand span { color: var(--muted); font-size: 13px; }
nav { display: flex; gap: 34px; font-size: 14px; font-weight: 560; }
nav a { transition: color .2s; }
nav a:hover { color: var(--forest-2); }
.header-call, .button {
  border-radius: 999px;
  font-size: 14px;
  font-weight: 650;
  transition: transform .2s, box-shadow .2s, background .2s;
}
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; }
.button-icon { position: relative; width: 21px; height: 21px; flex: 0 0 21px; display: grid; place-items: center; }
.button-icon i, .button-icon i::before, .button-icon i::after { position: absolute; display: block; content: ""; box-sizing: border-box; }
.icon-request i { width: 19px; height: 14px; border: 2px solid currentColor; border-radius: 5px; }
.icon-request i::after { width: 6px; height: 6px; left: 2px; bottom: -5px; border: 2px solid currentColor; border-width: 0 0 2px 2px; transform: skewY(-35deg); }
.icon-phone i { width: 13px; height: 20px; border: 2px solid currentColor; border-radius: 3px; }
.icon-phone i::before { width: 5px; height: 2px; left: 2px; top: 2px; border-radius: 2px; background: currentColor; }
.icon-phone i::after { width: 3px; height: 3px; left: 3px; bottom: 2px; border-radius: 50%; background: currentColor; }
.header-call { padding: 17px 23px; color: white; background: var(--forest); }
.header-call:hover, .button:hover { transform: translateY(-2px); }
.hero {
  width: min(1320px, calc(100% - 48px));
  min-height: 660px;
  margin: 24px auto 0;
  padding: 58px 54px 70px;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 54px;
  align-items: center;
  border: 1px solid rgba(255,255,255,.82);
  border-radius: 44px;
  background:
    radial-gradient(circle at 85% 20%, rgba(135,165,140,.22), transparent 38%),
    linear-gradient(145deg, rgba(255,255,255,.48), rgba(232,237,225,.62));
  box-shadow: 0 28px 80px rgba(29,58,43,.09), inset 0 1px rgba(255,255,255,.85);
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .28;
  background-image: linear-gradient(rgba(24,65,45,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(24,65,45,.06) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: radial-gradient(ellipse at center, black 30%, rgba(0,0,0,.72) 58%, transparent 88%);
}
.orb { position: absolute; border-radius: 50%; filter: blur(2px); }
.orb-one { width: 430px; height: 430px; left: -170px; top: 240px; background: rgba(134,164,137,.28); }
.orb-two { width: 520px; height: 520px; right: -240px; top: 50px; background: rgba(197,202,176,.35); }
.hero-copy-column { position: relative; z-index: 2; }
.eyebrow {
  margin: 0 0 22px;
  color: var(--forest-2);
  font-size: 12px;
  font-weight: 720;
  letter-spacing: .18em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 25px;
  max-width: 800px;
  font-size: clamp(48px, 6.3vw, 88px);
  line-height: .97;
  letter-spacing: -.065em;
  font-weight: 630;
}
h1 span { color: var(--forest-2); font-weight: 450; font-style: italic; }
.hero-copy {
  max-width: 640px;
  margin: 0 0 34px;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.55;
}
.hero-actions { display: flex; justify-content: flex-start; gap: 12px; }
.button { padding: 17px 25px; }
.button.primary { color: white; background: var(--forest); box-shadow: 0 12px 28px rgba(22,62,46,.2); }
.button.secondary { background: rgba(255,255,255,.62); border: 1px solid rgba(22,62,46,.13); }
.hero-logo-card {
  position: relative;
  isolation: isolate;
  min-height: 410px;
  padding: 28px 24px 26px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 34px;
  text-align: center;
  background: linear-gradient(155deg, rgba(255,255,255,.88), rgba(241,242,231,.56));
  border: 1px solid rgba(255,255,255,.94);
  box-shadow: 0 22px 55px rgba(24,61,43,.14), inset 0 1px rgba(255,255,255,.95);
}
.hero-logo-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 9px;
  border: 1px solid rgba(22,62,46,.08);
  border-radius: 27px;
}
.logo-glow {
  position: absolute;
  z-index: -1;
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(117,154,126,.22);
  filter: blur(38px);
}
.hero-logo-card img { width: min(100%, 290px); height: auto; display: block; }
.hero-logo-card strong { margin-top: 8px; font-size: 20px; line-height: 1.3; letter-spacing: -.025em; }
.hero-logo-card small { margin-top: 11px; color: var(--muted); font-size: 12px; letter-spacing: .08em; }

.section { width: min(1320px, calc(100% - 48px)); margin: 0 auto; }
.services { padding: 130px 0 145px; }
.section-heading { display: grid; grid-template-columns: 1.1fr 1fr; column-gap: 60px; align-items: end; margin-bottom: 54px; }
.section-heading .eyebrow { grid-column: 1 / -1; }
.section-heading h2, .contact h2 {
  margin-bottom: 0;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.02;
  letter-spacing: -.05em;
  font-weight: 590;
}
.section-heading > p:last-child { margin: 0; color: var(--muted); font-size: 18px; line-height: 1.6; max-width: 430px; }
.service-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.service-card { position: relative; min-height: 560px; padding: 38px; overflow: hidden; border-radius: 34px; }
.service-photo { width: calc(100% + 76px); height: 235px; margin: -38px -38px 32px; display: block; object-fit: cover; }
.service-number { position: absolute; top: 20px; left: 20px; padding: 8px 11px; color: white; background: rgba(16,44,32,.74); border: 1px solid rgba(255,255,255,.45); border-radius: 999px; backdrop-filter: blur(10px); font-size: 11px; font-weight: 700; letter-spacing: .15em; }
.service-icon {
  width: 102px;
  height: 102px;
  margin: 0 0 28px;
  display: grid;
  place-items: center;
  border-radius: 28px;
  background: linear-gradient(145deg, #2e624a, #123927);
  box-shadow: 0 16px 30px rgba(22,62,46,.22);
}
.service-icon span { position: relative; display: block; width: 38px; height: 45px; }
.icon-01 span { border: 3px solid white; border-radius: 18px 18px 6px 6px; border-top-color: transparent; transform: rotate(12deg); }
.icon-01 span::before { content: ""; position: absolute; width: 3px; height: 20px; background: white; left: 16px; top: -12px; }
.icon-02 span::before, .icon-02 span::after { content: ""; position: absolute; background: white; border-radius: 100% 0 100% 0; transform: rotate(-35deg); }
.icon-02 span::before { width: 25px; height: 38px; left: 5px; top: 0; }
.icon-02 span::after { width: 20px; height: 30px; left: 23px; top: 15px; transform: rotate(55deg); }
.service-card h3 { margin-bottom: 15px; font-size: 28px; letter-spacing: -.03em; }
.service-card p { max-width: 470px; min-height: 75px; color: var(--muted); line-height: 1.6; }
.service-card > a { display: inline-flex; gap: 10px; color: var(--forest-2); font-size: 14px; font-weight: 680; }
.process-section { padding: 115px 0; background: linear-gradient(135deg, rgba(130,160,136,.17), rgba(255,255,255,.4)); border-block: 1px solid var(--line); }
.compact-heading { margin-bottom: 50px; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.steps article { padding: 28px; border-radius: 24px; background: rgba(255,255,255,.72); border: 1px solid rgba(255,255,255,.9); box-shadow: 0 16px 44px rgba(25,53,38,.08); }
.step-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 34px; }
.step-number { color: var(--forest-2); font-size: 13px; font-weight: 800; letter-spacing: .14em; }
.step-icon { position: relative; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 15px; color: white; background: linear-gradient(145deg, #2f654b, #153c2a); box-shadow: 0 10px 24px rgba(22,62,46,.2); }
.step-icon i, .step-icon i::before, .step-icon i::after { position: absolute; display: block; content: ""; box-sizing: border-box; }
.step-icon-call i { width: 20px; height: 28px; border: 2px solid white; border-width: 0 0 3px 3px; border-radius: 0 0 0 12px; transform: rotate(-42deg); }
.step-icon-call i::before, .step-icon-call i::after { width: 8px; height: 5px; left: -5px; border-radius: 3px; background: white; }
.step-icon-call i::before { top: -2px; }.step-icon-call i::after { bottom: -2px; transform: rotate(90deg); left: 15px; }
.step-icon-talk i { width: 24px; height: 18px; border: 2px solid white; border-radius: 7px; }
.step-icon-talk i::after { width: 7px; height: 7px; left: 3px; bottom: -5px; border: 2px solid white; border-width: 0 0 2px 2px; transform: skewY(-35deg); background: #1d4a35; }
.step-icon-plan i { width: 23px; height: 23px; border: 2px solid white; border-radius: 5px; }
.step-icon-plan i::before { left: -2px; right: -2px; top: 5px; height: 2px; background: white; }
.step-icon-plan i::after { width: 11px; height: 6px; left: 4px; top: 10px; border: 2px solid white; border-width: 0 0 2px 2px; transform: rotate(-45deg); }
.step-icon-done i { width: 25px; height: 25px; border: 2px solid white; border-radius: 50%; }
.step-icon-done i::after { width: 12px; height: 7px; left: 5px; top: 6px; border: 2px solid white; border-width: 0 0 2px 2px; transform: rotate(-45deg); }
.steps h3 { margin-bottom: 12px; font-size: 23px; }
.steps p { margin: 0; color: var(--muted); line-height: 1.55; }

.contact { padding-bottom: 130px; }
.contact-card { padding: 70px; border-radius: 42px; display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.contact-card > div:first-child > p:last-child { margin: 25px 0 0; max-width: 440px; color: var(--muted); font-size: 17px; line-height: 1.6; }
.contact-options { display: flex; flex-direction: column; justify-content: center; }
.contact-options a { position: relative; padding: 26px 45px 26px 0; border-bottom: 1px solid var(--line); }
.contact-label { display: block; margin-bottom: 7px; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .14em; }
.contact-options strong { font-size: clamp(17px, 2vw, 22px); font-weight: 590; }
.contact-arrow { position: absolute; right: 5px; top: 38px; font-size: 20px; color: var(--forest-2); }

footer { color: rgba(255,255,255,.76); background: #102c20; padding: 70px max(24px, calc((100% - 1160px) / 2)) 28px; }
.footer-main { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 70px; padding-bottom: 65px; }
.footer-main > img { width: 190px; filter: brightness(0) invert(1); opacity: .92; }
.footer-main .eyebrow { color: #9db6a3; margin-bottom: 17px; }
address { font-style: normal; line-height: 1.7; }
.footer-contact { display: flex; flex-direction: column; gap: 10px; }
.footer-contact .eyebrow { margin-bottom: 7px; }
.footer-contact a:hover { color: white; }
.footer-bottom { padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 20px; font-size: 12px; }

@media (max-width: 760px) {
  .site-header { top: 0; height: 70px; border-radius: 0; }
  .brand img { width: 92px; height: 45px; }
  .brand span { display: none; }
  nav { display: none; }
  .header-call { padding: 13px 17px; font-size: 13px; }
  .hero { width: calc(100% - 30px); min-height: auto; padding: 42px 20px 34px; grid-template-columns: 1fr; gap: 30px; border-radius: 30px; }
  .hero-copy-column { text-align: left; }
  .hero-logo-card { min-height: 300px; padding: 18px; border-radius: 25px; }
  .hero-logo-card img { width: min(78%, 280px); }
  .hero-logo-card strong { font-size: 17px; }
  .hero-logo-card small { font-size: 10px; }
  h1 { font-size: clamp(48px, 15vw, 66px); }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .trust-row { gap: 12px; margin-top: 38px; }
  .section { width: min(100% - 30px, 1160px); }
  .services { padding: 92px 0; }
  .section-heading, .service-grid, .contact-card, .footer-main, .steps { grid-template-columns: 1fr; }
  .section-heading { gap: 25px; }
  .service-card { min-height: auto; padding: 28px; }
  .service-photo { width: calc(100% + 56px); height: 210px; margin: -28px -28px 28px; }
  .service-card p { min-height: 0; }
  .contact { padding-bottom: 85px; }
  .process-section { padding: 85px 0; }
  .contact-card { padding: 38px 25px; gap: 28px; border-radius: 30px; }
  .footer-main { gap: 40px; padding-bottom: 45px; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
