/* ============================================
   MAZ AI AGENCY - RESPONSIVE STYLESHEET
   ============================================ */

@media (max-width: 1200px) {

  .hero-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
  }

}


@media (max-width: 1024px) {

  /* Service changes */
  .service-content-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .service-col-left,
  .service-col-right {
    display: none;
  }

  .service-showcase-item.active .service-row-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
  }

  /* Process changes */
  .process-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .process-visual {
    position: static;
  }

  /* About / Team / Testi Layouts */
  .team-layout,
  .testi-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  /* Portfolio Headers */
  .portfolio-header {
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
  }

  .portfolio-stat {
    align-items: flex-start;
  }

  /* Compact Hero Padding & Fit Content */
  .hero {
    min-height: auto;
    padding: 160px 20px 40px;
  }

  .nph-left h1 {
    max-width: 56 0px;
  }

  .nph-left p {
    width: 65%;
  }

  /* Compact Section Paddings */
  .about-section,
  .services-section,
  .portfolio-section,
  .comparison-section,
  .new-testi-section,
  .cta-newsletter-section {
    padding: 50px 0;
  }

  .about-video {
    padding: 40px 20px 20px;
  }

  /* Services Stacking Enabled on Mobile/Tablet */
  .service-showcase-item {
    position: sticky;
    top: 100px;
    margin-bottom: 30px;
    padding: 32px 24px;
  }

  .why-us-header {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }

  .project-stack {
    display: flex;
    flex-direction: column;
    gap: 32px;
    height: auto;
    position: static;
    perspective: none;
    margin-top: 40px;
    overflow: visible;
  }

  .project-card {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    transform: none !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin-bottom: 0;
    opacity: 1 !important;
    z-index: auto !important;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 32px 24px;
  }

  .project-image {
    display: block;
    height: 240px;
    min-height: auto;
  }

  .footer-detail-row {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-bottom: 60px;
  }

  .footer-social-col {
    justify-content: flex-start;
  }

  .new-portfolio-gallery {
    --fade-width: 80px;
  }

  .why-us-header-left {
    max-width: 60%;
  }

  .why-us-header-right p {
    max-width: 40%;
    text-align: left;
  }

  .npg-item {
    width: 360px;
    height: 240px;
  }

  .npg-overlay {
    padding: 18px !important;
  }

  .npg-tag {
    padding: 5px 12px !important;
    font-size: 0.75rem !important;
  }

  .npg-icon {
    width: 32px !important;
    height: 32px !important;
    font-size: 0.85rem !important;
  }

  .npg-title {
    font-size: 1.15rem !important;
  }

  .npg-subtitle {
    font-size: 0.85rem !important;
  }

  .about-section,
  .services-section,
  .portfolio-section,
  .new-portfolio-section,
  .why-us-section,
  .how-it-works-section,
  .faq-section,
  .comparison-section,
  .new-testi-section,
  .cta-newsletter-section,
  .footer-section,
  .footer-new-section {
    padding: 60px 0;
  }

  .section-badge {
    margin-bottom: 12px;
  }

  .section-title {
    margin-bottom: 24px;
    font-size: 2.2rem;
  }

  .hero-title {
    font-size: clamp(2.8rem, 6vw, 3.8rem);
  }

  .navbar {
    padding: 12px 16px;
  }

  .nav-container {
    width: calc(100% - 80px);
    margin: 0 auto;
    justify-content: space-between;
  }

  .why-us-section {
    padding: 60px 0 100px;
  }

  .faq-section {
    padding: 60px 0 90px;
  }

  .footer-bottom-bar {
    padding: 30px 0 0 0;
  }

  .nav-links {
    gap: 15px !important;
  }

  .nav-links a {
    font-size: 0.82rem !important;
  }

  #nav-cta {
    transform: scale(0.8) !important;
    transform-origin: right center !important;
  }

  #nav-cta:hover {
    transform: scale(0.82) !important;
  }

  .nph-heading {
    font-size: clamp(1.8rem, 4vw, 2.5rem) !important;
    max-width: 580px !important;
  }

  .about-section .section-title {
    max-width: 480px !important;
  }

  .about-stats .stat-item h3 {
    font-size: 3.5rem !important;
  }

  .why-us-title {
    max-width: 530px !important;
  }

  .clients-row {
    padding: 20px 0 0 0 !important;
  }

}

@media (max-width: 992px) {

  .comparison-table {
    grid-template-columns: 1.3fr 1fr 1fr 1fr;
    overflow-x: visible;
    padding-bottom: 0;
  }

  .new-testi-grid {
    grid-template-columns: 1fr;
  }

  .newsletter-stats {
    gap: 16px;
    flex-direction: column;
    align-items: center;
  }

  .footer-main-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    margin-top: 0px;
  }

  .footer-left {
    width: 100%;
  }

  .footer-right {
    position: relative;
    top: -100px;
    width: 100%;
    margin-bottom: -100px;
  }

  .vm-column:nth-child(3) {
    display: none;
  }

}

