/*
 * SELAH Marketing Landing Page — Standalone CSS
 *
 * All rules are scoped under .landing-page to prevent leakage
 * into the SELAH application UI. This file does NOT use or inherit
 * from SELAH's style.css or base.html styles.
 *
 * Generated from Figma Make export (React/Tailwind v4 source).
 * Equivalent Tailwind utility classes compiled as plain CSS.
 */

/* ================================================================
   RESET — scoped to .landing-page only
   ================================================================ */
.landing-page,
.landing-page *,
.landing-page *::before,
.landing-page *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.landing-page {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #111827;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100vh;
}

.landing-page svg {
  display: block;
}

.landing-page a {
  color: inherit;
}

/* ================================================================
   LAYOUT UTILITIES
   ================================================================ */

/* Display */
.landing-page .block { display: block; }
.landing-page .inline-block { display: inline-block; }
.landing-page .inline-flex { display: inline-flex; }
.landing-page .flex { display: flex; }
.landing-page .hidden { display: none; }
.landing-page .grid { display: grid; }
.landing-page .fixed { position: fixed; }
.landing-page .absolute { position: absolute; }
.landing-page .relative { position: relative; }

/* Position */
.landing-page .top-0 { top: 0; }
.landing-page .top-12 { top: 3rem; }
.landing-page .left-0 { left: 0; }
.landing-page .right-0 { right: 0; }

/* Z-index */
.landing-page .z-10 { z-index: 10; }
.landing-page .z-50 { z-index: 50; }

/* Overflow */
.landing-page .overflow-hidden { overflow: hidden; }

/* Flex */
.landing-page .flex-wrap { flex-wrap: wrap; }
.landing-page .flex-shrink-0 { flex-shrink: 0; }
.landing-page .items-center { align-items: center; }
.landing-page .items-start { align-items: flex-start; }
.landing-page .justify-between { justify-content: space-between; }
.landing-page .justify-center { justify-content: center; }

/* Gap */
.landing-page .gap-1\.5 { gap: 0.375rem; }
.landing-page .gap-2 { gap: 0.5rem; }
.landing-page .gap-3 { gap: 0.75rem; }
.landing-page .gap-4 { gap: 1rem; }
.landing-page .gap-6 { gap: 1.5rem; }
.landing-page .gap-8 { gap: 2rem; }
.landing-page .gap-12 { gap: 3rem; }
.landing-page .gap-16 { gap: 4rem; }

/* Grid columns */
.landing-page .grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.landing-page .grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.landing-page .grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.landing-page .grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

/* ================================================================
   SPACING
   ================================================================ */

/* Width */
.landing-page .w-1\.5 { width: 0.375rem; }
.landing-page .w-3 { width: 0.75rem; }
.landing-page .w-3\.5 { width: 0.875rem; }
.landing-page .w-4 { width: 1rem; }
.landing-page .w-5 { width: 1.25rem; }
.landing-page .w-6 { width: 1.5rem; }
.landing-page .w-8 { width: 2rem; }
.landing-page .w-10 { width: 2.5rem; }
.landing-page .w-12 { width: 3rem; }
.landing-page .w-16 { width: 4rem; }
.landing-page .w-24 { width: 6rem; }
.landing-page .w-full { width: 100%; }

/* Height */
.landing-page .h-1\.5 { height: 0.375rem; }
.landing-page .h-3 { height: 0.75rem; }
.landing-page .h-3\.5 { height: 0.875rem; }
.landing-page .h-4 { height: 1rem; }
.landing-page .h-5 { height: 1.25rem; }
.landing-page .h-6 { height: 1.5rem; }
.landing-page .h-8 { height: 2rem; }
.landing-page .h-10 { height: 2.5rem; }
.landing-page .h-12 { height: 3rem; }
.landing-page .h-14 { height: 3.5rem; }
.landing-page .h-16 { height: 4rem; }
.landing-page .h-24 { height: 6rem; }
.landing-page .h-64 { height: 16rem; }
.landing-page .h-\[2px\] { height: 2px; }

