@media (max-width: 1180px) {
  .header-quick-info {
    gap: 18px;
  }

  .header-info-item:nth-child(3) {
    display: none;
  }

  .main-nav>a,
  .nav-drop-toggle {
    padding-left: 13px;
    padding-right: 13px;
  }

  .industry-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .industry-item:last-child {
    grid-column: span 2;
  }

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

  .commitment-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .commitment-grid article:nth-child(4),
  .commitment-grid article:nth-child(5) {
    min-height: 190px;
  }
}

@media (max-width: 1024px) {
  .container {
    width: min(100% - 34px, 1180px);
  }

  .header-info-item:nth-child(2) {
    display: none;
  }

  .brand img {
    width: 205px;
  }

  .main-nav>a,
  .nav-drop-toggle {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .nav-tools {
    gap: 7px;
  }

  .nav-cta {
    padding-left: 12px;
    padding-right: 12px;
  }

  .hero-copy {
    width: min(680px, 66%);
  }

  .hero-mini-panel {
    width: 230px;
    flex-basis: 230px;
  }

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

  .quick-strip-grid>div:nth-child(2)::after {
    display: none;
  }

  .quick-strip-grid>div:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }

  .split-layout,
  .why-layout {
    gap: 46px;
  }

  .about-image-frame img {
    height: 420px;
  }

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

  .process-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 28px 14px;
  }

  .process-grid::before {
    display: none;
  }

  .testimonial-card {
    flex-basis: calc((100% - 20px) / 2);
  }

  .quote-grid {
    gap: 42px;
  }

  .faq-layout {
    gap: 45px;
  }

  .footer-grid {
    grid-template-columns: 1.15fr .7fr .9fr;
  }

  .footer-contact {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  html {
    scroll-padding-top: 74px;
  }

  .topbar-left {
    display: none;
  }

  .topbar-inner {
    justify-content: center;
  }

  .site-header.scrolled .header-main {
    max-height: 78px;
    opacity: 1;
    transform: none;
  }

  .header-main {
    max-height: none;
    overflow: visible;
  }

  .header-main-inner {
    min-height: 74px;
  }

  .header-quick-info {
    display: none;
  }

  .brand img {
    width: 190px;
  }

  .menu-toggle {
    display: flex;
  }

  .nav-bar {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #fff;
    box-shadow: 0 18px 36px rgba(6, 40, 61, .16);
  }

  .nav-bar.open {
    display: block;
  }

  .nav-shell {
    min-height: 0;
    display: block;
    padding-top: 10px;
    padding-bottom: 12px;
  }

  .main-nav {
    display: block;
  }

  .main-nav>a,
  .nav-drop-toggle {
    width: 100%;
    min-height: 44px;
    justify-content: space-between;
    padding: 10px 12px;
    border-radius: 8px;
    color: var(--ink);
    font-size: 12px;
  }

  .main-nav>a::after,
  .nav-drop-toggle::after {
    display: none;
  }

  .main-nav>a:hover,
  .main-nav>a.active,
  .nav-drop-toggle:hover,
  .nav-dropdown.open .nav-drop-toggle {
    color: var(--brand-blue);
    background: #eff9fc;
  }

  .nav-dropdown {
    display: block;
  }

  .nav-dropdown:hover .nav-submenu,
  .nav-dropdown:focus-within .nav-submenu {
    opacity: 0;
    visibility: hidden;
    transform: none;
  }

  .nav-dropdown.open .nav-submenu {
    opacity: 1;
    visibility: visible;
  }

  .nav-submenu {
    position: static;
    width: auto;
    display: none;
    margin: 2px 0 6px;
    padding: 7px 8px;
    border: 0;
    border-radius: 10px;
    background: #f6fafc;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .nav-dropdown.open .nav-submenu {
    display: block;
  }

  .nav-submenu::before {
    display: none;
  }

  .nav-submenu a {
    padding: 9px 10px;
  }

  .nav-tools {
    margin-top: 8px;
    padding: 8px 0 0;
    border-top: 1px solid var(--line);
  }

  .nav-search {
    width: 42px;
    height: 42px;
    color: var(--brand-blue);
    border-color: #cfe2e9;
    background: #f7fbfc;
  }

  .nav-cta {
    flex: 1;
    min-height: 42px;
    color: #fff;
    background: var(--brand-gradient);
  }

  .hero,
  .hero-slider,
  .hero-slide>img {
    min-height: 620px;
  }

  .hero-copy {
    width: min(700px, 78%);
  }

  .hero-mini-panel {
    display: none;
  }

  .hero h1 {
    font-size: clamp(40px, 6.4vw, 58px);
  }

  .hero-arrow.prev {
    left: 10px;
  }

  .hero-arrow.next {
    right: 10px;
  }

  .section {
    padding: 78px 0;
  }

  .split-layout {
    grid-template-columns: 1fr;
  }

  .about-media {
    max-width: 720px;
    margin: 0 auto;
  }

  .about-image-frame img {
    height: 430px;
  }

  .about-content {
    max-width: 760px;
  }

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

  .stat-item:nth-child(2)::after {
    display: none;
  }

  .stat-item:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255, 255, 255, .24);
  }

  .why-layout {
    grid-template-columns: 1fr;
  }

  .why-media {
    max-width: 700px;
    min-height: 440px;
  }

  .why-media>img {
    height: 440px;
  }

  .industry-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .process-grid {
    grid-template-columns: repeat(3, 1fr);
  }

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

  .quote-copy {
    max-width: 760px;
  }

  .faq-layout {
    grid-template-columns: 1fr;
  }

  .faq-intro {
    position: static;
    max-width: 720px;
  }

  .contact-cta-inner {
    flex-wrap: wrap;
  }

  .contact-cta-actions {
    width: 100%;
    padding-left: 88px;
  }
}

