:root {
  --ink: #080808;
  --muted: #575861;
  --line: #ececef;
  --soft: #f4f4f5;
  --panel: #ffffff;
  --green: #087a48;
  --violet: #6427ff;
  --sky: #e3e7eb;
  --shadow: 0 24px 70px rgba(12, 12, 18, 0.08);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: #dfe3e7;
  letter-spacing: 0;
}

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

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--green);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 50;
  transform: translateY(-140%);
  border-radius: 999px;
  padding: 12px 16px;
  color: #fff;
  background: #080808;
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-shell {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.hero-shell,
.page-hero {
  margin-top: 18px;
  background: #f7f7f8;
  border-radius: 22px;
  overflow: hidden;
}

.top-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 22px;
}

.brand,
.nav-links {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  background: #fff;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 700;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #fff;
  background: var(--ink);
}

.nav-links a {
  color: #333;
  padding: 8px 10px;
  border-radius: 999px;
}

.nav-links .active {
  background: var(--soft);
}

.nav-links .nav-cta {
  color: #fff;
  background: var(--ink);
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  min-height: 520px;
  padding: 76px 56px 38px;
}

.hero-copy {
  align-self: end;
  max-width: 470px;
  z-index: 2;
}

.eyebrow {
  margin: 0 0 14px;
  color: #2d2d31;
  font-size: 13px;
  font-weight: 700;
}

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

.hero-copy h1 {
  margin-bottom: 18px;
  font-size: clamp(54px, 8vw, 104px);
  line-height: 0.88;
  letter-spacing: 0;
}

.hero-copy p:not(.eyebrow) {
  max-width: 430px;
  color: #484951;
  font-size: 17px;
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  padding: 0 18px;
  font-weight: 800;
  font-size: 13px;
}

.button.primary,
.button.dark {
  color: #fff;
  background: var(--ink);
}

.button.secondary {
  background: #fff;
  box-shadow: inset 0 0 0 1px var(--line);
}

.phone-illustration {
  position: relative;
  min-height: 400px;
}

.phone {
  position: absolute;
  top: 22px;
  left: 12%;
  width: 235px;
  min-height: 410px;
  transform: rotate(-14deg);
  border: 10px solid #111;
  border-radius: 36px;
  background: #fff;
  box-shadow: var(--shadow);
  padding: 36px 18px 18px;
  z-index: 3;
}

.phone-pill {
  position: absolute;
  top: 14px;
  left: 50%;
  width: 58px;
  height: 8px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #111;
}

.metric-row,
.search-card {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-radius: 16px;
  padding: 14px;
  background: #f2f3f5;
  font-size: 12px;
}

.metric-row strong {
  color: var(--green);
}

.chart-lines {
  display: grid;
  gap: 12px;
  margin: 22px 0;
}

.chart-lines span {
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green), #ececef 70%);
}

.chart-lines span:nth-child(2) {
  width: 72%;
}

.chart-lines span:nth-child(3) {
  width: 86%;
}

.green-tile {
  display: grid;
  place-items: center;
  margin-top: 18px;
  height: 90px;
  border-radius: 22px;
  color: #fff;
  background: var(--green);
  font-weight: 900;
  font-size: 30px;
}

.hand-shape {
  position: absolute;
  right: 1%;
  top: 54px;
  width: 360px;
  height: 250px;
  border-radius: 58% 42% 56% 44%;
  border: 3px solid #141414;
  background: #fff;
  transform: rotate(24deg);
}

.hand-shape::after {
  content: "";
  position: absolute;
  right: -86px;
  bottom: -68px;
  width: 170px;
  height: 130px;
  border-radius: 42px;
  background: #070707;
}

.spark {
  position: absolute;
  border: 2px solid #111;
  border-left: 0;
  border-bottom: 0;
}

.spark-one {
  right: 160px;
  top: 22px;
  width: 90px;
  height: 32px;
  transform: rotate(-28deg);
}

.spark-two {
  right: 88px;
  top: 16px;
  width: 38px;
  height: 80px;
  transform: rotate(34deg);
}