@media (max-width: 900px) {

  .nav-links {
    display: none !important;
  }

  .hamburger {
    display: flex !important;
  }

  /* --- Mobile Card Menu (Design from Image 2) --- */
  .mobile-menu {
    position: fixed !important;
    top: -100% !important;
    /* Slide down off-screen transition */
    left: 16px !important;
    right: 16px !important;
    width: calc(100% - 32px) !important;
    /* Center with left/right */
    height: auto !important;
    /* Float Card shape */
    background: #170C06 !important;
    /* Dark brown background */
    z-index: 201 !important;
    padding: 24px 20px 24px !important;
    /* Compact padding */
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 15px !important;
    /* Balanced gap */
    border-radius: 20px !important;
    /* Rounded card corners */
    border: 1.5px solid rgba(255, 255, 255, 0.08) !important;
    /* Subtle border */
    transition: top 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    /* Slide down transition */
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6) !important;
  }

  .mobile-menu.active {
    top: 16px !important;
    /* Floating card layout position */
  }

  .mobile-menu-close {
    position: absolute !important;
    top: 20px !important;
    right: 20px !important;
    font-size: 1.4rem !important;
    /* Compact close icon */
    color: var(--para-color) !important;
    /* Light brown/grey color for close cross */
    background: none !important;
    border: none !important;
    cursor: pointer !important;
    transition: color 0.2s !important;
  }

  .mobile-menu-close:hover {
    color: var(--white) !important;
  }

  .mobile-menu-logo {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    margin-top: 45px !important;
    /* Pushed down to sit below the cross icon */
    margin-bottom: 5px !important;
  }

  .mobile-menu-logo img {
    height: 18px !important;
    /* Smaller logo */
    width: auto !important;
  }

  .mobile-nav {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    align-items: center !important;
    padding-top: 12px !important;
  }

  .mobile-nav a {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    padding: 10px 0 !important;
    /* Link spacing made tighter */
    font-size: 1.05rem !important;
    /* Link text size made smaller */
    font-weight: 400 !important;
    color: var(--white) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
    /* Divider lines under each item */
    transition: all 0.3s ease !important;
    font-family: 'PP Neue Montreal', sans-serif !important;
  }

  .mobile-nav a:hover {
    color: #FF9500 !important;
    /* Brand orange hover color */
    background-color: rgba(255, 255, 255, 0.02) !important;
  }

  /* Center alignment for the Let's Connect button at the bottom */
  .mobile-menu .mobile-info {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-top: 10px !important;
    padding-top: 10px !important;
  }

  .mobile-menu .btn-animated-pill {
    padding: 5px 6px 5px 20px !important;
    font-size: 0.9rem !important;
    background-color: #F8F1EA !important;
    color: #2b1d14 !important;
    border: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50px !important;
  }

  .mobile-menu .btn-animated-pill .btn-text {
    padding-left: 0 !important;
    padding-right: 8px !important;
    /* Balanced gap between text and circle */
    font-weight: 600 !important;
  }

  .mobile-menu .btn-animated-pill .icon-circle {
    height: 30px !important;
    width: 30px !important;
    background-color: #FF9500 !important;
    /* Yellow-orange circle background */
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .mobile-menu .btn-animated-pill .icon-circle img {
    width: 14px !important;
    height: 14px !important;
    filter: brightness(0) invert(1) !important;
    /* White icon color */
  }

  .mobile-menu .btn-animated-pill .icon-right {
    width: 30px !important;
    margin-right: 0 !important;
    /* Clear negative margin to align circle */
    opacity: 1 !important;
    transform: none !important;
  }

  .mobile-menu .btn-animated-pill .icon-left {
    display: none !important;
    /* Hide left icon in mobile to avoid shifting */
  }
}

