   
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: 'Manrope', sans-serif;
            background:
              radial-gradient(circle at top left, rgba(251, 191, 36, 0.12), transparent 24%),
              radial-gradient(circle at top right, rgba(37, 99, 235, 0.12), transparent 30%),
              #f7f4ee;
            color: #1e293b;
            line-height: 1.6;
            font-weight: 400;
        }
        a {
            color: inherit;
            font-weight: inherit;
        }
        
        p {
            padding-bottom: 1em;
        }
        

/* ===== HOMEPAGE HERO (briskData) ===== */

.home-hero {
  position: relative;
  overflow: hidden;
  min-height: 760px;
  padding: 160px 24px 120px;
  background: #ffffff;
}


.home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(15, 23, 42, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, 0.035) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(to bottom, black 0%, transparent 78%);
  z-index: 1;
}

.hero-inner {
  position: relative;
  z-index: 3;
}

/* END HOMEPAGE HERO */




        .container {
            max-width: 1320px;
            margin: 0 auto;
            padding: 0 32px;
            display: block;
        }

        .container h2 {
            font-weight: 500;
        }
        
        header {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            background: rgba(247, 244, 238, 0.82);
            backdrop-filter: blur(18px);
            border-bottom: 1px solid rgba(30, 41, 59, 0.08);
            z-index: 1000;
        }

        main {
            padding-top: 84px;
        }
        
        .header-content {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 14px 0;
        }
        
        header,
        .header-content,
        .nav-horizontal,
        .nav-group {
            overflow: visible;
        }

        .logo {
            width: 30%;
            max-width: 175px;
        }

        .logo img {
            display: block;
            width: 100%;
            height: auto;
        }

        .nav-horizontal {
            display: flex;
            gap: 2.5vw;
        }
        
        .nav-group {
            position: relative;
            cursor: pointer;
        }
        
        .nav-label {
            font-family: 'Inter', sans-serif;
            font-size: 0.9rem;
            font-weight: 400;
            color: #475569;
            transition: color 0.3s ease;
            padding: 8px 0;
        }
        
        .nav-group:hover .nav-label {
            color: #0f172a;
        }
        
        .nav-dropdown {
            position: absolute;
            top: 100%;
            right: 0;
            left: auto;
            background: rgba(255, 255, 255, 0.94);
            backdrop-filter: blur(18px);
            border: 1px solid rgba(148, 163, 184, 0.24);
            min-width: 200px;
            max-width: min(90vw, 320px);
            opacity: 0;
            visibility: hidden;
            transform: translateY(-10px);
            transition: all 0.3s ease;
            padding: 1.5vh 0;
            box-shadow: 0 20px 60px rgba(15, 23, 42, 0.12);
            z-index: 2000;
        }
        
        /* Dropdown opens only via JS (aria-expanded), not CSS hover.
           This keeps ARIA state and visual state in sync. */
        .nav-group button.nav-label[aria-expanded="true"] + .nav-dropdown {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }
        
        .nav-dropdown a {
            display: block;
            padding: 0.8vh 2vw;
            color: #475569;
            text-decoration: none;
            font-family: 'Inter', sans-serif;
            font-size: 0.8rem;
            font-weight: 400;
            transition: all 0.3s ease;
            white-space: nowrap;
        }
        
        .nav-dropdown a:hover {
            color: #0f172a;
            background: rgba(37, 99, 235, 0.06);
            transform: none;
        }
        
        .page-content {
            color: #475569;
        }

        
        .cta-link {
            display: inline-block;
            font-size: 0.88rem;
            color: #fff;
            text-decoration: none;
            padding: 15px 24px;
            border: 1px solid transparent;
            border-radius: 0;
            background: #2563eb;
            backdrop-filter: blur(10px);
            transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
            font-weight: 700;
            letter-spacing: 0.06em;
            text-transform: uppercase;
            box-shadow: 0 18px 42px rgba(37, 99, 235, 0.16);
        }
        
        .cta-link:hover {
            background: #1d4ed8;
            border-color: transparent;
            transform: none;
            box-shadow: 0 20px 46px rgba(37, 99, 235, 0.2);
        }
        
        .cta-link:focus-visible {
            outline: 2px solid rgba(37, 99, 235, 0.35);
            outline-offset: 2px;
        }

       .hero-sidebar {
            display: flex;
            flex-direction: column;
            gap: 28px;
        }

        .capability-card {
            padding-bottom: 22px;
            border-bottom: 1px solid rgba(255,255,255,0.12);
        }

        .capability-card:last-child {
            border-bottom: none;
        }

        .capability-card h3 {
            margin: 0 0 8px 0;
            letter-spacing: 0.08em;
        }

        .capability-card p {
            margin: 0;
            font-size: 0.95rem;
            opacity: 0.85;
        }
        
        .status-footer {
            border-top: 1px solid rgba(148, 163, 184, 0.18);
            padding: 3vh 0;
            background: transparent;
        }
        
        .status-content {
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 0.8rem;
            color: #64748b;
            font-weight: 400;
        }
        
        .mobile-toggle {
            display: none;
            background: none;
            border: none;
            color: #334155;
            font-size: 1.2rem;
            cursor: pointer;
        }

        .why-briskdata {
            padding: 4vh;
            background-color: transparent;
        }

        .why-briskdata p {
            text-align: center;
        }

        @media (max-width: 1024px) {
            .hero-grid {
                grid-template-columns: 1fr;
                gap: 4vh;
            }
            
            .hero-sidebar {
                border-left: none;
                border-top: 1px solid rgba(255,255,255,0.08);
                padding-left: 0;
                padding-top: 3vh;
                flex-direction: row;
                gap: 4vw;
            }
            
            .capability-card {
                flex: 1;
            }
        }
        
        @media (max-width: 768px) {
            .mobile-toggle {
                display: block;
            }
            
            .nav-horizontal {
                display: none;
                position: absolute;
                top: 100%;
                left: 0;
                right: 0;
                background: rgba(247, 244, 238, 0.98);
                backdrop-filter: blur(18px);
                flex-direction: column;
                padding: 3vh 4vw;
                border-top: 1px solid rgba(148, 163, 184, 0.2);
                max-height: calc(100dvh - 110px); 
                overflow-y: auto;
                -webkit-overflow-scrolling: touch;
                padding-bottom: calc(3vh + env(safe-area-inset-bottom));
            }
            
            .nav-horizontal.active {
                display: flex;
            }

            a.nav-contact-btn {
                align-self: flex-start;
                margin-top: 1vh;
            }
            
            .nav-dropdown {
                position: static;
                opacity: 0;
                visibility: hidden;
                max-height: 0;
                overflow: hidden;
                transform: none;
                background: rgba(255,255,255,0.55);
                margin-top: 0;
                transition: opacity 0.2s ease, max-height 0.28s ease, visibility 0.2s ease;
            }

            .nav-group button.nav-label[aria-expanded="true"] + .nav-dropdown {
                opacity: 1;
                visibility: visible;
                max-height: 400px;
                margin-top: 1vh;
            }
            
            .hero-sidebar {
                flex-direction: column;
                gap: 3vh;
            }

            .status-content {
                flex-direction: column;
                gap: 1vh;
                text-align: center;
            }
        }

        /* ⚡ Responsive Logo Grid */