.headline-section {
  width: min(780px, calc(100% - 32px));
  margin: 86px auto 68px;
  text-align: center;
}

.headline-section h2,
.center-copy h1 {
  font-size: clamp(34px, 6vw, 62px);
  line-height: 0.98;
  letter-spacing: 0;
}

.avatar-stack {
  display: inline-flex;
  margin-top: 12px;
}

.avatar-stack span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-left: -7px;
  border: 3px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: var(--violet);
  font-weight: 800;
}

.avatar-stack span:nth-child(2) {
  background: #b83c25;
}

.avatar-stack span:nth-child(3) {
  background: var(--green);
}

.avatar-stack span:nth-child(4) {
  background: #111;
}

.split-feature {
  display: grid;
  grid-template-columns: 1.2fr 1fr 220px;
  gap: 28px;
  align-items: stretch;
  margin-bottom: 78px;
}

.dashboard-card,
.growth-tile,
.insight-card,
.quote-panel,
.post-card {
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--shadow);
}

.dashboard-card {
  min-height: 360px;
  padding: 28px;
  background: #e8ecef;
}

.dashboard-window {
  display: flex;
  gap: 6px;
  margin-bottom: 20px;
}

.dashboard-window span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #111;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.mini-panel {
  min-height: 88px;
  border-radius: 18px;
  background: #fff;
  padding: 14px;
}

.mini-panel.wide {
  grid-column: span 2;
}

.mini-panel small,
.mini-panel strong {
  display: block;
}

.mini-panel small {
  color: var(--muted);
}

.mini-panel strong {
  margin-top: 8px;
  font-size: 28px;
}

.mini-panel.dark {
  color: #fff;
  background: #111;
}

.mini-panel.graph {
  background:
    radial-gradient(circle at 20% 80%, var(--green) 0 8px, transparent 9px),
    linear-gradient(135deg, transparent 45%, var(--violet) 46% 54%, transparent 55%),
    #fff;
}

.demo-pill {
  display: inline-flex;
  margin-top: 24px;
  border-radius: 999px;
  padding: 12px 16px;
  color: #fff;
  background: #111;
  font-size: 12px;
  font-weight: 800;
}

.feature-list {
  display: grid;
  align-content: center;
  gap: 0;
}

.feature-list article {
  display: grid;
  grid-template-columns: 44px 1fr 1.3fr;
  gap: 16px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.feature-list span {
  color: var(--muted);
  font-weight: 800;
}

.feature-list h3 {
  margin-bottom: 0;
  font-size: 15px;
}

.feature-list p {
  margin-bottom: 0;
  color: #484951;
  font-size: 13px;
  line-height: 1.45;
}

.growth-tile {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 240px;
  padding: 28px;
  color: #fff;
  background: var(--green);
}

.growth-tile strong {
  font-size: 48px;
}

.growth-tile span {
  line-height: 1.45;
}

.insight-card {
  display: grid;
  grid-template-columns: 1fr 360px 220px;
  gap: 32px;
  align-items: center;
  margin-bottom: 74px;
  padding: 44px;
  background: #f6f6f7;
}

.insight-card h2 {
  max-width: 470px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1;
}

.arc-wrap {
  position: relative;
  height: 190px;
}

.arc {
  position: absolute;
  inset: 0;
  border-radius: 190px 190px 0 0;
  border: 34px solid transparent;
  border-top-color: #e5e5e8;
  border-left-color: #e5e5e8;
  border-right-color: #e5e5e8;
}

.arc-front {
  border-top-color: var(--violet);
  border-right-color: var(--violet);
  transform: rotate(18deg);
}

.arc-label {
  position: absolute;
  right: 38px;
  bottom: 18px;
  color: #fff;
  background: var(--violet);
  border-radius: 999px;
  padding: 8px 12px;
  font-weight: 800;
}

.stat-block strong,
.stat-block span {
  display: block;
}

.stat-block strong {
  font-size: 54px;
}

.stat-block span {
  color: #484951;
  line-height: 1.45;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 74px;
}

.proof-strip article,
.process-grid article,
.home-cta {
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--shadow);
}

