/* ==========================================================================
   Smartech USA — WordPress export stylesheet
   Namespace: ur-smartech-
   Faithful 1:1 conversion of the original React + Tailwind build.
   All values below are the computed Tailwind values used by the live site.
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Space+Grotesk:wght@400;500;600;700&display=swap');

/* --------------------------------------------------------------------------
   1. DESIGN TOKENS
   -------------------------------------------------------------------------- */
.ur-smartech-root {
  --ur-background: 214 70% 13%;
  --ur-foreground: 40 30% 92%;
  --ur-card: 214 70% 10%;
  --ur-card-foreground: 40 30% 92%;
  --ur-popover: 214 70% 10%;
  --ur-popover-foreground: 40 30% 92%;
  --ur-primary: 37 64% 72%;
  --ur-primary-foreground: 214 70% 10%;
  --ur-secondary: 214 55% 18%;
  --ur-secondary-foreground: 40 30% 92%;
  --ur-muted: 214 55% 16%;
  --ur-muted-foreground: 214 20% 55%;
  --ur-accent: 37 64% 72%;
  --ur-accent-foreground: 214 70% 10%;
  --ur-destructive: 0 84.2% 60.2%;
  --ur-destructive-foreground: 40 30% 92%;
  --ur-border: 37 40% 30%;
  --ur-input: 214 55% 20%;
  --ur-ring: 37 64% 72%;

  --ur-radius: 0.75rem;          /* rounded-lg  */
  --ur-radius-md: calc(0.75rem - 2px);
  --ur-radius-sm: calc(0.75rem - 4px);
  --ur-radius-xl: 0.75rem;       /* tailwind default xl */
  --ur-radius-2xl: 1rem;

  --ur-neon-glow: 0 0 8px hsl(37 64% 72% / 0.4), 0 0 20px hsl(37 64% 72% / 0.2), 0 0 40px hsl(37 64% 72% / 0.1);
  --ur-neon-glow-strong: 0 0 10px hsl(37 64% 72% / 0.5), 0 0 30px hsl(37 64% 72% / 0.3), 0 0 60px hsl(37 64% 72% / 0.15);
  --ur-neon-glow-text: 0 0 10px hsl(37 64% 72% / 0.6), 0 0 25px hsl(37 55% 60% / 0.4);
  --ur-neon-border: 0 0 6px hsl(37 64% 72% / 0.3), inset 0 0 6px hsl(37 64% 72% / 0.1);

  --ur-shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --ur-shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --ur-shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / 0.25);

  /* Sticky offset used by the announcement bar (h-11 = 2.75rem). */
  --ur-banner-height: 2.75rem;
}

/* --------------------------------------------------------------------------
   2. SCOPED RESET (equivalent of Tailwind Preflight, limited to our subtree)
   -------------------------------------------------------------------------- */
.ur-smartech-root,
:where(.ur-smartech-root) *,
:where(.ur-smartech-root) *::before,
:where(.ur-smartech-root) *::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: hsl(var(--ur-border));
}

.ur-smartech-root {
  background-color: hsl(var(--ur-background));
  color: hsl(var(--ur-foreground));
  font-family: 'Inter', ui-sans-serif, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  min-height: 100vh;
  overflow-x: hidden;
  tab-size: 4;
}

:where(.ur-smartech-root) h1,
:where(.ur-smartech-root) h2,
:where(.ur-smartech-root) h3,
:where(.ur-smartech-root) h4,
:where(.ur-smartech-root) h5,
:where(.ur-smartech-root) h6,
:where(.ur-smartech-root) p,
:where(.ur-smartech-root) figure,
:where(.ur-smartech-root) blockquote,
:where(.ur-smartech-root) ul,
:where(.ur-smartech-root) ol,
:where(.ur-smartech-root) dl,
:where(.ur-smartech-root) dd,
:where(.ur-smartech-root) pre {
  margin: 0;
}

:where(.ur-smartech-root) h1,
:where(.ur-smartech-root) h2,
:where(.ur-smartech-root) h3,
:where(.ur-smartech-root) h4,
:where(.ur-smartech-root) h5,
:where(.ur-smartech-root) h6 {
  font-family: 'Space Grotesk', ui-sans-serif, system-ui, sans-serif;
  font-size: inherit;
  font-weight: inherit;
}

:where(.ur-smartech-root) ul,
:where(.ur-smartech-root) ol {
  list-style: none;
  padding: 0;
}

:where(.ur-smartech-root) a {
  color: inherit;
  text-decoration: inherit;
}

:where(.ur-smartech-root) b,
:where(.ur-smartech-root) strong {
  font-weight: bolder;
}

:where(.ur-smartech-root) button,
:where(.ur-smartech-root) input,
:where(.ur-smartech-root) select,
:where(.ur-smartech-root) textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

:where(.ur-smartech-root) button,
:where(.ur-smartech-root) select {
  text-transform: none;
}

:where(.ur-smartech-root) button,
:where(.ur-smartech-root) [type='button'],
:where(.ur-smartech-root) [type='submit'] {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
  cursor: pointer;
}

:where(.ur-smartech-root) img,
:where(.ur-smartech-root) svg,
:where(.ur-smartech-root) video,
:where(.ur-smartech-root) canvas {
  display: block;
  vertical-align: middle;
}

:where(.ur-smartech-root) img,
:where(.ur-smartech-root) video {
  max-width: 100%;
}

