:root {
  --ink: #14201d;
  --muted: #5c6a66;
  --paper: #f8f6f0;
  --panel: #ffffff;
  --line: #d9ded5;
  --green: #1f7a58;
  --green-dark: #11563c;
  --teal: #0d6f7b;
  --gold: #c58a22;
  --rose: #9f4d56;
  --shadow: 0 18px 48px rgba(20, 32, 29, 0.14);
  --deep-shadow: 0 30px 90px rgba(15, 24, 22, 0.24);
}

/* JobVisto public website refresh */
.site-header {
  color: var(--ink);
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid rgba(218, 226, 222, .8);
  box-shadow: 0 6px 24px rgba(18, 32, 30, .04);
  backdrop-filter: blur(14px);
}

.brand-logo {
  width: 46px;
  height: 46px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.brand > span:not(.brand-mark) {
  display: none;
}

.brand-mark {
  display: none;
}

.button-login {
  color: var(--green-dark);
  background: transparent;
  border-color: transparent;
}

.button-light,
.site-header.scrolled .button-light {
  color: #fff;
  background: linear-gradient(135deg, #00785a, #0aa06c);
  box-shadow: 0 12px 26px rgba(0, 120, 90, .18);
}

.icon-button {
  color: var(--green-dark);
  background: #eef7f3;
}

.hero {
  display: grid;
  grid-template-columns: minmax(380px, .9fr) minmax(520px, 1.35fr);
  align-items: center;
  gap: clamp(28px, 4vw, 64px);
  min-height: auto;
  padding: 138px clamp(24px, 6vw, 110px) 38px;
  color: var(--ink);
  background:
    radial-gradient(circle at -8% 0%, rgba(0, 120, 90, .12), transparent 28%),
    radial-gradient(circle at 100% 28%, rgba(0, 120, 90, .10), transparent 30%),
    #fff;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 1px;
  background: #dde6e2;
}

.hero-content {
  width: 100%;
}

.hero h1 {
  max-width: 690px;
  margin-bottom: 24px;
  color: #062f2d;
  font-size: clamp(3rem, 5.3vw, 5rem);
  line-height: 1.08;
}

.hero-copy {
  max-width: 600px;
  color: #4f5d77;
  font-size: clamp(1.08rem, 1.8vw, 1.42rem);
  line-height: 1.55;
}

.hero-actions .button {
  min-height: 56px;
  padding: 0 28px;
  border-radius: 8px;
  font-size: 1rem;
}

.button-primary {
  background: linear-gradient(135deg, #00785a, #0aa06c);
}

.button-ghost {
  color: #063b35;
  border: 1px solid #cadbd4;
  background: #fff;
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 26px;
  color: #4b5570;
  font-weight: 800;
}

.hero-trust span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hero-trust i {
  color: #008b61;
}

.hero-product {
  position: relative;
  min-height: 430px;
}

.hero-laptop {
  display: block;
  width: 100%;
  max-height: 470px;
  object-fit: contain;
  filter: drop-shadow(0 24px 38px rgba(14, 32, 28, .22));
}

.hero-phone {
  position: absolute;
  left: -7%;
  bottom: 8%;
  width: min(210px, 24vw);
  max-height: 360px;
  object-fit: contain;
  filter: drop-shadow(0 20px 28px rgba(14, 32, 28, .28));
}

.feature-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
  padding: 34px clamp(20px, 4vw, 64px);
  border-top: 1px solid #e1e8e5;
  border-bottom: 1px solid #e1e8e5;
  background: #fff;
}

.feature-strip article {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 2px 12px;
  align-items: center;
  padding: 16px 20px;
  background: #f4f8f6;
  border: 1px solid #e3ebe7;
  border-radius: 12px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.feature-strip article:hover {
  transform: translateY(-2px);
  background: #eaf3ee;
  box-shadow: 0 8px 20px rgba(0, 120, 90, 0.06);
}

.feature-strip i {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 10px;
  color: #00785a;
  background: #e3f3ec;
}

.feature-strip strong {
  color: #071f23;
  font-size: 0.94rem;
  font-weight: 700;
}

.feature-strip span {
  color: #4e5a70;
  font-size: 0.82rem;
  line-height: 1.35;
}

.proof-strip {
  width: min(100% - 48px, 1480px);
  margin: 28px auto 0;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, #062f2d, #006342);
  box-shadow: 0 20px 42px rgba(14, 32, 28, .13);
}

.proof-strip div {
  min-height: 112px;
  color: #fff;
  background: transparent;
  border-right: 1px solid rgba(255,255,255,.18);
}

.proof-strip div:last-child {
  border-right: 0;
}

.proof-strip strong {
  color: #22c978;
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  line-height: 1.18;
}

.proof-strip span {
  max-width: 210px;
  color: rgba(255,255,255,.92);
}

@media (max-width: 1100px) {
  .hero {
    grid-template-columns: 1fr;
    padding-top: 118px;
  }

  .hero-product {
    min-height: 320px;
  }

  .feature-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.menu-toggle {
  display: none;
}
.mobile-dropdown {
  display: none;
}

@media (max-width: 760px) {
  .site-header {
    gap: 12px;
  }

  .nav-links {
    display: none;
  }

  .header-actions .icon-button,
  .header-actions .button-login,
  .header-actions .button-light {
    display: none;
  }

  .menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 16px;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    z-index: 30;
    color: currentColor;
  }

  .menu-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: currentColor;
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

  .mobile-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 12px;
    padding: 24px 20px;
    background: #063f34;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    z-index: 25;
  }

  .mobile-dropdown-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    width: 100%;
    border-radius: 8px;
    font-weight: 800;
    font-size: 0.95rem;
  }

  .mobile-dropdown .button-login {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
  }

  .mobile-dropdown .button-primary {
    background: var(--green);
    color: #fff;
    box-shadow: 0 14px 28px rgba(31, 122, 88, 0.26);
  }

  /* Scrolled header dropdown styles */
  .site-header.scrolled .mobile-dropdown {
    background: #f8f6f0;
    border-top: 1px solid rgba(0,0,0,0.06);
  }

  .site-header.scrolled .mobile-dropdown .button-login {
    color: var(--ink);
    background: #e9eee7;
    border: none;
  }

  .site-header.scrolled .mobile-dropdown .button-primary {
    background: var(--green);
    color: #fff;
  }

  /* Opened state classes */
  .site-header.menu-open .mobile-dropdown {
    display: flex;
  }

  .site-header.menu-open .menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .site-header.menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .site-header.menu-open .menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .hero {
    padding: 106px 20px 26px;
  }

  .hero h1 {
    font-size: 3.1rem;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-phone {
    left: 0;
    width: 34vw;
  }

  .feature-strip,
  .proof-strip {
    grid-template-columns: 1fr;
  }

  .feature-strip {
    padding: 28px 20px;
  }

  .proof-strip {
    width: calc(100% - 40px);
  }
}

/* Final How it works spacing override */
.section.how-section {
  padding: clamp(64px, 7vw, 96px) clamp(20px, 4vw, 64px);
}

@media (max-width: 760px) {
  .section.how-section {
    padding: 72px 20px;
  }
}

/* Final footer */
.footer {
  display: block;
  padding: 0;
  color: #dbe5e0;
  background:
    radial-gradient(circle at 18% 0%, rgba(0, 153, 99, .22), transparent 34%),
    linear-gradient(135deg, #071513, #0d2b25 58%, #06110f);
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(320px, 1.4fr) repeat(2, minmax(170px, .65fr)) minmax(260px, .9fr);
  gap: clamp(28px, 5vw, 64px);
  width: min(100%, 1360px);
  margin: 0 auto;
  padding: clamp(46px, 6vw, 76px) clamp(20px, 5vw, 64px);
}

.footer-brand p,
.footer-column p {
  color: rgba(219, 229, 224, .82);
  line-height: 1.65;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
}

.footer-logo img {
  width: 162px;
  height: auto;
  object-fit: contain;
}

.footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.footer-badges span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  color: #eaf7f2;
  background: rgba(255, 255, 255, .06);
  font-size: .84rem;
  font-weight: 800;
}

.footer-badges svg {
  color: #2ed08a;
}

.footer-column {
  display: grid;
  align-content: start;
  gap: 12px;
}

.footer-column h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: .92rem;
  text-transform: uppercase;
}

.footer-column a {
  width: fit-content;
  color: rgba(219, 229, 224, .82);
  font-weight: 750;
}

.footer-column a:hover {
  color: #fff;
}

.footer-cta {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 8px;
  background: rgba(255, 255, 255, .06);
}

.footer-column .footer-button {
  width: 100%;
  min-height: 48px;
  margin-top: 6px;
  color: #07302d !important;
  background: #fff;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(100%, 1360px);
  margin: 0 auto;
  padding: 20px clamp(20px, 5vw, 64px);
  border-top: 1px solid rgba(255, 255, 255, .12);
  color: rgba(219, 229, 224, .72);
  font-size: .9rem;
  font-weight: 700;
}

.footer-bottom div {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.footer-bottom a {
  color: rgba(219, 229, 224, .82);
}

@media (max-width: 980px) {
  .footer-main {
    grid-template-columns: 1fr 1fr;
  }
}

/* Final brand size override */
.site-header {
  min-height: 104px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.site-header .brand {
  min-width: 270px;
  gap: 0;
}

.site-header .brand-logo {
  width: 250px !important;
  height: auto !important;
  max-height: 78px;
  object-fit: contain;
  object-position: center;
  border-radius: 0;
}

.site-header .brand > span:not(.brand-mark) {
  display: none !important;
}

@media (max-width: 760px) {
  .site-header {
    min-height: 82px;
  }

  .site-header .brand {
    min-width: 0;
  }

  .site-header .brand-logo {
    width: 160px !important;
    max-height: 58px;
  }

  .site-header .brand > span:not(.brand-mark) {
    display: none;
  }
}

@media (max-width: 640px) {
  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Pricing section */
.pricing {
  padding: clamp(86px, 9vw, 124px) clamp(20px, 4vw, 64px);
  background:
    radial-gradient(circle at 0% 12%, rgba(0, 137, 87, .08), transparent 26%),
    radial-gradient(circle at 100% 18%, rgba(0, 137, 87, .08), transparent 28%),
    #fff;
}

.pricing-heading {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.pricing-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 16px;
  border-radius: 999px;
  color: #007c55;
  background: #dff4eb;
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.pricing-heading h2 {
  margin: 12px auto 10px;
  color: #071f23;
  font-size: clamp(2.35rem, 4.4vw, 4rem);
  line-height: 1.02;
}

.pricing-heading h2 span {
  display: block;
  color: #008551;
}

.pricing-heading p {
  margin-bottom: 22px;
  color: #4e5a70;
  font-size: 1.05rem;
  font-weight: 650;
}

.billing-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: #10201b;
  font-weight: 850;
}

.toggle-switch {
  position: relative;
  width: 58px;
  height: 32px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #00785a, #0aa06c);
  cursor: pointer;
}

.toggle-switch span {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
  transition: transform .18s ease;
}

body[data-billing="annual"] .toggle-switch span {
  transform: translateX(26px);
}

.billing-toggle strong {
  padding: 7px 12px;
  border-radius: 999px;
  color: #007c55;
  background: #dff4eb;
  font-size: .86rem;
}

.pricing .price-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(178px, 1fr));
  gap: 18px;
  width: min(100%, 1540px);
  margin: 0 auto;
}

.pricing .price-card {
  min-height: 640px;
  padding: 32px 18px 16px;
  border: 1px solid #dbe5e1;
  border-radius: 8px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 16px 40px rgba(8, 33, 28, .07);
}

.pricing .price-card.highlighted {
  padding-top: 50px;
  border-color: #008551;
  box-shadow: 0 22px 60px rgba(0, 120, 90, .18);
}

.popular-ribbon {
  position: absolute;
  top: 0;
  left: -1px;
  right: -1px;
  display: grid;
  place-items: center;
  height: 32px;
  border-radius: 8px 8px 0 0;
  color: #fff;
  background: linear-gradient(135deg, #006342, #009963);
  font-size: .75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.plan-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 14px;
  border-radius: 50%;
  color: #007c55;
  background: #e3f3ec;
}

.plan-icon svg {
  width: 30px;
  height: 30px;
}

.pricing .price-card h3 {
  margin-bottom: 4px;
  color: #081b22;
  font-size: 1.35rem;
  line-height: 1.15;
}

.plan-subtitle {
  min-height: 36px;
  margin-bottom: 22px;
  color: #4e5a70 !important;
  font-size: .84rem;
  font-weight: 750;
}

.pricing .price {
  margin: 0;
  color: #008551 !important;
  font-size: clamp(2.25rem, 3vw, 3.25rem);
  line-height: 1;
}

.pricing .sales-price {
  max-width: 170px;
  font-size: clamp(1.9rem, 2.4vw, 2.55rem);
  line-height: 1.12;
}

.price-note {
  margin: 8px 0 18px;
  color: #007c55 !important;
  font-size: .85rem;
  font-weight: 900;
}

.cleaner-limit {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  margin-bottom: 20px;
  padding: 0 14px;
  border-radius: 8px;
  color: #0c231f;
  background: #eaf6f0;
  font-weight: 900;
}

.cleaner-limit svg {
  width: 24px;
  height: 24px;
  color: #008551;
}

.pricing .price-card ul {
  gap: 11px;
  margin: 0 0 26px;
}

.pricing .price-card li {
  color: #10201b;
  font-size: .88rem;
  font-weight: 750;
  line-height: 1.35;
}

.pricing .price-card li::before {
  top: .1em;
  width: 18px;
  height: 18px;
  background: transparent;
  border: 2px solid #008551;
  box-shadow: none;
}

.pricing .price-card li::after {
  left: 5px;
  top: calc(.1em + 5px);
  border-left-color: #008551;
  border-bottom-color: #008551;
}

.pricing .plan-button {
  min-height: 46px;
  margin-top: auto;
  color: #fff;
  background: linear-gradient(135deg, #00785a, #0aa06c);
}

.pricing .plan-button.is-disabled {
  pointer-events: none;
  opacity: .58;
}

.pricing .secondary-plan {
  color: #007c55;
  background: #fff;
  border: 1px solid #008551;
  box-shadow: none;
}

.pricing .price-card small {
  display: block;
  margin-top: 13px;
  color: #4e5a70;
  text-align: center;
  font-weight: 700;
}

.pricing-trust {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(100%, 1540px);
  margin: 26px auto 0;
  overflow: hidden;
  border: 1px solid #dbe5e1;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(8, 33, 28, .06);
}

.pricing-trust div {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 4px 14px;
  align-items: center;
  min-height: 90px;
  padding: 18px 28px;
  border-right: 1px solid #dbe5e1;
}

.pricing-trust div:last-child {
  border-right: 0;
}

.pricing-trust svg {
  grid-row: span 2;
  width: 38px;
  height: 38px;
  color: #008551;
}

.pricing-trust strong {
  color: #0c231f;
}

.pricing-trust span {
  color: #4e5a70;
  font-size: .92rem;
}

@media (max-width: 1060px) {
  .pricing .price-grid {
    grid-template-columns: repeat(2, minmax(260px, 1fr));
  }

  .pricing .enterprise-plan {
    grid-column: 1 / -1;
    min-height: auto;
  }
}

@media (max-width: 820px) {
  .billing-toggle {
    flex-wrap: wrap;
  }

  .pricing .price-grid,
  .pricing-trust {
    grid-template-columns: 1fr;
  }

  .pricing-trust div {
    border-right: 0;
    border-bottom: 1px solid #dbe5e1;
  }

  .pricing-trust div:last-child {
    border-bottom: 0;
  }
}

/* Testimonials section */
.testimonial-section {
  background:
    radial-gradient(circle at 7% 12%, rgba(0, 137, 87, .07), transparent 28%),
    radial-gradient(circle at 94% 10%, rgba(0, 137, 87, .06), transparent 26%),
    #fff;
}

.testimonial-heading {
  max-width: 820px;
  margin: 0 auto 36px;
  text-align: center;
}

.testimonial-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 16px;
  border-radius: 999px;
  color: #007c55;
  background: #dff4eb;
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.testimonial-heading h2 {
  margin: 14px 0 12px;
  color: #071f23;
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  line-height: 1.05;
}

.testimonial-heading p {
  color: #4e5a70;
  font-size: 1.08rem;
  font-weight: 650;
  line-height: 1.6;
}

.founder-testimonial {
  display: grid;
  grid-template-columns: 92px minmax(320px, .9fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: clamp(24px, 4vw, 46px);
  width: min(100%, 1360px);
  margin: 0 auto;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid #dbe5e1;
  border-radius: 8px;
  background: linear-gradient(135deg, #fff, #f2fbf6);
  box-shadow: 0 18px 48px rgba(8, 33, 28, .08);
}

.testimonial-mark {
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #052f2b, #008551);
  box-shadow: 0 18px 36px rgba(0, 120, 90, .24);
}

.testimonial-mark svg {
  width: 34px;
  height: 34px;
}

.rating-row {
  display: flex;
  gap: 5px;
  margin-bottom: 20px;
  color: #008551;
}

.rating-row svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.founder-testimonial blockquote {
  margin: 0 0 24px;
  color: #071f23;
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  font-weight: 780;
  line-height: 1.45;
}

.testimonial-author {
  padding-top: 20px;
  border-top: 1px solid #dbe5e1;
}

.testimonial-author strong {
  display: block;
  color: #008551;
  font-size: 1.05rem;
}

.testimonial-author span {
  display: block;
  margin-top: 4px;
  color: #4e5a70;
  font-weight: 700;
}

.testimonial-preview {
  position: relative;
  min-height: 320px;
}

.testimonial-preview img:first-child {
  display: block;
  width: 100%;
  max-height: 330px;
  object-fit: contain;
  filter: drop-shadow(0 22px 34px rgba(8, 33, 28, .2));
}

.testimonial-preview img:last-child {
  position: absolute;
  right: 2%;
  bottom: 0;
  width: min(150px, 28%);
  max-height: 260px;
  object-fit: contain;
  filter: drop-shadow(0 18px 26px rgba(8, 33, 28, .28));
}

.testimonial-trust {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(100%, 1360px);
  margin: 24px auto 0;
  overflow: hidden;
  border: 1px solid #dbe5e1;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(8, 33, 28, .06);
}

.testimonial-trust div {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 4px 14px;
  align-items: center;
  min-height: 104px;
  padding: 20px 24px;
  border-right: 1px solid #dbe5e1;
}

.testimonial-trust div:last-child {
  border-right: 0;
}

.testimonial-trust svg {
  grid-row: span 2;
  width: 36px;
  height: 36px;
  color: #008551;
}

.testimonial-trust strong {
  color: #071f23;
  font-size: .98rem;
}

.testimonial-trust span {
  color: #4e5a70;
  font-size: .9rem;
  line-height: 1.4;
}

@media (max-width: 1060px) {
  .founder-testimonial {
    grid-template-columns: 72px 1fr;
  }

  .testimonial-preview {
    grid-column: 1 / -1;
  }

  .testimonial-trust {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .founder-testimonial,
  .testimonial-trust {
    grid-template-columns: 1fr;
  }

  .testimonial-mark {
    width: 72px;
    height: 72px;
  }

  .testimonial-preview {
    min-height: 230px;
  }

  .testimonial-trust div {
    border-right: 0;
    border-bottom: 1px solid #dbe5e1;
  }

  .testimonial-trust div:last-child {
    border-bottom: 0;
  }
}

.section.how-section {
  padding: clamp(64px, 7vw, 96px) clamp(20px, 4vw, 64px);
}

@media (max-width: 760px) {
  .section.how-section {
    padding: 72px 20px;
  }
}

/* How it works section */
.how-section {
  padding: clamp(64px, 7vw, 96px) clamp(20px, 4vw, 64px);
  background:
    radial-gradient(circle at 8% 14%, rgba(0, 137, 87, .08), transparent 28%),
    radial-gradient(circle at 92% 14%, rgba(0, 137, 87, .07), transparent 26%),
    #fff;
}

.how-heading {
  max-width: 780px;
  margin: 0 auto 42px;
  text-align: center;
}

.how-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 16px;
  border-radius: 999px;
  color: #007c55;
  background: #dff4eb;
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.how-heading h2 {
  margin: 14px 0 14px;
  color: #071f23;
  font-size: clamp(2.35rem, 4.4vw, 4rem);
  line-height: 1.05;
}

.how-heading p {
  color: #4e5a70;
  font-size: 1.08rem;
  font-weight: 650;
  line-height: 1.6;
}

.how-steps {
  display: grid;
  grid-template-columns: repeat(6, minmax(150px, 1fr));
  gap: 22px;
  width: min(100%, 1540px);
  margin: 0 auto;
}

.how-step {
  position: relative;
  display: grid;
  align-content: start;
  gap: 20px;
  min-width: 0;
}

.how-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 24px;
  left: calc(100% - 6px);
  width: 20px;
  height: 1px;
  background: linear-gradient(90deg, rgba(0, 133, 81, .45), rgba(0, 133, 81, 0));
}

.step-copy {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  min-height: 112px;
}

.step-number {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #00785a, #0aa06c);
  font-size: .95rem;
  font-weight: 950;
}

.step-copy h3 {
  margin: 2px 0 8px;
  color: #071f23;
  font-size: 1rem;
  line-height: 1.25;
}

.step-copy p {
  margin: 0;
  color: #4e5a70;
  font-size: .84rem;
  font-weight: 650;
  line-height: 1.45;
}

.step-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin: 0 auto;
  border-radius: 12px;
  color: #008551;
  background: #e5f4ee;
}

.step-icon svg {
  width: 30px;
  height: 30px;
}

.step-shot {
  display: grid;
  align-items: center;
  justify-items: center;
  height: 290px;
  margin: 0;
  overflow: hidden;
  border: 1px solid #dbe5e1;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(8, 33, 28, .08);
}

.step-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.phone-shot {
  height: 330px;
  border-radius: 28px;
  border: 7px solid #071311;
  background: #071311;
  box-shadow: 0 18px 42px rgba(8, 33, 28, .18);
}

.phone-shot img {
  object-fit: contain;
}

.how-cta {
  display: grid;
  grid-template-columns: 86px minmax(260px, 1fr) minmax(250px, auto) minmax(300px, .85fr);
  align-items: center;
  gap: 28px;
  width: min(100%, 1540px);
  margin: 40px auto 0;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid #dbe5e1;
  border-radius: 8px;
  background: linear-gradient(135deg, #f1faf6, #fff);
  box-shadow: 0 16px 38px rgba(8, 33, 28, .07);
}

.cta-icon {
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #052f2b, #008551);
}

.cta-icon svg {
  width: 34px;
  height: 34px;
}

.how-cta h3 {
  margin-bottom: 8px;
  color: #07302d;
  font-size: clamp(1.45rem, 2.1vw, 2rem);
}

.how-cta p {
  margin: 0;
  color: #4e5a70;
  font-size: 1.02rem;
  font-weight: 650;
  line-height: 1.55;
}

.how-cta .button {
  min-height: 56px;
  padding: 0 28px;
}

.cta-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.cta-proof span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #10201b;
  font-size: .9rem;
  font-weight: 850;
}

.cta-proof svg {
  color: #008551;
}

@media (max-width: 1240px) {
  .how-steps {
    grid-template-columns: repeat(3, minmax(220px, 1fr));
  }

  .how-step:not(:last-child)::after {
    display: none;
  }

  .step-shot {
    height: 330px;
  }

  .how-cta {
    grid-template-columns: 78px 1fr;
  }

  .how-cta .button,
  .cta-proof {
    grid-column: 2;
  }
}

@media (max-width: 760px) {
  .how-section {
    padding: 72px 20px;
  }

  .how-heading {
    margin-bottom: 34px;
  }

  .how-steps {
    grid-template-columns: 1fr;
  }

  .step-copy {
    min-height: auto;
  }

  .step-shot,
  .phone-shot {
    height: auto;
    min-height: 0;
  }

  .step-shot img {
    height: auto;
    object-fit: contain;
  }

  .phone-shot {
    width: min(260px, 100%);
    margin: 0 auto;
  }

  .how-cta {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .how-cta .button,
  .cta-proof {
    grid-column: auto;
  }

  .cta-proof {
    grid-template-columns: 1fr;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 56px);
  color: #fff;
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.site-header.scrolled {
  background: rgba(248, 246, 240, 0.94);
  color: var(--ink);
  box-shadow: 0 10px 30px rgba(20, 32, 29, 0.08);
  backdrop-filter: blur(14px);
}

.brand,
.header-actions,
.nav-links,
.hero-actions,
.mode,
.button,
.wide-action {
  display: inline-flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 800;
  font-size: 1.05rem;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: #fff;
  color: var(--green-dark);
  font-size: 0.85rem;
  font-weight: 900;
}

.site-header.scrolled .brand-mark {
  background: var(--green);
  color: #fff;
}

.nav-links {
  gap: clamp(14px, 3vw, 32px);
  font-size: 0.92rem;
  font-weight: 700;
}

.header-actions {
  gap: 10px;
}

.icon-button,
.button,
.mode,
.wide-action {
  border: 0;
  cursor: pointer;
  font-family: inherit;
  font-weight: 800;
}

.icon-button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-width: 72px;
  height: 42px;
  padding: 0 12px;
  border-radius: 8px;
  color: inherit;
  background: rgba(255, 255, 255, 0.18);
}

.site-header.scrolled .icon-button {
  background: #e9eee7;
}

.button {
  gap: 8px;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 8px;
  white-space: nowrap;
}

.button-primary {
  background: var(--green);
  color: #fff;
  box-shadow: 0 14px 28px rgba(31, 122, 88, 0.26);
}

.button-light {
  background: #fff;
  color: var(--green-dark);
}

.button-login {
  min-height: 42px;
  padding: 0 13px;
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.site-header.scrolled .button-light {
  background: var(--green);
  color: #fff;
}

.site-header.scrolled .button-login {
  color: var(--ink);
  background: #e9eee7;
  border-color: transparent;
}

.button-ghost {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.48);
}

.hero {
  position: relative;
  min-height: 86vh;
  display: flex;
  align-items: flex-end;
  padding: 130px clamp(18px, 5vw, 76px) 76px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(10, 22, 18, 0.8), rgba(10, 22, 18, 0.34)),
    url("https://images.unsplash.com/photo-1527515637462-cff94eecc1ac?auto=format&fit=crop&w=1800&q=82") center / cover;
}

.hero-content {
  position: relative;
  width: min(780px, 100%);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #f1b94c;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 820px;
  margin-bottom: 20px;
  font-size: clamp(2.7rem, 7vw, 5.8rem);
  line-height: 0.96;
  letter-spacing: 0;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.02;
  margin-bottom: 18px;
  letter-spacing: 0;
}

h3 {
  font-size: 1.08rem;
  margin-bottom: 10px;
}

.hero-copy {
  max-width: 660px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  line-height: 1.55;
  margin-bottom: 30px;
}

.hero-actions {
  gap: 12px;
  flex-wrap: wrap;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border-bottom: 1px solid var(--line);
}

.proof-strip div {
  min-height: 112px;
  padding: 26px clamp(16px, 3vw, 36px);
  background: var(--panel);
}

.proof-strip strong {
  display: block;
  color: var(--green-dark);
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  line-height: 1;
}

.proof-strip span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-weight: 700;
}

.section {
  padding: clamp(70px, 9vw, 118px) clamp(18px, 5vw, 76px);
  scroll-margin-top: 82px;
}

.product-section {
  display: grid;
  grid-template-columns: minmax(360px, 0.72fr) minmax(620px, 1.28fr);
  align-items: center;
  gap: clamp(34px, 5vw, 72px);
  overflow: hidden;
}

.section-copy p:not(.eyebrow),
.section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.7;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 34px;
}

.mode-switch {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.mode {
  gap: 8px;
  min-height: 46px;
  padding: 0 15px;
  color: var(--muted);
  background: #e9eee7;
  border-radius: 8px;
}

.mode.active {
  color: #fff;
  background: var(--teal);
}

.product-stage {
  position: relative;
  min-height: 690px;
  display: grid;
  align-items: center;
  padding: 64px 32px 90px 0;
}

.stage-backdrop {
  position: absolute;
  inset: 10px 0 34px 36px;
  overflow: hidden;
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(18, 34, 29, 0.94), rgba(15, 72, 67, 0.86)),
    url("https://images.unsplash.com/photo-1521791136064-7986c2920216?auto=format&fit=crop&w=1400&q=78") center / cover;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), var(--deep-shadow);
}

.stage-backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(13, 24, 21, 0.62), rgba(13, 24, 21, 0.05)),
    radial-gradient(circle at 78% 20%, rgba(241, 185, 76, 0.26), transparent 28%);
}