.proof-strip article {
  display: grid;
  gap: 12px;
  min-height: 170px;
  padding: 26px;
}

.proof-strip strong {
  font-size: 34px;
  line-height: 1;
}

.proof-strip span {
  color: #484951;
  line-height: 1.55;
}

.process-section {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 28px;
  align-items: start;
  margin-bottom: 74px;
}

.section-heading {
  position: sticky;
  top: 20px;
}

.section-heading h2 {
  max-width: 430px;
  font-size: clamp(32px, 5vw, 52px);
  line-height: 1;
}

.process-grid {
  display: grid;
  gap: 16px;
}

.process-grid article {
  display: grid;
  grid-template-columns: 58px 0.5fr 1fr;
  gap: 18px;
  align-items: center;
  padding: 24px;
}

.process-grid span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #fff;
  background: #080808;
  font-size: 13px;
  font-weight: 900;
}

.process-grid h3 {
  margin-bottom: 0;
  font-size: 22px;
}

.process-grid p {
  margin-bottom: 0;
  color: #484951;
  line-height: 1.55;
}

.home-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 78px;
  padding: 36px;
  background:
    linear-gradient(135deg, rgba(8, 122, 72, 0.12), transparent 46%),
    #fff;
}

.home-cta h2 {
  max-width: 620px;
  margin-bottom: 0;
  font-size: clamp(32px, 5vw, 54px);
  line-height: 1;
}

.page-hero {
  padding-bottom: 70px;
}

.compact-hero {
  background: #fff;
}

.blog-hero {
  background: #f6f6f7;
}

.center-copy {
  width: min(760px, calc(100% - 48px));
  margin: 76px auto 28px;
  text-align: center;
}

.article-hero-copy p:not(.eyebrow) {
  max-width: 680px;
  margin: 0 auto;
  color: #484951;
  font-size: 17px;
  line-height: 1.6;
}

.article-layout {
  margin-top: 22px;
  margin-bottom: 78px;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 28px;
  color: #676770;
  font-size: 13px;
  font-weight: 700;
}

.breadcrumbs a {
  color: #111;
}

.article-image {
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--shadow);
}

.article-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wide-image {
  height: clamp(280px, 45vw, 520px);
}

.inline-image {
  height: clamp(240px, 36vw, 430px);
  margin: 34px 0;
}

.article-image figcaption {
  padding: 12px 18px 16px;
  color: #4f5058;
  font-size: 12px;
}

.article-body {
  width: min(820px, 100%);
  margin: 42px auto 0;
  border-radius: 24px;
  background: #fff;
  padding: clamp(24px, 5vw, 56px);
  box-shadow: var(--shadow);
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 26px;
  color: #41424a;
  font-size: 13px;
  font-weight: 700;
}

.article-meta span {
  border-radius: 999px;
  background: #f2f3f5;
  padding: 8px 11px;
}

.toc {
  display: grid;
  gap: 10px;
  margin-bottom: 34px;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px;
  background: #f8f8f9;
}

.toc strong {
  margin-bottom: 4px;
  font-size: 14px;
}

.toc a {
  color: #333;
  font-size: 14px;
  font-weight: 700;
}

.article-body .lead {
  color: #303036;
  font-size: 20px;
  line-height: 1.65;
}

.article-body h2 {
  margin: 42px 0 14px;
  font-size: clamp(26px, 4vw, 38px);
  line-height: 1.05;
}

.article-body h3 {
  margin: 28px 0 10px;
  font-size: clamp(20px, 3vw, 26px);
  line-height: 1.15;
}

.article-body p,
.article-body li {
  color: #484951;
  font-size: 16px;
  line-height: 1.75;
}

.article-body p a,
.article-body li a,
.author-card a {
  color: #078b52;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.article-body ul {
  padding-left: 22px;
}

.comparison-table {
  display: grid;
  margin: 24px 0 8px;
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
}

