:root {
      --brickline-red: #A32020;
      --brickline-dark: #1a1a1a;
      --brickline-grey: #231F20;
      --white: #ffffff;
      --soft-grey: #f6f6f6;
      --light-beige: #faf7f2;
      --warm-bg: #f4efe9;
    }

    * {
      box-sizing: border-box;
    }

    html, body {
      overflow-x: hidden;
    }

    body, h1, h2, h3, h4, h5, h6, .nav-link, .btn-banner-cta, .btn-nav, .top-contact-bar {
      font-family: 'DM Sans', sans-serif !important;
    }

    body {
      color: var(--brickline-dark);
      line-height: 1.7;
      background: #fff;
      margin: 0;
      padding: 0;
    }

    h1, h2, h3, h4, h5 {
      font-weight: 800;
    }

    img, video {
      max-width: 100%;
      display: block;
    }

    .section-tag {
      color: var(--brickline-red);
      text-transform: uppercase;
      font-weight: 800;
      letter-spacing: 2px;
      font-size: 13px;
      display: inline-block;
      margin-bottom: 14px;
    }

    .section-title {
      font-size: clamp(2rem, 4vw, 3.2rem);
      margin-bottom: 15px;
    }

    .section-subtext {
      color: #666;
      max-width: 760px;
      margin: 0 auto;
    }

    /* HEADER */
    .site-header {
      background: #fff;
      border-bottom: 1px solid rgba(0,0,0,0.06);
      position: sticky;
      top: 0;
      z-index: 1200;
      transition: transform 0.35s ease;
    }

    .site-header.hide-header {
      transform: translateY(-100%);
    }

    .main-navbar {
      padding: 10px 0;
    }

    .navbar-brand img {
      height: 54px;
      width: auto;
    }

    .navbar .nav-link {
      color: var(--brickline-dark) !important;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 13px;
      letter-spacing: 1px;
      padding: 10px 14px !important;
    }

    .navbar .nav-link.active {
      color: var(--brickline-red) !important;
    }

    .navbar-toggler {
      border: 0;
      padding: 6px 8px;
    }

    .navbar-toggler:focus {
      box-shadow: none;
    }

    .navbar-toggler-icon {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(26,26,26,0.95)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    .nav-item.dropdown {
      position: relative;
    }

    .dropdown-menu {
      border-radius: 14px;
      border: 0;
      box-shadow: 0 18px 40px rgba(0,0,0,0.10);
      padding: 10px;
    }

    .dropdown-item {
      font-weight: 700;
      border-radius: 10px;
      padding: 10px 12px;
    }

    .dropdown-item:hover {
      background: rgba(163,32,32,0.08);
      color: var(--brickline-dark);
    }

    .btn-nav {
      display: inline-block;
      background: var(--brickline-red);
      color: var(--white);
      padding: 12px 18px;
      font-size: 13px;
      font-weight: 800;
      text-transform: uppercase;
      text-decoration: none;
      border-radius: 10px;
      transition: 0.3s;
      letter-spacing: 1px;
      white-space: nowrap;
    }

    .btn-nav:hover {
      background: var(--brickline-dark);
      color: #fff;
      transform: translateY(-2px);
    }

    /* HERO */
    .hero-section {
      position: relative;
      min-height: calc(100vh - 120px);
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 80px 0;
    }

    #hero-video {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: -2;
    }

    .hero-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(0,0,0,0.50), rgba(0,0,0,0.72));
      z-index: -1;
    }

    .hero-content {
      position: relative;
      z-index: 1;
      color: var(--white);
      max-width: 1080px;
      padding: 0 20px;
    }

    .hero-content h1 {
      font-size: clamp(2.2rem, 7vw, 5rem);
      line-height: 1.08;
      margin-bottom: 22px;
    }

    .hero-content h1 span {
      color: var(--brickline-red);
    }

    .hero-content p {
      font-size: clamp(1rem, 2vw, 1.25rem);
      margin: 0 auto;
      max-width: 860px;
      opacity: 0.96;
    }

    /* TRUST STRIP */
    .trust-strip {
      padding: 34px 0 40px;
      background: linear-gradient(135deg, #f6f0e9 0%, #efe3d8 50%, #f7f2ec 100%);
      position: relative;
      overflow: hidden;
      border-top: 1px solid rgba(0,0,0,0.04);
      border-bottom: 1px solid rgba(0,0,0,0.04);
    }

    .trust-strip::before {
      content: "";
      position: absolute;
      width: 320px;
      height: 320px;
      border-radius: 50%;
      top: -140px;
      right: -90px;
      background: rgba(163,32,32,0.08);
      filter: blur(8px);
    }

    .trust-strip::after {
      content: "";
      position: absolute;
      width: 260px;
      height: 260px;
      border-radius: 50%;
      bottom: -120px;
      left: -70px;
      background: rgba(35,31,32,0.06);
      filter: blur(8px);
    }

    .trust-wrap {
      position: relative;
      z-index: 2;
    }

    .trust-heading {
      text-align: center;
      color: var(--brickline-dark);
      margin-bottom: 28px;
    }

    .trust-heading p {
      color: #6d6259;
      margin: 8px 0 0;
    }

    .trust-card {
      background: rgba(255,255,255,0.80);
      border: 1px solid rgba(163,32,32,0.10);
      border-radius: 22px;
      padding: 30px 22px;
      text-align: center;
      height: 100%;
      transition: all 0.3s ease;
      box-shadow: 0 12px 28px rgba(0,0,0,0.06);
      backdrop-filter: blur(3px);
    }

    .trust-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 18px 36px rgba(0,0,0,0.10);
    }

    .trust-icon {
      width: 62px;
      height: 62px;
      margin: 0 auto 18px;
      border-radius: 18px;
      background: rgba(163,32,32,0.10);
      color: var(--brickline-red);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.35rem;
    }

    .trust-number {
      font-size: clamp(2.2rem, 4vw, 3rem);
      font-weight: 900;
      line-height: 1;
      color: var(--brickline-dark);
      margin-bottom: 10px;
    }

    .trust-number .plus {
      color: var(--brickline-red);
    }

    .trust-label {
      color: #574f49;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 1px;
      text-transform: uppercase;
      line-height: 1.5;
    }

    /* ABOUT */
    .about-section {
      padding: 110px 0 90px;
      background: #fff;
    }

    .about-grid {
      display: flex;
      align-items: center;
      gap: 50px;
      flex-wrap: wrap;
    }

    .about-img-box {
      flex: 0 0 45%;
      min-width: 320px;
    }

    .about-img-box img {
      width: 100%;
      border-radius: 12px;
      box-shadow: 22px 22px 0px var(--brickline-red);
      object-fit: cover;
    }

    .about-text-box {
      flex: 1;
      min-width: 320px;
    }

    .about-title {
      font-size: clamp(2rem, 4vw, 3rem);
      margin-bottom: 22px;
    }

    .highlight-contact {
      margin-top: 28px;
      padding: 18px 22px;
      background: #f8f8f8;
      border-left: 4px solid var(--brickline-red);
      border-radius: 0 12px 12px 0;
    }

    /* SHOWCASE */
    .showcase-section {
      padding: 110px 0;
      background: var(--soft-grey);
    }

    .category-block {
      margin-top: 52px;
    }

    .category-head {
      margin-bottom: 24px;
    }

    .category-head h3 {
      font-size: 2rem;
      margin-bottom: 6px;
    }

    .category-head p {
      color: #666;
      max-width: 760px;
      margin: 0;
    }

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

    .showcase-card {
      background: #fff;
      border-radius: 22px;
      overflow: hidden;
      box-shadow: 0 16px 40px rgba(0,0,0,0.08);
      height: 100%;
      transition: .3s ease;
      min-width: 0;
    }

    .showcase-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 24px 52px rgba(0,0,0,0.12);
    }

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

    .showcase-content {
      padding: 28px 24px;
    }

    .showcase-content h4 {
      font-size: 1.3rem;
      margin-bottom: 10px;
    }

    .showcase-content p {
      color: #666;
      margin-bottom: 18px;
    }

    .showcase-link {
      color: var(--brickline-red);
      font-weight: 800;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 13px;
      letter-spacing: .8px;
    }

    .showcase-link:hover {
      color: var(--brickline-dark);
    }

    #projects .showcase-card {
      position: relative;
    }

    #projects .showcase-link {
      opacity: 0;
      transform: translateY(8px);
      transition: opacity .28s ease, transform .28s ease, color .2s ease;
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }

    #projects .showcase-card:hover .showcase-link,
    #projects .showcase-card:focus-within .showcase-link {
      opacity: 1;
      transform: translateY(0);
    }

    /* AUTO SCROLL SLIDER */
    .scroll-row {
      display: flex;
      gap: 24px;
      overflow-x: auto;
      overflow-y: hidden;
      scroll-behavior: auto;
      padding-bottom: 0;
      -ms-overflow-style: none;
      scrollbar-width: none;
      cursor: grab;
    }

    .scroll-row:active {
      cursor: grabbing;
    }

    .scroll-row::-webkit-scrollbar {
      display: none;
    }

    .scroll-card-3 {
      flex: 0 0 calc(33.333% - 16px);
      min-width: 320px;
    }

    /* WHY US */
    .why-us-section {
      padding: 110px 0;
      background: #fff;
    }

    .why-card {
      background: rgba(255,255,255,0.95);
      border: 1px solid rgba(0,0,0,0.06);
      border-radius: 18px;
      box-shadow: 0 16px 42px rgba(0,0,0,0.08);
      padding: 30px 24px;
      height: 100%;
      transition: all 0.3s ease;
    }

    .why-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 22px 55px rgba(0,0,0,0.12);
    }

    .why-icon {
      width: 60px;
      height: 60px;
      border-radius: 16px;
      background: rgba(163,32,32,0.10);
      color: var(--brickline-red);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.35rem;
      margin-bottom: 18px;
    }

    .why-card h4 {
      font-size: 1.2rem;
      margin-bottom: 12px;
    }

    .why-card p {
      color: #666;
      margin-bottom: 0;
    }

    /* TESTIMONIALS */
    .testimonials-section {
      padding: 110px 0;
      background: var(--soft-grey);
    }

    .testimonial-card {
      background: #fff;
      border-radius: 18px;
      padding: 34px 28px;
      box-shadow: 0 16px 40px rgba(0,0,0,0.08);
      border: 1px solid rgba(0,0,0,0.05);
      height: 100%;
      position: relative;
    }

    .testimonial-card::before {
      content: "\f10d";
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      position: absolute;
      top: 20px;
      right: 22px;
      font-size: 28px;
      color: rgba(163,32,32,0.12);
    }

    .testimonial-stars {
      color: #f4b400;
      margin-bottom: 14px;
      font-size: 14px;
    }

    .testimonial-card p {
      color: #5f5f5f;
      margin-bottom: 18px;
    }

    .testimonial-author {
      font-weight: 800;
      margin-bottom: 3px;
    }

    .testimonial-role {
      color: #888;
      font-size: 14px;
      margin-bottom: 0;
    }

    /* MISSION / COMMITMENT */
    .mission-vision-section {
      padding: 0 0 110px;
      background: var(--soft-grey);
    }

    .mv-card {
      background: #fff;
      border: 1px solid rgba(0,0,0,0.06);
      border-radius: 22px;
      padding: 36px 30px;
      box-shadow: 0 16px 42px rgba(0,0,0,0.06);
      height: 100%;
      position: relative;
      overflow: hidden;
    }

    .mv-card::after {
      content: "";
      position: absolute;
      right: -50px;
      top: -50px;
      width: 150px;
      height: 150px;
      background: radial-gradient(circle, rgba(163,32,32,0.12), rgba(163,32,32,0));
    }

    .mv-icon {
      width: 68px;
      height: 68px;
      border-radius: 18px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: rgba(163,32,32,0.10);
      color: var(--brickline-red);
      font-size: 1.5rem;
      margin-bottom: 20px;
      position: relative;
      z-index: 1;
    }

    .mv-card h3 {
      font-size: 1.7rem;
      margin-bottom: 14px;
      position: relative;
      z-index: 1;
    }

    .mv-card p {
      color: #666;
      margin-bottom: 0;
      position: relative;
      z-index: 1;
    }

    /* WORKFLOW */
    .process-flow-container {
      background: #fff;
      padding: 110px 0;
      position: relative;
      overflow: hidden;
    }

    .process-flow-container::before {
      content: "";
      position: absolute;
      top: -140px;
      right: -140px;
      width: 420px;
      height: 420px;
      background: radial-gradient(circle at 35% 35%, rgba(163,32,32,0.18), rgba(163,32,32,0));
      pointer-events: none;
    }

    .workflow-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 22px;
      margin-top: 45px;
    }

    .wf-grid-card {
      background: linear-gradient(180deg, #ffffff, #fbfbfb);
      border: 1px solid rgba(0,0,0,0.06);
      border-radius: 22px;
      padding: 24px 20px;
      box-shadow: 0 14px 34px rgba(0,0,0,0.06);
      transition: .3s ease;
      height: 100%;
    }

    .wf-grid-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 20px 42px rgba(0,0,0,0.10);
    }

    .wf-step {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 54px;
      height: 34px;
      padding: 0 12px;
      border-radius: 999px;
      background: rgba(163,32,32,0.12);
      color: var(--brickline-red);
      font-weight: 900;
      font-size: 12px;
      letter-spacing: 1px;
      margin-bottom: 18px;
    }

    .wf-grid-card:nth-child(even) .wf-step {
      background: rgba(35,31,32,0.1);
      color: var(--brickline-grey);
    }

    .wf-grid-icon {
      width: 58px;
      height: 58px;
      border-radius: 18px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.35rem;
      color: #fff;
      background: var(--brickline-red);
      box-shadow: 0 12px 30px rgba(163,32,32,0.22);
      margin-bottom: 18px;
    }

    .wf-grid-card:nth-child(even) .wf-grid-icon {
      background: var(--brickline-grey);
      box-shadow: 0 12px 30px rgba(35,31,32,0.18);
    }

    .wf-grid-card h5 {
      font-size: 1.06rem;
      margin-bottom: 10px;
      text-transform: uppercase;
      letter-spacing: .5px;
    }

    .wf-grid-card p {
      color: #666;
      margin-bottom: 0;
      font-size: 14px;
    }

    /* FAQ */
    .faq-section {
      padding: 110px 0;
      background: var(--soft-grey);
    }

    .faq-section .faq-wrap {
      background: rgba(255,255,255,0.92);
      border: 1px solid rgba(0,0,0,0.06);
      border-radius: 18px;
      box-shadow: 0 16px 45px rgba(0,0,0,0.08);
      padding: 30px;
    }

    .accordion-button {
      font-weight: 800;
      letter-spacing: .2px;
    }

    .accordion-button:not(.collapsed) {
      color: var(--brickline-dark);
      background: rgba(163,32,32,0.08);
      box-shadow: none;
    }

    .accordion-button:focus {
      box-shadow: none;
      border-color: rgba(163,32,32,0.25);
    }

    .faq-badge {
      display: inline-block;
      padding: 7px 12px;
      border-radius: 999px;
      background: rgba(163,32,32,0.10);
      color: var(--brickline-red);
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: 1.5px;
      font-size: 12px;
    }

    /* CTA */
    .cta-section {
      padding: 95px 0;
      background: linear-gradient(135deg, #1f1f1f 0%, #2a2a2a 100%);
      color: #fff;
      text-align: center;
    }

    .cta-section h2 {
      font-size: clamp(2rem, 4vw, 3rem);
      margin-bottom: 15px;
    }

    .cta-section p {
      color: rgba(255,255,255,0.82);
      max-width: 760px;
      margin: 0 auto 28px;
    }

    .btn-banner-cta {
      background: var(--brickline-red);
      color: var(--white);
      padding: 14px 35px;
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      text-decoration: none;
      display: inline-block;
      transition: 0.3s;
      border-radius: 8px;
      border: none;
      width: fit-content;
      letter-spacing: .7px;
    }

    .btn-banner-cta:hover {
      background: var(--brickline-dark);
      color: white;
      transform: translateY(-3px);
    }

    /* FOOTER */
    .main-footer {
      background: var(--brickline-dark);
      color: #fff;
      padding: 80px 0 0;
    }

    .footer-top {
      border-bottom: 1px solid rgba(255,255,255,0.05);
      padding-bottom: 50px;
    }

    .footer-logo {
      max-width: 180px;
      margin-bottom: 25px;
    }

    .footer-title {
      font-size: 1.1rem;
      color: var(--white);
      margin-bottom: 25px;
      position: relative;
      padding-bottom: 10px;
      text-transform: uppercase;
      letter-spacing: 1px;
    }

    .footer-title::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 40px;
      height: 2px;
      background: var(--brickline-red);
    }

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

    .footer-links li {
      margin-bottom: 12px;
    }

    .footer-links a {
      color: #999;
      text-decoration: none;
      transition: 0.3s;
      font-size: 15px;
    }

    .footer-links a:hover {
      color: var(--brickline-red);
      padding-left: 5px;
    }

    .footer-bottom {
      background: #111;
      padding: 25px 0;
      text-align: center;
      color: #666;
      font-size: 14px;
    }

    .social-circle {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: #222;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      text-decoration: none;
      transition: 0.3s;
      margin-right: 10px;
    }

    .social-circle:hover {
      background: var(--brickline-red);
      transform: translateY(-3px);
    }

    .white-popup {
      background: #FFF;
      padding: 45px;
      max-width: 600px;
      margin: 20px auto;
      border-top: 8px solid var(--brickline-red);
      border-radius: 10px;
      position: relative;
    }

    /* LARGE MONITORS */
    @media (min-width: 1600px) {
      .container {
        max-width: 1420px;
      }

      .hero-section {
        min-height: 820px;
      }

      .showcase-card img {
        height: 290px;
      }
    }

    /* TABLET */
    @media (max-width: 1199px) {
      .showcase-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .workflow-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .scroll-card-3 {
        flex: 0 0 calc(50% - 12px);
      }
    }

    @media (max-width: 991.98px) {
      .main-navbar {
        padding: 10px 0;
      }

      .navbar-brand img {
        height: 54px;
      }

      .navbar-collapse {
        background: #fff;
        padding: 16px;
        border-radius: 16px;
        margin-top: 12px;
        box-shadow: 0 18px 40px rgba(0,0,0,0.10);
      }

      .navbar .nav-link {
        padding: 10px 8px !important;
      }

      .hero-section {
        min-height: 78vh;
        padding: 70px 0;
      }

      .hero-content h1 {
        font-size: clamp(2rem, 8vw, 3.8rem);
      }

      .about-grid {
        gap: 34px;
      }

      .about-img-box,
      .about-text-box {
        min-width: unset;
        width: 100%;
        flex: 1 1 100%;
      }

      .about-img-box img {
        box-shadow: 14px 14px 0 var(--brickline-red);
      }
    }

    /* MOBILE */
    @media (max-width: 767.98px) {
      .navbar-brand img {
        height: 46px;
      }

      .btn-nav {
        display: inline-block;
        width: 100%;
        text-align: center;
        margin-top: 8px;
      }

      .hero-section {
        min-height: 72vh;
        padding: 56px 0;
      }

      .hero-content {
        padding: 0 16px;
      }

      .hero-content h1 {
        font-size: clamp(2rem, 10vw, 3rem);
        line-height: 1.12;
        margin-bottom: 16px;
      }

      .hero-content p {
        font-size: 1rem;
        line-height: 1.7;
      }

      .showcase-grid {
        grid-template-columns: 1fr;
      }

      .scroll-card-3 {
        flex: 0 0 88%;
        min-width: 280px;
      }

      .workflow-grid {
        grid-template-columns: 1fr;
      }

      .faq-section .faq-wrap,
      .mv-card,
      .why-card,
      .testimonial-card,
      .trust-card,
      .showcase-card {
        border-radius: 18px;
      }

      .cta-section h2 {
        font-size: 2rem;
      }

      .footer-top .row > div {
        margin-bottom: 24px;
      }

      .white-popup {
        padding: 28px 20px;
      }
    }

/* Final home page tuning */
.hero-content h1 {
  font-size: clamp(2rem, 6.2vw, 4.35rem);
}

.hero-content p {
  font-size: clamp(0.95rem, 1.7vw, 1.08rem);
  max-width: 800px;
}
