/* ==========================================================
   Proyecto: IMP Web 2.0 | Archivo: responsive.css
   Empresa: Instituto de Mantenimiento Productivo E.I.R.L.
   Versión: 1.0 | Autor: Rafael Ruiz | Fecha: 13/07/2026
   ========================================================== */

@media (max-width:1300px){
    .main-menu{
        margin-right:1px;
    }
    .main-menu ul{
        gap:15px;
    }
    .btn-brochure{
        padding:10px 14px;
    }
    .header-container {
        justify-content: space-between;
        gap: 10px;
    }
    .logo-area {
        display: flex;
        align-items: center;
        gap: 6px;
    }
    .company-name {
        font-size: 18px;
        line-height: 1.2;
    }
    .hero{
        padding: 20px 0 40px;
    }
    .hero-frame-tl{
        top: 30px;
    }
    .hero-frame-tr{
        top: 30px;
    }
    .hero-frame-bl {
        bottom: -20px;
    }
    .hero-frame-br {
        bottom: -20px;
    }
    .experience-section{
        padding: 20px 0;
    }
    .sgi-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .servicios-acceso .container {
    display: grid;
    grid-template-columns: repeat(3, 170px);
    justify-content: center;
    gap: 30px;
    }
    .servicio-link {
    width: 100%;
    }
    .servicio {
        padding: 40px 0;
    }
    .page-banner{
        height: 300px;
    }
    .services-intro{
        padding: 50px 0 40px;
    }
    .philosophy-card{
        padding: 40px;
    }
    .philosophy-card h3{
        margin-bottom: 10px;
    }
    .card-icon{
        margin-bottom: 10px;
    }
    .sgi-section{
        padding: 60px 0;
    }
    .sgi-grid{
        gap: 25px;
    }
    .page-next{
        padding: 30px 0 80px;
    }
}
@media (max-width: 1050px) {
    .header-container {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .logo-area {
        order: 1;
    }
    .btn-brochure {
        order: 2;
        margin-left: auto;
        margin-right: 15px;
        padding: 8px 16px;
    }
    .hamburger-btn {
        order: 3;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
    .main-menu {
        order: 4;
        margin-left: 0;
        margin-right: 0;
        display: block; 
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: var(--blanco);
        box-shadow: 0 12px 20px rgba(0, 0, 0, 0.12);
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.35s ease, padding 0.35s ease;
        z-index: 1000;
    }
    .main-menu.active {
        max-height: 350px;
        border-top: 1px solid var(--gris-medio);
    }
    .main-menu ul {
        flex-direction: column;
        gap: 0;
        padding: 10px 0;
    }
    .main-menu li {
        width: 100%;
        text-align: center;
    }
    .main-menu a {
        display: block;
        padding: 14px 20px;
        font-size: 17px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    }
    .main-menu a::after {
        display: none;
    }
}
@media (max-width:992px){
    .company-name {
        font-size: 15px;
        line-height: 1.2;
    }
    .main-menu a {
        font-size: 14px;
    }
    .main-menu ul {
        gap: 12px; 
    }
    .btn-brochure {
        padding: 8px 12px;
        font-size: 14px;
    }
    .hero-frame {
        display: none !important;
    }
    .hero-card {
        height: 360px;
    }
    .hero-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .clients-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .experience-section {
        padding: 40px 0;
    }
    .experience-container {
        gap: 30px;
    }
    .experience-circle {
        max-width: 200px;
        margin: 0 auto;
    }
    .experience-info h2 {
        font-size: 26px;
        line-height: 1.25;
        margin-bottom: 12px;
    }
    .experience-stats {
        gap: 15px;
    }
    .stat-card h3 {
        font-size: 24px;
    }
    .clients {
        padding: 40px 0;
    }
    .clients .section-title h2 {
        font-size: 28px;
        line-height: 1.25;
        margin-bottom: 10px;
    }
    .clients-grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }
    .client-card {
        width: calc(33.333% - 15px);
        max-width: 180px;
        padding: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .client-card img {
        max-width: 100%;
        height: auto;
        object-fit: contain;
    }
    .cta-section {
        padding: 40px 0;
    }
    .cta-box {
        padding: 30px 20px;
    }
    .cta-section .section-subtitle {
        font-size: 12px;
        margin-bottom: 6px;
        display: block;
    }
    .cta-section h2 {
        font-size: 26px;
        line-height: 1.25;
        margin-bottom: 12px;
    }
    .cta-section p {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 20px;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }
    .about-section {
        padding: 60px 0;
    }  
    .about-content h2 {
        font-size: 28px;
        line-height: 1.25;
    }
    .about-container {
        gap: 30px;
    }
    .about-image img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .philosophy-section {
        padding: 40px 0;
    }
    .philosophy-grid {
        gap: 20px;
    }
    .philosophy-card h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .philosophy-card p {
        font-size: 14px;
        line-height: 1.5;
    }
    .sgi-section {
        padding: 40px 0;
    }
    .sgi-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    .sgi-section .section-subtitle {
        font-size: 12px;
        margin-bottom: 4px;
    }
    .sgi-card h3 {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .sgi-card p {
        font-size: 16px;
        line-height: 1.4;
    }
    .frase-institucional .container {
        max-width: 700px;
    }
    .frase-institucional blockquote {
        font-size: 30px;
    }
    .frase-institucional blockquote::before {
        font-size: 80px;
    }
    .servicio {
        padding: 30px 0;
    }
    .servicio-grid {
        gap: 30px; 
    }
    .servicio-info h2 {
        font-size: 24px;
        line-height: 1.2;
    }
    .servicio-categoria {
        font-size: 12px;
        margin-bottom: 4px;
        display: block;
    }
    .servicio-info h2 {
        font-size: 26px;
        line-height: 1.2;
        margin-bottom: 12px;
    }
    .servicio-beneficios h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .servicio-beneficios ul {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
    .servicio-beneficios li {
        margin-bottom: 0;
    }
    .services-cta {
        padding: 50px 0;
    }
    .services-cta h2 {
        font-size: 26px;
        line-height: 1.25;
        margin-bottom: 15px;
    }
    .services-cta p {
        font-size: 15px;
        margin-bottom: 25px;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }
    .page-banner-overlay h1 {
        font-size: 40px;
    }
    .page-banner-overlay p {
        font-size: 18px;
    }
    .services-intro h2 {
        font-size: 32px;
    }
    .services-intro p {
        font-size: 14px;
    }
    .contact-cards {
        gap: 50px;
    }
    .contact-card i{
        font-size:38px;

    }
    .contact-card h3{
        font-size:20px;
    }
    .contact-card p{
        font-size:14px;
    }
    .contact-text {
        padding: 24px;
    }
    .contact-text .section-tag {
        font-weight: 500;
    }
    .contact-text h2 {
        font-size: 30px;
    }
    .contact-text p {
        margin-bottom: 12px;
    }
    .contact-list li {
        font-size: 15px;
        gap: 6px;
        margin-bottom: 14px;
    }
    .contact-form {
        padding: 20px;
    }
    .contact-form form {
        gap: 6px;
    }
    .contact-form input,
    .contact-form select {
        padding: 8px 12px;
        font-size: 13px;
        height: 38px;
        margin-bottom: 6px;
    }
    .contact-form textarea {
        height: 70px;
        padding: 8px 12px;
        font-size: 13px;
        margin-bottom: 6px;
    }
    .contact-form .checkF {
        font-size: 12px;
        margin-bottom: 2px;
        align-items: center;
    }
    .contact-form small {
        font-size: 11px;
        margin-bottom: 2px;
        display: block;
    }
    .contact-form .btn-primary {
        padding: 10px;
        font-size: 14px;
    }
}
@media (max-width:768px){
    .top-bar {
        height: auto;
        padding: 8px 0;
    }
    .phones {
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .phones a, .top-bar a i {
        font-size: 13px;
    }
    .logo-area img {
        height: 46px; 
    }
    .logo-area {
        gap: 8px;
        min-width: 0;
    }
    .company-name {
        font-size: 16px;
        padding-left: 10px;
        border-left: 1px solid var(--gris-claro);
        line-height: 1.15;
        max-width: 140px;
        white-space: nowrap;
    }
    .header-container {
        height: 70px;
        padding: 0 12px;
        gap: 8px;
    }
    .btn-brochure {
        padding: 8px 16px;
        font-size: 13px;
        gap: 6px;
        margin-left: auto;
    }
    .modalPP {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px;
    }
    .modalPP-content {
        width: 90%;
        max-width: 520px;
        max-height: 85vh;
        overflow-y: auto;
        padding: 24px 20px 20px;
        border-radius: 12px;
        position: relative;
    }
    .modalPP-content h3 {
        font-size: 1.3rem;
        margin-bottom: 15px;
        padding-right: 30px;
    }
    .modalPP-content p {
        font-size: 0.92rem;
        line-height: 1.5;
        margin-bottom: 12px;
    }
    .modalPP-close {
        position: absolute;
        top: 12px;
        right: 15px;
        font-size: 1.8rem;
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    .modalPP-content .btn-primary {
        width: 100%;
        padding: 12px;
        margin-top: 15px;
        font-size: 0.95rem;
    }
    .hero-container {
        display: block !important;
        height: 520px;           
        max-width: 340px;        
        margin: 0 auto 30px auto;
        position: relative;
        cursor: pointer;
    }
    .hero-card {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 440px;           
        margin-top: 0 !important;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        box-shadow: 0 10px 25px rgba(0,0,0,0.15);
        background: #fff;
        opacity: 1 !important;
    }
    .hero-card.pos-1 {
        z-index: 3;
        transform: translate(0px, 0px) scale(1);
    }
    .hero-card.pos-2 {
        z-index: 2;
        transform: translate(40px, 40px) scale(0.95);
    }
    .hero-card.pos-3 {
        z-index: 1;
        transform: translate(80px, 80px) scale(0.90);
    }
    .about-container {
        display: flex !important;
        flex-direction: column !important;
        align-items: center;
        gap: 25px;
    }
    .about-image, 
    .about-content {
        width: 100% !important;
        max-width: 100% !important;
    }
    .about-image img {
        width: 100%;
        height: auto;
        display: block;
    }
    .servicio-grid {
        display: flex !important;
        flex-direction: column !important;
        align-items: center;
        gap: 30px;
    }
    .servicio-imagen,
    .servicio-info {
        width: 100% !important;
        max-width: 100% !important;
    }
    .servicio.reverse .servicio-grid {
        flex-direction: column-reverse !important; 
    }
    .contact-grid {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 30px !important;
    }
    .contact-text,
    .contact-form {
        width: 100% !important;
        max-width: 100% !important;
    }
    .contact-text {
        border-left: none;
        border-top: 5px solid var(--rojo);
        border-radius: 18px;
    }
    .contact-form {
        border-right: none;
        border-bottom: 5px solid var(--rojo);
        border-radius: 18px;
    }
    .modalPP-content {
        border-right: none;
        border-radius: 14px;
        border-top: 5px solid var(--rojo);
    }
    .modal-reclamos-overlay {
        padding: 10px;
    }
    .modal-reclamos {
        padding: 20px 15px;
        max-height: 95vh;
        border-radius: 14px;
    }
    .modal-header {
        padding: 15px 10px;
        margin: -20px -15px 20px -15px; 
        border-radius: 10px 10px 0 0;
    }
    .modal-header h2 {
        font-size: 18px;
    }
    .modal-close {
        top: 10px;
        right: 10px;
        width: 32px;
        height: 32px;
        font-size: 20px;
    }
    .form-gridLR {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .tipo-reclamo {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-bottom: 20px;
    }
    .tipo-card span {
        padding: 14px 16px;
        font-size: 16px;
    }
    .form-groupLR input,
    .form-groupLR select,
    .form-groupLR textarea {
        font-size: 16px !important;
        padding: 10px 14px;
    }
    .modal-buttons {
        flex-direction: column-reverse;
        gap: 10px;
    }
    .modal-buttons button {
        width: 100%;
        min-width: 100%;
        padding: 12px;
        font-size: 16px;
    }
    .popup-box-lr {
        padding: 20px 18px;
        max-width: 90%;
    }
}
@media (max-width:676px){
    .company-name {
        font-size: 14px;
        max-width: 110px;
        white-space: normal;
    }
}
@media (max-width:480px){
    .top-bar {
        padding: 6px 5px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    .top-bar .container {
        padding: 0 5px !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    .top-bar .phones {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 4px 10px !important;
        width: 100% !important;
    }
    .top-bar .phones a {
        font-size: 0.72rem !important;
        white-space: nowrap !important;
        color: #ffffff !important;
        text-decoration: none !important;
        display: inline-flex !important;
        align-items: center !important;
        gap: 4px !important;
    }
    .top-bar .phones i {
        font-size: 0.75rem !important;
    }
    .logo-area img {
        height: 50px;
    }
    .btn-brochure {
    margin-left: auto; 
    margin-right: 0;
    padding: 8px 16px;
    }
    .modalPP {
        padding: 10px;
    }
    .modalPP-content {
        width: 95%;
        max-height: 90vh;
        padding: 20px 14px 16px;
        border-radius: 10px;
    }

    .modalPP-content h3 {
        font-size: 1.15rem;
        margin-bottom: 12px;
        padding-right: 25px;
    }
    .modalPP-content p {
        font-size: 0.85rem;
        line-height: 1.42;
        margin-bottom: 10px;
    }
    .modalPP-close {
        top: 8px;
        right: 10px;
        font-size: 1.6rem;
        width: 32px;
        height: 32px;
    }
    .modalPP-content .btn-primary {
        padding: 11px;
        font-size: 0.9rem;
        margin-top: 10px;
    }
    .hero-container {
        height: 420px;
        max-width: 260px;
        margin-bottom: 20px;
    }
    .hero-card {
        height: 350px;           
    }
    .hero-card.pos-1 {
        transform: translate(0px, 0px) scale(1);
    }
    .hero-card.pos-2 {
        transform: translate(20px, 20px) scale(0.95);
    }
    .hero-card.pos-3 {
        transform: translate(40px, 40px) scale(0.90);
    }
    .experience-section {
        padding: 30px 0 !important;
        margin-bottom: 40px !important;
    }
    .experience-container {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        gap: 25px !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 15px !important;
        box-sizing: border-box !important;
    }
    .experience-circle {
        width: 180px !important;
        height: 180px !important;
        margin: 0 auto !important;
    }
    .experience-info {
        width: 100% !important;
        text-align: center !important;
    }
    .experience-info h2 {
        font-size: 1.5rem !important;
        margin-bottom: 10px !important;
    }
    .experience-info p {
        font-size: 0.92rem !important;
        line-height: 1.5 !important;
        margin-bottom: 20px !important;
    }
    .experience-stats {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 8px !important;
        width: 100% !important;
    }
    .stat-card {
        padding: 10px 4px !important;
        background: #ffffff !important;
        border-radius: 10px !important;
        box-shadow: 0 4px 10px rgba(0,0,0,0.05) !important;
    }
    .stat-card h3 {
        font-size: 1.15rem !important;
        margin-bottom: 4px !important;
    }
    .stat-card span {
        font-size: 0.72rem !important;
        line-height: 1.2 !important;
        display: block !important;
    }
    .clients {
        padding: 40px 0;
    }
    .section-title {
        margin-bottom: 40px;
    }
    .section-title h2 {
        font-size: 28px;
    }
    .section-title p {
        font-size: 15px;
    }
    .clients-grid {
        gap: 20px;
    }
    .client-card {
        padding: 15px;
        min-height: 110px;
    }
    .philosophy-section {
        padding: 30px 15px !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
    }
    .section-title {
        text-align: center !important;
        margin-bottom: 25px !important;
    }
    .section-title h2 {
        font-size: 1.6rem !important;
        margin-bottom: 8px !important;
    }
    .section-title p {
        font-size: 0.9rem !important;
        line-height: 1.4 !important;
    }
    .philosophy-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 20px !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .philosophy-card {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 25px 20px !important;
        box-sizing: border-box !important;
        background: #ffffff !important;
        border-radius: 12px !important;
        box-shadow: 0 4px 15px rgba(0,0,0,0.06) !important;
    }
    .philosophy-card h3 {
        font-size: 1.25rem !important;
        margin-bottom: 10px !important;
        text-align: center !important;
    }
    .card-icon {
        text-align: center !important;
        font-size: 2rem !important;
        margin-bottom: 10px !important;
    }
    .philosophy-card p {
        font-size: 0.88rem !important;
        line-height: 1.5 !important;
        text-align: left !important;
        margin: 0 !important;
    }
    .sgi-section {
        padding: 30px 0 !important;
        overflow: hidden !important;
    }
    .sgi-section .container {
        padding: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    .sgi-section .section-title {
        padding: 0 15px !important;
        text-align: center !important;
        margin-bottom: 20px !important;
    }
    .sgi-section .section-subtitle {
        font-size: 0.75rem !important;
        letter-spacing: 1px !important;
    }
    .sgi-section .section-title h2 {
        font-size: 1.4rem !important;
        margin-top: 5px !important;
        margin-bottom: 8px !important;
    }
    .sgi-section .section-title p {
        font-size: 0.88rem !important;
        line-height: 1.4 !important;
    }
    .sgi-grid {
        display: flex !important;
        flex-direction: row !important;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory !important;
        gap: 12px !important;
        padding: 10px 15px 25px 15px !important;
        width: 100% !important;
        box-sizing: border-box !important;
        scrollbar-width: none !important;
    }
    .sgi-grid::-webkit-scrollbar {
        display: none !important;
    }
    .sgi-card {
        flex: 0 0 82% !important;
        max-width: 82% !important;
        scroll-snap-align: center !important;
        margin: 0 !important;
        padding: 22px 18px !important;
        background: #ffffff !important;
        border-radius: 14px !important;
        box-shadow: 0 6px 20px rgba(0,0,0,0.06) !important;
        box-sizing: border-box !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
    }
    .sgi-card i {
        font-size: 1.8rem !important;
        margin-bottom: 12px !important;
        color: var(--rojo, #cc0000) !important;
    }
    .sgi-card h3 {
        font-size: 1.1rem !important;
        margin-bottom: 8px !important;
    }
    .sgi-card p {
        font-size: 0.83rem !important;
        line-height: 1.5 !important;
        margin: 0 !important;
    }
    .servicios-acceso {
        padding: 30px 0 !important;
        overflow: hidden !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    .servicios-acceso .container {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px !important;
        padding: 0 15px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    .servicio-link {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        background: #ffffff !important;
        padding: 15px 10px !important;
        border-radius: 12px !important;
        box-shadow: 0 4px 15px rgba(0,0,0,0.06) !important;
        box-sizing: border-box !important;
        text-decoration: none !important;
        transition: transform 0.2s ease !important;
    }
    .servicio-link img {
        width: 100% !important;
        height: 90px !important;
        object-fit: cover !important;
        border-radius: 8px !important;
        margin-bottom: 10px !important;
    }
    .servicio-link span {
        font-size: 0.82rem !important;
        font-weight: 600 !important;
        color: #333333 !important;
        line-height: 1.2 !important;
    }
    .servicios-acceso .linea-roja {
        width: 90% !important;
        margin: 25px auto 0 auto !important;
    }
    .contact-info {
        padding: 30px 0 !important;
        overflow: hidden !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    .contact-info .container {
        padding: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    .contact-cards {
        display: flex !important;
        flex-direction: row !important;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory !important;
        gap: 15px !important;
        padding: 10px 15px 25px 15px !important;
        width: 100% !important;
        box-sizing: border-box !important;
        scrollbar-width: none !important;
    }
    .contact-cards::-webkit-scrollbar {
        display: none !important;
    }
    .contact-card {
        flex: 0 0 84% !important;
        max-width: 84% !important;
        scroll-snap-align: center !important;
        margin: 0 !important;
        padding: 25px 20px !important;
        background: #ffffff !important;
        border-radius: 14px !important;
        box-shadow: 0 6px 20px rgba(0,0,0,0.06) !important;
        box-sizing: border-box !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
    }
    .contact-card i {
        font-size: 2rem !important;
        margin-bottom: 12px !important;
        color: var(--rojo, #cc0000) !important;
    }
    .contact-card h3 {
        font-size: 1.2rem !important;
        margin-bottom: 12px !important;
    }
    .contact-card p {
        font-size: 0.88rem !important;
        line-height: 1.5 !important;
        margin: 0 0 8px 0 !important;
        color: #444444 !important;
    }
    .contact-card a {
        text-decoration: none !important;
        color: inherit !important;
        display: block !important;
        width: 100% !important;
    }
}
@media (max-width:440px){
    .btn-brochure {
        display: none !important;
    }
    .modal-reclamos-overlay {
        padding: 5px !important;
    }
    .modal-reclamos {
        padding: 15px 10px !important;
    }
    .modal-header {
        margin: -15px -10px 15px -10px !important;
    }
    .modal-header h2 {
        font-size: 16px !important;
    }
    .form-groupLR input,
    .form-groupLR select,
    .form-groupLR textarea {
        padding: 8px 12px !important;
    }
    .hero-container {
        height: 370px;
        max-width: 220px;
    }
    .hero-card {
        height: 300px;           
    }
    .hero-card.pos-1 {
        transform: translate(0px, 0px) scale(1);
    }
    .hero-card.pos-2 {
        transform: translate(15px, 15px) scale(0.95);
    }
    .hero-card.pos-3 {
        transform: translate(30px, 30px) scale(0.90);
    }
}
@media (max-width: 348px) {
    .header-container {
        padding: 0 8px;
        height: 60px;
        gap: 6px;
    }
    .logo-area img {
        height: 38px;
    }
    .hamburger-btn {
        font-size: 20px;
    }
    .modalPP {
        padding: 6px;
    }
    .modalPP-content {
        width: 100%;
        max-height: 94vh;
        padding: 16px 10px 12px;
        border-radius: 8px;
    }
    .modalPP-content h3 {
        font-size: 1.05rem;
        margin-bottom: 10px;
        padding-right: 22px;
    }
    .modalPP-content p {
        font-size: 0.8rem;
        line-height: 1.35;
        margin-bottom: 8px;
    }
    .modalPP-close {
        top: 6px;
        right: 8px;
        font-size: 1.4rem;
        width: 28px;
        height: 28px;
    }
    .modalPP-content .btn-primary {
        padding: 9px;
        font-size: 0.85rem;
        margin-top: 8px;
    }
    .section-title h2 {
        font-size: 24px;
    }
    .section-title p {
        font-size: 14px;
    }
    .client-card {
        min-height: 95px;
        padding: 12px;
    }
    .contact-form .checkF {
        font-size: 8px;
    }
    .cf-turnstile {
        transform: scale(0.85);
        transform-origin: center center;
    }
}