:root {
  color-scheme: light;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #ffffff;
}

.hero-photo {
  position: relative;
  overflow: hidden;
  background: #111827;
}

.hero-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(120deg, rgba(17, 24, 39, 0.82) 0%, rgba(17, 24, 39, 0.74) 45%, rgba(17, 24, 39, 0.66) 100%),
    url("/assets/images/hero-einvoicing-dark.webp");
  background-size: cover;
  background-position: center;
}

.hero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 14%, rgba(235, 105, 10, 0.2), rgba(235, 105, 10, 0) 48%),
    radial-gradient(circle at 82% 86%, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0) 44%);
}

.hero-photo > * {
  position: relative;
  z-index: 1;
}

.page-hero {
  position: relative;
  overflow: hidden;
  background: #111827;
  display: flex;
  align-items: center;
  min-height: 24rem;
}

@media (min-width: 768px) {
  .page-hero {
    min-height: 28rem;
  }
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(120deg, rgba(17, 24, 39, 0.84) 0%, rgba(17, 24, 39, 0.76) 45%, rgba(17, 24, 39, 0.68) 100%),
    var(--page-hero-image);
  background-size: cover;
  background-position: center;
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 18%, rgba(235, 105, 10, 0.2), rgba(235, 105, 10, 0) 50%),
    radial-gradient(circle at 84% 82%, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0) 42%);
}

.page-hero > * {
  position: relative;
  z-index: 1;
}

.page-hero-get-ready {
  --page-hero-image: url("/assets/images/pages/get-ready-hero.webp");
}

.page-hero-supported-platforms {
  --page-hero-image: url("/assets/images/pages/supported-platforms-hero.webp");
}

.page-hero-pricing {
  --page-hero-image: url("/assets/images/pages/pricing-hero.webp");
}

.page-hero-developer {
  --page-hero-image: url("/assets/images/pages/developer-hero.webp");
}

.page-hero-about {
  --page-hero-image: url("/assets/images/pages/about-hero.webp");
}

.page-hero-contactus {
  --page-hero-image: url("/assets/images/pages/contactus-hero.webp");
}

.page-hero-privacy-policy {
  --page-hero-image: url("/assets/images/pages/privacy-policy-hero.webp");
}

.page-hero-cookie-policy {
  --page-hero-image: url("/assets/images/pages/cookie-policy-hero.webp");
}

.content-visual {
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  box-shadow: 0 10px 28px -20px rgba(17, 24, 39, 0.45);
}

.content-visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-hidden {
  display: none !important;
}

.site-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
  transition: box-shadow 0.25s ease;
}

.site-nav--scrolled {
  box-shadow: 0 4px 16px -8px rgba(17, 24, 39, 0.34);
}

.site-nav-inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1rem;
  min-height: 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.site-brand-logo {
  height: 3rem;
  width: 3rem;
}

.site-brand-text {
  margin-left: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: #111827;
}

.site-nav-desktop {
  display: none;
}

