/* =========================================================
   A.S.S. TECHNOLOGY
   MAIN STYLESHEET
========================================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Inter", sans-serif;
    color: #172033;
    background: #ffffff;
    line-height: 1.6;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    display: block;
}

button,
input,
textarea,
select {
    font-family: inherit;
}

.asst-container {
    width: min(1180px, calc(100% - 40px));
    margin: auto;
}


/* =========================================================
   HEADER
========================================================= */

.asst-header {
    position: sticky;
    top: 0;
    z-index: 999;
    background: rgba(255,255,255,0.96);
    backdrop-filter: blur(15px);
    border-bottom: 1px solid #edf0f5;
}

.asst-header-inner {
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

.asst-logo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.asst-logo-box {
    width: 48px;
    height: 48px;
    border-radius: 12px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: white;
    font-size: 12px;
    font-weight: 800;

    background: linear-gradient(
        135deg,
        #1355d8,
        #4b8dff
    );

    box-shadow: 0 10px 25px rgba(19,85,216,0.22);
}

.asst-logo-text {
    display: flex;
    flex-direction: column;
}

.asst-logo-text strong {
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    line-height: 1.2;
}

.asst-logo-text small {
    font-size: 10px;
    color: #788297;
    margin-top: 3px;
}

.asst-navigation {
    display: flex;
    align-items: center;
    gap: 27px;
}

.asst-navigation a {
    position: relative;
    color: #596276;
    font-size: 13px;
    font-weight: 600;
    transition: 0.3s;
}

.asst-navigation a:hover,
.asst-navigation .asst-nav-active {
    color: #1355d8;
}

.asst-header-btn {
    background: #1355d8;
    color: white;
    padding: 12px 20px;
    border-radius: 9px;
    font-size: 13px;
    font-weight: 700;
    transition: 0.3s;
}

.asst-header-btn:hover {
    background: #0c3eaa;
    transform: translateY(-2px);
}


/* =========================================================
   HERO
========================================================= */

.asst-hero {
    position: relative;
    overflow: hidden;
    min-height: 680px;
    display: flex;
    align-items: center;

    background:
        radial-gradient(
            circle at 90% 20%,
            rgba(63,125,255,0.13),
            transparent 30%
        ),
        #f7f9fd;
}

.asst-hero-bg {
    position: absolute;
    width: 500px;
    height: 500px;
    right: -150px;
    bottom: -200px;

    border-radius: 50%;
    background: rgba(30,95,220,0.07);
}

.asst-hero-grid {
    position: relative;
    z-index: 2;

    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 70px;
    align-items: center;
}

.asst-small-label,
.asst-section-label {
    display: flex;
    align-items: center;
    gap: 9px;

    color: #1355d8;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.asst-small-label span {
    width: 24px;
    height: 2px;
    background: #1355d8;
}

.asst-hero h1 {
    max-width: 670px;
    margin-top: 18px;

    font-family: "Poppins", sans-serif;
    font-size: clamp(40px, 5vw, 67px);
    line-height: 1.08;
    letter-spacing: -2px;
    color: #111a2c;
}

.asst-hero h1 span,
.asst-section-heading h2 span,
.asst-section-content h2 span,
.asst-feature h2 span,
.asst-cta h2 span,
.asst-contact-info h2 span {
    color: #1355d8;
}

.asst-hero-content > p {
    max-width: 600px;
    margin-top: 23px;

    color: #697387;
    font-size: 16px;
}

.asst-hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 32px;
}

.asst-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 50px;
    padding: 0 23px;

    border-radius: 9px;
    font-size: 13px;
    font-weight: 700;

    transition: 0.3s;
}

.asst-btn-primary {
    color: white;
    background: #1355d8;
    box-shadow: 0 12px 30px rgba(19,85,216,0.22);
}

.asst-btn-primary:hover {
    background: #0d43b0;
    transform: translateY(-3px);
}

.asst-btn-outline {
    border: 1px solid #d7dce7;
    color: #344057;
    background: white;
}

.asst-btn-outline:hover {
    border-color: #1355d8;
    color: #1355d8;
}

.asst-btn-light {
    color: #1355d8;
    background: white;
}

.asst-btn-light:hover {
    transform: translateY(-3px);
}


.asst-hero-stats {
    display: flex;
    gap: 40px;
    margin-top: 45px;
}