@media (max-width: 768px) {

  /* Navbar handled at 1024px */
  /* Hero */
  .hero-title {
    font-size: 3rem;
    font-weight: 500;
  }

  .hero-tagline {
    font-size: 10px;
    font-weight: 300;
  }

  .hero-decor-left,
  .hero-decor-right {
    width: 100px;
    top: 5%;
  }

  .cta-newsletter-box h2 {
    font-size: 2.2rem !important;
  }

  .cta-newsletter-box h2 span {
    font-size: 2.5rem !important;
  }

  .about-section .section-title {
    max-width: 380px !important;
    font-size: 3rem !important;
    margin-bottom: 10px !important;
  }

  .about-section .section-title span {
    font-size: 3.3rem !important;
  }

  .footer-left h2 {
    font-size: 3rem !important;
  }

  .footer-left h2 span {
    font-size: 2rem !important;
  }

  .about-stats {
    margin-top: 5px !important;
  }

  .nph-heading {
    max-width: 400px !important;
  }

  .why-us-title {
    font-size: 2.2rem !important;
  }

  .why-us-title span {
    font-size: 2.5rem !important;
  }

  .why-us-header-left {
    max-width: 70% !important;
  }

  .why-us-header-right p {
    max-width: 70% !important;
  }

  /* Video HUD */
  .video-hud-top {
    flex-direction: row;
    align-items: center;
    gap: 4px;
    top: 8px;
    left: 8px;
    right: 8px;
  }

  .video-hud-bottom {
    flex-direction: row;
    align-items: flex-end;
    gap: 4px;
    bottom: 8px;
    left: 8px;
    right: 8px;
  }

  .hud-item {
    font-size: 0.6rem;
    padding: 4px 8px;
  }

  .hud-right {
    display: none;
  }

  .hud-btn {
    width: 32px;
    height: 32px;
  }

  .hud-btn svg {
    width: 14px;
    height: 14px;
  }

  /* Blogs */
  .blog-grid {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .footer-main {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-nav {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .footer-bottom-nav {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 16px;
  }

  /* CTA */
  .cta-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  /* Team */
  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  /* Services */
  .services-header {
    flex-direction: row;
  }

  .services-showcase {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    padding-bottom: 150px !important;
  }

  .service-showcase-item {
    padding: 24px 8px;
    margin-bottom: 24px;
    position: sticky;
    border-radius: 20px;
  }

  .service-showcase-item:nth-of-type(1) {
    top: 60px !important;
    z-index: 1;
  }

  .service-showcase-item:nth-of-type(2) {
    top: 80px !important;
    z-index: 2;
  }

  .service-showcase-item:nth-of-type(3) {
    top: 100px !important;
    z-index: 3;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: center;
  }

  .about-visual {
    order: -1;
  }

  .about-visual-img {
    min-height: auto;
    max-height: 500px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
  }

  .features-grid {
    grid-template-columns: 1fr;
    padding-bottom: 150px !important;
    /* Headroom for sticky cards */
  }

  /* ===== THREE STEPS - ONE ROW TABLET ===== */
  .work-steps-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    max-width: 100%;
    margin: 0 auto;
  }

  .work-step-card {
    max-width: 100%;
  }

  .work-step-card:last-child {
    grid-column: auto;
    max-width: 100%;
    margin: 0;
  }

  .work-step-image {
    height: 120px;
  }

  .work-step-content {
    padding: 14px 16px 18px;
    gap: 6px;
  }

  .work-step-content h3 {
    font-size: 18px !important;
    line-height: 1.2;
  }

  .work-step-content p {
    max-width: 100%;
    font-size: 12px !important;
    line-height: 1.4 !important;
  }

  .contact-modal-container {
    padding: 28px 24px 20px;
    max-width: 480px;
  }

  .contact-modal-content h2 {
    font-size: 1.7rem;
    margin-bottom: 8px;
  }

  .contact-modal-content p {
    font-size: 0.88rem !important;
    margin-bottom: 20px;
  }

  .col-highlight img {
    height: 100px;
    width: 100px;
  }

  .work-step-pill {
    font-size: 10px;
    padding: 3px 8px;
  }

  .our-work-header {
    margin: 0 auto 36px;
    gap: 10px;
  }

  .our-work-section {
    padding: 60px 12px 80px;
  }

  /* ======================================== */
  .why-us-section {
    padding: 80px 0;
  }

  .why-us-section .container {
    padding: 40px 20px;
    border-radius: 20px;
  }

  .how-it-works-section {
    padding: 40px 0 80px;
  }

  .how-it-works-title {
    font-size: 2rem;
  }

  .project-stack {
    height: auto;
  }

  .faq-section {
    padding: 40px 0 100px !important;
  }

  .faq-question-row {
    padding: 18px 24px;
  }

  .faq-question-text {
    font-size: 1rem;
  }

  .faq-answer-text {
    padding: 16px 24px 8px;
    font-size: 0.92rem;
  }

  .cta-newsletter-box {
    width: 100%;
    margin: 0;
    padding: 60px 20px;
  }

  .comparison-table {
    display: grid;
    grid-template-columns: 1.25fr 1fr 1fr 1fr;
    gap: 6px;
    width: 100%;
    overflow-x: hidden;
    padding-bottom: 0;
  }

  .col-features {
    display: flex;
    position: static;
    box-shadow: none;
    padding-right: 0;
    background-color: transparent;
  }

  .feature-item {
    font-size: 0.9rem;
    font-weight: 300 !important;
    height: 48px;
    padding: 2px 0;
    background-color: transparent;
  }

  .check-item {
    height: 48px;
  }

  .col-features .col-header,
  .col-highlight .col-header,
  .col-regular .col-header {
    height: 50px;
    background-color: transparent;
  }

  .highlight-header h3 {
    font-size: 0.95rem;
  }

  .col-regular .col-header h3 {
    font-size: 1rem;
  }

  .newsletter-form {
    border: none;
    flex-direction: column;
    background: transparent;
    border-radius: 0;
    gap: 16px;
    backdrop-filter: none !important;
    align-items: center !important;
  }

  .newsletter-form .input-wrap {
    background: transparent;
    border-radius: 50px;
    padding: 12px 20px;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.2);
  }

  #nav-cta {}

  .btn-orange {
    width: 100%;
  }

  .footer-section {
    padding: 60px 0 30px;
  }

  .footer-top-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding-bottom: 40px;
  }

  .footer-big-arrow {
    width: 60px;
    height: 60px;
  }

  .footer-email {
    font-size: 1.4rem;
  }

  .footer-bottom-row {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 20px;
  }

  .back-to-top {
    align-self: flex-end;
  }

  .new-portfolio-header {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 40px;
  }

  .new-portfolio-gallery {
    --fade-width: 50px;
  }

  .nav-right {
    display: none;
  }

  .npg-item {
    width: 320px;
    height: 220px;
  }

  .npg-overlay {
    padding: 16px !important;
  }

  .npg-tag {
    padding: 4px 10px !important;
    font-size: 0.7rem !important;
  }

  .npg-icon {
    width: 30px !important;
    height: 30px !important;
    font-size: 0.8rem !important;
  }

  .npg-title {
    font-size: 1.05rem !important;
  }

  .npg-subtitle {
    font-size: 0.8rem !important;
  }

  .npg-overlay-top {
    transform: translateY(-10px) !important;
  }

  .npg-overlay-bottom {
    transform: translateY(10px) !important;
  }

  .npg-item:hover .npg-overlay-top,
  .npg-item:hover .npg-overlay-bottom {
    transform: translateY(0) !important;
  }

  .footer-policy-links {
    padding-top: 10px;
  }

  .footer-copyright {
    padding-top: 10px;
  }

  #portfolio {
    padding-top: 85px;
  }

  .vm-column:nth-child(2) {
    display: none;
  }

  .vm-column {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }

  .vm-card {
    padding: 28px 24px;
    gap: 16px;
  }

  .vm-desc {
    font-size: 14.5px;
    line-height: 1.2;
  }

  .vm-name {
    font-size: 15px;
  }

  .about-section,
  .services-section,
  .portfolio-section,
  .new-portfolio-section,
  .why-us-section,
  .how-it-works-section,
  .faq-section,
  .comparison-section,
  .new-testi-section,
  .cta-newsletter-section,
  .footer-section,
  .footer-new-section {
    padding: 40px 0;
  }

  .section-badge {
    margin-bottom: 10px;
  }

  .section-title {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }

  .hero-title {
    font-size: clamp(2.2rem, 5.5vw, 2.8rem);
  }

  .nav-container {
    width: calc(100% - 32px) !important;
  }

  .service-card-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .service-card-left {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 12px;
  }

  .service-showcase-item:last-child .service-card-left {
    gap: 0 !important;
  }

  .service-show-details {
    flex-direction: row;
    align-items: center;
  }

  .show-details-label {
    display: none;
  }

  .outlined-arrow {
    width: 36px;
    height: 36px;
    border-radius: 10px;
  }

  .outlined-arrow svg {
    width: 18px;
    height: 18px;
  }

  .service-row-title {
    font-size: 2rem;
  }

  .service-desc {
    font-size: 0.95rem;
    margin-bottom: 20px;
  }

  .sub-services-list li {
    font-size: 1rem;
    padding: 12px 0;
  }

  .npg-mobile-only {
    display: flex !important;
  }

  .npg-track {
    margin-bottom: 24px;
  }

  .footer-form-card input,
  .footer-form-card select,
  .footer-form-card textarea {
    padding: 16px 20px;
    font-size: 1.1rem;
  }

  #custom-bg-box {
    padding: 20px;
  }

  .why-us-section {
    padding: 40px 0 90px !important;
  }

  .footer-main-content {
    flex-direction: column;
    gap: 40px;
    margin-top: 0;
  }

  .footer-left {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }

  .footer-left p {
    margin: 0 auto 20px !important;
  }

  .footer-right {
    position: static;
    width: 100%;
    margin-bottom: 0;
  }

  .ticker-track span {
    font-size: 25px !important;
  }

  .newsletter-form .btn-animated-pill {
    padding: 8px 20px !important;
  }

}

@media (max-width: 600px) {

  .work-steps-grid {
    grid-template-columns: 1fr;
  }

  .form-row {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 0;
  }

  .modern-contact-form {
    gap: 12px;
  }

  .modern-contact-form .form-row {
    gap: 12px;
    margin-bottom: 0;
  }

  .modern-contact-form .form-row>* {
    width: 100%;
  }

  .footer-bottom-bar {
    flex-direction: column;
    text-align: center;
    gap: 16px;
  }

}

