/* From Uiverse.io by vinodjangid07 */ 
.Documents-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: fit-content;
    height: 45px;
    border: none;
    padding: 0px 15px;
    border-radius: 5px;
    background-color: rgb(49, 49, 83);
    gap: 10px;
    cursor: pointer;
    transition: all 0.3s;
    margin-top:20px;
    margin-bottom:20px;

}
  .folderContainer {
    width: 40px;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    position: relative;
  }
  .fileBack {
    z-index: 1;
    width: 80%;
    height: auto;
  }
  .filePage {
    width: 50%;
    height: auto;
    position: absolute;
    z-index: 2;
    transition: all 0.3s ease-out;
  }
  .fileFront {
    width: 85%;
    height: auto;
    position: absolute;
    z-index: 3;
    opacity: 0.95;
    transform-origin: bottom;
    transition: all 0.3s ease-out;
  }
  .text {
    color: white;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
  }
  .Documents-btn:hover .filePage {
    transform: translateY(-5px);
  }
  .Documents-btn:hover {
    background-color: rgb(58, 58, 94);
  }
  .Documents-btn:active {
    transform: scale(0.95);
  }
  .Documents-btn:hover .fileFront {
    transform: rotateX(30deg);
  }
  

  .page-title .nav-item .h6 {
    color: #6a6a6a;
  }

  .scroll-hint {
  position: absolute;
  bottom: 20px; /* Adjust positioning */
  left: 50%;
  transform: translateX(-50%); /* Centers it horizontally */
  text-align: center;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  pointer-events: grabbing; /* Ensures it doesn't interfere with scrolling */
  white-space: nowrap; /* Prevents wrapping */
}



.step-inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 20px;
}
.step-icon svg {
    width: 25px;
    height: 25px;
}

/*  --------------------------------------------------------------Mobile */

@media (max-width: 768px) {
  .custom-featured-courses-container {
    display: flex;
    overflow: hidden; /* Prevent manual scrolling */
    scroll-snap-type: x mandatory;
    width: 100%;
    position: relative;
}

.custom-featured-courses {
    flex: 0 0 85%; /* Ensures one full item is shown */
    scroll-snap-align: start;
    transition: transform 0.5s ease-in-out;
}

/* Arrows Styling */
.nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.2);
    border: none;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
    z-index: 2;
}

.nav-arrow:hover {
    background: rgba(255, 255, 255, 0.4);
}

.arrow-left {
    left: 5px;
}

.arrow-right {
    right: 5px;
}


.header-logo-scroll img {
  width: 42%;
  position: absolute;
  top: 7%;
  }

  .swiper-navigation {
    margin-top: 15px; /* Adjust spacing for smaller screens */
}
.swiper-button-next,
.swiper-button-prev {
    width: 35px;
    height: 35px;
    line-height: 35px;
}
.custom-grid-container {
  grid-template-columns: 1fr; /* 1 column for mobile */
}
.trending-tools-grid .box-team {
  width: 100%;
}





}




/*  --------------------------------------------------------------Mobile to tablet */
@media (max-width: 1200px) {
    .big, .big-button, .ai-action-button {
        display: none;
    }

  .bg_1 {
  background-color: #16171b;
}

.blog-article-item .small .small-date{
    margin-bottom:15px;
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between; /* Keeps logo on the left, menu on the right */
  padding: 10px 20px; /* Adjust as needed */
}

.header-logo img {
  width: auto; /* Adjust based on actual size */
  max-width: 100px; /* Prevent it from being too large */
  height: auto;
}


.header-logo-scroll img{
    width:15%;
    position:absolute;
    top:7%;
}

 
.small button {
    max-width: 320px;
    display: flex;
    padding: 0.5rem 1.4rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    align-items: center;
    border-radius: 0.5rem;
    border: 1px solid rgba(0, 0, 0, 0.25);
    gap: 0.75rem;
    color: rgb(65, 63, 63);
    background-color: #fff;
    cursor: pointer;
    transition: all .6s ease;
    margin-bottom:20%;
  }
  
  .small button svg {
    height: 24px;
  }
  
  .small button:hover {
    transform: scale(1.02);
  }

  .tf-icon-box.style-4 {
    padding: 0px 15px 0 15px;
    border-radius: 20px;
    background-color: #ffffff;
    -webkit-transition: all 0.3sease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3sease;
    height: 475px;
    max-height: 475px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: center;
}
.tf-icon-box.style-4 .icon {
  margin-bottom: 0;
}
.section-service.style-2 .swiper {
  padding: 40px 40px 0 40px;
  margin: -50px -50px -100px -50px;
}
.desktop-only {
  display: none !important; /* Hide social icons on mobile */
}
.mobile-only {
  display: inline-flex !important; /* Show Share button on mobile */
  align-items: center;
  background: transparent;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

.copy-link-button {
  position: relative;
  height: 30px;
  width: 20px;
  right: 45px;
  border: none;
  border-radius: 10px;
  font-weight: 600;
  cursor: pointer;
  overflow: hidden;
  background-color: transparent;
  color: white;
  transition-duration: 700ms;
}
#footer .footer-logo {
  width: 200px;
  position: relative;
  right: 85%;
  margin-top: 50%;
  flex: auto;
  align-items: center;
}
.custom-grid-container {
  grid-template-columns: repeat(2, 1fr); /* 2 columns for tablets */
}



}

.nav-desktop {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
}
.nav-phone {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 0 25px;
}
/*  --------------------------------------------------------------Desktop */
@media (min-width: 1201px) {
  .header-inner-wrap .nav-phone {
  display:none;
  }
    .small {
        display: none;
    }
    .header-container {
      display: flex;
      align-items: center;
      justify-content: space-between; /* Keeps logo on the left, menu on the right */
      padding: 10px 20px; /* Adjust as needed */
  }
  
  .header-logo img {
      width: auto; /* Adjust based on actual size */
      max-width: 160px; /* Prevent it from being too large */
      height: auto;
  }
  
  
    .header-logo-scroll img{
      width: auto; /* Keeps it responsive */
      max-width: 160px; /* Adjust based on logo size */
      height: auto;
      position: relative; /* Removes absolute positioning */
      display: block;
      align-self: center; /* Centers vertically in a flex container */
    }
    .section-service.style-2 .swiper {
      padding: 30px 20px 0 20px;
      margin: -40px;
    }

    .mobile-only {
      display: none !important; /* Hide mobile-only share button on desktop */
  }

    /* Custom AI Card Button CSS */
.ai-action-button {
  width: 50%;
  /* height: 50%; */
  display: flex;
  top: 600px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: absolute;
  gap: 15px;
  background-color: #141417;
  outline: 3px #141417 solid;
  outline-offset: -3px;
  border-radius: 8px;
  border: none;
  /* cursor: pointer; */
  transition: 400ms;
  overflow: hidden;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
}
.copy-link-button {
  position: relative;
  height: 30px;
  width: 120px;
  right:35%;
  border: none;
  border-radius: 10px;
  font-weight: 600;
  cursor: pointer;
  overflow: hidden;
  background-color:  transparent; /* Custom button color */
  color: white;
  transition-duration: 700ms;
}
.padding-sides {
  display: block;
  padding: 10px 10px 5px 55px;
}

.margin-sidebar {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 20px 70px 10px 10px;
}

.align-center {
align-items: center;
}

.tf-icon-box.style-4 {
  padding: 0px 15px 0 15px;
  border-radius: 20px;
  background-color: #ffffff;
  -webkit-transition: all 0.3sease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3sease;
  height: 700px;
  max-height: 700px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
}

#footer .footer-logo {
  width: 250px;
  position: relative;
  margin-left: -100%;
  /* top: 50%; */
  flex: auto;
  align-items: center;
}



}