.client-logos {
  display: grid;
  gap: 2vw; /* space between logos */
  justify-items: center;
  align-items: center;
  padding: 2vh 0;
}

/* Mobile: 1 per row */
@media (max-width: 480px) {
  .client-logos {
    grid-template-columns: 1fr;
  }
}

/* Tablet: 3 per row */
@media (min-width: 481px) and (max-width: 1024px) {
  .client-logos {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Desktop: 4 per row (optional) */
@media (min-width: 1025px) {
  .client-logos {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Make logos scale nicely */
.client-logos img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
  



/* animated page graphic */
.page-graphic{
  display: none;
}

.page-graphic canvas{
  display: none;
}

.content-section {
  padding: 90px 0;
}

.content-section h2 {
  color: #64748b;
  font-family: 'Manrope', sans-serif;
  font-size: clamp(2rem, 3.1vw, 3.1rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 18px;
}

.content-section p {
  color: #475569;
  line-height: 1.7;
  max-width: none;
}

.three-column-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 30px;
  align-items: stretch;
}

.three-column-grid .content-card {
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 0;
  padding: 28px;
  height: 100%;
  transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.three-column-grid .content-card:hover {
  background: rgba(255,255,255,0.9);
  border-color: rgba(148, 163, 184, 0.28);
  box-shadow: 0 12px 36px rgba(15, 23, 42, 0.06);
}

.three-column-grid .content-card h3 {
  margin-top: 0;
  margin-bottom: 12px;
}

.three-column-grid .content-card p {
  margin-bottom: 0;
  line-height: 1.7;
}

.content-card {
  padding: 24px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 0;
  height: 100%;
  box-sizing: border-box;
}

.content-card h3 {
  margin-top: 0;
}

.content-card h3,
.process-card h3,
.capability-card h3 {
  letter-spacing: 0.06em;
  font-weight: 500;
}

@media (max-width: 767px) {
  .three-column-grid {
    grid-template-columns: 1fr;
  }
}


.two-column-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.intro-image img {
  width: 100%;
  height: auto;
  border-radius: 0;
}

@media (max-width: 900px) {
  .two-column-grid {
    grid-template-columns: 1fr;
  }
}

.card-icon {
  width: 72px;
  height: 72px;
  border-radius: 0;
  margin-bottom: 18px;
}

.card-icon svg {
  width: 75px;
  height: 75px;
}

.card-icon img {
  width: 38px;
  height: 38px;
  display: block;
  object-fit: contain;
}

.content-card h3 {
  margin-top: 0;
}

.process-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 40px;
}

.process-card {
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 0;
  overflow: hidden;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.process-card:hover {
  background: rgba(255,255,255,0.9);
  border-color: rgba(148, 163, 184, 0.28);
  transform: none;
}

.process-card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  padding: 28px;
}

.process-card-text {
  flex: 1;
}

.process-card-text h3 {
  margin: 0 0 12px;
}

.process-card-text p {
  margin: 0;
}

.toggle-button {
  width: 42px;
  height: 42px;
  border-radius: 0;
  border: 2px solid rgba(148, 163, 184, 0.5);
  background: transparent;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;

  transition: border-color .25s ease, background .25s ease;
}

.toggle-button:hover {
  border-color: rgba(37, 99, 235, 0.4);
  background: rgba(37, 99, 235, 0.04);
}

.toggle-chevron {
  stroke: #1e293b;
  transition: transform .3s ease;
}

.process-card.active .toggle-chevron {
  transform: rotate(180deg);
}

.toggle-icon::before,
.toggle-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 2px;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease;
}

.toggle-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.process-card.active .toggle-icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.toggle-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.toggle-content-inner {
  padding: 0 28px 28px;
  border-top: 1px solid rgba(255,255,255,0.1);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 0;
  padding-top: 24px;
}

.toggle-column h4 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 0.95rem;
}

.toggle-column p {
  margin: 0;
}

.toggle-column ul {
  margin: 0;
  padding-left: 18px;
}

.toggle-column li + li {
  margin-top: 10px;
}

@media (max-width: 900px) {
  .process-grid {
    grid-template-columns: 1fr;
  }

  .toggle-content-inner {
    grid-template-columns: 1fr;
  }
}

.content-section + .content-section {
  position: relative;
}

.content-section + .content-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  width: 80%;
  height: 1px;

  background: linear-gradient(
    to right,
    transparent,
    rgba(148, 163, 184, 0.22),
    transparent
  );
}

.content-section + .content-section::before {
  top: -10px;
}


.value-section .section-intro {
  max-width: 1000px;
  display: block;
  margin: auto;
  padding-bottom: 40px;
}
.value-section .value-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 40px;
}