@media (max-width: 767px) {
  .container {
    width: min(100% - 28px, 1180px);
  }

  .topbar {
    display: none;
  }

  .header-main-inner {
    min-height: 68px;
  }

  .brand img {
    width: 172px;
  }

  .menu-toggle {
    width: 41px;
    height: 41px;
    border-radius: 10px;
  }

  .site-header.scrolled .header-main {
    max-height: 72px;
  }

  .nav-bar {
    top: 100%;
  }

  .hero,
  .hero-slider,
  .hero-slide>img {
    min-height: 570px;
  }

  .hero-slide>img {
    object-position: 60% center;
  }

  .hero-slide:nth-child(2)>img {
    object-position: 63% center;
  }

  .hero-slide:nth-child(3)>img {
    object-position: 72% center;
  }

  .hero-overlay {
    background: linear-gradient(90deg, rgba(3, 20, 34, .95) 0%, rgba(4, 36, 57, .88) 62%, rgba(5, 54, 78, .52) 100%);
  }

  .hero-copy {
    width: calc(100% - 36px);
    margin-left: 18px;
  }

  .hero h1 {
    font-size: 40px;
  }

  .hero p {
    font-size: 14px;
  }

  .hero-kicker {
    margin-bottom: 14px;
    font-size: 9px;
  }

  .hero-trust-row {
    gap: 16px;
    margin-top: 26px;
  }

  .hero-trust-row>div {
    gap: 6px;
  }

  .hero-trust-row i {
    font-size: 17px;
  }

  .hero-trust-row strong {
    font-size: 14px;
  }

  .hero-trust-row small {
    font-size: 11px;
  }

  .hero-arrow {
    width: 37px;
    height: 37px;
    font-size: 12px;
    opacity: .82;
  }

  .hero-arrow.prev {
    left: 5px;
  }

  .hero-arrow.next {
    right: 5px;
  }

  .hero-dots {
    bottom: 17px;
  }

  .hero-orb {
    display: none;
  }

  .quick-strip-grid {
    grid-template-columns: 1fr 1fr;
  }

  .quick-strip-grid>div {
    min-height: 92px;
    padding: 14px 12px;
    gap: 9px;
  }

  .quick-strip-grid i {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
    font-size: 16px;
  }

  .quick-strip-grid>div:nth-child(odd)::after {
    display: block;
  }

  .quick-strip-grid>div:nth-child(even)::after {
    display: none;
  }

  .quick-strip-grid strong {
    font-size: 12px;
  }

  .quick-strip-grid small {
    font-size: 11px;
  }

  .section {
    padding: 66px 0;
  }

  .section-heading {
    margin-bottom: 34px;
  }

  .section-heading h2,
  .faq-intro h2,
  .quote-copy h2 {
    font-size: 31px;
  }

  .heading-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 32px;
  }

  .about-media {
    padding-right: 0;
  }

  .about-image-frame img {
    height: 340px;
  }

  .about-badge {
    right: 8px;
    top: 24px;
  }

  .about-floating-card {
    left: 18px;
    width: calc(100% - 54px);
  }

  .about-feature-grid {
    grid-template-columns: 1fr;
  }

  .product-grid,
  .service-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .product-image {
    height: 240px;
  }

  .product-body p {
    min-height: 0;
  }

  .service-card {
    min-height: 0;
  }

  .service-card p {
    min-height: 0;
  }

  .stat-item {
    min-height: 140px;
  }

  .stat-item strong {
    font-size: 30px;
  }

  .why-list {
    grid-template-columns: 1fr;
  }

  .why-media {
    min-height: 380px;
  }

  .why-media>img {
    height: 380px;
  }

  .why-bubble {
    width: 96px;
    height: 96px;
  }

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

  .industry-item:last-child {
    grid-column: 1 / -1;
  }

  .industry-item {
    min-height: 120px;
  }

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

  .solution-card,
  .solution-card>img {
    min-height: 330px;
    height: 330px;
  }

  .solution-content button {
    opacity: 1;
    transform: none;
  }

  .process-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 14px;
  }

  .process-step:last-child {
    grid-column: 1 / -1;
  }

  .testimonial-card {
    flex-basis: 86%;
    min-height: 270px;
  }

  .brands {
    padding: 42px 0;
  }

  .brand-card {
    width: 130px;
    height: 68px;
  }

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

  .commitment-grid article {
    min-height: 195px;
  }

  .commitment-grid article:last-child {
    grid-column: 1 / -1;
  }

  .quote-contact {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .quote-form {
    padding: 24px 20px;
  }

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

  .form-grid label.full {
    grid-column: auto;
  }

  .faq-item>button {
    min-height: 58px;
    padding: 13px 14px;
  }

  .faq-answer p {
    padding: 0 14px 15px;
  }

  .contact-cta-inner {
    align-items: flex-start;
  }

  .contact-cta-icon {
    flex-basis: 56px;
    width: 56px;
    height: 56px;
  }

  .contact-cta-inner>div:nth-child(2) {
    width: calc(100% - 80px);
  }

  .contact-cta-actions {
    padding-left: 0;
    width: 100%;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px 24px;
  }

  .footer-about,
  .footer-contact {
    grid-column: 1 / -1;
  }

  .map-wrap iframe {
    height: 170px;
  }

  .footer-bottom-inner {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 16px 0;
  }

  .search-overlay {
    padding: 5vh 14px 20px;
  }

  .search-dialog {
    padding: 26px 18px 20px;
    border-radius: 17px;
  }

  .search-dialog h2 {
    font-size: 24px;
    padding-right: 35px;
  }
}