@media screen and (max-width: 425px) {
  .contact-modal-container {
    padding: 24px 16px 16px;
    border-radius: 20px;
    max-height: 95vh;
  }

  .contact-modal-close {
    top: 16px;
    right: 16px;
    font-size: 1.2rem;
  }

  .contact-modal-content h2 {
    font-size: 1.6rem;
    margin-bottom: 6px;
  }

  .hero {
    padding: 125px 16px 30px;
  }

  .container {
    padding: 0 16px;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-buttons .btn {
    text-align: center;
    justify-content: center;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .about-video {
    padding: 40px 16px 20px;
  }

  .about-section {
    padding: 20px 0 60px;
  }

  .about-blocks {
    width: 240px;
    height: 240px;
  }

  .service-row-header {
    gap: 12px;
  }

  .service-row-title {
    font-size: 1.5rem;
  }

  .service-showcase-item.active .service-row-title {
    font-size: 1.8rem;
  }

  .new-testi-card {
    padding: 24px;
  }

  .hero-subtitle br {
    display: none;
  }

  /* Fix Hero gaps on Nokia-sized screens */
  .hero {
    padding: 100px 16px 20px;
  }

  .about-section,
  .services-section,
  .portfolio-section,
  .new-portfolio-section,
  .why-us-section,
  .how-it-works-section,
  .faq-section,
  .new-testi-section,
  .cta-newsletter-section,
  .footer-new-section {
    padding: 30px 0;
  }

  .section-title {
    font-size: 1.6rem;
  }

  .why-us-section {
    padding: 30px 0 60px !important;
  }

  .faq-section {
    padding: 30px 0 160px !important;
  }

  .contact-modal-content p {
    font-size: 0.72rem !important;
    margin-bottom: 16px;
    line-height: 1.4;
  }

  .contact-modal-container .modern-contact-form {
    gap: 12px !important;
  }

  .contact-modal-container .modern-contact-form .form-row {
    margin-bottom: 0 !important;
    gap: 12px !important;
  }

  .comparison-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
    line-height: 1.2;
  }

  .comparison-title span {
    display: block;
    font-size: 32px;
    line-height: 1;
  }

  .cta-newsletter-box h2 span {
    font-size: 24px !important;
  }

  .about-stats {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
  }

  .about-stats .stat-item {
    width: auto;
    min-width: 0;
    max-width: none !important;
  }

  .about-stats .stat-item h3 {
    font-size: 28px;
  }

  .about-stats .stat-item p {
    font-size: 10px;
    white-space: nowrap;
  }

  .why-us-title span {
    font-size: 2rem !important;
  }

  /* --- Navbar Logo --- */
  .nav-logo {
    font-size: 1.1rem !important;
  }

  .nav-logo img {
    width: 85px !important;
  }

  .hero {
    padding: 100px 16px 0px !important;
  }

  .hero-content {
    padding: 40px 12px 40px !important;
  }

  /* --- Hero Tagline --- */
  .hero-tagline {
    font-size: 13px !important;
    letter-spacing: 0.03em !important;
    padding: 3px 8px !important;
    margin-bottom: 8px !important;
  }

  /* --- Hero Title (SVG image) --- */
  .hero-title,
  .hero-title.reveal,
  .hero-title.revealed {
    width: 78% !important;
    max-width: 330px !important;
    height: auto !important;
    margin: 0 auto 10px auto !important;
    display: block !important;
  }

  .nav-right {
    display: none !important;
  }

  /* --- Hero Buttons wrapper --- */
  .hero-buttons {
    margin-top: 8px !important;
    margin-bottom: 24px !important;
  }

  /* --- CTA Button (btn-animated-pill) chhota --- */
  .btn-animated-pill {
    padding: 6px 14px !important;
    font-size: 0.9rem !important;
  }

  .btn-animated-pill .btn-text {
    padding-left: 2px !important;
    padding-right: 4px !important;
  }

  .btn-animated-pill .icon-circle {
    height: 30px !important;
    width: 30px !important;
  }

  .btn-animated-pill .icon-circle img {
    width: 14px !important;
    height: 14px !important;
  }

  .btn-animated-pill .icon-right {
    width: 30px !important;
    margin-right: -8px !important;
  }

  .btn-animated-pill .icon-left {
    width: 0 !important;
    margin-left: -8px !important;
  }

  .btn-animated-pill:hover .icon-left {
    width: 30px !important;
  }

  /* --- Hero Subtitle (reveal/revealed JS classes bhi target) --- */
  .hero-subtitle,
  .hero-subtitle.reveal,
  .hero-subtitle.revealed {
    font-size: 13px !important;
    line-height: 1.4 !important;
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }

  /* --- NPH Right panel --- */
  .nph-right {
    transform: none !important;
    transform-origin: top center !important;
  }

  .nph-right img {
    width: auto !important;
  }

  /* --- Hero Trust badges --- */
  .hero-trust {
    font-size: 10px !important;
    gap: 6px !important;
    margin-bottom: 12px !important;
  }

  .hero-trust img {
    width: 16px !important;
    height: auto !important;
  }

  /* --- Clients marquee track --- */
  .clients-track {
    gap: 15px !important;
  }

  .clients-row {
    padding: 10px 0px 20px 0px !important;
  }

  .clients-track img {
    height: 24px !important;
    width: auto !important;
    max-width: none !important;
  }

  .ticker-wrap {
    padding: 10px 0 !important;
  }

  .ticker-track span {
    font-size: 20px !important;
  }

  .ticker-track .sep i {
    font-size: 14px !important;
  }

  /* section-title bara + reveal/revealed enforce */
  .section-title,
  .section-title.reveal,
  .section-title.revealed {
    max-width: 90% !important;
    font-size: 2.5rem !important;
    line-height: 1 !important;
    margin-bottom: 5px !important;
  }

  .about-section .section-title span {
    font-size: 2.2rem !important;
  }

  .about-stats .stat-item {
    max-width: 90px !important;
  }

  /* about-text chhota + reveal/revealed enforce */
  .about-text,
  .about-text.reveal,
  .about-text.revealed {
    font-size: 0.68rem !important;
    max-width: 85% !important;
    margin-bottom: 0px !important;
    line-height: 1.4 !important;
  }

  .about-stats .stat-item h3 {
    font-size: 40px !important;
  }

  .about-stats .stat-item p {
    font-size: 12px !important;
  }

  /* --- Services Section --- */
  .service-row-title {
    font-size: 22px !important;
    line-height: 1.2 !important;
    margin-bottom: 10px !important;
  }

  .service-row-title {
    font-size: 25px !important;
    line-height: 1.2 !important;
    margin-bottom: 10px !important;
  }

  .geometric-spinner {
    width: 40px !important;
    height: 40px !important;
  }

  .geometric-spinner svg {
    width: 40px !important;
    height: 40px !important;
  }

  .service-desc {
    font-size: 12px !important;
    line-height: 1.5 !important;
    letter-spacing: 0.5px !important;
  }

  .sub-services-list li {
    font-size: 12px !important;
    padding: 4px 0 !important;
    font-weight: 200 !important;
    letter-spacing: 0.5px !important;
  }

  .sub-services-list li svg,
  .sub-services-list li img {
    width: 14px !important;
    height: 14px !important;
  }

  .service-showcase-item {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }

  .nph-heading {
    font-size: 30px !important;
    line-height: 1.2 !important;
  }

  .nph-left p {
    font-size: 14px !important;
  }

  /* --- NPH Paragraph --- */
  .nph-paragraph {
    max-width: 95% !important;
    width: 95% !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
  }

  .why-us-title {
    font-size: 25px !important;
    line-height: 1.2 !important;
    margin-bottom: 10px !important;
  }

  /* --- Portfolio Gallery Cards (npg-overlay) --- */
  .npg-item {
    width: 380px !important;
    height: 270px !important;
  }

  .npg-overlay {
    padding: 20px !important;
  }

  .npg-tag {
    padding: 6px 14px !important;
    font-size: 0.8rem !important;
  }

  .npg-icon {
    width: 36px !important;
    height: 36px !important;
    font-size: 0.9rem !important;
  }

  .npg-title {
    font-size: 1.25rem !important;
  }

  .npg-subtitle {
    font-size: 0.95rem !important;
  }

  .npg-track {
    gap: 16px !important;
  }

  /* --- Why Us Section --- */
  .why-us-header {
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 16px !important;
  }

  .why-us-header-left {
    width: 100% !important;
  }

  .why-us-header-left h2 {
    font-size: 24px !important;
    line-height: 1.2 !important;
    width: 355px !important;
  }

  .why-us-header-right p {
    max-width: 92% !important;
  }

  .why-us-header-left p {
    font-size: 14px !important;
  }

  .why-us-header-right {
    padding-bottom: 15px !important;
  }

  .why-us-header-right img {
    max-width: 180px !important;
  }

  .urgency-text {
    font-size: 13px !important;
  }

  /* --- Feature Cards --- */
  .feature-card {
    padding: 28px 24px !important;
    border-radius: 20px !important;
    position: sticky !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05) !important;
  }

  .feature-card:nth-of-type(1) {
    top: 150px !important;
    z-index: 1;
  }

  .feature-card:nth-of-type(2) {
    top: 90px !important;
    z-index: 2;
  }

  .feature-card:nth-of-type(3) {
    top: 110px !important;
    z-index: 3;
  }

  .feature-icon {
    width: 44px !important;
    height: 44px !important;
    margin-bottom: 20px !important;
  }

  .feature-card h3 {
    font-size: 20px !important;
    line-height: 1.25 !important;
    margin-bottom: 12px !important;
  }

  .feature-card p {
    font-size: 14px !important;
    line-height: 1.45 !important;
  }

  .feature-card img,
  .feature-card svg {
    width: 24px !important;
    height: 24px !important;
  }

  /* --- Footer Bottom Bar --- */
  .footer-bottom-bar {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    gap: 12px !important;
  }

  .footer-policy-links {
    justify-content: center !important;
    flex-wrap: wrap !important;
  }

  .footer-social-links {
    justify-content: center !important;
  }

  /* --- About Visual Image Fix --- */
  .about-visual {
    width: 280px !important;
    height: 280px !important;
    max-width: 280px !important;
    aspect-ratio: 1 / 1 !important;
    margin: 0 auto 20px auto !important;
  }

  .about-visual-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 50% !important;
  }

}

