@media (max-width: 1199px) {
  .nav-menu { gap: 16px; }
  .nav-actions .btn-secondary-fin { display: none; }
  .hero-stage { min-height: 560px; }
  .phone-mock { right: 0; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 991px) {
  .mobile-toggle { display: grid; }
  .nav-menu {
    position: fixed;
    inset: 0 0 0 auto;
    width: min(420px, 100%);
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 82px 20px 22px;
    background: rgba(8, 9, 28, .97);
    transform: translateX(100%);
    transition: transform var(--speed);
    overflow-y: auto;
  }
  .nav-menu.open { transform: translateX(0); }
  .mobile-menu-head {
    position: absolute;
    top: 16px;
    left: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    color: #fff;
    font-family: "Sora", "Manrope", system-ui, sans-serif;
    font-weight: 800;
  }
  .mobile-menu-actions {
    display: grid;
    gap: 10px;
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,.12);
  }
  .mobile-menu-actions .btn-fin {
    width: 100%;
  }
  .nav-link { display: block; font-size: 1.05rem; padding: 13px 0; }
  .dropdown-menu-custom {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    background: rgba(255,255,255,.06);
    display: none;
  }
  .has-dropdown:focus-within .dropdown-menu-custom,
  .has-dropdown:hover .dropdown-menu-custom { display: block; }
  .nav-actions { display: none; }
  .hero { padding-top: 118px; }
  .hero-stage { min-height: 720px; margin-top: 34px; }
  .phone-mock { left: 50%; right: auto; transform: translateX(-50%) rotateY(-5deg); }
  .float-1 { right: 2%; top: 130px; }
  .float-2 { left: 1%; top: 370px; }
  .float-3 { right: 6%; bottom: 20px; }
  .ecosystem { grid-template-columns: repeat(2, 1fr); }
  .ecosystem .center { grid-column: 1 / -1; }
  .dash-grid { grid-template-columns: repeat(2, 1fr); }
  .process-map { grid-template-columns: 1fr; }
  .features-hero { padding-top: 112px; }
  .feature-strip-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .feature-panel { grid-template-columns: 1fr; }
  .feature-rail {
    position: relative;
    top: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .inner-hero-panel,
  .action-hero-panel,
  .action-page-grid,
  .contact-shell,
  .legal-shell {
    grid-template-columns: 1fr;
  }
  .contact-side-card {
    position: relative;
    top: auto;
  }
  .inner-hero-visual { justify-self: stretch; max-width: none; }
  .solution-card-grid,
  .about-value-grid,
  .faq-card-grid,
  .legal-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .solution-playbook-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .about-principle-grid,
  .about-proof-strip,
  .contact-intro-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .about-story-panel {
    grid-template-columns: 1fr;
  }
  .solution-playbook.featured {
    grid-column: 1 / -1;
  }
  .solution-ops-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .legal-nav { position: relative; top: auto; }
  .risk-board { grid-template-columns: 1fr; }
  .risk-transform {
    min-height: 58px;
    transform: rotate(90deg);
  }
  .risk-transform span { height: 120px; }
  .ops-cockpit {
    min-height: auto;
    display: grid;
    gap: 16px;
    padding: 14px;
  }
  .ops-cockpit::after { width: 560px; height: 560px; }
  .cockpit-lines { display: none; }
  .cockpit-core, .cockpit-node {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    transform: none;
  }
  .cockpit-core { max-width: 360px; justify-self: center; }
  .signal-grid { grid-template-columns: 1fr 1fr; }
  .signal-card-large { grid-column: 1 / -1; grid-row: auto; }
}

@media (max-width: 767px) {
  :root { --section: 42px; }
  .nav-shell { height: 68px; }
  .brand-logo { width: 148px; height: 48px; }
  .hero {
    min-height: auto;
    padding-top: 96px;
    padding-bottom: 30px;
  }
  .hero h1 {
    font-size: clamp(1.85rem, 8.8vw, 2.25rem);
    line-height: 1.07;
    margin: 12px 0 14px;
  }
  .hero .lead-text {
    font-size: .92rem;
    line-height: 1.62;
  }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions {
    gap: 10px;
    margin: 20px 0 14px;
  }
  .btn-fin {
    width: 100%;
    min-height: 44px;
    padding: 10px 15px;
  }
  .trust-line {
    align-items: flex-start;
    font-size: .88rem;
    line-height: 1.45;
  }
  .hero-stage {
    min-height: 438px;
    margin-top: 22px;
  }
  .phone-mock {
    width: min(220px, 74vw);
    height: 392px;
    border-radius: 32px;
    padding: 10px;
  }
  .phone-screen {
    border-radius: 24px;
    padding: 13px;
  }
  .phone-notch {
    margin-bottom: 16px;
  }
  .mini-card {
    padding: 10px;
    border-radius: 14px;
    margin-bottom: 10px;
  }
  .mini-card p {
    margin-bottom: 0;
    font-size: .78rem;
    line-height: 1.45;
  }
  .status-row {
    font-size: .82rem;
  }
  .status-pill {
    padding: 5px 8px;
    font-size: .66rem;
  }
  .graph-line {
    height: 58px;
  }
  .float-card {
    width: 166px;
    padding: 10px;
    border-radius: 16px;
    font-size: .78rem;
  }
  .float-card strong {
    font-size: 1rem;
  }
  .float-card small {
    line-height: 1.35;
  }
  .float-1 { top: 68px; right: 0; }
  .float-2 { top: 258px; left: 0; }
  .float-3 { display: none; }
  .marquee-track { gap: 28px; }
  .solution-orb { min-height: 340px; }
  .solution-node { font-size: .78rem; padding: 9px 10px; }
  .ecosystem, .dash-grid { grid-template-columns: 1fr; }
  .signal-console { min-height: auto; border-radius: 24px; }
  .signal-grid { min-height: auto; grid-template-columns: 1fr; }
  .signal-orbit { inset: 6%; }
  .risk-card { grid-template-columns: 34px minmax(0, 1fr); }
  .risk-card i { width: 34px; height: 34px; }
  .journey-track { padding-left: 26px; }
  .journey-step { padding: 12px; }
  .journey-step::before { left: -27px; }
  .proof-card { grid-template-columns: 1fr; }
  .proof-card span { grid-row: auto; }
  .security-matrix { grid-template-columns: 1fr; gap: 12px; }
  .security-tile { min-height: 150px; padding: 14px; }
  .ops-cockpit { border-radius: 20px; padding: 12px; }
  .cockpit-device { min-height: 230px; border-radius: 20px; padding: 14px; }
  .cockpit-device img { width: 150px; margin-top: 70px; }
  .cockpit-node { grid-template-columns: 42px minmax(0, 1fr); padding: 10px; }
  .cockpit-node .fin-icon { width: 42px; height: 42px; }
  .workflow { grid-template-columns: 1fr; overflow: visible; }
  .tab-buttons { flex-direction: column; }
  .tab-btn { width: 100%; }
  .dash-top, .dash-controls { align-items: flex-start; flex-direction: column; }
  .trend-head {
    flex-direction: column;
    gap: 8px;
  }
  .repayment-trend-visual {
    min-height: 190px;
  }
  .repayment-chart {
    height: 178px;
  }
  .trend-bars {
    inset: 18px 12px 30px;
    gap: 6px;
  }
  .trend-summary {
    grid-template-columns: 1fr;
  }
  .activity-feed article {
    grid-template-columns: 38px minmax(0, 1fr);
  }
  .activity-icon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
  }
  .activity-feed time {
    grid-column: 2;
  }
  .footer-grid { grid-template-columns: 1fr; }
  .site-footer {
    padding: 34px 0 20px;
  }
  .site-footer .brand-logo {
    width: 160px;
    height: 52px;
  }
  .footer-grid {
    gap: 20px;
  }
  .footer-grid h4 {
    margin-bottom: 6px;
  }
  .footer-grid a {
    padding: 4px 0;
  }
  .footer-bottom {
    margin-top: 24px;
    padding-top: 16px;
  }
  .newsletter { flex-direction: column; }
  .page-hero { padding-top: 112px; }
  .features-hero {
    padding: 96px 0 34px;
  }
  .features-hero h1 {
    font-size: clamp(2rem, 10vw, 2.7rem);
  }
  .feature-hero-actions {
    gap: 10px;
    margin-top: 20px;
  }
  .feature-console {
    border-radius: 20px;
    padding: 10px;
  }
  .feature-console-grid {
    grid-template-columns: 1fr;
  }
  .console-chart {
    grid-row: auto;
    min-height: 120px;
  }
  .console-chart span:nth-child(3) { min-height: 96px; }
  .console-chart span:nth-child(5) { min-height: 112px; }
  .feature-strip-grid {
    grid-template-columns: 1fr;
    gap: 9px;
  }
  .feature-strip-grid span {
    padding: 10px;
  }
  .feature-rail {
    grid-template-columns: 1fr;
    margin-bottom: 10px;
  }
  .feature-panel {
    border-radius: 20px;
    padding: 15px;
    margin-bottom: 12px;
  }
  .feature-panel .fin-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
  }
  .feature-panel h2 {
    font-size: clamp(1.35rem, 7vw, 1.9rem);
  }
  .feature-panel li {
    border-radius: 14px;
    line-height: 1.35;
  }
  .rule-row {
    grid-template-columns: 1fr 24px;
    gap: 8px;
  }
  .rule-row span {
    grid-column: 1 / -1;
  }
  .inner-hero {
    padding: 96px 0 34px;
  }
  .minimal-hero {
    padding: 92px 0 30px;
  }
  .minimal-hero h1 {
    font-size: clamp(2rem, 10vw, 2.7rem);
  }
  .action-hero {
    padding: 96px 0 34px;
  }
  .action-hero h1 {
    font-size: clamp(2.05rem, 10vw, 2.9rem);
  }
  .action-hero-card,
  .action-panel {
    border-radius: 20px;
    padding: 15px;
  }
  .inner-hero h1 {
    font-size: clamp(2rem, 10vw, 2.7rem);
  }
  .about-hero h1 {
    font-size: clamp(2.1rem, 10.4vw, 2.95rem);
  }
  .contact-hero h1 {
    font-size: clamp(2.05rem, 10.2vw, 2.85rem);
  }
  .solutions-hero h1 {
    font-size: clamp(2.05rem, 10.2vw, 2.85rem);
  }
  .inner-hero-visual {
    min-height: 280px;
    border-radius: 22px;
    padding: 12px;
  }
  .about-hero-visual {
    min-height: 430px;
  }
  .contact-hero-visual {
    min-height: 360px;
  }
  .contact-hero-visual::after {
    inset: 12px;
    border-radius: 18px;
  }
  .contact-router-core {
    width: min(220px, 74%);
    border-radius: 20px;
    padding: 16px;
  }
  .contact-router-core strong {
    font-size: clamp(2rem, 13vw, 3.3rem);
  }
  .contact-path-card {
    border-radius: 15px;
    padding: 9px 10px;
    font-size: .82rem;
  }
  .path-demo { left: 12px; top: 18px; }
  .path-partner { right: 12px; top: 46px; }
  .path-support { left: 12px; bottom: 46px; }
  .path-sales { right: 12px; bottom: 18px; }
  .contact-signal-line {
    left: 16px;
    right: 16px;
  }
  .line-one { top: 38%; transform: rotate(0deg); }
  .line-two { bottom: 35%; transform: rotate(0deg); }
  .about-hero-visual::after {
    inset: 12px;
    border-radius: 18px;
  }
  .about-core-mark {
    width: min(230px, 76%);
    border-radius: 20px;
    padding: 14px;
  }
  .about-core-mark img {
    width: 150px;
    margin-bottom: 10px;
  }
  .about-signal-card {
    width: calc(50% - 24px);
    border-radius: 16px;
    padding: 10px;
  }
  .about-signal-card strong {
    font-size: .98rem;
  }
  .about-signal-card small {
    font-size: .76rem;
  }
  .card-clarity { left: 12px; top: 14px; }
  .card-control { right: 12px; top: 42px; }
  .card-trust { left: 12px; bottom: 42px; }
  .card-scale { right: 12px; bottom: 14px; }
  .workflow-hero-visual {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .workflow-hero-visual::after {
    inset: 10px;
    border-radius: 18px;
  }
  .workflow-signal {
    left: 18px;
    right: 18px;
    top: 42%;
  }
  .workflow-phone {
    width: min(188px, 82%);
    min-height: 246px;
    padding: 14px 12px;
  }
  .phone-speaker {
    margin-bottom: 16px;
  }
  .workflow-phone-card {
    padding: 11px;
    border-radius: 15px;
  }
  .workflow-dashboard {
    padding: 16px;
    border-radius: 20px;
  }
  .workflow-dashboard strong {
    font-size: clamp(2.4rem, 18vw, 4rem);
  }
  .workflow-dashboard p {
    max-width: none;
    margin-bottom: 0;
  }
  .workflow-bars {
    height: 52px;
    margin-top: 12px;
  }
  .workflow-status-list {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .workflow-status-list span {
    border-radius: 14px;
    padding: 9px;
    font-size: .84rem;
  }
  .solution-orbit {
    inset: 34px;
  }
  .solutions-hero-visual {
    min-height: 320px;
  }
  .solutions-hero-visual::after {
    inset: 34px;
  }
  .solution-map-core {
    width: min(220px, 72%);
    border-radius: 22px;
    padding: 16px;
  }
  .solution-map-node {
    gap: 7px;
    border-radius: 14px;
    padding: 9px 10px;
    font-size: .8rem;
  }
  .node-lender { left: 12px; top: 28px; }
  .node-retail { right: 12px; top: 36px; }
  .node-fintech { left: 16px; bottom: 34px; }
  .node-network { right: 14px; bottom: 28px; }
  .solution-map-pulse {
    width: 68%;
  }
  .solutions-hero .solution-router {
    inset: 12px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
    gap: 9px;
  }
  .solutions-hero .solution-router::before {
    inset: 18px;
    border-radius: 22px;
    transform: none;
  }
  .router-core {
    grid-column: 1 / -1;
    grid-row: 2;
    border-radius: 20px;
    padding: 14px;
  }
  .router-core strong {
    font-size: clamp(1.35rem, 7vw, 1.9rem);
    margin-bottom: 10px;
  }
  .router-core-row {
    gap: 6px;
  }
  .router-core-row b {
    padding: 6px 8px;
    font-size: .72rem;
  }
  .router-channel {
    min-height: 92px;
    border-radius: 16px;
    padding: 11px;
  }
  .channel-lenders { grid-column: 1; grid-row: 1; }
  .channel-retail { grid-column: 2; grid-row: 1; }
  .channel-fintech { grid-column: 1; grid-row: 3; }
  .channel-network { grid-column: 2; grid-row: 3; }
  .router-signal {
    left: 18px;
    right: 18px;
  }
  .signal-a { top: 38%; transform: rotate(0deg); }
  .signal-b { bottom: 35%; transform: rotate(0deg); }
  .solution-orbit span {
    width: 72px;
    height: 72px;
    border-radius: 18px;
    font-size: .8rem;
  }
  .solution-orbit span:nth-child(1) { top: -36px; }
  .solution-orbit span:nth-child(2) { right: -36px; }
  .solution-orbit span:nth-child(3) { bottom: -36px; }
  .solution-orbit span:nth-child(4) { left: -36px; }
  .solution-card-grid,
  .about-value-grid,
  .faq-card-grid,
  .legal-card-grid {
    grid-template-columns: 1fr;
  }
  .solution-playbook-grid,
  .solution-ops-strip,
  .about-principle-grid,
  .about-proof-strip,
  .contact-intro-strip {
    grid-template-columns: 1fr;
  }
  .solution-playbook {
    min-height: auto;
    border-radius: 20px;
    padding: 15px;
  }
  .playbook-flow {
    gap: 8px;
    margin-top: 18px;
  }
  .playbook-flow span {
    padding: 9px 10px;
    border-radius: 12px;
  }
  .playbook-flow i {
    width: 20px;
  }
  .solution-ops-strip {
    border-radius: 22px;
    padding: 10px;
  }
  .solution-ops-strip div {
    border-radius: 16px;
    padding: 13px;
  }
  .solution-card {
    min-height: auto;
    border-radius: 20px;
    padding: 15px;
  }
  .process-card {
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 13px;
  }
  .process-card span {
    width: 42px;
    height: 42px;
  }
  .process-rail::before { left: 21px; }
  .workflow-canvas {
    grid-template-columns: 1fr;
    border-radius: 22px;
    padding: 14px;
  }
  .workflow-lane {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 10px;
  }
  .workflow-lanes::before {
    left: 21px;
  }
  .lane-index {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    font-size: .84rem;
  }
  .lane-body {
    border-radius: 18px;
    padding: 14px;
  }
  .lane-tags span {
    font-size: .76rem;
    padding: 6px 9px;
  }
  .workflow-command {
    border-radius: 20px;
    padding: 15px;
  }
  .contact-form-card,
  .contact-side-card,
  .about-story,
  .about-story-panel,
  .legal-section {
    border-radius: 20px;
    padding: 15px;
  }
  .about-principle {
    border-radius: 20px;
    padding: 15px;
  }
  .about-proof-strip {
    border-radius: 22px;
    padding: 10px;
  }
  .about-proof-strip div {
    border-radius: 16px;
    padding: 13px;
  }
  .cursor-dot, .cursor-ring { display: none; }
}

@media (max-width: 767px) {
  .platform-section .ops-cockpit {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 12px;
    margin-top: 24px !important;
    border-radius: 22px;
    overflow: hidden;
  }
  .platform-section .ops-cockpit::before {
    background-size: 28px 28px;
    opacity: .7;
    mask-image: linear-gradient(#000, #000);
  }
  .platform-section .ops-cockpit::after {
    width: 320px;
    height: 320px;
    top: 155px;
    opacity: .65;
  }
  .platform-section .cockpit-lines {
    display: none;
  }
  .platform-section .cockpit-core,
  .platform-section .cockpit-node {
    position: relative;
    inset: auto;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    transform: none;
    width: 100%;
  }
  .platform-section .cockpit-core {
    grid-column: 1 / -1;
    max-width: none;
    gap: 10px;
    justify-self: stretch;
    order: 1;
  }
  .platform-section .cockpit-device {
    min-height: 205px;
    padding: 12px;
    border-radius: 20px;
  }
  .platform-section .cockpit-device::before {
    inset: 58px 28px auto;
    height: 104px;
    border-radius: 18px;
  }
  .platform-section .cockpit-device img {
    width: min(150px, 52vw);
    margin-top: 58px;
  }
  .platform-section .device-readout {
    margin-top: 34px;
    padding: 10px 12px;
    border-radius: 14px;
  }
  .platform-section .device-readout span,
  .platform-section .device-readout strong {
    font-size: .9rem;
  }
  .platform-section .core-caption {
    max-width: 280px;
    margin: 0 auto 4px;
  }
  .platform-section .core-caption strong {
    font-size: 1rem;
  }
  .platform-section .core-caption span {
    font-size: .88rem;
    line-height: 1.4;
  }
  .platform-section .cockpit-node {
    min-height: 0;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 9px;
    align-items: center;
    padding: 10px;
    border-radius: 16px;
    background: rgba(255,255,255,.08);
    backdrop-filter: blur(10px);
  }
  .platform-section .cockpit-node .fin-icon {
    width: 34px;
    height: 34px;
    border-radius: 11px;
  }
  .platform-section .cockpit-node strong {
    margin-bottom: 2px;
    font-size: .92rem;
    line-height: 1.15;
  }
  .platform-section .cockpit-node span:not(.fin-icon) {
    font-size: .78rem;
    line-height: 1.25;
  }
  .platform-section .cockpit-node.node-a { order: 2; }
  .platform-section .cockpit-node.node-b { order: 3; }
  .platform-section .cockpit-node.node-c { order: 4; }
  .platform-section .cockpit-node.node-d { order: 5; }
  .platform-section .cockpit-node.node-e { order: 6; }
  .platform-section .cockpit-node.node-f { order: 7; }
}

@media (max-width: 430px) {
  :root { --section: 38px; }
  body { font-size: 15px; }
  .container-xl {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
  .site-header { min-height: 64px; }
  .nav-shell {
    height: 64px;
    padding: 0 12px;
  }
  .brand-logo {
    width: 132px;
    height: 42px;
    object-fit: contain;
  }
  .mobile-toggle {
    width: 42px;
    height: 42px;
  }
  .nav-menu {
    width: 100%;
    padding: 76px 18px 20px;
  }
  .mobile-menu-head {
    top: 13px;
    left: 18px;
    right: 18px;
  }
  .mobile-menu-close {
    width: 40px;
    height: 40px;
  }
  .nav-link {
    min-height: 44px;
    padding: 11px 0;
    font-size: 1rem;
  }
  .section {
    padding-top: 44px;
    padding-bottom: 44px;
  }
  .hero,
  .features-hero,
  .inner-hero,
  .action-hero,
  .minimal-hero {
    padding-top: 82px;
    padding-bottom: 28px;
  }
  h1,
  .hero h1,
  .features-hero h1,
  .inner-hero h1,
  .minimal-hero h1,
  .action-hero h1,
  .about-hero h1,
  .solutions-hero h1,
  .contact-hero h1 {
    font-size: clamp(1.9rem, 9.4vw, 2.45rem);
    line-height: 1.08;
  }
  h2,
  .cta-band h2,
  .feature-panel h2,
  .action-panel h2,
  .contact-form-card h2,
  .contact-side-card h2 {
    font-size: clamp(1.55rem, 7.4vw, 2rem);
    line-height: 1.12;
  }
  h3,
  .feature-card h3,
  .dash-card h3,
  .accordion-trigger {
    font-size: clamp(1.05rem, 5.2vw, 1.32rem);
    line-height: 1.2;
  }
  p,
  li,
  .lead-text,
  .hero .lead-text {
    font-size: .94rem;
    line-height: 1.55;
  }
  .eyebrow {
    font-size: .72rem;
    letter-spacing: .09em;
  }
  .row {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1rem;
  }
  .hero-copy,
  .inner-hero-panel,
  .action-hero-panel,
  .feature-panel,
  .card-premium,
  .dash-card,
  .action-panel,
  .contact-form-card,
  .contact-side-card,
  .legal-section,
  .accordion-item-fin,
  .cta-band {
    border-radius: 18px;
  }
  .card-premium,
  .feature-panel,
  .dash-card,
  .accordion-item-fin,
  .contact-form-card,
  .contact-side-card,
  .action-panel,
  .legal-section {
    padding: 14px;
  }
  .hero-actions,
  .feature-hero-actions,
  .final-cta-actions,
  .cookie-actions {
    gap: 10px;
  }
  .btn-fin {
    min-height: 44px;
    padding: 10px 14px;
    font-size: .92rem;
    border-radius: 999px;
  }
  .hero-stage {
    min-height: 360px;
  }
  .phone-mock {
    width: min(196px, 72vw);
    height: 346px;
  }
  .float-card {
    width: min(150px, 45vw);
  }
  .float-1 { top: 54px; }
  .float-2 { top: 220px; }
  .signal-console,
  .dashboard,
  .risk-board,
  .tabs-shell,
  .workflow-canvas {
    border-radius: 20px;
  }
  .signal-card,
  .security-tile,
  .journey-step,
  .risk-card,
  .proof-card {
    padding: 12px;
    border-radius: 16px;
  }
  .portfolio-pulse-visual {
    min-height: 132px;
  }
  .dash-grid,
  .feature-strip-grid,
  .trend-summary,
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .dash-top,
  .dash-controls,
  .trend-head,
  .activity-feed-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
  .table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .device-table {
    min-width: 620px;
  }
  .form-field {
    margin-bottom: 0;
  }
  .newsletter input,
  .form-control-fin,
  .form-select-fin,
  textarea.form-control-fin {
    min-height: 44px;
    padding: 10px 12px;
    font-size: .95rem;
  }
  textarea.form-control-fin {
    min-height: 118px;
  }
  .site-footer {
    padding-top: 42px;
    padding-bottom: 24px;
  }
  .footer-grid {
    gap: 18px;
  }
  .footer-grid a,
  .footer-grid p {
    overflow-wrap: anywhere;
  }
  .footer-bottom {
    margin-top: 26px;
    padding-top: 16px;
  }
  .cookie-consent {
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 12px;
    border-radius: 16px;
  }
  .back-top {
    right: 12px;
    bottom: 12px;
    width: 42px;
    height: 42px;
  }
  .platform-section .ops-cockpit {
    gap: 9px;
    padding: 10px;
    border-radius: 20px;
  }
  .platform-section .cockpit-device {
    min-height: 188px;
  }
  .platform-section .cockpit-device img {
    width: min(136px, 50vw);
    margin-top: 54px;
  }
  .platform-section .device-readout {
    margin-top: 28px;
  }
  .platform-section .cockpit-node {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 8px;
    padding: 9px;
  }
  .platform-section .cockpit-node .fin-icon {
    width: 30px;
    height: 30px;
  }
  .platform-section .cockpit-node strong {
    font-size: .86rem;
  }
  .platform-section .cockpit-node span:not(.fin-icon) {
    font-size: .72rem;
  }
}

@media (max-width: 360px) {
  .container-xl {
    padding-left: 14px;
    padding-right: 14px;
  }
  h1,
  .hero h1,
  .features-hero h1,
  .inner-hero h1,
  .minimal-hero h1,
  .action-hero h1 {
    font-size: clamp(1.75rem, 9.2vw, 2.15rem);
  }
  h2 {
    font-size: clamp(1.42rem, 7.2vw, 1.85rem);
  }
  .btn-fin {
    font-size: .88rem;
    padding-left: 12px;
    padding-right: 12px;
  }
  .phone-mock {
    width: 182px;
    height: 326px;
  }
  .float-card {
    width: 138px;
  }
  .platform-section .ops-cockpit {
    grid-template-columns: 1fr;
  }
  .platform-section .cockpit-core {
    grid-column: auto;
  }
  .platform-section .cockpit-device {
    min-height: 178px;
  }
  .platform-section .cockpit-node {
    grid-template-columns: 32px minmax(0, 1fr);
  }
  .platform-section .cockpit-node .fin-icon {
    width: 32px;
    height: 32px;
  }
  .platform-section .cockpit-node span:not(.fin-icon) {
    font-size: .76rem;
  }
}

@media (max-width: 430px), (prefers-reduced-motion: reduce) {
  .signal-orbit,
  .solution-map-pulse,
  .router-signal,
  .contact-signal-line,
  .workflow-signal {
    animation: none !important;
  }
}

@media (max-width: 430px) {
  .container-xl { padding-inline: 14px; }
  .phone-screen { padding: 14px; }
  .mini-card { padding: 11px; }
  .float-card { width: 152px; }
  .float-2 { left: 0; }
  .float-1 { right: 0; }
  .cta-band { border-radius: 22px; }
}
