/* SMR ONEWAY — responsive (loaded after style.css) */

@media (min-width: 768px) { .container { padding: 0 20px; } }

@media (min-width: 768px) {
  .header .header-inner {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    min-height: 74px;
    height: auto;
  }
}

@media (min-width: 768px) {
  .mobile-nav-drawer,
  .mobile-nav-backdrop {
    display: none !important;
  }
  .mobile-nav-toggle {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .logo-link {
    gap: 10px;
    min-width: 240px;
    flex-shrink: 0;
  }
  .logo-box {
    width: 42px;
    height: 42px;
  }
  .logo-text strong { font-size: 1rem; }
  .logo-text span {
    font-size: 0.72rem;
    color: rgba(226, 232, 240, 0.62);
    white-space: nowrap;
  }
}

@media (min-width: 768px) {
  .nav {
    display: flex;
    align-items: center;
    gap: 24px;
    font-size: 0.92rem;
  }
}

@media (min-width: 768px) {
  .nav > a:not(.nav-cta),
  .nav > .nav-dropdown > a {
    font-size: 0.92rem;
    line-height: 1;
    padding: 28px 0 24px;
    color: rgba(226, 232, 240, 0.82);
    min-height: 0;
  }
  .nav > a.active::after,
  .nav > .nav-dropdown > a.active::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, #60a5fa, #a78bfa);
  }
}

@media (prefers-reduced-motion: reduce) {
  .nav-dropdown-menu {
    transition: none;
  }
}

@media (min-width: 768px) {
  .header {
    z-index: 500;
  }
}

@media (min-width: 768px) {
  .header .nav .nav-dropdown.open .nav-dropdown-menu {
    position: absolute;
  }
  .header .nav .nav-dropdown.open .nav-dropdown-menu {
    max-width: none;
  }
}

