/* Floating contact button styles have been moved to css/components/floating-buttons.css */
body {
    background: #fff;
    font-family: 'Poppins', sans-serif;
    color: #2E2E2E;
    font-weight: 400;
}

.container {
    max-width: 1280px;
    padding-left: 1rem;
    padding-right: 1rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #0a007e;
  margin-bottom: 0.7em;
  line-height: 1.2;
}
h1 { font-size: 2.2rem; }
h2 { font-size: 1.7rem; }
h3 { font-size: 1.2rem; }
h4, h5, h6 { font-size: 1rem; }

p, li, .feature-title {
  font-size: 1rem;
  color: #2E2E2E;
  line-height: 1.7;
}

/* Card/Panel Elevation */
.idea-do-content, .about-feature, .panel, .idea-contact-form, .stat-item {
  border-radius: 16px;
  box-shadow: 0 2px 16px rgba(10,0,126,0.08);
  background: #fff;
  transition: box-shadow 0.3s cubic-bezier(.4,0,.2,1), transform 0.3s cubic-bezier(.4,0,.2,1);
}
.idea-do-content:hover, .about-feature:hover, .panel:hover, .idea-contact-form:hover, .stat-item:hover {
  box-shadow: 0 6px 32px rgba(10,0,126,0.16);
  transform: translateY(-4px) scale(1.03);
}

/* Microinteractions for buttons */
.btn, .btn-link, .whatsapp-btn, .floating-message-btn, .floating-whatsapp-btn {
  transition: background 0.2s, color 0.2s, box-shadow 0.2s, transform 0.2s;
  will-change: background, color, box-shadow, transform;
}
.btn:focus, .btn-link:focus, .whatsapp-btn:focus, .floating-message-btn:focus, .floating-whatsapp-btn:focus {
  outline: 2px solid #00A87E;
  outline-offset: 2px;
}
.btn:hover, .btn-link:hover, .whatsapp-btn:hover, .floating-message-btn:hover, .floating-whatsapp-btn:hover {
  box-shadow: 0 4px 16px rgba(10,0,126,0.16);
  transform: translateY(-2px) scale(1.04);
}