.asst-hero-stats div {
    display: flex;
    flex-direction: column;
}

.asst-hero-stats strong {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    color: #162036;
}

.asst-hero-stats span {
    font-size: 11px;
    color: #788297;
}


/* HERO VISUAL */

.asst-hero-visual {
    position: relative;
    min-height: 430px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.asst-code-window {
    width: 430px;
    min-height: 300px;

    background: #101827;
    border-radius: 17px;

    box-shadow:
        0 35px 80px rgba(20,35,65,0.25);

    overflow: hidden;

    transform: rotate(2deg);
}

.asst-window-top {
    height: 44px;
    padding: 0 18px;

    display: flex;
    align-items: center;
    gap: 7px;

    background: #182234;
}

.asst-window-top span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #647086;
}

.asst-code-content {
    padding: 38px 30px;
    font-family: monospace;
    font-size: 13px;
    line-height: 2.5;
    color: #d9e1ef;
}

.asst-code-blue {
    color: #74a7ff;
}

.asst-code-green {
    color: #7de2aa;
}

.asst-code-yellow {
    color: #ffd478;
}

.asst-code-indent {
    padding-left: 30px;
}


.asst-floating-card {
    position: absolute;

    display: flex;
    align-items: center;
    gap: 11px;

    padding: 13px 17px;

    border-radius: 12px;

    background: white;

    box-shadow:
        0 15px 40px rgba(29,45,75,0.14);
}

.asst-floating-card strong {
    display: block;
    font-size: 12px;
}

.asst-floating-card span {
    display: block;
    margin-top: 2px;
    color: #8992a4;
    font-size: 9px;
}

.asst-floating-icon {
    width: 34px;
    height: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 9px;

    color: #1355d8;
    background: #edf3ff;
    font-weight: 800;
}

.asst-floating-one {
    top: 55px;
    left: -10px;
}

.asst-floating-two {
    bottom: 55px;
    right: -10px;
}


/* =========================================================
   TRUST
========================================================= */

.asst-trust {
    border-bottom: 1px solid #edf0f5;
    background: white;
}