@media (max-width: 520px) {
  .container {
    width: min(100% - 24px, 1180px);
  }

  .brand img {
    width: 158px;
  }

  .hero,
  .hero-slider,
  .hero-slide>img {
    min-height: 545px;
  }

  .hero-copy {
    width: calc(100% - 14px);
    margin-left: 7px;
  }

  .hero h1 {
    font-size: 34px;
  }

  .hero p {
    font-size: 13px;
  }

  .hero-actions {
    gap: 8px;
    margin-top: 24px;
  }

  .hero-actions .btn {
    min-height: 43px;
    padding: 9px 14px;
    font-size: 11px;
  }

  .hero-trust-row {
    gap: 10px;
    flex-wrap: wrap;
  }

  .hero-trust-row>div {
    min-width: 92px;
  }

  .hero-trust-row>div:last-child {
    display: none;
  }

  .quick-strip-grid {
    grid-template-columns: 1fr 1fr;
  }

  .quick-strip-grid>div {
    min-height: 78px;
  }

  .quick-strip-grid>div::after {
    display: none !important;
  }

  .quick-strip-grid>div:not(:last-child) {
    border-bottom: 1px solid var(--line);
  }

  .section {
    padding: 58px 0;
  }

  .section-heading h2,
  .faq-intro h2,
  .quote-copy h2 {
    font-size: 28px;
  }

  .section-heading p,
  .faq-intro p,
  .quote-copy>p {
    font-size: 13px;
  }

  .about-image-frame img {
    height: 285px;
  }

  .about-badge {
    min-width: 110px;
    padding: 14px;
    border-width: 4px;
  }

  .about-badge strong {
    font-size: 24px;
  }

  .about-floating-card {
    left: 12px;
    bottom: 8px;
    width: calc(100% - 30px);
    padding: 11px 12px;
  }

  .about-floating-card>i {
    flex-basis: 37px;
    width: 37px;
    height: 37px;
  }

  .about-actions {
    gap: 14px;
  }

  .product-filter {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    padding-bottom: 3px;
  }

  .product-filter::-webkit-scrollbar {
    display: none;
  }

  .product-filter-btn {
    flex: 0 0 auto;
  }

  .product-image {
    height: 215px;
  }

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

  .stat-item {
    min-height: 118px;
    padding: 18px 8px;
  }

  .stat-item strong {
    font-size: 27px;
  }

  .stat-item>span:last-child {
    font-size: 8px;
  }

  .why-media {
    min-height: 330px;
  }

  .why-media>img {
    height: 330px;
  }

  .why-bubble {
    display: none;
  }

  .why-caption {
    left: 10px;
    right: 10px;
    bottom: 10px;
  }

  .industry-grid {
    gap: 9px;
  }

  .industry-item {
    min-height: 108px;
    padding: 12px 8px;
  }

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

  .process-step:last-child {
    grid-column: auto;
  }

  .process-step>i {
    width: 68px;
    height: 68px;
  }

  .step-number {
    right: calc(50% - 42px);
  }

  .testimonial-card {
    flex-basis: 92%;
    padding: 22px;
  }

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

  .commitment-grid article,
  .commitment-grid article:nth-child(4),
  .commitment-grid article:nth-child(5) {
    min-height: 0;
  }

  .commitment-grid article:last-child {
    grid-column: auto;
  }

  .quote-form {
    padding: 21px 16px;
  }

  .form-heading h3 {
    font-size: 20px;
  }

  .contact-cta {
    padding: 42px 0;
  }

  .contact-cta-inner {
    gap: 14px;
  }

  .contact-cta-icon {
    display: none;
  }

  .contact-cta-inner>div:nth-child(2) {
    width: 100%;
  }

  .contact-cta h2 {
    font-size: 26px;
  }

  .contact-cta-actions {
    flex-direction: column;
  }

  .contact-cta-actions .btn {
    width: 100%;
  }

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

  .footer-about,
  .footer-contact {
    grid-column: auto;
  }

  .footer-logo {
    width: 185px;
  }

  .floating-actions {
    right: 12px;
    bottom: 74px;
  }

  .floating-actions a,
  .back-top {
    width: 42px;
    height: 42px;
  }

  .back-top {
    right: 12px;
    bottom: 20px;
  }

  .floating-actions a span {
    display: none;
  }
}


