/* Professional B2B Webshop Styling - APIBlockchain */

/* Enhanced Professional Color Scheme - Nature Green Theme */
:root {
  --ab-primary: #059669;
  --ab-dark: #064e3b;
  --ab-accent: #10b981;
  --ab-light-bg: #f0fdf4;
  --ab-border: #d1fae5;
  --ab-text-dark: #064e3b;
  --ab-text-muted: #6b7280;
}

/* Premium Global Enhancements */
body {
  font-family: 'Montserrat', 'Lato', 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  line-height: 1.6;
  color: var(--ab-text-dark);
}

/* Enhanced Header Styling */
#Header {
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
}

/* Premium Logo Styling */
.textlogo {
  font-weight: 700;
  letter-spacing: -0.02em;
  background: linear-gradient(135deg, #059669 0%, #10b981 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Enhanced Navigation */
.menu a {
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
}

.menu a:hover,
.menu a.selected {
  color: var(--ab-primary) !important;
}

.menu a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0;
  height: 2px;
  background: var(--ab-primary);
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.menu a:hover::after,
.menu a.selected::after {
  width: 80%;
}

/* Premium Button Styling */
.ButtonPreview_buttonComponent__17NP0,
.button1 {
  background: linear-gradient(135deg, #059669 0%, #10b981 100%);
  border-radius: 12px;
  font-weight: 600;
  box-shadow: 0 4px 20px rgba(5, 150, 105, 0.3);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-transform: none;
  letter-spacing: 0.01em;
}

.ButtonPreview_buttonComponent__17NP0:hover,
.button1:hover {
  box-shadow: 0 8px 28px rgba(5, 150, 105, 0.4);
  transform: translateY(-3px);
}

/* Enhanced Hero Section */
#Home {
  position: relative;
}

#Home .textheading1 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.03em;
  text-shadow: 2px 4px 20px rgba(0, 0, 0, 0.5);
}

/* Professional Image Overlays - Nature Green */
.StripPreview_bgImageContainer__MFrbA::after,
.Background_bgImageContainer__AwuIx::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(6, 78, 59, 0.15) 0%, rgba(5, 150, 105, 0.25) 100%);
  pointer-events: none;
}

#Home .StripPreview_bgImageContainer__MFrbA::after,
#Home .Background_bgImageContainer__AwuIx::after {
  background: linear-gradient(135deg, rgba(6, 78, 59, 0.4) 0%, rgba(5, 150, 105, 0.3) 100%);
}

/* Image Quality Enhancement */
.StripPreview_bgImageContainer__MFrbA,
.Background_bgImageContainer__AwuIx {
  filter: brightness(0.95) contrast(1.1) saturate(1.1);
}

#Home .StripPreview_bgImageContainer__MFrbA,
#Home .Background_bgImageContainer__AwuIx {
  filter: brightness(0.85) contrast(1.15) saturate(0.95);
}

/* Premium Service Cards */
.BackgroundPreview_backgroundComponent__3Dr5e {
  transition: all 0.3s ease;
}

.BackgroundPreview_backgroundComponent__3Dr5e:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.12);
}

/* Icon Enhancement */
.Preview_component__SbiKo img[src*="svg"] {
  filter: drop-shadow(0 4px 12px rgba(5, 150, 105, 0.3));
  transition: all 0.3s ease;
}

/* Replace black SVG icons with nature green */
.Preview_component__SbiKo img[src*="fill='%23070707'"],
.Preview_component__SbiKo img[src*="fill='%233c3c3c'"] {
  filter: brightness(0) saturate(100%) invert(42%) sepia(93%) saturate(1352%) hue-rotate(127deg) brightness(96%) contrast(97%) drop-shadow(0 4px 12px rgba(5, 150, 105, 0.3));
}

.wsb-animation:hover img[src*="svg"] {
  transform: scale(1.15) rotate(5deg);
  filter: brightness(0) saturate(100%) invert(42%) sepia(93%) saturate(1352%) hue-rotate(127deg) brightness(96%) contrast(97%) drop-shadow(0 6px 20px rgba(5, 150, 105, 0.5));
}

