@media screen and (max-width: 1200px) {
  .products-grid-large {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-card-large.product-featured {
    grid-column: span 2;
    grid-template-columns: 1fr;
  }

  .product-featured .product-visual {
    padding: 40px;
  }

  .product-featured .product-info {
    padding: 40px;
  }

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

  .footer-grid {
    grid-template-columns: 2fr repeat(3, 1fr);
    gap: 40px;
  }

  .network-stats {
    gap: 48px;
  }

  .product-intro {
    gap: 48px;
    padding: 0 32px 100px;
  }

  .about-intro {
    gap: 48px;
    padding: 0 32px;
  }
}

@media screen and (max-width: 992px) {
  .feature-block {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 80px 24px;
  }

  .feature-reverse {
    direction: ltr;
  }

  .network-stats {
    flex-direction: column;
    gap: 32px;
  }

  .footer-cta-content {
    flex-direction: column;
    text-align: center;
  }

  .footer-cta-actions {
    justify-content: center;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }

  .footer-brand {
    grid-column: span 2;
    padding-right: 0;
    text-align: center;
  }

  .footer-social {
    justify-content: center;
  }

  .hero-metrics {
    flex-direction: column;
    gap: 12px;
  }

  .metric-card {
    padding: 20px 32px;
    width: 100%;
    max-width: 280px;
  }

  .metric-content {
    justify-content: center;
  }

  .metric-value {
    font-size: 32px;
  }

  .metric-suffix {
    font-size: 18px;
  }

  .section-header-large {
    margin-bottom: 56px;
  }

  .product-intro {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 0 24px 80px;
  }

  .product-intro.reverse {
    direction: ltr;
  }

  .about-intro {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 0 24px;
  }

  .page-hero {
    padding: 140px 0 80px;
  }

  .page-section {
    padding: 80px 0;
  }

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

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

  .page-cta {
    padding: 100px 0;
  }
}

@media screen and (max-width: 768px) {
  .section-inner {
    padding: 0 20px;
  }

  .header-inner {
    padding: 0 20px;
    height: 48px;
  }

  .mobile-menu {
    top: 48px;
  }

  .dropdown-menu {
    min-width: auto;
    width: calc(100vw - 40px);
    left: 0;
    transform: translateY(8px);
  }

  .nav-dropdown:hover .dropdown-menu {
    transform: translateY(0);
  }

  .dropdown-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .hero-content-wrapper {
    padding: 100px 20px 60px;
  }

  .hero-content {
    margin-bottom: 48px;
  }

  .hero-badge {
    font-size: 12px;
    padding: 6px 16px;
    gap: 6px;
  }

  .hero-headline {
    font-size: clamp(36px, 8vw, 52px);
  }

  .hero-subheadline {
    font-size: clamp(15px, 3.5vw, 18px);
    margin-bottom: 32px;
  }

  .hero-cta-group {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .btn-primary-large,
  .btn-secondary-large,
  .btn-ghost-large {
    width: 100%;
    max-width: 320px;
    justify-content: center;
    padding: 15px 28px;
    font-size: 16px;
  }

  .hero-metrics {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    max-width: 100%;
  }

  .metric-card {
    padding: 16px 20px;
    flex: 1;
    min-width: 0;
    max-width: calc(33.333% - 7px);
  }

  .metric-icon {
    margin-bottom: 8px;
  }

  .metric-icon .iconify {
    width: 24px !important;
  }

  .metric-value {
    font-size: 26px;
  }

  .metric-suffix {
    font-size: 16px;
  }

  .metric-label {
    font-size: 11px;
  }

  .scroll-indicator {
    bottom: 20px;
  }

  .scroll-line {
    height: 28px;
  }

  .trust-banner {
    padding: 48px 0 60px;
  }

  .trust-logos {
    gap: 8px;
  }

  .trust-logo-item {
    font-size: 12px;
    padding: 6px 12px;
    gap: 6px;
  }

  .trust-logo-item .iconify {
    width: 18px !important;
  }

  .products-showcase {
    padding: 80px 0;
  }

  .products-showcase::before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: none;
  }

  .products-showcase::after {
    background-size: 24px 24px;
  }

  .section-header-large {
    margin-bottom: 48px;
  }

  .section-badge {
    font-size: 11px;
    padding: 5px 12px;
    margin-bottom: 14px;
  }

  .section-desc {
    font-size: clamp(14px, 3vw, 17px);
  }

  .products-grid-large {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .product-card-large {
    padding: 28px 24px;
  }

  .product-card-large.product-featured {
    grid-column: span 1;
  }

  .product-icon-huge .iconify {
    width: 44px !important;
  }

  .product-featured .product-icon-huge .iconify {
    width: 52px !important;
  }

  .product-name {
    font-size: 20px;
  }

  .product-tagline {
    font-size: 14px;
  }

  .product-description {
    font-size: 13px;
  }

  .product-highlights li {
    font-size: 13px;
    padding: 6px 0;
  }

  .feature-block {
    padding: 56px 20px;
    gap: 28px;
  }

  .feature-title-xl {
    font-size: clamp(26px, 6vw, 36px);
  }

  .feature-text {
    font-size: 15px;
    margin-bottom: 24px;
  }

  .feature-stats {
    gap: 32px;
  }

  .feature-stats .stat-value {
    font-size: 26px;
  }

  .feature-stats .stat-label {
    font-size: 12px;
  }

  .feature-floating-icon {
    width: 44px;
    height: 44px;
  }

  .feature-floating-icon .iconify {
    width: 20px !important;
  }

  .stats-showcase {
    padding: 80px 0;
  }

  .stats-showcase::after {
    background-size: 28px 28px;
  }

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

  .stat-card {
    padding: 28px 20px;
  }

  .stat-card-icon {
    width: 52px;
    height: 52px;
  }

  .stat-card-icon .iconify {
    width: 26px !important;
  }

  .stat-card-number {
    font-size: 32px;
  }

  .stat-card-label {
    font-size: 13px;
  }

  .global-network {
    padding: 80px 0;
  }

  .world-map-container {
    margin-bottom: 36px;
  }

  .map-node {
    width: 12px;
    height: 12px;
  }

  .node-dot {
    box-shadow: 0 0 10px rgba(0, 113, 227, 0.5);
  }

  .node-pulse {
    inset: -5px;
  }

  .node-tooltip {
    font-size: 11px;
    padding: 5px 10px;
    margin-bottom: 8px;
  }

  .network-stat {
    gap: 10px;
  }

  .network-stat .iconify {
    width: 24px !important;
  }

  .stat-number {
    font-size: 22px;
  }

  .stat-text {
    font-size: 12px;
  }

  .trust-section {
    padding: 80px 0;
  }

  .partners-showcase {
    gap: 28px;
  }

  .partner-logo {
    padding: 12px 20px;
  }

  .partner-logo img {
    max-height: 28px;
  }

  .cta-final {
    padding: 100px 0;
  }

  .cta-badge {
    font-size: 11px;
    padding: 5px 12px;
    margin-bottom: 14px;
  }

  .cta-headline {
    font-size: clamp(26px, 6vw, 36px);
  }

  .cta-text {
    font-size: 16px;
    margin-bottom: 28px;
  }

  .cta-buttons {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .cta-buttons .btn-primary-large,
  .cta-buttons .btn-secondary-large,
  .cta-buttons .btn-ghost-large {
    width: 100%;
    max-width: 320px;
    justify-content: center;
  }

  .footer-cta {
    padding: 40px 0;
  }

  .footer-cta-text h2 {
    font-size: 22px;
  }

  .footer-cta-text p {
    font-size: 14px;
  }

  .footer-cta-actions {
    flex-direction: column;
    width: 100%;
  }

  .footer-cta-actions .btn-primary-large,
  .footer-cta-actions .btn-secondary-large,
  .footer-cta-actions .btn-ghost-large {
    width: 100%;
    max-width: 320px;
    justify-content: center;
  }

  .footer-main {
    padding: 40px 0 32px;
  }

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

  .footer-brand {
    grid-column: span 1;
  }

  .footer-column {
    text-align: center;
  }

  .footer-contact {
    display: inline-block;
    text-align: left;
  }

  .footer-bottom-content {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }

  .footer-legal {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }

  .page-hero {
    padding: 120px 0 60px;
  }

  .page-hero-content {
    padding: 0 20px;
  }

  .page-section {
    padding: 60px 0;
  }

  .product-intro {
    padding: 0 20px 60px;
  }

  .about-intro {
    padding: 0 20px;
  }

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

  .legal-tabs {
    padding: 16px 20px;
  }

  .legal-content {
    padding: 60px 20px;
  }

  .list-search {
    flex-direction: column;
  }

  .list-search button {
    width: 100%;
  }

  .page-cta-content {
    padding: 0 20px;
  }

  .page-cta .btn-primary-large,
  .page-cta .btn-ghost-large {
    width: 100%;
    max-width: 320px;
    justify-content: center;
  }
}

@media screen and (max-width: 576px) {
  .header-inner {
    height: 44px;
  }

  .header-logo img {
    height: 24px;
  }

  .mobile-menu {
    top: 44px;
  }

  .hero-content-wrapper {
    padding: 80px 16px 48px;
  }

  .hero-badge {
    font-size: 11px;
    padding: 5px 12px;
    gap: 5px;
  }

  .hero-headline {
    font-size: clamp(28px, 7vw, 40px);
    margin-bottom: 16px;
  }

  .hero-subheadline {
    font-size: 14px;
    margin-bottom: 24px;
  }

  .btn-primary-large,
  .btn-secondary-large,
  .btn-ghost-large {
    padding: 13px 24px;
    font-size: 15px;
  }

  .hero-metrics {
    gap: 8px;
  }

  .metric-card {
    padding: 14px 14px;
    min-width: 0;
    max-width: calc(33.333% - 6px);
  }

  .metric-icon {
    margin-bottom: 6px;
  }

  .metric-icon .iconify {
    width: 20px !important;
  }

  .metric-value {
    font-size: 20px;
  }

  .metric-suffix {
    font-size: 13px;
  }

  .metric-label {
    font-size: 10px;
  }

  .trust-logos {
    gap: 6px;
  }

  .trust-logo-item {
    font-size: 11px;
    padding: 5px 10px;
    gap: 5px;
  }

  .trust-logo-item .iconify {
    width: 16px !important;
  }

  .products-showcase {
    padding: 60px 0;
  }

  .section-header-large {
    margin-bottom: 36px;
  }

  .products-grid-large {
    gap: 12px;
  }

  .product-card-large {
    padding: 24px 20px;
  }

  .product-featured .product-visual {
    padding: 24px;
  }

  .product-featured .product-info {
    padding: 24px;
  }

  .product-icon-huge .iconify {
    width: 36px !important;
  }

  .product-featured .product-icon-huge .iconify {
    width: 44px !important;
  }

  .product-name {
    font-size: 18px;
  }

  .product-tagline {
    font-size: 13px;
  }

  .product-description {
    font-size: 13px;
  }

  .product-highlights li {
    font-size: 12px;
    gap: 8px;
  }

  .feature-block {
    padding: 44px 16px;
  }

  .feature-badge {
    font-size: 11px;
    padding: 4px 10px;
  }

  .feature-number {
    font-size: 12px;
  }

  .feature-title-xl {
    font-size: clamp(22px, 6vw, 28px);
  }

  .feature-text {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .feature-stats {
    gap: 24px;
  }

  .feature-stats .stat-value {
    font-size: 22px;
  }

  .feature-stats .stat-label {
    font-size: 11px;
  }

  .feature-floating-icon {
    width: 40px;
    height: 40px;
  }

  .feature-floating-icon .iconify {
    width: 18px !important;
  }

  .stats-showcase {
    padding: 60px 0;
  }

  .stats-grid {
    gap: 12px;
  }

  .stat-card {
    padding: 20px 16px;
  }

  .stat-card-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 14px;
  }

  .stat-card-icon .iconify {
    width: 22px !important;
  }

  .stat-card-number {
    font-size: 26px;
    margin-bottom: 6px;
  }

  .stat-card-label {
    font-size: 12px;
  }

  .global-network {
    padding: 60px 0;
  }

  .world-map-container {
    margin-bottom: 28px;
  }

  .map-node {
    width: 10px;
    height: 10px;
  }

  .node-pulse {
    inset: -4px;
    border-width: 1px;
  }

  .node-tooltip {
    font-size: 10px;
    padding: 4px 8px;
    margin-bottom: 6px;
  }

  .network-stats {
    gap: 20px;
  }

  .network-stat .iconify {
    width: 20px !important;
  }

  .stat-number {
    font-size: 20px;
  }

  .stat-text {
    font-size: 11px;
  }

  .trust-section {
    padding: 60px 0;
  }

  .partners-showcase {
    gap: 16px;
  }

  .partner-logo {
    padding: 10px 16px;
  }

  .partner-logo img {
    max-height: 24px;
  }

  .cta-final {
    padding: 80px 0;
  }

  .cta-headline {
    font-size: clamp(22px, 6vw, 28px);
  }

  .cta-text {
    font-size: 14px;
  }

  .footer-cta {
    padding: 32px 0;
  }

  .footer-cta-text h2 {
    font-size: 20px;
  }

  .footer-cta-text p {
    font-size: 13px;
  }

  .footer-main {
    padding: 32px 0 24px;
  }

  .footer-brand {
    padding-right: 0;
  }

  .footer-desc {
    font-size: 12px;
  }

  .footer-title {
    font-size: 11px;
    margin-bottom: 12px;
  }

  .footer-links a {
    font-size: 12px;
  }

  .footer-contact li {
    font-size: 12px;
    gap: 8px;
    margin-bottom: 10px;
  }

  .footer-contact .iconify {
    width: 14px !important;
  }

  .copyright {
    font-size: 11px;
  }

  .footer-legal a {
    font-size: 11px;
  }

  .page-hero-title {
    font-size: clamp(28px, 7vw, 40px);
  }

  .page-hero-subtitle {
    font-size: 14px;
  }

  .page-cta-title {
    font-size: clamp(22px, 6vw, 28px);
  }

  .page-cta-text {
    font-size: 14px;
  }

  .legal-tabs {
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
  }

  .legal-tab {
    text-align: center;
  }
}

@media screen and (max-width: 375px) {
  .hero-headline {
    font-size: clamp(24px, 7vw, 32px);
  }

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

  .metric-card {
    min-width: 0;
    max-width: calc(33.333% - 4px);
    padding: 10px 8px;
  }

  .metric-value {
    font-size: 18px;
  }

  .section-title-xl {
    font-size: clamp(24px, 7vw, 32px);
  }

  .stat-card-number {
    font-size: 22px;
  }

  .feature-title-xl {
    font-size: clamp(20px, 6vw, 26px);
  }

  .footer-cta-text h2 {
    font-size: 18px;
  }

  .cta-headline {
    font-size: clamp(20px, 6vw, 26px);
  }
}

@media (hover: none) {
  .product-card-large:hover {
    transform: none;
  }

  .stat-card:hover {
    transform: none;
  }

  .metric-card:hover {
    transform: none;
  }

  .partner-logo:hover {
    transform: none;
  }

  .nav-dropdown:hover .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }

  .nav-dropdown.active .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
  }

  .feature-block:hover .feature-image-container {
    transform: none;
  }

  .btn-primary-large:hover .btn-shine {
    left: -100%;
  }

  .btn-primary-large:hover {
    transform: none;
  }

  .btn-secondary-large:hover {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  html {
    scroll-behavior: auto;
  }

  .animate-on-scroll {
    opacity: 1;
    transform: none;
  }

  .hero-headline .headline-line {
    opacity: 1;
    transform: none;
  }

  .hero-subheadline,
  .hero-cta-group,
  .hero-metrics {
    opacity: 1;
  }

  .hero-badge {
    animation: none;
  }

  .badge-dot {
    animation: none;
  }

  .badge-pulse {
    display: none;
  }

  .decoration-blur-circle,
  .decoration-ring {
    animation: none;
  }

  .hero-grid-lines {
    animation: none;
  }

  .scroll-line {
    animation: none;
    opacity: 0.6;
  }

  .product-glow {
    animation: none;
  }

  .feature-floating-icon {
    animation: none;
  }

  .node-pulse {
    animation: none;
  }

  .map-node {
    opacity: 1;
  }

  .headline-gradient {
    animation: none;
  }
}

@media print {
  .site-header,
  .mobile-menu,
  .scroll-indicator,
  .footer-cta,
  .hero-video-bg,
  .hero-decorations {
    display: none;
  }

  .hero-section {
    min-height: auto;
    padding: 40px 0;
    background: #fff;
    color: #000;
  }

  .hero-content-wrapper {
    padding: 40px 24px;
  }

  .hero-headline {
    color: #000;
  }

  .headline-gradient {
    -webkit-text-fill-color: var(--color-primary);
  }

  .hero-subheadline {
    color: #666;
    opacity: 1;
  }

  .hero-cta-group,
  .hero-metrics {
    opacity: 1;
  }

  .products-showcase,
  .features-split,
  .stats-showcase,
  .global-network,
  .trust-section,
  .cta-final {
    padding: 40px 0;
  }

  .global-network {
    background: #fff;
  }

  .global-network .section-title-xl {
    color: #000;
  }

  .global-network .section-title-xl {
    color: #000;
  }

  .global-network .section-desc {
    color: #666;
  }

  .product-card-large {
    box-shadow: none;
    border: 0.5px solid #ddd;
    break-inside: avoid;
  }

  .stat-card {
    box-shadow: none;
    border: 0.5px solid #ddd;
  }

  .site-footer {
    background: #fff;
    color: #333;
  }

  .footer-logo img {
    filter: none;
  }

  .footer-title {
    color: #000;
  }

  .footer-links a {
    color: #333;
  }

  .footer-contact li {
    color: #333;
  }
}
