@charset "UTF-8";
/* CSS Document */
/* ===== max-width: 1439px – Desktop / Small HD Screens ===== */
@media (max-width: 1439px) {
    .container {
        /*padding: 40px 8%;*/
    }
    .hero-content-area {
        gap: 70px;
    }
    .hero-heading {
/*        font-size: 40px;
        line-height: 48px;*/
    }
    .hero-buttons .button {
        font-size: 18px;
    }
    .hero-text-content p {
/*        font-size: 1rem;
        line-height: 1.6;*/
    }
    .hero-floating-ui {
        width: 380px;
        height: 440px;
        right: 5%;
        top: 55%;
    }
    .feature-card {
        max-width: 360px;
    }
    .section-main-title {
        /*font-size: 2.5rem;*/
    }
    .testimonial-card {
        /*max-width: 860px;*/
    }
    /*.pricing-card {
    padding: 2rem;
  }*/
    .pricing-cards-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 2rem;
    }
    .industries-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 1.5rem;
    }
    .cta-section {
        padding: 4rem 2rem;
    }
    .cta-text-column h2 {
        /*font-size: 2.5rem;*/
    }
    .footer-main-content {
        gap: 3rem;
        padding: 2rem 0;
    }
    .footer-about, .footer-links-column {
        max-width: 380px;
    }
    .footer-legal-links ul {
        gap: 1rem;
    }
    .social-icons {
        flex-direction: row;
    }
}
/* ===== max-width: 1279px – Small Laptops & Wide Tablets ===== */
@media (max-width: 1279px) {
    .hero-heading {
 /*       font-size: 36px;
        line-height: 44px;*/
    }
    .hero-buttons .button {
        font-size: 17px;
        width: auto;
    }
    .hero-content-area {
        gap: 64px;
    }
    .container {
        /*padding: 0 1.5rem;*/
    }
    .site-header {
        /*padding: 0 !important;*/
    }
    .header-logo-img {
        width: 150px;
    }
    .header-logo-tagline {
        font-size: 0.75rem;
    }
    .header-nav li a {
    display: flex;
    font-size: .9rem;
    align-items: center;
    font-family: var(--font-secondary);
    padding: 1rem .5rem;
}
    .feature-card{
        gap:.75rem;
    }
    .feature-card h3 {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }
    .feature-card p {
        font-size: 0.95rem;
    }
    .testimonial-card {
        padding: 2rem;
    }
    /*.pricing-card {
    padding: 1.5rem;
  }*/
    .industries-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
    }
    .cta-section {
        padding: 3rem 2rem;
    }
    .footer-main-content {
        flex-direction: column;
        gap: 2rem;
    }
    .footer-legal-links ul {
        flex-direction: column;
        gap: 0.5rem;
    }
    .footer-logo-address, .footer-phone {
        text-align: center;
    }
    #contact .contact-form-column {
        padding: 30px;
    }
    
    /* = = = FIXES = = = */
    .card-header,.tier1-header {
        top:-25px;
        padding:1.5vh 3vw;
        width:70%;
  }

    .card-header h3{
        font-size: 24px;
    }
        .how-it-works-section {
      padding-left:0!important;
    padding-right:0!important;
}
    .features-carousel{
        gap:12px;
    }
/*    #analysts-section, #section-cta
    {
         padding:clamp(2rem, 3vw,4rem);
    }*/
}
  @media (max-width: 1250px) {
      .pricing-grid {
      grid-template-columns: repeat(1, 1fr);
          gap:32px;
    }
  }