.asst-trust-inner {
    min-height: 80px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.asst-trust-inner > span {
    color: #929bab;
    font-size: 11px;
}

.asst-trust-inner > div {
    color: #697387;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 700;
}


/* =========================================================
   SECTIONS
========================================================= */

.asst-section {
    padding: 100px 0;
}

.asst-two-column {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 85px;
    align-items: center;
}

.asst-section-heading {
    max-width: 700px;
    margin: 0 auto 55px;
    text-align: center;
}

.asst-section-heading .asst-section-label {
    justify-content: center;
}

.asst-section-heading h2,
.asst-section-content h2 {
    margin-top: 12px;

    font-family: "Poppins", sans-serif;
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.2;
    color: #121c2f;
}

.asst-section-heading p {
    max-width: 620px;
    margin: 15px auto 0;
    color: #788297;
    font-size: 14px;
}

.asst-section-content > p {
    margin-top: 17px;
    color: #697387;
    font-size: 14px;
}


/* =========================================================
   ABOUT
========================================================= */

.asst-about {
    background: white;
}

.asst-section-image {
    min-height: 430px;

    display: flex;
    align-items: center;
    justify-content: center;

    background:
        linear-gradient(
            135deg,
            #eef4ff,
            #f9fbff
        );

    border-radius: 25px;
}

.asst-about-card {
    width: 80%;
    padding: 35px;

    border-radius: 20px;
    background: white;

    box-shadow:
        0 25px 60px rgba(28,50,90,0.12);
}

.asst-about-icon {
    width: 58px;
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 14px;

    background: #1355d8;
    color: white;

    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 800;
}

.asst-about-card h3 {
    margin-top: 20px;
    font-family: "Poppins", sans-serif;
    font-size: 22px;
}

.asst-about-card > p {
    margin-top: 5px;
    color: #7b8496;
    font-size: 13px;
}

.asst-about-mini-grid {
    margin-top: 30px;

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;

    padding-top: 22px;
    border-top: 1px solid #edf0f5;
}

.asst-about-mini-grid div {
    display: flex;
    flex-direction: column;
}

.asst-about-mini-grid strong {
    color: #1355d8;
    font-size: 20px;
}

.asst-about-mini-grid span {
    color: #8a92a2;
    font-size: 10px;
}

.asst-about-points {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 13px;

    margin-top: 28px;
}

.asst-about-points div {
    color: #4d586d;
    font-size: 12px;
    font-weight: 600;
}

.asst-about-points span {
    color: #1355d8;
    margin-right: 5px;
}


/* =========================================================
   SERVICES
========================================================= */

.asst-services {
    background: #f7f9fd;
}

.asst-service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.asst-service-card {
    position: relative;
    overflow: hidden;

    padding: 28px;

    min-height: 300px;

    background: white;
    border: 1px solid #e9edf4;
    border-radius: 15px;

    transition: 0.35s;
}

.asst-service-card:hover {
    transform: translateY(-9px);
    border-color: #cbdafe;
    box-shadow:
        0 25px 50px rgba(35,59,105,0.10);
}

.asst-service-number {
    position: absolute;
    top: 20px;
    right: 22px;

    color: #dfe6f3;
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-weight: 800;
}

.asst-service-icon {
    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 12px;

    color: #1355d8;
    background: #edf3ff;

    font-size: 22px;
    font-weight: 800;
}

.asst-service-card h3 {
    margin-top: 25px;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
}

.asst-service-card p {
    margin-top: 10px;
    color: #7a8497;
    font-size: 12px;
}

.asst-service-card a {
    display: inline-block;
    margin-top: 22px;

    color: #1355d8;
    font-size: 11px;
    font-weight: 800;
}


/* =========================================================
   SOFTWARE
========================================================= */

.asst-software {
    background: white;
}

.asst-software-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.asst-software-card {
    padding: 27px;

    border: 1px solid #e9edf4;
    border-radius: 15px;

    transition: 0.3s;
}

.asst-software-card:hover {
    transform: translateY(-5px);
    border-color: #c8d8fa;
    box-shadow: 0 20px 45px rgba(30,55,100,0.08);
}

.asst-software-icon {
    width: 45px;
    height: 45px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 10px;

    background: #eef4ff;
    color: #1355d8;

    font-weight: 800;
}

.asst-software-card h3 {
    margin-top: 18px;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
}

.asst-software-card p {
    margin-top: 7px;
    color: #7a8497;
    font-size: 12px;
}


/* =========================================================
   FEATURE
========================================================= */

.asst-feature {
    padding: 95px 0;

    color: white;

    background:
        linear-gradient(
            110deg,
            #0d1d3b,
            #1355d8
        );
}

.asst-feature-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    align-items: center;
}

.asst-feature .asst-section-label {
    color: #9fc0ff;
}

.asst-feature h2 {
    max-width: 550px;
    margin-top: 12px;

    font-family: "Poppins", sans-serif;
    font-size: clamp(32px, 4vw, 46px);
    line-height: 1.2;
}

.asst-feature h2 span {
    color: #a9c7ff;
}

.asst-feature p {
    max-width: 560px;
    margin-top: 16px;

    color: #c8d6f1;
    font-size: 14px;
}

.asst-feature .asst-btn {
    margin-top: 27px;
}

.asst-feature-list {
    border-top: 1px solid rgba(255,255,255,0.16);
}

.asst-feature-list > div {
    display: flex;
    gap: 20px;

    padding: 22px 0;

    border-bottom: 1px solid rgba(255,255,255,0.16);
}

.asst-feature-list strong {
    color: #8fb4ff;
    font-size: 12px;
}

.asst-feature-list span {
    display: flex;
    flex-direction: column;

    font-family: "Poppins", sans-serif;
    font-size: 15px;
}

.asst-feature-list small {
    margin-top: 3px;

    color: #b5c8e8;
    font-family: "Inter", sans-serif;
    font-size: 11px;
}


/* =========================================================
   CLIENTS
========================================================= */

.asst-clients {
    background: #f7f9fd;
}

.asst-client-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.asst-client-card {
    display: flex;
    align-items: center;
    gap: 15px;

    min-height: 90px;
    padding: 15px 18px;

    background: white;
    border: 1px solid #e9edf4;
    border-radius: 13px;

    transition: 0.3s;
}

.asst-client-card:hover {
    transform: translateY(-4px);
    border-color: #c5d6fa;
    box-shadow: 0 15px 35px rgba(30,55,100,0.08);
}