:where(.ur-smartech-root) svg {
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

:where(.ur-smartech-root) ::placeholder {
  color: hsl(var(--ur-muted-foreground));
  opacity: 1;
}

html.ur-smartech-html {
  scroll-behavior: smooth;
}

/* --------------------------------------------------------------------------
   3. LAYOUT PRIMITIVES
   -------------------------------------------------------------------------- */
/* Tailwind `container` with { center: true, padding: "2rem", screens: { 2xl: 1400px } }.
   The px-4 utility used on every section overrides the 2rem padding to 1rem. */
.ur-smartech-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

/* NOTE: every section carries px-4 (1rem) AND the inner .container carries the
   configured 2rem padding, so real content inset is 3rem — identical to the
   original Tailwind build. */

@media (min-width: 1400px) {
  .ur-smartech-container { max-width: 1400px; }
}

.ur-smartech-section {
  padding-left: 1rem;
  padding-right: 1rem;
}

.ur-smartech-py-24 { padding-top: 6rem; padding-bottom: 6rem; }
.ur-smartech-py-20 { padding-top: 5rem; padding-bottom: 5rem; }
.ur-smartech-py-16 { padding-top: 4rem; padding-bottom: 4rem; }
.ur-smartech-py-36px { padding-top: 36px; padding-bottom: 36px; }

.ur-smartech-max-3xl { max-width: 48rem; margin-left: auto; margin-right: auto; }
.ur-smartech-max-4xl { max-width: 56rem; margin-left: auto; margin-right: auto; }
.ur-smartech-max-5xl { max-width: 64rem; margin-left: auto; margin-right: auto; }
.ur-smartech-max-6xl { max-width: 72rem; margin-left: auto; margin-right: auto; }

/* --------------------------------------------------------------------------
   4. TYPOGRAPHY HELPERS
   -------------------------------------------------------------------------- */
.ur-smartech-heading {
  font-family: 'Space Grotesk', ui-sans-serif, system-ui, sans-serif;
  font-size: 2.25rem;          /* text-4xl  */
  line-height: 2.5rem;
  font-weight: 700;
  color: hsl(var(--ur-foreground));
}

@media (min-width: 768px) {
  .ur-smartech-heading { font-size: 3rem; line-height: 1; }  /* md:text-5xl */
}

/* Service / Financing inner headings: text-3xl md:text-5xl */
.ur-smartech-heading-sm {
  font-family: 'Space Grotesk', ui-sans-serif, system-ui, sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  color: hsl(var(--ur-foreground));
}

@media (min-width: 768px) {
  .ur-smartech-heading-sm { font-size: 3rem; line-height: 1; }
}

.ur-smartech-gold { color: hsl(var(--ur-primary)); }

.ur-smartech-neon-text { text-shadow: var(--ur-neon-glow-text); }
.ur-smartech-neon-glow { box-shadow: var(--ur-neon-glow); }
.ur-smartech-neon-glow-strong { box-shadow: var(--ur-neon-glow-strong); }
.ur-smartech-neon-border {
  box-shadow: var(--ur-neon-border);
  border-color: hsl(37 64% 72% / 0.6);
}

.ur-smartech-lead {
  margin-top: 1rem;
  font-size: 1.125rem;          /* text-lg */
  line-height: 1.75rem;
  color: hsl(var(--ur-muted-foreground));
}

.ur-smartech-lead-narrow {
  max-width: 36rem;             /* max-w-xl */
  margin-left: auto;
  margin-right: auto;
}

.ur-smartech-section-head {
  text-align: center;
  margin-bottom: 4rem;          /* mb-16 */
}

.ur-smartech-section-head--tight { margin-bottom: 3rem; }  /* mb-12 */

/* --------------------------------------------------------------------------
   5. BUTTONS (shadcn Button — variant/size combinations actually used)
   -------------------------------------------------------------------------- */
.ur-smartech-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  white-space: nowrap;
  border-radius: var(--ur-radius-md);
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1),
              background-color 150ms cubic-bezier(0.4, 0, 0.2, 1),
              border-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
  height: 2.5rem;
  padding: 0.5rem 1rem;
  cursor: pointer;
}

.ur-smartech-btn svg { width: 1rem; height: 1rem; flex-shrink: 0; pointer-events: none; }

.ur-smartech-btn:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: 0 0 0 2px hsl(var(--ur-background)), 0 0 0 4px hsl(var(--ur-ring));
}

.ur-smartech-btn:disabled { pointer-events: none; opacity: 0.5; }

.ur-smartech-btn--primary {
  background-color: hsl(var(--ur-primary));
  color: hsl(var(--ur-primary-foreground));
}
.ur-smartech-btn--primary:hover { background-color: hsl(var(--ur-primary) / 0.9); }

.ur-smartech-btn--outline {
  border-width: 1px;
  border-color: hsl(var(--ur-input));
  background-color: hsl(var(--ur-background));
}
.ur-smartech-btn--outline:hover {
  background-color: hsl(var(--ur-accent));
  color: hsl(var(--ur-accent-foreground));
}

/* size="sm" -> h-9 px-3 */
.ur-smartech-btn--sm { height: 2.25rem; padding-left: 0.75rem; padding-right: 0.75rem; }

/* size="lg" -> h-11 rounded-md px-8 */
.ur-smartech-btn--lg {
  height: 2.75rem;
  border-radius: var(--ur-radius-md);
  padding-left: 2rem;
  padding-right: 2rem;
}

/* Hero / CTA overrides: text-lg px-8|px-10|px-12 py-6 font-bold */
.ur-smartech-btn--hero {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.ur-smartech-btn--px10 { padding-left: 2.5rem; padding-right: 2.5rem; }
.ur-smartech-btn--px12 { padding-left: 3rem; padding-right: 3rem; }
.ur-smartech-btn--no-py { padding-top: 0.5rem; padding-bottom: 0.5rem; }

.ur-smartech-btn--hero svg { width: 1.25rem; height: 1.25rem; }

.ur-smartech-btn--glow { box-shadow: var(--ur-neon-glow); }
.ur-smartech-btn--glow:hover { box-shadow: var(--ur-neon-glow-strong); }

/* Outline hero variant used in the page hero: border-foreground/30 */
.ur-smartech-btn--ghost-light {
  border-width: 1px;
  border-color: hsl(var(--ur-foreground) / 0.3);
  background-color: transparent;
  color: hsl(var(--ur-foreground));
}
.ur-smartech-btn--ghost-light:hover {
  background-color: hsl(var(--ur-foreground) / 0.1);
  color: hsl(var(--ur-foreground));
}

/* Outline gold variant: border-primary/40 text-primary hover:bg-primary/10 */
.ur-smartech-btn--gold-outline {
  border-width: 1px;
  border-color: hsl(var(--ur-primary) / 0.4);
  background-color: transparent;
  color: hsl(var(--ur-primary));
  font-weight: 600;
}
.ur-smartech-btn--gold-outline:hover { background-color: hsl(var(--ur-primary) / 0.1); }

.ur-smartech-btn--block { width: 100%; }

/* --------------------------------------------------------------------------
   6. ANNOUNCEMENT BANNER
   -------------------------------------------------------------------------- */
.ur-smartech-banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 60;
  min-height: 2.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  background-color: hsl(var(--ur-card));
  display: flex;
  align-items: center;
  justify-content: center;
  color: hsl(var(--ur-primary));
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  border-bottom-width: 1px;
  border-bottom-color: hsl(var(--ur-primary) / 0.3);
}

