.elementor-11351 .elementor-element.elementor-element-485113c{width:100%;max-width:100%;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-485113c */<style>
  .aiq-homepage,
  .aiq-homepage * {
    box-sizing: border-box;
  }

  .aiq-homepage {
    --aiq-text: #182132;
    --aiq-heading: #121a2f;
    --aiq-muted: #5f6f86;
    --aiq-line: #e4ebf3;
    --aiq-bg-soft: #f6f9fc;
    --aiq-bg-soft-2: #f2f7f5;
    --aiq-primary: #1d6362;
    --aiq-primary-dark: #174f4e;
    --aiq-accent: #234a8a;
    --aiq-accent-dark: #1a3767;
    --aiq-white: #ffffff;
    --aiq-shadow-sm: 0 10px 24px rgba(16, 24, 40, 0.05);
    --aiq-shadow-md: 0 18px 42px rgba(16, 24, 40, 0.08);
    --aiq-shadow-lg: 0 28px 64px rgba(16, 24, 40, 0.12);

    font-family: Arial, sans-serif;
    color: var(--aiq-text);
    background: #ffffff;
  }

  .aiq-homepage a {
    text-decoration: none;
  }

  .aiq-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 28px;
  }

  .aiq-section-divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(
      90deg,
      rgba(29, 99, 98, 0),
      rgba(29, 99, 98, 0.15),
      rgba(29, 99, 98, 0)
    );
  }

  .aiq-section-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    color: var(--aiq-primary);
    margin-bottom: 18px;
    padding: 8px 12px;
    border-radius: 999px;
    background: #edf6f6;
    border: 1px solid #d9e9e8;
  }

  .aiq-section-label::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--aiq-primary);
    display: inline-block;
  }

  .aiq-section-head {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 50px;
  }

  .aiq-section-head h2 {
    font-size: 42px;
    line-height: 1.14;
    margin: 0 0 16px;
    letter-spacing: -0.025em;
    color: var(--aiq-heading);
  }

  .aiq-section-head p {
    margin: 0;
    color: var(--aiq-muted);
    font-size: 17px;
    line-height: 1.85;
  }

  .aiq-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 13px 22px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.25s ease;
    white-space: nowrap;
  }

  .aiq-btn-primary {
    background: var(--aiq-primary);
    border: 1px solid var(--aiq-primary);
    color: #ffffff;
    box-shadow: 0 10px 22px rgba(29, 99, 98, 0.16);
  }

  .aiq-btn-primary:hover {
    background: var(--aiq-primary-dark);
    border-color: var(--aiq-primary-dark);
    color: #ffffff;
    transform: translateY(-1px);
  }

  .aiq-btn-secondary {
    background: #ffffff;
    border: 1px solid #d9e2ec;
    color: var(--aiq-heading);
  }

  .aiq-btn-secondary:hover {
    background: #f8fbfd;
    border-color: #cfd9e5;
    color: var(--aiq-heading);
    transform: translateY(-1px);
  }

  .aiq-btn-third {
    background: var(--aiq-accent);
    border: 1px solid var(--aiq-accent);
    color: #ffffff;
    box-shadow: 0 10px 22px rgba(35, 74, 138, 0.16);
  }

  .aiq-btn-third:hover {
    background: var(--aiq-accent-dark);
    border-color: var(--aiq-accent-dark);
    color: #ffffff;
    transform: translateY(-1px);
  }

  .aiq-link-arrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--aiq-primary);
    font-size: 14px;
    font-weight: 700;
  }

  .aiq-link-arrow::after {
    content: "→";
    font-size: 16px;
    transition: transform 0.2s ease;
  }

  .aiq-link-arrow:hover::after {
    transform: translateX(3px);
  }

  /* HERO */
  .aiq-hero {
    background:
      radial-gradient(circle at top right, rgba(29, 99, 98, 0.08), transparent 28%),
      linear-gradient(180deg, #fbfdff 0%, #f3f7fb 100%);
    padding: 104px 0 88px;
  }

  .aiq-hero-grid {
    display: grid;
    grid-template-columns: 1.02fr 0.98fr;
    gap: 60px;
    align-items: center;
  }

  .aiq-hero-content h1 {
    font-size: 62px;
    line-height: 0.98;
    letter-spacing: -0.04em;
    color: var(--aiq-heading);
    margin: 0 0 20px;
    max-width: 720px;
  }

  .aiq-hero-content p {
    font-size: 19px;
    line-height: 1.85;
    color: var(--aiq-muted);
    margin: 0 0 30px;
    max-width: 660px;
  }

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

  .aiq-hero-trusted {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.85;
    color: var(--aiq-muted);
    max-width: 760px;
  }

  .aiq-hero-trusted strong {
    color: var(--aiq-heading);
    font-weight: 700;
  }

  .aiq-hero-image-wrap {
    position: relative;
  }

  .aiq-hero-image-wrap::before {
    content: "";
    position: absolute;
    inset: -20px -18px 28px 22px;
    border-radius: 30px;
    background: linear-gradient(
      135deg,
      rgba(29, 99, 98, 0.10),
      rgba(35, 74, 138, 0.10)
    );
    z-index: 0;
  }

  .aiq-hero-image {
    position: relative;
    z-index: 1;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: var(--aiq-shadow-lg);
    background: #ffffff;
    min-height: 620px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .aiq-hero-image img {
    width: 100%;
    height: 100%;
    min-height: 620px;
    object-fit: contain;
    object-position: center;
    display: block;
    background: #f7fafc;
    padding: 8px;
  }

  /* JOURNEY */
  .aiq-journey-section {
    padding: 96px 0;
    background: #ffffff;
  }

  .aiq-journey-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }

  .aiq-journey-card {
    background: linear-gradient(180deg, #f8fcfb 0%, #eef7f5 100%);
    border: 1px solid #dce8e7;
    border-radius: 20px;
    min-height: 270px;
    padding: 30px 24px;
    box-shadow: var(--aiq-shadow-sm);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  }

  .aiq-journey-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--aiq-shadow-md);
  }

  .aiq-step-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #dce8e7;
    color: var(--aiq-primary);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 8px 11px;
    border-radius: 999px;
    margin-bottom: 16px;
  }

  .aiq-journey-card h3 {
    margin: 0 0 12px;
    font-size: 23px;
    line-height: 1.28;
    color: var(--aiq-heading);
  }

  .aiq-journey-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.85;
    color: var(--aiq-muted);
  }

  /* SERVICE AREAS */
  .aiq-service-areas {
    padding: 96px 0;
    background: var(--aiq-bg-soft);
  }

  .aiq-service-area-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }

  .aiq-service-area-card {
    background: linear-gradient(180deg, #ffffff 0%, #f8fcfb 100%);
    border: 1px solid #e1e9f1;
    border-radius: 20px;
    min-height: 245px;
    padding: 30px 24px;
    box-shadow: var(--aiq-shadow-sm);
  }

  .aiq-service-area-card .num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0 10px;
    border-radius: 999px;
    background: #edf6f6;
    color: var(--aiq-primary);
    border: 1px solid #d9e9e8;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 16px;
  }

  .aiq-service-area-card h3 {
    font-size: 22px;
    line-height: 1.32;
    margin: 0 0 12px;
    color: var(--aiq-heading);
  }

  .aiq-service-area-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: var(--aiq-muted);
  }

  /* MAIN SERVICES */
  .aiq-services-section {
    padding: 96px 0;
    background: #ffffff;
  }

  .aiq-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  .aiq-service-card {
    background: linear-gradient(180deg, #f9fcfb 0%, #eef7f5 100%);
    border: 1px solid #dce8e7;
    border-radius: 20px;
    min-height: 275px;
    padding: 30px;
    box-shadow: var(--aiq-shadow-sm);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  }

  .aiq-service-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--aiq-shadow-md);
  }

  .aiq-service-kicker {
    display: inline-block;
    background: rgba(255,255,255,0.92);
    border: 1px solid #dce8e7;
    color: var(--aiq-primary);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border-radius: 999px;
    padding: 8px 11px;
    margin-bottom: 14px;
  }

  .aiq-service-card h3 {
    margin: 0 0 12px;
    font-size: 23px;
    line-height: 1.3;
    color: var(--aiq-heading);
  }

  .aiq-service-card p {
    margin: 0 0 18px;
    font-size: 15px;
    line-height: 1.82;
    color: var(--aiq-muted);
  }

  .aiq-mini-cta {
    margin-top: 40px;
    background: linear-gradient(180deg, #f9fcfd 0%, #f2f7f9 100%);
    border: 1px solid #e1e9f1;
    border-radius: 20px;
    padding: 34px 30px;
    text-align: center;
    box-shadow: var(--aiq-shadow-sm);
  }

  .aiq-mini-cta h3 {
    margin: 0 0 10px;
    font-size: 30px;
    color: var(--aiq-heading);
  }

  .aiq-mini-cta p {
    margin: 0 0 18px;
    color: var(--aiq-muted);
    line-height: 1.85;
  }

  .aiq-mini-cta-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
  }

  /* HOW IT WORKS */
  .aiq-how-section {
    padding: 96px 0;
    background: linear-gradient(180deg, #162033 0%, #0f1728 100%);
  }

  .aiq-how-section .aiq-section-head {
    max-width: 920px;
    margin-bottom: 46px;
  }

  .aiq-how-section .aiq-section-head h2,
  .aiq-how-section .aiq-section-head p {
    color: #ffffff;
  }

  .aiq-how-section .aiq-section-head p {
    color: #c8d2e5;
    max-width: 860px;
    margin: 0 auto;
  }

  .aiq-how-section .aiq-section-label {
    background: rgba(255,255,255,0.08);
    border-color: rgba(255,255,255,0.12);
    color: #e3ebff;
  }

  .aiq-how-section .aiq-section-label::before {
    background: #8fb1ff;
  }

  .aiq-how-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
  }

  .aiq-how-card {
    background: #ffffff;
    border: 1px solid #e1e9f1;
    border-radius: 20px;
    min-height: 248px;
    padding: 28px 24px;
    box-shadow: 0 16px 32px rgba(0,0,0,0.12);
  }

  .aiq-how-number {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--aiq-primary);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    margin-bottom: 16px;
    box-shadow: 0 12px 24px rgba(29, 99, 98, 0.22);
  }

  .aiq-how-card h3 {
    margin: 0 0 12px;
    font-size: 21px;
    line-height: 1.35;
    color: var(--aiq-heading);
  }

  .aiq-how-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.82;
    color: var(--aiq-muted);
  }

  /* TRUSTED */
  .aiq-trusted-section {
    padding: 96px 0;
    background: #f9fbfe;
  }

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

  .aiq-trusted-card {
    border-radius: 20px;
    min-height: 290px;
    padding: 36px;
    box-shadow: var(--aiq-shadow-sm);
  }

  .aiq-trusted-card:first-child {
    background: linear-gradient(180deg, var(--aiq-primary) 0%, var(--aiq-primary-dark) 100%);
    border: none;
  }

  .aiq-trusted-card:first-child h3,
  .aiq-trusted-card:first-child p,
  .aiq-trusted-card:first-child a {
    color: #ffffff;
  }

  .aiq-trusted-card:last-child {
    background: linear-gradient(180deg, #ffffff 0%, #f4f8fc 100%);
    border: 1px solid #e1e9f1;
  }

  .aiq-trusted-card h3 {
    margin: 0 0 14px;
    font-size: 34px;
    line-height: 1.18;
    color: var(--aiq-heading);
  }

  .aiq-trusted-card p {
    margin: 0;
    font-size: 16px;
    line-height: 1.9;
    color: var(--aiq-muted);
  }

  .aiq-trusted-card .aiq-link-arrow {
    margin-top: 18px;
  }

  /* WHY */
  .aiq-why-section {
    padding: 96px 0;
    background: #ffffff;
  }

  .aiq-why-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 22px;
  }

  .aiq-why-card {
    background: linear-gradient(180deg, #ffffff 0%, #f8fcfb 100%);
    border: 1px solid #e1e9f1;
    border-radius: 20px;
    min-height: 228px;
    padding: 26px 24px;
    box-shadow: var(--aiq-shadow-sm);
  }

  .aiq-why-card h3 {
    margin: 0 0 12px;
    font-size: 19px;
    line-height: 1.38;
    color: var(--aiq-heading);
  }

  .aiq-why-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.82;
    color: var(--aiq-muted);
  }

  /* EXPERTS - KOLABTREE STYLE */
  .aiq-experts-section {
    padding: 96px 0;
    background: #fbfcfa;
  }

  .aiq-experts-menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 34px;
    margin: 0 0 42px;
    border-bottom: 1px solid #e5ebf1;
    padding-bottom: 14px;
  }

  .aiq-experts-menu a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #66758b;
    padding: 8px 2px 14px;
    transition: color 0.25s ease;
  }

  .aiq-experts-menu a:hover,
  .aiq-experts-menu a.aiq-active {
    color: var(--aiq-primary);
  }

  .aiq-experts-menu a.aiq-active::after,
  .aiq-experts-menu a:hover::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 3px;
    background: var(--aiq-primary);
    border-radius: 999px;
  }

  .aiq-experts-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
  }

  .aiq-expert-card {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #e4ebf3;
    box-shadow: var(--aiq-shadow-sm);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  }

  .aiq-expert-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--aiq-shadow-md);
  }

  .aiq-expert-image {
    position: relative;
    height: 320px;
    overflow: hidden;
    background: #edf2f7;
  }

  .aiq-expert-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
  }

  .aiq-expert-overlay {
    position: absolute;
    inset: auto 0 0 0;
    padding: 18px 16px 16px;
    background: linear-gradient(180deg, rgba(9,16,28,0) 0%, rgba(9,16,28,0.66) 100%);
  }

  .aiq-expert-overlay h3 {
    margin: 0 0 4px;
    color: #ffffff;
    font-size: 21px;
    line-height: 1.25;
  }

  .aiq-expert-overlay p {
    margin: 0;
    color: rgba(255,255,255,0.88);
    font-size: 14px;
    line-height: 1.5;
  }

  .aiq-expert-footer {
    padding: 18px;
    text-align: center;
  }

  .aiq-expert-tag {
    display: inline-block;
    margin-bottom: 12px;
    padding: 7px 12px;
    border-radius: 999px;
    background: #eef6f6;
    border: 1px solid #d8e8e7;
    color: var(--aiq-primary);
    font-size: 12px;
    font-weight: 700;
  }

  .aiq-expert-footer .aiq-btn {
    min-height: 44px;
    padding: 11px 18px;
  }

  /* DISCIPLINES */
  .aiq-disciplines-section {
    padding: 96px 0;
    background: var(--aiq-bg-soft);
  }

  .aiq-disciplines-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }

  .aiq-discipline-card {
    background: linear-gradient(180deg, #ffffff 0%, #f8fcfb 100%);
    border: 1px solid #e1e9f1;
    border-radius: 20px;
    min-height: 255px;
    padding: 28px;
    box-shadow: var(--aiq-shadow-sm);
  }

  .aiq-discipline-kicker {
    display: inline-block;
    background: #edf6f6;
    border: 1px solid #d9e9e8;
    color: var(--aiq-primary);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border-radius: 999px;
    padding: 8px 10px;
    margin-bottom: 12px;
  }

  .aiq-discipline-card h3 {
    margin: 0 0 12px;
    font-size: 22px;
    line-height: 1.32;
    color: var(--aiq-heading);
  }

  .aiq-discipline-card p {
    margin: 0 0 16px;
    font-size: 15px;
    line-height: 1.8;
    color: var(--aiq-muted);
  }

  /* REGION */
  .aiq-region-section {
    padding: 96px 0;
    background: linear-gradient(180deg, #162033 0%, #0f1728 100%);
  }

  .aiq-region-section .aiq-section-head h2,
  .aiq-region-section .aiq-section-head p {
    color: #ffffff;
  }

  .aiq-region-section .aiq-section-head p {
    color: #d0d9ea;
  }

  .aiq-region-section .aiq-section-label {
    background: rgba(255,255,255,0.08);
    border-color: rgba(255,255,255,0.12);
    color: #e3ebff;
  }

  .aiq-region-section .aiq-section-label::before {
    background: #8fb1ff;
  }

  .aiq-region-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
  }

  .aiq-region-stat {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 20px;
    min-height: 185px;
    padding: 30px 22px;
    text-align: center;
    box-shadow: 0 16px 30px rgba(0,0,0,0.10);
    backdrop-filter: blur(4px);
  }

  .aiq-region-stat h3 {
    margin: 0 0 10px;
    font-size: 36px;
    color: #ffffff;
  }

  .aiq-region-stat p {
    margin: 0;
    font-size: 15px;
    line-height: 1.75;
    color: #d7e1f0;
  }

  /* PROBLEMS */
  .aiq-problems-section {
    padding: 96px 0;
    background: #ffffff;
  }

  .aiq-problems-grid {
    display: grid;
    grid-template-columns: 1.04fr 0.96fr;
    gap: 42px;
    align-items: start;
  }

  .aiq-problems-left h2 {
    font-size: 44px;
    line-height: 1.12;
    letter-spacing: -0.02em;
    color: var(--aiq-heading);
    margin: 0 0 18px;
    max-width: 580px;
  }

  .aiq-problems-left p {
    font-size: 16px;
    line-height: 1.95;
    color: var(--aiq-muted);
    margin: 0 0 16px;
    max-width: 640px;
  }

  .aiq-problems-right {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .aiq-problem-item {
    background: linear-gradient(180deg, #f8fcfb 0%, #eef7f5 100%);
    border: 1px solid #dce8e7;
    border-radius: 16px;
    padding: 17px 18px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.65;
    color: var(--aiq-heading);
    box-shadow: var(--aiq-shadow-sm);
  }

  /* INSIGHTS */
  .aiq-insights-section {
    padding: 96px 0;
    background: #ffffff;
  }

  .aiq-insights-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  .aiq-insight-card {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
    border: 1px solid #e1e9f1;
    border-radius: 20px;
    min-height: 100%;
    overflow: hidden;
    box-shadow: var(--aiq-shadow-sm);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  }

  .aiq-insight-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--aiq-shadow-md);
  }

  .aiq-insight-image {
    aspect-ratio: 16/10;
    background:
      radial-gradient(circle at top left, rgba(29, 99, 98, 0.14), rgba(29, 99, 98, 0) 40%),
      linear-gradient(135deg, #e9f0f7, #f8fbfd);
  }

  .aiq-insight-content {
    padding: 24px;
  }

  .aiq-insight-content h3 {
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 1.35;
    color: var(--aiq-heading);
  }

  .aiq-insight-content p {
    margin: 0;
    font-size: 15px;
    line-height: 1.82;
    color: var(--aiq-muted);
  }

  /* READY CTA */
  .aiq-ready-section {
    padding: 96px 0;
    background: linear-gradient(180deg, #162033 0%, #0f1728 100%);
  }

  .aiq-ready-box {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 24px;
    padding: 52px 36px;
    box-shadow: 0 22px 44px rgba(0,0,0,0.14);
  }

  .aiq-ready-box .aiq-section-label {
    background: rgba(255,255,255,0.08);
    border-color: rgba(255,255,255,0.12);
    color: #e3ebff;
  }

  .aiq-ready-box .aiq-section-label::before {
    background: #8fb1ff;
  }

  .aiq-ready-box h2 {
    margin: 0 0 14px;
    font-size: 44px;
    line-height: 1.14;
    letter-spacing: -0.02em;
    color: #ffffff;
  }

  .aiq-ready-box p {
    margin: 0 auto 24px;
    max-width: 780px;
    font-size: 16px;
    line-height: 1.9;
    color: #ccd6e9;
  }

  .aiq-ready-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
  }

  /* NEWSLETTER */
  .aiq-newsletter-section {
    padding: 96px 0;
    background: #f6f9fc;
  }

  .aiq-newsletter-box {
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
    background: #ffffff;
    border: 1px solid #e1e9f1;
    border-radius: 24px;
    padding: 54px 34px;
    box-shadow: var(--aiq-shadow-md);
  }

  .aiq-newsletter-box h2 {
    margin: 0 0 14px;
    font-size: 40px;
    line-height: 1.15;
    color: var(--aiq-heading);
  }

  .aiq-newsletter-box p {
    margin: 0 0 22px;
    font-size: 16px;
    line-height: 1.9;
    color: var(--aiq-muted);
  }

  .aiq-newsletter-note {
    margin-top: 14px;
    font-size: 13px;
    color: #7a879b;
  }

  /* RESPONSIVE */
  @media (max-width: 1100px) {
    .aiq-hero-grid,
    .aiq-trusted-grid,
    .aiq-problems-grid {
      grid-template-columns: 1fr;
    }

    .aiq-journey-grid,
    .aiq-service-area-grid,
    .aiq-how-grid,
    .aiq-region-stats,
    .aiq-services-grid,
    .aiq-experts-grid,
    .aiq-disciplines-grid,
    .aiq-insights-grid {
      grid-template-columns: repeat(2, 1fr);
    }

    .aiq-why-grid {
      grid-template-columns: repeat(2, 1fr);
    }

    .aiq-hero-content h1 {
      font-size: 52px;
    }

    .aiq-hero-image {
      min-height: 520px;
    }

    .aiq-hero-image img {
      min-height: 520px;
    }

    .aiq-problems-left h2,
    .aiq-ready-box h2 {
      font-size: 38px;
    }

    .aiq-experts-menu {
      gap: 24px;
    }

    .aiq-experts-menu a {
      font-size: 17px;
    }
  }

  @media (max-width: 767px) {
    .aiq-container {
      padding: 0 18px;
    }

    .aiq-hero,
    .aiq-journey-section,
    .aiq-service-areas,
    .aiq-services-section,
    .aiq-how-section,
    .aiq-trusted-section,
    .aiq-why-section,
    .aiq-experts-section,
    .aiq-disciplines-section,
    .aiq-region-section,
    .aiq-problems-section,
    .aiq-insights-section,
    .aiq-ready-section,
    .aiq-newsletter-section {
      padding: 64px 0;
    }

    .aiq-hero-content h1,
    .aiq-section-head h2,
    .aiq-problems-left h2,
    .aiq-ready-box h2,
    .aiq-newsletter-box h2,
    .aiq-trusted-card h3 {
      font-size: 31px;
    }

    .aiq-journey-grid,
    .aiq-service-area-grid,
    .aiq-services-grid,
    .aiq-how-grid,
    .aiq-why-grid,
    .aiq-experts-grid,
    .aiq-disciplines-grid,
    .aiq-region-stats,
    .aiq-insights-grid,
    .aiq-trusted-grid,
    .aiq-problems-grid {
      grid-template-columns: 1fr;
    }

    .aiq-btn {
      width: 100%;
    }

    .aiq-hero-image {
      min-height: 400px;
    }

    .aiq-hero-image img {
      min-height: 400px;
    }

    .aiq-experts-menu {
      justify-content: flex-start;
      overflow-x: auto;
      flex-wrap: nowrap;
      padding-bottom: 10px;
      gap: 22px;
    }

    .aiq-experts-menu a {
      white-space: nowrap;
      font-size: 16px;
    }

    .aiq-expert-image {
      height: 280px;
    }

    .aiq-journey-card,
    .aiq-service-area-card,
    .aiq-service-card,
    .aiq-how-card,
    .aiq-why-card,
    .aiq-discipline-card,
    .aiq-region-stat,
    .aiq-trusted-card {
      min-height: auto;
    }

    .aiq-newsletter-box,
    .aiq-ready-box {
      padding: 36px 22px;
    }
  }
</style>/* End custom CSS */