body {
    font-family: "Radio Canada", sans-serif;
    color: #191E79;
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
  }

.skip-link:focus {
  left: 0;
  top: 0;
}

p, h1, h2, h3, h4, h5, h6, ul, ol, li, blockquote, pre, figure, figcaption {
    margin: 0;
    padding: 0;
}
  
  :root {
    --color-primary: #191E79;
    --color-accent: #d176f8;
    --color-light: #ffffff;
    --color-label: #191e79;
  }

  input,textarea {
    border: none;
    border-bottom: 2px solid #333;
    padding: 5px 0;
    outline: none;
  }

  h1,
  .heading-1 {
    font-family: "Bai Jamjuree", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 45px;
    line-height: 45px;
    text-transform: none;
    color: var(--color-primary);
  }
  
  h2,
  .heading-2 {
    font-family: "Bai Jamjuree", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    line-height: 45px;
    text-transform: none;
    color: var(--color-primary);
    max-width: 100%;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
  }
  
  .heading-2--light {
    color: var(--color-light);
  }

  .heading-2--small {
    font-size: 22px;
    line-height: 29px;
    color: var(--color-light);
  }
  
  h3,
  .heading-3 {
    font-family: "Bai Jamjuree", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    line-height: 31px;
    text-transform: none;
    color: var(--color-primary);
  }

  .heading-4 {
    font-family: "Radio Canada", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    line-height: 31px;
    text-transform: none;
    color: var(--color-light);
  }

  .heading-4--bold {
    line-height: 35px;
    font-weight: 700;
    color: var(--color-light);
  }
  
  .subtitle-1 {
    font-family: "Radio Canada", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    text-transform: none;
    color: var(--color-light);
  }
  
  .subtitle-1--dark {
    color: var(--color-primary);
  }
  
  .subtitle-2 {
    font-family: 'Andale Mono', sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 24px;
    text-transform: uppercase;
    color: var(--color-light);
  }
  
  .subtitle-2--dark {
    color: var(--color-primary);
  }

  .about-header{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
  }

  .about-header-line{
    width: 102px;
    height: 1px;
    background: #071564;
  }
  
  .body-1 {
    font-family: "Radio Canada", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    text-transform: none;
    color: var(--color-primary);
  }
  
  .body-2 {
    font-family: "Radio Canada", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    text-transform: none;
    color: var(--color-light);
  }

  .body-2-bold{
    font-weight: 400;
  }
  
  .body-3 {
    font-family: "Bai Jamjuree", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    text-transform: none;
    color: var(--color-light);
  }
  
  .body-3--dark {
    color: var(--color-primary);
  }
  
  .label {
    font-family: "Bai Jamjuree", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 36px;
    text-transform: uppercase;
    color: var(--color-label);
  }
  
  .button-text {
    font-family: "Bai Jamjuree", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
  }
  
  .button-outline-light {
    border: 1px solid var(--color-light);
    border-radius: 10px;
    padding: 10px 16px;
    background: transparent;
    color: var(--color-accent);
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
  }
  
  .button-outline-accent {
    border: 1px solid var(--color-accent);
    border-radius: 10px;
    padding: 10px 16px;
    background: transparent;
    color: var(--color-accent);
  }

  .header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    background: transparent;
    margin: 30px 25px 30px 25px;
  }

  .logo{
    width: 97px;
  }

  .logo-image{
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(12%) sepia(95%) saturate(3000%) hue-rotate(230deg) brightness(0.5) contrast(1.2);
  }

  .header-location{
    display: none;
    align-items: center;
    gap: 10px;
    color: #191E79;
    font-family: "Bai Jamjuree", sans-serif;
    font-size: 16px;
  }

  .header-location svg{
    flex-shrink: 0;
  }

  .hero{
    background-image: url('heroBackground.png');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 88vh;
    display: flex;
    flex-direction: column;
  }

  /* Hero typography in brand blue */
  .hero .header-location,
  .hero .heading-1,
  .hero .subtitle-1,
  .hero .subtitle-2 {
    color: #191E79;
  }

  .subtitle-2-hero{
    color: #191E79;
  }

  .subtitle-1-hero{
    color: #191E79;
  }

  .hero .button-outline-light{
    color: #191E79;
    border-color: #191E79;
  }

  .hero-content{
    padding: 100px 25px 50px 26px;
  }

  .hero-line{
    width: 102px;
    height: 1px;
    background: #191E79;
  }

  .why-choose-us{
    background-image: url('chooseUsBackground.png');
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    max-width: 100vw;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    padding: 80px 20px 110px 20px;
    text-wrap: wrap;
  }

  .why-choose-container {
    display: flex;
    flex-direction: column;
  }

  .why-choose-left {
    display: flex;
    flex-direction: column;
  }

  .why-choose-right {
    order: 3;
  }

  .why-choose-title {
    order: 2;
  }

  .why-choose-bottom-desktop {
    order: 4;
    display: none;
  }

  .why-choose-subtitle {
    order: 1;
  }

  .why-choose-items {
    display: flex;
    flex-direction: column;
  }

  .hero-subtitle-container{
    display: flex;
    flex-direction: column;
  }

  .section-about {
    padding: 50px 44px 90px 44px;
  }

  .section-what-we-do {
    padding: 80px 20px;
  }

  .section-process {
    background: #071564;
    padding: 80px 20px 30px 20px;
  }

  .section-process .heading-2--light,
  .section-process .heading-4,
  .section-process .heading-4--bold,
  .section-process .body-2,
  .section-process .subtitle-1 {
    color: #ffffff;
  }

  .section-contact {
    padding: 80px 20px;
  }

  .section-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('heroBackground.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 76px;
    color: #191E79;
  }

  .margin-top-22 {
    margin-top: 22px;
  }

  .margin-top-35 {
    margin-top: 35px;
  }

  .margin-top-50 {
    margin-top: 50px;
  }

  .margin-bottom-10 {
    margin-bottom: 10px;
  }

  .margin-bottom-20 {
    margin-bottom: 20px;
  }

  .margin-top-20 {
    margin-top: 20px;
  }

  .margin-top-40 {
    margin-top: 40px;
  }

  .subtitle-2-hero {
    margin: 5px 0 20px 0;
  }

  .subtitle-1-hero {
    margin-top: 50px;
  }

  .button-white-bg {
    background: white;
  }

  .button-submit {
    margin-top: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .divider {
    width: 100%;
    height: 1px;
    background: white;
    margin: 40px 0px;
  }

  .divider-small {
    width: 100%;
    height: 1px;
    background: white;
    margin: 10px 0px;
  }

  .service-item {
    margin-top: 50px;
  }

  .service-number {
    font-size: 70px;
    line-height: 90px;
    color: #191E79;
  }

  .service-title {
    margin: 20px 0px;
  }

  .process-item {
    margin-top: 50px;
  }

  .subtitle-1-scrum {
    font-size: 17px;
    margin: -9px 0px 0px 22px;
  }

  .why-choose-item {
    margin-top: 50px;
    gap: 10px;
    display: flex;
    flex-direction: column;
  }

  .heading-4-white {
    color: #191E79;
  }

  .form {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
  }

  .form-left-column {
    display: flex;
    flex-direction: column;
  }

  .form-right-column {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
  }

  .form-input {
    border-bottom: 1px solid #071564;
    width: 100%;
    margin-bottom: 30px;
  }

  .form-textarea {
    border-bottom: 1px solid #071564;
    width: 100%;
    height: 100px;
  }

  .footer-logo {
    height: 36px;
  }

  .subtitle-2-normal-weight {
    font-weight: 400;
  }

  .hero-arrow{
    display: none;
  }

  .why-choose-bottom-mobile{
    display: block;
    order: 5;
    margin-top: 50px;
    border-top: 1px solid white;
    padding-top: 50px;
  }

  .why-choose-subtitle-line{
    display: none
  }

  .what-we-do-arrow{
    display: none;
  }

  .process-title{
    text-decoration: underline;
  }

  .contact-title-line{
    display: none;
  }

  .just-desktop{
    display: none;
  }

  @media (min-width: 1024px) {
    .hero {
      padding: 80px 120px;
      background-position: center;
      max-width: 100vw;
      width: unset;
    }
    
    .hero-subtitle-container{
      flex-direction: row;
      align-items: center;
      gap: 10px;
      margin-bottom: 20px;
    }

    .hero-arrow{
      display: block;
      width: 26px;
      height: 26px;
    }

    .header-location{
      display: flex;
    }

    .subtitle-2-hero{
      margin: 0;
    }

    h1,
    .heading-1 {
      font-size: 90px;
      line-height: 85px;
    }

    .section-about{
      padding: 260px 150px;
      max-width: 77%;
      margin: 0 auto;
    }

    .margin-top-22 {
      text-indent: 65%;
    }

    .about-header{
      margin-bottom: -60px;
      width: 300px;
    }

    .why-choose-us{
      padding: 150px 150px 200px 150px;
      background-position: bottom;
      background-size: 250%;
      min-height: unset;
    }

    .why-choose-container {
      flex-direction: row;
      gap: 80px;
      align-items: flex-start;
    }

    .why-choose-left {
      flex: 1;
      flex-direction: column;
      align-self: stretch;
      justify-content: space-between;
      max-width: 35%;
    }

    .why-choose-left .why-choose-title {
      order: 1;
    }

    .why-choose-left .why-choose-bottom-desktop {
      order: 2;
      display: block;
      margin-top: auto;
      max-width: 75%;
    }

    .why-choose-bottom-mobile{
      display: none;
    }

    .why-choose-left .why-choose-subtitle {
      order: 3;
    }

    .why-choose-right {
      flex: 1;
      order: 0;
    }

    .why-choose-item {
      border-left: 1px solid white;
      padding-left: 20px;
    }

    h2,
    .heading-2{
      font-size: 60px;
      line-height: 45px;
    }

    .why-choose-title{
      width: 400px;
      text-wrap: wrap;
    }

    .why-choose-subtitle{
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 40px;
      margin-top: 20px;
    }

    .why-choose-subtitle-line{
      display: block;
      width: 102px;
      height: 1px;
      background: white;
    }

    .what-we-do-title-container{
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
    }
    .heading-2-what-we-do{
      font-size: 110px;
      line-height: 90px;
      text-decoration: underline;
      font-weight: 400;
    }

    .what-we-do-arrow{
      display: block;
    }

    .margin-top-35{
      width: 412px;
    }

    .what-we-do-content-container{
      display: flex;
      flex-direction: row;
      align-items: flex-end;
      gap: 20px;
    }

    .section-what-we-do{
      padding: 150px;
    }

    .what-we-do-services-container{
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      margin-top: 150px;
      gap: 50px;
    }

    .service-number{
      font-size: 110px;
      line-height: 90px;
      margin-bottom: 120px;
    }

    .service-item{
      width: 466px;
    }

    .process-title{
      font-size: 110px;
      line-height: 100px;
      text-decoration: none;
      font-weight: 400;
      width: 500px;
      text-wrap: wrap;
      min-width: 500px;
    }

    .section-process{
      padding: 150px;
      display: flex;
      flex-direction: row;
      gap:50px;
    }

    .section-contact{
      display: flex;
      flex-direction: row;
    }

    .divider-small{
      margin: 40px 0px;
    }

    .contact-title-container{
      display: flex;
      flex-direction: row;
    }

    .contact-title-line{
      width: 102px;
      height: 1px;
      background: #071564;
      display: block;
      margin-top: 10px;
      margin-left: 10px;
    }

    .section-contact{
      justify-content: space-between;
      padding: 250px 150px 140px 150px
    }

    .contact-title{
      text-align: right;
    }

    .contact-content{
      margin-top: 40px;
      width: 550px;
      text-align: right;
      justify-self: flex-end;
    }

    .form {
      flex-direction: row;
      gap: 50px;
      align-items: flex-start;
      position: relative;
      min-height: 450px;
    }

    .form-left-column {
      flex: 1;
      max-width: 300px;
    }

    .form-right-column {
      flex: 1;
      margin-top: 0;
      display: flex;
      flex-direction: column;
      height: 100%;
      justify-content: flex-start;
    }

    .form-textarea {
      height: 300px;
      min-height: 300px;
      border-bottom: 1px solid #071564;
      resize: none;
    }

    .button-submit {
      position: absolute;
      bottom: 0;
      right: 0;
      width: auto;
      margin-top: 0;
    }

    .header-content{
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 31px;
    }

    .button-white-bg{
      color: #191E79;
      background: transparent;
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 10px;
    }

  .just-desktop{
    display: block;
  }

  .section-footer{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px 150px;
    width: unset;
    color: #191E79;

  }

  .column-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
  .footer-logo-items-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
  }

  .footer-logo-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
  }

  .notification {
    position: fixed;
    top: 20px;
    right: 20px;
    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    z-index: 10000;
    transform: translateX(450px);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    max-width: 400px;
    cursor: pointer;
  }

  .notification.show {
    transform: translateX(0);
  }

  .notification-content {
    display: flex;
    align-items: flex-start;
    gap: 15px;
  }

  .notification-icon {
    font-size: 24px;
    flex-shrink: 0;
  }

  .notification-title {
    margin: 0 0 5px 0;
    font-weight: 600;
    font-size: 16px;
    color: #071564;
  }

  .notification-text {
    margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 1.4;
  }

  .success-notification {
    border-left: 4px solid #4CAF50;
  }

  .error-notification {
    border-left: 4px solid #f44336;
  }

  /* Responsive */
  @media (max-width: 768px) {
    .notification {
      right: 10px;
      left: 10px;
      max-width: none;
      top: 10px;
    }
  }
}