@media (max-width: 640px) {
  .about-section {
    padding: 70px 0 40px;
  }

  .about-content {
    gap: 16px;
  }

  .about-text {
    max-width: 100%;
    font-size: 0.98rem;
    margin-bottom: 14px;
  }

  .about-stats {
    flex-direction: row;
    align-items: center;
    gap: 18px;
  }

  .about-stats .stat-item h3 {
    font-size: 2.2rem;
  }
}

@media (max-width: 900px) {
  .hero-content {
    max-width: 680px;
    padding: 40px 20px;
  }

  .hero-title {
    font-size: clamp(2.5rem, 8vw, 5rem);
    margin-bottom: 18px;
  }

  .hero-subtitle {
    font-size: 1rem;
    margin: 22px 0;
    line-height: 1.3;
  }
}

@media (max-width: 640px) {
  .hero-content {
    max-width: 100%;
    padding: 30px 16px;
  }

  .hero-title {
    font-size: clamp(2.2rem, 10vw, 4rem);
    line-height: 1.1;
  }

  .hero-subtitle {
    font-size: 0.95rem;
    margin: 18px 0;
    line-height: 1.4;
  }
}

@media screen and (max-width: 375px) {
  .hero-title {
    font-size: 1.8rem;
  }

  .hero-tagline {
    font-size: 0.8rem;
    margin-bottom: 12px;
  }

  .hero-subtitle {
    font-size: 0.85rem;
  }

  .hero-trust {
    font-size: 0.8rem;
  }

  .btn-animated-pill {
    padding: 6px 16px;
    font-size: 0.85rem;
  }

  .btn-animated-pill .icon-circle {
    height: 32px;
    width: 32px;
  }

  .btn-animated-pill .icon-circle img {
    width: 15px !important;
    height: 15px !important;
  }

  .btn-animated-pill .icon-circle i {
    font-size: 0.9rem;
    min-width: 12px;
  }

  .btn-animated-pill .icon-left {
    margin-left: -11px;
  }

  .btn-animated-pill .icon-right {
    width: 32px;
    margin-right: -11px;
  }

  .btn-animated-pill:hover .icon-left {
    display: none !important;
  }

  .btn-animated-pill:hover .icon-right {
    width: 32px !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .section-title {
    font-size: 1.4rem;
  }

  .about-text {
    font-size: 0.85rem;
  }

  .about-stats {
    gap: 16px !important;
    flex-wrap: nowrap !important;
  }

  .about-stats .stat-item {
    flex: 1;
    text-align: center;
  }

  .about-stats .stat-item h3 {
    font-size: 1.5rem !important;
  }

  .about-stats .stat-item p {
    font-size: 0.65rem !important;
  }

  .services-title {
    font-size: 28px !important;
  }

  .services-title span {
    font-size: 28px !important;
  }

  .services-header {
    flex-direction: column;
    text-align: start;
    align-items: flex-start;
  }

  /* Services Showcase Optimization (375px) */
  .service-showcase-item {
    padding: 24px 16px 12px !important;
    margin-bottom: 16px !important;
  }

  .service-card-left {
    padding-bottom: 8px !important;
  }

  .service-num {
    font-size: 1rem !important;
  }

  .outlined-arrow {
    width: 34px !important;
    height: 34px !important;
    border-radius: 10px !important;
  }

  .outlined-arrow svg {
    width: 16px !important;
    height: 16px !important;
  }

  .service-card-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    /* Bring eye icon to title level */
    margin-bottom: 16px !important;
  }

  .service-row-title {
    font-size: 22px !important;
    line-height: 1.2 !important;
    margin-bottom: 0 !important;
  }

  .geometric-spinner {
    width: 32px !important;
    height: 32px !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
  }

  .geometric-spinner img {
    width: 32px !important;
    height: 32px !important;
  }

  .service-desc {
    font-family: var(--font-jakarta) !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    letter-spacing: 0.01em !important;
    margin-bottom: 20px !important;
  }

  .sub-services-list li {
    font-family: var(--font-jakarta) !important;
    font-size: 15px !important;
    padding: 12px 0 !important;
    line-height: 1.4 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
    font-weight: 300 !important;
  }

  .sub-services-list li:last-child {
    border-bottom: none !important;
  }

  .sub-num {
    color: #FF9500 !important;
    /* Brand amber */
    font-weight: var(--weight-700) !important;
    font-size: 15px !important;
  }

  .nph-left h1 {
    font-size: 1.7rem !important;
  }

  .nph-left p {
    font-size: 0.85rem !important;
  }

  .npg-item {
    width: 250px;
    height: 180px;
  }

  .npg-overlay {
    padding: 12px !important;
  }

  .npg-tag {
    padding: 3px 8px !important;
    font-size: 0.65rem !important;
  }

  .npg-icon {
    width: 26px !important;
    height: 26px !important;
    font-size: 0.75rem !important;
  }

  .npg-title {
    font-size: 0.9rem !important;
    margin-bottom: 2px !important;
  }

  .npg-subtitle {
    font-size: 0.7rem !important;
  }

  .npg-overlay-top {
    transform: translateY(-10px) !important;
  }

  .npg-overlay-bottom {
    transform: translateY(10px) !important;
  }

  .npg-item:hover .npg-overlay-top,
  .npg-item:hover .npg-overlay-bottom {
    transform: translateY(0) !important;
  }


  /* --- About Content Headings --- */
  .about-content h2 {
    font-size: 22px !important;
    line-height: 1.2 !important;
    margin-bottom: 10px !important;
  }

  .about-content h3 {
    font-size: 18px !important;
    line-height: 1.3 !important;
    margin-bottom: 8px !important;
  }

  /* --- About Content Paragraph --- */
  .about-content p {
    font-size: 13px !important;
    line-height: 1.6 !important;
    margin-bottom: 10px !important;
  }

  .about-content ul li {
    font-size: 13px !important;
    line-height: 1.5 !important;
    margin-bottom: 6px !important;
  }

  /* --- About Stats Compact (Mobile-M) --- */
  .about-stats {
    width: 100% !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    gap: 12px !important;
  }

  .about-stats .stat-item {
    flex: 1 1 auto !important;
    text-align: center !important;
  }

  /* --- Section Titles (Mobile-M compact) --- */
  .section-title.reveal,
  .section-title.revealed {
    font-size: 12px !important;
    line-height: 1.1 !important;
    max-width: 90% !important;
    margin-bottom: 6px !important;
  }

  .section-title.reveal {
    font-size: 2.2rem !important;
    line-height: 1.1 !important;
    max-width: 100% !important;
    margin-bottom: 6px !important;
  }

  .about-stats .stat-item h3,
  p {
    font-size: 35px !important;
  }

  .why-us-title span {
    font-size: 1.9rem !important;
  }

  /* --- CTA Newsletter Heading (Mobile-M compact) --- */
  .cta-newsletter-box h2 {
    font-size: 24px !important;
    line-height: 1.4 !important;
    margin-bottom: 24px !important;
  }

  .cta-newsletter-box p {
    font-size: 13px !important;
    line-height: 1.5 !important;
  }

  .cta-newsletter-box {
    padding: 40px 20px !important;
  }

  .newsletter-form {
    padding: 5px !important;
    max-width: 100% !important;
    display: flex;
    flex-direction: column;
    align-items: center !important;
    backdrop-filter: none !important;
  }

  .input-wrap {
    padding: 8px 12px !important;
  }

  .btn-orange {
    padding: 10px 22px !important;
    font-size: 0.88rem !important;
  }

  /* --- Footer Main Content Compact (Mobile-M) --- */
  .footer-main-content h2 {
    font-size: 30px !important;
    line-height: 1.2 !important;
  }

  .footer-main-content p {
    font-size: 13px !important;
    line-height: 1.5 !important;
  }

  .footer-main-content a {
    font-size: 13px !important;
  }

  .footer-main-content {
    gap: 15px !important;
  }

  /* --- Hero Content (Mobile-M compact) --- */
  .hero-content {
    max-width: 100% !important;
  }

  .footer-contact-email {
    display: none !important;
  }

  .modern-contact-form textarea {
    min-height: 80px !important;
  }

  .btn-submit-modern {
    padding: 10px 16px !important;
    font-size: 0.85rem !important;
  }

  .footer-copyright,
  .footer-policy-links,
  .footer-social-links a {
    font-size: 12px !important;
  }

  .hero {
    padding: 90px 12px 0px !important;
  }

  .hero-content {
    padding: 40px 8px 40px !important;
  }

  /* SVG heading image (img tag se aa rahi hai) */
  .hero-title,
  .hero-title.reveal,
  .hero-title.revealed {
    width: 300px !important;
    max-width: 100% !important;
    height: auto !important;
    margin-bottom: 15px !important;
  }

  /* Ensure button icons don't inherit a large width */
  .btn-animated-pill img {
    width: 13px !important;
    height: 13px !important;
  }

  /* Tagline */
  .hero-tagline {
    font-size: 13px !important;
    padding: 4px 10px !important;
    margin-bottom: 10px !important;
  }

  /* Subtitle — reveal/revealed bhi target */
  .hero-subtitle,
  .hero-subtitle.reveal,
  .hero-subtitle.revealed {
    font-size: 13px !important;
    line-height: 1.35 !important;
    margin-bottom: 20px !important;
  }

  /* Free Consultation Button */
  .btn-animated-pill {
    padding: 5px 12px !important;
    font-size: 0.85rem !important;
  }

  .btn-animated-pill .btn-text {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }

  .btn-animated-pill .icon-circle {
    height: 28px !important;
    width: 28px !important;
  }

  .btn-animated-pill .icon-circle img {
    width: 13px !important;
    height: 13px !important;
  }

  .btn-animated-pill .icon-right {
    width: 28px !important;
    margin-right: -6px !important;
  }

  .btn-animated-pill .icon-left {
    width: 0 !important;
    margin-left: -6px !important;
  }

  .btn-animated-pill:hover .icon-left {
    width: 28px !important;
  }

  /* Clients Row / Logos */
  .clients-track img {
    height: 22px !important;
  }

  /* Ticker Text Sizing */
  .ticker-wrap {
    padding: 8px 0 !important;
  }

  .ticker-track span {
    font-size: 18px !important;
  }

  .ticker-track .sep i {
    font-size: 12px !important;
  }

  .faq-question-row {
    padding: 12px 18px !important;
  }

  .faq-question-text {
    font-size: 14px !important;
  }

  .faq-answer-text {
    padding: 12px 18px !important;
    font-size: 13px !important;
  }

  .vm-card {
    padding: 16px !important;
  }

  .vm-desc {
    font-size: 13px !important;
  }

  .vm-stars {
    font-size: 12px !important;
  }

  .vm-author img {
    width: 30px !important;
    height: 30px !important;
  }

  .vm-name,
  .vm-role {
    font-size: 12px !important;
  }

  .work-step-content p {
    font-size: 13px !important;
  }

  .faq-paragraph {
    font-size: 14px !important;
  }

  .faq-heading {
    font-size: 30px !important;
    line-height: 1.2 !important;
  }

  .why-us-title {
    font-size: 21px !important;
    line-height: 1.2 !important;
  }

  .why-us-header-right p {
    font-size: 13px !important;
  }

  .npg-item {
    width: 250px !important;
    height: 200px !important;
  }

  .npg-overlay {
    padding: 12px !important;
  }

  .npg-tag {
    padding: 3px 8px !important;
    font-size: 0.65rem !important;
  }

  .npg-icon {
    width: 26px !important;
    height: 26px !important;
    font-size: 0.75rem !important;
  }

  .npg-title {
    font-size: 0.9rem !important;
    margin-bottom: 2px !important;
  }

  .npg-subtitle {
    font-size: 0.7rem !important;
  }

  .npg-overlay-top {
    transform: translateY(-10px) !important;
  }

  .npg-overlay-bottom {
    transform: translateY(10px) !important;
  }

  .npg-item:hover .npg-overlay-top,
  .npg-item:hover .npg-overlay-bottom {
    transform: translateY(0) !important;
  }

  .section-title {
    font-size: 28px !important;
  }

  .urgency-text {
    font-size: 13px;
  }
}