/* Auto sizing */
.landing-page .w-auto { width: auto; }

/* Max-width */
.landing-page .max-w-\[800px\] { max-width: 800px; }
.landing-page .max-w-\[900px\] { max-width: 900px; }
.landing-page .max-w-\[1000px\] { max-width: 1000px; }
.landing-page .max-w-\[1200px\] { max-width: 1200px; }
.landing-page .max-w-xs { max-width: 20rem; }
.landing-page .max-w-2xl { max-width: 42rem; }
.landing-page .max-w-3xl { max-width: 48rem; }

/* Margin */
.landing-page .mx-auto { margin-left: auto; margin-right: auto; }
.landing-page .mb-1 { margin-bottom: 0.25rem; }
.landing-page .mb-2 { margin-bottom: 0.5rem; }
.landing-page .mb-3 { margin-bottom: 0.75rem; }
.landing-page .mb-4 { margin-bottom: 1rem; }
.landing-page .mb-6 { margin-bottom: 1.5rem; }
.landing-page .mb-8 { margin-bottom: 2rem; }
.landing-page .mb-12 { margin-bottom: 3rem; }
.landing-page .mb-16 { margin-bottom: 4rem; }
.landing-page .mt-0\.5 { margin-top: 0.125rem; }
.landing-page .mt-1 { margin-top: 0.25rem; }
.landing-page .mt-2 { margin-top: 0.5rem; }
.landing-page .mt-4 { margin-top: 1rem; }
.landing-page .mt-6 { margin-top: 1.5rem; }
.landing-page .mt-8 { margin-top: 2rem; }
.landing-page .mt-12 { margin-top: 3rem; }

/* Padding */
.landing-page .p-3 { padding: 0.75rem; }
.landing-page .p-4 { padding: 1rem; }
.landing-page .p-6 { padding: 1.5rem; }
.landing-page .p-8 { padding: 2rem; }
.landing-page .px-2 { padding-left: 0.5rem; padding-right: 0.5rem; }
.landing-page .px-3 { padding-left: 0.75rem; padding-right: 0.75rem; }
.landing-page .px-4 { padding-left: 1rem; padding-right: 1rem; }
.landing-page .px-5 { padding-left: 1.25rem; padding-right: 1.25rem; }
.landing-page .px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.landing-page .py-0\.5 { padding-top: 0.125rem; padding-bottom: 0.125rem; }
.landing-page .py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.landing-page .py-2\.5 { padding-top: 0.625rem; padding-bottom: 0.625rem; }
.landing-page .py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.landing-page .px-8 { padding-left: 2rem; padding-right: 2rem; }
.landing-page .py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.landing-page .py-5 { padding-top: 1.25rem; padding-bottom: 1.25rem; }
.landing-page .py-8 { padding-top: 2rem; padding-bottom: 2rem; }
.landing-page .py-12 { padding-top: 3rem; padding-bottom: 3rem; }
.landing-page .py-16 { padding-top: 4rem; padding-bottom: 4rem; }
.landing-page .py-20 { padding-top: 5rem; padding-bottom: 5rem; }
.landing-page .pt-32 { padding-top: 8rem; }
.landing-page .pb-2 { padding-bottom: 0.5rem; }
.landing-page .pb-4 { padding-bottom: 1rem; }
.landing-page .pb-16 { padding-bottom: 4rem; }
.landing-page .pb-20 { padding-bottom: 5rem; }
.landing-page .pt-6 { padding-top: 1.5rem; }

/* Space-y */
.landing-page .space-y-2 > * + * { margin-top: 0.5rem; }
.landing-page .space-y-3 > * + * { margin-top: 0.75rem; }
.landing-page .space-y-4 > * + * { margin-top: 1rem; }
.landing-page .space-y-6 > * + * { margin-top: 1.5rem; }
.landing-page .space-y-20 > * + * { margin-top: 5rem; }

/* ================================================================
   TYPOGRAPHY
   ================================================================ */