@media (max-width: 900px) and (min-width: 768px) {
  .services-dropdown {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .nav-dropdown.open .nav-dropdown-menu.services-dropdown {
    grid-template-columns: 1fr;
    width: calc(100vw - 24px);
    max-width: calc(100vw - 24px);
    left: 12px;
    right: auto;
    transform: translateX(0) translateY(0);
  }
}

@media (max-width: 1100px) and (min-width: 768px) {
  .nav {
    gap: 16px;
  }
  .logo-link {
    min-width: 210px;
  }
  .nav > a:not(.nav-cta),
  .nav > .nav-dropdown > a {
    font-size: 0.86rem;
  }
}

@media (max-width: 767px) {
  :root { --mobile-header-h: 3.5rem; }
  .header {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
  }
  .header-inner {
    flex-direction: row;
    flex-wrap: nowrap;
    height: var(--mobile-header-h);
    align-items: center;
    padding: 0;
  }
  .nav {
    display: none !important;
  }
}

@media (max-width: 980px) {
  .intent-pages-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .intent-pages-section {
    margin: 52px 16px;
    padding: 24px;
  }
  .intent-pages-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 768px) { .section { padding: 60px 0; margin-bottom: 80px; } }

@media (min-width: 900px) {
  .service-zigzag-item {
    grid-template-columns: 1.1fr 1fr;
    gap: 1.4rem;
  }
  .service-zigzag-item:nth-child(even) .service-zigzag-media { order: 2; }
  .service-zigzag-item:nth-child(even) .service-zigzag-content { order: 1; }
}

@media (min-width: 768px) {
  .service-page-slider.media-slider {
    min-height: min(38vh, 360px);
  }
}

@media (min-width: 768px) {
  .service-sheet {
    padding: 1.75rem 2rem 2rem;
  }
  .service-sheet .btn-primary {
    width: auto;
    display: inline-flex;
  }
}

@media (max-width: 767px) {
  .page-services main .section {
    padding: 3.25rem 0;
  }
}

@media (max-width: 768px) {
  .page-services .page-services-core-hubs {
    padding: 22px;
    margin-top: 24px;
  }

  .page-services .core-service-links {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .page-services .services-grid,
  .services-modern-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

@media (min-width: 1100px) {
  .services-modern-grid,
  .page-services .services-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 767px) {
  .about-founder-page .section {
    padding: 1.6rem 0;
  }
}

@media (min-width: 900px) {
  .about-bio-grid {
    grid-template-columns: minmax(0, 340px) minmax(0, 1fr);
    gap: 3rem;
  }
}

@media (min-width: 900px) {
  .home-founder-grid {
    grid-template-columns: minmax(0, 280px) minmax(0, 1fr);
    gap: 2rem;
  }
}

@media (min-width: 768px) { .section-title { font-size: 2.2rem; } }

@media (min-width: 768px) { .grid-2 { grid-template-columns: 1.5fr 1fr; } }

@media (min-width: 768px) { .grid-services { grid-template-columns: repeat(2, 1fr); } }

@media (min-width: 640px) { .grid-4 { grid-template-columns: repeat(2, 1fr); } }

@media (min-width: 768px) { .grid-4 { grid-template-columns: repeat(4, 1fr); } }

@media (min-width: 640px) { .grid-3 { grid-template-columns: repeat(2, 1fr); } }

@media (min-width: 768px) { .grid-3 { grid-template-columns: repeat(3, 1fr); } }

@media (min-width: 768px) { .hero-title { font-size: 2.35rem; } }

@media (max-width: 1100px) {
  .bg-card-1 { left: 0%; top: 12%; }
  .bg-card-2 { right: 6%; top: 8%; }
  .bg-card-3 { left: 28%; bottom: 6%; }
  .hero-3d-stack-a { left: 8%; }
  .hero-3d-stack-b { left: 14%; }
  .hero-3d-stack-c { left: 42%; }
}

@media (max-width: 768px) {
  .bg-card {
    opacity: 0.45;
    transform: scale(0.82);
  }

  .bg-card-3 {
    display: none;
  }

  .hero-radial-1,
  .hero-radial-2 {
    filter: blur(80px);
    opacity: 0.3;
  }

  .hero-3d-stack-b,
  .hero-3d-stack-c {
    display: none;
  }

  .hero-3d-stack-a {
    left: 6%;
    top: 12%;
    opacity: 0.35;
    transform: scale(0.82) translateZ(24px) rotateX(20deg) rotateY(-18deg) rotateZ(-8deg);
  }
}

@media (max-width: 991px) {
  .hero-3d-scene {
    opacity: 0.45;
  }
}

@media (min-width: 768px) {
  .home-hero-split {
    align-items: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-hero-svc-track {
    animation: none;
  }
}

@media (max-width: 480px) {
  .hero-cine { margin: 0.4rem 0.55rem 0; }
  .cine-caption { font-size: .62rem; padding: .26rem .48rem; top: 8px; right: 8px; }
  .cine-caption-stack { min-width: 8rem; }
  .cine-feed { max-width: 58%; left: 8px; bottom: 8px; }
  .cine-feed-row strong { font-size: .65rem; }
  .cine-feed-row em { font-size: .56rem; }
  .cine-feed-row { padding: .32rem .45rem; gap: .4rem; }
  .cine-feed-icon { width: 20px; height: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-cine .cine-act,
  .hero-cine .cine-rain,
  .hero-cine .cine-drops line,
  .hero-cine .cine-lead-pill,
  .hero-cine .cine-walker,
  .hero-cine .cine-walker-body,
  .hero-cine .cine-walker-2,
  .hero-cine .cine-walker-2-body,
  .hero-cine .cine-leg,
  .hero-cine .cine-leg2,
  .hero-cine .cine-flag,
  .hero-cine .cine-hug-heart,
  .hero-cine .cine-spark,
  .hero-cine .cine-heart,
  .hero-cine .cine-thanks-eye,
  .hero-cine .cine-thanks-big,
  .hero-cine .cine-thanks-brand,
  .hero-cine .cine-thanks-rule,
  .hero-cine .cine-thanks-tag,
  .hero-cine .cine-chart-line,
  .hero-cine .cine-chart-area,
  .hero-cine .cine-chart-dot,
  .hero-cine .cine-arms-type line,
  .hero-cine .cine-type-dots circle,
  .hero-cine .cine-stars circle,
  .hero-cine .cine-caption-line,
  .hero-cine .cine-feed-row,
  .hero-cine .cine-caption-dot {
    animation: none !important;
  }
  .hero-cine .cine-act--desk { opacity: 1; }
  .hero-cine .cine-act--walk,
  .hero-cine .cine-act--thanks,
  .hero-cine .cine-rain { opacity: 0; }
  .hero-cine .cine-chart-line { stroke-dashoffset: 0; }
  .hero-cine .cine-chart-area { opacity: 1; }
  .hero-cine .cine-caption-line--1 { opacity: 1; }
  .hero-cine .cine-feed-row--1 { opacity: 1; transform: none; }
}

@media (min-width: 768px) {
  .section-home-google-trust {
    padding-top: 1.65rem;
    padding-bottom: 1.65rem;
  }
}

@media (max-width: 767px) {
  .home-page .section-home-google-trust {
    padding-top: 1.25rem;
    padding-bottom: calc(1.25rem + max(0px, env(safe-area-inset-bottom) * 0.25));
  }
}

@media (min-width: 901px) {
  .hgt-gbp {
    margin-left: auto;
    max-width: 380px;
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hgt-gbp-viewport {
    transition: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hgt-gbp-slide {
    transition: none;
  }
}

@media (max-width: 900px) {
  .hgt-top {
    grid-template-columns: 1fr;
  }
  .hgt-gbp {
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 600px) {
  .hgt-hero {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .hgt-eyebrow {
    margin-left: auto;
    margin-right: auto;
  }
  .hgt-hero-text {
    text-align: center;
  }
  .hgt-actions {
    justify-content: center;
  }
  .hgt-actions .hgt-link-google {
    justify-content: center;
    text-align: center;
  }
  .hgt-gbp {
    margin: 0 auto;
    max-width: none;
    padding: 0.6rem 0.65rem 0.5rem;
    border-radius: 0.6rem;
  }
  .hgt-gbp-footrow {
    font-size: 0.58rem;
    gap: 0.2rem 0.4rem;
  }
  .hgt-gbp-readmore {
    font-size: 0.64rem;
  }
  .hgt-gbp-quote p {
    font-size: 0.7rem;
  }
  .hgt-rev-name {
    font-size: 0.68rem;
  }
  .hgt-rev-meta {
    font-size: 0.57rem;
  }
  .hgt-s-v {
    font-size: 0.92rem;
  }
  .hgt-s-ico {
    font-size: 0.92rem;
  }
  .hgt-s-l {
    font-size: 0.6rem;
  }
  .hgt-stats {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 0.1rem;
    padding: 0.45rem 0.25rem;
  }
  .hgt-stats li {
    border-right: 1px solid rgba(100, 116, 139, 0.35);
    border-bottom: 1px solid rgba(100, 116, 139, 0.2);
  }
  .hgt-stats li:nth-child(2) {
    border-right: 0;
  }
  .hgt-stats li:nth-child(3),
  .hgt-stats li:nth-child(4) {
    border-bottom: 0;
  }
  .hgt-stats li:nth-child(3) {
    border-right: 1px solid rgba(100, 116, 139, 0.35);
  }
}

@media (min-width: 768px) {
  .blog-page--content-first .header--slim-blog .header-inner {
    min-height: 74px;
    height: auto;
  }
}

@media (min-width: 768px) {
  .blog-page--content-first .section-blog-intro {
    padding-top: 1.5rem;
    padding-bottom: 1.75rem;
  }
}

@media (max-width: 991px) {
  .home-hero-device {
    width: min(100%, 540px);
  }
}

@media (max-width: 520px) {
  .home-hero-device {
    padding-bottom: 14px;
  }
  .home-hero-device::after {
    left: -2.5%;
    right: -2.5%;
    height: 14px;
    border-radius: 0 0 12px 12px;
  }
  .home-hero-device::before {
    height: 3px;
    bottom: 3.5px;
  }
  .home-hero-device-shell {
    padding: 12px 12px 14px;
    border-radius: 16px 16px 12px 12px;
  }
  .home-hero-device-shell::before {
    width: 46px;
    height: 7.5px;
  }
}

@media (min-width: 768px) {
  .why-chain-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: start;
    padding: 1rem 0 2.4rem;
  }
}

@media (min-width: 768px) {
  .why-chain-grid:hover .why-chain-card:not(:last-child)::after {
    opacity: 0.45;
  }
  .why-chain-grid:hover .why-chain-card:not(:last-child)::before {
    opacity: 0.65;
  }
  .why-chain-card:nth-child(odd) {
    transform: translateY(0);
  }
  .why-chain-card:nth-child(even) {
    transform: translateY(56px);
  }
  .why-chain-card:not(:last-child)::after {
    content: '';
    position: absolute;
    top: calc(100% - 10px);
    left: calc(100% - 12px);
    width: calc(var(--chain-gap) + 22px);
    height: 2px;
    transform-origin: left center;
    transform: rotate(32deg);
    background: linear-gradient(90deg, rgba(37,99,235,0.32), rgba(34,211,238,0.95), rgba(34,211,238,0));
    background-size: 210% 100%;
    animation: whyFlow 5s linear infinite;
    box-shadow: 0 0 10px rgba(34,211,238,0.35);
    z-index: 1;
    transition: opacity 0.3s ease, filter 0.3s ease, box-shadow 0.3s ease;
  }
  .why-chain-card:nth-child(even):not(:last-child)::after {
    top: 8px;
    left: calc(100% - 12px);
    transform: rotate(-32deg);
  }
  .why-chain-card:not(:last-child)::before {
    content: '';
    position: absolute;
    top: calc(100% + 6px);
    left: calc(100% + (var(--chain-gap) / 2) + 2px);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, #ffffff 0%, #bfdbfe 45%, #2563eb 100%);
    box-shadow: 0 0 0 3px rgba(37,99,235,0.18), 0 0 16px rgba(147,197,253,0.7);
    animation: whyNodePulse 2.2s ease-in-out infinite, whyNodeGlow 3.4s ease-in-out infinite;
    z-index: 3;
    transition: opacity 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
  }
  .why-chain-card:nth-child(even):not(:last-child)::before {
    top: 10px;
  }
  .why-chain-card:hover {
    transform: translateY(-6px);
    border-color: rgba(96,165,250,0.8);
    box-shadow: 0 0 0 1px rgba(34,211,238,0.6), 0 18px 46px rgba(29,78,216,0.28);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  }
  .why-chain-card:hover::after {
    opacity: 1 !important;
    filter: brightness(1.35);
    box-shadow: 0 0 14px rgba(34,211,238,0.75);
  }
  .why-chain-card:hover::before,
  .why-chain-card:hover + .why-chain-card::before {
    opacity: 1 !important;
    filter: brightness(1.2);
    box-shadow: 0 0 0 4px rgba(37,99,235,0.2), 0 0 22px rgba(191,219,254,0.95);
  }
}

@media (max-width: 767px) {
  .why-chain-wrap::before {
    content: '';
    position: absolute;
    left: 18px;
    top: 8px;
    bottom: 8px;
    width: 2px;
    background: linear-gradient(180deg, rgba(37,99,235,0.2), rgba(147,197,253,0.95), rgba(37,99,235,0.2));
    z-index: 0;
  }
  .why-chain-card {
    margin-left: 1.6rem;
    transform: none !important;
  }
  .why-chain-card::before {
    content: '';
    position: absolute;
    left: -1.65rem;
    top: 1.08rem;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: radial-gradient(circle, #ffffff 0%, #bfdbfe 45%, #2563eb 100%);
    box-shadow: 0 0 0 3px rgba(37,99,235,0.18), 0 0 16px rgba(147,197,253,0.7);
    animation: whyNodePulseMobile 2.7s ease-in-out infinite;
    z-index: 3;
  }
  .why-chain-card::after {
    animation: none !important;
    box-shadow: none !important;
  }
  @keyframes whyNodePulseMobile {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.15); opacity: 0.88; }
  }
}

@media (min-width: 768px) {
  .logo-grid { grid-template-columns: repeat(6, 1fr); }
}

@media (min-width: 768px) {
  .stats-grid { grid-template-columns: repeat(4, 1fr); }
}

@media (min-width: 768px) { .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.75rem 2rem; } }

@media (min-width: 768px) { .whatsapp-btn { bottom: 2rem; right: 2rem; } }

@media (min-width: 768px) { .ai-btn { bottom: 7rem; right: 2rem; } }

@media (min-width: 768px) {
  .ai-panel { bottom: 7rem; right: 2rem; width: 22rem; height: 30rem; }
}

@media (min-width: 768px) {
  .about-hero { padding: 4rem 0 4.5rem; }
}

@media (min-width: 900px) {
  .about-hero-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 340px);
    gap: 3rem;
  }
}

@media (min-width: 900px) {
  .about-hero-photo-wrap { justify-self: end; }
}

@media (min-width: 768px) {
  .about-content-card { padding: 2rem 2.25rem; }
}

@media (min-width: 980px) {
  .about-premium-hero-grid,
  .about-hero-split {
    grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.88fr);
    align-items: center;
  }
}

@media (min-width: 980px) {
  .about-premium-card-wrap {
    justify-content: flex-end;
  }
}

@media (min-width: 900px) {
  .about-what-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }
}

@media (max-width: 767px) {
  .about-section.about-premium-hero {
    padding: 1.5rem 0 1.35rem;
  }
  .about-section .about-hero-title {
    font-size: clamp(1.75rem, 6vw, 2.35rem);
    line-height: 1.15;
  }
  .about-section.about-premium-hero::after {
    right: -60px;
    top: 80px;
    width: 220px;
    height: 220px;
    opacity: 0.85;
  }
  .about-premium-profile-card.profile-card {
    padding: 1.15rem 1.1rem;
  }
  .profile-grid {
    gap: 10px;
  }
  .about-founder-page .about-what-we-do.section,
  .about-what-we-do.section {
    padding-top: 0;
    padding-bottom: 1.1rem;
  }
}

@media (min-width: 900px) {
  .about-leadership-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 800px) {
  .about-why-metric-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 760px) {
  .about-service-chip-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .about-founder-page .about-faq-section.section.about-soft-section {
    padding-top: 1.1rem;
    padding-bottom: 1.25rem;
  }
}

@media (max-width: 767px) {
  .about-founder-page main {
    padding-bottom: 5.4rem;
  }
}

@media (max-width: 767px) {
  .container { max-width: none; width: 100%; padding: 0 20px; }
  .section { padding: 2.15rem 0; margin-bottom: 80px; }
  .section-title { font-size: 1.45rem; line-height: 1.25; }
  .section-subtitle { font-size: 0.92rem; line-height: 1.6; }
  .hero-title { font-size: clamp(1.25rem, 5.8vw, 1.5rem); line-height: 1.14; max-width: 18ch; }
  .hero-subline { font-size: 0.82rem; line-height: 1.55; }
  .hero-points li { font-size: 0.78rem; line-height: 1.5; }
  .hero-badge { font-size: 0.58rem; padding: 0.18rem 0.52rem; }
  .hero > * + * { margin-top: 0.85rem; }
  .header-inner { height: 3.5rem; padding: 0; }
  .logo-text span { display: none; }
  .logo-text strong { font-size: 0.82rem; }
  .mobile-nav-toggle { display: inline-flex !important; }
  .nav {
    display: none !important;
  }
  .hero-actions {
    display: flex;
    flex-direction: column;
    align-items: stretch !important;
    width: 100%;
    gap: 10px !important;
  }
  .hero-actions .btn,
  .hero-actions__row .btn { width: 100%; }
  .hero-actions p { width: 100%; max-width: 100% !important; font-size: 0.72rem !important; }
  .metrics-box { height: 220px; }
  .grid-services { grid-template-columns: 1fr !important; gap: 1rem; }
  .service-card { padding: 0.9rem; min-height: auto; }
  .service-card h3 { font-size: 0.93rem; }
  .service-card p, .service-card li { font-size: 0.84rem; line-height: 1.6; }
  .service-zigzag-item {
    gap: 0.8rem;
  }
  .service-zigzag-media { order: 1; }
  .service-zigzag-content { order: 2; }
  .service-zigzag-media,
  .media-slider {
    min-height: 210px;
  }
  .service-zigzag-media img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .grid-2,
  .grid-services,
  .grid-3,
  .grid-4:not(.home-service-grid) {
    grid-template-columns: 1fr !important;
  }
  .grid-4.home-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }
  .grid-2 > *,
  .grid-services > *,
  .grid-3 > *,
  .grid-4 > * {
    width: 100%;
  }
  .service-zigzag-content p {
    font-size: 0.86rem;
    line-height: 1.55;
  }
  .grid-2 .card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 12px;
  }
  main .card ul li {
    font-size: 0.86rem;
    line-height: 1.58;
    margin-bottom: 0.5rem;
  }
  main .card .section-title {
    font-size: 1.25rem;
    line-height: 1.3;
  }
  .service-card-icon { margin: 0 auto 0.2rem; }
  .why-chain-grid { gap: 20px; }
  .why-chain-card { width: 100%; min-height: auto; padding: 0.95rem 0.85rem; }
  .service-simple-card { min-height: 124px; padding: 0.9rem; }
  .service-simple-icon { width: 2.35rem; height: 2.35rem; }
  .grid-4, .grid-3, .grid-services { gap: 1rem; }
  .service-grid:not(.home-service-grid),
  .why-chain-grid {
    display: flex !important;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    gap: 0.85rem !important;
    padding: 0.15rem 0.05rem 0.35rem;
  }
  .service-grid::-webkit-scrollbar,
  .why-chain-grid::-webkit-scrollbar { display: none; }
  .service-grid:not(.home-service-grid) > li,
  .why-chain-grid > li {
    flex: 0 0 86%;
    scroll-snap-align: start;
    min-height: auto;
  }
  .why-chain-wrap::before { display: none; }
  .why-chain-card { margin-left: 0 !important; }
  .why-chain-card::before,
  .why-chain-card::after {
    display: none !important;
    content: none !important;
  }
  .footer .footer-glow { display: none; }
  .footer-grid { gap: 0.9rem; padding: 1rem 0 0.85rem; text-align: left; }
  .footer-grid > div + div { border-top: 1px solid rgba(255,255,255,0.07); padding-top: 0.8rem; margin-top: 0; }
  .footer p, .footer li, .footer a { font-size: 0.74rem; line-height: 1.45; }
  .footer h3 { margin-bottom: 0.45rem; font-size: 0.78rem; }
  .footer ul li { margin-bottom: 0.35rem; padding-bottom: 0.08rem; border-bottom: none; }
  .footer .social-link { transform: scale(0.92); }
  .footer .flex.gap-3 { margin-top: 0.4rem !important; gap: 0.5rem !important; }
  .footer-bottom { text-align: left; font-size: 0.6rem; line-height: 1.35; padding: 0.7rem 0 0.35rem; }
  .whatsapp-btn { bottom: max(1rem, env(safe-area-inset-bottom)); right: 1rem; width: 56px; height: 56px; }
  .ai-btn { right: 1rem; bottom: calc(max(1rem, env(safe-area-inset-bottom)) + 48px + 16px); width: 56px; height: 56px; }
  .ai-panel {
    left: 0.5rem;
    right: 0.5rem;
    width: auto;
    max-width: none;
    height: min(72vh, 34rem);
    bottom: calc(max(1rem, env(safe-area-inset-bottom)) + 56px + 16px);
  }
  .ai-input-wrap {
    position: sticky;
    bottom: 0;
    background: rgba(7,15,36,0.98);
    z-index: 2;
  }
  .ai-lang-btn { font-size: 0.62rem; padding: 0.2rem 0.48rem; }
  .ai-btn::after { font-size: 0.68rem; padding: 0.3rem 0.58rem; bottom: calc(100% + 8px); }
  main { padding-bottom: calc(130px + env(safe-area-inset-bottom)); }
  .section + .section { margin-top: 0; }
  .reveal.visible .service-grid .home-core-service-card { opacity: 1; }
}