.comparison-table div {
  display: grid;
  grid-template-columns: 0.72fr 1.2fr 1.2fr;
}

.comparison-table div:first-child {
  color: #fff;
  background: #080808;
}

.comparison-table span,
.comparison-table strong {
  padding: 16px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 14px;
  line-height: 1.45;
}

.comparison-table span:last-child,
.comparison-table strong:last-child {
  border-right: 0;
}

.article-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 46px;
  border-radius: 22px;
  padding: 24px;
  color: #fff;
  background: #080808;
}

.article-cta span,
.article-cta strong {
  display: block;
}

.article-cta span {
  margin-bottom: 6px;
  color: #b7b7be;
  font-size: 13px;
}

.article-cta .button {
  flex: 0 0 auto;
  color: #080808;
  background: #fff;
}

.author-card {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 18px;
  margin-top: 34px;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 22px;
  background: #f8f8f9;
}

.author-avatar {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  color: #fff;
  background: #080808;
  font-size: 26px;
  font-weight: 900;
}

.author-card h2 {
  margin: 0 0 8px;
  font-size: 24px;
}

.author-card p {
  margin-bottom: 10px;
}

.back-to-top {
  display: inline-flex;
  margin-top: 24px;
  border-radius: 999px;
  padding: 12px 16px;
  color: #fff;
  background: #080808;
  font-size: 13px;
  font-weight: 800;
}

.service-table {
  display: grid;
  gap: 14px;
  margin-top: 54px;
  margin-bottom: 72px;
}

.service-table article {
  display: grid;
  grid-template-columns: 1.15fr 0.7fr 1.4fr 42px;
  gap: 18px;
  align-items: center;
  min-height: 74px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  padding: 12px 14px 12px 22px;
}

.service-table article.selected {
  color: #fff;
  background: #050505;
  border-color: #050505;
}

.service-table div {
  display: flex;
  align-items: center;
  gap: 9px;
}

.check {
  color: #0b6fae;
}

.service-table .selected .check,
.service-table .selected span:not(.check) {
  color: #d8d8dc;
}

.service-table span:not(.check) {
  color: #5a5b63;
  font-size: 13px;
}

.service-table p {
  margin-bottom: 0;
  color: #555;
  font-size: 12px;
  line-height: 1.35;
}

.service-table .selected p {
  color: #d8d8dc;
}

.service-table a {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f7f7f7;
  color: #111;
  font-size: 26px;
}

.quote-panel {
  position: relative;
  min-height: 460px;
  margin-bottom: 74px;
  overflow: hidden;
  padding: 72px 28px 28px;
  text-align: center;
  background: #dde2e7;
}

.quote-panel h2 {
  position: relative;
  z-index: 2;
  max-width: 520px;
  margin: 0 auto 18px;
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1;
}

.quote-panel .button {
  position: relative;
  z-index: 2;
}

.clouds span {
  position: absolute;
  width: 56px;
  height: 12px;
  border-radius: 999px;
  background: #fff;
}

.clouds span:nth-child(1) {
  left: 8%;
  top: 76px;
}

.clouds span:nth-child(2) {
  right: 16%;
  top: 96px;
}

.clouds span:nth-child(3) {
  left: 18%;
  bottom: 128px;
}

.clouds span:nth-child(4) {
  right: 12%;
  bottom: 178px;
}

.clouds span:nth-child(5) {
  left: 46%;
  top: 52px;
}

.plane {
  position: absolute;
  left: 50%;
  bottom: 48px;
  width: 420px;
  height: 150px;
  transform: translateX(-50%) rotate(8deg);
}

.plane-body {
  position: absolute;
  left: 50px;
  top: 56px;
  width: 310px;
  height: 58px;
  border: 2px solid #111;
  border-radius: 70% 32% 38% 70%;
  background: #fff;
}

.plane-body::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 8px;
  width: 54px;
  height: 8px;
  border-radius: 999px;
  background: var(--green);
}

.plane-wing,
.plane-tail {
  position: absolute;
  border: 2px solid #111;
  background: #fff;
}