@media screen and (max-width: 320px) {

  .about-text,
  .about-text.reveal,
  .about-text.revealed {
    font-size: 0.62rem !important;
    max-width: 100% !important;
    margin-bottom: 0 !important;
    line-height: 1.45 !important;
    padding: 0 !important;
  }

  .about-text p,
  .about-text ul li {
    font-size: 12px !important;
    line-height: 1.5 !important;
    margin-bottom: 8px !important;
  }

  .mobile-info p {
    font-size: 0.78rem !important;
    line-height: 1.4 !important;
    margin-bottom: 6px !important;
  }

  .hero {
    padding: 80px 8px 0px !important;
  }

  .hero-content {
    padding: 40px 4px 40px !important;
  }

  /* --- Hero Title (SVG Image) --- */
  .hero-title,
  .hero-title.reveal,
  .hero-title.revealed {
    width: 250px !important;
    max-width: 100% !important;
    height: auto !important;
  }

  .hero-tagline {
    font-size: 11px !important;
  }

  /* --- Paragraph / Subtitle --- */
  .hero-subtitle,
  .hero-subtitle.reveal,
  .hero-subtitle.revealed {
    font-size: 11px !important;
    line-height: 1.3 !important;
    margin-bottom: 12px !important;
  }

  /* --- Free Consultation Button --- */
  .btn-animated-pill {
    padding: 4px 10px !important;
    font-size: 0.8rem !important;
  }

  .btn-animated-pill .icon-circle {
    height: 26px !important;
    width: 26px !important;
  }

  .btn-animated-pill .icon-circle img {
    width: 12px !important;
    height: 12px !important;
  }

  .btn-animated-pill .icon-right {
    width: 26px !important;
    margin-right: -5px !important;
  }

  .btn-animated-pill .icon-left {
    width: 0 !important;
    margin-left: -5px !important;
  }

  .btn-animated-pill:hover .icon-left {
    width: 26px !important;
  }

  .clients-track img {
    height: 20px !important;
    width: auto !important;
    max-width: none !important;
  }

  /* Ticker Text Sizing */
  .ticker-wrap {
    padding: 6px 0 !important;
  }

  .ticker-track span {
    font-size: 16px !important;
  }

  .ticker-track .sep i {
    font-size: 11px !important;
  }

  .why-us-header-left h2 {
    font-size: 20px !important;
    max-width: 270px !important;
  }

  .why-us-header-left h2 span {
    font-size: 22px !important;
  }

  .why-us-header-right p {
    font-size: 10px !important;
  }

  .our-work-subtitle {
    font-size: 15px !important;
  }

  .feature-item {
    font-weight: 200;
  }

  .footer-left h2 span {
    font-size: 30px !important;
  }

  .faq-section {
    padding: 30px 0 50px !important;
  }

  .our-work-section {
    padding: 60px 12px 60px;
  }

  .why-us-section {
    padding: 30px 0 20px !important;
  }

  .nph-left h1 {
    font-size: 25px !important;
  }

  .nph-left h1 span {
    font-size: 25px !important;
  }

  .nph-left p {
    font-size: 13px !important;
  }

  /* Services Showcase Optimization (320px) */
  .services-title {
    font-size: 24px !important;
  }

  .services-title span {
    font-size: 24px !important;
  }

  .service-showcase-item {
    padding: 20px 12px 10px !important;
    margin-bottom: 12px !important;
  }

  .service-card-left {
    padding-bottom: 6px !important;
  }

  .service-num {
    font-size: 0.9rem !important;
  }

  .service-card-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    /* Bring eye icon to title level */
    margin-bottom: 12px !important;
  }

  .service-row-title {
    font-size: 20px !important;
    line-height: 1.25 !important;
  }

  .geometric-spinner {
    width: 28px !important;
    height: 28px !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
  }

  .geometric-spinner img {
    width: 28px !important;
    height: 28px !important;
  }

  .service-desc {
    font-family: var(--font-jakarta) !important;
    font-size: 13.5px !important;
    line-height: 1.45 !important;
    margin-bottom: 16px !important;
  }

  .sub-services-list li {
    font-family: var(--font-jakarta) !important;
    font-size: 14px !important;
    padding: 10px 0 !important;
    line-height: 1.35 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
    font-weight: 300 !important;
  }

  .sub-services-list li:last-child {
    border-bottom: none !important;
  }

  .sub-num {
    color: #FF9500 !important;
    font-weight: var(--weight-700) !important;
    font-size: 14px !important;
  }

  .outlined-arrow {
    width: 30px !important;
    height: 30px !important;
    border-radius: 8px !important;
  }

  .outlined-arrow svg {
    width: 14px !important;
    height: 14px !important;
  }

  .about-section .section-title span {
    font-size: 2.1rem !important;
  }

  .ticker-track {
    font-size: 20px !important;
  }

  .ticker-wrap {
    padding: 10px 0;
  }

  .urgency-text {
    font-size: 10px !important;
  }

}

