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

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

*,
:before,
:after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb
}

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

html,
:host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent
}

body {
  margin: 0;
  line-height: inherit;
  background-color: hsl(var(--background));
  color: hsl(var(--foreground))
}

/* CSS Variables */
:root {
  --background: 0 0% 100%;
  --foreground: 220 15% 12%;
  --card: 0 0% 100%;
  --card-foreground: 220 15% 12%;
  --popover: 0 0% 100%;
  --popover-foreground: 220 15% 12%;
  --primary: 142 76% 24%;
  --primary-foreground: 0 0% 98%;
  --primary-glow: 142 76% 35%;
  --secondary: 210 40% 96.1%;
  --secondary-foreground: 220 15% 12%;
  --muted: 210 40% 96.1%;
  --muted-foreground: 215.4 16.3% 46.9%;
  --accent: 88 50% 53%;
  --accent-foreground: 0 0% 98%;
  --destructive: 0 84.2% 60.2%;
  --destructive-foreground: 210 40% 98%;
  --border: 214.3 31.8% 91.4%;
  --input: 214.3 31.8% 91.4%;
  --ring: 142 76% 24%;
  --gradient-primary: linear-gradient(135deg, hsl(var(--primary)), hsl(var(--primary-glow)));
  --gradient-hero: linear-gradient(135deg, hsl(142 76% 24% / .9), hsl(88 50% 53% / .8));
  --gradient-subtle: linear-gradient(180deg, hsl(var(--background)), hsl(210 40% 98%));
  --shadow-elegant: 0 10px 30px -10px hsl(var(--primary) / .3);
  --shadow-glow: 0 0 40px hsl(var(--primary-glow) / .4);
  --transition-smooth: all .3s cubic-bezier(.4, 0, .2, 1);
  --radius: .75rem;
}

.dark {
  --background: 220 15% 12%;
  --foreground: 0 0% 98%;
  --card: 220 15% 15%;
  --card-foreground: 0 0% 98%;
  --popover: 220 15% 15%;
  --popover-foreground: 0 0% 98%;
  --primary: 142 76% 35%;
  --primary-foreground: 220 15% 12%;
  --primary-glow: 142 76% 45%;
  --secondary: 217.2 32.6% 17.5%;
  --secondary-foreground: 0 0% 98%;
  --muted: 217.2 32.6% 17.5%;
  --muted-foreground: 215 20.2% 65.1%;
  --accent: 88 50% 63%;
  --accent-foreground: 220 15% 12%;
  --destructive: 0 62.8% 30.6%;
  --destructive-foreground: 0 0% 98%;
  --border: 217.2 32.6% 17.5%;
  --input: 217.2 32.6% 17.5%;
  --ring: 142 76% 35%;
}

/* Custom Badge Styles */
#lovable-badge {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 141px;
  padding: 5px 13px;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  border-radius: 5px;
  font-family: sans-serif;
  display: flex;
  align-items: center;
  gap: 4px;
  z-index: 1000000;
  text-transform: none !important;
  font-feature-settings: normal !important;
  font-weight: 400 !important;
}

/* Utility Classes */
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem
}

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

.fixed {
  position: fixed
}

.absolute {
  position: absolute
}

.relative {
  position: relative
}

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.z-50 {
  z-index: 50
}

.z-10 {
  z-index: 10
}

.flex {
  display: flex
}

.hidden {
  display: none
}

.grid {
  display: grid
}

.inline-flex {
  display: inline-flex
}

.h-10 {
  height: 2.5rem
}

.h-11 {
  height: 2.75rem
}

.w-full {
  width: 100%
}

.w-auto {
  width: auto
}

.max-w-4xl {
  max-width: 56rem
}

.max-w-2xl {
  max-width: 42rem
}

.min-h-screen {
  min-height: 100vh
}

.items-center {
  align-items: center
}

.justify-center {
  justify-content: center
}

.justify-between {
  justify-content: space-between
}

.text-center {
  text-align: center
}

.space-x-2>:not([hidden])~:not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(.5rem * var(--tw-space-x-reverse));
  margin-left: calc(.5rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-8>:not([hidden])~:not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)))
}

.bg-background\/95 {
  background-color: hsl(var(--background) / .95);
}

.bg-gradient-hero {
  background-image: var(--gradient-hero)
}

.bg-gradient-subtle {
  background-image: var(--gradient-subtle)
}

.bg-gradient-primary {
  background-image: var(--gradient-primary)
}

.bg-cover {
  background-size: cover
}

.bg-center {
  background-position: center
}

.bg-no-repeat {
  background-repeat: no-repeat
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur);
  backdrop-filter: var(--tw-backdrop-blur)
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem
}

.mb-6 {
  margin-bottom: 1.5rem
}

.mb-8 {
  margin-bottom: 2rem
}

.mb-12 {
  margin-bottom: 3rem
}

.mb-16 {
  margin-bottom: 4rem
}

.mx-auto {
  margin-left: auto;
  margin-right: auto
}

.border-b {
  border-bottom-width: 1px
}

.border-border {
  border-color: hsl(var(--border))
}

.border-white\/30 {
  border-color: #ffffff4d
}

.border-white\/20 {
  border-color: #fff3
}

.rounded-md {
  border-radius: calc(var(--radius) - 2px)
}

.rounded-full {
  border-radius: 9999px
}

.text-5xl {
  font-size: 3rem;
  line-height: 1
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem
}

.text-sm {
  font-size: .875rem;
  line-height: 1.25rem
}

.font-bold {
  font-weight: 700
}

.font-medium {
  font-weight: 500
}

.leading-tight {
  line-height: 1.25
}

.text-foreground {
  color: hsl(var(--foreground))
}