/* ===== Final device alignment refinement v31 ===== */
@media (max-width: 1180px) {
  .process-shell {
    padding: 16px;
  }

  .process-step {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 1024px) {
  .process-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }

  .process-grid::before {
    display: none;
  }

  .process-step {
    min-height: 220px;
  }

  .process-support-bar {
    flex-wrap: wrap;
  }

  .process-support-bar>a {
    margin-left: 0;
  }

  .testimonial-card {
    flex-basis: calc((100% - 18px) / 2);
  }
}

@media (max-width: 900px) {
  .site-header {
    position: sticky;
    top: 0;
  }

  .header-main {
    max-height: none;
    opacity: 1;
    transform: none;
    transition: none;
  }

  .site-header.scrolled .header-main {
    max-height: none;
    opacity: 1;
    pointer-events: auto;
  }

  .process-shell {
    border-radius: 24px;
  }

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

  .process-step {
    min-height: 210px;
  }
}

@media (max-width: 767px) {
  html {
    scroll-padding-top: 68px;
  }

  section[id] {
    scroll-margin-top: 68px;
  }

  .hero-inner {
    align-items: center;
  }

  .hero-copy {
    margin-left: 0;
    width: min(100%, 620px);
    padding: 0 28px;
  }

  .hero h1 {
    font-size: clamp(34px, 9vw, 42px);
    line-height: 1.08;
  }

  .hero p {
    max-width: 560px;
  }

  .process .section-heading {
    margin-bottom: 30px;
  }

  .process-shell {
    padding: 13px;
    border-radius: 22px;
  }

  .process-track-label {
    min-height: 46px;
    padding: 0 5px 11px;
  }

  .process-track-label>span {
    font-size: 10.5px;
  }

  .process-track-label small {
    font-size: 8px;
  }

  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
  }

  .process-step {
    min-height: 205px;
    padding: 18px 15px;
    border-radius: 17px;
  }

  .process-step>i {
    width: 52px;
    height: 52px;
    margin-bottom: 22px;
    border-radius: 14px;
    font-size: 20px;
  }

  .step-number {
    top: 15px;
    right: 13px;
    min-width: 31px;
    height: 22px;
  }

  .process-step h3 {
    font-size: 13px;
  }

  .process-step p {
    font-size: 10px;
  }

  .process-support-bar {
    gap: 9px 16px;
    padding: 12px 5px 2px;
  }

  .process-support-bar>span {
    flex: 1 1 42%;
  }

  .process-support-bar>a {
    flex: 1 0 100%;
    padding-top: 4px;
  }

  .testimonial-card {
    flex-basis: min(86%, 360px);
  }
}