/*  --------------------------------------------------------------Desktop end */



.thumbs-post-single {
  position: relative; /* Ensures the background aligns with the image */
  display: flex;
  justify-content: center; /* Centers the image horizontally */
  align-items: center; /* Centers it vertically */
}

.thumbs-post-single::before {
  content: "";
  position: absolute;
  width: 100%; /* Full width of the container */
  height: 100%; /* Same height as the image */
  background-color: white;
  z-index: 0; /* Ensures the background is behind the image */
  border-radius: 10px; /* Optional: Adds rounded corners */
}

.thumbs-post-single img {
  width: 30%; /* Adjust the size of the image */
  position: relative;
  z-index: 1; /* Ensures the image is above the background */
}

.thumbs-post-single-courses {
  position: relative; /* Ensures the background aligns with the image */
  display: flex;
  justify-content: center; /* Centers the image horizontally */
  align-items: center; /* Centers it vertically */
}

.thumbs-post-single-courses::before {
  content: "";
  position: absolute;
  width: 100%; /* Full width of the container */
  height: 100%; /* Same height as the image */
  background-color: none;
  z-index: 0; /* Ensures the background is behind the image */
  border-radius: 10px; /* Optional: Adds rounded corners */
}

.thumbs-post-single-courses img {
  width: 100%; /* Adjust the size of the image */
  position: relative;
  border-radius: 10px;
  z-index: 1; /* Ensures the image is above the background */
}

.offcanvas-header img {
    width:40%;
    align-items: center;

}

.ai-button-text {
  color: white;
  font-weight: 700;
  font-size: 1rem;
  transition: 400ms;
}

.ai-action-button:hover {
  background-color: transparent;
}

.ai-action-button:hover .ai-button-text {
  color: #141417; /* Text changes to match outline */
}


/* Position the navigation arrows below the Swiper cards */
.swiper-button-next,
.swiper-button-prev {
    position: static; /* Remove default absolute positioning */
    display: inline-block; /* Align them side-by-side */
    margin: 10px; /* Add spacing between arrows */
    width: 40px; /* Customize the width of arrows */
    height: 40px; /* Customize the height of arrows */
    background-color: #000; /* Arrow background color */
    color: #fff; /* Arrow icon color */
    border-radius: 50%; /* Make them circular */
    text-align: center; /* Center the arrow icon */
    line-height: 40px; /* Vertically align arrow icon */
    cursor: pointer;
}

/* Center the navigation arrows below the cards */
.swiper-navigation {
    text-align: center; /* Center the buttons */
    margin-top: 20px; /* Add spacing above the navigation section */
}

/* Swiper button hover effect */
.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: #444; /* Darken the background on hover */
    color: #fff; /* Keep the icon color white */
}

/* Optional: Adjust the arrow icons */
.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 18px; /* Adjust arrow size */
    font-weight: bold; /* Make the arrows bold */
}


.custom-toast {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 8px 12px;
  border-radius: 5px;
  font-size: 14px;
  white-space: nowrap;
  z-index: 1000;

  transform: translateX(-30%);
  left: 30%;
  top: 50px; /* Will be updated dynamically */
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

.custom-toast.fade-out {
  opacity: 0;
}


.copy-link-button span:first-child {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.copy-link-button span:last-child {
  position: absolute;
  opacity: 0;
  transform: translateY(100%) translateX(-50%);
  left: 50%;
  height: 14px;
  line-height: 13px;
}

.copy-link-button:focus {
  transition-delay: 100ms;
  transition-duration: 500ms;
}

.copy-link-button:focus span:first-child {
  transform: translateX(-50%) translateY(-150%);
  opacity: 0;
  transition-duration: 500ms;
}

.copy-link-button:focus span:last-child {
  transform: translateX(-50%) translateY(-50%);
  opacity: 1;
  transition-delay: 300ms;
  transition-duration: 500ms;
}

.copy-link-button:focus:end {
  width: 120px;
  height: 40px;
  transition-duration: 900ms;
}

.copy-link-container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
}

.mobile-share-button {
color: #fff;
}

:root {
  --custom-primary-color: #ffcc00; /* Change this for category tag */
  --custom-title-color: #ffffff; /* Change this for course titles */
  --custom-description-color: #cccccc; /* Change this for descriptions */
  --custom-meta-color: #888888; /* Change this for author & date */
}

/* Grid Layout */
.custom-grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 columns */
  grid-gap: 20px;
  margin-top: 20px;
  justify-items: center;
}

.custom-grid-item {
  background: rgba(255, 255, 255, 0.03); /* Adjust to your theme */
  padding: 15px;
  border-radius: 8px;
  width: 100%; /* Ensures proper sizing */
  max-width: 350px; /* Adjust based on your layout */
}

/* Image */
.custom-article-thumb img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

/* Text Colors */

.custom-blog-article img {
  border-radius: 15px;


}
.custom-tag a {
  color: var(--custom-primary-color);
}

.custom-link.custom-text-white {
  color: var(--custom-title-color);
}

.custom-text-body-2.custom-text-gray {
  color: var(--custom-description-color);
}

.custom-meta-date span {
  color: var(--custom-meta-color);
}

.distance {
  margin-top:120px;
}
.distance-b {
  margin-bottom:120px;
}
.distance-b-50 {
  margin-bottom:40px;
}

.right-align-title {
  display: block;
  position: static;
  margin-left: 4%;
}


