.shade img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.5;
  background-image: url("../images/shade.svg");
  background-position: center;
  height: 700px; }

@font-face {
  font-family: 'Roobert';
  src: url("../fonts/Roobert-700.woff") format("woff");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Roobert';
  src: url("../fonts/Roobert-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Roobert';
  src: url("../fonts/Roobert-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Roobert';
  src: url("../fonts/Roobert-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Roobert';
  src: url("../fonts/Roobert-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Roobert';
  src: url("../fonts/Roobert-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal; }
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 16px 42px;
  border-radius: 42px;
  background: #1D2939;
  color: #FFF;
  text-edge: cap;
  font-family: 'Roobert';
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  border: none;
  cursor: pointer;
  text-decoration: none;
  leading-trim: both;
  text-edge: cap;
  transition: background 0.2s;
  transition: all 0.2s; }
  .btn-primary:hover {
    background-color: #2a2d3e;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); }
  .btn-primary::after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 12.5px;
    vertical-align: middle;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='15' viewBox='0 0 17 15' fill='none'%3E%3Cpath d='M9.5 1L15.75 7.25M15.75 7.25L9.5 13.5M15.75 7.25H0.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain; }
  .btn-primary svg {
    display: inline-block;
    vertical-align: middle; }
  @media (max-width: 480px) {
    .btn-primary {
      padding: 12px 24px;
      font-size: 16px;
      width: 158px; }
      .btn-primary::after {
        width: 12px;
        height: 10px; } }
  @media (max-width: 380px) {
    .btn-primary {
      padding: 12px 2px;
      width: 150px; } }

.btn-primary:active,
.btn-primary:focus {
  outline: none;
  background: #233047; }

.btn-outline {
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  background: transparent;
  padding: 16px 42px;
  border-radius: 42px;
  border: 1px solid #1d2939;
  color: #1d2939;
  font-family: 'Roobert';
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease-in-out; }
  .btn-outline:hover {
    background: rgba(243, 243, 243, 0.4);
    color: #000;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); }
  .btn-outline::after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 12.5px;
    vertical-align: middle;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="15" viewBox="0 0 17 15" fill="none"><path d="M10 1L16.25 7.25M16.25 7.25L10 13.5M16.25 7.25H1.25" stroke="%231D2939" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-size: contain; }
  @media (max-width: 480px) {
    .btn-outline {
      padding: 12px 24px;
      font-size: 16px;
      width: 158px; }
      .btn-outline::after {
        width: 12px;
        height: 10px; } }
  @media (max-width: 380px) {
    .btn-outline {
      padding: 12px 2px;
      width: 150px; } }

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

html {
  scroll-behavior: smooth; }

a {
  text-decoration: none; }

body {
  font-family: 'Poppins', sans-serif;
  line-height: 1.5;
  color: #344054;
  overflow-x: hidden;
  margin: 0px; }

.scrolled {
  background-color: #fff;
  transition: all 0.8s ease-in-out; }

.navbar-toggler {
  padding: 0px 3px;
  border: none; }

.navbar-toggler-icon {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M4 5H20" stroke="%23141B34" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M4 12H20" stroke="%23141B34" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M4 19H20" stroke="%23141B34" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>'); }

.navbar {
  padding: 0px;
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  transition: all 0.8s ease-in-out; }
  .navbar .container {
    padding: 20px 0px;
    max-width: 1249px;
    margin: auto; }
    @media (max-width: 992px) {
      .navbar .container {
        padding: 10px 15px; } }
    @media (max-width: 580px) {
      .navbar .container {
        padding: 10px 15px; } }

.navbar-collapse {
  flex-grow: 0; }

.navbar-nav {
  display: flex;
  gap: 56px;
  align-items: center; }
  @media (max-width: 999px) {
    .navbar-nav {
      gap: 0; } }

.navbar-brand {
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #333;
  font-size: 1.1rem;
  margin-right: 5px; }

.logo {
  display: flex;
  align-items: center;
  gap: 4px; }
  .logo img {
    max-width: 96.571px; }
    @media (max-width: 520px) {
      .logo img {
        max-width: 59.092px; } }
  .logo h2 {
    color: var(--Neutral-800, #1D2939);
    font-family: 'Roobert';
    font-size: 20px;
    font-style: normal;
    margin-bottom: 0px;
    font-weight: 700;
    line-height: normal; }
    @media (max-width: 520px) {
      .logo h2 {
        font-size: 14px; } }

.logo-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  font-weight: bold;
  color: white;
  font-size: 1rem; }

.navbar-nav .nav-link {
  transition: color 0.3s ease;
  color: var(--Neutral-800, #1D2939);
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; }

.navbar-nav .nav-link:hover {
  color: #ff6b35; }

@media (max-width: 991px) {
  .navbar-nav {
    padding: 1rem 0; }

  .navbar-nav .nav-link {
    padding: 0.8rem 0; }

  .btn-buy-now {
    margin-top: 1rem;
    width: fit-content; } }
.btn-primary:hover {
  background: #2d3949; }

.btn-primary:hover {
  background: #2d3949;
  color: #fff; }

@media (max-width: 520px) {
  .primary-mobile {
    padding: 12px 2px;
    width: 120px; } }
@media (max-width: 340px) {
  .primary-mobile {
    padding: 12px 2px;
    width: 101px; } }

/* Hero Section */
.hero {
  padding: 0px 15px;
  background: white;
  min-height: 1090px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 102px; }
  @media (max-width: 768px) {
    .hero {
      min-height: 800px; } }

.hero-bg {
  position: absolute;
  bottom: 0;
  /* Image sticks to the bottom */
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  /* Adjust if needed */
  height: auto;
  z-index: 1;
  /* Behind content */ }
  @media (max-width: 999px) {
    .hero-bg {
      bottom: 60px; } }
  @media (max-width: 769px) {
    .hero-bg {
      bottom: 6px; } }
  @media (max-width: 480px) {
    .hero-bg {
      bottom: 20px; } }

.hero-gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 67.327%, rgba(0, 0, 0, 0.1) 100%); }

.pos {
  margin-top: 181px;
  align-items: center; }
  @media (max-width: 999px) {
    .pos {
      width: 100%;
      margin-top: 154px; } }
  @media (max-width: 769px) {
    .pos {
      width: 100%;
      margin-top: 101px; } }
  @media (max-width: 480px) {
    .pos {
      width: 100%;
      margin-top: 72px; } }

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 967px;
  margin: 0 auto; }

.hero-title {
  font-weight: 600;
  font-size: 54px;
  line-height: 60px;
  font-family: "Roobert";
  color: #101828;
  margin-bottom: 18px; }

.hero-subtitle {
  font-size: 20px;
  color: #344054;
  margin-bottom: 24px;
  max-width: 695px;
  margin-left: auto;
  margin-right: auto; }

.hero-buttons {
  display: flex;
  gap: 18px;
  justify-content: center;
  margin-top: 24px; }
  @media (max-width: 530px) {
    .hero-buttons {
      align-items: center;
      gap: 12px; } }

@media (max-width: 480px) {
  .hero-banner-btns {
    flex-direction: column;
    align-items: center;
    gap: 12px; }
    .hero-banner-btns .btn-primary,
    .hero-banner-btns .btn-outline {
      width: 244px; } }

/* About Section */
.about {
  background: white;
  padding: 51px 96px;
  max-width: 1440px;
  margin: 0 auto; }

.about-content {
  display: flex;
  max-width: 1048px;
  margin: 0 auto;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0; }

.about-title {
  color: var(--Neutral-900, #101828);
  font-family: Roobert;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  margin-bottom: 60px; }
  @media (max-width: 480px) {
    .about-title {
      margin-bottom: 30px;
      font-size: 28px; } }

.about-grid {
  display: flex;
  gap: 50px;
  align-items: center; }

.about-image {
  width: 394px;
  height: 378px;
  border-radius: 8px;
  object-fit: cover; }
  @media (max-width: 769px) {
    .about-image {
      width: 100%;
      height: auto; } }

.about-text {
  flex: 1; }

.about-description {
  font-size: 18px;
  color: #1d2939;
  margin-bottom: 32px; }

.feature-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch; }

.feature-item {
  display: flex;
  gap: 12px;
  align-items: center; }

/* .icon{
        display: flex;
        align-items: center;
        }  */
/* .feature-icon {
            background: #c7f9dc;
            border-radius: 19.268px;
            display: flex;
            padding: 6.423px;
            align-items: center;
            gap: 8.028px
        }

        .feature-icon-inner {
            background: #43eb89;
            border-radius: 41.746px;
            display: flex;
            width: 25.155px;
            padding: 4.014px;
            align-items: center;
            gap: 10.704px;
        }  */
.feature-text {
  font-size: 18px;
  color: #344054;
  max-width: 553px;
  line-height: 140%; }

.why-choose {
  background: white;
  padding: 80px 96px;
  max-width: 1440px;
  margin: 0 auto; }
  @media (max-width: 769px) {
    .why-choose {
      padding: 40px 20px; } }

.section-title {
  font-weight: 600;
  font-family: Roobert;
  font-size: 38px;
  color: #1d2939;
  text-align: center;
  margin-bottom: 40px; }

.cards-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px; }

.card {
  background: #fbfdff;
  border: 1px solid #b0c1e3;
  border-radius: 6px;
  padding: 20px 16px;
  text-align: center; }

.card-icon {
  width: 40px;
  height: 40px;
  margin: 0 auto 20px; }

.card-title {
  font-weight: 600;
  font-size: 20px;
  color: #1d2939;
  margin-bottom: 10px;
  line-height: 24px; }

.card-description {
  font-size: 15px;
  margin-bottom: 0px;
  color: #475467; }

/* Industries Section */
.industries {
  background: white;
  padding: 80px 96px;
  max-width: 1440px;
  margin: 0 auto; }
  @media (max-width: 769px) {
    .industries {
      padding: 40px 20px; } }

.industries-content {
  display: flex;
  gap: 138px;
  align-items: flex-start; }

.industries-text {
  max-width: 502px; }
  @media (max-width: 999px) {
    .industries-text {
      max-width: 100%; } }
  @media (max-width: 480px) {
    .industries-text {
      text-align: center; } }

.industries-title {
  font-family: Roobert;
  font-weight: 600;
  font-size: 38px;
  color: #1d2939;
  margin-bottom: 32px;
  line-height: 125%; }

.industries-description {
  font-size: 18px;
  color: #475467; }

.industries-grid {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 36px; }

.industry-row {
  display: flex;
  gap: 32px; }

.industry-item {
  flex: 1; }
  @media (max-width: 480px) {
    .industry-item {
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center; } }

.industry-icon img {
  width: 50px;
  height: 50px;
  margin-bottom: 4px; }

.industry-title {
  font-weight: 600;
  font-family: Roobert;
  font-size: 22px;
  color: #1d2939;
  margin: 4px 0px; }

.industry-description {
  font-size: 16px;
  line-height: 140%;
  color: #475467; }

/* Features Section */
.features {
  background: #040a0f;
  padding: 89px 96px;
  position: relative;
  overflow: hidden; }
  @media (max-width: 769px) {
    .features {
      padding: 40px 20px; } }

.features-title {
  font-weight: 700;
  font-size: 38px;
  color: white;
  text-align: center;
  margin-bottom: 60px; }

.features-scroll {
  overflow: hidden;
  width: 100%; }

.features-track {
  display: flex;
  gap: 20px;
  animation: scroll 60s linear infinite; }

@keyframes scroll {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-50%); } }
.feature-card {
  background: rgba(4, 11, 16, 0.8);
  border: 1px solid white;
  border-radius: 4px;
  padding: 16px;
  min-width: 345px;
  flex-shrink: 0;
  max-width: 386px; }

.feature-card-title {
  font-weight: 600;
  font-size: 22px;
  color: #fbf4f4;
  margin-bottom: 8px; }

.feature-card-description {
  font-size: 16px;
  color: #98a2b3; }

.videos {
  background: white;
  padding: 80px 0px;
  max-width: 1034px;
  margin: 0 auto; }
  @media (max-width: 769px) {
    .videos {
      padding: 40px 20px; } }

.section-title {
  font-size: 36px;
  font-weight: 700;
  color: #1d2939;
  text-align: center;
  margin: 0 0 43px 0; }
  @media (max-width: 769px) {
    .section-title {
      font-size: 28px; } }

.videos-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px; }
  @media (max-width: 769px) {
    .videos-grid {
      grid-template-columns: 1fr;
      gap: 24px; } }

.video-card {
  display: flex;
  flex-direction: column;
  gap: 16px; }

.video-thumbnail {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease; }
  .video-thumbnail:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15); }
    .video-thumbnail:hover .play-button {
      transform: translate(-50%, -50%) scale(1.1); }

.video-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  transition: transform 0.3s ease;
  pointer-events: none; }
  .play-button svg {
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3)); }

.video-caption {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  color: #1d2939;
  margin: 0; }
  @media (max-width: 769px) {
    .video-caption {
      font-size: 16px; } }

/* Pricing Section */
.pricing {
  background: #e8f0f5;
  padding: 83px 96px;
  background-image: url(/Assets/images/getintouch.jpg);
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 769px) {
    .pricing {
      padding: 40px 20px; } }

.pricing-content {
  display: flex;
  gap: 84px;
  align-items: flex-start; }

.pricing-section {
  display: none;
  animation: fadeIn 0.3s ease; }

.pricing-section.active {
  display: block; }

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.pricing-card {
  border-radius: 12px;
  border: 1.5px solid #88ADF8;
  background: #FBFDFF;
  padding: 40px 32px;
  width: 594px;
  position: relative; }

.pricing-header {
  margin-bottom: 34px; }

@media (max-width: 480px) {
  .pricing-logo {
    display: none; } }

.pricing-title-section {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  margin-bottom: 32px; }

.pricing-title-section h2 {
  font-weight: 700;
  font-size: 32px;
  color: #111111;
  flex: 1; }

.pricing-subtitle {
  font-size: 16px;
  color: #344054;
  margin-bottom: 32px; }

.pricing-toggle {
  background: #d0d5dd;
  border-radius: 50px;
  padding: 4px;
  display: flex;
  gap: 0;
  width: 353px; }
  @media (max-width: 480px) {
    .pricing-toggle {
      max-width: 100%; } }

.pricing-toggle-option {
  padding: 8px 12px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  flex: 1;
  text-align: center;
  transition: all 0.3s; }
  @media (max-width: 480px) {
    .pricing-toggle-option {
      font-size: 12px;
      padding: 6px 8px; } }
  @media (max-width: 360px) {
    .pricing-toggle-option {
      font-size: 11px;
      padding: 6px 6px; } }

.pricing-toggle-option.active {
  background: white;
  color: #1d2939; }

.pricing-toggle-option:not(.active) {
  color: #475467; }

.pricing-amount {
  margin-top: 12px;
  margin-bottom: 24px; }

.pricing-amount span:first-child {
  font-weight: 700;
  font-size: 32px;
  color: #2478b4; }

.pricing-amount span:last-child {
  font-size: 24px;
  color: #585858; }

.pricing-features {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 24px; }

.pricing-features li {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 16px;
  color: #1d2939; }

.terms-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px; }
  .terms-checkbox a {
    color: #344054;
    text-decoration: underline; }

.terms-checkbox input[type="checkbox"] {
  width: 16px;
  height: 16px;
  cursor: pointer;
  accent-color: #2478b4; }

.terms-checkbox label {
  font-size: 14px;
  color: #344054;
  cursor: pointer;
  user-select: none; }

.terms {
  background: #f9fafb;
  border: 1.5px solid white;
  border-radius: 12px;
  padding: 24px;
  width: 570px; }

.terms h3 {
  font-weight: 600;
  font-size: 32px;
  color: #111111;
  margin-bottom: 22px; }

.terms ol {
  font-size: 16px;
  color: #344054;
  padding-left: 20px; }

.terms li {
  margin-bottom: 8px; }

.privacy-links {
  margin: auto;
  width: 100;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 24px; }
  @media (max-width: 580px) {
    .privacy-links {
      flex-direction: column;
      gap: 12px; } }
  .privacy-links a {
    color: #DCE4F0;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 22.4px */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font; }

/* Footer */
.footer {
  background: #040a0f;
  color: white; }

.footer-content {
  padding: 80px 96px 64px;
  max-width: 1440px;
  margin: 0 auto; }

.footer-grid {
  display: flex;
  justify-content: space-between; }

.footer-logo {
  max-width: 462px; }
  @media (max-width: 580px) {
    .footer-logo {
      text-align: center;
      margin: auto; }
      .footer-logo .footer-logo-img {
        justify-content: center; } }

.footer-logo-img {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 16px; }
  .footer-logo-img img {
    max-width: 96.571px; }

.footer-description {
  font-size: 14px;
  color: #9aa4b4;
  line-height: 1.4; }

.footer-links {
  display: flex;
  gap: 71px; }
  @media (max-width: 580px) {
    .footer-links {
      flex-direction: column;
      align-items: center;
      gap: 40px;
      margin-top: 0px; } }

@media (max-width: 580px) {
  .footer-nav {
    display: flex;
    gap: 25px; } }
@media (max-width: 390px) {
  .footer-nav {
    gap: 10px; } }
@media (max-width: 360px) {
  .footer-nav {
    gap: 10px;
    flex-direction: column; } }

.footer-nav a {
  display: block;
  font-size: 16px;
  color: #dce4f0;
  text-decoration: none;
  margin-bottom: 10px; }

@media (min-width: 769px) {
  .footer-nav {
    display: none; } }
.footer-contact h4 {
  margin-top: 13px; }
@media (max-width: 580px) {
  .footer-contact {
    text-align: center;
    margin: auto; } }

.footer-contact h4 {
  font-weight: 500;
  font-size: 16px;
  color: white;
  margin-bottom: 8px; }

.footer-contact p,
a {
  font-size: 14px;
  color: #9aa4b4; }

.footer-bottom {
  background: #101828;
  padding: 20px 96px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 769px) {
    .footer-bottom {
      flex-direction: column; } }

.footer-bottom p {
  font-size: 16px;
  margin-bottom: 0px;
  color: #dce4f0; }

.footer-credit {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  color: #eff0f3; }
  .footer-credit a {
    color: #EFF0F3;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 123.077% */ }

/* Responsive */
@media (max-width: 1200px) {
  .navigation,
  .about,
  .why-choose,
  .industries,
  .features,
  .videos,
  .pricing,
  .footer-content,
  .footer-bottom {
    padding-left: 15px;
    padding-right: 15px; }

  .cards-grid {
    grid-template-columns: repeat(3, 1fr); }

  .industries-content {
    flex-direction: column;
    gap: 60px; }

  .pricing-content {
    flex-direction: column;
    gap: 40px; } }
@media (max-width: 768px) {
  .hero-title {
    font-size: 36px;
    line-height: 44px; }

  .cards-grid {
    grid-template-columns: 1fr; }

  .about-grid {
    flex-direction: column; }

  .industry-row {
    flex-direction: column; }

  .videos-grid {
    grid-template-columns: 1fr; }

  .pricing-card,
  .terms {
    width: 100%; }

  .footer-grid {
    flex-direction: column;
    gap: 40px; } }
.custom-alert {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: rgba(30, 41, 59, 0.28);
  justify-content: center;
  align-items: center; }

.custom-alert[aria-visible="true"] {
  display: flex; }

.custom-alert-content {
  background: #fff;
  color: #1e293b;
  border-radius: 1.25rem;
  box-shadow: 0 8px 48px 0 rgba(37, 99, 235, 0.16), 0 1.5px 6px 0 rgba(0, 0, 0, 0.06);
  min-width: 320px;
  min-height: 80px;
  padding: 2rem 2.5rem 2rem 1.7rem;
  display: flex;
  align-items: center;
  gap: 1.1rem;
  position: relative;
  animation: alert-pop 0.32s cubic-bezier(0.33, 1, 0.68, 1); }

@keyframes alert-pop {
  0% {
    transform: scale(0.89);
    opacity: 0; }
  80% {
    transform: scale(1.04); }
  100% {
    transform: scale(1);
    opacity: 1; } }
.custom-alert-icon svg {
  display: block; }

.custom-alert-message-wrap {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  font-size: 1.13rem;
  font-weight: 500;
  word-break: break-word;
  padding-top: 0.1rem; }

#custom-alert-close {
  background: none;
  border: none;
  padding: 0.5rem;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.15s;
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  margin-right: -0.5rem;
  line-height: 1;
  align-self: flex-start; }

#custom-alert-close:hover {
  background: #f1f5f9; }

#custom-alert-close svg {
  display: block; }

@media (max-width: 600px) {
  .custom-alert-content {
    min-width: 0;
    width: 90vw;
    padding: 1.3rem 1rem 1.2rem 1rem; } }
.main-container-privacy {
  position: relative;
  margin-top: 102px; }

.privacy-notice-container {
  max-width: 1031px;
  margin: 0 auto;
  padding: 32px 15px;
  color: #222;
  font-size: 1.04rem;
  line-height: 1.7;
  border-radius: 8px;
  color: #1D2939;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }
  .privacy-notice-container li {
    margin-bottom: 4px; }
  .privacy-notice-container a {
    color: var(--Neutral-800, #1D2939);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    text-decoration: none;
    font-weight: 400;
    line-height: normal; }

.privacy-notice-container h3 {
  margin-top: 2.2em;
  margin-bottom: 0.6em;
  font-size: 1.13em;
  font-weight: 700;
  color: #232323;
  letter-spacing: 0.01em; }

.privacy-notice-container ol,
.privacy-notice-container ul {
  padding-left: 1.6em;
  margin-top: 0.2em;
  margin-bottom: 1.1em; }

.privacy-notice-container b {
  font-weight: 600; }

@media (max-width: 600px) {
  .privacy-notice-container {
    padding: 18px 6px;
    font-size: 0.97rem; }

  .privacy-notice-container h3 {
    font-size: 1.04em; } }
.main-header-privacy {
  display: flex;
  max-width: 1031px;
  margin-top: 82px;
  justify-content: start;
  align-items: start;
  padding: 82px 15px 20px 15px;
  flex-direction: column;
  margin: auto; }
  @media (max-width: 480px) {
    .main-header-privacy {
      padding-top: 40px; } }
  .main-header-privacy h1 {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: var(--Neutral-900, #101828);
    text-align: center;
    font-size: 54px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    /* 111.111% */ }

.marquee-container {
  width: 100%;
  margin-bottom: 30px; }

.marquee-track {
  display: flex;
  gap: 20px;
  animation: scroll 30s linear infinite;
  width: fit-content; }

.marquee-container:hover .marquee-track {
  animation-play-state: paused; }

.marquee-track.reverse {
  animation: scroll-reverse 30s linear infinite; }

.feature-card {
  min-width: 320px;
  padding: 16px;
  transition: all 0.3s ease;
  border-radius: 4px;
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(4, 11, 16, 0.8); }

.feature-card:hover {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); }

.feature-icon {
  font-size: 2rem;
  margin-bottom: 15px; }

.feature-title {
  color: white;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px; }

.feature-description {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  line-height: 1.5; }

@keyframes scroll {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-50%); } }
@keyframes scroll-reverse {
  0% {
    transform: translateX(-50%); }
  100% {
    transform: translateX(0); } }

/*# sourceMappingURL=main.css.map */