@media (max-width: 520px) {
  .hero-copy {
    padding: 0 16px;
  }

  .hero h1 {
    font-size: clamp(31px, 9.3vw, 36px);
  }

  .hero-actions .btn {
    flex: 1 1 auto;
  }

  .process-track-label small {
    display: none;
  }

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

  .process-step {
    min-height: 0;
    padding: 18px 16px;
    display: grid;
    grid-template-columns: 54px 1fr;
    grid-template-areas: \"icon kicker\" \"icon title\" \"icon copy\";
    column-gap: 14px;
    align-items: start;
  }

  .process-step>i {
    grid-area: icon;
    width: 50px;
    height: 50px;
    margin: 0;
  }

  .process-step-kicker {
    grid-area: kicker;
    margin-top: 2px;
  }

  .process-step h3 {
    grid-area: title;
    margin-bottom: 5px;
    padding-right: 36px;
  }

  .process-step p {
    grid-area: copy;
  }

  .step-number {
    top: 14px;
    right: 13px;
  }

  .process-support-bar>span {
    flex: 1 1 100%;
  }

  .testimonial-card {
    flex-basis: 92%;
  }
}

@media (max-width: 380px) {
  .container {
    width: min(100% - 20px, 1180px);
  }

  .brand img {
    width: 150px;
  }

  .header-main-inner {
    min-height: 64px;
  }

  .menu-toggle {
    width: 39px;
    height: 39px;
  }

  .hero,
  .hero-slider,
  .hero-slide>img {
    min-height: 535px;
  }

  .hero-copy {
    padding: 0 12px;
  }

  .hero h1 {
    font-size: 30px;
  }

  .hero p {
    font-size: 14.5px;
    line-height: 1.6;
  }

  .section {
    padding: 54px 0;
  }

  .section-heading h2,
  .faq-intro h2,
  .quote-copy h2 {
    font-size: 24px;
  }

  .process-shell {
    padding: 10px;
    border-radius: 18px;
  }

  .process-track-label {
    padding-left: 3px;
    padding-right: 3px;
  }

  .process-track-label>span {
    font-size: 9.5px;
  }

  .process-step {
    padding: 16px 13px;
    grid-template-columns: 49px 1fr;
    column-gap: 11px;
  }

  .process-step>i {
    width: 46px;
    height: 46px;
    font-size: 18px;
  }

  .process-step h3 {
    font-size: 12.5px;
  }

  .process-step p {
    font-size: 9.6px;
  }

  .process-support-bar {
    padding-left: 3px;
    padding-right: 3px;
  }

  .testimonial-card {
    flex-basis: 94%;
    padding: 19px;
  }
}

