/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@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;
    --container-md: 28rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-light: 300;
    --font-weight-bold: 700;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    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;
    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 {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  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 {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :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)) {
        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, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .size-2 {
    width: calc(var(--spacing) * 2);
    height: calc(var(--spacing) * 2);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-full {
    width: 100%;
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .shrink {
    flex-shrink: 1;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .text-center {
    text-align: center;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .ordinal {
    --tw-ordinal: ordinal;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .underline {
    text-decoration-line: underline;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .grayscale {
    --tw-grayscale: grayscale(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .select-all {
    -webkit-user-select: all;
    user-select: all;
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
}
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
:root {
  --gold: #F9CB16;
  --gold-light: #FDE474;
  --gold-dark: #D4A90E;
  --green: #1B8C4E;
  --green-light: #4DB87A;
  --font-h: 'Bricolage Grotesque', -apple-system, sans-serif;
  --font-b: 'Instrument Sans', -apple-system, sans-serif;
  --font-m: 'DM Mono', monospace;
}
:root, [data-theme="dark"] {
  --bg: #1A1A1A;
  --bg-deep: #000000;
  --bg-card: #2D2D2D;
  --bg-warm: #FAF7F0;
  --text-primary: #FFFFFF;
  --text-body: #E5E5E5;
  --text-muted: #6B6B6B;
  --border: rgba(255,255,255,0.06);
  --border-hover: rgba(249,203,22,0.15);
  --nav-bg: rgba(0,0,0,0.85);
  --nav-mob-bg: rgba(0,0,0,0.95);
  --outline-border: rgba(255,255,255,0.12);
  --outline-hover-bg: rgba(255,255,255,0.04);
  --outline-hover-border: rgba(255,255,255,0.25);
  --price-line: rgba(255,255,255,0.04);
  --price-x: #2D2D2D;
  --phone-shell: #1A1A1A;
  --phone-border: #2D2D2D;
  --logo-light: inline;
  --logo-dark: none;
  --warm-text: #1A1A1A;
  --warm-muted: #6B6B6B;
  --warm-label: #D4A90E;
  --warm-card-bg: #2D2D2D;
  --warm-card-border: rgba(255,255,255,0.06);
}
[data-theme="light"] {
  --bg: #FFFFFF;
  --bg-deep: #F5F0EB;
  --bg-card: #FFFFFF;
  --bg-warm: #FFF8EE;
  --text-primary: #1C1816;
  --text-body: #453E38;
  --text-muted: #8A7F75;
  --border: rgba(28,24,22,0.1);
  --border-hover: rgba(212,169,14,0.35);
  --nav-bg: rgba(255,255,255,0.92);
  --nav-mob-bg: rgba(255,255,255,0.97);
  --outline-border: rgba(28,24,22,0.18);
  --outline-hover-bg: rgba(28,24,22,0.04);
  --outline-hover-border: rgba(28,24,22,0.35);
  --price-line: rgba(28,24,22,0.08);
  --price-x: #D6CDC4;
  --phone-shell: #F5F0EB;
  --phone-border: #D6CDC4;
  --logo-light: none;
  --logo-dark: inline;
  --warm-text: #1C1816;
  --warm-muted: #8A7F75;
  --warm-label: #B87D09;
  --warm-card-bg: #FFFFFF;
  --warm-card-border: #E8E0D8;
}
[data-theme="light"] .nav-links a {
  color: #7A706A;
}
[data-theme="light"] .nav-links a:hover {
  color: #1A1A1A;
}
[data-theme="light"] .nav-toggle {
  color: #1A1A1A;
}
[data-theme="light"] .hero h1 em {
  color: #D4A90E;
}
[data-theme="light"] .btn-gold {
  color: #1A1A1A;
}
[data-theme="light"] .btn-gold:hover {
  color: #1A1A1A;
}
.nav-logo-light {
  display: var(--logo-light);
}
.nav-logo-dark {
  display: var(--logo-dark);
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: var(--font-b);
  color: var(--text-body);
  line-height: 1.65;
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  transition: background 0.3s, color 0.3s;
}
h1,h2,h3,h4,h5 {
  font-family: var(--font-h);
  font-weight: 700;
  line-height: 1.1;
  color: var(--text-primary);
}
a {
  color: var(--gold);
  text-decoration: none;
  transition: color 0.15s;
}
a:hover {
  color: var(--gold-light);
}
.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: var(--nav-bg);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  padding: 0.9rem 0;
  transition: background 0.3s;
}
.nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo {
  display: flex;
  align-items: center;
}
.nav-links {
  display: flex;
  gap: 2.25rem;
  align-items: center;
}
.nav-links > a, .nav-dropdown-trigger {
  color: var(--text-muted);
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.15s;
}
.nav-links > a:hover, .nav-dropdown-trigger:hover {
  color: var(--text-primary);
}
.nav-links > a.active, .nav-dropdown-trigger.active {
  color: var(--gold);
}
.nav-cta {
  background: var(--gold);
  color: #1A1A1A !important;
  font-family: var(--font-h);
  font-weight: 700;
  padding: 0.55rem 1.4rem;
  border-radius: 8px;
  font-size: 0.88rem;
}
.nav-cta:hover {
  background: var(--gold-light);
  color: #1A1A1A !important;
}
.nav-toggle {
  display: none;
  background: none;
  border: none;
  color: var(--text-primary);
  font-size: 1.5rem;
  cursor: pointer;
}
.nav-dropdown {
  position: relative;
}
.nav-dropdown-trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  cursor: pointer;
}
.nav-dropdown-chevron {
  transition: transform 0.2s;
}
.nav-dropdown:hover .nav-dropdown-chevron {
  transform: rotate(180deg);
}
.nav-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(4px);
  min-width: 200px;
  padding-top: 0.75rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0.2s, transform 0.2s;
  z-index: 110;
}
.nav-dropdown:hover .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.nav-dropdown-menu::before {
  content: '';
  position: absolute;
  top: 0.75rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(0,0,0,0.2);
  z-index: -1;
}
.nav-dropdown-accent {
  height: 2px;
  background: var(--gold);
  border-radius: 2px 2px 0 0;
  margin: 0.75rem 0.75rem 0;
}
.nav-dropdown-item {
  display: block;
  padding: 0.65rem 1.25rem;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--text-muted);
  text-decoration: none;
  border-left: 2px solid transparent;
  transition: all 0.15s;
}
.nav-dropdown-item:hover {
  color: var(--text-primary);
  background: rgba(249,203,22,0.04);
  border-left-color: var(--gold);
  padding-left: 1.4rem;
}
.nav-dropdown-item.active {
  color: var(--gold);
  border-left-color: var(--gold);
}
.nav-dropdown-item:last-child {
  border-radius: 0 0 12px 12px;
}
.theme-toggle {
  background: none;
  border: 1px solid var(--border);
  color: var(--text-muted);
  width: 36px;
  height: 36px;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  transition: border-color 0.2s, color 0.2s;
}
.theme-toggle:hover {
  border-color: var(--border-hover);
  color: var(--gold);
}
.theme-toggle .icon-sun {
  display: none;
}
.theme-toggle .icon-moon {
  display: inline;
}
[data-theme="light"] .theme-toggle .icon-sun {
  display: inline;
}
[data-theme="light"] .theme-toggle .icon-moon {
  display: none;
}
.hero {
  min-height: 100vh;
  padding: 10rem 0 6rem;
  display: flex;
  align-items: center;
  background: var(--bg-deep);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(249,203,22,0.06);
  border: 1px solid rgba(249,203,22,0.12);
  border-radius: 50px;
  padding: 0.4rem 1rem;
  margin-bottom: 1.75rem;
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--gold);
}
.hero-badge-dot {
  width: 6px;
  height: 6px;
  background: var(--gold);
  border-radius: 50%;
}
.hero h1 {
  font-size: clamp(2.5rem, 5vw, 3.75rem);
  font-weight: 800;
  margin-bottom: 1.5rem;
  letter-spacing: -0.03em;
}
.hero h1 em {
  color: var(--gold);
  font-style: normal;
}
.hero-sub {
  font-size: 1.1rem;
  color: var(--text-muted);
  margin-bottom: 2.5rem;
  max-width: 480px;
  line-height: 1.7;
}
.hero-ctas {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.btn {
  font-family: var(--font-h);
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.85rem 2rem;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.2s;
  text-decoration: none;
}
.btn-gold {
  background: var(--gold);
  color: var(--black);
}
.btn-gold:hover {
  background: var(--gold-light);
  color: var(--black);
  transform: translateY(-2px);
}
.btn-outline {
  background: transparent;
  color: var(--text-primary);
  border: 1.5px solid var(--outline-border);
}
.btn-outline:hover {
  background: var(--outline-hover-bg);
  border-color: var(--outline-hover-border);
  color: var(--text-primary);
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  font-size: 0.88rem;
}
.phone-col {
  position: relative;
}
.phone {
  width: 280px;
  height: 580px;
  margin: 0 auto;
  background: #1a1a1a;
  border-radius: 36px;
  padding: 4px;
  box-shadow: 0 0 0 2px #333, 0 25px 60px rgba(0,0,0,0.4), 0 10px 25px rgba(0,0,0,0.3);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transform: perspective(900px) rotateY(-4deg) rotateX(2deg);
}
.phone-status {
  background: #075E54;
  padding: 0.35rem 0.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 32px 32px 0 0;
  color: white;
  font-size: 0.6rem;
  font-weight: 600;
}
.phone-status-icons {
  display: flex;
  gap: 0.3rem;
  align-items: center;
  color: white;
}
.wa-bar {
  background: #075E54;
  padding: 0.45rem 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.wa-back {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.wa-ava {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  flex-shrink: 0;
  background: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-h);
  font-weight: 800;
  font-size: 0.65rem;
  color: #1a1a1a;
}
.wa-header-text {
  flex: 1;
  min-width: 0;
}
.wa-name {
  color: white;
  font-size: 0.72rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wa-actions {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  flex-shrink: 0;
}
.wa-chat {
  flex: 1;
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  overflow: hidden;
  background: #ECE5DD url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 5c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm-15 10c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm30 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm-15 15c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1z' fill='%23d4ccb8' fill-opacity='0.3'/%3E%3C/svg%3E");
}
.msg {
  max-width: 85%;
  padding: 0.35rem 0.55rem;
  border-radius: 7px;
  font-size: 0.58rem;
  line-height: 1.4;
  color: #111;
}
.msg-out {
  background: #DCF8C6;
  align-self: flex-end;
  border-bottom-right-radius: 2px;
}
.msg-in {
  background: white;
  align-self: flex-start;
  border-bottom-left-radius: 2px;
}
.msg-time {
  font-size: 0.45rem;
  color: #999;
  text-align: right;
  margin-top: 2px;
}
.msg-btns {
  display: flex;
  gap: 3px;
  margin-top: 3px;
}
.msg-btn {
  background: rgba(27,140,78,0.08);
  color: var(--green);
  border: 1px solid rgba(27,140,78,0.2);
  padding: 2px 5px;
  border-radius: 5px;
  font-size: 0.5rem;
  font-weight: 600;
  flex: 1;
  text-align: center;
}
.msg-ok {
  background: rgba(27,140,78,0.06);
  border-left: 2px solid var(--green);
  padding: 0.35rem 0.55rem;
  border-radius: 0 7px 7px 0;
}
.msg-ok strong {
  color: var(--green);
  font-size: 0.55rem;
}
.wa-input {
  background: #ECE5DD;
  padding: 0.35rem 0.5rem 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  border-radius: 0 0 32px 32px;
  margin-top: auto;
}
.wa-input-field {
  flex: 1;
  background: white;
  border-radius: 24px;
  padding: 0.45rem 0.7rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.wa-input-placeholder {
  flex: 1;
  font-size: 0.65rem;
  color: #8a8a8a;
}
.wa-input-mic {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.section {
  padding: 6rem 0;
}
.section-dark {
  background: var(--bg-deep);
}
.section-warm {
  background: var(--bg-deep);
  color: var(--text-body);
}
.section-warm h2, .section-warm h3, .section-warm h4 {
  color: var(--text-primary);
}
.section-warm p {
  color: var(--text-muted);
}
.section-warm .section-label {
  color: var(--warm-label);
}
[data-theme="light"] .section-warm {
  background: var(--bg-warm);
}
.bw-card h4 {
  color: var(--text-primary);
}
.section-label {
  font-family: var(--font-m);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--gold);
  margin-bottom: 0.75rem;
}
.section-title {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}
.section-desc {
  font-size: 1rem;
  color: var(--text-muted);
  max-width: 520px;
  margin: 0 auto 3.5rem;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.step {
  text-align: center;
  padding: 2.25rem 1.5rem;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 16px;
  transition: border-color 0.2s;
}
.step:hover {
  border-color: var(--border-hover);
}
.step-num {
  font-family: var(--font-m);
  font-size: 0.95rem;
  color: var(--gold);
  margin-bottom: 1.25rem;
  letter-spacing: 0.1em;
}
.step h3 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
.step p {
  font-size: 0.9rem;
  color: var(--text-muted);
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.features-grid .feat:last-child:nth-child(3n+1) {
  grid-column: span 2;
}
.features-grid .feat:last-child:nth-child(3n+2) {
  grid-column: span 2;
}
.feat {
  padding: 1.75rem;
  border-radius: 16px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  transition: border-color 0.2s;
}
.feat:hover {
  border-color: var(--border-hover);
}
.feat-icon {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
  display: block;
}
.feat h3 {
  font-size: 1rem;
  margin-bottom: 0.35rem;
}
.feat p {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.55;
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  align-items: start;
}
.price-card {
  border-radius: 16px;
  padding: 2rem 1.5rem;
  background: var(--bg-card);
  border: 1px solid var(--border);
  position: relative;
  transition: border-color 0.2s;
}
.price-card:hover {
  border-color: var(--border-hover);
}
.price-card.pop {
  border-color: var(--gold);
}
.pop-tag {
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gold);
  color: var(--black);
  font-family: var(--font-h);
  font-weight: 700;
  font-size: 0.65rem;
  padding: 0.3rem 1rem;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.price-name {
  font-family: var(--font-h);
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--text-primary);
  margin-bottom: 0.25rem;
}
.price-desc {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-bottom: 1rem;
}
.price-val {
  font-family: var(--font-h);
  font-weight: 800;
  font-size: 2.5rem;
  color: var(--text-primary);
}
.price-val .cur {
  font-size: 0.9rem;
  font-weight: 600;
  vertical-align: super;
}
.price-val .per {
  font-size: 0.8rem;
  font-weight: 400;
  color: var(--text-muted);
}
.price-line {
  height: 1px;
  background: var(--price-line);
  margin: 1.25rem 0;
}
.price-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}
.price-list li {
  font-size: 0.84rem;
  padding: 0.3rem 0;
  display: flex;
  gap: 0.5rem;
  color: var(--text-body);
}
.price-list .ck {
  color: var(--green);
  font-weight: 700;
}
.price-list .x {
  color: var(--price-x);
}
.price-btn {
  width: 100%;
  text-align: center;
  justify-content: center;
}
.bw-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.bw-card {
  text-align: center;
  padding: 2rem 1.5rem;
  background: var(--warm-card-bg);
  border: 1px solid var(--warm-card-border);
  border-radius: 16px;
  transition: border-color 0.2s;
}
.bw-card:hover {
  border-color: var(--gold);
}
.bw-card h4 {
  color: var(--text-primary);
  font-size: 0.95rem;
  margin-bottom: 0.25rem;
}
.bw-card p {
  color: var(--text-muted);
  font-size: 0.88rem;
}
.bw-card-accent {
  display: block;
  width: 32px;
  height: 3px;
  background: var(--gold);
  border-radius: 2px;
  margin: 0 auto 1rem;
}
.hc-card {
  max-width: 840px;
  margin: 0 auto;
  padding: 2.5rem;
  border-radius: 16px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 2rem;
}
.hc-card h3 {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}
.hc-card p {
  color: var(--text-muted);
  margin-bottom: 0.25rem;
  font-size: 0.92rem;
}
.hc-price {
  font-family: var(--font-h);
  font-weight: 700;
  color: var(--gold);
  font-size: 1rem;
}
.legal {
  padding: 8rem 0 4rem;
  background: var(--bg);
}
.legal-header {
  margin-bottom: 2rem;
}
.legal-header h1 {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  margin-bottom: 0.5rem;
}
.legal-updated {
  font-family: var(--font-m);
  font-size: 0.8rem;
  color: var(--text-muted);
}
.legal-intro {
  font-size: 1rem;
  color: var(--text-body);
  max-width: 720px;
  line-height: 1.75;
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid var(--border);
}
.legal-section {
  margin-bottom: 2rem;
}
.legal-section h2 {
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
}
.legal-body h3 {
  font-size: 1rem;
  font-weight: 600;
  margin: 1rem 0 0.4rem;
}
.legal-body p {
  font-size: 0.92rem;
  color: var(--text-body);
  line-height: 1.7;
  margin-bottom: 0.75rem;
  max-width: 720px;
}
.legal-body ul, .legal-body ol {
  margin: 0.5rem 0 1rem 1.25rem;
  padding-left: 1rem;
  max-width: 720px;
}
.legal-body ul {
  list-style: disc;
}
.legal-body ol {
  list-style: decimal;
}
.legal-body li {
  font-size: 0.92rem;
  color: var(--text-body);
  line-height: 1.7;
  margin-bottom: 0.3rem;
}
.legal-body a {
  color: var(--gold);
}
.legal-body a:hover {
  color: var(--gold-light);
}
.legal-contact ul {
  list-style: none;
  padding: 0;
  margin: 0.75rem 0;
}
.legal-contact li {
  font-size: 0.92rem;
  color: var(--text-body);
  margin-bottom: 0.4rem;
}
.legal-contact a {
  color: var(--gold);
}
.contact-hero {
  padding: 10rem 0 3rem;
  background: var(--bg-deep);
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 3rem;
  align-items: start;
}
.contact-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.contact-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem;
  border-radius: 12px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  transition: border-color 0.2s;
}
.contact-card:hover {
  border-color: var(--border-hover);
}
.contact-card-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(249,203,22,0.08);
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact-card h4 {
  font-family: var(--font-h);
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 0.15rem;
}
.contact-card a, .contact-card span {
  font-size: 0.88rem;
  color: var(--text-muted);
}
.contact-card a:hover {
  color: var(--gold);
}
.contact-form-wrapper {
  padding: 2rem;
  border-radius: 16px;
  background: var(--bg-card);
  border: 1px solid var(--border);
}
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.form-label {
  font-family: var(--font-m);
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-muted);
}
.form-input {
  width: 100%;
  padding: 0.7rem 0.85rem;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 8px;
  color: var(--text-primary);
  font-family: var(--font-b);
  font-size: 0.9rem;
  transition: border-color 0.2s;
}
.form-input:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(249,203,22,0.1);
}
.form-input::placeholder {
  color: var(--text-muted);
  opacity: 0.6;
}
textarea.form-input {
  resize: vertical;
  min-height: 100px;
}
select.form-input {
  cursor: pointer;
}
.form-group .error, .form-group ul {
  color: #e74c3c;
  font-size: 0.78rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer {
  background: var(--bg-deep);
  border-top: 1px solid var(--border);
  padding: 4rem 0 2rem;
  color: var(--text-muted);
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
}
.footer-brand {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
}
.footer-brand-logo {
  flex-shrink: 0;
}
.footer-brand-text p {
  font-size: 0.88rem;
  max-width: 260px;
}
.footer-tagline {
  color: var(--gold);
  font-size: 0.85rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.footer h5 {
  font-family: var(--font-h);
  font-weight: 700;
  color: var(--text-primary);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}
.footer-links {
  list-style: none;
  padding: 0;
}
.footer-links li {
  margin-bottom: 0.45rem;
}
.footer-links a {
  color: var(--text-muted);
  font-size: 0.88rem;
}
.footer-links a:hover, .footer-links a.active {
  color: var(--gold);
}
.footer-bottom {
  border-top: 1px solid var(--border);
  padding-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  font-size: 0.78rem;
  font-family: var(--font-m);
}
@media (max-width: 992px) {
  .hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .hero-sub {
    margin: 0 auto 2.5rem;
  }
  .hero-ctas {
    justify-content: center;
  }
  .phone-col {
    display: none;
  }
  .pricing-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .industry-hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .contact-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .nav-links {
    display: none;
  }
  .nav-toggle {
    display: block;
  }
  .nav-links.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--nav-mob-bg);
    backdrop-filter: blur(12px);
    padding: 1rem 1.5rem 1.5rem;
    gap: 1rem;
    border-top: 1px solid var(--border);
  }
  .nav-dropdown {
    position: static;
  }
  .nav-dropdown-trigger {
    width: 100%;
  }
  .nav-dropdown-chevron {
    display: none;
  }
  .nav-dropdown-menu {
    position: static !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    padding-top: 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    margin-top: 0.25rem;
  }
  .nav-dropdown-menu::before {
    display: none;
  }
  .nav-dropdown-accent {
    display: none;
  }
  .nav-dropdown-item {
    padding: 0.4rem 0 0.4rem 1rem;
    border-left: 2px solid var(--border);
    font-size: 0.85rem;
  }
  .nav-dropdown-item:hover {
    padding-left: 1.2rem;
    border-left-color: var(--gold);
  }
  .nav-dropdown-item.active {
    border-left-color: var(--gold);
    color: var(--gold);
  }
  .nav-dropdown-item:last-child {
    border-radius: 0;
  }
  .section {
    padding: 4.5rem 0;
  }
  .steps, .features-grid, .bw-grid {
    grid-template-columns: 1fr;
  }
  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 380px;
    margin: 0 auto;
  }
  .hc-card {
    flex-direction: column;
    text-align: center;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .footer-brand {
    grid-template-columns: 1fr;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
  }
}
.industry-hero {
  padding: 10rem 0 4rem;
  background: var(--bg-deep);
}
.industry-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
.industry-hero-title {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 1.25rem;
  letter-spacing: -0.02em;
}
.industry-hero-title em {
  color: var(--gold);
  font-style: normal;
}
.industry-hero-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}
.industry-hero-img {
  width: 100%;
  border-radius: 16px;
}
.industry-illustration {
  width: 100%;
  max-width: 400px;
  height: auto;
}
.industry-pain-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  text-align: left;
  margin-top: 2.5rem;
}
.industry-pain-grid .industry-pain-card:last-child:nth-child(3n+1) {
  grid-column: span 2;
}
.industry-pain-grid .industry-pain-card:last-child:nth-child(3n+2) {
  grid-column: span 2;
}
.industry-pain-card {
  padding: 1.75rem;
  border-radius: 16px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  transition: border-color 0.2s;
}
.industry-pain-card:hover {
  border-color: var(--border-hover);
}
.industry-pain-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(249,203,22,0.08);
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
}
.industry-pain-card h3 {
  font-size: 1rem;
  margin-bottom: 0.35rem;
}
.industry-pain-card p {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.55;
}
.industries-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
.industries-grid .industry-teaser:last-child:nth-child(odd) {
  grid-column: span 2;
}
.industries-grid--3 {
  grid-template-columns: repeat(3, 1fr);
}
.industries-grid--3 .industry-teaser:last-child:nth-child(odd) {
  grid-column: auto;
}
.industries-grid--3 .industry-teaser:last-child:nth-child(3n+1) {
  grid-column: span 3;
}
.industries-grid--3 .industry-teaser:last-child:nth-child(3n+2) {
  grid-column: span 2;
}
.industry-teaser {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
  background: var(--bg-card);
  border: 1px solid var(--border);
  transition: border-color 0.2s, transform 0.2s;
  text-decoration: none;
  color: inherit;
}
.industry-teaser:hover {
  border-color: var(--border-hover);
  transform: translateY(-2px);
  color: inherit;
}
.industry-teaser-media {
  aspect-ratio: 16/9;
  overflow: hidden;
  background: var(--bg-deep);
}
.industry-teaser-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.industry-teaser:hover .industry-teaser-media img {
  transform: scale(1.03);
}
.industry-teaser-body {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.industry-teaser-body h3 {
  font-size: 1.05rem;
  margin-bottom: 0.35rem;
  color: var(--text-primary);
}
.industry-teaser-body p {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.55;
  flex: 1;
}
.industry-teaser-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-family: var(--font-h);
  font-weight: 600;
  font-size: 0.85rem;
  color: var(--gold);
  margin-top: 0.75rem;
}
.industry-teaser:hover .industry-teaser-link {
  color: var(--gold-light);
}
.industry-cta {
  max-width: 600px;
  margin: 0 auto;
  padding: 3rem 0;
}
.faq-hero-icon {
  margin: 0 auto 1.5rem;
  width: 80px;
  height: 80px;
}
.faq-hero-icon svg {
  width: 100%;
  height: 100%;
}
.faq-category {
  margin-bottom: 2.5rem;
}
.faq-category-title {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--border);
}
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.faq-item {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  transition: border-color 0.2s;
}
.faq-item:hover {
  border-color: var(--border-hover);
}
.faq-item[open] {
  border-color: rgba(249,203,22,0.2);
}
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.25rem;
  cursor: pointer;
  font-family: var(--font-h);
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--text-primary);
  list-style: none;
}
.faq-question::-webkit-details-marker {
  display: none;
}
.faq-question::marker {
  display: none;
  content: '';
}
.faq-chevron {
  flex-shrink: 0;
  color: var(--text-muted);
  transition: transform 0.2s;
}
.faq-item[open] .faq-chevron {
  transform: rotate(180deg);
}
.faq-answer {
  padding: 0 1.25rem 1.25rem;
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.7;
}
.faq-answer p {
  margin-bottom: 0.5rem;
}
.faq-answer ul, .faq-answer ol {
  margin: 0.5rem 0 0.75rem 1.25rem;
  padding-left: 1rem;
}
.faq-answer ul {
  list-style: disc;
}
.faq-answer ol {
  list-style: decimal;
}
.faq-answer li {
  margin-bottom: 0.25rem;
}
.faq-answer a {
  color: var(--gold);
}
@media (max-width: 992px) {
  .industry-hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .industries-grid--3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .industry-hero {
    padding: 8rem 0 3rem;
  }
  .industry-hero-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }
  .industry-hero-visual {
    display: none;
  }
  .industry-pain-grid {
    grid-template-columns: 1fr;
  }
  .industries-grid, .industries-grid--3 {
    grid-template-columns: 1fr;
  }
  .contact-hero {
    padding: 8rem 0 2rem;
  }
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .industry-pain-card:last-child, .feat:last-child, .industry-teaser:last-child {
    grid-column: auto !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    transition-duration: 0.01ms !important;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
    }
  }
}