/* Responsive: enlarge our-work cards at larger breakpoints */
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
    padding: 0 32px;
  }

  .our-work-header {
    max-width: 1100px;
    margin-bottom: 100px;
  }

  .work-steps-grid {
    max-width: 1280px;
    gap: 32px;
  }

  .work-step-card {
    max-width: 420px;
  }

  .work-step-image {
    height: 220px;
  }

  work-step-content {
    padding: 40px 22px 40px 22px;
  }

  .work-step-pill {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 600;
  }

  .work-step-content h3 {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.2;
    color: #ffffff;
    letter-spacing: -0.02em;
  }

  .work-step-content p {
    margin: 0;
    max-width: 80%;
  }

  .comparison-table {
    max-width: 1200px;
  }

  .btn-purple {
    background: #8b5cf6;
    color: var(--white);
    border: 2px solid #8b5cf6;
  }

  .btn-purple:hover {
    background: #7c3aed;
    border-color: #7c3aed;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(139, 92, 246, 0.35);
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1440px;
    padding: 0 48px;
  }

  .our-work-header {
    max-width: 1100px;
    margin-bottom: 100px;
  }

  .work-steps-grid {
    max-width: 1280px;
    gap: 32px;
  }

  .work-step-card {
    max-width: 420px;
  }

  .work-step-image {
    height: 220px;
  }

  work-step-content {
    padding: 40px 22px 40px 22px;
  }

  .work-step-pill {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 600;
  }

  .work-step-content h3 {
    font-size: 1.6rem !important;
    font-weight: 500;
    line-height: 1.2;
    color: #ffffff;
    letter-spacing: -0.02em;
  }

  .work-step-content p {

    margin: 0;
    max-width: 80%;
  }

  .comparison-table {
    max-width: 1200px;
  }

  .btn-purple {
    background: #8b5cf6;
    color: var(--white);
    border: 2px solid #8b5cf6;
  }

  .btn-purple:hover {
    background: #7c3aed;
    border-color: #7c3aed;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(139, 92, 246, 0.35);
  }

  .faq-accordion {
    max-width: 1000px;
  }

}