.site-nav-links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.site-nav-link {
  color: #4b5563;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}

.site-nav-link:hover,
.site-nav-link--active {
  color: #eb690a;
}

.site-nav-link--active {
  font-weight: 600;
}

.site-nav-contact {
  margin-left: 0.25rem;
}

.site-nav-login {
  margin-left: 2rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
}

.site-nav-toggle {
  border: 0;
  background: transparent;
  color: #111827;
  padding: 0.5rem;
  cursor: pointer;
}

.site-mobile-menu {
  border-top: 1px solid #f3f4f6;
  padding: 0.75rem 1rem 1rem;
  background: #ffffff;
}

.site-mobile-links {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.site-mobile-link {
  color: #4b5563;
  text-decoration: none;
  padding: 0.55rem 0.25rem;
  border-radius: 0.5rem;
}

.site-mobile-link:hover,
.site-mobile-link--active {
  color: #eb690a;
  background: rgba(235, 105, 10, 0.08);
}

.site-mobile-link--active {
  font-weight: 600;
}

.site-mobile-btn {
  width: 100%;
  text-decoration: none;
}

.section-heading {
  margin-bottom: 1.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  color: rgb(17 24 39 / 1);
}

@media (min-width: 768px) {
  .section-heading {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .site-nav-desktop {
    margin-left: 2rem;
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: space-between;
  }

  .site-nav-toggle {
    display: none;
  }

  .site-mobile-menu {
    display: none !important;
  }
}

.section-subheading {
  margin-left: auto;
  margin-right: auto;
  max-width: 48rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: rgb(75 85 99 / 1);
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  background-color: rgb(235 105 10 / 1);
  padding: 0.75rem 1.5rem;
  text-align: center;
  font-weight: 600;
  color: rgb(255 255 255 / 1);
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.btn-primary:hover {
  background-color: rgb(197 87 8 / 1);
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border-width: 2px;
  border-color: rgb(235 105 10 / 1);
  background-color: rgb(255 255 255 / 1);
  padding: 0.75rem 1.5rem;
  text-align: center;
  font-weight: 600;
  color: rgb(235 105 10 / 1);
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.btn-secondary:hover {
  background-color: rgb(235 105 10 / 1);
  color: rgb(255 255 255 / 1);
}

.btn-compact {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.pricing-grid {
  display: grid;
  gap: 2rem;
  align-items: stretch;
}

@media (min-width: 768px) {
  .pricing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.pricing-card {
  --tier-accent: #eb690a;
  --tier-accent-soft: #fdf1e6;
  --tier-accent-soft-strong: #fad7b7;
  --tier-accent-deep: #9a3412;
  --tier-accent-stripe: #f59e0b;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border-radius: 1.3rem;
  border: 1px solid #f4d8c4;
  padding: 1.7rem;
  background: linear-gradient(165deg, #ffffff 0%, #fff8f1 58%, #ffffff 100%);
  box-shadow: 0 24px 52px -36px rgba(17, 24, 39, 0.56);
  overflow: hidden;
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.pricing-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, var(--tier-accent), var(--tier-accent-stripe));
}

.pricing-card::after {
  content: "";
  position: absolute;
  inset: auto -5.5rem -6.8rem auto;
  width: 11rem;
  height: 11rem;
  background: radial-gradient(circle, var(--tier-accent-soft), rgba(255, 255, 255, 0) 68%);
  pointer-events: none;
}

.pricing-card:hover {
  transform: translateY(-5px);
  border-color: var(--tier-accent-soft-strong);
  box-shadow: 0 30px 62px -38px rgba(17, 24, 39, 0.55);
}

.pricing-card--gold {
  --tier-accent: #d97706;
  --tier-accent-soft: #fdf2dd;
  --tier-accent-soft-strong: #f4d6a8;
  --tier-accent-deep: #92400e;
  --tier-accent-stripe: #f59e0b;
}

.pricing-card--diamond {
  --tier-accent: #ea580c;
  --tier-accent-soft: #fde9dc;
  --tier-accent-soft-strong: #f7c8aa;
  --tier-accent-deep: #9a3412;
  --tier-accent-stripe: #f97316;
}

.pricing-card--platinum {
  --tier-accent: #c2410c;
  --tier-accent-soft: #fbe3d6;
  --tier-accent-soft-strong: #f3c0a4;
  --tier-accent-deep: #7c2d12;
  --tier-accent-stripe: #ea580c;
}

.pricing-card--ready {
  --tier-accent: #f97316;
  --tier-accent-soft: #ffefe0;
  --tier-accent-soft-strong: #f8ccad;
  --tier-accent-deep: #9a3412;
  --tier-accent-stripe: #fb923c;
}

.pricing-card--featured {
  border-color: rgba(235, 105, 10, 0.4);
  box-shadow: 0 30px 64px -34px rgba(235, 105, 10, 0.52);
  overflow: visible;
}

@media (min-width: 768px) {
  .pricing-card--featured {
    transform: translateY(-9px) scale(1.015);
  }

  .pricing-card--featured:hover {
    transform: translateY(-13px) scale(1.018);
  }
}

.pricing-ribbon {
  position: absolute;
  top: 0.95rem;
  right: 0.95rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: linear-gradient(135deg, #ea580c, #c2410c);
  color: #ffffff;
  box-shadow: 0 10px 22px -14px rgba(194, 65, 12, 0.8);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  padding: 0.35rem 0.7rem;
}

.pricing-card-head {
  text-align: center;
  margin-bottom: 1.08rem;
  position: relative;
  z-index: 1;
}

.pricing-plan-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: 1px solid var(--tier-accent-soft-strong);
  padding: 0.3rem 0.76rem;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--tier-accent-deep);
  background: var(--tier-accent-soft);
}

.pricing-tier-name {
  margin-top: 0.2rem;
  margin-bottom: 0.25rem;
  font-size: 1.82rem;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #111827;
}

.pricing-tier-note {
  margin: 0 auto;
  max-width: 17.5rem;
  color: #6b7280;
  font-size: 0.9rem;
  line-height: 1.4;
}

.pricing-price-row {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.32rem;
  margin-top: 0.8rem;
}

.pricing-currency {
  font-size: 1rem;
  font-weight: 700;
  color: #6b7280;
  letter-spacing: 0.01em;
}

.pricing-price {
  font-size: clamp(2.45rem, 4.5vw, 2.95rem);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--tier-accent);
}

.pricing-cycle {
  margin-top: 0.28rem;
  color: #6b7280;
  font-size: 0.88rem;
}

.pricing-volume {
  margin-top: 0.86rem;
  color: #1f2937;
  font-weight: 700;
  font-size: 0.94rem;
  line-height: 1.4;
}

.pricing-overage {
  margin-top: 0.42rem;
  color: var(--tier-accent-deep);
  font-weight: 600;
  font-size: 0.88rem;
  line-height: 1.35;
}

.pricing-list {
  list-style: none;
  margin: 0 0 1.2rem;
  padding: 0;
  display: grid;
  gap: 0.6rem;
  position: relative;
  z-index: 1;
}

.pricing-list-item {
  border: 1px solid #eceff3;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 0.72rem;
  padding: 0.68rem 0.8rem;
  text-align: center;
  color: #374151;
  line-height: 1.4;
  font-size: 0.9rem;
}

.pricing-list-item--sla {
  border-color: var(--tier-accent-soft-strong);
  background: var(--tier-accent-soft);
  color: var(--tier-accent-deep);
  font-weight: 600;
}

.pricing-list-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.18rem;
}

.pricing-cta {
  margin-top: auto;
}

@media (max-width: 640px) {
  .pricing-card {
    padding: 1.5rem;
  }

  .pricing-tier-name {
    font-size: 1.7rem;
  }
}

.brand-card {
  border-radius: 1rem;
  border: 2px solid rgb(229 231 235 / 1);
  background: rgb(255 255 255 / 1);
}

.brand-check {
  color: rgb(235 105 10 / 1);
}

.sector-strip {
  position: relative;
}

.sector-marquee {
  position: relative;
  overflow: hidden;
}

.sector-marquee::before,
.sector-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4rem;
  pointer-events: none;
  z-index: 1;
}

.sector-marquee::before {
  left: 0;
  background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0));
}

.sector-marquee::after {
  right: 0;
  background: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0));
}

