* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
:host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}

*,
::before,
::after {
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
}

::before,
::after {
  --tw-content: "";
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
}

::selection {
  background-color: #ff620a4d;
  --tw-text-opacity: 1;
  color: rgb(126 38 12 / var(--tw-text-opacity, 1));
}

html {
  scroll-behavior: smooth;
  font-size: 106%;
}

html,
body {
  overflow-x: hidden;
  max-width: 100%;
}

#root {
  overflow-x: hidden;
  max-width: 100%;
}

body {
  font-family: "Outfit", "Inter", sans-serif;
  color: #0d0d0d;
  background: #fff;
  line-height: 1.68;
  opacity: 0;
}

body.fade-in {
  animation: fadeIn 0.3s ease forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

:root {
  --orange: #ff5c00;
  --orange-hover: #ff7a2f;
  --orange-pale: #fff3ec;
  --dark: #0d0d0d;
  --gray: #6b6b6b;
  --light-bg: #fbf9f7;
  --border: #e8e5e0;
  --white: #ffffff;
}

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

img,
svg {
  display: block;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 5.5%;
}

.section {
  padding: 110px 0;
}

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

.section-label {
  color: var(--orange);
  font-size: 12px;
  letter-spacing: 0.14em;
  font-weight: 600;
  text-transform: uppercase;
}

.section-title {
  font-family: "Outfit", "Inter", sans-serif;
  font-weight: 800;
  font-size: 48px;
  line-height: 1.15;
  margin-top: 14px;
}

.section-text {
  margin-top: 18px;
  color: var(--gray);
  font-size: 18px;
}

.btn-primary,
.btn-outline,
.btn-light {
  border-radius: 0;
  padding: 14px 26px;
  font-weight: 700;
  font-size: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-primary {
  background: var(--orange);
  color: #fff;
}

.btn-primary:hover {
  background: var(--orange-hover);
}

.btn-outline {
  border: 2px solid var(--orange);
  background: transparent;
  color: var(--orange);
}

.btn-outline:hover {
  background: var(--orange);
  color: #fff;
}

.btn-light {
  background: #fff;
  color: var(--orange);
}

.btn-light:hover {
  background: #fff;
}

/* Nav */
.site-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 76px;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  z-index: 1000;
  transition: box-shadow 0.2s ease;
}

.site-nav.scrolled {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}

.nav-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.logo {
  font-family: "Outfit", "Inter", sans-serif;
  font-size: 28px;
  font-weight: 800;
  color: var(--dark);
}

.logo .accent {
  color: var(--orange);
}

.nav-links {
  display: flex;
  gap: 24px;
  list-style: none;
}

.nav-link {
  color: var(--gray);
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
  transition: all 0.2s ease;
}

.nav-link:hover,
.nav-link.active {
  color: var(--orange);
  border-bottom-color: var(--orange);
}

.mobile-toggle {
  display: none;
  background: none;
  border: none;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.mobile-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--dark);
  position: relative;
  transition: all 0.25s ease;
}

.mobile-toggle span::before,
.mobile-toggle span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 2px;
  background: var(--dark);
  transition: all 0.25s ease;
}

.mobile-toggle span::before {
  top: -7px;
}

.mobile-toggle span::after {
  top: 7px;
}

.mobile-menu {
  display: none;
}

.site-nav.nav-open .mobile-toggle span {
  background: transparent;
}

.site-nav.nav-open .mobile-toggle span::before {
  transform: rotate(45deg);
  top: 0;
}

.site-nav.nav-open .mobile-toggle span::after {
  transform: rotate(-45deg);
  top: 0;
}

/* Footer */
.site-footer {
  background: var(--dark);
  color: #fff;
  padding: 80px 5% 40px;
}

.footer-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
}

.footer-title {
  color: var(--gray);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.footer-logo {
  font-family: "Outfit", "Inter", sans-serif;
  font-size: 24px;
  font-weight: 800;
}

.footer-tagline {
  color: var(--gray);
  font-size: 14px;
  margin-top: 12px;
  max-width: 270px;
}

.footer-links {
  list-style: none;
}

.footer-links li + li {
  margin-top: 10px;
}

.footer-links a {
  color: #d7d7d7;
  font-size: 14px;
}

.footer-links a:hover {
  color: var(--orange);
}

.socials {
  display: flex;
  gap: 12px;
  margin-top: 18px;
}

.social-link {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #2a2a2a;
  display: grid;
  place-items: center;
  color: var(--gray);
  transition: all 0.2s ease;
}

.social-link:hover {
  color: var(--orange);
  border-color: var(--orange);
}

.contact-list {
  list-style: none;
  display: grid;
  gap: 10px;
}

.contact-list li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  color: #d7d7d7;
  font-size: 14px;
}

.contact-list i {
  color: var(--gray);
  font-style: normal;
  font-size: 14px;
}

.footer-bottom {
  max-width: 1200px;
  margin: 36px auto 0;
  border-top: 1px solid #1a1a1a;
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: #a4a4a4;
  font-size: 13px;
}

