:root {
  --black: #000000;
  --charcoal: #181818;
  --green: #97cc54;
  --green-light: #a5df5a;
  --grey: #dbdbdb;
  --white: #ffffff;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter',sans-serif;
  color: var(--charcoal);
  background: var(--white);
  overflow-x: hidden;
}

h1, h2, h3, h4, .display-font {
  font-family: 'Sora',sans-serif;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--black);
}

.eyebrow {
  font-family: 'Inter',sans-serif;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-size: .75rem;
  color: var(--green);
}

a {
  color: inherit;
}

#mainNav {
  background-color: black;
}

@media (min-width: 768px) {
  #mainNav {
    background-color: transparent;
  }
}

.btn {
  font-family: 'Sora',sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .03em;
  border-radius: 999px;
  padding: .85rem 1.9rem;
  border: 2px solid transparent;
}

.btn-brand {
  background: var(--green);
  color: var(--black);
}

.btn-brand:hover {
  background: var(--green-light);
  color: var(--black);
}

.btn-outline-brand {
  background: transparent;
  color: var(--white);
  border-color: var(--white);
}

.btn-outline-brand:hover {
  background: var(--white);
  color: var(--black);
}

.btn-outline-dark-brand {
  background: transparent;
  color: var(--black);
  border-color: var(--black);
}

.btn-outline-dark-brand:hover {
  background: var(--black);
  color: var(--white);
}

/* ---------- Signature link mark ---------- */

.link-mark circle {
  fill: none;
  stroke-width: 17;
}

.link-mark .c-black {
  stroke: var(--black);
}

.link-mark .c-green {
  stroke: var(--green);
}

/* ---------- Navbar ---------- */

.navbar-brand-lockup {
  display: flex;
  align-items: center;
  gap: .6rem;
}

.navbar-brand-lockup .wordmark {
  font-family: 'Sora',sans-serif;
  font-weight: 800;
  font-size: 1.15rem;
  letter-spacing: -0.01em;
  line-height: 1;
}

.navbar-brand-lockup .wordmark .na {
  display: block;
  font-family: 'Inter',sans-serif;
  font-weight: 600;
  font-size: .55rem;
  letter-spacing: .2em;
  color: var(--grey);
}

.navbar-brand-lockup .wordmark .conta {
  color: var(--green);
}

#mainNav {
  transition: background-color .3s ease, padding .3s ease;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}

#navWrapper.scrolled {
  background-color: var(--black)!important;
  /*padding-top: .6rem;*/
  /*padding-bottom: .6rem;*/
  box-shadow: 0 4px 24px rgba(0,0,0,.25);
}

#mainNav .nav-link {
  font-family: 'Sora',sans-serif;
  font-weight: 600;
  font-size: .85rem;
  text-transform: uppercase;
  letter-spacing: .03em;
  color: rgba(255,255,255,.85);
  margin: 0 .6rem;
}

#mainNav .nav-link:hover {
  color: var(--green-light);
}

/* ---------- Hero ---------- */

.hero {
  position: relative;
  background: var(--black);
  padding-top: 9rem;
  padding-bottom: 6rem;
  overflow: hidden;
}

.hero-diagonal {
  position: absolute;
  top: 0;
  right: -10%;
  bottom: 0;
  width: 65%;
  background: var(--green);
  clip-path: polygon(38% 0, 100% 0, 100% 100%, 0% 100%);
}

.hero-mark-bg {
  position: absolute;
  top: 50%;
  left: -6rem;
  transform: translateY(-50%);
  opacity: .08;
  width: 26rem;
  height: 26rem;
}

.hero-mark-bg .c-black {
  stroke: var(--white);
}

.hero-mark-bg .c-green {
  stroke: var(--white);
}

.hero h1 {
  color: var(--white);
  font-size: clamp(2.4rem,5vw,3.75rem);
  line-height: 1.03;
}

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

.hero .lead {
  color: var(--grey);
  max-width: 34rem;
  font-size: 1.15rem;
}

.trust-pills {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem 1.6rem;
  margin-top: 2rem;
}

.trust-pills span {
  color: var(--white);
  font-size: .85rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: .4rem;
}

.trust-pills i {
  color: var(--green-light);
}

.quote-card {
  background: var(--white);
  border-radius: 1.25rem;
  padding: 2rem;
  box-shadow: 0 30px 60px rgba(0,0,0,.35);
  position: relative;
  z-index: 2;
}

.quote-card .eyebrow {
  color: var(--green);
}

.quote-card h3 {
  font-size: 1.35rem;
  margin-bottom: .25rem;
}

.quote-card .form-label {
  font-family: 'Sora',sans-serif;
  font-weight: 600;
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: var(--charcoal);
}

.quote-card .form-control, .quote-card .form-select {
  border-radius: .6rem;
  border: 1.5px solid var(--grey);
  padding: .65rem .9rem;
  font-size: .9rem;
}

.quote-card .form-control:focus, .quote-card .form-select:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 .2rem rgba(151,204,84,.25);
}

/* ---------- Section basics ---------- */

section {
  padding: 5.5rem 0;
}

.section-head {
  max-width: 42rem;
}

.section-head h2 {
  font-size: clamp(1.9rem,3.4vw,2.6rem);
  line-height: 1.05;
}

.section-head p {
  color: #555;
  font-size: 1.05rem;
}

.bg-charcoal {
  background: var(--charcoal);
}

.bg-grey-soft {
  background: #f5f5f3;
}

/* ---------- Stat strip ---------- */

.stat-strip {
  background: var(--black);
}

.stat-strip .stat-num {
  font-family: 'Sora',sans-serif;
  font-weight: 800;
  font-size: 2.1rem;
  color: var(--green);
}