.sector-track {
  display: flex;
  width: max-content;
  animation: sector-marquee-ltr 44s linear infinite;
  will-change: transform;
}

.sector-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
}

.sector-item {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 0.48rem;
  padding: 0.7rem 1.5rem;
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9ca3af;
  white-space: nowrap;
}

.sector-icon {
  width: 0.95rem;
  height: 0.95rem;
  color: #eb690a;
  flex-shrink: 0;
}

.sector-item + .sector-item::before {
  content: "•";
  margin-right: 1.5rem;
  color: #d1d5db;
}

.sector-list + .sector-list .sector-item:first-child::before {
  content: "•";
  margin-right: 1.5rem;
  color: #d1d5db;
}

@keyframes sector-marquee-ltr {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

@media (min-width: 768px) {
  .sector-item {
    padding: 0.85rem 1.85rem;
    font-size: 0.84rem;
  }
}

/* Fallback brand utility classes to ensure consistent color rendering. */
.text-brand-orange {
  color: #eb690a !important;
}

.text-brand-orange-dark {
  color: #c55708 !important;
}

.text-brand-orange-light {
  color: #ff7a1a !important;
}

.bg-brand-orange {
  background-color: #eb690a !important;
}

.bg-brand-orange\/5 {
  background-color: rgba(235, 105, 10, 0.05) !important;
}

.bg-brand-orange\/10 {
  background-color: rgba(235, 105, 10, 0.1) !important;
}

.bg-brand-orange\/20 {
  background-color: rgba(235, 105, 10, 0.2) !important;
}

.border-brand-orange {
  border-color: #eb690a !important;
}

.border-brand-orange\/10 {
  border-color: rgba(235, 105, 10, 0.1) !important;
}

.border-brand-orange\/20 {
  border-color: rgba(235, 105, 10, 0.2) !important;
}

.from-brand-orange\/10 {
  --tw-gradient-from: rgb(235 105 10 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 105 10 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:text-brand-orange:hover {
  color: #eb690a !important;
}

.hover\:text-brand-orange-dark:hover {
  color: #c55708 !important;
}

.hover\:border-brand-orange:hover {
  border-color: #eb690a !important;
}

.hover\:bg-brand-orange:hover {
  background-color: #eb690a !important;
}

.hover\:bg-brand-orange-dark:hover {
  background-color: #c55708 !important;
}

.site-footer {
  background: #111827;
  color: #ffffff;
  padding: 2rem 1rem;
}

.site-footer-inner {
  max-width: 80rem;
  margin: 0 auto;
}

.site-footer-grid {
  display: grid;
  gap: 2rem;
}

.site-footer-brand {
  max-width: 36rem;
}

.site-footer-brand-top {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.site-footer-logo {
  width: 2.5rem;
  height: 2.5rem;
}

.site-footer-title {
  margin-left: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.site-footer-copy {
  color: #9ca3af;
  margin-bottom: 0.5rem;
}

.site-footer-copy-sm {
  color: #6b7280;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.site-footer-copy-sm a {
  color: #eb690a;
  text-decoration: none;
}

.site-footer-copy-sm a:hover {
  color: #fb923c;
}

.site-footer-heading {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.site-footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.55rem;
}

.site-footer-list a,
.site-footer-list span {
  color: #9ca3af;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.site-footer-list span {
  align-items: flex-start;
}

.site-footer-list a:hover {
  color: #eb690a;
}

.site-footer-subheading {
  color: #9ca3af;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  margin: 1.25rem 0 0.75rem;
}

.site-footer-socials {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.site-footer-social {
  color: #9ca3af;
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-footer-social:hover {
  color: #eb690a;
}

.site-footer-bottom {
  border-top: 1px solid #1f2937;
  margin-top: 2rem;
  padding-top: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  color: #9ca3af;
}

.site-footer-home {
  color: #eb690a;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.site-footer-home:hover {
  color: #fb923c;
}

@media (min-width: 768px) {
  .site-footer-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .site-footer-brand {
    grid-column: span 2;
  }

  .site-footer-bottom {
    flex-direction: row;
    justify-content: space-between;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
