/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./src/app/globals.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --default-font-family: var(--font-geist-sans);
    --default-mono-font-family: var(--font-geist-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 {
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
}
:root {
  --background: #ffffff;
  --foreground: #171717;
}
@media (prefers-color-scheme: dark) {
  :root {
    --background: #0a0a0a;
    --foreground: #ededed;
  }
}
body {
  background: var(--background);
  color: var(--foreground);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  overflow-x: hidden;
  background: #ffffff;
  color: #1e293b;
}
.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: linear-gradient(135deg, 
                rgba(255, 255, 255, 0.92) 0%, 
                rgba(248, 250, 252, 0.92) 50%, 
                rgba(240, 249, 255, 0.92) 100%);
  backdrop-filter: blur(15px);
  border-bottom: 1px solid rgba(246, 92, 2, 0.15);
  padding: 0.1rem 0;
  transition: all 0.3s ease;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 50%, rgba(246, 92, 2, 0.08) 0%, transparent 30%),
                radial-gradient(circle at 80% 50%, rgba(14, 165, 233, 0.08) 0%, transparent 30%),
                linear-gradient(90deg, rgba(34, 197, 94, 0.03) 0%, transparent 50%, rgba(139, 92, 246, 0.03) 100%);
  animation: headerGlow 6s ease-in-out infinite;
  z-index: 1;
}
@keyframes headerGlow {
  0%, 100% {
    opacity: 0.6;
    transform: translateX(0) scale(1);
  }
  50% {
    opacity: 1;
    transform: translateX(10px) scale(1.02);
  }
}
.header-animations {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 2;
  pointer-events: none;
}
.header-truck {
  position: absolute;
  font-size: 1.8rem;
  animation: headerTruckMove 12s linear infinite;
  top: 50%;
  transform: translateY(-50%);
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}
.header-truck:nth-child(1) {
  animation-delay: 0s;
  left: -60px;
  color: rgba(246, 92, 2, 0.8);
}
.header-truck:nth-child(2) {
  animation-delay: -6s;
  left: -60px;
  color: rgba(14, 165, 233, 0.8);
  font-size: 1.5rem;
  top: 30%;
}
@keyframes headerTruckMove {
  0% {
    left: calc(100% + 60px);
    opacity: 0;
    transform: translateY(-50%) scale(0.8);
  }
  10% {
    opacity: 1;
    transform: translateY(-50%) scale(1);
  }
  90% {
    opacity: 1;
    transform: translateY(-50%) scale(1);
  }
  100% {
    left: -60px;
    opacity: 0;
    transform: translateY(-50%) scale(0.8);
  }
}
.header-package {
  position: absolute;
  font-size: 1.2rem;
  animation: headerPackageFloat 3s ease-in-out infinite;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.1));
}
.header-package:nth-child(3) {
  top: 20%;
  left: 25%;
  animation-delay: 0s;
  color: rgba(34, 197, 94, 0.9);
}
.header-package:nth-child(4) {
  top: 70%;
  left: 55%;
  animation-delay: -1.5s;
  color: rgba(139, 92, 246, 0.9);
}
.header-package:nth-child(5) {
  top: 35%;
  left: 75%;
  animation-delay: -1s;
  color: rgba(246, 92, 2, 0.9);
  font-size: 1rem;
}
@keyframes headerPackageFloat {
  0%, 100% {
    transform: translateY(0) rotate(0deg) scale(1);
    opacity: 0.7;
  }
  50% {
    transform: translateY(-12px) rotate(8deg) scale(1.1);
    opacity: 1;
  }
}
.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
  z-index: 9;
  position: relative;
}
.logo {
  width: 140px;
  font-weight: bold;
  color: #003EA8;
}
.logo img {
  color: #f65c02;
  width: 130px;
}
.nav-links {
  display: flex;
  gap: 1rem;
  list-style: none;
}
.nav-links a {
  color: rgba(29, 77, 131, 0.9);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.83rem;
  padding: 0.5rem 1rem;
  border-radius: 25px;
  transition: all 0.4s ease;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: rgba(255, 255, 255, 0.349);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
  cursor: pointer;
}
.nav-links a:hover {
  color: #f65c02;
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  transition: width 0.2s ease;
}
.nav-links a:hover::after {
  width: 100%;
}
.hero {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 25%, #334155 50%, #475569 75%, #64748b 100%);
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 15% 25%, rgba(255, 136, 0, 0.15) 0%, transparent 40%),
                radial-gradient(circle at 85% 75%, rgba(14, 165, 233, 0.12) 0%, transparent 35%),
                radial-gradient(circle at 45% 60%, rgba(34, 197, 94, 0.08) 0%, transparent 30%),
                radial-gradient(circle at 70% 30%, rgba(139, 92, 246, 0.1) 0%, transparent 25%);
  animation: gentlePulse 12s ease-in-out infinite;
  z-index: 1;
}
@keyframes gentlePulse {
  0%, 100% {
    opacity: 0.8;
    transform: scale(1) rotate(0deg);
  }
  25% {
    opacity: 1;
    transform: scale(1.02) rotate(1deg);
  }
  50% {
    opacity: 0.9;
    transform: scale(0.98) rotate(0deg);
  }
  75% {
    opacity: 1;
    transform: scale(1.01) rotate(-0.5deg);
  }
}
.floating-element {
  position: absolute;
  opacity: 0.3;
  animation: floatRandom 15s ease-in-out infinite;
  font-size: 3rem;
}
.floating-element:nth-child(1) {
  top: 20%;
  left: 10%;
  animation-delay: 0s;
  color: #f65c02;
}
.floating-element:nth-child(2) {
  top: 72%;
  right: 8%;
  animation-delay: -5s;
  color: #0ea5e9;
}
.floating-element:nth-child(4) {
  bottom: 20%;
  left: 20%;
  animation-delay: -10s;
  color: #22c55e;
}
.floating-element:nth-child(3) {
  top: 30%;
  right: 30%;
  animation-delay: -3s;
  font-size: 2.5rem;
  color: #f65c02;
}
.floating-element:nth-child(5) {
  bottom: 45%;
  right: 10%;
  animation-delay: -8s;
  font-size: 2rem;
  color: #0ea5e9;
}
.floating-element:nth-child(6) {
  top: 70%;
  left: 70%;
  animation-delay: -12s;
  font-size: 2.2rem;
  color: #22c55e;
}
@keyframes floatRandom {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(-20px) rotate(5deg);
  }
  50% {
    transform: translateY(10px) rotate(-3deg);
  }
  75% {
    transform: translateY(-15px) rotate(2deg);
  }
}
.hero-content {
  text-align: center;
  max-width: 1000px;
  padding: 0 2rem;
  position: relative;
  z-index: 10;
}
.hero h1 {
  font-size: clamp(2rem, 8vw, 3.5rem);
  font-weight: 700;
  margin-bottom: 1rem;
  margin-top: 4rem;
  color: #ffffff;
  background: linear-gradient(25deg, #ffffff, #f0f9ff, #ffffff);
  background-clip: text;
}
.hero p {
  font-size: 1.5rem;
  margin-bottom: 2.5rem;
  color: rgba(255, 255, 255, 0.9);
  animation: fadeInUp 1s ease-out 0.3s both;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.cta-button {
  display: inline-block;
  padding: 1rem 2rem;
  background: #f65c02;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: bold;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  animation: fadeInUp 1s ease-out 0.6s both;
  box-shadow: 0 4px 20px rgba(255, 136, 0, 0.3);
  cursor: pointer;
}
.cta-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s ease;
}
.cta-button:hover::before {
  left: 100%;
}
.cta-button:hover {
  transform: translateY(-2px);
  background: #e67700;
  box-shadow: 0 10px 30px rgba(255, 136, 0, 0.4);
}
.pudo-section {
  padding: 6rem 2rem;
  background: linear-gradient(135deg, #f8fafc 0%, #e0f2fe 100%);
  position: relative;
  overflow: hidden;
}
.pudo-content {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.pudo-text h2 {
  font-size: 3rem;
  margin-bottom: 2rem;
  color: #f65c02;
  font-weight: 700;
}
.pudo-text p {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #475569;
}
.pudo-visual {
  position: relative;
  height: 400px;
  background: #ffffff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.pudo-animation {
  position: relative;
  width: 350px;
  height: 300px;
  z-index: 2;
}
.pudo-animation::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  background: conic-gradient(from 0deg at 50% 50%, 
                    rgba(255, 136, 0, 0.1) 0deg,
                    rgba(14, 165, 233, 0.1) 120deg,
                    rgba(34, 197, 94, 0.1) 240deg,
                    rgba(255, 136, 0, 0.1) 360deg);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: rotateGlow 12s linear infinite;
  z-index: -1;
}
@keyframes rotateGlow {
  0% {
    transform: translate(-50%, -50%) rotate(0deg) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) rotate(180deg) scale(1.1);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg) scale(1);
  }
}
.delivery-truck {
  position: absolute;
  font-size: 4rem;
  animation: truckMove 4s ease-in infinite;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #0ea5e9;
  filter: drop-shadow(0 0 10px rgba(14, 165, 233, 0.5));
}
.package {
  position: absolute;
  font-size: 2.2rem;
  animation: packageBounce 2s ease-in-out infinite;
  color: #f65c02;
  filter: drop-shadow(0 0 8px rgba(255, 136, 0, 0.6));
}
.package:nth-child(2) {
  top: 20%;
  left: 20%;
  animation-delay: 0s;
}
.package:nth-child(3) {
  top: 60%;
  left: 70%;
  animation-delay: 0.5s;
}
.package:nth-child(4) {
  top: 80%;
  left: 40%;
  animation-delay: 1s;
}
.locker {
  position: absolute;
  font-size: 4.5rem;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  animation: lockerGlow 3s ease-in-out infinite;
  color: #22c55e;
}
@keyframes truckMove {
  0%, 100% {
    left: 0;
  }
  50% {
    left: calc(100% - 80px);
  }
}
@keyframes packageBounce {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(-10px) rotate(5deg);
  }
  75% {
    transform: translateY(-5px) rotate(-3deg);
  }
}
@keyframes lockerGlow {
  0%, 100% {
    filter: drop-shadow(0 0 10px rgba(34, 197, 94, 0.3));
    transform: translateY(-50%) scale(1);
  }
  50% {
    filter: drop-shadow(0 0 20px rgba(34, 197, 94, 0.8));
    transform: translateY(-50%) scale(1.05);
  }
}
.comparison-section {
  margin: 0 auto;
  padding: 2rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  min-height: 100vh;
}
.comparison-header {
  text-align: center;
  margin-bottom: 3rem;
  opacity: 0;
  animation: fadeInUp 0.8s ease forwards;
}
.comparison-header h2 {
  font-size: 3rem;
  font-weight: 700;
  color: white;
  margin-bottom: 1rem;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
.comparison-header p {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 300;
}
.comparison-container {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 2rem;
  margin-bottom: 4rem;
  align-items: start;
}
.comparison-side {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  border-radius: 24px;
  padding: 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  opacity: 0;
  animation: slideInScale 0.8s ease forwards;
  position: relative;
}
.comparison-side:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
}
.without-pudo {
  animation-delay: 0.2s;
}
.with-pudo {
  animation-delay: 0.4s;
}
.comparison-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.comparison-title h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
}
.status-badge {
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.inefficient {
  background: linear-gradient(135deg, #ff6b6b, #ee5a24);
  color: white;
  box-shadow: 0 4px 15px rgba(255, 107, 107, 0.4);
}
.efficient {
  background: linear-gradient(135deg, #00d2ff, #3a7bd5);
  color: white;
  box-shadow: 0 4px 15px rgba(0, 210, 255, 0.4);
}
.scenario-animation {
  margin-bottom: 0.3rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.delivery-scenario {
  text-align: center;
  margin-bottom: 2rem;
}
.failed-delivery, .successful-delivery {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  position: relative;
}
.truck-failed, .truck-success {
  font-size: 2.5rem;
  animation: shake 2s infinite;
}
.truck-success {
  animation: bounce 2s infinite;
}
.house, .pudo-locker {
  font-size: 2.5rem;
  position: relative;
}
.pudo-locker::after {
  content: "📦";
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 1rem;
  animation: pulse 1.5s infinite;
}
.failed-notice, .notification {
  font-size: 2rem;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.notification {
  animation: ping 2s infinite;
}
.sad-customer, .happy-customer {
  font-size: 2.5rem;
}
.happy-customer {
  animation: bounce 1.5s infinite;
}
.problems-list, .benefits-list {
  text-align: left;
}
.problem-item, .benefit-item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  padding: 0.75rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  transition: all 0.3s ease;
  border-left: 3px solid transparent;
}
.problem-item {
  border-left-color: #ff6b6b;
}
.benefit-item {
  border-left-color: #00d2ff;
}
.problem-item:hover, .benefit-item:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateX(5px);
}
.problem-icon, .benefit-icon {
  font-size: 1.2rem;
  margin-right: 1rem;
  min-width: 30px;
}
.problem-item span:last-child, .benefit-item span:last-child {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}
.vs-divider {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  animation: fadeInScale 0.8s ease forwards 0.6s;
}
.vs-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff9a9e, #fecfef);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 1.5rem;
  color: #333;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  animation: rotate 3s linear infinite;
}
.lightning {
  font-size: 2rem;
  margin-top: 1rem;
  animation: flash 1.5s infinite;
}
@keyframes slideInScale {
  from {
    opacity: 0;
    transform: translateY(50px) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-3px);
  }
  75% {
    transform: translateX(3px);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.7;
  }
}
@keyframes ping {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  75%, 100% {
    transform: scale(1.3);
    opacity: 0;
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes flash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
.impact-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
}
.stat-item {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  border-radius: 20px;
  padding: 2rem;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  opacity: 0;
  animation: slideInUp 0.8s ease forwards;
}
.stat-item:nth-child(1) {
  animation-delay: 0.8s;
}
.stat-item:nth-child(2) {
  animation-delay: 1s;
}
.stat-item:nth-child(3) {
  animation-delay: 1.2s;
}
.stat-item:nth-child(4) {
  animation-delay: 1.4s;
}
.stat-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}
.stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #00d2ff;
  margin-bottom: 0.5rem;
  text-shadow: 0 2px 10px rgba(0, 210, 255, 0.3);
}
.stat-label {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.section {
  background: linear-gradient(135deg, #f8fafc 0%, #e0f2fe 100%);
  backdrop-filter: blur(20px);
  padding: 3rem 2rem;
  margin-bottom: 0rem;
  transition: all 0.3s ease;
}
.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  background: linear-gradient(135deg, #667eea, #764ba2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 2rem;
  text-align: center;
  position: relative;
}
.section-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(135deg, #667eea, #764ba2);
  border-radius: 2px;
}
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}
.benefit-card {
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
  border-radius: 16px;
  padding: 2rem;
  border: 1px solid #e2e8f0;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.benefit-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #667eea, #764ba2, #f093fb);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.benefit-card:hover::before {
  transform: scaleX(1);
}
.benefit-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(102, 126, 234, 0.15);
  border-color: #667eea;
}
.benefit-icon2 {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #667eea, #764ba2);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  color: white;
  font-weight: bold;
}
.benefit-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 1rem;
}
.benefit-description {
  color: #64748b;
  line-height: 1.7;
}
.services {
  padding: 6rem 2rem;
  background: #f8fafc;
  position: relative;
}
.animated-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  pointer-events: none;
}
.moving-shape {
  position: absolute;
  opacity: 0.5;
  animation: moveShape 20s linear infinite;
}
.moving-shape:nth-child(1) {
  top: 18%;
  left: -10%;
  font-size: 5rem;
  animation-delay: 0s;
  color: #f65c02;
}
.moving-shape:nth-child(2) {
  top: 5%;
  left: -15%;
  font-size: 3rem;
  animation-delay: -10s;
  color: #0ea5e9;
}
.moving-shape:nth-child(3) {
  top: 55%;
  left: -8%;
  font-size: 4rem;
  animation-delay: -10s;
  color: #22c55e;
}
@keyframes moveShape {
  0% {
    transform: translateX(calc(100vw + 200px));
  }
  100% {
    transform: translateX(0);
  }
}
.services-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 4rem;
}
.services-header h2 {
  font-size: 3rem;
  margin-bottom: 1rem;
  color: #0ea5e9;
  font-weight: 700;
}
.services-header p {
  color: #64748b;
  font-size: 1.2rem;
}
.services-grid {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}
.service-card {
  background: #ffffff;
  border: 2px solid #e2e8f0;
  border-radius: 20px;
  padding: 2rem;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.service-card:nth-child(1):hover {
  border-color: #f65c02;
  box-shadow: 0 10px 40px rgba(255, 136, 0, 0.15);
}
.service-card:nth-child(2):hover {
  border-color: #0ea5e9;
  box-shadow: 0 10px 40px rgba(14, 165, 233, 0.15);
}
.service-card:nth-child(3):hover {
  border-color: #22c55e;
  box-shadow: 0 10px 40px rgba(34, 197, 94, 0.15);
}
.service-card:nth-child(4):hover {
  border-color: #8b5cf6;
  box-shadow: 0 10px 40px rgba(139, 92, 246, 0.15);
}
.service-card:nth-child(5):hover {
  border-color: #06b6d4;
  box-shadow: 0 10px 40px rgba(6, 182, 212, 0.15);
}
.service-card:hover {
  transform: translateY(-10px);
}
.service-icon {
  font-size: 4rem;
  margin-bottom: 1rem;
  position: relative;
  z-index: 2;
  display: inline-block;
  animation: serviceIconFloat 3s ease-in-out infinite;
}
.service-card:nth-child(1) .service-icon {
  color: #f65c02;
}
.service-card:nth-child(2) .service-icon {
  color: #0ea5e9;
}
.service-card:nth-child(3) .service-icon {
  color: #22c55e;
}
.service-card:nth-child(4) .service-icon {
  color: #8b5cf6;
}
.service-card:nth-child(5) .service-icon {
  color: #06b6d4;
}
@keyframes serviceIconFloat {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(-5px) rotate(2deg);
  }
  50% {
    transform: translateY(0) rotate(0deg);
  }
  75% {
    transform: translateY(-3px) rotate(-1deg);
  }
}
.service-card h3 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  position: relative;
  z-index: 2;
  color: #1e293b;
}
.service-card p {
  color: #64748b;
  position: relative;
  z-index: 2;
}
.technologies {
  padding: 5rem 2rem;
  background: #e0f2fe;
}
.tech-grid {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}
.tech-item {
  background: #ffffff;
  border-radius: 15px;
  padding: 1.5rem;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 15px rgba(14, 165, 233, 0.1);
}
.tech-item:hover {
  background: #f0f9ff;
  border-color: #0284c7;
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(14, 165, 233, 0.2);
}
.tech-item h3 {
  color: #1e293b;
  margin-bottom: 1rem;
}
.tech-item p {
  color: #64748b;
}
.go-green {
  padding: 5rem 2rem;
  background: #f0fdf4;
}
.green-content {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.green-content h2 {
  font-size: 3rem;
  margin-bottom: 2rem;
  color: #22c55e;
  font-weight: 700;
}
.green-content p {
  color: #475569;
  font-size: 1.2rem;
}
.green-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin-top: 3rem;
}
.green-feature {
  background: #ffffff;
  border-radius: 10px;
  padding: 1.2rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(34, 197, 94, 0.1);
}
.green-feature:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(34, 197, 94, 0.2);
  border-color: #16a34a;
  background: #f7fee7;
}
.green-feature h3 {
  font-size: 1rem;
  margin-bottom: 1rem;
  color: #1e293b;
  display: flex;
  text-align: left;
  align-items: center;
}
.green-feature p {
  color: #64748b;
}
.green-feature h3::before {
  display: inline-block;
  font-size: 2rem;
  margin-right: 0.5rem;
  color: #22c55e;
}
.contact {
  padding: 6rem 2rem;
  background: #0f172a;
  text-align: center;
}
.contact h2 {
  font-size: 3rem;
  margin-bottom: 3rem;
  color: #00ff88;
  font-weight: 700;
}
.contact-info {
  max-width: 800px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}