.dropdown-results {
  position: absolute;
  background: rgb(255, 255, 255);
  border: 1px solid #ccc;
  border-radius: 8px;
  width: 100%;
  max-height: 400px;
  overflow-y: auto;
  z-index: 1000;
  display: none;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.search-result-item {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}

.search-result-item a {
  text-decoration: none;
  color: #333;
  display: block;
}

.search-result-item:hover {
  background: #f5f5f5;
}

.right-aligned{
  position: static;
  margin-top: 30px;
  left: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.custom-featured-courses {
       display: flex;
      flex-wrap: wrap;
      gap: 20px;
      padding-right: 20px;
      justify-content: space-between;
      margin-bottom: 40px;
}

.text-white-news {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.text-white-news:hover {
  color: rgb(216, 216, 216);
  text-decoration: none;
}

.text-white-news a{
  color: rgb(17, 128, 148);
}

.text-white-news a:hover{
  color: rgb(255, 255, 255);
}

.title h1 {
  color: white;
}


.box-team.card-clickable {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  height: 100%;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.box-team.card-clickable .img-style img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.box-team.card-clickable .content-bottom {
  background: rgb(35 150 207);
  padding: 20px;
  text-align: center;
  position: absolute;
  bottom: 18px;
  width: 100%;
  transition: background 0.3s;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.box-team.card-clickable:hover .content-bottom {
  background: rgba(0, 0, 0, 0.8);
}

/* Overlay */
.submit-tool-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
  z-index: 1000;
}


/* Modal appearance */
.submit-tool-modal {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.submit-tool-title {
  color: royalblue;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.submit-tool-modal-overlay.show .submit-tool-modal {
  opacity: 1;
  transform: scale(1);
}

@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.submit-tool-input, .submit-tool-textarea {
  font-family: inherit;
  background: white;
  color: #333;
  appearance: none;
  outline: 0;
  border: 1px solid rgb(219, 213, 213);
  padding: 8px 14px;
  border-radius: 8px;
}

.submit-tool-input {
  height: 50px;
  width: 100%;
}

.submit-tool-textarea {
  height: 100px;
  width: 100%;
  resize: none;
}

.submit-tool-btn {
  align-self: flex-end;
  padding: 8px 14px;
  outline: 0;
  border: 0;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  background-color: royalblue;
  color: #fff;
  cursor: pointer;
}

.trending-tools-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.trending-tools-grid .box-team {
  width: calc(33.333% - 20px); /* 3 per row */
  height: 500px; /* Increased height for each card */
  display: flex;
  flex-direction: column;
}

.trending-tools-grid .img-style {
  width: 100%;
  height: 300px; /* Adjusted height to allow images to fit within the cards */
  overflow: hidden;
  border-radius: 8px;
}

.trending-tools-grid .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the image covers the area without distortion */
}

/* === Prompting Layout === */
.prompting-flex {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
}
 

.prompting-sidebar {
  width: 220px;
  padding: 20px;
  border-radius: 12px;
}

.prompting-sidebar a {
  color: white;
  padding: 10px 14px;
  background-color: #161b22;
  border-radius: 6px;
  text-decoration: none;
  font-size: 16px;
}

.prompting-sidebar a:hover,
.prompting-sidebar a.active {
  background-color: #0197d3;
  color: #ffffff;
}

.prompting-main {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 7px;
  /* background-color: #161b22; */
  color: white;
  min-height: 500px;
  width: 100%;
  box-sizing: border-box;
  word-wrap: break-word;

}

.prompting-main h2{
  color: white;
}

.glossary-item.mb-2 {
  color: white;
}
.glossary-item.mb-3 {
  color: white;
  font-size: xx-large;
}


.privacy-item h4{
color: white;
}

:root {
    --supai-ink: #050916;
    --supai-midnight: #0e1a30;
    --supai-panel: #101b33;
    --supai-steel: #1f2c46;
    --supai-sky: #3cbef9;
    --supai-violet: #6c63ff;
    --supai-mint: #9ff1d1;
    --supai-cloud: rgba(224, 231, 255, 0.86);
    --supai-line: rgba(132, 150, 180, 0.2);
    --supai-text: rgba(217, 225, 248, 0.92);
}
body.home-eu {
    font-size: 17px;
    background: radial-gradient(circle at top, rgba(60, 190, 249, 0.12), rgba(7, 11, 26, 0.92) 58%, #040710 100%);
    color: var(--supai-text);
    letter-spacing: 0.01em;
}
main.home-main {
    padding-bottom: 5rem;
}
.section-shell {
    margin: clamp(2.5rem, 5vw, 4.6rem) auto;
    padding: 0 clamp(1.5rem, 5vw, 4rem);
    max-width: 1240px;
    /* margin-top: 110px; */
}
.section-shell header {
    margin: 0 0 2.2rem;
}
.section-shell header .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.35rem 0.95rem;
    border-radius: 999px;
    background: rgba(60, 190, 249, 0.12);
    color: rgba(168, 211, 255, 0.82);
    font-size: 0.85rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}
.section-shell header h2 {
    margin-top: 1rem;
    color: #f8fbff;
    font-size: clamp(2rem, 4vw, 2.7rem);
    line-height: 1.25;
}
.tool-usecase-card li {
    margin-top: 6px;
}
.card-elevated {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: clamp(1.8rem, 3vw, 2.8rem);
}
.hero-eu {
    position: relative;
    overflow: hidden;
    margin: 2.5rem auto 4.2rem;
    padding: clamp(2.8rem, 5vw, 4.6rem);
    border-radius: 12px;
    background: linear-gradient(115deg, rgba(60, 190, 249, 0.22), rgba(16, 28, 52, 0.96));
    border: 1px solid rgba(120, 150, 198, 0.28);
    box-shadow: 1px 2px 20px 0px rgb(255 255 255 / 15%);
}
.hero-eu::after {
    content: "";
    position: absolute;
    inset: -22% 40% -28% -6%;
    background: radial-gradient(circle, rgba(108, 99, 255, 0.36), transparent 70%);
    filter: blur(20px);
    opacity: 0.85;
}
.hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    gap: clamp(2.2rem, 4vw, 3.2rem);
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    align-items: center;
}
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.45rem 1.4rem;
    border-radius: 999px;
    background: rgba(54, 231, 174, 0.18);
    color: var(--supai-mint);
    font-size: 0.9rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}
.hero-title {
    margin: 1.6rem 0 1.1rem;
    font-size: clamp(2.6rem, 5.6vw, 3.9rem);
    line-height: 1.04;
    color: #faffff;
    letter-spacing: -0.01em;
}
.hero-title span {
    color: var(--supai-sky);
}
.hero-copy {
    max-width: 680px;
    color: rgba(226, 232, 240, 0.88);
    font-size: clamp(1.05rem, 2.4vw, 1.18rem);
    line-height: 1.75;
}
.hero-features {
    display: grid;
    gap: 0.85rem;
    margin: 1.8rem 0 0;
    padding: 0;
    list-style: none;
}
.hero-features li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.6rem 0.8rem;
    color: rgba(210, 223, 246, 0.92);
}
.hero-features i {
    color: var(--supai-mint);
}
.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2.2rem;
    align-items: center;
}
.hero-actions .primary-btn,
.hero-actions .ghost-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.95rem 2rem;
    border-radius: 999px;
    font-weight: 600;
    font-size: 1.02rem;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.hero-actions .primary-btn {
    background: linear-gradient(135deg, var(--supai-sky), var(--supai-violet));
    color: #071027;
    box-shadow: 0 22px 55px rgba(60, 190, 249, 0.4);
}
.hero-actions .primary-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 32px 80px rgba(60, 190, 249, 0.48);
}
.hero-actions .ghost-btn {
    color: var(--supai-sky);
    border: 1px solid rgba(137, 165, 206, 0.36);
    background: rgba(16, 28, 52, 0.55);
}
.hero-actions .ghost-btn:hover {
    border-color: rgba(60, 190, 249, 0.5);
    color: #fff;
}
.hero-stats {
    display: flex;
    gap: 1.4rem;
    margin-top: 2.4rem;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    width: 1120px;
}
.hero-stats li {
    list-style: none;
    padding: 1.1rem 1.25rem;
    border-radius: 22px;
    background: rgba(14, 27, 51, 0.74);
    border: 1px solid rgba(122, 157, 205, 0.24);
    box-shadow: 0 24px 42px rgba(6, 10, 24, 0.32);
    width: 320px;
    font-size: 15px;
}
.hero-stats strong {
    display: block;
    color: #f7fbff;
    font-size: 1.75rem;
    margin-bottom: 0.2rem;
}
.hero-visual {
    position: relative;
    /* padding: clamp(1.8rem, 4vw, 2.6rem); */
    /* border-radius: 30px; */
    /* background: rgba(5, 10, 26, 0.65); */
    /* border: 1px solid rgba(108, 99, 255, 0.28); */
    /* box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.04); */
    /* min-height: 340px; */
}
.hero-visual::after {
    content: "";
    position: absolute;
    inset: 10%;
    background: conic-gradient(from 220deg at 50% 50%, rgba(60,190,249,0.32), rgba(108,99,255,0.42), transparent 80%);
    filter: blur(48px);
    opacity: 0.75;
}
.hero-visual .visual-card {
    position: relative;
    z-index: 1;
    border-radius: 24px;
    padding: 1.8rem 1.6rem;
    background: rgba(14, 27, 51, 0.92);
    border: 1px solid rgba(126, 160, 214, 0.28);
    /* height: 220px; */
    top: -32px;
    right: 20px;
}
.hero-visual h3 {
    font-size: 1.88rem;
    margin-bottom: 1.2rem;
    color: var(--supai-mint);
}
.hero-visual dl {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem 1.6rem;
    font-size: 1.35rem;
}
.hero-visual dt {
    color: rgba(196, 210, 235, 0.78);
}
.hero-visual dd {
    margin: 0;
    color: #f9ffff;
    letter-spacing: 0.02em;
}
.insight-bar {
    margin: -1.5rem auto 3.6rem;
    max-width: 1180px;
    padding: clamp(1.1rem, 3vw, 1.6rem);
    border-radius: 22px;
    background: rgba(10, 18, 36, 0.8);
    border: 1px solid rgba(120, 150, 200, 0.24);
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.insight-bar li {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    color: rgba(214, 226, 250, 0.88);
    font-size: 1.2rem;
}
.insight-bar span {
    font-weight: 600;
    color: var(--supai-sky);
}
.eu-highlight {
    list-style: none;
    display: grid;
    gap: 1rem;
}
.eu-highlight li {
    padding: 1.2rem 1.5rem;
    border-radius: 20px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    background: rgba(14, 25, 45, 0.72);
}
.news-eu {
    display: grid;
    gap: clamp(1.6rem, 3vw, 2rem);
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.news-column {
    display: grid;
    gap: 1.5rem;
}
.news-card {
    padding: 1.45rem 1.6rem;
    border-radius: 22px;
    background: rgba(10, 19, 36, 0.78);
    border: 1px solid rgba(60, 190, 249, 0.16);
    transition: transform 0.22s ease, border-color 0.22s ease;
}
.news-card:hover {
    transform: translateY(-4px);
    border-color: rgba(60, 190, 249, 0.32);
}
.faq-grid {
    display: grid;
    gap: 1.3rem;
}
.faq-item {
    border-radius: 24px;
    background: rgba(7, 12, 25, 0.78);
    border: 1px solid rgba(122, 155, 206, 0.22);
    overflow: hidden;
}
.faq-item button {
    width: 100%;
    text-align: left;
    background: transparent;
    color: #fff;
    padding: 1.45rem 1.75rem;
    font-size: 1.9rem;
    letter-spacing: 0.01em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 0;
}
.faq-item button span {
    color: rgba(150, 170, 210, 0.78);
    font-size: 1.5rem;
    margin-right: 1.2rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.faq-item .faq-body {
    padding: 0 1.75rem 1.75rem;
    color: rgba(212, 223, 242, 0.88);
    font-size: 1.9rem;
    line-height: 1.75;
    text-align: center;
}
.final-cta {
    margin: clamp(4.2rem, 8vw, 6.5rem) auto;
    max-width: 960px;
    text-align: center;
    padding: clamp(2.8rem, 6vw, 4.1rem);
    border-radius: 36px;
    background: linear-gradient(140deg, rgba(60,190,249,0.24), rgba(108,99,255,0.36));
    border: 1px solid rgba(128, 158, 210, 0.26);
    box-shadow: 0 38px 85px rgba(6, 12, 28, 0.4);
}
.final-cta h2 {
    color: #f7fbff;
    font-size: clamp(2.1rem, 4.6vw, 3rem);
    margin-bottom: 1.1rem;
}
.final-cta p {
    color: rgba(220, 230, 248, 0.88);
    margin-bottom: 2.1rem;
    font-size: 1.12rem;
}
@media (max-width: 992px) {
    .hero-visual {
        min-height: auto;
    }
}
@media (max-width: 768px) {
    .hero-actions {
        flex-direction: column;
        align-items: stretch;
    }
    .insight-bar {
        grid-template-columns: 1fr;
    }
}
/* Layout */
  .ai-briefing { padding: 24px 0 8px; }
  .ai-briefing__head { display:flex; align-items:end; gap:16px; flex-wrap:wrap; }
  .ai-briefing__eyebrow { margin:0; font:700 12px/1.1 Inter,system-ui; letter-spacing:.12em; text-transform:uppercase; color:#7dd3fc; }
  .ai-briefing__title { flex:1 1 auto; margin:0; color:#f8fafc; font:800 clamp(20px,3vw,28px)/1.2 Inter,system-ui; }
  .ai-briefing__cta { margin-left:auto; font:700 14px/1 Inter; color:#e2f2ff; text-decoration:none; opacity:.9; }
  .ai-briefing__cta:hover{opacity:1; text-decoration:underline; text-underline-offset:3px;}

.ai-briefing__rail {
    position: relative;
    margin-top: 16px;
    border-radius: 22px;
    padding: 22px 64px 44px;
    background: none;
    border: 0;
    box-shadow: none;
    overflow: hidden;
}

  /* Swiper & slides */
  .ai-briefing__swiper { overflow:hidden; }
  .ai-briefing__card{
    display:grid; grid-template-rows:auto 1fr auto; gap:10px;
    width:100%; height:350px; border-radius:16px; padding:14px;
    background:#08121c; border:1px solid rgba(148,163,184,.2);
    box-shadow:0 10px 24px rgba(0,0,0,.22);
    transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  }
  .ai-briefing__card:hover{ transform:translateY(-3px); box-shadow:0 16px 36px rgba(0,0,0,.28); border-color:rgba(148,163,184,.38); }

  .ai-briefing__source{
    display:flex; align-items:center; gap:10px; flex-wrap:wrap;
  }
  .ai-briefing__pill{
    font:700 11px/1.1 Inter; letter-spacing:.06em; text-transform:uppercase; color:#e6f7ff;
    padding:6px 10px; border-radius:999px; background:rgba(52,182,255,.18); border:1px solid rgba(255,255,255,.18); backdrop-filter:blur(6px);
  }
  .ai-briefing__date{ color:#94a3b8; font:600 11px/1.2 Inter; letter-spacing:.04em; text-transform:uppercase; }

  .ai-briefing__headline{ margin:2px 0 0; font:800 18px/1.25 Inter; color:#f8fafc;
    display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden; }
  .ai-briefing__headline a{ color:inherit; text-decoration:none; }
  .ai-briefing__headline a:hover{ text-decoration:underline; text-underline-offset:3px; }

  .ai-briefing__desc{ margin:0; color:#cbd5e1; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden; }

  .ai-briefing__foot{ display:flex; align-items:center; justify-content:space-between; gap:12px; border-top:1px solid rgba(148,163,184,.2); padding-top:10px; font-size: 10px;}
  .ai-briefing__open{
    display:inline-flex; align-items:center; gap:8px; padding:8px 12px; border-radius:10px;
    background:linear-gradient(180deg,#7dd3fc,#34b6ff); color:#071824; font:700 12px/1 Inter; text-decoration:none;
    border:1px solid rgba(255,255,255,.22); box-shadow:0 10px 24px rgba(52,182,255,.35); transition:transform .15s ease, box-shadow .15s ease;
  }
  .ai-briefing__open:hover{ transform:translateY(-1px); box-shadow:0 14px 32px rgba(52,182,255,.45); }
  .ai-briefing__open svg{ width:16px; height:16px; }

  /* Arrows & dots */
  .ai-briefing__nav{
    position:absolute; top:50%; transform:translateY(-50%); width:44px; height:44px; border-radius:999px;
    background:rgba(15,23,42,.8); color:#e2f2ff; border:1px solid rgba(148,163,184,.35);
    display:grid; place-items:center; cursor:pointer; backdrop-filter:blur(6px); z-index:5;
    transition:background .2s, border-color .2s;
  }
  .ai-briefing__nav:hover{ background:rgba(15,23,42,.95); border-color:rgba(52,182,255,.6); }
  .ai-briefing__nav--prev{ left:12px; } .ai-briefing__nav--next{ right:12px; }
  .ai-briefing__nav svg{ width:18px; height:18px; }

  .ai-briefing__dots{ position:absolute; left:64px; right:64px; bottom:14px; display:flex; justify-content:center; gap:8px; }
  .ai-briefing__dots .swiper-pagination-bullet{ width:6px; height:6px; background:#7aa2c2; opacity:.4; }
  .ai-briefing__dots .swiper-pagination-bullet-active{ opacity:1; background:#34b6ff; }

  .ai-briefing__progress{ position:absolute; left:64px; right:64px; bottom:6px; height:3px; background:rgba(148,163,184,.25); border-radius:999px; overflow:hidden; }
  .ai-briefing__progress > span{ display:block; width:0%; height:100%; background:linear-gradient(90deg,#7dd3fc,#34b6ff); transition:width .2s linear; }


          .tool-page { color: #e2eaff; }
        .tool-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 360px); gap: clamp(24px, 4vw, 48px); padding: clamp(24px, 5vw, 56px); border-radius: 28px; background: radial-gradient(900px 600px at 0% 0%, rgba(125,211,252,0.14), transparent 60%), linear-gradient(180deg, rgba(15,23,42,0.8), rgba(8,14,30,0.92)); border: 1px solid rgba(148, 194, 255, 0.18); box-shadow: 0 24px 80px rgba(0, 32, 94, 0.35); margin:2.5rem auto 4.2rem;}
        .tool-hero__tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; }
        .tool-hero__tag { padding: 6px 12px; border-radius: 999px; border: 1px solid rgba(148, 194, 255, 0.25); background: rgba(14, 30, 52, 0.6); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: #7dd3fc; }
        .tool-hero h1 { font: 800 clamp(30px, 4vw, 50px)/1.1 "Inter", system-ui; margin-bottom: 12px; color:white;}
        .tool-hero__desc { color: rgba(226, 234, 255, 0.78); max-width: 60ch; margin-bottom: 18px; }
        .tool-hero__cta { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 18px; }
        .tool-hero__cta a, .tool-hero__cta button { border-radius: 12px; padding: 12px 18px; font-weight: 600; border: 1px solid rgba(98, 165, 255, 0.35); background: rgba(16, 38, 65, 0.85); color: #e6f4ff; transition: transform .18s ease, border .18s ease, background .18s ease; cursor: pointer; }
        .tool-hero__cta a.primary { background: linear-gradient(170deg, #7dd3fc, #34b6ff); color: #041c2c; border: none; }
        .tool-hero__cta a:hover, .tool-hero__cta button:hover { transform: translateY(-1px); border-color: rgba(125, 211, 252, 0.6); }
        .tool-hero__meta { display: flex; flex-wrap: wrap; gap: 16px; font-size: 13px; color: rgba(197, 220, 255, 0.75); }
        .tool-hero__image {
            position: relative;
            border-radius: 24px;
            overflow: hidden;
            border: 1px solid rgba(125, 211, 252, 0.22);
            background: rgba(5, 11, 25, 0.9);
            height: 100%;
            max-height: 262px;
            width: 390px;
            display: flex;
            place-items: center;
            align-content: center;
            justify-content: center;
            align-items: stretch;
            justify-items: stretch;
            flex-direction: column;
            top: 42px;
            left: -34px;
        }
        .tool-hero__image img { width: 100%; height: 100%; object-fit: cover; background: white; }

          .tool-meta-grid {
              display: flex;
              grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
              gap: 10px;
              margin-top: 28px;
              flex-direction: row;
              align-items: stretch;
              align-content: center;
              width: 100%;
          }
          .tool-meta-card {
              padding: 14px;
              border-radius: 16px;
              border: 1px solid rgba(90, 170, 255, 0.22);
              background: rgba(8, 18, 28, 0.82);
              width: 295px;
              display: flex;
              flex-direction: column;
              align-content: center;
              align-items: flex-start;
          }
          .tool-section .primary {
            margin-top: 30px;
            text-align: right;
          }
           /* Snapshot: lighter, chip-style skills & softer cards */
  #snapshot ul{
    list-style:none; margin:0; padding:0;
    display:flex; flex-wrap:wrap; gap:8px;
  }
  #snapshot ul li{
    padding:6px 10px; border-radius:9999px;
    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.08);
    font-size:12px; line-height:1.2; font-weight:500;
    color:#cfe8ff;
  }
  /* compact by default: show first 10 chips */
  #snapshot ul li[data-chip-idx]{ display:none; }
  #snapshot ul li[data-chip-idx="1"],
  #snapshot ul li[data-chip-idx="2"],
  #snapshot ul li[data-chip-idx="3"],
  #snapshot ul li[data-chip-idx="4"],
  #snapshot ul li[data-chip-idx="5"],
  #snapshot ul li[data-chip-idx="6"],
  #snapshot ul li[data-chip-idx="7"],
  #snapshot ul li[data-chip-idx="8"],
  #snapshot ul li[data-chip-idx="9"],
  #snapshot ul li[data-chip-idx="10"]{ display:inline-flex; }

  /* lighten helper text */
  #snapshot p.text-body-3{ opacity:.7; }

  /* refine meta cards (Perfect for / Not for) */
  #snapshot .tool-meta-grid{
    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
    gap:14px;
  }
  #snapshot .tool-meta-card{
    background:rgba(255,255,255,.04);
    border:1px solid rgba(255,255,255,.06);
    border-radius:12px; padding:14px;
  }
  #snapshot .tool-meta-card span{
    opacity:.75; font-size:12px; letter-spacing:.04em; text-transform:uppercase;
  }
  #snapshot .tool-meta-card strong{
    font-weight:600; color:#e9f3ff; line-height:1.35; display:block;
  }

  /* quote tone down */
  #snapshot blockquote{
    margin-top:12px; color:#b8d2ff; font-style:italic; line-height:1.5;
  }

  /* show-more button */
  #snapshot .chips-more{
    margin-top:8px; background:transparent; border:1px solid rgba(255,255,255,.18);
    padding:6px 10px; border-radius:8px; color:#cfe8ff; font-size:12px;
  }
        .tool-meta-card span { display: block; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: rgba(125, 211, 252, 0.8); margin-bottom: 6px; }

        .tool-layout { display: grid; grid-template-columns: minmax(0,1fr) minmax(220px, 260px); gap: clamp(24px, 4vw, 52px); margin-top: 48px; }
        .tool-toc { position: sticky; top: 110px; align-self: start; padding: 20px; border-radius: 18px; border: 1px solid rgba(125, 211, 252, 0.18); }
        .tool-toc h2 { font: 700 14px/1 Inter, system-ui; letter-spacing: .14em; text-transform: uppercase; color: rgba(158, 213, 255, 0.85); margin-bottom: 12px; }
        .tool-toc ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; font-size: 14px; }
        .tool-toc a { color: rgba(220, 233, 255, 0.72); text-decoration: none; display: inline-flex; gap: 8px; align-items: center; }
        .tool-toc a::before { content: '\2022'; color: #61d5ff; }
        .tool-toc a:hover { color: #ffffff; }

        .tool-section { margin-bottom: clamp(36px, 6vw, 64px); padding-bottom: clamp(24px, 4vw, 40px); border-bottom: 1px solid rgba(148, 194, 255, 0.1); }
        .tool-section:last-of-type { border-bottom: none; }
        .tool-section h2 { font: 700 clamp(20px, 3vw, 30px)/1.2 Inter, system-ui; margin-bottom: 12px; color: wheat; }
        .tool-section p { color: rgba(220, 233, 255, 0.78); margin-bottom:25px; margin-top: 25px;}

        .tool-usecases { display: grid; gap: 16px; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
        .tool-usecase-card { padding: 18px; border-radius: 18px; border: 1px solid rgba(125, 211, 252, 0.16); background: rgba(10, 24, 40, 0.8); }
        .tool-usecase-card h3 { font-size: 18px; margin-bottom: 8px; color: #ffffff; line-height: 22px;}
        .tool-prompts {
              display: grid;
              gap: 16px;
          }
        .tool-prompt-card {
            border-radius: 18px;
            border: 1px solid rgba(125, 211, 252, 0.18);
            background: rgba(8, 18, 32, 0.85);
            padding: 20px;
            position: relative;
            display: flex;
            flex-direction: column-reverse;
            justify-content: space-between;
            align-items: stretch;
        }
        .tool-prompt-card h3 { margin-bottom: 6px; font-size: 17px; color: #ffffff; }
        .tool-prompt-card pre {
              white-space: pre-wrap;
              background: rgba(4, 12, 26, 0.83);
              border-radius: 14px;
              padding: 16px;
              border: 1px solid rgba(125, 211, 252, 0.12);
              font-size: 14px;
              color: rgba(220, 233, 255, 0.85);
              height: auto;
          }
        .tool-prompt-actions { display: flex; gap: 10px; margin-top: 12px; }
        .tool-prompt-actions button { border-radius: 10px; border: 1px solid rgba(125, 211, 252, 0.3); background: rgba(10, 22, 36, 0.9); color: #e6f4ff; padding: 10px 14px; font-size: 13px; cursor: pointer; }
        .tool-prompt-actions button:hover { border-color: rgba(125, 211, 252, 0.55); }

        .tool-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
        #youtube .tool-list {
            list-style: none;
            padding: 0;
            margin: 0;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
            gap: 30px;
        }
        #setup .tool-list {
            list-style: none;
            padding: 0;
            margin: 0;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
            gap: 10px;
            justify-items: stretch;
            align-items: center;
            justify-content: center;
        }
        #setup .tool-list li {
            padding: 25px;
            border-radius: 14px;
            background: rgba(10, 24, 42, 0.78);
            border: 1px solid rgba(125, 211, 252, 0.12);
            color: rgba(220, 233, 255, 0.8);
            width: 100%;
            height: 26rem;
            display: flex;
            flex-direction: column;
            gap: 20px;
            align-content: center;
            justify-content: space-evenly;
            align-items: flex-start;
            text-align: left;
        }
        #setup .step-content {
              font-size: 14px;
              font-weight: 400;
              color: white;
              line-height: 24px;
          }
        .tool-prompt-card__media img {
            border-radius: 13px;
            margin-top: 20px;
            height: 100%;
            width: 100%;
            object-fit: cover;
        }
        .tool-list li { padding: 12px 16px; border-radius: 14px; background: rgba(10, 24, 42, 0.78); border: 1px solid rgba(125, 211, 252, 0.12); color: rgba(220, 233, 255, 0.8); }

        .tool-shelf { display: grid; gap: 16px; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
        .tool-shelf-card { border-radius: 18px; border: 1px solid rgba(125, 211, 252, 0.16); background: rgba(8, 18, 34, 0.85); padding: 18px; display: grid; gap: 10px; }
        #careers .tool-shelf-card {
              border-radius: 18px;
              border: 1px solid rgba(125, 211, 252, 0.16);
              background: rgba(8, 18, 34, 0.85);
              padding: 18px;
              display: flex;
              gap: 10px;
              flex-direction: column;
              justify-content: space-between;
          }
        .tool-shelf-card img {
            width: 100%;
            border-radius: 14px;
            border: 1px solid rgba(125, 211, 252, 0.12);
            object-fit: cover;
            background: white;
            height: 100%;
            max-height: 180px;
        }
        .tool-shelf-card span {
            color: rgb(255 255 255 / 75%);
            font-weight: 400;
            margin-bottom: 20px;
        }

        .tool-shelf-card h3 { font-size: 18px; margin: 0; color: #ffffff; line-height: 27px;}
        .tool-shelf-card p { font-size: 14px; color: rgba(210, 226, 255, 0.76); }
        .tool-shelf-card a { color: #61d5ff; text-decoration: none; font-weight: 600; }

        .tool-sticky-actions { position: fixed; inset: auto 0 20px 0; pointer-events: none; opacity: 0; transform: translateY(40px); transition: opacity .22s ease, transform .22s ease; z-index: 1050; }
        .tool-sticky-actions.is-visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
        .tool-sticky-actions__inner { margin: 0 auto; max-width: min(960px, 92vw); border-radius: 18px; background: rgba(4, 15, 32, 0.92); border: 1px solid rgba(98, 165, 255, 0.35); display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 20px; box-shadow: 0 24px 70px rgba(2, 12, 28, 0.55); }
        .tool-sticky-actions__title { font-weight: 600; color: #e6f4ff; }
        .tool-sticky-actions__cta { display: flex; gap: 10px; }
        .tool-sticky-actions button, .tool-sticky-actions a { border-radius: 10px; padding: 10px 16px; border: 1px solid rgba(125, 211, 252, 0.3); background: rgba(6, 18, 34, 0.95); color: #e6f4ff; cursor: pointer; font-size: 13px; }
        .tool-sticky-actions a.primary {
          background: linear-gradient(170deg, #7dd3fc, #34b6ff);
          color: #041c2c;
          border: none;
          display: flex;
          justify-content: center;
          align-items: center;
          align-content: center;
          flex-direction: row;
          text-align: center;
          }
        .tool-toast { position: fixed; right: 24px; bottom: 24px; padding: 12px 18px; border-radius: 12px; background: rgba(20, 180, 125, 0.92); color: #062018; font-weight: 600; opacity: 0; transform: translateY(20px); pointer-events: none; transition: opacity .2s ease, transform .2s ease; z-index: 1100; }
        .tool-toast.is-visible { opacity: 1; transform: translateY(0); }

        @media (max-width: 992px) {
            .tool-hero { grid-template-columns: 1fr; }
            .tool-sticky-actions__inner { flex-direction: column; align-items: stretch; }
            .tool-sticky-actions__cta { justify-content: space-between; }
        }
h3, .h3{
  color:white;
}
h4, .h4{
  font-size:23px;
}
h1, .h1{
  font-size: 41px;
}
.tool-card {
    position: relative;
    flex: 0 0 280px;
    height: 695px;
}
  /* Masonry using CSS columns (simple and fast) */
  .learn-masonry {
    column-count: 1;
    column-gap: 18px;
  }

  .adzuna-badge img {
    height: 23px;
    width: 116px;
}
.video-container h2 {
    color: white;
    font-size: 24px;
}
/* Base wrapper */
.tool-embed {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: #000;
  display: block;
}

/* Aspect per provider (no CSS var needed) */
.tool-embed.is-yt    { aspect-ratio: 16 / 9; }
.tool-embed.is-vimeo { aspect-ratio: 15 / 12; border-radius: 22px;}  /* square */

/* Fill the box */
.tool-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

/* Invisible overlay to swallow pointer events to the iframe */
/* .tool-embed::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: transparent;
  pointer-events: auto;
} */

/* Custom Unmute/Mute button above overlay */
.video-audio-toggle {
    position: absolute;
    right: 13px;
    bottom: 51px;
    z-index: 3;
    padding: 9px 16px;
    font-size: 14px;
    font-weight: 600;
    border: 0;
    border-radius: 4px;
    background: rgb(255 255 255 / 13%);
    backdrop-filter: blur(2px);
    color: #00000075;
    cursor: pointer;
    transition: background .2s 
ease;
}
.video-audio-toggle:hover { background: rgba(0, 0, 0, 0.467); color: white }

/* --- Optional: tiny overscan to kill micro letterboxing if you see hairline bars --- */
/* .tool-embed.is-vimeo iframe { transform: scale(1.01); transform-origin: center; } */


  @media (min-width: 640px) { .learn-masonry { column-count: 2; } }   /* phones -> 1, tablets -> 2 */
  @media (min-width: 1024px) { .learn-masonry { column-count: 3; }
  .adzuna-badge {
      display: flex;
      flex-direction: row;
      align-content: center;
      justify-content: center;
      align-items: center;
  }
    .adzuna-badge a {
      color: white;
  }
}  /* desktop -> 3 */

  /* Card */
  .learn-card {
    display: inline-block;              /* required for CSS columns */
    width: 100%;
    height: 340px;
    margin: 0 0 18px;
    break-inside: avoid;                /* avoid column breaks inside cards */
    border-radius: 16px;
    overflow: hidden;
    background: rgba(2,6,23,0.65);      /* slate-950 alpha */
    border: 1px solid rgba(255,255,255,0.06);
    box-shadow: 0 10px 24px rgba(0,0,0,.22);
    transform: translateZ(0);
    transition: transform .20s ease, box-shadow .20s ease, border-color .20s ease;
  }
  .learn-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 36px rgba(0,0,0,.28);
    border-color: rgba(148,163,184,0.28);
  }

  /* Thumbnail */
  .learn-thumb {
    position: relative;
    aspect-ratio: 16 / 9;
    background: linear-gradient(135deg, #0f172a, #111827);
  }
  .learn-thumb img {
    width: 100%; height: 100%;
    object-fit: cover; display: block;
    transform: scale(1.01);
    transition: transform .5s ease;
  }
  .learn-card:hover .learn-thumb img { transform: scale(1.05); }

  /* Badge */
  .learn-badge {
    position: absolute;
    top: 10px; left: 10px;
    padding: 6px 10px;
    border-radius: 999px;
    font: 600 11px/1.1 system-ui, -apple-system, Segoe UI, Inter, Roboto, sans-serif;
    letter-spacing: .04em;
    color: #e6f9ff;
    background: rgba(52,182,255,0.18);
    border: 1px solid rgba(255,255,255,0.16);
    backdrop-filter: blur(6px);
  }

  /* Body */
  .learn-body {
    padding: 14px 14px 16px 14px;
  }

  .learn-category a {
    color: #a6e3ff;
    text-decoration: none;
    font: 600 11px/1.2 Inter, system-ui, sans-serif;
    letter-spacing: .06em;
    text-transform: uppercase;
  }

  .learn-title {
    margin: 6px 0 6px 0;
    font: 800 clamp(15px, 1.6vw, 18px)/1.25 Inter, system-ui, sans-serif;
    color: #f8fafc;
  }
  .learn-title a {
    color: inherit;
    text-decoration: none;
  }
  .learn-title a:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
  }

  .learn-desc {
    margin: 0;
    color: #cbd5e1;
    font: 400 13px/1.55 Inter, system-ui, sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 3;       /* clamp to keep cards balanced in masonry */
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  /* Grid size hinting (optional): make some cards taller if you want a stronger masonry look.
     You can add .tall or .short on the PHP loop conditionally later if needed. */
  .learn-card.tall .learn-desc { -webkit-line-clamp: 6; }

  

  .hp-swiper {
    overflow: hidden;
  }

  .hp-swiper .swiper-wrapper {
    align-items: stretch;
  }
  .swiper {
      padding-right: 20px;
      width: 90%;
  }
  

  /* each slide is one card; we show 3 slides at once & advance by 3 */
  .hp-swiper .swiper-slide {
    width: var(--card-w);
    display: flex;
    height: auto;
  }

  /* card */
  .hp-card {
    width: 100%;
    height: var(--card-h);
    border-radius: 18px;
    padding: var(--card-pad);
    background:
      radial-gradient(600px 300px at 110% 120%, rgba(52,182,255,.12), transparent 60%),
      linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
    border: 1px solid rgba(148,163,184,.22);
    box-shadow: 0 14px 28px rgba(0,0,0,.24);
    display: grid;
    grid-template-rows: auto 1fr auto;
    gap: 8px;
    overflow: hidden;
    transform: translateZ(0);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  }
  .hp-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(0,0,0,.32);
    border-color: rgba(148,163,184,.38);
  }

  /* header line (region + company + location) */
  .hp-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
  }
  .hp-region {
    font: 700 11px/1.1 Inter, system-ui, sans-serif;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #e6f7ff;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(52,182,255,.18);
    border: 1px solid rgba(255,255,255,.18);
    backdrop-filter: blur(6px);
  }
  .hp-company, .hp-location {
    font: 600 11px/1.2 Inter, system-ui, sans-serif;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #a6e3ff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(50% - 6px);
  }

  /* title & description */
  .hp-title {
    margin: 6px 0 2px 0;
    font: 800 18px/1.25 Inter, system-ui, sans-serif;
    color: #f8fafc;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .hp-title a { color: inherit; text-decoration: none; }
  .hp-title a:hover { text-decoration: underline; text-underline-offset: 3px; }

  .hp-desc {
    color: #cbd5e1;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  /* footer */
  .hp-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    border-top: 1px solid rgba(148,163,184,.22);
    padding-top: 10px;
    color: #94a3b8;
  }
  .hp-open {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 10px;
    font: 700 12px/1 Inter, system-ui, sans-serif;
    color: #071824;
    text-decoration: none;
    background: linear-gradient(180deg, #7dd3fc, #34b6ff);
    border: 1px solid rgba(255,255,255,.22);
    box-shadow: 0 10px 24px rgba(52,182,255,.35);
    transition: transform .15s ease, box-shadow .15s ease;
  }
  .hp-open:hover { transform: translateY(-1px); box-shadow: 0 14px 32px rgba(52,182,255,.45); }
  .hp-open svg { width: 16px; height: 16px; }

  /* arrows */
  .hp-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px; height: 44px;
    border-radius: 999px;
    border: 1px solid rgba(148,163,184,.35);
    background: rgba(15,23,42,.78);
    color: #e2f2ff;
    display: grid; place-items: center;
    cursor: pointer;
    transition: background .2s ease, border-color .2s ease;
    backdrop-filter: blur(6px);
    z-index: 5;
  }
  .hp-nav-btn:hover {
    background: rgba(15,23,42,.95);
    border-color: rgba(52,182,255,.6);
  }
  .hp-prev { left: 12px; }
  .hp-next { right: 12px; }
  .hp-nav-btn svg { width: 18px; height: 18px; }

  /* progress bar */
  .hp-progress {
    position: absolute; left: 68px; right: 68px; bottom: 14px;
    height: 3px; border-radius: 999px;
    background: rgba(148,163,184,.25);
    overflow: hidden;
  }
  .hp-progress > span {
    display: block; width: 0%; height: 100%;
    background: linear-gradient(90deg, #7dd3fc, #34b6ff);
    transition: width .2s linear;
  }
.topbar {
    background: black;
}
  /* responsive: show 1 card on phones, 2 on tablets, 3 on desktop */
  @media (max-width: 1023px) { .hp-swiper .swiper-slide { width: calc(50% - 10px); } }
  @media (max-width: 639px)  { .hp-swiper .swiper-slide { width: 100%; } }
@media (max-width: 1024px) {
  .tf-container-inner .d-flex {
    display: flex;
    flex-direction: row;
}
.header-inner-wrap .nav-desktop {
  display:none;
}
  .hero-stats {
    display: flex;
    gap: 1.4rem;
    margin-top: 2.4rem;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    align-content: center;
}

  .hero-visual .visual-card {
    position: relative;
    z-index: 1;
    border-radius: 24px;
    padding: 1.8rem 1.6rem;
    background: rgba(14, 27, 51, 0.92);
    border: 1px solid rgba(126, 160, 214, 0.28);
    /* height: 220px; */
    top: 0;
    right: 0;
}

.hero-stats li {
    list-style: none;
    padding: 1.1rem 1.25rem;
    border-radius: 22px;
    background: rgba(14, 27, 51, 0.74);
    border: 1px solid rgba(122, 157, 205, 0.24);
    box-shadow: 0 24px 42px rgba(6, 10, 24, 0.32);
    font-size: 1.4rem;
    display: flex;
    /* justify-content: space-between; */
    gap: 20px;
}
.hero-visual dl {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.9rem 1.1rem;
    font-size: 1.54rem;
}
.hero-copy {
    max-width: 680px;
    color: rgba(226, 232, 240, 0.88);
    font-size: clamp(1.65rem, 2.4vw, 1.18rem);
    line-height: 1.75;
}
.topbar .left p {
    display: flex;
    gap: 18px;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.hero-features {
    display: grid;
    gap: 0.85rem;
    margin: 1.8rem 0 0;
    padding: 0;
    list-style: none;
    display: none;
}
.tool-toc {
    position: relative;
    top: auto;
    order: -1;
    width: 100%;
}
.hero-actions .primary-btn, .hero-actions .ghost-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.95rem 2rem;
    border-radius: 999px;
    font-weight: 600;
    font-size: 1.62rem;
    transition: transform 0.22s 
ease, box-shadow 0.22s 
ease;
}
.section-shell header {
    margin: 0 0 2.2rem;
    margin-top: 0;
}
.tool-card__footer {
    padding: clamp(1.1rem, 2.2vw, 1.5rem);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    border-top: 1px solid rgba(118, 148, 196, 0.18);
    flex-direction: column;
}
.tools-footer {
    margin-top: none;
    text-align: center;
    display: flex
;
    justify-content: center;
}
.box-why .list li {
    display: flex;
    gap: 12px;
    line-height: 1.4;
}
.card-elevated {
    /* background: red; */
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}
.hp-list {
    display: flex;
    grid-template-columns: 1fr;
    gap: 14px;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
}
.faq-item .faq-body {
    padding: 0 1.75rem 1.75rem;
    color: rgba(212, 223, 242, 0.88);
    font-size: 1.5rem;
    line-height: 1.45;
    text-align: center;
}
.hero-actions .primary-btn, .hero-actions .ghost-btn {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.95rem 2rem;
    border-radius: 999px;
    font-weight: 600;
    font-size: 1.62rem;
    transition: transform 0.22s 
ease, box-shadow 0.22s 
ease;
    flex-direction: row;
    justify-content: center;
}

.tool-card__link {
    width: 356px;
}
.tool-layout {
    display: flex;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 260px);
    gap: clamp(24px, 4vw, 52px);
    margin-top: 48px;
    flex-direction: column;
    align-content: space-around;
    align-items: stretch;
    width: 100%;
}
.hero-eu {
    position: relative;
    overflow: hidden;
    padding: clamp(2.8rem, 5vw, 4.6rem);
    border-radius: 0;
    background: none;
    border: 0;
    box-shadow: none;
    margin: 0;
}
section.section-shell {
    margin-bottom: 120px;
}

.tf-container-inner {
    max-width: 376px;
    width: 100%;
    margin-left: auto; 
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}

.learn-card {
    display: inline-block;
    width: 100%;
    height: 356px;
    margin: 0 0 18px;
    break-inside: avoid;
    border-radius: 16px;
    overflow: hidden;
    background: rgba(2, 6, 23, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .22);
    transform: translateZ(0);
    transition: transform .20s 
ease, box-shadow .20s 
ease, border-color .20s 
ease;
    border: 1px solid wheat;
}
.learn-thumb img {
    width: 100%;
    height: 209px;
    object-fit: cover;
    display: block;
    transform: scale(1.01);
    transition: transform .5s 
ease;
}
.tool-usecase-card {
    padding: 18px;
    border-radius: 18px;
    border: 1px solid rgba(125, 211, 252, 0.16);
    background: rgba(10, 24, 40, 0.8);
    width: 100%;
}
#youtube .tool-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
    gap: 15px;
    flex-direction: column;
}
.tool-prompt-card pre {
    height: auto;
}
.tool-carousel__dots {
    display: flex;
    gap: 0.4rem;
    margin-left: 0;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.tool-prompts {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 3fr));
}
.tool-hero__image {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(125, 211, 252, 0.22);
    background: rgba(5, 11, 25, 0.9);
    height: 100%;
    max-height: 220px;
    /* width: 390px; */
    display: flex;
    place-items: center;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: stretch;
    flex-direction: column;
    top: 0;
    left: 0;
}
.tool-sticky-actions__title {
    font-weight: 600;
    color: #e6f4ff;
    text-align: center;
}
.tf-container-inner.mobile-pad.pb-48 {
    padding: 0;
    margin: 0;
}
.tool-meta-grid {
    width: 100%;
    gap: 10px;
}
.tool-meta-card {
    width: 100%;
}
.left a {
    text-align: center;
}
.tool-hero__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 18px;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    text-align: center;
}

.header.style-default .header-inner-wrap {
    padding-top: 20px;
}
.tool-hero__tag {
display: none;
}

.tool-card__cta {
    display: none;
}
.tool-card {
position: relative;
flex: 0 0 280px;
height: 625px;
}
.tool-section .primary {
    margin-top: 30px;
    text-align: center;
}
.tool-hero__meta {
    display: flex;
    gap: 16px;
    font-size: 13px;
    color: rgba(197, 220, 255, 0.75);
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.video-audio-toggle {
    position: absolute;
    right: 345px;
    bottom: -4px;
    z-index: 3;
    padding: 9px 16px;
    font-size: 14px;
    font-weight: 600;
    border: 0;
    border-radius: 4px;
    background: rgb(255 255 255 / 13%);
    backdrop-filter: blur(2px);
    color: #00000075;
    cursor: pointer;
    transition: background .2s 
ease;
}
    .tool-hero div {
        width: 308px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        border-radius: 13px;
    }
#footer .infiniteslide {
    display: flex;
    gap: 31.63px;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
}
h4, .h4 {
    font-size: 16px;
    line-height: 29px;
}
h1, .h1 {
    font-size: 25px;
    line-height: 35px;
}
.hp-card {
    width: 320px;
    border-radius: 18px;
    padding: var(--card-pad);
    background: radial-gradient(600px 300px at 110% 120%, rgba(52, 182, 255, .12), transparent 60%), linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .03));
    border: 1px solid rgba(148, 163, 184, .22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, .24);
    display: grid;
    grid-template-rows: auto 1fr auto;
    gap: 8px;
    overflow: hidden;
    transform: translateZ(0);
    transition: transform .18s 
ease, box-shadow .18s 
ease, border-color .18s 
ease;
}
.ai-briefing__rail {
    position: relative;
    margin-top: 16px;
    border-radius: 22px;
    padding: 22px 48px 44px;
    background: radial-gradient(800px 480px at 12% -20%, rgba(125, 211, 252, .14), transparent 60%), radial-gradient(800px 480px at 108% 120%, rgba(52, 182, 255, .12), transparent 60%), linear-gradient(180deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .03));
    border: 1px solid rgba(255, 255, 255, .06);
    box-shadow: 0 18px 56px rgba(0, 0, 0, .24);
    overflow: hidden;
}
.learn-card {
    display: inline-block;
    width: 100%;
    height: 367px;
    margin: 0 0 18px;
    break-inside: avoid;
    border-radius: 16px;
    overflow: hidden;
    background: rgba(2, 6, 23, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .22);
    transform: translateZ(0);
    transition: transform .20s 
ease, box-shadow .20s 
ease, border-color .20s 
ease;
}
.learn-thumb {
    position: relative;
    aspect-ratio: auto;
    background: linear-gradient(135deg, #0f172a, #111827);
}
}