@media (hover: none) and (pointer: coarse) {
  .btn, .ai-btn, .whatsapp-btn, .service-simple-card, .service-card, .why-chain-card, .header .nav .dropdown-item, .footer a {
    -webkit-tap-highlight-color: transparent;
  }
  .btn:active, .ai-btn:active, .whatsapp-btn:active {
    transform: scale(0.97);
    filter: brightness(1.06);
    transition: transform 0.2s ease, filter 0.2s ease;
  }
  .service-simple-card:active, .service-card:active, .why-chain-card:active {
    transform: scale(0.985);
    border-color: rgba(96,165,250,0.78);
    box-shadow: 0 0 0 1px rgba(96,165,250,0.5), 0 12px 30px rgba(29,78,216,0.2);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  }
}

@media (min-width: 768px) {
  .service-detail-hero {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  .service-smm-hero-tilt {
    transition: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .section-core-services-premium a.core-service-card,
  .section-core-services-premium a.core-service-card .core-service-card-visual,
  .section-core-services-premium a.core-service-card .core-service-learn-ico {
    transition-duration: 0.01ms;
  }
  .section-core-services-premium a.core-service-card:hover {
    transform: none;
  }
  .section-core-services-premium a.core-service-card:hover .core-service-card-visual {
    transform: none;
  }
}

@media (min-width: 768px) {
  .section-core-services-premium ul.core-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.55rem 1.6rem;
  }
}

@media (min-width: 1024px) {
  .section-core-services-premium ul.core-services-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem 1.85rem;
  }
}

