   :root {
            --primary-blue: #2779ff;
            --dark-bg: #1a1a1a;
            --main-purple: rgb(156, 79, 197);
        }
        
        body {
            font-family: "Inter", sans-serif;
        }

        /* Navigation */
        .navbar {
            background-color: #1a1a1a;
            padding: 1rem 0;
        }

        .navbar-brand {
            display: flex;
            align-items: center;
            gap: 0.5rem; max-width: 150px;
        }

        .logo-circle {
            width: 35px;
            height: 35px;
            background: var(--primary-blue);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: bold;
            font-size: 18px;
        }

        .logo-text {
            color: white;
            font-size: 18px;
            font-weight: 500;
        }

        .logo-text span {
            color: var(--primary-blue);
        }

        .navbar-nav .nav-link {
            color: #fff !important;
            margin: 0 1rem;
            font-size: 14px;
        }

        .btn-demo {
            background: var(--primary-blue);
            color: white;
            border: none;
            padding: 0.5rem 1.5rem;
            border-radius: 5px;
            font-size: 14px; border-radius: 50px;
        }

        .btn-demo:hover {
            background: #0052cc;
            color: white;
        }

        .btn-patients {
            background: transparent;
            color: var(--primary-blue);
            border: 1px solid var(--primary-blue);
            padding: 0.5rem 1.5rem;
            border-radius: 5px;
            font-size: 14px; border-radius: 50px
        }

        /* Hero Section */
        .hero-section {
            background: #000000;
            color: white;
            padding: 80px 0 100px;
            text-align: center;
        }

        .hero-section h1 {
            font-size: 3.5rem;
            font-weight: 600;
            margin-bottom: 1.5rem;
            line-height: 1.2;
        }

        .hero-section p {
            font-size: 1.25rem;
            color: #aaa;
            max-width: 700px;
            margin: 0 auto 3rem;
        }

        .device-image {
            max-width: 100%;
            height: auto;
            margin-top: 2rem;
        }

        /* Device Section */
        .device-section {
            background: #f8f9fa;
            padding: 80px 0;
            text-align: center;
        }

        .device-section .subtitle {
            color: #666;
            font-size: 1rem;
            margin-bottom: 1rem;
        }

        .device-section h2 {
            color: var(--primary-blue);
            font-size: 2.5rem;
            font-weight: 600;
            margin-bottom: 3rem; font-weight: 400;
        }

        /* Cards */
        .service-card {
            background: white;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            transition: transform 0.3s;
            height: 100%;
            text-align: left;
        }


        .service-card:hover {
            transform: translateY(-5px);
        }

        .service-card img {
            width: 100%;
            height: 250px;
            object-fit: cover;
        }

        .service-card-body {
            padding: 2rem;
        }

        .service-card h3 {
            font-size: 1.75rem;
            font-weight: 400;
            margin-bottom: 1rem;
            color: #000;
        }

        .service-card p {
            color: #666;
            font-size: 0.95rem;
            margin-bottom: 1.5rem;
        }

        .btn-learn {
            background: var(--primary-blue);
            color: white;
            border: none;
            padding: 0.6rem 1.5rem;
            border-radius: 5px;
            text-decoration: none;
            display: inline-block;
            font-size: 14px;
        }

        .btn-learn:hover {
            background: #0052cc;
            color: white;
        }

        /* Innovation Section */
        .innovation-section {
            background: var(--dark-bg);
            color: white;
            padding: 80px 0;
        }

        .innovation-section h3 {
            font-size: 1rem;
            color: #fff;
            margin-bottom: 1rem;
        }

        .innovation-section h2 {
            font-size: 2.5rem;
            font-weight:400;
            color: var(--primary-blue);
            margin-bottom: 2rem;
        }

        .innovation-section p {
            color: #fff;
            line-height: 1.8;
            margin-bottom: 1.5rem;
        }

        /* Footer */
        footer {
            background: #000;
            color: white;
            padding: 60px 0 30px;
        }

        .footer-heading {
            font-size: 1rem;
            font-weight: 600;
            margin-bottom: 1.5rem;
            color: #fff;
        }

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

        .footer-links li {
            margin-bottom: 0.75rem;
        }

        .footer-links a {
            color: #aaa;
            text-decoration: none;
            font-size: 0.9rem;
        }

        .footer-links a:hover {
            color: var(--primary-blue);
        }

        .social-links {
            display: flex;
            gap: 1rem;
            margin-top: 1rem;
        }

        .social-links a {
            color: white;
            font-size: 1.2rem;
        }

        .footer-bottom {
            border-top: 1px solid #333;
            margin-top: 3rem;
            padding-top: 2rem;
            text-align: center;
        }

        .footer-bottom p {
            color: #666;
            font-size: 0.85rem;
            margin-bottom: 1rem;
        }

        .footer-bottom-links {
            display: flex;
            justify-content: center;
            gap: 2rem;
            flex-wrap: wrap;
        }

        .footer-bottom-links a {
            color: #aaa;
            text-decoration: none;
            font-size: 0.85rem;
        }

        .disclaimer-section {
            background: #0a0a0a;
            padding: 3rem 0;
            margin-top: 2rem;
        }

        .disclaimer-section p {
            color: #888;
            font-size: 0.8rem;
            line-height: 1.6;
            margin-bottom: 1rem;
        }
          .form-container {
            max-width: 600px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .form-control, .form-select {
            background: white;
            border: none;
            border-radius: 5px;
            padding: 12px 15px;
            font-size: 14px;
            color: #333;
            margin-bottom: 20px;
        }

        .form-control::placeholder {
            color: #999;
        }

        .form-control:focus, .form-select:focus {
            background: white;
            border-color: var(--primary-blue);
            box-shadow: 0 0 0 0.2rem rgba(0, 102, 255, 0.25);
        }

        textarea.form-control {
            min-height: 120px;
            resize: vertical;
        }

        .required-field::before {
            content: "*";
            color: var(--primary-blue);
            margin-right: 2px;
        }

        .opt-in-section {
            color: white;
            margin: 30px 0;
        }

        .opt-in-section p {
            font-size: 14px;
            margin-bottom: 15px;
        }

        .btn-group-toggle {
            display: flex;
            gap: 10px;
            margin-bottom: 20px;
        }

        .btn-toggle {
            background: transparent;
            border: 1px solid white;
            color: white;
            padding: 8px 30px;
            border-radius: 5px;
            font-size: 14px;
            cursor: pointer;
            transition: all 0.3s;
        }

        .btn-toggle:hover {
            background: rgba(255, 255, 255, 0.1);
        }

        .btn-toggle.active {
            background: var(--primary-blue);
            border-color: var(--primary-blue);
        }


        .privacy-text {
            font-size: 12px;
            color: #aaa;
            line-height: 1.6;
        }

        .privacy-text a {
            color: var(--primary-blue);
            text-decoration: none;
        }

        .privacy-text a:hover {
            text-decoration: underline;
        }

        .vet-link {
            color: white;
            font-size: 14px;
            margin: 20px 0;
            display: block;
        }

        .vet-link a {
            color: var(--primary-blue);
            text-decoration: none;
        }

        .vet-link a:hover {
            text-decoration: underline;
        }

        .btn-submit {
            background: var(--primary-blue);
            color: white;
            border: none;
            padding: 15px;
            border-radius: 5px;
            font-size: 16px;
            font-weight: 500;
            width: 100%;
            cursor: pointer;
            transition: background 0.3s;
        }

        .btn-submit:hover {
            background: #0052cc;
        }
        .form-section{ color: #fff;background:#000;  }
        .form-section h1{ color: #fff }
@media handheld, only screen and (max-width: 767px) {
        .mob-mt{ margin-top:15px }
    }
     .hero-section.gradient {
            background: linear-gradient(135deg, #000 0%, var(--dark-bg) 100%);
            color: white;
            padding: 100px 0;
            text-align: center;
        }
         /* Values Section */
        .values-section {
            background: #f8f9fa;
            padding: 80px 0;
        }

        .values-section h2 {
            color: var(--dark-bg);
            font-size: 2.5rem;
            font-weight: 600;
            margin-bottom: 3rem;
            text-align: center;
        }

        .value-card {
            background: white;
            border-radius: 10px;
            padding: 2.5rem;
            height: 100%;
            box-shadow: 0 2px 15px rgba(0,0,0,0.08);
            transition: transform 0.3s;
        }

        .value-card:hover {
            transform: translateY(-5px);
        }

        .value-icon {
            width: 60px;
            height: 60px;
            background: var(--primary-blue);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 1.5rem;
        }

        .value-icon i {
            font-size: 1.5rem;
            color: white;
        }

        .value-card h3 {
            font-size: 1.5rem;
            font-weight: 600;
            margin-bottom: 1rem;
            color: var(--dark-bg);
        }

        .value-card p {
            color: #666;
            line-height: 1.6;
        }

        /* Team Section */
        .team-section {
            background: white;
            padding: 80px 0;
        }

        .team-section h2 {
            color: var(--dark-bg);
            font-size: 2.5rem;
            font-weight: 600;
            margin-bottom: 1rem;
            text-align: center;
        }

        .team-section .subtitle {
            color: #666;
            font-size: 1.1rem;
            text-align: center;
            margin-bottom: 3rem;
        }

        .team-member {
            text-align: center;
            margin-bottom: 2rem;
        }

        .team-photo {
            width: 200px;
            height: 200px;
            border-radius: 50%;
            margin: 0 auto 1.5rem;
            overflow: hidden;
            border: 4px solid var(--primary-blue);
        }

        .team-photo img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .team-member h4 {
            font-size: 1.25rem;
            font-weight: 600;
            margin-bottom: 0.5rem;
            color: var(--dark-bg);
        }

        .team-member .role {
            color: var(--primary-blue);
            font-size: 1rem;
            margin-bottom: 1rem;
        }

        .team-member p {
            color: #666;
            font-size: 0.95rem;
            line-height: 1.6;
        }

        /* Innovation Section */
        .innovation-section {
            background: var(--dark-bg);
            color: white;
            padding: 80px 0;
        }

        .innovation-section h2 {
            font-size: 2.5rem;
            font-weight: 600;
            color: var(--primary-blue);
            margin-bottom: 2rem;
        }

        .innovation-section p {
            color: #ccc;
            line-height: 1.8;
            font-size: 1.1rem;
            margin-bottom: 1.5rem;
        }

        .innovation-stats {
            margin-top: 3rem;
        }

        .stat-item {
            text-align: center;
            padding: 2rem;
        }

        .stat-number {
            font-size: 3rem;
            font-weight: 700;
            color: var(--primary-blue);
            margin-bottom: 0.5rem;
        }

        .stat-label {
            font-size: 1rem;
            color: #aaa;
        }

        /* CTA Section */
        .cta-section {
            background: linear-gradient(135deg, var(--primary-blue) 0%, #0052cc 100%);
            color: white;
            padding: 80px 0;
            text-align: center;
        }

        .cta-section h2 {
            font-size: 2.5rem;
            font-weight: 600;
            margin-bottom: 1.5rem;
        }

        .cta-section p {
            font-size: 1.25rem;
            margin-bottom: 2rem;
            opacity: 0.9;
        }

        .btn-cta {
            background: white;
            color: var(--primary-blue);
            border: none;
            padding: 1rem 3rem;
            border-radius: 5px;
            font-size: 1.1rem;
            font-weight: 600;
            text-decoration: none;
            display: inline-block;
            transition: transform 0.3s;
        }

        .btn-cta:hover {
            transform: scale(1.05);
            color: var(--primary-blue);
        }

        /* Footer */
        footer {
            background: #000;
            color: white;
            padding: 60px 0 30px;
        }

        .footer-heading {
            font-size: 1rem;
            font-weight: 600;
            margin-bottom: 1.5rem;
            color: #fff;
        }
         .device-section {
            background: #f8f9fa;
            padding: 80px 0;
            text-align: center;
        }

        .device-section .subtitle {
            color: #666;
            font-size: 1rem;
            margin-bottom: 1rem;
        }

        .device-section h2 {
            color: var(--primary-blue);
            font-size: 2.5rem;
            font-weight: 600;
            margin-bottom: 3rem;
        }

        /* Cards */
        .service-card {
            background: white;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            transition: transform 0.3s;
            height: 100%;
        }

        .service-card:hover {
            transform: translateY(-5px);
        }

        .service-card img {
            width: 100%;
            height: 250px;
            object-fit: cover;
        }

        .service-card-body {
            padding: 2rem;
        }

        .service-card h3 {
            font-size: 1.75rem;
            font-weight: 600;
            margin-bottom: 1rem;
            color: #000;
        }

        .service-card p {
            color: #666;
            font-size: 0.95rem;
            margin-bottom: 1.5rem;
        }

        .btn-learn {
            background: var(--primary-blue);
            color: white;
            border: none;
            padding: 0.6rem 1.5rem;
            border-radius: 5px;
            text-decoration: none;
            display: inline-block;
            font-size: 14px;
        }

        .btn-learn:hover {
            background: #0052cc;
            color: white;
        }

        /* Innovation Section */
        .innovation-section {
            background: var(--dark-bg);
            color: white;
            padding: 80px 0;
        }

        .innovation-section h3 {
            font-size: 1rem;
            color: #aaa;
            margin-bottom: 1rem;
        }

        .innovation-section h2 {
            font-size: 2.5rem;
            font-weight: 600;
            color: var(--primary-blue);
            margin-bottom: 2rem;
        }

        .innovation-section p {
            color: #ccc;
            line-height: 1.8;
            margin-bottom: 1.5rem;
        }
.offer-card{ position:relative; border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
  overflow: clip; } 
  .card-img-absolute{ position:absolute; top:0px; left:0px; width:100%; height:100%;   }
.card-img-absolute img  {
    text-align: center;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  }
  .offer-ttl{
    background-image: linear-gradient(90deg,#9c4fc5,#9c4fc500);
    color: #fff; padding: 5px 5px 5px 15px; position: relative;
  }
  .card-content{ position:relative; padding:10px 10px 10px 15px; max-width:70% }
  .card-content.t2{
     max-width: 60%; 
  }
  .card-content h2{ color: #fff; font-size: 34px; line-height:1.1; padding:40px 0px }
    .card-content h3{ color: #fff; font-size: 25px; line-height:1.1; padding:30px 0px }
    .promo-section{
          background: #000000;
            color: white;
            padding: 40px 0 40px;
           
    }
    .text-color-gradient {
  background-image: linear-gradient(135deg,var(--primary-blue),var(--main-purple));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  padding-bottom: 2px;
}
.blog-card-content{
    z-index: 2;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 24px 12px 24px 24px;
  display: flex;
  position: relative;
}
.blog-card-content h3{ font-size:18px  }
.blog-card-content p{ font-size:14px  }
.blog-section{
     background: #000000;
            color: white;
            padding: 40px 0 40px;
}
.blog-card{ position:relative; width:100%;  height:100% }
.blog-card-img{ position:absolute;  top:0px; left:0px; width:100%; height:100% }
.blog-card-img img{
    text-align: center;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}
.blog-card a{ border-radius: 16px;
  padding-top: 170px;
  position: relative;
  overflow: hidden;display: inline-block; color: inherit; text-decoration: none; }
  .home-real-pill.research {
  background-color: var(--primary-blue); width: 100%; border-radius: 3px; width:fit-content;
  padding: 4px;
  font-size: 14px; 
}
.real-link{ color: var(--primary-blue);  }
.blog-section h2{ font-size: 48px;
  line-height: 1.2;
  margin-bottom: 20px; }
.join-section{
    background: #000000;
}

  .green-gradient{
    background-image: linear-gradient(45deg,#7386d5,#b1e4a4 55%,#359ebc);
    color: #fff;
  }

  p.big{ font-size:35px; font-weight:700; text-align:center; padding-top:50px; }
  h2.big{ font-size:56px; font-weight:700; text-align:center; padding-top:50px }
  .yesno_module{ border-radius:16px; display:flex; align-items:stretch; overflow:hidden; }
  .yes_col{ width:50%;background-color:#171718; padding:30px 30px; text-align:center; }
  .no_col{ width:50%; background-color:#fff;padding:30px 30px; text-align:center; color: #000 }
  .yesno_module h3{ font-size: 38px}
  .yesno_module p{ font-size:18px; line-height:27px  }
  .yesno_module svg{ color:rgb(39, 121, 255); max-width:100px; margin:0px auto;  }

  .press-hero {
            position: relative;
            min-height: 500px;
            background-image: url('https://cdn.prod.website-files.com/5a0cbe08f1138d000147a9d4/65c68fe2239d4bb120f92b3d_press%20page%20banner.avif');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }

        .press-hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.4);
            z-index: 1;
        }

        .press-hero .container {
            position: relative;
            z-index: 2;
        }

        .press-hero .hero-content {
            text-align: center;
            color: white;
            padding: 80px 0;
        }

        .press-hero .hero-label {
            font-size: 16px;
            font-weight: 500;
            letter-spacing: 0.5px;
            margin-bottom: 20px;
            text-transform: capitalize;
        }

        .press-hero .hero-title {
            font-size: 72px;
            font-weight: 700;
            line-height: 1.1;
            margin-bottom: 60px;
            letter-spacing: -1px;
        }

        .press-hero .hero-buttons {
            display: flex;
            gap: 20px;
            justify-content: center;
            flex-wrap: wrap;
        }

        .press-hero .hero-btn {
            background: rgba(40, 40, 40, 0.85);
            backdrop-filter: blur(10px);
            border: none;
            color: white;
            padding: 18px 40px;
            font-size: 16px;
            font-weight: 500;
            border-radius: 8px;
            display: inline-flex;
            align-items: center;
            gap: 12px;
            text-decoration: none;
            transition: all 0.3s ease;
            min-width: 240px;
            justify-content: center;
        }

        .press-hero .hero-btn:hover {
            background: rgba(30, 30, 30, 0.95);
            transform: translateY(-2px);
            color: white;
        }

        .press-hero .btn-icon {
            width: 24px;
            height: 24px;
            background: #4A90E2;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .press-hero .btn-icon svg {
            width: 12px;
            height: 12px;
            fill: white;
        }

        @media (max-width: 768px) {
            .press-hero .hero-title {
                font-size: 48px;
            }

            .press-hero .hero-buttons {
                flex-direction: column;
                align-items: center;
            }

            .press-hero .hero-btn {
                width: 100%;
                max-width: 300px;
            }

            .press-hero {
                min-height: 400px;
            }
        }

        @media (max-width: 480px) {
            .press-hero .hero-title {
                font-size: 36px;
            }
        }

        .press-cards {
            background-color: #1a1a1a;
            padding: 80px 0;
        }

        .press-cards .press-card {
            background-color: #ffffff;
            border-radius: 12px;
            overflow: hidden;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            height: 100%;
            display: flex;
            flex-direction: column;
            cursor: pointer;
        }

        .press-cards .press-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
        }

        .press-cards .press-card-image {
            width: 100%;
            overflow: hidden;
            aspect-ratio: 5/3;
        }

        .press-cards .press-card-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }

        .press-cards .press-card:hover .press-card-image img {
            transform: scale(1.05);
        }

        .press-cards .press-card-content {
            padding: 32px;
            flex: 1;
            display: flex;
            flex-direction: column;
        }

        .press-cards .press-card-date {
            color: #2563eb;
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 16px;
            letter-spacing: 0.5px;
        }

        .press-cards .press-card-title {
            color: #1a1a1a;
            font-size: 20px;
            font-weight: 600;
            line-height: 1.4;
            margin: 0;
        }

        @media (max-width: 991px) {
            .press-cards {
                padding: 60px 0;
            }

            .press-cards .press-card-content {
                padding: 24px;
            }

            .press-cards .press-card-title {
                font-size: 18px;
            }
        }

        .sec-awards {
            background-color: #fff;
            padding: 80px 0;
        }

        .sec-awards .awards-title {
            font-size: 56px;
            font-weight: 700;
            text-align: center;
            color: #1a1a1a;
            margin-bottom: 80px;
            line-height: 1.2;
        }

        .sec-awards .award-item {
            text-align: center;
            padding: 20px;
        }

        .sec-awards .award-logo {
            height: 80px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 0px;
        }

        .sec-awards .award-logo img {
            max-height: 100%;
            max-width: 180px;
            width: auto;
            height: auto;
            object-fit: contain;
        }

        .sec-awards .award-description {
            font-size: 18px;
            color: #1a1a1a;
            line-height: 1.5;
            margin: 0;
            font-weight: 400;
        }

        @media (max-width: 991px) {
            .sec-awards {
                padding: 80px 0;
            }

            .sec-awards .awards-title {
                font-size: 42px;
                margin-bottom: 60px;
            }

            .sec-awards .award-logo {
                height: 100px;
            }

            .sec-awards .award-description {
                font-size: 16px;
            }
        }

        @media (max-width: 767px) {
            .sec-awards .awards-title {
                font-size: 36px;
                margin-bottom: 50px;
            }

            .sec-awards .award-logo {
                height: 80px;
            }
        }

        .datasheet {
            background-color: #ffffff;
            padding: 80px 0;
        }

        .datasheet .datasheet-section {
            margin-bottom: 40px;
        }

        .datasheet .datasheet-heading {
            font-size: 16px;
            font-weight: 700;
            color: #1a1a1a;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 20px;
        }

        .datasheet .datasheet-subheading {
            font-size: 14px;
            font-weight: 700;
            color: #1a1a1a;
            margin-top: 24px;
            margin-bottom: 12px;
        }

        .datasheet .datasheet-text {
            font-size: 14px;
            line-height: 1.7;
            color: #333333;
            margin-bottom: 16px;
        }

        .datasheet .datasheet-text strong {
            font-weight: 600;
            color: #1a1a1a;
        }

        .datasheet .datasheet-list {
            list-style: none;
            padding-left: 0;
            margin-bottom: 20px;
        }

        .datasheet .datasheet-list li {
            font-size: 14px;
            line-height: 1.7;
            color: #333333;
            padding-left: 24px;
            position: relative;
            margin-bottom: 10px;
        }

        .datasheet .datasheet-list li::before {
            content: "•";
            position: absolute;
            left: 8px;
            color: #1a1a1a;
            font-weight: 700;
        }

        .datasheet .datasheet-footer {
            display: flex;
            gap: 30px;
            align-items: flex-start;
            margin-top: 50px;
            padding: 30px;
            background-color: #f8f9fa;
            border-radius: 8px;
        }

        .datasheet .datasheet-logo {
            flex-shrink: 0;
        }

        .datasheet .datasheet-contact {
            flex: 1;
        }

        .datasheet .datasheet-contact p {
            font-size: 13px;
            line-height: 1.6;
            color: #333333;
            margin-bottom: 8px;
        }

        .datasheet .datasheet-contact a {
            color: #2563eb;
            text-decoration: none;
        }

        .datasheet .datasheet-contact a:hover {
            text-decoration: underline;
        }

        @media (max-width: 991px) {
            .datasheet {
                padding: 60px 0;
            }

            .datasheet .datasheet-section {
                margin-bottom: 35px;
            }
        }

        @media (max-width: 767px) {
            .datasheet .datasheet-footer {
                flex-direction: column;
                gap: 20px;
            }
        }