.stage-backdrop span {
  position: absolute;
  z-index: 1;
  top: 26px;
  left: 30px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.desktop-shell {
  position: relative;
  z-index: 2;
  width: min(100%, 880px);
  margin-left: 18px;
  overflow: visible;
  border: 13px solid #111a17;
  border-bottom-width: 18px;
  border-radius: 24px;
  background: #f7f8f4;
  box-shadow:
    0 30px 70px rgba(3, 10, 8, 0.36),
    0 0 0 1px rgba(255, 255, 255, 0.06);
}

.desktop-shell::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #40524b;
  transform: translateX(-50%);
  z-index: 4;
}

.desktop-top {
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 48px;
  padding: 0 18px;
  color: #dce9e4;
  background: #0e1916;
  font-size: 0.86rem;
  font-weight: 850;
}

.desktop-top > span {
  justify-self: end;
  color: #8fb6a7;
}

.traffic {
  display: flex;
  gap: 7px;
}

.traffic span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #41564f;
}

.traffic span:nth-child(1) {
  background: #d66b63;
}

.traffic span:nth-child(2) {
  background: #d7a54b;
}

.traffic span:nth-child(3) {
  background: #4db47d;
}

.desktop-grid {
  overflow: hidden;
  display: grid;
  grid-template-columns: 168px 1fr;
  min-height: 470px;
}