.contact-item {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(0, 255, 136, 0.2);
  border-radius: 15px;
  padding: 2rem;
  transition: all 0.3s ease;
  color: #e2e8f0;
}
.contact-item:hover {
  background: rgba(0, 255, 136, 0.05);
  border-color: rgba(0, 255, 136, 0.4);
  transform: translateY(-5px);
}
.contact-item h3 {
  color: #00ff88;
  margin-bottom: 1rem;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}
.feature-card {
  background: linear-gradient(135deg, #ffffff 0%, #f1f5f9 100%);
  border-radius: 20px;
  padding: 2rem;
  text-align: center;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.feature-card::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: radial-gradient(circle, rgba(102, 126, 234, 0.1) 0%, transparent 70%);
  transition: all 0.5s ease;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.feature-card:hover::after {
  width: 400px;
  height: 400px;
}
.feature-card:hover {
  border-color: #667eea;
  transform: scale(1.05);
  box-shadow: 0 15px 30px rgba(102, 126, 234, 0.2);
}
.feature-number {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #667eea, #764ba2);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin: 0 auto 1rem;
  font-size: 1.1rem;
}
.feature-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 0.5rem;
  position: relative;
  z-index: 2;
}
.end-user-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}
.user-benefit-card {
  background: linear-gradient(135deg, #fef7ff 0%, #ffffff 100%);
  border-radius: 20px;
  padding: 2.5rem;
  border: 1px solid #e879f9;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.user-benefit-card::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(232, 121, 249, 0.1) 0%, transparent 70%);
  transition: all 0.5s ease;
  opacity: 0;
}
.user-benefit-card:hover::before {
  opacity: 1;
  top: -25%;
  right: -25%;
}
.user-benefit-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(232, 121, 249, 0.2);
  border-color: #c084fc;
}
.user-benefit-number {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #e879f9, #c084fc);
  color: white;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
}
.user-benefit-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 1rem;
}
.user-benefit-description {
  color: #64748b;
  line-height: 1.7;
}
@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}
.floating {
  animation: float 3s ease-in-out infinite;
}
.scroll-reveal {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s ease;
}
.scroll-reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 768px) {
  .nav-links {
    display: none;
  }
  .hero h1 {
    font-size: 2rem;
  }
  .hero p {
    font-size: 1.2rem;
  }
  .pudo-content {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .pudo-text h2,
            .services-header h2,
            .green-content h2,
            .contact h2 {
    font-size: 2rem;
  }
  .comparison-container {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .vs-divider {
    transform: rotate(90deg);
    margin: 2rem 0;
  }
  .comparison-header h2 {
    font-size: 2rem;
  }
  .comparison-side {
    padding: 1.5rem;
  }
  .failed-delivery, .successful-delivery {
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
  }
  .stat-number {
    font-size: 2.5rem;
  }
  .section {
    padding: 2rem;
    margin-bottom: 2rem;
  }
  .section-title {
    font-size: 2rem;
  }
  .benefits-grid,
            .features-grid,
            .end-user-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
@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;
}
@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
@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;
    }
  }
}