.text-primary {
  color: hsl(var(--primary))
}

.text-primary-foreground {
  color: hsl(var(--primary-foreground))
}

.text-accent {
  color: hsl(var(--accent))
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}

.text-white\/90 {
  color: #ffffffe6
}

.bg-primary {
  background-color: hsl(var(--primary))
}

.bg-primary-glow {
  background-color: hsl(var(--primary-glow))
}

.bg-white\/10 {
  background-color: #ffffff1a
}

.hover\:text-primary:hover {
  color: hsl(var(--primary))
}

.hover\:bg-primary\/90:hover {
  background-color: hsl(var(--primary) / .9)
}

.hover\:bg-primary-glow:hover {
  background-color: hsl(var(--primary-glow))
}

.hover\:bg-white\/10:hover {
  background-color: #ffffff1a
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.hover\:opacity-90:hover {
  opacity: .9
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .15s
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .15s
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .15s
}

.duration-200 {
  transition-duration: .2s
}

.duration-300 {
  transition-duration: .3s
}

.shadow-glow {
  --tw-shadow: var(--shadow-glow);
  --tw-shadow-colored: var(--shadow-glow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.ring-offset-background {
  --tw-ring-offset-color: hsl(var(--background))
}

.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px
}

.focus-visible\:ring-2:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.focus-visible\:ring-ring:focus-visible {
  --tw-ring-color: hsl(var(--ring))
}

.focus-visible\:ring-offset-2:focus-visible {
  --tw-ring-offset-width: 2px
}

.disabled\:pointer-events-none:disabled {
  pointer-events: none
}

.disabled\:opacity-50:disabled {
  opacity: .5
}

/* Animations */
@keyframes fade-in {
  0% {
    opacity: 0;
    transform: translateY(10px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.animate-fade-in {
  animation: fade-in .3s ease-out
}

@keyframes float {

  0%,
  to {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-10px)
  }
}

.animate-float {
  animation: float 3s ease-in-out infinite
}

@keyframes pulse {
  50% {
    opacity: .5
  }
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite
}

@media (min-width: 992px) {
  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

/* Responsive Design */
@media (min-width: 768px) {
  .md\:hidden {
    display: none
  }

  .md\:block {
    display: block
  }

  .md\:flex {
    display: flex
  }

  .md\:text-7xl {
    font-size: 4.5rem;
    line-height: 1
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
  }


}

@media (min-width: 640px) {
  .sm\:flex-row {
    flex-direction: row
  }
}

@media (min-width: 1024px) {
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
}

.gap-4 {
  gap: 1rem
}

.gap-12 {
  gap: 3rem
}

.flex-col {
  flex-direction: column
}

.overflow-hidden {
  overflow: hidden
}

.left-1\/2 {
  left: 50%
}

.bottom-8 {
  bottom: 2rem
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.w-6 {
  width: 1.5rem
}

.h-10 {
  height: 2.5rem
}

.border-2 {
  border-width: 2px
}

.border-white\/50 {
  border-color: #ffffff80
}

.w-1 {
  width: .25rem
}

.h-3 {
  height: .75rem
}

.bg-white\/70 {
  background-color: #ffffffb3
}

.mt-2 {
  margin-top: .5rem
}

.w-24 {
  width: 6rem
}

.h-1 {
  height: .25rem
}

.space-y-8>:not([hidden])~:not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse))
}

/* Additional utility classes for the iPole site */
.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur);
  backdrop-filter: var(--tw-backdrop-blur)
}

.gap-2 {
  gap: .5rem
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem
}

.py-3 {
  padding-top: .75rem;
  padding-bottom: .75rem
}

[&_svg]:pointer-events-none svg {
  pointer-events: none
}

[&_svg]:size-4 svg {
  width: 1rem;
  height: 1rem
}

[&_svg]:shrink-0 svg {
  flex-shrink: 0
}

/* Custom styles for larger icons */
.lucide-dollar-sign {
  width: 1.5rem !important;
  height: 1.5rem !important;
}

.ml-2 {
  margin-left: .5rem
}

.mr-2 {
  margin-right: .5rem
}

.w-5 {
  width: 1.25rem
}

.h-5 {
  height: 1.25rem
}

button.ring-offset-background {
  color: #000;
}


.img_height {
  height: 70px;
}

.responsive-logo {
  margin-top: 40px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  height: clamp(100px, 20vw, 200px);
  transition: height 0.3s ease;
}

@media (max-width: 380px) {
  .responsive-logo {
    height: 80px;
    margin-bottom: 1rem;
  }
}

@media (min-width: 1400px) {
  .responsive-logo {
    height: 200px;
  }
}

/* Add these styles to your style.css file */
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

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

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

/* Make sure this is also in your CSS to handle the hero section responsively */
@media (max-width: 767px) {
  section.relative.min-h-screen {
    padding-top: 80px !important;
    min-height: auto !important;
    padding-bottom: 60px !important;
  }
}

/* Add responsive padding for the video section */
.grid.grid-cols-1.sm\:grid-cols-2.md\:grid-cols-3 {
  padding: 0 10px;
}

#mobile-menu {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  pointer-events: none;
}

#mobile-menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#mobile-menu-button {
  position: relative;
  z-index: 55;
}

#mobile-menu .fixed.top-\[80px\] {
  background-color: white;
  transform: translateY(-10px);
  transition: transform 0.3s ease;
}

#mobile-menu.active .fixed.top-\[80px\] {
  transform: translateY(0);
}

/* Make sure header has higher z-index than menu overlay */
header.fixed {
  z-index: 51 !important;
}

/* Prevent scrolling when menu is open */
body.menu-open {
  overflow: hidden;
}