/* Icon hover microinteraction */
.logo-img, .about-icon span, .message-icon, .whatsapp-icon {
  transition: filter 0.2s, transform 0.2s;
}
.logo-img:hover, .about-icon span:hover, .message-icon:hover, .whatsapp-icon:hover {
  filter: drop-shadow(0 0 8px #00A87E);
  transform: scale(1.12) rotate(-6deg);
}

/* SVG Section Divider Utility */
.section-divider {
  display: block;
  width: 100vw;
  height: 64px;
  margin: 0;
  padding: 0;
  line-height: 0;
  background: none;
  border: none;
}

a:focus {
    box-shadow: none;
}

a:focus,
a:hover,
a:active {
    text-decoration: none;
    color: #2623d0;
}

.container .columns {
    margin-left: -1rem;
    margin-right: -1rem;
}

.container .column {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
}

.idea-body {
    max-width: 1280px;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
}

.navbar .navbar-brand.logo {
    font-size: 1rem;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 2px;
}

.logo-img {
    padding-right: 10px;
    display: inline-block;
    height: 24px;
}

.idea-slogan {
    background: linear-gradient(134deg, #0C0091 0%, #00A87E 50%, #0C0091 100%);
    background-size: 200% 200%;
    animation: gradientWave 16s cubic-bezier(.4,0,.2,1) infinite alternate;
    padding-bottom: 3rem;
/* Rectangle 10: */
background-image: -webkit-linear-gradient(44deg, #0C0091 0%, #00A87E 100%);
background-image: -o-linear-gradient(44deg, #0C0091 0%, #00A87E 100%);
background-image: linear-gradient(134deg, #0C0091 0%, #00A87E 100%);
}

.idea-slogan .slogan-bold {
    display: block;
}

.idea-slogan .slogan-normal {
    display: block;
}

.idea-slogan p {
    font-size: .9rem;
    line-height: 1.6;
    font-weight: 200;
    opacity: 0.8;
    width: 90%;
    margin-bottom: 2rem;
}

.slogan {
    background: transparent;
    padding-top: 3rem;
    color: #fff;
    text-align: left;
    max-width: 1280px;
}

.slogan h1 {
    font-size: 3.2rem;
    font-family: 'Poppins', serif;
    font-weight: 700;
    text-shadow: 0px 5px 8px rgba(0, 0, 0, 0.1);
    line-height: 1.3;
    max-width: 950px;
    margin-bottom: 1rem;
    letter-spacing: 0.05rem;
}

.slogan-img {
    max-width: 100%;
    margin-top: 25px;
}

.idea-header {
    background: transparent;
}

.idea-header a {
    color: #fff;
}

.slogan .slogan-bold {
    color: #00ffd4;
}

.slogan .btn-start {
    padding: .9rem 1.5rem;
    height: auto;
    background: transparent;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    border-color: rgba(255, 255, 255, .4);
    letter-spacing: 0.05rem;
}

.feature-title {
    font-weight: 200;
    font-size: 1rem;
    padding: .5rem 0 .5rem 0;
    opacity: .5;
    text-align: center;
    display: inline-block;
    border-bottom: 1px solid #bcb9b9;
    margin: 0 auto 2rem;
}

.idea-header .navbar {
    max-width: 1280px;
    margin: 0 auto;
    padding: 1.5rem 0 1rem 0;
}

.idea-header .navbar-section .btn.btn-link {
    color: #fff;
    padding: .25rem 1.2rem;
    opacity: .9;
}

.idea-header .btn-hire-me {
    background: #00bc9e;
    border-color: transparent;
    color: #ffffff;
    border-radius: 50px;
    padding: .25rem 1rem;
}

/* Our Client*/

.idea-client {
    background: #f4f4f4;
    padding: 2rem 0;
    text-align: center;
}

.idea-client-title {
    text-align: center;
    font-size: 1rem;
    margin: 0 0 1.5rem 0;
    font-weight: 200;
    opacity: .5;
}

.client-logo {}

.idea-client a {
    display: inline-block;
    margin-right: 3.5rem;
}

.idea-client a:last-child {
    margin: 0;
}

.idea-client img {
    height: 34px;
}

/* Yeo Price */

.idea-price {
    padding: 0 0 4rem 0;
    background: #0a007e;
}

.idea-price .panel {
    text-align: center;
    background: #fff;
    border: none;
}

.idea-price .panel ul {
    list-style: none;
    margin: 0 1rem;
}

.idea-price .panel .panel-title {
    font-size: .8rem;
    font-weight: 400;
    padding: .5rem 0 0 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 1rem;
}

.idea-price .panel p {
    margin: 0;
}

.idea-price .panel .price {
    font-size: 2rem;
    font-weight: 700;
}

.idea-price .btn-price {
    padding: .6rem 1rem;
    background: #1f1f23;
    color: #fff;
    height: auto;
    min-width: 220px;
    font-size: .9rem;
}

.idea-price .panel .panel-footer {
    padding-bottom: 2rem;
}

/* Yeo Team */

.idea-team {
    text-align: center;
    border-bottom: 1px solid #eee;
    padding: 3rem 0;
    background: #f7f7f7;
}

.idea-team .team-title {
    font-size: 2rem;
    font-weight: 700;
    padding: 1rem 0;
}

.idea-team .name {
    font-size: 1rem;
    font-weight: 700;
    padding: .6rem 0 .2rem 0;
    display: block;
}

.idea-team .title {
    font-size: .8rem;
    opacity: .5;
}

.idea-team img {
    max-width: 250px;
}

.idea-team .s-circle {
    border-radius: 4px;
}

/* Open Source */

.idea-open-source {
    padding: 4rem 0;
    text-align: center;
}

.open-source-feature {
    font-weight: 700;
    font-size: 3.5rem;
}

.idea-open-source .btn-open-source {
    padding: .8rem 1.5rem;
    background: #fff;
    border-color: #ddd;
    color: #444;
    height: auto;
}

.idea-footer {
    background: #0a007e;
    color: #fff;
    padding: 3rem 0;
}

.idea-footer h4 {
    font-size: 1rem;
    color: #fff;
}

.idea-footer .columns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.idea-footer-content {
  text-align: center;
}
.idea-footer .nav {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
}

.idea-footer .nav .nav-item a {
    padding: .3rem 0rem;
    color: #fff;
    opacity: 0.8;
    font-weight: 200;
}

.idea-footer .nav a {
  position: relative;
  color: #fff;
  text-decoration: none;
  transition: color 0.2s;
}
.idea-footer .nav a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #00A87E;
  transition: width 0.3s cubic-bezier(.4,0,.2,1);
}
.idea-footer .nav a:hover::after,
.idea-footer .nav a:focus::after {
  width: 100%;
}
.idea-footer .nav a:hover,
.idea-footer .nav a:focus {
  color: #00A87E;
  background: none;
  text-decoration: none;
}

@media (max-width: 600px) {
    .slogan {
        padding-top: 0rem;
    }

    .slogan h1 {
        font-size: 1.6rem;
        line-height: 1.5;
        margin-bottom: .5rem;
    }

    .idea-slogan {
        padding-bottom: 2rem;
    }

    .idea-slogan p {
        font-size: .7rem;
        width: 100%;
        margin-bottom: 1rem;
    }

    .idea-do {
        padding: 1rem 0 2rem 0;
    }

    .idea-do .idea-do-content {
        padding-right: 0;
        padding-bottom: 1.5rem;
        text-align: center;
        border-bottom: 1px solid #ddd;
        margin-bottom: 1.5rem;
    }

    .idea-client a {
        margin: 10px 15px;
    }

    .idea-price .panel {
        text-align: center;
        background: #fff;
        margin-bottom: 1rem;
    }

    .idea-do h3 {
        font-size: 1rem;
        font-weight: 700;
        padding: 1rem 0 .1rem 0;
    }

    .idea-work {
        padding: 2rem 0;
        text-align: center;
    }

    .idea-work .idea-work-feature {
        font-size: 2rem;
    }

    .idea-open-source {
        padding: 2rem 0;
    }

    .open-source-feature {
        font-size: 2rem;
    }

    .idea-client img {
    height: 30px;
}

    .idea-footer {
        padding: 2rem 0;
    }

    .idea-footer-content {
        padding-bottom: 1rem;
    }

    .idea-footer h4 {
        font-size: 1rem;
        color: #fff;
        margin-bottom: 0;
    }

    .feature-title {
        font-weight: 200;
        font-size: 1rem;
        padding: 1rem 0 1rem 0;
        opacity: .5;
    }

    .idea-team {
        padding: 1rem 0;
    }

    .idea-price {
        padding: 0 0 2rem 0;
    }

    .idea-team .title {
        font-size: .8rem;
        opacity: .5;
        padding-bottom: 2rem;
        display: block;
    }

    .idea-price .btn-price {
        padding: .6rem .5rem;
        background: #382CBE;
        color: #fff;
        height: auto;
        width: 90%;
        font-size: .8rem;
    }

    .entrance-typing {
        white-space: normal !important;
        word-break: break-word;
        font-size: 1.2rem;
        padding: 0 1rem;
        min-height: 3.2em;
    }

}

@media (max-width: 900px) {
  .idea-footer .columns {
    flex-direction: column;
    align-items: center;
  }
  .idea-footer-content {
    margin-bottom: 2rem;
  }
}

.idea-contact {
  background: linear-gradient(134deg, #0C0091 0%, #00A87E 100%);
  padding: 64px 0 56px 0;
  text-align: center;
}
.idea-contact .feature-title {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 2rem;
}
.idea-contact-form {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.07);
  padding: 40px 32px 32px 32px;
  max-width: 520px;
  margin: 0 auto;
}
.idea-contact-form .form-group {
  margin-bottom: 1.5rem;
}
.idea-contact-form .form-input {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  font-size: 1rem;
  padding: 0.9rem 1.1rem;
  background: #f9f9fb;
  color: #222;
  transition: border 0.2s;
}
.idea-contact-form .form-input:focus {
  border-color: #00A87E;
  outline: none;
}
.idea-contact-form textarea.form-input {
  min-height: 120px;
  resize: vertical;
}
.idea-contact-form .btn {
  font-size: 1.1rem;
  padding: 0.9rem 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.95);
  border: 2px solid rgba(12, 0, 145, 0.1);
  color: #0C0091;
  font-weight: 500;
  letter-spacing: 0.03em;
  box-shadow: 0 4px 12px rgba(12, 0, 145, 0.15);
  transition: all 0.3s ease;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  backdrop-filter: blur(10px);
}
.idea-contact-form .btn:hover {
  background: rgba(255, 255, 255, 1);
  border-color: rgba(12, 0, 145, 0.2);
  color: #0C0091;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(12, 0, 145, 0.25);
}

/* Form status messages */
#form-status {
  font-size: 0.9rem;
  font-weight: 500;
  text-align: center;
}

/* Button loading state */
.btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.btn-loading {
  display: none;
}

/* Form validation styles */
.form-input:invalid {
  border-color: #dc3545;
}

.form-input:valid {
  border-color: #28a745;
}

/* Contact options styling */
.contact-options {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.contact-options .btn {
  flex: 1;
  min-width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
}

.whatsapp-btn {
  background: rgba(255, 255, 255, 0.95) !important;
  border: 2px solid rgba(0, 168, 126, 0.2) !important;
  color: #00A87E !important;
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 12px rgba(0, 168, 126, 0.15);
  transition: all 0.3s ease;
}

.whatsapp-btn:hover {
  background: rgba(255, 255, 255, 1) !important;
  border-color: rgba(0, 168, 126, 0.4) !important;
  color: #00A87E !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 168, 126, 0.25);
}

@media (max-width: 600px) {
  .contact-options {
    flex-direction: column;
  }
  
  .contact-options .btn {
    min-width: 100%;
  }
}

/* Floating Contact Buttons Container */
.floating-contact-buttons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: all 0.3s ease;
  pointer-events: none;
}

/* Floating Message Button */
.floating-message {
  transition: all 0.3s ease;
  pointer-events: auto;
}

.floating-message-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.95);
  color: #0C0091;
  padding: 12px 16px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(12, 0, 145, 0.15);
  transition: all 0.3s ease;
  font-weight: 500;
  font-size: 0.9rem;
  border: 2px solid rgba(12, 0, 145, 0.1);
  cursor: pointer;
  backdrop-filter: blur(10px);
  min-width: 56px;
  min-height: 56px;
  position: relative;
}

