* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
}

h1, h2, h3 {
    font-family: 'Montserrat', sans-serif;
}

section {
    padding: 80px 20px;
}
/*Colors*/
.header {
    background-color: #0F0F14;
}

.header a {
    color: white;
}

.header a:hover {
    color: #00E5FF;
}

.hero {
    background: linear-gradient(135deg, #0F0F14, #1A1A24);
}



.announcement-bar p {
    text-align: center;
    padding: 10px;
    background-color: #0F0F14;
    color: white;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.5px;

    border-bottom: 1px solid #1A1A24;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 30px;
}

.logo {
    height: 80px;
    width: auto;
}

.nav-links {
    display: flex;
    gap: 15px;
    list-style-type: none;
}

.nav-links li a {
    text-decoration: none;
}

.hero {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
}

.hero-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    max-width: 600px;
    margin: 0 auto;
}

.hero-description {
    max-width: 600px;
}

.product-name {
  color: #00E5FF;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.hero-title {
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 20px;
  color: white;
}

.hero-description {
  color: #C7C7D1;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 30px;
}

/* BUTTONS */
.hero-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.hero-buy-button {
  background: #FF3D81;
  color: #FFFFFF;
  border: none;
  padding: 14px 28px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s ease;
}

.hero-buy-button:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

.hero-secondary-button {
  background: transparent;
  color: #00E5FF;
  border: 2px solid #00E5FF;
  padding: 14px 28px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s ease;
}

.hero-secondary-button:hover {
  background: #00E5FF;
  color: #0F0F14;
}

/* IMAGE */
.hero-image {
  max-width: 700px;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 0 20px rgba(0, 229, 255, 0.2));
}

.features {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;

    background: #0F0F14;
    padding: 60px 20px;
}

.feature-card {
    max-width: 320px;
    
    padding: 25px;
    border-radius: 10px;

    background: #1A1A24;
    color: #FFFFFF;

    border: 1px solid #1A1A24;
    
}

.feature-card h3 {
    color: #FFFFFF;
}

.feature-card p {
    margin-top: 10px;
    color: #C7C7D1;
}

.showcase {
    display: flex;
    gap: 50px;
    justify-content: center;
    align-items: center;

    background: #1A1A24;
    padding: 80px 20px;
    color: #FFFFFF;
}

.showcase-image {
    width: 500px;
    height: auto;
    max-width: 100%;
    border-radius: 10px;
}

.showcase-content {
    display: flex;
    flex-direction: column;

    gap: 15px;
}

.showcase-label {
    color: #00E5FF;
    font-weight: 600;
    letter-spacing: 1px;
}

.showcase-title {
    color: #FFFFFF;
}

/* Description */
.showcase-description {
    max-width: 600px;
    color: #C7C7D1;
}


.showcase-features li {
    list-style: none;
    display: flex;
    color: #C7C7D1;
    gap: 10px;
}

.showcase-description {
    max-width: 600px;
}

.testimonial {
    display: flex;
    gap: 60px;
    justify-content: center;

    background: #0F0F14;
    padding: 80px 20px;
    color: #FFFFFF;

}

.testimonial-avatar  {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #1A1A24;
}

.quote {
    color: #C7C7D1;
}

.testimonial-name {
    color: #FFFFFF;
}

.testimonial-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pricing {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 60px 20px;

    background: #1A1A24;
    color: #FFFFFF;
}

.pricing-label {
    color: #00E5FF;
}

.pricing-title {
    color: #FFFFFF;
}

.price-group {
    text-align: center;
}

.old-price {
    text-decoration: line-through;
    opacity: 0.7;
    color: #C7C7D1;
}

.new-price {
    font-size: 40px;
    font-weight: bold;
    color: #FF3D81;
}

.pricing-button {
    padding: 14px 28px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;

    background: #FF3D81;
    color: #FFFFFF;

    transition: 0.3s ease;
}

.faq {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;

    background: #0F0F14;
    padding: 80px 20px;
    color: #FFFFFF;
}

.faq-title {
    color: #FFFFFF;
}

.faq-item {
    width: 100%;
    max-width: 300px;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 5px;

    padding: 15px;
    border-radius: 8px;
    background: #1A1A24;
}

.faq-question {
    color: #FFFFFF;
    font-weight: 600;
}

.faq-answer {
    color: #C7C7D1;
}


.cta-banner {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, #1A1A24, #0F0F14);
    color: #FFFFFF;
    padding: 50px;
}

.cta-banner-button {
    padding: 14px 28px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;

    background: #FF3D81;
    color: #FFFFFF;
}

.cta-banner-button:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

.footer-container {
    display: flex;
    gap: 80px;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    text-align: left;
    margin-bottom: 10px;
}

footer {
    padding: 10px;
    background: #0F0F14;
    color: #FFFFFF;
}

.footer-links h3,
.footer-social h3 {
    margin-bottom: 10px;
    color: #FFFFFF;
}

.footer-links ul,
.footer-social ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
    list-style: none;
}

.footer-logo {
    display: flex;
    align-items: flex-start;
}

.footer-logo img {
    width: 80px;
    height: auto;
}

.footer ul {
    list-style: none;
    padding: 0;
}

.footer a {
    text-decoration: none;
    color: #C7C7D1;
    transition: 0.2s ease;
}

.footer a:hover {
    text-decoration: none;
    color: #00E5FF;
}

.footer-copyright {
    text-align: center;
    color: #C7C7D1;
    margin-top: 20px;
}

button:hover {
    opacity: 0.9;
}



@media (max-width: 768px) {
    .hero,
    .features,
    .showcase,
    .testimonial,
    .cta-banner {
        flex-direction: column;
        align-items: center;
        text-align: left;
    }


    .showcase-features {
        padding: 0;
        margin: 0;
        
    }

    .testimonial-content {
        width: 100%;
        max-width: 350px;
        gap: 30px;
    }

   
}