@media (max-width: 480px) {

  /* --- Comparison Section --- */
  .comparison-section {
    padding: 60px 0 !important;
    scroll-margin-top: 80px;
  }

  .comparison-header {
    margin-bottom: 24px !important;
  }

  .comparison-title {
    font-size: 34px !important;
    line-height: 0.8 !important;
  }

  .comparison-subtitle {
    font-size: 12px !important;
    max-width: 250px !important;
    line-height: 1.4 !important;
    margin-top: 6px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  .comparison-table {
    grid-template-columns: 2.2fr minmax(0, 0.9fr) minmax(0, 0.9fr) minmax(0, 0.9fr) !important;
    gap: 6px !important;
    padding: 0 4px !important;
    margin-bottom: 24px !important;
  }

  .col-features .col-header,
  .highlight-header,
  .col-regular .col-header {
    height: 48px !important;
  }

  .col-highlight {
    padding: 0 0 10px !important;
  }

  .col-regular {
    padding: 0 0 10px !important;
  }

  .feature-item,
  .check-item {
    height: 48px !important;
  }

  .feature-item {
    font-size: 13px !important;
    line-height: 1.3 !important;
    font-weight: 500 !important;
  }

  .col-regular .col-header h3 {
    font-size: 9px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
    overflow: hidden !important;
    word-break: break-word !important;
    text-align: center !important;
  }

  /* Mobile: hide SVG wordmark, show PNG icon */
  .logo-desktop {
    display: none !important;
  }

  .logo-mobile {
    display: block !important;
  }

  .highlight-header img {
    max-height: 18px !important;
    max-width: 90% !important;
  }

  .check-item {
    font-size: 15px !important;
  }

  .comparison-footer {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-top: 20px !important;
  }

  .comparison-footer .nav-right {
    width: 100% !important;
    justify-content: center !important;
    display: flex !important;
  }

  .comparison-footer #hamburger {
    display: none !important;
  }
}