.value-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.value-card {
  padding: 28px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 0;
  background: rgba(255,255,255,0.72);
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.value-card:hover {
  background: rgba(255,255,255,0.9);
  border-color: rgba(148, 163, 184, 0.28);
  transform: none;
}

.value-card h3 {
  margin-top: 0;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.18);
}

.value-card .card-icon,
.process-card .card-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 0;
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.12), rgba(37, 99, 235, 0.08));
  color: #1d4ed8;
  transition: border-color 0.25s ease, background 0.25s ease;
}

.value-card .card-icon svg,
.process-card .card-icon svg {
  width: 40px;
  height: 40px;
  display: block;
}

.value-card:hover .card-icon,
.process-card:hover .card-icon {
  border-color: rgba(148, 163, 184, 0.28);
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.14), rgba(37, 99, 235, 0.1));
}



.value-card p {
  margin: 0;
}

@media (max-width: 900px) {
  .value-grid {
    grid-template-columns: 1fr;
  }
}


section.content-section.intro-section {
    background-color: transparent;
    padding: 40px 40px;
}



.closing-section .container {
  max-width: 1000px;
}

.closing-section .container > * {
  width: 100%;
}





.contact-form {
    width: 100%;
    padding: 36px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    background: rgba(255,255,255,0.76);
    backdrop-filter: blur(10px);
    border-radius: 0;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 24px;
}

.form-field {
    margin-bottom: 24px;
}

.form-field label {
    display: block;
    margin-bottom: 10px;
    font-size: 0.95rem;
    font-weight: 400;
    letter-spacing: 0.03em;
    color: #334155;
}

.form-field label span {
    opacity: 0.7;
    font-weight: 300;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    padding: 16px 18px;
    border: 1px solid rgba(148, 163, 184, 0.24);
    background: rgba(255,255,255,0.9);
    color: #0f172a;
    border-radius: 0;
    font: inherit;
    transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
    box-sizing: border-box;
}

.contact-form textarea {
    resize: vertical;
    min-height: 180px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #94a3b8;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: rgba(37, 99, 235, 0.35);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.06);
}

.form-checkbox {
    margin: 8px 0 28px;
}