.ur-smartech-banner[hidden] { display: none; }

.ur-smartech-banner__text {
  text-align: center;
  cursor: pointer;
  line-height: 1.375;
  color: inherit;
  font: inherit;
}
.ur-smartech-banner__text:hover { text-decoration: underline; }

.ur-smartech-banner__long { display: none; }

.ur-smartech-banner__close {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  color: hsl(var(--ur-primary) / 0.6);
  transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
}
.ur-smartech-banner__close:hover { color: hsl(var(--ur-primary)); }
.ur-smartech-banner__close svg { width: 1rem; height: 1rem; }

@media (min-width: 768px) {
  .ur-smartech-banner {
    padding-top: 0;
    padding-bottom: 0;
    height: 2.75rem;
    padding-left: 3rem;
    padding-right: 3rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .ur-smartech-banner__long { display: inline; }
}

/* --------------------------------------------------------------------------
   7. NAVBAR
   -------------------------------------------------------------------------- */
.ur-smartech-nav {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 50;
  top: var(--ur-banner-height);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  background-color: transparent;
}

.ur-smartech-nav.is-banner-hidden { top: 0; }

.ur-smartech-nav.is-scrolled {
  background-color: hsl(var(--ur-background) / 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: var(--ur-shadow-lg);
}

.ur-smartech-nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0;
  padding-bottom: 0;
  height: 4rem;
}

.ur-smartech-logo {
  height: 12rem;
  width: auto;
  margin-top: -4rem;
  margin-bottom: -4rem;
  max-width: none;
  filter: sepia(1) saturate(1.8) hue-rotate(-8deg) brightness(0.78) contrast(1.05);
}

.ur-smartech-nav__desktop { display: none; }

.ur-smartech-nav__link {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: hsl(var(--ur-foreground) / 0.8);
  transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1);
  background: none;
}
.ur-smartech-nav__link:hover { color: hsl(var(--ur-primary)); }

.ur-smartech-dropdown { position: relative; }