.asst-client-logo {
    flex-shrink: 0;

    width: 50px;
    height: 50px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 11px;

    background: #edf3ff;
    color: #1355d8;

    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 800;
}

.asst-client-card > div:nth-child(2) {
    flex: 1;
}

.asst-client-card h3 {
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    line-height: 1.35;
}

.asst-client-card span {
    display: block;
    margin-top: 3px;

    color: #8992a4;
    font-size: 10px;
}

.asst-client-card b {
    color: #1355d8;
    font-size: 17px;
}

.asst-more-client {
    background: #1355d8;
    color: white;
}

.asst-more-client .asst-client-logo {
    background: rgba(255,255,255,0.15);
    color: white;
}

.asst-more-client span {
    color: #c8d8f8;
}

.asst-more-client b {
    color: white;
}


/* =========================================================
   WHY US
========================================================= */

.asst-why {
    background: white;
}

.asst-why-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.asst-why-card {
    padding: 25px;

    border: 1px solid #e9edf4;
    border-radius: 14px;
}

.asst-why-card > span {
    color: #1355d8;
    font-size: 11px;
    font-weight: 800;
}

.asst-why-card h3 {
    margin-top: 12px;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
}

.asst-why-card p {
    margin-top: 7px;
    color: #7c8698;
    font-size: 11px;
}


/* =========================================================
   TEAM
========================================================= */

.asst-team {
    background: #f7f9fd;
}

.asst-team-grid {
    max-width: 850px;
    margin: auto;

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.asst-team-card {
    overflow: hidden;

    background: white;
    border: 1px solid #e9edf4;
    border-radius: 18px;

    transition: 0.3s;
}

.asst-team-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 50px rgba(30,55,100,0.10);
}

.asst-team-photo {
    height: 230px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: white;

    font-family: "Poppins", sans-serif;
    font-size: 55px;
    font-weight: 800;
}

.asst-founder-photo {
    background:
        linear-gradient(
            135deg,
            #10264d,
            #2869dc
        );
}

.asst-marketing-photo {
    background:
        linear-gradient(
            135deg,
            #39205f,
            #7953cc
        );
}

.asst-team-info {
    padding: 24px;
}

.asst-team-role {
    color: #1355d8;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.2px;
}

.asst-team-info h3 {
    margin-top: 7px;

    font-family: "Poppins", sans-serif;
    font-size: 19px;
}

.asst-team-info > p {
    margin-top: 3px;

    color: #8992a3;
    font-size: 11px;
}

.asst-team-description {
    margin-top: 16px;

    padding-top: 15px;
    border-top: 1px solid #edf0f5;

    color: #687387;
    font-size: 11px;
}


/* =========================================================
   PROCESS
========================================================= */

.asst-process {
    padding: 90px 0;
    background: white;
}

.asst-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.asst-process-grid > div {
    position: relative;
    padding: 25px;

    border-top: 1px solid #dfe4ed;
}

.asst-process-grid > div:not(:last-child) {
    border-right: 1px solid #e5e9f0;
}

.asst-process-grid span {
    color: #1355d8;
    font-size: 11px;
    font-weight: 800;
}

.asst-process-grid h3 {
    margin-top: 15px;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
}

.asst-process-grid p {
    margin-top: 7px;
    color: #7d8799;
    font-size: 11px;
}


/* =========================================================
   CTA
========================================================= */

.asst-cta {
    padding: 70px 0;

    background:
        linear-gradient(
            120deg,
            #0e2349,
            #1355d8
        );

    color: white;
}

.asst-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.asst-cta .asst-section-label {
    color: #a9c4ff;
}

.asst-cta h2 {
    max-width: 650px;
    margin-top: 10px;

    font-family: "Poppins", sans-serif;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.2;
}

.asst-cta h2 span {
    color: #a9c7ff;
}

.asst-cta p {
    max-width: 620px;
    margin-top: 12px;

    color: #c6d4ed;
    font-size: 13px;
}


/* =========================================================
   CONTACT
========================================================= */

.asst-contact {
    background: #f7f9fd;
}

.asst-contact-grid {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 80px;
    align-items: start;
}

.asst-contact-info h2 {
    margin-top: 12px;

    font-family: "Poppins", sans-serif;
    font-size: clamp(30px, 4vw, 43px);
    line-height: 1.2;
}