.form-checkbox label {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
    font-size: 0.95rem;
    color: #475569;
}

.form-checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: #2563eb;
    flex-shrink: 0;
}

.form-actions {
    margin-top: 8px;
}

.form-actions .cta-link {
    appearance: none;
    cursor: pointer;
}

@media (max-width: 900px) {
    .form-grid {
        grid-template-columns: 1fr;
    }

    .contact-form {
        padding: 24px;
    }
}

.form-notice {
    padding: 16px 20px;
    margin-bottom: 28px;
    border: 1px solid transparent;
    font-size: 0.95rem;
    line-height: 1.6;
}

.form-notice--success {
    background: rgba(34, 197, 94, 0.08);
    border-color: rgba(34, 197, 94, 0.3);
    color: #166534;
}

.form-notice--error {
    background: rgba(239, 68, 68, 0.08);
    border-color: rgba(239, 68, 68, 0.3);
    color: #991b1b;
}


.content-card .card-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 0;
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.12), rgba(37, 99, 235, 0.08));
    color: #1d4ed8;
    transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.content-card .card-icon svg {
    width: 40px;
    height: 40px;
    display: block;
}

.content-card:hover .card-icon {
    border-color: rgba(148, 163, 184, 0.28);
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.14), rgba(37, 99, 235, 0.1));
    transform: none;
}

.content-card h3 {
    margin-top: 0;
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.18);
}

.details-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: 48px;
    align-items: start;
}

.details-text {
    max-width: 46rem;
}

.details-image {
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 0;
    overflow: hidden;
    background: rgba(255,255,255,0.72);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

.details-image img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
}

/* mobile */

@media (max-width: 900px) {

    .details-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

}

.split-section {
    display: grid;
    grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
    gap: 48px;
    align-items: start;
}

.split-text {
    max-width: 44rem;
}

.split-text h2 {
    padding-bottom: 14px;
    margin-bottom: 22px;
  }

.split-image {
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 0;
    overflow: hidden;
    background: rgba(255,255,255,0.72);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

.split-image img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
}

/* optional reversed layout */
.split-section.reverse {
    grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
}

.split-section.reverse .split-text {
    order: 2;
}

.split-section.reverse .split-image {
    order: 1;
}

.outcome-section .split-section.reverse {
    grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
    gap: 40px;
    align-items: center;
}

.outcome-section .split-text {
    max-width: 38rem;
}

/* mobile */
@media (max-width: 900px) {
    .split-section,
    .split-section.reverse {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .split-section.reverse .split-text,
    .split-section.reverse .split-image {
        order: initial;
    }
}

/* Homepage refresh */
.home-page {
  background:
    radial-gradient(circle at top left, rgba(251, 191, 36, 0.14), transparent 28%),
    radial-gradient(circle at top right, rgba(37, 99, 235, 0.14), transparent 34%),
    #f7f4ee;
  color: #1e293b;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
}

.home-page a {
  color: inherit;
}

.home-page header {
  background: rgba(247, 244, 238, 0.82);
  border-bottom: 1px solid rgba(30, 41, 59, 0.08);
  backdrop-filter: blur(18px);
}

.home-page main {
  padding-top: 84px;
}

.home-page .header-content {
  padding: 14px 0;
}

.home-page .nav-label,
.home-page .nav-dropdown a,
.home-page .mobile-toggle {
  color: #334155;
  text-shadow: none;
}

.home-page .nav-group:hover .nav-label,
.home-page .nav-dropdown a:hover {
  color: #0f172a;
}

.home-page .nav-dropdown {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(148, 163, 184, 0.24);
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.12);
}

.home-page .nav-dropdown a:hover {
  background: rgba(37, 99, 235, 0.06);
  transform: none;
}

.home-page .container {
  max-width: 1320px;
  padding: 0 32px;
}

.home-page .home-hero {
  min-height: 820px;
  padding: 100px 0 52px;
  background: transparent;
  border-bottom: 1px solid rgba(148, 163, 184, 0.16);
}

.home-page .home-hero::before {
  display: none;
}

.home-page .home-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 180px;
  background: linear-gradient(
    to bottom,
    rgba(247, 244, 238, 0) 0%,
    rgba(247, 244, 238, 0.72) 58%,
    rgba(247, 244, 238, 0.96) 82%,
    #f7f4ee 100%
  );
  pointer-events: none;
  z-index: 2;
}

.home-page .hero-inner {
  position: relative;
  display: block;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 32px;
  min-height: 620px;
}

.home-page .hero-copy {
  position: relative;
  z-index: 2;
  max-width: min(58%, 700px);
}