.floating-message-btn:hover {
  background: rgba(255, 255, 255, 1);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(12, 0, 145, 0.25);
  color: #0C0091;
  text-decoration: none;
  border-color: rgba(12, 0, 145, 0.2);
  justify-content: flex-start;
  padding-right: 20px;
}

.floating-message-btn:hover .floating-message-text {
  opacity: 1;
  width: auto;
  margin-left: 8px;
}

.floating-message-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(12, 0, 145, 0.15);
}

.message-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.floating-message-text {
  white-space: nowrap;
  opacity: 0;
  width: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

/* Floating WhatsApp Button */
.floating-whatsapp {
  transition: all 0.3s ease;
  pointer-events: auto;
}

.floating-whatsapp-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.95);
  color: #00A87E;
  padding: 12px 16px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 168, 126, 0.15);
  transition: all 0.3s ease;
  font-weight: 500;
  font-size: 0.9rem;
  border: 2px solid rgba(0, 168, 126, 0.2);
  cursor: pointer;
  backdrop-filter: blur(10px);
  min-width: 56px;
  min-height: 56px;
  position: relative;
}

.floating-whatsapp-btn:hover {
  background: rgba(255, 255, 255, 1);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 168, 126, 0.25);
  color: #00A87E;
  text-decoration: none;
  border-color: rgba(0, 168, 126, 0.4);
  justify-content: flex-start;
  padding-right: 20px;
}