.ur-smartech-dropdown__trigger {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.ur-smartech-dropdown__trigger svg {
  width: 0.875rem;
  height: 0.875rem;
  transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.ur-smartech-dropdown.is-open .ur-smartech-dropdown__trigger svg { transform: rotate(180deg); }

.ur-smartech-dropdown__panel {
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 0.5rem;
  display: none;
}
.ur-smartech-dropdown.is-open .ur-smartech-dropdown__panel { display: block; }

.ur-smartech-dropdown__menu {
  width: 14rem;
  background-color: hsl(var(--ur-background) / 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-width: 1px;
  border-color: hsl(var(--ur-border));
  border-radius: var(--ur-radius-xl);
  box-shadow: var(--ur-shadow-xl);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  animation: ur-smartech-dropdown-in 200ms cubic-bezier(0, 0, 0.2, 1);
}

@keyframes ur-smartech-dropdown-in {
  from { opacity: 0; transform: translateY(-0.5rem); }
  to { opacity: 1; transform: translateY(0); }
}

.ur-smartech-dropdown__item {
  display: block;
  padding: 0.625rem 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: hsl(var(--ur-foreground) / 0.8);
  transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1), background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.ur-smartech-dropdown__item:hover {
  color: hsl(var(--ur-primary));
  background-color: hsl(var(--ur-primary) / 0.05);
}

.ur-smartech-dropdown__divider {
  height: 1px;
  background-color: hsl(var(--ur-border));
  margin: 0.25rem 0.75rem;
}

.ur-smartech-nav__toggle {
  color: hsl(var(--ur-foreground));
  display: flex;
}
.ur-smartech-nav__toggle svg { width: 1.5rem; height: 1.5rem; }

.ur-smartech-nav__mobile {
  background-color: hsl(var(--ur-background) / 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top-width: 1px;
  border-top-color: hsl(var(--ur-border));
  padding: 0.5rem 1rem 1.5rem;
  display: none;
}
.ur-smartech-nav__mobile.is-open { display: block; }

.ur-smartech-nav__mobile-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: hsl(var(--ur-foreground) / 0.8);
  transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 1rem;
}
.ur-smartech-nav__mobile-toggle:hover { color: hsl(var(--ur-primary)); }
.ur-smartech-nav__mobile-toggle svg {
  width: 1rem;
  height: 1rem;
  transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.ur-smartech-nav__mobile-toggle.is-open svg { transform: rotate(180deg); }

.ur-smartech-nav__mobile-sub {
  padding-left: 1rem;
  border-left-width: 2px;
  border-left-color: hsl(var(--ur-primary) / 0.2);
  margin-bottom: 0.5rem;
  display: none;
}
.ur-smartech-nav__mobile-sub.is-open { display: block; }
.ur-smartech-nav__mobile-sub > * + * { margin-top: 0.25rem; }

.ur-smartech-nav__mobile-sublink {
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: hsl(var(--ur-foreground) / 0.6);
  transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.ur-smartech-nav__mobile-sublink:hover { color: hsl(var(--ur-primary)); }

.ur-smartech-nav__mobile-link {
  display: block;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: hsl(var(--ur-foreground) / 0.8);
  transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.ur-smartech-nav__mobile-link:hover { color: hsl(var(--ur-primary)); }

/* Mobile sticky CTA bar */
.ur-smartech-mobilebar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background-color: hsl(var(--ur-background) / 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top-width: 1px;
  border-top-color: hsl(var(--ur-border));
  padding: 0.75rem 1rem;
  display: flex;
  gap: 0.75rem;
}
.ur-smartech-mobilebar > a { flex: 1 1 0%; }
.ur-smartech-mobilebar .ur-smartech-btn { width: 100%; font-weight: 700; }

@media (min-width: 768px) {
  .ur-smartech-nav__inner { height: 5rem; }
  .ur-smartech-logo { height: 6rem; margin-top: -1rem; margin-bottom: -1rem; }
  .ur-smartech-nav__desktop { display: flex; align-items: center; gap: 2rem; }
  .ur-smartech-nav__toggle { display: none; }
  .ur-smartech-nav__mobile { display: none !important; }
  .ur-smartech-mobilebar { display: none; }
}

@media (min-width: 1024px) {
  .ur-smartech-logo { height: 13rem; margin-top: -5rem; margin-bottom: -5rem; }
}

/* --------------------------------------------------------------------------
   8. HOME HERO
   -------------------------------------------------------------------------- */
.ur-smartech-hero {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.ur-smartech-hero__video {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  max-width: none;
}

.ur-smartech-hero__overlay {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to bottom,
    hsl(214 70% 6% / 0.8) 0%,
    hsl(214 70% 10% / 0.5) 50%,
    hsl(var(--ur-background)) 100%);
}

.ur-smartech-hero__content {
  position: relative;
  z-index: 10;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}

.ur-smartech-hero__title {
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: hsl(var(--ur-foreground));
}
.ur-smartech-hero__title span { display: block; color: hsl(var(--ur-primary)); text-shadow: var(--ur-neon-glow-text); }

.ur-smartech-hero__subtitle {
  margin-top: 1.5rem;
  max-width: 42rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: hsl(var(--ur-foreground) / 0.8);
}

.ur-smartech-hero__actions {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.ur-smartech-hero__badges {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.ur-smartech-badge {
  border-radius: 9999px;
  border-width: 1px;
  border-color: hsl(37 64% 72% / 0.6);
  background-color: hsl(var(--ur-primary) / 0.1);
  padding: 0.375rem 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  color: hsl(var(--ur-primary));
  box-shadow: var(--ur-neon-border);
}

.ur-smartech-hero__scroll {
  position: absolute;
  bottom: 2rem;
}
.ur-smartech-hero__scroll svg {
  width: 1.5rem;
  height: 1.5rem;
  color: hsl(var(--ur-foreground) / 0.5);
  animation: ur-smartech-bounce 1s infinite;
}

@keyframes ur-smartech-bounce {
  0%, 100% { transform: translateY(-25%); animation-timing-function: cubic-bezier(0.8, 0, 1, 1); }
  50% { transform: none; animation-timing-function: cubic-bezier(0, 0, 0.2, 1); }
}

@media (min-width: 640px) {
  .ur-smartech-hero__actions { flex-direction: row; }
}

@media (min-width: 768px) {
  .ur-smartech-hero__title { font-size: 4.5rem; }
  .ur-smartech-hero__subtitle { font-size: 1.25rem; line-height: 1.75rem; }
}

@media (min-width: 1024px) {
  .ur-smartech-hero__title { font-size: 6rem; }
}

/* --------------------------------------------------------------------------
   9. WHY SMARTECH
   -------------------------------------------------------------------------- */
.ur-smartech-why__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}

.ur-smartech-why__card {
  border-radius: var(--ur-radius-2xl);
  border-width: 1px;
  border-color: hsl(var(--ur-border));
  background-color: hsl(var(--ur-card));
  padding: 2rem;
  text-align: center;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.ur-smartech-why__card:hover {
  border-color: hsl(var(--ur-primary) / 0.5);
  box-shadow: var(--ur-neon-glow);
}

.ur-smartech-why__icon {
  margin: 0 auto 1.5rem;
  display: flex;
  height: 4rem;
  width: 4rem;
  align-items: center;
  justify-content: center;
  border-radius: var(--ur-radius-xl);
  background-color: hsl(var(--ur-primary) / 0.1);
  color: hsl(var(--ur-primary));
  transition: background-color 300ms cubic-bezier(0.4, 0, 0.2, 1), color 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.ur-smartech-why__icon svg { width: 2rem; height: 2rem; }
.ur-smartech-why__card:hover .ur-smartech-why__icon {
  background-color: hsl(var(--ur-primary));
  color: hsl(var(--ur-primary-foreground));
}

.ur-smartech-why__title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: hsl(var(--ur-foreground));
  margin-bottom: 0.75rem;
}

.ur-smartech-why__text {
  color: hsl(var(--ur-muted-foreground));
  line-height: 1.625;
}

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

/* --------------------------------------------------------------------------
   10. SERVICES
   -------------------------------------------------------------------------- */
.ur-smartech-services { background-color: hsl(var(--ur-card)); }

.ur-smartech-services__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}

.ur-smartech-services__card {
  position: relative;
  overflow: hidden;
  border-radius: var(--ur-radius-2xl);
  aspect-ratio: 4 / 3;
  cursor: pointer;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
}
.ur-smartech-services__card:hover { box-shadow: var(--ur-neon-glow); }

.ur-smartech-services__img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  max-width: none;
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
.ur-smartech-services__card:hover .ur-smartech-services__img { transform: scale(1.1); }

.ur-smartech-services__scrim {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to top,
    hsl(214 70% 6% / 0.85) 0%,
    hsl(214 70% 10% / 0.3) 50%,
    transparent 100%);
}

.ur-smartech-services__body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5rem;
}

.ur-smartech-services__title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: hsl(var(--ur-foreground));
  margin-bottom: 0.25rem;
}

.ur-smartech-services__text {
  color: hsl(var(--ur-foreground) / 0.7);
  font-size: 0.875rem;
  line-height: 1.625;
}

@media (min-width: 640px) {
  .ur-smartech-services__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 1024px) {
  .ur-smartech-services__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

/* --------------------------------------------------------------------------
   11. BEFORE / AFTER
   -------------------------------------------------------------------------- */
.ur-smartech-ba__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
}

.ur-smartech-ba__panel {
  border-radius: var(--ur-radius-2xl);
  border-width: 1px;
  padding: 2rem;
}

.ur-smartech-ba__panel--before {
  border-color: hsl(var(--ur-destructive) / 0.3);
  background-color: hsl(var(--ur-destructive) / 0.05);
}

.ur-smartech-ba__panel--after {
  border-color: hsl(var(--ur-primary) / 0.3);
  background-color: hsl(var(--ur-primary) / 0.05);
}

.ur-smartech-ba__title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.ur-smartech-ba__title--before { color: hsl(var(--ur-destructive)); }
.ur-smartech-ba__title--after { color: hsl(var(--ur-primary)); }

.ur-smartech-ba__list > li + li { margin-top: 1rem; }

.ur-smartech-ba__item {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: hsl(var(--ur-foreground) / 0.7);
}
.ur-smartech-ba__item svg { width: 1.25rem; height: 1.25rem; flex-shrink: 0; }
.ur-smartech-ba__panel--before .ur-smartech-ba__item svg { color: hsl(var(--ur-destructive) / 0.7); }
.ur-smartech-ba__panel--after .ur-smartech-ba__item svg { color: hsl(var(--ur-primary)); }

@media (min-width: 768px) {
  .ur-smartech-ba__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* --------------------------------------------------------------------------
   12. DIFFERENTIALS
   -------------------------------------------------------------------------- */
.ur-smartech-diff { background-color: hsl(var(--ur-card)); }

.ur-smartech-diff__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
  margin-bottom: 4rem;
}

.ur-smartech-diff__item { text-align: center; padding: 1.5rem; }

.ur-smartech-diff__icon {
  margin: 0 auto 1rem;
  display: flex;
  height: 3.5rem;
  width: 3.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: hsl(var(--ur-primary) / 0.1);
  color: hsl(var(--ur-primary));
}
.ur-smartech-diff__icon svg { width: 1.75rem; height: 1.75rem; }

.ur-smartech-diff__title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: hsl(var(--ur-foreground));
  margin-bottom: 0.5rem;
}

.ur-smartech-diff__text {
  color: hsl(var(--ur-muted-foreground));
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.ur-smartech-diff__quote {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-left-width: 4px;
  border-left-color: hsl(var(--ur-primary));
  padding-left: 1.5rem;
}

.ur-smartech-diff__quote p {
  font-size: 1.25rem;
  line-height: 1.625;
  font-weight: 500;
  color: hsl(var(--ur-foreground) / 0.9);
  font-style: italic;
}

.ur-smartech-diff__quote cite {
  margin-top: 1rem;
  display: block;
  color: hsl(var(--ur-primary));
  font-weight: 600;
  font-style: normal;
}

@media (min-width: 640px) {
  .ur-smartech-diff__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 768px) {
  .ur-smartech-diff__quote { border-left-width: 0; padding-left: 0; }
  .ur-smartech-diff__quote p { font-size: 1.5rem; }
}

@media (min-width: 1024px) {
  .ur-smartech-diff__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

/* --------------------------------------------------------------------------
   13. STATS
   -------------------------------------------------------------------------- */
.ur-smartech-stats {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: hsl(var(--ur-primary) / 0.05);
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: hsl(var(--ur-border));
  border-bottom-color: hsl(var(--ur-border));
}

.ur-smartech-stats__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2.5rem;
}

.ur-smartech-stats__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.ur-smartech-stats__value {
  font-family: 'Inter', ui-sans-serif, system-ui, sans-serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  color: hsl(var(--ur-foreground));
}

.ur-smartech-stats__label {
  margin-top: 0.5rem;
  color: hsl(var(--ur-muted-foreground));
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {
  .ur-smartech-stats__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .ur-smartech-stats__value { font-size: 3rem; line-height: 1; }
}

/* --------------------------------------------------------------------------
   14. TESTIMONIALS
   -------------------------------------------------------------------------- */
.ur-smartech-testimonials__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
  margin-bottom: 4rem;
}

.ur-smartech-testimonials__card {
  border-radius: var(--ur-radius-2xl);
  border-width: 1px;
  border-color: hsl(var(--ur-border));
  background-color: hsl(var(--ur-card));
  padding: 2rem;
}

.ur-smartech-testimonials__stars {
  display: flex;
  gap: 0.25rem;
  margin-bottom: 1rem;
}
.ur-smartech-testimonials__stars svg {
  width: 1rem;
  height: 1rem;
  fill: hsl(var(--ur-primary));
  color: hsl(var(--ur-primary));
}

.ur-smartech-testimonials__text {
  color: hsl(var(--ur-foreground) / 0.8);
  margin-bottom: 1.5rem;
  line-height: 1.625;
  font-style: italic;
}

.ur-smartech-testimonials__name {
  font-weight: 600;
  color: hsl(var(--ur-foreground));
}

.ur-smartech-testimonials__loc {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: hsl(var(--ur-muted-foreground));
}

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

/* --------------------------------------------------------------------------
   15. QUOTE / FORM
   -------------------------------------------------------------------------- */
.ur-smartech-quote {
  scroll-margin-top: 10rem;
  background-color: hsl(var(--ur-card));
}

.ur-smartech-quote__promo {
  display: none;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  background-color: hsl(var(--ur-primary) / 0.15);
  border-width: 1px;
  border-color: hsl(var(--ur-primary) / 0.3);
}
.ur-smartech-quote__promo.is-active { display: inline-flex; }
.ur-smartech-quote__promo span {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: hsl(var(--ur-primary));
}

.ur-smartech-form {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}

.ur-smartech-form__label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: hsl(var(--ur-foreground));
  margin-bottom: 0.5rem;
  display: block;
}

.ur-smartech-input,
.ur-smartech-select {
  display: flex;
  height: 2.5rem;
  width: 100%;
  border-radius: var(--ur-radius-md);
  border-width: 1px;
  border-color: hsl(var(--ur-border));
  background-color: hsl(var(--ur-secondary));
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: hsl(var(--ur-foreground));
}

.ur-smartech-input:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: 0 0 0 2px hsl(var(--ur-card)), 0 0 0 4px hsl(var(--ur-ring));
}

.ur-smartech-select {
  font-size: 0.875rem;
  line-height: 1.25rem;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23E6C88C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1rem 1rem;
  padding-right: 2rem;
}
.ur-smartech-select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: 0 0 0 2px hsl(var(--ur-ring));
}
.ur-smartech-select option { background-color: hsl(var(--ur-secondary)); color: hsl(var(--ur-foreground)); }

.ur-smartech-form__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
}

