.web-design-template-area {--wd-primary: #6366f1;--wd-primary-dark: #4f46e5;--wd-primary-light: #818cf8;--wd-secondary: #14b8a6;--wd-secondary-dark: #0d9488;--wd-accent: #f59e0b;--wd-dark: #1e293b;--wd-gray-900: #0f172a;--wd-gray-800: #1e293b;--wd-gray-700: #334155;--wd-gray-600: #475569;--wd-gray-500: #64748b;--wd-gray-400: #94a3b8;--wd-gray-300: #cbd5e1;--wd-gray-200: #e2e8f0;--wd-gray-100: #f1f5f9;--wd-gray-50: #f8fafc;--wd-white: #ffffff;--wd-gradient-1: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--wd-gradient-2: linear-gradient(135deg, #6366f1 0%, #8b5cf6 50%, #ec4899 100%);--wd-gradient-3: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);--wd-shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);--wd-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);--wd-shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);--wd-shadow-xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);--wd-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);}#main-footer{display: none;}.web-design-template-area * {box-sizing: border-box;margin: 0;padding: 0;}.web-design-template-area {font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;line-height: 1.6;color: var(--wd-gray-900);overflow-x: hidden;background: var(--wd-white);margin-top:-90px;}.web-design-template-area img {max-width: 100%;height: auto;display: block;}.sr-only {position: absolute;width: 1px;height: 1px;padding: 0;margin: -1px;overflow: hidden;clip: rect(0, 0, 0, 0);white-space: nowrap;border: 0;}.wd-container {width: 100%;max-width: 1280px;margin: 0 auto;padding: 0 1rem;}@media (min-width: 640px) {.wd-container {padding: 0 1.5rem;}}@media (min-width: 1024px) {.wd-container {padding: 0 2rem;}}.wd-hero-title {font-size: clamp(2.5rem, 6vw, 4.5rem);font-weight: 800;line-height: 1.1;margin-bottom: 1.5rem;color: var(--wd-white);}.wd-section-title {font-size: clamp(2rem, 5vw, 3.5rem);font-weight: 700;line-height: 1.2;margin-bottom: 1rem;color: var(--wd-gray-900);}.wd-text-gradient {background: var(--wd-gradient-2);-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;}@keyframes fadeIn {from {opacity: 0;}to {opacity: 1;}}@keyframes slideUp {from {opacity: 0;transform: translateY(30px);}to {opacity: 1;transform: translateY(0);}}@keyframes scaleIn {from {opacity: 0;transform: scale(0.9);}to {opacity: 1;transform: scale(1);}}@keyframes float {0%, 100% {transform: translateY(0);}50% {transform: translateY(-20px);}}@keyframes abstractFloat1 {0%, 100% {transform: translateY(0) rotate(0deg) scale(1);opacity: 0.15;}25% {transform: translateY(-30px) rotate(5deg) scale(1.1);opacity: 0.2;}50% {transform: translateY(-60px) rotate(10deg) scale(1.05);opacity: 0.25;}75% {transform: translateY(-30px) rotate(15deg) scale(0.95);opacity: 0.18;}}@keyframes abstractFloat2 {0%, 100% {transform: translateX(0) translateY(0) rotate(0deg) scale(1);opacity: 0.12;}33% {transform: translateX(20px) translateY(-20px) rotate(-8deg) scale(1.08);opacity: 0.18;}66% {transform: translateX(-15px) translateY(-40px) rotate(-15deg) scale(0.92);opacity: 0.22;}}@keyframes abstractFloat3 {0%, 100% {transform: translateY(0) rotate(0deg) scale(1);opacity: 0.1;}50% {transform: translateY(-25px) rotate(180deg) scale(1.2);opacity: 0.15;}}@keyframes abstractFloat4 {0%, 100% {transform: translateX(0) translateY(0) rotate(0deg);opacity: 0.08;}25% {transform: translateX(30px) translateY(-15px) rotate(90deg);opacity: 0.12;}50% {transform: translateX(60px) translateY(-30px) rotate(180deg);opacity: 0.15;}75% {transform: translateX(30px) translateY(-15px) rotate(270deg);opacity: 0.12;}}@keyframes abstractPulse {0%, 100% {transform: scale(1) rotate(0deg);opacity: 0.1;}50% {transform: scale(1.3) rotate(5deg);opacity: 0.2;}}.animate-fade-in {animation: fadeIn 0.6s ease-out;}.animate-fade-in-delay {animation: fadeIn 0.6s ease-out 0.3s both;}.animate-slide-up {animation: slideUp 0.8s ease-out;}.animate-slide-up-delay {animation: slideUp 0.8s ease-out 0.2s both;}.animate-scale-in {animation: scaleIn 0.6s ease-out 0.4s both;}.animate-float {animation: float 6s ease-in-out infinite;}.animate-on-scroll {opacity: 0;transform: translateY(30px);transition: var(--wd-transition);}.animate-on-scroll.visible {opacity: 1;transform: translateY(0);}.wd-hero-section {position: relative;padding: 6rem 0 4rem;background: linear-gradient(135deg, var(--wd-gray-900) 0%, var(--wd-gray-800) 100%);overflow: hidden;}.wd-hero-bg-animation {position: absolute;top: 0;left: 0;right: 0;bottom: 0;overflow: hidden;opacity: 0.6;z-index: 0;}.wd-hero-bg-animation::before {content: '';position: absolute;top: -20%;left: -20%;width: 60%;height: 60%;background: linear-gradient(45deg, rgba(99, 102, 241, 0.15) 0%, rgba(139, 92, 246, 0.1) 50%, transparent 100%);border-radius: 50%;animation: abstractFloat1 15s ease-in-out infinite;transform-origin: center;}.wd-hero-bg-animation::after {content: '';position: absolute;top: 30%;right: -15%;width: 40%;height: 80%;background: linear-gradient(135deg, rgba(139, 92, 246, 0.12) 0%, rgba(236, 72, 153, 0.08) 50%, transparent 100%);border-radius: 30% 70% 70% 30%;animation: abstractFloat2 20s ease-in-out infinite reverse;transform-origin: center;}.wd-hero-section .wd-container {position: relative;z-index: 1;display: grid;grid-template-columns: 1fr;gap: 3rem;align-items: center;}@media (min-width: 1024px) {.wd-hero-section {padding: 10rem 0 6rem;}.wd-hero-section .wd-container {grid-template-columns: 1fr 1fr;gap: 4rem;}}.wd-hero-badge {display: inline-flex;align-items: center;gap: 0.5rem;padding: 0.5rem 1rem;background: var(--wd-primary);background: var(--wd-gradient-3);color: var(--wd-white);border-radius: 9999px;font-size: 0.875rem;font-weight: 600;margin-bottom: 1.5rem;}.wd-badge-icon {font-size: 1.25rem;}.wd-hero-subtitle {font-size: clamp(1.125rem, 2vw, 1.5rem);color: var(--wd-gray-300);margin-bottom: 2rem;line-height: 1.7;}.wd-hero-cta-group {display: flex;flex-wrap: wrap;gap: 1rem;margin-bottom: 3rem;}@media (max-width: 640px) {.wd-hero-cta-group {flex-direction: column;}}.wd-btn {display: inline-flex;align-items: center;justify-content: center;gap: 0.5rem;padding: 0.875rem 1.75rem;border-radius: 0.5rem;font-weight: 600;text-decoration: none;transition: var(--wd-transition);cursor: pointer;border: none;font-size: 1rem;min-height: 48px;position: relative;overflow: hidden;}.wd-btn-primary {background: var(--wd-gradient-3);color: var(--wd-white);box-shadow: var(--wd-shadow);}.wd-btn-primary:hover {transform: translateY(-2px);box-shadow: var(--wd-shadow-lg);}.wd-btn-primary::before {content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(255, 255, 255, 0.2);transform: translateX(-100%);transition: transform 0.3s ease;}.wd-btn-primary:hover::before {transform: translateX(0);}.wd-btn-secondary {background: var(--wd-white);color: var(--wd-gray-700);border: 2px solid var(--wd-gray-300);}.wd-btn-secondary:hover {background: var(--wd-gray-50);border-color: var(--wd-gray-400);transform: translateY(-1px);}.wd-btn-large {padding: 1rem 2rem;font-size: 1.125rem;}.wd-btn-arrow {transition: transform 0.3s ease;}.wd-btn:hover .wd-btn-arrow {transform: translateX(4px);}.wd-hero-stats {display: grid;grid-template-columns: repeat(3, 1fr);gap: 1rem;padding: 1.5rem;background: var(--wd-white);border-radius: 1rem;box-shadow: var(--wd-shadow);}.wd-stat {text-align: center;}.wd-stat-number {display: block;font-size: 1.875rem;font-weight: 700;color: var(--wd-primary);margin-bottom: 0.25rem;}.wd-stat-label {font-size: 0.875rem;color: var(--wd-gray-600);}.wd-browser-mockup {background: var(--wd-white);border-radius: 0.75rem;box-shadow: var(--wd-shadow-xl);overflow: hidden;transform: perspective(1000px) rotateX(5deg) rotateY(-10deg);transition: transform 0.3s ease;}.wd-browser-mockup:hover {transform: perspective(1000px) rotateX(0) rotateY(0);}.wd-browser-bar {background: var(--wd-gray-100);padding: 1rem;border-bottom: 1px solid var(--wd-gray-200);}.wd-browser-dots {display: flex;gap: 0.5rem;}.wd-browser-dots span {width: 12px;height: 12px;border-radius: 50%;background: var(--wd-gray-300);}.wd-browser-dots span:first-child {background: #ef4444;}.wd-browser-dots span:nth-child(2) {background: #f59e0b;}.wd-browser-dots span:nth-child(3) {background: #10b981;}.wd-services-section, .wd-portfolio-section, .wd-process-section, .wd-testimonials-section, .wd-faq-section {padding: 5rem 0;}.wd-faq-section {background: #f0f4ff;}@media (min-width: 1024px) {.wd-services-section, .wd-portfolio-section, .wd-process-section, .wd-testimonials-section, .wd-faq-section {padding: 7rem 0;}}.wd-portfolio-section {background: var(--wd-gray-50);}.wd-pricing-section {padding: 5rem 0;background: var(--wd-white);}@media (min-width: 1024px) {.wd-pricing-section {padding: 7rem 0;}}.wd-process-section {background: linear-gradient(135deg, var(--wd-gray-800) 0%, var(--wd-gray-700) 100%);color: var(--wd-white);}.wd-process-section .wd-section-title {color: var(--wd-white);}.wd-process-section .wd-section-subtitle {color: var(--wd-gray-300);}.wd-process-section .wd-section-badge {background: var(--wd-primary-light);color: var(--wd-white);}.wd-section-header {text-align: center;margin-bottom: 3rem;display: flex;flex-direction: column;align-items: center;justify-content: center;}@media (min-width: 1024px) {.wd-section-header {margin-bottom: 4rem;}}.wd-section-badge {display: inline-block;padding: 0.375rem 0.875rem;background: var(--wd-primary-light);color: var(--wd-white);border-radius: 9999px;font-size: 0.875rem;font-weight: 600;margin-bottom: 1rem;}.wd-section-subtitle {font-size: 1.25rem;color: var(--wd-gray-600);max-width: 600px;margin: 0 auto;}.wd-services-grid {display: grid;grid-template-columns: 1fr;gap: 2rem;}@media (min-width: 768px) {.wd-services-grid {grid-template-columns: repeat(3, 1fr);}}.wd-service-card {background: var(--wd-white);padding: 2.5rem;border-radius: 1rem;box-shadow: var(--wd-shadow);transition: var(--wd-transition);position: relative;overflow: hidden;}.wd-service-card::before {content: '';position: absolute;top: 0;left: 0;right: 0;height: 4px;background: var(--wd-gradient-3);transform: scaleX(0);transition: transform 0.3s ease;}.wd-service-card:hover {transform: translateY(-5px);box-shadow: var(--wd-shadow-xl);}.wd-service-card:hover::before {transform: scaleX(1);}.wd-service-icon {width: 60px;height: 60px;background: var(--wd-gradient-3);border-radius: 1rem;display: flex;align-items: center;justify-content: center;margin-bottom: 1.5rem;}.wd-service-icon svg {width: 30px;height: 30px;color: var(--wd-white);}.wd-service-title {font-size: 1.5rem;font-weight: 700;margin-bottom: 1rem;color: var(--wd-gray-900);}.wd-service-desc {color: var(--wd-gray-600);margin-bottom: 1.5rem;line-height: 1.7;}.wd-service-features {list-style: none;}.wd-service-features li {padding: 0.5rem 0;padding-left: 1.5rem;position: relative;color: var(--wd-gray-700);}.wd-service-features li::before {content: '✓';position: absolute;left: 0;color: var(--wd-secondary);font-weight: 700;}.wd-portfolio-slider-container {position: relative;max-width: 100%;margin: 0 auto;}.wd-portfolio-slider {position: relative;width: 100%;height: 500px;overflow: hidden;border-radius: 1rem;box-shadow: var(--wd-shadow-xl);}.wd-portfolio-track {display: flex;width: 100%;height: 100%;transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);}.wd-portfolio-slide {position: relative;flex: 0 0 100%;width: 100%;height: 100%;overflow: hidden;}.wd-portfolio-item-image {position: relative;width: 100%;height: 100%;overflow: hidden;}.wd-portfolio-item-image img {width: 100%;height: 100%;object-fit: cover;transition: transform 0.6s ease;}.wd-portfolio-slide:hover .wd-portfolio-item-image img {transform: scale(1.05);}.wd-portfolio-overlay {position: absolute;top: 0;left: 0;right: 0;bottom: 0;background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%);display: flex;align-items: flex-end;justify-content: flex-start;padding: 2rem;opacity: 0;transition: opacity 0.4s ease;}.wd-portfolio-slide:hover .wd-portfolio-overlay {opacity: 1;}.wd-portfolio-overlay-content {color: var(--wd-white);text-align: left;max-width: 80%;}.wd-portfolio-overlay-content h3 {font-size: 1.875rem;font-weight: 700;margin-bottom: 0.5rem;text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);}.wd-portfolio-overlay-content p {font-size: 1rem;margin-bottom: 1rem;line-height: 1.6;opacity: 0.9;}.wd-portfolio-overlay .wd-portfolio-tags {display: flex;flex-wrap: wrap;gap: 0.5rem;margin-top: 1rem;}.wd-portfolio-overlay .wd-portfolio-tags span {padding: 0.25rem 0.75rem;background: rgba(255, 255, 255, 0.2);color: var(--wd-white);border-radius: 9999px;font-size: 0.875rem;font-weight: 500;backdrop-filter: blur(10px);border: 1px solid rgba(255, 255, 255, 0.1);}.wd-portfolio-controls {position: absolute;top: 50%;left: 0;right: 0;display: flex;justify-content: space-between;padding: 0 1rem;z-index: 2;transform: translateY(-50%);pointer-events: none;}.wd-portfolio-prev, .wd-portfolio-next {width: 50px;height: 50px;background: rgba(255, 255, 255, 0.9);border: none;border-radius: 50%;display: flex;align-items: center;justify-content: center;cursor: pointer;transition: all 0.3s ease;backdrop-filter: blur(10px);box-shadow: var(--wd-shadow);pointer-events: auto;}.wd-portfolio-prev:hover, .wd-portfolio-next:hover {background: var(--wd-white);transform: scale(1.1);box-shadow: var(--wd-shadow-lg);}.wd-portfolio-prev:active, .wd-portfolio-next:active {transform: scale(0.95);}.wd-portfolio-prev svg, .wd-portfolio-next svg {width: 20px;height: 20px;color: var(--wd-gray-700);}.wd-portfolio-prev:hover svg, .wd-portfolio-next:hover svg {color: var(--wd-primary);}.wd-portfolio-indicators {display: none;justify-content: center;gap: 0.5rem;margin-top: 2rem;}.wd-portfolio-indicator {width: 12px;height: 12px;border-radius: 50%;border: none;background: var(--wd-gray-300);cursor: pointer;transition: all 0.3s ease;position: relative;}.wd-portfolio-indicator.active {background: var(--wd-primary);transform: scale(1.2);}.wd-portfolio-indicator:hover {background: var(--wd-primary-light);transform: scale(1.1);}.wd-portfolio-indicator:not(.active):hover {background: var(--wd-gray-400);}@media (min-width: 768px) {.wd-portfolio-slider {height: 400px;}.wd-portfolio-slide {flex: 0 0 50%;margin-right: 1rem;}.wd-portfolio-slide:last-child {margin-right: 0;}.wd-portfolio-controls {padding: 0 2rem;}}@media (min-width: 1024px) {.wd-portfolio-slider {height: 450px;}.wd-portfolio-slide {flex: 0 0 33.333%;margin-right: 1rem;}.wd-portfolio-overlay-content {max-width: 90%;}.wd-portfolio-overlay-content h3 {font-size: 2rem;}.wd-portfolio-overlay-content p {font-size: 1.125rem;}}@media (max-width: 767px) {.wd-portfolio-slider {height: 350px;}.wd-portfolio-overlay {padding: 1.5rem;}.wd-portfolio-overlay-content h3 {font-size: 1.5rem;}.wd-portfolio-overlay-content p {font-size: 0.9rem;}.wd-portfolio-controls {padding: 0 0.5rem;}.wd-portfolio-prev, .wd-portfolio-next {width: 40px;height: 40px;}.wd-portfolio-prev svg, .wd-portfolio-next svg {width: 16px;height: 16px;}.wd-portfolio-indicators {margin-top: 1.5rem;}.wd-portfolio-indicator {width: 10px;height: 10px;}}.wd-pricing-grid {display: grid;grid-template-columns: 1fr;gap: 2rem;margin-bottom: 3rem;}@media (min-width: 768px) {.wd-pricing-grid {grid-template-columns: repeat(2, 1fr);}}@media (min-width: 1024px) {.wd-pricing-grid {grid-template-columns: repeat(3, 1fr);align-items: stretch;}}.wd-pricing-card {background: var(--wd-white);border-radius: 1.5rem;box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);padding: 2.5rem;position: relative;display: flex;flex-direction: column;transition: var(--wd-transition);border: 2px solid var(--wd-gray-100);}.wd-pricing-card:hover {transform: translateY(-5px);box-shadow: var(--wd-shadow-xl);border-color: var(--wd-primary-light);}.wd-pricing-featured {border-color: var(--wd-primary);background: linear-gradient(135deg, var(--wd-white) 0%, #f8f9ff 100%);transform: scale(1.05);}.wd-pricing-featured:hover {transform: scale(1.05) translateY(-5px);}@media (max-width: 1023px) {.wd-pricing-featured {transform: scale(1);}.wd-pricing-featured:hover {transform: translateY(-5px);}}.wd-pricing-badge {position: absolute;top: -12px;left: 50%;transform: translateX(-50%);background: var(--wd-gradient-3);color: var(--wd-white);padding: 0.5rem 1.5rem;border-radius: 9999px;font-size: 0.875rem;font-weight: 700;box-shadow: var(--wd-shadow);white-space: nowrap;}.wd-pricing-header {text-align: center;margin-bottom: 2rem;padding-bottom: 2rem;border-bottom: 2px solid var(--wd-gray-100);}.wd-pricing-title {font-size: 1.875rem;font-weight: 700;color: var(--wd-gray-900);margin-bottom: 1rem;}.wd-pricing-price {display: flex;align-items: baseline;justify-content: center;gap: 0.25rem;margin-bottom: 1rem;}.wd-price-currency {font-size: 1.5rem;font-weight: 600;color: var(--wd-gray-500);}.wd-price-amount {font-size: 3.5rem;font-weight: 800;color: var(--wd-gray-900);line-height: 1;}.wd-price-period {font-size: 1.125rem;color: var(--wd-gray-500);font-weight: 500;}.wd-pricing-desc {font-size: 1rem;color: var(--wd-gray-600);line-height: 1.5;}.wd-pricing-features {flex: 1;margin-bottom: 2rem;}.wd-pricing-features ul {list-style: none;display: flex;flex-direction: column;gap: 1rem;}.wd-pricing-features li {display: flex;align-items: flex-start;gap: 0.75rem;font-size: 1rem;color: var(--wd-gray-700);}.wd-pricing-features li svg {width: 20px;height: 20px;color: var(--wd-secondary);flex-shrink: 0;margin-top: 2px;}.wd-pricing-featured .wd-pricing-features li svg {color: var(--wd-primary);}.wd-pricing-features li strong {font-weight: 700;color: var(--wd-gray-900);}.wd-pricing-footer {margin-top: auto;}.wd-btn-block {width: 100%;text-align: center;}.wd-pricing-notes {text-align: center;margin-top: 3rem;color: var(--wd-gray-600);}.wd-pricing-notes p {margin-bottom: 0.5rem;}.wd-pricing-notes strong {color: var(--wd-gray-900);}@keyframes pricingCardPulse {0%, 100% {box-shadow: 0 0 0 0 rgba(99, 102, 241, 0.4);}50% {box-shadow: 0 0 0 10px rgba(99, 102, 241, 0);}}.wd-pricing-featured {animation: pricingCardPulse 5s infinite;}.wd-pricing-featured:hover {animation: none;}@media (max-width: 767px) {.wd-pricing-featured {animation: pricingCardPulse 8s infinite;}}@media (max-width: 767px) {.wd-pricing-card {padding: 2rem;}.wd-price-amount {font-size: 2.5rem;}.wd-pricing-title {font-size: 1.5rem;}.wd-pricing-featured .wd-pricing-title {margin-top: 1rem;}.wd-pricing-badge {font-size: 0.75rem;padding: 0.375rem 1rem;}}@media (hover: none) and (pointer: coarse) {.wd-portfolio-overlay {opacity: 0.8;}.wd-portfolio-slide:hover .wd-portfolio-item-image img {transform: none;}.wd-portfolio-prev, .wd-portfolio-next {opacity: 0.9;}}.wd-process-timeline {position: relative;display: grid;grid-template-columns: 1fr;gap: 3rem;max-width: 900px;margin: 0 auto;}@media (min-width: 768px) {.wd-process-timeline {grid-template-columns: repeat(2, 1fr);gap: 2.5rem;}}@media (min-width: 1024px) {.wd-process-timeline {grid-template-columns: repeat(4, 1fr);gap: 2rem;}}.wd-process-line {display: none;}@media (min-width: 1024px) {.wd-process-line {display: block;position: absolute;top: 40px;left: 10%;right: 10%;height: 2px;background: var(--wd-gray-300);z-index: 0;}}.wd-process-item {position: relative;z-index: 1;text-align: center;}.wd-process-number {width: 80px;height: 80px;background: var(--wd-gradient-3);color: var(--wd-white);border-radius: 50%;display: flex;align-items: center;justify-content: center;font-size: 1.5rem;font-weight: 700;margin: 0 auto 1.5rem;position: relative;box-shadow: var(--wd-shadow);}.wd-process-item h3 {font-size: 1.25rem;font-weight: 700;margin-bottom: 0.75rem;color: var(--wd-white);}.wd-process-item p {color: var(--wd-gray-300);line-height: 1.7;}.wd-testimonials-grid {display: grid;grid-template-columns: 1fr;gap: 2rem;}@media (min-width: 768px) {.wd-testimonials-grid {grid-template-columns: repeat(3, 1fr);}}.wd-testimonial-card {background: var(--wd-white);padding: 2rem;border-radius: 1rem;box-shadow: var(--wd-shadow);transition: var(--wd-transition);}.wd-testimonial-card:hover {transform: translateY(-5px);box-shadow: var(--wd-shadow-xl);}.wd-testimonial-stars {color: var(--wd-accent);font-size: 1.25rem;margin-bottom: 1rem;}.wd-testimonial-text {color: var(--wd-gray-700);font-style: italic;line-height: 1.7;margin-bottom: 1.5rem;}.wd-testimonial-author {display: flex;align-items: center;gap: 1rem;}.wd-client-initials {width: 60px;height: 60px;border-radius: 50%;background: var(--wd-gradient-3);color: var(--wd-white);display: flex;align-items: center;justify-content: center;font-size: 1.25rem;font-weight: 700;letter-spacing: 1px;text-transform: uppercase;box-shadow: var(--wd-shadow);transition: var(--wd-transition);}.wd-testimonial-card:hover .wd-client-initials {transform: scale(1.1);box-shadow: var(--wd-shadow-lg);}.wd-author-name {font-weight: 700;color: var(--wd-gray-900);}.wd-author-role {font-size: 0.875rem;color: var(--wd-gray-600);}.wd-faq-grid {display: grid;grid-template-columns: 1fr;gap: 1rem;max-width: 800px;margin: 0 auto;}.wd-faq-item {background: var(--wd-white);border: 2px solid var(--wd-gray-200);border-radius: 0.75rem;transition: var(--wd-transition);}.wd-faq-item:hover {border-color: var(--wd-primary-light);}.wd-faq-item summary {padding: 1.25rem;font-weight: 600;color: var(--wd-gray-900);cursor: pointer;user-select: none;display: flex;justify-content: space-between;align-items: center;list-style: none;}.wd-faq-item summary::-webkit-details-marker {display: none;}.wd-faq-item summary::after {content: '+';font-size: 1.5rem;color: var(--wd-primary);transition: transform 0.3s ease;}.wd-faq-item[open] summary::after {transform: rotate(45deg);}.wd-faq-item[open] summary {border-bottom: 2px solid var(--wd-gray-200);}.wd-faq-item p {padding: 1.25rem;color: var(--wd-gray-600);line-height: 1.7;}.wd-cta-section {padding: 5rem 0;background: var(--wd-gradient-3);position: relative;overflow: hidden;}@media (min-width: 1024px) {.wd-cta-section {padding: 7rem 0;}}.wd-cta-section::before {content: '';position: absolute;top: -50%;right: -25%;width: 50%;height: 200%;background: rgba(255, 255, 255, 0.1);transform: rotate(-45deg);}.wd-cta-content {position: relative;z-index: 1;text-align: center;max-width: 800px;margin: 0 auto;}.wd-cta-title {color: var(--wd-white);margin-bottom: 1.5rem;}.wd-cta-title .wd-text-gradient {background: linear-gradient(135deg, var(--wd-white) 0%, var(--wd-gray-200) 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;}.wd-cta-subtitle {font-size: 1.25rem;color: rgba(255, 255, 255, 0.9);margin-bottom: 2rem;}.wd-cta-urgency {display: inline-flex;align-items: center;gap: 0.5rem;padding: 0.75rem 1.5rem;background: rgba(255, 255, 255, 0.2);border-radius: 9999px;color: var(--wd-white);font-weight: 600;margin-bottom: 2rem;}.wd-cta-urgency svg {width: 20px;height: 20px;}.wd-cta-buttons {display: flex;flex-wrap: wrap;gap: 1rem;justify-content: center;}@media (max-width: 640px) {.wd-cta-buttons {flex-direction: column;align-items: stretch;}}.wd-cta-section .wd-btn-primary {background: var(--wd-white);color: var(--wd-primary);}.wd-cta-section .wd-btn-primary:hover {background: var(--wd-gray-100);}.wd-cta-section .wd-btn-secondary {background: transparent;color: var(--wd-white);border-color: var(--wd-white);}.wd-cta-section .wd-btn-secondary:hover {background: rgba(255, 255, 255, 0.1);}.wd-cta-section .wd-btn svg {width: 20px;height: 20px;}@media (max-width: 767px) {.wd-hero-section {padding: 6rem 0 3rem;}.wd-hero-section .wd-container {display: flex;flex-direction: column;}.wd-hero-content {order: 1;}.wd-hero-visual {order: 2;margin-bottom: 2rem;}.wd-browser-mockup {transform: none;}.wd-hero-stats {grid-template-columns: 1fr;gap: 0.75rem;}.wd-section-header {margin-bottom: 2rem;}.wd-services-grid, .wd-portfolio-grid, .wd-testimonials-grid {gap: 1.5rem;}.wd-service-card, .wd-testimonial-card {padding: 1.5rem;}.wd-portfolio-item {min-height: auto;}.wd-portfolio-content {padding: 2rem 1.25rem 1.25rem;}.wd-portfolio-tags {font-size: 0.75rem;}.wd-pricing-badge {font-size: 1.3rem;padding: 0.375rem 0.75rem;}}@media (min-width: 768px) and (max-width: 1023px) {.wd-hero-section .wd-container {grid-template-columns: 1fr;}.wd-hero-visual {max-width: 600px;margin: 0 auto;}}.wd-hero-title, .wd-section-title {word-break: break-word;hyphens: auto;-webkit-hyphens: auto;-moz-hyphens: auto;-ms-hyphens: auto;}.wd-btn {white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}@media (max-width: 640px) {.wd-btn {white-space: normal;min-height: 48px;padding: 0.75rem 1.25rem;}}@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {.wd-hero-bg-animation, .wd-gradient-elements {background-size: 200% 200%;}}@media print {.wd-hero-section, .wd-cta-section {background: none !important;color: black !important;}.wd-btn {border: 1px solid black !important;background: white !important;color: black !important;}.wd-text-gradient {-webkit-text-fill-color: black;}}.wd-abstract-shape {position: absolute;border-radius: 50%;pointer-events: none;mix-blend-mode: multiply;}.wd-shape-1 {top: 15%;left: 10%;width: 120px;height: 120px;background: linear-gradient(45deg, rgba(99, 102, 241, 0.15) 0%, rgba(139, 92, 246, 0.1) 100%);animation: abstractFloat3 12s ease-in-out infinite;border-radius: 60% 40% 30% 70%;}.wd-shape-2 {top: 60%;left: 70%;width: 80px;height: 80px;background: linear-gradient(135deg, rgba(139, 92, 246, 0.12) 0%, rgba(236, 72, 153, 0.08) 100%);animation: abstractFloat4 18s ease-in-out infinite;border-radius: 40% 60% 60% 40%;}.wd-shape-3 {top: 25%;right: 20%;width: 150px;height: 100px;background: linear-gradient(90deg, rgba(59, 130, 246, 0.1) 0%, rgba(139, 92, 246, 0.15) 100%);animation: abstractPulse 25s ease-in-out infinite;border-radius: 50% 20% 80% 30%;transform-origin: center;}.wd-shape-4 {top: 70%;left: 5%;width: 90px;height: 90px;background: radial-gradient(circle, rgba(236, 72, 153, 0.12) 0%, rgba(99, 102, 241, 0.08) 70%, transparent 100%);animation: abstractFloat1 22s ease-in-out infinite reverse;border-radius: 70% 30% 50% 50%;}.wd-shape-5 {top: 5%;right: 5%;width: 200px;height: 60px;background: linear-gradient(45deg, rgba(99, 102, 241, 0.08) 0%, rgba(59, 130, 246, 0.12) 50%, transparent 100%);animation: abstractFloat2 16s ease-in-out infinite;border-radius: 30px;transform-origin: center;}.wd-hero-section .wd-container {position: relative;z-index: 2;}@media (max-width: 768px) {.wd-abstract-shape {transform: scale(0.7);}.wd-shape-3 {width: 100px;height: 70px;}.wd-shape-5 {width: 120px;height: 40px;}}@media (prefers-reduced-motion: reduce) {*, *::before, *::after {animation-duration: 0.01ms !important;animation-iteration-count: 1 !important;transition-duration: 0.01ms !important;}.wd-abstract-shape {animation: none !important;opacity: 0.05 !important;}}.wd-btn:focus, .wd-faq-item summary:focus, a:focus {outline: 3px solid var(--wd-primary);outline-offset: 2px;}.wd-loading {opacity: 0.6;pointer-events: none;}.wd-spinner {display: inline-block;width: 20px;height: 20px;border: 3px solid var(--wd-gray-300);border-top-color: var(--wd-primary);border-radius: 50%;animation: spin 1s linear infinite;}@keyframes spin {to {transform: rotate(360deg);}}.wd-section-subtitle {max-width: 700px;margin: 0 auto;}.wd-hero-subtitle {max-width: 650px;margin: 0 auto 2rem;color: var(--wd-gray-300);}.wd-cta-urgency {animation: pulse 2s infinite;}@keyframes pulse {0% {opacity: 1;}50% {opacity: 0.7;}100% {opacity: 1;}}.wd-contact-info {display: flex;flex-wrap: wrap;gap: 1rem;justify-content: center;margin-top: 2rem;}.wd-contact-item {display: flex;align-items: center;gap: 0.5rem;color: var(--wd-gray-600);font-size: 0.9rem;}.wd-contact-item svg {width: 18px;height: 18px;color: var(--wd-primary);}.wd-clients {padding: 4rem 0;background: #1a2537;position: relative;overflow: hidden;}.wd-clients::before {content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;background: radial-gradient(circle at 50% 50%, rgba(99, 102, 241, 0.12) 0%, transparent 50%);pointer-events: none;}.wd-clients-inner {text-align: center;position: relative;z-index: 1;}.wd-clients-title {font-size: 1.125rem;font-weight: 600;color: #ffffff;opacity: 0.9;text-transform: uppercase;letter-spacing: 0.15em;margin-bottom: 2rem;}.wd-clients-carousel-wrapper {overflow: hidden;position: relative;}.wd-clients-carousel {width: 100%;overflow: hidden;}.wd-clients-track {display: flex;animation: scroll 30s linear infinite;width: calc(200% + 2rem);}.wd-client-logo-wrapper {flex: 0 0 auto;padding: 0 1rem;display: flex;align-items: center;justify-content: center;min-width: 150px;height: 80px;}.wd-client-logo {max-width: 120px;max-height: 60px;width: auto;height: auto;opacity: 0.6;transition: var(--wd-transition);filter: grayscale(100%);}.wd-client-logo:hover {opacity: 1;filter: grayscale(0%);}@keyframes scroll {0% {transform: translateX(0);}100% {transform: translateX(-50%);}}@media (max-width: 768px) {.wd-clients {padding: 3rem 0;}.wd-client-logo-wrapper {min-width: 120px;height: 60px;}.wd-client-logo {max-width: 100px;max-height: 50px;}}.wd-footer-trust {background: #0a0a0a url('http://next-kmu.de/wp-content/uploads/2024/09/Grain-Texture-Background.webp') repeat;border-top: 1px solid rgba(42, 45, 52, 0.08);}.wd-footer-trust h4 {color: #ffffff !important;}.wd-footer-trust p {color: #ffffff !important;}.wd-footer-trust svg {fill: #ffffff !important;stroke: #ffffff !important;}.wd-footer {background: linear-gradient(180deg, #0a0a0a 40%, #b00158 100%) !important;color: var(--wd-white);padding: 80px 0 0;margin-top: 0;position: relative;overflow: hidden;}.wd-footer::before {content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;pointer-events: none;}.wd-footer-content {display: grid;grid-template-columns: 1fr 200px 200px 250px;gap: 48px;position: relative;z-index: 1;margin-bottom: 60px;}.wd-footer-column {display: flex;flex-direction: column;gap: 24px;}.wd-footer-logo img {width: 40%!important;height: auto;margin-bottom: 16px;}.wd-footer-contact-info {color: rgba(255, 255, 255, 0.9);font-size: 1rem;line-height: 1.6;}.wd-footer-contact-info p {margin-bottom: 20px;}.wd-footer-address {margin-bottom: 32px;}.wd-footer-address strong {color: var(--wd-white);font-weight: 600;}.wd-footer-membership {text-align: left;margin-top: 24px;}.wd-footer-membership img {width: 50%;height: auto;margin-bottom: 8px;}.wd-footer-membership p {font-size: 0.75rem;font-weight: 600;letter-spacing: 0.05em;color: rgba(255, 255, 255, 0.8);}.wd-footer-title {font-size: 1rem;font-weight: 700;color: #ffffff;text-transform: uppercase;letter-spacing: 0.05em;}.wd-footer-links {list-style: none;display: flex;flex-direction: column;gap: 12px;}.wd-footer-links a {color: rgba(255, 255, 255, 0.8);text-decoration: none;font-size: 1rem;transition: var(--wd-transition);line-height: 1.4;}.wd-footer-links a:hover {color: var(--wd-white);text-decoration: underline;}.wd-footer-links .wd-privacy-link, .wd-footer-links .wd-privacy-history {text-decoration: underline;font-size: 1rem;}.wd-footer-contact {display: flex;flex-direction: column;gap: 16px;}.wd-footer-phone a {font-size: 1.25rem;font-weight: 700;color: #ffffff;text-decoration: none;display: block;margin-bottom: 8px;}.wd-footer-phone a:hover {color: #ff0a84;}.wd-footer-email a {color: rgba(255, 255, 255, 0.9);text-decoration: none;font-size: 1rem;}.wd-footer-email a:hover {color: var(--wd-white);text-decoration: underline;}.wd-footer-social {display: flex;gap: 16px;margin-top: 8px;}.wd-footer-social a {display: flex;align-items: center;justify-content: center;width: 40px;height: 40px;background: rgba(255, 255, 255, 0.1);border-radius: 50%;color: rgba(255, 255, 255, 0.8);transition: var(--wd-transition);}.wd-footer-social a:hover {background: rgba(255, 255, 255, 0.2);color: var(--wd-white);transform: translateY(-2px);}.wd-footer-opt-out {margin-top: 16px;}.wd-footer-opt-out a {color: rgba(255, 255, 255, 0.7);text-decoration: underline;font-size: 1rem;}.wd-footer-opt-out a:hover {color: var(--wd-white);}.wd-footer-bottom {border-top: 1px solid rgba(255, 255, 255, 0.2);padding: 32px 0;display: flex;justify-content: space-between;align-items: center;position: relative;z-index: 1;}.wd-footer-copyright p {color: rgba(255, 255, 255, 0.7);font-size: 1rem;margin: 0;}.wd-footer-legal {display: flex;gap: 32px;}.wd-footer-legal a {color: rgba(255, 255, 255, 0.8);text-decoration: none;font-size: 1rem;font-weight: 500;transition: var(--wd-transition);}.wd-footer-legal a:hover {color: var(--wd-white);text-decoration: underline;}@media (max-width: 1024px) {.wd-footer-content {grid-template-columns: 1fr 1fr;gap: 40px;}.wd-footer-column:first-child {grid-column: 1 / -1;text-align: left;max-width: 600px;margin: 0 auto 40px;}}@media (max-width: 768px) {.wd-footer {padding: 60px 0 0;}.wd-footer-content {grid-template-columns: 1fr;gap: 32px;text-align: left;}.wd-footer-column:first-child {grid-column: auto;margin-bottom: 0;}.wd-footer-membership {text-align: left;margin-top: 24px;}.wd-footer-bottom {flex-direction: column;gap: 16px;text-align: left;align-items: flex-start;}.wd-footer-legal {gap: 24px;}.wd-footer-social {justify-content: flex-start;}}@media (max-width: 480px) {.wd-footer-legal {flex-direction: row;gap: 16px;}.wd-footer-legal a {display: block;}}