.home-page .hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border: 1px solid rgba(37, 99, 235, 0.18);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.62);
  color: #1d4ed8;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-page .hero-title {
  margin: 26px 0 18px;
  color: #0f172a;
  font-family: 'Manrope', sans-serif;
  font-size: clamp(4rem, 7vw, 4.8rem);
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: -0.04em;
}

.home-page .hero-subtitle {
  max-width: 56ch;
  margin-bottom: 34px;
  color: #475569;
  font-size: 1.08rem;
  line-height: 1.75;
}

.home-page .hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.home-page .cta-link {
  padding: 15px 24px;
  border: 1px solid transparent;
  border-radius: 0;
  background: #2563eb;
  color: #ffffff;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: 0 18px 42px rgba(37, 99, 235, 0.16);
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.home-page .cta-link:hover {
  transform: none;
  box-shadow: 0 20px 46px rgba(37, 99, 235, 0.2);
}

.home-page .cta-link.secondary {
  background: rgba(255, 255, 255, 0.58);
  border-color: rgba(148, 163, 184, 0.32);
  color: #0f172a;
  box-shadow: none;
}

.home-page .cta-link.secondary:hover {
  background: rgba(255, 255, 255, 0.86);
}

.home-page .hero-ambient {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}

.home-page .hero-grid-glow {
  position: absolute;
  inset: 4% 0 auto auto;
  width: min(52vw, 700px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 28% 34%, rgba(245, 158, 11, 0.34), transparent 22%),
    radial-gradient(circle at 68% 28%, rgba(96, 165, 250, 0.32), transparent 20%),
    radial-gradient(circle at 60% 68%, rgba(30, 64, 175, 0.26), transparent 26%);
  filter: blur(18px);
  opacity: 0.78;
  animation: heroGlowShift 16s ease-in-out infinite alternate;
}

.home-page .hero-stage {
  position: absolute;
  top: -18%;
  right: -32%;
  width: min(92vw, 1240px);
  aspect-ratio: 1 / 1;
  transform: rotate(-10deg);
  opacity: 1;
  animation: heroStageDrift 40s ease-in-out infinite alternate;
}

.home-page .hero-torus-shell {
  position: absolute;
  inset: -12% -10% -18% -14%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.98;
  filter: drop-shadow(0 18px 44px rgba(37, 99, 235, 0.14));
  animation: heroTorusFloat 36s ease-in-out infinite alternate;
}

.home-page .hero-torus-svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.home-page .hero-torus-mesh,
.home-page .hero-torus-sparks {
  transform-origin: 50% 50%;
}

.home-page .hero-torus-mesh ellipse {
  fill: none;
  stroke-width: 1.75;
}

.home-page .hero-torus-mesh ellipse:nth-child(3n + 1) {
  stroke: rgba(255, 255, 255, 0.68);
}

.home-page .hero-torus-mesh ellipse:nth-child(3n + 2) {
  stroke: rgba(96, 165, 250, 0.62);
}

.home-page .hero-torus-mesh ellipse:nth-child(3n) {
  stroke: rgba(245, 158, 11, 0.54);
}

.home-page .hero-torus-mesh {
  animation: heroTorusRoll 50s linear infinite;
}

.home-page .hero-torus-hole {
  fill: rgb(15 23 42 / 0%);
  stroke: rgba(255, 255, 255, 0.52);
  stroke-width: 1.4;
}

.home-page .hero-torus-sparks {
  animation: heroSparkPulse 7s ease-in-out infinite;
}

.home-page .hero-torus-sparks circle {
  fill: rgba(255, 255, 255, 0.85);
}

.home-page .hero-torus-sparks circle:nth-child(2),
.home-page .hero-torus-sparks circle:nth-child(4) {
  fill: rgba(96, 165, 250, 0.78);
}

.home-page .hero-torus-sparks circle:nth-child(3) {
  fill: rgba(245, 158, 11, 0.72);
}

.home-page .hero-panel {
  position: relative;
  z-index: 2;
  position: absolute;
  right: 44px;
  bottom: 36px;
  width: min(290px, 24vw);
  padding: 16px;
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(22px);
  box-shadow: 0 28px 80px rgba(148, 163, 184, 0.18);
}

.home-page .hero-panel-header {
  margin-bottom: 12px;
  color: #64748b;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-page .hero-panel-grid {
  display: grid;
  gap: 10px;
}

.home-page .hero-panel-card {
  padding: 12px 14px;
  border-radius: 0;
  background: rgba(248, 250, 252, 0.6);
  border: 1px solid rgba(148, 163, 184, 0.16);
}

.home-page .hero-panel-card span {
  display: inline-block;
  margin-bottom: 6px;
  color: #f59e0b;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.home-page .hero-panel-card h3 {
  margin: 0;
  color: #0f172a;
  font-size: 0.95rem;
  font-weight: 700;
}

.home-page .hero-panel-card p {
  display: block;
  margin: 8px 0 0;
  color: #475569;
  font-size: 0.88rem;
  line-height: 1.55;
}

/* Hero panel accordion */
.home-page .hero-panel-acc-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  text-align: left;
}