.laptop-base {
  position: absolute;
  z-index: 1;
  left: 58px;
  right: 118px;
  bottom: 52px;
  height: 42px;
  border-radius: 0 0 28px 28px;
  background: linear-gradient(180deg, #e9eee9, #aebbb3 42%, #6e7b75);
  box-shadow: 0 28px 60px rgba(3, 10, 8, 0.34);
}

.laptop-base span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 160px;
  height: 11px;
  border-radius: 0 0 14px 14px;
  background: #87958e;
  transform: translateX(-50%);
}

.app-sidebar {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 22px 14px;
  background: #13211d;
}

.sidebar-logo {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  border-radius: 8px;
  color: #fff;
  background: var(--green);
  font-weight: 900;
}

.app-sidebar a {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 0 10px;
  border-radius: 8px;
  color: #b9cbc4;
  font-size: 0.88rem;
  font-weight: 780;
}

.app-sidebar a.active {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.app-main {
  padding: 26px;
}

.app-hero-row,
.metric-row,
.table-row {
  display: grid;
  align-items: center;
}

.app-hero-row {
  grid-template-columns: 1fr auto;
  gap: 16px;
  margin-bottom: 18px;
}

.mini-label {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.app-hero-row h3 {
  margin: 4px 0 0;
  font-size: clamp(1.6rem, 3vw, 2.3rem);
}

.small-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 14px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: var(--teal);
  font-family: inherit;
  font-weight: 850;
}

.metric-row {
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 18px;
}

.metric-row div {
  min-height: 104px;
  padding: 18px;
  border: 1px solid #dce3db;
  border-radius: 10px;
  background: #fff;
}

.metric-row strong {
  display: block;
  margin-bottom: 8px;
  color: var(--green-dark);
  font-size: 1.85rem;
  line-height: 1;
}

.metric-row span {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 780;
}

.work-table {
  overflow: hidden;
  border: 1px solid #dce3db;
  border-radius: 12px;
  background: #fff;
}

.table-row {
  grid-template-columns: 1fr 1fr 1.1fr 1fr;
  gap: 12px;
  min-height: 58px;
  padding: 0 16px;
  border-bottom: 1px solid #eef1ed;
  color: #263530;
  font-size: 0.9rem;
  font-weight: 750;
}

.table-row:last-child {
  border-bottom: 0;
}

.header-row {
  min-height: 44px;
  color: var(--muted);
  background: #f1f5ef;
  font-size: 0.78rem;
  text-transform: uppercase;
}

.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 900;
}

