/* Font Faces */
@font-face {
    font-family: MyriadPro;
    src: url(fonts/MyriadPro-Bold.eot);
    src: url(fonts/MyriadPro-Bold.eot?#iefix) format("embedded-opentype"),
        url(fonts/MyriadPro-Bold.woff2) format("woff2"),
        url(fonts/MyriadPro-Bold.woff) format("woff"),
        url(fonts/MyriadPro-Bold.svg#Montserrat-Bold) format("svg");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: Helvetica Light;
    src: url(fonts/Helvetica-Light.eot);
    src: url(fonts/Helvetica-Light.eot?#iefix) format("embedded-opentype"),
        url(fonts/Helvetica-Light.woff2) format("woff2"),
        url(fonts/Helvetica-Light.woff) format("woff"),
        url(fonts/Helvetica-Light.svg#Montserrat-Bold) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: FuturaCnd-Bold;
    src: url(fonts/FuturaCnd-Bold.eot);
    src: url(fonts/FuturaCnd-Bold.eot?#iefix) format("embedded-opentype"),
        url(fonts/FuturaCnd-Bold.woff2) format("woff2"),
        url(fonts/FuturaCnd-Bold.woff) format("woff"),
        url(fonts/FuturaCnd-Bold.svg#Montserrat-Bold) format("svg");
    font-weight: 400;
    font-style: normal;
}

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    color: #000;
    background: #fff;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #110f0e;
    background: #fff;
    min-width: 280px;
    overflow-x: hidden;
}

.wrapper {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1330px;
    width: 100%;
}

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

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

.lines {
    display: none;
}

@media screen and (min-width: 980px) {
    .lines {
        height: 0;
        overflow: visible;
        display: block;
        text-align: right;
    }
}

.lines__img {
    margin-top: 60px;
    width: 173px;
    height: 277px;
}

@media screen and (min-width: 1330px) {
    .lines__img {
        margin-top: 77px;
    }
}

.wrapper_content {
    max-width: 960px;
    padding: 0 25px;
    margin: 0 auto;
}

.wrapper_title {
    max-width: 1050px;
}

.wrapper_clients {
    max-width: 1100px;
}

.wrapper_narrow {
    max-width: 586px;
}

.wrapper_wide {
    max-width: 1050px;
}

.wrapper_mid {
    max-width: 568px;
}

/* Typography */
.h1,
h1 {
    color: #231f20;
    font-size: 36px;
    line-height: 1.43;
    text-align: center;
    margin: 30px 0 40px;
    font-weight: 400;
}

@media (min-width: 768px) {

    .h1,
    h1 {
        font-size: 44px;
        margin: 60px 0;
    }
}

.h2,
h2 {
    color: #231f20;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin: 24px 0;
    font-family: 'Montserrat', Arial, sans-serif;
}

@media (min-width: 768px) {

    .h2,
    h2 {
        font-size: 23px;
        font-weight: 700;
    }
}

.h3,
h3 {
    color: #231f20;
    font-family: Helvetica;
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
}

.h3+p,
h3+p {
    margin-top: 0;
}

p {
    color: #110f0e;
    font-size: 18px;
    margin: 20px 0;
    font-weight: 400;
}

a {
    color: #ed124a;
    text-decoration: none;
}

a:hover,
a:active {
    color: #000;
}

/* Header */
.header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 60px;
    padding: 10px 0;
    z-index: 1000;
    transition: background 0.2s ease 0s;
    line-height: 1.6;
    box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.12), 0 0 16px rgba(0, 0, 0, 0.06);
    background: #fff;
    overflow: hidden;
}

@media (min-width: 1330px) {
    .header {
        height: 78px;
        padding: 18px 0;
        transition: all 0.2s ease 0s;
    }
}

.header__logo {
    display: block;
    float: left;
    padding: 0;
    position: relative;
    text-decoration: none;
    transform: translate3d(0, 0, 0);
    z-index: 1001;
}

@media (min-width: 1330px) {
    .header__logo {
        transform: translate3d(0, 70px, 0);
    }
}

.astra-logo {
    color: #231f20;
    font-family: MyriadPro, Arial;
    font-weight: 700;
    font-size: 32px;
    position: relative;
}

@media screen and (max-width: 798px) {
    .astra-logo {
        font-size: 28px;
    }
}

.astra-logo__first-wrapper {
    display: inline-block;
    color: #fff;
    background-color: #231f20;
    line-height: 0.70;
    padding-left: 0.1em;
    margin-right: 0.05em;
}

.astra-logo__first {
    display: block;
    transform: translate3d(0.1em, 0.015em, 0);
}

.astra-logo__subtitle {
    font-family: FuturaCnd-Bold, Arial;
    font-size: 12px;
    font-weight: 400;
    color: #231f20;
    text-align: center;
    margin-top: 2px;
    letter-spacing: 1px;
}

@media (max-width: 768px) {
    .nav-active .header__logo,
    .header__logo_opened {
      display: none;
    }
  }


/* Navigation */
@media (min-width: 1330px) {
    .main-menu {
        float: right;
    }
}

.main-menu {
    list-style: none;
}

.main-menu__item {
    list-style: none;
}

@media (min-width: 1330px) {
    .main-menu__item {
        display: inline-block;
        margin: 0 10px;
        padding: 2px 0;
        margin: 0;
    }

    .main-menu__item:last-child {
        margin-right: 0;
    }
}

.main-menu__link {
    color: #231f20;
    text-decoration: none;
    font-weight: 500;
    display: block;
    padding: 0 8px;
    text-transform: uppercase;
}

.main-menu__link.active,
.main-menu__link:active,
.main-menu__link:hover {
    border-bottom: 2px solid #1f3549;
}

@media (min-width: 1330px) {
    .main-menu__link {
        margin: 0 4px;
        font-size: 16px;
    }
}

.main-menu__link_btn {
    display: block;
    border-radius: 2px;
}

@media (min-width: 1330px) {
    .main-menu__link_btn {
        background: #1f3549;
        color: #fff !important;
        padding: 7px 8px 5px;
    }
}

@media (min-width: 850px) {
    .main-menu__link_btn {
        padding: 7px 16px 5px;
    }
}

.main-menu__link_btn.active,
.main-menu__link_btn:active,
.main-menu__link_btn:hover {
    border-bottom: none;
}

@media (max-width: 1329px) {
    .menu-toggle {
        float: right;
        width: 23px;
        height: 24px;
        margin: 6px 0 0;
        cursor: pointer;
    }

    .menu-toggle__item {
        width: 100%;
        height: 3px;
        background: #231f20;
        margin: 4px auto;
        border-radius: 1px;
        transition: all 0.3s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .menu-toggle__item_active:first-child {
        transform: rotate(45deg) translate(4px, 3px);
    }

    .menu-toggle__item_active:nth-child(2) {
        opacity: 0;
    }

    .menu-toggle__item_active:nth-child(3) {
        transform: rotate(-45deg) translate(6px, -6px);
    }

    .main-menu {
        display: none;
        clear: both;
        text-align: center;
        padding-top: 32px;
    }

    .main-menu_active {
        display: block;
    }

    .main-menu__item {
        /* padding: 2px 0; */
    }

    .main-menu__link {
        color: #e0e0e0;
        font-weight: 600;
        padding: 15px 25px;
        display: block;
        font-size: 18px;
        touch-action: manipulation;
        border-radius: 8px;
        margin: 5px 20px;
        transition: all 0.3s ease;
    }

    .main-menu__link:hover {
        background: rgba(255, 255, 255, 0.1);
        color: #fff;
    }

    .main-menu__link.active,
    .main-menu__link:active,
    .main-menu__link:hover {
        border: none;
        color: #b3b3b3;
        opacity: 0.8;
    }

    .header_active {
        height: 100vh;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.95);
        padding-top: 10px;
        backdrop-filter: blur(10px);
    }

    .header_active .menu-toggle__item {
        background: #fff;
    }
}

@media screen and (max-width: 767px) {
    .nav-active {
        overflow: hidden !important;
    }
}

.nav-active {
    overflow: hidden;
}

/* Logo Main */
.logo-main {
    padding-top: 100px;
    text-align: center;
}

.logo-main .astra-logo {
    font-size: 100px;
}

@media screen and (max-width: 767px) {
    .logo-main .astra-logo {
        font-size: 60px;
    }
}

.logo-main .astra-logo__subtitle {
    font-size: 24px;
    margin-top: 8px;
}

@media screen and (max-width: 767px) {
    .logo-main .astra-logo__subtitle {
        font-size: 16px;
        margin-top: 4px;
    }
}

/* Main Content */
.main {
    padding-top: 60px;
}

@media (min-width: 1330px) {
    .main {
        padding-top: 78px;
    }
}

@media (max-width: 480px) {
    .main {
        padding-top: 55px;
    }
}

@media (max-width: 320px) {
    .main {
        padding-top: 50px;
    }
}

@media (max-width: 279px) {
    .main {
        padding-top: 45px;
    }
}

/* Sections */
.section {
    margin: 40px 0;
}

@media only screen and (min-width: 768px) {
    .section {
        margin: 48px 0;
    }
}

/* Columns */
@media screen and (min-width: 768px) {
    .cols {
        display: flex;
    }
}

.col_3 {
    padding-bottom: 24px;
    position: relative;
}

@media screen and (min-width: 768px) {
    .col_3 {
        width: 25.3%;
        flex: 0 0 33.3%;
        padding: 0 24px;
    }

    .col_3:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 12px;
        bottom: 12px;
        width: 1px;
        background: #b9b8b7;
    }

    .col_3:first-child:before {
        display: none;
    }
}

.col p:last-child {
    margin-bottom: 0;
}

/* Services List */
.services-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
    gap: 10px;
}

.services-list__item {
    text-align: center;
    padding: 20px;
    width: 100%;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 480px) {
    .services-list__item {
        width: calc(50% - 10px);
    }
}

@media screen and (min-width: 768px) {
    .services-list__item {
        width: calc(33.33% - 10px);
    }
}

@media screen and (min-width: 1200px) {
    .services-list__item {
        width: calc(33.33% - 15px);
        padding: 25px;
    }
}

.services-list__container {
    max-width: 250px;
    margin: 0 auto;
}

.services-list__icon-wrapper {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-list__icon {
    max-width: 100%;
    height: auto;
    filter: grayscale(100%) brightness(0.6);
}

.services-list__item:hover .services-list__icon {
    filter: grayscale(0%) brightness(1);
}

.services-list__desc {
    color: rgba(0, 0, 0, 0.86);
    font-size: 21px;
    font-weight: 400;
    margin-top: 18px;
}

/* Technologies */
.technologies__cols {
    display: flex;
    align-items: center;
    flex-direction: column;
}

@media screen and (min-width: 980px) {
    .technologies__cols {
        flex-direction: row;
    }
}

.technologies__col_1 {
    order: 2;
}

@media screen and (min-width: 980px) {
    .technologies__col_1 {
        order: 1;
        flex: 0 0 50%;
        padding-right: 24px;
    }
}

@media screen and (min-width: 1330px) {
    .technologies__col_1 {
        flex: 0 0 64%;
    }
}

.technologies__col_2 {
    order: 1;
}

@media screen and (min-width: 980px) {
    .technologies__col_2 {
        order: 2;
        flex: 0 0 50%;
    }
}

@media screen and (min-width: 1330px) {
    .technologies__col_2 {
        flex: 0 0 52%;
    }
}

.technologies__image {
    max-width: 100%;
}

@media screen and (max-width: 979px) {
    .technologies__image {
        margin-bottom: 30px;
    }
}

/* Clients List */
.clients-list {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 40px;
    justify-items: center;
    align-items: center;
    justify-content: center;
}

@media (max-width: 480px) {
    .clients-list {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .clients-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

@media (min-width: 768px) {
    .clients-list {
        grid-template-columns: repeat(3, 350px);
        gap: 26px;
        justify-content: center;
        align-content: center;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }


}

.clients-list__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 110px;
    /* background: #f9f9f9; */
    border-radius: 8px;
    padding: 10px;
    margin: 0 auto;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.clients-list__item:hover {
    /* transform: translateY(-2px); */
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
}

@media (max-width: 320px) {
    .clients-list__item {
        width: 200px;
        height: 90px;
    }
}

@media (min-width: 768px) {
    .clients-list__item {
        width: 220px;
        height: 110px;
    }
}

@media (min-width: 1200px) {
    .clients-list__item {
        width: 240px;
        height: 120px;
    }
}

.clients-list__logo {
    max-width: 160px;
    max-height: 80px;
    width: 100%;
    height: auto;
    object-fit: contain;
    filter: grayscale(100%);
}

.clients-list__logo:hover {
    filter: grayscale(0%) brightness(1);
    transform: scale(1.05);
}

.clients-list__logo_thehill {
    opacity: 0.7;
}

/* Contacts */
.contacts {
    text-align: center;
}

.contacts__title {
    margin-bottom: 0;
}

.contacts__wrapper {
    color: #231f20;
    font-size: 24px;
    font-weight: 500;
    margin: 0;
}

@media screen and (min-width: 768px) {
    .contacts__wrapper {
        font-size: 32px;
    }
}

.contacts__email,
.contacts__phone {
    color: #231f20;
    text-decoration: none;
}

/* Footer */
.footer {
    padding: 60px 0 20px;
    background: #f8f8f8;
    padding-left: 5%;

}

.footer__copyright {
    color: #666;
    font-size: 14px;
}

/* Enhanced Responsive Design */

/* Extra Small Devices (320px and up) */
@media (max-width: 320px) {
    .wrapper {
        padding: 0 10px;
    }

    .header {
        height: 55px;
        padding: 10px 0;
    }

    .astra-logo {
        font-size: 20px;
    }

    .astra-logo__subtitle {
        font-size: 6px;
        margin-top: 1px;
    }

    .logo-main {
        padding-top: 70px;
    }

    .logo-main .astra-logo {
        font-size: 40px;
    }

    .logo-main .astra-logo__subtitle {
        font-size: 12px;
        margin-top: 4px;
    }

    .h1,
    h1 {
        font-size: 24px;
        line-height: 1.2;
        margin: 15px 0 25px;
    }

    .h2,
    h2 {
        font-size: 18px;
        margin: 18px 0;
    }

    .services-list {
        gap: 12px;
    }

    .services-list__desc {
        font-size: 14px;
        line-height: 1.4;
    }

    .services-list__item {
        padding: 15px 12px;
        min-height: 180px;
        background: #f9f9f9;
        border-radius: 10px;
    }

    .services-list__icon {
        max-width: 40px;
        max-height: 40px;
    }

    .clients-list {
        gap: 15px;
    }

    .clients-list__item {
        max-width: 250px;
        height: 80px;
        padding: 12px;
    }

    .clients-list__logo {
        max-width: 100px;
        max-height: 50px;
    }

    .contacts__wrapper {
        font-size: 16px;
    }

    p {
        font-size: 15px;
        line-height: 1.4;
        margin: 12px 0;
    }

    .menu-toggle {
        width: 24px;
        height: 24px;
        margin: 6px 0 0;
        padding: 3px;
    }

    .menu-toggle__item {
        height: 3px;
        margin: 3px auto;
    }

    .main {
        padding-top: 55px;
    }

    .section {
        margin: 25px 0;
    }

    .col_3 {
        padding-bottom: 20px;
        margin-bottom: 15px;
    }

    .technologies__image {
        max-width: 100%;
        margin-bottom: 20px;
    }
}

/* Small Devices (480px and up) */
@media (max-width: 480px) {
    .wrapper {
        padding: 0 12px;
    }

    .header {
        padding: 12px 0;
    }

    .logo-main {
        padding-top: 80px;
    }

    .logo-main .astra-logo {
        font-size: 48px;
    }

    .logo-main .astra-logo__subtitle {
        font-size: 14px;
        margin-top: 6px;
    }

    .astra-logo {
        font-size: 24px;
    }

    .astra-logo__subtitle {
        font-size: 8px;
        margin-top: 2px;
    }

    .h1,
    h1 {
        font-size: 28px;
        margin: 30px 0 120px;
        line-height: 1.2;
    }

    .h2,
    h2 {
        font-size: 24px !important;
        margin: 24px 0;
    }

    .contacts__wrapper {
        font-size: 18px;
        line-height: 1.4;
    }

    .clients-list {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 30px;
    }

    .clients-list__item {
        max-width: 280px;
        height: 90px;
        padding: 15px;
    }

    .clients-list__logo {
        max-width: 120px;
        max-height: 60px;
    }

    .services-list {
        gap: 15px;
    }

    .services-list__desc {
        font-size: 16px;
        line-height: 1.4;
    }

    .services-list__item {
        padding: 20px 15px;
        min-height: 200px;
        /* background: #f9f9f9; */
        border-radius: 12px;
        /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
    }

    .services-list__icon {
        /* max-width: 50px; */
        /* max-height: 50px; */
    }

    .col_3 {
        padding-bottom: 25px;
        margin-bottom: 20px;
    }

    .section {
        margin: 30px 0;
    }

    p {
        font-size: 16px;
        line-height: 1.5;
        margin: 15px 0;
    }

    .technologies__image {
        max-width: 100%;
        margin-top: 20px;
        margin-bottom: 25px;
    }

    .main {
        padding-top: 60px;
    }

    .menu-toggle {
        width: 26px;
        height: 26px;
        margin: 8px 0 0;
        padding: 4px;
    }

    .menu-toggle__item {
        height: 3px;
        margin: 4px auto;
    }
}

/* Medium Devices (481px - 768px) */
@media (min-width: 481px) and (max-width: 768px) {
    .wrapper {
        padding: 0 16px;
    }

    .section {
        margin: 35px 0;
    }

    .h1,
    h1 {
        font-size: 32px;
        margin: 25px 0 35px;
    }

    .h2,
    h2 {
        font-size: 22px;
        margin: 22px 0;
    }

    p {
        font-size: 17px;
        margin: 16px 0;
        line-height: 1.5;
    }

    .services-list {
        gap: 18px;
    }

    .services-list__item {
        width: calc(50% - 9px);
        padding: 18px;
        background: #f9f9f9;
        border-radius: 10px;
        transition: transform 0.3s ease;
        min-height: 220px;
    }

    .services-list__item:hover {
        transform: translateY(-3px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }

    .services-list__desc {
        font-size: 17px;
    }

    .clients-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .clients-list__item {
        max-width: 100px;
        height: 85px;
    }

    .clients-list__logo {
        max-width: 110px;
        max-height: 55px;
    }

    .technologies__cols {
        flex-direction: column;
    }

    .technologies__col_1,
    .technologies__col_2 {
        width: 100%;
        padding: 0;
    }

    .technologies__image {
        margin-top: 25px;
        max-width: 85%;
    }

    .logo-main {
        padding-top: 90px;
    }

    .logo-main .astra-logo {
        font-size: 70px;
    }

    .logo-main .astra-logo__subtitle {
        font-size: 18px;
        margin-top: 8px;
    }
}

/* Large Devices (992px and up) */
@media (min-width: 992px) {
    .wrapper {
        max-width: 1200px;
    }

    .services-list__item {
        width: 25.33%;
    }

    .clients-list {
        /* justify-content: space-between; */
    }
}

/* Extra Large Devices (1200px and up) */
@media (min-width: 1200px) {
    .wrapper {
        max-width: 1330px;
    }

    .services-list__item {
        width: 25.33%;
        padding: 25px;
    }
}

/* Print Styles */
@media print {

    .header,
    .menu-toggle,
    .lines {
        display: none;
    }

    .main {
        margin-top: 0;
    }

    .logo-main {
        padding-top: 20px;
    }

    * {
        color: #000 !important;
        background: #fff !important;
    }
}

/* Extreme Small Devices (240px - 279px) */
@media (max-width: 279px) {
    .wrapper {
        padding: 0 5px;
    }

    .header {
        height: 45px;
        padding: 5px 0;
    }

    .astra-logo {
        font-size: 14px;
    }

    .astra-logo__subtitle {
        font-size: 4px;
    }

    .h1,
    h1 {
        font-size: 16px;
        margin: 8px 0 15px;
    }

    .h2,
    h2 {
        font-size: 12px;
        margin: 10px 0;
    }

    p {
        font-size: 12px;
        margin: 8px 0;
    }

    .services-list__desc {
        font-size: 10px;
    }

    .contacts__wrapper {
        font-size: 12px;
    }

    .logo-main {
        padding-top: 50px;
    }

    .logo-main .astra-logo {
        font-size: 24px;
    }

    .logo-main .astra-logo__subtitle {
        font-size: 8px;
    }
}

/* Very Wide Screens (1600px+) */
@media (min-width: 1600px) {
    .wrapper {
        max-width: 1500px;
    }

    .wrapper_content {}

    .services-list__item {
        padding: 25px;
    }

    .clients-list {
        gap: 20px;
    }

    .h1,
    h1 {
        font-size: 52px;
    }

    .h2,
    h2 {
        font-size: 28px;
    }
}

/* Ultra Wide Screens (1920px+) */
@media (min-width: 1920px) {
    .wrapper {
        max-width: 1800px;
    }

    .wrapper_content {}

    .services-list__item {
        padding: 40px;
        min-height: 250px;
    }

    .services-list__desc {
        font-size: 24px;
    }
}

/* Fluid Typography with Clamp */
@supports (font-size: clamp(1rem, 4vw, 2rem)) {

    .h1,
    h1 {
        font-size: clamp(36px, 4vw, 52px);
    }

    .h2,
    h2 {
        font-size: clamp(14px, 3vw, 28px);
    }

    p {
        font-size: clamp(12px, 2.5vw, 18px);

        @media (max-width: 768px) {
            font-size: 18px;
        }
    }

    .services-list__desc {
        font-size: clamp(10px, 2.8vw, 21px);

        @media (max-width: 768px) {
            font-size: 18px;
        }
    }
}

/* Safe Area Insets for Notched Devices */
@supports (padding: max(0px)) {
    .header {
        padding-left: max(25px, env(safe-area-inset-left));
        padding-right: max(25px, env(safe-area-inset-right));
    }

    .wrapper {
        padding-left: max(15px, env(safe-area-inset-left));
        padding-right: max(15px, env(safe-area-inset-right));
    }
}

/* Orientation Handling */
@media (orientation: landscape) and (max-height: 600px) {
    .logo-main {
        padding-top: 70px;
    }

    .section {
        margin: 20px 0;
    }
}

/* Text Overflow Protection */
.services-list__desc,
.contacts__wrapper {
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;

    @media (max-width: 768px) {
        font-size: 21px;

    }


}

/* Touch Target Optimization */
@media (pointer: coarse) {

    a,
    button,
    .menu-toggle {
        min-height: 44px;
        min-width: 44px;
    }
}

/* Flexible Images */
img,
video,
iframe {
    max-width: 100%;
    height: auto;
}

/* Scroll Behavior */
html {
    scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}