.home-page .hero-panel-acc-header {
  display: flex;
  flex-direction: column;
}

.home-page .acc-chevron {
  flex-shrink: 0;
  color: #94a3b8;
  transition: transform 0.25s ease, color 0.2s ease;
  margin-top: 2px;
}

.home-page .hero-panel-acc-trigger[aria-expanded="true"] .acc-chevron {
  transform: rotate(180deg);
  color: #1d4ed8;
}

.home-page .hero-panel-card:hover .acc-chevron {
  color: #64748b;
}

.home-page .hero-panel-acc-links {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.28s ease;
}

.home-page .hero-panel-acc-links a {
  display: block;
  padding: 6px 0;
  border-top: 1px solid rgba(148, 163, 184, 0.16);
  color: #1d4ed8;
  font-size: 0.82rem;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.01em;
  transition: color 0.18s ease;
}

.home-page .hero-panel-acc-links a:hover {
  color: #f59e0b;
}

.home-page .hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1320px;
  margin: 34px auto 0;
  padding: 0 32px;
  position: relative;
  z-index: 3;
}

.home-page .hero-metric {
  padding: 22px 24px 20px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(14px);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
}

.home-page .hero-metric .card-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 0;
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.12), rgba(37, 99, 235, 0.08));
  color: #1d4ed8;
}

.home-page .hero-metric .card-icon svg {
  width: 40px;
  height: 40px;
  display: block;
}

.home-page .hero-metric strong {
  display: block;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.18);
  color: #0f172a;
  font-size: 0.94rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-page .hero-metric span {
  color: #64748b;
  font-size: 0.96rem;
  line-height: 1.65;
}

.home-page .why-briskdata {
  padding: 42px 0 18px;
  background: transparent;
}

.home-page .why-briskdata .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home-page .why-briskdata h2 {
  font-family: 'Manrope', sans-serif;
  font-size: clamp(1.9rem, 2.8vw, 2.7rem);
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  color: #64748b;
  margin-bottom: 20px;
  text-align: left;
  width: 100%;
  max-width: 1180px;
}

.home-page .why-briskdata p {
  max-width: 1180px;
  margin: 0 auto;
  color: #0f172a;
  font-family: 'Manrope', sans-serif;
  font-size: clamp(1.55rem, 2.3vw, 2.15rem);
  font-weight: 500;
  line-height: 1.16;
  text-align: center;
  padding-bottom: 0;
}

.home-page .content-section {
  padding: 86px 0;
}

.home-page .content-section + .content-section::before {
  width: calc(100% - 64px);
  left: 32px;
  background: linear-gradient(to right, transparent, rgba(148, 163, 184, 0.28), transparent);
}

.home-page section.content-section.intro-section,
.home-page .value-section,
.home-page .process-section,
.home-page .closing-section {
  background: transparent;
}

.home-page .intro-section .two-column-grid {
  grid-template-columns: minmax(320px, 1fr) minmax(420px, 1fr);
  gap: 44px;
  align-items: center;
}

.home-page .intro-image {
  position: relative;
}