.asst-contact-info > p {
    margin-top: 18px;
    color: #737e91;
    font-size: 13px;
}

.asst-contact-item {
    display: flex;
    align-items: center;
    gap: 13px;

    margin-top: 25px;
}

.asst-contact-icon {
    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 10px;

    background: #eaf1ff;
    color: #1355d8;
    font-weight: 800;
}

.asst-contact-item div:last-child {
    display: flex;
    flex-direction: column;
}

.asst-contact-item small {
    color: #939baa;
    font-size: 9px;
}

.asst-contact-item a,
.asst-contact-item strong {
    margin-top: 2px;

    color: #273247;
    font-size: 12px;
}

.asst-contact-form {
    padding: 35px;

    background: white;
    border: 1px solid #e6eaf1;
    border-radius: 18px;

    box-shadow:
        0 20px 55px rgba(30,50,90,0.07);
}

.asst-contact-form h3 {
    font-family: "Poppins", sans-serif;
    font-size: 21px;
}

.asst-contact-form > p {
    margin-top: 4px;
    color: #8992a4;
    font-size: 11px;
}

.asst-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.asst-form-group {
    margin-top: 18px;
}

.asst-form-group label {
    display: block;
    margin-bottom: 7px;

    color: #465166;
    font-size: 10px;
    font-weight: 700;
}

.asst-form-group input,
.asst-form-group select,
.asst-form-group textarea {
    width: 100%;

    padding: 13px 14px;

    border: 1px solid #e0e5ee;
    border-radius: 8px;

    outline: none;

    color: #263147;
    background: white;

    font-size: 11px;

    transition: 0.3s;
}

.asst-form-group textarea {
    resize: vertical;
}

.asst-form-group input:focus,
.asst-form-group select:focus,
.asst-form-group textarea:focus {
    border-color: #1355d8;
    box-shadow: 0 0 0 3px rgba(19,85,216,0.08);
}

.asst-submit {
    border: 0;
    cursor: pointer;
    margin-top: 22px;
}


/* =========================================================
   FOOTER
========================================================= */

.asst-footer {
    padding: 65px 0 0;

    color: #aab5ca;
    background: #0d1729;
}

.asst-footer-grid {
    display: grid;
    grid-template-columns: 1.7fr 1fr 1fr 1fr;
    gap: 50px;
    padding-bottom: 55px;
}

.asst-footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;

    color: white;

    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.asst-footer-logo .asst-logo-box {
    width: 42px;
    height: 42px;
}

.asst-footer-about p {
    max-width: 300px;
    margin-top: 18px;

    color: #8490a6;
    font-size: 11px;
}

.asst-footer-grid h4 {
    margin-bottom: 17px;

    color: white;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
}

.asst-footer-grid > div:not(:first-child) {
    display: flex;
    flex-direction: column;
}

.asst-footer-grid > div:not(:first-child) a {
    margin-bottom: 9px;

    color: #8490a6;
    font-size: 10px;

    transition: 0.2s;
}

.asst-footer-grid > div:not(:first-child) a:hover {
    color: white;
}

.asst-footer-bottom {
    min-height: 65px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    border-top: 1px solid rgba(255,255,255,0.08);
}

.asst-footer-bottom p {
    color: #69758b;
    font-size: 9px;
}


/* =========================================================
   WHATSAPP
========================================================= */

.asst-whatsapp {
    position: fixed;

    right: 22px;
    bottom: 22px;

    width: 55px;
    height: 55px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    color: white;
    background: #20b96b;

    font-size: 23px;

    box-shadow:
        0 10px 30px rgba(20,150,80,0.30);

    z-index: 998;

    transition: 0.3s;
}

.asst-whatsapp:hover {
    transform: scale(1.08);
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1050px) {

    .asst-navigation {
        gap: 16px;
    }

    .asst-navigation a {
        font-size: 11px;
    }

    .asst-service-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .asst-hero-grid {
        gap: 35px;
    }

}


