:root {
  --pro-ink: #06271d;
  --pro-forest: #0a3a2c;
  --pro-green: #08a965;
  --pro-lime: #46ed9e;
  --pro-copy: #38584c;
  --pro-muted: #5f766d;
  --pro-line: #dce8e2;
  --pro-paper: #f4f8f6;
  --pro-shadow: 0 28px 74px rgba(8, 56, 41, 0.13);
}

body {
  color: var(--pro-ink);
  background: #ffffff;
}

.pro-landing {
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 0, rgba(50, 226, 143, 0.11), transparent 24rem),
    #ffffff;
}

.pro-header {
  width: min(1240px, calc(100% - 64px));
  min-height: 100px;
  margin: 0 auto;
  border-bottom: 1px solid rgba(197, 214, 206, 0.72);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  position: relative;
  z-index: 10;
}

.pro-logo {
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
}

.pro-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.pro-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  color: #365249;
  font-size: 13px;
  font-weight: 650;
}

.pro-nav a {
  padding: 13px 0;
  position: relative;
}

.pro-nav a::after {
  content: "";
  height: 2px;
  position: absolute;
  right: 50%;
  bottom: 3px;
  left: 50%;
  border-radius: 99px;
  background: var(--pro-green);
  transition: right 180ms ease, left 180ms ease;
}

.pro-nav a:hover::after {
  right: 0;
  left: 0;
}

.pro-button {
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.pro-button:hover {
  transform: translateY(-2px);
}

.pro-button-outline {
  min-height: 44px;
  border-color: #bfd3c9;
  color: #143c2f !important;
  background: #ffffff !important;
}

.pro-button-primary {
  color: #ffffff !important;
  background: #0a3a2c !important;
  box-shadow: 0 15px 32px rgba(6, 52, 39, 0.2);
}

.pro-button-primary:hover {
  color: #ffffff !important;
  background: #062d22 !important;
  box-shadow: 0 20px 40px rgba(6, 52, 39, 0.27);
}

.pro-button-light {
  border-color: #ffffff;
  color: #06271d !important;
  background: #ffffff !important;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18);
}

.pro-button-accent {
  color: #06271d !important;
  background: #55f0a9 !important;
  box-shadow: 0 15px 34px rgba(0, 0, 0, 0.2);
}

.pro-button-accent:hover {
  color: #06271d !important;
  background: #77f5b9 !important;
}

.pro-hero {
  width: min(1240px, calc(100% - 64px));
  min-height: 670px;
  margin: 0 auto;
  padding: 65px 0 88px;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(520px, 1.12fr);
  align-items: center;
  gap: 70px;
}

.pro-eyebrow,
.pro-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #08784c;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.pro-eyebrow {
  padding: 10px 13px;
  border: 1px solid #c9e9da;
  border-radius: 999px;
  background: #effaf5;
  letter-spacing: 0.04em;
  text-transform: none;
}

.pro-eyebrow i,
.pro-photo-badge i,
.pro-operations-footer i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: inline-block;
  flex: 0 0 auto;
  background: #0bc976;
  box-shadow: 0 0 0 5px rgba(11, 201, 118, 0.12);
}

.pro-hero h1 {
  max-width: 660px;
  margin: 25px 0 23px;
  color: var(--pro-ink);
  font-size: clamp(46px, 4.8vw, 66px);
  font-weight: 780;
  line-height: 1.04;
  letter-spacing: -0.06em;
}

.pro-hero h1 span {
  color: #087b4e;
}

.pro-hero-copy > p {
  max-width: 600px;
  margin: 0;
  color: var(--pro-copy);
  font-size: 16px;
  line-height: 1.72;
}

.pro-actions {
  margin-top: 33px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.pro-text-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #143d30;
  font-size: 13px;
  font-weight: 750;
}

.pro-trust {
  margin-top: 35px;
  padding-top: 21px;
  border-top: 1px solid var(--pro-line);
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: #47645a;
  font-size: 11px;
  font-weight: 650;
}

.pro-trust b {
  margin-right: 5px;
  color: #087b4e;
}