.home-page .content-section h2 {
  color: #64748b;
  font-family: 'Manrope', sans-serif;
  font-size: clamp(2.2rem, 2.5vw, 3.4rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
}

.home-page .content-section h3 {
  color: #0f172a;
}

.home-page .content-section p,
.home-page .intro-text p,
.home-page .toggle-column p,
.home-page .toggle-column li,
.home-page .value-card p,
.home-page .process-card-text p {
  color: #475569;
}

.home-page .intro-image img,
.home-page .details-image,
.home-page .split-image {
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 0;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

.home-page .intro-image img {
  aspect-ratio: 4 / 3.4;
  object-fit: cover;
}

.home-page .intro-text {
  max-width: 700px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-page .intro-text h2 {
  max-width: 15ch;
  margin-bottom: 24px;
  font-size: clamp(1.95rem, 2.6vw, 2.8rem);
  line-height: 1.02;
}

.home-page .intro-text p {
  max-width: 62ch;
  font-size: 1rem;
  line-height: 1.78;
}

.home-page .intro-text p:last-child {
  margin-bottom: 0;
}

.page-intro-section {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  padding: 72px 0 40px;
  background:
    radial-gradient(circle at top left,  rgba(251, 191, 36, 0.10), transparent 28%),
    radial-gradient(circle at top right, rgba(37,  99, 235, 0.10), transparent 34%),
    #f7f4ee;
}

.page-intro-section .hero-ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.page-intro-section .hero-grid-glow {
  position: absolute;
  top: -20%;
  right: 0;
  width: min(56vw, 560px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 28% 34%, rgba(245, 158, 11, 0.28), transparent 22%),
    radial-gradient(circle at 68% 28%, rgba(96, 165, 250, 0.26), transparent 20%),
    radial-gradient(circle at 60% 68%, rgba(30, 64, 175, 0.20), transparent 26%);
  filter: blur(18px);
  opacity: 0.72;
  animation: heroGlowShift 16s ease-in-out infinite alternate;
}

.page-intro-section .hero-stage {
  position: absolute;
  top: -80px;
  right: -5%;
  width: min(50vw, 480px);
  aspect-ratio: 1 / 1;
  opacity: 0.82;
  animation: heroStageDrift 40s ease-in-out infinite alternate;
}

.page-intro-section .hero-torus-shell {
  position: absolute;
  inset: -12% -10% -18% -14%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.92;
  filter: drop-shadow(0 18px 44px rgba(37, 99, 235, 0.12));
  animation: heroTorusFloat 36s ease-in-out infinite alternate;
}

.page-intro-section .hero-torus-svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.page-intro-section .hero-torus-mesh,
.page-intro-section .hero-torus-sparks {
  transform-origin: 50% 50%;
}

.page-intro-section .hero-torus-mesh ellipse {
  fill: none;
  stroke-width: 1.75;
}

.page-intro-section .hero-torus-mesh ellipse:nth-child(3n + 1) {
  stroke: rgba(30, 41, 59, 0.55);
}

.page-intro-section .hero-torus-mesh ellipse:nth-child(3n + 2) {
  stroke: rgba(96, 165, 250, 0.52);
}

.page-intro-section .hero-torus-mesh ellipse:nth-child(3n) {
  stroke: rgba(245, 158, 11, 0.46);
}

.page-intro-section .hero-torus-mesh {
  animation: heroTorusRoll 50s linear infinite;
}

.page-intro-section .hero-torus-hole {
  fill: transparent;
  stroke: rgba(30, 41, 59, 0.32);
  stroke-width: 1.4;
}

.page-intro-section .hero-torus-sparks {
  animation: heroSparkPulse 7s ease-in-out infinite;
}

.page-intro-section .hero-torus-sparks circle {
  fill: rgba(30, 41, 59, 0.55);
}

.page-intro-section .hero-torus-sparks circle:nth-child(2),
.page-intro-section .hero-torus-sparks circle:nth-child(4) {
  fill: rgba(96, 165, 250, 0.65);
}

.page-intro-section .hero-torus-sparks circle:nth-child(3) {
  fill: rgba(245, 158, 11, 0.62);
}

.page-intro-section .container {
  position: relative;
  z-index: 2;
}

.page-intro-block {
  max-width: 760px;
}

.page-intro-block h1 {
  margin: 0 0 14px;
  color: #0f172a;
  font-family: 'Manrope', sans-serif;
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.02em;
  text-align: left;
}

.page-intro-block p {
  margin: 0 0 0 5px;
  color: #475569;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.7;
  text-align: left;
}

.home-page .three-column-grid .content-card,
.home-page .value-card,
.home-page .process-card {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(148, 163, 184, 0.18);
  box-shadow: none;
}

.home-page .three-column-grid .content-card:hover,
.home-page .value-card:hover,
.home-page .process-card:hover,
.home-page .content-card:hover .card-icon {
  transform: none;
  box-shadow: none;
}

.home-page .content-card .card-icon {
  border-color: rgba(148, 163, 184, 0.18);
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.12), rgba(37, 99, 235, 0.08));
  color: #1d4ed8;
}

.home-page .content-card h3 {
  border-bottom-color: rgba(148, 163, 184, 0.18);
}

.home-page .toggle-button {
  border-color: rgba(148, 163, 184, 0.5);
}

.home-page .toggle-button:hover {
  border-color: rgba(37, 99, 235, 0.4);
  background: rgba(37, 99, 235, 0.04);
}

.home-page .toggle-chevron {
  stroke: #1e293b;
}

.home-page .toggle-content-inner {
  border-top-color: rgba(148, 163, 184, 0.18);
}

.home-page .closing-section .container {
  padding-bottom: 10px;
}

.home-page .status-footer {
  border-top: 1px solid rgba(148, 163, 184, 0.18);
  background: transparent;
}

.home-page .status-content {
  color: #64748b;
}

@keyframes heroGlowShift {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.76;
  }

  100% {
    transform: translate3d(-18px, 24px, 0) scale(1.12);
    opacity: 0.96;
  }
}

