/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme {
  :root,
  :host {
    --font-sans:
      ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono:
      ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  :after,
  :before,
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  html,
  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(
      --default-font-family,
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji"
    );
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(
      --default-mono-font-family,
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace
    );
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(
      --default-mono-font-variation-settings,
      normal
    );
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    vertical-align: middle;
    display: block;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not ((-webkit-appearance: -apple-pay-button))) or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button {
    height: auto;
  }
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer components;
@layer utilities {
  .visible {
    visibility: visible;
  }
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .table {
    display: table;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
:root {
  --navy: #0b1f33;
  --navy2: #102c48;
  --green: #7dbb22;
  --green2: #9bd128;
  --ink: #13233a;
  --muted: #5d6b7b;
  --line: #dbe4ea;
  --mist: #f3f7fa;
  --white: #fff;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  color: var(--ink);
  background: #fff;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
.site-header {
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  z-index: 50;
  background: #fffffff5;
  border-bottom: 1px solid #edf1f4;
  align-items: center;
  gap: 34px;
  height: 86px;
  padding: 0 max(5vw, 28px);
  display: flex;
  position: sticky;
  top: 0;
}
.brand {
  color: var(--navy);
  letter-spacing: -1.8px;
  align-items: baseline;
  gap: 10px;
  margin-right: auto;
  font-weight: 900;
  display: flex;
}
.brand > span {
  font-size: 31px;
}
.brand > span span {
  color: var(--green);
}
.brand small {
  letter-spacing: 0;
  font-size: 13px;
}
.site-header nav {
  gap: 30px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}
.site-header nav a {
  padding: 32px 0;
  position: relative;
}
.site-header nav a:after {
  content: "";
  background: var(--green);
  height: 2px;
  transition: all 0.25s;
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 100%;
}
.site-header nav a:hover:after {
  right: 0;
}
.nav-cta {
  background: var(--navy);
  color: #fff;
  border-radius: 9px;
  padding: 13px 18px;
  font-size: 13px;
  font-weight: 700;
}
.hero {
  background: linear-gradient(125deg, #fff 10%, #eef6fc 100%);
  grid-template-columns: 53% 47%;
  min-height: 760px;
  padding-bottom: 120px;
  display: grid;
  position: relative;
}
.hero-copy {
  align-self: center;
  padding: 78px 6vw 50px;
}
.eyebrow {
  color: #659719;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  margin: 0 0 18px;
  font-size: 12px;
  font-weight: 800;
}
.hero h1 {
  letter-spacing: -0.055em;
  color: #091b36;
  margin: 0;
  font-size: clamp(54px, 5.4vw, 82px);
  line-height: 1.01;
}
.hero h1 em {
  color: var(--green);
  font-style: normal;
}
.hero-text {
  color: #43536a;
  max-width: 620px;
  margin: 27px 0;
  font-size: 20px;
  line-height: 1.6;
}
.hero-actions {
  gap: 14px;
  display: flex;
}
.button {
  border-radius: 9px;
  justify-content: space-between;
  min-width: 190px;
  padding: 16px 20px;
  font-weight: 800;
  transition: all 0.2s;
  display: flex;
}
.button:hover {
  transform: translateY(-2px);
}
.primary {
  background: linear-gradient(120deg, var(--green2), var(--green));
  color: var(--navy);
}
.secondary {
  border: 1px solid var(--navy);
  background: #fff;
}
.trust-row {
  gap: 25px;
  margin-top: 38px;
  font-size: 13px;
  font-weight: 700;
  display: flex;
}
.hero-visual {
  background-image:
    linear-gradient(90deg, #081d3114, #081d3105), url(warehouse-hero.png);
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.hero-visual:after {
  content: "";
  background: linear-gradient(#0000, #081f3380);
  height: 45%;
  position: absolute;
  inset: auto 0 0;
}
.float-card {
  z-index: 2;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: #fffffff0;
  border-radius: 16px;
  flex-direction: column;
  gap: 8px;
  width: 330px;
  padding: 18px;
  animation: 5s ease-in-out infinite float;
  display: flex;
  position: absolute;
  box-shadow: 0 18px 50px #06192d40;
}
.float-card small {
  color: #679c1b;
  font-size: 10px;
  font-weight: 900;
}
.float-card strong {
  font-size: 18px;
}
.float-card span {
  color: #68768a;
  font-size: 13px;
}
.float-card b {
  border-top: 1px solid var(--line);
  margin-top: 8px;
  padding-top: 10px;
  font-size: 12px;
}
.float-card i {
  float: right;
  background: var(--green);
  color: #fff;
  text-align: center;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-style: normal;
}
.card-one {
  top: 110px;
  right: 7%;
}
.card-two {
  animation-delay: -2s;
  top: 375px;
  left: 8%;
}
.link-dot {
  z-index: 3;
  color: var(--green);
  background: #fff;
  border-radius: 50%;
  place-items: center;
  width: 60px;
  height: 60px;
  font-size: 27px;
  display: grid;
  position: absolute;
  top: 310px;
  left: 44%;
  box-shadow: 0 10px 35px #19344b42;
}
.hero-proof {
  z-index: 5;
  background: #fffffff5;
  border: 1px solid #d7e0e6;
  border-radius: 18px;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  position: absolute;
  bottom: 22px;
  left: 5%;
  right: 5%;
  box-shadow: 0 20px 50px #19344b20;
}
.hero-proof > div {
  border-right: 1px solid var(--line);
  gap: 16px;
  padding: 22px 28px;
  display: flex;
}
.hero-proof > div:last-child {
  border: 0;
}
.hero-proof b {
  color: var(--green);
  font-size: 30px;
}
.hero-proof span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}
.hero-proof strong {
  color: var(--ink);
  font-size: 15px;
  display: block;
}
.section {
  padding: 100px 6vw;
}
.about {
  background: #fff;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  display: grid;
}
.section h2,
.contact h2 {
  letter-spacing: -0.04em;
  color: var(--navy);
  margin: 0;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.08;
}
.about-copy {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}
.about-copy p:first-child {
  margin-top: 0;
}
.value-strip {
  background: var(--navy);
  color: #cbd8e5;
  border-radius: 18px;
  grid-column: 1/-1;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  overflow: hidden;
}
.value-strip span {
  border-right: 1px solid #ffffff20;
  padding: 28px;
  line-height: 1.55;
}
.value-strip b {
  color: var(--green2);
  margin-bottom: 8px;
  display: block;
}
.solutions {
  background: var(--mist);
}
.section-heading {
  max-width: 720px;
  margin-bottom: 45px;
}
.section-heading > p:last-child,
.strategy-intro > p:last-child,
.contact > div > p:last-child {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}
.benefit-grid {
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  display: grid;
}
.benefit {
  display: block;
  background: #fff;
  border: 1px solid #e2e9ed;
  border-radius: 20px;
  padding: 38px;
  box-shadow: 0 12px 35px #18334e0a;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
  cursor: pointer;
}
.benefit:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 45px #18334e12;
}
.benefit.seller {
  background: linear-gradient(145deg, #f9fff0, #fff);
}
.benefit.buyer {
  background: linear-gradient(145deg, #f2f7ff, #fff);
}
.panel-label {
  text-transform: uppercase;
  color: var(--green);
  letter-spacing: 0.14em;
  font-size: 12px;
  font-weight: 900;
}
.benefit h3 {
  font-size: 27px;
}
.benefit ul {
  columns: 2;
  color: #3c4c61;
  padding: 0;
  line-height: 2.25;
  list-style: none;
}
.benefit li:first-letter {
  color: var(--green);
}
.benefit .benefit-link {
  color: #548313;
  margin-top: 15px;
  font-weight: 800;
  display: inline-block;
}
.benefit:hover .benefit-link {
  text-decoration: underline;
}
.verify {
  background: #fff;
}
.compact {
  max-width: 820px;
}
.verify-grid {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  grid-template-columns: repeat(5, 1fr);
  display: grid;
}
.verify-grid article {
  border-right: 1px solid var(--line);
  padding: 28px 24px;
}
.verify-grid article:last-child {
  border: 0;
}
.verify-icon-container {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
}
.verify-grid span,
.strategy-list > article > span {
  color: var(--green);
  font-weight: 900;
}
.verify-grid h3 {
  font-size: 17px;
}
.verify-grid p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}
.strategy {
  background: var(--navy);
  color: #fff;
  grid-template-columns: 40% 60%;
  gap: 70px;
  display: grid;
}
.strategy h2 {
  color: #fff;
}
.strategy-intro > p:last-child {
  color: #bcc8d3;
}
.strategy-list article {
  border-bottom: 1px solid #ffffff20;
  gap: 25px;
  padding: 23px 0;
  display: flex;
}
.strategy-list h3 {
  margin: 0 0 7px;
  font-size: 19px;
}
.strategy-list p {
  color: #afbfcd;
  margin: 0;
  line-height: 1.6;
}
.leadership {
  background: #fff;
}
.people-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  display: grid;
}
.people-grid article {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 28px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.people-grid article img {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: center top;
  border-radius: 13px;
  margin: 0 0 18px;
}
.people-grid article > div {
  background: linear-gradient(145deg, var(--navy), #234662);
  height: 240px;
  color: var(--green2);
  border-radius: 13px;
  place-items: center;
  font-size: 40px;
  font-weight: 900;
  display: grid;
  margin: 0 0 18px;
}
.people-grid h3 {
  margin-bottom: 6px;
  font-size: 20px;
}
.people-grid p {
  color: var(--muted);
  margin: 0;
}
.people-grid .placeholder-person > div {
  color: #aab5bd;
  background: #f2f5f7;
}
.contact {
  background: linear-gradient(120deg, #eff8dc, #f8fbfd);
  grid-template-columns: 1fr 430px;
  align-items: center;
  gap: 70px;
  padding: 90px 6vw;
  display: grid;
}
.contact-card {
  background: #fff;
  border-radius: 18px;
  padding: 30px;
  box-shadow: 0 15px 40px #18334e16;
}
.contact-card > a {
  color: #568b10;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 900;
  display: flex;
}
.contact-card p {
  border-top: 1px solid var(--line);
  color: var(--muted);
  padding-top: 15px;
  line-height: 1.55;
}
.contact-card b {
  color: var(--ink);
}
/* Multi-column Footer Styles */
.site-footer {
  background-color: #071a2c;
  color: #9fb0bf;
  padding: 80px 6vw 40px;
  font-size: 14px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 40px;
  margin-bottom: 60px;
}

.footer-col h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 12px;
}

.footer-col ul li a {
  color: #9fb0bf;
  transition: color 0.2s ease;
}

.footer-col ul li a:hover {
  color: #fff;
}

.footer-col.col-brand .tagline {
  color: #fff;
  font-weight: 600;
  margin: 0 0 12px;
  line-height: 1.5;
}

.footer-col.col-brand .description {
  color: #718596;
  line-height: 1.6;
  margin: 0;
}

.footer-col.col-contact p {
  margin: 0 0 16px;
  line-height: 1.6;
}

.footer-col.col-contact .footer-email {
  color: var(--green2);
  font-weight: 600;
  transition: color 0.2s ease;
}

.footer-col.col-contact .footer-email:hover {
  color: #fff;
}

.footer-bottom {
  border-top: 1px solid #132d46;
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: #718596;
}

.footer-bottom .back-to-top {
  color: #9fb0bf;
  transition: color 0.2s ease;
}

.footer-bottom .back-to-top:hover {
  color: #fff;
}

.footer-logo-link {
  display: inline-block;
  margin-bottom: 20px;
}

.footer-logo-image {
  display: block;
  width: 210px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
@keyframes float {
  50% {
    transform: translateY(-8px);
  }
}
@media (width<=980px) {
  .site-header nav {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-bottom: 160px;
  }
  .hero-visual {
    min-height: 520px;
  }
  .about,
  .strategy,
  .contact {
    grid-template-columns: 1fr;
  }
  .verify-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .verify-grid article {
    border-bottom: 1px solid var(--line);
  }
  .contact {
    gap: 30px;
  }
  .people-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (width<=650px) {
  .site-header {
    height: 74px;
  }
  .brand > span {
    font-size: 24px;
  }
  .nav-cta {
    display: none;
  }
  .hero-copy {
    padding: 55px 24px;
  }
  .hero h1 {
    font-size: 48px;
  }
  .hero-text {
    font-size: 17px;
  }
  .hero-actions,
  .trust-row {
    flex-direction: column;
  }
  .hero-visual {
    min-height: 460px;
  }
  .float-card {
    width: 270px;
  }
  .card-one {
    top: 55px;
  }
  .card-two {
    top: 270px;
  }
  .hero-proof {
    grid-column: 1;
    grid-template-columns: 1fr;
    margin: 0 18px;
    position: static;
  }
  .hero-proof > div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .section {
    padding: 72px 24px;
  }
  .about,
  .benefit-grid,
  .people-grid,
  .value-strip {
    grid-template-columns: 1fr;
  }
  .benefit ul {
    columns: 1;
  }
  .verify-grid {
    grid-template-columns: 1fr;
  }
  .strategy {
    gap: 20px;
    padding: 72px 24px;
  }
  .contact {
    padding: 72px 24px;
  }
  .contact-card {
    width: 100%;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 40px;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding-top: 20px;
  }
  .footer-logo-image {
    width: 170px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .float-card {
    animation: none;
  }
  .button {
    transition: none;
  }
}