/* ===== max-width: 1024px – Tablets Landscape & Small Laptops ===== */
@media (max-width: 1024px) {
    p, p span {
/*        font-size: 1rem !important;
        line-height: 1.5rem !important;
        letter-spacing: .1rem !important;*/
        font-weight: 400;
    }

    .container {
        /*padding: 24px 6%;*/
    }
    .video-container {
        padding-bottom: 56.25%; /* 16:9 aspect ratio → 9 / 16 = 0.5625 */
    }
    .header-logo-img {
        width: 150px;
        height: auto;
    }
    .hero-heading {
/*        font-size: clamp(2.5rem, 4vw, 3.5rem);
        line-height: clamp(2.7rem, 6vw, 3.7rem);*/
        text-align: center;
    }
    /*  .hero-text-content h1, h1 {
    font-size: 34px;
    line-height: 42px;
      text-align: center;
  }*/
    .hero-floating-ui {
        top: 50%;
        transform: translateY(-50%);
        right: 10%;
    }
    .section-main-title {}
    .section-main-title, .cta-heading {
  /*      font-size: clamp(2.5rem, 4vw, 3.5rem);
        line-height: clamp(3rem, 6vw, 4rem);*/
    }
    .hero-content-area {
        gap: 60px;
        flex-direction: column;
        align-items: flex-start;
    }
    .hero-text-content p, .hero-text-content span {
        color: #fff;
    }
    .hero-floating-ui {
        position: relative;
        width: 100%;
        max-width: 320px;
        height: auto;
        margin: 2rem auto 0;
        right: 0;
        top: 0;
        transform: none;
    }
    .hero-trusted-by span {
        font-size: 1rem;
    }
    .carousel {
        padding: 0;
    }
    .carousel-track {
        flex-wrap: nowrap;
        overflow: auto;
        flex-direction: column;
        justify-content: center;
        text-align: left;
        gap: 1rem;
    }
    .carousel-card {
        width: 100%;
        padding:0;
    }
    .carousel-dots {
        display: none !important;
    }
    .feature-card {
        min-width: 100%;
        max-width: 100%;
        padding: 1.5rem;
        gap: 1rem;
        /*display: inline-block;*/
    }
    .features-carousel {
        flex-direction: column;
        gap: 1rem;
    }
    .testimonial-card {
        padding: 2rem;
    }
    .pricing-cards-grid {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }
    /* .pricing-card {
    padding: 1.75rem;
  }*/
    .header-cta {
        display: block;
    }
     #mobile-nav-toggle {
        display: block !important;
        position: absolute;
        top: 1.2rem;
        right: 1.5rem;
        z-index: 9999;
        border: none;
    }

    .header-cta {
        display: none;
    }
    .dropdown-menu {
        position: static;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none;
        box-shadow: none;
        display: flex !important;
        flex-direction: column;
    }
    .dropdown-menu li a {
        padding: 0.6rem 1rem;
    }
    #mobile-nav-toggle {
        transition: transform 0.3s ease, filter 0.3s ease;
    }
    #mobile-nav-toggle.open {
        transform: rotate(90deg);
        filter: grayscale(100%) brightness(80%); /* Turns icon gray */
    }
    .header-nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        background: #fff;
        transition: none;
        z-index: 999;
        overflow-y: auto;
        padding: 1rem;
        flex-direction: column !important;
        justify-content: flex-start !important;
        gap: 0.75rem;
        display: none;
    }
    .header-nav.active {
        right: 0;
        top: 80px;
        display: flex;
    }
    .header-nav ul, .header-nav ul ul {
        flex-direction: column;
        text-align: left;
        gap: 0.5rem;
    }
    .header-nav ul li {
        text-align: left;
        width: 100%;
    }
    /*    .dropdown-menu li a {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #eee;
  }*/
    .header-nav li a {
        padding: 0.6rem 1rem;
        border-bottom: 1px dashed #ddd;
    }
    .header-nav li a:hover {
        padding: 0.6rem 1rem;
        border-bottom: 1px dashed var(--color-primary);
    }
    .header-nav li ul li a,.header-nav li ul li a:hover {
        padding: 0.6rem 2rem;
        border-bottom: 1px dashed #ddd;
    }
    .header-nav li ul li a:hover{
        border-bottom: 1px dashed var(--color-primary);
    }
    .header-nav a {
        font-size: 1rem;
        /*padding: 0.6rem 1rem;*/
        line-height: 1.2;
        text-align: left;
        width: 100%;
    }
    .dropdown-menu, .dropdown:hover .dropdown-menu {
        position: static;
        transform: none !important;
        display: none;
        flex-direction: column;
        box-shadow: none;
        opacity: 1 !important;
        visibility: visible !important;
        width: 300px;
        justify-content: center;
        align-items: flex-start;
        padding: 0.5rem 0;
        margin: 0;
        gap: 0.5rem;
        background: #FFFFFF;
        border-radius: 0;
    }
    .carousel-dots {
        justify-content: center;
        margin-top: 1rem;
    }
    /* ==== HIDE ARROWS ON SMALLER SCREENS ==== */
    .carousel-arrow {
        display: none;
    }
    .industries-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.25rem;
    }
    .analysts-section .content-grid {
        flex-direction: row;
    }
    .content-grid {
        flex-direction: column;
    }
    .testimonial-content {
        padding: 1rem;
    }
    .footer-main-content {
        gap: 3rem;
        flex-direction: column;
        align-items: center;
    }
    .footer-about, .footer-links-column {
        max-width: 380px;
        text-align: center;
    }
    .footer-about h4 {
        text-align: center;
    }
    .footer-links-column {
        text-align: center;
    }
    .footer-legal-links ul {
        flex-direction: column;
        align-items: center;
        gap: 0.75rem;
    }
    .footer-logo-address, .footer-phone {
        text-align: center;
        margin-bottom: 1rem;
    }
    .social-icons {
        justify-content: center;
    }
    /* ABOUT PAGE */
    .story-container {
        /*padding: 0!important;*/
        flex-direction: row;
        justify-content: center;
    }
    .story-content {
        flex-direction: column;
    }
    .story-content {
        margin-top: 2rem;
        gap: 1rem;
        text-align: left;
        padding: 0 !important;
    }
    /* CTA */
    .cta-section {
        padding: 3rem 2rem;
    }
    .cta-text-column h2 {
      /*  font-size: 1.75rem !important;
        line-height: 1.9rem !important;*/
        text-align: left;
    }
    .cta-text-column p {
   /*     font-size: 1rem !important;
        line-height: 1.25rem !important;
        font-weight: bold;*/
        text-align: left;
    }
    .analysts-section .container {
        /*padding:2rem;*/
    }
    .analysts-section .content-grid > .cta-text-column {
        order: 1;
        padding: 0;
    }
    .card-wrapper {
        align-content: center;
        text-align: center;
        width:30%;
        min-width: 200px;
    }
    .card-wrapper .cta-image {
        display: inline-block;
        width:100%;
        height: 100%;
        align-items: center;
        text-align: center;
    }
    .cta-main-button {
        width: auto;
    }
    section {
       /* padding: 0rem !important;*/
        margin: 0 !important;
        /*border:1px solid #00f;*/
        flex-direction: column;
    }
    section div {
        flex-direction: column;
    }
    .container {
        /*padding:1.5rem 1rem;
    gap: 16px;*/
    }
    .hero-section {
        flex-direction: column;
        min-height: auto;
        background-position: left;
    }
    .hero-background-overlay {
        display: none;
    }
    .hero-content-area {
        gap: 32px;
    }
    .hero-text-content {
        width: 100%;
        text-align: center;
        align-items: center;
        gap: 16px;
    }
    /*.hero-text-content h1 {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }*/
    .hero-buttons {
        flex-direction: column;
        gap: 1rem;
        width: 100%;
        margin: .5rem;
    }
    .hero-buttons .button {
        font-size: 16px;
        width: 100%;
    }
    .hero-floating-ui {
        width: 100%;
        height: 380px;
        position: relative;
        margin: 0 auto;
        border-radius: .6rem;
    }
    .global-coverage-text, .ai-verified-text {
        flex-direction: row;
    }
    /* Why Switch */
    .why-switch-section {
        /*padding: 64px 20px;*/
        flex-direction: column;
    }
    .testimonial-card {
        padding: 2rem;
    }
    .testimonial-content {
        flex-direction: column;
    }
    .cta-container {
        flex-direction: row;
        padding: 1.75rem;
        gap: 24px;
        /*width: 100%;
        margin: 0 auto;*/
        width:auto;
        margin:clamp(1rem,5vw,3rem);
    }
    .cta-image-wrapper {
        padding: 0;
    }
    .cta-text-column h2 {
        /*font-size: 1.75rem !important;
        line-height: 1.9rem !important;*/
        text-align: center;
    }
    .cta-text-column p {
/*        font-size: 1rem !important;
        line-height: 1.25rem !important;
        font-weight: bold;*/
        text-align: center;
    }
    .cta-subtitle {
        text-align: center;
    }
    .pricing-cards-grid {
        grid-template-columns: 1fr;
    }
    .pricing-card {
        padding: 1.5rem;
    }
    .footer-main-content {
        flex-direction: column;
        gap: 2rem;
    }
    .footer-links-column {
        text-align: center;
    }
    .footer-legal-links ul {
        flex-direction: column;
        gap: 0.5rem;
    }
    .footer-logo-address, .footer-phone {
        text-align: center;
        margin-bottom: 1rem;
    }
    .site-header {
        flex-direction: column;
        gap: 1rem;
    }
    .section-main-title, .section-title-tag, .section-description {
        text-align: center;
    }
    .section-header {
        padding-bottom: 1rem;
    }
    .report-carousel-content, .report-details {
        padding: 0;
        flex-direction: column;
        gap: 2rem;
        background: none;
        border: none;
        backdrop-filter: none;
        box-shadow: none;
    }
    .report-details-text, .report-details-image {
        width: 100%;
        text-align: left;
    }
    .roles-nav {
        display: none;
    }
    .use-cases {
        max-width: 100% !important;
    }
    .role-details {
        display: flex !important;
        /*flex-direction:column-reverse!important;*/
        justify-content: center !important;
        opacity: 1 !important;
        padding: 1.5rem;
        margin: 1rem;
        transform: none;
        background: rgba(9, 9, 9, 0.3);
        border: 1px solid rgba(229, 231, 235, 0.2);
        border-radius: 24px;
        backdrop-filter: blur(1px);
        box-shadow: 0px 0px 12px 0px rgba(47, 198, 255, 0.5);
    }
    .role-details .report-details-image {
        display: flex;
        align-content: center;
        flex-wrap: wrap;
        max-width: 350px;
    }
    .role-details .report-details-image img {
        width: 60%;
        height: auto;
        border-radius: 10px;
    }
    .cta-section {
        flex-direction: column;
        text-align: center;
        gap: 2rem;
        padding: 3rem 1rem;
    }
    /*  REPORT PAGE */
    .ai-solutions-section .content-card {
        padding: 0 !important;
    }
    .ai-solutions-section .content-card .role-details {
        flex-direction: column !important;
    }
    .cta-image-column, .cta-text-column {
        width: 100%;
    }
    .cta-main-button {
        width: 100%;
        font-size: 16px;
    }
    .industry-item {
        width: 100px;
        height: 120px;
    }
    .pricing-cards-grid {
        width: 100%;
    }
    .results-section .fit-card {
        padding: 0;
    }
    .results-section .results-outcome {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 7px;
        text-align: center;
        max-width: 892px;
        margin: 0;
    }
    .reports-grid {
        width: 100% !important;
    }
    .report-card {
        flex-direction: row;
        width: 100% !important;
    }
    .report-card .report-card__image {
        width: 310px !important;
        height: 310px !important;
    }
    .report-card__title-wrapper {
        flex-direction: row;
        position: relative;
    }
    .report-card__title {
        width: 100%;
    }
    .report-card__badge {
        position: absolute;
        display: block;
        top: 20px;
        left: -100px;
        width: auto;
        height: auto;
    }
    #sanctions-report .report-preview {
        flex-direction: row;
        gap: 32px;
        flex-basis: auto;
    }
    #sanctions-report .report-preview .report-card__badge {
        left: 230px;
        right: auto;
        top: 20px;
    }
    #sanctions-report .report-image {
        width: 310px;
        height: 310px;
    }
    .price-amount, .price-value {
        font-size: 1.5rem !important;
        font-weight: bold;
    }
    
    /* = = = FIXES = = =*/
    
        .inside-report-section{
        padding: 0!important;
    }

    .inside-report-section .container {
    border-radius:0px;
}
    .industries-section{
        margin:clamp(1rem,5vw,3rem)!important;
    }
        .card-header,.tier1-header {
        top:-15px;
 /*       width:auto;
        min-width: 240px;
        padding:1.5vh 3vw;*/
  }
        .card-body{
        padding-top:48px;
    }

}
/* ===== max-width: 768px – Tablets and below ===== */
@media (max-width: 768px) {
    .hero-heading {
        text-align: center;
    }
    .hero-text-content {
        order: 2;
    }
    .contact-container {
        flex-direction: column;
    }
    .story-container, .story-content {
        /*padding: 0!important;*/
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .story-container > .story-content.left {
        order: 2; /* Make .story-content.left appear after .image-content (default order: 0) */
    }
    .analysts-section .content-grid, .cta-container {
        flex-direction: column;
    }
    .reports-grid {
        width: 100% !important;
    }
    .report-card {
        flex-direction: column;
        width: 100% !important;
        justify-content: center;
        align-items: center;
    }
    .report-card__badge {
        top: -320px;
        left: 253px;
    }
    #sanctions-report .report-preview {
        flex-direction: column;
        gap: 10px;
        flex-basis: auto;
        justify-content: center;
        align-items: center;
    }
    #contact.contact-section {
        padding: 40px 0;
    }
    #contact .contact-form-column {
        padding: 30px;
        width: 100%;
    }
    #contact .main-title {
        font-size: 30px;
        line-height: 36px;
    }
    #contact .card-title {
        font-size: 22px;
    }
    .quote-icon {
    width: 24px;
    flex-shrink: 0;
}
        .testimonial-content {
        gap:24px;
    }
        .card-wrapper {
        align-content: center;
        text-align: center;
        width:100%;
        min-width: 200px;
    }
    .card-wrapper .cta-image {
        display: inline-block;
        width:50%;
        height: 100%;
        align-items: center;
        text-align: center;
    }
}
/* ===== max-width: 480px – Small Devices (Mobile Landscape) ===== */
@media (max-width: 480px) {
    section {
        padding: 1rem !important;
    }
    .role-details {
        flex-direction: column-reverse !important;
        justify-content: center;
        opacity: 1;
        padding: 1.75rem 1.5rem;
        margin: 0.5rem;
    }
}