@keyframes heroStageDrift {
  0% {
    transform: rotate(-10deg) translate3d(0, 0, 0);
  }

  100% {
    transform: rotate(-5deg) translate3d(18px, 22px, 0);
  }
}

@keyframes heroTorusFloat {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  100% {
    transform: translate3d(8px, 12px, 0) scale(1.02);
  }
}

@keyframes heroTorusRoll {
  0% {
    transform: rotate(0deg) skewX(-8deg);
  }

  100% {
    transform: rotate(360deg) skewX(-8deg);
  }
}

@keyframes heroSparkPulse {
  0% {
    opacity: 0.35;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0.45;
  }
}

@media (max-width: 1024px) {
  .home-page .home-hero {
    min-height: auto;
  }

  .home-page .hero-inner {
    min-height: auto;
  }

  .home-page .hero-panel {
    position: relative;
    right: auto;
    bottom: auto;
    width: auto;
    margin-top: 32px;
    max-width: 760px;
    padding: 24px;
    background: rgba(255, 255, 255, 0.62);
  }

  .home-page .hero-panel-card p {
    display: block;
    margin: 8px 0 0;
    color: #475569;
    font-size: 0.88rem;
    line-height: 1.55;
  }

  .home-page .hero-metrics {
    grid-template-columns: 1fr;
  }

  .home-page .hero-grid-glow {
    width: min(70vw, 540px);
  }

  .home-page .hero-copy {
    max-width: 700px;
  }

  .home-page .intro-section .two-column-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .home-page .intro-text {
    max-width: 100%;
  }

  .home-page .intro-text h2,
  .home-page .intro-text p {
    max-width: none;
  }

  .home-page .hero-stage {
    top: -10%;
    right: -30%;
    width: min(98vw, 1080px);
  }
}

@media (max-width: 768px) {
  .home-page .container,
  .home-page .hero-inner,
  .home-page .hero-metrics {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-page .nav-horizontal {
    background: rgba(247, 244, 238, 0.98);
    border-top: 1px solid rgba(148, 163, 184, 0.2);
  }

  .home-page .home-hero {
    padding-top: 104px;
  }

  .home-page .hero-title {
    font-size: clamp(3rem, 14vw, 4.6rem);
  }

  .home-page .hero-panel {
    padding: 22px;
  }

  .home-page .hero-stage {
    top: 2%;
    right: -48%;
    width: 156vw;
    opacity: 0.54;
  }

  .home-page .content-section + .content-section::before {
    width: calc(100% - 40px);
    left: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-page .hero-stage,
  .home-page .hero-torus-shell,
  .home-page .hero-torus-mesh,
  .home-page .hero-torus-sparks,
  .home-page .cta-link,
  .home-page .three-column-grid .content-card,
  .home-page .value-card,
  .home-page .process-card {
    animation: none;
    transition: none;
  }
}

/* ===== SKIP NAVIGATION ===== */

.skip-link {
  position: absolute;
  top: -100%;
  left: 16px;
  z-index: 9999;
  padding: 10px 18px;
  background: #2563eb;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: top 0.15s ease;
}

.skip-link:focus {
  top: 16px;
}

/* ===== NAV BUTTON RESET ===== */

button.nav-label {
  background: none;
  border: none;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  color: #475569;
  transition: color 0.3s ease;
  padding: 8px 0;
  line-height: inherit;
}

.nav-group:hover button.nav-label,
.nav-group:focus-within button.nav-label {
  color: #0f172a;
}

.home-page button.nav-label {
  color: #334155;
  text-shadow: none;
}

.home-page .nav-group:hover button.nav-label,
.home-page .nav-group:focus-within button.nav-label {
  color: #0f172a;
}

/* ===== CLIENT LOGOS SECTION HEADING ===== */
.client-logos-heading {
  text-align: center;
  margin-bottom: 40px;
}

/* ===== CONTACT US NAV BUTTON ===== */

a.nav-contact-btn {
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  color: #0f172a;
  text-decoration: none;
  border: 1px solid rgba(15, 23, 42, 0.3);
  border-radius: 999px;
  padding: 6px 16px;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  white-space: nowrap;
  align-self: center;
}

a.nav-contact-btn:hover {
  background: #0f172a;
  color: #fff;
  border-color: #0f172a;
}

.home-page a.nav-contact-btn {
  color: #334155;
  border-color: rgba(51, 65, 85, 0.4);
}

.home-page a.nav-contact-btn:hover {
  background: #0f172a;
  color: #fff;
  border-color: #0f172a;
}

/* ===== KEYBOARD-ACCESSIBLE NAV DROPDOWNS ===== */
/* Dropdown visibility is controlled exclusively by JS via aria-expanded.
   No CSS :focus-within rule here — that would decouple visual state from ARIA state. */