@media (min-width: 0) {
  .section-core-services-premium a.core-service-card .core-service-card-visual {
    height: 13.25rem; /* ~+18% vs 180px — stronger scene legibility */
  }
}

@media (min-width: 768px) {
  .section-core-services-premium a.core-service-card .core-service-card-visual {
    height: 14.75rem; /* ~+18% vs 200px */
  }
}

@media (min-width: 768px) {
  .home-page .section.section-core-services-premium {
    padding-bottom: calc(4.25rem + 2.85rem + env(safe-area-inset-bottom, 0px));
    scroll-margin-bottom: 4.5rem;
  }
}

@media (max-width: 767px) {
  /* Room above fixed quick-CTA so cards / Learn More are not covered */
  .home-page .section.section-core-services-premium {
    padding-bottom: calc(5.85rem + env(safe-area-inset-bottom, 0px));
    scroll-margin-bottom: 5.5rem;
  }
  .section-core-services-premium {
    padding-bottom: calc(2.25rem + env(safe-area-inset-bottom, 0px) * 0.35);
    scroll-margin-bottom: 0.5rem;
  }
  .section-core-services-premium .core-service-card-body h3,
  .section-core-services-premium .core-service-card-title {
    font-size: 1.0625rem;
  }
  .section-core-services-premium .core-service-card-body p,
  .section-core-services-premium .core-service-card-body .core-service-card-desc {
    font-size: 0.9375rem;
    line-height: 1.64;
  }
  .section-core-services-premium .core-service-learn {
    font-size: 0.875rem;
    padding: 0.4rem 0.9rem 0.4rem 1rem;
  }
}