.landing-page .text-\[10px\] { font-size: 10px; }
.landing-page .text-\[12px\] { font-size: 12px; }
.landing-page .text-\[13px\] { font-size: 13px; }
.landing-page .text-\[14px\] { font-size: 14px; }
.landing-page .text-\[15px\] { font-size: 15px; }
.landing-page .text-\[16px\] { font-size: 16px; }
.landing-page .text-\[18px\] { font-size: 18px; }
.landing-page .text-\[20px\] { font-size: 20px; }
.landing-page .text-\[24px\] { font-size: 24px; }
.landing-page .text-\[28px\] { font-size: 28px; }
.landing-page .text-\[32px\] { font-size: 32px; }
.landing-page .text-\[36px\] { font-size: 36px; }
.landing-page .text-\[40px\] { font-size: 40px; }
.landing-page .text-xs { font-size: 0.75rem; line-height: 1rem; }
.landing-page .text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.landing-page .text-base { font-size: 1rem; line-height: 1.5rem; }
.landing-page .text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.landing-page .text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.landing-page .text-2xl { font-size: 1.5rem; line-height: 2rem; }
.landing-page .text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.landing-page .text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
.landing-page .text-5xl { font-size: 3rem; line-height: 1; }
.landing-page .text-\[34px\] { font-size: 34px; }
.landing-page .text-\[48px\] { font-size: 48px; }
.landing-page .text-\[52px\] { font-size: 52px; }
.landing-page .text-center { text-align: center; }
.landing-page .font-medium { font-weight: 500; }
.landing-page .font-semibold { font-weight: 600; }
.landing-page .font-bold { font-weight: 700; }
.landing-page .italic { font-style: italic; }
.landing-page .leading-tight { line-height: 1.25; }
.landing-page .leading-\[1\.1\] { line-height: 1.1; }
.landing-page .leading-relaxed { line-height: 1.625; }
.landing-page .no-underline { text-decoration: none; }