.ur-smartech-form__actions .ur-smartech-btn { width: 100%; }

.ur-smartech-form__or { color: hsl(var(--ur-muted-foreground)); }

.ur-smartech-form__phone {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: hsl(var(--ur-primary));
  font-weight: 600;
}
.ur-smartech-form__phone:hover { text-decoration: underline; }
.ur-smartech-form__phone svg { width: 1rem; height: 1rem; }

.ur-smartech-spin { animation: ur-smartech-spin 1s linear infinite; }
@keyframes ur-smartech-spin { to { transform: rotate(360deg); } }

@media (min-width: 640px) {
  .ur-smartech-form { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ur-smartech-form__actions { grid-column: span 2 / span 2; flex-direction: row; }
  .ur-smartech-form__actions .ur-smartech-btn { width: auto; }
}

@media (min-width: 768px) {
  .ur-smartech-input { font-size: 0.875rem; line-height: 1.25rem; }
}

/* --------------------------------------------------------------------------
   16. SERVICE AREAS (component available, not rendered on the current home)
   -------------------------------------------------------------------------- */
.ur-smartech-areas__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.ur-smartech-areas__chip {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  border-radius: 9999px;
  border-width: 1px;
  border-color: hsl(var(--ur-border));
  background-color: hsl(var(--ur-secondary));
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: hsl(var(--ur-foreground) / 0.8);
  transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1), border-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.ur-smartech-areas__chip:hover {
  border-color: hsl(var(--ur-primary) / 0.5);
  color: hsl(var(--ur-primary));
}
.ur-smartech-areas__chip svg { width: 0.875rem; height: 0.875rem; }

/* --------------------------------------------------------------------------
   17. FOOTER
   -------------------------------------------------------------------------- */
.ur-smartech-footer {
  background-color: hsl(var(--ur-card));
  border-top-width: 1px;
  border-top-color: hsl(var(--ur-border));
  padding: 4rem 1rem;
}

.ur-smartech-footer__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 3rem;
}