@media (max-width: 850px) {

    .asst-header-inner {
        min-height: 70px;
    }

    .asst-navigation {
        display: none;
    }

    .asst-header-btn {
        padding: 10px 15px;
    }

    .asst-hero {
        padding: 75px 0;
    }

    .asst-hero-grid,
    .asst-two-column,
    .asst-feature-grid,
    .asst-contact-grid {
        grid-template-columns: 1fr;
    }

    .asst-hero-content {
        text-align: center;
    }

    .asst-small-label {
        justify-content: center;
    }

    .asst-hero-content > p {
        margin-left: auto;
        margin-right: auto;
    }

    .asst-hero-buttons {
        justify-content: center;
    }

    .asst-hero-stats {
        justify-content: center;
    }

    .asst-hero-visual {
        min-height: 370px;
    }

    .asst-two-column {
        gap: 45px;
    }

    .asst-feature {
        padding: 75px 0;
    }

    .asst-contact-grid {
        gap: 45px;
    }

    .asst-footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


@media (max-width: 600px) {

    .asst-container {
        width: min(100% - 28px, 1180px);
    }

    .asst-logo-text small {
        display: none;
    }

    .asst-logo-text strong {
        font-size: 14px;
    }

    .asst-logo-box {
        width: 42px;
        height: 42px;
    }

    .asst-header-btn {
        font-size: 10px;
        padding: 9px 12px;
    }

    .asst-hero {
        min-height: auto;
        padding: 65px 0;
    }

    .asst-hero h1 {
        font-size: 38px;
        letter-spacing: -1.3px;
    }

    .asst-hero-content > p {
        font-size: 13px;
    }

    .asst-hero-stats {
        gap: 23px;
    }

    .asst-hero-stats strong {
        font-size: 20px;
    }

    .asst-hero-stats span {
        font-size: 9px;
    }

    .asst-hero-visual {
        min-height: 320px;
    }

    .asst-code-window {
        width: 92%;
        min-height: 240px;
    }

    .asst-code-content {
        padding: 22px 18px;
        font-size: 10px;
        line-height: 2.2;
    }

    .asst-floating-one {
        left: -2px;
        top: 20px;
    }

    .asst-floating-two {
        right: -2px;
        bottom: 20px;
    }

    .asst-floating-card {
        padding: 9px 11px;
    }

    .asst-floating-icon {
        width: 29px;
        height: 29px;
    }

    .asst-floating-card strong {
        font-size: 9px;
    }

    .asst-floating-card span {
        font-size: 7px;
    }

    .asst-trust-inner {
        flex-wrap: wrap;
        justify-content: center;
        padding: 22px 0;
    }

    .asst-trust-inner > div {
        font-size: 10px;
    }

    .asst-section {
        padding: 70px 0;
    }

    .asst-section-heading {
        margin-bottom: 38px;
    }

    .asst-section-heading h2,
    .asst-section-content h2 {
        font-size: 30px;
    }

    .asst-section-image {
        min-height: 350px;
    }

    .asst-about-card {
        width: 90%;
        padding: 25px;
    }

    .asst-about-points {
        grid-template-columns: 1fr;
    }

    .asst-service-grid {
        grid-template-columns: 1fr;
    }

    .asst-service-card {
        min-height: auto;
    }

    .asst-software-grid {
        grid-template-columns: 1fr;
    }

    .asst-feature-grid {
        gap: 50px;
    }

    .asst-client-grid {
        grid-template-columns: 1fr;
    }

    .asst-why-grid {
        grid-template-columns: 1fr;
    }

    .asst-team-grid {
        grid-template-columns: 1fr;
    }

    .asst-process-grid {
        grid-template-columns: 1fr;
    }

    .asst-process-grid > div:not(:last-child) {
        border-right: 0;
        border-bottom: 1px solid #e5e9f0;
    }

    .asst-cta-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .asst-form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .asst-contact-form {
        padding: 23px;
    }

    .asst-footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 35px 20px;
    }

    .asst-footer-bottom {
        flex-direction: column;
        justify-content: center;
        gap: 4px;
        padding: 15px 0;
        text-align: center;
    }

    .asst-whatsapp {
        width: 49px;
        height: 49px;
        right: 15px;
        bottom: 15px;
    }

}


@media (max-width: 400px) {

    .asst-header-btn {
        display: none;
    }

    .asst-hero h1 {
        font-size: 34px;
    }

    .asst-hero-stats {
        gap: 15px;
    }

    .asst-footer-grid {
        grid-template-columns: 1fr;
    }

}