@media (max-width: 639px) {
  ul.home-service-grid.grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }
}

@media (min-width: 640px) {
  .service-icon-row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .service-split {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  }
  .service-split.service-split-reverse {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  }
  .service-split-reverse .service-hero-media {
    order: 2;
  }
  .service-split-reverse .service-split-copy {
    order: 1;
  }
}

@media (max-width: 768px) {
  .service-cross-links {
    margin: 34px 16px;
    padding: 22px 18px;
  }
  .service-cross-links__heading {
    font-size: clamp(1.15rem, 4.2vw, 1.375rem);
    margin-bottom: 18px;
  }
  .service-cross-links__list a {
    padding: 12px 14px;
  }
}

@media (min-width: 900px) {
  .about-intro-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .about-cards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  .footer-announcement__track,
  .footer-announcement__sheen,
  .footer-announcement__glow,
  .footer-announcement::before,
  .train__smoke-puff,
  .train__wheel-spokes,
  .train__coach,
  .train__coach-windows > span {
    animation: none !important;
  }
  .footer-announcement__track { transform: none; }
}

@media (min-width: 768px) {
  .footer-grid.footer-grid-balanced {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.6rem 2rem;
  }
  .footer-accordion-toggle {
    pointer-events: none;
  }
  .footer-accordion-icon {
    display: none;
  }
  .footer-accordion-panel {
    max-height: none !important;
    opacity: 1 !important;
  }
}

@media (min-width: 1100px) {
  .footer-grid.footer-grid-balanced {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2rem 2.25rem;
  }
}

@media (max-width: 767px) {
  .footer-brand-block {
    padding: 1.1rem 0 0.35rem;
    gap: 0.7rem;
  }
  .footer-announcement {
    max-width: 100%;
    margin: 0.2rem 0 0;
    padding: 16px 10px 12px;
    border-radius: 16px;
  }
  .footer-announcement__group { padding: 0 24px; }
  .train { gap: 0; }
  .train__engine-wrap { width: 86px; margin-right: 3px; }
  .train__coach { margin-right: 4px; padding-top: 5px; }
  .train__coach-body { min-width: 118px; padding: 4px 10px; }
  .train__coach-windows > span { width: 10px; height: 6px; }
  .train__coach-label { font-size: 0.58rem; padding: 1.5px 5px; letter-spacing: 0.06em; }
  .train__coupler { left: -8px; width: 10px; bottom: 11px; }
  .train__wheel { width: 11px; height: 11px; }
  .train__wheel--lg { width: 14px; height: 14px; }
  .train__wheel--sm { width: 9px; height: 9px; }
  .train__smoke-puff { width: 8px; height: 8px; }
  .footer-announcement__track { animation-duration: 42s; }
  .footer-announcement__sheen { display: none; }
  .footer-announcement__glow { opacity: 0.7; }
  .footer-announcement__rails { bottom: 4px; }
  .footer-announcement::before { display: none; }
  .footer-grid-balanced {
    gap: 0.95rem;
    padding: 1rem 0 1.15rem;
  }
  .footer-accordion-section {
    border-top: 1px solid rgba(255,255,255,0.08);
    padding-top: 0.8rem;
  }
  .footer-accordion-toggle {
    margin-bottom: 0;
    padding: 0.05rem 0;
  }
  .footer-accordion-panel {
    max-height: 0;
    opacity: 0;
    transition: max-height 0.32s ease, opacity 0.24s ease, padding-top 0.24s ease;
    padding-top: 0;
  }
  .footer-accordion-section.is-open .footer-accordion-panel {
    padding-top: 0.55rem;
  }
  .footer-grid-balanced > div:last-child { text-align: left; }
  .social-icons { justify-content: flex-start; }
  /* Keep contact block (and social row) above following accordion sections for hit-testing */
  .footer-accordion-section.footer-contact-column.is-open {
    position: relative;
    z-index: 5;
  }
}

@media (max-width: 767px) {
  .about-reviews-track {
    animation: none !important;
    width: auto;
    display: grid;
    grid-template-columns: 1fr;
  }
}