/* ===== Client refinement v34 responsive overrides ===== */
@media (max-width: 1180px) {

  .solution-card,
  .solution-card>img {
    min-height: 370px;
    height: 370px;
  }

  .testimonial-card {
    flex-basis: calc((100% - 18px) / 2);
  }

  .faq-layout {
    gap: 38px;
  }
}

@media (max-width: 900px) {
  .hero-slide:nth-child(1)>img {
    object-position: 68% center;
  }

  .hero-slide:nth-child(2)>img {
    object-position: 58% center;
  }

  .hero-slide:nth-child(3)>img {
    object-position: 70% center;
  }

  .faq-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .faq-intro {
    position: static;
  }

  .faq-visual {
    height: 330px;
    max-width: 720px;
  }

  .faq-call {
    width: auto;
    max-width: none;
  }
}

@media (max-width: 767px) {
  .hero-overlay {
    background: linear-gradient(90deg, rgba(6, 8, 28, .97) 0%, rgba(8, 10, 29, .91) 64%, rgba(17, 15, 26, .58) 100%);
  }

  .hero-slide:nth-child(1)>img {
    object-position: 72% center;
  }

  .hero-slide:nth-child(2)>img {
    object-position: 65% center;
  }

  .hero-slide:nth-child(3)>img {
    object-position: 72% center;
  }

  .solution-card,
  .solution-card>img {
    min-height: 350px;
    height: 350px;
  }

  .testimonial-track {
    gap: 14px;
  }

  .testimonial-card {
    flex-basis: min(86%, 365px);
    min-height: 320px;
    padding: 22px;
  }

  .testimonial-card>p {
    min-height: 0;
  }

  .client-avatar {
    flex-basis: 50px;
    width: 50px;
    height: 50px;
  }

  .brands {
    padding: 40px 0;
  }

  .brand-card {
    width: 138px;
    height: 70px;
    padding: 13px 17px;
  }

  .faq-visual {
    height: 285px;
    margin-top: 20px;
  }

  .footer-about p {
    font-size: 12.5px;
  }

  .footer-contact-mini a,
  .footer-links a,
  .footer-contact a,
  .footer-contact p {
    font-size: 11.5px;
  }
}

@media (max-width: 520px) {
  .hero-slide:nth-child(1)>img {
    object-position: 73% center;
  }

  .hero-slide:nth-child(2)>img {
    object-position: 68% center;
  }

  .hero-slide:nth-child(3)>img {
    object-position: 74% center;
  }

  .solution-card,
  .solution-card>img {
    min-height: 325px;
    height: 325px;
  }

  .testimonial-card {
    flex-basis: 92%;
    min-height: 315px;
    padding: 20px;
    border-radius: 19px;
  }

  .testimonial-label {
    margin-top: 14px;
  }

  .testimonial-card>p {
    font-size: 11.5px;
    margin: 14px 0 18px;
  }

  .client {
    padding-top: 15px;
  }

  .client-arrow {
    display: none;
  }

  .faq-visual {
    height: 235px;
    border-radius: 18px;
  }

  .faq-visual-badge {
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 10px 11px;
    border-radius: 13px;
  }

  .faq-visual-badge>i {
    flex-basis: 36px;
    width: 36px;
    height: 36px;
    font-size: 16px;
  }

  .faq-call {
    width: 100%;
    justify-content: center;
  }

  .footer h3 {
    font-size: 14.5px;
  }

  .footer-bottom p,
  .footer-home-link {
    font-size: 12px;
  }
}

@media (max-width: 380px) {
  .testimonial-card {
    flex-basis: 94%;
    padding: 18px;
  }

  .client-avatar {
    flex-basis: 46px;
    width: 46px;
    height: 46px;
  }

  .faq-visual {
    height: 215px;
  }
}

/* ===== Mobile stability + process alignment v35 ===== */
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overscroll-behavior-x: none;
}

@supports (overflow: clip) {

  html,
  body {
    overflow-x: clip;
  }
}

body {
  position: relative;
}

.site-header,
main,
footer,
section {
  max-width: 100%;
}