.pro-hero-photo {
  min-height: 555px;
  overflow: hidden;
  border: 1px solid #d9e6e0;
  border-radius: 30px;
  position: relative;
  background:
    linear-gradient(180deg, transparent 55%, rgba(3, 28, 21, 0.55)),
    url("/assets/hero-charging-v2.png") center / cover no-repeat;
  box-shadow: 0 34px 82px rgba(7, 46, 35, 0.18);
}

.pro-hero-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.2);
}

.pro-photo-badge {
  min-width: 275px;
  padding: 15px 17px;
  position: absolute;
  right: 22px;
  bottom: 22px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 15px;
  color: #ffffff;
  background: rgba(5, 39, 29, 0.86);
  box-shadow: 0 18px 45px rgba(0,0,0,.25);
  backdrop-filter: blur(12px);
}

.pro-photo-badge span,
.pro-photo-badge b {
  display: block;
}

.pro-photo-badge span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #70f0b4;
  font-size: 9px;
  font-weight: 750;
}

.pro-photo-badge b {
  margin-top: 8px;
  color: #ffffff;
  font-size: 11px;
}

.pro-proof {
  width: min(1240px, calc(100% - 64px));
  margin: 0 auto;
  padding: 29px 36px;
  border-radius: 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  color: #ffffff;
  background: #06271d;
  box-shadow: 0 24px 55px rgba(5, 42, 31, 0.18);
}

.pro-proof div {
  padding-inline: 28px;
  border-left: 1px solid rgba(255,255,255,.14);
}

.pro-proof div:first-child {
  padding-left: 0;
  border-left: 0;
}

.pro-proof strong,
.pro-proof span {
  display: block;
}

.pro-proof strong {
  color: #ffffff;
  font-size: 16px;
}

.pro-proof span {
  margin-top: 5px;
  color: #a9c1b8;
  font-size: 10px;
}

.pro-section {
  width: min(1240px, calc(100% - 64px));
  margin: 0 auto;
  padding: 118px 0;
}

.pro-section-title {
  max-width: 740px;
}

.pro-section-title h2,
.pro-driver-copy h2,
.pro-integration h2,
.pro-cta h2,
.pro-operations h2 {
  margin: 16px 0 18px;
  color: var(--pro-ink);
  font-size: clamp(38px, 4vw, 56px);
  font-weight: 760;
  line-height: 1.08;
  letter-spacing: -0.055em;
}

.pro-section-title p,
.pro-driver-copy > p,
.pro-integration > div > p {
  margin: 0;
  color: var(--pro-copy);
  font-size: 16px;
  line-height: 1.72;
}

.pro-benefits {
  margin-top: 52px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.pro-benefits article {
  min-height: 245px;
  padding: 27px;
  border: 1px solid var(--pro-line);
  border-radius: 21px;
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(11, 58, 44, 0.045);
}

.pro-benefits article > span {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: #087b4e;
  background: #e6f8ef;
  font-size: 10px;
  font-weight: 850;
}

.pro-benefits h3 {
  margin: 38px 0 10px;
  color: #112f25;
  font-size: 17px;
  letter-spacing: -0.03em;
}

.pro-benefits p {
  margin: 0;
  color: #526a61;
  font-size: 12px;
  line-height: 1.65;
}

.pro-operations {
  width: min(1240px, calc(100% - 64px));
  margin: 0 auto;
  padding: 70px;
  border-radius: 34px;
  color: #ffffff;
  background:
    radial-gradient(circle at 96% 0, rgba(70, 237, 158, 0.2), transparent 30%),
    #06271d;
  box-shadow: 0 32px 80px rgba(5, 43, 31, 0.2);
}

.pro-operations-heading {
  max-width: 850px;
}

.pro-kicker-light {
  color: #59efa9;
}

.pro-operations h2 {
  max-width: 840px;
  color: #ffffff;
  font-size: clamp(36px, 3.8vw, 52px);
}

.pro-operations-heading > p {
  max-width: 750px;
  margin: 0;
  color: #b7cdc4;
  font-size: 14px;
  line-height: 1.7;
}

.pro-operations-grid {
  margin-top: 46px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 13px;
}

.pro-operations-grid article {
  min-height: 205px;
  padding: 25px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
  background: rgba(255,255,255,.055);
}

.pro-operations-grid article > b {
  display: block;
  color: #59efa9;
  font-size: 9px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.pro-operations-grid strong {
  margin-top: 50px;
  display: block;
  color: #ffffff;
  font-size: 16px;
}

.pro-operations-grid p {
  margin: 9px 0 0;
  color: #b4c9c1;
  font-size: 11px;
  line-height: 1.6;
}

.pro-operations-footer {
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,.12);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}

.pro-operations-footer > span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #bcd0c8;
  font-size: 11px;
}