.footer-bottom a:hover {
  color: var(--orange);
}

/* Unified dark enterprise footer */
.home-footer {
  background: radial-gradient(circle at 20% 20%, rgba(255, 92, 0, 0.12), transparent 26%),
    #1f2842;
  color: #e6ebf8;
  padding: 54px 0;
}

.home-footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.home-footer .footer-logo {
  color: #fff;
}

.home-footer p {
  color: #c2cada;
  font-size: 12px;
}

.metric-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  max-width: 240px;
}

.metric {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 8px;
  background: rgba(255, 255, 255, 0.03);
}

.metric b {
  display: block;
  color: #ff8f52;
  font-size: 15px;
}

.metric span {
  font-size: 10px;
  color: #b8c2d9;
}

.hf-title {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #98a3bf;
  margin-bottom: 10px;
}

.hf-links {
  display: grid;
  gap: 8px;
}

.hf-links a {
  font-size: 12px;
  color: #dde5f8;
}

.hf-links a:hover {
  color: #ff8f52;
}

.mini-card {
  margin-top: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.04);
  font-size: 13px;
  line-height: 1.6;
}

.mini-card a {
  color: #e6ebf8;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.mini-card a:hover {
  color: #ff8f52;
}

/* FAQ accordion */
.faq-item {
  border: 1px solid var(--border);
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}

.faq-item + .faq-item {
  margin-top: 14px;
}

.faq-button {
  width: 100%;
  border: none;
  background: transparent;
  text-align: left;
  padding: 18px 20px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-icon {
  color: var(--orange);
  font-size: 22px;
  line-height: 1;
  transition: transform 0.2s ease;
}

.faq-item.open .faq-icon {
  transform: rotate(45deg);
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-content p {
  padding: 0 20px 18px;
  color: var(--gray);
  font-size: 16px;
}

/* CTA banner shared */
.cta-banner {
  background: var(--orange);
  padding: 80px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.cta-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.05) 0 8px,
    transparent 8px 18px
  );
}

.cta-inner {
  position: relative;
  z-index: 2;
  text-align: center;
}

.cta-inner h2 {
  font-family: "Outfit", "Inter", sans-serif;
  font-size: 44px;
  line-height: 1.1;
}

.cta-inner p {
  margin-top: 14px;
  font-size: 18px;
  color: #ffe8d9;
}

.cta-actions {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 16px;
}

.btn-ghost-light {
  border: 2px solid #fff;
  color: #fff;
  border-radius: 0;
  padding: 14px 26px;
  font-weight: 700;
}

.btn-ghost-light:hover {
  background: #fff;
  color: var(--orange);
}

.footer-socials {
  display: flex;
  gap: 8px;
  margin-top: 12px;
  flex-wrap: wrap;
}

.footer-social {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: #dfe7f8;
  display: grid;
  place-items: center;
  font-size: 11px;
  font-weight: 700;
}

.footer-social:hover {
  border-color: var(--orange);
  color: #fff;
  background: rgba(255, 92, 0, 0.35);
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  padding: 6px 14px;
  border-radius: 50px;
  border: 1px solid #ffd9c0;
  background: var(--orange-pale);
}