@media (min-width: 768px) {
  .seo-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 540px) {
  .section-contact-bridge {
    padding-top: 2.25rem;
    padding-bottom: 2.35rem;
  }
  .contact-layout {
    margin-top: 1.4rem;
    gap: 1.35rem;
  }
  .contact-hero-frames {
    gap: 0.85rem;
  }
  .contact-hero-frame {
    padding: 0.95rem 1rem;
  }
  .contact-hero-frame h2 {
    margin-bottom: 0.6rem;
    font-size: 1rem;
  }
  .page-contact .contact-form,
  .contact-page .contact-form,
  .contact-form-card-premium.contact-form {
    padding: 22px;
    border-radius: 14px;
  }
  .page-contact .contact-form input,
  .page-contact .contact-form textarea,
  .page-contact .contact-form select,
  .contact-page .contact-form input,
  .contact-page .contact-form textarea,
  .contact-page .contact-form select {
    padding: 10px;
    font-size: 0.88rem;
  }
  .page-contact .contact-form textarea,
  .contact-page .contact-form textarea {
    min-height: 96px;
  }
  .contact-field {
    margin-bottom: 0.85rem;
  }
  .contact-availability-banner {
    margin-top: 1.6rem;
  }
  .contact-map-links {
    margin-top: 1.35rem;
  }
  .contact-phone-row {
    flex-direction: column;
  }
  .contact-phone-input {
    flex: 1 1 auto;
  }
  .contact-loc-detect-btn {
    width: 100%;
    justify-content: center;
  }
  .contact-map-links-inner {
    padding: 1rem 1.1rem;
  }
}

@media (min-width: 900px) {
  .contact-layout {
    grid-template-columns: 1.15fr 0.85fr;
  }
}

@media (max-width: 767px) {
  .sticky-mobile-cta {
    display: flex;
  }
  body.has-sticky-cta {
    padding-bottom: calc(72px + env(safe-area-inset-bottom));
  }
}

@media (min-width: 768px) {
  .seo-lp-article--panel {
    padding: 2.25rem 2rem 2.5rem;
  }
}

@media (max-width: 991px) {
  .seo-hero-wrap {
    grid-template-columns: 1fr;
  }

  .seo-hero-visual {
    order: -1;
    min-height: auto;
  }

  .chip-1, .chip-2, .chip-3 {
    font-size: 12px;
  }
  .seo-slider-shell {
    width: min(100%, 620px);
  }
}