.floating-whatsapp-btn:hover .floating-whatsapp-text {
  opacity: 1;
  width: auto;
  margin-left: 8px;
}

.floating-whatsapp-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(0, 168, 126, 0.15);
}

.whatsapp-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.floating-whatsapp-text {
  white-space: nowrap;
  opacity: 0;
  width: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .floating-contact-buttons {
    bottom: 15px;
    right: 15px;
    gap: 10px;
  }
  
  .floating-message-btn,
  .floating-whatsapp-btn {
    padding: 10px 14px;
    font-size: 0.85rem;
  }
  
  .message-icon,
  .whatsapp-icon {
    width: 20px;
    height: 20px;
  }
}

/* Hide on very small screens to avoid overlap */
@media (max-width: 480px) {
  .floating-contact-buttons {
    bottom: 10px;
    right: 10px;
    gap: 8px;
  }
  
  .floating-message-btn,
  .floating-whatsapp-btn {
    padding: 8px 12px;
    font-size: 0.8rem;
  }
  
  .floating-message-text,
  .floating-whatsapp-text {
    display: none;
  }
  
  .message-icon,
  .whatsapp-icon {
    width: 22px;
    height: 22px;
  }
}

/* Animation for attention */
@keyframes whatsapp-pulse {
  0% {
    box-shadow: 0 4px 12px rgba(0, 168, 126, 0.15);
  }
  50% {
    box-shadow: 0 4px 20px rgba(0, 168, 126, 0.3);
  }
  100% {
    box-shadow: 0 4px 12px rgba(0, 168, 126, 0.15);
  }
}

