@media (min-width: 1600px) {
  .container {
    width: min(1380px, calc(100% - 100px));
  }
  .hero-layout {
    min-height: 700px;
  }
  .hero h1 {
    font-size: 78px;
  }
  .hero-copy > p {
    font-size: 16px;
    max-width: 520px;
  }
  nav a {
    font-size: 12px;
  }
  .header-inner {
    gap: 35px;
  }
  .ecosystem {
    justify-self: center;
  }
  .hero-actions .button {
    font-size: 13px;
  }
}
@media (max-width: 1190px) {
  .header-inner {
    gap: 18px;
  }
  nav {
    gap: 12px;
  }
  nav a {
    font-size: 9px;
  }
  .brand-logo {
    width: 148px;
  }
  .header-cta {
    font-size: 10px;
    padding: 9px 10px;
  }
  .split {
    gap: 45px;
  }
  .hero-actions {
    flex-wrap: wrap;
  }
  .hero h1 {
    font-size: 58px;
  }
  .core {
    width: 130px;
    height: 140px;
  }
  .core-logo {
    width: 62px;
  }
  .core strong {
    font-size: 14px;
  }
  .network-node {
    width: 72px;
    height: 73px;
  }
  .section {
    padding: 85px 0;
  }
  .solution-card {
    padding: 23px 19px;
  }
  .solution-card h3 {
    font-size: 17px;
  }
  .solution-card p {
    min-height: 64px;
  }
  .card-link {
    font-size: 8px;
  }
  .footer-links {
    gap: 15px;
  }
  .dashboard {
    grid-template-columns: 170px 1fr;
  }
}
@media (max-width: 1024px) {
  .header-inner {
    height: 74px;
  }
  .header-cta {
    margin-left: auto;
  }
  .menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    width: 39px;
    height: 39px;
    background: transparent;
    border: 1px solid #ffffff22;
    border-radius: 4px;
    order: 3;
    padding: 9px;
  }
  .menu-toggle span {
    height: 1px;
    background: #d9e5f7;
    width: 19px;
  }
  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }
  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }
  nav {
    display: none;
    position: absolute;
    top: 74px;
    left: 0;
    right: 0;
    background: #090f1afc;
    padding: 20px 24px;
    border-bottom: 1px solid #ffffff22;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }
  nav.is-open {
    display: grid;
  }
  nav a {
    font-size: 13px;
    padding: 13px;
  }
  .hero {
    padding-top: 75px;
  }
  .hero h1 {
    font-size: 52px;
  }
  .hero-layout {
    min-height: 590px;
  }
  .hero-copy .eyebrow {
    font-size: 8px;
  }
  .hero-copy > p {
    font-size: 13px;
  }
  .hero-actions .button {
    font-size: 10px;
    padding: 12px 14px;
    gap: 12px;
  }
  .ecosystem {
    max-width: 450px;
  }
  .floating-status {
    padding: 8px;
    font-size: 7px;
  }
  .status-top {
    left: 26%;
    top: 0;
  }
  .floating-status strong {
    font-size: 8px;
  }
  .status-bottom {
    left: 29%;
    bottom: -2%;
  }
  .core {
    width: 115px;
    height: 125px;
    border-radius: 23px;
  }
  .network-node {
    width: 64px;
    height: 66px;
    font-size: 8px;
  }
  .network-node svg {
    width: 24px;
    height: 24px;
  }
  .node-switch {
    left: 10%;
  }
  .diagram-caption {
    bottom: -37px;
    font-size: 6px;
  }
  .hero-note {
    font-size: 9px;
  }
  .section-heading {
    gap: 35px;
  }
  .section-heading > p,
  .section-heading > div + div {
    max-width: 340px;
  }
  .solution-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .solution-card p {
    min-height: 0;
  }
  .card-link {
    font-size: 10px;
  }
  .solution-card h3 {
    font-size: 20px;
  }
  .split {
    gap: 35px;
  }
  .dashboard {
    grid-template-columns: 145px 1fr;
  }
  .dashboard-sidebar {
    padding: 20px 10px;
  }
  .dashboard-main {
    padding: 20px;
  }
  .status-grid > div {
    padding: 14px;
  }
  .status-grid strong {
    font-size: 12px;
  }
  .status-grid svg {
    width: 15px;
    height: 15px;
    right: 10px;
    top: 12px;
  }
  .status-grid > div > span {
    font-size: 9px;
  }
  .sidebar-bottom {
    font-size: 6px;
  }
  .care-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  .ring-outer {
    width: 310px;
    height: 310px;
  }
  .ring-inner {
    width: 235px;
    height: 235px;
  }
  .security-label {
    font-size: 6px;
  }
  .label-two {
    left: 0;
  }
  .label-three {
    right: 0;
  }
  .check-list {
    grid-template-columns: 1fr;
  }
  .site-preview {
    padding: 17px;
    height: 270px;
  }
  .site-preview strong {
    font-size: 26px;
  }
  .preview-shape {
    width: 95px;
    height: 95px;
    right: 10px;
  }
  .web-traits {
    gap: 12px;
    font-size: 8px;
  }
  .phone-mock {
    right: -5px;
    width: 115px;
    height: 233px;
  }
  .phone-camera {
    left: 35px;
  }
  .phone-mock strong {
    font-size: 17px;
  }
  .process-grid {
    gap: 20px;
  }
  .process-grid h3 {
    font-size: 14px;
  }
  .process-grid p {
    font-size: 11px;
  }
  .footer-top {
    align-items: flex-start;
  }
  .footer-links {
    max-width: 330px;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  form {
    padding: 23px;
  }
  .infra-layer {
    padding: 20px;
    gap: 15px;
  }
  .infra-layer h3 {
    font-size: 14px;
  }
  .infra-layer p {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .brand-logo {
    width: 124px;
  }
  .container {
    width: calc(100% - 40px);
  }
  .section {
    padding: 65px 0;
  }
  h2 {
    font-size: 34px;
  }
  .hero-layout {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .hero-copy {
    padding: 58px 0 10px;
  }
  .hero h1 {
    font-size: clamp(46px, 9vw, 65px);
    margin: 24px 0;
  }
  .hero-copy .eyebrow {
    font-size: 8px;
    letter-spacing: 0.13em;
  }
  .hero-copy > p {
    font-size: 14px;
    max-width: 530px;
  }
  .hero-actions {
    gap: 10px;
  }
  .hero-actions .button {
    font-size: 11px;
    padding: 13px 16px;
    flex: 1;
    white-space: nowrap;
  }
  .hero-note {
    font-size: 9px;
    margin-top: 22px;
  }
  .ecosystem {
    width: 90%;
    max-width: 470px;
    justify-self: center;
    margin: 30px 0 60px;
  }
  .network-node {
    width: 72px;
    height: 73px;
  }
  .core {
    width: 133px;
    height: 144px;
  }
  .core-logo {
    width: 68px;
  }
  .status-top {
    top: 1%;
    left: 30%;
  }
  .floating-status {
    font-size: 8px;
  }
  .floating-status strong {
    font-size: 9px;
  }
  .hero-bottom {
    font-size: 8px;
    gap: 15px;
  }
  .hero-bottom > a {
    white-space: nowrap;
  }
  .hero-bottom > span {
    max-width: 160px;
  }
  .section-heading {
    display: block;
    margin-bottom: 30px;
  }
  .section-heading > p,
  .section-heading > div + div {
    max-width: none;
    margin-top: 24px;
  }
  .section-heading h2 {
    font-size: 34px;
  }
  .desktop-only {
    display: none;
  }
  .solution-grid {
    gap: 12px;
  }
  .solution-card {
    padding: 23px 17px 17px;
  }
  .solution-card h3 {
    font-size: 17px;
  }
  .solution-card p {
    font-size: 11px;
    min-height: 60px;
    margin-bottom: 16px;
  }
  .card-link {
    font-size: 8px;
    gap: 7px;
  }
  .card-number {
    font-size: 8px;
    right: 15px;
  }
  .solution-card .service-icon {
    width: 29px;
    height: 29px;
    margin-bottom: 23px;
  }
  .split {
    grid-template-columns: 1fr;
    gap: 37px;
  }
  .infra-layer h3 {
    font-size: 17px;
  }
  .infra-layer p {
    font-size: 12px;
  }
  .infra-layer {
    padding: 24px;
    gap: 22px;
  }
  .dashboard {
    grid-template-columns: 1fr;
  }
  .dashboard-sidebar {
    display: none;
  }
  .dashboard-main {
    padding: 20px;
  }
  .dashboard-title h3 {
    font-size: 19px;
  }
  .dash-panels {
    grid-template-columns: 1fr;
  }
  .status-grid {
    gap: 8px;
  }
  .status-grid > div {
    padding: 13px 10px;
  }
  .status-grid > div > span {
    font-size: 8px;
  }
  .status-grid strong {
    font-size: 10px;
    gap: 5px;
  }
  .status-grid svg {
    display: none;
  }
  .environment-panel > div:not(:first-child) {
    font-size: 11px;
  }
  .environment-panel > div > span {
    font-size: 10px;
  }
  .chart {
    height: 155px;
  }
  .dashboard-foot {
    font-size: 7px;
  }
  .dashboard-foot > span:last-child {
    font-size: 6px;
  }
  .monitor-flow {
    flex-wrap: wrap;
    justify-content: center;
    font-size: 10px;
    gap: 15px 13px;
  }
  .monitor-flow > span:first-child {
    width: 100%;
    text-align: center;
  }
  .monitor-flow > b:nth-child(2) {
    display: none;
  }
  .monitor-flow small {
    font-size: 7px;
  }
  .tags {
    gap: 7px;
  }
  .tags > span {
    font-size: 9px;
  }
  .inventory-mockup {
    order: 2;
    transform: none;
  }
  .inventory-content {
    padding: 22px;
  }
  .care-grid {
    gap: 20px;
  }
  .care-grid h3 {
    font-size: 17px;
  }
  .care-grid p {
    font-size: 12px;
  }
  .security-art {
    min-height: 340px;
    max-width: 390px;
    width: 100%;
    justify-self: center;
  }
  .security-section .split > div:last-child {
    grid-row: 1;
  }
  .check-list {
    grid-template-columns: 1fr 1fr;
  }
  .security-label {
    font-size: 7px;
  }
  .security-caption {
    font-size: 7px;
  }
  .label-one {
    top: 20px;
  }
  .label-two {
    left: 0;
  }
  .label-three {
    bottom: 60px;
  }
  .web-art {
    max-width: 500px;
    width: 100%;
    justify-self: center;
    padding-right: 20px;
  }
  .site-preview {
    height: 290px;
    padding: 24px;
  }
  .site-preview strong {
    font-size: 32px;
  }
  .phone-mock {
    width: 125px;
    height: 248px;
    right: 0;
  }
  .phone-camera {
    left: 40px;
  }
  .phone-mock strong {
    font-size: 19px;
  }
  .web-traits {
    gap: 15px;
    font-size: 9px;
  }
  .hosting-card {
    padding: 27px;
    gap: 20px;
    flex-wrap: wrap;
  }
  .hosting-card > .service-icon {
    width: 32px;
    height: 32px;
  }
  .hosting-card > div {
    width: 100%;
    order: 3;
  }
  .hosting-card h2 {
    font-size: 27px;
  }
  .circle-link {
    width: 37px;
    height: 37px;
  }
  .hosting-features {
    line-height: 2.4;
    font-size: 10px;
  }
  .hosting-features i {
    margin: 0 4px;
  }
  .hosting-section {
    padding-bottom: 0;
  }
  .process-grid {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 35px;
  }
  .process-grid article {
    padding: 0 0 28px 33px;
    border-top: 0;
    border-left: 1px solid #294267;
    margin-left: 6px;
  }
  .process-grid article:before {
    left: -4px;
    top: 8px;
  }
  .process-grid article:last-child {
    padding-bottom: 0;
  }
  .process-grid h3 {
    font-size: 18px;
    margin: 8px 0;
  }
  .process-grid p {
    font-size: 13px;
  }
  .process-grid article > span {
    font-size: 12px;
  }
  .about-section .split {
    gap: 10px;
  }
  .about-lead {
    font-size: 21px !important;
  }
  .contact-section .split {
    gap: 35px;
  }
  .form-row {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
  .footer-top {
    display: block;
    padding-bottom: 30px;
  }
  .footer-links {
    margin-top: 26px;
    max-width: none;
    gap: 15px 23px;
  }
  .footer-bottom {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 12px 22px;
    padding-right: 30px;
  }
  .footer-bottom > span {
    width: 100%;
  }
  .whatsapp-float {
    width: 43px;
    height: 43px;
    bottom: 17px;
    right: 16px;
  }
  .legal-content h1 {
    font-size: 35px;
  }
  .legal-main {
    padding-top: 120px;
  }
  .error-number {
    font-size: 110px;
  }
}
@media (max-width: 389px) {
  .container {
    width: calc(100% - 32px);
  }
  .header-inner {
    gap: 12px;
  }
  .header-cta {
    font-size: 9px;
    padding: 9px;
  }
  .brand-logo {
    width: 112px;
  }
  .hero h1 {
    font-size: 45px;
  }
  .hero-actions {
    flex-direction: column;
  }
  .hero-actions .button {
    justify-content: space-between;
  }
  .hero-note {
    font-size: 8px;
  }
  .hero-copy .eyebrow {
    font-size: 7px;
  }
  .ecosystem {
    width: 95%;
    margin-top: 37px;
  }
  .network-node {
    width: 60px;
    height: 64px;
    font-size: 7px;
  }
  .core {
    width: 113px;
    height: 125px;
  }
  .core-logo {
    width: 55px;
  }
  .core strong {
    font-size: 12px;
  }
  .floating-status {
    font-size: 6px;
    padding: 7px;
    gap: 7px;
  }
  .floating-status strong {
    font-size: 8px;
  }
  .status-bars {
    font-size: 15px;
  }
  .status-bottom {
    left: 28%;
  }
  .solution-card {
    padding: 21px 13px 16px;
  }
  .solution-card h3 {
    font-size: 15px;
  }
  .solution-card p {
    font-size: 10px;
  }
  .card-link {
    font-size: 7px;
  }
  .check-list {
    grid-template-columns: 1fr;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .dashboard-main {
    padding: 15px;
  }
  .dashboard-title h3 {
    font-size: 16px;
  }
  .dashboard-title .demo-badge {
    font-size: 6px;
  }
  .status-grid strong {
    font-size: 9px;
  }
  .status-grid .live-dot {
    width: 4px;
    height: 4px;
  }
  .dashboard-foot > span:last-child {
    display: none;
  }
  .web-traits {
    font-size: 8px;
    gap: 10px;
  }
  .infra-layer {
    padding: 20px;
    gap: 15px;
  }
  .infra-layer h3 {
    font-size: 15px;
  }
  .infra-layer p {
    font-size: 11px;
  }
}