.pro-drivers {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  align-items: center;
  gap: 95px;
}

.pro-app-showcase {
  min-height: 620px;
  position: relative;
  border-radius: 32px;
  background:
    radial-gradient(circle at 17% 9%, rgba(70, 237, 158, .24), transparent 32%),
    linear-gradient(145deg, #0a3026, #06251c);
  box-shadow: 0 30px 76px rgba(5, 42, 31, .2);
}

.pro-phone {
  width: 214px;
  height: 480px;
  margin: 0;
  overflow: hidden;
  position: absolute;
  border: 7px solid #08251d;
  border-radius: 35px;
  background: #ffffff;
  box-shadow: 0 28px 65px rgba(0,0,0,.3);
}

.pro-phone::before {
  content: "";
  width: 60px;
  height: 14px;
  position: absolute;
  top: 6px;
  left: 50%;
  z-index: 2;
  border-radius: 99px;
  background: #08251d;
  transform: translateX(-50%);
}

.pro-phone img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pro-phone-left { top: 82px; left: 30px; transform: rotate(-8deg); opacity: .8; }
.pro-phone-center { top: 50px; left: 50%; z-index: 3; transform: translateX(-50%); }
.pro-phone-right { top: 82px; right: 30px; transform: rotate(8deg); opacity: .85; }

.pro-driver-copy ul {
  margin: 30px 0;
  padding: 0;
  display: grid;
  gap: 13px;
  list-style: none;
}

.pro-driver-copy li {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #2d4e42;
  font-size: 13px;
  font-weight: 650;
}

.pro-driver-copy li i {
  width: 25px;
  height: 25px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: #087b4e;
  background: #e5f8ef;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.pro-app-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pro-app-badges > span,
.pro-app-badges > a {
  min-height: 59px;
  padding: 11px 16px;
  border: 1px solid var(--pro-line);
  border-radius: 13px;
  color: #153d30;
  background: #ffffff;
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.pro-app-badges > a:hover {
  border-color: #8bd3b1;
  box-shadow: 0 12px 28px rgba(12, 91, 61, .12);
  transform: translateY(-2px);
}

.pro-app-badges b,
.pro-app-badges strong {
  display: block;
}

.pro-app-badges b {
  color: #60766d;
  font-size: 8px;
}

.pro-app-badges strong {
  margin-top: 3px;
  color: #153d30;
  font-size: 11px;
}

.pro-flow-section {
  width: 100%;
  padding: 112px max(32px, calc((100% - 1240px) / 2));
  background: var(--pro-paper);
}

.pro-centered {
  margin-inline: auto;
  text-align: center;
}

.pro-flow {
  margin-top: 54px;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 13px;
}

.pro-flow article {
  min-height: 215px;
  padding: 25px;
  border: 1px solid var(--pro-line);
  border-radius: 19px;
  background: #ffffff;
}

.pro-flow article > span {
  width: 44px;
  height: 44px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  color: #087b4e;
  background: #e6f8ef;
  font-size: 9px;
  font-weight: 850;
}

.pro-flow h3 {
  margin: 35px 0 9px;
  color: #15352a;
  font-size: 14px;
}

.pro-flow p {
  margin: 0;
  color: #526a61;
  font-size: 11px;
  line-height: 1.6;
}

.pro-flow > b {
  color: #8fa79d;
  font-size: 18px;
}

.pro-segments {
  padding-bottom: 100px;
}

.pro-segment-grid {
  margin-top: 46px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.pro-segment-grid > span {
  min-height: 115px;
  padding: 18px;
  border: 1px solid var(--pro-line);
  border-radius: 17px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 22px;
  color: #294a3e;
  background: #ffffff;
  font-size: 11px;
  font-weight: 700;
}

.pro-segment-grid b {
  color: #087b4e;
  font-size: 22px;
}

.pro-integration {
  margin-bottom: 110px;
  padding: 62px;
  border: 1px solid #cee5da;
  border-radius: 29px;
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  align-items: center;
  gap: 75px;
  background:
    radial-gradient(circle at 0 0, rgba(54, 224, 142, .13), transparent 30%),
    #f3faf7;
}

.pro-integration h2 {
  font-size: clamp(34px, 3.4vw, 49px);
}

.pro-integration ol {
  margin: 0;
  padding: 0;
  display: grid;
  list-style: none;
}

.pro-integration li {
  min-height: 94px;
  padding: 19px 0;
  border-top: 1px solid #d5e6de;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 18px;
}

.pro-integration li:first-child {
  border-top: 0;
}

.pro-integration li > span {
  width: 45px;
  height: 45px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  color: #087b4e;
  background: #ffffff;
  box-shadow: 0 10px 23px rgba(5,79,54,.08);
  font-size: 10px;
  font-weight: 850;
}

.pro-integration li b,
.pro-integration li small {
  display: block;
}

.pro-integration li b {
  color: #15352a;
  font-size: 13px;
}

.pro-integration li small {
  margin-top: 6px;
  color: #536b62;
  font-size: 11px;
  line-height: 1.5;
}

.pro-cta {
  width: min(1240px, calc(100% - 64px));
  min-height: 370px;
  margin: 0 auto 110px;
  padding: 66px;
  border-radius: 32px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 65px;
  color: #ffffff;
  background:
    radial-gradient(circle at 92% 5%, rgba(70,237,158,.23), transparent 31%),
    linear-gradient(130deg, #06271d, #0a4030);
  box-shadow: 0 31px 75px rgba(5,43,31,.2);
}

.pro-cta > div {
  max-width: 760px;
}

.pro-cta h2 {
  color: #ffffff;
}

.pro-cta p {
  max-width: 680px;
  margin: 0;
  color: #b9d0c7;
  font-size: 14px;
  line-height: 1.7;
}

.pro-cta > a {
  flex: 0 0 auto;
}

.pro-footer {
  padding: 62px max(32px, calc((100% - 1240px) / 2)) 28px;
  color: #adc4bb;
  background: #051e17;
}

.pro-footer-main {
  padding-bottom: 44px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 70px;
}

.pro-footer-brand img {
  width: 125px;
  height: 125px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: .94;
}

.pro-footer-brand p {
  max-width: 350px;
  margin: 8px 0 0;
  color: #9fb8ae;
  font-size: 12px;
  line-height: 1.6;
}

.pro-footer-links {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 70px;
}

.pro-footer-links > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
}

.pro-footer-links b {
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 11px;
}

.pro-footer-links a {
  color: #92aaa1;
  font-size: 10px;
}

.pro-footer-links a:hover {
  color: #59efa9;
}

.pro-footer-bottom {
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.1);
  display: flex;
  justify-content: space-between;
  gap: 25px;
  color: #718b81;
  font-size: 9px;
}

@media (max-width: 1050px) {
  .pro-nav { gap: 20px; }
  .pro-hero { grid-template-columns: minmax(0,.9fr) minmax(460px,1.1fr); gap: 38px; }
  .pro-benefits { grid-template-columns: repeat(2, 1fr); }
  .pro-operations { padding: 55px; }
  .pro-operations-grid { grid-template-columns: repeat(2, 1fr); }
  .pro-drivers { gap: 50px; }
  .pro-phone { width: 188px; height: 425px; }
  .pro-app-showcase { min-height: 555px; }
}

@media (max-width: 820px) {
  .pro-header,
  .pro-hero,
  .pro-proof,
  .pro-section,
  .pro-operations,
  .pro-cta {
    width: min(100% - 38px, 720px);
  }
  .pro-nav { display: none; }
  .pro-hero { min-height: 0; padding: 55px 0 75px; grid-template-columns: 1fr; text-align: center; }
  .pro-hero-copy > p { margin-inline: auto; }
  .pro-actions,
  .pro-trust { justify-content: center; }
  .pro-hero-photo { min-height: 480px; }
  .pro-proof { grid-template-columns: repeat(2, 1fr); gap: 24px 0; }
  .pro-proof div:nth-child(3) { padding-left: 0; border-left: 0; }
  .pro-operations-footer { align-items: flex-start; flex-direction: column; }
  .pro-drivers,
  .pro-integration { grid-template-columns: 1fr; }
  .pro-driver-copy { order: -1; text-align: center; }
  .pro-driver-copy > p { margin-inline: auto; }
  .pro-driver-copy ul { width: fit-content; margin-inline: auto; text-align: left; }
  .pro-app-badges { justify-content: center; }
  .pro-app-showcase { min-height: 610px; }
  .pro-phone { width: 210px; height: 475px; }
  .pro-flow { grid-template-columns: 1fr 1fr; }
  .pro-flow > b { display: none; }
  .pro-segment-grid { grid-template-columns: repeat(3, 1fr); }
  .pro-integration { gap: 30px; padding: 48px; }
  .pro-cta { align-items: flex-start; flex-direction: column; }
  .pro-footer-main { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .pro-header,
  .pro-hero,
  .pro-proof,
  .pro-section,
  .pro-operations,
  .pro-cta { width: calc(100% - 28px); }
  .pro-header { min-height: 86px; }
  .pro-logo { width: 80px; height: 80px; }
  .pro-header .pro-button { min-height: 40px; padding-inline: 13px; font-size: 11px; }
  .pro-hero { padding-top: 42px; }
  .pro-hero h1 { font-size: clamp(40px, 12vw, 52px); }
  .pro-hero-copy > p { font-size: 15px; }
  .pro-actions { flex-direction: column; }
  .pro-trust { display: grid; grid-template-columns: 1fr; justify-items: center; }
  .pro-hero-photo { min-height: 390px; background-position: 61% center; }
  .pro-photo-badge { right: 14px; bottom: 14px; left: 14px; min-width: 0; }
  .pro-proof { padding: 24px 20px; }
  .pro-proof div { padding-inline: 12px; }
  .pro-proof strong { font-size: 13px; }
  .pro-proof span { font-size: 8px; }
  .pro-section { padding: 85px 0; }
  .pro-section-title h2,
  .pro-driver-copy h2,
  .pro-integration h2,
  .pro-cta h2,
  .pro-operations h2 { font-size: clamp(33px, 10vw, 44px); }
  .pro-section-title p,
  .pro-driver-copy > p,
  .pro-integration > div > p { font-size: 14px; }
  .pro-benefits { grid-template-columns: 1fr; }
  .pro-benefits article { min-height: 215px; }
  .pro-operations { width: 100%; padding: 42px 20px; border-radius: 0; }
  .pro-operations-grid { grid-template-columns: 1fr; }
  .pro-operations-grid article { min-height: 175px; }
  .pro-operations-grid strong { margin-top: 32px; }
  .pro-operations-footer .pro-button { width: 100%; }
  .pro-app-showcase { min-height: 475px; margin-inline: -14px; border-radius: 0; }
  .pro-phone { width: 158px; height: 355px; top: 65px; }
  .pro-phone-left { left: 7px; }
  .pro-phone-center { top: 43px; }
  .pro-phone-right { right: 7px; }
  .pro-flow-section { padding: 85px 14px; }
  .pro-flow { grid-template-columns: 1fr; }
  .pro-flow article { min-height: 195px; }
  .pro-segment-grid { grid-template-columns: 1fr 1fr; }
  .pro-integration { margin-bottom: 85px; padding: 38px 21px; }
  .pro-integration li small { font-size: 10px; }
  .pro-cta { min-height: 0; margin-bottom: 85px; padding: 43px 23px; border-radius: 23px; }
  .pro-cta .pro-button { width: 100%; }
  .pro-footer { padding-inline: 21px; }
  .pro-footer-links { grid-template-columns: 1fr 1fr; gap: 38px; }
  .pro-footer-bottom { flex-direction: column; }
}