.badge.green {
  color: #0e6b49;
  background: #dff4eb;
}

.badge.gold {
  color: #8a5f14;
  background: #fbefd7;
}

.badge.dark {
  color: #fff;
  background: #20332e;
}

.mobile-shell {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 54px;
  width: min(330px, 38vw);
  padding: 12px;
  border: 8px solid #0b100f;
  border-radius: 34px;
  background: #0b100f;
  box-shadow:
    0 24px 70px rgba(3, 10, 8, 0.42),
    -18px 18px 46px rgba(0, 0, 0, 0.2);
  transform: rotate(1.5deg);
}

.mobile-speaker {
  width: 74px;
  height: 5px;
  margin: 0 auto 12px;
  border-radius: 999px;
  background: #33443f;
}

.phone-top,
.job-card,
.timeline,
.wide-action {
  border-radius: 8px;
}

.phone-top {
  display: flex;
  justify-content: space-between;
  color: #eaf2ef;
  padding: 8px 7px 14px;
  font-weight: 800;
}

.job-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  background: #f5f3eb;
}

.job-card span:last-child {
  display: block;
  color: var(--muted);
  font-size: 0.92rem;
  margin-top: 4px;
}

.status-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 6px rgba(31, 122, 88, 0.14);
}

.timeline {
  display: grid;
  gap: 10px;
  margin: 12px 0;
  padding: 12px;
  background: #f5f3eb;
}