.stat-strip .stat-label {
  color: var(--grey);
  font-size: .85rem;
  font-weight: 500;
}

.stat-strip .vr-custom {
  width: 1px;
  background: rgba(255,255,255,.15);
}

/* ---------- Process ---------- */

.process-step {
  position: relative;
  padding-left: 0;
  height: 100%;
}

.process-num {
  font-family: 'Sora',sans-serif;
  font-weight: 800;
  font-size: 3rem;
  color: var(--grey);
  line-height: 1;
  margin-bottom: 1rem;
}

.process-step:nth-child(even) .process-num {
  color: var(--green);
}

.process-card {
  border: 1.5px solid var(--grey);
  border-radius: 1rem;
  padding: 2rem 1.75rem;
  height: 100%;
  transition: border-color .25s ease, transform .25s ease;
}

.process-card:hover {
  border-color: var(--green);
  transform: translateY(-4px);
}

.process-card h4 {
  font-size: 1.05rem;
  margin-bottom: .6rem;
}

.process-card p {
  color: #555;
  font-size: .92rem;
  margin-bottom: 0;
}

.process-arrow {
  color: var(--grey);
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

/* ---------- Advantages ---------- */

.adv-card {
  background: var(--white);
  border-radius: 1rem;
  padding: 2rem 1.75rem;
  height: 100%;
  border: 1.5px solid var(--grey);
}

.adv-card .icon-wrap {
  width: 3rem;
  height: 3rem;
  border-radius: .75rem;
  background: var(--green);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  color: var(--black);
  font-size: 1.3rem;
}

.adv-card h4 {
  font-size: 1.05rem;
  margin-bottom: .6rem;
}

.adv-card p {
  color: #555;
  font-size: .92rem;
  margin-bottom: 0;
}

/* ---------- Comparison ---------- */

.compare-table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}

.compare-table th {
  font-family: 'Sora',sans-serif;
  text-transform: uppercase;
  letter-spacing: .03em;
  font-size: .85rem;
  padding: 1.1rem 1.3rem;
}

.compare-table th.col-old {
  background: var(--charcoal);
  color: var(--grey);
  border-radius: 1rem 0 0 0;
}

.compare-table th.col-new {
  background: var(--green);
  color: var(--black);
  border-radius: 0 1rem 0 0;
}

.compare-table td {
  padding: 1rem 1.3rem;
  font-size: .92rem;
  border-bottom: 1px solid var(--grey);
}

.compare-table td.col-old {
  color: #666;
}

.compare-table td.col-new {
  color: var(--black);
  font-weight: 600;
  background: rgba(151,204,84,.08);
}

.compare-table tr:last-child td.col-old {
  border-radius: 0 0 0 1rem;
}

.compare-table tr:last-child td.col-new {
  border-radius: 0 0 1rem 0;
}

/* ---------- Placeholder blocks ---------- */

.img-placeholder {
  border: 2px dashed var(--grey);
  border-radius: 1rem;
  background: #f5f5f3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #8a8a8a;
  padding: 2rem 1.25rem;
}

.img-placeholder i {
  font-size: 1.8rem;
  color: var(--green);
  margin-bottom: .6rem;
}

.img-placeholder span {
  font-size: .82rem;
  font-style: italic;
  max-width: 16rem;
}

.avatar-placeholder {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background: var(--grey);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8a8a8a;
  font-size: 1.2rem;
  flex-shrink: 0;
}

/* ---------- About ---------- */

.about-figure {
  position: relative;
}

.about-figure .dot {
  position: absolute;
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  background: var(--green);
  z-index: -1;
}

/* ---------- Testimonials ---------- */

.testi-card {
  background: var(--white);
  border: 1.5px solid var(--grey);
  border-radius: 1rem;
  padding: 1.9rem;
  height: 100%;
}

.testi-card .stars {
  color: var(--green);
  font-size: .85rem;
  margin-bottom: .75rem;
}

.testi-card p.quote {
  font-size: .95rem;
  color: var(--charcoal);
}

.testi-card .who {
  font-size: .82rem;
  color: #777;
}

.testi-card .who strong {
  color: var(--black);
}

/* ---------- Final CTA ---------- */

.final-cta {
  background: var(--green);
  border-radius: 1.5rem;
  padding: 3.5rem 2.5rem;
  position: relative;
  overflow: hidden;
}

.final-cta h2 {
  font-size: clamp(1.8rem,3.5vw,2.6rem);
}

.final-cta .mark-deco {
  position: absolute;
  right: -3rem;
  bottom: -3rem;
  width: 14rem;
  height: 14rem;
  opacity: .18;
}

.final-cta .mark-deco .c-black, .final-cta .mark-deco .c-green {
  stroke: var(--black);
}

/* ---------- Footer ---------- */

footer {
  background: var(--black);
  color: var(--grey);
  padding: 4rem 0 1.5rem;
}

footer h5 {
  font-family: 'Sora',sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: .85rem;
  letter-spacing: .05em;
  color: var(--white);
  margin-bottom: 1.1rem;
}

footer a.footer-link {
  color: var(--grey);
  font-size: .9rem;
  text-decoration: none;
  display: block;
  margin-bottom: .55rem;
}

footer a.footer-link:hover {
  color: var(--green-light);
}

footer .social-icon {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  margin-right: .6rem;
}

footer .social-icon:hover {
  background: var(--green);
  border-color: var(--green);
  color: var(--black);
}

footer hr {
  border-color: rgba(255,255,255,.12);
}

footer .fine {
  font-size: .78rem;
  color: #8a8a8a;
}

