* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  font-family: sans-serif;
  background-color: #0b0c0e; /* Set a default background for the body */
  color: #fff; /* Default text color for the body */
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
ol {
  list-style: none;
}

.navbar {
  height: 10vh;
  width: 100%;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  font-family: 'Raleway', sans-serif;
}

.logo {
  height: 180%;
}

.nav-links {
  display: flex;
  gap: 3rem;
}

.nav-links a {
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 1000;
  transition: color 0.3s ease;
}

.nav-links a:hover {
  color: #dd4e69;
}

.pushable {
  position: relative;
  background: transparent;
  padding: 0;
  border: none;
  cursor: pointer;
  outline-offset: 4px;
  outline-color: #dd4e69;
  transition: filter 250ms;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.shadow {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #a23a4f;
  border-radius: 8px;
  filter: blur(2px);
  transform: translateY(2px);
  transition: transform 600ms cubic-bezier(0.3, 0.7, 0.4, 1);
}

.edge {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 8px;
  background: linear-gradient(to right, #b84057 0%, #dd4e69 8%, #b84057 92%, #9c3044 100%);
}

.front {
  display: block;
  position: relative;
  border-radius: 8px;
  background: #dd4e69;
  padding: 16px 32px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 1rem;
  transform: translateY(-4px);
  transition: transform 600ms cubic-bezier(0.3, 0.7, 0.4, 1);
}

.pushable:hover {
  filter: brightness(110%);
}

.pushable:hover .front {
  transform: translateY(-6px);
  transition: transform 250ms cubic-bezier(0.3, 0.7, 0.4, 1.5);
}

.pushable:active .front {
  transform: translateY(-2px);
  transition: transform 34ms;
}

.pushable:hover .shadow {
  transform: translateY(4px);
  transition: transform 250ms cubic-bezier(0.3, 0.7, 0.4, 1.5);
}

.pushable:active .shadow {
  transform: translateY(1px);
  transition: transform 34ms;
}

.pushable:focus:not(:focus-visible) {
  outline: none;
}

.custom-btn {
  background: linear-gradient(to right, #dd4e69, #ff5f7e);
  color: white;
  padding: 0.9rem 2.5rem;
  border: none;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s ease;
  width: fit-content; /* Ensures button only takes necessary width */
}

.custom-btn:hover {
  background: linear-gradient(to right, #ff5f7e, #dd4e69);
}

.color2 {
  color: #dd4e69;
}

.full-container {
  width: 100%;
  min-height: 100vh;
  background: linear-gradient(to bottom, #0f121f, #0a0b0d);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4rem 2rem;
  box-sizing: border-box;
}

.content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1600px;
  width: 100%;
  gap: 4rem;
}

.left-section {
  flex: 1;
  color: white;
}

.small-title {
  font-size: 0.9rem;
  letter-spacing: 1px;
  color: #ccc;
}

.main-heading {
  font-size: 3.5rem;
  font-weight: bold;
  margin: 1rem 0;
}

.subtext {
  font-size: 1.1rem;
  margin-bottom: 2rem;
}

.stats {
  display: flex;
  gap: 4rem;
  margin-top: 3rem;
  flex-wrap: wrap;
}

.stat h2 {
  font-size: 3rem;
  margin-bottom: 0.3rem;
}

.stat p {
  font-size: 1rem;
  color: #ccc;
}

.right-section {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.laptop-img {
  width: 100rem;
  transform: rotate(-10deg);
}

.features-section {
  width: 100%;
  padding: 200px 20px 60px; /* Adjusted padding */
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(to bottom, #0a0a0a, #0a0a0a 60%, #141c44 100%); /* Combined background */
  color: white; /* Ensures text color for this section */
  text-align: center; /* Centered text for the header */
}

.features-header {
  text-align: center;
  margin-bottom: 120px; /* Adjusted margin */
}

.features-subtitle {
  font-size: 28px; /* Larger font for subtitle */
  color: #aaa;
  margin-bottom: 20px;
}

.features-title {
  font-size: 96px; /* Larger font for title */
  font-weight: bold;
  line-height: 1.3;
}

.features-cards {
  display: flex;
  justify-content: center;
  gap: 80px; /* Consistent gap */
  flex-wrap: wrap;
  width: 100%;
  max-width: 1400px;
}

.feature-card {
  background-color: #111;
  padding: 80px;
  width: 640px; /* Increased width */
  border-radius: 16px; /* Larger border-radius */
  text-align: left; /* Aligned text to left */
  transition: transform 0.3s ease, background-color 0.3s ease; /* Combined transitions */
  box-sizing: border-box; /* Ensures padding is included in width */
}

.feature-card:hover {
  transform: translateY(-20px);
  background-color: #1a1a1a;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.08); /* Added shadow on hover */
}

.icon-circle {
  width: 120px;
  height: 120px;
  background-color: #191919;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.icon-circle img {
  width: 56px;
  height: 56px;
}

.feature-card h3 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
}

.feature-card p {
  font-size: 28px;
  color: #ccc;
  line-height: 1.6;
}

.responsive-section {
  background-color: black;
  padding: 80px 20px;
  text-align: center;
  color: white;
  width: 100%;
}

.responsive-text p {
  font-size: 2rem;
  margin-bottom: 10px;
  opacity: 0.9;
}

.responsive-text h1 {
  font-size: 4.5rem;
  font-weight: bold;
  margin-bottom: 60px;
}

.device-icons {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

.device-icons .icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.9rem;
}

.device-icons img {
  width: 60px;
  margin-bottom: 10px;
}

.responsive-img {
  display: flex;
  justify-content: center;
}

.responsive-img img {
  max-width: 100%;
  height: auto;
  margin-top: 30px;
}

.contact-split {
  display: flex;
  justify-content: space-between;
  padding: 80px 60px;
  gap: 60px;
  flex-wrap: wrap;
}

.contact-left {
  background-color: #111;
  padding: 40px;
  border-radius: 6px;
  flex: 1;
  min-width: 350px;
}

.contact-left h3 {
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.contact-left p {
  font-size: 0.9rem;
  margin-bottom: 20px;
  color: #bbb;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-form label {
  font-size: 0.9rem;
  font-weight: 600;
}

.contact-form input,
.contact-form textarea {
  background-color: #0d0d0d;
  border: none;
  border-bottom: 1px solid #555;
  color: white;
  padding: 12px 10px;
  font-size: 0.95rem;
  outline: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #dd4e69;
}

.contact-right {
  flex: 1;
  min-width: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-right .meta {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #aaa;
  margin-bottom: 10px;
}

.contact-right h2 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.contact-right p {
  font-size: 0.95rem;
  margin-bottom: 12px;
  color: #ddd;
}

.contact-right a {
  color: #fff;
  text-decoration: underline;
}

.social-icons {
  margin-top: 20px;
  display: flex;
  gap: 20px;
}

.social-icons i {
  font-size: 1.1rem;
  color: white;
  transition: 0.3s;
}

.social-icons i:hover {
  color: #dd4e69;
}
.neuromarketing-section {
  font-family: 'Helvetica Neue', sans-serif;
  color: white;
  background-color: #111;
  padding: 100px 20px 60px; /* Combined padding */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.neuromarketing-section h2 {
  font-size: 2.5rem; /* Consistent with section-title */
  color: #dd4e69; /* Moved from h3 to h2 */
  margin-bottom: 60px; /* Consistent margin */
  text-align: center;
}

.neuromarketing-section h3 {
  font-size: 2rem;
  color: #fff; /* Changed to white */
  margin-top: 2em;
}

.neuromarketing-section p {
  font-size: 1.2rem;
  line-height: 1.7em;
  color: #ccc;
  max-width: 900px;
}

.deliverables {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}

.deliverables div {
  background: #1a1a1a;
  padding: 20px;
  border: 1px solid #333;
  border-radius: 8px;
  flex: 1 1 250px;
  color: #eee;
}

.cta-button {
  margin-top: 40px;
  display: inline-block;
  background: linear-gradient(45deg, #dd4e69, #dd4e69cc);
  padding: 14px 28px;
  color: white;
  text-decoration: none;
  border-radius: 30px;
  font-weight: bold;
  transition: background 0.3s ease;
}

.cta-button:hover {
  background: #e45f76;
}

.section-title {
  font-size: 2.5rem;
  color: #dd4e69;
  margin-bottom: 60px;
  text-align: center;
}

.cards-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-bottom: 40px;
}

.card {
  width: 24rem;
  height: 37rem;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.card:hover {
  transform: translateY(-10px);
}

.card img {
  width: 100%;
  height: 50%;
  object-fit: cover;
}

.card-content {
  padding: 15px;
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-time {
  font-size: 0.8rem;
  color: #777;
  margin-bottom: 5px;
}

.card-title {
  font-size: 1rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
}

.card-footer {
  font-size: 0.9rem;
  color: #888;
}

.custom-button {
  background: linear-gradient(to right, #dd4e69, #ff7e5f);
  color: white;
  padding: 14px 34px;
  font-size: 1rem;
  font-weight: bold;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.custom-button:hover {
  background: linear-gradient(to right, #ff7e5f, #dd4e69);
}

.site-footer {
  background-color: #0f0f0f;
  color: #ffffff;
  padding: 60px 5vw 30px;
  font-size: 1.33rem;
}

.footer-top {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: flex-start;
  gap: 80px;
}

.footer-logo {
  flex: 1;
  min-width: 150px;
}

.footer-logo img {
  width: 15rem;
  height: auto;
}

.footer-columns {
  flex: 3;
  display: flex;
  justify-content: center;
  column-gap: 100px;
  row-gap: 50px;
  flex-wrap: wrap;
  text-align: left;
}

.footer-column {
  min-width: 220px;
  max-width: 300px;
}

.footer-column > *:not(:last-child) {
  margin-bottom: 25px;
}

.footer-column h4 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 2rem;
}

.footer-column a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-column a:hover {
  color: #dd4e69;
}

.subscribe-icon {
  font-weight: 700;
  margin-left: 10px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 20px;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  text-align: center;
  font-size: 1.1rem;
}

.footer-links a {
  margin: 0 15px;
  color: #ffffff;
  text-decoration: none;
}

.footer-links a:hover {
  color: #dd4e69;
}
.features-section {
  background: linear-gradient(to bottom, #0a0a0a, #0a0a0a 60%, #141c44 100%);
  padding: 200px 0;
  text-align: center;
  color: white;
}

.features-header .features-subtitle {
  font-size: 28px;
  color: #aaa;
  margin-bottom: 20px;
}

.features-header .features-title {
  font-size: 96px;
  font-weight: bold;
  margin-bottom: 120px;
}

.features-cards {
  display: flex;
  justify-content: center;
  gap: 80px;
  flex-wrap: wrap;
}

.feature-card {
  background-color: #111;
  padding: 80px;
  width: 640px;
  border-radius: 16px;
  text-align: left;
  transition: transform 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-20px);
  background-color: #1a1a1a;
}

.icon-circle {
  width: 120px;
  height: 120px;
  background-color: #191919;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.icon-circle img {
  width: 56px;
  height: 56px;
}

.feature-card h3 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
}

.feature-card p {
  font-size: 28px;
  color: #ccc;
  line-height: 1.6;
}
body {
  margin: 0;
  background-color: #0b0c0e;
  color: #fff;
  font-family: Arial, sans-serif;
}

.features-section {
  width: 100%;
  padding: 60px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.features-header {
  text-align: center;
  margin-bottom: 40px;
}

.features-subtitle {
  font-size: 14px;
  color: #aaa;
  margin-bottom: 10px;
}

.features-title {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3;
}

.features-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  width: 100%;
  max-width: 1400px;
}

.feature-box {
  background-color: #111214;
  padding: 60px;
  width: 440px; /* 100% increase from 220px */
  border-radius: 12px;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

.feature-box:hover {
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.08);
  transform: scale(1.03);
}

.feature-icon {
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px auto;
}

.feature-icon img {
  width: 50px;
  height: 50px;
}

.feature-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 12px;
}

.feature-description {
  font-size: 15px;
  color: #ccc;
}

@media (max-width: 48rem) {
  /* GLOBAL ADJUSTMENTS FOR MOBILE */
  body {
    font-size: 0.875rem; /* Slightly smaller base font size for mobile (~14px) */
  }

  /* NAVBAR (Tailwind handles most, but some custom button styles for rem needed) */
  .pushable .front {
    padding: 0.625rem 1.25rem; /* Smaller padding for button on mobile */
    font-size: 0.9rem;
  }
  .pushable .shadow {
    transform: translateY(0.0625rem); /* Smaller shadow offset */
  }
  .pushable:hover .front {
    transform: translateY(-0.1875rem); /* Smaller hover effect */
  }
  .pushable:active .front {
    transform: translateY(-0.0625rem); /* Smaller active effect */
  }
  .pushable:hover .shadow {
    transform: translateY(0.125rem); /* Smaller hover shadow */
  }
  .custom-btn {
    padding: 0.7rem 2rem; /* Adjusted custom button padding */
  }

  /* HERO SECTION */
  .full-container {
    padding: 2rem 1rem; /* Reduce overall padding */
  }

  .content-wrapper {
    flex-direction: column; /* Stack left and right sections */
    gap: 2rem; /* Reduce gap */
    text-align: center; /* Center text for left section */
  }

  .left-section {
    flex: none; /* Remove flex on mobile to allow full width */
    width: 100%; /* Take full width */
  }

  .small-title {
    font-size: 0.8rem; /* Smaller subtitle */
  }

  .main-heading {
    font-size: 2.5rem; /* Smaller main heading */
    margin: 0.75rem 0; /* Adjust margin */
  }

  .subtext {
    font-size: 1rem; /* Smaller subtext */
    margin-bottom: 1.5rem; /* Adjust margin */
  }

  .stats {
    flex-direction: column; /* Stack stats vertically */
    gap: 1.5rem; /* Reduce gap */
    margin-top: 2rem; /* Adjust margin */
    align-items: center; /* Center stats */
  }

  .stat h2 {
    font-size: 2.2rem; /* Smaller stat numbers */
  }

  .stat p {
    font-size: 0.9rem; /* Smaller stat text */
  }

  .right-section {
    flex: none; /* Remove flex on mobile */
    width: 100%; /* Take full width */
  }

  .laptop-img {
    width: 90vw; /* Make laptop image responsive to viewport width */
    max-width: 25rem; /* Cap its max width for larger phones */
    transform: rotate(0deg); /* Remove rotation for better mobile display */
  }

  /* FEATURES SECTION (CARDS) */
  .features-section {
    padding: 3rem 1rem; /* Reduce overall padding */
  }

  .features-header {
    margin-bottom: 3rem; /* Reduce margin */
  }

  .features-subtitle {
    font-size: 1.2rem; /* Smaller subtitle */
  }

  .features-title {
    font-size: 2.5rem; /* Significantly smaller title */
  }

  .features-cards {
    flex-direction: column; /* Stack cards vertically */
    gap: 2rem; /* Reduce gap */
  }

  .feature-card {
    width: 100%; /* Make card take full width */
    max-width: 28rem; /* Optional: cap max width for aesthetics (~448px) */
    padding: 2rem; /* Reduce padding inside card */
    text-align: center; /* Center text in card */
  }
  .feature-card:hover {
    transform: translateY(-0.625rem); /* Smaller hover effect */
  }

  .icon-circle {
    width: 5rem; /* Smaller icon circle */
    height: 5rem; /* Smaller icon circle */
    margin: 0 auto 1.5rem auto; /* Center and reduce margin */
  }

  .icon-circle img {
    width: 2.5rem; /* Smaller icon image */
    height: 2.5rem; /* Smaller icon image */
  }

  .feature-card h3 {
    font-size: 1.5rem; /* Smaller card title */
    margin-bottom: 1rem; /* Reduce margin */
  }

  .feature-card p {
    font-size: 0.95rem; /* Smaller card text */
  }

  /* FEATURES SECTION (GRID) */
  .features-section .features-grid {
    gap: 1.5rem; /* Reduce gap in grid */
  }

  .feature-box {
    width: 100%; /* Make feature box take full width */
    max-width: 20rem; /* Optional: cap max width (~320px) */
    padding: 2rem; /* Reduce padding */
  }
  .feature-box:hover {
    transform: scale(1.02); /* Slightly smaller hover effect */
  }

  .feature-icon {
    width: 4rem; /* Smaller icon */
    height: 4rem; /* Smaller icon */
    margin: 0 auto 1.25rem auto; /* Center and reduce margin */
  }

  .feature-icon img {
    width: 2rem; /* Smaller icon image */
    height: 2rem; /* Smaller icon image */
  }

  .feature-title {
    font-size: 1.2rem; /* Smaller title */
  }

  .feature-description {
    font-size: 0.85rem; /* Smaller description */
  }

  /* RESPONSIVE SECTION */
  .responsive-section {
    padding: 3rem 1rem; /* Reduce padding */
  }

  .responsive-text p {
    font-size: 1rem; /* Smaller subtitle */
  }

  .responsive-text h1 {
    font-size: 2.2rem; /* Smaller main title */
    margin-bottom: 2rem; /* Reduce margin */
  }

  .device-icons {
    flex-direction: column; /* Stack icons vertically */
    gap: 1.5rem; /* Reduce gap */
    margin-bottom: 2rem; /* Reduce margin */
  }

  .device-icons .icon {
    font-size: 0.8rem; /* Smaller icon text */
  }

  .device-icons img {
    width: 3rem; /* Smaller icon image */
  }

  .responsive-img {
    margin-top: 1rem; /* Adjust margin */
  }

  /* CONTACT SPLIT SECTION */
  .contact-split {
    flex-direction: column; /* Stack contact sections */
    padding: 3rem 1rem; /* Reduce padding */
    gap: 2rem; /* Reduce gap */
  }

  .contact-left,
  .contact-right {
    min-width: unset; /* Remove min-width to allow full flexibility */
    width: 100%; /* Take full width */
    text-align: center; /* Center text for both sections */
  }

  .contact-form {
    align-items: center; /* Center form elements */
  }

  .contact-form label,
  .contact-form input,
  .contact-form textarea {
    width: 100%; /* Ensure form elements take full width */
    max-width: 25rem; /* Cap max width for input fields for better readability */
  }

  .social-icons {
    justify-content: center; /* Center social icons */
  }

  /* FOOTER */
  .site-footer {
    padding: 2.5rem 1rem 1.5rem; /* Reduce padding */
    font-size: 1rem; /* Smaller base font size for footer */
  }

  .footer-top {
    grid-template-columns: 1fr; /* Stack logo and columns */
    gap: 2rem; /* Reduce gap */
    text-align: center; /* Center content */
  }

  .footer-logo {
    min-width: unset; /* Remove min-width */
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .footer-logo img {
    width: 10rem; /* Smaller logo */
  }

  .footer-columns {
    flex-direction: column; /* Stack footer columns */
    column-gap: unset;
    row-gap: 1.5rem; /* Reduce gap */
    align-items: center; /* Center columns */
    text-align: center; /* Center text within columns */
  }

  .footer-column {
    min-width: unset; /* Remove min-width */
    max-width: 100%; /* Allow full width */
  }

  .footer-column > *:not(:last-child) {
    margin-bottom: 1rem; /* Reduce margin */
  }

  .footer-column ul li {
    margin-bottom: 0.75rem; /* Reduce margin for list items */
  }

  .footer-bottom {
    margin-top: 1.5rem; /* Reduce margin */
    padding-top: 1rem; /* Reduce padding */
    font-size: 0.85rem; /* Smaller copyright text */
  }

  .footer-links {
    display: flex;
    flex-direction: column; /* Stack footer links */
    gap: 0.5rem; /* Reduce gap */
  }

  .footer-links a {
    margin: 0; /* Remove horizontal margin */
  }

  .features-section {
    padding: 2rem 1rem; /* Adjust padding around the section */
  }

  .features-header {
    margin-bottom: 1rem; /* Reduced margin after header */
  }

  .features-subtitle {
    font-size: 0.8rem; /* Further reduced subtitle size (~12.8px) */
  }

  .features-title {
    font-size: 12px; /* Significantly reduced title size (~24px) */
    line-height: 1.2;
    word-break: break-word; /* Ensure long words break instead of overflowing */
  }
}