.timeline div {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 10px;
  color: var(--ink);
  background: #fff;
  border-radius: 8px;
  font-weight: 750;
}

.timeline i,
.timeline svg {
  color: var(--teal);
}

.wide-action {
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 52px;
  color: #fff;
  background: var(--green);
  font-size: 1rem;
}

.feature-grid,
.price-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.feature-card,
.price-card {
  min-height: 230px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.premium-card {
  color: #fff;
  background: #12221d;
  border-color: #12221d;
}

.premium-card h3,
.premium-card p,
.premium-card svg {
  color: #fff;
}

.feature-card svg {
  width: 32px;
  height: 32px;
  margin-bottom: 24px;
  color: var(--green);
}

.feature-card p,
.price-card p,
.price-card li {
  color: var(--muted);
  line-height: 1.55;
}

.pricing {
  background: #eef2ec;
}

.price-grid {
  grid-template-columns: repeat(3, 1fr);
}

.price-card {
  min-height: 560px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.price-card.highlighted {
  border-color: var(--green);
  box-shadow: var(--shadow);
}

.price {
  margin-bottom: 4px;
  color: var(--green-dark) !important;
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 900;
  line-height: 1;
}

.price-card ul {
  display: grid;
  gap: 10px;
  padding-left: 0;
  margin: 26px 0 28px;
  list-style: none;
}

.price-card li {
  position: relative;
  padding-left: 28px;
}

.price-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .28em;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background:
    linear-gradient(135deg, #1f7a58, #0f7880);
  box-shadow: 0 6px 14px rgba(31, 122, 88, .18);
}

.price-card li::after {
  content: "";
  position: absolute;
  left: 5px;
  top: calc(.28em + 4px);
  width: 6px;
  height: 3px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.launch-tag {
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--green-dark);
  background: #e2f2ea;
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.plan-button {
  width: 100%;
  margin-top: auto;
  color: #fff;
  background: var(--green);
}

.enterprise-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-top: 20px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(16, 24, 22, .12);
  border-radius: 18px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 20%, rgba(255,255,255,.16), transparent 28%),
    linear-gradient(135deg, #101816, #1f7a58);
  box-shadow: var(--shadow);
}

.enterprise-card h3 {
  margin: 8px 0;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
}

.enterprise-card p {
  max-width: 680px;
  margin: 0;
  color: #d9eee6;
}

.enterprise-card .launch-tag {
  margin-bottom: 0;
  color: #0e5c43;
  background: #dff4eb;
}

.button-dark {
  flex: 0 0 auto;
  color: #10201b;
  background: #fff;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(18px, 5vw, 76px);
  color: #dbe5e0;
  background: #101816;
}

svg {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
}

[hidden] {
  display: none !important;
}

@media (max-width: 920px) {
  .nav-links {
    display: none;
  }

  .product-section,
  .feature-grid,
  .price-grid {
    grid-template-columns: 1fr;
  }

  .enterprise-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-stage {
    min-height: 820px;
    padding: 54px 0 108px;
  }

  .stage-backdrop {
    inset: 0 0 42px;
  }

  .desktop-shell {
    width: 100%;
    margin-left: 0;
  }

  .laptop-base {
    left: 26px;
    right: 86px;
    bottom: 60px;
  }

  .mobile-shell {
    width: min(320px, 76vw);
    right: 24px;
    bottom: 0;
  }

  .proof-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .feature-card,
  .price-card {
    min-height: auto;
  }
}

@media (max-width: 620px) {
  .site-header {
    gap: 10px;
    padding: 12px 14px;
  }

  .brand span:last-child {
    display: none;
  }

  .header-actions {
    gap: 8px;
  }

  .button-light {
    padding: 0 12px;
    font-size: 0.9rem;
  }

  .hero {
    min-height: 84vh;
    padding: 108px 18px 48px;
    background-position: 58% center;
  }

  .hero-actions .button {
    width: 100%;
  }

  .proof-strip {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 58px 18px;
  }

  .product-stage {
    min-height: auto;
    display: block;
    padding: 22px 0 0;
  }

  .stage-backdrop,
  .laptop-base {
    display: none;
  }

  .desktop-shell {
    border-radius: 14px;
    border-width: 8px;
    border-bottom-width: 10px;
  }

  .desktop-grid {
    grid-template-columns: 1fr;
  }

  .app-sidebar {
    display: none;
  }

  .app-main {
    padding: 16px;
  }

  .app-hero-row,
  .metric-row,
  .table-row {
    grid-template-columns: 1fr;
  }

  .small-pill {
    width: 100%;
    justify-content: center;
  }

  .table-row {
    gap: 6px;
    padding: 14px;
  }

  .header-row {
    display: none;
  }

  .mobile-shell {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(100%, 330px);
    margin: 22px auto 0;
    transform: none;
  }

  .footer {
    flex-direction: column;
  }
}

/* Final public website override */
.site-header {
  color: var(--ink);
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid rgba(218, 226, 222, .8);
  box-shadow: 0 6px 24px rgba(18, 32, 30, .04);
  backdrop-filter: blur(14px);
}

.brand-logo {
  width: 46px;
  height: 46px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.brand-mark {
  display: none;
}

.button-login {
  color: var(--green-dark);
  background: transparent;
  border-color: transparent;
}

.button-light,
.site-header.scrolled .button-light {
  color: #fff;
  background: linear-gradient(135deg, #00785a, #0aa06c);
  box-shadow: 0 12px 26px rgba(0, 120, 90, .18);
}

.icon-button {
  color: var(--green-dark);
  background: #eef7f3;
}

.hero {
  display: grid;
  grid-template-columns: minmax(380px, .9fr) minmax(520px, 1.35fr);
  align-items: center;
  gap: clamp(28px, 4vw, 64px);
  min-height: auto;
  padding: 138px clamp(24px, 6vw, 110px) 38px;
  color: var(--ink);
  background:
    radial-gradient(circle at -8% 0%, rgba(0, 120, 90, .12), transparent 28%),
    radial-gradient(circle at 100% 28%, rgba(0, 120, 90, .10), transparent 30%),
    #fff;
}

.hero-content {
  width: 100%;
}

.hero h1 {
  max-width: 690px;
  margin-bottom: 24px;
  color: #062f2d;
  font-size: clamp(3rem, 5.3vw, 5rem);
  line-height: 1.08;
}

.hero-copy {
  max-width: 600px;
  color: #4f5d77;
  font-size: clamp(1.08rem, 1.8vw, 1.42rem);
  line-height: 1.55;
}

.hero-actions .button {
  min-height: 56px;
  padding: 0 28px;
  border-radius: 8px;
  font-size: 1rem;
}

.button-primary {
  background: linear-gradient(135deg, #00785a, #0aa06c);
}

.button-ghost {
  color: #063b35;
  border: 1px solid #cadbd4;
  background: #fff;
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 26px;
  color: #4b5570;
  font-weight: 800;
}

.hero-trust span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hero-trust i {
  color: #008b61;
}

.hero-product {
  position: relative;
  min-height: 430px;
}

.hero-laptop {
  display: block;
  width: 100%;
  max-height: 470px;
  object-fit: contain;
  filter: drop-shadow(0 24px 38px rgba(14, 32, 28, .22));
}

.hero-phone {
  position: absolute;
  left: -7%;
  bottom: 8%;
  width: min(210px, 24vw);
  max-height: 360px;
  object-fit: contain;
  filter: drop-shadow(0 20px 28px rgba(14, 32, 28, .28));
}

.feature-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
  padding: 34px clamp(20px, 4vw, 64px);
  border-top: 1px solid #e1e8e5;
  border-bottom: 1px solid #e1e8e5;
  background: #fff;
}

.feature-strip article {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 2px 12px;
  align-items: center;
  padding: 16px 20px;
  background: #f4f8f6;
  border: 1px solid #e3ebe7;
  border-radius: 12px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.feature-strip article:hover {
  transform: translateY(-2px);
  background: #eaf3ee;
  box-shadow: 0 8px 20px rgba(0, 120, 90, 0.06);
}

.feature-strip i {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 10px;
  color: #00785a;
  background: #e3f3ec;
}

.feature-strip strong {
  color: #071f23;
  font-size: 0.94rem;
  font-weight: 700;
}

.feature-strip span {
  color: #4e5a70;
  font-size: 0.82rem;
  line-height: 1.35;
}

.proof-strip {
  width: min(100% - 48px, 1480px);
  margin: 28px auto 0;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, #062f2d, #006342);
  box-shadow: 0 20px 42px rgba(14, 32, 28, .13);
}

.proof-strip div {
  min-height: 112px;
  color: #fff;
  background: transparent;
  border-right: 1px solid rgba(255,255,255,.18);
}

.proof-strip div:last-child {
  border-right: 0;
}

.proof-strip strong {
  color: #22c978;
  font-size: 1.85rem;
}

.proof-strip span {
  max-width: 210px;
  color: rgba(255,255,255,.92);
}

@media (max-width: 1100px) {
  .hero {
    grid-template-columns: 1fr;
    padding-top: 118px;
  }

  .hero-product {
    min-height: 320px;
  }

  .feature-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .site-header {
    gap: 12px;
  }

  .nav-links {
    display: none;
  }

  .header-actions .icon-button {
    display: none;
  }

  .hero {
    padding: 106px 20px 26px;
  }

  .hero h1 {
    font-size: 3.1rem;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-phone {
    left: 0;
    width: 34vw;
  }

  .feature-strip,
  .proof-strip {
    grid-template-columns: 1fr;
  }

  .feature-strip {
    padding: 28px 20px;
  }

  .proof-strip {
    width: calc(100% - 40px);
  }
}
/* Final How it works spacing override */
.section.how-section {
  padding: clamp(64px, 7vw, 96px) clamp(20px, 4vw, 64px);
}

@media (max-width: 760px) {
  .section.how-section {
    padding: 72px 20px;
  }
}

/* Final brand size override */
.site-header {
  min-height: 96px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.site-header .brand {
  min-width: 300px;
  gap: 16px;
}

.site-header .brand-logo {
  width: 86px !important;
  height: 64px !important;
  object-fit: cover;
  object-position: 30% 48%;
  border-radius: 8px;
}

.site-header .brand > span:not(.brand-mark) {
  display: inline-block;
  color: #052f2b;
  font-size: 2rem;
  font-weight: 950;
  letter-spacing: 0;
}

@media (max-width: 760px) {
  .site-header {
    min-height: 82px;
  }

  .site-header .brand {
    min-width: 0;
  }

  .site-header .brand-logo {
    width: 72px !important;
    height: 54px !important;
  }

  .site-header .brand > span:not(.brand-mark) {
    display: none;
  }
}

/* Final final header logo: real asset only */
.site-header {
  min-height: 104px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.site-header .brand {
  min-width: 270px;
  gap: 0;
}

.site-header .brand-logo {
  width: 250px !important;
  height: auto !important;
  max-height: 78px;
  object-fit: contain;
  object-position: center;
  border-radius: 0;
}

.site-header .brand > span:not(.brand-mark) {
  display: none !important;
}

@media (max-width: 760px) {
  .site-header {
    min-height: 82px;
  }

  .site-header .brand {
    min-width: 0;
  }

  .site-header .brand-logo {
    width: 160px !important;
    max-height: 58px;
  }
}

/* Final footer layout guard: keep footer sections stacked on desktop and mobile. */
.footer {
  display: block;
  padding: 0;
}

.footer-main,
.footer-bottom {
  max-width: 100%;
  box-sizing: border-box;
}

.footer-bottom {
  flex-wrap: wrap;
}