@keyframes message-pulse {
  0% {
    box-shadow: 0 4px 12px rgba(12, 0, 145, 0.15);
  }
  50% {
    box-shadow: 0 4px 20px rgba(12, 0, 145, 0.3);
  }
  100% {
    box-shadow: 0 4px 12px rgba(12, 0, 145, 0.15);
  }
}

.floating-whatsapp-btn {
  animation: whatsapp-pulse 2s infinite;
}

.floating-whatsapp-btn:hover {
  animation: none;
}

.floating-message-btn {
  animation: message-pulse 2s infinite;
  animation-delay: 1s;
}

.floating-message-btn:hover {
  animation: none;
}
@media (max-width: 600px) {
  .idea-contact-form {
    padding: 24px 8px 16px 8px;
  }
}

.lang-btn {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 4px;
  cursor: pointer;
  font-size: 1.3em;
  line-height: 1;
  transition: transform 0.1s;
}
.lang-btn:focus, .lang-btn:hover {
  outline: none;
  transform: scale(1.15);
}

/* About Us Section */
/* About Us section styles have been moved to css/components/about-us.css */

.hamburger-btn {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
    z-index: 1002;
}
.hamburger-bar {
    display: block;
    width: 28px;
    height: 3px;
    margin: 4px 0;
    background: #fff;
    border-radius: 2px;
    transition: all 0.3s cubic-bezier(.4,0,.2,1);
}
.show-sm {
    display: none;
}
@media (max-width: 900px) {
    .hide-sm {
        display: none !important;
    }
    .show-sm {
        display: flex !important;
    }
    .hamburger-btn {
        display: flex;
    }
    .mobile-nav {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 64px;
        left: 0;
        width: 100vw;
        background: #0a007e;
        box-shadow: 0 8px 32px rgba(0,0,0,0.12);
        z-index: 1001;
        padding: 24px 0 16px 0;
        align-items: center;
        gap: 0.5rem;
        transition: all 0.3s cubic-bezier(.4,0,.2,1);
    }
    .mobile-nav a.btn-link {
        color: #fff;
        font-size: 1.1em;
        padding: 0.7em 0;
        width: 90vw;
        text-align: center;
        border-radius: 8px;
        margin: 0.2em 0;
    }
    .mobile-nav .lang-selector-mobile {
        margin-top: 1em;
    }
}