/* Contact page + home contact block (matches contact.html layout) */
.contact-shell {
  background: linear-gradient(90deg, #f8f8f9 50%, #fbf8f3 50%);
  padding: 148px 0 78px;
  position: relative;
  overflow: hidden;
}

.contact-shell::after {
  content: "";
  position: absolute;
  right: -180px;
  bottom: -220px;
  width: 640px;
  height: 420px;
  border-radius: 50%;
  border: 60px solid rgba(245, 238, 230, 0.8);
  pointer-events: none;
}

.contact-head {
  text-align: center;
  max-width: 620px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.contact-pill {
  display: inline-block;
  border: 1px solid #ffd8c1;
  background: #fff3ec;
  color: #ff6b1f;
  border-radius: 999px;
  padding: 5px 12px;
  font-size: 11px;
  font-weight: 700;
}

.contact-head h1 {
  margin-top: 12px;
  font: 800 64px/1.03 "Outfit", "Inter", sans-serif;
  letter-spacing: -0.02em;
}

.contact-head p {
  color: #5f6878;
  font-size: 18px;
  margin-top: 12px;
}

.contact-wrap {
  max-width: 1040px;
  margin: 38px auto 0;
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 18px;
  align-items: stretch;
  position: relative;
  z-index: 2;
}

.contact-wrap > * {
  min-width: 0;
}

.touch-card,
.step-card {
  background: #fff;
  border: 1px solid #eceff4;
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.06);
}

.touch-card {
  padding: 20px;
  transition: box-shadow 0.25s ease, border-color 0.2s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
}

.touch-card:hover {
  box-shadow: 0 14px 32px rgba(17, 24, 39, 0.1);
  border-color: #e2e8f0;
}

.touch-card h3 {
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.touch-card > .touch-item {
  flex: 1 1 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.touch-item {
  margin-top: 0;
  border: 1px solid #edf1f5;
  border-radius: 8px;
  padding: 12px 13px;
  background: #fff;
  box-sizing: border-box;
}

.touch-card h3 + .touch-item,
.touch-item + .touch-item {
  margin-top: 12px;
}

.touch-item b {
  display: block;
  font-size: 20px;
  line-height: 1.15;
}

.touch-item p {
  font-size: 16px;
  color: #5f6878;
  margin-top: 2px;
  line-height: 1.45;
  word-break: break-word;
  overflow-wrap: anywhere;
}

a.touch-item {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.touch-item-interactive:hover {
  border-color: #ffb380;
  box-shadow: 0 4px 14px rgba(255, 92, 0, 0.12);
}

.touch-item-interactive:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 2px;
}

.touch-item.soft {
  background: #fff8f0;
  border-color: #ffe4cb;
}

.touch-item.soft a {
  color: #5f6878;
  text-decoration: none;
  font-weight: 600;
}

.touch-item.soft a:hover {
  color: var(--orange);
}

.touch-item.soft.touch-item-interactive:hover {
  background: #fff4e6;
  border-color: #ffcc99;
}

.step-card {
  padding: 24px;
  height: 100%;
  box-sizing: border-box;
}

.step-card h4 {
  font-size: 32px;
  margin-bottom: 14px;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.mini-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.mini-field label {
  display: block;
  font-size: 15px;
  color: #5f6878;
  margin-bottom: 6px;
}

.mini-field input {
  width: 100%;
  height: 48px;
  border: 1px solid #dfe6f2;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 16px;
  outline: none;
  box-sizing: border-box;
}

.mini-field textarea {
  width: 100%;
  min-height: 118px;
  border: 1px solid #dfe6f2;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 16px;
  outline: none;
  resize: vertical;
  box-sizing: border-box;
}

.mini-field input:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 4px rgba(255, 92, 0, 0.1);
}

.mini-field textarea:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 4px rgba(255, 92, 0, 0.1);
}

.mini-field.full {
  grid-column: 1 / -1;
}

.next-step {
  margin-top: 16px;
  margin-left: auto;
  display: table;
  background: #ff5c00;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  border-radius: 0;
  padding: 12px 22px;
  border: none;
  cursor: pointer;
}

.next-step:hover {
  background: var(--orange-hover);
}

.next-step:disabled,
.next-step.is-loading {
  opacity: 0.85;
  cursor: wait;
}

#form-success {
  margin-top: 10px;
  color: var(--orange);
  font-weight: 700;
}

.field-error {
  border-color: #d93025 !important;
  box-shadow: 0 0 0 3px rgba(217, 48, 37, 0.12) !important;
}

.error {
  font-size: 12px;
  color: #d93025;
  margin-top: 4px;
  display: block;
}

[data-counter] {
  font-family: "Outfit", "Inter", sans-serif;
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1023px) {
  .section {
    padding: 88px 0;
  }

  .section-title {
    font-size: 36px;
  }

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

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

  .contact-wrap {
    grid-template-columns: 1fr;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .container {
    padding: 0 4%;
  }

  .section {
    padding: 66px 0;
  }

  .section-title {
    font-size: 31px;
  }

  .section-text {
    font-size: 16px;
  }

  .btn-primary,
  .btn-outline,
  .btn-light,
  .btn-ghost-light {
    width: 100%;
  }

  .nav-links,
  .nav-cta {
    display: none;
  }

  .mobile-toggle {
    display: inline-flex;
  }

  .mobile-menu {
    position: absolute;
    top: 76px;
    left: 0;
    width: 100%;
    border-bottom: 1px solid var(--border);
    background: #fff;
    padding: 16px 5%;
  }

  .site-nav.nav-open .mobile-menu {
    display: block;
  }

  .mobile-menu .nav-links {
    display: grid;
    gap: 12px;
    margin-bottom: 12px;
  }

  .mobile-menu .nav-link {
    padding: 8px 0;
    display: inline-block;
  }

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

  .home-footer-grid {
    grid-template-columns: 1fr;
  }

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

  .faq-button {
    font-size: 15px;
  }

  .cta-banner {
    padding: 60px 0;
  }

  .cta-inner h2 {
    font-size: 28px;
  }

  .cta-inner p {
    font-size: 15px;
  }

  .cta-actions {
    flex-direction: column;
  }

  .contact-shell {
    padding: 110px 0 60px;
    background: #f8f8f9;
  }

  .contact-shell::after {
    display: none;
  }

  .contact-head h1 {
    font-size: 38px;
  }

  .contact-head p {
    font-size: 15px;
  }

  .contact-wrap {
    grid-template-columns: 1fr;
  }

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

  .step-card h4 {
    font-size: 26px;
  }

  .touch-card h3 {
    font-size: 24px;
  }

  .touch-item b {
    font-size: 18px;
  }

  .touch-item p {
    font-size: 14px;
  }
}