.ur-smartech-footer__logo {
  height: 12rem;
  width: auto;
  max-width: none;
  margin-bottom: 1rem;
  filter: sepia(1) saturate(1.8) hue-rotate(-8deg) brightness(0.78) contrast(1.05);
}

.ur-smartech-footer__about {
  color: hsl(var(--ur-muted-foreground));
  font-size: 0.875rem;
  line-height: 1.625;
}

.ur-smartech-footer__title {
  font-weight: 700;
  color: hsl(var(--ur-foreground));
  margin-bottom: 1rem;
  font-size: 1rem;
}

.ur-smartech-footer__nav {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.ur-smartech-footer__link {
  color: hsl(var(--ur-muted-foreground));
  transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.ur-smartech-footer__link:hover { color: hsl(var(--ur-primary)); }

.ur-smartech-footer__contact {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: hsl(var(--ur-muted-foreground));
}
.ur-smartech-footer__contact > * + * { margin-top: 0.75rem; }

.ur-smartech-footer__contact a,
.ur-smartech-footer__contact div {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.ur-smartech-footer__contact a:hover { color: hsl(var(--ur-primary)); }
.ur-smartech-footer__contact svg { width: 1rem; height: 1rem; }

.ur-smartech-footer__address { align-items: flex-start !important; }
.ur-smartech-footer__address svg { margin-top: 0.125rem; flex-shrink: 0; }

.ur-smartech-footer__bottom {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top-width: 1px;
  border-top-color: hsl(var(--ur-border));
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  color: hsl(var(--ur-muted-foreground));
}

@media (min-width: 768px) {
  .ur-smartech-footer__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .ur-smartech-footer__logo { height: 6rem; }
}

@media (min-width: 1024px) {
  .ur-smartech-footer__logo { height: 13rem; }
}

/* --------------------------------------------------------------------------
   18. EXIT-INTENT MODAL
   -------------------------------------------------------------------------- */
.ur-smartech-modal {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: hsl(var(--ur-background) / 0.75);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  padding-left: 1rem;
  padding-right: 1rem;
  animation: ur-smartech-fade-in 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.ur-smartech-modal[hidden] { display: none; }

@keyframes ur-smartech-fade-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes ur-smartech-zoom-in { from { opacity: 0; transform: scale(0.95); } to { opacity: 1; transform: scale(1); } }

.ur-smartech-modal__panel {
  position: relative;
  width: 100%;
  max-width: 28rem;
  border-radius: var(--ur-radius-2xl);
  border-width: 1px;
  border-color: hsl(var(--ur-primary) / 0.3);
  background-color: hsl(var(--ur-card));
  padding: 2rem;
  box-shadow: var(--ur-shadow-2xl);
  animation: ur-smartech-zoom-in 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.ur-smartech-modal__close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  color: hsl(var(--ur-muted-foreground));
  transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
}
.ur-smartech-modal__close:hover { color: hsl(var(--ur-foreground)); }
.ur-smartech-modal__close svg { width: 1.25rem; height: 1.25rem; }

.ur-smartech-modal__title {
  font-family: 'Space Grotesk', ui-sans-serif, system-ui, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  color: hsl(var(--ur-primary));
  text-align: center;
  margin-bottom: 0.5rem;
  text-shadow: var(--ur-neon-glow-text);
}

.ur-smartech-modal__text {
  color: hsl(var(--ur-muted-foreground));
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 1.5rem;
}

.ur-smartech-modal__form > * + * { margin-top: 1rem; }
.ur-smartech-modal__form .ur-smartech-btn {
  width: 100%;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5rem;
  height: 3rem;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.ur-smartech-modal__dismiss {
  display: block;
  margin: 1rem auto 0;
  font-size: 0.75rem;
  line-height: 1rem;
  color: hsl(var(--ur-muted-foreground));
  transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.ur-smartech-modal__dismiss:hover { color: hsl(var(--ur-foreground) / 0.6); }

/* --------------------------------------------------------------------------
   19. TOASTS
   -------------------------------------------------------------------------- */
.ur-smartech-toasts {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  gap: 0.5rem;
  max-height: 100vh;
  pointer-events: none;
}

.ur-smartech-toast {
  pointer-events: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  border-width: 1px;
  border-color: hsl(var(--ur-border));
  background-color: hsl(var(--ur-background));
  color: hsl(var(--ur-foreground));
  border-radius: var(--ur-radius-md);
  padding: 1.5rem;
  padding-right: 2rem;
  box-shadow: var(--ur-shadow-lg);
  animation: ur-smartech-toast-in 200ms cubic-bezier(0, 0, 0.2, 1);
}

.ur-smartech-toast--destructive {
  border-color: hsl(var(--ur-destructive));
  background-color: hsl(var(--ur-destructive));
  color: hsl(var(--ur-destructive-foreground));
}

.ur-smartech-toast__title { font-size: 0.875rem; line-height: 1.25rem; font-weight: 600; }
.ur-smartech-toast__desc { font-size: 0.875rem; line-height: 1.25rem; opacity: 0.9; }

@keyframes ur-smartech-toast-in {
  from { opacity: 0; transform: translateY(-100%); }
  to { opacity: 1; transform: translateY(0); }
}

@media (min-width: 640px) {
  .ur-smartech-toasts {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    flex-direction: column-reverse;
    max-width: 26rem;
  }
  @keyframes ur-smartech-toast-in {
    from { opacity: 0; transform: translateX(100%); }
    to { opacity: 1; transform: translateX(0); }
  }
}

/* --------------------------------------------------------------------------
   20. INNER PAGE HERO (service pages + financing)
   -------------------------------------------------------------------------- */
.ur-smartech-phero {
  position: relative;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.ur-smartech-phero--tall { min-height: 70vh; }

.ur-smartech-phero__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: none;
}

.ur-smartech-phero__overlay {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to bottom,
    hsl(var(--ur-background) / 0.8) 0%,
    hsl(var(--ur-background) / 0.6) 50%,
    hsl(var(--ur-background)) 100%);
}

.ur-smartech-phero__overlay--video {
  background-image: linear-gradient(to bottom,
    hsl(214 70% 6% / 0.6) 0%,
    hsl(214 70% 10% / 0.3) 50%,
    hsl(var(--ur-background)) 100%);
}

.ur-smartech-phero__content {
  position: relative;
  z-index: 10;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 8rem;
  padding-bottom: 5rem;
}

.ur-smartech-back {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: hsl(var(--ur-primary));
  transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1);
  margin-bottom: 2rem;
}
.ur-smartech-back:hover { color: hsl(var(--ur-primary) / 0.8); }
.ur-smartech-back svg { width: 1rem; height: 1rem; }

.ur-smartech-phero__title {
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  color: hsl(var(--ur-foreground));
  margin-top: 1rem;
}

.ur-smartech-phero__subtitle {
  margin-top: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: hsl(var(--ur-foreground) / 0.8);
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

.ur-smartech-phero__actions {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

@media (min-width: 640px) {
  .ur-smartech-phero__actions { flex-direction: row; }
}

@media (min-width: 768px) {
  .ur-smartech-phero__title { font-size: 4.5rem; }
  .ur-smartech-phero__subtitle { font-size: 1.25rem; }
}

/* --------------------------------------------------------------------------
   21. SERVICE PAGE — FEATURES / BENEFITS / FAQ / CTA
   -------------------------------------------------------------------------- */
.ur-smartech-feature-img {
  width: 100%;
  height: 16rem;
  object-fit: cover;
  border-radius: var(--ur-radius-2xl);
  border-width: 1px;
  border-color: hsl(var(--ur-border));
  max-width: none;
}

.ur-smartech-mb-12 { margin-bottom: 3rem; }

.ur-smartech-feature-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}

.ur-smartech-feature-card {
  background-color: hsl(var(--ur-card));
  border-radius: var(--ur-radius-xl);
  border-width: 1px;
  border-color: hsl(var(--ur-border));
  padding: 1.75rem;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.ur-smartech-feature-card:hover {
  box-shadow: var(--ur-neon-border);
  border-color: hsl(37 64% 72% / 0.6);
}

.ur-smartech-feature-card__title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: hsl(var(--ur-foreground));
  margin-bottom: 0.5rem;
}

.ur-smartech-feature-card__text {
  color: hsl(var(--ur-muted-foreground));
  font-size: 0.875rem;
  line-height: 1.625;
}

.ur-smartech-benefits { background-color: hsl(var(--ur-card)); }
.ur-smartech-benefits__list > * + * { margin-top: 1rem; }

.ur-smartech-benefit {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  background-color: hsl(var(--ur-background));
  border-radius: var(--ur-radius-xl);
  padding: 1.25rem;
  border-width: 1px;
  border-color: hsl(var(--ur-border));
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.ur-smartech-benefit:hover {
  box-shadow: var(--ur-neon-border);
  border-color: hsl(37 64% 72% / 0.6);
}
.ur-smartech-benefit svg {
  width: 1.5rem;
  height: 1.5rem;
  color: hsl(var(--ur-primary));
  flex-shrink: 0;
  margin-top: 0.125rem;
}
.ur-smartech-benefit span {
  color: hsl(var(--ur-foreground));
  font-size: 1.125rem;
  line-height: 1.75rem;
}

/* Financing requirements list uses bg-card cards instead of bg-background */
.ur-smartech-benefit--card { background-color: hsl(var(--ur-card)); }

.ur-smartech-accordion > * + * { margin-top: 0.75rem; }

.ur-smartech-accordion__item {
  background-color: hsl(var(--ur-card));
  border-width: 1px;
  border-color: hsl(var(--ur-border));
  border-radius: var(--ur-radius-xl);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.ur-smartech-accordion__item:hover {
  box-shadow: var(--ur-neon-border);
  border-color: hsl(37 64% 72% / 0.6);
}

.ur-smartech-accordion__trigger {
  display: flex;
  flex: 1 1 0%;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
  color: hsl(var(--ur-foreground));
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
  transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.ur-smartech-accordion__trigger svg {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.ur-smartech-accordion__item.is-open .ur-smartech-accordion__trigger svg { transform: rotate(180deg); }

.ur-smartech-accordion__content {
  overflow: hidden;
  font-size: 0.875rem;
  line-height: 1.25rem;
  height: 0;
  transition: height 200ms ease-out;
}
.ur-smartech-accordion__inner {
  padding-bottom: 1rem;
  padding-top: 0;
  color: hsl(var(--ur-muted-foreground));
  line-height: 1.625;
}

.ur-smartech-cta__title {
  margin-bottom: 1.5rem;
}
.ur-smartech-cta__text {
  color: hsl(var(--ur-muted-foreground));
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 2.5rem;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}
.ur-smartech-cta__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

@media (min-width: 640px) {
  .ur-smartech-cta__actions { flex-direction: row; }
}

@media (min-width: 768px) {
  .ur-smartech-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ur-smartech-feature-img { height: 20rem; }
}

/* --------------------------------------------------------------------------
   22. FINANCING PAGE SPECIFICS
   -------------------------------------------------------------------------- */
.ur-smartech-fin-steps {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}

.ur-smartech-fin-step { position: relative; text-align: center; }

.ur-smartech-fin-step__num {
  font-size: 4.5rem;
  line-height: 1;
  font-weight: 900;
  color: hsl(var(--ur-primary) / 0.15);
  transition: color 500ms cubic-bezier(0.4, 0, 0.2, 1);
  margin-bottom: 1rem;
}
.ur-smartech-fin-step:hover .ur-smartech-fin-step__num { color: hsl(var(--ur-primary) / 0.3); }

.ur-smartech-fin-step__title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: hsl(var(--ur-foreground));
  margin-bottom: 0.75rem;
}

.ur-smartech-fin-step__text {
  color: hsl(var(--ur-muted-foreground));
  line-height: 1.625;
}

.ur-smartech-fin-step__line { display: none; }

.ur-smartech-fin-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}

.ur-smartech-fin-card {
  background-color: hsl(var(--ur-card));
  border-radius: var(--ur-radius-xl);
  border-width: 1px;
  border-color: hsl(var(--ur-border));
  padding: 1.75rem;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.ur-smartech-fin-card:hover {
  box-shadow: var(--ur-neon-border);
  border-color: hsl(37 64% 72% / 0.6);
}

.ur-smartech-fin-card__icon {
  height: 3rem;
  width: 3rem;
  border-radius: var(--ur-radius);
  background-color: hsl(var(--ur-primary) / 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.ur-smartech-fin-card:hover .ur-smartech-fin-card__icon { background-color: hsl(var(--ur-primary) / 0.2); }
.ur-smartech-fin-card__icon svg { width: 1.5rem; height: 1.5rem; color: hsl(var(--ur-primary)); }

.ur-smartech-fin-apply { margin-top: 2.5rem; text-align: center; }

.ur-smartech-lead-2xl { max-width: 42rem; }

@media (min-width: 640px) {
  .ur-smartech-fin-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 768px) {
  .ur-smartech-fin-steps { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .ur-smartech-fin-step__line {
    display: block;
    position: absolute;
    top: 3rem;
    right: -1rem;
    width: 2rem;
    height: 1px;
    background-color: hsl(var(--ur-primary) / 0.3);
  }
}

@media (min-width: 1024px) {
  .ur-smartech-fin-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

/* --------------------------------------------------------------------------
   23. 404
   -------------------------------------------------------------------------- */
.ur-smartech-404 {
  display: flex;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  background-color: hsl(var(--ur-muted));
}
.ur-smartech-404__inner { text-align: center; }
.ur-smartech-404__title {
  margin-bottom: 1rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
}
.ur-smartech-404__text {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: hsl(var(--ur-muted-foreground));
}
.ur-smartech-404__link {
  color: hsl(var(--ur-primary));
  text-decoration: underline;
}
.ur-smartech-404__link:hover { color: hsl(var(--ur-primary) / 0.9); }

/* --------------------------------------------------------------------------
   24. SCROLL-REVEAL ANIMATIONS (framer-motion replacement)
   -------------------------------------------------------------------------- */
.ur-smartech-reveal {
  opacity: 0;
  transition: opacity 600ms cubic-bezier(0.16, 1, 0.3, 1),
              transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}
.ur-smartech-reveal[data-reveal='up-20'] { transform: translateY(20px); }
.ur-smartech-reveal[data-reveal='up-30'] { transform: translateY(30px); }
.ur-smartech-reveal[data-reveal='left'] { transform: translateX(-30px); }
.ur-smartech-reveal[data-reveal='left-20'] { transform: translateX(-20px); }
.ur-smartech-reveal[data-reveal='right'] { transform: translateX(30px); }
.ur-smartech-reveal[data-reveal='fade'] { transform: none; }

.ur-smartech-reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* Hero entrance (framer `animate`, runs on load) */
.ur-smartech-enter {
  opacity: 0;
  animation: ur-smartech-enter-up 800ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.ur-smartech-enter--30 { animation-name: ur-smartech-enter-up-30; }

@keyframes ur-smartech-enter-up-30 {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes ur-smartech-enter-up {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes ur-smartech-enter-fade {
  from { opacity: 0; }
  to { opacity: 1; }
}
.ur-smartech-enter--fade { animation-name: ur-smartech-enter-fade; }

.ur-smartech-delay-200 { animation-delay: 200ms; }
.ur-smartech-delay-500 { animation-delay: 500ms; }
.ur-smartech-delay-800 { animation-delay: 800ms; }
.ur-smartech-delay-1100 { animation-delay: 1100ms; }
.ur-smartech-delay-1500 { animation-delay: 1500ms; }

@media (prefers-reduced-motion: reduce) {
  .ur-smartech-reveal { opacity: 1; transform: none; transition: none; }
  .ur-smartech-enter { opacity: 1; animation: none; }
}