.plane-wing {
  left: 135px;
  top: 18px;
  width: 108px;
  height: 78px;
  transform: skewX(-42deg);
}

.plane-tail {
  left: 42px;
  top: 36px;
  width: 64px;
  height: 50px;
  transform: skewX(38deg);
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 54px;
  margin-bottom: 78px;
}

.post-card {
  min-height: 300px;
  padding: 28px;
}

.featured-post {
  grid-column: span 2;
  background:
    linear-gradient(135deg, rgba(18, 201, 120, 0.14), transparent 42%),
    #fff;
}

.post-card span {
  display: inline-flex;
  margin-bottom: 26px;
  border-radius: 999px;
  padding: 8px 12px;
  color: #fff;
  background: #111;
  font-size: 12px;
  font-weight: 800;
}

.post-card h2 {
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.02;
}

.post-card p {
  color: #5e5e66;
  line-height: 1.55;
}

.post-card a {
  display: inline-flex;
  margin-top: 14px;
  color: var(--green);
  font-weight: 800;
}

.site-footer {
  padding: 56px 0 96px;
  color: #fff;
  background: #080808;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(240px, 1.4fr) 1fr 1fr;
  gap: 42px;
  align-items: start;
}

.footer-brand .brand {
  width: fit-content;
  color: #080808;
}

.footer-brand p {
  max-width: 420px;
  margin: 20px 0 0;
  color: #d6d6dc;
  line-height: 1.65;
}

.footer-links,
.footer-contact {
  display: grid;
  gap: 12px;
}

.footer-links strong,
.footer-contact strong {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
}

.footer-links a,
.footer-contact a,
.footer-contact span {
  color: #d6d6dc;
  font-size: 14px;
  line-height: 1.4;
}

.footer-links a:hover,
.footer-contact a:hover {
  color: #fff;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 42px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: 18px;
  color: #bdbdc6;
  font-size: 13px;
}

.whatsapp-widget {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 20;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 52px;
  border-radius: 999px;
  padding: 0 18px;
  color: #fff;
  background: #087a48;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
  font-size: 14px;
  font-weight: 900;
}

.whatsapp-widget::before {
  content: "";
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 65% 65%, #087a48 0 4px, transparent 5px),
    radial-gradient(circle, #fff 0 11px, transparent 12px);
}

@media (max-width: 900px) {
  .hero-grid,
  .split-feature,
  .insight-card,
  .proof-strip,
  .process-section,
  .blog-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    min-height: auto;
    padding: 44px 24px 34px;
  }

  .phone-illustration {
    min-height: 420px;
    order: -1;
  }

  .phone {
    left: 8%;
  }

  .hand-shape {
    right: -70px;
  }

  .split-feature {
    gap: 20px;
  }

  .feature-list article,
  .service-table article {
    grid-template-columns: 1fr;
    border-radius: 24px;
  }

  .comparison-table,
  .comparison-table div {
    display: block;
  }

  .comparison-table div:first-child {
    display: none;
  }

  .comparison-table span {
    display: block;
    border-right: 0;
  }

  .comparison-table span:first-child {
    color: #fff;
    background: #080808;
    font-weight: 800;
  }

  .article-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .author-card {
    grid-template-columns: 1fr;
  }

  .growth-tile {
    min-height: 180px;
  }

  .insight-card {
    padding: 28px;
  }

  .featured-post {
    grid-column: span 1;
  }

  .section-heading {
    position: static;
  }

  .process-grid article,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .home-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .site-shell {
    width: min(100% - 18px, 1120px);
  }

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

  .nav-links {
    width: 100%;
    justify-content: space-between;
  }

  .hero-copy h1 {
    font-size: 58px;
  }

  .phone {
    left: 2%;
    width: 205px;
  }

  .hand-shape {
    width: 270px;
    height: 210px;
  }

  .plane {
    width: 320px;
    transform: translateX(-50%) rotate(8deg) scale(0.82);
  }

  .whatsapp-widget span {
    display: none;
  }
}