/* Text colors */
.landing-page .text-white { color: #ffffff; }
.landing-page .text-gray-500 { color: #6b7280; }
.landing-page .text-gray-600 { color: #4b5563; }
.landing-page .text-gray-700 { color: #374151; }
.landing-page .text-gray-900 { color: #111827; }
.landing-page .text-green-700 { color: #15803d; }
.landing-page .text-amber-700 { color: #b45309; }
.landing-page .text-red-500 { color: #ef4444; }
.landing-page .text-amber-500 { color: #f59e0b; }
.landing-page .text-green-600 { color: #16a34a; }
.landing-page .text-gray-400 { color: #9ca3af; }
.landing-page .text-gray-800 { color: #1f2937; }
.landing-page .text-blue-600 { color: #2563eb; }
.landing-page .text-\[\#2563eb\] { color: #2563eb; }

/* ================================================================
   BACKGROUNDS
   ================================================================ */
.landing-page .bg-white { background-color: #ffffff; }
.landing-page .bg-white\/95 { background-color: rgba(255, 255, 255, 0.95); }
.landing-page .bg-gray-50 { background-color: #f9fafb; }
.landing-page .bg-blue-50 { background-color: #eff6ff; }
.landing-page .bg-green-50 { background-color: #f0fdf4; }
.landing-page .bg-green-100 { background-color: #dcfce7; }
.landing-page .bg-green-400 { background-color: #4ade80; }
.landing-page .bg-amber-50 { background-color: #fffbeb; }
.landing-page .bg-amber-100 { background-color: #fef3c7; }
.landing-page .bg-red-400 { background-color: #f87171; }
.landing-page .bg-yellow-400 { background-color: #facc15; }
.landing-page .bg-white\/10 { background-color: rgba(255, 255, 255, 0.1); }
.landing-page .bg-gray-100 { background-color: #f3f4f6; }
.landing-page .bg-gray-300 { background-color: #d1d5db; }
.landing-page .bg-blue-600 { background-color: #2563eb; }
.landing-page .bg-\[\#2563eb\] { background-color: #2563eb; }
.landing-page .bg-\[\#dbeafe\] { background-color: #dbeafe; }

/* Gradients */
.landing-page .bg-gradient-to-b { background-image: linear-gradient(to bottom, var(--tw-gradient-from), var(--tw-gradient-to)); }
.landing-page .bg-gradient-to-br { background-image: linear-gradient(to bottom right, var(--tw-gradient-from), var(--tw-gradient-to)); }
.landing-page .bg-gradient-to-r { background-image: linear-gradient(to right, var(--tw-gradient-from), var(--tw-gradient-via, var(--tw-gradient-from)), var(--tw-gradient-to)); }
.landing-page .from-transparent { --tw-gradient-from: transparent; }
.landing-page .from-blue-50 { --tw-gradient-from: #eff6ff; }
.landing-page .from-blue-600 { --tw-gradient-from: #2563eb; }
.landing-page .via-\[\#2563eb\]\/20 { --tw-gradient-via: rgba(37, 99, 235, 0.2); }
.landing-page .to-transparent { --tw-gradient-to: transparent; }
.landing-page .to-white { --tw-gradient-to: #ffffff; }
.landing-page .to-blue-700 { --tw-gradient-to: #1d4ed8; }
.landing-page .to-indigo-50 { --tw-gradient-to: #eef2ff; }

/* ================================================================
   BORDERS
   ================================================================ */
.landing-page .border { border-width: 1px; border-style: solid; }
.landing-page .border-2 { border-width: 2px; border-style: solid; }
.landing-page .border-b { border-bottom-width: 1px; border-bottom-style: solid; }
.landing-page .border-b-2 { border-bottom-width: 2px; border-bottom-style: solid; }
.landing-page .border-t { border-top-width: 1px; border-top-style: solid; }
.landing-page .border-gray-100 { border-color: #f3f4f6; }
.landing-page .border-gray-200 { border-color: #e5e7eb; }
.landing-page .border-gray-300 { border-color: #d1d5db; }
.landing-page .border-blue-100 { border-color: #dbeafe; }
.landing-page .border-green-100 { border-color: #dcfce7; }
.landing-page .border-amber-100 { border-color: #fef3c7; }
.landing-page .border-blue-200 { border-color: #bfdbfe; }
.landing-page .border-blue-400 { border-color: #60a5fa; }
.landing-page .border-amber-200 { border-color: #fde68a; }
.landing-page .border-white\/20 { border-color: rgba(255, 255, 255, 0.2); }
.landing-page .border-\[\#2563eb\] { border-color: #2563eb; }

/* Divide */
.landing-page .divide-y > * + * { border-top-width: 1px; border-top-style: solid; }
.landing-page .divide-gray-100 > * + * { border-color: #f3f4f6; }

/* ================================================================
   BORDER RADIUS
   ================================================================ */
.landing-page .rounded { border-radius: 0.25rem; }
.landing-page .rounded-md { border-radius: 0.375rem; }
.landing-page .rounded-lg { border-radius: 0.5rem; }
.landing-page .rounded-2xl { border-radius: 1rem; }
.landing-page .rounded-full { border-radius: 9999px; }

/* ================================================================
   EFFECTS
   ================================================================ */
.landing-page .shadow-sm { box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); }
.landing-page .shadow-xl { box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1); }
.landing-page .backdrop-blur-sm { -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); }
.landing-page .transition-colors { transition-property: color, background-color, border-color; transition-duration: 150ms; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }
.landing-page .transition-shadow { transition-property: box-shadow; transition-duration: 150ms; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }

/* ================================================================
   HOVER STATES
   ================================================================ */
.landing-page .hover\:bg-\[\#1d4ed8\]:hover { background-color: #1d4ed8; }
.landing-page .hover\:bg-gray-50:hover { background-color: #f9fafb; }
.landing-page .hover\:text-gray-900:hover { color: #111827; }
.landing-page .hover\:shadow-md:hover { box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1); }

/* ================================================================
   SCREENSHOT CAROUSEL (How It Works page)
   ================================================================ */
.landing-page .carousel-frame {
  position: relative;
  padding: 0.75rem;
  min-height: 16rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.landing-page .carousel-img {
  width: 100%;
  height: auto;
  max-height: 20rem;
  object-fit: contain;
  border-radius: 0.25rem;
}

.landing-page .carousel-fallback {
  font-size: 13px;
  color: #6b7280;
  font-style: italic;
  text-align: center;
  padding: 2rem 1rem;
}

.landing-page .carousel-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-top: 0.5rem;
}

.landing-page .carousel-dots {
  display: flex;
  gap: 0.375rem;
  align-items: center;
}

.landing-page .carousel-dot {
  width: 8px;
  height: 8px;
  border-radius: 9999px;
  border: none;
  background-color: #d1d5db;
  cursor: pointer;
  padding: 0;
  transition: background-color 150ms;
}

.landing-page .carousel-dot.active {
  background-color: #2563eb;
}

.landing-page .carousel-nav {
  display: flex;
  gap: 0.375rem;
}

.landing-page .carousel-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 0.375rem;
  border: 1px solid #e5e7eb;
  background-color: #ffffff;
  color: #374151;
  cursor: pointer;
  padding: 0;
  transition: background-color 150ms, border-color 150ms;
}

.landing-page .carousel-btn:hover:not(:disabled) {
  background-color: #f9fafb;
  border-color: #d1d5db;
}

.landing-page .carousel-btn:disabled {
  opacity: 0.35;
  cursor: default;
}

.landing-page .carousel-btn svg {
  display: block;
}

/* ================================================================
   RESPONSIVE — sm (640px+)
   ================================================================ */
@media (min-width: 640px) {
  .landing-page .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .landing-page .sm\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .landing-page .sm\:col-span-2 { grid-column: span 2 / span 2; }
  .landing-page .sm\:justify-center { justify-content: center; }
}

/* ================================================================
   RESPONSIVE — md (768px+)
   ================================================================ */
@media (min-width: 768px) {
  .landing-page .md\:flex { display: flex; }
  .landing-page .md\:flex-row { flex-direction: row; }
  .landing-page .md\:w-1\/3 { width: 33.333333%; }
  .landing-page .md\:w-2\/3 { width: 66.666667%; }
  .landing-page .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .landing-page .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .landing-page .md\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .landing-page .md\:text-\[48px\] { font-size: 48px; }
  .landing-page .md\:text-lg { font-size: 1.125rem; line-height: 1.75rem; }
  .landing-page .md\:p-12 { padding: 3rem; }
  .landing-page .md\:py-20 { padding-top: 5rem; padding-bottom: 5rem; }
  .landing-page .md\:py-28 { padding-top: 7rem; padding-bottom: 7rem; }
  .landing-page .md\:col-span-2 { grid-column: span 2 / span 2; }
}

/* ================================================================
   RESPONSIVE — lg (1024px+)
   ================================================================ */
@media (min-width: 1024px) {
  .landing-page .lg\:block { display: block; }
  .landing-page .lg\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .landing-page .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .landing-page .lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .landing-page .lg\:order-1 { order: 1; }
  .landing-page .lg\:order-2 { order: 2; }
}
/* ==================== SCREENSHOT LIGHTBOX ==================== */

.landing-page .screenshot-zoom {
  cursor: zoom-in;
  transition: transform 0.2s ease;
}

.landing-page .screenshot-zoom:hover {
  transform: scale(1.01);
}

.landing-page .lightbox-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 2rem;
}

.landing-page .lightbox-overlay img {
  max-width: 95%;
  max-height: 95%;
  border-radius: 8px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.4);
}

/* ================================================================
   FLEXBOX DIRECTION / SIZING
   ================================================================ */
.landing-page .flex-col { flex-direction: column; }
.landing-page .flex-1 { flex: 1 1 0%; }

/* ================================================================
   PRICING BADGE (positioned above card)
   ================================================================ */
.landing-page .pricing-badge {
  position: absolute;
  top: -0.75rem;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

/* ================================================================
   ADDITIONAL COLOR UTILITIES
   ================================================================ */
.landing-page .bg-orange-50 { background-color: #fff7ed; }
.landing-page .bg-purple-50 { background-color: #faf5ff; }
.landing-page .bg-indigo-50 { background-color: #eef2ff; }
.landing-page .bg-slate-50 { background-color: #f8fafc; }
.landing-page .text-orange-600 { color: #ea580c; }
.landing-page .text-purple-600 { color: #9333ea; }
.landing-page .text-indigo-600 { color: #4f46e5; }
.landing-page .text-slate-600 { color: #475569; }

/* ================================================================
   FAQ ACCORDION (pure HTML <details>)
   ================================================================ */
.landing-page details summary { list-style: none; }
.landing-page details summary::-webkit-details-marker { display: none; }
.landing-page details summary { cursor: pointer; }

.landing-page .transition-transform {
  transition-property: transform;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.landing-page details[open] .group-open\:rotate-180 {
  transform: rotate(180deg);
}

/* ================================================================
   REQUEST QUOTE FORM (rq-* prefix, scoped under .landing-page)
   ================================================================ */

.landing-page .rq-form label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #374151;
  margin-bottom: 0.25rem;
}

.landing-page .rq-form input[type="text"],
.landing-page .rq-form input[type="email"],
.landing-page .rq-form input[type="tel"],
.landing-page .rq-form select,
.landing-page .rq-form textarea {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-family: inherit;
  line-height: 1.5;
  color: #111827;
  background: #fff;
  box-sizing: border-box;
}

.landing-page .rq-form input:focus,
.landing-page .rq-form select:focus,
.landing-page .rq-form textarea:focus {
  outline: none;
  border-color: #2563eb;
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.2);
}

.landing-page .rq-form textarea {
  resize: vertical;
  min-height: 80px;
}

.landing-page .rq-section-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #e5e7eb;
}

.landing-page .rq-grid-2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .landing-page .rq-grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.landing-page .rq-field-group {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.landing-page .rq-hint {
  font-size: 0.75rem;
  color: #6b7280;
}

.landing-page .rq-checkbox-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  padding: 1.25rem;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 0.375rem;
  margin-top: 0.25rem;
}

@media (min-width: 768px) {
  .landing-page .rq-checkbox-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.landing-page .rq-checkbox-label {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-weight: 400;
  cursor: pointer;
  margin-bottom: 0;
}

.landing-page .rq-checkbox-label input[type="checkbox"] {
  width: 1rem;
  height: 1rem;
  accent-color: #2563eb;
  flex-shrink: 0;
  cursor: pointer;
}

.landing-page .rq-checkbox-label span {
  font-size: 0.875rem;
  color: #111827;
}

.landing-page .rq-submit-btn {
  display: inline-block;
  padding: 0.75rem 3rem;
  background: #2563eb;
  color: #fff;
  border: none;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  font-family: inherit;
  cursor: pointer;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.landing-page .rq-submit-btn:hover {
  background: #1d4ed8;
}

.landing-page .rq-banner {
  padding: 0.75rem 1.5rem;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  text-align: center;
}

.landing-page .rq-banner-success {
  background: #f0fdf4;
  border: 1px solid #dcfce7;
  color: #15803d;
}

.landing-page .rq-banner-error {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #dc2626;
}

.landing-page .rq-confirmation-icon {
  width: 4rem;
  height: 4rem;
  border-radius: 9999px;
  background: #eff6ff;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ================================================================
   HOVER — pricing card lift (shared by landing + pricing pages)
   ================================================================ */
.landing-page .transition-all {
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.landing-page .hover\:-translate-y-2:hover {
  transform: translateY(-0.5rem);
}

.landing-page .shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.landing-page .hover\:shadow-xl:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

.landing-page .hover\:shadow-2xl:hover {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