@media (max-width: 640px) {
  .ui-metric-row,
  .ui-local-stats {
    grid-template-columns: 1fr;
  }

  .floating-chip {
    display: none;
  }

  .ui-side-badge {
    position: static;
    display: inline-flex;
    margin-bottom: 14px;
  }

  .seo-hero-trendy {
    padding: 70px 0 50px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .btn.btn-primary.btn-shine::after,
  .home-page .section-home-hero .hero-actions .btn-primary::after,
  .home-page .section-home-hero .hero-actions .btn-secondary::after,
  .hgt-cta::after,
  .section-home-hero .home-power-links a::after,
  .section-home-hero .hero-trust-links::after {
    animation: none;
    opacity: 0;
  }
}

@media (min-width: 640px) {
  .web-app-icon-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .webapp-slider-shell { width: min(100%, 620px); }
}

@media (max-width: 640px) {
  .webapp-stat-grid,
  .webapp-admin-cards {
    grid-template-columns: 1fr;
  }

  .webapp-floating-chip {
    display: none;
  }
}

@media (max-width: 900px) {
  .webapp-hero,
  body[data-service-label="Web Application Development"] .webapp-hero-wrap {
    grid-template-columns: 1fr;
    padding: 52px 20px 48px;
    gap: 36px;
  }

  body[data-service-label="Web Application Development"] .webapp-hero-copy,
  .webapp-text,
  body[data-service-label="Web Application Development"] .webapp-feature-grid {
    max-width: 100%;
  }

  body[data-service-label="Web Application Development"] .service-hero-media {
    order: 2;
  }

  .webapp-hero .webapp-hero-copy,
  body[data-service-label="Web Application Development"] .webapp-hero-wrap .webapp-hero-copy {
    order: 1;
  }

  body[data-service-label="Web Application Development"] .webapp-hero-premium .service-detail-h1.webapp-hero-h1 {
    font-size: 34px;
    line-height: 1.08;
  }

  body[data-service-label="Web Application Development"] .webapp-hero-lede {
    font-size: 17px;
  }

  body[data-service-label="Web Application Development"] .webapp-hero-media-col {
    justify-content: center;
  }

  body[data-service-label="Web Application Development"] .webapp-console-visual {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
}

@media (max-width: 520px) {
  body[data-service-label="Web Application Development"] .webapp-hero-actions.webapp-cta {
    flex-direction: column;
    align-items: stretch;
  }

  body[data-service-label="Web Application Development"] .webapp-hero-actions .btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 639px) {
  body[data-service-label="Web Application Development"] .webapp-console-frame {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  body[data-service-label="Web Application Development"] .webapp-console-sidebar {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    padding: 12px;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    justify-content: center;
  }

  body[data-service-label="Web Application Development"] .webapp-console-nav-item {
    flex: 1 1 auto;
    text-align: center;
    min-width: calc(50% - 8px);
  }

  body[data-service-label="Web Application Development"] .webapp-console-visual {
    overflow: hidden;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 1.5rem;
  }

  body[data-service-label="Web Application Development"] .webapp-float-tag {
    font-size: 10px;
    padding: 7px 11px;
  }

  body[data-service-label="Web Application Development"] .webapp-float-a {
    left: 0;
    top: 0;
  }

  body[data-service-label="Web Application Development"] .webapp-float-b {
    right: 0;
    top: 12%;
  }

  body[data-service-label="Web Application Development"] .webapp-float-c {
    left: 0;
    bottom: 8%;
  }

  body[data-service-label="Web Application Development"] .webapp-float-d {
    right: 0;
    bottom: 0;
  }
}

@media (max-width: 420px) {
  body[data-service-label="Web Application Development"] .webapp-console-pipeline-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-service-label="Web Application Development"] .webapp-console-kpi-val {
    font-size: 15px;
  }

  body[data-service-label="Web Application Development"] .webapp-console-kpi {
    padding: 10px 8px 12px;
  }
}

@media (min-width: 640px) {
  .re-check-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .about-founder-page .about-visuals-section.section {
    padding-top: 1.85rem;
    padding-bottom: 1.85rem;
  }
}

@media (min-width: 900px) {
  .about-visuals-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (min-width: 900px) {
  .about-visuals-icons {
    gap: 1rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .about-visuals-follow { margin-top: 1rem; }
}

@media (prefers-reduced-motion: reduce) {
  .home-cv-section { content-visibility: visible; }
}

@media (min-width: 900px) {
  .about-md-card { grid-template-columns: minmax(0, 1fr); padding: 1.25rem; gap: 1.25rem; }
}

@media (min-width: 768px) {
  .services-why-grid-local { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 900px) {
  .seo-local-hero { grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr); }
}

@media (min-width: 900px) {
  .seo-local-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (min-width: 768px) { .careers-hero-section { padding-top: 3.25rem; } }

@media (min-width: 960px) {
  .careers-hero-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
    gap: 2.75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .careers-glass-frame { animation: none; }
}

@media (min-width: 480px) { .careers-slide-stack { min-height: 220px; } }

@media (min-width: 640px) { .careers-job-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

@media (min-width: 1024px) { .careers-job-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }

@media (min-width: 768px) { .careers-why-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

@media (min-width: 1024px) { .careers-why-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }

@media (min-width: 768px) { .careers-form-shell { padding: 2rem 2rem 2.1rem; } }

@media (min-width: 768px) {
  .careers-form-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 768px) {
  .careers-timeline::before { left: 1.25rem; }
}

@media (prefers-reduced-motion: reduce) {
  .cinematic-scene *,
  .cinematic-scene::before,
  .cinematic-scene::after { animation: none !important; }
  .cs-reveal {
    opacity: 1 !important;
    transform: translate(-50%, 0) scale(1) !important;
    filter: none !important;
  }
  .cs-keywords li:nth-child(1) { opacity: 1 !important; }
  .cs-keywords li:nth-child(2),
  .cs-keywords li:nth-child(3) { opacity: 0 !important; }
}

@media (min-width: 768px) {
  .hero-subline { font-size: 1rem; }
  .hero-subline--lead { font-size: 1.15rem; }
}

@media (min-width: 768px) {
  .hero-contact-hint { font-size: 0.82rem; }
}

@media (min-width: 768px) {
  .why-chain-card {
    padding: 1.1rem 1rem;
    min-height: 180px;
  }
  .why-chain-card h3 { font-size: 0.92rem; }
  .why-chain-card p { font-size: 0.78rem; }
}

@media (min-width: 768px) {
  .reviews-home-title { font-size: 1.2rem; }
  .reviews-home-card { padding: 1.5rem 1.35rem 1.25rem; }
}

@media (min-width: 768px) {
  .faq-home-card { padding: 1.85rem 1.75rem 1.6rem; }
}

@media (min-width: 768px) {
  .faq-home-layout {
    grid-template-columns: minmax(0, 200px) minmax(0, 1fr);
    gap: 1.5rem;
    align-items: stretch;
  }
}

@media (min-width: 768px) {
  .faq-home-visual {
    margin: 0;
    max-width: none;
    align-self: stretch;
    min-height: 100%;
  }
}

@media (min-width: 768px) {
  .faq-home-card .faq-section-title { font-size: 1.6rem; }
}

@media (min-width: 768px) {
  .faq-home-card .faq-question {
    padding: 1.05rem 1.25rem;
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .faq-home-card .faq-answer {
    font-size: 0.92rem;
    padding: 0 1.25rem;
  }
  .faq-home-card .faq-item.open .faq-answer {
    padding: 0 1.25rem 1.15rem;
  }
}

@media (max-width: 767px) {
  .hero-subline--lead {
    font-size: 0.92rem;
    line-height: 1.55;
  }
  .hero-subline {
    font-size: 0.85rem;
    line-height: 1.6;
  }
  .home-power-links a {
    font-size: 0.74rem;
    padding: 0.4rem 0.7rem;
  }
  .home-power-links a .icon {
    width: 0.82rem;
    height: 0.82rem;
  }
  .why-chain-card h3 { font-size: 0.92rem; }
  .why-chain-card p { font-size: 0.82rem; }
  .reviews-home-title { font-size: 1rem; }
  .faq-home-card { padding: 1.25rem 1rem 1.15rem; }
  .faq-home-card .faq-section-title { font-size: 1.2rem; }
  .faq-home-card .faq-question {
    font-size: 0.9rem;
    padding: 0.85rem 0.95rem;
    gap: 0.75rem;
  }
  .faq-home-card .faq-answer {
    font-size: 0.85rem;
    padding: 0 0.95rem;
  }
  .faq-home-card .faq-item.open .faq-answer {
    padding: 0 0.95rem 0.9rem;
  }
  .faq-home-card .faq-sign { width: 1.4rem; font-size: 1.15rem; }
  .reviews-home-card { padding: 1.1rem 0.95rem 1rem; }
}

@media (min-width: 768px) {
  .stat-number { font-size: 1.85rem; }
}

@media (max-width: 767px) {
  .section-core-services-premium .section-cta-band {
    padding: 1.35rem 1rem;
  }
  .section-core-services-premium .section-cta-band p {
    font-size: 0.95rem;
    margin-bottom: 0.85rem;
  }
}

@media (min-width: 768px) {
  .hero-actions {
    gap: 0.85rem;
    row-gap: 0.5rem;
  }
  .hero-actions__row {
    flex-wrap: nowrap;
  }
  .hero-contact-hint {
    margin: 0;
    color: rgba(255, 255, 255, 0.66);
  }
}

@media (prefers-reduced-motion: reduce) {
  .reviews-home-marquee-track {
    animation: none !important;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 100%;
  }
  .reviews-home-marquee {
    overflow: visible;
  }
  .reviews-home-marquee-group[aria-hidden="true"] {
    display: none;
  }
}

@media (max-width: 767px) {
  .home-page .whatsapp-btn {
    bottom: calc(max(0.5rem, env(safe-area-inset-bottom)) + 3.35rem);
    right: 0.75rem;
  }
  .home-page .ai-btn {
    bottom: calc(max(0.5rem, env(safe-area-inset-bottom)) + 3.35rem + 3.5rem + 0.35rem);
    right: 0.75rem;
  }
  .home-page .ai-panel {
    z-index: 72;
  }
}

@media (max-width: 991px) {
  .home-page .home-hero-split {
    gap: 1.35rem;
  }
}

@media (max-width: 767px) {
  .home-page .hero {
    padding: 0.9rem;
    border-radius: 1rem;
  }
  .home-page .hero-contact-hint {
    font-size: 0.74rem;
  }
  .home-page .section {
    padding-top: 2.6rem;
    padding-bottom: 2.6rem;
  }
  .sticky-quick-cta {
    width: calc(100% - 0.8rem);
    bottom: max(0.45rem, env(safe-area-inset-bottom));
    gap: 0.35rem;
    padding: 0.4rem;
  }
  .sticky-quick-cta__btn {
    min-height: 40px;
    font-size: 0.74rem;
  }
  .sticky-quick-cta__btn span {
    white-space: nowrap;
  }
}

@media (min-width: 768px) {
  .section-home-hero .hero-contact-hint {
    font-size: 0.78rem;
  }
}

@media (min-width: 768px) {
  .home-page .core-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .home-page .core-services-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 480px) {
  .eyebrow--home-reviews-faq::before,
  .eyebrow--home-reviews-faq::after {
    width: 3.25rem;
  }
}

@media (max-width: 1024px) {
  .section-home-reviews .review-proof-card {
    min-height: 180px;
  }
}

@media (max-width: 767px) {
  .section-home-hero .hero-actions {
    gap: 0.58rem !important;
  }

  .section-home-hero .hero-actions__row .btn {
    min-height: 46px;
  }

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

  .section-home-reviews {
    padding-top: 2.15rem !important;
    padding-bottom: 2rem !important;
  }

  .section-home-reviews .review-proof-card {
    min-height: 0;
  }

  .sticky-quick-cta {
    width: calc(100% - 0.7rem);
    padding: 0.34rem;
    gap: 0.3rem;
  }

  .sticky-quick-cta__btn {
    min-height: 36px;
    font-size: 0.7rem;
    gap: 0.28rem;
  }
}

@media (max-width: 430px) {
  .section-home-hero .hero-subline--lead {
    font-size: 0.9rem;
  }

  .home-power-links a {
    width: 100%;
    justify-content: center;
  }

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

@media (min-width: 768px) {
  .section-home-why-smr,
  .section-home-how-work {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

@media (min-width: 768px) {
  .section-home-how-work {
    scroll-margin-bottom: 6rem;
    padding-bottom: 3.05rem;
  }
}

@media (min-width: 768px) {
  .section-home-why-smr {
    scroll-margin-bottom: 6rem;
    padding-bottom: 3.65rem;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .section-home-hero .home-hero-glow.glow-one {
    animation: homeHeroGlowDriftA 12s ease-in-out infinite;
  }
  .section-home-hero .home-hero-glow.glow-two {
    animation: homeHeroGlowDriftB 14s ease-in-out infinite;
  }
}

@media (prefers-reduced-motion: reduce) {
  .section-home-hero .home-hero-glow {
    animation: none !important;
  }
}

@media (min-width: 768px) {
  .home-why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.15rem;
  }
}

@media (min-width: 1024px) {
  .home-why-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .home-why-card:hover::before {
    animation: homeWhyCardAuraShift 3.2s ease-in-out infinite alternate;
  }
}

@media (min-width: 640px) {
  .home-why-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem 1rem;
    padding: 1rem 1.15rem;
  }
}

@media (min-width: 1024px) {
  .home-why-stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 2.15rem;
    padding: 1.05rem 1.35rem;
  }
}

@media (min-width: 1024px) {
  .home-why-stats__item {
    justify-content: center;
    flex-direction: column;
    gap: 0.35rem;
    text-align: center;
    min-height: auto;
    padding: 0.25rem 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-why-card,
  .home-why-card:hover,
  .home-why-card__icon,
  .home-why-card:hover .home-why-card__icon,
  .home-why-card__accent-line-fill {
    transition-duration: 0.01ms !important;
  }
  .home-why-card:hover {
    transform: none;
  }
  .home-why-card:hover .home-why-card__icon {
    transform: none;
  }
  .home-why-card:hover::before {
    animation: none !important;
    background-size: auto, auto, auto;
    background-position: 0% 0%, 100% 100%, 50% 50%;
  }
  .home-why-card:hover .home-why-card__accent-line-fill {
    transform: scaleX(1);
  }
}

@media (min-width: 768px) {
  .home-how-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.05rem;
    margin-top: 2rem;
  }
}

@media (min-width: 1024px) {
  .home-how-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.15rem;
    max-width: 76rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .home-how-tile:hover {
    transform: translateY(-6px);
    border-color: rgb(var(--how-a) / 0.42);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.08),
      0 0 0 1px rgb(var(--how-a) / 0.22),
      0 0 36px rgb(var(--how-a) / 0.15),
      0 22px 48px rgba(2, 6, 23, 0.58);
  }
  .home-how-tile:hover::before {
    opacity: 1;
  }
  .home-how-tile:hover .home-how-tile__accent-line-fill {
    transform: scaleX(1);
  }
  .home-how-tile:hover .home-how-tile__icon {
    background: rgb(var(--how-a) / 0.28);
    border-color: rgb(var(--how-a) / 0.48);
    color: rgb(248, 250, 252);
    box-shadow:
      0 0 0 1px rgb(var(--how-a) / 0.18),
      0 0 30px rgb(var(--how-a) / 0.35),
      inset 0 1px 0 rgba(255, 255, 255, 0.1);
    transform: scale(1.04);
    filter: drop-shadow(0 0 10px rgb(var(--how-a) / 0.45));
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-how-tile,
  .home-how-tile__icon,
  .home-how-tile__accent-line-fill {
    transition-duration: 0.01ms !important;
  }
  .home-how-tile:hover {
    transform: none;
  }
  .home-how-tile:hover .home-how-tile__icon {
    transform: none;
    filter: none;
  }
  .home-how-tile:hover .home-how-tile__accent-line-fill {
    transform: scaleX(1);
  }
}

@media (min-width: 520px) {
  .home-how-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem 0.85rem;
    padding: 0.9rem 1rem;
  }
}

@media (min-width: 640px) {
  .home-how-stats {
    gap: 0.7rem 0.9rem;
    padding: 0.95rem 1rem;
  }
}

@media (min-width: 1024px) {
  .home-how-stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.65rem 0.85rem;
    margin-top: 1.35rem;
    padding: 1rem 1rem;
  }
}

@media (min-width: 1024px) {
  .home-how-stats__item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 18%;
    right: 0;
    bottom: 18%;
    width: 1px;
    background: linear-gradient(180deg, transparent, rgba(148, 163, 184, 0.18), transparent);
  }
}

@media (min-width: 1024px) {
  .home-how-stats__label {
    font-size: 0.74rem;
  }
}

@media (max-width: 767px) {
  .home-page main {
    padding-bottom: calc(118px + env(safe-area-inset-bottom));
  }
}