@media (max-width: 767px) {
  .container {
    max-width: 100%;
  }

  .hero,
  .hero-slider,
  .testimonial-viewport,
  .brand-marquee,
  .product-filter {
    max-width: 100%;
  }

  .hero-slider,
  .testimonial-viewport,
  .brand-marquee {
    overscroll-behavior-x: contain;
  }

  .process {
    overflow: hidden;
  }

  .process-shell,
  .process-grid,
  .process-step,
  .process-support-bar {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
}

@media (max-width: 520px) {
  .process .section-heading {
    margin-bottom: 26px;
  }

  .process .section-heading h2 {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
    font-size: 28px;
    line-height: 1.18;
  }

  .process .section-heading p {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12.5px;
    line-height: 1.65;
  }

  .process-shell {
    padding: 12px;
    border-radius: 20px;
    overflow: hidden;
  }

  .process-track-label {
    min-height: 0;
    display: block;
    padding: 2px 3px 12px;
  }

  .process-track-label>span {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 10px;
    line-height: 1.45;
  }

  .process-track-label small {
    display: none;
  }

  .process-grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
  }

  .process-grid::before {
    display: none;
  }

  .process-step,
  .process-step:last-child {
    position: relative;
    display: block;
    grid-column: auto;
    min-height: 116px;
    width: 100%;
    padding: 17px 42px 17px 78px;
    border-radius: 17px;
    text-align: left;
    overflow: hidden;
  }

  .process-step>i {
    position: absolute;
    top: 18px;
    left: 16px;
    width: 48px;
    height: 48px;
    margin: 0;
    border-radius: 14px;
    font-size: 19px;
  }

  .process-step .step-number {
    top: 14px;
    right: 12px;
    left: auto;
    min-width: 31px;
    height: 22px;
    padding: 0 7px;
    font-size: 8px;
  }

  .process-step-kicker {
    display: block;
    margin: 0 0 3px;
    padding: 0;
    font-size: 8.5px;
    line-height: 1.35;
  }

  .process-step h3 {
    margin: 0 0 4px;
    padding: 0 4px 0 0;
    font-size: 13.5px;
    line-height: 1.3;
    overflow-wrap: anywhere;
  }

  .process-step p {
    margin: 0;
    padding: 0;
    max-width: none;
    font-size: 10.5px;
    line-height: 1.5;
    overflow-wrap: anywhere;
  }

  .process-support-bar {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 12px;
    padding: 12px 3px 2px;
  }

  .process-support-bar>span,
  .process-support-bar>a {
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    font-size: 9.5px;
    line-height: 1.45;
  }

  .process-support-bar>a {
    margin-top: 2px;
  }
}

@media (max-width: 380px) {
  .process-shell {
    padding: 10px;
    border-radius: 18px;
  }

  .process-step,
  .process-step:last-child {
    min-height: 112px;
    padding: 16px 38px 16px 70px;
  }

  .process-step>i {
    top: 17px;
    left: 13px;
    width: 44px;
    height: 44px;
    font-size: 18px;
  }

  .process-step .step-number {
    top: 13px;
    right: 10px;
    min-width: 29px;
  }

  .process-step h3 {
    font-size: 12.8px;
  }

  .process-step p {
    font-size: 9.8px;
  }
}
/* Keep Solutions heading centered on tablet and mobile */
@media (max-width: 991.98px) {
  .solutions .heading-row {
    align-items: center;
    text-align: center;
  }
  .solutions .heading-row .section-heading,
  .solutions .heading-row .section-heading.align-left {
    text-align: center;
  }
}

/* Mobile icon-box alignment
   Center only icons that sit above card content. Horizontal components with
   an icon on the left and copy on the right intentionally stay left aligned. */
@media (max-width: 767.98px) {
  .service-card > i,
  .inner-card > i,
  .detail-highlight > i,
  .about-promise-grid article > i,
  .support-zone-grid article > i,
  .service-benefit-card > i,
  .product-advisor-card > i,
  .service-showcase-body > i,
  .premium-process-grid article > i,
  .partners-intro-card > i,
  .partner-category-grid article > i {
    margin-right: auto;
    margin-left: auto;
  }
}



.inner-title-content .eyebrow{
  display: none;
}


@media (max-width: 380px) {
    .section {
        padding: 20px 0;
    }
}

.about-intro-section h2{
    color: #173239;
    font-weight: 800;
}