/* Footer section styles have been moved to css/components/footer.css */
/* Animation styles have been moved to css/components/animations.css */

/* Team section styles have been moved to css/components/team.css */
/* Clients section styles have been moved to css/components/clients.css */
/* Contact section styles have been moved to css/components/contact.css */

/* Visually hidden skip link for accessibility */
.visually-hidden.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: 10000;
  background: #fff;
  color: #0a007e;
  padding: 8px 16px;
  border-radius: 4px;
  font-weight: bold;
  outline: none;
  transition: left 0.2s;
}
.visually-hidden.skip-link:focus {
  left: 16px;
  top: 16px;
  width: auto;
  height: auto;
  outline: 2px solid #0a007e;
  box-shadow: 0 2px 8px rgba(10,0,126,0.15);
}

/* Lightbulb entrance animation overlay */
.lightbulb-entrance {
  position: fixed;
  z-index: 10000;
  background: #0a007e;
  top: 0; left: 0; right: 0; bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.7s;
  opacity: 1;
  pointer-events: all;
}
.lightbulb-entrance.fade-out {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.7s;
}
.lightbulb-svg {
  width: 120px;
  height: 120px;
  filter: drop-shadow(0 0 24px #fff8b0);
  opacity: 0.7;
  animation: bulbFlicker 1.5s cubic-bezier(.4,0,.2,1) forwards;
}
@keyframes bulbFlicker {
  0% { opacity: 0; filter: drop-shadow(0 0 0 #fff8b0);}
  20% { opacity: 1; filter: drop-shadow(0 0 8px #fff8b0);}
  40% { opacity: 0.7; filter: drop-shadow(0 0 2px #fff8b0);}
  60% { opacity: 1; filter: drop-shadow(0 0 24px #fff8b0);}
  80% { opacity: 0.9; filter: drop-shadow(0 0 12px #fff8b0);}
  100% { opacity: 1; filter: drop-shadow(0 0 40px #fff8b0);}
}

/* Lightbulb entrance animation overlay */
.entrance-typing {
  display: block;
  margin-top: 32px;
  font-size: 2rem;
  color: #fff;
  font-family: 'Poppins', monospace, sans-serif;
  letter-spacing: 0.04em;
  text-align: center;
  min-height: 2.5em;
}
.entrance-typing::after {
  content: '|';
  animation: caretBlink 0.8s steps(1) infinite;
  color: #FFD700;
  font-weight: bold;
}
@keyframes caretBlink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

/* Fade-in-up animation for section content */
.fade-in-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s cubic-bezier(.4,0,.2,1), transform 0.7s cubic-bezier(.4,0,.2,1);
  will-change: opacity, transform;
}
.fade-in-up.visible {
  opacity: 1;
  transform: none;
}

.slogan-content p {
  color: #fff;
}

.idea-work-feature {
  color: #fff;
}

.about-stats .stat-item,
.about-stats .stat-number,
.about-stats .stat-label {
  color: #fff;
}

.idea-work .feature-title {
  color: #fff;
}

.about-stats .columns {
  display: flex;
  justify-content: center;
}
.about-stats .column {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@keyframes gradientWave {
  0% {
    background-position: 0% 50%;
  }
  10% {
    background-position: 0% 50%;
  }
  90% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}