/*! tailwindcss v4.2.1 | 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;
    --ease-out: cubic-bezier(0, 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;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-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 {
  .static {
    position: static;
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .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;
    }
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --primary: #4f46e5;
  --primary-dark: #4338ca;
  --accent: #0ea5e9;
  --accent-dark: #0284c7;
  --text-primary: #0f172a;
  --text-secondary: #475569;
  --bg: #ffffff;
  --surface: #f8fafc;
}
body {
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  background: var(--bg);
  color: var(--text-primary);
  line-height: 1.6;
  overflow-x: hidden;
}
h1, h2, h3 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700;
  line-height: 1.2;
}
.b4-anim-pending {
  opacity: 0 !important;
}
@keyframes b4-blurIn {
  from {
    opacity: 0;
    filter: blur(12px);
  }
  to {
    opacity: 1;
    filter: none;
  }
}
@keyframes b4-slideUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes b4-flipUp {
  from {
    opacity: 0;
    transform: perspective(600px) rotateX(15deg) translateY(20px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 80px;
}
@media (max-width: 767px) {
  .container {
    padding: 10px 20px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .container {
    padding: 20px 40px;
  }
}
.hero {
  text-align: center;
  padding: 100px 80px 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .hero {
    padding: 80px 20px 40px;
  }
}
.hero-tag {
  font-size: 12px;
  color: var(--primary);
  font-weight: 400;
  text-transform: none;
}
.hero h1 {
  font-size: 48px;
  color: var(--text-primary);
  max-width: 572px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .hero h1 {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .hero h1 {
    font-size: 40px;
  }
}
.hero-subtitle {
  font-size: 16px;
  color: var(--text-secondary);
  max-width: 356px;
  margin: 0 auto;
  line-height: 1.5;
}
.hero-buttons {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .hero-buttons {
    flex-direction: column;
    width: 100%;
  }
}
.btn {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 16px;
  padding: 12px 16px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: transform 300ms ease, box-shadow 300ms ease, filter 300ms ease;
  font-weight: 400;
}
.btn-primary {
  background: var(--accent);
  color: #f8fafc;
}
.btn-primary:hover {
  background: var(--accent-dark);
  transform: scale(1.05);
}
.btn-secondary {
  background: transparent;
  color: var(--text-primary);
  border: 1px solid var(--text-secondary);
}
.btn-secondary:hover {
  border-color: var(--primary);
  transform: scale(1.05);
}
.product-showcase {
  max-width: 1200px;
  margin: 0 auto;
  padding: 78px;
  position: relative;
  background: var(--surface);
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .product-showcase {
    padding: 20px;
  }
}
.product-showcase::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('data:image/svg+xml,%3Csvg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg fill="%234f46e5" fill-opacity="0.05"%3E%3Cpath d="M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z"/%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
  opacity: 0.32;
  pointer-events: none;
}
.product-image-wrapper {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.15);
}
.product-image {
  width: 100%;
  height: auto;
  display: block;
}
.features {
  padding: 80px 80px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .features {
    padding: 40px 20px;
  }
}
.section-tag {
  display: inline-block;
  font-size: 12px;
  color: var(--primary);
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.features h2 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .features h2 {
    font-size: 28px;
    margin-bottom: 40px;
  }
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
}
@media (max-width: 767px) {
  .features-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.feature-card {
  background: var(--surface);
  padding: 30px;
  border-radius: 12px;
  border: 1px solid rgba(71, 85, 105, 0.1);
  transition: transform 300ms ease, box-shadow 300ms ease;
}
.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.1);
}
.feature-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  color: white;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 20px;
}
.feature-card h3 {
  font-size: 20px;
  margin-bottom: 12px;
}
.feature-card p {
  color: var(--text-secondary);
  line-height: 1.6;
  font-size: 15px;
}
.how-it-works {
  padding: 80px 80px;
  background: var(--surface);
}
@media (max-width: 767px) {
  .how-it-works {
    padding: 40px 20px;
  }
}
.how-it-works h2 {
  text-align: center;
  font-size: 40px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .how-it-works h2 {
    font-size: 28px;
    margin-bottom: 40px;
  }
}
.steps {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  gap: 40px;
}
.step {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .step {
    flex-direction: column;
    gap: 20px;
  }
}
.step-number {
  min-width: 60px;
  width: 60px;
  height: 60px;
  background: var(--primary);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 24px;
  font-weight: 700;
  flex-shrink: 0;
}
.step-content h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.step-content p {
  color: var(--text-secondary);
  line-height: 1.6;
}
.pricing {
  padding: 80px 80px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .pricing {
    padding: 40px 20px;
  }
}
.pricing h2 {
  text-align: center;
  font-size: 40px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .pricing h2 {
    font-size: 28px;
  }
}
.pricing-subtitle {
  text-align: center;
  color: var(--text-secondary);
  margin-bottom: 60px;
  font-size: 16px;
}
.pricing-card {
  max-width: 600px;
  margin: 0 auto;
  background: white;
  border: 2px solid var(--primary);
  border-radius: 16px;
  padding: 50px;
  box-shadow: 0 20px 60px rgba(79, 70, 229, 0.1);
}
@media (max-width: 767px) {
  .pricing-card {
    padding: 30px 20px;
  }
}
.price-amount {
  text-align: center;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 60px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .price-amount {
    font-size: 48px;
  }
}
.price-period {
  text-align: center;
  color: var(--text-secondary);
  font-size: 18px;
  margin-bottom: 40px;
}
.price-example {
  background: var(--surface);
  padding: 30px;
  border-radius: 12px;
  margin-top: 30px;
}
.price-example h4 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 16px;
  margin-bottom: 20px;
}
.price-row {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid rgba(71, 85, 105, 0.1);
  color: var(--text-secondary);
  font-size: 15px;
}
.price-row:last-child {
  border-bottom: none;
  padding-top: 20px;
  margin-top: 10px;
  border-top: 2px solid rgba(71, 85, 105, 0.1);
  font-weight: 600;
  color: var(--text-primary);
}
.price-note {
  text-align: center;
  color: var(--text-secondary);
  font-size: 14px;
  margin-top: 20px;
  font-style: italic;
}
.cta-section {
  padding: 80px 80px;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  text-align: center;
}
@media (max-width: 767px) {
  .cta-section {
    padding: 60px 20px;
  }
}
.cta-section h2 {
  color: white;
  font-size: 40px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cta-section h2 {
    font-size: 28px;
  }
}
.cta-section p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  margin-bottom: 40px;
}
.cta-form {
  max-width: 600px;
  margin: 0 auto;
}
.cta-form-row {
  display: flex;
  gap: 10px;
  max-width: 500px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cta-form-row {
    flex-direction: column;
  }
}
.cta-form-row input {
  flex: 1;
  padding: 15px 20px;
  border-radius: 6px;
  border: none;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
}
.cta-form-row input:focus {
  outline: 2px solid white;
}
.cta-form-row button {
  background: white;
  color: var(--primary);
  font-weight: 600;
}
.cta-form-row button:hover {
  background: var(--surface);
}
.cta-form-row button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.cta-questions {
  max-width: 600px;
  margin: 0 auto 0;
  text-align: left;
}
.questions-divider {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0 0 24px;
}
.questions-intro {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  text-align: center;
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.question-group {
  margin-bottom: 22px;
}
.question-title {
  color: white;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}
.checkbox-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
@media (max-width: 767px) {
  .checkbox-grid {
    grid-template-columns: 1fr;
  }
}
.checkbox-grid label, .radio-grid label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  cursor: pointer;
  line-height: 1.4;
}
.cta-questions textarea {
  width: 100%;
  padding: 12px 16px;
  border-radius: 6px;
  border: none;
  background: rgba(255, 255, 255, 0.15);
  color: white;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  resize: vertical;
  min-height: 80px;
}
.cta-questions textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.cta-questions textarea:focus {
  outline: 2px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.2);
}
.form-message {
  margin-top: 20px;
  padding: 15px 20px;
  border-radius: 6px;
  font-size: 15px;
  text-align: center;
}
.form-message.success {
  background: rgba(16, 185, 129, 0.2);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.form-message.error {
  background: rgba(239, 68, 68, 0.2);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
footer {
  text-align: center;
  padding: 40px 20px;
  color: var(--text-secondary);
  font-size: 14px;
}
@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-ease {
  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-ease: initial;
    }
  }
}