/* Enhanced Typography */
.textheading1,
.textheading2,
.textheading3 {
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: var(--ab-text-dark);
}

.textnormal {
  color: var(--ab-text-muted);
  line-height: 1.7;
}

/* Premium Accent Color */
.accentColor {
  color: var(--ab-primary) !important;
  font-weight: 700;
  letter-spacing: 0.05em;
}

/* Enhanced Sections */
#Services,
#About,
#Why-Choose-Us {
  position: relative;
  overflow: hidden;
}

#Services::before,
#Why-Choose-Us::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 200px;
  background: linear-gradient(180deg, rgba(60, 100, 198, 0.03) 0%, transparent 100%);
  pointer-events: none;
}

/* Professional Footer */
#Footer {
  background: linear-gradient(135deg, rgba(60, 60, 60, 0.98) 0%, rgba(30, 41, 59, 0.98) 100%);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(60, 100, 198, 0.15);
}

/* Social Links Enhancement */
.Social_container__2rWh4 svg {
  transition: all 0.3s ease;
}

.Social_container__2rWh4 a:hover svg {
  transform: translateY(-3px) scale(1.1);
  filter: drop-shadow(0 4px 12px rgba(60, 100, 198, 0.4));
}

.Social_container__2rWh4 a:hover path {
  fill: var(--ab-primary) !important;
}

/* Sticky Button Enhancement */
.StickyButtonPreview_stickyButton__3jBM3 {
  background: linear-gradient(135deg, #059669 0%, #10b981 100%);
  box-shadow: 0 4px 20px rgba(5, 150, 105, 0.35);
  border-radius: 50px;
  transition: all 0.3s ease;
}

.StickyButtonPreview_stickyButton__3jBM3:hover {
  transform: translateX(-5px);
  box-shadow: 0 8px 28px rgba(5, 150, 105, 0.5);
}

/* Mobile Menu Enhancement */
.MobileHeaderMenu_mobileMenu__21p7v {
  background: linear-gradient(135deg, rgba(60, 60, 60, 0.98) 0%, rgba(30, 41, 59, 0.98) 100%) !important;
  backdrop-filter: blur(20px);
}

.MobileHeaderMenu_mobileMenu__21p7v a:hover {
  background-color: rgba(60, 100, 198, 0.2) !important;
  border-left: 4px solid var(--ab-primary);
}

/* Back to Top Button */
.BackToTopButtonPreview_backToTopButton__1tkHM {
  background: linear-gradient(135deg, #059669 0%, #10b981 100%);
  box-shadow: 0 4px 20px rgba(5, 150, 105, 0.4);
}

.BackToTopButtonPreview_backToTopButton__1tkHM:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(5, 150, 105, 0.5);
}

/* Responsive Enhancements */
@media (max-width: 650px) {
  .textheading1.mobile-oversized {
    font-size: clamp(1.75rem, 6vw, 2.5rem);
  }
  
  .ButtonPreview_buttonComponent__17NP0 {
    padding: 0.875rem 1.75rem;
  }
}

/* Professional Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.wsb-animation {
  animation: fadeInUp 0.6s ease-out;
}

/* Loading State */
.template {
  opacity: 0;
  animation: fadeIn 0.5s ease-in forwards;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

/* Premium Card Hover Effects */
.Preview_component__SbiKo {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Glassmorphism Effect for Premium Sections */
.hero-glass {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

/* Professional Link Styling */
a[href*="dashboard.apiblockchain.io"] {
  color: var(--ab-primary);
  font-weight: 600;
  position: relative;
}

a[href*="dashboard.apiblockchain.io"]::before {
  content: '→';
  margin-right: 4px;
  transition: margin 0.3s ease;
}

a[href*="dashboard.apiblockchain.io"]:hover::before {
  margin-right: 8px;
}
